:root{--bg:#0a0710;--surface:rgba(25,16,35,.78);--surface-strong:rgba(31,19,43,.94);--line:rgba(255,63,159,.34);--line-soft:rgba(53,240,208,.24);--text:#fff7fb;--muted:#cdbfd5;--teal:#35f0d0;--pink:#ff3f9f;--violet:#8b5cf6}*{box-sizing:border-box}body,html{min-height:100%;background:var(--bg)}body{margin:0;color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}.page-shell{min-height:100vh;overflow:hidden;background:linear-gradient(90deg,rgba(255,63,159,.2),transparent 36%),linear-gradient(230deg,rgba(53,240,208,.14),transparent 38%),#0a0710}.hero{min-height:100vh;padding:22px clamp(18px,5vw,80px) 56px;background:linear-gradient(rgba(10,7,16,.42),rgba(10,7,16,.86)),linear-gradient(120deg,rgba(255,63,159,.32),transparent 34%),linear-gradient(246deg,rgba(53,240,208,.16),transparent 42%),url(/cover-41412.jpg) 50% /cover no-repeat}.topbar{height:44px;display:flex;justify-content:space-between;gap:20px}.brand,.topbar{align-items:center}.brand{display:inline-flex;gap:10px;font-weight:900;letter-spacing:0}.brand img{width:32px;height:32px;border-radius:8px;object-fit:cover;box-shadow:0 0 18px rgba(255,63,159,.26)}.nav-actions{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:13px;font-weight:700}.nav-actions a{min-height:34px;display:inline-grid;place-items:center;border:1px solid hsla(0,0%,100%,.08);border-radius:8px;padding:0 14px;background:rgba(15,10,22,.48)}.hero-grid{min-height:calc(100vh - 104px);display:grid;grid-template-columns:minmax(0,1fr) minmax(310px,390px);align-items:center;grid-gap:clamp(28px,7vw,120px);gap:clamp(28px,7vw,120px)}.hero-copy{max-width:760px}.eyebrow{margin:0 0 12px;color:var(--teal);font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{max-width:860px;margin-bottom:18px;font-size:clamp(54px,10vw,132px);line-height:.88;letter-spacing:0;text-shadow:0 0 30px rgba(255,63,159,.44),0 0 42px rgba(53,240,208,.2)}.lead{max-width:660px;color:#e5dce9;font-size:clamp(18px,2vw,24px);line-height:1.45}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.login-form button,.primary-action,.secondary-action{min-height:46px;display:inline-grid;place-items:center;border:1px solid transparent;border-radius:8px;padding:0 20px;font-weight:900}.login-form button,.primary-action{background:linear-gradient(135deg,var(--pink),var(--violet));color:#fff;box-shadow:0 16px 38px rgba(255,63,159,.28)}.secondary-action{border-color:var(--line-soft);background:rgba(12,18,29,.62);color:var(--teal)}.access-card{border:1px solid var(--line);border-radius:14px;padding:18px;background:linear-gradient(160deg,rgba(255,63,159,.13),rgba(53,240,208,.06)),rgba(13,9,20,.76);box-shadow:0 24px 70px rgba(0,0,0,.28);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.access-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.access-head p{margin:0;font-size:20px;font-weight:900}.access-head span{color:var(--teal);font-size:12px;font-weight:900}.login-form{display:grid;grid-gap:12px;gap:12px}.login-form label{display:grid;grid-gap:7px;gap:7px;color:var(--muted);font-size:12px;font-weight:800}.login-form input{height:44px;width:100%;border:1px solid rgba(53,240,208,.28);border-radius:8px;padding:0 12px;background:rgba(8,5,13,.76);color:var(--text);outline:none}.login-form input:focus{border-color:var(--teal);box-shadow:0 0 0 2px rgba(53,240,208,.16)}.login-form button{width:100%;cursor:default}.access-note{margin:14px 0 0;color:var(--muted);font-size:12px;line-height:1.5}.content-band{padding:58px clamp(18px,5vw,80px) 74px;background:#0a0710}.section-head{max-width:760px;margin-bottom:24px}.section-head h2{margin:0;font-size:clamp(28px,4vw,48px);line-height:1.04}.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.feature-card{min-height:174px;border:1px solid rgba(255,63,159,.22);border-radius:12px;padding:18px;background:linear-gradient(150deg,rgba(255,63,159,.11),rgba(53,240,208,.045)),var(--surface)}.feature-card h3{margin-bottom:10px;font-size:18px}.feature-card p{margin:0;color:var(--muted);line-height:1.55}.site-strip{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.site-strip span{border:1px solid rgba(53,240,208,.22);border-radius:999px;padding:8px 12px;background:rgba(17,22,31,.72);color:#e9fdf9;font-size:12px;font-weight:800}@media (max-width:900px){.hero{min-height:auto}.hero-grid{min-height:0;padding-top:80px}.feature-grid,.hero-grid{grid-template-columns:1fr}}@media (max-width:560px){.topbar{height:auto;align-items:flex-start}.nav-actions{display:none}h1{font-size:52px}}