@layer reset{*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}img,video{max-width:100%;display:block}h1,h2,h3,h4,p,ul,ol,dl,dd{margin:0}ul,ol{padding:0}}@layer tokens{:root{--bg:#f6f8fb;--surface:#fefefe;--surface-soft:#edf2f7;--ink:#07131f;--muted:#5d6977;--line:#d9e2ea;--line-strong:#bcc8d4;--blue:#0a63ff;--blue-hover:#0755dc;--blue-soft:#e8f0ff;--cyan:#44d7f5;--cyan-soft:#def8fc;--orange:#ff6a3d;--orange-soft:#fff0eb;--navy:#061526;--navy-soft:#0c2034;--success:#147a55;--success-soft:#e8f7ef;--danger:#bd342b;--danger-soft:#fff0ee;--warning:#9d5b08;--warning-soft:#fff6e7;--radius-sm:4px;--radius:8px;--radius-lg:12px;--ease-out:cubic-bezier(.16, 1, .3, 1);--font:"Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif}}@layer base{body{background:var(--bg);min-width:1120px;color:var(--ink);font-family:var(--font);letter-spacing:0;font-size:15px;line-height:1.7}a{color:inherit;text-decoration:none}button{color:inherit}:focus-visible{outline:3px solid color-mix(in srgb, var(--blue) 35%, transparent);outline-offset:3px}::selection{background:var(--cyan-soft);color:var(--ink)}h1,h2,h3{line-height:1.35}input,textarea,select{border:1px solid var(--line-strong);border-radius:var(--radius-sm);background:var(--surface);width:100%;color:var(--ink);transition:border-color .18s var(--ease-out), box-shadow .18s var(--ease-out)}input,select{height:44px;padding:0 12px}textarea{resize:vertical;min-height:96px;padding:12px;line-height:1.65}input:focus,textarea:focus,select:focus{border-color:var(--blue);box-shadow:0 0 0 3px var(--blue-soft);outline:0}input::placeholder,textarea::placeholder{color:#85919d}label{color:var(--ink);grid-template-columns:minmax(0,1fr) auto;gap:8px;font-size:13px;font-weight:700;display:grid}label>input,label>textarea,label>select{grid-column:1/-1}label>span{color:var(--danger);grid-area:1/2;justify-self:end;font-size:11px}fieldset{border:0;min-width:0;margin:0;padding:0}legend{margin-bottom:12px;font-size:13px;font-weight:700}}@layer components{.brand{flex:none;align-items:center;gap:12px;font-size:14px;font-weight:900;line-height:1;display:inline-flex}.brand__mark{background:var(--navy);border-radius:7px;place-items:center;width:30px;height:30px;display:grid}.brand__mark span{background:var(--cyan);border-radius:50%;width:8px;height:8px}.brand--compact{color:var(--surface)}.brand--compact .brand__mark{background:var(--surface)}.brand--compact .brand__mark span{background:var(--blue)}.button{border-radius:var(--radius-sm);cursor:pointer;white-space:nowrap;min-height:44px;transition:background-color .18s var(--ease-out), border-color .18s var(--ease-out), color .18s var(--ease-out), transform .18s var(--ease-out);border:1px solid #0000;justify-content:center;align-items:center;gap:8px;font-size:14px;font-weight:800;line-height:1;display:inline-flex}.button svg{flex:none;width:19px;height:19px}.button--default{padding:0 20px}.button--small{min-height:36px;padding:0 12px;font-size:12px}.button--primary{background:var(--blue);color:var(--surface)}.button--primary:hover{background:var(--blue-hover);transform:translateY(-1px)}.button--secondary{border-color:var(--line-strong);background:var(--surface);color:var(--ink)}.button--secondary:hover{border-color:var(--ink);background:var(--surface-soft)}.button--quiet{color:var(--ink);background:0 0;border-color:#0000}.button--quiet:hover{background:var(--surface-soft)}.button--danger{background:var(--danger);color:var(--surface)}.button:active:not(:disabled){transform:translateY(1px)}.button:disabled{cursor:not-allowed;opacity:.48;transform:none}.eyebrow{color:var(--blue);letter-spacing:0;margin-bottom:12px;font-size:12px;font-weight:900;display:block}.status{border:1px solid var(--line);background:var(--surface-soft);width:fit-content;min-height:26px;color:var(--muted);border-radius:999px;align-items:center;padding:0 9px;font-size:11px;font-weight:800;line-height:1;display:inline-flex}.status--succeeded,.status--active,.status--closed{background:var(--success-soft);color:var(--success);border-color:#b9e2cf}.status--processing,.status--in_progress{background:var(--blue-soft);color:var(--blue);border-color:#a9ccff}.status--failed,.status--disabled{background:var(--danger-soft);color:var(--danger);border-color:#efc4c0}.status--submitted,.status--new{background:var(--warning-soft);color:var(--warning);border-color:#f0d5a9}.notice{border:1px solid var(--line);border-radius:var(--radius-sm);padding:12px 16px;font-size:13px;line-height:1.6}.notice a{color:var(--blue);text-underline-offset:3px;font-weight:800;text-decoration:underline}.notice--info{background:var(--blue-soft);color:#194f9f;border-color:#b9d2fa}.notice--error{background:var(--danger-soft);color:var(--danger);border-color:#edc0bc}.notice--success{background:var(--success-soft);color:var(--success);border-color:#b9e2cf}.loading-block{min-height:180px;color:var(--muted);justify-content:center;align-items:center;gap:12px;font-weight:700;display:flex}.spinner{border:2px solid var(--line);border-top-color:var(--blue);border-radius:50%;width:18px;height:18px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{text-align:center;align-content:center;place-items:center;gap:12px;min-height:260px;padding:32px;display:grid}.empty-state__icon{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-soft);width:56px;height:56px;color:var(--blue);place-items:center;display:grid}.empty-state__icon svg{width:26px;height:26px}.empty-state h2{font-size:18px}.empty-state p{max-width:420px;color:var(--muted)}.site-footer{border-top:1px solid var(--line);grid-template-columns:1fr auto;align-items:start;gap:24px;padding:40px 0 24px;display:grid}.site-footer__brand{gap:12px;display:grid}.site-footer__brand p,.site-footer__copy{color:var(--muted);font-size:12px}.site-footer nav{flex-wrap:wrap;justify-content:flex-end;gap:8px 24px;max-width:680px;font-size:12px;font-weight:700;display:flex}.site-footer nav a:hover{color:var(--blue)}.site-footer__copy{grid-column:1/-1}.form-grid{gap:16px;display:grid}.form-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.checkbox-field{color:var(--muted);align-items:flex-start;gap:10px;font-weight:500;line-height:1.6;display:flex}.checkbox-field input{width:18px;height:18px;accent-color:var(--blue);flex:none;margin:2px 0 0}.checkbox-field span{color:inherit;margin:0;font-size:12px}.checkbox-field a{color:var(--blue);text-underline-offset:2px;text-decoration:underline}.error-text{color:var(--danger)!important}}@layer public{.public-page{background:var(--bg);min-height:100vh}.public-header{grid-template-columns:1fr auto 1fr;align-items:center;gap:32px;height:72px;display:grid}.public-nav{color:var(--muted);align-items:center;gap:36px;font-size:13px;font-weight:700;display:flex}.public-nav a:hover{color:var(--ink)}.public-header__actions{justify-content:flex-end;gap:8px;display:flex}.public-subpage-header{width:min(1312px,100% - 128px);margin:0 auto}.home-page .home-screen{scroll-snap-align:start;min-height:832px;scroll-margin-top:0}.home-screen__inner{width:min(1312px,100% - 128px);min-height:inherit;margin:0 auto}.home-hero{background:var(--bg)}.home-hero__body{grid-template-columns:540px minmax(0,1fr);align-items:center;gap:32px;min-height:656px;padding:32px 0 24px;display:grid}.home-hero__copy{align-content:center;gap:24px;display:grid}.home-hero__copy h1{max-width:540px;font-size:44px;font-weight:900;line-height:1.28}.home-hero__copy h1 span{white-space:nowrap;display:block}.home-hero__copy>p{max-width:480px;color:var(--muted);font-size:15px;line-height:1.9}.hero-actions{align-items:center;gap:12px;display:flex}.hero-strengths{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;list-style:none;display:grid}.hero-strengths li{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);text-align:center;align-content:center;place-items:center;gap:5px;min-width:0;min-height:72px;font-size:11px;font-weight:800;display:grid}.hero-strengths svg{width:19px;height:19px;color:var(--blue)}.hero-scenes{border-radius:var(--radius);background:var(--navy);min-width:0;color:var(--surface);padding:20px}.hero-scenes__heading{justify-content:space-between;align-items:center;padding:0 4px 16px;display:flex}.hero-scenes__heading span{color:var(--cyan);font-size:11px;font-weight:900}.hero-scenes__heading strong{font-size:15px}.hero-scenes__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.hero-scene{border-radius:var(--radius-sm);min-width:0;height:220px;color:var(--surface);background:#102237;border:1px solid #20354a;transition:transform .22s cubic-bezier(.22,1,.36,1),border-color .22s cubic-bezier(.22,1,.36,1);position:relative;overflow:hidden}.hero-scene:after{content:"";background:linear-gradient(#0000,#040f1af0);position:absolute;inset:34% 0 0}.hero-scene:hover{border-color:#4b647b;transform:translateY(-2px)}.hero-scene img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .3s cubic-bezier(.22,1,.36,1)}.hero-scene:hover img{transform:scale(1.025)}.hero-scene--series img{object-position:center 28%}.hero-scene--live img{object-position:center 34%}.hero-scene--screen img{object-fit:contain;object-position:center bottom;background:#102237}.hero-scene--course img{object-position:center 38%}.hero-scene__overlay{z-index:1;gap:2px;padding:44px 14px 13px;display:grid;position:absolute;bottom:0;left:0;right:0}.hero-scene__overlay span{color:var(--cyan);font-size:9px;font-weight:900}.hero-scene--live .hero-scene__overlay span{color:var(--orange)}.hero-scene__overlay h2{color:var(--surface);font-size:16px;line-height:1.35}.hero-scene__overlay p{color:#c4d0da;white-space:nowrap;font-size:10px;line-height:1.45;overflow:hidden}.trust-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);min-height:64px;color:var(--muted);text-align:center;grid-template-columns:repeat(4,1fr);align-items:center;font-size:12px;font-weight:700;display:grid}.trust-strip span+span{border-left:1px solid var(--line)}.section-layout{padding:72px 0 64px}.section-intro{grid-template-columns:1.1fr .9fr;align-items:end;gap:64px;margin-bottom:48px;display:grid}.section-intro>div>span,.public-title>span,.support-page__intro>span,.legal-page header>span{color:var(--blue);margin-bottom:10px;font-size:11px;font-weight:900;display:block}.section-intro h2{font-size:36px;font-weight:900;line-height:1.3}.section-intro>p{max-width:560px;color:var(--muted);font-size:15px;line-height:1.9}.section-layout--dark{color:var(--surface)}.section-intro--dark>p{color:#aebdca}.asset-foundation{background:var(--surface)}.asset-foundation .section-layout{padding:56px 0 48px}.asset-foundation .section-intro{margin-bottom:32px}.asset-workspace{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.asset-workspace__panel{grid-template-rows:auto 1fr auto;gap:20px;min-width:0;min-height:404px;padding:24px 32px 20px;display:grid}.asset-workspace__panel+.asset-workspace__panel{border-left:1px solid var(--line)}.asset-workspace__heading{grid-template-columns:40px 1fr;gap:16px;display:grid}.asset-workspace__heading>span{color:var(--line-strong);padding-top:2px;font-size:16px;font-weight:900}.asset-workspace__heading div{gap:4px;display:grid}.asset-workspace__heading em{color:var(--blue);font-size:10px;font-style:normal;font-weight:900}.asset-workspace__panel--knowledge .asset-workspace__heading em{color:#07839b}.asset-workspace__heading h3{font-size:20px;line-height:1.45}.avatar-asset-flow,.knowledge-asset-flow{grid-template-columns:minmax(0,1fr) 24px minmax(0,1fr);align-items:center;gap:12px;min-width:0;display:grid}.avatar-asset-flow>svg,.knowledge-asset-flow>svg{width:18px;height:18px;color:var(--line-strong)}.source-video{gap:10px;display:grid}.source-video__screen{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--bg);min-height:142px;color:var(--blue);align-content:center;place-items:center;gap:10px;display:grid}.source-video__screen svg{width:30px;height:30px}.source-video__screen span{font-size:9px;font-weight:900}.source-video__screen small{color:var(--muted);font-size:8px}.source-video dl{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.source-video dl div{gap:2px;display:grid}.source-video dt{color:var(--muted);font-size:9px}.source-video dd{margin:0;font-size:11px;font-weight:800}.stored-avatar{gap:3px;min-width:0;display:grid;position:relative}.stored-avatar__media{border-radius:var(--radius-sm);background:var(--navy);height:142px;overflow:hidden}.stored-avatar__media img{object-fit:contain;object-position:center bottom;width:100%;height:100%}.stored-avatar>span{background:var(--surface);color:var(--success);border-radius:999px;align-items:center;gap:3px;padding:3px 6px;font-size:8px;font-weight:900;display:flex;position:absolute;top:112px;right:8px}.stored-avatar>span svg{width:10px;height:10px}.stored-avatar strong{margin-top:5px;font-size:12px}.stored-avatar small{color:var(--muted);font-size:9px}.knowledge-source-list{gap:6px;display:grid}.knowledge-source-list>span{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--bg);grid-template-columns:28px 1fr;align-items:center;column-gap:8px;min-height:45px;padding:6px 10px;display:grid}.knowledge-source-list svg{width:18px;height:18px;color:var(--blue);grid-row:1/3}.knowledge-source-list b{font-size:10px}.knowledge-source-list small{color:var(--muted);font-size:8px}.reference-scope{border-radius:var(--radius-sm);background:var(--navy);min-height:200px;color:var(--surface);align-content:center;gap:12px;padding:18px;display:grid}.reference-scope>div{gap:3px;display:grid}.reference-scope>div span{color:var(--cyan);font-size:8px;font-weight:900}.reference-scope>div strong{font-size:13px}.reference-scope ul{gap:7px;list-style:none;display:grid}.reference-scope li{color:#d8e1e9;align-items:center;gap:6px;font-size:9px;display:flex}.reference-scope li svg{width:12px;height:12px;color:var(--cyan)}.reference-scope>small{color:#8fa2b2;font-size:8px}.asset-workspace__footer{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;min-height:44px;padding-top:12px;display:flex}.asset-workspace__footer p{max-width:280px;color:var(--muted);font-size:10px;line-height:1.6}.asset-rail__links{gap:8px;display:flex}.asset-combination{border-bottom:1px solid var(--line);grid-template-columns:150px 1fr 300px;align-items:center;gap:24px;min-height:88px;display:grid}.asset-combination>span{color:var(--blue);font-size:9px;font-weight:900}.asset-combination__flow{justify-content:center;align-items:center;gap:8px;min-width:0;display:flex}.asset-combination__flow b,.asset-combination__flow strong{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--bg);white-space:nowrap;padding:6px 9px;font-size:8px;font-style:normal}.asset-combination__flow strong{background:var(--blue-soft);color:var(--blue);border-color:#9cc0f5}.asset-combination__flow i{color:var(--line-strong);font-size:13px;font-style:normal;font-weight:800}.asset-combination__flow svg{width:15px;height:15px;color:var(--line-strong)}.asset-combination>p{color:var(--muted);font-size:10px;line-height:1.6}.scene-section{background:var(--navy)}.vertical-scenes{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.vertical-scene{border-radius:var(--radius);background:var(--navy-soft);border:1px solid #1d3348;height:520px;position:relative;overflow:hidden}.vertical-scene:after{content:"";background:linear-gradient(#0000,#040e18f5);position:absolute;inset:28% 0 0}.vertical-scene>img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .3s cubic-bezier(.22,1,.36,1)}.vertical-scene:hover>img,.vertical-scene:hover .series-comparison img{transform:scale(1.02)}.vertical-scene--pr>img{object-position:center 44%}.vertical-scene--product>img{object-position:center 45%}.vertical-scene--screen>img{object-fit:cover;object-position:center bottom;background:#0d1e30}.series-comparison{grid-template-columns:repeat(2,minmax(0,1fr));display:grid;position:absolute;inset:0}.series-comparison>div{min-width:0;position:relative;overflow:hidden}.series-comparison>div+div{border-left:1px solid #456077}.series-comparison img{object-fit:cover;width:100%;height:100%;transition:transform .3s cubic-bezier(.22,1,.36,1)}.series-comparison>div:first-child img{object-position:24% center}.series-comparison>div:nth-child(2) img{object-position:78% center}.series-comparison span{border-radius:var(--radius-sm);color:var(--surface);background:#051320e0;padding:4px 6px;font-size:8px;font-weight:900;position:absolute;top:16px;left:12px}.series-comparison>div:nth-child(2) span{color:var(--cyan)}.series-comparison>svg{z-index:1;background:var(--orange);width:30px;height:30px;color:var(--surface);border-radius:999px;padding:7px;position:absolute;top:37%;left:50%;transform:translate(-50%,-50%)}.vertical-scenes__overlay{z-index:1;align-content:end;gap:8px;min-height:202px;padding:28px 22px 20px;display:grid;position:absolute;bottom:0;left:0;right:0}.vertical-scenes__overlay>span{color:var(--cyan);font-size:10px;font-weight:900}.vertical-scenes__overlay h3{color:var(--surface);font-size:20px}.vertical-scenes__overlay p{color:#c3ced7;min-height:44px;font-size:11px;line-height:1.65}.vertical-scenes__overlay a{min-height:42px;color:var(--surface);border-top:1px solid #3a4d60;justify-content:space-between;align-items:center;font-size:11px;font-weight:800;display:flex}.vertical-scenes__overlay a:hover{color:var(--cyan)}.production-section{background:var(--bg)}.production-demo{grid-template-columns:430px minmax(0,1fr);gap:32px;display:grid}.production-demo__steps{border-top:1px solid var(--line);display:grid}.production-demo__steps>div{border-bottom:1px solid var(--line);grid-template-columns:32px 40px 1fr;align-items:center;gap:16px;min-height:104px;display:grid}.production-demo__steps>div>span{color:var(--line-strong);align-self:start;padding-top:24px;font-size:12px;font-weight:900}.production-demo__steps svg{width:22px;height:22px;color:var(--blue)}.production-demo__steps h3{font-size:16px}.production-demo__steps p{max-width:320px;color:var(--muted);margin-top:4px;font-size:11px;line-height:1.65}.production-demo__preview{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);min-width:0;overflow:hidden}.preview-toolbar{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;height:44px;padding:0 16px;font-size:9px;font-weight:900;display:flex}.preview-toolbar span:last-child{color:var(--blue);align-items:center;gap:6px;display:flex}.preview-toolbar i{background:var(--blue);width:7px;height:7px;box-shadow:0 0 0 4px var(--blue-soft);border-radius:50%}.workbench-main{grid-template-columns:136px minmax(0,1fr) 190px;height:344px;display:grid}.workbench-assets{border-right:1px solid var(--line);background:var(--bg);align-content:start;min-width:0;padding:16px 12px;display:grid}.workbench-assets>span,.workbench-script>span{color:var(--blue);font-size:8px;font-weight:900}.workbench-assets>div{border-bottom:1px solid var(--line);grid-template-columns:24px minmax(0,1fr) 12px;align-items:center;gap:7px;min-width:0;min-height:72px;display:grid}.workbench-assets>div>svg:first-child{width:17px;height:17px;color:var(--blue)}.workbench-assets>div>svg:last-child{width:12px;height:12px;color:var(--success)}.workbench-assets p{min-width:0;display:grid}.workbench-assets strong,.workbench-assets small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.workbench-assets strong{font-size:9px}.workbench-assets small{color:var(--muted);font-size:7px}.workbench-canvas{background:var(--navy);grid-template-rows:minmax(0,1fr) 44px;min-width:0;padding:12px;display:grid}.workbench-video{border-radius:var(--radius-sm);background:var(--navy-soft);border:1px solid #2b4258;min-width:0;position:relative;overflow:hidden}.workbench-video:after{content:"";background:linear-gradient(#0000,#05111df0);position:absolute;inset:42% 0 0}.workbench-video img{object-fit:cover;object-position:center 42%;width:100%;height:100%}.workbench-video>span{z-index:1;border-radius:var(--radius-sm);color:var(--surface);background:#051320db;padding:3px 6px;font-size:7px;font-weight:900;position:absolute;top:10px;right:10px}.workbench-video>div{z-index:1;color:var(--surface);gap:3px;display:grid;position:absolute;bottom:12px;left:12px;right:12px}.workbench-video small{color:var(--cyan);font-size:7px;font-weight:900}.workbench-video strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.workbench-timeline{grid-template-columns:1.4fr .8fr .6fr;align-items:center;gap:5px;padding-top:10px;display:grid}.workbench-timeline i{background:#26425c;border-radius:2px;height:8px}.workbench-timeline i:first-child{background:var(--blue)}.workbench-timeline i:nth-child(2){background:#168da8}.workbench-script{border-left:1px solid var(--line);align-content:start;gap:12px;min-width:0;padding:16px;display:grid}.workbench-script h3{font-size:13px;line-height:1.55}.workbench-script>p{color:var(--muted);font-size:9px;line-height:1.75}.workbench-meta{flex-wrap:wrap;gap:5px;display:flex}.workbench-meta span{border-radius:var(--radius-sm);background:var(--surface-soft);color:var(--muted);padding:3px 6px;font-size:7px;font-weight:800}.workbench-output{border-top:1px solid var(--line);gap:6px;padding-top:10px;display:grid}.workbench-output b{min-height:28px;color:var(--muted);align-items:center;gap:7px;font-size:8px;display:flex}.workbench-output svg{width:14px;height:14px;color:var(--blue)}.preview-progress{align-items:center;gap:16px;height:72px;padding:0 20px;display:flex}.preview-progress>span{background:var(--line);border-radius:999px;width:34%;height:5px;overflow:hidden}.preview-progress>span:after{border-radius:inherit;background:var(--blue);content:"";width:68%;height:100%;display:block}.preview-progress div{flex:1;min-width:0;display:grid}.preview-progress strong{font-size:10px}.preview-progress small{color:var(--muted);font-size:8px}.preview-progress>b{color:var(--blue);font-size:11px}.final-cta{background:var(--surface)}.final-cta__inner{grid-template-rows:1fr auto;grid-template-columns:1fr 560px;column-gap:64px;padding-top:56px;display:grid}.final-cta__copy{align-content:center;justify-items:start;gap:20px;display:grid}.final-cta__copy>span{color:var(--blue);font-size:11px;font-weight:900}.final-cta__copy h2{font-size:40px;font-weight:900}.final-cta__copy p{max-width:580px;color:var(--muted);font-size:15px;line-height:1.9}.final-cta__start-panel{border:1px solid var(--line);border-radius:var(--radius);background:var(--bg);align-self:center;gap:16px;padding:24px;display:grid}.final-cta__start-panel>header{justify-content:space-between;align-items:end;gap:24px;display:flex}.final-cta__start-panel>header div{gap:4px;display:grid}.final-cta__start-panel>header span{color:var(--blue);font-size:9px;font-weight:900}.final-cta__start-panel>header h3{font-size:20px}.final-cta__start-panel>header small{color:var(--muted);font-size:9px}.final-cta__start-panel ol{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(3,1fr);list-style:none;display:grid}.final-cta__start-panel li{min-height:52px;color:var(--muted);align-items:center;gap:7px;font-size:9px;font-weight:800;display:flex}.final-cta__start-panel li span{border:1px solid var(--line);border-radius:50%;place-items:center;width:22px;height:22px;font-size:8px;display:grid}.final-cta__start-panel li.is-active{color:var(--ink)}.final-cta__start-panel li.is-active span{border-color:var(--blue);background:var(--blue);color:var(--surface)}.start-upload-link{border:1px dashed var(--line-strong);border-radius:var(--radius-sm);background:var(--surface);min-height:104px;transition:border-color .18s var(--ease-out), background-color .18s var(--ease-out);grid-template-columns:48px 1fr 24px;align-items:center;gap:16px;padding:16px;display:grid}.start-upload-link:hover{border-color:var(--blue);background:var(--blue-soft)}.start-upload-link>svg:first-child{width:28px;height:28px;color:var(--blue)}.start-upload-link>svg:last-child{width:18px;height:18px;color:var(--line-strong)}.start-upload-link div{display:grid}.start-upload-link strong{font-size:14px}.start-upload-link small{color:var(--muted);font-size:10px}.start-paths{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.start-paths>a{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);min-width:0;min-height:88px;transition:border-color .18s var(--ease-out), transform .18s var(--ease-out);grid-template-columns:32px minmax(0,1fr) 16px;align-items:center;gap:10px;padding:12px;display:grid}.start-paths>a:hover{border-color:var(--blue);transform:translateY(-1px)}.start-paths>a>svg:first-child{width:22px;height:22px;color:var(--blue)}.start-paths>a>svg:last-child{width:14px;height:14px;color:var(--line-strong)}.start-paths div{min-width:0;display:grid}.start-paths span{color:var(--blue);font-size:7px;font-weight:900}.start-paths strong,.start-paths small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.start-paths strong{font-size:11px}.start-paths small{color:var(--muted);font-size:8px}.final-cta .site-footer{grid-column:1/-1;margin-top:40px}.public-title{justify-items:start;gap:12px;padding:72px 0 56px;display:grid}.public-title h1{font-size:44px;font-weight:900}.public-title p{max-width:720px;color:var(--muted);font-size:16px}.cases-page,.support-page,.legal-page,.public-page>.site-footer{width:min(1312px,100% - 128px);margin:0 auto}.case-detail-list{border-top:1px solid var(--line)}.case-detail-list article{border-bottom:1px solid var(--line);grid-template-columns:1fr 1fr;gap:64px;padding:48px 0;display:grid}.case-detail-list article:nth-child(2n) .case-detail-list__image{order:2}.case-detail-list__image{border-radius:var(--radius);background:var(--navy);height:360px;overflow:hidden}.case-detail-list__image img{object-fit:cover;width:100%;height:100%}.case-detail-list__copy{align-content:center;justify-items:start;gap:16px;display:grid}.case-detail-list__copy>span{color:var(--blue);font-size:11px;font-weight:900}.case-detail-list__copy h2{font-size:32px}.case-detail-list__copy p{max-width:520px;color:var(--muted);font-size:15px}.support-page{grid-template-columns:1fr 580px;gap:96px;min-height:700px;padding:72px 0;display:grid}.support-page__intro{align-content:start;justify-items:start;gap:20px;padding-top:24px;display:grid}.support-page__intro h1{font-size:40px;font-weight:900}.support-page__intro p{max-width:520px;color:var(--muted);font-size:15px}.support-page__intro ul{gap:12px;margin-top:12px;list-style:none;display:grid}.support-page__intro li{align-items:center;gap:10px;font-weight:700;display:flex}.support-page__intro li svg{color:var(--success)}.support-form{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);gap:20px;padding:32px;display:grid}.support-form .button{justify-self:start}.legal-page{max-width:880px;padding:72px 0 96px}.legal-page header{border-bottom:1px solid var(--line);padding-bottom:40px}.legal-page h1{font-size:40px}.legal-page header p{color:var(--muted);margin-top:12px}.legal-page section{border-bottom:1px solid var(--line);gap:12px;padding:32px 0;display:grid}.legal-page section h2{font-size:18px}.legal-page section p{color:var(--muted);font-size:15px;line-height:2}.legal-page>.button{margin-top:32px}.auth-page{background:var(--surface);grid-template-columns:220px 520px 1fr;min-height:100vh;display:grid}.auth-page__brand{flex-direction:column;align-items:flex-start;gap:24px;padding:32px;display:flex}.auth-page__brand p{color:var(--muted);writing-mode:vertical-rl;align-self:center;font-size:11px;font-weight:700}.auth-panel{align-self:center;gap:20px;width:100%;padding:56px;display:grid}.auth-panel h1{font-size:36px}.auth-panel>p{color:var(--muted)}.auth-panel>small{color:var(--muted);text-align:center}.auth-panel>small a{color:var(--blue);font-weight:700}.auth-page__visual{background:var(--navy);color:var(--surface);place-items:center;padding:64px;display:grid}.auth-page__visual>div{gap:24px;width:min(580px,100%);display:grid}.auth-page__visual>div>span{color:var(--cyan);font-size:11px;font-weight:900}.auth-page__visual h2{font-size:34px}.auth-preview{border-radius:var(--radius);border:1px solid #294057;grid-template-columns:repeat(3,1fr);align-items:end;gap:8px;height:280px;padding:32px;display:grid}.auth-preview span{background:var(--navy-soft);height:100px;color:var(--cyan);place-items:center;font-size:10px;font-weight:900;display:grid}.auth-preview span:nth-child(2){height:160px;color:var(--surface)}.auth-preview span:nth-child(3){background:var(--blue);height:220px;color:var(--surface)}.password-page{background:var(--bg);place-items:center;min-height:100vh;display:grid}.password-page .auth-panel{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);max-width:520px}.auth-icon{border-radius:var(--radius);background:var(--blue-soft);width:48px;height:48px;color:var(--blue);place-items:center;display:grid}.auth-icon svg{width:24px;height:24px}}@layer app{.boot-screen{place-items:center;min-height:100vh;display:grid}.app-shell{background:var(--bg);grid-template-columns:240px minmax(0,1fr);min-height:100vh;display:grid}.app-sidebar{background:var(--navy);color:#afbecb;grid-template-rows:auto auto 1fr auto;height:100vh;padding:24px 16px;display:grid;position:sticky;top:0}.app-sidebar>.brand{padding:0 8px}.workspace-label{border-top:1px solid #263b50;border-bottom:1px solid #263b50;gap:3px;margin:32px 8px 20px;padding:16px 0;display:grid}.workspace-label span{color:var(--cyan);font-size:9px;font-weight:900}.workspace-label strong{color:var(--surface);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.app-sidebar nav,.app-sidebar__bottom{align-content:start;gap:4px;display:grid}.app-sidebar nav a,.app-sidebar__bottom a,.app-sidebar__bottom button{border-radius:var(--radius-sm);min-height:44px;color:inherit;cursor:pointer;text-align:left;background:0 0;border:0;align-items:center;gap:12px;padding:0 12px;font-size:13px;font-weight:700;display:flex}.app-sidebar nav svg,.app-sidebar__bottom svg{width:19px;height:19px}.app-sidebar nav a:hover,.app-sidebar__bottom a:hover,.app-sidebar__bottom button:hover{background:var(--navy-soft);color:var(--surface)}.app-sidebar nav a.is-active{background:var(--blue);color:var(--surface)}.app-sidebar__bottom{border-top:1px solid #263b50;padding-top:12px}.app-main{min-width:0}.app-topbar{border-bottom:1px solid var(--line);background:var(--surface);justify-content:flex-end;align-items:center;gap:12px;height:64px;padding:0 40px;font-size:12px;font-weight:700;display:flex}.user-avatar{background:var(--navy);width:32px;height:32px;color:var(--surface);border-radius:50%;place-items:center;display:grid}.app-page{width:min(1180px,100% - 80px);margin:0 auto;padding:40px 0 72px}.app-page>.notice{margin-bottom:16px}.page-header{justify-content:space-between;align-items:flex-start;gap:48px;min-height:136px;padding-bottom:32px;display:flex}.page-header h1{font-size:32px;font-weight:900}.page-header p{max-width:720px;color:var(--muted);margin-top:10px}.page-header__actions{gap:8px;padding-top:24px;display:flex}.panel-heading{align-items:flex-start;gap:14px;display:flex}.panel-heading h2{font-size:17px}.panel-heading p{color:var(--muted);margin-top:4px;font-size:12px}.panel-icon{border-radius:var(--radius);background:var(--blue-soft);width:40px;height:40px;color:var(--blue);flex:none;place-items:center;display:grid}.panel-icon--orange{background:var(--orange-soft);color:var(--orange)}.panel-icon svg{width:20px;height:20px}.form-panel,.data-panel{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);align-content:start;gap:20px;padding:24px;display:grid}.count-label{color:var(--muted);font-size:12px}.asset-page-layout{grid-template-columns:minmax(0,1.4fr) minmax(320px,.6fr);gap:24px;display:grid}.guideline-panel{border-radius:var(--radius);background:var(--navy);color:var(--surface);align-content:start;gap:16px;padding:28px;display:grid}.guideline-panel>span{color:var(--cyan);font-size:10px;font-weight:900}.guideline-panel h2{font-size:21px}.guideline-panel ul{border-top:1px solid #294057;border-bottom:1px solid #294057;gap:13px;padding:20px 0;list-style:none;display:grid}.guideline-panel li{color:#d7e0e8;align-items:center;gap:9px;font-size:12px;display:flex}.guideline-panel li svg{color:var(--cyan)}.guideline-panel p{color:#9fb0bf;font-size:11px}.file-drop{border:1px dashed var(--line-strong);border-radius:var(--radius);background:var(--bg);cursor:pointer;min-height:168px;transition:border-color .18s var(--ease-out), background-color .18s var(--ease-out);align-content:center;place-items:center;gap:6px;display:grid}.file-drop:hover,.file-drop.has-file{border-color:var(--blue);background:var(--blue-soft)}.file-drop input{opacity:0;width:1px;height:1px;position:absolute}.file-drop svg{width:28px;height:28px;color:var(--blue)}.file-drop strong{text-overflow:ellipsis;white-space:nowrap;max-width:480px;font-size:14px;overflow:hidden}.file-drop span{color:var(--muted);font-size:11px}.list-section{margin-top:40px}.list-section__heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:end;padding-bottom:16px;display:flex}.list-section__heading>div>span{color:var(--blue);font-size:10px;font-weight:900}.list-section__heading h2{font-size:21px}.list-section__heading>span{color:var(--muted);font-size:12px}.asset-list-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding-top:16px;display:grid}.avatar-item{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);grid-template-columns:104px 1fr auto;gap:16px;min-width:0;padding:12px;display:grid}.avatar-item__preview{border-radius:var(--radius-sm);background:var(--navy);width:104px;height:128px;color:var(--cyan);place-items:center;display:grid;overflow:hidden}.avatar-item__preview img{object-fit:cover;width:100%;height:100%}.avatar-item__preview svg{width:28px;height:28px}.avatar-item>div:nth-child(2){align-content:start;gap:6px;min-width:0;display:grid}.avatar-item h3{text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.avatar-item p,.avatar-item small{color:var(--muted);font-size:10px}.avatar-item>.button{align-self:start;width:36px;padding:0}.avatar-item>.button span{display:none}.avatar-item__action{border-radius:var(--radius-sm);width:36px;height:36px;color:var(--blue);transition:background-color .18s var(--ease-out), transform .18s var(--ease-out);align-self:start;place-items:center;display:grid}.avatar-item__action:hover{background:var(--blue-soft);transform:translate(1px)}.avatar-item__action svg{width:18px;height:18px}.source-layout{grid-template-columns:560px minmax(0,1fr);gap:24px;display:grid}.knowledge-layout{grid-template-columns:440px minmax(0,1fr);gap:24px;display:grid}.source-form__actions{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;display:grid}.compact-file{border:1px dashed var(--line-strong);border-radius:var(--radius-sm);cursor:pointer;align-items:center;gap:10px;min-height:48px;padding:0 12px;display:flex}.compact-file input{opacity:0;width:1px;height:1px;position:absolute}.compact-file svg{color:var(--blue)}.compact-file span{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:12px;overflow:hidden}.source-library .panel-heading{justify-content:space-between}.source-items{display:grid}.source-items article{border-top:1px solid var(--line);grid-template-columns:48px 1fr;gap:16px;padding:20px 0;display:grid}.source-items__icon{border-radius:var(--radius);background:var(--orange-soft);width:48px;height:48px;color:var(--orange);place-items:center;display:grid}.source-items__icon svg{width:22px;height:22px}.source-items article>div{min-width:0}.source-items article>div>span{color:var(--orange);font-size:9px;font-weight:900}.source-items h3{margin:2px 0 5px;font-size:15px}.source-items p{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12px;display:-webkit-box;overflow:hidden}.source-items ul{flex-wrap:wrap;gap:6px;margin-top:10px;list-style:none;display:flex}.source-items li{border-radius:var(--radius-sm);background:var(--surface-soft);color:var(--muted);padding:3px 7px;font-size:10px}.source-items small{color:var(--muted);align-items:center;gap:5px;margin-top:10px;display:flex}.tabs{border-bottom:1px solid var(--line);gap:4px;margin-bottom:24px;display:flex}.tabs button{cursor:pointer;min-height:44px;color:var(--muted);background:0 0;border:0;border-bottom:2px solid #0000;padding:0 16px;font-size:13px;font-weight:800}.tabs button.is-active{border-bottom-color:var(--blue);color:var(--ink)}.tabs button span{background:var(--blue-soft);min-width:20px;height:20px;color:var(--blue);border-radius:999px;place-items:center;margin-left:6px;font-size:10px;display:inline-grid}.tabs--compact{margin:-8px -8px 0}.tabs--compact button{align-items:center;gap:7px;display:flex}.knowledge-layout .form-panel>form{gap:20px;display:grid}.file-field{border:1px dashed var(--line-strong);border-radius:var(--radius);cursor:pointer;grid-template-columns:1fr;align-content:center;place-items:center;gap:6px;min-height:140px;display:grid}.file-field.has-file{border-color:var(--blue);background:var(--blue-soft)}.file-field input{opacity:0;width:1px;height:1px;position:absolute}.file-field svg{width:26px;height:26px;color:var(--blue)}.file-field span{color:var(--ink);grid-area:auto;justify-self:auto;margin:0;font-size:12px}.file-field small{color:var(--muted)}.document-list{display:grid}.document-list button{border:0;border-top:1px solid var(--line);cursor:pointer;text-align:left;background:0 0;grid-template-columns:40px minmax(0,1fr) auto 20px;align-items:center;gap:12px;min-height:72px;padding:10px 0;display:grid}.document-list button:hover strong{color:var(--blue)}.document-list__icon{border-radius:var(--radius-sm);background:var(--cyan-soft);color:#087b92;place-items:center;width:40px;height:40px;display:grid}.document-list button>span:nth-child(2){min-width:0;display:grid}.document-list strong,.document-list small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.document-list strong{font-size:13px}.document-list small{color:var(--muted);font-size:10px}.knowledge-preview{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);grid-template-columns:1fr auto;gap:16px;margin-top:24px;padding:24px;display:grid}.knowledge-preview>div>span{color:var(--blue);font-size:9px;font-weight:900}.knowledge-preview h2{font-size:17px}.knowledge-preview pre{border-radius:var(--radius-sm);background:var(--bg);max-height:300px;color:var(--muted);font-family:var(--font);white-space:pre-wrap;grid-column:1/-1;margin:0;padding:16px;font-size:12px;line-height:1.8;overflow:auto}.workflow-steps{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);grid-template-columns:repeat(4,1fr);margin:0 0 32px;list-style:none;display:grid}.workflow-steps li{min-height:52px;color:var(--muted);align-items:center;gap:8px;padding:0 16px;font-size:12px;font-weight:700;display:flex;position:relative}.workflow-steps li>span{border:1px solid var(--line);border-radius:50%;place-items:center;width:24px;height:24px;font-size:10px;display:grid}.workflow-steps li.is-active{color:var(--ink)}.workflow-steps li.is-active>span{border-color:var(--blue);background:var(--blue);color:var(--surface)}.workflow-steps li>svg{z-index:1;color:var(--line-strong);position:absolute;right:-9px}.readiness-strip{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:24px;display:grid}.readiness-strip>a{min-width:0;min-height:72px;transition:background-color .18s var(--ease-out);grid-template-columns:32px minmax(0,1fr) 18px;align-items:center;gap:10px;padding:0 16px;display:grid}.readiness-strip>a+a{border-left:1px solid var(--line)}.readiness-strip>a:hover{background:var(--surface-soft)}.readiness-strip>a>svg:first-child{width:20px;height:20px;color:var(--blue)}.readiness-strip>a>svg:last-child{width:15px;height:15px;color:var(--line-strong)}.readiness-strip span{min-width:0;display:grid}.readiness-strip small,.readiness-strip strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.readiness-strip small{color:var(--muted);font-size:9px}.readiness-strip strong{font-size:11px}.create-layout{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:24px;display:grid}.create-main{gap:16px;display:grid}.form-section{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);gap:20px;padding:24px;display:grid}.form-section__heading{gap:14px;display:flex}.form-section__heading>span{border-radius:var(--radius-sm);background:var(--navy);width:32px;height:32px;color:var(--surface);flex:none;place-items:center;font-size:10px;font-weight:900;display:grid}.form-section__heading h2{font-size:17px}.form-section__heading p{color:var(--muted);font-size:11px}.template-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.template-grid button{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);cursor:pointer;text-align:left;grid-template-columns:40px 1fr 20px;align-items:center;gap:12px;min-height:88px;padding:12px;display:grid}.template-grid button:hover,.template-grid button.is-active{border-color:var(--blue);background:var(--blue-soft)}.template-grid button>svg{opacity:0;color:var(--blue)}.template-grid button.is-active>svg{opacity:1}.template-mark{border-radius:var(--radius-sm);background:var(--surface-soft);width:40px;height:40px;color:var(--blue);place-items:center;display:grid}.template-grid button>span:nth-child(2){display:grid}.template-grid strong{font-size:13px}.template-grid small{color:var(--muted);font-size:10px;line-height:1.5}.document-checks{flex-wrap:wrap;gap:8px;display:flex}.document-checks label{border:1px solid var(--line);border-radius:var(--radius-sm);cursor:pointer;min-height:40px;color:var(--muted);align-items:center;gap:8px;padding:0 10px;font-size:11px;font-weight:700;display:flex}.document-checks label:has(input:checked){border-color:var(--blue);background:var(--blue-soft);color:var(--blue)}.document-checks input{width:15px;height:15px;accent-color:var(--blue)}.create-summary{border-radius:var(--radius);background:var(--navy);color:var(--surface);gap:20px;padding:24px;display:grid;position:sticky;top:88px}.create-summary>span{color:var(--cyan);font-size:10px;font-weight:900}.create-summary h2{font-size:21px}.create-summary>p{color:#aebdca;font-size:12px}.create-summary dl{border-top:1px solid #294057;display:grid}.create-summary dl div{border-bottom:1px solid #294057;grid-template-columns:90px 1fr;gap:12px;padding:12px 0;display:grid}.create-summary dt{color:#8da0b0;font-size:10px}.create-summary dd{text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:700;overflow:hidden}.create-summary>small{color:#8da0b0;text-align:center;font-size:10px}.create-summary .button--quiet{color:var(--surface)}.create-summary ul{gap:10px;list-style:none;display:grid}.create-summary li{color:#c4d0da;align-items:center;gap:8px;font-size:11px;display:flex}.create-summary li svg{color:var(--cyan)}.script-editor-layout{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:24px;display:grid}.script-editor{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);gap:20px;padding:24px;display:grid}.script-editor__heading{justify-content:space-between;display:flex}.script-editor__heading span{color:var(--blue);font-size:9px;font-weight:900}.script-editor__heading h2{font-size:20px}label>.field-count{color:var(--muted);justify-self:end;font-size:9px;font-weight:500}.reference-list{border-top:1px solid var(--line);flex-wrap:wrap;align-items:center;gap:8px;padding-top:16px;display:flex}.reference-list>span{margin-right:8px;font-size:11px;font-weight:800}.reference-list small{border-radius:var(--radius-sm);background:var(--success-soft);color:var(--success);align-items:center;gap:4px;padding:4px 8px;display:flex}.result-layout{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:24px;display:grid}.result-stage{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);overflow:hidden}.result-stage video,.video-placeholder{background:var(--navy);width:100%;height:500px}.result-stage video{object-fit:contain}.video-placeholder{color:#9fb0bf;align-content:center;place-items:center;gap:12px;display:grid}.video-placeholder svg{width:38px;height:38px;color:var(--cyan)}.result-stage__status{grid-template-columns:auto 1fr auto;align-items:center;gap:16px;min-height:96px;padding:16px 20px;display:grid}.result-stage__status h2{font-size:16px}.result-stage__status p{color:var(--muted);font-size:11px}.result-details{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);gap:18px;padding:24px;display:grid}.result-details>span{color:var(--blue);font-size:9px;font-weight:900}.result-details h2{font-size:19px}.result-details dl{border-top:1px solid var(--line);display:grid}.result-details dl div{border-bottom:1px solid var(--line);justify-content:space-between;gap:12px;padding:10px 0;font-size:11px;display:flex}.result-details dt{color:var(--muted)}.result-details dd{font-weight:700}.inline-link{min-height:40px;color:var(--blue);justify-content:space-between;align-items:center;font-size:12px;font-weight:800;display:flex}.processing-note{background:var(--bg);align-items:center;gap:12px;padding:16px;display:flex}.processing-note p{color:var(--muted);font-size:11px}.result-script{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);grid-template-columns:180px 1fr;gap:32px;margin-top:24px;padding:24px;display:grid}.result-script span{color:var(--blue);font-size:9px;font-weight:900}.result-script h2{font-size:17px}.result-script p{color:var(--muted);font-size:12px;line-height:1.9}.channels-layout{grid-template-columns:440px minmax(0,1fr);gap:24px;display:grid}.publish-package-panel{border-radius:var(--radius);background:var(--navy);color:var(--surface);align-content:start;gap:20px;padding:24px;display:grid}.publish-package-panel .panel-heading p{color:#9fb0bf}.publish-package-panel label{color:var(--surface)}.publish-package-panel select{background:var(--navy-soft);color:var(--surface);border-color:#31475d}.package-files{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.package-files span{border-radius:var(--radius-sm);color:#c6d1db;border:1px solid #294057;align-items:center;gap:8px;min-height:44px;padding:0 10px;font-size:10px;display:flex}.package-files svg{color:var(--cyan)}.publish-package-panel .empty-state{color:var(--surface)}.publish-package-panel .empty-state p{color:#9fb0bf}.channel-form{grid-template-columns:120px 1fr 1.2fr auto;gap:8px;display:grid}.channel-list{display:grid}.channel-empty{min-height:220px;color:var(--muted);text-align:center;align-content:center;place-items:center;gap:8px;display:grid}.channel-empty svg{width:28px;height:28px;color:var(--blue)}.channel-empty strong{color:var(--ink);font-size:14px}.channel-empty p{max-width:420px;font-size:11px}.channel-list article{border-top:1px solid var(--line);grid-template-columns:84px 1fr auto;align-items:center;gap:16px;min-height:72px;display:grid}.channel-list article>span{color:var(--blue);font-size:10px;font-weight:900}.channel-list article>div{display:grid}.channel-list strong{font-size:13px}.channel-list small{color:var(--muted);font-size:10px}.channel-list a{color:var(--blue);align-items:center;gap:6px;font-size:11px;font-weight:800;display:flex}.admin-layout{grid-template-columns:360px minmax(0,1fr);align-items:start;gap:24px;display:grid}.credential-box{border-radius:var(--radius-sm);background:var(--blue-soft);border:1px solid #b9d2fa;gap:4px;padding:12px 48px 12px 12px;display:grid;position:relative}.credential-box span{color:var(--muted);font-size:9px}.credential-box strong{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px}.credential-box button{width:36px;height:36px;color:var(--blue);cursor:pointer;background:0 0;border:0;place-items:center;display:grid;position:absolute;top:8px;right:8px}.data-table{display:grid;overflow:hidden}.data-table__head,.data-table__row{grid-template-columns:1.4fr 1fr 1fr 90px 68px;align-items:center;gap:12px;min-width:0;display:grid}.data-table__head{border-bottom:1px solid var(--line);min-height:36px;color:var(--muted);font-size:9px;font-weight:800}.data-table__row{border-bottom:1px solid var(--line);min-height:68px;font-size:11px}.data-table__row>span{min-width:0}.data-table__row>span:first-child{display:grid}.data-table__row strong,.data-table__row small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.data-table__row small{color:var(--muted)}.support-list{display:grid}.support-list article{border-top:1px solid var(--line);grid-template-columns:1fr auto;gap:24px;padding:20px 0;display:grid}.support-list article>div:first-child>span{color:var(--blue);font-size:9px;font-weight:900}.support-list h3{margin:3px 0 6px;font-size:15px}.support-list p{color:var(--muted);font-size:12px}.support-list h3,.support-list p,.support-list small{overflow-wrap:anywhere}.support-list small{color:var(--muted);margin-top:10px;font-size:10px;display:block}.support-list article>div:last-child{align-content:start;justify-items:end;gap:10px;display:grid}.support-list select{width:120px;height:36px;font-size:11px}}@layer utilities{.visually-hidden{clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;white-space:nowrap!important;width:1px!important;height:1px!important;position:absolute!important;overflow:hidden!important}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (width<=1240px){.home-screen__inner,.public-subpage-header,.cases-page,.support-page,.legal-page,.public-page>.site-footer{width:calc(100% - 64px)}.home-hero__body{grid-template-columns:440px minmax(0,1fr);gap:32px}.home-hero__copy h1{font-size:36px}.public-nav{gap:20px}.app-page{width:calc(100% - 48px)}}}
