:root{--bg:#f4f7f3;--card:#fff;--ink:#14221a;--muted:#68746d;--green:#176b3a;--lime:#b8e34a;--red:#d94848;--amber:#f0a629;--line:#dfe7e1;--shadow:0 14px 38px rgba(20,34,26,.08)}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif}.topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:12px max(16px,calc((100% - 1200px)/2));background:#102c1d;color:#fff;box-shadow:0 5px 18px #0003}.brand{display:flex;align-items:center;gap:10px;color:#fff;text-decoration:none}.brand .logo{display:grid;place-items:center;width:42px;height:42px;background:var(--lime);border-radius:14px}.brand span{display:flex;flex-direction:column}.brand small{font-size:11px;color:#cfe0d3}.topbar nav{display:flex;align-items:center;gap:8px}.topbar nav a{color:#fff;text-decoration:none;padding:9px 12px;border-radius:10px;font-size:14px}.topbar nav a:hover,.pill{background:#ffffff18}.menu-btn{display:none;border:0;background:#ffffff14;color:#fff;font-size:24px;border-radius:10px}.wrap{max-width:1200px;margin:auto;padding:24px 16px}.hero{display:grid;grid-template-columns:1.2fr .8fr;gap:24px;align-items:center;background:linear-gradient(135deg,#113f27,#1f7844);border-radius:28px;padding:48px;color:#fff;overflow:hidden}.hero h1{font-size:clamp(34px,6vw,68px);line-height:1;margin:0 0 16px}.hero p{color:#d8ebdd;font-size:18px}.hero-card{background:#ffffff16;border:1px solid #ffffff2f;padding:22px;border-radius:22px;backdrop-filter:blur(8px)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:12px;padding:12px 17px;font-weight:700;text-decoration:none;cursor:pointer;background:var(--green);color:#fff}.btn.alt{background:var(--lime);color:#18331f}.btn.light{background:#eef4ef;color:var(--ink)}.btn.danger{background:var(--red)}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.grid.two{grid-template-columns:repeat(2,1fr)}.card{background:var(--card);border:1px solid var(--line);border-radius:18px;padding:20px;box-shadow:var(--shadow)}.card h2,.card h3{margin-top:0}.stat b{font-size:28px;display:block}.muted{color:var(--muted)}.section-title{display:flex;justify-content:space-between;align-items:center;margin:28px 0 14px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.field{display:flex;flex-direction:column;gap:6px}.field.full{grid-column:1/-1}.field label{font-size:13px;font-weight:700}.field input,.field select,.field textarea{width:100%;padding:12px;border:1px solid #ccd8d0;border-radius:11px;background:#fff;font:inherit}.table-wrap{overflow:auto;border-radius:16px;background:#fff;border:1px solid var(--line)}table{width:100%;border-collapse:collapse;min-width:720px}th,td{text-align:left;padding:13px;border-bottom:1px solid var(--line);font-size:14px}th{background:#eff5f0}.badge{display:inline-block;padding:5px 9px;border-radius:999px;font-size:12px;font-weight:700}.badge.available,.badge.confirmed,.badge.paid,.badge.active{background:#dff4e5;color:#176b3a}.badge.pending{background:#fff1cf;color:#8b5b00}.badge.booked,.badge.cancelled,.badge.failed{background:#fae0e0;color:#a42727}.slots{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.slot{padding:14px;border-radius:13px;border:1px solid #cddbd1;background:#fff;text-align:center;cursor:pointer}.slot.available:hover{border-color:var(--green);box-shadow:0 7px 20px #176b3a22}.slot.booked{background:#e5e8e6;color:#8b928e;text-decoration:line-through;opacity:.7;cursor:not-allowed}.slot.selected{background:var(--green);color:#fff}.dashnav{display:flex;gap:8px;overflow:auto;padding-bottom:12px;margin-bottom:16px}.dashnav a{white-space:nowrap;padding:9px 12px;border-radius:10px;background:#fff;border:1px solid var(--line);color:var(--ink);text-decoration:none}.alert{padding:13px 16px;border-radius:12px;margin-bottom:16px}.alert.success{background:#dff4e5;color:#176b3a}.alert.error{background:#fae0e0;color:#a42727}.price{font-size:24px;font-weight:800}.check-card{display:flex;gap:10px;align-items:flex-start;border:1px solid var(--line);padding:12px;border-radius:12px}.check-card input{margin-top:5px}.actions{display:flex;gap:8px;flex-wrap:wrap}footer{text-align:center;color:var(--muted);padding:35px 0}.empty{text-align:center;padding:35px;color:var(--muted)}@media(max-width:800px){.hero{grid-template-columns:1fr;padding:28px 20px}.grid,.grid.two,.form-grid{grid-template-columns:1fr}.slots{grid-template-columns:repeat(2,1fr)}.menu-btn{display:block}.topbar nav{display:none;position:absolute;top:67px;left:12px;right:12px;flex-direction:column;align-items:stretch;background:#102c1d;padding:12px;border-radius:14px}.nav-open .topbar nav{display:flex}.topbar nav a{text-align:center}.wrap{padding:16px 12px}.card{padding:16px}.section-title{align-items:flex-start;gap:10px;flex-direction:column}.btn{width:100%}.actions .btn{width:auto}}
/* Version 2 premium mobile UI */
body{background:radial-gradient(circle at top right,#e8f8ed 0,transparent 30%),var(--bg);padding-bottom:0}.brand-logo{width:44px;height:44px;object-fit:contain;border-radius:13px;background:#fff;padding:4px}.ground-card{padding:0;overflow:hidden}.ground-card h3,.ground-card p,.ground-card .price,.ground-card .btn{margin-left:20px;margin-right:20px}.ground-card .btn{margin-bottom:20px}.ground-image{width:100%;height:190px;object-fit:cover;display:block}.auth-shell{min-height:68vh;display:grid;place-items:center}.auth-card{width:min(100%,480px);text-align:center}.auth-icon{width:70px;height:70px;border-radius:24px;background:linear-gradient(135deg,var(--green),#27a25e);display:grid;place-items:center;font-size:32px;margin:-5px auto 16px;box-shadow:0 15px 35px #176b3a33}.payment-card{position:relative;overflow:hidden}.payment-card:after{content:'₹';position:absolute;right:-8px;bottom:-30px;font-size:150px;font-weight:900;opacity:.035}.payment-value{font-size:26px;font-weight:900;padding:16px;border-radius:14px;background:#eff8f1;word-break:break-all}.details{display:grid;grid-template-columns:130px 1fr;gap:10px}.details dt{color:var(--muted)}.details dd{margin:0;font-weight:700}.install-card{display:grid;grid-template-columns:220px 1fr;gap:28px;align-items:center;max-width:900px;margin:30px auto;padding:36px}.app-preview{width:190px;height:190px;border-radius:42px;background:linear-gradient(145deg,var(--green),#0b3d23);display:grid;place-items:center;box-shadow:0 30px 60px #113f2740}.app-preview span{font-size:90px}.ios-help{margin-top:16px;padding:14px;border-radius:12px;background:#f1f4f2;display:none}.ios-help.show{display:block}.settings-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.toggle-list{display:grid;gap:10px;margin:14px 0}.toggle-list label,.switch-row{display:flex;gap:10px;align-items:center;padding:12px;border:1px solid var(--line);border-radius:12px;background:#f9fbf9}.sticky-save{position:sticky;bottom:15px;display:flex;justify-content:flex-end;margin-top:18px;z-index:10}.admin-list-item,.simple-row{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid var(--line)}.admin-list-item img,.thumb-placeholder{width:66px;height:54px;object-fit:cover;border-radius:12px}.thumb-placeholder{display:grid;place-items:center;background:#edf4ef;font-size:24px}.grow{flex:1;min-width:0}.grow small,.simple-row small{display:block;color:var(--muted);margin:4px 0}.simple-row{justify-content:space-between}.btn.mini{padding:7px 10px;font-size:12px;width:auto}.mobile-bar{display:none}.badge.rejected,.badge.rescheduled{background:#f4e3f7;color:#7a2888}.badge.completed{background:#dcecfb;color:#175f94}textarea{min-height:95px;resize:vertical}
@media(max-width:800px){body{padding-bottom:74px}.topbar{padding:10px 14px}.brand small{max-width:180px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wrap{padding:14px 11px}.hero{border-radius:22px}.hero h1{font-size:42px}.card{border-radius:17px}.settings-grid,.install-card{grid-template-columns:1fr}.install-card{padding:22px;text-align:center}.app-preview{margin:auto;width:145px;height:145px;border-radius:32px}.app-preview span{font-size:68px}.mobile-bar{position:fixed;bottom:0;left:0;right:0;height:66px;background:#fff;display:grid;grid-template-columns:repeat(4,1fr);z-index:50;border-top:1px solid var(--line);box-shadow:0 -8px 25px #0001;padding-bottom:env(safe-area-inset-bottom)}.mobile-bar a{display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;color:var(--ink);font-size:20px}.mobile-bar small{font-size:10px;margin-top:2px}.admin-list-item{align-items:flex-start;flex-wrap:wrap}.admin-list-item .actions{width:100%;justify-content:flex-end}.details{grid-template-columns:105px 1fr}.sticky-save .btn{width:100%}.table-wrap{margin-left:-2px;margin-right:-2px}}


/* Version 2.1 — colourful responsive refresh */
:root{--violet:#6d4aff;--sky:#27b6ff;--orange:#ff9f2f;--pink:#ef5da8}
html{scroll-behavior:smooth}
body{padding-bottom:0!important;background:
 radial-gradient(circle at 8% 5%,rgba(39,182,255,.16),transparent 24rem),
 radial-gradient(circle at 92% 18%,rgba(239,93,168,.12),transparent 25rem),
 linear-gradient(180deg,#f7fbf8 0%,#f2f7ff 100%);min-height:100vh}
.mobile-bar{display:none!important}
.topbar{background:linear-gradient(105deg,#092d1c 0%,#0d5031 52%,#143c68 100%);border-bottom:3px solid var(--lime);box-shadow:0 10px 30px rgba(9,45,28,.2)}
.brand .logo{background:linear-gradient(135deg,var(--lime),#ffe873);box-shadow:0 8px 22px rgba(184,227,74,.3)}
.topbar nav a{transition:.2s ease}.topbar nav a:hover{background:#fff;color:#16452d;transform:translateY(-1px)}
.hero{position:relative;background:linear-gradient(130deg,#0b6339 0%,#158252 46%,#3c5ed7 100%);box-shadow:0 24px 60px rgba(20,80,49,.22);isolation:isolate}
.hero:before,.hero:after{content:"";position:absolute;border-radius:999px;z-index:-1;filter:blur(2px)}
.hero:before{width:260px;height:260px;right:-60px;top:-90px;background:rgba(255,232,115,.22)}
.hero:after{width:180px;height:180px;left:44%;bottom:-110px;background:rgba(39,182,255,.22)}
.hero-card{background:linear-gradient(145deg,rgba(255,255,255,.23),rgba(255,255,255,.09));box-shadow:inset 0 1px 0 rgba(255,255,255,.32)}
.section-title h1,.section-title h2{position:relative;margin-bottom:4px}.section-title h1:after,.section-title h2:after{content:"";display:block;width:56px;height:5px;margin-top:8px;border-radius:9px;background:linear-gradient(90deg,var(--lime),var(--sky),var(--violet))}
.grid{align-items:stretch}
.card{border:1px solid rgba(207,222,213,.82);box-shadow:0 16px 42px rgba(28,62,46,.09);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.card:hover{transform:translateY(-4px);box-shadow:0 22px 50px rgba(28,62,46,.14);border-color:rgba(39,182,255,.35)}
.ground-card{position:relative;background:linear-gradient(180deg,#fff 0%,#fbfffc 100%)}
.ground-card:not(:has(.ground-image)):before{content:"🏏  PLAY • BOOK • ENJOY";display:flex;align-items:flex-end;height:108px;padding:18px 20px;color:#fff;font-weight:900;letter-spacing:.8px;background:linear-gradient(120deg,#176b3a,#20a364 55%,#3c5ed7);font-size:14px}
.ground-image{height:210px;transition:transform .4s ease}.ground-card:hover .ground-image{transform:scale(1.025)}
.ground-card h3{font-size:21px;margin-top:20px}.ground-card .price{display:inline-flex;align-items:baseline;gap:5px;color:#0c6338;background:#eaf8ef;padding:9px 12px;border-radius:12px}
.btn{background:linear-gradient(135deg,var(--green),#18945a);box-shadow:0 8px 18px rgba(23,107,58,.17);transition:.2s ease}.btn:hover{transform:translateY(-2px);filter:saturate(1.15);box-shadow:0 12px 22px rgba(23,107,58,.24)}
.btn.alt{background:linear-gradient(135deg,var(--lime),#ffe873)}.btn.light{background:linear-gradient(135deg,#fff,#edf4ff);border:1px solid #dce6f2}
.price{font-variant-numeric:tabular-nums}.stat:nth-child(3n+1){border-top:4px solid var(--green)}.stat:nth-child(3n+2){border-top:4px solid var(--sky)}.stat:nth-child(3n+3){border-top:4px solid var(--orange)}
footer{margin-top:35px;padding:30px 14px;border-top:1px solid rgba(205,219,211,.75);background:rgba(255,255,255,.48);border-radius:22px 22px 0 0}
@media(max-width:800px){
 body{padding-bottom:0!important}.topbar{min-height:66px}.brand b{font-size:14px}.brand small{font-size:10px}
 .topbar nav{top:68px;left:10px;right:10px;background:linear-gradient(145deg,#092d1c,#174c72);box-shadow:0 22px 50px rgba(0,0,0,.24)}
 .wrap{padding:13px 11px 24px}.hero{padding:30px 20px;border-radius:0 0 26px 26px;margin:-13px -11px 0}.hero h1{font-size:38px;line-height:1.04}.hero p{font-size:15px}.hero-card{padding:17px}
 .grid{gap:14px}.ground-card{border-radius:22px}.ground-image{height:180px}.ground-card:not(:has(.ground-image)):before{height:92px}
 .ground-card h3,.ground-card p,.ground-card .price,.ground-card .btn{margin-left:16px;margin-right:16px}.ground-card .btn{width:calc(100% - 32px);margin-bottom:16px}
 .section-title{margin:24px 3px 12px}.section-title h2{font-size:24px}.card:hover{transform:none}.slots{gap:8px}.slot{padding:12px 7px;font-size:13px}
 footer{font-size:13px;margin-top:24px;padding:24px 12px}.table-wrap{border-radius:14px}
}
@media(max-width:420px){.hero h1{font-size:34px}.brand-logo,.brand .logo{width:40px;height:40px}.ground-image{height:164px}.price{font-size:21px}}

footer a{color:var(--green);font-weight:800;text-decoration:none}footer a:hover{text-decoration:underline}
