*,button,input,select,textarea{box-sizing:border-box;margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}html{scrollbar-gutter:stable}:root{--color-bg:#fafafa;--color-surface:#f0f1f5;--color-text:#111;--color-text-secondary:#666;--color-primary:#864ffe;--color-primary-hover:color-mix(in srgb, var(--color-primary) 88%, #000);--color-primary-soft:color-mix(in srgb, var(--color-primary) 8%, transparent);--color-border:#e4e7ec;--color-success:#22c55e;--color-glow:color-mix(in srgb, var(--color-primary) 20%, transparent);--color-gradient-lime:linear-gradient(180deg, #d7f684 0%, #c9f26e 100%);--radius-md:.375rem;--radius:16px;--radius-lg:24px;--radius-full:9999px;--max-width:1180px;--shadow-sm:0 1px 3px #0000000a, 0 1px 2px #0000000f;--shadow-md:0 4px 20px #0000000f, 0 1px 3px #0000000a;--shadow-lg:0 8px 40px #00000014, 0 2px 8px #0000000a;--spring:cubic-bezier(.34, 1.56, .64, 1);--ease-out:cubic-bezier(.16, 1, .3, 1)}body{background:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;min-width:360px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}a{color:var(--color-text);transition:color .25s var(--ease-out);text-decoration:none}a:hover{color:var(--color-text-secondary)}.app{flex-direction:column;min-height:100vh;display:flex}.header{z-index:100;justify-content:center;padding:16px 16px 0;display:flex;position:sticky;top:0}.header-inner{width:100%;max-width:var(--max-width);box-sizing:border-box;border-radius:var(--radius-full);min-height:56px;transition:background .5s var(--ease-out), border-color .5s var(--ease-out), box-shadow .5s var(--ease-out);border:1px solid #0000;justify-content:space-between;align-items:center;padding:8px 10px 8px 20px;display:flex;position:relative}.header--checkout .header-inner{padding-top:9px;padding-bottom:7px}.header--scrolled .header-inner{border-color:var(--color-border);-webkit-backdrop-filter:blur(20px)saturate(1.8);box-shadow:0 12px 40px -16px var(--color-glow);background:#fafafab8}.header-profile{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-full);cursor:pointer;color:var(--color-text);-webkit-tap-highlight-color:transparent;animation:header-profile-in .35s var(--spring);transition:transform .3s var(--spring), background .25s;align-items:center;gap:10px;padding:5px 14px 5px 6px;font-family:inherit;display:flex}.header-profile:hover{background:var(--color-bg);transform:scale(1.03)}.header-profile:active{transform:scale(.96)}.header-profile__avatar{object-fit:cover;border-radius:50%;width:30px;height:30px}.header-profile__name{white-space:nowrap;text-overflow:ellipsis;max-width:180px;font-size:.9375rem;font-weight:600;overflow:hidden}@keyframes header-profile-in{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.logo{color:var(--color-text);align-items:center;gap:10px;font-size:1.375rem;font-weight:700;line-height:1;display:flex}.logo:hover{color:var(--color-text)}.logo--compact .logo-text{display:none}.logo-icon{width:auto;height:32px}.header-nav{align-items:center;gap:8px;display:flex}.header-link{border-radius:var(--radius);transition:all .25s var(--ease-out);padding:10px 20px;font-size:.9375rem;font-weight:500}.header-link:hover{background:var(--color-surface);color:var(--color-text)}.header-menu{align-items:center;gap:4px;display:flex;position:absolute;left:50%;transform:translate(-50%)}.header-menu__link{color:oklab(21.8626% .00106928 -.00371037/.6);border-radius:var(--radius-full);transition:all .2s var(--ease-out);border:1px solid #0000;padding:8px 16px;font-size:1rem;font-weight:400;line-height:1.5}.header-menu__link:hover{color:#1a1a1c;border-color:#e3e7ed}.header-menu__link--active{color:#1a1a1c;font-weight:600}@media (width<=720px){.header-menu{display:none}}.header-burger{color:var(--color-text);cursor:pointer;border-radius:var(--radius);transition:background .2s var(--ease-out);background:0 0;border:none;justify-content:center;align-items:center;padding:8px;display:none}.header-burger:hover{background:var(--color-surface)}.header-mobile__overlay{z-index:40;position:fixed;inset:0}.header-mobile__menu{z-index:50;-webkit-backdrop-filter:blur(20px)saturate(1.8);border:1px solid var(--color-border);border-radius:var(--radius-lg);min-width:180px;max-width:calc(100vw - 32px);box-shadow:var(--shadow-md);background:#ffffffeb;flex-direction:column;padding:8px;display:flex;position:absolute;top:calc(100% + 6px);right:16px}.header-mobile__profile{border-radius:var(--radius);transition:background .2s var(--ease-out);align-items:center;gap:10px;min-width:0;padding:8px 10px;display:flex}.header-mobile__profile:hover{background:var(--color-surface)}.header-mobile__avatar{object-fit:cover;background:var(--color-surface);border-radius:50%;flex-shrink:0;width:38px;height:38px}.header-mobile__profile-text{flex-direction:column;min-width:0;line-height:1.25;display:flex}.header-mobile__name{color:var(--color-text);text-overflow:ellipsis;white-space:nowrap;font-size:.9375rem;font-weight:600;overflow:hidden}.header-mobile__sub{color:var(--color-text-secondary);text-overflow:ellipsis;white-space:nowrap;font-size:.8125rem;overflow:hidden}.header-mobile__divider{background:var(--color-border);height:1px;margin:6px 8px}.header-mobile__link{border-radius:var(--radius);color:var(--color-text-secondary);transition:background .2s var(--ease-out), color .2s var(--ease-out);padding:12px 14px;font-size:.9375rem}.header-mobile__link:hover{background:var(--color-surface);color:var(--color-text)}.header-mobile__link--active{color:var(--color-text);background:var(--color-surface);font-weight:600}@media (width<=720px){.header-burger{display:inline-flex}}.header-cart{cursor:pointer;color:var(--color-text);transition:border-radius .35s var(--spring), transform .35s var(--spring), background .25s, color .25s;background:0 0;border:none;border-radius:50%;align-items:center;padding:10px;display:flex;position:relative}.header-cart:hover{background:var(--color-surface);border-radius:50%;transform:scale(1.05)}.header-cart:active{transition:transform .1s ease-out,background .25s,color .25s;transform:scale(.9)}.header-cart__badge{color:#1a1a1c;border-radius:var(--radius-full);min-width:18px;height:18px;box-shadow:0 0 0 2px var(--color-bg);background:#c9f26e;border:1.5px solid #1a1a1c38;justify-content:center;align-items:center;padding:0 5px;font-size:.6875rem;font-weight:600;line-height:1;display:flex;position:absolute;top:4px;right:2px}.header-link--primary{background:var(--color-gradient-lime);color:#1a1a1c;border-radius:var(--radius);box-shadow:0 2px 14px #bfee6773}.header-link--primary:hover{color:#1a1a1c;transform:translateY(-1px);box-shadow:0 6px 22px #bfee6799}.header-avatar{transition:transform .35s var(--spring);border-radius:50%;display:inline-flex}.header-avatar:hover{transform:scale(1.05)}.header-avatar:active{transition:transform .1s ease-out;transform:scale(.9)}.header-avatar__img{object-fit:cover;background:var(--color-surface);border-radius:50%;width:34px;height:34px;display:block}@media (width<=720px){.header-avatar{display:none}}.header-mobile{align-items:center;gap:4px;display:none}.main{width:100%;max-width:var(--max-width);flex:1;margin:0 auto}.profile-page{flex-direction:column;gap:40px;padding-top:28px;padding-bottom:40px;display:flex;position:relative}.skeleton{background:#e9ebef;border-radius:8px;position:relative;overflow:hidden}.skeleton:after{content:"";background:linear-gradient(90deg,#0000,#ffffffa6,#0000);animation:1.4s ease-in-out infinite skeleton-shimmer;position:absolute;inset:0;transform:translate(-100%)}@keyframes skeleton-shimmer{to{transform:translate(100%)}}.skeleton--avatar{border-radius:52px;width:104px;height:104px}.skeleton--name{border-radius:var(--radius-full);width:200px;height:26px;margin-top:16px}.skeleton--username{border-radius:var(--radius-full);width:120px;height:15px;margin-top:12px}.skeleton--bio{border-radius:var(--radius-full);width:320px;max-width:80%;height:15px;margin-top:14px}.card-skeleton{flex-direction:column;gap:10px;display:flex}.card-skeleton__img{border-radius:var(--radius);width:100%;padding-top:133.33%}.card-skeleton__price{border-radius:var(--radius-full);width:45%;height:18px}.card-skeleton__title{border-radius:var(--radius-full);width:80%;height:14px}.profile-header{text-align:center;flex-direction:column;align-items:center;display:flex}.profile-avatar img,.profile-avatar__placeholder{width:104px;height:104px;box-shadow:0 0 0 4px var(--color-bg), 0 0 0 5px var(--color-border);border-radius:52px}.profile-avatar__placeholder{background:var(--color-primary);color:#fff;justify-content:center;align-items:center;font-size:2.25rem;font-weight:700;display:flex}.profile-name-row{justify-content:center;align-items:center;gap:4px;max-width:100%;margin-top:16px;display:flex}.profile-name{letter-spacing:-.02em;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:1.5rem;font-weight:700;line-height:1.3;overflow:hidden}.profile-username{color:var(--color-text-secondary);font-size:.9375rem}.profile-bio{color:var(--color-text-secondary);max-width:480px;margin-top:10px;font-size:.9375rem;line-height:1.6}.profile-socials{gap:4px;margin-top:12px;display:flex}.profile-social{border-radius:var(--radius);width:40px;height:40px;color:var(--color-text-secondary);transition:all .25s var(--ease-out);justify-content:center;align-items:center;display:flex}.profile-social:hover{color:var(--color-text);background:var(--color-surface)}.profile-more{position:relative}.profile-more__btn{width:40px;height:40px;color:var(--color-text-secondary);cursor:pointer;transition:border-radius .35s var(--spring), transform .35s var(--spring), background .25s, color .25s;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex}.profile-more__btn:hover{background:var(--color-surface);color:var(--color-text);border-radius:50%;transform:scale(1.05)}.profile-more__btn:active{transition:transform .1s ease-out,background .25s,color .25s;transform:scale(.9)}.profile-more__overlay{z-index:10;position:fixed;inset:0}.profile-more__menu{border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow-lg);z-index:11;min-width:160px;animation:menu-in .2s var(--ease-out);background:#fff;margin-top:8px;position:absolute;top:100%;right:0;overflow:hidden}@keyframes menu-in{0%{opacity:0;transform:scale(.95)translateY(-4px)}to{opacity:1;transform:scale(1)translateY(0)}}.profile-more__item{width:100%;color:var(--color-text);text-align:left;cursor:pointer;background:0 0;border:none;padding:11px 18px;font-family:inherit;font-size:.875rem;transition:background .15s;display:block}.profile-more__item:hover{background:var(--color-surface)}.profile-more__item--danger{color:#ef4444}.wishlist-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.wishlist-card{opacity:0;transition:opacity .5s var(--ease-out), transform .5s var(--ease-out), box-shadow .35s var(--ease-out);overflow:hidden;transform:translateY(24px)scale(.96)}.wishlist-card--visible{opacity:1;transform:translateY(0)scale(1)}.wishlist-card__image-wrap{border-radius:var(--radius);border:1px solid var(--color-border);width:100%;box-shadow:var(--shadow-sm);background:linear-gradient(150deg,#f6f7f9,#eef0f4);padding-top:133.33%;position:relative;overflow:hidden}.wishlist-card__image{object-fit:cover;width:100%;height:100%;transition:transform .5s var(--ease-out);position:absolute;top:0;left:0}.wishlist-card__placeholder{background:linear-gradient(135deg,#f4f5f7,#ebedf0);justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0;overflow:hidden}.wishlist-card__body{flex-direction:column;align-items:flex-start;padding:10px 4px;display:flex}.wishlist-card__price{color:var(--color-text);font-size:1.1rem;font-weight:700}.wishlist-card__title{text-overflow:ellipsis;white-space:nowrap;width:100%;color:var(--color-text-secondary);font-size:.9375rem;font-weight:500;overflow:hidden}.wishlist-card__shop{color:var(--color-text-secondary);margin-bottom:12px;font-size:.8125rem;display:block}.wishlist-card__icon-btn{width:40px;height:40px;color:var(--color-text);box-shadow:var(--shadow-md);cursor:pointer;-webkit-tap-highlight-color:transparent;transition:border-radius .35s var(--spring), transform .35s var(--spring), background .25s, color .25s, box-shadow .25s;background:#fff;border:none;border-radius:50% 50% 50% 28%;justify-content:center;align-items:center;display:flex;position:absolute;bottom:10px;right:10px}.wishlist-card__icon-btn:hover{box-shadow:var(--shadow-lg);color:#1a1a1c;background:#c9f26e;border-radius:28% 50%;transform:scale(1.1)}.wishlist-card__icon-btn:active{border-radius:40% 60% 50% 35%;transition:transform .1s ease-out,border-radius .1s ease-out,background .25s,color .25s,box-shadow .25s;transform:scale(.85)}.wishlist-card__icon-btn svg{transition:transform .35s var(--spring)}.wishlist-card__icon-btn:hover svg{transform:scale(.92)}.wishlist-card__icon-btn:active svg{transition:transform .1s ease-out;transform:scale(1.2)}.wishlist-card__icon-btn--active{color:#1a1a1c;background:#c9f26e;border:1.5px solid #1a1a1c38;border-radius:28% 50% 50%;box-shadow:0 4px 16px #c9f26e80}.wishlist-card__icon-btn--active:hover{background:#bce85a;border-radius:50% 28%}.wishlist-card__gifted{background:var(--color-success);color:#fff;border-radius:var(--radius-full);padding:4px 8px;font-size:.75rem}.wishlist-sentinel{height:1px}.not-found-page{text-align:center;padding:100px 0}.not-found-page h1{color:var(--color-primary);font-size:5rem;font-weight:800}.not-found-page p{color:var(--color-text-secondary);margin:12px 0 32px;font-size:1.0625rem}.auth-page{max-width:420px;margin:0 auto;padding:56px 0}.auth-page h1{text-align:center;letter-spacing:-.02em;margin-bottom:28px;font-size:1.75rem;font-weight:700}.auth-form{flex-direction:column;gap:18px;display:flex}.auth-field{flex-direction:column;gap:6px;display:flex}.auth-field span{color:var(--color-text-secondary);font-size:.875rem;font-weight:500}.auth-field input{border:1px solid var(--color-border);border-radius:var(--radius-md);background:#fff;outline:none;padding:14px 18px;font-size:1rem;transition:border-color .25s,box-shadow .25s}.auth-field input:focus{border-color:var(--color-border);box-shadow:none}.auth-submit{background:var(--color-gradient-lime);color:#1a1a1c;cursor:pointer;transition:all .25s var(--ease-out);border:1px solid #1a1a1c29;border-radius:999px;padding:13px;font-family:inherit;font-size:1rem;font-weight:500;line-height:1.5;box-shadow:0 2px 14px #bfee6773}.auth-submit:hover{transform:translateY(-1px);box-shadow:0 6px 22px #bfee6799}.auth-submit:disabled{cursor:default;opacity:.45;box-shadow:none;transform:none}.btn-spinner{vertical-align:middle;border:2px solid #1a1a1c40;border-top-color:#1a1a1c;border-radius:50%;width:18px;height:18px;animation:.6s linear infinite btn-spin;display:inline-block}@keyframes btn-spin{to{transform:rotate(360deg)}}.auth-switch{text-align:center;color:var(--color-text-secondary);margin-top:20px;font-size:.875rem}.auth-consent{color:var(--color-text-secondary);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:flex-start;gap:11px;font-size:.8125rem;line-height:1.45;display:flex}.auth-consent input[type=checkbox]{appearance:none;border:1.5px solid var(--color-border);cursor:pointer;background:#fff;border-radius:6px;flex-shrink:0;width:20px;height:20px;margin:0;transition:background .15s,border-color .15s;position:relative}.auth-consent input[type=checkbox]:hover{border-color:var(--color-primary)}.auth-consent input[type=checkbox]:focus-visible{box-shadow:0 0 0 3px var(--color-primary-soft);outline:none}.auth-consent input[type=checkbox]:checked{background:var(--color-primary);border-color:var(--color-primary)}.auth-consent input[type=checkbox]:checked:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:5px;height:10px;position:absolute;top:2px;left:6px;transform:rotate(45deg)}.auth-consent a{color:var(--color-primary);text-decoration:underline}.auth-consent--error input[type=checkbox]{border-color:#dc2626}.auth-subtitle{color:var(--color-text-secondary);margin-bottom:20px;font-size:.9375rem}.auth-consent-note a{color:var(--color-primary);text-decoration:underline}.auth-field textarea{border:1px solid var(--color-border);border-radius:var(--radius-md);resize:vertical;background:#fff;outline:none;padding:14px 18px;font-family:inherit;font-size:1rem;transition:border-color .2s,box-shadow .2s}.auth-field textarea:focus{border-color:var(--color-border);box-shadow:none}span.auth-field__error{color:#dc2626;animation:auth-error-in .4s var(--spring);font-size:.75rem}.auth-field__ok{color:var(--color-success);font-size:.8125rem}.auth-submit--sm{width:auto;padding:8px 16px;font-size:.875rem}.edit-section-title{margin-top:36px;margin-bottom:16px;font-size:1.125rem;font-weight:600}.edit-avatar{align-items:center;gap:18px;margin-bottom:28px;display:flex}.edit-avatar__img{object-fit:cover;background:var(--color-surface);border-radius:50%;flex-shrink:0;width:88px;height:88px}.edit-avatar__actions{align-items:center;gap:14px;display:flex}.auth-linkbtn{color:var(--color-primary);cursor:pointer;font:inherit;background:0 0;border:none;padding:0;text-decoration:underline}.auth-linkbtn--muted{color:var(--color-text);text-underline-offset:2px}.auth-subtitle strong{color:var(--color-text);font-weight:600}.auth-subtitle--center{text-align:center}.otp{justify-content:center;gap:8px;display:flex}.otp__box{text-align:center;width:100%;max-width:48px;height:54px;color:var(--color-text);border:1px solid var(--color-border);border-radius:var(--radius-md);background:#fff;outline:none;font-size:1.375rem;font-weight:600;transition:border-color .15s}.otp__box:focus{border-color:#1a1a1c}.otp--error .otp__box{background:#ff17490a;border-color:#dc2626}.settings{width:100%;margin:0 auto;padding-bottom:40px}.page-head{align-items:center;gap:10px;margin:4px 0 18px;display:flex}.page-head__back{color:var(--color-text-muted);transition:color .2s var(--ease-out), transform .25s var(--spring);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.page-head__back:hover{color:var(--color-text);transform:translate(-3px)}.page-head__back:active{transform:translate(-3px)scale(.92)}.settings-title{letter-spacing:-.02em;margin:0;font-size:1.5rem;font-weight:700}.empty-state{text-align:center;flex-direction:column;align-items:center;gap:6px;padding:56px 24px;display:flex}.empty-state--fill{flex:1;justify-content:center}.empty-state__icon{color:#3f5a12;background:#c9f26e73;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:8px;display:inline-flex}.empty-state__title{font-size:1.0625rem;font-weight:600}.empty-state__text{color:var(--color-text-muted);max-width:280px;font-size:.9375rem}.empty-state__action{margin-top:14px}.checkout{width:100%;padding:0 0 48px}.checkout .page-head{margin-bottom:28px}.checkout__grid{grid-template-columns:1fr 400px;align-items:start;gap:16px;display:grid}.checkout__card{border:1px solid var(--color-border);background:#fff;border-radius:16px;padding:20px}.checkout__author{padding:0}.checkout__author-divider{background:var(--color-border);height:1px;margin:14px 0}.checkout__recipient{align-items:center;gap:12px;display:flex}.checkout__recipient-avatar{object-fit:cover;background:var(--color-surface);border-radius:50%;flex-shrink:0;width:44px;height:44px}.checkout__recipient-text{flex-direction:column;min-width:0;display:flex}.checkout__recipient-name{text-overflow:ellipsis;white-space:nowrap;font-size:.9375rem;font-weight:600;overflow:hidden}.checkout__recipient-handle{color:var(--color-text-secondary);font-size:.8125rem}.checkout__divider{background:var(--color-border);height:1px;margin:16px 0}.checkout__gift{margin-top:12px}.checkout__items{flex-direction:column;gap:12px;display:flex}.checkout__item{align-items:center;gap:14px;display:flex}.checkout__thumb{border-radius:var(--radius);object-fit:cover;background:var(--color-bg);flex-shrink:0;width:100px;height:133px}.checkout__item-text{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.checkout__item-price{color:var(--color-text);font-size:1.1rem;font-weight:700}.checkout__item-title{color:var(--color-text-secondary);text-overflow:ellipsis;white-space:nowrap;font-size:.9375rem;font-weight:500;overflow:hidden}.checkout__summary{border:1px solid var(--color-border);background:#fff;border-radius:16px;padding:20px;position:sticky;top:88px}.checkout__summary-row{color:var(--color-text-secondary);justify-content:space-between;align-items:center;margin-bottom:14px;font-size:.9375rem;display:flex}.checkout__summary-total{border-top:1px solid var(--color-border);justify-content:space-between;align-items:baseline;margin-top:4px;padding-top:14px;font-size:.9375rem;font-weight:500;display:flex}.checkout__total{font-size:1.5rem;font-weight:700}.checkout__pay{color:#fff;cursor:pointer;width:100%;transition:transform .25s var(--ease-out), box-shadow .25s var(--ease-out);background:linear-gradient(#33333a,#1a1a1c);border:1px solid #ffffff29;border-radius:999px;margin-top:16px;padding:14px;font-family:inherit;font-size:1rem;font-weight:600;line-height:1.5;box-shadow:0 4px 16px #1a1a1c47}.checkout__pay:hover{transform:translateY(-1px);box-shadow:0 8px 24px #1a1a1c66}.checkout__pay:active{transform:translateY(0)scale(.98)}.checkout__pay:disabled{opacity:.5;box-shadow:none;cursor:default}.checkout__email{max-width:380px}.checkout__message{margin-top:14px}.checkout__switch{cursor:pointer;align-items:center;gap:12px;display:flex}.checkout__switch-label{color:var(--color-text-secondary);font-size:.875rem;font-weight:500}.checkout__switch input{opacity:0;width:0;height:0;position:absolute}.checkout__switch-track{background:var(--color-border);width:36px;height:22px;transition:background .25s var(--ease-out);border-radius:999px;flex-shrink:0;position:relative}.checkout__switch-thumb{width:16px;height:16px;transition:transform .25s var(--spring);background:#fff;border-radius:50%;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #00000040}.checkout__switch input:checked+.checkout__switch-track{background:var(--color-primary)}.checkout__switch input:checked+.checkout__switch-track .checkout__switch-thumb{transform:translate(14px)}.checkout__textarea{resize:vertical;margin-top:12px;line-height:1.45}.checkout__left{flex-direction:column;gap:22px;min-width:0;display:flex}.checkout__consent{color:var(--color-text-secondary);grid-column:1;margin:16px 4px 0;font-size:.8125rem;line-height:1.55}.checkout__consent a{color:var(--color-text);text-underline-offset:2px;text-decoration:underline}.checkout__secure{color:var(--color-text-secondary);justify-content:center;align-items:center;gap:7px;margin-top:18px;font-size:.8125rem;font-weight:400;display:flex}.checkout__mobile-bar{display:none}@media (width<=760px){.checkout{padding-bottom:96px}.checkout__mobile-bar{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));z-index:90;border:1px solid var(--color-border);border-radius:var(--radius-full);-webkit-backdrop-filter:blur(20px)saturate(1.8);box-shadow:0 12px 40px -16px var(--color-glow);background:#fafafab8;align-items:center;gap:12px;padding:8px 8px 8px 20px;display:flex;position:fixed}.checkout__mobile-total{flex-direction:column;flex-shrink:0;line-height:1.2;display:flex}.checkout__mobile-total span:first-child{color:var(--color-text-secondary);font-size:.75rem}.checkout__mobile-total span:last-child{font-size:1.125rem;font-weight:700}.checkout__mobile-bar .checkout__pay{flex:1;margin-top:0}.checkout__summary .checkout__pay{display:none}}.checkout__secure-logo{flex-shrink:0;width:auto;height:22px}.checkout__error{color:var(--color-text-secondary);margin-bottom:12px;font-size:1rem}.checkout__back-link{color:var(--color-primary)}@media (width<=760px){.checkout__grid{grid-template-columns:1fr}.checkout__summary{position:static}.checkout__email{max-width:none}}.orders-list{flex-direction:column;gap:12px;display:flex}.order-card{border:1px solid var(--color-border);background:#fff;border-radius:16px;padding:16px 18px}.order-card__head{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.order-card__date{color:var(--color-text-secondary);font-size:.8125rem}.order-card__status{background:var(--color-surface);color:var(--color-text-secondary);border-radius:999px;padding:3px 10px;font-size:.75rem;font-weight:600}.order-card__status--delivered{color:#3f5a12;background:#c9f26e73}.order-card__status--shipped{color:#185fa5;background:#e6f1fb}.order-card__status--issue{color:#a32d2d;background:#fcebeb}.order-card__items{flex-direction:column;gap:10px;display:flex}.order-card__item{align-items:center;gap:12px;display:flex}.order-card__thumb{object-fit:cover;background:var(--color-surface);border-radius:10px;flex-shrink:0;width:44px;height:44px}.order-card__title{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:.9375rem;overflow:hidden}.order-card__price{white-space:nowrap;font-size:.9375rem;font-weight:500}.order-card__message{background:var(--color-surface);border-radius:12px;margin-top:12px;padding:10px 12px}.order-card__message-label{letter-spacing:.02em;text-transform:uppercase;color:var(--color-text-secondary);font-size:.6875rem;font-weight:600}.order-card__message-text{white-space:pre-wrap;word-break:break-word;margin-top:4px;font-size:.9375rem;line-height:1.4}.order-card__foot{border-top:1px solid var(--color-border);color:var(--color-text-secondary);justify-content:space-between;align-items:center;margin-top:12px;padding-top:12px;font-size:.875rem;display:flex}.order-card__total{color:var(--color-text);font-size:1rem;font-weight:700}.empty-state__btn{min-width:180px}.wl-empty{text-align:center;flex-direction:column;align-items:center;padding:12px 24px 48px;display:flex}.wl-empty__title{letter-spacing:-.01em;margin-top:-16px;margin-bottom:4px;font-size:1.0625rem;font-weight:600;position:relative}.wl-empty__scene{justify-content:center;align-items:center;width:460px;max-width:100%;height:300px;margin-top:0;display:flex;position:relative}.wl-empty__scene-glow{filter:blur(48px);background:radial-gradient(circle,#864ffe52,#c9f26e38 50%,#0000 72%);border-radius:50%;width:360px;height:360px;animation:4.6s ease-in-out infinite wl-pulse;position:absolute}@keyframes wl-pulse{0%,to{opacity:.55;transform:scale(.9)}50%{opacity:.85;transform:scale(1.12)}}.wl-deco{pointer-events:none;display:block;position:absolute}.wl-deco svg{width:100%;height:100%;display:block}.wl-deco--g1{color:#864ffe;width:32px;height:32px;animation:5.4s ease-in-out infinite wl-drift-a;top:24px;left:34px}.wl-deco--g2{color:#ff5fa2;width:28px;height:28px;animation:6s ease-in-out infinite wl-drift-b;bottom:36px;right:34px}.wl-deco--g3{color:#4fd1ff;width:24px;height:24px;animation:6.6s ease-in-out .8s infinite wl-drift-a;top:46%;left:10px}.wl-deco--g4{color:#c9f26e;width:24px;height:24px;animation:5.8s ease-in-out .4s infinite wl-drift-b;top:40px;right:52px}.wl-deco--g5{color:#864ffe;width:26px;height:26px;animation:6.2s ease-in-out 1.1s infinite wl-drift-a;bottom:40px;left:54px}.wl-deco--h1{color:#ff5fa2;width:22px;height:22px;animation:5.2s ease-in-out .3s infinite wl-drift-b;top:74px;left:96px}.wl-deco--h2{color:#ff8ac0;width:19px;height:19px;animation:5.9s ease-in-out 1.4s infinite wl-drift-a;bottom:70px;right:92px}.wl-deco--b1{color:#4fd1ff;width:24px;height:30px;animation:6.4s ease-in-out .6s infinite wl-drift-a;top:30px;left:50%}.wl-deco--b2{color:#c9f26e;width:21px;height:27px;animation:6.8s ease-in-out 1.2s infinite wl-drift-b;bottom:24px;left:40%}.wl-deco--st1{color:#864ffe;width:24px;height:24px;animation:6.1s ease-in-out .9s infinite wl-drift-b;top:96px;right:30px}.wl-deco--st2{color:#4fd1ff;width:20px;height:20px;animation:5.6s ease-in-out .2s infinite wl-drift-a;bottom:88px;left:30px}.wl-deco--bell{color:#ffb020;width:24px;height:24px;animation:6.3s ease-in-out 1.6s infinite wl-drift-a;top:50%;right:40px}.wl-deco--s1{color:#c9f26e;width:18px;height:18px;animation:2.6s ease-in-out infinite wl-twinkle;top:18px;right:96px}.wl-deco--s2{color:#864ffe;width:14px;height:14px;animation:2.6s ease-in-out .7s infinite wl-twinkle;bottom:30px;left:28px}.wl-deco--s3{color:#4fd1ff;width:13px;height:13px;animation:2.6s ease-in-out 1.2s infinite wl-twinkle;top:12px;left:46%}.wl-deco--s4{color:#ff5fa2;width:16px;height:16px;animation:2.6s ease-in-out 1.8s infinite wl-twinkle;bottom:58px;right:72px}.wl-deco--s5{color:#864ffe;width:15px;height:15px;animation:3s ease-in-out .4s infinite wl-twinkle;top:52%;right:16px}.wl-deco--s6{color:#c9f26e;width:12px;height:12px;animation:3s ease-in-out 1s infinite wl-twinkle;bottom:16px;left:52%}.wl-deco--s7{color:#ff5fa2;width:14px;height:14px;animation:2.8s ease-in-out 1.5s infinite wl-twinkle;top:78px;left:20px}.wl-dot{pointer-events:none;border-radius:50%;position:absolute}.wl-dot--2{background:#c9f26e;width:7px;height:7px;animation:3.2s ease-in-out 1.3s infinite wl-twinkle;bottom:96px;right:56px}.wl-dot--3{background:#ff5fa2;width:6px;height:6px;animation:3.4s ease-in-out .9s infinite wl-twinkle;top:40%;left:40px}.wl-dot--4{background:#4fd1ff;width:7px;height:7px;animation:3.4s ease-in-out 1.7s infinite wl-twinkle;bottom:60px;left:30%}@keyframes wl-drift-a{0%,to{transform:translate(0)rotate(-8deg)}50%{transform:translate(6px,-16px)rotate(8deg)}}@keyframes wl-drift-b{0%,to{transform:translate(0)rotate(6deg)}50%{transform:translate(-7px,-14px)rotate(-6deg)}}@keyframes wl-twinkle{0%,to{opacity:.15;transform:scale(.6)rotate(0)}50%{opacity:1;transform:scale(1)rotate(25deg)}}.wl-empty__poke{color:#864ffe;pointer-events:none;flex-direction:column;align-items:center;animation:3.2s ease-in-out infinite wl-poke;display:flex;position:absolute;top:50%;left:50%;transform:translate(58px,-96px)}.wl-empty__poke-text{font-size:.8125rem;font-style:italic;font-weight:700}@keyframes wl-poke{0%,to{transform:translate(58px,-96px)}50%{transform:translate(53px,-90px)}}.wl-empty__text{color:var(--color-text-secondary);max-width:300px;margin-bottom:0;font-size:.8125rem;line-height:1.45}.wl-empty__cta{color:#fff;text-shadow:0 1px 8px #00000047;cursor:pointer;width:124px;height:124px;transition:transform .3s var(--spring), filter .25s var(--ease-out);background:linear-gradient(120deg,#864ffe,#c9f26e,#ff5fa2,#4fd1ff,#864ffe) 0 0/300% 300%;border:2px solid #fff6;border-radius:62% 38% 55% 45%/55% 58% 42% 45%;flex-direction:column;justify-content:center;align-items:center;gap:6px;font-family:inherit;animation:6s linear infinite wl-cta-flow,3s ease-in-out infinite wl-cta-glow,8s ease-in-out infinite wl-blob;display:inline-flex;position:relative;overflow:hidden}@keyframes wl-cta-flow{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes wl-blob{0%,to{border-radius:62% 38% 55% 45%/55% 58% 42% 45%}50%{border-radius:40% 60% 42% 58%/45% 42% 58% 55%}}@keyframes wl-cta-glow{0%,to{box-shadow:0 34px 120px 20px #864ffe47}33%{box-shadow:0 38px 130px 24px #c9f26e47}66%{box-shadow:0 38px 130px 24px #ff5fa247}}.wl-empty__cta:hover{filter:saturate(1.25)brightness(1.06);transform:translateY(-4px)scale(1.1)rotate(4deg)}.wl-empty__cta:active{transform:translateY(0)scale(.96)}@media (prefers-reduced-motion:reduce){.wl-empty__cta,.wl-empty__scene-glow,.wl-deco,.wl-dot,.wl-empty__poke{animation:none}}.settings-hero{border:1px solid var(--color-border);background:#fff;border-radius:16px;align-items:center;gap:18px;width:100%;padding:20px;display:flex}.settings-hero__avatar{cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;width:80px;height:80px;padding:0;position:relative}.settings-hero__side{flex-direction:column;gap:8px;display:flex}.settings-hero__img{object-fit:cover;background:var(--color-surface);border-radius:50%;width:80px;height:80px;display:block}.settings-hero__meta-item{color:var(--color-text-secondary);align-items:center;gap:6px;margin-top:8px;font-size:.8125rem;display:inline-flex}.settings-hero__meta-item svg{color:var(--color-text-muted);flex-shrink:0}.settings-hero__actions{align-items:center;gap:10px;display:flex}.settings-hero__cam{background:var(--color-primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex;position:absolute;bottom:-2px;right:-2px;box-shadow:0 0 0 3px #fff}.settings-hero__hint{color:var(--color-text-muted);margin-top:8px;font-size:.75rem;display:block}.settings-hero__name{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:1.25rem;font-weight:700;overflow:hidden}.settings-hero__handle{color:var(--color-text-secondary);font-size:.9375rem}.settings-hero__remove{color:#dc2626;cursor:pointer;transition:opacity .2s var(--ease-out);background:0 0;border:none;align-self:flex-start;font-family:inherit;font-size:.875rem;font-weight:500}.settings-hero__remove:hover{opacity:.8}.settings-hero__remove:disabled{opacity:.5;cursor:default}.settings-group{margin-top:22px}.settings-group__title{letter-spacing:.02em;text-transform:uppercase;color:var(--color-text-secondary);margin-bottom:8px;padding-left:16px;font-size:.75rem;font-weight:600}.settings-card{border:1px solid var(--color-border);background:#fff;border-radius:16px;overflow:hidden}.settings-row{text-align:left;justify-content:space-between;align-items:center;gap:12px;width:100%;min-height:52px;padding:12px 16px;font-size:.9375rem;display:flex}.settings-row:not(:last-child){border-bottom:1px solid var(--color-border)}.settings-row--field .settings-row__label{width:150px;color:var(--color-text-secondary);flex-shrink:0}.settings-row__counter{float:right;color:var(--color-text-secondary);font-size:.75rem;font-weight:400}.settings-row--col{flex-direction:column;align-items:stretch;gap:6px}.settings-row__input{min-width:0;color:var(--color-text);resize:vertical;background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:.9375rem}.settings-row__input::placeholder{color:var(--color-text-secondary);opacity:.7}.settings-row__lead{align-items:center;gap:12px;min-width:0;font-weight:500;display:flex}.settings-row__text{flex-direction:column;gap:1px;min-width:0;display:flex}.settings-row__title{font-weight:500}.settings-row__sub{color:var(--color-text-secondary);text-overflow:ellipsis;white-space:nowrap;font-size:.8125rem;font-weight:400;overflow:hidden}.settings-row__badge{background:var(--color-surface);color:var(--color-text-secondary);border-radius:999px;flex-shrink:0;padding:3px 10px;font-size:.75rem;font-weight:600}.settings-row__icon{align-items:center;line-height:0;display:inline-flex}.settings-row__action{cursor:pointer;color:var(--color-primary);font-family:inherit;font-size:.9375rem;font-weight:600;line-height:inherit;white-space:nowrap;background:0 0;border:none;text-decoration:none}.settings-row__action--muted{color:var(--color-text-secondary)}.settings-row--danger{cursor:pointer;color:#dc2626;background:0 0;border:none;justify-content:flex-start;font-weight:600}.settings-note{margin-top:8px;padding-left:4px;font-size:.8125rem;display:block}.settings-note--error{color:#dc2626}.settings-note--ok{color:var(--color-success)}.auth-note{color:var(--color-text-secondary);text-align:center;margin-top:16px;font-size:.8125rem;line-height:1.55}.auth-note a{color:var(--color-text);text-underline-offset:2px;text-decoration:underline}.smartcaptcha{width:0;height:0;position:absolute;overflow:hidden}.auth-divider{color:var(--color-text-secondary);align-items:center;gap:12px;margin:22px 0;font-size:.8125rem;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--color-border);flex:1;height:1px}.auth-social{grid-template-columns:1fr;gap:10px;display:grid}.auth-social__btn{border-radius:var(--radius-md);border:1px solid var(--color-border);height:46px;color:var(--color-text);background:#fff;justify-content:center;align-items:center;gap:8px;font-size:.9375rem;font-weight:500;text-decoration:none;transition:border-color .15s,background .15s;display:flex}.auth-social__icon{align-items:center;line-height:0;display:inline-flex}.auth-social__btn:hover{color:var(--color-text);background:#f7f8fa;border-color:#d0d3d9}.ident-list{flex-direction:column;gap:8px;margin:12px 0 0;padding:0;list-style:none;display:flex}.ident-row{border:1px solid var(--color-border);border-radius:12px;justify-content:space-between;align-items:center;padding:12px 14px;display:flex}.ident-row__name{font-weight:500}.ident-row__btn{border:1px solid var(--color-border);color:var(--color-primary);cursor:pointer;background:#fff;border-radius:999px;padding:6px 14px;font-size:.875rem;font-weight:600;text-decoration:none}.ident-row__btn--unlink{color:var(--color-text-secondary)}.auth-field--error input,.auth-field--error textarea{background:#ff17490a;border-color:#dc2626}.auth-field--error input:focus,.auth-field--error textarea:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc262626}.auth-error{color:#dc2626;border-radius:var(--radius);text-align:center;animation:auth-error-in .4s var(--spring);background:0 0;border:none;padding:12px 16px;font-size:.8125rem}.auth-error--hide{animation:auth-error-out .3s var(--ease-out) forwards}@keyframes auth-error-in{0%{opacity:0;transform:translateY(-8px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes auth-error-out{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(-8px)scale(.97)}}.auth-success{text-align:center;flex-direction:column;align-items:center;gap:16px;padding:40px 0;display:flex}.auth-success h1{font-size:1.5rem;font-weight:700}.auth-success p{color:var(--color-text-secondary);max-width:320px;font-size:.9375rem;line-height:1.6}.auth-success__note{color:var(--color-text-secondary);opacity:.7;font-size:.8125rem!important}.legal-page{max-width:680px;margin:0 auto;padding:40px 20px 60px}.legal-page h1{margin-bottom:8px;font-size:1.75rem;font-weight:700}.legal-date{color:var(--color-text-secondary);margin-bottom:32px;font-size:.8125rem}.legal-page h2{margin-top:28px;margin-bottom:10px;font-size:1.125rem;font-weight:600}.legal-page h3{margin-top:16px;margin-bottom:8px;font-size:1rem;font-weight:600}.legal-page p{color:var(--color-text-secondary);margin-bottom:8px;font-size:.9375rem;line-height:1.7}.legal-page ul{margin-bottom:8px;padding-left:20px}.legal-page li{color:var(--color-text-secondary);font-size:.9375rem;line-height:1.7}.legal-contact{border-top:1px solid var(--color-border);margin-top:32px;padding-top:20px}.legal-contact a{color:var(--color-primary)}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200;animation:modal-overlay-in .25s var(--ease-out);background:#0000004d;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}@keyframes modal-overlay-in{0%{opacity:0}to{opacity:1}}.modal{border-radius:var(--radius-lg);width:90%;max-width:400px;box-shadow:var(--shadow-lg);animation:modal-in .35s var(--spring);background:#fff;padding:28px}@keyframes modal-in{0%{opacity:0;transform:scale(.92)translateY(12px)}to{opacity:1;transform:scale(1)translateY(0)}}.modal__title{margin-bottom:16px;font-size:1.25rem;font-weight:700}.modal__textarea{border:1px solid var(--color-border);border-radius:var(--radius);resize:vertical;box-sizing:border-box;outline:none;width:100%;padding:14px 18px;font-family:inherit;font-size:.9375rem;transition:border-color .2s,box-shadow .2s}.modal__textarea:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-soft)}.modal__actions{justify-content:flex-end;gap:10px;margin-top:18px;display:flex}.modal__btn{border-radius:var(--radius);cursor:pointer;transition:all .25s var(--ease-out);border:none;padding:10px 20px;font-family:inherit;font-size:.875rem;font-weight:500}.modal__btn--secondary{background:var(--color-surface);color:var(--color-text)}.modal__btn--secondary:hover{background:var(--color-border)}.modal__btn--primary{background:var(--color-primary);color:#fff}.modal__btn--primary:hover{background:var(--color-primary-hover)}.modal__btn--primary:disabled{opacity:.4;cursor:not-allowed}.modal__success{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:12px 0;display:flex}.modal__success p{font-size:1rem;font-weight:600}.report-modal__head{align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.report-modal__icon{background:var(--color-surface);width:44px;height:44px;color:var(--color-text-secondary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.report-modal__title{letter-spacing:-.01em;font-size:1.1875rem;font-weight:700}.report-modal__sub{color:var(--color-text-secondary);margin-top:2px;font-size:.875rem;line-height:1.4}.report-modal__textarea{border:1px solid var(--color-border);border-radius:var(--radius-md);resize:vertical;background:var(--color-bg);width:100%;transition:border-color .2s var(--ease-out);box-sizing:border-box;outline:none;padding:12px 14px;font-family:inherit;font-size:.9375rem;line-height:1.45}.report-modal__textarea::placeholder{color:var(--color-text-muted)}.report-modal__textarea:focus{border-color:#1a1a1c}.report-modal__meta{color:var(--color-text-muted);text-align:right;margin-top:8px;font-size:.75rem}.report-modal__actions{justify-content:flex-end;align-items:center;gap:8px;margin-top:12px;display:flex}.report-modal__cancel{color:var(--color-text-secondary);cursor:pointer;transition:background .2s var(--ease-out), color .2s var(--ease-out);background:0 0;border:1px solid #0000;border-radius:999px;padding:8px 16px;font-family:inherit;font-size:.875rem;font-weight:500;line-height:1.5}.report-modal__cancel:hover{background:var(--color-surface);color:var(--color-text)}.report-modal__done{text-align:center;flex-direction:column;align-items:center;gap:6px;padding:8px 0 4px;display:flex}.report-modal__done-icon{color:#3f5a12;background:#c9f26e73;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:8px;display:inline-flex}.report-modal__done-title{font-size:1.0625rem;font-weight:600}.report-modal__done-text,.share__hint{color:var(--color-text-secondary);margin-bottom:14px;font-size:.875rem}.share__link-row{gap:8px;display:flex}.share__link-input{border:1px solid var(--color-border);border-radius:var(--radius);color:var(--color-text);background:var(--color-surface);outline:none;flex:1;min-width:0;padding:12px 14px;font-size:.8125rem}.share__link-input:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-soft)}.share__copy-btn{border:1px solid var(--color-border);border-radius:var(--radius);width:44px;color:var(--color-text);cursor:pointer;transition:all .25s var(--ease-out);background:#fff;flex-shrink:0;justify-content:center;align-items:center;display:flex}.share__copy-btn:hover{background:var(--color-surface)}.share__copy-btn--done{border-color:var(--color-primary);color:var(--color-primary);background:var(--color-primary-soft)}.share__copied{color:var(--color-primary);animation:auth-error-in .4s var(--spring);margin-top:8px;font-size:.8125rem}.footer{margin-top:auto;padding:24px 16px 28px}.footer__links{max-width:var(--max-width);flex-wrap:wrap;justify-content:center;align-items:center;gap:8px 18px;margin:0 auto;display:flex}.footer__links a{color:var(--color-text-secondary);transition:color .2s var(--ease-out);font-size:.8125rem}.footer__links a:hover{color:var(--color-text)}.footer__meta{text-align:center;flex-direction:column;align-items:center;gap:3px;margin-top:14px;display:flex}.footer__meta span{color:var(--color-text-secondary);font-size:.75rem}.cart-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:199;opacity:0;visibility:hidden;transition:opacity .35s var(--ease-out), visibility .35s;background:#0000004d;position:fixed;inset:0}.cart-overlay--visible{opacity:1;visibility:visible}body.cart-open{overflow:hidden}.cart{background:var(--color-bg);border-left:1px solid var(--color-border);z-index:200;width:420px;max-width:100vw;height:100vh;transition:transform .4s var(--spring);flex-direction:column;display:flex;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-8px 0 40px #00000014}.cart--open{transform:translate(0)}.cart__header{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;padding:24px 28px;display:flex}.cart__title{letter-spacing:-.01em;align-items:center;gap:10px;font-size:1.25rem;font-weight:700;display:flex}.cart__count{color:#3f5510;background:#c9f26e66;border-radius:10px;justify-content:center;align-items:center;padding:3px 10px;font-size:.75rem;font-weight:600;display:inline-flex}.cart__close{width:36px;height:36px;color:var(--color-text-secondary);cursor:pointer;transition:border-radius .35s var(--spring), transform .35s var(--spring), background .25s, color .25s;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex}.cart__close:hover{background:var(--color-surface);color:var(--color-text);border-radius:28% 50%;transform:scale(1.05)}.cart__close:active{transition:transform .1s ease-out;transform:scale(.9)}.cart__list{flex:1;padding:0;overflow-y:auto}.cart__group{padding:0}.cart__group-header{color:var(--color-text-secondary);background:var(--color-surface);z-index:1;justify-content:space-between;align-items:center;padding:12px 28px;font-size:.8125rem;font-weight:600;display:flex;position:sticky;top:0}.cart__group-count{font-size:.75rem;font-weight:400}.cart__group-items{list-style:none}.cart__item{transition:background .2s var(--ease-out);align-items:center;gap:14px;padding:12px 28px;display:flex}.cart__item:hover{background:var(--color-surface)}.cart__item-thumb{background:var(--color-surface);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex;overflow:hidden}.cart__item-thumb img{object-fit:cover;width:100%;height:100%}.cart__item-placeholder{width:28px;height:28px}.cart__item-info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.cart__item-name{text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;font-weight:500;overflow:hidden}.cart__item-price{white-space:nowrap;font-size:.875rem;font-weight:600}.cart__item-remove{color:var(--color-text-secondary);cursor:pointer;width:32px;height:32px;transition:all .25s var(--ease-out);background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.cart__item-remove:hover{color:#ef4444;background:#ef444414}.cart__footer{border-top:1px solid var(--color-border);flex-direction:column;gap:14px;padding:20px 28px;display:flex}.cart__footer-total{justify-content:space-between;align-items:center;display:flex}.cart__footer-label{color:var(--color-text-secondary);font-size:.9375rem}.cart__footer-note{color:var(--color-text-secondary);align-items:flex-start;gap:6px;font-size:.75rem;line-height:1.4;display:flex}.cart__footer-note svg{flex-shrink:0;margin-top:1px}.cart__total{font-size:1.125rem;font-weight:700}.cart__checkout{background:var(--color-gradient-lime);color:#1a1a1c;cursor:pointer;transition:all .25s var(--ease-out);text-align:center;border:1px solid #1a1a1c29;border-radius:999px;padding:14px;font-family:inherit;font-size:.9375rem;font-weight:500;box-shadow:0 2px 14px #c9f26e80}.cart__checkout:hover{transform:translateY(-1px);box-shadow:0 6px 22px #c9f26ea6}@media (width<=768px){.header{padding:12px 12px 0}.header-link{padding:8px 14px;font-size:.875rem}.main{padding:0 16px}.wishlist-grid{grid-template-columns:repeat(3,1fr);gap:16px}.profile-page{gap:28px}.profile-name{font-size:1.25rem}.profile-avatar img,.profile-avatar__placeholder{width:80px;height:80px}.auth-page{padding:40px 16px}.legal-page{padding:28px 16px 40px}}@media (width<=480px){.header{padding:12px 12px 0}.header-link{padding:8px 10px;font-size:.8125rem}.header-link--primary{padding:8px 14px}.main{padding:0 12px}.wishlist-grid{grid-template-columns:repeat(2,1fr);gap:12px}.wishlist-card__body{padding:10px 0 0}.wishlist-card__price{font-size:.875rem}.wishlist-card__title{font-size:.8125rem}.wishlist-card__icon-btn{width:32px;height:32px}.wishlist-card__icon-btn svg{width:14px;height:14px}.profile-page{gap:24px;padding-top:12px}.profile-name-row{margin-top:0}.header-profile__name{max-width:100px;font-size:.875rem}.profile-avatar img,.profile-avatar__placeholder{width:72px;height:72px;font-size:1.75rem}.profile-name{font-size:1.125rem}.profile-username,.profile-bio{font-size:.8125rem}.auth-page{padding:28px 12px}.auth-page h1{font-size:1.375rem}.auth-field input,.auth-field textarea{padding:12px 14px;font-size:.9375rem}.auth-submit{padding:12px;font-size:.875rem}.auth-consent{font-size:.75rem}.legal-page{padding:20px 12px 32px}.legal-page h1{font-size:1.375rem}.legal-page h2{font-size:1rem}.legal-page p,.legal-page li{font-size:.875rem}.modal{border-radius:var(--radius);width:95%;padding:20px}.cart{width:100vw}.cart__header{padding:16px}.cart__title{font-size:1.0625rem}.cart__item{gap:10px;padding:10px 16px}.cart__item-thumb{border-radius:10px;width:48px;height:48px}.cart__group-header{padding:10px 16px}.cart__footer{padding:16px}.footer{padding:20px 12px 24px}}
