/* Homepage reference: cinematic hero, compact tools, recent work and usage. */
.is-home .app-content{padding:0 0 64px}
.is-home .content-inner{max-width:none}
.is-home .topbar{min-height:88px;padding:20px 40px}
.is-home .select-chip{min-height:48px;max-width:260px;font-size:14px}
.is-home .brand-picker{min-width:0}
.is-home .select-chip-label{min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.is-home .select-chip .material-symbols-rounded{flex:none}
.is-home .plan-chip{min-height:48px;font-size:13px}
.home-dashboard{--home-pad:clamp(28px,3.2vw,56px);background:#0b1013;min-width:0}
.home-hero{position:relative;isolation:isolate;min-height:clamp(460px,35vw,590px);display:flex;align-items:flex-end;overflow:hidden;background:#0b1013}
.home-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;pointer-events:none}
.home-video-shade{position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(8,14,17,.91),rgba(8,14,17,.52) 48%,rgba(8,14,17,.21)),linear-gradient(0deg,#0b1013,transparent 38%)}
.home-hero-copy{position:relative;z-index:1;width:100%;padding:118px var(--home-pad) 64px}
.home-eyebrow{margin:0 0 24px;max-width:800px;color:#5fe3c0;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:13px;line-height:1.7;letter-spacing:.12em;overflow-wrap:anywhere}
.home-hero h1{margin:0;color:#e9eff2;font-size:clamp(40px,4.3vw,60px);line-height:1.22;font-weight:800;letter-spacing:-.04em}
.home-hero-description{max-width:720px;margin:24px 0 38px;color:#c6d2d8;font-size:18px;line-height:1.8;overflow-wrap:anywhere}
.home-hero-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.home-hero-actions button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:64px;padding:18px 32px;border-radius:15px;font-size:17px}
.home-hero-actions .primary-button{min-width:176px}
.home-hero-actions .secondary-button{background:rgba(11,16,19,.4);border-color:rgba(255,255,255,.2)}
.home-video-controls{position:absolute;top:24px;right:24px;z-index:3;display:flex;gap:10px}
.home-video-control{display:grid;place-items:center;width:44px;height:44px;padding:0;border:1px solid rgba(255,255,255,.18);border-radius:50%;background:rgba(11,16,19,.75);color:#c6d2d8;cursor:pointer}
.home-video-control .material-symbols-rounded{font-size:22px}
.home-video-control:hover:not(:disabled){border-color:#5fe3c0;color:#5fe3c0}
.home-video-control:disabled{cursor:default;opacity:.45}
.home-video-status{position:absolute;top:78px;right:24px;z-index:3;max-width:calc(100% - 48px);padding:6px 10px;border-radius:8px;background:rgba(11,16,19,.9);color:#c6d2d8;font-size:11px}
.home-video-status[hidden]{display:none}
.home-body{padding:36px var(--home-pad) 24px}
.home-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.home-action{display:flex;align-items:center;gap:14px;min-width:0;min-height:76px;padding:20px 24px;border:1px solid rgba(255,255,255,.09);border-radius:18px;background:#121b20;color:#e9eff2;text-align:left;cursor:pointer;transition:border-color 140ms ease,background 140ms ease}
.home-action:hover:not(:disabled){background:#18282c;border-color:rgba(95,227,192,.5)}
.home-action strong{font-size:17px;line-height:1.4}
.home-action small{color:#93a3ac;font-size:12px;white-space:nowrap}
.home-action>.material-symbols-rounded{margin-left:auto;font-size:20px;color:#5fe3c0}
.home-action-kind{display:flex;color:#5fe3c0}
.home-action-kind .material-symbols-rounded{font-size:20px}
.home-action.is-video .material-symbols-rounded{color:#a394ff}
.home-action.is-landing .material-symbols-rounded{color:#80cfe9}
.home-action:disabled{cursor:not-allowed}
.home-lower{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,360px);align-items:start;gap:clamp(28px,4vw,64px);margin-top:56px}
.home-section-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px;min-height:28px}
.home-section-head h2,.home-section-label{margin:0;color:#93a3ac;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:12px;line-height:1.7;font-weight:400;letter-spacing:.12em}
.home-section-head h2 span,.home-section-label span{margin-left:10px;color:#93a3ac;font-family:"Noto Sans TC",sans-serif;font-size:11px;letter-spacing:0}
.home-section-head .text-action,.home-usage-link,.home-empty .text-action,.home-tasks .text-action{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:36px}
.home-section-head .text-action{font-size:13px;white-space:nowrap}
.home-section-head .material-symbols-rounded,.home-usage-link .material-symbols-rounded,.home-tasks .text-action .material-symbols-rounded{font-size:18px}
.home-asset-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}
.home-asset{min-width:0;display:flex;flex-direction:column;align-items:stretch;gap:10px;padding:0;border:0;background:transparent;color:#b5c3cb;text-align:left;cursor:pointer}
.home-asset img{width:100%;aspect-ratio:1;object-fit:cover;border:1px solid rgba(255,255,255,.07);border-radius:15px;background:#121b20;transition:border-color 140ms ease}
.home-asset:hover img{border-color:#5fe3c0}
.home-asset>span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:12px;line-height:1.6}
.home-asset>small{margin-top:-6px;color:#82919a;font-size:10px}
.home-empty{min-height:230px;padding:32px 20px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px;border:1px dashed rgba(255,255,255,.12);border-radius:16px;color:#93a3ac;text-align:center;font-size:13px;line-height:1.7}
.home-empty>span{color:#5fe3c0}
.home-empty h3{margin:0;font-size:16px;color:#c6d2d8}
.home-empty p{margin:0}
.home-side{display:grid;gap:34px;min-width:0}
.home-usage{padding:28px;border:1px solid rgba(255,255,255,.1);border-radius:24px}
.home-usage-total{display:block;margin-top:22px;color:#e9eff2;font-family:"Plus Jakarta Sans",sans-serif;font-size:clamp(30px,3vw,48px);line-height:1.25;letter-spacing:-.055em;font-weight:800;font-variant-numeric:tabular-nums;overflow-wrap:anywhere}
.home-muted{margin:10px 0 0;color:#93a3ac;font-size:13px;line-height:1.8}
.home-cost-bar{display:flex;overflow:hidden;height:3px;margin:24px 0;background:rgba(255,255,255,.1)}
.home-cost-bar span{height:100%;background:#5fe3c0}
.home-cost-bar span+span{background:#a394ff}
.home-usage-details{display:grid;gap:14px;margin:0 0 26px;font-size:12px}
.home-usage-details>div{display:flex;align-items:baseline;justify-content:space-between;gap:12px;flex-wrap:wrap}
.home-usage-details dt{color:#93a3ac}
.home-usage-details dd{margin:0;color:#e9eff2;font-family:"Plus Jakarta Sans",sans-serif;font-weight:700;overflow-wrap:anywhere}
.home-usage-details small{font-size:10px;font-weight:400;color:#93a3ac}
.home-usage-link{width:100%;padding:13px 16px;border:1px solid rgba(95,227,192,.24);border-radius:13px;background:rgba(95,227,192,.08);color:#5fe3c0;cursor:pointer;font-size:13px;font-weight:700}
.home-usage-link:hover{background:rgba(95,227,192,.14)}
.home-usage-note{margin:14px 0 0;color:#82919a;font-size:10px;line-height:1.7}
.home-tasks .task-line{margin:18px 0}
.home-dashboard button:focus-visible{outline:2px solid #5fe3c0;outline-offset:4px}
@media(min-width:1800px){.home-hero-copy{padding-bottom:70px}.home-hero-actions button{min-height:72px}.home-body{padding-top:44px}.home-action{min-height:84px}.home-action strong{font-size:19px}.home-asset>span{font-size:14px}}
@media(max-width:1400px){.home-action{gap:10px;padding:18px}.home-action strong{font-size:15px}.home-action small{font-size:10px}.home-asset-grid{gap:12px}.home-lower{grid-template-columns:minmax(0,1fr) 290px;gap:26px}.home-usage{padding:24px}.home-usage-total{font-size:36px}}
@media(max-width:1200px){.home-action{flex-wrap:wrap;gap:8px}.home-action small{order:3;width:100%;padding-left:28px}.home-action strong{font-size:14px}.home-lower{grid-template-columns:1fr}.home-side{grid-template-columns:1fr 1fr;gap:24px}.home-usage-total{font-size:40px}.home-tasks{padding-top:20px}.home-hero-description{font-size:16px}.is-home .select-chip{max-width:190px;font-size:12px}.is-home .topbar{padding:16px 28px}}
@media(max-width:820px){.home-dashboard{--home-pad:24px}.home-hero{min-height:470px}.home-hero-copy{padding-top:120px;padding-bottom:42px}.home-hero h1{font-size:42px}.home-hero-description{max-width:430px;margin:18px 0 28px}.home-eyebrow{font-size:11px;margin-bottom:18px}.home-hero-actions button{min-height:54px;font-size:15px;padding:14px 24px}.home-hero-actions .primary-button{min-width:150px}.home-video-controls{top:18px;right:18px}.is-home .topbar{min-height:64px;padding:12px 20px}.home-body{padding-top:28px}.home-lower{margin-top:34px}.home-asset-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}}
@media(min-width:821px) and (max-width:1100px){.is-home .plan-chip{display:none}.is-home .select-chip{max-width:160px}.is-home .topbar{gap:10px;padding-right:22px;padding-left:22px}}
@media(max-width:560px){.home-dashboard{--home-pad:20px}.home-hero{min-height:470px}.home-hero h1{font-size:36px}.home-hero-description{font-size:15px}.home-video{object-position:58% center}.home-hero-actions{gap:12px}.home-hero-actions button{padding:14px 20px}.home-actions{grid-template-columns:1fr;gap:10px}.home-action{flex-wrap:nowrap;min-height:66px;padding:18px}.home-action strong{font-size:16px}.home-action small{order:initial;width:auto;padding-left:0;font-size:11px}.home-action.is-landing strong{font-size:15px}.home-asset-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 14px}.home-side{grid-template-columns:1fr}.home-usage{padding:24px}.home-section-head h2 span{display:none}.home-tasks{padding-top:0}.home-usage-total{font-size:42px}}
@media(prefers-reduced-motion:reduce){.home-dashboard *{transition:none!important;animation:none!important}}
.home-media-editor{max-width:880px;padding:24px;display:grid;gap:16px}.home-media-editor h2,.home-media-editor p{margin:0}.home-media-preview{display:block;width:100%;max-height:440px;aspect-ratio:16/9;background:#000;border-radius:12px}.home-media-actions{display:flex;gap:12px;flex-wrap:wrap}.home-media-editor input[type=file]{max-width:100%}
.home-media-slots{display:grid;gap:20px;max-width:880px}
.home-media-slots>.page-subtitle{margin:0}
