@import"https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;600;700&display=swap";:root{font-family:var(--font-sans);line-height:1.5;font-weight:400;color-scheme:light dark;color:var(--text-primary);background-color:var(--bg-light);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html[lang=he],html[dir=rtl],html[lang=he] body,html[dir=rtl] body{font-family:Heebo,Rubik,Noto Sans Hebrew,Segoe UI,Arial,sans-serif}a{font-weight:500;color:var(--primary-text);text-decoration:none}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:1.5rem;font-weight:650;line-height:1.25;color:var(--text-primary);margin:0;letter-spacing:-.018em}h2{font-size:1rem;font-weight:600;line-height:1.35;color:var(--text-primary);margin:0;letter-spacing:-.006em}h3{font-size:.9375rem;font-weight:600;color:var(--text-primary);margin:0}button{border-radius:var(--radius);border:1px solid transparent;padding:.5rem .875rem;font-size:.875rem;font-weight:500;font-family:inherit;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease}button:disabled{cursor:not-allowed;opacity:.55}input,textarea{font-size:.875rem}input::placeholder,textarea::placeholder{color:var(--text-muted)}select{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:100%;padding:.5rem 2.25rem .5rem .75rem;font-size:.875rem;font-family:inherit;color:var(--text-primary);background-color:var(--bg-white, #fff);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B746F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px;border:1px solid var(--border, #e2e8f0);border-radius:8px;cursor:pointer;transition:all .2s}select:hover{border-color:var(--primary)}select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #25d3661a}select:disabled{background-color:var(--bg-light, #f8fafc);color:var(--text-muted, #94a3b8);cursor:not-allowed}.modal-overlay{position:fixed;inset:0;background:#0a0e0c73;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal{background:var(--bg-white, #fff);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);width:90%;max-width:480px;animation:slideUp .2s cubic-bezier(.16,1,.3,1);overflow:hidden}@keyframes slideUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid var(--border)}.modal-header h2{font-size:1.0625rem;font-weight:600;color:var(--text-primary);margin:0;text-transform:none;letter-spacing:normal}.modal-body{padding:1.25rem}.modal-body label{display:block;font-size:.8125rem;font-weight:500;color:var(--text-primary);margin-bottom:.375rem}.modal-body input{width:100%;padding:.5rem .75rem;border:1px solid var(--border-strong);border-radius:var(--radius);font-size:.875rem;background:var(--bg-white);transition:border-color .15s ease,box-shadow .15s ease;box-sizing:border-box}.modal-body input:focus{outline:none;border-color:var(--primary);box-shadow:var(--focus-ring)}.modal-footer{display:flex;justify-content:flex-end;gap:.5rem;padding:.875rem 1.25rem;border-top:1px solid var(--border);background:var(--bg-subtle)}.btn-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:1px solid transparent;border-radius:var(--radius-sm);cursor:pointer;color:var(--text-secondary, #64748b);transition:all .2s;flex-shrink:0;padding:0}.btn-icon svg{width:18px;height:18px;stroke:currentColor}.btn-icon:hover{background:var(--bg-hover);color:var(--text-primary)}.btn,.btn-primary,.btn-secondary,.btn-outline,.btn-danger{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;min-height:36px;padding:.45rem .875rem;border-radius:var(--radius);font-size:.875rem;font-weight:500;line-height:1.2;white-space:nowrap;text-decoration:none;cursor:pointer}.btn-primary,.btn.btn-primary{background:var(--primary);color:var(--on-primary);border:1px solid var(--primary-active);box-shadow:var(--shadow-sm)}.btn-primary:hover:not(:disabled){background:var(--primary-hover)}.btn-secondary,.btn-outline,.btn.btn-secondary{background:var(--bg-white);color:var(--text-primary);border:1px solid var(--border-strong);box-shadow:var(--shadow-sm)}.btn-secondary:hover:not(:disabled),.btn-outline:hover:not(:disabled){background:var(--bg-hover);color:var(--text-primary)}.btn-danger{background:var(--error);color:#fff;border:1px solid var(--error)}.btn svg,.btn-primary svg,.btn-secondary svg{width:16px;height:16px;flex-shrink:0}.badge{display:inline-flex;align-items:center;gap:.3rem;padding:.125rem .5rem;border-radius:999px;font-size:.75rem;font-weight:500;line-height:1.5;background:var(--bg-subtle);color:var(--text-secondary);border:1px solid var(--border)}.card{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:none}.form-group{margin-bottom:1rem}.form-label,.form-group>label{display:block;font-size:.8125rem;font-weight:500;color:var(--text-primary);margin-bottom:.375rem}.form-hint,.input-hint{font-size:.8125rem;color:var(--text-muted);margin-top:.3rem}.form-group input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=color]),.form-group textarea,.form-input,.form-text-input,.input{width:100%;box-sizing:border-box;padding:.5rem .75rem;border:1px solid var(--border-strong);border-radius:var(--radius);background:var(--bg-white);color:var(--text-primary);font-size:.875rem;transition:border-color .15s ease,box-shadow .15s ease}.form-group input:focus,.form-group textarea:focus,.form-input:focus,.form-text-input:focus,.input:focus{outline:none;border-color:var(--primary);box-shadow:var(--focus-ring)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}code{background:var(--bg-subtle);padding:.1rem .35rem;border-radius:4px;font-family:var(--font-mono);font-size:.85em;color:var(--text-primary)}[dir=rtl] code,[dir=rtl] .mono,[dir=rtl] pre{direction:ltr;text-align:left;unicode-bidi:embed}[dir=rtl] .modal-footer{justify-content:flex-end;flex-direction:row-reverse}[dir=rtl] select{padding:.75rem 1rem .75rem 2.5rem;background-position:left .75rem center}[dir=rtl] .modal-body input,[dir=rtl] .modal-body textarea,[dir=rtl] input[type=text],[dir=rtl] input[type=url],[dir=rtl] input[type=password],[dir=rtl] input[type=number],[dir=rtl] textarea{text-align:right}[dir=rtl] input[type=url],[dir=rtl] input[type=email],[dir=rtl] input[type=tel]{direction:ltr;text-align:left}[dir=rtl] .page-header__top{flex-direction:row-reverse}[dir=rtl] .toast-container{right:auto;left:1rem}html{-webkit-text-size-adjust:100%;text-size-adjust:100%}body{-webkit-tap-highlight-color:transparent}@media(max-width:767px){a,button,[role=button],label,input,select,textarea{touch-action:manipulation}input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=color]),select,textarea{font-size:16px!important}[role=button],input[type=checkbox]+label,input[type=radio]+label{min-height:44px}input[type=checkbox],input[type=radio]{min-width:20px;min-height:20px}}@media(display-mode:standalone){html,body{overscroll-behavior-y:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media(max-width:767px){button:not(.mobile-tab),.btn,input:not([type=checkbox]):not([type=radio]):not([type=range]),select{min-height:44px!important}th{font-size:12px!important}.orders-wire a{display:inline-flex;align-items:center;min-height:44px}.brand-subtitle,.launcher-key,.table-header span,.addon-badge,.info-label,.ops-chip,.role-badge,.self-tag{font-size:12px!important}.lp-btn{min-height:44px!important}.lp-nav-logo,.lp-btn,.lp-wa-fab,.support-link,.lp-footer-contact a{display:inline-flex;align-items:center;min-height:44px}.lp-wa-fab{min-width:48px;min-height:48px;justify-content:center}label:has(>input[type=checkbox]),label:has(>input[type=radio]){display:inline-flex;align-items:center;gap:8px;min-height:44px}.crm-bar-column small{font-size:12px!important}.crm-bar-column:not(:nth-child(5n+1)) small{opacity:0}}.active-call-bar{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);z-index:999;width:90%;max-width:480px;background:#0f172ad9;border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 40px #0006,0 0 20px #10b9811a;border-radius:100px;padding:.75rem 1.5rem;color:#fff;animation:slideUp .4s cubic-bezier(.16,1,.3,1);transition:all .3s ease}@keyframes slideUp{0%{transform:translate(-50%,150%);opacity:0}to{transform:translate(-50%);opacity:1}}.active-call-content{display:flex;align-items:center;gap:1rem}.active-call-avatar-container{position:relative;flex-shrink:0}.active-call-avatar{width:40px;height:40px;border-radius:50%;background:#ffffff26;display:flex;align-items:center;justify-content:center;color:#e2e8f0}.active-call-pulse{position:absolute;bottom:0;right:0;width:12px;height:12px;background-color:#10b981;border:2px solid #0f172a;border-radius:50%;animation:pulseGreen 2s infinite}@keyframes pulseGreen{0%{box-shadow:0 0 #10b981b3}70%{box-shadow:0 0 0 8px #10b98100}to{box-shadow:0 0 #10b98100}}.active-call-info{flex:1;min-width:0}.active-call-phone{font-weight:600;font-size:.9375rem;letter-spacing:.025em;color:#f8fafc;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.active-call-meta{display:flex;align-items:center;gap:.5rem;margin-top:.125rem}.active-call-status-badge{font-size:.75rem;font-weight:500;padding:.125rem .5rem;border-radius:9999px}.active-call-status-badge.ringing{background:#f59e0b33;color:#f59e0b;animation:pulseAlpha 1.5s infinite}.active-call-status-badge.connected{background:#10b98133;color:#10b981}.active-call-status-badge.ended{background:#ef444433;color:#ef4444}.active-call-status-badge.error{background:#ef444440;color:#f87171}@keyframes pulseAlpha{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}.active-call-duration{font-size:.8125rem;color:#94a3b8;font-variant-numeric:tabular-nums}.active-call-error-msg{font-size:.75rem;color:#f87171;max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.active-call-actions{display:flex;align-items:center;gap:.5rem}.call-action-btn{width:36px;height:36px;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#fff}.mute-btn{background:#ffffff1a}.mute-btn:hover{background:#fff3}.mute-btn.muted{background:#ef4444;color:#fff}.mute-btn.muted:hover{background:#dc2626}.hangup-btn{background:#ef4444}.hangup-btn:hover{background:#dc2626;transform:rotate(135deg)}.active-call-bar.error{border-color:#ef44444d;box-shadow:var(--shadow-lg)}.active-call-bar.ended{border-color:#ef444433;box-shadow:var(--shadow-lg)}.call-queue-notifier{position:fixed;bottom:2rem;right:2rem;z-index:1000;width:320px;background:#fff;border-radius:var(--radius-lg);border:1px solid rgba(226,232,240,.8);box-shadow:0 10px 30px #00000014,0 1px 8px #0000000a,0 0 24px #10b98126;padding:1.25rem;display:flex;flex-direction:column;gap:1rem;animation:slideInRight .4s cubic-bezier(.16,1,.3,1);transition:all .3s ease}body.dark .call-queue-notifier{background:#1e293b;border-color:#ffffff14;color:#fff}@keyframes slideInRight{0%{transform:translate(120%);opacity:0}to{transform:translate(0);opacity:1}}.call-queue-header{display:flex;align-items:center;justify-content:space-between}.call-queue-title-container{display:flex;align-items:center;gap:.5rem}.call-queue-ring-icon{width:32px;height:32px;border-radius:8px;background:#10b98126;display:flex;align-items:center;justify-content:center;color:#10b981}.animate-wiggle{animation:wiggle .5s ease-in-out infinite}@keyframes wiggle{0%,to{transform:rotate(0)}15%{transform:rotate(-15deg)}30%{transform:rotate(15deg)}45%{transform:rotate(-10deg)}60%{transform:rotate(10deg)}75%{transform:rotate(-5deg)}90%{transform:rotate(5deg)}}.call-queue-title{font-size:.8125rem;font-weight:600;color:#64748b}body.dark .call-queue-title{color:#94a3b8}.call-queue-close{border:none;background:transparent;color:#94a3b8;cursor:pointer;padding:4px;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.call-queue-close:hover{background:#0000000d;color:#475569}body.dark .call-queue-close:hover{background:#ffffff14;color:#f1f5f9}.call-queue-body{display:flex;flex-direction:column;gap:.25rem}.call-queue-phone{font-size:1.25rem;font-weight:700;color:#0f172a;letter-spacing:-.01em}body.dark .call-queue-phone{color:#f8fafc}.call-queue-contact{font-size:.875rem;font-weight:500;color:#475569}body.dark .call-queue-contact{color:#cbd5e1}.call-queue-account{font-size:.75rem;color:#94a3b8}.call-queue-actions{display:flex;gap:.75rem;margin-top:.25rem}.queue-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem;border-radius:10px;font-weight:600;font-size:.875rem;border:none;cursor:pointer;transition:all .2s ease}.decline-btn{background:#f1f5f9;color:#475569}.decline-btn:hover{background:#e2e8f0;color:#1e293b}body.dark .decline-btn{background:#ffffff14;color:#cbd5e1}body.dark .decline-btn:hover{background:#ffffff26;color:#fff}.accept-btn{background:#10b981;color:#fff;box-shadow:0 4px 12px #10b98140;animation:pulseGreenGlow 2s infinite}.accept-btn:hover{background:#059669;box-shadow:0 4px 16px #05966959}@keyframes pulseGreenGlow{0%{box-shadow:0 0 #10b98180}70%{box-shadow:0 0 0 10px #10b98100}to{box-shadow:0 0 #10b98100}}.driver-popover{all:unset;font-family:var(--driver-popover-font-family,"Helvetica Neue", Inter, ui-sans-serif, "Apple Color Emoji", Helvetica, Arial, sans-serif);box-sizing:border-box;color:#2d2d2d;z-index:1000000000;background-color:#fff;border-radius:5px;min-width:250px;max-width:300px;margin:0;padding:15px;position:fixed;top:0;right:0;box-shadow:0 1px 10px #0006}.driver-popover-title{zoom:1;margin:0;font-size:19px;font-weight:700;line-height:1.5;display:block;position:relative}.driver-popover-close-btn{all:unset;cursor:pointer;color:#d2d2d2;z-index:1;text-align:center;width:32px;height:28px;font-size:18px;font-weight:500;transition:color .2s;position:absolute;top:0;right:0}.driver-popover-close-btn:hover,.driver-popover-close-btn:focus{color:#2d2d2d}.driver-popover-title[style*=block]+.driver-popover-description{margin-top:5px}.driver-popover-description{zoom:1;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.5}.driver-popover-footer{text-align:right;zoom:1;justify-content:space-between;align-items:center;margin-top:15px;display:flex}.driver-popover-progress-text{color:#727272;zoom:1;font-size:13px;font-weight:400}.driver-popover-footer-btn{all:unset;box-sizing:border-box;color:#2d2d2d;cursor:pointer;zoom:1;background-color:#fff;border:1px solid #ccc;border-radius:3px;outline:0;padding:3px 7px;font-size:12px;line-height:1.3;text-decoration:none;display:inline-block}.driver-popover-footer .driver-popover-btn-disabled{opacity:.5;pointer-events:none}.driver-popover-footer-btn:hover,.driver-popover-footer-btn:focus{background-color:#f7f7f7}.driver-popover-navigation-btns{flex-grow:1;justify-content:flex-end;display:flex}.driver-popover-navigation-btns button+button{margin-left:4px}.driver-popover-arrow{content:"";border:5px solid #fff;position:absolute}.driver-popover-arrow-side-over{display:none}.driver-popover-arrow-side-left{border-top-color:#0000;border-bottom-color:#0000;border-right-color:#0000;left:100%}.driver-popover-arrow-side-right{border-top-color:#0000;border-bottom-color:#0000;border-left-color:#0000;right:100%}.driver-popover-arrow-side-top{border-bottom-color:#0000;border-left-color:#0000;border-right-color:#0000;top:100%}.driver-popover-arrow-side-bottom{border-top-color:#0000;border-left-color:#0000;border-right-color:#0000;bottom:100%}.driver-popover-arrow-side-center,.driver-popover-arrow-none{display:none}.driver-active .driver-overlay{pointer-events:none}.driver-active.driver-no-scroll{overflow:hidden}.driver-active *{pointer-events:none}.driver-active .driver-active-element,.driver-active .driver-active-element *,.driver-popover,.driver-popover *{pointer-events:auto}@keyframes animate-fade-in{0%{opacity:0}to{opacity:1}}.driver-fade .driver-overlay{animation:animate-fade-in var(--driver-animation-duration,.4s) ease-in-out}.driver-fade .driver-popover{animation:animate-fade-in var(--driver-animation-duration,.4s)}.driver-active-element-parent-no-scroll{overflow:hidden!important}.driver-no-interaction,.driver-no-interaction *{pointer-events:none!important}.driver-overlay{background:none!important}.driver-active-element{outline:2px solid #25d366!important;outline-offset:3px!important}.mesa-tour-ring{position:fixed;z-index:10001;pointer-events:none;border:2px solid var(--primary);border-radius:8px;box-shadow:0 0 0 4px #25d3662e;transition:top .18s cubic-bezier(.16,1,.3,1),left .18s cubic-bezier(.16,1,.3,1),width .18s cubic-bezier(.16,1,.3,1),height .18s cubic-bezier(.16,1,.3,1)}.driver-popover.mesa-tour-popover{background:var(--card-bg, #ffffff)!important;color:var(--text-primary, #0f172a)!important;border-radius:12px!important;padding:18px 20px!important;box-shadow:var(--shadow-lg);max-width:360px!important;width:auto!important;font-family:inherit!important;animation:mesa-popover-in .2s cubic-bezier(.16,1,.3,1)!important;z-index:1000000!important}@keyframes mesa-popover-in{0%{transform:scale(.97) translateY(4px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}.driver-popover.mesa-tour-popover .driver-popover-arrow{border-color:var(--card-bg, #ffffff)!important}.driver-popover.mesa-tour-popover .driver-popover-arrow-side-top{border-top-color:var(--card-bg, #ffffff)!important}.driver-popover.mesa-tour-popover .driver-popover-arrow-side-bottom{border-bottom-color:var(--card-bg, #ffffff)!important}.driver-popover.mesa-tour-popover .driver-popover-arrow-side-left{border-left-color:var(--card-bg, #ffffff)!important}.driver-popover.mesa-tour-popover .driver-popover-arrow-side-right{border-right-color:var(--card-bg, #ffffff)!important}.driver-popover.mesa-tour-popover .driver-popover-title{font-size:.9375rem!important;font-weight:600!important;letter-spacing:-.01em!important;color:var(--text-primary, #0f172a)!important;margin-bottom:6px!important;line-height:1.35!important}.driver-popover.mesa-tour-popover .driver-popover-description{font-size:.84375rem!important;line-height:1.55!important;color:var(--text-secondary, #475569)!important;margin-bottom:14px!important}.driver-popover.mesa-tour-popover .driver-popover-footer{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;margin-top:12px!important;padding-top:12px!important;border-top:1px solid var(--border-subtle, #f1f5f9)!important}.driver-popover.mesa-tour-popover .driver-popover-progress-text{font-size:.75rem!important;font-weight:500!important;color:var(--text-muted, #64748b)!important;background:transparent!important;padding:0!important;letter-spacing:.02em!important}.mesa-tour-key-hint{display:flex;align-items:center;gap:4px}.mesa-key-tag{display:inline-block;font-size:.6875rem;font-weight:500;font-family:inherit;padding:1px 5px;border-radius:4px;background:var(--bg-subtle, #f1f5f9);color:var(--text-muted, #64748b);border:1px solid var(--border-color, #e2e8f0)}.driver-popover.mesa-tour-popover .driver-popover-prev-btn{background:transparent!important;color:var(--text-secondary, #475569)!important;border:1px solid var(--border-color, #e2e8f0)!important;border-radius:6px!important;padding:5px 12px!important;font-size:.8125rem!important;font-weight:500!important;cursor:pointer!important;transition:all .15s ease!important}.driver-popover.mesa-tour-popover .driver-popover-prev-btn:hover{background:var(--bg-hover, #f8fafc)!important;color:var(--text-primary, #0f172a)!important;border-color:#cbd5e1!important}.driver-popover.mesa-tour-popover .driver-popover-prev-btn:active{transform:translateY(1px)}.driver-popover.mesa-tour-popover .driver-popover-next-btn{background:#128c7e!important;color:#fff!important;border:none!important;border-radius:6px!important;padding:5px 14px!important;font-size:.8125rem!important;font-weight:500!important;cursor:pointer!important;transition:all .15s ease!important}.driver-popover.mesa-tour-popover .driver-popover-next-btn:hover{background:#0d6e63!important}.driver-popover.mesa-tour-popover .driver-popover-next-btn:active{transform:translateY(1px)}.driver-popover.mesa-tour-popover .driver-popover-close-btn{color:var(--text-muted, #94a3b8)!important;padding:2px!important;cursor:pointer!important;transition:color .15s ease!important}.driver-popover.mesa-tour-popover .driver-popover-close-btn:hover{color:var(--text-primary, #0f172a)!important}[data-theme=dark] .driver-popover.mesa-tour-popover{background:#0f172a!important;color:#f8fafc!important;border-color:#ffffff1f!important;box-shadow:var(--shadow-lg)}[data-theme=dark] .driver-popover.mesa-tour-popover .driver-popover-title{color:#fff!important}[data-theme=dark] .driver-popover.mesa-tour-popover .driver-popover-description{color:#94a3b8!important}[data-theme=dark] .driver-popover.mesa-tour-popover .driver-popover-arrow{border-color:#0f172a!important}[data-theme=dark] .driver-popover.mesa-tour-popover .driver-popover-arrow-side-top{border-top-color:#0f172a!important}[data-theme=dark] .driver-popover.mesa-tour-popover .driver-popover-arrow-side-bottom{border-bottom-color:#0f172a!important}[data-theme=dark] .driver-popover.mesa-tour-popover .driver-popover-arrow-side-left{border-left-color:#0f172a!important}[data-theme=dark] .driver-popover.mesa-tour-popover .driver-popover-arrow-side-right{border-right-color:#0f172a!important}[data-theme=dark] .driver-popover.mesa-tour-popover .driver-popover-footer{border-top-color:#ffffff14!important}[data-theme=dark] .driver-popover.mesa-tour-popover .driver-popover-prev-btn{border-color:#ffffff26!important;color:#cbd5e1!important}[data-theme=dark] .driver-popover.mesa-tour-popover .driver-popover-prev-btn:hover{background:#ffffff0d!important;color:#fff!important}[data-theme=dark] .mesa-key-tag{background:#ffffff0f!important;color:#94a3b8!important;border-color:#ffffff1a!important}@media(max-width:640px){.driver-popover.mesa-tour-popover{max-width:calc(100vw - 32px)!important;padding:14px 16px!important}.driver-popover.mesa-tour-popover .driver-popover-title{font-size:.875rem!important}.driver-popover.mesa-tour-popover .driver-popover-description{font-size:.8125rem!important;margin-bottom:10px!important}.mesa-tour-key-hint{display:none!important}}.holy-guide-launcher{position:fixed;bottom:20px;right:20px;z-index:9990;display:flex;align-items:center;gap:6px;padding:6px 12px;background:var(--card-bg, #ffffff);color:var(--text-secondary, #475569);border:1px solid var(--border-color, #e2e8f0);border-radius:var(--radius-lg);box-shadow:0 4px 14px #00000014;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}.holy-guide-launcher:hover{color:var(--text-primary, #0f172a);border-color:#cbd5e1;box-shadow:0 6px 20px #0000001f}.holy-guide-launcher:active{transform:translateY(0)}.holy-guide-launcher .launcher-icon{display:flex;align-items:center;justify-content:center;color:var(--text-muted, #64748b)}.holy-guide-launcher .launcher-badge{color:var(--text-muted, #94a3b8);font-size:.75rem;font-weight:500;max-width:120px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.holy-guide-launcher .launcher-key{background:var(--bg-subtle, #f1f5f9);border:1px solid var(--border-color, #e2e8f0);border-radius:4px;padding:0 4px;font-size:.6875rem;font-family:inherit;color:var(--text-muted, #64748b);margin-left:2px}[data-theme=dark] .holy-guide-launcher{background:#1e293b;color:#cbd5e1;border-color:#334155;box-shadow:0 4px 16px #0006}[data-theme=dark] .holy-guide-launcher:hover{color:#fff;border-color:#475569}[data-theme=dark] .holy-guide-launcher .launcher-key{background:#334155;border-color:#475569;color:#94a3b8}.holy-guide-overlay{position:fixed;inset:0;background:#0f172aa6;z-index:9999;display:flex;align-items:center;justify-content:center;padding:16px;animation:holy-fade-in .2s ease-out}@keyframes holy-fade-in{0%{opacity:0}to{opacity:1}}.holy-guide-modal{width:100%;max-width:680px;max-height:88vh;background:var(--card-bg, #ffffff);color:var(--text-primary, #0f172a);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);display:flex;flex-direction:column;overflow:hidden;animation:holy-slide-up .25s cubic-bezier(.16,1,.3,1)}@keyframes holy-slide-up{0%{transform:translateY(20px) scale(.97);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.holy-guide-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--border-color, #e2e8f0);background:var(--bg-white)}.holy-guide-header-title{display:flex;align-items:center;gap:10px;font-size:1.1rem;font-weight:700;color:var(--text-primary, #0f172a)}.holy-guide-header-title svg{color:var(--primary-text)}.holy-guide-close-btn{background:transparent;border:none;color:var(--text-muted, #94a3b8);padding:6px;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.holy-guide-close-btn:hover{background:var(--bg-hover, rgba(0, 0, 0, .05));color:var(--text-primary, #0f172a)}.holy-guide-tabs{display:flex;gap:6px;padding:10px 20px 0;border-bottom:1px solid var(--border-color, #e2e8f0);background:var(--card-bg, #ffffff)}.holy-guide-tab{display:flex;align-items:center;gap:6px;padding:8px 14px;font-size:.85rem;font-weight:600;color:var(--text-secondary, #64748b);border:none;background:transparent;border-bottom:2px solid transparent;cursor:pointer;transition:all .15s ease;border-radius:6px 6px 0 0}.holy-guide-tab:hover{color:var(--text-primary, #0f172a);background:var(--bg-hover, rgba(0, 0, 0, .03))}.holy-guide-tab.active{color:#128c7e;border-bottom-color:var(--primary);background:#25d3660f}.holy-guide-body{padding:20px;overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:18px}.holy-current-card{background:var(--bg-white);border:1px solid rgba(37,211,102,.3);border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:12px}.holy-current-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.holy-current-card-badge{display:inline-flex;align-items:center;gap:4px;font-size:.75rem;font-weight:600;color:#128c7e;background:#25d36633;padding:2px 8px;border-radius:4px}.holy-current-title{font-size:1.05rem;font-weight:700;color:var(--text-primary, #0f172a);margin-top:4px}.holy-current-tagline{font-size:.85rem;color:var(--text-secondary, #64748b);margin-top:2px}.holy-current-summary{font-size:.875rem;line-height:1.5;color:var(--text-primary, #1e293b)}.holy-current-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:4px}.holy-btn-primary{display:inline-flex;align-items:center;gap:8px;padding:9px 16px;background:var(--primary);color:var(--on-primary);font-size:.875rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;box-shadow:0 2px 8px #25d36659;transition:all .15s ease}.holy-btn-primary:hover{background:#20ba56}.holy-btn-secondary{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;background:var(--card-bg, #ffffff);color:var(--text-primary, #0f172a);font-size:.875rem;font-weight:500;border:1px solid var(--border-color, #e2e8f0);border-radius:8px;cursor:pointer;transition:all .15s ease}.holy-btn-secondary:hover{background:var(--bg-hover, #f8fafc);border-color:#cbd5e1}.holy-tips-box{background:var(--bg-subtle, #f8fafc);border:1px solid var(--border-color, #e2e8f0);border-radius:10px;padding:12px 14px}.holy-tips-title{font-size:.8rem;font-weight:700;color:var(--text-secondary, #64748b);margin-bottom:8px;display:flex;align-items:center;gap:6px}.holy-tips-list{margin:0;padding-left:18px;font-size:.825rem;line-height:1.5;color:var(--text-secondary, #475569)}.holy-tips-list li{margin-bottom:4px}.holy-search-bar{position:relative;display:flex;align-items:center}.holy-search-bar input{width:100%;padding:9px 12px 9px 36px;border-radius:8px;border:1px solid var(--border-color, #e2e8f0);background:var(--bg-subtle, #f8fafc);color:var(--text-primary, #0f172a);font-size:.875rem;outline:none;transition:all .15s ease}.holy-search-bar input:focus{border-color:var(--primary);background:var(--card-bg, #ffffff);box-shadow:0 0 0 3px #25d36626}.holy-search-bar svg{position:absolute;left:12px;color:var(--text-muted, #94a3b8)}.holy-tours-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px}.holy-tour-card{background:var(--card-bg, #ffffff);border:1px solid var(--border-color, #e2e8f0);border-radius:10px;padding:14px;display:flex;flex-direction:column;justify-content:space-between;gap:10px;cursor:pointer;transition:all .15s ease}.holy-tour-card:hover{border-color:var(--primary);box-shadow:0 4px 12px #0000000d}.holy-tour-card-top{display:flex;align-items:flex-start;gap:10px}.holy-tour-card-icon{width:36px;height:36px;border-radius:8px;background:#25d3661f;color:#128c7e;display:flex;align-items:center;justify-content:center;flex-shrink:0}.holy-tour-card-title{font-size:.9rem;font-weight:600;color:var(--text-primary, #0f172a)}.holy-tour-card-tagline{font-size:.775rem;color:var(--text-secondary, #64748b);margin-top:2px}.holy-tour-card-footer{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--border-subtle, #f1f5f9);padding-top:8px;font-size:.775rem;font-weight:600;color:#128c7e}.holy-checklist-container{display:flex;flex-direction:column;gap:10px}.holy-checklist-progress{display:flex;align-items:center;justify-content:space-between;font-size:.85rem;font-weight:600;color:var(--text-primary, #0f172a);margin-bottom:4px}.holy-checklist-bar{width:100%;height:6px;background:var(--border-color, #e2e8f0);border-radius:9999px;overflow:hidden;margin-bottom:10px}.holy-checklist-bar-fill{height:100%;background:var(--primary);border-radius:9999px;transition:width .3s ease}.holy-checklist-item{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border:1px solid var(--border-color, #e2e8f0);border-radius:8px;background:var(--card-bg, #ffffff);transition:all .15s ease}.holy-checklist-item:hover{background:var(--bg-hover, #f8fafc);border-color:#cbd5e1}.holy-checklist-item-left{display:flex;align-items:center;gap:10px}.holy-checklist-checkbox{width:20px;height:20px;border-radius:50%;border:2px solid #cbd5e1;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease}.holy-checklist-checkbox.checked{background:var(--primary);border-color:var(--primary);color:var(--on-primary)}.holy-checklist-label{font-size:.875rem;font-weight:500;color:var(--text-primary, #0f172a)}.holy-checklist-item.done .holy-checklist-label{text-decoration:line-through;color:var(--text-muted, #94a3b8)}.holy-walkthrough-modal{width:100%;max-width:580px;background:var(--card-bg, #ffffff);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);overflow:hidden;display:flex;flex-direction:column}.holy-walkthrough-header{padding:18px 24px;border-bottom:1px solid var(--border-color, #e2e8f0);display:flex;align-items:center;justify-content:space-between;background:var(--bg-white)}.holy-walkthrough-progress-dots{display:flex;align-items:center;gap:6px}.holy-walkthrough-dot{width:8px;height:8px;border-radius:50%;background:var(--border-color, #cbd5e1);transition:all .2s ease}.holy-walkthrough-dot.active{width:24px;border-radius:9999px;background:var(--primary)}.holy-walkthrough-body{padding:24px;display:flex;flex-direction:column;gap:16px}.holy-walkthrough-step-title{font-size:1.25rem;font-weight:700;color:var(--text-primary, #0f172a)}.holy-walkthrough-step-subtitle{font-size:.9rem;color:var(--text-secondary, #64748b);margin-top:2px}.holy-walkthrough-step-content{font-size:.95rem;line-height:1.6;color:var(--text-primary, #1e293b)}.holy-walkthrough-bullets{margin:0;padding-left:20px;display:flex;flex-direction:column;gap:6px;font-size:.9rem;color:var(--text-secondary, #334155)}.holy-walkthrough-footer{padding:16px 24px;border-top:1px solid var(--border-color, #e2e8f0);background:var(--bg-subtle, #f8fafc);display:flex;align-items:center;justify-content:space-between}@media(max-width:640px){.holy-guide-launcher{bottom:16px;right:16px;padding:8px 12px}.holy-guide-launcher .launcher-key{display:none}.holy-guide-modal{max-height:92vh}.holy-tours-grid{grid-template-columns:1fr}}@media(max-width:767px){.holy-guide-launcher{bottom:calc(76px + env(safe-area-inset-bottom));right:16px;width:48px;height:48px;padding:0;justify-content:center;border-radius:50%}.holy-guide-launcher>span:not(.launcher-icon){display:none}}body.nav-open .holy-guide-launcher,body:has(.modal-overlay) .holy-guide-launcher{display:none}.layout{display:flex;min-height:100vh}.sidebar{width:248px;background:var(--bg-subtle);border-right:1px solid var(--border);display:flex;flex-direction:column;position:fixed;height:100vh;z-index:100;transition:width .2s ease,transform .2s ease}.sidebar.collapsed{width:64px}.sidebar-header{display:flex;align-items:center;gap:.625rem;padding:0 .75rem 0 1rem;height:56px;flex-shrink:0}.sidebar.collapsed .sidebar-header{justify-content:center;padding:0}.sidebar-logo{width:26px;height:26px;object-fit:contain;flex-shrink:0}.mobile-brand .sidebar-logo{width:24px;height:24px}.sidebar-brand{display:flex;flex-direction:column;overflow:hidden;white-space:nowrap;flex:1;min-width:0}.brand-name{font-size:.9375rem;font-weight:650;color:var(--text-primary);letter-spacing:-.01em;line-height:1.2}.brand-subtitle{font-size:.72rem;font-weight:400;color:var(--text-muted);line-height:1.3}.collapse-toggle{position:absolute;top:12px;right:10px;width:32px;height:32px;border-radius:var(--radius-sm);background:transparent;border:1px solid transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-muted);z-index:101;padding:0}.collapse-toggle:hover{background:var(--bg-hover);color:var(--text-primary)}.collapse-toggle svg{width:16px;height:16px}.sidebar.collapsed .collapse-toggle{position:static;margin:0 auto .25rem}.sidebar-nav{flex:1;padding:.25rem .625rem 1rem;display:flex;flex-direction:column;gap:1px;overflow-y:auto}.sidebar.collapsed .sidebar-nav{padding:.25rem .5rem 1rem}.nav-item{display:flex;align-items:center;gap:.625rem;min-height:34px;padding:.375rem .625rem;color:var(--text-secondary);text-decoration:none;border:1px solid transparent;border-radius:var(--radius);font-size:.875rem;font-weight:500;transition:background-color .12s ease,color .12s ease;min-width:0}.nav-item svg,.nav-subitem svg{flex-shrink:0;color:var(--text-muted)}.nav-item-text{display:flex;align-items:baseline;gap:.5rem;min-width:0;flex:1 1 auto}.nav-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.3;color:inherit}.nav-trial-meta{margin-left:auto;font-size:.6875rem;font-weight:500;color:var(--primary-text);line-height:1.2;white-space:nowrap}.sidebar.collapsed .nav-item{justify-content:center;padding:.5rem}.nav-item:hover{background:var(--bg-hover);color:var(--text-primary);text-decoration:none}.nav-item.active{background:var(--bg-white);border-color:var(--border);box-shadow:var(--shadow-sm);color:var(--text-primary)}.nav-item.active svg{color:var(--primary-text)}.nav-group{display:flex;flex-direction:column;gap:1px}.nav-group-main{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:2px}.sidebar.collapsed .nav-group-main{display:block}.nav-parent{min-width:0}.nav-disclosure{display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:0;border-radius:var(--radius-sm);background:transparent;color:var(--text-muted)}.nav-disclosure:hover{background:var(--bg-hover);color:var(--text-primary)}.nav-disclosure svg{transition:transform .15s ease}.nav-group.open .nav-disclosure svg{transform:rotate(180deg)}.nav-submenu{display:flex;flex-direction:column;gap:1px;margin:1px 0 4px 1.3rem;padding-left:.5rem;border-left:1px solid var(--border-strong)}[dir=rtl] .nav-submenu{margin-left:0;margin-right:1.3rem;padding-left:0;padding-right:.5rem;border-left:0;border-right:1px solid var(--border-strong)}.nav-subitem{display:flex;align-items:center;gap:.5rem;min-height:30px;padding:.3rem .5rem;color:var(--text-secondary);text-decoration:none;border-radius:var(--radius-sm);font-size:.8125rem;font-weight:500;white-space:nowrap;transition:background-color .12s ease,color .12s ease}.nav-subitem:hover{background:var(--bg-hover);color:var(--text-primary);text-decoration:none}.nav-subitem.active{background:var(--bg-white);color:var(--text-primary);box-shadow:var(--shadow-sm)}.nav-subitem.active svg{color:var(--primary-text)}.sidebar-footer{padding:.5rem .625rem .75rem;display:flex;flex-direction:column;gap:1px;border-top:1px solid var(--border)}.subscription-lock-notice{align-items:flex-start;background:var(--warning-soft);border:1px solid color-mix(in srgb,var(--warning) 30%,transparent);border-radius:var(--radius);color:var(--text-primary);display:flex;gap:.625rem;margin:.5rem .625rem;padding:.75rem;text-decoration:none}.subscription-lock-notice:hover{text-decoration:none}.subscription-lock-notice svg{color:var(--warning);flex-shrink:0;margin-top:.1rem}.subscription-lock-notice span{color:var(--text-secondary);display:grid;font-size:.75rem;font-weight:400;gap:.15rem;line-height:1.4}.subscription-lock-notice strong{color:var(--text-primary);font-size:.8125rem;font-weight:600}.sidebar.collapsed .sidebar-footer{padding:.5rem}.sidebar.collapsed .logout-btn,.sidebar.collapsed .sidebar-help-btn{justify-content:center;padding:.5rem}.logout-btn,.sidebar-help-btn{display:flex;align-items:center;gap:.625rem;width:100%;min-height:34px;padding:.375rem .625rem;color:var(--text-secondary);background:none;border:1px solid transparent;border-radius:var(--radius);font-size:.875rem;font-weight:500;cursor:pointer;white-space:nowrap;overflow:hidden}.logout-btn svg,.sidebar-help-btn svg{color:var(--text-muted);flex-shrink:0}.logout-btn:hover,.sidebar-help-btn:hover{background:var(--bg-hover);color:var(--text-primary)}.main-content{flex:1;margin-left:248px;width:calc(100% - 248px);background:var(--bg-light);min-height:100vh;overflow-x:hidden;overflow-x:clip;transition:margin-left .2s ease,width .2s ease}.main-content.expanded{margin-left:64px;width:calc(100% - 64px)}.subscription-gate-loading{align-items:center;background:var(--bg-light);color:var(--text-secondary);display:flex;gap:.75rem;justify-content:center;min-height:100vh}.mobile-header,.sidebar-overlay{display:none}@media(max-width:767px){.mobile-header{display:flex;align-items:center;justify-content:space-between;position:fixed;top:0;left:0;right:0;height:56px;padding:0 1rem;background:var(--bg-white);border-bottom:1px solid var(--border);z-index:90}.mobile-menu-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:transparent!important;border:none;color:var(--text-primary);cursor:pointer;border-radius:var(--radius);transition:background .2s;padding:0}.mobile-menu-btn svg{color:var(--text-primary);stroke:var(--text-primary)}.mobile-menu-btn:hover{background:var(--bg-light)!important}.mobile-brand{display:flex;align-items:center;gap:.5rem}.mobile-brand .brand-name{font-size:1rem}.sidebar.mobile{transform:translate(-100%);width:280px;background:var(--bg-white);box-shadow:var(--shadow-lg)}.sidebar.mobile.open{transform:translate(0)}.sidebar-overlay{display:block;position:fixed;inset:0;background:#0a0e0c73;z-index:95;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mobile-header{height:calc(56px + env(safe-area-inset-top));padding-top:env(safe-area-inset-top)}.main-content.mobile{margin-left:0;width:100%;padding-top:calc(56px + env(safe-area-inset-top));padding-bottom:calc(64px + env(safe-area-inset-bottom));height:100vh;height:100dvh;overflow-y:auto;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch}.mobile-tabbar{position:fixed;left:0;right:0;bottom:0;z-index:90;display:grid;grid-auto-columns:1fr;grid-auto-flow:column;height:calc(64px + env(safe-area-inset-bottom));padding:0 env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);background:var(--bg-white);border-top:1px solid var(--border)}.mobile-tab{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;min-height:48px;padding:0;border:0;background:transparent;color:var(--text-muted);font-size:12px;font-weight:500;text-decoration:none;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.mobile-tab svg{color:inherit;stroke:currentColor}.mobile-tab.active{color:var(--primary-text)}.mobile-tab:active{transform:scale(.94);transition:transform .08s ease}.mobile-menu-btn{width:44px;height:44px}.sidebar.mobile .nav-item,.sidebar.mobile .nav-subitem,.sidebar.mobile .logout-btn{min-height:44px}.collapse-toggle{display:none}}[dir=rtl] .sidebar{border-right:none;border-left:1px solid var(--border)}[dir=rtl] .collapse-toggle{right:auto;left:10px}[dir=rtl] .collapse-toggle svg{transform:scaleX(-1)}[dir=rtl] .main-content{margin-left:0;margin-right:248px;transition:margin-right .2s ease,width .2s ease}[dir=rtl] .main-content.expanded{margin-right:64px}@media(max-width:768px){[dir=rtl] .main-content,[dir=rtl] .main-content.mobile{margin-right:0}}.nav-section{margin:1rem 0 .25rem;padding:0 .625rem;font-size:.75rem;font-weight:500;color:var(--text-muted)}.nav-section:first-child{margin-top:.25rem}.toast-container{position:fixed;bottom:1.5rem;right:1.5rem;z-index:9999;display:flex;flex-direction:column;gap:.75rem;max-width:400px}.toast{display:flex;align-items:flex-start;gap:.75rem;padding:1rem 1.25rem;background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000001f,0 4px 12px #00000014;border-left:4px solid;animation:slideIn .3s ease-out}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.toast-success{border-color:#22c55e}.toast-success .toast-icon{color:#22c55e}.toast-error{border-color:#ef4444}.toast-error .toast-icon{color:#ef4444}.toast-warning{border-color:#f59e0b}.toast-warning .toast-icon{color:#f59e0b}.toast-info{border-color:#3b82f6}.toast-info .toast-icon{color:#3b82f6}.toast-icon{flex-shrink:0;margin-top:2px}.toast-content{flex:1;min-width:0}.toast-title{font-weight:600;font-size:.9375rem;color:#1e293b;line-height:1.4}.toast-message{font-size:.8125rem;color:#64748b;margin-top:.25rem;line-height:1.5}.toast-close{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:6px;border:none;background:transparent;color:#94a3b8;cursor:pointer;transition:all .15s ease}.toast-close:hover{background:#f1f5f9;color:#475569}:root{--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;--primary: #25d366;--primary-hover: #1fc05c;--primary-active: #1aad52;--on-primary: #05301a;--primary-text: #0f7a3d;--primary-soft: #e9f8ef;--primary-soft-border: #bfe9cf;--focus-ring: 0 0 0 3px rgb(37 211 102 / .28);--bg-light: #f6f7f6;--bg-white: #ffffff;--bg-card: #ffffff;--bg-subtle: #f1f3f2;--bg-hover: #eef0ef;--text-primary: #121714;--text-secondary: #4a534e;--text-muted: #6b746f;--border: #e2e5e3;--border-strong: #cfd4d1;--error: #c8322a;--error-soft: #fdeceb;--success: #0f7a3d;--success-soft: #e9f8ef;--warning: #a15c07;--warning-soft: #fdf3e2;--info: #1d5fb8;--info-soft: #eaf1fb;--shadow-sm: 0 1px 2px rgb(16 24 20 / .06);--shadow-md: 0 2px 6px -1px rgb(16 24 20 / .08), 0 1px 2px rgb(16 24 20 / .05);--shadow-lg: 0 12px 28px -8px rgb(16 24 20 / .18), 0 2px 6px rgb(16 24 20 / .06);--shadow-xl: var(--shadow-lg);--radius: 8px;--radius-sm: 6px;--radius-lg: 12px;--card-bg: var(--bg-white);--surface: var(--bg-white);--surface-hover: var(--bg-hover);--bg-secondary: var(--bg-subtle);--bg-muted: var(--bg-subtle);--color-bg-secondary: var(--bg-subtle);--border-color: var(--border);--border-subtle: var(--border);--text: var(--text-primary);--text-color: var(--text-primary);--danger: var(--error);--accent-color: var(--primary);--primary-glow: transparent;--code-bg: var(--bg-subtle)}[data-theme=dark]{--primary-text: #3fd67c;--on-primary: #05301a;--primary-soft: #12291c;--primary-soft-border: #1f4a31;--bg-light: #0e1110;--bg-white: #161a18;--bg-card: #161a18;--bg-subtle: #1c211f;--bg-hover: #222826;--text-primary: #eef1ef;--text-secondary: #b6bdb9;--text-muted: #8d9590;--border: #272d2a;--border-strong: #353c38;--error: #f0645b;--error-soft: #2c1614;--success: #3fd67c;--success-soft: #12291c;--warning: #e5a340;--warning-soft: #2a1f0e;--info: #6ea8f5;--info-soft: #14213a;--shadow-sm: 0 1px 2px rgb(0 0 0 / .4);--shadow-md: 0 2px 6px -1px rgb(0 0 0 / .45);--shadow-lg: 0 12px 28px -8px rgb(0 0 0 / .6)}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--primary-text: #3fd67c;--primary-soft: #12291c;--primary-soft-border: #1f4a31;--bg-light: #0e1110;--bg-white: #161a18;--bg-card: #161a18;--bg-subtle: #1c211f;--bg-hover: #222826;--text-primary: #eef1ef;--text-secondary: #b6bdb9;--text-muted: #8d9590;--border: #272d2a;--border-strong: #353c38;--error: #f0645b;--error-soft: #2c1614;--success: #3fd67c;--success-soft: #12291c;--warning: #e5a340;--warning-soft: #2a1f0e;--info: #6ea8f5;--info-soft: #14213a;--shadow-sm: 0 1px 2px rgb(0 0 0 / .4);--shadow-md: 0 2px 6px -1px rgb(0 0 0 / .45);--shadow-lg: 0 12px 28px -8px rgb(0 0 0 / .6)}}*{box-sizing:border-box}body{margin:0;font-family:var(--font-sans);font-feature-settings:"cv11","ss01";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--bg-light);color:var(--text-primary);line-height:1.5;font-size:15px}button{font-family:inherit}input,select,textarea{font-family:inherit;background:var(--bg-white);color:var(--text-primary);border-color:var(--border)}a{color:var(--primary-text);text-decoration:none}a:hover{text-decoration:underline}:focus-visible{outline:2px solid var(--primary);outline-offset:2px}::selection{background:#25d36647}
