@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";html,body,#root{min-height:100vh}.app-layout{flex-direction:column;min-height:100vh;display:flex}.app-content{flex:1}.login-page{background:linear-gradient(90deg,#f3f1ed 50%,#a8d3cc 50%);justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.login-container{border-radius:30px;width:1100px;max-width:100%;display:flex;overflow:hidden;box-shadow:0 20px 50px #00000026}.left-panel{background:#f3f1ed;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:60px;display:flex;position:relative}.right-panel{color:#fff;background:#0f5a55;flex-direction:column;flex:1;justify-content:center;padding:60px;display:flex}.dots{grid-template-columns:repeat(3,1fr);gap:20px;display:grid;position:absolute;top:40px;left:40px}.dots span{background:#ff6b1a;border-radius:50%;width:24px;height:24px}.left-logo{object-fit:cover;background:#fff;border:5px solid #ff6b1a;border-radius:50%;width:180px;height:180px;margin-bottom:25px;padding:8px}.left-panel h1{color:#0f5a55;font-size:72px;font-weight:800}.left-panel p{color:#0f5a55;margin-top:10px;font-size:22px}.left-panel h3{color:#ff6b1a;letter-spacing:3px;margin-top:20px}.right-panel h2{margin-bottom:10px;font-size:56px}.subtitle{color:#d8ece9;margin-bottom:30px}.form-group input{color:#fff;background:0 0;border:1px solid #ffffff4d;border-radius:10px;outline:none;width:100%;padding:18px;font-size:16px}.login-btn{color:#fff;cursor:pointer;background:#ff6b1a;border:none;border-radius:10px;width:100%;padding:18px;font-size:20px;font-weight:700;transition:all .3s}.login-btn:hover{background:#ff7f33;transform:translateY(-2px)}.register-link{text-align:center;margin-top:25px}.register-link a{color:#ffb380;font-weight:600;text-decoration:none}.register-link a:hover{color:#fff}@media (width<=900px){.login-container{flex-direction:column;width:100%}.left-panel,.right-panel{padding:30px 20px}.dots{display:none}.left-logo{width:100px;height:100px;margin-bottom:15px}.left-panel h1{text-align:center;font-size:38px}.left-panel p{text-align:center;font-size:14px}.left-panel h3{letter-spacing:2px;text-align:center;font-size:12px}.right-panel h2{text-align:center;font-size:32px}.subtitle{text-align:center;margin-bottom:20px}.form-group input{padding:15px;font-size:14px}.login-btn{padding:15px;font-size:16px}}*{box-sizing:border-box;margin:0;padding:0;font-family:Poppins,sans-serif}.register-page{background:linear-gradient(90deg,#f3f1ed 50%,#a8d3cc 50%);justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.register-card{color:#fff;background:#0f5a55;border-radius:30px;width:550px;padding:45px;box-shadow:0 20px 50px #00000026}.register-header{text-align:center;margin-bottom:30px}.register-header h1{color:#fff;letter-spacing:2px;margin-bottom:8px;font-size:60px;font-weight:800}.register-header p{color:#d4f0eb;font-size:15px}.register-card h2{text-align:center;color:#fff;margin-bottom:30px;font-size:38px}.register-card form{flex-direction:column;gap:18px;display:flex}.register-card input{color:#fff;background:#ffffff0d;border:1px solid #ffffff40;border-radius:12px;outline:none;width:100%;padding:18px;font-size:16px;transition:all .3s}.register-card input::placeholder{color:#cfe8e4}.register-card input:focus{border-color:#ff6b1a;box-shadow:0 0 10px #ff6b1a4d}.register-card button{color:#fff;cursor:pointer;background:#ff6b1a;border:none;border-radius:12px;width:100%;margin-top:10px;padding:18px;font-size:20px;font-weight:700;transition:all .3s}.register-card button:hover{background:#ff7f33;transform:translateY(-2px)}.login-link{text-align:center;color:#d4f0eb;margin-top:20px;font-size:15px}.login-link span{color:#ffb380;cursor:pointer;margin-left:5px;font-weight:700}.login-link span:hover{color:#fff}@media (width<=768px){.register-page{padding:15px}.register-card{width:100%;max-width:450px;padding:30px}.register-header h1{font-size:42px}.register-card h2{font-size:28px}.register-card input{padding:15px}.register-card button{padding:15px;font-size:18px}}.register-logo{object-fit:cover;background:#fff;border:4px solid #ff6b1a;border-radius:50%;width:110px;height:110px;margin-bottom:15px;padding:6px}.turf-card{background:#fff;border:1px solid #e7efec;border-radius:18px;flex-direction:column;height:100%;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 8px 24px #0f5a5514}.turf-card:hover{transform:translateY(-6px);box-shadow:0 16px 35px #0f5a5526}.turf-image-wrapper{position:relative;overflow:hidden}.turf-image{object-fit:cover;width:100%;height:170px;transition:all .4s}.turf-card:hover .turf-image{transform:scale(1.05)}.popular-badge{color:#fff;background:#ff6b1a;border-radius:20px;align-items:center;gap:5px;padding:5px 10px;font-size:11px;font-weight:700;display:flex;position:absolute;top:12px;left:12px}.turf-card-body{flex-direction:column;flex:1;padding:16px;display:flex}.turf-title{color:#10393b;margin-bottom:10px;font-size:20px;font-weight:800;line-height:1.3}.turf-location{color:#64748b;align-items:center;gap:6px;margin-bottom:12px;font-size:14px;display:flex}.turf-location svg{color:#ff6b1a}.card-info{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.turf-type{color:#0f5a55;background:#e8f8f4;border-radius:20px;align-items:center;gap:6px;padding:6px 12px;font-size:11px;font-weight:700;display:inline-flex}.rating{color:#ff9800;background:#fff5e7;border-radius:20px;padding:6px 10px;font-size:11px;font-weight:700}.price-section{margin-top:auto;margin-bottom:16px}.price-label{color:#94a3b8;margin-bottom:4px;font-size:11px;font-weight:600;display:block}.price{color:#0f5a55;font-size:28px;font-weight:800}.price small{color:#64748b;font-size:13px;font-weight:500}.book-btn{color:#fff;cursor:pointer;background:#ff6b1a;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;height:44px;font-size:15px;font-weight:700;transition:all .3s;display:flex}.book-btn:hover{background:#ff7c2d}.book-btn svg{transition:all .3s}.book-btn:hover svg{transform:translate(4px)}@media (width<=992px){.turf-image{height:160px}.turf-title{font-size:18px}}@media (width<=768px){.turf-image{height:180px}.turf-card-body{padding:15px}.card-info{flex-direction:row;gap:10px}.price{font-size:24px}.book-btn{height:42px;font-size:14px}}.dashboard-page{width:100%;max-width:1450px;margin:0 auto;padding:10px 0 40px}.dashboard-header{text-align:center;margin-bottom:50px}.dashboard-title{color:#10393b;margin-bottom:15px;font-size:54px;font-weight:800}.dashboard-subtitle{color:#64748b;margin-bottom:35px;font-size:19px;line-height:1.7}.search-wrapper{justify-content:center;display:flex}.search-input{background:#fff;border:2px solid #dbe8e4;border-radius:16px;align-items:center;gap:15px;width:100%;max-width:650px;height:60px;padding:0 20px;display:flex;box-shadow:0 8px 25px #0f5a5514}.search-input svg{color:#0f5a55;font-size:18px}.search-input input{background:0 0;border:none;outline:none;flex:1;font-size:16px}.available-header{margin:40px 0 25px}.available-header h2{color:#12343b;align-items:center;gap:15px;font-size:36px;font-weight:800;display:flex}.count-badge{color:#fff;background:#0f5a55;border-radius:30px;padding:6px 16px;font-size:16px;font-weight:700}.available-header span{color:#0f5a55;background:#e8f8f4;border-radius:30px;padding:8px 18px;font-size:14px;font-weight:700}.turf-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}@media (width<=1200px){.turf-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=992px){.turf-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.turf-grid{grid-template-columns:1fr}}.no-turf{text-align:center;background:#fff;border-radius:24px;grid-column:1/-1;padding:70px 30px;box-shadow:0 10px 30px #0f5a5514}.no-turf-icon{margin-bottom:15px;font-size:60px}.no-turf h2{color:#0f5a55;margin-bottom:10px;font-size:30px}.no-turf p{color:#64748b;font-size:15px}@media (width<=992px){.dashboard-title{font-size:42px}.dashboard-subtitle{font-size:17px}.available-header{flex-direction:column;gap:15px}.available-header h2{font-size:30px}}@media (width<=768px){.dashboard-page{padding:0 0 25px}.dashboard-header{margin-bottom:30px}.dashboard-title{font-size:34px}.dashboard-subtitle{margin-bottom:25px;font-size:15px}.search-input{height:54px;padding:0 15px}.search-input input{font-size:15px}.available-header{align-items:flex-start;margin-bottom:20px}.available-header h2{font-size:24px}.available-header span{padding:7px 14px;font-size:13px}.turf-grid{grid-template-columns:1fr;gap:20px}.no-turf{padding:45px 20px}}@media (width<=480px){.dashboard-title{font-size:30px}.dashboard-subtitle{font-size:14px}.search-input{height:50px}}.slot-card{cursor:pointer;background:#fff;border:1px solid #dfe8e5;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:8px;width:125px;height:72px;transition:all .25s;display:flex;box-shadow:0 3px 10px #0000000d}.slot-card:hover:not(:disabled){border-color:#0f5a55;transform:translateY(-3px);box-shadow:0 10px 18px #0000001a}.slot-card-time{color:#103f43;align-items:center;gap:6px;font-size:16px;font-weight:700;display:flex}.slot-card-time svg{color:#0f5a55;font-size:15px}.slot-card-price{color:#ff6b1a;font-size:14px;font-weight:700}.available{background:#fff}.selected{background:#19b46b;border-color:#19b46b}.selected .slot-card-time,.selected .slot-card-time svg,.selected .slot-card-price{color:#fff}.booked{cursor:not-allowed;background:#ef4444;border-color:#ef4444}.booked .slot-card-time,.booked .slot-card-time svg,.booked .slot-card-price{color:#fff}.expired{cursor:not-allowed;background:#9ca3af;border-color:#9ca3af}.expired .slot-card-time,.expired .slot-card-time svg,.expired .slot-card-price{color:#fff}.slot-card:disabled{opacity:.95}@media (width<=768px){.slot-card{gap:5px;width:95px;height:62px}.slot-card-time{font-size:13px}.slot-card-time svg,.slot-card-price{font-size:12px}}.booking-summary{background:#fff;border:1px solid #edf3f2;border-radius:22px;padding:24px;box-shadow:0 10px 30px #0f5a551a}.summary-header{justify-content:space-between;align-items:center;margin-bottom:22px;display:flex}.summary-title{align-items:center;gap:12px;display:flex}.summary-title svg{color:#0f5a55;font-size:24px}.summary-title h2{color:#12343b;font-size:28px;font-weight:800}.summary-badge{color:#0f5a55;background:#e8f8f4;border-radius:30px;padding:8px 18px;font-size:14px;font-weight:700}.empty-summary{text-align:center;padding:40px 20px}.empty-icon{background:#eef8f7;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:auto auto 18px;display:flex}.empty-icon svg{color:#0f5a55;font-size:34px}.empty-summary h3{color:#12343b;margin-bottom:10px;font-size:22px}.empty-summary p{color:#64748b;font-size:15px;line-height:1.6}.selected-slot-list{flex-direction:column;gap:14px;margin-bottom:24px;display:flex}.slot-item{background:#f8fbfb;border:1px solid #dcebe7;border-radius:14px;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.slot-left{align-items:center;gap:10px;display:flex}.slot-left svg{color:#0f5a55}.slot-left span{color:#23424a;font-size:18px;font-weight:700}.slot-right{align-items:center;gap:12px;display:flex}.slot-price{color:#ff6b1a;font-size:24px;font-weight:800}.remove-slot-btn{color:#125843;cursor:pointer;background:#ffe9e9;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:all .25s;display:flex}.remove-slot-btn:hover{color:#fff;background:#d60e07;transform:scale(1.08)}.remove-slot-btn svg{font-size:15px}.summary-total{border-top:2px dashed #dbe7e4;justify-content:space-between;align-items:center;padding-top:22px;display:flex}.total-left{align-items:center;gap:12px;display:flex}.total-left svg{color:#1d9c61;font-size:22px}.total-left span{color:#23424a;font-size:24px;font-weight:700}.total-price{color:#ff6b1a;font-size:42px;font-weight:800}@media (width<=768px){.booking-summary{padding:18px}.summary-title h2{font-size:22px}.summary-badge{padding:6px 14px;font-size:13px}.slot-item{padding:12px}.slot-left span{font-size:16px}.slot-price,.total-left span{font-size:20px}.total-price{font-size:34px}.remove-slot-btn{width:30px;height:30px}}body{color:#143c43;background:#f5f9f8;font-family:Inter,sans-serif}.booking-page{background:radial-gradient(circle at 0 0,#22c55e14,#0000 35%),radial-gradient(circle at 100% 0,#3b82f614,#0000 40%),linear-gradient(#f8fbfa,#f3f7f6);min-height:100vh;padding:45px 7%}.booking-hero{grid-template-columns:1.3fr .7fr;align-items:center;gap:70px;margin-bottom:60px;display:grid}.hero-left{flex-direction:column;gap:22px;display:flex}.booking-tag{color:#0f5a55;letter-spacing:.5px;background:#eaf8f3;border-radius:40px;width:max-content;padding:10px 18px;font-size:14px;font-weight:700}.hero-left h1{color:#143c43;font-size:64px;font-weight:800;line-height:1.05}.hero-left p{color:#64748b;max-width:650px;font-size:20px;line-height:1.8}.hero-features{flex-wrap:wrap;gap:18px;display:flex}.feature{color:#0f5a55;background:#fff;border:1px solid #e4ece9;border-radius:12px;padding:12px 18px;font-size:14px;font-weight:600;box-shadow:0 4px 12px #0000000d}.hero-right{justify-content:flex-end;display:flex}.date-card{background:#fff;border:1px solid #e4ece9;border-radius:22px;width:380px;padding:28px;box-shadow:0 18px 45px #0f5a5514}.date-card h3{color:#143c43;margin-bottom:10px;font-size:24px;font-weight:700}.date-card p{color:#64748b;margin-bottom:22px;font-size:15px;line-height:1.6}.date-picker{color:#143c43;background:#fff;border:2px solid #dce8e5;border-radius:14px;outline:none;width:100%;height:58px;padding:0 18px;font-size:16px;font-weight:600;transition:all .3s}.date-picker:hover{border-color:#84d4bf}.date-picker:focus{border-color:#22a06b;box-shadow:0 0 0 5px #22a06b1f}.selected-date{color:#0f5a55;background:#f2fbf8;border:1px solid #d6f1e7;border-radius:14px;align-items:center;gap:10px;margin-top:20px;padding:14px 16px;font-size:15px;font-weight:600;display:flex}.section-title{justify-content:center;align-items:center;gap:25px;margin:50px 0 35px;display:flex}.section-title span{opacity:.8;background:#ff6b00;width:100px;height:2px}.section-title h2{color:#0f5a55;letter-spacing:1.5px;text-transform:uppercase;font-size:40px;font-weight:800}.booking-layout{grid-template-columns:2fr 400px;align-items:start;gap:35px;display:grid}.booking-left{flex-direction:column;gap:30px;display:flex}.booking-right{position:sticky;top:30px}.session-card{background:#fff;border:1px solid #e6efec;border-radius:22px;padding:24px;transition:all .3s;box-shadow:0 12px 30px #0f5a5514}.session-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px #0f5a551f}.session-header{border-bottom:1px solid #edf2f1;justify-content:space-between;align-items:center;margin-bottom:22px;padding-bottom:18px;display:flex}.session-left{align-items:center;gap:18px;display:flex}.session-left h2{color:#143c43;margin-bottom:5px;font-size:24px;font-weight:700}.session-left p{color:#64748b;font-size:15px}.session-icon{color:#fff;border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;width:65px;height:65px;font-size:28px;display:flex}.session-icon.morning{background:linear-gradient(135deg,#fdb813,#f57c00)}.session-icon.afternoon{background:linear-gradient(135deg,#42a5f5,#1565c0)}.session-icon.evening{background:linear-gradient(135deg,#5e35b1,#283593)}.slot-count{color:#0f5a55;text-align:center;background:#ecfdf5;border:1px solid #d6f3e5;border-radius:40px;min-width:95px;padding:10px 18px;font-size:14px;font-weight:700}.session-card+.session-card{margin-top:30px}.slot-grid{flex-wrap:wrap;align-items:flex-start;gap:14px;display:flex}.slot-grid .slot-card{transition:all .25s}.slot-grid .slot-card:hover{transform:translateY(-3px)}.loading-slots{color:#0f5a55;background:#f8fbfa;border:2px dashed #d7e7e2;border-radius:16px;justify-content:center;align-items:center;width:100%;height:130px;font-size:18px;font-weight:700;display:flex}.no-slots{color:#94a3b8;background:#fafdfc;border:2px dashed #d9e7e3;border-radius:18px;justify-content:center;align-items:center;width:100%;padding:45px;font-size:18px;font-weight:600;display:flex}.session-card .slot-grid{margin-top:8px}.session-card{overflow:hidden}.slot-grid>*{margin:0;animation:.35s fadeUp}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (width>=1400px){.slot-grid{gap:18px}}@media (width<=992px){.slot-grid{gap:12px}}@media (width<=768px){.slot-grid{justify-content:center;gap:10px}}.booking-summary-wrapper{flex-direction:column;gap:20px;display:flex;position:sticky;top:30px}.booking-summary{background:#fff;border:1px solid #e5ece9;border-radius:22px;width:100%;overflow:hidden;box-shadow:0 15px 40px #0f5a5514}.confirm-booking-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0f5a55,#178f83);border:none;border-radius:16px;width:100%;height:58px;font-size:17px;font-weight:700;transition:all .3s;box-shadow:0 10px 28px #0f5a5540}.confirm-booking-btn:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 16px 34px #0f5a554d}.confirm-booking-btn:active{transform:scale(.98)}.confirm-booking-btn:disabled,.confirm-booking-btn.disabled{color:#64748b;cursor:not-allowed;box-shadow:none;background:#cbd5e1;transform:none}.secure-payment{text-align:center;color:#0f5a55;background:#fff;border:1px solid #e5ece9;border-radius:16px;padding:18px;font-size:14px;font-weight:600;box-shadow:0 8px 22px #0f5a550f}.secure-payment:before{content:"";background:#22c55e;border-radius:20px;width:55px;height:4px;margin:0 auto 12px;display:block}.booking-right{flex-direction:column;gap:20px;display:flex}.booking-summary-wrapper{animation:.45s slideRight}@keyframes slideRight{0%{opacity:0;transform:translate(25px)}to{opacity:1;transform:translate(0)}}@media (width<=1200px){.booking-page{padding:35px}.booking-hero{grid-template-columns:1fr;gap:40px}.hero-right{justify-content:flex-start}.date-card{width:100%;max-width:500px}.booking-layout{grid-template-columns:1fr;gap:35px}.booking-right{width:100%;position:static}.booking-summary-wrapper{position:static}}@media (width<=992px){.booking-page{padding:25px}.hero-left h1{font-size:46px}.hero-left p{font-size:17px}.hero-features{gap:12px}.feature{font-size:13px}.session-card{padding:20px}.session-header{flex-direction:column;align-items:flex-start;gap:18px}.slot-count{align-self:flex-start}}@media (width<=768px){.booking-page{padding:18px}.booking-hero{gap:25px;margin-bottom:35px}.booking-tag{padding:8px 14px;font-size:12px}.hero-left h1{font-size:34px;line-height:1.2}.hero-left p{font-size:15px;line-height:1.7}.hero-features{flex-direction:column;gap:10px}.feature{text-align:center;justify-content:center;width:100%}.date-card{width:100%;padding:20px}.date-card h3{font-size:20px}.date-picker{height:50px}.selected-date{font-size:13px}.section-title{margin:30px 0}.section-title span{width:40px}.section-title h2{font-size:24px}.session-card{border-radius:18px;padding:18px}.session-left{gap:12px}.session-left h2{font-size:20px}.session-left p{font-size:13px}.session-icon{border-radius:14px;width:52px;height:52px;font-size:20px}.slot-count{padding:7px 12px;font-size:12px}.booking-summary{border-radius:18px}.confirm-booking-btn{height:52px;font-size:15px}.secure-payment{padding:15px;font-size:13px}}@media (width<=480px){.booking-page{padding:14px}.hero-left h1{font-size:28px}.hero-left p{font-size:14px}.date-card{padding:18px}.section-title h2{font-size:21px}.session-card{padding:15px}.slot-grid{justify-content:center;gap:8px}}@media (width>=1600px){.booking-page{max-width:1650px;margin:auto}}body{background:#f5f7f9;font-family:Inter,sans-serif}.navbar{z-index:9999;background:#0f5a55;border-radius:0;justify-content:space-between;align-items:center;width:100%;height:70px;margin:0;padding:0 40px;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 10px #00000026}.navbar-left{align-items:center;gap:45px;display:flex}.navbar-brand-section{align-items:center;gap:15px;display:flex}.navbar-logo{object-fit:contain;border-radius:8px;width:50px;height:50px;display:block}.brand-text{flex-direction:column;display:flex}.brand-text h2{color:#fff;font-size:33px;font-weight:800;line-height:1}.brand-text span{color:#ff9d22;letter-spacing:3px;margin-top:4px;font-size:11px;font-weight:700}.navbar-links{align-items:center;gap:10px;display:flex}.navbar-links a{color:#fff;border-radius:12px;align-items:center;gap:8px;padding:13px 18px;font-size:15px;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.navbar-links a svg{font-size:15px}.navbar-links a:hover{background:#ffffff1a}.active-link{background:#ffffff24}.navbar-right{align-items:center;gap:18px;display:flex}.user-chip{cursor:pointer;background:#ffffff14;border-radius:40px;align-items:center;gap:12px;padding:7px 14px;transition:all .3s;display:flex}.user-chip:hover{background:#ffffff24}.user-avatar{color:#fff;background:#ff7b00;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;font-size:18px;font-weight:700;display:flex}.user-info{flex-direction:column;display:flex}.user-info small{color:#d7ece8;font-size:11px}.user-info span{color:#fff;font-size:15px;font-weight:700}.arrow-icon{color:#fff;font-size:14px}.logout-btn{color:#fff;cursor:pointer;background:#ff7b00;border:none;border-radius:12px;height:48px;padding:0 24px;font-size:15px;font-weight:700;transition:all .3s}.logout-btn:hover{background:#ff9333;transform:translateY(-2px)}.mobile-navbar{z-index:3000;background:#0f5a55;justify-content:space-between;align-items:center;width:100%;height:70px;padding:0 18px;display:flex;position:fixed;top:0;left:0;box-shadow:0 5px 18px #0000001f}.menu-btn{color:#fff;cursor:pointer;background:#ffffff1f;border:none;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;transition:all .3s;display:flex}.menu-btn:hover{background:#ff7b00}.mobile-brand{align-items:center;gap:12px;display:flex}.mobile-logo{object-fit:contain;width:42px;height:42px}.mobile-brand-text{flex-direction:column;display:flex}.mobile-brand-text h3{color:#fff;font-size:20px;font-weight:800;line-height:1}.mobile-brand-text span{color:#ff9d22;letter-spacing:2px;margin-top:3px;font-size:10px;font-weight:700}.mobile-user-chip{color:#fff;background:#ff7b00;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:17px;font-weight:700;display:flex}.mobile-overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:2998;background:#00000073;position:fixed;inset:0}.mobile-menu{z-index:2999;background:#fff;border-top-right-radius:18px;border-bottom-right-radius:18px;width:290px;height:calc(100vh - 70px);transition:left .35s;position:fixed;top:70px;left:-320px;overflow-y:auto;box-shadow:10px 0 35px #00000026}.mobile-menu.open{left:0}.mobile-user-info{background:linear-gradient(135deg,#0f5a55,#178f83);align-items:center;gap:15px;padding:25px 20px;display:flex}.mobile-user-avatar{color:#fff;background:#ff7b00;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;font-size:22px;font-weight:700;display:flex}.mobile-user-details{flex-direction:column;display:flex}.mobile-user-details h4{color:#fff;margin-bottom:4px;font-size:20px}.mobile-user-details p{color:#dff7f4;letter-spacing:1px;text-transform:uppercase;font-size:13px}.mobile-menu a{color:#0f5a55;border-bottom:1px solid #eef2f4;align-items:center;gap:15px;padding:18px 22px;font-size:16px;font-weight:600;text-decoration:none;transition:all .25s;display:flex}.mobile-menu a svg{color:#ff7b00;width:22px;font-size:18px}.mobile-menu a:hover{background:#eef9f8;padding-left:28px}.mobile-menu .active-link{background:#eaf8f5;border-left:5px solid #ff7b00}.mobile-logout-btn{color:#fff;cursor:pointer;background:#ff7b00;border:none;border-radius:14px;width:calc(100% - 30px);height:50px;margin:20px 15px;font-size:16px;font-weight:700;transition:all .3s}.mobile-logout-btn:hover{background:#ff9440;transform:translateY(-2px)}@keyframes slideDrawer{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.mobile-menu{animation:.3s slideDrawer}@media (width<=1200px){.navbar{padding:0 20px}.navbar-left{gap:25px}.navbar-links{gap:5px}.navbar-links a{padding:10px 12px;font-size:14px}.brand-text h2{font-size:24px}.logout-btn{padding:10px 18px}}@media (width<=992px){.navbar{display:none}.mobile-navbar{display:flex}.page-content{padding-top:80px}}@media (width<=768px){.mobile-navbar{height:65px;padding:0 14px}.mobile-logo{width:38px;height:38px}.mobile-brand-text h3{font-size:18px}.mobile-brand-text span{font-size:9px}.menu-btn{width:38px;height:38px;font-size:18px}.mobile-user-chip{width:38px;height:38px;font-size:15px}.mobile-menu{width:280px;height:calc(100vh - 65px);top:65px}.mobile-menu a{padding:16px 18px;font-size:15px}.mobile-user-info{padding:20px}.mobile-user-avatar{width:52px;height:52px;font-size:20px}}@media (width<=480px){.mobile-navbar{height:60px}.mobile-logo{width:34px;height:34px}.mobile-brand-text h3{font-size:16px}.mobile-brand-text span{display:none}.menu-btn{width:36px;height:36px;font-size:16px}.mobile-user-chip{width:34px;height:34px;font-size:14px}.mobile-menu{border-radius:0;width:100%;height:calc(100vh - 60px);top:60px}.mobile-user-info{border-radius:0}.mobile-logout-btn{margin:15px}}@media (width>=993px){.mobile-navbar,.mobile-menu,.mobile-overlay{display:none}}.booking-card{background:#fff;border-radius:20px;flex-direction:column;gap:15px;width:100%;padding:20px;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 25px #0f5a5514}.booking-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #0f5a5526}.booking-card:has(.status-paid){border-top:4px solid #22c55e}.booking-card:has(.status-pending){border-top:4px solid #ff6b1a}.booking-header{justify-content:flex-end;align-items:center;display:flex}.booking-turf-name{color:#0f5a55;margin-bottom:4px;font-size:22px;font-weight:800}.booking-id{color:#94a3b8;font-size:12px;font-weight:600}.status-paid{color:#15803d;background:#dcfce7;border-radius:20px;padding:6px 12px;font-size:11px;font-weight:700}.status-pending{color:#ea580c;background:#ffedd5;border-radius:20px;padding:6px 12px;font-size:11px;font-weight:700}.booking-date-card{color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:8px;padding:12px;font-size:13px;font-weight:600;display:flex}.slot-count-card{color:#ff6b1a;background:#fff8f3;border:1px solid #ffd8bf;border-radius:12px;align-items:center;gap:8px;padding:12px;font-size:13px;font-weight:700;display:flex}.booking-amount-card{background:linear-gradient(135deg,#f8fafc,#eef7f5);border:1px solid #d6ebe7;border-radius:14px;padding:15px}.amount-label{color:#64748b;margin-bottom:5px;font-size:12px;font-weight:600}.amount-value{color:#0f5a55;font-size:34px;font-weight:800}.booking-actions{margin-top:auto}.receipt-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0f5a55,#146b64);border:none;border-radius:12px;width:100%;padding:13px;font-size:14px;font-weight:700;transition:all .3s}.receipt-btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px #0f5a5540}@media (width<=768px){.booking-card{padding:16px}.booking-turf-name{font-size:18px}.amount-value{font-size:28px}.slot-chip{text-align:center;width:100%}}.my-bookings-page{background:#f6f8fa;min-height:100vh;padding:20px 30px}.my-bookings-header{text-align:center;max-width:1400px;margin:0 auto 25px}.my-bookings-header h1{color:#0f5a55;margin-bottom:10px;font-size:42px;font-weight:800}.header-subtitle{color:#fff;background:#0f5a55;border-radius:40px;margin-bottom:25px;padding:10px 20px;font-size:14px;font-weight:600;display:inline-block}.booking-stats{flex-wrap:wrap;justify-content:center;gap:15px;display:flex}.stat-card{background:#fff;border-radius:16px;min-width:150px;padding:16px;transition:all .3s;box-shadow:0 4px 15px #00000014}.stat-card:hover{transform:translateY(-3px)}.stat-number{color:#0f5a55;margin-bottom:4px;font-size:24px;font-weight:800;display:block}.stat-label{color:#64748b;font-size:13px;font-weight:600}.stat-card.paid{border-top:4px solid #22c55e}.stat-card.pending{border-top:4px solid #f59e0b}.filter-card{background:#fff;border-radius:18px;flex-wrap:wrap;gap:12px;max-width:1400px;margin:0 auto 25px;padding:18px;display:flex;box-shadow:0 4px 15px #00000014}.filter-input,.filter-select,.filter-date{color:#0f5a55;background:#fff;border:2px solid #d8e5e2;border-radius:12px;outline:none;min-width:180px;height:48px;padding:0 14px;font-size:14px;transition:all .3s}.filter-input{flex:1;min-width:250px}.filter-input::placeholder{color:#64748b}.filter-input:focus,.filter-select:focus,.filter-date:focus{border-color:#ff6b1a;box-shadow:0 0 12px #ff6b1a2e}.clear-btn,.download-btn{cursor:pointer;border:none;border-radius:12px;height:48px;padding:0 18px;font-size:14px;font-weight:700;transition:all .3s}.clear-btn{color:#fff;background:#0f5a55}.clear-btn:hover{background:#146b64}.download-btn{color:#fff;background:#ff6b1a}.booking-list{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;max-width:1400px;margin:0 auto;display:grid}.no-bookings{text-align:center;background:#fff;border-radius:20px;grid-column:1/-1;padding:40px 25px;box-shadow:0 8px 20px #00000014}.no-bookings-icon{margin-bottom:12px;font-size:60px}.no-bookings h3{color:#0f5a55;margin-bottom:8px;font-size:24px}.no-bookings p{color:#64748b;font-size:14px}@media (width<=1300px){.booking-list{grid-template-columns:repeat(3,1fr)}}@media (width<=992px){.booking-list{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.my-bookings-page{padding:15px}.my-bookings-header h1{font-size:32px}.header-subtitle{padding:8px 16px;font-size:13px}.booking-stats{gap:10px}.stat-card{min-width:120px;padding:12px}.filter-card{padding:15px}.booking-list{grid-template-columns:1fr}.filter-input,.filter-select,.filter-date,.clear-btn,.download-btn{width:100%;min-width:100%}}.receipt-page{background:linear-gradient(90deg,#f3f1ed 50%,#a8d3cc 50%);justify-content:center;align-items:flex-start;min-height:100vh;padding:25px 15px;display:flex}.receipt-card{background:#fff;border-radius:24px;width:100%;max-width:650px;overflow:hidden;box-shadow:0 12px 35px #0f5a551a}.receipt-header{color:#fff;background:#0f5a55;padding:22px 25px}.receipt-header h1{margin-bottom:5px;font-size:28px;font-weight:800}.receipt-subtitle{color:#ffffffd9;font-size:13px}.receipt-status{border-radius:20px;margin-top:12px;padding:6px 14px;font-size:11px;font-weight:700;display:inline-block}.receipt-status.paid{color:#15803d;background:#dcfce7}.receipt-status.pending{color:#ea580c;background:#ffedd5}.receipt-body{padding:18px}.receipt-section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;margin-bottom:14px;padding:15px 18px}.receipt-section h3{color:#0f5a55;margin-bottom:12px;font-size:16px;font-weight:700}.receipt-info-row{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:10px 0;display:flex}.receipt-info-row:last-child{border-bottom:none}.receipt-info-row span{color:#64748b;font-size:14px}.receipt-info-row strong{color:#0f5a55;font-size:14px;font-weight:700}.slot-times-container{flex-wrap:wrap;gap:8px;display:flex}.slot-chip{color:#0f5a55;background:#e7f4ef;border:1px solid #cde6df;border-radius:20px;padding:7px 12px;font-size:12px;font-weight:700}.amount-card{text-align:center;color:#fff;background:#ff6b1a;border-radius:14px;margin-bottom:14px;padding:14px}.amount-card p{opacity:.95;margin-bottom:3px;font-size:13px}.amount-card h2{font-size:26px;font-weight:800}.download-btn{color:#fff;cursor:pointer;background:#0f5a55;border:none;border-radius:12px;width:100%;padding:14px;font-size:14px;font-weight:700;transition:all .3s}.download-btn:hover{background:#146b64;transform:translateY(-2px)}@media (width<=768px){.receipt-page{padding:10px}.receipt-card{border-radius:18px}.receipt-header{text-align:center;padding:18px}.receipt-header h1{font-size:22px}.receipt-subtitle{font-size:12px}.receipt-body{padding:14px}.receipt-section{margin-bottom:12px;padding:12px}.receipt-section h3{font-size:15px}.receipt-info-row{flex-direction:column;align-items:flex-start;gap:4px}.receipt-info-row span{font-size:13px}.receipt-info-row strong{word-break:break-word;font-size:13px}.slot-chip{padding:6px 10px;font-size:11px}.amount-card{padding:12px}.amount-card h2{font-size:22px}.download-btn{padding:12px;font-size:13px}}.profile-page{background:radial-gradient(circle at 0 0,#22c55e14,#0000 35%),radial-gradient(circle at 100% 0,#3b82f614,#0000 40%),linear-gradient(#f8fbfa,#f3f7f6);justify-content:center;align-items:flex-start;min-height:calc(100vh - 70px);padding:40px 20px;display:flex}.profile-card{background:#fff;border-radius:24px;width:100%;max-width:650px;overflow:hidden;box-shadow:0 12px 35px #0f5a5526}.profile-header{text-align:center;color:#fff;background:#0f5a55;padding:35px 25px}.profile-avatar{color:#fff;background:#ff6b1a;border:4px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 15px;font-size:30px;font-weight:800;display:flex}.profile-header h1{letter-spacing:.5px;margin-bottom:6px;font-size:32px;font-weight:700}.profile-header p{opacity:.9;font-size:14px}.profile-body{padding:30px}.profile-view-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;margin-bottom:20px;padding:20px}.profile-detail-row{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:15px 0;display:flex}.profile-detail-row:last-child{border-bottom:none}.profile-detail-row span{color:#64748b;font-size:14px;font-weight:600}.profile-detail-row strong{color:#0f5a55;font-size:15px;font-weight:700}.form-group input{border:2px solid #d9e7e4;border-radius:14px;outline:none;width:100%;height:55px;padding:0 15px;font-size:15px;font-weight:500;transition:all .3s;color:#0f172a!important;background:#fff!important}.form-group input:focus{border-color:#ff6b1a;box-shadow:0 0 12px #ff6b1a26;color:#0f172a!important;background:#fff!important}.readonly-input{cursor:not-allowed;color:#475569!important;background:#f8fafc!important}.edit-profile-btn{color:#fff;cursor:pointer;background:#0f5a55;border:none;border-radius:14px;width:100%;height:55px;font-size:16px;font-weight:700;transition:all .3s}.edit-profile-btn:hover{background:#146b64}.profile-actions{gap:12px;display:flex}.cancel-btn{color:#334155;cursor:pointer;background:#e2e8f0;border:none;border-radius:14px;flex:1;height:55px;font-size:15px;font-weight:700;transition:all .3s}.cancel-btn:hover{background:#cbd5e1}.update-profile-btn{color:#fff;cursor:pointer;background:#ff6b1a;border:none;border-radius:14px;flex:2;height:55px;font-size:16px;font-weight:700;transition:all .3s}.update-profile-btn:hover{background:#ff7f33;transform:translateY(-2px)}@media (width<=768px){.profile-page{padding:15px}.profile-card{border-radius:18px}.profile-header{padding:25px 15px}.profile-avatar{width:70px;height:70px;font-size:26px}.profile-header h1{font-size:26px}.profile-header p{font-size:13px}.profile-body{padding:20px}.profile-detail-row{flex-direction:column;align-items:flex-start;gap:5px}.profile-actions{flex-direction:column}.cancel-btn,.update-profile-btn{width:100%}}.change-password-page{background:radial-gradient(circle at 0 0,#22c55e14,#0000 35%),radial-gradient(circle at 100% 0,#3b82f614,#0000 40%),linear-gradient(#f8fbfa,#f3f7f6);justify-content:center;align-items:flex-start;min-height:calc(100vh - 70px);padding:30px 20px;display:flex}.change-password-card{background:#fff;border-radius:24px;width:100%;max-width:650px;overflow:hidden;box-shadow:0 15px 40px #0f5a5526}.change-password-header{color:#fff;text-align:center;background:linear-gradient(135deg,#0f5a55,#146b64);padding:35px 25px}.password-avatar{color:#fff;background:#ff6b1a;border:4px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:85px;height:85px;margin:0 auto 18px;font-size:34px;font-weight:800;display:flex;box-shadow:0 6px 15px #00000026}.change-password-header h1{margin-bottom:8px;font-size:32px;font-weight:800}.change-password-header p{opacity:.9;font-size:14px}.change-password-body{padding:30px}.form-group input{color:#0f172a;background:#fff;border:2px solid #d9e7e4;border-radius:14px;outline:none;width:100%;height:55px;padding:0 16px;font-size:15px;transition:all .3s}.form-group input::placeholder{color:#94a3b8}.change-password-btn{color:#fff;cursor:pointer;background:#ff6b1a;border:none;border-radius:14px;width:100%;height:55px;font-size:16px;font-weight:700;transition:all .3s}.change-password-btn:hover{background:#ff7f33;transform:translateY(-2px)}.change-password-btn:active{transform:scale(.98)}@media (width<=768px){.change-password-page{padding:15px}.change-password-card{border-radius:18px}.change-password-header{padding:25px 15px}.password-avatar{width:70px;height:70px;font-size:28px}.change-password-header h1{font-size:24px}.change-password-header p{font-size:13px}.change-password-body{padding:20px}.form-group{margin-bottom:16px}.form-group input,.change-password-btn{height:50px;font-size:14px}}.slot{cursor:pointer;border:none;border-radius:15px;flex-direction:column;align-items:center;gap:8px;width:150px;padding:18px;font-weight:600;transition:all .3s;display:flex}.slot:hover:not(:disabled){transform:translateY(-4px)}.slot-time{font-size:18px;font-weight:700}.slot-price{font-size:16px}.slot-status{font-size:13px;font-weight:700}.available{color:#0f5a55;background:#f3f4f6;border:2px solid #d9e8e5}.selected{color:#fff;background:#22c55e}.booked{color:#fff;cursor:not-allowed;background:#ef4444}.expired{color:#fff;cursor:not-allowed;background:#9ca3af}.slot:disabled{opacity:.9}.admin-dashboard-page{background:linear-gradient(90deg,#f3f1ed 50%,#a8d3cc 50%);min-height:100vh;padding:35px 25px}.admin-page-title{text-align:center;margin-bottom:35px}.admin-page-title h1{color:#0f5a55;margin-bottom:15px;font-size:48px;font-weight:800}.admin-page-title p{color:#fff;background:#0f5a55;border-radius:999px;padding:12px 26px;font-size:16px;font-weight:600;display:inline-block;box-shadow:0 8px 18px #0f5a552e}.admin-banner{color:#fff;background:linear-gradient(135deg,#0f5a55,#17756d);border-radius:24px;justify-content:space-between;align-items:center;margin-bottom:35px;padding:35px;display:flex;box-shadow:0 14px 35px #0f5a5538}.admin-banner-left h2{margin-bottom:12px;font-size:34px}.admin-banner-left p{opacity:.92;font-size:17px;line-height:1.7}.admin-circle{background:#ff6b1a;border:5px solid #ffffff40;border-radius:50%;justify-content:center;align-items:center;width:110px;height:110px;font-size:52px;display:flex;box-shadow:0 10px 25px #ff6b1a59}.section-title{color:#0f5a55;margin-bottom:22px;font-size:30px;font-weight:800}.stats-section{margin-bottom:40px}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:22px;display:grid}.analytics-section{background:#fff;border-radius:24px;padding:30px;box-shadow:0 12px 30px #0f5a551f}.analytics-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:25px;display:flex}.analytics-header h2{color:#0f5a55;font-size:30px;font-weight:800}.analytics-header span{color:#ff6b1a;background:#ffefe4;border-radius:999px;padding:8px 18px;font-size:14px;font-weight:700}@media (width<=992px){.admin-banner{text-align:center;flex-direction:column;gap:25px}.admin-banner-left h2{font-size:30px}.admin-circle{width:90px;height:90px;font-size:42px}}@media (width<=768px){.admin-dashboard-page{padding:20px 15px}.admin-page-title h1{font-size:34px}.admin-page-title p{padding:10px 18px;font-size:14px;line-height:1.5}.admin-banner{padding:25px}.admin-banner-left h2{font-size:26px}.admin-banner-left p{font-size:15px}.section-title{font-size:24px}.analytics-section{padding:20px}.analytics-header{flex-direction:column;align-items:flex-start}.analytics-header h2{font-size:24px}.analytics-header span{font-size:13px}.stats-grid{gap:16px}}.admin-bookings-page{background:linear-gradient(90deg,#f3f1ed 50%,#a8d3cc 50%);min-height:100vh;padding:35px}.admin-bookings-header{text-align:center;margin-bottom:35px}.admin-bookings-header h1{color:#0f5a55;margin-bottom:10px;font-size:42px;font-weight:800}.admin-bookings-header p{color:#64748b;font-size:16px}.booking-filters{background:#fff;border-radius:18px;flex-wrap:wrap;gap:15px;margin-bottom:30px;padding:20px;display:flex;box-shadow:0 10px 25px #00000014}.booking-filters input,.booking-filters select{border:2px solid #d8e5e2;border-radius:12px;outline:none;flex:1;min-width:220px;height:52px;padding:0 15px;font-size:15px;transition:all .3s}.booking-filters input:focus,.booking-filters select:focus{border-color:#ff6b1a;box-shadow:0 0 12px #ff6b1a26}.booking-table{border-collapse:collapse;width:100%}.booking-table thead{color:#fff;background:#0f5a55}.booking-table th{text-align:left;padding:18px;font-size:15px;font-weight:700}.booking-table td{color:#334155;border-bottom:1px solid #edf2f7;padding:16px;font-size:15px}.booking-table tbody tr:hover{background:#f8fafc}.booking-table td:nth-child(5){color:#0f5a55;font-weight:700}.cancel-btn{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:10px;padding:10px 18px;font-weight:700;transition:all .3s}.pagination{justify-content:center;align-items:center;gap:15px;margin-top:30px;display:flex}.pagination button{color:#fff;cursor:pointer;background:#0f5a55;border:none;border-radius:12px;padding:12px 22px;font-weight:700;transition:all .3s}.pagination button:hover:not(:disabled){background:#146b64}.pagination span{color:#0f5a55;font-weight:700}@media (width<=768px){.admin-bookings-page{padding:20px}.admin-bookings-header h1{font-size:30px}.booking-filters{flex-direction:column}.booking-filters input,.booking-filters select{width:100%}.booking-table{min-width:850px}.pagination{flex-wrap:wrap}}.admin-turf-page{background:linear-gradient(90deg,#f3f1ed 50%,#a8d3cc 50%);flex-direction:column;align-items:center;min-height:100vh;padding:35px 20px;display:flex}.admin-turf-header{text-align:center;margin-bottom:35px}.admin-turf-header h1{color:#0f5a55;margin-bottom:12px;font-size:52px;font-weight:800}.admin-turf-header p{color:#fff;background:#0f5a55;border-radius:999px;padding:12px 25px;font-size:16px;font-weight:600;display:inline-block;box-shadow:0 8px 18px #0f5a5526}.admin-turf-card{background:#fff;border-radius:25px;width:100%;max-width:650px;padding:35px;box-shadow:0 18px 40px #0f5a5526}.form-group{margin-bottom:22px}.form-group label{color:#0f5a55;margin-bottom:8px;font-size:15px;font-weight:700;display:block}.form-group input{border:2px solid #d9e7e4;border-radius:14px;outline:none;width:100%;height:56px;padding:0 18px;font-size:15px;transition:all .3s}.form-group input:focus{border-color:#ff6b1a;box-shadow:0 0 12px #ff6b1a26}.file-input{cursor:pointer;background:#f8fafc;height:auto!important;padding:15px!important}.preview-section{text-align:center;margin:30px 0}.preview-image{object-fit:cover;border:4px solid #e2e8f0;border-radius:20px;width:100%;max-width:420px;height:260px;box-shadow:0 10px 25px #0000001f}.save-turf-btn{color:#fff;cursor:pointer;background:#ff6b1a;border:none;border-radius:14px;width:100%;height:58px;font-size:17px;font-weight:700;transition:all .3s;box-shadow:0 8px 20px #ff6b1a40}.save-turf-btn:hover{background:#ff7f33;transform:translateY(-2px)}@media (width<=768px){.admin-turf-page{padding:20px 15px}.admin-turf-header h1{font-size:36px}.admin-turf-header p{padding:10px 18px;font-size:14px}.admin-turf-card{border-radius:20px;padding:22px}.preview-image{height:220px}.save-turf-btn{height:52px;font-size:15px}}.admin-users-page{background:linear-gradient(90deg,#f3f1ed 50%,#a8d3cc 50%);min-height:100vh;padding:35px}.admin-users-header{text-align:center;margin-bottom:35px}.admin-users-header h1{color:#0f5a55;margin-bottom:10px;font-size:42px;font-weight:800}.admin-users-header p{color:#64748b;font-size:16px;font-weight:500}.user-search-card{background:#fff;border-radius:18px;margin-bottom:30px;padding:22px;box-shadow:0 10px 25px #00000014}.user-search-card input{border:2px solid #d8e5e2;border-radius:12px;outline:none;width:100%;height:55px;padding:0 18px;font-size:15px;transition:all .3s}.user-search-card input:focus{border-color:#ff6b1a;box-shadow:0 0 10px #ff6b1a2e}.table-container{background:#fff;border-radius:20px;overflow:auto;box-shadow:0 12px 30px #00000014}.users-table{border-collapse:collapse;width:100%;min-width:900px}.users-table thead{color:#fff;background:#0f5a55}.users-table th{text-align:left;padding:18px;font-size:15px;font-weight:700}.users-table td{color:#334155;border-bottom:1px solid #edf2f7;padding:18px;font-size:15px}.users-table tbody tr{transition:all .25s}.users-table tbody tr:hover{background:#f8fafc}.role-chip{color:#1d4ed8;background:#dbeafe;border-radius:30px;padding:6px 14px;font-size:13px;font-weight:700;display:inline-block}.status-chip{color:#fff;border-radius:30px;padding:7px 15px;font-size:13px;font-weight:700;display:inline-block}.status-chip.active{background:#16a34a}.status-chip.inactive{background:#ef4444}.activate-btn{color:#fff;cursor:pointer;background:#16a34a;border:none;border-radius:10px;padding:10px 18px;font-weight:700;transition:all .3s}.activate-btn:hover{background:#15803d;transform:translateY(-2px)}.deactivate-btn{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:10px;padding:10px 18px;font-weight:700;transition:all .3s}.deactivate-btn:hover{background:#dc2626;transform:translateY(-2px)}.no-data{text-align:center;color:#64748b;padding:30px;font-weight:700}@media (width<=768px){.admin-users-page{padding:20px}.admin-users-header h1{font-size:30px}.admin-users-header p{font-size:14px}.user-search-card{padding:18px}.user-search-card input{height:50px}.users-table{min-width:850px}.activate-btn,.deactivate-btn{padding:8px 14px;font-size:13px}}.react-calendar{background:#fff;border:1px solid #a0a096;width:350px;max-width:100%;font-family:Arial,Helvetica,sans-serif;line-height:1.125em}.react-calendar--doubleView{width:700px}.react-calendar--doubleView .react-calendar__viewContainer{margin:-.5em;display:flex}.react-calendar--doubleView .react-calendar__viewContainer>*{width:50%;margin:.5em}.react-calendar,.react-calendar *,.react-calendar :before,.react-calendar :after{box-sizing:border-box}.react-calendar button{border:0;outline:none;margin:0}.react-calendar button:enabled:hover{cursor:pointer}.react-calendar__navigation{height:44px;margin-bottom:1em;display:flex}.react-calendar__navigation button{background:0 0;min-width:44px}.react-calendar__navigation button:disabled{background-color:#f0f0f0}.react-calendar__navigation button:enabled:hover,.react-calendar__navigation button:enabled:focus{background-color:#e6e6e6}.react-calendar__month-view__weekdays{text-align:center;text-transform:uppercase;font:inherit;font-size:.75em;font-weight:700}.react-calendar__month-view__weekdays__weekday{padding:.5em}.react-calendar__month-view__weekNumbers .react-calendar__tile{font:inherit;justify-content:center;align-items:center;font-size:.75em;font-weight:700;display:flex}.react-calendar__month-view__days__day--weekend{color:#d10000}.react-calendar__month-view__days__day--neighboringMonth,.react-calendar__decade-view__years__year--neighboringDecade,.react-calendar__century-view__decades__decade--neighboringCentury{color:#757575}.react-calendar__year-view .react-calendar__tile,.react-calendar__decade-view .react-calendar__tile,.react-calendar__century-view .react-calendar__tile{padding:2em .5em}.react-calendar__tile{text-align:center;max-width:100%;font:inherit;background:0 0;padding:10px 6.6667px;font-size:.833em}.react-calendar__tile:disabled{color:#ababab;background-color:#f0f0f0}.react-calendar__month-view__days__day--neighboringMonth:disabled,.react-calendar__decade-view__years__year--neighboringDecade:disabled,.react-calendar__century-view__decades__decade--neighboringCentury:disabled{color:#cdcdcd}.react-calendar__tile:enabled:hover,.react-calendar__tile:enabled:focus{background-color:#e6e6e6}.react-calendar__tile--now{background:#ffff76}.react-calendar__tile--now:enabled:hover,.react-calendar__tile--now:enabled:focus{background:#ffffa9}.react-calendar__tile--hasActive{background:#76baff}.react-calendar__tile--hasActive:enabled:hover,.react-calendar__tile--hasActive:enabled:focus{background:#a9d4ff}.react-calendar__tile--active{color:#fff;background:#006edc}.react-calendar__tile--active:enabled:hover,.react-calendar__tile--active:enabled:focus{background:#1087ff}.react-calendar--selectRange .react-calendar__tile--hover{background-color:#e6e6e6}*{box-sizing:border-box;margin:0;padding:0}.admin-slots-page{background:linear-gradient(90deg,#f3f1ed 50%,#a8d3cc 50%);min-height:100vh;padding:35px}.admin-slots-header{text-align:center;margin-bottom:35px}.admin-slots-header h1{color:#0f5a55;margin-bottom:10px;font-size:42px;font-weight:800}.admin-slots-header p{color:#64748b;font-size:16px}.slot-form-card{background:#fff;border-radius:22px;margin-bottom:35px;padding:30px;box-shadow:0 10px 30px #00000014}.slot-form-card h2{color:#0f5a55;margin-bottom:25px;font-size:28px}.slot-form{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;display:grid}.form-group{flex-direction:column;display:flex}.form-group label{color:#0f5a55;margin-bottom:8px;font-weight:700}.form-group input,.form-group select{border:2px solid #d8e5e2;border-radius:12px;outline:none;height:50px;padding:0 15px;font-size:15px;transition:all .3s}.form-group input:focus,.form-group select:focus{border-color:#ff6b1a;box-shadow:0 0 10px #ff6b1a26}.slot-buttons{flex-wrap:wrap;gap:15px;margin-top:30px;display:flex}.save-btn{color:#fff;cursor:pointer;background:#0f5a55;border:none;border-radius:12px;padding:14px 30px;font-size:16px;font-weight:700;transition:all .3s;box-shadow:0 8px 20px #0f5a552e}.save-btn:hover{background:#14736b;transform:translateY(-2px)}.cancel-btn{color:#fff;cursor:pointer;background:#ff6b1a;border:none;border-radius:12px;padding:14px 30px;font-size:16px;font-weight:700;transition:all .3s;box-shadow:0 8px 20px #ff6b1a2e}.cancel-btn:hover{background:#ff7d33;transform:translateY(-2px)}.slot-toolbar{background:#fff;border-radius:20px;flex-wrap:wrap;align-items:center;gap:18px;margin-bottom:35px;padding:25px;display:flex;box-shadow:0 10px 25px #00000014}.slot-toolbar input{border:2px solid #d8e5e2;border-radius:12px;outline:none;flex:1;min-width:250px;height:50px;padding:0 16px;font-size:15px;transition:all .3s}.slot-toolbar input:focus{border-color:#ff6b1a}.slot-toolbar select{background:#fff;border:2px solid #d8e5e2;border-radius:12px;outline:none;width:220px;height:50px;padding:0 15px;font-size:15px;transition:all .3s}.slot-toolbar select:focus{border-color:#0f5a55}.table-container{background:#fff;border-radius:20px;margin-bottom:30px;overflow:hidden;box-shadow:0 12px 30px #00000014}.slot-table{border-collapse:collapse;width:100%;min-width:900px}.slot-table thead{background:#0f5a55}.slot-table thead th{color:#fff;text-align:left;padding:18px;font-size:15px;font-weight:700}.slot-table tbody td{color:#334155;border-bottom:1px solid #eef2f7;padding:18px;font-size:15px}.slot-table tbody tr{transition:all .3s}.slot-table tbody tr:hover{background:#f8fafc}.status-badge{color:#fff;text-transform:uppercase;border-radius:999px;justify-content:center;align-items:center;min-width:100px;padding:8px 18px;font-size:13px;font-weight:700;display:inline-flex}.status-badge.open{background:#16a34a}.status-badge.booked{background:#f59e0b}.status-badge.cancelled{background:#ef4444}.action-buttons{flex-wrap:wrap;gap:10px;display:flex}.edit-btn{color:#fff;cursor:pointer;background:#0f5a55;border:none;border-radius:10px;padding:9px 18px;font-weight:600;transition:all .3s}.edit-btn:hover{background:#14736b;transform:translateY(-2px)}.delete-btn{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:10px;padding:9px 18px;font-weight:600;transition:all .3s}.delete-btn:hover{background:#dc2626;transform:translateY(-2px)}.no-data{text-align:center;padding:50px}.empty-state{flex-direction:column;align-items:center;gap:15px;display:flex}.empty-icon{background:#e8f7f5;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;font-size:38px;display:flex}.empty-state h3{color:#0f5a55;font-size:24px}.empty-state p{color:#64748b;font-size:15px}.pagination{background:#fff;border-radius:18px;justify-content:space-between;align-items:center;gap:20px;margin-top:30px;padding:20px 25px;display:flex;box-shadow:0 8px 20px #00000014}.pagination button{color:#fff;cursor:pointer;background:#0f5a55;border:none;border-radius:10px;padding:12px 24px;font-size:15px;font-weight:700;transition:all .3s}.pagination button:hover:not(:disabled){background:#14736b;transform:translateY(-2px)}.pagination button:disabled{cursor:not-allowed;background:#cbd5e1}.pagination span{color:#334155;font-size:15px;font-weight:700}.table-container::-webkit-scrollbar{height:10px}.table-container::-webkit-scrollbar-track{background:#edf2f7}.table-container::-webkit-scrollbar-thumb{background:#0f5a55;border-radius:20px}.table-container::-webkit-scrollbar-thumb:hover{background:#14736b}@media (width<=992px){.admin-slots-page{padding:20px}.admin-slots-header h1{font-size:34px}.slot-form{grid-template-columns:1fr}.slot-toolbar{flex-direction:column;align-items:stretch}.slot-toolbar input{width:100%;min-width:100%}.slot-toolbar select{width:100%}.slot-buttons{flex-direction:column}.save-btn,.cancel-btn{width:100%}.pagination{flex-direction:column;gap:15px}.pagination button{width:100%}}@media (width<=768px){.admin-slots-header h1{font-size:28px}.admin-slots-header p{font-size:14px}.slot-form-card{padding:20px}.slot-form-card h2{font-size:22px}.form-group input,.form-group select{height:48px}.slot-table{min-width:850px}.status-badge{min-width:85px;font-size:12px}.edit-btn,.delete-btn{width:100%}.action-buttons{flex-direction:column}}@media (width>=1400px){.admin-slots-page{max-width:1500px;margin:auto}.slot-form{grid-template-columns:repeat(4,1fr)}}.footer{color:#fff;background:#0f5a55;border-top:3px solid #ff6b1a;margin-top:30px}.footer-container{text-align:center;justify-content:center;align-items:center;max-width:1400px;margin:0 auto;padding:20px 30px;display:flex}.footer-brand{flex-direction:column;align-items:center;display:flex}.footer-brand h2{color:#fff;margin-bottom:6px;font-size:34px;font-weight:800}.footer-brand p{color:#ffffffe6;margin:0;font-size:18px}.footer-title{color:#ff8a1c;margin-bottom:10px;font-size:17px;font-weight:700}.footer-links{margin:0;padding:0;list-style:none}.footer-links li{margin-bottom:6px}.footer-links a{color:#ffffffd9;font-size:14px;text-decoration:none;transition:all .25s}.footer-links a:hover{color:#ff8a1c}.footer-contact p{color:#ffffffd9;margin-bottom:6px;font-size:14px;line-height:1.5}.footer-bottom{text-align:center;color:#ffffffb3;border-top:1px solid #ffffff1f;padding:12px 20px;font-size:13px}@media (width<=992px){.footer-container{grid-template-columns:1fr 1fr;gap:25px}}@media (width<=768px){.footer{margin-top:20px}.footer-container{text-align:center;grid-template-columns:1fr;gap:20px;padding:18px}.footer-brand h2{font-size:24px}.footer-brand p{font-size:13px}.footer-title{margin-bottom:8px;font-size:16px}.footer-links li{margin-bottom:5px}.footer-links a{font-size:13px}.footer-contact p{margin-bottom:5px;font-size:13px}.footer-bottom{padding:10px;font-size:12px}}.app-layout{background:#f5f7f9;flex-direction:column;min-height:100vh;display:flex}.page-content{flex:1;width:100%;max-width:1500px;margin:0 auto;padding:90px 25px 30px}@media (width<=992px){.page-content{padding:85px 20px 25px}}@media (width<=768px){.page-content{padding:75px 15px 20px}}@media (width<=480px){.page-content{padding:70px 12px 18px}}
