@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;800&family=Poppins:wght@300;400;500;600&display=swap";@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;800&family=Poppins:wght@300;400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;800&family=Poppins:wght@300;400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;800&family=Poppins:wght@300;400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;800&family=Poppins:wght@300;400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;800&family=Poppins:wght@300;400;500;600&display=swap";@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;800&family=Poppins:wght@300;400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Poppins:wght@300;400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;800&family=Poppins:wght@300;400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Poppins:wght@300;400;500;600&display=swap";.sidebar{z-index:1000;background:#052b2c;flex-direction:column;width:280px;height:calc(100vh - 80px);transition:transform .3s;display:flex;position:fixed;top:80px;left:0;overflow-y:auto;transform:translate(-100%)}.sidebar.open{transform:translate(0)}.sidebar-menu{flex:1;padding:15px}.sidebar-link{color:#fff;border-radius:10px;margin-bottom:10px;padding:14px 18px;text-decoration:none;transition:all .3s;display:block}.sidebar-link:hover{color:#f29a2e;background:#f29a2e26}.sidebar-link.active{color:#fff;background:linear-gradient(135deg,#f29a2e,#d97706)}.sidebar-home{color:#fff;background:linear-gradient(135deg,#f29a2e,#d97706);border-radius:14px;justify-content:center;align-items:center;width:100%;padding:14px;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:flex}.sidebar-home:hover{transform:translateY(-2px)}.sidebar-user{border-top:1px solid #ffffff26;align-items:center;gap:14px;margin-top:auto;padding:18px;display:flex}.sidebar-avatar{color:#fff;background:#f29a2e;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;font-size:18px;font-weight:700;display:flex}.sidebar-user-info{overflow:hidden}.sidebar-user-info h4{color:#fff;margin:0;font-size:15px}.sidebar-user-info p{color:#d1d5db;white-space:nowrap;text-overflow:ellipsis;margin:3px 0;font-size:13px;overflow:hidden}.sidebar-user-info span{color:#fff;text-transform:capitalize;background:#f29a2e;border-radius:20px;margin-top:4px;padding:3px 10px;font-size:11px;display:inline-block}@media (width<=768px){.sidebar{width:250px;height:calc(100vh - 68px);top:68px}.sidebar-menu{padding:12px}.sidebar-link,.sidebar-home{padding:13px 16px;font-size:15px}}:root{--primary-bg:#052b2c;--secondary-bg:#0a3a34;--accent:#f29a2e;--accent-hover:#d97706;--text-light:#f8fafc;--text-gray:#cbd5e1}.navbar{z-index:2000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#052b2cf2;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;height:80px;padding:0 40px;display:flex;position:sticky;top:0;box-shadow:0 4px 30px #0003}.navbar-left{align-items:center;gap:18px;display:flex}.logo-container{align-items:center;gap:12px;display:flex}.navbar-logo{object-fit:cover;border-radius:50px;width:46px;height:46px}.nndlogo{color:#fff;margin:0;font-family:Poppins,sans-serif;font-size:1.9rem;font-weight:600}.nndlogo span{color:#f29a2e;font-family:Poppins,sans-serif}.navbar-links{align-items:center;gap:28px;display:flex}.navbar-links a{color:#fff;font-family:Poppins,sans-serif;font-weight:500;text-decoration:none;transition:all .3s;position:relative}.navbar-links a:after{content:"";background:var(--accent);width:0%;height:2px;transition:all .3s;position:absolute;bottom:-6px;left:0}.navbar-links a:hover{color:var(--accent)}.navbar-links a:hover:after{width:100%}.menu-btn{color:#fff;cursor:pointer;background:0 0;border:none;font-size:1.8rem;transition:all .3s}.menu-btn:hover{color:var(--accent);transform:rotate(90deg)}.logout-btn,.login-btn{cursor:pointer;background:linear-gradient(135deg,#f29a2e,#d97706);border:none;border-radius:30px;padding:10px 22px;font-family:Poppins,sans-serif;font-weight:600;text-decoration:none;transition:all .3s;color:#fff!important}.logout-btn:hover,.login-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #f29a2e66}.logout-overlay{z-index:9999;background:#00000073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.logout-modal{text-align:center;background:#fff;border-radius:12px;width:350px;max-width:90%;padding:24px}.logout-modal h2{color:#052b2c;margin-bottom:10px}.logout-modal p{color:#555;margin-bottom:20px}.logout-buttons{justify-content:center;gap:12px;display:flex}.cancel-btn{cursor:pointer;background:#d9d9d9;border:none;border-radius:8px;padding:10px 20px}.confirm-logout-btn{color:#fff;cursor:pointer;background:#c62828;border:none;border-radius:8px;padding:10px 20px}.logo{white-space:nowrap;text-overflow:ellipsis;font-size:1.65rem;overflow:hidden}.navbar-links{flex-shrink:0;align-items:center;gap:10px;display:flex}.role-link{display:none}.navbar-links a:not(.login-btn){font-size:.9rem}.login-btn,.logout-btn{border-radius:22px;padding:8px 16px;font-size:.85rem}@media (width<=768px){.navbar{height:70px;padding:0 12px}.navbar-left{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.menu-btn{flex-shrink:0;font-size:2rem}.logo-container{gap:8px}.navbar-logo{width:36px;height:36px}.logo{font-size:1.2rem}.nndlogo{font-size:1.9rem}}:root{--primary:#052b2c;--secondary:#0a3a34;--accent:#f29a2e;--accent-dark:#d97706;--text:#052b2c;--gray:#64748b;--bg:#f8f7f3;--white:#fff}.register-page{background:linear-gradient(#052b2ce0,#052b2ce0),url(https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?auto=format&fit=crop&w=1800&q=80) 50%/cover;justify-content:center;align-items:center;min-height:100vh;padding:50px 20px;display:flex}.register-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff5;border-radius:30px;width:100%;max-width:900px;padding:45px;animation:.6s fadeUp;box-shadow:0 25px 60px #00000040}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.register-card h1{text-align:center;color:var(--primary);font-family:Playfair Display,serif;font-size:2.5rem}.register-card>p{text-align:center;color:var(--gray);margin-top:12px;margin-bottom:35px;font-size:1rem}.register-card h2{color:var(--primary);border-left:5px solid var(--accent);margin-top:28px;margin-bottom:20px;padding-left:12px;font-size:1.2rem}.register-grid{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}.register-grid input,textarea{background:#fff;border:1px solid #d7e0e7;border-radius:14px;width:100%;padding:15px 18px;font-size:.95rem;transition:all .3s}.register-grid input:focus,textarea:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 4px #f29a2e2e}textarea{resize:none;min-height:120px;margin-top:20px}.password-field input{padding-right:80px}.show-btn{color:var(--accent-dark);cursor:pointer;background:0 0;border:none;font-weight:600;transition:all .3s;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.show-btn:hover{color:var(--primary)}.register-btn{cursor:pointer;border:none;border-radius:14px;width:100%;margin-top:35px;padding:16px;font-size:1rem;font-weight:600;transition:all .3s;color:#fff!important;background:linear-gradient(135deg, var(--accent), var(--accent-dark))!important}.register-btn:hover{transform:translateY(-3px);box-shadow:0 15px 35px #f29a2e59}.register-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.reg-form input[type=file]{color:#64748b;cursor:pointer;background:#fff;border:2px dashed #d8d8d8;border-radius:18px;width:100%;max-width:320px;padding:12px 16px;transition:all .3s}.reg-form input[type=file]:hover{background:#fffaf3;border-color:#f29a2e}.reg-form input[type=file]:focus{border-color:#f29a2e;outline:none;box-shadow:0 0 0 4px #f29a2e26}.reg-form input[type=file]::file-selector-button{color:#fff;cursor:pointer;background:#052b2c;border:none;border-radius:10px;margin-top:2px;margin-right:14px;padding:10px 18px;font-weight:600;transition:all .3s}.reg-form label{padding-right:12px}.reg-form input[type=file]::file-selector-button:hover{background:#f29a2e}input::placeholder,textarea::placeholder{color:#94a3b8}.register-grid input,textarea{background:#fcfdfe;border:1px solid #e2e8f0;border-radius:16px;padding:16px 18px;transition:all .3s}.register-grid input:hover,textarea:hover{border-color:#f29a2e}.register-grid input:focus,textarea:focus{border-color:#f29a2e;box-shadow:0 0 0 5px #f29a2e26}.register-logo{object-fit:contain;width:80px;height:80px;margin:0 auto 20px;display:block}@media (width<=768px){.register-page{align-items:flex-start;padding:20px 12px}.register-card{border-radius:22px;padding:28px 20px}.register-card h1{font-size:2rem}.register-card>p{margin-bottom:25px;font-size:.92rem}.register-grid{grid-template-columns:1fr;gap:16px}.register-grid input,textarea{padding:14px 16px;font-size:.95rem}.register-card h2{margin-top:24px;font-size:1.05rem}.reg-form label{margin-bottom:3px}.reg-form input[type=file]::file-selector-button{padding:8px}.register-btn{padding:15px;font-size:1rem}}@media (width<=480px){.register-card{padding:22px 16px}.register-card h1{font-size:1.7rem}.register-card>p{font-size:.85rem}.reg-form label{margin-bottom:3px}.reg-form input[type=file]::file-selector-button{padding:8px}.show-btn{font-size:.85rem}.register-btn{font-size:.95rem}}:root{--primary:#052b2c;--secondary:#0a3a34;--accent:#f29a2e;--accent-dark:#d97706;--bg:#f8f7f3;--white:#fff;--text:#052b2c;--text-light:#64748b}body{background:var(--bg);font-family:Poppins,sans-serif}.subscription-page{background:linear-gradient(#052b2ce0,#052b2ce0),url(https://images.unsplash.com/photo-1552566626-52f8b828add9?auto=format&fit=crop&w=1800&q=80) 50%/cover no-repeat;justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.subscription-container{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#fffffff5;border-radius:30px;width:100%;max-width:1400px;padding:30px 35px;box-shadow:0 20px 60px #0000002e}.subscription-container h1{color:var(--primary);text-align:center;margin-bottom:8px;font-family:Playfair Display,serif;font-size:2.3rem}.subscription-container>p{text-align:center;max-width:700px;color:var(--text-light);margin:8px auto 0;font-size:.95rem;line-height:1.5}.renewal-alert{border-left:5px solid var(--accent);color:#9a5b00;text-align:center;background:#fff7ed;border-radius:14px;max-width:700px;margin:35px auto;padding:18px;font-weight:600}.plans-grid{grid-template-columns:repeat(auto-fit,minmax(330px,1fr));gap:20px;margin-top:20px;display:grid}.plan-card{background:#fff;border:2px solid #eef2f7;border-radius:24px;flex-direction:column;padding:22px;transition:all .35s;display:flex;position:relative;overflow:hidden}.plan-card:hover{border-color:var(--accent);transform:translateY(-10px);box-shadow:0 18px 40px #0000001f}.plan-card.popular{border:2px solid var(--accent);box-shadow:0 20px 45px #f29a2e2e}.popular-badge{background:var(--accent);color:#fff;padding:8px 50px;font-size:.72rem;font-weight:700;position:absolute;top:18px;right:-42px;transform:rotate(45deg)}.plan-card h2{text-align:center;color:var(--primary);margin-top:5px;font-size:1.35rem}.plan-card h1{text-align:center;color:var(--accent);margin:10px 0 5px;font-family:Poppins,sans-serif;font-size:2.3rem}.plan-card span{text-align:center;color:var(--text-light);margin-top:6px;display:block}.saving{color:#15803d;background:#dcfce7;border-radius:50px;align-self:center;margin-top:18px;padding:7px 18px;font-size:.85rem;font-weight:600;display:inline-block}.plan-card ul{flex:1;margin:10px 0 18px;list-style:none}.plan-card li{color:var(--text);border-bottom:1px solid #f1f5f9;padding:6px 0;font-size:.9rem}.plan-card li:last-child{border-bottom:none}.billing-options{flex-direction:column;gap:8px;margin-bottom:18px;display:flex}.billing-options label{cursor:pointer;color:var(--primary);border:2px solid #e5e7eb;border-radius:14px;align-items:center;gap:12px;padding:14px 18px;font-size:.9rem;font-weight:500;transition:all .3s;display:flex}.billing-options label:hover{border-color:var(--accent);background:#fff8f0}.billing-options input[type=radio]{accent-color:var(--accent);transform:scale(1.15)}.plan-card button{cursor:pointer;color:#fff;background:linear-gradient(135deg, var(--accent), var(--accent-dark));border:none;border-radius:15px;width:100%;margin-top:auto;padding:12px;font-size:.95rem;font-weight:700;transition:all .3s}.plan-card button:hover{transform:translateY(-3px);box-shadow:0 15px 30px #f29a2e59}@media (width<=992px){.subscription-container{padding:35px}.subscription-container h1{font-size:2.5rem}.plans-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media (width<=768px){.subscription-page{align-items:flex-start;padding:25px 12px}.subscription-container{border-radius:22px;padding:25px 18px}.subscription-container h1{font-size:2rem}.subscription-container>p{font-size:.92rem;line-height:1.6}.plans-grid{grid-template-columns:1fr;gap:22px}.plan-card{padding:25px 20px}.plan-card h2{font-size:1.45rem}.plan-card h1{font-size:2.4rem}.popular-badge{font-size:.68rem;right:-46px}.billing-options label{padding:13px;font-size:.92rem}.plan-card button{padding:15px}}@media (width<=480px){.subscription-container{padding:20px 15px}.subscription-container h1{font-size:1.65rem}.subscription-container>p{font-size:.88rem}.plan-card{padding:22px 16px}.plan-card h2{font-size:1.3rem}.plan-card h1{font-size:2rem}.plan-card li{padding:11px 0;font-size:.88rem}.billing-options label{padding:12px;font-size:.85rem}.plan-card button{padding:14px;font-size:.9rem}}:root{--primary:#052b2c;--secondary:#0a3a34;--accent:#f29a2e;--accent-dark:#d97706;--light:#f8fafc;--white:#fff;--border:#e6e8ec;--shadow:0 15px 40px #0000001f}.payment-page{background:linear-gradient(135deg,#f8fafc,#eef3f4);justify-content:center;align-items:center;min-height:100vh;padding:40px 20px;display:flex}.payment-card{width:100%;max-width:520px;box-shadow:var(--shadow);text-align:center;background:#fff;border-radius:25px;padding:45px;animation:.4s fadeIn}.payment-card h1{color:var(--primary);margin-bottom:10px;font-size:34px}.payment-card p{color:#666;margin-bottom:15px;font-size:16px}.payment-card h2{color:var(--accent);margin-bottom:30px;font-size:28px}.payment-summary{border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin:30px 0;padding:20px 0}.summary-row{color:#555;justify-content:space-between;align-items:center;padding:10px 0;font-size:16px;display:flex}.summary-total{color:var(--primary);border-top:2px dashed #ddd;justify-content:space-between;align-items:center;margin-top:20px;padding-top:20px;font-size:22px;font-weight:700;display:flex}.payment-amount{color:var(--accent);margin:25px 0;font-size:50px;font-weight:700}.pay-btn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:12px;width:100%;margin-top:15px;padding:16px;font-size:17px;font-weight:600;transition:all .3s}.pay-btn:hover{background:var(--accent-dark);transform:translateY(-2px)}.back-btn{border:2px solid var(--primary);width:100%;color:var(--primary);cursor:pointer;background:0 0;border-radius:12px;margin-top:15px;padding:15px;font-size:16px;font-weight:600;transition:all .3s}.back-btn:hover{background:var(--primary);color:#fff}.secure-payment{color:#666;justify-content:center;align-items:center;gap:8px;margin-top:25px;font-size:14px;display:flex}.secure-payment span{color:#28a745;font-weight:600}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.payment-loading-overlay{z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000008c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.payment-loading-card{text-align:center;background:#fff;border-radius:18px;width:430px;padding:35px;box-shadow:0 20px 60px #0003}.payment-spinner{border:6px solid #eee;border-top-color:#0d6efd;border-radius:50%;width:70px;height:70px;margin:auto auto 20px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.payment-loading-card h2{margin-bottom:10px}.payment-loading-card p{color:#666;margin-bottom:20px}.payment-loading-card ul{text-align:left;margin:20px 0;padding:0;list-style:none}.payment-loading-card li{margin:10px 0;font-size:15px}.payment-loading-card small{color:#888}@media (width<=768px){.payment-card{padding:35px 25px}.payment-card h1{font-size:28px}.payment-card h2{font-size:24px}.payment-amount{font-size:42px}.summary-row{font-size:15px}.summary-total{font-size:20px}}@media (width<=480px){.payment-page{padding:20px}.payment-card{border-radius:18px;padding:25px 18px}.payment-card h1{font-size:24px}.payment-card p{font-size:14px}.payment-card h2{font-size:22px}.payment-amount{font-size:36px}.pay-btn,.back-btn{padding:14px;font-size:15px}.summary-total{font-size:18px}}.regsuccess-page{background:#f5f7fb;justify-content:center;align-items:center;min-height:100vh;padding:30px;display:flex}.regsuccess-card{text-align:center;background:#fff;border-radius:12px;width:550px;padding:40px;box-shadow:0 8px 20px #00000014}.regsuccess-icon{color:#198754;margin-bottom:20px;font-size:60px}.regsuccess-card h1{margin-bottom:10px}.regsuccess-card p{color:#666}.status-box{text-align:left;background:#f8f9fa;border-radius:10px;margin:30px 0;padding:20px}.status-box p{margin:12px 0;font-size:15px}.login-btn{color:#fff;background:#0d6efd;border-radius:8px;padding:12px 30px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.login-btn:hover{background:#084298}:root{--primary:#052b2c;--secondary:#0a3a34;--accent:#f29a2e;--accent-dark:#d97706;--success:#22c55e;--bg:#f8f7f3}.success-page{text-align:center;background:linear-gradient(#052b2ce0,#052b2ce0),url(https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?auto=format&fit=crop&w=1800&q=80) 50%/cover no-repeat;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:40px 20px;display:flex}.success-page:before{content:"";width:min(520px,90vw);height:auto;position:absolute}.success-page>*{z-index:2;position:relative}.success-page{gap:22px}.success-page h1{color:#fff;max-width:700px;font-family:Playfair Display,serif;font-size:3rem;line-height:1.25}.success-page p{color:#ffffffe0;max-width:620px;font-family:Poppins,sans-serif;font-size:1.1rem;line-height:1.8}.success-page:after{content:"✓";color:#fff;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:25px;font-size:4rem;font-weight:700;display:flex;box-shadow:0 20px 50px #22c55e59}.success-page button{cursor:pointer;background:linear-gradient(135deg, var(--accent), var(--accent-dark));color:#fff;border:none;border-radius:16px;margin-top:12px;padding:16px 34px;font-family:Poppins,sans-serif;font-size:1rem;font-weight:600;transition:all .35s;box-shadow:0 15px 35px #f29a2e59}.success-page button:hover{transform:translateY(-4px);box-shadow:0 25px 50px #f29a2e73}.success-page button:active{transform:translateY(0)}.success-page:after{animation:.8s pop,3s ease-in-out infinite float}@keyframes pop{0%{opacity:0;transform:scale(.2)}70%{transform:scale(1.08)}to{opacity:1;transform:scale(1)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@media (width<=768px){.success-page{padding:30px 20px}.success-page:after{width:90px;height:90px;font-size:3rem}.success-page h1{font-size:2rem}.success-page p{font-size:.95rem}.success-page button{width:100%;max-width:320px;padding:15px}}@media (width<=480px){.success-page h1{font-size:1.7rem}.success-page p{font-size:.9rem;line-height:1.6}}:root{--primary:#052b2c;--secondary:#0a3a34;--accent:#f29a2e;--white:#fff;--bg:#f8f9fb;--text:#1f2937;--lightText:#6b7280;--border:#e5e7eb}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:Poppins,sans-serif}.home{overflow:hidden}section{padding:100px 8%}a{text-decoration:none}ul{list-style:none}.section-title span{color:var(--accent);letter-spacing:2px;text-transform:uppercase;font-size:.9rem;font-weight:600}.section-title h2{color:var(--primary);margin-top:15px;margin-bottom:15px;font-family:Playfair Display,serif;font-size:2.7rem;line-height:1.3}.hero{background:radial-gradient(circle at 0 0,#ffe7c6 0%,#0000 35%),radial-gradient(circle at 100% 100%,#ddf8f3 0%,#0000 35%),linear-gradient(#fff,#f7fafc);grid-template-columns:1fr 1fr;align-items:center;gap:70px;min-height:100vh;display:grid;position:relative;overflow:hidden}.hero:before{content:"";filter:blur(90px);background:#f29a2e33;border-radius:50%;width:320px;height:320px;position:absolute;top:-100px;left:-80px}.hero:after{content:"";filter:blur(90px);background:#0a8f7a22;border-radius:50%;width:280px;height:280px;position:absolute;bottom:-120px;right:-100px}.hero-left{max-width:560px}.hero-badge{color:var(--accent);letter-spacing:1px;background:#fff4e8;border-radius:30px;margin-bottom:25px;padding:8px 18px;font-size:.85rem;font-weight:600;display:inline-block}.hero-left h1{color:var(--primary);font-family:Playfair Display,serif;font-size:4rem;line-height:1.2}.hero-left h1 span{color:var(--accent)}.hero-left p{color:var(--lightText);margin:30px 0;font-size:1.05rem;line-height:1.9}.hero-points{flex-wrap:wrap;gap:20px;margin-bottom:40px;display:flex}.hero-points div{background:#fff;border-radius:12px;padding:12px 18px;font-size:.95rem;font-weight:500;box-shadow:0 10px 25px #0000000d}.hero-btn{background:var(--primary);color:#fff;border-radius:12px;align-items:center;gap:12px;padding:16px 30px;font-weight:600;transition:all .3s;display:inline-flex}.hero-btn:hover{background:var(--secondary);transform:translateY(-3px)}.hero-right{justify-content:center;display:flex}.dashboard-preview{border:1px solid var(--border);background:#fff;border-radius:24px;width:100%;max-width:560px;overflow:hidden;box-shadow:0 20px 60px #00000014}.preview-header{border-bottom:1px solid var(--border);align-items:center;gap:10px;height:55px;padding:0 20px;display:flex}.circle{border-radius:50%;width:12px;height:12px}.red{background:#ff605c}.yellow{background:#ffbd44}.green{background:#00ca4e}.hero-right{flex:1;justify-content:center;align-items:center;display:flex}.hero-image{width:100%;max-width:650px}.hero-image img{object-fit:cover;border-radius:24px;width:100%;height:500px;display:block;box-shadow:0 20px 50px #00000026}.features{background:radial-gradient(circle at 100% 0,#ffe7c6 0%,#0000 35%),radial-gradient(circle at 0 100%,#ddf8f3 0%,#0000 35%),linear-gradient(#fff,#f7fafc)}.features-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;display:grid}.feature-card{border:1px solid var(--border);background:#fff;border-radius:20px;padding:35px 30px;transition:all .35s;box-shadow:0 12px 35px #0000000a}.feature-card:hover{transform:translateY(-8px);box-shadow:0 20px 45px #00000014}.feature-icon{width:65px;height:65px;color:var(--accent);background:#fff4e8;border-radius:18px;justify-content:center;align-items:center;margin-bottom:25px;font-size:1.5rem;display:flex}.feature-card h3{color:var(--primary);margin-bottom:15px;font-size:1.25rem}.feature-card p{color:var(--lightText);font-size:.96rem;line-height:1.8}.stats-section{background:linear-gradient(#fff,#f7fafc)}.stat-card{text-align:center;border:1px solid var(--border);background:#fff;border-radius:22px;padding:40px 20px;transition:all .3s;box-shadow:0 15px 35px #0000000d}.stat-card h3{color:var(--accent);margin-bottom:10px;font-size:2.8rem;font-weight:700}.stat-card p{color:var(--lightText);font-size:1rem}.explore{background:#fff;padding:90px 8%}.explore-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:35px;margin-top:60px;display:grid}.explore-card{background:#fff;border-radius:22px;transition:all .35s;overflow:hidden;box-shadow:0 15px 40px #00000014}.explore-card:hover{transform:translateY(-8px)}.explore-card img{object-fit:cover;width:100%;height:230px}.explore-content{padding:25px}.explore-content h3{color:#0f172a;margin-bottom:15px}.explore-content p{color:#64748b;line-height:1.8}.section-title p{color:#64748b;font-size:1rem;line-height:1.8}.mobile-showcase{scroll-behavior:smooth;gap:30px;margin-top:60px;padding-bottom:15px;display:flex;overflow:auto hidden}.mobile-showcase::-webkit-scrollbar{height:8px}.mobile-showcase::-webkit-scrollbar-thumb{background:#f59e0b;border-radius:20px}.mobile-showcase::-webkit-scrollbar-track{background:#f2f2f2}.phone-card{text-align:center;flex-shrink:0;min-width:250px;transition:all .35s}.phone-card:hover{transform:translateY(-10px)}.phone-card img{object-fit:cover;border:4px solid #111827;border-radius:20px;width:220px;height:460px;box-shadow:0 25px 50px #00000026}.phone-card h3{color:#1e293b;margin-top:18px;font-size:1.1rem;font-weight:600}.process{background:radial-gradient(circle at 100% 0,#ffe7c6 0%,#0000 35%),radial-gradient(circle at 0 100%,#ddf8f3 0%,#0000 35%),linear-gradient(#fff,#f7fafc)}.process-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:35px;display:grid}.process-card{border:1px solid var(--border);text-align:center;background:#fff;border-radius:22px;padding:40px 30px;transition:all .35s;position:relative;box-shadow:0 12px 30px #0000000a}.process-card:hover{transform:translateY(-8px);box-shadow:0 20px 45px #00000014}.process-icon{background:var(--primary);color:#fff;border-radius:20px;justify-content:center;align-items:center;width:75px;height:75px;margin:auto auto 25px;font-size:1.8rem;display:flex}.process-card h3{color:var(--primary);margin-bottom:15px;font-size:1.25rem}.process-card p{color:var(--lightText);line-height:1.8}.pricing{background:#faf8f3;min-height:auto;padding:40px 5% 60px}.section-title{text-align:center;margin-bottom:55px}.section-title span{color:#f29a2e;letter-spacing:3px;font-size:.9rem;font-weight:700}.section-title h2{color:#052b2c;margin-top:12px;font-family:Playfair Display,serif;font-size:3rem;line-height:1.25}.pricing-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:28px;display:grid}.pricing-card{text-align:center;background:#fff;border:2px solid #ececec;border-radius:24px;flex-direction:column;padding:30px 25px;transition:all .35s;display:flex;position:relative;box-shadow:0 15px 35px #0000000f}.pricing-card:hover{border-color:#f29a2e;transform:translateY(-10px);box-shadow:0 22px 45px #0000001f}.pricing-card{position:relative;overflow:hidden}.popular-tag{color:#fff;letter-spacing:1px;z-index:100;background:linear-gradient(135deg,#f8a021,#e67e00);justify-content:center;align-items:center;width:180px;height:40px;font-size:12px;font-weight:700;display:flex;position:absolute;top:18px;right:-55px;transform:rotate(45deg)}.pricing-card h3{color:#052b2c;margin-bottom:12px;font-family:Playfair Display,serif;font-size:1.8rem}.pricing-card h1{color:#f29a2e;margin:8px 0;font-family:Playfair Display,serif;font-size:3rem}.pricing-card span{color:#64748b;font-size:.95rem}.saving{color:#15803d;background:#dcfce7;border-radius:30px;margin:18px auto;padding:8px 18px;font-size:.85rem;font-weight:600;display:inline-block}.pricing-card ul{text-align:left;flex:1;margin:25px 0;list-style:none}.pricing-card ul li{color:#052b2c;border-bottom:1px solid #eee;padding:11px 0;font-size:.95rem}.pricing-card ul li:last-child{border:none}.billing-options{text-align:left;flex-direction:column;gap:10px;margin-bottom:25px;display:flex}.billing-options label{cursor:pointer;border:1px solid #ddd;border-radius:10px;align-items:center;gap:10px;padding:10px 12px;font-size:.9rem;transition:all .3s;display:flex}.billing-options label:hover{background:#fff8ed;border-color:#f29a2e}.billing-options input{accent-color:#f29a2e}.pricing-btn{color:#fff;background:linear-gradient(135deg,#f29a2e,#d97706);border-radius:12px;width:100%;padding:14px;font-weight:700;text-decoration:none;transition:all .3s;display:block}.pricing-btn:hover{transform:translateY(-3px);box-shadow:0 15px 35px #f29a2e59}.about{background:radial-gradient(circle at 0 0,#ffe7c6 0%,#0000 35%),radial-gradient(circle at 100% 100%,#ddf8f3 0%,#0000 35%),linear-gradient(#fff,#f7fafc);grid-template-columns:1fr 1fr;align-items:center;gap:70px;display:grid}.about-left span{color:var(--accent);letter-spacing:2px;font-size:.9rem;font-weight:600}.about-left h2{color:var(--primary);margin-top:18px;font-family:Playfair Display,serif;font-size:3rem;line-height:1.25}.about-right p{color:var(--lightText);margin-bottom:22px;font-size:1rem;line-height:2}.about-btn{background:var(--primary);color:#fff;border-radius:12px;align-items:center;gap:10px;margin-top:15px;padding:15px 28px;font-weight:600;transition:all .3s;display:inline-flex}.about-btn:hover{background:var(--secondary);transform:translateY(-3px)}.footer{background:var(--primary);color:#fff;padding:80px 8% 25px}.footer-container{border-bottom:1px solid #ffffff1f;grid-template-columns:1.5fr 1fr 1fr 1.3fr;gap:50px;padding-bottom:50px;display:grid}.footer-column.company .nnh2{margin-bottom:10px;font-family:Poppins,sans-serif;font-size:1.5rem}.company-logo{object-fit:contain;border-radius:50px;width:23px;height:23px}.footer-column.company .sdh2{margin-top:20px;margin-bottom:10px;font-family:Playfair Display,serif;font-size:1.2rem}.footer-column.company span{color:var(--accent);font-family:Playfair Display,serif;font-size:1.2rem}.footer-column.company p{color:#ffffffbf;max-width:320px;line-height:1.9}.footer-column h3{color:#fff;margin-bottom:22px;font-size:1.15rem}.footer-column ul{flex-direction:column;gap:16px;display:flex}.footer-column ul li{color:#ffffffbf;transition:all .3s}.footer-column ul li:hover{color:var(--accent)}.footer-column ul li a{color:inherit}.contact-list li{align-items:flex-start;gap:12px;display:flex}.contact-icon{color:#f59e0b;flex-shrink:0;margin-top:4px;font-size:18px}.homefooter-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:15px;padding-top:25px;display:flex}.homefooter-bottom p{color:#ffffffa6;font-size:.95rem}.homefooter-bottom span{color:var(--accent);font-weight:600}.sdh2{width:100%;margin:0;display:flex}.primary-logo{object-fit:contain;width:100%;max-width:280px;height:auto;display:block}@media (width<=992px){.hero{text-align:center;grid-template-columns:1fr;gap:60px;padding-top:140px}.hero-left{max-width:100%}.hero-points{justify-content:center}.pricing{padding:70px 30px}.section-title h2{font-size:2.4rem}.pricing-grid{grid-template-columns:repeat(2,1fr)}.dashboard-preview{max-width:650px;margin:auto}.about{text-align:center;grid-template-columns:1fr;gap:40px}.footer-container{grid-template-columns:repeat(2,1fr)}.homefooter-bottom{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:18px 15px}.homefooter-bottom p{font-size:.85rem;line-height:1.5}}@media (width<=768px){section{padding:80px 6%}.pricing{padding:60px 18px}.section-title{margin-bottom:35px}.section-title h2{font-size:2rem}.pricing-grid{grid-template-columns:1fr;gap:25px}.pricing-card{padding:25px 20px}.pricing-card.popular{transform:none}.popular-tag{width:150px;height:32px;font-size:10px;top:18px;right:-48px}.pricing-card h1{font-size:2.4rem}.billing-options{gap:8px}.billing-options label{padding:10px;font-size:.88rem}.hero{gap:40px;padding-top:120px}.hero-left h1{font-size:2.7rem}.hero-left p{font-size:.95rem}.hero-points{gap:12px}.hero-points div{text-align:center;justify-content:center;width:100%}.hero-btn{justify-content:center;width:100%}.preview-body{min-height:260px}.preview-sidebar{display:none}.preview-row,.features-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr);gap:20px}.process-grid{grid-template-columns:1fr}.about-left h2{font-size:2.2rem}.footer-container{text-align:center;grid-template-columns:1fr}.footer-column.company p{margin:auto}.contact-list li{justify-content:center}.contact-icon{margin-top:3px;font-size:16px}.footer-bottom{text-align:center;flex-direction:column}.phone-card{min-width:180px}.phone-card img{width:170px;height:350px}.sdh2{justify-content:center;align-items:center;margin:18px 0}.primary-logo{max-width:260px}.homefooter-bottom{gap:6px;padding:18px 15px}.homefooter-bottom p{font-size:.85rem;line-height:1.5}.homefooter-bottom p:last-child{flex-direction:column;align-items:center;gap:2px;display:flex}.homefooter-bottom span{margin-top:2px;font-size:.9rem;display:block}}@media (width<=480px){.hero-left h1{font-size:2.2rem}.hero-badge{font-size:.75rem}.section-title h2{font-size:1.7rem}.pricing-card{padding:22px 18px}.pricing-card h3{font-size:1.5rem}.pricing-card h1{font-size:2rem}.pricing-btn{padding:13px;font-size:.95rem}.stat-card{padding:30px 15px}.stat-card h3{font-size:2rem}.stats-grid{grid-template-columns:1fr}.feature-card{padding:28px 22px}.process-card{padding:30px 22px}.dashboard-preview{border-radius:18px}.preview-header{height:48px}.preview-card{height:70px}.preview-chart{height:90px}.sdh2{justify-content:center;align-items:center;margin:15px 0;padding:0 65px}.primary-logo{width:100%;min-width:160px;max-width:220px;height:auto}.homefooter-bottom{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:18px 15px}.homefooter-bottom p{font-size:.85rem;line-height:1.5}}.login-page{background:linear-gradient(135deg,#052b2c,#0a3a34);justify-content:center;align-items:center;min-height:100vh;padding:20px;font-family:Poppins,sans-serif;display:flex}.login-overlay{background:#fff;border-radius:28px;grid-template-columns:1fr 1fr;width:100%;max-width:1050px;min-height:600px;display:grid;overflow:hidden;box-shadow:0 25px 60px #00000040}.login-register-btn{color:#0a3a34;cursor:pointer;background:#fff;border:none;border-radius:8px;width:100%;margin-top:15px;padding:12px;font-size:1rem;font-weight:450;text-decoration:underline;transition:all .3s}.register-btn:hover{background:#0a3a34}.login-left{color:#fff;background-color:#0000;background-image:linear-gradient(#052b2cbf,#0a3a34d9),url(https://img.freepik.com/premium-photo/restaurant-blur-background-design-resource_236836-16729.jpg?semt=ais_hybrid&w=740&q=80);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;align-items:center;padding:60px;font-family:Playfair;display:flex;position:relative;overflow:hidden}.brand-content h1 span{color:#f29a2e;font-family:Poppins,sans-serif}.brand-content h1{margin-bottom:15px;font-family:Poppins,sans-serif;font-size:3rem}.loginhyphen{font-size:2.2rem}.brand-content p{opacity:.9;margin-bottom:40px;font-size:1.1rem}.feature-list{flex-direction:column;gap:20px;display:flex}.feature-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff26;border-radius:14px;padding:15px 20px}.login-right{justify-content:center;align-items:center;padding:60px;display:flex}.login-form{width:100%;max-width:420px}.login-header{text-align:center;margin-bottom:35px}.login-header h2{color:#052b2c;margin-bottom:8px;font-size:2rem}.login-header p{color:#64748b}.input-group{margin-bottom:20px}.input-group label{color:#052b2c;margin-bottom:8px;font-weight:600;display:block}.input-group input{border:2px solid #e2e8f0;border-radius:14px;width:100%;padding:15px;font-size:1rem;transition:all .3s}.input-group input:focus{border-color:#f29a2e;outline:none;box-shadow:0 0 0 4px #f29a2e26}.forgot-password{text-align:right;margin-bottom:20px}.forgot-password button{color:#f29a2e;cursor:pointer;background:0 0;border:none;font-weight:600}.login-btn{color:#fff;cursor:pointer;background:#f29a2e;border:none;border-radius:14px;width:100%;padding:16px;font-size:1rem;font-weight:700;transition:all .3s}.login-btn:hover{background:#d97706;transform:translateY(-2px)}.login-error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;margin-bottom:20px;padding:14px}.login-footer{text-align:center;color:#94a3b8;margin-top:25px;font-size:.9rem}.resend-btn{cursor:pointer;color:#f29a2e;background:0 0;border:2px solid #f29a2e;border-radius:14px;outline:none;width:100%;margin-bottom:15px;padding:15px 22px;font-size:1rem;font-weight:600;transition:all .3s}.resend-btn:hover{color:#fff;background:#f29a2e;transform:translateY(-3px);box-shadow:0 12px 28px #f29a2e47}.resend-btn:active{box-shadow:none;transform:translateY(0)}.resend-btn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.password-input-wrapper{align-items:center;display:flex;position:relative}.password-input-wrapper input{width:100%;padding-right:50px}.password-toggle{cursor:pointer;color:#777;background:0 0;border:none;justify-content:center;align-items:center;font-size:18px;display:flex;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.password-toggle:hover{color:#052b2c}@media (width<=900px){.login-overlay{grid-template-columns:1fr}.login-left{text-align:center;padding:40px 30px}.loginhyphen{font-size:1.5rem}.brand-content h1{font-size:2.8rem}.login-right{padding:40px 25px}}@media (width<=480px){.brand-content h1{font-size:2.2rem}.login-header h2{font-size:1.7rem}.input-group input{padding:14px}.loginhyphen{font-size:1.5rem}.login-btn{padding:14px}.resend-btn{padding:14px 18px;font-size:.95rem}}:root{--primary:#052b2c;--secondary:#0a3a34;--accent:#f29a2e;--accent-dark:#d97706;--bg:#f8f7f3;--white:#fff;--text:#052b2c;--text-light:#64748b;--border:#ececec;--shadow:0 18px 45px #00000014}*{box-sizing:border-box;margin:0;padding:0;font-family:Poppins,sans-serif}.sd-super-dashboard{background:var(--bg);padding:35px}.sd-super-hero{text-align:center;justify-content:center;align-items:center;margin-bottom:35px;display:flex}.sd-super-hero h1{color:#052b2c;margin:0;font-family:Playfair Display,serif;font-size:52px;font-weight:800}.sd-super-line{background:#f29a2e;border-radius:10px;width:100px;height:4px;margin:15px auto 0;display:block}.sd-super-stats{grid-template-columns:repeat(4,1fr);gap:25px;margin-bottom:35px;display:grid}.sd-stat-card{box-shadow:var(--shadow);border:1px solid var(--border);background:#fff;border-radius:22px;padding:28px;transition:all .3s}.sd-stat-card:hover{transform:translateY(-6px)}.sd-stat-card h4{color:var(--text-light);margin-bottom:15px;font-size:.95rem}.sd-stat-card h2{color:var(--primary);font-size:2.2rem;font-weight:700}.sd-stat-card.total{border-top:5px solid var(--accent)}.sd-stat-card.active-card{border-top:5px solid #16a34a}.sd-stat-card.inactive-card{border-top:5px solid #64748b}.sd-stat-card.expired{border-top:5px solid #ef4444}.sd-alert-grid{grid-template-columns:1fr 1fr;gap:25px;margin-bottom:35px;display:grid}.sd-alert-panel{box-shadow:var(--shadow);background:#fff;border-radius:22px;padding:25px}.sd-alert-header{margin-bottom:20px}.sd-alert-header h2{color:var(--primary);font-size:1.3rem}.sd-alert-card,.sd-expired-card{background:#fafafa;border:1px solid #ececec;border-radius:16px;justify-content:space-between;align-items:center;margin-bottom:15px;padding:18px;display:flex}.sd-alert-card h3,.sd-expired-card h3{color:var(--primary);font-size:1rem}.sd-alert-card p,.sd-expired-card p{color:var(--text-light);margin-top:4px;font-size:.9rem}.sd-days{color:var(--accent-dark);background:#fff4e7;border-radius:30px;padding:8px 15px;font-weight:600}.sd-expired-badge{color:#fff;background:#ef4444;border-radius:30px;padding:8px 16px;font-size:.8rem;font-weight:600}.sd-empty{text-align:center;color:var(--text-light);padding:25px}.sd-revenue-grid{background:var(--bg);grid-template-columns:repeat(4,1fr);gap:25px;padding:0 35px 35px;display:grid}.sd-plan-grid{background:var(--bg);grid-template-columns:repeat(3,1fr);gap:25px;padding:0 35px 35px;display:grid}.sd-plan-card{text-align:center;box-shadow:var(--shadow);background:#fff;border-radius:22px;padding:30px;transition:all .3s}.sd-plan-card:hover{transform:translateY(-6px)}.sd-plan-card h3{color:var(--text-light);margin-bottom:12px;font-size:1.2rem}.sd-plan-card h2{color:var(--accent);font-family:Playfair Display,serif;font-size:2.3rem}.sd-table-panel{box-shadow:var(--shadow);background:#fff;border-radius:22px;margin:0 35px 35px;padding:25px;overflow:auto}.sd-table-panel h2{color:var(--primary);margin-bottom:20px;font-size:1.4rem}.sd-table-panel table{border-collapse:collapse;width:100%;min-width:650px}.sd-table-panel th{text-align:left;color:var(--primary);background:#faf8f3;padding:15px;font-weight:600}.sd-table-panel td{color:#334155;border-bottom:1px solid #ececec;padding:15px}.sd-table-panel tr:hover{background:#fffdf9}@media (width<=1024px){.sd-super-dashboard{padding:20px}.sd-super-stats,.sd-revenue-grid{grid-template-columns:repeat(2,1fr)}.sd-plan-grid{grid-template-columns:repeat(3,1fr)}.sd-alert-grid{grid-template-columns:1fr}}@media (width<=768px){.sd-super-dashboard{padding:15px}.sd-super-hero{text-align:center;margin-bottom:25px}.sd-super-hero h1{font-size:2rem;line-height:1.2}.sd-super-line{width:70px;height:3px;margin-top:12px}.sd-super-stats,.sd-revenue-grid,.sd-plan-grid{grid-template-columns:1fr;gap:15px;margin-bottom:20px;padding:0;display:grid}.sd-stat-card,.sd-plan-card{border-radius:16px;padding:18px}.sd-stat-card h2{font-size:1.8rem}.sd-alert-grid{gap:15px}.sd-alert-panel{border-radius:16px;padding:18px}.sd-alert-card,.sd-expired-card{flex-direction:column;align-items:flex-start;gap:10px}.sd-days,.sd-expired-badge{align-self:flex-start}.sd-table-panel{border-radius:16px;margin:0 0 20px;padding:15px;overflow-x:auto}.sd-table-panel h2{margin-bottom:15px;font-size:1.1rem}.sd-table-panel table{min-width:650px}.sd-table-panel th,.sd-table-panel td{padding:10px;font-size:.85rem}}@media (width<=480px){.sd-super-dashboard{padding:10px}.sd-super-hero h1{font-size:1.7rem}.sd-super-line{width:60px}.sd-stat-card{padding:15px}.sd-stat-card h4{font-size:.8rem}.sd-stat-card h2{font-size:1.5rem}.sd-plan-card{padding:16px}.sd-plan-card h2{font-size:1.7rem}.sd-plan-card h3{font-size:1rem}.sd-alert-panel{padding:15px}.sd-alert-card h3,.sd-expired-card h3{font-size:.95rem}.sd-alert-card p,.sd-expired-card p{font-size:.8rem}.sd-table-panel{padding:12px}.sd-table-panel table{min-width:600px}.sd-table-panel th,.sd-table-panel td{padding:8px;font-size:.8rem}}.sdra-page{background:var(--bg);min-height:100vh;padding:30px}.sdra-header{text-align:center;margin-bottom:35px}.sdra-header h1{color:var(--primary);font-family:Playfair Display,serif;font-size:3rem}.sdra-line{background:var(--accent);border-radius:10px;width:120px;height:4px;margin:18px auto 0}.sdra-grid{grid-template-columns:repeat(auto-fit,minmax(420px,1fr));gap:28px;display:grid}.sdra-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff2;border:1px solid #fff9;border-radius:24px;padding:28px;transition:all .35s;box-shadow:0 15px 45px #00000014}.sdra-card:hover{transform:translateY(-8px);box-shadow:0 25px 60px #0000001f}.sdra-top{align-items:center;gap:18px;margin-bottom:25px;display:flex}.sdra-logo{object-fit:cover;border:4px solid #f5f5f5;border-radius:22px;width:85px;height:85px;box-shadow:0 10px 25px #00000014}.sdra-top h2{color:var(--primary);margin-bottom:8px;font-size:1.5rem}.sdra-status{text-transform:capitalize;border-radius:30px;padding:7px 18px;font-size:.8rem;font-weight:600;display:inline-block}.sdra-active{color:#15803d;background:#dcfce7}.sdra-inactive{color:#b91c1c;background:#fee2e2}.sdra-details{gap:14px;margin-bottom:25px;display:grid}.sdra-detail-item{color:var(--text);align-items:flex-start;gap:12px;font-size:.95rem;line-height:1.5;display:flex}.sdra-icon{color:var(--accent);min-width:18px;margin-top:3px;font-size:18px}.sdra-expiry-card{border:1px solid var(--border);background:#f8fafc;border-radius:18px;justify-content:space-between;align-items:center;margin-bottom:25px;padding:18px;display:flex}.sdra-expiry-left{align-items:center;gap:14px;display:flex}.sdra-expiry-icon{color:var(--accent);font-size:28px}.sdra-expiry-left small{color:var(--text-light)}.sdra-expiry-left h4{color:var(--primary);margin-top:4px}.sdra-days{border-radius:30px;align-items:center;gap:8px;padding:10px 16px;font-size:.85rem;font-weight:600;display:flex}.sdra-good{color:#15803d;background:#dcfce7}.sdra-warning{color:#b45309;background:#fef3c7}.sdra-expired{color:#b91c1c;background:#fee2e2}.sdra-stats{grid-template-columns:repeat(3,1fr);gap:15px;display:grid}.sdra-stat{text-align:center;background:#fff;border-radius:18px;padding:18px;transition:all .3s;box-shadow:0 8px 20px #0000000d}.sdra-stat:hover{transform:translateY(-4px)}.sdra-stat h5{color:var(--text-light);margin-bottom:10px;font-size:.85rem}.sdra-stat h3{color:var(--primary);font-size:1.35rem;font-weight:700}@media (width<=992px){.sdra-page{padding:20px}.sdra-grid{grid-template-columns:1fr}}@media (width<=768px){.sdra-page{padding:15px}.sdra-header h1{font-size:2rem}.sdra-line{width:80px}.sdra-card{border-radius:20px;padding:18px}.sdra-top{text-align:center;flex-direction:column}.sdra-logo{width:80px;height:80px}.sdra-top h2{font-size:1.3rem}.sdra-details{gap:12px}.sdra-detail-item{font-size:.9rem}.sdra-expiry-card{flex-direction:column;align-items:flex-start;gap:15px}.sdra-days{justify-content:center;width:100%}.sdra-stats{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.sdra-page{padding:12px}.sdra-grid{grid-template-columns:1fr;gap:18px}.sdra-card{padding:16px}.sdra-top h2{font-size:1.15rem}.sdra-logo{width:70px;height:70px}.sdra-stats{grid-template-columns:1fr}.sdra-stat{padding:16px}.sdra-stat h3{font-size:1.25rem}.sdra-expiry-left{width:100%}.sdra-expiry-left h4{font-size:.95rem}.sdra-detail-item{word-break:break-word;font-size:.88rem}}:root{--primary:#052b2c;--secondary:#0a3a34;--accent:#f29a2e;--bg:#f8f7f3;--white:#fff;--text:#1e293b;--text-light:#64748b;--border:#e2e8f0}.sd-billing-page{background:var(--bg);min-height:100vh;padding:30px}.sd-billing-hero{text-align:center;justify-content:center;align-items:center;margin-bottom:35px;display:flex}.sd-billing-hero h1{color:var(--primary);margin:0;font-family:Playfair Display,serif;font-size:3rem;font-weight:700;line-height:1.2}.sd-billing-line{background:var(--accent);border-radius:10px;width:100px;height:4px;margin:15px auto 0;display:block}.sd-billing-stats{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-bottom:35px;display:grid}.sd-billing-stat{background:#fff;border-radius:20px;padding:25px;transition:all .3s;box-shadow:0 12px 30px #00000014}.sd-billing-stat:hover{transform:translateY(-6px)}.sd-billing-stat h4{color:var(--text-light);margin-bottom:12px;font-size:1rem}.sd-billing-stat h2{color:var(--primary);font-size:2rem}.sd-billing-stat.activecard{border-left:6px solid #22c55e}.sd-billing-stat.warning{border-left:6px solid #f59e0b}.sd-billing-stat.expired{border-left:6px solid #ef4444}.sd-billing-stat.revenue{border-left:6px solid var(--accent)}.sd-billing-table-card{background:#fff;border-radius:24px;padding:25px;box-shadow:0 15px 40px #00000014}.sd-billing-table-header{justify-content:space-between;align-items:center;margin-bottom:25px;display:flex}.sd-billing-table-header h2{color:var(--primary)}.sd-billing-table-header span{color:var(--text-light);font-weight:600}.sd-billing-table-wrapper{overflow-x:auto}.sd-billing-table{border-collapse:collapse;width:100%;min-width:1000px}.sd-billing-table th{background:var(--primary);color:#fff;text-align:left;padding:16px;font-weight:600}.sd-billing-table td{border-bottom:1px solid #edf2f7;padding:18px 16px}.sd-billing-table tbody tr:hover{background:#fafafa}.sd-restaurant-cell{align-items:center;gap:12px;font-weight:600;display:flex}.sd-restaurant-avatar{background:#f3f3f3;border-radius:50%;flex-shrink:0;width:55px;height:55px;overflow:hidden}.sb-logo{object-fit:cover;width:100%;height:100%}.sd-plan-badge{color:var(--accent);background:#fff4e5;border-radius:25px;padding:7px 16px;font-weight:600;display:inline-block}.sd-status-badge{border-radius:25px;padding:7px 16px;font-size:.85rem;font-weight:600;display:inline-block}.sd-active{color:#15803d;background:#dcfce7}.sd-warning{color:#b45309;background:#fef3c7}.sd-expired{color:#b91c1c;background:#fee2e2}.sd-upgrade-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f29a2e,#e88a12);border:none;border-radius:10px;padding:10px 18px;font-weight:600;transition:all .3s}.sd-upgrade-btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px #f29a2e59}.sd-modal-overlay{z-index:9999;background:#0000008c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.sd-modal{background:#fff;border-radius:24px;width:100%;max-width:650px;max-height:90vh;padding:35px;animation:.3s modal;overflow-y:auto}@keyframes modal{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}.sd-modal h2{color:var(--primary);margin-bottom:25px}.subscription-details p{color:#374151;margin:12px 0;line-height:1.6}.subscription-details hr{border:none;border-top:1px solid #e5e7eb;margin:22px 0}.subscription-details h3{color:var(--primary);margin-bottom:15px}.sd-close-modal{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:12px;width:100%;margin-top:25px;padding:14px;font-weight:600}.sd-close-modal:hover{background:var(--secondary)}.sd-history-btn{color:#0b3d3d;cursor:pointer;background:#fff;border:1px solid #0b3d3d;border-radius:8px;margin-left:10px;padding:8px 14px}.history-container{max-height:400px;margin-top:20px;overflow-y:auto}.history-card{background:#fafafa;border:1px solid #ddd;border-radius:10px;margin-bottom:15px;padding:15px}.subscription-manage{border-top:1px solid #052b2c1f;margin-top:30px;padding-top:25px}.subscription-manage h3{color:var(--primary);margin-bottom:22px;font-family:Playfair Display,serif;font-size:1.6rem}.subscription-selection{grid-template-columns:repeat(2,minmax(250px,1fr));gap:22px;margin-bottom:25px;display:grid}.subscription-selection .form-group{flex-direction:column;display:flex}.subscription-selection label{color:#64748b;text-transform:uppercase;letter-spacing:.8px;margin-bottom:8px;font-size:.9rem;font-weight:700}.subscription-selection select{color:#052b2c;background:#fff;border:2px solid #ececec;border-radius:14px;width:100%;height:55px;padding:0 16px;font-size:1rem;transition:all .3s}.subscription-selection select:focus{border-color:#f29a2e;outline:none;box-shadow:0 0 0 4px #f29a2e26}.subscription-price-card{color:#fff;background:linear-gradient(135deg,#052b2c,#0a3a34);border-radius:22px;margin-bottom:30px;padding:28px;box-shadow:0 20px 40px #052b2c2e}.subscription-price-card span{color:#ffffffbf;letter-spacing:1px;text-transform:uppercase;font-size:.9rem;display:block}.subscription-price-card h2{color:#f29a2e;margin-top:10px;font-size:2.7rem;font-weight:800}.subscription-limits-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;margin-bottom:35px;display:grid}.limit-card{background:#fff;border:1px solid #052b2c14;border-radius:18px;padding:22px;transition:all .3s;box-shadow:0 12px 28px #0000000f}.limit-card:hover{transform:translateY(-5px);box-shadow:0 18px 35px #0000001f}.limit-card h4{color:#64748b;text-transform:uppercase;letter-spacing:.8px;margin:0;font-size:.85rem}.limit-card h2{color:#052b2c;margin-top:12px;font-size:2rem}.limit-enabled{color:#16a34a;font-weight:700}.limit-disabled{color:#dc2626;font-weight:700}.sd-update-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f29a2e,#ffb347);border:none;border-radius:16px;width:100%;height:48px;margin:5px;font-size:1rem;font-weight:700;transition:all .3s;box-shadow:0 14px 30px #f29a2e40}.sd-update-btn:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 18px 35px #f29a2e59}.sd-update-btn:disabled{opacity:.55;cursor:not-allowed}@media (width<=992px){.sd-billing-page{padding:20px}.sd-billing-hero h1{font-size:2.2rem}}@media (width<=768px){.sd-billing-page{padding:15px}.sd-billing-hero{text-align:center;margin-bottom:25px}.sd-billing-hero h1{font-size:2rem}.sd-billing-line{width:70px;height:3px;margin-top:12px}.sd-billing-stats{grid-template-columns:1fr}.sd-billing-stat{padding:20px}.sd-billing-table-card{padding:15px}.sd-billing-table-header{flex-direction:column;align-items:flex-start;gap:10px}.sd-modal{border-radius:18px;padding:22px}.subscription-details p{font-size:.92rem}.sd-upgrade-btn{width:100%}.subscription-selection{grid-template-columns:1fr;gap:18px}.subscription-manage h3{text-align:center;font-size:1.4rem}.subscription-price-card{text-align:center;padding:24px}.subscription-price-card h2{font-size:2.2rem}.subscription-limits-grid{grid-template-columns:1fr}.limit-card{text-align:center}.sd-update-btn{height:45px;font-size:.95rem}}@media (width<=480px){.sd-billing-page{padding:12px}.sd-billing-hero h1{font-size:1.7rem}.sd-billing-line{width:60px}.sd-billing-stat h2{font-size:1.6rem}.sd-modal{padding:18px}.subscription-details p{font-size:.88rem}}:root{--primary:#052b2c;--secondary:#0a3a34;--accent:#f29a2e;--danger:#ef4444;--success:#22c55e;--warning:#f59e0b;--bg:#f8f7f3;--white:#fff;--text:#052b2c;--muted:#64748b}.sdrm-page{background:var(--bg);min-height:100vh;padding:30px}.sdrm-header{text-align:center;margin-bottom:30px}.sdrm-header h1{color:var(--primary);margin-bottom:12px;font-family:Playfair Display,serif;font-size:3rem}.sdrm-line{background:var(--accent);border-radius:20px;width:120px;height:4px;margin:auto}.sdrm-tabs{flex-wrap:wrap;justify-content:center;gap:15px;margin-bottom:35px;display:flex}.sdrm-tabs button{color:var(--primary);cursor:pointer;background:#fff;border:none;border-radius:30px;padding:12px 30px;font-weight:600;transition:all .3s;box-shadow:0 8px 20px #00000014}.sdrm-tabs button:hover{transform:translateY(-3px)}.sdrm-tabs button.active{color:#fff;background:linear-gradient(135deg,#f29a2e,#d97706)}.sdrm-grid{grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:28px;display:grid}.sdrm-card{background:#fff;border-radius:28px;padding:25px;transition:all .35s;box-shadow:0 12px 35px #00000014}.sdrm-card:hover{transform:translateY(-8px);box-shadow:0 18px 45px #0000001f}.sdrm-top{align-items:center;gap:20px;margin-bottom:22px;display:flex}.sdrm-logo{object-fit:cover;border:4px solid #f4f4f4;border-radius:22px;width:90px;height:90px}.sdrm-top h2{color:var(--primary);word-break:break-word;margin-bottom:10px;font-size:1.8rem}.sdrm-badges{flex-wrap:wrap;gap:10px;display:flex}.sdrm-plan-badge{color:#b45309;background:#fff7ed;border-radius:30px;padding:6px 14px;font-size:.85rem;font-weight:600}.sdrm-status-badge{border-radius:30px;padding:6px 14px;font-size:.85rem;font-weight:600}.sdrm-active{color:#166534;background:#dcfce7}.sdrm-inactive{color:#991b1b;background:#fee2e2}.sdrm-details{flex-direction:column;gap:12px;margin:20px 0;display:flex}.sdrm-details p{color:var(--muted);word-break:break-word;margin:0;font-size:.97rem}.sdrm-expiry{background:#f8fafc;border-radius:18px;justify-content:space-between;align-items:center;margin:25px 0;padding:18px;display:flex}.sdrm-expiry span{color:#64748b;font-size:.9rem}.sdrm-expiry h3{color:var(--primary);margin-top:6px;font-size:2rem}.sdrm-days{border-radius:30px;padding:10px 20px;font-weight:700}.sdrm-safe{color:#166534;background:#dcfce7}.sdrm-danger{color:#92400e;background:#fef3c7}.sdrm-expired{color:#991b1b;background:#fee2e2}.sdrm-actions{gap:12px;display:flex}.sdrm-actions button{cursor:pointer;border:none;border-radius:12px;flex:1;padding:13px;font-weight:600;transition:all .3s}.sdrm-actions button:hover{transform:translateY(-2px)}.approve-btn{color:#fff;background:#22c55e}.reject-btn{color:#fff;background:#ef4444}.sdrm-toggle-btn{color:#fff;background:linear-gradient(135deg,#052b2c,#0a3a34);width:100%}@media (width<=992px){.sdrm-page{padding:20px}.sdrm-grid{grid-template-columns:1fr}}@media (width<=768px){.sdrm-page{padding:18px}.sdrm-header h1{font-size:2rem}.sdrm-tabs{gap:10px}.sdrm-tabs button{flex:1;min-width:100px;padding:10px;font-size:.9rem}.sdrm-card{border-radius:22px;padding:20px}.sdrm-top{text-align:center;flex-direction:column}.sdrm-logo{width:80px;height:80px}.sdrm-top h2{font-size:1.4rem}.sdrm-badges{justify-content:center}.sdrm-details{text-align:center;align-items:center}.sdrm-expiry{text-align:center;flex-direction:column;gap:15px}.sdrm-actions{flex-direction:column}}@media (width<=480px){.sdrm-header h1{font-size:1.8rem}.sdrm-grid{grid-template-columns:1fr}.sdrm-card{padding:18px}.sdrm-logo{width:70px;height:70px}.sdrm-top h2{font-size:1.25rem}.sdrm-expiry h3{font-size:1.6rem}.sdrm-tabs button{width:100%}}.sd-export-page{background:#f7f8fa;min-height:100vh;padding:40px}.sd-export-header{text-align:center;margin-bottom:50px}.sd-export-subtitle{color:#d4a017;letter-spacing:4px;text-transform:uppercase;margin-bottom:10px;font-size:14px;font-weight:600}.sd-export-header h1{color:#052b2c;margin-bottom:15px;font-family:Playfair Display,serif;font-size:52px;font-weight:800}.sd-export-line{content:"";background:#f29a2e;border-radius:10px;width:100px;height:4px;margin:15px auto 0;display:block}.sd-export-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:30px;display:grid}.sd-export-card{background:#fff;border:1px solid #eef1f4;border-radius:28px;padding:25px;transition:all .3s;box-shadow:0 10px 35px #00000014}.sd-export-card:hover{transform:translateY(-8px)}.sd-export-top{align-items:center;gap:18px;margin-bottom:25px;display:flex}.sd-export-logo{object-fit:cover;border:4px solid #f3f4f6;border-radius:22px;width:85px;height:85px}.sd-export-top h3{color:#052b2c;margin-bottom:5px;font-size:22px}.sd-export-top p{color:#6b7280;font-size:14px}.sd-export-details{margin-bottom:25px}.sd-export-row{border-bottom:1px solid #edf2f7;justify-content:space-between;align-items:center;padding:12px 0;display:flex}.sd-export-row:last-child{border-bottom:none}.sd-plan-badge{color:#b45309;text-transform:capitalize;background:#fff5d6;border-radius:50px;padding:8px 14px;font-size:13px;font-weight:700}.sd-status-badge{border-radius:50px;padding:8px 16px;font-size:13px;font-weight:700}.sd-status-active{color:#15803d;background:#dcfce7}.sd-status-inactive{color:#dc2626;background:#fee2e2}.sd-export-btn{cursor:pointer;color:#fff;background:#052b2c;border:none;border-radius:14px;width:100%;padding:14px;font-size:15px;font-weight:700;transition:all .3s}.sd-export-btn:hover{background:#0b4d4f;transform:translateY(-2px)}.sd-global-export-card{background:#fff;border:1px solid #ececec;border-radius:20px;justify-content:space-between;align-items:center;margin-bottom:35px;padding:35px;display:flex;box-shadow:0 10px 35px #00000014}.sd-global-icon{margin-right:25px;font-size:55px}.sd-global-content{flex:1}.sd-global-content h2{color:#1e293b;margin-bottom:8px;font-size:28px}.sd-global-content p{color:#666;max-width:700px;line-height:1.6}.sd-global-export-btn{color:#fff;cursor:pointer;background:#ff9800;border:none;border-radius:12px;padding:15px 30px;font-weight:600;transition:all .3s}.sd-global-export-btn:hover{background:#e68900;transform:translateY(-2px);box-shadow:0 8px 25px #ff98004d}.sd-global-icon{color:#fff;background:linear-gradient(135deg,#f29a2e,#ffb347);border-radius:20px;justify-content:center;align-items:center;width:70px;height:70px;font-size:2rem;display:flex;box-shadow:0 12px 30px #f29a2e59}@media (width<=991px){.sd-export-page{padding:25px}.sd-global-export-card{flex-direction:column;align-items:flex-start;gap:20px;padding:25px}.sd-global-export-btn{width:100%}.sd-export-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (width<=768px){.sd-export-page{padding:15px}.sd-export-header{text-align:center;margin-bottom:25px}.sd-export-header h1{font-size:2rem}.sd-export-line{width:80px}.sd-global-export-card{text-align:center;border-radius:20px;flex-direction:column;align-items:center;gap:18px;padding:22px}.sd-global-icon{width:65px;height:65px;font-size:1.8rem}.sd-global-content h2{font-size:1.35rem}.sd-global-content p{font-size:.92rem;line-height:1.6}.sd-global-export-btn{width:100%;padding:14px;font-size:15px}.sd-export-grid{grid-template-columns:1fr;gap:18px}.sd-export-card{border-radius:18px;padding:18px}.sd-export-top{align-items:center;gap:15px}.sd-export-logo{border-radius:16px;width:65px;height:65px}.sd-export-top h3{font-size:1.1rem}.sd-export-top p{font-size:.88rem}.sd-export-details{margin:18px 0}.sd-export-row{padding:10px 0;font-size:.92rem}.sd-export-btn{width:100%;padding:14px;font-size:15px}}@media (width<=480px){.sd-export-page{padding:12px}.sd-export-header h1{font-size:1.7rem}.sd-global-icon{width:58px;height:58px;font-size:1.5rem}.sd-global-content h2{font-size:1.15rem}.sd-global-content p{font-size:.85rem}.sd-export-card{padding:15px}.sd-export-logo{width:55px;height:55px}.sd-export-top h3{font-size:1rem}.sd-export-row{font-size:.85rem}.sd-export-btn,.sd-global-export-btn{padding:13px;font-size:14px}}.restaurant-header{background:linear-gradient(135deg,#052b2c,#0a3a34);border-radius:24px;min-height:220px;margin:30px;position:relative;overflow:hidden;box-shadow:0 10px 40px #0000004d}.restaurant-overlay{width:100%;height:100%;padding:40px}.restaurant-info{align-items:center;gap:30px;height:100%;display:flex}.restaurant-header-logo{object-fit:cover;background:#fff;border-radius:20px;width:120px;height:120px;padding:10px;box-shadow:0 10px 30px #00000040}.restaurant-info h1{margin:0;font-family:Playfair Display,serif;font-size:3rem;color:#fff!important}.restaurant-address,.restaurant-phone{color:#ffffffd9;align-items:center;gap:10px;margin:8px 0;font-size:1rem;display:flex}@media (width<=768px){.restaurant-header{border-radius:28px;overflow:hidden}.restaurant-overlay{padding:24px 18px}.restaurant-info{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:18px;display:flex}.restaurant-header-logo{object-fit:cover;border-radius:22px;flex-shrink:0;width:110px;height:110px}.restaurant-info h1{word-break:break-word;overflow-wrap:anywhere;text-align:center;margin:0;font-size:1.5rem;line-height:1.25}.restaurant-address,.restaurant-phone{word-break:break-word;overflow-wrap:anywhere;justify-content:center;align-items:center;gap:8px;margin-top:10px;font-size:.95rem;line-height:1.5;display:flex}}.admin-layout{background:#f8fafc;min-height:100vh}.dashboard-content{padding:30px}:root{--primary:#052b2c;--secondary:#0a3a34;--accent:#f29a2e;--accent-dark:#d97706;--text-dark:#1e293b;--text-light:#64748b;--card-bg:#fff;--border:#e2e8f0}.dashboard{flex-direction:column;gap:30px;display:flex}body{background:#f8f7f3}.dashboard-content{background:#f8f7f3;min-height:100vh}.dashboard-header{text-align:center;justify-content:center;align-items:center;margin:10px 0;display:flex}.dashboard-header h1{color:#052b2c;margin:0;font-family:Playfair Display,serif;font-size:3rem}.dashboard-header p{color:#64748b;margin-top:12px;font-family:Playfair Display,serif;font-size:1.1rem}.dashboard-header h1:after{content:"";background:#f29a2e;border-radius:10px;width:100px;height:4px;margin:15px auto 0;display:block}.dashboard-badge{color:var(--accent);background:#f29a2e26;border-radius:999px;align-items:center;padding:8px 18px;font-weight:600;display:inline-flex}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:25px;display:grid}.premium-card{border:1px solid var(--border);background:#fff;border-radius:20px;align-items:center;gap:18px;padding:25px;transition:all .3s;display:flex;position:relative;overflow:hidden}.premium-card:hover{transform:translateY(-6px);box-shadow:0 15px 40px #00000014}.premium-card:before{content:"";width:5px;height:100%;position:absolute;top:0;left:0}.users:before{background:#3b82f6}.orders:before{background:#8b5cf6}.revenue:before{background:#10b981}.tables:before{background:#f59e0b}.premium-card .icon{color:#fff;border-radius:16px;justify-content:center;align-items:center;width:65px;height:65px;font-size:1.8rem;display:flex}.users .icon{background:#3b82f6}.orders .icon{background:#8b5cf6}.revenue .icon{background:#10b981}.tables .icon{background:#f59e0b}.premium-card h2{color:var(--primary);margin:0;font-size:1.8rem}.premium-card p{color:var(--text-light);margin-top:6px}.chart-card{background:#fff;border:1px solid #052b2c14;border-radius:24px;padding:28px;transition:all .35s;position:relative;overflow:hidden;box-shadow:0 12px 35px #052b2c14,0 2px 8px #00000008}.chart-card:before{content:"";background:linear-gradient(90deg,#052b2c,#f29a2e);width:100%;height:5px;position:absolute;top:0;left:0}.chart-card:hover{transform:translateY(-5px);box-shadow:0 18px 45px #052b2c1f,0 6px 18px #0000000d}.chart-card h2{color:#052b2c;text-align:center;margin:0 0 25px;font-family:Playfair Display,serif;font-size:2rem;font-weight:700;position:relative}.chart-card h2:after{content:"";background:#f29a2e;border-radius:50px;width:80px;height:4px;margin:12px auto 0;display:block}.chart-card .recharts-responsive-container{margin-top:10px}.recharts-tooltip-wrapper{border-radius:14px}.recharts-default-tooltip{box-shadow:0 10px 25px #0000002e;color:#fff!important;background:#052b2cf5!important;border:none!important;border-radius:14px!important;padding:12px 15px!important}.recharts-tooltip-item{color:#f29a2e!important}.recharts-cartesian-axis-line,.recharts-cartesian-axis-tick-line{stroke:#d9dee6}.recharts-cartesian-axis-tick-value{fill:#64748b;font-size:13px;font-weight:500}.recharts-cartesian-grid line{stroke:#eef2f7}.recharts-bar-rectangle:hover{filter:brightness(1.08);cursor:pointer}.dashboard-subscription{background:#fff;border:1px solid #f29a2e2e;border-radius:24px;margin-top:30px;padding:32px;position:relative;overflow:hidden;box-shadow:0 12px 35px #052b2c14}.dashboard-subscription:before{content:"";background:linear-gradient(90deg,#052b2c,#f29a2e);width:100%;height:5px;position:absolute;top:0;left:0}.subscription-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:25px;display:flex}.subscription-header h2{color:#052b2c;margin:0;font-family:Playfair Display,serif;font-size:2rem}.subscription-header p{color:#64748b;margin-top:6px;font-size:.95rem}.status-active,.status-expired{text-transform:uppercase;letter-spacing:.5px;border-radius:50px;padding:10px 18px;font-size:.85rem;font-weight:700}.status-active{color:#16a34a;background:#e9f8ef;border:1px solid #bbf7d0}.status-expired{color:#dc2626;background:#feecec;border:1px solid #fecaca}.subscription-warning{color:#92400e;background:#fff8eb;border-left:5px solid #f29a2e;border-radius:14px;margin-bottom:22px;padding:14px 18px;font-weight:500}.subscription-warning strong{color:#d97706}.subscription-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.subscription-item{text-align:center;background:#fcfcfc;border:1px solid #ececec;border-radius:18px;padding:22px;transition:all .35s}.subscription-item:hover{border-color:#f29a2e;transform:translateY(-5px);box-shadow:0 10px 28px #f29a2e1f}.subscription-item h4{color:#64748b;text-transform:uppercase;letter-spacing:.4px;margin:0 0 12px;font-size:.9rem;font-weight:600}.subscription-item h2{color:#052b2c;word-break:break-word;margin:0;font-size:1.45rem;font-weight:700}.subscription-item:last-child{background:linear-gradient(135deg,#052b2c,#0a3a34)}.subscription-item:last-child h4,.subscription-item:last-child h2{color:#fff}@media (width<=992px){.dashboard-subscription{padding:25px}.subscription-grid{grid-template-columns:repeat(2,1fr)}.subscription-header h2{font-size:1.7rem}}@media (width<=768px){.dashboard-subscription{border-radius:18px;margin-top:20px;padding:20px}.subscription-header{flex-direction:column;align-items:flex-start;gap:12px}.subscription-header h2{font-size:1.45rem}.subscription-header p{font-size:.9rem}.status-active,.status-expired{padding:8px 14px;font-size:.75rem}.subscription-grid{grid-template-columns:1fr;gap:15px}.subscription-item{text-align:left;padding:18px}.subscription-item h4{font-size:.8rem}.subscription-item h2{font-size:1.2rem}.subscription-warning{padding:12px 14px;font-size:.9rem}}@media (width<=480px){.dashboard-subscription{padding:16px}.subscription-header h2{font-size:1.3rem}.subscription-item{padding:16px}.subscription-item h2{font-size:1.1rem}.subscription-warning{font-size:.85rem}}@media (width<=768px){.chart-card{border-radius:18px;margin-top:20px;padding:18px 12px;overflow:hidden}.chart-card h2{text-align:center;margin-bottom:18px;font-size:1.6rem}.chart-card h2:after{width:60px;height:3px;margin:10px auto 0}.chart-card .recharts-responsive-container{width:100%!important;height:220px!important}.recharts-cartesian-axis-tick-value,.recharts-yAxis .recharts-cartesian-axis-tick{font-size:10px}.recharts-yAxis{width:22px!important}.recharts-default-tooltip{font-size:11px!important}.recharts-cartesian-grid line{stroke:#ececec}.recharts-bar-rectangle path{rx:5}.dashboard-content{padding:20px}.dashboard-header{align-items:flex;flex-direction:column;gap:10px}.dashboard-header h1{font-size:1.5rem}.dashboard-header p,.premium-card p{font-size:1rem}.premium-card h2{font-size:1.2rem}}:root{--primary:#052b2c;--secondary:#0a3a34;--accent:#f29a2e;--bg:#f8fafc;--text-light:#64748b;--white:#fff}.categories-page{background-color:#f8f7f3;min-height:100vh;padding:25px}.categories-header{text-align:center;flex-direction:column;justify-content:center;align-items:center;margin:20px 0;display:flex}.categories-header h1{color:#052b2c;margin:0;font-family:Playfair Display,serif;font-size:3rem}.categories-header p{color:#64748b;margin-top:10px;margin-bottom:12px;font-family:Playfair Display,serif;font-size:1.1rem}.categories-header h1:after{content:"";background:#f29a2e;border-radius:10px;width:100px;height:4px;margin:15px auto 0;display:block}.category-count{background:linear-gradient(135deg, var(--accent), #ffb74d);color:#fff;border-radius:12px;padding:12px 18px;font-weight:600}.limit-warning{margin-bottom:15px}.category-form-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffe6;border-radius:24px;margin-bottom:30px;padding:25px;box-shadow:0 10px 35px #0000000f}.category-form-card h2{color:var(--primary);margin-bottom:20px}.category-form-card p{margin-bottom:10px}.category-form{gap:15px;display:flex}.category-form input{border:1px solid #e2e8f0;border-radius:12px;flex:1;padding:14px;font-size:1rem}.category-form input:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 4px #f29a2e26}.category-form button{background:linear-gradient(135deg, var(--primary), var(--secondary));color:#fff;cursor:pointer;border:none;border-radius:12px;padding:14px 22px;font-weight:600;transition:all .3s}.category-form button:hover{transform:translateY(-2px)}.categories-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;display:grid}.category-card{text-align:center;background:#fff;border-radius:24px;padding:25px;transition:all .3s;box-shadow:0 10px 35px #0000000f}.category-card:hover{transform:translateY(-8px)}.category-icon{background:linear-gradient(135deg, var(--accent), #ffb74d);border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:auto auto 15px;font-size:2rem;display:flex}.category-card h3{color:var(--primary);margin-bottom:20px}.category-actions{gap:10px;display:flex}.category-actions button{cursor:pointer;border:none;border-radius:10px;flex:1;padding:10px;font-weight:600}.category-icon{color:#fff;background:linear-gradient(135deg,#f29a2e,#ffb347);border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;font-size:2rem;display:flex;box-shadow:0 8px 20px #f29a2e59}.locked-category-card{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:290px;padding:30px 22px;display:flex}.locked-category-card .locked-icon{color:#fff;background:linear-gradient(135deg,#f29a2e,#ffbf4d);border-radius:20px;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:18px;font-size:1.8rem;display:flex;box-shadow:0 12px 28px #f29a2e47}.locked-category-card h4{color:#64748b;margin:0;font-size:1rem;font-weight:600}.locked-category-card h2{color:#052b2c;margin:8px 0 14px;font-size:1.55rem;font-weight:700}.locked-category-card .locked-text{color:#64748b;max-width:220px;margin-bottom:22px;font-size:.95rem;line-height:1.6}@media (width<=768px){.categories-page{padding:15px}.categories-header{text-align:center;flex-direction:column;gap:15px}.category-form,.category-actions{flex-direction:column}.categories-header h1{font-size:1.7rem}.categories-header p{font-size:1rem}.category-form-card h2{font-size:1.2rem}.locked-category-card{min-height:250px;padding:22px 18px}.locked-category-card .locked-icon{border-radius:16px;width:58px;height:58px;font-size:1.45rem}.locked-category-card h2{font-size:1.25rem}.locked-category-card .locked-text{max-width:180px;font-size:.88rem}}:root{--primary:#052b2c;--secondary:#0a3a34;--accent:#f29a2e;--bg:#f8fafc;--white:#fff;--text-light:#64748b}.menu-page{background:var(--bg);background-color:#f8f7f3;min-height:100vh;padding:25px}.menu-header{text-align:center;flex-direction:column;justify-content:center;align-items:center;margin:20px 0;display:flex}.menu-header h1{color:#052b2c;margin:0;font-family:Playfair Display,serif;font-size:3rem}.menu-header p{color:#64748b;margin-top:10px;font-family:Playfair Display,serif;font-size:1.1rem}.menu-header h1:after{content:"";background:#f29a2e;border-radius:10px;width:100px;height:4px;margin:15px auto 0;display:block}.add-item-btn{background:linear-gradient(135deg, var(--accent), #ffb74d);color:#fff;cursor:pointer;border:none;border-radius:12px;padding:12px 20px;font-weight:600}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:20px;margin-bottom:25px;display:grid}.stat-card{text-align:center;border-radius:20px;padding:20px;box-shadow:0 10px 30px #0000000d;background:#fff!important}.stat-card h3{color:var(--primary);font-size:2rem}.menu-form-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-sizing:border-box;background:#ffffffe6;border-radius:24px;width:100%;margin-bottom:30px;padding:25px;box-shadow:0 10px 40px #00000014}.menu-form-card h2{padding-bottom:15px}.menu-form-card p{margin-bottom:10px}.menu-form{gap:15px;width:100%;display:grid}.menu-form input,.menu-form select{box-sizing:border-box;border:1px solid #e2e8f0;border-radius:12px;width:100%;max-width:100%;padding:14px;font-size:1rem;transition:all .3s}.menu-from input[type=file]{color:#64748b;cursor:pointer;background:#fff;border:2px dashed #d8d8d8;border-radius:18px;width:100%;max-width:320px;padding:12px 16px;transition:all .3s}.menu-form input[type=file]:hover{background:#fffaf3;border-color:#f29a2e}.menu-form input[type=file]:focus{border-color:#f29a2e;outline:none;box-shadow:0 0 0 4px #f29a2e26}.menu-form input[type=file]::file-selector-button{color:#fff;cursor:pointer;background:#052b2c;border:none;border-radius:10px;margin-right:14px;padding:10px 18px;font-weight:600;transition:all .3s}.menu-form input[type=file]::file-selector-button:hover{background:#f29a2e}.menu-form input:focus,.menu-form select:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 4px #f29a2e26}.save-btn{background:linear-gradient(135deg, var(--primary), var(--secondary));color:#fff;cursor:pointer;border:none;border-radius:12px;padding:14px;font-weight:600}.basic-image-placeholder{color:#777;background:#fafafa;border:2px dashed #d6d6d6;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:12px;width:100%;height:220px;display:flex}.basic-image-placeholder p{text-align:center;margin:0;font-size:14px}.menu-icon-placeholder{color:#f29a2e;background:#f8f8f8;border-radius:18px 18px 0 0;justify-content:center;align-items:center;width:100%;height:220px;display:flex}.menu-icon-placeholder svg{font-size:70px}.image-preview{text-align:center}.image-preview img{object-fit:cover;border-radius:16px;width:100%;max-width:220px;height:auto;margin:0 auto;display:block}.image-wrapper{position:relative}.image-wrapper img{object-fit:cover;width:100%;height:220px}.badge{color:#fff;border-radius:30px;padding:6px 14px;font-size:.8rem;position:absolute;top:15px;right:15px}.active{background:#75a075}.inactive{background:#ef4444}.category{color:var(--text-light);margin-bottom:10px}.menu-info h4{color:var(--accent);font-size:1.3rem}.card-actions{gap:10px;padding:0 20px 20px;display:flex}.card-actions button{cursor:pointer;border:none;border-radius:10px;flex:1;padding:10px;font-weight:600}.edit-btn{color:#fff;background:#3b82f6}.toggle-btn{color:#fff;background:#f59e0b}.delete-btn{color:#fff;background:#ef4444}.empty-state{text-align:center;padding:60px 20px}.food-filter{flex-wrap:wrap;gap:15px;margin:25px 0;display:flex}.food-filter button{cursor:pointer;background:#f5f5f5;border:none;border-radius:30px;padding:10px 22px;font-weight:600;transition:all .3s}.food-filter button.active{color:#fff;background:#052b2c}.food-filter .veg.active{background:#22c55e}.food-filter .nonveg.active{background:#ef4444}.veg-tag,.nonveg-tag,.others-tag{border-radius:20px;margin:8px 0;padding:6px 12px;font-size:.85rem;font-weight:600;display:inline-block}.locked-menu-card{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:430px;padding:30px 22px;display:flex}.locked-menu-card .locked-icon{color:#fff;background:linear-gradient(135deg,#f29a2e,#ffb640);border-radius:22px;justify-content:center;align-items:center;width:78px;height:78px;margin-bottom:18px;font-size:2rem;display:flex;box-shadow:0 15px 30px #f29a2e47}.locked-menu-card h4{color:#64748b;margin:0;font-size:1rem;font-weight:600}.locked-menu-card h2{color:#052b2c;margin:8px 0;font-size:1.6rem;font-weight:700}.locked-category{color:#f29a2e;margin-bottom:14px;font-weight:600}.locked-menu-card .locked-text{color:#64748b;max-width:220px;margin-bottom:25px;font-size:.95rem;line-height:1.6}@media (width<=768px){.menu-page{padding:12px;overflow-x:hidden}.menu-header{text-align:center;flex-direction:column;gap:15px}.menu-header h1{font-size:1.7rem}.menu-form-card{box-sizing:border-box;width:100%;max-width:100%;padding:18px}.menu-form{width:100%}.menu-form input,.menu-form select,.save-btn{box-sizing:border-box;width:100%;max-width:100%}.menu-grid{grid-template-columns:1fr;width:100%}.card-actions{flex-direction:column}.image-wrapper img{height:200px}.food-filter{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.food-filter button{width:100%;min-width:0}.locked-menu-card{min-height:340px;padding:22px 18px}.locked-menu-card .locked-icon{border-radius:18px;width:60px;height:60px;font-size:1.55rem}.locked-menu-card h2{font-size:1.3rem}.locked-category{font-size:.95rem}.locked-menu-card .locked-text{max-width:180px;font-size:.88rem}}.tables-page{background:#f8f7f3;min-height:100vh;padding:25px}.tables-header{text-align:center;margin-bottom:30px}.tables-header h1{color:var(--primary);font-family:Playfair Display,serif;font-size:3rem}.tables-header p{color:#64748b;margin-top:10px;font-family:Playfair Display,serif}.tables-header h1:after{content:"";background:#f29a2e;border-radius:10px;width:100px;height:4px;margin:15px auto 0;display:block}.table-stats{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-bottom:30px;display:grid}.table-form-card{background:#fff;border-radius:24px;margin-bottom:30px;padding:25px;box-shadow:0 10px 35px #0000000f}.table-form-card h2{color:var(--primary);margin-bottom:20px}.table-form-card p{margin-bottom:10px}.table-form{gap:15px;display:flex}.table-form input{border:1px solid #e2e8f0;border-radius:12px;flex:1;padding:14px}.table-form button{color:#fff;cursor:pointer;background:linear-gradient(135deg, var(--primary), var(--secondary));border:none;border-radius:12px;padding:14px 25px}.tables-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:25px;display:grid}.table-card{background:#fff;border-radius:24px;padding:20px;transition:all .3s;box-shadow:0 10px 35px #0000000f}.table-card:hover{transform:translateY(-8px)}.table-top{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.table-number{color:var(--primary);font-size:1.3rem;font-weight:700}.status-badge{border-radius:20px;padding:8px 12px;font-size:.85rem}.available{color:#15803d;background:#dcfce7}.occupied{color:#b91c1c;background:#fee2e2}.reserved{color:#b45309;background:#fef3c7}.qr-container{background:#f8fafc;border-radius:18px;justify-content:center;margin:20px 0;padding:20px;display:flex}.qr-wrapper{display:inline-block;position:relative}.qr-logo{background:#fff;border-radius:8px;width:40px;height:40px;padding:4px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.table-actions{gap:10px;display:flex}.download-btn{cursor:pointer;color:#fff;background:#0a3a34;border:none;border-radius:12px;flex:1;padding:12px}.delete-btn{cursor:pointer;color:#fff;background:#ef4444;border:none;border-radius:12px;flex:1;padding:12px}.table-form-title{align-items:center;gap:10px;font-size:1.8rem;font-weight:700;display:flex}.title-icon{color:#f29a2e;font-size:2rem}.table-number{justify-content:center;align-items:center;gap:8px;font-weight:600;display:flex}.table-icon{color:#f29a2e;font-size:1.2rem}.locked-table-card{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:380px;padding:30px 22px;display:flex}.locked-table-card .locked-icon{color:#fff;background:linear-gradient(135deg,#f29a2e,#ffbc49);border-radius:22px;justify-content:center;align-items:center;width:78px;height:78px;margin-bottom:18px;font-size:2rem;display:flex;box-shadow:0 15px 35px #f29a2e47}.locked-table-card h4{color:#64748b;margin:0;font-size:1rem;font-weight:600}.locked-table-card h2{color:#052b2c;margin:8px 0 16px;font-size:1.6rem;font-weight:700}.locked-table-card .locked-text{color:#64748b;max-width:220px;margin-bottom:25px;font-size:.95rem;line-height:1.6}@media (width<=768px){.tables-page{padding:15px}.tables-header h1{font-size:1.7rem}.table-form,.table-actions{flex-direction:column}.tables-grid{grid-template-columns:1fr}.locked-table-card{min-height:300px;padding:22px 18px}.locked-table-card .locked-icon{border-radius:18px;width:60px;height:60px;font-size:1.5rem}.locked-table-card h2{font-size:1.3rem}.locked-table-card .locked-text{max-width:180px;font-size:.88rem}}.orders-page{background-color:#f8f7f3;min-height:100vh;padding:25px}.orders-header{flex-direction:column;justify-content:center;align-items:center;margin:auto;display:flex;text-align:center!important}.orders-header p{color:#64748b;margin-top:10px;margin-bottom:12px;font-family:Playfair Display,serif;font-size:1.1rem}.orders-header h1:after{content:"";background:#f29a2e;border-radius:10px;width:100px;height:4px;margin:15px auto 0;display:block}.orders-stats{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:20px;margin-bottom:30px;display:grid}.orders-filter-card{background:#fff;border:1px solid #0000000d;border-radius:24px;margin:30px 0;padding:30px;box-shadow:0 15px 45px #0000000f}.filter-header{justify-content:space-between;align-items:center;margin-bottom:25px;display:flex}.filter-header h3{color:#052b2c;font-family:Playfair Display,serif;font-size:1.4rem}.orders-filters{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px;display:grid}.orders-filters input,.orders-filters select{background:#fff;border:1px solid #e5e7eb;border-radius:14px;width:100%;height:56px;padding:0 18px;font-size:.95rem;transition:all .3s}.orders-filters input:focus,.orders-filters select:focus{border-color:#f29a2e;outline:none;box-shadow:0 0 0 4px #f29a2e26}.search-box{background:#fff;border:1px solid #ddd;border-radius:14px;align-items:center;display:flex;overflow:hidden}.search-box svg{color:#64748b;margin-left:18px;font-size:18px}.search-box input{box-shadow:none!important;border:none!important}.reset-filter-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f29a2e,#d97706);border:none;border-radius:14px;font-weight:700;transition:all .3s}.reset-filter-btn:hover{transform:translateY(-3px);box-shadow:0 15px 25px #f29a2e59}.orders-table-card{background:#fff;border:1px solid #0000000d;border-radius:24px;margin-bottom:30px;padding:25px;overflow-x:auto;box-shadow:0 15px 40px #0000000d}.orders-table-card h2{color:#052b2c;margin-bottom:20px;font-family:Playfair Display,serif;font-size:1.6rem}.orders-table{border-collapse:collapse;width:100%;min-width:850px}.orders-table thead{background:#052b2c}.orders-table th{color:#fff;text-align:left;padding:18px;font-size:.95rem;font-weight:600}.orders-table td{color:#334155;border-bottom:1px solid #f1f1f1;padding:18px;font-size:.95rem}.orders-table tbody tr{transition:all .25s}.orders-table tbody tr:hover{background:#fff8ef}.status{border-radius:30px;padding:7px 14px;font-size:.82rem;font-weight:700;display:inline-flex}.orders-table button{color:#fff;cursor:pointer;background:#052b2c;border:none;border-radius:10px;padding:10px 18px;font-weight:600;transition:all .3s}.orders-table button:hover{background:#f29a2e}.orders-board{background-color:#f8f7f3;grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.order-column{background:#052b2c;border-radius:24px;max-height:80vh;padding:18px;overflow-y:auto;box-shadow:0 10px 35px #0000000f}.column-header{margin-bottom:15px;font-size:1.1rem;font-weight:600}.incoming .column-header{color:#eab308}.accepted .column-header{color:#22c55e}.rejected .column-header{color:#ef4444}.order-card{color:#052b2c;border:1px solid #edf2f7;border-radius:18px;padding:18px;background-color:#fff!important}.order-top{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.order-id{margin-bottom:12px;color:#052b2c!important}.items-list{color:#052b2c;flex-direction:column;gap:8px;margin-bottom:15px;display:flex}.payment-section{justify-content:space-between;margin-bottom:10px;display:flex}.payment-mode{color:#fff;background:#052b2c;border-radius:8px;padding:6px 10px}.paid{color:#22c55e;font-weight:600}.unpaid{color:#ef4444;font-weight:600}.chef{margin-top:10px;color:#052b2c!important}.rejected-note{color:#b91c1c;background:#fee2e2;border-radius:10px;margin-top:10px;padding:10px}.column-header{align-items:center;gap:10px;margin-bottom:18px;font-size:1.1rem;font-weight:700;display:flex}.column-icon{font-size:1.25rem}.incoming-header{color:#facc15}.accepted-header{color:#22c55e}.rejected-header{color:#ef4444}@media (width<=1024px){.orders-board{grid-template-columns:1fr}.order-column{max-height:none}.orders-header h1{font-size:1.5rem}}@media (width<=768px){.orders-page{padding:18px}.orders-header{text-align:center!important;width:100%!important;max-width:100%!important;margin:0 auto 25px!important;display:block!important}.orders-header>div{text-align:center;width:100%}.orders-header h1{width:100%;margin:0 auto;display:block;text-align:center!important;font-size:1.5rem!important}.orders-header h1:after{margin:12px auto 0}.orders-header p{width:100%;margin-top:12px;font-size:1rem;display:block;text-align:center!important}}.sdsm-page{padding:30px}.sdsm-hero{text-align:center;margin-bottom:35px}.sdsm-subtitle{color:#f59e0b;letter-spacing:1px;text-transform:uppercase;font-weight:600}.sdsm-hero h1{color:#052b2c;margin:8px 0;font-family:Playfair Display,serif;font-size:3rem}.sdsm-line{background:#f59e0b;border-radius:10px;width:90px;height:4px;margin:12px auto;display:block}.sdsm-hero p{color:#64748b;margin-top:10px;font-family:Playfair Display,serif}.sdsm-description{color:#6b7280;max-width:600px;margin:auto;font-family:Playfair Display,serif}.sdsm-summary-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-bottom:35px;display:grid}.sdsm-summary-card{text-align:center;background:#fff;border-radius:18px;padding:25px;box-shadow:0 10px 25px #00000014}.sdsm-summary-card h4{color:#6b7280;margin-bottom:10px}.sdsm-summary-card h2{color:#052b2c;font-size:2rem}.sdsm-form-card{background:#fff;border-radius:20px;margin-bottom:40px;padding:30px;box-shadow:0 10px 25px #00000014}.sdsm-card-header h2{color:#052b2c;margin-bottom:6px}.sdsm-card-header span{color:#6b7280}.sdsm-form{margin-top:25px}.sdsm-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;display:grid}.sdsm-input{flex-direction:column;display:flex}.sdsm-input label{color:#374151;margin-bottom:8px;font-weight:600}.sdsm-input input,.sdsm-input select{border:1px solid #e5e7eb;border-radius:12px;outline:none;padding:14px}.sdsm-input input:focus,.sdsm-input select:focus{border-color:#f59e0b}.sdsm-register-btn{color:#fff;cursor:pointer;background:#f59e0b;border:none;border-radius:14px;width:100%;margin-top:25px;padding:15px;font-weight:700}.sdsm-register-btn:hover{transform:translateY(-2px)}.sdsm-staff-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:25px;display:grid}.sdsm-staff-card{background:#fff;border-radius:20px;padding:25px;box-shadow:0 10px 25px #00000014}.sdsm-card-top{align-items:center;gap:16px;display:flex}.sdsm-user-info{flex:1;min-width:0}.sdsm-user-info h3{color:#0b2c3a;margin:0;font-size:1.35rem;font-weight:700}.sdsm-user-info p{color:#6b7280;white-space:nowrap;text-overflow:ellipsis;width:100%;margin-top:4px;font-size:.95rem;overflow:hidden}.sdsm-avatar{color:#fff;background:#f59e0b;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.4rem;font-weight:700;display:flex}.sdsm-card-top h3{color:#052b2c}.sdsm-card-top p{color:#6b7280;font-size:.9rem}.sdsm-badges{grid-template-columns:repeat(3,1fr);align-items:center;gap:12px;margin:20px 0;display:grid}.sdsm-role,.sdsm-status,.sdsm-verify{text-align:center;border-radius:30px;justify-content:center;align-items:center;min-height:38px;padding:0 12px;font-size:.9rem;font-weight:600;display:flex}.sdsm-role{color:#7a5a00;background:#fff2c7}.sdsm-verify.verified{color:#14804a;background:#e8f7ee}.sdsm-verify.unverified{color:#d92d20;background:#ffeaea}.sdsm-status.active{color:#15803d;background:#dcfce7}.sdsm-status.disabled{color:#dc2626;background:#fee2e2}.sdsm-action-btn{color:#fff;cursor:pointer;border:none;border-radius:12px;width:100%;padding:14px;font-weight:700}.sdsm-action-btn.disable{background:#dc2626}.sdsm-action-btn.enable{background:#16a34a}.sdsm-action-btn.admin-btn{color:#6b7280;cursor:not-allowed;opacity:.9;min-width:140px;box-shadow:none;background:#e5e7eb;border:1px solid #d1d5db;border-radius:10px;padding:10px 18px;font-weight:600;transition:all .3s}.sdsm-action-btn.admin-btn:hover{color:#6b7280;box-shadow:none;background:#e5e7eb;transform:none}.sdsm-action-btn.admin-btn:disabled{opacity:1;cursor:not-allowed}.password-field{position:relative}.password-field input{width:100%;padding-right:55px}.password-toggle{cursor:pointer;color:#f29a2e;background:0 0;border:none;font-size:1rem;position:absolute;top:50%;right:15px;transform:translateY(-50%)}.delete-btn{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:8px;width:100%;margin-top:10px;padding:10px;font-weight:600;transition:all .25s}.delete-modal-overlay{z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000008c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.delete-modal{background:#fff;border-radius:18px;width:430px;padding:30px;animation:.25s popup;box-shadow:0 30px 70px #00000040}.delete-icon{background:#fee2e2;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:auto;font-size:34px;display:flex}.delete-modal h2{text-align:center;margin-top:20px}.delete-modal p{text-align:center;margin:15px 0}.warning-box{background:linear-gradient(135deg,#fff8f8,#fff4f4);border:1px solid #dc262626;border-radius:20px;margin-top:25px;padding:24px;box-shadow:0 12px 35px #dc262614}.warning-header{align-items:center;gap:12px;margin-bottom:18px;display:flex}.warning-icon{color:#dc2626;font-size:1.7rem}.warning-header h3{color:#b91c1c;margin:0;font-family:Playfair Display,serif;font-size:1.4rem}.warning-box ul{flex-direction:column;gap:15px;margin:0;padding:0;list-style:none;display:flex}.warning-box li{color:#4b5563;align-items:flex-start;gap:14px;font-size:1rem;line-height:1.6;display:flex}.warning-box li svg{color:#dc2626;flex-shrink:0;margin-top:3px;font-size:1.1rem}.warning-box li span{flex:1}.modal-buttons{justify-content:flex-end;gap:15px;margin-top:25px;display:flex}.cancel-btn{color:#111827;cursor:pointer;background:#e5e7eb;border:none;border-radius:8px;padding:10px 22px}.confirm-delete-btn{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:8px;padding:10px 22px}.confirm-delete-btn:hover{background:#b91c1c}@keyframes popup{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.delete-icon{color:#dc2626;cursor:pointer;background:linear-gradient(135deg,#fee2e2,#fecaca);border:1px solid #dc262626;border-radius:16px;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.35rem;transition:all .3s;display:flex;box-shadow:0 10px 20px #dc26261f}.delete-icon:hover{color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626);transform:translateY(-4px)scale(1.05);box-shadow:0 18px 30px #dc262640}.delete-icon:active{transform:scale(.95)}.delete-icon svg{font-size:1.3rem}.locked-section{text-align:center;flex-direction:column;justify-content:center;align-items:center;margin:18px 0 22px;display:flex}.locked-icon{color:#fff;background:linear-gradient(135deg,#f29a2e,#ffbe55);border-radius:20px;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:18px;font-size:1.9rem;display:flex;box-shadow:0 15px 30px #f29a2e47}.locked-section h4{color:#64748b;margin:0;font-size:1.1rem;font-weight:600}.locked-section h3{color:#052b2c;margin:5px 0 15px;font-size:1.55rem;font-weight:700}.locked-text{color:#64748b;max-width:230px;margin:0;font-size:.95rem;line-height:1.6}.unlock-btn{color:#000;cursor:pointer;background:#f5f5f5;border:none;border-radius:14px;width:100%;margin-top:18px;padding:14px;font-size:1rem;font-weight:700;transition:all .3s}.unlock-btn:hover:not(:disabled){color:#fff;background:#f29a2e;transform:translateY(-2px);box-shadow:0 10px 25px #f29a2e40}.unlock-btn:disabled{opacity:.55;cursor:not-allowed}.locked-card{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:340px;padding:35px 25px;display:flex}@media (width<=768px){.sdsm-page{padding:15px}.sdsm-hero h1{font-size:1.7rem}.sdsm-staff-grid{grid-template-columns:1fr}.sdsm-badges{grid-template-columns:repeat(3,1fr);gap:8px}.sdsm-role,.sdsm-status,.sdsm-verify{min-height:34px;padding:0 8px;font-size:.75rem}.sdsm-card-top{align-items:center;gap:12px;display:flex}.sdsm-avatar{flex-shrink:0;width:50px;height:50px;font-size:1.3rem}.sdsm-user-info{flex:1;min-width:0}.sdsm-user-info h3{margin-bottom:4px;font-size:1.15rem}.sdsm-user-info p{word-break:break-word;overflow-wrap:anywhere;white-space:normal;font-size:.82rem;line-height:1.35}.sdsm-action-btn.admin-btn{width:100%;min-width:unset;padding:12px;font-size:.9rem}.warning-box{border-radius:16px;margin-top:20px;padding:18px}.warning-header{gap:10px;margin-bottom:15px}.warning-icon{font-size:1.4rem}.warning-header h3{font-size:1.15rem}.warning-box li{gap:10px;font-size:.92rem;line-height:1.5}.warning-box li svg{font-size:1rem}.locked-icon{border-radius:18px;width:60px;height:60px;margin-bottom:15px;font-size:1.5rem}.locked-section h4{font-size:1rem}.locked-section h3{font-size:1.3rem}.locked-text{max-width:190px;font-size:.88rem}.unlock-btn{padding:12px;font-size:.95rem}}:root{--primary:#052b2c;--primary-light:#0a3a34;--accent:#f29a2e;--accent-dark:#d97706;--bg:#f8f7f3;--card:#fff;--border:#ece8df;--text:#052b2c;--text-light:#6b7280}.settings-page{background:var(--bg);min-height:100vh;padding:35px}.settings-header{text-align:center;margin-bottom:40px}.settings-header h1{color:var(--primary);margin-bottom:18px;font-family:Playfair Display,serif;font-size:3rem}.settings-header p{color:var(--text-light);font-size:1.05rem}.settings-card{border:1px solid var(--border);background:#fff;border-radius:28px;grid-template-columns:320px 1fr;gap:45px;padding:40px;display:grid;box-shadow:0 15px 50px #0000000f}.info-section h2{margin-bottom:23px}.logo-section{flex-direction:column;justify-content:flex-start;align-items:center;gap:18px;display:flex}.logo-wrapper{background:#fff;border:2px solid #f29a2e2e;border-radius:24px;width:230px;height:230px;transition:all .35s;overflow:hidden;box-shadow:0 12px 35px #052b2c14}.logo-wrapper:hover{transform:translateY(-4px);box-shadow:0 18px 40px #052b2c26}.restaurant-logo{object-fit:cover;width:100%;height:100%}.logo-section label{color:var(--primary);font-size:1.05rem;font-weight:700}.logo-section input[type=file]{color:#64748b;cursor:pointer;background:#fff;border:2px dashed #d8d8d8;border-radius:18px;width:100%;max-width:320px;padding:12px 16px;transition:all .3s}.logo-section input[type=file]:hover{background:#fffaf3;border-color:#f29a2e}.logo-section input[type=file]:focus{border-color:#f29a2e;outline:none;box-shadow:0 0 0 4px #f29a2e26}.logo-section input[type=file]::file-selector-button{color:#fff;cursor:pointer;background:#052b2c;border:none;border-radius:10px;margin-right:14px;padding:10px 18px;font-weight:600;transition:all .3s}.logo-section input[type=file]::file-selector-button:hover{background:#f29a2e}.upload-status{color:#f29a2e;font-size:.95rem;font-weight:600}.form-grid{grid-template-columns:repeat(2,1fr);gap:22px;display:grid}.form-group{flex-direction:column;display:flex}.form-group label{color:#475569;margin-bottom:10px;font-size:.95rem;font-weight:600}.form-group input,.form-group textarea{background:#fff;border:1px solid #dcdcdc;border-radius:14px;padding:15px 18px;font-family:inherit;font-size:15px;transition:all .3s}.form-group textarea{resize:none;min-height:140px}.form-group input:focus,.form-group textarea:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 4px #f29a2e26}.full-width{grid-column:1/-1}.save-section{grid-column:1/-1;justify-content:flex-end;margin-top:20px;display:flex}.save-btn{background:linear-gradient(135deg, var(--accent), #ffb347);color:#fff;cursor:pointer;border:none;border-radius:50px;padding:16px 45px;font-size:16px;font-weight:700;transition:all .35s;box-shadow:0 12px 30px #f29a2e59}.save-btn:hover{transform:translateY(-3px);box-shadow:0 18px 40px #f29a2e73}.settings-section{background:#fff;border:1px solid #052b2c14;border-radius:24px;margin-top:30px;padding:30px;box-shadow:0 15px 40px #0000000d}.settings-section h2{color:#052b2c;margin-bottom:25px;font-family:Playfair Display,serif;font-size:2rem;position:relative}.settings-section h2:after{content:"";background:#f29a2e;border-radius:10px;width:70px;height:4px;margin-top:12px;display:block}.checkbox-group{margin-bottom:25px}.checkbox-group label{cursor:pointer;color:#052b2c;-webkit-user-select:none;user-select:none;align-items:center;gap:14px;font-size:1rem;font-weight:600;display:flex}.checkbox-group input[type=checkbox]{appearance:none;cursor:pointer;background:#d6d6d6;border-radius:30px;width:54px;height:30px;transition:all .35s;position:relative}.checkbox-group input[type=checkbox]:before{content:"";background:#fff;border-radius:50%;width:22px;height:22px;transition:all .35s;position:absolute;top:4px;left:4px;box-shadow:0 3px 10px #0003}.checkbox-group input[type=checkbox]:checked{background:#052b2c}.checkbox-group input[type=checkbox]:checked:before{transform:translate(24px)}.settings-section .form-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:22px;margin-bottom:25px;display:grid}.settings-section .form-group{flex-direction:column;display:flex}.settings-section .form-group label{color:#64748b;margin-bottom:10px;font-size:.95rem;font-weight:600}.settings-section input[type=text],.settings-section input[type=number]{color:#052b2c;background:#fafafa;border:2px solid #e5e7eb;border-radius:16px;width:100%;height:56px;padding:0 18px;font-size:1rem;transition:all .3s}.settings-section input:focus{background:#fff;border-color:#f29a2e;outline:none;box-shadow:0 0 0 4px #f29a2e1f}.settings-section input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.settings-section input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.settings-section input[type=number]{appearance:textfield}.settings-section .form-grid,.settings-section .form-group{animation:.35s fadeUp}@media (width<=992px){.settings-page{padding:25px}.settings-card{grid-template-columns:1fr;gap:35px;padding:30px}.logo-section{text-align:center;justify-content:center;align-items:center;width:100%}.logo-wrapper{width:220px;height:220px}.info-section h2{text-align:center}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.save-section{justify-content:center}.save-btn{min-width:240px}.settings-section{padding:25px}.settings-section .form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){.settings-page{padding:16px}.settings-header{margin-bottom:25px}.settings-header h1{font-size:2rem;line-height:1.2}.settings-header p{padding:0 10px;font-size:.95rem;line-height:1.6}.settings-card{border-radius:22px;flex-direction:column;gap:28px;padding:22px;display:flex}.logo-section{align-items:center;width:100%}.logo-wrapper{width:180px;height:180px}.logo-section label{font-size:1rem}.logo-section input[type=file]{border-radius:14px;width:100%;max-width:100%;padding:12px;font-size:.9rem}.logo-section input[type=file]::file-selector-button{margin-right:10px;padding:10px 14px;font-size:.85rem}.info-section h2{text-align:center;margin-bottom:22px;font-size:1.55rem}.form-grid{grid-template-columns:1fr;gap:18px;display:grid}.form-group{width:100%}.form-group label{font-size:.9rem}.form-group input,.form-group textarea{border-radius:14px;width:100%;padding:14px 16px;font-size:.95rem}.form-group textarea{min-height:120px}.settings-section{border-radius:20px;margin-top:20px;padding:20px}.settings-section h2{text-align:center;font-size:1.45rem}.settings-section h2:after{margin:10px auto 0}.settings-section .form-grid{grid-template-columns:1fr;gap:16px}.checkbox-group label{justify-content:space-between;align-items:center;gap:15px;font-size:.95rem}.checkbox-group input[type=checkbox]{flex-shrink:0}.save-section{justify-content:center;margin-top:10px}.save-btn{width:100%;padding:15px;font-size:15px}}@media (width<=480px){.settings-page{padding:12px}.settings-header h1{font-size:1.7rem}.settings-header p{font-size:.9rem}.settings-card{border-radius:18px;padding:18px}.logo-wrapper{width:150px;height:150px}.logo-section{gap:14px}.logo-section input[type=file]{text-align:center;padding:10px}.logo-section input[type=file]::file-selector-button{width:100%;margin:0 0 10px;padding:10px;display:block}.info-section h2{font-size:1.25rem}.settings-section{padding:18px}.settings-section h2{font-size:1.25rem}.checkbox-group label{font-size:.9rem}}.export-page{flex-direction:column;min-height:calc(100vh - 100px);padding:30px;display:flex}.export-header{text-align:center;flex-direction:column;justify-content:center;align-items:center;margin:20px 0;display:flex}.export-header h1{color:#052b2c;margin:0;font-family:Playfair Display,serif;font-size:3rem}.export-header p{color:#64748b;margin-top:10px;margin-bottom:12px;font-family:Playfair Display,serif;font-size:1.1rem}.sdra-line{content:"";background:#f29a2e;border-radius:10px;width:100px;height:4px;margin:15px auto 0;display:block}.export-card{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:24px;margin:auto;padding:50px;box-shadow:0 15px 40px #00000014;max-width:600px!important}.export-icon{color:#e3c87d;background:#052b2c;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto 25px;font-size:48px;display:flex}.export-card h2{color:#052b2c;margin-bottom:15px;font-size:1.8rem}.export-card p{color:#64748b;margin-bottom:30px;line-height:1.8}.download-btn{cursor:pointer;color:#fff;background:linear-gradient(135deg,#052b2c,#0b4a4c);border:none;border-radius:14px;padding:16px 35px;font-size:1rem;font-weight:600;transition:all .3s;box-shadow:0 10px 25px #052b2c40}.download-btn:hover{transform:translateY(-3px);box-shadow:0 15px 35px #052b2c59}@media (width<=768px){.export-page{padding:20px}.export-header{flex-direction:column;align-items:flex-start;gap:15px}.export-card{margin:0;padding:30px 20px}.export-header h1{font-size:1.5rem}.export-header p,.export-card p{font-size:1rem}.export-card h2{font-size:1.2rem}}.chef-dashboard{background:#f8f7f3;min-height:100vh;padding:25px}.chef-header{text-align:center;flex-direction:column;justify-content:center;align-items:center;margin:20px 0;display:flex}.chef-header h1{color:#052b2c;margin:0;font-family:Playfair Display,serif;font-size:3rem}.chef-header p{color:#64748b;margin-top:0;margin-bottom:12px;font-size:1.1rem}.chef-header h1:after{content:"";background:#f29a2e;border-radius:10px;width:100px;height:4px;margin:15px auto 0;display:block}.stats{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:25px;display:grid}.stat-card{text-align:center;background:#fff;border-radius:24px;padding:30px;transition:all .3s;box-shadow:0 10px 30px #0000000f}.stat-card:hover{transform:translateY(-5px)}.stat-card h2{margin-bottom:10px;font-size:3rem}.stat-card p{color:#64748b;font-weight:500}.pending{border-top:6px solid #eab308}.pending h2{color:#eab308}.preparing{border-top:6px solid #3b82f6}.preparing h2{color:#3b82f6}.ready{border-top:6px solid #22c55e}.ready h2{color:#22c55e}.delivered{border-top:6px solid #8b5cf6}.delivered h2{color:#8b5cf6}@media (width<=768px){.chef-dashboard{padding:15px}.chef-header{text-align:center;flex-direction:column;gap:15px}.chef-header h1{font-size:2rem}}:root{--primary:#052b2c;--secondary:#0a3a34;--accent:#f29a2e;--accent-dark:#d97706;--success:#22c55e;--danger:#ef4444;--warning:#f59e0b;--info:#3b82f6;--white:#fff;--light:#f8fafc;--text:#334155;--text-light:#64748b;--shadow:0 20px 45px #00000014;--radius:24px}.incoming-orders-page{background:linear-gradient(135deg,#f8fafc 0%,#eef6f4 100%);min-height:100vh;padding:30px;font-family:Poppins,sans-serif}.orders-header{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}.orders-header h1{color:var(--primary);margin:0;font-family:Playfair Display,serif;font-size:3rem}.chef-status-cards{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;margin-bottom:30px;display:grid}.status-card{background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);border-left:6px solid #052b2c;border-radius:24px;padding:30px;transition:all .3s;box-shadow:0 20px 45px #052b2c14}.status-card h2{color:#052b2c;font-size:larger;font-weight:800}.status-card p{color:#64748b;font-size:1rem;font-weight:600}.status-card.incomings,.status-card.preparings,.status-card.readys{border-left:6px solid #052b2c}.notification-banner{background:linear-gradient(135deg, var(--accent), var(--accent-dark));color:#fff;border-radius:18px;margin-bottom:20px;padding:15px 20px;font-weight:600;animation:.3s slideDown}@keyframes slideDown{0%{opacity:0;transform:translateY(-15px)}to{opacity:1;transform:translateY(0)}}.audio-btn{background:linear-gradient(135deg, var(--primary), var(--secondary));color:#fff;cursor:pointer;border:none;border-radius:16px;margin-bottom:25px;padding:14px 24px;font-weight:600;transition:all .3s}.audio-btn:hover{transform:translateY(-3px)}.section-title{color:var(--primary);margin:40px 0 20px;font-family:Playfair Display,serif;font-size:2rem}.order-card{box-shadow:var(--shadow);background:#fff;border-radius:30px;padding:25px;transition:all .3s;position:relative;overflow:hidden}.order-card:hover{transform:translateY(-8px)}.order-card:before{content:"";width:100%;height:5px;position:absolute;top:0;left:0}.preparing-card:before{background:#f59e0b}.ready-card:before{background:#22c55e}.table-badge{color:var(--accent-dark);background:#f29a2e1f;border-radius:999px;padding:10px 18px;font-weight:700}.order-total{color:var(--success);font-size:2rem;font-weight:700}.item-row{border-bottom:1px dashed #e2e8f0;justify-content:space-between;align-items:center;padding:12px 0;display:flex}.item-row:last-child{border:none}.action-buttons{gap:12px;margin-top:20px;display:flex}.accept-btn,.reject-btn,.ready-btn,.deliver-btn{cursor:pointer;border:none;font-weight:700;transition:all .3s}.accept-btn{background:var(--success);color:#fff;border-radius:14px;flex:1;padding:14px}.accept-btn:hover{background:#16a34a}.reject-btn{background:var(--danger);color:#fff;border-radius:14px;flex:1;padding:14px}.reject-btn:hover{background:#dc2626}.ready-btn{color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:14px;width:100%;margin-top:20px;padding:15px}.ready-btn:hover{transform:translateY(-2px)}.deliver-btn{color:#fff;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:14px;width:100%;margin-top:20px;padding:15px}.deliver-btn:hover{transform:translateY(-2px)}.premium-timer{background:linear-gradient(135deg,#22c55e14,#22c55e08);border:1px solid #22c55e26;border-radius:20px;align-items:center;gap:15px;margin-top:20px;padding:18px;display:flex}.timer-icon{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:28px;display:flex;box-shadow:0 10px 25px #00000014}.timer-content{flex-direction:column;display:flex}.timer-label{text-transform:uppercase;letter-spacing:2px;color:var(--text-light);font-size:12px;font-weight:600}.timer-value{color:#16a34a;letter-spacing:2px;font-size:32px;font-weight:800}.timer-warning{background:#f59e0b14;border-color:#f59e0b}.timer-warning .timer-value{color:#f59e0b}.timer-danger{background:#ef444414;border-color:#ef4444}.timer-danger .timer-value{color:#ef4444;animation:1s infinite pulse}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.ready-status{color:#15803d;text-align:center;background:#22c55e1a;border-radius:14px;margin-top:18px;padding:14px;font-weight:700}.empty-state{text-align:center;box-shadow:var(--shadow);background:#fff;border-radius:30px;grid-column:1/-1;padding:60px 20px}.empty-state h2{color:var(--primary);margin-bottom:10px;font-family:Poppins,sans-serif}.empty-state p{color:var(--text-light);font-family:Poppins,sans-serif}.accept-modal{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:9999;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-content{background:#fff;border-radius:24px;width:90%;max-width:420px;padding:30px;box-shadow:0 20px 60px #0003}.modal-content h2{color:var(--primary);margin-bottom:20px}.modal-content select{border:1px solid #e2e8f0;border-radius:12px;width:100%;padding:14px}.modal-content button{cursor:pointer;border:none;border-radius:12px;width:100%;margin-top:12px;padding:14px;font-weight:600}.modal-content button:first-of-type{background:linear-gradient(135deg, var(--accent), var(--accent-dark));color:#fff}.modal-content button:last-of-type{background:#e2e8f0}.banner-icon,.btn-icon,.food-icon{vertical-align:middle;margin-right:8px;font-size:1.15rem}.notification-banner{align-items:center;gap:8px;display:flex}.audio-btn{justify-content:center;align-items:center;gap:8px;display:flex}.timer-icon{justify-content:center;align-items:center;font-size:2rem;display:flex}.food-icon{color:#f29a2e}.banner-icon{color:#f3f7f8}.btn-icon{color:#fff}@media (width<=768px){.incoming-orders-page{padding:15px}.orders-header{flex-direction:column;align-items:flex-start;gap:15px}.orders-header h1{font-size:2rem}.chef-status-cards,.orders-grid{grid-template-columns:1fr}.order-card{padding:18px}.card-top{flex-direction:column;align-items:flex-start;gap:10px}.order-total{font-size:1.5rem}.action-buttons{flex-direction:column}.accept-btn,.reject-btn{width:100%}.premium-timer{flex-direction:row;gap:12px}.timer-value{font-size:26px}.section-title{font-size:1.5rem}.empty-state{padding:40px 15px}}.completed-orders-page{background:#f8f7f3;min-height:100vh;padding:25px}.completed-header{text-align:center;flex-direction:column;justify-content:center;align-items:center;margin:20px 0;display:flex}.completed-header h1{color:#052b2c;margin:0;font-family:Playfair Display,serif;font-size:3rem}.completed-header p{color:#64748b;margin-top:10px;margin-bottom:12px;font-size:1.1rem}.completed-header h1:after{content:"";background:#f29a2e;border-radius:10px;width:100px;height:4px;margin:15px auto 0;display:block}.completed-count{color:#fff;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:14px;padding:14px 22px;font-weight:600}.completed-stats{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-bottom:30px;display:grid}.completed-filter{flex-wrap:wrap;align-items:center;gap:12px;margin:25px 0;display:flex}.completed-filter label{color:#444;font-weight:600}.completed-filter input{border:1px solid #ddd;border-radius:10px;padding:10px 14px;font-size:15px}.clear-filter-btn{color:#fff;cursor:pointer;background:#f29a2e;border:none;border-radius:10px;padding:10px 18px;font-weight:600}.clear-filter-btn:hover{opacity:.9}.completed-grid{grid-template-columns:repeat(auto-fit,minmax(330px,1fr));gap:25px;display:grid}.completed-card{background:#fff;border-radius:24px;padding:22px;transition:all .3s;box-shadow:0 10px 30px #00000014}.completed-card:hover{transform:translateY(-5px)}.table-badge{background:linear-gradient(135deg, var(--primary), var(--secondary));color:#fff;border-radius:30px;padding:10px 18px;font-weight:600}.status-badge{color:#15803d;background:#dcfce7;border-radius:12px;margin-bottom:20px;padding:10px 15px;font-weight:600;display:inline-block}.items-section h4{color:var(--primary);margin-bottom:12px}.item-row{border-bottom:1px solid #f1f5f9;justify-content:space-between;padding:10px 0;display:flex}.item-row:last-child{border-bottom:none}.empty-state h2{color:var(--primary)}.table-badge{justify-content:center;align-items:center;gap:8px;display:flex}.table-icon{font-size:1rem}.food-item{align-items:center;gap:8px;display:flex}.food-icon{color:#f29a2e;font-size:1.1rem}@media (width<=768px){.completed-orders-page{padding:15px}.completed-header{text-align:center;flex-direction:column;gap:15px}.completed-header h1{font-size:2rem}.completed-grid{grid-template-columns:1fr}}.cashier-page{background:var(--bg);min-height:100vh;padding:25px}.cashier-header{text-align:center;margin-bottom:30px}.cashier-header h1{color:var(--primary);font-family:Playfair Display,serif;font-size:3rem}.cashier-header p{color:#64748b;margin-top:10px}.cashier-stats{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-bottom:30px;display:grid}.orders-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:25px;display:grid}.cashier-card{background:#fff;border-radius:24px;padding:22px;transition:all .3s;box-shadow:0 10px 35px #0000000f}.cashier-card:hover{transform:translateY(-6px)}.table-badge{background:linear-gradient(135deg, var(--primary), var(--secondary));color:#fff;border-radius:30px;padding:8px 14px;font-size:.9rem}.amount{color:var(--accent);font-size:1.5rem;font-weight:700}.order-id{color:#94a3b8;margin-bottom:15px}.payment-details{justify-content:space-between;margin-bottom:20px;display:flex}.payment-details div{flex-direction:column;display:flex}.payment-details span{color:#94a3b8;font-size:.85rem}.payment-details strong{margin-top:4px}.paid{color:#22c55e}.pending{color:#ef4444}.card-actions{gap:10px;display:flex}.verify-btn{cursor:pointer;color:#fff;background:#22c55e;border:none;border-radius:12px;flex:1;padding:12px;font-weight:600}.print-btn{cursor:pointer;color:#fff;background:#3b82f6;border:none;border-radius:12px;flex:1;padding:12px;font-weight:600}@media (width<=768px){.cashier-page{padding:15px}.cashier-header h1{font-size:2rem}.orders-grid{grid-template-columns:1fr}.card-top,.payment-details{flex-direction:column;gap:12px}.card-actions{flex-direction:column}.verify-btn,.print-btn{width:100%}}.pending-payments{background:var(--bg);min-height:100vh;padding:25px}.page-header{text-align:center;flex-direction:column;justify-content:center;align-items:center;margin:20px 0;display:flex}.page-header h1{color:#052b2c;margin:0;font-family:Playfair Display,serif;font-size:3rem}.pp{color:#fff;background:#f29a2e;border-radius:30px;margin-top:20px;padding:10px 18px;font-weight:600;box-shadow:0 4px 15px #00000014}.payments-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:25px;display:grid}.payment-card{border-radius:24px;padding:22px;transition:all .3s;box-shadow:0 10px 35px #0000000f;background:#fff!important}.payment-card:hover{transform:translateY(-6px)}.card-top{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.status-badge{color:#b45309;background:#fef3c7;border-radius:20px;padding:8px 14px;font-size:.85rem;font-weight:600}.status.pending{color:#f59e0b}.status.preparing{color:#3b82f6}.status.ready{color:#16a34a}.status.delivered{color:#6b7280}.verify-btn:disabled{opacity:.6;cursor:not-allowed}.card-content{flex-direction:column;gap:14px;margin-bottom:20px;display:flex}.info-row{justify-content:space-between;align-items:center;display:flex}.info-row span,.info-row strong{color:#052b2c}.verify-btn{cursor:pointer;color:#fff;background:linear-gradient(135deg,#ec870c,#f29a2e);border:none;border-radius:14px;width:100%;padding:14px;font-size:1rem;font-weight:600;transition:all .3s}.verify-btn:hover{transform:translateY(-2px)}.payment-summary{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-bottom:30px;display:grid}@media (width<=768px){.pending-payments{padding:15px}.page-header{text-align:center;flex-direction:column;gap:15px}.page-header h1{font-size:2rem}.payments-grid{grid-template-columns:1fr}.card-top{flex-direction:column;gap:10px}}.paid-orders-page{background:var(--bg);min-height:100vh;padding:25px}.page-header{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}.page-header h1{color:var(--primary);margin-bottom:5px;font-family:Playfair Display,serif;font-size:3rem}.page-header p{color:#64748b}.orders-count{color:#fff;background:#f29a2e;border-radius:30px;margin-top:20px;padding:10px 18px;font-weight:600;box-shadow:0 4px 15px #00000014}.summary-cards{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-bottom:30px;display:grid}.paid-orders-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:25px;display:grid}.paid-order-card{background:#fff;border-radius:24px;padding:22px;transition:all .3s;box-shadow:0 10px 35px #0000000f}.paid-order-card:hover{transform:translateY(-6px)}.card-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.table-badge{border-radius:30px;padding:8px 14px;font-size:.9rem;color:#f8f7f3!important;background:#052b2c!important}.paid-badge{color:#15803d;background:#dcfce7;border-radius:20px;padding:8px 14px;font-size:.85rem;font-weight:600}.order-details{flex-direction:column;gap:14px;display:flex}.detail-row{justify-content:space-between;align-items:center;display:flex}.detail-row span,.detail-row strong{color:#052b2c!important}.empty-state{text-align:center;color:#64748b;background:#fff;border-radius:24px;padding:50px;box-shadow:0 10px 35px #0000000f}@media (width<=768px){.paid-orders-page{padding:15px}.page-header{text-align:center;flex-direction:column;gap:15px}.page-header h1{font-size:2rem}.paid-orders-grid{grid-template-columns:1fr}.card-header{flex-direction:column;gap:10px}.detail-row{flex-direction:column;align-items:flex-start;gap:4px}}.bills-page{background:var(--bg);min-height:100vh;padding:25px}.bills-header{text-align:center;flex-direction:column;justify-content:center;align-items:center;margin:20px 0;display:flex}.bills-header h1{color:#052b2c;margin:0;font-family:Playfair Display,serif;font-size:3rem}.bills-count{color:#fff;background:#f29a2e;border-radius:30px;margin-top:20px;padding:12px 20px;font-weight:600;box-shadow:0 4px 15px #00000014}.bills-summary{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-bottom:30px;display:grid}.summary-card{text-align:center;background:#fff;border-radius:24px;padding:25px;box-shadow:0 10px 30px #0000000f}.summary-card h2{color:var(--primary);font-size:2rem}.summary-card p{color:#64748b}.bills-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:25px;display:grid}.bill-card{border-radius:24px;padding:22px;transition:all .3s;box-shadow:0 10px 35px #0000000f;background-color:#fff!important}.table-badge{color:#fff;background-color:#052b2c;border-radius:30px;padding:8px 14px}.printed-badge{color:#15803d;background:#dcfce7;border-radius:20px;padding:8px 14px;font-size:.85rem;font-weight:600}.pending-badge{color:#b45309;background:#fef3c7;border-radius:20px;padding:8px 14px;font-size:.85rem;font-weight:600}.bill-details{flex-direction:column;gap:14px;margin-bottom:20px;display:flex}.detail-row{justify-content:space-between;display:flex}.detail-row span{color:#64748b}.detail-row strong{color:var(--primary)}.printbill-btn{cursor:pointer;color:#fff;background:linear-gradient(135deg,#ec870c,#f29a2e);border:none;border-radius:14px;width:100%;padding:14px;font-weight:600;transition:all .3s}.print-btn:hover{transform:translateY(-2px)}.empty-state{text-align:center;background:#fff;border-radius:24px;grid-column:1/-1;padding:60px;box-shadow:0 10px 35px #0000000f}.empty-state h2{color:var(--primary);margin-bottom:10px}.empty-state p{color:#64748b}@media (width<=768px){.bills-page{padding:15px}.bills-header{text-align:center;flex-direction:column;gap:15px}.bills-header h1{font-size:2rem}.bills-grid{grid-template-columns:1fr}.bill-top{flex-direction:column;gap:10px}.detail-row{flex-direction:column;gap:4px}}.thermal-bill-page{background:#fff;justify-content:center;padding:10px;display:flex}.thermal-receipt{color:#000;background:#fff;width:80mm;max-width:80mm;padding:10px;font-family:Courier New,monospace;font-size:12px}.bill-header{text-align:center}.bill-header h1{margin:0;font-size:18px}.bill-header p{margin:2px 0}.receipt-divider{margin:8px 0}.receipt-info div{margin:2px 0}.receipt-line{text-align:center;margin:8px 0}.receipt-item-head{border-bottom:1px dashed #000;grid-template-columns:2.5fr .8fr 1fr 1fr;padding:6px 0;font-weight:700;display:grid}.receipt-item-head span{text-align:center}.receipt-item-head span:first-child{text-align:left}.receipt-item{grid-template-columns:2.5fr .8fr 1fr 1fr;align-items:center;padding:5px 0;display:grid}.receipt-item span{text-align:center;word-break:break-word}.receipt-item span:first-child{text-align:left}.receipt-total{margin-top:8px}.receipt-total div{justify-content:space-between;margin:2px 0;display:flex}.grand-total{font-size:14px;font-weight:700}.receipt-footer{text-align:center;margin-top:10px}.print-btn{color:#fff;cursor:pointer;background:#000;border:none;width:100%;margin-top:15px;padding:10px}@media print{body{margin:0;padding:0}.print-btn{display:none}.thermal-bill-page{padding:0}.thermal-receipt{width:80mm;max-width:80mm}}:root{--primary:#052b2c;--secondary:#0a3a34;--accent:#f29a2e}.bill-history-page{background:#f8f7f3;min-height:100vh;padding:25px}.page-header{text-align:center;margin-bottom:30px}.page-header h1{color:var(--primary);font-family:Playfair Display,serif;font-size:3rem}.sdrr-line{content:"";background:#f29a2e;border-radius:10px;width:100px;height:4px;margin:15px auto 0;display:block}.page-header p{color:#64748b;margin-top:10px}.history-stats{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-bottom:30px;display:grid}.stat-card{text-align:center;background:#fff;border-radius:20px;padding:25px;box-shadow:0 10px 30px #0000000f}.stat-card h2{color:var(--primary);font-size:2rem}.stat-card p{color:#64748b}.history-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:25px;display:grid}.bill-card{background:#fff;border-radius:24px;padding:22px;transition:all .3s;box-shadow:0 10px 30px #00000014}.bill-card:hover{transform:translateY(-5px)}.bill-top{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.table-badge{color:#fff;background-color:#052b2c;border-radius:30px;padding:10px 18px;font-weight:600}.printed-badge{color:#15803d;background:#dcfce7;border-radius:20px;padding:8px 16px;font-weight:600}.bill-content{flex-direction:column;gap:15px;display:flex}.info-row{justify-content:space-between;display:flex}.info-row span,.info-row strong{color:#052b2c}.amount{color:#052b2c;font-size:1.2rem}.view-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ec870c,#f29a2e);border:none;border-radius:12px;width:100%;margin-top:20px;padding:14px;font-weight:600}.table-badge{color:#fff;background:linear-gradient(135deg,#052b2c,#0a3a34);border-radius:30px;justify-content:center;align-items:center;gap:8px;padding:8px 14px;font-size:.9rem;font-weight:600;display:flex}.table-badge-icon{color:#f29a2e;flex-shrink:0;font-size:1.1rem}.bill-filters{flex-wrap:wrap;gap:15px;margin:20px 0;display:flex}.bill-filters input,.bill-filters select{border:1px solid #ddd;border-radius:10px;min-width:180px;padding:12px 15px;font-size:14px}.bill-filters input{flex:1}.history-filter{flex-wrap:wrap;justify-content:space-between;align-items:end;gap:20px;margin:20px 0 30px;display:flex}.filter-group{flex-direction:column;gap:8px;display:flex}.filter-group label{color:#555;font-size:14px;font-weight:600}.filter-group input{border:1px solid #ddd;border-radius:8px;padding:10px 14px;font-size:14px}.reset-filter-btn{cursor:pointer;background:#f29a2e;border:none;border-radius:8px;padding:10px 20px;font-weight:600;transition:all .3s}@media (width<=768px){.bill-history-page{padding:15px}.page-header h1{font-size:2rem}.history-grid{grid-template-columns:1fr}.bill-top{flex-direction:column;gap:10px}}.customer-header{color:#fff;z-index:100;border-radius:0 0 20px 20px;margin-bottom:20px;padding:16px 24px;top:0;box-shadow:0 10px 30px #00000026;background:linear-gradient(135deg,#052b2c,#0a3a34)!important}.header-top{align-items:center;gap:15px;display:flex}.header-logo{object-fit:cover;background:#fff;border:3px solid #fff3;border-radius:20px;width:70px;height:70px}.header-top h1{color:#fff;margin:0;font-family:Playfair Display,serif;font-size:2rem;font-weight:700}.header-top p{color:#fffc;margin-top:5px;font-size:.95rem}.header-info{flex-wrap:wrap;gap:12px;margin-top:18px;display:flex}.header-info p{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1f;border-radius:12px;margin:0;padding:10px 15px;font-size:.9rem;color:#fff!important}.restaurant-address,.restaurant-phone{align-items:center;gap:10px;margin:8px 0;display:flex}.restaurant-icon{flex-shrink:0;font-size:1rem}.location-icon{color:#f29a2e}.phone-icon{color:#22c55e}@media (width<=768px){.customer-header{border-radius:0 0 20px 20px;padding:15px}.header-top{text-align:center;flex-direction:column;align-items:center}.header-logo{width:70px;height:70px}.header-top h1{font-size:1.6rem}.header-info{flex-direction:column;align-items:center;gap:10px;width:100%;margin-top:15px;display:flex}.header-info p{justify-content:center;width:100%}}.restaurant-tag{color:#fff;background:#f29a2e;border-radius:20px;margin-top:8px;padding:5px 12px;font-size:.8rem;font-weight:600;display:inline-block}.bottom-nav{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);z-index:1000;background:#052b2cf2;border-radius:50px;justify-content:space-around;align-items:center;width:95%;max-width:420px;height:65px;display:flex;position:fixed;bottom:15px;left:50%;transform:translate(-50%);box-shadow:0 10px 35px #00000040}.bottom-nav a{color:#ffffffb3;border-radius:30px;flex-direction:column;justify-content:center;align-items:center;gap:3px;padding:8px 16px;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .3s;display:flex}.bottom-nav a.active{color:#f29a2e;background:#f29a2e1f;font-weight:600;transform:translateY(-2px)}.bottom-nav a:hover{color:#f29a2e}.nav-icon{font-size:1.25rem}.customer-nav a{flex-direction:column;justify-content:center;align-items:center;gap:4px;text-decoration:none;display:flex}.customer-nav a.active{color:#f29a2e}.customer-nav a.active .nav-icon{transition:all .3s;transform:scale(1.1)}@media (width<=768px){.bottom-nav{width:92%;height:60px}.bottom-nav a{font-size:.85rem}}.customer-navbar{z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(135deg,#052b2c,#0a3a34);border-bottom:1px solid #ffffff14;justify-content:center;align-items:center;height:70px;display:flex;position:sticky;top:0;box-shadow:0 4px 20px #0000001f}.nndine-logo{color:#fff;letter-spacing:1px;margin:0 0 0 6px;font-family:Poppins,serif;font-size:2rem;font-weight:600;position:relative}.nndine-logo span{color:#f29a2e;letter-spacing:1px;margin:0;font-size:2rem;font-weight:600;position:relative;font-family:Poppins,serif!important}.nndine-logo{text-shadow:0 0 15px #f29a2e40}.Customernavbar-logo{object-fit:contain;border-radius:50px;width:46px;height:46px}@media (width<=768px){.customer-navbar{height:60px}.nndine-logo,.nndine-logo span{font-size:1.6rem}}:root{--bg:#030403;--surface:#161512;--surface-2:#292826;--gold:#a28864;--gold-light:#dcc19d;--text:#f5f0ea;--text-muted:#b8aca0;--border:#a2886440}.customer-layout{background:radial-gradient(circle at top, #a2886426, transparent 40%), var(--bg);min-height:100vh;color:var(--text)}.customer-layout:before{content:"";pointer-events:none;background:radial-gradient(at top,#dcc19d1f,#0000 35%);position:fixed;inset:0}.customer-content{padding-bottom:100px}.menu-page{background:#f8f7f3;min-height:100vh;padding:20px}.menu-hero h1{color:#052b2c;text-align:center;font-family:Playfair Display,serif;font-size:2.5rem;font-weight:500}.menu-hero p{color:#052b2c;text-align:center;margin-top:10px;margin-bottom:10px}.menu-hero h1:after{content:"";background:#f29a2e;border-radius:10px;width:80px;height:4px;margin:8px auto 0;display:block}.menu-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;display:grid}.menu-card{background:#fff;border-radius:22px;transition:all .3s;overflow:hidden;box-shadow:0 10px 30px #0000000f}.menu-card:hover{transform:translateY(-5px)}.image-wrapper{height:220px;position:relative;overflow:hidden}.image-wrapper img{object-fit:cover;width:100%;height:100%;transition:all .4s}.menu-card:hover img{transform:scale(1.08)}.menu-info{padding:18px}.menu-info h3{color:#052b2c;margin-bottom:10px}.price{color:#f29a2e;font-size:1.2rem;font-weight:700}.add-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f29a2e,#d97706);border:none;border-radius:12px;width:calc(100% - 30px);margin:0 15px 15px;padding:14px;font-size:1rem;font-weight:600;transition:all .3s}.add-btn:hover{transform:translateY(-2px)}.customer-header{background:#fff;border-radius:20px;align-items:center;gap:20px;margin:20px;padding:20px;display:flex;box-shadow:0 10px 30px #0000000d}.customer-header img{object-fit:cover;border-radius:50%;width:70px;height:70px}.customer-header h2{color:#052b2c}.customer-header p{color:#64748b}.search-container{margin-bottom:20px}.search-container input{background:#fff;border:none;border-radius:15px;width:100%;padding:14px 18px;font-size:1rem;box-shadow:0 4px 15px #00000014}.categories{scrollbar-width:none;gap:10px;padding:0 12px 8px;display:flex;overflow-x:auto}.categories::-webkit-scrollbar{display:none}.category-chip{cursor:pointer;white-space:nowrap;background:#fff;border:none;border-radius:30px;flex-shrink:0;margin-bottom:12px;padding:10px 18px;font-weight:500}.toast{color:#fff;z-index:999;background:#22c55e;border-radius:12px;padding:14px 22px;font-weight:600;animation:.3s slideUp;position:fixed;bottom:90px;left:50%;transform:translate(-50%)}.status-badge{color:#fff;z-index:2;border-radius:25px;padding:8px 16px;font-size:14px;font-weight:600;position:absolute;top:12px;right:12px}.available{background:#7ba36a}.unavailable{background:#ff3b30}.unavailable-card img{filter:grayscale(40%);opacity:.85}.disabled-btn{cursor:not-allowed;background:#cbd5e1}.disabled-btn:hover{transform:none}@keyframes slideUp{0%{opacity:0;transform:translate(-50%)translateY(20px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.filter-section{margin:22px 0}.filter-title{color:#052b2c;align-items:center;gap:10px;margin-bottom:15px;font-size:1.15rem;font-weight:700;display:flex}.filter-title svg{color:#f29a2e;font-size:1.3rem}.categories,.food-types{scrollbar-width:none;gap:12px;padding-bottom:8px;display:flex;overflow-x:auto}.categories::-webkit-scrollbar{display:none}.food-types::-webkit-scrollbar{display:none}.category-chip,.food-chip{color:#052b2c;cursor:pointer;white-space:nowrap;background:#fff;border:none;border-radius:30px;align-items:center;gap:8px;padding:11px 18px;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 15px #0000000f}.category-chip:hover,.food-chip:hover{transform:translateY(-2px)}.category-chip.active{color:#fff;background:#052b2c}.food-chip.veg svg{color:#16a34a}.food-chip.nonveg svg{color:#dc2626}.food-chip.others svg{color:#d97706}.food-chip.active{color:#fff;background:#052b2c}.food-chip.active svg{color:#fff}.veg-tag,.nonveg-tag,.others-tag{border-radius:20px;align-items:center;gap:6px;margin:10px 0;padding:6px 14px;font-size:.85rem;font-weight:600;display:inline-flex}.veg-tag{color:#15803d;background:#dcfce7}.nonveg-tag{color:#b91c1c;background:#fee2e2}.others-tag{color:#b45309;background:#fef3c7}@media (width<=768px){.search-container{margin:15px 0}.search-container input{width:100%;padding:14px;font-size:16px}.menu-grid{grid-template-columns:1fr;gap:15px}.menu-hero h1{font-size:2rem}.menu-hero{padding:5px}.menu-hero p{white-space:nowrap;font-size:.95rem}}:root{--primary:#052b2c;--secondary:#0a3a34;--accent:#f29a2e;--bg:#f8f7f3;--white:#fff;--text:#64748b}.customer-cart-page{background:var(--bg);min-height:100vh;padding:20px}.customer-cart-page h1{text-align:center;color:var(--primary);margin-bottom:25px;font-family:Playfair Display,serif;font-size:2.4rem}.customer-cart-page p{text-align:center}.empty-cart{text-align:center;background:#fff;border-radius:25px;padding:40px;box-shadow:0 10px 30px #00000014}.empty-cart h2{color:var(--primary);margin-bottom:10px}.empty-cart p{color:var(--text)}.cart-item{background:#fff;border-radius:24px;justify-content:space-between;align-items:center;margin-bottom:18px;padding:18px;transition:all .3s;display:flex;box-shadow:0 10px 25px #0000000f}.cart-item:hover{transform:translateY(-3px)}.cart-left{align-items:center;gap:15px;display:flex}.cart-item-image{object-fit:cover;border-radius:18px;width:95px;height:95px}.cart-details h3{color:var(--primary);margin:0;font-size:1.1rem}.cart-details p{color:var(--accent);text-align:left;margin-top:8px;font-weight:700}.qty-controls{align-items:center;gap:12px;display:flex}.qty-controls button{cursor:pointer;border:none}.qty-controls button:not(.delete-btn){background:linear-gradient(135deg, var(--primary), var(--secondary));color:#fff;border-radius:50%;width:38px;height:38px;font-size:1.1rem;font-weight:600}.qty-controls span{color:var(--primary);font-size:1.1rem;font-weight:600}.delete-btn{color:#dc2626;background:#fee2e2;border-radius:12px;padding:10px 15px;font-weight:600}.bill-summary{background:#fff;border:1px solid #052b2c14;border-radius:24px;margin-top:30px;padding:25px;box-shadow:0 15px 40px #00000014}.bill-summary h2{color:#052b2c;margin:0 0 20px;font-size:1.6rem;font-weight:700}.bill-summary p{color:#475569;justify-content:space-between;align-items:center;margin:12px 0;font-size:1rem;font-weight:500;display:flex}.bill-summary hr{background:linear-gradient(90deg,#0000,#052b2c26,#0000);border:none;height:1px;margin:20px 0}.bill-total{background:linear-gradient(135deg,#f29a2e1f,#f29a2e0d);border:1px solid #f29a2e26;border-radius:18px;justify-content:space-between;align-items:center;padding:18px;display:flex}.bill-total h2{color:#052b2c;justify-content:space-between;width:100%;margin:0;font-size:1.5rem;font-weight:800;display:flex}.Customerpayment-card{background:#fff;border-radius:24px;margin-top:20px;padding:25px;box-shadow:0 10px 25px #0000000f}.Customerpayment-card h2{color:var(--primary);margin-bottom:18px}.payment-option{cursor:pointer;border:2px solid #e5e7eb;border-radius:15px;align-items:center;gap:12px;margin-bottom:12px;padding:15px;transition:all .3s;display:flex}.payment-option:hover{border-color:var(--accent)}.payment-option input{transform:scale(1.2)}.payment-option span{color:#052b2c;font-weight:500}.place-order-btn{cursor:pointer;background:linear-gradient(135deg, var(--accent), #e67e22);color:#fff;border:none;border-radius:18px;width:100%;margin-top:25px;padding:18px;font-size:1.1rem;font-weight:700;transition:all .3s;box-shadow:0 10px 25px #f29a2e59}.place-order-btn:hover{transform:translateY(-3px)}.place-order-btn:disabled{cursor:not-allowed;box-shadow:none;background:#cbd5e1}@media (width<=768px){.customer-cart-page{padding:15px 15px 100px}.customer-cart-page h1{font-size:1.8rem}.cart-item{flex-direction:column;align-items:flex-start;gap:15px}.cart-left{width:100%}.cart-item-image{width:80px;height:80px}.qty-controls{flex-wrap:wrap;justify-content:space-between;width:100%}.delete-btn{width:100%;margin-top:10px}.bill-summary{border-radius:20px;padding:20px}.bill-summary h2{font-size:1.3rem}.bill-summary p{font-size:.95rem}.bill-total h2{font-size:1.25rem}.place-order-btn{z-index:100;position:sticky;bottom:80px}}:root{--primary:#052b2c;--secondary:#0a3a34;--accent:#f29a2e;--bg:#f8f7f3}.customer-orders-page{background:#f8f7f3;min-height:100vh;padding:20px 20px 100px}.customer-orders-page h1{text-align:center;color:var(--primary);margin-bottom:25px;font-family:Playfair Display,serif;font-size:2.3rem}.empty-orders{text-align:center;background:#fff;border-radius:24px;padding:60px 20px;box-shadow:0 15px 40px #0000000d}.empty-orders h2{color:#64748b;font-size:1.8rem}.order-card{background:#fff;border:1px solid #0000000d;border-radius:24px;margin-bottom:25px;padding:24px;transition:all .35s;box-shadow:0 12px 40px #0000000f}.order-card:hover{transform:translateY(-4px);box-shadow:0 20px 50px #00000014}.order-header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:18px;display:flex}.order-header h3{color:#052b2c;font-size:1.25rem;font-weight:700}.status{color:#fff;letter-spacing:.4px;border-radius:40px;justify-content:center;align-items:center;padding:8px 18px;font-size:.85rem;font-weight:700;display:inline-flex}.status.pending{color:#fff;background:#f59e0b}.status.accepted{color:#fff;background:#3b82f6}.status.preparing{color:#fff;background:#8b5cf6}.status.ready{color:#fff;background:#22c55e}.status.delivered{color:#fff;background:#16a34a}.status.rejected{color:#fff;background:#ef4444}.order-card>p{color:#64748b;border-bottom:1px dashed #ececec;justify-content:space-between;padding:10px 0;font-size:.95rem;display:flex}.items-section{margin-top:18px}.order-item{background:#fafafa;border-radius:18px;align-items:center;gap:18px;margin-bottom:15px;padding:15px;display:flex}.order-item img{object-fit:cover;border-radius:16px;width:75px;height:75px}.order-item h4{color:#052b2c;margin-bottom:5px;font-size:1rem}.order-item p{color:#64748b;margin:0;font-size:.9rem}.order-item span{color:#f29a2e;margin-left:auto;font-size:1rem;font-weight:700}.total-section{margin-top:22px}.bill-summary{background:#f8fafc;border:1px solid #edf2f7;border-radius:18px;padding:20px}.bill-summary p{color:#64748b;justify-content:space-between;margin:12px 0;font-size:.95rem;display:flex}.bill-summary hr{border:none;border-top:1px solid #ddd;margin:18px 0}.bill-summary h2{color:#052b2c;justify-content:space-between;font-size:1.3rem;display:flex}.order-progress{justify-content:space-between;margin:18px 0;display:flex}.progress-step{text-align:center;color:#94a3b8;flex:1;font-size:.8rem}.progress-step.active{color:#22c55e;font-weight:600}.customer-timer-card{background:linear-gradient(135deg,#eff6ff,#fff);border:1px solid #bfdbfe;border-radius:22px;align-items:center;gap:20px;margin:20px 0;padding:22px;display:flex}.customer-timer-icon{color:#2563eb;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;font-size:2rem;display:flex;box-shadow:0 12px 25px #2563eb26}.customer-timer-content{flex-direction:column;display:flex}.timer-heading{text-transform:uppercase;letter-spacing:1px;color:#64748b;font-size:12px;font-weight:600}.customer-timer-value{color:#2563eb;margin:6px 0;font-size:2.3rem;font-weight:800}.timer-subtitle{color:#64748b;margin:0;font-size:14px}.customer-pending-box,.customer-ready-box{border-radius:18px;justify-content:center;align-items:center;gap:12px;margin:20px 0;padding:18px;font-size:1rem;font-weight:700;display:flex}.customer-pending-box{color:#92400e;background:#fef3c7}.customer-ready-box{color:#166534;background:#dcfce7}.order-completed-card{text-align:center;background:#fff;border-radius:24px;margin-bottom:25px;padding:30px;box-shadow:0 15px 45px #0000000f}.completed-actions{flex-wrap:nowrap;justify-content:center;align-items:center;gap:18px;margin-top:30px;display:flex}.order-again-btn,.view-order-btn,.done-btn{cursor:pointer;border:none;border-radius:16px;flex:1;justify-content:center;align-items:center;max-width:180px;height:58px;padding:10px;font-size:.8rem;font-weight:500;transition:all .3s;display:flex}.order-again-btn,.view-order-btn{color:#fff;background:#052b2c;box-shadow:0 10px 25px #052b2c2e}.done-btn{color:#fff;background:#f29a2e;box-shadow:0 10px 25px #f29a2e40}.order-again-btn:hover,.view-order-btn:hover,.done-btn:hover{transform:translateY(-3px)}.order-again-btn:active,.view-order-btn:active,.done-btn:active{transform:scale(.97)}.status-icon{vertical-align:middle;margin-right:8px;font-size:1.3rem}.customer-pending-box,.customer-ready-box{justify-content:center;align-items:center;gap:8px;display:flex}.customer-timer-icon{justify-content:center;align-items:center;font-size:2rem;display:flex}.order-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#00000073;justify-content:center;align-items:center;animation:.25s fadeIn;display:flex;position:fixed;inset:0}.order-overlay-card{text-align:center;background:#fff;border-radius:20px;width:420px;max-width:92%;padding:35px;animation:.3s popup;box-shadow:0 15px 40px #0000002e}.success-icon{color:#16a34a;margin-bottom:15px;font-size:70px}.order-overlay-card h2{margin-bottom:12px;font-size:28px}.order-overlay-card p{color:#666;margin-bottom:30px;line-height:1.6}@media (width<=768px){.customer-orders-page{padding:15px 15px 120px}.customer-orders-page h1{margin-bottom:20px;font-size:1.8rem}.order-card{border-radius:18px;padding:18px}.order-header{flex-direction:column;align-items:flex-start;gap:10px}.status{font-size:.8rem}.order-card>p{padding:8px 0;font-size:.9rem}.order-item{flex-direction:row;align-items:center;gap:12px;padding:12px}.order-item img{flex-shrink:0;width:65px;height:65px}.order-item h4{font-size:.95rem}.order-item p{font-size:.82rem}.order-item span{margin-left:auto;font-size:.9rem}.customer-timer-card{text-align:center;flex-direction:column;padding:20px}.customer-timer-icon{width:65px;height:65px;font-size:1.8rem}.customer-timer-value{font-size:2rem}.bill-summary{padding:16px}.bill-summary p{font-size:.88rem}.bill-summary h2{font-size:1.1rem}.completed-actions{flex-direction:column;gap:14px}.order-again-btn,.view-order-btn,.done-btn{border-radius:14px;width:100%;max-width:100%;height:52px;padding:7px;font-size:.95rem}}html,body,#root{width:100%;min-height:100%;margin:0;padding:0}*{box-sizing:border-box;margin:0;padding:0}
