:root{color-scheme:light;--background:#f2f5f2;--foreground:#162033;--muted:#64748b;--line:#dbe3ef;--primary:#166534;--primary-dark:#14532d;--surface:#ffffff;--danger:#b91c1c}*{box-sizing:border-box}body{margin:0;background:var(--background);color:var(--foreground);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}html{scroll-behavior:smooth}button,input,select,textarea{font:inherit}button{cursor:pointer}.page{min-height:100vh}.panel{background:var(--surface);border:1px solid var(--line);border-radius:8px;box-shadow:0 10px 24px rgb(22 32 51/.06);transition:box-shadow .2s ease,transform .2s ease}.button{align-items:center;background:var(--primary);border:0;border-radius:6px;color:white;display:inline-flex;font-weight:700;gap:8px;justify-content:center;min-height:42px;padding:0 16px;transition:background .18s ease,box-shadow .18s ease,color .18s ease,opacity .18s ease,transform .18s ease}.button:hover{background:var(--primary-dark);transform:translateY(-1px)}.button.secondary{background:#e9eef8;color:var(--foreground)}.button.danger{background:#b91c1c}.button.danger-soft{background:#fee2e2;color:#991b1b}.button.danger-soft:hover{background:#fecaca}.button:disabled{cursor:not-allowed;opacity:.55}.compact-button{min-height:36px;padding:0 12px}.input,.select{border:1px solid var(--line);border-radius:6px;min-height:42px;padding:0 12px;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;width:100%}.input:focus,.select:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgb(37 99 235/.08);outline:0}.label{color:var(--muted);display:grid;font-weight:700;grid-gap:8px;gap:8px}.error,.label{font-size:14px}.error{color:var(--danger)}.success{color:#166534;font-size:14px}.login-page{background:white;display:grid;grid-template-columns:minmax(320px,.9fr) minmax(480px,1.1fr);min-height:100vh}.login-brand-pane{border-right:1px solid var(--line);flex-direction:column;gap:24px;justify-content:center;padding:40px}.login-brand,.login-brand-pane{align-items:center;display:flex}.login-brand{font-size:38px;font-weight:900;gap:14px}.login-brand span{align-items:center;background:#166534;border-radius:8px;color:white;display:flex;font-size:26px;height:58px;justify-content:center;width:58px}.login-brand-pane>p{color:#166534;font-size:16px;font-weight:750;margin:0}.login-form-pane{align-items:center;display:flex;justify-content:center;padding:40px 24px}.login-panel{border:1px solid var(--line);border-radius:8px;box-shadow:0 12px 32px rgb(22 32 51/.07);display:grid;grid-gap:22px;gap:22px;max-width:460px;padding:32px;width:100%}.login-heading h1{font-size:27px;letter-spacing:0;margin:0 0 6px}.login-heading p,.login-note{color:var(--muted);line-height:1.5;margin:0}.login-methods{background:#eef2f6;border-radius:7px;display:grid;grid-gap:4px;gap:4px;grid-template-columns:1fr 1fr;padding:4px}.login-methods button{background:transparent;border:0;border-radius:5px;color:var(--muted);font-weight:800;min-height:42px}.login-methods button.active{background:white;box-shadow:0 1px 4px rgb(22 32 51/.12);color:#166534}.login-form{display:grid;grid-gap:17px;gap:17px}.login-label{color:var(--foreground);display:grid;font-size:13px;font-weight:800;grid-gap:8px;gap:8px}.login-label>span{align-items:center;display:flex;justify-content:space-between}.login-label a,.login-resend{color:#166534;font-size:12px;font-weight:800}.login-input{background:#f8fafc;border:1px solid #cfd9e7;border-radius:6px;min-height:50px;padding:0 14px;width:100%}.login-input:focus{background:white;border-color:#166534;outline:3px solid rgb(22 101 52/.1)}.login-code-input{font-size:21px;font-weight:800;text-align:center}.login-message{background:#f8fafc;border:1px solid var(--line);border-radius:6px;padding:10px 12px}.login-submit{background:#166534;min-height:50px;width:100%}.login-submit:hover{background:#14532d}.login-resend{background:transparent;border:0;justify-self:center;padding:2px 8px}.login-divider{align-items:center;color:#94a3b8;display:grid;font-size:12px;grid-gap:12px;gap:12px;grid-template-columns:1fr auto 1fr}.login-divider:after,.login-divider:before{background:var(--line);content:"";height:1px}.login-secondary-actions{display:grid;grid-gap:10px;gap:10px;grid-template-columns:1fr 1fr}.login-secondary-actions .support-trigger,.login-secondary-actions>a{align-items:center;background:#f8fafc;border:1px solid var(--line);border-radius:6px;color:var(--foreground);display:flex;font-size:13px;font-weight:800;justify-content:center;min-height:40px;padding:0 12px}.login-secondary-actions .support-trigger:hover,.login-secondary-actions>a:hover{background:#eef2f6}.register-form-pane{padding-bottom:32px;padding-top:32px}.register-panel{gap:20px;max-width:520px}.registration-choices{display:grid;grid-gap:12px;gap:12px;grid-template-columns:1fr 1fr}.registration-choices>button{align-content:start;background:#f8fafc;border:1px solid var(--line);border-radius:7px;color:var(--foreground);display:grid;grid-gap:7px;gap:7px;justify-items:start;min-height:126px;padding:16px;text-align:left}.registration-choices>button:hover{border-color:#86a995}.registration-choices>button.active{background:#f2f8f4;border-color:#166534;box-shadow:0 0 0 2px rgb(22 101 52/.08)}.registration-choice-icon{align-items:center;background:#e5efe8;border-radius:6px;color:#166534;display:flex;font-size:13px;font-weight:900;height:30px;justify-content:center;width:30px}.registration-choices strong{font-size:15px}.registration-choices small,.registration-prompt{color:var(--muted);font-size:12px;line-height:1.4}.registration-prompt{margin:-4px 0 0;text-align:center}.register-form{display:grid;grid-gap:15px;gap:15px}.register-form .input{background:#f8fafc;border-color:#cfd9e7;min-height:50px}.register-form .input:focus{background:white;border-color:#166534;outline:3px solid rgb(22 101 52/.1)}.register-terms{align-items:flex-start;color:var(--muted);display:flex;font-size:12px;gap:9px;line-height:1.45}.register-terms input{accent-color:#166534;margin:2px 0 0}.recovery-panel{max-width:440px}.recovery-success{background:#f2f8f4;border:1px solid #b9d4c1;border-radius:7px;display:grid;grid-gap:7px;gap:7px;padding:15px}.recovery-success strong{color:#14532d;font-size:14px}.recovery-success p{color:var(--muted);font-size:13px;line-height:1.5;margin:0}.recovery-back{align-items:center;background:#f8fafc;border:1px solid var(--line);border-radius:6px;display:flex;font-size:13px;font-weight:800;justify-content:center;min-height:40px;padding:0 12px}.recovery-back:hover{background:#eef2f6}.password-hint,.recovery-loading{color:var(--muted);font-size:12px;margin:0}.recovery-loading{padding:8px 0;text-align:center}.password-hint{margin-top:-7px}.verification-heading,.verification-help,.verification-label{text-align:center}.verification-label{justify-items:center}.verification-label .login-code-input{max-width:240px}.verification-help{margin-top:-9px}.auth-page{background:#f4f7f5;min-height:100vh;padding:40px 24px}.auth-layout{display:grid;grid-gap:48px;gap:48px;grid-template-columns:minmax(260px,.8fr) minmax(420px,1.2fr);margin:0 auto;max-width:1080px;min-height:calc(100vh - 80px);place-items:center stretch}.auth-intro{align-self:stretch;display:flex;flex-direction:column;justify-content:space-between;padding:32px 0}.auth-card h1,.auth-card h2,.auth-intro h1,.customer-content h1{letter-spacing:0}.auth-intro h1{font-size:42px;line-height:1.08;margin:10px 0 18px;max-width:540px}.auth-intro p:not(.eyebrow),.muted-copy{color:var(--muted);line-height:1.65}.auth-logo{color:#14532d;font-size:22px;font-weight:900}.auth-meta{font-size:13px}.eyebrow{color:#166534;font-size:12px;font-weight:900;margin:0;text-transform:uppercase}.auth-card{display:grid;grid-gap:20px;gap:20px;padding:30px;width:100%}.auth-card.compact{max-width:480px}.login-card{max-width:540px}.auth-card h1,.auth-card h2{margin:6px 0 0}.auth-card-header{align-items:flex-start;display:flex;gap:20px;justify-content:space-between}.text-link{color:var(--primary-dark);font-weight:800}.text-link.subtle{font-size:13px}.control-label{color:var(--muted);display:block;font-size:13px;font-weight:800;margin-bottom:8px}.label-row{align-items:center;display:flex;justify-content:space-between}.auth-footer-copy,.method-note{color:var(--muted);font-size:14px;line-height:1.55;margin:0}.auth-footer-copy{text-align:center}.auth-footer-copy a{color:var(--primary-dark);font-weight:800}.auth-support-row{align-items:center;border-top:1px solid var(--line);color:var(--muted);display:flex;font-size:13px;justify-content:space-between;padding-top:16px}.support-trigger{background:transparent;border:0;color:var(--primary-dark);font-weight:800;padding:4px 0}.support-overlay{align-items:center;background:rgb(15 23 42/.55);display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:100}.support-dialog{background:white;border:1px solid var(--line);border-radius:8px;box-shadow:0 20px 48px rgb(15 23 42/.2);display:grid;grid-gap:18px;gap:18px;max-height:calc(100vh - 40px);max-width:520px;overflow-y:auto;padding:26px;width:100%}.support-dialog-header{align-items:flex-start;display:flex;gap:20px;justify-content:space-between}.support-dialog-header h2{letter-spacing:0;margin:5px 0 0}.dialog-close{align-items:center;background:#eef2f0;border:0;border-radius:6px;color:var(--foreground);display:flex;font-size:12px;font-weight:900;height:34px;justify-content:center;width:34px}.support-progress{color:var(--muted);display:grid;font-size:12px;font-weight:800;grid-gap:8px;gap:8px}.support-progress>div{display:grid;grid-gap:6px;gap:6px;grid-template-columns:repeat(3,1fr)}.support-progress i{background:#dbe3ef;border-radius:2px;height:4px}.support-progress i.active{background:#166534}.support-fields,.support-form{display:grid;grid-gap:16px;gap:16px}.support-honeypot{height:0;left:-10000px;opacity:0;overflow:hidden;position:absolute;width:0}.support-message-input{min-height:180px;padding:12px;resize:vertical}.character-count{color:var(--muted);font-size:12px;font-weight:600;text-align:right}.support-review{border-bottom:1px solid var(--line);border-top:1px solid var(--line);display:grid}.support-review>div{display:grid;grid-gap:4px;gap:4px;padding:12px 0}.support-review>div+div{border-top:1px solid var(--line)}.support-review span{color:var(--muted);font-size:11px;font-weight:800;text-transform:uppercase}.support-review p{line-height:1.5;margin:0;overflow-wrap:anywhere;white-space:pre-wrap}.support-success{display:grid;grid-gap:14px;gap:14px;justify-items:start}.support-success p{color:var(--muted);line-height:1.55;margin:0}.support-success strong{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:6px;color:#166534;padding:10px 12px}.support-actions{display:flex;gap:10px;justify-content:flex-end}.segmented{background:#eef2f0;border-radius:7px;display:grid;grid-gap:4px;gap:4px;grid-template-columns:1fr 1fr;padding:4px}.segmented button{background:transparent;border:0;border-radius:5px;color:var(--muted);font-weight:800;min-height:40px}.segmented button.active{background:white;box-shadow:0 1px 4px rgb(22 32 51/.12);color:var(--foreground)}.form-grid{display:grid;grid-gap:16px;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}.form-span{grid-column:1/-1}.optional{color:#94a3b8;font-size:12px;font-weight:600;margin-left:4px}.checkbox-row{align-items:flex-start;color:var(--muted);display:flex;font-size:14px;gap:10px;line-height:1.45}.checkbox-row input{height:16px;margin-top:2px;width:16px}.auth-message{background:#f8fafc;border:1px solid var(--line);border-radius:6px;padding:10px 12px}.auth-centered{display:grid;place-items:center}.code-input{font-size:24px;font-weight:800;letter-spacing:0;text-align:center}.status-mark{align-items:center;background:#dcfce7;border-radius:50%;color:#166534;display:flex;font-size:12px;font-weight:900;height:48px;justify-content:center;width:48px}.notice{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:6px;color:#166534;font-size:14px;line-height:1.55;padding:14px}.auth-actions{display:flex;flex-wrap:wrap;gap:10px}.customer-page{background:#f7f8fb;min-height:100vh}.customer-header{align-items:center;background:white;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;min-height:76px;padding:12px max(24px,calc((100vw - 1000px) / 2))}.customer-header p{color:var(--muted);font-size:12px;margin:3px 0 0}.customer-content{display:grid;grid-gap:24px;gap:24px;margin:0 auto;max-width:1000px;padding:56px 24px}.customer-content h1{font-size:36px;margin:8px 0}.profile-panel{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:hidden}.profile-panel>div{display:grid;grid-gap:6px;gap:6px;padding:22px}.profile-panel>div+div{border-left:1px solid var(--line)}.profile-panel span{color:var(--muted);font-size:12px;font-weight:800;text-transform:uppercase}.status-active{color:#166534}.customer-footnote{color:var(--muted);font-size:13px;margin:0}.consumer-shell{background:#f7f8fb;min-height:100vh}.consumer-shell-header{align-items:center;background:white;border-bottom:1px solid var(--line);display:grid;grid-gap:24px;gap:24px;grid-template-columns:1fr auto 1fr;min-height:72px;padding:10px max(24px,calc((100vw - 1080px) / 2))}.consumer-shell-header nav{display:flex;gap:6px}.consumer-shell-header nav a{border-radius:6px;color:var(--muted);font-size:14px;font-weight:800;padding:9px 12px}.consumer-shell-header nav a.active{background:#eef2f0;color:#14532d}.consumer-shell-header .button{justify-self:end}.consumer-main{display:grid;grid-gap:28px;gap:28px;margin:0 auto;max-width:1080px;padding:48px 24px 64px}.consumer-heading{align-items:flex-end;display:flex;gap:24px;justify-content:space-between}.consumer-heading h1{font-size:36px;letter-spacing:0;margin:7px 0 8px}.consumer-heading p{margin-bottom:0}.consumer-profile-link{background:#166534}.consumer-profile-link:hover{background:#14532d}.consumer-account-panel{display:grid;grid-gap:18px;gap:18px;max-width:760px;padding:24px}.consumer-section-heading{align-items:center;display:flex;gap:16px;justify-content:space-between}.consumer-section-heading h2,.consumer-support-note h2{font-size:19px;letter-spacing:0;margin:0}.consumer-status{background:#e8f4eb;border-radius:999px;color:#166534;font-size:12px;font-weight:800;padding:5px 10px}.consumer-account-details{display:grid;margin:0}.consumer-account-details>div{align-items:center;border-top:1px solid var(--line);display:grid;grid-gap:18px;gap:18px;grid-template-columns:140px minmax(0,1fr);padding:14px 0}.consumer-account-details dt{color:var(--muted);font-size:13px;font-weight:700}.consumer-account-details dd{font-size:14px;font-weight:700;margin:0;overflow-wrap:anywhere}.consumer-support-note{border-top:1px solid var(--line);display:grid;grid-gap:28px;gap:28px;grid-template-columns:minmax(220px,.7fr) minmax(280px,1.3fr);max-width:760px;padding-top:24px}.consumer-support-note div>p,.consumer-support-note>p{color:var(--muted);font-size:14px;line-height:1.55;margin:7px 0 0}.consumer-support-note>p{margin:0}.consumer-summary-grid{display:grid;grid-gap:16px;gap:16px;grid-template-columns:repeat(3,minmax(0,1fr))}.consumer-summary-grid article{display:grid;grid-gap:8px;gap:8px;min-width:0;padding:20px}.consumer-summary-grid span{color:var(--muted);font-size:12px;font-weight:800;text-transform:uppercase}.consumer-summary-grid strong{overflow-wrap:anywhere}.consumer-summary-grid small{color:var(--muted);line-height:1.45}.consumer-info-band{align-items:center;border-bottom:1px solid var(--line);border-top:1px solid var(--line);display:grid;grid-gap:28px;gap:28px;grid-template-columns:minmax(220px,.7fr) minmax(280px,1.3fr);padding:24px 0}.consumer-info-band h2{font-size:22px;letter-spacing:0;margin:6px 0 0}.consumer-info-band>p{color:var(--muted);line-height:1.6;margin:0}.consumer-profile-form{display:grid;grid-gap:18px;gap:18px;max-width:620px;padding:26px}.consumer-profile-form .button{justify-self:start}.consumer-form-note{color:var(--muted);font-size:13px;line-height:1.5;margin:0}.consumer-state{align-items:center;background:#f7f8fb;display:flex;flex-direction:column;gap:14px;justify-content:center;padding:24px}.consumer-state-mark{animation:consumer-pulse 1.2s ease-in-out infinite;background:#166534;border-radius:50%;height:20px;width:20px}.consumer-state-panel{display:grid;grid-gap:18px;gap:18px;max-width:480px;padding:28px;width:100%}.consumer-state-panel h1{letter-spacing:0;margin:0}.protected-shell,.protected-sidebar{display:flex;min-height:100vh}.protected-sidebar{background:#030704;color:white;padding:24px 14px;width:76px;flex-shrink:0;border-top-right-radius:36px;border-bottom-right-radius:36px;transition:width .3s cubic-bezier(.4,0,.2,1);flex-direction:column;justify-content:space-between;overflow:hidden;box-shadow:4px 0 16px rgba(0,0,0,.05)}.protected-sidebar:hover{width:240px}.protected-brand{display:flex;align-items:center;gap:12px;font-size:20px;font-weight:800;margin:0 6px 32px;white-space:nowrap}.protected-logo-box{background:#166534;color:white;font-size:18px;font-weight:900;width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;text-transform:lowercase}.protected-logo-text{opacity:0;transition:opacity .2s ease;color:white}.protected-sidebar:hover .protected-logo-text{opacity:1}.protected-nav{display:flex;flex-direction:column;gap:8px;flex-grow:1}.protected-nav a{border-radius:12px;color:#a3b3a7;display:flex;align-items:center;font-size:14px;font-weight:600;padding:12px;gap:16px;transition:background .2s ease,color .2s ease;white-space:nowrap;text-decoration:none}.protected-nav a:hover{color:white;background:rgba(255,255,255,.05)}.protected-nav a.active{background:#131924;color:white}.protected-nav a.active:hover{background:#131924}.protected-logout-label,.protected-nav-label{opacity:0;transition:opacity .25s ease;pointer-events:none;white-space:nowrap}.protected-sidebar:hover .protected-logout-label,.protected-sidebar:hover .protected-nav-label{opacity:1;pointer-events:auto}.protected-logout-icon,.protected-nav-icon{width:20px;height:20px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.protected-sidebar-footer{margin-top:auto;border-top:1px solid rgba(255,255,255,.08);padding-top:16px}.protected-sidebar-logout-btn{border-radius:12px;color:#a3b3a7;display:flex;align-items:center;font-size:14px;font-weight:600;padding:12px;gap:16px;transition:background .2s ease,color .2s ease;white-space:nowrap;background:transparent;border:none;width:100%;text-align:left;cursor:pointer}.protected-sidebar-logout-btn:hover{background:rgba(255,255,255,.05);color:white}.protected-workspace{flex-grow:1;min-width:0;background:var(--background);display:flex;flex-direction:column}.protected-header{align-items:center;background:transparent;display:flex;justify-content:space-between;min-height:72px;padding:24px 32px 10px}.protected-page-role{color:#64748b;text-transform:lowercase;margin:0}.protected-page-title{font-size:24px;font-weight:800;color:#0f172a;margin:4px 0 0}.protected-settings-btn{background:white;border:1px solid var(--line);border-radius:8px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#64748b;box-shadow:0 2px 8px rgba(0,0,0,.03);transition:all .2s ease;cursor:pointer}.protected-settings-btn:hover{background:#f8fafc;color:#0f172a;border-color:#cbd5e1}.protected-content{animation:route-slide-in .22s ease both;padding:16px 32px 32px}.platform-stack{display:grid;grid-gap:20px;gap:20px}.platform-heading{align-items:center;display:flex;gap:20px;justify-content:space-between}.platform-heading h2{letter-spacing:0;margin:0 0 7px}.platform-heading p{color:var(--muted);line-height:1.5;margin:0}.platform-heading-actions,.platform-row-actions{display:flex;flex-wrap:wrap;gap:8px}.platform-summary-grid{display:grid;grid-gap:14px;gap:14px;grid-template-columns:repeat(4,minmax(150px,1fr))}.platform-summary-grid article{display:grid;grid-gap:6px;gap:6px;padding:18px}.platform-summary-grid span{color:var(--muted);font-size:12px;font-weight:800;line-height:1.35;text-transform:uppercase}.platform-summary-grid strong{font-size:30px}.platform-section{padding:22px}.platform-filters{align-items:end;display:grid;grid-gap:12px;gap:12px;grid-template-columns:minmax(220px,1fr) repeat(2,minmax(150px,.35fr)) auto;margin-top:20px}.platform-filters.two-column{grid-template-columns:minmax(220px,1fr) minmax(160px,.35fr) auto}.platform-table-wrap{overflow-x:auto}.platform-table{border-collapse:collapse;min-width:860px;width:100%}.platform-table td,.platform-table th{border-bottom:1px solid var(--line);padding:12px 10px;text-align:left;vertical-align:top}.platform-table th{color:var(--muted);font-size:12px;font-weight:850;text-transform:uppercase}.platform-table td{font-size:14px}.platform-table small{color:var(--muted);display:block;line-height:1.45;margin-top:3px}.status-badge{background:#eef2f7;border-radius:999px;color:#475569;font-weight:850;padding:5px 8px;text-transform:capitalize;white-space:nowrap}.status-badge.active,.status-badge.approved,.status-badge.resolved,.status-badge.sent{background:#dcfce7;color:#166534}.status-badge.email-pending,.status-badge.in-progress,.status-badge.new,.status-badge.pending,.status-badge.pending-approval{background:#fef3c7;color:#92400e}.status-badge.failed,.status-badge.inactive,.status-badge.rejected,.status-badge.spam,.status-badge.suspended{background:#fee2e2;color:#991b1b}.platform-empty,.platform-loading{color:var(--muted);line-height:1.55;margin:0;padding:26px 4px;text-align:center}.platform-feedback{border-radius:6px;font-size:14px;font-weight:700;margin-top:16px;padding:10px 12px}.platform-feedback.success{background:#f0fdf4;border:1px solid #bbf7d0}.platform-feedback.error{background:#fef2f2;border:1px solid #fecaca}.platform-pagination{align-items:center;color:var(--muted);display:flex;font-size:13px;justify-content:space-between;padding-top:18px}.platform-pagination>div{display:flex;gap:8px}.platform-tabs{border-bottom:1px solid var(--line);display:flex;gap:18px;margin-top:18px;overflow-x:auto}.platform-tabs button{background:transparent;border:0;border-bottom:2px solid transparent;color:var(--muted);font-weight:800;padding:10px 2px;white-space:nowrap}.platform-tabs button.active{border-bottom-color:var(--primary);color:var(--primary-dark)}.platform-dialog-copy{color:var(--muted);line-height:1.55;margin:0}.platform-detail-grid{display:grid;grid-gap:0;gap:0;grid-template-columns:repeat(2,minmax(0,1fr))}.platform-detail-grid>div{border-bottom:1px solid var(--line);display:grid;grid-gap:5px;gap:5px;padding:15px 0}.platform-detail-grid>div:nth-child(2n){padding-left:24px}.platform-detail-grid span,.platform-message span{color:var(--muted);font-size:11px;font-weight:850;text-transform:uppercase}.platform-message{display:grid;grid-gap:9px;gap:9px;padding:20px 0}.platform-message p{line-height:1.65;margin:0;overflow-wrap:anywhere;white-space:pre-wrap}.platform-updates{border-top:1px solid var(--line);display:grid;grid-gap:12px;gap:12px;padding:20px 0 0}.platform-updates h3{font-size:16px;letter-spacing:0;margin:0}.platform-update-list{display:grid;grid-gap:10px;gap:10px}.platform-update-item{background:#f8fafc;border:1px solid var(--line);border-radius:7px;display:grid;grid-gap:8px;gap:8px;padding:13px 14px}.platform-update-item>div{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.platform-update-item p{line-height:1.6;margin:0;overflow-wrap:anywhere;white-space:pre-wrap}.platform-reply-actions span,.platform-update-item time{color:var(--muted);font-size:12px}.platform-reply-card{border-top:1px solid var(--line);display:grid;grid-gap:12px;gap:12px;margin-top:20px;padding-top:20px}.platform-reply-input{min-height:120px;padding:12px;resize:vertical}.platform-reply-actions{align-items:center;display:flex;gap:12px;justify-content:space-between}.platform-action-form{align-items:end;display:grid;grid-gap:12px;gap:12px;grid-template-columns:minmax(180px,.5fr) auto auto;margin-top:18px}.sr-only{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);white-space:nowrap}.workspace-dashboard{display:grid;grid-gap:24px;gap:24px}.workspace-loading{color:var(--muted);padding:24px}.workspace-heading{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:8px}.workspace-heading h2{font-size:28px;font-weight:800;color:#0c4a2a;margin:0 0 6px}.workspace-heading p{color:#4b5563;margin:0;font-size:14px}.workspace-heading-actions{display:flex;gap:12px}.workspace-primary-action{background:#166534;color:white;border-radius:24px;padding:10px 22px;font-weight:700;display:inline-flex;align-items:center;gap:8px;transition:background .2s ease;min-height:42px}.workspace-primary-action:hover{background:#14532d}.workspace-secondary-action{background:white;color:#166534;border:1.5px solid #166534;border-radius:24px;padding:10px 22px;font-weight:700;display:inline-flex;align-items:center;gap:8px;transition:all .2s ease;min-height:42px}.workspace-secondary-action:hover{background:#eef7f2}.workspace-metrics{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px}.workspace-metrics article.panel{background:white;border:1px solid #e2e8f0;border-radius:12px;padding:20px 24px;box-shadow:0 4px 6px -1px rgba(0,0,0,.02),0 2px 4px -1px rgba(0,0,0,.01);display:flex;flex-direction:column;gap:6px}.workspace-metrics span{font-size:11px;font-weight:800;color:#8a9a8d;text-transform:uppercase;letter-spacing:.05em}.workspace-metrics strong{font-size:36px;font-weight:800;color:#1e293b;margin:4px 0 2px;line-height:1.1}.metric-line{height:1.5px;background:#e2e8f0;width:50%;margin-bottom:6px}.workspace-metrics p{font-size:12px;color:#64748b;margin:0}.workspace-main-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;grid-gap:20px;gap:20px;align-items:start}.workspace-conversations,.workspace-overview{background:white;border:1px solid #e2e8f0;border-radius:12px;padding:24px;box-shadow:0 4px 6px -1px rgba(0,0,0,.02)}.workspace-section-heading{align-items:center;display:flex;gap:20px;justify-content:space-between;margin-bottom:8px}.workspace-section-heading h2{font-size:19px;font-weight:800;color:#0c4a2a;margin:0}.workspace-section-heading p{font-size:13px;color:#64748b;margin:2px 0 0}.workspace-refresh{background:transparent;border:none;color:#166534;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:6px;border-radius:50%;transition:background .2s ease}.workspace-refresh:hover{background:#f4f6f4}.workspace-table-wrap{overflow-x:auto}.workspace-table{width:100%;border-collapse:collapse;margin-top:16px}.workspace-table th{border-bottom:2px solid #f1f5f9;padding:12px 8px;font-size:11px;font-weight:800;color:#8a9a8d;text-transform:uppercase;letter-spacing:.05em;text-align:left}.workspace-table td{border-bottom:1px solid #f1f5f9;padding:16px 8px;font-size:13px;color:#334155;vertical-align:middle}.customer-avatar-cell{display:flex;align-items:center;gap:12px}.customer-initials-badge{width:36px;height:36px;border-radius:50%;background:#e0f2fe;color:#0284c7;font-weight:700;font-size:13px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.customer-info{display:flex;flex-direction:column}.customer-info strong{font-weight:700;color:#1e293b;font-size:14px}.customer-info small{color:#64748b;font-size:12px;margin-top:1px}.status-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:9999px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.02em}.status-badge.open{background:#dcfce7;color:#15803d}.status-badge.pending{background:#fef9c3;color:#a16207}.status-badge.closed{background:#f1f5f9;color:#475569}.priority-dot-cell{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#1e293b}.priority-dot{width:8px;height:8px;border-radius:50%;display:inline-block}.priority-dot.low{background:#3b82f6}.priority-dot.medium{background:#f59e0b}.priority-dot.high{background:#ef4444}.workspace-view-link{color:#166534;font-weight:700;text-transform:uppercase;font-size:12px;letter-spacing:.02em;text-decoration:none;transition:color .2s ease;padding:4px}.workspace-view-link:hover{color:#14532d;text-decoration:underline}.workspace-overview{display:grid;grid-gap:18px;gap:18px;align-content:start}.workspace-overview dl{display:flex;flex-direction:column;margin:16px 0 0}.workspace-overview dl>div{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #f1f5f9;font-size:13px}.workspace-overview dt{color:#64748b;font-size:13px}.workspace-overview dd{font-weight:700;color:#1e293b;margin:0;font-size:13px}.workspace-overview-links{display:flex;gap:18px;margin-top:8px}.workspace-overview-links a{color:#166534;font-weight:700;font-size:13px;text-decoration:none;transition:color .2s ease}.workspace-overview-links a:hover{color:#14532d;text-decoration:underline}.inbox-workspace{align-items:start;display:grid;grid-gap:18px;gap:18px;grid-template-columns:minmax(320px,1fr) 270px}.inbox-loading{color:var(--muted);padding:24px}.inbox-sidebar{display:grid;grid-gap:18px;gap:18px;grid-column:2;grid-row:1;padding:18px 12px;position:-webkit-sticky;position:sticky;top:18px}.inbox-sidebar-heading{align-items:center;display:flex;gap:12px;justify-content:space-between;padding:0 7px}.inbox-content-header h2,.inbox-sidebar-heading h2{font-size:20px;letter-spacing:0;margin:0}.inbox-sidebar-heading>span{color:var(--muted);font-size:11px;font-weight:800}.inbox-sidebar-heading>span.live{color:#166534}.inbox-team-views,.inbox-views{display:grid;grid-gap:4px;gap:4px}.inbox-team-views button,.inbox-views button{align-items:center;background:transparent;border:0;border-radius:6px;color:var(--muted);display:flex;font-size:13px;font-weight:750;gap:10px;justify-content:space-between;min-height:38px;padding:0 10px;text-align:left}.inbox-team-views button.active,.inbox-team-views button:hover,.inbox-views button.active,.inbox-views button:hover{background:#eef2f0;color:#14532d}.inbox-team-views small,.inbox-views small{font-size:11px}.inbox-team-views>p{color:var(--muted);font-size:11px;font-weight:850;margin:0 8px 5px;text-transform:uppercase}.inbox-presence{border-top:1px solid var(--line);color:var(--muted);font-size:11px;margin:0;padding:14px 8px 0}.inbox-filter-stack{border-top:1px solid var(--line);display:grid;grid-gap:12px;gap:12px;padding:16px 8px 0}.inbox-filter-title{color:var(--muted);font-size:11px;font-weight:850;margin:0;text-transform:uppercase}.inbox-content{grid-column:1;grid-row:1;min-width:0;overflow:hidden}.inbox-content-header{align-items:center;border-bottom:1px solid var(--line);display:flex;gap:20px;justify-content:space-between;padding:20px 22px}.inbox-content-header p{color:var(--muted);font-size:12px;margin:5px 0 0}.inbox-refresh{background:transparent;border:0;color:#166534;font-size:13px;font-weight:800;padding:5px}.inbox-refresh:hover{text-decoration:underline}.inbox-toolbar{display:grid;grid-gap:10px;gap:10px;grid-template-columns:minmax(220px,1fr) 190px;padding:16px 22px 12px}.inbox-toolbar .input,.inbox-toolbar .select{min-height:40px}.inbox-state-tabs{border-bottom:1px solid var(--line);display:flex;gap:18px;overflow-x:auto;padding:0 22px}.inbox-state-tabs button{background:transparent;border:0;border-bottom:2px solid transparent;color:var(--muted);font-size:13px;font-weight:800;padding:10px 2px;white-space:nowrap}.inbox-state-tabs button.active{border-bottom-color:#166534;color:#14532d}.inbox-filter-stack .inbox-state-tabs{border:0;display:grid;grid-gap:6px;gap:6px;padding:0}.inbox-filter-stack .inbox-state-tabs button{border:0;border-radius:6px;padding:9px 10px;text-align:left}.inbox-filter-stack .inbox-state-tabs button.active{background:#eef2f0}.inbox-error{margin:14px 22px 0}.inbox-empty{align-items:center;display:flex;flex-direction:column;gap:7px;justify-content:center;min-height:330px;padding:30px;text-align:center}.inbox-empty p{color:var(--muted);font-size:13px;margin:0}.inbox-list{display:grid;max-height:calc(100vh - 238px);overflow-y:auto}.inbox-conversation-row{align-items:center;border-bottom:1px solid var(--line);display:grid;grid-gap:12px;gap:12px;grid-template-columns:42px minmax(0,1fr) auto;min-height:78px;padding:13px 18px;transition:background .16s ease,transform .16s ease}.inbox-conversation-row:hover{background:#f8fafc;transform:translateX(2px)}.inbox-avatar{align-items:center;background:#e5efe8;border-radius:50%;color:#166534;display:flex;font-size:14px;font-weight:900;height:42px;justify-content:center;text-transform:uppercase;width:42px}.inbox-customer{display:grid;grid-gap:4px;gap:4px;min-width:0}.inbox-customer small,.inbox-customer strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inbox-customer strong{font-size:14px}.inbox-assignment time,.inbox-customer small{color:var(--muted);font-size:11px}.inbox-conversation-meta{align-items:center;display:flex;flex-wrap:wrap;gap:7px}.inbox-conversation-meta>span:not(.status-badge){color:var(--muted);font-size:11px;text-transform:capitalize}.inbox-preview{color:var(--muted);font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inbox-priority.high{color:#b91c1c!important;font-weight:850}.inbox-assignment{display:grid;grid-gap:4px;gap:4px;justify-items:end;min-width:0}.inbox-assignment>span{font-size:12px;font-weight:750;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inbox-assignment time{text-align:right}.ws-member-picker{display:grid;grid-gap:10px;gap:10px}.ws-member-results{border:1px solid var(--line);border-radius:6px;display:grid;max-height:220px;overflow-y:auto}.ws-member-result{align-items:center;background:white;border:0;border-top:1px solid var(--line);color:var(--foreground);display:flex;gap:12px;justify-content:space-between;padding:11px 12px;text-align:left}.ws-member-result:first-child{border-top:0}.ws-member-result:hover{background:#f8fafc}.ws-member-result strong,.ws-selected-member strong{display:block;font-size:14px}.ws-member-result small,.ws-selected-member small{color:var(--muted);display:block;font-size:12px;margin-top:2px}.ws-selected-members{display:flex;flex-wrap:wrap;gap:8px}.ws-selected-member{align-items:center;background:#f8fafc;border:1px solid var(--line);border-radius:999px;display:inline-flex;gap:10px;padding:7px 8px 7px 12px}.ws-selected-member button{align-items:center;background:#e9eef8;border:0;border-radius:50%;color:var(--foreground);display:flex;font-size:12px;font-weight:900;height:22px;justify-content:center;width:22px}@keyframes consumer-pulse{50%{opacity:.35;transform:scale(.82)}}@keyframes route-slide-in{0%{opacity:0;transform:translateX(10px)}to{opacity:1;transform:translateX(0)}}.ac-page{background:var(--background);justify-content:center;min-height:100vh;padding:40px 20px}.ac-brand,.ac-page{align-items:center;display:flex;flex-direction:column}.ac-brand{gap:8px;margin-bottom:24px}.ac-mark{align-items:center;background:#166534;border-radius:10px;color:white;display:flex;font-size:20px;font-weight:900;height:48px;justify-content:center;width:48px}.ac-wordmark{font-size:18px;font-weight:900}.ac-card{background:white;border:1px solid var(--line);border-radius:12px;box-shadow:0 4px 24px rgb(22 32 51/.06);display:grid;grid-gap:20px;gap:20px;max-width:420px;padding:32px;width:100%}.ac-card.wide{max-width:500px}.ac-heading h1{font-size:22px;letter-spacing:0;margin:0 0 5px}.ac-heading p{color:var(--muted);font-size:14px;line-height:1.5;margin:0}.ac-fields{display:grid;grid-gap:14px;gap:14px}.ac-label{color:var(--foreground);display:grid;font-size:13px;font-weight:700;grid-gap:7px;gap:7px}.ac-label-row{align-items:center;display:flex;justify-content:space-between}.ac-label-link{color:var(--primary-dark);font-size:12px;font-weight:700}.ac-input{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:7px;height:44px;padding:0 14px;transition:border-color .15s;width:100%}.ac-input:focus{background:white;border-color:#166534;outline:3px solid rgb(22 101 52/.08)}.ac-input.code{font-size:22px;font-weight:800;letter-spacing:4px;text-align:center}.ac-submit{background:#166534;border:0;border-radius:7px;color:white;cursor:pointer;font-size:14px;font-weight:700;height:46px;transition:background .15s;width:100%}.ac-submit:hover{background:#14532d}.ac-submit:disabled{cursor:not-allowed;opacity:.55}.ac-divider{align-items:center;color:var(--muted);display:grid;font-size:12px;grid-gap:10px;gap:10px;grid-template-columns:1fr auto 1fr}.ac-divider:after,.ac-divider:before{background:var(--line);content:"";height:1px}.ac-row{display:grid;grid-gap:8px;gap:8px;grid-template-columns:1fr 1fr}.ac-ghost{align-items:center;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:7px;color:var(--foreground);cursor:pointer;display:flex;font-size:13px;font-weight:700;height:42px;justify-content:center;padding:0 14px;text-align:center;text-decoration:none}.ac-ghost:hover{background:#eef2f6}.ac-footer{color:var(--muted);font-size:13px;text-align:center}.ac-footer a{color:var(--primary-dark);font-weight:700}.ac-message{background:#f8fafc;border:1px solid var(--line);border-radius:6px;color:var(--muted);line-height:1.5}.ac-error,.ac-message{font-size:13px;padding:10px 12px}.ac-error{background:#fef2f2;border:1px solid #fecaca;border-radius:6px;color:#991b1b}.ac-success{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:6px;line-height:1.5;padding:12px 14px}.ac-resend,.ac-success{color:#166534;font-size:13px}.ac-resend{background:transparent;border:0;cursor:pointer;font-weight:700;padding:4px 0;text-align:center;width:100%}.ac-resend:hover{text-decoration:underline}.ac-method-toggle{background:#f1f5f9;border-radius:8px;display:grid;grid-gap:3px;gap:3px;grid-template-columns:1fr 1fr;padding:3px}.ac-method-toggle button{background:transparent;border:0;border-radius:6px;color:var(--muted);cursor:pointer;font-size:13px;font-weight:700;height:38px}.ac-method-toggle button.active{background:white;box-shadow:0 1px 3px rgb(22 32 51/.1);color:var(--foreground)}.ac-type-grid{display:grid;grid-gap:10px;gap:10px;grid-template-columns:1fr 1fr}.ac-type-btn{align-content:start;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:8px;color:var(--foreground);cursor:pointer;display:grid;grid-gap:6px;gap:6px;justify-items:start;min-height:96px;padding:14px;text-align:left}.ac-type-btn:hover{border-color:#86a995}.ac-type-btn.active{background:#f2f8f4;border-color:#166534;box-shadow:0 0 0 2px rgb(22 101 52/.08)}.ac-type-icon{align-items:center;background:#e5efe8;border-radius:6px;color:#166534;display:flex;font-size:11px;font-weight:900;height:26px;justify-content:center;width:26px}.ac-type-btn strong{font-size:14px}.ac-type-btn small{color:var(--muted);font-size:12px;line-height:1.35}.ac-prompt{text-align:center}.ac-prompt,.ac-terms{color:var(--muted);font-size:13px}.ac-terms{align-items:flex-start;display:flex;gap:9px;line-height:1.45}.ac-terms input{accent-color:#166534;flex-shrink:0;margin:2px 0 0}.ac-status-icon{align-items:center;background:#dcfce7;border-radius:50%;color:#166534;display:flex;font-size:20px;font-weight:900;height:52px;justify-content:center;width:52px}.ac-notice{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:7px;color:#166534;font-size:14px;line-height:1.55;padding:13px 14px}.ac-actions{display:flex;flex-wrap:wrap;gap:10px}.home-page{align-items:center;background:var(--background);display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:40px 24px}.home-card{display:grid;grid-gap:28px;gap:28px;max-width:560px;padding:52px;width:100%}.home-logo{gap:12px}.home-logo,.home-logo-mark{align-items:center;display:flex}.home-logo-mark{background:#166534;border-radius:10px;color:white;font-size:20px;font-weight:900;height:48px;justify-content:center;width:48px}.home-logo-name{font-size:22px;font-weight:900}.home-heading{font-size:40px;letter-spacing:-.02em;line-height:1.06;margin:0}.home-copy{color:var(--muted);font-size:16px;line-height:1.65;margin:0}.home-actions{display:flex;gap:12px}.data-list{border:1px solid var(--line);border-radius:8px;overflow:hidden}.data-list-scroll{overflow-x:auto;padding-bottom:2px}.data-list-scroll .data-list{min-width:max-content}.data-row{align-items:center;border-bottom:1px solid var(--line);display:grid;grid-gap:16px;gap:16px;padding:14px 18px;transition:background .16s ease}.data-row:last-child{border-bottom:0}.data-row:hover{background:#f8fafc}.data-row-main{display:grid;grid-gap:3px;gap:3px;min-width:0}.data-row-title{font-size:14px;font-weight:700}.data-row-sub,.data-row-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.data-row-sub{color:var(--muted);font-size:12px}.data-row-end{align-items:center;display:flex;flex-shrink:0;gap:10px;justify-content:flex-end}.data-row-meta{color:var(--muted);font-size:12px;white-space:nowrap}.platform-retry-row{border-top:1px solid var(--line);margin-top:20px;padding-top:20px}.data-empty{align-items:center;color:var(--muted);display:flex;flex-direction:column;font-size:14px;gap:8px;justify-content:center;min-height:140px;padding:24px;text-align:center}.data-header-cell{color:var(--muted);font-size:11px;font-weight:850;text-transform:uppercase;white-space:nowrap}.chat-layout{display:grid;grid-gap:18px;gap:18px;grid-template-columns:minmax(0,1fr) 280px}.chat-panel{display:flex;flex-direction:column;min-height:calc(100vh - 150px);overflow:hidden}.chat-panel-header{align-items:center;border-bottom:1px solid var(--line);display:flex;gap:20px;justify-content:space-between;padding:20px 24px}.chat-panel-header h2{letter-spacing:0;margin:6px 0 3px}.chat-panel-header p{color:var(--muted);font-size:13px;margin:0}.chat-panel-meta{align-items:center;display:flex;flex-shrink:0;gap:12px}.chat-online-count{color:var(--muted);font-size:12px}.chat-live-badge{border-radius:999px;font-size:12px;font-weight:800;padding:4px 10px;white-space:nowrap}.chat-live-badge.live{background:#dcfce7;color:#166534}.chat-live-badge.offline{background:#eef2f7;color:#64748b}.chat-messages{border-bottom:1px solid var(--line);display:flex;flex:1 1;flex-direction:column;gap:10px;min-height:360px;overflow-y:auto;padding:20px 24px}.chat-empty-messages{align-items:center;color:var(--muted);display:flex;flex:1 1;font-size:14px;justify-content:center;min-height:180px}.chat-message{display:flex;flex-direction:column;max-width:74%}.chat-message.mine{align-self:flex-end}.chat-message.theirs{align-self:flex-start}.chat-bubble{border-radius:10px;font-size:14px;line-height:1.55;overflow-wrap:anywhere;padding:10px 14px;white-space:pre-wrap}.chat-bubble.mine{background:var(--primary);color:white}.chat-bubble.theirs{background:#e9eef8;color:var(--foreground)}.chat-bubble.internal{background:#fef9c3;border:1px solid #fde68a;color:#78350f}.chat-message-meta{color:var(--muted);font-size:11px;margin-top:4px}.chat-message.mine .chat-message-meta{text-align:right}.chat-typing{color:var(--muted);font-size:13px;font-style:italic;padding:10px 24px}.chat-compose{display:grid;grid-gap:12px;gap:12px;padding:18px 24px}.chat-compose textarea.input{min-height:80px;padding-top:10px;resize:none}.chat-compose-input{padding-top:10px}.chat-compose-row{align-items:center;display:flex;gap:10px;justify-content:flex-end}.chat-closed{color:var(--muted);font-size:14px;padding:18px 24px}.chat-sidebar{align-self:start;display:flex;flex-direction:column;gap:0;overflow:hidden;position:-webkit-sticky;position:sticky;top:18px}.chat-sidebar-section{border-bottom:1px solid var(--line);display:grid;grid-gap:14px;gap:14px;padding:18px 20px}.chat-sidebar-section:last-child{border-bottom:0}.chat-sidebar-title{color:var(--muted);font-size:11px;font-weight:850;letter-spacing:.04em;margin:0;text-transform:uppercase}.chat-sidebar-actions{display:grid;grid-gap:8px;gap:8px}.chat-status-grid{display:flex;flex-wrap:wrap;gap:7px}.chat-assignment-card{background:#f8fafc;border:1px solid var(--line);border-radius:7px;display:grid;grid-gap:4px;gap:4px;padding:11px 12px}.chat-assignment-card span{color:var(--muted);font-size:11px;font-weight:850;text-transform:uppercase}.chat-assignment-card strong{font-size:13px}.chat-disclosure{display:block}.chat-disclosure summary{color:var(--muted);cursor:pointer;font-size:11px;font-weight:850;letter-spacing:.04em;list-style:none;text-transform:uppercase}.chat-disclosure summary::-webkit-details-marker{display:none}.chat-disclosure summary:after{content:"+";float:right}.chat-disclosure[open] summary:after{content:"-"}.chat-disclosure[open] .chat-sidebar-actions,.chat-disclosure[open] .notes-form,.chat-disclosure[open] .notes-list{margin-top:14px}.chat-feedback{font-size:13px;font-weight:700}.chat-feedback.success{color:#166534}.chat-feedback.error{color:var(--danger)}.notes-list{display:grid;grid-gap:10px;gap:10px;max-height:210px;overflow-y:auto}.note-item{border-bottom:1px solid var(--line);display:grid;grid-gap:3px;gap:3px;padding-bottom:10px}.note-item:last-child{border-bottom:0;padding-bottom:0}.note-author{font-size:13px;font-weight:800}.note-time{color:var(--muted);font-size:11px}.note-content{font-size:13px;line-height:1.5;overflow-wrap:anywhere;white-space:pre-wrap}.notes-empty{color:var(--muted);font-size:13px;margin:0}.notes-form{display:grid;grid-gap:10px;gap:10px}.notes-form textarea{padding-top:10px}.ws-stack{display:grid;grid-gap:22px;gap:22px}.ws-panel-body{display:grid;grid-gap:20px;gap:20px;padding:24px}.ws-section-heading{border-bottom:1px solid var(--line);padding-bottom:16px}.ws-section-heading h2{letter-spacing:0;margin:0 0 6px}.ws-section-heading p{color:var(--muted);margin:0}.ws-section-header{align-items:center;display:flex;justify-content:space-between}.ws-section-header h2{letter-spacing:0;margin:0}.ws-form,.ws-form-2col{display:grid;grid-gap:16px;gap:16px}.ws-form-2col{grid-template-columns:repeat(2,minmax(0,1fr))}.ws-form-2col-span{grid-column:1/-1}.ws-form-actions{align-items:center;display:flex;gap:10px}.ws-field-label{color:var(--muted);font-size:13px;font-weight:800;margin-bottom:8px}.ws-fieldset{border:1px solid var(--line);border-radius:6px;overflow:hidden}.ws-member-row{border-top:1px solid var(--line)}.ws-member-row:first-child{border-top:0}.ws-member-row label{align-items:center;cursor:pointer;display:flex;flex:1 1;font-size:14px;font-weight:700;gap:10px;padding:11px 14px}.ws-member-row small{color:var(--muted);font-size:12px;font-weight:500}.ws-empty{color:var(--muted);font-size:14px;padding:12px 14px}.ws-feedback{border-radius:6px;font-size:14px;font-weight:700;padding:10px 12px}.ws-feedback.success{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.ws-feedback.error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.settings-stack{display:grid;grid-gap:22px;gap:22px;max-width:680px}.settings-2col,.settings-form{display:grid;grid-gap:16px;gap:16px}.settings-2col{grid-template-columns:1fr 200px}.protected-page-role{color:var(--muted);font-size:12px;font-weight:800;margin:0 0 4px;text-transform:uppercase}.protected-page-title{font-size:22px;letter-spacing:0;margin:0}.protected-loading{align-items:center;color:var(--muted);display:flex;font-size:14px;justify-content:center;min-height:100vh}@media (max-width:760px){.login-page{grid-template-columns:1fr}.login-brand-pane{border-bottom:1px solid var(--line);border-right:0;gap:0;min-height:104px;padding:20px}.login-brand{font-size:25px}.login-brand span{font-size:18px;height:40px;width:40px}.login-brand-pane>p{display:none}.login-form-pane{align-items:flex-start;padding:28px 16px 40px}.login-panel{border:0;box-shadow:none;padding:0}.registration-choices{gap:10px}.registration-choices>button{min-height:118px;padding:14px}.auth-page{padding:24px 16px}.auth-layout{gap:24px;grid-template-columns:1fr}.auth-intro{gap:26px;padding:8px 0 0}.auth-intro h1{font-size:34px}.auth-meta{display:none}.auth-card{padding:22px}.auth-support-row{align-items:flex-start;flex-direction:column;gap:8px}.support-overlay{align-items:flex-end;padding:0}.support-dialog{border-bottom:0;border-left:0;border-radius:8px 8px 0 0;border-right:0;max-height:92vh;max-width:none;padding:22px 18px}.form-grid,.profile-panel{grid-template-columns:1fr}.form-span{grid-column:auto}.profile-panel>div+div{border-left:0;border-top:1px solid var(--line)}.consumer-shell-header{gap:10px;grid-template-columns:1fr auto;padding:10px 16px}.consumer-shell-header nav{grid-column:1/-1;grid-row:2;order:3}.consumer-main{padding:32px 16px 48px}.consumer-heading{align-items:flex-start;flex-direction:column}.consumer-heading h1{font-size:30px}.consumer-info-band,.consumer-summary-grid,.consumer-support-note{grid-template-columns:1fr}.consumer-account-details>div{align-items:start;gap:5px;grid-template-columns:1fr}.customer-content h1{font-size:30px}.protected-shell{grid-template-columns:1fr}.protected-sidebar{min-height:auto;padding:14px 16px}.protected-brand{margin:0 0 12px}.protected-nav{display:flex;overflow-x:auto}.protected-nav a{white-space:nowrap}.protected-header{padding:10px 16px}.protected-content{padding:18px 16px 36px}.workspace-heading{align-items:flex-start;flex-direction:column;gap:17px}.workspace-heading h2{font-size:26px}.workspace-heading-actions{width:100%}.workspace-heading-actions .button{flex:1 1}.workspace-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.workspace-main-grid{grid-template-columns:1fr}.workspace-conversations,.workspace-overview{padding:18px}.inbox-workspace{grid-template-columns:1fr}.inbox-sidebar{gap:10px;padding:14px;position:static}.inbox-content,.inbox-sidebar{grid-column:auto;grid-row:auto}.inbox-team-views,.inbox-views{display:flex;overflow-x:auto}.inbox-team-views button,.inbox-views button{flex:0 0 auto}.inbox-presence,.inbox-team-views>p{display:none}.inbox-toolbar{grid-template-columns:1fr;padding:14px 16px 10px}.inbox-content-header{padding:17px 16px}.inbox-state-tabs{padding:0 16px}.inbox-conversation-row{gap:10px;grid-template-columns:40px minmax(0,1fr) auto;padding:14px 16px}.inbox-conversation-meta{gap:5px}.inbox-assignment{grid-column:auto;grid-row:auto}.inbox-assignment>span{max-width:120px}.platform-heading{align-items:flex-start;flex-direction:column}.platform-action-form,.platform-detail-grid,.platform-filters,.platform-filters.two-column,.platform-summary-grid{grid-template-columns:1fr}.platform-detail-grid>div:nth-child(2n){padding-left:0}.platform-pagination{align-items:flex-start;flex-direction:column;gap:12px}.ac-card{padding:24px 20px}.ac-row,.ac-type-grid{grid-template-columns:1fr}.home-card{padding:32px 24px}.home-heading{font-size:32px}.chat-layout{grid-template-columns:1fr}.chat-sidebar{position:static}.chat-messages{max-height:360px}.ws-form-2col{grid-template-columns:1fr}.ws-form-2col-span{grid-column:auto}.settings-2col{grid-template-columns:1fr}}@media (min-width:761px) and (max-width:1120px){.platform-summary-grid{grid-template-columns:repeat(2,minmax(150px,1fr))}.workspace-main-grid{grid-template-columns:1fr}}.us-login-page{background:#f7f8fb;min-height:100vh;padding:40px 20px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,sans-serif}.us-login-layout,.us-login-page{align-items:center;display:flex;justify-content:center}.us-login-layout{gap:60px;max-width:1000px;width:100%}.us-login-brand-col{display:flex;flex-direction:column;justify-content:center;text-align:left;flex:1 1;max-width:400px}.us-login-logo{font-size:5rem;font-weight:900;color:#14532d;margin:0;line-height:1;letter-spacing:-.05em;text-shadow:0 4px 20px rgba(22,83,45,.05)}.us-login-tagline{font-size:1.25rem;font-weight:700;color:#22c55e;margin:12px 0 0;letter-spacing:-.01em;text-shadow:0 0 15px rgba(34,197,94,.45),0 0 30px rgba(34,197,94,.2)}.us-login-divider-vertical{width:1px;height:140px;background:#e2e8f0}.us-login-card-col{display:flex;justify-content:center;flex:1 1;max-width:440px}.us-login-card{background:#ffffff;border:1px solid #f1f5f9;border-radius:24px;box-shadow:0 10px 40px rgba(0,0,0,.03);padding:36px;width:100%;display:flex;flex-direction:column;gap:24px}.us-login-tabs-container{display:grid;grid-template-columns:1fr 1fr;position:relative;background:#f1f5f9;border-radius:30px;padding:6px;height:52px;overflow:hidden;align-items:center}.us-login-tabs-active-bg{position:absolute;top:6px;bottom:6px;left:6px;width:calc(50% - 12px + 6px);background:#ffffff;border-radius:9999px;box-shadow:0 4px 12px rgba(0,0,0,.05),0 1px 3px rgba(0,0,0,.02);border:1.5px solid #e2e8f0;transition:transform .4s cubic-bezier(.34,1.56,.64,1);overflow:hidden;z-index:1}.us-login-tab-btn{position:relative;z-index:2;background:transparent;border:0;outline:none;display:flex;align-items:center;justify-content:center;gap:8px;font-size:15px;font-weight:700;color:#64748b;height:100%;cursor:pointer;transition:color .3s ease}.us-login-tab-btn.active{color:#166534}.us-login-tab-btn:hover:not(.active){color:#334155}.us-login-tab-icon{width:16px;height:16px}.us-login-form{display:flex;flex-direction:column;gap:20px}.us-login-input-card{border:1.5px solid #e2e8f0;border-radius:20px;background:#f8fafc;padding:16px;display:flex;flex-direction:column;gap:12px;overflow:hidden;transition:border-color .2s,box-shadow .2s,background-color .2s}.us-login-input-card:focus-within{border-color:#e2e8f0;box-shadow:none;background:#f8fafc}.us-login-input-wrapper{position:relative;display:flex;align-items:center;padding:0 18px;height:52px;background:#eff3f8;border:1.5px solid transparent;border-radius:12px;transition:background-color .2s,border-color .2s,box-shadow .2s}.us-login-input-wrapper:focus-within{background:#ffffff;border-color:#166534;box-shadow:0 0 0 3px rgba(22,101,52,.08)}.us-login-field-separator{display:none}.us-login-field-input{width:100%;height:100%;background:transparent;border:0;outline:none;font-size:15px;color:#162033;font-weight:600}.us-login-field-input::placeholder{color:#94a3b8;font-weight:500}.us-login-toggle-pw-btn{position:absolute;right:18px;top:50%;transform:translateY(-50%);background:transparent;border:0;outline:none;cursor:pointer;display:flex;align-items:center;color:#94a3b8;padding:4px;transition:color .2s}.us-login-toggle-pw-btn:hover{color:#475569}.us-login-pw-eye-icon{width:18px;height:18px}.us-login-code-note{padding:16px 18px;font-size:13.5px;color:#64748b;line-height:1.5;text-align:center;font-weight:500}.us-login-submit-btn{background:#166534;border-radius:12px;color:#ffffff;border:0;outline:none;height:50px;font-size:15px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s,transform .1s,box-shadow .2s;box-shadow:0 4px 12px rgba(22,101,52,.05)}.us-login-submit-btn:hover{background:#14532d;box-shadow:0 6px 16px rgba(22,101,52,.15)}.us-login-submit-btn:active{transform:translateY(1px)}.us-login-submit-btn:disabled{opacity:.6;cursor:not-allowed}.us-login-forgot-link{display:inline-block;margin:4px auto 0;font-size:14.5px;font-weight:700;color:#166534;text-align:center;width:-moz-fit-content;width:fit-content;transition:color .2s,transform .2s}.us-login-forgot-link:hover{color:#14532d;transform:translateY(-.5px)}.us-login-resend-btn{background:transparent;border:0;color:#166534;font-weight:700;font-size:14px;margin:4px auto 0;cursor:pointer;width:-moz-fit-content;width:fit-content;padding:4px;transition:color .2s}.us-login-resend-btn:hover{color:#14532d;text-decoration:underline}.us-login-msg-info{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px}.us-login-msg-error,.us-login-msg-info{padding:10px 14px;font-size:13.5px;font-weight:500}.us-login-msg-error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:8px}.us-login-or-divider{display:flex;align-items:center;text-align:center;color:#94a3b8;font-size:13px;font-weight:600;margin:4px 0}.us-login-or-divider:after,.us-login-or-divider:before{content:"";flex:1 1;border-bottom:1px solid #e2e8f0}.us-login-or-divider:not(:empty):before{margin-right:12px}.us-login-or-divider:not(:empty):after{margin-left:12px}.us-login-bottom-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.us-login-secondary-btn{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:9999px;color:#334155;font-weight:700;font-size:14px;height:44px;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;width:100%;transition:background-color .2s,border-color .2s,transform .1s,color .2s;box-shadow:0 1px 2px rgba(0,0,0,.02)}.us-login-secondary-btn:hover{background:#f1f5f9;border-color:#cbd5e1;color:#0f172a}.us-login-secondary-btn:active{transform:translateY(1px)}.us-login-btn-icon{width:16px;height:16px;color:#64748b;transition:color .2s}.us-login-secondary-btn:hover .us-login-btn-icon{color:#334155}.text-center{text-align:center}.code-spacing{letter-spacing:8px;font-weight:800;font-size:18px}@media (max-width:768px){.us-login-layout{flex-direction:column;gap:32px;padding:20px 0}.us-login-brand-col{text-align:center;max-width:100%}.us-login-logo{font-size:4rem}.us-login-tagline{font-size:1.15rem;margin-top:8px}.us-login-divider-vertical{display:none}.us-login-card-col{width:100%}.us-login-card{padding:24px}}.whatsapp-layout{border:1px solid var(--line);border-radius:16px;height:calc(100vh - 140px);min-height:520px;overflow:hidden;box-shadow:0 10px 30px rgb(22 32 51/.04)}.whatsapp-layout,.whatsapp-sidebar{display:flex;background:var(--surface)}.whatsapp-sidebar{width:320px;border-right:1px solid var(--line);flex-direction:column;flex-shrink:0}.whatsapp-sidebar-header{padding:16px 20px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);background:#f8fafc}.whatsapp-sidebar-header h3{margin:0;font-size:18px;font-weight:800;color:#0f172a}.whatsapp-create-btn{background:var(--primary);color:white;border:0;border-radius:8px;padding:8px 12px;font-size:13px;font-weight:700;display:inline-flex;align-items:center;gap:6px;cursor:pointer;transition:all .2s ease}.whatsapp-create-btn:hover{background:var(--primary-dark);transform:translateY(-1px)}.whatsapp-search-wrapper{padding:12px 16px;background:var(--surface)}.whatsapp-search-input{width:100%;background:#f1f5f9;border:1.5px solid transparent;border-radius:10px;padding:10px 14px;font-size:14px;color:var(--foreground);outline:none;transition:all .2s ease}.whatsapp-search-input:focus{background:white;border-color:var(--primary);box-shadow:0 0 0 3px rgba(22,101,52,.08)}.whatsapp-filters{display:flex;gap:8px;padding:4px 16px 12px;background:var(--surface);border-bottom:1px solid var(--line)}.whatsapp-filter-pill{background:#f1f5f9;border:0;border-radius:9999px;padding:6px 14px;font-size:13px;color:#64748b;font-weight:700;cursor:pointer;transition:all .18s ease}.whatsapp-filter-pill:hover{background:#e2e8f0;color:#334155}.whatsapp-filter-pill.active{background:#e6f4ea;color:#137333}.whatsapp-team-list{flex-grow:1;overflow-y:auto;background:var(--surface)}.whatsapp-team-row{display:flex;align-items:center;gap:14px;padding:14px 20px;border-bottom:1px solid #f8fafc;cursor:pointer;position:relative;transition:all .2s ease}.whatsapp-team-row:hover{background:#f8fafc}.whatsapp-team-row.active{background:#eef7f2}.whatsapp-avatar{width:44px;height:44px;background:#e6f4ea;color:#137333;font-size:16px;font-weight:800;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:inset 0 0 0 1px rgba(22,101,52,.1)}.whatsapp-team-info{display:flex;flex-direction:column;flex-grow:1;min-width:0}.whatsapp-team-info-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:4px}.whatsapp-team-info-header strong{font-size:14.5px;font-weight:700;color:#1e293b;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.whatsapp-team-time{font-size:11px;color:#64748b;font-weight:500}.whatsapp-team-desc{font-size:13px;color:#64748b;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.whatsapp-chat-pane{position:relative;min-width:0}.whatsapp-chat-empty,.whatsapp-chat-pane{flex-grow:1;display:flex;flex-direction:column;background:#f8fafc}.whatsapp-chat-empty{align-items:center;justify-content:center;padding:40px;text-align:center}.whatsapp-chat-empty h3{margin:20px 0 8px;font-size:20px;font-weight:800;color:#0f172a}.whatsapp-chat-empty p{margin:0;font-size:14px;color:#64748b;max-width:340px;line-height:1.5}.whatsapp-chat-header{padding:12px 20px;background:#ffffff;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;flex-shrink:0;z-index:10;box-shadow:0 1px 2px rgba(0,0,0,.02)}.whatsapp-chat-header-left{display:flex;align-items:center;gap:12px;cursor:pointer}.whatsapp-chat-header-info{display:flex;flex-direction:column}.whatsapp-chat-header-info h4{margin:0 0 2px;font-size:15px;font-weight:700;color:#0f172a}.whatsapp-chat-header-info span{font-size:12px;color:#64748b}.whatsapp-chat-header-actions{display:flex;gap:8px}.whatsapp-icon-btn{background:transparent;border:0;padding:8px;border-radius:50%;color:#64748b;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;outline:none}.whatsapp-icon-btn:hover{background:#f1f5f9;color:#0f172a}.whatsapp-chat-messages-container{flex-grow:1;overflow-y:auto;padding:24px;display:flex;flex-direction:column;gap:16px;background-color:#f4f6f8;background-image:radial-gradient(rgba(0,0,0,.04) 1px,transparent 0);background-size:24px 24px}.whatsapp-msg-bubble-wrapper{display:flex;width:100%}.whatsapp-msg-bubble-wrapper.mine{justify-content:flex-end}.whatsapp-msg-bubble-wrapper.theirs{justify-content:flex-start}.whatsapp-msg-bubble{max-width:65%;padding:10px 14px 8px;border-radius:12px;position:relative;box-shadow:0 1px 3px rgba(0,0,0,.05);font-size:14.5px;line-height:1.5;color:#1e293b;cursor:pointer;word-break:break-word;transition:transform .15s ease}.whatsapp-msg-bubble:hover{transform:scale(1.01)}.whatsapp-msg-bubble.mine{background:#d9fdd3;border-top-right-radius:2px;color:#0f172a}.whatsapp-msg-bubble.theirs{background:#ffffff;border-top-left-radius:2px;color:#0f172a}.whatsapp-msg-sender{font-size:11.5px;font-weight:750;color:var(--primary);margin-bottom:4px}.whatsapp-msg-meta{display:flex;align-items:center;justify-content:flex-end;gap:4px;font-size:10px;color:#64748b;margin-top:4px}.whatsapp-ticks{display:inline-flex;align-items:center;width:15px;height:15px}.whatsapp-ticks svg{width:100%;height:100%}.whatsapp-ticks.delivered,.whatsapp-ticks.sent{color:#94a3b8}.whatsapp-ticks.read{color:#38bdf8}.whatsapp-compose-bar{padding:14px 20px;background:#ffffff;display:flex;align-items:center;gap:12px;border-top:1px solid var(--line);flex-shrink:0;position:relative;z-index:20}.whatsapp-attachment-wrapper{position:relative}.whatsapp-attachment-menu{position:absolute;bottom:56px;left:0;background:#ffffff;border:1px solid var(--line);border-radius:16px;box-shadow:0 10px 25px rgba(0,0,0,.1);padding:8px;display:flex;flex-direction:column;gap:4px;z-index:50;width:200px;animation:route-slide-in .18s ease both}.whatsapp-attachment-item{display:flex;align-items:center;gap:12px;padding:8px 12px;background:transparent;border:0;border-radius:8px;width:100%;text-align:left;font-size:13.5px;font-weight:700;color:#475569;cursor:pointer;transition:all .2s ease}.whatsapp-attachment-item:hover{background:#f1f5f9;color:#0f172a}.whatsapp-attachment-icon{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;font-size:13px;flex-shrink:0}.whatsapp-compose-input-wrapper{flex-grow:1;background:#f1f5f9;border-radius:10px;padding:2px 6px;border:1.5px solid transparent;transition:all .2s ease}.whatsapp-compose-input-wrapper:focus-within{background:#ffffff;border-color:var(--primary);box-shadow:0 0 0 3px rgba(22,101,52,.08)}.whatsapp-compose-input{width:100%;border:0;outline:none;font-size:14.5px;padding:8px 12px;background:transparent;color:var(--foreground)}.whatsapp-details-drawer{width:300px;background:#ffffff;border-left:1px solid var(--line);display:flex;flex-direction:column;flex-shrink:0;animation:route-slide-in .2s ease both}.whatsapp-details-header{padding:16px 20px;display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--line);background:#f8fafc}.whatsapp-details-header h3{margin:0;font-size:16px;font-weight:800;color:#0f172a}.whatsapp-details-body{padding:20px;display:flex;flex-direction:column;gap:20px;overflow-y:auto;flex-grow:1}.whatsapp-details-section{display:flex;flex-direction:column;gap:6px}.whatsapp-details-section label{font-size:11px;font-weight:800;color:var(--muted);text-transform:uppercase;letter-spacing:.05em}.whatsapp-details-section p{margin:0;font-size:14px;color:#334155;font-weight:500}.whatsapp-details-members{display:flex;flex-direction:column;gap:12px;margin-top:6px}.whatsapp-details-member{display:flex;align-items:center;gap:10px}.whatsapp-details-member-avatar{width:32px;height:32px;background:#e6f4ea;color:#137333;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:800;flex-shrink:0}.whatsapp-details-member-info{display:flex;flex-direction:column;min-width:0}.whatsapp-details-member-info strong{font-size:13.5px;font-weight:700;color:#1e293b;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.whatsapp-details-member-info small{font-size:11px;color:#64748b}.whatsapp-details-actions{display:flex;flex-direction:column;gap:8px;margin-top:10px;border-top:1px solid #f1f5f9;padding-top:16px}.whatsapp-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(15,23,42,.6);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:100}.whatsapp-modal{background:white;border-radius:16px;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);width:90%;max-width:480px;overflow:hidden;animation:route-slide-in .2s cubic-bezier(.16,1,.3,1) both}.whatsapp-modal-header{padding:18px 24px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f1f5f9}.whatsapp-modal-header h3{margin:0;font-size:17px;font-weight:800;color:#0f172a}.whatsapp-modal-body{padding:24px;max-height:420px;overflow-y:auto}.whatsapp-modal-footer{padding:16px 24px;border-top:1px solid #f1f5f9;display:flex;justify-content:flex-end;gap:12px;background:#f8fafc}.whatsapp-popover-tabs{display:flex;gap:20px;border-bottom:1px solid #e2e8f0;margin-bottom:20px}.whatsapp-popover-tab{background:transparent;border:0;border-bottom:2.5px solid transparent;padding:8px 0;font-size:14px;font-weight:700;color:#64748b;cursor:pointer;transition:all .2s ease}.whatsapp-popover-tab.active{color:var(--primary);border-color:var(--primary)}