:root{--ink:#19152a;--muted:#726d82;--purple:#6c35df;--pink:#d93cb7;--deep:#171026;--deep2:#281044;--line:#e9e6ef;--surface:#fff;--bg:#f7f6fa;--green:#22a77a;--shadow:0 18px 55px rgba(38,20,68,.09)}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,"Segoe UI",Arial,sans-serif;font-size:14px}a{color:var(--purple);text-decoration:none}button,input,select,textarea{font:inherit}.sidebar{position:fixed;z-index:20;inset:0 auto 0 0;width:268px;padding:32px 22px 22px;color:#eee8fa;background:radial-gradient(circle at 20% 10%,#4b1c69 0,transparent 33%),linear-gradient(165deg,var(--deep2),var(--deep) 65%);display:flex;flex-direction:column;box-shadow:8px 0 30px rgba(18,8,31,.13)}.brand{display:flex;align-items:center;gap:9px;color:white;font-size:18px;font-weight:800;letter-spacing:.14em}.brand-mark{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:12px;background:linear-gradient(135deg,#a245f1,#ec4ab0);font-size:25px;letter-spacing:0}.brand-subtitle{font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:#998eaa;margin:5px 0 34px 44px}.nav{display:flex;flex-direction:column;gap:6px;flex:1}.nav a{display:flex;align-items:center;gap:13px;padding:12px 14px;color:#bbb1c9;border-radius:11px;font-weight:600;transition:.2s}.nav a:hover{color:#fff;background:rgba(255,255,255,.08)}.nav a:first-child{background:linear-gradient(90deg,rgba(176,66,230,.28),rgba(244,66,170,.1));color:white}.nav-product{padding-left:28px!important;font-size:12px}.dot,.status i{width:7px;height:7px;border-radius:50%;background:#b849e7;box-shadow:0 0 9px #cf54ee}.nav-label{color:#71677f;font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;margin:19px 13px 3px}.sidebar-user{border-top:1px solid rgba(255,255,255,.09);padding-top:20px;display:flex;align-items:center;gap:10px}.avatar{width:36px;height:36px;border-radius:11px;display:grid;place-items:center;background:linear-gradient(135deg,#8b41e2,#e343ac);color:white;font-weight:800}.avatar.large{width:66px;height:66px;border-radius:20px;font-size:24px}.user-copy{min-width:0;display:flex;flex-direction:column;flex:1}.user-copy strong{overflow:hidden;text-overflow:ellipsis;font-size:12px}.user-copy small{color:#867c94;font-size:10px}.icon-button,.link-danger{border:0;background:none;color:#aca2b8;cursor:pointer}.link-danger{color:#c93665}.main-content{margin-left:268px;padding:52px clamp(28px,5vw,78px) 24px;min-height:100vh;display:flex;flex-direction:column}.page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:30px;margin-bottom:32px}.page-head h1{font-size:34px;margin:6px 0 8px;letter-spacing:-.04em}.page-head p{color:var(--muted);margin:0;max-width:650px;line-height:1.7}.eyebrow{font-size:10px;letter-spacing:.16em;text-transform:uppercase;font-weight:800;color:#a33ac5}.button{display:inline-flex;justify-content:center;align-items:center;gap:35px;border:0;border-radius:10px;padding:12px 20px;color:white!important;background:linear-gradient(110deg,#7137dd,#b13cce);font-weight:700;cursor:pointer;box-shadow:0 8px 22px rgba(119,50,214,.22)}.button.secondary{background:white;color:var(--ink)!important;border:1px solid var(--line);box-shadow:none}.button.full{width:100%}.hero{position:relative;overflow:hidden;min-height:245px;padding:42px 46px;margin-bottom:43px;border-radius:22px;color:white;background:radial-gradient(circle at 75% 20%,rgba(206,71,218,.35),transparent 25%),linear-gradient(120deg,#27103e,#3c1458 48%,#211132);box-shadow:var(--shadow)}.hero h2{font-size:32px;line-height:1.2;margin:15px 0 12px;letter-spacing:-.03em}.hero p{color:#c6b9d1;line-height:1.7;max-width:560px}.pill,.role-badge{display:inline-flex;padding:6px 10px;border-radius:30px;background:rgba(191,77,222,.15);color:#c952e8;font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.hero .pill{color:#dba9ee;border:1px solid rgba(221,163,242,.22)}.orb{position:absolute;right:8%;top:18%;font-size:140px;font-weight:800;color:transparent;-webkit-text-stroke:2px rgba(227,149,241,.25);transform:rotate(-8deg)}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:18px}.section-head h2{margin:0 0 5px;font-size:21px}.section-head p{margin:0;color:var(--muted);font-size:12px}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:20px}.product-card,.panel{background:var(--surface);border:1px solid var(--line);border-radius:17px;box-shadow:0 10px 35px rgba(34,20,57,.045)}.product-card{padding:25px;position:relative}.product-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;color:white;font-weight:800;background:linear-gradient(145deg,#4786f2,#7446db);margin-bottom:22px}.product-icon img{width:100%;height:100%;object-fit:cover;border-radius:inherit}.product-card>.status{position:absolute;right:22px;top:28px}.status{display:inline-flex;align-items:center;gap:6px;color:var(--green);font-size:10px;font-weight:700}.status i{background:var(--green);box-shadow:none}.product-card h3{font-size:17px;margin:0 0 9px}.product-card p{color:var(--muted);font-size:12px;line-height:1.6;min-height:58px}.product-card .button{margin-top:9px;width:100%}.empty-state{grid-column:1/-1;text-align:center;background:white;border:1px dashed #d9d2e2;border-radius:18px;padding:50px}.empty-icon{font-size:30px;color:#ad52dd}.panel{padding:28px;margin-bottom:22px}.panel h2{margin-top:0}.profile-summary{display:flex;align-items:center;gap:17px;padding-bottom:25px;border-bottom:1px solid var(--line);margin-bottom:25px}.profile-summary h2{margin:0 0 7px}.form-stack{display:flex;flex-direction:column;gap:16px}.form-stack label,.form-stack p{display:flex;flex-direction:column;gap:7px;margin:0;font-size:12px;font-weight:700}.form-control{width:100%;border:1px solid #ddd8e5;border-radius:10px;background:white;padding:12px 13px;outline:none}.form-control:focus{border-color:#8e4be0;box-shadow:0 0 0 3px rgba(142,75,224,.1)}textarea.form-control{resize:vertical}.narrow{max-width:560px}.form-panel{max-width:720px}.errorlist{color:#c52b5a;padding:0;margin:3px 0;list-style:none;font-size:11px}.checkbox-row{display:flex!important;flex-direction:row!important;align-items:flex-start;line-height:1.6;font-weight:500!important}.checkbox-row input{margin-top:5px}.auth-body{min-height:100vh;background:radial-gradient(circle at 20% 10%,rgba(129,48,204,.16),transparent 32%),linear-gradient(145deg,#140c22,#211031 58%,#120b1e);color:white}.auth-layout{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px}.auth-brand{display:flex;align-items:center;gap:10px;font-size:17px;font-weight:800;letter-spacing:.15em;margin-bottom:25px}.auth-card{width:min(440px,100%);background:white;color:var(--ink);border-radius:20px;padding:34px 38px;box-shadow:0 30px 80px rgba(0,0,0,.28)}.auth-card h1{font-size:27px;margin:7px 0}.auth-card>p{color:var(--muted);margin:0 0 25px;line-height:1.6}.auth-switch{text-align:center;border-top:1px solid var(--line);padding-top:20px;margin-top:22px;color:var(--muted);font-size:12px}.form-help{text-align:right;font-size:11px}.auth-footer{color:#82758d;font-size:10px;margin-top:22px}.auth-footer a{color:#9b8ba8}.center{text-align:center}.success-icon{width:50px;height:50px;display:grid;place-items:center;margin:auto;border-radius:50%;background:#e8faf4;color:var(--green);font-size:22px}.center-state{text-align:center;max-width:600px;margin:auto;padding:70px 10px}.center-state h1{font-size:32px;margin:15px}.center-state p{color:var(--muted);line-height:1.7;margin-bottom:26px}.lock{width:76px;height:76px;margin:0 auto 25px;display:grid;place-items:center;border-radius:23px;background:linear-gradient(135deg,#eee7fb,#f8e5f5);color:#9844d7;font-size:23px}.product-workspace{text-align:center;position:relative;overflow:hidden;padding:85px 25px;background:white;border:1px solid var(--line);border-radius:20px}.workspace-logo{margin:auto;width:70px;height:70px;display:grid;place-items:center;color:white;background:linear-gradient(145deg,#438bf0,#7049db);border-radius:21px;font-size:22px;font-weight:800}.product-workspace h2{font-size:27px;margin:24px 0 10px}.product-workspace p{max-width:600px;margin:0 auto 22px;color:var(--muted);line-height:1.7}.workspace-glow{position:absolute;width:400px;height:400px;left:calc(50% - 200px);top:-260px;background:#b550dd;filter:blur(90px);opacity:.16}.table-wrap{overflow:auto;padding:0}table{width:100%;border-collapse:collapse;min-width:720px}th,td{text-align:left;padding:17px 20px;border-bottom:1px solid var(--line)}th{font-size:10px;text-transform:uppercase;letter-spacing:.09em;color:var(--muted)}td{font-size:12px}td small{display:block;color:var(--muted);margin-top:3px}.two-columns{display:grid;grid-template-columns:1fr 1fr;gap:22px}.compact-list>div{display:flex;justify-content:space-between;padding:13px 0;border-bottom:1px solid var(--line)}.compact-list{margin-bottom:22px}.inline-form{display:flex;align-items:end;gap:14px}.inline-form p{margin:0;flex:1;display:flex;flex-direction:column;gap:6px;font-size:11px;font-weight:700}.messages{margin-bottom:20px}.message{padding:13px 16px;border-radius:10px;background:#e9f9f3;color:#157b5b}.footer{display:flex;justify-content:space-between;gap:20px;color:#aaa3b2;font-size:9px;margin-top:auto;padding-top:45px}.footer span:last-child{display:flex;gap:15px}.footer a{color:#91899c}.mobile-header,.overlay{display:none}.muted{color:var(--muted)}code{background:#f0edf4;padding:4px 7px;border-radius:5px}
@media(max-width:800px){.mobile-header{position:sticky;z-index:15;top:0;height:64px;padding:0 20px;display:flex;align-items:center;justify-content:space-between;background:var(--deep);box-shadow:0 5px 20px rgba(0,0,0,.15)}.menu-button{border:0;background:rgba(255,255,255,.1);color:white;border-radius:9px;padding:7px 10px;font-size:19px}.sidebar{transform:translateX(-105%);transition:.25s}.sidebar.open{transform:none}.overlay{position:fixed;display:block;z-index:19;inset:0;background:rgba(15,8,24,.55);opacity:0;pointer-events:none;transition:.2s}.overlay.open{opacity:1;pointer-events:auto}.main-content{margin-left:0;padding:30px 20px 20px}.page-head{flex-direction:column}.page-head h1{font-size:28px}.hero{padding:32px 25px}.hero h2{font-size:27px}.orb{opacity:.45}.two-columns{grid-template-columns:1fr}.inline-form{align-items:stretch;flex-direction:column}.footer{flex-direction:column}.footer span:last-child{flex-wrap:wrap}.auth-card{padding:28px 24px}}
.brand-logo{width:34px;height:34px;display:block}.product-icon{overflow:hidden;padding:0}.product-icon img{display:block;width:100%;height:100%;object-fit:cover}.product-icon-large{width:70px;height:70px;margin:0 auto;border-radius:21px}.product-icon-large img{width:100%;height:100%}

/* UX refresh: larger type, compact surfaces and accessible interactions */
body{font-size:16px;line-height:1.55}.sidebar{width:292px;padding:30px 24px 22px}.main-content{margin-left:292px;padding:42px clamp(28px,4.5vw,72px) 28px}.brand{font-size:20px}.brand-logo{width:40px;height:40px}.brand-subtitle{font-size:11px;margin-left:50px;margin-bottom:28px}.nav{gap:8px}.nav a{min-height:48px;padding:12px 14px;font-size:15px}.nav-product{font-size:14px!important;padding-left:36px!important}.nav-label{font-size:11px;margin-top:18px}.nav-symbol{width:27px;height:27px;flex:0 0 27px;display:grid;place-items:center;border-radius:8px;background:rgba(255,255,255,.08);color:#d9b8ef;font-size:11px;font-weight:800}.sidebar-user{padding-top:18px}.sidebar-user .avatar{width:44px;height:44px}.user-copy strong{font-size:14px}.user-copy small{font-size:12px}.icon-button{font-size:21px}.page-head{margin-bottom:26px}.page-head h1{font-size:clamp(32px,3.2vw,46px);line-height:1.12}.page-head p{font-size:17px}.eyebrow{font-size:12px}.hero{min-height:0;padding:30px 38px;margin-bottom:34px;border-radius:18px;display:flex;align-items:center;justify-content:space-between;gap:30px;box-shadow:0 8px 22px rgba(38,20,68,.08)}.hero h2{font-size:clamp(28px,2.7vw,40px);margin:12px 0 8px}.hero p{font-size:16px;max-width:680px;margin-bottom:0}.hero-points{display:grid;gap:9px;min-width:220px}.hero-points span{padding:8px 12px;border-left:2px solid #be47dc;color:#d6c8df;font-size:13px}.hero-points b{color:#da65e8;margin-right:8px}.section-head h2{font-size:27px}.section-head p,.section-head a{font-size:15px}.product-grid{grid-template-columns:repeat(auto-fill,minmax(440px,560px));gap:24px}.product-card{padding:28px 30px;border-radius:16px;box-shadow:0 5px 16px rgba(34,20,57,.05);transition:transform .25s ease,border-color .25s ease}.product-card:hover{transform:translateY(-3px);border-color:#d7c7e8}.product-card-top{display:flex;align-items:center;gap:18px}.product-card .product-icon{width:76px;height:76px;flex:0 0 76px;margin:0;border-radius:20px}.product-card>.status{position:static}.product-card h3{font-size:24px;margin:7px 0 0}.product-card p{font-size:16px;line-height:1.65;min-height:0;margin:20px 0 12px}.product-note{font-size:14px;color:#675f74;background:#f7f3fb;border-radius:10px;padding:11px 13px;margin-bottom:19px}.status{font-size:13px}.button{position:relative;isolation:isolate;overflow:hidden;min-height:48px;padding:13px 23px;font-size:15px;border-radius:12px;box-shadow:0 5px 13px rgba(119,50,214,.18);transition:transform .2s ease,filter .2s ease}.button::before{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(105deg,transparent 25%,rgba(255,255,255,.3) 46%,transparent 66%);transform:translateX(-120%);transition:transform .65s ease}.button:hover{transform:translateY(-2px);filter:saturate(1.15)}.button:hover::before{transform:translateX(120%)}.button:active{transform:translateY(0) scale(.98)}.product-card .button{font-size:16px}.panel{padding:32px;box-shadow:0 5px 18px rgba(34,20,57,.045)}.profile-panel{max-width:900px}.profile-summary h2{font-size:25px}.avatar.large{width:88px;height:88px;font-size:30px}.avatar-photo{object-fit:cover}.avatar-help{font-size:13px;color:var(--muted);margin:8px 0 0}.form-stack{gap:19px}.form-stack label,.form-stack p{font-size:15px}.form-control{min-height:48px;padding:13px 15px;font-size:16px}.narrow{max-width:650px}.auth-layout{padding:34px 20px}.auth-brand{font-size:20px;margin-bottom:20px}.auth-card{width:min(500px,100%);padding:38px 42px;border-radius:18px;box-shadow:0 14px 38px rgba(0,0,0,.2)}.auth-card-wide{width:min(580px,100%)}.auth-card h1{font-size:34px;line-height:1.2}.auth-card>p{font-size:16px}.auth-switch,.form-help{font-size:14px}.checkbox-row{font-size:14px!important}.checkbox-row input{width:19px;height:19px;flex:0 0 19px}.legal-note{font-size:12px!important;font-weight:500!important;color:var(--muted);background:#f7f5fa;padding:12px;border-radius:9px}.auth-footer,.footer{font-size:12px}.cookie-banner{position:fixed;z-index:50;left:calc(292px + 28px);right:28px;bottom:22px;display:flex;align-items:center;justify-content:space-between;gap:28px;padding:20px 22px;background:#fff;border:1px solid #ded8e6;border-radius:16px;box-shadow:0 10px 30px rgba(25,13,43,.14)}.auth-body .cookie-banner{left:28px}.cookie-copy{max-width:720px}.cookie-copy strong{font-size:18px}.cookie-copy p{font-size:14px;color:var(--muted);margin:5px 0}.cookie-copy a{font-size:13px}.cookie-actions{display:flex;gap:10px;flex-shrink:0}.cookie-actions .button{white-space:nowrap}.footer{padding-bottom:100px}
@media(prefers-reduced-motion:reduce){.button,.product-card,.button::before{transition:none!important}}
@media(max-width:950px){.hero{align-items:flex-start;flex-direction:column}.hero-points{grid-template-columns:repeat(3,1fr);width:100%}.product-grid{grid-template-columns:1fr}.cookie-banner{left:20px;right:20px;flex-direction:column;align-items:stretch}.cookie-actions{justify-content:flex-end}}
@media(max-width:800px){.main-content{margin-left:0;padding:28px 20px}.sidebar{width:min(310px,88vw)}.page-head p{font-size:16px}.hero{padding:25px}.hero-points{grid-template-columns:1fr}.product-card{padding:22px}.product-card .product-icon{width:64px;height:64px;flex-basis:64px}.product-card h3{font-size:21px}.auth-card{padding:30px 24px}.cookie-actions{flex-direction:column}.cookie-actions .button{width:100%}}

@font-face{font-family:"Onest";src:url("../fonts/onest-cyrillic.woff2") format("woff2");font-style:normal;font-weight:100 900;font-display:swap;unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}
@font-face{font-family:"Onest";src:url("../fonts/onest-latin.woff2") format("woff2");font-style:normal;font-weight:100 900;font-display:swap;unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
html,body,button,input,select,textarea{font-family:"Onest","Segoe UI",Arial,sans-serif}.nav a{color:#fff;font-weight:600}.nav a:hover{color:#fff}.nav-label{color:rgba(255,255,255,.62)}.nav-product{color:#fff!important}.nav-symbol{width:30px;height:30px;flex:0 0 30px;border-radius:9px;background:#fff;color:#241333;font-size:12px;font-weight:850;box-shadow:none}.nav a:first-child .nav-symbol{background:#fff;color:#38154d}.brand-subtitle{color:rgba(255,255,255,.62)}.user-copy strong{color:#fff}.user-copy small{color:rgba(255,255,255,.68)}.sidebar-user .avatar:not(.avatar-photo){background:#fff;color:#281337}.icon-button{color:#fff}.page-head h1,.hero h2,.auth-card h1,.product-card h3{font-weight:750;letter-spacing:-.035em}

/* Product card index: oversized corner overlay */
.product-grid{padding-top:42px}.product-card{overflow:visible}.product-number{position:absolute;z-index:2;top:-58px;right:24px;display:block;font-size:76px;line-height:1;font-weight:850;letter-spacing:-.085em;color:#a62ddd;background:linear-gradient(135deg,#7627df 12%,#d936c0 88%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;filter:none;pointer-events:none}.product-card-top{padding-right:105px;min-height:76px}.product-card:hover .product-number{transform:translateY(-3px) rotate(-1deg)}.product-number{transition:transform .25s ease}.product-card::after{content:"";position:absolute;z-index:1;top:-15px;right:17px;width:118px;height:29px;border-radius:16px 16px 0 0;background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(255,255,255,0));pointer-events:none}.product-card>*:not(.product-number){position:relative;z-index:2}
@media(max-width:560px){.product-grid{padding-top:34px}.product-number{top:-45px;right:18px;font-size:62px}.product-card-top{padding-right:72px}.product-card::after{right:10px;width:100px}}

@font-face{font-family:"Oxanium";src:url("../fonts/oxanium-latin.woff2") format("woff2");font-style:normal;font-weight:200 800;font-display:swap}
.product-grid{padding-top:24px}.product-number{top:-30px;right:22px;font-family:"Oxanium","Onest",sans-serif;font-size:118px;line-height:.82;font-weight:700;letter-spacing:-.1em;background:linear-gradient(155deg,#6323db 6%,#cb31c4 84%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.product-card::after{top:-12px;right:10px;width:150px;height:42px;border-radius:26px 26px 0 0}.product-card-top{padding-right:122px}.product-card:hover .product-number{transform:translateY(-2px)}
@media(max-width:560px){.product-grid{padding-top:18px}.product-number{top:-23px;right:14px;font-size:92px}.product-card-top{padding-right:88px}.product-card::after{width:116px;height:34px}}

/* Compact dashboard hero */
.hero{width:min(100%,1080px);min-height:190px;padding:25px 30px 25px 34px;justify-content:space-between;margin-bottom:32px;background:radial-gradient(circle at 75% 45%,rgba(194,52,214,.3),transparent 27%),linear-gradient(115deg,#29103e,#43145d 56%,#241030)}.hero-copy{position:relative;z-index:2}.hero h2{font-size:clamp(27px,2.3vw,35px);line-height:1.12;margin:10px 0 8px}.hero p{font-size:15px;line-height:1.55;max-width:570px}.hero-visual{position:relative;flex:0 0 290px;height:140px;display:grid;place-items:center}.hero-infinity{position:relative;z-index:2;font-size:86px;line-height:1;color:#fff;font-weight:500;text-shadow:0 0 22px rgba(218,91,236,.45)}.orbit{position:absolute;border:1px solid rgba(231,173,241,.28);border-radius:50%;transform:rotate(-18deg)}.orbit-one{width:190px;height:78px}.orbit-two{width:125px;height:125px;transform:rotate(26deg)}.orbit-one::before,.orbit-two::before{content:"";position:absolute;width:8px;height:8px;border-radius:50%;background:#e45ed9;box-shadow:0 0 13px #e45ed9}.orbit-one::before{right:14px;top:8px}.orbit-two::before{left:4px;bottom:22px}.hero-tags{position:absolute;z-index:3;left:50%;bottom:-1px;display:flex;gap:7px;transform:translateX(-50%)}.hero-tags span{padding:5px 9px;border:1px solid rgba(255,255,255,.14);border-radius:20px;background:rgba(255,255,255,.07);color:#e4d9e9;font-size:11px;font-weight:600;white-space:nowrap}.hero-visual::after{content:"";position:absolute;width:92px;height:92px;border-radius:50%;background:#bc3ddd;filter:blur(45px);opacity:.32}.hero:hover .orbit-one{transform:rotate(-12deg)}.hero:hover .orbit-two{transform:rotate(34deg)}.orbit{transition:transform 1s ease}
@media(max-width:950px){.hero{width:100%;flex-direction:row;align-items:center}.hero-visual{flex-basis:245px}}
@media(max-width:700px){.hero{padding:25px;flex-direction:column;align-items:flex-start}.hero-visual{align-self:center;width:100%;height:130px;flex-basis:130px}.hero h2 br{display:none}}

/* Wide and vertically compact dashboard hero */
.hero{width:100%;max-width:none;min-height:156px;height:auto;padding:22px 34px;margin-bottom:32px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;overflow:hidden;background:radial-gradient(circle at 72% 45%,rgba(192,49,211,.27),transparent 25%),linear-gradient(112deg,#29103f 0%,#491560 58%,#25102f 100%)}.hero-copy{max-width:780px}.hero h2{font-size:clamp(27px,2.15vw,36px);line-height:1.08;margin:8px 0 7px;white-space:normal}.hero p{font-size:15px;line-height:1.45;margin:0;max-width:720px}.hero .pill{padding:5px 10px;font-size:10px}.hero-mark{position:relative;align-self:stretch;flex:0 0 230px;display:grid;place-items:center}.hero-mark span{position:relative;z-index:2;font-family:"Onest",sans-serif;font-size:112px;line-height:1;font-weight:450;color:rgba(255,255,255,.13);text-shadow:0 0 30px rgba(225,80,233,.25)}.hero-mark::before{content:"";position:absolute;width:150px;height:78px;border:1px solid rgba(255,255,255,.1);border-radius:50%;transform:rotate(-12deg)}.hero-mark::after{content:"";position:absolute;width:9px;height:9px;right:30px;top:28px;border-radius:50%;background:#da4bd4;box-shadow:0 0 17px #da4bd4}.hero:hover .hero-mark span{transform:scale(1.035)}.hero-mark span{transition:transform .4s ease}
@media(max-width:800px){.hero{min-height:148px;padding:22px 24px}.hero-mark{flex-basis:130px}.hero-mark span{font-size:82px}.hero-mark::before{width:105px;height:58px}.hero-mark::after{right:5px}}
@media(max-width:560px){.hero{min-height:0;flex-direction:column;align-items:flex-start}.hero-mark{position:absolute;right:4px;top:14px;width:110px;height:100px;opacity:.7}.hero-copy{position:relative;z-index:2;padding-right:50px}.hero h2{font-size:26px}}

.status-locked{color:#8c8398}.status-locked i{background:#a79fac}.product-card-locked .product-icon{filter:saturate(.72);opacity:.9}.product-note-locked{color:#756c80}.button-disabled{width:100%;cursor:not-allowed;color:#81788d!important;background:#eeeaf2;box-shadow:none}.button-disabled::before{display:none}.button-disabled:hover{transform:none;filter:none}

/* Public ecosystem landing */
html{scroll-behavior:smooth}.public-body{margin:0;background:#faf9fc;color:#171323}.public-body .cookie-banner{left:24px}.public-shell{width:min(1180px,calc(100% - 48px));margin-inline:auto}.public-header{position:sticky;z-index:40;top:0;border-bottom:1px solid rgba(38,22,51,.08);background:rgba(250,249,252,.9);backdrop-filter:blur(18px)}.public-nav-wrap{min-height:82px;display:flex;align-items:center;gap:42px}.public-brand{display:flex;align-items:center;gap:12px;color:#1c1725;flex-shrink:0}.public-brand img{width:42px;height:42px}.public-brand span{display:flex;flex-direction:column}.public-brand b{font-size:19px;line-height:1.1;letter-spacing:.13em}.public-brand small{margin-top:5px;color:#8d8494;font-size:9px;letter-spacing:.17em;text-transform:uppercase}.public-nav{display:flex;align-items:center;gap:32px;margin-left:auto}.public-nav a,.public-login{color:#4f4859;font-size:14px;font-weight:650;transition:color .2s}.public-nav a:hover,.public-login:hover{color:#8a2fd4}.public-actions{display:flex;align-items:center;gap:20px}.public-link-button,.public-primary,.public-secondary{display:inline-flex;align-items:center;justify-content:center;gap:24px;min-height:48px;padding:12px 22px;border-radius:12px;font-size:14px;font-weight:750;transition:transform .2s,box-shadow .2s}.public-link-button{color:#fff;background:#21142e}.public-primary{color:#fff;background:linear-gradient(115deg,#742cdf,#c936be);box-shadow:0 10px 28px rgba(120,41,202,.24)}.public-secondary{color:#25182e;border:1px solid #dcd6e3;background:rgba(255,255,255,.7)}.public-link-button:hover,.public-primary:hover,.public-secondary:hover{transform:translateY(-2px)}.public-primary:hover{box-shadow:0 14px 34px rgba(120,41,202,.32)}.public-menu-button{display:none}.public-hero{position:relative;overflow:hidden;padding:92px 0 82px;background:radial-gradient(circle at 80% 18%,rgba(202,62,215,.11),transparent 29%),radial-gradient(circle at 4% 80%,rgba(119,44,221,.08),transparent 29%)}.public-hero::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(74,46,93,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(74,46,93,.035) 1px,transparent 1px);background-size:46px 46px;mask-image:linear-gradient(to right,black,transparent 72%)}.public-hero-grid{position:relative;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:70px}.public-kicker{display:inline-flex;align-items:center;gap:9px;color:#9d2dbe;font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.public-kicker i{width:7px;height:7px;border-radius:50%;background:#c739cc;box-shadow:0 0 12px #ca45d3}.public-hero h1{margin:24px 0 25px;font-size:clamp(46px,5.2vw,72px);line-height:.99;letter-spacing:-.06em;font-weight:760}.public-hero h1 span{color:transparent;background:linear-gradient(100deg,#742cdf,#d63bb9);background-clip:text;-webkit-background-clip:text}.public-hero-copy>p{max-width:620px;margin:0;color:#6d6676;font-size:18px;line-height:1.7}.public-hero-actions{display:flex;gap:14px;margin-top:35px}.public-hero-note{display:flex;align-items:center;gap:10px;margin-top:34px;color:#8b8393;font-size:12px}.public-hero-note span{display:grid;place-items:center;width:29px;height:29px;border-radius:9px;color:#7b31d7;background:#eee7f8;font-size:20px}.ecosystem-visual{position:relative;height:510px}.visual-core{position:absolute;z-index:4;left:50%;top:50%;width:116px;height:116px;padding:22px;border:1px solid rgba(255,255,255,.8);border-radius:34px;background:linear-gradient(145deg,#faf4ff,#eee2fa);box-shadow:0 25px 60px rgba(74,23,114,.22);transform:translate(-50%,-50%)}.visual-core img{width:100%;height:100%}.visual-orbit{position:absolute;left:50%;top:50%;border:1px solid rgba(128,55,173,.2);border-radius:50%;transform:translate(-50%,-50%) rotate(-18deg)}.visual-orbit::before{content:"";position:absolute;width:9px;height:9px;border-radius:50%;background:#c43bd0;box-shadow:0 0 15px #ce46d9}.visual-orbit-one{width:450px;height:260px}.visual-orbit-one::before{right:47px;top:22px}.visual-orbit-two{width:330px;height:430px;transform:translate(-50%,-50%) rotate(43deg)}.visual-orbit-two::before{left:21px;bottom:75px}.visual-node{position:absolute;z-index:5;display:flex;align-items:center;gap:12px;padding:13px 17px;border:1px solid #e1dae8;border-radius:15px;background:rgba(255,255,255,.9);box-shadow:0 13px 35px rgba(52,29,69,.09);backdrop-filter:blur(8px)}.visual-node b{font-family:"Oxanium","Onest",sans-serif;color:#9b30cf;font-size:21px}.visual-node span{color:#51495a;font-size:12px;line-height:1.35}.node-account{left:3%;top:17%}.node-access{right:0;top:36%}.node-products{left:7%;bottom:13%}.visual-caption{position:absolute;left:50%;bottom:7%;color:#a39aa9;font-size:10px;letter-spacing:.2em;text-transform:uppercase;transform:translateX(-50%)}.public-proof{border-block:1px solid #e7e2eb;background:#fff}.public-proof-grid{display:grid;grid-template-columns:repeat(3,1fr)}.public-proof-grid>div{display:flex;align-items:center;gap:19px;padding:27px 34px;border-right:1px solid #ebe7ee}.public-proof-grid>div:last-child{border:0}.public-proof-grid b{font-family:"Oxanium","Onest",sans-serif;color:#b23dcc;font-size:24px}.public-proof-grid span{display:flex;flex-direction:column;color:#8a8290;font-size:12px}.public-proof-grid strong{margin-bottom:3px;color:#261f2e;font-size:14px}.public-section{padding:105px 0}.public-section-head{display:flex;align-items:end;justify-content:space-between;gap:60px;margin-bottom:54px}.public-section-head h2,.platform-copy h2,.security-card h2,.public-cta h2{margin:16px 0 0;font-size:clamp(36px,4vw,54px);line-height:1.05;letter-spacing:-.055em}.public-section-head>p{max-width:410px;margin:0;color:#756e7c;font-size:16px;line-height:1.7}.public-product-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:24px}.public-product-card{position:relative;overflow:hidden;min-height:410px;display:flex;flex-direction:column;border:1px solid #e2dce7;border-radius:25px;background:#fff;box-shadow:0 22px 55px rgba(38,20,54,.07)}.public-product-card::before{content:"";position:absolute;right:-70px;top:-110px;width:300px;height:300px;border-radius:50%;background:#f4e8fb}.public-product-number{position:absolute;z-index:1;right:27px;top:13px;font-family:"Oxanium","Onest",sans-serif;font-size:120px;line-height:1;color:transparent;background:linear-gradient(145deg,#7125dc,#d23ac1);background-clip:text;-webkit-background-clip:text;font-weight:700;letter-spacing:-.09em}.public-product-main{position:relative;z-index:2;padding:42px 42px 25px}.public-product-main .product-icon{width:82px;height:82px;margin:0 0 31px;border-radius:22px}.public-product-label{color:#9d35be;font-size:10px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}.public-product-main h3{margin:9px 0 12px;font-size:30px;letter-spacing:-.04em}.public-product-main p{max-width:580px;margin:0;color:#716979;font-size:16px;line-height:1.7}.public-product-bottom{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:auto;padding:22px 42px;border-top:1px solid #eeeaf1;background:#fbfafc}.public-product-bottom>span{display:flex;align-items:center;gap:8px;color:#477b69;font-size:13px;font-weight:650}.public-product-bottom i{width:7px;height:7px;border-radius:50%;background:#25a77a}.public-product-bottom a{font-size:14px;font-weight:750}.public-next-card{min-height:410px;padding:40px;display:flex;flex-direction:column;justify-content:flex-end;border:1px dashed #cfc5d7;border-radius:25px;background:linear-gradient(145deg,#f8f5fb,#f0eaf5)}.public-next-card>span{margin-bottom:auto;color:#b634cf;font-size:76px;font-weight:250}.public-next-card h3{margin:0 0 12px;font-size:25px}.public-next-card p{margin:0 0 24px;color:#766e7d;line-height:1.65}.public-next-card small{color:#a238c2;font-size:10px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}.platform-section{background:#fff}.platform-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:100px}.platform-copy>p{max-width:440px;color:#756e7c;font-size:16px;line-height:1.75}.platform-steps{margin:0;padding:0;list-style:none}.platform-steps li{display:grid;grid-template-columns:75px 1fr;gap:25px;padding:28px 0;border-bottom:1px solid #ebe6ee}.platform-steps li:first-child{padding-top:0}.platform-steps b{font-family:"Oxanium","Onest",sans-serif;color:#b136c9;font-size:25px}.platform-steps h3{margin:0 0 7px;font-size:21px}.platform-steps p{margin:0;color:#756e7c;line-height:1.6}.security-section{padding-top:0;background:#fff}.security-card{position:relative;overflow:hidden;min-height:310px;padding:64px 70px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:80px;color:#fff;border-radius:30px;background:radial-gradient(circle at 72% 50%,rgba(196,54,211,.32),transparent 28%),linear-gradient(120deg,#24102f,#49155e 58%,#22102e)}.public-kicker-light{color:#dc8bea}.security-card h2{font-size:48px}.security-card>p{position:relative;z-index:2;color:#d4c8dc;font-size:17px;line-height:1.75}.security-mark{position:absolute;right:3%;top:50%;color:rgba(255,255,255,.06);font-size:260px;line-height:1;transform:translateY(-54%)}.public-cta{padding:90px 0 105px;text-align:center}.public-cta-inner{display:flex;flex-direction:column;align-items:center}.public-cta h2{margin-bottom:35px}.public-footer{padding:34px 0;color:#918997;border-top:1px solid #e5dfe8;background:#fff}.public-footer-inner{display:flex;align-items:center;justify-content:space-between;gap:25px}.public-footer .public-brand img{width:34px;height:34px}.public-footer .public-brand b{font-size:15px}.public-footer nav{display:flex;gap:22px}.public-footer nav a{color:#847c8b;font-size:12px}
@media(prefers-reduced-motion:no-preference){.visual-orbit-one{animation:public-orbit 22s linear infinite}.visual-orbit-two{animation:public-orbit-alt 28s linear infinite}.visual-core{animation:public-float 5s ease-in-out infinite}}@keyframes public-orbit{to{transform:translate(-50%,-50%) rotate(342deg)}}@keyframes public-orbit-alt{to{transform:translate(-50%,-50%) rotate(-317deg)}}@keyframes public-float{50%{transform:translate(-50%,calc(-50% - 7px))}}
@media(max-width:900px){.public-nav{position:absolute;top:82px;left:24px;right:24px;display:none;flex-direction:column;align-items:stretch;gap:0;padding:12px;border:1px solid #e2dce7;border-radius:16px;background:#fff;box-shadow:0 16px 40px rgba(40,20,55,.12)}.public-nav.open{display:flex}.public-nav a{padding:12px}.public-menu-button{display:block;margin-left:auto;border:0;background:none;color:#4f4859;font-weight:700}.public-actions .public-login{display:none}.public-hero{padding-top:60px}.public-hero-grid{grid-template-columns:1fr}.ecosystem-visual{height:430px}.public-proof-grid{grid-template-columns:1fr}.public-proof-grid>div{border-right:0;border-bottom:1px solid #ebe7ee}.public-product-grid,.platform-grid{grid-template-columns:1fr}.public-next-card{min-height:300px}.security-card{grid-template-columns:1fr;gap:25px}.public-section-head{align-items:flex-start;flex-direction:column}.platform-grid{gap:55px}}
@media(max-width:600px){.public-shell{width:min(100% - 32px,1180px)}.public-nav-wrap{min-height:70px}.public-brand img{width:37px;height:37px}.public-brand b{font-size:16px}.public-brand small{font-size:8px}.public-actions{display:none}.public-nav{top:70px;left:16px;right:16px}.public-hero{padding:54px 0}.public-hero h1{font-size:43px}.public-hero-copy>p{font-size:16px}.public-hero-actions{align-items:stretch;flex-direction:column}.ecosystem-visual{height:360px}.visual-orbit-one{width:330px;height:190px}.visual-orbit-two{width:245px;height:320px}.visual-core{width:92px;height:92px;padding:18px}.visual-node{padding:10px 12px}.node-account{left:0}.node-access{right:0}.node-products{left:0}.public-section{padding:75px 0}.public-section-head h2,.platform-copy h2,.public-cta h2{font-size:36px}.public-product-card{min-height:430px}.public-product-main{padding:32px 25px 22px}.public-product-number{right:15px;top:12px;font-size:88px}.public-product-main .product-icon{width:68px;height:68px}.public-product-bottom{align-items:flex-start;flex-direction:column;padding:20px 25px}.security-card{padding:42px 27px;border-radius:23px}.security-card h2{font-size:38px}.security-card>p{font-size:15px}.public-footer-inner{align-items:flex-start;flex-direction:column}.public-footer nav{flex-wrap:wrap}.public-body .cookie-banner{left:16px;right:16px}}
