@import "https://fonts.googleapis.com/css2?family=Bebas+Neue&family=IBM+Plex+Mono:wght@400;500&family=Inter:wght@400;500;600&family=Lato:wght@400;700&family=Manrope:wght@400;500;600&family=Merriweather:wght@400;700&family=Montserrat:wght@400;500;600&family=Noto+Sans:wght@400;500;600;700&family=Noto+Sans+Arabic:wght@400;500;600;700&family=Noto+Sans+Devanagari:wght@400;500;600;700&family=Noto+Sans+Hebrew:wght@400;500;600;700&family=Open+Sans:wght@400;500;600&family=Oswald:wght@400;500;600&family=Poppins:wght@400;500;600&family=Raleway:wght@400;500;600&family=Roboto:wght@400;500;700&display=swap";.confirmation-modal{z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0211198c;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.confirmation-modal__content{box-sizing:border-box;border:1px solid var(--border);width:min(100%,420px);color:var(--text-primary);background:var(--surface);box-shadow:var(--shadow);text-align:center;border-radius:20px;padding:34px;animation:.18s confirmation-modal-enter}.confirmation-modal__icon{width:50px;height:50px;color:var(--accent);background:var(--accent-soft);border:1px solid #c9942f2e;border-radius:12px;place-items:center;margin:0 auto 20px;display:grid}.confirmation-modal__icon svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:25px;height:25px;margin-left:4px}.confirmation-modal__title{color:var(--text-primary);margin:0;font-size:16px;font-weight:700}.confirmation-modal__description{max-width:330px;color:var(--text-secondary);margin:12px auto 26px;font-size:12px;line-height:1.7}.confirmation-modal__actions{grid-template-columns:1fr 1fr;gap:12px;display:grid}.confirmation-modal__button{cursor:pointer;border-radius:11px;min-height:44px;padding:0 18px;font-family:inherit;font-size:12px;font-weight:600;transition:color .18s,border-color .18s,background-color .18s,opacity .18s}.confirmation-modal__button:disabled{cursor:not-allowed;opacity:.65}.confirmation-modal__button--cancel{border:1px solid var(--border);color:var(--text-secondary);background:0 0}.confirmation-modal__button--cancel:hover:not(:disabled){color:var(--text-primary);background:var(--surface-soft)}.confirmation-modal__button--confirm{border:1px solid var(--accent);color:#fff;background:var(--accent)}.confirmation-modal__button--confirm:hover:not(:disabled){opacity:.88}@keyframes confirmation-modal-enter{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=560px){.confirmation-modal{padding:14px}.confirmation-modal__content{border-radius:17px;padding:28px 22px 22px}.confirmation-modal__actions{grid-template-columns:1fr}.confirmation-modal__button--confirm{order:-1}}.confirmation-modal__button--warning{color:var(--background);background:var(--accent)}.confirmation-modal__button--warning:hover:not(:disabled){filter:brightness(1.05)}.admin-layout{--sidebar-width:240px;--sidebar-collapsed-width:68px;--background:#fff;--surface:#fff;--surface-soft:#f8fafc;--sidebar-background:#fff;--text-primary:#183247;--text-secondary:#607789;--text-muted:#91a1ad;--border:#e4eaf0;--accent:#c9942f;--accent-soft:#c9942f1a;--shadow:0 16px 40px #18324712;min-height:100vh;color:var(--text-primary);background:var(--background);font-family:Manrope,sans-serif}.admin-layout[data-theme=dark]{--background:#081721;--surface:#0e2432;--surface-soft:#102a3a;--sidebar-background:#091c28;--text-primary:#edf4f7;--text-secondary:#93aebb;--text-muted:#688795;--border:#a6c9d81a;--accent:#dfad49;--accent-soft:#dfad491c;--shadow:0 20px 48px #00080e47}.admin-layout__content{min-height:100vh;margin-left:var(--sidebar-width);background:var(--background);transition:margin-left .22s}.admin-layout__main{background:var(--background);min-height:calc(100vh - 58px);padding:26px 30px 40px}.admin-layout--sidebar-collapsed .admin-layout__content{margin-left:var(--sidebar-collapsed-width)}.admin-layout__overlay{display:none}.admin-sidebar{z-index:30;width:var(--sidebar-width);box-sizing:border-box;border-right:1px solid var(--border);background:var(--sidebar-background);flex-direction:column;height:100vh;padding:24px 18px 20px;transition:width .22s,padding .22s,transform .22s,background-color .22s;display:flex;position:fixed;inset:0 auto 0 0;overflow:hidden}.admin-sidebar--collapsed{width:var(--sidebar-collapsed-width);padding-inline:12px}.admin-sidebar__header{justify-content:space-between;align-items:center;gap:12px;min-height:76px;display:flex}.admin-sidebar__brand{flex:1;justify-content:center;align-items:center;min-width:0;display:flex}.admin-sidebar__logo{object-fit:contain;max-width:100%;height:auto;transition:width .22s,opacity .18s;display:block}.admin-sidebar__logo--full{width:160px}.admin-sidebar__logo--icon{width:46px;height:46px;display:none}.admin-sidebar--collapsed .admin-sidebar__logo--full{display:none}.admin-sidebar--collapsed .admin-sidebar__logo--icon{display:block}.admin-sidebar__mobile-close{display:none}.admin-sidebar__navigation{flex-direction:column;gap:7px;width:100%;margin-top:34px;display:flex}.admin-sidebar__link{box-sizing:border-box;width:100%;min-height:46px;color:var(--text-secondary);white-space:nowrap;border:1px solid #0000;border-radius:11px;align-items:center;gap:13px;padding:0 14px;text-decoration:none;transition:color .18s,background-color .18s,border-color .18s;display:flex}.admin-sidebar__link:hover{color:var(--text-primary);background:var(--surface-soft)}.admin-sidebar__link--active{color:var(--accent);background:var(--accent-soft);border-color:#c9942f24}.admin-sidebar__link-icon{flex:0 0 20px;justify-content:center;align-items:center;width:20px;height:20px;margin-left:10px;display:flex}.admin-sidebar__link-icon svg,.admin-sidebar__collapse svg,.admin-sidebar__logout-icon svg{fill:none;stroke:currentColor;stroke-width:1.6px;stroke-linecap:round;stroke-linejoin:round;width:100%;height:100%;display:block}.admin-sidebar__link-label{min-width:0;font-size:13px;font-weight:500;transition:opacity .16s,width .22s;overflow:hidden}.admin-sidebar--collapsed .admin-sidebar__link{border-radius:12px;justify-content:center;width:44px;height:44px;min-height:44px;margin-inline:auto;padding:0}.admin-sidebar--collapsed .admin-sidebar__link-icon{margin-left:12px}.admin-sidebar--collapsed .admin-sidebar__link-label{opacity:0;width:0}.admin-sidebar__footer{flex-direction:column;gap:8px;margin-top:auto;display:flex}.admin-sidebar__logout,.admin-sidebar__collapse{box-sizing:border-box;width:100%;min-height:44px;color:var(--text-secondary);cursor:pointer;white-space:nowrap;background:0 0;border-radius:12px;align-items:center;gap:12px;padding:0 14px;transition:color .18s,background-color .18s,border-color .18s;display:flex}.admin-sidebar__logout{border:1px solid #0000}.admin-sidebar__collapse{border:1px solid var(--border)}.admin-sidebar__logout:hover{color:var(--accent);background:var(--accent-soft);border-color:#c9942f24}.admin-sidebar__collapse:hover{color:var(--text-primary);background:var(--surface-soft)}.admin-sidebar__logout-icon,.admin-sidebar__collapse svg{flex:0 0 18px;width:18px;height:18px}.admin-sidebar__logout-label,.admin-sidebar__collapse span{font-size:11px;font-weight:500}.admin-sidebar--collapsed .admin-sidebar__logout,.admin-sidebar--collapsed .admin-sidebar__collapse{justify-content:center;padding-inline:0}.admin-sidebar--collapsed .admin-sidebar__logout-label,.admin-sidebar--collapsed .admin-sidebar__collapse span{display:none}.admin-header{z-index:15;border-bottom:1px solid var(--border);background:var(--surface);justify-content:space-between;align-items:center;gap:18px;min-height:58px;padding:0 22px;display:flex;position:sticky;top:0}.admin-header__left,.admin-header__actions,.admin-header__user,.admin-header__user-skeleton{align-items:center;display:flex}.admin-header__left{gap:14px}.admin-header__actions{gap:12px}.admin-header__icon-button{border:1px solid var(--border);width:34px;height:34px;color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:9px;place-items:center;transition:color .18s,border-color .18s,background-color .18s;display:grid}.admin-header__icon-button:hover{color:var(--accent);background:var(--surface-soft);border-color:#c9942f3d}.admin-header__icon-button svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:17px;height:17px}.admin-header__menu{display:none}.admin-header__user{gap:8px}.admin-header__avatar{width:32px;height:32px;color:var(--accent);background:var(--accent-soft);border:1px solid #c9942f38;border-radius:50%;place-items:center;font-size:10px;font-weight:700;display:grid}.admin-header__avatar--image{object-fit:cover;display:block}.admin-header__user-name{max-width:120px;color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:600;overflow:hidden}.admin-header__user-skeleton{gap:8px}.admin-header__skeleton-avatar,.admin-header__skeleton-name{background:var(--surface-soft);position:relative;overflow:hidden}.admin-header__skeleton-avatar:after,.admin-header__skeleton-name:after{content:"";background:linear-gradient(90deg,#0000,#ffffff73,#0000);animation:1.3s infinite admin-shimmer;position:absolute;inset:0;transform:translate(-100%)}.admin-layout[data-theme=dark] .admin-header__skeleton-avatar:after,.admin-layout[data-theme=dark] .admin-header__skeleton-name:after{background:linear-gradient(90deg,#0000,#ffffff14,#0000)}.admin-header__skeleton-avatar{border-radius:50%;flex:0 0 32px;width:32px;height:32px}.admin-header__skeleton-name{border-radius:999px;width:68px;height:11px}@keyframes admin-shimmer{to{transform:translate(100%)}}@media (width<=900px){.admin-layout__content,.admin-layout--sidebar-collapsed .admin-layout__content{margin-left:0}.admin-layout__main{padding:24px 20px 40px}.admin-sidebar,.admin-sidebar--collapsed{width:min(82vw,288px);padding:22px 18px;transform:translate(-105%)}.admin-sidebar--open,.admin-sidebar--collapsed.admin-sidebar--open{transform:translate(0)}.admin-sidebar .admin-sidebar__logo--full,.admin-sidebar--collapsed .admin-sidebar__logo--full{width:160px;display:block}.admin-sidebar .admin-sidebar__logo--icon,.admin-sidebar--collapsed .admin-sidebar__logo--icon{display:none}.admin-sidebar__header{min-height:76px}.admin-sidebar__mobile-close{border:1px solid var(--border);width:40px;height:40px;color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:11px;flex:0 0 40px;place-items:center;font-size:23px;line-height:1;display:grid}.admin-sidebar__navigation{margin-top:28px}.admin-sidebar--collapsed .admin-sidebar__link{border-radius:11px;justify-content:flex-start;width:100%;height:auto;min-height:46px;margin:0;padding:0 14px}.admin-sidebar--collapsed .admin-sidebar__link-icon{margin-left:10px}.admin-sidebar--collapsed .admin-sidebar__link-label{opacity:1;width:auto;display:inline}.admin-sidebar--collapsed .admin-sidebar__logout{justify-content:flex-start;padding:0 14px}.admin-sidebar--collapsed .admin-sidebar__logout-label{display:inline}.admin-sidebar__collapse{display:none}.admin-layout__overlay{z-index:20;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#02111994;border:0;display:block;position:fixed;inset:0}.admin-header{min-height:74px;padding:0 20px}.admin-header__left{flex:1;justify-content:flex-start}.admin-header__actions{gap:10px;margin-left:auto}.admin-header__menu{display:grid}}@media (width<=560px){.admin-header{padding-inline:14px}.admin-header__user-info{display:none}.admin-header__actions{gap:8px}.admin-layout__main{padding:22px 14px 36px}.admin-header__skeleton-name{display:none}}@media (prefers-reduced-motion:reduce){.admin-layout__content,.admin-sidebar,.admin-sidebar__logo,.admin-sidebar__link,.admin-sidebar__link-label,.admin-sidebar__logout,.admin-sidebar__collapse,.admin-header__icon-button{transition:none}.admin-header__skeleton-avatar:after,.admin-header__skeleton-name:after{animation:none}}.dock{z-index:20;width:min(1180px,100% - 32px);position:fixed;top:18px;left:50%;transform:translate(-50%)}.dock__bar{min-height:var(--dock);border:1px solid var(--fio);border-radius:var(--r-pill);-webkit-backdrop-filter:blur(20px)saturate(1.4);background:#0e2b41e0;justify-content:space-between;align-items:center;gap:1.5rem;padding:0 12px 0 22px;display:flex;box-shadow:0 18px 60px #01050abf}.dock__brand{flex:none;align-items:center;display:inline-flex}.dock__brand img{width:auto;height:36px;display:block}.dock__links{justify-content:center;align-items:center;gap:.35rem;min-width:0;display:flex}.dock__links a{border-radius:var(--r-pill);letter-spacing:.1em;text-transform:uppercase;color:var(--bruma);padding:.6rem 1.05rem;font-size:.72rem;font-weight:600;transition:color .22s,background .22s;display:block}.dock__links a:hover,.dock__links a:focus-visible{color:var(--espuma);background:#f2f8fc12}.dock__cta,.dock__mobileCta{border-radius:var(--r-pill);color:var(--abismo);letter-spacing:.06em;white-space:nowrap;background:var(--ouro);justify-content:center;align-items:center;font-size:.8rem;font-weight:700;transition:transform .24s cubic-bezier(.16,1,.3,1),box-shadow .24s,background .24s;display:inline-flex}.dock__cta{padding:.72rem 1.35rem}.dock__cta:hover,.dock__mobileCta:hover{transform:translateY(-3px);box-shadow:0 14px 34px #c49a435c}.dock__menu{display:none}.dock__menuButton{list-style:none}.dock__menuButton::-webkit-details-marker{display:none}.dock__mobileMenu{display:none}@media (width<=900px){.dock{width:min(100% - 32px,520px)}.dock__bar{min-height:62px;padding:0 10px 0 22px}.dock__brand img{height:34px}.dock__links,.dock__cta{display:none}.dock__menu{display:block;position:relative}.dock__menuButton{z-index:22;cursor:pointer;background:#f2f8fc12;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:42px;height:42px;display:inline-flex}.dock__menuButton span{background:var(--espuma);border-radius:2px;width:16px;height:1.5px;transition:opacity .2s,transform .2s;display:block}.dock__menu[open] .dock__menuButton span:first-child{transform:translateY(6.5px)rotate(45deg)}.dock__menu[open] .dock__menuButton span:nth-child(2){opacity:0}.dock__menu[open] .dock__menuButton span:last-child{transform:translateY(-6.5px)rotate(-45deg)}.dock__mobileMenu{z-index:21;opacity:0;pointer-events:none;background:radial-gradient(320px at 50% 20%,#d9b0641f,#0000 68%),linear-gradient(#123650fa,#040d18fa);flex-direction:column;justify-content:center;align-items:center;gap:2.4rem;min-height:100svh;padding:120px 28px 42px;transition:opacity .24s,transform .24s;display:flex;position:fixed;inset:-18px calc(-50vw + min(100vw - 32px,520px)/2) 0;transform:translateY(-12px)}.dock__menu[open] .dock__mobileMenu{opacity:1;pointer-events:auto;transform:translateY(0)}.dock__mobileLinks{text-align:center;gap:.5rem;width:min(360px,100%);display:grid}.dock__mobileLinks a{color:var(--espuma);letter-spacing:.12em;text-transform:uppercase;border-bottom:1px solid #e9f1f714;padding:1.05rem 1rem;font-size:1.18rem;font-weight:600}.dock__mobileCta{width:min(280px,100%);min-height:52px;padding:1rem 1.5rem}}@media (width<=420px){.dock{width:calc(100% - 32px)}}.hero{min-height:100svh;color:var(--espuma);text-align:center;background:0 0;flex-direction:column;justify-content:center;align-items:center;padding:150px 5vw 90px;display:flex;position:relative;overflow:hidden}.hero__light{z-index:0;pointer-events:none;height:180vh;position:absolute;top:0;left:0;right:0;overflow:hidden;-webkit-mask-image:linear-gradient(#000 0%,#0000 100%);mask-image:linear-gradient(#000 0%,#0000 100%)}.hero__light span{filter:blur(60px);background:linear-gradient(#d2e8ff0e,#0000 62%);width:52vw;height:200vh;position:absolute;top:-40vh}.hero__light span:first-child{left:-14vw;transform:rotate(8deg)}.hero__light span:last-child{opacity:.55;left:34vw;transform:rotate(-4deg)}.hero__measure,.hero__content{z-index:2;position:relative}.hero__button--primary:hover{transform:translateY(-3px);box-shadow:0 14px 34px #c49a435c}.hero__measure{--scroll-progress:0;left:max(30px, env(safe-area-inset-left));background:linear-gradient(180deg, transparent, var(--fio) 10%, var(--fio) 90%, transparent);pointer-events:none;width:1px;height:230px;position:fixed;top:40%;transform:translateY(-50%)}.hero__measure:before{background:radial-gradient(circle, #f2fffc 0%, var(--bio) 50%, #4fd9c4d9 100%);content:"";width:7px;height:7px;transform:translate(-50%, calc(var(--scroll-progress) * 230px - 50%));border-radius:50%;transition:transform .18s ease-out;position:absolute;top:0;left:50%;box-shadow:0 0 10px #4fd9c4f2,0 0 26px #4fd9c480,0 0 54px #4fd9c438}.hero__measure:after{background:repeating-linear-gradient(to bottom, var(--fio) 0 1px, transparent 1px 57px);content:"";width:6px;height:100%;position:absolute;top:0;left:0}.hero__measure span{left:14px;top:calc(var(--scroll-progress) * 100%);color:var(--bruma);font-variant-numeric:tabular-nums;letter-spacing:.14em;white-space:nowrap;font-size:.45rem;font-weight:400;transition:top .18s ease-out;position:absolute;transform:translateY(-50%)}.hero__content{flex-direction:column;align-items:center;width:min(1180px,100%);display:flex}.hero__eyebrow{color:#f2f8fc99;letter-spacing:.28em;text-transform:uppercase;align-items:center;gap:1rem;margin:0 0 2rem;font-size:.52rem;font-weight:700;display:flex}.hero__eyebrow:before,.hero__eyebrow:after{background:linear-gradient(90deg, transparent, var(--ouro-md), transparent);content:"";border-radius:2px;width:38px;height:1px}.hero__title{font-family:var(--sans);letter-spacing:-.02em;text-shadow:0 6px 60px #020c1880;font-size:clamp(3rem,6vw,7rem);font-weight:400;line-height:.98}.hero__title span{color:var(--ouro-hi);font-style:italic}.hero__description{color:#f2f8fcc7;max-width:600px;margin:2rem auto 0;font-size:1.08rem;line-height:1.8}.hero__actions{flex-wrap:wrap;justify-content:center;gap:.9rem;margin-top:2.8rem;display:flex}.hero__button--primary{color:var(--abismo);background:var(--ouro)}.hero__button--secondary{color:var(--espuma);-webkit-backdrop-filter:blur(10px);background:#f2f8fc0f;border:1px solid #f2f8fc29}.hero__button--secondary:hover{background:#f2f8fc1f;transform:translateY(-3px)}.hero__stats{flex-wrap:wrap;justify-content:center;gap:.7rem;margin:4.5rem 0 0;padding:0;display:flex}.hero__stat{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f2f8fc0d;border:1px solid #f2f8fc1f;border-radius:999px;align-items:center;gap:.75rem;min-height:60px;padding:.85rem 1.4rem;display:flex}.hero__stat dt{color:var(--ouro-hi);margin:0;font-size:1.6rem;font-weight:400;line-height:1}.hero__stat dd{max-width:132px;color:var(--bruma);text-align:left;margin:0;font-size:.7rem;line-height:1.4}@media (width<=900px){.hero{padding:130px 1.5rem 80px}.hero__measure{display:none}.hero__eyebrow{letter-spacing:.2em;gap:.75rem;margin-bottom:1.8rem;font-size:.5rem}.hero__eyebrow:before,.hero__eyebrow:after{width:28px}.hero__description{max-width:560px}}@media (width<=640px){.hero{justify-content:flex-start;min-height:100svh;padding:108px 20px 48px}.hero__eyebrow{justify-content:center;max-width:290px;line-height:1.5}.hero__eyebrow:before,.hero__eyebrow:after{flex:0 0 22px;width:22px}.hero__description{margin-top:1.7rem;line-height:1.7}.hero__stats{flex-wrap:wrap;justify-content:center;gap:.7rem;margin-top:4.5rem;display:flex}.hero__stat{border-radius:var(--r-pill);-webkit-backdrop-filter:blur(10px);background:#f2f8fc0d;border:1px solid #f2f8fc1f;align-items:center;gap:.75rem;padding:.85rem 1.4rem;display:flex}}@media (prefers-reduced-motion:reduce){.hero__measure:before,.hero__measure span{transition:none}}.animated-text{display:inline}.animated-text__sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.animated-text__content{white-space:pre-wrap}.animated-text__word{white-space:nowrap;display:inline-block}.animated-text__space{white-space:pre-wrap}.animated-text__char{opacity:0;filter:blur(8px);animation-name:animated-text-reveal;animation-duration:var(--animated-text-duration,.6s);animation-timing-function:cubic-bezier(.16,1,.3,1);animation-delay:var(--char-delay,0s);will-change:opacity, filter, transform;animation-play-state:paused;animation-fill-mode:forwards;display:inline-block;transform:translateY(.25em)}.animated-text--visible .animated-text__char{animation-play-state:running}@keyframes animated-text-reveal{0%{opacity:0;filter:blur(8px);transform:translateY(.25em)}to{opacity:1;filter:blur();transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.animated-text__char{opacity:1;filter:none;animation:none;transform:none}}.manifesto-summary{color:var(--espuma);background:0 0;padding:0 1.5rem 2rem;position:relative;overflow:hidden}.manifesto-summary__stack{z-index:1;max-width:760px;margin:0 auto;display:block;position:relative}.manifesto-summary__message{min-height:76svh;box-shadow:none;background:0 0;border:none;border-radius:0;justify-content:center;align-items:center;padding:7.5rem 0;display:flex}.manifesto-summary__message--active{opacity:1;transform:translate(0,0)}.manifesto-summary__message--upcoming{opacity:.1;transform:translateY(28px)}.manifesto-summary__message-content{flex-direction:column;justify-content:center;align-items:center;gap:1.75rem;max-width:620px;display:flex}.manifesto-summary__message-copy{color:#e9f1f7ad;text-align:center;letter-spacing:0;margin:0;font-size:clamp(1.32rem,2.15vw,1.9rem);font-weight:400;line-height:1.2}.manifesto-summary__message-copy strong,.manifesto-summary__message-copy em{color:var(--ouro-hi);font-style:normal;font-weight:600}.manifesto-summary__btn{margin-top:6rem}.manifesto-summary__button{background:var(--ouro);color:var(--abismo)}.manifesto-summary__button:hover{transform:translateY(-3px);box-shadow:0 14px 34px #c49a4347}@media (width<=700px){.manifesto-summary{padding:0 1.5rem 2rem}.manifesto-summary__stack{max-width:100%}.manifesto-summary__message{min-height:74svh;padding:5.75rem .25rem}.manifesto-summary__message-content{gap:1.5rem;max-width:34rem}.manifesto-summary__message-copy{font-size:clamp(1.32rem,5.7vw,1.62rem);line-height:1.22}}@media (prefers-reduced-motion:reduce){.manifesto-summary__message{transition:none}.manifesto-summary__message--upcoming,.manifesto-summary__message--past{transform:none}}.section-pill{width:fit-content;max-width:100%;min-height:var(--section-pill-min-height,2rem);padding:var(--section-pill-padding,.45rem 1.25rem);border:1px solid var(--section-pill-border,var(--ouro-md));border-radius:var(--r-pill);color:var(--section-pill-color,var(--ouro-hi));background:var(--section-pill-background,transparent);font-size:var(--section-pill-font-size,.6rem);font-weight:var(--section-pill-font-weight,700);letter-spacing:var(--section-pill-letter-spacing,.22em);text-transform:var(--section-pill-text-transform,uppercase);justify-content:center;align-items:center;line-height:1;display:inline-flex}.section-pill--subtle{--section-pill-border:#e9f1f724;--section-pill-color:#e9f1f7b8;--section-pill-background:#e9f1f708}.section-pill--filled{--section-pill-border:var(--ouro-md);--section-pill-color:var(--ouro-hi);--section-pill-background:var(--ouro-lo)}.section-pill--small{--section-pill-border:var(--ouro-md);--section-pill-color:var(--ouro-hi);--section-pill-background:var(--ouro-lo);--section-pill-min-height:1.575rem;--section-pill-padding:.32rem .8rem;--section-pill-font-size:.58rem;--section-pill-letter-spacing:.14em}.section-heading{--section-heading-font-family:var(--sans);color:var(--section-heading-color,inherit);font-family:var(--section-heading-font-family,inherit);font-size:var(--section-heading-font-size,clamp(2.6rem, 4.5vw, 4rem));font-weight:var(--section-heading-font-weight,400);line-height:var(--section-heading-line-height,1.02);letter-spacing:var(--section-heading-letter-spacing,-.01em);margin:1.6rem 0 0}.section-heading__accent{color:var(--section-heading-accent-color,var(--ouro-hi));font-style:italic}.section-heading__accent-block{display:block}.section-heading__accent-inline{margin-left:.2em}.card{width:100%;min-width:0;padding:var(--card-padding,clamp(1.5rem, 4vw, 2.75rem));border:1px solid var(--card-border,#e9f1f714);border-radius:var(--card-radius,var(--r-md));background:var(--card-background,var(--vidro));flex-direction:column;transition:transform .35s cubic-bezier(.16,1,.3,1),border-color .35s,box-shadow .35s;display:flex}.card:hover{border-color:var(--fio-hi);transform:translateY(-6px)}.card h3{font-family:var(--sans);margin:1.4rem 0 1rem;font-size:1.9rem;font-weight:400;line-height:1.2}.card p{color:var(--bruma);font-size:.95rem;line-height:1.8}.particle-network{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}@media (prefers-reduced-motion:reduce){.particle-network{display:none}}.marine-snow{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}@media (prefers-reduced-motion:reduce){.marine-snow{display:none}}.ambient-background{z-index:0;pointer-events:none;position:fixed;inset:0;overflow:hidden}@media (prefers-reduced-motion:reduce){.ambient-background{display:none}}.audience{color:var(--espuma);padding:5.5rem 1.5rem 8rem;position:relative}.audience__inner{width:min(1160px,100%);margin:0 auto}.audience__header{max-width:560px}.audience__title{--section-heading-font-size:clamp(3.4rem, 5vw, 5rem);--section-heading-line-height:1}.audience__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;margin-top:4.25rem;display:grid}.audience-card{--card-padding:clamp(2.5rem, 4vw, 3.75rem);--card-radius:34px;--card-border:#e9f1f714;--card-background:var(--vidro);min-height:340px}.card.audience-card:hover{border-color:var(--fio-hi)}.audience-card__title{color:var(--espuma);letter-spacing:0;margin:1.4rem 0 1rem;font-size:1.9rem;font-weight:400;line-height:1.2}.audience-card__text{color:#e9f1f785;margin:1.55rem 0;font-size:1rem;line-height:1.75}.audience-card__link{width:fit-content;color:var(--ouro-hi);letter-spacing:.08em;margin-top:auto;padding-top:2.4rem;font-size:.82rem;font-weight:700}.audience-card__link:hover{color:var(--ouro)}@media (width<=900px){.audience{padding:4rem 1.5rem 5rem}.audience__grid{grid-template-columns:1fr;gap:1.65rem;margin-top:3rem}.audience-card{min-height:auto}}@media (width<=640px){.audience{padding:3.5rem 1.5rem 4.5rem}.audience__title{--section-heading-font-size:clamp(2.8rem, 12vw, 3.45rem)}.audience-card{--card-padding:2rem;--card-radius:34px}.audience-card__title{font-size:clamp(2rem,9vw,2.5rem)}}.method{color:var(--espuma);padding:7.75rem 1.5rem 5.25rem;position:relative}.method__inner{width:min(1160px,100%);margin:0 auto}.method__header{max-width:650px}.method__title{--section-heading-font-size:clamp(3.5rem, 5.15vw, 5rem);--section-heading-font-family:var(--sans);--section-heading-font-weight:400;--section-heading-line-height:.95;--section-heading-letter-spacing:-.035em}.method__title-leading{color:var(--espuma)}.method__title-accent{color:var(--ouro-hi)}.method__intro{max-width:650px;color:var(--bruma);margin:1.9rem 0 0;font-size:1rem;line-height:1.9}.method__steps{gap:2.15rem;margin:4.7rem 0 0;padding:0;list-style:none;display:grid;position:relative}.method__steps:before{z-index:0;content:"";background:#c49a4338;width:1px;position:absolute;top:3.85rem;bottom:3.85rem;left:4.05rem}.method__step{z-index:1;position:relative}.method-card{--card-padding:1.55rem 1.8rem;--card-radius:var(--r-lg);--card-border:var(--fio);--card-background:var(--vidro);grid-template-columns:6.45rem minmax(0,1fr);align-items:center;min-height:7.75rem;transition:border-color .2s,transform .2s;display:grid}.method-card:hover{transform:translate(6px)}.method-card__icon{background:var(--raso);border-radius:50%;place-items:center;width:4.6rem;height:4.6rem;display:grid}.method-card__icon:before{content:"";aspect-ratio:1;border-radius:inherit;border:1px solid var(--ouro-md);width:4rem;position:absolute}.method-card__icon-glyph{background-color:var(--ouro-hi);width:1.7rem;height:1.7rem;-webkit-mask-image:var(--icon-mask);-webkit-mask-image:var(--icon-mask);mask-image:var(--icon-mask);display:block;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.method-card .method-card__title{color:var(--espuma);margin:0;font-size:1.08rem;font-weight:700;line-height:1.35}.method-card .method-card__description{color:var(--bruma);margin:.45rem 0 0;font-size:.92rem;line-height:1.55}@media (width<=700px){.method{padding:5.25rem 1.5rem 5.3rem}.method__title{--section-heading-font-size:clamp(3.1rem, 15vw, 4rem)}.method__intro{margin-top:1.8rem;font-size:1rem;line-height:1.95}.method__steps{gap:2.2rem;margin-top:4.55rem}.method__steps:before{display:none}.method-card{--card-padding:1.65rem;align-items:flex-start;min-height:14.8rem;display:flex}.method-card__icon{flex:none}.method-card__content{margin-top:1.85rem}.method-card .method-card__title{font-size:1.08rem}.method-card .method-card__description{margin-top:.65rem;font-size:.91rem;line-height:1.65}}@media (prefers-reduced-motion:reduce){.method-card{transition:none}}.pain-points{color:var(--espuma);padding:9.8rem 1.5rem 6.9rem}.pain-points__inner{width:min(1132px,100%);margin:0 auto}.pain-points__title{--section-heading-font-size:clamp(2.6rem, 4.5vw, 4rem);--section-heading-font-weight:400;--section-heading-line-height:.98;--section-heading-letter-spacing:-.04em;max-width:1110px}.pain-points__categories{grid-template-columns:repeat(3,minmax(0,1fr));gap:3.8rem;margin-top:3.7rem;display:grid}.pain-point-category__header{border-bottom:1px solid var(--ouro-md);align-items:center;gap:.85rem;padding-bottom:1rem;display:flex}.pain-point-category__icon{aspect-ratio:1;border:1px solid var(--ouro-md);width:2.75rem;color:var(--ouro-hi);border-radius:50%;place-items:center;display:grid}.pain-point-category__icon-glyph{width:1.2rem;height:1.2rem;-webkit-mask-image:var(--icon-mask);-webkit-mask-image:var(--icon-mask);mask-image:var(--icon-mask);background-color:currentColor;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.pain-point-category__title{font-size:1.18rem;font-weight:400;line-height:1.25}.pain-point-category__items{gap:0;margin:2rem 0 0;padding:0;list-style:none;display:grid}.pain-point-item{grid-template-columns:2.2rem minmax(0,1fr);gap:1rem;padding:0 0 1.8rem;display:grid}.pain-point-item+.pain-point-item{border-top:1px solid var(--fio);padding-top:1.6rem}.pain-point-item:last-child{padding-bottom:0}.pain-point-item__number{color:var(--ouro-hi);font-size:1.05rem;font-weight:300;line-height:1.45}.pain-point-item__title{font-size:.91rem;font-weight:700;line-height:1.45}.pain-point-item__description{color:var(--bruma);margin:.3rem 0 0;font-size:.87rem;line-height:1.7}.pain-points__statement{color:var(--bruma);text-align:center;margin:4.7rem 0 0;font-size:1rem;line-height:1.6}.pain-points__statement strong{color:var(--espuma);font-weight:700}@media (width<=760px){.pain-points{padding:2.25rem 1.5rem 4.65rem}.pain-points__title{--section-heading-font-size:clamp(2.85rem, 12vw, 3.65rem);--section-heading-line-height:1}.pain-points__categories{grid-template-columns:1fr;gap:4.35rem;margin-top:3.45rem}.pain-point-category__items{margin-top:2rem}.pain-point-item{padding-bottom:2.65rem}.pain-point-item+.pain-point-item{padding-top:2.65rem}.pain-point-item{grid-template-columns:2.3rem minmax(0,1fr);gap:1rem}.pain-point-item__description{font-size:.88rem;line-height:1.72}.pain-points__statement{max-width:330px;margin:4.65rem auto 0}}.what-we-do{color:var(--espuma);padding:2.1rem 1.5rem 2.6rem}.what-we-do__inner{width:min(1132px,100%);margin:0 auto}.what-we-do__title{--section-heading-font-size:clamp(3.5rem, 5.1vw, 4rem);--section-heading-font-weight:400;--section-heading-line-height:1;--section-heading-letter-spacing:-.035em;max-width:530px}.info-list{gap:.65rem;margin:3.6rem 0 0;padding:0;list-style:none;display:grid}.info-row__card{border-radius:var(--r-md);background:#f2f8fc08;border:1px solid #0000;grid-template-columns:150px 1fr;align-items:baseline;gap:2rem;padding:1.6rem 2rem;transition:background .3s,border-color .3s,transform .3s;display:grid}.info-row__card:hover{background:#f2f8fc0f;border-color:#f2f8fc1f;transform:translate(6px)}.info-row__question{color:var(--ouro-hi);font-size:1.45rem;font-weight:400;line-height:1.25}.info-row__answer{color:var(--bruma);font-size:.96rem;line-height:1.8}.info-row__title{color:var(--espuma);font-weight:700}.info-row__description{margin-left:.25rem}.info-row__cta{color:var(--ouro-hi);letter-spacing:.07em;margin-left:.35rem;font-size:.75rem;font-weight:700;display:inline-block}.info-row__cta:hover{color:var(--ouro)}@media (width<=700px){.what-we-do{padding:6.7rem 1.5rem 8.1rem}.what-we-do__title{--section-heading-font-size:clamp(2.8rem, 12vw, 3.5rem);--section-heading-line-height:1.02}.info-list{gap:.8rem;margin-top:3.35rem}.info-row__card{border-radius:var(--r-md);min-height:0;padding:1.7rem 1.55rem 1.55rem;display:block}.info-row__question{font-size:1.45rem}.info-row__answer{margin-top:1rem;font-size:.96rem;line-height:1.78}.info-row__title,.info-row__description{display:inline}.info-row__description{margin-left:.18rem}.info-row__cta{width:fit-content;margin:.3rem 0 0;font-size:.75rem;display:block}}.principles{color:var(--espuma);padding:5.75rem 1.5rem 6.5rem;position:relative}.principles__inner{width:min(1180px,100%);margin:0 auto}.principles__header{max-width:640px}.principles__title{--section-heading-font-size:clamp(3.4rem, 5.3vw, 4.85rem);--section-heading-line-height:.98;--section-heading-letter-spacing:-.03em}.principles__grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.15rem;margin-top:3.85rem;transition:all .3s,border-color .3s,transform .3s;display:grid}.principle-card{--card-padding:2rem 2rem 1.9rem;--card-radius:32px;--card-border:var(--fio);--card-background:var(--vidro);min-height:246px}.principle-card:hover{border-color:var(--fio-hi);transform:translateY(-6px);box-shadow:0 18px 50px #01050a99}.principle-card .principle-card__title{font-size:1.5rem}.principle-card__icon{border:1px solid var(--ouro-md);width:3rem;height:3rem;color:var(--ouro-hi);border-radius:50%;place-items:center;display:grid}.principle-card__icon-glyph{width:1.15rem;height:1.15rem;-webkit-mask-image:var(--icon-mask);-webkit-mask-image:var(--icon-mask);mask-image:var(--icon-mask);background-color:currentColor;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.principle-card__title{color:var(--espuma);letter-spacing:-.03em;margin:1.7rem 0 0;font-size:clamp(2rem,2.35vw,2.3rem);font-weight:400;line-height:1.08}.principle-card__description{color:var(--bruma);margin:.95rem 0 0;font-size:.98rem;line-height:1.72}@media (width<=1100px){.principles__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=900px){.principles{padding:4.5rem 1.5rem 5rem}.principles__grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:3rem}}@media (width<=640px){.principles{padding:3.75rem 1.5rem 4.75rem}.principles__title{--section-heading-font-size:clamp(3rem, 13vw, 4rem)}.principles__grid{grid-template-columns:1fr;gap:1.1rem;margin-top:2.55rem}.principle-card{--card-padding:2rem;min-height:224px}.principle-card__title{font-size:clamp(2.15rem,9vw,2.55rem)}.principle-card__description{font-size:1rem;line-height:1.82}}.who-we-serve{color:var(--espuma);padding:7.1rem 1.5rem 8.4rem}.who-we-serve__inner{grid-template-columns:minmax(0,595px) minmax(300px,1fr);align-items:end;gap:clamp(3rem,10vw,11rem);width:min(1180px,100%);margin:0 auto;display:grid}.who-we-serve__title{--section-heading-font-size:clamp(3.5rem, 5vw, 4rem);--section-heading-line-height:1;--section-heading-letter-spacing:-.035em}.who-we-serve__list{gap:.6rem;margin:3.55rem 0 0;padding:0;list-style:none;display:grid}.who-we-serve__item{border:1px solid var(--fio);border-radius:var(--r-pill);background:var(--vidro);min-height:3.45rem;color:var(--bruma);align-items:center;gap:1rem;padding:.75rem 1.55rem;font-size:.92rem;line-height:1.45;transition:all .3s ease-in-out;display:flex}.who-we-serve__item:hover{border-color:var(--fio-hi);color:var(--espuma);transform:translate(6px)}.who-we-serve__bullet{background:var(--ouro);opacity:.45;border-radius:50%;flex:none;width:.35rem;height:.35rem;transition:all .3s ease-in-out}.who-we-serve__item:hover .who-we-serve__bullet{opacity:1}.maturity-radar{aspect-ratio:1;width:min(100%,330px);margin:0 auto 3.2rem;position:relative}.maturity-radar__glow,.maturity-radar__ring,.maturity-radar__pulse{border-radius:50%;position:absolute}.maturity-radar__glow{filter:blur(12px);background:radial-gradient(circle,#4fd9c424,#4fd9c409 60%,#0000 88%);animation:3s infinite maturity-radar-blur;inset:17%}.maturity-radar__ring{border:1px solid #4fd9c424;inset:0}.maturity-radar__ring--middle{inset:15%}.maturity-radar__ring--inner{inset:32.5%}.maturity-radar__pulse{--pulse-duration:2.5s;animation:maturity-radar-pulse var(--pulse-duration) cubic-bezier(.2, .8, .35, 1) infinite;border:1px solid #4fd9c44d;inset:30%}.maturity-radar__pulse:nth-child(2){animation-delay:1.25s}.maturity-radar__label{color:var(--espuma);text-align:center;place-items:center;font-size:clamp(1.15rem,1.8vw,1.35rem);line-height:1.25;display:grid;position:absolute;inset:30%}.maturity-radar__point{z-index:1;width:.35rem;height:.35rem;animation:maturity-radar-glow var(--point-duration) ease-in-out var(--point-delay) infinite alternate;border-radius:50%;position:absolute}.maturity-radar__point--aqua{background:var(--bio);box-shadow:0 0 .65rem #4fd9c4e6}.maturity-radar__point--gold{background:var(--ouro-hi);box-shadow:0 0 .65rem #d9b064cc}.maturity-radar__point--top-left{top:0;left:28%}.maturity-radar__point--top-right{top:13%;right:11%}.maturity-radar__point--left{top:32%;left:8%}.maturity-radar__point--right{top:40%;right:-1%}.maturity-radar__point--bottom-left{bottom:24%;left:24%}.maturity-radar__point--bottom-right{bottom:13%;right:16%}.maturity-radar__point--lowest{bottom:3%;left:38%}@keyframes maturity-radar-pulse{0%{opacity:.55;transform:scale(.7)}60%,to{opacity:0;transform:scale(3.2)}}@keyframes maturity-radar-blur{0%,to{opacity:.75;transform:scale(.94)}50%{opacity:1;transform:scale(1.14)}}@keyframes maturity-radar-glow{0%{opacity:.42;transform:scale(.75)}to{opacity:1;transform:scale(1.2)}}@media (width<=760px){.who-we-serve{padding:8rem 1.5rem 4.7rem}.who-we-serve__inner{display:block}.who-we-serve__title{--section-heading-font-size:clamp(2.55rem, 11vw, 3.45rem)}.who-we-serve__list{gap:.65rem;margin-top:3.55rem}.who-we-serve__item{align-items:flex-start;gap:.95rem;min-height:0;padding:1.1rem 1.5rem;font-size:.9rem}.who-we-serve__bullet{margin-top:.45rem}.maturity-radar{width:min(100%,260px);margin:6rem auto 0}}@media (prefers-reduced-motion:reduce){.maturity-radar__pulse,.maturity-radar__point,.maturity-radar__glow{animation:none}}.featured-videos{color:var(--espuma);padding:6.5rem 1.5rem 7rem}.featured-videos__inner{width:min(1180px,100%);margin:0 auto}.featured-videos__header{max-width:700px}.featured-videos__title{--section-heading-font-size:clamp(3.3rem, 5vw, 4.5rem);--section-heading-line-height:1;--section-heading-letter-spacing:-.035em}.featured-videos__description{color:var(--bruma);margin-top:1.8rem;font-size:1rem;line-height:1.7}.featured-videos__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.4rem;margin-top:3.8rem;display:grid}.video-card{--card-padding:0;--card-radius:30px;--card-border:var(--fio);--card-background:#e9f1f706;transition:all .3s ease-in;overflow:hidden}.video-card:hover{box-shadow:0 18px 50px #01050a73}.video-card__poster{border-bottom:1px solid var(--fio);background:radial-gradient(circle at 45% 35%, var(--sol), var(--abismo) 76%);background-position:50%;background-size:cover;place-items:center;min-height:234px;display:grid}.video-card__poster--image{position:relative}.video-card__poster--image:before{content:"";background:#01050a4d;position:absolute;inset:0}.video-card__play{width:3.35rem;height:3.35rem;color:var(--espuma);background:#e9f1f714;border:1px solid #e9f1f759;border-radius:50%;place-items:center;padding-left:.15rem;font-size:.75rem;transition:all .3s ease-in;display:grid;position:relative}.card.video-card:hover .video-card__play{background:#c49a43;border:none}.video-card__poster:hover .video-card__play,.video-card__poster:focus-visible .video-card__play{background:#e9f1f729;transform:scale(1.08)}.video-card__content{padding:1.55rem 1.6rem 1.8rem}.video-card__content .video-card__title{margin-bottom:.6rem;font-size:1.05rem;font-weight:700;line-height:1.35}.video-card__content .video-card__description{color:var(--bruma);font-size:.85rem;line-height:1.7}.featured-videos__cta{border:1px solid var(--ouro-md);border-radius:var(--r-pill);width:fit-content;color:var(--ouro-hi);letter-spacing:.04em;margin:3rem auto 0;padding:1rem 1.9rem;font-size:.8rem;font-weight:700;transition:transform .24s,background .24s;display:flex}.featured-videos__cta:hover{border-color:var(--ouro);transform:translateY(-3px)}@media (width<=900px){.featured-videos__grid{grid-template-columns:1fr;max-width:560px}}@media (width<=640px){.featured-videos{padding:4.5rem 1.5rem 5rem}.featured-videos__title{--section-heading-font-size:clamp(3rem, 13vw, 4rem)}.featured-videos__description{max-width:320px;margin-top:2rem;line-height:1.8}.featured-videos__grid{gap:1.4rem;margin-top:3.5rem}.video-card__poster{min-height:213px}}@media (prefers-reduced-motion:reduce){.video-card,.video-card__play,.featured-videos__cta{transition:none}.card.video-card:hover,.featured-videos__cta:hover,.video-card__poster:hover .video-card__play,.video-card__poster:focus-visible .video-card__play{transform:none}}.careers{color:var(--espuma);place-content:center;padding:7.75rem 1.5rem 5.25rem;display:grid;position:relative}.careers__inner{place-items:center;width:min(1160px,100%);display:grid}.careers__header{place-items:center;gap:1rem;max-width:650px;display:grid}.careers__title{--section-heading-font-family:var(--sans);--section-heading-font-weight:400;--section-heading-line-height:.95;--section-heading-letter-spacing:-.035em;text-align:center}.careers__title-leading{color:var(--espuma)}.careers__title-accent{color:var(--ouro-hi)}.careers__description{max-width:650px;color:var(--bruma);text-align:center;margin:1.9rem 0 0;font-size:1rem;line-height:1.9}.careers__cta{text-align:center;letter-spacing:.04em;width:fit-content;margin:3rem auto 0;font-weight:700;transition:transform .24s,background .24s;display:flex}.careers__cta:hover{border-color:var(--ouro);transform:translateY(-3px)}.contact{padding:clamp(5rem,11vw,9.5rem) 1.5rem clamp(5.5rem,10vw,8rem);scroll-margin-top:4rem;position:relative}.contact__inner{gap:clamp(3.5rem,8vw,7.5rem);width:min(1160px,100%);margin:0 auto;display:grid}.contact__content{min-width:0}.contact__title{--section-heading-font-size:clamp(2.6rem, 6vw, 4rem);--section-heading-font-weight:400}.contact__description{max-width:35rem;color:var(--bruma);margin-top:clamp(2rem,4vw,3.5rem);font-size:clamp(1rem,1.8vw,1.125rem);line-height:1.75}.contact__info{gap:1.45rem;margin-top:2rem;font-style:normal;display:grid}.contact__info-item{align-items:center;gap:1.1rem;display:flex}.contact__info-icon{border:1px solid var(--ouro-md);width:2.9rem;height:2.9rem;color:var(--ouro-hi);border-radius:50%;flex:none;place-items:center;display:grid}.contact__info-icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px;width:1.05rem;height:1.05rem}.contact__info-label{color:var(--bruma);letter-spacing:.2em;text-transform:uppercase;font-size:.6rem;font-weight:700}.contact__info-value{color:var(--espuma);margin-top:.35rem;font-size:.95rem;line-height:1.4}.contact-form{background:var(--vidro);border:1px solid #e9f1f714;border-radius:clamp(1.75rem,4vw,2.5rem);min-width:0;padding:clamp(1.6rem,5vw,2.4rem)}.contact-form__group{grid-template-columns:1fr;gap:1.2rem;display:grid}.contact-form__fields{gap:1.2rem;display:grid}.contact-form__field{--contact-form-field-padding:.95rem 1.2rem;--contact-form-field-background:#01070e59;--contact-form-field-font-size:.92rem;gap:.55rem;min-width:0;display:grid}.contact-form__field label{color:var(--bruma);letter-spacing:.18em;text-transform:uppercase;font-size:.6rem;font-weight:700}.contact-form__required-mark{color:var(--ouro-hi);margin-left:.25rem}.contact-form input,.contact-form select,.contact-form textarea{width:100%;padding:var(--contact-form-field-padding,.95rem 1.2rem);background:var(--contact-form-field-background,#01070e59);color:var(--espuma);border-radius:var(--r-sm);font:inherit;font-size:var(--contact-form-field-font-size,.92rem);border:1px solid #e9f1f71f;transition:all .2s ease-in}.contact-form__select-shell{min-width:0;display:block;position:relative}.contact-form__select-shell:before{content:"";border-radius:calc(var(--r-sm) - 1px);pointer-events:none;background:linear-gradient(135deg,#e9f1f714,#0000 42%),#01070e33;position:absolute;inset:1px}.contact-form select{z-index:1;appearance:none;cursor:pointer;padding-right:3.35rem;position:relative}.contact-form__select-icon{z-index:2;pointer-events:none;background:#cfb77414;border:1px solid #cfb77447;border-radius:50%;place-items:center;width:1.45rem;height:1.45rem;display:grid;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.contact-form__select-icon:before{content:"";border-right:1.5px solid var(--ouro-hi);border-bottom:1.5px solid var(--ouro-hi);width:.45rem;height:.45rem;transform:translateY(-.1rem)rotate(45deg)}.contact-form__select-shell:focus-within .contact-form__select-icon{border-color:var(--ouro-md);background:#cfb77429}.contact-form select option{color:var(--espuma);background:var(--abismo)}.contact-form select option:disabled{color:#7c8ea1d9}.contact-form textarea{resize:vertical;min-height:8.1rem}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#7c8ea1b3}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--ouro-md);box-shadow:0 0 0 4px var(--ouro-lo);background:#01050a99;outline:none}:is(.contact-form input:user-invalid,.contact-form textarea:user-invalid){border-color:#d88d85}.contact-form__error{color:#f3b7ae;font-size:.78rem;line-height:1.45}.contact-form__feedback{min-height:1.4rem;margin-top:1rem}.contact-form__submit{border-radius:var(--r-pill);width:100%;color:var(--abismo);background:var(--ouro);letter-spacing:.04em;text-align:center;justify-content:center;margin-top:.5rem;padding:1rem 1.5rem;font-size:.8rem;font-weight:700;transition:all .2s;display:inline-flex}.contact-form__submit:disabled{cursor:wait;opacity:.7}.contact-form__required-note{color:var(--bruma);margin-top:.8rem;font-size:.7rem;display:block}.contact__configuration{border:1px solid var(--ouro-md);border-radius:var(--r-sm);color:var(--ouro-hi);align-self:start;padding:1rem 1.15rem;line-height:1.5}.contact-success{z-index:10;cursor:pointer;background:#01050ab3;place-items:center;padding:1.5rem;display:grid;position:fixed;inset:0}.contact-success__dialog{background:var(--raso);cursor:pointer;text-align:center;border:1px solid #e9f1f71f;border-radius:clamp(1.5rem,4vw,2.5rem);width:min(840px,100%);padding:clamp(3.5rem,8vw,5rem) clamp(1.5rem,8vw,5rem);box-shadow:0 1.5rem 5rem #01050a59}.contact-success__title{color:var(--espuma);font-size:clamp(2.25rem,6vw,2.75rem);line-height:1.15}.contact-success__message{max-width:38rem;color:var(--bruma);margin:clamp(1.5rem,4vw,2.5rem) auto 0;font-size:clamp(1rem,2.5vw,1.5rem);line-height:1.6}@media (prefers-reduced-motion:no-preference){.contact-success__dialog{animation:.3s ease-out contact-success-enter}}@keyframes contact-success-enter{0%{opacity:0;transform:translateY(.75rem)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width>=1000px){.contact__inner{grid-template-columns:minmax(0,.88fr) minmax(28rem,1fr);align-items:center}.contact-form__fields{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-form__group{grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr))}.contact-form__field:not(.contact-form__field--half){grid-column:1/-1}}.newsletter{padding:clamp(4rem,10vw,8rem) 1.25rem}.newsletter__card{border:1px solid var(--fio);background:radial-gradient(120% 140% at 50% -10%, #c49a431a, transparent 62%), var(--vidro);text-align:center;border-radius:clamp(2rem,5vw,2.5rem);place-items:center;max-width:860px;margin:0 auto;padding:2.4rem 1.4rem 0;display:grid}.newsletter__title{--section-heading-font-size:clamp(2rem, 4.4vw, 3.2rem);--section-heading-font-weight:400;max-width:100%}p.newsletter__description{max-width:39rem;color:var(--bruma);margin:1.2rem auto 2.2rem;font-size:clamp(1.05rem,2vw,1.05rem);line-height:1.8}.newsletter__form{width:min(490px,100%)}.newsletter__label{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.newsletter__field{flex-direction:column;gap:.65rem;display:flex}.newsletter__field input,.newsletter__field button,.newsletter__success-control{border-radius:var(--r-pill);font:inherit}.newsletter__success-control{margin-bottom:1.4rem}.newsletter__field input{width:100%;color:var(--espuma);background:#01070e59;border:1px solid #e9f1f71f;padding:.85rem 1.3rem}.newsletter__field input::placeholder{color:#7c8ea1bf}.newsletter__field input:focus{border-color:var(--ouro-md);box-shadow:0 0 0 4px var(--ouro-lo);outline:none}.newsletter__field input:-webkit-autofill{-webkit-text-fill-color:var(--espuma);caret-color:var(--espuma);box-shadow:inset 0 0 0 1000px #01070ebf}.newsletter__field input:-webkit-autofill:hover{-webkit-text-fill-color:var(--espuma);caret-color:var(--espuma);box-shadow:inset 0 0 0 1000px #01070ebf}.newsletter__field input:-webkit-autofill:focus{-webkit-text-fill-color:var(--espuma);caret-color:var(--espuma);box-shadow:inset 0 0 0 1000px #01070ebf}.newsletter__field button{background:var(--ouro);width:100%;color:var(--abismo);padding:.9rem 1.5rem;font-size:.8rem;font-weight:700}.newsletter__field button:disabled{cursor:wait;opacity:.7}.newsletter__success-control{width:min(365px,100%);color:var(--ouro-hi);border:1px solid #e9f1f724;place-items:center;margin:1.4rem auto;padding:.9rem 1.5rem;display:grid}.newsletter__field--success{display:block}.newsletter__feedback{min-height:1.4rem;margin-top:.75rem;font-size:.78rem;line-height:1.45}.newsletter__feedback--error{color:#f3b7ae}.newsletter__feedback--duplicate{color:var(--ouro-hi)}.newsletter__feedback--success{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}@media (width>=640px){.newsletter{padding:90px 5vw}.newsletter__field{display:block;position:relative}.newsletter__field input{padding-right:8.5rem}.newsletter__field:not(.newsletter__field--success) button{width:auto;min-height:0;margin:0;padding:.75rem 1.6rem;position:absolute;top:.25rem;bottom:.25rem;right:.25rem}.newsletter__field--success .newsletter__success-control{border-color:var(--fio);width:min(365px,100%);min-height:3.75rem;position:static}}.footer{color:var(--bruma);position:relative;overflow:hidden}.footer__wave img{object-fit:fill;width:100%;height:100%;display:block}.footer__container{width:min(1180px,90vw);margin:0 auto}.footer__surface{background:var(--soul);margin-top:-4px}.footer__main{gap:3.25rem;padding:0 0 3.25rem;display:grid}.footer__brand{flex-direction:column;align-items:flex-start;gap:1.8rem;display:flex}.footer__brand img{width:min(150px,100%);height:auto;display:block}.footer__social{gap:.65rem;display:flex}.footer__social a{aspect-ratio:1;width:clamp(20px,24px,2rem);color:var(--bruma);place-items:center;transition:transform .2s;display:grid}.footer__social a:hover{transform:translateY(-2px)}.footer__social-glyph{width:1.05rem;height:1.05rem;-webkit-mask-image:var(--icon-mask);-webkit-mask-image:var(--icon-mask);mask-image:var(--icon-mask);background-color:currentColor;flex:none;display:block;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.footer__social-glyph:hover{background-color:var(--ouro)}.footer__social-glyph--video{background:0 0;-webkit-mask-image:none;mask-image:none}.footer__navigation{grid-template-columns:repeat(2,minmax(0,1fr));gap:2.5rem 2rem;display:grid}.footer__group h2{color:var(--ouro-hi);letter-spacing:.17em;text-transform:uppercase;margin-bottom:1.45rem;font-size:.68rem;font-weight:700}.footer__group ul{gap:1rem;list-style:none;display:grid}.footer__group a{color:var(--bruma);font-size:.88rem;line-height:1.5;transition:color .2s}.footer__group a:hover{color:var(--espuma)}.footer__bottom{letter-spacing:.13em;text-transform:uppercase;border-top:1px solid #e9f1f717;flex-direction:column;gap:.7rem;padding:2.1rem 0 2.3rem;font-size:.63rem;font-weight:700;line-height:1.6;display:flex}.footer__tagline{color:var(--ouro-hi)}@media (width>=700px){.footer__main{grid-template-columns:minmax(190px,1fr) 2.65fr;gap:3rem;padding-bottom:3.25rem}.footer__navigation{grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}.footer__bottom{flex-direction:row;justify-content:space-between;align-items:center}.footer__bottom p:last-child{text-align:right}}@media (width>=1100px){.footer__main{grid-template-columns:minmax(220px,1.15fr) 4fr}}.flashlight{--flashlight-x:50%;--flashlight-y:35%;z-index:-1;pointer-events:none;opacity:0;background:radial-gradient(circle 240px at var(--flashlight-x) var(--flashlight-y), #f4faff1f 0%, #d6e8f612 25%, #c49a4309 48%, transparent 78%);transition:opacity .28s;position:fixed;inset:0}.flashlight--visible{opacity:1}.flashlight--active{will-change:background}@media (prefers-reduced-motion:reduce){.flashlight{transition:none}}.home-page:before{pointer-events:none;content:"";mix-blend-mode:soft-light;background:url(/underwater.png) 100% 0 no-repeat;position:absolute;inset:0}.home-page>section{padding-inline:5vw}@media (width<=330px){.home-page{width:330px;max-width:none}.home-page:before{display:none}}@media (width>=768px){.home-page:before{background-size:cover;min-height:800px}}.partner-card{border:1px solid var(--border);width:100%;color:inherit;background:var(--surface);box-shadow:var(--shadow);text-align:left;cursor:pointer;border-radius:16px;justify-content:space-between;align-items:center;gap:24px;padding:22px;transition:transform .2s,border-color .2s,background .2s;display:flex}.partner-card:hover{border-color:var(--accent);background:var(--surface-soft);transform:translateY(-2px)}.partner-card__content{min-width:0}.partner-card__eyebrow{color:var(--accent);letter-spacing:.16em;text-transform:uppercase;font-size:9px;font-weight:700}.partner-card h2{color:var(--text-primary);margin:8px 0 0;font-size:18px;font-weight:600}.partner-card p{max-width:620px;color:var(--text-secondary);margin:8px 0 0;font-size:12px;line-height:1.65}.partner-card__meta{flex-shrink:0;align-items:center;gap:12px;display:flex}.partner-card__protected{border:1px solid var(--border);color:var(--text-muted);background:var(--surface-soft);border-radius:999px;padding:6px 9px;font-size:9px;font-weight:700}.partner-card__arrow{color:var(--accent);font-size:22px;line-height:1}@media (width<=640px){.partner-card{flex-direction:column;align-items:flex-start}.partner-card__meta{justify-content:space-between;width:100%}}.partner-modal{z-index:1000;-webkit-backdrop-filter:blur(8px);background:#01050ab8;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.partner-modal__dialog{border:1px solid var(--border);background:var(--surface);border-radius:16px;width:min(430px,100%);padding:22px;box-shadow:0 24px 70px #01050a73}.partner-modal__header{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.partner-modal__header span{color:var(--accent);letter-spacing:.16em;text-transform:uppercase;font-size:9px;font-weight:700}.partner-modal__header h2{color:var(--text-primary);margin:8px 0 0;font-size:19px;font-weight:600}.partner-modal__header>button{border:1px solid var(--border);width:32px;height:32px;color:var(--text-secondary);background:var(--surface-soft);cursor:pointer;border-radius:50%;place-items:center;padding:0;font-size:18px;line-height:1;transition:color .2s,border-color .2s,background .2s;display:grid}.partner-modal__header>button:hover{color:var(--text-primary);border-color:var(--accent);background:var(--accent-soft)}.partner-modal form{margin-top:22px}.partner-modal label{flex-direction:column;gap:7px;display:flex}.partner-modal label>span{color:var(--text-primary);font-size:11px;font-weight:600}.partner-modal__password{position:relative}.partner-modal input{border:1px solid var(--border);width:100%;min-height:44px;color:var(--text-primary);background:var(--surface-soft);border-radius:10px;outline:none;padding:0 52px 0 13px;font-family:Manrope,sans-serif;font-size:12px;transition:border-color .2s,box-shadow .2s,background .2s}.partner-modal input:focus{border-color:var(--accent);background:var(--surface);box-shadow:0 0 0 3px var(--accent-soft)}.partner-modal input[aria-invalid=true]{border-color:#b74b4b}.partner-modal__password-toggle{width:34px;height:34px;color:var(--text-muted);cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;padding:0;transition:color .2s,background .2s;display:grid;position:absolute;top:50%;right:9px;transform:translateY(-50%)}.partner-modal__password-toggle:hover{color:var(--text-primary);background:var(--accent-soft)}.partner-modal__password-toggle:focus-visible,.partner-modal__header>button:focus-visible,.partner-modal__button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.partner-modal__password-toggle svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:19px;height:19px}.partner-modal__error{color:#b74b4b;margin:10px 0 0;font-size:11px}.partner-modal__actions{justify-content:flex-end;gap:10px;margin-top:20px;display:flex}.partner-modal__button{cursor:pointer;border-radius:10px;min-height:42px;padding:0 16px;font-family:Manrope,sans-serif;font-size:12px;font-weight:700;transition:transform .2s,opacity .2s,background .2s}.partner-modal__button:hover{transform:translateY(-1px)}.partner-modal__button--secondary{border:1px solid var(--border);color:var(--text-secondary);background:var(--surface-soft)}.partner-modal__button--primary{color:var(--primary-button-text);background:var(--accent);border:1px solid #0000}@media (width<=520px){.partner-modal{padding:16px}.partner-modal__dialog{padding:20px}.partner-modal__actions{flex-direction:column-reverse}.partner-modal__button{width:100%}}.partners-loading{width:100%}.partners-loading__skeleton{background:var(--surface-soft);border-radius:999px;position:relative;overflow:hidden}.partners-loading__skeleton:after{content:"";background:linear-gradient(90deg,#0000,#ffffff1f,#0000);animation:1.3s infinite partners-loading-shimmer;position:absolute;inset:0;transform:translate(-100%)}@keyframes partners-loading-shimmer{to{transform:translate(100%)}}.partners-loading__header{margin-bottom:24px}.partners-loading__eyebrow{width:105px;height:8px}.partners-loading__title{border-radius:7px;width:145px;height:32px;margin-top:12px}.partners-loading__description{width:420px;max-width:90%;height:9px;margin-top:15px}.partners-loading__description--short{width:280px;margin-top:7px}.partners-loading__list{flex-direction:column;gap:14px;display:flex}.partners-loading__card{border:1px solid var(--border);background:var(--surface);min-height:96px;box-shadow:var(--shadow);border-radius:16px;justify-content:space-between;align-items:center;gap:20px;padding:18px;display:flex}.partners-loading__card-main{flex:1;align-items:center;gap:14px;min-width:0;display:flex}.partners-loading__card-icon{border-radius:12px;flex:0 0 44px;width:44px;height:44px}.partners-loading__card-content{flex-direction:column;flex:1;gap:9px;min-width:0;display:flex}.partners-loading__card-name{width:180px;max-width:70%;height:12px}.partners-loading__card-description{width:310px;max-width:90%;height:8px}.partners-loading__card-actions{align-items:center;gap:10px;display:flex}.partners-loading__badge{width:70px;height:24px}.partners-loading__button{border-radius:10px;width:92px;height:36px}.partners-loading__accessible-text{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}@media (width<=700px){.partners-loading__card{flex-direction:column;align-items:flex-start}.partners-loading__card-actions{width:100%}.partners-loading__button{flex:1}.partners-loading__description{width:100%}}.partners-page{width:100%;color:var(--text-primary);flex-direction:column;gap:24px;font-family:Manrope,sans-serif;display:flex}.partners-page__container{width:100%;margin:0}.partners-page__header{margin-bottom:24px}.partners-page__header>span{color:var(--accent);letter-spacing:.18em;text-transform:uppercase;font-size:10px;font-weight:700}.partners-page__header h1{color:var(--text-primary);letter-spacing:-.04em;margin:10px 0 0;font-size:clamp(28px,2vw,36px);font-weight:600;line-height:1.1}.partners-page__header p{max-width:620px;color:var(--text-secondary);margin:10px 0 0;font-size:12px;line-height:1.7}.partners-page__list{flex-direction:column;gap:14px;display:flex}.partners-page__state,.partners-page__error{border:1px solid var(--border);color:var(--text-muted);background:var(--surface);box-shadow:var(--shadow);border-radius:14px;padding:22px;font-size:12px}.partners-page__error{color:#a73f3f;background:#be424212;border-color:#be424240;margin-bottom:16px}.not-found-page{--not-found-sol:#123650;--not-found-raso:#0e2b41;--not-found-fossa:#01050a;--not-found-gold:#c49a43;--not-found-gold-high:#d9b064;--not-found-gold-dim:#8a6d34;--not-found-biolum:#4fd9c4;--not-found-foam:#e9f1f7;--not-found-muted:#7c8ea1;--not-found-line:#7aa0c429;min-height:100dvh;color:var(--not-found-foam);background:linear-gradient(180deg, var(--not-found-sol) 0%, var(--not-found-raso) 100%);font-family:Manrope,system-ui,sans-serif;position:relative;overflow:hidden}.not-found-page *,.not-found-page :before,.not-found-page :after{box-sizing:border-box}.not-found-page__snow{z-index:0;pointer-events:none;position:fixed;inset:0}.not-found-page__flashlight{--mx:50%;--my:42%;z-index:1;pointer-events:none;mix-blend-mode:screen;background:radial-gradient(240px 240px at var(--mx) var(--my), #d6e8f61a 0%, #c49a430d 42%, transparent 72%);transition:opacity .4s;position:fixed;inset:0}.not-found-page__vignette{z-index:1;pointer-events:none;background:radial-gradient(115% 85% at 50% 42%,#0000 30%,#01050a6b 75%,#01050ac7 100%);position:fixed;inset:0}.not-found-page__dock{z-index:5;border:1px solid var(--not-found-line);-webkit-backdrop-filter:blur(14px);background:#0716278c;border-radius:999px;align-items:center;gap:18px;padding:11px 18px;animation:.9s cubic-bezier(.2,.7,.2,1) .1s both not-found-dock-in;display:flex;position:fixed;top:26px;left:50%;transform:translate(-50%)}.not-found-page__status{color:var(--not-found-muted);letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:7px;font-size:10px;display:flex}.not-found-page__status i{background:#d1495b;border-radius:50%;width:6px;height:6px;animation:1.6s step-end infinite not-found-blink;display:inline-block}.not-found-page__main{z-index:2;grid-template-columns:minmax(96px,150px) 1fr;align-items:center;gap:clamp(20px,5vw,64px);min-height:100dvh;padding:0 clamp(24px,7vw,110px);display:grid;position:relative}.not-found-page__gauge{border-left:1px solid var(--not-found-line);height:min(54vh,380px);padding-left:16px;animation:1s cubic-bezier(.2,.7,.2,1) .35s both not-found-rise;position:relative}.not-found-page__tick{align-items:center;gap:10px;display:flex;position:absolute;left:-1px;transform:translateY(-50%)}.not-found-page__tick--zero{top:0%}.not-found-page__tick--one{top:25%}.not-found-page__tick--two{top:50%}.not-found-page__tick--three{top:75%}.not-found-page__bar{background:var(--not-found-line);width:11px;height:1px}.not-found-page__label{color:var(--not-found-muted);font-variant-numeric:tabular-nums;letter-spacing:.12em;font-size:9.5px}.not-found-page__tick--major .not-found-page__bar{background:#7aa0c457;width:17px}.not-found-page__tick--major .not-found-page__label{color:#8fa6bc}.not-found-page__sonde{align-items:center;gap:12px;display:flex;position:absolute;bottom:2%;left:-6px;transform:translateY(50%)}.not-found-page__dot{background:var(--not-found-biolum);border-radius:50%;width:8px;height:8px;animation:2.6s ease-in-out infinite not-found-beat;position:relative;box-shadow:0 0 8px 1px #4fd9c4b3}.not-found-page__dot:before,.not-found-page__dot:after{content:"";border:1px solid #4fd9c480;border-radius:50%;animation:2.8s ease-out infinite not-found-ping;position:absolute;inset:-5px}.not-found-page__dot:before{animation-delay:1.4s}.not-found-page__tag{color:var(--not-found-biolum);letter-spacing:.16em;text-transform:uppercase;white-space:nowrap;font-size:9px}.not-found-page__readout{max-width:600px;animation:7s ease-in-out 1.4s infinite alternate not-found-float}.not-found-page__eyebrow{color:var(--not-found-muted);letter-spacing:.3em;text-transform:uppercase;align-items:center;gap:12px;margin-bottom:18px;font-size:11px;animation:1s .5s both not-found-fade;display:flex}.not-found-page__eyebrow:before{content:"";background:var(--not-found-gold-dim);width:34px;height:1px}.not-found-page__code{color:var(--not-found-gold);font-variant-numeric:tabular-nums;letter-spacing:-.04em;text-shadow:0 0 60px #c49a4338;font-size:clamp(64px,11vw,132px);font-weight:800;line-height:.82;animation:4.5s ease-in-out infinite not-found-glow}.not-found-page__unit{color:var(--not-found-gold-dim);letter-spacing:-.01em;margin-left:12px;font-size:clamp(16px,2vw,26px);font-weight:600}.not-found-page__readout h1{color:var(--not-found-foam);letter-spacing:-.02em;margin:22px 0 12px;font-size:clamp(20px,2.2vw,28px);font-weight:700;animation:1s .7s both not-found-fade}.not-found-page__readout p{color:#9db4c9;max-width:44ch;margin:0;font-size:clamp(14px,1.1vw,15.5px);line-height:1.6;animation:1s .85s both not-found-fade}.not-found-page__surface{color:#0a1a2b;background:var(--not-found-gold);letter-spacing:.01em;border:1px solid #0000;border-radius:999px;align-items:center;gap:9px;margin-top:28px;padding:12px 22px;font-size:13.5px;font-weight:700;text-decoration:none;transition:transform .25s,box-shadow .25s,background .25s;animation:1s 1s both not-found-fade;display:inline-flex}.not-found-page__surface svg{transition:transform .3s}.not-found-page__surface:hover{background:var(--not-found-gold-high);transform:translateY(-2px);box-shadow:0 14px 34px -12px #c49a4380}.not-found-page__surface:hover svg{transform:translateY(-3px)}.not-found-page__surface:focus-visible{outline:2px solid var(--not-found-biolum);outline-offset:3px;border-radius:999px}@keyframes not-found-dock-in{0%{opacity:0;transform:translate(-50%)translateY(-14px)}}@keyframes not-found-blink{50%{opacity:.25}}@keyframes not-found-rise{0%{opacity:0;transform:translateY(24px)}}@keyframes not-found-beat{0%,to{transform:scale(1)}50%{transform:scale(1.35)}}@keyframes not-found-ping{0%{opacity:.9;transform:scale(.5)}to{opacity:0;transform:scale(3)}}@keyframes not-found-float{0%{transform:translateY(-6px)}to{transform:translateY(6px)}}@keyframes not-found-fade{0%{opacity:0;transform:translateY(8px)}}@keyframes not-found-glow{0%,to{text-shadow:0 0 55px #c49a432e}50%{text-shadow:0 0 90px #c49a4366}}@media (width<=720px){.not-found-page{overflow-y:auto}.not-found-page__flashlight{display:none}.not-found-page__main{grid-template-columns:1fr;align-content:center;gap:40px;height:auto;min-height:100dvh;padding:120px 30px 60px}.not-found-page__gauge{border-left:0;align-items:center;gap:14px;height:auto;padding-left:0;display:flex}.not-found-page__tick{display:none}.not-found-page__sonde{position:static;transform:none}.not-found-page__readout{animation:none}}@media (prefers-reduced-motion:reduce){.not-found-page *,.not-found-page :before,.not-found-page :after{scroll-behavior:auto!important;animation:none!important}.not-found-page__flashlight{transition:none}}.dashboard-loading{width:100%}.dashboard-loading__skeleton{background:var(--surface-soft);border-radius:999px;position:relative;overflow:hidden}.dashboard-loading__skeleton:after{content:"";background:linear-gradient(90deg,#0000,#ffffff1f,#0000);animation:1.3s infinite dashboard-loading-shimmer;position:absolute;inset:0;transform:translate(-100%)}@keyframes dashboard-loading-shimmer{to{transform:translate(100%)}}.dashboard-loading__header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:24px;display:flex}.dashboard-loading__header-content{flex:1;min-width:0}.dashboard-loading__eyebrow{width:76px;height:9px}.dashboard-loading__title{border-radius:8px;width:260px;height:34px;margin-top:13px}.dashboard-loading__description{width:420px;max-width:100%;height:10px;margin-top:15px}.dashboard-loading__description--short{width:290px;margin-top:7px}.dashboard-loading__header-actions{align-items:stretch;gap:12px;display:flex}.dashboard-loading__realtime,.dashboard-loading__analytics-link{box-sizing:border-box;border:1px solid var(--border);background:var(--surface);width:220px;height:58px;box-shadow:var(--shadow);border-radius:14px}.dashboard-loading__realtime{align-items:center;gap:10px;padding:0 16px;display:flex}.dashboard-loading__realtime-dot{flex:0 0 9px;width:9px;height:9px}.dashboard-loading__realtime-number{border-radius:5px;flex:0 0 18px;width:18px;height:20px}.dashboard-loading__realtime-text{flex-direction:column;flex:1;gap:5px;min-width:0;display:flex}.dashboard-loading__realtime-text .dashboard-loading__skeleton:first-child{width:100%;height:7px}.dashboard-loading__realtime-text .dashboard-loading__skeleton:last-child{width:72%;height:7px}.dashboard-loading__analytics-link{justify-content:center;align-items:center;gap:9px;padding:0 16px;display:flex}.dashboard-loading__analytics-text{width:120px;height:9px}.dashboard-loading__analytics-icon{border-radius:4px;flex:0 0 14px;width:14px;height:14px}.dashboard-loading__cards{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.dashboard-loading__card{border:1px solid var(--border);background:var(--surface);min-width:0;min-height:138px;box-shadow:var(--shadow);border-radius:16px;flex-direction:column;padding:20px;display:flex}.dashboard-loading__card-label{width:92px;height:9px}.dashboard-loading__card-value{border-radius:7px;width:68px;height:31px;margin-top:19px}.dashboard-loading__card-description{width:110px;height:8px;margin-top:auto}.dashboard-loading__content{grid-template-columns:minmax(0,1.7fr) minmax(270px,.7fr);gap:14px;margin-top:14px;display:grid}.dashboard-loading__panel{border:1px solid var(--border);background:var(--surface);min-width:0;box-shadow:var(--shadow);border-radius:16px;padding:20px;overflow:hidden}.dashboard-loading__panel-header{border-bottom:1px solid var(--border);min-height:42px;padding-bottom:17px}.dashboard-loading__panel-header>div{flex-direction:column;gap:7px;display:flex}.dashboard-loading__panel-title{width:135px;height:10px}.dashboard-loading__panel-title--country{width:100px}.dashboard-loading__panel-subtitle{width:95px;height:7px}.dashboard-loading__chart{align-items:stretch;gap:6px;height:290px;padding-top:24px;display:flex}.dashboard-loading__chart-item{flex-direction:column;flex:1;align-items:center;gap:7px;min-width:18px;height:100%;display:flex}.dashboard-loading__chart-value{flex:0 0 7px;width:11px;height:7px}.dashboard-loading__chart-track{background:var(--surface-soft);border-radius:6px;align-items:flex-end;width:100%;height:calc(100% - 38px);display:flex;overflow:hidden}.dashboard-loading__chart-bar{opacity:.7;border-radius:6px 6px 3px 3px;width:100%}.dashboard-loading__chart-date{flex:0 0 6px;width:16px;height:6px}.dashboard-loading__countries{flex-direction:column;padding-top:8px;display:flex}.dashboard-loading__country{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:16px;min-height:55px;display:flex}.dashboard-loading__country:last-child{border-bottom:0}.dashboard-loading__country>div{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.dashboard-loading__country-position{flex:0 0 16px;width:16px;height:7px}.dashboard-loading__country-name{width:90px;height:9px}.dashboard-loading__country-name--short{width:62px}.dashboard-loading__country-value{flex:0 0 28px;width:28px;height:11px}.dashboard-loading__accessible-text{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}@media (width<=1100px){.dashboard-loading__cards{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-loading__content{grid-template-columns:1fr}}@media (width<=800px){.dashboard-loading__header{flex-direction:column}.dashboard-loading__header-actions{width:100%}.dashboard-loading__realtime,.dashboard-loading__analytics-link{flex:1;width:auto}}@media (width<=560px){.dashboard-loading__header-actions{flex-direction:column}.dashboard-loading__realtime,.dashboard-loading__analytics-link{flex:none;width:100%}.dashboard-loading__cards{grid-template-columns:1fr}.dashboard-loading__card{min-height:125px}.dashboard-loading__panel{padding:16px}.dashboard-loading__chart{height:250px;overflow:hidden}.dashboard-loading__chart-item{min-width:22px}.dashboard-loading__description{width:100%}}.dashboard{width:100%}.dashboard__header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:24px;display:flex}.dashboard__eyebrow{color:var(--accent);letter-spacing:.18em;text-transform:uppercase;font-size:10px;font-weight:700}.dashboard__header h1{color:var(--text-primary);letter-spacing:-.04em;margin:10px 0 0;font-size:clamp(28px,2vw,36px);font-weight:600;line-height:1.1}.dashboard__header p{max-width:580px;color:var(--text-secondary);margin:10px 0 0;font-size:12px;line-height:1.7}.dashboard__header-actions{align-items:stretch;gap:12px;display:flex}.dashboard__realtime,.dashboard__analytics-link{box-sizing:border-box;border:1px solid var(--border);background:var(--surface);width:220px;height:58px;box-shadow:var(--shadow);border-radius:14px}.dashboard__realtime{align-items:center;gap:12px;padding:0 16px;display:flex}.dashboard__realtime-dot{background:#35a66f;border-radius:50%;flex:0 0 9px;width:9px;height:9px;box-shadow:0 0 0 5px #35a66f1f}.dashboard__realtime>div{align-items:center;gap:8px;min-width:0;display:flex}.dashboard__realtime strong{color:var(--text-primary);flex:none;font-size:20px;font-weight:600;line-height:1}.dashboard__realtime small{max-width:130px;color:var(--text-muted);font-size:9px;line-height:1.3}.dashboard__analytics-link{color:var(--text-primary);cursor:pointer;justify-content:center;align-items:center;gap:8px;padding:0 16px;font-size:11px;font-weight:700;line-height:1.25;text-decoration:none;transition:transform .2s,border-color .2s,background-color .2s;display:inline-flex;overflow:hidden}.dashboard__analytics-link:hover{border-color:var(--accent);background:var(--surface-soft);transform:translateY(-1px)}.dashboard__analytics-link>span:first-child{white-space:nowrap;min-width:0}.dashboard__analytics-link svg,.dashboard__analytics-link-icon{flex:0 0 14px;min-width:14px;max-width:14px;min-height:14px;max-height:14px;display:block;width:14px!important;height:14px!important}.dashboard__cards{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.dashboard-card{border:1px solid var(--border);background:var(--surface);min-width:0;min-height:138px;box-shadow:var(--shadow);border-radius:16px;flex-direction:column;padding:20px;display:flex}.dashboard-card__label{color:var(--text-secondary);font-size:11px;font-weight:600}.dashboard-card__value{color:var(--text-primary);letter-spacing:-.04em;margin-top:18px;font-size:32px;font-weight:600;line-height:1}.dashboard-card__description{color:var(--text-muted);margin-top:auto;padding-top:14px;font-size:9px}.dashboard__content{grid-template-columns:minmax(0,1.7fr) minmax(270px,.7fr);gap:14px;margin-top:14px;display:grid}.dashboard-panel{border:1px solid var(--border);background:var(--surface);min-width:0;box-shadow:var(--shadow);border-radius:16px;padding:20px}.dashboard-panel__header{border-bottom:1px solid var(--border);padding-bottom:17px}.dashboard-panel__header div{flex-direction:column;gap:4px;display:flex}.dashboard-panel__header strong{color:var(--text-primary);font-size:12px;font-weight:700}.dashboard-panel__header small{color:var(--text-muted);font-size:9px}.dashboard-chart{align-items:stretch;gap:6px;height:290px;padding-top:24px;display:flex;overflow-x:auto}.dashboard-chart__item{flex-direction:column;flex:1;align-items:center;gap:7px;min-width:18px;height:100%;display:flex}.dashboard-chart__value{min-height:14px;color:var(--text-muted);font-size:7px}.dashboard-chart__track{background:var(--surface-soft);border-radius:6px;align-items:flex-end;width:100%;height:calc(100% - 38px);display:flex;overflow:hidden}.dashboard-chart__bar{background:var(--accent);border-radius:6px 6px 3px 3px;width:100%;min-height:0;transition:height .3s}.dashboard-chart__item>span{color:var(--text-muted);white-space:nowrap;font-size:7px}.dashboard-countries{flex-direction:column;padding-top:8px;display:flex}.dashboard-country{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:16px;min-height:55px;display:flex}.dashboard-country:last-child{border-bottom:0}.dashboard-country>div{align-items:center;gap:10px;min-width:0;display:flex}.dashboard-country__position{color:var(--accent);font-size:8px;font-weight:700}.dashboard-country span:not(.dashboard-country__position){color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.dashboard-country strong{color:var(--text-primary);font-size:13px}.dashboard-panel__empty{min-height:230px;color:var(--text-muted);text-align:center;place-items:center;padding:20px;font-size:11px;display:grid}.dashboard__state{border:1px solid var(--border);min-height:calc(100vh - 142px);color:var(--text-muted);background:var(--surface);text-align:center;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:14px;padding:40px;font-size:13px;display:flex}.dashboard__loader{border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:26px;height:26px;animation:.8s linear infinite dashboard-spin}.dashboard__state--error strong{color:var(--text-primary);font-size:15px}.dashboard__state--error p{color:var(--text-secondary);margin:0}.dashboard__state--error button{min-height:40px;color:var(--primary-button-text);background:var(--accent);cursor:pointer;border:0;border-radius:10px;padding:0 17px;font-family:inherit;font-size:11px;font-weight:700}@keyframes dashboard-spin{to{transform:rotate(360deg)}}@media (width<=1100px){.dashboard__cards{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard__content{grid-template-columns:1fr}}@media (width<=700px){.dashboard__header{flex-direction:column}.dashboard__header-actions{flex-direction:column;width:100%}.dashboard__realtime,.dashboard__analytics-link{width:100%}}@media (width<=560px){.dashboard__cards{grid-template-columns:1fr}.dashboard-card{min-height:125px}.dashboard-panel{padding:16px}.dashboard-chart{height:250px}.dashboard-chart__item{min-width:22px}.dashboard__state{min-height:calc(100vh - 110px);padding:28px 18px}}.content-loading{grid-template-columns:minmax(190px,230px) minmax(320px,1fr) minmax(340px,.9fr);align-items:start;gap:18px;display:grid}.content-loading__sections,.content-loading__editor,.content-loading__preview{border:1px solid var(--border);background:var(--surface);min-width:0;box-shadow:var(--shadow);border-radius:16px;overflow:hidden}.content-loading__skeleton{background:var(--surface-soft);border-radius:999px;position:relative;overflow:hidden}.content-loading__skeleton:after{content:"";background:linear-gradient(90deg,#0000,#ffffff1f,#0000);animation:1.3s infinite content-loading-shimmer;position:absolute;inset:0;transform:translate(-100%)}@keyframes content-loading-shimmer{to{transform:translate(100%)}}.content-loading__sections-header{border-bottom:1px solid var(--border);flex-direction:column;justify-content:center;gap:7px;min-height:67px;padding:15px 16px;display:flex}.content-loading__heading{width:92px;height:12px}.content-loading__caption{width:50px;height:8px}.content-loading__section-list{padding:8px}.content-loading__section-item{align-items:center;gap:10px;min-height:54px;padding:8px 10px;display:flex}.content-loading__dot{flex:0 0 7px;width:7px;height:7px}.content-loading__section-text{flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}.content-loading__section-title{width:72%;height:10px}.content-loading__section-caption{width:38%;height:7px}.content-loading__editor{padding:22px}.content-loading__editor-header{border-bottom:1px solid var(--border);justify-content:space-between;gap:20px;min-height:58px;padding-bottom:18px;display:flex}.content-loading__eyebrow{width:88px;height:8px}.content-loading__editor-title{border-radius:6px;width:150px;height:18px;margin-top:10px}.content-loading__counter{width:52px;height:24px}.content-loading__fields{flex-direction:column;gap:18px;margin-top:20px;display:flex}.content-loading__field{flex-direction:column;gap:7px;display:flex}.content-loading__field-header{justify-content:space-between;align-items:center;display:flex}.content-loading__label{width:92px;height:9px}.content-loading__characters{width:20px;height:7px}.content-loading__input,.content-loading__textarea{border-radius:10px;width:100%}.content-loading__input{height:42px}.content-loading__textarea{height:120px}.content-loading__field-key{width:70px;height:7px}.content-loading__preview{padding:15px}.content-loading__preview-header{justify-content:space-between;align-items:center;gap:14px;min-height:48px;padding:0 3px 14px;display:flex}.content-loading__preview-title{width:85px;height:10px}.content-loading__preview-caption{width:135px;height:7px;margin-top:6px}.content-loading__device{width:54px;height:24px}.content-loading__browser{background:#07131f;border:1px solid #ffffff17;border-radius:12px;overflow:hidden}.content-loading__browser-toolbar{background:#0d2232;border-bottom:1px solid #ffffff12;align-items:center;gap:10px;min-height:36px;padding:0 10px;display:flex}.content-loading__browser-dots{gap:4px;display:flex}.content-loading__browser-dots span{background:#ffffff47;border-radius:50%;width:5px;height:5px}.content-loading__address{background:#ffffff0d;flex:1;height:19px}.content-loading__site{background:radial-gradient(115% 85% at 50% 42%,#0000 30%,#01050a4d 75%,#01050a9e 100%),linear-gradient(#123650,#0e2b41);min-height:570px;padding:16px}.content-loading__dock{background:#e9f1f714;width:100%;height:52px}.content-loading__site-content{flex-direction:column;align-items:center;padding:82px 24px 58px;display:flex}.content-loading__site-eyebrow{width:150px;height:8px}.content-loading__site-title{background:#e9f1f71a;border-radius:8px;width:82%;height:44px;margin-top:22px}.content-loading__site-title--short{width:58%;margin-top:8px}.content-loading__site-description{background:#e9f1f714;width:74%;height:9px;margin-top:26px}.content-loading__site-description--short{width:55%;margin-top:8px}.content-loading__site-buttons{gap:9px;margin-top:28px;display:flex}.content-loading__site-buttons div{background:#e9f1f717;width:110px;height:34px}.content-loading__site-stats{justify-content:center;gap:7px;width:100%;margin-top:42px;display:flex}.content-loading__site-stats div{background:#e9f1f714;width:108px;height:44px}.content-loading__accessible-text{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}@media (width<=1350px){.content-loading{grid-template-columns:minmax(190px,220px) minmax(340px,1fr)}.content-loading__preview{grid-column:1/-1}}@media (width<=900px){.content-loading{grid-template-columns:1fr}.content-loading__section-list{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}}@media (width<=560px){.content-loading__section-list{grid-template-columns:1fr}.content-loading__editor{padding:18px 15px}.content-loading__preview{padding:10px}.content-loading__site{min-height:480px;padding:10px}.content-loading__site-content{padding:55px 10px 35px}.content-loading__site-title{height:34px}.content-loading__site-buttons,.content-loading__site-stats{flex-direction:column;width:100%}.content-loading__site-buttons div,.content-loading__site-stats div{width:100%}}.content-admin{width:100%}.content-admin__header{justify-content:space-between;align-items:flex-start;gap:32px;margin-bottom:24px;display:flex}.content-admin__eyebrow,.content-editor__eyebrow{color:var(--accent);letter-spacing:.18em;text-transform:uppercase;font-size:10px;font-weight:700}.content-admin__header h1{color:var(--text-primary);letter-spacing:-.04em;margin:10px 0 0;font-size:clamp(28px,2vw,36px);font-weight:600;line-height:1.1}.content-admin__header p{max-width:600px;color:var(--text-secondary);margin:10px 0 0;font-size:12px;line-height:1.7}.content-admin__actions{flex-shrink:0;align-items:center;gap:10px;display:flex}.content-button{cursor:pointer;border:1px solid #0000;border-radius:10px;min-height:42px;padding:0 18px;font-family:Manrope,sans-serif;font-size:12px;font-weight:700;transition:transform .2s,background .2s,border-color .2s,opacity .2s}.content-button:hover:not(:disabled){transform:translateY(-1px)}.content-button:disabled{opacity:.45;cursor:not-allowed}.content-button--primary{color:var(--primary-button-text);background:var(--accent)}.content-button--secondary{color:var(--text-secondary);background:var(--surface);border-color:var(--border)}.content-admin__draft{min-height:42px;color:var(--text-secondary);background:var(--accent-soft);border:1px solid #c9942f3d;border-radius:10px;align-items:center;gap:10px;margin-bottom:18px;padding:0 15px;font-size:12px;display:flex}.content-admin__draft span{background:var(--accent);width:7px;height:7px;box-shadow:0 0 0 5px var(--accent-soft);border-radius:50%}.content-admin__error,.content-admin__empty{color:#a73f3f;background:#be424212;border:1px solid #be424240;border-radius:10px;margin-bottom:20px;padding:14px 16px;font-size:13px}.content-admin__workspace{grid-template-columns:minmax(190px,230px) minmax(320px,1fr) minmax(340px,.9fr);align-items:start;gap:18px;display:grid}.content-admin__sections,.content-admin__editor,.content-admin__preview{min-width:0}.content-sections,.content-editor,.content-preview{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);border-radius:16px}.content-sections{position:sticky;top:78px;overflow:hidden}.content-sections__header{border-bottom:1px solid var(--border);flex-direction:column;justify-content:center;gap:3px;min-height:67px;padding:15px 16px;display:flex}.content-sections__header span{color:var(--text-primary);font-size:12px;font-weight:700}.content-sections__header small{color:var(--text-muted);font-size:10px}.content-sections__list{max-height:calc(100vh - 210px);padding:8px;overflow-y:auto}.content-sections__item{width:100%;min-height:54px;color:var(--text-secondary);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:10px;align-items:center;gap:10px;padding:8px 10px;transition:color .2s,background .2s;display:flex}.content-sections__item:hover{color:var(--text-primary);background:var(--surface-soft)}.content-sections__item--active{color:var(--text-primary);background:var(--accent-soft)}.content-sections__item-dot{border:1px solid var(--border);background:var(--surface-soft);border-radius:50%;flex:0 0 7px;width:7px;height:7px}.content-sections__item--active .content-sections__item-dot{border-color:var(--accent);background:var(--accent)}.content-sections__item-content{flex-direction:column;gap:3px;min-width:0;display:flex}.content-sections__item-content strong{text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:600;overflow:hidden}.content-sections__item-content small{color:var(--text-muted);font-size:9px}.content-editor{padding:22px}.content-editor__header{border-bottom:1px solid var(--border);justify-content:space-between;gap:20px;min-height:58px;padding-bottom:18px;display:flex}.content-editor__header h2{color:var(--text-primary);letter-spacing:-.025em;margin:8px 0 0;font-size:18px;font-weight:600}.content-editor__counter{border:1px solid var(--border);height:fit-content;color:var(--text-muted);background:var(--surface-soft);border-radius:999px;padding:6px 9px;font-size:9px}.content-editor__fields{flex-direction:column;gap:18px;margin-top:20px;display:flex}.content-editor__empty{border:1px dashed var(--border);color:var(--text-muted);background:var(--surface-soft);text-align:center;border-radius:12px;margin-top:20px;padding:30px;font-size:12px}.content-field{flex-direction:column;gap:7px;display:flex}.content-field__label{justify-content:space-between;align-items:center;gap:15px;display:flex}.content-field__label label{color:var(--text-primary);font-size:11px;font-weight:600}.content-field__label span{color:var(--text-muted);font-size:9px}.content-field input,.content-field textarea{border:1px solid var(--border);width:100%;color:var(--text-primary);background:var(--surface-soft);border-radius:10px;outline:none;font-family:Manrope,sans-serif;font-size:12px;line-height:1.65;transition:border-color .2s,box-shadow .2s,background .2s}.content-field input{min-height:42px;padding:0 13px}.content-field textarea{resize:vertical;min-height:120px;padding:12px 13px}.content-field input:focus,.content-field textarea:focus{border-color:var(--accent);background:var(--surface);box-shadow:0 0 0 3px var(--accent-soft)}.content-field__key{color:var(--text-muted);font-family:monospace;font-size:9px}.content-preview{padding:15px;position:sticky;top:78px}.content-preview__header{justify-content:space-between;align-items:center;gap:14px;min-height:48px;padding:0 3px 14px;display:flex}.content-preview__header>div:first-child{flex-direction:column;gap:3px;display:flex}.content-preview__header span{color:var(--text-primary);font-size:11px;font-weight:700}.content-preview__header small{color:var(--text-muted);font-size:9px}.content-preview__device{border:1px solid var(--border);color:var(--text-muted);background:var(--surface-soft);border-radius:999px;padding:5px 9px;font-size:9px}.content-preview__browser{background:#07131f;border:1px solid #ffffff17;border-radius:12px;overflow:hidden}.content-preview__browser-toolbar{background:#0d2232;border-bottom:1px solid #ffffff12;align-items:center;gap:10px;min-height:36px;padding:0 10px;display:flex}.content-preview__browser-dots{gap:4px;display:flex}.content-preview__browser-dots span{background:#ffffff47;border-radius:50%;width:5px;height:5px}.content-preview__browser-address{color:#ffffff61;text-overflow:ellipsis;white-space:nowrap;background:#ffffff0d;border-radius:999px;flex:1;align-items:center;min-width:0;height:19px;padding:0 8px;font-size:7px;display:flex;overflow:hidden}.content-preview__browser-page{height:570px;overflow:auto}.site-preview{--preview-sol:#123650;--preview-raso:#0e2b41;--preview-soul:#0c2438;--preview-fundo:#091c2e;--preview-abismo:#040d18;--preview-fossa:#01050a;--preview-gold:#c49a43;--preview-gold-high:#d9b064;--preview-gold-low:#c49a4312;--preview-gold-medium:#c49a4342;--preview-white:#e9f1f7;--preview-mist:#7c8ea1;--preview-line:#e9f1f70f;min-height:640px;color:var(--preview-white);background:radial-gradient(115% 85% at 50% 42%, transparent 30%, #01050a4d 75%, #01050a9e 100%), linear-gradient(180deg, var(--preview-sol), var(--preview-raso));padding:16px;font-family:Manrope,sans-serif;position:relative;overflow:hidden}.site-preview__dock{z-index:20;border:1px solid var(--preview-line);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0e2b418c;border-radius:999px;justify-content:space-between;align-items:center;gap:14px;min-height:52px;padding:0 10px 0 16px;display:flex;position:relative;box-shadow:0 16px 38px #01050a73}.site-preview__dock img{object-fit:contain;width:90px;max-height:26px}.site-preview__dock-links{flex:1;justify-content:center;align-items:center;gap:5px;display:flex}.site-preview__dock-links span{color:var(--preview-mist);letter-spacing:.1em;text-transform:uppercase;padding:7px 9px;font-size:6px;font-weight:600}.site-preview__dock-cta{color:var(--preview-abismo);background:var(--preview-gold);border-radius:999px;padding:8px 11px;font-size:6px;font-weight:700}.site-preview__hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:570px;padding:82px 24px 58px;display:flex;position:relative}.site-preview__light{pointer-events:none;position:absolute;inset:0;overflow:hidden}.site-preview__light span{filter:blur(42px);background:linear-gradient(#d2e8ff14,#0000 62%);width:48%;height:560px;position:absolute;top:-190px}.site-preview__light span:first-child{left:-8%;transform:rotate(8deg)}.site-preview__light span:last-child{right:-8%;transform:rotate(-4deg)}.site-preview__hero-eyebrow{color:#f2f8fc99;letter-spacing:.28em;text-transform:uppercase;align-items:center;gap:12px;margin-bottom:22px;font-size:7px;font-weight:700;display:flex;position:relative}.site-preview__hero-eyebrow:before,.site-preview__hero-eyebrow:after{content:"";background:linear-gradient(90deg, transparent, var(--preview-gold-medium), transparent);width:28px;height:1px}.site-preview__hero-title{max-width:620px;color:var(--preview-white);letter-spacing:-.03em;text-shadow:0 6px 50px #020c1880;margin:0;font-size:clamp(36px,5vw,72px);font-weight:400;line-height:.98;position:relative}.site-preview__hero-description{color:#f2f8fcc7;max-width:500px;margin:24px auto 0;font-size:11px;line-height:1.8;position:relative}.site-preview__hero-buttons{flex-wrap:wrap;justify-content:center;gap:9px;margin-top:28px;display:flex;position:relative}.site-preview__button{letter-spacing:.06em;border-radius:999px;justify-content:center;align-items:center;padding:11px 17px;font-size:8px;font-weight:700;display:inline-flex}.site-preview__button--gold{color:var(--preview-abismo);background:var(--preview-gold)}.site-preview__button--glass{color:var(--preview-white);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f2f8fc0f;border:1px solid #f2f8fc29}.site-preview__hero-stats{flex-wrap:wrap;justify-content:center;gap:7px;margin-top:42px;display:flex;position:relative}.site-preview__stat{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f2f8fc0d;border:1px solid #f2f8fc1f;border-radius:999px;align-items:center;gap:9px;padding:11px 15px;display:flex}.site-preview__stat strong{color:var(--preview-gold-high);font-size:18px;font-weight:400;line-height:1}.site-preview__stat span{max-width:90px;color:var(--preview-mist);text-align:left;font-size:7px;line-height:1.4}.site-preview__section,.site-preview__simple,.site-preview__manifesto{min-height:570px;padding:76px 24px}.site-preview__container{max-width:920px;margin:0 auto}.site-preview__seal{border:1px solid var(--preview-gold-medium);color:var(--preview-gold-high);letter-spacing:.22em;text-transform:uppercase;border-radius:999px;padding:6px 11px;font-size:7px;font-weight:700;display:inline-block}.site-preview__title{max-width:680px;color:var(--preview-white);letter-spacing:-.02em;margin:20px 0 0;font-size:clamp(30px,4vw,52px);font-weight:400;line-height:1.02}.site-preview__body{max-width:600px;color:var(--preview-mist);margin:20px 0 0;font-size:11px;line-height:1.85}.site-preview__bubble-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:38px;display:grid}.site-preview__bubble{border:1px solid var(--preview-line);background:linear-gradient(#e9f1f709,#e9f1f702);border-radius:30px;min-width:0;padding:25px;position:relative;overflow:hidden}.site-preview__bubble:after{content:"";background:radial-gradient(circle, var(--preview-gold-low), transparent 70%);border-radius:50%;width:190px;height:190px;position:absolute;top:-90px;right:-90px}.site-preview__bubble-tag{z-index:1;border:1px solid var(--preview-gold-medium);color:var(--preview-gold-high);background:var(--preview-gold-low);letter-spacing:.16em;text-transform:uppercase;border-radius:999px;padding:5px 9px;font-size:7px;font-weight:700;display:inline-block;position:relative}.site-preview__bubble h3{z-index:1;color:var(--preview-white);margin:17px 0 11px;font-size:19px;font-weight:400;line-height:1.2;position:relative}.site-preview__bubble p{z-index:1;color:var(--preview-mist);margin:0 0 18px;font-size:9px;line-height:1.8;position:relative}.site-preview__arrow{z-index:1;color:var(--preview-gold-high);font-size:8px;font-weight:700;position:relative}.site-preview__steps{flex-direction:column;gap:17px;margin-top:42px;display:flex;position:relative}.site-preview__steps-line{background:linear-gradient(180deg, var(--preview-gold-medium), transparent);width:2px;position:absolute;top:35px;bottom:35px;left:45px}.site-preview__step{border:1px solid var(--preview-line);background:linear-gradient(#e9f1f709,#e9f1f702);border-radius:24px;grid-template-columns:54px 1fr;align-items:start;gap:18px;padding:14px 18px;display:grid;position:relative}.site-preview__step-icon{z-index:1;border:1px solid var(--preview-gold-medium);width:54px;height:54px;color:var(--preview-gold-high);background:var(--preview-raso);box-shadow:0 0 0 5px var(--preview-raso);border-radius:50%;place-items:center;font-size:12px;display:grid;position:relative}.site-preview__step h3{color:var(--preview-white);margin:4px 0 5px;font-size:12px}.site-preview__step p{color:var(--preview-mist);margin:0;font-size:9px;line-height:1.75}.site-preview__principles{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:38px;display:grid}.site-preview__principle{border:1px solid var(--preview-line);background:linear-gradient(#e9f1f709,#e9f1f702);border-radius:25px;padding:20px}.site-preview__principle-icon{border:1px solid var(--preview-gold-medium);width:38px;height:38px;color:var(--preview-gold-high);border-radius:50%;place-items:center;font-size:9px;display:grid}.site-preview__principle h3{color:var(--preview-white);margin:15px 0 6px;font-size:17px;font-weight:400}.site-preview__principle p{color:var(--preview-mist);margin:0;font-size:9px;line-height:1.75}.site-preview__attends{grid-template-columns:1fr .85fr;align-items:center;gap:42px;margin-top:38px;display:grid}.site-preview__attends ul{flex-direction:column;gap:7px;margin:0;padding:0;list-style:none;display:flex}.site-preview__attends li{border:1px solid var(--preview-line);color:var(--preview-mist);background:linear-gradient(#e9f1f709,#e9f1f702);border-radius:999px;align-items:center;gap:10px;padding:11px 15px;font-size:9px;display:flex}.site-preview__attends li:before{content:"";background:var(--preview-gold-high);opacity:.45;border-radius:50%;flex:0 0 5px;width:5px;height:5px}.site-preview__orb{aspect-ratio:1;background:radial-gradient(circle,#4fd9c429,#123a6314 52%,#0000 70%);border-radius:50%;place-items:center;width:min(250px,100%);margin:0 auto;display:grid;position:relative}.site-preview__orb-ring{border:1px solid #4fd9c41a;border-radius:50%;position:absolute;inset:0}.site-preview__orb-ring:nth-child(2){inset:14%}.site-preview__orb-ring:nth-child(3){inset:28%}.site-preview__orb span{max-width:120px;color:var(--preview-white);text-align:center;font-size:18px;line-height:1.3}.site-preview__contact-item{flex-direction:column;gap:4px;margin-top:18px;display:flex}.site-preview__contact-item strong{color:var(--preview-mist);letter-spacing:.16em;text-transform:uppercase;font-size:7px}.site-preview__contact-item span{font-size:10px}.site-preview__form{border:1px solid var(--preview-line);background:linear-gradient(#e9f1f709,#e9f1f702);border-radius:30px;padding:22px}.site-preview__form-grid{grid-template-columns:1fr 1fr;gap:11px;display:grid}.site-preview__form-field{flex-direction:column;gap:6px;margin-bottom:11px;display:flex}.site-preview__form-field span{color:var(--preview-mist);letter-spacing:.14em;text-transform:uppercase;font-size:7px;font-weight:700}.site-preview__form-field input,.site-preview__form-field select{width:100%;min-height:38px;color:var(--preview-white);background:#01070e59;border:1px solid #f2f8fc1f;border-radius:12px;padding:0 11px;font-family:Manrope,sans-serif;font-size:8px}.site-preview__form-field input::placeholder{color:#7c8ea1a6}.site-preview__form-field select option{color:var(--preview-white);background:var(--preview-abismo)}.site-preview__form-submit{min-height:38px;color:var(--preview-abismo);background:var(--preview-gold);border-radius:999px;place-items:center;font-size:8px;font-weight:700;display:grid}.site-preview__manifesto{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:18px;display:flex}.site-preview__manifesto p,.site-preview__manifesto strong{max-width:800px;margin:0;font-size:clamp(20px,3vw,38px);font-weight:400;line-height:1.2}.site-preview__manifesto p{color:#e9f1f7b8}.site-preview__manifesto strong{color:var(--preview-white)}.site-preview__simple{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.site-preview__simple .site-preview__title,.site-preview__simple .site-preview__body{margin-left:auto;margin-right:auto}.site-preview__simple .site-preview__button{margin-top:25px}.site-preview__section--what-we-do{min-height:650px}.site-preview__section--what-we-do .site-preview__title{max-width:540px}.site-preview__questions{flex-direction:column;gap:7px;margin-top:34px;display:flex}.site-preview__question{background:#f2f8fc08;border:1px solid #0000;border-radius:14px;grid-template-columns:115px minmax(0,1fr);align-items:baseline;gap:20px;padding:15px 18px;display:grid}.site-preview__question-title{color:var(--preview-white);font-size:12px;font-weight:400}.site-preview__question-answer{color:var(--preview-mist);font-size:8px;line-height:1.7}.site-preview__question-answer strong{color:var(--preview-white);font-weight:600}.site-preview__question:hover{background:#f2f8fc0f;border-color:#f2f8fc1f}.site-preview__section--videos{min-height:650px}.site-preview__section--videos .site-preview__body{max-width:500px}.site-preview__video-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:30px;display:grid}.site-preview__video-card{background:linear-gradient(#e9f1f709,#e9f1f702);border:1px solid #e9f1f714;border-radius:18px;overflow:hidden}.site-preview__video-thumb{aspect-ratio:16/10;background:#01050a40;place-items:center;display:grid}.site-preview__video-play{width:40px;height:40px;color:var(--preview-white);background:#f2f8fc1a;border:1px solid #f2f8fc47;border-radius:50%;place-items:center;font-size:10px;display:grid}.site-preview__video-content{padding:14px}.site-preview__video-theme{border:1px solid var(--preview-gold-medium);color:var(--preview-gold-high);letter-spacing:.12em;text-transform:uppercase;background:#c49a4312;border-radius:999px;margin-bottom:8px;padding:4px 8px;font-size:6px;font-weight:700;display:inline-block}.site-preview__video-content strong{color:var(--preview-white);font-size:9px;line-height:1.35;display:block}.site-preview__video-content p{color:var(--preview-mist);margin-top:6px;font-size:7px;line-height:1.6}.site-preview__video-more{text-align:center;margin-top:24px}.site-preview__section--careers{text-align:center;align-items:center;min-height:620px;display:flex}.site-preview__careers{width:100%;max-width:560px;margin:0 auto}.site-preview__careers .site-preview__title{margin-top:18px}.site-preview__careers .site-preview__body{max-width:470px;margin:18px auto 26px}.site-preview__button--outline{border:1px solid var(--preview-gold-medium);color:var(--preview-gold-high);background:0 0}.site-preview__section--contact{min-height:650px}.site-preview__section--contact .site-preview__title{margin-top:18px}.site-preview__contact{grid-template-columns:.85fr 1fr;align-items:start;gap:50px;margin-top:34px;display:grid}.site-preview__contact-description{max-width:330px;margin-top:0}.site-preview__contact-icon{border:1px solid var(--preview-gold-medium);background:#c49a4312;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.site-preview__contact-icon svg{fill:none;width:14px;height:14px;stroke:var(--preview-gold-high);stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round}.site-preview__contact-text strong{color:var(--preview-mist);letter-spacing:.16em;text-transform:uppercase;margin-bottom:3px;font-size:7px;font-weight:700;display:block}.site-preview__contact-text span{color:var(--preview-white);font-size:9px}.site-preview__contact-form{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(#e9f1f709,#e9f1f702);border:1px solid #e9f1f70f;border-radius:24px;padding:24px}.site-preview__contact-two{grid-template-columns:1fr 1fr;gap:12px;display:grid}.site-preview__contact-field{margin-bottom:12px;display:block}.site-preview__contact-field>span{color:var(--preview-mist);letter-spacing:.14em;text-transform:uppercase;margin-bottom:6px;font-size:7px;font-weight:700;display:block}.site-preview__contact-field input,.site-preview__contact-field select,.site-preview__contact-field textarea{width:100%;color:var(--preview-white);font:inherit;background:#01070e59;border:1px solid #f2f8fc1f;border-radius:10px;outline:none;padding:10px 12px;font-size:8px;transition:border-color .25s,background .25s,box-shadow .25s}.site-preview__contact-field input{min-height:38px}.site-preview__contact-field select{appearance:none;cursor:pointer;background-image:linear-gradient(45deg, transparent 50%, var(--preview-mist) 50%), linear-gradient(135deg, var(--preview-mist) 50%, transparent 50%);background-position:calc(100% - 14px) 16px,calc(100% - 10px) 16px;background-repeat:no-repeat;background-size:4px 4px,4px 4px;min-height:38px;padding-right:32px}.site-preview__contact-field textarea{resize:vertical;min-height:105px}.site-preview__contact-field input::placeholder,.site-preview__contact-field textarea::placeholder{color:#93aabf80}.site-preview__contact-field input:focus,.site-preview__contact-field select:focus,.site-preview__contact-field textarea:focus{border-color:var(--preview-gold-medium);background:#01050a99;box-shadow:0 0 0 3px #c49a4312}.site-preview__contact-field select option{color:var(--preview-white);background:#040d18}.site-preview__contact-submit{color:#040d18;background:var(--preview-gold);cursor:default;border-radius:999px;justify-content:center;align-items:center;width:100%;min-height:38px;margin-top:6px;padding:9px 16px;font-size:8px;font-weight:700;display:flex}@media (width<=900px){.site-preview__contact{grid-template-columns:1fr;gap:28px}}@media (width<=560px){.site-preview__contact-two{grid-template-columns:1fr}.site-preview__contact-form{padding:16px}}@media (width<=900px){.site-preview__video-grid{grid-template-columns:1fr}}@media (width<=1350px){.content-admin__workspace{grid-template-columns:minmax(190px,220px) minmax(340px,1fr)}.content-admin__preview{grid-column:1/-1}.content-preview{position:static}.content-preview__browser-page{height:620px}.site-preview{min-height:620px}}@media (width<=900px){.content-admin__header{flex-direction:column}.content-admin__actions{width:100%}.content-button{flex:1}.content-admin__workspace{grid-template-columns:1fr}.content-sections{position:static}.content-sections__list{grid-template-columns:repeat(2,minmax(0,1fr));max-height:none;display:grid}.site-preview__dock-links,.site-preview__dock-cta{display:none}.site-preview__bubble-grid,.site-preview__principles,.site-preview__attends,.site-preview__contact,.site-preview__form-grid,.site-preview__bubble-grid,.site-preview__principles,.site-preview__pain-grid,.site-preview__attends,.site-preview__contact{grid-template-columns:1fr}}@media (width<=560px){.content-admin__header h1{font-size:30px}.content-admin__actions{flex-direction:column-reverse}.content-button{width:100%}.content-sections__list{grid-template-columns:1fr}.content-editor{padding:18px 15px}.content-editor__header{flex-direction:column}.content-editor__counter{align-self:flex-start}.content-preview{padding:10px}.content-preview__browser-page{height:520px}.site-preview{min-height:520px;padding:10px}.site-preview__hero,.site-preview__section,.site-preview__simple,.site-preview__manifesto{min-height:480px;padding:55px 12px 35px}.site-preview__hero-title{font-size:36px}.site-preview__title{font-size:30px}.site-preview__hero-stats{flex-direction:column}.site-preview__stat{justify-content:center;width:100%}.site-preview__step{grid-template-columns:1fr}.site-preview__steps-line{display:none}.site-preview__principles{grid-template-columns:1fr}}.site-preview__title-accent{color:var(--preview-gold-high)}.site-preview__section--pains{background:radial-gradient(circle at 50% 40%,#c49a430f,#0000 60%)}.site-preview__pain-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:38px;display:grid}.site-preview__pain-card{border:1px solid var(--preview-line);background:linear-gradient(#e9f1f709,#e9f1f702);border-radius:26px;min-width:0;padding:20px}.site-preview__pain-header{border-bottom:1px solid var(--preview-line);align-items:center;gap:10px;padding-bottom:15px;display:flex}.site-preview__pain-header h3{color:var(--preview-white);margin:0;font-size:15px;font-weight:500}.site-preview__pain-icon{border:1px solid var(--preview-gold-medium);width:34px;height:34px;color:var(--preview-gold-high);background:var(--preview-gold-low);text-transform:uppercase;border-radius:50%;place-items:center;font-size:7px;display:grid}.site-preview__pain-list{flex-direction:column;display:flex}.site-preview__pain-item{border-bottom:1px solid var(--preview-line);grid-template-columns:26px 1fr;gap:10px;padding:16px 0;display:grid}.site-preview__pain-item:last-child{border-bottom:0}.site-preview__pain-number{color:var(--preview-gold-high);letter-spacing:.08em;font-size:8px;font-weight:700}.site-preview__pain-item strong{color:var(--preview-white);font-size:10px;font-weight:600;line-height:1.4;display:block}.site-preview__pain-item p{color:var(--preview-mist);margin:6px 0 0;font-size:8px;line-height:1.7}.site-preview__pain-statement{max-width:620px;color:var(--preview-mist);text-align:center;margin:42px auto 0;font-size:15px;line-height:1.5}.site-preview__pain-statement strong{color:var(--preview-white);font-weight:500}.site-preview__newsletter-section{justify-content:center;align-items:center;min-height:570px;padding:70px 24px;display:flex}.site-preview__newsletter{border:1px solid var(--preview-line);text-align:center;background:radial-gradient(120% 140% at 50% -10%,#c49a431a,#0000 62%),linear-gradient(#e9f1f709,#e9f1f702);border-radius:32px;width:100%;max-width:680px;padding:46px 32px;position:relative;overflow:hidden}.site-preview__newsletter .site-preview__title{max-width:560px;margin:18px auto 0;font-size:clamp(27px,4vw,46px)}.site-preview__newsletter .site-preview__body{text-align:center;max-width:500px;margin:16px auto 28px}.site-preview__newsletter-form{background:#01070e66;border:1px solid #f2f8fc1f;border-radius:999px;align-items:center;gap:6px;width:100%;max-width:490px;margin:0 auto;padding:5px;display:flex}.site-preview__newsletter-input{min-width:0;min-height:38px;color:var(--preview-white);background:0 0;border:0;border-radius:999px;outline:none;flex:1;padding:0 14px;font-family:Manrope,sans-serif;font-size:9px}.site-preview__newsletter-input::placeholder{color:#7c8ea1bf}.site-preview__newsletter-button{min-height:38px;color:var(--preview-abismo);background:var(--preview-gold);white-space:nowrap;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;padding:0 17px;font-size:8px;font-weight:700;display:inline-flex}@media (width<=520px){.site-preview__newsletter{padding:36px 20px}.site-preview__newsletter-form{background:0 0;border:0;border-radius:0;flex-direction:column;padding:0}.site-preview__newsletter-input{background:#01070e66;border:1px solid #f2f8fc1f;width:100%;min-height:42px}.site-preview__newsletter-button{flex-shrink:0;justify-content:center;align-items:center;min-width:120px;display:flex}}.content-sections__group{border-bottom:1px solid var(--border)}.content-sections__group:last-child{border-bottom:0}.content-sections__group-header{justify-content:space-between;align-items:center;gap:10px;min-height:38px;padding:11px 16px 5px;display:flex}.content-sections__group-header strong{color:var(--text-muted);letter-spacing:.12em;text-transform:uppercase;font-size:9px;font-weight:700}.content-sections__group-header span{color:var(--text-muted);font-size:8px}.site-preview--standalone{background:linear-gradient(180deg, var(--preview-sol), var(--preview-raso));min-height:640px;padding:0}.site-preview__standalone{min-height:640px}.site-preview__standalone-top{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#030b14cc;border-bottom:1px solid #e9f1f714;justify-content:space-between;align-items:center;gap:14px;min-height:58px;padding:10px 18px;display:flex}.site-preview__standalone-back{color:var(--preview-white);letter-spacing:.08em;text-transform:uppercase;background:#e9f1f70d;border:1px solid #e9f1f71f;border-radius:999px;padding:7px 11px;font-size:7px;font-weight:700}.site-preview__standalone-body{max-width:780px;margin:0 auto;padding:54px 32px 70px}.site-preview__standalone-body--narrow{max-width:650px}.site-preview__standalone-title{color:var(--preview-white);letter-spacing:-.03em;margin:0;font-size:34px;font-weight:400;line-height:1.08}.site-preview__standalone-text{color:var(--preview-mist);margin:18px 0 0;font-size:11px;line-height:1.85}.site-preview__standalone-text--lead{font-size:13px}.site-preview__library-filters{flex-wrap:wrap;gap:7px;margin-top:28px;display:flex}.site-preview__library-filters span{color:var(--preview-mist);background:#e9f1f70a;border:1px solid #e9f1f71a;border-radius:999px;padding:7px 10px;font-size:7px}.site-preview__standalone-input{color:#e9f1f761;background:#01050a33;border:1px solid #e9f1f71f;border-radius:10px;align-items:center;min-height:38px;margin-top:14px;padding:0 13px;font-size:8px;display:flex}.site-preview__library-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:20px;display:grid}.site-preview__library-card{background:#e9f1f706;border:1px solid #e9f1f714;border-radius:12px;overflow:hidden}.site-preview__library-cover{aspect-ratio:16/9;color:var(--preview-white);background:#01050a52;place-items:center;display:grid}.site-preview__library-card>span,.site-preview__library-card>strong{margin-inline:12px;display:block}.site-preview__library-card>span{color:var(--preview-gold-high);letter-spacing:.12em;text-transform:uppercase;margin-top:10px;font-size:6px;font-weight:700}.site-preview__library-card>strong{color:var(--preview-white);margin-top:5px;margin-bottom:12px;font-size:9px}.site-preview__journey-section{margin-top:28px}.site-preview__journey-heading,.site-preview__form-group-title{color:var(--preview-gold-high);letter-spacing:.08em;border-bottom:1px solid #e9f1f714;margin-bottom:10px;padding-bottom:7px;font-size:8px;font-weight:700}.site-preview__journey-steps{flex-direction:column;gap:10px;margin-top:24px;display:flex}.site-preview__journey-step{align-items:flex-start;gap:11px;display:flex}.site-preview__journey-step>span{border:1px solid var(--preview-gold-medium);width:24px;height:24px;color:var(--preview-gold-high);border-radius:50%;flex:0 0 24px;place-items:center;font-size:7px;display:grid}.site-preview__journey-step strong{color:var(--preview-white);font-size:9px}.site-preview__journey-step p{color:var(--preview-mist);margin:4px 0 0;font-size:8px;line-height:1.6}.site-preview__standalone .site-preview__form-group-title{margin-top:26px}.site-preview__standalone .site-preview__form-grid{margin-bottom:10px}@media (width<=900px){.site-preview__library-grid{grid-template-columns:1fr}}.loading-cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.loading-card{border:1px solid var(--border);background:var(--surface);border-radius:16px;overflow:hidden}.loading-card__cover{aspect-ratio:16/9;background:var(--surface-soft);position:relative;overflow:hidden}.loading-card__content{padding:18px}.loading-card__tag,.loading-card__title,.loading-card__line,.loading-card__actions div{background:var(--surface-soft);border-radius:999px;position:relative;overflow:hidden}.loading-card__tag{width:70px;height:8px}.loading-card__title{border-radius:6px;width:78%;height:18px;margin-top:12px}.loading-card__line{width:100%;height:9px;margin-top:12px}.loading-card__line--short{width:65%}.loading-card__actions{gap:10px;margin-top:24px;display:flex}.loading-card__actions div{flex:1;height:38px}.loading-card__cover:after,.loading-card__tag:after,.loading-card__title:after,.loading-card__line:after,.loading-card__actions div:after{content:"";background:linear-gradient(90deg,#0000,#ffffff73,#0000);animation:1.3s infinite loading-shimmer;position:absolute;inset:0;transform:translate(-100%)}@keyframes loading-shimmer{to{transform:translate(100%)}}@media (width<=1100px){.loading-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.loading-cards{grid-template-columns:1fr}}.loading-cards__text{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.videos-admin{width:100%;padding-bottom:48px}.videos-admin__header{justify-content:space-between;align-items:flex-start;gap:32px;margin-bottom:28px;display:flex}.videos-admin__eyebrow,.video-editor__eyebrow{color:var(--accent);letter-spacing:.18em;text-transform:uppercase;font-size:10px;font-weight:700}.videos-admin__header h1{color:var(--text-primary);letter-spacing:-.04em;margin:10px 0 0;font-size:clamp(28px,2vw,36px);font-weight:600}.videos-admin__header p{max-width:590px;color:var(--text-secondary);margin:12px 0 0;font-size:12px;line-height:1.7}.video-button{min-height:44px;font:inherit;letter-spacing:.04em;cursor:pointer;border:1px solid #0000;border-radius:10px;padding:0 20px;font-size:12px;font-weight:700;transition:transform .2s,opacity .2s,border-color .2s,background-color .2s}.video-button:hover:not(:disabled){transform:translateY(-1px)}.video-button:disabled{cursor:wait;opacity:.65}.video-button--primary{color:var(--primary-button-text);background:var(--accent)}.video-button--secondary{color:var(--text-secondary);border-color:var(--border);background:0 0}.videos-admin__visibility-row{border:1px solid var(--border);background:var(--surface);border-radius:16px;justify-content:space-between;align-items:center;gap:24px;margin-bottom:32px;padding:16px 18px;display:flex}.videos-admin__visibility-info{align-items:center;gap:14px;min-width:0;display:flex}.videos-admin__visibility-icon{width:38px;height:38px;color:var(--accent);background:#d0941f14;border:1px solid #d0941f38;border-radius:12px;flex:0 0 38px;place-items:center;font-size:17px;display:grid}.videos-admin__visibility-info>div:last-child{flex-direction:column;gap:4px;min-width:0;display:flex}.videos-admin__visibility-info strong{color:var(--text-primary);font-size:12px;font-weight:600;line-height:1.3}.videos-admin__visibility-info span{color:var(--text-muted);font-size:10px;line-height:1.5}.videos-toggle{border:1px solid var(--border);background:var(--surface-soft);cursor:pointer;border-radius:999px;flex:0 0 44px;width:44px;height:24px;padding:0;transition:background-color .2s,border-color .2s,opacity .2s;position:relative}.videos-toggle__thumb{background:var(--text-muted);border-radius:50%;width:16px;height:16px;transition:transform .2s,background-color .2s;position:absolute;top:3px;left:3px}.videos-toggle--active{border-color:var(--accent);background:var(--accent)}.videos-toggle--active .videos-toggle__thumb{background:var(--primary-button-text);transform:translate(20px)}.videos-toggle:hover:not(:disabled){border-color:var(--accent)}.videos-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.videos-toggle:disabled{cursor:wait;opacity:.55}.videos-admin__error{color:#e89a9a;background:#dc505014;border:1px solid #dc50504d;border-radius:12px;margin-bottom:24px;padding:14px 18px;font-size:13px}.video-editor{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);border-radius:20px;grid-template-columns:minmax(0,1fr) minmax(320px,.8fr);gap:32px;margin-bottom:48px;padding:28px;display:grid}.video-editor__heading h2{color:var(--text-primary);letter-spacing:-.03em;margin:9px 0 24px;font-size:18px;font-weight:600}.video-field{flex-direction:column;gap:8px;margin-bottom:17px;display:flex}.video-field label{color:var(--text-secondary);font-size:12px;font-weight:600}.video-field input,.video-field select,.video-field textarea{border:1px solid var(--border);width:100%;color:var(--text-primary);background:var(--surface-soft);font:inherit;border-radius:11px;outline:none;padding:13px 15px;font-size:13px;transition:border-color .2s,background-color .2s}.video-field textarea{resize:vertical;min-height:108px}.video-field input:focus,.video-field select:focus,.video-field textarea:focus{border-color:var(--accent)}.video-field small{color:var(--text-muted);font-size:10px;line-height:1.5}.video-highlight{border:1px solid var(--border);cursor:pointer;border-radius:12px;align-items:flex-start;gap:12px;margin-top:22px;padding:15px;display:flex}.video-highlight input{appearance:none;border:1px solid var(--border);background:var(--surface);cursor:pointer;border-radius:2px;place-content:center;width:14px;height:14px;margin-top:3px;display:grid}.video-highlight input:checked{border-color:var(--accent);background:var(--accent)}.video-highlight input:checked:before{content:"";border-bottom:2px solid #fff;border-left:2px solid #fff;width:7px;height:4px;transform:rotate(-45deg)translateY(-1px)}.video-highlight input:disabled{cursor:not-allowed;opacity:.65}.video-highlight span{flex-direction:column;gap:4px;display:flex}.video-highlight strong{color:var(--text-primary);font-size:12px}.video-highlight small{color:var(--text-muted);font-size:11px;line-height:1.5}.video-editor__actions{justify-content:flex-end;gap:10px;margin-top:24px;display:flex}.video-editor__preview{border-left:1px solid var(--border);padding-left:30px}.video-editor__preview-heading{justify-content:space-between;align-items:baseline;gap:16px;margin-bottom:18px;display:flex}.video-editor__preview-heading span{color:var(--text-primary);font-size:13px;font-weight:600}.video-editor__preview-heading small{color:var(--text-muted);font-size:10px}.video-preview{border:1px solid var(--border);background:#071726;border-radius:18px;overflow:hidden}.video-preview__cover{aspect-ratio:16/9;background:linear-gradient(145deg,#123b59,#061320);position:relative;overflow:hidden}.video-preview__cover img{object-fit:cover;width:100%;height:100%;display:block}.video-preview__placeholder{color:#ffffff52;place-items:center;width:100%;height:100%;font-size:12px;display:grid}.video-preview__play{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1f;border:1px solid #ffffff4d;border-radius:50%;place-items:center;width:62px;height:62px;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.video-preview__featured,.admin-video-card__badge{color:#091522;background:var(--accent);letter-spacing:.08em;text-transform:uppercase;border-radius:999px;padding:7px 10px;font-size:9px;font-weight:800;position:absolute;top:14px;right:14px}.video-preview__content{padding:21px}.video-preview__theme,.admin-video-card__theme{color:var(--accent);letter-spacing:.16em;text-transform:uppercase;font-size:9px;font-weight:700}.video-preview__content h3{color:#edf5fc;margin:10px 0 0;font-size:20px;font-weight:500}.video-preview__content p{color:#dce8f299;margin:10px 0 0;font-size:12px;line-height:1.65}.videos-admin__section-heading{margin-bottom:18px}.videos-admin__section-heading>div{justify-content:space-between;align-items:baseline;gap:20px;display:flex}.videos-admin__section-heading h2{color:var(--text-primary);margin:0;font-size:18px;font-weight:600}.videos-admin__section-heading span{color:var(--text-muted);font-size:11px}.videos-admin__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.admin-video-card{border:1px solid var(--border);background:var(--surface);border-radius:16px;overflow:hidden}.admin-video-card__cover{aspect-ratio:16/9;background:var(--surface-soft);position:relative;overflow:hidden}.admin-video-card__cover img{object-fit:cover;width:100%;height:100%;display:block}.admin-video-card__placeholder{width:100%;height:100%;color:var(--text-muted);place-items:center;font-size:11px;display:grid}.admin-video-card__content{padding:18px}.admin-video-card__content h3{color:var(--text-primary);margin:8px 0 0;font-size:16px;font-weight:600}.admin-video-card__content p{min-height:58px;color:var(--text-secondary);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:9px 0 0;font-size:10px;line-height:1.6;display:-webkit-box;overflow:hidden}.admin-video-card__actions{gap:9px;margin-top:18px;display:flex}.admin-video-card__actions button{border:1px solid var(--border);min-height:37px;color:var(--text-secondary);font:inherit;cursor:pointer;background:0 0;border-radius:999px;flex:1;font-size:10px;font-weight:700;transition:border-color .2s,background-color .2s}.admin-video-card__actions button:hover{border-color:var(--text-muted);background:var(--surface-soft)}.admin-video-card__actions .admin-video-card__delete{color:#e88b8b}.videos-admin__state{border:1px solid var(--border);color:var(--text-muted);background:var(--surface);text-align:center;border-radius:16px;padding:50px 20px;font-size:13px}@media (width<=1100px){.videos-admin__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.video-editor{grid-template-columns:1fr}.video-editor__preview{border-top:1px solid var(--border);border-left:0;padding-top:28px;padding-left:0}}@media (width<=700px){.videos-admin__header{flex-direction:column;gap:22px}.videos-admin__header .video-button{width:100%}.videos-admin__visibility-row{gap:16px;padding:14px 16px}.videos-admin__visibility-info{min-width:0}.videos-admin__visibility-info span{max-width:220px}.videos-admin__grid{grid-template-columns:1fr}.video-editor{padding:20px}.video-editor__actions{flex-direction:column-reverse}.video-editor__actions .video-button{width:100%}}@media (width<=480px){.videos-admin__visibility-icon{display:none}.videos-admin__visibility-row{padding:14px}.videos-admin__visibility-info strong{font-size:11px}.videos-admin__visibility-info span{font-size:9px}}.admin-login{--admin-background:#071d2c;--admin-surface:#0a2b41c7;--admin-border:#81b4d02b;--admin-text:#edf6fb;--admin-muted:#9bb0bf;--admin-gold:#d6a33d;--admin-gold-light:#edbd60;--admin-cyan:#47e8dd;min-height:100vh;color:var(--admin-text);isolation:isolate;background:radial-gradient(circle at 50% 28%,#15577b52,#0000 40%),linear-gradient(145deg,#061a29 0%,#09263a 55%,#061a28 100%);justify-content:center;align-items:center;padding:90px 24px 40px;font-family:Manrope,sans-serif;display:flex;position:relative;overflow:hidden}.admin-login:before{content:"";z-index:-2;background-color:#0000;background-image:linear-gradient(#82bdda06 1px,#0000 1px),linear-gradient(90deg,#82bdda06 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:72px 72px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle,#000,#0000 80%);mask-image:radial-gradient(circle,#000,#0000 80%)}.admin-login__background{z-index:-1;pointer-events:none;position:absolute;inset:0}.admin-login__grid{border:1px solid #d0a6480f;border-radius:50%;width:700px;height:700px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.admin-login__grid:before,.admin-login__grid:after{content:"";border:1px solid #5cb2d20e;border-radius:50%;position:absolute;inset:12%}.admin-login__grid:after{inset:28%}.admin-login__glow{filter:blur(90px);opacity:.32;border-radius:50%;position:absolute}.admin-login__glow--one{background:#1a688b;width:400px;height:400px;top:-180px;right:-100px}.admin-login__glow--two{background:#0b6370;width:320px;height:320px;bottom:-180px;left:-80px}.admin-login__particle{background:var(--admin-cyan);border-radius:50%;width:5px;height:5px;animation:3s ease-in-out infinite admin-particle-pulse;position:absolute;box-shadow:0 0 8px #47e8dde6,0 0 24px #47e8dd73}.admin-login__particle--one{top:20%;left:16%}.admin-login__particle--two{animation-delay:.8s;top:66%;left:10%}.admin-login__particle--three{animation-delay:1.5s;top:24%;right:13%}.admin-login__particle--four{animation-delay:2.2s;bottom:15%;right:20%}.admin-login__card{-webkit-backdrop-filter:blur(18px);background:linear-gradient(145deg,#0e3851b8,#051c2cad);border:1px solid #81b4d024;border-radius:24px;width:min(100%,430px);padding:40px 38px 30px;position:relative;overflow:hidden;box-shadow:0 22px 55px #00091147,inset 0 1px #ffffff08}.admin-login__card:before{content:"";pointer-events:none;background:linear-gradient(125deg,#ffffff09,#0000 42%);position:absolute;inset:0}.admin-login__card-light{filter:blur(50px);background:#d3a54142;border-radius:50%;width:240px;height:110px;position:absolute;top:-70px;left:50%;transform:translate(-50%)}.admin-login__header h1{color:#f3f8fb;letter-spacing:-.045em;margin:0;font-family:inherit;font-size:clamp(34px,5vw,40px);font-weight:400;line-height:1.08}.admin-login__eyebrow{color:#a9bdca;letter-spacing:.25em;text-transform:uppercase;justify-content:center;align-items:center;gap:16px;width:100%;margin-bottom:18px;font-size:8px;font-weight:700;display:flex}.admin-login__eyebrow:before,.admin-login__eyebrow:after{content:"";background:linear-gradient(90deg,#0000,#d8a43db3);width:28px;height:1px}.admin-login__eyebrow:after{transform:rotate(180deg)}.admin-login__header h1 span{color:var(--admin-gold-light);font-style:italic}.admin-login__header p{max-width:390px;color:var(--admin-muted);margin:20px auto 34px;font-size:12px;line-height:1.7}.admin-login__google-button{color:#162530;letter-spacing:.01em;cursor:pointer;background:#f8fafb;border:1px solid #fffc;border-radius:15px;justify-content:center;align-items:center;gap:14px;width:100%;min-height:58px;padding:12px 22px;font-family:inherit;font-size:14px;font-weight:700;transition:transform .18s,box-shadow .18s,background-color .18s;display:flex;position:relative;box-shadow:0 12px 25px #00080e33,inset 0 1px #fff}.admin-login__google-button:after{content:"";border-radius:inherit;border:1px solid #0000;transition:border-color .18s;position:absolute;inset:0}.admin-login__google-button:hover{background:#fff;transform:translateY(-2px);box-shadow:0 16px 32px #00080e45,0 0 0 4px #d8a43d12}.admin-login__google-button:hover:after{border-color:#d8a43d6b}.admin-login__google-button:active{transform:translateY(0)}.admin-login__google-button:focus-visible{outline-offset:4px;outline:3px solid #46e8dd73}.admin-login__google-icon{flex-shrink:0;width:21px;height:21px}.admin-login__divider{grid-template-columns:1fr auto 1fr;align-items:center;gap:14px;margin:29px 0 24px;display:grid}.admin-login__divider span{background:linear-gradient(90deg,#0000,#99b8c933);height:1px}.admin-login__divider span:last-child{transform:rotate(180deg)}.admin-login__divider p{color:#718b9b;letter-spacing:.18em;text-transform:uppercase;margin:0;font-size:10px;font-weight:700}.admin-login__security{color:#7895a6;justify-content:center;align-items:center;gap:11px;display:flex}.admin-login__security svg{width:21px;height:21px;color:var(--admin-gold);flex-shrink:0}.admin-login__security p{max-width:310px;margin:0;font-size:12px;line-height:1.5}.admin-login__footer{text-align:center;border-top:1px solid #90afc01a;margin-top:34px;padding-top:24px}.admin-login__footer a{color:#a6b9c5;font-size:12px;font-weight:600;text-decoration:none;transition:color .18s;position:relative}.admin-login__footer a:before{content:"←";margin-right:8px}.admin-login__footer a:hover{color:var(--admin-gold-light)}.admin-login__copyright{color:#9ab3c17a;letter-spacing:.08em;margin:0;font-size:11px;position:absolute;bottom:26px}@keyframes admin-particle-pulse{0%,to{opacity:.35;transform:scale(.8)}50%{opacity:1;transform:scale(1.25)}}@media (prefers-reduced-motion:reduce){.admin-login__particle{animation:none}.admin-login__google-button{transition:none}}.admin-login__brand{align-items:center;text-decoration:none;display:flex;position:absolute;top:38px;left:48px}.admin-login__logo{object-fit:contain;width:190px;height:auto;display:block}@media (width<=700px){.admin-login{flex-direction:column;justify-content:flex-start;align-items:stretch;min-height:100svh;padding:24px 18px 32px;display:flex}.admin-login__brand{width:100%;margin-bottom:28px;position:relative;top:auto;left:auto}.admin-login__logo{width:170px;height:auto}.admin-login__card{border-radius:24px;width:100%;max-width:none;padding:34px 24px 28px}.admin-login__eyebrow{letter-spacing:.2em;margin-bottom:18px;font-size:10px}.admin-login__header{text-align:left}.admin-login__header h1{font-size:38px;line-height:1.05}.admin-login__header p{max-width:none;margin:20px 0 28px;font-size:15px;line-height:1.65}.admin-login__google-button{border-radius:14px;min-height:60px;padding:14px 18px;font-size:15px}.admin-login__divider{margin:26px 0 22px}.admin-login__security{justify-content:flex-start;align-items:flex-start}.admin-login__security p{max-width:none}.admin-login__footer{margin-top:28px;padding-top:22px}.admin-login__copyright{text-align:center;margin:24px 0 0;position:static}.admin-login__grid{width:520px;height:520px;top:58%;left:50%}.admin-login__particle--one{top:23%;left:8%}.admin-login__particle--two{top:78%;left:14%}.admin-login__particle--three{top:28%;right:8%}.admin-login__particle--four{bottom:8%;right:16%}}.admin-login__google-button:disabled{cursor:wait;opacity:.75;transform:none}.admin-login__error{color:#ffb5b5;text-align:center;background:#8419191f;border:1px solid #ff7b7b33;border-radius:10px;margin:14px 0 0;padding:10px 12px;font-size:12px;line-height:1.5}.manifesto-page{background:var(--raso);min-height:100vh;color:var(--bruma)}.manifesto-nav{background:var(--abismo);justify-content:space-between;align-items:center;height:53px;padding:0 20px;display:flex}.manifesto-nav__back,.manifesto-nav__context{color:var(--bruma);letter-spacing:.14em;text-transform:uppercase;border:1px solid #e9f1f71f;border-radius:999px;padding:8px 15px;font-size:10px;font-weight:700}.manifesto-nav__back{letter-spacing:.08em}.manifesto-nav__context{color:var(--ouro-hi);border-color:#c49a4347}.manifesto{width:min(100% - 40px,740px);margin:0 auto}.manifesto h1{color:var(--espuma);padding-top:clamp(62px,8vw,105px);font-size:clamp(2rem,4.4vw,3.8rem);font-weight:400;line-height:1.1}.manifesto__body{padding:18px 0 80px;font-size:15px;line-height:1.68}.manifesto__body p{margin:0 0 24px}.manifesto-highlight,.manifesto__final{color:var(--ouro-hi)}.manifesto-highlight{font-weight:500}.manifesto__final{margin-top:30px;font-weight:700}.manifesto--message{color:var(--bruma);padding-top:4rem}@media (width>=768px){.manifesto-nav{height:67px;padding:0 5%}.manifesto{width:min(100% - 48px,740px)}.manifesto__body{padding-top:20px;font-size:16px}}.library-page{min-height:100vh;color:var(--espuma);background:var(--raso)}.library-nav{background:#01050ac7;justify-content:space-between;align-items:center;height:67px;padding:0 max(20px,5vw);display:flex}.library-nav__back,.library-nav__context{border-radius:var(--r-pill);color:var(--bruma);letter-spacing:.14em;text-transform:uppercase;border:1px solid #e9f1f71f;padding:9px 16px;font-size:10px;font-weight:700}.library-nav__back{letter-spacing:.08em}.library-nav__context{color:var(--ouro-hi);border-color:#c49a4347}.library-nav__back:hover{color:var(--espuma);border-color:#e9f1f747}.library-main{width:min(100% - 40px,1010px);margin:0 auto;padding:clamp(62px,8vw,108px) 0 110px}.library-header{max-width:760px}.library-header h1{letter-spacing:-.035em;font-size:clamp(2.35rem,5.2vw,4.2rem);font-weight:400;line-height:1.05}.library-header h1 em{color:var(--ouro-hi);font-style:normal}.library-header p{max-width:650px;color:var(--bruma);margin-top:1.75rem;font-size:1rem;line-height:1.7}.library-controls{margin-top:2.8rem}.library-filters{flex-wrap:wrap;gap:.55rem;display:flex}.library-filters__button{border-radius:var(--r-pill);min-height:36px;color:var(--bruma);letter-spacing:.14em;text-transform:uppercase;background:#e9f1f709;border:1px solid #e9f1f71f;padding:.65rem 1.1rem;font-size:.62rem;font-weight:700;transition:color .2s,background .2s,border-color .2s}.library-filters__button:hover{color:var(--espuma);border-color:#e9f1f747}.library-filters__button--active{border-color:var(--ouro);background:var(--ouro);color:var(--abismo)}.library-search{margin-top:1rem}.library-search__label{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.library-search input{border-radius:var(--r-pill);width:100%;height:50px;color:var(--espuma);font:inherit;background:#010d1894;border:1px solid #e9f1f717;outline:none;padding:0 1.25rem;font-size:.88rem}.library-search input::placeholder{color:#7c8ea1b3}.library-search input::-webkit-search-cancel-button{cursor:pointer;appearance:none;background:var(--ouro-hi);width:16px;height:16px;margin-left:.75rem;-webkit-mask:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.22 3.28 8 7.06l3.78-3.78.94.94L8.94 8l3.78 3.78-.94.94L8 8.94l-3.78 3.78-.94-.94L7.06 8 3.28 4.22l.94-.94Z' fill='black'/%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.22 3.28 8 7.06l3.78-3.78.94.94L8.94 8l3.78 3.78-.94.94L8 8.94l-3.78 3.78-.94-.94L7.06 8 3.28 4.22l.94-.94Z' fill='black'/%3E%3C/svg%3E") 50%/contain no-repeat}.library-search input:focus{border-color:var(--ouro-md);box-shadow:0 0 0 3px var(--ouro-lo)}.library-video-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.4rem;margin-top:3.8rem;display:grid}.library-video-card{border:1px solid var(--fio);border-radius:var(--r-lg);background:#e9f1f706;transition:transform .3s,border-color .3s,box-shadow .3s;overflow:hidden}.library-video-card:hover{border-color:var(--fio-hi);transform:translateY(-5px);box-shadow:0 18px 50px #01050a59}.library-video-card__poster{aspect-ratio:1.5;border-bottom:1px solid var(--fio);background-color:var(--abismo);background-position:50%;background-size:cover;place-items:center;display:grid}.library-video-card__poster--variant-0{background-image:radial-gradient(circle at 45% 38%, #123650e6, var(--abismo) 72%)}.library-video-card__poster--variant-1{background-image:radial-gradient(circle at 48% 45%, #103049b8, var(--abismo) 70%)}.library-video-card__poster--variant-2{background-image:radial-gradient(circle at 48% 40%, #c49a4366, #1c231de6 48%, var(--abismo) 77%)}.library-video-card__poster--variant-3{background-image:radial-gradient(circle at 55% 40%, #288a8fb3, var(--abismo) 74%)}.library-video-card__poster--image{position:relative}.library-video-card__poster--image:before{content:"";background:#01050a42;position:absolute;inset:0}.library-video-card__play{width:3.35rem;height:3.35rem;color:var(--espuma);background:#e9f1f714;border:1px solid #e9f1f74d;border-radius:50%;place-items:center;padding-left:.15rem;font-size:.72rem;transition:transform .2s,background .2s;display:grid;position:relative}.library-video-card__poster:hover .library-video-card__play,.library-video-card__poster:focus-visible .library-video-card__play{background:#e9f1f729;transform:scale(1.08)}.library-video-card__content{min-height:169px;padding:1.45rem 1.6rem 1.7rem}.library-video-card__category{border:1px solid var(--ouro-md);border-radius:var(--r-pill);background:var(--ouro-lo);color:var(--ouro-hi);letter-spacing:.14em;text-transform:uppercase;padding:.38rem .78rem;font-size:.58rem;font-weight:700;display:inline-flex}.library-video-card h2{color:var(--espuma);margin:1rem 0 .55rem;font-size:1.03rem;font-weight:700;line-height:1.35}.library-video-card p{color:var(--bruma);font-size:.84rem;line-height:1.65}.library-empty-state,.library-inline-message{color:var(--bruma);margin-top:3.8rem;line-height:1.7}.library-inline-message{color:var(--ouro-hi);margin-top:1.5rem;font-size:.85rem}.library-page--message{min-height:100vh;color:var(--bruma);place-items:center;display:grid}@media (width<=850px){.library-video-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=620px){.library-nav{height:53px;padding:0 24px}.library-nav__back,.library-nav__context{padding:7px 11px;font-size:8px}.library-main{width:min(100% - 56px,420px);padding:50px 0 88px}.library-header h1{font-size:clamp(2.25rem,11vw,3.2rem)}.library-header p{margin-top:1.15rem;font-size:.75rem;line-height:1.65}.library-controls{margin-top:1.85rem}.library-filters{gap:.45rem}.library-filters__button{min-height:30px;padding:.48rem .75rem;font-size:.65rem}.library-search{margin-top:1.2rem}.library-search input{height:40px;padding:0 1rem;font-size:.72rem}.library-video-grid{grid-template-columns:1fr;gap:1.25rem;margin-top:2.45rem}.library-video-card{border-radius:var(--r-md)}.library-video-card__poster{aspect-ratio:1.62}.library-video-card__content{min-height:0;padding:1.15rem 1.2rem 1.35rem}.library-video-card__category{padding:.3rem .6rem;font-size:.48rem}.library-video-card h2{margin:.65rem 0 .35rem;font-size:.85rem}.library-video-card p{font-size:.75rem;line-height:1.55}}@media (prefers-reduced-motion:reduce){.library-video-card,.library-video-card__play,.library-filters__button{transition:none}.library-video-card:hover,.library-video-card__poster:hover .library-video-card__play,.library-video-card__poster:focus-visible .library-video-card__play{transform:none}}.careers-application{background:var(--raso);min-height:100vh;color:var(--espuma)}.careers-application__nav{background:var(--abismo);justify-content:space-between;align-items:center;height:4.3rem;padding:0 5%;display:flex}.careers-application__back,.careers-application__badge{border-radius:var(--r-pill);min-height:2.2rem;color:var(--bruma);letter-spacing:.14em;text-transform:uppercase;border:1px solid #e9f1f724;align-items:center;padding:.45rem 1rem;font-size:.62rem;display:inline-flex}.careers-application__back{gap:.65rem}.careers-application__back span{font-size:1rem}.careers-application__badge{border-color:var(--ouro-md);color:var(--ouro-hi);letter-spacing:.24em;font-size:.56rem;font-weight:700}.careers-application__container{width:min(616px,100% - 3rem);margin:0 auto;padding:6.7rem 0 7rem}.careers-application__intro h1{letter-spacing:-.045em;max-width:560px;font-size:clamp(3.2rem,6vw,4.1rem);font-weight:400;line-height:.98}.careers-application__intro h1 span{color:var(--ouro-hi);display:block}.careers-application__intro p{color:var(--bruma);margin-top:2rem;font-size:1rem;line-height:1.85}.careers-application__intro p+p{margin-top:1.55rem}.careers-application__form{margin-top:3.6rem}.careers-application__rule{color:var(--bruma);letter-spacing:.22em;text-transform:uppercase;align-items:center;gap:1rem;margin:2.8rem 0 1.5rem;font-size:.59rem;font-weight:700;display:flex}.careers-application__rule:after{content:"";background:#e9f1f71a;flex:1;height:1px}.careers-application__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.35rem 1.25rem;display:grid}.careers-application__field{gap:.65rem;min-width:0;display:grid}.careers-application__field--wide{grid-column:1/-1}.careers-application__field label{color:var(--bruma);letter-spacing:.18em;text-transform:uppercase;font-size:.59rem;font-weight:700}.careers-application__field label span{color:var(--ouro-hi);margin-left:.25rem}.careers-application input,.careers-application select,.careers-application textarea{border-radius:var(--r-sm);width:100%;color:var(--espuma);font:inherit;background:#01070e6b;border:1px solid #e9f1f71f;padding:.95rem 1.2rem;font-size:.9rem}.careers-application input,.careers-application select{min-height:3.25rem}.careers-application textarea{resize:vertical;min-height:8.1rem}.careers-application input::placeholder,.careers-application textarea::placeholder{color:#7c8ea1a6}.careers-application input:focus,.careers-application select:focus,.careers-application textarea:focus{border-color:var(--ouro-md);box-shadow:0 0 0 4px var(--ouro-lo);outline:none}.careers-application__select-shell{position:relative}.careers-application select{appearance:none;padding-right:2.8rem}.careers-application__select-arrow{border-right:1px solid var(--bruma);border-bottom:1px solid var(--bruma);pointer-events:none;width:.42rem;height:.42rem;position:absolute;top:50%;right:1.25rem;transform:translateY(-70%)rotate(45deg)}.careers-application select option{color:var(--espuma);background:var(--abismo)}.careers-application__submit-area{min-height:3.1rem;margin-top:2.15rem}.careers-application__submit-area .careers-application__feedback{margin-bottom:.8rem}.careers-application__submit-area button{border-radius:var(--r-pill);background:var(--ouro);width:100%;min-height:3.1rem;color:var(--abismo);font:inherit;letter-spacing:.04em;font-size:.8rem;font-weight:700}.careers-application__submit-area button:hover{background:var(--ouro-hi)}.careers-application__submit-area button:disabled{cursor:wait;opacity:.7}.careers-application__feedback{border:1px solid var(--ouro-md);border-radius:var(--r-pill);min-height:3.1rem;color:var(--ouro-hi);text-align:center;place-items:center;padding:.7rem 1rem;font-size:.8rem;line-height:1.4;display:grid}.careers-application__feedback--success{border-color:var(--ouro-md);color:var(--ouro-hi);background:#c49a430f}.careers-application__feedback--error{color:#f3b7ae;border-color:#f3b7ae80}@media (width<=700px){.careers-application__nav{height:3.9rem;padding:0 1.5rem}.careers-application__container{width:calc(100% - 3rem);padding:4.9rem 0 6.25rem}.careers-application__intro h1{font-size:clamp(2.4rem,10vw,3.1rem)}.careers-application__intro p{margin-top:1.65rem;font-size:.98rem;line-height:1.9}.careers-application__form{margin-top:3.45rem}.careers-application__grid{grid-template-columns:1fr;gap:1.35rem}.careers-application__rule{margin-top:3.45rem}.careers-application__field--wide{grid-column:auto}.careers-application__badge{letter-spacing:.2em}}.careers-page__state{min-height:100vh;color:var(--bruma);background:var(--raso);place-items:center;display:grid}.partner-viewer{width:100%;height:calc(100vh - var(--admin-header-height,0px));border:1px solid var(--border);box-shadow:var(--shadow);background:#fff;border-radius:14px;position:relative;overflow:hidden}.partner-viewer__frame{opacity:1;background:#fff;border:0;width:100%;height:100%;transition:opacity .25s;display:block}.partner-viewer__frame--loading{opacity:0}.partner-viewer__loading{z-index:2;background:radial-gradient(circle,#fff 0%,#fbfbfb 62%,#f3f3f3 100%);position:absolute;inset:0;overflow:hidden}.partner-viewer__loading:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#ffffff8c,#0000);animation:1.4s infinite partner-viewer-shimmer;position:absolute;inset:0;transform:translate(-100%)}@keyframes partner-viewer-shimmer{to{transform:translate(100%)}}.partner-viewer__loading-top-line{background:linear-gradient(90deg,#bd8f32,#16816f);height:3px;position:absolute;top:0;left:0;right:0}.partner-viewer__loading-top-label{align-items:center;gap:8px;display:flex;position:absolute;top:20px;left:22px}.partner-viewer__loading-pill{background:#b88e370f;border:1px solid #b88e3759;border-radius:999px;width:42px;height:16px}.partner-viewer__loading-bar{background:#e6eaed;border-radius:999px;display:block}.partner-viewer__loading-bar--tiny{width:150px;height:8px}.partner-viewer__loading-bar--section{width:112px;height:9px}.partner-viewer__loading-bar--subtitle{width:180px;height:8px;margin-top:10px}.partner-viewer__loading-bar--card-text{width:88%;height:8px;margin-top:10px}.partner-viewer__loading-bar--card-text-short{width:62%;height:7px;margin-top:7px}.partner-viewer__loading-bar--copy{width:72%;height:13px}.partner-viewer__loading-bar--copy-short{width:55%;height:13px;margin-top:9px}.partner-viewer__loading-bar--note{width:70%;height:8px}.partner-viewer__loading-bar--note-short{width:48%;height:8px;margin-top:8px}.partner-viewer__loading-bar--footer-left{width:170px;height:7px}.partner-viewer__loading-bar--footer-center{width:380px;height:6px}.partner-viewer__loading-bar--pagination{width:38px;height:7px}.partner-viewer__loading-depth{border-left:1px solid #d9dfe3;flex-direction:column;justify-content:space-between;height:220px;display:flex;position:absolute;top:38%;left:14px}.partner-viewer__loading-depth span{border-top:1px solid #aebbc3;width:6px}.partner-viewer__loading-content{width:min(1020px,66vw);position:absolute;top:50%;left:50%;transform:translate(-50%,-48%)}.partner-viewer__loading-section-title{align-items:center;gap:10px;display:flex}.partner-viewer__loading-accent-line{border-top:1px solid #b9913f;width:28px}.partner-viewer__loading-cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:22px;display:grid}.partner-viewer__loading-card{background:#fffc;border:1px solid #dfe4e7;border-radius:12px;min-height:84px;padding:16px}.partner-viewer__loading-number{background:#d9e7e3;border-radius:6px;width:40px;height:26px;display:block}.partner-viewer__loading-copy{margin-top:28px}.partner-viewer__loading-note{align-items:stretch;gap:12px;margin-top:20px;display:flex}.partner-viewer__loading-note-line{background:#b9913f;flex:0 0 2px;width:2px}.partner-viewer__loading-note>div{flex:1;padding:7px 0}.partner-viewer__loading-footer{grid-template-columns:auto 1fr auto;align-items:center;gap:24px;display:grid;position:absolute;bottom:22px;left:28px;right:28px}.partner-viewer__loading-footer .partner-viewer__loading-bar--footer-center{justify-self:center}.partner-viewer__loading-pagination{align-items:center;gap:10px;display:flex}.partner-viewer__loading-pagination>span:not(.partner-viewer__loading-bar){border:1px solid #dde2e5;border-radius:50%;width:30px;height:30px;display:block}.partner-viewer__loading-accessible{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}@media (width<=900px){.partner-viewer__loading-content{width:calc(100% - 80px)}.partner-viewer__loading-footer{grid-template-columns:1fr auto}.partner-viewer__loading-bar--footer-center{display:none}}@media (width<=720px){.partner-viewer{min-height:720px;height:calc(100dvh - var(--admin-header-height,0px));border-radius:10px}.partner-viewer__loading-content{width:calc(100% - 50px)}.partner-viewer__loading-cards{grid-template-columns:1fr}.partner-viewer__loading-depth{display:none}.partner-viewer__loading-footer{grid-template-columns:1fr auto;left:18px;right:18px}.partner-viewer__loading-bar--footer-left{width:120px}}.file-uploader{background:#fff;border:1px solid #e3e6ea;border-radius:16px;padding:20px}.file-uploader__header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.file-uploader__header h2{color:#252a30;margin:0;font-size:16px}.file-uploader__header p{color:#7a8088;margin:5px 0 0;font-size:13px}.file-uploader__count{color:#4c535c;background:#f0f2f5;border-radius:999px;justify-content:center;align-items:center;min-width:28px;height:28px;font-size:12px;font-weight:700;display:inline-flex}.file-uploader__dropzone{box-sizing:border-box;cursor:pointer;border:1.5px dashed #cfd4da;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;min-height:150px;padding:20px;transition:border-color .2s,background .2s;display:flex}.file-uploader__dropzone:hover,.file-uploader__dropzone--dragging{background:#f7f8fa;border-color:#737b86}.file-uploader__dropzone input{display:none}.file-uploader__dropzone strong{color:#353b42;margin-top:10px;font-size:14px}.file-uploader__dropzone span{color:#8b929a;margin-top:5px;font-size:12px}.file-uploader__icon{color:#454b53;background:#eef0f3;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;font-size:22px;display:flex}.file-uploader__list{flex-direction:column;gap:10px;margin-top:16px;display:flex}.file-uploader__item{background:#fafbfc;border:1px solid #eceef1;border-radius:10px;padding:12px}.file-uploader__item-main,.file-uploader__item-footer{justify-content:space-between;align-items:center;gap:10px;display:flex}.file-uploader__item-main{justify-content:flex-start}.file-uploader__file-info{min-width:0}.file-uploader__file-info strong,.file-uploader__file-info span{display:block}.file-uploader__file-info strong{color:#353b42;text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.file-uploader__file-info span{color:#959ba3;margin-top:2px;font-size:11px}.file-uploader__item-footer{margin-top:10px}.file-uploader__item-footer button{color:#747b84;cursor:pointer;background:0 0;border:0;padding:0;font-size:11px}.file-uploader__status{font-size:11px;font-weight:600}.file-uploader__status--processing{color:#8a6d1d}.file-uploader__status--success{color:#35734b}.file-uploader__status--error{color:#a84040}.file-uploader__error{color:#a84040;margin:8px 0 0;font-size:11px;line-height:1.4}.text-input-card{background:#fff;border:1px solid #e3e6ea;border-radius:16px;padding:20px}.text-input-card__header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.text-input-card__header h2{color:#252a30;margin:0;font-size:16px}.text-input-card__header p{color:#7a8088;margin:5px 0 0;font-size:13px}.text-input-card__header span{color:#9299a1;font-size:11px}.text-input-card textarea{box-sizing:border-box;resize:vertical;color:#30353b;width:100%;min-height:335px;font:inherit;border:1px solid #dfe3e7;border-radius:10px;outline:none;padding:12px;font-size:13px;line-height:1.6}.text-input-card textarea:focus{border-color:#7d858f}.text-input-card textarea::placeholder{color:#adb2b8}.text-input-card__clear{color:#727982;cursor:pointer;background:0 0;border:0;margin-top:10px;padding:0;font-size:12px}.word-cloud-controls{z-index:20;border:1px solid var(--tv-border,#d6dce1);background:#eef8ff;border-radius:14px;padding:18px 20px;position:relative}.word-cloud-controls__main-grid{grid-template-columns:repeat(4,minmax(140px,1fr));gap:14px 18px;display:grid}.word-cloud-controls__field{min-width:0}.word-cloud-controls__label{color:#182536;margin-bottom:7px;font-size:11px;font-weight:500;display:block}.word-cloud-controls__input{box-sizing:border-box;color:#111827;width:100%;min-height:40px;font:inherit;background:#fff;border:1px solid #edf0f2;border-radius:7px;outline:none;padding:0 12px;font-size:11px}.word-cloud-controls__input:hover{border-color:#d5dce2}.word-cloud-controls__input:focus{border-color:#b9c4ce}.word-cloud-controls__dropdown{position:relative}.word-cloud-controls__trigger{color:#111827;cursor:pointer;width:100%;min-height:40px;font:inherit;text-align:left;background:#fff;border:1px solid #edf0f2;border-radius:7px;justify-content:space-between;align-items:center;gap:10px;padding:0 12px;font-size:11px;display:flex}.word-cloud-controls__trigger:hover{border-color:#d5dce2}.word-cloud-controls__trigger-value{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.word-cloud-controls__chevron{border-bottom:2px solid #192532;border-right:2px solid #192532;flex:none;width:9px;height:9px;transition:transform .15s;transform:rotate(45deg)translateY(-2px)}.word-cloud-controls__chevron--open{transform:rotate(225deg)translate(-2px,-2px)}.word-cloud-controls__menu{z-index:100;background:#fff;border:1px solid #d7dde3;border-radius:5px;min-width:100%;max-height:320px;padding:4px 0;position:absolute;top:calc(100% + 5px);left:0;overflow-y:auto;box-shadow:0 12px 28px #1a283438}.word-cloud-controls__menu-item{color:#172334;cursor:pointer;width:100%;min-height:36px;font:inherit;text-align:left;background:#fff;border:0;align-items:center;gap:9px;padding:7px 11px;font-size:11px;display:flex}.word-cloud-controls__menu-item:hover,.word-cloud-controls__menu-item--active{background:#f1f2f4}.word-cloud-controls__palette-preview{background:#fff;border:1px solid #dde2e7;border-radius:4px;align-items:center;gap:3px;padding:3px;display:inline-flex}.word-cloud-controls__palette-preview>span{width:16px;height:17px;display:block}.word-cloud-controls__palette-option{justify-content:flex-start}.word-cloud-controls__analysis-row{border-top:1px solid #1825361a;margin-top:15px;padding-top:14px}.word-cloud-controls__analysis-checks{align-items:center;gap:28px;min-height:32px;display:flex}.word-cloud-controls__analysis-checks label{color:#4f5965;cursor:pointer;white-space:nowrap;align-items:center;gap:6px;font-size:10px;display:flex}.word-cloud-controls__analysis-checks input{accent-color:#1479e6;width:14px;height:14px;margin:0}[data-theme=dark] .word-cloud-controls,.text-visualization-page[data-theme=dark] .word-cloud-controls{border-color:var(--tv-border);background:#102d3b}[data-theme=dark] .word-cloud-controls__label,.text-visualization-page[data-theme=dark] .word-cloud-controls__label{color:var(--tv-text-strong)}[data-theme=dark] .word-cloud-controls__trigger,[data-theme=dark] .word-cloud-controls__menu,[data-theme=dark] .word-cloud-controls__menu-item,[data-theme=dark] .word-cloud-controls__input,.text-visualization-page[data-theme=dark] .word-cloud-controls__trigger,.text-visualization-page[data-theme=dark] .word-cloud-controls__menu,.text-visualization-page[data-theme=dark] .word-cloud-controls__menu-item,.text-visualization-page[data-theme=dark] .word-cloud-controls__input{border-color:var(--tv-border);background:var(--tv-input-bg);color:var(--tv-text-strong)}[data-theme=dark] .word-cloud-controls__menu-item:hover,[data-theme=dark] .word-cloud-controls__menu-item--active,.text-visualization-page[data-theme=dark] .word-cloud-controls__menu-item:hover,.text-visualization-page[data-theme=dark] .word-cloud-controls__menu-item--active{background:var(--tv-surface-hover)}@media (width<=1200px){.word-cloud-controls__main-grid{grid-template-columns:repeat(2,minmax(180px,1fr))}.word-cloud-controls__analysis-checks{flex-wrap:wrap}}@media (width<=720px){.word-cloud-controls{padding:16px}.word-cloud-controls__main-grid{grid-template-columns:1fr;gap:13px}.word-cloud-controls__analysis-checks{flex-direction:column;align-items:flex-start;gap:9px}.word-cloud-controls__words-field .word-cloud-controls__menu{width:100%;max-width:100%;left:0;right:auto}}.word-cloud-controls__palette-field .word-cloud-controls__menu{width:290px;max-width:min(290px,100vw - 32px);overflow-x:hidden}.word-cloud-controls__custom-palette-trigger{border-top:1px solid #edf0f2}.word-cloud-controls__custom-palette-plus{color:#53606d;border:1px dashed #aeb7c0;border-radius:5px;flex:0 0 22px;justify-content:center;align-items:center;width:22px;height:22px;font-size:16px;line-height:1;display:inline-flex}.word-cloud-controls__custom-palette{background:#fafbfc;border-top:1px solid #edf0f2;padding:10px}.word-cloud-controls__custom-palette-title{margin-bottom:9px}.word-cloud-controls__custom-palette-title strong{color:#26313d;font-size:10px;font-weight:600;display:block}.word-cloud-controls__custom-palette-title small{color:#8a949e;margin-top:2px;font-size:8px;display:block}.word-cloud-controls__custom-color{grid-template-columns:32px minmax(0,1fr) 26px;align-items:center;gap:7px;margin-bottom:7px;display:grid}.word-cloud-controls__color-picker{box-sizing:border-box;cursor:pointer;border:1px solid #d8dde2;border-radius:6px;width:32px;height:32px;display:block;position:relative;overflow:hidden}.word-cloud-controls__color-picker input[type=color]{opacity:0;cursor:pointer;border:0;width:48px;height:48px;position:absolute;inset:-8px}.word-cloud-controls__custom-color>input[type=text]{box-sizing:border-box;color:#28333e;background:#fff;border:1px solid #dfe3e7;border-radius:6px;outline:none;width:100%;height:32px;padding:0 8px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:9px}.word-cloud-controls__custom-color>input[type=text]:focus{border-color:#aeb8c2}.word-cloud-controls__remove-color{color:#7f8993;cursor:pointer;background:0 0;border:0;border-radius:5px;justify-content:center;align-items:center;width:26px;height:26px;padding:0;font-size:15px;line-height:1;display:flex}.word-cloud-controls__remove-color:hover:not(:disabled){color:#26313d;background:#eceff2}.word-cloud-controls__remove-color:disabled{cursor:not-allowed;opacity:.3}.word-cloud-controls__add-color{color:#596570;cursor:pointer;width:100%;font:inherit;background:0 0;border:1px dashed #cbd2d8;border-radius:6px;padding:7px 8px;font-size:9px;font-weight:600}.word-cloud-controls__add-color:hover{background:#f2f4f6;border-color:#aeb7c0}[data-theme=dark] .word-cloud-controls__custom-palette,.text-visualization-page[data-theme=dark] .word-cloud-controls__custom-palette{border-color:var(--tv-border);background:var(--tv-surface-secondary,#163746)}[data-theme=dark] .word-cloud-controls__custom-palette-title strong,.text-visualization-page[data-theme=dark] .word-cloud-controls__custom-palette-title strong{color:var(--tv-text-strong)}[data-theme=dark] .word-cloud-controls__custom-color>input[type=text],.text-visualization-page[data-theme=dark] .word-cloud-controls__custom-color>input[type=text]{border-color:var(--tv-border);background:var(--tv-input-bg);color:var(--tv-text-strong)}.word-cloud-controls__words-field{z-index:30;min-width:0;position:relative}.word-cloud-controls__words-field .word-cloud-controls__dropdown{width:100%;position:relative}.word-cloud-controls__words-field .word-cloud-controls__menu{z-index:9999;background:#fff;border:1px solid #d8dee4;border-radius:8px;width:330px;max-width:min(330px,100vw - 32px);height:auto;min-height:0;max-height:none;margin:0;padding:0;position:absolute;top:calc(100% + 6px);left:auto;right:0;overflow:hidden;box-shadow:0 10px 28px #1f293724}.word-cloud-controls__words-menu{background:#fff;width:100%;height:auto;min-height:0;max-height:none;display:block}.word-cloud-controls__words-header{box-sizing:border-box;background:#fff;border-bottom:1px solid #edf0f2;justify-content:space-between;align-items:center;gap:10px;min-height:42px;padding:9px 11px;display:flex}.word-cloud-controls__edit-csv{color:#26313d;cursor:pointer;font:inherit;background:0 0;border:0;padding:0;font-size:10px;font-weight:500}.word-cloud-controls__words-actions{gap:8px;display:flex}.word-cloud-controls__words-actions button{color:#7d8791;cursor:pointer;font:inherit;background:0 0;border:0;padding:0;font-size:8px}.word-cloud-controls__words-list{box-sizing:border-box;overscroll-behavior:contain;background:#fff;width:100%;height:auto;min-height:0;max-height:300px;padding:4px 0;display:block;overflow:hidden auto}.word-cloud-controls__word-check{box-sizing:border-box;cursor:pointer;align-items:center;gap:8px;width:100%;min-height:36px;padding:0 11px;display:flex}.word-cloud-controls__word-check>input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.word-cloud-controls__word-check input:checked+.word-cloud-controls__checkbox{background:#35404c}.word-cloud-controls__words-empty{color:#7d8791;padding:13px 11px;font-size:9px;line-height:1.45}@media (width<=720px){.word-cloud-controls__words-field .word-cloud-controls__menu{width:100%;max-width:100%;left:0;right:auto}}.word-cloud-controls__words-field .word-cloud-controls__trigger:disabled{cursor:default;color:#9aa4ad;opacity:1;background:#f7f8f9}.word-cloud-controls__words-field .word-cloud-controls__trigger:disabled .word-cloud-controls__chevron{opacity:.45}.word-cloud-controls__words-field .word-cloud-controls__trigger:disabled:hover{border-color:#edf0f2}.word-cloud-controls__words-list--filled{scrollbar-gutter:stable;height:300px!important;min-height:300px!important;max-height:300px!important;overflow:hidden scroll!important}.word-cloud-controls__word-check{flex:0 0 36px!important;height:36px!important;min-height:36px!important;max-height:36px!important}.word-cloud-controls__words-list{overflow-anchor:none}.word-cloud-controls__words-list--filled{scrollbar-gutter:stable;overflow-anchor:none;height:300px!important;min-height:300px!important;max-height:300px!important;overflow:hidden scroll!important}.word-cloud-controls__word-check{appearance:none;overflow-anchor:none;box-sizing:border-box!important;width:100%!important;height:36px!important;min-height:36px!important;max-height:36px!important;color:inherit!important;cursor:pointer!important;font:inherit!important;text-align:left!important;background:#fff!important;border:0!important;border-radius:0!important;align-items:center!important;gap:8px!important;padding:0 11px!important;display:flex!important}.word-cloud-controls__word-check:hover{background:#f6f8f9!important}.word-cloud-controls__word-check:focus,.word-cloud-controls__word-check:focus-visible{box-shadow:none!important;outline:none!important}.word-cloud-controls__checkbox{box-sizing:border-box!important;color:#fff!important;background:#fff!important;border:2px solid #35404c!important;border-radius:4px!important;flex:0 0 20px!important;justify-content:center!important;align-items:center!important;width:20px!important;height:20px!important;font-size:13px!important;font-weight:700!important;line-height:1!important;display:inline-flex!important}.word-cloud-controls__checkbox--checked{background:#35404c!important}.word-cloud-controls__word-name{color:#34404c!important;text-overflow:ellipsis!important;white-space:nowrap!important;min-width:0!important;font-size:10px!important;overflow:hidden!important}.word-cloud{box-sizing:border-box;background:0 0;width:900px;max-width:100%;height:620px;margin:0 auto;position:relative;overflow:hidden}.word-cloud__svg{background:0 0;width:900px;max-width:100%;height:620px;margin:0 auto;display:block;overflow:hidden}.word-cloud__word{cursor:default;-webkit-user-select:none;user-select:none;transition:opacity .15s,filter .15s}.word-cloud__word:hover{filter:brightness(.88)}.word-cloud__empty{box-sizing:border-box;text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:24px;display:flex}.word-cloud__empty-icon{justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:16px;font-size:24px;font-weight:700;display:flex}.word-cloud__empty h3{margin:0 0 8px;font-size:18px;font-weight:700}.word-cloud__empty p{max-width:420px;margin:0;font-size:14px;line-height:1.6}.frequency-chart{width:100%;max-width:1100px;margin:0 auto}.frequency-chart__header{margin-bottom:28px}.frequency-chart__header h3{color:#222831;margin:0;font-size:20px;font-weight:700}.frequency-chart__header p{color:#8a9199;margin:7px 0 0;font-size:13px}.frequency-chart__list{flex-direction:column;gap:14px;display:flex}.frequency-chart__row{grid-template-columns:36px minmax(120px,180px) minmax(160px,1fr) 50px;align-items:center;gap:14px;display:grid}.frequency-chart__position{color:#9ca6b2;font-size:11px;font-weight:700}.frequency-chart__word{color:#172033;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:500;overflow:hidden}.frequency-chart__track{background:#edf0f3;border-radius:999px;width:100%;height:12px;overflow:hidden}.frequency-chart__bar{border-radius:inherit;background:#59616a;min-width:4px;height:100%;transition:width .25s}.frequency-chart__value{color:#172033;text-align:right;font-size:12px}.frequency-chart__empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:520px;display:flex}.frequency-chart__empty h3{color:#343a40;margin:0;font-size:18px}.frequency-chart__empty p{color:#858c94;margin:8px 0 0;font-size:13px}@media (width<=720px){.frequency-chart__row{grid-template-columns:28px 90px minmax(80px,1fr) 36px;gap:8px}}.export-actions{align-items:center;gap:8px;display:flex}.export-actions button{color:#454b52;cursor:pointer;background:#fff;border:1px solid #d7dbe0;border-radius:8px;height:36px;padding:0 14px;font-size:12px;font-weight:700}.export-actions button:hover:not(:disabled){background:#f7f8f9;border-color:#8a9199}.export-actions button:disabled{cursor:not-allowed;opacity:.45}.export-actions__error{color:#a84040;font-size:11px}.fixed-stop-words__overlay{z-index:199;pointer-events:none;background:#08141f00;transition:background-color .25s;position:fixed;inset:0}.fixed-stop-words__overlay--open{pointer-events:auto;background:#08141f38}.fixed-stop-words{z-index:200;border-left:1px solid var(--border);background:var(--surface);width:min(420px,92vw);padding:24px;transition:transform .28s;position:fixed;top:0;bottom:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-20px 0 50px #00000014}.fixed-stop-words--open{transform:translate(0)}.fixed-stop-words__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:20px;padding-bottom:20px;display:flex}.fixed-stop-words__header>div{min-width:0}.fixed-stop-words__header span{color:var(--accent);letter-spacing:.16em;text-transform:uppercase;font-size:9px;font-weight:700}.fixed-stop-words__header h2{color:var(--text-primary);letter-spacing:-.03em;margin:8px 0 0;font-size:22px;font-weight:600}.fixed-stop-words__header p{color:var(--text-muted);margin:8px 0 0;font-size:11px;line-height:1.6}.fixed-stop-words__close{border:1px solid var(--border);width:34px;height:34px;color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:9px;flex:0 0 34px;place-items:center;font-size:20px;display:grid}.fixed-stop-words__form{padding:22px 0}.fixed-stop-words__form label{color:var(--text-secondary);margin-bottom:8px;font-size:11px;font-weight:600;display:block}.fixed-stop-words__form>div{gap:8px;display:flex}.fixed-stop-words__form input{border:1px solid var(--border);min-width:0;height:42px;color:var(--text-primary);background:var(--surface-soft);font:inherit;border-radius:10px;outline:none;flex:1;padding:0 13px;font-size:12px}.fixed-stop-words__form input:focus{border-color:var(--accent)}.fixed-stop-words__form button{width:42px;height:42px;color:var(--primary-button-text);background:var(--accent);cursor:pointer;border:0;border-radius:10px;font-size:20px}.fixed-stop-words__form button:disabled{opacity:.45;cursor:not-allowed}.fixed-stop-words__error{color:#b85252;background:#be42420f;border:1px solid #be424240;border-radius:9px;margin-bottom:18px;padding:11px 13px;font-size:10px}.fixed-stop-words__list-header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.fixed-stop-words__list-header strong{color:var(--text-primary);font-size:12px}.fixed-stop-words__list-header span{color:var(--text-muted);font-size:10px}.fixed-stop-words__list{flex-direction:column;gap:7px;display:flex}.fixed-stop-words__item{border:1px solid var(--border);background:var(--surface-soft);border-radius:10px;justify-content:space-between;align-items:center;gap:12px;min-height:48px;padding:7px 8px 7px 13px;display:flex}.fixed-stop-words__item>span{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:600;overflow:hidden}.fixed-stop-words__item button{border:1px solid var(--border);color:#cf6969;cursor:pointer;background:0 0;border-radius:8px;flex:0 0 32px;place-items:center;width:32px;height:32px;display:grid}.fixed-stop-words__item button svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:14px;height:14px}.fixed-stop-words__state{color:var(--text-muted);text-align:center;padding:36px 15px;font-size:11px}.text-visualization-page{--tv-surface:#fff;--tv-surface-secondary:#f6f8fa;--tv-surface-hover:#edf2f5;--tv-input-bg:#fff;--tv-result-bg:#fff;--tv-text:#183247;--tv-text-strong:#20242a;--tv-text-muted:#707780;--tv-text-soft:#8a9199;--tv-border:#e3e6ea;--tv-border-soft:#edf0f2;--tv-border-strong:#d6dce1;box-sizing:border-box;background:var(--tv-surface);width:100%;min-height:100%;color:var(--tv-text);padding-bottom:48px;transition:background-color .25s,color .25s}[data-theme=dark] .text-visualization-page,.text-visualization-page[data-theme=dark]{--tv-surface:#0e2633;--tv-surface-secondary:#102d3b;--tv-surface-hover:#163746;--tv-input-bg:#091f2a;--tv-result-bg:#091c2e;--tv-text:#dce7ee;--tv-text-strong:#f4f8fb;--tv-text-muted:#94a8b7;--tv-text-soft:#7f95a5;--tv-border:#e9f1f71a;--tv-border-soft:#e9f1f712;--tv-border-strong:#e9f1f729}.text-visualization-page__header{justify-content:space-between;align-items:flex-start;gap:32px;margin-bottom:32px;display:flex}.text-visualization-page__eyebrow{color:var(--accent);letter-spacing:.18em;text-transform:uppercase;margin-bottom:10px;font-size:10px;font-weight:700;display:block}.text-visualization-page__header h1{color:var(--tv-text-strong);letter-spacing:-.04em;margin:0;font-size:clamp(28px,2vw,36px);font-weight:600;line-height:1.2}.text-visualization-page__header p{max-width:590px;color:var(--tv-text-muted);margin:12px 0 0;font-size:12px;line-height:1.7}.text-visualization-page__toolbar-actions{align-items:center;gap:10px;display:flex}.text-visualization-page__fixed-words{border:1px solid var(--border);min-height:36px;font:inherit;cursor:pointer;background:0 0;border-radius:9px;align-items:center;gap:8px;padding:0 12px;font-size:8px;font-weight:700;transition:border-color .2s,background-color .2s,color .2s;display:inline-flex}.text-visualization-page__fixed-words:hover{color:var(--text-primary);border-color:var(--accent);background:var(--surface-soft)}.text-visualization-page__fixed-words strong{min-width:20px;height:20px;color:var(--primary-button-text);background:var(--accent);border-radius:999px;justify-content:center;align-items:center;padding:0 6px;font-size:9px;font-weight:700;display:inline-flex}.text-visualization-page__error{color:#b85252;background:#be42420f;border:1px solid #be424240;border-radius:10px;margin-bottom:16px;padding:12px 14px;font-size:11px}@media (width<=700px){.text-visualization-page__toolbar-actions{flex-direction:column;align-items:stretch;width:100%}.text-visualization-page__fixed-words{justify-content:center}}.text-visualization-page__summary{gap:12px;display:flex}.text-visualization-page__summary>div{border:1px solid var(--tv-border);background:var(--tv-surface);border-radius:12px;min-width:92px;padding:11px 14px;transition:background-color .25s,border-color .25s}.text-visualization-page__summary strong,.text-visualization-page__summary span{display:block}.text-visualization-page__summary strong{color:var(--tv-text-strong);font-size:18px;font-weight:600;line-height:1.2}.text-visualization-page__summary span{color:var(--tv-text-muted);margin-top:4px;font-size:11px}.text-visualization-page__content{grid-template-columns:minmax(300px,360px) minmax(0,1fr);align-items:start;gap:20px;display:grid}.text-visualization-page__sidebar{flex-direction:column;gap:18px;min-width:0;display:flex}.text-visualization-page__sidebar>*{transition:background-color .25s,border-color .25s,color .25s;border:1px solid var(--tv-border)!important;background:var(--tv-surface)!important;color:var(--tv-text)!important;box-shadow:none!important;border-radius:16px!important}.text-visualization-page__sidebar h1,.text-visualization-page__sidebar h2,.text-visualization-page__sidebar h3,.text-visualization-page__sidebar h4,.text-visualization-page__sidebar h5,.text-visualization-page__sidebar strong,.text-visualization-page__sidebar label{color:var(--tv-text-strong)!important}.text-visualization-page__sidebar p,.text-visualization-page__sidebar small,.text-visualization-page__sidebar header span,.text-visualization-page__sidebar [class*=description],.text-visualization-page__sidebar [class*=subtitle],.text-visualization-page__sidebar [class*=helper]{color:var(--tv-text-muted)!important}.text-visualization-page [class*=upload],.text-visualization-page [class*=dropzone],.text-visualization-page [class*=drop-zone]{border-color:var(--tv-border)!important;background:var(--tv-input-bg)!important;color:var(--tv-text)!important}.text-visualization-page [class*=upload] strong,.text-visualization-page [class*=dropzone] strong,.text-visualization-page [class*=drop-zone] strong{color:var(--tv-text-strong)!important}.text-visualization-page [class*=upload] span,.text-visualization-page [class*=dropzone] span,.text-visualization-page [class*=drop-zone] span{color:var(--tv-text-muted)!important}.text-visualization-page [class*=upload] svg,.text-visualization-page [class*=dropzone] svg,.text-visualization-page [class*=drop-zone] svg{color:var(--tv-text-muted)}.text-visualization-page input,.text-visualization-page textarea,.text-visualization-page select{transition:background-color .2s,border-color .2s,color .2s;border:1px solid var(--tv-border)!important;background:var(--tv-input-bg)!important;color:var(--tv-text-strong)!important}.text-visualization-page textarea{resize:vertical}.text-visualization-page input::placeholder,.text-visualization-page textarea::placeholder{color:var(--tv-text-soft)!important}.text-visualization-page input:hover,.text-visualization-page textarea:hover,.text-visualization-page select:hover{border-color:var(--tv-border-strong)!important}.text-visualization-page input:focus,.text-visualization-page textarea:focus,.text-visualization-page select:focus{outline:none;box-shadow:0 0 0 3px #c49a431a;border-color:var(--accent)!important}.text-visualization-page [role=tablist],.text-visualization-page [class*=segmented],.text-visualization-page [class*=toggle-group],.text-visualization-page [class*=visualization-type]{border-color:var(--tv-border)!important;background:var(--tv-input-bg)!important}.text-visualization-page [role=tab],.text-visualization-page [class*=segmented] button,.text-visualization-page [class*=toggle-group] button,.text-visualization-page [class*=visualization-type] button{color:var(--tv-text-muted)!important}.text-visualization-page [role=tab][aria-selected=true],.text-visualization-page [class*=segmented] button.active,.text-visualization-page [class*=toggle-group] button.active,.text-visualization-page [class*=visualization-type] button.active{background:var(--tv-surface-secondary)!important;color:var(--tv-text-strong)!important;box-shadow:none!important}.text-visualization-page__main{border:1px solid var(--tv-border);background:var(--tv-surface);min-width:0;box-shadow:none;border-radius:16px;transition:background-color .25s,border-color .25s;overflow:hidden}.text-visualization-page__toolbar{border-bottom:1px solid var(--tv-border-soft);background:var(--tv-surface);justify-content:space-between;align-items:center;gap:16px;min-height:68px;padding:16px 20px;transition:background-color .25s,border-color .25s;display:flex}.text-visualization-page__toolbar span,.text-visualization-page__toolbar strong{display:block}.text-visualization-page__toolbar span{color:var(--tv-text-soft);margin-bottom:3px;font-size:11px}.text-visualization-page__toolbar strong{font-size:12px;font-weight:600;line-height:1.6}.text-visualization-page__result{box-sizing:border-box;background:var(--tv-result-bg);min-height:620px;color:var(--tv-text);padding:28px;transition:background-color .25s,color .25s;overflow:hidden}.text-visualization-page__result>div,.text-visualization-page__result>section,.text-visualization-page__result [class*=word-cloud],.text-visualization-page__result [class*=empty-state],.text-visualization-page__result [class*=placeholder]{background-color:#0000!important}.text-visualization-page__result h1,.text-visualization-page__result h2,.text-visualization-page__result h3,.text-visualization-page__result h4,.text-visualization-page__result strong{color:var(--tv-text-strong)!important}.text-visualization-page__result p,.text-visualization-page__result small,.text-visualization-page__result [class*=empty] span,.text-visualization-page__result [class*=placeholder] span{color:var(--tv-text-muted)!important}.text-visualization-page__result [class*=empty] [class*=icon],.text-visualization-page__result [class*=placeholder] [class*=icon]{background:var(--tv-surface-secondary)!important;color:var(--tv-text-muted)!important}.text-visualization-page__result canvas,.text-visualization-page__result svg{background:0 0!important}.text-visualization-page__toolbar button{border-radius:999px;min-height:40px;padding:0 16px;font-size:11px;font-weight:700;transition:background-color .2s,border-color .2s,color .2s;border:1px solid var(--tv-border)!important;color:var(--tv-text-muted)!important;background:0 0!important}.text-visualization-page__toolbar button:hover:not(:disabled){border-color:var(--tv-border-strong)!important;background:var(--tv-surface-hover)!important;color:var(--tv-text-strong)!important}.text-visualization-page__toolbar button:disabled{opacity:.45;cursor:not-allowed}.text-visualization-page__sidebar button{color:var(--tv-text-muted)}.text-visualization-page__sidebar button:hover:not(:disabled){color:var(--tv-text-strong)}[data-theme=dark] .text-visualization-page__sidebar>*,.text-visualization-page[data-theme=dark] .text-visualization-page__sidebar>*,[data-theme=dark] .text-visualization-page__main,[data-theme=dark] .text-visualization-page__toolbar,.text-visualization-page[data-theme=dark] .text-visualization-page__main,.text-visualization-page[data-theme=dark] .text-visualization-page__toolbar{border-color:var(--tv-border)!important;background:var(--tv-surface)!important}[data-theme=dark] .text-visualization-page__result,.text-visualization-page[data-theme=dark] .text-visualization-page__result{background:var(--tv-input-bg)!important}[data-theme=dark] .text-visualization-page textarea,[data-theme=dark] .text-visualization-page input,[data-theme=dark] .text-visualization-page select,.text-visualization-page[data-theme=dark] textarea,.text-visualization-page[data-theme=dark] input,.text-visualization-page[data-theme=dark] select{border-color:var(--tv-border)!important;background:var(--tv-input-bg)!important;color:var(--tv-text-strong)!important}[data-theme=dark] .text-visualization-page__result [style*=background],.text-visualization-page[data-theme=dark] .text-visualization-page__result [style*=background]{background-color:#0000!important}[data-theme=dark] .text-visualization-page [class*=visualization] [class*=toggle],[data-theme=dark] .text-visualization-page [class*=visualization] [class*=tabs],[data-theme=dark] .text-visualization-page [class*=segmented],.text-visualization-page[data-theme=dark] [class*=visualization] [class*=toggle],.text-visualization-page[data-theme=dark] [class*=visualization] [class*=tabs],.text-visualization-page[data-theme=dark] [class*=segmented]{background:var(--tv-input-bg)!important;border-color:var(--tv-border)!important}[data-theme=dark] .text-visualization-page [class*=visualization] button,[data-theme=dark] .text-visualization-page [class*=segmented] button,.text-visualization-page[data-theme=dark] [class*=visualization] button,.text-visualization-page[data-theme=dark] [class*=segmented] button{color:var(--tv-text-muted)!important;background:0 0!important}[data-theme=dark] .text-visualization-page [class*=visualization] button.active,[data-theme=dark] .text-visualization-page [class*=visualization] button[aria-selected=true],[data-theme=dark] .text-visualization-page [class*=segmented] button.active,[data-theme=dark] .text-visualization-page [class*=segmented] button[aria-selected=true],.text-visualization-page[data-theme=dark] [class*=visualization] button.active,.text-visualization-page[data-theme=dark] [class*=visualization] button[aria-selected=true],.text-visualization-page[data-theme=dark] [class*=segmented] button.active,.text-visualization-page[data-theme=dark] [class*=segmented] button[aria-selected=true]{background:var(--tv-surface-secondary)!important;color:var(--tv-text-strong)!important;box-shadow:none!important}[data-theme=dark] .text-visualization-page [class*=frequency]{color:var(--tv-text)}[data-theme=dark] .text-visualization-page [class*=frequency] h1,[data-theme=dark] .text-visualization-page [class*=frequency] h2,[data-theme=dark] .text-visualization-page [class*=frequency] h3,[data-theme=dark] .text-visualization-page [class*=frequency] strong{color:var(--tv-text-strong)!important}[data-theme=dark] .text-visualization-page [class*=frequency] p,[data-theme=dark] .text-visualization-page [class*=frequency] small{color:var(--tv-text-muted)!important}[data-theme=dark] .text-visualization-page [class*=frequency] li,[data-theme=dark] .text-visualization-page [class*=frequency] [class*=row],[data-theme=dark] .text-visualization-page [class*=frequency] [class*=item]{color:var(--tv-text);border-color:var(--tv-border-soft)!important}[data-theme=dark] .text-visualization-page [class*=frequency] [class*=rank],[data-theme=dark] .text-visualization-page [class*=frequency] [class*=index],[data-theme=dark] .text-visualization-page [class*=frequency] [class*=position]{color:var(--tv-text-muted)!important}[data-theme=dark] .text-visualization-page [class*=frequency] [class*=word],[data-theme=dark] .text-visualization-page [class*=frequency] [class*=label],[data-theme=dark] .text-visualization-page [class*=frequency] [class*=name],[data-theme=dark] .text-visualization-page [class*=frequency] [class*=value],[data-theme=dark] .text-visualization-page [class*=frequency] [class*=count],[data-theme=dark] .text-visualization-page [class*=frequency] [class*=total]{color:var(--tv-text-strong)!important}.text-visualization-page [class*=frequency-chart__track],.text-visualization-page [class*=frequency-chart__bar-track],.text-visualization-page [class*=frequency-chart__progress]{border-radius:999px;overflow:hidden;background:var(--tv-surface-secondary)!important}.text-visualization-page [class*=frequency-chart__bar],.text-visualization-page [class*=frequency-chart__fill],.text-visualization-page [class*=frequency-chart__bar-fill]{border-radius:999px;min-height:6px;transition:width .3s;background:var(--accent)!important}@media (width<=1100px){.text-visualization-page__header{flex-direction:column;align-items:flex-start}.text-visualization-page__content{grid-template-columns:1fr}}@media (width<=720px){.text-visualization-page{padding-bottom:32px}.text-visualization-page__header h1{font-size:28px}.text-visualization-page__summary{width:100%;padding-bottom:4px;overflow-x:auto}.text-visualization-page__summary>div{flex:1 0 92px}.text-visualization-page__toolbar{flex-direction:column;align-items:flex-start}.text-visualization-page__result{min-height:480px;padding:18px}}.text-visualization-page__main>.word-cloud-controls{margin:16px 20px 0}@media (width<=720px){.text-visualization-page__main>.word-cloud-controls{margin:12px 12px 0}}.text-visualization-page__result-heading{flex-direction:column;align-items:flex-start;gap:7px;display:flex}.text-visualization-page__result-heading>span{color:var(--tv-text-soft);margin:0;font-size:11px}.text-visualization-page__result-tabs{background:var(--tv-surface-secondary,#f0f2f4);border-radius:10px;grid-template-columns:1fr 1fr;gap:4px;padding:4px;display:inline-grid}.text-visualization-page__toolbar .text-visualization-page__result-tab{cursor:pointer;min-width:84px;min-height:34px;font-size:11px;font-weight:600;transition:background-color .15s,color .15s,box-shadow .15s;color:var(--tv-text-muted,#6c737c)!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:8px!important;padding:0 14px!important}.text-visualization-page__toolbar .text-visualization-page__result-tab:hover:not(:disabled){color:var(--tv-text-strong,#24292f)!important;background:#ffffff8c!important;border:0!important}.text-visualization-page__toolbar .text-visualization-page__result-tab--active,.text-visualization-page__toolbar .text-visualization-page__result-tab--active:hover:not(:disabled){background:var(--tv-surface,#fff)!important;color:var(--tv-text-strong,#24292f)!important;border:0!important;box-shadow:0 1px 3px #191e241f!important}@media (width<=720px){.text-visualization-page__toolbar{align-items:flex-start}.text-visualization-page__result-tabs{width:100%}.text-visualization-page__toolbar .text-visualization-page__result-tab{min-width:0}}.text-visualization-page__excluded-words{flex-direction:column;gap:12px;padding:18px;display:flex}.text-visualization-page__excluded-words-header{display:block}.text-visualization-page__excluded-words-header h3{color:var(--tv-text-strong);margin:0;font-size:14px;font-weight:600}.text-visualization-page__excluded-words-header p{color:var(--tv-text-muted);margin:5px 0 0;font-size:11px;line-height:1.45}.text-visualization-page__excluded-words-input{border:1px solid var(--tv-border);box-sizing:border-box;background:var(--tv-input-bg);width:100%;min-height:116px;color:var(--tv-text-strong);resize:vertical;font:inherit;border-radius:10px;outline:none;padding:11px 12px;font-size:11px;line-height:1.5;transition:border-color .15s,background-color .15s}.text-visualization-page__excluded-words-input::placeholder{color:var(--tv-text-soft)}.text-visualization-page__excluded-words-input:hover{border-color:var(--tv-border-strong,#c9d0d6)}.text-visualization-page__excluded-words-input:focus{border-color:var(--tv-text-soft)}.text-visualization-page__excluded-words-helper{color:var(--tv-text-muted);font-size:9px;line-height:1.4}.newsletter-page{width:100%;color:var(--text-primary);font-family:Manrope,sans-serif}.newsletter-page__header{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:24px;display:flex}.newsletter-page__header-content{min-width:0}.newsletter-page__eyebrow{color:var(--accent);letter-spacing:.18em;text-transform:uppercase;font-size:11px;font-weight:700}.newsletter-page__header h1{color:var(--text-primary);letter-spacing:-.04em;margin:10px 0 0;font-size:clamp(30px,3vw,38px);font-weight:600;line-height:1.1}.newsletter-page__header p{max-width:650px;color:var(--text-secondary);margin:10px 0 0;font-size:14px;line-height:1.7}.newsletter-page__summary{border:1px solid var(--border);background:var(--surface);min-width:130px;min-height:76px;box-shadow:var(--shadow);border-radius:15px;flex-direction:column;justify-content:center;padding:14px 18px;display:flex}.newsletter-page__summary strong{color:var(--text-primary);letter-spacing:-.03em;font-size:24px;font-weight:600;line-height:1}.newsletter-page__summary span{color:var(--text-muted);margin-top:6px;font-size:10px;line-height:1.4}.newsletter-page__error{color:#b84b4b;background:#be424212;border:1px solid #be424240;border-radius:12px;margin-bottom:16px;padding:15px 17px;font-size:12px;line-height:1.5}.newsletter-page__table-wrapper{border:1px solid var(--border);background:var(--surface);width:100%;box-shadow:var(--shadow);border-radius:16px;overflow:hidden}.newsletter-page__table{border-collapse:collapse;table-layout:fixed;width:100%}.newsletter-page__table thead{background:var(--surface)}.newsletter-page__table th{border-bottom:1px solid var(--border);height:48px;color:var(--text-muted);letter-spacing:.06em;text-align:left;text-transform:uppercase;padding:0 18px;font-size:10px;font-weight:700}.newsletter-page__table td{border-bottom:1px solid var(--border);height:68px;color:var(--text-secondary);vertical-align:middle;padding:12px 18px;font-size:13px;line-height:1.5}.newsletter-page__table tbody tr:last-child td{border-bottom:0}.newsletter-page__table tbody tr{transition:background-color .2s}.newsletter-page__table tbody tr:hover{background:var(--surface-soft)}.newsletter-page__email{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;overflow:hidden}.newsletter-page__source{color:var(--text-secondary);font-size:12px}.newsletter-page__date{color:var(--text-muted);font-size:12px}.newsletter-page__status{color:var(--text-secondary);align-items:center;gap:7px;font-size:12px;font-weight:600;display:inline-flex}.newsletter-page__status:before{content:"";background:#35a66f;border-radius:50%;flex:0 0 7px;width:7px;height:7px;box-shadow:0 0 0 4px #35a66f1a}.newsletter-page__actions{width:90px;text-align:center!important}.newsletter-page__table td.newsletter-page__actions{text-align:center}.newsletter-page__delete-button{border:1px solid var(--border);color:#c75a5a;cursor:pointer;background:0 0;border-radius:9px;justify-content:center;align-items:center;width:36px;height:36px;padding:0;transition:color .2s,border-color .2s,background-color .2s,transform .15s;display:inline-flex}.newsletter-page__delete-button svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:17px;height:17px}.newsletter-page__delete-button:hover{color:#b63f3f;background:#be424212;border-color:#be42424d}.newsletter-page__delete-button:active{transform:scale(.94)}.newsletter-page__delete-button:disabled{opacity:.4;cursor:not-allowed}.newsletter-page__empty{min-height:150px;color:var(--text-muted);text-align:center;justify-content:center;align-items:center;padding:30px;font-size:13px;display:flex}.newsletter-loading{width:100%}.newsletter-loading__header{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:24px;display:flex}.newsletter-loading__header-content{flex:1}.newsletter-loading__skeleton{background:var(--surface-soft);border-radius:999px;position:relative;overflow:hidden}.newsletter-loading__skeleton:after{content:"";background:linear-gradient(90deg,#0000,#ffffff1f,#0000);animation:1.3s infinite newsletter-loading-shimmer;position:absolute;inset:0;transform:translate(-100%)}.newsletter-loading__eyebrow{width:85px;height:9px}.newsletter-loading__title{border-radius:7px;width:180px;height:28px;margin-top:12px}.newsletter-loading__description{width:390px;max-width:70%;height:10px;margin-top:12px}.newsletter-loading__summary{border:1px solid var(--border);background:var(--surface);width:130px;height:76px;box-shadow:var(--shadow);border-radius:15px}.newsletter-loading__table{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);border-radius:16px;overflow:hidden}.newsletter-loading__table-header{border-bottom:1px solid var(--border);grid-template-columns:minmax(200px,2fr) minmax(100px,.8fr) minmax(140px,1fr) 90px;align-items:center;gap:20px;height:48px;padding:0 18px;display:grid}.newsletter-loading__row{border-bottom:1px solid var(--border);grid-template-columns:minmax(200px,2fr) minmax(100px,.8fr) minmax(140px,1fr) 90px;align-items:center;gap:20px;min-height:68px;padding:0 18px;display:grid}.newsletter-loading__row:last-child{border-bottom:0}.newsletter-loading__cell{height:10px}.newsletter-loading__cell--email{width:65%}.newsletter-loading__cell--source{width:55%}.newsletter-loading__cell--date{width:70%}.newsletter-loading__cell--action{border-radius:9px;width:36px;height:36px;margin:0 auto}@keyframes newsletter-loading-shimmer{to{transform:translate(100%)}}@media (width<=900px){.newsletter-page__table-wrapper{overflow-x:auto}.newsletter-page__table{min-width:720px}}@media (width<=700px){.newsletter-page__header,.newsletter-loading__header{flex-direction:column;align-items:stretch}.newsletter-page__summary{width:100%;min-height:68px}.newsletter-loading__summary{width:100%;height:68px}}@media (width<=560px){.newsletter-page__header h1{font-size:28px}.newsletter-page__header p{font-size:13px}.newsletter-page__table td{font-size:12px}.newsletter-page__email{font-size:13px}.newsletter-loading__description{max-width:100%}}.newsletter-admin{width:100%}.newsletter-admin__header{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:24px;display:flex}.newsletter-admin__eyebrow{color:var(--accent);letter-spacing:.18em;text-transform:uppercase;font-size:10px;font-weight:700}.newsletter-admin__header h1{color:var(--text-primary);letter-spacing:-.04em;margin:10px 0 0;font-size:clamp(28px,2vw,36px);font-weight:600;line-height:1.1}.newsletter-admin__header p{max-width:620px;color:var(--text-secondary);margin:10px 0 0;font-size:13px;line-height:1.7}.newsletter-admin__header-actions{align-items:center;gap:8px;display:flex}.newsletter-admin__export{border:1px solid var(--border);min-height:42px;color:var(--text-secondary);background:var(--surface);font:inherit;box-shadow:none;cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:7px;padding:0 13px;font-size:10px;font-weight:700;transition:color .2s,border-color .2s,background-color .2s,transform .15s;display:inline-flex}.newsletter-admin__export svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:14px;height:14px}.newsletter-admin__export:hover:not(:disabled){color:var(--text-primary);border-color:var(--accent);background:var(--surface-soft)}.newsletter-admin__export:active:not(:disabled){transform:scale(.97)}.newsletter-admin__export:disabled{opacity:.4;cursor:not-allowed}.newsletter-admin__summary{border:1px solid var(--border);background:var(--surface);min-width:auto;min-height:42px;box-shadow:none;border-radius:10px;flex-direction:row;justify-content:center;align-items:center;gap:7px;padding:0 13px;display:inline-flex}.newsletter-admin__summary strong{color:var(--text-primary);font-size:17px;font-weight:600;line-height:1}.newsletter-admin__summary span{color:var(--text-muted);white-space:nowrap;font-size:9px;line-height:1}.newsletter-admin__error{color:#a73f3f;background:#be424212;border:1px solid #be424240;border-radius:12px;margin-bottom:16px;padding:14px 17px;font-size:12px;line-height:1.5}.newsletter-admin__table{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);border-radius:16px;overflow:hidden}.newsletter-admin__table-header,.newsletter-admin__row{grid-template-columns:minmax(260px,1.5fr) minmax(120px,.6fr) minmax(180px,.8fr) 90px;align-items:center;gap:18px;display:grid}.newsletter-admin__table-header{border-bottom:1px solid var(--border);min-height:52px;padding:0 20px}.newsletter-admin__table-header span{color:var(--text-muted);letter-spacing:.06em;text-transform:uppercase;font-size:11px;font-weight:700}.newsletter-admin__table-actions-title{text-align:right}.newsletter-admin__rows{width:100%}.newsletter-admin__row{border-bottom:1px solid var(--border);min-height:82px;padding:14px 20px;transition:background-color .2s}.newsletter-admin__row:hover{background:var(--surface-soft)}.newsletter-admin__row:last-child{border-bottom:0}.newsletter-admin__subscriber{align-items:center;gap:12px;min-width:0;display:flex}.newsletter-admin__avatar{border:1px solid var(--border);width:38px;height:38px;color:var(--accent);background:var(--surface-soft);border-radius:50%;flex:0 0 38px;place-items:center;font-size:13px;font-weight:700;display:grid}.newsletter-admin__subscriber>div{flex-direction:column;gap:5px;min-width:0;display:flex}.newsletter-admin__subscriber strong{max-width:100%;color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;display:block;overflow:hidden}.newsletter-admin__source{border:1px solid var(--border);width:fit-content;color:var(--text-secondary);background:var(--surface-soft);border-radius:999px;align-items:center;padding:7px 10px;font-size:11px;font-weight:600;display:inline-flex}.newsletter-admin__date{color:var(--text-secondary);font-size:12px;line-height:1.5}.newsletter-admin__actions{justify-content:flex-end;align-items:center;display:flex}.newsletter-admin__actions button{border:1px solid var(--border);color:#d76a6a;cursor:pointer;background:0 0;border-radius:9px;justify-content:center;align-items:center;width:36px;height:36px;padding:0;transition:color .2s,border-color .2s,background-color .2s,transform .15s;display:inline-flex}.newsletter-admin__actions button:hover{color:#b94a4a;background:#be424212;border-color:#be42424d}.newsletter-admin__actions button:active{transform:scale(.94)}.newsletter-admin__actions button:disabled{opacity:.45;cursor:not-allowed}.newsletter-admin__actions button svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:17px;height:17px}.newsletter-admin__pagination{border-top:1px solid var(--border);background:var(--surface);justify-content:space-between;align-items:center;gap:20px;min-height:58px;padding:10px 20px;display:flex}.newsletter-admin__pagination-info{color:var(--text-muted);font-size:11px;font-weight:500;line-height:1.4}.newsletter-admin__pagination-controls{align-items:center;gap:7px;display:flex}.newsletter-admin__pagination-arrow{border:1px solid var(--border);width:32px;height:32px;color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;padding:0;transition:color .2s,border-color .2s,background-color .2s,transform .15s;display:inline-flex}.newsletter-admin__pagination-arrow svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:14px;height:14px}.newsletter-admin__pagination-arrow:hover:not(:disabled){color:var(--text-primary);border-color:var(--accent);background:var(--surface-soft)}.newsletter-admin__pagination-arrow:active:not(:disabled){transform:scale(.94)}.newsletter-admin__pagination-arrow:disabled{opacity:.3;cursor:not-allowed}.newsletter-admin__pagination-page{border:1px solid var(--border);min-width:48px;height:32px;color:var(--text-primary);background:var(--surface-soft);border-radius:8px;justify-content:center;align-items:center;gap:4px;padding:0 9px;font-size:11px;font-weight:700;line-height:1;display:inline-flex}.newsletter-admin__pagination-page small{color:var(--text-muted);font-size:8px;font-weight:600}.newsletter-admin__empty{border:1px solid var(--border);color:var(--text-muted);background:var(--surface);box-shadow:var(--shadow);text-align:center;border-radius:16px;padding:50px 20px;font-size:13px}@media (width<=900px){.newsletter-admin__table{overflow-x:auto}.newsletter-admin__table-header,.newsletter-admin__row,.newsletter-admin__pagination{min-width:760px}}@media (width<=800px){.newsletter-admin__header{flex-direction:column;align-items:flex-start}.newsletter-admin__header-actions{width:auto}.newsletter-admin__table{overflow:hidden}.newsletter-admin__table-header{display:none}.newsletter-admin__row{grid-template-columns:1fr;gap:14px;min-width:0;padding:18px}.newsletter-admin__actions{justify-content:flex-start}.newsletter-admin__pagination{min-width:0}}@media (width<=560px){.newsletter-admin__header h1{font-size:28px}.newsletter-admin__header p{font-size:13px}.newsletter-admin__header-actions{flex-direction:column;align-items:stretch;width:100%}.newsletter-admin__export,.newsletter-admin__summary{min-height:40px}.newsletter-admin__subscriber strong{font-size:13px}.newsletter-admin__date{font-size:11px}.newsletter-admin__pagination{flex-direction:column;align-items:flex-start;padding:14px 16px}.newsletter-admin__pagination-controls{justify-content:space-between;width:100%}}:root{--sol:#123650;--raso:#0e2b41;--soul:#0c2438;--fundo:#091c2e;--abismo:#040d18;--fossa:#01050a;--ouro:#c49a43;--ouro-hi:#d9b064;--ouro-lo:#c49a4312;--ouro-md:#c49a4342;--bio:#4fd9c4;--bio-lo:#4fd9c412;--bio-md:#4fd9c43d;--vidro:linear-gradient(180deg, #e9f1f709, #e9f1f702);--fio:#e9f1f70f;--fio-hi:#c49a4347;--espuma:#e9f1f7;--bruma:#7c8ea1;--serif:"Instrument Serif", serif;--sans:"Manrope", sans-serif;--r-xl:40px;--r-lg:30px;--r-md:22px;--r-sm:14px;--r-pill:999px;--dock:68px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}body{font-family:var(--sans);color:var(--espuma);background:radial-gradient(115% 85% at 50% 42%, transparent 30%, #01050a6b 75%, #01050ac7 100%),  linear-gradient(180deg, var(--sol) 0%, var(--raso) 100%);-webkit-font-smoothing:antialiased;background-attachment:fixed;overflow-x:hidden}body:after{pointer-events:none;content:"";z-index:1;background:radial-gradient(120% 95% at 50% 42%,#0000 36%,#01050a6b 82%,#01050ad1 100%);position:fixed;inset:0}a{color:inherit;text-decoration:none}button{color:inherit;cursor:pointer;background:0 0;border:none;font-family:inherit}img{max-width:100%}::selection{background:var(--ouro);color:var(--abismo)}:focus-visible{outline:2px solid var(--ouro-hi);outline-offset:3px;border-radius:4px}.btn{border-radius:var(--r-pill);letter-spacing:.06em;align-items:center;gap:.6rem;padding:1rem 1.9rem;font-size:.8rem;font-weight:700;transition:transform .24s cubic-bezier(.16,1,.3,1),box-shadow .24s,background .24s;display:inline-flex}.btn-primary{background:var(--ouro);color:var(--abismo)}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 14px 34px #c49a435c}.btn-secondary{color:var(--espuma);-webkit-backdrop-filter:blur(10px);background:#f2f8fc0f;border:1px solid #f2f8fc29}.btn-secondary:hover{background:#f2f8fc1f;transform:translateY(-3px)}body:has(.admin-layout):after{display:none}body:has(.admin-layout){color:#183247;background:#fff}:root,[data-theme=light]{--primary-button-text:#fff}[data-theme=dark]{--primary-button-text:#071522}
