:root{--green:#123b2c;--green2:#1d5940;--lime:#dff36b;--cream:#f4f0e6;--paper:#fffdf8;--ink:#153028;--muted:#718078;--line:#dfe4de;--radius:18px;--shadow:0 18px 50px rgba(18,59,44,.1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font:16px/1.45 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}button,input,select{font:inherit}a{color:inherit;text-decoration:none}.topbar{height:64px;display:flex;align-items:center;padding:0 18px;background:var(--green);color:white}.brand{font-weight:800;letter-spacing:-.03em}.brand span{margin-right:6px}main{min-height:calc(100vh - 120px)}footer{text-align:center;padding:28px;color:var(--muted);font-size:13px}.eyebrow{display:block;color:#587366;font-size:11px;font-weight:850;letter-spacing:.13em;text-transform:uppercase}.hero{background:var(--green);color:white;padding:40px 20px 56px}.hero h1,.dash-head h1,.event-card h1{font-family:Georgia,serif;font-size:42px;line-height:.98;letter-spacing:-.045em;margin:15px 0}.hero p{color:#cbd9d2;margin:0 0 25px}.button{border:0;border-radius:12px;background:var(--lime);color:var(--green);min-height:50px;padding:13px 18px;display:inline-flex;align-items:center;justify-content:center;gap:14px;font-weight:800;cursor:pointer}.button:disabled{opacity:.45;cursor:not-allowed}.button.light{background:white}.button.secondary{background:white;border:1px solid var(--line)}.button.small{min-height:42px;padding:9px 14px}.score-preview{margin-top:35px;background:#fdfcf6;color:var(--ink);border-radius:22px;padding:20px;box-shadow:0 25px 70px rgba(0,0,0,.22);transform:rotate(-1deg)}.score-preview>div{display:flex;justify-content:space-between;font-size:12px;color:var(--muted)}.score-preview>div b,.live-dot{color:#e75c47}.score-preview h3{font-family:Georgia,serif;font-size:22px}.score-preview ol{padding:0;margin:0;list-style:none}.score-preview li{display:grid;grid-template-columns:30px 1fr auto;align-items:center;padding:13px 0;border-top:1px solid var(--line)}.score-preview li i{font-style:normal;font-weight:800}.score-preview li span,.ranking span{display:flex;flex-direction:column}.score-preview small,.ranking small{font-size:11px;color:var(--muted)}.score-preview strong{font-size:20px}.features{padding:30px 20px}.features article{border-top:1px solid #ccd5cf;padding:24px 0}.features article>b{color:#94a59c;font-size:12px}.features h3{font-size:19px;margin:8px 0 4px}.features p{color:var(--muted);margin:0}.panel{background:var(--paper);border:1px solid rgba(18,59,44,.1);border-radius:var(--radius);padding:20px;box-shadow:var(--shadow)}.create{margin:0 14px;padding:24px}.create h2,.panel h2{font-family:Georgia,serif;font-size:30px;margin:8px 0}.create>div>p{color:var(--muted)}.form-grid,.stack{display:grid;gap:16px}.form-grid{margin-top:25px}label{font-size:12px;font-weight:800;letter-spacing:.02em}input,select{width:100%;height:50px;margin-top:6px;border:1px solid #cfd8d2;background:white;border-radius:10px;padding:0 13px;color:var(--ink)}input:focus,select:focus{outline:3px solid rgba(223,243,107,.65);border-color:var(--green)}.alert{grid-column:1/-1;padding:12px;border-radius:10px;background:#ffe5df;color:#8e2e1d}.alert.success{background:#edf7d2;color:var(--green)}.narrow,.dashboard{padding:24px 14px;max-width:1120px;margin:auto}.back{display:inline-block;margin-bottom:20px;font-weight:700}.event-card{background:var(--green);color:white;border-radius:var(--radius);padding:25px;margin-bottom:14px}.event-card .eyebrow{color:#b9cec4}.event-card p{color:#cbd9d2}.muted,.empty{color:var(--muted);font-size:13px}.dash-head{margin-bottom:24px}.dash-head h1{font-size:38px}.dash-head p{color:var(--muted)}.notice{display:flex;flex-direction:column;gap:14px;background:var(--lime);padding:18px;border-radius:var(--radius);margin:18px 0}.notice>div:first-child{display:flex;flex-direction:column}.notice span{font-size:13px}.copy{display:flex;gap:8px}.copy input{margin:0;height:42px;min-width:0}.admin-grid{display:grid;gap:14px}.section-title{display:flex;align-items:center;justify-content:space-between;gap:12px}.inline{display:flex;gap:8px;margin:18px 0}.inline input{margin:0}.people>div{display:grid;grid-template-columns:38px 1fr minmax(110px,150px);align-items:center;gap:10px;border-top:1px solid var(--line);padding:12px 0}.people select{height:38px;margin:0;font-size:12px}.avatar{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#e2eadf;font-weight:850}.teams article{padding:15px 0;border-top:1px solid var(--line)}.teams article>div{display:flex;gap:12px}.teams article span{color:#90a197;font-weight:850}.teams article p{margin:4px 0 0;color:var(--muted);font-size:13px}.launch{text-align:right;margin:20px 0}.public .notice{background:#e3ebdf}.leader{margin-top:18px}.ranking a{display:grid;grid-template-columns:32px 1fr auto;align-items:center;gap:8px;padding:17px 0;border-top:1px solid var(--line)}.ranking i{font-style:normal;font-weight:900}.ranking strong{font-size:22px}.live-dot{font-size:11px;font-weight:900;letter-spacing:.12em}.score-page{min-height:calc(100vh - 64px);background:var(--paper)}.score-head{padding:18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.score-head>a{font-size:13px;font-weight:750}.score-head>div{display:flex;flex-direction:column;text-align:right}.score-head span{font-size:11px;color:var(--muted)}.hole-nav{display:flex;overflow-x:auto;gap:8px;padding:14px 16px;scrollbar-width:none}.hole-nav a{flex:0 0 40px;width:40px;height:40px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;font-size:13px;font-weight:800}.hole-nav a.done{background:#e2eadf}.hole-nav a.active{background:var(--green);color:white;border-color:var(--green)}.scorecard{text-align:center;padding:35px 20px}.scorecard h1{font-family:Georgia,serif;font-size:34px}.par{display:flex;align-items:center;justify-content:center;gap:9px;color:var(--muted)}.par select{width:70px;height:40px;margin:0}.counter{display:grid;grid-template-columns:70px 1fr 70px;align-items:center;max-width:330px;margin:35px auto}.counter button{height:64px;border:0;border-radius:50%;background:#e8ece7;font-size:32px;color:var(--green)}.counter input{border:0;background:transparent;height:auto;text-align:center;font:bold 76px/1 Georgia,serif;margin:0}.scorecard>.button{width:100%;max-width:330px}.scorecard .eyebrow{color:var(--green2)}
@media(min-width:720px){.topbar{height:72px;padding:0 5vw}.hero{padding:70px 7vw;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:8vw}.hero h1{font-size:64px}.score-preview{margin:0}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;padding:40px 7vw}.create{margin:25px auto;max-width:1050px;display:grid;grid-template-columns:.75fr 1.25fr;gap:55px;padding:48px}.form-grid{grid-template-columns:1fr 1fr;margin:0}.form-grid .wide{grid-column:1/-1}.narrow{max-width:620px;padding-top:50px}.dash-head{display:flex;align-items:flex-end;justify-content:space-between}.notice{flex-direction:row;align-items:center;justify-content:space-between}.copy{width:48%}.admin-grid{grid-template-columns:1fr 1fr}.public{padding-top:50px}.leader{max-width:780px}.score-page{max-width:720px;margin:auto;box-shadow:var(--shadow)}}
