body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8f9fa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--z-index-checkout-bar:900;--z-index-bottom-nav:1000;--z-index-sticky-categories:1080;--z-index-sticky-ads:1090;--z-index-top-header:1100;--z-index-header-dropdown:1200;--z-index-overlay:2000;--gradient-start-blue:#89f7fe;--gradient-end-blue:#66a6ff;--text-on-gradient:#fff;--text-primary:#2c3e50;--text-secondary:#7f8c8d;--background-main:#f4f7f6;--background-card:#fff;--border-glossy:#ffffff4d;--shadow-color:#66a6ff66}.bottom-nav-bar{align-items:stretch;background-color:var(--background-card);border-top:1px solid #eee;bottom:0;box-shadow:0 -2px 10px #00000012;display:flex;height:65px;justify-content:space-around;left:0;position:fixed;width:100%;z-index:800}.nav-link{align-items:center;color:var(--text-secondary);display:flex;flex-direction:column;flex-grow:1;font-size:12px;justify-content:center;text-decoration:none;transition:color .2s ease}.nav-link.active .nav-icon,.nav-link.active .nav-text{color:var(--gradient-end-blue)}.nav-icon{font-size:24px;margin-bottom:4px}.top-header{align-items:center;background-color:var(--background-card);box-shadow:0 2px 8px #00000014;display:flex;height:56px;justify-content:space-between;left:0;padding:0 16px;position:fixed;right:0;top:0;z-index:900}.restaurant-title{color:var(--text-primary);font-size:1.125rem;font-weight:600}.header-actions{position:relative}.login-header-button{background:linear-gradient(135deg,var(--gradient-start-blue),var(--gradient-end-blue));border:none;border-radius:20px;box-shadow:0 2px 8px var(--shadow-color);color:var(--text-on-gradient);cursor:pointer;font-size:.9rem;font-weight:700;padding:8px 16px;transition:transform .2s ease,box-shadow .2s ease}.login-header-button:hover{box-shadow:0 4px 12px var(--shadow-color);transform:translateY(-2px)}.profile-menu-container{position:relative}.menu-toggle-button{align-items:center;background:#0000;border:none;border-radius:50%;color:var(--text-primary);cursor:pointer;display:flex;justify-content:center;padding:8px}.menu-toggle-button:hover{background-color:var(--background-main)}.profile-menu{background-color:var(--background-card);border:1px solid #eee;border-radius:8px;box-shadow:0 4px 16px #0000001f;overflow:hidden;position:absolute;right:0;top:calc(100% + 8px);width:220px;z-index:901}.profile-menu-info{border-bottom:1px solid var(--background-main);padding:12px 16px}.signed-in-as{color:var(--text-secondary);font-size:.8rem;margin:0}.phone-number{color:var(--text-primary);font-size:.9rem;font-weight:600;margin:4px 0 0}.logout-button{align-items:center;background:none;border:none;color:var(--text-primary);cursor:pointer;display:flex;font-size:.95rem;gap:12px;padding:12px 16px;text-align:left;width:100%}.logout-button:hover{background-color:#f7f7f7}.logout-button svg{font-size:1.1rem}.bottom-sheet-overlay{align-items:flex-end;animation:fade-in .3s ease-out;background-color:#00000080;display:flex;z-index:990}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.bottom-sheet-container{animation:slide-up .3s ease-out;border-top-left-radius:16px;border-top-right-radius:16px;box-shadow:0 -4px 20px #00000026;box-sizing:border-box;height:auto;padding:20px 20px 30px;position:relative;width:100%}@keyframes slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.close-button{background:#f0f0f0;color:#555;font-size:20px;height:30px;line-height:28px;right:10px;top:10px;width:30px}.bottom-sheet-container,.close-button{text-align:center}.bottom-sheet-container h3{color:var(--text-primary);font-size:1.5rem;margin-bottom:8px;margin-top:0}.bottom-sheet-container p{color:var(--text-secondary);margin-bottom:24px;margin-top:0}.logout-actions{display:flex;gap:12px;width:100%}.logout-btn{border:none;border-radius:8px;cursor:pointer;flex-grow:1;font-size:1rem;font-weight:700;padding:14px;transition:opacity .2s ease}.logout-btn:hover{opacity:.85}.logout-btn.cancel{background-color:#f1f1f1;border:1px solid #ddd;color:#333}.logout-btn.confirm{background:linear-gradient(135deg,#ff7e5f,#feb47b);box-shadow:0 4px 15px #feb47b80;color:var(--text-on-gradient)}.bottom-sheet-overlay{backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);background-color:#0009;bottom:0;left:0;opacity:0;pointer-events:none;position:fixed;right:0;top:0;transition:opacity .3s ease-out,visibility .3s ease-out;visibility:hidden;z-index:1000}.bottom-sheet-overlay.open{opacity:1;pointer-events:auto;visibility:visible}.bottom-sheet-container{background-color:#fff;border-radius:24px 24px 0 0;bottom:0;box-shadow:0 -10px 40px #0003;left:0;margin:0 auto;max-height:85vh;max-width:500px;overflow-y:auto;padding:24px 24px 40px;position:fixed;right:0;transform:translateY(100%);transition:transform .3s cubic-bezier(.2,.8,.2,1)}.bottom-sheet-overlay.open .bottom-sheet-container{transform:translateY(0)}.close-button{align-items:center;background:#f5f5f5;border:none;border-radius:50%;color:#666;cursor:pointer;display:flex;font-size:1.4rem;height:32px;justify-content:center;position:absolute;right:16px;top:16px;transition:background .2s;width:32px;z-index:10}.close-button:hover{background:#e0e0e0}.sheet-handle{background-color:#e0e0e0;border-radius:3px;height:5px;margin:0 auto 24px;width:48px}.auth-form{flex-direction:column;gap:16px;width:100%}.auth-form,.logo-placeholder{align-items:center;display:flex}.logo-placeholder{background-color:#f8f9fa;border:1px solid #eee;border-radius:16px;color:#888;font-size:.8rem;font-weight:600;height:64px;justify-content:center;margin-bottom:8px;width:64px}.auth-form h3{color:#1a1a1a;font-size:1.5rem;font-weight:700;margin:0}.auth-form .subtitle{color:#666;font-size:.95rem;line-height:1.4;margin:0 0 8px;text-align:center}.phone-input-custom-sheet{margin-bottom:0!important;width:100%}.phone-input-custom-sheet .PhoneInputInput{background:#f9f9f9;border:1px solid #e0e0e0;border-radius:12px;font-size:1rem;padding:14px 16px;transition:border-color .2s}.phone-input-custom-sheet .PhoneInputInput:focus{background:#fff;border-color:#000;outline:none}.phone-input-custom-sheet .PhoneInputCountrySelect{display:none}.otp-group{display:flex;gap:8px;justify-content:center;width:100%}.otp-field{background-color:#f9f9f9;border:1px solid #e0e0e0;border-radius:12px;font-size:1.5rem;font-weight:600;height:56px;outline:none;padding:0;text-align:center;transition:all .2s;width:48px}.otp-field:focus{background-color:#fff;border-color:#000;box-shadow:0 4px 10px #0000000d;transform:translateY(-2px)}.action-button{align-items:center;background-color:#000;border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;justify-content:center;margin-top:8px;min-height:52px;padding:16px;transition:transform .1s,background-color .2s;width:100%}.action-button:hover{background-color:#333}.action-button:active{transform:scale(.98)}.action-button:disabled{background-color:#ccc;cursor:not-allowed;transform:none}.link-button{color:#555;margin-top:0;padding:8px;position:relative;text-decoration:underline;-webkit-text-decoration-color:#ccc;text-decoration-color:#ccc}.link-button:hover{color:#000}.error-text{font-size:.9rem;font-weight:500;min-height:1.2rem;text-align:center}.spinner{animation:spin .8s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:20px;width:20px}:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:0.8;--PhoneInputInternationalIconGlobe-opacity:0.65;--PhoneInputCountrySelect-marginRight:0.35em;--PhoneInputCountrySelectArrow-width:0.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:0.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:#00000080;--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:#0000001a}.PhoneInput{align-items:center;display:flex}.PhoneInputInput{flex:1 1;min-width:0}.PhoneInputCountryIcon{height:1em;height:var(--PhoneInputCountryFlag-height);width:1.5em;width:calc(var(--PhoneInputCountryFlag-height)*var(--PhoneInputCountryFlag-aspectRatio))}.PhoneInputCountryIcon--square{width:1em;width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:#0000001a;background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 1px #00000080,inset 0 0 0 1px #00000080;box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;height:100%;width:100%}.PhoneInputInternationalIconPhone{opacity:.8;opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:.65;opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{align-items:center;align-self:stretch;display:flex;margin-right:.35em;margin-right:var(--PhoneInputCountrySelect-marginRight);position:relative}.PhoneInputCountrySelect{border:0;cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:1}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{border-bottom-width:1px;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-color:currentColor;border-color:var(--PhoneInputCountrySelectArrow-color);border-left-width:0;border-right-width:1px;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-style:solid;border-top-width:0;content:"";display:block;height:.3em;height:var(--PhoneInputCountrySelectArrow-width);margin-left:.35em;margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);opacity:.45;opacity:var(--PhoneInputCountrySelectArrow-opacity);transform:rotate(45deg);transform:var(--PhoneInputCountrySelectArrow-transform);width:.3em;width:var(--PhoneInputCountrySelectArrow-width)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{color:#03b2cb;color:var(--PhoneInputCountrySelectArrow-color--focus);opacity:1}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 1px #03b2cb,inset 0 0 0 1px #03b2cb;box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{color:#03b2cb;color:var(--PhoneInputCountrySelectArrow-color--focus);opacity:1}.advertiser-slideshow{aspect-ratio:2/1;background-color:#000;border-radius:12px;box-shadow:0 4px 10px #00000026;margin-bottom:16px;overflow:hidden;position:relative;width:100%}.slide-content{height:100%;position:relative;width:100%}.image-wrapper{align-items:center;background-color:#000;display:flex;height:100%;justify-content:center;width:100%}.slide-image{display:block;height:100%;object-fit:contain;width:100%}.video-container{height:100%;position:relative;width:100%}.ad-iframe{height:100%;pointer-events:none;width:100%}.video-overlay{background:#0000;height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.slide-dots{bottom:10px;display:flex;gap:8px;left:50%;position:absolute;transform:translateX(-50%);z-index:10}.dot{background-color:#ffffff80;border-radius:50%;cursor:pointer;height:8px;transition:all .3s ease;width:8px}.dot.active{background-color:#fff;transform:scale(1.3)}.slide-overlay{background:linear-gradient(0deg,#000c,#0000);bottom:0;color:#fff;padding:20px 15px 10px;pointer-events:none;position:absolute;text-align:center;width:100%}.slide-title{font-size:.95rem;font-weight:500;margin:0}.click-indicator{background:#0009;border-radius:4px;color:#fff;font-size:.75rem;padding:4px 8px;pointer-events:none;position:absolute;right:10px;top:10px}.guest-layout-wrapper{background-color:#f8f9fa;display:flex;flex-direction:column;min-height:100vh;padding-bottom:80px}.layout-slideshow-container{background-color:#f8f9fa;box-shadow:0 4px 6px #0000000d;padding-bottom:0;position:-webkit-sticky;position:sticky;top:56px;z-index:90}.layout-content-area{flex:1 1;margin:0 auto;max-width:600px;width:100%}.guest-page-container{background-color:var(--background-main);min-height:100vh;padding-bottom:120px;width:100%}.slideshow-section{background-color:#f0f0f0;box-shadow:0 4px 6px #0000001a;height:180px;overflow:hidden;position:-webkit-sticky;position:sticky;top:56px;width:100%;z-index:99}@media (min-width:768px){.slideshow-section{height:250px}}.slideshow-section>div{height:100%;width:100%}.guest-content{position:relative;width:100%;z-index:1}.floating-checkout-container{bottom:80px;display:flex;justify-content:center;left:0;padding:0 16px;pointer-events:none;position:fixed;right:0;z-index:100}.checkout-button-wrapper{background-color:var(--background-card);border-radius:50px;box-shadow:0 6px 20px #00000026;display:flex;gap:6px;padding:6px;pointer-events:auto}.checkout-button{align-items:center;border:none;border-radius:30px;cursor:pointer;display:flex;font-size:.95rem;font-weight:700;gap:8px;padding:10px 20px;transition:transform .2s ease}.checkout-button.dine-in{background:linear-gradient(135deg,#2196f3,#1976d2);color:#fff}.checkout-button.parcel{background-color:#f5f5f5;color:#333}.checkout-button-total{background-color:#ffffff40;border-radius:12px;font-size:.85rem;padding:2px 8px}.checkout-button.parcel .checkout-button-total{background-color:#00000014}.otp-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#000c;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.otp-modal-content{background:#fff;border-radius:16px;box-shadow:0 10px 40px #0000004d;max-width:380px;padding:2rem;text-align:center;width:90%}.otp-modal-content h3{color:#333;margin-top:0}.otp-modal-content p{color:#666;margin-bottom:1.5rem}.otp-modal-content form{display:flex;flex-direction:column;gap:1rem}.otp-input{border:1px solid #ddd;border-radius:8px;font-size:1.1rem;letter-spacing:1px;padding:14px;text-align:center}.otp-input:focus{border-color:#2196f3;box-shadow:0 0 0 3px #2196f333;outline:none}.verify-btn{background:linear-gradient(135deg,#2196f3,#1976d2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:14px;width:100%}.verify-btn:disabled{cursor:not-allowed;opacity:.6}.restaurant-brand-header{align-items:center;background:#fff;border-bottom:1px solid #f0f0f0;box-shadow:0 2px 10px #0000000d;display:flex;gap:15px;padding:15px 20px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.logo-wrapper{background:#f5f5f5;border:2px solid #fff;border-radius:50%;box-shadow:0 2px 5px #0000001a;flex-shrink:0;height:50px;overflow:hidden;width:50px}.logo-wrapper img{height:100%;object-fit:cover;width:100%}.brand-info h1{color:#333;font-size:1.2rem;font-weight:700;margin:0}:root{--primary-color:#2196f3;--text-primary:#333;--text-secondary:#777;--bg-color:#f8f9fa}*{box-sizing:border-box}.menu-view-container{background-color:#f8f9fa;background-color:var(--bg-color);min-height:100vh;width:100%}.restaurant-closed-banner{background-color:#fff3cd;border:1px solid #ffeeba;border-radius:8px;color:#856404;font-size:.9rem;font-weight:600;margin:10px 16px;padding:12px;text-align:center}.menu-view-container.restaurant-closed .menu-content-wrapper{opacity:.6;pointer-events:none}.category-tabs-wrapper{background:#f8f9fa;background:var(--bg-color);border-bottom:1px solid #e0e0e0;box-shadow:0 2px 4px #00000008;padding:10px 16px 0;position:-webkit-sticky;position:sticky;top:236px;z-index:10}@media (min-width:768px){.category-tabs-wrapper{top:306px}}.category-tabs-scroll{-ms-overflow-style:none;display:flex;gap:20px;overflow-x:auto;padding-bottom:1px;scrollbar-width:none}.category-tabs-scroll::-webkit-scrollbar{display:none}.category-tab-item{background:#0000;border:none;color:#777;color:var(--text-secondary);cursor:pointer;font-size:.9rem;font-weight:600;padding:10px 0 14px;position:relative;transition:color .3s ease;white-space:nowrap}.category-tab-item.active{color:#2196f3;color:var(--primary-color);font-weight:700}.category-tab-item.active:after{background-color:#2196f3;background-color:var(--primary-color);border-radius:3px 3px 0 0;bottom:0;content:"";height:3px;left:0;position:absolute;width:100%}.menu-search-bar-container{padding:16px}.menu-search-input{background-color:#fff;border:1px solid #ddd;border-radius:50px;box-shadow:0 2px 5px #00000005;color:#333;color:var(--text-primary);font-size:.95rem;padding:12px 16px;transition:all .2s ease;width:100%}.menu-search-input:focus{border-color:#2196f3;border-color:var(--primary-color);box-shadow:0 4px 10px #2196f326;outline:none}.menu-list-container{grid-gap:12px;align-items:stretch;display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(135px,1fr));padding:0 16px 120px}@media (max-width:310px){.menu-list-container{grid-template-columns:1fr}}.no-items-message{color:#777;color:var(--text-secondary);grid-column:1/-1;margin-top:1rem;padding:40px 20px;text-align:center}.menu-item-card{background:#fff;border:1px solid #f0f0f0;border-radius:12px;box-shadow:0 2px 8px #00000014;box-sizing:border-box;display:flex;flex-direction:column;height:100%;overflow:hidden;position:relative;transition:transform .2s;width:100%}.menu-item-card:active{transform:scale(.98)}.card-image-container{align-items:center;background-color:#eee;display:flex;height:40px;justify-content:center;overflow:hidden;position:relative;width:100%}.card-image-container img{height:100%;object-fit:cover;width:100%}.placeholder-icon{color:#bbb;font-size:2rem}.bogo-badge{background:linear-gradient(135deg,#d32f2f,#c62828);border-radius:3px;box-shadow:0 1px 3px #0000004d;color:#fff;font-size:.5rem;font-weight:800;left:4px;padding:2px 5px;position:absolute;text-transform:uppercase;top:4px;z-index:2}.card-info{display:flex;flex-direction:column;flex-grow:1;gap:4px;justify-content:space-between;padding:8px 6px}.card-header{width:100%}.item-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#333;display:-webkit-box;font-size:.8rem;font-weight:600;line-height:1.2;margin:0;overflow:hidden}.card-footer{align-items:flex-end;display:flex;justify-content:space-between;width:100%}.price-box{display:flex;flex-direction:column;margin-bottom:-1px}.current-price{color:#222;font-size:.85rem;font-weight:700}.original-price{color:#999;font-size:.65rem;margin-top:-1px;text-decoration:line-through}.add-btn-footer{align-items:center;background:#fff;border:1px solid #c8e6c9;border-radius:6px;box-shadow:0 1px 2px #0000000d;color:#2e7d32;cursor:pointer;display:flex;font-size:.75rem;font-weight:800;height:26px;justify-content:center;padding:3px 16px;transition:all .2s}.add-btn-footer:active{background-color:#e8f5e9;transform:translateY(1px)}.add-btn-footer:disabled{cursor:not-allowed;opacity:.5}.qty-control-small{align-items:center;background:#e8f5e9;border:1px solid #c8e6c9;border-radius:6px;display:flex;height:26px;padding:1px}.qty-control-small button{align-items:center;background:#fff;border:none;border-radius:4px;color:#2e7d32;cursor:pointer;display:flex;font-size:.8rem;height:22px;justify-content:center;width:24px}.qty-control-small span{color:#2e7d32;font-size:.8rem;font-weight:700;min-width:14px;padding:0 4px;text-align:center}.upi-sheet-overlay{align-items:flex-end;animation:fadeIn .2s ease-out;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0009;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:2000}.upi-sheet-content{animation:slideUp .3s cubic-bezier(.16,1,.3,1);background:#fff;border-radius:20px 20px 0 0;box-shadow:0 -4px 20px #0003;display:flex;flex-direction:column;max-height:90vh;max-width:500px;overflow-y:auto;padding:24px;width:100%}.upi-sheet-header{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;margin-bottom:25px;padding-bottom:15px}.header-text h3{color:#333;font-size:1.4rem;margin:0}.order-ref{color:#888;display:block;font-size:.85rem;margin-top:2px}.close-sheet-btn{align-items:center;background:#f5f5f5;border:none;border-radius:50%;color:#555;cursor:pointer;display:flex;height:36px;justify-content:center;transition:background .2s;width:36px}.close-sheet-btn:hover{background:#eee}.upi-apps-grid{display:flex;flex-direction:column;gap:15px;margin-bottom:20px}.upi-app-btn{align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:12px;cursor:pointer;display:flex;gap:15px;justify-content:flex-start;padding:16px;text-align:left;transition:all .2s ease;width:100%}.upi-app-btn:hover{background-color:#f9f9f9;border-color:#d0d0d0;box-shadow:0 4px 12px #0000000d;transform:translateY(-1px)}.upi-app-btn:active{transform:scale(.98)}.app-icon{align-items:center;border-radius:8px;display:flex;flex-shrink:0;font-size:1.5rem;height:40px;justify-content:center;width:40px}.app-icon.generic{background:#e3f2fd;color:#2196f3}.upi-app-btn span{color:#333;font-size:1rem;font-weight:600}.upi-footer{background:#f8f9fa;border:1px dashed #ddd;border-radius:8px;margin-bottom:20px;padding:12px;text-align:center}.upi-footer p{color:#555;font-size:.9rem;margin:0}.upi-footer small{color:#888;display:block;font-family:monospace;font-size:.85rem;margin-top:4px}.pay-confirm-btn{background:linear-gradient(135deg,#2196f3,#1976d2);border:none;border-radius:12px;box-shadow:0 4px 15px #2196f34d;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:16px;transition:transform .1s;width:100%}.pay-confirm-btn:active{transform:scale(.98)}.error-state{align-items:center;color:#d32f2f;display:flex;flex-direction:column;justify-content:center;padding:40px 0;text-align:center}.error-state h4{margin:10px 0 5px}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.qr-scanner-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#2c3e50b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1001}.qr-scanner-modal-content{background:var(--background-card);border:1px solid var(--border-glossy);border-radius:12px;box-shadow:0 8px 24px var(--shadow-color);max-width:450px;padding:24px;text-align:center;width:90%}.qr-scanner-modal-content h4{color:var(--text-primary);font-size:1.5rem;margin-bottom:16px;margin-top:0}#qr-reader{border:2px solid var(--background-main);border-radius:8px;overflow:hidden;width:100%}.cancel-scan-btn{background:linear-gradient(135deg,var(--gradient-start-blue),var(--gradient-end-blue));border:none;border-radius:8px;box-shadow:0 4px 15px var(--shadow-color);color:var(--text-on-gradient);cursor:pointer;font-size:1rem;font-weight:700;margin-top:24px;padding:12px 24px;transition:transform .2s ease,box-shadow .2s ease;width:100%}.cancel-scan-btn:hover{box-shadow:0 6px 20px var(--shadow-color);transform:translateY(-2px)}.guest-dashboard-container{align-items:center;background-color:var(--background-main);display:flex;justify-content:center;min-height:calc(100vh - 121px);padding:2rem}.guest-dashboard-content{background-color:var(--background-card);border-radius:12px;box-shadow:0 8px 24px var(--shadow-color);max-width:450px;padding:2rem;text-align:center;width:100%}.guest-dashboard-content h2{color:var(--text-primary);margin-top:0}.guest-dashboard-content p{color:var(--text-secondary);margin-bottom:1.5rem}.qr-scanner-container{border:1px solid #eee;border-radius:8px;margin:0 auto;max-width:100%;overflow:hidden;width:300px}#qr-reader button{background:linear-gradient(135deg,var(--gradient-start-blue),var(--gradient-end-blue));border:none;border-radius:8px;box-shadow:0 4px 15px var(--shadow-color);color:var(--text-on-gradient);cursor:pointer;font-family:inherit;font-size:1rem;font-weight:700;margin-top:1rem;padding:12px 24px;transition:transform .2s ease,box-shadow .2s ease}#qr-reader button:hover{box-shadow:0 6px 20px var(--shadow-color);transform:translateY(-2px)}.order-card{background:#fff;border:1px solid #eee;border-radius:8px;box-shadow:0 2px 8px #00000014;margin-bottom:16px;overflow:hidden}.order-card-header{align-items:center;background-color:#f9fafb;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:12px 16px}.order-id-section{align-items:flex-start;display:flex;flex-direction:column}.order-id-label{color:#6b7280;font-size:.75rem;font-weight:500;text-transform:uppercase}.order-id-number{color:#111827;font-size:1.75rem;font-weight:700;line-height:1.2}.order-status-section{align-items:flex-end;display:flex;flex-direction:column}.order-status{border-radius:12px;font-size:.8rem;font-weight:600;padding:4px 10px;text-align:center}.order-status.completed,.order-status.order-received,.order-status.paid,.order-status.ready{background-color:#d1fae5;color:#065f46}.order-status.payment-pending{background-color:#ffedd5;color:#9a3412}.order-time{color:#6b7280;font-size:.8rem;margin-top:4px}.order-card-body{padding:12px 16px}.order-items{color:#374151;font-size:.9rem;list-style:none;margin:0;padding:0}.order-items li{border-bottom:1px dashed #f3f4f6;padding:4px 0}.order-items li:last-child{border-bottom:none}.order-card-footer{background-color:#f9fafb;border-top:1px solid #eee;color:#111827;font-size:1rem;font-weight:700;padding:12px 16px;text-align:right}.order-card-skeleton{background:#fff;border-radius:6px;box-shadow:0 2px 4px #0000000d;margin-bottom:12px;padding:12px}@keyframes skeleton-loading{0%{background-color:#e0e0e0}50%{background-color:#f0f0f0}to{background-color:#e0e0e0}}.skeleton-line{animation:skeleton-loading 1.5s ease-in-out infinite;border-radius:4px;height:14px}.skeleton-footer,.skeleton-header{align-items:center;display:flex;justify-content:space-between}.skeleton-body,.skeleton-header{margin-bottom:12px}.skeleton-line.short{width:30%}.skeleton-line.medium{margin-bottom:8px;width:50%}.skeleton-line.long{width:80%}.skeleton-line.status{height:22px;width:20%}.skeleton-footer .skeleton-line.short{float:right}.orders-page-container{background-color:var(--background-main);min-height:calc(100vh - 121px)}.sticky-header{background:linear-gradient(to bottom,var(--background-card),var(--background-main));box-shadow:0 4px 6px -6px #0000001a;padding:1px 0;position:-webkit-sticky;position:sticky;top:56px;z-index:10}.orders-content{margin:0 auto;max-width:800px;padding:16px}.orders-list{margin-top:16px}.orders-list h3{border-bottom:1px solid #e0e0e0;color:var(--text-primary);font-size:1.25rem;margin-bottom:12px;padding-bottom:8px}.error-message,.info-message{background-color:var(--background-card);border-radius:8px;color:var(--text-secondary);margin-top:1rem;padding:3rem 1rem;text-align:center}.load-more-container{margin-top:24px;text-align:center}.load-more-container button{background:linear-gradient(135deg,var(--gradient-start-blue),var(--gradient-end-blue));border:none;border-radius:8px;box-shadow:0 4px 15px var(--shadow-color);color:var(--text-on-gradient);cursor:pointer;font-size:1rem;font-weight:700;padding:12px 28px;transition:transform .2s ease,box-shadow .2s ease}.load-more-container button:hover:not(:disabled){box-shadow:0 6px 20px var(--shadow-color);transform:translateY(-2px)}.load-more-container button:disabled{background:#bdc3c7;box-shadow:none;cursor:not-allowed}.past-orders-page-container{background-color:#f8f9fa;min-height:100vh;padding:20px 20px 100px}.past-orders-page-container.empty{align-items:center;color:#888;display:flex;flex-direction:column;justify-content:center;text-align:center}.empty-state-icon{color:#ccc;font-size:4rem;margin-bottom:15px}.past-order-card{background:#fff;border:1px solid #eee;border-radius:12px;box-shadow:0 2px 8px #0000000d;margin-bottom:15px;padding:16px}.order-header{color:#666;display:flex;font-size:.9rem;justify-content:space-between;margin-bottom:12px}.status-badge{border-radius:4px;padding:2px 8px}.status-badge.paid{background-color:#e8f5e9;color:#2e7d32}.status-badge.unpaid{background-color:#fff3e0;color:#ef6c00}.order-item-row{color:#333;font-size:.95rem;margin-bottom:6px}.order-footer,.order-item-row{display:flex;justify-content:space-between}.order-footer{align-items:center;border-top:1px dashed #eee;margin-top:15px;padding-top:12px}.order-total{color:#2196f3;font-size:1.1rem;font-weight:700}.download-invoice-btn{align-items:center;background-color:#e3f2fd;border:1px solid #bbdefb;border-radius:6px;color:#1565c0;cursor:pointer;display:flex;font-size:.85rem;font-weight:600;gap:6px;padding:8px 14px;transition:background .2s}.download-invoice-btn:hover{background-color:#bbdefb}.load-more-btn{background:#fff;border:1px solid #ddd;border-radius:8px;color:#555;cursor:pointer;font-weight:600;margin-top:20px;padding:12px;width:100%}.advertise-page-container{background-color:#f8f9fa;box-sizing:border-box;min-height:100vh;padding-bottom:200px;width:100%}.center-msg{align-items:center;color:#888;display:flex;font-size:1.2rem;font-weight:500;height:80vh;justify-content:center}.ad-main-tabs{background:#fff;box-shadow:0 1px 3px #0000000d;box-sizing:border-box;display:flex;padding:10px;position:-webkit-sticky;position:sticky;top:56px;width:100%;z-index:99}.main-tab-btn{align-items:center;background:#0000;border:none;border-bottom:3px solid #0000;color:#666;cursor:pointer;display:flex;flex:1 1;font-size:1rem;font-weight:600;gap:8px;justify-content:center;padding:12px;transition:all .2s}.main-tab-btn.active{border-bottom-color:#2196f3;color:#2196f3}.post-ad-form{box-sizing:border-box;margin:0 auto;max-width:600px;padding:15px;width:100%}.form-section{background:#fff;border:1px solid #eee;border-radius:12px;box-shadow:0 2px 8px #00000008;margin-bottom:20px;padding:20px}.form-section h3{align-items:center;border-bottom:1px solid #f0f0f0;color:#222;display:flex;font-size:1.1rem;gap:8px;margin:0 0 20px;padding-bottom:10px}.highlight-section{background-color:#fbfdff;border-left:4px solid #2196f3}.post-ad-form input[type=date],.post-ad-form input[type=number],.post-ad-form input[type=text],.post-ad-form input[type=url],.post-ad-form textarea{background-color:#fff;border:1px solid #ddd;border-radius:8px;box-sizing:border-box;color:#333;font-size:1rem;margin-bottom:10px;padding:12px;width:100%}.post-ad-form input:focus{border-color:#2196f3;box-shadow:0 0 0 3px #2196f31a;outline:none}.post-ad-form label{color:#444;display:block;font-size:.9rem;font-weight:600;margin-bottom:6px}.row{display:flex;gap:15px}.row input{flex:1 1}.checkbox-group{background-color:#e3f2fd;border:1px solid #bbdefb;border-radius:8px;margin-bottom:15px;padding:12px}.checkbox-label{align-items:center;color:#1565c0;cursor:pointer;display:flex;font-weight:600;gap:10px;margin:0}.checkbox-label input[type=checkbox]{accent-color:#2196f3;height:18px;width:18px}.media-toggle{display:flex;gap:10px;margin-bottom:20px}.media-toggle button{align-items:center;background:#fff;border:2px solid #eee;border-radius:8px;color:#666;cursor:pointer;display:flex;flex:1 1;font-size:.95rem;font-weight:600;gap:8px;justify-content:center;padding:12px;transition:all .2s}.media-toggle button.active{background-color:#e3f2fd;border-color:#2196f3;color:#2196f3}.media-input-container{margin-bottom:20px;text-align:center}.custom-file-upload{align-items:center;background:linear-gradient(135deg,#e3f2fd,#bbdefb);border:2px dashed #2196f3;border-radius:12px;box-shadow:0 4px 6px #2196f31a;box-sizing:border-box;color:#1976d2;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:700;gap:10px;justify-content:center;letter-spacing:.5px;max-width:100%;padding:14px 28px;text-transform:uppercase;transition:all .3s cubic-bezier(.25,.8,.25,1);width:auto}.custom-file-upload input[type=file]{display:none}.custom-file-upload:hover{background:linear-gradient(135deg,#bbdefb,#90caf9);border-color:#1565c0;box-shadow:0 6px 12px #2196f333;color:#0d47a1;transform:translateY(-2px)}.custom-file-upload:active{box-shadow:0 2px 4px #2196f31a;transform:translateY(1px)}.upload-icon{color:#1976d2;font-size:1.4rem;transition:transform .3s ease}.custom-file-upload:hover .upload-icon{color:#0d47a1;transform:scale(1.1) rotate(-10deg)}.btn-error{animation:shake .4s ease-in-out;background:#ffebee;border-color:#ff5252}.btn-error,.btn-error .upload-icon{color:#d32f2f}.upload-helper-text{align-items:flex-start;background-color:#e3f2fd;border:1px solid #bbdefb;border-radius:8px;color:#0d47a1;display:flex;font-size:.85rem;gap:8px;line-height:1.5;margin-left:auto;margin-right:auto;margin-top:12px;max-width:400px;padding:12px;text-align:left}.upload-helper-text .info-icon{flex-shrink:0;font-size:1.2rem;margin-top:2px}.slider-container{margin-bottom:15px}.slider-container label{color:#000!important;font-size:1.2rem;font-weight:700;margin-bottom:12px}.price-slider{accent-color:#4caf50;background:#ddd;border-radius:5px;height:6px;margin-top:10px;outline:none;width:100%}.plays-display{background:#222;border-radius:12px;box-shadow:0 4px 15px #0003;color:#fff;padding:20px;text-align:center}.plays-count{color:#4caf50;display:block;font-size:2.5rem;font-weight:800;line-height:1;margin-bottom:5px}.fixed-bottom-bar{background-color:#fff;bottom:80px;box-shadow:0 -4px 10px #0000001a;display:flex;justify-content:center;left:0;padding:15px;position:fixed;right:0;z-index:100}.fixed-bar-content{display:flex;flex-direction:column;gap:10px;max-width:600px;width:100%}.submit-btn-large{background:linear-gradient(90deg,#2196f3,#1976d2);border:none;border-radius:12px;box-shadow:0 4px 12px #2196f34d;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;padding:16px;transition:transform .1s;width:100%}.submit-btn-large:active{transform:scale(.98)}.submit-btn-large:disabled{background:#ccc;box-shadow:none;cursor:not-allowed}.status-msg-mini{border-radius:6px;font-size:.85rem;font-weight:600;padding:8px;text-align:center}.status-msg-mini.success{background:#d4edda;color:#155724}.status-msg-mini.error{background:#f8d7da;color:#721c24}.status-msg-mini.info{background:#cce5ff;color:#004085}.history-container{box-sizing:border-box;margin:0 auto;max-width:600px;padding:15px;width:100%}.section-title{border-bottom:2px solid #e0e0e0;color:#222;display:block;font-size:1.1rem;font-weight:700;margin:20px 0 15px;padding-bottom:8px}.date-filter-box{align-items:flex-end;background:#fff;border-radius:12px;box-shadow:0 2px 5px #0000000d;display:flex;gap:10px;margin-bottom:20px;padding:15px}.date-inputs{display:flex;flex:1 1;gap:10px}.date-field{display:flex;flex:1 1;flex-direction:column}.date-field label{color:#444;font-size:.85rem;font-weight:600;margin-bottom:4px}.date-field input[type=date]{background-color:#f9f9f9;border:1px solid #ccc;border-radius:8px;color:#333;font-size:.9rem;outline:none;padding:10px;width:100%}.date-field input[type=date]:focus{background-color:#fff;border-color:#2196f3}.filter-btn{background:#2196f3;border:none;border-radius:8px;box-shadow:0 2px 5px #2196f333;color:#fff;cursor:pointer;font-weight:600;height:42px;padding:10px 15px}.history-card{background:#fff;border:1px solid #eee;border-radius:12px;box-shadow:0 2px 8px #0000000d;margin-bottom:15px;padding:15px}.active-card{border-left:5px solid #4caf50}.inactive-card{border-left:5px solid #999;opacity:.9}.card-top{align-items:center;display:flex;font-size:.9rem;justify-content:space-between;margin-bottom:12px}.ad-id{background:#f0f0f0;border-radius:4px;color:#555;font-size:.8rem;font-weight:700;padding:2px 6px}.status-badge{border-radius:12px;font-size:.75rem;font-weight:700;letter-spacing:.5px;padding:4px 10px;text-transform:uppercase}.status-badge.live{background-color:#e8f5e9;border:1px solid #c8e6c9;color:#2e7d32}.status-badge.completed{background-color:#eee;border:1px solid #e0e0e0;color:#616161}.card-body{display:flex;gap:15px}.ad-preview{align-items:center;background:#f0f0f0;border:1px solid #eee;border-radius:8px;display:flex;flex-shrink:0;height:80px;justify-content:center;overflow:hidden;width:80px}.ad-preview img{height:100%;object-fit:cover;width:100%}.yt-icon-large{color:red;font-size:2rem}.ad-details p{color:#555;font-size:.9rem;margin:4px 0}.ad-details strong{color:#222}@media (max-width:768px){.row{flex-direction:column;gap:15px}.date-filter-box{align-items:stretch;flex-direction:column}.date-inputs{flex-direction:row;gap:10px;margin-bottom:10px}.filter-btn{width:100%}.main-tab-btn{font-size:.9rem;padding:10px 5px}.custom-file-upload{font-size:.9rem;overflow:hidden;padding:12px 15px;text-overflow:ellipsis;white-space:nowrap}}.fade-in{animation:fadeIn .3s ease-in}.error-section{animation:shake .3s ease-in-out;background-color:#fff8f8;border:2px solid #ff5252}.input-error{background-color:#fff8f8!important;border-color:#ff5252!important}.error-text{align-items:center;color:#d32f2f;display:flex;font-size:.85rem;font-weight:600;gap:4px;margin-top:4px}.input-wrapper{display:flex;flex:1 1;flex-direction:column}@keyframes shake{0%{transform:translateX(0)}25%{transform:translateX(-5px)}50%{transform:translateX(5px)}75%{transform:translateX(-5px)}to{transform:translateX(0)}}.high-amount-warning{align-items:center;animation:flash-red 1.5s infinite;color:red;display:flex;font-size:.9rem;font-weight:800;gap:5px;margin-top:8px}@keyframes flash-red{0%{opacity:1}50%{opacity:.4}to{opacity:1}}.budget-input-row input[type=number]{font-family:Courier New,Courier,monospace;letter-spacing:-.5px}.past-orders-section{border-top:2px dashed #e0e0e0;margin-top:30px;padding-top:20px;text-align:center}.show-prev-btn{align-items:center;background-color:#f1f3f4;border:1px solid #dcdcdc;border-radius:25px;box-shadow:0 2px 5px #0000000d;color:#444;cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:600;gap:8px;justify-content:center;max-width:300px;padding:12px 20px;transition:all .2s ease;width:100%}.show-prev-btn:hover:not(:disabled){background-color:#e8eaed;box-shadow:0 4px 8px #0000001a;transform:translateY(-1px)}.show-prev-btn:active:not(:disabled){box-shadow:none;transform:translateY(0)}.show-prev-btn:disabled{background-color:#f9f9f9;cursor:not-allowed;opacity:.6}.link-button{background:none;border:none;border-radius:4px;color:#2196f3;cursor:pointer;font-size:.9rem;font-weight:600;margin-top:15px;padding:8px 16px}.link-button:hover{background-color:#e3f2fd;text-decoration:underline}.empty-text{background:#fff;border:1px dashed #ccc;border-radius:12px;color:#888;font-size:1rem;margin-bottom:20px;padding:30px;text-align:center}.scanner-container{align-items:center;background:#000;border:2px solid #333;border-radius:12px;display:flex;flex-direction:column;justify-content:center;margin-top:15px;min-height:200px;overflow:hidden;position:relative;width:100%}.scanner-container.safe{border-color:#4caf50;box-shadow:0 0 15px #4caf504d}.scanner-container.unsafe{border-color:#f44336;box-shadow:0 0 15px #f443364d}.scan-preview-img{max-height:250px;max-width:100%;opacity:.6;transition:opacity .3s}.scanner-container.safe .scan-preview-img{opacity:1}.scan-laser{animation:scan-move 2s linear infinite;background:#2196f3;box-shadow:0 0 10px #2196f3,0 0 20px #2196f3;height:4px;left:0;position:absolute;top:0;width:100%;z-index:10}@keyframes scan-move{0%{opacity:0;top:0}10%{opacity:1}90%{opacity:1}to{opacity:0;top:100%}}.scan-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000c;bottom:0;color:#fff;font-weight:600;left:0;padding:10px;position:absolute;text-align:center;width:100%;z-index:20}.scan-overlay.scanning{color:#2196f3}.scan-overlay.safe{background:#4caf50e6;color:#fff}.scan-overlay.unsafe{background:#f44336e6;color:#fff}.reupload-btn{background:#fff;border:none;border-radius:4px;color:#f44336;cursor:pointer;font-weight:700;margin-top:10px;padding:6px 12px}.terms-container{align-items:flex-start;background:#fff;border:1px solid #eee;border-radius:8px;display:flex;gap:12px;margin:20px 0 100px;padding:15px}.terms-checkbox{accent-color:#2196f3;cursor:pointer;height:20px;margin-top:3px;width:20px}.terms-text{color:#555;font-size:.95rem;line-height:1.4}.terms-link{color:#2196f3;cursor:pointer;font-weight:600;text-decoration:underline}.modal-overlay{animation:fadeIn .2s ease-in;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;z-index:1000}.modal-content{background:#fff;border-radius:12px;box-shadow:0 10px 25px #0003;display:flex;flex-direction:column;max-height:80vh;max-width:500px;width:90%}.modal-header{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:20px}.modal-header h3{color:#222;font-size:1.2rem;margin:0}.close-modal-btn{background:none;border:none;color:#888;cursor:pointer;font-size:1.5rem}.modal-body{color:#444;font-size:.9rem;line-height:1.6;overflow-y:auto;padding:20px}.modal-body ul{margin:0;padding-left:20px}.modal-body li{margin-bottom:12px}.modal-footer{border-top:1px solid #eee;padding:15px;text-align:right}.accept-btn{background:#2196f3;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;padding:10px 20px}.order-summary-container{background-color:var(--background-main);margin:0 auto;max-width:600px;min-height:100vh;padding:20px}.summary-card{background-color:var(--background-card);border-radius:12px;box-shadow:0 8px 24px var(--shadow-color);padding:24px}.summary-card h2{color:var(--text-primary);margin-bottom:24px;margin-top:0;text-align:center}.order-items-list{margin-bottom:20px}.summary-item{border-bottom:1px solid #eee;display:flex;font-size:1rem;justify-content:space-between;padding:12px 0}.summary-item:last-child{border-bottom:none}.item-name{color:var(--text-secondary)}.item-price{color:var(--text-primary);font-weight:500}.summary-totals{border-top:2px solid #ddd;margin-top:20px;padding-top:20px}.summary-line{color:var(--text-primary);display:flex;font-size:1rem;justify-content:space-between;margin-bottom:12px}.summary-line span:last-child{font-weight:500}.summary-line.total{color:var(--text-primary);font-size:1.25rem;font-weight:700}.payment-button-container{margin-top:30px}.pay-now-button{background:linear-gradient(135deg,var(--gradient-start-blue),var(--gradient-end-blue));border:none;border-radius:8px;box-shadow:0 4px 15px var(--shadow-color);color:var(--text-on-gradient);cursor:pointer;font-size:1.1rem;font-weight:700;padding:15px;transition:transform .2s ease,box-shadow .2s ease;width:100%}.pay-now-button:disabled{background:#bdc3c7;box-shadow:none;cursor:not-allowed}.pay-now-button:hover:not(:disabled){box-shadow:0 6px 20px var(--shadow-color);transform:translateY(-2px)}.error-message{background-color:#ffebee;border-radius:6px;color:#c62828;margin-top:15px;padding:.75rem;text-align:center}.token-display-container{align-items:center;background-color:#f4f7f6;display:flex;justify-content:center;min-height:80vh;padding:20px}.token-card{background-color:#fff;border-radius:12px;box-shadow:0 8px 30px #0000001a;max-width:400px;padding:40px;text-align:center;width:100%}.status-message{color:#333;font-size:1.4rem;margin-bottom:20px}.token-label{color:#666;font-size:1rem;margin-bottom:10px}.token-number{color:#007bff;font-size:5rem;font-weight:700;margin-bottom:20px}.order-id-label{color:#888;font-size:.9rem}.instruction{color:#555;font-size:1rem;margin-top:25px}.loading-spinner{animation:spin 1s linear infinite;border:6px solid #f3f3f3;border-radius:50%;border-top-color:#3498db;height:60px;margin:30px auto;width:60px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--gold-primary:#d4af37;--gold-highlight:#f7e7ce;--velvet-dark:#0f0f0f;--card-bg:#1e1e1e;--text-main:#f0f0f0}.guest-wishes-container{background-color:#0f0f0f;background-color:var(--velvet-dark);color:#f0f0f0;color:var(--text-main);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;min-height:100vh;padding:10px 20px 100px}.wishes-header{border-bottom:1px solid #d4af3733;margin-bottom:20px;padding:10px 0;text-align:center}.wishes-header h1{color:#d4af37;color:var(--gold-primary);font-size:1.5rem;font-weight:700;letter-spacing:1.5px;margin:0;text-shadow:0 2px 10px #d4af3733;text-transform:uppercase}.wishes-header p{color:#888;font-size:.9rem;margin:5px 0 0}.stars-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.star-card{background:linear-gradient(145deg,#1e1e1e,#252525);border:1px solid #333;border-radius:16px;box-shadow:0 4px 6px #00000080;display:flex;flex-direction:column;height:100%;overflow:hidden;position:relative;transition:transform .3s ease,border-color .3s ease}.star-card:hover{border-color:#d4af37;border-color:var(--gold-primary);box-shadow:0 8px 20px #d4af3726;transform:translateY(-5px)}.star-image-wrapper{background-color:#000;height:220px;overflow:hidden;position:relative;width:100%}.star-image-wrapper img{height:100%;object-fit:cover;object-position:top center;transition:transform .5s ease;width:100%}.star-card:hover .star-image-wrapper img{transform:scale(1.05)}.birthday-badge{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000d9;border-top:1px solid #d4af374d;bottom:0;color:#d4af37;color:var(--gold-primary);font-size:.75rem;font-weight:700;left:0;padding:5px;position:absolute;right:0;text-align:center}.star-info{align-items:center;display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;padding:15px}.star-info h3{color:#fff;font-size:1rem;font-weight:600;margin:0 0 10px;text-align:center}.regal-counter-box{background:#000;border:1px solid #5c4d1f;border-radius:6px;box-shadow:inset 0 0 10px #000c;margin-bottom:15px;padding:8px 0;position:relative;text-align:center;width:100%}.counter-label{color:#d4af37;color:var(--gold-primary);font-size:.6rem;letter-spacing:2px;margin-bottom:4px;opacity:.8;text-transform:uppercase}.slot-wrapper{align-items:center;display:flex;height:32px;justify-content:center}.regal-slot-char{color:#fff;font-family:Courier New,Courier,monospace;font-size:1.5rem;font-weight:800;padding:0 1px;text-shadow:0 0 10px #d4af3799}.wish-button{align-items:center;background:linear-gradient(135deg,#d4af37,#b8860b);border:none;border-radius:25px;box-shadow:0 4px 10px #d4af3733;color:#000;cursor:pointer;display:flex;font-size:.9rem;font-weight:700;gap:8px;justify-content:center;padding:10px 20px;transition:all .2s;width:100%}.wish-button:hover{box-shadow:0 6px 15px #d4af3766;transform:scale(1.02)}.wish-button:active{transform:scale(.98)}.modal-overlay{align-items:center;animation:fadeIn .3s ease-out;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000e6;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:2000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.wish-modal{background:linear-gradient(180deg,#252525,#1a1a1a);border:1px solid #444;border-radius:20px;box-shadow:0 0 50px #000c;color:#fff;max-width:400px;padding:30px;position:relative;text-align:center;width:90%}.wish-modal h3{color:#d4af37;color:var(--gold-primary);margin-bottom:20px}.close-btn{background:none;border:none;color:#888;cursor:pointer;font-size:1.5rem;position:absolute;right:15px;top:15px}.slider-container{background:#0000004d;border-radius:12px;margin:20px 0;padding:15px}.slider-container input[type=range]{-webkit-appearance:none;background:#0000;margin:15px 0;width:100%}.slider-container input[type=range]::-webkit-slider-runnable-track{background:#444;border-radius:3px;height:6px;width:100%}.slider-container input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:#d4af37;background:var(--gold-primary);border:2px solid #fff;border-radius:50%;box-shadow:0 0 10px #d4af37cc;cursor:pointer;height:24px;margin-top:-9px;width:24px}.wishes-preview .highlight{color:#d4af37;color:var(--gold-primary);display:block;font-size:1.8rem;font-weight:800;margin-top:5px}.confirm-wish-btn{background:#d4af37;background:var(--gold-primary);border:none;border-radius:30px;color:#000;cursor:pointer;font-size:1rem;font-weight:700;margin-top:10px;padding:12px 0;width:100%}.success-modal-content{animation:popUp .5s cubic-bezier(.175,.885,.32,1.275);background:radial-gradient(circle at center,#2e2e2e 0,#000 100%);border:2px solid #d4af37;border:2px solid var(--gold-primary);border-radius:20px;box-shadow:0 0 80px #d4af3766;max-width:380px;overflow:hidden;padding:40px 20px;position:relative;text-align:center;width:90%}@keyframes popUp{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.success-icon{animation:bounce 1s infinite;color:#d4af37;color:var(--gold-primary);font-size:4rem;margin-bottom:10px}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.success-title{color:#fff;font-family:Georgia,serif;font-size:1.8rem;margin-bottom:10px}.success-close-btn{background:#0000;border:2px solid #d4af37;border:2px solid var(--gold-primary);border-radius:25px;color:#d4af37;color:var(--gold-primary);cursor:pointer;font-weight:700;padding:8px 25px}.success-close-btn:hover{background:#d4af37;background:var(--gold-primary);color:#000}.pyro>.after,.pyro>.before{animation:bang 1s ease-out infinite backwards,gravity 1s ease-in infinite backwards,position 5s linear infinite backwards;border-radius:50%;box-shadow:0 0 #fff;height:6px;position:absolute;width:6px}.pyro>.after{animation-delay:1.25s,1.25s,1.25s;animation-duration:1.25s,1.25s,6.25s}@keyframes bang{to{box-shadow:242px -352.33333px #0f2,195px -236.33333px #01f,219px -315.33333px #ff0048,-204px -380.33333px #ff0040,-164px -206.33333px #ff006a,93px -144.33333px #f0d,-200px -150.33333px #ff000d,185px -153.33333px #00ff40,248px -138.33333px #ff00d9,-8px -189.33333px #00eaff,11px -209.33333px #00ff0d,237px -19.33333px #ff0015,-137px -269.33333px #008cff,102px -193.33333px #f05,-239px -208.33333px #ff0037,-150px -196.33333px #00ff62,-133px -389.33333px #00ffc8,-233px -147.33333px #ff003c,107px -289.33333px #00ff0d,-189px -153.33333px #00ff37,230px -180.33333px #fff700}}@keyframes gravity{to{opacity:0;transform:translateY(200px)}}@keyframes position{0%,19.9%{margin-left:40%;margin-top:10%}20%,39.9%{margin-left:30%;margin-top:40%}40%,59.9%{margin-left:70%;margin-top:20%}60%,79.9%{margin-left:20%;margin-top:30%}80%,99.9%{margin-left:80%;margin-top:30%}}
/*# sourceMappingURL=main.7a45dc53.css.map*/