*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f0f4f0;color:#1a2e1a;min-height:100vh}nav{background:#1a4a1a;color:#fff;padding:0 1.5rem;display:flex;align-items:center;gap:1rem;height:56px;position:sticky;top:0;z-index:100}nav h1{font-size:1.1rem;font-weight:700;margin-right:auto;white-space:nowrap}nav a{color:#fffc;text-decoration:none;font-size:.9rem;padding:.4rem .6rem;border-radius:4px;transition:background .15s;white-space:nowrap}nav a:hover,nav a.active{background:#ffffff26;color:#fff}.mobile-nav{display:none;position:fixed;bottom:0;left:0;right:0;background:#1a4a1a;z-index:100;border-top:1px solid rgba(255,255,255,.1)}.mobile-nav a{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#ffffffb3;text-decoration:none;font-size:.65rem;padding:.5rem 0;gap:.2rem}.mobile-nav a.active{color:#fff}.mobile-nav .icon{font-size:1.3rem}.page{max-width:900px;margin:2rem auto;padding:0 1rem}.card{background:#fff;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 1px 4px #00000014}h2{font-size:1.2rem;margin-bottom:1rem;color:#1a4a1a}h3{font-size:1rem;margin-bottom:.75rem;color:#2d5a2d}.btn{padding:.5rem 1.1rem;border:none;border-radius:5px;cursor:pointer;font-size:.9rem;font-weight:500;transition:opacity .15s;touch-action:manipulation}.btn:hover{opacity:.85}.btn:disabled{opacity:.4;cursor:not-allowed}.btn-primary{background:#1a4a1a;color:#fff}.btn-danger{background:#c0392b;color:#fff}.btn-success{background:#27ae60;color:#fff}.btn-secondary{background:#e8f0e8;color:#1a4a1a}input,select{padding:.45rem .75rem;border:1px solid #cdd8cd;border-radius:5px;font-size:1rem;width:100%}input:focus,select:focus{outline:2px solid #1a4a1a;border-color:transparent}.form-row{display:flex;gap:.75rem;margin-bottom:.75rem;align-items:flex-end;flex-wrap:wrap}.form-row input{flex:1;min-width:140px}table{width:100%;border-collapse:collapse;font-size:.9rem}th{text-align:left;padding:.6rem .75rem;background:#f0f4f0;color:#2d5a2d;font-weight:600}td{padding:.6rem .75rem;border-bottom:1px solid #eef2ee}tr:last-child td{border-bottom:none}.badge{display:inline-block;padding:.2rem .6rem;border-radius:12px;font-size:.75rem;font-weight:600}.badge-pending{background:#fef3cd;color:#856404}.badge-initial{background:#d1ecf1;color:#0c5460}.badge-final{background:#d4edda;color:#155724}.player-chip{display:inline-flex;align-items:center;gap:.4rem;background:#e8f0e8;border:1px solid #c8d8c8;border-radius:20px;padding:.4rem .9rem;margin:.25rem;font-size:.9rem;cursor:pointer;transition:background .15s;touch-action:manipulation;-webkit-user-select:none;user-select:none}.player-chip.selected{background:#1a4a1a;color:#fff;border-color:#1a4a1a}.player-chip.deselected{background:#f8d7da;border-color:#f5c6cb;color:#721c24;text-decoration:line-through}.alert{padding:.75rem 1rem;border-radius:5px;margin-bottom:1rem;font-size:.9rem}.alert-success{background:#d4edda;color:#155724}.alert-error{background:#f8d7da;color:#721c24}.score-input{width:70px;text-align:center}.login-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#1a4a1a;padding:1rem}.login-card{background:#fff;border-radius:10px;padding:2.5rem;width:100%;max-width:340px;box-shadow:0 4px 20px #0000004d}.login-card h1{text-align:center;margin-bottom:.25rem;color:#1a4a1a}.login-card p{text-align:center;color:#666;margin-bottom:1.5rem;font-size:.9rem}.login-card label{display:block;font-size:.85rem;font-weight:600;margin-bottom:.3rem;color:#333}.login-card .field{margin-bottom:1rem}.login-card .btn{width:100%;margin-top:.5rem;padding:.65rem;font-size:1rem}@media (max-width: 640px){nav .desktop-links{display:none}nav .logout-btn{display:none}.mobile-nav{display:flex}.page{margin:1rem auto 5rem;padding:0 .75rem}.card{padding:1rem;border-radius:6px}.form-row{flex-direction:column}.form-row input,.form-row .btn{width:100%}.btn-group{display:flex;flex-direction:column;gap:.5rem}.btn-group .btn{width:100%;padding:.75rem;font-size:1rem}.table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.btn{min-height:44px}.player-chip{padding:.5rem 1rem;font-size:.95rem}h2{font-size:1.1rem}h3{font-size:.95rem}}.player-list-mobile{display:flex;flex-direction:column}.player-row{display:flex;flex-direction:column;gap:.5rem;padding:.85rem 0;border-bottom:1px solid #eef2ee}.player-row:last-child{border-bottom:none}.player-actions{display:flex;gap:.4rem;flex-wrap:wrap}.player-actions .btn{flex:1;min-width:80px;text-align:center}.tee-slot{background:#f8faf8;border:1px solid #dde8dd;border-radius:6px;padding:.75rem;margin-bottom:.75rem}.tee-slot-header{display:flex;gap:.5rem;align-items:center;margin-bottom:.5rem;flex-wrap:wrap}.tee-slot-players{display:grid;grid-template-columns:1fr 1fr;gap:.4rem}@media (max-width: 640px){.tee-slot-players{grid-template-columns:1fr}.tee-slot-header input,.tee-slot-header select{flex:1}}
