:root{--bg: #f4f6fb;--surface: #ffffff;--surface-2: #f8fafc;--border: #e2e8f0;--text: #0f172a;--text-muted: #64748b;--primary: #1d4ed8;--primary-weak: #e6edff;--ok: #15803d;--ok-weak: #dcfce7;--warn: #b45309;--danger: #b91c1c;--danger-weak: #fee2e2;--sidebar-w: 240px;--sidebar-w-collapsed: 64px;--header-h: 56px;--radius: 10px;font-family:Sarabun,Segoe UI,system-ui,-apple-system,sans-serif}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--bg);color:var(--text)}:focus-visible{outline:3px solid var(--primary);outline-offset:2px;border-radius:4px}main:focus-visible{outline:none}.skip-link{position:absolute;left:8px;top:-48px;z-index:100;background:var(--primary);color:#fff;padding:8px 14px;border-radius:8px;text-decoration:none;transition:top .15s ease}.skip-link:focus{top:8px}.app{display:grid;grid-template-columns:var(--sidebar-w) 1fr;grid-template-rows:var(--header-h) 1fr;grid-template-areas:"sidebar header" "sidebar main";height:100vh;transition:grid-template-columns .15s ease}.app.collapsed{grid-template-columns:var(--sidebar-w-collapsed) 1fr}.header{grid-area:header;display:flex;align-items:center;gap:16px;padding:0 20px;background:var(--surface);border-bottom:1px solid var(--border)}.header .spacer{flex:1}.header .meta{display:flex;align-items:center;gap:6px;color:var(--text-muted);font-size:13px}.header .meta strong{color:var(--text);font-weight:600}.sidebar{grid-area:sidebar;background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;overflow:hidden}.sidebar .brand{height:var(--header-h);display:flex;align-items:center;gap:10px;padding:0 16px;font-weight:700;border-bottom:1px solid var(--border);white-space:nowrap}.sidebar nav{padding:8px;overflow-y:auto;flex:1}.nav-item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:var(--radius);color:var(--text);text-decoration:none;font-size:14px;white-space:nowrap}.nav-item .ico{width:20px;text-align:center;flex-shrink:0}.nav-item:hover{background:var(--surface-2)}.nav-item.active{background:var(--primary-weak);color:var(--primary);font-weight:600}.app.collapsed .nav-item .label,.app.collapsed .brand .brand-text{display:none}.sidebar .toggle{margin:8px;padding:8px;border:1px solid var(--border);background:var(--surface);border-radius:var(--radius);cursor:pointer;color:var(--text-muted)}.sidebar .toggle:hover{background:var(--surface-2)}.main{grid-area:main;overflow-y:auto;padding:24px}.page-head{margin-bottom:20px}.page-head h1{margin:0 0 4px;font-size:22px}.page-head p{margin:0;color:var(--text-muted);font-size:14px}.badge{display:inline-flex;align-items:center;gap:5px;padding:2px 10px;border-radius:999px;font-size:12px;font-weight:600}.badge.role-owner{background:#f3e8ff;color:#7e22ce}.badge.role-admin{background:var(--primary-weak);color:var(--primary)}.badge.role-contributor{background:var(--surface-2);color:var(--text-muted)}.agent-status{display:inline-flex;align-items:center;gap:6px;font-size:13px}.agent-status .dot{width:9px;height:9px;border-radius:50%}.agent-status.connected{color:var(--ok)}.agent-status.connected .dot{background:var(--ok)}.agent-status.connecting{color:var(--warn)}.agent-status.connecting .dot{background:var(--warn)}.agent-status.disconnected{color:var(--danger)}.agent-status.disconnected .dot{background:var(--danger)}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:56px 24px;color:var(--text-muted);background:var(--surface);border:1px dashed var(--border);border-radius:var(--radius)}.empty-state .emoji{font-size:40px;margin-bottom:12px}.empty-state h3{margin:0 0 6px;color:var(--text)}.skeleton{background:linear-gradient(90deg,#eef2f7 25%,#e2e8f0 37%,#eef2f7 63%);background-size:400% 100%;animation:shimmer 1.2s ease infinite;border-radius:8px}@keyframes shimmer{0%{background-position:100% 0}to{background-position:0 0}}.skeleton-row{height:44px;margin-bottom:10px}.error-box{padding:24px;background:var(--danger-weak);border:1px solid #fca5a5;border-radius:var(--radius);color:#7f1d1d}.dev-switch{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--text-muted)}.dev-switch select{padding:4px 6px;border:1px solid var(--border);border-radius:6px}.stat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:14px;margin-bottom:24px}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:16px}.stat-card .label{color:var(--text-muted);font-size:13px;margin-bottom:8px;display:flex;align-items:center;gap:6px}.stat-card .value{font-size:28px;font-weight:700}.section-title{font-size:15px;font-weight:700;margin:8px 0 12px}.state-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:8px;min-height:320px;padding:48px 24px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.state-screen .emoji{font-size:48px}.state-screen h2{margin:4px 0}.state-screen p{color:var(--text-muted);max-width:460px;margin:0 0 8px}.state-screen button{padding:8px 18px;border-radius:8px;border:1px solid var(--primary);background:var(--primary);color:#fff;cursor:pointer}.state-screen.tone-warn{border-color:#fcd34d}.state-screen.tone-danger{border-color:#fca5a5}.offline-banner{background:#fef3c7;color:#92400e;border:1px solid #fcd34d;padding:8px 14px;border-radius:8px;margin-bottom:16px;font-size:14px}.toolbar{display:flex;align-items:center;gap:10px;margin-bottom:16px;flex-wrap:wrap}.toolbar .search{flex:1;min-width:200px;padding:8px 12px;border:1px solid var(--border);border-radius:8px}.toolbar select{padding:8px 10px;border:1px solid var(--border);border-radius:8px}.toolbar .spacer{flex:1}.view-toggle{display:inline-flex;border:1px solid var(--border);border-radius:8px;overflow:hidden}.view-toggle button{padding:8px 12px;background:var(--surface);border:none;cursor:pointer;color:var(--text-muted)}.view-toggle button.active{background:var(--primary-weak);color:var(--primary);font-weight:600}.btn-primary{padding:8px 14px;border-radius:8px;border:1px solid var(--primary);background:var(--primary);color:#fff;cursor:pointer}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-ghost{padding:8px 14px;border-radius:8px;border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;text-decoration:none}.btn-sm{padding:4px 10px;border-radius:6px;border:1px solid var(--primary);background:var(--primary);color:#fff;cursor:pointer;font-size:13px}.btn-sm.ghost{background:var(--surface);color:var(--primary);text-decoration:none}.btn-sm:disabled{opacity:.5;cursor:not-allowed}.account-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px}.account-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:16px;display:flex;flex-direction:column;gap:12px}.ac-head{display:flex;justify-content:space-between;align-items:flex-start;gap:8px}.ac-name{font-weight:700}.ac-user{color:var(--text-muted);font-size:13px}.ac-meta{display:flex;flex-direction:column;gap:4px;color:var(--text-muted);font-size:13px}.ac-actions{display:flex;gap:6px;margin-top:auto;align-items:center;flex-wrap:wrap}.btn-icon{padding:6px 9px;border-radius:6px;border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;font-size:14px;line-height:1}.btn-icon:hover{background:#f0f3f7}.btn-icon:disabled{opacity:.5;cursor:not-allowed}.card-menu-wrap{position:relative;display:inline-block;margin-left:auto}.card-menu{position:absolute;right:0;top:calc(100% + 4px);background:var(--surface);border:1px solid var(--border);border-radius:10px;box-shadow:0 8px 24px #00000024;z-index:20;min-width:160px;padding:6px}.menu-item{display:block;width:100%;text-align:left;padding:8px 10px;border:0;background:none;color:var(--text);cursor:pointer;font-size:13px;border-radius:6px;text-decoration:none;box-sizing:border-box}.menu-item:hover{background:#f0f3f7}.menu-item.danger{color:#d1242f}.menu-item.danger:hover{background:#fdeeee}.group-select{padding:2px 6px;border-radius:6px;border:1px solid var(--border);font-size:12px;background:var(--surface);color:var(--text);max-width:160px}.table-wrap{overflow-x:auto;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.data-table{width:100%;border-collapse:collapse;font-size:14px}.data-table th,.data-table td{text-align:left;padding:12px 14px;border-bottom:1px solid var(--border);vertical-align:middle}.data-table th{color:var(--text-muted);font-weight:600;background:var(--surface-2)}.data-table tr:last-child td{border-bottom:none}.data-table .muted{color:var(--text-muted);font-size:12px}.row-actions{display:flex;gap:6px}.status-badge{display:inline-flex;align-items:center;gap:6px;padding:3px 10px;border-radius:999px;font-size:12px;font-weight:600}.status-badge .dot{width:8px;height:8px;border-radius:50%;background:currentColor}.st-active{background:var(--ok-weak);color:var(--ok)}.st-login{background:var(--danger-weak);color:var(--danger)}.st-provisioning{background:#fef3c7;color:var(--warn)}.st-created{background:var(--surface-2);color:var(--text-muted)}.st-suspended{background:#fef3c7;color:var(--warn)}.st-revoked{background:#f1f5f9;color:#94a3b8}.agent-hint{margin-top:14px;color:var(--warn);font-size:13px;text-align:center}.login-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg);padding:20px}.login-card{width:360px;max-width:100%;background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:28px;display:flex;flex-direction:column;gap:12px;box-shadow:0 12px 40px #00000014}.login-brand{font-size:20px;font-weight:700;text-align:center}.login-sub{color:var(--text-muted);text-align:center;margin:0 0 8px;font-size:14px}.login-card label,.dialog .fld{display:flex;flex-direction:column;gap:6px;font-size:13px;color:var(--text-muted)}.login-card input,.dialog .fld input{padding:10px 12px;border:1px solid var(--border);border-radius:8px;font:inherit;color:var(--text)}.login-card button{margin-top:6px;padding:11px;border-radius:8px;border:none;background:var(--primary);color:#fff;font-weight:600;cursor:pointer}.login-card button:disabled{opacity:.6}.login-error{background:var(--danger-weak);color:var(--danger);padding:8px 12px;border-radius:8px;font-size:13px}.dialog .fld{margin-bottom:10px;color:var(--text)}.pagination{display:flex;align-items:center;gap:12px;justify-content:center;margin-top:18px;color:var(--text-muted);font-size:14px}.pagination button{padding:6px 12px;border:1px solid var(--border);border-radius:8px;background:var(--surface);cursor:pointer}.pagination button:disabled{opacity:.5;cursor:not-allowed}.dialog-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;z-index:50}.dialog{background:var(--surface);border-radius:14px;padding:24px;width:420px;max-width:calc(100vw - 32px);box-shadow:0 20px 50px #00000040}.dialog h3{margin:0 0 8px}.dialog p{color:var(--text-muted);margin:0 0 16px}.dialog-meta{display:flex;gap:24px;padding:12px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin-bottom:16px}.dialog-meta .k{display:block;color:var(--text-muted);font-size:12px;margin-bottom:2px}.dialog-actions{display:flex;justify-content:flex-end;gap:10px}.ws-identity{display:flex;align-items:center;justify-content:space-between;gap:12px;background:var(--primary-weak);border:1px solid #c7d7fe;border-radius:var(--radius);padding:14px 18px;margin-bottom:16px}.ws-name{font-weight:700;font-size:18px}.ws-user{color:var(--primary);font-weight:600}.ws-tabs{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:18px;border-bottom:1px solid var(--border);padding-bottom:8px}.ws-tabs button{padding:8px 12px;border:none;background:none;cursor:pointer;color:var(--text-muted);border-radius:8px}.ws-tabs button.active{background:var(--surface-2);color:var(--text);font-weight:600}.vault{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:18px;margin-bottom:18px}.vault-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.vault-head h2{font-size:15px;margin:0 0 4px}.vault-head .muted{margin:0;font-size:12px;max-width:520px}.vault-badge{padding:3px 10px;border-radius:999px;font-size:12px;font-weight:600;white-space:nowrap}.vault-badge.has{background:var(--ok-weak);color:var(--ok)}.vault-badge.none{background:var(--surface-2);color:var(--text-muted)}.vault-actions{display:flex;gap:8px;margin-top:12px}.vault hr,.dialog hr{border:none;border-top:1px solid var(--border);margin:12px 0}.cred-row{display:flex;align-items:center;gap:10px;padding:8px 0;border-bottom:1px solid var(--border)}.cred-row .k{color:var(--text-muted);font-size:13px;width:90px;flex-shrink:0}.cred-row code{flex:1;font-family:ui-monospace,monospace;background:var(--surface-2);padding:6px 10px;border-radius:6px;overflow-x:auto}.cred-row code.totp{font-size:18px;letter-spacing:3px;color:var(--primary);font-weight:700}@media (max-width: 1100px){.header .meta.device{display:none}}.page-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.page-head-actions{flex:0 0 auto;display:flex;gap:8px}.filter-bar{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:14px}.chip{padding:5px 14px;border-radius:999px;border:1px solid var(--border);background:var(--surface);color:var(--text-muted);cursor:pointer;font-size:13px}.chip.active{border-color:var(--primary);background:var(--primary-weak);color:var(--primary);font-weight:600}.badge.badge-ok{background:var(--ok-weak);color:var(--ok)}.badge.badge-warn{background:#fef3c7;color:var(--warn)}.badge.badge-info{background:var(--primary-weak);color:var(--primary)}.badge.badge-muted{background:var(--surface-2);color:var(--text-muted)}.mini-select{padding:4px 8px;border-radius:6px;border:1px solid var(--border);background:var(--surface);color:var(--text);font-size:13px}.btn-danger,.btn-sm.btn-danger{border-color:var(--danger);background:var(--danger);color:#fff}.btn-sm.outline{background:var(--surface);color:var(--text);border-color:var(--border)}.due-overdue{color:var(--danger);font-weight:600}.card-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:14px}.info-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:14px;display:flex;flex-direction:column;gap:8px}.info-card .ic-head{display:flex;justify-content:space-between;align-items:center;gap:8px}.info-card .ic-body{font-size:14px;line-height:1.5;white-space:pre-wrap;word-break:break-word}.info-card .ic-actions{display:flex;gap:6px;flex-wrap:wrap;margin-top:4px}.stat-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;margin-bottom:18px}.stat-tile{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:14px 16px}.stat-tile .st-label{color:var(--text-muted);font-size:13px}.stat-tile .st-value{font-size:24px;font-weight:700;margin-top:4px}.stat-tile .st-delta.up{color:var(--ok);font-size:13px}.stat-tile .st-delta.down{color:var(--danger);font-size:13px}.cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.cal-dow{text-align:center;font-size:12px;color:var(--text-muted);padding:4px 0;font-weight:600}.cal-cell{min-height:76px;border:1px solid var(--border);border-radius:8px;padding:4px 6px;background:var(--surface);font-size:12px}.cal-cell.other{background:var(--surface-2);opacity:.5}.cal-cell.today{border-color:var(--primary)}.cal-cell .cal-day{font-weight:600;color:var(--text-muted)}.cal-ev{margin-top:3px;padding:2px 5px;border-radius:5px;background:var(--primary-weak);color:var(--primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cal-ev.draft{background:#fef3c7;color:var(--warn)}.perm-matrix td,.perm-matrix th{text-align:center}.perm-matrix td:first-child,.perm-matrix th:first-child{text-align:left}.settings-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:18px;margin-bottom:16px;max-width:560px}.settings-section h2{margin:0 0 12px;font-size:16px}.sync-note{display:flex;justify-content:space-between;align-items:center;gap:10px;background:#fef3c7;color:var(--warn);border:1px solid #fcd34d;border-radius:10px;padding:10px 14px;margin-bottom:14px;font-size:14px}.sync-note-x{background:none;border:none;color:inherit;cursor:pointer;font-size:14px;padding:2px 6px}.brand-logo{flex:0 0 auto;display:block}.login-brand{display:flex;align-items:center;justify-content:center;gap:10px}.login-brand img{display:block}.settings-section.mission-alert{border-color:var(--danger);background:var(--danger-weak)}
