:root{--bg:#f4f6f5;--surface:#ffffff;--surface-soft:#f8faf9;--ink:#17201d;--muted:#68736e;--line:#dde3e0;--line-strong:#cbd3cf;--green:#087a55;--green-dark:#056446;--green-soft:#e9f6f0;--blue:#2463a7;--blue-soft:#eaf2fb;--violet:#7354a8;--violet-soft:#f1edfa;--amber:#a86613;--amber-soft:#fff4df;--red:#b43b3b;--red-soft:#fcecec;--shadow:0 10px 30px rgba(26,42,35,0.08)}*{box-sizing:border-box}body,html{margin:0;min-height:100%}body{background:var(--bg);color:var(--ink);font-family:Noto Sans Thai,Leelawadee UI,Tahoma,Arial,sans-serif;font-size:14px;letter-spacing:0}button,input,select{font:inherit;letter-spacing:0}button{color:inherit}button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid rgba(8,122,85,.2);outline-offset:1px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.login-shell{min-height:100vh;padding:32px 20px;display:grid;place-items:center;background:#eef2f0}.login-panel{width:min(420px,100%);padding:28px;border:1px solid var(--line);border-radius:7px;background:var(--surface);box-shadow:var(--shadow)}.login-brand{display:flex;align-items:center;gap:11px}.login-brand>span:last-child{display:flex;flex-direction:column}.login-brand strong{font-size:18px}.login-brand small{margin-top:1px;color:var(--muted);font-size:10px}.login-brand-mark{width:38px;height:38px;display:grid;place-items:center;border-radius:6px;background:var(--green);color:white;font-weight:800}.login-heading{margin:32px 0 22px}.login-heading h1{margin:0;font-size:24px}.login-heading p{margin:6px 0 0;color:var(--muted);font-size:12px}.login-form{gap:16px}.login-form,.login-form label{display:flex;flex-direction:column}.login-form label{gap:7px;color:#46524d;font-size:11px;font-weight:700}.login-form input{width:100%;height:42px;padding:0 12px;border:1px solid var(--line-strong);border-radius:5px;background:white;color:var(--ink)}.password-input{position:relative;display:block}.password-input input{padding-right:48px}.password-input .icon-button{position:absolute;top:4px;right:4px}.login-error{border-radius:4px;background:var(--red-soft);color:var(--red)}.login-error,.password-notice{margin:0;padding:9px 11px;font-size:11px}.password-notice{border:1px solid #efd7a9;border-radius:4px;background:var(--amber-soft);color:#775717;line-height:1.6}.login-submit{width:100%;min-height:42px;margin-top:2px}.app-shell,.sidebar{min-height:100vh;display:flex}.sidebar{width:244px;flex:0 0 244px;position:fixed;inset:0 auto 0 0;z-index:30;flex-direction:column;background:#121c18;color:#d7e0dc}.brand-row{height:72px;padding:0 18px;display:flex;align-items:center;gap:11px;border-bottom:1px solid rgba(255,255,255,.08)}.brand-mark{width:36px;height:36px;display:grid;place-items:center;background:#1c9a70;color:white;border-radius:6px}.brand-row>span:nth-child(2){display:flex;flex-direction:column;min-width:0}.brand-row strong{color:white;font-size:17px;line-height:1.2}.brand-row small{color:#95a49e;font-size:10px;margin-top:2px}.sidebar-close{display:none!important;margin-left:auto;color:white!important}.primary-nav{padding:20px 12px;flex:1 1}.nav-heading{margin:0 10px 8px;color:#778982;font-size:11px;font-weight:700;text-transform:uppercase}.nav-heading-spaced{margin-top:26px}.primary-nav>button{width:100%;height:42px;margin:2px 0;padding:0 12px;border:0;border-radius:5px;background:transparent;color:#aebbb6;display:flex;align-items:center;gap:12px;cursor:pointer;text-align:left}.primary-nav>button:hover{background:rgba(255,255,255,.06);color:white}.primary-nav>button.active{background:#1f3b31;color:#e9fff6;box-shadow:inset 3px 0 #37c38e}.primary-nav>button span:nth-child(2){flex:1 1}.nav-count{min-width:24px;height:20px;padding:0 6px;display:grid;place-items:center;border-radius:10px;background:rgba(255,255,255,.1);font-size:11px}.sidebar-status{margin:0 12px 16px;padding:13px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.07);border-radius:6px}.sidebar-status div{display:flex;align-items:center;gap:8px;font-size:12px;color:#dbe8e2}.sidebar-status small{display:block;margin:5px 0 0 18px;color:#7f928a;font-size:10px}.active-dot,.pulse-dot{width:8px;height:8px;border-radius:50%;background:#3ed091;box-shadow:0 0 0 3px rgba(62,208,145,.12)}.sidebar-footer{min-height:38px;padding:0 16px;display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(255,255,255,.07);color:#71847c;font-size:10px}.main-column{min-width:0;width:calc(100% - 244px);margin-left:244px}.topbar{height:72px;position:-webkit-sticky;position:sticky;top:0;z-index:20;padding:0 30px;display:flex;align-items:center;background:rgba(255,255,255,.97);border-bottom:1px solid var(--line)}.breadcrumb{margin:0 0 2px;color:#87918c;font-size:10px}.topbar h1{margin:0;font-size:18px;line-height:1.3}.topbar-actions{margin-left:auto;display:flex;align-items:center;gap:9px}.mini-search,.search-box{height:38px;display:flex;align-items:center;gap:8px;padding:0 11px;background:var(--surface-soft);border:1px solid var(--line);border-radius:5px;color:#7c8882}.search-box{width:240px}.mini-search input,.search-box input{width:100%;border:0;outline:0;background:transparent;color:var(--ink)}.icon-button{width:36px;height:36px;position:relative;padding:0;display:inline-grid;place-items:center;border:1px solid var(--line);border-radius:5px;background:white;color:#56625d;cursor:pointer;flex:0 0 auto}.icon-button:hover{background:var(--surface-soft);color:var(--green);border-color:var(--line-strong)}.icon-button[data-tooltip]:after{content:attr(data-tooltip);position:absolute;top:calc(100% + 7px);right:0;z-index:80;width:max-content;max-width:170px;padding:5px 8px;border-radius:4px;background:#17201d;color:white;font-size:10px;opacity:0;pointer-events:none;transform:translateY(-3px);transition:.15s ease}.icon-button[data-tooltip]:hover:after{opacity:1;transform:translateY(0)}.account-button{height:44px;margin-left:5px;padding:0 7px 0 4px;display:flex;align-items:center;gap:9px;border:0;background:transparent;cursor:pointer}.avatar,.user-avatar{display:grid;place-items:center;border-radius:50%;background:#dcefe7;color:#0a684a;font-weight:700}.avatar{width:34px;height:34px;font-size:12px}.account-copy{display:flex;flex-direction:column;align-items:flex-start;line-height:1.3}.account-copy strong{font-size:12px}.account-copy small{color:var(--muted);font-size:10px}.mobile-menu{display:none;margin-right:12px}.workspace{width:100%;max-width:1540px;margin:0 auto;padding:28px 30px 42px}.page-intro{min-height:56px;margin-bottom:22px;display:flex;justify-content:space-between;align-items:center;gap:18px}.page-intro h2{margin:0 0 4px;font-size:23px;line-height:1.25}.page-intro p{margin:0;color:var(--muted)}.primary-button,.secondary-button,.text-button{min-height:38px;padding:0 15px;border-radius:5px;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;font-weight:700}.primary-button{border:1px solid var(--green);background:var(--green);color:white;box-shadow:0 2px 4px rgba(8,122,85,.16)}.primary-button:hover{background:var(--green-dark)}.primary-button:disabled{opacity:.55;cursor:not-allowed}.secondary-button{border:1px solid var(--line-strong);background:white;color:#3f4c47}.secondary-button:hover{background:var(--surface-soft)}.text-button{min-height:30px;padding:0 3px;border:0;background:transparent;color:var(--green);font-size:12px}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px}.stat-card{min-height:132px;padding:20px;display:flex;gap:14px;background:var(--surface);border:1px solid var(--line);border-radius:6px}.stat-icon{width:40px;height:40px;display:grid;place-items:center;border-radius:6px;flex:0 0 auto}.stat-icon.green{background:var(--green-soft);color:var(--green)}.stat-icon.blue{background:var(--blue-soft);color:var(--blue)}.stat-icon.violet{background:var(--violet-soft);color:var(--violet)}.stat-icon.amber{background:var(--amber-soft);color:var(--amber)}.stat-card>div{min-width:0;display:flex;flex-direction:column}.stat-card p{margin:0;color:var(--muted);font-size:12px}.stat-card strong{margin:5px 0 3px;font-size:27px;line-height:1.2}.stat-card small{color:#7a8580;font-size:10px;white-space:normal}.status-strip{min-height:62px;margin:16px 0;padding:11px 16px;display:flex;align-items:center;gap:12px;background:#edf8f3;border:1px solid #cde8dc;border-radius:6px}.status-strip-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:5px;background:white;color:var(--green)}.status-strip>div:nth-child(2){display:flex;flex-direction:column}.status-strip strong{color:#145c43;font-size:13px}.status-strip span{color:#567167;font-size:11px}.status-time{margin-left:auto}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.75fr);grid-gap:16px;gap:16px}.panel{background:var(--surface);border:1px solid var(--line);border-radius:6px}.panel-header{min-height:72px;padding:16px 18px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line)}.panel-header h3{margin:0 0 3px;font-size:15px}.panel-header p{margin:0;color:var(--muted);font-size:11px}.branch-list{padding:4px 0}.branch-row{width:100%;min-height:67px;padding:9px 18px;display:grid;grid-template-columns:38px minmax(160px,1fr) 64px 54px 78px;align-items:center;grid-gap:10px;gap:10px;border:0;border-bottom:1px solid #edf0ee;background:white;text-align:left;cursor:pointer}.branch-row:last-child{border-bottom:0}.branch-row:hover{background:var(--surface-soft)}.branch-symbol,.device-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:5px;background:#eef3f1;color:#476057}.branch-copy,.recent-copy,.stacked-cell{min-width:0;display:flex;flex-direction:column}.branch-copy strong,.recent-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.branch-copy small,.recent-copy small,.stacked-cell small{margin-top:2px;color:var(--muted);font-size:10px}.branch-metric{display:flex;flex-direction:column}.branch-metric small{color:var(--muted);font-size:9px}.branch-metric strong{margin-top:2px;font-size:13px}.state-badge,.user-status{width:-moz-fit-content;width:fit-content;min-height:24px;padding:0 8px;display:inline-flex;align-items:center;gap:6px;border-radius:12px;font-size:10px;font-weight:700;white-space:nowrap}.state-badge i,.user-status i{width:6px;height:6px;border-radius:50%;background:currentColor}.state-badge.online,.user-status.active{background:var(--green-soft);color:var(--green)}.state-badge.warning,.user-status.invited{background:var(--amber-soft);color:var(--amber)}.state-badge.offline,.user-status.revoked{background:var(--red-soft);color:var(--red)}.state-badge.disabled,.user-status.disabled{background:#edf0ef;color:#65716c}.recent-list{padding:4px 0}.recent-row{min-height:67px;padding:9px 18px;display:flex;align-items:center;gap:11px;border-bottom:1px solid #edf0ee}.recent-row:last-child{border-bottom:0}.recent-copy{flex:1 1}.active-dot{width:7px;height:7px;box-shadow:none}.table-panel{overflow:visible}.table-toolbar{min-height:66px;padding:12px 16px;justify-content:space-between;gap:14px;border-bottom:1px solid var(--line)}.filter-tabs,.table-toolbar{display:flex;align-items:center}.filter-tabs{height:36px;padding:3px;gap:2px;border-radius:5px;background:#eef1ef}.filter-tabs button{height:30px;padding:0 12px;border:0;border-radius:4px;background:transparent;color:#66716c;cursor:pointer;font-size:11px;white-space:nowrap}.filter-tabs button.active{background:white;color:var(--ink);box-shadow:0 1px 3px rgba(20,35,29,.12);font-weight:700}.mini-search{width:190px;height:36px;background:white}.data-table-wrap{width:100%;overflow-x:auto}.data-table{width:100%;min-width:850px;border-collapse:collapse}.data-table th{height:43px;padding:0 16px;background:#f8faf9;color:#6f7a75;font-size:10px;text-align:left;white-space:nowrap;border-bottom:1px solid var(--line)}.data-table td{height:65px;padding:9px 16px;border-bottom:1px solid #e9eeeb;color:#46524d;font-size:11px;vertical-align:middle}.data-table tbody tr:last-child td{border-bottom:0}.data-table tbody tr:hover td{background:#fbfcfc}.data-table code{padding:3px 5px;border-radius:3px;background:#f1f4f2;color:#37453f;font-family:Consolas,monospace;font-size:10px}.table-primary{min-width:160px;display:flex;align-items:center;gap:10px;color:var(--ink)}.table-primary>span:last-child:not(.table-icon){display:flex;flex-direction:column}.table-primary small{color:var(--muted);font-size:9px;margin-top:2px}.table-primary strong{font-size:11px}.table-icon{width:33px;height:33px;display:grid;place-items:center;border-radius:5px;background:#edf4f1;color:var(--green);flex:0 0 auto}.router-icon{background:var(--blue-soft);color:var(--blue)}.row-actions{display:flex;gap:5px;justify-content:flex-end}.data-table td:last-child{width:54px;text-align:right}.data-table .icon-button{width:32px;height:32px}.action-menu-anchor{display:inline-flex}.action-menu{width:210px;position:fixed;z-index:180;padding:5px;display:grid;grid-gap:2px;gap:2px;border:1px solid var(--line);border-radius:6px;background:white;box-shadow:0 12px 28px rgba(22,35,29,.18)}.action-menu>button{width:100%;min-height:38px;padding:7px 9px;display:flex;align-items:center;gap:9px;border:0;border-radius:4px;background:transparent;color:#3f4c47;cursor:pointer;text-align:left;font-size:11px}.action-menu>button:focus-visible,.action-menu>button:hover{background:var(--green-soft);color:var(--green-dark)}.action-menu>button span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-avatar{width:33px;height:33px;font-size:12px;flex:0 0 auto}.role-badge{padding:4px 7px;border:1px solid var(--line);border-radius:4px;background:#f8faf9;color:#4a5651;font-weight:700}.scope-cell{display:inline-flex;align-items:center;gap:6px}.stacked-cell strong{font-size:11px;font-weight:600}.muted-row td{opacity:.6}.danger-icon{color:var(--red)}.danger-icon:hover{color:var(--red);background:var(--red-soft);border-color:#efc6c6}.scope-summary{min-height:66px;margin-bottom:16px;padding:11px 16px;display:flex;align-items:center;justify-content:space-between;background:var(--blue-soft);border:1px solid #cfe0f2;border-radius:6px}.scope-summary>div{display:flex;align-items:center;gap:11px;color:var(--blue)}.scope-summary span{display:flex;flex-direction:column}.scope-summary strong{color:#204d7a;font-size:12px}.scope-summary small{margin-top:2px;color:#5e7893;font-size:10px}.record-count{min-height:34px;padding:0 11px;display:inline-flex;border:1px solid var(--line);border-radius:5px;background:white;font-weight:700}.audit-summary,.record-count{align-items:center;color:var(--muted);font-size:11px}.audit-summary{display:flex;gap:8px}.audit-table{min-width:1050px}.audit-details,.audit-table td:first-child{white-space:nowrap}.audit-details{display:block;max-width:360px;overflow:hidden;text-overflow:ellipsis}.settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.settings-panel dl{margin:0;padding:6px 18px}.settings-panel dl>div{min-height:52px;display:grid;grid-template-columns:130px minmax(0,1fr);align-items:center;grid-gap:12px;gap:12px;border-bottom:1px solid var(--line)}.settings-panel dl>div:last-child{border-bottom:0}.settings-panel dt{color:var(--muted);font-size:10px}.settings-panel dd{margin:0;overflow-wrap:anywhere;font-size:11px;font-weight:700}.help-content{margin:20px;padding:18px;display:flex;align-items:flex-start;gap:14px;border:1px solid var(--line);border-radius:6px;background:var(--surface-soft);color:var(--green)}.help-content div{color:var(--ink)}.help-content strong{font-size:13px}.help-content p{margin:5px 0 0;color:var(--muted);font-size:11px;line-height:1.7}.role-guide{margin:20px;border:1px solid var(--line);border-radius:6px;overflow:hidden}.role-guide>div{min-height:54px;padding:10px 13px;display:grid;grid-template-columns:150px minmax(0,1fr);align-items:center;grid-gap:12px;gap:12px;border-bottom:1px solid var(--line)}.role-guide>div:last-child{border-bottom:0}.role-guide strong{font-size:11px}.role-guide span{color:var(--muted);font-size:10px;line-height:1.6}.dialog-backdrop{position:fixed;inset:0;z-index:100;padding:24px;display:grid;place-items:center;overflow-y:auto;background:rgba(10,18,15,.55);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.dialog{width:min(620px,100%);max-height:calc(100vh - 48px);overflow-y:auto;background:white;border:1px solid rgba(255,255,255,.2);border-radius:7px;box-shadow:var(--shadow)}.dialog-large{width:min(900px,100%)}.dialog>header{min-height:76px;padding:16px 20px;display:flex;align-items:flex-start;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line)}.dialog>header h2{margin:0 0 4px;font-size:18px}.dialog>header p{margin:0;color:var(--muted);font-size:11px}.dialog-form{padding:20px}.form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.field{min-width:0;display:flex;flex-direction:column;gap:6px;color:#46524d;font-size:11px;font-weight:700}.field-wide{grid-column:1/-1}.field input,.field select,.field textarea{width:100%;padding:0 11px;border:1px solid var(--line-strong);border-radius:5px;background:white;color:var(--ink)}.field input,.field select{height:40px}.field textarea{min-height:112px;padding-top:9px;resize:vertical;font:10px/1.5 Consolas,monospace}.field input:disabled{background:#f1f4f2;color:#6b7771;font-family:Consolas,monospace}.choice-group{margin:18px 0 0;padding:0;border:0}.choice-group legend{margin-bottom:7px;color:#46524d;font-size:11px;font-weight:700}.segmented-control{width:100%;height:42px;padding:3px;display:grid;grid-template-columns:1fr 1fr;grid-gap:3px;gap:3px;background:#edf1ef;border-radius:5px}.segmented-control button{border:0;border-radius:4px;background:transparent;display:flex;align-items:center;justify-content:center;gap:7px;color:#62706a;cursor:pointer}.segmented-control button.selected{background:white;color:var(--green);font-weight:700;box-shadow:0 1px 3px rgba(20,35,29,.14)}.route-options{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.route-options label{min-height:60px;padding:10px 12px;display:flex;align-items:center;gap:9px;border:1px solid var(--line);border-radius:5px;cursor:pointer}.route-options label.selected{border-color:#6bb99d;background:#f0faf6}.route-options input{accent-color:var(--green)}.route-options span{display:flex;flex-direction:column}.route-options strong{font-size:11px}.route-options small{margin-top:2px;color:var(--muted);font-size:9px}.scope-list{max-height:190px;margin:14px 0 0;padding:10px;display:grid;grid-gap:5px;gap:5px;overflow-y:auto;border:1px solid var(--line);border-radius:5px}.scope-list legend{padding:0 5px;color:#46524d;font-size:11px;font-weight:700}.scope-list label{min-height:36px;padding:7px 9px;display:flex;align-items:center;gap:9px;border-radius:4px;cursor:pointer}.scope-list label:hover{background:var(--surface-soft)}.scope-list input{width:16px;height:16px;accent-color:var(--green)}.scope-list span{font-size:11px}.organization-scope{min-height:64px;margin-top:18px;padding:12px;display:flex;align-items:center;gap:10px;border:1px solid #cfe0f2;border-radius:5px;background:var(--blue-soft);color:var(--blue)}.organization-scope span{display:flex;flex-direction:column}.organization-scope strong{font-size:11px}.organization-scope small{margin-top:2px;color:#5e7893;font-size:9px}.probe-result{min-height:58px;margin-top:16px;padding:11px 13px;display:flex;align-items:center;gap:10px;border:1px solid #cde8dc;border-radius:5px;background:var(--green-soft);color:var(--green)}.probe-result span{display:flex;flex-direction:column}.probe-result strong{font-size:11px}.probe-result small{margin-top:2px;color:#557268;font-size:9px}.input-with-action{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:7px;gap:7px}.input-with-action .secondary-button{min-height:40px;padding:0 12px}.script-warning{margin:18px 20px 0;padding:11px 13px;display:flex;align-items:center;gap:10px;border:1px solid #efd7a9;border-radius:5px;background:var(--amber-soft);color:var(--amber)}.script-warning span{display:flex;flex-direction:column}.script-warning strong{font-size:11px}.script-warning small{margin-top:2px;color:#7c633c;font-size:9px}.setup-script{margin:16px 20px 20px;overflow:hidden;border:1px solid var(--line);border-radius:5px;background:#17201d}.setup-script pre{height:min(52vh,520px);margin:0;padding:14px;overflow:auto;color:#bcddd0;font:10px/1.65 Consolas,monospace;white-space:pre}.form-error{margin:14px 0 0;padding:8px 10px;border-radius:4px;background:var(--red-soft);color:var(--red);font-size:11px}.dialog-actions{min-height:66px;margin:20px -20px -20px;padding:13px 20px;display:flex;justify-content:flex-end;align-items:center;gap:9px;border-top:1px solid var(--line);background:#fbfcfb}.dialog>.dialog-actions{margin:0}.credential-result{margin:20px;padding:13px;display:flex;align-items:center;gap:11px;border:1px solid #cde8dc;border-radius:5px;background:var(--green-soft)}.credential-result>span{width:38px;height:38px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:white;color:var(--green)}.credential-result strong{color:#146047;font-size:12px}.credential-result p{margin:2px 0 0;color:#557268;font-size:10px}.temporary-password{min-height:52px;margin:0 20px 20px;padding:7px 8px 7px 13px;display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid var(--line-strong);border-radius:5px;background:#f7f9f8}.temporary-password code{min-width:0;overflow-wrap:anywhere;color:#24352e;font:13px/1.5 Consolas,monospace}.config-success{margin:18px 20px 0;padding:12px;display:flex;align-items:center;gap:11px;border:1px solid #cde8dc;border-radius:5px;background:var(--green-soft)}.config-success>span{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:white;color:var(--green)}.config-success strong{color:#146047;font-size:12px}.config-success p{margin:2px 0 0;color:#557268;font-size:10px}.config-layout{padding:18px 20px;display:grid;grid-template-columns:245px minmax(0,1fr);grid-gap:16px;gap:16px}.qr-section{display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:5px;background:#fff}.qr-section img{width:min(220px,100%);aspect-ratio:1;object-fit:contain}.qr-section small{margin:-3px 0 12px;color:var(--muted);font-size:10px}.config-section{min-width:0;border:1px solid var(--line);border-radius:5px;background:#17201d;overflow:hidden}.config-heading{height:40px;padding:0 9px 0 13px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.1);color:#dce7e2}.config-heading span{display:flex;align-items:center;gap:7px;font-size:10px}.config-heading .icon-button{width:29px;height:29px;border-color:rgba(255,255,255,.1);background:transparent;color:#dce7e2}.config-section pre{height:237px;margin:0;padding:14px;overflow:auto;color:#bcddd0;font:10px/1.65 Consolas,monospace;white-space:pre-wrap;overflow-wrap:anywhere}.toast{position:fixed;right:24px;bottom:24px;z-index:150;min-height:44px;padding:0 15px;display:flex;align-items:center;gap:9px;border-radius:5px;background:#17201d;color:white;box-shadow:var(--shadow);font-size:12px}.toast svg{color:#51d39e}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.nav-backdrop{display:none}@media (max-width:1120px){.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-grid{grid-template-columns:1fr}.search-box{width:180px}}@media (max-width:780px){.sidebar{transform:translateX(-100%);transition:transform .2s ease;box-shadow:15px 0 35px rgba(0,0,0,.2)}.sidebar.sidebar-open{transform:translateX(0)}.sidebar-close{display:inline-grid!important}.nav-backdrop{display:block;position:fixed;inset:0;z-index:29;border:0;background:rgba(9,16,13,.45)}.main-column{width:100%;margin-left:0}.mobile-menu{display:inline-grid}.topbar{padding:0 16px}.breadcrumb{display:none}.topbar h1{font-size:16px}.account-button>svg,.account-copy,.help-button,.search-box{display:none}.account-button{margin-left:0;padding:0}.workspace{padding:20px 16px 34px}.page-intro{align-items:flex-start}.page-intro h2{font-size:20px}.page-intro>.primary-button{min-width:40px;padding:0 11px}.stats-grid{grid-template-columns:1fr 1fr;gap:10px}.stat-card{min-height:118px;padding:14px}.stat-card strong{font-size:23px}.status-time{display:none}.branch-row{grid-template-columns:38px minmax(130px,1fr) 48px 68px;padding:8px 12px}.branch-row .branch-metric:nth-of-type(2){display:none}.table-toolbar{align-items:stretch;flex-direction:column}.mini-search{width:100%}.filter-tabs{overflow-x:auto}.scope-summary{align-items:flex-start;gap:12px}.scope-summary .secondary-button{display:none}.settings-grid{grid-template-columns:1fr}.dialog-backdrop{padding:10px;align-items:end}.dialog{width:100%;max-height:calc(100vh - 20px)}.form-grid{grid-template-columns:1fr}.field-wide{grid-column:auto}.config-layout{grid-template-columns:1fr}.qr-section img{width:205px}.route-options{grid-template-columns:1fr}}@media (max-width:470px){.stats-grid{grid-template-columns:1fr}.stat-card{min-height:96px}.page-intro{flex-wrap:wrap}.page-intro>.primary-button{width:100%}.status-strip{align-items:flex-start}.status-strip>div:nth-child(2) span{line-height:1.5}.branch-row{grid-template-columns:34px minmax(120px,1fr) 68px}.branch-row .branch-metric{display:none}.filter-tabs{width:100%}.filter-tabs button{flex:1 1}.segmented-control button{font-size:11px}.dialog-actions .primary-button,.dialog-actions .secondary-button{flex:1 1}.config-section pre{height:210px}}