*,*:before,*:after{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}:root{--green-dark: #0f1f14;--green-mid: #1a6b3c;--green-light: #2d9e5f;--green-bright: #4ade80;--gold: #f5c842;--gold-light: #fde68a;--white: #f8faf8;--gray-100: #e8ede9;--gray-300: #9ca89d;--gray-500: #5a6b5c;--gray-700: #2e3d30;--red: #ef4444;--blue: #3b82f6;--sand: #e8d5a3;--water: #38bdf8;--radius: 12px;--radius-lg: 20px;--shadow: 0 4px 20px rgba(0,0,0,.4)}html,body{height:100%;background:var(--green-dark);color:var(--white);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;overscroll-behavior:none}#root{height:100%;display:flex;flex-direction:column;max-width:480px;margin:0 auto}button{cursor:pointer;border:none;background:none;color:inherit;font:inherit;touch-action:manipulation}.screen{flex:1;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;padding-bottom:env(safe-area-inset-bottom,16px)}.header{display:flex;align-items:center;gap:12px;padding:16px;background:var(--green-dark);border-bottom:1px solid var(--gray-700);position:sticky;top:0;z-index:10}.header h1{font-size:18px;font-weight:700;letter-spacing:-.3px}.header .subtitle{font-size:13px;color:var(--gray-300)}.back-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--gray-700);font-size:18px}.content{flex:1;padding:16px;display:flex;flex-direction:column;gap:16px}.btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:16px;border-radius:var(--radius);font-size:16px;font-weight:600;transition:opacity .15s,transform .1s;-webkit-user-select:none;user-select:none}.btn:active{transform:scale(.97);opacity:.85}.btn-primary{background:var(--green-mid);color:var(--white)}.btn-gold{background:var(--gold);color:#1a1a1a}.btn-ghost{background:var(--gray-700);color:var(--white)}.btn-danger{background:var(--red);color:var(--white)}.card{background:var(--gray-700);border-radius:var(--radius);padding:16px}.label{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.8px;color:var(--gray-300);margin-bottom:8px}.tap-grid{display:grid;gap:10px}.tap-grid.cols-2{grid-template-columns:1fr 1fr}.tap-grid.cols-3{grid-template-columns:1fr 1fr 1fr}.tap-grid.cols-4{grid-template-columns:1fr 1fr 1fr 1fr}.tap-item{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:14px 8px;border-radius:var(--radius);background:var(--gray-700);border:2px solid transparent;font-size:14px;font-weight:600;text-align:center;gap:6px;transition:all .15s;-webkit-user-select:none;user-select:none}.tap-item:active{transform:scale(.95)}.tap-item.selected{border-color:var(--green-bright);background:#4ade801f;color:var(--green-bright)}.tap-item .icon{font-size:22px}.insight-box{background:linear-gradient(135deg,#1a6b3c66,#0f1f14cc);border:1px solid var(--green-mid);border-radius:var(--radius);padding:14px;font-size:14px;line-height:1.5;color:var(--green-bright)}.stat-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid var(--gray-700);font-size:15px}.stat-row:last-child{border-bottom:none}.stat-value{font-weight:700;font-size:18px}.score-badge{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;font-weight:800;font-size:16px}.score-eagle{background:var(--gold);color:#1a1a1a}.score-birdie{background:var(--green-bright);color:#1a1a1a}.score-par{background:var(--gray-500);color:var(--white)}.score-bogey{background:#fb923c;color:#1a1a1a}.score-double{background:var(--red);color:var(--white)}.score-worse{background:#7f1d1d;color:var(--white)}
