
:root{--navy:#071b36;--navy2:#102b4f;--teal:#19b6ad;--gold:#e6c56c;
--paper:#f5f7f8;--ink:#10233d;--muted:#66768a;--line:#dce4e8;--white:#fff;
--danger:#d65b62;--soft:#fbfcfd}html[data-theme=dark]{--paper:#0c1726;--ink:#e8eef5;
--muted:#a5b4c6;--line:#2a3b50;--white:#142338;--soft:#182a40;--navy:#061629;
--navy2:#10263f}*{box-sizing:border-box}body{margin:0;background:var(--paper);
color:var(--ink);font-family:Inter,Segoe UI,Arial,sans-serif}.shell{min-height:100vh;
display:grid;grid-template-columns:260px 1fr}.shell>aside{background:linear-gradient(180deg,var(--navy),
var(--navy2));color:#fff;padding:28px 20px;display:flex;flex-direction:column;gap:32px}
.brand{display:flex;align-items:center;gap:12px}.brand>div{display:flex;flex-direction:column}
.brand small{color:#a8bdd2;margin-top:3px}.brand-mark{display:grid;place-items:center;width:46px;
height:46px;border:1px solid rgba(230,197,108,.7);border-radius:14px;color:var(--gold);
font-family:Georgia,serif;font-weight:800}nav{display:flex;flex-direction:column;gap:7px}
nav a{color:#c6d5e4;text-decoration:none;padding:12px 14px;border-radius:10px}
nav a:hover,nav a.active{background:rgba(25,182,173,.15);color:#fff}
.admin-card{margin-top:auto;padding:14px;border:1px solid rgba(255,255,255,.13);
border-radius:12px;display:grid;gap:7px}.admin-card small{color:#9fb5ca}.admin-card button,
.login-card button{border:0;border-radius:9px;background:var(--teal);color:#042735;
font-weight:700;padding:10px 14px;cursor:pointer}.admin-card button{margin-top:8px;background:transparent;
color:#fff;border:1px solid rgba(255,255,255,.25)}main{padding:34px 42px;min-width:0}
header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:28px}
h1,h2,p{margin-top:0}h1{font-family:Georgia,serif;font-size:34px;margin-bottom:7px}
h2{font-family:Georgia,serif}.eyebrow{text-transform:uppercase;letter-spacing:.14em;
font-size:11px;color:var(--teal);font-weight:800;margin-bottom:7px}.subtitle,.panel small,
td small,.health-card small{color:var(--muted)}.live{background:#e4f5f2;color:#176c68;
padding:9px 12px;border-radius:999px;font-size:13px}.live i{display:inline-block;width:7px;
height:7px;border-radius:50%;background:var(--teal);margin-right:5px}.live.stale{background:#fff0f1;color:#9e3039}
.live.stale i{background:var(--danger)}.periods{display:flex;
gap:8px;margin-bottom:16px;flex-wrap:wrap}.periods a,.back{background:#fff;border:1px solid var(--line);
border-radius:999px;padding:8px 12px;text-decoration:none;color:var(--ink);font-size:13px}
.periods a.active{background:var(--navy);border-color:var(--navy);color:#fff}
.activity-empty{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:11px 14px;
margin:-3px 0 14px;border:1px solid #cfe6e3;border-radius:12px;background:#f2faf9}.activity-empty>div{
display:flex;flex-direction:column;gap:3px}.activity-empty strong{font-size:13px}.activity-empty span{color:var(--muted);
font-size:11px;line-height:1.4}.activity-empty a{flex:0 0 auto;color:#0b7772;font-size:12px;font-weight:750;text-decoration:none}
html[data-theme=dark] .activity-empty{border-color:#265758;background:#153637}
html[data-theme=dark] .activity-empty a{color:#66d8d1}
.freshness{display:flex;align-items:flex-end;flex-direction:column;gap:7px}.freshness small{
color:var(--muted);font-size:11px}.freshness-top{display:flex;align-items:center;gap:8px}.theme-toggle{
border:1px solid var(--line);background:var(--white);color:var(--ink);border-radius:999px;padding:8px 11px;
font:700 12px/1 Inter,Segoe UI,sans-serif;cursor:pointer}.sync-state{min-height:14px}.sync-state.sync-error{color:var(--danger)}.metrics{
display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:9px;margin-bottom:14px}
.metrics.compact{grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}.metric,.panel,.health-card{
background:var(--white);border:1px solid var(--line);border-radius:14px;box-shadow:0 7px 24px
rgba(7,27,54,.04)}.metric{padding:10px 12px;display:flex;flex-direction:column;min-height:76px;
position:relative}.metric-heading{display:flex;align-items:flex-start;justify-content:space-between;
gap:8px;min-height:19px}.metric-label{font-size:11px;line-height:1.25;color:var(--muted)}.metric-info{position:relative;
display:inline-flex}.metric-info>button{display:grid;place-items:center;width:19px;height:19px;padding:0;
border:1px solid var(--line);background:#fff;border-radius:50%;font-size:12px;font-weight:800;
color:#0b7772;cursor:help}.metric-info>[role=tooltip]{position:absolute;width:min(340px,75vw);right:0;
top:27px;z-index:8;padding:13px 14px;border-radius:11px;background:var(--navy);color:#fff;
font-size:12px;line-height:1.5;box-shadow:0 10px 28px rgba(7,27,54,.28);opacity:0;
visibility:hidden;transform:translateY(-4px);transition:opacity .14s ease,transform .14s ease,
visibility .14s;pointer-events:none}.metric-info:hover>[role=tooltip],.metric-info:focus-within>[role=tooltip],
.metric-info.open>[role=tooltip]{opacity:1;visibility:visible;transform:translateY(0)}.metric strong{font-size:21px;
font-family:Georgia,serif;margin:3px 0}.metric[data-empty=true] strong{font:650 12px/1.3 Inter,Segoe UI,sans-serif;
color:var(--muted);margin-top:7px}.metric small{font-size:9px;color:var(--muted);line-height:1.3}
.metric small:empty{display:none}.metric strong.status-value{font-size:18px}.metric-action{font-size:11px;color:#0b7772;
font-weight:800;text-decoration:none;margin-top:3px}.panel{padding:18px;margin-bottom:16px}.panel-title{display:flex;justify-content:space-between;
align-items:center;gap:16px}.panel-title span{font-size:12px;color:var(--muted)}.table-wrap{
overflow:auto}table{width:100%;border-collapse:collapse;margin-top:10px}th,td{text-align:left;
padding:13px 10px;border-bottom:1px solid var(--line);font-size:13px}th{color:var(--muted);
font-weight:600}td a{color:#0b7772;font-weight:700;text-decoration:none}td small{display:block;
margin-top:4px}.badge{display:inline-block;background:#edf3f5;padding:5px 8px;border-radius:999px;
font-size:12px}.identity{margin-top:18px;display:flex;align-items:center;justify-content:space-between}
.filters{display:flex;align-items:flex-end;gap:12px;flex-wrap:wrap}.filters label{display:flex;
flex-direction:column;gap:6px;color:var(--muted);font-size:12px}.filters input,.filters select{
min-width:170px;border:1px solid var(--line);border-radius:9px;padding:10px;background:#fff;color:var(--ink)}
.filters button{border:0;border-radius:9px;background:var(--teal);color:#042735;font-weight:700;
padding:11px 14px;cursor:pointer}.clear-filter{padding:10px;color:#0b7772;font-size:13px}
.access-toolbar{display:grid;grid-template-columns:minmax(220px,1.4fr) repeat(3,minmax(155px,.75fr));
gap:10px;align-items:end;padding:14px}.access-toolbar label{display:flex;flex-direction:column;gap:6px;
font-size:11px;color:var(--muted)}.access-toolbar input,.access-toolbar select{width:100%;min-width:0;
border:1px solid var(--line);border-radius:9px;padding:9px 10px;background:var(--white);color:var(--ink)}
.access-filter-summary{grid-column:1/-1;font-size:11px;color:var(--muted);min-height:14px}.panel-note{
margin:4px 0 0;color:var(--muted);font-size:11px;line-height:1.45}.access-pager{display:flex;flex-direction:row;
align-items:center;justify-content:center;gap:9px;margin-top:12px;padding:8px 10px;border:1px solid var(--line);
border-radius:11px;background:var(--soft)}.access-pager span{font-size:11px;color:var(--muted);min-width:92px;
text-align:center}.access-pager button{border:1px solid var(--line);border-radius:8px;background:var(--white);
color:var(--ink);padding:7px 9px;cursor:pointer}.access-pager button:disabled{opacity:.45;cursor:default}
[hidden]{display:none!important}
.health-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.health-card{padding:15px;display:flex;align-items:center;gap:12px}.health-card div{display:flex;
flex-direction:column;gap:4px}.health-dot{width:11px;height:11px;border-radius:50%;background:var(--muted)}
.health-dot.good{background:var(--teal)}.health-dot.bad{background:var(--danger)}
.operation-feed{display:grid;gap:9px;max-height:460px;overflow:auto;padding-right:4px}.operation-item{
display:flex;align-items:center;gap:12px;padding:12px 14px;border:1px solid var(--line);border-radius:11px;
background:var(--soft);animation:feed-in .22s ease}.operation-item>.event-main{display:flex;flex-direction:column;
gap:3px;min-width:0}.operation-item strong{font-size:13px}.operation-item small{font-size:12px}.operation-item a{color:#0b7772;
text-decoration:none;font-weight:700}.operation-pulse{width:9px;height:9px;border-radius:50%;background:var(--teal);
box-shadow:0 0 0 4px rgba(25,182,173,.12);flex:0 0 auto}@keyframes feed-in{from{opacity:.35;
transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}
.operation-toolbar{display:grid;grid-template-columns:minmax(180px,1fr) minmax(170px,.7fr) auto;gap:8px;
align-items:end;margin:9px 0}.operation-toolbar label{display:flex;flex-direction:column;gap:4px;font-size:10px;
color:var(--muted)}.operation-toolbar input,.operation-toolbar select{width:100%;min-width:0;padding:7px 9px;
border:1px solid var(--line);border-radius:8px;background:var(--white);color:var(--ink);font-size:12px}
.operation-toolbar>span{align-self:center;color:var(--muted);font-size:10px;white-space:nowrap}
.event-time{margin-left:auto;white-space:nowrap;font-size:11px;color:var(--muted)}.state-workspace{display:grid;
grid-template-columns:minmax(0,1.65fr) minmax(280px,.65fr);gap:14px;min-height:0;flex:1}.state-workspace .panel{
margin-bottom:0;min-height:0;overflow:hidden}.live-panel,.health-panel{display:flex;flex-direction:column}.live-panel .operation-feed,
.health-panel .health-grid{min-height:0;overflow:auto}.state-metrics{grid-template-columns:repeat(7,minmax(0,1fr));
gap:9px;margin-bottom:14px}.state-metrics .metric{min-height:86px;padding:12px}.state-metrics .metric-heading{
min-height:24px}.state-metrics .metric strong{font-size:23px;margin:4px 0}.state-workspace .panel{padding:16px}
.state-workspace .panel-title h2{font-size:20px;margin-bottom:5px}.state-workspace .health-grid{grid-template-columns:1fr}
.state-workspace .health-card{padding:11px}.state-workspace .operation-feed{gap:6px;max-height:none}.state-workspace .operation-item{
padding:8px 10px}.user-identity{position:relative;display:flex;flex-direction:column;gap:2px}.user-preview{position:absolute;
left:0;top:calc(100% + 8px);z-index:10;width:min(350px,80vw);padding:13px;border-radius:11px;background:var(--navy);
color:#fff;box-shadow:0 12px 32px rgba(0,0,0,.28);display:flex;flex-direction:column;gap:5px;opacity:0;
visibility:hidden;transform:translateY(-4px);transition:.14s;pointer-events:none}.user-identity:hover .user-preview,
.user-identity:focus-within .user-preview{opacity:1;visibility:visible;transform:translateY(0)}.user-preview span{font-size:12px;
color:#c6d5e4}.user-row{cursor:pointer}.user-row:hover{background:rgba(25,182,173,.05)}.row-expand{border:1px solid var(--line);
background:var(--white);color:var(--ink);border-radius:8px;width:32px;height:30px;cursor:pointer;font-size:18px;transition:.15s}
.row-expand[aria-expanded=true]{transform:rotate(180deg)}.user-detail-row td{padding:0 10px 15px}.user-detail-grid{
display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding:14px;background:var(--soft);border-radius:11px}
.user-detail-grid>div{display:flex;flex-direction:column;gap:5px}.user-detail-grid small,.user-detail-grid span{font-size:11px;
color:var(--muted)}html[data-theme=dark] .periods a,html[data-theme=dark] .back,html[data-theme=dark] .metric-info>button,
html[data-theme=dark] .filters input,html[data-theme=dark] .filters select,html[data-theme=dark] .duration-field select,
html[data-theme=dark] .voice-cost-form input,
html[data-theme=dark] .work-toolbar input,html[data-theme=dark] .work-toolbar select,html[data-theme=dark] .work-dialog input,
html[data-theme=dark] .work-dialog select,html[data-theme=dark] .work-dialog textarea{background:var(--white);color:var(--ink)}
html[data-theme=dark] .badge,html[data-theme=dark] .card-actions .secondary,html[data-theme=dark] .edit-task{
background:#22364c;color:var(--ink)}html[data-theme=dark] .feedback-card,html[data-theme=dark] .task-card{background:var(--white)}
html[data-theme=dark] .live{background:#183a42;color:#8de0d9}html[data-theme=dark] .live.stale{background:#3b2228;color:#ffabb3}
html[data-theme=dark] .service-control{
background:#153637;border-color:#265758}html[data-theme=dark] .service-control.paused{background:#3a2b22;border-color:#654835}
html[data-theme=dark] .template-option:has(input:checked){background:#183a39}html[data-theme=dark] .feedback-card p,
html[data-theme=dark] .task-card p{color:#c2cede}html[data-theme=dark] .login-card{background:var(--white)}
.service-control{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:17px 19px;
margin-bottom:18px;border:1px solid #cbe5e2;border-radius:14px;background:#edf9f7}.service-control.paused{
border-color:#f0d2b7;background:#fff6ec}.service-control>div{display:flex;flex-direction:column;gap:4px}
.service-control strong{font-size:18px}.service-control small{color:var(--muted)}.service-control a{
text-decoration:none;color:#fff;background:var(--navy);padding:9px 13px;border-radius:9px;font-weight:700;
font-size:13px}.control-kicker{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:#0b7772;
font-weight:800}.settings-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(290px,.55fr);
gap:18px}.settings-grid>*{min-width:0}.maintenance-form>p{color:var(--muted);line-height:1.6}.template-list{display:grid;gap:10px;
margin:20px 0}.template-option{display:flex;gap:12px;align-items:flex-start;padding:14px;border:1px solid var(--line);
border-radius:12px;cursor:pointer}.template-option:has(input:checked){border-color:var(--teal);background:#effaf8}
.template-option input{margin-top:4px}.template-option span{display:flex;flex-direction:column;gap:5px}
.template-option small{line-height:1.45}.duration-field{display:flex;flex-direction:column;gap:7px;font-size:13px;
font-weight:700}.duration-field select{max-width:240px;border:1px solid var(--line);border-radius:9px;padding:10px;
background:#fff}.form-actions{display:flex;align-items:center;gap:14px;margin-top:20px}.form-actions button{
border:0;border-radius:9px;background:var(--teal);color:#042735;font-weight:800;padding:11px 16px;cursor:pointer}
.form-actions [role=status]{font-size:13px;color:var(--muted)}.preview-card p{line-height:1.65}
.switch{display:flex;align-items:center;gap:9px;cursor:pointer}.switch input{position:absolute;opacity:0}.switch span{
width:48px;height:27px;border-radius:999px;background:#bdc8d2;position:relative;transition:.2s}.switch span:after{
content:'';position:absolute;width:21px;height:21px;left:3px;top:3px;border-radius:50%;background:#fff;
transition:.2s;box-shadow:0 2px 5px rgba(0,0,0,.2)}.switch input:checked+span{background:var(--teal)}
.switch input:checked+span:after{transform:translateX(21px)}.switch b{font-size:13px}
.preview-card blockquote{margin:14px 0;padding:16px;border-left:4px solid var(--teal);background:var(--soft);
border-radius:8px;line-height:1.55}.preview-state{font-weight:700;color:#0b7772}.duration-field small{max-width:620px}
.voice-analytics>.metrics,.traffic-analytics>.metrics{margin:18px 0 0}.analytics-note{color:var(--muted);line-height:1.55;margin:12px 0 0}
.trend-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:14px}.trend-card{
min-width:0;border:1px solid var(--line);border-radius:12px;padding:12px;background:var(--soft)}.trend-card header{
display:flex;justify-content:space-between;align-items:flex-start;gap:8px;min-height:30px}.trend-card header>strong{font-size:13px}
.trend-legend{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:5px 8px;color:var(--muted);font-size:9px}
.trend-legend i{width:7px;height:7px;margin-top:1px;border-radius:2px;background:var(--teal)}.trend-legend i.registrations,
.trend-legend i.duration{background:#d5a62e}.trend-legend i.outgoing{background:#4b83c3}.trend-legend i.operations{
background:#6573c3}.trend-legend i.failures{background:var(--danger);border-radius:50%}.trend-chart{min-height:142px}
.trend-chart svg{display:block;width:100%;height:142px}.trend-bar.registrations{fill:#d5a62e}.trend-bar.active,
.trend-bar.incoming{fill:var(--teal)}.trend-bar.outgoing{fill:#4b83c3}.trend-bar.operations{fill:#6573c3}
.trend-duration{fill:none;stroke:#d5a62e;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.trend-duration-point{
fill:#d5a62e}.trend-failure{fill:var(--danger)}.trend-axis{stroke:var(--line);stroke-width:1}.trend-label{
fill:var(--muted);font:9px Inter,Segoe UI,sans-serif}.trend-chart .chart-empty{min-height:142px;font-size:11px}
.cost-breakdown{display:grid;gap:8px;margin-top:14px;padding:12px 14px;border:1px solid var(--line);border-radius:12px;background:var(--soft)}
.cost-bar-row{display:grid;grid-template-columns:minmax(145px,.7fr) minmax(140px,2fr) minmax(75px,.4fr);gap:10px;align-items:center;font-size:12px}
.cost-bar-row>span{color:var(--muted)}.cost-bar-row>strong{text-align:right;font-size:12px}.cost-bar-track{height:8px;border-radius:999px;background:var(--line);overflow:hidden}
.cost-bar-track i{display:block;height:100%;border-radius:inherit;background:var(--teal)}.cost-bar-row[data-cost-kind=outgoing] i{background:#d5a62e}.cost-bar-row[data-cost-kind=external] i{background:#6573c3}
.feature-economics .table-wrap{margin-top:12px}.feature-table{min-width:1120px}.feature-table td:first-child{
min-width:220px}.feature-table td small{color:var(--muted)}.coverage-note{display:block;color:var(--muted);
line-height:1.5;margin-top:13px}
.voice-cost-form>p{color:var(--muted);line-height:1.6;max-width:980px}.voice-cost-fields{display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px}.voice-cost-fields label{display:grid;
gap:7px;font-size:13px;font-weight:700}.voice-cost-fields input{border:1px solid var(--line);border-radius:9px;
padding:11px;background:var(--white);color:var(--ink);font:inherit}.voice-cost-fields small{font-weight:400;line-height:1.45}
.cost-example{margin-top:14px;padding:11px 13px;border-radius:10px;background:var(--soft);color:var(--muted);
font-size:13px;line-height:1.45}
.integration-intro{display:flex;justify-content:space-between;gap:24px;align-items:center}.integration-intro p{max-width:780px;
line-height:1.55}.integration-legend{display:grid;gap:8px;min-width:230px}.integration-legend span{display:flex;gap:8px;
align-items:center}.integration-legend i{width:10px;height:10px;border-radius:50%;background:#8b99a7}.integration-legend i.good{
background:var(--teal)}.integration-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;
margin-top:16px}.integration-card{display:grid;gap:14px;margin:0}.integration-title{display:flex;justify-content:space-between;
align-items:flex-start;gap:14px}.integration-title h2{margin:6px 0 0}.integration-status{display:inline-block;padding:4px 8px;
border-radius:999px;background:#eef1f3;color:#566575;font-size:11px;font-weight:800}.integration-status.enabled{background:#dff7f2;
color:#08716c}.integration-links{display:flex;gap:14px}.integration-links a{color:#0b7772;font-weight:700}.integration-stats{
display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.integration-stats>div{padding:11px;border:1px solid var(--line);
border-radius:10px;display:grid;gap:5px}.integration-stats small{color:var(--muted)}.integration-stats strong{font-size:18px}
.integration-fields{display:grid;grid-template-columns:1fr 1fr;gap:10px}.integration-card label{display:grid;gap:6px;
font-size:12px;color:var(--muted)}.integration-card input,.integration-card textarea{border:1px solid var(--line);
border-radius:9px;padding:10px;background:var(--white);color:var(--ink);font:inherit}.integration-error{padding:10px;
border-radius:9px;background:#fff0f1;color:#9e3039}.integration-card .secondary{background:#edf3f5;color:var(--ink)}
.integration-analytics-grid{display:grid;grid-template-columns:minmax(320px,.85fr) minmax(540px,1.15fr);gap:18px;
margin-top:18px}.integration-analytics-grid h3{font-size:15px;margin:0 0 10px}.integration-chart{min-height:190px;
border:1px solid var(--line);border-radius:12px;padding:8px;background:var(--soft)}.integration-chart svg{display:block;width:100%;height:180px}
.chart-axis{stroke:var(--line);stroke-width:1}.chart-bar.external{fill:var(--teal)}.chart-bar.cached{fill:#4b83c3}
.chart-error{fill:var(--danger)}.chart-label{fill:var(--muted);font:10px Inter,Segoe UI,sans-serif}.chart-empty{display:grid;
place-items:center;min-height:170px;color:var(--muted);text-align:center}.chart-legend{display:flex;flex-wrap:wrap;gap:14px;
margin-top:8px;color:var(--muted);font-size:11px}.chart-legend span{display:flex;align-items:center;gap:6px}.chart-legend i{
width:9px;height:9px;border-radius:3px;background:var(--teal)}.chart-legend i.cached{background:#4b83c3}.chart-legend i.failed{
background:var(--danger);border-radius:50%}.integration-usage-table{min-width:760px}.integration-usage-table th,
.integration-usage-table td{padding:9px 10px}.integration-usage-table strong{white-space:nowrap}.integration-methods{
margin-top:18px}.integration-methods h3{font-size:15px;margin:0 0 4px}
.work-toolbar{display:flex;align-items:flex-end;gap:10px;flex-wrap:wrap;padding:14px}.work-toolbar label{display:flex;
flex-direction:column;gap:6px;font-size:12px;color:var(--muted)}.work-toolbar input,.work-toolbar select{
min-width:165px;border:1px solid var(--line);border-radius:9px;padding:9px 10px;background:#fff}.work-toolbar>span{
margin-left:auto;font-size:12px;color:var(--muted)}.work-board{display:grid;grid-template-columns:minmax(0,.72fr)
minmax(0,.72fr) minmax(0,1.25fr);gap:14px}.work-column{min-width:0}.column-heading{display:flex;justify-content:space-between;
align-items:flex-end;gap:16px;margin:5px 2px 14px}.column-heading h2{margin-bottom:0}.column-heading>span{
font-size:11px;color:var(--muted)}.feedback-list,.draft-list,.task-list{display:grid;gap:11px}.feedback-card,.task-card{
background:#fff;border:1px solid var(--line);border-radius:14px;padding:16px;box-shadow:0 7px 24px rgba(7,27,54,.04)}
.feedback-card h3,.task-card h3{font-size:16px;margin:10px 0 8px}.feedback-card h3 a{color:var(--ink);
text-decoration:none}.feedback-card p,.task-card p{font-size:13px;line-height:1.55;color:#405166;white-space:pre-wrap}
.feedback-card small,.task-card small{color:var(--muted)}.card-meta{display:flex;justify-content:space-between;
align-items:center;gap:10px;font-size:11px;color:var(--muted)}.card-actions{display:flex;gap:7px;flex-wrap:wrap;
margin-top:13px}.card-actions button,.edit-task{border:0;border-radius:8px;background:var(--teal);color:#042735;
font-weight:700;padding:8px 10px;cursor:pointer}.card-actions .secondary,.work-dialog .secondary{background:#edf3f5}
.card-actions .danger-link{background:#fff0f1;color:#9e3039}.task-card{display:grid;grid-template-columns:auto 1fr auto;
gap:11px;align-items:start}.task-card.dragging{opacity:.45}.task-card.drag-target{border-color:var(--teal);
transform:translateY(2px)}.drag-handle{border:0;background:transparent;color:#7e8b99;font-size:23px;cursor:grab;
padding:0}.task-content{min-width:0}.priority{display:inline-block;padding:4px 7px;border-radius:999px;font-weight:900}
.priority.p0{background:#ffe4e6;color:#a3222d}.priority.p1{background:#fff0d9;color:#895413}.priority.p2{
background:#e8f4ff;color:#1c5c8f}.priority.p3{background:#eef1f3;color:#556270}.edit-task{background:#edf3f5;
font-size:12px}.work-dialog{width:min(620px,calc(100% - 28px));border:0;border-radius:18px;padding:0;
box-shadow:0 24px 80px rgba(7,27,54,.32)}.work-dialog::backdrop{background:rgba(7,27,54,.6);
backdrop-filter:blur(3px)}.work-dialog form{padding:26px;display:grid;gap:14px}.work-dialog h2{margin-bottom:2px}
.work-dialog label{display:flex;flex-direction:column;gap:6px;font-size:12px;color:var(--muted)}
.work-dialog input,.work-dialog select,.work-dialog textarea{border:1px solid var(--line);border-radius:9px;
padding:10px;background:#fff;color:var(--ink);font:inherit}.work-dialog>form>button:not(.dialog-close){border:0;
border-radius:9px;background:var(--teal);color:#042735;font-weight:800;padding:11px;cursor:pointer}
.dialog-close{position:absolute;right:15px;top:12px;border:0;background:transparent;font-size:25px;cursor:pointer}
.dialog-divider{display:flex;align-items:center;color:var(--muted);font-size:11px}.dialog-divider:before,
.dialog-divider:after{content:'';height:1px;background:var(--line);flex:1}.dialog-divider span{padding:0 10px}
.dialog-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px}.work-dialog [role=status]{font-size:12px;
color:var(--muted);min-height:16px}
.task-group-title{margin:12px 0 0;padding:9px 2px 4px;font:800 12px/1.3 Inter,Segoe UI,sans-serif;
text-transform:uppercase;letter-spacing:.08em;color:#607387}
.work-guide{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:12px;padding:12px}.work-guide>div{
display:grid;gap:4px;padding:9px 11px;border-left:3px solid var(--teal);background:var(--soft);border-radius:8px}
.work-guide strong{font-size:12px}.work-guide span{color:var(--muted);font-size:11px;line-height:1.45}
.feedback-resolution,.feedback-next{display:grid;gap:4px;margin-top:12px;padding:10px;border-radius:9px;background:var(--soft)}
.feedback-next{border-left:3px solid var(--teal);background:#f1faf8}.feedback-resolution span,.feedback-next span{
color:var(--muted);font-size:12px;line-height:1.45}.feedback-card[data-stage=resolved],.feedback-card[data-stage=linked]{
border-left:3px solid #a8b5c0}.feedback-card[data-stage=accepted]{border-left:3px solid var(--gold)}
.workflow-state{display:inline-flex;align-items:center;margin-left:6px;padding:3px 7px;border-radius:999px;
font:800 10px/1.25 Inter,Segoe UI,sans-serif;background:#e9f7f4;color:#08756f}
.workflow-state.state-accepted,.workflow-state.state-draft{background:#fff4dc;color:#815500}
.workflow-state.state-linked{background:#e8f4ff;color:#1c5c8f}.workflow-state.state-resolved{background:#edf1f4;color:#526170}
.column-help{display:grid;gap:4px;margin:0 0 10px;padding:9px 10px;border:1px solid var(--line);
border-radius:10px;background:var(--soft)}.column-help strong{font-size:12px}.column-help span{
font-size:11px;line-height:1.45;color:var(--muted)}
.admin-draft-card[data-stage=transferred],.admin-draft-card[data-stage=closed]{border-left:3px solid #a8b5c0}
.task-card[data-status=done]{opacity:.72}.filter-empty{padding:22px;border:1px dashed var(--line);border-radius:12px;
text-align:center;color:var(--muted);font-size:12px}.dialog-action{display:grid;gap:13px}.dialog-action>button{border:0;
border-radius:9px;background:var(--teal);color:#042735;font-weight:800;padding:11px;cursor:pointer}.dialog-help{margin:0;
color:var(--muted);font-size:12px;line-height:1.55}html[data-theme=dark] .feedback-next{background:#153637}
.work-pager{display:flex;align-items:center;justify-content:center;gap:9px;margin-top:12px;padding:8px 10px;
border:1px solid var(--line);border-radius:11px;background:var(--soft)}.work-pager[hidden]{display:none}.work-pager span{
font-size:11px;color:var(--muted);min-width:92px;text-align:center}.work-pager button{border:1px solid var(--line);
border-radius:8px;background:var(--white);color:var(--ink);font-size:11px;font-weight:700;padding:7px 9px;cursor:pointer}
.work-pager button:disabled{opacity:.45;cursor:default}.work-author{margin-top:1px}.work-author h3{margin-bottom:3px}
.work-insights{padding:14px;margin-bottom:12px}.work-insights-heading{display:flex;align-items:flex-start;
justify-content:space-between;gap:18px}.work-insights-heading h2{margin:2px 0 5px}.work-insights-heading p:not(.eyebrow){
margin:0;color:var(--muted);font-size:12px;line-height:1.5}.work-insights-heading>span{padding:6px 9px;border-radius:999px;
background:var(--soft);color:var(--muted);font-size:11px;white-space:nowrap}.work-insight-grid{display:grid;
grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin-top:12px}.work-insight-grid>div{display:grid;gap:3px;
padding:10px 11px;border:1px solid var(--line);border-radius:10px;background:var(--soft)}.work-insight-grid small,
.work-insight-grid span{color:var(--muted);font-size:10px;line-height:1.35}.work-insight-grid strong{font:700 20px/1.15 Georgia,serif}
.work-kind-summary{margin-top:12px}.work-kind-summary h3{font-size:13px;margin:0 0 8px}.work-kind-bars{display:grid;gap:6px}
.work-kind-row{display:grid;grid-template-columns:minmax(120px,.7fr) minmax(120px,2fr) 42px;gap:9px;align-items:center;
font-size:11px}.work-kind-row>span{color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.work-kind-track{height:7px;border-radius:999px;background:var(--line);overflow:hidden}.work-kind-track i{display:block;height:100%;
border-radius:inherit;background:var(--teal)}.work-kind-row strong{text-align:right;font-size:11px}
.release-workspace{margin-bottom:12px;padding:14px}.release-heading{display:flex;align-items:flex-start;justify-content:space-between;
gap:18px}.release-heading h2{margin:2px 0 5px}.release-heading p:not(.eyebrow){max-width:920px;margin:0;color:var(--muted);
font-size:12px;line-height:1.5}.release-heading>button,.release-card>button{border:0;border-radius:9px;background:var(--teal);
color:#042735;font-weight:800;padding:9px 12px;cursor:pointer;white-space:nowrap}.release-list{display:grid;
grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:10px;margin-top:12px}.release-card{min-width:0;padding:12px;
border:1px solid var(--line);border-radius:12px;background:var(--soft)}.release-card h3{font-size:14px;margin:9px 0 5px}
.release-card p{font-size:12px;line-height:1.45;color:var(--muted);margin:0 0 8px}.release-card small{display:block;
margin-bottom:9px;color:var(--muted)}.release-published{font-size:11px;color:#0b7772;line-height:1.4}.task-release-note{
display:flex;gap:6px;align-items:center;margin-top:9px;padding:7px 8px;border-radius:8px;background:var(--soft);font-size:11px}
.task-release-note.muted{color:var(--muted)}html[data-theme=dark] .release-card{background:var(--white)}
.login-body{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at top,
#153b61,var(--navy) 70%);padding:20px}.login-card{width:min(440px,100%);background:#fff;
border-radius:20px;padding:34px;box-shadow:0 24px 80px rgba(0,0,0,.25)}.login-brand{margin-bottom:28px}
.login-card h1{font-size:30px}.login-card p{color:var(--muted);line-height:1.55}.login-card>button{
width:100%;margin-top:22px}.login-status{min-height:28px;
margin-top:18px}.login-status .code{font-family:ui-monospace,monospace;font-size:25px;letter-spacing:.18em;
color:var(--navy);font-weight:800}.privacy-note{font-size:12px;margin:20px 0 0}
@media(min-width:1051px){.feedback-list,.draft-list,.task-list{max-height:calc(100vh - 250px);min-height:420px;overflow:auto;
padding-right:5px;scrollbar-gutter:stable}}
@media(min-width:1051px) and (max-width:1350px){.work-board{grid-template-columns:repeat(2,minmax(0,1fr))}.work-column:last-child{grid-column:1/-1}}
@media(max-width:1050px){.metrics,.metrics.compact{grid-template-columns:repeat(2,minmax(0,1fr))}.trend-grid{grid-template-columns:1fr}
.work-insight-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.access-toolbar{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(min-width:1181px){.user-table-wrap{overflow:visible}}
@media(max-width:760px){.shell{display:block}.shell>aside{padding:16px;gap:16px}nav{display:grid;
grid-template-columns:repeat(2,1fr)}.admin-card{display:none}main{padding:22px 16px}header{display:block}
.panel-title{align-items:flex-start;flex-direction:column}
.freshness{align-items:flex-start;margin-bottom:16px}.live{display:inline-block}.filters{align-items:stretch;
flex-direction:column}.filters input,.filters select{width:100%}.metrics,.metrics.compact,
.health-grid,.settings-grid,.work-board,.integration-grid,.voice-cost-fields,.work-guide{grid-template-columns:1fr}.service-control{align-items:flex-start;
flex-direction:column}.release-heading,.work-insights-heading{flex-direction:column}.release-heading>button{width:100%}.work-insight-grid{grid-template-columns:1fr}.work-toolbar{align-items:stretch;flex-direction:column}.work-toolbar input,.work-toolbar select{
width:100%}.work-toolbar>span{margin-left:0}.task-card{grid-template-columns:auto 1fr}.edit-task{grid-column:2}
.state-workspace,.user-detail-grid,.integration-fields,.integration-analytics-grid{grid-template-columns:1fr}.freshness-top{flex-wrap:wrap}.user-preview{display:none}
.integration-intro{align-items:flex-start;flex-direction:column}.integration-stats{grid-template-columns:1fr}.cost-bar-row{grid-template-columns:1fr minmax(90px,1.5fr) auto}
.activity-empty{align-items:flex-start;flex-direction:column;gap:8px}.activity-empty a{align-self:stretch;text-align:center}
.access-toolbar{grid-template-columns:1fr}.access-pager{justify-content:space-between}.access-pager span{min-width:0}
.operation-toolbar{grid-template-columns:1fr}.operation-toolbar>span{justify-self:start}}
@media(min-width:1051px){body[data-live-view=state] .shell{height:100vh;min-height:0}body[data-live-view=state] main{
height:100vh;overflow:hidden;display:flex;flex-direction:column}body[data-live-view=state] header{flex:0 0 auto;margin-bottom:16px}}
