:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--app-background:#f7f8fa;--app-foreground:#212529;--app-surface:#fff;--app-border:#d9dee5;--app-muted:#59636e}html[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}html[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--app-background:#17191d;--app-foreground:#e7e9ed;--app-surface:#22252b;--app-border:#3c424b;--app-muted:#aeb5bf}@media (prefers-color-scheme:dark){html[data-theme=system]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--app-background:#17191d;--app-foreground:#e7e9ed;--app-surface:#22252b;--app-border:#3c424b;--app-muted:#aeb5bf}}html[data-theme=light] body,html[data-theme=dark] body,html[data-theme=system] body{color:var(--app-foreground);background:var(--app-background);margin:0;transition:color .16s,background-color .16s}.app-shell{min-height:100vh}html[data-theme=dark] .bg-white,html[data-theme=system] .bg-white{background-color:var(--app-surface)!important}html[data-theme=dark] .text-gray-900,html[data-theme=system] .text-gray-900{color:var(--app-foreground)!important}html[data-theme=dark] .btn-light,html[data-theme=system] .btn-light{color:var(--app-foreground);background-color:var(--app-surface);border-color:var(--app-border)}html[data-theme=dark] .btn-light:hover,html[data-theme=system] .btn-light:hover{background-color:var(--app-border)}html[data-theme=dark] input,html[data-theme=dark] select,html[data-theme=dark] textarea,html[data-theme=system] input,html[data-theme=system] select,html[data-theme=system] textarea{color:var(--app-foreground);background-color:var(--app-surface);border-color:var(--app-border)}.theme-dock{width:min(100% - 40px,1440px);color:var(--app-foreground);justify-content:flex-end;align-items:center;gap:.4rem;margin:0 auto;padding:.75rem 0 1rem;display:flex}.theme-toolbar-label{white-space:nowrap;color:var(--app-muted);font-size:.8rem}.theme-switch{border-radius:999px;align-items:center;gap:2px;padding:3px;display:flex}.theme-switch-option{min-height:30px;color:var(--app-muted);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:999px;padding:.3rem .7rem;font-size:.8rem;line-height:1.2;transition:color .14s,background-color .14s}.theme-switch-option:hover{color:var(--app-foreground);background:color-mix(in srgb, var(--app-border) 55%, transparent)}.theme-switch-option[aria-pressed=true]{color:var(--app-foreground);background:color-mix(in srgb, var(--app-border) 75%, transparent);font-weight:600}.theme-switch-option:focus-visible{outline-offset:2px;outline:2px solid #3975d5}@media (max-width:520px){.theme-dock{gap:.15rem}.theme-toolbar-label{font-size:.72rem}.theme-switch-option{padding-inline:.5rem;font-size:.74rem}}.transcript-panel{max-width:960px;color:var(--app-foreground);background:var(--app-surface);border:1px solid var(--app-border);border-radius:8px;margin:1rem 0;padding:.75rem 1rem}.transcript-full-text{white-space:pre-wrap;max-height:22rem;line-height:1.65;overflow:auto}.transcript-caption-hint{color:var(--app-muted);margin:.65rem 0 1rem;font-size:.9rem}.transcript-status{color:var(--app-muted)}.dashboard-page{width:min(100% - 40px,1440px);margin:0 auto;padding:42px 0 120px}.dashboard-header,.dashboard-actions,.dashboard-stats,.library-toolbar,.library-filters,.video-card-title-row,.video-card-meta,.activity-row{align-items:center;display:flex}.dashboard-header,.library-toolbar{justify-content:space-between;gap:1.5rem}.dashboard-header{margin-bottom:28px}.dashboard-eyebrow{color:#5277a7;letter-spacing:.12em;margin:0 0 .55rem;font-size:.72rem;font-weight:700}.dashboard-page h1,.dashboard-page h2,.dashboard-page h3,.dashboard-page p{margin-top:0}.dashboard-page h1{letter-spacing:-.045em;margin-bottom:.35rem;font-size:clamp(2rem,4vw,2.8rem);line-height:1.1}.dashboard-subtitle{color:var(--app-muted);margin-bottom:0}.dashboard-actions,.library-filters{flex-wrap:wrap;gap:.6rem}.ui-button{border:1px solid var(--app-border);min-height:40px;font:inherit;cursor:pointer;border-radius:10px;justify-content:center;align-items:center;padding:.55rem .9rem;font-size:.9rem;font-weight:600;line-height:1.2;text-decoration:none;transition:background-color .14s,border-color .14s,transform .14s;display:inline-flex}.ui-button:hover{transform:translateY(-1px)}.ui-button-secondary{color:var(--app-foreground);background:var(--app-surface)}.ui-button-secondary:hover{background:color-mix(in srgb, var(--app-border) 35%, var(--app-surface))}.ui-button-primary{color:#fff;background:#315f9f;border-color:#315f9f}.ui-button-primary:hover{color:#fff;background:#274d82}.dashboard-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:30px;display:grid}.dashboard-stat{background:var(--app-surface);border:1px solid var(--app-border);border-radius:14px;flex-direction:column;justify-content:center;gap:.4rem;min-height:92px;padding:16px 20px;display:flex}.dashboard-stat span,.library-toolbar>div:first-child>span{color:var(--app-muted);font-size:.82rem}.dashboard-stat strong{letter-spacing:-.025em;font-size:1.35rem}.activity-panel{background:var(--app-surface);border:1px solid var(--app-border);border-radius:14px;margin:0 0 34px;padding:18px 20px}.activity-heading{align-items:center;gap:.55rem;margin-bottom:.6rem;font-weight:700;display:flex}.activity-indicator{background:#28a879;border-radius:50%;width:9px;height:9px;box-shadow:0 0 0 4px #28a87921}.activity-row{color:var(--app-muted);border-top:1px solid var(--app-border);justify-content:space-between;gap:1rem;padding:.65rem 0;font-size:.9rem}.activity-row strong{color:var(--app-foreground)}.activity-row a{color:#3974b8;white-space:nowrap}.activity-actions{align-items:center;gap:.7rem;display:flex}.activity-actions .ui-button{min-height:34px;padding:.4rem .65rem;font-size:.78rem}.activity-provider{color:var(--app-muted);font-size:.82rem}.library-toolbar{margin:0 0 16px}.library-toolbar>div:first-child{align-items:baseline;gap:.75rem;display:flex}.library-toolbar h2{margin-bottom:0;font-size:1.15rem}.video-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,245px),1fr));gap:18px;display:grid}.video-grid .video-card-preview{aspect-ratio:245/340}.video-grid .video-card-preview .preview-image-all{object-fit:contain}.video-grid .video-card-play{display:none}.video-grid .video-card:hover .preview-image-all,.profile-video-card:hover .preview-image-all{transform:none}.video-card{background:var(--app-surface);border:1px solid var(--app-border);border-radius:15px;min-width:0;transition:transform .16s,box-shadow .16s;overflow:hidden;box-shadow:0 2px 8px #0f172a0a}.video-card:hover{transform:translateY(-2px);box-shadow:0 12px 26px #0f172a1a}.video-card-preview{aspect-ratio:16/9;background:#15171a;display:block;position:relative;overflow:hidden}.video-card-preview .preview-image-all{object-fit:cover;width:100%;height:100%;transition:transform .24s;display:block}.video-card:hover .preview-image-all{transform:scale(1.025)}.video-card-content{padding:15px 16px 16px}.video-card-title-row{justify-content:space-between;gap:.75rem}.video-card-title-row h3{text-overflow:ellipsis;white-space:nowrap;margin-bottom:.2rem;font-size:1rem;overflow:hidden}.video-card-title-row p{color:var(--app-muted);margin-bottom:0;font-size:.82rem}.ui-icon-button{width:34px;height:34px;color:var(--app-muted);font:inherit;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:9px;flex:none;font-size:1.35rem;line-height:1}.ui-icon-button:hover{color:#b42332;background:#b4233214;border-color:#b4233229}.video-card-meta{flex-wrap:wrap;gap:.45rem;margin-top:.85rem}.video-card-meta span{color:var(--app-muted);background:color-mix(in srgb, var(--app-border) 28%, var(--app-surface));border-radius:6px;padding:.25rem .5rem;font-size:.73rem}.load-more-row{justify-content:center;margin-top:28px;display:flex}.detail-navigation,.video-detail-header,.video-detail-meta,.preview-section-heading{justify-content:space-between;align-items:center;gap:1rem;display:flex}.detail-navigation{margin-bottom:26px}.detail-navigation>div,.video-detail-meta{flex-wrap:wrap;gap:.55rem;display:flex}.video-detail-page{width:min(100% - 40px,1160px);margin:0 auto;padding:28px 0 120px}.video-detail-header{margin-bottom:18px}.video-detail-header h1{letter-spacing:-.04em;margin:0 0 .35rem;font-size:clamp(1.8rem,4vw,2.5rem)}.video-detail-header .dashboard-eyebrow{margin-bottom:.45rem}.video-detail-header .dashboard-subtitle{margin-bottom:0}.video-detail-meta span{color:var(--app-muted);background:var(--app-surface);border:1px solid var(--app-border);border-radius:8px;padding:.4rem .65rem;font-size:.82rem}.video-player-section{border:1px solid var(--app-border);background:#08090a;border-radius:16px;overflow:hidden;box-shadow:0 12px 34px #0f172a1f}.recording-player{aspect-ratio:16/9;object-fit:contain;background:#08090a;width:100%;max-height:min(72vh,760px);display:block}.video-detail-page>.transcript-status{background:var(--app-surface);border:1px solid var(--app-border);border-radius:10px;margin:.85rem 0;padding:.7rem .9rem}.transcript-panel{max-width:none;margin:1rem 0;padding:0;overflow:hidden}.transcript-panel summary{cursor:pointer;padding:.95rem 1.1rem;font-weight:650}.transcript-panel[open]>:not(summary){margin-left:1.1rem;margin-right:1.1rem}.transcript-panel[open]>:last-child{margin-bottom:1rem;display:inline-block}.preview-section{margin-top:32px}.preview-section-heading{margin-bottom:14px}.preview-section-heading h2{margin-bottom:0;font-size:1.2rem}.preview-section-heading .dashboard-eyebrow{margin-bottom:.3rem}.ui-button-danger{color:#a62635;background:var(--app-surface);border-color:color-mix(in srgb, #a62635 32%, var(--app-border))}.ui-button-danger:hover{background:color-mix(in srgb, #a62635 8%, var(--app-surface))}.preview-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.preview-grid a{color:var(--app-foreground);background:var(--app-surface);border:1px solid var(--app-border);border-radius:12px;text-decoration:none;overflow:hidden}.preview-grid img{object-fit:contain;background:#121417;width:100%;height:clamp(360px,48vw,560px);display:block}.preview-grid span{padding:.65rem .8rem;font-size:.85rem;font-weight:600;display:block}.video-filename{color:var(--app-muted);overflow-wrap:anywhere;margin-top:.8rem;font-size:.78rem}.profile-page{width:min(100% - 40px,1440px);min-height:calc(100vh - 86px);margin:0 auto;padding:34px 0 56px}.profile-navigation{justify-content:space-between;gap:.75rem;margin-bottom:34px;display:flex}.profile-header{margin-bottom:24px}.profile-header h1{letter-spacing:-.045em;margin:0 0 .45rem;font-size:clamp(2rem,4vw,2.8rem);line-height:1.1}.profile-header .dashboard-subtitle{color:var(--app-muted);margin:0}.profile-stats{margin-bottom:34px}.profile-library .library-toolbar{margin-bottom:18px}.profile-library .library-toolbar h2{margin:0;font-size:1.2rem}.profile-video-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,245px),1fr));gap:18px;display:grid}.profile-video-card .video-card-preview{aspect-ratio:245/340;background:#121417}.profile-duration{color:var(--app-foreground);background:color-mix(in srgb, var(--app-border) 28%, var(--app-surface));font-variant-numeric:tabular-nums;border-radius:5px;padding:.2rem .45rem;font-size:.76rem}.profile-video-card .video-card-preview .preview-image-all{object-fit:contain}.profile-card-heading{justify-content:space-between;align-items:flex-start;gap:.65rem;display:flex}.profile-card-heading h3{font-variant-numeric:tabular-nums;margin:0 0 .25rem;font-size:.98rem}.profile-card-heading p{color:var(--app-muted);text-transform:uppercase;margin:0;font-size:.8rem}.profile-card-meta{color:var(--app-muted);flex-wrap:wrap;justify-content:flex-start;gap:.45rem;margin-top:.75rem;font-size:.8rem}.profile-transcript-badge{color:#26724f}html[data-theme=dark] .profile-transcript-badge,html[data-theme=system] .profile-transcript-badge{color:#70d6a1}.profile-minute-link{min-height:58px;color:var(--app-foreground);background:color-mix(in srgb, var(--app-border) 24%, var(--app-surface));border:1px solid var(--app-border);border-radius:9px;align-items:center;gap:.75rem;margin-top:.8rem;padding:.4rem;font-size:.82rem;font-weight:600;text-decoration:none;display:flex}.profile-minute-link img{object-fit:cover;border-radius:5px;flex:none;width:74px;height:46px}.profile-minute-link span:nth-child(2){flex:1}.profile-minute-link:hover{border-color:#8299b7}.profile-empty-state{color:var(--app-muted);text-align:center;background:var(--app-surface);border:1px dashed var(--app-border);border-radius:14px;padding:2rem}.profile-danger-zone{color:var(--app-muted);border-top:1px solid var(--app-border);justify-content:space-between;align-items:center;gap:1rem;margin-top:38px;padding-top:20px;font-size:.88rem;display:flex}@media (max-width:680px){.dashboard-page{width:min(100% - 28px,1440px);padding-top:28px}.profile-page{width:min(100% - 28px,1440px);padding-top:22px}.profile-navigation{margin-bottom:28px}.profile-video-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,260px),1fr));gap:14px}.profile-danger-zone,.dashboard-header,.library-toolbar{flex-direction:column;align-items:flex-start}.dashboard-actions,.library-filters{width:100%}.dashboard-actions .ui-button,.library-filters .ui-button{flex:1}.dashboard-stats{grid-template-columns:1fr 1fr}.dashboard-stat:last-child{grid-column:1/-1}.video-detail-page{width:min(100% - 28px,1160px);padding-top:18px}.video-detail-header,.preview-section-heading{flex-direction:column;align-items:flex-start}.detail-navigation>div .ui-button,.detail-navigation>.ui-button{min-height:38px;padding-inline:.65rem;font-size:.82rem}.recording-player{aspect-ratio:16/10}.preview-grid{grid-template-columns:1fr}.preview-grid img{height:min(68vh,460px);min-height:320px}.activity-row,.activity-actions{flex-direction:column;align-items:flex-start}.theme-dock{gap:.15rem}.theme-toolbar-label{font-size:.72rem}.theme-switch-option{padding-inline:.5rem;font-size:.74rem}}
