*{box-sizing:border-box;margin:0;padding:0}:root{--primary:#f97316;--primary-hover:#ea580c;--background:#fff;--foreground:#0a0a0a;--muted:#f5f5f5;--muted-foreground:#737373;--border:#e5e5e5;--accent:#fef3c7}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;background-color:var(--background);color:#0a0a0a;color:var(--foreground);font-family:PT Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:Poppins,sans-serif;font-weight:700}.container{margin:0 auto;max-width:1536px;padding:0 1rem}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fffffff2;border-bottom:1px solid #e5e5e566;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:50}.header-content{height:3.5rem}.header-content,.logo{align-items:center;display:flex}.logo{color:#0a0a0a;color:var(--foreground);gap:.5rem;margin-right:1.5rem;text-decoration:none}.logo-text{font-family:Poppins,sans-serif;font-size:1.125rem;font-weight:700}.logo-icon{color:#f97316;color:var(--primary);height:1.5rem;width:1.5rem}.header-actions{align-items:center;display:flex;flex:1 1;gap:.5rem;justify-content:flex-end}.nav-button{background-color:#f97316;background-color:var(--primary);border:none;border-radius:.375rem;color:#fff;cursor:pointer;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:background-color .2s;white-space:nowrap}.nav-button:hover{background-color:#ea580c;background-color:var(--primary-hover)}.user-button,.user-menu-container{position:relative}.user-button{align-items:center;background:#0000;border:none;border-radius:.375rem;cursor:pointer;display:inline-flex;gap:.5rem;height:2.5rem;justify-content:center;min-width:2.5rem;padding:0 .5rem;transition:background-color .2s}.user-button:hover{background-color:#f5f5f5;background-color:var(--muted)}.user-button.logged-in{padding:0 .75rem}.user-icon{height:1.25rem;width:1.25rem}.user-info{align-items:flex-start;display:flex;flex-direction:column;gap:.125rem}.username{color:#0a0a0a;color:var(--foreground);font-size:.875rem;font-weight:500;white-space:nowrap}.user-type-badge{background-color:#f97316;background-color:var(--primary);border-radius:.25rem;color:#fff;font-size:.625rem;font-weight:600;letter-spacing:.025em;padding:.125rem .375rem;text-transform:uppercase}.user-dropdown{animation:dropdownSlide .2s ease-out;background-color:#fff;background-color:var(--background);border:1px solid #e5e5e5;border:1px solid var(--border);border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;min-width:200px;position:absolute;right:0;top:calc(100% + .5rem);z-index:1000}@keyframes dropdownSlide{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.user-dropdown-header{border-bottom:1px solid #e5e5e5;border-bottom:1px solid var(--border);padding:1rem}.user-dropdown-name{color:#0a0a0a;color:var(--foreground);font-size:.875rem;font-weight:600;margin-bottom:.25rem}.user-dropdown-username{color:#737373;color:var(--muted-foreground);font-size:.75rem}.user-dropdown-type{background-color:#f97316;background-color:var(--primary);border-radius:.25rem;color:#fff;display:inline-block;font-size:.625rem;font-weight:600;letter-spacing:.025em;margin-top:.5rem;padding:.25rem .5rem;text-transform:uppercase}.user-dropdown-item{align-items:center;background:#0000;border:none;color:#0a0a0a;color:var(--foreground);cursor:pointer;display:flex;font-size:.875rem;gap:.75rem;padding:.75rem 1rem;text-align:left;transition:background-color .2s;width:100%}.user-dropdown-item:hover{background-color:#f5f5f5;background-color:var(--muted)}.user-dropdown-item svg{color:#737373;color:var(--muted-foreground)}.cart-button{align-items:center;background:#0000;border:none;border-radius:.375rem;cursor:pointer;display:inline-flex;height:2.5rem;justify-content:center;position:relative;transition:background-color .2s;width:2.5rem}.cart-button:hover{background-color:#f5f5f5;background-color:var(--muted)}.cart-icon{height:1.25rem;width:1.25rem}.main-content{flex-grow:1}.page-container{padding:2rem 1rem}.page-header{margin-bottom:3rem;text-align:center}.page-title{font-size:2.5rem;font-weight:700;letter-spacing:-.025em;margin-bottom:.5rem}.page-subtitle{color:#737373;color:var(--muted-foreground);font-size:1.25rem}.recommendation-card{background-color:#fef3c74d;border:1px solid #fef3c7;border:1px solid var(--accent);border-radius:.5rem;box-shadow:0 1px 3px #0000001a;margin-bottom:3rem}.recommendation-header{align-items:center;display:flex;gap:.75rem;padding:1.5rem}.sparkles-icon{color:#f97316;color:var(--primary);height:2rem;width:2rem}.recommendation-title{font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:600;margin-bottom:.25rem}.recommendation-subtitle{color:#737373;color:var(--muted-foreground);font-size:.875rem}.recommendation-body{padding:0 1.5rem 1.5rem;text-align:center}.ai-button{align-items:center;background-color:#f97316;background-color:var(--primary);border:none;border-radius:.375rem;color:#fff;cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;justify-content:center;padding:.5rem 1rem;transition:background-color .2s}.ai-button:hover{background-color:#ea580c;background-color:var(--primary-hover)}.section-title{font-size:1.875rem;font-weight:700;margin-bottom:1.5rem;margin-top:3rem}.restaurant-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr;margin-bottom:2rem}@media (min-width:768px){.restaurant-grid{grid-template-columns:repeat(2,1fr)}.page-title{font-size:3rem}}@media (min-width:1024px){.restaurant-grid{grid-template-columns:repeat(3,1fr)}}.restaurant-card{color:inherit;cursor:pointer;display:block;text-decoration:none}.restaurant-card-inner{background-color:#fff;background-color:var(--background);border:1px solid #e5e5e5;border:1px solid var(--border);border-radius:.5rem;box-shadow:0 1px 3px #0000001a;height:100%;overflow:hidden;transition:all .3s ease}.restaurant-card:hover .restaurant-card-inner{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transform:translateY(-4px)}.restaurant-image-container{height:12rem;overflow:hidden;position:relative;width:100%}.restaurant-image{height:100%;object-fit:cover;-webkit-user-select:none;user-select:none;width:100%}.restaurant-content{padding:1.5rem}.restaurant-name{font-family:Poppins,sans-serif;font-size:1.25rem;font-weight:600;margin-bottom:.25rem}.restaurant-cuisine{color:#737373;color:var(--muted-foreground);font-size:.875rem}.restaurant-footer{padding:0 1.5rem 1.5rem}.restaurant-meta{color:#737373;color:var(--muted-foreground);font-size:.875rem;justify-content:space-between}.rating,.restaurant-meta{align-items:center;display:flex}.rating{gap:.25rem}.star-icon{fill:#f97316;fill:var(--primary);color:#f97316;color:var(--primary);height:1rem;width:1rem}.rating-value{color:#0a0a0a;color:var(--foreground);font-weight:600}.delivery-time{align-items:center;display:flex;gap:.25rem}.clock-icon{height:1rem;width:1rem}.footer{border-top:1px solid #e5e5e5;border-top:1px solid var(--border);padding:1.5rem 0}.footer-content{align-items:center;color:#737373;color:var(--muted-foreground);display:flex;font-size:.875rem;justify-content:center}.footer-icon{height:1.25rem;margin-right:.5rem;width:1.25rem}.footer-commit-info{font-family:Courier New,monospace;font-size:.75rem;margin-left:.5rem;opacity:.8}.loading{color:#737373;color:var(--muted-foreground);font-size:1.25rem}.error,.loading{padding:4rem 0;text-align:center}.error{color:#dc2626}.cart-backdrop{animation:fadeIn .2s ease-in-out;background-color:#00000080;left:0;z-index:998}.cart-backdrop,.cart-panel{bottom:0;position:fixed;right:0;top:0}.cart-panel{animation:slideIn .3s ease-out;background-color:#fff;background-color:var(--background);box-shadow:-4px 0 20px #00000026;display:flex;flex-direction:column;max-width:28rem;width:100%;z-index:999}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translateX(100%)}to{transform:translateX(0)}}.cart-header{align-items:center;border-bottom:1px solid #e5e5e5;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;padding:1.5rem}.cart-title{font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:700}.cart-close{align-items:center;background:#0000;border:none;border-radius:.375rem;cursor:pointer;display:flex;height:2.5rem;justify-content:center;transition:background-color .2s;width:2.5rem}.cart-close:hover{background-color:#f5f5f5;background-color:var(--muted)}.cart-items{flex:1 1;overflow-y:auto;padding:1rem}.cart-empty{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;padding:2rem;text-align:center}.cart-empty,.cart-empty-icon{color:#737373;color:var(--muted-foreground)}.cart-empty-icon{margin-bottom:1rem;opacity:.3}.cart-empty-subtitle{font-size:.875rem;margin-top:.5rem}.cart-item{background-color:#f5f5f5;background-color:var(--muted);border-radius:.5rem;display:flex;gap:1rem;margin-bottom:.75rem;padding:1rem}.cart-item-info{flex:1 1}.cart-item-name{font-weight:600;margin-bottom:.25rem}.cart-item-restaurant{color:#737373;color:var(--muted-foreground);font-size:.875rem;margin-bottom:.5rem}.cart-item-price{color:#f97316;color:var(--primary);font-weight:600}.cart-item-actions{align-items:center;display:flex;gap:.5rem}.cart-quantity-btn{align-items:center;background:#fff;background:var(--background);border:1px solid #e5e5e5;border:1px solid var(--border);border-radius:.375rem;cursor:pointer;display:flex;font-size:1.125rem;height:2rem;justify-content:center;transition:all .2s;width:2rem}.cart-quantity-btn:hover{background-color:#f97316;background-color:var(--primary);border-color:#f97316;border-color:var(--primary);color:#fff}.cart-quantity{font-weight:600;min-width:2rem;text-align:center}.cart-remove-btn{align-items:center;background:#0000;border:none;border-radius:.375rem;color:#737373;color:var(--muted-foreground);cursor:pointer;display:flex;height:2rem;justify-content:center;margin-left:.25rem;transition:all .2s;width:2rem}.cart-remove-btn:hover{background-color:#fee2e2;color:#dc2626}.cart-footer{border-top:1px solid #e5e5e5;border-top:1px solid var(--border);padding:1.5rem}.cart-total{align-items:center;display:flex;font-size:1.125rem;font-weight:600;justify-content:space-between;margin-bottom:1rem}.cart-total-amount{color:#f97316;color:var(--primary);font-size:1.5rem}.cart-checkout-btn{background-color:#f97316;background-color:var(--primary);border:none;border-radius:.375rem;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1rem;transition:background-color .2s;width:100%}.cart-checkout-btn:hover{background-color:#ea580c;background-color:var(--primary-hover)}.cart-badge{background-color:#f97316;background-color:var(--primary);border-radius:9999px;color:#fff;font-size:.75rem;font-weight:600;min-width:20px;padding:2px 6px;position:absolute;right:-4px;text-align:center;top:-4px}.modal-backdrop{animation:fadeIn .2s ease-in-out;background-color:#00000080;bottom:0;left:0;position:fixed;right:0;top:0;z-index:998}.modal-panel{animation:scaleIn .3s ease-out;background-color:#fff;background-color:var(--background);border-radius:.75rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;flex-direction:column;left:50%;max-height:90vh;max-width:600px;overflow:hidden;position:fixed;top:50%;transform:translate(-50%,-50%);width:90%;z-index:999}@keyframes scaleIn{0%{opacity:0;transform:translate(-50%,-50%) scale(.9)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.modal-header{align-items:flex-start;border-bottom:1px solid #e5e5e5;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;padding:1.5rem}.modal-title{font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.modal-subtitle{color:#737373;color:var(--muted-foreground);font-size:.875rem}.modal-close{align-items:center;background:#0000;border:none;border-radius:.375rem;cursor:pointer;display:flex;flex-shrink:0;height:2.5rem;justify-content:center;transition:background-color .2s;width:2.5rem}.modal-close:hover{background-color:#f5f5f5;background-color:var(--muted)}.modal-image-container{height:200px;overflow:hidden;width:100%}.modal-image{height:100%;object-fit:cover;width:100%}.modal-info{background-color:#f5f5f5;background-color:var(--muted);display:flex;gap:1.5rem;padding:1rem 1.5rem}.modal-info-item{align-items:center;display:flex;font-size:.875rem;gap:.5rem}.info-icon{fill:#f97316;fill:var(--primary);color:#f97316;color:var(--primary)}.modal-content{flex:1 1;overflow-y:auto;padding:1.5rem}.menu-header{margin-bottom:1.5rem}.menu-section-title{font-family:Poppins,sans-serif;font-size:1.25rem;font-weight:700;margin-bottom:1rem}.category-filters{display:flex;flex-wrap:wrap;gap:.5rem}.category-btn{background-color:#fff;background-color:var(--background);border:1px solid #e5e5e5;border:1px solid var(--border);border-radius:9999px;cursor:pointer;font-size:.875rem;padding:.5rem 1rem;transition:all .2s}.category-btn:hover{background-color:#f5f5f5;background-color:var(--muted)}.category-btn.active,.category-btn:hover{border-color:#f97316;border-color:var(--primary)}.category-btn.active{background-color:#f97316;background-color:var(--primary);color:#fff}.menu-items{display:flex;flex-direction:column;gap:.75rem}.menu-item{border:1px solid #e5e5e5;border:1px solid var(--border);border-radius:.5rem;display:flex;gap:1rem;padding:1rem;transition:all .2s}.menu-item:hover{border-color:#f97316;border-color:var(--primary);box-shadow:0 4px 6px -1px #0000001a}.menu-item-info{flex:1 1}.menu-item-name{font-weight:600;margin-bottom:.25rem}.menu-item-description{color:#737373;color:var(--muted-foreground);font-size:.875rem;margin-bottom:.5rem}.menu-item-price{color:#f97316;color:var(--primary);font-weight:600}.menu-item-add-btn{align-items:center;background-color:#f97316;background-color:var(--primary);border:none;border-radius:.375rem;color:#fff;cursor:pointer;display:flex;flex-shrink:0;height:2.5rem;justify-content:center;transition:all .2s;width:2.5rem}.menu-item-add-btn:hover{background-color:#ea580c;background-color:var(--primary-hover);transform:scale(1.05)}.cart-notification{align-items:center;animation:slideUp .3s ease-out;background-color:#10b981;border-radius:.5rem;bottom:2rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;color:#fff;display:flex;font-weight:500;padding:1rem 1.5rem;position:fixed;right:2rem;z-index:1000}@keyframes slideUp{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}.checkout-modal{animation:scaleIn .3s ease-out;background-color:#fff;background-color:var(--background);border-radius:.75rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;flex-direction:column;left:50%;max-height:90vh;max-width:900px;overflow:hidden;position:fixed;top:50%;transform:translate(-50%,-50%);width:95%;z-index:999}.checkout-header{align-items:center;border-bottom:1px solid #e5e5e5;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;padding:1.5rem}.checkout-title{font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:700}.checkout-content{grid-gap:2rem;display:grid;flex:1 1;gap:2rem;grid-template-columns:1fr 1.5fr;overflow-y:auto;padding:1.5rem}@media (max-width:768px){.checkout-content{grid-template-columns:1fr}}.checkout-summary{background-color:#f5f5f5;background-color:var(--muted);border-radius:.5rem;height:-webkit-fit-content;height:fit-content;padding:1.5rem}.summary-title{font-family:Poppins,sans-serif;font-size:1.125rem;font-weight:600;margin-bottom:1rem}.summary-items{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.summary-item{border-bottom:1px solid #e5e5e5;border-bottom:1px solid var(--border);display:flex;gap:1rem;justify-content:space-between;padding-bottom:.75rem}.summary-item:last-child{border-bottom:none}.summary-item-info{display:flex;flex-direction:column;gap:.25rem}.summary-item-name{font-size:.875rem;font-weight:600}.summary-item-restaurant{color:#737373;color:var(--muted-foreground);font-size:.75rem}.summary-item-price{align-items:center;display:flex;font-weight:600;gap:.5rem}.summary-quantity{color:#737373;color:var(--muted-foreground);font-size:.875rem}.summary-price{color:#0a0a0a;color:var(--foreground)}.summary-total{align-items:center;border-top:2px solid #e5e5e5;border-top:2px solid var(--border);display:flex;font-size:1.125rem;font-weight:700;justify-content:space-between;padding-top:1rem}.total-amount{color:#f97316;color:var(--primary);font-size:1.5rem}.checkout-form{display:flex;flex-direction:column;gap:1.25rem}.form-title{font-family:Poppins,sans-serif;font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}@media (max-width:640px){.form-row{grid-template-columns:1fr}}.form-group label{color:#0a0a0a;color:var(--foreground);font-size:.875rem;font-weight:600}.form-group input,.form-group textarea{border:1px solid #e5e5e5;border:1px solid var(--border);border-radius:.375rem;font-family:inherit;font-size:.875rem;padding:.75rem;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{border-color:#f97316;border-color:var(--primary);outline:none}.form-group input.error,.form-group textarea.error{border-color:#dc2626}.form-group textarea{min-height:80px;resize:vertical}.error-message{color:#dc2626;font-size:.75rem;margin-top:-.25rem}.place-order-btn{background-color:#f97316;background-color:var(--primary);border:none;border-radius:.375rem;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:.5rem;padding:1rem;transition:background-color .2s;width:100%}.place-order-btn:hover:not(:disabled){background-color:#ea580c;background-color:var(--primary-hover)}.place-order-btn:disabled{background-color:#737373;background-color:var(--muted-foreground);cursor:not-allowed;opacity:.6}.order-confirmation{padding:3rem 2rem;text-align:center}.confirmation-icon{color:#10b981;height:4rem;margin:0 auto 1.5rem;width:4rem}.confirmation-title{font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.confirmation-message{color:#737373;color:var(--muted-foreground);margin-bottom:1rem}.order-number{color:#f97316;color:var(--primary);font-size:1.125rem;font-weight:600;margin-bottom:1.5rem}.confirmation-btn{background-color:#f97316;background-color:var(--primary);border:none;border-radius:.375rem;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 2rem;transition:background-color .2s}.confirmation-btn:hover{background-color:#ea580c;background-color:var(--primary-hover)}.modal-overlay{align-items:center;animation:fadeIn .2s ease-in-out;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:998}.login-modal{animation:modalFadeIn .3s ease-out;background-color:#fff;background-color:var(--background);border-radius:.75rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;flex-direction:column;max-height:90vh;max-width:400px;overflow:hidden;width:90%}@keyframes modalFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.login-form{flex:1 1;overflow-y:auto;padding:0 1.5rem 2rem}.login-form .error-message{background-color:#fee2e2;border-radius:.375rem;color:#dc2626;font-size:.875rem;margin-bottom:1rem;padding:.75rem}.password-input-wrapper{align-items:center;display:flex;position:relative}.password-input-wrapper input{flex:1 1;padding-right:3rem}.password-toggle{align-items:center;background:#0000;border:none;border-radius:.25rem;color:#737373;color:var(--muted-foreground);cursor:pointer;display:flex;height:2rem;justify-content:center;position:absolute;right:.75rem;transition:color .2s;width:2rem}.password-toggle:hover{background-color:#f5f5f5;background-color:var(--muted);color:#0a0a0a;color:var(--foreground)}.password-toggle:focus{color:#f97316;color:var(--primary);outline:none}.btn{border:none;border-radius:.375rem;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1rem;transition:all .2s;width:100%}.btn-primary{background-color:#f97316;background-color:var(--primary);color:#fff}.btn-primary:hover{background-color:#ea580c;background-color:var(--primary-hover)}.btn-primary:disabled{background-color:#737373;background-color:var(--muted-foreground);cursor:not-allowed}.login-divider{align-items:center;display:flex;margin:1.5rem 0;text-align:center}.login-divider:after,.login-divider:before{border-bottom:1px solid #e5e5e5;border-bottom:1px solid var(--border);content:"";flex:1 1}.login-divider span{color:#737373;color:var(--muted-foreground);font-size:.875rem;font-weight:500;padding:0 1rem}.google-signin-button{align-items:center;display:flex;justify-content:center;margin-bottom:1rem;min-height:44px;position:relative;width:100%}.google-signin-button>div{max-width:100%!important;opacity:1;transition:opacity .2s ease-in;width:100%!important}.google-signin-button iframe{border:none!important;display:block;max-width:100%!important;width:100%!important}.google-signin-button>div>div{max-width:100%!important}.notification{align-items:center;animation:notificationSlide .3s ease-out;background-color:#fff;background-color:var(--background);border-left:4px solid;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;display:flex;justify-content:space-between;max-width:500px;min-width:300px;padding:1rem;position:fixed;right:2rem;top:5rem;z-index:1001}@keyframes notificationSlide{0%{opacity:0;transform:translateX(400px)}to{opacity:1;transform:translateX(0)}}.notification-error{background-color:#fee2e2;border-left-color:#dc2626}.notification-success{background-color:#d1fae5;border-left-color:#10b981}.notification-info{background-color:#dbeafe;border-left-color:#3b82f6}.notification-content{align-items:center;display:flex;flex:1 1;gap:.75rem}.notification-icon{flex-shrink:0}.notification-error .notification-icon{color:#dc2626}.notification-success .notification-icon{color:#10b981}.notification-info .notification-icon{color:#3b82f6}.notification-message{color:#0a0a0a;color:var(--foreground);font-size:.875rem;font-weight:500}.notification-close{align-items:center;background:#0000;border:none;border-radius:.375rem;color:#737373;color:var(--muted-foreground);cursor:pointer;display:flex;flex-shrink:0;height:2rem;justify-content:center;transition:background-color .2s;width:2rem}.notification-close:hover{background-color:#0000000d}@media (max-width:640px){.notification{left:1rem;min-width:0;min-width:auto;right:1rem}}.payment-info-box{background-color:#f8f9fa;border:1px solid #e0e0e0;border-radius:.5rem;margin:1rem 0;padding:1rem}.payment-info-box p{color:#555;font-size:.9rem;line-height:1.5;margin:0}.form-select{background-color:#fff;border:1px solid #e0e0e0;border-radius:.5rem;cursor:pointer;font-family:inherit;font-size:1rem;padding:.75rem;transition:border-color .2s,box-shadow .2s;width:100%}.form-select:focus{border-color:#ff6b6b;box-shadow:0 0 0 3px #ff6b6b1a;outline:none}.form-select:hover{border-color:#ccc}
/*# sourceMappingURL=main.f0e8ad52.css.map*/