@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700&display=swap";:root{--ink:#18231e;--muted:#66736c;--line:#dfe6e1;--soft:#f4f7f5;--paper:#fff;--green:#0b6b47;--green-dark:#075239;--green-wash:#eaf5ef;--amber:#aa5a08;--amber-wash:#fff4e3;--red:#b42318;--red-wash:#fff0ee;--shadow:0 14px 40px rgba(24,52,39,.08)}*{box-sizing:border-box}html{background:var(--soft)}body{margin:0;color:var(--ink);background:var(--soft);font:14px/1.5 DM Sans,sans-serif;-webkit-font-smoothing:antialiased}button,input,textarea,select{font:inherit}button{color:inherit}.icon{width:20px;height:20px;flex:none}.app-shell{min-height:100vh}.topbar{height:72px;padding:0 42px;display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.brand-button{border:0;background:none;padding:0;display:flex;align-items:center;gap:13px;cursor:pointer;text-align:left}.brand-mark{height:38px;min-width:58px;padding:0 8px;display:grid;place-items:center;background:var(--green);color:#fff;font:700 17px Manrope;border-radius:5px;letter-spacing:.5px}.brand-copy{display:flex;flex-direction:column}.brand-copy strong{font:700 15px Manrope}.brand-copy small{font-size:10px;letter-spacing:.08em;color:var(--muted);text-transform:uppercase}.topbar-actions{display:flex;align-items:center;gap:20px}.mail-status{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:12px;padding-right:20px;border-right:1px solid var(--line)}.mail-status i{width:7px;height:7px;border-radius:50%;background:#24a16a;box-shadow:0 0 0 3px #e1f5ea}.mail-status.offline i{background:#c47b24;box-shadow:0 0 0 3px #f8ead8}.user-name{font-weight:600;font-size:13px}.icon-button{width:36px;height:36px;display:grid;place-items:center;background:transparent;border:1px solid var(--line);border-radius:8px;cursor:pointer}.icon-button:hover{background:var(--soft);border-color:#c8d4cd}.content{max-width:1280px;margin:0 auto;padding:55px 42px 80px}.case-content{padding-top:28px}.back-row{max-width:1280px;width:calc(100% - 84px);margin:26px auto 0;display:flex;gap:8px;align-items:center;border:0;background:transparent;color:var(--muted);cursor:pointer;padding:0}.back-row:hover{color:var(--green)}.back-row .icon{width:17px}.page-heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:38px}.eyebrow{margin:0 0 7px!important;color:var(--green)!important;font-size:11px!important;font-weight:700;letter-spacing:.14em}.page-heading h1,.case-header h1{font:700 34px/1.15 Manrope;margin:0;letter-spacing:-.035em}.page-heading p{color:var(--muted);margin:9px 0 0;font-size:15px}.sync-note{text-align:right;display:flex;flex-direction:column;color:var(--muted)}.sync-note span{font-weight:600;color:var(--ink);font-size:12px}.sync-note small{font-size:11px}.queue-tabs{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid var(--line);border-radius:12px 12px 0 0;overflow:hidden}.queue-tabs button{border:0;border-right:1px solid var(--line);background:#fff;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;position:relative;color:var(--muted)}.queue-tabs button:last-child{border-right:0}.queue-tabs button:hover{background:#fbfcfb}.queue-tabs button.active{color:var(--ink);background:var(--green-wash)}.queue-tabs button.active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:var(--green)}.queue-tabs button span{display:flex;align-items:center;gap:8px;font-weight:600}.queue-tabs button strong{font:700 18px Manrope;color:var(--ink)}.attention-dot{width:7px;height:7px;border-radius:50%;background:#da7c20}.case-toolbar{height:65px;padding:0 20px;display:flex;align-items:center;justify-content:space-between;background:#fff;border-left:1px solid var(--line);border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.case-toolbar>span{color:var(--muted);font-size:12px}.search-box{width:340px;height:38px;display:flex;align-items:center;gap:9px;padding:0 12px;background:var(--soft);border:1px solid transparent;border-radius:8px}.search-box:focus-within{background:#fff;border-color:#a9c7b7;box-shadow:0 0 0 3px var(--green-wash)}.search-box .icon{width:17px;color:var(--muted)}.search-box input{border:0;background:transparent;outline:0;width:100%;color:var(--ink)}.case-list{background:#fff;border:1px solid var(--line);border-top:0;border-radius:0 0 12px 12px;overflow:hidden;box-shadow:0 16px 45px #1630240d}.case-row{width:100%;min-height:88px;display:grid;grid-template-columns:5px minmax(250px,1fr) 120px 145px 20px;align-items:center;gap:20px;padding:0 22px 0 0;background:#fff;border:0;border-bottom:1px solid var(--line);text-align:left;cursor:pointer;transition:.16s ease}.case-row:last-child{border-bottom:0}.case-row:hover{background:#f9fbfa;padding-right:18px}.case-indicator{height:88px;background:transparent}.case-indicator.urgent{background:#d87a1a}.case-primary{min-width:0}.case-topline{display:flex;align-items:center;gap:10px}.case-topline strong{font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.case-topline em{font-style:normal;font-size:10px;font-weight:700;color:var(--amber);background:var(--amber-wash);padding:3px 7px;border-radius:4px;text-transform:uppercase;letter-spacing:.04em}.case-preview{display:block;color:var(--muted);font-size:12px;margin-top:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.case-type{font-size:11px;color:var(--muted);background:var(--soft);border-radius:4px;padding:5px 8px;width:max-content}.case-meta{display:flex;flex-direction:column;align-items:flex-end}.case-meta strong{font:600 11px Manrope;color:var(--muted)}.case-meta time{font-size:12px;margin-top:5px;color:var(--muted)}.row-arrow{font-size:25px;color:#abb6b0;font-weight:300}.empty-state{min-height:250px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:var(--muted);text-align:center}.empty-state>.icon{width:34px;height:34px;margin-bottom:7px;color:#93a29a}.empty-state strong{color:var(--ink);font-size:15px}.spinner{width:18px;height:18px;border:2px solid #cbd7d0;border-top-color:var(--green);border-radius:50%;animation:spin .8s linear infinite}.app-loading{min-height:100vh;display:flex;align-items:center;justify-content:center;gap:10px;color:var(--muted)}@keyframes spin{to{transform:rotate(360deg)}}.case-header{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:28px;border-bottom:1px solid var(--line)}.case-kicker{display:flex;align-items:center;gap:10px;margin-bottom:10px;color:var(--muted);font-size:11px;font-weight:600;letter-spacing:.05em}.case-kicker span:first-child{color:var(--green)}.case-kicker span+span:before{content:"·";margin-right:10px}.case-kicker em{font-style:normal;color:var(--amber);background:var(--amber-wash);padding:3px 7px;border-radius:4px}.case-heading-main>p{margin:9px 0 0;color:var(--muted);font-size:13px}.header-actions{display:flex;gap:9px}.header-actions button,.composer footer button{height:38px;padding:0 14px;border:1px solid var(--line);border-radius:8px;background:#fff;display:flex;align-items:center;gap:8px;cursor:pointer;font-weight:600;font-size:12px}.header-actions button:hover,.composer footer button:hover{border-color:#a8b9b0}.header-actions .icon{width:16px}.workspace-grid{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:54px;margin-top:34px}.conversation{min-width:0}.original-report,.thread-message{background:#fff;border:1px solid var(--line);border-radius:10px;margin-bottom:18px;overflow:hidden}.original-report{border-left:3px solid var(--green)}.thread-message.outbound{border-left:3px solid #91b7a3}.original-report header,.thread-message header{height:68px;padding:0 20px;display:flex;align-items:center;border-bottom:1px solid #edf1ee}.avatar{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--green-wash);color:var(--green);font:700 9px Manrope;margin-right:11px}.avatar .icon{width:17px}.original-report header div,.thread-message header div{display:flex;flex-direction:column}.original-report header strong,.thread-message header strong{font-size:12px}.original-report header small,.thread-message header small{color:var(--muted);font-size:10px}.original-report time,.thread-message time,.internal-note time{margin-left:auto;color:var(--muted);font-size:10px}.message-body{padding:20px 22px}.message-body p{margin:0;white-space:pre-wrap;line-height:1.7;color:#34433b}.message-label{font-size:10px!important;text-transform:uppercase;letter-spacing:.08em;color:var(--green)!important;font-weight:700;margin-bottom:9px!important}.message-subject{display:block;margin-bottom:8px}.delivery{display:flex;align-items:center;gap:4px;color:var(--green);font-size:10px;margin-top:13px;text-transform:capitalize}.delivery .icon{width:13px}.delivery.failed{color:var(--red)}.internal-note{display:flex;gap:12px;padding:17px 19px;margin:0 18px 18px;background:#f1f5f2;border-left:2px solid #a9b8b0;border-radius:0 7px 7px 0;color:#46534c}.internal-note>.icon{width:17px;margin-top:2px}.internal-note>div{flex:1}.internal-note header{display:flex;align-items:center}.internal-note strong{font-size:11px}.internal-note p{margin:5px 0 0;white-space:pre-wrap;font-size:12px}.composer{background:#fff;border:1px solid #b8cbc0;border-radius:11px;box-shadow:var(--shadow);overflow:hidden;margin-top:30px}.composer-title{display:flex;align-items:center;gap:11px;padding:16px 20px;border-bottom:1px solid var(--line)}.composer-title>.icon{color:var(--green);width:18px}.composer-title span{display:flex;flex-direction:column}.composer-title strong{font-size:13px}.composer-title small{font-size:10px;color:var(--muted)}.composer textarea{display:block;width:100%;resize:vertical;border:0;outline:0;padding:20px;font:14px/1.65 DM Sans;color:var(--ink)}.composer textarea::placeholder{color:#98a69f}.composer footer{display:flex;justify-content:flex-end;gap:8px;padding:12px 15px;background:#fafcfb;border-top:1px solid var(--line)}.composer footer .primary{background:var(--green);border-color:var(--green);color:#fff}.composer footer .primary:hover{background:var(--green-dark)}.composer button:disabled{opacity:.5;cursor:not-allowed}.composer .icon{width:15px}.case-sidebar section{padding:0 0 24px;margin-bottom:24px;border-bottom:1px solid var(--line)}.case-sidebar section:last-child{border:0}.case-sidebar h2{margin:0 0 13px;font:700 12px Manrope}.detail-row{min-height:36px;display:grid;grid-template-columns:90px 1fr;align-items:center;gap:10px}.detail-row span{color:var(--muted);font-size:11px}.detail-row strong{font-size:11px;font-weight:600;text-align:right}.detail-row strong.attention{color:var(--amber)}.response-state{display:flex;gap:10px;align-items:flex-start;padding:12px;background:var(--green-wash);border-radius:8px;color:var(--green)}.response-state>.icon{width:17px}.response-state div{display:flex;flex-direction:column}.response-state strong{font-size:11px}.response-state small{font-size:9px;color:var(--muted);margin-top:2px}.alert{padding:11px 14px;border-radius:7px;margin:18px 0;font-size:12px}.alert.error{color:var(--red);background:var(--red-wash);border:1px solid #f4c5bf}.alert.good{color:var(--green);background:var(--green-wash);border:1px solid #c6e4d4}.center{min-height:100vh;display:grid;place-items:center;padding:24px;background:linear-gradient(120deg,#f7faf8 0,#f7faf8 55%,#e9f3ed 55%)}.auth-card{width:min(420px,100%);background:#fff;padding:38px;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow)}.auth-card:before{content:"NC4";display:grid;place-items:center;width:64px;height:42px;background:var(--green);color:#fff;border-radius:5px;font:700 18px Manrope;margin-bottom:28px}.auth-card h1{font:700 25px Manrope;margin:0}.auth-card>p{margin:7px 0 25px}.muted{color:var(--muted)}.small{font-size:11px}.break{word-break:break-all}.secret{display:block;padding:10px;background:var(--soft);border-radius:6px}.auth-card label{display:block;font-size:12px;font-weight:600;margin:15px 0}.auth-card input{display:block;width:100%;height:44px;margin-top:6px;padding:0 12px;border:1px solid var(--line);border-radius:8px;outline:0}.auth-card input:focus{border-color:#82ae96;box-shadow:0 0 0 3px var(--green-wash)}.auth-card button.primary{width:100%;height:44px;border:0;border-radius:8px;background:var(--green);color:#fff;font-weight:700;cursor:pointer;margin-top:5px}.auth-card button:disabled{opacity:.6}@media (max-width:800px){.topbar{padding:0 18px}.mail-status,.user-name{display:none}.content{padding:35px 18px 60px}.back-row{width:calc(100% - 36px);margin-top:20px}.page-heading{align-items:flex-start}.sync-note{display:none}.queue-tabs{grid-template-columns:repeat(2,1fr)}.queue-tabs button:nth-child(2){border-right:0}.queue-tabs button:nth-child(-n+2){border-bottom:1px solid var(--line)}.case-toolbar{padding:0 12px}.search-box{width:100%;margin-right:14px}.case-row{grid-template-columns:4px minmax(0,1fr) 90px 12px;gap:12px;padding-right:12px}.case-type,.case-meta strong{display:none}.workspace-grid{grid-template-columns:1fr;gap:30px}.case-sidebar{display:none}.case-sidebar.mobile-open{display:block}.case-header{gap:16px}.case-header h1{font-size:27px}.header-actions button:first-child{font-size:0;width:38px;padding:0;justify-content:center}.case-content{padding-top:18px}.page-heading h1{font-size:30px}}@media (max-width:480px){.brand-copy small{display:none}.content{padding-left:12px;padding-right:12px}.queue-tabs button{padding:14px 12px;font-size:11px}.queue-tabs button strong{font-size:15px}.case-row{min-height:82px}.case-indicator{height:82px}.case-topline em{display:none}.case-meta{font-size:10px}.case-header{flex-direction:column}.header-actions{align-self:flex-end;margin-top:-8px}.original-report header,.thread-message header{padding:0 13px}.message-body{padding:17px 15px}.auth-card{padding:28px}.center{background:var(--soft)}}.brand-logo{display:block;width:112px;height:42px;object-fit:contain;object-position:left center}.queue-tabs{grid-template-columns:repeat(5,1fr)}.unmatched-row:not(:has(.row-arrow:not(:empty))){cursor:default}.brand-copy{padding-left:13px;border-left:1px solid var(--line)}.auth-card:before{display:none}.auth-logo{display:block;width:210px;max-width:75%;height:auto;object-fit:contain;object-position:left center;margin-bottom:30px}@media (max-width:800px){.queue-tabs{grid-template-columns:repeat(2,1fr)}.queue-tabs button{border-bottom:1px solid var(--line)}.queue-tabs button:last-child{grid-column:1/-1;border-bottom:0}}@media (max-width:480px){.brand-logo{width:94px;height:36px}.brand-copy{padding-left:9px}.auth-logo{width:190px;max-width:82%}}.original-report,.thread-message.inbound{border-left:4px solid #2878b8}.original-report header,.thread-message.inbound header{background:#f2f8fd}.original-report .avatar,.thread-message.inbound .avatar{background:#dceefa;color:#17679f}.original-report .message-label{color:#17679f!important}.thread-message.outbound{border-left:4px solid var(--green)}.thread-message.outbound header{background:#f0f8f4}.thread-message.outbound .avatar{background:var(--green);color:#fff}.thread-message.outbound .delivery{color:var(--green)}.unmatched-item{border-bottom:1px solid var(--line)}.unmatched-item:last-child{border-bottom:0}.unmatched-item .case-row{border-bottom:0}.unmatched-item.open{background:#fafcfb}.unmatched-review{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:32px;padding:22px 28px 26px 25px;border-top:1px solid var(--line);margin-left:4px}.unmatched-review>div:first-child{display:grid;grid-template-columns:65px 1fr;gap:8px 14px}.unmatched-review span{color:var(--muted);font-size:11px}.unmatched-review strong{font-size:12px}.unmatched-review p{margin:0;white-space:pre-wrap;color:#3c4b43}.match-panel{padding:16px;background:var(--green-wash);border-radius:8px}.match-panel label{font-size:11px;font-weight:700}.match-panel input{display:block;width:100%;height:39px;padding:0 11px;margin:7px 0 10px;border:1px solid #b8cbc0;border-radius:7px;background:#fff;outline:0}.match-panel input:focus{border-color:var(--green);box-shadow:0 0 0 3px #0b6b471a}.match-panel button{width:100%;height:38px;border:0;border-radius:7px;background:var(--green);color:#fff;font-weight:700;cursor:pointer}.match-panel button:disabled{opacity:.5;cursor:not-allowed}.match-error{display:block;color:var(--red);margin:-3px 0 9px}@media (max-width:800px){.unmatched-review{grid-template-columns:1fr;padding:18px;gap:18px}}.header-actions .primary-action{background:var(--green);border-color:var(--green);color:#fff}.header-actions .primary-action:hover{background:var(--green-dark);border-color:var(--green-dark)}.mfa-qr{display:flex;justify-content:center;margin:14px 0}.mfa-qr img{border:1px solid var(--line);border-radius:10px;padding:8px;background:#fff}.mfa-manual{margin:6px 0 12px}.mfa-manual summary{cursor:pointer;color:var(--muted);font-size:12px}.mfa-manual .secret{display:block;margin-top:8px;font-family:ui-monospace,monospace;word-break:break-all;background:var(--soft);padding:8px 10px;border-radius:6px}.icon-button.active{color:var(--green);border-color:#9fc5b2;background:var(--green-wash)}.settings-loading{min-height:420px;display:flex;align-items:center;justify-content:center;gap:10px;color:var(--muted)}.settings-heading{align-items:center}.settings-source{display:flex;align-items:center;gap:10px;padding-left:20px;border-left:1px solid var(--line);color:var(--muted)}.settings-source>i{width:9px;height:9px;border-radius:50%;background:#c47b24;box-shadow:0 0 0 4px #f8ead8}.settings-source.active>i{background:#199461;box-shadow:0 0 0 4px #e1f5ea}.settings-source>span{display:flex;flex-direction:column}.settings-source strong{font-size:12px;color:var(--ink)}.settings-source small{font-size:10px}.settings-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:28px;align-items:start}.settings-main{display:flex;flex-direction:column;gap:18px}.settings-panel{background:#fff;border:1px solid var(--line);border-top:3px solid #91b7a3;border-radius:5px;overflow:hidden}.settings-panel>header{min-height:82px;display:flex;align-items:center;gap:14px;padding:18px 22px;border-bottom:1px solid var(--line)}.settings-panel header>div{min-width:0}.settings-panel h2,.settings-aside h2{font:700 16px Manrope;margin:0}.settings-panel header p{margin:3px 0 0;color:var(--muted);font-size:11px}.settings-icon{width:38px;height:38px;display:grid;place-items:center;background:var(--green-wash);color:var(--green);border-radius:4px}.settings-icon .icon{width:18px}.toggle{margin-left:auto;display:flex;align-items:center;gap:8px;cursor:pointer}.toggle input{position:absolute;opacity:0;pointer-events:none}.toggle>span{width:36px;height:20px;padding:2px;border-radius:11px;background:#cad3ce;transition:.15s}.toggle>span:after{content:"";display:block;width:16px;height:16px;background:#fff;border-radius:50%;box-shadow:0 1px 3px #0003;transition:.15s}.toggle input:checked+span{background:var(--green)}.toggle input:checked+span:after{transform:translate(16px)}.toggle em{font-style:normal;font-size:10px;font-weight:700;color:var(--muted);min-width:45px}.settings-fields{display:grid;grid-template-columns:1fr 150px;gap:18px 20px;padding:22px}.settings-field{display:flex;flex-direction:column;gap:6px;font-size:11px;font-weight:700}.settings-field:nth-child(3),.settings-field:nth-child(4){grid-column:auto}.settings-field>span{display:flex;align-items:center;justify-content:space-between}.settings-field em{font-style:normal;color:var(--green);font-size:9px;letter-spacing:.04em;text-transform:uppercase}.settings-field input{width:100%;height:42px;padding:0 11px;border:1px solid #cfd9d3;border-radius:4px;outline:0;background:#fff;color:var(--ink)}.settings-field input:focus{border-color:#72a68c;box-shadow:0 0 0 3px var(--green-wash)}.settings-field small{font-size:9px;font-weight:400;color:var(--muted);line-height:1.4}.settings-fields .settings-field:nth-child(3),.settings-fields .settings-field:nth-child(4),.settings-fields .settings-field:nth-child(5),.settings-fields .settings-field:nth-child(6){grid-column:span 1}.check-row{margin:0 22px 22px;padding:14px 16px;display:flex;align-items:flex-start;gap:11px;background:var(--soft);border:1px solid #e5ebe7;border-radius:4px;cursor:pointer}.check-row input{margin-top:3px;accent-color:var(--green)}.check-row span{display:flex;flex-direction:column}.check-row strong{font-size:11px}.check-row small{font-size:9px;color:var(--muted);margin-top:2px}.settings-actions{min-height:68px;display:flex;align-items:center;justify-content:space-between;padding:0 20px;background:#edf2ef;border:1px solid #d8e2dc;border-radius:5px}.settings-actions span{font-size:10px;color:var(--muted)}.settings-actions button,.settings-aside button{height:40px;border:1px solid var(--line);padding:0 16px;border-radius:4px;background:#fff;font-weight:700;font-size:11px;cursor:pointer}.settings-actions button.primary{background:var(--green);border-color:var(--green);color:#fff}.settings-actions button:disabled,.settings-aside button:disabled{opacity:.5;cursor:not-allowed}.settings-aside{position:sticky;top:96px;display:flex;flex-direction:column;gap:16px}.settings-aside>section{background:#fff;border:1px solid var(--line);padding:20px;border-radius:5px}.settings-aside>section>p:not(.eyebrow){font-size:11px;color:var(--muted);margin:7px 0 18px}.settings-aside button{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:8px}.settings-aside button .icon{width:15px}.settings-aside .security-note{display:flex;gap:11px;background:#eef6f2;border-color:#cce2d6}.security-note>.icon{width:19px;color:var(--green);margin-top:1px}.security-note div{min-width:0}.security-note strong,.approved-hosts>strong{font-size:11px}.security-note p{font-size:10px!important;margin:4px 0 0!important;line-height:1.55}.approved-hosts{display:flex;flex-direction:column;gap:8px}.approved-hosts code{padding:7px 9px;background:var(--soft);border:1px solid var(--line);font-size:10px;color:#435149;border-radius:3px}@media (max-width:950px){.settings-layout{grid-template-columns:1fr}.settings-aside{position:static;display:grid;grid-template-columns:1fr 1fr}.settings-aside .approved-hosts{grid-column:1/-1}}@media (max-width:680px){.settings-heading{align-items:flex-start}.settings-source{display:none}.settings-panel>header{align-items:flex-start;flex-wrap:wrap}.settings-panel>header .toggle{width:100%;margin-left:52px}.settings-fields{grid-template-columns:1fr}.settings-fields .settings-field{grid-column:1!important}.settings-aside{display:flex}.settings-actions{padding:14px;gap:12px}.settings-actions span{display:none}.settings-actions button{width:100%}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.settings-nav{display:flex;gap:30px;margin:-18px 0 42px;border-bottom:1px solid var(--line)}.settings-nav a{position:relative;padding:14px 1px 13px;color:var(--muted);font-size:12px;font-weight:700;text-decoration:none}.settings-nav a:hover{color:var(--ink)}.settings-nav a.active{color:var(--green)}.settings-nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:var(--green)}.user-heading{margin-bottom:24px}.user-heading>div>p:last-child{margin:7px 0 0;color:var(--muted)}.user-add,.credential-modal>.primary{border:0;border-radius:4px;background:var(--green);color:#fff;font-weight:700;cursor:pointer}.user-add{height:42px;padding:0 18px}.user-add:hover,.credential-modal>.primary:hover{background:var(--green-dark)}.user-directory{background:#fff;border:1px solid var(--line);border-top:3px solid #91b7a3;border-radius:5px;overflow:hidden}.user-toolbar{min-height:68px;padding:13px 16px;display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--line);background:#fbfcfb}.user-search{position:relative;flex:1;max-width:460px}.user-search>svg{position:absolute;left:12px;top:11px;width:17px;height:17px;color:var(--muted)}.user-search input,.user-toolbar select{height:40px;border:1px solid #cfd9d3;border-radius:4px;background:#fff;outline:0}.user-search input{width:100%;padding:0 12px 0 38px}.user-toolbar select{min-width:145px;padding:0 30px 0 11px}.user-search input:focus,.user-toolbar select:focus{border-color:#72a68c;box-shadow:0 0 0 3px var(--green-wash)}.user-toolbar>button{height:40px;padding:0 16px;border:1px solid #bfcfc6;border-radius:4px;background:#fff;font-weight:700;font-size:11px;cursor:pointer}.user-table-wrap{width:100%;overflow-x:auto}.user-table{width:100%;border-collapse:collapse;min-width:930px}.user-table th{height:42px;padding:0 16px;text-align:left;border-bottom:1px solid var(--line);color:var(--muted);background:#f7f9f8;font-size:9px;letter-spacing:.08em;text-transform:uppercase}.user-table td{height:78px;padding:13px 16px;border-bottom:1px solid #edf1ee;vertical-align:middle}.user-table tr:last-child td{border-bottom:0}.user-table tr.disabled{background:#fafafa;opacity:.72}.user-identity{display:flex;align-items:center;gap:11px;min-width:210px}.user-identity>span{width:35px;height:35px;display:grid;place-items:center;flex:none;border-radius:50%;background:var(--green-wash);color:var(--green);font:700 10px Manrope}.user-identity>div,.security-state{display:flex;flex-direction:column}.user-identity strong{font-size:12px}.user-identity small{margin-top:2px;color:var(--muted);font-size:10px}.role-pills{display:flex;flex-wrap:wrap;gap:5px;max-width:260px}.role-pills span{padding:4px 7px;border:1px solid #d6e3dc;border-radius:3px;background:#f1f7f4;color:#285840;font-size:9px;font-weight:700;text-transform:capitalize}.security-state>span{font-size:10px;font-weight:700;color:var(--green)}.security-state>span:before{content:"";display:inline-block;width:6px;height:6px;margin-right:6px;border-radius:50%;background:#25a36b}.security-state>span.off{color:var(--red)}.security-state>span.off:before{background:var(--red)}.security-state small,.user-table time{margin-top:3px;color:var(--muted);font-size:9px}.user-actions{display:flex;justify-content:flex-end;gap:5px;white-space:nowrap}.user-actions button{height:30px;padding:0 8px;border:1px solid var(--line);border-radius:3px;background:#fff;color:#44534b;font-size:9px;font-weight:700;cursor:pointer}.user-actions button:hover{border-color:#98b4a5;color:var(--green)}.user-actions button.danger:hover{border-color:#e1a8a2;color:var(--red);background:var(--red-wash)}.user-empty{min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;color:var(--muted)}.user-empty .spinner{margin-bottom:5px}.user-empty strong{color:var(--ink)}.user-empty span{font-size:11px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;padding:22px;background:#131f1970;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.user-modal{width:min(620px,100%);max-height:calc(100vh - 44px);overflow:auto;background:#fff;border:1px solid #cbd8d1;border-radius:6px;box-shadow:0 24px 70px #0a221638}.user-modal>header{padding:22px 24px 18px;display:flex;justify-content:space-between;border-bottom:1px solid var(--line)}.user-modal h2,.credential-modal h2{margin:0;font:700 20px Manrope}.user-modal>header>button{width:32px;height:32px;border:1px solid var(--line);border-radius:3px;background:#fff;font-size:21px;line-height:1;cursor:pointer}.user-modal form{padding:22px 24px}.user-modal form>label{display:block;margin-bottom:16px;font-size:11px;font-weight:700}.user-modal form>label>input{display:block;width:100%;height:42px;margin-top:6px;padding:0 11px;border:1px solid #cfd9d3;border-radius:4px;outline:0}.user-modal form>label>input:focus{border-color:#72a68c;box-shadow:0 0 0 3px var(--green-wash)}.user-modal form>label>input:disabled{background:#f3f5f4;color:#7f8b85}.user-modal fieldset{margin:20px 0 0;padding:0;border:0}.user-modal legend{font-size:11px;font-weight:700}.user-modal fieldset>p{margin:4px 0 12px;color:var(--muted);font-size:10px}.role-options{display:grid;grid-template-columns:1fr 1fr;gap:8px}.role-option{min-height:67px;padding:11px;display:flex;gap:9px;border:1px solid var(--line);border-radius:4px;cursor:pointer;background:#fff}.role-option.selected{border-color:#8ebaa3;background:#f1f8f4;box-shadow:inset 3px 0 var(--green)}.role-option input{margin:3px 0 0;accent-color:var(--green)}.role-option span{display:flex;flex-direction:column}.role-option strong{font-size:10px}.role-option small{margin-top:3px;color:var(--muted);font-size:9px;line-height:1.4}.user-modal footer{margin:22px -24px -22px;padding:14px 24px;display:flex;justify-content:flex-end;gap:8px;border-top:1px solid var(--line);background:#f8faf9}.user-modal footer button{height:39px;padding:0 15px;border:1px solid var(--line);border-radius:4px;background:#fff;font-weight:700;font-size:11px;cursor:pointer}.user-modal footer button.primary{border-color:var(--green);background:var(--green);color:#fff}.user-modal footer button:disabled{opacity:.55}.credential-backdrop{z-index:110}.credential-modal{width:min(520px,100%);padding:30px;background:#fff;border-top:4px solid var(--green);border-radius:5px;box-shadow:0 24px 70px #0a22163d;text-align:left}.credential-shield{width:42px;height:42px;margin-bottom:18px;display:grid;place-items:center;background:var(--green-wash);color:var(--green);border:1px solid #c8e2d4;border-radius:50%;font-weight:700}.credential-modal>p:not(.eyebrow){margin:9px 0 22px;color:var(--muted);font-size:12px}.credential-modal>p strong{color:var(--ink)}.credential-email{padding:11px 13px;display:flex;justify-content:space-between;gap:16px;border:1px solid var(--line);border-bottom:0;background:#f8faf9}.credential-email span,.temporary-password>span{color:var(--muted);font-size:9px;text-transform:uppercase;letter-spacing:.08em}.credential-email strong{font-size:11px}.temporary-password{display:grid;grid-template-columns:1fr auto;gap:7px;padding:13px;border:1px solid var(--line);background:#fff}.temporary-password>span{grid-column:1/-1}.temporary-password code{min-width:0;padding:9px 10px;overflow:auto;background:#18231e;color:#f0f8f4;font-size:13px;letter-spacing:.03em}.temporary-password button{padding:0 13px;border:1px solid #aebfb5;border-radius:3px;background:#fff;font-size:10px;font-weight:700;cursor:pointer}.credential-warning{margin:14px 0 20px;padding:11px 13px;border-left:3px solid #c47b24;background:var(--amber-wash);color:#71420d;font-size:10px}.credential-modal>.primary{width:100%;height:42px}.first-login-note{margin:20px 0 8px;padding:13px 14px;display:flex;flex-direction:column;border-left:3px solid var(--green);background:var(--green-wash)}.first-login-note strong{font-size:12px}.first-login-note span{margin-top:4px;color:var(--muted);font-size:10px;line-height:1.5}.password-policy{margin:-5px 0 14px!important;color:var(--muted);font-size:10px!important}.password-username{position:absolute!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;border:0!important}@media (max-width:1050px){.user-table{min-width:0}.user-table thead{display:none}.user-table,.user-table tbody,.user-table tr,.user-table td{display:block}.user-table tr{padding:15px;border-bottom:1px solid var(--line)}.user-table tr:last-child{border:0}.user-table td{height:auto;min-height:0;padding:7px 0;border:0}.user-table td:before{content:attr(data-label);display:block;margin-bottom:5px;color:var(--muted);font-size:8px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.user-table td:first-child:before,.user-table td:last-child:before{display:none}.user-actions{justify-content:flex-start;flex-wrap:wrap;margin-top:5px}.role-pills{max-width:none}}@media (max-width:680px){.settings-nav{margin-top:-10px;margin-bottom:30px;gap:20px;overflow-x:auto;overflow-y:hidden}.user-heading{gap:18px}.user-heading .user-add{flex:none}.user-toolbar{align-items:stretch;flex-wrap:wrap}.user-search{width:100%;max-width:none;flex-basis:100%}.user-toolbar select{flex:1}.role-options{grid-template-columns:1fr}.user-modal form,.user-modal>header{padding-left:18px;padding-right:18px}.user-modal footer{margin-left:-18px;margin-right:-18px;padding-left:18px;padding-right:18px}.credential-modal{padding:24px 18px}.credential-email{flex-direction:column;gap:4px}.temporary-password{grid-template-columns:1fr}.temporary-password button{height:36px}}@media (max-width:480px){.user-heading{align-items:stretch;flex-direction:column}.user-add{width:100%}.modal-backdrop{padding:8px}.user-modal{max-height:calc(100vh - 16px)}.user-actions button{height:34px}.temporary-password code{font-size:11px}}
