@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap";:root{font-family:DM Sans,sans-serif;color:#172033;background:#f8fafc;font-synthesis:none;--ink:#172033;--muted:#64748b;--purple:#635bff;--purple-deep:#4f46e5;--purple-pale:#eef2ff;--cyan:#06b6d4;--violet:#a855f7;--line:#e2e8f0;--green:#10b981;--amber:#f59e0b;--coral:#ef4444;--navy:#0f172a;--sidebar:224px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background:#f7f7fa}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin:0}h1,h2,h3,strong{font-family:Manrope,sans-serif}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid rgba(108,92,231,.23);outline-offset:2px}.landing-shell{overflow:hidden;background:#fbfafc}.landing-nav{position:fixed;z-index:50;top:0;left:50%;width:min(1240px,calc(100% - 40px));height:70px;display:flex;align-items:center;gap:40px;padding:0 18px;margin-top:14px;color:#272431;background:#ffffffe0;border:1px solid rgba(229,226,236,.9);border-radius:18px;box-shadow:0 14px 45px #281f4214;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transform:translate(-50%)}.landing-logo{display:inline-flex;align-items:center;gap:8px}.landing-logo>span{width:32px;height:32px;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,#8c7aff,#5b48dc);border-radius:10px;box-shadow:0 7px 15px #6c5ce740}.landing-logo strong{font-size:20px;letter-spacing:-.5px}.landing-nav nav{display:flex;align-items:center;gap:28px;margin:auto}.landing-nav nav a,.platform-trigger{color:#646171;font-size:13px;font-weight:600}.landing-nav nav a:hover,.platform-trigger:hover,.platform-trigger.active{color:var(--purple)}.platform-trigger{display:flex;align-items:center;gap:4px;padding:0;background:none;border:0}.platform-trigger svg{transition:transform .2s ease}.platform-trigger.active svg{transform:rotate(90deg)}.landing-actions{display:flex;align-items:center;gap:10px}.text-login{color:#555261;background:none;border:0;font-size:12px;font-weight:700}.landing-menu{display:none}.platform-mega{position:absolute;top:78px;left:50%;width:min(1040px,calc(100vw - 40px));padding:24px;color:var(--ink);background:#fffffffa;border:1px solid #e6e2ee;border-radius:20px;box-shadow:0 28px 70px #221c3933;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transform:translate(-50%);animation:mega-in .18s ease-out}.mega-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:2px 3px 19px;border-bottom:1px solid #eeecf2}.mega-head span{display:flex;align-items:center;gap:7px;color:var(--purple);font-size:8px;font-weight:800;letter-spacing:1.45px}.mega-head h3{margin-top:7px;font-size:21px;letter-spacing:-.6px}.mega-head>button{width:32px;height:32px;display:grid;place-items:center;flex-shrink:0;color:#827e8c;background:#f6f5f8;border:1px solid #e8e5ed;border-radius:9px}.mega-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:18px 0}.mega-grid>button{position:relative;min-height:79px;display:grid;grid-template-columns:38px 1fr 22px;align-items:center;gap:10px;padding:12px;color:#34313e;text-align:left;background:#fbfafc;border:1px solid #eeebf2;border-radius:12px;transition:.18s ease}.mega-grid>button:hover{z-index:1;background:#fff;border-color:#cec6f6;box-shadow:0 9px 24px #362c5b1a;transform:translateY(-2px)}.mega-grid>button.available{background:linear-gradient(135deg,#f2efff,#faf9ff);border-color:#cfc6fb}.mega-icon{width:38px;height:38px;display:grid;place-items:center;color:#7160dc;background:#eeebff;border-radius:10px}.mega-grid p{min-width:0;display:flex;flex-direction:column}.mega-grid strong{font-size:11px}.mega-grid small{display:-webkit-box;overflow:hidden;margin-top:4px;color:#8a8793;font-size:8px;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.mega-grid em{align-self:start;color:#c1bdc9;font-size:7px;font-style:normal;font-weight:800;letter-spacing:.7px}.mega-grid b{position:absolute;right:11px;bottom:9px;padding:3px 5px;color:#5744c3;background:#e8e3ff;border-radius:4px;font-size:5px;letter-spacing:.7px}.platform-mega footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 3px 1px;border-top:1px solid #eeecf2}.platform-mega footer span,.platform-mega footer a{display:flex;align-items:center;gap:7px;font-size:8px;font-weight:700}.platform-mega footer span{color:#898592}.platform-mega footer span svg{color:var(--green)}.platform-mega footer a{color:var(--purple)}@keyframes mega-in{0%{opacity:0;transform:translate(-50%,-8px) scale(.985)}to{opacity:1;transform:translate(-50%) scale(1)}}.landing-cta{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 20px;color:#fff;background:linear-gradient(135deg,#755ff0,#5e4bd7);border:0;border-radius:12px;box-shadow:0 10px 25px #5c49d338;font-size:13px;font-weight:700;transition:.2s ease}.landing-cta:hover{transform:translateY(-2px);box-shadow:0 14px 30px #5c49d34d}.landing-cta.small{min-height:39px;padding:0 15px;font-size:11px}.landing-cta.dark{background:#22212b;box-shadow:none}.landing-cta.light{color:#4c3bb7;background:#fff}.landing-hero{position:relative;min-height:790px;display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:40px;padding:150px max(6vw,40px) 80px;background:radial-gradient(circle at 90% 10%,rgba(187,170,255,.26),transparent 27%),radial-gradient(circle at 8% 85%,rgba(255,151,187,.12),transparent 25%),linear-gradient(180deg,#f7f4ff,#fbfafc)}.landing-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.32;background-image:linear-gradient(rgba(108,92,231,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(108,92,231,.06) 1px,transparent 1px);background-size:45px 45px;-webkit-mask-image:linear-gradient(to bottom,black,transparent 78%);mask-image:linear-gradient(to bottom,black,transparent 78%);pointer-events:none}.hero-copy{position:relative;z-index:2;max-width:620px}.launch-pill{width:fit-content;display:flex;align-items:center;gap:7px;padding:7px 10px;color:#5b49c2;background:#eeeaff;border:1px solid #ded8ff;border-radius:20px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.7px}.hero-copy h1{margin:22px 0 18px;color:#1e1c27;font-size:clamp(48px,5.7vw,82px);line-height:.99;letter-spacing:-4px}.hero-copy h1 em{color:var(--purple);font-style:normal}.hero-copy>p{max-width:570px;color:#706d7c;font-size:17px;line-height:1.65}.hero-actions{display:flex;align-items:center;gap:14px;margin-top:30px}.watch-button{min-height:48px;display:flex;align-items:center;gap:8px;padding:0 14px;color:#4e4a59;background:transparent;border:0;font-size:12px;font-weight:700}.watch-button svg{color:var(--purple)}.hero-proof{display:flex;flex-wrap:wrap;gap:17px;margin-top:22px;color:#858291;font-size:10px}.hero-proof span{display:flex;align-items:center;gap:5px}.hero-proof svg{color:var(--green)}.hero-product{position:relative;z-index:2;min-width:0;perspective:1400px}.product-window{overflow:hidden;background:#fff;border:1px solid #e7e3ef;border-radius:18px;box-shadow:0 40px 80px #32265833;transform:rotateY(-3deg) rotateX(1deg)}.window-top{height:47px;display:flex;align-items:center;gap:15px;padding:0 15px;color:#777485;background:#fff;border-bottom:1px solid #eeeef3;font-size:9px}.window-logo{display:flex;align-items:center;gap:5px;color:var(--purple);font:800 10px Manrope}.window-dots{display:flex;gap:4px}.window-dots i{width:6px;height:6px;background:#e1dfe8;border-radius:50%}.window-top>b{margin-left:auto;font-size:8px}.window-body{min-height:420px;display:grid;grid-template-columns:47px 195px 1fr;background:#f2f2f6}.window-body>aside{display:flex;flex-direction:column;align-items:center;gap:8px;padding-top:16px;background:#282631}.window-body>aside button{width:30px;height:30px;display:grid;place-items:center;color:#8c8997;background:none;border:0;border-radius:7px}.window-body>aside button.active{color:#fff;background:var(--purple)}.prompt-pane{padding:25px 17px;background:#fff;border-right:1px solid #e7e6ec}.prompt-pane>span{color:#9a96a5;font-size:6px;font-weight:800;letter-spacing:1.2px}.prompt-pane h3{font-size:14px;margin:5px 0 17px}.mini-prompt{min-height:105px;padding:10px;color:#676473;background:#fafafd;border:1px solid #e3e1e9;border-radius:8px;font-size:8px;line-height:1.55}.prompt-tags{display:flex;gap:4px;margin:11px 0 16px}.prompt-tags b{padding:4px 6px;color:#706c7a;background:#f0f0f3;border-radius:4px;font-size:6px}.prompt-pane>button{width:100%;height:34px;display:flex;align-items:center;justify-content:center;gap:6px;color:#fff;background:var(--purple);border:0;border-radius:7px;font-size:8px;font-weight:700}.creative-preview{position:relative;min-height:420px;display:flex;align-items:center;justify-content:center;overflow:hidden;color:#fff;background:radial-gradient(circle at 70% 23%,#ff83ae,transparent 21%),radial-gradient(circle at 23% 75%,#8d72ff,transparent 29%),linear-gradient(145deg,#1e1c2b,#5139b2)}.preview-noise{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.22;background-image:linear-gradient(rgba(255,255,255,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.1) 1px,transparent 1px);background-size:24px 24px}.preview-word{position:relative;z-index:2;display:flex;flex-direction:column;width:70%}.preview-word small{font-size:11px;letter-spacing:2px;line-height:1.3}.preview-word strong{font-size:clamp(30px,4vw,56px);letter-spacing:-3px}.preview-word em{width:fit-content;margin-top:18px;padding:7px 9px;color:#382b8b;background:#fff;border-radius:4px;font-size:7px;font-style:normal;font-weight:800}.preview-orbit{position:absolute;width:330px;height:100px;border:1px solid rgba(255,255,255,.24);border-radius:50%;transform:rotate(-26deg)}.preview-orbit.two{width:140px;height:360px;transform:rotate(32deg)}.preview-spark{position:absolute;width:7px;height:7px;background:#fff;border-radius:50%;box-shadow:0 0 18px #fff}.s1{right:23%;top:20%}.s2{left:18%;bottom:24%}.floating-card{position:absolute;z-index:5;display:flex;align-items:center;gap:9px;padding:11px 14px;background:#fffffff0;border:1px solid white;border-radius:12px;box-shadow:0 15px 35px #2b204e29;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.floating-card>span{width:30px;height:30px;display:grid;place-items:center;color:var(--purple);background:#eeeaff;border-radius:8px}.floating-card p{display:flex;flex-direction:column}.floating-card strong{font-size:9px}.floating-card small{color:#92909c;font-size:7px;margin-top:2px}.fc-one{left:-28px;bottom:42px}.fc-two{right:-20px;top:53px}.fc-two>span{color:var(--green);background:#e7f8f4}.trust-row{min-height:82px;display:flex;align-items:center;justify-content:center;gap:25px;padding:20px;color:#aaa7b2;background:#fff;border-top:1px solid #efedf2;border-bottom:1px solid #efedf2}.trust-row span{font-size:8px;font-weight:800;letter-spacing:1.5px}.trust-row strong{color:#615e6b;font-size:11px}.trust-row i{width:1px;height:20px;background:#e3e1e7}.landing-section{padding:110px max(6vw,40px)}.section-heading{max-width:670px;margin-bottom:48px}.section-heading.centered{margin-left:auto;margin-right:auto;text-align:center}.section-heading>span,.platform-copy>span,.ecosystem-intro>span{color:var(--purple);font-size:9px;font-weight:800;letter-spacing:1.6px}.section-heading h2,.platform-copy h2,.ecosystem-intro h2{margin:10px 0 14px;font-size:clamp(32px,4vw,52px);line-height:1.08;letter-spacing:-2px}.section-heading p,.platform-copy>p,.ecosystem-intro>p{color:#777484;font-size:14px;line-height:1.7}.create-section{background:#fff}.tool-grid{max-width:1250px;display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:auto}.tool-card{position:relative;min-width:0;padding:13px 13px 18px;color:var(--ink);text-align:left;background:#fbfbfd;border:1px solid #eae8ef;border-radius:16px;transition:.24s ease}.tool-card:hover{transform:translateY(-5px);border-color:#cdc5fb;box-shadow:0 18px 35px #2f27501a}.tool-number{position:absolute;z-index:2;top:22px;left:22px;color:#ffffffbd;font-size:7px;font-weight:800;letter-spacing:1px}.tool-art{position:relative;height:160px;display:grid;place-items:center;overflow:hidden;margin-bottom:15px;color:#fff;background:radial-gradient(circle at 70% 25%,color-mix(in srgb,var(--accent) 80%,white),transparent 22%),linear-gradient(145deg,#24222d,var(--accent));border-radius:11px}.tool-art:before,.tool-art:after{content:"";position:absolute;width:170px;height:55px;border:1px solid rgba(255,255,255,.2);border-radius:50%;transform:rotate(-28deg)}.tool-art:after{width:70px;height:190px;transform:rotate(34deg)}.tool-art b{position:relative;z-index:2;min-width:44px;min-height:44px;display:grid;place-items:center;font-size:23px}.tool-card h3{font-size:14px}.tool-card>p{min-height:38px;color:#858290;font-size:10px;line-height:1.5;margin:5px 0 10px}.tool-link{display:flex;align-items:center;gap:3px;color:var(--purple);font-size:8px;font-weight:700}.platform-section{min-height:760px;display:grid;grid-template-columns:.85fr 1.15fr;align-items:center;gap:70px;padding:100px max(6vw,40px);color:#fff;background:#211f2b}.platform-copy>span{color:#a89cff}.platform-copy h2{color:#fff}.platform-copy>p{color:#aaa6b3}.platform-copy ul{display:flex;flex-direction:column;gap:22px;padding:0;margin:32px 0;list-style:none}.platform-copy li{display:flex;gap:12px}.platform-copy li>span{width:37px;height:37px;display:grid;place-items:center;flex-shrink:0;color:#afa4ff;background:#343142;border-radius:10px}.platform-copy li strong{font-size:11px}.platform-copy li p{color:#93909d;font-size:9px;line-height:1.55;margin-top:3px}.platform-visual{position:relative;min-height:530px}.canvas-card{position:absolute;overflow:hidden;color:#fff;border:1px solid rgba(255,255,255,.15);border-radius:16px;box-shadow:0 30px 60px #00000047}.cc-back{right:0;top:20px;width:44%;height:210px;padding:24px;background:linear-gradient(145deg,#e7ab4e,#e35a7a);transform:rotate(7deg)}.cc-back span{font-size:7px;letter-spacing:1.4px}.cc-back strong{display:block;margin-top:90px;font-size:24px}.cc-mid{right:2%;bottom:5px;width:39%;height:330px;padding:24px;background:radial-gradient(circle at 45% 40%,#8d77ff,transparent 28%),#313040;transform:rotate(4deg)}.cc-mid>span{font-size:7px;letter-spacing:1.3px}.story-shape{width:140px;height:140px;margin:32px auto 22px;border:1px solid rgba(255,255,255,.35);border-radius:50%;box-shadow:inset 0 0 0 22px #ffffff0d}.cc-mid strong{font-size:15px;line-height:1.05}.cc-front{left:4%;top:60px;width:55%;height:410px;padding:37px;background:radial-gradient(circle at 70% 32%,#ff86a8,transparent 24%),radial-gradient(circle at 28% 75%,#8c77ff,transparent 26%),linear-gradient(145deg,#262333,#5c42bd);transform:rotate(-4deg)}.cc-front small{font-size:7px;letter-spacing:1.5px}.cc-front h3{margin-top:100px;font-size:36px;line-height:1.05;letter-spacing:-2px}.cc-front>span{position:absolute;bottom:32px;font-size:9px;font-weight:800;letter-spacing:2px}.workflow-section{background:#f7f5fb}.workflow-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.workflow-steps article{position:relative;min-height:250px;padding:26px;background:#fff;border:1px solid #e7e5ec;border-radius:15px}.workflow-steps article>span{position:absolute;right:18px;top:15px;color:#d4d0de;font:800 28px Manrope}.step-icon{width:46px;height:46px;display:grid;place-items:center;color:var(--purple);background:#efecff;border-radius:13px;margin-bottom:45px}.workflow-steps h3{font-size:15px}.workflow-steps p{color:#858290;font-size:10px;line-height:1.6;margin-top:8px}.ecosystem-section{display:grid;grid-template-columns:1fr .72fr;gap:80px;padding:110px max(6vw,40px);background:#fff}.module-tabs{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:35px}.module-tabs button{min-height:45px;display:flex;align-items:center;gap:9px;padding:0 11px;color:#6f6c7a;text-align:left;background:#fafafd;border:1px solid #ebe9ef;border-radius:9px;font-size:9px}.module-tabs button>span{color:#aaa6b2;font-size:7px}.module-tabs button>b{margin-left:auto;padding:3px 5px;color:#5a47c4;background:#ebe7ff;border-radius:4px;font-size:6px}.module-tabs button.active{color:#4b3db0;background:#f0edff;border-color:#cfc7fc}.module-tabs button.active>span{color:var(--purple)}.module-detail{position:relative;min-height:480px;display:flex;align-items:flex-start;padding:55px 45px;overflow:hidden;color:#fff;background:radial-gradient(circle at 80% 18%,rgba(255,128,169,.5),transparent 24%),linear-gradient(145deg,#25232f,#5c43bd);border-radius:22px}.module-detail:after{content:"";position:absolute;width:430px;height:170px;right:-130px;bottom:-40px;border:1px solid rgba(255,255,255,.16);border-radius:50%;transform:rotate(-28deg)}.module-detail>span{position:absolute;right:28px;top:18px;color:#ffffff1f;font:800 105px Manrope}.module-detail>div{position:relative;z-index:2;margin-top:75px}.module-detail small{color:#c5bffc;font-size:7px;font-weight:800;letter-spacing:1.5px}.module-detail h3{font-size:31px;margin:9px 0}.module-detail p{max-width:370px;color:#cbc7d5;font-size:11px;line-height:1.6}.module-detail ul{display:flex;flex-wrap:wrap;gap:7px;padding:0;margin:24px 0;list-style:none}.module-detail li{display:flex;align-items:center;gap:5px;padding:7px 9px;color:#e6e2f0;background:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:7px;font-size:8px}.coming-label{width:fit-content;padding:9px 11px;color:#c8c1fb;background:#6c5ce72b;border:1px solid rgba(170,157,255,.18);border-radius:8px;font-size:8px}.final-cta{position:relative;min-height:470px;display:flex;align-items:center;justify-content:center;flex-direction:column;overflow:hidden;padding:70px 20px;color:#fff;text-align:center;background:radial-gradient(circle at 50% 60%,#7c62e7,transparent 30%),linear-gradient(135deg,#4a37aa,#281f66)}.cta-spark{width:54px;height:54px;display:grid;place-items:center;background:#ffffff1a;border:1px solid rgba(255,255,255,.18);border-radius:16px}.final-cta h2{position:relative;z-index:2;margin:22px 0 10px;font-size:clamp(35px,5vw,60px);line-height:1.05;letter-spacing:-2px}.final-cta p{position:relative;z-index:2;color:#cbc4ee;font-size:13px}.final-cta .landing-cta{position:relative;z-index:2;margin-top:26px}.cta-rings i{position:absolute;left:50%;top:52%;width:670px;height:210px;border:1px solid rgba(255,255,255,.1);border-radius:50%;transform:translate(-50%,-50%) rotate(-15deg)}.cta-rings i:nth-child(2){width:320px;height:600px;transform:translate(-50%,-50%) rotate(31deg)}.cta-rings i:nth-child(3){width:900px;height:430px;transform:translate(-50%,-50%) rotate(12deg)}.landing-footer{min-height:170px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:25px;padding:40px max(6vw,40px);color:#9693a0;background:#1d1b25}.landing-footer .landing-logo{color:#fff}.landing-footer>p{font-size:9px}.landing-footer>div{display:flex;gap:20px}.landing-footer>div a,.landing-footer>div button{padding:0;color:#aaa7b3;background:none;border:0;font-size:9px}.landing-footer>small{grid-column:1/-1;padding-top:18px;border-top:1px solid rgba(255,255,255,.07);font-size:7px}.studio-app{min-height:100vh;background:#f5f5f8}.studio-sidebar{position:fixed;z-index:30;inset:0 auto 0 0;width:var(--sidebar);display:flex;flex-direction:column;padding:20px 14px 15px;overflow-y:auto;color:#fff;background:#211f2b}.studio-sidebar-head{display:flex;align-items:center;padding:0 6px 18px}.studio-sidebar-head>button{display:none;margin-left:auto;color:#aaa7b3;background:none;border:0}.studio-logo{display:inline-flex;align-items:center;gap:8px}.studio-logo i{width:31px;height:31px;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,#8978ff,#5946d6);border-radius:10px}.studio-logo strong{font-size:18px}.workspace-name{width:100%;min-height:54px;display:flex;align-items:center;gap:8px;padding:8px;margin-bottom:19px;color:#fff;text-align:left;background:#2c2a36;border:1px solid rgba(255,255,255,.06);border-radius:10px}.workspace-name>span{width:30px;height:30px;display:grid;place-items:center;color:#3b2c18;background:#f2b758;border-radius:8px;font-size:8px;font-weight:800}.workspace-name p{flex:1;display:flex;flex-direction:column}.workspace-name small{color:#7e7b89;font-size:6px;letter-spacing:.8px}.workspace-name strong{font-size:9px;margin-top:2px}.workspace-name svg{color:#777481}.studio-sidebar nav{display:flex;flex-direction:column;gap:4px}.studio-sidebar nav button,.studio-sidebar-bottom>button{width:100%;height:39px;display:flex;align-items:center;gap:10px;padding:0 10px;color:#aaa7b3;text-align:left;background:none;border:0;border-radius:8px;font-size:11px}.studio-sidebar nav button:hover,.studio-sidebar nav button.active{color:#fff;background:#34313f}.studio-sidebar nav button.active svg{color:#9d90ff}.studio-sidebar nav button b{margin-left:auto;padding:2px 5px;color:#fff;background:var(--purple);border-radius:4px;font-size:6px}.sidebar-create{padding:13px;margin-top:18px;background:linear-gradient(145deg,#373148,#292734);border:1px solid rgba(155,140,255,.18);border-radius:11px}.sidebar-create>span{width:29px;height:29px;display:grid;place-items:center;color:#b8afff;background:#6c5ce738;border-radius:8px}.sidebar-create strong{display:block;font-size:9px;margin-top:9px}.sidebar-create p{color:#8e8a98;font-size:7px;line-height:1.5;margin:4px 0 9px}.sidebar-create button{display:flex;align-items:center;gap:4px;padding:0;color:#b8afff;background:none;border:0;font-size:7px;font-weight:700}.studio-sidebar-bottom{margin-top:auto;padding-top:15px}.studio-sidebar-bottom>div{display:flex;align-items:center;gap:8px;padding:14px 7px 0;margin-top:8px;border-top:1px solid rgba(255,255,255,.07)}.studio-sidebar-bottom>div>span{width:28px;height:28px;display:grid;place-items:center;background:#5b5470;border-radius:50%;font-size:7px;font-weight:700}.studio-sidebar-bottom p{flex:1;display:flex;flex-direction:column}.studio-sidebar-bottom strong{font-size:8px}.studio-sidebar-bottom small{color:#7e7b89;font-size:7px;margin-top:2px}.studio-sidebar-bottom svg{color:#777481}.studio-main{width:calc(100% - var(--sidebar));min-height:100vh;margin-left:var(--sidebar)}.studio-topbar{position:sticky;z-index:20;top:0;height:62px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 28px;background:#ffffffed;border-bottom:1px solid #eae9ee;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.studio-topbar>.studio-logo,.studio-menu{display:none}.studio-search{width:min(420px,50vw);height:35px;display:flex;align-items:center;gap:8px;padding:0 10px;color:#9b98a4;background:#f5f5f8;border:1px solid transparent;border-radius:8px}.studio-search input{flex:1;min-width:0;background:none;border:0;outline:0;font-size:9px}.studio-topbar>div:last-child{display:flex;gap:8px}.topbar-icon{position:relative;width:35px;height:35px;display:grid;place-items:center;color:#666371;background:#fff;border:1px solid var(--line);border-radius:8px}.topbar-icon span{position:absolute;right:7px;top:6px;width:5px;height:5px;background:var(--coral);border-radius:50%}.top-create{min-height:35px;display:flex;align-items:center;justify-content:center;gap:6px;padding:0 13px;color:#fff;background:var(--purple);border:0;border-radius:8px;font-size:9px;font-weight:700}.studio-page{max-width:1460px;padding:27px 30px 45px;margin:auto}.studio-page-wide{max-width:none}.studio-page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:15px;margin-bottom:22px}.studio-page-heading>div>span{color:#9b98a5;font-size:7px;font-weight:800;letter-spacing:1.2px}.studio-page-heading h1{font-size:23px;letter-spacing:-.7px;margin:5px 0 4px}.studio-page-heading p{color:#83808e;font-size:9px}.studio-welcome{position:relative;min-height:155px;display:flex;align-items:center;justify-content:space-between;overflow:hidden;padding:27px 32px;color:#fff;background:radial-gradient(circle at 83% 50%,rgba(245,126,176,.5),transparent 20%),linear-gradient(120deg,#4c39ae,#7964e8);border-radius:14px;box-shadow:0 15px 30px #4a39a82b}.studio-welcome>div:first-child{position:relative;z-index:2}.studio-welcome span{display:flex;align-items:center;gap:5px;color:#e2ddff;font-size:7px;font-weight:800;letter-spacing:.9px}.studio-welcome h2{font-size:22px;margin:10px 0 6px}.studio-welcome p{max-width:590px;color:#d6d0f4;font-size:9px;line-height:1.6}.welcome-orb{position:relative;width:90px;height:90px;display:grid;place-items:center;color:#e9e4ff;background:#ffffff14;border:1px solid rgba(255,255,255,.14);border-radius:50%}.welcome-orb:before,.welcome-orb:after{content:"";position:absolute;width:150px;height:45px;border:1px solid rgba(255,255,255,.15);border-radius:50%;transform:rotate(-24deg)}.welcome-orb:after{width:45px;height:150px;transform:rotate(32deg)}.quick-tools{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:13px 0}.quick-tools button{min-height:82px;display:grid;grid-template-columns:38px 1fr 18px;align-items:center;gap:9px;padding:12px;color:var(--ink);text-align:left;background:#fff;border:1px solid var(--line);border-radius:11px;transition:.2s ease}.quick-tools button:hover{border-color:#c8c0fa;transform:translateY(-2px)}.quick-tools button>span{width:36px;height:36px;display:grid;place-items:center;color:var(--purple);background:#efecff;border-radius:9px}.quick-tools .coral{color:#df557a;background:#ffeaf0}.quick-tools .orange{color:#d88034;background:#fff1e4}.quick-tools .green{color:#0d9a84;background:#e7f8f4}.quick-tools p{display:flex;flex-direction:column}.quick-tools strong{font-size:9px}.quick-tools small{color:#95929f;font-size:7px;margin-top:3px}.quick-tools>button>svg{color:#b2afba}.home-grid{display:grid;grid-template-columns:1.5fr .58fr;gap:13px}.studio-panel{background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:0 8px 30px #26233409}.recent-panel{padding:17px}.studio-panel-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.studio-panel-head>div>span,.template-strip .studio-panel-head span{display:block;color:#9d9aa6;font-size:6px;font-weight:800;letter-spacing:1px}.studio-panel-head h3{font-size:12px;margin-top:4px}.studio-panel-head button,.template-strip .studio-panel-head button{display:flex;align-items:center;gap:4px;padding:0;color:var(--purple);background:none;border:0;font-size:7px;font-weight:700}.recent-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:14px}.recent-grid>button{min-width:0;display:grid;grid-template-columns:1fr 15px;gap:7px;padding:0;color:var(--ink);text-align:left;background:none;border:0}.project-thumb{position:relative;grid-column:1/-1;height:115px;display:grid;place-items:center;overflow:hidden;color:#fff;border-radius:8px}.project-thumb:before,.library-thumb:before{content:"";position:absolute;width:130px;height:40px;border:1px solid rgba(255,255,255,.25);border-radius:50%;transform:rotate(-25deg)}.project-thumb span{position:relative;z-index:2}.project-thumb b{position:absolute;left:10px;bottom:8px;font-size:11px;text-transform:uppercase}.project-summer{background:radial-gradient(circle at 70% 25%,#ff83a6,transparent 25%),linear-gradient(145deg,#5c43ca,#322770)}.project-film{background:radial-gradient(circle at 45% 42%,#ff9b72,transparent 25%),linear-gradient(145deg,#1d1c26,#762b59)}.project-webinar{color:#272431;background:linear-gradient(145deg,#ffdda9,#ff8a68)}.project-founder{background:linear-gradient(145deg,#26365e,#608ee2)}.recent-grid p{min-width:0;display:flex;flex-direction:column}.recent-grid p strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:8px}.recent-grid p small{color:#9a97a3;font-size:6px;margin-top:2px}.recent-grid>button>svg{color:#aaa7b2}.home-side{display:flex;flex-direction:column;gap:13px}.brand-health{padding:17px}.brand-score{display:flex;align-items:baseline;margin-top:18px}.brand-score strong{font-size:27px}.brand-score>span{color:#a4a1ac;font-size:8px}.brand-score p{margin-left:auto;color:#8c8996;font-size:7px}.brand-progress{height:5px;overflow:hidden;margin:7px 0 13px;background:#eeeef2;border-radius:4px}.brand-progress span{display:block;width:92%;height:100%;background:var(--purple)}.brand-health ul{display:flex;flex-direction:column;gap:8px;padding:0;margin:0;list-style:none;color:#74717f;font-size:7px}.brand-health li{display:flex;align-items:center;gap:5px}.brand-health li svg{color:var(--green)}.brand-health li:last-child svg{color:#d8953e}.usage-card{display:flex;align-items:center;gap:8px;padding:12px}.usage-card>span{width:30px;height:30px;display:grid;place-items:center;color:var(--purple);background:#efecff;border-radius:8px}.usage-card>div{flex:1;display:flex;flex-direction:column}.usage-card strong{font-size:8px}.usage-card small{color:#9b98a4;font-size:6px;margin-top:2px}.usage-card button{color:var(--purple);background:none;border:0;font-size:7px;font-weight:700}.template-strip{padding:17px;margin-top:13px;background:#fff;border:1px solid var(--line);border-radius:12px}.template-strip>div:last-child{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:13px}.template-strip>div:last-child button{display:grid;grid-template-columns:1fr 15px;gap:6px;padding:0;color:var(--ink);text-align:left;background:none;border:0}.template-strip button>span{position:relative;grid-column:1/-1;height:86px;display:flex;align-items:flex-end;overflow:hidden;padding:9px;color:#fff;border-radius:7px}.template-strip button>span i{position:absolute;width:110px;height:35px;left:50%;top:50%;border:1px solid rgba(255,255,255,.3);border-radius:50%;transform:translate(-50%,-50%) rotate(-25deg)}.template-strip button>span b{position:relative;z-index:2;font-size:10px;text-transform:uppercase}.template-strip button>strong{font-size:8px}.template-strip button>small{color:#9996a2;font-size:6px}.generator-shell{display:grid;grid-template-columns:315px 1fr;min-height:680px;overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:13px}.generator-controls{padding:18px;border-right:1px solid var(--line)}.control-section{position:relative;padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid #efedf2}.control-label{display:flex;align-items:center;justify-content:space-between;color:#7f7c89;font-size:7px;font-weight:800;letter-spacing:.8px;margin-bottom:8px}.control-label button{display:flex;align-items:center;gap:4px;padding:0;color:var(--purple);background:none;border:0;font-size:6px;font-weight:700}.type-picker{display:grid;grid-template-columns:1fr 1fr;gap:6px}.type-picker button{height:34px;display:flex;align-items:center;gap:6px;padding:0 8px;color:#767381;background:#fff;border:1px solid #e4e2e9;border-radius:7px;font-size:7px}.type-picker button.active{color:#5140bb;background:#f0edff;border-color:#c9c1fa}.generator-controls textarea{width:100%;min-height:130px;resize:vertical;padding:10px;color:#4d4a57;background:#fbfbfd;border:1px solid #dfdde5;border-radius:8px;font-size:8px;line-height:1.55}.prompt-count{position:absolute;right:4px;bottom:19px;color:#a7a4ae;font-size:6px}.control-row{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-bottom:16px}.control-row label,.copy-form>label{display:flex;flex-direction:column;gap:6px;color:#6b6876;font-size:7px;font-weight:700}.control-row select,.copy-form select,.copy-form input{width:100%;height:35px;padding:0 8px;color:#5b5866;background:#fff;border:1px solid #e1dfe6;border-radius:7px;font-size:7px}.brand-select{width:100%;min-height:45px;display:flex;align-items:center;gap:8px;padding:7px;color:var(--ink);text-align:left;background:#fafafd;border:1px solid #e3e1e8;border-radius:8px}.brand-mini-logo{width:30px;height:30px;display:grid;place-items:center;color:#fff;background:var(--purple);border-radius:7px}.brand-select p{flex:1;display:flex;flex-direction:column}.brand-select strong{font-size:7px}.brand-select small{color:#9a97a3;font-size:6px;margin-top:2px}.brand-select>svg{color:var(--green)}.advanced-row{display:flex;align-items:center;justify-content:space-between;margin:5px 0 13px}.advanced-row button{display:flex;align-items:center;gap:5px;padding:0;color:#797684;background:none;border:0;font-size:7px}.advanced-row span{color:#a09da8;font-size:6px}.generate-button{width:100%;min-height:41px;display:flex;align-items:center;justify-content:center;gap:7px;padding:0 12px;color:#fff;background:linear-gradient(135deg,#765ff0,#5946d0);border:0;border-radius:8px;box-shadow:0 8px 18px #5d49d333;font-size:8px;font-weight:700}.generate-button b{margin-left:auto;color:#dcd6ff;font-size:6px}.generate-button:disabled{opacity:.65;cursor:wait}.spinner{width:15px;height:15px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:spin .75s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.generator-workspace{position:relative;min-width:0;display:flex;flex-direction:column;padding:15px;background:#f2f2f6}.workspace-toolbar{min-height:39px;display:flex;align-items:flex-start;justify-content:space-between;gap:10px;padding:1px 2px 11px}.workspace-toolbar>div:first-child{display:flex;flex-direction:column}.workspace-toolbar strong{font-size:9px}.workspace-toolbar span{color:#9794a0;font-size:6px;margin-top:2px}.workspace-toolbar>div:last-child{display:flex;gap:5px}.workspace-toolbar button{min-height:28px;display:flex;align-items:center;gap:5px;padding:0 8px;color:#666371;background:#fff;border:1px solid #dfdde5;border-radius:6px;font-size:6px;font-weight:700}.empty-canvas,.generating-state{flex:1;min-height:530px;display:flex;align-items:center;justify-content:center;flex-direction:column;color:#757281;text-align:center;background:#fff;border:1px dashed #d7d4de;border-radius:10px}.empty-canvas>span{width:60px;height:60px;display:grid;place-items:center;color:var(--purple);background:#efecff;border-radius:18px}.empty-canvas h3,.generating-state h3{color:#46434f;font-size:13px;margin:13px 0 5px}.empty-canvas p,.generating-state p{max-width:340px;color:#9996a2;font-size:7px;line-height:1.5}.empty-canvas>div{display:flex;align-items:center;gap:7px;margin-top:20px}.empty-canvas>div span{width:24px;height:24px;display:grid;place-items:center;color:#8c8896;background:#f2f1f5;border-radius:50%;font-size:6px}.empty-canvas>div i{width:35px;height:1px;background:#e0dee5}.generation-orb{position:relative;width:72px;height:72px;display:grid;place-items:center;color:var(--purple);background:#efecff;border-radius:50%;animation:pulse 1.4s ease-in-out infinite}@keyframes pulse{50%{box-shadow:0 0 0 18px #6c5ce712}}.generation-track{width:260px;height:4px;overflow:hidden;margin-top:18px;background:#ebe9f0;border-radius:4px}.generation-track span{display:block;width:55%;height:100%;background:var(--purple);animation:progress 1.2s ease-in-out infinite}@keyframes progress{0%{transform:translate(-100%)}to{transform:translate(190%)}}.output-grid{flex:1;display:grid;grid-template-columns:1fr 1fr;gap:10px}.output-grid article{min-width:0;overflow:hidden;background:#fff;border:1px solid #e1dfe6;border-radius:9px}.output-art{position:relative;min-height:255px;overflow:hidden;color:#fff;background:radial-gradient(circle at 70% 25%,#ff7fa7,transparent 22%),radial-gradient(circle at 25% 75%,#8e73ff,transparent 27%),linear-gradient(145deg,#22202c,#5a40ba)}.variant-2{filter:hue-rotate(28deg)}.variant-3{filter:hue-rotate(-36deg) saturate(.85)}.variant-4{filter:hue-rotate(75deg)}.art-grid{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.16;background-image:linear-gradient(rgba(255,255,255,.22) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.22) 1px,transparent 1px);background-size:25px 25px}.output-message{position:absolute;z-index:2;left:9%;bottom:10%;display:flex;flex-direction:column}.output-message small{font-size:6px;letter-spacing:1.2px}.output-message strong{font-size:clamp(20px,2.6vw,35px);line-height:1.02;letter-spacing:-1.6px;margin:6px 0 14px}.output-message b{width:fit-content;padding:5px 6px;color:#3d3296;background:#fff;border-radius:3px;font-size:6px}.video-play{position:absolute;z-index:4;right:8%;top:10%;width:37px;height:37px;display:grid;place-items:center;background:#ffffff2e;border:1px solid rgba(255,255,255,.35);border-radius:50%;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.output-art time{position:absolute;z-index:3;right:8px;bottom:7px;padding:3px 5px;background:#14121d80;border-radius:4px;font-size:6px}.output-poster,.output-social{min-height:300px}.output-brochure .output-message strong{font-size:27px}.output-grid article>div:last-child{display:grid;grid-template-columns:1fr 26px 26px;align-items:center;gap:5px;padding:8px}.output-grid article p{display:flex;flex-direction:column}.output-grid article p strong{font-size:7px}.output-grid article p small{color:#9996a2;font-size:6px;margin-top:2px}.output-grid article>div:last-child button{width:25px;height:25px;display:grid;place-items:center;color:#777481;background:#fff;border:1px solid #e2e0e7;border-radius:6px}.refine-bar{height:42px;display:flex;align-items:center;gap:7px;padding:0 9px;margin-top:10px;color:var(--purple);background:#fff;border:1px solid #ddd9e6;border-radius:8px}.refine-bar input{flex:1;min-width:0;background:none;border:0;outline:0;font-size:7px}.refine-bar button{width:27px;height:27px;display:grid;place-items:center;color:#fff;background:var(--purple);border:0;border-radius:6px}.copywriter-grid{display:grid;grid-template-columns:320px 1fr;gap:13px;align-items:start}.copy-form{padding:18px}.copy-channels{display:grid;grid-template-columns:1fr 1fr;gap:5px;margin-bottom:16px}.copy-channels button{min-height:32px;color:#777481;background:#fff;border:1px solid #e2e0e7;border-radius:6px;font-size:7px}.copy-channels button.active{color:#5140bb;background:#f0edff;border-color:#c8bffa}.copy-form>label{margin-bottom:14px}.copy-form textarea{min-height:125px;resize:vertical;padding:10px;color:#55515f;border:1px solid #e1dfe6;border-radius:8px;font-size:8px;line-height:1.55}.copy-results{display:flex;flex-direction:column;gap:9px}.copy-result{padding:17px}.copy-result>div:first-child{display:flex;justify-content:space-between}.copy-result>div:first-child span{color:#9b98a4;font-size:6px;font-weight:800;letter-spacing:.8px}.copy-result>div:first-child b{padding:3px 5px;color:#087f70;background:#e7f8f4;border-radius:4px;font-size:6px}.copy-result h3{font-size:13px;margin:12px 0 7px}.copy-result>p{color:#6f6c79;font-size:9px;line-height:1.65}.copy-result>div:last-child{display:flex;align-items:center;gap:6px;padding-top:12px;margin-top:12px;border-top:1px solid #efedf2}.copy-result>div:last-child>span{flex:1;color:var(--purple);font-size:7px}.copy-result>div:last-child button{min-height:27px;display:flex;align-items:center;gap:4px;padding:0 7px;color:#6d6977;background:#fff;border:1px solid #e1dfe6;border-radius:6px;font-size:6px}.copy-loading{min-height:280px;display:flex;align-items:center;justify-content:center;gap:8px;color:#777481;background:#fff;border:1px dashed #d9d6df;border-radius:10px;font-size:8px}.copy-loading .spinner{border-color:#d2ccef;border-top-color:var(--purple)}.template-toolbar,.library-actions{display:flex;align-items:center;gap:10px;margin-bottom:15px}.template-search{width:min(340px,45%);height:35px;display:flex;align-items:center;gap:7px;padding:0 9px;color:#9a97a3;background:#fff;border:1px solid var(--line);border-radius:8px}.template-search input{flex:1;min-width:0;background:none;border:0;outline:0;font-size:8px}.template-toolbar>div:last-child{display:flex;gap:4px}.template-toolbar>div:last-child button{min-height:31px;padding:0 9px;color:#777481;background:#fff;border:1px solid var(--line);border-radius:7px;font-size:7px}.template-toolbar>div:last-child button.active{color:#5140bb;background:#f0edff;border-color:#c9c1fa}.template-page-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.template-page-grid>button{display:grid;grid-template-columns:1fr 18px;align-items:center;gap:7px;padding:10px;color:var(--ink);text-align:left;background:#fff;border:1px solid var(--line);border-radius:11px}.template-art{position:relative;grid-column:1/-1;height:240px;display:flex;align-items:center;justify-content:center;overflow:hidden;color:#fff;border-radius:8px}.template-art:before,.template-art:after{content:"";position:absolute;width:230px;height:75px;border:1px solid rgba(255,255,255,.3);border-radius:50%;transform:rotate(-28deg)}.template-art:after{width:90px;height:270px;transform:rotate(35deg)}.template-art>span{position:relative;z-index:2;font:800 25px/1 Manrope;text-transform:uppercase;text-align:center}.template-art>b{position:absolute;left:12px;bottom:10px;font-size:7px;letter-spacing:1.2px}.template-page-grid p{display:flex;flex-direction:column}.template-page-grid p strong{font-size:8px}.template-page-grid p small{color:#9996a2;font-size:6px;margin-top:2px}.template-page-grid>button>svg{color:#aaa7b2}.brand-page{display:grid;grid-template-columns:1fr 1fr .7fr;gap:13px;align-items:start}.brand-identity,.brand-voice,.brand-preview{padding:18px}.brand-logo-upload{display:flex;align-items:center;gap:10px;padding:11px;margin:16px 0;background:#fafafd;border:1px solid #e4e2e9;border-radius:9px}.brand-logo-upload>span{width:48px;height:48px;display:grid;place-items:center;color:#fff;background:var(--purple);border-radius:10px}.brand-logo-upload>div{flex:1;display:flex;flex-direction:column}.brand-logo-upload strong{font-size:8px}.brand-logo-upload small{color:#9996a2;font-size:6px;margin-top:3px}.brand-logo-upload>button{min-height:29px;display:flex;align-items:center;gap:4px;padding:0 7px;color:#6f6c79;background:#fff;border:1px solid #dfdde5;border-radius:6px;font-size:6px}.brand-field{display:flex;flex-direction:column;gap:8px;color:#6b6876;font-size:7px;font-weight:700;margin-top:17px}.color-row{display:flex;gap:7px}.color-row button{width:35px;height:35px;display:grid;place-items:center;color:#fff;border:2px solid white;border-radius:9px;box-shadow:0 0 0 1px #dddbe2}.color-row .add-color{color:#8b8894;background:#fff;border:1px dashed #bdb9c5;box-shadow:none}.font-row{display:grid;grid-template-columns:1fr 1fr auto;align-items:center;gap:8px}.font-row span{display:flex;flex-direction:column;padding:9px;background:#fafafd;border:1px solid #e3e1e8;border-radius:7px}.font-row small{color:#9d9aa6;font-size:5px}.font-row strong{font-size:9px;margin-top:3px}.font-row button{color:var(--purple);background:none;border:0;font-size:6px}.brand-voice>p{color:#85818f;font-size:8px;line-height:1.55;margin-top:15px}.voice-picker{display:flex;flex-wrap:wrap;gap:6px;margin:15px 0}.voice-picker button{min-height:29px;display:flex;align-items:center;gap:4px;padding:0 8px;color:#777481;background:#fff;border:1px solid #e1dfe6;border-radius:7px;font-size:7px}.voice-picker button.active{color:#5140bb;background:#f0edff;border-color:#c9c1fa}.brand-field textarea,.brand-field input{width:100%;min-height:36px;padding:9px;color:#5c5966;background:#fafafd;border:1px solid #e1dfe6;border-radius:7px;font-size:7px;line-height:1.5}.brand-field textarea{min-height:100px;resize:vertical}.brand-preview>span{color:#9d9aa6;font-size:6px;font-weight:800;letter-spacing:1px}.brand-preview>div{min-height:320px;display:flex;justify-content:center;flex-direction:column;padding:25px;margin-top:14px;color:#fff;background:radial-gradient(circle at 80% 20%,#ff85a7,transparent 23%),linear-gradient(145deg,#292631,#6045c6);border-radius:10px}.brand-preview>div small{font-size:7px;letter-spacing:1px}.brand-preview>div h3{font-size:24px;line-height:1.05;margin:48px 0 9px}.brand-preview>div p{color:#d3cedf;font-size:8px;line-height:1.55}.brand-preview>div button{width:fit-content;min-height:30px;padding:0 9px;margin-top:18px;color:#4739aa;background:#fff;border:0;border-radius:6px;font-size:7px;font-weight:700}.brand-preview footer{display:flex;align-items:center;gap:5px;color:#94919d;font-size:6px;margin-top:9px}.library-actions .template-search{margin-right:auto}.library-actions select,.library-actions>button{height:35px;padding:0 10px;color:#686572;background:#fff;border:1px solid var(--line);border-radius:8px;font-size:7px}.library-actions>button{display:flex;align-items:center;gap:5px;color:#fff;background:var(--purple);border-color:var(--purple);font-weight:700}.library-page-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.library-page-grid article{overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:10px}.library-thumb{position:relative;height:180px;display:grid;place-items:center;overflow:hidden;color:#fff}.library-thumb>span,.library-thumb>b{position:relative;z-index:2}.library-thumb>b{font-size:18px;letter-spacing:-.5px}.library-thumb>button{position:absolute;z-index:3;right:8px;top:8px;width:27px;height:27px;display:grid;place-items:center;color:#fff;background:#1f1d2940;border:1px solid rgba(255,255,255,.25);border-radius:6px}.library-page-grid article>div:last-child{display:grid;grid-template-columns:1fr 26px;align-items:center;gap:5px;padding:9px}.library-page-grid p{display:flex;flex-direction:column;min-width:0}.library-page-grid p strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:8px}.library-page-grid p small{color:#9996a2;font-size:6px;margin-top:2px}.library-page-grid article>div:last-child>button{width:25px;height:25px;display:grid;place-items:center;color:#777481;background:#fff;border:1px solid #e1dfe6;border-radius:6px}.studio-toast{position:fixed;z-index:80;left:50%;bottom:22px;display:flex;align-items:center;gap:7px;padding:9px 13px 9px 9px;color:#fff;background:#272530;border-radius:8px;box-shadow:0 12px 30px #1e1c2738;font-size:8px;font-weight:700;opacity:0;pointer-events:none;transform:translate(-50%,20px);transition:.22s ease}.studio-toast.show{opacity:1;transform:translate(-50%)}.studio-toast span{width:20px;height:20px;display:grid;place-items:center;color:#24222c;background:#7cdec9;border-radius:50%}@media(max-width:1100px){.landing-hero{grid-template-columns:1fr;padding-top:140px}.hero-copy{max-width:730px;margin:auto;text-align:center}.launch-pill,.hero-actions{margin-left:auto;margin-right:auto}.hero-proof{justify-content:center}.hero-product{width:min(820px,100%);margin:10px auto 0}.tool-grid{grid-template-columns:repeat(2,1fr)}.platform-section{grid-template-columns:1fr 1fr;gap:35px}.ecosystem-section{gap:35px}.brand-page{grid-template-columns:1fr 1fr}.brand-preview{grid-column:1/-1}.library-page-grid{grid-template-columns:repeat(3,1fr)}.recent-grid{grid-template-columns:1fr 1fr}.project-thumb{height:135px}}@media(max-width:820px){.landing-nav{width:calc(100% - 24px)}.landing-nav nav{position:absolute;top:62px;left:0;right:0;display:none;align-items:stretch;flex-direction:column;gap:0;padding:12px;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:0 18px 35px #281f421f}.landing-nav nav.open{display:flex}.landing-nav nav a,.platform-trigger{padding:11px}.platform-trigger{width:100%;justify-content:space-between}.landing-actions .text-login{display:none}.landing-menu{width:36px;height:36px;display:grid;place-items:center;margin-left:auto;color:#65616f;background:#fff;border:1px solid var(--line);border-radius:8px}.landing-actions{order:3}.platform-mega{top:70px;width:calc(100vw - 24px);max-height:calc(100vh - 92px);padding:18px;overflow-y:auto}.mega-grid{grid-template-columns:1fr 1fr}.landing-hero{padding-left:26px;padding-right:26px}.window-body{grid-template-columns:42px 170px 1fr}.trust-row{gap:14px;overflow-x:auto;justify-content:flex-start}.platform-section,.ecosystem-section{grid-template-columns:1fr}.platform-visual{width:min(650px,100%);margin:auto}.workflow-steps,.module-tabs{grid-template-columns:1fr 1fr}.landing-footer{grid-template-columns:1fr auto}.landing-footer>p{display:none}.studio-sidebar{transform:translate(-102%);transition:.24s ease;box-shadow:18px 0 40px #19172240}.studio-sidebar.open{transform:translate(0)}.studio-sidebar-head>button{display:grid;place-items:center}.studio-scrim{position:fixed;z-index:29;top:0;right:0;bottom:0;left:0;background:#1e1c2773;border:0}.studio-main{width:100%;margin-left:0}.studio-topbar{padding:0 18px}.studio-topbar>.studio-logo,.studio-menu{display:flex}.studio-topbar>.studio-logo strong{display:none}.studio-menu{width:34px;height:34px;align-items:center;justify-content:center;color:#686572;background:#fff;border:1px solid var(--line);border-radius:8px}.studio-search{flex:1}.home-grid{grid-template-columns:1fr}.quick-tools{grid-template-columns:1fr 1fr}.generator-shell,.copywriter-grid{grid-template-columns:280px 1fr}.template-page-grid{grid-template-columns:1fr 1fr}.library-page-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:600px){.landing-nav{height:60px;margin-top:9px;padding:0 10px;border-radius:14px}.landing-logo strong{font-size:18px}.landing-actions .landing-cta{min-height:35px;padding:0 10px}.landing-actions .landing-cta svg{display:none}.platform-mega{top:62px;padding:15px;border-radius:15px}.mega-head h3{font-size:17px}.mega-grid{grid-template-columns:1fr;padding:13px 0}.mega-grid>button{min-height:70px}.platform-mega footer{align-items:flex-start;flex-direction:column}.landing-hero{min-height:0;padding:115px 18px 60px}.hero-copy h1{font-size:48px;letter-spacing:-3px}.hero-copy>p{font-size:14px}.hero-actions{align-items:stretch;flex-direction:column}.watch-button{justify-content:center}.hero-proof{gap:9px}.hero-product{margin-top:35px}.window-body{min-height:360px;grid-template-columns:37px 1fr}.prompt-pane{display:none}.creative-preview{min-height:360px}.floating-card{transform:scale(.85)}.fc-one{left:-18px;bottom:20px}.fc-two{right:-20px;top:30px}.trust-row{padding-left:18px}.trust-row strong{white-space:nowrap}.landing-section,.platform-section,.ecosystem-section{padding:75px 18px}.section-heading h2,.platform-copy h2,.ecosystem-intro h2{font-size:35px}.tool-grid{grid-template-columns:1fr 1fr;gap:9px}.tool-card{padding:8px 8px 14px}.tool-art{height:125px}.tool-card>p{min-height:52px}.platform-section{min-height:0}.platform-visual{min-height:410px}.cc-front{width:64%;height:330px;padding:23px}.cc-front h3{margin-top:85px;font-size:25px}.cc-mid{width:44%;height:265px}.cc-back{width:48%;height:175px}.workflow-steps{grid-template-columns:1fr}.workflow-steps article{min-height:200px}.step-icon{margin-bottom:28px}.module-tabs{grid-template-columns:1fr;max-height:340px;overflow-y:auto}.module-detail{min-height:420px;padding:35px 25px}.module-detail>div{margin-top:90px}.landing-footer{grid-template-columns:1fr;padding:35px 18px}.landing-footer>div{flex-wrap:wrap}.landing-footer>small{grid-column:1}.studio-topbar{gap:8px;padding:0 12px}.studio-search{height:34px}.studio-search input::placeholder{color:transparent}.top-create{width:34px;padding:0}.top-create svg{margin:0}.studio-topbar .top-create{font-size:0}.studio-page{padding:22px 14px 35px;overflow:hidden}.studio-page-heading{align-items:flex-start;flex-direction:column}.studio-welcome{min-height:205px;padding:23px}.welcome-orb{position:absolute;right:-15px;bottom:-18px;opacity:.55}.quick-tools{grid-template-columns:1fr}.home-grid{display:block}.home-side{margin-top:12px}.recent-grid{grid-template-columns:1fr 1fr}.project-thumb{height:110px}.template-strip>div:last-child{grid-template-columns:1fr 1fr}.generator-shell{display:flex;flex-direction:column;border-radius:10px}.generator-controls{border-right:0;border-bottom:1px solid var(--line)}.generator-workspace{min-height:570px;padding:10px}.empty-canvas,.generating-state{min-height:430px}.output-grid{grid-template-columns:1fr}.output-art{min-height:300px}.workspace-toolbar{align-items:flex-start}.workspace-toolbar>div:last-child button{font-size:0;width:29px;padding:0;justify-content:center}.copywriter-grid{grid-template-columns:1fr}.template-toolbar,.library-actions{align-items:stretch;flex-direction:column}.template-search{width:100%}.template-toolbar>div:last-child{overflow-x:auto}.template-toolbar>div:last-child button{white-space:nowrap}.template-page-grid{grid-template-columns:1fr}.template-art{height:260px}.brand-page{grid-template-columns:1fr}.brand-preview{grid-column:1}.library-actions .template-search{margin:0}.library-actions select,.library-actions>button{width:100%;justify-content:center}.library-page-grid{grid-template-columns:1fr 1fr}.library-thumb{height:140px}.copy-result>div:last-child>span{display:none}}.video-studio-banner{width:100%;min-height:116px;display:grid;grid-template-columns:auto minmax(260px,1fr) auto auto;align-items:center;gap:20px;padding:20px 24px;margin-top:18px;color:#f7f4ff;text-align:left;background:radial-gradient(circle at 72% 20%,rgba(143,113,255,.34),transparent 27%),linear-gradient(120deg,#171522,#272039 68%,#33245d);border:1px solid #453a62;border-radius:18px;box-shadow:0 20px 44px #21184130;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.video-studio-banner:hover{transform:translateY(-2px);border-color:#7763a7;box-shadow:0 26px 54px #21184140}.video-banner-icon{width:52px;height:52px;display:grid;place-items:center;color:#dcd4ff;background:linear-gradient(145deg,#725ee8,#9b69e5);border:1px solid rgba(255,255,255,.2);border-radius:15px;box-shadow:0 10px 26px #6348d259}.video-banner-copy{display:flex;flex-direction:column;min-width:0}.video-banner-copy small{color:#aa9ce4;font-size:8px;font-weight:800;letter-spacing:1.35px}.video-banner-copy strong{margin:5px 0;font-size:16px;letter-spacing:-.3px}.video-banner-copy em{color:#aaa4b5;font-size:10px;font-style:normal;line-height:1.45}.video-banner-models{display:flex;gap:6px}.video-banner-models i{padding:6px 8px;color:#c8c1d7;background:#ffffff0e;border:1px solid rgba(255,255,255,.08);border-radius:7px;font-size:8px;font-style:normal}.video-studio-banner>b{display:flex;align-items:center;gap:8px;padding:10px 12px;color:#fff;background:#ffffff1a;border:1px solid rgba(255,255,255,.1);border-radius:10px;font-size:9px;white-space:nowrap}.video-studio-shell{--video-bg:#111218;--video-surface:#191a22;--video-surface-2:#20212b;--video-line:#31333f;--video-muted:#9294a3;color:#f4f3f8;overflow:hidden;background:var(--video-bg);border:1px solid #2d2e39;border-radius:20px;box-shadow:0 28px 70px #14112233}.video-studio-header{min-height:194px;display:flex;align-items:center;justify-content:space-between;gap:28px;padding:34px 38px;background:radial-gradient(circle at 80% 0,rgba(127,90,246,.28),transparent 34%),radial-gradient(circle at 8% 100%,rgba(83,71,153,.18),transparent 35%),linear-gradient(125deg,#171721,#1d1929);border-bottom:1px solid var(--video-line)}.video-studio-header>div{max-width:720px}.video-studio-header>div>span{display:flex;align-items:center;gap:7px;color:#aa96ff;font-size:9px;font-weight:800;letter-spacing:1.5px}.video-studio-header h2{margin:12px 0 9px;color:#fff;font-size:29px;line-height:1.1;letter-spacing:-1px}.video-studio-header p{max-width:660px;margin:0;color:#aaa8b5;font-size:12px;line-height:1.6}.video-studio-header aside{min-width:210px;display:flex;flex-direction:column;gap:8px;padding:16px;background:#10101775;border:1px solid rgba(255,255,255,.1);border-radius:13px}.video-studio-header aside small{color:#8c8997;font-size:8px}.api-status{display:flex;align-items:center;gap:7px;color:#d9d4e6;font-size:8px;font-weight:800;letter-spacing:1px}.api-status i{width:7px;height:7px;background:#f5b94b;border-radius:50%;box-shadow:0 0 0 4px #f5b94b1a}.video-mode-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;padding:16px 18px;background:#15161d;border-bottom:1px solid var(--video-line)}.video-mode-grid button{min-width:0;min-height:66px;display:flex;align-items:center;gap:9px;padding:10px;color:#a5a5b2;text-align:left;background:transparent;border:1px solid transparent;border-radius:11px;overflow:hidden}.video-mode-grid button:hover{color:#fff;background:#1c1d26}.video-mode-grid button.active{color:#fff;background:linear-gradient(145deg,#282433,#211f2b);border-color:#4d426c;box-shadow:inset 0 1px #ffffff0a}.video-mode-grid button>span{width:36px;height:36px;display:grid;flex-shrink:0;place-items:center;color:#aaa1d6;background:#282832;border-radius:9px}.video-mode-grid button.active>span{color:#c9bcff;background:#4b3d75}.video-mode-grid p{min-width:0;display:flex;flex:1;flex-direction:column;margin:0}.video-mode-grid strong{overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.video-mode-grid small{margin-top:4px;color:#777886;font-size:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.video-mode-grid button>svg{flex-shrink:0;color:#9c8cf1}.video-production-grid{display:grid;grid-template-columns:minmax(390px,43%) 1fr;min-height:780px}.video-director-panel{padding:26px;background:var(--video-surface);border-right:1px solid var(--video-line)}.video-panel-title,.video-model-section>div:first-child{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.video-panel-title small,.video-model-section>div:first-child small,.video-toolkit header small{color:#7f729f;font-size:8px;font-weight:800;letter-spacing:1.2px}.video-panel-title h3,.video-model-section h3{margin:5px 0 0;font-size:14px}.video-panel-title>button{display:flex;align-items:center;gap:6px;padding:7px 9px;color:#b7a8ff;background:#272333;border:1px solid #3c3550;border-radius:8px;font-size:8px}.video-upload-zone{width:100%;min-height:70px;display:flex;align-items:center;gap:12px;padding:12px 14px;margin-top:16px;color:#afa7cf;text-align:left;background:#20202a;border:1px dashed #4c4660;border-radius:11px}.video-upload-zone:hover{background:#24232f;border-color:#7669a3}.video-upload-zone>span{display:flex;flex:1;flex-direction:column}.video-upload-zone strong{color:#e7e4ed;font-size:9px}.video-upload-zone small{margin-top:4px;color:#7f7e8a;font-size:8px}.video-prompt-label{position:relative;display:flex;flex-direction:column;gap:8px;margin-top:18px;color:#aaa8b4;font-size:9px;font-weight:700}.video-prompt-label textarea{min-height:136px;padding:13px 13px 28px;resize:vertical;color:#e8e6ed;background:#121319;border:1px solid #343540;border-radius:11px;outline:none;font:inherit;font-size:10px;font-weight:400;line-height:1.55}.video-prompt-label textarea:focus{border-color:#7564c4;box-shadow:0 0 0 3px #7564c41f}.video-prompt-label>span{position:absolute;right:10px;bottom:9px;color:#686976;font-size:7px}.video-model-section{padding-top:20px;margin-top:20px;border-top:1px solid var(--video-line)}.video-model-list{display:grid;grid-template-columns:repeat(2,1fr);gap:7px;margin-top:12px}.video-model-list button{min-height:57px;display:flex;align-items:center;gap:8px;padding:8px;color:#a9a8b1;text-align:left;background:#1e1f27;border:1px solid #30313c;border-radius:10px}.video-model-list button:first-child{grid-column:1/-1}.video-model-list button:hover{border-color:#514a69}.video-model-list button.active{color:#fff;background:#292535;border-color:#695a9d}.video-model-list button>span{width:28px;height:28px;display:grid;flex-shrink:0;place-items:center;color:#8b829f;background:#282933;border-radius:7px}.video-model-list button.active>span{color:#c0b1ff;background:#493d68}.video-model-list p{min-width:0;display:flex;flex:1;flex-direction:column;margin:0}.video-model-list strong{font-size:9px}.video-model-list small{margin-top:3px;color:#737482;font-size:7px}.video-model-list b{padding:4px 5px;color:#9f93ca;background:#292736;border-radius:5px;font-size:6px}.explainer-workflow-note{min-height:67px;display:flex;align-items:center;gap:10px;padding:12px;margin-top:12px;color:#b8abef;background:linear-gradient(145deg,#292535,#211f2b);border:1px solid #544773;border-radius:10px}.explainer-workflow-note>p{min-width:0;display:flex;flex:1;flex-direction:column;margin:0}.explainer-workflow-note strong{color:#f0edf8;font-size:9px}.explainer-workflow-note small{margin-top:4px;color:#84818e;font-size:7px;line-height:1.4}.explainer-workflow-note>span{padding:5px 7px;color:#cabfff;background:#3a3150;border-radius:6px;font-size:7px;font-weight:800;white-space:nowrap}.video-settings-row{display:grid;grid-template-columns:1.5fr 1fr;gap:9px;margin-top:17px}.video-settings-row label,.director-controls label{display:flex;flex-direction:column;gap:7px;color:#8e8e9b;font-size:8px}.video-settings-row select,.director-controls select{height:39px;padding:0 9px;color:#d4d2db;background:#1f2028;border:1px solid #343641;border-radius:9px;outline:none;font-size:8px}.video-switch-row{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:14px}.video-switch-row>button{min-height:54px;display:flex;align-items:center;gap:8px;padding:9px;color:#aaa9b4;text-align:left;background:#1e1f27;border:1px solid #30313c;border-radius:10px}.video-switch-row>button>span{display:flex;flex:1;flex-direction:column}.video-switch-row strong{color:#d5d3dc;font-size:8px}.video-switch-row small{margin-top:3px;color:#71727e;font-size:7px}.video-switch-row i{width:25px;height:14px;padding:2px;background:#383943;border-radius:8px}.video-switch-row i:before{content:"";width:10px;height:10px;display:block;background:#92939d;border-radius:50%;transition:.2s}.video-switch-row button.active i{background:#6957c7}.video-switch-row button.active i:before{background:#fff;transform:translate(11px)}.video-switch-row .rotate{transform:rotate(180deg)}.director-controls{display:grid;grid-template-columns:1fr 1fr;gap:9px;padding:12px;margin-top:9px;background:#15161d;border:1px solid #2c2e37;border-radius:11px}.director-controls label button{height:39px;display:flex;align-items:center;justify-content:center;gap:6px;color:#aaa6b6;background:#20212a;border:1px dashed #41434f;border-radius:9px;font-size:8px}.video-generate-button{width:100%;min-height:47px;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:16px;color:#fff;background:linear-gradient(110deg,#6d57df,#8d58d7);border-radius:11px;box-shadow:0 12px 25px #664dcd3d;font-size:10px;font-weight:800}.video-generate-button:hover:not(:disabled){filter:brightness(1.09);transform:translateY(-1px)}.video-generate-button:disabled{cursor:not-allowed;opacity:.65}.video-generate-button>span:last-child{margin-left:auto;padding:4px 6px;color:#d8d0fa;background:#1711323d;border-radius:5px;font-size:7px}.video-preview-panel{min-width:0;padding:24px;background:#13141a}.video-preview-toolbar{min-height:40px;display:flex;align-items:flex-start;justify-content:space-between}.video-preview-toolbar>div{display:flex;flex-direction:column}.video-preview-toolbar strong{font-size:11px}.video-preview-toolbar span{margin-top:4px;color:#757683;font-size:8px}.video-preview-toolbar button{width:33px;height:33px;display:grid;place-items:center;color:#92919c;background:#202129;border:1px solid #31323c;border-radius:8px}.video-canvas{min-height:545px;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:28px;text-align:center;background:radial-gradient(circle at 50% 40%,#20202a,#17181f 60%);border:1px solid #2d2e38;border-radius:14px}.video-empty-icon,.video-render-orb{width:63px;height:63px;display:grid;place-items:center;color:#9b8ed8;background:linear-gradient(145deg,#282733,#1d1e26);border:1px solid #3b3949;border-radius:19px;box-shadow:0 16px 36px #0003}.video-canvas h3{margin:17px 0 7px;font-size:15px}.video-canvas>p{max-width:380px;margin:0;color:#777885;font-size:9px;line-height:1.55}.video-empty-steps{display:flex;align-items:center;gap:8px;margin-top:22px;color:#787582;font-size:7px;font-weight:800;text-transform:uppercase;letter-spacing:1px}.video-empty-steps i{width:34px;height:1px;background:#3b3b46}.video-render-orb{animation:videoPulse 1.3s ease-in-out infinite}.video-render-line{width:min(300px,70%);height:3px;overflow:hidden;margin-top:22px;background:#292a33;border-radius:3px}.video-render-line i{width:45%;height:100%;display:block;background:linear-gradient(90deg,#6350cd,#b477ed);border-radius:3px;animation:videoLoad 1.2s ease-in-out infinite}@keyframes videoPulse{50%{transform:scale(1.06);box-shadow:0 0 36px #765be13d}}@keyframes videoLoad{0%{transform:translate(-110%)}to{transform:translate(230%)}}.video-canvas.has-preview{display:block;padding:0;overflow:hidden;background:#111}.demo-video-art{position:relative;min-height:480px;display:grid;place-items:center;overflow:hidden;background:linear-gradient(145deg,#08090d,#171127 55%,#241344)}.demo-video-art:before{content:"";position:absolute;top:8%;right:8%;bottom:8%;left:8%;background:repeating-linear-gradient(90deg,transparent 0 64px,rgba(255,255,255,.022) 65px),repeating-linear-gradient(0deg,transparent 0 64px,rgba(255,255,255,.018) 65px);transform:perspective(500px) rotateX(62deg) translateY(34%)}.demo-glow{position:absolute;width:280px;height:280px;background:#6e50df;filter:blur(70px);border-radius:50%;opacity:.32}.demo-glow.one{top:-100px;right:-50px}.demo-glow.two{bottom:-150px;left:-60px;background:#cb52c4}.demo-product{z-index:1;display:flex;align-items:center;gap:12px;padding:24px 30px;color:#fff;background:#1815249e;border:1px solid rgba(255,255,255,.14);border-radius:18px;box-shadow:0 24px 70px #00000059;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.demo-product svg{color:#9e85ff}.demo-product strong{font-size:28px;letter-spacing:-1px}.demo-video-art>button{position:absolute;z-index:2;bottom:24px;left:24px;width:45px;height:45px;display:grid;place-items:center;color:#fff;background:#ffffff29;border:1px solid rgba(255,255,255,.22);border-radius:50%;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.demo-video-art>em{position:absolute;top:18px;right:18px;padding:6px 8px;color:#c5bddc;background:#0f0c168c;border:1px solid rgba(255,255,255,.1);border-radius:6px;font-size:7px;font-style:normal;font-weight:800;letter-spacing:1px}.video-preview-info{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;text-align:left;background:#191a21}.video-preview-info p{display:flex;flex-direction:column;margin:0}.video-preview-info strong{font-size:9px}.video-preview-info small{margin-top:3px;color:#777783;font-size:7px}.video-preview-info>div{display:flex;gap:6px}.video-preview-info button{min-height:31px;display:flex;align-items:center;gap:5px;padding:0 8px;color:#aaa7b3;background:#24252e;border:1px solid #33343f;border-radius:7px;font-size:7px}.video-capability-dock{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin-top:12px}.video-capability-dock button{min-height:62px;display:flex;align-items:center;gap:8px;padding:9px;color:#918d9f;text-align:left;background:#1b1c23;border:1px solid #2d2e38;border-radius:10px}.video-capability-dock button:hover{color:#c8bfff;border-color:#554a74}.video-capability-dock button>span{display:flex;min-width:0;flex-direction:column}.video-capability-dock strong{color:#cbc8d2;font-size:8px}.video-capability-dock small{margin-top:3px;color:#666773;font-size:6px;line-height:1.25}.video-toolkit{padding:25px;background:#17181f;border-top:1px solid var(--video-line)}.video-toolkit>header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:16px}.video-toolkit h3{margin:5px 0 0;font-size:14px}.video-toolkit header>span{color:#6f707d;font-size:8px}.video-toolkit>div{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.video-toolkit>div>button{min-height:69px;display:flex;align-items:center;gap:10px;padding:10px;color:#8a8996;text-align:left;background:#1e1f27;border:1px solid #2e303a;border-radius:10px}.video-toolkit>div>button:hover{color:#bfb3f1;background:#22222c;border-color:#514767;transform:translateY(-1px)}.video-toolkit>div>button>span{width:34px;height:34px;display:grid;flex-shrink:0;place-items:center;color:#9d8ee1;background:#292634;border-radius:9px}.video-toolkit p{min-width:0;display:flex;flex:1;flex-direction:column;margin:0}.video-toolkit strong{color:#dedce4;font-size:9px}.video-toolkit small{margin-top:4px;color:#70717d;font-size:7px;line-height:1.35}html[data-theme=dark] .video-studio-banner{box-shadow:0 20px 50px #0000003d}@media(max-width:1100px){.video-studio-banner{grid-template-columns:auto 1fr auto}.video-banner-models{display:none}.video-production-grid{grid-template-columns:390px 1fr}.video-mode-grid{grid-template-columns:repeat(3,1fr)}.video-capability-dock{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.video-production-grid{grid-template-columns:1fr}.video-director-panel{border-right:0;border-bottom:1px solid var(--video-line)}.video-mode-grid{grid-template-columns:repeat(2,1fr)}.video-toolkit>div{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.video-studio-banner{grid-template-columns:auto 1fr;padding:17px}.video-studio-banner>b{grid-column:1/-1;justify-content:center}.video-banner-copy em{display:none}.video-studio-header{align-items:flex-start;flex-direction:column;padding:27px 20px}.video-studio-header h2{font-size:24px}.video-studio-header aside{width:100%;min-width:0}.video-mode-grid{grid-template-columns:1fr}.video-director-panel,.video-preview-panel,.video-toolkit{padding:17px}.video-model-list,.video-settings-row,.video-switch-row,.director-controls,.video-toolkit>div{grid-template-columns:1fr}.video-model-list button:first-child{grid-column:auto}.video-capability-dock{grid-template-columns:1fr 1fr}.video-canvas{min-height:420px;padding:18px}.demo-video-art{min-height:390px}.video-toolkit>header{align-items:flex-start;flex-direction:column}.video-preview-info{align-items:flex-start;flex-direction:column}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}@media(max-width:600px){.landing-shell{width:100vw;max-width:100vw}.landing-nav{width:calc(100vw - 24px)}.landing-actions{display:none}.landing-hero{width:100vw;max-width:100vw;grid-template-columns:minmax(0,1fr)}.hero-copy{width:calc(100vw - 36px);max-width:calc(100vw - 36px);min-width:0;overflow-wrap:anywhere}.launch-pill{max-width:100%;justify-content:center;white-space:normal;line-height:1.35;font-size:8px}.hero-copy h1{font-size:37px;letter-spacing:-2px}.hero-copy>p{width:100%;max-width:100%;padding:0 8px;overflow-wrap:break-word}.landing-menu{position:absolute;right:10px}.studio-welcome h2,.studio-welcome p{max-width:270px}.studio-welcome h2{font-size:20px}}.studio-app{--sidebar:240px;color:#20202a;background:#f6f7f9}.studio-sidebar{padding:22px 16px 16px;background:#1f2029}.studio-sidebar nav{gap:3px}.studio-sidebar nav button,.studio-sidebar-bottom>button{height:42px;padding:0 12px;border-radius:9px;font-size:12px}.sidebar-label{padding:4px 11px 7px;color:#706e7b;font-size:9px;font-weight:800;letter-spacing:1.25px}.sidebar-label.second{margin-top:17px}.workspace-name{min-height:58px;margin-bottom:22px;padding:9px;border-radius:11px}.workspace-name small{font-size:8px}.workspace-name strong{font-size:11px}.sidebar-create{padding:15px;margin-top:22px}.sidebar-create strong{font-size:11px}.sidebar-create p,.sidebar-create button{font-size:9px}.studio-topbar{height:68px;padding:0 32px}.studio-search{height:40px;border-color:#ebeaf0;background:#f8f8fa}.topbar-icon,.top-create{min-height:40px}.topbar-icon{width:40px}.top-create{padding:0 16px;border-radius:9px;font-size:11px}.studio-page{max-width:1320px;padding:34px 38px 56px}.studio-page-heading{margin-bottom:27px}.studio-page-heading>div>span{font-size:9px}.studio-page-heading h1{margin:7px 0 5px;font-size:28px;letter-spacing:-.9px}.studio-page-heading p{font-size:12px}.studio-panel{border-color:#e7e7ec;border-radius:14px;box-shadow:0 8px 24px #23223009}.professional-welcome{min-height:190px;padding:32px 36px;background:radial-gradient(circle at 82% 20%,rgba(150,128,255,.32),transparent 28%),linear-gradient(120deg,#29263d,#5144a5);border-radius:18px;box-shadow:0 18px 45px #342d6929}.professional-welcome h2{margin:12px 0 8px;font-size:30px;letter-spacing:-.8px}.professional-welcome p{max-width:620px;font-size:12px;line-height:1.6}.welcome-actions{display:flex;gap:9px;margin-top:21px}.welcome-actions button{min-height:38px;display:flex;align-items:center;gap:7px;padding:0 13px;color:#3c328c;background:#fff;border:0;border-radius:9px;font-size:10px;font-weight:800}.welcome-actions button:last-child{color:#fff;background:#ffffff1a;border:1px solid rgba(255,255,255,.18)}.welcome-status{position:relative;z-index:2;width:165px;min-height:125px;display:flex;align-items:center;justify-content:center;flex-direction:column;flex-shrink:0;background:#ffffff17;border:1px solid rgba(255,255,255,.15);border-radius:16px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.studio-welcome .welcome-status span{color:#dcd7ff;font-size:8px}.welcome-status strong{margin-top:12px;font-size:36px}.studio-welcome .welcome-status small{color:#c7c1e8;font-size:8px}.creation-sections{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:17px}.creation-section-card{overflow:hidden;background:#fff;border:1px solid #e5e4ea;border-radius:16px;box-shadow:0 8px 28px #2724390a}.creation-section-card>header{min-height:116px;display:grid;grid-template-columns:44px 1fr auto;align-items:center;gap:12px;padding:20px;border-bottom:1px solid #ecebf0}.creation-section-card>header>span{width:44px;height:44px;display:grid;place-items:center;color:#6655d5;background:#eeebff;border-radius:12px}.writing-section>header>span{color:#176f66;background:#e6f5f2}.creation-section-card header small{color:#9a97a3;font-size:8px;font-weight:800;letter-spacing:1.1px}.creation-section-card header h3{margin:4px 0 3px;font-size:16px}.creation-section-card header p{color:#85828e;font-size:9px}.creation-section-card header>button{display:flex;align-items:center;gap:5px;padding:0;color:#5c4bc8;background:none;border:0;font-size:9px;font-weight:800}.section-tool-list{padding:7px}.section-tool-list>button{width:100%;min-height:59px;display:grid;grid-template-columns:34px 1fr 18px;align-items:center;gap:10px;padding:8px 10px;color:#292731;text-align:left;background:transparent;border:0;border-radius:10px;transition:.16s ease}.section-tool-list>button:hover{background:#f7f6fb}.section-tool-list>button>span{width:34px;height:34px;display:grid;place-items:center;color:#7564df;background:#f0edff;border-radius:9px}.writing-section .section-tool-list>button>span{color:#237c72;background:#eaf7f4}.section-tool-list p{display:flex;flex-direction:column}.section-tool-list strong{font-size:11px}.section-tool-list small{margin-top:3px;color:#918e99;font-size:8px}.section-tool-list>button>svg{color:#aaa7b1}.workspace-summary{display:grid;grid-template-columns:1.4fr .72fr;gap:16px;margin-top:17px}.workspace-summary>.studio-panel{padding:19px}.studio-panel-head h3{margin-top:5px;font-size:14px}.studio-panel-head button{font-size:9px}.recent-list{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:15px}.recent-list>button{min-width:0;display:grid;grid-template-columns:36px 1fr 16px;align-items:center;gap:9px;padding:9px;color:var(--ink);text-align:left;background:#fafafd;border:1px solid #eceaf0;border-radius:10px}.recent-list>button>span{width:36px;height:36px;display:grid;place-items:center;color:#fff;border-radius:9px}.recent-list p{min-width:0;display:flex;flex-direction:column}.recent-list strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px}.recent-list small{margin-top:3px;color:#9895a0;font-size:8px}.recent-list>button>svg{color:#aaa7b1}.brand-ready{display:grid;grid-template-columns:38px 1fr;align-content:center;gap:11px}.brand-ready>span{width:38px;height:38px;display:grid;place-items:center;color:#087f70;background:#e5f6f2;border-radius:11px}.brand-ready small{color:#9996a1;font-size:8px;font-weight:800;letter-spacing:1px}.brand-ready strong{display:block;margin:5px 0;font-size:12px}.brand-ready p{color:#85828e;font-size:9px;line-height:1.5}.brand-ready>button{grid-column:2;width:fit-content;padding:0;color:#5e4bcb;background:none;border:0;font-size:9px;font-weight:800}.control-label{font-size:9px}.control-label button{font-size:8px}.type-picker button{height:39px;font-size:10px}.generator-controls textarea,.copy-form textarea{font-size:11px}.control-row label,.copy-form>label{font-size:10px}.control-row select,.copy-form select,.copy-form input{height:39px;font-size:10px}.brand-select small,.advanced-row span{font-size:8px}.generate-button{min-height:44px;font-size:11px}.workspace-toolbar strong{font-size:11px}.workspace-toolbar span{font-size:8px}.empty-canvas h3,.generating-state h3{font-size:16px}.empty-canvas p,.generating-state p{font-size:10px}.copy-channels button{min-height:36px;font-size:9px}.copy-result h3{font-size:15px}.copy-result>p{font-size:11px}.template-search input,.template-toolbar>div:last-child button,.library-actions select,.library-actions>button{font-size:10px}.template-page-grid p strong,.library-page-grid p strong{font-size:10px}.template-page-grid p small,.library-page-grid p small{font-size:8px}.brand-field,.brand-voice>p{font-size:10px}.brand-field textarea,.brand-field input{font-size:10px}@media(max-width:1050px){.creation-sections,.workspace-summary{grid-template-columns:1fr}}@media(max-width:820px){.studio-page{padding:30px 24px 48px}.creation-sections{grid-template-columns:1fr 1fr}.workspace-summary{grid-template-columns:1fr}}@media(max-width:680px){.studio-page{padding:23px 15px 40px}.professional-welcome{min-height:0;padding:25px}.professional-welcome h2{max-width:310px;font-size:24px}.professional-welcome p{max-width:310px}.welcome-status{display:none}.welcome-actions{align-items:stretch;flex-direction:column}.welcome-actions button{justify-content:center}.creation-sections{grid-template-columns:1fr}.creation-section-card>header{grid-template-columns:40px 1fr;padding:16px}.creation-section-card header>button{grid-column:2}.recent-list{grid-template-columns:1fr}}body{color:#24222c;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.landing-nav nav a,.platform-trigger{color:#565260;font-size:14px}.hero-copy>p,.section-heading p,.platform-copy>p,.ecosystem-intro>p{color:#5f5b69}.trust-row{color:#777380}.trust-row strong{color:#4d4956;font-size:12px}.tool-card h3{font-size:16px}.tool-card>p{color:#666270;font-size:12px;line-height:1.55}.tool-link{font-size:10px}.workflow-steps h3{font-size:16px}.workflow-steps p{color:#666270;font-size:12px;line-height:1.6}.platform-copy li p{color:#bbb7c4;font-size:11px}.mega-grid>button{min-height:88px}.mega-grid strong{color:#292631;font-size:12px}.mega-grid small{color:#666270;font-size:10px}.mega-grid em{color:#8d8995;font-size:8px}.platform-mega footer span,.platform-mega footer a{font-size:10px}.module-tabs button{color:#575360;font-size:11px}.module-tabs button>span{color:#777380;font-size:9px}.module-detail p{color:#e0dce8;font-size:12px}.module-detail li,.coming-label{font-size:10px}.studio-sidebar nav button,.studio-sidebar-bottom>button{color:#c4c2cb;font-weight:600}.studio-sidebar nav button:hover,.studio-sidebar nav button.active{color:#fff;background:#3a3746}.sidebar-label{color:#92909d}.workspace-name small,.studio-sidebar-bottom small{color:#aaa7b3}.workspace-name strong,.studio-sidebar-bottom strong{color:#fff}.sidebar-create p{color:#b3afbc;line-height:1.55}.sidebar-create button{color:#c8c0ff}.studio-page-heading>div>span{color:#716d7a}.studio-page-heading p{color:#5f5b68;font-size:13px;line-height:1.45}.professional-welcome p{color:#f0edff;font-size:13px}.studio-welcome>div:first-child>span{color:#f0edff}.studio-welcome .welcome-status span,.studio-welcome .welcome-status small{color:#f2efff}.creation-section-card header small{color:#716d79}.creation-section-card header p{color:#65616e;font-size:11px;line-height:1.4}.creation-section-card header>button{font-size:10px}.section-tool-list>button{min-height:66px}.section-tool-list strong{color:#292631;font-size:12px;font-weight:700}.section-tool-list small{color:#66626e;font-size:10px;line-height:1.4}.studio-panel-head>div>span,.template-strip .studio-panel-head span{color:#716d79}.studio-panel-head button,.template-strip .studio-panel-head button{font-size:10px}.recent-list strong{color:#292631;font-size:11px}.recent-list small{color:#696571;font-size:9px}.brand-ready small{color:#716d79}.brand-ready strong{color:#292631;font-size:13px}.brand-ready p{color:#625e6a;font-size:10px}.studio-search{color:#696572;background:#fafafa;border-color:#dcd9e2}.studio-search input{color:#302d38}.studio-search input::placeholder,.template-search input::placeholder,.refine-bar input::placeholder{color:#77737f;opacity:1}.generator-shell{border-color:#dcd9e2;box-shadow:0 12px 34px #22202e0d}.generator-controls{background:#fff;border-color:#dedce4}.control-label{color:#4d4956;font-size:10px}.type-picker button{min-height:41px;height:auto;color:#514e5a;background:#fff;border-color:#d4d1db;font-size:11px;font-weight:600}.type-picker button.active{color:#4837b3;background:#eeeaff;border-color:#a99cf2}.generator-controls textarea,.copy-form textarea,.brand-field textarea,.brand-field input{color:#302d38;background:#fff;border-color:#cbc8d2;font-size:12px;line-height:1.6}.prompt-count{color:#686470;font-size:8px}.control-row label,.copy-form>label,.brand-field{color:#4e4a56;font-size:11px}.control-row select,.copy-form select,.copy-form input{color:#302d38;background:#fff;border-color:#cbc8d2;font-size:11px}.brand-select{border-color:#d0cdd6}.brand-select strong{color:#292631;font-size:11px}.brand-select small{color:#625e6a;font-size:9px}.advanced-row button{color:#55515d;font-size:10px}.advanced-row span{color:#686470;font-size:9px}.generate-button{min-height:46px;font-size:12px}.workspace-toolbar strong{color:#292631;font-size:12px}.workspace-toolbar span{color:#625e6a;font-size:9px}.workspace-toolbar button{color:#4f4b57;border-color:#d1ced7;font-size:9px}.empty-canvas,.generating-state{color:#55515e;border-color:#c9c5d1}.empty-canvas h3,.generating-state h3{color:#292631;font-size:17px}.empty-canvas p,.generating-state p{color:#625e6a;font-size:11px}.empty-canvas>div span{color:#5e5a66;font-size:8px}.copy-channels button{color:#514d59;border-color:#d2cfd8;font-size:10px;font-weight:600}.copy-channels button.active{color:#4736b2;border-color:#a99cf2}.copy-result>div:first-child span{color:#66626f;font-size:8px}.copy-result>div:first-child b{font-size:8px}.copy-result h3{color:#24222c;font-size:17px}.copy-result>p{color:#504c58;font-size:12px;line-height:1.65}.copy-result>div:last-child>span{font-size:9px}.copy-result>div:last-child button{color:#4e4a56;border-color:#d0cdd6;font-size:9px}.template-search{color:#66626e;border-color:#d3d0d9}.template-search input{color:#302d38;font-size:11px}.template-toolbar>div:last-child button{color:#514d59;border-color:#d3d0d9;font-size:10px;font-weight:600}.template-page-grid>button,.library-page-grid article{border-color:#dedbe4;box-shadow:0 8px 24px #23212f0a}.template-page-grid p strong,.library-page-grid p strong{color:#292631;font-size:11px}.template-page-grid p small,.library-page-grid p small{color:#625e6a;font-size:9px}.brand-voice>p{color:#514d59;font-size:11px}.voice-picker button{color:#4f4b57;border-color:#d0cdd6;font-size:10px}.font-row small{color:#686470;font-size:8px}.font-row strong,.brand-logo-upload strong{color:#292631;font-size:11px}.brand-logo-upload small{color:#625e6a;font-size:9px}.library-actions select,.library-actions>button{color:#45414d;border-color:#d0cdd6;font-size:10px}.studio-toast{font-size:11px}@media(max-width:600px){.studio-page-heading p{font-size:12px}.creation-section-card header p{font-size:10px}.section-tool-list strong{font-size:12px}.section-tool-list small{color:#5f5b67;font-size:10px}.type-picker button{font-size:10px}.studio-topbar .top-create{width:40px;min-width:40px;padding:0}}.theme-toggle{width:40px;height:40px;display:grid;place-items:center;flex-shrink:0;color:#55515e;background:#fff;border:1px solid #d8d5de;border-radius:10px;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.theme-toggle:hover{color:var(--purple);background:#f4f1ff;border-color:#bfb6f2;transform:translateY(-1px)}.landing-theme{width:38px;height:38px}html[data-theme=dark]{--ink:#f3f1f7;--muted:#aaa5b4;--line:#373541;--purple:#9385ff;--purple-deep:#7b6bea;--purple-pale:#292541;--green:#42c9b3;--coral:#ff82a1;color-scheme:dark}html[data-theme=dark] body{color:#f3f1f7;background:#111219}html[data-theme=dark] .theme-toggle{color:#e2def0;background:#272630;border-color:#44414e}html[data-theme=dark] .theme-toggle:hover{color:#fff;background:#353145;border-color:#756aa6}html[data-theme=dark] .landing-shell{background:#111219}html[data-theme=dark] .landing-nav{color:#f2f0f6;background:#1c1c24eb;border-color:#3b3945;box-shadow:0 16px 48px #0000004d}html[data-theme=dark] .landing-nav nav a,html[data-theme=dark] .platform-trigger,html[data-theme=dark] .text-login{color:#c8c4d0}html[data-theme=dark] .landing-nav nav a:hover,html[data-theme=dark] .platform-trigger:hover,html[data-theme=dark] .platform-trigger.active{color:#a99dff}html[data-theme=dark] .landing-hero{background:radial-gradient(circle at 88% 10%,rgba(114,88,230,.25),transparent 30%),radial-gradient(circle at 8% 85%,rgba(211,76,126,.1),transparent 25%),linear-gradient(180deg,#171521,#111219)}html[data-theme=dark] .landing-hero:before{opacity:.22}html[data-theme=dark] .hero-copy h1{color:#f7f5fb}html[data-theme=dark] .hero-copy>p{color:#bbb6c5}html[data-theme=dark] .watch-button{color:#d0ccd7}html[data-theme=dark] .hero-proof{color:#aaa5b2}html[data-theme=dark] .product-window{background:#20202a;border-color:#403c4d;box-shadow:0 40px 85px #00000061}html[data-theme=dark] .window-top,html[data-theme=dark] .prompt-pane{color:#d7d3dd;background:#24232d;border-color:#3c3946}html[data-theme=dark] .window-body{background:#1b1b23}html[data-theme=dark] .mini-prompt{color:#c5c1cb;background:#1c1b24;border-color:#45414e}html[data-theme=dark] .prompt-tags b{color:#c2bdca;background:#36333f}html[data-theme=dark] .floating-card{color:#292631}html[data-theme=dark] .trust-row{color:#a9a4b2;background:#17171e;border-color:#302e38}html[data-theme=dark] .trust-row strong{color:#e0dce5}html[data-theme=dark] .trust-row i{background:#44414c}html[data-theme=dark] .create-section,html[data-theme=dark] .ecosystem-section{background:#15151c}html[data-theme=dark] .section-heading h2,html[data-theme=dark] .ecosystem-intro h2{color:#f3f1f7}html[data-theme=dark] .section-heading p,html[data-theme=dark] .ecosystem-intro>p{color:#aaa5b3}html[data-theme=dark] .tool-card{color:#f1eff5;background:#1d1d25;border-color:#383641}html[data-theme=dark] .tool-card:hover{background:#24232e;border-color:#665d91;box-shadow:0 18px 38px #00000047}html[data-theme=dark] .tool-card>p{color:#b7b2bf}html[data-theme=dark] .workflow-section{background:#13131a}html[data-theme=dark] .workflow-steps article{background:#1d1d25;border-color:#383641}html[data-theme=dark] .workflow-steps h3{color:#f1eff5}html[data-theme=dark] .workflow-steps p{color:#b2adba}html[data-theme=dark] .platform-mega{color:#f2f0f5;background:#1b1b23fa;border-color:#403d49;box-shadow:0 30px 75px #00000073}html[data-theme=dark] .mega-head,html[data-theme=dark] .platform-mega footer{border-color:#3a3742}html[data-theme=dark] .mega-head>button{color:#c8c3cf;background:#292832;border-color:#44414d}html[data-theme=dark] .mega-grid>button{color:#f0eef4;background:#22222b;border-color:#3b3944}html[data-theme=dark] .mega-grid>button:hover{background:#2a2934;border-color:#7167a2;box-shadow:0 10px 26px #0000003d}html[data-theme=dark] .mega-grid>button.available{background:linear-gradient(135deg,#2c2841,#23222d);border-color:#6f63aa}html[data-theme=dark] .mega-grid strong{color:#f3f1f6}html[data-theme=dark] .mega-grid small{color:#b6b1bd}html[data-theme=dark] .mega-grid em{color:#aaa5b1}html[data-theme=dark] .module-tabs button{color:#c6c1cd;background:#202028;border-color:#393741}html[data-theme=dark] .module-tabs button.active{color:#c9c1ff;background:#2c2842;border-color:#6d62a5}html[data-theme=dark] .landing-footer{background:#0d0e13}html[data-theme=dark] .studio-app,html[data-theme=dark] .studio-main{color:#f1eff5;background:#12131a}html[data-theme=dark] .studio-topbar{background:#18181ff2;border-color:#33313b}html[data-theme=dark] .studio-topbar .studio-logo strong{color:#f4f2f7}html[data-theme=dark] .studio-search{color:#aaa5b2;background:#1e1e27;border-color:#3b3944}html[data-theme=dark] .studio-search input{color:#eeeaf2}html[data-theme=dark] .studio-search input::placeholder,html[data-theme=dark] .template-search input::placeholder,html[data-theme=dark] .refine-bar input::placeholder{color:#9994a2}html[data-theme=dark] .topbar-icon{color:#d0ccd6;background:#24242d;border-color:#403e49}html[data-theme=dark] .studio-menu{color:#d4d0da;background:#24242d;border-color:#403e49}html[data-theme=dark] .studio-page-heading h1{color:#f5f3f8}html[data-theme=dark] .studio-page-heading>div>span{color:#aaa5b2}html[data-theme=dark] .studio-page-heading p{color:#bbb6c2}html[data-theme=dark] .studio-panel,html[data-theme=dark] .creation-section-card,html[data-theme=dark] .template-strip{color:#f1eff5;background:#1c1c24;border-color:#393741;box-shadow:0 10px 28px #00000029}html[data-theme=dark] .creation-section-card>header{border-color:#393741}html[data-theme=dark] .creation-section-card header h3,html[data-theme=dark] .section-tool-list strong,html[data-theme=dark] .studio-panel-head h3,html[data-theme=dark] .recent-list strong,html[data-theme=dark] .brand-ready strong{color:#f3f1f6}html[data-theme=dark] .creation-section-card header small,html[data-theme=dark] .studio-panel-head>div>span,html[data-theme=dark] .brand-ready small{color:#aaa5b1}html[data-theme=dark] .creation-section-card header p,html[data-theme=dark] .section-tool-list small,html[data-theme=dark] .brand-ready p{color:#b7b2be}html[data-theme=dark] .section-tool-list>button{color:#f0eef4}html[data-theme=dark] .section-tool-list>button:hover{background:#272630}html[data-theme=dark] .recent-list>button{color:#f1eff5;background:#24242d;border-color:#3d3a46}html[data-theme=dark] .recent-list small{color:#aaa5b2}html[data-theme=dark] .generator-shell{background:#1b1b23;border-color:#3c3945;box-shadow:0 14px 36px #0003}html[data-theme=dark] .generator-controls{background:#1d1d25;border-color:#3d3a46}html[data-theme=dark] .control-section{border-color:#3b3844}html[data-theme=dark] .control-label,html[data-theme=dark] .control-row label,html[data-theme=dark] .copy-form>label,html[data-theme=dark] .brand-field{color:#d2ced8}html[data-theme=dark] .type-picker button,html[data-theme=dark] .copy-channels button,html[data-theme=dark] .voice-picker button{color:#d1cdd7;background:#24242d;border-color:#46434f}html[data-theme=dark] .type-picker button.active,html[data-theme=dark] .copy-channels button.active,html[data-theme=dark] .voice-picker button.active{color:#d5ceff;background:#312c4b;border-color:#776bb3}html[data-theme=dark] .generator-controls textarea,html[data-theme=dark] .copy-form textarea,html[data-theme=dark] .brand-field textarea,html[data-theme=dark] .brand-field input,html[data-theme=dark] .control-row select,html[data-theme=dark] .copy-form select,html[data-theme=dark] .copy-form input{color:#f0edf4;background:#202028;border-color:#494651}html[data-theme=dark] .brand-select,html[data-theme=dark] .brand-logo-upload,html[data-theme=dark] .font-row span{color:#f1eff5;background:#24242d;border-color:#45424e}html[data-theme=dark] .brand-select strong,html[data-theme=dark] .brand-logo-upload strong,html[data-theme=dark] .font-row strong{color:#f2f0f5}html[data-theme=dark] .brand-select small,html[data-theme=dark] .brand-logo-upload small,html[data-theme=dark] .advanced-row span{color:#aba6b3}html[data-theme=dark] .advanced-row button{color:#c6c1cd}html[data-theme=dark] .generator-workspace{background:#17171e}html[data-theme=dark] .workspace-toolbar strong,html[data-theme=dark] .empty-canvas h3,html[data-theme=dark] .generating-state h3{color:#f2f0f5}html[data-theme=dark] .workspace-toolbar span,html[data-theme=dark] .empty-canvas p,html[data-theme=dark] .generating-state p{color:#b0abb7}html[data-theme=dark] .workspace-toolbar button,html[data-theme=dark] .copy-result>div:last-child button{color:#d0ccd7;background:#24242d;border-color:#46434f}html[data-theme=dark] .empty-canvas,html[data-theme=dark] .generating-state{color:#cac5d1;background:#1d1d25;border-color:#4a4653}html[data-theme=dark] .copy-result h3{color:#f3f1f6}html[data-theme=dark] .copy-result>p{color:#c2bdc8}html[data-theme=dark] .copy-result>div:last-child{border-color:#3c3944}html[data-theme=dark] .copy-loading{color:#c9c4cf;background:#1d1d25;border-color:#47434f}html[data-theme=dark] .template-search,html[data-theme=dark] .template-toolbar>div:last-child button,html[data-theme=dark] .library-actions select{color:#d0ccd6;background:#202028;border-color:#45424e}html[data-theme=dark] .template-search input{color:#f0edf4}html[data-theme=dark] .template-toolbar>div:last-child button.active{color:#d5ceff;background:#312c4b;border-color:#776bb3}html[data-theme=dark] .template-page-grid>button,html[data-theme=dark] .library-page-grid article{color:#f1eff5;background:#1d1d25;border-color:#393741;box-shadow:0 8px 24px #00000029}html[data-theme=dark] .template-page-grid p strong,html[data-theme=dark] .library-page-grid p strong{color:#f2f0f5}html[data-theme=dark] .template-page-grid p small,html[data-theme=dark] .library-page-grid p small,html[data-theme=dark] .brand-voice>p{color:#b5b0bc}html[data-theme=dark] .library-page-grid article>div:last-child>button{color:#d1ccd7;background:#24242d;border-color:#45424e}html[data-theme=dark] .refine-bar{background:#202028;border-color:#46434f}html[data-theme=dark] .refine-bar input{color:#f0edf4}@media(max-width:820px){html[data-theme=dark] .landing-nav nav{background:#1c1c24;border-color:#3d3a46}}@media(max-width:600px){.landing-theme{position:absolute;right:57px}.studio-topbar .topbar-icon{display:none}html[data-theme=dark] .studio-scrim{background:#05060aad}}.studio-sidebar,.studio-main{transition:width .22s ease,margin-left .22s ease}.sidebar-collapse{position:fixed;z-index:35;top:84px;left:calc(var(--sidebar) - 14px);width:29px;height:29px;display:grid;place-items:center;color:#696572;background:#fff;border:1px solid #d7d4dd;border-radius:9px;box-shadow:0 6px 18px #1e1c2824;transition:left .22s ease,background .18s ease,color .18s ease}.sidebar-collapse:hover{color:var(--purple);background:#f2efff;border-color:#bdb4ef}.sidebar-collapsed{--sidebar:76px}.sidebar-collapsed .studio-sidebar{padding-left:12px;padding-right:12px}.sidebar-collapsed .studio-sidebar-head{justify-content:center;padding-left:0;padding-right:0}.sidebar-collapsed .studio-logo strong,.sidebar-collapsed .workspace-name p,.sidebar-collapsed .workspace-name>svg,.sidebar-collapsed .sidebar-label,.sidebar-collapsed .studio-sidebar nav button>span,.sidebar-collapsed .studio-sidebar nav button>b,.sidebar-collapsed .sidebar-create,.sidebar-collapsed .studio-sidebar-bottom>button,.sidebar-collapsed .studio-sidebar-bottom p,.sidebar-collapsed .studio-sidebar-bottom>div>svg{display:none}.sidebar-collapsed .workspace-name{justify-content:center;padding:8px}.sidebar-collapsed .studio-sidebar nav button{justify-content:center;padding:0}.sidebar-collapsed .studio-sidebar-bottom>div{justify-content:center;padding-left:0;padding-right:0}html[data-theme=dark] .sidebar-collapse{color:#d2ced8;background:#272630;border-color:#494651;box-shadow:0 7px 20px #00000059}html[data-theme=dark] .sidebar-collapse:hover{color:#fff;background:#353145;border-color:#7469a5}@media(max-width:820px){.studio-app.sidebar-collapsed{--sidebar:240px}.sidebar-collapse{display:none}.sidebar-collapsed .studio-sidebar{padding-left:16px;padding-right:16px}.sidebar-collapsed .studio-sidebar-head{justify-content:flex-start}.sidebar-collapsed .studio-logo strong{display:inline}.sidebar-collapsed .workspace-name p,.sidebar-collapsed .studio-sidebar-bottom p{display:flex}.sidebar-collapsed .workspace-name>svg,.sidebar-collapsed .studio-sidebar-bottom>div>svg,.sidebar-collapsed .sidebar-label,.sidebar-collapsed .studio-sidebar nav button>span,.sidebar-collapsed .studio-sidebar nav button>b{display:block}.sidebar-collapsed .sidebar-create{display:block}.sidebar-collapsed .studio-sidebar-bottom>button{display:flex}.sidebar-collapsed .workspace-name,.sidebar-collapsed .studio-sidebar nav button,.sidebar-collapsed .studio-sidebar-bottom>div{justify-content:flex-start}.sidebar-collapsed .workspace-name{padding:9px}.sidebar-collapsed .studio-sidebar nav button{padding:0 12px}.sidebar-collapsed .studio-sidebar-bottom>div{padding-left:7px;padding-right:7px}}.studio-sidebar{padding:20px 14px 16px;overflow-x:hidden;scrollbar-width:none}.studio-sidebar::-webkit-scrollbar{width:0;height:0}.studio-sidebar-head{min-height:42px;align-items:center;padding:0 4px 18px}.studio-sidebar-head>.sidebar-collapse{position:static;width:34px;height:34px;display:grid;place-items:center;margin-left:auto;color:#bdb9c7;background:#2b2a35;border:1px solid #403e4a;border-radius:10px;box-shadow:none}.studio-sidebar-head>.sidebar-collapse:hover{color:#fff;background:#373442;border-color:#625a82;transform:none}.workspace-name{min-height:60px;gap:10px;padding:10px;margin-bottom:24px;background:#292832;border-color:#3c3946;border-radius:12px}.workspace-name>span{width:34px;height:34px;flex-shrink:0;font-size:9px}.workspace-name small{color:#9d98a8;font-size:8px;letter-spacing:1px}.workspace-name strong{margin-top:3px;font-size:11px}.workspace-name>svg{color:#817d8a}.studio-sidebar nav{gap:5px}.studio-sidebar nav button{position:relative;height:44px;gap:12px;padding:0 12px;color:#c3bfca;border:1px solid transparent;border-radius:10px;font-size:12px;font-weight:600}.studio-sidebar nav button>svg{width:19px;flex-shrink:0;color:#aaa6b3}.studio-sidebar nav button:hover{color:#fff;background:#2b2a34;border-color:#34323d}.studio-sidebar nav button.active{color:#fff;background:linear-gradient(100deg,#3d394b,#373343);border-color:#494354;box-shadow:inset 0 1px #ffffff09}.studio-sidebar nav button.active:before{content:"";position:absolute;left:0;top:11px;width:3px;height:20px;background:#8f80ff;border-radius:0 4px 4px 0}.studio-sidebar nav button.active>svg{color:#a99cff}.studio-sidebar nav button b{min-width:20px;padding:3px 5px;text-align:center;background:#7664ef;border-radius:6px;font-size:7px}.sidebar-label{padding:5px 10px 6px;color:#85818e;font-size:9px;letter-spacing:1.35px}.sidebar-label.second{margin-top:19px}.sidebar-create{padding:15px;margin-top:25px;background:linear-gradient(145deg,#302d3d,#292733);border-color:#514868;border-radius:13px}.sidebar-create>span{width:34px;height:34px;border-radius:10px}.sidebar-create strong{margin-top:11px;font-size:11px}.sidebar-create p{margin:5px 0 11px;color:#b5b0bd;font-size:9px}.sidebar-create button{color:#c4baff;font-size:9px}.studio-sidebar-bottom>div{margin-top:10px;padding-top:15px;border-color:#35333d}.sidebar-collapsed .studio-sidebar{padding-left:11px;padding-right:11px}.sidebar-collapsed .studio-sidebar-head{min-height:86px;justify-content:flex-start;flex-direction:column;gap:10px;padding:0 0 14px}.sidebar-collapsed .studio-sidebar-head>.sidebar-collapse{margin-left:0}.sidebar-collapsed .workspace-name{min-height:52px;padding:8px;margin-bottom:18px}.sidebar-collapsed .workspace-name>span{width:34px;height:34px}.sidebar-collapsed .studio-sidebar nav{gap:6px}.sidebar-collapsed .studio-sidebar nav button{width:52px;height:44px;margin:auto;border-radius:11px}.sidebar-collapsed .studio-sidebar nav button.active:before{left:-1px}@media(max-width:820px){.studio-sidebar{padding:20px 14px 16px}.studio-sidebar-head,.sidebar-collapsed .studio-sidebar-head{min-height:42px;justify-content:flex-start;flex-direction:row;gap:0;padding:0 4px 18px}.studio-sidebar-head>.sidebar-collapse{display:none}.studio-sidebar-head>.sidebar-mobile-close{display:grid;place-items:center;margin-left:auto}.sidebar-collapsed .workspace-name{min-height:60px;padding:10px;margin-bottom:24px}.sidebar-collapsed .studio-sidebar nav{gap:5px}.sidebar-collapsed .studio-sidebar nav button{width:100%;height:44px;margin:0}}:root{--surface:#ffffff;--surface-soft:#f7f7fb;--surface-raised:#ffffff;--border-soft:#e8e6ef;--shadow-sm:0 1px 2px rgba(30,27,45,.03),0 8px 24px rgba(30,27,45,.045);--shadow-md:0 18px 48px rgba(38,30,72,.1);--radius-sm:12px;--radius-md:16px;--radius-lg:24px}body{color:var(--ink);background:var(--surface-soft)}.landing-shell,.studio-app{letter-spacing:-.005em}.landing-cta,.top-create,.generate-button{min-height:44px;border-radius:12px;box-shadow:0 10px 24px #5c49d338;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.landing-cta:hover,.top-create:hover,.generate-button:hover:not(:disabled){filter:saturate(1.08);transform:translateY(-2px);box-shadow:0 14px 30px #5c49d34d}.landing-shell{background:#fbfbfd}.landing-nav{top:16px;width:min(1220px,calc(100% - 40px));height:68px;padding:0 16px 0 20px;margin:0;border-color:#e1ddebd1;border-radius:18px;box-shadow:0 16px 48px #261e4817}.landing-logo>span{width:36px;height:36px;border-radius:11px;box-shadow:0 9px 20px #5e49dc40}.landing-logo strong{font-size:20px;letter-spacing:-.7px}.landing-nav nav{gap:8px}.landing-nav nav a,.platform-trigger{min-height:40px;display:flex;align-items:center;padding:0 13px;color:#625e6b;border-radius:10px;font-size:13px;transition:.18s ease}.landing-nav nav a:hover,.platform-trigger:hover,.platform-trigger.active{color:#5542c3;background:#f2efff}.text-login{min-height:40px;padding:0 12px;border-radius:10px;font-size:12px}.text-login:hover{background:#f4f2f8}.landing-theme{width:40px;height:40px;border-radius:11px}.landing-cta.small{min-height:40px;padding:0 16px;border-radius:10px;font-size:12px}.platform-mega{top:78px;padding:26px;border-radius:22px;box-shadow:0 30px 80px #231c3c2e}.mega-head h3{font-size:23px}.mega-head span{font-size:9px}.mega-grid{gap:10px}.mega-grid>button{min-height:86px;padding:14px;border-radius:14px}.mega-grid strong{font-size:12px}.mega-grid small{font-size:9px}.mega-grid em,.platform-mega footer span,.platform-mega footer a{font-size:8px}.landing-hero{min-height:850px;gap:72px;padding:150px max(6vw,48px) 92px;background:radial-gradient(circle at 85% 13%,rgba(149,123,255,.22),transparent 30%),radial-gradient(circle at 10% 80%,rgba(255,128,175,.11),transparent 24%),linear-gradient(180deg,#f8f6ff,#fcfbfe 68%,#fff)}.hero-copy{max-width:650px}.launch-pill{padding:9px 13px;background:#eeeaffd9;border-color:#dcd4ff;font-size:11px}.hero-copy h1{margin:26px 0 22px;font-size:clamp(54px,5.6vw,82px);line-height:.98;letter-spacing:-4.5px}.hero-copy>p{max-width:610px;color:#625e6d;font-size:18px;line-height:1.65}.hero-actions{margin-top:34px}.hero-actions .landing-cta{min-height:52px;padding:0 23px;font-size:14px}.watch-button{min-height:50px;padding:0 17px;border-radius:12px;font-size:13px}.watch-button:hover{background:#f1eef9}.hero-proof{gap:22px;margin-top:24px;color:#777280;font-size:11px}.product-window{border-color:#e2ddeb;border-radius:22px;box-shadow:0 42px 90px #35276238;transform:rotateY(-2deg) rotateX(.5deg)}.window-top{height:52px;padding:0 18px;font-size:10px}.window-body{grid-template-columns:52px 210px 1fr}.prompt-pane{padding:28px 19px}.prompt-pane>span{font-size:7px}.prompt-pane h3{font-size:16px}.mini-prompt{min-height:116px;padding:12px;border-radius:10px;font-size:9px}.floating-card{padding:13px 16px;border-radius:14px;box-shadow:0 18px 40px #2a214c2e}.floating-card strong{font-size:10px}.floating-card small{font-size:8px}.trust-row{min-height:92px;gap:30px;color:#918c99}.trust-row strong{color:#5f5a68;font-size:13px}.trust-row span{font-size:9px}.landing-section{padding:120px max(6vw,48px)}.section-heading{max-width:720px;margin-bottom:54px}.section-heading>span,.platform-copy>span,.ecosystem-intro>span{font-size:10px;letter-spacing:1.8px}.section-heading h2,.platform-copy h2,.ecosystem-intro h2{margin:13px 0 17px;font-size:clamp(38px,4vw,56px);letter-spacing:-2.5px}.section-heading p,.platform-copy>p,.ecosystem-intro>p{color:#676271;font-size:15px}.tool-grid{gap:18px}.tool-card{padding:14px 14px 22px;background:#fff;border-color:#e7e4ed;border-radius:18px;box-shadow:var(--shadow-sm)}.tool-card:hover{border-color:#c7bef5;box-shadow:0 22px 50px #2f27501f;transform:translateY(-6px)}.tool-art{height:182px;margin-bottom:19px;border-radius:14px}.tool-card h3{padding:0 4px;font-size:16px}.tool-card>p{min-height:48px;padding:0 4px;margin:7px 0 13px;color:#706c79;font-size:11px;line-height:1.55}.tool-link{padding:0 4px;font-size:10px}.platform-section{min-height:800px;gap:90px}.platform-copy li>span{width:44px;height:44px;border-radius:13px}.platform-copy li strong{font-size:13px}.platform-copy li p{font-size:11px}.canvas-card{border-radius:20px}.workflow-steps{gap:18px}.workflow-steps article{min-height:280px;padding:30px;border-radius:18px;box-shadow:var(--shadow-sm);transition:transform .2s ease,border-color .2s ease}.workflow-steps article:hover{border-color:#cfc7f5;transform:translateY(-4px)}.step-icon{width:52px;height:52px;margin-bottom:50px;border-radius:15px}.workflow-steps h3{font-size:17px}.workflow-steps p{font-size:12px}.ecosystem-section{gap:90px;padding:120px max(6vw,48px)}.module-tabs{gap:9px}.module-tabs button{min-height:50px;padding:0 14px;border-radius:11px;font-size:10px}.module-detail{border-radius:24px;box-shadow:0 24px 60px #261e4824}.final-cta{min-height:560px}.final-cta h2{font-size:clamp(42px,5vw,66px)}.final-cta p{font-size:15px}.landing-footer{padding:58px max(6vw,48px) 34px}.landing-footer p,.landing-footer a,.landing-footer button{font-size:11px}.studio-app{color:#24212d;background:radial-gradient(circle at 80% 0,rgba(123,101,235,.055),transparent 28%),#f7f7fa}.studio-main{background:transparent}.studio-topbar{height:72px;padding:0 36px;background:#ffffffd1;border-color:#e0dee7e6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.studio-search{width:min(460px,50vw);height:42px;padding:0 13px;background:#f8f8fb;border-color:#e2dfe8;border-radius:12px;transition:.18s ease}.studio-search:focus-within{background:#fff;border-color:#a99cf2;box-shadow:0 0 0 4px #6c5ce714}.studio-search input{font-size:12px}.theme-toggle,.topbar-icon{width:42px;height:42px;border-radius:12px}.top-create{min-height:42px;padding:0 18px;font-size:12px}.studio-page{max-width:1360px;padding:38px 42px 64px}.studio-page-heading{margin-bottom:30px}.studio-page-heading>div>span{color:#77717f;font-size:9px;letter-spacing:1.5px}.studio-page-heading h1{margin:8px 0 6px;font-size:32px;letter-spacing:-1.2px}.studio-page-heading p{color:#67616e;font-size:13px}.studio-panel,.creation-section-card,.template-strip,.generator-shell{border-color:var(--border-soft);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.professional-welcome{min-height:218px;padding:32px 36px;border-radius:22px;box-shadow:0 22px 50px #48379a2e}.professional-welcome h2{font-size:30px;letter-spacing:-1.3px}.professional-welcome p{font-size:13px}.welcome-actions button{min-height:42px;padding:0 15px;border-radius:11px;font-size:11px}.welcome-status{width:170px;min-height:126px;border-radius:17px}.creation-sections{gap:18px;margin-top:18px}.creation-section-card>header{min-height:116px;padding:24px}.creation-section-card header>span{width:46px;height:46px;border-radius:14px}.creation-section-card header h3{font-size:18px}.creation-section-card header p{margin-top:4px;font-size:11px}.creation-section-card header button{font-size:10px}.section-tool-list{padding:10px 16px 16px}.section-tool-list>button{min-height:66px;padding:10px 12px;border-radius:12px}.section-tool-list>button:hover{background:#f7f5ff;transform:translate(2px)}.section-tool-list>button>span{width:38px;height:38px;border-radius:11px}.section-tool-list strong{font-size:12px}.section-tool-list small{margin-top:4px;font-size:10px}.workspace-summary{gap:18px;margin-top:18px}.workspace-summary>.studio-panel{padding:22px}.studio-panel-head h3{font-size:15px}.studio-panel-head>div>span{font-size:8px}.recent-list{gap:10px}.recent-list>button{min-height:64px;padding:8px;border-radius:12px}.brand-ready>span{width:42px;height:42px;border-radius:13px}.generator-shell{grid-template-columns:350px 1fr;min-height:720px;overflow:hidden;background:#fff;border-radius:18px}.generator-controls{padding:24px}.control-section{padding-bottom:20px;margin-bottom:20px}.control-label{margin-bottom:10px;font-size:9px;letter-spacing:1.1px}.control-label button{font-size:9px}.type-picker{gap:8px}.type-picker button{height:40px;padding:0 10px;border-radius:10px;font-size:10px}.generator-controls textarea{min-height:145px;padding:13px;border-radius:11px;font-size:12px}.control-row{gap:10px;margin-bottom:20px}.control-row label,.copy-form>label{gap:8px;font-size:10px}.control-row select,.copy-form select,.copy-form input{height:42px;padding:0 11px;border-radius:10px;font-size:10px}.brand-select{min-height:54px;padding:9px;border-radius:11px}.brand-select strong{font-size:10px}.brand-select small{font-size:8px}.advanced-row button{font-size:9px}.advanced-row span{font-size:8px}.generate-button{min-height:46px;font-size:11px}.generator-workspace{padding:20px}.workspace-toolbar{min-height:50px;padding:2px 3px 14px}.workspace-toolbar strong{font-size:13px}.workspace-toolbar span{font-size:9px}.workspace-toolbar button{min-height:34px;padding:0 10px;border-radius:9px;font-size:9px}.empty-canvas,.generating-state{min-height:560px;border-radius:14px}.empty-canvas>span{width:68px;height:68px;border-radius:20px}.empty-canvas h3,.generating-state h3{font-size:18px}.empty-canvas p,.generating-state p{font-size:11px}.output-grid{gap:14px}.output-grid article{border-radius:13px}.refine-bar{min-height:52px;border-radius:13px}.api-error{margin:0 0 12px;padding:10px 12px;color:#9a3045;background:#fff0f3;border:1px solid #f1c4ce;border-radius:10px;font-size:10px;line-height:1.45}.api-output-grid{display:block}.api-output-grid article{width:min(720px,100%);margin:auto}.generated-visual{width:100%;min-height:420px;max-height:670px;display:block;object-fit:contain;background:#eceaf1}.copywriter-grid,.brand-page{gap:20px}.copy-form{padding:24px}.copy-channels{gap:8px}.copy-channels button{min-height:38px;border-radius:10px;font-size:10px}.copy-form textarea{min-height:150px;padding:13px;border-radius:11px}.copy-results{gap:14px}.copy-result{padding:22px}.copy-result h3{margin:15px 0 10px;font-size:18px}.copy-result>p{font-size:12px}.template-toolbar,.library-actions{gap:12px;margin-bottom:22px}.template-search{height:44px;padding:0 13px;border-radius:11px}.template-toolbar>div:last-child button,.library-actions select,.library-actions>button{min-height:40px;padding:0 13px;border-radius:10px}.template-page-grid,.library-page-grid{gap:18px}.template-page-grid>button,.library-page-grid article{border-radius:15px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.template-page-grid>button:hover,.library-page-grid article:hover{border-color:#c8bff4;box-shadow:0 18px 40px #261e481a;transform:translateY(-4px)}.template-art,.library-thumb{border-radius:14px 14px 0 0}.brand-page>.studio-panel{padding:24px}.brand-logo-upload,.font-row span{border-radius:12px}.voice-picker{gap:8px}.voice-picker button{min-height:38px;border-radius:10px}.brand-preview>div{border-radius:16px}.imc-command-hero{position:relative;min-height:290px;display:grid;grid-template-columns:minmax(0,1fr) 210px;align-items:center;gap:38px;overflow:hidden;padding:38px 42px;color:#fff;background:radial-gradient(circle at 82% 5%,rgba(92,212,231,.2),transparent 25%),radial-gradient(circle at 20% 120%,rgba(139,104,255,.42),transparent 38%),linear-gradient(118deg,#171d31,#202848 58%,#142e42);border:1px solid rgba(255,255,255,.08);border-radius:24px;box-shadow:0 26px 65px #181c3533}.imc-command-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.12;background-image:linear-gradient(rgba(255,255,255,.25) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.25) 1px,transparent 1px);background-size:52px 52px;-webkit-mask-image:linear-gradient(90deg,transparent,black);mask-image:linear-gradient(90deg,transparent,black)}.imc-command-hero>div,.imc-command-hero>aside{position:relative;z-index:1}.imc-command-hero>div>span{display:flex;align-items:center;gap:8px;color:#9de7ea;font-size:9px;font-weight:800;letter-spacing:1.7px}.imc-command-hero>div>span i{width:7px;height:7px;background:#64e2bd;border-radius:50%;box-shadow:0 0 0 5px #64e2bd1f}.imc-command-hero h2{max-width:740px;margin:18px 0 13px;font-size:clamp(30px,3.3vw,45px);line-height:1.05;letter-spacing:-2px}.imc-command-hero p{max-width:690px;margin:0;color:#b9c1d6;font-size:13px;line-height:1.65}.imc-command-hero>div>div{display:flex;gap:10px;margin-top:25px}.imc-command-hero>div button{min-height:43px;display:flex;align-items:center;gap:7px;padding:0 15px;color:#fff;background:#6f5de7;border:1px solid #8171ef;border-radius:11px;font-size:10px;font-weight:800}.imc-command-hero>div button+button{color:#d9ddeb;background:#ffffff12;border-color:#ffffff24}.imc-command-hero>aside{display:flex;flex-direction:column;padding:22px;background:#0b11207a;border:1px solid rgba(255,255,255,.12);border-radius:18px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.imc-command-hero>aside>small{color:#91a1bc;font-size:8px;font-weight:800;letter-spacing:1.2px}.imc-command-hero>aside>strong{margin:10px 0 14px;color:#fff;font-size:54px;line-height:1;letter-spacing:-3px}.imc-command-hero>aside>strong em{color:#7de0d1;font-size:20px;font-style:normal}.imc-command-hero>aside>span{display:flex;align-items:center;gap:7px;padding:8px 0;color:#c7cede;border-top:1px solid rgba(255,255,255,.09);font-size:8px}.imc-command-hero>aside>span svg{color:#65dabd}.imc-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:16px 0 34px}.imc-metrics article{position:relative;min-height:116px;display:flex;flex-direction:column;padding:20px;background:#fff;border:1px solid var(--border-soft);border-radius:15px;box-shadow:var(--shadow-sm)}.imc-metrics article:before{content:"";position:absolute;top:20px;right:20px;width:7px;height:7px;background:#66d6b3;border-radius:50%;box-shadow:0 0 0 5px #e9f9f4}.imc-metrics span{color:#898491;font-size:8px;font-weight:800;letter-spacing:1px}.imc-metrics strong{margin:10px 0 4px;color:#252230;font-size:27px;letter-spacing:-1px}.imc-metrics small{color:#77717f;font-size:8px}.imc-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;margin:0 0 19px}.imc-section-heading>div>span{color:#6553d6;font-size:8px;font-weight:800;letter-spacing:1.4px}.imc-section-heading h3{margin:8px 0 5px;color:#27242f;font-size:24px;letter-spacing:-.8px}.imc-section-heading p{max-width:720px;margin:0;color:#77727f;font-size:10px;line-height:1.55}.imc-section-heading>b{color:#dfdce6;font-size:38px;letter-spacing:-2px}.imc-layer-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.imc-layer-card{position:relative;min-width:0;min-height:335px;display:flex;flex-direction:column;overflow:hidden;padding:20px;background:#fff;border:1px solid var(--border-soft);border-radius:17px;box-shadow:var(--shadow-sm);transition:.2s ease}.imc-layer-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--layer-color)}.imc-layer-card.violet{--layer-color:#7967ea;--layer-soft:#f0edff}.imc-layer-card.cyan{--layer-color:#45aec9;--layer-soft:#e9f8fb}.imc-layer-card.coral{--layer-color:#e7777e;--layer-soft:#fff0f1}.imc-layer-card.amber{--layer-color:#d59d38;--layer-soft:#fff7e7}.imc-layer-card.green{--layer-color:#3daf83;--layer-soft:#eaf8f2}.imc-layer-card:hover{transform:translateY(-4px);border-color:var(--layer-color);box-shadow:0 18px 40px #261e481a}.imc-layer-card header{display:flex;align-items:center;justify-content:space-between}.imc-layer-card header span{width:39px;height:39px;display:grid;place-items:center;color:var(--layer-color);background:var(--layer-soft);border-radius:11px}.imc-layer-card header b{color:#c7c3cd;font-size:10px;letter-spacing:1px}.imc-layer-card h3{margin:18px 0 8px;color:#292631;font-size:15px;line-height:1.2}.imc-layer-card>p{min-height:53px;margin:0 0 13px;color:#77727e;font-size:9px;line-height:1.55}.imc-layer-card ul{display:flex;flex-direction:column;gap:8px;padding:13px 0;margin:0;border-top:1px solid #eeecf1;list-style:none}.imc-layer-card li{display:flex;align-items:center;gap:6px;color:#55515c;font-size:8px}.imc-layer-card li svg{flex-shrink:0;color:var(--layer-color)}.imc-layer-card>button{display:flex;align-items:center;gap:5px;padding:0;margin-top:auto;color:var(--layer-color);background:none;border:0;font-size:8px;font-weight:800}.imc-operating-grid{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(290px,.7fr);gap:16px;margin-top:34px}.engagement-console,.journey-orchestrator{padding:22px}.engagement-console>header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:18px}.engagement-console>header span,.journey-orchestrator>header span{display:flex;align-items:center;gap:7px;color:#6150cf;font-size:8px;font-weight:800;letter-spacing:1px}.engagement-console>header h3{margin:7px 0 0;color:#282530;font-size:17px}.engagement-console>header button{display:flex;align-items:center;gap:5px;padding:8px 10px;color:#6256bb;background:#f2efff;border:0;border-radius:8px;font-size:8px;font-weight:800}.engagement-workspace{min-height:300px;display:grid;grid-template-columns:175px minmax(260px,1fr) 175px;overflow:hidden;background:#f8f9fc;border:1px solid #e5e4ea;border-radius:13px}.engagement-workspace>aside{padding:10px;background:#20293d}.engagement-workspace>aside button{width:100%;min-height:55px;display:grid;grid-template-columns:7px 1fr auto;align-items:center;gap:8px;padding:8px;color:#b9c2d3;text-align:left;background:transparent;border:0;border-radius:9px}.engagement-workspace>aside button.active{color:#fff;background:#2d3952}.engagement-workspace>aside i{width:7px;height:7px;border-radius:50%}.engagement-workspace>aside span{min-width:0;display:flex;flex-direction:column}.engagement-workspace>aside strong{font-size:8px}.engagement-workspace>aside small{overflow:hidden;margin-top:3px;color:#8792a7;font-size:6px;text-overflow:ellipsis;white-space:nowrap}.engagement-workspace>aside b{min-width:21px;padding:3px;color:#dce2ed;text-align:center;background:#3a4761;border-radius:6px;font-size:6px}.engagement-workspace>div{padding:12px;background:#fff;border-right:1px solid #e9e7ec}.inbox-tabs{display:flex;gap:12px;margin-bottom:9px;border-bottom:1px solid #eceaf0}.inbox-tabs button{position:relative;padding:5px 0 9px;color:#98949e;background:none;border:0;font-size:7px;font-weight:800}.inbox-tabs button.active{color:#5544c1}.inbox-tabs button.active:after{content:"";position:absolute;right:0;bottom:-1px;left:0;height:2px;background:#6c59dc}.inbox-tabs b{padding:2px 4px;color:#fff;background:#e87583;border-radius:5px;font-size:5px}.conversation-row{width:100%;min-height:68px;display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:9px;padding:8px 5px;text-align:left;background:none;border:0;border-bottom:1px solid #f0eef2}.conversation-row>span{width:34px;height:34px;display:grid;place-items:center;color:#5547ae;background:#ece9ff;border-radius:50%;font-size:7px;font-weight:800}.conversation-row p,.conversation-row strong{min-width:0;display:flex;flex-direction:column;margin:0}.conversation-row strong{color:#383540;font-size:8px}.conversation-row strong small{margin-top:2px;color:#8f8a96;font-size:5px;font-weight:600}.conversation-row em{overflow:hidden;margin-top:5px;color:#77727e;font-size:7px;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.conversation-row time{align-self:start;padding-top:5px;color:#aaa5af;font-size:6px}.engagement-workspace>section{display:flex;align-items:center;flex-direction:column;padding:21px 14px;text-align:center}.contact-avatar{width:48px;height:48px;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,#7160df,#45aec9);border-radius:50%;font-size:10px;font-weight:800}.engagement-workspace>section h4{margin:9px 0 3px;font-size:11px}.engagement-workspace>section>small{color:#8b8692;font-size:7px}.engagement-workspace dl{width:100%;margin:18px 0 13px;text-align:left}.engagement-workspace dl div{display:flex;justify-content:space-between;gap:8px;padding:8px 0;border-top:1px solid #e9e7ec}.engagement-workspace dt{color:#96919b;font-size:6px}.engagement-workspace dd{margin:0;color:#494550;font-size:7px;font-weight:700}.engagement-workspace>section button{min-height:34px;display:flex;align-items:center;gap:6px;padding:0 10px;color:#fff;background:#6553d5;border:0;border-radius:8px;font-size:7px;font-weight:800}.journey-orchestrator>header{display:flex;align-items:center;justify-content:space-between}.journey-orchestrator>header b{padding:5px 7px;color:#268d6a;background:#e7f7f1;border-radius:7px;font-size:6px;letter-spacing:.7px}.journey-orchestrator h3{margin:18px 0 5px;color:#2b2832;font-size:17px}.journey-orchestrator>p{margin:0;color:#7d7884;font-size:9px;line-height:1.5}.journey-flow{margin:19px 0}.journey-flow>article{min-height:54px;display:grid;grid-template-columns:28px 1fr 18px;align-items:center;gap:8px;padding:8px;background:#fafafd;border:1px solid #ebe9ef;border-radius:10px}.journey-flow>article.active{background:#f0edff;border-color:#cfc7f5}.journey-flow article>span{width:25px;height:25px;display:grid;place-items:center;color:#6554d5;background:#e9e5ff;border-radius:7px;font-size:6px;font-weight:800}.journey-flow article div{display:flex;flex-direction:column}.journey-flow strong{font-size:8px}.journey-flow small{margin-top:3px;color:#8d8994;font-size:6px}.journey-flow article>svg{color:#54b992}.journey-flow>i{width:1px;height:11px;display:block;margin:auto;background:#d8d4df}.journey-orchestrator>button{width:100%;min-height:37px;display:flex;align-items:center;justify-content:center;gap:6px;color:#5e4dcc;background:#f0edff;border:1px solid #d6cff8;border-radius:9px;font-size:8px;font-weight:800}.imc-foundation-note{display:flex;align-items:center;gap:13px;padding:18px 20px;margin-top:16px;color:#cbd4e3;background:#20283a;border-radius:14px}.imc-foundation-note>svg{flex-shrink:0;color:#70d8bc}.imc-foundation-note div{flex:1}.imc-foundation-note strong{color:#fff;font-size:10px}.imc-foundation-note p{margin:4px 0 0;color:#98a3b6;font-size:8px;line-height:1.5}.imc-foundation-note>span{padding:7px 9px;color:#8de0ca;background:#293b47;border:1px solid #36575a;border-radius:8px;font-size:6px;font-weight:800;letter-spacing:.7px}.phase-module{--phase:#705de2;--phase-soft:#efecff}.phase-module.coral{--phase:#df6876;--phase-soft:#fff0f2}.phase-module.amber{--phase:#c88b24;--phase-soft:#fff6e5}.phase-module.cyan{--phase:#2ba7c2;--phase-soft:#e9f8fb}.phase-module-hero{position:relative;min-height:250px;display:grid;grid-template-columns:minmax(0,1fr) 205px;align-items:center;gap:35px;overflow:hidden;padding:34px 38px;color:#fff;background:radial-gradient(circle at 82% 0,color-mix(in srgb,var(--phase) 38%,transparent),transparent 31%),linear-gradient(120deg,#181d31,#222944 58%,#172a3b);border:1px solid rgba(255,255,255,.08);border-radius:22px;box-shadow:0 22px 55px #1a1c312e}.phase-module-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.1;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.24) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.24) 1px,transparent 1px);background-size:48px 48px}.phase-module-hero>*{position:relative;z-index:1}.phase-module-hero>div>span{display:flex;align-items:center;gap:7px;color:#c8c1ff;font-size:8px;font-weight:800;letter-spacing:1.4px}.phase-module.coral .phase-module-hero>div>span{color:#ffc1c8}.phase-module.amber .phase-module-hero>div>span{color:#ffdaa0}.phase-module.cyan .phase-module-hero>div>span{color:#a4edf4}.phase-module-hero h2{max-width:760px;margin:16px 0 10px;font-size:clamp(29px,3.2vw,43px);line-height:1.06;letter-spacing:-1.8px}.phase-module-hero>div>p{max-width:690px;margin:0;color:#b9c1d2;font-size:11px;line-height:1.65}.phase-module-hero>div>button{min-height:41px;display:flex;align-items:center;gap:7px;padding:0 14px;margin-top:21px;color:#fff;background:var(--phase);border:1px solid color-mix(in srgb,var(--phase) 74%,white);border-radius:10px;font-size:9px;font-weight:800;box-shadow:0 10px 24px color-mix(in srgb,var(--phase) 28%,transparent)}.phase-module-hero>aside{padding:20px;background:#090f1d73;border:1px solid rgba(255,255,255,.11);border-radius:16px;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.phase-module-hero>aside>span{color:#929db1;font-size:7px;font-weight:800;letter-spacing:1px}.phase-module-hero>aside>strong{display:block;margin:10px 0 8px;font-size:44px;letter-spacing:-2px}.phase-module-hero>aside>strong small{color:#83dfc4;font-size:17px}.phase-module-hero>aside>p{margin:0;color:#9ba6b8;font-size:7px;line-height:1.5}.phase-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:11px;margin:14px 0 18px}.phase-metrics article{min-height:103px;display:flex;flex-direction:column;padding:18px;background:#fff;border:1px solid var(--border-soft);border-radius:14px;box-shadow:var(--shadow-sm)}.phase-metrics span{color:#89848f;font-size:7px;font-weight:800;letter-spacing:.8px;text-transform:uppercase}.phase-metrics strong{margin:9px 0 3px;color:#292631;font-size:24px;letter-spacing:-.8px}.phase-metrics small{color:#8b8691;font-size:7px}.phase-content-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(275px,.65fr);gap:15px}.phase-feature-panel,.phase-activity{padding:21px}.phase-feature-panel>header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.phase-feature-panel>header span,.phase-activity>header span{color:var(--phase);font-size:7px;font-weight:800;letter-spacing:1.1px}.phase-feature-panel>header h3,.phase-activity>header h3{margin:5px 0 0;color:#2d2934;font-size:15px}.phase-feature-panel>header>b{padding:6px 8px;color:var(--phase);background:var(--phase-soft);border-radius:7px;font-size:6px;letter-spacing:.7px}.phase-feature-list{display:grid;grid-template-columns:1fr 1fr;gap:9px}.phase-feature-list>button{min-height:93px;display:grid;grid-template-columns:43px 1fr auto 18px;align-items:center;gap:10px;padding:12px;color:#393641;text-align:left;background:#fafafd;border:1px solid #e9e7ed;border-radius:12px;transition:.18s ease}.phase-feature-list>button:first-child:last-child,.phase-feature-list>button:nth-child(5){grid-column:1 / -1}.phase-feature-list>button:hover{background:var(--phase-soft);border-color:color-mix(in srgb,var(--phase) 42%,white);transform:translateY(-2px)}.phase-feature-list>button>span{width:43px;height:43px;display:grid;place-items:center;color:var(--phase);background:var(--phase-soft);border-radius:11px;font-size:7px;font-weight:900}.phase-feature-list>button>div{min-width:0;display:flex;flex-direction:column}.phase-feature-list strong{font-size:9px}.phase-feature-list small{margin-top:5px;color:#817c87;font-size:7px;line-height:1.4}.phase-feature-list>button>b{padding:5px 6px;color:var(--phase);background:#fff;border:1px solid #e7e4ec;border-radius:7px;font-size:6px;white-space:nowrap}.phase-feature-list>button>svg{color:#aaa5b0}.phase-activity>header{padding-bottom:13px;border-bottom:1px solid #ece9ef}.phase-activity>div{display:flex;flex-direction:column}.phase-activity article{min-height:70px;display:grid;grid-template-columns:30px 1fr auto;align-items:center;gap:9px;padding:10px 0;border-bottom:1px solid #efedf1}.phase-activity article>span{width:28px;height:28px;display:grid;place-items:center;color:var(--phase);background:var(--phase-soft);border-radius:8px;font-size:7px;font-weight:800}.phase-activity article p{min-width:0;display:flex;flex-direction:column;margin:0}.phase-activity article strong{font-size:8px}.phase-activity article small{margin-top:4px;color:#89848f;font-size:6px}.phase-activity article>b{color:#77727e;font-size:6px;white-space:nowrap}.phase-activity>button{width:100%;min-height:37px;display:flex;align-items:center;justify-content:center;gap:6px;margin-top:14px;color:var(--phase);background:var(--phase-soft);border:1px solid color-mix(in srgb,var(--phase) 25%,white);border-radius:9px;font-size:8px;font-weight:800}.crm-capability-grid{display:grid;grid-template-columns:1.35fr .9fr .8fr;gap:13px;margin-top:13px}.crm-capability-grid>article{padding:19px}.crm-capability-grid>article>header{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-bottom:13px;border-bottom:1px solid #eceaf0}.crm-capability-grid header span{color:#ae7414;font-size:6px;font-weight:800;letter-spacing:.9px}.crm-capability-grid header h3{margin:5px 0 0;font-size:13px}.crm-capability-grid header button{min-height:30px;display:flex;align-items:center;gap:5px;padding:0 8px;color:#9b6712;background:var(--crm-soft);border:1px solid #ead19e;border-radius:7px;font-size:6px;font-weight:800}.crm-forecast-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin:12px 0 7px}.crm-forecast-strip p{display:flex;flex-direction:column;padding:10px;margin:0;background:#faf8f4;border-radius:8px}.crm-forecast-strip span{color:#8e8992;font-size:5px;text-transform:uppercase}.crm-forecast-strip strong{margin-top:5px;font-size:12px}.crm-opportunity-list>article{min-height:56px;display:grid;grid-template-columns:34px 1fr 92px;align-items:center;gap:8px;border-bottom:1px solid #efedf1}.crm-opportunity-list>article>span{width:31px;height:31px;display:grid;place-items:center;color:#257f65;background:#e7f5f0;border-radius:50%;font-size:6px;font-weight:800}.crm-opportunity-list>article>div{min-width:0;display:flex;flex-direction:column}.crm-opportunity-list strong{font-size:7px}.crm-opportunity-list small{overflow:hidden;margin-top:4px;color:#8d8892;font-size:6px;text-overflow:ellipsis;white-space:nowrap}.crm-opportunity-list select{width:100%;height:29px;color:#696470;background:#faf9fb;border:1px solid #e3e0e7;border-radius:7px;font-size:6px}.crm-support>div>article{min-height:60px;display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:8px;border-bottom:1px solid #efedf1}.crm-support article>span{padding:5px;text-align:center;background:#f0eef2;border-radius:6px;font-size:5px;font-weight:800}.crm-support .priority-high{color:#a13b50;background:#feecef}.crm-support .priority-medium{color:#9a6813;background:#fff4dd}.crm-support article>div{min-width:0;display:flex;flex-direction:column}.crm-support article strong{font-size:7px}.crm-support article small{overflow:hidden;margin-top:4px;color:#8c8791;font-size:6px;text-overflow:ellipsis;white-space:nowrap}.crm-support article>button{min-height:27px;padding:0 7px;color:#68636e;background:#f5f3f6;border:1px solid #e2dfe5;border-radius:6px;font-size:5px}.crm-support article>button:disabled{color:#278365;background:#e6f5ef;border-color:#cce8de}.crm-lifecycle>header{display:block!important}.crm-lifecycle>div>article{min-height:52px;display:grid;grid-template-columns:75px 1fr 28px;align-items:center;gap:8px}.crm-lifecycle article>div{display:flex;flex-direction:column}.crm-lifecycle article strong{font-size:7px}.crm-lifecycle article small{margin-top:3px;color:#908b95;font-size:5px}.crm-lifecycle article>span{height:5px;overflow:hidden;background:#eeebf0;border-radius:5px}.crm-lifecycle article>span i{height:100%;display:block;background:linear-gradient(90deg,#d9992b,#6a5cda);border-radius:5px}.crm-lifecycle article>b{color:#807b86;font-size:6px;text-align:right}.crm-lifecycle footer{display:flex;flex-direction:column;padding:11px;margin-top:8px;background:#fffbf3;border-radius:9px}.crm-lifecycle footer strong{color:#966311;font-size:7px}.crm-lifecycle footer span{margin-top:4px;color:#8d8476;font-size:5px}.crm-workspace{--crm:#cf8f21;--crm-soft:#fff5df}.crm-summary{min-height:235px;display:grid;grid-template-columns:minmax(0,1fr) 430px;align-items:center;gap:36px;padding:32px 36px;color:#fff;background:radial-gradient(circle at 82% 5%,rgba(224,164,66,.2),transparent 29%),linear-gradient(120deg,#191e31,#242b45 62%,#3b3028);border:1px solid rgba(255,255,255,.08);border-radius:21px;box-shadow:0 22px 55px #1a1c312b}.crm-summary>div>span{display:flex;align-items:center;gap:7px;color:#ffd78f;font-size:8px;font-weight:800;letter-spacing:1.3px}.crm-summary h2{max-width:720px;margin:15px 0 9px;font-size:clamp(28px,3vw,41px);line-height:1.06;letter-spacing:-1.6px}.crm-summary>div>p{max-width:660px;margin:0;color:#bbc3d3;font-size:10px;line-height:1.6}.crm-summary>div>button{min-height:40px;display:flex;align-items:center;gap:6px;padding:0 13px;margin-top:20px;color:#fff;background:#d18e1b;border:1px solid #e0a43f;border-radius:10px;font-size:8px;font-weight:800;box-shadow:0 10px 22px #c6821038}.crm-summary>aside{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.crm-summary>aside article{min-width:0;display:flex;flex-direction:column;padding:17px;background:#0a101e6e;border:1px solid rgba(255,255,255,.1);border-radius:13px}.crm-summary article span{color:#99a4b8;font-size:6px;font-weight:800;text-transform:uppercase}.crm-summary article strong{margin:8px 0 3px;font-size:24px}.crm-summary article small{color:#8e99ab;font-size:6px;line-height:1.35}.crm-toolbar{min-height:57px;display:flex;align-items:center;gap:10px;padding:9px;margin:13px 0;background:#fff;border:1px solid var(--border-soft);border-radius:13px;box-shadow:var(--shadow-sm)}.crm-toolbar>div:first-child{width:min(330px,30vw);height:38px;display:flex;align-items:center;gap:8px;padding:0 11px;color:#95909b;background:#f7f7fa;border:1px solid #e8e5ec;border-radius:9px}.crm-toolbar input{width:100%;min-width:0;background:none;border:0;outline:0;font-size:8px}.crm-toolbar>div:nth-child(2){display:flex;gap:5px;overflow-x:auto}.crm-toolbar>div:nth-child(2) button{min-height:34px;padding:0 10px;color:#77727e;background:#fafafd;border:1px solid #e7e5eb;border-radius:8px;font-size:7px;white-space:nowrap}.crm-toolbar>div:nth-child(2) button.active{color:#9a6510;background:var(--crm-soft);border-color:#edcd91}.crm-toolbar>button{min-height:38px;display:flex;align-items:center;gap:6px;padding:0 12px;margin-left:auto;color:#fff;background:#c98516;border:0;border-radius:9px;font-size:8px;font-weight:800;white-space:nowrap}.crm-main-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(275px,.55fr);gap:13px}.crm-contact-panel,.crm-profile,.crm-activity-panel{padding:20px}.crm-contact-panel>header{display:flex;align-items:center;justify-content:space-between;padding-bottom:13px;border-bottom:1px solid #eceaf0}.crm-contact-panel header span,.crm-activity-panel header span{color:#b27613;font-size:7px;font-weight:800;letter-spacing:1px}.crm-contact-panel header h3,.crm-activity-panel header h3{margin:5px 0 0;color:#2d2934;font-size:14px}.crm-contact-panel header>b{color:#aaa4af;font-size:6px}.crm-contact-list{display:flex;flex-direction:column}.crm-contact-list>button{min-height:76px;display:grid;grid-template-columns:39px minmax(0,1fr) 35px 55px;align-items:center;gap:10px;padding:9px;color:#37343f;text-align:left;background:transparent;border:0;border-bottom:1px solid #efedf1}.crm-contact-list>button:hover,.crm-contact-list>button.active{background:#fffbf3}.crm-contact-list>button>span{width:38px;height:38px;display:grid;place-items:center;color:#9b6815;background:var(--crm-soft);border-radius:10px;font-size:8px;font-weight:800}.crm-contact-list>button>div{min-width:0;display:flex;flex-direction:column}.crm-contact-list strong{font-size:9px}.crm-contact-list div>small{overflow:hidden;margin-top:4px;color:#8a8590;font-size:7px;text-overflow:ellipsis;white-space:nowrap}.crm-contact-list em{display:flex;gap:4px;margin-top:6px}.crm-contact-list em i{padding:3px 5px;color:#797480;background:#f0eef3;border-radius:5px;font-size:5px;font-style:normal}.crm-contact-list>button>b{width:32px;height:32px;display:grid;place-items:center;color:#7c7782;background:#f2f0f4;border-radius:50%;font-size:8px}.crm-contact-list>button>b.high{color:#1d8564;background:#e6f6f0}.crm-contact-list>button>small{color:#8a8590;font-size:6px;text-align:right}.crm-empty{padding:40px;color:#8b8691;text-align:center;font-size:8px}.crm-profile>header{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-bottom:16px;border-bottom:1px solid #eceaf0}.crm-profile>header>div:first-child{display:flex;align-items:center;gap:10px}.crm-profile>header>div:first-child>span{width:45px;height:45px;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,#d59a33,#966418);border-radius:13px;font-size:10px;font-weight:800}.crm-profile header p{display:flex;flex-direction:column;margin:0}.crm-profile header strong{font-size:11px}.crm-profile header small{margin-top:4px;color:#8c8792;font-size:7px}.crm-profile>header>div:last-child{display:flex;gap:5px}.crm-profile header button{width:31px;height:31px;display:grid;place-items:center;color:#77727d;background:#f6f4f7;border:1px solid #e6e3e9;border-radius:8px}.crm-profile header button:last-child{color:#b04d5f}.crm-profile dl{margin:15px 0}.crm-profile dl div{display:flex;justify-content:space-between;gap:10px;padding:8px 0;border-bottom:1px solid #f0eef2}.crm-profile dt{color:#918c96;font-size:6px}.crm-profile dd{overflow:hidden;margin:0;color:#4a4651;font-size:7px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.crm-score{padding:15px;background:#fffbf3;border:1px solid #f0dfb9;border-radius:11px}.crm-score>span{color:#a26b11;font-size:6px;font-weight:800;letter-spacing:.8px}.crm-score>strong{display:block;margin:8px 0;color:#8f5d0c;font-size:28px}.crm-score>strong small{color:#a89d8d;font-size:9px}.crm-score>i{height:5px;display:block;overflow:hidden;background:#eee7db;border-radius:5px}.crm-score>i b{height:100%;display:block;background:linear-gradient(90deg,#d79b34,#53b58d);border-radius:5px}.crm-score p{margin:8px 0 0;color:#8d8375;font-size:6px}.crm-activity-panel{margin-top:13px}.crm-activity-panel>header{display:flex;align-items:center;justify-content:space-between;gap:15px;padding-bottom:14px;border-bottom:1px solid #eceaf0}.crm-activity-panel>header>div:last-child{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:5px}.crm-activity-panel header button{min-height:30px;padding:0 8px;color:#7e6a4a;background:#fff9ee;border:1px solid #ead8b7;border-radius:7px;font-size:6px}.crm-activity-panel>div{padding-left:13px}.crm-activity-panel article{position:relative;min-height:64px;display:grid;grid-template-columns:35px 1fr auto;align-items:center;gap:10px;padding:9px 0;border-bottom:1px solid #f0eef2}.crm-activity-panel article:before{content:"";position:absolute;left:17px;top:47px;bottom:-18px;width:1px;background:#e2dee6}.crm-activity-panel article:last-child:before{display:none}.crm-activity-panel article>span{z-index:1;width:34px;height:34px;display:grid;place-items:center;color:#9d6710;background:var(--crm-soft);border:4px solid #fff;border-radius:50%;font-size:6px;font-weight:800}.crm-activity-panel article>div strong{font-size:8px}.crm-activity-panel article p{margin:4px 0 0;color:#88838e;font-size:7px}.crm-activity-panel time{color:#aaa5af;font-size:6px}.crm-modal-backdrop{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:20px;background:#11121a9e;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.crm-modal{width:min(620px,100%);overflow:hidden;background:#fff;border:1px solid #e6e3e9;border-radius:17px;box-shadow:0 30px 90px #0f10194d}.crm-modal>header{display:flex;align-items:center;justify-content:space-between;padding:20px 22px;border-bottom:1px solid #ebe8ee}.crm-modal header span{color:#ac7417;font-size:7px;font-weight:800;letter-spacing:1px}.crm-modal header h3{margin:5px 0 0;font-size:17px}.crm-modal header button{width:32px;height:32px;display:grid;place-items:center;color:#77727d;background:#f5f3f6;border:0;border-radius:8px}.crm-form{display:grid;grid-template-columns:1fr 1fr;gap:13px;padding:22px}.crm-form label{display:flex;flex-direction:column;gap:7px;color:#706b76;font-size:7px;font-weight:800}.crm-form label.wide{grid-column:1 / -1}.crm-form input,.crm-form select{width:100%;height:40px;padding:0 10px;color:#4f4b55;background:#fafafd;border:1px solid #dfdce3;border-radius:9px;outline:0;font-size:8px}.crm-form input:focus,.crm-form select:focus{border-color:#d5a348;box-shadow:0 0 0 3px #d293251a}.crm-modal footer{display:flex;justify-content:flex-end;gap:8px;padding:14px 22px;background:#f8f7f9;border-top:1px solid #ebe8ee}.crm-modal footer button{min-height:37px;padding:0 13px;color:#6e6974;background:#fff;border:1px solid #dfdce3;border-radius:8px;font-size:7px;font-weight:800}.crm-modal footer button:last-child{display:flex;align-items:center;gap:6px;color:#fff;background:#c98516;border-color:#c98516}.planned-module-hero{min-height:245px;display:grid;grid-template-columns:minmax(0,1fr) 235px;align-items:center;gap:35px;padding:34px 38px;color:#fff;background:radial-gradient(circle at 85% 10%,rgba(85,190,199,.18),transparent 28%),linear-gradient(120deg,#1c2132,#263148 65%,#17343d);border:1px solid rgba(255,255,255,.08);border-radius:22px;box-shadow:0 22px 55px #1b1f3129}.planned-module-hero>div>span{display:flex;align-items:center;gap:7px;color:#95dce0;font-size:8px;font-weight:800;letter-spacing:1.3px}.planned-module-hero h2{margin:16px 0 10px;font-size:clamp(29px,3.2vw,43px);line-height:1.06;letter-spacing:-1.7px}.planned-module-hero>div>p{max-width:680px;margin:0;color:#bac4d2;font-size:11px;line-height:1.65}.planned-module-hero>div>div{display:flex;flex-wrap:wrap;gap:8px;margin-top:21px}.planned-module-hero>div b,.planned-module-hero>div em{padding:7px 9px;border-radius:7px;font-size:6px;font-style:normal;letter-spacing:.8px}.planned-module-hero>div b{color:#9ce5d6;background:#4ac4a81f;border:1px solid rgba(107,222,197,.23)}.planned-module-hero>div em{color:#b8c2d2;background:#ffffff0f;border:1px solid rgba(255,255,255,.1)}.planned-module-hero>aside{padding:20px;background:#09101c73;border:1px solid rgba(255,255,255,.11);border-radius:16px}.planned-module-hero aside small{color:#91a0b3;font-size:7px;font-weight:800;letter-spacing:1px}.planned-module-hero aside strong{display:block;margin:11px 0 8px;color:#8fe2d3;font-size:24px}.planned-module-hero aside p{margin:0;color:#9ca8b8;font-size:7px;line-height:1.55}.planned-requirements{padding:23px;margin-top:15px;background:#fff;border:1px solid var(--border-soft);border-radius:17px;box-shadow:var(--shadow-sm)}.planned-requirements>header{display:flex;align-items:flex-end;justify-content:space-between;gap:15px;padding-bottom:17px;border-bottom:1px solid #eceaf0}.planned-requirements>header span,.planned-dependencies>div>span{color:#2a9aa6;font-size:7px;font-weight:800;letter-spacing:1.1px}.planned-requirements>header h3,.planned-dependencies h3{margin:6px 0 0;color:#2c2933;font-size:16px}.planned-requirements>header>b{color:#ddd9e3;font-size:31px;letter-spacing:-1px}.planned-requirements>div{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:14px}.planned-requirements article{min-height:86px;display:grid;grid-template-columns:50px 1fr auto;align-items:center;gap:11px;padding:12px;background:#fafafd;border:1px solid #e9e7ed;border-radius:11px}.planned-requirements article>span{width:47px;height:40px;display:grid;place-items:center;color:#258e99;background:#e9f7f8;border-radius:9px;font-size:7px;font-weight:900}.planned-requirements article>div{min-width:0}.planned-requirements article strong{font-size:9px}.planned-requirements article p{margin:5px 0 0;color:#817c87;font-size:7px;line-height:1.4}.planned-requirements article em{padding:5px 6px;color:#89838f;background:#f0eef3;border-radius:6px;font-size:5px;font-style:normal;font-weight:800;letter-spacing:.6px}.planned-dependencies{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:24px;padding:22px 23px;margin-top:15px}.planned-dependencies p{max-width:660px;margin:6px 0 0;color:#817c87;font-size:8px;line-height:1.5}.planned-dependencies ul{display:flex;flex-wrap:wrap;gap:7px;padding:0;margin:0;list-style:none}.planned-dependencies li{display:flex;align-items:center;gap:6px;padding:8px 9px;color:#6d6874;background:#f5f4f7;border-radius:8px;font-size:7px}.planned-dependencies li svg{color:#bd912f}.planned-dependencies>button{min-height:36px;display:flex;align-items:center;gap:6px;padding:0 11px;color:#2b909b;background:#eaf7f8;border:1px solid #ccebed;border-radius:9px;font-size:7px;font-weight:800;white-space:nowrap}html[data-theme=dark]{--surface:#1c1c24;--surface-soft:#12131a;--surface-raised:#21212a;--border-soft:#393741;--shadow-sm:0 1px 2px rgba(0,0,0,.14),0 10px 28px rgba(0,0,0,.18);--shadow-md:0 22px 58px rgba(0,0,0,.3)}html[data-theme=dark] .landing-nav{background:#1c1c24d6}html[data-theme=dark] .landing-nav nav a:hover,html[data-theme=dark] .platform-trigger:hover,html[data-theme=dark] .platform-trigger.active,html[data-theme=dark] .text-login:hover{background:#2d2940}html[data-theme=dark] .landing-hero{background:radial-gradient(circle at 85% 13%,rgba(115,89,235,.24),transparent 31%),radial-gradient(circle at 10% 80%,rgba(205,72,122,.09),transparent 24%),linear-gradient(180deg,#171520,#111219)}html[data-theme=dark] .watch-button:hover{background:#24212f}html[data-theme=dark] .studio-topbar{background:#18181fd1}html[data-theme=dark] .studio-app{background:radial-gradient(circle at 80% 0,rgba(127,104,244,.07),transparent 28%),#12131a}html[data-theme=dark] .section-tool-list>button:hover{background:#282631}html[data-theme=dark] .api-error{color:#ffc2ce;background:#342029;border-color:#633444}html[data-theme=dark] .imc-metrics article,html[data-theme=dark] .imc-layer-card,html[data-theme=dark] .engagement-console,html[data-theme=dark] .journey-orchestrator{background:#20212a}html[data-theme=dark] .imc-metrics strong,html[data-theme=dark] .imc-section-heading h3,html[data-theme=dark] .imc-layer-card h3,html[data-theme=dark] .engagement-console>header h3,html[data-theme=dark] .journey-orchestrator h3{color:#f3f1f7}html[data-theme=dark] .imc-layer-card li{color:#cac5d0}html[data-theme=dark] .imc-layer-card ul{border-color:#383640}html[data-theme=dark] .engagement-workspace{border-color:#3b3943}html[data-theme=dark] .engagement-workspace>div{background:#25262f;border-color:#3c3a44}html[data-theme=dark] .conversation-row{border-color:#3b3943}html[data-theme=dark] .conversation-row strong{color:#ece9f0}html[data-theme=dark] .journey-flow>article{background:#292a34;border-color:#3b3944}html[data-theme=dark] .journey-flow>article.active{background:#302c49;border-color:#5b518a}html[data-theme=dark] .phase-metrics article,html[data-theme=dark] .phase-feature-panel,html[data-theme=dark] .phase-activity{background:#20212a}html[data-theme=dark] .phase-metrics strong,html[data-theme=dark] .phase-feature-panel h3,html[data-theme=dark] .phase-activity h3{color:#f1eff5}html[data-theme=dark] .phase-feature-list>button{color:#ece9f1;background:#282933;border-color:#3a3943}html[data-theme=dark] .phase-feature-list>button>b{background:#20212a;border-color:#403e48}html[data-theme=dark] .phase-activity article,html[data-theme=dark] .phase-activity>header{border-color:#3b3943}html[data-theme=dark] .planned-requirements,html[data-theme=dark] .planned-dependencies{background:#20212a}html[data-theme=dark] .planned-requirements h3,html[data-theme=dark] .planned-dependencies h3{color:#f1eff5}html[data-theme=dark] .planned-requirements>header{border-color:#3b3943}html[data-theme=dark] .planned-requirements article{background:#282933;border-color:#3b3943}html[data-theme=dark] .planned-requirements article strong{color:#ebe8f0}html[data-theme=dark] .planned-dependencies li{color:#cbc6d1;background:#2b2c35}html[data-theme=dark] .crm-toolbar,html[data-theme=dark] .crm-contact-panel,html[data-theme=dark] .crm-profile,html[data-theme=dark] .crm-activity-panel,html[data-theme=dark] .crm-modal{background:#20212a}html[data-theme=dark] .crm-toolbar>div:first-child,html[data-theme=dark] .crm-toolbar>div:nth-child(2) button,html[data-theme=dark] .crm-profile header button,html[data-theme=dark] .crm-form input,html[data-theme=dark] .crm-form select{color:#d5d1da;background:#292a33;border-color:#3b3943}html[data-theme=dark] .crm-contact-list>button{color:#efecf2;border-color:#393741}html[data-theme=dark] .crm-contact-list>button:hover,html[data-theme=dark] .crm-contact-list>button.active{background:#302d28}html[data-theme=dark] .crm-contact-panel header h3,html[data-theme=dark] .crm-activity-panel header h3,html[data-theme=dark] .crm-profile dd,html[data-theme=dark] .crm-modal h3{color:#f0edf3}html[data-theme=dark] .crm-contact-panel>header,html[data-theme=dark] .crm-profile>header,html[data-theme=dark] .crm-activity-panel>header,html[data-theme=dark] .crm-modal>header,html[data-theme=dark] .crm-modal footer{border-color:#3b3943}html[data-theme=dark] .crm-score{background:#302b22;border-color:#57462b}html[data-theme=dark] .crm-activity-panel article>span{border-color:#20212a}html[data-theme=dark] .crm-modal footer{background:#292a33}html[data-theme=dark] .crm-pipeline,html[data-theme=dark] .crm-support,html[data-theme=dark] .crm-lifecycle{background:#20212a}html[data-theme=dark] .crm-capability-grid>article>header,html[data-theme=dark] .crm-opportunity-list>article,html[data-theme=dark] .crm-support>div>article{border-color:#3b3943}html[data-theme=dark] .crm-capability-grid h3,html[data-theme=dark] .crm-opportunity-list strong,html[data-theme=dark] .crm-support article strong{color:#f0edf3}html[data-theme=dark] .crm-forecast-strip p{background:#292a33}html[data-theme=dark] .crm-opportunity-list select{color:#ddd8e2;background:#292a33;border-color:#403e48}html[data-theme=dark] .crm-lifecycle footer{background:#302b22}@media(max-width:1100px){.landing-hero{gap:42px}.tool-grid,.workflow-steps{grid-template-columns:repeat(2,1fr)}.generator-shell{grid-template-columns:320px 1fr}.imc-layer-grid{grid-template-columns:repeat(3,1fr)}.imc-operating-grid,.phase-content-grid,.planned-dependencies{grid-template-columns:1fr}.planned-dependencies ul{justify-content:flex-start}.planned-dependencies>button{width:fit-content}.crm-summary{grid-template-columns:1fr}.crm-summary>aside{max-width:550px}.crm-main-grid{grid-template-columns:1fr}.crm-capability-grid{grid-template-columns:1fr 1fr}.crm-lifecycle{grid-column:1 / -1}}@media(max-width:820px){.landing-nav{top:10px;width:calc(100% - 24px);height:62px;padding:0 12px;border-radius:16px}.landing-hero{min-height:auto;grid-template-columns:1fr;padding:125px 24px 72px}.hero-copy{margin:auto;text-align:center}.launch-pill,.hero-actions,.hero-proof{margin-left:auto;margin-right:auto;justify-content:center}.hero-copy h1{font-size:clamp(48px,12vw,68px)}.hero-product{width:min(680px,100%);margin:20px auto 0}.landing-section,.ecosystem-section,.platform-section{padding:88px 24px}.studio-topbar{padding:0 18px}.studio-page{padding:30px 22px 50px}.generator-shell{grid-template-columns:1fr}.generator-controls{border-right:0;border-bottom:1px solid var(--line)}.imc-command-hero{grid-template-columns:1fr;padding:32px}.imc-command-hero>aside{display:grid;grid-template-columns:1fr 1fr;gap:6px 14px}.imc-command-hero>aside>strong{grid-row:2 / 4}.imc-command-hero>aside>span{align-self:center}.imc-metrics{grid-template-columns:1fr 1fr}.engagement-workspace{grid-template-columns:145px 1fr}.engagement-workspace>section{display:none}}@media(max-width:600px){html,body,.landing-shell{width:100%;max-width:100%;overflow-x:hidden}.studio-app,body .studio-app .studio-main,body .studio-app.sidebar-collapsed .studio-main{width:100vw;min-width:0;max-width:100vw;margin-left:0;overflow-x:hidden}.studio-page{width:100%;min-width:0;max-width:100%;overflow-x:hidden}.studio-topbar{width:100vw;min-width:0;display:grid;grid-template-columns:34px 31px minmax(0,1fr) 40px;gap:8px;padding:0 12px}.studio-topbar>*{min-width:0}.studio-topbar .studio-search{width:auto;min-width:0}.studio-topbar .theme-toggle{display:none}.studio-topbar>div:last-child{width:40px;min-width:40px}.studio-page-heading,.studio-page-heading>div{width:calc(100vw - 28px);min-width:0;max-width:calc(100vw - 28px)}.studio-page-heading h1,.studio-page-heading p{width:100%;max-width:100%;white-space:normal;overflow-wrap:anywhere}.landing-nav{left:50%;right:auto;width:calc(100% - 24px)}.landing-nav .landing-actions{display:none}.landing-theme{position:absolute;right:54px}.landing-menu{position:absolute;right:10px}.landing-hero{padding-left:18px;padding-right:18px}.hero-copy{width:100%;max-width:100%;min-width:0}.launch-pill{max-width:100%;white-space:normal;line-height:1.35}.hero-copy h1{max-width:100%;font-size:clamp(38px,11vw,44px);line-height:1.02;letter-spacing:-2.5px;overflow-wrap:normal}.hero-copy>p{width:100%;max-width:100%;padding:0;font-size:16px}.hero-actions{align-items:stretch}.hero-actions>button{width:100%}.tool-grid,.workflow-steps{grid-template-columns:1fr}.tool-art{height:210px}.trust-row{gap:12px;overflow:auto;justify-content:flex-start;padding:20px}.hero-product{width:100%;max-width:100%;overflow:hidden}.product-window{width:100%;transform:none}.floating-card{max-width:180px;transform:scale(.75)}.fc-one{left:-22px}.fc-two{right:-25px}.landing-section,.ecosystem-section,.platform-section{padding-left:18px;padding-right:18px}.studio-page{padding:24px 14px 42px}.studio-page-heading h1{font-size:26px}.professional-welcome{padding:26px 22px}.professional-welcome h2{font-size:25px}.creation-section-card>header{padding:19px}.generator-controls{padding:19px}.generator-workspace{padding:13px}.copy-form,.copy-result,.brand-page>.studio-panel{padding:18px}.template-page-grid,.library-page-grid{gap:12px}.imc-command-hero{width:calc(100vw - 28px);min-width:0;max-width:calc(100vw - 28px);display:flex;flex-direction:column;padding:26px 22px;border-radius:19px}.imc-command-hero>*,.imc-command-hero>div,.imc-command-hero h2,.imc-command-hero p{width:100%;min-width:0;max-width:100%;white-space:normal;overflow-wrap:anywhere}.imc-command-hero h2{font-size:31px;letter-spacing:-1.3px}.imc-command-hero>div>div{width:100%;flex-direction:column}.imc-command-hero>div button{width:100%}.imc-command-hero>aside{display:flex}.imc-command-hero>aside>strong{width:auto;font-size:45px}.imc-metrics,.imc-layer-grid{grid-template-columns:1fr}.imc-metrics article{min-height:100px}.imc-layer-card{min-height:300px}.imc-section-heading>b{display:none}.imc-section-heading h3{font-size:21px}.engagement-console{padding:14px}.engagement-console>header button{display:none}.engagement-workspace{grid-template-columns:1fr}.engagement-workspace>aside{display:grid;grid-template-columns:repeat(3,1fr);gap:4px}.engagement-workspace>aside button{min-height:48px;display:flex;justify-content:center}.engagement-workspace>aside button span,.engagement-workspace>aside button b{display:none}.imc-foundation-note{align-items:flex-start}.imc-foundation-note>span{display:none}.phase-module-hero{grid-template-columns:1fr;padding:27px 22px}.phase-module-hero>aside{display:grid;grid-template-columns:1fr 1fr;align-items:center}.phase-module-hero>aside>p{grid-column:2;grid-row:1 / 3}.phase-metrics{grid-template-columns:1fr 1fr}.phase-feature-list{grid-template-columns:1fr}.phase-feature-list>button:nth-child(5){grid-column:auto}.phase-feature-list>button{grid-template-columns:40px 1fr 18px}.phase-feature-list>button>b{display:none}.planned-module-hero{grid-template-columns:1fr;padding:27px 22px}.planned-requirements{padding:17px}.planned-requirements>div{grid-template-columns:1fr}.planned-requirements article{grid-template-columns:47px 1fr}.planned-requirements article em{display:none}.planned-dependencies{padding:19px}.crm-summary{width:calc(100vw - 28px);padding:27px 22px}.crm-summary>aside{grid-template-columns:1fr}.crm-toolbar{align-items:stretch;flex-direction:column;padding:10px}.crm-toolbar>div:first-child{width:100%}.crm-toolbar>div:nth-child(2){width:100%}.crm-toolbar>button{justify-content:center;margin-left:0}.crm-contact-panel,.crm-profile,.crm-activity-panel{padding:15px}.crm-contact-list>button{grid-template-columns:38px minmax(0,1fr) 32px}.crm-contact-list>button>small{display:none}.crm-activity-panel>header{align-items:flex-start;flex-direction:column}.crm-activity-panel>header>div:last-child{justify-content:flex-start}.crm-activity-panel article{grid-template-columns:34px 1fr}.crm-activity-panel time{grid-column:2}.crm-form{grid-template-columns:1fr;padding:17px}.crm-form label.wide{grid-column:auto}.crm-capability-grid{grid-template-columns:1fr}.crm-lifecycle{grid-column:auto}.crm-capability-grid>article{padding:15px}.crm-forecast-strip{grid-template-columns:1fr}}body,.studio-app{color:var(--ink);background:#f8fafc}.studio-sidebar{background:linear-gradient(180deg,#0f172a,#111c35);border-right:1px solid rgba(148,163,184,.14)}.studio-sidebar nav button:hover{background:#635bff29}.studio-sidebar nav button.active{background:linear-gradient(105deg,#635bffe6,#4f46e5c2);box-shadow:0 8px 22px #1e1b4b47}.sidebar-label{color:#7dd3fc}.sidebar-create{background:linear-gradient(145deg,#635bff33,#06b6d41a);border-color:#7dd3fc33}.sidebar-create button,.studio-sidebar-bottom svg{color:#67e8f9}.studio-logo>span,.landing-logo>span{background:linear-gradient(135deg,#635bff,#a855f7 55%,#06b6d4);box-shadow:0 8px 22px #635bff52}.studio-topbar{background:#ffffffeb;border-color:#e2e8f0}.studio-search{background:#f8fafc;border-color:#dbe3ee}.studio-panel,.creation-section-card{border-color:#e2e8f0;box-shadow:0 10px 30px #0f172a0e}.professional-welcome,.imc-command-hero,.crm-summary{background:radial-gradient(circle at 84% 18%,rgba(6,182,212,.34),transparent 29%),radial-gradient(circle at 55% 110%,rgba(168,85,247,.24),transparent 35%),linear-gradient(120deg,#0f172a,#312e81 52%,#4f46e5);box-shadow:0 20px 48px #312e8133}.top-create,.generate-button,.video-generate-button{color:#fff;background:linear-gradient(135deg,#635bff,#4f46e5 55%,#06b6d4 130%);box-shadow:0 10px 24px #4f46e53d}.creation-section-card>header>span,.section-tool-list>button>span{color:#635bff;background:#eef2ff}.writing-section>header>span,.writing-section .section-tool-list>button>span{color:#0891b2;background:#ecfeff}.landing-hero{background:radial-gradient(circle at 90% 10%,rgba(6,182,212,.18),transparent 28%),radial-gradient(circle at 8% 85%,rgba(168,85,247,.13),transparent 26%),linear-gradient(180deg,#eef2ff,#f8fafc)}.platform-section{background:linear-gradient(135deg,#0f172a,#1e1b4b)}html[data-theme=dark] .studio-app,html[data-theme=dark] .studio-main{background:#0b1120}html[data-theme=dark] .studio-sidebar{background:linear-gradient(180deg,#080e1d,#0f172a)}html[data-theme=dark] .studio-topbar{background:#0f172af0;border-color:#26344a}.studio-app small,.studio-app time,.studio-app dt,.studio-app dd,.studio-app em{font-size:12px!important;line-height:1.5!important}.studio-app p{font-size:13px!important;line-height:1.6!important}.studio-app button,.studio-app input,.studio-app textarea,.studio-app select,.studio-app label{font-size:12px!important}.studio-app input,.studio-app select{min-height:40px}.sidebar-label,.studio-page-heading>div>span,.studio-panel-head span,.control-label,.imc-command-hero>div>span,.imc-metrics span,.imc-section-heading span,.engagement-console>header span,.journey-orchestrator>header span,.phase-module-hero>div>span,.phase-metrics span,.phase-feature-panel>header span,.phase-activity>header span,.planned-module-hero>div>span,.planned-requirements>header span,.planned-dependencies>div>span,.crm-summary>div>span,.crm-contact-panel header span,.crm-activity-panel header span,.crm-capability-grid header span,.crm-score>span,.crm-modal header span{font-size:12px!important}.studio-app .section-tool-list strong,.studio-app .recent-list strong,.studio-app .brand-ready strong,.studio-app .imc-layer-card strong,.studio-app .phase-feature-list strong,.studio-app .phase-activity strong,.studio-app .planned-requirements strong,.studio-app .crm-contact-list strong,.studio-app .crm-profile strong,.studio-app .crm-activity-panel strong,.studio-app .crm-opportunity-list strong,.studio-app .crm-support strong,.studio-app .crm-lifecycle strong{font-size:14px!important}.crm-toolbar input,.crm-toolbar button,.crm-activity-panel header button,.crm-capability-grid header button,.crm-support article>button,.crm-opportunity-list select{font-size:13px!important}.crm-contact-list>button{min-height:104px!important}.crm-activity-panel article{min-height:88px!important}.crm-opportunity-list>article,.crm-support>div>article{min-height:82px!important}@media(max-width:680px){.studio-app small,.studio-app time,.studio-app dt,.studio-app dd,.studio-app em{font-size:11px!important}.crm-contact-list>button{min-height:96px!important}}.crm-support>div>article{grid-template-columns:minmax(72px,auto) minmax(0,1fr) minmax(88px,auto)!important;gap:12px}.crm-support article>span{min-width:72px;padding:7px 9px;white-space:nowrap;line-height:1.2}.crm-support article>button{min-width:88px;padding:0 10px;white-space:nowrap}.crm-support article>select{min-width:108px;height:38px;padding:0 8px;color:#514c57;background:#fff;border:1px solid #ddd9e2;border-radius:7px;font-size:12px!important}html[data-theme=dark] .crm-support article>select{color:#f1edf5;background:#292a33;border-color:#403e48}.crm-support article>div,.crm-opportunity-list>article>div{min-width:0}.crm-support article strong,.crm-support article small,.crm-opportunity-list strong,.crm-opportunity-list small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crm-opportunity-list>article{grid-template-columns:52px minmax(0,1fr) minmax(112px,auto)!important;gap:11px}.crm-opportunity-list>article>span{min-width:48px;white-space:nowrap}.crm-opportunity-list select{min-width:112px;padding:0 8px}.crm-contact-list em{min-width:0;flex-wrap:wrap}.crm-contact-list em i{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crm-contact-list>button>small{min-width:60px;white-space:nowrap}@media(max-width:680px){.crm-support>div>article{grid-template-columns:68px minmax(0,1fr)!important}.crm-support article>button{grid-column:2;width:fit-content;min-width:96px}.crm-opportunity-list>article{grid-template-columns:50px minmax(0,1fr)!important;padding:10px 0}.crm-opportunity-list select{grid-column:2;width:100%}}.crm-empty-state{max-width:620px;padding:34px;margin:30px auto;text-align:center}.crm-empty-state strong{font-size:20px}.crm-empty-state p{margin:8px 0 18px}.crm-empty-state button{min-height:40px;padding:0 16px;color:#fff;background:var(--purple);border:0;border-radius:9px}.crm-feature-description{max-width:620px;margin:6px 0 0;color:var(--muted);font-size:13px!important;line-height:1.55!important}.crm-profile>.crm-feature-description{padding:13px 0 0;margin:0}.crm-capability-grid .crm-feature-description{max-width:370px;font-size:12px!important}.crm-lifecycle>header .crm-feature-description{margin-bottom:12px}.crm-activity-panel article{grid-template-columns:35px minmax(0,1fr) auto auto!important}.crm-activity-actions{display:flex;gap:5px}.crm-activity-actions button{width:34px;height:34px;display:grid;place-items:center;padding:0;color:#5b5662;background:#f6f4f7;border:1px solid #e0dde4;border-radius:8px}.crm-activity-actions button:last-child{color:#b64b5d}.crm-opportunity-list>article{min-height:94px!important}.crm-opportunity-list strong{font-size:15px!important}.crm-opportunity-list small{font-size:13px!important;white-space:normal;line-height:1.45!important}.crm-opportunity-list>article>span{width:52px;height:40px;display:grid;place-items:center;font-size:13px!important}.crm-opportunity-list select{min-height:42px;font-size:13px!important}.crm-forecast-strip span{font-size:12px!important}.crm-forecast-strip strong{font-size:18px!important}.crm-lifecycle>div>article{min-height:76px!important;grid-template-columns:102px 1fr 48px!important}.crm-lifecycle article strong{font-size:14px!important}.crm-lifecycle article small{font-size:12px!important}.crm-lifecycle article>b{font-size:14px!important}.crm-lifecycle article>span{height:8px}html[data-theme=dark] .crm-activity-actions button{color:#ddd8e2;background:#2b2b34;border-color:#45434d}@media(max-width:680px){.crm-activity-panel article{grid-template-columns:35px minmax(0,1fr) auto!important}.crm-activity-actions{grid-column:2}.crm-activity-panel time{grid-column:2}.crm-opportunity-list>article{min-height:112px!important}.crm-feature-description{font-size:12px!important}}.crm-reminders{padding:19px}.crm-reminders>header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;padding-bottom:13px;border-bottom:1px solid var(--line)}.crm-reminders header span{color:#0f8ca5;font-size:12px;font-weight:800;letter-spacing:1px}.crm-reminders header h3{margin:5px 0 0;font-size:16px}.crm-reminders header>button{min-height:36px;display:flex;align-items:center;gap:5px;padding:0 9px;color:#08748a;background:#ecfeff;border:1px solid #a5f3fc;border-radius:8px;font-size:11px!important}.crm-reminders>div>article{min-height:68px;display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:9px;border-bottom:1px solid var(--line)}.crm-reminders article>button{width:30px;height:30px;display:grid;place-items:center;padding:0;color:#0c9b7d;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:50%}.crm-reminders article>div{min-width:0;display:flex;flex-direction:column}.crm-reminders article strong{font-size:13px}.crm-reminders article small{overflow:hidden;color:var(--muted);text-overflow:ellipsis;white-space:nowrap}.crm-reminders article>span{max-width:80px;overflow:hidden;color:var(--muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.crm-reminder-empty{padding:22px 0 5px;margin:0;color:var(--muted);text-align:center;font-size:12px!important}.crm-capability-grid .crm-reminders{grid-column:span 1}html[data-theme=dark] .crm-reminders{background:#20212a}html[data-theme=dark] .crm-reminders article>button{color:#6ee7b7;background:#183e36;border-color:#286355}@media(max-width:680px){.crm-reminders{padding:15px}.crm-reminders>div>article{grid-template-columns:34px minmax(0,1fr)}.crm-reminders article>span{grid-column:2}}.crm-reminders>div>article.overdue{background:#fff7ed}.crm-reminders article.overdue>button{color:#dc2626;background:#fff1f2;border-color:#fecdd3}.crm-reminders article.overdue small{color:#b45309;font-weight:700}html[data-theme=dark] .crm-reminders>div>article.overdue{background:#35251f}.campaign-manager{display:flex;flex-direction:column;gap:16px}.campaign-hero{display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:30px;padding:34px 36px;color:#fff;background:radial-gradient(circle at 80% 12%,rgba(6,182,212,.3),transparent 30%),linear-gradient(125deg,#0f172a,#312e81 58%,#4f46e5);border-radius:20px}.campaign-hero>div>span,.campaign-hero aside>span,.campaign-goals header span,.campaign-budget header span,.campaign-schedule header span,.campaign-tasks header span{display:flex;align-items:center;gap:7px;color:#a5f3fc;font-size:11px;font-weight:800;letter-spacing:1px}.campaign-hero h2{margin:12px 0 8px;font-size:35px;letter-spacing:-1.2px}.campaign-hero p{max-width:650px;color:#d9ddff;font-size:14px!important}.campaign-hero label{display:flex;flex-direction:column;gap:6px;width:min(420px,100%);margin-top:18px;color:#c7d2fe;font-size:11px;font-weight:800}.campaign-hero input{height:42px;padding:0 12px;color:#f8fafc;background:#0f172a59;border:1px solid rgba(255,255,255,.22);border-radius:9px}.campaign-hero aside{padding:20px;background:#080f2552;border:1px solid rgba(255,255,255,.16);border-radius:15px}.campaign-hero aside>div{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin:13px 0 18px}.campaign-hero aside button{min-height:36px;color:#d9ddff;background:#ffffff14;border:1px solid rgba(255,255,255,.11);border-radius:8px;font-size:11px!important}.campaign-hero aside button.active{color:#fff;background:#635bff;border-color:#a5b4fc}.campaign-hero aside strong{display:block;font-size:24px}.campaign-hero aside small{color:#c7d2fe;font-size:12px!important}.campaign-overview{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.campaign-overview article,.campaign-goals,.campaign-budget,.campaign-schedule,.campaign-tasks{padding:20px}.campaign-overview article{display:flex;flex-direction:column;min-height:130px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 8px 24px #0f172a0d}.campaign-overview span{color:var(--muted);font-size:11px;font-weight:800;letter-spacing:.7px}.campaign-overview strong{margin:10px 0 3px;font-size:27px}.campaign-overview small{color:var(--muted);font-size:12px!important}.campaign-overview i{height:6px;overflow:hidden;margin-top:auto;background:#e5e7eb;border-radius:5px}.campaign-overview i b{display:block;height:100%;background:linear-gradient(90deg,#635bff,#06b6d4);border-radius:5px}.campaign-work-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.campaign-work-grid header,.campaign-schedule header,.campaign-tasks header{padding-bottom:14px;border-bottom:1px solid var(--line)}.campaign-work-grid h3,.campaign-schedule h3,.campaign-tasks h3{margin:5px 0;font-size:17px}.campaign-work-grid header p,.campaign-schedule header p,.campaign-tasks header p{color:var(--muted);font-size:13px!important}.campaign-goals>div,.campaign-budget>div{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:16px}.campaign-budget>div{grid-template-columns:1fr 1fr}.campaign-goals label,.campaign-budget label{display:flex;flex-direction:column;gap:6px;color:var(--muted);font-size:12px;font-weight:700;text-transform:capitalize}.campaign-goals input,.campaign-goals select,.campaign-budget input{height:40px;padding:0 10px;color:var(--ink);background:#fff;border:1px solid #d8dee9;border-radius:8px}.campaign-budget footer{display:flex;justify-content:space-between;padding-top:15px;margin-top:15px;border-top:1px solid var(--line)}.campaign-budget footer b{color:var(--purple-deep)}.campaign-schedule header{display:flex;justify-content:space-between;gap:15px}.campaign-schedule header>button,.campaign-task-add button{display:flex;align-items:center;gap:5px;align-self:start;min-height:38px;padding:0 11px;color:#fff;background:var(--purple);border:0;border-radius:8px;font-size:11px!important}.campaign-schedule>div>article,.campaign-tasks>div:last-child>article{display:grid;grid-template-columns:110px minmax(0,1fr) 125px;align-items:center;gap:12px;min-height:70px;border-bottom:1px solid var(--line)}.campaign-schedule article>span{color:#4f46e5;font-size:12px;font-weight:800}.campaign-schedule article>div,.campaign-tasks article>div{min-width:0;display:flex;flex-direction:column}.campaign-schedule strong,.campaign-tasks strong{font-size:14px}.campaign-schedule small,.campaign-tasks small{color:var(--muted);font-size:12px!important}.campaign-schedule select{height:38px;padding:0 8px;color:var(--ink);background:#fff;border:1px solid #d8dee9;border-radius:8px}.campaign-task-add{display:flex;gap:8px;padding:15px 0}.campaign-task-add input{min-width:0;flex:1;height:40px;padding:0 11px;border:1px solid #d8dee9;border-radius:8px}.campaign-tasks>div:last-child>article{grid-template-columns:34px minmax(0,1fr) auto}.campaign-tasks article>button{width:30px;height:30px;display:grid;place-items:center;color:transparent;background:#fff;border:1px solid #cbd5e1;border-radius:50%}.campaign-tasks article>button.done{color:#fff;background:#10b981;border-color:#10b981}.campaign-tasks article>b{padding:5px 7px;color:#64748b;background:#f1f5f9;border-radius:6px;font-size:11px}.campaign-tasks article>b:first-letter{text-transform:uppercase}html[data-theme=dark] .campaign-overview article,html[data-theme=dark] .campaign-goals,html[data-theme=dark] .campaign-budget,html[data-theme=dark] .campaign-schedule,html[data-theme=dark] .campaign-tasks{background:#20212a;border-color:#3b3943}html[data-theme=dark] .campaign-goals input,html[data-theme=dark] .campaign-goals select,html[data-theme=dark] .campaign-budget input,html[data-theme=dark] .campaign-schedule select,html[data-theme=dark] .campaign-task-add input{color:#f1eef6;background:#292a33;border-color:#474550}@media(max-width:1050px){.campaign-hero,.campaign-work-grid{grid-template-columns:1fr}.campaign-overview{grid-template-columns:1fr 1fr}}@media(max-width:680px){.campaign-hero{padding:25px 20px}.campaign-overview{grid-template-columns:1fr}.campaign-goals>div,.campaign-budget>div{grid-template-columns:1fr}.campaign-schedule>div>article{grid-template-columns:1fr;padding:12px 0}.campaign-schedule select{width:100%}.campaign-task-add{flex-direction:column}.campaign-task-add button{justify-content:center}}.blog-planner{display:flex;flex-direction:column;gap:9px;padding:13px;margin-top:14px;background:#f5f3ff;border:1px solid #ddd6fe;border-radius:10px}.blog-planner>p{margin:0;color:#5b5a6d;font-size:12px!important}.blog-planner label{margin:0!important}.blog-planner input{width:100%;height:39px;padding:0 10px;color:var(--ink);background:#fff;border:1px solid #cfd4e4;border-radius:8px}html[data-theme=dark] .blog-planner{background:#282442;border-color:#494071}html[data-theme=dark] .blog-planner>p{color:#d0cadf}html[data-theme=dark] .blog-planner input{color:#f1eef6;background:#20212a;border-color:#4c485a}.campaign-switcher{display:flex;flex-wrap:wrap;gap:7px;margin-top:17px}.campaign-switcher select{min-width:220px;height:40px;padding:0 10px;color:#f8fafc;background:#0f172a66;border:1px solid rgba(255,255,255,.2);border-radius:8px}.campaign-switcher button{min-height:40px;display:flex;align-items:center;gap:5px;padding:0 11px;color:#fff;background:#ffffff1f;border:1px solid rgba(255,255,255,.18);border-radius:8px}.campaign-switcher button:last-child{background:#635bff}.campaign-schedule-add{display:grid;grid-template-columns:130px minmax(200px,1fr) 210px auto;gap:8px;padding:15px 0}.campaign-schedule-add input,.campaign-schedule-add select,.campaign-task-add input{min-width:0;height:40px;padding:0 10px;color:var(--ink);background:#fff;border:1px solid #d8dee9;border-radius:8px}.campaign-schedule-add button{min-height:40px;display:flex;align-items:center;gap:5px;padding:0 12px;color:#fff;background:var(--purple);border:0;border-radius:8px}.campaign-task-add{display:grid;grid-template-columns:minmax(220px,1fr) 180px 160px auto}.blog-saved-list{display:flex;flex-direction:column;gap:5px;padding-top:10px;border-top:1px solid #d8d4ee}.blog-saved-list>strong{font-size:12px}.blog-saved-list button{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0 9px;color:#403b57;text-align:left;background:#fff;border:1px solid #d9d5e8;border-radius:7px}.blog-saved-list button small{color:var(--muted)}html[data-theme=dark] .campaign-schedule-add input,html[data-theme=dark] .campaign-schedule-add select,html[data-theme=dark] .campaign-task-add input,html[data-theme=dark] .blog-saved-list button{color:#f1eef6;background:#292a33;border-color:#474550}@media(max-width:900px){.campaign-schedule-add,.campaign-task-add{grid-template-columns:1fr 1fr}}@media(max-width:600px){.campaign-switcher select,.campaign-switcher button{width:100%;justify-content:center}.campaign-schedule-add,.campaign-task-add{grid-template-columns:1fr}}.crm-toolbar-actions{display:flex;gap:6px;margin-left:auto}.crm-toolbar-actions>button{min-height:38px;display:flex;align-items:center;gap:6px;padding:0 10px;color:#514c59;background:#fff;border:1px solid #ddd9e3;border-radius:8px;white-space:nowrap}.crm-toolbar-actions>button.primary{color:#fff;background:var(--purple);border-color:var(--purple)}.crm-toolbar-actions>button:disabled{cursor:not-allowed;opacity:.5}.crm-toolbar{display:grid!important;grid-template-columns:minmax(300px,420px) minmax(0,1fr);align-items:center;gap:10px 14px;padding:12px!important}.crm-toolbar>div:first-child{width:100%!important}.crm-toolbar>div:nth-child(2){min-width:0;display:flex;gap:6px;overflow-x:auto;scrollbar-width:thin;padding-bottom:2px}.crm-toolbar>div:nth-child(2) button{flex:0 0 auto}.crm-toolbar-actions{grid-column:1 / -1;width:100%;justify-content:flex-end;padding-top:10px;margin-left:0;border-top:1px solid var(--line);overflow-x:auto}.crm-pagination{display:flex;align-items:center;justify-content:center;gap:12px;padding:14px 0 2px}.crm-pagination button{min-height:34px;padding:0 11px;color:var(--purple-deep);background:var(--purple-pale);border:1px solid #c7d2fe;border-radius:7px}.crm-pagination button:disabled{cursor:not-allowed;opacity:.45}.crm-pagination span{color:var(--muted);font-size:12px}.crm-audit{padding:20px;margin-top:13px}.crm-audit>header{display:flex;align-items:center;justify-content:space-between;padding-bottom:14px;border-bottom:1px solid var(--line)}.crm-audit header span{color:var(--purple);font-size:12px;font-weight:800;letter-spacing:1px}.crm-audit header h3{margin-top:5px;font-size:16px}.crm-audit header b{color:var(--muted)}.crm-audit>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 20px}.crm-audit article{min-height:66px;display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:10px;border-bottom:1px solid var(--line)}.crm-audit article>span{width:32px;height:32px;display:grid;place-items:center;color:var(--purple-deep);background:var(--purple-pale);border-radius:8px;font-size:10px;font-weight:800}.crm-audit article>div{min-width:0;display:flex;flex-direction:column}.crm-audit article strong{text-transform:capitalize}.crm-audit article small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crm-audit time{color:var(--muted);white-space:nowrap}html[data-theme=dark] .crm-toolbar-actions>button{color:#e7e4ed;background:#292a33;border-color:#403e48}@media(max-width:1050px){.crm-toolbar{grid-template-columns:1fr}.crm-toolbar>div:nth-child(2),.crm-toolbar-actions{grid-column:1}.crm-toolbar-actions{justify-content:flex-start}.crm-toolbar-actions>button{flex:1;justify-content:center}.crm-audit>div{grid-template-columns:1fr}}@media(max-width:680px){.crm-toolbar-actions>button{min-width:105px}.crm-audit{padding:15px}.crm-audit article{grid-template-columns:34px 1fr}.crm-audit time{grid-column:2}}.campaign-switcher button.danger{color:#fecdd3;background:#be185d3d;border-color:#fb718566}.campaign-budget fieldset{display:grid;grid-template-columns:1fr 1fr;gap:7px;min-width:0;padding:9px;border:1px solid var(--line);border-radius:9px}.campaign-budget fieldset label{min-width:0;overflow:hidden}.campaign-budget fieldset input{width:100%;min-width:0;max-width:100%;box-sizing:border-box}.campaign-budget>div{grid-template-columns:repeat(2,minmax(0,1fr))}.campaign-budget footer{gap:14px;flex-wrap:wrap}.campaign-budget footer span{min-width:0}.campaign-budget legend{padding:0 4px;color:var(--purple-deep);font-size:11px;font-weight:800;text-transform:capitalize}.campaign-budget footer span{display:flex;flex-direction:column;gap:2px}.campaign-budget footer span:last-child{text-align:right}.campaign-budget footer small{color:var(--muted)}.campaign-budget footer b.over{color:#dc2626}.campaign-schedule>div>article{grid-template-columns:110px minmax(0,1fr) 125px 34px}.campaign-tasks>div:last-child>article{grid-template-columns:34px minmax(0,1fr) auto 34px}.row-delete{width:32px!important;height:32px!important;display:grid!important;place-items:center;padding:0!important;color:#be123c!important;background:#fff1f2!important;border:1px solid #fecdd3!important;border-radius:8px!important}.campaign-audit{padding:20px}.campaign-audit>header{display:flex;align-items:flex-start;justify-content:space-between;padding-bottom:13px;border-bottom:1px solid var(--line)}.campaign-audit header span{color:var(--purple);font-size:11px;font-weight:800;letter-spacing:1px}.campaign-audit header h3{margin:5px 0}.campaign-audit header p{margin:0;color:var(--muted)}.campaign-audit>div{display:grid;grid-template-columns:1fr 1fr;gap:0 18px}.campaign-audit article{min-height:64px;display:grid;grid-template-columns:32px 1fr auto;align-items:center;gap:9px;border-bottom:1px solid var(--line)}.campaign-audit article>span{width:30px;height:30px;display:grid;place-items:center;color:var(--purple-deep);background:var(--purple-pale);border-radius:7px;font-size:10px;font-weight:800}.campaign-audit article>div{min-width:0;display:flex;flex-direction:column}.campaign-audit article strong{text-transform:capitalize}.campaign-audit article small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.campaign-audit time{color:var(--muted);white-space:nowrap}.blog-planner-head,.blog-draft-actions{display:flex;align-items:center;justify-content:space-between;gap:7px}.blog-planner-head button,.blog-draft-actions button{min-height:34px;display:flex;align-items:center;justify-content:center;gap:5px;padding:0 9px;color:#fff;background:var(--purple);border:0;border-radius:7px}.blog-draft-actions button{flex:1}.blog-draft-actions button.danger{color:#be123c;background:#fff1f2;border:1px solid #fecdd3}.blog-planner select,.blog-planner textarea{width:100%;padding:9px 10px;color:var(--ink);background:#fff;border:1px solid #cfd4e4;border-radius:8px}.blog-planner textarea{min-height:150px;resize:vertical}.blog-saved-list button.active{color:#4338ca;background:#eef2ff;border-color:#a5b4fc}html[data-theme=dark] .campaign-audit{background:#20212a}html[data-theme=dark] .row-delete,html[data-theme=dark] .blog-draft-actions button.danger{color:#fda4af!important;background:#3b1f2a!important;border-color:#6b2b42!important}html[data-theme=dark] .blog-planner select,html[data-theme=dark] .blog-planner textarea{color:#f1eef6;background:#20212a;border-color:#4c485a}@media(max-width:900px){.campaign-audit>div{grid-template-columns:1fr}}@media(max-width:600px){.campaign-schedule>div>article{grid-template-columns:1fr 34px!important}.campaign-schedule article>span,.campaign-schedule article>div,.campaign-schedule article>select{grid-column:1}.campaign-schedule article .row-delete{grid-column:2;grid-row:1}.campaign-tasks>div:last-child>article{grid-template-columns:34px minmax(0,1fr) 34px}.campaign-tasks article>b{grid-column:2}.campaign-tasks article .row-delete{grid-column:3;grid-row:1}.campaign-audit article{grid-template-columns:32px 1fr}.campaign-audit time{grid-column:2}}.campaign-item-search{min-height:44px;display:flex;align-items:center;gap:8px;padding:0 13px;color:var(--muted);background:var(--panel);border:1px solid var(--line);border-radius:10px}.campaign-item-search input{width:100%;min-width:0;color:var(--ink);background:transparent;border:0;outline:0}.campaign-schedule>div>article{grid-template-columns:110px minmax(0,1fr) 125px 74px}.campaign-tasks>div:last-child>article{grid-template-columns:34px minmax(0,1fr) auto 74px}.campaign-schedule article>aside,.campaign-tasks article>aside{display:flex;gap:5px}.row-edit{width:32px!important;height:32px!important;display:grid!important;place-items:center;padding:0!important;color:#4338ca!important;background:#eef2ff!important;border:1px solid #c7d2fe!important;border-radius:8px!important}.campaign-analysis{padding:20px}.campaign-analysis>header{padding-bottom:13px;border-bottom:1px solid var(--line)}.campaign-analysis header span{color:var(--purple);font-size:11px;font-weight:800;letter-spacing:1px}.campaign-analysis h3{margin:5px 0}.campaign-analysis header p{margin:0;color:var(--muted)}.campaign-analysis>div{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:15px}.campaign-analysis article{display:flex;flex-direction:column;gap:5px;padding:14px;background:var(--surface-soft);border:1px solid var(--line);border-radius:10px}.campaign-analysis article strong{font-size:22px}.campaign-analysis article span{color:var(--muted)}.campaign-analysis article i{height:6px;overflow:hidden;background:#e2e8f0;border-radius:5px}.campaign-analysis article i b{display:block;height:100%;background:linear-gradient(90deg,#635bff,#06b6d4)}.campaign-analysis article i b.over{background:#dc2626}.blog-search{min-height:36px!important;display:flex!important;flex-direction:row!important;align-items:center;gap:6px;padding:0 8px;background:#fff;border:1px solid #d9d5e8;border-radius:7px}.blog-search input{min-height:32px!important;padding:0!important;border:0!important;outline:0}.blog-saved-list footer{display:flex;align-items:center;justify-content:center;gap:8px}.blog-saved-list footer button{min-height:30px;padding:0 8px}.blog-saved-list footer button:disabled{opacity:.45}.blog-version-list{display:flex;flex-direction:column;gap:5px;padding-top:10px;border-top:1px solid #d8d4ee}.blog-version-list>strong{font-size:12px}.blog-version-list article{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:8px}.blog-version-list article span{color:var(--muted);font-size:11px}.blog-version-list article button{min-height:30px;padding:0 8px;color:#4338ca;background:#eef2ff;border:1px solid #c7d2fe;border-radius:6px}.campaign-pagination{display:flex;align-items:center;justify-content:center;gap:9px;padding-top:13px}.campaign-pagination button{min-height:32px;padding:0 9px;color:var(--purple-deep);background:var(--purple-pale);border:1px solid #c7d2fe;border-radius:7px}.campaign-pagination button:disabled{opacity:.45}.campaign-pagination span{color:var(--muted);font-size:12px}html[data-theme=dark] .row-edit{color:#c7d2fe!important;background:#29284a!important;border-color:#4f4a78!important}html[data-theme=dark] .blog-search{background:#292a33;border-color:#474550}@media(max-width:900px){.campaign-analysis>div{grid-template-columns:1fr 1fr}}@media(max-width:600px){.campaign-analysis>div{grid-template-columns:1fr}.campaign-schedule>div>article{grid-template-columns:1fr 74px!important}.campaign-schedule article>aside{grid-column:2;grid-row:1}.campaign-tasks>div:last-child>article{grid-template-columns:34px minmax(0,1fr) 74px}.campaign-tasks article>aside{grid-column:3;grid-row:1}}.campaign-templates{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin-top:10px}.campaign-templates small{margin-right:3px;color:#a5f3fc;font-size:10px!important;font-weight:800}.campaign-templates button{min-height:32px;padding:0 9px;color:#e0e7ff;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:7px}.schedule-view-toggle{display:flex;gap:5px}.schedule-view-toggle button{min-height:34px;padding:0 10px;color:var(--muted);background:var(--surface-soft);border:1px solid var(--line);border-radius:7px}.schedule-view-toggle button.active{color:#fff;background:var(--purple);border-color:var(--purple)}.campaign-calendar{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:10px;padding-top:15px}.campaign-calendar>article{display:block!important;min-height:150px!important;padding:11px;border:1px solid var(--line)!important;border-radius:10px}.campaign-calendar article>header{display:flex;align-items:center;justify-content:space-between;padding:0 0 9px;margin-bottom:5px;border-bottom:1px solid var(--line)}.campaign-calendar article>header span{color:var(--muted);font-size:11px}.campaign-calendar article>button{width:100%;min-height:62px;display:grid;grid-template-columns:48px 1fr;gap:2px 7px;padding:8px;color:var(--ink);text-align:left;background:var(--panel);border:1px solid var(--line);border-radius:7px}.campaign-calendar article>button+button{margin-top:6px}.campaign-calendar button b{grid-row:1 / 3;color:var(--purple)}.campaign-calendar button span,.campaign-calendar button small{color:var(--muted)}.campaign-calendar button strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.blog-quality{padding:12px;margin-top:12px;background:#f8fafc;border:1px solid #dbe3ee;border-radius:10px}.blog-quality header,.blog-quality>div{display:flex;align-items:center;justify-content:space-between;gap:7px}.blog-quality header b{color:var(--purple);font-size:17px}.blog-quality>div{padding:8px 0;color:var(--muted);font-size:11px}.blog-quality ul{display:grid;grid-template-columns:1fr 1fr;gap:5px;padding:0;margin:0;list-style:none}.blog-quality li{padding:5px 7px;color:#9f1239;background:#fff1f2;border-radius:6px;font-size:11px}.blog-quality li.pass{color:#047857;background:#ecfdf5}.blog-quality li:before{content:"○";margin-right:5px}.blog-quality li.pass:before{content:"✓"}html[data-theme=dark] .blog-quality{background:#20212a;border-color:#474550}html[data-theme=dark] .blog-quality li{color:#fda4af;background:#3b1f2a}html[data-theme=dark] .blog-quality li.pass{color:#6ee7b7;background:#183e36}@media(max-width:600px){.campaign-schedule>header{flex-direction:column}.schedule-view-toggle{width:100%}.schedule-view-toggle button{flex:1}.blog-quality ul{grid-template-columns:1fr}}.video-project-bar{display:flex;align-items:center;gap:7px;padding:12px 20px;background:#171820;border-bottom:1px solid var(--video-line)}.video-project-bar>div{min-width:220px;display:flex;align-items:center;gap:7px;padding:0 9px;color:#9294a3;background:#20212b;border:1px solid #343642;border-radius:8px}.video-project-bar select,.video-project-bar>input{min-height:38px;color:#f4f3f8;background:transparent;border:0;outline:0}.video-project-bar>input{min-width:160px;flex:1;padding:0 10px;background:#20212b;border:1px solid #343642;border-radius:8px}.video-project-bar button{min-height:38px;display:flex;align-items:center;gap:5px;padding:0 10px;color:#dedce4;background:#292a35;border:1px solid #3b3d49;border-radius:8px;white-space:nowrap}.video-project-bar button:nth-of-type(2){color:#fff;background:#725ce8;border-color:#8b78ec}.video-project-bar button.danger{color:#fda4af;background:#3b1f2a;border-color:#6b2b42}.video-preset-row{display:flex;align-items:center;flex-wrap:wrap;gap:7px;padding:10px 20px;background:#15161d;border-bottom:1px solid var(--video-line)}.video-preset-row>span{margin-right:4px;color:#9d8ee1;font-size:9px;font-weight:800;letter-spacing:1px}.video-preset-row button{min-height:32px;padding:0 10px;color:#bbb8c6;background:#20212b;border:1px solid #343642;border-radius:7px}.api-status.configured{color:#6ee7b7!important}.video-estimate{display:grid;grid-template-columns:1fr auto;gap:3px 10px;padding:10px 12px;margin-top:12px;background:#20212b;border:1px solid #343642;border-radius:9px}.video-estimate span,.video-estimate small{color:#9294a3}.video-estimate strong{color:#a99af0}.video-estimate small{grid-column:1 / -1}.video-storyboard,.video-history{margin:18px 20px;padding:20px;color:#f4f3f8;background:#191a22;border-color:#31333f}.video-storyboard>header,.video-history>header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-bottom:13px;border-bottom:1px solid #31333f}.video-storyboard header span,.video-history header span{color:#9d8ee1;font-size:10px;font-weight:800;letter-spacing:1px}.video-storyboard h3,.video-history h3{margin:5px 0}.video-storyboard header p,.video-history header p{margin:0;color:#9294a3}.video-scene-add{display:grid;grid-template-columns:180px minmax(240px,1fr) 90px auto;gap:7px;padding:14px 0}.video-scene-add input,.video-history>label{min-height:39px;padding:0 10px;color:#f4f3f8;background:#20212b;border:1px solid #343642;border-radius:8px}.video-scene-add button,.video-history header>button{min-height:39px;display:flex;align-items:center;gap:5px;padding:0 10px;color:#fff;background:#725ce8;border:0;border-radius:8px}.video-storyboard>div:last-child>article{min-height:72px;display:grid;grid-template-columns:36px minmax(0,1fr) 45px 74px;align-items:center;gap:9px;border-top:1px solid #2c2e38}.video-storyboard article>span{width:32px;height:32px;display:grid;place-items:center;color:#a99af0;background:#292634;border-radius:8px}.video-storyboard article>div{min-width:0;display:flex;flex-direction:column}.video-storyboard article small,.video-storyboard article em{overflow:hidden;color:#9294a3;text-overflow:ellipsis;white-space:nowrap}.video-storyboard article aside{display:flex;gap:5px}.video-storyboard article aside button{width:32px;height:32px;display:grid;place-items:center;color:#bbb8c6;background:#262731;border:1px solid #3a3c47;border-radius:7px}.video-storyboard article aside button:last-child{color:#fda4af}.video-history>label{display:flex;align-items:center;gap:7px;margin:13px 0}.video-history>label input{width:100%;color:#f4f3f8;background:transparent;border:0;outline:0}.video-history>div>article{min-height:82px;display:grid;grid-template-columns:90px minmax(0,1fr) auto;align-items:center;gap:10px;border-top:1px solid #2c2e38}.video-history article>span{padding:6px 8px;text-align:center;border-radius:6px;font-size:10px;font-weight:800}.job-queued{color:#fbbf24;background:#3b301b}.job-processing{color:#a5b4fc;background:#29284a}.job-completed{color:#6ee7b7;background:#183e36}.job-failed,.job-cancelled{color:#fda4af;background:#3b1f2a}.video-history article>div{min-width:0;display:flex;flex-direction:column;gap:3px}.video-history article small,.video-history article em{color:#9294a3}.video-history article i{height:5px;overflow:hidden;background:#2b2d37;border-radius:4px}.video-history article i b{display:block;height:100%;background:#725ce8}.video-history article aside{display:flex;gap:5px}.video-history article aside button,.video-history article aside a{min-height:34px;display:flex;align-items:center;gap:4px;padding:0 8px;color:#d9d6e1;background:#262731;border:1px solid #3a3c47;border-radius:7px;text-decoration:none}.video-history article aside .danger{color:#fda4af}.video-empty-copy{padding:18px;color:#9294a3;text-align:center}@media(max-width:900px){.video-project-bar{flex-wrap:wrap}.video-project-bar>div,.video-project-bar>input{flex:1}.video-scene-add{grid-template-columns:1fr 1fr}}@media(max-width:600px){.video-project-bar>div,.video-project-bar>input,.video-project-bar button{width:100%}.video-project-bar button{justify-content:center}.video-scene-add{grid-template-columns:1fr}.video-storyboard,.video-history{margin:12px;padding:14px}.video-storyboard>div:last-child>article{grid-template-columns:36px minmax(0,1fr) 70px}.video-storyboard article>b{grid-column:2}.video-storyboard article aside{grid-column:3;grid-row:1}.video-history>div>article{grid-template-columns:1fr;padding:10px 0}.video-history article aside{flex-wrap:wrap}}.video-audit{margin:18px 20px;padding:20px;color:#f4f3f8;background:#191a22;border-color:#31333f}.video-audit>header{display:flex;align-items:center;justify-content:space-between;padding-bottom:12px;border-bottom:1px solid #31333f}.video-audit header span{color:#9d8ee1;font-size:10px;font-weight:800;letter-spacing:1px}.video-audit h3{margin:5px 0}.video-audit>div{display:grid;grid-template-columns:1fr 1fr;gap:0 16px}.video-audit article{min-height:60px;display:grid;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:8px;border-bottom:1px solid #2c2e38}.video-audit article>span{width:30px;height:30px;display:grid;place-items:center;color:#a99af0;background:#292634;border-radius:7px;font-size:9px;font-weight:800}.video-audit article>div{min-width:0;display:flex;flex-direction:column}.video-audit article strong{text-transform:capitalize}.video-audit article small{overflow:hidden;color:#9294a3;text-overflow:ellipsis;white-space:nowrap}.video-audit time{color:#9294a3;white-space:nowrap}.video-reference-preview{display:grid;grid-template-columns:84px minmax(0,1fr) auto auto;align-items:center;gap:10px;min-height:96px;padding:8px;margin-bottom:12px;color:#f4f3f8;background:#20212b;border:1px solid #4b4566;border-radius:10px}.video-reference-preview img{width:84px;height:78px;object-fit:cover;border-radius:7px}.video-reference-preview>span{min-width:0;display:flex;flex-direction:column;gap:4px}.video-reference-preview small{color:#9294a3}.video-reference-preview button{min-height:36px;display:flex;align-items:center;gap:5px;padding:0 9px;color:#ddd6fe;background:#302c46;border:1px solid #514a73;border-radius:7px}.video-reference-preview button.danger{color:#fda4af;background:#3b1f2a;border-color:#6b2b42}@media(max-width:900px){.video-audit>div{grid-template-columns:1fr}}@media(max-width:600px){.video-audit{margin:12px;padding:14px}.video-audit article{grid-template-columns:32px 1fr}.video-audit time{grid-column:2}}@media(max-width:600px){.video-reference-preview{grid-template-columns:68px minmax(0,1fr)}.video-reference-preview img{width:68px;height:68px}.video-reference-preview button{justify-content:center}.video-reference-preview button:first-of-type{grid-column:1}.video-reference-preview button:last-child{grid-column:2}}.image-module{display:flex;flex-direction:column;gap:14px}.image-project-bar{display:flex;align-items:center;gap:7px;padding:11px;background:var(--panel);border:1px solid var(--line);border-radius:12px}.image-project-bar>div{min-width:220px;display:flex;align-items:center;gap:7px;padding:0 9px;color:var(--muted);background:var(--surface-soft);border:1px solid var(--line);border-radius:8px}.image-project-bar select,.image-project-bar>input{min-height:38px;color:var(--ink);background:transparent;border:0;outline:0}.image-project-bar>input{min-width:160px;flex:1;padding:0 10px;background:var(--surface-soft);border:1px solid var(--line);border-radius:8px}.image-project-bar button{min-height:38px;display:flex;align-items:center;gap:5px;padding:0 10px;color:var(--ink);background:var(--surface-soft);border:1px solid var(--line);border-radius:8px;white-space:nowrap}.image-project-bar button:nth-of-type(2){color:#fff;background:var(--purple);border-color:var(--purple)}.image-project-bar button.danger{color:#be123c;background:#fff1f2;border-color:#fecdd3}.image-preset-row{display:flex;align-items:center;flex-wrap:wrap;gap:7px;padding:10px 12px;background:var(--panel);border:1px solid var(--line);border-radius:10px}.image-preset-row>span{color:var(--purple);font-size:10px;font-weight:800;letter-spacing:1px}.image-preset-row button{min-height:32px;padding:0 9px;color:var(--ink);background:var(--surface-soft);border:1px solid var(--line);border-radius:7px}.image-preset-row b{margin-left:auto;padding:5px 8px;color:#b45309;background:#fff7ed;border-radius:6px;font-size:10px}.image-preset-row b.connected{color:#047857;background:#ecfdf5}.image-advanced{display:flex;flex-direction:column;gap:9px;padding:11px;margin-bottom:12px;background:var(--surface-soft);border:1px solid var(--line);border-radius:9px}.image-advanced label{display:flex;flex-direction:column;gap:5px}.image-advanced select,.image-advanced textarea{width:100%;padding:8px;color:var(--ink);background:var(--panel);border:1px solid var(--line);border-radius:7px}.image-advanced textarea{min-height:70px;resize:vertical}.image-advanced p{display:flex;justify-content:space-between;gap:8px;margin:0;color:var(--muted)}.image-history,.image-audit{padding:20px}.image-history>header,.image-audit>header{display:flex;align-items:flex-start;justify-content:space-between;padding-bottom:12px;border-bottom:1px solid var(--line)}.image-history header span,.image-audit header span{color:var(--purple);font-size:10px;font-weight:800;letter-spacing:1px}.image-history h3,.image-audit h3{margin:5px 0}.image-history header p{margin:0;color:var(--muted)}.image-history>label{min-height:39px;display:flex;align-items:center;gap:7px;padding:0 10px;margin:12px 0;color:var(--muted);background:var(--surface-soft);border:1px solid var(--line);border-radius:8px}.image-history>label input{width:100%;color:var(--ink);background:transparent;border:0;outline:0}.image-history>div{display:grid;grid-template-columns:1fr 1fr;gap:10px}.image-history article{min-height:92px;display:grid;grid-template-columns:78px minmax(0,1fr) 34px;align-items:center;gap:9px;padding:8px;border:1px solid var(--line);border-radius:9px}.image-history-preview{width:76px;height:76px;display:grid;place-items:center;overflow:hidden;padding:0;color:#be123c;background:var(--surface-soft);border:0;border-radius:7px}.image-history-preview img{width:100%;height:100%;object-fit:cover}.image-history article>div{min-width:0;display:flex;flex-direction:column;gap:3px}.image-history article small{overflow:hidden;color:var(--muted);text-overflow:ellipsis;white-space:nowrap}.image-history article time,.image-history article em{color:var(--muted);font-size:10px}.image-history article aside{display:flex;flex-direction:column;gap:5px}.image-history article aside button{width:32px;height:32px;display:grid;place-items:center;padding:0;color:var(--purple);background:var(--purple-pale);border:1px solid #c7d2fe;border-radius:7px}.image-history article aside button:last-child{color:#be123c;background:#fff1f2;border-color:#fecdd3}.image-audit>div{display:grid;grid-template-columns:1fr 1fr;gap:0 16px}.image-audit article{min-height:60px;display:grid;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:8px;border-bottom:1px solid var(--line)}.image-audit article>span{width:30px;height:30px;display:grid;place-items:center;color:var(--purple);background:var(--purple-pale);border-radius:7px;font-size:9px;font-weight:800}.image-audit article>div{min-width:0;display:flex;flex-direction:column}.image-audit article strong{text-transform:capitalize}.image-audit article small{overflow:hidden;color:var(--muted);text-overflow:ellipsis;white-space:nowrap}.image-audit time{color:var(--muted);white-space:nowrap}html[data-theme=dark] .image-project-bar button.danger,html[data-theme=dark] .image-history article aside button:last-child{color:#fda4af;background:#3b1f2a;border-color:#6b2b42}html[data-theme=dark] .image-preset-row b{color:#fdba74;background:#3a281d}html[data-theme=dark] .image-preset-row b.connected{color:#6ee7b7;background:#183e36}@media(max-width:950px){.image-project-bar{flex-wrap:wrap}.image-project-bar>div,.image-project-bar>input{flex:1}.image-history>div,.image-audit>div{grid-template-columns:1fr}}@media(max-width:600px){.image-project-bar>div,.image-project-bar>input,.image-project-bar button{width:100%}.image-project-bar button{justify-content:center}.image-preset-row b{width:100%;margin-left:0;text-align:center}.image-history,.image-audit{padding:14px}.image-history article{grid-template-columns:68px minmax(0,1fr) 34px}.image-history-preview{width:66px;height:66px}.image-audit article{grid-template-columns:32px 1fr}.image-audit time{grid-column:2}}.image-skill-picker{display:flex;flex-direction:column;gap:9px;padding:12px;margin-bottom:14px;background:var(--surface-soft);border:1px solid var(--line);border-radius:10px}.image-skill-picker>div:first-child{display:flex;flex-direction:column;gap:3px}.image-skill-picker small{color:var(--muted);line-height:1.45}.image-skill-picker>div:nth-child(3){display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:7px}.image-skill-picker select,.image-skill-picker button{min-height:39px;padding:0 10px;color:var(--ink);background:var(--panel);border:1px solid var(--line);border-radius:7px}.image-skill-picker button{display:flex;align-items:center;justify-content:center;gap:5px;white-space:nowrap}.image-skill-picker button.danger{color:#be123c;background:#fff1f2;border-color:#fecdd3}.image-skill-picker details{padding:10px;background:var(--panel);border:1px solid var(--line);border-radius:8px}.image-skill-picker summary{display:flex;justify-content:space-between;gap:8px;cursor:pointer;font-weight:800}.image-skill-picker summary span{padding:3px 6px;color:#047857;background:#ecfdf5;border-radius:5px;font-size:9px}.image-skill-picker details p{color:var(--muted)}.image-skill-picker pre{max-height:160px;overflow:auto;padding:9px;color:var(--ink);background:var(--surface-soft);border-radius:7px;white-space:pre-wrap;font:11px/1.45 ui-monospace,monospace}html[data-theme=dark] .image-skill-picker button.danger{color:#fda4af;background:#3b1f2a;border-color:#6b2b42}@media(max-width:600px){.image-skill-picker>div:nth-child(3){grid-template-columns:1fr}}.presentation-studio{display:flex;flex-direction:column;gap:14px}.presentation-hero{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:28px;color:#fff;background:linear-gradient(120deg,#111827,#312e81 55%,#7c3aed);border-radius:16px}.presentation-hero span,.presentation-hero small{font-size:11px;letter-spacing:.8px}.presentation-hero h2{margin:8px 0;font-size:30px}.presentation-hero p{max-width:720px;margin:0;color:#ddd6fe}.presentation-hero aside{min-width:180px;display:grid;text-align:center;padding:18px;background:#ffffff12;border:1px solid #ffffff25;border-radius:12px}.presentation-hero aside b{font-size:36px}.presentation-project-bar,.presentation-template-row{display:flex;align-items:center;gap:8px;padding:11px;background:var(--panel);border:1px solid var(--line);border-radius:11px}.presentation-project-bar select,.presentation-project-bar input{min-height:39px;padding:0 10px;color:var(--ink);background:var(--surface-soft);border:1px solid var(--line);border-radius:7px}.presentation-project-bar select{min-width:220px}.presentation-project-bar input{min-width:180px;flex:1}.presentation-project-bar button,.presentation-template-row button{min-height:36px;display:flex;align-items:center;gap:5px;padding:0 10px;color:var(--ink);background:var(--surface-soft);border:1px solid var(--line);border-radius:7px;white-space:nowrap}.presentation-project-bar .danger,.presentation-inspector .danger{color:#be123c;background:#fff1f2;border-color:#fecdd3}.presentation-template-row{flex-wrap:wrap}.presentation-template-row>span{color:var(--purple);font-size:10px;font-weight:800;letter-spacing:1px}.presentation-template-row .export{margin-left:auto;color:#fff;background:var(--purple);border-color:var(--purple)}.presentation-grid{display:grid;grid-template-columns:220px minmax(420px,1fr) 300px;gap:12px;align-items:start}.presentation-outline,.presentation-inspector{max-height:720px;overflow:auto;padding:12px;background:var(--panel);border:1px solid var(--line);border-radius:12px}.presentation-outline header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.presentation-outline header button{width:32px;height:32px;display:grid;place-items:center;color:#fff;background:var(--purple);border:0;border-radius:7px}.presentation-outline>button{width:100%;display:grid;grid-template-columns:30px minmax(0,1fr);gap:8px;padding:9px;margin-top:6px;text-align:left;color:var(--ink);background:var(--surface-soft);border:1px solid transparent;border-radius:8px}.presentation-outline>button.active{border-color:var(--purple);box-shadow:0 0 0 2px var(--purple-pale)}.presentation-outline>button span{display:grid;place-items:center;color:var(--purple);font-weight:800}.presentation-outline>button div{min-width:0;display:flex;flex-direction:column}.presentation-outline>button b,.presentation-outline>button small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.presentation-outline>button small,.presentation-outline>p{color:var(--muted)}.presentation-canvas{aspect-ratio:16/9;display:flex;flex-direction:column;padding:26px 34px;color:#fff;background:#111827;border-radius:12px;box-shadow:0 18px 45px #11182722}.presentation-canvas.theme-editorial{color:#292524;background:#fff8ed}.presentation-canvas.theme-minimal{color:#111827;background:#fff}.presentation-canvas.theme-vibrant{color:#fff;background:#3b0764}.presentation-canvas header{display:flex;justify-content:space-between;font-size:9px;letter-spacing:1px;opacity:.7}.presentation-canvas>div:not(.presentation-empty){margin:auto 0}.presentation-canvas h2{max-width:90%;margin:0 0 18px;font-size:clamp(25px,3vw,46px);line-height:1.08}.presentation-canvas p{max-width:85%;font-size:clamp(14px,1.45vw,22px);line-height:1.5;white-space:pre-line;opacity:.78}.presentation-empty{height:100%;display:grid;place-content:center;text-align:center;opacity:.7}.presentation-inspector{display:flex;flex-direction:column;gap:10px}.presentation-inspector>span{color:var(--purple);font-size:10px;font-weight:800;letter-spacing:1px}.presentation-inspector label{display:flex;flex-direction:column;gap:5px;color:var(--ink);font-size:12px;font-weight:700}.presentation-inspector input,.presentation-inspector select,.presentation-inspector textarea{width:100%;min-height:38px;padding:8px;color:var(--ink);background:var(--surface-soft);border:1px solid var(--line);border-radius:7px}.presentation-inspector textarea{min-height:76px;resize:vertical}.presentation-inspector button{min-height:38px;display:flex;align-items:center;justify-content:center;gap:6px;border:1px solid}.presentation-history{padding:18px}.presentation-history header{display:flex;align-items:center;justify-content:space-between;padding-bottom:10px;border-bottom:1px solid var(--line)}.presentation-history header span{color:var(--purple);font-size:10px;font-weight:800}.presentation-history h3{margin:4px 0}.presentation-history article{display:grid;grid-template-columns:25px 1fr auto;gap:8px;padding:11px 0;border-bottom:1px solid var(--line)}.presentation-history time,.presentation-history>p{color:var(--muted)}.presentation-history details{margin-top:10px}.presentation-history details small{display:block;padding:5px;color:var(--muted)}@media(max-width:1100px){.presentation-grid{grid-template-columns:190px 1fr}.presentation-inspector{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr)}.presentation-inspector>span{grid-column:1/-1}}@media(max-width:700px){.presentation-hero{align-items:flex-start;flex-direction:column}.presentation-project-bar{flex-wrap:wrap}.presentation-project-bar select,.presentation-project-bar input,.presentation-project-bar button{width:100%}.presentation-template-row .export{width:100%;margin-left:0;justify-content:center}.presentation-grid{grid-template-columns:1fr}.presentation-outline{max-height:260px}.presentation-canvas{min-width:0}.presentation-inspector{display:flex}.presentation-history article{grid-template-columns:25px 1fr}.presentation-history time{grid-column:2}}@media(max-width:430px){.campaign-budget fieldset{grid-template-columns:1fr}.campaign-budget footer span,.campaign-budget footer span:last-child{width:100%;text-align:left}}.studio-page h1,.studio-page h2,.studio-page h3{text-transform:capitalize}.studio-app button,.studio-app input,.studio-app select,.studio-app textarea{font-size:13px}.studio-app small{line-height:1.45}.studio-sidebar nav button,.studio-sidebar-bottom>button{font-size:13px}.workspace-name small,.studio-sidebar-bottom small{font-size:11px}.workspace-name strong,.studio-sidebar-bottom strong{font-size:12px}.studio-search input,.top-create{font-size:13px}.copy-channels button,.copy-form textarea,.copy-result>p,.copy-result>div:last-child button{font-size:13px}.copy-result>div:first-child span,.copy-result>div:first-child b,.copy-result>div:last-child>span{font-size:11px}.copy-result h3{font-size:18px}.copy-form .control-label,.copy-results>div:first-child small{font-size:12px}.generator-controls button,.generator-controls input,.generator-controls select,.generator-controls textarea,.image-project-bar button,.image-project-bar input,.image-project-bar select,.image-preset-row button,.image-skill-picker button,.image-skill-picker select{font-size:13px}.generator-controls small,.image-skill-picker small,.image-history small,.image-audit small{font-size:12px}.image-skill-picker summary span,.image-history time,.image-history article em{font-size:11px}.video-studio-shell{width:100%;min-width:0;max-width:100%}.video-studio-shell>*,.video-studio-header>div,.video-production-grid>*,.video-director-panel>*,.video-preview-panel>*{min-width:0;max-width:100%}.video-studio-header>div>span,.video-panel-title small,.video-model-section>div>small,.video-preset-row>span,.video-storyboard header span,.video-history header span,.video-audit header span{font-size:11px}.video-studio-header p,.video-studio-header aside small,.video-mode-grid small,.video-model-list small,.video-switch-row small,.video-preview-toolbar span,.video-canvas p,.video-capability-dock small,.video-toolkit small,.video-storyboard small,.video-history small,.video-audit small{font-size:12px}.video-mode-grid strong,.video-model-list strong,.video-switch-row strong,.video-preview-toolbar strong,.video-capability-dock strong,.video-toolkit strong{font-size:13px}.video-mode-grid strong,.video-mode-grid small{overflow:visible;white-space:normal;text-overflow:clip}.video-mode-grid button{min-height:78px}.video-prompt-label,.video-settings-row label,.director-controls label,.video-estimate,.video-storyboard,.video-history,.video-audit,.video-prompt-label textarea,.video-settings-row select,.director-controls select,.director-controls button,.presentation-studio button,.presentation-studio input,.presentation-studio select,.presentation-studio textarea{font-size:13px}.presentation-outline small,.presentation-history small,.presentation-history time{font-size:12px}.presentation-canvas header,.presentation-template-row>span,.presentation-inspector>span,.presentation-history header span{font-size:11px}.campaign-pagination span{min-width:54px;text-align:center;white-space:nowrap}@media(max-width:900px){.presentation-grid{grid-template-columns:1fr}.presentation-outline,.presentation-inspector{max-height:none}.presentation-canvas{width:100%;min-width:0}}@media(max-width:600px){.studio-page{overflow:visible}.studio-page-heading,.studio-page-heading>div{width:100%;max-width:100%}.video-studio-header{width:100%;overflow:hidden}.video-studio-header h2{max-width:100%;font-size:26px;overflow-wrap:anywhere;white-space:normal}.video-studio-header p{overflow-wrap:anywhere}.video-project-bar{align-items:stretch}.video-project-bar>div,.video-project-bar>input{min-width:0;flex-basis:100%}.video-project-bar select{width:100%;min-width:0}.video-mode-grid button{width:100%;overflow:visible}.video-settings-row,.video-switch-row,.director-controls{grid-template-columns:1fr}.video-capability-dock{grid-template-columns:1fr 1fr}.video-storyboard>header,.video-history>header,.video-audit>header{align-items:flex-start;flex-direction:column}.presentation-hero{align-items:stretch;flex-direction:column;padding:21px}.presentation-hero aside{min-width:0}.presentation-project-bar{align-items:stretch;flex-direction:column}.presentation-project-bar select,.presentation-project-bar input,.presentation-project-bar button{width:100%;min-width:0;justify-content:center}.presentation-template-row .export{width:100%;margin-left:0;justify-content:center}.presentation-canvas{padding:20px}.presentation-history article{grid-template-columns:22px minmax(0,1fr)}.presentation-history time{grid-column:2;white-space:normal}.copy-result>div:last-child{flex-wrap:wrap}.copy-result>div:last-child>span{width:100%;flex-basis:100%;overflow-wrap:anywhere}}.sidebar-nav-group{display:flex;flex-direction:column;gap:4px}.studio-sidebar nav>.sidebar-nav-group>.sidebar-label{margin-top:15px}.studio-sidebar nav button.nested{height:38px;margin-left:18px;width:calc(100% - 18px);padding-left:13px;color:#aaa6b8;border-left:1px solid #4c465b;border-radius:0 9px 9px 0}.studio-sidebar nav button.nested svg{width:16px}.studio-sidebar nav button.nested:before{display:none}.studio-sidebar nav button span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-collapsed .sidebar-nav-group{gap:6px}.sidebar-collapsed .studio-sidebar nav button.nested{width:52px;height:44px;margin-left:auto;border-left:0;border-radius:11px;padding:0;justify-content:center}@media(max-width:900px){.sidebar-collapsed .sidebar-nav-group{gap:4px}.sidebar-collapsed .studio-sidebar nav button.nested{width:calc(100% - 18px);height:38px;margin-left:18px;padding-left:13px;justify-content:flex-start;border-left:1px solid #4c465b;border-radius:0 9px 9px 0}}.auth-shell{min-height:100vh;display:grid;place-items:center;padding:28px;background:radial-gradient(circle at 18% 15%,rgba(99,91,255,.2),transparent 30%),radial-gradient(circle at 82% 85%,rgba(6,182,212,.14),transparent 26%),#090f1f;color:#f8fafc}.auth-back{position:fixed;left:26px;top:24px;display:flex;align-items:center;gap:7px;padding:9px 12px;color:#cbd5e1;background:#ffffff0b;border:1px solid #ffffff1c;border-radius:9px}.auth-card{width:min(460px,100%);padding:38px;background:#151b2c;border:1px solid #ffffff1a;border-radius:22px;box-shadow:0 35px 90px #0007}.auth-brand{display:flex;align-items:center;gap:10px}.auth-brand>span{width:42px;height:42px;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,#8b7cff,#5946d6);border-radius:12px}.auth-brand strong{font-size:24px}.auth-copy{margin:31px 0 25px}.auth-copy>span{display:flex;align-items:center;gap:7px;color:#7dd3fc;font-size:11px;font-weight:800;letter-spacing:1.2px}.auth-copy h1{margin:10px 0 7px;font-size:38px}.auth-copy p{color:#aeb8ca;font-size:14px;line-height:1.6}.auth-card form{display:flex;flex-direction:column;gap:17px}.auth-card label{display:flex;flex-direction:column;gap:7px;color:#e5e7eb;font-size:13px;font-weight:700}.auth-card label>input,.auth-card label>div{width:100%;min-height:48px;color:#fff;background:#0e1423;border:1px solid #354057;border-radius:10px}.auth-card input{width:100%;min-width:0;padding:0 13px;color:#fff;background:transparent;border:0;outline:0;font-size:14px}.auth-card label>div{display:flex;align-items:center}.auth-card label>div button{width:46px;height:46px;display:grid;place-items:center;flex-shrink:0;color:#94a3b8;background:none;border:0}.auth-submit{min-height:50px;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:4px;color:#fff;background:linear-gradient(135deg,#635bff,#2563eb);border:0;border-radius:10px;font-size:14px;font-weight:800}.auth-submit:disabled{cursor:wait;opacity:.7}.auth-error{padding:10px 12px;color:#fecaca;background:#7f1d1d55;border:1px solid #ef444466;border-radius:8px;font-size:13px}.auth-card footer{display:flex;align-items:flex-start;gap:8px;padding-top:20px;margin-top:23px;color:#8793a8;border-top:1px solid #ffffff12;font-size:11px;line-height:1.5}.auth-card footer svg{flex-shrink:0;margin-top:1px}.auth-checking{padding:20px 24px;color:#cbd5e1;background:#151b2c;border:1px solid #ffffff1a;border-radius:12px}.sidebar-user>button{width:32px;height:32px;display:grid;place-items:center;flex-shrink:0;color:#aaa7b3;background:transparent;border:0;border-radius:7px}.sidebar-user>button:hover{color:#fff;background:#ffffff12}.sidebar-collapsed .sidebar-user>button{display:none}@media(max-width:600px){.auth-shell{padding:18px}.auth-back{position:absolute;left:16px;top:15px}.auth-card{padding:29px 22px}.auth-copy h1{font-size:32px}}.admin-console{display:flex;flex-direction:column;gap:16px}.admin-hero{min-height:220px;display:flex;align-items:center;justify-content:space-between;gap:28px;padding:34px 38px;color:#fff;background:radial-gradient(circle at 82% 20%,rgba(45,212,191,.2),transparent 30%),linear-gradient(125deg,#111827,#312e81);border:1px solid #ffffff12;border-radius:20px}.admin-hero>div>span{display:flex;align-items:center;gap:7px;color:#93c5fd;font-size:11px;font-weight:800;letter-spacing:1.2px}.admin-hero h2{margin:12px 0 8px;font-size:36px}.admin-hero p{max-width:680px;color:#cbd5e1;font-size:14px;line-height:1.55}.admin-hero aside{min-width:245px;display:flex;flex-direction:column;padding:19px;background:#08101f77;border:1px solid #ffffff1c;border-radius:13px}.admin-hero aside strong{font-size:18px}.admin-hero aside span{margin:5px 0;color:#6ee7b7;font-size:12px;font-weight:700}.admin-hero aside small{color:#94a3b8;font-size:12px}.admin-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.admin-stats article{display:flex;flex-direction:column;padding:18px;background:var(--panel);border:1px solid var(--line);border-radius:12px}.admin-stats span{color:var(--muted);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.6px}.admin-stats strong{margin:8px 0 4px;font-size:27px}.admin-stats small{color:var(--muted);font-size:12px}.admin-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.admin-panel{padding:20px}.admin-panel>header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding-bottom:14px;border-bottom:1px solid var(--line)}.admin-panel>header span{color:var(--purple);font-size:10px;font-weight:800;letter-spacing:1px}.admin-panel>header h3{margin:5px 0;font-size:19px}.admin-panel>header p{color:var(--muted);font-size:12px;line-height:1.5}.admin-panel>header>b{flex-shrink:0;padding:5px 7px;color:#0f766e;background:#ccfbf1;border-radius:6px;font-size:9px}.admin-account-form{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:15px 0}.admin-account-form label{display:flex;flex-direction:column;gap:5px;font-size:12px;font-weight:700}.admin-account-form label:nth-child(3){grid-column:1/-1}.admin-account-form input,.admin-account-form select{width:100%;min-height:40px;padding:0 9px;color:var(--ink);background:var(--surface-soft);border:1px solid var(--line);border-radius:7px}.admin-account-form button,.admin-save{min-height:40px;display:flex;align-items:center;justify-content:center;gap:6px;color:#fff;background:var(--purple);border:0;border-radius:8px}.admin-account-form button{grid-column:1/-1}.admin-users article{display:grid;grid-template-columns:38px minmax(0,1fr) auto auto;align-items:center;gap:9px;padding:11px 0;border-top:1px solid var(--line)}.admin-users article>span{width:36px;height:36px;display:grid;place-items:center;color:#3730a3;background:#e0e7ff;border-radius:9px;font-size:10px;font-weight:800}.admin-users article>div{display:flex;min-width:0;flex-direction:column}.admin-users small{overflow:hidden;color:var(--muted);font-size:11px;text-overflow:ellipsis}.admin-users article>b{font-size:11px}.admin-users article>em{padding:4px 6px;color:#047857;background:#d1fae5;border-radius:5px;font-size:9px;font-style:normal}.permission-table{padding:13px 0;overflow-x:auto}.permission-table>div{min-width:530px;display:grid;grid-template-columns:minmax(150px,1fr) repeat(4,62px);align-items:center;min-height:39px;border-bottom:1px solid var(--line)}.permission-table>div:first-child{color:var(--muted);font-size:10px;text-transform:uppercase}.permission-table strong{font-size:12px}.permission-table input{width:16px;height:16px;justify-self:center;accent-color:var(--purple)}.admin-save{width:100%}.admin-api-summary{min-height:115px;display:grid;place-items:center;margin:15px 0;background:linear-gradient(120deg,var(--surface-soft),var(--panel));border:1px dashed var(--line);border-radius:11px}.admin-api-summary>span{display:grid;place-items:center;color:var(--muted)}.admin-api-summary svg{color:var(--purple)}.admin-api-summary strong{margin:7px 0 3px;color:var(--ink)}.admin-api-table{overflow-x:auto}.admin-api-table>header,.admin-api-table>article{min-width:720px;display:grid;grid-template-columns:1.25fr .65fr 1fr .8fr 1fr;align-items:center;gap:10px;padding:11px;border-bottom:1px solid var(--line)}.admin-api-table>header{color:var(--muted);background:var(--surface-soft);font-size:10px;font-weight:800;text-transform:uppercase}.admin-api-table article strong,.admin-api-table article span,.admin-api-table article b{font-size:12px}.admin-api-table article em{width:fit-content;padding:4px 7px;color:#b45309;background:#fff7ed;border-radius:5px;font-size:10px;font-style:normal}@media(max-width:1000px){.admin-grid{grid-template-columns:1fr}.admin-stats{grid-template-columns:1fr 1fr}}@media(max-width:650px){.admin-hero{align-items:stretch;flex-direction:column;padding:24px 20px}.admin-hero h2{font-size:29px}.admin-hero aside{min-width:0}.admin-stats,.admin-account-form{grid-template-columns:1fr}.admin-account-form label:nth-child(3){grid-column:auto}.admin-users article{grid-template-columns:38px minmax(0,1fr) auto}.admin-users article>b{grid-column:2}.admin-users article>em{grid-column:3;grid-row:1}.admin-panel{padding:15px}.admin-panel>header{flex-direction:column}}.admin-refresh{min-height:36px;display:flex;align-items:center;gap:6px;padding:0 10px;color:var(--ink);background:var(--surface-soft);border:1px solid var(--line);border-radius:7px;white-space:nowrap}.admin-refresh:disabled{cursor:wait;opacity:.65}.admin-api-table article strong,.admin-api-table article b{display:flex;flex-direction:column;gap:2px}.admin-api-table article strong small,.admin-api-table article b small,.admin-api-table article time{color:var(--muted);font-size:10px;font-weight:500}.admin-api-table article time{white-space:normal}.admin-meter-note{padding-top:13px;color:var(--muted);font-size:11px;line-height:1.5}.studio-sidebar nav button[title="Customer Relationship Management"]{height:auto;min-height:48px;padding-top:7px;padding-bottom:7px}.studio-sidebar nav button[title="Customer Relationship Management"] span{overflow:visible;white-space:normal;text-overflow:clip;line-height:1.25}.sidebar-collapsed .studio-sidebar nav button[title="Customer Relationship Management"]{height:44px;min-height:44px;padding-top:0;padding-bottom:0}.advertising-page{display:flex;flex-direction:column;gap:14px}.advertising-hero{min-height:210px;display:flex;align-items:center;justify-content:space-between;gap:28px;padding:32px 36px;color:#fff;background:radial-gradient(circle at 82% 20%,rgba(251,146,60,.25),transparent 30%),linear-gradient(125deg,#111827,#312e81);border-radius:18px}.advertising-hero>div>span{display:flex;align-items:center;gap:7px;color:#fdba74;font-size:11px;font-weight:800;letter-spacing:1px}.advertising-hero h2{max-width:720px;margin:12px 0 8px;font-size:34px}.advertising-hero p{max-width:720px;color:#d8deeb;font-size:14px;line-height:1.6}.advertising-hero aside{min-width:230px;display:flex;flex-direction:column;gap:7px}.advertising-hero aside span{display:grid;grid-template-columns:9px 1fr auto;align-items:center;gap:8px;padding:10px 12px;background:#080e1d77;border:1px solid #ffffff1c;border-radius:8px;font-size:12px;font-weight:700}.advertising-hero aside i{width:8px;height:8px;background:#f59e0b;border-radius:50%}.advertising-hero aside small{color:#cbd5e1;font-size:10px}.advertising-summary{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.advertising-summary article{min-width:0;display:flex;flex-direction:column;padding:16px;background:var(--panel);border:1px solid var(--line);border-radius:11px}.advertising-summary span{color:var(--muted);font-size:11px;font-weight:800;text-transform:uppercase}.advertising-summary strong{margin:7px 0 3px;font-size:24px;overflow-wrap:anywhere}.advertising-summary small{color:var(--muted);font-size:11px}.advertising-toolbar{display:flex;align-items:center;gap:7px;padding:11px}.advertising-toolbar select{min-width:260px;max-width:390px;flex:1}.advertising-toolbar select,.advertising-toolbar button{min-height:39px;padding:0 10px;color:var(--ink);background:var(--surface-soft);border:1px solid var(--line);border-radius:8px}.advertising-toolbar button{display:flex;align-items:center;justify-content:center;gap:5px;white-space:nowrap}.advertising-toolbar button.primary{color:#fff;background:var(--purple);border-color:var(--purple)}.advertising-toolbar button.danger{color:#be123c;background:#fff1f2;border-color:#fecdd3}.advertising-toolbar button:disabled{cursor:not-allowed;opacity:.45}.advertising-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.advertising-editor,.advertising-alerts,.advertising-creatives,.advertising-performance,.advertising-table,.advertising-audit{padding:19px}.advertising-editor>header,.advertising-alerts>header,.advertising-creatives>header,.advertising-performance>header,.advertising-table>header,.advertising-audit>header{padding-bottom:13px;border-bottom:1px solid var(--line)}.advertising-page section>header span{color:var(--purple);font-size:11px;font-weight:800;letter-spacing:1px}.advertising-page section>header h3{margin:5px 0;font-size:18px}.advertising-page section>header p{margin:0;color:var(--muted);font-size:12px;line-height:1.5}.advertising-editor>div,.advertising-performance>div{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding-top:14px}.advertising-page label{min-width:0;display:flex;flex-direction:column;gap:5px;color:var(--ink);font-size:12px;font-weight:700}.advertising-page input,.advertising-page select{width:100%;min-width:0;min-height:39px;padding:0 9px;color:var(--ink);background:var(--surface-soft);border:1px solid var(--line);border-radius:7px}.advertising-performance>div>button{min-height:39px;align-self:end;color:#fff;background:var(--purple);border:0;border-radius:7px}.advertising-alerts>div{display:flex;flex-direction:column;gap:8px;padding-top:14px}.advertising-alerts article{display:grid;grid-template-columns:60px 1fr;align-items:center;gap:9px;padding:11px;background:#fffbeb;border:1px solid #fde68a;border-radius:8px}.advertising-alerts article.high{background:#fff1f2;border-color:#fecdd3}.advertising-alerts article b{font-size:11px}.advertising-alerts article p{margin:0;font-size:12px}.advertising-empty{min-height:135px;align-items:center!important;justify-content:center;color:var(--muted);text-align:center}.advertising-empty svg{color:#10b981}.advertising-empty strong,.advertising-empty small{display:block}.advertising-add{display:grid;grid-template-columns:minmax(0,1fr) 145px auto;gap:7px;padding:14px 0}.advertising-add button{min-height:39px;padding:0 11px;color:#fff;background:var(--purple);border:0;border-radius:7px}.advertising-list article{display:grid;grid-template-columns:minmax(0,1fr) 100px 34px;align-items:center;gap:8px;padding:9px 0;border-top:1px solid var(--line)}.advertising-list article>span{min-width:0;display:flex;flex-direction:column}.advertising-list small,.advertising-list>p{color:var(--muted)}.advertising-list button,.advertising-table article button{width:32px;height:32px;display:grid;place-items:center;color:#be123c;background:#fff1f2;border:1px solid #fecdd3;border-radius:7px}.advertising-table>header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.advertising-table>header>b{padding:6px 8px;color:#4338ca;background:#eef2ff;border-radius:7px;white-space:nowrap}.advertising-table>div{overflow-x:auto}.advertising-table>div>header,.advertising-table article{min-width:880px;display:grid;grid-template-columns:1.25fr 1fr .8fr .7fr .7fr .9fr .65fr 34px;align-items:center;gap:9px;padding:10px;border-bottom:1px solid var(--line)}.advertising-table>div>header{color:var(--muted);background:var(--surface-soft);font-size:10px;font-weight:800;text-transform:uppercase}.advertising-table article>span{min-width:0;font-size:12px;overflow-wrap:anywhere}.advertising-table article>span:first-child{display:flex;flex-direction:column}.advertising-table article small{color:var(--muted)}.advertising-table>div>p{padding:25px;color:var(--muted);text-align:center}.advertising-audit>div{display:grid;grid-template-columns:1fr 1fr;gap:0 18px}.advertising-audit article{display:grid;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:8px;min-height:62px;border-bottom:1px solid var(--line)}.advertising-audit article>b{width:30px;height:30px;display:grid;place-items:center;color:#4338ca;background:#eef2ff;border-radius:7px;font-size:10px}.advertising-audit article>span{min-width:0;display:flex;flex-direction:column}.advertising-audit article>span strong{text-transform:capitalize}.advertising-audit small,.advertising-audit time{color:var(--muted);font-size:11px}.advertising-error{padding:11px 13px;color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:8px}.advertising-loading{padding:30px;color:var(--muted)}html[data-theme=dark] .advertising-toolbar button.danger,html[data-theme=dark] .advertising-list button,html[data-theme=dark] .advertising-table article button{color:#fda4af;background:#3b1f2a;border-color:#6b2b42}html[data-theme=dark] .advertising-alerts article{color:#fde68a;background:#3d301b;border-color:#705923}html[data-theme=dark] .advertising-alerts article.high{color:#fecdd3;background:#3b1f2a;border-color:#6b2b42}html[data-theme=dark] .advertising-table>header>b,html[data-theme=dark] .advertising-audit article>b{color:#c7d2fe;background:#29284a}@media(max-width:1100px){.advertising-summary{grid-template-columns:repeat(3,1fr)}.advertising-grid{grid-template-columns:1fr}}@media(max-width:760px){.advertising-hero{align-items:stretch;flex-direction:column;padding:24px 20px}.advertising-hero h2{font-size:28px}.advertising-hero aside{min-width:0}.advertising-summary{grid-template-columns:1fr 1fr}.advertising-toolbar{align-items:stretch;flex-wrap:wrap}.advertising-toolbar select{min-width:100%;max-width:none}.advertising-toolbar button{flex:1}.advertising-audit>div{grid-template-columns:1fr}}@media(max-width:520px){.advertising-summary{grid-template-columns:1fr}.advertising-editor>div,.advertising-performance>div{grid-template-columns:1fr}.advertising-add{grid-template-columns:1fr}.advertising-list article{grid-template-columns:minmax(0,1fr) 34px}.advertising-list article select{grid-column:1}.advertising-audit article{grid-template-columns:32px 1fr}.advertising-audit time{grid-column:2}.advertising-table>header{flex-direction:column}}.landing-logo img{display:block;width:132px;height:44px;object-fit:contain;background:#fff;border-radius:6px}.landing-footer .landing-logo img{width:124px}.window-logo img{width:18px;height:18px;object-fit:cover;background:#fff;border-radius:3px}.studio-logo img{display:block;object-fit:contain;background:#fff;border-radius:6px}.studio-logo .logo-full{width:122px;height:39px}.studio-logo .logo-mark{display:none;width:36px;height:36px}.sidebar-collapsed .studio-logo .logo-full{display:none}.sidebar-collapsed .studio-logo .logo-mark{display:block}.studio-topbar .studio-logo .logo-full{display:none}.studio-topbar .studio-logo .logo-mark{display:block}.auth-brand img{display:block;width:190px;height:121px;object-fit:contain;background:#fff;border-radius:10px}.brand-mini-logo{overflow:hidden;background:#fff!important}.brand-mini-logo img{width:100%;height:100%;object-fit:cover}.brand-logo-upload>span{overflow:hidden;background:#fff!important}.brand-logo-upload>span svg{display:none}.brand-logo-upload>span:after{width:100%;height:100%;display:block;background:#fff url(/brand/techumai-symbol.png) center/cover no-repeat;content:""}.demo-product{padding:15px 20px;background:#fff}.demo-product img{display:block;width:min(260px,48vw);height:auto;border-radius:7px}@media(max-width:600px){.landing-logo img{width:112px;height:38px}.auth-brand img{width:165px;height:105px}}:root{--ink:#071a3d;--muted:#5d708e;--purple:#1468e8;--purple-deep:#0a49ad;--purple-pale:#eaf3ff;--cyan:#38a3ff;--violet:#2076ee;--line:#d8e3f1;--navy:#061534;--panel:#fff;--surface-soft:#f4f8fd}body{background:#f5f8fc;color:var(--ink)}button,input,select,textarea{transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease,transform .18s ease}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(20,104,232,.24);outline-offset:2px}input:focus,select:focus,textarea:focus{border-color:#79adf3!important;box-shadow:0 0 0 3px #1468e81a}.landing-page{background:linear-gradient(180deg,#fff 0,#f6f9fe 54%,#fff);color:var(--ink)}.landing-header{background:#ffffffe6;border-color:#d9e5f3;box-shadow:0 8px 30px #07275a0f;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.landing-header .primary,.hero-actions .primary,.final-cta a,.auth-submit,.top-create,.generate-button{background:linear-gradient(135deg,#0a4db7,#1976f3 72%,#45a9ff);box-shadow:0 10px 26px #1468e840}.landing-hero{background:radial-gradient(circle at 15% 15%,rgba(56,163,255,.14),transparent 26%),radial-gradient(circle at 88% 35%,rgba(20,104,232,.12),transparent 28%)}.hero-eyebrow,.section-eyebrow{color:#0c5dcc;background:#eaf3ff;border-color:#c5dcfb}.hero-title strong,.section-title strong{color:#1267df}.platform-section,.landing-footer{background:#061534;color:#f4f8ff}.final-cta{background:radial-gradient(circle at 82% 18%,rgba(74,174,255,.35),transparent 28%),linear-gradient(125deg,#061534,#0b3f91 58%,#1468e8)}.studio-app{background:#f5f8fc}.studio-sidebar{background:linear-gradient(180deg,#061534,#071b3e 62%,#0a2d62);border-color:#17355e;box-shadow:12px 0 40px #0414311f}.studio-sidebar nav button.active{color:#fff;background:linear-gradient(100deg,#0d54bd,#1977f3);box-shadow:0 8px 20px #032c6957}.studio-sidebar nav button:not(.active):hover{color:#fff;background:#4a9aff21}.studio-sidebar .sidebar-label{color:#62b5ff}.studio-sidebar nav button.nested{border-left-color:#2a66ae}.studio-topbar{background:#fffffff0;border-color:#d8e3f1;box-shadow:0 5px 24px #07275a0e;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.studio-panel,.crm-panel,.campaign-panel,.advertising-page section,.admin-panel{box-shadow:0 10px 30px #07275a0e}.studio-welcome,.crm-summary,.campaign-hero,.advertising-hero,.admin-hero,.presentation-hero,.planned-module-hero,.phase-hero{background:radial-gradient(circle at 84% 18%,rgba(65,168,255,.38),transparent 29%),linear-gradient(125deg,#061534,#0a3881 56%,#1468e8);border-color:#64b5ff47;box-shadow:0 18px 42px #062b6433}.video-studio-banner{background:radial-gradient(circle at 76% 18%,rgba(68,168,255,.27),transparent 28%),linear-gradient(120deg,#061534,#0a316d 68%,#0e4ea8);border-color:#1f5ba3;box-shadow:0 20px 44px #05235133}.video-studio-banner:hover{border-color:#438edf;box-shadow:0 26px 54px #05235147}.video-studio-shell{--video-bg:#061126;--video-surface:#0b1c38;--video-surface-2:#10284d;--video-line:#22466f;--video-muted:#9cb0cc;border-color:#183c68;box-shadow:0 28px 70px #03183a3d}.video-studio-header{background:radial-gradient(circle at 80% 0,rgba(45,145,255,.28),transparent 34%),radial-gradient(circle at 8% 100%,rgba(19,93,190,.2),transparent 35%),linear-gradient(125deg,#061126,#0a2855)}.video-studio-header>div>span{color:#61b4ff}.presentation-canvas.theme-vibrant{background:linear-gradient(135deg,#062254,#1468e8)}.output-art{background:radial-gradient(circle at 72% 24%,#42a5ff,transparent 23%),radial-gradient(circle at 24% 76%,#176ee5,transparent 28%),linear-gradient(145deg,#061534,#0b3f91)}.project-summer{background:radial-gradient(circle at 70% 25%,#55b4ff,transparent 25%),linear-gradient(145deg,#1268df,#06245b)}.project-film{background:radial-gradient(circle at 45% 42%,#2389f5,transparent 25%),linear-gradient(145deg,#07152f,#0d4d9e)}.project-webinar{color:#071a3d;background:linear-gradient(145deg,#e4f2ff,#64b8ff)}.quick-tools button:hover{border-color:#83b5f5;box-shadow:0 10px 25px #1468e81a}.quick-tools button>span,.usage-card>span,.empty-canvas>span,.generation-orb{color:#1267df;background:#eaf3ff}.type-picker button.active{color:#0a4fac;background:#eaf3ff;border-color:#8ab9f5}.brand-progress span,.generation-track span{background:linear-gradient(90deg,#0c56c5,#35a4ff)}.auth-shell{background:radial-gradient(circle at 18% 15%,rgba(44,146,255,.24),transparent 30%),radial-gradient(circle at 82% 85%,rgba(20,104,232,.18),transparent 27%),#041027}.auth-card{background:#091a35;border-color:#23466f;box-shadow:0 35px 90px #000c219e}.auth-card label>input,.auth-card label>div{background:#06142c;border-color:#294a70}html[data-theme=dark]{--ink:#edf5ff;--muted:#9eb1cb;--purple:#4a9cff;--purple-deep:#77b7ff;--purple-pale:#102d55;--cyan:#62b7ff;--violet:#4898f5;--line:#263f61;--navy:#030c1d;--panel:#0b1930;--surface-soft:#101f38}html[data-theme=dark] body,html[data-theme=dark] .studio-app{background:#071226}html[data-theme=dark] .studio-topbar{background:#071226f0;border-color:#263f61}html[data-theme=dark] .studio-panel,html[data-theme=dark] .crm-panel,html[data-theme=dark] .campaign-panel{box-shadow:0 12px 34px #0000002e}.legacy-brand-warning{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px 15px;margin-bottom:10px;color:#713f12;background:#fffbeb;border:1px solid #fcd34d;border-radius:10px}.legacy-brand-warning>div{display:flex;min-width:0;flex-direction:column;gap:3px}.legacy-brand-warning strong{font-size:13px}.legacy-brand-warning span{font-size:12px;line-height:1.45}.legacy-brand-warning button{min-height:36px;display:flex;align-items:center;justify-content:center;gap:5px;flex-shrink:0;padding:0 11px;color:#fff;background:#0d5dcc;border:0;border-radius:7px;font-weight:800;white-space:nowrap}html[data-theme=dark] .legacy-brand-warning{color:#fde68a;background:#332810;border-color:#725b18}@media(max-width:650px){.legacy-brand-warning{align-items:stretch;flex-direction:column}.legacy-brand-warning button{width:100%}}.brand-mode-picker{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-bottom:9px}.brand-mode-picker button{min-height:38px;padding:6px 8px;color:#625e6a;background:#fff;border:1px solid #d0cdd6;border-radius:8px;font-size:9px;font-weight:700;line-height:1.25}.brand-mode-picker button.active{color:#0c55bf;background:#eaf3ff;border-color:#3488ed}.brand-kit-controls{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:6px;margin-bottom:8px}.brand-kit-controls select,.brand-kit-controls button{min-width:0;min-height:38px;padding:0 9px;color:#383440;background:#fff;border:1px solid #d0cdd6;border-radius:8px;font-size:9px}.brand-kit-controls button{display:flex;align-items:center;justify-content:center;gap:5px;font-weight:700}.brand-kit-controls .danger{padding:0 10px;color:#c73342}.brand-swatches{display:flex;gap:4px}.brand-swatches i{width:14px;height:14px;border:1px solid rgba(0,0,0,.12);border-radius:50%}.ai-logo-note{display:flex;align-items:flex-start;gap:9px;padding:11px;color:#174f9b;background:#edf6ff;border:1px solid #bcdcff;border-radius:9px}.ai-logo-note svg{flex:none;margin-top:2px}.ai-logo-note p{display:flex;flex-direction:column;gap:3px}.ai-logo-note strong{font-size:10px}.ai-logo-note small{font-size:9px;line-height:1.45}.image-brand-kit .brand-select{cursor:default}html[data-theme=dark] .brand-mode-picker button,html[data-theme=dark] .brand-kit-controls select,html[data-theme=dark] .brand-kit-controls button{color:#efedf4;background:#24242d;border-color:#45424e}html[data-theme=dark] .brand-mode-picker button.active{color:#9ecbff;background:#132e50;border-color:#3488ed}html[data-theme=dark] .ai-logo-note{color:#cce5ff;background:#132e50;border-color:#285e99}@media(max-width:540px){.brand-kit-controls{grid-template-columns:1fr auto}.brand-kit-controls select{grid-column:1/-1}}.landing-logo,.studio-logo,.auth-brand{display:inline-flex;align-items:center;gap:10px}.landing-logo img,.studio-logo img,.auth-brand img{display:block;object-fit:contain;background:#fff;border:1px solid rgba(20,104,232,.16);border-radius:9px}.landing-logo img{width:40px;height:40px}.landing-logo strong,.studio-logo strong,.auth-brand strong{font-family:Manrope,sans-serif;font-weight:900;letter-spacing:.09em;line-height:1;white-space:nowrap}.landing-logo strong{color:#061534;font-size:18px}.landing-logo strong span,.studio-logo strong span,.auth-brand strong span{color:#1468e8}.landing-footer .landing-logo strong{color:#fff}.studio-logo img{width:39px;height:39px}.studio-logo strong{color:#fff;font-size:17px}.auth-brand{gap:14px}.auth-brand img{width:68px;height:68px;border-radius:13px}.auth-brand strong{color:#fff;font-size:27px}.sidebar-collapsed .studio-logo img{width:36px;height:36px}@media(max-width:600px){.landing-logo img{width:36px;height:36px}.landing-logo strong{font-size:16px}.auth-brand img{width:58px;height:58px}.auth-brand strong{font-size:23px}}.landing-logo,.studio-logo,.auth-brand{gap:12px;padding:7px 13px 7px 7px;background:#fff;border:1px solid rgba(20,104,232,.22);border-radius:13px;box-shadow:0 8px 22px #02122d1a}.landing-logo img,.studio-logo img{width:46px;height:46px;border:0;border-radius:9px}.landing-logo strong,.studio-logo strong,.auth-brand strong{display:flex;align-items:center;gap:1px;font-size:20px;letter-spacing:.075em}.landing-logo strong .brand-tec,.studio-logo strong .brand-tec,.auth-brand strong .brand-tec{color:#061534}.landing-logo strong .brand-hum,.studio-logo strong .brand-hum,.auth-brand strong .brand-hum{color:#1468e8}.landing-logo strong .brand-ai,.studio-logo strong .brand-ai,.auth-brand strong .brand-ai{color:#04a6d8}.landing-footer .landing-logo strong .brand-tec{color:#061534}.auth-brand{gap:16px;padding:10px 18px 10px 10px}.auth-brand img{width:78px;height:78px;border:0;border-radius:12px}.auth-brand strong{font-size:30px}.sidebar-collapsed .studio-logo{padding:5px}.sidebar-collapsed .studio-logo img{width:40px;height:40px}@media(max-width:600px){.landing-logo{gap:8px;padding:5px 9px 5px 5px}.landing-logo img{width:40px;height:40px}.landing-logo strong{font-size:17px}.auth-brand img{width:66px;height:66px}.auth-brand strong{font-size:25px}}.landing-logo strong .brand-hum,.studio-logo strong .brand-hum,.auth-brand strong .brand-hum{color:#17439b}.landing-logo strong .brand-ai,.studio-logo strong .brand-ai,.auth-brand strong .brand-ai{color:#1565e8}.studio-sidebar-head{min-height:76px;padding:2px 3px 20px}.studio-sidebar-head .studio-logo{width:100%;min-width:0;justify-content:flex-start;gap:9px;padding:7px 10px 7px 7px;border-color:#1565e82e;border-radius:12px;box-shadow:0 8px 20px #00000029}.studio-sidebar-head .studio-logo img{width:42px;height:42px;flex:0 0 42px}.studio-sidebar-head .studio-logo strong{min-width:0;font-size:17px;letter-spacing:.055em}.studio-sidebar-head+.workspace-name{margin-top:3px}.sidebar-collapsed .studio-sidebar-head{padding:2px 0 20px}.sidebar-collapsed .studio-sidebar-head .studio-logo{width:46px;padding:3px;justify-content:center}.sidebar-collapsed .studio-sidebar-head .studio-logo img{width:38px;height:38px;flex-basis:38px}.studio-sidebar-head .studio-logo{width:auto;flex:1}.sidebar-collapsed .studio-sidebar-head .studio-logo{flex:0 0 46px}.brand-wordmark{display:inline-flex;align-items:center;gap:1px;padding:.12em .3em;color:#061534!important;background:#fff;border:1px solid rgba(21,101,232,.14);border-radius:.35em;font-family:Manrope,sans-serif;font-size:.95em;font-weight:900;letter-spacing:.065em;line-height:1;vertical-align:middle;white-space:nowrap}.brand-wordmark .brand-tec{color:#061534!important}.brand-wordmark .brand-hum{color:#17439b!important}.brand-wordmark .brand-ai{color:#1565e8!important}.studio-logo .brand-wordmark,.landing-logo .brand-wordmark,.auth-brand .brand-wordmark{padding:0;background:transparent;border:0;border-radius:0;font-size:1em}.workspace-name .brand-wordmark{font-size:10px}.window-logo .brand-wordmark{font-size:9px}.preview-word em .brand-wordmark,.landing-cta .brand-wordmark{margin-left:3px;font-size:.9em}@media(min-width:821px){.studio-sidebar-head{position:relative;min-height:74px;padding:0 22px 22px 2px;margin-bottom:7px}.studio-sidebar-head .studio-logo{max-width:100%;overflow:hidden}.studio-sidebar-head .studio-logo strong{overflow:hidden}.sidebar-collapse{top:35px;left:calc(var(--sidebar) - 15px)}.studio-sidebar-head+.workspace-name{margin-top:8px}.sidebar-collapsed .studio-sidebar-head{padding:0 0 22px;margin-bottom:5px}.sidebar-collapsed .studio-sidebar-head .studio-logo{overflow:visible}.sidebar-collapsed .sidebar-collapse{top:34px}}.admin-hero h2{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.admin-hero h2 .brand-wordmark{flex:none;padding:.16em .34em;font-size:.78em;border-radius:.3em;box-shadow:0 5px 14px #02122d21}@media(min-width:821px){.studio-app:not(.sidebar-collapsed) .studio-sidebar-head{display:grid;grid-template-columns:minmax(0,1fr) 34px;align-items:center;gap:8px;min-height:72px;padding:0 2px 18px;margin-bottom:9px}.studio-app:not(.sidebar-collapsed) .studio-sidebar-head .studio-logo{width:100%;max-width:none;min-width:0;overflow:visible;padding:7px 8px 7px 6px}.studio-app:not(.sidebar-collapsed) .studio-sidebar-head .studio-logo img{width:39px;height:39px;flex-basis:39px}.studio-app:not(.sidebar-collapsed) .studio-sidebar-head .studio-logo strong{min-width:0;overflow:visible;font-size:15px;letter-spacing:.035em}.studio-app:not(.sidebar-collapsed) .studio-sidebar-head .sidebar-collapse{position:static;width:34px;height:34px;margin:0;flex:none}.studio-app:not(.sidebar-collapsed) .studio-sidebar-head+.workspace-name{margin-top:9px}.sidebar-collapsed .studio-sidebar-head .sidebar-collapse{position:fixed;top:34px;left:calc(var(--sidebar) - 15px)}}
