:root{--brand-violet:#6d3ce9;--brand-violet-strong:#5524cf;--brand-magenta:#d92f87;--brand-coral:#f25f4b;--brand-amber:#ec9417;--brand-gradient:linear-gradient(110deg, var(--brand-violet) 0%, var(--brand-magenta) 48%, var(--brand-coral) 76%, var(--brand-amber) 100%);--app-bg:#f7f7f5;--app-bg-subtle:#f0f0ed;--surface:#fff;--surface-raised:#fff;--surface-muted:#f4f4f1;--surface-brand:#f3efff;--text-primary:#121a2a;--text-secondary:#4f596a;--text-muted:#747d8d;--border-soft:#e3e4e1;--border-strong:#cfd2d0;--success:#187b5b;--success-soft:#e4f4ed;--warning:#9a640d;--warning-soft:#fff1d5;--danger:#b63c48;--danger-soft:#fde9eb;--info:#315fbd;--info-soft:#e8efff;--focus-ring:0 0 0 3px #6d3ce93d;--shadow-sm:0 1px 2px #121a2a0a, 0 8px 24px #121a2a0d;--shadow-md:0 18px 55px #121a2a17;--dashboard-border:#f1f5f9;--dashboard-row-border:#e8edf3;--dashboard-hover-shadow:0 14px 34px #0f172a17;--radius-sm:8px;--radius-md:14px;--radius-lg:20px;--radius-xl:28px;--container:1180px;--ease:cubic-bezier(.2, .75, .25, 1)}html[data-theme=dark]{--app-bg:#10151f;--app-bg-subtle:#151b27;--surface:#181f2b;--surface-raised:#1d2533;--surface-muted:#202936;--surface-brand:#26223d;--text-primary:#f3f4f7;--text-secondary:#bac1ce;--text-muted:#929cab;--border-soft:#2d3745;--border-strong:#3c4757;--success:#6ed0aa;--success-soft:#18382f;--warning:#f2bd62;--warning-soft:#3b301d;--danger:#ff929b;--danger-soft:#41242b;--info:#91afff;--info-soft:#202e50;--shadow-sm:0 1px 2px #00000038, 0 10px 26px #00000029;--shadow-md:0 22px 60px #00000047;--dashboard-border:#293548;--dashboard-row-border:#2a3546;--dashboard-hover-shadow:0 16px 38px #00000047}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--app-bg);color:var(--text-primary);font-family:var(--font-manrope), Manrope, "Segoe UI", sans-serif;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;margin:0;font-size:16px;line-height:1.6}.not-found-page{background:radial-gradient(circle at 18% 12%, #6d3ce921, transparent 34%), radial-gradient(circle at 82% 84%, #f25f4b1f, transparent 30%), var(--app-bg);place-items:center;min-height:100svh;padding:32px;display:grid}.not-found-page>section{text-align:center;width:min(680px,100%)}.not-found-brand{margin:0 auto 52px;display:inline-flex}.not-found-page section>span{color:var(--brand-violet);letter-spacing:.15em;font-size:12px;font-weight:800}.not-found-page h1{font-family:var(--font-syne), Syne, sans-serif;letter-spacing:-.045em;margin:14px 0 16px;font-size:clamp(42px,7vw,74px);line-height:1.02}.not-found-page p{max-width:570px;color:var(--text-secondary);margin:0 auto;font-size:18px}.not-found-page section>div{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:32px;display:flex}@media (max-width:560px){.not-found-page{padding:24px}.not-found-brand{margin-bottom:38px}.not-found-page section>div{display:grid}}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit}:where(a,button,input,select,textarea,summary):focus-visible{box-shadow:var(--focus-ring);outline:none}::selection{color:#fff;background:var(--brand-violet)}.curyta-brand{align-items:center;gap:10px;min-width:0;display:inline-flex}.curyta-brand>img{object-fit:contain;width:38px;height:38px}.curyta-brand-copy{gap:2px;min-width:0;display:grid}.curyta-brand .curyta-wordmark{object-fit:contain;width:128px;height:auto}.curyta-brand small{color:var(--text-muted);letter-spacing:.21em;font-size:7px;font-weight:750;line-height:1}.curyta-brand.compact>img{width:34px;height:34px}.curyta-brand.compact .curyta-brand-copy{display:none}html[data-theme=dark] .curyta-wordmark{filter:invert()brightness(1.8)saturate(0)}.button{min-height:42px;color:var(--text-primary);transition:transform .18s var(--ease), background-color .18s var(--ease), border-color .18s var(--ease), box-shadow .18s var(--ease);border:1px solid #0000;border-radius:11px;justify-content:center;align-items:center;gap:10px;padding:0 18px;font-size:14px;font-weight:750;line-height:1;text-decoration:none;display:inline-flex}.button:hover{transform:translateY(-1px)}.button-primary{color:#fff;background:var(--brand-violet);box-shadow:0 10px 24px #5524cf2e}.button-primary:hover{background:var(--brand-violet-strong);box-shadow:0 13px 30px #5524cf3d}.button-secondary{border-color:var(--border-strong);background:var(--surface)}.button-secondary:hover{border-color:var(--brand-violet);color:var(--brand-violet)}.button-large{min-height:52px;padding:0 23px;font-size:15px}.eyebrow{color:var(--brand-violet);letter-spacing:.09em;text-transform:uppercase;align-items:center;gap:9px;font-size:12px;font-weight:800;display:inline-flex}.site-shell .eyebrow{background:0 0;border:0;border-radius:0;padding:0}.eyebrow i{background:var(--brand-coral);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 5px #f25f4b1f}.site-shell{background:var(--app-bg);min-height:100vh;overflow:clip}.site-header{z-index:50;width:100%;height:78px;padding-inline:max(20px, calc((100vw - var(--container)) / 2));border-bottom:1px solid var(--border-soft);background:color-mix(in srgb, var(--app-bg) 92%, transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);color:var(--text-primary);grid-template-columns:1fr auto 1fr;align-items:center;margin:0 auto;display:grid;position:sticky;top:0}html[data-theme=dark] .site-header{border-bottom-color:var(--border-soft);background:#10151ff0;box-shadow:0 10px 30px #00000029}.site-logo{justify-self:start;text-decoration:none}.desktop-nav{gap:30px;display:flex}.desktop-nav a{color:var(--text-secondary);font-size:14px;font-weight:650;text-decoration:none}.desktop-nav a:hover{color:var(--text-primary)}.site-actions{justify-self:end;align-items:center;gap:9px;display:flex}.mobile-menu{display:none}.theme-toggle{border:1px solid var(--border-soft);min-width:120px;min-height:40px;color:var(--text-secondary);background:var(--surface);box-shadow:var(--shadow-sm);cursor:pointer;border-radius:999px;justify-content:flex-start;align-items:center;gap:9px;padding:5px 11px 5px 6px;display:inline-flex}.theme-toggle:hover{border-color:var(--border-strong);color:var(--text-primary)}.theme-toggle-icon{width:28px;height:28px;color:var(--brand-amber);background:var(--warning-soft);border-radius:50%;flex:none;place-items:center;font-size:15px;line-height:1;display:grid}html[data-theme=dark] .theme-toggle-icon{color:#c9b8ff;background:var(--surface-brand)}.theme-toggle-text{white-space:nowrap;font-size:11px;font-weight:800;line-height:1;display:inline}html body button.theme-toggle.compact{width:auto;min-width:88px;height:40px;padding:5px 11px 5px 6px}html body button.theme-toggle.compact>.theme-toggle-text{display:inline}.hero-section{width:min(calc(100% - 40px), var(--container));grid-template-columns:minmax(0,.95fr) minmax(470px,.85fr);align-items:center;gap:80px;min-height:680px;margin:0 auto;padding:88px 0 92px;display:grid}.hero-copy h1{max-width:720px;font-family:var(--font-syne), var(--font-manrope), sans-serif;letter-spacing:-.04em;text-wrap:balance;margin:22px 0 24px;font-size:clamp(48px,5.4vw,76px);font-weight:620;line-height:1.1}.hero-copy h1 em{color:var(--brand-violet);font-style:normal}.hero-lede{max-width:660px;color:var(--text-secondary);margin:0;font-size:18px;line-height:1.75}.hero-actions{flex-wrap:wrap;gap:11px;margin-top:32px;display:flex}.hero-proof{border-top:1px solid var(--border-soft);grid-template-columns:repeat(4,minmax(0,1fr));gap:14px 22px;margin-top:43px;padding-top:24px;display:grid}.hero-proof span{color:var(--text-muted);font-size:12px;line-height:1.5;display:grid}.hero-proof strong{color:var(--text-primary);font-size:15px}.decision-board{border:1px solid var(--border-soft);border-radius:var(--radius-xl);background:var(--surface);box-shadow:var(--shadow-md);padding:25px;position:relative}.decision-board:before{content:"";background:var(--brand-gradient);border-radius:0 0 4px 4px;height:3px;position:absolute;inset:0 28px auto}.decision-heading,.decision-summary,.creator-list article{align-items:center;display:flex}.decision-heading{justify-content:space-between;gap:16px;padding:7px 2px 22px}.decision-heading>div{display:grid}.decision-heading span{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:750}.decision-heading strong{margin-top:3px;font-size:17px}.reviewed-badge{background:var(--success-soft);border-radius:7px;padding:7px 9px;color:var(--success)!important;letter-spacing:0!important}.decision-summary{border-radius:var(--radius-md);background:var(--border-soft);gap:1px;padding:1px;overflow:hidden}.decision-summary span{background:var(--surface-muted);flex:1;padding:14px 12px;display:grid}.decision-summary small,.fit-score small{color:var(--text-muted);text-transform:uppercase;font-size:9px;font-weight:700}.decision-summary strong{font-size:14px}.decision-path{border-block:1px solid var(--border-soft);grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:8px;margin-top:14px;padding:13px 12px;display:grid}.decision-path span{color:var(--text-secondary);font-size:10px;line-height:1.45;display:grid}.decision-path small{color:var(--brand-violet);letter-spacing:.08em;text-transform:uppercase;margin-bottom:3px;font-size:9px;font-weight:850}.decision-path i{color:var(--brand-coral);font-size:12px;font-style:normal}.creator-list{margin-top:18px;display:grid}.creator-list article{border-bottom:1px solid var(--border-soft);gap:12px;min-height:68px}.creator-list article:last-child{border-bottom:0}.creator-list img{object-fit:cover;border-radius:50%;width:39px;height:39px}.creator-rank{width:20px;color:var(--text-muted);font-size:10px;font-weight:750}.creator-list article>div{flex:1;display:grid}.creator-list strong{font-size:14px}.creator-list small{color:var(--text-muted);font-size:11px}.fit-score{min-width:42px;color:var(--brand-violet);text-align:right;font-size:15px;font-weight:800;display:grid}.decision-note{border-left:3px solid var(--brand-coral);border-radius:0 var(--radius-sm) var(--radius-sm) 0;background:var(--surface-muted);margin-top:17px;padding:15px 16px}.decision-note span{color:var(--brand-coral);letter-spacing:.09em;text-transform:uppercase;font-size:10px;font-weight:800}.decision-note p{color:var(--text-secondary);margin:4px 0 0;font-size:12px;line-height:1.65}.credibility-strip{border-block:1px solid var(--border-soft);background:var(--surface)}.credibility-strip>*{width:min(calc(100% - 40px), var(--container));margin-inline:auto}.credibility-strip p{color:var(--text-secondary);text-align:center;margin-block:0;padding:22px 0 14px;font-size:15px}.credibility-strip div{flex-wrap:wrap;justify-content:center;gap:10px 32px;padding:0 0 19px;display:flex}.credibility-strip div span{color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase;font-size:12px;font-weight:750}.content-section,.process-section,.pricing-section,.human-section,.final-cta{width:min(calc(100% - 40px), var(--container));margin:0 auto;padding:108px 0}.section-heading{grid-template-columns:1.25fr .75fr;align-items:end;gap:36px 90px;display:grid}.section-heading .eyebrow{grid-column:1/-1}.section-heading h2,.human-copy h2,.final-cta h2{font-family:var(--font-syne), var(--font-manrope), sans-serif;letter-spacing:-.035em;margin:0;font-size:clamp(36px,4.4vw,58px);font-weight:620;line-height:1.14}.section-heading h2 em{color:var(--brand-violet);font-style:normal}.section-heading p,.human-copy>p,.final-cta p{color:var(--text-secondary);margin:0;font-size:clamp(16px,1.15vw,18px);line-height:1.75}.section-heading.compact{grid-template-columns:1fr;align-items:start;gap:18px;max-width:810px}.section-heading.compact .eyebrow{grid-column:auto}.capability-grid{border-block:1px solid var(--border-soft);grid-template-columns:repeat(3,1fr);margin-top:70px;display:grid}.capability-grid article{border-right:1px solid var(--border-soft);min-height:285px;padding:35px 36px 40px 0}.capability-grid article+article{padding-left:36px}.capability-grid article:last-child{border-right:0}.capability-grid article>span{color:var(--brand-coral);font-size:11px;font-weight:800}.capability-grid h3{max-width:280px;margin:50px 0 14px;font-size:clamp(22px,1.7vw,25px);line-height:1.25}.capability-grid p{color:var(--text-secondary);margin:0;font-size:clamp(15px,1.05vw,16px);line-height:1.75}.human-section{grid-template-columns:.9fr 1fr;align-items:center;gap:90px;display:grid}.influencer-universe{border:1px solid var(--border-soft);border-radius:var(--radius-xl);isolation:isolate;background:linear-gradient(var(--border-soft) 1px, transparent 1px), linear-gradient(90deg, var(--border-soft) 1px, transparent 1px), radial-gradient(circle at 50% 48%, color-mix(in srgb, var(--brand-violet) 17%, transparent), transparent 42%), var(--surface);min-height:575px;box-shadow:var(--shadow-md);background-size:42px 42px,42px 42px,auto,auto;position:relative;overflow:hidden}.network-glow{z-index:-1;background:radial-gradient(circle, color-mix(in srgb, var(--brand-magenta) 18%, transparent), transparent 67%);filter:blur(22px);border-radius:50%;animation:5s ease-in-out infinite universe-breathe;position:absolute;inset:19% 15%}.network-orbit{border:1px solid color-mix(in srgb, var(--brand-violet) 38%, var(--border-soft));border-radius:50%;position:absolute;top:46%;left:50%;transform:translate(-50%,-50%)}.network-orbit:before{content:"";background:var(--brand-coral);width:7px;height:7px;box-shadow:0 0 14px var(--brand-coral);border-radius:50%;position:absolute;top:-4px;left:50%}.orbit-outer{width:430px;height:430px;animation:24s linear infinite orbit-spin}.orbit-middle{width:312px;height:312px;animation:18s linear infinite reverse orbit-spin}.orbit-inner{width:194px;height:194px;animation:13s linear infinite orbit-spin}.network-path{z-index:-1;transform-origin:0;background:linear-gradient(90deg, var(--brand-violet), var(--brand-coral), transparent 78%);opacity:.72;background-size:200% 100%;width:42%;height:1px;animation:2.8s linear infinite signal-flow;position:absolute;top:46%;left:50%}.path-one{transform:rotate(-34deg)}.path-two{animation-delay:-.7s;transform:rotate(38deg)}.path-three{animation-delay:-1.4s;transform:rotate(145deg)}.path-four{animation-delay:-2.1s;transform:rotate(211deg)}.network-core{z-index:4;border:1px solid color-mix(in srgb, var(--brand-violet) 58%, var(--border-soft));color:#fff;width:132px;height:132px;box-shadow:0 0 0 9px color-mix(in srgb, var(--brand-violet) 10%, transparent), 0 20px 50px #30186947;text-align:center;background:linear-gradient(145deg,#2a1c55,#6d3ce9 60%,#d92f87);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;padding:22px;animation:3.5s ease-in-out infinite core-pulse;display:flex;position:absolute;top:46%;left:50%;transform:translate(-50%,-50%)}.network-core small{letter-spacing:.09em;text-transform:uppercase;font-size:7px;font-weight:800}.network-core strong{font-family:var(--font-syne), sans-serif;margin:5px 0;font-size:20px;line-height:1.1}.network-core span{text-transform:uppercase;align-items:center;gap:5px;font-size:8px;font-weight:800;display:flex}.network-core i,.network-caption i{background:#63d7ae;border-radius:50%;width:6px;height:6px;box-shadow:0 0 9px #63d7ae}.network-node{z-index:3;border:1px solid var(--border-soft);background:color-mix(in srgb, var(--surface) 91%, transparent);min-width:112px;box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:999px;align-items:center;gap:8px;padding:8px 10px 8px 8px;animation:4.5s ease-in-out infinite node-float;display:flex;position:absolute}.network-node>span{color:#fff;background:var(--brand-gradient);border-radius:50%;flex:none;place-items:center;width:29px;height:29px;font-size:8px;font-weight:850;display:grid}.network-node>div{line-height:1.15;display:grid}.network-node strong{font-size:10px}.network-node small{color:var(--text-muted);font-size:8px}.node-one{animation-delay:-.8s;top:13%;left:7%}.node-two{animation-delay:-2.4s;top:18%;right:5%}.node-three{animation-delay:-1.2s;top:49%;right:3%}.node-four{animation-delay:-3.6s;bottom:13%;right:13%}.node-five{animation-delay:-2s;bottom:17%;left:8%}.node-six{animation-delay:-3.1s;top:43%;left:3%}.network-stat{z-index:2;border-left:2px solid var(--brand-coral);background:color-mix(in srgb, var(--surface) 90%, transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:11px 13px;display:grid;position:absolute}.network-stat strong{font-size:11px}.network-stat small{color:var(--text-muted);font-size:8px}.stat-creators{top:25px;left:22px}.network-caption{z-index:5;border:1px solid var(--border-soft);min-height:31px;color:var(--text-muted);background:color-mix(in srgb, var(--surface) 92%, transparent);letter-spacing:.035em;text-transform:uppercase;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:999px;justify-content:center;align-items:center;gap:7px;padding:0 13px;font-size:8px;font-weight:750;display:flex;position:absolute;inset:auto 20px 16px}.network-caption span{color:var(--brand-coral)}@keyframes orbit-spin{to{transform:translate(-50%,-50%)rotate(360deg)}}@keyframes signal-flow{to{background-position:-200% 0}}@keyframes node-float{0%,to{translate:0}50%{translate:0 -7px}}@keyframes core-pulse{0%,to{scale:1}50%{scale:1.035}}@keyframes universe-breathe{0%,to{opacity:.65;scale:.94}50%{opacity:1;scale:1.04}}.human-copy .eyebrow{margin-bottom:20px}.human-copy h2{font-size:clamp(36px,4vw,54px)}.human-copy>p{margin-top:24px}.human-copy ul{gap:12px;margin:28px 0;padding:0;list-style:none;display:grid}.human-copy li{color:var(--text-secondary);font-size:clamp(14px,1vw,16px);line-height:1.55}.human-copy li span{color:var(--success);margin-right:10px;font-weight:850}.text-link{color:var(--brand-violet);font-size:15px;font-weight:800;text-decoration:none}.process-section{width:100%;max-width:none;padding-inline:max(20px, calc((100vw - var(--container)) / 2));color:#f5f3fa;background:#171425}.process-section .eyebrow{color:#c6b8ff}.process-section .section-heading p{color:#b9b3c5}.process-list{grid-template-columns:repeat(4,1fr);margin:60px 0 0;padding:0;list-style:none;display:grid}.process-list li{border-top:1px solid #3c354b;border-right:1px solid #3c354b;grid-template-rows:auto 1fr;align-content:start;gap:68px;min-height:270px;padding:30px 28px 34px;display:grid}.process-list li:last-child{border-right:0}.process-list li>span{color:#f28c72;font-size:12px;font-weight:800}.process-list li>div{align-self:start}.process-list h3{margin:0 0 10px;font-size:clamp(19px,1.45vw,22px);line-height:1.3}.process-list p{color:#c2bccb;margin:0;font-size:clamp(15px,1.05vw,16px);line-height:1.7}.pricing-grid{grid-template-columns:repeat(3,1fr);gap:14px;margin-top:58px;display:grid}.pricing-grid article{border:1px solid var(--border-soft);border-radius:var(--radius-lg);background:var(--surface);flex-direction:column;min-height:500px;padding:28px;display:flex;position:relative}.pricing-grid article.featured{border-color:var(--brand-violet);box-shadow:0 16px 45px #6d3ce91c}.pricing-label{color:var(--brand-violet);background:var(--surface-brand);letter-spacing:.04em;text-transform:uppercase;border-radius:6px;padding:7px 9px;font-size:10px;font-weight:800;position:absolute;top:18px;right:18px}.pricing-plan{align-content:start;gap:4px;min-height:76px;display:grid}.pricing-plan>span{font-size:18px;font-weight:800}.pricing-plan small{color:var(--text-muted);font-size:14px;line-height:1.6}.pricing-grid article>small{color:var(--text-muted);font-size:12px;line-height:1.6}.pricing-price{align-items:baseline;gap:9px;margin-top:28px;display:flex}.pricing-grid .pricing-price h3{letter-spacing:-.04em;margin:0;font-size:clamp(38px,3vw,44px)}.pricing-price>span{color:var(--brand-violet);letter-spacing:.04em;text-transform:uppercase;font-size:12px;font-weight:850}.pricing-grid ul{border-top:1px solid var(--border-soft);gap:13px;margin:30px 0;padding:24px 0 0;list-style:none;display:grid}.pricing-grid li{color:var(--text-secondary);font-size:14px;line-height:1.5}.pricing-grid li span{color:var(--success);margin-right:9px;font-weight:850}.pricing-grid .button{margin-top:auto}.pricing-whatsapp{color:var(--text-muted);text-align:center;margin-top:15px;font-size:13px;font-weight:700;text-decoration:none}.pricing-whatsapp:hover{color:var(--brand-violet)}.final-cta{border:1px solid var(--border-soft);border-radius:var(--radius-xl);color:var(--text-primary);background:var(--surface-brand);text-align:left;grid-template-columns:1.1fr .9fr;align-items:end;gap:72px;padding:76px 70px;display:grid;position:relative;overflow:hidden}.final-cta:before{content:"";background:var(--brand-gradient);height:4px;position:absolute;inset:0 0 auto}.final-cta h2{color:var(--text-primary);letter-spacing:-.018em;font-kerning:normal;text-rendering:optimizelegibility;margin:0;font-size:clamp(38px,4.4vw,58px);font-weight:620;line-height:1.14}.final-cta p{max-width:540px;color:var(--text-secondary);margin:0;font-size:clamp(16px,1.15vw,18px);line-height:1.75}.final-cta .eyebrow{margin-bottom:18px}.final-cta .hero-actions{margin-top:25px}.site-footer{width:min(calc(100% - 40px), var(--container));border-top:1px solid var(--border-soft);color:var(--text-primary);background:var(--app-bg);text-align:left;grid-template-columns:auto 1fr auto;align-items:center;gap:8px 48px;margin:0 auto;padding:42px 0;display:grid}.site-footer>.curyta-brand{grid-row:1/span 2}.site-footer>div{flex-flow:wrap;justify-content:center;align-items:center;gap:24px;display:flex}.site-footer a{color:var(--text-secondary);font-size:13px;font-weight:700;text-decoration:none}.site-footer p,.site-footer>small{color:var(--text-muted);margin:0;font-size:12px}.site-footer p{text-align:center}.site-footer>small{text-align:right;grid-area:1/3/span 2}html body .login-page{background:var(--app-bg);grid-template-columns:minmax(380px,.9fr) minmax(540px,1.1fr);min-height:100vh;display:grid}html body .login-story{color:#f6f5fa;background:#171425;flex-direction:column;justify-content:space-between;min-height:100vh;padding:clamp(34px,5vw,72px);display:flex}html body .login-story:after{content:"";background:var(--brand-gradient);height:4px;position:absolute;inset:0 0 auto}html body .login-story .curyta-wordmark{filter:invert()brightness(2)saturate(0)}html body .login-story .curyta-brand small{color:#a9a4b3}html body .login-story>div{max-width:520px}html body .login-story h1{letter-spacing:-.05em;margin:18px 0 22px;font-size:clamp(42px,5.4vw,70px);font-weight:550;line-height:1.12}html body .login-story p{color:#b9b3c5;max-width:480px;margin:0;font-size:15px;line-height:1.75}html body .login-story>small{color:#8f8999;font-size:10px}html body .login-panel{background:var(--app-bg);place-items:center;min-height:100vh;padding:80px 34px;display:grid;position:relative}html body .login-theme{position:absolute;top:25px;right:25px}html body .login-card{width:min(100%,475px);box-shadow:none;background:0 0;border:0;padding:0}html body .login-card .login-kicker,html body .login-kicker{color:var(--brand-violet);letter-spacing:.12em;font-size:10px;font-weight:850}html body .login-card h2{letter-spacing:-.035em;margin:11px 0 10px;font-size:38px;font-weight:600}html body .login-card>p{max-width:430px;color:var(--text-secondary);margin:0 0 29px;font-size:13px;line-height:1.65}html body .login-card form{gap:17px;display:grid}html body .login-card label,html body .portal-modal label{color:var(--text-secondary);gap:7px;font-size:11px;font-weight:750;display:grid}html body .login-card input,html body .portal-modal input,html body .portal-modal select,html body .portal-modal textarea{border:1px solid var(--border-strong);width:100%;min-height:48px;color:var(--text-primary);background:var(--surface);border-radius:10px;padding:11px 13px;font-size:14px}html body .portal-modal textarea{resize:vertical;min-height:112px}html body .login-card input:hover,html body .portal-modal :is(input,select,textarea):hover{border-color:var(--text-muted)}html body .login-card input:focus,html body .portal-modal :is(input,select,textarea):focus{border-color:var(--brand-violet);box-shadow:var(--focus-ring);outline:0}html body .login-card form>button,html body .form-submit{color:#fff;background:var(--brand-violet);cursor:pointer;border:0;border-radius:11px;justify-content:space-between;align-items:center;min-height:50px;padding:0 18px;font-size:13px;font-weight:800;display:flex}html body .login-card form>button:hover,html body .form-submit:hover{background:var(--brand-violet-strong)}html body .login-card button:disabled,html body .form-submit:disabled{cursor:wait;opacity:.58}html body .login-help{color:var(--text-muted);text-align:center;margin-top:22px;font-size:11px;display:block}html body .login-help a{color:var(--brand-violet);font-weight:800}html body .login-error{color:var(--danger);background:var(--danger-soft);border-radius:9px;margin:0;padding:10px 12px;font-size:11px}html body .optional-label{color:var(--text-muted);font-size:9px;font-weight:600}html body .portal-shell{min-height:100vh;color:var(--text-primary);background:var(--app-bg);grid-template-columns:250px minmax(0,1fr)}html body .portal-sidebar{z-index:60;width:250px;color:var(--text-primary);background:var(--surface);border-right:1px solid var(--border-soft);padding:27px 17px 22px}html body .portal-wordmark{margin:0 9px 38px}html:not([data-theme=dark]) body .portal-sidebar .curyta-wordmark{filter:none}html[data-theme=dark] body .portal-sidebar .curyta-wordmark{filter:invert()brightness(1.8)saturate(0)}html body .portal-sidebar nav{gap:3px}html body .portal-sidebar nav button,html body .portal-sidebar .bd-nav-link{min-height:43px;color:var(--text-secondary);background:0 0;border:0;border-radius:9px;grid-template-columns:25px 1fr auto;padding:0 11px;font-size:12px;font-weight:650}html body .portal-sidebar nav button:hover,html body .portal-sidebar .bd-nav-link:hover{color:var(--text-primary);background:var(--surface-muted)}html body .portal-sidebar nav button.active{color:var(--brand-violet);background:var(--surface-brand);box-shadow:inset 3px 0 var(--brand-violet)}html body .portal-sidebar nav button>b,html body .portal-sidebar .bd-nav-link b{color:#fff;background:var(--brand-coral)}html body .sidebar-bottom{border-color:var(--border-soft)}html body .mode-switch button{border-color:var(--border-strong);color:var(--brand-violet);background:var(--surface-brand);font-size:10px;font-weight:800}html body .user-chip>span{color:#fff;background:var(--brand-violet)}html body .user-chip strong{color:var(--text-primary)}html body .user-chip small,html body .user-chip a{color:var(--text-muted)}html body .user-chip .logout-link{min-height:0;color:var(--text-muted);font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-size:12px;line-height:1.4}html body .user-chip .logout-link:hover{color:var(--brand-violet)}html body .portal-main{padding:32px clamp(24px,3.4vw,52px) 60px}html body .portal-shell,html body .dt-shell,html body .bd-shell{font-family:var(--font-inter), Inter, "Segoe UI", sans-serif;font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1, "ss01" 1}html body .portal-shell :is(h1,h2,h3),html body .dt-shell :is(h1,h2,h3),html body .bd-shell :is(h1,h2,h3){font-family:var(--font-manrope), Manrope, sans-serif}html body .portal-header{margin-bottom:27px}html body .portal-kicker,html body .panel-kicker{color:var(--brand-violet);letter-spacing:.12em;font-size:9px;font-weight:850}html body .portal-header h1{color:var(--text-primary);font-family:var(--font-manrope), Manrope, sans-serif;letter-spacing:-.04em;margin:3px 0 0;font-size:clamp(34px,3.2vw,46px);font-weight:720}html body .header-actions{gap:8px}html body .portal-primary,html body .small-primary{color:#fff;background:var(--brand-violet);border:0;border-radius:10px;min-height:42px;padding:0 15px;font-size:11px;font-weight:800}html body .portal-primary:hover,html body .small-primary:hover{background:var(--brand-violet-strong);transform:none}html body .icon-button{border-color:var(--border-soft);color:var(--text-secondary);background:var(--surface)}html body .stat-grid{gap:12px}html body .stat-grid article{border:1px solid var(--dashboard-border);min-height:145px;color:var(--text-primary);background:var(--surface);box-shadow:none;transition:border-color .18s var(--ease), box-shadow .18s var(--ease), transform .18s var(--ease);border-radius:16px;padding:22px}html body .stat-grid article:hover{border-color:var(--border-strong);box-shadow:var(--dashboard-hover-shadow);transform:translateY(-1px)}html body .stat-grid article:after{display:none}html body .stat-grid small{color:var(--text-muted);letter-spacing:.01em;font-size:12px;font-weight:600}html body .stat-grid strong{color:var(--text-primary);font-family:var(--font-manrope), Manrope, sans-serif;letter-spacing:-.035em;font-variant-numeric:tabular-nums;font-size:clamp(32px,2.65vw,42px);font-weight:720}html body .stat-grid p{color:var(--text-muted);font-size:11.5px}html body .stat-icon{border-radius:9px}html body .stat-icon.coral{color:var(--brand-coral);background:color-mix(in srgb, var(--brand-coral) 12%, var(--surface))}html body .stat-icon.violet{color:var(--brand-violet);background:var(--surface-brand)}html body .stat-icon.green{color:var(--success);background:var(--success-soft)}html body .stat-icon.amber{color:var(--warning);background:var(--warning-soft)}html body .portal-grid{gap:12px}html body .panel{border:1px solid var(--border-soft);border-radius:var(--radius-md);color:var(--text-primary);background:var(--surface);box-shadow:none}html body .panel-heading{border-color:var(--border-soft);padding:20px 22px}html body .panel-heading h2{color:var(--text-primary);font-family:var(--font-manrope), Manrope, sans-serif;letter-spacing:-.025em;margin-top:3px;font-size:22px;font-weight:720}html body .panel-heading button{color:var(--brand-violet);font-size:10px;font-weight:800}html body .campaign-row{border-color:var(--border-soft);min-height:78px}html body .campaign-row:hover{background:var(--surface-muted)}html body .campaign-name strong,html body .table-row strong{color:var(--text-primary);font-size:13px}html body .campaign-name small,html body .campaign-status small,html body .campaign-progress small{color:var(--text-muted);font-size:10.5px}html body .campaign-progress>div{background:var(--surface-muted)}html body .campaign-progress i{background:var(--brand-violet)}html body .activity-list{padding:0 22px 12px}html body .activity-list>div{border-color:var(--dashboard-row-border);grid-template-columns:34px minmax(0,1fr);gap:13px;padding:19px 0}html body .activity-list p{gap:5px}html body .activity-list strong{color:var(--text-primary);font-size:12px;font-weight:650}html body .activity-list small,html body .activity-list time{color:var(--text-muted);font-size:11px;line-height:1.5}html body .activity-list time{margin-top:2px}html body .activity-dot{border-radius:10px;width:34px;height:34px;font-weight:750}html body .post-table,html body .budget-table{padding:0 0 15px}html body .table-head,html body .table-row{padding-left:24px;padding-right:24px}html body .table-head{color:#94a3b8;background:var(--surface-muted);border-color:var(--dashboard-row-border);min-height:44px;font-family:var(--font-inter), sans-serif;letter-spacing:.12em;text-transform:uppercase;padding-top:13px;padding-bottom:13px;font-size:12px;font-weight:650;line-height:1.2}html body .table-row{border-color:var(--dashboard-row-border);min-height:64px;color:var(--text-secondary);font-family:var(--font-inter), sans-serif;padding-top:16px;padding-bottom:16px;font-size:13px}html body .table-row small{color:var(--text-muted);font-size:11px}html body .table-row:hover{background:var(--surface-muted)}html body .creator-cell>i{color:var(--brand-violet);background:var(--surface-brand)}html body .campaign-cards{grid-template-columns:repeat(auto-fit,minmax(min(100%,360px),1fr));gap:12px}html body .campaign-cards>article{border:1px solid var(--border-soft);border-radius:var(--radius-md);background:var(--surface);box-shadow:none;flex-direction:column;display:flex}html body .campaign-cards>article:hover{border-color:var(--border-strong);transform:none}html body .campaign-cards .card-top{align-items:flex-start;gap:12px;min-width:0}html body .campaign-cards .card-top .status{white-space:nowrap;flex:none}html body .campaign-cards .card-top small{text-align:right;text-overflow:ellipsis;white-space:nowrap;min-width:0;margin-left:auto;overflow:hidden}html body .campaign-cards h3{color:var(--text-primary);font-family:var(--font-manrope), Manrope, sans-serif;font-size:22px;font-weight:720}html body .campaign-cards p{color:var(--text-secondary);font-size:11px;line-height:1.65}html body .campaign-cards .card-meta{border-color:var(--border-soft);margin-top:auto}html body .card-meta small{color:var(--text-muted)}html body .card-meta strong{color:var(--text-primary);font-family:var(--font-manrope), Manrope, sans-serif;font-variant-numeric:tabular-nums}html body .card-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}html body .card-actions button,html body .card-actions a,html body .view-order-button{border-color:var(--border-strong);width:100%;min-height:40px;color:var(--text-secondary);background:var(--surface);border-radius:9px;justify-content:center;align-items:center;font-size:11px;font-weight:750;text-decoration:none;display:inline-flex}html body .card-actions .view-order-button{color:#fff;background:var(--brand-violet);border-color:var(--brand-violet);grid-column:auto}html body .card-actions button:last-of-type,html body .card-actions .budget-action{color:var(--brand-violet);background:var(--surface-brand);border-color:color-mix(in srgb, var(--brand-violet) 28%, var(--border-soft))}html body .card-actions .whatsapp-action{color:var(--success);background:var(--success-soft);border-color:color-mix(in srgb, var(--success) 28%, var(--border-soft));grid-column:1/-1}html body .status{min-height:24px;font-family:var(--font-inter), sans-serif;letter-spacing:.01em;border-radius:999px;align-items:center;padding:5px 10px;font-size:12px;font-weight:700;line-height:1}html body .status.live,html body .status.publishing,html body .status.completed,html body .status.paid,html body .status.approved,html body .status.resolved{color:var(--success);background:var(--success-soft)}html body .status.creator-selection,html body .status.content-production,html body .status.approval{color:var(--brand-violet);background:var(--surface-brand)}html[data-theme=dark] body .status.creator-selection,html[data-theme=dark] body .status.content-production,html[data-theme=dark] body .status.approval{color:#b9a2ff;background:#302852}html body .status.open,html body .status.awaiting-payment,html body .status.payment-pending,html body .status.partially-paid,html body .status.brief-received,html body .status.draft-review{color:var(--warning);background:var(--warning-soft)}html body .status.urgent,html body .status.rejected,html body .status.unpaid{color:var(--danger);background:var(--danger-soft)}html body .query-item,html body .budget-item,html body .customer-item{border-color:var(--border-soft);color:var(--text-primary);background:var(--surface)}html body .query-item:hover,html body .budget-item:hover,html body .customer-item:hover{background:var(--surface-muted)}html body .campaign-empty button,html body .empty button{color:#fff;background:var(--brand-violet);border:0;border-radius:9px;font-weight:800}html body .portal-modal-backdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0b0f189e}html body .portal-modal{border:1px solid var(--border-soft);border-radius:var(--radius-lg);color:var(--text-primary);background:var(--surface-raised);box-shadow:var(--shadow-md)}html body .modal-header{border-color:var(--border-soft)}html body .modal-header h2{color:var(--text-primary);letter-spacing:-.025em;font-family:inherit;font-weight:650}html body .modal-header>button{color:var(--text-secondary);background:var(--surface-muted)}html body .form-message{color:var(--danger);background:var(--danger-soft)}html body .payment-note{background:var(--info-soft);border:0;border-radius:10px}html body .payment-note span{color:var(--info);background:var(--surface)}html body .payment-note p,html body .payment-note strong{color:var(--text-secondary)}html body .whatsapp-help{border-color:color-mix(in srgb, var(--success) 28%, transparent);background:var(--success-soft)}html body .order-dossier{color:var(--text-primary)}html body .order-dossier-hero,html body .order-detail-section{border-color:var(--border-soft)}html body .order-dossier-hero p,html body .order-facts p,html body .full-brief p{color:var(--text-secondary)}html body .order-detail-heading>span{color:var(--brand-violet);background:var(--surface-brand)}html body .order-facts>div,html body .order-money-grid>div,html body .full-brief,html body .order-mini-list{border-color:var(--border-soft);background:var(--surface-muted)}html body .order-progress{background:var(--surface-muted)}html body .order-progress i{background:var(--brand-violet)}.portal-mobile-bar,.portal-nav-close,.portal-nav-backdrop{display:none}html body .dt-shell{min-height:100vh;color:var(--text-primary);background:var(--app-bg)!important}html body .dt-nav{color:var(--text-primary);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-color:var(--border-soft)!important;background:color-mix(in srgb, var(--surface) 94%, transparent)!important;box-shadow:none!important}html body .dt-nav a{color:var(--text-secondary)!important}html body .dt-container{width:min(100% - 32px,1260px)}html body :is(.dt-campaign-hero,.dt-progress-panel,.dt-requirement-strip,.dt-platform-breakdown,.dt-admin,.dt-customer){border:1px solid var(--border-soft)!important;border-radius:var(--radius-md)!important;color:var(--text-primary)!important;background:var(--surface)!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}html body .dt-kicker{color:var(--brand-violet);font-size:10px}html body .dt-campaign-hero h1,html body .dt-section-head h2,html body .dt-audit-grid h3,html body .dt-customer h3{font-family:var(--font-manrope), Manrope, sans-serif;letter-spacing:-.025em;color:var(--text-primary)!important}html body .dt-campaign-hero p,html body .dt-section-head p,html body .dt-card-body>p,html body .dt-list-main p{color:var(--text-secondary)!important}html body .dt-progress-bar i{background:var(--surface-muted)}html body .dt-progress-bar em{background:var(--brand-violet)}html body .dt-grid-toolbar,html body .dt-customer-filters,html body .dt-bulk{border-color:var(--border-soft)!important;background:var(--surface-muted)!important}html body .dt-data-grid{color:var(--text-primary);font-size:12px}html body .dt-data-grid th,html body .dt-data-grid thead .sticky{height:48px;font-family:var(--font-inter), sans-serif;letter-spacing:.11em;text-transform:uppercase;padding:0 12px;font-size:12px;font-weight:650;border-color:var(--dashboard-row-border)!important;color:#94a3b8!important;background:var(--surface-muted)!important}html body .dt-data-grid td,html body .dt-data-grid .sticky{height:64px;padding:10px 12px;border-color:var(--dashboard-row-border)!important;color:var(--text-primary)!important;background:var(--surface)!important}html body .dt-data-grid tr:hover td{background:var(--surface-muted)!important}html body .dt-data-grid :is(input,select,textarea){color:var(--text-primary)!important}html body .dt-data-grid :is(input,select,textarea):focus{box-shadow:var(--focus-ring);border-color:var(--brand-violet)!important;background:var(--surface-raised)!important}html body :is(.dt-card,.dt-deliverable-list>article,.dt-audit-grid>article,.dt-customer-notifications,.dt-customer-timeline){border-color:var(--border-soft)!important;color:var(--text-primary)!important;background:var(--surface)!important;box-shadow:none!important}html body .dt-modal{border-color:var(--border-soft)!important;color:var(--text-primary)!important;background:var(--surface-raised)!important}html body .dt-modal :is(input,select,textarea){border-color:var(--border-strong)!important;color:var(--text-primary)!important;background:var(--surface)!important}html body :is(.dt-section-head .primary,.dt-filter-apply,.dt-submit){border-color:var(--brand-violet)!important;color:#fff!important;background:var(--brand-violet)!important;box-shadow:none!important}html body :is(.dt-section-head .primary,.dt-filter-apply,.dt-submit):hover{background:var(--brand-violet-strong)!important}html body .bd-shell{color:var(--text-primary);background:var(--app-bg)}html body .bd-sidebar{border-color:var(--border-soft);color:var(--text-primary);background:var(--surface)}html body .bd-sidebar button{color:var(--text-secondary)}html body .bd-sidebar button:hover,html body .bd-sidebar button.active{color:var(--brand-violet);background:var(--surface-brand)}html body .bd-main{background:var(--app-bg)}html body .bd-topbar h1{color:var(--text-primary);font-family:var(--font-manrope), Manrope, sans-serif}html body .bd-topbar em{color:var(--brand-violet);font-family:inherit;font-style:normal;font-weight:600}html body .bd-topbar-actions{align-items:center;gap:10px;display:flex}html body :is(.bd-metrics>div,.bd-command,.bd-list,.bd-detail,.bd-alert){border-color:var(--dashboard-border);color:var(--text-primary);background:var(--surface);box-shadow:none}html body .bd-metrics strong{font-family:var(--font-manrope), Manrope, sans-serif;font-variant-numeric:tabular-nums}html body .bd-command :is(input,select),html body .bd-detail :is(input,select,textarea){border-color:var(--border-strong);color:var(--text-primary);background:var(--surface)}html body .bd-lead{border-color:var(--border-soft);color:var(--text-primary);background:var(--surface)}html body .bd-lead:hover,html body .bd-lead.active{background:var(--surface-brand)}html body .bd-logo,html body .bd-orb{color:var(--brand-violet);background:var(--surface-brand)}html body :is(.bd-empty,.bd-detail-empty){color:var(--text-secondary)}html body :is(.bd-empty span,.bd-detail-empty>span){color:var(--brand-violet);background:var(--surface-brand)}html body :is(.bd-empty p,.bd-detail-empty p){color:var(--text-muted);opacity:1}html body .bd-metrics .accent{color:var(--brand-violet);background:var(--surface-brand)}html body .bd-command button{color:#fff;background:var(--brand-violet)}html body .bd-command button:hover{background:var(--brand-violet-strong)}html body .portal-shell{font-size:15px;line-height:1.55}html body .portal-kicker,html body .panel-kicker{font-size:11px;line-height:1.35}html body .portal-sidebar nav button,html body .portal-sidebar .bd-nav-link{min-height:46px;font-size:14px;line-height:1.35}html body .mode-switch button{min-height:40px;font-size:12px}html body .user-chip strong{font-size:14px;line-height:1.35}html body .user-chip small,html body .user-chip a{font-size:12px;line-height:1.4}html body .portal-primary,html body .small-primary{min-height:44px;font-size:13px}html body .stat-grid small{font-size:13.5px;line-height:1.4}html body .stat-grid p{font-size:13px;line-height:1.5}html body .panel-heading button{font-size:12.5px}html body .campaign-row{min-height:86px}html body .campaign-name strong,html body .table-row strong{font-size:14.5px;line-height:1.4}html body .campaign-name small,html body .campaign-status small,html body .campaign-progress small{font-size:12.5px;line-height:1.45}html body .activity-list strong{font-size:14px;line-height:1.4}html body .activity-list small,html body .activity-list time{font-size:12.5px;line-height:1.55}html body .table-head{font-size:12.5px}html body .table-row{font-size:14px;line-height:1.5}html body .table-row small,html body .creator-cell small{font-size:12px;line-height:1.45}html body .campaign-cards p{font-size:14px;line-height:1.65}html body .card-top small{font-size:11.5px}html body .card-meta small{font-size:12px;line-height:1.4}html body .card-meta strong{font-size:14px;line-height:1.4}html body .card-actions button,html body .card-actions a,html body .view-order-button{min-height:44px;font-size:13px}html body .status{min-height:28px;font-size:12.5px}html body .query-list strong{font-size:14px;line-height:1.4}html body .query-list small,html body .query-list time{font-size:12px;line-height:1.45}html body .query-detail h2{font-family:var(--font-manrope), Manrope, sans-serif;font-size:30px;font-weight:720}html body .query-detail>small{font-size:12.5px}html body .query-detail>p{font-size:15.5px;line-height:1.7}html body .admin-response strong{font-size:12px}html body .admin-response p{font-size:14px;line-height:1.6}html body .customer-grid strong{font-size:15px;line-height:1.4}html body .customer-grid p{font-size:13px;line-height:1.55}html body .customer-grid small{font-size:12px;line-height:1.4}html body .customer-grid dt{font-size:11px}html body .customer-grid dd{font-family:var(--font-manrope), Manrope, sans-serif;font-variant-numeric:tabular-nums;font-size:14px}html body .campaign-empty strong,html body .modal-empty strong{font-family:var(--font-manrope), Manrope, sans-serif;font-size:20px;font-weight:720}html body .campaign-empty p,html body .modal-empty p{font-size:13.5px;line-height:1.65}html body .campaign-empty button,html body .empty button{min-height:42px;padding-inline:16px;font-size:13px}html body .portal-modal label{font-size:13px}html body .portal-modal :is(input,select,textarea){font-size:15px}html body .modal-header h2{font-family:var(--font-manrope), Manrope, sans-serif;font-size:24px;font-weight:720}html body .dt-shell{font-size:15px;line-height:1.55}html body .dt-kicker{font-size:11.5px}html body .dt-campaign-hero p,html body .dt-section-head p{font-size:15px;line-height:1.6}html body .dt-campaign-dates small{font-size:11.5px}html body .dt-campaign-dates strong{font-size:15px}html body .dt-progress-copy>span{font-size:11px}html body .dt-progress-copy>strong,html body .dt-progress-stats strong,html body .dt-metrics strong{font-family:var(--font-manrope), Manrope, sans-serif;font-variant-numeric:tabular-nums}html body .dt-progress-copy p,html body .dt-progress-bar>div{font-size:13.5px}html body .dt-progress-stats small{font-size:11.5px}html body .dt-requirement-strip strong{font-size:14px}html body .dt-requirement-strip small{font-size:12px}html body .dt-section-head h2{font-size:32px;font-weight:720}html body .dt-head-actions button,html body .dt-head-actions a,html body .dt-import,html body .dt-grid-toolbar :is(select,input),html body .dt-customer-filters :is(select,input),html body .dt-bulk :is(select,input,button){font-size:13px}html body .dt-count,html body .dt-bulk{font-size:12.5px}html body .dt-data-grid{font-size:13.5px}html body .dt-data-grid th{font-size:12px}html body .dt-data-grid td{line-height:1.5}html body .dt-pagination{font-size:13px}html body .dt-view-tabs button,html body .dt-view-switch button{font-size:12.5px}html body .dt-card-body header strong{font-size:15px}html body .dt-card-body header small,html body .dt-card-meta span,html body .dt-list-main p{font-size:12.5px;line-height:1.5}html body .dt-card-body>p{font-size:13px;line-height:1.6}html body .dt-feedback-actions button,html body .dt-feedback-actions a{font-size:12.5px}html body .dt-form label{font-size:13px}html body .dt-form :is(input,select,textarea){font-size:15px}html body .bd-shell{font-size:15px;line-height:1.55}html body .bd-topbar h1{letter-spacing:-.04em;font-weight:720}html body .bd-metrics strong{font-weight:720}@media (max-width:1024px){.hero-section{grid-template-columns:1fr 420px;gap:45px}.hero-copy h1{font-size:54px}.section-heading{gap:40px}.human-section{gap:55px}html body .portal-shell{grid-template-columns:220px minmax(0,1fr)}html body .portal-sidebar{width:220px}html body .portal-main{padding-inline:24px}html body .stat-grid{grid-template-columns:repeat(2,1fr)}html body .portal-grid{grid-template-columns:1fr}}@media (max-width:820px){.site-header{grid-template-columns:1fr auto auto}.desktop-nav,.site-actions .button{display:none}.site-actions{justify-self:auto;margin-left:auto;margin-right:12px}.mobile-menu{display:block}.mobile-menu summary{border:1px solid var(--border-soft);background:var(--surface);cursor:pointer;border-radius:10px;place-content:center;gap:4px;width:42px;height:42px;list-style:none;display:grid}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu summary span{background:var(--text-primary);width:17px;height:1.5px}.mobile-menu nav{border:1px solid var(--border-soft);border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-md);gap:4px;padding:18px;display:grid;position:absolute;inset:70px 0 auto}.mobile-menu nav a{color:var(--text-secondary);padding:12px;font-size:13px;font-weight:700;text-decoration:none}.mobile-menu nav .button{color:#fff}.hero-section{grid-template-columns:1fr;gap:54px;min-height:auto;padding:68px 0 76px}.hero-copy{max-width:680px}.decision-board{max-width:570px}.section-heading{grid-template-columns:1fr;gap:22px}.section-heading .eyebrow{grid-column:auto}.capability-grid{grid-template-columns:1fr}.capability-grid article,.capability-grid article+article{border-right:0;border-bottom:1px solid var(--border-soft);min-height:auto;padding:28px 0}.capability-grid article:last-child{border-bottom:0}.capability-grid h3{margin-top:24px}.human-section{grid-template-columns:1fr}.influencer-universe{width:100%;max-width:560px}.process-list{grid-template-columns:repeat(2,1fr)}.process-list li{min-height:250px}.pricing-grid{grid-template-columns:1fr}.pricing-grid article{min-height:470px}.final-cta{grid-template-columns:1fr;gap:28px;padding:58px 42px}html body .login-page{grid-template-columns:1fr}html body .login-story{min-height:auto;padding:34px 28px}html body .login-story>div,html body .login-story>small{display:none}html body .login-panel{min-height:calc(100vh - 106px);padding:80px 24px 50px}html body .portal-shell{display:block}html body .portal-sidebar{border-right:1px solid var(--border-soft);background:var(--surface);width:min(320px,86vw);height:100vh;transition:transform .22s var(--ease);box-shadow:var(--shadow-md);border-bottom:0;flex-direction:column;align-items:stretch;gap:0;padding:28px 17px 22px;display:flex;position:fixed;inset:0 auto 0 0;transform:translate(-105%)}html body .portal-sidebar .portal-wordmark{margin:0 9px 34px}html body .portal-sidebar nav{-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:0;flex-direction:column;gap:3px;width:auto;padding:0;display:flex;position:static}html body .portal-sidebar nav button,html body .portal-sidebar nav .bd-nav-link{border-radius:9px;grid-template-columns:25px 1fr auto;min-width:0;min-height:46px;padding:0 11px;font-size:14px;line-height:1.35;display:grid}html body .portal-sidebar nav .bd-nav-link:after{content:none}html body .portal-sidebar nav .bd-nav-link b{display:grid}html body .sidebar-bottom{flex-direction:column;align-items:stretch;gap:12px;width:100%;margin-top:auto;display:flex}html body .sidebar-bottom .user-chip{border-top:1px solid var(--border-soft);align-items:center;gap:10px;padding:16px 4px 0;display:flex}html body .sidebar-bottom .user-chip div{flex-direction:column;flex:1;gap:3px;display:flex}html body .portal-shell.nav-open .portal-sidebar{transform:translate(0)}.portal-nav-backdrop{z-index:55;background:#080b1280;border:0;width:100%;height:100%;position:fixed;inset:0}.portal-shell.nav-open .portal-nav-backdrop{display:block}.portal-nav-close{width:34px;height:34px;color:var(--text-primary);background:var(--surface-muted);border:0;border-radius:8px;font-size:20px;position:absolute;top:15px;right:14px}html body .portal-sidebar .portal-nav-close{place-items:center;display:grid}.portal-mobile-bar{border-bottom:1px solid var(--border-soft);background:var(--surface);grid-template-columns:1fr auto 1fr;align-items:center;min-height:61px;margin:-20px -18px 23px;padding:10px 18px;display:grid}.portal-mobile-bar>button{background:var(--surface-muted);border:0;border-radius:9px;place-content:center;gap:4px;width:38px;height:38px;padding:0;display:grid}.portal-mobile-bar>button span{background:var(--text-primary);width:16px;height:1.5px}.portal-mobile-bar>a{justify-self:center}.portal-mobile-bar>.theme-toggle{justify-self:end}html body .portal-main{padding:20px 18px 45px}html body .portal-header{align-items:flex-start}html body .portal-header .theme-toggle{display:none}html body .header-actions{flex-wrap:wrap;justify-content:flex-end}html body .post-table{overflow-x:auto}html body .table-head,html body .table-row{min-width:760px}}@media (max-width:560px){.hero-section,.credibility-strip>*,.content-section,.human-section,.pricing-section,.final-cta,.site-footer{width:min(calc(100% - 28px), var(--container))}.site-header{width:100%;height:70px;padding-inline:14px}.site-actions{display:none}.curyta-brand .curyta-wordmark{width:105px}.curyta-brand>img{width:32px;height:32px}.site-actions .theme-toggle{display:none}.hero-section{padding-top:49px}.hero-copy h1{letter-spacing:-.035em;text-wrap:pretty;font-size:clamp(40px,12vw,52px);line-height:1.14}.hero-lede{font-size:16px;line-height:1.7}.hero-actions{display:grid}.hero-actions .button{width:100%}.hero-proof{grid-template-columns:repeat(2,1fr);display:grid}.decision-board{border-radius:var(--radius-lg);padding:18px}.decision-heading{align-items:flex-start}.reviewed-badge{white-space:nowrap}.decision-summary{grid-template-columns:repeat(3,1fr);display:grid}.decision-path{grid-template-columns:1fr;gap:7px}.decision-path i{transform-origin:50%;transform:rotate(90deg)}.decision-summary span{padding:10px 7px}.decision-summary strong{font-size:11px}.creator-list article{gap:8px}.content-section,.human-section,.pricing-section{padding-block:76px}.final-cta{padding:52px 24px}.section-heading h2,.human-copy h2,.final-cta h2{font-size:36px}.capability-grid{margin-top:46px}.influencer-universe{min-height:510px}.orbit-outer{width:380px;height:380px}.orbit-middle{width:270px;height:270px}.orbit-inner{width:170px;height:170px}.network-node{min-width:102px}.node-two{right:2%}.node-three{right:1%}.node-six{left:1%}.process-section{padding-block:76px}.process-list{grid-template-columns:1fr}.process-list li{border-right:0;gap:30px;min-height:auto;padding:27px 8px 32px}.pricing-grid article{min-height:465px;padding:24px}.site-footer{grid-template-columns:1fr}.site-footer>.curyta-brand,.site-footer>small{grid-area:auto}.site-footer>div{justify-content:flex-start;gap:15px}.site-footer p,.site-footer>small{text-align:left}html body .login-story{padding:22px 18px}html body .login-panel{padding-inline:18px}html body .login-theme{top:18px;right:18px}html body .login-card h2{font-size:32px}html body .portal-header{gap:16px;display:grid}html body .portal-header h1{font-size:34px;line-height:1.08}html body .header-actions{justify-content:flex-start}html body .stat-grid{grid-template-columns:1fr}html body .stat-grid article{min-height:125px}html body .campaign-row{grid-template-columns:auto 1fr auto;gap:9px}html body .campaign-status,html body .campaign-progress{display:none}html body .panel-heading{padding:17px}html body .portal-modal{border-radius:var(--radius-md);width:calc(100% - 18px);max-height:calc(100vh - 18px)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
