@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";.cart-page{padding-top:2rem;padding-bottom:3rem}.cart-page__title{font-family:Plus Jakarta Sans,sans-serif;font-size:1.8rem;font-weight:900;color:var(--text);margin-bottom:1.75rem}.cart-layout{display:grid;grid-template-columns:1fr 340px;gap:1.75rem;align-items:start}.cart-list{display:flex;flex-direction:column;gap:1rem}.cart-item{display:grid;grid-template-columns:90px 1fr auto auto;gap:1rem;align-items:center;padding:1rem 1.25rem}.cart-item__image{width:90px;height:90px;object-fit:cover;border-radius:var(--radius-sm);background:var(--surface-2)}.cart-item__name{font-size:.95rem;font-weight:700;color:var(--text);margin-bottom:.25rem}.cart-item__price{font-size:.88rem;color:var(--text-secondary)}.cart-item__qty-wrap{display:flex;align-items:center;gap:.5rem}.cart-item__qty-label{display:none}.cart-item__qty-input{width:64px;padding:.45rem .5rem;border:1.5px solid var(--border-strong);border-radius:var(--radius-sm);font-size:.9rem;font-weight:700;text-align:center;font-family:inherit;min-height:40px;transition:border-color var(--transition)}.cart-item__qty-input:focus{outline:none;border-color:var(--accent)}.cart-item__remove{background:none;border:none;cursor:pointer;color:var(--muted);font-size:1.1rem;padding:.35rem;border-radius:var(--radius-sm);transition:color var(--transition),background var(--transition);min-height:36px;min-width:36px;display:flex;align-items:center;justify-content:center}.cart-item__remove:hover{color:#dc2626;background:#fff5f5}.cart-item__line-total{font-size:1rem;font-weight:800;color:var(--accent);font-family:Plus Jakarta Sans,sans-serif;min-width:80px;text-align:right}.cart-summary{padding:1.5rem;position:sticky;top:calc(var(--header-h) + 1rem)}.cart-summary__title{font-family:Plus Jakarta Sans,sans-serif;font-size:1.1rem;font-weight:800;color:var(--text);margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.cart-summary__row{display:flex;justify-content:space-between;align-items:center;font-size:.9rem;color:var(--text-secondary);padding:.4rem 0}.cart-summary__row--total{font-size:1.1rem;font-weight:800;color:var(--text);border-top:1px solid var(--border);margin-top:.5rem;padding-top:.75rem}.cart-summary__row--total span:last-child{color:var(--accent)}.cart-summary__actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1.25rem}.cart-summary__note{font-size:.75rem;color:var(--muted);text-align:center;margin-top:.5rem}@media (max-width: 900px){.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}}@media (max-width: 600px){.cart-item{grid-template-columns:70px 1fr;grid-template-rows:auto auto}.cart-item__qty-wrap{grid-column:2}.cart-item__line-total{grid-column:2;text-align:left}.cart-item__remove{grid-column:1;grid-row:2}}.home-hero{background:linear-gradient(135deg,#1d3557,#152840 60%,#0d1f33);position:relative;overflow:hidden;min-height:480px;display:flex;align-items:center}.home-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url(https://loremflickr.com/800/600/electronics-and-gadgets?lock=573332885) center/cover no-repeat;opacity:.18}.home-hero__inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;padding:4rem 0;animation:fadeSlideUp .6s ease both}.home-hero__badge{display:inline-flex;align-items:center;gap:.4rem;background:#e639462e;border:1px solid rgba(230,57,70,.35);color:#fca5a5;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.3rem .75rem;border-radius:999px;margin-bottom:1rem}.home-hero__title{font-family:Plus Jakarta Sans,sans-serif;font-size:clamp(2rem,4vw,3.2rem);font-weight:900;color:#fff;line-height:1.1;letter-spacing:-.03em;margin-bottom:1rem}.home-hero__title span{color:var(--accent)}.home-hero__subtitle{font-size:1.05rem;color:#94a3b8;line-height:1.65;margin-bottom:2rem;max-width:440px}.home-hero__actions{display:flex;gap:1rem;flex-wrap:wrap}.home-hero__trust{display:flex;gap:1.5rem;margin-top:2rem;flex-wrap:wrap}.home-hero__trust-item{display:flex;align-items:center;gap:.4rem;font-size:.82rem;color:#64748b;font-weight:500}.home-hero__trust-item svg{color:#22c55e;width:16px;height:16px}.home-hero__image-wrap{position:relative;display:flex;justify-content:center;align-items:center}.home-hero__image{width:100%;max-width:480px;border-radius:var(--radius-lg);box-shadow:0 24px 60px #0006;object-fit:cover;aspect-ratio:4/3;animation:fadeSlideUp .7s .15s ease both}.home-hero__floating-badge{position:absolute;bottom:-12px;left:-12px;background:var(--accent);color:#fff;border-radius:var(--radius-md);padding:.65rem 1rem;font-size:.82rem;font-weight:700;box-shadow:0 8px 24px #e6394666;animation:fadeSlideUp .8s .3s ease both}.home-hero__floating-badge strong{display:block;font-size:1.1rem}@media (max-width: 768px){.home-hero__inner{grid-template-columns:1fr;gap:2rem;padding:2.5rem 0}.home-hero__image-wrap{display:none}.home-hero{min-height:360px}}.home-categories{padding:2.5rem 0}.home-categories__title{font-size:1.3rem;font-weight:800;color:var(--text);margin-bottom:1.25rem;font-family:Plus Jakarta Sans,sans-serif}.home-categories__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem}.home-cat-card{background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius-md);padding:1.25rem 1rem;display:flex;flex-direction:column;align-items:center;gap:.6rem;text-align:center;cursor:pointer;text-decoration:none;transition:border-color var(--transition),box-shadow var(--transition),transform var(--transition)}.home-cat-card:hover{border-color:var(--accent);box-shadow:0 6px 20px #e639461f;transform:translateY(-3px)}.home-cat-card__icon{font-size:2rem;line-height:1}.home-cat-card__label{font-size:.82rem;font-weight:700;color:var(--text)}.home-promo-strip{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin:1rem 0 2.5rem}.home-promo-card{border-radius:var(--radius-md);overflow:hidden;position:relative;min-height:180px;display:flex;align-items:flex-end;text-decoration:none;transition:transform var(--transition),box-shadow var(--transition)}.home-promo-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}.home-promo-card__bg{position:absolute;top:0;right:0;bottom:0;left:0;object-fit:cover;width:100%;height:100%}.home-promo-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.75) 0%,transparent 60%)}.home-promo-card__content{position:relative;z-index:1;padding:1.25rem;color:#fff}.home-promo-card__label{font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#fca5a5;margin-bottom:.3rem}.home-promo-card__title{font-family:Plus Jakarta Sans,sans-serif;font-size:1.15rem;font-weight:800;line-height:1.2}@media (max-width: 600px){.home-promo-strip{grid-template-columns:1fr}}.home-featured{padding:1rem 0 3rem}.home-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;gap:1rem}.home-section-title{font-family:Plus Jakarta Sans,sans-serif;font-size:1.4rem;font-weight:800;color:var(--text);position:relative}.home-section-title:after{content:"";display:block;width:40px;height:3px;background:var(--accent);border-radius:2px;margin-top:5px}.home-section-link{font-size:.88rem;font-weight:700;color:var(--accent);text-decoration:none;display:flex;align-items:center;gap:.3rem;transition:gap var(--transition),color var(--transition)}.home-section-link:hover{gap:.6rem;color:var(--accent-hover)}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.25rem;animation:fadeSlideUp .5s ease both}.product-grid__item{list-style:none}.product-card{display:flex;flex-direction:column;overflow:hidden;transition:box-shadow var(--transition),transform var(--transition);height:100%}.product-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.product-card__media{display:block;overflow:hidden;aspect-ratio:1;background:var(--surface-2);position:relative}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform var(--transition)}.product-card:hover .product-card__image{transform:scale(1.05)}.product-card__badge{position:absolute;top:.6rem;left:.6rem;background:var(--accent);color:#fff;font-size:.68rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;padding:.2rem .55rem;border-radius:4px}.product-card__body{padding:.9rem;display:flex;flex-direction:column;gap:.35rem;flex:1}.product-card__category{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--accent)}.product-card__name{font-size:.95rem;font-weight:700;color:var(--text);line-height:1.3}.product-card__name a{color:inherit;text-decoration:none;transition:color var(--transition)}.product-card__name a:hover{color:var(--accent)}.product-card__title{font-size:.8rem;color:var(--text-secondary);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__stars{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:#f59e0b}.product-card__stars-count{color:var(--muted);font-size:.72rem}.product-card__footer{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:auto;padding-top:.6rem;border-top:1px solid var(--border)}.product-card__price{font-size:1.05rem;font-weight:800;color:var(--accent);font-family:Plus Jakarta Sans,sans-serif}.product-card__add-btn{background:var(--accent-2);color:#fff;border:none;border-radius:var(--radius-sm);padding:.45rem .75rem;font-size:.8rem;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:.3rem;transition:background var(--transition),transform var(--transition),box-shadow var(--transition);min-height:36px}.product-card__add-btn:hover{background:var(--accent);transform:translateY(-1px);box-shadow:0 4px 12px #e639464d}.home-trust-bar{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin:2.5rem 0;overflow:hidden}.home-trust-item{display:flex;align-items:center;gap:.85rem;padding:1.25rem 1.5rem;border-right:1px solid var(--border)}.home-trust-item:last-child{border-right:none}.home-trust-item__icon{font-size:1.8rem;flex-shrink:0}.home-trust-item__title{font-size:.88rem;font-weight:700;color:var(--text);margin-bottom:.15rem}.home-trust-item__sub{font-size:.75rem;color:var(--muted)}@media (max-width: 900px){.home-trust-bar{grid-template-columns:1fr 1fr}.home-trust-item:nth-child(2){border-right:none}.home-trust-item:nth-child(3){border-top:1px solid var(--border)}.home-trust-item:nth-child(4){border-top:1px solid var(--border);border-right:none}}@media (max-width: 500px){.home-trust-bar{grid-template-columns:1fr}.home-trust-item{border-right:none!important;border-top:1px solid var(--border)}.home-trust-item:first-child{border-top:none}}.auth-page{min-height:calc(100vh - var(--header-h) - 36px);display:flex;align-items:center;justify-content:center;padding:2rem 1rem;background:linear-gradient(135deg,#f0f4ff 0%,var(--bg) 60%)}.auth-card{width:100%;max-width:440px;padding:2.5rem;animation:fadeSlideUp .45s ease both}.auth-card__logo{display:flex;align-items:center;gap:.6rem;margin-bottom:1.75rem;justify-content:center}.auth-card__logo-mark{width:42px;height:42px;background:var(--accent);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:900;font-size:1.2rem;font-family:Plus Jakarta Sans,sans-serif}.auth-card__brand{font-family:Plus Jakarta Sans,sans-serif;font-weight:800;font-size:1.3rem;color:var(--accent-2)}.auth-card__title{font-family:Plus Jakarta Sans,sans-serif;font-size:1.5rem;font-weight:900;color:var(--text);text-align:center;margin-bottom:.4rem}.auth-card__subtitle{font-size:.9rem;color:var(--text-secondary);text-align:center;margin-bottom:1.75rem}.auth-form{display:flex;flex-direction:column;gap:1.1rem}.auth-form .btn{margin-top:.5rem;width:100%}.auth-card__footer{text-align:center;font-size:.88rem;color:var(--text-secondary);margin-top:1.5rem}.auth-card__footer a{color:var(--accent);font-weight:700;text-decoration:none;transition:color var(--transition)}.auth-card__footer a:hover{color:var(--accent-hover)}.catalog-page{padding-top:2rem;padding-bottom:3rem}.catalog-page__header{margin-bottom:1.75rem}.catalog-page__heading{font-family:Plus Jakarta Sans,sans-serif;font-size:1.8rem;font-weight:900;color:var(--text);margin-bottom:.35rem}.catalog-page__subtitle{color:var(--text-secondary);font-size:.95rem}.catalog-filters{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.25rem 1.5rem;margin-bottom:1.75rem;display:flex;gap:1rem;align-items:flex-end;flex-wrap:wrap}.catalog-filters .field{flex:1;min-width:200px}.catalog-page__pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}.catalog-page__page-indicator{font-size:.9rem;font-weight:600;color:var(--text-secondary);min-width:80px;text-align:center}.product-detail-page{padding-top:2rem;padding-bottom:3rem}.product-detail-breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:var(--muted);margin-bottom:1.5rem}.product-detail-breadcrumb a{color:var(--text-secondary);text-decoration:none;transition:color var(--transition)}.product-detail-breadcrumb a:hover{color:var(--accent)}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start;padding:2rem}.product-detail__gallery{position:relative}.product-detail__image{width:100%;aspect-ratio:1;object-fit:cover;border-radius:var(--radius-md);background:var(--surface-2)}.product-detail__badge{position:absolute;top:1rem;left:1rem;background:var(--accent);color:#fff;font-size:.75rem;font-weight:800;padding:.3rem .75rem;border-radius:4px;text-transform:uppercase;letter-spacing:.05em}.product-detail__body{display:flex;flex-direction:column;gap:1rem}.product-detail__category{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--accent)}.product-detail__name{font-family:Plus Jakarta Sans,sans-serif;font-size:1.75rem;font-weight:900;color:var(--text);line-height:1.2}.product-detail__stars{display:flex;align-items:center;gap:.4rem;font-size:.88rem;color:#f59e0b}.product-detail__stars-count{color:var(--muted)}.product-detail__title{font-size:.95rem;color:var(--text-secondary);line-height:1.65;padding:1rem;background:var(--surface-2);border-radius:var(--radius-sm);border-left:3px solid var(--accent)}.product-detail__price-row{display:flex;align-items:baseline;gap:.75rem}.product-detail__price{font-family:Plus Jakarta Sans,sans-serif;font-size:2rem;font-weight:900;color:var(--accent)}.product-detail__shipping-note{font-size:.8rem;color:#16a34a;font-weight:600;display:flex;align-items:center;gap:.3rem}.product-detail__qty-row{display:flex;align-items:center;gap:1rem}.product-detail__qty-label{font-size:.88rem;font-weight:600;color:var(--text-secondary)}.product-detail__qty-input{width:80px;padding:.55rem .75rem;border:1.5px solid var(--border-strong);border-radius:var(--radius-sm);font-size:1rem;font-weight:700;text-align:center;font-family:inherit;color:var(--text);transition:border-color var(--transition);min-height:44px}.product-detail__qty-input:focus{outline:none;border-color:var(--accent)}.product-detail__actions{display:flex;gap:1rem;flex-wrap:wrap}.product-detail__trust{display:flex;flex-direction:column;gap:.5rem;padding:1rem;background:var(--surface-2);border-radius:var(--radius-sm);border:1px solid var(--border)}.product-detail__trust-item{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:var(--text-secondary)}.product-detail__trust-item svg{color:#16a34a;width:15px;height:15px;flex-shrink:0}@media (max-width: 768px){.product-detail{grid-template-columns:1fr;gap:1.5rem;padding:1.25rem}}.checkout-page{padding-top:2rem;padding-bottom:3rem}.checkout-page__title{font-family:Plus Jakarta Sans,sans-serif;font-size:1.8rem;font-weight:900;color:var(--text);margin-bottom:1.75rem}.checkout-page__grid{display:grid;grid-template-columns:1fr 400px;gap:1.75rem;align-items:start}.order-summary{padding:1.5rem}.order-summary__title{font-family:Plus Jakarta Sans,sans-serif;font-size:1.1rem;font-weight:800;color:var(--text);margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.order-summary__items{display:flex;flex-direction:column;gap:.75rem}.order-summary__row{display:flex;align-items:center;gap:1rem;padding:.5rem 0;border-bottom:1px solid var(--border)}.order-summary__img{width:52px;height:52px;object-fit:cover;border-radius:var(--radius-sm);background:var(--surface-2);flex-shrink:0}.order-summary__name{flex:1;font-size:.88rem;font-weight:600;color:var(--text)}.order-summary__qty{font-size:.8rem;color:var(--muted);font-weight:400}.order-summary__price{font-size:.95rem;font-weight:800;color:var(--accent);font-family:Plus Jakarta Sans,sans-serif}.order-summary__total{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:.75rem;border-top:2px solid var(--border);font-size:1rem;font-weight:700;color:var(--text)}.order-summary__total strong{color:var(--accent);font-size:1.2rem}.checkout-payment{padding:1.5rem;position:sticky;top:calc(var(--header-h) + 1rem)}.checkout-payment__title{font-family:Plus Jakarta Sans,sans-serif;font-size:1.1rem;font-weight:800;color:var(--text);margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}@media (max-width: 900px){.checkout-page__grid{grid-template-columns:1fr}.checkout-payment{position:static}}.order-success-page{min-height:calc(100vh - var(--header-h) - 36px);display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.order-success-card{width:100%;max-width:520px;padding:3rem 2.5rem;text-align:center;animation:fadeSlideUp .5s ease both}.order-success-card__icon{width:80px;height:80px;background:#dcfce7;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:2.5rem}.order-success-card__title{font-family:Plus Jakarta Sans,sans-serif;font-size:1.75rem;font-weight:900;color:var(--text);margin-bottom:.75rem}.order-success-card__subtitle{font-size:.95rem;color:var(--text-secondary);line-height:1.6;margin-bottom:1.5rem}.order-success-card__ref{background:var(--surface-2);border-radius:var(--radius-sm);padding:.75rem 1rem;font-size:.88rem;color:var(--text-secondary);margin-bottom:1.75rem}.order-success-card__ref strong{color:var(--text);font-weight:800}.order-success-card__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.profile-page{padding-top:2rem;padding-bottom:3rem;max-width:700px}.profile-page__title{font-family:Plus Jakarta Sans,sans-serif;font-size:1.8rem;font-weight:900;color:var(--text);margin-bottom:1.75rem}.profile-card{padding:2rem}.profile-card__avatar{width:72px;height:72px;border-radius:50%;background:var(--accent-2);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:900;font-family:Plus Jakarta Sans,sans-serif;margin-bottom:1.5rem}.profile-card__list{display:flex;flex-direction:column;gap:0;margin-bottom:1.5rem}.profile-card__row{display:flex;align-items:center;gap:1rem;padding:.85rem 0;border-bottom:1px solid var(--border)}.profile-card__row:last-child{border-bottom:none}.profile-card__label{font-size:.82rem;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;min-width:110px;flex-shrink:0}.profile-card__value{font-size:.95rem;font-weight:600;color:var(--text)}.profile-card__actions{display:flex;gap:1rem;padding-top:1rem;border-top:1px solid var(--border)}.topbar{background:var(--accent-2);color:#fff;font-size:.78rem;font-weight:500;text-align:center;padding:.45rem 1rem;letter-spacing:.02em}.topbar a{color:#a8d8ea;text-decoration:underline}.header{position:sticky;top:0;z-index:100;background:var(--surface);border-bottom:1px solid var(--border);box-shadow:0 2px 12px #00000012}.header__inner{display:flex;align-items:center;gap:1.5rem;height:var(--header-h)}.header__brand{display:flex;align-items:center;gap:.55rem;text-decoration:none;flex-shrink:0}.header__logo-mark{width:38px;height:38px;background:var(--accent);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:900;font-size:1.1rem;font-family:Plus Jakarta Sans,sans-serif;letter-spacing:-.03em;flex-shrink:0}.header__brand-text{display:flex;flex-direction:column;line-height:1.1}.header__brand-name{font-family:Plus Jakarta Sans,sans-serif;font-weight:800;font-size:1.15rem;color:var(--accent-2);letter-spacing:-.02em}.header__brand-sub{font-size:.65rem;font-weight:500;color:var(--muted);letter-spacing:.06em;text-transform:uppercase}.header__nav{display:flex;align-items:center;gap:.25rem;flex:1}.header__nav-link{font-size:.88rem;font-weight:600;color:var(--text-secondary);padding:.45rem .75rem;border-radius:var(--radius-sm);transition:color var(--transition),background var(--transition);text-decoration:none;white-space:nowrap}.header__nav-link:hover,.header__nav-link.active{color:var(--accent);background:var(--accent-light)}.header__actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.cart-btn{position:relative;display:flex;align-items:center;gap:.4rem;background:var(--accent-light);border:1.5px solid rgba(230,57,70,.2);border-radius:var(--radius-sm);padding:.45rem .85rem;color:var(--accent);font-weight:700;font-size:.88rem;text-decoration:none;transition:background var(--transition),box-shadow var(--transition),transform var(--transition);min-height:44px}.cart-btn:hover{background:var(--accent);color:#fff;box-shadow:0 4px 14px #e639464d;transform:translateY(-1px)}.cart-btn__icon{font-size:1.1rem}.cart-btn__count{background:var(--accent);color:#fff;border-radius:999px;font-size:.7rem;font-weight:800;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center;padding:0 4px;transition:background var(--transition)}.cart-btn:hover .cart-btn__count{background:#fff;color:var(--accent)}.header__user-btn{display:flex;align-items:center;gap:.4rem;font-size:.88rem;font-weight:600;color:var(--text-secondary);padding:.45rem .85rem;border-radius:var(--radius-sm);border:1.5px solid var(--border-strong);background:var(--surface);text-decoration:none;transition:color var(--transition),border-color var(--transition),background var(--transition),transform var(--transition);min-height:44px}.header__user-btn:hover{color:var(--accent-2);border-color:var(--accent-2);background:#f0f4ff;transform:translateY(-1px)}.header__user-avatar{width:28px;height:28px;border-radius:50%;background:var(--accent-2);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:800;flex-shrink:0}.header__mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;padding:.5rem;color:var(--text);font-size:1.4rem}@media (max-width: 768px){.header__nav{display:none}.header__mobile-menu-btn{display:flex}.header__brand-sub{display:none}}.app-content{min-height:calc(100vh - var(--header-h) - 36px - 420px)}.footer{background:var(--accent-2);color:#e2e8f0;margin-top:4rem}.footer__top{padding:3.5rem 0 2.5rem;display:grid;grid-template-columns:2fr 1fr 1fr 1.4fr;gap:2.5rem}.footer__brand-logo{display:flex;align-items:center;gap:.6rem;margin-bottom:.85rem}.footer__logo-mark{width:40px;height:40px;background:var(--accent);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:900;font-size:1.1rem;font-family:Plus Jakarta Sans,sans-serif}.footer__brand-name{font-family:Plus Jakarta Sans,sans-serif;font-weight:800;font-size:1.2rem;color:#fff}.footer__tagline{font-size:.88rem;color:#94a3b8;line-height:1.6;max-width:280px;margin-bottom:1.25rem}.footer__social{display:flex;gap:.6rem;flex-wrap:wrap}.footer__social-link{width:36px;height:36px;border-radius:8px;background:#ffffff14;display:flex;align-items:center;justify-content:center;color:#cbd5e1;transition:background var(--transition),color var(--transition),transform var(--transition);text-decoration:none}.footer__social-link:hover{background:var(--accent);color:#fff;transform:translateY(-2px)}.footer__social-link svg{width:16px;height:16px;fill:currentColor}.footer__col-title{font-family:Plus Jakarta Sans,sans-serif;font-weight:700;font-size:.9rem;color:#fff;text-transform:uppercase;letter-spacing:.07em;margin-bottom:1rem}.footer__links{display:flex;flex-direction:column;gap:.55rem}.footer__links a{font-size:.88rem;color:#94a3b8;text-decoration:none;transition:color var(--transition),padding-left var(--transition)}.footer__links a:hover{color:#fff;padding-left:4px}.footer__contact-item{display:flex;align-items:flex-start;gap:.65rem;margin-bottom:.75rem;font-size:.88rem;color:#94a3b8;line-height:1.5}.footer__contact-icon{flex-shrink:0;width:18px;height:18px;margin-top:1px;color:var(--accent)}.footer__contact-item a{color:#94a3b8;text-decoration:none;transition:color var(--transition)}.footer__contact-item a:hover{color:#fff}.footer__bottom{border-top:1px solid rgba(255,255,255,.08);padding:1.25rem 0;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.footer__copy{font-size:.8rem;color:#64748b}.footer__legal{display:flex;gap:1.25rem;flex-wrap:wrap}.footer__legal a{font-size:.8rem;color:#64748b;text-decoration:none;transition:color var(--transition)}.footer__legal a:hover{color:#94a3b8}@media (max-width: 1024px){.footer__top{grid-template-columns:1fr 1fr}}@media (max-width: 600px){.footer__top{grid-template-columns:1fr;gap:2rem;padding:2.5rem 0 2rem}.footer__bottom{flex-direction:column;align-items:flex-start}}.legal-page{padding:2.5rem 0 4rem;max-width:820px;margin:0 auto;animation:fadeSlideUp .4s ease both}.legal-page__title{font-family:Plus Jakarta Sans,sans-serif;font-size:2rem;font-weight:900;color:var(--text);margin-bottom:.5rem}.legal-page__updated{font-size:.82rem;color:var(--muted);margin-bottom:2.5rem}.legal-page section{margin-bottom:2rem}.legal-page h2{font-family:Plus Jakarta Sans,sans-serif;font-size:1.15rem;font-weight:800;color:var(--text);margin-bottom:.65rem;padding-bottom:.4rem;border-bottom:2px solid var(--accent-light)}.legal-page p,.legal-page li{font-size:.93rem;color:var(--text-secondary);line-height:1.75;margin-bottom:.5rem}.legal-page ul,.legal-page ol{padding-left:1.5rem;list-style:disc}.legal-page a{color:var(--accent);text-decoration:underline}.faq-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:3rem}.faq-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.5rem;transition:border-color var(--transition),box-shadow var(--transition)}.faq-item:hover{border-color:var(--accent);box-shadow:0 4px 16px #e6394614}.faq-item__question{display:flex;align-items:flex-start;gap:.75rem;font-size:1rem;font-weight:700;color:var(--text);margin-bottom:.75rem;border-bottom:none;padding-bottom:0}.faq-item__num{flex-shrink:0;width:28px;height:28px;background:var(--accent);color:#fff;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:800;margin-top:1px}.faq-item__answer{font-size:.9rem;color:var(--text-secondary);line-height:1.7;padding-left:calc(28px + .75rem)}.faq-contact{background:linear-gradient(135deg,#1d3557,#152840);border-radius:var(--radius-lg);padding:2.5rem;text-align:center;color:#fff}.faq-contact h2{font-family:Plus Jakarta Sans,sans-serif;font-size:1.4rem;font-weight:800;margin-bottom:.5rem;color:#fff;border-bottom:none;padding-bottom:0}.faq-contact p{color:#94a3b8;margin-bottom:1.5rem}.faq-contact__links{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}:root{--bg: #f5f6fa;--surface: #ffffff;--surface-2: #f0f2f8;--text: #111827;--text-secondary: #4b5563;--muted: #9ca3af;--accent: #e63946;--accent-hover: #c1121f;--accent-2: #1d3557;--accent-2-hover: #152840;--accent-light: #fff0f1;--border: #e5e7eb;--border-strong: #d1d5db;--shadow-sm: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.05);--shadow-md: 0 4px 16px rgba(0,0,0,.1), 0 2px 6px rgba(0,0,0,.06);--shadow-lg: 0 10px 40px rgba(0,0,0,.13), 0 4px 12px rgba(0,0,0,.07);--radius-sm: 6px;--radius-md: 12px;--radius-lg: 20px;--transition: .22s cubic-bezier(.4, 0, .2, 1);--header-h: 68px;--topbar-h: 36px}html{scroll-behavior:smooth}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:Inter,Segoe UI,sans-serif;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}ul,ol{list-style:none;margin:0;padding:0}h1,h2,h3,h4,h5,h6{margin:0;font-family:Plus Jakarta Sans,Inter,sans-serif}p{margin:0}.container{width:min(100%,1280px);margin:0 auto;padding:0 1.25rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;border:none;border-radius:var(--radius-sm);cursor:pointer;padding:.65rem 1.4rem;transition:background var(--transition),color var(--transition),box-shadow var(--transition),transform var(--transition),border-color var(--transition);text-decoration:none;white-space:nowrap;min-height:44px}.btn:active{transform:scale(.97)}.btn--primary{background:var(--accent);color:#fff}.btn--primary:hover{background:var(--accent-hover);box-shadow:0 4px 14px #e6394659;transform:translateY(-1px)}.btn--secondary{background:var(--accent-2);color:#fff}.btn--secondary:hover{background:var(--accent-2-hover);box-shadow:0 4px 14px #1d35574d;transform:translateY(-1px)}.btn--ghost{background:transparent;color:var(--accent);border:1.5px solid var(--accent)}.btn--ghost:hover{background:var(--accent-light);transform:translateY(-1px)}.btn--danger{background:#dc2626;color:#fff}.btn--danger:hover{background:#b91c1c}.btn--loading{opacity:.7;pointer-events:none}.btn:disabled{opacity:.45;pointer-events:none}.card{background:var(--surface);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid var(--border);transition:box-shadow var(--transition),transform var(--transition)}.field{display:flex;flex-direction:column;gap:.35rem}.field__label{font-size:.82rem;font-weight:600;color:var(--text-secondary)}.field__input{padding:.65rem .9rem;border:1.5px solid var(--border-strong);border-radius:var(--radius-sm);font-size:.95rem;font-family:inherit;color:var(--text);background:var(--surface);transition:border-color var(--transition),box-shadow var(--transition);min-height:44px;outline:none}.field__input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #e6394626}.field--invalid .field__input{border-color:#dc2626}.field__error{font-size:.78rem;color:#dc2626;font-weight:500}.field__hint{font-size:.78rem;color:var(--muted)}.spinner{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:3rem 1rem;color:var(--text-secondary);font-size:.9rem}.spinner__indicator{display:block;width:36px;height:36px;border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .7s linear infinite}.spinner--sm .spinner__indicator{width:20px;height:20px;border-width:2px}.spinner--lg .spinner__indicator{width:52px;height:52px;border-width:4px}@keyframes spin{to{transform:rotate(360deg)}}.error-banner{background:#fff5f5;border:1px solid #fecaca;border-radius:var(--radius-sm);padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.5rem}.error-banner__title{color:#b91c1c;font-size:.95rem}.error-banner__message{color:#7f1d1d;font-size:.88rem}.error-banner__actions{display:flex;gap:.75rem;margin-top:.25rem}.empty-state{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:4rem 1rem;text-align:center}.empty-state__title{font-size:1.4rem;font-weight:700;color:var(--text)}.empty-state__description{color:var(--text-secondary);font-size:.95rem;max-width:380px}.empty-state__action{margin-top:.5rem}.payment-loading,.payment-unavailable{padding:2rem;display:flex;justify-content:center}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
