:root { color-scheme:dark; --bg:#09090d; --panel:#13131a; --line:rgba(255,255,255,.1); --text:#f6f4fb; --muted:#9995a8; --purple:#8d5cff; --purple-strong:#6d34de; --mint:#67d6ad; --danger:#ff7388; --radius:22px; --shadow:0 28px 90px rgba(0,0,0,.42); }
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;background:var(--bg);color:var(--text);font-family:"Segoe UI",Arial,sans-serif;line-height:1.55} body::before{content:"";position:fixed;inset:0;z-index:-2;background:radial-gradient(circle at 8% 0%,rgba(125,71,232,.18),transparent 30%),radial-gradient(circle at 95% 18%,rgba(78,200,170,.07),transparent 28%),var(--bg)} body::after{content:"";position:fixed;inset:0;z-index:-1;opacity:.18;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:58px 58px;mask-image:linear-gradient(to bottom,black,transparent 75%)}
a{color:inherit;text-decoration:none}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}img{display:block;max-width:100%}h1,h2,h3,strong{font-family:"Segoe UI",Arial,sans-serif}.skip-link{position:fixed;left:16px;top:-50px;z-index:100;padding:10px 14px;border-radius:8px;background:white;color:#111}.skip-link:focus{top:16px}
.site-header{position:sticky;top:0;z-index:40;height:78px;padding:0 max(24px,calc((100vw - 1240px)/2));display:grid;grid-template-columns:1fr auto 1fr;align-items:center;border-bottom:1px solid var(--line);background:rgba(9,9,13,.82);backdrop-filter:blur(20px)}.brand{display:flex;align-items:center;gap:10px;width:max-content}.brand img{width:39px;height:39px;object-fit:contain;filter:drop-shadow(0 8px 14px rgba(127,73,230,.35))}.brand strong,.brand small{display:block}.brand strong{font-size:15px;letter-spacing:.14em}.brand small{color:#6f6a7c;font-size:8px;letter-spacing:.12em}.main-nav{display:flex;align-items:center;gap:30px;color:#aaa5b5;font-size:14px}.main-nav a,.ghost-link{transition:color .2s}.main-nav a:hover,.main-nav a.active,.ghost-link:hover{color:white}.header-actions{justify-self:end;display:flex;align-items:center;gap:18px;font-size:13px}.menu-toggle{display:none}
.button{min-height:48px;padding:0 20px;display:inline-flex;align-items:center;justify-content:center;gap:22px;border:1px solid #a178ff;border-radius:10px;background:linear-gradient(135deg,var(--purple),var(--purple-strong));color:#fff;box-shadow:0 14px 38px rgba(100,49,202,.27);font-weight:700;transition:transform .2s,box-shadow .2s;cursor:pointer}.button:hover{transform:translateY(-2px);box-shadow:0 18px 48px rgba(100,49,202,.38)}.button.small{min-height:40px;padding:0 15px;gap:13px;font-size:12px}.button.secondary{border-color:var(--line);background:#17171e;box-shadow:none}.text-link{color:#b997ff;font-weight:700}
.hero{max-width:1320px;min-height:760px;margin:auto;padding:108px 40px 90px;display:grid;grid-template-columns:.95fr 1.05fr;align-items:center;gap:70px;overflow:hidden}.eyebrow{display:flex;align-items:center;gap:9px;color:#ac83ff;font-size:11px;font-weight:800;letter-spacing:.17em}.dot{width:7px;height:7px;border-radius:50%;background:var(--mint);box-shadow:0 0 12px var(--mint)}.hero h1{margin:23px 0 24px;font-size:clamp(54px,6.4vw,91px);line-height:.92;letter-spacing:-.068em}.hero h1 span{color:transparent;background:linear-gradient(100deg,#d0b9ff,#814ce7);-webkit-background-clip:text;background-clip:text}.lead{max-width:610px;color:#aaa5b3;font-size:19px;line-height:1.65}.hero-actions{margin-top:35px;display:flex;align-items:center;gap:25px}.trust-row{margin-top:30px;display:flex;flex-wrap:wrap;gap:20px;color:#716c7d;font-size:12px}.trust-row span::before{content:"✓";margin-right:7px;color:var(--mint)}
.product-visual{position:relative;min-height:515px;display:grid;place-items:center}.product-visual::before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;background:var(--purple-strong);filter:blur(120px);opacity:.23}.app-card{position:relative;width:100%;max-width:650px;overflow:hidden;border:1px solid rgba(255,255,255,.15);border-radius:18px;background:#101016;box-shadow:var(--shadow);transform:perspective(1000px) rotateY(-5deg) rotateX(2deg)}.app-bar{height:55px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:#15151d}.app-bar div{display:flex;align-items:center;gap:9px;font-size:12px;letter-spacing:.1em}.app-bar img{width:26px;height:26px;object-fit:contain}.app-bar span{padding:5px 9px;border:1px solid #533b7d;border-radius:5px;color:#b892ff;background:#21182e;font-size:9px}.app-body{min-height:410px;display:grid;grid-template-columns:74px 1fr}.app-side{padding:19px 14px;border-right:1px solid var(--line);display:flex;flex-direction:column;gap:12px}.app-side i{width:40px;height:40px;display:grid;place-items:center;border-radius:8px;color:#66616f;background:#16161e;font-style:normal;font-size:10px}.app-side i:first-child{color:white;background:#6d38cc}.app-content-preview{padding:27px}.preview-top small,.feature-card>span{color:#8061b7;font-size:9px;font-weight:800;letter-spacing:.13em}.preview-top h3{margin:6px 0 21px;font-size:23px}.empty-project{min-height:247px;padding:30px;display:grid;place-items:center;text-align:center;border:1px dashed #373341;border-radius:14px;background:linear-gradient(145deg,#15151d,#101016)}.empty-project i{width:54px;height:54px;display:grid;place-items:center;margin:auto;border-radius:14px;background:#261b39;color:#b58bff;font-style:normal;font-size:22px}.empty-project strong{display:block;margin:13px 0 4px}.empty-project p{margin:0;color:#716c7c;font-size:11px}.empty-project button{margin-top:17px;padding:9px 13px;border:0;border-radius:7px;color:white;background:#6f39d2;font-size:10px}.float-chip{position:absolute;padding:12px 15px;display:flex;align-items:center;gap:10px;border:1px solid rgba(255,255,255,.14);border-radius:11px;background:rgba(22,22,30,.94);box-shadow:0 20px 50px rgba(0,0,0,.4);font-size:10px}.float-chip b{display:block}.float-chip small{color:#706b7b}.float-chip.one{right:-24px;top:58px}.float-chip.two{left:-22px;bottom:52px}.chip-icon{width:30px;height:30px;display:grid;place-items:center;border-radius:8px;color:var(--mint);background:#16261f}
.strip{border-block:1px solid var(--line);background:rgba(255,255,255,.018)}.strip-inner{max-width:1240px;margin:auto;display:grid;grid-template-columns:repeat(4,1fr)}.strip article{padding:27px 28px;border-right:1px solid var(--line)}.strip article:last-child{border:0}.strip small,.strip strong{display:block}.strip small{color:#706b79;font-size:9px;letter-spacing:.15em}.strip strong{margin-top:5px;font-size:15px}
.section{max-width:1240px;margin:auto;padding:110px 30px}.section-heading{max-width:730px;margin-bottom:50px}.section-heading.center{margin-inline:auto;text-align:center}.section-heading.center .eyebrow{justify-content:center}.section-heading h2,.page-hero h1{margin:15px 0;font-size:clamp(39px,5vw,65px);line-height:1.02;letter-spacing:-.055em}.section-heading p,.page-hero p{color:#8f8a99;font-size:17px}.bento{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.feature-card{position:relative;min-height:330px;padding:35px;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(145deg,#15151d,#101016)}.feature-card.wide{grid-column:span 2;min-height:400px;display:grid;grid-template-columns:1fr 1fr;gap:45px;align-items:center}.feature-card h3{max-width:540px;margin:16px 0 12px;font-size:28px;line-height:1.08;letter-spacing:-.035em}.feature-card p{max-width:590px;color:#85808e}.feature-icon{width:50px;height:50px;margin-bottom:20px;display:grid;place-items:center;border:1px solid #463366;border-radius:12px;color:#b98fff;background:#241934;font-size:18px}.code-window{padding:18px;border:1px solid #30303a;border-radius:13px;background:#0b0b10;font-family:ui-monospace,monospace;font-size:12px}.code-window header{padding-bottom:12px;display:flex;justify-content:space-between;border-bottom:1px solid #262630;color:#75717e}.code-window header b{color:var(--danger)}.code-window pre{margin:18px 0;color:#c9c3d2;white-space:pre-wrap}.code-window footer{padding:11px;border-radius:8px;color:#c3a5fa;background:#20172c}.flow{margin-top:25px;display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.flow span{padding:15px;border:1px solid #2c2c35;border-radius:9px;background:#0e0e13}.flow small,.flow b{display:block}.flow small{color:#676270;font-size:9px}.flow b{margin-top:5px;font-size:12px}.safety-list{display:grid;gap:11px}.safety-list div{padding:17px;display:flex;gap:13px;border:1px solid #2d2d36;border-radius:10px;background:#0d0d12}.safety-list i{width:31px;height:31px;display:grid;place-items:center;flex:none;border-radius:8px;color:var(--mint);background:#15251d;font-style:normal}.safety-list b,.safety-list small{display:block}.safety-list small{margin-top:4px;color:#6f6a79}
.workflow{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.workflow article{min-height:230px;padding:27px;border-right:1px solid var(--line);background:#111117}.workflow article:last-child{border:0}.workflow b{color:#7452aa;font-size:11px}.workflow i{width:42px;height:42px;margin:24px 0 18px;display:grid;place-items:center;border-radius:10px;color:#c09cff;background:#241934;font-style:normal}.workflow h3{margin:0;font-size:18px}.workflow p{color:#797482;font-size:13px}.cta{max-width:1240px;margin:0 auto 100px;padding:48px;display:flex;justify-content:space-between;align-items:center;gap:35px;border:1px solid #4a3370;border-radius:var(--radius);background:radial-gradient(circle at 90% 0,rgba(130,74,230,.24),transparent 32%),#15121d}.cta h2{margin:7px 0;font-size:36px;letter-spacing:-.04em}.cta p{margin:0;color:#888291}
.page-hero{max-width:1240px;margin:auto;padding:100px 30px 55px}.page-hero p{max-width:760px}.page-shell{max-width:1240px;margin:auto;padding:35px 30px 110px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.feature-grid .feature-card{min-height:290px}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;align-items:stretch}.price-card{position:relative;padding:31px;border:1px solid var(--line);border-radius:20px;background:#121218}.price-card.featured{border-color:#7546ce;background:radial-gradient(circle at 100% 0,rgba(130,73,230,.23),transparent 35%),#15121d;transform:translateY(-9px)}.badge{position:absolute;right:18px;top:18px;padding:5px 8px;border-radius:5px;color:#d7c2ff;background:#412871;font-size:8px;font-weight:800;letter-spacing:.12em}.price-card h2{margin:0;font-size:24px}.price{margin:18px 0 6px;font-size:38px;font-weight:700}.price small{color:#777280;font-size:12px;font-weight:400}.price-card>p{min-height:48px;color:#807b89}.price-card ul{min-height:230px;margin:26px 0;padding:22px 0 0;border-top:1px solid var(--line);list-style:none}.price-card li{margin:11px 0;color:#aaa5b3;font-size:13px}.price-card li::before{content:"✓";margin-right:9px;color:var(--mint)}.price-card .button{width:100%}.comparison{margin-top:40px;border:1px solid var(--line);border-radius:17px;overflow:auto}.comparison table{width:100%;min-width:760px;border-collapse:collapse;background:#111117}.comparison th,.comparison td{padding:15px 18px;border-bottom:1px solid var(--line);text-align:left;font-size:13px}.comparison thead th{background:#17171e;color:white}.comparison tbody th{color:#8b8694;font-weight:500}.comparison td{text-align:center;color:#bab5c2}
.docs-layout{display:grid;grid-template-columns:250px 1fr;gap:30px}.docs-nav{position:sticky;top:100px;height:max-content;padding:12px;border:1px solid var(--line);border-radius:14px;background:#111117}.docs-nav button{width:100%;padding:13px;border:0;border-radius:8px;color:#85808e;background:transparent;text-align:left;cursor:pointer}.docs-nav button.active{color:white;background:#241a34}.doc-article{padding:36px;border:1px solid var(--line);border-radius:18px;background:#111117}.doc-article h2{margin-top:0;font-size:32px}.doc-article h3{margin-top:32px}.doc-article p,.doc-article li{color:#918c99}.doc-article pre{padding:18px;overflow:auto;border:1px solid #2b2b34;border-radius:10px;color:#cbb6ee;background:#0b0b0f}.callout{padding:17px;border:1px solid #3d3150;border-radius:10px;color:#b9a5cc;background:#17121f}.faq-list{max-width:900px;margin:auto;display:grid;gap:11px}.faq-list details{border:1px solid var(--line);border-radius:13px;background:#111117}.faq-list summary{padding:21px 23px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-family:"Segoe UI",Arial,sans-serif;font-weight:600;list-style:none}.faq-list summary::after{content:"+";color:#ac83ff;font-size:20px}.faq-list details[open] summary::after{content:"−"}.faq-list details p{margin:0;padding:0 23px 23px;color:#8b8694}
.panel-shell{min-height:500px;display:grid;grid-template-columns:230px 1fr;border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#101016}.panel-nav{padding:22px;border-right:1px solid var(--line);background:#0d0d12}.panel-user{padding-bottom:20px;border-bottom:1px solid var(--line)}.panel-user i{width:38px;height:38px;display:grid;place-items:center;border-radius:10px;color:#b995ff;background:#271a3c;font-style:normal}.panel-user strong,.panel-user small{display:block}.panel-user strong{margin-top:11px}.panel-user small{color:#6d6876}.panel-nav a{margin-top:9px;padding:10px;display:block;border-radius:7px;color:#76717f;font-size:13px}.panel-nav a.active{color:white;background:#21172f}.panel-main{padding:40px}.panel-main h2{margin:0;font-size:29px}.panel-main>p{color:#7f7a88}.empty-state{min-height:290px;margin-top:27px;padding:35px;display:grid;place-items:center;text-align:center;border:1px dashed #383541;border-radius:14px}.empty-state i{width:55px;height:55px;display:grid;place-items:center;margin:auto;border-radius:14px;color:#ba94ff;background:#271b3a;font-style:normal;font-size:23px}.empty-state h3{margin:15px 0 6px;font-size:21px}.empty-state p{max-width:470px;margin:0 0 20px;color:#797482}
.auth-page{min-height:calc(100vh - 78px);display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:80px;max-width:1180px;margin:auto;padding:75px 35px}.auth-presentation h1{max-width:610px;margin:22px 0;font-size:62px;line-height:.96;letter-spacing:-.06em}.auth-presentation>p{max-width:600px;color:#918b9c;font-size:18px}.auth-benefits{margin-top:38px;display:grid;gap:12px}.auth-benefits span{display:flex;align-items:center;gap:11px;color:#aca7b6}.auth-benefits i{width:27px;height:27px;display:grid;place-items:center;border-radius:7px;color:var(--mint);background:#14251d;font-style:normal;font-size:11px}.auth-card{padding:38px;border:1px solid #393442;border-radius:22px;background:radial-gradient(circle at 100% 0,rgba(127,71,226,.14),transparent 32%),#121218;box-shadow:var(--shadow)}.auth-card>img{width:55px;height:55px;object-fit:contain;margin-bottom:20px}.auth-card>span{color:#9a70e7;font-size:10px;font-weight:800;letter-spacing:.15em}.auth-card h2{margin:8px 0 24px;font-size:30px}.auth-card label,.profile-card label,.project-create label{display:grid;gap:8px;margin-top:15px;color:#8d8797;font-size:12px;font-weight:600}.auth-card input,.profile-card input,.project-create input,.project-create select{height:45px;padding:0 13px;border:1px solid #34343d;border-radius:9px;outline:0;color:white;background:#0b0b10}.auth-card input:focus,.profile-card input:focus,.project-create input:focus,.project-create select:focus{border-color:#8451e4;box-shadow:0 0 0 3px rgba(132,81,228,.11)}.auth-card .button{width:100%;margin-top:13px}.auth-card>small{display:block;margin-top:20px;color:#77717f;text-align:center}.auth-card>small a{color:#b996ff}.form-error{min-height:20px;margin:10px 0 0;color:#ff8295;font-size:12px}
.client-page{min-height:calc(100vh - 78px);padding:60px 30px}.client-loading{min-height:460px;display:grid;place-items:center;align-content:center;gap:15px;color:#898391}.loader{width:42px;height:42px;border:3px solid #2b2633;border-top-color:#9d70f4;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.panel-auth-required{max-width:680px;margin:auto;padding:70px;text-align:center;border:1px solid var(--line);border-radius:22px;background:#121218}.panel-auth-required img{width:80px;height:80px;margin:auto;object-fit:contain}.panel-auth-required>span{display:block;margin-top:20px;color:#a078ed;font-size:10px;font-weight:800;letter-spacing:.16em}.panel-auth-required h1{margin:12px 0 8px;font-size:39px}.panel-auth-required p{color:#837d8c}.panel-auth-required>div{margin-top:25px;display:flex;justify-content:center;gap:10px}
.client-mode .site-header,.client-mode .site-footer{display:none}.client-mode .client-page{min-height:100vh}.client-mode .client-dashboard{min-height:100vh}.client-mode .client-sidebar{top:0;height:100vh}
.client-dashboard{min-height:calc(100vh - 78px);display:grid;grid-template-columns:270px 1fr;background:#0a0a0f}.client-sidebar{position:sticky;top:78px;height:calc(100vh - 78px);padding:27px 20px;display:flex;flex-direction:column;border-right:1px solid var(--line);background:linear-gradient(180deg,#101016,#0c0c11)}.client-brand{padding:0 8px 24px;display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--line)}.client-brand img{width:38px;height:38px;object-fit:contain}.client-brand strong,.client-brand small{display:block}.client-brand strong{font-size:14px;letter-spacing:.14em}.client-brand small{color:#655f70;font-size:7px;letter-spacing:.13em}.client-user{margin:21px 5px 15px;padding:15px;display:flex;align-items:center;gap:11px;border:1px solid #282630;border-radius:11px;background:#15151b}.client-user>i{width:37px;height:37px;display:grid;place-items:center;flex:none;border-radius:9px;color:#c1a1fa;background:#2a1d40;font-style:normal;font-size:11px;font-weight:800}.client-user strong,.client-user small{display:block;max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.client-user strong{font-size:12px}.client-user small{margin-top:3px;color:#706a79;font-size:9px}.client-sidebar nav{display:grid;gap:5px}.client-sidebar nav button{width:100%;height:43px;padding:0 11px;display:grid;grid-template-columns:30px 1fr auto;align-items:center;border:0;border-radius:8px;color:#797482;background:transparent;text-align:left;font-size:12px;cursor:pointer}.client-sidebar nav button>i{font-style:normal;font-size:9px;font-weight:800}.client-sidebar nav button>b{min-width:21px;padding:2px 5px;border-radius:9px;color:#686270;background:#1a1a20;font-size:8px;text-align:center}.client-sidebar nav button:hover{color:#b7b1c0;background:#15151c}.client-sidebar nav button.active{color:white;background:linear-gradient(90deg,#2a1b42,#1b1624);box-shadow:inset 2px 0 #8b56ed}.client-sidebar nav button.active>i{color:#b78eff}.client-side-foot{margin-top:auto;display:grid;gap:7px}.client-side-foot a,.client-side-foot button{padding:10px;border:1px solid #2b2932;border-radius:7px;color:#797381;background:#131318;font-size:10px;text-align:center}.client-side-foot button{cursor:pointer}.client-workspace{min-width:0}.client-workspace>header{height:66px;padding:0 35px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:rgba(13,13,18,.8)}.client-workspace>header small,.client-workspace>header strong{display:block}.client-workspace>header small{color:#615b68;font-size:7px;letter-spacing:.14em}.client-workspace>header strong{margin-top:3px;font-size:10px;text-transform:capitalize}.client-workspace>header>a{color:#8c8594;font-size:11px}.client-workspace>main{max-width:1260px;margin:auto;padding:43px 38px 80px}.client-heading{margin-bottom:30px;display:flex;justify-content:space-between;align-items:flex-end;gap:20px}.client-heading span,.client-card header span,.license-summary>span,.owned-license>span,.upgrade-card>span{color:#8d61d1;font-size:8px;font-weight:850;letter-spacing:.16em}.client-heading h1{margin:5px 0 3px;font-size:34px;letter-spacing:-.04em}.client-heading p{margin:0;color:#77717f;font-size:12px}.client-heading .button{min-height:40px;font-size:11px}.client-stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.client-stat-grid article{min-height:125px;padding:22px;display:flex;align-items:center;gap:17px;border:1px solid var(--line);border-radius:14px;background:linear-gradient(145deg,#15151c,#111116)}.client-stat-grid article>i{width:44px;height:44px;display:grid;place-items:center;flex:none;border-radius:11px;color:#b995f7;background:#291d3d;font-style:normal;font-size:10px;font-weight:900}.client-stat-grid small,.client-stat-grid strong,.client-stat-grid span{display:block}.client-stat-grid small{color:#706a78;font-size:8px;letter-spacing:.12em}.client-stat-grid strong{margin:4px 0 1px;font-size:25px}.client-stat-grid span{color:#696370;font-size:9px}.client-overview-grid{margin-top:14px;display:grid;grid-template-columns:1.35fr .65fr;gap:14px}.client-card,.profile-card,.project-create{border:1px solid var(--line);border-radius:14px;background:#121217}.client-card>header{height:75px;padding:0 22px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.client-card header h2{margin:3px 0 0;font-size:17px}.client-card header button{border:0;color:#9f79dc;background:transparent;font-size:10px;cursor:pointer}.project-list{display:grid}.project-list article{min-height:72px;padding:13px 21px;display:grid;grid-template-columns:42px 1fr auto auto;align-items:center;gap:12px;border-bottom:1px solid #24242b}.project-list article:last-child{border-bottom:0}.project-list article>i{width:38px;height:38px;display:grid;place-items:center;border-radius:9px;color:#b996f3;background:#291e3b;font-style:normal;font-size:9px;font-weight:800}.project-list strong,.project-list small{display:block}.project-list strong{font-size:12px}.project-list small{margin-top:3px;color:#6e6877;font-size:9px}.project-list time{color:#66606d;font-size:9px}.project-list button{width:27px;height:27px;border:1px solid #493039;border-radius:6px;color:#e68191;background:#24161a;cursor:pointer}.license-summary{padding:25px}.license-summary h2{margin:7px 0 8px;font-size:22px}.license-summary p{min-height:78px;color:#77717f;font-size:11px}.license-summary .button{width:100%;min-height:37px;margin-top:15px;font-size:10px}.license-line{padding:13px;display:flex;justify-content:space-between;border:1px solid #294638;border-radius:8px;background:#132019}.license-line b{color:#72d3a4;font-size:9px;text-transform:uppercase}.license-line small{color:#648070;font-size:8px}.client-empty{min-height:260px;padding:40px;display:grid;place-items:center;align-content:center;text-align:center}.client-empty>i,.empty-client-card>i{width:50px;height:50px;display:grid;place-items:center;border-radius:12px;color:#b892f8;background:#271b39;font-style:normal;font-size:11px;font-weight:800}.client-empty h3{margin:12px 0 4px}.client-empty p{margin:0;color:#716b79;font-size:11px}.project-create{margin-bottom:14px;padding:20px;display:grid;grid-template-columns:1fr 220px auto;align-items:end;gap:12px}.project-create[hidden]{display:none}.project-create label{margin:0}.project-create .button{min-height:45px}.license-manager{display:grid;grid-template-columns:.8fr 1.2fr;gap:14px}.owned-license,.upgrade-card{min-height:390px;padding:32px;border:1px solid var(--line);border-radius:16px;background:#121217}.owned-license{background:radial-gradient(circle at 100% 0,rgba(132,72,232,.22),transparent 36%),#15121d}.license-orb{width:63px;height:63px;margin-bottom:30px;display:grid;place-items:center;border:1px solid #5a3e83;border-radius:17px;color:#c3a2ff;background:#2a1c40;font-weight:900}.owned-license h2{margin:9px 0 3px;font-size:39px}.owned-license p{color:#77717f}.owned-license>div:last-child{margin-top:60px;padding-top:18px;border-top:1px solid var(--line)}.owned-license small,.owned-license strong{display:block}.owned-license small{color:#716a79;font-size:8px}.owned-license strong{margin-top:5px;font-size:11px}.upgrade-card h2{margin:7px 0;font-size:25px}.upgrade-card>p{color:#797381;font-size:12px}.stripe-warning{margin:17px 0;padding:12px;border:1px solid #624a26;border-radius:8px;color:#d3a867;background:#251d12;font-size:10px}.upgrade-options{margin-top:22px;display:grid;gap:9px}.upgrade-options button{padding:15px;display:flex;justify-content:space-between;align-items:center;border:1px solid #34303d;border-radius:10px;color:white;background:#17151d;cursor:pointer}.upgrade-options button:hover{border-color:#7048ad;background:#1c1725}.upgrade-options button:disabled{opacity:.45;cursor:not-allowed}.upgrade-options small,.upgrade-options strong{display:block}.upgrade-options small{color:#6f6876;font-size:7px}.upgrade-options strong{margin-top:3px}.upgrade-options button>b{color:#a77ae9;font-size:10px}.device-row{min-height:76px;padding:15px 20px;display:grid;grid-template-columns:44px 1fr auto;align-items:center;gap:13px;border-bottom:1px solid var(--line)}.device-row>i{width:40px;height:40px;display:grid;place-items:center;border-radius:9px;color:#9fc9bb;background:#18251f;font-style:normal;font-size:9px}.device-row strong,.device-row small{display:block}.device-row small{margin-top:3px;color:#716b79;font-size:9px}.device-row>b{color:#64cf9f;font-size:8px}.profile-card{max-width:720px;padding:30px;display:grid;grid-template-columns:1fr 1fr;gap:5px 18px}.profile-avatar{grid-column:span 2;width:65px;height:65px;margin-bottom:15px;display:grid;place-items:center;border-radius:17px;color:#c2a3f5;background:#291e3d;font-weight:800}.profile-card label{margin-top:10px}.profile-card label:nth-of-type(3){grid-column:span 2}.profile-card .form-error,.profile-card .button{grid-column:span 2}.profile-card input:disabled{color:#6d6775}.empty-client-card{min-height:390px;padding:55px;display:grid;place-items:center;align-content:center;text-align:center;border:1px dashed #37333f;border-radius:16px;background:#111116}.empty-client-card h2{margin:15px 0 4px}.empty-client-card p{max-width:500px;color:#77717f}.empty-client-card .button{margin-top:15px}
.site-footer{max-width:1240px;margin:auto;padding:45px 30px 28px;border-top:1px solid var(--line)}.footer-brand{display:flex;align-items:center;gap:13px}.footer-brand img{width:45px;height:45px;object-fit:contain}.footer-brand p{margin:2px 0;color:#6e6977;font-size:12px}.footer-links{margin:35px 0;display:flex;flex-wrap:wrap;gap:25px;color:#8d8897;font-size:13px}.footer-bottom{padding-top:20px;display:flex;justify-content:space-between;border-top:1px solid var(--line);color:#5f5a68;font-size:11px}.toast{position:fixed;right:22px;bottom:22px;z-index:70;max-width:360px;padding:13px 17px;border:1px solid #3a5749;border-radius:10px;color:#b9dbc9;background:#132019;box-shadow:var(--shadow);font-size:13px;opacity:0;transform:translateY(14px);pointer-events:none;transition:.25s}.toast.show{opacity:1;transform:none}
@media(max-width:1000px){.site-header{grid-template-columns:1fr auto}.menu-toggle{display:block;padding:8px 11px;border:1px solid var(--line);border-radius:7px;color:white;background:#15151c}.main-nav,.header-actions{display:none}.site-header.open .main-nav{position:absolute;left:16px;right:16px;top:70px;padding:20px;display:grid;gap:8px;border:1px solid var(--line);border-radius:13px;background:#111117;box-shadow:var(--shadow)}.hero{grid-template-columns:1fr;padding-top:75px}.hero-copy{text-align:center}.hero .eyebrow,.hero-actions,.trust-row{justify-content:center}.lead{margin-inline:auto}.product-visual{width:min(700px,100%);margin:auto}.strip-inner{grid-template-columns:repeat(2,1fr)}.strip article:nth-child(2){border-right:0}.strip article:nth-child(-n+2){border-bottom:1px solid var(--line)}.feature-grid{grid-template-columns:repeat(2,1fr)}.workflow{grid-template-columns:repeat(2,1fr)}.workflow article:nth-child(2){border-right:0}.workflow article:nth-child(-n+2){border-bottom:1px solid var(--line)}.pricing-grid{grid-template-columns:1fr;max-width:650px;margin:auto}.price-card.featured{transform:none}}
@media(max-width:700px){.site-header{height:66px;padding:0 18px}.brand img{width:33px;height:33px}.brand small{display:none}.hero{min-height:auto;padding:62px 20px;gap:45px}.hero h1{font-size:49px}.lead{font-size:16px}.hero-actions{flex-direction:column}.app-card{transform:none}.app-body{grid-template-columns:50px 1fr}.app-side{padding:13px 7px}.app-side i{width:34px;height:34px}.app-content-preview{padding:19px 14px}.float-chip{display:none}.strip-inner,.bento,.feature-grid,.workflow{grid-template-columns:1fr}.strip article{border-right:0;border-bottom:1px solid var(--line)}.strip article:last-child{border-bottom:0}.feature-card.wide{grid-column:auto;grid-template-columns:1fr}.flow{grid-template-columns:1fr}.section{padding:75px 20px}.section-heading h2,.page-hero h1{font-size:40px}.page-hero{padding:70px 20px 30px}.page-shell{padding:25px 20px 75px}.workflow article{border-right:0;border-bottom:1px solid var(--line)}.cta{margin:0 20px 70px;padding:30px;display:block}.cta .button{margin-top:25px}.docs-layout{grid-template-columns:1fr}.docs-nav{position:static;display:flex;overflow:auto}.docs-nav button{min-width:max-content}.doc-article{padding:24px}.panel-shell{grid-template-columns:1fr}.panel-nav{display:none}.panel-main{padding:25px}.footer-bottom{flex-direction:column;gap:7px}}

.analytics-shell{margin-bottom:14px}.analytics-loading,.analytics-error{min-height:210px;display:grid;place-items:center;align-content:center;gap:12px;border:1px solid var(--line);border-radius:16px;background:radial-gradient(circle at 50% 0,rgba(136,78,231,.12),transparent 46%),#121217}.analytics-loading strong,.analytics-error strong{font-size:12px}.analytics-error{color:#d88b96}.analytics-error p{margin:0;color:#77717f;font-size:10px}.analytics-visitor-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.analytics-visitor-grid article{min-height:176px;padding:25px;position:relative;overflow:hidden;border:1px solid var(--line);border-radius:16px;background:radial-gradient(circle at 100% 0,rgba(121,74,202,.18),transparent 46%),linear-gradient(145deg,#17151e,#111116)}.analytics-visitor-grid article:after{content:"";position:absolute;inset:auto -25px -55px auto;width:125px;height:125px;border:1px solid rgba(165,113,255,.08);border-radius:50%}.analytics-icon{width:42px;height:42px;margin-bottom:22px;display:grid;place-items:center;border-radius:11px;color:#c2a1ff;background:#2b1d41}.analytics-icon.today{color:#95c8ff;background:#18283d}.analytics-icon.live{color:#76e5ad;background:#172b22}.analytics-visitor-grid small,.analytics-visitor-grid strong,.analytics-visitor-grid p{display:block}.analytics-visitor-grid>article>small{color:#776e81;font-size:8px;font-weight:850;letter-spacing:.14em}.analytics-visitor-grid>article>strong{margin-top:5px;font-size:35px;letter-spacing:-.04em}.analytics-visitor-grid p{margin:4px 0 0;color:#716a79;font-size:9px}.live-card{border-color:#264b3a!important}.live-card p{display:flex;align-items:center;gap:6px;color:#78cfa6}.live-card p>i{width:6px;height:6px;border-radius:50%;background:#4ee69b;box-shadow:0 0 0 4px rgba(78,230,155,.09);animation:livePulse 1.8s infinite}@keyframes livePulse{50%{opacity:.4;transform:scale(.8)}}
.analytics-duration-grid{margin-top:13px;display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.analytics-duration-grid article{min-height:110px;padding:21px 24px;border:1px solid var(--line);border-radius:13px;background:#121217}.analytics-duration-grid article.average{border-color:#513474;background:linear-gradient(135deg,#21172f,#141219)}.analytics-duration-grid small,.analytics-duration-grid strong,.analytics-duration-grid span{display:block}.analytics-duration-grid small{color:#716a78;font-size:8px;letter-spacing:.13em}.analytics-duration-grid strong{margin:6px 0 2px;font-size:23px}.analytics-duration-grid span{color:#68616f;font-size:9px}.analytics-detail-grid{margin-top:13px;display:grid;grid-template-columns:1.25fr .75fr;gap:13px}.analytics-chart,.analytics-advice{min-height:285px;border:1px solid var(--line);border-radius:16px;background:#121217}.analytics-chart{padding:24px}.analytics-chart>header{display:flex;align-items:flex-start;justify-content:space-between}.analytics-chart header span,.analytics-advice>span{color:#8e61d2;font-size:8px;font-weight:850;letter-spacing:.15em}.analytics-chart h2{margin:4px 0 0;font-size:18px}.analytics-chart header>b{color:#c6a8f5;font-size:18px;text-align:right}.analytics-chart header>b small{display:block;color:#665f6e;font-size:7px;font-weight:600}.analytics-days{height:180px;margin-top:22px;display:grid;grid-template-columns:repeat(7,1fr);gap:10px}.analytics-day{min-width:0;display:grid;grid-template-rows:18px 1fr 18px;gap:4px;text-align:center}.analytics-day>strong{color:#8a8290;font-size:9px}.analytics-day>span{height:100%;display:flex;align-items:flex-end;justify-content:center;border-radius:6px;background:#18171e;overflow:hidden}.analytics-day>span>i{width:68%;min-height:3px;border-radius:5px 5px 2px 2px;background:linear-gradient(180deg,#9b66f4,#6039a2);box-shadow:0 0 18px rgba(139,81,232,.2)}.analytics-day>small{color:#625c69;font-size:8px;text-transform:uppercase}.analytics-advice{padding:27px;background:radial-gradient(circle at 100% 0,rgba(134,76,225,.24),transparent 44%),#15121d}.analytics-advice.warning{border-color:#6d4b29;background:radial-gradient(circle at 100% 0,rgba(225,130,51,.2),transparent 44%),#19140f}.analytics-advice.positive,.analytics-advice.live{border-color:#28503e;background:radial-gradient(circle at 100% 0,rgba(51,203,128,.16),transparent 44%),#111915}.advice-orb{width:47px;height:47px;margin-bottom:24px;display:grid;place-items:center;border:1px solid #5c3d84;border-radius:13px;color:#c8a8ff;background:#2b1d40}.analytics-advice.warning .advice-orb{border-color:#704b23;color:#f0b66e;background:#332313}.analytics-advice.positive .advice-orb,.analytics-advice.live .advice-orb{border-color:#2d6248;color:#87e4b1;background:#173326}.analytics-advice h2{margin:7px 0 9px;font-size:20px;line-height:1.15}.analytics-advice p{margin:0;color:#8b8292;font-size:11px;line-height:1.65}.analytics-advice>small{margin-top:24px;display:block;color:#5f5865;font-size:8px}.admin-account-stats{margin:28px 0 14px}
@media(max-width:1050px){.analytics-detail-grid{grid-template-columns:1fr}.analytics-visitor-grid,.analytics-duration-grid{grid-template-columns:1fr 1fr}.analytics-visitor-grid article:last-child,.analytics-duration-grid article:last-child{grid-column:span 2}}
@media(max-width:700px){.analytics-visitor-grid,.analytics-duration-grid{grid-template-columns:1fr}.analytics-visitor-grid article:last-child,.analytics-duration-grid article:last-child{grid-column:auto}.analytics-days{gap:4px}.analytics-chart{padding:18px}.analytics-detail-grid{grid-template-columns:1fr}.analytics-advice{padding:23px}}
@media(max-width:1050px){.auth-page{grid-template-columns:1fr;max-width:680px;gap:35px}.auth-presentation{text-align:center}.auth-presentation .eyebrow{justify-content:center}.auth-presentation h1{font-size:48px}.auth-benefits{display:none}.client-dashboard{grid-template-columns:82px 1fr}.client-sidebar{padding:22px 11px}.client-brand{justify-content:center;padding-inline:0}.client-brand>div,.client-user>div,.client-sidebar nav button:not(.active)::after,.client-sidebar nav button>b,.client-side-foot{display:none}.client-user{padding:10px;justify-content:center}.client-sidebar nav button{grid-template-columns:1fr;place-items:center;font-size:0}.client-sidebar nav button>i{font-size:9px}.client-overview-grid,.license-manager{grid-template-columns:1fr}}
@media(max-width:720px){.auth-page{padding:45px 20px}.auth-presentation h1{font-size:39px}.auth-card{padding:27px}.client-dashboard{display:block}.client-sidebar{position:sticky;top:0;z-index:30;width:100%;height:66px;padding:8px 12px;display:flex;flex-direction:row;align-items:center;border-right:0;border-bottom:1px solid var(--line)}.client-brand{padding:0;border:0}.client-brand img{width:34px;height:34px}.client-user{display:none}.client-sidebar nav{margin-left:auto;display:flex;gap:4px}.client-sidebar nav button{width:39px;height:39px;padding:0}.client-sidebar nav button:nth-child(n+5){display:none}.client-workspace>header{padding:0 18px}.client-workspace>main{padding:28px 18px 65px}.client-heading{align-items:flex-start;flex-direction:column}.client-heading h1{font-size:29px}.client-stat-grid{grid-template-columns:1fr}.client-overview-grid{grid-template-columns:1fr}.project-create{grid-template-columns:1fr}.project-list article{grid-template-columns:42px 1fr auto}.project-list time{display:none}.license-manager{grid-template-columns:1fr}.profile-card{grid-template-columns:1fr}.profile-avatar,.profile-card label:nth-of-type(3),.profile-card .form-error,.profile-card .button{grid-column:auto}.panel-auth-required{padding:42px 22px}.panel-auth-required>div{flex-direction:column}.client-side-foot{display:none}}

/* Icônes locales et comparatif des licences */
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
[data-lucide],svg.lucide{width:20px;height:20px;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round}
.app-side svg{width:40px;height:40px;padding:11px;border-radius:9px;color:#6f6978;background:#17171f;transition:.2s}.app-side svg.active{color:white;background:linear-gradient(145deg,#8652ea,#6130bd);box-shadow:0 8px 20px rgba(104,54,201,.3)}
.empty-project-icon{width:54px;height:54px;display:grid;place-items:center;margin:auto;border-radius:14px;color:#b58bff;background:#261b39}.empty-project-icon svg{width:23px;height:23px}
.chip-icon svg{width:16px;height:16px}.feature-icon svg{width:23px;height:23px}.safety-list svg{width:31px;height:31px;padding:8px;flex:none;border-radius:8px;color:var(--mint);background:#15251d}
.workflow-icon{width:42px;height:42px;margin:24px 0 18px;display:grid;place-items:center;border-radius:10px;color:#c09cff;background:#241934}.workflow-icon svg{width:20px;height:20px}
.auth-benefits svg{width:27px;height:27px;padding:6px;flex:none;border-radius:7px;color:var(--mint);background:#14251d}
.plan-icon{width:46px;height:46px;margin-bottom:20px;display:grid;place-items:center;border:1px solid #44345b;border-radius:12px;color:#b792f5;background:#21182d}.price-card.featured .plan-icon{color:#d2baff;border-color:#7450a5;background:#342250}.plan-icon svg{width:22px;height:22px}
.development-notice{margin:0 0 24px;padding:18px 20px;display:flex;align-items:center;gap:14px;border:1px solid #674a27;border-radius:13px;color:#e6b46f;background:linear-gradient(135deg,#231a10,#171311)}.development-notice>svg{width:24px;height:24px;flex:none}.development-notice strong,.development-notice span{display:block}.development-notice strong{font-size:13px}.development-notice span{margin-top:4px;color:#a38766;font-size:10px}.development-pill{margin-bottom:18px;padding:6px 9px;display:inline-flex;border:1px solid #6a4a28;border-radius:6px;color:#f1ba73;background:#2a1d10;font-size:8px;font-weight:900;letter-spacing:.13em}.development-button:disabled,.gift-plan-link:disabled,.table-plan-button:disabled{opacity:1!important;cursor:not-allowed!important}.development-button:disabled{display:flex;align-items:center;justify-content:center;gap:8px;border-color:#5f4629!important;color:#d8ab6d!important;background:#261c11!important}.development-button:disabled svg{width:15px}.gift-plan-link:disabled{color:#756a5d!important}.table-plan-button:disabled{border-color:#493a2a!important;color:#b88d5b!important;background:#1d1711!important}.table-plan-button:disabled svg{display:none}
.price-card ul{display:grid;align-content:start;gap:11px}.price-card li{margin:0;display:flex;align-items:center;gap:9px}.price-card li::before{content:none}.price-card li svg{width:16px;height:16px;flex:none;color:var(--mint)}
.comparison-section{margin-top:76px}.comparison-heading{margin-bottom:24px;display:grid;grid-template-columns:1.1fr .9fr;align-items:end;gap:45px}.comparison-heading>div>span{color:#9c71ea;font-size:9px;font-weight:850;letter-spacing:.17em}.comparison-heading h2{margin:7px 0 0;font-size:34px;letter-spacing:-.04em}.comparison-heading p{margin:0;color:#888291;font-size:13px}
.comparison{margin-top:0;border-color:#2d2935;border-radius:20px;background:#101015;box-shadow:0 25px 70px rgba(0,0,0,.22)}.comparison table{min-width:900px}.comparison th,.comparison td{padding:17px 20px}.comparison thead th{position:sticky;top:0;z-index:2;padding-block:21px;background:#18171f;text-align:center}.comparison thead th:first-child{left:0;z-index:3;text-align:left}.comparison thead th span,.comparison thead th small{display:block}.comparison thead th span{font-size:14px}.comparison thead th small{margin-top:3px;color:#777080;font-size:9px;font-weight:500}.comparison tbody th{width:34%;color:#aaa4b2}.comparison td{width:22%}.comparison tbody tr:not(.comparison-group):hover{background:rgba(139,86,237,.045)}
.comparison-group th{padding:12px 20px;background:#15131b;color:#a77ce9!important;font-size:9px!important;font-weight:850!important;letter-spacing:.14em;text-transform:uppercase}.comparison-group svg{width:15px;height:15px;margin-right:9px;vertical-align:-3px}.comparison-value{display:inline-flex;align-items:center;justify-content:center;gap:7px;line-height:1.25}.comparison-value.included{color:#b9dfcd}.comparison-value svg{width:15px;height:15px;color:var(--mint);flex:none}.not-included{display:inline-grid;place-items:center;color:#57515f}.not-included svg{width:17px;height:17px}
.comparison tfoot th,.comparison tfoot td{padding-block:19px;border-bottom:0;background:#15151b}.comparison tfoot th{color:#77717f;font-size:10px}.table-plan-button{min-height:38px;padding:0 13px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid #383440;border-radius:8px;color:#a9a3b1;background:#1a1920;cursor:pointer}.table-plan-button:hover,.table-plan-button.featured{border-color:#8153d1;color:white;background:#392554}.table-plan-button svg{width:14px;height:14px}.table-plan-button span{font-size:10px;font-weight:700}
.client-avatar{width:37px;height:37px;display:grid;place-items:center;flex:none;border-radius:9px;color:#c1a1fa;background:#2a1d40;font-size:11px;font-weight:800}.nav-icon{width:17px!important;height:17px!important}.client-sidebar nav button.active .nav-icon{color:#b78eff}.stat-icon{width:44px!important;height:44px!important;padding:12px;flex:none;border-radius:11px;color:#b995f7;background:#291d3d}.project-icon{width:38px!important;height:38px!important;padding:10px;border-radius:9px;color:#b996f3;background:#291e3b}.project-list button svg{width:13px;height:13px}.client-empty>svg,.empty-client-card>svg{width:50px;height:50px;padding:14px;border-radius:12px;color:#b892f8;background:#271b39}.license-orb svg{width:28px;height:28px}.device-icon{width:40px!important;height:40px!important;padding:11px;border-radius:9px;color:#9fc9bb;background:#18251f}.max-plan{margin-top:25px;padding:18px;display:flex;align-items:center;gap:13px;border:1px solid #345342;border-radius:11px;color:#75d2a8;background:#14221a}.max-plan svg{width:28px;height:28px}.max-plan strong,.max-plan small{display:block}.max-plan strong{color:#caeadb;font-size:11px}.max-plan small{margin-top:3px;color:#6f9882;font-size:9px}
@media(max-width:800px){.comparison-heading{grid-template-columns:1fr;gap:10px}.comparison-heading h2{font-size:29px}.comparison{margin-inline:-20px;border-radius:0;border-inline:0}.comparison thead th:first-child,.comparison tbody tr:not(.comparison-group)>th,.comparison tfoot th{position:sticky;left:0;z-index:1;background:#15151b}.comparison tbody tr:not(.comparison-group)>th{box-shadow:8px 0 18px rgba(0,0,0,.16)}}
@media(max-width:700px){.app-side svg{width:34px;height:34px;padding:9px}}

.license-key-block{margin-top:27px}.license-key-block>small{color:#9c75dc}.license-key-block>div{margin-top:8px;padding:8px 8px 8px 13px;display:flex;align-items:center;gap:8px;border:1px solid #58417b;border-radius:10px;background:#0e0c13}.license-key-block code{min-width:0;flex:1;overflow:auto;color:#e4d8f8;font:700 12px/1.4 ui-monospace,"Cascadia Code",monospace;letter-spacing:.035em;white-space:nowrap}.license-key-block button{min-height:35px;padding:0 11px;display:inline-flex;align-items:center;gap:7px;flex:none;border:1px solid #68479a;border-radius:7px;color:#d3baff;background:#2c1e41;font-size:9px;font-weight:750;cursor:pointer;transition:.2s}.license-key-block button:hover{border-color:#a277e7;background:#3a2755}.license-key-block button.copied{border-color:#3f765d;color:#a9e5c8;background:#193123}.license-key-block button svg{width:14px;height:14px}.owned-license .license-key-block>p{min-height:0;margin:8px 2px 0;color:#736b7b;font-size:9px}.owned-license>.projects-preserved{margin-top:24px}.projects-preserved{padding-top:18px;border-top:1px solid var(--line)}
@media(max-width:520px){.license-key-block>div{align-items:stretch;flex-direction:column}.license-key-block button{justify-content:center}.license-key-block code{padding:5px;text-align:center}}

.plan-actions{display:grid;gap:8px}.gift-plan-link{min-height:39px;display:flex;align-items:center;justify-content:center;gap:8px;border:0;color:#a98acb;background:transparent;font-size:10px;font-weight:700;cursor:pointer}.gift-plan-link:hover{color:#d8c4ef}.gift-plan-link svg{width:15px;height:15px}.gift-section{margin-top:74px;padding:34px;display:grid;grid-template-columns:1.08fr .92fr;gap:45px;align-items:center;border:1px solid #4b366d;border-radius:20px;background:radial-gradient(circle at 0 0,rgba(132,73,230,.2),transparent 35%),#131119;box-shadow:0 28px 80px rgba(0,0,0,.22)}.gift-presentation{display:flex;align-items:flex-start;gap:20px}.gift-icon{width:58px;height:58px;display:grid;place-items:center;flex:none;border:1px solid #684c90;border-radius:15px;color:#d0b3ff;background:#2b1d40}.gift-icon svg{width:27px;height:27px}.gift-presentation>div>span{color:#a67bea;font-size:8px;font-weight:850;letter-spacing:.17em}.gift-presentation h2{margin:7px 0 9px;font-size:31px;letter-spacing:-.04em}.gift-presentation p{max-width:580px;margin:0;color:#85808e;font-size:12px}.gift-form{padding:22px;display:grid;grid-template-columns:1fr 165px;gap:12px;border:1px solid #302c38;border-radius:14px;background:#0d0d12}.gift-form label{display:grid;gap:7px;color:#756e7f;font-size:7px;font-weight:850;letter-spacing:.12em}.gift-form input,.gift-form select{height:43px;padding:0 12px;border:1px solid #38333f;border-radius:8px;outline:0;color:white;background:#15141a}.gift-form input:focus,.gift-form select:focus{border-color:#8756dc;box-shadow:0 0 0 3px rgba(135,86,220,.1)}.gift-form .button{grid-column:span 2;width:100%;min-height:43px}.gift-form .button svg{width:17px;height:17px}.gift-form .button svg.lucide-loader-circle{animation:spin .8s linear infinite}.gift-form-status{grid-column:span 2;min-height:17px;margin:0;color:#85c8a5;font-size:10px}.gift-form-status.error{color:#f38496}.gift-form>small{grid-column:span 2;color:#625c69;font-size:8px;text-align:center}
@media(max-width:900px){.gift-section{grid-template-columns:1fr}.gift-form{grid-template-columns:1fr 180px}}
@media(max-width:600px){.gift-section{margin-inline:-5px;padding:24px 18px}.gift-presentation{display:block}.gift-icon{margin-bottom:18px}.gift-form{grid-template-columns:1fr}.gift-form .button,.gift-form-status,.gift-form>small{grid-column:auto}}
.modal-open{overflow:hidden}.gift-modal[hidden]{display:none}.gift-modal{position:fixed;z-index:1000;inset:0;display:grid;place-items:center;padding:24px}.gift-backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;background:rgba(4,4,7,.82);backdrop-filter:blur(10px);cursor:default}.gift-dialog{position:relative;width:min(880px,100%);max-height:calc(100vh - 48px);overflow:auto;padding:34px;display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center;border:1px solid #65498f;border-radius:20px;background:radial-gradient(circle at 0 0,rgba(132,73,230,.22),transparent 38%),#131119;box-shadow:0 35px 120px rgba(0,0,0,.7)}.gift-close{position:absolute;z-index:2;top:14px;right:14px;width:34px;height:34px;display:grid;place-items:center;color:#aaa3b3;border:1px solid #393440;border-radius:8px;background:#1a1820}.gift-close:hover{color:#fff;border-color:#695084}.gift-close svg{width:16px}.gift-dialog .gift-presentation h2{font-size:29px}.gift-dialog .gift-form{grid-template-columns:1fr}.gift-dialog .gift-form .button,.gift-dialog .gift-form-status,.gift-dialog .gift-form>small{grid-column:auto}
@media(max-width:760px){.gift-modal{padding:12px}.gift-dialog{max-height:calc(100vh - 24px);padding:28px 18px;grid-template-columns:1fr}.gift-dialog .gift-presentation{display:block}.gift-dialog .gift-icon{margin-bottom:16px}}

.device-row{grid-template-columns:44px 1fr auto auto}.device-row>button{padding:8px 10px;border:1px solid #59303a;border-radius:7px;color:#ff9aab;background:#28161c;font-size:9px;font-weight:800;cursor:pointer}.device-row>button:disabled{opacity:.45;cursor:default}.enterprise-users>form{padding:22px;display:grid;grid-template-columns:1fr auto;align-items:end;gap:12px;border-bottom:1px solid var(--line)}.enterprise-users>form label{margin:0}.enterprise-users>form .button{min-height:45px}.enterprise-users>form .form-error{grid-column:1/-1}.enterprise-user-list article{min-height:70px;padding:13px 20px;display:grid;grid-template-columns:40px 1fr auto;align-items:center;gap:12px;border-bottom:1px solid var(--line)}.enterprise-user-list article>span{width:36px;height:36px;display:grid;place-items:center;border-radius:9px;color:#c4a3fb;background:#2b1d41}.enterprise-user-list article>span svg{width:16px}.enterprise-user-list strong,.enterprise-user-list small{display:block}.enterprise-user-list small{margin-top:4px;color:#716b79;font-size:9px}.enterprise-user-list article>button{padding:8px 10px;border:1px solid #59303a;border-radius:7px;color:#ff9aab;background:#28161c;font-size:9px;font-weight:800;cursor:pointer}@media(max-width:720px){.device-row{grid-template-columns:44px 1fr}.device-row>b{display:none}.device-row>button{grid-column:1/-1}.enterprise-users>form{grid-template-columns:1fr}.enterprise-users>form .form-error{grid-column:auto}}

.enterprise-users>form{background:linear-gradient(115deg,rgba(132,76,232,.055),transparent 46%)}.enterprise-users>form label{position:relative;display:grid;gap:9px;color:#8e8798;font-size:10px;font-weight:800;letter-spacing:.04em}.enterprise-users>form label:after{content:"@";position:absolute;left:14px;bottom:13px;color:#a77ae9;font-size:14px;font-weight:850;pointer-events:none}.enterprise-users>form input{width:100%;height:47px;padding:0 15px 0 39px;color:#f5efff;border:1px solid #41374f;border-radius:10px;background:linear-gradient(145deg,#0d0c12,#121018);box-shadow:inset 0 1px rgba(255,255,255,.025);outline:0;transition:border-color .18s,box-shadow .18s,background .18s}.enterprise-users>form input::placeholder{color:#5e5867}.enterprise-users>form input:hover{border-color:#59466f;background:#131019}.enterprise-users>form input:focus{border-color:#8c59e6;box-shadow:0 0 0 3px rgba(140,89,230,.13),0 10px 30px rgba(0,0,0,.16)}.enterprise-users>form input:-webkit-autofill{-webkit-text-fill-color:#f5efff;box-shadow:0 0 0 1000px #100e16 inset}.enterprise-users>form .button{min-height:47px}
