@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700;900&family=Inter:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Island+Moments&display=swap";.navbar{background:#fff;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100}.navbar-inner{display:flex;align-items:center;height:64px;gap:32px}.navbar-logo{cursor:pointer}.logo-text{font-family:Island Moments,cursive;font-size:40px;font-weight:700;color:var(--orange);letter-spacing:-.3px}.navbar-links{display:flex;list-style:none;flex:1;justify-content:space-evenly}.nav-link{background:none;border:none;padding:7px 14px;border-radius:6px;font-size:14px;font-weight:500;color:var(--text-muted);transition:all .18s}.nav-link:hover{color:var(--text);background:var(--bg)}.nav-link.active{color:var(--orange);font-weight:600}.navbar-actions{display:flex;align-items:center;gap:10px}.cart-nav-btn{display:flex;align-items:center;gap:6px;background:var(--orange-light);border:none;padding:7px 14px;border-radius:6px;font-size:14px;font-weight:600;color:var(--orange);position:relative}.cart-count{background:var(--orange);color:#fff;width:18px;height:18px;border-radius:50%;font-size:11px;display:flex;align-items:center;justify-content:center}.mobile-menu-btn{display:none;background:none;border:none;font-size:22px;color:var(--text);cursor:pointer}@media(max-width:768px){.navbar-links{display:none}.mobile-menu-btn{display:flex}.navbar-inner{justify-content:space-between}}.mobile-menu{display:flex;flex-direction:column;background:#fff;border-top:1px solid var(--border);padding:12px 16px 20px}.mobile-menu button{background:none;border:none;padding:14px 8px;font-size:15px;font-weight:500;color:var(--text);text-align:left;border-bottom:1px solid var(--border)}.mobile-menu button:last-child{border-bottom:none}.mobile-menu button:hover{color:var(--orange)}.mobile-login-btn{margin-top:12px;background:var(--orange)!important;color:#fff!important;border-radius:6px!important;text-align:center!important;font-weight:700!important}.hero{position:relative;min-height:420px;display:flex;align-items:center}.hero-bg{position:absolute;inset:0;overflow:hidden}.hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to right,rgba(0,0,0,.72) 0%,rgba(0,0,0,.35) 60%,transparent 100%)}.hero-content{position:relative;z-index:2;color:#fff;padding:60px 24px;max-width:620px}.hero-title{font-size:clamp(28px,4vw,46px);font-weight:900;margin-bottom:12px;line-height:1.15}.hero-sub{font-size:16px;opacity:.88;margin-bottom:20px}.hero-pills{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:28px}.hero-pills span{background:#ffffff26;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.25);border-radius:20px;padding:6px 14px;font-size:13px;font-weight:500}.hero-btns{display:flex;gap:12px;flex-wrap:wrap}.hero-btn-main{padding:13px 28px;font-size:15px}.section{padding:52px 0}.section-title{font-size:clamp(20px,3vw,28px);margin-bottom:24px;color:var(--text)}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.see-all{background:none;border:none;color:var(--orange);font-size:14px;font-weight:600}.see-all:hover{text-decoration:underline}.search-wrap{display:flex;align-items:center;gap:0;background:#fff;border:2px solid var(--border);border-radius:8px;overflow:hidden;max-width:640px;margin:0 auto;box-shadow:var(--shadow)}.search-icon{padding:0 14px;font-size:18px;color:var(--text-light)}.search-input{flex:1;border:none;outline:none;padding:14px 8px;font-size:15px;font-family:Inter,sans-serif}.search-btn{border-radius:0;padding:14px 28px;font-size:15px}.meals-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.meal-card{background:#fff;border-radius:var(--radius);border:1px solid var(--border);overflow:hidden;cursor:pointer;transition:box-shadow .2s,transform .2s}.meal-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.meal-img-wrap{position:relative;height:180px;overflow:hidden;background:#f5f0ea}.meal-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.meal-card:hover .meal-img-wrap img{transform:scale(1.04)}.meal-badge{position:absolute;top:10px;left:10px;background:var(--orange);color:#fff;font-size:11px;font-weight:700;padding:3px 10px;border-radius:4px}.meal-card-body{padding:14px 16px}.meal-category{font-size:11px;color:var(--text-light);text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px}.meal-name{font-size:15px;font-weight:700;color:var(--text);margin-bottom:6px;font-family:Inter,sans-serif}.meal-desc{font-size:12px;color:var(--text-muted);line-height:1.5;margin-bottom:10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.meal-meta{display:flex;align-items:center;gap:4px;margin-bottom:12px}.meal-rating-num{font-size:13px;font-weight:600;color:var(--text)}.meal-reviews{font-size:12px;color:var(--text-light)}.meal-card-footer{display:flex;justify-content:space-between;align-items:center}.meal-price{font-size:17px;font-weight:700;color:var(--text)}.add-btn{padding:7px 18px;font-size:13px;border-radius:6px}.promo-banner{background:var(--brown-mid)}.promo-inner{display:grid;grid-template-columns:1fr 1fr;align-items:center;min-height:280px}.promo-text{padding:48px 40px 48px 0;color:#fff}.promo-tag{display:inline-block;background:var(--orange);color:#fff;font-size:12px;font-weight:700;padding:4px 12px;border-radius:4px;margin-bottom:14px}.promo-text h2{font-size:26px;margin-bottom:12px}.promo-text p{font-size:14px;opacity:.82;margin-bottom:22px;max-width:360px}.promo-img{height:280px;overflow:hidden}.promo-img img{width:100%;height:100%;object-fit:cover}@media(max-width:1024px){.cat-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.meals-grid{grid-template-columns:1fr 1fr}.promo-inner{grid-template-columns:1fr}.promo-img{display:none}.promo-text{padding:36px 0}}@media(max-width:500px){.meals-grid{grid-template-columns:1fr}.cat-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:600px){.hero-content{padding:40px 16px}.hero-title{font-size:26px}.hero-pills{display:none}.hero-btns{flex-direction:column}.hero-btns .btn{width:100%;justify-content:center}.meals-grid{grid-template-columns:1fr}.cat-grid{grid-template-columns:repeat(2,1fr)}.promo-text{padding:28px 16px}.promo-text h2{font-size:20px}}.menu-page{flex:1}.menu-hero{position:relative;height:220px;display:flex;align-items:center}.menu-hero-bg{position:absolute;inset:0;overflow:hidden}.menu-hero-bg img{width:100%;height:100%;object-fit:cover}.menu-hero-overlay{position:absolute;inset:0;background:#0000009e}.menu-hero-content{position:relative;z-index:2;color:#fff}.menu-logo{font-family:Island Moments,cursive;font-size:18px;color:var(--orange);margin-bottom:8px}.menu-hero-content h1{font-size:32px;margin-bottom:6px}.menu-hero-content p{font-size:14px;opacity:.85}.menu-body{display:grid;grid-template-columns:240px 1fr;gap:32px;padding-top:32px;padding-bottom:56px;align-items:start}.menu-sidebar{position:sticky;top:80px}.sidebar-section{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:20px;margin-bottom:16px}.sidebar-section h4{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);margin-bottom:14px}.sidebar-cats{list-style:none;display:flex;flex-direction:column;gap:2px}.sidebar-cat-btn{width:100%;display:flex;justify-content:space-between;align-items:center;background:none;border:none;padding:9px 12px;border-radius:var(--radius-xs);font-size:14px;font-weight:500;color:var(--text-muted);text-align:left;transition:all .18s}.sidebar-cat-btn:hover{background:var(--bg);color:var(--text)}.sidebar-cat-btn.active{background:var(--orange-light);color:var(--orange);font-weight:600}.sidebar-cat-btn span{font-size:12px;color:var(--text-light);background:var(--bg);padding:1px 7px;border-radius:10px}.sidebar-cat-btn.active span{background:var(--orange);color:#fff}.price-range input[type=range]{width:100%;accent-color:var(--orange);margin-bottom:6px}.price-range-labels{display:flex;justify-content:space-between;font-size:12px;color:var(--text-light)}.menu-main-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.menu-main-header h2{font-size:22px;margin-bottom:2px;font-family:Playfair Display,serif}.menu-main-header p{font-size:13px;color:var(--text-muted)}.sort-wrap{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-muted)}.sort-select{border:1.5px solid var(--border);border-radius:6px;padding:6px 10px;font-size:13px;background:#fff}.sort-select:focus{outline:none;border-color:var(--orange)}.menu-section-label{font-size:16px;font-weight:700;color:var(--text);margin:24px 0 14px}.menu-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:8px}@media(max-width:1024px){.menu-grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){.menu-body{grid-template-columns:1fr}.menu-sidebar{display:none}.menu-grid{grid-template-columns:1fr 1fr}}@media(max-width:480px){.menu-grid{grid-template-columns:1fr}}.meal-detail-page{padding:32px 0 64px}.back-btn{background:none;border:none;color:var(--orange);font-size:14px;font-weight:600;margin-bottom:24px;display:flex;align-items:center;gap:6px}.back-btn:hover{text-decoration:underline}.meal-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}.detail-img-wrap{position:relative;border-radius:var(--radius);overflow:hidden;aspect-ratio:4/3}.detail-img-wrap img{width:100%;height:100%;object-fit:cover}.detail-badge{position:absolute;top:16px;left:16px;background:var(--orange);color:#fff;font-size:12px;font-weight:700;padding:4px 12px;border-radius:5px}.detail-info{display:flex;flex-direction:column;gap:16px}.detail-category{font-size:12px;color:var(--text-light);text-transform:uppercase;letter-spacing:.08em;font-weight:600}.detail-name{font-size:clamp(24px,3vw,36px);color:var(--text);font-family:Playfair Display,serif;line-height:1.2}.detail-rating{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600}.detail-reviews{color:var(--text-light);font-weight:400}.detail-desc{font-size:15px;color:var(--text-muted);line-height:1.7}.detail-chips{display:flex;gap:10px;flex-wrap:wrap}.detail-chips span{background:var(--bg);border:1px solid var(--border);border-radius:20px;padding:6px 14px;font-size:13px;font-weight:500}.detail-price-row{display:flex;align-items:baseline;gap:12px}.detail-price{font-size:32px;font-weight:700;color:var(--text);font-family:Playfair Display,serif}.special-note{resize:none;font-size:13px}.detail-actions{display:flex;flex-direction:column;gap:10px}.detail-add{padding:14px;font-size:15px}.detail-back{padding:12px;font-size:14px}@media(max-width:768px){.meal-detail-grid{grid-template-columns:1fr;gap:24px}}@media(max-width:600px){.detail-img-col{height:220px}.detail-panel{padding:20px 16px;gap:16px}.detail-name{font-size:20px}}.cart-page{padding:40px 0 64px}.cart-title{font-size:28px;margin-bottom:28px;font-family:Playfair Display,serif}.cart-empty{text-align:center;padding:100px 0}.empty-icon{font-size:72px;margin-bottom:20px}.cart-empty h2{font-size:26px;margin-bottom:10px}.cart-empty p{color:var(--text-muted);margin-bottom:24px}.cart-layout{display:grid;grid-template-columns:1fr 360px;gap:28px;align-items:start}.cart-items{display:flex;flex-direction:column;gap:14px}.cart-item{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:16px;display:flex;align-items:center;gap:16px}.cart-item-img{width:80px;height:72px;object-fit:cover;border-radius:var(--radius-sm);flex-shrink:0}.cart-item-info{flex:1}.cart-item-info h4{font-size:15px;font-weight:600;margin-bottom:3px}.cart-item-cat{font-size:12px;color:var(--text-light);margin-bottom:4px}.cart-item-price{font-size:14px;font-weight:600;color:var(--orange)}.cart-item-right{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.cart-item-total{font-size:16px;font-weight:700}.qty-ctrl{display:flex;align-items:center;border:1.5px solid var(--border);border-radius:6px;overflow:hidden}.qty-ctrl button{background:none;border:none;width:32px;height:32px;font-size:18px;font-weight:600;color:var(--orange);transition:background .15s}.qty-ctrl button:hover{background:var(--orange-light)}.qty-ctrl span{font-size:14px;font-weight:600;width:32px;text-align:center}.remove-btn{background:none;border:none;color:var(--text-light);font-size:14px;transition:color .15s}.remove-btn:hover{color:var(--red)}.order-summary-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:24px;position:sticky;top:80px}.order-summary-card h3{font-size:18px;font-weight:700;margin-bottom:18px}.promo-row{display:flex;gap:8px;margin-bottom:20px}.promo-row .input-field{flex:1}.promo-row .btn{padding:10px 16px;font-size:13px;flex-shrink:0}.summary-lines{display:flex;flex-direction:column;gap:11px;margin-bottom:20px}.summary-line{display:flex;justify-content:space-between;font-size:14px}.summary-line span:last-child{font-weight:600}.summary-divider{height:1px;background:var(--border)}.summary-total{font-size:16px;font-weight:700}.summary-total span{font-size:18px}.special-instructions{margin-bottom:20px}.special-instructions .input-field{resize:none;font-size:13px}.proceed-btn{padding:14px;font-size:15px}@media(max-width:900px){.cart-layout{grid-template-columns:1fr}.order-summary-card{position:static}}@media(max-width:600px){.cart-item{flex-wrap:wrap}.cart-item-img{width:64px;height:60px}}@media(max-width:600px){.cart-item-img{width:56px;height:52px}.cart-item-info h4{font-size:13px}.qty-ctrl button{width:28px;height:28px}}.checkout-page{padding:40px 0 72px}.checkout-steps{display:flex;align-items:center;justify-content:center;gap:0;margin-bottom:36px;flex-wrap:wrap}.ck-step{display:flex;align-items:center;gap:8px}.ck-step-dot{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;background:var(--border);color:var(--text-muted);flex-shrink:0}.ck-step.done .ck-step-dot{background:var(--orange);color:#fff}.ck-step.active .ck-step-dot{background:var(--orange);color:#fff;box-shadow:0 0 0 4px #e8721c33}.ck-step span{font-size:13px;font-weight:500;color:var(--text-muted);white-space:nowrap}.ck-step.done span,.ck-step.active span{color:var(--text);font-weight:600}.ck-step-line{width:48px;height:2px;background:var(--border);margin:0 8px}.ck-step.done .ck-step-line{background:var(--orange)}.checkout-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:36px;max-width:540px;margin:0 auto;display:flex;flex-direction:column;gap:20px}.checkout-card h2{font-size:24px;font-family:Playfair Display,serif}.delivery-address-box{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);padding:14px 16px}.delivery-address-box p{font-size:14px;color:var(--text-muted);margin-bottom:2px}.delivery-address-box strong{color:var(--text)}.change-link{background:none;border:none;color:var(--orange);font-size:13px;font-weight:600;margin-top:8px}.form-group{display:flex;flex-direction:column;gap:6px}.checkout-summary-mini{display:flex;justify-content:space-between;align-items:center;background:var(--orange-light);border-radius:var(--radius-sm);padding:12px 16px;font-size:15px}.checkout-summary-mini strong{font-size:18px;color:var(--orange)}.checkout-next{padding:14px;font-size:15px}.pay-methods{display:flex;gap:10px}.pay-method{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;border:2px solid var(--border);border-radius:var(--radius-sm);font-size:14px;font-weight:600;cursor:pointer;transition:all .18s}.pay-method input{display:none}.pay-method.active{border-color:var(--orange);background:var(--orange-light);color:var(--orange)}.card-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.secure-note{text-align:center;font-size:12px;color:var(--text-light)}.loading-card{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:100px 0;text-align:center;max-width:400px;margin:0 auto}.loader-ring{width:64px;height:64px;border-radius:50%;border:5px solid var(--border);border-top-color:var(--orange);animation:spin .9s linear infinite;margin-bottom:28px}.loading-card h3{font-size:22px;margin-bottom:8px}.loading-card p{color:var(--text-muted)}.confirmed-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:80px 0;max-width:480px;margin:0 auto;gap:16px}.confirmed-icon{width:80px;height:80px;border-radius:50%;background:var(--green);color:#fff;font-size:36px;font-weight:700;display:flex;align-items:center;justify-content:center;margin-bottom:8px}.confirmed-card h2{font-size:28px}.confirmed-card p{color:var(--text-muted);max-width:340px}.order-id-box{background:var(--orange);color:#fff;padding:12px 32px;border-radius:6px;font-size:15px;font-weight:700}.confirmed-btns{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}@media(max-width:600px){.checkout-card{padding:24px 18px}.ck-step span{display:none}.ck-step-line{width:24px}}@media(max-width:480px){.checkout-card{padding:20px 16px}.card-row{grid-template-columns:1fr}}.auth-page{display:grid;grid-template-columns:1fr 1fr;min-height:calc(100vh - 64px)}.auth-left{position:relative;overflow:hidden}.auth-left-img{position:absolute;inset:0}.auth-left-img img{width:100%;height:100%;object-fit:cover}.auth-left-overlay{position:absolute;inset:0;background:#e8721c9e}.auth-left-content{position:relative;z-index:2;color:#fff;padding:60px 48px;display:flex;flex-direction:column;justify-content:flex-end;height:100%}.auth-left-content h2{font-family:Playfair Display,serif;font-size:32px;margin-bottom:14px}.auth-left-content p{font-size:16px;line-height:1.7;opacity:.92;max-width:360px}.auth-right{display:flex;align-items:center;justify-content:center;padding:48px 32px;background:#fff;overflow-y:auto}.auth-form-wrap{width:100%;max-width:380px;display:flex;flex-direction:column;gap:16px}.auth-logo{font-family:Island Moments,cursive;font-size:20px;font-weight:700;color:var(--orange);margin-bottom:4px}.auth-form-wrap h3{font-size:22px;font-family:Playfair Display,serif;color:var(--text);margin-bottom:4px}.input-wrap{position:relative;display:flex;align-items:center}.input-wrap .input-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);font-size:14px;pointer-events:none}.pwd-toggle{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none;font-size:14px;cursor:pointer}.forgot-link{background:none;border:none;color:var(--orange);font-size:13px;text-align:right;align-self:flex-end;font-weight:500}.forgot-link:hover{text-decoration:underline}.auth-hint{text-align:center;font-size:12px;color:var(--text-light)}.terms-check{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:var(--text-muted);cursor:pointer;line-height:1.5}.terms-check button{background:none;border:none;color:var(--orange);font-size:13px;font-weight:600}.auth-switch{text-align:center;font-size:13px;color:var(--text-muted)}.auth-switch button{background:none;border:none;color:var(--orange);font-weight:600;font-size:13px}@media(max-width:768px){.auth-page{grid-template-columns:1fr}.auth-left{display:none}.auth-right{min-height:calc(100vh - 64px)}}@media(max-width:768px){.auth-right{padding:32px 20px}.auth-form-wrap{max-width:100%}}.orders-page{padding:40px 0 64px}.orders-title{font-size:28px;margin-bottom:6px}.orders-sub{color:var(--text-muted);margin-bottom:32px}.orders-empty{text-align:center;padding:80px 0;font-size:56px;display:flex;flex-direction:column;align-items:center;gap:16px}.orders-list{display:flex;flex-direction:column;gap:16px}.order-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:22px 24px}.order-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:14px}.order-id{font-size:15px;font-weight:700;display:block;margin-bottom:3px}.order-date{font-size:13px;color:var(--text-light)}.order-status{font-size:12px;font-weight:700;padding:4px 12px;border-radius:20px}.order-status.green{background:#e6f4ea;color:var(--green)}.order-status.orange{background:var(--orange-light);color:var(--orange)}.order-status.red{background:#fee;color:var(--red)}.order-items{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:18px}.order-item-pill{background:var(--bg);border:1px solid var(--border);border-radius:20px;font-size:13px;padding:5px 13px;color:var(--text-muted)}.order-card-footer{display:flex;justify-content:space-between;align-items:center}.order-total{font-size:18px;font-weight:700;font-family:Playfair Display,serif}.order-actions{display:flex;gap:10px}.order-action-btn{padding:8px 18px;font-size:13px}.footer{background:var(--brown);color:#c8b8ac;margin-top:auto}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1.5fr 1fr;gap:48px;padding:56px 0 40px}.footer-logo{font-family:Island Moments,cursive;font-size:20px;font-weight:700;color:var(--orange);margin-bottom:14px}.footer-brand p{font-size:18px;line-height:1.8;max-width:240px}.footer-col h4{color:#fff;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;margin-bottom:16px}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:9px}.footer-col li,.footer-col button{font-size:13px;color:#c8b8ac;background:none;border:none;padding:0;text-align:left;transition:color .18s}.footer-col button:hover{color:var(--orange)}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:18px 0}.footer-bottom-inner{display:flex;justify-content:space-between;align-items:center;font-size:12px;flex-wrap:wrap;gap:8px}.footer-bottom-links{display:flex;gap:16px}.footer-bottom-links button{background:none;border:none;color:#c8b8ac;font-size:12px;transition:color .18s}.footer-bottom-links button:hover{color:var(--orange)}@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr;gap:32px}}@media(max-width:600px){.footer-grid{grid-template-columns:1fr;gap:28px}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--orange: #E8721C;--orange-dark: #C85E12;--orange-light: #FFF3EA;--brown: #3B2314;--brown-mid: #5C3D2A;--text: #1A1209;--text-muted: #6B5B4E;--text-light: #A08070;--border: #E8DDD4;--bg: #FAF7F4;--white: #FFFFFF;--green: #22863A;--red: #D73A49;--shadow-sm: 0 1px 4px rgba(0,0,0,.08);--shadow: 0 4px 16px rgba(0,0,0,.1);--shadow-lg: 0 8px 32px rgba(0,0,0,.14);--radius: 12px;--radius-sm: 8px;--radius-xs: 6px}html{scroll-behavior:smooth;font-size:16px}body{font-family:Inter,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3{font-family:Playfair Display,serif;line-height:1.2}h4,h5,h6{font-family:Inter,sans-serif;font-weight:600}a{text-decoration:none;color:inherit}button{font-family:Inter,sans-serif;cursor:pointer}input,textarea,select{font-family:Inter,sans-serif}.app{min-height:100vh;display:flex;flex-direction:column}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;border-radius:6px;padding:11px 24px;font-size:14px;font-weight:600;transition:all .2s ease;cursor:pointer}.btn-orange{background:var(--orange);color:#fff}.btn-orange:hover{background:var(--orange-dark)}.btn-orange:disabled{opacity:.6;cursor:not-allowed}.btn-outline-orange{background:transparent;color:var(--orange);border:1.5px solid var(--orange)}.btn-outline-orange:hover{background:var(--orange-light)}.btn-white{background:#fff;color:var(--text);border:1.5px solid var(--border)}.btn-white:hover{border-color:var(--orange);color:var(--orange)}.btn-full{width:100%}.input-wrap{position:relative}.input-wrap .input-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--text-muted);font-size:15px}.input-field{width:100%;padding:11px 14px;border:1.5px solid var(--border);border-radius:var(--radius-xs);font-size:14px;background:#fff;color:var(--text);transition:border .2s}.input-field.with-icon{padding-left:38px}.input-field:focus{outline:none;border-color:var(--orange)}.input-label{font-size:13px;font-weight:500;color:var(--text-muted);margin-bottom:6px;display:block}.container{max-width:1180px;margin:0 auto;padding:0 24px}.container-sm{max-width:800px;margin:0 auto;padding:0 24px}.divider{display:flex;align-items:center;gap:12px;margin:16px 0}.divider hr{flex:1;border:none;border-top:1px solid var(--border)}.divider span{font-size:13px;color:var(--text-muted);white-space:nowrap}.social-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;padding:11px;border:1.5px solid var(--border);border-radius:6px;background:#fff;font-size:14px;font-weight:500;cursor:pointer;transition:border .2s;margin-bottom:10px}.social-btn:hover{border-color:var(--text-muted)}.stars{color:#f5a623;font-size:13px;letter-spacing:1px}.badge-orange{background:var(--orange);color:#fff;font-size:11px;font-weight:700;padding:3px 9px;border-radius:4px}.badge-green{background:#e6f4ea;color:var(--green);font-size:11px;font-weight:700;padding:3px 9px;border-radius:4px}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes spin{to{transform:rotate(360deg)}}.fade-up{animation:fadeUp .45s ease forwards}.anim-delay-1{animation-delay:.08s;opacity:0}.anim-delay-2{animation-delay:.16s;opacity:0}.anim-delay-3{animation-delay:.24s;opacity:0}@media(max-width:768px){.container{padding:0 16px}}
