.l-page{background:#fff;color:#111;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5}.l-page *{box-sizing:border-box}.l-page h1,.l-page h2,.l-page h3{font-weight:700;line-height:1.25;margin:0 0 16px}.l-page h2{font-size:1.6rem}.l-page p{margin:0 0 12px}.l-page a{color:inherit}.l-header{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:16px 24px;border-bottom:1px solid #e2e2e2;position:sticky;top:0;background:#fff;z-index:10}.l-header__brand{display:flex;flex-direction:column;line-height:1.2}.l-header__logo{font-weight:800;font-size:1.25rem;letter-spacing:.02em}.l-header__tagline{font-size:.75rem;color:#666}.l-header__nav{display:flex;gap:20px;flex:1;justify-content:center}.l-header__nav a{text-decoration:none;font-size:.95rem}.l-header__nav a:hover{text-decoration:underline}.l-header__actions{display:flex;align-items:center;gap:12px}.l-header__cta{white-space:nowrap}a.l-header__handle{display:inline-block;padding:8px 14px;border-radius:999px;background:#111;color:#fff;text-decoration:none;font-size:.85rem;font-weight:600;white-space:nowrap}.l-button{display:inline-block;padding:12px 20px;border-radius:8px;font-weight:600;text-decoration:none;border:1px solid #111111;cursor:pointer}a.l-button--primary{background:#111;color:#fff}a.l-button--secondary{background:#fff;color:#111}.l-badge{display:inline-block;padding:6px 12px;border:1px solid #111111;border-radius:999px;font-size:.8rem;margin-bottom:16px}.l-badge--soon{border-color:#999;color:#666}.l-badge--mode{margin-bottom:0}.l-chip{padding:6px 14px;border:1px solid #111111;border-radius:999px;background:#fff;color:#111;font-size:.85rem;cursor:pointer}.l-chip--active{background:#111;color:#fff}.l-hero,.l-section{max-width:1100px;margin:0 auto;padding:48px 24px}.l-hero{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:start}.l-hero__subtitle{font-size:1.1rem}.l-hero__accent{font-weight:600}.l-hero__demo-text{color:#444}.l-hero__cta{display:flex;gap:12px;flex-wrap:wrap;margin:20px 0 12px}.l-hero__microcopy{font-size:.85rem;color:#666}.l-ticket-card{border:1px solid #111111;border-radius:16px;padding:24px}.l-ticket-card__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.l-ticket-card__title{font-weight:700;font-size:1.1rem}.l-ticket-card__accent{font-size:1.6rem;font-weight:800;margin-bottom:16px}.l-ticket-card__fields{display:grid;grid-template-columns:1fr 1fr;gap:10px 16px;margin:0 0 16px}.l-ticket-card__fields dt{font-size:.75rem;color:#666}.l-ticket-card__fields dd{margin:0;font-weight:600}.l-ticket-card__explanation{font-size:.9rem;color:#444}.l-ticket-card__switcher{display:flex;flex-wrap:wrap;gap:8px}.l-section__subtitle{color:#444;max-width:720px}.l-section__note{color:#666;font-size:.9rem}.l-ticket-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:24px 0}.l-ticket-tile{border:1px solid #111111;border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:6px;background:#fff;cursor:pointer;text-align:left}.l-ticket-tile--active{background:#111;color:#fff}.l-ticket-tile--soon{border-style:dashed;border-color:#999;color:#888;cursor:default}.l-ticket-tile__label{font-weight:700;font-size:1.1rem}.l-ticket-tile__note{font-size:.75rem}.l-demo-block{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:start}.l-feature-list{margin:0;padding-left:20px}.l-demo-account{border:1px solid #111111;border-radius:12px;padding:20px}.l-demo-account dl{display:grid;grid-template-columns:1fr 1fr;gap:10px 16px;margin:0 0 12px}.l-demo-account dt{font-size:.75rem;color:#666}.l-demo-account dd{margin:0;font-weight:600}.l-demo-account__note{font-size:.8rem;color:#666;margin:0}.l-leaderboard{border:1px solid #111111;border-radius:12px;padding:20px;max-width:480px}.l-leaderboard ol{margin:0 0 12px;padding:0;list-style:none}.l-leaderboard li{display:flex;gap:12px;padding:6px 0;border-bottom:1px solid #eeeeee}.l-leaderboard__rank{font-weight:700}.l-leaderboard__participant{flex:1}.l-leaderboard__note{font-size:.8rem;color:#666;margin:0}.l-steps{list-style:none;margin:24px 0 0;padding:0;display:grid;gap:20px}.l-steps li{display:flex;gap:16px}.l-steps__number{flex-shrink:0;width:32px;height:32px;border-radius:50%;border:1px solid #111111;display:flex;align-items:center;justify-content:center;font-weight:700}.l-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.l-trust-badge{border:1px solid #e2e2e2;border-radius:12px;padding:16px}.l-faq__item{border-bottom:1px solid #e2e2e2;padding:12px 0}.l-faq__item summary{cursor:pointer;font-weight:600}.l-faq__item p{margin:10px 0 0;color:#444}.l-disclaimer{max-width:1100px;margin:0 auto;padding:24px;font-size:.8rem;color:#777;border-top:1px solid #e2e2e2}.l-hero h1{font-size:clamp(1.6rem,1.1rem + 2.5vw,2.4rem)}@media (max-width: 900px){.l-hero{grid-template-columns:1fr;padding:32px 20px;gap:32px}.l-section{padding:40px 20px}.l-demo-block{grid-template-columns:1fr;gap:24px}.l-trust-grid,.l-ticket-grid{grid-template-columns:repeat(2,1fr)}.l-header__nav{gap:14px}}@media (max-width: 640px){.l-header{padding:12px 16px;gap:12px}.l-header__nav,.l-header__tagline{display:none}.l-hero,.l-section{padding:28px 16px}.l-hero__cta{flex-direction:column;align-items:stretch}.l-hero__cta .l-button{text-align:center}.l-ticket-card{padding:20px}.l-ticket-card__fields{grid-template-columns:1fr 1fr;gap:8px 12px}.l-ticket-card__header{flex-wrap:wrap;gap:8px}.l-demo-account dl{grid-template-columns:1fr}.l-leaderboard li{flex-wrap:wrap}.l-trust-grid{grid-template-columns:1fr}}@media (max-width: 420px){.l-ticket-grid{grid-template-columns:1fr 1fr;gap:8px}.l-ticket-tile{padding:12px}.l-ticket-card__accent{font-size:1.3rem}.l-steps li{gap:12px}}*{box-sizing:border-box}body{margin:0;overflow-x:hidden}
