*{box-sizing:border-box;margin:0;padding:0}body{color:#1a1a1a;background:#f5f5f4;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.view{display:none}.view.active{display:flex}#view-login{background:#f5f5f4;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:24px}.login-card{background:#fff;border:.5px solid #0000001a;border-radius:12px;width:100%;max-width:380px;padding:32px 28px}.brand-logo{align-items:center;gap:8px;display:flex}.brand-logo-img{object-fit:contain;border-radius:6px;flex-shrink:0;display:block}.brand-logo-name{color:#1a1a1a;letter-spacing:-.02em;font-size:13px;font-weight:500}.login-logo{margin-bottom:28px}.login-logo .brand-logo-name{font-size:16px}.login-h{color:#1a1a1a;letter-spacing:-.03em;margin-bottom:4px;font-size:20px;font-weight:500}.login-sub{color:#888;margin-bottom:24px;font-size:13px}.field{margin-bottom:14px}.field label{color:#555;margin-bottom:5px;font-size:12px;font-weight:500;display:block}.field input{color:#1a1a1a;background:#fff;border:.5px solid #0003;border-radius:6px;outline:none;width:100%;padding:9px 11px;font-size:13px;transition:border-color .15s}.field input:focus{border-color:#1a1a1a}.field input::placeholder{color:#bbb}.pw-wrap{width:100%;position:relative}.pw-wrap input{box-sizing:border-box;width:100%;padding-right:36px}.pw-toggle{cursor:pointer;color:#aaa;align-items:center;display:flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.field-row{justify-content:space-between;align-items:center;margin-bottom:5px;display:flex}.field-row label{margin-bottom:0}.forgot{color:#aaa;cursor:pointer;text-underline-offset:2px;font-size:11px;text-decoration:underline}.login-btn{color:#fff;cursor:pointer;background:#1a1a1a;border:none;border-radius:6px;width:100%;margin-top:4px;padding:10px;font-size:13px;font-weight:500;transition:opacity .15s}.login-btn:hover{opacity:.85}.login-btn:disabled{opacity:.6;cursor:not-allowed}.divider{color:#ccc;align-items:center;gap:10px;margin:16px 0;font-size:11px;display:flex}.divider:before,.divider:after{content:"";background:#e5e5e5;flex:1;height:.5px}.social-row{grid-template-columns:1fr 1fr;gap:8px;display:grid}.social-btn{color:#555;cursor:pointer;background:#fff;border:.5px solid #00000026;border-radius:6px;justify-content:center;align-items:center;gap:6px;padding:8px;font-size:12px;transition:background .15s;display:flex}.social-btn:hover{background:#f5f5f4}.login-footer{text-align:center;color:#aaa;margin-top:20px;font-size:12px}.login-footer a{color:#1a1a1a;text-underline-offset:2px;cursor:pointer;text-decoration:underline}.error-msg{color:#dc2626;margin-top:4px;font-size:11px}.shake{animation:.3s shake}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-6px)}75%{transform:translate(6px)}}#view-dash{background:#f5f5f4;flex-direction:column;min-height:100vh}.topbar{z-index:100;background:#fff;border-bottom:.5px solid #0000001a;align-items:center;gap:10px;height:52px;padding:0 16px;display:flex;position:sticky;top:0}.menu-btn{cursor:pointer;background:#fff;border:.5px solid #0000001a;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:none}.topbar-logo{align-items:center;display:none}.topbar-title{color:#1a1a1a;flex:1;font-size:14px;font-weight:500}.search-box{background:#f5f5f4;border:.5px solid #0000001a;border-radius:6px;align-items:center;gap:6px;width:200px;padding:5px 10px;display:flex}.search-box input{color:#1a1a1a;background:0 0;border:none;outline:none;width:100%;font-size:12px}.search-box input::placeholder{color:#bbb}.topbar-actions{align-items:center;gap:6px;display:flex}.icon-btn{cursor:pointer;color:#555;background:#fff;border:.5px solid #0000001a;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:relative}.notif-dot:after{content:"";background:#ef4444;border:1.5px solid #fff;border-radius:50%;width:5px;height:5px;position:absolute;top:6px;right:6px}.btn{cursor:pointer;color:#1a1a1a;white-space:nowrap;background:#fff;border:.5px solid #00000026;border-radius:6px;align-items:center;gap:5px;padding:6px 12px;font-size:12px;font-weight:500;display:flex}.btn-primary{color:#fff;background:#1a1a1a;border-color:#1a1a1a}.btn-danger{color:#fff;background:#b91c1c;border-color:#b91c1c}.btn-danger:hover:not(:disabled){background:#991b1b;border-color:#991b1b}.btn:disabled{opacity:.55;cursor:not-allowed}.confirm-modal{max-width:420px}.confirm-modal-header{align-items:flex-start;gap:12px;padding:16px 18px;display:flex}.confirm-modal-icon{color:#b91c1c;background:#fef2f2;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.confirm-modal-header-text{flex:1;min-width:0}.confirm-modal-header-text h2{margin:0;font-size:15px;font-weight:600}.confirm-modal-message{color:#666;margin:8px 0 0;font-size:12px;line-height:1.45}.confirm-modal-footer{justify-content:flex-end;gap:8px;padding:0 18px 16px;display:flex}.dash-layout{flex:1;grid-template-columns:200px 1fr;display:grid}.sidebar{background:#fff;border-right:.5px solid #0000001a;flex-direction:column;transition:transform .25s;display:flex}.sidebar-logo{border-bottom:.5px solid #0000001a;padding:16px 16px 12px}.nav{flex:1;padding:10px 8px;overflow-y:auto}.nav-section{color:#aaa;text-transform:uppercase;letter-spacing:.08em;padding:8px 8px 4px;font-size:10px;font-weight:500}.nav-item{cursor:pointer;color:#555;text-align:left;background:0 0;border:none;border-radius:6px;align-items:center;gap:8px;width:100%;margin-bottom:1px;padding:7px 8px;font-family:inherit;font-size:13px;transition:background .15s;display:flex}.nav-item:hover{background:#f5f5f4}.nav-item.active{color:#fff;background:#1a1a1a}.nav-item svg{color:#aaa;flex-shrink:0}.nav-item.active svg{color:#fff}.nav-badge{color:#666;background:#00000012;border-radius:10px;margin-left:auto;padding:1px 6px;font-size:10px;font-weight:500}.nav-item.active .nav-badge{color:#fff;background:#fff3}.sidebar-footer{border-top:.5px solid #0000001a;padding:12px 8px}.avatar-row{align-items:center;gap:8px;padding:6px 8px;display:flex}.avatar{color:#1a1a1a;background:#e5e5e5;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:11px;font-weight:500;display:flex}.avatar-name{color:#1a1a1a;white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:500;overflow:hidden}.avatar-role{color:#aaa;font-size:11px}.sidebar-overlay{z-index:200;background:#00000059;display:none;position:fixed;inset:0}.sidebar-overlay.open{display:block}.main-content{flex-direction:column;display:flex;overflow-y:auto}.content{flex-direction:column;flex:1;gap:12px;padding:14px 16px;display:flex}.dashboard-layout{flex-wrap:wrap;align-items:flex-start;gap:12px;display:flex}.dashboard-overview{flex:none;width:100%;max-width:420px}.dashboard-main{flex:0 auto;width:100%;min-width:0;max-width:640px}.dashboard-simple{max-width:420px}.dashboard-report{max-width:640px}.dashboard-report-header{padding:18px 20px 0}.dashboard-report-title{letter-spacing:-.02em;color:#1a1a1a;margin:0;font-size:16px;font-weight:600;line-height:1.3}.dashboard-report-filters{flex-direction:column;gap:14px;padding:0 20px 16px;display:flex}.dashboard-report-submit{margin-top:2px}.dashboard-report-error{padding:0 20px 16px}.dashboard-report-result{background:#fff;border-top:1px solid #dbe4ef;padding:0 20px 22px}.dashboard-stat-body{text-align:center;padding:8px 20px 24px}.dashboard-stat-list{flex-direction:column;display:flex}.dashboard-stat-item{padding:20px 0}.dashboard-stat-item+.dashboard-stat-item{border-top:.5px solid #0000001a}.dashboard-stat-value{letter-spacing:-.04em;color:#1a1a1a;margin:0 0 6px;font-size:48px;font-weight:600;line-height:1}.dashboard-stat-label{color:#1a1a1a;margin:0;font-size:14px;font-weight:500}.dashboard-stat-hint{color:#888;margin:14px 0 0;font-size:11px}.dashboard-simple-muted,.dashboard-simple-error{padding:12px 0;font-size:12px}.dashboard-simple-error{color:#dc2626;margin-bottom:8px}.metrics{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.metric-card{background:#fff;border:.5px solid #0000001a;border-radius:8px;padding:12px 14px}.metric-label{color:#aaa;justify-content:space-between;align-items:center;margin-bottom:5px;font-size:11px;display:flex}.metric-value{color:#1a1a1a;letter-spacing:-.03em;font-size:21px;font-weight:500;line-height:1}.metric-delta{align-items:center;gap:2px;margin-top:5px;font-size:11px;display:flex}.delta-up{color:#16a34a}.delta-down{color:#dc2626}.mid-row{grid-template-columns:1fr 260px;gap:12px;display:grid}.panel{background:#fff;border:.5px solid #0000001a;border-radius:8px;overflow:hidden}.panel-header{border-bottom:.5px solid #00000014;justify-content:space-between;align-items:center;padding:11px 14px;display:flex}.panel-title{color:#1a1a1a;font-size:13px;font-weight:500}.panel-action{color:#aaa;cursor:pointer;align-items:center;gap:3px;font-size:11px;display:flex}.user-table{border-collapse:separate;border-spacing:0;width:100%}.user-table thead th{color:#1e3a5f;text-align:left;white-space:nowrap;background:linear-gradient(#e8f1fb 0%,#dfeaf8 100%);border-bottom:1px solid #c9d9ee;border-right:1.5px solid #a8bfd9;padding:10px 14px;font-size:11px;font-weight:600}.user-table thead th:last-child{border-right:none}.user-table td{color:#1a1a1a;border-bottom:1px solid #eef2f6;border-right:1.5px solid #c5d0dc;padding:10px 14px;font-size:12px}.user-table td:last-child{border-right:none}.user-table tr:last-child td{border-bottom:none}.user-table tr:hover td{background:#f8fbff}.ttsh-row-actions{justify-content:center;align-items:center;gap:6px;display:flex}.u-name{align-items:center;gap:7px;display:flex}.u-av{color:#555;background:#f0f0f0;border:.5px solid #00000014;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:10px;font-weight:500;display:flex}.u-email{color:#aaa;font-size:11px}.badge{white-space:nowrap;border-radius:4px;align-items:center;padding:2px 7px;font-size:11px;font-weight:500;display:inline-flex}.badge-active{color:#15803d;background:#dcfce7}.badge-inactive{color:#64748b;background:#f1f5f9}.badge-pending{color:#854d0e;background:#fef9c3}.badge-blocked{color:#b91c1c;background:#fee2e2}.role-tag{color:#888;white-space:nowrap;background:#f5f5f4;border-radius:3px;padding:2px 6px;font-size:11px}.right-panels{flex-direction:column;gap:12px;display:flex}.chart-wrap{padding:12px 14px}.bar-row{align-items:center;gap:8px;margin-bottom:9px;display:flex}.bar-label{color:#555;text-align:right;flex-shrink:0;width:62px;font-size:11px}.bar-track{background:#f0f0f0;border-radius:3px;flex:1;height:5px;overflow:hidden}.bar-fill{background:#1a1a1a;border-radius:3px;height:100%}.bar-val{color:#aaa;text-align:right;flex-shrink:0;width:30px;font-size:11px}.spark{align-items:flex-end;gap:2px;height:28px;margin-top:6px;display:flex}.spark-bar{background:#e5e5e5;border-radius:2px 2px 0 0;flex:1}.spark-bar.hi{background:#1a1a1a}.activity-item{border-bottom:.5px solid #0000000f;align-items:flex-start;gap:9px;padding:9px 14px;display:flex}.activity-item:last-child{border-bottom:none}.act-dot{background:#1a1a1a;border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:4px}.act-dot.warn{background:#f59e0b}.act-dot.danger{background:#ef4444}.act-dot.info{background:#6366f1}.act-text{color:#1a1a1a;font-size:12px;line-height:1.4}.act-time{color:#aaa;margin-top:2px;font-size:11px}.pagination{border-top:.5px solid #00000014;align-items:center;gap:4px;padding:9px 14px;display:flex}.page-btn{cursor:pointer;color:#555;background:#fff;border:.5px solid #0000001a;border-radius:4px;justify-content:center;align-items:center;width:26px;height:26px;font-size:11px;display:flex}.page-btn.active{color:#fff;background:#1a1a1a;border-color:#1a1a1a}.panel-actions{gap:6px;display:flex}.btn-sm{padding:4px 8px;font-size:11px}.muted-cell{color:#aaa;font-size:11px}.spark-section{border-top:.5px solid #00000014;margin-top:4px;padding-top:8px}.spark-label{color:#aaa;margin-bottom:4px;font-size:11px}.avatar-info{flex:1;min-width:0}.panel-subtitle{color:#aaa;margin-top:3px;font-size:11px;font-weight:400}.ttsh-panel .panel-header{align-items:flex-start}.ttsh-panel .ttsh-table-wrap{margin:0 14px 14px}.ttsh-table-wrap{background:#fff;border:1px solid #dbe4ef;border-radius:12px;overflow-x:auto;box-shadow:0 1px 2px #1e3a5f0a,0 6px 20px #1e3a5f0f}.ttsh-table{border-collapse:separate;border-spacing:0;width:100%;min-width:1240px}.ttsh-table thead th{color:#1e3a5f;text-align:center;white-space:nowrap;background:linear-gradient(#e8f1fb 0%,#dfeaf8 100%);border-bottom:1px solid #c9d9ee;border-right:1.5px solid #a8bfd9;padding:10px;font-size:11px;font-weight:600}.ttsh-table thead th:last-child{border-right:none}.ttsh-table thead tr:first-child th{border-top:none}.ttsh-table thead tr:last-child th{border-bottom:1px solid #c9d9ee}.ttsh-table th.sub{color:#4b6b8c;font-size:10px;font-weight:500}.ttsh-table th.pass-h,.ttsh-table td.pass{color:#15803d;font-weight:600}.ttsh-table th.fail-h,.ttsh-table td.fail{color:#dc2626;font-weight:600}.ttsh-table td{color:#1a1a1a;text-align:center;vertical-align:middle;background:#fff;border-bottom:1px solid #eef2f6;border-right:1.5px solid #c5d0dc;padding:10px;font-size:12px}.ttsh-table td:last-child{border-right:none}.ttsh-table td.ttsh-cell-name{text-align:left;color:#1e293b;min-width:148px;font-weight:600}.ttsh-table td.ttsh-cell-csdt{text-align:left;color:#334155;vertical-align:middle;min-width:132px;font-weight:500}.ttsh-table td.muted-cell{color:#94a3b8;font-size:11px}.ttsh-table td.ttsh-cell-date{color:#1e293b;font-variant-numeric:tabular-nums;vertical-align:middle;font-size:12px;font-weight:600}.ttsh-table tr.ttsh-row-data:hover td{background:#f8fbff}.ttsh-table tr.ttsh-row-total td{background:#eef4fc;border-top:1px solid #c9d9ee;border-bottom:1px solid #d4e3f4;font-weight:600}.ttsh-group-head td{background:#faf8f5;border-top:1px solid #ebe6df;border-bottom:1px solid #ebe6df;text-align:left!important;padding:0!important}.ttsh-group:first-child .ttsh-group-head td{border-top:none}.ttsh-group-head-inner{justify-content:space-between;align-items:center;gap:12px;padding:11px 14px;display:flex}.ttsh-group-head-grand td{background:linear-gradient(#dbeafe 0%,#cfe0fb 100%);border-top:1px solid #bfdbfe;border-bottom:1px solid #bfdbfe}.ttsh-group-head-grand .ttsh-group-title{color:#1e40af}.ttsh-group-head-grand .ttsh-group-meta{color:#2563eb}.ttsh-group-title{color:#1e293b;font-size:13px;font-weight:600}.ttsh-group-meta{color:#3b82f6;font-size:11px;font-weight:500}.ttsh-group-grand .ttsh-row-total td{background:#dbeafe;border-top:1px solid #93c5fd}.ttsh-total-tag{color:#1d4ed8;background:#dbeafe;border-radius:999px;padding:4px 12px;font-size:11px;font-weight:600;display:inline-block}.ttsh-license-badge{letter-spacing:.02em;border-radius:999px;justify-content:center;align-items:center;min-width:28px;padding:3px 10px;font-size:11px;font-weight:600;display:inline-flex}.ttsh-license-badge--b{color:#1d4ed8;background:#dbeafe}.ttsh-license-badge--c{color:#b45309;background:#fef3c7}.ttsh-license-badge--a{color:#047857;background:#d1fae5}.ttsh-license-badge:not(.ttsh-license-badge--a):not(.ttsh-license-badge--b):not(.ttsh-license-badge--c){color:#475569;background:#f1f5f9}.ttsh-table .num{text-align:center;font-variant-numeric:tabular-nums;font-weight:500}.ttsh-table .col-actions{text-align:center;width:80px}.ttsh-action-btn{cursor:pointer;color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;margin:0 2px;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.ttsh-action-btn:hover{color:#334155;background:#f8fafc;border-color:#cbd5e1}.ttsh-action-btn.danger{color:#dc2626;border-color:#fecaca}.ttsh-action-btn.danger:hover{background:#fef2f2;border-color:#fca5a5}.ttsh-alert{color:#dc2626;border-bottom:.5px solid #00000014;padding:10px 14px;font-size:12px}.modal-overlay{z-index:400;background:#0006;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.modal-card{background:#fff;border:.5px solid #0000001f;border-radius:10px;width:100%;max-width:560px;max-height:90vh;overflow:auto}.modal-header{border-bottom:.5px solid #00000014;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.modal-header h2{font-size:15px;font-weight:500}.ttsh-form{flex-direction:column;gap:10px;padding:14px 16px;display:flex}.ttsh-form label{color:#555;flex-direction:column;gap:4px;font-size:11px;font-weight:500;display:flex}.ttsh-form input,.ttsh-form select{border:.5px solid #0003;border-radius:6px;padding:7px 9px;font-size:12px}.ttsh-form label.field-error input,.ttsh-form label.field-error select{border-color:#c0392b}.ttsh-form .field-error-msg{color:#c0392b;font-size:11px;font-weight:400;line-height:1.35}.ttsh-form-hint{color:#475569;margin:0;font-size:11px;font-weight:500;line-height:1.45}.ttsh-form-row{gap:8px;display:grid}.ttsh-form-row-2{grid-template-columns:1fr 1fr}.ttsh-form-row-3{grid-template-columns:repeat(3,1fr)}.ttsh-form-block{border:.5px solid #0000001a;border-radius:6px;padding:8px 10px}.ttsh-form-block legend{color:#888;padding:0 4px;font-size:11px;font-weight:500}.ttsh-modal--wide{max-width:640px}.ttsh-modal--profile{max-width:720px}.ttsh-form textarea{resize:vertical;border:.5px solid #0003;border-radius:6px;min-height:72px;padding:7px 9px;font-family:inherit;font-size:12px;line-height:1.45}.center-profile-license-field{flex-direction:column;gap:8px;display:flex}.center-profile-license-grid{flex-wrap:wrap;gap:6px;display:flex}.center-profile-license-chip{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:6px;justify-content:center;align-items:center;min-width:36px;padding:5px 10px;font-size:11px;font-weight:500;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.center-profile-license-chip:hover{background:#f8fafc;border-color:#cbd5e1}.center-profile-license-chip.selected{color:#1e40af;background:#dbeafe;border-color:#93c5fd}.ttsh-exam-create-panel{width:100%}.ttsh-exam-create-header{align-items:flex-start!important}.ttsh-exam-create-header-left{align-items:flex-start;gap:12px;display:flex}.ttsh-back-btn{flex-shrink:0;align-items:center;gap:4px;margin-top:2px;display:inline-flex}.ttsh-exam-create-form{padding:16px 18px 18px}.ttsh-exam-create-grid{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.ttsh-nested-form{gap:14px}.ttsh-nested-root{background:linear-gradient(#f8fafc 0%,#fff 100%);border:.5px solid #0000001a;border-radius:10px;padding:12px 14px}.ttsh-nested-root-label{color:#475569;text-transform:uppercase;letter-spacing:.04em;margin:0 0 8px;font-size:11px;font-weight:600}.ttsh-nested-root-grid{grid-template-columns:repeat(2,minmax(180px,280px));margin-bottom:6px}.ttsh-nested-tree{flex-direction:column;gap:14px;display:flex}.ttsh-nested-csdt{background:#fff;border:1px solid #dbe4ef;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #1e3a5f0d}.ttsh-nested-csdt-head{background:linear-gradient(#eef4fc 0%,#e8f1fb 100%);border-bottom:1px solid #dbe4ef;justify-content:space-between;align-items:flex-end;gap:10px;padding:12px 14px;display:flex}.ttsh-nested-csdt-title{flex:1;grid-template-columns:auto minmax(200px,1fr);align-items:end;column-gap:12px;min-width:0;display:grid}.ttsh-nested-csdt-title label{grid-column:2;min-width:0}.ttsh-nested-badge{color:#1e40af;white-space:nowrap;background:#dbeafe;border-radius:999px;align-self:end;align-items:center;height:31px;padding:0 10px;font-size:10px;font-weight:600;display:inline-flex}.ttsh-nested-sessions{flex-direction:column;gap:12px;padding:12px 14px 14px;display:flex}.ttsh-nested-session{background:#fafbfc;border:.5px solid #0000001a;border-radius:10px;padding:10px 12px}.ttsh-nested-session-head{justify-content:space-between;align-items:flex-end;gap:10px;margin-bottom:8px;display:flex}.ttsh-nested-session-head label{min-width:140px;margin:0}.ttsh-nested-session-head .btn{flex-shrink:0;margin-bottom:0}.ttsh-nested-hint{margin:0 0 6px}.ttsh-nested-table-scroll{background:#fff;border:1px solid #eef2f6;border-radius:8px;overflow-x:auto}.ttsh-nested-table{border-collapse:separate;border-spacing:0;width:100%;min-width:1180px}.ttsh-nested-table thead th{color:#1e3a5f;text-align:center;white-space:nowrap;background:#f1f5f9;border-bottom:1px solid #dbe4ef;border-right:1px solid #e2e8f0;padding:8px 6px;font-size:10px;font-weight:600}.ttsh-nested-table thead th:last-child{border-right:none}.ttsh-nested-table th.sub{color:#64748b;font-size:9px;font-weight:500}.ttsh-nested-table th.pass-h,.ttsh-nested-table td.pass input{color:#15803d}.ttsh-nested-table th.fail-h,.ttsh-nested-table td.fail input{color:#dc2626}.ttsh-nested-table td{vertical-align:top;border-bottom:1px solid #f1f5f9;border-right:1px solid #f1f5f9;padding:6px;font-size:11px}.ttsh-nested-table td:last-child{text-align:center;border-right:none}.ttsh-nested-table tr:last-child td{border-bottom:none}.ttsh-nested-table tr.ttsh-nested-row-error td{background:#fef2f2}.ttsh-nested-table select,.ttsh-nested-table input{background:#fff;border:.5px solid #0000002e;border-radius:5px;width:100%;min-width:52px;padding:5px 6px;font-size:11px}.ttsh-nested-table td:first-child select{min-width:72px}.ttsh-nested-table .field-error-msg{white-space:normal;max-width:120px;margin-top:3px;font-size:10px;line-height:1.3;display:block}.ttsh-nested-add-row,.ttsh-nested-add-session,.ttsh-nested-add-csdt{align-self:flex-start;align-items:center;gap:6px;margin-top:8px;display:inline-flex}.ttsh-nested-add-csdt{margin-top:0}.ttsh-nested-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.ttsh-nested-summary{color:#475569;font-size:12px;font-weight:500}.ttsh-nested-footer-actions{gap:8px;display:flex}.ttsh-exam-create-footer{border-top:.5px solid #00000014;margin-top:4px;padding-top:12px}.ttsh-precheck-banner{border-radius:8px;padding:10px 14px;font-size:12px;font-weight:500;line-height:1.45}.ttsh-precheck-banner--ok{color:#166534;background:#ecfdf5;border:1px solid #bbf7d0}.ttsh-precheck-banner--fail{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}@media (width<=900px){.ttsh-exam-create-grid{grid-template-columns:repeat(2,1fr)}.ttsh-nested-root-grid{grid-template-columns:1fr}}@media (width<=560px){.ttsh-exam-create-grid{grid-template-columns:1fr}}.ttsh-license-entry{background:#fafafa;border:.5px solid #0000001f;border-radius:8px;flex-direction:column;gap:8px;padding:10px 12px;display:flex}.ttsh-license-entry-header{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.ttsh-license-entry-header label{flex:1}.btn-add-license{align-self:flex-start;align-items:center;gap:6px;display:inline-flex}.ttsh-check{align-items:center;gap:6px;padding-top:18px;flex-direction:row!important}.modal-footer{justify-content:flex-end;gap:8px;padding-top:4px;display:flex}.ttsh-toolbar{border-bottom:.5px solid #00000014;flex-wrap:wrap;align-items:flex-end;gap:10px;padding:10px 14px;display:flex}.system-logs-panel .panel-header{align-items:flex-start}.system-logs-table-wrap{overflow-x:auto}.system-logs-table{table-layout:fixed;width:100%;min-width:960px}.system-logs-table th,.system-logs-table td{vertical-align:top;overflow:hidden}.system-logs-table th:first-child,.system-logs-table td.system-logs-time{width:128px}.system-logs-table th:nth-child(2){width:140px}.system-logs-table th:nth-child(3){width:108px}.system-logs-table th:nth-child(4){width:88px}.system-logs-table th:nth-child(5){width:96px}.system-logs-table th:nth-child(6){width:140px}.system-logs-table th:nth-child(7){width:auto}.system-logs-table th:nth-child(8),.system-logs-table td.system-logs-ip{width:116px}.system-logs-table td:not(.system-logs-desc){white-space:nowrap;text-overflow:ellipsis}.system-logs-desc{white-space:normal;word-break:break-word;overflow-wrap:anywhere;line-height:1.45}.system-logs-time{font-variant-numeric:tabular-nums;color:#666;white-space:nowrap}.system-logs-ip{color:#888;white-space:nowrap;text-overflow:ellipsis;font-size:11px}.system-logs-action{font-weight:500}.system-logs-row-clickable{cursor:pointer}.system-logs-row-clickable:hover td{background:#f5f5f4}.audit-log-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f0f0f73}.audit-log-detail-modal{border-radius:14px;flex-direction:column;width:calc(100% - 32px);max-width:720px;max-height:90vh;display:flex}.audit-log-detail-header{border-bottom:.5px solid #00000014;justify-content:space-between;align-items:flex-start;gap:12px;padding:16px 18px;display:flex}.audit-log-detail-header h2{margin:0;font-size:15px;font-weight:600}.audit-log-detail-eyebrow{text-transform:uppercase;letter-spacing:.06em;color:#888;margin-bottom:4px;font-size:10px;font-weight:600;display:block}.audit-log-detail-body{flex-direction:column;flex:1;gap:16px;padding:14px 18px;display:flex;overflow:auto}.audit-log-detail-grid{grid-template-columns:1fr 1fr;gap:8px 16px;display:grid}.audit-log-detail-row{flex-direction:column;gap:2px;display:flex}.audit-log-detail-label{color:#888;text-transform:uppercase;letter-spacing:.04em;font-size:10px;font-weight:600}.audit-log-detail-value{color:#1a1a1a;word-break:break-word;font-size:12px}.audit-log-detail-payload h3{margin:0 0 6px;font-size:12px;font-weight:600}.audit-log-detail-hint{color:#888;margin:0 0 8px;font-size:11px}.audit-log-detail-json{color:#e5e5e5;white-space:pre-wrap;word-break:break-word;background:#1a1a1a;border-radius:8px;max-height:360px;margin:0;padding:12px;font-size:11px;line-height:1.45;overflow:auto}@media (width<=600px){.audit-log-detail-grid{grid-template-columns:1fr}}.ttsh-filter{flex-direction:column;gap:4px;min-width:220px;display:flex}.ttsh-filter-label{color:#888;font-size:11px;font-weight:500}.ttsh-filter select,.ttsh-filter input[type=search]{background:#fff;border:.5px solid #0003;border-radius:6px;min-width:220px;padding:7px 10px;font-size:12px}.ttsh-users-panel .panel-header{align-items:flex-start}.ttsh-users-table-wrap{overflow-x:auto}.ttsh-users-center{white-space:normal;max-width:220px;font-size:11px}.user-table .col-actions{text-align:center;width:72px}.btn-icon{min-width:auto;padding:4px 8px}.profile-panel{max-width:520px}.profile-readonly{background:#fafafa;border:.5px solid #00000014;border-radius:8px;gap:8px;margin-bottom:20px;padding:12px 14px;font-size:12px;display:grid}.profile-readonly-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.profile-readonly-label{color:#888}.profile-form{margin-top:4px}.profile-password-fieldset{border:.5px solid #0000001a;border-radius:8px;margin:0;padding:12px 14px}.profile-password-fieldset legend{color:#888;padding:0 4px;font-size:11px}.profile-form-actions{margin-top:8px}.ttsh-empty,.ttsh-empty-msg{text-align:center;color:#64748b;background:#f8fafc;border:1px dashed #dbe4ef;border-radius:12px;margin:0 14px 14px;padding:32px 14px;font-size:12px}.panel-error{color:#dc2626;background:#fef2f2;border:1px solid #dc262640;border-radius:12px;margin:0 14px 14px;padding:10px 14px;font-size:12px}.ttsh-report-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);overscroll-behavior:contain;background:#0f0f0f73;overflow:hidden}.ttsh-report-modal{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;border:.5px solid #00000014;border-radius:14px;flex-direction:column;max-width:640px;max-height:min(90vh,100dvh - 32px);display:flex;overflow:hidden auto;box-shadow:0 24px 48px -12px #0000002e,inset 0 0 0 1px #fff9}.ttsh-report-header{z-index:2;background:linear-gradient(#fafafa 0%,#fff 100%);border-bottom:.5px solid #0000000f;flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:12px;padding:18px 20px 16px;display:flex;position:sticky;top:0}.ttsh-report-header h2{letter-spacing:-.02em;color:#1a1a1a;font-size:16px;font-weight:600;line-height:1.3}.ttsh-report-eyebrow{text-transform:uppercase;letter-spacing:.06em;color:#475569;margin-bottom:4px;font-size:10px;font-weight:700;display:block}.ttsh-report-body{flex-direction:column;gap:18px;padding:16px 20px;display:flex}.ttsh-report-section{flex-direction:column;gap:10px;display:flex}.ttsh-report-section-title{color:#444;align-items:center;gap:6px;margin:0;font-size:12px;font-weight:600;display:flex}.ttsh-report-date-range{background:#f5f5f4;border:.5px solid #0000000f;border-radius:10px;align-items:flex-end;gap:10px;padding:12px 14px;display:flex}.ttsh-report-date-hint{color:#475569;margin:0;font-size:11px;font-weight:500}.ttsh-report-date-range label{color:#334155;flex-direction:column;flex:1;gap:5px;font-size:12px;font-weight:600;display:flex}.ttsh-report-date-range input{background:#fff;border:.5px solid #00000024;border-radius:8px;width:100%;padding:8px 10px;font-size:12px}.ttsh-report-date-range input:focus{border-color:#1a1a1a;outline:none}.ttsh-report-date-sep{color:#bbb;flex-shrink:0;padding-bottom:10px;font-size:14px}.ttsh-report-toggle-all{color:#444;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:10px;width:fit-content;font-size:12px;font-weight:500;display:inline-flex}.ttsh-report-toggle-all input{opacity:0;pointer-events:none;position:absolute}.ttsh-report-toggle-track{background:#e5e5e5;border-radius:20px;flex-shrink:0;width:36px;height:20px;transition:background .2s;position:relative}.ttsh-report-toggle-track:after{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .2s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #0003}.ttsh-report-toggle-all.is-on .ttsh-report-toggle-track{background:#1a1a1a}.ttsh-report-toggle-all.is-on .ttsh-report-toggle-track:after{transform:translate(16px)}.ttsh-report-center-grid{flex-wrap:wrap;gap:6px;max-height:140px;padding:2px 0;display:flex;overflow-y:auto}.ttsh-report-center-pill{color:#555;cursor:pointer;background:#fff;border:1.5px solid #0000001a;border-radius:20px;padding:6px 12px;font-family:inherit;font-size:11px;font-weight:500;transition:all .15s}.ttsh-report-center-pill:hover{color:#1a1a1a;border-color:#0003}.ttsh-report-center-pill.is-on{color:#fff;background:#1a1a1a;border-color:#1a1a1a}.ttsh-report-footer{padding:0 20px 18px}.ttsh-report-submit{color:#fff;cursor:pointer;background:#1a1a1a;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;padding:11px 16px;font-family:inherit;font-size:13px;font-weight:600;transition:background .15s,transform .1s;display:flex}.ttsh-report-submit:hover:not(:disabled){background:#333}.ttsh-report-submit:active:not(:disabled){transform:scale(.99)}.ttsh-report-submit:disabled{opacity:.55;cursor:not-allowed}.ttsh-report-result{background:#fff;border-top:1px solid #dbe4ef;padding:0 20px 22px}.ttsh-report-result-head{justify-content:space-between;align-items:center;gap:16px;padding:16px 0 14px;display:flex}.ttsh-report-result-head-text{flex:1;min-width:0}.ttsh-report-download-group{flex-wrap:wrap;flex-shrink:0;justify-content:flex-end;align-items:center;gap:8px;display:flex}.ttsh-report-format-label{color:#64748b;white-space:nowrap;font-size:12px;font-weight:600}.ttsh-report-format-select{color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:8px;min-width:148px;height:32px;padding:0 28px 0 10px;font-size:12px;font-weight:600;line-height:32px}.ttsh-report-download-group .btn{height:32px;padding:0 10px}.ttsh-report-download{flex-shrink:0}.ttsh-report-download-csv{color:#475569;justify-content:center;min-width:52px}.ttsh-report-meta{color:#0f172a;font-variant-numeric:tabular-nums;margin:0;font-size:13px;font-weight:700}.ttsh-report-meta-sub{color:#334155;margin:5px 0 0;font-size:12px;font-weight:500}.ttsh-report-stats{grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:16px;display:grid}.ttsh-report-stat{text-align:center;background:#fff;border:1px solid #cbd5e1;border-radius:10px;padding:14px 12px}.ttsh-report-stat-value{letter-spacing:-.03em;color:#0f172a;font-variant-numeric:tabular-nums;font-size:20px;font-weight:700;display:block}.ttsh-report-stat-value--pass{color:#15803d}.ttsh-report-stat-label{color:#334155;margin-top:6px;font-size:12px;font-weight:600;display:block}.ttsh-report-table-wrap{background:#fff;border:1px solid #cbd5e1;border-radius:10px;overflow-x:auto;box-shadow:0 1px 2px #0f172a0a}.ttsh-report-table{border-collapse:separate;border-spacing:0;width:100%;font-size:13px}.ttsh-report-table th,.ttsh-report-table td{border-bottom:1px solid #e2e8f0;border-right:1.5px solid #c5d0dc;padding:11px 14px}.ttsh-report-table th:last-child,.ttsh-report-table td:last-child{border-right:none}.ttsh-report-table thead th{color:#1e3a5f;text-align:center;background:linear-gradient(#e8f1fb 0%,#dfeaf8 100%);font-size:12px;font-weight:700}.ttsh-report-table .ttsh-report-th-label{width:42%}.ttsh-report-table tbody tr:last-child td{border-bottom:none}.ttsh-report-table tbody tr:hover td{background:#f8fafc}.ttsh-report-row-head td{color:#0f172a;background:#eef4fc;font-weight:700}.ttsh-report-row-head .ttsh-report-label{color:#0f172a;font-weight:700}.ttsh-report-row-rate td{color:#334155;background:#f8fafc;font-size:12px;font-weight:600}.ttsh-report-row-rate .ttsh-report-label{color:#475569;font-weight:600}.ttsh-report-row-rate .num{color:#1e293b;font-weight:700}.ttsh-report-table td.num{text-align:right;font-variant-numeric:tabular-nums;color:#0f172a;font-weight:600}.ttsh-report-table td.ttsh-report-label{text-align:left;color:#1e293b;font-weight:600}@media (width<=560px){.ttsh-report-date-range{flex-direction:column;align-items:stretch}.ttsh-report-date-sep{display:none}.ttsh-report-stats{grid-template-columns:1fr}}.ttsh-centers-panel{margin-bottom:0}.ttsh-centers-list{flex-wrap:wrap;gap:8px;padding:12px 14px;display:flex}.ttsh-center-chip{background:#f5f5f4;border:.5px solid #0000001a;border-radius:6px;align-items:center;gap:4px;padding:4px 8px 4px 4px;font-size:12px;display:inline-flex}.ttsh-center-chip.active{background:#fff;border-color:#1a1a1a;box-shadow:0 0 0 1px #1a1a1a}.ttsh-center-chip-name{color:#1a1a1a;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:4px;flex-direction:column;align-items:flex-start;gap:2px;padding:4px 6px;font-size:12px;display:flex}.ttsh-center-chip-title{font-weight:500;line-height:1.3}.ttsh-center-chip-meta{color:#64748b;font-size:10px;font-weight:400;line-height:1.25}.ttsh-center-chip-name:hover{background:#0000000d}.center-registry-panel .panel-header{align-items:flex-start}.center-registry-detail-header{border-bottom:none;flex-wrap:wrap;justify-content:space-between;gap:12px;padding-bottom:0}.center-registry-panel:has(.center-profile-detail) .panel-header{border-bottom:.5px solid #0000000f}.center-registry-filters{border-bottom:.5px solid #0000000f;flex-wrap:wrap;gap:8px;padding:0 14px 12px;display:flex}.center-registry-filter{color:#475569;cursor:pointer;background:#fff;border:.5px solid #00000024;border-radius:999px;align-items:center;padding:6px 12px;font-size:11px;font-weight:500;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.center-registry-filter:hover{background:#f8fafc;border-color:#cbd5e1}.center-registry-filter.active{color:#1e40af;background:#eff6ff;border-color:#93c5fd}.center-registry-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:10px;padding:14px;display:grid}.center-registry-card{background:#f8fafc;border:.5px solid #0000001a;border-radius:10px;align-items:stretch;gap:4px;padding:4px;transition:border-color .15s,box-shadow .15s;display:flex}.center-registry-card:hover{border-color:#cbd5e1;box-shadow:0 1px 4px #0f172a0f}.center-registry-card-main{text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;flex-direction:column;flex:1;align-items:flex-start;gap:6px;min-width:0;padding:10px 12px;display:flex}.center-registry-card-main:hover{background:#ffffffb3}.center-registry-card-title{color:#0f172a;font-size:13px;font-weight:600;line-height:1.35}.center-registry-card-meta{color:#64748b;font-size:10px;font-weight:400;line-height:1.3}.center-registry-card-actions{align-items:center;gap:2px;padding-right:4px;display:flex}.center-kind-badge{letter-spacing:.03em;border-radius:999px;align-items:center;padding:2px 8px;font-size:10px;font-weight:700;display:inline-flex}.center-kind-badge--ttsh{color:#1e40af;background:#dbeafe}.center-kind-badge--csdt{color:#047857;background:#d1fae5}.center-profile-detail{box-sizing:border-box;width:100%;max-width:none;padding:0 18px 20px}.center-profile-detail-hero{border-bottom:.5px solid #00000014;padding:18px 0 16px}.center-profile-detail-hero-main{flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:14px;display:flex}.center-profile-detail-title{color:#0f172a;letter-spacing:-.02em;margin:0;font-size:22px;font-weight:600;line-height:1.25}.center-profile-detail-stats{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;display:grid}.center-profile-detail-stat{background:#f8fafc;border:.5px solid #00000014;border-radius:10px;flex-direction:column;gap:4px;min-width:0;padding:12px 14px;display:flex}.center-profile-detail-stat-label{color:#64748b;font-size:11px;font-weight:500;line-height:1.3}.center-profile-detail-stat-value{color:#0f172a;font-size:15px;font-weight:600;line-height:1.35}.center-profile-detail-stat-value--num{font-variant-numeric:tabular-nums}.center-profile-detail-value.is-empty{color:#94a3b8;font-weight:500}.center-profile-detail-sections{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;width:100%;padding:16px 0;display:grid}.center-profile-detail-section{background:#fff;border:.5px solid #00000014;border-radius:10px;min-width:0;overflow:hidden}.center-profile-detail-section--wide{grid-column:1/-1}.center-profile-detail-section-title{color:#475569;background:#fafbfc;border-bottom:.5px solid #0000000f;margin:0;padding:10px 14px;font-size:11px;font-weight:600;line-height:1.3}.center-profile-detail-section-body{padding:14px}.center-profile-detail-section-body--flush{padding:0}.center-profile-detail-text{color:#334155;white-space:pre-wrap;word-break:break-word;margin:0;font-size:13px;line-height:1.55}.center-profile-detail-licenses{flex-wrap:wrap;gap:8px;display:flex}.center-profile-detail-empty-block{padding:14px}.center-profile-detail-footer{border-top:.5px solid #00000014;flex-wrap:wrap;gap:12px 24px;padding-top:14px;display:flex}.center-profile-detail-meta{align-items:baseline;gap:8px;min-width:0;display:flex}.center-profile-detail-meta-label{color:#94a3b8;white-space:nowrap;font-size:11px;font-weight:500}.center-profile-detail-meta-value{color:#64748b;font-variant-numeric:tabular-nums;font-size:12px}.center-profile-vehicles-field{flex-direction:column;gap:10px;display:flex}.center-profile-vehicles-hint{margin:0}.center-profile-vehicles-list{flex-direction:column;gap:10px;display:flex}.center-profile-vehicle-block{background:#fafbfc;border:.5px solid #0000001a;border-radius:8px;flex-direction:column;gap:8px;padding:10px 12px;display:flex}.center-profile-vehicle-head{align-items:center;gap:8px;display:flex}.center-profile-vehicle-variants{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.center-profile-vehicle-count{margin:0}.center-profile-vehicles-table-wrap{overflow-x:auto}.center-profile-vehicles-table{border-collapse:collapse;table-layout:fixed;width:100%;font-size:12px}.center-profile-vehicles-table th,.center-profile-vehicles-table td{text-align:left;vertical-align:middle;border-bottom:.5px solid #0000000f;padding:10px 14px}.center-profile-vehicles-table thead th{color:#64748b;white-space:nowrap;background:#fafbfc;font-size:10px;font-weight:600}.center-profile-vehicles-table tbody tr:hover{background:#f8fafc}.center-profile-vehicles-table tbody tr:last-child td{border-bottom:none}.center-profile-vehicles-table .col-class{width:88px}.center-profile-vehicles-table .col-variant{width:120px}.center-profile-vehicles-table .col-count{width:88px}.center-profile-vehicles-table .col-note{width:auto}.center-profile-vehicles-table td.num,.center-profile-vehicles-table th.num{text-align:center;font-variant-numeric:tabular-nums}.center-profile-vehicles-table td.col-note{color:#475569;word-break:break-word;line-height:1.4}.center-profile-storage-table-wrap{width:100%;overflow-x:auto}.center-profile-storage-table{width:100%;min-width:0}.center-profile-storage-hint,.center-profile-storage-empty{color:#64748b;margin:0;padding:12px 14px;font-size:13px;line-height:1.45}.center-profile-storage-error{margin:0 0 4px}.ttsh-license-badge--sm{min-width:24px;padding:2px 8px;font-size:10px}.storage-panel.panel{overflow:visible}.storage-panel .panel-header{align-items:flex-start}.storage-upload-form{border-bottom:.5px solid #0000000f;padding:14px 16px;overflow:visible}.storage-upload-card{background:#fff;border:.5px solid #0000001a;border-radius:10px;overflow:visible}.storage-upload-card-head{padding:14px 16px 0}.storage-section-title{color:#0f172a;letter-spacing:-.01em;margin:0;font-size:14px;font-weight:600}.storage-upload-hint{color:#64748b;margin:6px 0 0;font-size:12px;line-height:1.45}.storage-upload-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:14px 16px 18px;display:grid}.storage-field{flex-direction:column;gap:8px;min-width:0;display:flex}.storage-field--full{grid-column:1/-1}.storage-field-label{color:#334155;font-size:13px;font-weight:600;line-height:1.3}.storage-option-chips{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.storage-option-chip{cursor:pointer;text-align:left;background:#fff;border:1px solid #e2e8f0;border-radius:10px;flex-direction:column;justify-content:center;align-items:flex-start;gap:2px;min-height:48px;padding:10px 12px;font-family:inherit;transition:border-color .15s,background .15s,box-shadow .15s;display:flex}.storage-option-chip-main{color:#0f172a;font-size:14px;font-weight:600;line-height:1.25}.storage-option-chip-sub{color:#64748b;font-size:11px;line-height:1.25}.storage-option-chip:hover{background:#f8fafc;border-color:#cbd5e1}.storage-option-chip.selected{color:#1e40af;background:#eff6ff;border-color:#93c5fd;box-shadow:0 0 0 1px #93c5fd}.storage-option-chip.selected .storage-option-chip-main{color:#1e40af}.storage-option-chip.selected .storage-option-chip-sub{color:#3b82f6}.storage-field input,.storage-field select,.storage-filter-field input,.storage-filter-field select{color:#0f172a;background:#fff;border:.5px solid #0000001f;border-radius:8px;width:100%;padding:10px 12px;font-size:14px;transition:border-color .15s,box-shadow .15s}.storage-field input:focus,.storage-field select:focus,.storage-filter-field input:focus,.storage-filter-field select:focus,.storage-search-input:focus{border-color:#94a3b8;outline:none;box-shadow:0 0 0 3px #94a3b826}.storage-field select,.storage-filter-field select{appearance:none;cursor:pointer;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;padding-right:30px}.storage-dropzone-wrap{background:#fafbfc;border-top:.5px solid #00000014;margin-top:0;padding:18px 16px 16px}.storage-dropzone-label{margin:0 0 12px;display:block}.storage-file-native{opacity:0;pointer-events:none;width:0;height:0;position:absolute}.storage-dropzone{cursor:pointer;background:linear-gradient(#fafbfc 0%,#f8fafc 100%);border:1.5px dashed #cbd5e1;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:6px;min-height:120px;padding:18px;transition:border-color .15s,background .15s;display:flex}.storage-dropzone:hover{background:#f8fafc;border-color:#94a3b8}.storage-dropzone-icon{color:#2563eb;background:#eff6ff;border-radius:999px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.storage-dropzone-title{color:#0f172a;font-size:14px;font-weight:600}.storage-dropzone-hint{color:#64748b;font-size:12px}.storage-file-picked{background:#f8fafc;border:.5px solid #0000001a;border-radius:10px;align-items:center;gap:12px;padding:12px 14px;display:flex}.storage-file-picked-icon{color:#475569;background:#fff;border:.5px solid #00000014;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.storage-file-picked-meta{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.storage-file-picked-meta strong{color:#0f172a;word-break:break-all;font-size:12px;font-weight:600;line-height:1.35}.storage-file-picked-meta span{color:#64748b;font-size:11px}.storage-file-picked-clear{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;transition:background .15s,color .15s;display:flex}.storage-file-picked-clear:hover{color:#b91c1c;background:#fee2e2}.storage-upload-footer{background:#fafbfc;border-top:.5px solid #0000000f;justify-content:flex-end;padding:0 16px 14px;display:flex}.storage-upload-footer .btn{margin-top:12px}.storage-list-section{padding:16px 18px 18px}.storage-list-toolbar{background:#f8fafc;border:.5px solid #00000014;border-radius:12px;margin-bottom:16px;padding:16px 18px}.storage-list-toolbar-head{border-bottom:.5px solid #0000000f;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;padding-bottom:12px;display:flex}.storage-list-count{color:#475569;white-space:nowrap;background:#fff;border:.5px solid #00000014;border-radius:999px;align-items:center;padding:4px 10px;font-size:12px;font-weight:600;display:inline-flex}.storage-list-filters{flex-direction:column;gap:16px;display:flex}.storage-filter-block{flex-direction:column;gap:10px;display:flex}.storage-filter-block-label{color:#64748b;text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:600}.storage-filter-block--inputs{grid-template-columns:minmax(180px,240px) minmax(0,1fr);align-items:start;gap:12px 16px;display:grid}.storage-filter-block--search-only{grid-template-columns:1fr}.storage-list-scope-hint{color:#64748b;margin:0;font-size:12px;line-height:1.45}.storage-filter-input-col{flex-direction:column;gap:8px;min-width:0;display:flex}.storage-filter-block--inputs .storage-center-picker-trigger,.storage-search-input{color:#0f172a;box-sizing:border-box;background-color:#fff;border:.5px solid #0000001f;border-radius:8px;width:100%;min-height:42px;padding:10px 12px;font-size:14px;line-height:1.35;transition:border-color .15s,box-shadow .15s}.storage-filter-block--inputs .storage-center-picker-trigger{cursor:pointer;text-align:left;justify-content:space-between;align-items:center;gap:10px;font-family:inherit;font-weight:500;display:flex}.storage-search-input{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='M21 21l-4.35-4.35'/%3E%3C/svg%3E");background-position:12px;background-repeat:no-repeat;padding-left:36px;font-weight:400}.storage-filter-block--inputs .storage-center-picker-trigger:hover:not(.is-disabled){border-color:#94a3b8}.storage-filter-block--inputs .storage-center-picker-trigger:focus-visible,.storage-search-input:focus{border-color:#94a3b8;outline:none;box-shadow:0 0 0 3px #94a3b826}.storage-option-chips--compact{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.storage-option-chips--compact .storage-option-chip{text-align:center;border-radius:8px;align-items:center;min-height:40px;padding:8px 10px}.storage-option-chips--compact .storage-option-chip-main{font-size:13px;font-weight:600}.storage-list-body{min-height:120px}.storage-empty-state{background:#fff;border:.5px dashed #0000001f;border-radius:12px;justify-content:center;align-items:center;min-height:160px;padding:32px 20px;display:flex}.storage-empty-state p{color:#64748b;text-align:center;margin:0;font-size:14px;line-height:1.5}.storage-table-wrap{background:#fff;border:.5px solid #00000014;border-radius:12px;overflow-x:auto}.storage-table{border-collapse:collapse;width:100%;min-width:760px}.storage-table thead th{color:#475569;text-transform:none;letter-spacing:0;text-align:left;white-space:nowrap;background:#f8fafc;border-bottom:.5px solid #00000014;padding:12px 14px;font-size:12px;font-weight:600}.storage-table td{color:#0f172a;vertical-align:middle;border-bottom:.5px solid #0000000f;padding:12px 14px;font-size:13px}.storage-table tbody tr:last-child td{border-bottom:none}.storage-table tbody tr:hover td{background:#f8fafc}.storage-file-cell{flex-direction:column;gap:2px;min-width:0;display:flex}.storage-file-cell strong{color:#0f172a;font-size:13px;font-weight:600;line-height:1.35}.storage-file-meta{color:#64748b;word-break:break-all;font-size:11px}.storage-label-badge{color:#1e40af;background:#eff6ff;border-radius:999px;align-items:center;padding:4px 10px;font-size:11px;font-weight:600;display:inline-flex}.storage-general-badge{color:#475569;background:#f1f5f9;border-radius:999px;align-items:center;padding:4px 10px;font-size:11px;font-weight:600;display:inline-flex}.storage-center-name{color:#64748b;margin-top:4px;font-size:12px;line-height:1.3;display:block}.storage-actions-col{text-align:right;white-space:nowrap;width:72px}.storage-row-actions{flex-shrink:0;justify-content:flex-end;align-items:center;gap:4px;display:flex}.storage-row-actions .ttsh-action-btn{text-decoration:none}.storage-center-picker{flex-direction:column;gap:8px;width:100%;display:flex}.storage-center-picker-trigger{color:#0f172a;cursor:pointer;text-align:left;background:#fff;border:.5px solid #0000001f;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;width:100%;min-height:48px;padding:12px 14px;font-family:inherit;font-size:15px;font-weight:500;transition:border-color .15s,box-shadow .15s;display:flex}.storage-center-picker-trigger:hover:not(.is-disabled){border-color:#94a3b8}.storage-center-picker-trigger.is-placeholder .storage-center-picker-value{color:#94a3b8;font-weight:400}.storage-center-picker-trigger.is-disabled{opacity:.55;cursor:not-allowed;background:#f8fafc}.storage-center-picker-value{word-break:break-word;flex:1;min-width:0;line-height:1.35}.storage-picker-overlay{z-index:450;background:#0f172a73;justify-content:center;align-items:flex-end;padding:0;display:flex;position:fixed;inset:0}.storage-picker-sheet{background:#fff;border-radius:16px 16px 0 0;flex-direction:column;width:100%;max-height:min(78vh,640px);display:flex;overflow:hidden;box-shadow:0 -8px 32px #0f172a1f}.storage-picker-sheet-head{border-bottom:.5px solid #00000014;flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.storage-picker-sheet-head h4{color:#0f172a;margin:0;font-size:16px;font-weight:600}.storage-picker-search-wrap{border-bottom:.5px solid #0000000f;flex-shrink:0;padding:12px 16px}.storage-picker-search{color:#0f172a;background:#fff;border:.5px solid #0000001f;border-radius:10px;outline:none;width:100%;padding:12px 14px;font-size:16px}.storage-picker-search:focus{border-color:#64748b;box-shadow:0 0 0 3px #64748b1f}.storage-picker-list{-webkit-overflow-scrolling:touch;flex:1;padding:8px;overflow-y:auto}.storage-picker-item{color:#0f172a;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;width:100%;min-height:52px;padding:14px 16px;font-family:inherit;font-size:15px;font-weight:500;line-height:1.35;display:flex}.storage-picker-item span{word-break:break-word;flex:1;min-width:0}.storage-picker-item:hover{background:#f8fafc}.storage-picker-item.selected{color:#1e40af;background:#eff6ff}.storage-picker-empty{color:#64748b;text-align:center;margin:0;padding:20px 16px;font-size:14px}@media (width>=701px){.storage-picker-overlay{align-items:center;padding:16px}.storage-picker-sheet{border-radius:12px;max-width:480px;max-height:min(80vh,560px)}}.storage-mobile-only{display:none}.storage-mobile-list{flex-direction:column;gap:10px;display:none}.storage-mobile-card{background:#fff;border:.5px solid #0000001a;border-radius:12px;padding:12px 14px;box-shadow:0 1px 3px #0f172a0a}.storage-mobile-card-top{justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:10px;display:flex}.storage-mobile-meta{grid-template-columns:1fr;gap:8px;margin:0;display:grid}.storage-mobile-meta-row{grid-template-columns:88px 1fr;align-items:start;gap:8px;margin:0;display:grid}.storage-mobile-meta-row dt{color:#64748b;text-transform:uppercase;letter-spacing:.03em;margin:0;padding-top:2px;font-size:11px;font-weight:600}.storage-mobile-meta-row dd{color:#0f172a;min-width:0;margin:0;font-size:14px;line-height:1.4}@media (width<=700px){#view-login{padding:16px}.login-card{padding:24px 18px}.social-row{grid-template-columns:1fr}.menu-btn,.topbar-logo{display:flex}.topbar-title,.search-box,.btn-primary span{display:none}.btn-primary{padding:6px 8px}.dash-layout{grid-template-columns:1fr}.sidebar{z-index:300;width:220px;height:100%;position:fixed;top:0;left:0;transform:translate(-100%)}.sidebar.open{transform:translate(0)}.metrics{grid-template-columns:repeat(2,1fr)}.mid-row{grid-template-columns:1fr}.col-role,.col-date,.col-last,.col-check{display:none}.right-panels{grid-template-columns:1fr 1fr;display:grid}.center-registry-grid,.center-profile-detail-sections,.center-profile-detail-stats{grid-template-columns:1fr}.center-profile-detail-footer{flex-direction:column;gap:8px}.center-profile-vehicle-variants,.storage-upload-fields,.storage-option-chips{grid-template-columns:1fr}.storage-option-chips--compact{grid-template-columns:repeat(2,minmax(0,1fr))}.storage-filter-block--inputs{grid-template-columns:1fr;gap:14px}.storage-desktop-only{display:none!important}.storage-mobile-only{display:flex!important}.storage-mobile-list{display:flex}.storage-panel{border-radius:10px}.storage-panel .panel-title{font-size:15px}.storage-panel .panel-subtitle{font-size:13px}.storage-panel .panel-header{flex-direction:column;align-items:stretch;gap:10px;padding:12px 14px}.storage-panel .panel-actions{width:100%}.storage-panel .panel-actions .btn{flex:1;justify-content:center;padding:10px 12px;font-size:13px}.storage-upload-form{padding:10px}.storage-upload-card-head{padding:12px 12px 0}.storage-upload-fields{gap:12px;padding:12px 12px 16px}.storage-dropzone-wrap{padding:16px 12px 14px}.storage-dropzone-label{margin-bottom:10px}.storage-upload-footer{padding:0 12px 12px}.storage-upload-footer .btn{justify-content:center;width:100%;margin-top:10px;padding:12px 14px;font-size:14px}.storage-list-section{padding:12px 14px 16px;overflow:visible}.storage-list-toolbar{margin-bottom:14px;padding:14px}.storage-list-toolbar-head{margin-bottom:14px;padding-bottom:10px}.storage-list-filters{gap:14px}.storage-filter-block-label{font-size:13px}.storage-option-chips--compact .storage-option-chip{min-height:44px;padding:10px 12px}.storage-option-chips--compact .storage-option-chip-main{font-size:14px}.storage-filter-block--inputs .storage-center-picker-trigger,.storage-search-input{min-height:48px;padding:12px 14px;font-size:16px}.storage-search-input{background-position:14px;padding-left:40px}.storage-field-label{font-size:14px}.storage-section-title{font-size:16px}.storage-upload-hint{font-size:13px}.storage-field input,.storage-field select,.storage-filter-field input,.storage-filter-field select{padding:12px 14px;font-size:16px}.storage-upload-fields .storage-option-chip{min-height:52px;padding:12px 14px}.storage-option-chip-main{font-size:15px}.storage-option-chip-sub{font-size:12px}.storage-dropzone{min-height:120px;padding:18px}.storage-dropzone-title{font-size:15px}.storage-dropzone-hint{font-size:13px}.storage-file-picked-meta strong{font-size:14px}.storage-file-picked-meta span{font-size:12px}.storage-center-picker-trigger{min-height:52px;padding:13px 14px;font-size:16px}.storage-picker-item{min-height:56px;padding:15px 16px;font-size:16px}.storage-picker-sheet-head h4{font-size:17px}.storage-row-actions .ttsh-action-btn{width:40px;height:40px}}@media (width<=420px){.right-panels{grid-template-columns:1fr}.content{gap:10px;padding:8px 10px}}
