:root{color:#1c2b38;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#edf5fb;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;background:#edf5fb;min-width:320px}body{min-width:320px;min-height:100dvh;margin:0}button{font-family:inherit}img,svg,video,canvas{max-width:100%}button,a,input,select,textarea,summary{-webkit-tap-highlight-color:transparent}:root{--tc-sidebar-bg:#071827;--tc-sidebar-bg-2:#0b2134;--tc-sidebar-text:#e8f0f8;--tc-sidebar-muted:#8fa3b8;--tc-primary:#2563eb;--tc-primary-dark:#1d4ed8;--tc-primary-soft:#eaf1ff;--tc-page-bg:#f6f8fb;--tc-success:#16a34a;--tc-success-soft:#dcfce7;--tc-warning:#f59e0b;--tc-warning-soft:#fef3c7;--tc-danger:#dc2626;--tc-danger-soft:#fee2e2;--tc-bg:#edf5fb;--tc-bg-soft:#f7fbfe;--tc-surface:#ffffffdb;--tc-surface-solid:#fff;--tc-surface-muted:#f3f8fc;--tc-border:#55779429;--tc-border-strong:#4366823d;--tc-text:#1c2b38;--tc-muted:#66788a;--tc-faint:#8da0af;--tc-blue:#3178c6;--tc-blue-soft:#e7f1ff;--tc-green:#2b9f78;--tc-green-soft:#e8f7ef;--tc-yellow:#b8841b;--tc-yellow-soft:#fff6d8;--tc-red:#c95b6a;--tc-red-soft:#ffecef;--tc-shadow:0 18px 48px #253f561f;--tc-shadow-soft:0 8px 22px #253f5614;--tc-radius:18px;--tc-radius-sm:12px}.admin-shell{background:var(--tc-page-bg);color:#0f172a;min-height:100svh}.admin-sidebar{background:linear-gradient(180deg, var(--tc-sidebar-bg), var(--tc-sidebar-bg-2));width:260px;min-height:100vh;color:var(--tc-sidebar-text);z-index:20;flex-direction:column;padding:24px 14px;display:flex;position:fixed;inset:0 auto 0 0}.admin-sidebar-brand{color:#fff;align-items:center;gap:12px;min-height:48px;padding:0 10px;font-size:1.05rem;font-weight:850;text-decoration:none;display:flex}.admin-brand-icon{color:#fff;background:#ffffff1a;border-radius:12px;place-items:center;width:38px;height:38px;font-size:.78rem;font-weight:900;display:grid}.admin-sidebar-section{color:var(--tc-sidebar-muted);letter-spacing:.12em;margin:28px 16px 10px;font-size:.72rem;font-weight:800}.admin-sidebar-nav{gap:6px;display:grid}.admin-sidebar-link{min-height:48px;color:var(--tc-sidebar-text);border-radius:12px;align-items:center;gap:12px;padding:13px 16px;font-weight:700;text-decoration:none;transition:background .15s,color .15s;display:flex}.admin-sidebar-link:hover{background:#ffffff14}.admin-sidebar-link.active{background:linear-gradient(135deg, var(--tc-primary), var(--tc-primary-dark));color:#fff;box-shadow:0 10px 24px #2563eb59}.admin-sidebar-link-icon{width:24px;color:inherit;letter-spacing:0;font-size:.72rem;font-weight:900}.admin-sidebar-user{min-width:0;color:inherit;border-radius:12px;align-items:center;gap:12px;padding:9px;text-decoration:none;transition:background .15s;display:flex}.admin-sidebar-user:hover{background:#ffffff14}.admin-sidebar-account{border-top:1px solid #ffffff1a;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:4px;margin-top:auto;padding-top:13px;display:grid}.admin-sidebar-user-copy{min-width:0}.admin-sidebar-avatar{color:#fff;background:linear-gradient(135deg,#60a5fa,#2563eb);border-radius:999px;place-items:center;width:44px;height:44px;font-weight:800;display:grid}.admin-sidebar-user strong,.admin-sidebar-user span:last-child{display:block}.admin-sidebar-user strong{color:#fff;font-size:.94rem}.admin-sidebar-user span:last-child{color:var(--tc-sidebar-muted);margin-top:2px;font-size:.82rem}.admin-topbar{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:10;background:#ffffffdb;border-bottom:1px solid #dbe3ee;justify-content:flex-end;align-items:center;height:76px;margin-left:260px;padding:0 42px;display:flex;position:sticky;top:0}.admin-topbar-controls{align-items:center;gap:12px;display:flex}.admin-icon-button{color:#0f172a;width:42px;height:42px;font:inherit;cursor:pointer;background:#fff;border:1px solid #dbe3ee;border-radius:12px;font-weight:850;position:relative}.admin-notification-button span{background:var(--tc-primary);color:#fff;border:2px solid #fff;border-radius:999px;place-items:center;min-width:19px;height:19px;font-size:.68rem;line-height:1;display:grid;position:absolute;top:-5px;right:-5px}.admin-logout-button{color:#0f172a;font:inherit;cursor:pointer;background:#fff;border:1px solid #dbe3ee;border-radius:10px;padding:12px 18px;font-weight:700}.admin-primary-button{background:linear-gradient(135deg, var(--tc-primary), var(--tc-primary-dark));color:#fff;font:inherit;cursor:pointer;border:none;border-radius:12px;align-items:center;gap:10px;padding:13px 18px;font-weight:800;display:inline-flex;box-shadow:0 12px 24px #2563eb38}.admin-primary-button:disabled{cursor:not-allowed;opacity:.7}.admin-secondary-button{color:#0f172a;font:inherit;cursor:pointer;background:#fff;border:1px solid #dbe3ee;border-radius:12px;align-items:center;gap:10px;padding:13px 18px;font-weight:800;display:inline-flex}.admin-secondary-button:disabled{cursor:not-allowed;opacity:.7}.admin-select{color:#0f172a;height:46px;font:inherit;background:#fff;border:1px solid #dbe3ee;border-radius:12px;padding:0 14px;font-weight:650}.admin-main{background:var(--tc-page-bg);min-height:calc(100vh - 76px);margin-left:260px;padding:32px 42px 40px}.dashboard-heading{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.dashboard-title{color:#0f172a;margin:0;font-size:34px;font-weight:800;line-height:1.1}.dashboard-subtitle{color:#64748b;margin:8px 0 0;font-size:15px}.dashboard-data-note{background:var(--tc-warning-soft);color:#9a6400;border-radius:999px;align-items:center;min-height:30px;padding:0 12px;font-size:.8rem;font-weight:800;display:inline-flex}.dashboard-stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;margin-top:24px;display:grid}.dashboard-stat-card,.dashboard-panel{background:#fff;border:1px solid #dbe3ee;border-radius:16px;box-shadow:0 12px 30px #0f172a14}.dashboard-stat-card{align-items:center;gap:20px;min-height:112px;padding:24px;display:flex}.dashboard-stat-icon{border-radius:22px;flex:none;place-items:center;width:58px;height:58px;font-size:.78rem;font-weight:900;display:grid}.stat-blue{color:#2563eb;background:#dbeafe}.stat-green{color:#16a34a;background:#dcfce7}.stat-orange{color:#f59e0b;background:#fef3c7}.stat-red{color:#dc2626;background:#fee2e2}.dashboard-stat-card span:not(.dashboard-stat-icon){color:#64748b;font-size:.88rem;font-weight:700;display:block}.dashboard-stat-card strong{color:#0f172a;margin-top:7px;font-size:1.75rem;line-height:1;display:block}.dashboard-stat-card small{margin-top:8px;font-size:.8rem;font-weight:750;display:block}.trend-positive{color:#16a34a}.trend-negative{color:#dc2626}.dashboard-content-grid{grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);gap:24px;margin-top:24px;display:grid}.dashboard-bottom-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:24px;margin-top:24px;display:grid}.dashboard-panel{padding:22px}.dashboard-panel-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.dashboard-panel-header.compact{align-items:center}.dashboard-panel h2{color:#0f172a;margin:0;font-size:1.08rem;line-height:1.2}.dashboard-panel-header button,.imports-action-button{color:#2563eb;font:inherit;cursor:pointer;background:#fff;border:1px solid #dbe3ee;border-radius:10px;font-size:.82rem;font-weight:800}.dashboard-panel-header button{min-height:34px;padding:0 12px}.dashboard-segmented-control{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.dashboard-segmented-control button{color:#64748b;min-height:32px;padding:0 10px}.dashboard-segmented-control button.active{background:var(--tc-primary-soft);color:var(--tc-primary)}.activity-chart{width:100%;min-height:290px;display:block}.activity-chart text{fill:#94a3b8;font-size:12px}.activity-chart line{stroke:#e5eaf2;stroke-width:1px}.activity-chart-area{fill:url(#activityArea)}.activity-chart-line{fill:none;stroke:#2563eb;stroke-width:4px;stroke-linecap:round;stroke-linejoin:round}.activity-chart circle{fill:#fff;stroke:#2563eb;stroke-width:3px}.activity-chart-label{text-anchor:middle}.activity-legend{color:#64748b;align-items:center;gap:8px;font-size:.88rem;font-weight:700;display:flex}.activity-legend span{background:#2563eb;border-radius:50%;width:10px;height:10px}.system-operational-badge,.badge-success,.badge-danger{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-height:27px;padding:0 10px;font-size:.76rem;font-weight:850;display:inline-flex}.system-operational-badge,.badge-success{background:var(--tc-success-soft);color:var(--tc-success)}.badge-danger{background:var(--tc-danger-soft);color:var(--tc-danger)}.system-panel{align-content:start;display:grid}.system-row{border-top:1px solid #edf1f7;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;padding:17px 0;display:grid}.system-row strong,.system-row span{display:block}.system-row strong{color:#0f172a;font-size:.95rem}.system-row div>span{color:#64748b;margin-top:4px;font-size:.86rem}.system-status-healthy,.system-status-value{color:#16a34a;font-size:.86rem;font-weight:850}.system-status-danger{color:#dc2626;font-size:.86rem;font-weight:850}.system-storage{color:#0f172a;min-width:150px;font-size:.86rem;font-weight:850}.system-progress-track{background:#e5eaf2;border-radius:999px;height:7px;margin-top:8px;overflow:hidden}.system-progress-value{border-radius:inherit;background:var(--tc-primary);height:100%}.recent-activity-list{gap:4px;display:grid}.recent-activity-row{border-top:1px solid #edf1f7;grid-template-columns:auto minmax(0,1fr);gap:13px;padding:13px 0;display:grid}.recent-activity-icon{color:#2563eb;background:#dbeafe;border-radius:10px;place-items:center;width:34px;height:34px;display:grid}.activity-scene{background:#dcfce7}.activity-user{background:#fef3c7}.activity-import{background:#e0e7ff}.activity-blue{color:#2563eb;background:#dbeafe}.activity-success{background:var(--tc-success-soft);color:var(--tc-success)}.activity-warning{background:var(--tc-warning-soft);color:#d97706}.activity-danger{background:var(--tc-danger-soft);color:var(--tc-danger)}.recent-activity-row p{color:#0f172a;margin:0;font-size:.92rem;line-height:1.4}.recent-activity-row time{color:#64748b;margin-top:5px;font-size:.82rem;font-weight:700;display:block}.dashboard-empty-message,.dashboard-empty-table-cell{color:#64748b;margin:0;font-size:.9rem;font-weight:700}.dashboard-empty-table-cell{text-align:center}.imports-table-wrap{width:100%;overflow-x:auto}.imports-table{border-collapse:collapse;color:#0f172a;width:100%;min-width:720px;font-size:.84rem}.imports-table th,.imports-table td{text-align:left;vertical-align:middle;border-top:1px solid #edf1f7;padding:13px 10px}.imports-table th{color:#64748b;letter-spacing:.08em;text-transform:uppercase;font-size:.72rem;font-weight:850}.imports-table td:first-child{font-weight:800}.imports-action-button{color:#64748b;width:34px;height:30px}.scripts-stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;margin-top:24px;display:grid}.script-stat-card{background:#fff;border:1px solid #dbe3ee;border-radius:16px;align-items:center;gap:20px;min-height:112px;padding:24px;display:flex;box-shadow:0 12px 30px #0f172a14}.script-stat-icon{border-radius:22px;flex:none;place-items:center;width:58px;height:58px;font-size:.78rem;font-weight:900;display:grid}.script-stat-card span:not(.script-stat-icon){color:#64748b;font-size:.88rem;font-weight:700;display:block}.script-stat-card strong{color:#0f172a;margin-top:7px;font-size:1.75rem;line-height:1;display:block}.script-stat-card small{color:#64748b;margin-top:8px;font-size:.8rem;font-weight:750;display:block}.scripts-table-panel{background:#fff;border:1px solid #dbe3ee;border-radius:16px;margin-top:24px;overflow:hidden;box-shadow:0 12px 30px #0f172a14}.scripts-toolbar{border-bottom:1px solid #dbe3ee;justify-content:space-between;align-items:center;gap:18px;padding:22px;display:flex}.scripts-search{background:#fff;border:1px solid #dbe3ee;border-radius:12px;align-items:center;gap:10px;width:min(340px,100%);height:46px;padding:0 14px;display:flex}.scripts-search span{color:#64748b;font-size:.8rem;font-weight:900}.scripts-search input{width:100%;font:inherit;color:#0f172a;border:none;outline:none}.scripts-search input::placeholder{color:#94a3b8}.scripts-toolbar-actions{align-items:center;gap:14px;display:flex}.scripts-company-groups{background:#f5f8fc;gap:20px;padding:22px;display:grid}.scripts-company-group{background:#fff;border:1px solid #dbe3ee;border-radius:14px;overflow:hidden;box-shadow:0 6px 18px #0f172a0d}.scripts-company-group-header{background:#f8fbff;border-bottom:1px solid #dbe3ee;justify-content:space-between;align-items:center;gap:16px;padding:16px 20px;display:flex}.scripts-company-group-header>div{align-items:center;gap:12px;display:flex}.scripts-company-group-header h2{color:#0f172a;margin:0;font-size:1rem}.scripts-company-group-header h2+span{color:#64748b;letter-spacing:.05em;text-transform:uppercase;margin-top:2px;font-size:.75rem;font-weight:750;display:block}.scripts-company-count{color:#2864d7;white-space:nowrap;background:#e9f0ff;border-radius:999px;padding:6px 10px;font-size:.75rem;font-weight:800}.scripts-table-scroll{width:100%;overflow-x:auto}.scripts-table{border-collapse:collapse;width:100%}.scripts-table th{text-align:left;color:#64748b;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;border-bottom:1px solid #dbe3ee;padding:16px 22px;font-size:12px;font-weight:800}.scripts-table td{color:#0f172a;vertical-align:middle;border-bottom:1px solid #dbe3ee;padding:18px 22px}.scripts-table tbody tr:hover{background:#f8fbff}.script-troupe-context{gap:2px;min-width:130px;display:grid}.script-troupe-context strong{color:#334155;font-size:.88rem}.script-troupe-context small{color:#64748b;letter-spacing:.04em;text-transform:uppercase;font-size:.72rem;font-weight:750}.script-troupe-context.company-level{color:#475569;white-space:nowrap;background:#eef2f7;border-radius:999px;min-width:auto;padding:5px 9px;font-size:.75rem;font-weight:750;display:inline-flex}.script-title-cell{min-width:220px;font-weight:800}.script-muted{color:#64748b}.script-last-updated{flex-direction:column;gap:2px;min-width:170px;display:flex}.script-last-updated small{color:#64748b;font-size:.78rem;font-weight:700}.script-status-badge{border-radius:999px;align-items:center;padding:6px 11px;font-size:12px;font-weight:800;display:inline-flex}.script-status-published{background:var(--tc-success-soft);color:var(--tc-success);border:1px solid #16a34a2e}.script-status-draft{background:var(--tc-warning-soft);color:#d97706;border:1px solid #f59e0b33}.script-status-deleted{background:var(--tc-danger-soft);color:var(--tc-danger);border:1px solid #dc26262e}.script-status-archived{color:#475569;background:#f1f5f9;border:1px solid #4755692e}.admin-inline-icon{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.script-row-actions{align-items:center;gap:10px;display:flex}.script-action-button{color:#0f172a;width:40px;height:40px;font:inherit;cursor:pointer;background:#fff;border:1px solid #dbe3ee;border-radius:10px;place-items:center;font-size:.78rem;font-weight:900;display:grid}.script-action-button:hover{background:var(--tc-primary-soft);color:var(--tc-primary);border-color:#bfdbfe}.script-restore-button{color:var(--tc-success)}.script-restore-button:hover{background:var(--tc-success-soft);color:var(--tc-success);border-color:#16a34a38}.script-permanent-delete-button{color:var(--tc-danger)}.script-permanent-delete-button:hover{background:var(--tc-danger-soft);color:var(--tc-danger);border-color:#dc262638}.scripts-table-footer{color:#64748b;justify-content:space-between;align-items:center;gap:18px;padding:18px 22px;font-size:.88rem;font-weight:700;display:flex}.pagination-controls{align-items:center;gap:10px;display:flex}.pagination-button{color:#0f172a;min-width:40px;height:40px;font:inherit;cursor:pointer;background:#fff;border:1px solid #dbe3ee;border-radius:10px;font-weight:700}.pagination-button:disabled{cursor:not-allowed;opacity:.55}.pagination-button.active{background:var(--tc-primary);color:#fff;border-color:var(--tc-primary)}.scripts-empty-state{text-align:center;justify-items:center;gap:12px;padding:64px 22px;display:grid}.scripts-empty-state h2{color:#0f172a;margin:0;font-size:1.15rem}.scripts-empty-state p{color:#64748b;margin:0}.users-table{min-width:980px}.user-identity-cell{align-items:center;gap:13px;display:flex}.user-identity-cell strong,.user-identity-cell small{display:block}.user-identity-cell strong{color:#0f172a;font-size:.95rem}.user-identity-cell small{color:#64748b;margin-top:3px;font-size:.8rem;font-weight:700}.user-avatar{color:#fff;background:linear-gradient(135deg,#60a5fa,#2563eb);border-radius:999px;flex:none;place-items:center;width:42px;height:42px;font-size:.78rem;font-weight:900;display:grid}.user-role-badge{color:#334155;background:#f8fafc;border:1px solid #dbe3ee;border-radius:999px;align-items:center;min-height:30px;padding:0 11px;font-size:.78rem;font-weight:850;display:inline-flex}.admin-modal{background:#fff;border:1px solid #dbe3ee;border-radius:16px;width:min(560px,100%);padding:22px;box-shadow:0 24px 70px #0f172a38}.admin-modal-header{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:20px;display:flex}.admin-modal-header h2{color:#0f172a;margin:0;font-size:1.25rem}.admin-modal-header p,.admin-form-note,.admin-form-error{color:#64748b;margin:6px 0 0;font-size:.88rem;line-height:1.45}.admin-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.admin-form-grid label{color:#64748b;letter-spacing:.08em;text-transform:uppercase;gap:7px;font-size:.74rem;font-weight:850;display:grid}.admin-form-grid input,.admin-form-grid select{color:#0f172a;width:100%;min-height:44px;font:inherit;background:#fff;border:1px solid #dbe3ee;border-radius:12px;padding:8px 12px}.admin-checkbox-field{grid-template-columns:auto 1fr;align-content:end;align-items:center}.admin-checkbox-field input{width:18px;min-height:18px}.admin-form-error{color:var(--tc-danger);font-weight:800}.admin-modal-actions{justify-content:flex-end;gap:12px;margin-top:22px;display:flex}.admin-breadcrumb{color:#64748b;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:12px;font-size:.86rem;font-weight:700;display:flex}.admin-breadcrumb a{color:var(--tc-primary);text-decoration:none}.casting-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;margin-top:24px;display:grid}.casting-panel{margin-top:24px}.casting-workspace{grid-template-columns:minmax(340px,390px) minmax(0,1fr);gap:22px;margin-top:24px;display:grid}.casting-character-panel,.casting-detail-panel{background:#fff;border:1px solid #dbe3ee;border-radius:16px;box-shadow:0 12px 30px #0f172a14}.casting-character-panel{padding:18px}.casting-panel-heading,.casting-section-heading,.casting-detail-header{justify-content:space-between;align-items:center;gap:16px;display:flex}.casting-panel-heading h2,.casting-detail-header h2,.casting-detail-section h3{color:#0f172a;margin:0}.casting-panel-heading span,.casting-detail-header p,.casting-section-heading p{color:#64748b;margin:4px 0 0;font-size:.88rem}.admin-sidebar-user-copy strong,.admin-sidebar-user-copy>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.admin-sidebar-logout{width:38px;height:38px;color:var(--tc-sidebar-muted);cursor:pointer;background:0 0;border:0;border-radius:10px;place-items:center;display:grid}.admin-sidebar-logout:hover{color:#fff;background:#ffffff14}.admin-sidebar-logout svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:19px}.casting-empty-note{color:#64748b;margin:10px 0 0;font-size:.88rem;font-weight:700}.casting-current-block{background:#f8fafc;border:1px solid #dbe3ee;border-radius:12px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;margin-top:14px;padding:14px;display:grid}.casting-current-block.assigned{background:#f0fdf4;border-color:#16653438}.casting-current-block.virtual{background:#f5f3ff;border-color:#6d28d933}.casting-current-block.uncast{background:#fffbeb;border-color:#f59e0b42}.casting-current-icon{color:#475569;background:#fff;border-radius:12px;place-items:center;width:42px;height:42px;display:grid;box-shadow:0 8px 18px #0f172a0f}.casting-current-block.assigned .casting-current-icon{color:#166534}.casting-current-block.virtual .casting-current-icon{color:#6d28d9}.casting-current-block.uncast .casting-current-icon{color:#b45309}.casting-current-label,.casting-current-subtitle{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.casting-current-label{color:#64748b;letter-spacing:.08em;text-transform:uppercase;font-size:.72rem;font-weight:900}.casting-current-block strong{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:1.18rem;font-weight:900;line-height:1.2;display:block;overflow:hidden}.casting-current-subtitle{color:#475569;margin-top:4px;font-size:.9rem;font-weight:700}.casting-role-size-block{margin-top:18px}.casting-role-size-block h3{color:#0f172a;letter-spacing:.08em;text-transform:uppercase;margin:0 0 10px;font-size:.84rem;font-weight:900}.casting-role-size-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.casting-role-metric{background:#f8fafc;border:1px solid #dbe3ee;border-radius:12px;min-height:70px;padding:12px}.casting-role-metric strong,.casting-role-metric span{display:block}.casting-role-metric strong{color:#0f172a;font-size:1.35rem;font-weight:950;line-height:1}.casting-role-metric span{color:#64748b;letter-spacing:.08em;text-transform:uppercase;margin-top:6px;font-size:.74rem;font-weight:850}.casting-role-size-block p{color:#475569;margin:10px 0 0;font-size:.86rem;font-weight:800}.casting-scene-usage-table{border:1px solid #dbe3ee;border-radius:12px;margin-top:14px;display:grid;overflow:hidden}.casting-scene-usage-header,.casting-scene-usage-row{color:#0f172a;background:#fff;border-bottom:1px solid #e2e8f0;grid-template-columns:minmax(0,1fr) 86px 96px;align-items:center;gap:12px;min-height:44px;padding:10px 12px;text-decoration:none;display:grid}.casting-scene-usage-header{color:#64748b;letter-spacing:.08em;text-transform:uppercase;background:#f8fafc;min-height:38px;font-size:.72rem;font-weight:900}.casting-scene-usage-row:last-child{border-bottom:0}.casting-scene-usage-row:hover{background:#f8fafc}.casting-scene-usage-row strong,.casting-scene-usage-row span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.casting-scene-usage-row span{color:#64748b;text-align:right;font-size:.88rem;font-weight:850}.casting-search-wrap{color:#64748b;background:#fff;border:1px solid #dbe3ee;border-radius:12px;align-items:center;gap:10px;width:100%;min-height:42px;margin-top:16px;padding:0 12px;display:flex}.casting-search{color:#0f172a;width:100%;min-height:40px;font:inherit;background:0 0;border:0;outline:0}.casting-search::placeholder{color:#94a3b8}.casting-filter-tabs{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:14px 0;display:grid}.casting-filter-tabs button{color:#475569;cursor:pointer;background:#f8fafc;border:1px solid #dbe3ee;border-radius:10px;min-height:36px;font-weight:800}.casting-filter-tabs button.active{border-color:var(--tc-primary);color:var(--tc-primary);background:#eef2ff}.casting-character-list{gap:8px;display:grid}.casting-character-row{text-align:left;cursor:pointer;background:#fff;border:1px solid #0000;border-left-width:4px;border-radius:12px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;width:100%;padding:12px;display:grid}.casting-character-row-main{min-width:0}.casting-character-row.child{width:calc(100% - 18px);margin-left:18px}.casting-character-row.selected{border-color:#c7d2fe;border-left-color:var(--tc-primary);background:#eef2ff}.casting-character-row.selected strong{color:var(--tc-primary-dark);font-weight:900}.casting-character-row strong{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.casting-character-row span{color:#64748b;text-overflow:ellipsis;white-space:nowrap;font-size:.84rem;overflow:hidden}.casting-character-row .casting-status-badge{justify-self:end}.casting-character-row-summary{grid-column:1/-1;min-width:0;font-weight:750}.casting-character-row-metrics{grid-column:1/-1;font-weight:850;color:#334155!important;font-size:.86rem!important}.casting-status-badge{border-radius:999px;align-items:center;min-height:24px;padding:2px 9px;font-size:.72rem;font-weight:850;display:inline-flex}.casting-status-badge.assigned{color:#166534;background:#dcfce7}.casting-status-badge.virtual{color:#6d28d9;background:#ede9fe}.casting-status-badge.uncast{color:#475569;background:#f1f5f9}.casting-detail-panel{min-width:0;padding:22px}.casting-detail-section{border-top:1px solid #e2e8f0;margin-top:22px;padding-top:20px}.casting-assignment-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:16px;display:grid}.casting-assignment-form label{color:#64748b;letter-spacing:.08em;text-transform:uppercase;gap:7px;font-size:.74rem;font-weight:850;display:grid}.casting-assignment-form select,.casting-assignment-form input{color:#0f172a;width:100%;min-height:42px;font:inherit;background:#fff;border:1px solid #dbe3ee;border-radius:12px;padding:8px 10px}.casting-assignment-warning{background:var(--tc-warning-soft);color:#78350f;border:1px solid #fbbf24;border-radius:12px;gap:12px;margin-top:16px;padding:12px 14px;display:flex}.casting-assignment-warning-icon{width:30px;height:30px;color:var(--tc-warning);background:#fff;border-radius:10px;flex:none;justify-content:center;align-items:center;display:inline-flex}.casting-assignment-warning strong{color:#78350f;font-size:.9rem;display:block}.casting-assignment-warning ul{gap:4px;margin:6px 0 0;padding:0;list-style:none;display:grid}.casting-assignment-warning li{color:#92400e;grid-template-columns:minmax(120px,.5fr) minmax(0,1fr);gap:10px;font-size:.84rem;line-height:1.45;display:grid}.casting-assignment-warning li span:first-child{color:#78350f;font-weight:850}.casting-toggle{align-items:center;color:#0f172a!important;text-transform:none!important;letter-spacing:0!important;flex-direction:row!important;gap:9px!important;display:flex!important}.casting-toggle input{width:18px;height:18px}.casting-form-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;margin-top:16px;display:flex}.casting-error{color:var(--tc-danger);font-size:.82rem;font-weight:800}.casting-save-success{color:var(--tc-success);font-size:.82rem;font-weight:800}.casting-danger-button{border:1px solid var(--tc-danger);min-height:40px;color:var(--tc-danger);cursor:pointer;background:#fff;border-radius:12px;align-items:center;gap:8px;padding:0 14px;font-weight:850;display:inline-flex}.casting-danger-button:disabled{cursor:not-allowed;opacity:.5}.script-detail-admin-header{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:22px;display:grid}.script-detail-title-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.script-detail-meta-row{color:#64748b;flex-wrap:wrap;align-items:center;gap:10px;margin-top:12px;font-size:.9rem;font-weight:700;display:flex}.script-detail-meta-row span,.script-detail-meta-row strong{background:#fff;border:1px solid #dbe3ee;border-radius:999px;align-items:center;min-height:30px;padding:0 10px;display:inline-flex}.script-detail-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.script-detail-tabs{border-bottom:1px solid #dbe3ee;gap:8px;margin-top:26px;display:flex;overflow-x:auto}.script-detail-tabs button{color:#64748b;min-height:44px;font:inherit;white-space:nowrap;cursor:pointer;background:0 0;border:0;border-bottom:3px solid #0000;font-weight:800}.script-detail-tabs button.active{border-bottom-color:var(--tc-primary);color:var(--tc-primary)}.script-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;margin-top:24px;display:grid}.script-detail-grid{grid-template-columns:minmax(0,1.2fr) minmax(360px,.8fr);gap:24px;margin-top:24px;display:grid}.script-overview-stack{gap:22px;display:grid}.script-overview-stack section{gap:8px;display:grid}.script-overview-stack h3{color:#0f172a;margin:0;font-size:.95rem}.script-overview-stack p{color:#64748b;margin:0;line-height:1.55}.script-section-panel{margin-top:24px}.script-detail-list{gap:10px;display:grid}.script-detail-list-row{background:#fff;border:1px solid #dbe3ee;border-radius:12px;justify-content:space-between;align-items:center;gap:16px;min-height:62px;padding:12px 14px;display:flex}.script-detail-list-row strong,.script-detail-list-row span{display:block}.script-detail-list-row strong{color:#0f172a}.script-detail-list-row span{color:#64748b;margin-top:4px;font-size:.86rem;font-weight:700}.script-detail-row-actions{align-items:center;gap:8px;display:flex}.scene-import-button{cursor:pointer;position:relative;overflow:hidden}.scene-import-button input{opacity:0;cursor:pointer;position:absolute;inset:0}.scene-import-button.disabled{cursor:not-allowed;opacity:.62}.scene-create-panel{background:#f8fafc;border:1px solid #dbe3ee;border-radius:12px;margin:16px 0 18px;padding:16px}.scene-create-form{margin-bottom:0}.script-info-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:18px 0 0;display:grid}.script-info-grid div{border:1px solid #dbe3ee;border-radius:12px;padding:14px}.script-info-grid dt{color:#64748b;letter-spacing:.08em;text-transform:uppercase;font-size:.76rem;font-weight:850}.script-info-grid dd{color:#0f172a;margin:7px 0 0;font-weight:800}.script-import-controls,.script-edit-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:18px;display:grid}.script-import-controls{max-width:820px}.script-import-controls label,.script-edit-form label{color:#64748b;letter-spacing:.08em;text-transform:uppercase;gap:7px;font-size:.74rem;font-weight:850;display:grid}.script-import-controls select,.script-import-controls>label>input,.script-edit-form input,.script-edit-form select,.script-edit-form textarea{color:#0f172a;width:100%;font:inherit;background:#fff;border:1px solid #dbe3ee;border-radius:12px}.script-import-controls select,.script-import-controls>label>input,.script-edit-form input,.script-edit-form select{min-height:42px;padding:8px 10px}.admin-file-picker{color:#64748b;text-transform:none;letter-spacing:0;background:#f8fbff;border:1px dashed #bfdbfe;border-radius:12px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;min-height:46px;padding:0 12px;display:grid;position:relative}.admin-file-picker strong{color:var(--tc-primary);font-size:.82rem}.admin-file-picker input{opacity:0;cursor:pointer;width:100%;position:absolute;inset:0}.script-edit-form textarea{resize:vertical;padding:10px}.script-edit-wide{grid-column:1/-1}.admin-modal-backdrop{z-index:40;background:#0f172a66;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.admin-edit-modal{background:#fff;border:1px solid #dbe3ee;border-radius:16px;width:min(680px,100%);padding:22px;box-shadow:0 24px 60px #0f172a38}@media (width<=1200px){.dashboard-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-content-grid,.dashboard-bottom-grid{grid-template-columns:1fr}.scripts-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.scripts-toolbar{flex-direction:column;align-items:stretch}.scripts-toolbar-actions{flex-wrap:wrap}.casting-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.casting-card,.casting-card-main,.script-detail-admin-header,.script-detail-grid{grid-template-columns:1fr}.script-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=820px){.admin-sidebar{width:100%;min-height:auto;position:static}.admin-topbar,.admin-main{margin-left:0}.admin-topbar{padding:0 24px}.admin-main{padding:24px}.dashboard-heading,.dashboard-panel-header,.system-row{grid-template-columns:1fr;display:grid}.dashboard-stats-grid,.scripts-stats-grid{grid-template-columns:1fr}.scripts-table{min-width:940px}.scripts-table-footer{flex-direction:column;align-items:flex-start}.pagination-controls{flex-wrap:wrap}.casting-summary-grid,.script-summary-grid,.script-info-grid,.script-import-controls,.script-edit-form{grid-template-columns:1fr}.script-detail-list-row{flex-direction:column;align-items:flex-start}}.app-shell{background:linear-gradient(135deg, #dbeffceb, #f4f9fcfa), var(--tc-bg);min-height:100svh;color:var(--tc-text);justify-content:center;align-items:flex-start;padding:28px;display:flex}.glass-panel{border:1px solid var(--tc-border);width:min(1220px,100%);min-height:calc(100svh - 56px);box-shadow:var(--tc-shadow);background:#ffffffb8;border-radius:24px;padding:24px}.glass-card{border:1px solid var(--tc-border);border-radius:var(--tc-radius);background:var(--tc-surface);box-shadow:var(--tc-shadow-soft)}.workspace-panel>*{position:relative}.top-nav{justify-content:space-between;align-items:center;gap:18px;margin-bottom:22px;display:flex}.brand-mark,.nav-links a,.text-link{color:var(--tc-text);text-decoration:none}.brand-mark{letter-spacing:0;font-weight:850}.nav-links{border:1px solid var(--tc-border);background:#ffffffb8;border-radius:999px;gap:6px;padding:5px;display:flex}.nav-links a{min-height:34px;color:var(--tc-muted);border-radius:999px;padding:7px 13px;font-size:.9rem;font-weight:750}.nav-links a.active{background:var(--tc-blue-soft);color:var(--tc-blue)}.page-stack{gap:18px;display:grid}.page-header,.section-header,.panel-title-row{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.page-header h1,.section-header h1{color:var(--tc-text);letter-spacing:0;margin:12px 0 8px;font-size:clamp(2.1rem,5vw,4rem);font-weight:820;line-height:1}.section-header h1{font-size:clamp(1.9rem,4vw,3.2rem)}.page-header p,.section-header p,.glass-card p,.panel-message{color:var(--tc-muted);margin:0}.status-badge{background:var(--tc-blue-soft);width:fit-content;min-height:26px;color:var(--tc-blue);letter-spacing:.08em;text-transform:uppercase;border:1px solid #3178c62e;border-radius:999px;align-items:center;padding:4px 10px;font-size:.72rem;font-weight:850;display:inline-flex}.server-status-widget{border:1px solid var(--tc-border);background:var(--tc-surface-solid);min-width:220px;box-shadow:var(--tc-shadow-soft);border-radius:16px;gap:8px;padding:10px;display:grid}.server-status-row{min-height:26px;color:var(--tc-text);grid-template-columns:auto 1fr auto;align-items:center;gap:8px;font-size:.82rem;display:grid}.server-status-row strong,.meta-strip span,.meta-strip strong{color:var(--tc-text);letter-spacing:.06em;text-transform:uppercase;font-size:.74rem;font-weight:850}.status-dot{background:var(--tc-faint);border-radius:50%;width:8px;height:8px}.status-dot-connected{background:var(--tc-green)}.status-dot-offline{background:var(--tc-red)}.status-dot-checking{background:var(--tc-blue)}.tc-button,.tc-button-secondary{min-height:40px;font:inherit;cursor:pointer;border-radius:999px;padding:0 16px;font-weight:800}.tc-button:disabled,.tc-button-secondary:disabled{cursor:not-allowed;opacity:.6}.tc-button{color:#fff;background:#2f7ecb;border:1px solid #3178c647;box-shadow:0 8px 18px #3178c62e}.tc-button-secondary{border:1px solid var(--tc-border-strong);color:var(--tc-text);background:#ffffffc7}.tc-button:hover,.tc-button-secondary:hover,.script-row:hover,.scene-row:hover,.feature-card-link:hover{border-color:#3178c65c}.tc-button:focus-visible,.tc-button-secondary:focus-visible,.script-row:focus-visible,.script-row-main:focus-visible,.scene-row-main:focus-visible,.scene-row:focus-visible,.nav-links a:focus-visible,.feature-card-link:focus-visible{outline-offset:3px;outline:3px solid #3178c638}.dashboard-grid,.detail-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.detail-grid{grid-template-columns:minmax(0,1fr) minmax(280px,360px);align-items:start}.glass-card{padding:20px}.feature-card{min-height:170px;color:inherit;text-decoration:none;display:block}.glass-card h2{color:var(--tc-text);letter-spacing:0;margin:12px 0 8px;font-size:1.22rem;line-height:1.15}.card-meta{color:var(--tc-blue);letter-spacing:.12em;text-transform:uppercase;font-size:.76rem;font-weight:850;display:block}.scripts-list,.scenes-list,.character-list,.script-items-list{gap:10px;display:grid}.script-row,.scene-row{border:1px solid var(--tc-border);width:100%;min-height:64px;color:inherit;font:inherit;text-align:left;background:#ffffffa3;border-radius:14px;grid-template-columns:minmax(0,1fr) auto auto auto;align-items:center;gap:12px;padding:12px 14px;display:grid}.scene-row{min-height:56px}.script-row-main,.scene-row-main{min-width:0;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;padding:0}.script-row:hover,.scene-row:hover{background:#fff}.script-row h2,.scene-row h3{color:var(--tc-text);letter-spacing:0;margin:0 0 4px;font-size:1rem}.scene-row h3{margin-bottom:0}.script-row p{color:var(--tc-muted);margin:0;font-size:.9rem}.script-row span,.script-row strong,.scene-row span,.scene-row strong{color:var(--tc-muted);letter-spacing:.08em;text-transform:uppercase;font-size:.76rem;font-weight:850}.script-row strong,.scene-row strong,.meta-strip strong{color:var(--tc-blue)}.list-panel{min-height:250px}.character-pill{border:1px solid var(--tc-border);background:#ffffff9e;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;min-height:42px;padding:10px 12px;display:flex}.character-pill span{color:var(--tc-text);font-weight:750}.character-pill strong{color:var(--tc-blue);letter-spacing:.08em;text-transform:uppercase;font-size:.72rem}.casting-overview-card{border:1px solid var(--tc-border);background:#ffffffa3;border-radius:14px;gap:7px;margin:14px 0;padding:14px;display:grid}.casting-overview-card strong{color:var(--tc-text)}.casting-overview-card span{color:var(--tc-blue);font-weight:850}.casting-overview-card small{color:var(--tc-muted);line-height:1.4}.meta-strip{align-items:center;gap:8px;padding-top:8px;display:flex}.meta-strip span,.meta-strip strong{border:1px solid var(--tc-border);background:#ffffffb3;border-radius:999px;min-height:30px;padding:7px 10px}.text-link{width:fit-content;color:var(--tc-blue);margin-bottom:10px;font-weight:850;display:inline-flex}.import-panel{min-height:auto}.import-controls{grid-template-columns:minmax(220px,320px) minmax(0,1fr);gap:14px;margin-bottom:14px;display:grid}.import-controls label{color:var(--tc-text);letter-spacing:.08em;text-transform:uppercase;gap:8px;font-size:.8rem;font-weight:850;display:grid}.import-controls select,.file-picker{border:1px solid var(--tc-border-strong);min-height:46px;color:var(--tc-text);font:inherit;background:#fff;border-radius:14px;padding:10px 12px}.file-picker{cursor:pointer;text-transform:none;letter-spacing:0;border-style:dashed;justify-content:space-between;align-items:center;gap:14px;display:flex}.file-picker input{max-width:210px;color:var(--tc-muted)}.import-summary{color:var(--tc-text);gap:8px;display:grid}.import-summary p,.import-summary ul{margin:0}.import-summary strong{color:var(--tc-text)}.import-summary ul{color:var(--tc-muted);gap:6px;padding-left:18px;display:grid}.scene-reader-page{color:#223140;gap:10px;display:grid}.scene-reader-header{border-bottom:1px solid #536c8224;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:14px;padding:0 0 8px;display:grid}.scene-breadcrumb{color:#7b8d9d;flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:6px;font-size:.76rem;font-weight:650;display:flex}.scene-breadcrumb a{color:#2f6fae;text-decoration:none}.scene-reader-header h1{color:#172635;letter-spacing:0;margin:0 0 6px;font-size:clamp(1.35rem,2vw,1.9rem);font-weight:760;line-height:1.1}.scene-reader-meta{flex-wrap:wrap;gap:10px;display:flex}.scene-reader-meta span{color:#6a7d8d;font-size:.78rem;font-weight:650}.scene-header-actions{flex-wrap:wrap;justify-content:flex-end;gap:5px;display:flex}.scene-header-actions .tc-button,.scene-header-actions .tc-button-secondary,.scene-info-menu summary{border-radius:8px;min-height:30px;padding:0 10px;font-size:.78rem}.scene-info-menu{position:relative}.scene-info-menu summary{border:1px solid var(--tc-border-strong);color:var(--tc-text);cursor:pointer;background:#ffffffc7;align-items:center;font-weight:800;list-style:none;display:inline-flex}.scene-info-menu summary::-webkit-details-marker{display:none}.scene-info-popover{z-index:5;background:#fff;border:1px solid #425b7024;border-radius:12px;width:min(310px,82vw);padding:13px;position:absolute;top:40px;right:0;box-shadow:0 16px 34px #283d4e24}.scene-info-popover section+section{border-top:1px solid #425b701a;margin-top:12px;padding-top:12px}.scene-info-popover strong{color:#1e2d3b;margin-bottom:5px;font-size:.82rem;display:block}.scene-info-popover p{color:#647887;margin:0;font-size:.82rem;line-height:1.45}.scene-info-popover button{color:#263848;width:100%;min-height:32px;font:inherit;cursor:pointer;background:#f7fbfe;border:1px solid #425b7024;border-radius:9px;margin-top:12px;font-size:.82rem;font-weight:680}.script-reader-panel{background:#fffffff7;width:min(1040px,100%);min-height:620px;margin:2px auto 0;padding:clamp(18px,3vw,32px) clamp(22px,4vw,48px);box-shadow:0 10px 28px #2b425414}.script-reader-list,.scene-note-stack{gap:0;display:grid}.scene-note-stack{max-width:920px;margin:0 0 14px}.script-reader-item{cursor:grab;background:0 0;border-bottom:1px solid #52697e0e;max-width:920px;margin:0;padding:10px 34px 11px 0;display:block;position:relative}.script-reader-item:hover,.script-reader-item:focus-within{background:#f0f7fc61}.script-reader-item-highlighted{background:#eef2ff;border-left:4px solid #4f46e5;padding-left:12px}.script-reader-item-highlighted:hover,.script-reader-item-highlighted:focus-within{background:#e0e7ff}.script-reader-item:active{cursor:grabbing}.script-reader-item-scriptannotation{border-bottom-color:#0000;border-left:2px solid #2f6fae38;margin:3px 0;padding:7px 34px 8px 12px}.script-reader-item-directorannotation{border-bottom-color:#0000;border-left:2px solid #b8841b47;margin:3px 0;padding:7px 34px 8px 12px}.scene-note-stack .script-reader-item:first-child{background:#f7fbfe;border:1px solid #52697e21;border-left:3px solid #2f6fae59;border-radius:12px;padding:12px 14px}.script-item-dragging{opacity:.58;outline-offset:2px;outline:2px solid #3178c642}.script-line-content,.script-annotation-content{min-width:0}.script-character-name,.script-annotation-content span{color:#2f6fae;letter-spacing:.09em;text-transform:uppercase;margin-bottom:4px;font-size:.7rem;font-weight:780;display:block}.script-line-content p,.script-annotation-content p{color:#1f2f3e;white-space:pre-wrap;overflow-wrap:anywhere;margin:0;font-size:1.02rem;line-height:1.55}.script-annotation-content p{color:#607383;font-size:.98rem;font-style:italic;line-height:1.5}.script-reader-item-directorannotation .script-annotation-content span{color:#8c6b19}.script-reader-item-directorannotation .script-annotation-content p{color:#735918}.script-item-menu{opacity:0;pointer-events:none;position:absolute;top:12px;right:0}.script-reader-item:hover .script-item-menu,.script-reader-item:focus-within .script-item-menu,.script-item-menu[open]{opacity:1;pointer-events:auto}.script-item-menu summary{color:#657887;cursor:pointer;background:#fff;border:1px solid #52697e26;border-radius:8px;place-items:center;width:28px;height:28px;list-style:none;display:grid}.script-item-menu summary::-webkit-details-marker{display:none}.script-item-menu-popover{z-index:3;background:#fff;border:1px solid #52697e24;border-radius:10px;min-width:112px;padding:5px;position:absolute;top:32px;right:0;box-shadow:0 12px 28px #2f41521f}.script-item-menu-popover button{color:#34495b;width:100%;min-height:30px;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:7px;padding:0 9px;font-size:.82rem;font-weight:650}.script-item-menu-popover button:hover{background:#f0f6fb}.add-item-panel{background:#ffffffe6;gap:12px;width:100%;max-width:920px;margin:0 auto;display:grid}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.editor-actions{justify-content:flex-end;align-items:center;gap:8px;display:flex}.editor-actions .tc-button,.editor-actions .tc-button-secondary{min-height:36px;padding:0 13px}.danger-button{color:var(--tc-red);border-color:#c95b6a3d}.editor-status{color:var(--tc-red);margin:0;font-weight:850}.script-item-editor,.scene-editor-form{border:1px solid var(--tc-border);background:var(--tc-bg-soft);border-radius:12px;grid-column:1/-1;gap:12px;margin:8px 0 0;padding:12px;display:grid}.script-item-editor-edit{margin:0}.editor-grid{grid-template-columns:minmax(160px,1fr) minmax(160px,1fr) minmax(100px,140px);gap:12px;display:grid}.script-item-editor label,.scene-editor-form label{color:var(--tc-muted);letter-spacing:.08em;text-transform:uppercase;gap:7px;font-size:.74rem;font-weight:850;display:grid}.script-item-editor select,.script-item-editor input,.script-item-editor textarea,.scene-editor-form input{border:1px solid var(--tc-border-strong);width:100%;color:var(--tc-text);font:inherit;background:#fff;border-radius:12px}.script-item-editor select,.script-item-editor input,.scene-editor-form input{min-height:42px;padding:8px 10px}.script-item-editor textarea{resize:vertical;min-height:92px;padding:10px;line-height:1.45}.prototype-page{color:#1e2d3b;gap:20px;padding:4px 0 24px;display:grid}.prototype-header{border-bottom:1px solid #425b7021;gap:12px;padding:2px 2px 14px;display:grid}.prototype-breadcrumb{color:#7a8c9b;flex-wrap:wrap;gap:6px;font-size:.8rem;font-weight:620;display:flex}.prototype-breadcrumb a{color:#2f6fae;text-decoration:none}.prototype-title-row{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:18px;display:grid}.prototype-title-row h1{color:#172636;letter-spacing:0;margin:0 0 5px;font-size:clamp(1.55rem,2.3vw,2.15rem);font-weight:760;line-height:1.08}.prototype-title-row p{color:#536879;margin:0;font-size:.95rem}.prototype-meta{color:#758796;margin-top:8px;font-size:.83rem;font-weight:620}.prototype-toolbar{flex-wrap:wrap;justify-content:flex-end;gap:7px;display:flex}.prototype-toolbar button,.prototype-more summary{color:#263848;min-height:32px;font:inherit;cursor:pointer;background:#ffffffdb;border:1px solid #425b7029;border-radius:9px;padding:0 11px;font-size:.82rem;font-weight:680}.prototype-more{position:relative}.prototype-more summary{align-items:center;list-style:none;display:inline-flex}.prototype-more summary::-webkit-details-marker{display:none}.prototype-more>div{z-index:5;background:#fff;border:1px solid #425b7024;border-radius:12px;width:min(280px,78vw);padding:12px;position:absolute;top:38px;right:0;box-shadow:0 16px 34px #283d4e24}.prototype-more strong{color:#1e2d3b;margin-bottom:8px;font-size:.86rem;display:block}.prototype-more p{color:#647887;margin:6px 0 0;font-size:.82rem;line-height:1.45}.prototype-script-paper{background:#fffffff5;border:1px solid #425b701f;border-radius:18px;width:min(900px,100%);margin:0 auto;padding:clamp(22px,4vw,42px);box-shadow:0 14px 36px #2b42541a}.prototype-script-note{background:#f7fbfe;border:1px solid #425b701f;border-left:3px solid #2f6fae6b;border-radius:12px;margin-bottom:20px;padding:14px 16px}.prototype-script-note span{color:#2f6fae;letter-spacing:.11em;text-transform:uppercase;margin-bottom:6px;font-size:.68rem;font-weight:760;display:block}.prototype-script-note p,.prototype-stage-line p,.prototype-dialogue-line p{white-space:pre-wrap}.prototype-script-note p{color:#506575;margin:0;font-size:.94rem;line-height:1.55}.prototype-dialogue-line{border-bottom:1px solid #425b701a;grid-template-columns:minmax(0,1fr) auto;gap:12px;padding:13px 0 14px;display:grid;position:relative}.prototype-dialogue-line span{color:#2f6fae;letter-spacing:.09em;text-transform:uppercase;margin-bottom:5px;font-size:.72rem;font-weight:780;display:block}.prototype-dialogue-line p{color:#1f2e3b;max-width:72ch;margin:0;font-size:1.03rem;line-height:1.62}.prototype-stage-line{border-bottom:1px solid #425b7014;border-left:2px solid #2f6fae40;margin:4px 0;padding:11px 0 11px 14px}.prototype-stage-line p{color:#657887;max-width:68ch;margin:0;font-size:.98rem;font-style:italic;line-height:1.55}.prototype-line-menu{opacity:0;pointer-events:none;position:relative}.prototype-dialogue-line:hover .prototype-line-menu,.prototype-dialogue-line:focus-within .prototype-line-menu,.prototype-line-menu[open]{opacity:1;pointer-events:auto}.prototype-line-menu summary{color:#6c7e8c;cursor:pointer;background:#fff;border:1px solid #425b7024;border-radius:8px;place-items:center;width:28px;height:28px;list-style:none;display:grid}.prototype-line-menu summary::-webkit-details-marker{display:none}.prototype-line-menu>div{z-index:4;background:#fff;border:1px solid #425b7024;border-radius:10px;min-width:112px;padding:5px;position:absolute;top:32px;right:0;box-shadow:0 12px 26px #283d4e1f}.prototype-line-menu button{color:#34495b;width:100%;min-height:30px;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:7px;padding:0 9px;font-size:.82rem}.prototype-line-menu button:hover{background:#f0f6fb}@media (width<=900px){.app-shell{padding:14px}.glass-panel{border-radius:20px;min-height:calc(100svh - 28px);padding:16px}.top-nav,.page-header,.section-header,.scene-reader-header,.panel-title-row,.file-picker{display:grid}.server-status-widget{width:100%}.dashboard-grid,.detail-grid,.import-controls,.editor-grid,.script-row,.scene-row,.script-reader-item{grid-template-columns:1fr}.scene-header-actions{justify-content:stretch}.scene-header-actions .tc-button,.scene-header-actions .tc-button-secondary,.scene-info-menu summary,.scene-info-menu{width:100%}.script-reader-panel{padding:18px}.script-item-menu{opacity:1;pointer-events:auto}.editor-actions{justify-content:stretch}.editor-actions .tc-button,.editor-actions .tc-button-secondary{width:100%}.nav-links{width:fit-content}.file-picker input{max-width:100%}.prototype-title-row,.prototype-dialogue-line{grid-template-columns:1fr}.prototype-toolbar{justify-content:stretch}.prototype-toolbar button,.prototype-more,.prototype-more summary{width:100%}.prototype-line-menu{opacity:1;pointer-events:auto}}.script-recordings{flex-wrap:wrap;gap:.45rem;margin-top:.65rem;display:flex}.script-recording-button{color:#1d4ed8;cursor:pointer;background:#eff6ff;border:1px solid #93c5fd;border-radius:999px;padding:.35rem .65rem;font-size:.75rem;font-weight:600}.login-page{color:#172033;background:#f7f9fc;grid-template-columns:minmax(420px,46%) 1fr;min-height:100svh;display:grid}.login-card{width:min(460px,100% - 48px);margin:auto;padding:40px 0}.login-brand{color:#122033;align-items:center;gap:12px;margin-bottom:clamp(54px,10vh,100px);font-size:18px;font-weight:850;display:flex}.login-brand-icon{color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:12px;place-items:center;width:42px;height:42px;font-size:13px;display:grid;box-shadow:0 10px 24px #2563eb40}.login-heading>span,.login-visual span{color:#2563eb;letter-spacing:.14em;font-size:11px;font-weight:850}.login-heading h1{letter-spacing:-.035em;margin:10px 0;font-size:clamp(30px,4vw,42px);line-height:1.08}.login-heading p{color:#6c778a;margin:0;line-height:1.6}.login-form{gap:18px;margin-top:34px;display:grid}.login-form label{color:#394458;gap:8px;font-size:13px;font-weight:750;display:grid}.login-form input{color:#172033;min-height:50px;font:inherit;background:#fff;border:1px solid #ced7e5;border-radius:11px;outline:none;padding:12px 14px;transition:border-color .15s,box-shadow .15s}.login-form input:focus{border-color:#3974df;box-shadow:0 0 0 3px #3974df21}.login-submit{justify-content:center;min-height:50px;margin-top:4px}.login-footer{color:#9aa3b2;margin-top:clamp(54px,10vh,100px);font-size:12px}.login-visual{color:#fff;background:radial-gradient(circle at 75% 22%,#4b8bff8c,#0000 28%),linear-gradient(145deg,#092039,#123e68 56%,#1e5da0);border-radius:24px;align-items:flex-end;margin:18px;padding:clamp(38px,6vw,78px);display:flex;position:relative;overflow:hidden}.login-visual:before,.login-visual:after{content:"";border:1px solid #ffffff21;border-radius:50%;position:absolute}.login-visual:before{width:48vw;height:48vw;top:-16vw;right:-14vw}.login-visual:after{width:32vw;height:32vw;top:-7vw;right:-6vw}.login-visual>div{z-index:1;max-width:580px;position:relative}.login-visual span{color:#9dc7ff}.login-visual h2{letter-spacing:-.04em;margin:12px 0 15px;font-size:clamp(30px,4.4vw,58px);line-height:1.04}.login-visual p{color:#c9d9e9;max-width:52ch;margin:0;font-size:16px;line-height:1.65}@media (width<=850px){.login-page{grid-template-columns:1fr}.login-visual{display:none}.login-card{padding:32px 0}}.organization-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px;display:grid}.organization-troupes{gap:10px;padding:0;list-style:none;display:grid}.organization-troupes li{border:1px solid #e2e8f0;border-radius:10px;justify-content:space-between;padding:12px;display:flex}.organization-memberships{gap:14px;margin-bottom:20px;display:grid}.membership-company{border:1px solid #e2e8f0;border-radius:10px;padding:12px}.membership-company>div{flex-wrap:wrap;gap:16px;padding:10px 0 0 24px;display:flex}.organizations-table td{vertical-align:middle}.organization-name-cell{align-items:center;gap:12px;min-width:210px;display:flex}.organization-name-cell>span:last-child{gap:3px;display:grid}.organization-name-cell small,.organization-member-row small{color:#788397;font-size:12px;display:block}.organization-avatar{color:#2864d7;background:#e9f0ff;border-radius:10px;flex:none;place-items:center;width:38px;height:38px;display:grid}.organization-troupe-list{flex-wrap:wrap;gap:7px;min-width:180px;display:flex}.organization-troupe-chip{color:#445166;background:#f0f4f9;border-radius:999px;align-items:center;gap:5px;padding:5px 9px;font-size:12px;font-weight:700;display:inline-flex}.organization-troupe-chip button{color:#8b96a7;font:inherit;cursor:pointer;background:0 0;border:0;padding:0}.organization-row-actions{white-space:nowrap;justify-content:flex-end;align-items:center;gap:7px;display:flex}.organization-row-actions .admin-secondary-button{align-items:center;gap:6px;display:inline-flex}.admin-icon-button.danger{color:#c43c50}.organization-members-modal{width:min(980px,100vw - 32px);max-width:980px}.organization-add-member{background:#f8faff;border-bottom:1px solid #e7ecf3;grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:18px 22px;display:grid}.organization-add-member select,.organization-member-editor select{color:#182235;width:100%;min-height:42px;font:inherit;background:#fff;border:1px solid #ced6e3;border-radius:9px;padding:9px 11px}.organization-add-member .admin-primary-button{align-items:center;gap:6px;display:flex}.organization-member-list{max-height:440px;padding:10px 22px;overflow:auto}.organization-member-row{border-bottom:1px solid #edf0f5;grid-template-columns:auto minmax(160px,1.2fr) auto minmax(120px,1fr) auto;align-items:center;gap:13px;padding:13px 0;display:grid}.organization-member-row:last-child{border-bottom:0}.organization-member-row>div:nth-child(2){min-width:0}.organization-member-row>div:nth-child(2) strong,.organization-member-row>div:nth-child(2) small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.organization-member-troupes{color:#69758a;font-size:12px}.organization-member-editor{z-index:2;border-radius:inherit;background:#141e3075;place-items:center;padding:20px;display:grid;position:absolute;inset:0}.organization-member-editor-card{background:#fff;border-radius:14px;width:min(520px,100%);padding:22px;box-shadow:0 24px 60px #141e3040}.organization-member-editor-card h3{color:#182235;margin:0}.organization-member-editor-card>p{color:#69758a;margin:5px 0 18px}.organization-member-editor-card label{color:#3d4759;gap:7px;font-size:13px;font-weight:700;display:grid}.organization-member-editor-card fieldset{border:1px solid #dce2eb;border-radius:10px;margin:18px 0;padding:14px}.organization-member-editor-card legend{color:#3d4759;padding:0 5px;font-size:13px;font-weight:700}.organization-member-editor-card legend small{color:#8590a2;font-weight:400}.troupe-role-list{gap:8px;display:grid}.troupe-role-row{grid-template-columns:minmax(0,1fr) 130px;align-items:center;gap:9px;display:grid}.troupe-role-row .troupe-chip{justify-content:flex-start}.troupe-role-row select{min-height:36px;padding:6px 9px}.create-script-heading{margin-bottom:20px}.create-script-layout{gap:20px;display:grid}.create-script-error{margin:0}.create-script-section{padding:0;overflow:hidden}.create-script-fields{gap:20px;padding:24px;display:grid}.create-script-fields.two-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.create-script-fields .full-width{grid-column:1/-1}.create-script-fields label{color:#3d4759;gap:7px;font-size:13px;font-weight:700;display:grid}.create-script-fields input,.create-script-fields select,.create-script-fields textarea{color:#182235;width:100%;font:inherit;background:#fff;border:1px solid #ced6e3;border-radius:9px;outline:none;transition:border-color .15s,box-shadow .15s}.create-script-fields input,.create-script-fields select{min-height:46px;padding:10px 12px}.create-script-fields textarea{resize:vertical;min-height:105px;padding:12px;line-height:1.5}.create-script-fields input:focus,.create-script-fields select:focus,.create-script-fields textarea:focus{border-color:#3974df;box-shadow:0 0 0 3px #3974df21}.create-script-fields small{color:#7b8495;font-weight:400;line-height:1.45}.script-status-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:24px;display:grid}.script-status-option{color:#1d2738;min-height:128px;font:inherit;text-align:left;cursor:pointer;background:#fff;border:1px solid #dce2eb;border-radius:12px;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:13px;padding:18px;transition:border-color .15s,box-shadow .15s,background .15s;display:grid}.script-status-option:hover{border-color:#a9bbe0}.script-status-option.selected{background:#f7faff;border-color:#7da2e8;box-shadow:0 0 0 3px #3b71d614}.script-status-option strong{margin-bottom:6px;font-size:15px;display:block}.script-status-option small{color:#6f7b8e;font-size:12px;font-weight:400;line-height:1.5;display:block}.script-status-active{color:#15803d;background:#dcfce7}@media (width<=760px){.create-script-fields.two-columns,.script-status-options{grid-template-columns:1fr}.create-script-fields .full-width{grid-column:auto}.script-status-option{grid-template-columns:auto 1fr}.script-status-option .admin-status-badge{grid-column:2}.organization-member-row{grid-template-columns:auto 1fr auto}.organization-member-row .admin-role-badge,.organization-member-troupes{grid-column:2}.organization-member-row .organization-row-actions{grid-area:1/3/span 3}.organization-add-member{grid-template-columns:1fr}}.user-editor-heading{align-items:center}.user-editor-back{color:#2563eb;cursor:pointer;background:0 0;border:0;margin-bottom:8px;padding:0;font-weight:700}.user-editor-avatar{color:#fff;background:linear-gradient(135deg,#2563eb,#4f46e5);border-radius:18px;place-items:center;width:64px;height:64px;font-size:20px;font-weight:800;display:grid;box-shadow:0 10px 24px #2563eb38}.user-editor-layout{gap:20px;display:grid}.user-editor-section{padding:0;overflow:hidden}.user-editor-section-title{background:#fbfcfe;border-bottom:1px solid #e7ecf3;justify-content:space-between;align-items:center;gap:24px;padding:22px 24px;display:flex}.user-editor-section-title>div{align-items:center;gap:12px;display:flex}.user-editor-section-title>div>span{color:#2457c5;background:#e8efff;border-radius:9px;place-items:center;width:32px;height:32px;font-size:12px;font-weight:800;display:grid}.user-editor-section-title h2{color:#182235;margin:0;font-size:18px}.user-editor-section-title p{color:#6b7588;margin:0;font-size:13px}.user-profile-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;padding:24px;display:grid}.user-profile-grid label,.company-role-field{color:#3d4759;gap:7px;font-size:13px;font-weight:700;display:grid}.user-profile-grid input,.user-profile-grid select,.company-role-field select{color:#182235;width:100%;min-height:44px;font:inherit;background:#fff;border:1px solid #ced6e3;border-radius:9px;outline:none;padding:10px 12px;transition:border-color .15s,box-shadow .15s}.user-profile-grid input:focus,.user-profile-grid select:focus,.company-role-field select:focus{border-color:#3974df;box-shadow:0 0 0 3px #3974df21}.user-profile-grid small{color:#7b8495;font-weight:400}.company-access-list{gap:14px;padding:24px;display:grid}.company-access-card{border:1px solid #dce2eb;border-radius:12px;transition:border-color .15s,box-shadow .15s;overflow:hidden}.company-access-card.selected{border-color:#8dafed;box-shadow:0 0 0 3px #3b71d614}.company-access-toggle{color:#1d2738;text-align:left;cursor:pointer;background:#fff;border:0;grid-template-columns:auto 1fr auto;align-items:center;gap:13px;width:100%;padding:16px 18px;display:grid}.company-access-card.selected .company-access-toggle{background:#f7faff}.selection-indicator{color:#718096;border:1.5px solid #aeb8c8;border-radius:8px;place-items:center;width:28px;height:28px;font-weight:800;display:grid}.company-access-card.selected .selection-indicator{color:#fff;background:#2864d7;border-color:#2864d7}.company-access-toggle strong,.company-access-toggle small{display:block}.company-access-toggle small{color:#7b8495;margin-top:3px}.company-code{color:#697386;background:#eef1f6;border-radius:7px;padding:5px 9px;font-size:11px;font-weight:700}.company-access-details{background:#fff;border-top:1px solid #dfe6f0;grid-template-columns:minmax(220px,.6fr) 1.4fr;gap:24px;padding:18px;display:grid}.troupe-access>span{color:#3d4759;margin-bottom:9px;font-size:13px;font-weight:700;display:block}.troupe-access>span small{color:#8a94a5;margin-left:6px;font-weight:500}.troupe-access p{color:#7b8495;margin:8px 0 0;font-size:13px}.troupe-chip-list{flex-wrap:wrap;gap:8px;display:flex}.troupe-chip{color:#4d586b;cursor:pointer;background:#fff;border:1px solid #ccd5e2;border-radius:999px;padding:8px 12px;font-size:13px;font-weight:650;transition:all .15s}.troupe-chip span{color:#7b8798;margin-right:6px}.troupe-chip:hover{color:#2457b6;border-color:#7fa2e3}.troupe-chip.selected{color:#184da9;background:#eaf1ff;border-color:#2f69d6}.troupe-chip.selected span{color:#1e5ac5}.user-editor-actions{z-index:3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff0;border:1px solid #dfe5ee;border-radius:12px;justify-content:flex-end;gap:10px;margin-top:20px;padding:14px 18px;display:flex;position:sticky;bottom:0;box-shadow:0 -6px 24px #1f2a3d0f}@media (width<=760px){.user-profile-grid,.company-access-details{grid-template-columns:1fr}.user-editor-section-title{flex-direction:column;align-items:flex-start;gap:8px}.company-access-toggle{grid-template-columns:auto 1fr}.company-code{display:none}}.user-role-checkboxes{border:0;grid-column:1/-1;grid-template-columns:repeat(2,minmax(240px,1fr));gap:14px;margin:0;padding:0;display:grid}.user-role-checkboxes legend{color:#3d4759;margin-bottom:10px;font-size:13px;font-weight:700}.user-role-checkbox{cursor:pointer;background:#fff;border:1px solid #dce2eb;border-radius:12px;grid-template-columns:auto minmax(0,1fr);align-items:center;min-height:78px;padding:16px 18px;transition:border-color .15s,box-shadow .15s,background .15s;gap:13px!important;display:grid!important}.user-role-checkbox:hover{border-color:#a9bbe0}.user-role-checkbox.selected{background:#f7faff;border-color:#8dafed;box-shadow:0 0 0 3px #3b71d614}.user-role-checkbox input{opacity:0;pointer-events:none;position:absolute;width:1px!important;height:1px!important;min-height:0!important}.user-role-checkbox .selection-indicator{color:#718096;border:1.5px solid #aeb8c8;border-radius:8px;grid-row:1;place-items:center;width:28px;height:28px;font-weight:800;display:grid}.user-role-checkbox.selected .selection-indicator{color:#fff;background:#2864d7;border-color:#2864d7}.user-role-copy{gap:3px;min-width:0;display:grid}.user-role-copy strong{color:#1d2738;text-transform:none;font-size:14px}.user-role-copy small{color:#7b8495;text-transform:none;font-size:12px;font-weight:400;line-height:1.4}@media (width<=760px){.user-role-checkboxes{grid-template-columns:1fr}}.admin-menu-button,.admin-mobile-brand,.admin-sidebar-backdrop{display:none}.admin-main,.admin-main>*,.scripts-table-panel,.dashboard-panel,.glass-card,.user-editor-section,.create-script-section{min-width:0;max-width:100%}.dashboard-title,.script-detail-title-row h1,.scripts-company-group-header h2,.user-editor-section-title h2,.admin-modal-header h2,td,p,label,strong,small{overflow-wrap:anywhere}.scripts-table-scroll,.imports-table-wrap{overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch;max-width:100%}.admin-modal-backdrop{padding:max(12px, env(safe-area-inset-top)) max(12px, env(safe-area-inset-right)) max(12px, env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left))}.admin-modal,.admin-edit-modal,.organization-members-modal{overscroll-behavior:contain;width:min(980px,100vw - 24px);max-height:calc(100dvh - 24px);overflow-y:auto}.user-editor-actions{padding-bottom:max(14px, env(safe-area-inset-bottom))}@media (width<=1023px){.dashboard-stats-grid,.scripts-stats-grid,.casting-summary-grid,.script-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-content-grid,.dashboard-bottom-grid,.casting-workspace,.script-detail-admin-header,.script-detail-grid{grid-template-columns:1fr}}@media (width<=820px){.admin-shell{min-height:100dvh}.admin-sidebar{width:min(280px,100vw - 48px);min-height:100dvh;max-height:100dvh;padding:max(18px, env(safe-area-inset-top)) 14px max(18px, env(safe-area-inset-bottom));z-index:60;transition:transform .18s;position:fixed;inset:0 auto 0 0;overflow-y:auto;transform:translate(-105%)}.admin-sidebar.open{transform:translate(0)}.admin-sidebar-backdrop{z-index:50;background:#0718277a;border:0;width:100%;display:block;position:fixed;inset:0}.admin-topbar{height:60px;padding:env(safe-area-inset-top) max(16px, env(safe-area-inset-right)) 0 max(16px, env(safe-area-inset-left));justify-content:flex-start;gap:12px}.admin-menu-button{cursor:pointer;background:#fff;border:1px solid #dbe3ee;border-radius:11px;place-content:center;gap:4px;width:44px;height:44px;padding:0;display:grid}.admin-menu-button span{background:#172033;border-radius:2px;width:20px;height:2px}.admin-mobile-brand{color:#172033;min-width:0;font-weight:850;text-decoration:none;display:block}.admin-main{padding:20px max(16px, env(safe-area-inset-right)) max(28px, env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left));min-height:calc(100dvh - 60px)}.scripts-table{min-width:720px}.organization-grid,.admin-form-grid,.casting-assignment-form{grid-template-columns:1fr}.casting-filter-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=575px){.admin-main{padding-inline:max(12px, env(safe-area-inset-left))}.dashboard-title,.page-header h1,.section-header h1{font-size:clamp(1.5rem,8vw,2rem)}.dashboard-subtitle{line-height:1.45}.dashboard-stats-grid,.scripts-stats-grid,.casting-summary-grid,.script-summary-grid,.casting-role-size-grid{grid-template-columns:1fr;gap:12px}.dashboard-stat-card,.script-stat-card{gap:14px;min-height:92px;padding:16px}.dashboard-panel,.casting-character-panel,.casting-detail-panel,.glass-card{padding:16px}.dashboard-heading,.dashboard-panel-header,.scripts-toolbar,.scripts-company-group-header,.panel-title-row,.section-header,.script-detail-admin-header,.script-detail-title-row,.user-editor-heading,.admin-modal-header{flex-direction:column;align-items:stretch}.scripts-toolbar-actions,.admin-modal-actions,.casting-form-actions,.user-editor-actions,.meta-strip{flex-direction:column;align-items:stretch;width:100%}.scripts-toolbar-actions>*,.admin-modal-actions>*,.casting-form-actions>*,.user-editor-actions>*,.panel-title-row>button,.section-header button{justify-content:center;width:100%}.admin-primary-button,.admin-secondary-button,.admin-logout-button,.tc-button,.tc-button-secondary,.casting-danger-button,.dashboard-panel-header button,.casting-filter-tabs button{min-height:44px}input,select,textarea{min-width:0;max-width:100%;font-size:16px!important}.admin-modal{border-radius:14px;padding:16px}.admin-modal-actions{flex-direction:column-reverse}.organization-member-row{grid-template-columns:42px minmax(0,1fr);align-items:start}.organization-member-row .admin-role-badge,.organization-member-troupes,.organization-member-row .organization-row-actions{flex-wrap:wrap;grid-area:auto/2;justify-content:flex-start}.troupe-role-row,.create-script-fields.two-columns,.script-status-options,.user-profile-grid,.company-access-details,.user-role-checkboxes{grid-template-columns:1fr}.create-script-fields,.script-status-options,.user-profile-grid,.company-access-list{padding:16px}.company-access-toggle{grid-template-columns:auto minmax(0,1fr);padding:14px}.casting-scene-usage-header{display:none}.casting-scene-usage-row{grid-template-columns:1fr auto;gap:6px 12px;min-height:64px}.casting-scene-usage-row strong{white-space:normal;grid-column:1/-1}.casting-scene-usage-row span{text-align:left}.casting-assignment-warning li{grid-template-columns:1fr;gap:2px}.app-shell{min-height:100dvh;padding:max(12px, env(safe-area-inset-top)) max(12px, env(safe-area-inset-right)) max(12px, env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left))}.glass-panel{border-radius:16px;min-height:calc(100dvh - 24px);padding:14px}.top-nav{gap:10px}.nav-links{width:100%}.nav-links a{text-align:center;flex:1;min-height:44px}.script-row,.scene-row,.scene-reader-header,.editor-grid,.import-controls{grid-template-columns:1fr}.script-reader-panel{min-height:0;padding:16px 12px}.script-reader-item{padding-right:40px}.script-item-menu,.prototype-line-menu{opacity:1;pointer-events:auto}.script-item-menu summary,.prototype-line-menu summary{width:36px;height:36px}.login-card{width:calc(100% - 32px);padding:max(24px, env(safe-area-inset-top)) 0 max(24px, env(safe-area-inset-bottom))}.login-brand{margin-bottom:clamp(32px,8vh,54px)}.login-footer{margin-top:36px}}@media (width<=374px){.admin-main{padding-inline:12px}.dashboard-panel,.casting-character-panel,.casting-detail-panel,.glass-card,.admin-modal,.scripts-company-groups,.scripts-toolbar{padding:14px}.admin-sidebar{width:calc(100vw - 36px)}}@media (hover:none),(pointer:coarse){.script-item-menu,.prototype-line-menu{opacity:1;pointer-events:auto}button,a,summary{touch-action:manipulation}}
