.cart-page{padding:3rem 1.5rem 5rem}.cart-page--empty{display:flex;align-items:center;justify-content:center;min-height:60vh}.cart-page__title{font-family:var(--font-head);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;color:var(--text);letter-spacing:-.03em;margin-bottom:2rem;animation:fadeSlideUp .5s var(--ease) both}.cart-layout{display:grid;grid-template-columns:1fr 360px;gap:2rem;align-items:start}@media (max-width: 900px){.cart-layout{grid-template-columns:1fr}}.cart-list{display:flex;flex-direction:column;gap:1rem}.cart-list__item{display:grid;grid-template-columns:100px 1fr auto auto;gap:1.25rem;align-items:center;padding:1.25rem;animation:fadeSlideUp .4s var(--ease) both}@media (max-width: 640px){.cart-list__item{grid-template-columns:80px 1fr;grid-template-rows:auto auto}}.cart-list__image{width:100px;height:80px;object-fit:cover;border-radius:var(--radius-md);border:1px solid var(--border)}@media (max-width: 640px){.cart-list__image{width:80px;height:64px}}.cart-list__body{display:flex;flex-direction:column;gap:.25rem}.cart-list__name{font-family:var(--font-head);font-size:1rem;font-weight:700;color:var(--text);line-height:1.3}.cart-list__price{font-size:.9rem;color:var(--text-2)}.cart-list__controls{display:flex;align-items:center;gap:.75rem}.cart-list__qty-label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.cart-list__qty-input{width:64px;background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius-sm);color:var(--text);font-family:var(--font-head);font-size:.9375rem;font-weight:600;padding:.5rem;text-align:center;outline:none;transition:border-color var(--dur-fast) var(--ease);min-height:44px}.cart-list__qty-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #3b82f633}.cart-list__line-total{font-family:var(--font-head);font-size:1.0625rem;font-weight:700;color:var(--text);white-space:nowrap;min-width:80px;text-align:right}.cart-summary{padding:1.75rem;position:sticky;top:88px}.cart-summary__title{font-family:var(--font-head);font-size:1.125rem;font-weight:700;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;padding:.625rem 0;color:var(--text-2);font-size:.9375rem;border-bottom:1px solid var(--border)}.cart-summary__row--total{font-family:var(--font-head);font-size:1.25rem;font-weight:800;color:var(--text);border-bottom:none;padding-top:1rem;margin-top:.25rem}.cart-summary__actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}.cart-summary__actions .btn{width:100%;justify-content:center}.home-page{padding-bottom:5rem}.home-hero{position:relative;min-height:90vh;display:flex;align-items:center;overflow:hidden;margin:0 -1.5rem;padding:0 1.5rem}.home-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.home-hero__bg-img{width:100%;height:100%;object-fit:cover;object-position:center;opacity:.18}.home-hero__bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#050d1af7,#071224e0 40%,#0a2a5e99)}.home-hero__bg-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(59,130,246,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(59,130,246,.06) 1px,transparent 1px);background-size:60px 60px;-webkit-mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,black 40%,transparent 100%);mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,black 40%,transparent 100%)}.home-hero__glow{position:absolute;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(59,130,246,.15) 0%,transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.home-hero__content{position:relative;z-index:1;max-width:720px;animation:fadeSlideUp .7s var(--ease) both}.home-hero__badge{display:inline-flex;align-items:center;gap:.5rem;background:#3b82f61f;border:1px solid rgba(59,130,246,.3);border-radius:100px;padding:.375rem 1rem;font-family:var(--font-head);font-size:.8125rem;font-weight:600;color:var(--accent-2);margin-bottom:1.5rem;letter-spacing:.04em;text-transform:uppercase}.home-hero__badge-dot{width:6px;height:6px;border-radius:50%;background:var(--accent-2);animation:pulse-glow 2s ease-in-out infinite}.home-hero__title{font-family:var(--font-head);font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;line-height:1.1;letter-spacing:-.03em;color:var(--text);margin-bottom:1.5rem}.home-hero__title-gradient{background:var(--grad-accent);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.home-hero__subtitle{font-size:1.1875rem;color:var(--text-2);line-height:1.7;margin-bottom:2.5rem;max-width:560px}.home-hero__actions{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:3rem}.home-hero__stats{display:flex;gap:2.5rem;flex-wrap:wrap}.home-hero__stat{display:flex;flex-direction:column;gap:.125rem}.home-hero__stat-value{font-family:var(--font-head);font-size:1.75rem;font-weight:800;color:var(--text);line-height:1}.home-hero__stat-label{font-size:.8125rem;color:var(--muted);font-weight:500}.home-hero__image-col{position:absolute;right:0;top:50%;transform:translateY(-50%);width:45%;z-index:1;display:none}@media (min-width: 1024px){.home-hero__image-col{display:block}.home-hero__content{max-width:55%}}.home-hero__img{width:100%;border-radius:var(--radius-xl);box-shadow:var(--shadow-lg),var(--shadow-glow);animation:float 6s ease-in-out infinite;border:1px solid var(--border-2)}.home-services{padding:5rem 0}.home-services__header{text-align:center;margin-bottom:3rem;animation:fadeSlideUp .6s var(--ease) .1s both}.home-services__eyebrow{font-family:var(--font-head);font-size:.8125rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:.75rem}.home-services__title{font-family:var(--font-head);font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800;color:var(--text);letter-spacing:-.02em;margin-bottom:1rem}.home-services__desc{color:var(--text-2);font-size:1.0625rem;max-width:560px;margin:0 auto;line-height:1.7}.home-services__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.service-card{background:var(--grad-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;transition:transform var(--dur-base) var(--ease),box-shadow var(--dur-base) var(--ease),border-color var(--dur-base) var(--ease);animation:fadeSlideUp .6s var(--ease) both}.service-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg),var(--shadow-glow);border-color:var(--accent)}.service-card__icon{width:52px;height:52px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1.25rem;transition:transform var(--dur-base) var(--ease)}.service-card:hover .service-card__icon{transform:scale(1.1) rotate(-3deg)}.service-card__icon--blue{background:#3b82f626}.service-card__icon--cyan{background:#06b6d426}.service-card__icon--purple{background:#8b5cf626}.service-card__icon--green{background:#10b98126}.service-card__icon--orange{background:#f59e0b26}.service-card__icon--pink{background:#ec489926}.service-card__title{font-family:var(--font-head);font-size:1.0625rem;font-weight:700;color:var(--text);margin-bottom:.625rem}.service-card__desc{color:var(--text-2);font-size:.9375rem;line-height:1.6}.home-featured{padding:5rem 0}.home-featured__header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:2.5rem;gap:1rem;flex-wrap:wrap}.home-featured__titles{display:flex;flex-direction:column;gap:.375rem}.home-featured__eyebrow{font-family:var(--font-head);font-size:.8125rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent)}.home-featured__title{font-family:var(--font-head);font-size:clamp(1.5rem,3vw,2.25rem);font-weight:800;color:var(--text);letter-spacing:-.02em}.home-featured__link{font-family:var(--font-head);font-weight:600;font-size:.9375rem;color:var(--accent);text-decoration:none;display:flex;align-items:center;gap:.375rem;transition:gap var(--dur-fast) var(--ease),color var(--dur-fast) var(--ease);white-space:nowrap}.home-featured__link:hover{color:var(--accent-2);gap:.625rem}.home-trust{padding:3rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin:2rem 0}.home-trust__inner{display:flex;align-items:center;justify-content:center;gap:3rem;flex-wrap:wrap}.home-trust__item{display:flex;align-items:center;gap:.625rem;color:var(--text-2);font-size:.9375rem;font-weight:500}.home-trust__item-icon{font-size:1.25rem;color:var(--accent)}.catalog-page{padding:3rem 1.5rem 5rem}.catalog-page__header{margin-bottom:2.5rem;animation:fadeSlideUp .5s var(--ease) both}.catalog-page__header h1{font-family:var(--font-head);font-size:clamp(2rem,4vw,3rem);font-weight:800;color:var(--text);letter-spacing:-.03em;margin-bottom:.5rem}.catalog-page__subtitle{color:var(--text-2);font-size:1.0625rem}.catalog-filters{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem 1.5rem;margin-bottom:2.5rem;display:flex;gap:1rem;align-items:flex-end;flex-wrap:wrap}.catalog-filters .field{flex:1;min-width:200px}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-bottom:3rem}.product-grid__item{animation:fadeSlideUp .5s var(--ease) 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:transform var(--dur-base) var(--ease),box-shadow var(--dur-base) var(--ease),border-color var(--dur-base) var(--ease)}.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg),var(--shadow-glow);border-color:var(--accent)}.product-card__media{display:block;overflow:hidden;border-radius:var(--radius-lg) var(--radius-lg) 0 0;aspect-ratio:16/9;background:var(--surface-2);position:relative}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform var(--dur-slow) var(--ease)}.product-card:hover .product-card__image{transform:scale(1.06)}.product-card__badge{position:absolute;top:.75rem;left:.75rem;background:var(--grad-accent);color:#fff;font-family:var(--font-head);font-size:.75rem;font-weight:700;padding:.25rem .625rem;border-radius:100px;letter-spacing:.04em;text-transform:uppercase}.product-card__body{padding:1.25rem 1.5rem 1.5rem;display:flex;flex-direction:column;flex:1;gap:.5rem}.product-card__category{font-family:var(--font-head);font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--accent)}.product-card__name{font-family:var(--font-head);font-size:1.0625rem;font-weight:700;line-height:1.3}.product-card__name a{color:var(--text);text-decoration:none;transition:color var(--dur-fast) var(--ease)}.product-card__name a:hover{color:var(--accent)}.product-card__title{color:var(--text-2);font-size:.875rem;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;color:var(--warning);font-size:.875rem}.product-card__stars-count{color:var(--muted);font-size:.8125rem;margin-left:.25rem}.product-card__footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:.5rem;padding-top:1rem;border-top:1px solid var(--border)}.product-card__price{font-family:var(--font-head);font-size:1.25rem;font-weight:800;color:var(--text)}.catalog-page__pagination{display:flex;align-items:center;justify-content:center;gap:1rem;padding-top:1rem}.catalog-page__page-indicator{font-family:var(--font-head);font-weight:600;color:var(--text-2);min-width:80px;text-align:center}.auth-page{min-height:calc(100vh - 68px);display:flex;align-items:center;justify-content:center;padding:3rem 1.5rem;position:relative;overflow:hidden}.auth-page:before{content:"";position:absolute;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(59,130,246,.1) 0%,transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.auth-card{width:100%;max-width:440px;padding:2.5rem;animation:fadeSlideUp .5s var(--ease) both}.auth-card__title{font-family:var(--font-head);font-size:1.875rem;font-weight:800;color:var(--text);letter-spacing:-.03em;margin-bottom:.5rem}.auth-card__subtitle{color:var(--text-2);font-size:.9375rem;margin-bottom:1.75rem}.auth-form{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:1.5rem}.auth-form .btn{width:100%;justify-content:center;margin-top:.25rem}.auth-card__footer{text-align:center;color:var(--text-2);font-size:.9375rem}.auth-card__footer a{color:var(--accent);font-weight:600;text-decoration:none;transition:color var(--dur-fast) var(--ease)}.auth-card__footer a:hover{color:var(--accent-2)}.auth-divider{display:flex;align-items:center;gap:1rem;margin:1.25rem 0;color:var(--muted);font-size:.875rem}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:var(--border)}.product-detail-page{padding:3rem 1.5rem 5rem}.product-detail-breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.875rem;color:var(--muted)}.product-detail-breadcrumb a{color:var(--text-2);text-decoration:none;transition:color var(--dur-fast) var(--ease)}.product-detail-breadcrumb a:hover{color:var(--accent)}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:3rem;padding:2.5rem;animation:fadeSlideUp .5s var(--ease) both}@media (max-width: 768px){.product-detail{grid-template-columns:1fr;gap:2rem;padding:1.5rem}}.product-detail__image-wrap{border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:4/3;background:var(--surface-2)}.product-detail__image{width:100%;height:100%;object-fit:cover;transition:transform var(--dur-slow) var(--ease)}.product-detail__image-wrap:hover .product-detail__image{transform:scale(1.04)}.product-detail__body{display:flex;flex-direction:column;gap:1.25rem}.product-detail__category{font-family:var(--font-head);font-size:.8125rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--accent)}.product-detail__name{font-family:var(--font-head);font-size:clamp(1.5rem,3vw,2.25rem);font-weight:800;color:var(--text);letter-spacing:-.02em;line-height:1.2}.product-detail__title{color:var(--text-2);font-size:1rem;line-height:1.7}.product-detail__stars{display:flex;align-items:center;gap:.375rem;color:var(--warning);font-size:1rem}.product-detail__stars-text{color:var(--muted);font-size:.875rem;margin-left:.25rem}.product-detail__price{font-family:var(--font-head);font-size:2rem;font-weight:800;color:var(--text);letter-spacing:-.02em}.product-detail__divider{height:1px;background:var(--border)}.product-detail__qty{display:flex;align-items:center;gap:1rem}.product-detail__qty label{font-family:var(--font-head);font-weight:600;color:var(--text-2);font-size:.9375rem;white-space:nowrap}.product-detail__qty input{width:80px;background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius-sm);color:var(--text);font-family:var(--font-head);font-size:1rem;font-weight:600;padding:.625rem .875rem;text-align:center;outline:none;transition:border-color var(--dur-fast) var(--ease),box-shadow var(--dur-fast) var(--ease)}.product-detail__qty input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #3b82f633}.product-detail__actions{display:flex;gap:1rem;flex-wrap:wrap}.product-detail__trust{display:flex;flex-direction:column;gap:.625rem;padding:1.25rem;background:#3b82f60f;border:1px solid rgba(59,130,246,.15);border-radius:var(--radius-md)}.product-detail__trust-item{display:flex;align-items:center;gap:.625rem;font-size:.875rem;color:var(--text-2)}.product-detail__trust-item-icon{color:var(--success);font-size:1rem}.checkout-page{padding:3rem 1.5rem 5rem}.checkout-page__title{font-family:var(--font-head);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;color:var(--text);letter-spacing:-.03em;margin-bottom:2rem;animation:fadeSlideUp .5s var(--ease) both}.checkout-page__grid{display:grid;grid-template-columns:1fr 420px;gap:2rem;align-items:start}@media (max-width: 900px){.checkout-page__grid{grid-template-columns:1fr}}.order-summary{padding:2rem}.order-summary__title{font-family:var(--font-head);font-size:1.125rem;font-weight:700;color:var(--text);margin-bottom:1.5rem;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:.9375rem;color:var(--text-2)}.order-summary__name{flex:1;color:var(--text)}.order-summary__qty{color:var(--muted);font-size:.875rem}.order-summary__price{font-family:var(--font-head);font-weight:600;color:var(--text);white-space:nowrap}.order-summary__total{display:flex;justify-content:space-between;align-items:center;padding-top:1.25rem;margin-top:.25rem;font-family:var(--font-head);font-size:1.25rem;font-weight:800;color:var(--text)}.checkout-payment{padding:2rem}.checkout-payment__title{font-family:var(--font-head);font-size:1.125rem;font-weight:700;color:var(--text);margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.order-success-page{min-height:calc(100vh - 68px);display:flex;align-items:center;justify-content:center;padding:3rem 1.5rem}.order-success-card{max-width:520px;width:100%;padding:3rem 2.5rem;text-align:center;animation:fadeSlideUp .6s var(--ease) both}.order-success-card__icon{width:80px;height:80px;border-radius:50%;background:#10b98126;border:2px solid rgba(16,185,129,.3);display:flex;align-items:center;justify-content:center;font-size:2.5rem;margin:0 auto 1.75rem;animation:pulse-glow 2s ease-in-out infinite}.order-success-card h1{font-family:var(--font-head);font-size:1.875rem;font-weight:800;color:var(--text);letter-spacing:-.03em;margin-bottom:1rem}.order-success-card p{color:var(--text-2);font-size:1rem;line-height:1.6;margin-bottom:.75rem}.order-success-card__ref{display:inline-block;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.5rem 1rem;font-family:monospace;font-size:.9375rem;color:var(--accent);margin:.5rem 0 1.5rem}.order-success-card__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:1.5rem}.profile-page{padding:3rem 1.5rem 5rem;max-width:700px}.profile-page__title{font-family:var(--font-head);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;color:var(--text);letter-spacing:-.03em;margin-bottom:2rem;animation:fadeSlideUp .5s var(--ease) both}.profile-card{padding:2rem;animation:fadeSlideUp .5s var(--ease) .1s both}.profile-card__avatar{width:72px;height:72px;border-radius:50%;background:var(--grad-accent);display:flex;align-items:center;justify-content:center;font-family:var(--font-head);font-size:1.75rem;font-weight:800;color:#fff;margin-bottom:1.5rem;box-shadow:0 0 24px #3b82f659}.profile-card__list{display:flex;flex-direction:column;gap:0;margin-bottom:2rem}.profile-card__row{display:flex;align-items:flex-start;gap:1rem;padding:.875rem 0;border-bottom:1px solid var(--border)}.profile-card__row:last-child{border-bottom:none}.profile-card__label{font-family:var(--font-head);font-size:.8125rem;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;min-width:120px;padding-top:.125rem}.profile-card__value{font-size:.9375rem;color:var(--text);font-weight:500}.profile-card__actions{display:flex;gap:1rem;padding-top:1rem;border-top:1px solid var(--border)}.header{position:sticky;top:0;z-index:100;background:#050d1ad9;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border);transition:background var(--dur-base) var(--ease),box-shadow var(--dur-base) var(--ease)}.header--scrolled{background:#050d1af7;box-shadow:0 4px 32px #00000080}.header__inner{display:flex;align-items:center;gap:2rem;height:68px}.header__brand{display:flex;align-items:center;gap:.625rem;text-decoration:none;flex-shrink:0}.header__brand-icon{width:36px;height:36px;background:var(--grad-accent);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;box-shadow:0 0 16px #3b82f666;transition:box-shadow var(--dur-base) var(--ease),transform var(--dur-fast) var(--ease)}.header__brand:hover .header__brand-icon{box-shadow:0 0 28px #3b82f6a6;transform:scale(1.05)}.header__brand-name{font-family:var(--font-head);font-weight:800;font-size:1.125rem;color:var(--text);letter-spacing:-.02em}.header__brand-name span{background:var(--grad-accent);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.header__nav{display:flex;align-items:center;gap:.25rem;flex:1}.header__nav a{font-family:var(--font-head);font-weight:600;font-size:.9375rem;color:var(--text-2);text-decoration:none;padding:.5rem .875rem;border-radius:var(--radius-sm);transition:color var(--dur-fast) var(--ease),background var(--dur-fast) var(--ease)}.header__nav a:hover{color:var(--text);background:#3b82f61a}.header__nav a.active{color:var(--accent);background:#3b82f61f}.header__actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.cart-badge{display:flex;align-items:center;gap:.375rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:.5rem .875rem;color:var(--text-2);text-decoration:none;font-family:var(--font-head);font-weight:600;font-size:.875rem;min-height:44px;transition:background var(--dur-fast) var(--ease),border-color var(--dur-fast) var(--ease),color var(--dur-fast) var(--ease),transform var(--dur-fast) var(--ease);position:relative}.cart-badge:hover{background:var(--surface-2);border-color:var(--accent);color:var(--text);transform:translateY(-1px)}.cart-badge__icon{font-size:1.1rem;line-height:1}.cart-badge__count{background:var(--grad-accent);color:#fff;font-size:.75rem;font-weight:700;min-width:20px;height:20px;border-radius:10px;display:flex;align-items:center;justify-content:center;padding:0 5px}.header__user-link{font-family:var(--font-head);font-weight:600;font-size:.9rem;color:var(--text-2);text-decoration:none;padding:.5rem 1rem;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface);min-height:44px;display:flex;align-items:center;transition:background var(--dur-fast) var(--ease),border-color var(--dur-fast) var(--ease),color var(--dur-fast) var(--ease)}.header__user-link:hover{background:var(--surface-2);border-color:var(--accent);color:var(--text)}.header__user-slot{width:80px;height:36px;border-radius:var(--radius-sm);background:var(--surface);display:block}.header__sign-in{background:var(--grad-accent);color:#fff!important;border:none!important;box-shadow:0 4px 16px #3b82f64d}.header__sign-in:hover{box-shadow:0 6px 24px #3b82f680!important;transform:translateY(-1px)}.header__menu-btn{display:none;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);padding:.5rem;cursor:pointer;min-width:44px;min-height:44px;align-items:center;justify-content:center;transition:background var(--dur-fast) var(--ease)}.header__menu-btn:hover{background:var(--surface-2)}@media (max-width: 768px){.header__menu-btn{display:flex}.header__nav{display:none;position:absolute;top:68px;left:0;right:0;background:#050d1afa;border-bottom:1px solid var(--border);flex-direction:column;padding:1rem;gap:.25rem;z-index:99}.header__nav--open{display:flex}.header__nav a{width:100%;padding:.75rem 1rem}}.app-content{min-height:calc(100vh - 68px)}.footer{background:var(--bg-2);border-top:1px solid var(--border);padding:4rem 0 2rem;margin-top:5rem}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid var(--border)}@media (max-width: 1024px){.footer__grid{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width: 600px){.footer__grid{grid-template-columns:1fr;gap:2rem}}.footer__brand-logo{display:flex;align-items:center;gap:.625rem;margin-bottom:1rem;text-decoration:none}.footer__brand-icon{width:40px;height:40px;background:var(--grad-accent);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;box-shadow:0 0 16px #3b82f64d}.footer__brand-name{font-family:var(--font-head);font-weight:800;font-size:1.125rem;color:var(--text)}.footer__brand-name span{background:var(--grad-accent);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer__tagline{color:var(--text-2);font-size:.9375rem;line-height:1.6;margin-bottom:1.5rem;max-width:280px}.footer__social{display:flex;gap:.75rem}.footer__social-link{width:40px;height:40px;border-radius:var(--radius-sm);background:var(--surface);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--text-2);text-decoration:none;transition:background var(--dur-fast) var(--ease),border-color var(--dur-fast) var(--ease),color var(--dur-fast) var(--ease),transform var(--dur-fast) var(--ease)}.footer__social-link:hover{background:var(--surface-2);border-color:var(--accent);color:var(--accent);transform:translateY(-2px)}.footer__col-title{font-family:var(--font-head);font-weight:700;font-size:.9375rem;color:var(--text);margin-bottom:1.25rem;letter-spacing:.02em;text-transform:uppercase;font-size:.8125rem}.footer__links{display:flex;flex-direction:column;gap:.625rem}.footer__links a{color:var(--text-2);font-size:.9375rem;text-decoration:none;transition:color var(--dur-fast) var(--ease),transform var(--dur-fast) var(--ease);display:inline-block}.footer__links a:hover{color:var(--accent);transform:translate(3px)}.footer__contact-item{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem;color:var(--text-2);font-size:.9375rem;line-height:1.5}.footer__contact-icon{flex-shrink:0;width:20px;height:20px;color:var(--accent);margin-top:2px}.footer__contact-item a{color:var(--text-2);text-decoration:none;transition:color var(--dur-fast) var(--ease)}.footer__contact-item a:hover{color:var(--accent)}.footer__bottom{display:flex;align-items:center;justify-content:space-between;padding-top:2rem;gap:1rem;flex-wrap:wrap}.footer__copyright{color:var(--muted);font-size:.875rem}.footer__legal-links{display:flex;gap:1.5rem;flex-wrap:wrap}.footer__legal-links a{color:var(--muted);font-size:.875rem;text-decoration:none;transition:color var(--dur-fast) var(--ease)}.footer__legal-links a:hover{color:var(--text-2)}.legal-page{padding:4rem 1.5rem 6rem;max-width:800px;margin:0 auto;animation:fadeSlideUp .5s var(--ease) both}.legal-page__hero{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid var(--border)}.legal-page__eyebrow{font-family:var(--font-head);font-size:.8125rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:.75rem}.legal-page h1{font-family:var(--font-head);font-size:clamp(2rem,4vw,3rem);font-weight:800;color:var(--text);letter-spacing:-.03em;margin-bottom:.75rem}.legal-page__updated{color:var(--muted);font-size:.875rem}.legal-page section{margin-bottom:2.5rem}.legal-page h2{font-family:var(--font-head);font-size:1.25rem;font-weight:700;color:var(--text);margin-bottom:.875rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.legal-page p{color:var(--text-2);font-size:.9375rem;line-height:1.75;margin-bottom:.75rem}.legal-page ul,.legal-page ol{color:var(--text-2);font-size:.9375rem;line-height:1.75;padding-left:1.5rem;display:flex;flex-direction:column;gap:.375rem}.legal-page ul{list-style:disc}.legal-page ol{list-style:decimal}.legal-page strong{color:var(--text);font-weight:600}.legal-page__contact-box{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem 2rem;margin-top:1rem;display:flex;flex-direction:column;gap:.75rem}.legal-page__contact-row{display:flex;align-items:center;gap:.75rem;color:var(--text-2);font-size:.9375rem}.legal-page__contact-row a{color:var(--accent);text-decoration:none;transition:color var(--dur-fast) var(--ease)}.legal-page__contact-row a:hover{color:var(--accent-2)}:root{--bg: #050d1a;--bg-2: #071224;--surface: #0c1e38;--surface-2: #112444;--surface-3: #162d52;--text: #e8f0fe;--text-2: #94afd4;--muted: #5a7a9e;--accent: #3b82f6;--accent-hover: #2563eb;--accent-2: #06b6d4;--accent-3: #8b5cf6;--border: #1e3a5f;--border-2: #243f6a;--success: #10b981;--danger: #ef4444;--warning: #f59e0b;--grad-hero: linear-gradient(135deg, #050d1a 0%, #071e3d 50%, #0a2a5e 100%);--grad-accent: linear-gradient(135deg, #3b82f6 0%, #06b6d4 100%);--grad-card: linear-gradient(145deg, #0c1e38 0%, #112444 100%);--grad-purple: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);--shadow-sm: 0 2px 8px rgba(0,0,0,.4);--shadow-md: 0 4px 24px rgba(0,0,0,.5);--shadow-lg: 0 8px 48px rgba(0,0,0,.6);--shadow-glow: 0 0 32px rgba(59,130,246,.25);--shadow-glow-cyan: 0 0 32px rgba(6,182,212,.2);--radius-sm: 6px;--radius-md: 12px;--radius-lg: 20px;--radius-xl: 32px;--ease: cubic-bezier(.4, 0, .2, 1);--dur-fast: .18s;--dur-base: .26s;--dur-slow: .38s;--font-head: "Plus Jakarta Sans", sans-serif;--font-body: "Inter", sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}body{font-family:var(--font-body);color:var(--text);background:var(--bg);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}.container{width:min(100%,1200px);margin:0 auto;padding:0 1.5rem}a{color:var(--accent);text-decoration:none;transition:color var(--dur-fast) var(--ease)}a:hover{color:var(--accent-2)}img{max-width:100%;display:block}ul{list-style:none}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--font-head);font-weight:600;font-size:.9375rem;border:none;border-radius:var(--radius-md);cursor:pointer;padding:.75rem 1.75rem;min-height:44px;transition:background var(--dur-base) var(--ease),color var(--dur-base) var(--ease),transform var(--dur-fast) var(--ease),box-shadow var(--dur-base) var(--ease),opacity var(--dur-fast) var(--ease);text-decoration:none;white-space:nowrap;position:relative;overflow:hidden}.btn:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#fff0;transition:background var(--dur-fast) var(--ease);border-radius:inherit}.btn:hover:after{background:#ffffff0f}.btn:active{transform:scale(.97)}.btn--primary{background:var(--grad-accent);color:#fff;box-shadow:0 4px 20px #3b82f659}.btn--primary:hover{transform:translateY(-2px);box-shadow:0 8px 32px #3b82f680}.btn--secondary{background:var(--surface-2);color:var(--text);border:1px solid var(--border-2)}.btn--secondary:hover{background:var(--surface-3);border-color:var(--accent);transform:translateY(-1px);box-shadow:var(--shadow-sm)}.btn--ghost{background:transparent;color:var(--text-2);border:1px solid var(--border)}.btn--ghost:hover{background:var(--surface);color:var(--text);border-color:var(--border-2)}.btn--danger{background:#ef444426;color:var(--danger);border:1px solid rgba(239,68,68,.3)}.btn--danger:hover{background:#ef444440}.btn--loading{opacity:.7;pointer-events:none}.btn:disabled{opacity:.45;pointer-events:none}.field{display:flex;flex-direction:column;gap:.375rem}.field__label{font-family:var(--font-head);font-size:.875rem;font-weight:600;color:var(--text-2);letter-spacing:.02em}.field__input{background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius-sm);color:var(--text);font-family:var(--font-body);font-size:1rem;padding:.75rem 1rem;min-height:44px;outline:none;transition:border-color var(--dur-fast) var(--ease),box-shadow var(--dur-fast) var(--ease),background var(--dur-fast) var(--ease)}.field__input::placeholder{color:var(--muted)}.field__input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #3b82f633;background:var(--surface-2)}.field--invalid .field__input{border-color:var(--danger);box-shadow:0 0 0 3px #ef444426}.field__error{font-size:.8125rem;color:var(--danger);font-weight:500}.field__hint{font-size:.8125rem;color:var(--muted)}.card{background:var(--grad-card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);transition:transform var(--dur-base) var(--ease),box-shadow var(--dur-base) var(--ease),border-color var(--dur-base) var(--ease)}.spinner{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:3rem;color:var(--text-2)}.spinner__indicator{display:block;border-radius:50%;border:3px solid var(--border-2);border-top-color:var(--accent);animation:spin .8s linear infinite}.spinner--sm .spinner__indicator{width:20px;height:20px}.spinner--md .spinner__indicator{width:36px;height:36px}.spinner--lg .spinner__indicator{width:56px;height:56px}.spinner__label{font-size:.9375rem;color:var(--text-2)}@keyframes spin{to{transform:rotate(360deg)}}.error-banner{background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:var(--radius-md);padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.5rem}.error-banner__title{color:var(--danger);font-family:var(--font-head);font-size:.9375rem}.error-banner__message{color:var(--text-2);font-size:.9rem}.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-family:var(--font-head);font-size:1.5rem;font-weight:700;color:var(--text)}.empty-state__description{color:var(--text-2);max-width:400px}.empty-state__action{margin-top:.5rem}.payment-loading,.payment-unavailable{padding:2rem;display:flex;justify-content:center}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px #3b82f633}50%{box-shadow:0 0 40px #3b82f673}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}
