:root{--navy-950:#031820;--navy-900:#041f2a;--navy-800:#063040;--navy-700:#0a4354;--green:#31f50e;--green-deep:#17862f;--paper:#f4f4ee;--paper-2:#ecece5;--white:#fff;--ink:#082c39;--muted:#66767b;--line:#d8ddd9;--amber:#f4b840;--blue:#4db7e5;--purple:#9c85ed;--radius-sm:12px;--radius:18px;--radius-lg:26px;--shadow:0 14px 40px #05263114}*{box-sizing:border-box}html{background:var(--paper);scroll-behavior:smooth}body{color:var(--ink);background:var(--paper);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,textarea,select{font:inherit}button{color:inherit}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,a:focus-visible{outline-offset:3px;outline:3px solid #31f50e73}img{max-width:100%;display:block}.skip-link{z-index:999;background:var(--green);color:var(--navy-950);border-radius:8px;padding:12px 16px;font-weight:800;transition:top .2s;position:fixed;top:-60px;left:16px}.keyboard-navigation .skip-link:focus{top:16px}.login-page{background:var(--navy-900);grid-template-columns:minmax(0,1.18fr) minmax(420px,.82fr);min-height:100svh;display:grid;position:relative;overflow:hidden}.login-field{opacity:.42;pointer-events:none;position:absolute;inset:0 42% 0 0;overflow:hidden}.login-field:before{content:"";filter:blur(100px);background:#31f50e21;border-radius:50%;width:620px;height:620px;position:absolute;top:-220px;left:-200px}.field-circle{border:2px solid #31f50e2e;border-radius:50%;position:absolute}.field-circle-a{width:530px;height:530px;top:calc(50% - 265px);left:22%}.field-circle-b{width:150px;height:150px;top:calc(50% - 75px);right:7%}.field-line{background:#31f50e26;position:absolute}.field-line-a{width:2px;height:100%;left:54%}.field-line-b{width:100%;height:2px;top:50%}.login-promise{z-index:1;color:#fff;align-self:center;max-width:900px;padding:clamp(52px,7vw,112px);position:relative}.micro-label{color:var(--green-deep);letter-spacing:.18em;text-transform:uppercase;align-items:center;gap:8px;font-size:11px;font-weight:900;display:inline-flex}.micro-label i{background:currentColor;border-radius:2px;width:20px;height:2px;display:inline-block}.micro-label.on-dark{color:var(--green)}.login-promise h1{letter-spacing:-.065em;margin:26px 0 22px;font-size:clamp(52px,6vw,92px);font-weight:800;line-height:.94}.login-promise h1 em{color:var(--green);font-style:normal}.login-promise>p{color:#bed0d5;max-width:640px;margin:0;font-size:clamp(17px,1.4vw,22px);line-height:1.55}.login-principles{flex-wrap:wrap;gap:10px;margin-top:42px;display:flex}.login-principles span{color:#e4f0f2;background:#ffffff09;border:1px solid #ffffff29;border-radius:999px;padding:10px 15px;font-size:12px}.login-panel{z-index:2;background:var(--paper);border-radius:30px;flex-direction:column;justify-content:center;margin:24px;padding:clamp(34px,5.2vw,76px);display:flex;position:relative;box-shadow:-30px 0 80px #0000002b}.login-logo{object-fit:contain;object-position:left center;width:178px;height:60px}.product-chip{background:var(--navy-900);color:var(--green);letter-spacing:.2em;border-radius:7px;align-self:flex-start;margin-top:14px;padding:7px 10px;font-size:10px;font-weight:900}.login-title{margin:48px 0 32px}.login-title h2{letter-spacing:-.04em;margin:0 0 8px;font-size:clamp(30px,3vw,44px);line-height:1}.login-title p{color:var(--muted);margin:0}.field-label,.input-label{letter-spacing:.05em;margin:0 0 9px;font-size:12px;font-weight:800;display:block}.pin-entry{height:72px;position:relative}.pin-entry input{z-index:2;opacity:.01;color:#0000;caret-color:#0000;cursor:text;background:0 0;border:0;width:100%;position:absolute;inset:0}.pin-digits{pointer-events:none;grid-template-columns:repeat(6,1fr);gap:8px;height:100%;display:grid}.pin-digits span{border:1px solid var(--line);color:var(--navy-900);background:#fff;border-radius:13px;place-items:center;font-size:32px;font-weight:800;transition:all .18s;display:grid}.pin-digits span.active{border-color:var(--green-deep);box-shadow:0 0 0 3px #31f50e24}.pin-digits span.filled{background:#eef6eb;border-color:#b9dcb4}.pin-entry.has-error .pin-digits span{border-color:#d7655d}.form-error{color:#b63832;min-height:22px;margin:8px 0 0;font-size:12px}.primary-button,.secondary-button{cursor:pointer;border:0;border-radius:11px;justify-content:center;align-items:center;gap:9px;min-height:44px;padding:0 18px;font-size:13px;font-weight:850;transition:transform .18s,box-shadow .18s,background .18s;display:inline-flex}.primary-button{background:var(--green);color:var(--navy-950);box-shadow:0 7px 20px #31f50e2e}.primary-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 28px #31f50e45}.primary-button:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.secondary-button{color:var(--ink);border:1px solid var(--line);background:#fff;box-shadow:0 2px 8px #051e280a}.secondary-button:hover{background:#f8faf8;transform:translateY(-1px)}.login-submit{height:56px;margin-top:6px;font-size:14px}.button-spinner{border:2px solid #06304040;border-top-color:var(--navy-800);border-radius:50%;width:18px;height:18px;animation:.75s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.security-note{color:var(--muted);background:#0630400d;border-radius:12px;align-items:flex-start;gap:12px;margin-top:20px;padding:17px;display:flex}.security-note>span{color:var(--green-deep);font-size:20px}.security-note p{margin:0;font-size:11px;line-height:1.55}.security-note strong{color:var(--ink)}.demo-hint{text-align:center;color:var(--muted);margin:12px 0 0;font-size:10px}.studio-shell{grid-template-columns:252px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{z-index:50;background:var(--navy-900);color:#d8e7e9;border-right:1px solid #ffffff0a;flex-direction:column;height:100vh;padding:18px 14px 16px;display:flex;position:sticky;top:0}.sidebar nav{scrollbar-width:thin;scrollbar-color:#ffffff1f transparent;min-height:0;overflow-y:auto}.sidebar-brand{align-items:center;gap:10px;height:48px;padding:0 4px;display:flex}.brand-plate{background:#fff;border-radius:8px;place-items:center;width:114px;height:38px;padding:7px 9px;display:grid}.brand-plate img{object-fit:contain;width:100%;height:100%}.sidebar-brand>b{color:var(--green);letter-spacing:.17em;font-size:10px}.sidebar-x{color:#fff;cursor:pointer;background:0 0;border:0;margin-left:auto;font-size:24px;display:none}.organization{color:#fff;text-align:left;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff14;border-radius:12px;grid-template-columns:38px 1fr auto;align-items:center;gap:10px;width:100%;min-height:64px;margin:18px 0 20px;padding:9px;display:grid}.organization>span{width:38px;height:38px;color:var(--navy-950);background:var(--green);border-radius:10px;place-items:center;font-size:13px;font-weight:900;display:grid}.organization div{flex-direction:column;gap:2px;min-width:0;display:flex}.organization strong{font-size:13px}.organization small{color:#809ca3;font-size:9px}.organization i{color:#6e8a91;font-style:normal}.nav-group{margin-bottom:18px}.nav-group>small{color:#68838a;letter-spacing:.18em;margin:0 10px 8px;font-size:8px;font-weight:850;display:block}.nav-group>button{color:#9db3b8;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:9px;grid-template-columns:28px 1fr auto;align-items:center;gap:8px;width:100%;min-height:42px;padding:0 10px;transition:all .16s;display:grid}.nav-group>button:hover{color:#fff;background:#ffffff0b}.nav-group>button.active{color:#fff;background:#31f50e1a}.nav-group>button.active:before{content:"";background:var(--green);border-radius:0 3px 3px 0;width:3px;height:24px;position:absolute;left:0}.nav-group>button{position:relative}.nav-group>button b{font-size:12px;font-weight:700}.nav-group>button>i{min-width:20px;height:20px;color:var(--navy-950);background:var(--green);border-radius:999px;place-items:center;padding:0 6px;font-size:9px;font-style:normal;font-weight:900;display:grid}.nav-group>button>em{color:var(--green);letter-spacing:.08em;background:#31f50e14;border-radius:4px;padding:4px 5px;font-size:7px;font-style:normal;font-weight:900}.nav-icon{color:#7f9ba2;border-radius:7px;place-items:center;width:26px;height:26px;font-size:14px;display:grid}.active .nav-icon{color:var(--green)}.heitor-card{background:#0000001f;border:1px solid #ffffff14;border-radius:12px;flex:none;grid-template-columns:38px 1fr 10px;align-items:center;gap:10px;min-height:58px;margin-top:auto;padding:9px;display:grid}.heitor-mark{width:38px;height:38px;color:var(--navy-950);background:linear-gradient(140deg, var(--green), #a0ff8e);border-radius:50%;place-items:center;font-weight:950;display:grid;position:relative}.heitor-mark i{border:2px solid var(--navy-900);background:var(--green);border-radius:50%;width:8px;height:8px;position:absolute;bottom:1px;right:0}.heitor-card div{flex-direction:column;gap:2px;display:flex}.heitor-card strong{color:#fff;letter-spacing:.1em;font-size:10px}.heitor-card small{color:#7f9ba2;font-size:8px}.connection-dot{background:var(--amber);border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 3px #f4b8401f}.connection-dot.connected{background:var(--green);box-shadow:0 0 0 3px #31f50e1f}.connection-dot.error{background:#e66b62}.studio-workspace{min-width:0}.topbar{z-index:40;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f4f4eee6;border-bottom:1px solid #06304017;justify-content:space-between;align-items:center;gap:20px;min-height:72px;padding:10px clamp(20px,3vw,44px);display:flex;position:sticky;top:0}.topbar-title{align-items:center;gap:12px;display:flex}.topbar-title small{color:#7b8b8f;letter-spacing:.12em;font-size:8px;font-weight:800}.topbar-title small b{color:var(--green-deep)}.topbar-title h2{letter-spacing:-.02em;margin:3px 0 0;font-size:17px}.menu-button{cursor:pointer;background:0 0;border:0;font-size:22px;display:none}.topbar-actions{align-items:center;gap:9px;display:flex}.command-button{color:#6a797d;border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:10px;align-items:center;gap:9px;min-height:40px;padding:0 12px;font-size:11px;display:flex}.command-button kbd{border:1px solid var(--line);color:#849296;background:var(--paper);border-radius:5px;padding:3px 5px;font-size:8px}.avatar{color:#fff;background:var(--navy-800);cursor:pointer;border:0;border-radius:50%;width:40px;height:40px;font-size:11px;font-weight:850}#workspace-main{min-height:calc(100vh - 72px)}.page-content{max-width:1540px;margin:0 auto;padding:clamp(26px,4vw,52px) clamp(20px,3vw,46px) 80px}.page-hero{justify-content:space-between;align-items:flex-end;gap:28px;margin-bottom:30px;display:flex}.page-hero.compact{margin-bottom:22px}.page-hero h1{letter-spacing:-.052em;margin:9px 0 8px;font-size:clamp(36px,4vw,64px);line-height:1}.page-hero p{max-width:760px;color:var(--muted);margin:0;font-size:14px;line-height:1.65}.surface{border:1px solid var(--line);border-radius:var(--radius);background:#ffffffc2;box-shadow:0 1px 1px #03182005}.metric-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px;display:grid}.metric{border:1px solid var(--line);border-radius:var(--radius-sm);background:#ffffffb3;align-items:center;gap:14px;min-height:118px;padding:18px;display:flex}.metric-symbol{border-radius:11px;flex:none;place-items:center;width:42px;height:42px;font-size:13px;font-weight:900;display:grid}.metric-symbol.green{color:#176b2a;background:#daf6d5}.metric-symbol.blue{color:#1e6c8f;background:#dbeff7}.metric-symbol.amber{color:#855d12;background:#f8ebcb}.metric-symbol.purple{color:#5f4ca3;background:#e8e1fb}.metric small{color:#7c8a8d;letter-spacing:.14em;font-size:8px;font-weight:900}.metric strong{color:var(--navy-800);letter-spacing:-.04em;margin:4px 0 1px;font-size:26px;display:block}.metric p{color:var(--muted);margin:0;font-size:10px}.dashboard-layout{grid-template-columns:minmax(0,1.75fr) minmax(310px,.75fr);gap:18px;display:grid}.hero-brief{padding:clamp(22px,3vw,34px)}.card-title{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.card-title h2{letter-spacing:-.035em;margin:7px 0 0;font-size:23px}.confidence{color:#267234;letter-spacing:.08em;background:#def6da;border-radius:999px;padding:7px 9px;font-size:8px;font-weight:900}.lead-copy{color:#506267;max-width:860px;margin:20px 0 23px;font-size:14px;line-height:1.7}.idea-routes{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.idea-routes button{text-align:left;border:1px solid var(--line);cursor:pointer;background:#f6f6f1;border-radius:13px;flex-direction:column;align-items:flex-start;min-height:136px;padding:16px;transition:all .18s;display:flex}.idea-routes button:hover{box-shadow:var(--shadow);border-color:#9ac693;transform:translateY(-2px)}.idea-routes button>span{color:var(--green-deep);font-size:9px;font-weight:900}.idea-routes button div{margin-top:15px}.idea-routes button strong{font-size:14px;display:block}.idea-routes button small{color:var(--muted);margin-top:4px;font-size:10px;line-height:1.4;display:block}.idea-routes button>i{color:var(--green-deep);margin-top:auto;font-size:9px;font-style:normal;font-weight:800}.hero-brief>footer{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;margin-top:22px;padding-top:18px;display:flex}.hero-brief>footer div{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.hero-brief>footer div span{color:#879397;letter-spacing:.15em;font-size:8px;font-weight:900}.hero-brief>footer div b{color:#536469;background:var(--paper-2);border-radius:5px;padding:5px 8px;font-size:8px}.queue-card{padding:24px}.project-mini-list{margin-top:18px}.project-mini-list>button{border:0;border-bottom:1px solid var(--line);text-align:left;cursor:pointer;background:0 0;grid-template-columns:48px 1fr auto;align-items:center;gap:11px;width:100%;padding:11px 0;display:grid}.mini-thumb{aspect-ratio:1;background-position:50%;background-size:cover;border-radius:9px;width:48px;box-shadow:inset 0 0 0 1px #ffffff40}.project-mini-list button div{min-width:0}.project-mini-list button strong{text-overflow:ellipsis;white-space:nowrap;font-size:11px;display:block;overflow:hidden}.project-mini-list button small{color:var(--muted);font-size:8px}.status{color:#57676b;text-transform:uppercase;white-space:nowrap;background:#e8ebea;border-radius:999px;padding:5px 7px;font-size:7px;font-weight:900}.status-approved{color:#216d2f;background:#dcf4d8}.status-scheduled{color:#296480;background:#dceef6}.status-review{color:#7d5b12;background:#f8ebc8}.status-blocked{color:#9a3530;background:#f8dcd9}.status-published{color:#fff;background:var(--navy-700)}.empty-mini{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:210px;display:flex}.empty-mini>span{color:var(--green-deep);font-size:28px}.empty-mini strong{margin:10px 0 5px;font-size:13px}.empty-mini p{max-width:230px;color:var(--muted);margin:0;font-size:10px;line-height:1.5}.approval-rule{color:#52656a;background:#edf0ec;border-radius:11px;gap:10px;margin-top:20px;padding:15px;display:flex}.approval-rule>span{color:var(--green-deep)}.approval-rule p{margin:0;font-size:9px;line-height:1.5}.radar-strip{justify-content:space-between;align-items:center;gap:34px;margin-top:18px;padding:22px 25px;display:flex}.radar-strip h2{max-width:800px;margin:7px 0 0;font-size:17px;line-height:1.35}.pillar-bars{flex-direction:column;gap:6px;min-width:240px;display:flex}.pillar-bars span{color:var(--muted);align-items:center;gap:7px;font-size:8px;display:flex}.pillar-bars b{background:var(--green-deep);border-radius:5px;height:5px}.cost-estimate{border-left:3px solid var(--green);background:#ffffff80;min-width:140px;padding:13px 17px}.cost-estimate small,.cost-estimate span{color:var(--muted);letter-spacing:.1em;font-size:8px;font-weight:800;display:block}.cost-estimate strong{margin:4px 0 1px;font-size:20px;display:block}.create-grid{grid-template-columns:minmax(0,1.34fr) minmax(340px,.66fr);align-items:start;gap:20px;display:grid}.creation-flow{min-width:0}.mode-tabs{border:1px solid var(--line);background:#e9ebe7;border-radius:12px;grid-template-columns:repeat(4,1fr);margin-bottom:12px;padding:5px;display:grid}.mode-tabs button{color:#69787c;cursor:pointer;background:0 0;border:0;border-radius:8px;min-height:38px;font-size:10px;font-weight:800}.mode-tabs button.active{color:var(--ink);background:#fff;box-shadow:0 3px 10px #05263114}.brief-card,.copy-editor{padding:clamp(20px,3vw,30px)}.step-heading{align-items:center;gap:12px;margin-bottom:26px;display:flex}.step-heading>span{width:35px;height:35px;color:var(--navy-950);background:var(--green);border-radius:10px;flex:none;place-items:center;font-size:10px;font-weight:950;display:grid}.step-heading div{min-width:0}.step-heading strong{font-size:14px;display:block}.step-heading small{color:var(--muted);font-size:9px}.step-heading>i{color:var(--green-deep);letter-spacing:.1em;margin-left:auto;font-size:7px;font-style:normal;font-weight:900}.step-heading.plain{margin:28px 0 14px}.topic-input,.editor-fields textarea,.editor-fields input{width:100%;color:var(--ink);border:1px solid var(--line);resize:vertical;background:#fbfcfa;border-radius:11px;outline:0;padding:14px}.topic-input{min-height:98px;font-size:18px;font-weight:650;line-height:1.4}.topic-input:focus,.editor-fields textarea:focus,.editor-fields input:focus{border-color:var(--green-deep);box-shadow:0 0 0 3px #31f50e1c}.brief-options{grid-template-columns:1fr 1fr;gap:20px;margin-top:22px;display:grid}.brief-options fieldset{border:0;margin:0;padding:0}.brief-options legend{margin-bottom:9px;font-size:10px;font-weight:850}.choice-row{flex-wrap:wrap;gap:6px;display:flex}.choice-row button{border:1px solid var(--line);color:#627176;cursor:pointer;background:#f6f7f3;border-radius:999px;min-height:34px;padding:0 11px;font-size:9px;font-weight:800}.choice-row button.active{color:var(--navy-950);background:#dff8da;border-color:#9bd592}.reference-studio{background:linear-gradient(145deg,#f9fbf8 0%,#eef3ef 100%);border:1px solid #cbd8d4;border-radius:15px;margin-top:22px;padding:17px}.reference-studio>header{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.reference-studio>header small,.reference-studio>header strong{display:block}.reference-studio>header small{color:var(--green-deep);letter-spacing:.15em;font-size:7px;font-weight:950}.reference-studio>header strong{margin-top:4px;font-size:11px}.reference-studio>header>span{color:#d8e8e6;background:var(--navy-900);border-radius:999px;flex:none;padding:5px 8px;font-size:7px;font-weight:850}.reference-inputs{grid-template-columns:minmax(0,1fr) auto auto;gap:7px;margin-top:13px;display:grid}.reference-inputs input,.reference-studio>textarea{width:100%;color:var(--ink);border:1px solid var(--line);background:#fff;border-radius:9px;outline:0;padding:0 11px}.reference-inputs input{min-height:39px;font-size:9px}.reference-inputs>button,.reference-upload{border:1px solid var(--line);min-height:39px;color:var(--ink);cursor:pointer;background:#fff;border-radius:9px;justify-content:center;align-items:center;padding:0 11px;font-size:8px;font-weight:850;display:inline-flex}.reference-inputs>button:disabled{opacity:.45;cursor:default}.reference-upload{color:var(--navy-950);background:var(--green);border-color:var(--green)}.reference-upload input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.reference-studio>textarea{resize:vertical;min-height:57px;margin-top:7px;padding:10px 11px;font-size:9px;line-height:1.45}.reference-inputs input:focus,.reference-studio>textarea:focus{border-color:var(--green-deep);box-shadow:0 0 0 3px #31f50e1a}.reference-strip{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;margin-top:10px;display:grid}.reference-strip button{border:1px solid var(--line);text-align:left;cursor:pointer;background:#fffc;border-radius:9px;grid-template-columns:35px 1fr;align-items:center;gap:7px;min-width:0;min-height:69px;padding:7px;display:grid;position:relative;overflow:hidden}.reference-strip button.active{border-color:var(--green-deep);background:#f2faef;box-shadow:inset 0 0 0 1px #31f50e33}.reference-strip img,.reference-strip button>span{object-fit:cover;width:35px;height:48px;color:var(--green);background:var(--navy-900);border-radius:6px;place-items:center;font-size:16px;display:grid}.reference-strip b{color:#4b5f64;text-overflow:ellipsis;min-width:0;font-size:7px;line-height:1.35;overflow:hidden}.reference-strip i{width:16px;height:16px;color:var(--navy-950);background:var(--green);border-radius:50%;place-items:center;font-size:7px;font-style:normal;font-weight:950;display:grid;position:absolute;top:5px;right:5px}.reference-empty{color:var(--muted);margin:10px 0 0;font-size:8px;line-height:1.45}.truth-banner{background:#eff9ec;border:1px solid #c9e4c5;border-radius:11px;align-items:center;gap:12px;margin-top:22px;padding:14px;display:flex}.truth-banner>span{color:#fff;background:var(--green-deep);border-radius:50%;flex:none;place-items:center;width:30px;height:30px;font-weight:900;display:grid}.truth-banner strong{font-size:10px}.truth-banner p{color:#5c6e61;margin:2px 0 0;font-size:9px;line-height:1.4}.inline-error{color:#a93e38;font-size:11px}.plan-button{width:100%;min-height:50px;margin-top:18px}.dossier-card{color:#e7f0f1;background:radial-gradient(circle at 90% 0, #31f50e26, transparent 31%), var(--navy-900);border-color:#ffffff14;margin-bottom:10px;padding:21px}.dossier-card>header{justify-content:space-between;align-items:flex-start;gap:15px;display:flex}.dossier-card h2{color:#fff;letter-spacing:-.03em;margin:7px 0 0;font-size:19px}.dossier-card>header>b{color:var(--navy-950);background:var(--green);letter-spacing:.08em;border-radius:999px;padding:6px 9px;font-size:7px}.dossier-card>p{color:#a8bec3;max-width:780px;margin:14px 0 17px;font-size:9px;line-height:1.55}.dossier-grid{grid-template-columns:repeat(3,1fr);gap:9px;display:grid}.dossier-grid>div{background:#ffffff09;border:1px solid #ffffff17;border-radius:10px;min-width:0;padding:12px}.dossier-grid small{color:var(--green);letter-spacing:.12em;margin-bottom:7px;font-size:6px;font-weight:950;display:block}.dossier-grid span{color:#cad9dc;margin:4px 0;font-size:7px;line-height:1.4;display:block}.dossier-card>footer{flex-wrap:wrap;gap:7px;margin-top:12px;display:flex}.dossier-card>footer span{color:#9cb2b7;background:#ffffff0f;border-radius:6px;padding:5px 7px;font-size:7px}.insight-row{grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:10px;display:grid}.insight-row p{color:#5a6a6f;border:1px solid var(--line);background:#ffffff8c;border-radius:10px;margin:0;padding:12px;font-size:9px;line-height:1.5}.strategy-cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.strategy-cards>button{text-align:left;border:1px solid var(--line);cursor:pointer;background:#ffffffbf;border-radius:14px;flex-direction:column;align-items:stretch;min-height:310px;padding:18px;transition:all .18s;display:flex;position:relative}.strategy-cards>button:hover{box-shadow:var(--shadow);border-color:#94c68d;transform:translateY(-3px)}.strategy-cards>button.recommended{box-shadow:inset 0 3px 0 var(--green);border-color:#8fcc86}.strategy-cards>button>em{color:var(--navy-950);background:var(--green);letter-spacing:.08em;border-radius:5px;padding:5px 7px;font-size:6px;font-style:normal;font-weight:950;position:absolute;top:-8px;right:12px}.strategy-cards header{color:var(--green-deep);letter-spacing:.12em;justify-content:space-between;font-size:8px;font-weight:900;display:flex}.strategy-cards header i{font-style:normal}.direction-family{color:var(--navy-950);letter-spacing:.1em;text-transform:uppercase;background:#e7ece7;border-radius:5px;align-self:flex-start;margin-top:17px;padding:5px 7px;font-size:6px;font-weight:950}.direction-velocity .direction-family{background:var(--green)}.direction-editorial .direction-family{color:#fff;background:var(--navy-800)}.direction-spotlight .direction-family{color:#ffe179;background:#171c22}.direction-product .direction-family{color:#fff;background:#446b74}.strategy-cards h3{letter-spacing:-.03em;margin:24px 0 8px;font-size:17px}.strategy-cards p{color:var(--muted);margin:0;font-size:9px;line-height:1.55}.strategy-cards blockquote{border-top:1px solid var(--line);margin:18px 0;padding-top:14px;font-size:12px;font-weight:800;line-height:1.4}.strategy-cards footer{color:var(--muted);justify-content:space-between;align-items:center;margin-top:auto;font-size:8px;display:flex}.strategy-cards footer b{color:var(--green-deep)}.claim-panel{margin-top:12px;padding:24px}.claim-row{border-bottom:1px solid var(--line);grid-template-columns:28px 1fr auto;align-items:center;gap:11px;padding:13px 0;display:grid}.claim-row:last-child{border-bottom:0}.claim-row>span{color:#287039;background:#dff3db;border-radius:50%;place-items:center;width:26px;height:26px;font-weight:900;display:grid}.claim-row.blocked>span{color:#a13933;background:#f7dcd9}.claim-row.review>span{color:#7d5b12;background:#f8ebc8}.claim-row strong{font-size:10px;display:block}.claim-row p{color:var(--muted);margin:2px 0 0;font-size:8px;line-height:1.45}.claim-row>b{color:var(--green-deep);letter-spacing:.08em;font-size:7px}.claim-row.blocked>b{color:#a13933}.claim-row.review>b{color:#8a6410}.editor-top{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.editor-top>div{align-items:center;gap:8px;display:flex}.editor-top>div>span:last-child{color:var(--muted);font-size:8px}.editor-history button{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:8px;place-items:center;width:32px;height:32px;font-size:16px;display:grid}.editor-history button:disabled{opacity:.35;cursor:default}.back-button{color:var(--green-deep);cursor:pointer;background:0 0;border:0;font-size:10px;font-weight:850}.editor-fields{grid-template-columns:1fr 1fr;gap:13px;display:grid}.editor-fields label{color:#536469;font-size:9px;font-weight:850}.editor-fields label:nth-child(2),.editor-fields label:nth-child(4){grid-column:span 2}.editor-fields input,.editor-fields textarea{margin-top:6px;font-size:11px;line-height:1.5}.art-direction-block{background:linear-gradient(145deg,#f8faf7,#ecefe9);border:1px solid #cfd6d1;border-radius:14px;margin:0 0 22px;padding:17px}.editor-subhead{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:12px;display:flex}.editor-subhead small{color:var(--green-deep);letter-spacing:.14em;font-size:7px;font-weight:950;display:block}.editor-subhead strong{margin-top:3px;font-size:11px;display:block}.editor-subhead>span{color:var(--green);background:var(--navy-900);letter-spacing:.08em;border-radius:6px;padding:6px 8px;font-size:7px;font-weight:900}.art-direction-picker{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;display:grid}.art-direction-picker button{border:1px solid var(--line);text-align:left;cursor:pointer;background:#ffffffbf;border-radius:9px;grid-template-columns:38px 1fr;align-items:center;gap:8px;min-height:58px;padding:7px;display:grid}.art-direction-picker button:hover{border-color:#8ab583}.art-direction-picker button.active{border-color:var(--green-deep);background:#fff;box-shadow:0 0 0 2px #31f50e21}.art-direction-picker span{min-width:0}.art-direction-picker b,.art-direction-picker small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.art-direction-picker b{font-size:8px}.art-direction-picker small{color:var(--muted);margin-top:3px;font-size:6px}.direction-swatch{background:var(--navy-900);border-radius:6px;width:38px;height:42px;position:relative;overflow:hidden}.direction-swatch:before,.direction-swatch:after{content:"";position:absolute}.direction-swatch.velocity:before{background:var(--green);width:28px;height:50px;top:-4px;right:-8px;transform:skew(-18deg)}.direction-swatch.editorial{background:#f2f0e8}.direction-swatch.editorial:before{background:#58747b;width:21px;height:22px;top:4px;right:3px}.direction-swatch.editorial:after{background:var(--navy-900);width:29px;height:4px;box-shadow:0 -7px 0 var(--navy-900);bottom:6px;left:4px}.direction-swatch.spotlight{background:#050c0f}.direction-swatch.spotlight:before{border:2px solid #f4d35e;border-radius:50%;width:25px;height:25px;top:3px;right:3px}.direction-swatch.product:before{background:#fff;border-radius:5px;width:22px;height:31px;top:5px;right:4px}.direction-swatch.product:after{background:var(--green);border-radius:2px;width:14px;height:5px;top:10px;right:8px}.direction-swatch.scoreboard{background-image:linear-gradient(#ffffff1a 1px,#0000 1px),linear-gradient(90deg,#ffffff1a 1px,#0000 1px);background-size:8px 8px}.direction-swatch.scoreboard:before{content:"24";color:#fff;font-size:17px;font-style:normal;font-weight:950;top:7px;left:6px}.direction-swatch.minimal{background:#fafaf4}.direction-swatch.minimal:before{border-left:3px solid var(--green);background:#6e898e;width:28px;height:15px;bottom:5px;left:5px}.design-controls{background:#eef0ec;border-radius:11px;grid-template-columns:1fr .5fr 1fr;gap:12px;margin-top:14px;padding:14px;display:grid}.design-controls.enhanced{grid-template-columns:1.1fr .45fr 1fr 1fr 1fr}.design-controls label{color:#58696e;flex-direction:column;gap:7px;font-size:8px;font-weight:850;display:flex}.design-controls label>b{color:var(--green-deep);margin-left:auto;font-size:7px}.design-controls select{border:1px solid var(--line);background:#fff;border-radius:8px;min-height:36px;padding:0 8px}.design-controls input[type=color]{border:1px solid var(--line);background:#fff;border-radius:8px;width:100%;height:36px;padding:3px}.ai-image-panel{color:#eaf3f2;background:radial-gradient(circle at 92% 0, #31f50e21, transparent 28%), var(--navy-900);border:1px solid #ffffff17;border-radius:14px;margin-top:15px;padding:17px}.ai-image-title{grid-template-columns:34px 1fr auto;align-items:center;gap:10px;display:grid}.ai-image-title>span{width:34px;height:34px;color:var(--navy-950);background:var(--green);border-radius:10px;place-items:center;font-size:18px;display:grid}.ai-image-title small,.ai-image-title strong{display:block}.ai-image-title small{color:var(--green);letter-spacing:.14em;font-size:7px;font-weight:950}.ai-image-title strong{margin-top:3px;font-size:10px}.ai-image-title em{color:#8fa8ad;border:1px solid #ffffff1f;border-radius:999px;padding:5px 7px;font-size:6px;font-style:normal}.ai-image-panel>label{color:#9cb2b7;margin-top:14px;font-size:8px;font-weight:850;display:block}.ai-image-panel textarea{resize:vertical;color:#eaf3f2;background:#ffffff0e;border:1px solid #ffffff1c;border-radius:9px;outline:0;width:100%;margin-top:6px;padding:12px;font-size:9px;line-height:1.55}.ai-image-panel textarea:focus{border-color:#31f50ea6}.ai-model-row{grid-template-columns:1fr auto;align-items:end;gap:8px;margin-top:10px;display:grid}.ai-model-row label{color:#9cb2b7;font-size:8px;font-weight:850}.ai-model-row select{color:#eaf3f2;background:#0b3947;border:1px solid #ffffff1f;border-radius:9px;width:100%;min-height:40px;margin-top:6px;padding:0 10px;font-size:8px}.ai-model-row .secondary-button{min-height:40px;color:var(--navy-950);background:var(--green);border:0}.image-job{background:#ffffff0f;border:1px solid #ffffff17;border-radius:9px;grid-template-columns:1fr auto auto;align-items:center;gap:10px;margin-top:10px;padding:10px 12px;display:grid}.image-job small,.image-job strong,.image-job span{display:block}.image-job small{color:#9ab0b5;text-transform:uppercase;font-size:6px}.image-job strong{color:#fff;margin:2px 0;font-size:11px}.image-job span{color:#829ba1;font-size:7px}.image-job>b{color:var(--green);letter-spacing:.08em;font-size:7px}.image-job>button{min-height:32px;color:var(--navy-950);background:var(--green);cursor:pointer;border:0;border-radius:7px;padding:0 10px;font-size:8px;font-weight:900}.blocking-card{background:#fbedeb;border:1px solid #efc2bd;border-radius:10px;gap:12px;margin-top:14px;padding:14px;display:flex}.blocking-card>span{color:#fff;background:#b84c45;border-radius:50%;flex:none;place-items:center;width:28px;height:28px;font-weight:900;display:grid}.blocking-card strong{font-size:10px}.blocking-card p{color:#7c4d49;margin:3px 0 0;font-size:8px;line-height:1.45}.editor-actions{justify-content:flex-end;align-items:center;gap:8px;margin-top:18px;display:flex}.inline-quality{align-items:center;gap:9px;margin-right:auto;display:flex}.inline-quality>b{width:38px;height:38px;color:var(--navy-950);background:var(--green);border-radius:50%;place-items:center;font-size:13px;display:grid}.inline-quality>span{color:var(--green-deep);letter-spacing:.1em;font-size:7px;font-weight:950}.inline-quality small{color:var(--muted);letter-spacing:0;margin-top:2px;font-size:7px;font-weight:600;display:block}.inline-quality.review>b,.inline-quality.blocked>b{color:#fff;background:#b84c45}.schedule-panel{grid-template-columns:1fr 210px auto;align-items:center;gap:15px;margin-top:12px;padding:18px;display:grid}.schedule-panel h3{margin:5px 0 2px;font-size:15px}.schedule-panel p{color:var(--muted);margin:0;font-size:9px}.schedule-panel input{border:1px solid var(--line);background:#fff;border-radius:9px;min-height:42px;padding:0 10px}.preview-column{min-width:0;position:sticky;top:92px}.preview-head{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.preview-head>div:first-child{align-items:center;gap:8px;font-size:10px;display:flex}.live-dot{background:var(--green);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #31f50e21}.format-switch{border:1px solid var(--line);background:#e7e9e5;border-radius:8px;padding:3px;display:flex}.format-switch button{width:40px;height:27px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:6px;font-size:8px}.format-switch button.active{color:var(--ink);background:#fff}.konva-canvas-shell{background:radial-gradient(circle at 50% 24%,#334f55 0,#19333b 42%,#0b232b 100%);border:1px solid #041f2a40;border-radius:18px;place-items:center;width:100%;min-height:440px;padding:14px 14px 34px;display:grid;position:relative;overflow:hidden;box-shadow:0 22px 55px #03182029}.konva-canvas-shell canvas{box-shadow:0 24px 55px #00000057}.canvas-help{color:#7f9ba2;text-align:center;letter-spacing:.04em;font-size:7px;position:absolute;bottom:10px;left:14px;right:14px}.canvas-loading{color:#9bb0b5;background:var(--navy-900);border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:520px;font-size:9px;display:flex}.canvas-loading span{border:3px solid #ffffff1f;border-top-color:var(--green);border-radius:50%;width:32px;height:32px;animation:.8s linear infinite spin}.creative-stage{border:1px solid var(--line);background:#dfe2dd;border-radius:17px;place-items:center;width:100%;min-height:540px;padding:18px;display:grid;overflow:hidden}.creative-art{--accent:#31f50e;--shade:.62;aspect-ratio:4/5;color:#fff;background-position:50%;background-size:cover;flex-direction:column;width:min(100%,430px);padding:7%;display:flex;position:relative;overflow:hidden;box-shadow:0 22px 45px #03182038}.creative-stage.story .creative-art{aspect-ratio:9/16;width:min(78%,360px)}.art-shade{background:linear-gradient(to bottom, rgba(3,24,32,calc(var(--shade) * .25)) 0%, #0318201a 30%, rgba(3,24,32,calc(var(--shade) + .16)) 100%);position:absolute;inset:0}.creative-art>:not(.art-shade){z-index:1;position:relative}.creative-art header{justify-content:space-between;align-items:center;gap:12px;display:flex}.art-logo{background:#fffffff0;border-radius:7px;width:39%;padding:7px 9px}.creative-art header>b{max-width:48%;color:var(--navy-950);background:var(--accent);text-overflow:ellipsis;white-space:nowrap;letter-spacing:.08em;border-radius:999px;padding:6px 9px;font-size:clamp(5px,.65vw,8px);overflow:hidden}.creative-art section{margin-top:auto;margin-bottom:7%}.creative-art section small{color:var(--accent);letter-spacing:.18em;font-size:clamp(8px,.95vw,11px);font-weight:900}.creative-art section h2{letter-spacing:-.055em;text-wrap:balance;max-width:95%;margin:8px 0 0;font-size:clamp(26px,3.2vw,48px);line-height:.96}.creative-stage.story .creative-art section h2{font-size:clamp(28px,3.5vw,46px)}.creative-art footer{min-width:66%;height:40px;color:var(--navy-950);background:var(--accent);border-radius:999px;justify-content:space-between;align-self:flex-start;align-items:center;gap:12px;padding:0 12px 0 15px;font-size:clamp(7px,.85vw,10px);font-weight:900;display:flex}.creative-art footer b{font-size:18px}.preview-mark{color:#ffffff8c;letter-spacing:.15em;font-size:5px;font-style:normal;bottom:6px;right:8px;z-index:2!important;position:absolute!important}.layer-panel{border:1px solid var(--line);background:#ffffffad;border-radius:12px;margin-top:10px;overflow:hidden}.layer-panel header,.layer-panel>div{border-bottom:1px solid var(--line);grid-template-columns:28px 1fr auto;align-items:center;gap:8px;min-height:38px;padding:0 12px;display:grid}.layer-panel header{justify-content:space-between;display:flex}.layer-panel header strong{font-size:10px}.layer-panel header span{color:var(--muted);font-size:8px}.layer-panel>div:last-child{border-bottom:0}.layer-panel>div>span{width:25px;height:25px;color:var(--green-deep);background:#e6f3e3;border-radius:6px;place-items:center;font-size:9px;font-weight:900;display:grid}.layer-panel>div b{font-size:9px}.layer-panel>div i{color:#698078;font-size:7px;font-style:normal}.layer-panel>div i.locked{color:#9a6a1c}.layer-panel.professional>button{border:0;border-bottom:1px solid var(--line);text-align:left;cursor:pointer;background:0 0;grid-template-columns:27px 1fr auto 18px;align-items:center;gap:8px;width:100%;min-height:40px;padding:0 11px;display:grid}.layer-panel.professional>button:last-child{border-bottom:0}.layer-panel.professional>button:hover,.layer-panel.professional>button.active{background:#eef7eb}.layer-panel.professional>button>span{width:25px;height:25px;color:var(--green-deep);background:#e6f3e3;border-radius:6px;place-items:center;font-size:9px;font-weight:900;display:grid}.layer-panel.professional>button b{font-size:9px}.layer-panel.professional>button i{color:#698078;font-size:7px;font-style:normal}.layer-panel.professional>button i.locked{color:#9a6a1c}.layer-panel.professional>button em{color:var(--green-deep);font-size:8px;font-style:normal}.quality-gate{background:#f5faf3;border:1px solid #b9dcb4;border-radius:12px;margin-top:10px;padding:14px}.quality-gate header{justify-content:space-between;align-items:center;display:flex}.quality-gate header span,.quality-gate header strong{display:block}.quality-gate header span{color:var(--green-deep);letter-spacing:.15em;font-size:7px;font-weight:950}.quality-gate header strong{margin-top:3px;font-size:11px}.quality-gate header>b{color:var(--green-deep);font-size:25px}.quality-gate header>b small{font-size:8px}.quality-meter{background:#dce5da;border-radius:999px;height:5px;margin:10px 0;overflow:hidden}.quality-meter i{border-radius:inherit;background:linear-gradient(90deg, #1c932a, var(--green));height:100%;display:block}.quality-gate p{color:#526e58;gap:7px;margin:0;font-size:8px;line-height:1.45;display:flex}.quality-gate p span{color:var(--green-deep);font-weight:950}.quality-gate ul{margin:0;padding:0;list-style:none}.quality-gate li{border-top:1px solid #dce5da;grid-template-columns:20px 1fr;gap:7px;padding:7px 0;display:grid}.quality-gate li>span{color:#7d5b12;background:#f8ebc8;border-radius:50%;place-items:center;width:18px;height:18px;font-size:8px;font-weight:950;display:grid}.quality-gate li.blocker>span{color:#fff;background:#b84c45}.quality-gate li b,.quality-gate li small{display:block}.quality-gate li b{font-size:8px}.quality-gate li small{color:var(--muted);margin-top:2px;font-size:7px;line-height:1.35}.export-actions{grid-template-columns:1fr 1fr;gap:7px;margin-top:8px;display:grid}.export-actions button{border:1px solid var(--line);min-height:39px;color:var(--green-deep);cursor:pointer;background:#fff;border-radius:9px;font-size:9px;font-weight:850}.preview-note{color:var(--muted);margin:9px 2px 0;font-size:8px;line-height:1.5}.library-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.library-card{text-align:left;cursor:pointer;padding:0;transition:all .18s;overflow:hidden}.library-card:hover{box-shadow:var(--shadow);transform:translateY(-3px)}.library-preview{color:#fff;background-position:50%;background-size:cover;flex-direction:column;justify-content:flex-end;min-height:245px;padding:20px;display:flex;box-shadow:inset 0 -130px 100px -60px #031820f2}.library-preview span{color:var(--green);letter-spacing:.14em;font-size:8px;font-weight:900}.library-preview strong{letter-spacing:-.045em;max-width:90%;margin-top:7px;font-size:24px;line-height:1}.library-info{padding:17px}.library-info>div{justify-content:space-between;align-items:center;display:flex}.library-info>div>span:last-child{color:var(--muted);font-size:8px}.library-info h3{margin:14px 0 4px;font-size:16px}.library-info p{color:var(--muted);margin:0;font-size:9px}.library-info footer{border-top:1px solid var(--line);color:var(--muted);justify-content:space-between;margin-top:16px;padding-top:12px;font-size:8px;display:flex}.library-info footer b{color:var(--green-deep)}.empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:360px;padding:40px;display:flex}.empty-state>span{color:var(--green-deep);font-size:40px}.empty-state h2{margin:12px 0 7px;font-size:24px}.empty-state p{max-width:520px;color:var(--muted);margin:0 0 20px;font-size:12px;line-height:1.6}.timeline{flex-direction:column;gap:10px;display:flex}.timeline-item{border:1px solid var(--line);text-align:left;cursor:pointer;grid-template-columns:56px 72px 1fr auto;align-items:center;gap:15px;min-height:100px;padding:13px 18px;display:grid}.timeline-item time{text-align:center}.timeline-item time strong{font-size:26px;line-height:1;display:block}.timeline-item time span{color:var(--green-deep);font-size:8px;font-weight:900}.timeline-thumb{aspect-ratio:1;background-position:50%;background-size:cover;border-radius:10px;width:72px}.timeline-item h3{margin:7px 0 2px;font-size:14px}.timeline-item p{color:var(--muted);margin:0;font-size:9px}.timeline-item>b{color:var(--green-deep);font-size:9px}.video-hero{color:#fff;border-radius:var(--radius-lg);background:radial-gradient(circle at 75% 45%,#31f50e29,#0000 28%),linear-gradient(135deg,#031820,#063040);grid-template-columns:1.3fr .7fr;align-items:center;gap:30px;min-height:410px;margin-bottom:34px;padding:clamp(28px,5vw,64px);display:grid;overflow:hidden}.video-hero h1{letter-spacing:-.06em;margin:16px 0 15px;font-size:clamp(45px,5.3vw,78px);line-height:.92}.video-hero h1 em{color:var(--green);font-style:normal}.video-hero p{color:#b4c8cd;max-width:700px;line-height:1.55}.video-prompt{background:#ffffff0f;border:1px solid #ffffff24;border-radius:12px;grid-template-columns:1fr auto;max-width:700px;margin-top:24px;padding:5px;display:grid}.video-prompt input{color:#fff;background:0 0;border:0;outline:0;min-width:0;padding:0 12px}.video-prompt button{min-height:43px;color:var(--navy-950);background:var(--green);cursor:pointer;border:0;border-radius:9px;padding:0 16px;font-size:10px;font-weight:900}.video-hero>div>small{color:#77969d;margin-top:8px;font-size:8px;display:block}.video-phone{justify-self:center}.video-phone>div{aspect-ratio:9/16;background:linear-gradient(#0318204d,#031820b8),url(/assets/sports/hero.webp) 50%/cover;border:8px solid #102d37;border-radius:28px;place-items:center;width:200px;display:grid;position:relative;overflow:hidden;box-shadow:0 25px 55px #0006}.video-phone i{width:58px;height:58px;color:var(--navy-950);background:var(--green);border-radius:50%;place-items:center;padding-left:4px;font-style:normal;display:grid}.video-phone small{font-size:8px;position:absolute;bottom:17px;left:16px}.video-phone>b{color:#6e929a;text-align:center;letter-spacing:.15em;margin-top:13px;font-size:7px;display:block}.phone-light{filter:blur(35px);background:#31f50e40;border-radius:50%;width:130px;height:130px;position:absolute;top:-30px;right:-30px}.section-title{justify-content:space-between;align-items:flex-end;margin:28px 0 14px;display:flex}.section-title h2{margin:7px 0 0;font-size:24px}.section-title p{color:var(--muted);margin:4px 0 0}.format-badge{background:var(--navy-900);color:var(--green);border-radius:8px;padding:8px 10px;font-size:10px;font-weight:900}.storyboard-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;display:grid}.scene-card{padding:11px;position:relative}.scene-number{z-index:2;color:#fff;background:#031820c7;border-radius:7px;place-items:center;width:28px;height:28px;font-size:8px;font-weight:900;display:grid;position:absolute;top:19px;left:19px}.scene-art{aspect-ratio:4/5;background-position:50%;background-size:cover;border-radius:10px;position:relative;overflow:hidden}.scene-art:after{content:"";background:linear-gradient(#0000,#031820b8);position:absolute;inset:0}.scene-art i{z-index:1;color:#fff;font-size:7px;font-style:normal;position:absolute;bottom:8px;right:9px}.scene-1{background-image:url(/assets/sports/hero.webp)}.scene-2{background-image:url(/assets/sports/beach-tennis.webp)}.scene-3{background-image:url(/assets/app/busca-jogador.webp)}.scene-4{background-image:url(/assets/sports/society.webp)}.scene-5{background-color:var(--navy-900);background-image:url(/assets/logo-icon.svg);background-repeat:no-repeat;background-size:52%}.scene-card h3{margin:13px 3px 5px;font-size:12px}.scene-card p{min-height:78px;color:var(--muted);margin:0 3px;font-size:8px;line-height:1.5}.scene-card footer{border-top:1px solid var(--line);flex-direction:column;gap:3px;padding:10px 3px 2px;display:flex}.scene-card footer span{color:var(--green-deep);font-size:8px;font-weight:900}.scene-card footer b{color:var(--muted);font-size:7px}.provider-table{overflow:hidden}.provider-table>div{border-bottom:1px solid var(--line);grid-template-columns:160px 1fr 14px 130px;align-items:center;gap:12px;min-height:55px;padding:0 18px;display:grid}.provider-table>div:last-child{border-bottom:0}.provider-table strong{font-size:11px}.provider-table span{color:var(--muted);font-size:9px}.provider-table b{font-size:8px}.generation-console{margin-top:12px;padding:22px}.generation-console h2{margin:7px 0 4px;font-size:20px}.generation-console>div>p{color:var(--muted);margin:0;font-size:9px}.generation-fields{grid-template-columns:1.5fr .7fr auto;align-items:end;gap:10px;margin-top:18px;display:grid}.generation-fields label{color:var(--muted);flex-direction:column;gap:6px;font-size:8px;font-weight:850;display:flex}.generation-fields select{border:1px solid var(--line);min-height:43px;color:var(--ink);background:#f8f9f5;border-radius:9px;padding:0 11px}.estimate-result{background:#f5f0df;border-radius:10px;grid-template-columns:230px 1fr auto;align-items:center;gap:15px;margin-top:13px;padding:14px;display:grid}.estimate-result.ready{background:#e3f2df}.estimate-result small{color:var(--muted);font-size:6px;font-weight:900;display:block}.estimate-result strong{margin:3px 0;font-size:17px;display:block}.estimate-result span,.estimate-result p{color:var(--muted);font-size:8px}.estimate-result p{margin:0;line-height:1.5}.status-dot{border-radius:50%;width:8px;height:8px}.status-dot.active{background:var(--green-deep);box-shadow:0 0 0 4px #17862f1a}.status-dot.inactive{background:#b8c0bd}.truth-score{color:#fff;background:var(--navy-900);border-radius:13px;min-width:170px;padding:17px}.truth-score strong{color:var(--green);font-size:28px;display:block}.truth-score span{color:#abc0c5;font-size:9px}.filter-row{flex-wrap:wrap;gap:6px;margin-bottom:14px;display:flex}.filter-row button{border:1px solid var(--line);min-height:34px;color:var(--muted);cursor:pointer;background:#fff;border-radius:999px;padding:0 12px;font-size:9px}.filter-row button.active{color:var(--navy-950);background:var(--green);border-color:var(--green);font-weight:900}.facts-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.fact-card{padding:20px}.fact-card.blocked,.fact-card.conflict{border-color:#e6b5b1}.fact-card header{justify-content:space-between;align-items:center;display:flex}.fact-card header>span:last-child{color:var(--muted);text-transform:uppercase;font-size:8px}.fact-status{color:#287039;background:#dff3db;border-radius:6px;padding:6px 8px;font-size:7px;font-weight:900}.fact-status.dynamic_runtime{color:#8a6410;background:#f8ebc8}.fact-status.blocked,.fact-status.conflict{color:#a13933;background:#f7dcd9}.fact-status.observed_public{color:#296480;background:#dceef6}.fact-card h3{margin:17px 0 6px;font-size:15px;line-height:1.4}.fact-card>p{color:var(--muted);margin:0;font-size:9px;line-height:1.5}.copy-boundary{grid-template-columns:1fr 1fr;gap:10px;margin-top:16px;display:grid}.copy-boundary>div{background:#f1f3ef;border-radius:9px;flex-direction:column;gap:5px;padding:11px;display:flex}.copy-boundary small{color:#738287;letter-spacing:.1em;font-size:7px;font-weight:900}.copy-boundary span{color:#56676c;font-size:8px}.fact-card footer{border-top:1px solid var(--line);justify-content:space-between;gap:12px;margin-top:15px;padding-top:12px;display:flex}.fact-card code{text-overflow:ellipsis;white-space:nowrap;color:#68797e;max-width:78%;font-size:7px;overflow:hidden}.fact-card time{color:#879397;font-size:7px}.date-chip,.system-mode{color:var(--green);background:var(--navy-900);letter-spacing:.1em;border-radius:8px;padding:9px 11px;font-size:8px;font-weight:900}.system-mode.local{color:#8a6410;background:#f8ebc8}.own-profile{grid-template-columns:.8fr 1.1fr 1.1fr;align-items:center;gap:25px;padding:22px;display:grid}.own-profile>div:first-child{align-items:center;gap:13px;display:flex}.profile-monogram{width:54px;height:54px;color:var(--navy-950);background:var(--green);border-radius:50%;place-items:center;font-size:15px;font-weight:950;display:grid}.own-profile small,.benchmark-card small{color:var(--green-deep);letter-spacing:.1em;font-size:7px;font-weight:900}.own-profile h2{margin:3px 0;font-size:17px}.own-profile p{color:var(--muted);margin:2px 0 0;font-size:9px;line-height:1.5}.own-profile>div>strong{font-size:9px}.benchmark-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:14px;display:grid}.benchmark-card{padding:18px}.benchmark-card header{justify-content:space-between;gap:10px;display:flex}.benchmark-card h3{margin:3px 0 0;font-size:18px}.benchmark-card header>span{color:var(--muted);font-size:7px}.tag-cloud{flex-wrap:wrap;align-content:flex-start;gap:5px;min-height:72px;margin:16px 0;display:flex}.tag-cloud span{color:#52656a;background:#ecefeb;border-radius:999px;padding:5px 7px;font-size:7px}.benchmark-card>p{color:var(--muted);margin:8px 0;font-size:8px;line-height:1.5}.benchmark-card>p strong{color:var(--ink)}.benchmark-card a{color:var(--green-deep);margin-top:8px;font-size:8px;font-weight:850;text-decoration:none;display:inline-block}.strategic-position{margin-top:14px;padding:26px}.strategic-position>h2{max-width:1000px;margin:10px 0 22px;font-size:24px;line-height:1.3}.pillar-grid{grid-template-columns:repeat(5,1fr);gap:8px;display:grid}.pillar-grid button{text-align:left;border:1px solid var(--line);cursor:pointer;background:#f5f6f2;border-radius:12px;flex-direction:column;align-items:flex-start;min-height:165px;padding:15px;display:flex}.pillar-grid button>strong{color:var(--green-deep);font-size:20px}.pillar-grid h3{margin:12px 0 5px;font-size:13px}.pillar-grid p{color:var(--muted);margin:0;font-size:8px;line-height:1.5}.pillar-grid span{color:var(--green-deep);margin-top:auto;font-size:8px;font-weight:850}.budget-policy{padding:25px}.budget-policy>div{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;min-height:52px;display:flex}.budget-policy>div:first-child{min-height:auto;padding-bottom:18px;display:block}.budget-policy h2{margin:0 0 5px;font-size:21px}.budget-policy p{color:var(--muted);margin:0;font-size:10px}.budget-policy span{font-size:10px}.budget-policy b{border-radius:6px;padding:6px 8px;font-size:7px}.budget-policy b.free{color:#287039;background:#dff3db}.budget-policy b.paid{color:#8a6410;background:#f8ebc8}.cost-ledger{margin-top:12px;overflow:hidden}.cost-ledger header,.cost-ledger>div{border-bottom:1px solid var(--line);grid-template-columns:1.4fr .7fr .7fr 1fr;align-items:center;gap:10px;min-height:48px;padding:0 18px;display:grid}.cost-ledger header{background:#f1f3ef;min-height:42px}.cost-ledger header strong{letter-spacing:.1em;font-size:7px}.cost-ledger header span{color:var(--muted);text-align:right;grid-column:4;font-size:7px}.cost-ledger>div:last-child{border-bottom:0}.cost-ledger>div span{font-size:9px;font-weight:800}.cost-ledger>div b,.cost-ledger>div small,.cost-ledger>div time{color:var(--muted);font-size:7px}.connections-list{grid-template-columns:1fr 1fr;gap:10px;display:grid}.connector{grid-template-columns:44px 1fr 12px auto;align-items:center;gap:12px;min-height:92px;padding:16px;display:grid}.connector-icon{width:44px;height:44px;color:var(--green);background:var(--navy-900);border-radius:11px;place-items:center;font-weight:950;display:grid}.connector h3{margin:0 0 4px;font-size:13px}.connector p{color:var(--muted);margin:0;font-size:8px;line-height:1.45}.connector>b{color:#7b898d;letter-spacing:.06em;font-size:7px}.architecture-note{align-items:flex-start;gap:14px;margin-top:12px;padding:20px;display:flex}.architecture-note>span{color:var(--green-deep);font-size:24px}.architecture-note h3{margin:0 0 5px;font-size:14px}.architecture-note p{color:var(--muted);margin:0;font-size:9px;line-height:1.6}.architecture-note code{color:var(--green-deep)}.memory-policy{grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:14px;padding:12px 18px;display:grid}.memory-policy>div{border-right:1px solid var(--line);flex-direction:column;justify-content:center;min-height:50px;padding:6px 12px;display:flex}.memory-policy>div:last-child{border-right:0}.memory-policy strong{color:var(--muted);letter-spacing:.08em;font-size:7px}.memory-policy span{color:var(--green-deep);margin-top:5px;font-size:10px;font-weight:900}.knowledge-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.knowledge-card{padding:20px;position:relative;overflow:hidden}.knowledge-card.expired{border-color:#e7c987}.knowledge-card header{justify-content:space-between;align-items:center;display:flex}.knowledge-card header span{color:var(--green-deep);letter-spacing:.1em;font-size:7px;font-weight:950}.knowledge-card header b{color:var(--muted);font-size:7px}.knowledge-card h2{margin:15px 0 7px;font-size:18px}.knowledge-card>p{color:var(--muted);margin:0;font-size:9px;line-height:1.55}.knowledge-insights{background:#f1f3ef;border-radius:9px;flex-direction:column;gap:6px;margin:15px 0;padding:12px;display:flex}.knowledge-insights span{color:#40565c;font-size:8px;line-height:1.5}.knowledge-card .tag-cloud{min-height:0;margin:10px 0 14px}.knowledge-card footer{border-top:1px solid var(--line);grid-template-columns:auto 1fr;gap:15px;padding-top:13px;display:grid}.knowledge-card footer>div{flex-wrap:wrap;align-items:center;gap:6px 8px;display:flex}.knowledge-card footer>div:last-child{justify-content:flex-end}.knowledge-card footer small{color:#879397;font-size:6px;font-weight:900}.knowledge-card footer time{color:#5f7075;font-size:7px}.knowledge-card footer a{color:var(--green-deep);font-size:7px;font-weight:850;text-decoration:none}.knowledge-card>em{color:#8a6410;background:#f8ebc8;border-radius:5px;padding:5px 7px;font-size:6px;font-style:normal;font-weight:900;position:absolute;top:44px;right:12px}.loading-studio{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 72px);display:flex}.logo-loader{background:var(--navy-900);border-radius:22px;place-items:center;width:78px;height:78px;padding:15px;animation:1.4s ease-in-out infinite breathe;display:grid}@keyframes breathe{50%{transform:scale(1.05);box-shadow:0 0 0 14px #31f50e14}}.loading-studio h1{margin:20px 0 5px;font-size:24px}.loading-studio p{color:var(--muted);margin:0;font-size:11px}.toast{z-index:100;color:#fff;background:var(--navy-900);border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:10px;max-width:min(420px,100vw - 44px);min-height:48px;padding:12px 16px;font-size:10px;animation:.25s both toast-in;display:flex;position:fixed;bottom:22px;right:22px;box-shadow:0 18px 45px #0318204d}.toast span{width:24px;height:24px;color:var(--navy-950);background:var(--green);border-radius:50%;place-items:center;font-weight:900;display:grid}@keyframes toast-in{0%{opacity:0;transform:translateY(10px)}}.mobile-scrim{display:none}.appearance-button{border:1px solid var(--line);background:var(--white);cursor:pointer;border-radius:11px;align-items:center;gap:7px;min-height:42px;padding:0 12px;font-size:12px;font-weight:850;display:inline-flex}.appearance-button:first-letter{color:var(--green-deep)}.audience-cards{grid-template-columns:1fr 1fr;gap:12px;margin:20px 0 24px;display:grid}.audience-cards button{text-align:left;border:2px solid var(--line);cursor:pointer;background:#f8f9f6;border-radius:17px;grid-template-columns:52px 1fr 30px;align-items:center;gap:14px;min-height:116px;padding:18px;transition:transform .18s,border-color .18s,box-shadow .18s;display:grid}.audience-cards button:hover{border-color:#9db0a5;transform:translateY(-2px)}.audience-cards button.active{border-color:var(--green-deep);background:linear-gradient(135deg,#f1ffe9,#e6f6e3);box-shadow:0 10px 30px #17862f1a}.audience-cards button>span{width:52px;height:52px;color:var(--green);background:var(--navy-900);border-radius:15px;place-items:center;font-size:22px;display:grid}.audience-cards button strong{margin-bottom:5px;font-size:16px;display:block}.audience-cards button small{color:var(--muted);font-size:11px;line-height:1.45;display:block}.audience-cards button>i{width:28px;height:28px;color:var(--navy-900);background:#e1e7e2;border-radius:50%;place-items:center;font-style:normal;font-weight:950;display:grid}.audience-cards button.active>i{background:var(--green)}.input-label span{color:var(--muted);margin-left:5px;font-weight:600}.topic-input.compact{min-height:94px;font-size:16px;line-height:1.45}.heitor-sources{grid-template-columns:repeat(3,1fr);gap:8px;margin:16px 0;display:grid}.heitor-sources>div{border:1px solid var(--line);background:#f5f6f2;border-radius:12px;grid-template-columns:28px 1fr;align-content:center;gap:2px 7px;min-height:88px;padding:13px;display:grid}.heitor-sources span{width:27px;height:27px;color:var(--navy-900);background:var(--green);border-radius:50%;grid-row:span 2;place-items:center;font-size:8px;font-weight:950;display:grid}.heitor-sources strong{font-size:10px}.heitor-sources small{color:var(--muted);font-size:8px;line-height:1.35}.advanced-toggle{text-align:left;border:1px solid var(--line);cursor:pointer;background:0 0;border-radius:12px;grid-template-columns:24px auto 1fr 24px;align-items:center;gap:9px;width:100%;min-height:54px;padding:0 15px;display:grid}.advanced-toggle>span,.advanced-toggle>i{color:var(--green-deep);font-style:normal;font-weight:900}.advanced-toggle b{font-size:11px}.advanced-toggle small{color:var(--muted);font-size:9px}.advanced-panel{border:1px solid var(--line);background:#f6f7f3;border-radius:14px;margin-top:10px;padding:16px;animation:.18s both reveal}@keyframes reveal{0%{opacity:0;transform:translateY(-4px)}}.planning-state{background:var(--navy-900);color:#fff;border-radius:12px;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px;padding:14px;display:grid}.planning-state>div{align-items:center;gap:9px;display:flex}.planning-state i{background:var(--green);border-radius:50%;flex:none;width:10px;height:10px;animation:1.3s infinite pulse-step;box-shadow:0 0 #31f50e66}.planning-state>div:nth-child(2) i{animation-delay:.2s}.planning-state>div:nth-child(3) i{animation-delay:.4s}@keyframes pulse-step{60%{box-shadow:0 0 0 7px #31f50e00}}.planning-state b,.planning-state small{display:block}.planning-state b{font-size:9px}.planning-state small{color:#a8bbc0;margin-top:2px;font-size:7px}.idea-origin{letter-spacing:.06em;text-transform:uppercase;border-radius:999px;width:fit-content;margin-top:12px;padding:6px 8px;font-size:7px;font-weight:950;display:inline-flex}.idea-origin.feed_gap{color:#1558a3;background:#dcecff}.idea-origin.competitor_pattern{color:#7c4f00;background:#fff0c8}.idea-origin.product_truth{color:#176d2c;background:#dff3db}.copy-preview{text-align:left;background:#ffffffb8;border:1px solid #082c3914;border-radius:10px;margin:12px 0;padding:12px}.copy-preview small{color:var(--green-deep);letter-spacing:.1em;font-size:6px;font-weight:950}.copy-preview p{-webkit-line-clamp:4;-webkit-box-orient:vertical;max-height:80px;display:-webkit-box;overflow:hidden;color:#40565c!important;margin:6px 0 8px!important;font-size:8px!important;line-height:1.55!important}.copy-preview b{color:var(--ink);font-size:7px}.image-job-error{font-weight:800;line-height:1.45;color:#a13933!important;margin:7px 0 0!important;font-size:8px!important}.idea-source{text-align:left;flex-direction:column;gap:4px;min-height:46px;display:flex}.idea-source span{color:var(--green-deep);font-size:7px;font-weight:850}.idea-source small{color:var(--muted);font-size:7px;line-height:1.35}.strategy-cards>button{min-height:520px}.plan-evidence{margin-top:12px;overflow:hidden}.plan-evidence summary{cursor:pointer;grid-template-columns:34px 1fr 24px;align-items:center;gap:12px;min-height:72px;padding:15px 18px;list-style:none;display:grid}.plan-evidence summary::-webkit-details-marker{display:none}.plan-evidence summary>span{width:34px;height:34px;color:var(--green-deep);background:#dff3db;border-radius:50%;place-items:center;font-weight:950;display:grid}.plan-evidence summary strong,.plan-evidence summary small{display:block}.plan-evidence summary strong{font-size:12px}.plan-evidence summary small{color:var(--muted);margin-top:3px;font-size:8px}.plan-evidence summary>i{font-style:normal;font-weight:950}.plan-evidence[open] summary>i{transform:rotate(45deg)}.plan-evidence .insight-row{padding:0 16px}.plan-evidence .claim-panel{border:0;border-top:1px solid var(--line);border-radius:0;margin:0}.preview-empty{text-align:center;background:radial-gradient(circle at 50% 35%, #31f50e1f, transparent 28%), var(--navy-900);color:#fff;border:1px dashed #9bb1a4;border-radius:25px;flex-direction:column;justify-content:center;align-items:center;min-height:620px;padding:48px 30px;display:flex}.heitor-orbit{width:92px;height:92px;color:var(--navy-900);background:var(--green);border-radius:50%;place-items:center;font-size:35px;font-weight:950;display:grid;position:relative;box-shadow:0 0 0 14px #31f50e12}.heitor-orbit i,.heitor-orbit b{border:1px solid #31f50e47;border-radius:50%;position:absolute;inset:-23px}.heitor-orbit b{border-color:#31f50e1f;inset:-40px}.preview-empty>small{color:var(--green);letter-spacing:.16em;margin-top:54px;font-size:7px;font-weight:950}.preview-empty h2{max-width:330px;margin:12px 0 8px;font-size:28px}.preview-empty p{color:#a9bdc3;max-width:360px;margin:0;font-size:11px;line-height:1.65}.preview-empty>div{color:#b8c9ce;align-items:center;gap:8px;margin-top:28px;font-size:8px;font-weight:800;display:flex}.preview-empty>div span{width:24px;height:24px;color:var(--navy-900);background:var(--green);border-radius:50%;place-items:center;display:grid}.preview-empty>div i{color:#526d75;font-style:normal}.editor-download-bar{z-index:8;background:var(--navy-900);color:#fff;border-radius:14px;grid-template-columns:1fr auto auto auto;align-items:center;gap:7px;margin-bottom:10px;padding:10px;display:grid;position:sticky;top:84px;box-shadow:0 14px 35px #03182033}.editor-download-bar>div{align-items:center;gap:9px;display:flex}.editor-download-bar>div>span{width:30px;height:30px;color:var(--navy-900);background:var(--green);border-radius:50%;place-items:center;font-weight:950;display:grid}.editor-download-bar p{margin:0}.editor-download-bar strong,.editor-download-bar small{display:block}.editor-download-bar strong{font-size:10px}.editor-download-bar small{color:#9eb4ba;margin-top:2px;font-size:7px}.editor-download-bar button{color:#fff;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff2e;border-radius:9px;min-height:38px;padding:0 11px;font-size:8px;font-weight:850}.editor-download-bar .download-primary{border-color:var(--green);background:var(--green);color:var(--navy-900)}.export-actions{grid-template-columns:1fr 1fr 1fr}.export-actions button:first-child{border-color:var(--green-deep);background:var(--green);color:var(--navy-900);font-weight:900}.page-crash{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 72px);padding:40px;display:flex}.page-crash>span{color:#8c3a32;background:#f7dcd9;border-radius:18px;place-items:center;width:60px;height:60px;font-size:30px;font-weight:950;display:grid}.page-crash h1{margin:18px 0 7px}.page-crash p{color:var(--muted);margin:0}.page-crash>div{gap:8px;margin-top:18px;display:flex}html[data-appearance=dark]{--paper:#061b23;--paper-2:#0a2630;--white:#0d2c36;--ink:#eef8f4;--muted:#9bb0b6;--line:#24434c;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}html[data-appearance=dark] body,html[data-appearance=dark] .studio-workspace{background:var(--paper)}html[data-appearance=dark] .surface,html[data-appearance=dark] .topbar,html[data-appearance=dark] .appearance-button,html[data-appearance=dark] .audience-cards button,html[data-appearance=dark] .advanced-panel,html[data-appearance=dark] .heitor-sources>div{background-color:var(--white)}html[data-appearance=dark] .audience-cards button.active{background:linear-gradient(135deg,#123c31,#0d302d)}html[data-appearance=dark] input,html[data-appearance=dark] textarea,html[data-appearance=dark] select{color:var(--ink);border-color:var(--line);background:#0a242d}html[data-appearance=dark] .copy-preview{background:#03182080}html[data-appearance=dark] .copy-preview p,html[data-appearance=dark] .copy-preview b{color:var(--ink)!important}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}@media (max-width:1180px){.studio-shell{grid-template-columns:220px minmax(0,1fr)}.sidebar{padding-left:10px;padding-right:10px}.dashboard-layout{grid-template-columns:1fr}.create-grid{grid-template-columns:minmax(0,1.15fr) minmax(320px,.75fr)}.design-controls.enhanced{grid-template-columns:1fr 1fr 1fr}.metric-grid{grid-template-columns:1fr 1fr}.storyboard-grid{grid-template-columns:repeat(3,1fr)}.benchmark-grid{grid-template-columns:1fr 1fr}.pillar-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:920px){.login-page{grid-template-columns:1fr}.login-promise{display:none}.login-panel{width:min(520px,100% - 28px);min-height:calc(100svh - 28px);margin:14px auto}.studio-shell{grid-template-columns:1fr}.sidebar{width:270px;transition:transform .25s;position:fixed;top:0;left:0;transform:translate(-105%);box-shadow:20px 0 50px #00000040}.sidebar.open{transform:translate(0)}.sidebar-x,.menu-button{display:block}.mobile-scrim{z-index:45;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0318208c;border:0;display:block;position:fixed;inset:0}.topbar{min-height:66px}.command-button{display:none}.page-content{padding-top:30px}.create-grid{grid-template-columns:1fr}.preview-column{position:static}.konva-canvas-shell{min-height:480px}.creative-stage{min-height:520px}.library-grid{grid-template-columns:1fr 1fr}.video-hero{grid-template-columns:1fr}.video-phone{display:none}.facts-list{grid-template-columns:1fr}.own-profile{grid-template-columns:1fr 1fr}.own-profile>div:first-child{grid-column:span 2}.connections-list,.knowledge-grid{grid-template-columns:1fr}}@media (max-width:650px){.topbar{padding:9px 14px}.topbar-title h2{font-size:14px}.topbar-actions .primary-button{width:40px;padding:0;font-size:0;overflow:hidden}.topbar-actions .primary-button:before{content:"+";font-size:20px;line-height:1}.appearance-button{justify-content:center;width:40px;padding:0}.appearance-button span{display:none}.page-content{padding:24px 14px 70px}.page-hero{flex-direction:column;align-items:flex-start}.page-hero h1{font-size:42px}.metric-grid{grid-template-columns:1fr 1fr;gap:8px}.metric{gap:10px;min-height:104px;padding:13px}.metric-symbol{width:34px;height:34px}.metric strong{font-size:21px}.idea-routes{grid-template-columns:1fr}.idea-routes button{min-height:116px}.hero-brief>footer,.radar-strip{flex-direction:column;align-items:flex-start}.pillar-bars{width:100%}.mode-tabs{grid-template-columns:1fr 1fr}.audience-cards,.heitor-sources,.planning-state{grid-template-columns:1fr}.audience-cards button{min-height:98px}.advanced-toggle{grid-template-columns:24px 1fr 24px}.advanced-toggle small{display:none}.editor-download-bar{grid-template-columns:1fr 1fr;position:static}.editor-download-bar>div,.editor-download-bar .download-primary{grid-column:span 2}.export-actions,.brief-options,.insight-row{grid-template-columns:1fr}.reference-inputs{grid-template-columns:1fr 1fr}.reference-inputs input{grid-column:span 2}.reference-strip{grid-template-columns:1fr 1fr}.dossier-grid,.strategy-cards{grid-template-columns:1fr}.strategy-cards>button{min-height:250px}.editor-fields{grid-template-columns:1fr}.editor-fields label:nth-child(2),.editor-fields label:nth-child(4){grid-column:auto}.art-direction-picker,.design-controls{grid-template-columns:1fr 1fr}.design-controls label:last-child{grid-column:span 2}.design-controls.enhanced{grid-template-columns:1fr 1fr}.design-controls.enhanced label:last-child{grid-column:span 2}.ai-model-row{grid-template-columns:1fr}.ai-image-title{grid-template-columns:34px 1fr}.ai-image-title em{display:none}.image-job{grid-template-columns:1fr auto}.image-job>button{grid-column:span 2}.editor-actions{flex-wrap:wrap;align-items:stretch}.inline-quality{width:100%}.schedule-panel{grid-template-columns:1fr}.creative-stage{min-height:440px}.konva-canvas-shell{min-height:360px;padding-left:8px;padding-right:8px}.creative-stage.story .creative-art{width:min(80%,300px)}.creative-art section h2,.creative-stage.story .creative-art section h2{font-size:32px}.library-grid{grid-template-columns:1fr}.timeline-item{grid-template-columns:44px 58px 1fr;gap:9px;padding:10px}.timeline-thumb{width:58px}.timeline-item>b{display:none}.video-hero{padding:30px 20px}.video-hero h1{font-size:46px}.video-prompt{grid-template-columns:1fr;gap:5px}.video-prompt input{min-height:42px}.storyboard-grid{grid-template-columns:1fr 1fr}.provider-table>div{grid-template-columns:90px 1fr 10px;padding:0 12px}.provider-table>div>b{display:none}.generation-fields,.estimate-result,.copy-boundary,.own-profile{grid-template-columns:1fr}.own-profile>div:first-child{grid-column:auto}.benchmark-grid{grid-template-columns:1fr}.pillar-grid{grid-template-columns:1fr 1fr}.connector{grid-template-columns:40px 1fr 10px}.connector>b{display:none}.truth-score{width:100%}.memory-policy{grid-template-columns:1fr 1fr}.memory-policy>div{border-right:0;border-bottom:1px solid var(--line)}}@media (max-width:430px){.login-panel{padding:32px 22px}.metric-grid,.storyboard-grid{grid-template-columns:1fr}.scene-card p{min-height:auto;margin-bottom:14px}.pillar-grid,.export-actions,.art-direction-picker{grid-template-columns:1fr}.editor-subhead>span{display:none}.design-controls.enhanced{grid-template-columns:1fr}.design-controls.enhanced label:last-child{grid-column:auto}.reference-inputs{grid-template-columns:1fr}.reference-inputs input{grid-column:auto}.reference-strip{grid-template-columns:1fr}}
