@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;700&display=swap";.cart-page{padding:3rem 0 5rem}.cart-page__title{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:800;letter-spacing:-.03em;color:var(--text);margin-bottom:2rem}.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-item{display:grid;grid-template-columns:100px 1fr auto auto;gap:1.25rem;align-items:center;padding:1.25rem;background:var(--surface);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);transition:border-color .25s var(--ease),box-shadow .25s var(--ease);animation:fadeSlideUp .4s var(--ease) both}.cart-item:hover{border-color:var(--border);box-shadow:var(--shadow-sm)}@media (max-width: 600px){.cart-item{grid-template-columns:80px 1fr;grid-template-rows:auto auto}}.cart-item__image{width:100px;height:75px;object-fit:cover;border-radius:var(--radius-sm);background:var(--surface-2)}@media (max-width: 600px){.cart-item__image{width:80px;height:60px}}.cart-item__info{display:flex;flex-direction:column;gap:.25rem}.cart-item__name{font-size:.9375rem;font-weight:700;color:var(--text);line-height:1.3}.cart-item__price{font-size:.875rem;color:var(--text-muted)}.cart-item__controls{display:flex;align-items:center;gap:.5rem}.cart-item__qty-label{display:none}.cart-item__qty-input{width:64px;background:var(--surface-2);border:1.5px solid var(--border-subtle);border-radius:var(--radius-sm);color:var(--text);font-family:var(--font-sans);font-size:.9375rem;font-weight:600;padding:.5rem;text-align:center;transition:border-color .2s var(--ease),box-shadow .2s var(--ease);min-height:44px}.cart-item__qty-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow)}.cart-item__line-total{font-size:1rem;font-weight:800;color:var(--text);white-space:nowrap;min-width:80px;text-align:right}@media (max-width: 600px){.cart-item__controls,.cart-item__line-total{grid-column:2}}.cart-summary{padding:1.75rem;position:sticky;top:88px;background:var(--surface);border:1px solid var(--border-subtle);border-radius:var(--radius-lg)}.cart-summary__title{font-size:1.0625rem;font-weight:700;color:var(--text);margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid var(--border-subtle)}.cart-summary__row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;font-size:.9rem;color:var(--text-muted)}.cart-summary__row--total{font-size:1.125rem;font-weight:800;color:var(--text);padding-top:1rem;margin-top:.5rem;border-top:1px solid var(--border-subtle)}.cart-summary__shipping{font-size:.8125rem;color:var(--accent-3);font-weight:600;text-align:center;padding:.75rem;background:#10b98114;border-radius:var(--radius-sm);margin:.75rem 0}.cart-summary__actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1.25rem}.cart-summary__actions .btn{width:100%}.home-page{padding-bottom:5rem}.home-hero{position:relative;min-height:88vh;display:flex;align-items:center;overflow:hidden;padding:6rem 0 4rem}.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;opacity:.18;filter:saturate(.6)}.home-hero__bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#050d1af2,#050d1ab3,#050d1ad9)}.home-hero__bg-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(0,194,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(0,194,255,.04) 1px,transparent 1px);background-size:60px 60px}.home-hero__content{position:relative;z-index:1;max-width:700px;animation:fadeSlideUp .7s var(--ease) both}.home-hero__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem 1rem;background:#00c2ff1a;border:1px solid rgba(0,194,255,.25);border-radius:100px;font-size:.8125rem;font-weight:600;color:var(--accent);margin-bottom:1.5rem;letter-spacing:.04em}.home-hero__badge-dot{width:6px;height:6px;border-radius:50%;background:var(--accent);animation:pulse-glow 2s ease-in-out infinite}.home-hero__title{font-size:clamp(2.25rem,5vw,3.75rem);font-weight:800;line-height:1.1;letter-spacing:-.03em;color:var(--text);margin-bottom:1.25rem}.home-hero__title-accent{background:linear-gradient(135deg,var(--accent) 0%,#7c3aed 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.home-hero__subtitle{font-size:1.125rem;color:var(--text-muted);line-height:1.7;margin-bottom:2.5rem;max-width:560px}.home-hero__cta{display:flex;gap:1rem;flex-wrap:wrap}.home-hero__stats{display:flex;gap:2.5rem;margin-top:3.5rem;padding-top:2.5rem;border-top:1px solid var(--border-subtle);flex-wrap:wrap}.hero-stat__value{font-size:1.75rem;font-weight:800;color:var(--text);letter-spacing:-.03em;line-height:1}.hero-stat__value span{color:var(--accent)}.hero-stat__label{font-size:.8125rem;color:var(--text-muted);margin-top:.25rem}.home-services{padding:5rem 0}.section-header{text-align:center;margin-bottom:3rem;animation:fadeSlideUp .6s var(--ease) both}.section-label{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--accent);margin-bottom:.75rem}.section-title{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;letter-spacing:-.03em;color:var(--text);margin-bottom:.75rem}.section-subtitle{color:var(--text-muted);font-size:1rem;max-width:520px;margin:0 auto;line-height:1.7}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.service-card{background:var(--surface);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:2rem;transition:transform .25s var(--ease),box-shadow .25s var(--ease),border-color .25s var(--ease);animation:fadeSlideUp .6s var(--ease) both}.service-card:hover{transform:translateY(-6px);border-color:var(--border);box-shadow:var(--shadow-glow)}.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}.service-card__icon--blue{background:#00c2ff1f}.service-card__icon--purple{background:#7c3aed1f}.service-card__icon--green{background:#10b9811f}.service-card__icon--orange{background:#f973161f}.service-card__icon--pink{background:#ec48991f}.service-card__icon--teal{background:#14b8a61f}.service-card__title{font-size:1.0625rem;font-weight:700;color:var(--text);margin-bottom:.5rem}.service-card__desc{font-size:.875rem;color:var(--text-muted);line-height:1.65}.home-featured{padding:5rem 0}.home-featured__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2.5rem;gap:1rem;flex-wrap:wrap}.home-featured__view-all{font-size:.875rem;font-weight:600;color:var(--accent);display:flex;align-items:center;gap:.375rem;transition:gap .2s var(--ease)}.home-featured__view-all:hover{gap:.625rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;list-style:none}.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;height:100%;overflow:hidden;background:var(--surface);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);transition:transform .25s var(--ease),box-shadow .25s var(--ease),border-color .25s var(--ease)}.product-card:hover{transform:translateY(-6px);border-color:var(--border);box-shadow:var(--shadow-glow)}.product-card__media{display:block;overflow:hidden;aspect-ratio:16/9;background:var(--surface-2)}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .4s var(--ease)}.product-card:hover .product-card__image{transform:scale(1.06)}.product-card__body{display:flex;flex-direction:column;flex:1;padding:1.25rem;gap:.375rem}.product-card__badges{display:flex;gap:.375rem;flex-wrap:wrap;margin-bottom:.25rem}.product-card__badge{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:.2rem .5rem;border-radius:4px}.product-card__badge--new{background:#10b98126;color:var(--accent-3)}.product-card__badge--hot{background:#f9731626;color:#fb923c}.product-card__category{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--accent)}.product-card__name{font-size:1rem;font-weight:700;color:var(--text);line-height:1.3}.product-card__name a{color:inherit;text-decoration:none;transition:color .2s var(--ease)}.product-card__name a:hover{color:var(--accent)}.product-card__title{font-size:.8125rem;color:var(--text-muted);line-height:1.5;flex:1}.product-card__stars{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:#fbbf24;margin-top:.25rem}.product-card__stars-count{color:var(--text-dim);font-size:.75rem}.product-card__footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border-subtle)}.product-card__price{font-size:1.125rem;font-weight:800;color:var(--text);letter-spacing:-.02em}.home-trust{padding:3rem 0;border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);margin:2rem 0}.trust-bar{display:flex;align-items:center;justify-content:center;gap:3rem;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:.625rem;color:var(--text-muted);font-size:.875rem;font-weight:500}.trust-item__icon{font-size:1.25rem;color:var(--accent)}.auth-page{min-height:calc(100vh - 68px);display:flex;align-items:center;justify-content:center;padding:3rem 1.5rem}.auth-card{width:100%;max-width:440px;padding:2.5rem;background:var(--surface);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);animation:fadeSlideUp .5s var(--ease) 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),#0077ff);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:800;color:#fff}.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;letter-spacing:-.03em;color:var(--text);margin-bottom:.375rem}.auth-card__subtitle{color:var(--text-muted);font-size:.9rem;margin-bottom:1.75rem}.auth-form{display:flex;flex-direction:column;gap:1.25rem}.auth-form .btn{width:100%;margin-top:.5rem}.auth-card__footer{text-align:center;margin-top:1.5rem;font-size:.875rem;color:var(--text-muted)}.auth-card__footer a{color:var(--accent);font-weight:600}.catalog-page{padding:3rem 0 5rem}.catalog-page__header{margin-bottom:2.5rem;animation:fadeSlideUp .5s var(--ease) both}.catalog-page__title{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;letter-spacing:-.03em;color:var(--text);margin-bottom:.5rem}.catalog-page__subtitle{color:var(--text-muted);font-size:1rem}.catalog-filters{display:flex;gap:1rem;margin-bottom:2.5rem;flex-wrap:wrap;align-items:flex-end}.catalog-filters .field{flex:1;min-width:240px;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-subtle)}.catalog-page__page-indicator{font-size:.9rem;font-weight:600;color:var(--text-muted);min-width:80px;text-align:center}.product-detail-page{padding:3rem 0 5rem}.product-detail-back{display:inline-flex;align-items:center;gap:.375rem;color:var(--text-muted);font-size:.875rem;font-weight:600;text-decoration:none;margin-bottom:2rem;transition:color .2s var(--ease),gap .2s var(--ease)}.product-detail-back:hover{color:var(--accent);gap:.625rem}.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-md);overflow:hidden;aspect-ratio:4/3;background:var(--surface-2)}.product-detail__image{width:100%;height:100%;object-fit:cover;transition:transform .4s var(--ease)}.product-detail__image-wrap:hover .product-detail__image{transform:scale(1.04)}.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-size:clamp(1.5rem,3vw,2rem);font-weight:800;letter-spacing:-.03em;color:var(--text);line-height:1.2}.product-detail__title{color:var(--text-muted);font-size:.9375rem;line-height:1.7}.product-detail__stars{display:flex;align-items:center;gap:.375rem;font-size:.875rem;color:#fbbf24}.product-detail__stars-text{color:var(--text-dim);font-size:.8125rem}.product-detail__price{font-size:2rem;font-weight:800;color:var(--text);letter-spacing:-.03em}.product-detail__price-note{font-size:.8125rem;color:var(--accent-3);font-weight:600;margin-top:-.5rem}.product-detail__divider{height:1px;background:var(--border-subtle)}.product-detail__qty{display:flex;align-items:center;gap:1rem}.product-detail__qty label{font-size:.875rem;font-weight:600;color:var(--text-muted);white-space:nowrap}.product-detail__qty input{width:80px;background:var(--surface-2);border:1.5px solid var(--border-subtle);border-radius:var(--radius-sm);color:var(--text);font-family:var(--font-sans);font-size:1rem;font-weight:600;padding:.625rem .75rem;text-align:center;transition:border-color .2s var(--ease),box-shadow .2s var(--ease);min-height:44px}.product-detail__qty input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow)}.product-detail__actions{display:flex;gap:1rem;flex-wrap:wrap}.product-detail__trust{display:flex;flex-direction:column;gap:.5rem;padding:1rem;background:#00c2ff0a;border:1px solid var(--border-subtle);border-radius:var(--radius-md)}.product-detail__trust-item{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--text-muted)}.product-detail__trust-item span:first-child{color:var(--accent-3)}.checkout-page{padding:3rem 0 5rem}.checkout-page__title{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:800;letter-spacing:-.03em;color:var(--text);margin-bottom:2rem}.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:1.75rem;background:var(--surface);border:1px solid var(--border-subtle);border-radius:var(--radius-lg)}.order-summary__title{font-size:1.0625rem;font-weight:700;color:var(--text);margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid var(--border-subtle)}.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:.75rem 0;border-bottom:1px solid var(--border-subtle);font-size:.9rem}.order-summary__row:last-child{border-bottom:none}.order-summary__name{color:var(--text);font-weight:500;flex:1}.order-summary__qty{color:var(--text-muted);font-weight:400}.order-summary__price{color:var(--text);font-weight:700;white-space:nowrap}.order-summary__total{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;margin-top:.5rem;border-top:2px solid var(--border);font-size:1.0625rem;font-weight:800;color:var(--text)}.checkout-payment{padding:1.75rem;background:var(--surface);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);position:sticky;top:88px}.checkout-payment__title{font-size:1.0625rem;font-weight:700;color:var(--text);margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid var(--border-subtle)}.checkout-secure{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--text-dim);margin-top:1rem;justify-content:center}.order-success-page{min-height:calc(100vh - 68px);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;background:var(--surface);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);animation:fadeSlideUp .6s var(--ease) both}.order-success-card__icon{width:80px;height:80px;background:linear-gradient(135deg,#10b98133,#10b9810d);border:2px solid rgba(16,185,129,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.25rem;margin:0 auto 1.75rem;animation:pulse-glow 2s ease-in-out infinite}.order-success-card__title{font-size:1.75rem;font-weight:800;letter-spacing:-.03em;color:var(--text);margin-bottom:.75rem}.order-success-card__desc{color:var(--text-muted);font-size:.9375rem;line-height:1.7;margin-bottom:1.5rem}.order-success-card__ref{display:inline-block;padding:.5rem 1rem;background:#00c2ff14;border:1px solid rgba(0,194,255,.2);border-radius:var(--radius-sm);font-size:.875rem;color:var(--accent);font-weight:600;margin-bottom:2rem;font-family:monospace}.order-success-card__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.profile-page{padding:3rem 0 5rem;max-width:700px}.profile-page__title{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:800;letter-spacing:-.03em;color:var(--text);margin-bottom:2rem}.profile-card{padding:2rem;background:var(--surface);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);animation:fadeSlideUp .5s var(--ease) both}.profile-card__list{display:flex;flex-direction:column;gap:0}.profile-card__row{display:flex;align-items:flex-start;gap:1rem;padding:.875rem 0;border-bottom:1px solid var(--border-subtle)}.profile-card__row:last-child{border-bottom:none}.profile-card__label{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-dim);min-width:120px;padding-top:.1rem}.profile-card__value{font-size:.9375rem;color:var(--text);font-weight:500}.profile-card__actions{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border-subtle);display:flex;gap:1rem}.site-header{position:sticky;top:0;z-index:100;background:#050d1ad9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-subtle);transition:box-shadow .3s var(--ease)}.site-header.scrolled{box-shadow:0 4px 32px #00000080}.site-header__inner{display:flex;align-items:center;gap:2rem;height:68px}.site-header__brand{display:flex;align-items:center;gap:.625rem;text-decoration:none;flex-shrink:0}.site-header__logo-mark{width:36px;height:36px;background:linear-gradient(135deg,var(--accent),#0077ff);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:800;color:#fff;box-shadow:0 4px 16px #00c2ff66;transition:transform .2s var(--ease),box-shadow .2s var(--ease)}.site-header__brand:hover .site-header__logo-mark{transform:scale(1.08);box-shadow:0 6px 24px #00c2ff99}.site-header__brand-name{font-size:1.125rem;font-weight:800;color:var(--text);letter-spacing:-.02em}.site-header__brand-name span{color:var(--accent)}.site-header__nav{display:flex;align-items:center;gap:.25rem;flex:1}.site-header__nav a{padding:.5rem .875rem;border-radius:var(--radius-sm);font-size:.9rem;font-weight:600;color:var(--text-muted);text-decoration:none;transition:color .2s var(--ease),background .2s var(--ease)}.site-header__nav a:hover,.site-header__nav a.active{color:var(--text);background:#ffffff0f}.site-header__nav a.active{color:var(--accent)}.site-header__actions{display:flex;align-items:center;gap:.75rem;margin-left:auto}.cart-btn{position:relative;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--radius-sm);background:#ffffff0f;border:1px solid var(--border-subtle);color:var(--text-muted);text-decoration:none;transition:background .2s var(--ease),color .2s var(--ease),transform .2s var(--ease)}.cart-btn:hover{background:#00c2ff1a;color:var(--accent);transform:translateY(-1px)}.cart-btn__icon{font-size:1.1rem;line-height:1}.cart-btn__badge{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 4px;background:var(--accent);color:#000;font-size:.65rem;font-weight:800;border-radius:9px;display:flex;align-items:center;justify-content:center;line-height:1}.auth-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:var(--radius-sm);font-size:.875rem;font-weight:600;text-decoration:none;transition:background .2s var(--ease),color .2s var(--ease),transform .2s var(--ease);min-height:44px}.auth-btn--user{background:#00c2ff1a;color:var(--accent);border:1px solid rgba(0,194,255,.2)}.auth-btn--user:hover{background:#00c2ff2e;transform:translateY(-1px)}.auth-btn--signin{background:linear-gradient(135deg,var(--accent),#0077ff);color:#fff;box-shadow:0 4px 16px #00c2ff4d}.auth-btn--signin:hover{transform:translateY(-2px);box-shadow:0 6px 24px #00c2ff73;color:#fff}.header-placeholder{width:80px;height:36px;border-radius:var(--radius-sm);background:var(--surface-2);animation:pulse-glow 2s ease-in-out infinite}.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;color:var(--text-muted);font-size:1.4rem;min-height:44px;min-width:44px;align-items:center;justify-content:center;border-radius:var(--radius-sm);transition:background .2s var(--ease),color .2s var(--ease)}.nav-toggle:hover{background:#ffffff0f;color:var(--text)}@media (max-width: 768px){.nav-toggle{display:flex}.site-header__nav{display:none;position:absolute;top:68px;left:0;right:0;background:#050d1af7;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border-subtle);flex-direction:column;padding:1rem;gap:.25rem;z-index:99}.site-header__nav.open{display:flex}.site-header__nav a{width:100%;padding:.75rem 1rem}.site-header__inner{position:relative;flex-wrap:wrap}}.app-content{min-height:calc(100vh - 68px)}.site-footer{background:var(--bg-2);border-top:1px solid var(--border-subtle);padding:4rem 0 2rem;margin-top:5rem}.site-footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid var(--border-subtle)}@media (max-width: 1024px){.site-footer__grid{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width: 600px){.site-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__mark{width:40px;height:40px;background:linear-gradient(135deg,var(--accent),#0077ff);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:800;color:#fff}.footer-brand__name{font-size:1.125rem;font-weight:800;color:var(--text);letter-spacing:-.02em}.footer-brand__name span{color:var(--accent)}.footer-brand__tagline{color:var(--text-muted);font-size:.9rem;line-height:1.6;max-width:280px;margin-bottom:1.5rem}.footer-col__title{font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text-dim);margin-bottom:1rem}.footer-col__links{display:flex;flex-direction:column;gap:.625rem}.footer-col__links a{color:var(--text-muted);font-size:.9rem;text-decoration:none;transition:color .2s var(--ease),transform .2s var(--ease);display:inline-block}.footer-col__links a:hover{color:var(--accent);transform:translate(3px)}.footer-contact-item{display:flex;align-items:flex-start;gap:.625rem;margin-bottom:.875rem}.footer-contact-item__icon{font-size:1rem;flex-shrink:0;margin-top:.1rem;color:var(--accent)}.footer-contact-item__text{color:var(--text-muted);font-size:.875rem;line-height:1.5}.footer-contact-item__text a{color:var(--text-muted);transition:color .2s var(--ease)}.footer-contact-item__text a:hover{color:var(--accent)}.site-footer__bottom{display:flex;align-items:center;justify-content:space-between;padding-top:2rem;gap:1rem;flex-wrap:wrap}.site-footer__copy{color:var(--text-dim);font-size:.8125rem}.site-footer__legal{display:flex;gap:1.25rem;flex-wrap:wrap}.site-footer__legal a{color:var(--text-dim);font-size:.8125rem;text-decoration:none;transition:color .2s var(--ease)}.site-footer__legal a:hover{color:var(--accent)}.legal-page{padding:3rem 0 5rem;max-width:800px;animation:fadeSlideUp .5s var(--ease) both}.legal-page__hero{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid var(--border-subtle)}.legal-page__label{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--accent);margin-bottom:.75rem}.legal-page__title{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;letter-spacing:-.03em;color:var(--text);margin-bottom:.5rem}.legal-page__updated{font-size:.8125rem;color:var(--text-dim)}.legal-section{margin-bottom:2.5rem}.legal-section__title{font-size:1.125rem;font-weight:700;color:var(--text);margin-bottom:.875rem;display:flex;align-items:center;gap:.625rem}.legal-section__title:before{content:"";display:block;width:3px;height:1.125em;background:var(--accent);border-radius:2px;flex-shrink:0}.legal-section p,.legal-section li{color:var(--text-muted);font-size:.9375rem;line-height:1.75;margin-bottom:.5rem}.legal-section ul{list-style:none;display:flex;flex-direction:column;gap:.375rem}.legal-section ul li{padding-left:1.25rem;position:relative}.legal-section ul li:before{content:"›";position:absolute;left:0;color:var(--accent);font-weight:700}.legal-contact-box{background:var(--surface);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:1.5rem;margin-top:3rem;display:flex;flex-direction:column;gap:.75rem}.legal-contact-box__title{font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-dim);margin-bottom:.25rem}.legal-contact-item{display:flex;align-items:center;gap:.625rem;font-size:.9rem;color:var(--text-muted)}.legal-contact-item__icon{color:var(--accent)}.legal-contact-item a{color:var(--text-muted);transition:color .2s var(--ease)}.legal-contact-item a:hover{color:var(--accent)}:root{--bg: #050d1a;--bg-2: #0a1628;--surface: #0f1f38;--surface-2: #162844;--surface-3: #1e3558;--text: #e8edf5;--text-muted: #8a9bbf;--text-dim: #4a5a7a;--accent: #00c2ff;--accent-dark: #0099cc;--accent-glow: rgba(0, 194, 255, .25);--accent-2: #7c3aed;--accent-2-glow: rgba(124, 58, 237, .25);--accent-3: #10b981;--border: rgba(0, 194, 255, .15);--border-subtle: rgba(255, 255, 255, .06);--shadow-sm: 0 2px 8px rgba(0, 0, 0, .4);--shadow-md: 0 8px 32px rgba(0, 0, 0, .5);--shadow-lg: 0 24px 64px rgba(0, 0, 0, .6);--shadow-glow: 0 0 40px rgba(0, 194, 255, .15);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 20px;--radius-xl: 28px;--ease: cubic-bezier(.4, 0, .2, 1);--font-sans: "Plus Jakarta Sans", "Inter", system-ui, sans-serif}*,*: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);background-image:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(0,194,255,.12) 0%,transparent 60%),radial-gradient(ellipse 60% 40% at 80% 80%,rgba(124,58,237,.08) 0%,transparent 50%);min-height:100vh;line-height:1.6;-webkit-font-smoothing:antialiased}.container{width:min(100%,1200px);margin:0 auto;padding:0 1.5rem}a{color:var(--accent);text-decoration:none;transition:color .2s var(--ease),opacity .2s var(--ease)}a:hover{color:#fff}img{display:block;max-width:100%}ul{list-style:none}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.75rem;border-radius:var(--radius-md);font-family:var(--font-sans);font-size:.9375rem;font-weight:600;cursor:pointer;border:none;transition:transform .2s var(--ease),box-shadow .2s var(--ease),background .2s var(--ease),opacity .2s var(--ease),border-color .2s var(--ease);min-height:44px;white-space:nowrap;text-decoration:none}.btn:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.btn--primary{background:linear-gradient(135deg,var(--accent) 0%,#0077ff 100%);color:#fff;box-shadow:0 4px 20px #00c2ff59}.btn--primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 32px #00c2ff80}.btn--primary:active:not(:disabled){transform:translateY(0)}.btn--secondary{background:transparent;color:var(--accent);border:1.5px solid var(--accent);box-shadow:inset 0 0 0 0 var(--accent)}.btn--secondary:hover:not(:disabled){background:#00c2ff1a;transform:translateY(-2px);box-shadow:0 4px 20px #00c2ff33}.btn--ghost{background:#ffffff0f;color:var(--text-muted);border:1.5px solid var(--border-subtle)}.btn--ghost:hover:not(:disabled){background:#ffffff1a;color:var(--text);transform:translateY(-1px)}.btn--danger{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;box-shadow:0 4px 16px #ef44444d}.btn--danger:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px #ef444473}.btn--loading{opacity:.7;cursor:not-allowed}.btn:disabled{opacity:.4;cursor:not-allowed;transform:none!important}.card{background:var(--surface);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);transition:transform .25s var(--ease),box-shadow .25s var(--ease),border-color .25s var(--ease)}.card:hover{border-color:var(--border);box-shadow:var(--shadow-glow)}.field{display:flex;flex-direction:column;gap:.375rem}.field__label{font-size:.875rem;font-weight:600;color:var(--text-muted);letter-spacing:.02em}.field__input{background:var(--surface-2);border:1.5px solid var(--border-subtle);border-radius:var(--radius-sm);color:var(--text);font-family:var(--font-sans);font-size:.9375rem;padding:.75rem 1rem;transition:border-color .2s var(--ease),box-shadow .2s var(--ease),background .2s var(--ease);min-height:44px;width:100%}.field__input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow);background:var(--surface-3)}.field__input::placeholder{color:var(--text-dim)}.field--invalid .field__input{border-color:#ef4444;box-shadow:0 0 0 3px #ef444426}.field__error{font-size:.8125rem;color:#f87171;font-weight:500}.field__hint{font-size:.8125rem;color:var(--text-dim)}.spinner{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:3rem}.spinner__indicator{display:block;border-radius:50%;border:3px solid var(--border-subtle);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{color:var(--text-muted);font-size:.9rem}@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:#f87171;font-size:.9375rem}.error-banner__message{color:var(--text-muted);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.5rem;font-weight:700;color:var(--text)}.empty-state__description{color:var(--text-muted);max-width:400px}.empty-state__action{margin-top:.5rem}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px #00c2ff33}50%{box-shadow:0 0 40px #00c2ff73}}.payment-loading,.payment-unavailable{padding:2rem;display:flex;justify-content:center}:root{--font-sans: "Space Grotesk", system-ui, sans-serif}:root{--ax-brand: #EF4444;--ax-brand-fg: #ffffff}
