@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');
:root{--bg:#0b0b0b;--panel:#141414;--text:#f7f7f4;--muted:#aaa;--line:#383838}*{box-sizing:border-box}html{color-scheme:dark;scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,Arial,sans-serif}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.site-header{position:sticky;top:0;z-index:20;height:96px;padding:0 5%;display:flex;align-items:center;justify-content:space-between;gap:28px;background:#0b0b0bcc;border-bottom:1px solid #ffffff20;backdrop-filter:blur(20px)}.brand{display:flex;align-items:center;gap:10px;font-size:36px;font-weight:900;font-style:italic;letter-spacing:-.07em}.brand span{font-size:10px;font-style:normal;letter-spacing:0;border:1px solid;padding:5px 7px}.site-header nav{display:flex;gap:5px;padding:7px;background:#f5f5f5;color:#111;border-radius:15px}.site-header nav a{padding:11px 16px;border-radius:10px;font-size:12px}.site-header nav a:hover,.site-header nav a.active{background:#111;color:#fff}.page-shell{width:min(1200px,90%);margin:auto;padding:80px 0 110px}.page-intro{display:grid;grid-template-columns:1.5fr 1fr;gap:60px;align-items:end;margin-bottom:70px}.eyebrow{margin:0 0 24px;color:#bbb;font-size:10px;font-weight:700;letter-spacing:.16em}.page-intro h1{margin:0;font-size:clamp(62px,10vw,136px);line-height:.82;letter-spacing:-.075em}.notice{padding:24px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(145deg,#ffffff14,#ffffff05)}.notice span{font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.notice p{margin:14px 0 0;color:var(--muted);font-size:13px;line-height:1.7}.registration-form{display:grid;gap:18px}.form-section,.profile,.empty-state{padding:clamp(24px,4vw,48px);border:1px solid var(--line);border-radius:24px;background:linear-gradient(145deg,#ffffff0e,#ffffff04)}.section-label{display:flex;gap:20px;margin-bottom:34px}.section-label>span{display:grid;place-items:center;width:42px;height:42px;border:1px solid #666;border-radius:50%;font-size:11px}.section-label h2{margin:0 0 5px;font-size:26px;letter-spacing:-.04em}.section-label p{margin:0;color:var(--muted);font-size:12px}.fields{display:grid;gap:18px}.two-column{grid-template-columns:1fr 1fr}label{display:grid;gap:9px;color:#d2d2d2;font-size:11px;font-weight:600;letter-spacing:.04em}input,select{width:100%;min-height:50px;padding:14px;background:#0d0d0d;color:white;border:1px solid #505050;border-radius:10px}input:focus,select:focus{outline:2px solid white;outline-offset:2px}.eligibility{padding:16px;margin:22px 0 0;background:#ffffff09;border-left:3px solid white;color:#ccc;font-size:12px;line-height:1.6}.participants{display:grid;grid-template-columns:1fr 1fr;gap:15px}.participant-card{padding:18px;border:1px solid #333;border-radius:15px;background:#0e0e0e}.participant-card h3{margin:0 0 16px;font-size:13px}.participant-fields{display:grid;grid-template-columns:1fr 120px;gap:12px}.cost-note{display:flex;justify-content:space-between;gap:20px;margin-top:20px;padding:18px;border:1px dashed #777;border-radius:14px}.cost-note span{color:var(--muted);font-size:12px}.form-actions,.account-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;padding:14px 0}.primary-button,.secondary-button,.danger-button{display:inline-flex;align-items:center;justify-content:space-between;gap:32px;min-height:50px;padding:14px 20px;border-radius:10px;border:1px solid white;cursor:pointer}.primary-button{background:white;color:#111;font-weight:800}.secondary-button{background:transparent;color:white;border-color:#666}.danger-button{background:transparent;color:#ffb4b4;border-color:#8a5050}.primary-button:hover{background:#ddd}.secondary-button:hover{border-color:white}.danger-button:hover{background:#3a1515}.form-message{flex-basis:100%;min-height:20px;margin:4px 0 0;color:#ddd;font-size:12px;line-height:1.6}.profile-heading{display:flex;justify-content:space-between;gap:20px;align-items:start;border-bottom:1px solid var(--line);padding-bottom:30px}.profile-heading span,.profile-grid article>span{color:var(--muted);font-size:10px;letter-spacing:.12em;text-transform:uppercase}.profile-heading h2{margin:8px 0;font-size:clamp(38px,6vw,72px);letter-spacing:-.06em}.profile-heading p{margin:0;color:#aaa;font-size:12px}.draft-badge{padding:9px 12px;border:1px solid #777;border-radius:999px;color:white!important}.profile-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--line);margin:30px 0}.profile-grid article{min-height:130px;padding:22px;background:#111;display:flex;flex-direction:column;gap:10px}.profile-grid strong{font-size:20px}.profile-grid small{color:var(--muted)}.participant-list{border-top:1px solid var(--line);padding-top:25px}.list-heading{display:flex;justify-content:space-between;align-items:center}.participant-row{display:grid;grid-template-columns:1fr auto;gap:20px;padding:18px 0;border-bottom:1px solid #2c2c2c}.participant-row span{color:var(--muted);font-size:12px}.empty-state{text-align:center;padding:100px 30px}.empty-state>span{color:#aaa;font-size:10px;letter-spacing:.15em}.empty-state h2{margin:20px 0 12px;font-size:clamp(34px,5vw,60px)}.empty-state p{color:var(--muted);margin:0 auto 30px;max-width:480px}footer{display:flex;justify-content:space-between;gap:20px;padding:30px 5%;border-top:1px solid var(--line);color:#aaa;font-size:11px}a:focus-visible,button:focus-visible{outline:2px solid white;outline-offset:4px}
@media(max-width:760px){.site-header{height:auto;min-height:76px;padding:14px 5%;align-items:center;flex-wrap:wrap}.brand{font-size:29px}.site-header nav{order:3;width:100%;overflow-x:auto;justify-content:flex-start;max-width:none;border-radius:11px}.site-header nav a{padding:9px 11px;white-space:nowrap;flex:1;text-align:center}.page-shell{padding-top:55px}.page-intro{grid-template-columns:1fr;gap:30px;margin-bottom:45px}.page-intro h1{font-size:clamp(58px,20vw,95px)}.two-column,.participants,.profile-grid{grid-template-columns:1fr}.participant-fields{grid-template-columns:1fr}.cost-note{flex-direction:column}.profile-grid article{min-height:100px}.form-section{border-radius:18px}footer{flex-direction:column}}
.rulebook-links{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.rulebook-links a{padding:10px 13px;border:1px solid #555;border-radius:999px;color:#eee;font-size:11px}.rulebook-links a:hover{background:white;color:#111}
.rules-consent{grid-template-columns:24px 1fr;align-items:start;gap:14px;padding:20px;border:1px solid #686868;border-radius:15px;background:#0b0b0b;color:#e9e9e9;font-size:13px;line-height:1.65;cursor:pointer}.rules-consent input{width:22px;min-height:22px;margin:1px 0 0;accent-color:#fff}.rules-consent a{text-decoration:underline;text-decoration-color:#777;text-underline-offset:4px}.rules-consent:has(input:checked){border-color:#fff;background:linear-gradient(135deg,#ffffff14,#ffffff05)}.next-steps{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px}.next-steps article{padding:17px;border:1px dashed #555;border-radius:13px}.next-steps span{display:block;color:#888;font-size:9px;letter-spacing:.14em}.next-steps strong{display:block;margin-top:9px;color:#ccc;font-size:12px;line-height:1.45}.confirmation-section{background:radial-gradient(circle at 100% 0,#ffffff12,transparent 35%),linear-gradient(145deg,#ffffff0e,#ffffff04)}
@media(max-width:760px){.next-steps{grid-template-columns:1fr}.rules-consent{font-size:12px}.form-actions .primary-button,.form-actions .secondary-button{width:100%}}
