@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Outfit:wght@600;700;800&display=swap');:root{--ink:#18213a;--muted:#65708b;--bg:#f6f7fc;--purple:#6741ff;--pink:#c13cff;--line:#e6e8f1}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font:16px/1.55 'DM Sans',Arial}header{height:82px;padding:0 6vw;display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid var(--line)}.brand{font:800 27px Outfit;color:var(--purple);text-decoration:none}.brand span{color:#a43cff}nav{display:flex;gap:22px}nav a,a{color:#343d55}nav a{text-decoration:none}main{max-width:1180px;margin:auto;padding:46px 22px 72px}.narrow{max-width:650px}.hero{display:flex;align-items:center;justify-content:space-between;padding:46px 54px;min-height:300px;border-radius:28px;color:#fff;background:linear-gradient(118deg,#5835ff,#c139ff);box-shadow:0 20px 44px #633cff33}.hero h1{max-width:700px;color:#fff;font:800 46px Outfit;margin:8px 0}.hero-orb{font-size:90px;width:150px;height:150px;display:grid;place-items:center;border-radius:50%;background:#ffffff1d}.eyebrow{font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:700;color:#8a75ff}.hero .eyebrow{color:#eee9ff}h1,h2,h3{font-family:Outfit;line-height:1.1}h1{font-size:40px}h2{font-size:30px}.section-title{display:flex;justify-content:space-between;align-items:end;margin:45px 0 20px}.grid,.stats,.two{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.two{grid-template-columns:1fr 1fr}.card,.panel,.stats article,.empty{padding:22px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 10px 34px #242b5310}.card h3{font-size:20px}.card p,.stats span{color:var(--muted)}.gift{width:56px;height:56px;display:grid;place-items:center;font-size:30px;background:linear-gradient(135deg,#eeeaff,#ffe7fa);border-radius:16px}.tag,.pill{display:inline-block;margin-top:13px;padding:5px 10px;border-radius:99px;background:#f0edff;color:#603cff;font-size:12px;font-weight:700}.progress{height:10px;background:#e9ecf5;border-radius:99px;overflow:hidden;margin:15px 0 10px}.progress i{display:block;height:100%;background:linear-gradient(90deg,#6540ff,#ff46ad)}.card-foot{display:flex;justify-content:space-between;font-size:13px;color:var(--muted)}.button,button{display:inline-block;border:0;border-radius:11px;padding:12px 17px;background:var(--purple);color:#fff!important;text-decoration:none;font:600 15px 'DM Sans';cursor:pointer}.light{background:#fff;color:#5934e9!important}.alt{background:#eeeaff;color:#5734df!important}.panel{margin-top:20px}.stats{margin:25px 0}.stats b{display:block;font:800 34px Outfit;color:var(--purple)}label{display:block;margin:16px 0;font-weight:600}input,textarea,select{display:block;width:100%;margin-top:7px;padding:12px;border:1px solid #d7dbe8;border-radius:10px;font:16px 'DM Sans'}textarea{min-height:115px}.alert{padding:12px;border-radius:10px}.error{background:#ffeaee;color:#a31935}.ok{background:#e3f9e9;color:#176737}.warn{background:#fff4d6;color:#805900}.empty{grid-column:1/-1;color:var(--muted)}table{width:100%;border-collapse:collapse}th,td{padding:12px 8px;text-align:left;border-bottom:1px solid var(--line)}th{font-size:12px;color:var(--muted)}ul{padding-left:20px}@media(max-width:760px){header{height:auto;padding:18px;gap:12px;align-items:flex-start}nav{flex-wrap:wrap;gap:12px;font-size:14px}.hero{padding:32px;min-height:0}.hero h1{font-size:34px}.hero-orb{display:none}.grid,.stats,.two{grid-template-columns:1fr}.section-title{align-items:flex-start;flex-direction:column}}