.operations-banners{z-index:95;pointer-events:none;gap:10px;width:min(370px,100vw - 40px);font-family:Arial,sans-serif;display:grid;position:fixed;bottom:75px;right:20px}.operations-banner{color:#fff;pointer-events:auto;background:#123d30;border-radius:12px;padding:18px;box-shadow:0 10px 40px #0003}.operations-banner strong,.operations-banner span,.operations-banner small{display:block}.operations-banner span{white-space:pre-wrap;margin-top:6px;font-size:13px}.operations-banner small{opacity:.8;margin-top:8px;font-size:11px}.operations-banner button{float:right;color:inherit;cursor:pointer;background:0 0;border:0}.operations-banner.maintenance{background:#805322}.operations-support-link{z-index:90;color:#fff;background:#123d30;border-radius:24px;padding:11px 16px;font:13px Arial,sans-serif;text-decoration:none;position:fixed;bottom:20px;right:20px;box-shadow:0 4px 15px #0002}.support-page{color:#173b32;max-width:1000px;margin:0 auto;padding:40px 20px 100px;font-family:Arial,sans-serif}.support-page>a{color:#286954}.support-page h1{font-size:32px}.support-grid{grid-template-columns:1fr 1fr;gap:24px;display:grid}.support-card{background:#fff;border:1px solid #dfe7e2;border-radius:15px;margin:20px 0;padding:24px}.support-page label{margin:12px 0;font-size:13px;display:block}.support-page input,.support-page select,.support-page textarea{color:#173b32;width:100%;font:inherit;background:#fff;border:1px solid #cbd9d0;border-radius:8px;margin-top:6px;padding:12px;display:block}.support-page textarea{resize:vertical;min-height:130px}.support-page button{color:#173b32;cursor:pointer;font:inherit;background:#f1f7f2;border:1px solid #cbd9d0;border-radius:8px;padding:10px 16px}.support-page button:disabled{opacity:.5;cursor:not-allowed}.support-page .error{color:#a33c25}.support-page .success{color:#237146}.support-ticket-button{text-align:left;width:100%;margin:6px 0}.support-ticket-button small{margin-top:4px;display:block}.support-message{background:#f3f5f3;border-radius:10px;margin:12px 0;padding:16px}.support-message.staff{background:#e3f2e8}.support-message p,.public-post{white-space:pre-wrap;overflow-wrap:anywhere}.support-message small{color:#65776f;font-size:11px;display:block}.public-post{line-height:1.8}@media (max-width:700px){.support-grid{grid-template-columns:1fr}.support-page{padding-top:24px}}
.material-symbols-outlined{text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;vertical-align:middle;-webkit-font-smoothing:antialiased;direction:ltr;justify-content:center;align-items:center;font-size:20px;font-style:normal;font-weight:400;line-height:1;display:inline-flex;font-family:Material Symbols Outlined!important}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f8f7f4;--surface:#fff;--surface-alt:#f0f2ed;--border:#dde2da;--border-focus:#94a3b8;--text:#202e29;--text-muted:#5e6d65;--brand:#24634d;--brand-hover:#184c39;--brand-soft:#e9f2ec;--danger:#b91c1c;--success:#047857;--radius:12px;--radius-sm:8px;--shadow-sm:0 2px 8px #14281e0a;--shadow-lg:0 16px 48px #14281e1a;--space-12:3rem;--space-16:4rem;--radius-lg:18px;--nav-height:64px;--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-sm:.875rem;--font-body:1rem;--font-heading:clamp(1.6rem, 4vw, 1.85rem);--font-section:clamp(2rem, 4.5vw, 2.75rem);--line-body:1.6;--line-heading:1.2;--page-gutter:clamp(1rem, 3vw, 1.5rem);--content-reading:720px;--content-form:500px;--error-bg:#fef2f2;--error-border:#fecaca;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--content-width:min(100%, 1800px);--control-height:44px;--on-brand:#fff;--focus-ring:#184c39}[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--error-bg:#291b2b;--error-border:#7f3445;--on-brand:#121b18;--focus-ring:#b0ddc3;--bg:#121b18;--surface:#192620;--surface-alt:#22332b;--border:#34483c;--border-focus:#8bc9a9;--text:#f8fafc;--text-muted:#94a3b8;--brand:#8bc9a9;--brand-hover:#b0ddc3;--brand-soft:#243c30;--danger:#f87171;--success:#34d399}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body{background-color:var(--bg);color:var(--text);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;margin:0;padding:0;transition:background-color .25s,color .25s}input,select,textarea,button{font-family:inherit;font-size:var(--font-body)}a{color:inherit;text-decoration:none}.global-header-nav{z-index:1000;-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border);background:#ffffffe0;transition:background-color .25s,border-color .25s;position:sticky;top:0}.header-inner{max-width:var(--content-width);padding:var(--space-3) var(--space-5);justify-content:space-between;align-items:center;gap:var(--space-4);margin:0 auto;display:flex}.nav-left-group{align-items:center;gap:.65rem;display:flex;position:relative}.brand-logo{color:var(--text);letter-spacing:-.02em;flex-shrink:0;align-items:center;gap:.45rem;font-size:1.25rem;font-weight:800;text-decoration:none;display:flex}.brand-dot{color:var(--brand)}.nav-right{align-items:center;gap:var(--space-2);display:flex;position:relative}:where(a,button,input,select,textarea,summary,[tabindex]):focus-visible{outline:3px solid var(--focus-ring);outline-offset:3px}.nav-btn-action,.profile-trigger-btn,.menu-item-row,.logout-btn{min-height:var(--control-height)}.nav-btn-action{background:var(--surface-alt);color:var(--text);border:1px solid var(--border);white-space:nowrap;border-radius:999px;align-items:center;gap:.45rem;padding:.55rem 1rem;font-size:.88rem;font-weight:600;transition:all .2s;display:inline-flex}.nav-btn-action[aria-current=page]{border-color:var(--brand);box-shadow:inset 0 -3px 0 var(--brand)}.panel-link-btn[aria-current=page]{box-shadow:inset 0 -3px 0 var(--on-brand)}.nav-btn-action:hover{border-color:var(--border-focus);background:var(--surface)}.panel-link-btn{background:var(--brand);color:var(--on-brand);border-color:var(--brand);font-weight:700}.panel-link-btn:hover{background:var(--brand-hover);color:var(--on-brand);border-color:var(--brand-hover)}.nav-btn-signin{color:var(--text);border-color:var(--border);background:var(--surface);font-weight:700;box-shadow:0 2px 8px #0000000a}.nav-btn-signin:hover{border-color:var(--brand);color:var(--brand)}.nav-profile-wrap{align-items:center;display:flex;position:relative}.profile-trigger-btn{background:var(--surface-alt);color:var(--text);border:1px solid var(--border);cursor:pointer;white-space:nowrap;border-radius:999px;align-items:center;gap:.45rem;padding:.35rem .75rem .35rem .45rem;font-size:.85rem;font-weight:700;transition:all .2s;display:inline-flex}.profile-trigger-btn:hover,.profile-trigger-btn.active{border-color:var(--brand);background:var(--surface)}.quick-icon-btn,.quick-lang-btn{background:var(--surface-alt);color:var(--text);border:1px solid var(--border);cursor:pointer;white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;height:2.15rem;padding:0 .65rem;font-size:.82rem;font-weight:700;transition:all .2s;display:inline-flex}.quick-icon-btn{width:2.15rem;padding:0;font-size:.95rem}.quick-icon-btn:hover,.quick-lang-btn:hover{background:var(--surface);border-color:var(--brand)}.profile-dropdown-menu.right-aligned{left:auto;right:0}.profile-dropdown-menu.left-aligned{left:0;right:auto}.view-profile-link{background:var(--brand-soft);color:var(--brand);border-radius:var(--radius);justify-content:space-between;align-items:center;margin-bottom:.35rem;padding:.55rem .75rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:opacity .15s;display:flex}.view-profile-link:hover{opacity:.9}.profile-icon{background:var(--brand);width:28px;height:28px;color:var(--on-brand);border-radius:50%;justify-content:center;align-items:center;font-size:.85rem;font-weight:800;display:flex}[data-theme=dark] .profile-icon{color:#121b18}.caret-icon{color:var(--text-muted);transition:transform .2s}.caret-icon.open{transform:rotate(180deg)}.profile-dropdown-menu,.panel-profile-dropdown{background:var(--surface);border:1px solid var(--border);z-index:2000;border-radius:14px;width:240px;padding:.65rem;animation:.18s cubic-bezier(.16,1,.3,1) dropdown-pop;position:absolute;top:calc(100% + .5rem);right:0;box-shadow:0 14px 36px #0000001f}[data-theme=dark] .profile-dropdown-menu,[data-theme=dark] .panel-profile-dropdown{box-shadow:0 18px 44px #00000073}@keyframes dropdown-pop{0%{opacity:0;transform:translateY(-6px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.profile-user-card{padding:.35rem .45rem .5rem}.user-info{overflow:hidden}.user-title{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.15rem;font-size:.7rem;font-weight:600;display:block}.user-email-text{font-size:var(--font-sm);color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-weight:700;display:block;overflow:hidden}.menu-divider{background:var(--border);height:1px;margin:.4rem 0}.menu-items-list{flex-direction:column;gap:.15rem;display:flex}.menu-item-row{width:100%;padding:var(--space-2) var(--space-3);font-size:var(--font-sm);color:var(--text);cursor:pointer;text-align:left;background:0 0;border:0;border-radius:8px;justify-content:space-between;align-items:center;font-weight:600;text-decoration:none;transition:background-color .15s,color .15s;display:flex}.menu-item-row:hover{background:var(--surface-alt)}.item-label{flex:1}.item-hint{color:var(--text-muted);font-size:.82rem;font-weight:600;transition:transform .15s,color .15s}.menu-item-row:hover .item-hint{color:var(--brand);transform:translate(2px)}.item-badge{background:var(--surface-alt);border:1px solid var(--border);color:var(--brand);border-radius:999px;padding:.1rem .45rem;font-size:.72rem;font-weight:800}.switch-pill{background:var(--border);border-radius:999px;width:36px;height:20px;transition:background-color .2s;position:relative}.switch-pill.on{background:var(--brand)}.switch-knob{background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .2s;position:absolute;top:2px;left:2px}.switch-pill.on .switch-knob{transform:translate(16px)}.lang-pill{color:var(--brand);background:var(--brand-soft);border-radius:999px;padding:.15rem .45rem;font-size:.75rem;font-weight:700}.menu-footer-action{padding-top:.25rem}.logout-btn,.login-menu-btn{cursor:pointer;width:100%;color:var(--text-muted);background:0 0;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;padding:.55rem;font-size:.82rem;font-weight:600;text-decoration:none;transition:all .15s;display:flex}.logout-btn:hover{color:var(--danger);background:#ef444414;border-color:#ef444433}.login-menu-btn{background:var(--brand);color:var(--on-brand);border:0}[data-theme=dark] .login-menu-btn{color:#121b18}@media (max-width:640px){.header-inner{gap:var(--space-2);padding:var(--space-3);flex-wrap:wrap}.brand-logo{font-size:1.15rem}.nav-btn-action{padding:.5rem .75rem;font-size:.82rem}.profile-trigger-btn{padding:.35rem .65rem .35rem .4rem;font-size:.82rem}.profile-text{display:none}.nav-right{margin-left:auto}.profile-dropdown-menu{width:min(280px,100vw - 24px);max-height:calc(100dvh - 140px);overflow-y:auto}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.profile-publish-notice{max-width:var(--content-width);padding:1rem var(--page-gutter);color:var(--text-muted);line-height:var(--line-body);margin:1rem auto}.profile-publish-notice button{border-radius:var(--radius);background:var(--surface);border:1px solid var(--border);min-height:44px;color:var(--danger);cursor:pointer;padding:.5rem 1rem}.global-storage-error{color:var(--danger);background:var(--error-bg);margin:0;padding:.75rem 1rem}body{line-height:var(--line-body)}button,a,input,select,textarea{touch-action:manipulation}button:disabled{cursor:not-allowed}img{max-width:100%}:where(h1,h2,h3){text-wrap:balance}:where(p){overflow-wrap:break-word}.global-header-nav{background:var(--surface);-webkit-backdrop-filter:none;backdrop-filter:none}[data-theme=dark] .global-header-nav{background:var(--surface)}.global-header-nav .nav-btn-action{border-radius:var(--radius-sm);box-shadow:none;background:0 0;border:0}.global-header-nav .nav-btn-action[aria-current=page]{background:var(--brand-soft);color:var(--brand);box-shadow:inset 0 -2px var(--brand)}.global-header-nav .nav-btn-action:hover{background:var(--surface-alt);transform:none}.global-header-nav .nav-btn-signup{background:var(--brand);color:var(--on-brand)}.global-header-nav .profile-trigger-btn{border-radius:var(--radius-sm);box-shadow:none}.global-header-nav .profile-dropdown-menu{border-radius:var(--radius);box-shadow:var(--shadow-lg);background:var(--surface)}.nav-icon{flex-shrink:0;width:18px;height:18px}.mobile-primary-nav{display:none}.ui-button{min-height:var(--control-height);justify-content:center;align-items:center;gap:var(--space-2);border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;padding:.65rem 1rem;font-weight:650;display:inline-flex}.ui-button.primary{background:var(--brand);color:var(--on-brand);border-color:var(--brand)}.ui-button:hover{filter:brightness(.96)}.ui-empty{padding:var(--space-8);text-align:center;color:var(--text-muted)}.ui-empty h2,.ui-empty h3{color:var(--text)}.ui-skeleton{background:var(--surface-alt);border-radius:var(--radius-sm);height:1rem;margin-block:var(--space-3)}@media (max-width:640px){body:has(.mobile-primary-nav){padding-bottom:calc(64px + env(safe-area-inset-bottom))}.global-header-nav .header-inner{padding:.65rem 1rem}.global-header-nav .nav-right>.nav-btn-action:not(.nav-btn-signin):not(.nav-btn-signup){display:none}.global-header-nav .nav-right{gap:.25rem}.global-header-nav .nav-btn-action{padding-inline:.65rem}.mobile-primary-nav{bottom:0;padding:.35rem .5rem calc(.35rem + env(safe-area-inset-bottom));background:var(--surface);border-top:1px solid var(--border);z-index:1100;grid-template-columns:repeat(4,1fr);display:grid;position:fixed;inset-inline:0}.mobile-primary-nav a{min-height:48px;color:var(--text-muted);border-radius:var(--radius-sm);flex-direction:column;justify-content:center;align-items:center;gap:.2rem;font-size:.7rem;display:flex}.mobile-primary-nav a[aria-current=page]{background:var(--brand-soft);color:var(--brand);font-weight:700}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}body :is(.dialog-card,.modal-card-dialog,.public-modal-card){overscroll-behavior:contain;border-radius:var(--radius-lg);background:var(--surface);max-width:calc(100vw - 2rem);max-height:calc(100dvh - 2rem);box-shadow:var(--shadow-lg);overflow-y:auto}body :is(.dialog-input,.dialog-textarea,.drawer-input,.drawer-select,.drawer-textarea){background:var(--surface);color:var(--text);border-color:var(--border);border-radius:var(--radius-sm);min-height:44px;font-size:1rem}body :is(.modal-close,.modal-close-btn,.public-modal-close){min-width:44px;min-height:44px}body :is(.profile-toast,.public-toast-notification){background:var(--text);color:var(--bg);border-radius:var(--radius);box-shadow:var(--shadow-lg)}@media (max-width:640px){body:has(.mobile-primary-nav) :is(.profile-toast,.public-toast-notification){bottom:calc(80px + env(safe-area-inset-bottom))}}.modal-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:9999;background:#000000a6;justify-content:center;align-items:center;padding:1.25rem;display:flex;position:fixed;inset:0}.modal-card-dialog{background:var(--surface);border:1px solid var(--border);border-radius:24px;width:100%;max-width:560px;overflow:hidden;box-shadow:0 24px 60px #0006}[data-theme=dark] .modal-card-dialog{background:#0b152d;border-color:#1e3a6e}.modal-dialog-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.5rem 1.75rem;display:flex}.modal-dialog-header h3{color:var(--text);margin:.15rem 0 0;font-size:1.35rem;font-weight:800}.modal-close-btn{background:var(--surface-alt);border:1px solid var(--border);cursor:pointer;width:36px;height:36px;color:var(--text);border-radius:50%;justify-content:center;align-items:center;display:flex}.new-msg-form{flex-direction:column;gap:1.15rem;padding:1.75rem;display:flex}.form-field-group{flex-direction:column;gap:.4rem;display:flex}.form-field-group label{color:var(--text);font-size:.82rem;font-weight:700}.form-two-col-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.dialog-input,.dialog-textarea{background:var(--surface-alt);border:1px solid var(--border);color:var(--text);border-radius:12px;outline:none;padding:.75rem 1rem;font-family:inherit;font-size:.88rem}.dialog-input:focus,.dialog-textarea:focus{border-color:var(--brand)}.form-dialog-actions{gap:.75rem;margin-top:.5rem;display:flex}.submit-dialog-btn{background:var(--brand);color:#fff;cursor:pointer;border:none;border-radius:12px;flex:1;padding:.85rem 1.25rem;font-size:.9rem;font-weight:700}.cancel-dialog-btn{background:var(--surface-alt);border:1px solid var(--border);color:var(--text-muted);cursor:pointer;border-radius:12px;padding:.85rem 1.25rem;font-size:.9rem;font-weight:700}body :is(.modal-overlay,.dialog-overlay,.public-modal-overlay,.auth-modal-overlay,.share-modal-overlay){z-index:3000;-webkit-backdrop-filter:none;backdrop-filter:none;background:#0f191466;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}body :is(.modal-card-dialog,.dialog-card,.public-modal-card,.auth-modal-card){background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:var(--radius);max-height:calc(100dvh - 2rem);box-shadow:var(--shadow-lg);overflow-y:auto}body .modal-card-dialog{max-width:560px}body :is(.modal-close-btn,.modal-close,.public-modal-close,.auth-modal-close-btn){flex-shrink:0;min-width:44px;min-height:44px}body .submit-dialog-btn{color:var(--on-brand);min-height:44px}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (max-width:640px){body :is(.modal-overlay,.dialog-overlay,.public-modal-overlay,.auth-modal-overlay,.share-modal-overlay){align-items:flex-end;padding:0}body :is(.modal-card-dialog,.dialog-card,.public-modal-card,.auth-modal-card){border-radius:var(--radius-lg) var(--radius-lg) 0 0;width:100%;max-width:100%;max-height:85dvh;padding-bottom:env(safe-area-inset-bottom)}.form-two-col-grid{grid-template-columns:1fr}}
.auth{max-width:var(--content-form);padding:3.5rem var(--page-gutter) 5rem;flex-direction:column;justify-content:center;min-height:100vh;margin:0 auto;display:flex}.auth .brand{color:var(--text);letter-spacing:-.02em;align-items:center;gap:.4rem;margin-bottom:2rem;font-size:1.35rem;font-weight:800;text-decoration:none;display:inline-flex}.auth .brand span{color:var(--brand)}.auth section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2.25rem 2rem;transition:background-color .25s,border-color .25s;box-shadow:0 4px 24px #0000000a}.auth .eyebrow{color:var(--brand);letter-spacing:.08em;text-transform:uppercase;margin:0 0 .5rem;font-size:.75rem;font-weight:700}.auth h1{font-size:var(--font-heading);line-height:var(--line-heading);color:var(--text);letter-spacing:-.02em;margin:0 0 1.25rem;font-weight:800}.auth .intro{color:var(--text-muted);font-size:var(--font-body);line-height:var(--line-body);margin:0 0 1.5rem}.auth form{gap:var(--space-4);display:grid}.auth label{font-size:var(--font-sm);color:var(--text);gap:.4rem;font-weight:600;display:grid}.auth input{border:1px solid var(--border);background:var(--surface-alt);color:var(--text);border-radius:var(--radius);font-size:var(--font-body);padding:.75rem 1rem;transition:border-color .2s,background-color .2s}.auth input:focus-visible{outline:3px solid var(--focus-ring);outline-offset:3px}.auth button,.auth input:not([type=checkbox]):not([type=radio]),.signup-callout .primary{min-height:var(--control-height)}.auth input:focus{border-color:var(--brand);background:var(--surface)}.auth small{color:var(--text-muted);font-size:.8rem;font-weight:400}.auth .forgot{color:var(--brand);font-size:.85rem;font-weight:600;text-decoration:none;transition:opacity .2s}.auth .forgot:hover{text-decoration:underline}.auth button.primary{background:var(--brand);color:var(--on-brand);border-radius:var(--radius);font-size:var(--font-body);cursor:pointer;border:0;width:100%;padding:.85rem 1.25rem;font-weight:700;transition:opacity .2s,transform .15s}[data-theme=dark] .auth button.primary{color:#070e1e}.auth button.primary:hover:not(:disabled){opacity:.92;transform:translateY(-1px)}.auth button.primary:disabled{opacity:.6;cursor:not-allowed}.auth .error{background:var(--error-bg);border:1px solid var(--error-border);color:var(--danger);border-radius:var(--radius);font-size:var(--font-sm);margin:1rem 0 0;padding:.75rem 1rem;font-weight:600}.signup-callout{background:var(--surface-alt);border:1px solid var(--border);border-radius:var(--radius);text-align:center;gap:.5rem;margin-top:1.75rem;padding:1.25rem;display:grid}.signup-callout strong{color:var(--text);font-size:var(--font-body)}.signup-callout small{color:var(--text-muted);font-size:.8rem}.signup-callout .primary{background:var(--surface);border:1px solid var(--border);color:var(--text);border-radius:var(--radius);margin-top:.4rem;padding:.65rem 1rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-block}.signup-callout .primary:hover{border-color:var(--brand)}.password-rules{gap:.25rem;margin:-.25rem 0 .5rem;padding:0;list-style:none;display:grid}.password-rules li{color:var(--text-muted);font-size:.8rem}.password-rules li.valid{color:var(--success);font-weight:600}.fineprint{color:var(--text-muted);text-align:center;font-size:.8rem;line-height:1.4}.phone-card{background:var(--surface-alt);border:1px solid var(--border);border-radius:var(--radius);text-align:center;gap:.3rem;margin:1rem 0 1.25rem;padding:1rem;display:grid}.phone-card span{color:var(--text-muted);font-size:.8rem}.phone-card strong{color:var(--text);font-size:1.05rem}.sms-icon{text-align:center;margin-bottom:.5rem;font-size:2.2rem}.resend-button{border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-size:var(--font-sm);cursor:pointer;background:0 0;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:1rem;padding:.75rem;font-weight:600;transition:all .2s;display:flex}.resend-button:hover:not(:disabled){background:var(--surface-alt);border-color:var(--brand)}.resend-button:disabled{opacity:.5;cursor:not-allowed}@media (max-width:640px){.auth{padding:2rem 1rem 3rem}.auth section{border-radius:var(--radius);padding:1.5rem 1.15rem}.auth h1{margin-bottom:1rem;font-size:1.6rem}.auth input{padding:.85rem 1rem;font-size:16px}.auth button.primary{padding:.9rem;font-size:1rem}}.google-auth-wrapper{width:100%;margin-bottom:.5rem}.google-auth-btn{color:#1f2937;border-radius:var(--radius,12px);cursor:pointer;background:#fff;border:1px solid #d1d5db;justify-content:center;align-items:center;gap:.75rem;width:100%;min-height:48px;padding:.75rem 1.25rem;font-size:.95rem;font-weight:600;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex;position:relative;box-shadow:0 1px 3px #00000014}[data-theme=dark] .google-auth-btn{color:#f8fafc;background:#1e293b;border-color:#334155;box-shadow:0 1px 3px #00000040}.google-auth-btn:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af;transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}[data-theme=dark] .google-auth-btn:hover:not(:disabled){background:#273549;border-color:#475569}.google-auth-btn:active:not(:disabled){transform:translateY(0)}.google-auth-btn:disabled{opacity:.6;cursor:not-allowed}.google-icon-wrapper{flex-shrink:0;justify-content:center;align-items:center;display:flex}.google-btn-text{font-weight:600}.auth-divider{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:1rem;margin:1.5rem 0;font-size:.78rem;font-weight:600;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--border);flex:1;height:1px}.google-setup-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:99999;background:#0f172abf;justify-content:center;align-items:center;padding:1.25rem;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}.google-setup-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:460px;padding:2rem;position:relative;box-shadow:0 25px 50px -12px #00000040}[data-theme=dark] .google-setup-card{color:#f8fafc;background:#0f172a;border-color:#334155}.google-modal-close{cursor:pointer;color:#64748b;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;display:flex;position:absolute;top:1rem;right:1rem}[data-theme=dark] .google-modal-close{color:#94a3b8;background:#1e293b}.google-setup-header{text-align:center;margin-bottom:1.5rem}.google-modal-icon{background:#f8fafc;border:1px solid #e2e8f0;border-radius:50%;margin-bottom:.75rem;padding:.75rem;display:inline-flex}[data-theme=dark] .google-modal-icon{background:#1e293b;border-color:#334155}.google-modal-title{color:#0f172a;margin:0 0 .35rem;font-size:1.35rem;font-weight:800}[data-theme=dark] .google-modal-title{color:#f8fafc}.google-modal-desc{color:#64748b;margin:0;font-size:.85rem;line-height:1.45}.google-quick-form{flex-direction:column;gap:1rem;display:flex}.google-modal-label{color:#475569;flex-direction:column;gap:.35rem;font-size:.82rem;font-weight:600;display:flex}[data-theme=dark] .google-modal-label{color:#cbd5e1}.google-modal-input{color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:8px;outline:none;padding:.65rem .85rem;font-size:.9rem}[data-theme=dark] .google-modal-input{color:#f8fafc;background:#1e293b;border-color:#334155}.google-modal-input:focus{border-color:#4285f4}.google-quick-presets{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:.75rem}[data-theme=dark] .google-quick-presets{background:#1e293b;border-color:#334155}.preset-title{color:#64748b;margin-bottom:.4rem;font-size:.75rem;font-weight:700;display:block}.preset-chips{flex-wrap:wrap;gap:.4rem;display:flex}.preset-chip{color:#2563eb;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:6px;padding:.25rem .6rem;font-size:.75rem;font-weight:600}[data-theme=dark] .preset-chip{background:#0f172a;border-color:#334155}.google-modal-submit-btn{color:#fff;cursor:pointer;background:#4285f4;border:none;border-radius:10px;margin-top:.5rem;padding:.85rem;font-size:.95rem;font-weight:700;transition:background .2s}.google-modal-submit-btn:hover{background:#3367d6}.google-gis-container{justify-content:center;align-items:center;width:100%;min-height:44px;display:flex}.google-modal-tabs{border-bottom:1px solid #e2e8f0;gap:.5rem;margin-bottom:1rem;padding-bottom:.5rem;display:flex}[data-theme=dark] .google-modal-tabs{border-bottom-color:#334155}.google-tab-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.4rem .65rem;font-size:.82rem;font-weight:600;transition:all .15s}.google-tab-btn:hover{color:#1e293b;background:#f1f5f9}[data-theme=dark] .google-tab-btn:hover{color:#f8fafc;background:#334155}.google-tab-btn.active{color:#2563eb;background:#eff6ff}[data-theme=dark] .google-tab-btn.active{color:#93c5fd;background:#1e3a8a}.google-active-id-info{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;align-items:center;gap:.5rem;margin-top:.6rem;padding:.5rem .75rem;font-size:.75rem;display:flex}[data-theme=dark] .google-active-id-info{background:#052e16;border-color:#166534}.badge-active{color:#fff;background:#16a34a;border-radius:4px;padding:.15rem .4rem;font-size:.7rem;font-weight:700}.google-clear-btn{color:#dc2626;cursor:pointer;background:0 0;border:none;margin-left:auto;font-size:.75rem;font-weight:600}.google-clear-btn:hover{text-decoration:underline}.google-guide-content{text-align:left;max-height:280px;padding-right:.5rem;overflow-y:auto}.google-guide-content h4{color:#0f172a;margin:0 0 .75rem;font-size:.92rem}[data-theme=dark] .google-guide-content h4{color:#f8fafc}.google-guide-steps{color:#475569;margin:0;padding-left:1.25rem;font-size:.8rem;line-height:1.5}[data-theme=dark] .google-guide-steps{color:#cbd5e1}.google-guide-steps li{margin-bottom:.75rem}.google-guide-steps code{color:#2563eb;background:#f1f5f9;border-radius:4px;padding:.1rem .35rem;font-size:.75rem}[data-theme=dark] .google-guide-steps code{color:#60a5fa;background:#1e293b}.guide-link{color:#2563eb;font-weight:600;text-decoration:underline}
.legal{max-width:var(--content-reading);padding:4rem var(--page-gutter) 6rem;margin:0 auto;line-height:1.65}.legal .brand{color:var(--text);align-items:center;gap:.4rem;margin-bottom:2rem;font-size:1.25rem;font-weight:800;text-decoration:none;display:inline-flex}.legal .brand span{color:var(--brand)}.legal h1{font-size:var(--font-section);line-height:var(--line-heading);letter-spacing:-.02em;color:var(--text);margin:0 0 1rem;font-weight:800}.legal h2{color:var(--text);margin:2.5rem 0 .75rem;font-size:1.35rem;font-weight:700}.legal p{color:var(--text-muted);font-size:var(--font-body);margin:0 0 1rem}
.global-site-header{-webkit-backdrop-filter:blur(16px);z-index:1000;background:#faf8ffe0;border-bottom:1px solid #e2e8f0d9;align-items:center;width:100%;height:76px;transition:background-color .25s,border-color .25s;display:flex;position:sticky;top:0;left:0;right:0}[data-theme=dark] .global-site-header{background:#0d1e18eb;border-bottom:1px solid #ffffff14}.global-site-header-inner{justify-content:space-between;align-items:center;gap:1.5rem;width:100%;max-width:min(100%,1840px);margin:0 auto;padding:0 clamp(1.25rem,3vw,3.5rem);display:flex}.header-brand-link{color:inherit;flex-shrink:0;align-items:center;gap:.65rem;text-decoration:none;display:flex}.header-brand-icon{color:#fff;background:#1e4d3e;border-radius:12px;justify-content:center;align-items:center;width:38px;height:38px;transition:transform .2s;display:flex;box-shadow:0 2px 8px #01362826}.header-brand-link:hover .header-brand-icon{transform:scale(1.05)}.header-brand-title{color:#013628;letter-spacing:-.02em;font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:1.25rem;font-weight:800;line-height:1}[data-theme=dark] .header-brand-title{color:#eef0ff}.header-brand-emerald{color:#10b981}.header-nav-center{background:#f1f5f9;border-radius:9999px;align-items:center;gap:.35rem;padding:.25rem;display:none}[data-theme=dark] .header-nav-center{background:#ffffff0f}@media (min-width:1100px){.header-nav-center{display:flex}}.header-nav-pill{color:#404945;white-space:nowrap;border-radius:9999px;padding:.45rem 1rem;font-family:Inter,system-ui,sans-serif;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s;position:relative}[data-theme=dark] .header-nav-pill{color:#cbd5e1}.header-nav-pill:hover{color:#013628;background:#ffffffb3}[data-theme=dark] .header-nav-pill:hover{color:#fff;background:#ffffff1f}.header-nav-pill.active{background:#1e4d3e;box-shadow:0 2px 6px #01362826;color:#fff!important}.header-right-group{align-items:center;gap:.75rem;display:flex}.header-code-search-form{align-items:center;display:none;position:relative}@media (min-width:768px){.header-code-search-form{display:flex}}.header-code-search-icon{color:#717974;pointer-events:none;font-size:18px;position:absolute;left:.85rem}.header-code-search-input{color:#131b2e;background:#f1f5f9;border:1px solid #0000;border-radius:9999px;outline:none;width:200px;padding:.5rem .85rem .5rem 2.4rem;font-family:Inter,system-ui,sans-serif;font-size:12.5px;transition:all .2s}[data-theme=dark] .header-code-search-input{color:#eef0ff;background:#ffffff14}.header-code-search-input:focus{background:#fff;border-color:#10b981;width:240px;box-shadow:0 0 0 3px #10b98126}[data-theme=dark] .header-code-search-input:focus{background:#ffffff24}.header-btn-login{color:#404945;border-radius:9999px;align-items:center;padding:.45rem .85rem;font-family:Inter,system-ui,sans-serif;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}[data-theme=dark] .header-btn-login{color:#cbd5e1}.header-btn-login:hover{color:#013628;background:#f1f5f9}[data-theme=dark] .header-btn-login:hover{color:#fff;background:#ffffff14}@media (min-width:640px){.header-btn-login{padding:.5rem 1.15rem}}.header-btn-signup{background:#1e4d3e;border-radius:9999px;align-items:center;gap:.35rem;padding:.55rem 1.25rem;font-family:Inter,system-ui,sans-serif;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 2px 8px #0136282e;color:#fff!important}.header-btn-signup:hover{background:#286954;transform:translateY(-1px);box-shadow:0 4px 12px #01362840}.header-auth-buttons{align-items:center;gap:.5rem;display:flex}.nav-quota-badge-stitch{color:#065f46;white-space:nowrap;background:#10b98114;border:1px solid #10b98140;border-radius:9999px;align-items:center;gap:.45rem;padding:.4rem .85rem;font-family:Inter,system-ui,sans-serif;font-size:12px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}[data-theme=dark] .nav-quota-badge-stitch{color:#a7f3d0;background:#10b9811f;border-color:#34d39940}.nav-quota-badge-stitch:hover{background:#10b98129;border-color:#10b98166}.header-profile-wrap{position:relative}.header-user-pill-trigger{background:var(--mb-surface-container-low,#f1f5f9);cursor:pointer;border:1px solid #e2e8f0cc;border-radius:9999px;align-items:center;gap:.5rem;padding:.25rem .65rem .25rem .35rem;transition:all .2s;display:flex}[data-theme=dark] .header-user-pill-trigger{background:#ffffff14;border-color:#ffffff1f}.header-user-pill-trigger:hover{background:var(--mb-surface-container-high,#e2e8f0);transform:translateY(-1px)}.header-user-avatar-wrap{flex-shrink:0;width:32px;height:32px;position:relative}.header-user-avatar-circle{color:#fff;background:#1e4d3e;border-radius:9999px;justify-content:center;align-items:center;width:100%;height:100%;font-size:12px;font-weight:700;display:flex;overflow:hidden;box-shadow:0 0 0 2px #10b98159}.header-user-avatar-circle img{object-fit:cover;width:100%;height:100%}.header-user-online-dot{background-color:#10b981;border:1.5px solid #fff;border-radius:9999px;width:9px;height:9px;position:absolute;bottom:-1px;right:-1px}[data-theme=dark] .header-user-online-dot{border-color:#0d1e18}.header-user-pill-info{text-align:left;flex-direction:column;display:none}@media (min-width:640px){.header-user-pill-info{display:flex}}.header-user-pill-name{color:var(--mb-on-surface,#131b2e);font-size:12.5px;font-weight:700;line-height:1.1}[data-theme=dark] .header-user-pill-name{color:#f1f5f9}.header-user-pill-role{color:#286954;margin-top:2px;font-size:10px;font-weight:700;line-height:1}[data-theme=dark] .header-user-pill-role{color:#34d399}.header-user-pill-arrow{color:#286954;font-size:16px;transition:transform .2s}.header-user-pill-arrow.open{transform:rotate(180deg)}.header-stitch-dropdown{-webkit-backdrop-filter:blur(20px);z-index:1100;background:#fffffffa;border-radius:1.25rem;flex-direction:column;width:340px;max-width:calc(100vw - 2rem);animation:.22s cubic-bezier(.16,1,.3,1) dropdownIn;display:flex;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 20px 40px -8px #0000002e,0 0 0 1px #e2e8f0e6}[data-theme=dark] .header-stitch-dropdown{background:#0f1f1afa;box-shadow:0 20px 40px -8px #00000080,0 0 0 1px #ffffff1a}.header-stitch-user-card{background:linear-gradient(135deg,#ecfdf5cc 0%,#ffffffe6 60%,#f1f5f9b3 100%);border-bottom:1px solid #e2e8f0cc;justify-content:space-between;align-items:center;gap:.5rem;padding:1rem;display:flex}[data-theme=dark] .header-stitch-user-card{background:linear-gradient(135deg,#10b98126 0%,#0f1f1ae6 60%,#152528b3 100%);border-bottom-color:#ffffff14}.header-stitch-avatar-large{color:#fff;background:#013628;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:16px;font-weight:700;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 6px #0000001f}.header-stitch-avatar-large img{object-fit:cover;width:100%;height:100%}.header-stitch-online-dot-large{background:#10b981;border:2px solid #fff;border-radius:9999px;width:11px;height:11px;position:absolute;bottom:0;right:0}[data-theme=dark] .header-stitch-online-dot-large{border-color:#0f1f1a}.header-stitch-name-wrap{flex:1;min-width:0}.header-stitch-name-row{align-items:center;gap:.4rem;display:flex}.header-stitch-fullname{color:#013628;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:700;overflow:hidden}[data-theme=dark] .header-stitch-fullname{color:#f1f5f9}.header-stitch-pro-badge{color:#286954;letter-spacing:.04em;background:#10b9812e;border-radius:9999px;flex-shrink:0;padding:.1rem .45rem;font-size:9px;font-weight:800}[data-theme=dark] .header-stitch-pro-badge{color:#34d399;background:#10b98140}.header-stitch-handle{color:#717974;white-space:nowrap;text-overflow:ellipsis;margin-top:1px;font-size:12px;display:block;overflow:hidden}.header-stitch-edit-btn{color:#286954;background:#fff;border:1px solid #e2e8f0cc;border-radius:.65rem;flex-shrink:0;justify-content:center;align-items:center;padding:.45rem;text-decoration:none;transition:all .15s;display:flex}[data-theme=dark] .header-stitch-edit-btn{color:#34d399;background:#182e27;border-color:#ffffff1a}.header-stitch-edit-btn:hover{color:#013628;background:#ecfdf5;transform:scale(1.05)}.header-stitch-grid{background:#f1f5f999;border-bottom:1px solid #e2e8f0cc;grid-template-columns:1fr 1fr;gap:.5rem;padding:.6rem .85rem;display:grid}[data-theme=dark] .header-stitch-grid{background:#0003;border-bottom-color:#ffffff14}.header-stitch-stat-box{background:#fff;border:1px solid #e2e8f0b3;border-radius:.85rem;flex-direction:column;gap:.25rem;padding:.6rem .75rem;display:flex;box-shadow:0 1px 3px #0000000a}[data-theme=dark] .header-stitch-stat-box{background:#142823;border-color:#ffffff14}.header-stitch-stat-top{color:#286954;justify-content:space-between;align-items:center;font-size:10px;font-weight:700;display:flex}[data-theme=dark] .header-stitch-stat-top{color:#34d399}.header-stitch-stat-val{color:#013628;font-size:15px;font-weight:800}[data-theme=dark] .header-stitch-stat-val{color:#f1f5f9}.header-stitch-scroll-area{flex-direction:column;gap:.2rem;max-height:380px;padding:.5rem .65rem;display:flex;overflow-y:auto}.header-stitch-section-label{letter-spacing:.08em;text-transform:uppercase;color:#717974;padding:.4rem .5rem .2rem;font-size:10px;font-weight:800}[data-theme=dark] .header-stitch-section-label{color:#64748b}.header-stitch-item{color:#131b2e;cursor:pointer;text-align:left;box-sizing:border-box;background:0 0;border:none;border-radius:.75rem;justify-content:space-between;align-items:center;width:100%;padding:.55rem .65rem;font-size:13px;font-weight:600;text-decoration:none;transition:all .15s;display:flex}[data-theme=dark] .header-stitch-item{color:#f1f5f9}.header-stitch-item:hover{color:#013628;background:#f1f5f9}[data-theme=dark] .header-stitch-item:hover{color:#34d399;background:#ffffff14}.header-stitch-item-left{align-items:center;gap:.65rem;display:flex;overflow:hidden}.header-stitch-item-left .material-symbols-outlined{color:#286954;flex-shrink:0;font-size:18px}[data-theme=dark] .header-stitch-item-left .material-symbols-outlined{color:#34d399}.header-stitch-badge-pill{color:#286954;background:#f1f5f9;border-radius:9999px;flex-shrink:0;padding:.15rem .45rem;font-size:10px;font-weight:700}[data-theme=dark] .header-stitch-badge-pill{color:#34d399;background:#ffffff1a}.header-stitch-badge-green{color:#fff;background:#10b981}.header-stitch-code-card{background:#ecfdf5;border:1px solid #10b98133;border-radius:.85rem;justify-content:space-between;align-items:center;margin:.35rem .2rem;padding:.55rem .75rem;display:flex}[data-theme=dark] .header-stitch-code-card{background:#10b9811f;border-color:#10b98140}.header-stitch-code-text{color:#013628;align-items:center;gap:.4rem;font-size:11px;display:flex}[data-theme=dark] .header-stitch-code-text{color:#f1f5f9}.header-stitch-code-btn{color:#286954;cursor:pointer;background:#fff;border:1px solid #10b9814d;border-radius:.4rem;justify-content:center;align-items:center;padding:.3rem;transition:all .15s;display:flex}[data-theme=dark] .header-stitch-code-btn{color:#34d399;background:#162a24}.header-stitch-code-btn:hover{color:#fff;background:#10b981}.header-stitch-theme-pills{background:#e2e8f0;border-radius:.5rem;align-items:center;padding:2px;font-size:10px;font-weight:700;display:flex}[data-theme=dark] .header-stitch-theme-pills{background:#ffffff1a}.header-stitch-theme-pill-active{color:#013628;background:#fff;border-radius:.4rem;padding:.2rem .5rem;box-shadow:0 1px 2px #00000014}[data-theme=dark] .header-stitch-theme-pill-active{color:#fff;background:#10b981}.header-stitch-theme-pill-inactive{color:#717974;border-radius:.4rem;padding:.2rem .5rem}.header-stitch-footer{background:#f1f5f999;border-top:1px solid #e2e8f0cc;flex-direction:column;gap:.25rem;padding:.5rem .65rem;display:flex}[data-theme=dark] .header-stitch-footer{background:#0003;border-top-color:#ffffff14}.header-stitch-logout-btn{color:#dc2626;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:.75rem;justify-content:space-between;align-items:center;width:100%;padding:.55rem .65rem;font-size:13px;font-weight:700;transition:all .15s;display:flex}.header-stitch-logout-btn:hover{background:#dc262614}
