:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;--bg:#070908;--bg-deep:#030504;--surface:#0d100f;--surface-raised:#121614;--surface-hover:#171b19;--surface-soft:#0a0d0c;--border:#222724;--border-strong:#323833;--text:#f5f7f5;--text-soft:#d7dcd8;--muted:#929a94;--muted-dim:#656d67;--orange:#ff914d;--orange-soft:#ff914d1f;--green:#00bf63;--green-soft:#00bf631f;--danger:#f87171;--danger-soft:#f871711a;--shadow:0 28px 80px #00000061;--radius-sm:8px;--radius:12px;--radius-lg:18px;--focus:0 0 0 3px #ff914d3d;font-family:Inter,Segoe UI Variable,Segoe UI,system-ui,-apple-system,sans-serif}*{box-sizing:border-box}html{background:var(--bg);scroll-behavior:smooth}body{background:var(--bg);min-width:320px;min-height:100svh;color:var(--text);margin:0}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:inherit;text-decoration:none}img{max-width:100%}::selection{color:#fff;background:#ff914d52}:focus-visible{box-shadow:var(--focus);outline:none}.button{border:1px solid var(--border-strong);background:var(--surface-raised);min-height:42px;color:var(--text-soft);cursor:pointer;border-radius:9px;justify-content:center;align-items:center;gap:8px;padding:0 17px;font-size:14px;font-weight:650;line-height:1;transition:all .16s;display:inline-flex}.button:hover:not(:disabled){background:var(--surface-hover);color:var(--text);border-color:#474e49;transform:translateY(-1px)}.button:active:not(:disabled){transform:translateY(0)}.button:disabled{opacity:.48;cursor:not-allowed}.button--primary{background:var(--orange);border-color:var(--orange);color:#130a05}.button--primary:hover:not(:disabled){color:#130a05;background:#ffa167;border-color:#ffa167;box-shadow:0 9px 24px #ff914d29}.button--secondary{background:#121513}.button--ghost{background:0 0;border-color:#0000}.button--danger{color:#ff9d9d;background:var(--danger-soft);border-color:#f8717140}.button--sm{min-height:36px;padding-inline:13px;font-size:13px}.button--lg{border-radius:11px;min-height:50px;padding-inline:21px;font-size:14px}.spinner{border:2px solid;border-right-color:#0000;border-radius:50%;width:18px;height:18px;animation:.75s linear infinite spin;display:inline-block}.spinner--small{width:14px;height:14px}@keyframes spin{to{transform:rotate(360deg)}}.brand{align-items:center;gap:10px;min-width:max-content;display:inline-flex}.brand__mark{flex:none;place-items:center;width:31px;height:31px;display:grid}.brand__copy{flex-direction:column;line-height:1.05;display:flex}.brand__copy strong{letter-spacing:-.3px;font-size:16px}.brand__copy small{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin-top:4px;font-size:9px}.eyebrow{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;font-size:11px;font-weight:700}.text-link{color:var(--muted);align-items:center;gap:6px;font-size:13px;transition:color .15s;display:inline-flex}.text-link:hover{color:var(--text)}.back-link{color:var(--muted);align-items:center;gap:6px;margin-bottom:24px;font-size:13px;display:inline-flex}.back-link:hover{color:var(--text)}.input{width:100%;min-height:45px;color:var(--text);border:1px solid var(--border);background:#0b0e0c;border-radius:9px;outline:none;padding:0 13px;transition:all .15s}.input::placeholder{color:#626964}.input:hover:not(:disabled){border-color:#363c38}.input:focus{border-color:#ff914db8;box-shadow:0 0 0 3px #ff914d1a}.input:disabled,.input[readonly]{color:var(--muted);cursor:not-allowed;background:#090b0a}.textarea{resize:vertical;min-height:140px;padding-block:12px}.field{flex-direction:column;gap:7px;min-width:0;display:flex}.field__label{color:var(--text-soft);font-size:12px;font-weight:650}.field__hint,.field__error{color:var(--muted);font-size:11px;line-height:1.45}.field__error{color:#fca5a5}.field--error .input{border-color:#f871718c}.input-wrap{align-items:center;display:flex;position:relative}.input-wrap>svg{color:var(--muted-dim);pointer-events:none;position:absolute;left:13px}.input-wrap .input{padding-left:40px}.input-action{width:31px;height:31px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:7px;place-items:center;display:grid;position:absolute;right:8px}.form-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.notice{border:1px solid var(--border);color:var(--muted);background:#ffffff05;border-radius:10px;align-items:flex-start;gap:10px;padding:12px 13px;display:flex}.notice>svg{flex:none;margin-top:1px}.notice strong{color:var(--text-soft);margin-bottom:3px;font-size:12px;display:block}.notice p{margin:0;font-size:12px;line-height:1.5}.notice--warning{background:var(--orange-soft);border-color:#ff914d38}.notice--warning>svg{color:var(--orange)}.notice--danger{background:var(--danger-soft);border-color:#f8717138}.notice--danger>svg{color:var(--danger)}.notice--success{background:var(--green-soft);border-color:#00bf6338}.notice--success>svg{color:var(--green)}.status-pill{border:1px solid var(--border);width:max-content;min-height:25px;color:var(--muted);letter-spacing:.03em;text-transform:capitalize;background:#101311;border-radius:999px;align-items:center;padding:0 8px;font-size:10px;font-weight:700;display:inline-flex}.status-pill--green{color:#6ee7a8;background:var(--green-soft);border-color:#00bf633d}.status-pill--orange{color:#ffb180;background:var(--orange-soft);border-color:#ff914d3d}.status-pill--red{color:#fca5a5;background:var(--danger-soft);border-color:#f871713d}.full-loader{min-height:100svh;color:var(--muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:24px;display:flex}.full-loader p{margin:0;font-size:13px}.jela-loader{align-items:center;gap:5px;height:22px;display:flex}.jela-loader span{background:var(--muted);border-radius:50%;width:5px;height:5px;animation:1.2s ease-in-out infinite pulseDot}.jela-loader span:nth-child(2){background:var(--orange);animation-delay:.12s}.jela-loader span:nth-child(3){background:var(--green);animation-delay:.24s}@keyframes pulseDot{0%,to{opacity:.4;transform:translateY(0)}50%{opacity:1;transform:translateY(-5px)}}.skeleton{background:linear-gradient(100deg,#101311 30%,#181c19 50%,#101311 70%) 0 0/300% 100%;border-radius:10px;min-height:72px;animation:1.6s linear infinite skeleton;display:block}.skeleton--title{width:35%;min-height:30px}.skeleton--text{width:60%;min-height:15px}.page-skeleton{gap:14px;padding-block:20px;display:grid}.skeleton-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}@keyframes skeleton{to{background-position:-300% 0}}.public-shell{background:radial-gradient(circle at 50% -10%, #00bf630f, transparent 35%), var(--bg);min-height:100svh;overflow:clip}.landing-header{z-index:40;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#070908d1;border-bottom:1px solid #222724d1;grid-template-columns:1fr auto 1fr;align-items:center;height:70px;padding:0 max(24px,50vw - 620px);display:grid;position:fixed;inset:0 0 auto}.landing-header__nav{color:var(--muted);align-items:center;gap:28px;font-size:13px;display:flex}.landing-header__nav a:hover{color:var(--text)}.landing-header__actions{justify-self:end;align-items:center;gap:6px;display:flex}.mobile-menu-button,.mobile-menu{display:none}.landing-hero{grid-template-columns:minmax(0,.88fr) minmax(520px,1.12fr);align-items:center;gap:72px;width:min(1240px,100% - 48px);min-height:760px;margin:0 auto;padding:150px 0 88px;display:grid}.landing-hero__copy{max-width:590px}.hero-kicker{color:#b7beb9;border:1px solid var(--border);letter-spacing:.03em;background:#0e110fb8;border-radius:999px;align-items:center;gap:7px;padding:8px 11px;font-size:11px;font-weight:650;display:inline-flex}.hero-kicker svg{color:var(--green)}.landing-hero h1{letter-spacing:-.055em;max-width:660px;margin:24px 0 22px;font-size:clamp(48px,5.2vw,74px);font-weight:580;line-height:.99}.landing-hero__copy>p{color:#aeb5b0;max-width:560px;margin:0;font-size:17px;line-height:1.65}.hero-actions{flex-wrap:wrap;gap:9px;margin-top:34px;display:flex}.hero-footnote{color:var(--muted-dim);margin-top:16px;font-size:11px;display:block}.landing-hero__visual{perspective:1200px;min-width:0;position:relative}.identity-orbit{z-index:0;opacity:.47;filter:saturate(.9)contrast(1.05);border-radius:50%;width:470px;height:470px;position:absolute;top:-105px;left:50%;overflow:hidden;transform:translate(-50%);-webkit-mask-image:radial-gradient(circle,#000 35%,#0000 72%);mask-image:radial-gradient(circle,#000 35%,#0000 72%)}.identity-orbit img{object-fit:cover;width:100%;height:100%}.workspace-preview{z-index:1;background:#0a0d0b;border:1px solid #2b302d;border-radius:16px;grid-template-columns:58px 1fr;height:440px;display:grid;position:relative;overflow:hidden;transform:rotateY(-3deg)rotateX(1deg);box-shadow:0 45px 110px #00000094,inset 0 0 0 1px #ffffff04}.workspace-preview__rail{border-right:1px solid var(--border);background:#080a09;flex-direction:column;align-items:center;gap:12px;padding:15px 10px;display:flex}.workspace-preview__rail>span{color:#69716b;border-radius:8px;place-items:center;width:32px;height:32px;display:grid}.workspace-preview__rail>span.active{color:var(--orange);background:var(--orange-soft)}.mini-brand{border:1px solid #343a36;margin-bottom:14px;position:relative}.mini-brand:before{content:"";background:linear-gradient(135deg,var(--orange),var(--green));width:9px;height:9px;box-shadow:0 0 12px var(--green);border-radius:50%}.workspace-preview__main{min-width:0}.preview-top{border-bottom:1px solid var(--border);height:52px;color:var(--muted);justify-content:space-between;align-items:center;padding:0 16px;font-size:11px;display:flex}.preview-avatar{color:#111;background:#cad1cc;border-radius:50%;place-items:center;width:25px;height:25px;font-weight:700;display:grid}.preview-stage{text-align:center;width:min(480px,100% - 48px);margin:74px auto 0}.preview-stage h2{letter-spacing:-.035em;margin:8px 0 28px;font-size:25px;font-weight:560}.preview-composer{color:#737b75;text-align:left;background:#111513;border:1px solid #303632;border-radius:13px;justify-content:space-between;align-items:flex-start;height:78px;padding:15px;font-size:12px;display:flex;box-shadow:0 14px 40px #00000038}.preview-composer i{color:#1a0e06;background:var(--orange);border-radius:8px;align-self:flex-end;place-items:center;width:28px;height:28px;display:grid}.preview-context{justify-content:center;gap:7px;margin-top:12px;display:flex}.preview-context span{border:1px solid var(--border);color:#6d756f;border-radius:6px;padding:6px 8px;font-size:8px}.system-section,.security-section,.landing-cta,.landing-footer{width:min(1240px,100% - 48px);margin-inline:auto}.system-section{border-top:1px solid var(--border);padding:130px 0}.section-heading{max-width:680px}.section-heading h2,.security-section h2,.landing-cta h2{letter-spacing:-.045em;margin:13px 0 16px;font-size:clamp(34px,3.5vw,48px);font-weight:570;line-height:1.08}.section-heading>p,.security-section__copy>p{color:var(--muted);margin:0;font-size:15px;line-height:1.7}.capability-system{grid-template-columns:260px 1fr;gap:24px;margin-top:64px;display:grid}.capability-system__center{background:radial-gradient(circle at 20% 15%,#00bf6329,#0000 48%),#0e1210;border:1px solid #00bf6338;border-radius:14px;flex-direction:column;justify-content:flex-end;align-items:flex-start;min-height:332px;padding:28px;display:flex}.capability-system__center>span{width:42px;height:42px;color:var(--green);background:var(--green-soft);border-radius:11px;place-items:center;margin-bottom:auto;display:grid}.capability-system__center strong{letter-spacing:-.04em;font-size:32px}.capability-system__center small{color:var(--muted);margin-top:6px}.capability-system__grid{border:1px solid var(--border);border-radius:14px;grid-template-columns:repeat(2,minmax(0,1fr));display:grid;overflow:hidden}.capability-system__grid article{border-bottom:1px solid var(--border);background:#0b0e0c;align-items:flex-start;gap:16px;min-height:110px;padding:24px;display:flex}.capability-system__grid article:nth-child(odd){border-right:1px solid var(--border)}.capability-system__grid article:nth-last-child(-n+2){border-bottom:0}.capability-system__grid svg{color:var(--muted);margin-top:2px}.capability-system__grid h3{margin:0 0 7px;font-size:14px}.capability-system__grid p{color:var(--muted);margin:0;font-size:12px;line-height:1.5}.security-section{border-top:1px solid var(--border);grid-template-columns:1fr 1fr;align-items:center;gap:80px;padding:112px 0;display:grid}.security-flow{justify-content:center;align-items:center;min-height:200px;display:flex}.security-flow span{width:150px;min-height:104px;color:var(--text-soft);border:1px solid var(--border);background:var(--surface);border-radius:11px;flex-direction:column;justify-content:space-between;padding:18px;font-size:12px;display:flex}.security-flow strong{color:var(--muted-dim);font-size:10px}.security-flow i{background:var(--border-strong);width:28px;height:1px}.landing-cta{background:radial-gradient(circle at 15% 10%, #ff914d1c, transparent 40%), radial-gradient(circle at 90% 90%, #00bf6317, transparent 35%), var(--surface);border:1px solid #2c322e;border-radius:16px;justify-content:space-between;align-items:center;gap:30px;min-height:250px;padding:48px;display:flex}.landing-cta>div>svg{color:var(--orange)}.landing-cta h2{max-width:600px;font-size:38px}.landing-cta p{color:var(--muted);margin:0}.landing-footer{min-height:150px;color:var(--muted-dim);grid-template-columns:1fr auto 1fr;align-items:center;gap:20px;padding:50px 0;font-size:11px;display:grid}.landing-footer>a{color:var(--muted);justify-self:end}.auth-shell{background:radial-gradient(circle at 50% 15%, #00bf630d, transparent 28%), var(--bg-deep);min-height:100svh;padding:28px clamp(20px,4vw,56px);position:relative;overflow:hidden}.auth-shell__top{z-index:2;justify-content:space-between;align-items:center;display:flex;position:relative}.auth-shell__ambient{opacity:.12;filter:blur(3px)saturate(.8);background:url(/assets/jela-identity.png) 50%/cover;width:540px;height:540px;position:absolute;top:46%;left:50%;transform:translate(-50%,-50%);-webkit-mask-image:radial-gradient(circle,#000 20%,#0000 69%);mask-image:radial-gradient(circle,#000 20%,#0000 69%)}.auth-shell__content{z-index:1;width:min(470px,100%);margin:clamp(44px,8vh,88px) auto 60px;position:relative}.auth-shell__legal{z-index:1;text-align:center;color:var(--muted-dim);margin:0;font-size:10px;position:relative}.auth-card{border:1px solid var(--border);box-shadow:var(--shadow);background:#0d100ff0;border-radius:16px;padding:clamp(24px,5vw,38px)}.auth-card>header{margin-bottom:28px}.auth-card>header h1{letter-spacing:-.04em;margin:9px 0 8px;font-size:30px;font-weight:600}.auth-card>header p{color:var(--muted);margin:0;font-size:13px;line-height:1.55}.auth-card>.notice{margin-bottom:18px}.auth-card__footer{margin-top:24px}.auth-form{flex-direction:column;gap:16px;display:flex}.field-label-row{justify-content:space-between;align-items:center;gap:16px;display:flex}.field-label-row a{color:var(--orange);font-size:10px;font-weight:650}.google-button{width:100%}.google-button img{width:17px;height:17px}.auth-divider{height:34px;color:var(--muted-dim);text-transform:uppercase;letter-spacing:.08em;justify-content:center;align-items:center;font-size:10px;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--border);flex:1;height:1px}.auth-divider span{padding:0 12px}.auth-switch{color:var(--muted);text-align:center;margin:0;font-size:12px}.auth-switch a{color:var(--text-soft);font-weight:650}.auth-security-note{color:var(--muted-dim);text-align:center;margin:17px 0 0;font-size:10px;line-height:1.5}.workspace-shell{background:var(--bg);grid-template-rows:64px minmax(0,1fr);grid-template-columns:78px minmax(0,1fr);min-height:100svh;display:grid}.workspace-rail{z-index:30;border-right:1px solid var(--border);background:#070908;flex-direction:column;align-items:center;width:78px;padding:15px 10px;display:flex;position:fixed;inset:0 auto 0 0}.workspace-rail>.brand{margin-bottom:24px}.workspace-rail nav{flex-direction:column;gap:5px;width:100%;display:flex}.workspace-rail nav a{color:#747d76;border-radius:9px;flex-direction:column;justify-content:center;align-items:center;gap:4px;min-height:52px;padding:6px 3px;font-size:9px;transition:all .15s;display:flex;position:relative}.workspace-rail nav a:hover{color:#c9cfca;background:#0e110f}.workspace-rail nav a.active{color:var(--text);background:#131714}.workspace-rail nav a.active:before{content:"";background:var(--orange);border-radius:0 2px 2px 0;width:2px;height:22px;position:absolute;left:-10px}.rail-avatar{cursor:pointer;background:0 0;border:0;border-radius:50%;margin-top:auto;padding:0}.workspace-topbar{z-index:25;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#070908e6;justify-content:center;align-items:center;height:64px;padding:0 24px;display:flex;position:fixed;top:0;left:78px;right:0}.workspace-topbar>.brand,.topbar-menu{display:none}.global-search{border:1px solid var(--border);width:min(360px,36vw);height:36px;color:var(--muted);cursor:pointer;background:#0b0e0c;border-radius:8px;align-items:center;gap:8px;padding:0 10px;font-size:11px;display:flex}.global-search span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.global-search kbd{color:var(--muted-dim);border:1px solid var(--border);background:#121513;border-radius:4px;margin-left:auto;padding:2px 5px;font:9px/1.4 inherit}.account-control{position:absolute;top:12px;right:20px}.account-control>button{cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:9px;align-items:center;gap:9px;height:40px;padding:3px 7px 3px 4px;display:flex}.account-control>button:hover{background:var(--surface);border-color:var(--border)}.account-control>button>span:not(.avatar){flex-direction:column;max-width:150px;line-height:1.25;display:flex}.account-control strong{text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.account-control small{text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:9px;overflow:hidden}.account-control>button>svg{color:var(--muted)}.account-menu{border:1px solid var(--border-strong);background:#101311;border-radius:11px;flex-direction:column;width:230px;padding:7px;animation:.13s ease-out menuIn;display:flex;position:absolute;top:48px;right:0;box-shadow:0 24px 55px #0000007a}@keyframes menuIn{0%{opacity:0;transform:translateY(-4px)}}.account-menu__identity{border-bottom:1px solid var(--border);flex-direction:column;gap:3px;margin-bottom:5px;padding:10px 9px 12px;display:flex}.account-menu__identity strong{font-size:12px}.account-menu__identity span{color:var(--muted);text-overflow:ellipsis;font-size:10px;overflow:hidden}.account-menu a,.account-menu>button{min-height:38px;color:var(--text-soft);cursor:pointer;background:0 0;border:0;border-radius:7px;align-items:center;gap:9px;padding:0 9px;font-size:11px;display:flex}.account-menu a:hover,.account-menu>button:hover{background:var(--surface-hover)}.workspace-main{grid-area:2/2;min-width:0;min-height:calc(100svh - 64px)}.mobile-tabs,.mobile-drawer,.mobile-drawer-backdrop{display:none}.avatar{color:#101411;background:#d6ddd7;border:1px solid #3b423d;border-radius:50%;flex:none;place-items:center;font-weight:750;display:inline-grid;overflow:hidden}.avatar img{object-fit:cover;width:100%;height:100%}.avatar--sm{width:31px;height:31px;font-size:10px}.avatar--md{width:38px;height:38px;font-size:12px}.avatar--lg{width:76px;height:76px;font-size:21px}.workspace-page{width:min(1120px,100% - 56px);margin:0 auto;padding:48px 0 80px;animation:.22s ease-out pageIn}@keyframes pageIn{0%{opacity:0;transform:translateY(5px)}}.page-header{justify-content:space-between;align-items:flex-start;gap:28px;min-height:90px;margin-bottom:34px;display:flex}.page-header h1{letter-spacing:-.045em;margin:8px 0;font-size:clamp(28px,3vw,38px);font-weight:600;line-height:1.06}.page-header p{max-width:650px;color:var(--muted);margin:0;font-size:13px;line-height:1.6}.page-header__actions{flex:none;align-items:center;gap:8px;display:flex}.home-page{width:min(980px,100% - 56px);padding-top:clamp(56px,8vh,100px)}.home-hero{text-align:center}.home-hero__signal{color:#aeb6b0;text-transform:uppercase;letter-spacing:.1em;align-items:center;gap:6px;font-size:10px;display:inline-flex}.home-hero__signal svg{color:var(--green)}.home-greeting{color:var(--muted);margin:22px 0 5px;font-size:14px}.home-hero h1{letter-spacing:-.05em;margin:0 0 28px;font-size:clamp(34px,4.4vw,52px);font-weight:560;line-height:1.08}.composer{background:#101411;border:1px solid #343a36;border-radius:15px;flex-direction:column;width:min(760px,100%);min-height:128px;margin:0 auto;padding:15px;transition:all .16s;display:flex;box-shadow:0 16px 50px #00000047}.composer:focus-within{border-color:#4b544e;box-shadow:0 16px 50px #00000052,0 0 0 3px #ff914d0f}.composer textarea{resize:none;width:100%;min-height:55px;max-height:172px;color:var(--text);background:0 0;border:0;outline:0;flex:1;padding:2px;font-size:14px;line-height:1.55}.composer textarea::placeholder{color:#6e756f}.composer__bar{justify-content:space-between;align-items:flex-end;gap:10px;min-height:35px;display:flex}.composer__tools{gap:4px;display:flex}.composer__tools button{width:33px;height:33px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;display:grid}.composer__tools button:hover:not(:disabled){color:var(--text);background:var(--surface-hover)}.composer__tools button:disabled{opacity:.35;cursor:not-allowed}.composer__send{color:#1a0b03;background:var(--orange);cursor:pointer;border:0;border-radius:9px;place-items:center;width:34px;height:34px;transition:all .15s;display:grid}.composer__send:hover:not(:disabled){background:#ffa46e;transform:translateY(-1px)}.composer__send:disabled{color:#6b5a50;cursor:not-allowed;background:#33271f}.composer--compact{border-radius:13px;min-height:96px;padding:12px}.composer--compact textarea{min-height:38px;max-height:132px}.composer--disabled{opacity:.6}.quick-prompts{flex-wrap:wrap;justify-content:center;align-items:center;gap:7px;margin-top:13px;display:flex}.quick-prompts button{min-height:30px;color:var(--muted);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:7px;align-items:center;gap:6px;padding:0 10px;font-size:10px;display:inline-flex}.quick-prompts button:hover{color:var(--text-soft);border-color:var(--border-strong);background:var(--surface)}.home-context{margin-top:clamp(70px,10vh,110px)}.section-title-row{justify-content:space-between;align-items:end;gap:20px;margin-bottom:18px;display:flex}.section-title-row>a{color:var(--muted);align-items:center;gap:6px;font-size:10px;display:flex}.context-grid{border:1px solid var(--border);border-radius:13px;grid-template-columns:repeat(2,minmax(0,1fr));display:grid;overflow:hidden}.context-row{border-bottom:1px solid var(--border);background:#0b0e0c;align-items:center;gap:12px;min-height:82px;padding:14px 16px;transition:all .15s;display:flex}.context-row:nth-child(odd){border-right:1px solid var(--border)}.context-row:hover{background:var(--surface-raised)}.context-row__icon,.resource-row__icon{width:34px;height:34px;color:var(--orange);background:var(--orange-soft);border-radius:9px;flex:none;place-items:center;display:grid}.context-row__icon--green{color:var(--green);background:var(--green-soft)}.context-row>div:not(.context-row__icon),.resource-row>div{flex-direction:column;gap:4px;min-width:0;display:flex}.context-row strong,.resource-row strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.context-row small,.resource-row small{color:var(--muted);font-size:9px}.context-row>svg{color:var(--muted-dim);margin-left:auto}.floating-new{display:none}.empty-state{text-align:center;background:#0e110f73;border:1px dashed #29302b;border-radius:13px;flex-direction:column;justify-content:center;align-items:center;min-height:260px;padding:38px 24px;display:flex}.empty-state__icon{border:1px solid var(--border);width:45px;height:45px;color:var(--muted);background:var(--surface);border-radius:12px;place-items:center;margin-bottom:17px;display:grid}.empty-state h2{margin:0 0 7px;font-size:15px}.empty-state p{max-width:470px;color:var(--muted);margin:0 0 18px;font-size:11px;line-height:1.6}.resource-page>.notice{margin-bottom:20px}.resource-toolbar{border:1px solid var(--border);background:#0b0e0c;border-radius:10px;justify-content:space-between;align-items:center;gap:20px;height:52px;margin-bottom:12px;padding:0 12px;display:flex}.resource-toolbar label{color:var(--muted);flex:1;align-items:center;gap:9px;display:flex}.resource-toolbar input{width:100%;height:36px;color:var(--text);background:0 0;border:0;outline:0;font-size:11px}.resource-toolbar>span{color:var(--muted-dim);text-transform:uppercase;letter-spacing:.08em;white-space:nowrap;font-size:9px}.resource-list{border:1px solid var(--border);border-radius:12px;overflow:hidden}.resource-row{border-bottom:1px solid var(--border);background:#0b0e0c;align-items:center;gap:12px;min-height:70px;padding:11px 14px;transition:all .14s;display:flex}.resource-row:last-child{border-bottom:0}a.resource-row:hover{background:var(--surface-raised)}.resource-row>div{flex:1}.resource-row .status-pill{margin-left:auto}.dialog{border:1px solid var(--border-strong);width:min(430px,100%);box-shadow:var(--shadow);background:#111411;border-radius:15px;padding:28px;animation:.17s ease-out dialogIn;position:relative}@keyframes dialogIn{0%{opacity:0;transform:translateY(8px)scale(.985)}}.dialog>p{color:var(--muted);margin:0 0 20px;font-size:11px;line-height:1.5}.dialog .notice{margin-bottom:16px}.detail-tabs{border-bottom:1px solid var(--border);gap:5px;margin-bottom:18px;padding-bottom:12px;display:flex;overflow-x:auto}.detail-tabs button{white-space:nowrap;min-height:31px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:7px;padding:0 10px;font-size:10px}.detail-tabs button.active{color:var(--text);background:var(--surface-raised)}.chat-layout{grid-template-columns:235px minmax(0,1fr);height:calc(100svh - 64px);display:grid;overflow:hidden}.chat-sidebar{border-right:1px solid var(--border);background:#090b0a;padding:16px 10px;overflow-y:auto}.chat-sidebar>.button{width:100%}.chat-sidebar__heading{color:var(--muted-dim);text-transform:uppercase;letter-spacing:.1em;margin:22px 8px 8px;font-size:9px}.chat-sidebar nav{flex-direction:column;gap:2px;display:flex}.chat-sidebar nav button{min-height:37px;color:var(--muted);cursor:pointer;text-align:left;background:0 0;border:0;border-radius:7px;align-items:center;gap:8px;padding:0 8px;font-size:10px;display:flex}.chat-sidebar nav button span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.chat-sidebar nav button:hover,.chat-sidebar nav button.active{color:var(--text-soft);background:var(--surface-raised)}.chat-main{grid-template-rows:62px minmax(0,1fr) auto;min-width:0;display:grid;position:relative;overflow:hidden}.chat-header{border-bottom:1px solid var(--border);background:#090b0a;justify-content:space-between;align-items:center;padding:0 20px;display:flex}.chat-header h1{margin:2px 0 0;font-size:12px;font-weight:600}.chat-status{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:5px;font-size:8px;display:flex}.chat-status i{background:var(--green);width:5px;height:5px;box-shadow:0 0 8px var(--green);border-radius:50%}.chat-header>button{width:32px;height:32px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;display:grid}.message-scroll{overscroll-behavior:contain;min-height:0;padding:32px max(28px,50% - 390px);overflow-y:auto}.message-scroll>.empty-state{background:0 0;border:0;margin-top:9vh}.message-list{flex-direction:column;gap:30px;display:flex}.message{grid-template-columns:34px minmax(0,1fr);gap:13px;display:grid}.message__avatar{border:1px solid var(--border);width:30px;height:30px;color:var(--muted);background:var(--surface);border-radius:9px;place-items:center;font-size:8px;font-weight:700;display:grid}.message--assistant .message__avatar{color:var(--green);background:var(--green-soft);border-color:#00bf632e}.message__meta{color:var(--text-soft);margin-bottom:7px;font-size:10px;font-weight:700}.message p{color:#c9cfca;white-space:pre-wrap;margin:0;font-size:13px;line-height:1.68}.message-action{color:var(--muted-dim);cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;margin-top:9px;padding:0;font-size:9px;display:inline-flex}.thinking-dots{gap:2px;margin-left:4px;display:inline-flex}.thinking-dots i{background:var(--green);border-radius:50%;width:3px;height:3px;animation:1s infinite pulseDot}.thinking-dots i:nth-child(2){animation-delay:.12s}.thinking-dots i:nth-child(3){animation-delay:.24s}.message-scroll>.notice{margin-top:20px}.inline-retry{color:var(--text-soft);font-size:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:4px;padding:0;display:inline-flex}.chat-composer-wrap{padding:12px max(20px,calc((100% - 780px)/2)) max(14px,env(safe-area-inset-bottom));background:linear-gradient(#0000,#070908 18%)}.chat-composer-wrap>small{color:var(--muted-dim);text-align:center;margin-top:7px;font-size:8px;display:block}.chat-composer-wrap .composer{width:100%}.upload-progress{border:1px solid var(--border);background:var(--surface);border-radius:9px;height:42px;margin-bottom:15px;position:relative;overflow:hidden}.upload-progress>span{background:linear-gradient(90deg,#ff914d1f,#00bf631f);transition:width .22s;position:absolute;inset:0 auto 0 0}.upload-progress p{color:var(--muted);margin:0;padding:12px;font-size:10px;position:relative}.tool-list{border:1px solid var(--border);border-radius:13px;flex-direction:column;display:flex;overflow:hidden}.tool-row{border-bottom:1px solid var(--border);background:#0b0e0c;grid-template-columns:44px minmax(0,1fr) auto 20px;align-items:center;gap:16px;min-height:112px;padding:20px 22px;transition:all .15s;display:grid}.tool-row:last-child{border-bottom:0}.tool-row:hover{background:var(--surface-raised)}.tool-row__icon{border:1px solid var(--border);width:44px;height:44px;color:var(--muted);background:var(--surface);border-radius:11px;place-items:center;display:grid}.tool-row--orange .tool-row__icon{color:var(--orange);background:var(--orange-soft);border-color:#ff914d2e}.tool-row--green .tool-row__icon{color:var(--green);background:var(--green-soft);border-color:#00bf632e}.tool-row h2{margin:0 0 6px;font-size:15px}.tool-row p{color:var(--muted);margin:0;font-size:11px;line-height:1.5}.tool-row>svg{color:var(--muted-dim)}.tools-note{color:var(--muted);border:1px solid var(--border);background:var(--surface-soft);border-radius:10px;gap:12px;margin-top:16px;padding:16px;display:flex}.tools-note>svg{color:var(--green);flex:none}.tools-note strong{color:var(--text-soft);margin-bottom:4px;font-size:11px;display:block}.tools-note p{margin:0;font-size:10px;line-height:1.5}.tool-workbench{grid-template-columns:minmax(0,1fr) 300px;gap:16px;margin-bottom:24px;display:grid}.tool-workbench__input{border:1px solid var(--border);background:var(--surface);border-radius:13px;flex-direction:column;min-height:280px;padding:18px;display:flex}.tool-workbench__icon{width:38px;height:38px;color:var(--muted);place-items:center;display:grid}.tool-workbench textarea{resize:none;color:var(--text);background:0 0;border:0;outline:0;flex:1;padding:15px 0;font-size:14px}.tool-workbench__footer{justify-content:space-between;align-items:center;gap:12px;display:flex}.tool-workbench__footer>span{color:var(--muted-dim);font-size:9px}.tool-workbench>.notice{align-self:start}.builder-page{grid-template-rows:54px minmax(0,1fr);height:calc(100svh - 64px);display:grid;overflow:hidden}.builder-header{border-bottom:1px solid var(--border);background:#090b0a;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 16px;display:grid}.builder-header>a,.builder-header>div{align-items:center;gap:7px;font-size:10px;display:flex}.builder-header>div{justify-self:center}.builder-header>div svg{color:var(--orange)}.builder-header>.button{justify-self:end}.builder-grid{grid-template-columns:minmax(320px,31%) minmax(0,1fr);min-height:0;display:grid}.builder-panel{border-right:1px solid var(--border);background:#0a0c0b;grid-template-rows:48px minmax(0,1fr) auto;min-width:0;display:grid}.builder-panel__tabs{border-bottom:1px solid var(--border);gap:5px;padding:7px;display:flex}.builder-panel__tabs button{color:var(--muted);background:0 0;border:0;border-radius:7px;flex:1;justify-content:center;align-items:center;gap:5px;font-size:9px;display:flex}.builder-panel__tabs button.active{color:var(--text);background:var(--surface-raised)}.builder-conversation{padding:34px 24px;overflow-y:auto}.builder-jela{width:43px;height:43px;color:var(--orange);background:var(--orange-soft);border-radius:11px;place-items:center;display:grid}.builder-conversation h1{letter-spacing:-.035em;margin:18px 0 9px;font-size:24px}.builder-conversation>p{color:var(--muted);margin:0 0 20px;font-size:11px;line-height:1.6}.builder-prompt{border:1px solid var(--border);background:var(--surface);border-radius:10px;margin:10px;padding:10px}.builder-prompt textarea{resize:none;background:0 0;border:0;outline:0;width:100%;height:60px;padding:3px;font-size:11px}.builder-prompt .button{width:100%}.builder-preview{background:#070807;grid-template-rows:48px minmax(0,1fr);min-width:0;display:grid}.builder-preview__toolbar{border-bottom:1px solid var(--border);color:var(--muted);justify-content:space-between;align-items:center;padding:0 14px;font-size:9px;display:flex}.builder-preview__toolbar>div{gap:3px;display:flex}.builder-preview__toolbar button{min-height:28px;color:var(--muted);background:0 0;border:0;border-radius:6px;align-items:center;gap:5px;padding:0 8px;font-size:9px;display:inline-flex}.builder-preview__toolbar button.active{color:var(--text);background:var(--surface-raised)}.builder-canvas{border:1px dashed var(--border-strong);color:var(--muted);text-align:center;background:#0b0d0c;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;margin:24px;display:flex}.builder-canvas>span{color:var(--orange)}.builder-canvas h2{color:var(--text-soft);margin:15px 0 7px;font-size:16px}.builder-canvas p{max-width:390px;margin:0;font-size:10px;line-height:1.6}.builder-projects{max-width:1080px}.builder-projects__heading{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.builder-projects__heading h1{letter-spacing:-.055em;margin:10px 0;font-size:clamp(32px,5vw,54px)}.builder-projects__heading p{max-width:680px;color:var(--muted);line-height:1.7}.builder-new-project{grid-template-columns:minmax(0,1fr) auto;gap:10px;margin:34px 0 24px;display:grid}.builder-project-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.builder-project-grid>button{border:1px solid var(--border);color:var(--text);background:var(--surface);text-align:left;border-radius:12px;align-items:center;gap:14px;padding:20px;display:flex}.builder-project-grid>button:hover{border-color:var(--border-strong);background:var(--surface-hover)}.builder-project-grid>button>span{width:42px;height:42px;color:var(--orange);background:var(--orange-soft);border-radius:10px;place-items:center;display:grid}.builder-project-grid strong,.builder-project-grid small{display:block}.builder-project-grid small{color:var(--muted);margin-top:6px;font-size:9px}.builder-header>button,.builder-header>span{color:var(--muted);background:0 0;border:0;align-items:center;gap:6px;font-size:10px;display:inline-flex}.builder-header>span{justify-self:end}.builder-panel{grid-template-rows:48px auto auto minmax(0,1fr) auto;overflow:hidden}.builder-panel>.notice{margin:8px 10px 0}.builder-pages{border-bottom:1px solid var(--border);max-height:180px;padding:10px;overflow-y:auto}.builder-pages>div{border-radius:7px;align-items:center;gap:5px;display:flex}.builder-pages>div:first-child{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;justify-content:space-between;padding:4px 7px 9px;font-size:9px}.builder-pages>div:not(:first-child).active{background:var(--surface-raised)}.builder-pages button{min-width:0;color:var(--text-soft);text-align:left;background:0 0;border:0;flex:1;justify-content:space-between;align-items:center;gap:8px;padding:7px;font-size:10px;display:flex}.builder-pages button:last-child:not(:first-child){color:var(--muted);flex:none}.builder-pages small{color:var(--muted);font-size:8px}.builder-page-form{border-bottom:1px solid var(--border);gap:8px;padding:10px;display:grid}.builder-message{border:1px solid var(--border);background:var(--surface);border-radius:9px;max-width:92%;margin:0 0 12px;padding:11px}.builder-message--user{background:var(--orange-soft);margin-left:auto}.builder-message strong{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:8px}.builder-message p{color:var(--text-soft);white-space:pre-wrap;margin:5px 0 0;font-size:10px;line-height:1.55}.builder-version-list{min-height:0;padding:12px;overflow-y:auto}.builder-version-list article{border-bottom:1px solid var(--border);gap:4px;padding:12px;display:grid}.builder-version-list article span,.builder-version-list article small{color:var(--muted);font-size:9px}.builder-version-list article p{color:var(--text-soft);margin:6px 0 0;font-size:10px;line-height:1.5}.builder-preview{grid-template-rows:48px minmax(0,1fr) auto}.builder-canvas{background:#171a18;border-style:solid;min-width:0;min-height:0;overflow:auto}.builder-canvas iframe{background:#fff;border:0;width:100%;height:100%;min-height:560px}.builder-canvas--tablet iframe{width:min(768px,100%)}.builder-canvas--mobile iframe{width:min(390px,100%)}.builder-code{width:100%;height:100%;color:var(--text-soft);text-align:left;background:#0b0d0c;padding:22px;overflow:auto}.builder-code h2{color:var(--orange);font-size:11px}.builder-code pre{white-space:pre-wrap;word-break:break-word;color:#cbd4ce;font:10px/1.55 ui-monospace,SFMono-Regular,Consolas,monospace}.builder-sandbox-note{color:var(--muted);text-align:center;margin:0;padding:8px 14px 12px;font-size:8px}.builder-hosting{align-content:start;gap:12px;min-height:0;padding:12px;display:grid;overflow-y:auto}.builder-hosting>section{border:1px solid var(--border);background:var(--surface);border-radius:10px;gap:10px;padding:14px;display:grid}.builder-hosting>section>strong,.builder-hosting__heading strong{font-size:11px}.builder-hosting p,.builder-hosting small{color:var(--muted);margin:0;font-size:9px;line-height:1.55}.builder-hosting__heading,.builder-hosting__heading>div,.builder-deployments article>div:first-child,.builder-domains article>div:first-child{justify-content:space-between;align-items:center;gap:8px;display:flex}.builder-hosting__heading>div{flex-direction:column;align-items:flex-start}.builder-live-link{color:var(--green);background:var(--green-soft);text-overflow:ellipsis;white-space:nowrap;border-radius:7px;align-items:center;gap:7px;padding:9px;font-size:9px;display:flex;overflow:hidden}.builder-hosting__actions{flex-wrap:wrap;gap:6px;display:flex}.builder-hosting__actions .button{min-height:34px;padding-inline:10px;font-size:9px}.builder-deployments,.builder-domains{gap:7px;display:grid}.builder-deployments article,.builder-domains article{border:1px solid var(--border);border-radius:8px;gap:7px;padding:10px;display:grid}.builder-deployments a,.builder-deployments button,.builder-domains button{width:fit-content;color:var(--text-soft);background:0 0;border:0;align-items:center;gap:4px;padding:0;font-size:9px;text-decoration:underline;display:inline-flex}.builder-domain-form{grid-template-columns:minmax(0,1fr) auto;gap:6px;display:grid}.builder-domain-form .button{min-height:38px}.builder-domains code{overflow-wrap:anywhere;color:var(--orange);background:var(--surface-raised);border-radius:6px;padding:7px;font-size:8px}.builder-domains article>div:last-child{flex-wrap:wrap;gap:10px;display:flex}.builder-seo-form{gap:8px;display:grid}.builder-seo-form textarea{resize:vertical;border:1px solid var(--border);min-height:78px;color:var(--text);background:var(--surface-raised);font:inherit;border-radius:8px;padding:10px;font-size:10px;line-height:1.5}.builder-seo-form label{color:var(--text-soft);align-items:center;gap:7px;font-size:9px;display:flex}.developer-api-reference{gap:10px;display:grid}.developer-api-reference>code,.developer-api-reference pre{border:1px solid var(--border);color:var(--green);white-space:pre;background:#080a09;border-radius:8px;margin:0;padding:12px;font:10px/1.6 ui-monospace,SFMono-Regular,Consolas,monospace;overflow-x:auto}.developer-api-reference pre{color:var(--text-soft)}.developer-api-reference small{color:var(--muted);font-size:9px;line-height:1.55}.otp-identity{border:1px solid var(--border);background:var(--surface);border-radius:10px;align-items:center;gap:12px;margin:18px 0;padding:14px;display:flex}.otp-identity>span{width:38px;height:38px;color:var(--green);background:var(--green-soft);border-radius:9px;place-items:center;display:grid}.otp-identity strong,.otp-identity p{display:block}.otp-identity p{color:var(--muted);margin:4px 0 0;font-size:9px;line-height:1.5}.otp-input{letter-spacing:.45em;text-align:center;height:58px;font-size:26px;font-weight:700}.otp-actions{justify-content:space-between;align-items:center;gap:12px;margin-top:12px;display:flex}.link-button{color:var(--muted);background:0 0;border:0;font-size:10px;text-decoration:underline}.tool-result{border:1px solid var(--border);background:var(--surface);border-radius:12px;margin-top:18px;padding:20px}.tool-result>div{color:var(--orange);align-items:center;gap:8px;display:flex}.tool-result>p{color:var(--text-soft);white-space:pre-wrap;margin:16px 0 0;font-size:12px;line-height:1.75}.tool-result--image img{object-fit:contain;background:#050605;border-radius:10px;width:min(760px,100%);max-height:760px;margin-top:18px}.tool-workbench__footer select{border:1px solid var(--border);min-height:34px;color:var(--text-soft);background:var(--surface-raised);border-radius:7px;font-size:9px}.developer-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:18px;display:grid}.developer-summary article{border:1px solid var(--border);background:var(--surface);border-radius:11px;align-items:center;gap:12px;padding:18px;display:flex}.developer-summary article>span{width:38px;height:38px;color:var(--green);background:var(--green-soft);border-radius:9px;place-items:center;display:grid}.developer-summary small,.developer-summary strong{display:block}.developer-summary small{color:var(--muted);font-size:9px}.developer-summary strong{margin-top:4px;font-size:21px}.developer-secret{align-items:center;gap:10px;margin-top:10px;display:flex}.developer-secret code{color:#ffd4b8;background:#090b0a;border-radius:7px;flex:1;min-width:0;padding:9px;font-size:10px;overflow:auto}.developer-key-form{grid-template-columns:minmax(0,1fr) 180px auto;align-items:end;gap:10px;margin-top:18px;display:grid}.developer-section{border:1px solid var(--border);background:var(--surface);border-radius:12px;margin-top:18px;padding:20px}.developer-section>div:first-child h2{margin:0 0 6px;font-size:16px}.developer-section>div:first-child p{color:var(--muted);margin:0 0 16px;font-size:10px}.developer-key-list{gap:8px;display:grid}.developer-key-list article{border:1px solid var(--border);border-radius:9px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:13px;display:grid}.developer-key-list article>div:last-child{gap:6px;display:flex}.developer-key-list strong,.developer-key-list code,.developer-key-list small{display:block}.developer-key-list code{color:var(--text-soft);margin:5px 0;font-size:9px}.developer-key-list small{color:var(--muted);font-size:8px}.developer-mode{text-transform:uppercase;border-radius:6px;padding:5px 7px;font-size:8px;font-weight:700}.developer-mode--test{color:#8bc5ff;background:#3789dd21}.developer-mode--live{color:#72e7aa;background:var(--green-soft)}.credit-package-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;display:grid}.credit-package-grid article{border:1px solid var(--border);border-radius:9px;gap:9px;padding:15px;display:grid}.credit-package-grid span{color:var(--orange);font-size:15px;font-weight:700}.developer-usage{overflow-x:auto}.developer-usage>div{border-bottom:1px solid var(--border);min-width:650px;color:var(--text-soft);grid-template-columns:1.3fr .6fr .7fr .7fr .5fr;gap:10px;padding:9px;font-size:9px;display:grid}.developer-usage__head{text-transform:uppercase;letter-spacing:.08em;color:var(--muted)!important}.account-grid{grid-template-columns:270px minmax(0,1fr);align-items:start;gap:16px;display:grid}.settings-stack{flex-direction:column;gap:12px;display:flex}.settings-panel{border:1px solid var(--border);background:#0d100e;border-radius:12px;padding:22px}.profile-summary{flex-direction:column;align-items:flex-start;gap:18px;display:flex}.profile-summary h2{margin:0 0 4px;font-size:17px}.profile-summary p{color:var(--muted);margin:0 0 10px;font-size:10px}.settings-form{flex-direction:column;gap:16px;display:flex}.settings-form>.button{align-self:flex-start}.plan-panel,.usage-summary{justify-content:space-between;align-items:center;gap:24px;display:flex}.plan-panel>div>svg{color:var(--orange);margin-bottom:14px}.plan-panel h2,.usage-summary h2{letter-spacing:-.035em;margin:7px 0;font-size:24px}.plan-panel p,.usage-summary p{color:var(--muted);margin:0;font-size:11px}.account-page>.notice{margin-top:14px}.security-row{grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:13px;display:grid}.security-row>span:first-child{width:38px;height:38px;color:var(--muted);background:var(--surface-raised);border-radius:9px;place-items:center;display:grid}.security-row h2{margin:0 0 5px;font-size:13px}.security-row p{color:var(--muted);margin:0;font-size:10px;line-height:1.5}.danger-zone{border-color:#f871712e}.danger-zone>span:first-child{color:var(--danger);background:var(--danger-soft)}.toggle-row{cursor:pointer;justify-content:space-between;align-items:center;gap:20px;display:flex}.toggle-row h2{margin:0 0 5px;font-size:13px}.toggle-row p{color:var(--muted);margin:0;font-size:10px}.toggle-row input{opacity:0;position:absolute}.toggle-row>span{background:#292e2a;border-radius:999px;flex:none;width:40px;height:23px;transition:all .15s;position:relative}.toggle-row>span:after{content:"";background:#858d87;border-radius:50%;width:17px;height:17px;transition:all .15s;position:absolute;top:3px;left:3px}.toggle-row input:checked+span{background:#00bf6357}.toggle-row input:checked+span:after{background:var(--green);left:20px}.admin-access-page{background:radial-gradient(circle at 50% 20%,#ff914d12,transparent 32%),var(--bg-deep);place-items:center;min-height:100svh;padding:24px;display:grid}.admin-access-card{background:var(--surface);width:min(440px,100%);box-shadow:var(--shadow);border:1px solid #ff914d38;border-radius:15px;padding:36px}.admin-access-icon{width:48px;height:48px;color:var(--orange);background:var(--orange-soft);border-radius:12px;place-items:center;margin-bottom:22px;display:grid}.admin-access-card h1{letter-spacing:-.04em;margin:8px 0 10px;font-size:27px}.admin-access-card>p{color:var(--muted);margin:0 0 22px;font-size:12px;line-height:1.6}.admin-access-card .notice{margin-bottom:14px}.admin-access-card form{flex-direction:column;gap:15px;display:flex}.admin-access-card>small{color:var(--muted-dim);margin-top:16px;font-size:9px;line-height:1.5;display:block}.admin-shell{background:#080a09;grid-template-columns:220px minmax(0,1fr);min-height:100svh;display:grid}.admin-sidebar{border-right:1px solid var(--border);background:#0b0d0c;flex-direction:column;width:220px;padding:16px 12px;display:flex;position:fixed;inset:0 auto 0 0}.admin-badge{border-bottom:1px solid var(--border);color:var(--orange);align-items:center;gap:9px;margin-bottom:10px;padding:11px 10px 18px;display:flex}.admin-badge>span{flex-direction:column;gap:2px;display:flex}.admin-badge strong{color:var(--text);font-size:12px}.admin-badge small{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:8px}.admin-sidebar nav{flex-direction:column;display:flex;overflow-y:auto}.admin-sidebar nav a{min-height:34px;color:var(--muted);border-radius:7px;align-items:center;padding:0 10px;font-size:10px;display:flex}.admin-sidebar nav a:hover,.admin-sidebar nav a.active{color:var(--text);background:var(--surface-raised)}.admin-back{color:var(--muted);align-items:center;gap:6px;margin-top:auto;padding:10px;font-size:10px;display:flex}.admin-main{grid-column:2;min-width:0}.admin-page{width:min(1040px,100% - 56px);margin:0 auto;padding:46px 0 80px}.admin-page>.notice{margin-bottom:18px}.not-found{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100svh;padding:24px;display:flex}.not-found>svg{color:var(--muted);margin-bottom:18px}.not-found h1{letter-spacing:-.04em;margin:8px 0;font-size:30px}.not-found p{color:var(--muted);margin:0 0 22px;font-size:12px}@media (width<=1100px){.landing-hero{grid-template-columns:minmax(0,.9fr) minmax(450px,1.1fr);gap:38px}.workspace-preview{height:400px}.identity-orbit{width:390px;height:390px}.capability-system{grid-template-columns:220px 1fr}.security-section{gap:42px}.security-flow span{width:125px}.workspace-page{width:calc(100% - 40px)}.tool-workbench{grid-template-columns:1fr}.tool-workbench>.notice{width:100%}}@media (width<=900px){.landing-header{grid-template-columns:1fr auto;padding-inline:22px}.landing-header__nav{display:none}.landing-hero{text-align:center;grid-template-columns:1fr;width:min(690px,100% - 40px);min-height:0;padding-top:134px}.landing-hero__copy{margin:0 auto}.landing-hero h1,.landing-hero__copy>p{margin-inline:auto}.hero-actions{justify-content:center}.landing-hero__visual{margin-top:50px}.workspace-preview{transform:none}.system-section,.security-section,.landing-cta,.landing-footer{width:calc(100% - 40px)}.system-section{padding:95px 0}.capability-system{grid-template-columns:1fr}.capability-system__center{min-height:220px}.security-section{grid-template-columns:1fr}.security-flow{justify-content:flex-start}.landing-footer{text-align:center;grid-template-columns:1fr;justify-items:center}.landing-footer>a{justify-self:center}.chat-layout{grid-template-columns:190px minmax(0,1fr)}.account-grid{grid-template-columns:1fr}.profile-summary{flex-direction:row;align-items:center}.admin-shell{grid-template-columns:170px minmax(0,1fr)}.admin-sidebar{width:170px}}@media (width<=740px){.landing-header{height:62px}.landing-header__actions{display:none}.mobile-menu-button{border:1px solid var(--border);width:38px;height:38px;color:var(--text-soft);background:var(--surface);border-radius:9px;justify-self:end;place-items:center;display:grid}.mobile-menu{border:1px solid var(--border-strong);box-shadow:var(--shadow);background:#101311;border-radius:12px;flex-direction:column;gap:2px;padding:10px;display:flex;position:absolute;top:68px;left:18px;right:18px}.mobile-menu>a:not(.button){min-height:42px;color:var(--muted);border-radius:8px;align-items:center;padding:0 10px;font-size:12px;display:flex}.mobile-menu .button{margin-top:5px}.landing-hero{gap:25px;padding-top:115px}.landing-hero h1{font-size:clamp(42px,12vw,60px)}.landing-hero__copy>p{font-size:15px}.identity-orbit{width:330px;height:330px;top:-65px}.workspace-preview{grid-template-columns:48px 1fr;height:360px}.workspace-preview__rail{padding-inline:7px}.preview-stage{margin-top:55px}.capability-system__grid{grid-template-columns:1fr}.capability-system__grid article,.capability-system__grid article:nth-child(odd),.capability-system__grid article:nth-last-child(-n+2){border-right:0;border-bottom:1px solid var(--border)}.capability-system__grid article:last-child{border-bottom:0}.security-flow{padding-bottom:6px;overflow-x:auto}.security-flow span{min-width:118px}.landing-cta{flex-direction:column;align-items:flex-start;padding:30px}.landing-cta h2{font-size:30px}.auth-shell{padding:20px}.auth-shell__top .text-link{font-size:0}.auth-shell__top .text-link svg{width:18px;height:18px}.auth-shell__content{margin-top:46px}.auth-card{padding:24px}.workspace-shell{min-height:100svh;padding-top:57px;padding-bottom:calc(62px + env(safe-area-inset-bottom));display:block}.workspace-rail{display:none}.workspace-topbar{justify-content:space-between;height:57px;padding:0 14px;left:0}.workspace-topbar>.brand{display:inline-flex}.topbar-menu{width:34px;height:34px;color:var(--muted);background:0 0;border:0;border-radius:8px;place-items:center;display:grid}.global-search{display:none}.account-control{position:static}.account-control>button{padding:0}.account-control>button>span:not(.avatar),.account-control>button>svg{display:none}.account-menu{top:47px;right:12px}.workspace-main{min-height:calc(100svh - 119px)}.mobile-tabs{z-index:28;height:calc(62px + env(safe-area-inset-bottom));padding:5px 8px env(safe-area-inset-bottom);border-top:1px solid var(--border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#080a09f0;grid-template-columns:repeat(5,1fr);display:grid;position:fixed;inset:auto 0 0}.mobile-tabs a,.mobile-tabs button{min-width:0;color:var(--muted);background:0 0;border:0;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:4px;font-size:8px;display:flex}.mobile-tabs a.active{color:var(--orange)}.mobile-drawer-backdrop{z-index:60;opacity:0;visibility:hidden;background:#00000094;transition:all .18s;display:block;position:fixed;inset:0}.mobile-drawer-backdrop.open{opacity:1;visibility:visible}.mobile-drawer{z-index:61;border-left:1px solid var(--border);background:#0c0f0d;flex-direction:column;width:min(330px,88vw);padding:18px;transition:transform .2s;display:flex;position:fixed;inset:0 0 0 auto;transform:translate(100%)}.mobile-drawer.open{transform:translate(0)}.mobile-drawer__top{justify-content:space-between;align-items:center;margin-bottom:22px;display:flex}.mobile-drawer__top button{width:35px;height:35px;color:var(--muted);background:var(--surface);border:0;border-radius:8px;place-items:center;display:grid}.mobile-drawer nav{flex-direction:column;gap:3px;display:flex}.mobile-drawer nav a{min-height:44px;color:var(--muted);border-radius:8px;align-items:center;gap:12px;padding:0 11px;font-size:12px;display:flex}.mobile-drawer nav a.active{color:var(--text);background:var(--surface-raised)}.mobile-drawer__account{border-top:1px solid var(--border);align-items:center;gap:11px;margin-top:auto;padding:14px 4px;display:flex}.mobile-drawer__account>div{flex-direction:column;gap:3px;min-width:0;display:flex}.mobile-drawer__account strong,.mobile-drawer__account span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mobile-drawer__account strong{font-size:11px}.mobile-drawer__account span{color:var(--muted);font-size:9px}.workspace-page{width:calc(100% - 28px);padding:28px 0 60px}.page-header{flex-direction:column;gap:17px;min-height:0;margin-bottom:24px}.page-header h1{font-size:30px}.page-header__actions,.page-header__actions>.button:only-child{width:100%}.home-page{padding-top:42px}.home-greeting{margin-top:17px}.home-hero h1{margin-bottom:22px;font-size:35px}.composer{min-height:116px;padding:12px}.quick-prompts{scrollbar-width:none;flex-wrap:nowrap;justify-content:flex-start;padding:0 1px 5px;overflow-x:auto}.quick-prompts button{white-space:nowrap}.home-context{margin-top:65px}.context-grid{grid-template-columns:1fr}.context-row:nth-child(odd){border-right:0}.section-title-row>a{display:none}.floating-new{z-index:24;right:16px;bottom:calc(74px + env(safe-area-inset-bottom));color:#1a0b03;background:var(--orange);border:1px solid #ff914d47;border-radius:999px;align-items:center;gap:7px;min-height:40px;padding:0 14px;font-size:10px;font-weight:700;display:flex;position:fixed;box-shadow:0 10px 30px #0006}.resource-toolbar{padding-inline:10px}.resource-toolbar>span{display:none}.dialog{padding:24px}.chat-layout{height:calc(100svh - 119px);display:block}.chat-sidebar{display:none}.chat-main{grid-template-rows:51px minmax(0,1fr) auto;height:100%}.chat-header{padding-inline:14px}.message-scroll{padding:24px 16px}.message-scroll>.empty-state{margin-top:4vh}.chat-composer-wrap{padding:9px 10px max(8px,env(safe-area-inset-bottom))}.message{grid-template-columns:30px minmax(0,1fr);gap:10px}.message p{font-size:12px}.tool-row{grid-template-columns:40px minmax(0,1fr) 16px;gap:12px;min-height:105px;padding:17px}.tool-row .status-pill{display:none}.tool-row__icon{width:40px;height:40px}.tool-workbench__input{min-height:240px}.builder-page{height:calc(100svh - 119px)}.builder-grid{grid-template-columns:1fr}.builder-preview{display:none}.builder-header{grid-template-columns:1fr auto}.builder-header>div{justify-self:end}.builder-header>.button{display:none}.account-grid{gap:12px}.profile-summary{flex-direction:row}.settings-panel{padding:17px}.plan-panel,.usage-summary,.security-row{align-items:flex-start}.security-row{grid-template-columns:36px minmax(0,1fr)}.security-row>.status-pill,.security-row>.button{grid-column:2}.admin-shell{display:block}.admin-sidebar{flex-direction:row;align-items:center;width:auto;height:58px;padding:7px 12px;position:static;overflow-x:auto}.admin-badge{border-bottom:0;border-right:1px solid var(--border);margin:0 8px 0 0;padding:0 12px 0 0}.admin-badge small{display:none}.admin-sidebar nav{flex-direction:row;overflow:visible}.admin-sidebar nav a{white-space:nowrap}.admin-back{display:none}.admin-main{min-width:0}.admin-page{width:calc(100% - 28px);padding-top:28px}}@media (width<=480px){.form-row{grid-template-columns:1fr}.landing-hero,.system-section,.security-section,.landing-cta,.landing-footer{width:calc(100% - 28px)}.landing-hero h1{font-size:43px}.hero-actions{flex-direction:column}.hero-actions .button{width:100%}.workspace-preview{border-radius:12px;grid-template-columns:42px 1fr;height:315px}.workspace-preview__rail>span{width:27px;height:27px}.preview-stage{width:calc(100% - 24px);margin-top:38px}.preview-stage h2{font-size:19px}.preview-composer{height:68px}.preview-context span:last-child{display:none}.system-section{padding-block:80px}.capability-system{margin-top:42px}.section-heading h2,.security-section h2{font-size:34px}.security-section{padding-block:80px}.security-flow i{width:16px}.landing-cta{min-height:0}.auth-card{border-radius:13px;padding:21px 18px}.auth-card>header h1{font-size:27px}.workspace-page{width:calc(100% - 24px)}.home-hero h1{font-size:32px}.page-header__actions{flex-wrap:wrap}.resource-row{padding-inline:11px}.resource-row__icon{width:31px;height:31px}.tool-row{grid-template-columns:37px minmax(0,1fr) 15px;padding:14px 12px}.tool-row__icon{width:37px;height:37px}.tool-row h2{font-size:13px}.tool-row p{font-size:10px}.builder-header>div .status-pill{display:none}.profile-summary{align-items:flex-start}.profile-summary .avatar--lg{width:58px;height:58px}.admin-access-card{padding:27px 20px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.brand__mark{background:#020403;border:0;border-radius:10px;width:38px;height:38px;box-shadow:0 0 24px #00bf631a}.brand__mark:before,.brand__mark:after{display:none}.brand__mark img{object-fit:cover;width:100%;height:100%;display:block}.brand__copy{gap:2px;line-height:1}.brand__copy strong{color:#f8faf8;letter-spacing:-.045em;font-size:17px;font-weight:760}.brand__copy small{color:#858d87;letter-spacing:.16em;margin:0;font-size:8px;font-weight:700}.brand--compact .brand__mark{width:36px;height:36px}.marketing-shell{background:radial-gradient(circle at 64% -10%, #00bf6311, transparent 32%), var(--bg);min-height:100svh;overflow:clip}.skip-link{z-index:100;color:#130a05;background:var(--orange);border-radius:8px;padding:10px 14px;position:fixed;top:8px;left:8px;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.marketing-header{z-index:50;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#050706d1;border-bottom:1px solid #272d29c2;grid-template-columns:1fr auto 1fr;align-items:center;height:72px;padding:0 max(24px,50vw - 620px);display:grid;position:fixed;inset:0 0 auto}.marketing-nav{color:#a3aaa5;align-items:center;gap:27px;font-size:13px;display:flex}.marketing-nav>a,.marketing-nav__dropdown>button{transition:color .15s}.marketing-nav>a:hover,.marketing-nav>a.active,.marketing-nav__dropdown>button:hover{color:var(--text)}.marketing-nav__dropdown{position:relative}.marketing-nav__dropdown>button{color:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;padding:9px 0;display:flex}.feature-dropdown{background:#0c0f0dfa;border:1px solid #2b312d;border-radius:13px;width:500px;padding:10px;position:absolute;top:43px;left:50%;transform:translate(-42%);box-shadow:0 24px 70px #00000085}.feature-dropdown__overview{background:linear-gradient(100deg,#ff914d1a,#00bf6312);border-radius:9px;padding:13px;display:block}.feature-dropdown__overview strong{color:var(--text);font-size:13px;display:block}.feature-dropdown__overview span{color:var(--muted);margin-top:4px;font-size:11px;display:block}.feature-dropdown>div{grid-template-columns:1fr 1fr;gap:2px;padding:8px 2px 2px;display:grid}.feature-dropdown>div a{color:var(--text-soft);border-radius:8px;align-items:center;gap:9px;padding:10px;font-size:12px;display:flex}.feature-dropdown>div a svg{color:var(--orange)}.feature-dropdown>div a:hover{background:var(--surface-hover)}.marketing-header__actions{justify-self:end;gap:5px;display:flex}.marketing-mobile-menu{display:none}.marketing-shell>main{min-height:70svh}.marketing-footer{border-top:1px solid var(--border);grid-template-columns:1fr auto;gap:30px;width:min(1240px,100% - 48px);margin:72px auto 0;padding:42px 0 28px;display:grid}.marketing-footer>div:first-child p{color:var(--muted);margin:14px 0 0;font-size:12px}.marketing-footer>nav{color:var(--muted);align-items:flex-start;gap:24px;font-size:12px;display:flex}.marketing-footer a:hover{color:var(--text)}.marketing-footer__legal{color:#6f7771;border-top:1px solid #171b18;grid-column:1/-1;justify-content:space-between;padding-top:22px;font-size:10px;display:flex}.public-hero{grid-template-columns:minmax(0,.85fr) minmax(520px,1.15fr);align-items:center;gap:68px;width:min(1240px,100% - 48px);min-height:760px;margin:0 auto;padding:150px 0 88px;display:grid}.public-hero__copy{max-width:610px}.public-hero h1,.public-page-hero h1,.feature-public-hero h1{color:#f5f7f5;letter-spacing:-.058em;margin:23px 0 20px;font-size:clamp(49px,5.1vw,75px);font-weight:580;line-height:.99}.public-hero__copy>p,.public-page-hero>p,.feature-public-hero>div:first-child>p{color:#abb2ad;max-width:620px;margin:0;font-size:17px;line-height:1.68}.public-hero__visual{min-width:0;position:relative}.hero-brand-glow{opacity:.43;filter:saturate(.92)contrast(1.06);border-radius:50%;width:430px;height:430px;position:absolute;top:-150px;left:50%;overflow:hidden;transform:translate(-50%);-webkit-mask-image:radial-gradient(circle,#000 28%,#0000 72%);mask-image:radial-gradient(circle,#000 28%,#0000 72%)}.hero-brand-glow img{object-fit:cover;width:100%;height:100%}.hero-product-window{z-index:1;background:#090c0a;border:1px solid #2a302c;border-radius:16px;grid-template-columns:56px 1fr;height:430px;display:grid;position:relative;overflow:hidden;transform:perspective(1200px)rotateY(-3deg);box-shadow:0 48px 120px #0000008a}.hero-product-window__rail{border-right:1px solid var(--border);background:#070908;flex-direction:column;align-items:center;gap:11px;padding:13px 9px;display:flex}.hero-product-window__rail img{border-radius:8px;width:33px;height:33px;margin-bottom:15px}.hero-product-window__rail span{color:#636b65;border-radius:8px;place-items:center;width:32px;height:32px;display:grid}.hero-product-window__rail span.active{color:var(--orange);background:var(--orange-soft)}.hero-product-window__body{min-width:0}.public-builder-feature,.public-connected-section,.public-security-strip,.public-final-cta,.public-page{width:min(1240px,100% - 48px);margin-inline:auto}.public-builder-feature{border-top:1px solid var(--border);grid-template-columns:.8fr 1.2fr;align-items:center;gap:80px;padding:120px 0;display:grid}.builder-feature__copy h2,.section-heading h2,.public-final-cta h2,.feature-narrative h2,.public-page-cta h2{letter-spacing:-.05em;margin:13px 0 17px;font-size:clamp(34px,3.8vw,52px);font-weight:580;line-height:1.06}.builder-feature__copy>p,.section-heading>p,.public-final-cta p,.feature-narrative>p{color:var(--muted);font-size:14px;line-height:1.72}.builder-feature__copy ul{color:var(--text-soft);gap:10px;margin:25px 0;padding:0;font-size:12px;list-style:none;display:grid}.builder-feature__copy li:before{content:"";background:var(--green);border-radius:50%;width:6px;height:6px;margin:0 10px 1px 0;display:inline-block}.builder-feature__visual{min-height:440px;box-shadow:var(--shadow);background:#090c0a;border:1px solid #2b302d;border-radius:16px;grid-template-columns:175px 1fr;display:grid;overflow:hidden}.builder-mini-sidebar{border-right:1px solid var(--border);color:var(--muted);flex-direction:column;gap:9px;padding:20px 15px;font-size:11px;display:flex}.builder-mini-sidebar>svg{color:var(--orange)}.builder-mini-sidebar strong{color:var(--text);margin-bottom:20px}.builder-mini-sidebar span{border-radius:7px;padding:9px}.builder-mini-sidebar span.active{color:var(--text);background:var(--surface-hover)}.builder-mini-canvas{background:#0c0f0d;min-width:0;padding:18px}.builder-mini-canvas>div{color:var(--muted);justify-content:space-between;font-size:10px;display:flex}.builder-mini-canvas>div p{gap:8px;margin:0;display:flex}.builder-mini-canvas section{color:#172019;text-align:center;background:linear-gradient(145deg,#f1f0eb,#dce5dd);border:1px solid #262c28;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;height:345px;margin-top:14px;display:flex}.builder-mini-canvas section i{background:#16201921;border-radius:99px;width:55%;height:8px;margin:5px}.builder-mini-canvas section i:first-child{background:#00a959;width:14%;height:5px}.builder-mini-canvas section strong{margin-top:25px;font-size:17px}.builder-mini-canvas section small{color:#536057;width:70%;margin-top:8px}.public-connected-section{border-top:1px solid var(--border);padding:120px 0}.connected-story{grid-template-columns:repeat(4,1fr);gap:12px;margin-top:64px;display:grid;position:relative}.connected-story__line{z-index:0;background:linear-gradient(90deg,var(--orange),#ff914d47,#00bf6347,var(--green));height:1px;position:absolute;top:41px;left:8%;right:8%}.connected-story article{z-index:1;border:1px solid var(--border);background:#0c0f0d;border-radius:12px;min-height:190px;padding:22px;position:relative}.connected-story article>span{float:right;color:#59615b;letter-spacing:.1em;font-size:9px}.connected-story article>svg{border:1px solid var(--border);width:39px;height:39px;color:var(--orange);background:#111411;border-radius:9px;padding:9px}.connected-story article:last-child>svg{color:var(--green)}.connected-story h3{margin:28px 0 8px;font-size:15px}.connected-story p{color:var(--muted);margin:0;font-size:12px;line-height:1.55}.public-security-strip{background:linear-gradient(90deg,#00bf6314,#ff914d0a);border:1px solid #00bf6330;border-radius:13px;justify-content:space-between;align-items:center;gap:20px;min-height:96px;padding:20px 24px;display:flex}.public-security-strip>div{align-items:center;gap:13px;display:flex}.public-security-strip>div>svg{color:var(--green)}.public-security-strip span{flex-direction:column;gap:4px;display:flex}.public-security-strip strong{font-size:13px}.public-security-strip small{color:var(--muted);font-size:11px}.public-security-strip>a{color:var(--muted);align-items:center;gap:5px;font-size:11px;display:flex}.public-final-cta{background:radial-gradient(circle at 8%,#ff914d17,#0000 28%),radial-gradient(circle at 80% 10%,#00bf6312,#0000 28%),#0b0e0c;border:1px solid #2a302c;border-radius:17px;grid-template-columns:72px 1fr auto;align-items:center;gap:30px;margin-top:110px;padding:52px;display:grid}.public-final-cta img{border-radius:15px;width:72px;height:72px}.public-final-cta h2{margin-bottom:8px;font-size:clamp(27px,3vw,39px)}.public-final-cta p{margin:0}.public-page{padding-top:150px}.public-page-hero{max-width:800px;padding-bottom:76px}.public-page-hero h1{font-size:clamp(46px,5.4vw,70px)}.feature-directory{border-top:1px solid var(--border)}.feature-directory__item{border-bottom:1px solid var(--border);grid-template-columns:42px 44px 1fr 22px;align-items:center;gap:20px;min-height:155px;padding:25px 20px;transition:background .16s;display:grid}.feature-directory__item:hover{background:#ffffff05}.feature-directory__item--featured{background:linear-gradient(90deg,#ff914d12,#00bf630b)}.feature-directory__number{color:#626a64;letter-spacing:.1em;font-size:10px}.feature-directory__icon{width:44px;height:44px;color:var(--orange);background:#101310;border:1px solid #2a302c;border-radius:10px;place-items:center;display:grid}.feature-directory__item--featured .feature-directory__icon{color:var(--green)}.feature-directory h2{letter-spacing:-.03em;margin:7px 0;font-size:20px}.feature-directory p{max-width:760px;color:var(--muted);margin:0;font-size:12px;line-height:1.6}.feature-directory__item>svg{color:#646c66}.feature-public-hero{grid-template-columns:1fr 380px;align-items:center;gap:80px;min-height:640px;padding:140px 0 80px;display:grid}.feature-public-hero h1{max-width:770px}.feature-public-hero__mark{background:#030504;border:1px solid #262c28;border-radius:50%;place-items:center;height:380px;display:grid;position:relative;overflow:hidden}.feature-public-hero__mark img{object-fit:cover;opacity:.42;width:100%;height:100%;position:absolute;inset:0}.feature-public-hero__mark>span{z-index:1;width:92px;height:92px;color:var(--text);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a0e0bb8;border:1px solid #ffffff1f;border-radius:24px;place-items:center;display:grid}.feature-workflow{border-block:1px solid var(--border);padding:42px 0}.feature-workflow>div{grid-template-columns:repeat(4,1fr);gap:16px;margin-top:25px;display:grid}.feature-workflow>div>div{flex-direction:column;gap:12px;min-height:86px;display:flex;position:relative}.feature-workflow span{color:var(--orange);font-size:10px}.feature-workflow strong{max-width:170px;font-size:12px;line-height:1.5}.feature-workflow i{background:#29302b;height:1px;position:absolute;top:7px;left:42px;right:0}.feature-narrative{grid-template-columns:1fr .65fr;align-items:end;gap:90px;padding:110px 0 70px;display:grid}.feature-narrative h2{max-width:650px}.feature-highlights{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.feature-highlights article{border:1px solid var(--border);background:#0c0f0d;border-radius:12px;min-height:220px;padding:25px}.feature-highlights article>span{width:35px;height:35px;color:var(--green);background:var(--green-soft);border-radius:50%;place-items:center;display:grid}.feature-highlights h2{margin:45px 0 9px;font-size:16px}.feature-highlights p{color:var(--muted);margin:0;font-size:12px;line-height:1.65}.feature-release-note,.pricing-trust,.support-safety{border:1px solid var(--border);color:var(--muted);background:#0b0e0c;border-radius:11px;align-items:flex-start;gap:12px;margin-top:18px;padding:18px 20px;font-size:12px;display:flex}.feature-release-note>svg,.support-safety>svg{color:var(--green);flex:none}.feature-release-note strong,.support-safety strong{color:var(--text-soft);margin-bottom:5px;display:block}.feature-release-note p,.support-safety p,.pricing-trust p{margin:0;line-height:1.6}.public-page-cta{border-block:1px solid var(--border);justify-content:space-between;align-items:center;gap:25px;margin-top:90px;padding:38px 0;display:flex}.public-page-cta h2{margin-bottom:0;font-size:clamp(27px,3vw,40px)}.pricing-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:12px;display:grid}.pricing-card{border:1px solid var(--border);background:#0c0f0d;border-radius:14px;flex-direction:column;min-height:480px;padding:26px;display:flex;position:relative}.pricing-card--popular{background:radial-gradient(circle at 100% 0,#ff914d1a,#0000 32%),#0c0f0d;border-color:#ff914d57}.pricing-card__flag,.billing-plan__flag{color:#1a0d05;background:var(--orange);text-transform:uppercase;border-radius:99px;padding:5px 8px;font-size:9px;font-weight:800;position:absolute;top:15px;right:15px}.pricing-card h2{margin:13px 0 7px;font-size:24px}.pricing-card>p{min-height:43px;color:var(--muted);margin:0;font-size:12px;line-height:1.55}.pricing-card__price{align-items:baseline;gap:5px;margin:29px 0 24px;display:flex}.pricing-card__price strong{letter-spacing:-.045em;font-size:36px}.pricing-card__price span{color:var(--muted);font-size:11px}.pricing-card ul,.billing-plan ul{color:var(--text-soft);gap:11px;margin:0 0 26px;padding:0;font-size:11px;list-style:none;display:grid}.pricing-card li,.billing-plan li{align-items:flex-start;gap:8px;display:flex}.pricing-card li svg,.billing-plan li svg{color:var(--green);flex:none;margin-top:1px}.pricing-card .button{width:100%;margin-top:auto}.pricing-trust{align-items:center}.pricing-trust strong{color:var(--text-soft);min-width:max-content}.support-options{grid-template-columns:1fr 1fr;gap:12px;display:grid}.support-options>a{border:1px solid var(--border);background:#0c0f0d;border-radius:13px;grid-template-columns:48px 1fr 20px;align-items:start;gap:18px;min-height:230px;padding:26px;transition:all .16s;display:grid}.support-options>a:hover{border-color:#3a423d;transform:translateY(-2px)}.support-options>a>span{width:48px;height:48px;color:var(--orange);background:var(--orange-soft);border-radius:11px;place-items:center;display:grid}.support-options>a:nth-child(2)>span{color:var(--green);background:var(--green-soft)}.support-options h2{letter-spacing:-.025em;margin:12px 0 10px;font-size:18px}.support-options p{color:var(--muted);margin:0;font-size:12px;line-height:1.65}.support-options>a>svg{color:#687069}.profile-review-backdrop{z-index:90;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#020403e0;place-items:center;padding:24px;display:grid;position:fixed;inset:0;overflow-y:auto}.profile-review{background:#0b0e0c;border:1px solid #303632;border-radius:16px;width:min(760px,100%);max-height:calc(100svh - 48px);padding:28px;overflow-y:auto;box-shadow:0 35px 110px #000000ad}.profile-review__heading{align-items:center;gap:17px;margin-bottom:23px;display:flex}.profile-review__heading .eyebrow{color:var(--green);align-items:center;gap:5px;display:flex}.profile-review__heading h1{letter-spacing:-.04em;margin:7px 0 6px;font-size:28px}.profile-review__heading p{color:var(--muted);margin:0;font-size:12px;line-height:1.55}.profile-review__form{gap:15px;margin-top:18px;display:grid}.profile-review__password{gap:14px;display:grid}.profile-review__actions{justify-content:space-between;align-items:center;gap:20px;padding-top:5px;display:flex}.profile-review__actions p{max-width:390px;color:var(--muted);margin:0;font-size:10px;line-height:1.5}.billing-page{gap:20px;display:grid}.billing-current{border:1px solid var(--border);background:linear-gradient(110deg,#00bf630f,#0000 40%),#0c0f0d;border-radius:13px;justify-content:space-between;align-items:center;gap:20px;padding:22px;display:flex}.billing-current>div{align-items:center;gap:14px;display:flex}.billing-current__icon{width:43px;height:43px;color:var(--green);background:var(--green-soft);border-radius:10px;place-items:center;display:grid}.billing-current h2{margin:5px 0 4px;font-size:20px}.billing-current p{color:var(--muted);margin:0;font-size:11px}.billing-plans,.billing-history{padding-top:20px}.section-title-row h2{letter-spacing:-.025em;margin:7px 0 0;font-size:21px}.billing-plan-grid{grid-template-columns:repeat(3,1fr);gap:10px;margin-top:18px;display:grid}.billing-plan{border:1px solid var(--border);background:#0c0f0d;border-radius:12px;flex-direction:column;min-height:410px;padding:20px;display:flex;position:relative}.billing-plan--popular{border-color:#ff914d4d}.billing-plan h3{margin:10px 0 6px;font-size:19px}.billing-plan>div>p{min-height:38px;color:var(--muted);margin:0;font-size:11px;line-height:1.55}.billing-plan__price{letter-spacing:-.04em;margin:22px 0;font-size:27px}.billing-plan__price small{color:var(--muted);margin-left:4px;font-size:10px;font-weight:500}.billing-plan .button,.billing-plan__note{width:100%;margin-top:auto}.billing-plan__note{color:var(--muted);font-size:10px;line-height:1.5}.billing-table{border:1px solid var(--border);border-radius:12px;margin-top:18px;overflow:hidden}.billing-table__head,.billing-table__row{grid-template-columns:130px 1fr 120px 110px 170px;align-items:center;gap:12px;padding:13px 15px;display:grid}.billing-table__head{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;background:#0a0d0b;font-size:9px;font-weight:700}.billing-table__row{border-top:1px solid var(--border);min-height:58px;color:var(--text-soft);font-size:11px}.billing-table__row code{color:var(--muted);text-overflow:ellipsis;font-size:9px;overflow:hidden}.dialog-backdrop{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000c7;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.dialog{width:min(480px,100%);box-shadow:var(--shadow);background:#0d100e;border:1px solid #333936;border-radius:15px;padding:28px;position:relative}.dialog__close{width:34px;height:34px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;display:grid;position:absolute;top:14px;right:14px}.danger-icon{width:42px;height:42px;color:var(--danger);background:var(--danger-soft);border-radius:10px;place-items:center;margin-bottom:18px;display:grid}.dialog h2{letter-spacing:-.04em;margin:9px 0 12px;font-size:25px}.dialog>p{color:var(--muted);font-size:12px;line-height:1.65}.cancellation-date{border:1px solid var(--border);color:var(--orange);border-radius:9px;align-items:center;gap:11px;margin-top:18px;padding:13px;display:flex}.cancellation-date span{flex-direction:column;gap:3px;display:flex}.cancellation-date small{color:var(--muted);font-size:9px}.cancellation-date strong{color:var(--text-soft);font-size:12px}.dialog__actions{justify-content:flex-end;gap:8px;margin-top:24px;display:flex}.payment-return-error{background:var(--bg);place-content:center;gap:15px;min-height:100svh;padding:24px;display:grid}@media (width<=1000px){.marketing-nav{display:none}.marketing-header{grid-template-columns:1fr auto auto}.mobile-menu-button{border:1px solid var(--border);width:38px;height:38px;color:var(--text-soft);background:#0d100e;border-radius:9px;place-items:center;margin-left:8px;display:grid}.mobile-menu-button svg{width:18px}.marketing-mobile-menu{width:min(330px,100vw - 40px);box-shadow:var(--shadow);background:#0c0f0d;border:1px solid #2b312d;border-radius:12px;padding:12px;display:grid;position:absolute;top:71px;right:20px}.marketing-mobile-menu>a{color:var(--text-soft);border-bottom:1px solid #1c211e;padding:12px;font-size:13px}.marketing-mobile-menu>div{grid-template-columns:1fr 1fr;gap:8px;padding:12px 0 0;display:grid}.marketing-mobile-menu>div>a{place-items:center;min-height:40px;font-size:12px;display:grid}.public-hero{grid-template-columns:1fr;padding-top:145px}.public-hero__copy{max-width:760px}.public-hero__visual{width:min(720px,100%)}.public-builder-feature{grid-template-columns:1fr;gap:42px}.builder-feature__copy{max-width:720px}.feature-public-hero{grid-template-columns:1fr 280px;gap:45px}.feature-public-hero__mark{height:280px}.billing-table__head,.billing-table__row{grid-template-columns:110px 1fr 100px 90px}.billing-table__head span:last-child,.billing-table__row code{display:none}}@media (width<=760px){.marketing-header{height:64px;padding-inline:16px}.marketing-header__actions{display:none}.marketing-header{grid-template-columns:1fr auto}.marketing-mobile-menu{top:63px;right:12px}.marketing-footer,.public-hero,.public-builder-feature,.public-connected-section,.public-security-strip,.public-final-cta,.public-page{width:calc(100% - 28px)}.marketing-footer{grid-template-columns:1fr}.marketing-footer>nav{flex-wrap:wrap}.marketing-footer__legal{flex-direction:column;grid-column:auto;gap:10px}.public-hero{gap:45px;min-height:0;padding:120px 0 75px}.public-hero h1,.public-page-hero h1,.feature-public-hero h1{font-size:44px}.public-hero__copy>p,.public-page-hero>p,.feature-public-hero>div:first-child>p{font-size:15px}.hero-product-window{grid-template-columns:45px 1fr;height:330px;transform:none}.hero-product-window__rail{padding-inline:6px}.hero-product-window__rail img,.hero-product-window__rail span{width:30px;height:30px}.preview-stage{width:calc(100% - 28px);margin-top:46px}.public-builder-feature,.public-connected-section{padding-block:82px}.builder-feature__visual{grid-template-columns:1fr;min-height:370px}.builder-mini-sidebar{display:none}.builder-mini-canvas section{height:290px}.connected-story{grid-template-columns:1fr 1fr;margin-top:42px}.connected-story__line{display:none}.public-security-strip{flex-direction:column;align-items:flex-start}.public-final-cta{grid-template-columns:52px 1fr;margin-top:75px;padding:28px}.public-final-cta img{width:52px;height:52px}.public-final-cta .button{grid-column:1/-1;width:100%}.public-page{padding-top:118px}.public-page-hero{padding-bottom:55px}.feature-directory__item{grid-template-columns:36px 1fr 18px;gap:12px;min-height:145px;padding-inline:9px}.feature-directory__number{display:none}.feature-directory__icon{width:36px;height:36px}.feature-public-hero{grid-template-columns:1fr;min-height:0;padding:118px 0 70px}.feature-public-hero__mark{display:none}.feature-workflow>div{grid-template-columns:1fr 1fr}.feature-workflow i{display:none}.feature-narrative{grid-template-columns:1fr;gap:18px;padding-block:78px 50px}.feature-highlights,.pricing-grid,.support-options,.billing-plan-grid{grid-template-columns:1fr}.feature-highlights article{min-height:190px}.public-page-cta{flex-direction:column;align-items:flex-start}.public-page-cta .button{width:100%}.pricing-card{min-height:440px}.support-options>a{grid-template-columns:42px 1fr 18px;min-height:200px;padding:20px}.support-options>a>span{width:42px;height:42px}.profile-review-backdrop{align-items:end;padding:0}.profile-review{border-radius:16px 16px 0 0;width:100%;max-height:94svh;padding:22px 17px}.profile-review__heading{align-items:flex-start}.profile-review__actions{flex-direction:column;align-items:stretch}.billing-current{flex-direction:column;align-items:flex-start}.billing-current>div:last-child{flex-direction:column;align-items:stretch;width:100%}.billing-table{border:0;gap:8px;display:grid;overflow:visible}.billing-table__head{display:none}.billing-table__row{border:1px solid var(--border);background:#0c0f0d;border-radius:10px;grid-template-columns:1fr auto;gap:10px;padding:14px;display:grid}.billing-table__row>span:before,.billing-table__row>strong:before{content:attr(data-label);color:var(--muted);text-transform:uppercase;margin-bottom:4px;font-size:8px;font-weight:600;display:block}.billing-table__row code{display:none}}@media (width<=460px){.brand__mark{width:34px;height:34px}.brand__copy strong{font-size:15px}.public-hero h1,.public-page-hero h1,.feature-public-hero h1{font-size:39px}.public-hero .hero-actions{display:grid}.connected-story,.feature-workflow>div{grid-template-columns:1fr}.profile-review__heading .avatar{width:48px;height:48px}}.admin-user-search{gap:8px;margin:20px 0;display:flex}.admin-user-search label{border:1px solid var(--border);min-height:42px;color:var(--muted);background:#0b0e0c;border-radius:9px;flex:1;align-items:center;gap:9px;padding:0 13px;display:flex}.admin-user-search input{width:100%;color:var(--text);background:0 0;border:0;outline:0}.admin-metric-grid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.admin-metric{border:1px solid var(--border);background:#0c0f0d;border-radius:11px;align-items:center;gap:13px;min-height:115px;padding:18px;display:flex}.admin-metric__icon{width:37px;height:37px;color:var(--green);background:var(--green-soft);border-radius:9px;place-items:center;display:grid}.admin-metric strong{letter-spacing:-.03em;font-size:22px;display:block}.admin-metric small{color:var(--muted);font-size:10px}.admin-directory{border:1px solid var(--border);background:#0c0f0d;border-radius:12px;overflow:hidden}.admin-directory__summary{min-height:50px;color:var(--text-soft);justify-content:space-between;align-items:center;padding:0 15px;font-size:11px;display:flex}.admin-directory__summary small{color:var(--muted)}.admin-user-table__head,.admin-user-table__row{grid-template-columns:minmax(220px,1fr) 120px 95px 80px 115px;align-items:center;gap:12px;padding:13px 15px;display:grid}.admin-user-table__head{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;background:#090c0a;font-size:9px;font-weight:700}.admin-user-table__row{border-top:1px solid var(--border);min-height:65px;color:var(--text-soft);font-size:11px}.admin-user-table__row>div{min-width:0}.admin-user-table__row strong,.admin-user-table__row small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.admin-user-table__row small{color:var(--muted);margin-top:4px;font-size:9px}.admin-directory__pagination{border-top:1px solid var(--border);justify-content:flex-end;align-items:center;gap:8px;min-height:58px;padding:8px 12px;display:flex}.admin-directory__pagination>span{color:var(--muted);margin-inline:8px;font-size:10px}@media (width<=900px){.admin-metric-grid{grid-template-columns:repeat(2,1fr)}.admin-user-table{overflow-x:auto}.admin-user-table__head,.admin-user-table__row{min-width:720px}}@media (width<=560px){.admin-user-search{flex-direction:column}.admin-user-search .button{width:100%}.admin-metric-grid{grid-template-columns:1fr}.admin-directory{margin-inline:-2px}.admin-directory__pagination{justify-content:space-between}}
