.cart-page{padding-top:2.5rem;padding-bottom:4rem}.cart-page__title{font-size:2rem;font-weight:800;color:var(--text);letter-spacing:-.03em;margin-bottom:2rem}.cart-layout{display:grid;grid-template-columns:1fr 340px;gap:2rem;align-items:start}.cart-list{display:flex;flex-direction:column;gap:1rem}.cart-list__item{display:grid;grid-template-columns:88px 1fr auto auto;gap:1.25rem;align-items:center;padding:1.25rem;transition:box-shadow var(--transition),transform var(--transition)}.cart-list__item:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.cart-list__image{width:88px;height:72px;object-fit:cover;border-radius:var(--radius-md);background:var(--bg-alt)}.cart-list__body{display:flex;flex-direction:column;gap:.25rem}.cart-list__name{font-size:.9375rem;font-weight:700;color:var(--text)}.cart-list__price{font-size:.875rem;color:var(--text-muted)}.cart-list__controls{display:flex;flex-direction:column;align-items:center;gap:.5rem}.cart-list__qty-label{font-size:.75rem;color:var(--text-muted);font-weight:600}.cart-list__qty-input{font-family:var(--font-sans);font-size:.9375rem;font-weight:600;width:64px;padding:.375rem .5rem;border:1.5px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);text-align:center;transition:border-color var(--transition)}.cart-list__qty-input:focus{outline:none;border-color:var(--accent)}.cart-list__line-total{font-size:1rem;font-weight:800;color:var(--text);min-width:80px;text-align:right}.cart-summary{padding:1.75rem;position:sticky;top:calc(var(--header-h) + 1rem)}.cart-summary__title{font-size:1.125rem;font-weight:800;color:var(--text);margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.cart-summary__row{display:flex;justify-content:space-between;align-items:center;font-size:.9rem;color:var(--text-muted);padding:.5rem 0}.cart-summary__row--total{font-size:1.125rem;font-weight:800;color:var(--text);border-top:1px solid var(--border);margin-top:.5rem;padding-top:1rem}.cart-summary__actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}.cart-summary__actions .btn{width:100%;justify-content:center}.cart-summary__shipping{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;color:var(--success);font-weight:600;margin-top:.75rem;justify-content:center}@media (max-width: 768px){.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}.cart-list__item{grid-template-columns:72px 1fr;grid-template-rows:auto auto}.cart-list__controls{flex-direction:row}.cart-list__line-total{text-align:left}}.home-page{padding-bottom:5rem}.home-hero{position:relative;overflow:hidden;border-radius:0 0 var(--radius-xl) var(--radius-xl);min-height:580px;display:flex;align-items:center;background:linear-gradient(135deg,#0f172a,#1e3a5f,#0c4a6e);margin:0 -1.5rem 4rem;padding:5rem 1.5rem}.home-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;object-fit:cover;width:100%;height:100%;opacity:.18;filter:saturate(.6)}.home-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0f172ad9,#0c4a6eb3)}.home-hero__content{position:relative;z-index:2;max-width:640px;animation:fadeSlideUp .7s cubic-bezier(.4,0,.2,1) both}.home-hero__badge{display:inline-flex;align-items:center;gap:.5rem;background:#2563eb40;border:1px solid rgba(37,99,235,.4);color:#93c5fd;font-size:.8125rem;font-weight:600;padding:.375rem .875rem;border-radius:999px;margin-bottom:1.5rem;letter-spacing:.04em;text-transform:uppercase}.home-hero__badge-dot{width:7px;height:7px;background:#60a5fa;border-radius:50%;position:relative}.home-hero__badge-dot:after{content:"";position:absolute;top:-3px;right:-3px;bottom:-3px;left:-3px;border-radius:50%;border:1.5px solid #60a5fa;animation:pulse-ring 1.5s ease-out infinite}.home-hero__title{font-size:clamp(2rem,5vw,3.25rem);font-weight:800;color:#fff;line-height:1.15;letter-spacing:-.03em;margin-bottom:1.25rem}.home-hero__title span{color:#60a5fa}.home-hero__subtitle{font-size:1.125rem;color:#94a3b8;line-height:1.7;margin-bottom:2rem;max-width:520px}.home-hero__actions{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.home-hero__stats{display:flex;gap:2.5rem;margin-top:3rem;flex-wrap:wrap}.home-hero__stat-value{font-size:1.75rem;font-weight:800;color:#fff;line-height:1}.home-hero__stat-label{font-size:.8125rem;color:#64748b;margin-top:.25rem}.home-hero__image-col{position:absolute;right:0;top:0;bottom:0;width:45%;overflow:hidden;display:none}.home-hero__image-col img{width:100%;height:100%;object-fit:cover;opacity:.35}.home-services{margin-bottom:4rem;animation:fadeSlideUp .7s .15s cubic-bezier(.4,0,.2,1) both}.home-services__title{text-align:center;font-size:1.75rem;font-weight:800;color:var(--text);margin-bottom:.5rem;letter-spacing:-.02em}.home-services__subtitle{text-align:center;color:var(--text-muted);margin-bottom:2.5rem;font-size:1rem}.home-services__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem}.service-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem 1.5rem;display:flex;flex-direction:column;gap:.75rem;transition:box-shadow var(--transition),transform var(--transition),border-color var(--transition);cursor:default}.service-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px);border-color:var(--accent)}.service-card__icon{width:48px;height:48px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:1.375rem;flex-shrink:0}.service-card__name{font-size:.9375rem;font-weight:700;color:var(--text)}.service-card__desc{font-size:.8125rem;color:var(--text-muted);line-height:1.55}.home-featured{margin-bottom:4rem}.home-featured__header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:2rem;flex-wrap:wrap;gap:.75rem}.home-featured__title{font-size:1.75rem;font-weight:800;color:var(--text);letter-spacing:-.02em}.home-featured__link{font-size:.9rem;font-weight:600;color:var(--accent);display:inline-flex;align-items:center;gap:.25rem;transition:gap var(--transition),color var(--transition)}.home-featured__link:hover{gap:.5rem;color:var(--accent-hover)}.home-trust{background:linear-gradient(135deg,var(--accent) 0%,var(--accent-2) 100%);border-radius:var(--radius-xl);padding:2.5rem 2rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.5rem;margin-bottom:4rem;box-shadow:0 8px 32px #2563eb40}.home-trust__text h3{font-size:1.375rem;font-weight:800;color:#fff;margin-bottom:.375rem}.home-trust__text p{color:#fffc;font-size:.9375rem}.home-trust__btn{background:#fff;color:var(--accent);border-color:#fff;font-weight:700}.home-trust__btn:hover{background:var(--accent-light);color:var(--accent-hover);border-color:var(--accent-light);transform:translateY(-1px)}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.product-grid__item{animation:fadeSlideUp .5s cubic-bezier(.4,0,.2,1) both}.product-grid__item:nth-child(1){animation-delay:.05s}.product-grid__item:nth-child(2){animation-delay:.1s}.product-grid__item:nth-child(3){animation-delay:.15s}.product-grid__item:nth-child(4){animation-delay:.2s}.product-grid__item:nth-child(5){animation-delay:.25s}.product-grid__item:nth-child(6){animation-delay:.3s}.product-card{display:flex;flex-direction:column;overflow:hidden;height:100%;transition:box-shadow var(--transition),transform var(--transition)}.product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.product-card__media{display:block;overflow:hidden;aspect-ratio:16/10;background:var(--bg-alt)}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-slow)}.product-card:hover .product-card__image{transform:scale(1.05)}.product-card__body{padding:1.25rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.product-card__badges{display:flex;gap:.5rem;flex-wrap:wrap}.product-card__badge{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:.2rem .5rem;border-radius:999px}.product-card__badge--new{background:var(--success-light);color:var(--success)}.product-card__badge--hot{background:#fef3c7;color:#d97706}.product-card__badge--sale{background:var(--danger-light);color:var(--danger)}.product-card__category{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:var(--accent)}.product-card__name{font-size:1rem;font-weight:700;color:var(--text);line-height:1.35}.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:.8125rem;color:var(--text-muted);line-height:1.5;flex:1;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:.8125rem;color:#f59e0b}.product-card__stars-count{color:var(--text-muted);font-size:.75rem}.product-card__footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:.5rem;padding-top:.75rem;border-top:1px solid var(--border)}.product-card__price{font-size:1.125rem;font-weight:800;color:var(--text)}.product-card__footer .btn{font-size:.8125rem;padding:.5rem .875rem;min-height:36px}@media (max-width: 640px){.home-hero{min-height:480px;padding:3.5rem 1.5rem}.home-hero__stats{gap:1.5rem}.home-trust{flex-direction:column;text-align:center}.product-grid{grid-template-columns:1fr 1fr;gap:1rem}}@media (max-width: 420px){.product-grid{grid-template-columns:1fr}}.auth-page{min-height:calc(100vh - var(--header-h));display:flex;align-items:center;justify-content:center;padding:3rem 1.5rem;background:linear-gradient(135deg,#f0f4fb,#e8f0fe)}.auth-card{width:100%;max-width:440px;padding:2.5rem;box-shadow:var(--shadow-xl);animation:fadeSlideUp .5s cubic-bezier(.4,0,.2,1) both}.auth-card__logo{display:flex;align-items:center;gap:.625rem;margin-bottom:2rem}.auth-card__logo-mark{width:40px;height:40px;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-2) 100%);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:1.125rem;box-shadow:0 2px 8px #2563eb4d}.auth-card__logo-name{font-size:1.125rem;font-weight:800;color:var(--text)}.auth-card__logo-name span{color:var(--accent)}.auth-card__title{font-size:1.625rem;font-weight:800;color:var(--text);letter-spacing:-.02em;margin-bottom:.375rem}.auth-card__subtitle{font-size:.9375rem;color:var(--text-muted);margin-bottom:1.75rem}.auth-form{display:flex;flex-direction:column;gap:1.125rem}.auth-form .btn{margin-top:.5rem;width:100%;justify-content:center}.auth-card__footer{text-align:center;font-size:.9rem;color:var(--text-muted);margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}.auth-card__footer a{font-weight:700}.catalog-page{padding-top:2.5rem;padding-bottom:4rem}.catalog-page__header{margin-bottom:2rem;animation:fadeSlideUp .5s cubic-bezier(.4,0,.2,1) both}.catalog-page__header h1{font-size:2rem;font-weight:800;color:var(--text);letter-spacing:-.03em;margin-bottom:.375rem}.catalog-page__subtitle{color:var(--text-muted);font-size:1rem}.catalog-filters{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem 1.5rem;margin-bottom:2rem;box-shadow:var(--shadow-sm);animation:fadeSlideUp .5s .1s cubic-bezier(.4,0,.2,1) both}.catalog-filters .field{max-width:400px}.catalog-page__pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border)}.catalog-page__page-indicator{font-size:.9375rem;font-weight:600;color:var(--text-muted);min-width:80px;text-align:center}.product-detail-page{padding-top:2.5rem;padding-bottom:4rem}.product-detail-breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--text-muted);margin-bottom:2rem}.product-detail-breadcrumb a{color:var(--text-muted);text-decoration:none;transition:color var(--transition)}.product-detail-breadcrumb a:hover{color:var(--accent)}.product-detail-breadcrumb__sep{color:var(--border-strong)}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:3rem;padding:2.5rem;animation:fadeSlideUp .5s cubic-bezier(.4,0,.2,1) both}.product-detail__gallery{position:relative;border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:4/3;background:var(--bg-alt)}.product-detail__image{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-slow)}.product-detail__gallery:hover .product-detail__image{transform:scale(1.03)}.product-detail__body{display:flex;flex-direction:column;gap:1rem}.product-detail__category{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--accent)}.product-detail__name{font-size:1.75rem;font-weight:800;color:var(--text);line-height:1.2;letter-spacing:-.02em}.product-detail__stars{display:flex;align-items:center;gap:.375rem;font-size:.875rem;color:#f59e0b}.product-detail__stars-count{color:var(--text-muted)}.product-detail__title{font-size:.9375rem;color:var(--text-muted);line-height:1.65;padding:1rem;background:var(--surface-2);border-radius:var(--radius-md);border-left:3px solid var(--accent)}.product-detail__price{font-size:2rem;font-weight:800;color:var(--text);letter-spacing:-.02em}.product-detail__badges{display:flex;gap:.5rem;flex-wrap:wrap}.product-detail__badge{font-size:.75rem;font-weight:700;padding:.25rem .625rem;border-radius:999px;background:var(--success-light);color:var(--success)}.product-detail__qty{display:flex;align-items:center;gap:1rem}.product-detail__qty label{font-size:.9rem;font-weight:600;color:var(--text);white-space:nowrap}.product-detail__qty input{font-family:var(--font-sans);font-size:1rem;font-weight:600;width:80px;padding:.5rem .75rem;border:1.5px solid var(--border);border-radius:var(--radius-md);background:var(--surface);color:var(--text);text-align:center;transition:border-color var(--transition),box-shadow var(--transition)}.product-detail__qty input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #2563eb26}.product-detail__actions{display:flex;gap:1rem;flex-wrap:wrap}.product-detail__actions .btn{flex:1;min-width:140px}.product-detail__trust{display:flex;flex-direction:column;gap:.5rem;padding:1rem;background:var(--surface-2);border-radius:var(--radius-md);border:1px solid var(--border)}.product-detail__trust-item{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--text-muted)}.product-detail__trust-item svg{color:var(--success);flex-shrink:0}@media (max-width: 768px){.product-detail{grid-template-columns:1fr;gap:1.5rem;padding:1.5rem}}.checkout-page{padding-top:2.5rem;padding-bottom:4rem}.checkout-page__title{font-size:2rem;font-weight:800;color:var(--text);letter-spacing:-.03em;margin-bottom:2rem}.checkout-page__grid{display:grid;grid-template-columns:1fr 420px;gap:2rem;align-items:start}.order-summary{padding:1.75rem}.order-summary__title{font-size:1.125rem;font-weight:800;color:var(--text);margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.order-summary__items{display:flex;flex-direction:column;gap:0}.order-summary__row{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding:.875rem 0;border-bottom:1px solid var(--border);font-size:.9rem}.order-summary__row:last-child{border-bottom:none}.order-summary__name{color:var(--text);font-weight:500}.order-summary__qty{color:var(--text-muted);font-weight:400}.order-summary__price{font-weight:700;color:var(--text);white-space:nowrap}.order-summary__total{display:flex;justify-content:space-between;align-items:center;font-size:1.125rem;font-weight:800;color:var(--text);padding-top:1.25rem;margin-top:.5rem;border-top:2px solid var(--border)}.checkout-payment{padding:1.75rem;position:sticky;top:calc(var(--header-h) + 1rem)}.checkout-payment__title{font-size:1.125rem;font-weight:800;color:var(--text);margin-bottom:1.25rem;padding-bottom:1rem;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));display:flex;align-items:center;justify-content:center;padding:3rem 1.5rem}.order-success-card{width:100%;max-width:520px;padding:3rem 2.5rem;text-align:center;box-shadow:var(--shadow-xl);animation:fadeSlideUp .6s cubic-bezier(.4,0,.2,1) both}.order-success-card__icon{width:80px;height:80px;background:var(--success-light);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:2.25rem}.order-success-card h1{font-size:1.75rem;font-weight:800;color:var(--text);letter-spacing:-.02em;margin-bottom:.75rem}.order-success-card p{color:var(--text-muted);font-size:.9375rem;line-height:1.6;margin-bottom:.5rem}.order-success-card__ref{display:inline-block;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-md);padding:.5rem 1rem;font-size:.875rem;font-weight:700;color:var(--text);margin:.5rem 0 1.5rem;font-family:monospace}.order-success-card__actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}.order-success-card__actions .btn{width:100%;justify-content:center}.profile-page{padding-top:2.5rem;padding-bottom:4rem;max-width:680px}.profile-page__title{font-size:2rem;font-weight:800;color:var(--text);letter-spacing:-.03em;margin-bottom:2rem}.profile-card{padding:2rem;animation:fadeSlideUp .5s cubic-bezier(.4,0,.2,1) both}.profile-card__list{display:flex;flex-direction:column;gap:0}.profile-card__row{display:grid;grid-template-columns:160px 1fr;gap:1rem;padding:.875rem 0;border-bottom:1px solid var(--border);align-items:baseline}.profile-card__row:last-child{border-bottom:none}.profile-card__label{font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.profile-card__value{font-size:.9375rem;font-weight:500;color:var(--text)}.profile-card__actions{margin-top:1.75rem;padding-top:1.5rem;border-top:1px solid var(--border);display:flex;gap:1rem}.header{position:sticky;top:0;z-index:100;height:var(--header-h);background:#ffffffeb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);box-shadow:0 1px 8px #0f172a0f;transition:box-shadow var(--transition)}.header__inner{height:100%;display:flex;align-items:center;gap:2rem}.header__brand{display:flex;align-items:center;gap:.625rem;text-decoration:none;flex-shrink:0}.header__brand-mark{width:36px;height:36px;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-2) 100%);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:1rem;letter-spacing:-.5px;box-shadow:0 2px 8px #2563eb4d;transition:transform var(--transition),box-shadow var(--transition)}.header__brand:hover .header__brand-mark{transform:scale(1.08);box-shadow:0 4px 14px #2563eb66}.header__brand-name{font-size:1.125rem;font-weight:800;color:var(--text);letter-spacing:-.3px}.header__brand-name span{color:var(--accent)}.header__nav{display:flex;align-items:center;gap:.25rem;flex:1}.header__nav a{font-size:.9375rem;font-weight:600;color:var(--text-muted);padding:.5rem .875rem;border-radius:var(--radius-sm);text-decoration:none;transition:color var(--transition),background var(--transition)}.header__nav a:hover,.header__nav a.active{color:var(--accent);background:var(--accent-light)}.header__actions{display:flex;align-items:center;gap:.75rem;margin-left:auto}.cart-badge{position:relative;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--radius-md);background:var(--surface-2);border:1.5px solid var(--border);color:var(--text);text-decoration:none;transition:background var(--transition),border-color var(--transition),transform var(--transition),box-shadow var(--transition)}.cart-badge:hover{background:var(--accent-light);border-color:var(--accent);transform:translateY(-1px);box-shadow:var(--shadow-sm);color:var(--accent)}.cart-badge__icon{font-size:1.125rem;line-height:1}.cart-badge__count{position:absolute;top:-6px;right:-6px;min-width:20px;height:20px;padding:0 5px;background:var(--accent);color:#fff;font-size:.6875rem;font-weight:700;border-radius:999px;display:flex;align-items:center;justify-content:center;border:2px solid var(--surface);transition:transform var(--transition)}.cart-badge:hover .cart-badge__count{transform:scale(1.15)}.header__user-slot{width:44px;height:44px}.header__user-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;color:var(--text-muted);padding:.5rem 1rem;border-radius:var(--radius-md);border:1.5px solid var(--border);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-link:hover{color:var(--accent);border-color:var(--accent);background:var(--accent-light);transform:translateY(-1px)}.header__sign-in{background:var(--accent);color:#fff!important;border-color:var(--accent);box-shadow:0 2px 8px #2563eb33}.header__sign-in:hover{background:var(--accent-hover)!important;border-color:var(--accent-hover)!important;color:#fff!important;box-shadow:0 4px 14px #2563eb4d}.header__hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px;border-radius:var(--radius-sm);transition:background var(--transition)}.header__hamburger:hover{background:var(--bg-alt)}.header__hamburger span{display:block;width:22px;height:2px;background:var(--text);border-radius:2px;transition:transform var(--transition),opacity var(--transition)}.app-content{min-height:calc(100vh - var(--header-h))}.footer{background:#0f172a;color:#cbd5e1;padding:4rem 0 0;margin-top:5rem}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.08)}.footer__brand-mark{width:42px;height:42px;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-2) 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:1.125rem;margin-bottom:1rem;box-shadow:0 4px 14px #2563eb66}.footer__brand-name{font-size:1.125rem;font-weight:800;color:#fff;margin-bottom:.5rem}.footer__brand-name span{color:var(--accent-2)}.footer__tagline{font-size:.875rem;color:#94a3b8;line-height:1.6;max-width:260px;margin-bottom:1.5rem}.footer__col-title{font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#fff;margin-bottom:1.25rem}.footer__nav-list{display:flex;flex-direction:column;gap:.625rem}.footer__nav-list a{font-size:.9rem;color:#94a3b8;text-decoration:none;transition:color var(--transition),padding-left var(--transition);display:inline-block}.footer__nav-list a:hover{color:#fff;padding-left:4px}.footer__contact-list{display:flex;flex-direction:column;gap:.875rem}.footer__contact-item{display:flex;align-items:flex-start;gap:.625rem;font-size:.875rem;color:#94a3b8;line-height:1.5}.footer__contact-icon{flex-shrink:0;width:18px;height:18px;margin-top:1px;color:var(--accent-2)}.footer__contact-item a{color:#94a3b8;text-decoration:none;transition:color var(--transition)}.footer__contact-item a:hover{color:#fff}.footer__bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;padding:1.5rem 0}.footer__copy{font-size:.8125rem;color:#64748b}.footer__legal-links{display:flex;flex-wrap:wrap;gap:1.25rem}.footer__legal-links a{font-size:.8125rem;color:#64748b;text-decoration:none;transition:color var(--transition)}.footer__legal-links a:hover{color:#94a3b8}@media (max-width: 900px){.footer__grid{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width: 600px){.footer__grid{grid-template-columns:1fr;gap:2rem}.header__nav{display:none}.header__hamburger{display:flex}.footer__bottom{flex-direction:column;align-items:flex-start}}.legal-page{padding-top:3rem;padding-bottom:5rem;max-width:800px;animation:fadeSlideUp .5s cubic-bezier(.4,0,.2,1) both}.legal-page__hero{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid var(--border)}.legal-page__hero h1{font-size:2rem;font-weight:800;color:var(--text);letter-spacing:-.03em;margin-bottom:.5rem}.legal-page__hero p{color:var(--text-muted);font-size:.9375rem}.legal-page section{margin-bottom:2rem}.legal-page h2{font-size:1.125rem;font-weight:700;color:var(--text);margin-bottom:.75rem;padding-left:.875rem;border-left:3px solid var(--accent)}.legal-page p{font-size:.9375rem;color:var(--text-muted);line-height:1.7;margin-bottom:.5rem}.legal-page ul{list-style:disc;padding-left:1.5rem;display:flex;flex-direction:column;gap:.375rem}.legal-page ul li{font-size:.9375rem;color:var(--text-muted);line-height:1.6}.legal-page__contact{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;margin-top:2rem}.legal-page__contact h2{border-left:3px solid var(--accent-2);margin-bottom:1rem}.legal-page__contact-item{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--text-muted);margin-bottom:.5rem}.legal-page__contact-item a{color:var(--accent);font-weight:600}:root{--bg: #f5f7fa;--bg-alt: #eef1f6;--surface: #ffffff;--surface-2: #f0f4fb;--text: #0f172a;--text-muted: #475569;--text-light: #94a3b8;--accent: #2563eb;--accent-hover: #1d4ed8;--accent-light: #dbeafe;--accent-2: #0ea5e9;--accent-2-light: #e0f2fe;--success: #16a34a;--success-light: #dcfce7;--danger: #dc2626;--danger-light: #fee2e2;--border: #e2e8f0;--border-strong: #cbd5e1;--shadow-sm: 0 1px 3px rgba(15,23,42,.08), 0 1px 2px rgba(15,23,42,.04);--shadow-md: 0 4px 16px rgba(15,23,42,.1), 0 2px 6px rgba(15,23,42,.06);--shadow-lg: 0 12px 40px rgba(15,23,42,.12), 0 4px 12px rgba(15,23,42,.08);--shadow-xl: 0 24px 64px rgba(15,23,42,.14);--radius-sm: 6px;--radius-md: 12px;--radius-lg: 20px;--radius-xl: 28px;--transition: .22s cubic-bezier(.4, 0, .2, 1);--transition-fast: .15s cubic-bezier(.4, 0, .2, 1);--transition-slow: .32s cubic-bezier(.4, 0, .2, 1);--font-sans: "Plus Jakarta Sans", "Inter", "Segoe UI", sans-serif;--header-h: 68px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}body{font-family:var(--font-sans);color:var(--text);background:var(--bg);line-height:1.6;-webkit-font-smoothing:antialiased;min-height:100vh}.container{width:min(100%,1200px);margin:0 auto;padding:0 1.5rem}a{color:var(--accent);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--accent-hover)}a:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:3px}img{display:block;max-width:100%}ul{list-style:none}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--font-sans);font-size:.9375rem;font-weight:600;line-height:1;padding:.75rem 1.5rem;border-radius:var(--radius-md);border:2px solid transparent;cursor:pointer;text-decoration:none;transition:background var(--transition),color var(--transition),border-color var(--transition),box-shadow var(--transition),transform var(--transition);min-height:44px;white-space:nowrap;-webkit-user-select:none;user-select:none}.btn:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.btn:active{transform:scale(.97)}.btn--primary{background:var(--accent);color:#fff;border-color:var(--accent);box-shadow:0 2px 8px #2563eb40}.btn--primary:hover{background:var(--accent-hover);border-color:var(--accent-hover);box-shadow:0 4px 16px #2563eb59;transform:translateY(-1px);color:#fff}.btn--primary:disabled,.btn--primary.btn--loading{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.btn--secondary{background:var(--surface);color:var(--accent);border-color:var(--accent)}.btn--secondary:hover{background:var(--accent-light);box-shadow:var(--shadow-sm);transform:translateY(-1px);color:var(--accent-hover)}.btn--secondary:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn--ghost{background:transparent;color:var(--text-muted);border-color:var(--border)}.btn--ghost:hover{background:var(--bg-alt);color:var(--text);border-color:var(--border-strong);transform:translateY(-1px)}.btn--danger{background:var(--danger);color:#fff;border-color:var(--danger)}.btn--danger:hover{background:#b91c1c;border-color:#b91c1c;transform:translateY(-1px)}.btn--loading{position:relative;color:transparent!important}.btn--loading:after{content:"";position:absolute;width:18px;height:18px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}.field{display:flex;flex-direction:column;gap:.375rem}.field__label{font-size:.875rem;font-weight:600;color:var(--text)}.field__input{font-family:var(--font-sans);font-size:.9375rem;padding:.6875rem 1rem;border:1.5px solid var(--border);border-radius:var(--radius-md);background:var(--surface);color:var(--text);transition:border-color var(--transition),box-shadow var(--transition);min-height:44px;width:100%}.field__input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #2563eb26}.field--invalid .field__input{border-color:var(--danger);box-shadow:0 0 0 3px #dc26261f}.field__error{font-size:.8125rem;color:var(--danger);font-weight:500}.field__hint{font-size:.8125rem;color:var(--text-muted)}.card{background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow-sm);transition:box-shadow var(--transition),transform var(--transition)}.spinner{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:3rem;color:var(--text-muted)}.spinner__indicator{display:block;width:36px;height:36px;border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite}.spinner--sm .spinner__indicator{width:20px;height:20px}.spinner--lg .spinner__indicator{width:52px;height:52px}.spinner__label{font-size:.9375rem;font-weight:500}.error-banner{background:var(--danger-light);border:1px solid #fca5a5;border-radius:var(--radius-md);padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.5rem}.error-banner__title{color:var(--danger);font-size:.9375rem}.error-banner__message{color:#7f1d1d;font-size:.875rem}.error-banner__actions{display:flex;gap:.75rem;margin-top:.25rem}.empty-state{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:4rem 2rem;text-align:center}.empty-state__title{font-size:1.375rem;font-weight:700;color:var(--text)}.empty-state__description{color:var(--text-muted);max-width:400px}.empty-state__action{margin-top:.5rem}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes heroFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse-ring{0%{transform:scale(.9);opacity:.6}to{transform:scale(1.4);opacity:0}}
