﻿html,body,#app{width:100%;height:100%;-webkit-user-select:none;user-select:none;font-size:16px}:root{--brand: #7c3aed;--brand-dark: #6325d6;--ink: #070b1d;--muted: #64708a}*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{margin:0;min-height:100vh;min-height:100dvh;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--ink);background:radial-gradient(circle at 88% 18%,rgba(124,58,237,.22) 0 8%,transparent 28%),radial-gradient(circle at 0% 76%,rgba(124,58,237,.16) 0 5%,transparent 20%),radial-gradient(circle at 35% 18%,rgba(255,255,255,.96),transparent 35%),linear-gradient(140deg,#fbfaff 0%,#ffffff 43%,#f4efff 100%);overflow-x:hidden}body:before,body:after{content:"";position:fixed;pointer-events:none;z-index:-1}body:before{width:720px;height:720px;right:-230px;top:80px;border-radius:50%;border:1px solid rgba(124,58,237,.12);box-shadow:inset 0 0 0 22px #ffffff38,inset 0 0 0 44px #7c3aed09,inset 0 0 0 68px #7c3aed06,inset 0 0 0 92px #7c3aed05}body:after{width:300px;height:300px;left:-150px;bottom:-130px;border-radius:50%;background:radial-gradient(circle,rgba(124,58,237,.28),transparent 68%);filter:blur(4px)}a{color:inherit}code{overflow-wrap:anywhere}h1,h2,h3,p{margin:0}.page-shell{position:relative;width:min(1120px,calc(100% - 56px));margin:0 auto;padding:74px 0 76px}.hero{position:relative;padding:36px 8px 24px}.hero__content{position:relative;z-index:2;max-width:780px}.eyebrow{display:inline-flex;align-items:center;gap:18px;margin-bottom:32px;color:var(--brand);font-size:15px;font-weight:800;letter-spacing:.18em}.eyebrow span{width:16px;height:16px;border-radius:999px;background:linear-gradient(135deg,#8b5cf6,#6d28d9);box-shadow:0 0 24px #7c3aed73}.hero h1{max-width:780px;font-size:clamp(54px,7.1vw,84px);line-height:.98;letter-spacing:-.062em;font-weight:900}.hero__description{margin-top:30px;color:var(--muted);font-size:clamp(18px,2.1vw,24px);line-height:1.55;letter-spacing:-.02em}.hero__actions{display:flex;align-items:center;flex-wrap:wrap;gap:30px;margin-top:48px}.button{height:74px;padding:0 44px;border-radius:14px;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;gap:18px;font-size:22px;font-weight:800;text-decoration:none;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.button:hover{transform:translateY(-3px)}.button--primary{color:#fff;background:linear-gradient(135deg,#6d28d9 0%,#8b5cf6 100%);box-shadow:0 20px 36px #7c3aed42}.button--secondary{min-width:184px;color:var(--brand);background:rgba(255,255,255,.56);border-color:#7c3aed73;box-shadow:0 12px 26px #50369c12}.button__icon{width:44px;height:44px;border-radius:999px;display:grid;place-items:center;background:#fff}.button__icon img{width:20px;height:20px}.hero__hint{display:flex;align-items:center;gap:12px;margin-top:28px;color:#717c95;font-size:16px}.hero__hint img{width:32px;height:32px}.feature-grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,1fr);gap:28px;margin-top:72px}.feature-card{min-height:214px;padding:34px 22px 28px;border:1px solid rgba(124,58,237,.08);border-radius:16px;background:rgba(255,255,255,.72);box-shadow:0 20px 54px #482e8414;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);text-align:center}.feature-card img{width:58px;height:58px;margin-bottom:24px;padding:14px;border-radius:999px;background:#f0e8ff}.feature-card h3{font-size:20px;line-height:1.2;letter-spacing:-.04em}.feature-card p{margin-top:10px;color:var(--muted);font-size:16px;line-height:1.35}.usage{position:relative;margin-top:60px;padding:0 8px}.usage__header{display:flex;align-items:center;gap:28px;margin-bottom:20px}.usage__icon{width:78px;height:78px;border-radius:999px;background:linear-gradient(135deg,#6d28d9,#8b5cf6);box-shadow:0 18px 44px #7c3aed3b;display:grid;place-items:center}.usage__icon img{width:42px;height:42px;filter:brightness(0) invert(1)}.usage h2{font-size:42px;line-height:1;letter-spacing:-.055em;font-weight:900}.usage__header p{margin-top:10px;color:var(--muted);font-size:19px}.usage-list{display:grid;gap:16px}.usage-card{position:relative;display:grid;grid-template-columns:74px 1fr 44px;gap:24px;align-items:center;min-height:104px;padding:24px 28px 24px 32px;border:1px solid rgba(124,58,237,.1);border-radius:16px;background:rgba(255,255,255,.78);box-shadow:0 18px 52px #38287413;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.usage-card--query{min-height:150px}.usage-card--notice .usage-card__body p{color:#8a5f00}.usage-card__icon{width:64px;height:64px;border-radius:14px;background:#f1eaff;display:grid;place-items:center}.usage-card__icon img{width:34px;height:34px}.usage-card__body h3{margin-bottom:10px;font-size:22px;line-height:1.1;font-weight:900;letter-spacing:-.04em}.usage-card__body p{color:#526078;font-size:17px;line-height:1.45}.usage-card__body p code{color:var(--brand-dark);font-weight:700}.usage-card__body>code{display:block;width:100%;padding:18px 20px;border-radius:10px;border:1px solid rgba(124,58,237,.14);background:#f5efff;color:var(--brand-dark);font:600 15px/1.55 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.usage-card__number{justify-self:end;align-self:start;color:#7c3aedbd;font-size:25px;font-weight:900}.decor{position:absolute;pointer-events:none}.decor--orb-top{width:145px;height:145px;right:20px;top:144px;border-radius:50%;background:radial-gradient(circle at 36% 30%,#fff,rgba(124,58,237,.23) 35%,rgba(124,58,237,.05) 66%,transparent 72%);filter:blur(.1px)}.decor--orb-bottom{width:520px;height:520px;right:-210px;top:248px;border-radius:50%;background:radial-gradient(circle,rgba(124,58,237,.18),rgba(124,58,237,.07) 46%,transparent 69%)}.decor--star{right:132px;top:280px;color:#fff;text-shadow:0 0 18px rgba(124,58,237,.32);font-size:42px}.decor--dots{width:180px;height:180px;opacity:.55;background-image:radial-gradient(rgba(124,58,237,.22) 1.4px,transparent 1.4px);background-size:18px 18px}.decor--dots-top{right:250px;top:0}.decor--left{left:-72px;bottom:450px}.decor--arc{width:640px;height:640px;right:-260px;top:8px;border-radius:50%;border:1px solid rgba(124,58,237,.1);box-shadow:inset 0 0 0 18px #7c3aed09,inset 0 0 0 38px #fff6,inset 0 0 0 58px #7c3aed06,inset 0 0 0 82px #7c3aed05}@media (max-width: 900px){.page-shell{width:min(100% - 32px,720px);padding-top:48px}.desktop-only{display:none}.hero h1{font-size:clamp(44px,11vw,68px)}.feature-grid{grid-template-columns:repeat(2,1fr);gap:16px}.usage-card{grid-template-columns:58px 1fr;padding:22px}.usage-card__number{position:absolute;right:20px;top:18px}.usage-card code{font-size:13px}.decor--arc{right:-390px;top:42px}}@media (max-width: 560px){.hero{padding-top:12px}.eyebrow{font-size:12px;gap:12px;margin-bottom:22px}.eyebrow span{width:12px;height:12px}.hero__actions{gap:14px;margin-top:34px}.button{width:100%;height:60px;font-size:18px;padding:0 24px}.feature-grid{grid-template-columns:1fr;margin-top:44px}.feature-card{min-height:auto}.usage__header{gap:18px;align-items:flex-start}.usage__icon{width:58px;height:58px;flex:0 0 auto}.usage__icon img{width:32px;height:32px}.usage h2{font-size:34px}.usage-card{gap:16px}.usage-card__icon{width:52px;height:52px}.usage-card__icon img{width:28px;height:28px}.usage-card__body h3{font-size:20px}.usage-card__body p{font-size:15px}.usage-card__number{font-size:20px}.usage-card--query{grid-template-columns:1fr}.decor--orb-top{right:-18px;top:116px}.decor--orb-bottom{right:-250px;top:230px}.decor--star{right:92px;top:272px}.decor--dots-top{left:-4px;right:auto;top:0}.decor--arc{width:560px;height:560px;right:-390px;top:74px}.hero h1{font-size:clamp(34px,12vw,48px)}}

