@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";.lang-switcher{display:inline-flex;background:#fff3;border-radius:999px;padding:.1875rem;gap:.125rem}.lang-switcher-option{border:none;background:transparent;color:#fff;font-family:Inter,sans-serif;font-size:.75rem;font-weight:700;padding:.3125rem .75rem;border-radius:999px;cursor:pointer;transition:background-color .15s ease,color .15s ease}.lang-switcher-option.is-active{background:#fff;color:#1565c0}.app-icon{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24;line-height:1;vertical-align:middle;font-size:1.375rem}.app-header{display:flex;justify-content:center;padding:.875rem 1.5rem;background:linear-gradient(90deg,#1565c0,#1e88e5);box-shadow:0 2px 8px #1565c040;position:sticky;top:0;z-index:10}.app-header-inner{display:flex;align-items:center;gap:1.5rem;width:100%;max-width:75rem}.app-header-brand{color:#fff;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:800;letter-spacing:.01em;text-decoration:none;flex-shrink:0}.app-header-search{display:flex;flex:1;max-width:40rem;background:#fff;border-radius:.5rem;overflow:hidden}.app-header-search input{flex:1;border:none;outline:none;padding:.5rem .875rem;font-family:Inter,sans-serif;font-size:.875rem}.app-header-search button{border:none;background:transparent;padding:0 .875rem;cursor:pointer;color:#6e6b86;display:flex;align-items:center}.app-header-actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.app-header-cart{position:relative;color:#fff;text-decoration:none;line-height:1;display:flex}.app-header-cart-badge{position:absolute;top:-.5rem;right:-.625rem;background:#fff;color:#1565c0;font-family:Inter,sans-serif;font-size:.6875rem;font-weight:800;border-radius:999px;min-width:1.125rem;height:1.125rem;display:flex;align-items:center;justify-content:center;padding:0 .25rem}.app-header-panel-wrapper{position:relative;display:flex}.app-header-icon-button{background:transparent;border:none;color:#fff;cursor:pointer;padding:.25rem;border-radius:999px;display:flex;align-items:center}.app-header-icon-button:hover{background:#ffffff26}.app-header-panel{position:absolute;top:100%;right:-.5rem;margin-top:.625rem;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;box-shadow:0 4px 12px #0000001a;padding:1rem;min-width:12rem;z-index:20}.app-header-panel p{margin:0;font-family:Inter,sans-serif;font-size:.8125rem;color:#6e6b86;text-align:center}.app-header-store{display:flex;align-items:center;gap:.375rem;color:#fff;font-family:Inter,sans-serif;font-size:.8125rem;font-weight:600;white-space:nowrap;text-decoration:none;padding:.25rem;border-radius:.375rem}.app-header-store:hover{background:#ffffff26}.app-header-store-label{display:none}.app-header-guest-actions{display:flex;align-items:center;gap:.5rem}.app-header-login,.app-header-register{font-family:Inter,sans-serif;font-size:.875rem;font-weight:700;text-decoration:none;border-radius:.5rem;padding:.375rem .875rem;white-space:nowrap}.app-header-login{color:#fff;border:1px solid #ffffff}.app-header-login:hover{background:#ffffff26}.app-header-register{color:#1565c0;background:#fff;border:1px solid #ffffff}.app-header-register:hover{background:#eaf2fc}.app-header-account{position:relative}.app-header-account-trigger{display:flex;align-items:center;gap:.5rem;background:transparent;border:none;cursor:pointer;padding:0}.app-header-avatar{width:1.75rem;height:1.75rem;border-radius:999px;background:#fff;color:#1565c0;font-family:Inter,sans-serif;font-size:.8125rem;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}.app-header-account-name{color:#fff;font-family:Inter,sans-serif;font-size:.8125rem;font-weight:600;max-width:8rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-header-account-menu{position:absolute;top:100%;right:0;margin-top:.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;box-shadow:0 4px 12px #0000001a;overflow:hidden;min-width:8rem}.app-header-account-menu button{display:block;width:100%;text-align:left;background:transparent;border:none;padding:.625rem .875rem;font-family:Inter,sans-serif;font-size:.8125rem;font-weight:600;color:#212121;cursor:pointer}.app-header-account-menu button:hover{background:#eaf2fc}@media(min-width:48rem){.app-header-store-label{display:inline}}@media(max-width:42rem){.app-header-search{display:none}}@media(max-width:26rem){.app-header-panel-wrapper,.app-header-store,.app-header-account-name,.app-header-register{display:none}}.app-footer{text-align:center;padding:2rem 1.5rem;font-family:Inter,sans-serif;font-size:.75rem;color:#9ca3af}.app-footer p{margin:.25rem 0}.category-nav{display:flex;gap:.5rem;overflow-x:auto;padding:.25rem 0 .5rem;scrollbar-width:thin}.category-pill{display:inline-flex;align-items:center;gap:.375rem;white-space:nowrap;border:1px solid #e5e7eb;background:#fff;color:#212121;font-family:Inter,sans-serif;font-size:.8125rem;font-weight:600;padding:.5rem .875rem;border-radius:999px;cursor:pointer;transition:border-color .15s ease,background-color .15s ease,color .15s ease}.category-pill-icon{font-size:1rem}.category-pill.is-active{background:#1565c0;border-color:#1565c0;color:#fff}.product-card{display:flex;flex-direction:column;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;overflow:hidden;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.product-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #03ac0e24;border-color:#1e88e5}.product-card-link{display:flex;flex-direction:column;padding:.75rem;text-decoration:none;color:inherit;flex:1}.product-card-image{position:relative;aspect-ratio:1 / 1;border-radius:.5rem;overflow:hidden;background:#f5f6f8;margin-bottom:.625rem}.product-card-image img{width:100%;height:100%;object-fit:cover}.product-card-discount{position:absolute;top:.375rem;left:.375rem;background:#e53935;color:#fff;font-family:Inter,sans-serif;font-size:.6875rem;font-weight:800;padding:.125rem .375rem;border-radius:.25rem}.product-card-name{font-family:Inter,sans-serif;font-size:.8125rem;font-weight:500;color:#212121;margin:0 0 .375rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.2em}.product-card-price-row{display:flex;align-items:baseline;gap:.375rem;flex-wrap:wrap}.product-card-price{font-family:Inter,sans-serif;font-size:.9375rem;font-weight:700;color:#212121}.product-card-original-price{font-family:Inter,sans-serif;font-size:.75rem;color:#9ca3af;text-decoration:line-through}.product-card-meta{display:flex;gap:.625rem;font-family:Inter,sans-serif;font-size:.75rem;color:#6e6b86;margin-top:.375rem}.product-card-city{font-family:Inter,sans-serif;font-size:.6875rem;color:#9ca3af;margin:.25rem 0 0}.product-card-add{border:none;border-top:1px solid #e5e7eb;background:#fff;color:#1565c0;font-family:Inter,sans-serif;font-size:.8125rem;font-weight:700;padding:.625rem;cursor:pointer;transition:background-color .15s ease}.product-card-add:hover{background:#eaf2fc}.promo-slider{position:relative;overflow:hidden;border-radius:.75rem;height:10rem}.promo-slider-track{display:flex;height:100%;transition:transform .5s ease}.promo-slide{flex:0 0 100%;display:flex;align-items:center;justify-content:center;gap:1rem;color:#fff}.promo-slide-emoji{font-size:2.5rem}.promo-slide-title{font-family:Inter,sans-serif;font-size:1.25rem;font-weight:800;text-shadow:0 1px 4px rgba(0,0,0,.15)}.promo-slider-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffd9;border:none;border-radius:999px;width:2rem;height:2rem;font-size:1.25rem;line-height:1;cursor:pointer;color:#212121}.promo-slider-arrow-prev{left:.75rem}.promo-slider-arrow-next{right:.75rem}.promo-slider-dots{position:absolute;bottom:.75rem;left:0;right:0;display:flex;justify-content:center;gap:.5rem}.promo-slider-dot{width:.5rem;height:.5rem;border-radius:999px;border:none;background:#ffffff80;cursor:pointer;padding:0}.promo-slider-dot-active{background:#fff}@media(max-width:40rem){.promo-slider{height:8rem}.promo-slide-emoji{font-size:2rem}.promo-slide-title{font-size:1rem}}.home-page{min-height:100vh;background:#f5f6f8}.home-hero{background:linear-gradient(90deg,#1565c0,#1e88e5);padding:2rem 1.5rem 2.5rem;text-align:center}.home-hero h1{font-family:Inter,sans-serif;font-size:1.5rem;font-weight:800;color:#fff;margin:0 0 .5rem}.home-hero p{font-family:Inter,sans-serif;font-size:.9375rem;color:#ffffffe6;max-width:34rem;margin:0 auto}.home-content{max-width:72rem;margin:-1.25rem auto 0;padding:0 1.5rem 3rem}.home-content .promo-slider{margin-bottom:1.5rem}.home-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(11.5rem,1fr));gap:1rem;margin-top:1rem}.home-no-results{text-align:center;font-family:Inter,sans-serif;color:#6e6b86;padding:3rem 0}.product-detail-page{min-height:100vh;background:#f5f6f8}.product-detail-content{max-width:60rem;margin:0 auto;padding:1.5rem}.product-detail-back{display:inline-block;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;color:#1565c0;text-decoration:none;margin-bottom:1rem}.product-detail-grid{display:grid;grid-template-columns:22rem 1fr;gap:2rem;background:#fff;border-radius:.75rem;border:1px solid #e5e7eb;padding:1.5rem}.product-detail-image{aspect-ratio:1 / 1;border-radius:.5rem;overflow:hidden;background:#f5f6f8}.product-detail-image img{width:100%;height:100%;object-fit:cover}.product-detail-info h1{font-family:Inter,sans-serif;font-size:1.25rem;font-weight:700;color:#212121;margin:0 0 .75rem}.product-detail-meta{display:flex;gap:1rem;font-family:Inter,sans-serif;font-size:.8125rem;color:#6e6b86;margin-bottom:1rem}.product-detail-price-row{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}.product-detail-price{font-family:Inter,sans-serif;font-size:1.5rem;font-weight:800;color:#212121}.product-detail-original-price{font-family:Inter,sans-serif;font-size:1rem;color:#9ca3af;text-decoration:line-through}.product-detail-discount{background:#e53935;color:#fff;font-family:Inter,sans-serif;font-size:.75rem;font-weight:800;padding:.125rem .5rem;border-radius:.25rem}.product-detail-description h2{font-family:Inter,sans-serif;font-size:.9375rem;font-weight:700;color:#212121;margin:0 0 .375rem}.product-detail-description p{font-family:Inter,sans-serif;font-size:.875rem;color:#475161;text-align:left;line-height:1.6;margin:0 0 1.25rem}.product-detail-qty{display:flex;align-items:center;gap:1rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;color:#212121;margin-bottom:1.25rem}.product-detail-qty-control{display:flex;align-items:center;gap:.75rem;border:1px solid #e5e7eb;border-radius:.5rem;padding:.25rem .75rem}.product-detail-qty-control button{border:none;background:transparent;font-size:1rem;font-weight:700;cursor:pointer;color:#1565c0;width:1.25rem}.product-detail-actions{display:flex;gap:.75rem}.product-detail-add,.product-detail-buy{flex:1;border-radius:.5rem;padding:.75rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:700;cursor:pointer;border:1px solid #1565c0}.product-detail-add{background:#fff;color:#1565c0}.product-detail-add:hover{background:#eaf2fc}.product-detail-buy{background:#1565c0;color:#fff}.product-detail-buy:hover{background:#0d47a1}.product-detail-not-found{max-width:30rem;margin:3rem auto;text-align:center;font-family:Inter,sans-serif;color:#212121}.product-detail-not-found a{color:#1565c0;font-weight:600}.product-detail-reviews,.product-detail-related{background:#fff;border-radius:.75rem;border:1px solid #e5e7eb;padding:1.5rem;margin-top:1.5rem}.product-detail-reviews h2,.product-detail-related h2{font-family:Inter,sans-serif;font-size:1rem;font-weight:700;color:#212121;margin:0 0 1rem}.product-detail-no-reviews{font-family:Inter,sans-serif;font-size:.875rem;color:#6e6b86}.product-detail-review-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.product-detail-review{border-top:1px solid #f0f1f3;padding-top:1rem}.product-detail-review:first-child{border-top:none;padding-top:0}.product-detail-review-meta{display:flex;align-items:center;gap:.75rem;margin-bottom:.375rem}.product-detail-review-name{font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;color:#212121}.product-detail-review-rating{font-size:.75rem}.product-detail-review-comment{font-family:Inter,sans-serif;font-size:.875rem;color:#475161;line-height:1.6;margin:0}.product-detail-related-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(10rem,1fr));gap:1rem}@media(max-width:40rem){.product-detail-grid{grid-template-columns:1fr}}.cart-page{min-height:100vh;background:#f5f6f8}.cart-content{max-width:48rem;margin:0 auto;padding:1.5rem}.cart-content h1{font-family:Inter,sans-serif;font-size:1.25rem;font-weight:800;color:#212121;margin:0 0 1.25rem}.cart-empty{text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:3rem 1.5rem;font-family:Inter,sans-serif}.cart-empty p{color:#6e6b86;margin:0 0 1rem}.cart-empty a{color:#fff;background:#1565c0;text-decoration:none;font-weight:700;padding:.625rem 1.25rem;border-radius:.5rem}.cart-items{display:flex;flex-direction:column;gap:.75rem}.cart-item{display:grid;grid-template-columns:4rem 1fr auto auto auto;align-items:center;gap:1rem;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:.75rem}.cart-item img{width:4rem;height:4rem;border-radius:.5rem;object-fit:cover;background:#f5f6f8}.cart-item-info{display:flex;flex-direction:column;gap:.25rem;min-width:0}.cart-item-info a{font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;color:#212121;text-decoration:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cart-item-price{font-family:Inter,sans-serif;font-size:.8125rem;color:#6e6b86}.cart-item-qty{display:flex;align-items:center;gap:.5rem;border:1px solid #e5e7eb;border-radius:.5rem;padding:.25rem .625rem}.cart-item-qty button{border:none;background:transparent;color:#1565c0;font-weight:700;cursor:pointer}.cart-item-total{font-family:Inter,sans-serif;font-size:.875rem;font-weight:700;color:#212121;white-space:nowrap}.cart-item-remove{border:none;background:transparent;color:#e53935;font-family:Inter,sans-serif;font-size:.8125rem;font-weight:600;cursor:pointer}.cart-summary{display:flex;justify-content:space-between;align-items:center;font-family:Inter,sans-serif;font-size:.9375rem;color:#212121;margin:1.25rem 0 .75rem}.cart-summary-total{font-size:1.125rem;font-weight:800}.cart-checkout{width:100%;border:none;background:#1565c0;color:#fff;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:700;padding:.75rem;border-radius:.5rem;cursor:pointer}.cart-checkout:hover{background:#0d47a1}.cart-checkout:disabled{opacity:.6;cursor:not-allowed}.cart-checkout-error{text-align:center;font-family:Inter,sans-serif;font-size:.8125rem;color:#e53935;margin-top:.75rem}@media(max-width:30rem){.cart-item{grid-template-columns:3rem 1fr;grid-template-areas:"image info" "qty total" "remove remove"}}.checkout-page{min-height:100vh;background:#f5f6f8}.checkout-content{max-width:60rem;margin:0 auto;padding:1.5rem}.checkout-content h1{font-family:Inter,sans-serif;font-size:1.25rem;font-weight:800;color:#212121;margin:0 0 1.25rem}.checkout-grid{display:grid;grid-template-columns:1fr 20rem;gap:1.25rem;align-items:start}.checkout-main{display:flex;flex-direction:column;gap:1.25rem}.checkout-card{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.25rem}.checkout-card h2{font-family:Inter,sans-serif;font-size:.9375rem;font-weight:800;color:#212121;margin:0 0 .875rem}.checkout-address{display:flex;gap:.75rem;align-items:flex-start;border:1px solid #e5e7eb;border-radius:.5rem;padding:.75rem;margin-bottom:.625rem;cursor:pointer}.checkout-address input[type=radio],.checkout-courier input[type=radio]{accent-color:#1565c0;margin-top:.25rem}.checkout-address-selected,.checkout-courier-selected{border-color:#1565c0;background:#f0f7ff}.checkout-address-body{flex:1;min-width:0;font-family:Inter,sans-serif}.checkout-address-head{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.checkout-address-label{background:#eef2ff;color:#1565c0;font-size:.6875rem;font-weight:800;padding:.125rem .5rem;border-radius:999px}.checkout-address-main{background:#e8f5e9;color:#2e7d32;font-size:.6875rem;font-weight:700;padding:.125rem .5rem;border-radius:999px}.checkout-address-actions{margin-left:auto;display:flex;gap:.5rem}.checkout-address-actions button{border:none;background:transparent;color:#1565c0;font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;cursor:pointer;padding:0}.checkout-address-actions button:last-child{color:#e53935}.checkout-address-recipient{font-size:.875rem;font-weight:700;color:#212121}.checkout-address-detail{font-size:.8125rem;color:#6e6b86;line-height:1.4}.checkout-add-address{border:1px dashed #1565c0;background:transparent;color:#1565c0;font-family:Inter,sans-serif;font-size:.8125rem;font-weight:700;padding:.625rem;border-radius:.5rem;width:100%;cursor:pointer}.checkout-address-form{border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem;margin-top:.625rem;display:flex;flex-direction:column;gap:.625rem}.checkout-address-form h3{font-family:Inter,sans-serif;font-size:.875rem;font-weight:800;color:#212121;margin:0}.checkout-address-form label{display:flex;flex-direction:column;gap:.25rem;font-family:Inter,sans-serif;font-size:.75rem;color:#6e6b86}.checkout-address-form input,.checkout-address-form select,.checkout-address-form textarea{font-family:Inter,sans-serif;font-size:.875rem;color:#212121;border:1px solid #e5e7eb;border-radius:.5rem;padding:.625rem;background:#fff;resize:vertical}.checkout-address-form input:focus,.checkout-address-form select:focus,.checkout-address-form textarea:focus{outline:none;border-color:#1565c0}.checkout-form-error{font-family:Inter,sans-serif;font-size:.8125rem;color:#e53935;margin:0}.checkout-form-actions{display:flex;gap:.625rem}.checkout-btn-primary{border:none;background:#1565c0;color:#fff;font-family:Inter,sans-serif;font-size:.8125rem;font-weight:700;padding:.625rem 1.25rem;border-radius:.5rem;cursor:pointer}.checkout-btn-primary:disabled{opacity:.6;cursor:not-allowed}.checkout-btn-secondary{border:1px solid #e5e7eb;background:#fff;color:#475161;font-family:Inter,sans-serif;font-size:.8125rem;font-weight:700;padding:.625rem 1.25rem;border-radius:.5rem;cursor:pointer}.checkout-loading{font-family:Inter,sans-serif;font-size:.8125rem;color:#6e6b86;margin:0}.checkout-courier{display:flex;align-items:center;gap:.75rem;border:1px solid #e5e7eb;border-radius:.5rem;padding:.625rem .75rem;margin-bottom:.5rem;cursor:pointer;font-family:Inter,sans-serif}.checkout-courier:last-child{margin-bottom:0}.checkout-courier-name{font-size:.875rem;font-weight:800;color:#212121}.checkout-courier-service{font-size:.75rem;color:#6e6b86}.checkout-courier-cost{margin-left:auto;font-size:.875rem;font-weight:700;color:#212121}.checkout-summary-items{list-style:none;margin:0 0 .875rem;padding:0;display:flex;flex-direction:column;gap:.5rem}.checkout-summary-items li{display:flex;justify-content:space-between;gap:.75rem;font-family:Inter,sans-serif;font-size:.8125rem;color:#212121}.checkout-summary-rows{display:grid;grid-template-columns:1fr auto;gap:.5rem;font-family:Inter,sans-serif;font-size:.8125rem;color:#475161;border-top:1px solid #f0f1f3;padding-top:.875rem;margin-bottom:.875rem}.checkout-summary-total{font-weight:800;color:#212121}.checkout-place-order{width:100%;border:none;background:#1565c0;color:#fff;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:700;padding:.75rem;border-radius:.5rem;cursor:pointer}.checkout-place-order:hover{background:#0d47a1}.checkout-place-order:disabled{opacity:.6;cursor:not-allowed}.checkout-error{text-align:center;font-family:Inter,sans-serif;font-size:.8125rem;color:#e53935;margin:.75rem 0 0}.checkout-empty{max-width:26rem;margin:3rem auto;text-align:center;font-family:Inter,sans-serif;color:#212121;display:flex;flex-direction:column;gap:.75rem}.checkout-empty a{color:#1565c0;font-weight:600}@media(max-width:48rem){.checkout-grid{grid-template-columns:1fr}}.login-page{min-height:100vh;background:#f5f6f8}.login-content{max-width:64rem;margin:3rem auto;padding:0 1.5rem;display:grid;grid-template-columns:1fr 24rem;gap:2rem;align-items:center}.login-showcase{position:relative;border-radius:1rem;overflow:hidden;min-height:26rem;background:linear-gradient(135deg,#1565c0,#1e88e5 55%,#7c4dff);display:flex;flex-direction:column;justify-content:flex-end;padding:2rem}.login-showcase-tiles{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);gap:1rem;padding:2rem;opacity:.9}.login-showcase-tile{border-radius:1rem;display:flex;align-items:center;justify-content:center;font-size:2.25rem;box-shadow:0 8px 20px #0000002e}.login-showcase-text{position:relative;z-index:1;background:linear-gradient(0deg,#0d47a1eb,#0d47a100);margin:-3rem -2rem -2rem;padding:3rem 2rem 1.5rem}.login-showcase-text h2{font-family:Inter,sans-serif;font-size:1.5rem;font-weight:800;color:#fff;margin:0 0 .375rem}.login-showcase-text p{font-family:Inter,sans-serif;font-size:.875rem;color:#ffffffe6;margin:0;max-width:22rem}.login-card{background:#fff;border-radius:.75rem;border:1px solid #e5e7eb;padding:2rem;display:flex;flex-direction:column;gap:1rem}.login-card h1{font-family:Inter,sans-serif;font-size:1.25rem;font-weight:700;color:#212121;margin:0 0 .5rem;text-align:center}.login-field{display:flex;flex-direction:column;gap:.375rem;font-family:Inter,sans-serif;font-size:.8125rem;font-weight:600;color:#475161}.login-field input{border:1px solid #e5e7eb;border-radius:.5rem;padding:.625rem .75rem;font-family:Inter,sans-serif;font-size:.875rem;outline:none}.login-field input:focus{border-color:#1565c0}.login-checkbox-field{display:flex;align-items:center;gap:.5rem;font-family:Inter,sans-serif;font-size:.8125rem;font-weight:600;color:#475161;cursor:pointer}.login-checkbox-field input{width:1rem;height:1rem;accent-color:#1565c0;cursor:pointer}.login-error{font-family:Inter,sans-serif;font-size:.8125rem;color:#e53935;margin:0}.login-submit{background:#1565c0;color:#fff;border:none;border-radius:.5rem;padding:.75rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:700;cursor:pointer}.login-submit:hover{background:#0d47a1}.login-submit:disabled{opacity:.6;cursor:not-allowed}.login-switch{background:transparent;border:none;color:#1565c0;font-family:Inter,sans-serif;font-size:.8125rem;font-weight:600;cursor:pointer;padding:0}@media(max-width:56rem){.login-content{grid-template-columns:1fr}.login-showcase{display:none}}.store-page{min-height:100vh;background:#f5f6f8}.store-content{max-width:72rem;margin:0 auto;padding:1.5rem 1.5rem 3rem}.store-banner{background:linear-gradient(90deg,#1565c0,#1e88e5);border-radius:.75rem;padding:1.75rem 1.5rem;margin-bottom:1.5rem}.store-banner h1{font-family:Inter,sans-serif;font-size:1.375rem;font-weight:800;color:#fff;margin:0 0 .5rem}.store-banner-head{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.store-add-product{font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;color:#1565c0;background:#fff;border:none;border-radius:.5rem;padding:.5rem 1rem;cursor:pointer;white-space:nowrap}.store-product-form{background:#fff;border-radius:.75rem;padding:1.25rem;margin-bottom:1.5rem;display:flex;flex-direction:column;gap:.75rem;font-family:Inter,sans-serif}.store-product-form h2{margin:0;font-size:1rem;font-weight:700}.store-product-form label{display:flex;flex-direction:column;gap:.25rem;font-size:.8125rem;color:#333}.store-product-form label span{font-weight:600}.store-product-form input,.store-product-form select,.store-product-form textarea{border:1px solid #d8dbe6;border-radius:.5rem;padding:.5rem .625rem;font-family:Inter,sans-serif;font-size:.875rem}.store-product-form-row{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.store-product-form-actions{display:flex;gap:.75rem}.store-save-product{font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;color:#fff;background:#1565c0;border:none;border-radius:.5rem;padding:.5rem 1.25rem;cursor:pointer}.store-cancel-product{font-family:Inter,sans-serif;font-size:.875rem;color:#1565c0;background:transparent;border:1px solid #1565c0;border-radius:.5rem;padding:.5rem 1.25rem;cursor:pointer}.store-form-error,.store-action-error{margin:0;font-family:Inter,sans-serif;font-size:.8125rem;color:#d32f2f}.store-product-tile{display:flex;flex-direction:column;gap:.5rem}.store-delete-product{font-family:Inter,sans-serif;font-size:.8125rem;color:#d32f2f;background:#fff;border:1px solid #ef9a9a;border-radius:.5rem;padding:.375rem;cursor:pointer}.store-meta{display:flex;gap:1rem;font-family:Inter,sans-serif;font-size:.875rem;color:#ffffffe6}.store-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(11.5rem,1fr));gap:1rem}.store-no-products{text-align:center;font-family:Inter,sans-serif;color:#6e6b86;padding:3rem 0}.store-message{max-width:26rem;margin:3rem auto;text-align:center;font-family:Inter,sans-serif;color:#212121;display:flex;flex-direction:column;gap:.75rem}.store-message a{color:#1565c0;font-weight:600}.order-confirmation-page{min-height:100vh;background:#f5f6f8}.order-confirmation-content{max-width:36rem;margin:0 auto;padding:1.5rem}.order-confirmation-banner{text-align:center;margin-bottom:1.5rem}.order-confirmation-banner h1{font-family:Inter,sans-serif;font-size:1.375rem;font-weight:800;color:#212121;margin:0 0 .375rem}.order-confirmation-banner p{font-family:Inter,sans-serif;font-size:.875rem;color:#6e6b86;margin:0}.order-confirmation-card{background:#fff;border-radius:.75rem;border:1px solid #e5e7eb;padding:1.5rem}.order-confirmation-summary{display:flex;justify-content:space-between;font-family:Inter,sans-serif;font-size:.875rem;color:#475161;padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid #f0f1f3}.order-confirmation-items{list-style:none;margin:0 0 1.25rem;padding:0;display:flex;flex-direction:column;gap:.625rem}.order-confirmation-items li{display:flex;justify-content:space-between;font-family:Inter,sans-serif;font-size:.875rem;color:#212121}.order-confirmation-destination{display:flex;flex-direction:column;gap:.25rem;font-family:Inter,sans-serif;font-size:.8125rem;color:#475161;border-top:1px solid #f0f1f3;padding-top:.875rem;margin-bottom:.875rem}.order-confirmation-destination strong{color:#212121;font-size:.875rem}.order-confirmation-totals{display:grid;grid-template-columns:1fr auto;gap:.5rem;font-family:Inter,sans-serif;font-size:.875rem;color:#475161;border-top:1px solid #f0f1f3;padding:1rem 0;margin-bottom:1rem}.order-confirmation-total{font-weight:800;color:#212121}.order-confirmation-pay{display:block;text-align:center;background:#00a650;color:#fff;border-radius:.5rem;padding:.75rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:700;text-decoration:none;margin-bottom:.75rem}.order-confirmation-pay:hover{background:#008c44}.order-confirmation-back{display:block;text-align:center;background:#1565c0;color:#fff;border-radius:.5rem;padding:.75rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:700;text-decoration:none}.order-confirmation-back:hover{background:#0d47a1}.order-confirmation-message{max-width:26rem;margin:3rem auto;text-align:center;font-family:Inter,sans-serif;color:#212121;display:flex;flex-direction:column;gap:.75rem}.order-confirmation-message a{color:#1565c0;font-weight:600}.not-found-page{min-height:100vh;background:#f5f6f8}.not-found-content{max-width:30rem;margin:0 auto;padding:4rem 1.5rem;text-align:center;font-family:Inter,sans-serif}.not-found-content h1{font-size:1.25rem;font-weight:800;color:#212121;margin:0 0 .5rem}.not-found-content p{color:#6e6b86;margin:0 0 1.25rem}.not-found-content a{color:#fff;background:#1565c0;text-decoration:none;font-weight:700;padding:.625rem 1.25rem;border-radius:.5rem}*{box-sizing:border-box}body,html{margin:0;font-family:Inter,sans-serif}
