@charset "UTF-8";.header{position:fixed;top:0;left:0;right:0;z-index:60;background:linear-gradient(0deg,var(--brand-2),var(--brand));color:#fff;padding:14px var(--pad);display:flex;align-items:center;justify-content:space-between;gap:16px;box-shadow:0 12px 28px #0b1c172e}.header .brand{display:inline-flex;align-items:center;gap:10px;font-weight:800;font-size:20px;letter-spacing:.2px}.header .brand-logo{width:44px;height:44px;object-fit:cover;border-radius:12px;background:#ffffffeb;box-shadow:0 8px 18px #0b1c172e}.header .brand-text{line-height:1}.header input[type=search]{padding:8px 10px;border-radius:10px;border:0;min-width:100px;font:inherit}.header{display:flex;flex-wrap:wrap;gap:10px}.header>*{min-width:0}.header .nav{display:flex;flex-wrap:wrap;gap:8px}.header .search{display:flex;gap:8px;align-items:center;flex:1 1 260px;min-width:100px}.header .search input[type=search]{width:100%;min-width:0}@media (max-width: 480px){.header{align-items:stretch}.header .brand{flex:1 1 100%}.header .search{flex:1 1 100%;min-width:0}.header .nav{flex:1 1 100%;justify-content:space-between}.header .nav .btn,.header .nav a,.header .nav button{flex:1 1 auto;white-space:nowrap}}.header,.header *{min-width:0}.btn:hover{border-color:#d7e6dc}.btn-primary:hover{background:var(--brand-2);border-color:var(--brand-2)}@media (max-width: 480px){.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-body{padding:8px 10px}.price-compare{display:none}}.card-shell{position:relative}.card{position:relative;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:0 2px 10px #0000000d;transition:transform .22s ease,box-shadow .22s ease,filter .22s ease;will-change:transform}.product-card-actions{position:absolute;top:14px;right:14px;z-index:4;display:flex;flex-direction:column;align-items:flex-end;gap:8px;max-width:calc(100% - 28px);opacity:0;transform:translateY(-4px);transition:opacity .2s ease,transform .2s ease}.product-card-actions__btn{box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;min-width:88px;height:40px;flex:0 0 auto;justify-content:center;align-items:center;display:inline-flex;line-height:1;padding:0 14px;border-radius:12px;font-weight:700;font-size:14px;box-shadow:0 8px 18px #0b1c171f;text-decoration:none;vertical-align:middle;white-space:nowrap}.product-card-stock{padding:6px 10px;border-radius:999px;background:#fffffff2;color:var(--text);font-size:12px;font-weight:700;box-shadow:0 8px 18px #0b1c171f}.product-card-qty{display:inline-flex;align-items:center;gap:6px;padding:4px;border-radius:999px;background:#fffffff5;box-shadow:0 8px 18px #0b1c171f}.product-card-qty__btn{width:30px;height:30px;border:0;border-radius:999px;background:#0b8a6a1f;color:var(--brand);font:inherit;font-weight:800;cursor:pointer}.product-card-qty__value{min-width:22px;text-align:center;font-size:14px;font-weight:800;color:var(--text)}.product-card-actions .btn-ghost{background:#fffffff5;border-color:#0b8a6a24;color:var(--brand)}.product-card-actions .btn-primary{box-shadow:0 12px 22px #0b8a6a3d}.product-img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;background:#f1f5f3;border-radius:inherit;transition:transform .35s ease;transform-origin:center;position:relative;z-index:1}.product-body{padding:10px 12px;display:flex;flex-direction:column;gap:6px;min-height:144px}.product-name{font-weight:700;margin:0;line-height:1.28;min-height:2.56em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.badge{position:absolute;top:12px;left:12px;display:inline-flex;align-items:center;min-height:30px;max-width:calc(100% - 24px);padding:0 12px;border-radius:999px;background:#111827d1;color:#fff;font-size:12px;font-weight:800;letter-spacing:.02em;text-transform:uppercase;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 10px 24px #0f172a2e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;z-index:3;pointer-events:none}.badge--new{background:linear-gradient(135deg,#0ea5e9eb,#2563ebeb)}.badge--hot{background:linear-gradient(135deg,#f97316f0,#ef4444f0)}.badge--flash_sale{background:linear-gradient(135deg,#ea580cf5,#f43f5ef5)}.card-link:hover .card,.card-link:focus-visible .card,.card-shell:hover .card,.card-shell:focus-within .card,.card:hover,.card:focus-within{transform:translateY(-6px) scale(1.02);box-shadow:0 8px 24px #00000014,0 2px 8px #0000000f}.card-shell:hover .product-card-actions,.card-shell:focus-within .product-card-actions{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion: reduce){.card,.product-img,.product-card-actions{transition:none}.card-link:hover .card,.card:hover{transform:translateY(-2px)}}.avatar-btn{width:38px;height:38px;border-radius:999px;border:1px solid rgba(139,16,32,.28);background:#fff;cursor:pointer;padding:0;display:inline-flex;align-items:center;justify-content:center;overflow:hidden}.avatar-fallback{font-weight:800;color:var(--brand)}.user-dropdown{position:absolute;right:0;top:calc(100% + 8px);min-width:160px;background:#fff;border:1px solid rgba(139,16,32,.16);border-radius:12px;box-shadow:0 10px 30px #00000014;overflow:hidden;z-index:50}.user-dd-item:hover{background:#8b10200f}.shop-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:18px;align-items:start}.shop-sidebar{position:sticky;top:96px;align-self:start}.shop-sidebar__toggle{width:100%;min-width:0;height:54px;padding:0;justify-content:center;margin-bottom:10px;border-radius:16px}.shop-sidebar__toggle-icon{display:inline-flex;flex-direction:column;gap:5px;align-items:center;justify-content:center}.shop-sidebar__toggle-icon span{display:block;width:18px;height:2px;border-radius:999px;background:currentColor}.shop-sidebar__body{display:none}.shop-sidebar__body.is-open{display:block}.shop-layout.is-sidebar-collapsed{grid-template-columns:72px minmax(0,1fr)}.shop-layout.is-sidebar-collapsed .shop-sidebar__toggle{width:54px;min-width:54px}.shop-sidebar__card{padding:16px}.shop-sidebar__group+.shop-sidebar__group{margin-top:18px}.shop-sidebar__label{font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:10px}.shop-sidebar__chips{display:flex;flex-wrap:wrap;gap:8px}.shop-sidebar__chip{border:1px solid rgba(139,16,32,.16);background:#fff;color:var(--text);border-radius:999px;padding:8px 12px;font:inherit;font-weight:600;cursor:pointer;transition:border-color .18s ease,transform .18s ease,background .18s ease,color .18s ease}.shop-sidebar__chip:hover{transform:translateY(-1px);border-color:#8b102052}.shop-sidebar__chip.is-active{background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff;border-color:transparent}.shop-main{min-width:0}.shop-results-bar{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;margin:0 0 16px;padding:12px 16px;border-radius:18px;background:#ffffffe6;border:1px solid rgba(139,16,32,.12);box-shadow:0 12px 26px #0b1c170f}.shop-results-bar--bottom{margin:18px 0 0}.shop-results-bar__summary{color:var(--muted);font-size:14px;font-weight:600}.shop-empty-state,.product-login-hint{padding:12px 14px;border-radius:14px;background:#8b102014;color:var(--brand);font-size:14px;font-weight:700}.shop-empty-state{margin-top:16px}.shop-results-bar__controls,.shop-results-bar__pager{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.shop-results-bar__label{display:inline-flex;align-items:center;gap:10px;color:var(--muted);font-size:14px;font-weight:700}.shop-results-bar__page{min-width:88px;text-align:center;font-size:14px;font-weight:700;color:var(--text)}.shop-categories{display:flex;gap:10px;overflow-x:auto;padding:4px 0 14px;margin-bottom:8px;scrollbar-width:none}.shop-categories::-webkit-scrollbar{display:none}.shop-categories__chip{border:1px solid rgba(139,16,32,.16);background:#fff;color:var(--text);border-radius:999px;padding:10px 16px;font:inherit;font-weight:600;white-space:nowrap;cursor:pointer;transition:transform .18s ease,border-color .18s ease,background .18s ease,color .18s ease}.shop-categories__chip:hover{transform:translateY(-1px);border-color:#8b102057}.shop-categories__chip.is-active{background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff;border-color:transparent;box-shadow:0 10px 20px #8b102033}.shop-toast{position:sticky;top:82px;z-index:12;margin:0 0 14px auto;width:fit-content;max-width:min(420px,100%);padding:12px 16px;border-radius:14px;background:#0b1c17eb;color:#fff;box-shadow:0 14px 28px #00000029}.shop-flash-sale{margin-bottom:18px;padding:18px;border-radius:22px;background:radial-gradient(circle at top right,rgba(255,220,150,.42),transparent 34%),linear-gradient(135deg,#4c0911,#8b1020 48%,#c38a19);color:#fff;box-shadow:0 18px 36px #5b111833}.shop-flash-sale__header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.shop-flash-sale__eyebrow{font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;opacity:.78}.shop-flash-sale__title{margin:4px 0 0;font-size:24px;line-height:1.1}.shop-flash-sale__controls{display:flex;gap:8px}.shop-flash-sale__controls .btn{background:#ffffff1f;border-color:#ffffff2e;color:#fff}.shop-flash-sale__track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(240px,280px);gap:14px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.shop-flash-sale__track::-webkit-scrollbar{display:none}.shop-flash-sale__card .card{min-height:100%}.shop-skeleton{overflow:hidden}.shop-skeleton__media{width:100%;aspect-ratio:4/3;background:linear-gradient(90deg,#edf4f0,#f8fbf9,#edf4f0);background-size:200% 100%;animation:shop-skeleton-wave 1.3s ease-in-out infinite}.shop-skeleton__line{height:14px;border-radius:999px;background:linear-gradient(90deg,#edf4f0,#f8fbf9,#edf4f0);background-size:200% 100%;animation:shop-skeleton-wave 1.3s ease-in-out infinite;margin-bottom:10px}.shop-skeleton__line--title{width:78%}.shop-skeleton__line--title.short{width:52%}.shop-skeleton__line--price{width:34%;margin-bottom:0}.product-meta-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.product-stock-pill,.product-currency-pill{display:inline-flex;align-items:center;border-radius:999px;padding:4px 9px;font-size:12px;line-height:1}.product-stock-pill{background:#8b10201a;color:var(--brand);font-weight:700}.product-currency-pill{background:#0b1c170f;color:var(--muted)}@keyframes shop-skeleton-wave{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width: 980px){.shop-layout,.shop-layout.is-sidebar-collapsed{grid-template-columns:1fr}.shop-sidebar{position:static}}.detail-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:20px;align-items:start;margin-bottom:24px}.detail-bottom{width:100%;margin-top:18px;display:grid;gap:28px;clear:both}.gallery{position:relative;max-width:880px}.gallery-stage{position:relative}.detail-img{width:100%;aspect-ratio:1/1;max-height:620px;object-fit:cover;border-radius:24px;background:#f1f5f3;box-shadow:0 18px 36px #0b1c171a}.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:46px;height:46px;border:0;border-radius:999px;background:#fffffff0;color:var(--text);font-size:28px;line-height:1;cursor:pointer;box-shadow:0 14px 28px #0b1c1724}.gallery-arrow--left{left:16px}.gallery-arrow--right{right:16px}.gallery-counter{position:absolute;right:16px;bottom:16px;padding:8px 12px;border-radius:999px;background:#0b1c17b8;color:#fff;font-size:13px;font-weight:700}.gallery-thumbs{display:grid;grid-template-columns:repeat(auto-fit,minmax(72px,120px));gap:10px;margin-top:14px}.gallery-thumb{padding:0;border:2px solid transparent;border-radius:18px;background:#fff;cursor:pointer;overflow:hidden;box-shadow:0 10px 22px #0b1c1714}.gallery-thumb.is-active{border-color:var(--brand);box-shadow:0 14px 30px #0b8a6a2e}.gallery-thumb img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover}.badge-lg{position:absolute;top:18px;left:18px;background:#0b1c17cc;color:#fff;padding:8px 12px;border-radius:999px;font-size:13px;font-weight:800;letter-spacing:.04em;text-transform:capitalize}.badge-lg--flash_sale{background:linear-gradient(135deg,#db3b2f,#ff8c42)}.badge-lg--sale{background:linear-gradient(135deg,#8b1020,#c38a19)}.badge-lg--hot{background:linear-gradient(135deg,#27221f,#5b3e2b)}.badge-lg--new{background:linear-gradient(135deg,#254b99,#4b76d1)}.buy{display:flex;flex-direction:column;gap:16px}.variant-picker{display:grid;gap:12px;padding:14px 16px;border:1px solid var(--border);border-radius:18px;background:linear-gradient(180deg,#fffffffa,#f7fbf9eb)}.variant-picker__group{display:grid;gap:8px}.variant-picker__label{font-size:13px;font-weight:700;color:var(--muted);letter-spacing:.04em;text-transform:uppercase}.variant-picker__values{display:flex;flex-wrap:wrap;gap:8px}.variant-picker__value{min-height:38px;padding:0 14px;border:1px solid var(--border);border-radius:999px;background:#fff;color:var(--text);font:inherit;font-weight:700;cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease}.variant-picker__value.is-active{background:var(--brand);border-color:var(--brand);color:#fff;box-shadow:0 12px 24px #8b10202e}.meta{margin-top:4px;color:var(--muted);display:flex;gap:16px;flex-wrap:wrap}.meta--rich{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 14px;padding:14px 16px;border:1px solid var(--border);border-radius:18px;background:linear-gradient(180deg,#fffffff5,#f7fbf9e6)}.meta-fact{display:grid;gap:4px;padding:10px 12px;border-radius:14px;background:#ffffffc2}.meta-fact__label{color:var(--muted);font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.meta-fact__value{font-size:16px;color:var(--text)}.buy-status-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.stock-pill,.currency-pill{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:0 12px;border-radius:999px;font-size:13px;font-weight:700}.stock-pill.is-in-stock{background:#8b10201f;color:var(--brand)}.stock-pill.is-out-of-stock{background:#db3b2f1f;color:#b13f34}.currency-pill{background:#0b1c170f;color:var(--muted)}.detail-groups{margin-top:0;display:grid;gap:22px;width:100%}.detail-group{width:100%;padding:20px 22px 22px;border:1px solid var(--border);border-radius:24px;background:linear-gradient(180deg,#fffffffa,#f7fbf9f0);box-shadow:0 16px 30px #0b1c170f}.detail-group__header{margin-bottom:14px}.detail-group__title{margin:0;font-size:18px;font-weight:800;color:var(--text)}.detail-group__grid{display:grid;grid-template-columns:1fr;gap:16px}.review-summary-card{display:flex;align-items:center;gap:14px;padding:14px 16px;border:1px solid var(--border);border-radius:18px;background:linear-gradient(180deg,#fffffff5,#f7fbf9eb)}.review-summary-card__score{font-size:34px;font-weight:800;color:var(--text)}.review-summary-card__meta{display:grid;gap:6px}.review-summary-card__label{font-size:13px;font-weight:700;color:var(--muted);letter-spacing:.03em;text-transform:uppercase}.review-stars{display:inline-flex;gap:4px;align-items:center}.review-stars__star{font-size:18px;color:#0b1c1729}.review-stars__star.is-active{color:#f59e0b}.review-stars--input .review-stars__star--button{border:0;background:transparent;cursor:pointer;padding:0}.reviews-panel{margin-top:28px;display:grid;gap:18px}.reviews-panel__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.reviews-panel__title{margin:0;font-size:26px;line-height:1.1}.review-form,.review-card{padding:18px 20px;border:1px solid var(--border);border-radius:20px;background:linear-gradient(180deg,#fffffffa,#f7fbf9f0);box-shadow:0 14px 28px #0b1c170d}.review-form{display:grid;gap:14px}.review-form__label{font-size:15px;font-weight:800;color:var(--text)}.review-form__textarea{width:100%;resize:vertical}.review-form__actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.review-list{display:grid;gap:14px}.review-card__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.review-card__comment{margin:10px 0 0;color:var(--muted);line-height:1.6;white-space:pre-line}.detail-section{width:100%;padding:20px 22px;border:1px solid var(--border);border-radius:20px;background:linear-gradient(180deg,#fffffff5,#f7fbf9eb);box-shadow:0 12px 24px #0b1c170f}.detail-section__title{margin:0 0 8px;font-size:15px;font-weight:800;color:var(--text)}.detail-section__content{color:var(--muted);line-height:1.6;white-space:pre-line;max-width:none}.product-actions{display:flex;gap:12px;align-items:stretch;margin-top:14px}.product-actions .btn-primary,.product-actions .btn-buy-now{flex:1 1 0;height:46px;padding:0 20px;margin:0;font-size:16px;display:inline-flex;align-items:center;justify-content:center;align-self:stretch;white-space:nowrap;line-height:1;box-sizing:border-box;-moz-appearance:none;appearance:none;-webkit-appearance:none}.product-actions .btn-primary:disabled,.product-actions .btn-buy-now:disabled{opacity:.55;cursor:not-allowed}@media (max-width: 520px){.product-actions{flex-direction:column}.product-actions .btn-buy-now{flex:1 1 auto;width:100%}.gallery-arrow{width:40px;height:40px;font-size:24px}.detail-img{max-height:420px;border-radius:18px}.meta--rich,.detail-group__grid{grid-template-columns:1fr}.review-card__head,.review-form__actions{align-items:flex-start;flex-direction:column}}.auth-card{width:100%;max-width:900px;background:var(--card);border-radius:28px;border:1px solid var(--border);padding:26px 26px 30px;box-shadow:0 24px 54px #5b11181f}.auth-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}.auth-eyebrow{font-size:12px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:#481f1f94;margin-bottom:8px}.auth-heroBadge{padding:10px 14px;border-radius:999px;background:linear-gradient(135deg,#970f221f,#dba42b33);border:1px solid rgba(151,15,34,.12);color:var(--text);font-weight:800;white-space:nowrap}.auth-title{font-size:clamp(30px,5vw,44px);line-height:1;letter-spacing:-.04em;font-weight:900;margin-bottom:4px}.auth-subtitle{font-size:15px;color:var(--muted);margin-bottom:0;max-width:54ch}.auth-form{display:flex;flex-direction:column;gap:18px}.auth-section{padding:18px;border-radius:22px;background:linear-gradient(180deg,#fffffff5,#fffaf5eb);border:1px solid rgba(130,41,34,.08);box-shadow:inset 0 1px #fffc}.auth-sectionHead{margin-bottom:14px}.auth-sectionHead h2{margin:0 0 4px;font-size:18px;font-weight:800}.auth-sectionHead p{margin:0;color:var(--muted);font-size:14px}.field-row--three{grid-template-columns:repeat(3,minmax(0,1fr))}.auth-avatar{display:flex;align-items:center;gap:18px;margin-bottom:16px}.avatar-thumb img,.avatar-thumb .avatar-placeholder{width:84px;height:84px;border-radius:999px;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#85121de6,#d89922d9);color:#fffaf4;font-size:28px;font-weight:900;object-fit:cover}.auth-success{color:var(--brand);font-size:13px}@media (max-width: 480px){.auth-shell{padding:18px var(--pad)}.auth-card{padding:16px 14px 18px}.auth-hero{flex-direction:column}.field-row,.field-row--three{grid-template-columns:1fr}.auth-avatar{align-items:flex-start;flex-direction:column}}.cart-shell{max-width:1100px;margin:0 auto;padding:32px 16px 80px}.cart-message{margin-top:24px;padding:20px 24px;border-radius:16px;background:#f9fafb;border:1px solid #e5e7eb}.cart-select-all{margin-bottom:16px}.cart-list{display:flex;flex-direction:column;gap:16px}.cart-row{display:grid;grid-template-columns:28px 120px minmax(0,1fr) auto auto auto;align-items:center;gap:16px;padding:16px;border-radius:18px;background:#fff;box-shadow:0 1px 3px #0f172a14;overflow:hidden}.cart-checkbox{display:flex;align-items:center;justify-content:center}.cart-thumb{width:120px;height:120px;border-radius:12px;overflow:hidden;background:#f3f4f6;flex-shrink:0}.cart-thumb img{width:100%;height:100%;object-fit:cover;display:block}.cart-main{min-width:0}.cart-name{font-size:18px;font-weight:600;color:#111827;margin-bottom:6px;word-break:break-word}.cart-price{font-size:15px;color:#4b5563}.cart-qty{display:flex;align-items:center;gap:8px;white-space:nowrap}.cart-qty span{min-width:24px;text-align:center;font-weight:600}.cart-line-total{font-size:16px;font-weight:700;color:#111827;white-space:nowrap}.cart-actions{white-space:nowrap}.cart-footer{margin-top:24px;padding:20px 24px;border-radius:18px;background:#fff;box-shadow:0 1px 3px #0f172a14;display:flex;align-items:center;justify-content:space-between;gap:16px}.cart-total{font-size:16px}.cart-total strong{display:block;margin-top:4px;font-size:24px}.cart-footer-actions{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.cart-info{font-size:14px;color:#4b5563}@media (max-width: 900px){.cart-row{grid-template-columns:28px 96px minmax(0,1fr);grid-template-areas:"check thumb main" ". thumb qty" ". thumb total" ". thumb actions";align-items:start}.cart-checkbox{grid-area:check}.cart-thumb{grid-area:thumb;width:96px;height:96px}.cart-main{grid-area:main}.cart-qty{grid-area:qty}.cart-line-total{grid-area:total}.cart-actions{grid-area:actions}.cart-footer{flex-direction:column;align-items:stretch}.cart-footer-actions{align-items:stretch}}@media (max-width: 640px){.cart-header{flex-direction:column;align-items:flex-start}.cart-row{grid-template-columns:1fr;grid-template-areas:"check" "thumb" "main" "qty" "total" "actions"}.cart-thumb{width:100%;max-width:220px;height:220px}.cart-checkbox,.cart-actions,.cart-line-total,.cart-qty{justify-self:start}}.checkout-page{padding:28px 16px 72px;max-width:1100px;margin:0 auto}.checkout-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,.9fr);gap:18px;align-items:start}@media (max-width: 900px){.checkout-grid{grid-template-columns:1fr}}.card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:18px;box-shadow:0 10px 24px #0f172a0f}.card h2{margin:0 0 10px;font-size:24px;font-weight:700;color:#111827}.muted{color:#6b7280;font-size:14px}.form-row{margin-top:14px;display:flex;flex-direction:column;gap:6px}.form-row label{font-size:13px;font-weight:700;color:#111827}.input{width:100%;box-sizing:border-box;border:1px solid #d1d5db;border-radius:14px;padding:12px;font-size:14px;outline:none;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.input:focus{border-color:#059669;box-shadow:0 0 0 3px #0596692e}.textarea{min-height:96px;resize:vertical}.address-wrap{position:relative}.address-dropdown{position:absolute;z-index:30;left:0;right:0;top:calc(100% + 6px);background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 16px 30px #0f172a29;overflow:hidden;max-height:260px;overflow-y:auto}.address-item{padding:10px 12px;font-size:14px;text-align:left;background:transparent;border:0}.address-btn{width:100%;cursor:pointer}.address-btn:hover{background:#f3f4f6}.hint{font-size:13px;color:#374151;line-height:1.4}.warn{margin-top:6px;padding:10px 12px;border-radius:14px;background:#fff7ed;border:1px solid #fed7aa;color:#7c2d12;font-size:13px}.bank-transfer-box{margin-top:12px;padding:14px 16px;border-radius:16px;border:1px solid #f0d6bd;background:linear-gradient(180deg,#fffaf5,#fff4e8);display:flex;flex-direction:column;gap:10px}.bank-transfer-title{font-size:15px;font-weight:800;color:#5d2017}.bank-transfer-note{font-size:13px;line-height:1.45;color:#7b5b56}.bank-transfer-reference{display:inline-flex;align-self:flex-start;padding:10px 12px;border-radius:12px;background:#fff;border:1px solid #e5c3a4;font-weight:800;font-size:14px;letter-spacing:.03em;color:#7d0f1d}.bank-transfer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 14px}.bank-transfer-row{display:flex;flex-direction:column;gap:4px;padding:10px 12px;border-radius:12px;background:#ffffffd1;border:1px solid #f1dfd0}.bank-transfer-row span{font-size:12px;font-weight:700;color:#8e6d67;text-transform:uppercase;letter-spacing:.04em}.bank-transfer-row strong{font-size:14px;color:#331616;word-break:break-word}.checkout-map{width:100%;height:280px;border-radius:16px;border:1px solid #e5e7eb;overflow:hidden;background:#f3f4f6}.checkout-map .leaflet-container{width:100%;height:100%;border-radius:16px}.error-box,.ok-box{margin-top:12px;padding:12px 14px;border-radius:14px;font-size:14px;line-height:1.35}.error-box{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.ok-box{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.btn-primary{margin-top:14px;width:100%;border:0;border-radius:14px;padding:12px 14px;font-size:15px;font-weight:700;cursor:pointer;background:#059669;color:#fff;transition:transform .06s ease,opacity .15s ease}.btn-primary:active{transform:translateY(1px)}.btn-primary:disabled{opacity:.65;cursor:not-allowed}@media (max-width: 520px){.checkout-page{padding:18px 12px 64px}.card{padding:14px;border-radius:16px}.card h2{font-size:20px}.checkout-map{height:220px;border-radius:14px}.bank-transfer-grid{grid-template-columns:1fr}.input{border-radius:12px;padding:11px 12px}.btn-primary{border-radius:12px}}.summary-list{display:flex;flex-direction:column;gap:12px;margin-top:14px}.summary-item{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:12px;border:1px solid #eef2f7;border-radius:14px;background:#fff}.summary-left{display:flex;align-items:center;gap:12px;min-width:0}.summary-thumb{width:54px;height:54px;border-radius:12px;overflow:hidden;background:#f3f4f6;border:1px solid #eef2f7;flex:0 0 auto}.summary-thumb img{width:100%;height:100%;object-fit:cover;display:block}.summary-meta{min-width:0}.summary-name{font-weight:800;color:#111827;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:340px}.summary-sub{margin-top:4px;font-size:13px;color:#6b7280}.summary-right{font-weight:900;color:#111827;white-space:nowrap}.summary-total{margin-top:14px;padding-top:14px;border-top:1px solid #eef2f7;display:flex;justify-content:space-between;align-items:center;font-size:15px}.summary-total strong{font-size:18px}@media (max-width: 520px){.summary-name{max-width:200px}.summary-item{padding:10px}.summary-thumb{width:48px;height:48px;border-radius:10px}}.order-list{display:flex;flex-direction:column;gap:10px;margin-top:12px}.order-item{display:grid;grid-template-columns:56px 1fr auto;gap:12px;align-items:center;padding:10px;border:1px solid #eef2f7;border-radius:14px;background:#fff}.order-thumb{width:56px;height:56px;border-radius:12px;overflow:hidden;background:#f3f4f6;border:1px solid #eef2f7}.order-thumb img{width:100%;height:100%;object-fit:cover;display:block}.order-name{font-weight:700;color:#111827;line-height:1.25}.order-meta{display:flex;gap:12px;color:#6b7280;font-size:13px;margin-top:4px}.order-subtotal{font-weight:800;color:#111827}.order-total{margin-top:12px;padding-top:12px;border-top:1px solid #eef2f7;display:flex;justify-content:space-between;align-items:center;font-size:15px}.profile{max-width:1280px;margin:28px auto;padding:0 16px}.profile__card{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:28px;box-shadow:0 24px 60px #4f101614;overflow:hidden}.profile__head{padding:28px 28px 16px;display:flex;align-items:flex-start;justify-content:space-between;gap:20px;flex-wrap:wrap}.profile__titleWrap{display:flex;flex-direction:column;gap:8px}.profile__title{font-size:clamp(42px,7vw,74px);line-height:1;margin:0;letter-spacing:-.02em;color:var(--text)}.profile__subtitle{margin:0;max-width:56ch;color:#2f1414ad;font-size:15px;font-weight:600}.profile__tabs{display:flex;gap:10px}.profile__tab{border:1px solid rgba(0,0,0,.12);background:#fff;color:var(--text);padding:10px 16px;border-radius:14px;cursor:pointer;font-weight:700}.profile__tab.is-active{background:var(--brand);border-color:var(--brand);color:#fff}.profile__body{padding:22px 28px 28px;border-top:1px solid rgba(0,0,0,.06)}.profile__hero{display:grid;grid-template-columns:180px minmax(0,1fr);gap:24px;align-items:start;padding:24px;border-radius:26px;background:radial-gradient(circle at top right,rgba(212,165,68,.18),transparent 30%),linear-gradient(180deg,#fffaf5f2,#fffffffa);border:1px solid rgba(127,41,31,.1)}.profile__avatarWrap{display:flex;justify-content:center;align-items:center;min-height:180px}.profile__avatar{width:160px;height:160px;border-radius:999px;object-fit:cover;border:4px solid rgba(255,244,236,.92);background:#fff6f2;box-shadow:0 18px 36px #4f101624}.profile__avatarFallback{width:160px;height:160px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#8b1020,#d19a1d);color:#fffaf2;font-size:56px;font-weight:900;box-shadow:0 18px 36px #4f101629}.profile__heroBody{display:flex;flex-direction:column;gap:18px}.profile__name{font-size:clamp(34px,4.4vw,48px);font-weight:900;color:var(--text);line-height:1.02;letter-spacing:-.04em}.profile__heroTop{display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap}.profile__eyebrow{font-size:12px;text-transform:uppercase;letter-spacing:.16em;font-weight:800;color:#481f1f94;margin-bottom:10px}.profile__sub{color:#2f1414ad;font-weight:600;font-size:16px}.profile__badgeRow{display:flex;gap:10px;flex-wrap:wrap;align-items:flex-start}.profile__badge{padding:9px 14px;border-radius:999px;background:#8b102014;border:1px solid rgba(139,16,32,.12);color:var(--text);font-weight:800;text-transform:capitalize}.profile__badge--soft{background:#d4a5441f;border-color:#d4a5442e}.profile__stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.profile__stat{padding:14px 16px;border-radius:18px;background:#ffffffe0;border:1px solid rgba(127,41,31,.08)}.profile__statLabel{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:#2f141494;font-weight:800;margin-bottom:8px}.profile__statValue{font-size:18px;font-weight:900;color:var(--text);word-break:break-word}.profile__sections{margin-top:18px;display:grid;gap:16px}.profile__section{padding:20px;border-radius:24px;border:1px solid rgba(127,41,31,.08);background:linear-gradient(180deg,#fffffffa,#fffaf5f5)}.profile__sectionHead{margin-bottom:14px}.profile__sectionTitle{margin:0 0 4px;font-size:24px;line-height:1.1;font-weight:900;color:var(--text)}.profile__sectionText{margin:0;color:#2f1414a8;font-size:14px}.profile__kv{display:grid;grid-template-columns:1fr 1fr;gap:12px 24px}.profile__kvItem{padding:12px 14px;border-radius:14px;border:1px solid rgba(127,41,31,.08);background:#ffffffe0}.profile__kvItem--wide{grid-column:1/-1}.profile__kvLabel{font-size:12px;color:#2f141499;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px}.profile__kvValue{font-size:16px;color:var(--text);font-weight:800;word-break:break-word}.profile__ordersTop{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px;border:1px solid rgba(0,0,0,.06);border-radius:16px;background:#fff}.profile__ordersLeft,.profile__ordersRight{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.profile__muted{color:#2f1414ad;font-weight:700}.profile__select{border:1px solid rgba(0,0,0,.14);border-radius:14px;padding:10px 12px;background:#fff;font-weight:700;color:var(--text)}.profile__btn{border:1px solid rgba(0,0,0,.14);border-radius:14px;padding:10px 12px;background:#fff;font-weight:700;color:var(--text);cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.profile__btn:disabled{opacity:.45;cursor:not-allowed}.profile__btn--primary{background:var(--brand);border-color:var(--brand);color:#fff}.profile__tip{margin-top:10px;padding:12px 14px;border-radius:14px;background:#ffc1071f;border:1px solid rgba(255,193,7,.25);color:#2f1414e6;font-weight:800}.profile__error{margin-top:10px;padding:10px 12px;border-radius:14px;border:1px solid rgba(220,53,69,.25);background:#dc354514;color:#b02a37;font-weight:900;overflow:auto;max-height:120px}.profile__tableWrap{margin-top:14px;border:1px solid rgba(0,0,0,.06);border-radius:16px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;width:100%;padding-bottom:6px;background:#fff}.profile__table{width:100%;border-collapse:collapse;min-width:980px}.profile__table thead th{text-align:left;font-size:13px;padding:14px;background:#8b10200a;border-bottom:1px solid rgba(0,0,0,.06);color:var(--text);letter-spacing:.02em}.profile__table tbody td{padding:14px;border-bottom:1px solid rgba(0,0,0,.06);vertical-align:top;font-weight:700;color:var(--text)}.profile__table tbody tr:last-child td{border-bottom:none}.profile__table th:nth-child(3),.profile__table td:nth-child(3){min-width:280px}.profile__cellMuted{color:#2f1414b8;font-weight:700}.profile__note{max-width:320px;color:#0f2e24d9;font-weight:700;white-space:pre-wrap;word-break:break-word}.profile__itemName{font-weight:600;color:#1f2937;line-height:1.3}.profile__itemDesc{margin-top:2px;font-size:12px;color:#6b7280;line-height:1.4;word-break:break-word}.profile__pill{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;border:1px solid rgba(0,0,0,.1);font-weight:900;font-size:12px;white-space:nowrap}.profile__pill--green{background:#0f7b5f1f;color:var(--brand);border-color:#8b102033}.profile__pill--yellow{background:#ffc1072e;color:#8a6a00;border-color:#ffc10759}.profile__pill--red{background:#dc35451f;color:#b02a37;border-color:#dc354540}.profile__pill--gray{background:#0000000a;color:#2f1414bf}.profile__replyBox{display:flex;gap:10px;align-items:center}.profile__replyInput{width:240px;max-width:100%;border:1px solid rgba(0,0,0,.18);border-radius:12px;padding:10px;font-weight:700;outline:none}.profile__footer{margin-top:14px;display:flex;justify-content:flex-start;gap:10px;flex-wrap:wrap}.profile__chatLayout{display:grid;grid-template-columns:320px minmax(0,1fr);gap:16px;align-items:start}.profile__chatSidebar,.profile__chatPanel{background:linear-gradient(180deg,#fffffffa,#fffaf5f5);border:1px solid rgba(127,41,31,.08);border-radius:24px;padding:16px}.profile__chatSidebarHead,.profile__chatPanelHead{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.profile__chatTitle{font-size:18px;font-weight:900;color:var(--text)}.profile__chatSubtitle{margin-top:4px;color:#2f14149e;font-size:13px;font-weight:700}.profile__chatActions{display:flex;gap:8px;align-items:center}.profile__chatOrderList{display:flex;flex-direction:column;gap:10px;max-height:560px;overflow:auto}.profile__chatOrderCard{width:100%;border:1px solid rgba(127,41,31,.08);border-radius:18px;background:#fff;color:var(--text);padding:14px;text-align:left;cursor:pointer;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.profile__chatOrderCard:hover{transform:translateY(-1px);border-color:#8b102033;box-shadow:0 10px 20px #4f101614}.profile__chatOrderCard.is-active{border-color:#8b102066;box-shadow:0 12px 24px #4f10161a;background:linear-gradient(180deg,#fff7f3fa,#fff)}.profile__chatOrderMeta{display:flex;flex-direction:column;gap:6px}.profile__chatOrderTop{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.profile__chatOrderAmount{color:#2f1414b8;font-size:13px;font-weight:800}.profile__chatMessages{min-height:560px;border:1px solid rgba(127,41,31,.08);border-radius:20px;padding:16px;background:radial-gradient(circle at top right,rgba(212,165,68,.08),transparent 28%),linear-gradient(180deg,#fffffffa,#fffbf6f0);overflow:auto}.profile__chatThread{display:flex;flex-direction:column;gap:12px}.profile__chatBubbleWrap{display:flex;flex-direction:column}.profile__chatBubbleWrap.is-me{align-items:flex-end}.profile__chatBubbleWrap.is-seller{align-items:flex-start}.profile__chatBubble{max-width:min(78%,620px);padding:12px 14px;border-radius:18px;border:1px solid rgba(127,41,31,.08);white-space:pre-wrap;line-height:1.5;font-weight:600}.profile__chatBubble.is-me{background:linear-gradient(135deg,#8b1020f5,#b66b0fe6);color:#fff;border-color:#8b102024;border-bottom-right-radius:6px}.profile__chatBubble.is-seller{background:#fff;color:var(--text);border-bottom-left-radius:6px;box-shadow:0 8px 16px #4f10160a}.profile__chatTimestamp{font-size:11px;color:#2f141494;font-weight:700;margin-top:4px}.profile__chatComposer{display:flex;gap:10px;margin-top:12px;align-items:stretch}.profile__input{flex:1;border:1px solid rgba(127,41,31,.14);border-radius:16px;padding:12px 14px;font-size:15px;color:var(--text);background:#fff;min-width:0}@media (max-width: 820px){.profile__head,.profile__body{padding-left:18px;padding-right:18px}.profile__hero{grid-template-columns:1fr}.profile__avatarWrap{justify-content:flex-start;min-height:auto}.profile__stats{grid-template-columns:repeat(2,minmax(0,1fr))}.profile__kv{grid-template-columns:1fr}.profile__ordersTop{align-items:flex-start}.profile__replyInput{width:180px}.profile__chatLayout{grid-template-columns:1fr}.profile__chatMessages{min-height:420px}}@media (max-width: 640px){.profile__hero,.profile__section{padding:16px}.profile__stats{grid-template-columns:1fr}.profile__tabs{width:100%;overflow-x:auto;padding-bottom:4px}}:root{--brand: #8b1020;--brand-2: #c38a19;--text: #2f1414;--muted: #7a6059;--bg: #fff8f3;--card: #ffffff;--border: #f0e0d4;--radius: 14px;--gap: 16px;--pad: 18px}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font:16px/1.45 system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";color:var(--text);background:var(--bg)}.header{position:fixed;top:0;left:0;right:0;z-index:60;background:linear-gradient(120deg,#5f0915 0%,var(--brand) 45%,var(--brand-2) 100%);color:#fff;padding:14px var(--pad);display:flex;align-items:center;justify-content:space-between;gap:16px;box-shadow:0 12px 28px #0b1c172e}.header .brand{font-weight:800;font-size:20px;letter-spacing:.2px}.header .nav{display:flex;align-items:center;gap:12px}.header .search{display:flex;align-items:center;gap:8px}.header input[type=search]{padding:8px 10px;border-radius:10px;border:0;width:260px}.container{max-width:1200px;margin:calc(92px + var(--pad)) auto var(--pad);padding:0 var(--pad)}.toolbar{display:flex;gap:12px;align-items:center;justify-content:space-between;margin-bottom:12px;flex-wrap:wrap}.toolbar .search input{width:260px;max-width:100%;padding:8px 10px;border:1px solid var(--border);border-radius:10px;background:#fff}.grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--gap)}@media (max-width: 1024px){.grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.grid{grid-template-columns:1fr}}.card-link{display:block;color:inherit;text-decoration:none;cursor:pointer}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:0 2px 10px #0000000d;transition:transform .22s ease,box-shadow .22s ease,filter .22s ease;will-change:transform}.product-img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;background:#f1f5f3;border-radius:inherit;transition:transform .35s ease;transform-origin:center}.product-body{padding:10px 12px}.product-name{font-weight:700;margin:0 0 6px;line-height:1.3}.price{display:flex;align-items:center;gap:8px}.price-now{color:var(--brand);font-weight:800}.price-compare{text-decoration:line-through;color:var(--muted);font-size:14px}.badge{position:absolute;top:8px;left:8px;background:#000a;color:#fff;padding:4px 8px;border-radius:999px;font-size:12px}.select,.btn{border-radius:10px;border:1px solid var(--border);padding:8px 10px;background:#fff;font:inherit}.btn{cursor:pointer}.btn:hover{border-color:#e3cdb9}.btn-primary{background:var(--brand);color:#fff;border-color:var(--brand)}.btn-primary:hover{background:#6f0d19;border-color:#6f0d19}.detail{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:16px}.breadcrumbs{display:flex;align-items:center;gap:8px;color:var(--muted);margin-bottom:12px}.breadcrumbs a{color:var(--muted);text-decoration:none}.breadcrumbs a:hover{text-decoration:underline}.detail-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:20px}@media (max-width: 900px){.detail-grid{grid-template-columns:1fr}}.gallery{position:relative}.detail-img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:12px;background:#f1f5f3}.badge-lg{position:absolute;top:10px;left:10px;background:#000a;color:#fff;padding:6px 10px;border-radius:999px;font-size:13px}.detail-name{margin:6px 0 10px;font-size:24px;line-height:1.2}.detail-price{display:flex;align-items:center;gap:10px;margin:6px 0 12px}.detail-desc{color:var(--text);opacity:.9;margin:10px 0 14px}.meta{margin-top:12px;color:var(--muted);display:flex;gap:16px;flex-wrap:wrap}.footer{margin-top:40px;padding:20px var(--pad);border-top:1px solid var(--border);color:var(--muted);background:#fff}.card,.card-link .card{transition:transform .22s ease,box-shadow .22s ease,filter .22s ease}.card-link:hover .card,.card-link:focus-visible .card,.card:hover,.card:focus-within{transform:translateY(-6px) scale(1.02);box-shadow:0 8px 24px #00000014,0 2px 8px #0000000f}.card-link:hover .product-img,.card-link:focus-visible .product-img,.card:hover .product-img,.card:focus-within .product-img{transform:scale(1.04)}@media (prefers-reduced-motion: reduce){.card,.product-img{transition:none}.card-link:hover .card,.card:hover{transform:translateY(-2px)}}.product-desc{color:var(--muted);font-size:14px;margin:4px 0 8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.detail-desc p{margin:10px 0 12px;line-height:1.55}.auth-shell{max-width:480px;margin:32px auto;padding:20px 22px;background:var(--card);border-radius:var(--radius);border:1px solid var(--border);box-shadow:0 4px 16px #0000000a}.auth-title{margin:0 0 14px;font-size:22px;font-weight:700}.auth-field{margin-bottom:10px}.auth-field label{display:block;font-size:14px;margin-bottom:4px;color:var(--muted)}.auth-field input{width:100%;padding:8px 10px;border-radius:8px;border:1px solid var(--border);font:inherit}.auth-field input:focus{outline:none;border-color:var(--brand-2);box-shadow:0 0 0 1px var(--brand-2) 20}.auth-help{margin-top:10px;font-size:14px}.auth-help a{color:var(--brand);text-decoration:none}.auth-help a:hover{text-decoration:underline}.auth-error{margin-top:4px;font-size:14px;color:#dc143c}.auth-success{margin-top:4px;font-size:14px;color:#14853b}.auth-shell{padding:40px var(--pad);display:flex;justify-content:center}.auth-card{width:100%;max-width:720px;background:var(--card);border-radius:var(--radius);border:1px solid var(--border);padding:22px 22px 26px;box-shadow:0 18px 40px #0f221b1f}.auth-title{font-size:22px;font-weight:700;margin-bottom:4px}.auth-subtitle{font-size:14px;color:var(--muted);margin-bottom:18px}.auth-form{display:flex;flex-direction:column;gap:14px}.field{display:flex;flex-direction:column;gap:4px}.field label{font-size:13px;font-weight:500;color:var(--text)}.field input,.field select,.field textarea{border-radius:10px;border:1px solid var(--border);padding:8px 10px;font-size:14px}.field-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));gap:12px}.auth-avatar{display:flex;align-items:center;gap:16px;margin-bottom:4px}.avatar-thumb img,.avatar-thumb .avatar-placeholder{width:52px;height:52px;border-radius:999px;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;background:#f1f5f3;font-size:24px}.auth-note{font-size:12px;color:var(--muted);margin-top:4px}.auth-actions{margin-top:8px;display:flex;flex-wrap:wrap;gap:10px;align-items:center}.auth-error{color:#b91c1c;font-size:13px}.auth-success{color:#15803d;font-size:13px}.cart-message{max-width:520px;margin:1rem 0;padding:1rem 1.25rem;border-radius:12px;font-size:.95rem;line-height:1.5}.cart-message-title{margin:0 0 .25rem;font-size:1rem;font-weight:600}.cart-message-text{margin:0}.cart-message-actions{margin-top:.75rem}.cart-message-warning{background:#fff7ed;border:1px solid #fed7aa;color:#7c2d12}.cart-message-info{background:#f0f9ff;border:1px solid #bae6fd;color:#0c4a6e}.cart-empty{max-width:520px;margin-top:2rem;padding:1.5rem 1.75rem;border-radius:16px;background:#f5fbf7;border:1px solid #bbf7d0}.cart-empty-title{margin:0 0 .5rem;font-size:1.25rem;font-weight:600}.cart-empty-text{margin:0 0 1rem;color:#4b5563}.cart-empty-actions .btn{min-width:180px}.cart-shell{max-width:960px;margin:0 auto;padding:32px 16px 80px}.cart-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px}.cart-header h1{font-size:28px;font-weight:700;margin:0}.cart-empty,.cart-message{margin-top:24px;padding:20px 24px;border-radius:16px;background:#f9fafb;border:1px solid #e5e7eb}.cart-message-warning{background:#fff7ed;border-color:#fed7aa}.cart-message-title{font-size:18px;font-weight:600;margin:0 0 4px}.cart-message-text{font-size:14px;color:#4b5563}.cart-items{display:flex;flex-direction:column;gap:16px;margin-top:8px}.cart-item{display:flex;gap:16px;padding:16px;border-radius:18px;background:#fff;box-shadow:0 1px 3px #0f172a14;align-items:flex-start}.cart-item-image{flex:0 0 140px;height:140px;border-radius:14px;overflow:hidden;background:#f3f4f6;display:flex;align-items:center;justify-content:center}.cart-item-image img{width:100%;height:100%;object-fit:cover;display:block}.cart-item-image .no-image{font-size:12px;color:#9ca3af}.cart-item-main{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.cart-item-name{font-size:16px;font-weight:600;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-item-sku{font-size:13px;color:#6b7280;word-break:break-all}.cart-item-actions{margin-top:8px;display:flex;align-items:center;gap:12px;flex-wrap:wrap}.cart-qty{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;border-radius:999px;background:#f3f4f6}.cart-qty-value{min-width:24px;text-align:center;font-variant-numeric:tabular-nums}.cart-item-price{margin-left:auto;min-width:110px;text-align:right}.cart-line-price{font-size:15px;font-weight:600;color:#111827}.cart-line-total{font-size:13px;color:#4b5563}.cart-summary{margin-top:24px;padding-top:16px;border-top:1px solid #e5e7eb;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;align-items:center}.cart-summary-total{font-size:18px;font-weight:600}@media (max-width: 640px){.cart-item{flex-direction:column}.cart-item-price{margin-left:0;text-align:left}.cart-item-image{width:100%;max-width:100%}}.cart-item{display:grid;grid-template-columns:auto 140px minmax(0,1fr) auto;align-items:center;column-gap:24px;padding:18px 20px}.cart-item-select,.cart-item-image{display:flex;align-items:center;justify-content:center}.cart-item-image img{max-width:140px;max-height:140px;width:auto;height:auto;object-fit:contain;display:block}.cart-item-main{display:flex;flex-direction:column;justify-content:center;row-gap:6px}.cart-item-price{display:flex;flex-direction:column;justify-content:center;align-items:flex-end;text-align:right}.cart-line-price{font-size:18px;font-weight:600}.cart-unit-price{font-size:13px;color:var(--muted)}.cart-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1.4fr);gap:2rem;align-items:flex-start;margin-top:1.5rem}@media (max-width: 768px){.cart-layout{grid-template-columns:minmax(0,1fr)}}.checkout-form{display:flex;flex-direction:column;gap:1rem;margin-top:.75rem}.checkout-form .form-group{display:flex;flex-direction:column;gap:.35rem}.checkout-form label{font-size:.9rem;font-weight:600;color:#1f2933}.checkout-form input,.checkout-form textarea,.checkout-form select{width:100%;box-sizing:border-box;border-radius:.75rem;border:1px solid #d1d5db;padding:.6rem .8rem;font-size:.9rem;background-color:#fff;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.checkout-form input:focus,.checkout-form textarea:focus,.checkout-form select:focus{border-color:#059669;box-shadow:0 0 0 1px #05966980}.checkout-form textarea{resize:vertical;min-height:3.2rem}.btn-primary.btn-block{width:100%;display:inline-flex;justify-content:center}.checkout-summary{padding-bottom:16px}.checkout-items{margin-top:12px;border-top:1px solid var(--border)}.checkout-item{display:grid;grid-template-columns:auto 1fr auto;gap:12px 16px;padding:12px 0;border-bottom:1px solid var(--border);align-items:center}.checkout-item-image{width:64px;height:64px;border-radius:8px;overflow:hidden;background:#edf5f2;display:flex;align-items:center;justify-content:center}.checkout-item-image img{width:100%;height:100%;object-fit:cover}.checkout-no-image{font-size:11px;color:#6b7280;text-align:center;padding:4px}.checkout-item-main{display:flex;flex-direction:column;gap:4px}.checkout-item-name{font-weight:600;font-size:14px;color:#111827}.checkout-item-meta{font-size:13px;color:#4b5563}.checkout-divider{opacity:.5}.checkout-item-price{font-weight:600;font-size:15px;text-align:right}.checkout-total{margin-top:16px;padding-top:12px;border-top:1px solid var(--border);display:flex;justify-content:space-between;font-weight:600;font-size:15px}.checkout-address-meta{margin-top:4px;font-size:12px;color:#4b5563}.checkout-address-meta-unverified{color:#b45309}.checkout-map{width:100%;height:200px}.checkout-address-group{position:relative}.checkout-address-suggestions{position:absolute;z-index:20;top:100%;left:0;right:0;margin-top:4px;max-height:220px;overflow-y:auto;list-style:none;padding:4px 0;background:#fff;border-radius:.75rem;border:1px solid #d1d5db;box-shadow:0 8px 18px #0f172a1f}.checkout-address-suggestions li{padding:6px 10px;font-size:13px;cursor:pointer}.checkout-address-suggestions li:hover{background:#f3f4f6}.checkout-map-wrapper{margin-top:12px;border-radius:.75rem;overflow:hidden;border:1px solid #d1d5db}.checkout-map{width:100%;height:220px}.checkout-address-group{position:relative;z-index:10}.checkout-address-suggestions{position:absolute;z-index:1000;top:100%;left:0;right:0;margin-top:4px;max-height:220px;overflow-y:auto;list-style:none;padding:4px 0;background:#fff;border-radius:.75rem;border:1px solid #d1d5db;box-shadow:0 8px 18px #0f172a1f}.checkout-map-wrapper{margin-top:16px;border-radius:.75rem;overflow:hidden;border:1px solid #d1d5db;position:relative;z-index:1}.checkout-map{width:100%;height:220px;position:relative}.user-menu{position:relative;display:inline-flex;align-items:center}.avatar-btn{width:38px;height:38px;border-radius:999px;border:1px solid rgba(20,120,85,.35);background:#fff;cursor:pointer;padding:0;display:inline-flex;align-items:center;justify-content:center;overflow:hidden}.avatar-btn img{width:100%;height:100%;object-fit:cover}.avatar-fallback{font-weight:800;color:#0f5132}.user-dropdown{position:absolute;right:0;top:calc(100% + 8px);min-width:160px;background:#fff;border:1px solid rgba(20,120,85,.2);border-radius:12px;box-shadow:0 10px 30px #00000014;overflow:hidden;z-index:50}.user-dd-item{width:100%;text-align:left;padding:10px 12px;background:transparent;border:0;cursor:pointer;font-weight:600}.user-dd-item:hover{background:#1478550f}.profile-shell{display:flex;justify-content:center;padding:18px 0}.profile-card{width:min(760px,100%);background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:18px;padding:18px;box-shadow:0 10px 30px #0000000d}.profile-title{font-size:28px;margin:0 0 14px}.profile-row{display:flex;gap:14px;align-items:center;margin-bottom:14px}.profile-avatar{width:72px;height:72px;border-radius:999px;border:1px solid rgba(20,120,85,.25);overflow:hidden;display:flex;align-items:center;justify-content:center;background:#fff}.profile-avatar img{width:100%;height:100%;object-fit:cover}.profile-avatar-fallback{font-size:26px;font-weight:900;color:#0f5132}.profile-name{font-size:18px;font-weight:800}.profile-sub{opacity:.75;margin-top:2px}profile-tabs{margin-bottom:14px}.profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:10px}.profile-kv{border-top:1px solid rgba(0,0,0,.06);padding-top:10px}.profile-kv .k{font-size:12px;opacity:.65}.profile-kv .v{font-weight:700;margin-top:3px}.profile-actions{margin-top:14px;display:flex;gap:10px}.badge-profile{background:#000a;color:#fff;padding:4px 8px;border-radius:999px;font-size:12px}
