:root{--tv-gold: #b4863d;--tv-gold-dark: #9b7132;--tv-navy: #334761;--tv-navy-dark: #2a3b52;--tv-admin-primary: #334761;--tv-admin-primary-hover: #2a3b52;--tv-admin-bg: #f7f7fa;--tv-admin-card: #ffffff;--tv-admin-border: #e5e7eb;--tv-admin-muted: #6b7280;--tv-admin-text: #1f2937;--tv-admin-danger: #dc2626;--tv-admin-radius-sm: 10px;--tv-admin-radius-md: 12px;--tv-ink: #1f2937;--tv-black: #222222;--tv-muted: #6b7280;--tv-soft: #f8f3ee;--tv-shell: #f7f7fa;--tv-powder: #f7f7fa;--tv-line: #e5e7eb;--tv-danger: #dc2626;--tv-white: #ffffff;--tv-shadow: 0 8px 24px rgba(30, 41, 59, .06);--tv-soft-shadow: 0 6px 18px rgba(30, 41, 59, .05);--tv-radius-sm: 10px;--tv-radius-md: 12px;--tv-radius-lg: 18px;--tv-font: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif}*{box-sizing:border-box}body{margin:0;color:var(--tv-ink);font-family:var(--tv-font);background:var(--tv-white)}button,input,textarea,select{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.tv-button{display:inline-flex;min-height:34px;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:10px;padding:0 22px;font-size:13px;font-weight:600;letter-spacing:0;white-space:nowrap;transition:color .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease}.tv-button:hover{box-shadow:0 4px 12px #1e293b0d}.tv-button:active{box-shadow:none}.tv-button--gold{background:var(--tv-gold);color:var(--tv-white)}.tv-button--navy{background:var(--tv-navy);color:var(--tv-white)}.tv-button--navy:hover{background:var(--tv-navy-dark)}.tv-button--ghost{border-color:transparent;background:#dadada;color:#111}.tv-button--ghost:hover{background:#cfd3d8;color:#111}.tv-button--full{width:100%}.tv-badge{display:inline-flex;min-height:34px;align-items:center;border-radius:999px;background:#111;color:var(--tv-white);padding:0 18px;font-size:17px;font-weight:700;white-space:nowrap}.tv-field{display:grid;gap:8px}.tv-field label{color:var(--tv-muted);font-size:13px;font-weight:800;text-transform:uppercase}.tv-input{width:100%;min-height:40px;border:1px solid var(--tv-admin-border);border-radius:var(--tv-admin-radius-sm);background:var(--tv-white);color:var(--tv-ink);padding:0 14px;font-size:13px;font-weight:500;outline:none}.tv-input:focus{border-color:#33496352;box-shadow:0 0 0 4px #3349631a}.tv-table-card{overflow:auto;border:1px solid rgba(229,231,235,.72);border-radius:var(--tv-admin-radius-md);background:var(--tv-white);padding:24px 28px;box-shadow:none}.tv-table{width:100%;min-width:760px;border-collapse:collapse;text-align:left}.tv-table th{border-bottom:1px solid var(--tv-line);padding:0 16px 18px 4px;color:var(--tv-ink);font-size:13px;font-weight:700}.tv-table td{border-bottom:1px solid var(--tv-line);padding:18px 16px 18px 4px;vertical-align:top;color:var(--tv-ink);font-size:13px;font-weight:500}.tv-icon-button{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;border:1px solid transparent;border-radius:10px;background:transparent;color:var(--tv-navy);padding:0;transition:border-color .16s ease,background .16s ease,color .16s ease}.tv-icon-button svg{width:22px;height:22px;stroke-width:1.8}.tv-icon-button:hover{border-color:#3347612e;background:#3347610f}.tv-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;display:grid;place-items:center;background:#0000005c;padding:24px}.tv-modal{width:min(480px,100%);border:1px solid rgba(229,231,235,.9);border-radius:var(--tv-admin-radius-md);background:var(--tv-white);box-shadow:var(--tv-shadow);padding:28px}.tv-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.tv-modal h2{margin:0;font-size:24px}.tv-modal p{margin:12px 0 24px;color:var(--tv-muted);line-height:1.55}.tv-modal__error{margin-top:-10px;color:#c83d3d;font-size:13px;font-weight:700}.tv-modal__actions{display:flex;justify-content:flex-end;gap:12px}.admin-shell{display:grid;height:100vh;grid-template-columns:260px minmax(0,1fr);background:var(--tv-admin-bg);overflow:hidden;transition:grid-template-columns .22s ease}.admin-shell--collapsed{grid-template-columns:86px minmax(0,1fr)}.admin-sidebar{display:flex;height:100vh;flex-direction:column;border-right:1px solid rgba(229,231,235,.82);background:#fafafc;padding:38px 18px 26px;overflow:hidden}.admin-sidebar__brand{display:flex;align-items:center;justify-content:space-between;margin-bottom:58px;padding:0 12px;color:var(--tv-ink);font-size:20px;font-weight:700}.admin-sidebar__brand span{white-space:nowrap;transition:opacity .16s ease,width .16s ease}.admin-sidebar__brand strong,.admin-sidebar__brand em{font:inherit}.admin-sidebar__brand strong{color:var(--tv-ink)}.admin-sidebar__brand em{color:var(--tv-navy)}.admin-sidebar__collapse{display:grid;width:34px;height:34px;flex:0 0 auto;place-items:center;border:0;border-radius:var(--tv-radius-sm);background:transparent;color:#8a8d93;padding:0;transition:transform .22s ease,background .16s ease}.admin-sidebar__collapse:hover{background:#33496314}.admin-sidebar__nav{display:grid;gap:10px}.admin-sidebar__item{display:flex;height:48px;align-items:center;gap:16px;border-radius:10px;color:var(--tv-admin-muted);padding:0 18px;font-size:13px;font-weight:500;transition:color .16s ease,background .16s ease}.admin-sidebar__icon{display:block;width:22px;height:22px;flex:0 0 auto;background:#8a8d93;mask:var(--icon-url) center / contain no-repeat;-webkit-mask:var(--icon-url) center / contain no-repeat}.admin-sidebar__label{white-space:nowrap;transition:opacity .16s ease,width .16s ease}.admin-sidebar__item--active{background:#dadada;color:#111;font-weight:700}.admin-sidebar__item--active .admin-sidebar__icon{background:#222}.admin-sidebar__footer{margin-top:auto;display:grid;justify-items:center;padding:0 14px}.admin-sidebar__role{display:inline-flex;width:148px;height:38px;align-items:center;justify-content:center;border-radius:var(--tv-radius-sm);background:#e8f2fb;color:var(--tv-navy);font-size:14px;font-weight:800}.admin-sidebar__logout{display:block;width:148px;margin-top:12px;border:0;background:transparent;color:var(--tv-navy);font-size:14px;font-weight:900;letter-spacing:6px;padding:0;text-align:center;text-indent:6px}.admin-sidebar--collapsed{padding-inline:14px}.admin-sidebar--collapsed .admin-sidebar__brand{justify-content:center;padding:0}.admin-sidebar--collapsed .admin-sidebar__brand span,.admin-sidebar--collapsed .admin-sidebar__label,.admin-sidebar--collapsed .admin-sidebar__footer{width:0;opacity:0;pointer-events:none;overflow:hidden}.admin-sidebar--collapsed .admin-sidebar__collapse{transform:rotate(180deg)}.admin-sidebar--collapsed .admin-sidebar__item{justify-content:center;padding:0}.store-shell{min-height:100vh;background:var(--tv-white)}.store-brand{display:flex;min-height:128px;align-items:center;justify-content:center;color:var(--tv-black);font-size:clamp(34px,7vw,52px);font-weight:800}.store-brand span{color:var(--tv-gold)}@media (max-width: 900px){.admin-shell{grid-template-columns:1fr}.admin-sidebar{min-height:auto;padding:24px 16px}.admin-sidebar__brand{margin-bottom:24px}.admin-sidebar__nav{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.tv-table-card{padding:22px}.admin-sidebar__nav{grid-template-columns:1fr}}.store-notice{display:flex;min-height:68px;align-items:center;justify-content:center;gap:16px;background:var(--tv-soft);color:var(--tv-muted);padding:0 18px;font-size:clamp(17px,3vw,24px);font-weight:700;text-align:center}.store-notice__icon{display:block;width:30px;height:30px;object-fit:contain;flex:0 0 30px}.shop-layout{display:grid;width:min(100%,960px);grid-template-columns:260px 1fr;gap:44px;align-items:start;margin:0 auto;padding:0 28px 72px 0}.shop-sidebar{position:sticky;top:0;align-self:start;height:100vh;padding:28px 0 120px 66px}.shop-sidebar__active-line{position:absolute;top:0;left:-66px;width:12px;height:82px;background:var(--tv-gold)}.shop-sidebar__scroll{height:100%;overflow-y:auto;padding-bottom:180px;scrollbar-width:none}.shop-sidebar__scroll::-webkit-scrollbar{display:none}.category-tree{display:grid;gap:0}.category-block{position:relative}.category-title{display:flex;min-height:82px;align-items:center;border:0;background:transparent;margin:0 0 48px;color:#111;font-size:34px;font-weight:800;text-align:left}.size-list{display:grid;gap:26px}.size-pill{width:155px;min-height:75px;border:0;border-radius:var(--tv-radius-sm);background:transparent;color:#111;font-size:22px;font-weight:600;text-align:center}.size-pill--active{background:var(--tv-gold);color:var(--tv-white)}.category-item{display:flex;width:188px;min-height:95px;align-items:center;gap:26px;border:0;border-top:1px solid var(--tv-line);background:transparent;color:#111;font-size:24px;font-weight:600}.category-item img{display:block;width:45px;height:45px;flex:0 0 45px;max-width:45px;max-height:45px;object-fit:contain}.product-feed{display:grid;grid-auto-rows:max-content;gap:25px;align-items:start;align-self:start;align-content:start;padding-top:22px}.product-card{align-self:start;overflow:hidden;border:1px solid #e8e2da;border-radius:18px;background:var(--tv-white);box-shadow:0 6px 18px #1e293b0f}.product-card__media{position:relative;height:620px;overflow:hidden;background:#eadfd3}.product-card__media img,.product-card__preview-video{width:100%;height:100%;display:block;object-fit:cover;object-position:center 68%}.product-card__placeholder{display:grid;width:100%;height:100%;place-items:center;color:#2222226b;font-size:28px;font-weight:800;letter-spacing:0}.play-button{position:absolute;top:50%;left:50%;display:grid;width:64px;height:64px;place-items:center;border:2px solid rgba(255,255,255,.86);border-radius:999px;background:#22222261;color:var(--tv-white);transform:translate(-50%,-50%)}.product-video-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:grid;place-items:center;background:#222222c7;padding:22px}.product-video-modal video{width:min(92vw,820px);max-height:84vh;border-radius:10px;background:#111;box-shadow:0 12px 32px #00000038}.product-video-modal__close{position:fixed;top:18px;right:18px;display:grid;width:44px;height:44px;place-items:center;border:1px solid rgba(255,255,255,.42);border-radius:999px;background:#ffffffe6;color:#222;padding:0}.product-card__code,.product-card__size{position:absolute;bottom:22px;color:var(--tv-white);font-size:22px;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.45)}.product-card__code{left:28px}.product-card__size{right:28px}.product-card__body{padding:22px}.product-price{display:flex;align-items:baseline;gap:2px;margin-bottom:16px}.product-price strong{color:var(--tv-danger);font-size:42px;font-weight:800}.product-price span{color:var(--tv-black);font-size:22px;font-weight:800}.product-card .tv-button{min-height:56px;font-size:22px;font-weight:700}.empty-products,.empty-cart{display:grid;min-height:240px;place-items:center;border:1px solid #e8e2da;border-radius:18px;background:var(--tv-white);color:#777;font-size:22px;font-weight:800;text-align:center;box-shadow:0 2px 8px #00000014}.product-load-sentinel{width:100%;height:1px}.product-feed-status{display:grid;min-height:52px;place-items:center;color:var(--tv-muted);font-size:16px;font-weight:700}.floating-cart{position:fixed;right:max(18px,calc(50vw - 460px));bottom:42px;z-index:10;display:grid;width:126px;height:126px;place-items:center;border:8px solid var(--tv-white);border-radius:999px;background:var(--tv-gold);color:var(--tv-white);box-shadow:0 10px 24px #b4863d42}.floating-cart img{width:44px;height:44px;object-fit:contain}.floating-cart span{font-size:18px;font-weight:900;line-height:1}.floating-cart strong{position:absolute;top:-18px;right:-18px;display:grid;width:52px;height:52px;place-items:center;border:4px solid var(--tv-white);border-radius:999px;background:var(--tv-gold);font-size:28px}.floating-cart--pulse{animation:cart-added-pulse .52s cubic-bezier(.18,.9,.28,1.25)}.cart-fly-feedback{position:fixed;z-index:30;display:grid;width:76px;height:40px;place-items:center;border:3px solid rgba(255,255,255,.96);border-radius:999px;background:var(--tv-gold);color:var(--tv-white);box-shadow:0 10px 22px #b4863d52;font-size:13px;font-weight:900;pointer-events:none;transform-origin:center;animation:cart-fly-in .78s cubic-bezier(.18,.86,.32,1) forwards}.cart-limit-toast{position:fixed;left:50%;bottom:180px;z-index:35;display:inline-flex;min-height:58px;align-items:center;border-radius:999px;background:#222222eb;color:var(--tv-white);padding:0 28px;box-shadow:0 12px 28px #14141438;font-size:18px;font-weight:800;white-space:nowrap;transform:translate(-50%);animation:cart-limit-toast-in .18s ease-out}@keyframes cart-fly-in{0%{opacity:0;transform:translateZ(0) scale(.72)}16%{opacity:1;transform:translate3d(0,-12px,0) scale(1)}78%{opacity:1}to{opacity:0;transform:translate3d(var(--cart-fly-x),var(--cart-fly-y),0) scale(.26)}}@keyframes cart-added-pulse{0%{transform:scale(1);box-shadow:0 10px 24px #b4863d42}42%{transform:scale(1.12);box-shadow:0 14px 34px #b4863d6b}to{transform:scale(1);box-shadow:0 10px 24px #b4863d42}}@keyframes cart-limit-toast-in{0%{opacity:0;transform:translate(-50%,8px) scale(.96)}to{opacity:1;transform:translate(-50%) scale(1)}}@media (prefers-reduced-motion: reduce){.floating-cart--pulse,.cart-fly-feedback,.cart-limit-toast{animation-duration:.01ms}}.cart-page{width:min(100%,930px);height:100vh;margin:0 auto;padding:72px 48px 70px;background:var(--tv-white);display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;overflow:hidden}.cart-header{display:flex;align-items:center;justify-content:space-between;gap:30px}.cart-header h1{margin:0;color:var(--tv-ink);font-size:42px;font-weight:800}.cart-header h1 span,.back-link span{color:var(--tv-gold)}.back-link{display:inline-flex;align-items:center;gap:14px;border:0;background:transparent;color:#272938;font-size:26px;font-weight:700}.back-link svg{width:34px;height:34px;stroke-width:1.8}.cart-rule{height:4px;margin:36px 0 24px;background:var(--tv-soft)}.cart-list{display:grid;gap:22px;align-content:start;min-height:0;overflow-y:auto;padding:0 0 18px;scrollbar-width:none}.cart-list::-webkit-scrollbar{display:none}.order-card{position:relative;display:grid;grid-template-columns:230px 1fr;gap:28px;min-height:184px;border:1px solid #e8e2da;border-radius:10px;background:var(--tv-white);padding:18px 52px 18px 18px;box-shadow:0 3px 12px #0000000f}.order-card__media{width:142px;height:184px;border-radius:var(--tv-radius-sm);object-fit:cover;object-position:center 68%}.order-card__media--placeholder{display:grid;align-content:center;justify-items:center;background:#eadfd3;color:#22222294;font-size:16px;font-weight:900;text-align:center}.order-card__media--placeholder b{display:block;margin-top:4px;color:#2222226b;font-size:13px}.order-card__info{display:grid;align-content:start}.order-card h2{margin:8px 0 14px;font-size:28px;font-weight:800}.order-card__badges{display:flex;flex-wrap:wrap;gap:12px}.order-card__meta{display:flex;align-items:center;justify-content:space-between;margin-top:44px;color:#55565a;font-size:22px}.order-card__meta strong{color:var(--tv-gold);font-weight:900}.remove-button{position:absolute;top:24px;right:20px;border:0;background:transparent;color:#878787}.remove-button svg{width:28px;height:28px;stroke-width:1.8}.cart-footer{position:relative;z-index:2;background:var(--tv-white);padding-top:22px}.cart-total{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;min-height:92px;margin:0 0 24px;border:1px solid #e8e2da;border-radius:var(--tv-radius-md);background:#fcf7f1;padding:0 42px;font-size:26px}.cart-total strong{font-weight:900}.cart-total b{color:var(--tv-gold);text-align:right}.copy-order{min-height:64px;font-size:24px;font-weight:700}.cart-help{width:min(760px,100%);margin:18px auto 0;color:var(--tv-muted);text-align:center;font-size:18px;line-height:1.35}.cart-page .tv-modal h2{font-size:30px}.cart-page .tv-modal p{font-size:18px}.cart-page .tv-modal__actions .tv-button{min-width:110px}@media (max-width: 760px){.store-brand{min-height:96px;font-size:46px}.store-notice{min-height:52px;font-size:20px}.shop-layout{grid-template-columns:124px minmax(0,1fr);gap:16px;padding-right:12px}.shop-sidebar{padding:18px 0 100px 18px}.shop-sidebar__active-line{left:-18px;width:8px;height:62px}.category-title{min-height:62px;margin-bottom:24px;font-size:28px}.size-pill{width:98px;min-height:54px;font-size:18px}.category-item{width:108px;min-height:80px;gap:12px;font-size:18px}.category-item img{width:34px;height:34px;flex-basis:34px;max-width:34px;max-height:34px}.product-card__media{height:620px}.product-feed{padding-top:16px}.product-card__body{padding:10px 20px 14px}.product-price{margin-bottom:6px}.product-price strong{font-size:38px}.product-price span{font-size:20px}.product-card .tv-button{min-height:44px;font-size:20px}.floating-cart{right:18px;width:108px;height:108px}.cart-page{padding:34px 12px 16px}.cart-header h1,.back-link{font-size:30px}.order-card{grid-template-columns:112px 1fr;gap:18px;min-height:auto;padding:16px}.order-card__media{width:112px;height:150px}.order-card h2{font-size:26px}.order-card__meta{margin-top:34px;font-size:22px}.cart-total{min-height:70px;padding:0 18px;font-size:22px}.copy-order{min-height:56px;font-size:22px}.cart-help{margin-top:12px;font-size:18px}}@media (max-width: 430px){.store-brand{min-height:78px;font-size:34px}.store-notice{min-height:44px;gap:12px;padding:0 10px;font-size:16px}.shop-layout{grid-template-columns:108px minmax(0,1fr);gap:12px;padding-right:8px}.shop-sidebar{padding-left:12px}.shop-sidebar__active-line{left:-12px}.category-title{font-size:26px}.size-list{gap:22px}.size-pill{width:84px;min-height:48px;font-size:16px}.category-item{width:92px;min-height:72px;gap:8px;font-size:16px}.category-item img{width:28px;height:28px;flex-basis:28px;max-width:28px;max-height:28px}.product-feed{gap:14px;padding-top:10px}.product-card{border-radius:14px}.product-card__media{height:360px}.product-card__body{padding:8px 12px 10px}.product-price{margin-bottom:8px}.product-price strong{font-size:28px}.product-price span{font-size:17px}.product-card .tv-button{min-height:38px;border-radius:8px;font-size:16px}.product-card__code,.product-card__size{bottom:14px;font-size:15px}.product-card__code{left:18px}.product-card__size{right:18px}.play-button{width:44px;height:44px;border-width:2px}.play-button svg{width:30px;height:30px}.product-video-modal{padding:12px}.product-video-modal video{width:96vw;max-height:78vh}.floating-cart{right:12px;bottom:22px;width:92px;height:92px;border-width:6px}.floating-cart img{width:30px;height:30px}.floating-cart span{font-size:15px}.floating-cart strong{top:-18px;right:-18px;width:48px;height:48px;font-size:28px}}@media (max-width: 760px){.store-shell{overflow-x:hidden}.store-brand{min-height:64px;font-size:30px;line-height:1}.store-notice{min-height:38px;gap:9px;padding:0 12px;font-size:15px;line-height:1.15}.store-notice__icon{width:22px;height:22px;flex-basis:22px}.shop-layout{width:100%;grid-template-columns:88px minmax(0,1fr);gap:8px;padding:8px 8px 84px 0}.shop-sidebar{top:0;height:calc(100svh - 102px);padding:6px 0 88px 8px}.shop-sidebar__scroll{padding-bottom:88px}.shop-sidebar__active-line{display:none}.category-tree{gap:4px}.category-title{min-height:36px;margin:0 0 8px;font-size:19px;line-height:1}.size-list{gap:7px}.size-pill{width:72px;min-height:34px;border-radius:7px;font-size:13px;font-weight:700}.category-item{width:76px;min-height:44px;gap:6px;border-top:0;border-radius:8px;padding:0 4px;font-size:12px;font-weight:700}.category-item img{width:20px;height:20px;flex-basis:20px;max-width:20px;max-height:20px}.product-feed{gap:12px;padding-top:0}.product-card{border-radius:12px}.product-card__media{height:auto;aspect-ratio:3 / 4}.product-card__media img,.product-card__preview-video{object-position:center 58%}.product-card__body{padding:8px 10px 10px}.product-price{margin-bottom:8px}.product-price strong{font-size:28px;line-height:1}.product-price span{font-size:15px}.product-card .tv-button{min-height:40px;border-radius:8px;padding:0 10px;font-size:14px;letter-spacing:0}.product-card__code,.product-card__size{bottom:12px;font-size:14px}.product-card__code{left:14px}.product-card__size{right:14px}.play-button{width:42px;height:42px}.play-button svg{width:28px;height:28px}.floating-cart{right:10px;bottom:calc(12px + env(safe-area-inset-bottom));width:74px;height:74px;border-width:4px}.floating-cart img{width:24px;height:24px}.floating-cart span{font-size:11px;line-height:1.05}.floating-cart strong{top:-12px;right:-10px;width:34px;height:34px;border-width:3px;font-size:20px}.cart-page{width:100%;height:auto;min-height:100svh;overflow-y:auto;padding:18px 14px calc(96px + env(safe-area-inset-bottom));grid-template-rows:auto auto minmax(0,1fr) auto}.cart-header{min-height:48px;gap:10px}.back-link{gap:8px;font-size:18px;line-height:1.05}.back-link svg{width:28px;height:28px}.cart-header h1{font-size:24px;line-height:1.05;text-align:right}.cart-rule{height:2px;margin:16px 0 14px}.cart-list{gap:12px;overflow:visible;padding-bottom:14px}.order-card{grid-template-columns:94px minmax(0,1fr);gap:12px;min-height:126px;border-radius:10px;padding:12px 38px 12px 12px}.order-card__media{width:94px;height:126px;border-radius:9px}.order-card h2{margin:2px 0 10px;font-size:22px;line-height:1}.order-card__badges{gap:7px}.order-card__badges .tv-badge{min-height:30px;padding:0 12px;font-size:14px}.order-card__meta{margin-top:16px;font-size:17px}.remove-button{top:12px;right:10px}.remove-button svg{width:24px;height:24px}.cart-footer{padding-top:8px}.cart-total{min-height:58px;margin-bottom:12px;border-radius:10px;padding:0 16px;font-size:18px}.copy-order{min-height:52px;border-radius:8px;padding:0 14px;font-size:18px;line-height:1.1;white-space:normal}.cart-help{margin-top:10px;font-size:13px}}@media (max-width: 380px){.shop-layout{grid-template-columns:82px minmax(0,1fr);gap:6px}.size-pill,.category-item{width:68px}.product-price strong{font-size:25px}.product-card .tv-button{min-height:38px;font-size:13px}.order-card{grid-template-columns:86px minmax(0,1fr)}.order-card__media{width:86px;height:116px}}@media (max-width: 760px){html,body{overscroll-behavior-x:none}.store-brand{min-height:48px;font-size:26px;line-height:1}.store-notice{min-height:32px;gap:8px;padding:0 10px;font-size:14px;white-space:nowrap}.store-notice span{min-width:0;overflow:hidden;text-overflow:ellipsis}.store-notice__icon{width:20px;height:20px;flex-basis:20px}.shop-layout{grid-template-columns:84px minmax(0,1fr);gap:8px;align-items:start;padding:8px 8px 88px 0}.shop-sidebar{position:sticky;top:0;height:auto;min-height:0;padding:0 0 88px 8px}.shop-sidebar__scroll{height:auto;overflow:visible;padding-bottom:0}.category-tree{display:grid;gap:16px;align-content:start}.category-nav{display:grid;gap:2px}.category-item{width:78px;min-height:50px;gap:9px;justify-content:flex-start;border:0;border-radius:0;padding:0 4px;font-size:15px;line-height:1;color:#111;font-weight:800}.category-item+.category-item{border-top:1px solid #e8e2da}.category-item img{width:24px;height:24px;flex-basis:24px;max-width:24px;max-height:24px}.category-title{min-height:34px;margin:0 0 10px;font-size:22px;line-height:1;font-weight:900}.size-list{gap:7px}.size-pill{width:78px;min-height:34px;border-radius:7px;font-size:14px;font-weight:800}.product-feed{gap:12px;padding-top:0}.product-card{border-radius:12px;box-shadow:0 4px 14px #1e293b0d}.product-card__media{height:auto;aspect-ratio:.78}.product-card__body{padding:8px 10px 10px}.product-price{margin-bottom:8px}.product-price strong{font-size:26px}.product-price span{font-size:14px}.product-card .tv-button{min-height:38px;border-radius:8px;font-size:14px;letter-spacing:0}.product-card__code,.product-card__size{bottom:11px;font-size:13px}.play-button{width:40px;height:40px}.floating-cart{right:9px;bottom:calc(12px + env(safe-area-inset-bottom));width:70px;height:70px;border-width:4px}.floating-cart img{width:23px;height:23px}.floating-cart span{font-size:10px}.floating-cart strong{top:-11px;right:-9px;width:32px;height:32px;font-size:18px}.cart-page{width:100%;min-height:100svh;height:auto;overflow-y:auto;padding:14px 12px 0;grid-template-rows:auto auto 1fr auto}.cart-header{min-height:42px;gap:12px}.back-link{gap:7px;font-size:17px;white-space:nowrap}.back-link svg{width:27px;height:27px}.cart-header h1{font-size:23px;white-space:nowrap}.cart-rule{height:2px;margin:12px 0}.cart-list{gap:10px;overflow:visible;padding-bottom:12px}.order-card{grid-template-columns:78px minmax(0,1fr);gap:10px;min-height:104px;border-radius:9px;padding:10px 34px 10px 10px}.order-card__media{width:78px;height:104px;border-radius:8px}.order-card h2{margin:0 0 8px;font-size:20px;line-height:1}.order-card__badges{gap:6px}.order-card__badges .tv-badge{min-height:26px;padding:0 10px;font-size:12px}.order-card__meta{margin-top:12px;font-size:15px}.remove-button{top:9px;right:8px}.remove-button svg{width:22px;height:22px}.cart-footer{position:sticky;bottom:0;margin:0 -12px;padding:10px 12px calc(12px + env(safe-area-inset-bottom));border-top:1px solid #e8e2da;box-shadow:0 -8px 18px #1e293b0f}.cart-total{min-height:52px;margin-bottom:10px;border-radius:9px;padding:0 14px;font-size:17px}.copy-order{min-height:50px;border-radius:8px;padding:0 12px;font-size:16px;line-height:1.1;white-space:normal}.cart-help{margin-top:8px;font-size:12px}}@media (max-width: 380px){.store-brand{min-height:44px;font-size:24px}.store-notice{min-height:30px;font-size:13px}.shop-layout{grid-template-columns:78px minmax(0,1fr);gap:6px}.category-item,.size-pill{width:70px}.category-item{min-height:46px;gap:7px;font-size:13px}.category-item img{width:21px;height:21px;flex-basis:21px;max-width:21px;max-height:21px}.size-pill{font-size:12px}.product-card .tv-button{font-size:13px}.order-card{grid-template-columns:72px minmax(0,1fr)}.order-card__media{width:72px;height:96px}}@media (max-width: 760px){.store-shell{overflow:visible}.store-brand,.store-notice{position:static}.shop-layout{overflow:visible;align-items:start;grid-template-columns:84px minmax(0,1fr)}.shop-sidebar{position:sticky;top:0;z-index:5;align-self:start;height:100vh;max-height:100vh;min-height:100vh;overflow:hidden;background:var(--tv-white);padding:0 0 calc(88px + env(safe-area-inset-bottom)) 8px}.shop-sidebar__scroll{height:100%;max-height:100%;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding-bottom:calc(96px + env(safe-area-inset-bottom))}.product-feed{min-width:0}}@supports (height: 100svh){@media (max-width: 760px){.shop-sidebar{height:100svh;max-height:100svh;min-height:100svh}}}@media (max-width: 380px){.shop-layout{grid-template-columns:78px minmax(0,1fr)}}.store-shell,.cart-page{--tv-gold: #bc9347;--tv-gold-light: #d5b06a;--tv-ink: #1d2433;--tv-black: #1d2433;--tv-muted: #7c8493;--tv-soft: #faf9f7;--tv-line: #ece8e2;--tv-danger: #1d2433;background:radial-gradient(circle at 18% 0%,rgba(213,176,106,.1),transparent 28%),linear-gradient(180deg,#fffdfa,#faf9f7);color:#1d2433}.store-notice{min-height:44px;overflow:hidden;border:0;background:#f8f3eee0;color:#7c8493;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:inset 0 1px #ffffffb3}.store-notice span{display:inline-block;white-space:nowrap}.product-card{border:0;border-radius:20px;background:#fff;box-shadow:0 8px 30px #0000000f}.product-card__media{border-radius:20px 20px 0 0;background:#f1ebe4}.product-card__media img,.product-card__preview-video{object-position:center 58%}.product-card__code,.product-card__size{border-radius:999px;color:#fff;font-weight:800;text-shadow:0 2px 12px rgba(0,0,0,.34)}.product-card__size{background:#1d2433a3;padding:6px 12px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.product-price strong,.product-price span{color:#1d2433;font-weight:700}.product-card .tv-button,.copy-order{background:linear-gradient(135deg,#d5b06a,#bc9347);color:#fff;box-shadow:0 10px 24px #bc934738}.product-card .tv-button:hover,.copy-order:hover{box-shadow:0 12px 30px #bc934747}.product-card .tv-button:before{content:"";width:16px;height:14px;border:2px solid currentColor;border-radius:3px;background:radial-gradient(ellipse at center -1px,transparent 0 6px,currentColor 6.5px 8px,transparent 8.5px);box-sizing:border-box;transform:translateY(1px)}.category-title{color:#111;letter-spacing:0}.category-title:after{content:"";display:block;width:24px;height:3px;border-radius:999px;background:#bc9347;margin-top:10px}.size-pill,.category-item{transition:background .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease}.size-pill--active{background:linear-gradient(135deg,#d5b06a,#bc9347);color:#fff;box-shadow:0 10px 22px #bc93472e}.category-item{color:#1d2433;font-weight:600}.category-item:hover,.size-pill:hover{transform:translateY(-1px)}.floating-cart{border:1px solid rgba(255,255,255,.72);background:#ffffffb3;color:#1d2433;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 14px 34px #1d243324}.floating-cart span{display:none}.floating-cart img{filter:brightness(0) saturate(100%) invert(13%) sepia(16%) saturate(1247%) hue-rotate(181deg) brightness(94%) contrast(91%)}.floating-cart strong{border-color:#fff;background:linear-gradient(135deg,#d5b06a,#bc9347);color:#fff}.cart-page{background:radial-gradient(circle at 16% 0%,rgba(213,176,106,.11),transparent 30%),linear-gradient(180deg,#fffdfa,#faf9f7)}.cart-rule{height:1px;background:#ece8e2}.order-card{border:1px solid rgba(236,232,226,.86);border-radius:20px;background:#fffffff0;box-shadow:0 8px 30px #0000000d}.order-card__media{border-radius:14px}.order-card__badges .tv-badge{border:1px solid rgba(188,147,71,.38);background:#ffffffad;color:#bc9347}.order-card__meta{color:#1d2433}.order-card__meta strong{color:#bc9347}.remove-button{display:grid;place-items:center;border-radius:999px;background:#f8f3eee6;color:#1d2433}.cart-footer{background:#ffffffeb}.cart-total{border-color:#ece8e2e6;border-radius:16px;background:#ffffffc2}.cart-total b{color:#bc9347}.copy-order{position:relative;min-height:56px;border-radius:16px;font-weight:800}.copy-order:before{content:"";width:17px;height:21px;border:2px solid currentColor;border-radius:4px;background:linear-gradient(currentColor,currentColor) center 6px / 9px 2px no-repeat,linear-gradient(currentColor,currentColor) center 11px / 9px 2px no-repeat,linear-gradient(currentColor,currentColor) center 16px / 9px 2px no-repeat;margin-right:4px}.cart-help{color:#7c8493;font-weight:500}.cart-page .tv-modal-backdrop{background:#1d243394;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cart-page .tv-modal{width:min(85vw,420px);border:0;border-radius:28px;background:#fff;padding:36px 28px 28px;text-align:center;box-shadow:0 24px 60px #0000002e;animation:cart-modal-enter .2s ease both}.cart-page .tv-modal:before{content:"";display:block;width:68px;height:68px;border-radius:999px;background:linear-gradient(#bc9347,#bc9347) center 25px / 24px 2px no-repeat,linear-gradient(#bc9347,#bc9347) center 43px / 24px 2px no-repeat,radial-gradient(circle,#bc934729,#bc93470f);margin:0 auto 18px}.cart-page .tv-modal__header{display:grid;justify-items:center;gap:0}.cart-page .tv-modal__header .tv-icon-button{position:absolute;top:22px;right:22px;width:42px;height:42px;border-radius:999px;background:#faf9f7;color:#1d2433}.cart-page .tv-modal h2{font-size:28px;font-weight:800;color:#111}.cart-page .tv-modal p{margin:14px auto 30px;max-width:280px;color:#7c8493;font-size:16px;line-height:1.45}.cart-page .tv-modal__actions{display:grid;grid-template-columns:1fr 1fr;gap:14px}.cart-page .tv-modal__actions .tv-button{min-height:52px;border-radius:16px;font-size:16px;font-weight:800}.cart-page .tv-modal__actions .tv-button--ghost{border:1px solid rgba(124,132,147,.36);background:#fff;color:#1d2433}.cart-page .tv-modal__actions .tv-button--navy{background:linear-gradient(135deg,#d5b06a,#bc9347);color:#fff;box-shadow:0 10px 24px #bc934738}@keyframes cart-modal-enter{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media (max-width: 760px){.store-brand{min-height:72px;color:#111;font-size:30px;font-family:Georgia,Times New Roman,serif;letter-spacing:-.02em;text-shadow:0 10px 28px rgba(188,147,71,.08)}.store-brand span{color:#bc9347}.store-notice{min-height:44px;justify-content:flex-start;gap:12px;padding:0 18px;font-size:14px;font-weight:600}.store-notice__icon{width:22px;height:22px;flex-basis:22px;filter:brightness(0) saturate(100%) invert(57%) sepia(25%) saturate(890%) hue-rotate(1deg) brightness(91%) contrast(87%)}.store-notice span{min-width:max-content;animation:notice-soft-scroll 18s linear infinite}.shop-layout{grid-template-columns:92px minmax(0,1fr);gap:10px;padding:10px 10px 92px 0}.shop-sidebar{padding-left:10px;background:linear-gradient(90deg,#fff,#fffffff0 82%,#fff0)}.category-tree{gap:18px}.category-title{display:grid;min-height:54px;align-content:center;margin:0 0 14px;font-size:22px;font-weight:900}.category-title:after{width:22px;height:3px;margin-top:8px}.size-list{gap:9px}.size-pill{width:76px;min-height:42px;border-radius:13px;color:#1d2433;font-size:14px;font-weight:500}.size-pill--active{color:#fff}.category-nav{gap:6px}.category-item{width:78px;min-height:56px;gap:8px;border-top-color:#ece8e2cc;font-size:14px;font-weight:700}.category-item img{width:22px;height:22px;flex-basis:22px}.product-feed{gap:18px}.product-card{display:flex;min-height:0;flex-direction:column;border-radius:20px}.product-card__media{flex:0 0 auto;aspect-ratio:.76;border-radius:20px 20px 0 0}.product-card__body{flex:0 0 auto;min-height:132px;padding:14px 14px 16px}.product-price{gap:6px;margin-bottom:14px}.product-price strong{font-size:34px;line-height:1}.product-price span{font-size:18px;line-height:1}.product-card .tv-button{min-height:52px;border-radius:16px;font-size:15px;letter-spacing:.02em}.product-card__code,.product-card__size{bottom:14px;font-size:14px}.product-card__code{left:16px}.product-card__size{right:14px}.play-button{width:54px;height:54px;border-color:#ffffffe6;background:#1d243338;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.floating-cart{right:14px;bottom:calc(18px + env(safe-area-inset-bottom));width:56px;height:56px;border-width:1px}.floating-cart img{width:25px;height:25px}.floating-cart strong{top:-8px;right:-8px;width:24px;height:24px;border-width:2px;font-size:13px}.cart-page{padding:30px 18px 0}.cart-header{min-height:56px}.back-link{color:#1d2433;font-size:15px;font-weight:800}.back-link span{color:#bc9347}.back-link svg{width:26px;height:26px}.cart-header h1{color:#1d2433;font-size:27px;font-weight:900}.cart-rule{margin:18px 0 20px}.cart-list{gap:16px;padding-bottom:162px}.order-card{grid-template-columns:96px minmax(0,1fr);gap:14px;min-height:150px;padding:14px 46px 14px 14px}.order-card__media{width:96px;height:126px}.order-card h2{margin:4px 0 14px;font-size:24px}.order-card__badges{gap:8px}.order-card__badges .tv-badge{min-height:30px;padding:0 12px;font-size:13px;font-weight:800}.order-card__meta{margin-top:22px;font-size:16px}.order-card__meta strong{font-size:17px}.remove-button{top:14px;right:14px;width:36px;height:36px}.remove-button svg{width:23px;height:23px}.cart-footer{position:sticky;bottom:0;margin:0 -18px;padding:16px 18px calc(16px + env(safe-area-inset-bottom));box-shadow:0 -10px 30px #0000000d;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.cart-total{min-height:54px;margin-bottom:14px;padding:0 18px;font-size:16px}.copy-order{min-height:56px;border-radius:16px;font-size:17px}.cart-help{margin-top:12px;padding:0 18px;font-size:13px;line-height:1.45}}@media (max-width: 380px){.shop-layout{grid-template-columns:84px minmax(0,1fr);gap:8px}.size-pill,.category-item{width:72px}.product-price strong{font-size:31px}.product-card .tv-button{min-height:48px;font-size:14px}.order-card{grid-template-columns:88px minmax(0,1fr)}.order-card__media{width:88px;height:116px}}@keyframes notice-soft-scroll{0%,16%{transform:translate(0)}to{transform:translate(-18%)}}@media (max-width: 760px){.store-brand{min-height:54px;font-size:26px}.store-notice{min-height:38px;gap:10px;padding:0 14px;font-size:13px}.store-notice__icon{width:19px;height:19px;flex-basis:19px}.store-notice span{min-width:0;max-width:calc(100vw - 58px);overflow:hidden;text-overflow:ellipsis;animation:none}.shop-layout{grid-template-columns:86px minmax(0,1fr);gap:8px;padding-top:4px}.shop-sidebar{padding-left:8px;padding-bottom:calc(74px + env(safe-area-inset-bottom))}.shop-sidebar__scroll{padding-bottom:calc(76px + env(safe-area-inset-bottom))}.category-tree{gap:9px}.category-title{min-height:38px;margin:0 0 8px;font-size:20px}.category-title:after{width:20px;height:3px;margin-top:5px}.size-list{gap:4px}.size-pill{width:70px;min-height:30px;border-radius:10px;font-size:12px;line-height:1}.category-nav{gap:0}.category-item{width:72px;min-height:38px;gap:6px;padding:0 2px;font-size:12px;line-height:1}.category-item img{width:18px;height:18px;flex-basis:18px}.product-feed{gap:12px}.product-card{border-radius:18px}.product-card__media{aspect-ratio:.78;border-radius:18px 18px 0 0}.product-card__body{min-height:82px;padding:6px 12px 8px}.product-price{margin-bottom:4px}.product-price strong{font-size:28px}.product-price span{font-size:15px}.product-card .tv-button{min-height:42px;border-radius:14px;font-size:14px}.product-card .tv-button:before,.copy-order:before{display:none}.floating-cart{right:12px;bottom:calc(18px + env(safe-area-inset-bottom));width:82px;height:82px;border:4px solid rgba(255,255,255,.9);background:#ffffffbd;box-shadow:0 16px 38px #1d24332e,0 8px 22px #bc93472e}.floating-cart img{width:26px;height:26px}.floating-cart span{display:block;color:#1d2433;font-size:10px;font-weight:900;line-height:1;letter-spacing:0}.floating-cart strong{top:-9px;right:-8px;width:28px;height:28px;font-size:15px}}@media (max-width: 380px){.shop-layout{grid-template-columns:80px minmax(0,1fr);gap:7px}.size-pill,.category-item{width:68px}.category-title{font-size:18px}.size-pill{font-size:11px}.product-card__media{aspect-ratio:.8}.product-card__body{min-height:78px}.product-price strong{font-size:27px}.product-card .tv-button{min-height:40px;font-size:13px}}@media (max-width: 760px){.cart-page{box-sizing:border-box;width:100%;height:100svh;min-height:100svh;display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;overflow:hidden;padding:18px 14px 0}.cart-header{min-height:44px;flex-shrink:0}.cart-header h1{font-size:25px}.back-link{font-size:16px}.back-link svg{width:25px;height:25px}.cart-rule{margin:12px 0 10px}.cart-list{min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;gap:10px;padding:0 0 10px}.cart-list::-webkit-scrollbar{display:none}.cart-footer{position:static;flex-shrink:0;margin:0 -14px;padding:10px 14px calc(10px + env(safe-area-inset-bottom));border-top:1px solid rgba(232,226,218,.84);background:#fffffff2;box-shadow:0 -10px 24px #1e293b0f;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.cart-total{min-height:48px;margin-bottom:8px;padding:0 16px;border-radius:14px;font-size:16px}.copy-order{min-height:50px;border-radius:14px;font-size:15px;line-height:1.15}.cart-help{margin:7px 0 0;padding:0 14px;font-size:12px;line-height:1.32}}@media (max-width: 380px){.cart-page{padding:14px 12px 0}.cart-header{min-height:38px}.cart-header h1{font-size:22px}.back-link{font-size:14px}.cart-rule{margin:8px 0}.cart-list{gap:8px;padding-bottom:8px}.cart-footer{margin:0 -12px;padding:8px 12px calc(8px + env(safe-area-inset-bottom))}.cart-total{min-height:44px;margin-bottom:7px;font-size:15px}.copy-order{min-height:46px;font-size:14px}.cart-help{margin-top:6px;font-size:11px}}
