:root{--bg:#fff;--panel:#fff;--soft:#f6f6f4;--soft2:#eeefeb;--ink:#242723;--muted:#737770;--line:#dedfda;--strong:#292d29;--inverse:#fff;--shadow:0 18px 55px #20231b12;--danger:#a84335;--success:#416348;--radius:18px;color-scheme:light}
:root[data-theme=dark]{--bg:#242624;--panel:#2b2e2b;--soft:#313531;--soft2:#3a3e3a;--ink:#f2f3ee;--muted:#b1b7ad;--line:#60675d;--strong:#e7eadf;--inverse:#252925;--shadow:0 18px 55px #0003;--danger:#f5aea0;--success:#b7d0b3;color-scheme:dark}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:130px}body{margin:0;background:var(--bg);color:var(--ink);font:14px/1.55 -apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;-webkit-font-smoothing:antialiased}button,input,textarea,select{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}button,a,input,select,textarea{outline-offset:4px}button:focus-visible,a:focus-visible{outline:2px solid var(--ink)}a{color:inherit;text-decoration:none}a:hover{text-decoration:none}img{display:block;max-width:100%;object-fit:contain}svg{display:inline-block;vertical-align:middle;flex-shrink:0}.icon{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}.icon.small{width:17px;height:17px}.icon.large{width:34px;height:34px}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3{line-height:1.17;letter-spacing:-.04em}h1{font-size:42px;font-weight:600;margin-bottom:14px}h2{font-size:30px;font-weight:600;margin-bottom:12px}h3{font-size:20px;font-weight:600}p{margin-bottom:16px}small,.muted{color:var(--muted)}strong{font-weight:600}.shell{width:min(1280px,calc(100% - 88px));margin-inline:auto}.page{padding-top:36px;padding-bottom:68px;min-height:55vh}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:10px;font-weight:650;color:var(--muted);margin-bottom:15px}.text-link{border-bottom:1px solid var(--line);padding-bottom:2px;color:var(--ink);cursor:pointer;background:none;border-top:0;border-inline:0}.text-link:hover{border-bottom-color:var(--ink)}.utility{border-bottom:1px solid var(--line);font-size:11px;color:var(--muted)}.utility .shell{height:35px;display:flex;justify-content:space-between;align-items:center;gap:20px}.utility-links{display:flex;align-items:center;gap:24px}.status-dot{width:5px;height:5px;background:currentColor;border-radius:50%;display:inline-block;margin-right:7px;vertical-align:middle}.site-header{background:var(--bg);border-bottom:1px solid var(--line)}.header-main{display:flex;align-items:center;gap:25px;height:94px}.brand{display:flex;align-items:center;gap:11px;min-width:187px}.brand .icon{width:43px;height:43px;stroke-width:1.1}.brand-title{font-size:28px;letter-spacing:.115em;font-weight:720;line-height:1.1}.brand-sub{font-size:9px;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);margin-top:5px}.search{display:flex;align-items:center;gap:9px;flex:1;background:var(--soft);border:1px solid var(--line);border-radius:11px;height:45px;padding:0 15px}.search input{min-width:0;width:100%;border:0;background:none;outline:none;padding:0}.search button{padding:3px;border:0;background:none;color:var(--muted)}.header-actions{display:flex;gap:22px;align-items:center}.header-action{display:flex;align-items:center;flex-direction:column;gap:4px;font-size:10px;position:relative;white-space:nowrap;background:none;border:0;color:var(--ink);padding:3px;min-width:35px}.count{background:var(--strong);color:var(--inverse);font-size:9px;line-height:16px;height:16px;min-width:16px;text-align:center;position:absolute;right:0;top:-2px;border-radius:9px;border:1px solid var(--bg);padding:0 3px}.header-nav{height:48px;display:flex;align-items:center;gap:29px;overflow-x:auto;scrollbar-width:none;font-size:12px;white-space:nowrap}.header-nav::-webkit-scrollbar{display:none}.header-nav a.active,.header-nav a:hover{color:var(--ink)}.header-nav a{color:var(--muted)}.header-nav .nav-special{margin-left:auto;color:var(--ink);display:flex;align-items:center;gap:8px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:45px;padding:11px 19px;border:1px solid var(--line);border-radius:10px;font-weight:550;font-size:13px;color:var(--ink);background:var(--panel);line-height:1.3;transition:background .15s,border-color .15s,transform .15s}.btn:hover:not(:disabled){background:var(--soft2);border-color:var(--muted)}.btn:active:not(:disabled){transform:translateY(1px)}.btn.primary{background:var(--strong);color:var(--inverse);border-color:var(--strong)}.btn.primary:hover:not(:disabled){opacity:.85}.btn.small{min-height:35px;padding:8px 12px;font-size:12px;border-radius:8px}.btn.full{width:100%}.btn.ghost{background:transparent}.btn.danger{color:var(--danger)}.icon-btn{border:1px solid var(--line);background:var(--panel);border-radius:50%;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;color:var(--ink);padding:0}.icon-btn:hover{background:var(--soft2)}.row{display:flex;align-items:center;gap:12px}.row.wrap{flex-wrap:wrap}.row.between{justify-content:space-between}.stack{display:grid;gap:16px}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:18px}.section{margin-top:49px}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:22px}.section-head h2{margin:0}.section-head .text-link{font-size:12px}.hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 295px;gap:18px;margin-top:26px}.hero{display:grid;grid-template-columns:1.12fr 1fr;align-items:center;min-height:390px;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;position:relative;background:var(--soft)}.hero-copy{padding:36px 0 40px 35px;position:relative;z-index:1}.hero .eyebrow{font-size:9px;color:var(--ink);display:flex;align-items:center;gap:8px}.hero h1{font-size:43px;line-height:1.08;font-weight:550;letter-spacing:-.05em;white-space:pre-line;margin-bottom:20px;max-width:450px}.hero p{font-size:12px;color:var(--muted);line-height:1.7;max-width:310px;margin-bottom:24px}.hero img{width:100%;height:100%;min-height:330px;object-fit:cover;object-position:center}.hero .btn{font-size:12px}.hero-index{display:flex;align-items:center;gap:6px;position:absolute;bottom:20px;left:36px}.hero-index span{width:5px;height:5px;border-radius:5px;background:var(--line)}.hero-index span:first-child{width:21px;background:var(--muted)}.gift-card{border:1px solid var(--line);border-radius:var(--radius);padding:29px 27px 24px;display:flex;flex-direction:column;background:var(--panel);position:relative;overflow:hidden;min-height:390px}.gift-drawing{height:114px;display:flex;justify-content:center;align-items:center;margin:6px 0 18px}.gift-drawing .icon{width:84px;height:84px;stroke-width:.8;transform:rotate(-7deg)}.gift-drawing:before,.gift-drawing:after{content:"+";font-size:20px;color:var(--muted);position:absolute;right:45px;top:118px;transform:rotate(18deg)}.gift-drawing:after{left:40px;right:auto;top:153px;font-size:12px}.gift-card h2{font-size:27px;letter-spacing:-.035em;max-width:210px;margin-bottom:9px}.gift-card p{color:var(--muted);font-size:12px;margin-bottom:23px;line-height:1.65}.gift-card .btn{margin-top:auto;font-size:12px}.benefits{display:grid;grid-template-columns:repeat(3,1fr);margin-top:20px;border-bottom:1px solid var(--line);padding-bottom:24px;gap:20px}.benefit{display:flex;align-items:center;gap:13px;padding:5px 0}.benefit .icon{width:25px;height:25px;color:var(--muted)}.benefit strong{display:block;font-size:12px;margin-bottom:2px}.benefit small{font-size:11px}.categories-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.category-tile{background:var(--panel);border:1px solid var(--line);border-radius:13px;padding:22px 16px 17px;min-height:142px;display:flex;flex-direction:column;align-items:flex-start;position:relative;transition:background .2s}.category-tile:hover{background:var(--soft)}.category-tile>.icon{width:35px;height:35px;stroke-width:1.2;margin-bottom:18px}.category-tile strong{font-size:12px;line-height:1.4;max-width:125px;font-weight:500}.category-tile .cat-arrow{position:absolute;right:12px;bottom:14px;color:var(--muted)}.products-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.product-card{min-width:0;position:relative}.product-photo{position:relative;background:#f5f5f2;border:1px solid var(--line);border-radius:14px;overflow:hidden;margin-bottom:13px;aspect-ratio:1.09;display:block}.product-photo img{height:100%;width:100%;transition:transform .3s}.product-photo:hover img{transform:scale(1.055)}.product-photo .tag{position:absolute;top:12px;left:12px;z-index:1;font-size:9px;padding:4px 8px;background:#fff;color:#43483e;border:1px solid #dcdfd5;border-radius:5px}.favorite-btn{position:absolute;top:12px;right:12px;border:0;background:#ffffffdf;color:#62665d;border-radius:50%;height:30px;width:30px;padding:6px;z-index:2}.favorite-btn .icon{width:18px;height:18px}.favorite-btn.on .icon{fill:currentColor}.product-category{font-size:10px;color:var(--muted);margin-bottom:4px}.product-title{font-size:13px;font-weight:500;display:block;line-height:1.55;height:42px;overflow:hidden;margin-bottom:9px}.product-price{display:flex;align-items:baseline;gap:9px;min-height:26px;margin-bottom:12px}.product-price strong{font-size:19px;font-weight:600;letter-spacing:-.025em}.product-price del{font-size:11px;color:var(--muted)}.product-buy .btn{width:100%;height:39px;min-height:39px;font-size:12px;padding:9px 12px}.quantity{display:flex;align-items:center;justify-content:space-between;gap:8px;border:1px solid var(--line);border-radius:9px;height:39px;min-width:115px;background:var(--soft);color:var(--ink)}.quantity button{height:100%;width:36px;background:transparent;border:0;color:var(--ink);font-size:20px}.quantity span{font-size:12px}.mini-banner{margin-top:40px;border:1px solid var(--line);border-radius:16px;background:var(--soft);padding:29px 33px;display:flex;justify-content:space-between;align-items:center;gap:24px}.mini-banner h3{margin-bottom:7px;font-size:23px}.mini-banner p{color:var(--muted);font-size:12px;margin:0}.breadcrumb{display:flex;align-items:center;gap:9px;color:var(--muted);font-size:11px;margin-bottom:26px;flex-wrap:wrap}.breadcrumb a:hover{color:var(--ink)}.page-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:25px}.page-heading h1{margin-bottom:8px}.page-heading p{margin:0;color:var(--muted);font-size:13px}.catalog-layout{display:grid;grid-template-columns:210px minmax(0,1fr);gap:35px}.filters{align-self:start;border:1px solid var(--line);border-radius:14px;padding:20px;position:sticky;top:20px}.filters h3{font-size:15px;letter-spacing:0;margin-bottom:13px}.filter-categories{display:grid;gap:3px;margin-bottom:25px}.filter-categories a{font-size:12px;color:var(--muted);padding:7px 0;line-height:1.5}.filter-categories a.active{color:var(--ink);font-weight:600}.filters .field{margin-bottom:10px}.filters label{font-size:11px}.filters .grid2{gap:8px}.filters input{padding:9px;min-width:0}.catalog-top{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:18px;color:var(--muted);font-size:12px}.catalog-top select{max-width:215px;padding:8px 11px;font-size:12px}.catalog-layout .products-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:27px 18px}.pagination{display:flex;justify-content:center;gap:14px;align-items:center;margin-top:33px}.panel{border:1px solid var(--line);border-radius:var(--radius);padding:26px;background:var(--panel)}.panel h2{font-size:23px}.panel h3{font-size:18px}.empty{text-align:center;padding:65px 24px;border:1px solid var(--line);border-radius:var(--radius);background:var(--soft)}.empty>.icon{width:56px;height:56px;stroke-width:1;color:var(--muted);margin-bottom:25px}.empty h2{font-size:26px;margin-bottom:13px}.empty p{color:var(--muted);font-size:13px;max-width:430px;margin:0 auto 24px}.empty .btn{margin-top:0}.notice{border:1px solid var(--line);border-radius:10px;background:var(--soft);padding:15px 18px;color:var(--muted);font-size:12px;line-height:1.65;margin-bottom:20px}.notice strong{color:var(--ink)}.notice.warning{border-style:dashed}.notice.error{color:var(--danger);border-color:var(--danger)}.notice.success{color:var(--success)}.tag{display:inline-flex;align-items:center;gap:5px;white-space:nowrap;font-size:10px;line-height:1.4;border:1px solid var(--line);background:var(--soft);border-radius:6px;padding:4px 8px;color:var(--muted)}.tag.success{color:var(--success)}.tag.warning{color:var(--danger)}.field{display:grid;gap:6px;margin-bottom:17px}.field>span,.field>label{font-size:12px;color:var(--muted);font-weight:450}input,textarea,select{border:1px solid var(--line);border-radius:9px;background:var(--panel);color:var(--ink);padding:11px 13px;width:100%;min-height:44px;outline-color:var(--muted)}textarea{resize:vertical;min-height:100px;line-height:1.6}input::placeholder,textarea::placeholder{color:var(--muted);opacity:.65}input[type=checkbox],input[type=radio]{width:17px;height:17px;min-height:17px;accent-color:var(--strong);flex:0 0 auto;margin:2px 0 0}input[type=file]{font-size:12px}label.check{display:flex;gap:10px;align-items:flex-start;font-size:12px;font-weight:400;color:var(--muted);line-height:1.6;margin-bottom:15px}label.check a{text-decoration:underline;text-underline-offset:3px}.form-error{color:var(--danger);font-size:12px;line-height:1.6;white-space:pre-wrap;margin-top:13px;display:none}.form-error:not(:empty){display:block}.auth-layout{display:grid;grid-template-columns:1fr 420px;gap:85px;align-items:center;max-width:1040px;margin:20px auto 35px}.auth-art{position:relative}.auth-art h1{font-size:47px;max-width:400px}.auth-art>p{font-size:14px;color:var(--muted);max-width:350px}.auth-art img{width:330px;height:250px;object-fit:cover;object-position:center;margin:auto;border-radius:20px;opacity:.9}.auth-card{padding:32px}.auth-card h2{font-size:27px;margin-bottom:9px}.auth-card .subtitle{color:var(--muted);font-size:12px;margin-bottom:25px}.auth-card .or{display:flex;align-items:center;gap:15px;color:var(--muted);font-size:11px;margin:18px 0}.auth-card .or:before,.auth-card .or:after{content:"";height:1px;background:var(--line);flex:1}.auth-bottom{text-align:center;font-size:12px;color:var(--muted);margin-top:20px}.password-tools{display:flex;justify-content:flex-end;margin:-5px 0 19px;font-size:11px}.narrow{max-width:480px;margin:15px auto}.profile-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:25px;align-items:start}.profile-side{display:grid;gap:25px}.profile-head{display:flex;align-items:center;gap:15px;margin-bottom:25px}.avatar{width:52px;height:52px;border:1px solid var(--line);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;background:var(--soft)}.profile-head h3{margin:0 0 5px}.profile-head p{margin:0;font-size:12px;color:var(--muted)}.detail-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:65px;align-items:start}.detail-photo{background:#f5f5f2;border:1px solid var(--line);border-radius:18px;aspect-ratio:1;overflow:hidden}.detail-photo img{width:100%;height:100%}.detail-info{padding-top:22px}.detail-info h1{font-size:34px;margin:12px 0 13px}.detail-info .sku{font-size:11px;color:var(--muted);margin-bottom:24px}.detail-info .price{font-size:35px;letter-spacing:-.04em;margin:18px 0 20px}.detail-info .price del{font-size:16px;color:var(--muted);margin-left:15px}.detail-info .product-buy{max-width:280px;margin-bottom:25px}.detail-info .product-buy .btn,.detail-info .quantity{height:49px;min-height:49px}.description{font-size:13px;color:var(--muted);line-height:1.8;white-space:pre-line}.detail-notes{border-top:1px solid var(--line);margin-top:25px;padding-top:23px;display:grid;gap:13px}.detail-notes div{display:flex;gap:11px;align-items:center;color:var(--muted);font-size:12px}.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:30px;align-items:start}.cart-items{border:1px solid var(--line);border-radius:15px;overflow:hidden}.cart-item{display:grid;grid-template-columns:86px minmax(0,1fr) 112px 80px 30px;gap:18px;align-items:center;padding:21px;border-bottom:1px solid var(--line)}.cart-item:last-child{border-bottom:0}.cart-item img{width:86px;height:86px;background:#f5f5f2;border-radius:9px}.cart-item h3{font-size:13px;font-weight:500;letter-spacing:0;line-height:1.5;margin:0 0 5px}.cart-item small{font-size:10px}.cart-item .line-price{text-align:right;font-size:14px;font-weight:600}.summary{position:sticky;top:20px}.summary h2{font-size:22px}.summary-row{display:flex;justify-content:space-between;gap:15px;font-size:12px;margin-bottom:12px;color:var(--muted)}.summary-row.total{border-top:1px solid var(--line);padding-top:18px;margin-top:18px;margin-bottom:21px;color:var(--ink);font-size:17px;font-weight:600}.summary-note{font-size:10px;color:var(--muted);text-align:center;line-height:1.7;margin:13px 0 0}.promo-form{display:flex;gap:8px;margin:20px 0 15px}.promo-form input{min-width:0;font-size:12px}.promo-form .btn{padding-inline:13px}.shipping-options{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:24px}.shipping-option{display:flex;gap:10px;border:1px solid var(--line);border-radius:10px;padding:16px;align-items:flex-start;font-size:12px}.shipping-option:has(input:checked){background:var(--soft);border-color:var(--muted)}.shipping-option strong{display:block}.shipping-option small{font-size:10px;display:block;margin-top:4px}.order-card{border:1px solid var(--line);border-radius:16px;padding:24px;margin-bottom:18px}.order-card h3{font-size:18px;margin:0}.order-top{display:flex;align-items:center;justify-content:space-between;gap:15px;flex-wrap:wrap;border-bottom:1px solid var(--line);padding-bottom:17px;margin-bottom:17px}.order-items{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:20px}.order-thumb{width:64px;height:64px;border-radius:8px;overflow:hidden;border:1px solid var(--line);position:relative;background:#f5f5f2}.order-thumb img{width:100%;height:100%}.order-thumb span{position:absolute;bottom:0;right:0;background:var(--panel);font-size:10px;line-height:18px;min-width:18px;text-align:center}.order-card .order-info{font-size:12px;color:var(--muted);white-space:pre-line;margin:14px 0}.order-card .row{flex-wrap:wrap}.lottery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:23px}.lottery-card{border:1px solid var(--line);border-radius:16px;overflow:hidden;background:var(--panel);display:flex;flex-direction:column}.lottery-card>img{width:100%;aspect-ratio:1.6;background:var(--soft);object-fit:cover}.lottery-card-content{padding:23px;display:flex;flex-direction:column;flex:1}.lottery-card h2{font-size:24px;margin-top:17px}.lottery-card p{font-size:12px;color:var(--muted)}.lottery-card .btn{margin-top:auto}.lottery-card .deadline{font-size:11px;color:var(--muted);margin-bottom:20px}.lottery-detail{display:grid;grid-template-columns:1.1fr 1fr;gap:40px}.lottery-detail .prize-photo{width:100%;aspect-ratio:1.2;border:1px solid var(--line);border-radius:16px;background:var(--soft)}.lottery-detail h1{font-size:36px;margin-top:20px}.ticket-list{display:flex;gap:7px;flex-wrap:wrap;margin:14px 0}.rules{white-space:pre-wrap;font-size:13px;color:var(--muted);line-height:1.8}.payment-summary{text-align:center;max-width:510px;margin:25px auto}.payment-summary>.icon{width:62px;height:62px;stroke-width:1;margin:8px 0 25px}.payment-summary .amount{font-size:38px;letter-spacing:-.04em;margin:22px 0}.payment-summary h1{font-size:28px}.payment-summary .btn{margin-bottom:12px}.site-footer{border-top:1px solid var(--line);padding:40px 0 20px;background:var(--bg)}.footer-main{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:40px;margin-bottom:38px}.footer-main .brand-title{font-size:24px}.footer-main .brand .icon{width:34px;height:34px}.footer-main p{font-size:11px;color:var(--muted);line-height:1.8;max-width:235px;margin:17px 0 0}.footer-main h4{font-size:12px;font-weight:600;margin:0 0 13px}.footer-links{display:grid;gap:9px;font-size:11px;color:var(--muted)}.footer-bottom{display:flex;justify-content:space-between;gap:15px;border-top:1px solid var(--line);padding-top:18px;font-size:10px;color:var(--muted)}.footer-bottom .row{gap:15px}.chat-launch{position:fixed;right:25px;bottom:25px;border:1px solid var(--muted);background:var(--strong);color:var(--inverse);width:53px;height:53px;display:flex;justify-content:center;align-items:center;border-radius:17px;box-shadow:var(--shadow);z-index:35}.chat-panel{position:fixed;bottom:88px;right:25px;width:355px;max-height:min(580px,calc(100dvh - 140px));border:1px solid var(--line);border-radius:17px;background:var(--panel);box-shadow:var(--shadow);z-index:40;overflow:hidden}.chat-panel[hidden]{display:none}.chat-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding:17px 18px}.chat-head h3{font-size:15px;letter-spacing:0;margin:0 0 3px}.chat-head small{font-size:10px}.chat-messages{height:310px;overflow-y:auto;overscroll-behavior:contain;padding:18px;display:flex;flex-direction:column;gap:11px;align-items:flex-start;background:var(--soft)}.bubble{border:1px solid var(--line);background:var(--panel);padding:10px 12px;border-radius:10px;max-width:88%;font-size:12px;white-space:pre-wrap;overflow-wrap:anywhere}.bubble.mine{align-self:flex-end;background:var(--soft2)}.bubble small{display:block;font-size:9px;color:var(--muted);margin-top:5px;text-align:right}.chat-form{display:flex;gap:8px;padding:13px;border-top:1px solid var(--line)}.chat-form input{min-width:0;font-size:12px}.chat-form .btn{padding:10px 12px}.chat-anon{padding:28px;font-size:13px}.chat-anon p{color:var(--muted)}.toasts{position:fixed;right:25px;top:20px;z-index:1000;display:grid;gap:10px;max-width:360px}.toast{background:var(--strong);color:var(--inverse);padding:15px 20px;border-radius:12px;box-shadow:var(--shadow);font-size:12px;animation:toastIn .2s}.toast.error{border:1px solid var(--danger)}@keyframes toastIn{from{transform:translateY(-10px);opacity:0}to{transform:translateY(0);opacity:1}}dialog{color:var(--ink);background:var(--panel);border:1px solid var(--line);border-radius:18px;padding:27px;width:min(680px,calc(100% - 28px));max-height:88dvh;box-shadow:var(--shadow)}dialog::backdrop{background:#15181580;backdrop-filter:blur(3px)}.modal-head{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:22px}.modal-head h2{font-size:23px;margin:0}.modal-actions{display:flex;gap:12px;justify-content:flex-end;border-top:1px solid var(--line);padding-top:20px;margin-top:20px}.upload-preview{width:90px;height:75px;background:var(--soft);border:1px solid var(--line);border-radius:8px;object-fit:cover;margin-bottom:10px}.admin-layout{display:grid;grid-template-columns:200px minmax(0,1fr);gap:30px;align-items:start}.admin-nav{border:1px solid var(--line);border-radius:13px;padding:9px;position:sticky;top:20px}.admin-nav a{display:flex;align-items:center;gap:10px;font-size:12px;color:var(--muted);padding:11px 12px;border-radius:7px;margin-bottom:2px}.admin-nav a.active{background:var(--soft2);color:var(--ink);font-weight:600}.admin-content{min-width:0}.admin-content h2{font-size:25px}.admin-content .panel{padding:22px}.admin-stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:25px}.stat-card{border:1px solid var(--line);border-radius:13px;padding:20px}.stat-card small{display:block;font-size:11px;margin-bottom:12px}.stat-card strong{font-size:28px;font-weight:550;letter-spacing:-.04em}.table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:12px;margin-bottom:22px}table{width:100%;border-collapse:collapse;font-size:12px;text-align:left}thead{color:var(--muted);font-size:10px;background:var(--soft)}th{font-weight:500;white-space:nowrap;padding:13px 16px}td{padding:13px 16px;border-top:1px solid var(--line);vertical-align:middle}td img{width:45px;height:45px;border-radius:6px;background:#f5f5f2}td .actions{display:flex;gap:6px;white-space:nowrap}td .actions button{min-width:30px}.product-cell{display:flex;gap:12px;align-items:center;min-width:215px}.product-cell>div{max-width:230px}.product-cell small{display:block;font-size:10px;margin-top:3px}.admin-card{border:1px solid var(--line);border-radius:13px;padding:20px;margin-bottom:16px}.admin-card h3{font-size:18px;margin-bottom:7px}.admin-card p{font-size:12px;color:var(--muted)}.admin-card .preview-banner{background:var(--soft);border:1px solid var(--line);padding:25px;border-radius:10px;margin-bottom:17px}.preview-banner h3{font-size:25px;white-space:pre-line}.admin-note{font-size:11px;color:var(--muted);margin-top:13px}.setup-check{display:flex;justify-content:space-between;align-items:center;padding:13px 0;border-bottom:1px solid var(--line);gap:15px;font-size:12px}.setup-check:last-child{border:0}.support-layout{display:grid;grid-template-columns:240px minmax(0,1fr);border:1px solid var(--line);border-radius:14px;overflow:hidden}.thread-list{border-right:1px solid var(--line);max-height:600px;overflow-y:auto}.thread-item{display:block;padding:17px 15px;border-bottom:1px solid var(--line);font-size:12px}.thread-item.active{background:var(--soft2)}.thread-item strong{display:block;font-size:12px}.thread-item small{font-size:10px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:5px}.thread-chat{min-width:0}.thread-chat .chat-messages{height:430px}.thread-chat .chat-head{min-height:75px}.legal-copy{white-space:pre-wrap;font-size:14px;color:var(--muted);line-height:1.9;max-width:860px}.loading{text-align:center;padding:80px 20px;color:var(--muted);font-size:13px}.skeleton{height:12px;border-radius:5px;background:var(--soft2);animation:pulse 1s infinite alternate}@keyframes pulse{to{opacity:.4}}.skip-link{position:absolute;left:15px;top:-70px;background:var(--strong);color:var(--inverse);padding:15px;z-index:10000}.skip-link:focus{top:15px}.mobile-nav{display:none}.only-mobile{display:none}.not-found{padding:90px 20px;text-align:center}
@media(min-width:1450px){.hero h1{font-size:47px}.hero{min-height:410px}.gift-card{min-height:410px}}
@media(max-width:1150px){.shell{width:calc(100% - 48px)}.header-main{gap:18px}.header-actions{gap:15px}.brand{min-width:170px}.brand-title{font-size:24px}.hero-grid{grid-template-columns:minmax(0,1fr) 270px}.hero{grid-template-columns:1.1fr .9fr;min-height:375px}.hero h1{font-size:37px}.hero-copy{padding-left:26px}.gift-card{padding:25px 23px;min-height:375px}.hero .eyebrow{font-size:8px}.header-nav{gap:24px}.categories-grid{grid-template-columns:repeat(3,1fr)}.category-tile{min-height:115px;padding:20px;flex-direction:row;align-items:center;gap:18px}.category-tile>.icon{margin:0}.category-tile strong{max-width:130px}.cart-layout{grid-template-columns:1fr 310px;gap:20px}.cart-item{grid-template-columns:66px minmax(0,1fr) 100px 25px;gap:12px;padding:16px}.cart-item img{width:66px;height:66px}.cart-item .line-price{grid-column:2;grid-row:2;text-align:left}.cart-item .quantity{min-width:100px}.cart-item>.icon-btn{grid-column:4;grid-row:1;border:0;width:25px}.auth-layout{gap:40px}.detail-grid{gap:35px}.catalog-layout{grid-template-columns:190px minmax(0,1fr);gap:22px}.footer-main{gap:25px}.admin-layout{grid-template-columns:175px minmax(0,1fr);gap:22px}}
@media(max-width:900px){.header-catalog{display:none}.brand{min-width:160px}.header-main{gap:16px}.header-actions{gap:12px}.hero-grid{grid-template-columns:minmax(0,1fr) 230px;gap:13px}.hero{min-height:350px;display:block}.hero-copy{padding:26px;max-width:76%}.hero h1{font-size:36px}.hero p{max-width:240px}.hero img{position:absolute;right:-105px;top:0;opacity:.3;width:260px;height:100%;object-fit:cover}.hero-index{display:none}.gift-card{min-height:350px;padding:23px 20px}.gift-card h2{font-size:25px}.gift-drawing{height:100px}.benefit small{font-size:10px}.benefit strong{font-size:11px}.products-grid{gap:15px;grid-template-columns:repeat(3,minmax(0,1fr))}.home-products .product-card:nth-child(n+7){display:none}.catalog-layout .products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cart-layout{grid-template-columns:1fr 290px}.cart-item{grid-template-columns:65px minmax(0,1fr) 25px}.cart-item .quantity{grid-column:2;grid-row:2;max-width:115px}.cart-item .line-price{grid-row:3;grid-column:2}.cart-item>.icon-btn{grid-column:3}.auth-layout{grid-template-columns:1fr 370px;gap:25px}.auth-art h1{font-size:36px}.auth-art img{width:250px}.profile-grid{gap:18px}.lottery-grid{grid-template-columns:repeat(2,1fr)}.admin-layout{display:block}.admin-nav{display:flex;overflow-x:auto;margin-bottom:24px;position:static;gap:6px;scrollbar-width:none}.admin-nav a{white-space:nowrap;margin:0}.support-layout{grid-template-columns:220px 1fr}.footer-main{grid-template-columns:1.4fr 1fr 1fr}.footer-main>div:last-child{display:none}}
@media(max-width:680px){html{scroll-padding-top:85px}.shell{width:calc(100% - 32px)}.page{padding-top:23px;padding-bottom:38px}h1{font-size:31px}h2{font-size:25px}.utility .shell{height:29px;font-size:9px}.utility-links{gap:12px}.utility-links a{display:none}.header-main{height:auto;min-height:115px;display:grid;grid-template-columns:1fr auto;gap:12px;padding-top:16px;padding-bottom:14px}.brand{gap:9px;min-width:0}.brand-title{font-size:23px;letter-spacing:.13em}.brand-sub{font-size:8px;margin-top:4px}.brand .icon{width:35px;height:35px}.header-actions{gap:15px}.header-action{font-size:9px}.header-action .label{display:none}.header-action .icon{width:22px;height:22px}.header-action.hide-mobile{display:none}.header-catalog{display:none}.search{grid-column:1/-1;grid-row:2;height:41px;padding:0 12px;border-radius:9px}.search input{font-size:12px}.header-nav{height:41px;font-size:11px;gap:23px;margin-top:0}.header-nav .nav-special{margin-left:0}.hero-grid{display:flex;flex-direction:column;margin-top:17px;gap:14px}.hero{min-height:354px;overflow:hidden;border-radius:14px}.hero-copy{padding:29px 23px 33px;max-width:86%}.hero .eyebrow{font-size:8px;margin-bottom:18px}.hero h1{font-size:37px;line-height:1.07;max-width:300px;margin-bottom:18px}.hero p{max-width:235px;font-size:11px;line-height:1.7;margin-bottom:22px}.hero img{right:-80px;top:27px;opacity:.4;width:260px;height:320px}.hero .btn{min-height:42px;font-size:11px;position:relative}.gift-card{min-height:0;display:grid;grid-template-columns:minmax(0,1fr) 65px;padding:22px;column-gap:10px;border-radius:14px;background:var(--panel)}.gift-card .eyebrow{font-size:8px;margin-bottom:11px;grid-column:1}.gift-drawing{grid-column:2;grid-row:1/4;height:100%;margin:0}.gift-drawing .icon{width:58px;height:58px}.gift-drawing:after,.gift-drawing:before{display:none}.gift-card h2{font-size:23px;max-width:none;grid-column:1;margin-bottom:8px}.gift-card p{font-size:11px;margin:0 0 15px;grid-column:1;max-width:225px}.gift-card .btn{grid-column:1;justify-self:start;padding:7px 0;border:0;background:none;min-height:20px;font-size:11px}.gift-card .btn .icon{width:16px;height:16px}.benefits{grid-template-columns:1fr 1fr;gap:8px 16px;margin-top:17px;padding-bottom:17px}.benefit{gap:8px}.benefit .icon{width:22px;height:22px}.benefit strong{font-size:10px}.benefit small{font-size:9px}.benefit:last-child{display:none}.section{margin-top:32px}.section-head{margin-bottom:17px;align-items:center;gap:10px}.section-head h2{font-size:24px}.section-head .text-link{font-size:10px;white-space:nowrap}.categories-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.category-tile{padding:15px 11px;min-height:128px;display:flex;flex-direction:column;align-items:flex-start;gap:12px;border-radius:10px}.category-tile>.icon{width:30px;height:30px}.category-tile strong{font-size:10px;max-width:100%;line-height:1.4}.category-tile .cat-arrow{right:9px;bottom:9px;width:12px;height:12px}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 12px}.product-photo{border-radius:10px;margin-bottom:10px;aspect-ratio:.97}.product-photo .tag{top:9px;left:8px;font-size:8px;padding:3px 6px}.favorite-btn{right:7px;top:8px;width:27px;height:27px;padding:5px}.product-category{font-size:9px}.product-title{font-size:11px;height:35px;line-height:1.5;margin-bottom:8px}.product-price{gap:6px;margin-bottom:8px;flex-wrap:wrap}.product-price strong{font-size:17px}.product-price del{font-size:9px}.product-buy .btn{font-size:10px;min-height:36px;height:36px;border-radius:7px;padding:8px}.quantity{height:36px;min-width:90px}.quantity button{width:31px}.quantity span{font-size:10px}.mini-banner{padding:22px;display:block;margin-top:30px;border-radius:12px}.mini-banner h3{font-size:22px}.mini-banner p{font-size:11px}.mini-banner .btn{margin-top:18px;font-size:11px}.breadcrumb{font-size:10px;gap:7px;margin-bottom:20px}.page-heading{margin-bottom:22px;align-items:start}.page-heading h1{font-size:29px}.page-heading p{font-size:11px}.catalog-layout{display:block}.filters{position:static;padding:14px;margin-bottom:22px}.filter-categories{display:flex;overflow-x:auto;gap:15px;margin-bottom:16px}.filter-categories a{white-space:nowrap;font-size:11px}.filters h3{font-size:12px;margin-bottom:8px}.filters .price-filter{display:grid;grid-template-columns:1fr 1fr;gap:10px;align-items:end}.filters .price-filter .grid2{gap:8px}.filters .price-filter .field{margin:0}.filters .price-filter .btn{font-size:11px}.filters label.check{margin:12px 0 0}.catalog-layout .products-grid{gap:23px 12px}.catalog-top{font-size:10px;gap:10px;margin-bottom:15px}.catalog-top select{max-width:170px;font-size:10px;padding:8px;min-height:34px}.empty{padding:47px 20px}.empty h2{font-size:23px}.empty p{font-size:12px}.panel{padding:22px;border-radius:13px}.grid2{gap:0;grid-template-columns:1fr}.auth-layout{display:block;margin-top:0}.auth-art{display:none}.auth-card{padding:26px;max-width:430px;margin:auto}.auth-card h2{font-size:27px}.profile-grid{display:block}.profile-side{margin-top:20px;gap:20px}.profile-head{gap:12px}.detail-grid{display:block}.detail-photo{aspect-ratio:1.18}.detail-info{padding-top:25px}.detail-info h1{font-size:29px}.detail-info .price{font-size:30px;margin-top:10px}.detail-info .product-buy{max-width:none}.detail-info .sku{margin-bottom:17px}.detail-info .product-buy .btn{font-size:13px}.detail-info .quantity{max-width:220px}.detail-notes{margin-top:20px}.description{font-size:12px}.cart-layout{display:block}.cart-items{border-radius:12px;margin-bottom:23px}.cart-item{grid-template-columns:62px minmax(0,1fr) 26px;gap:10px 13px;padding:17px 14px}.cart-item img{height:62px;width:62px;grid-row:1/3}.cart-item h3{font-size:12px}.cart-item .quantity{grid-column:2;grid-row:2;max-width:100px;height:32px}.cart-item .line-price{grid-row:3;grid-column:2;font-size:13px}.summary{position:static}.shipping-options{gap:9px}.shipping-option{padding:12px;gap:7px;font-size:11px}.shipping-option small{font-size:9px}.order-card{padding:19px;border-radius:12px}.order-top{align-items:start;gap:10px}.order-top h3{font-size:16px}.order-top .row{gap:7px}.order-card .btn{font-size:11px}.order-card .order-info{font-size:11px}.lottery-grid{grid-template-columns:1fr}.lottery-card>img{aspect-ratio:1.7}.lottery-card-content{padding:21px}.lottery-detail{display:block}.lottery-detail h1{font-size:30px}.lottery-detail>.panel{margin-top:20px}.lottery-detail .prize-photo{aspect-ratio:1.3}.site-footer{padding:30px 0 92px}.footer-main{grid-template-columns:1fr 1fr;gap:30px 23px;margin-bottom:25px}.footer-main>div:first-child{grid-column:1/-1}.footer-main>div:first-child p{max-width:none;margin-top:12px}.footer-main .brand-sub{display:none}.footer-main h4{font-size:11px}.footer-links{font-size:10px}.footer-bottom{display:block;font-size:9px;line-height:1.8}.footer-bottom .row{margin-top:8px}.mobile-nav{display:flex;justify-content:space-around;align-items:center;position:fixed;bottom:0;left:0;right:0;min-height:61px;padding:7px 8px max(7px,env(safe-area-inset-bottom));z-index:30;background:var(--bg);border-top:1px solid var(--line)}.mobile-nav a{display:flex;flex-direction:column;align-items:center;gap:3px;position:relative;color:var(--muted);font-size:8px;min-width:48px;padding:2px}.mobile-nav a .icon{width:21px;height:21px}.mobile-nav a.active{color:var(--ink)}.mobile-nav .count{right:2px;top:-3px}.chat-launch{right:16px;bottom:78px;width:46px;height:46px;border-radius:14px}.chat-launch .icon{width:21px;height:21px}.chat-panel{right:12px;left:12px;width:auto;bottom:134px;max-height:calc(100dvh - 154px);border-radius:14px}.chat-messages{height:min(300px,calc(100dvh - 320px))}.toasts{top:12px;right:12px;left:12px;max-width:none}.toast{padding:13px 16px;font-size:11px}.admin-nav{margin-bottom:22px;padding:6px;gap:3px}.admin-nav a{font-size:11px;padding:9px}.admin-nav a .icon{width:17px;height:17px}.admin-stat-grid{grid-template-columns:1fr 1fr;gap:10px}.stat-card{padding:16px;border-radius:11px}.stat-card strong{font-size:24px}.stat-card small{font-size:10px}.admin-content .panel{padding:18px}.admin-content h2{font-size:23px}.admin-content .section-head .btn{font-size:10px;padding:9px 10px;min-height:35px}.admin-card{padding:17px}.admin-card .preview-banner{padding:20px}.admin-card .preview-banner h3{font-size:23px}.table-wrap{border-radius:10px}td,th{padding:11px 12px}.support-layout{display:block}.thread-list{border-right:0;border-bottom:1px solid var(--line);max-height:180px}.thread-item{padding:12px 15px}.thread-chat .chat-messages{height:310px}.thread-chat .chat-head{min-height:65px}.setup-check{font-size:11px;gap:8px}.setup-check .tag{font-size:9px}.admin-note{font-size:10px}dialog{padding:22px 19px;max-height:90dvh}.modal-head h2{font-size:22px}.modal-actions{position:sticky;bottom:-22px;background:var(--panel);padding:15px 0;margin-top:10px}.legal-copy{font-size:12px}.only-mobile{display:block}.hide-mobile{display:none!important}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}

/* Checkout photos, ticket selection, classifieds and fulfillment */
.container{width:min(1120px,calc(100% - 32px));margin:48px auto}
.auth-wrap{max-width:540px;margin:40px auto}.auth-links{display:flex;justify-content:space-between;gap:16px;margin-top:24px;font-size:13px}
.social-login{display:grid;gap:10px}.auth-divider{text-align:center;margin:22px 0;color:var(--muted)}
.account-tabs{display:flex;gap:8px;overflow-x:auto;margin:0 0 24px;border-bottom:1px solid var(--line)}
.account-tabs a{padding:12px 16px;white-space:nowrap;font-size:13px;border-bottom:2px solid transparent}
.account-tabs a.active{border-color:var(--ink);font-weight:700}
.legal-text{white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.8}
.legal-page{max-width:900px;margin:auto}.legal-page h1{margin-bottom:30px}
.legal-page h2,.legal-page h3{margin:26px 0 12px}.legal-page p{line-height:1.8}
.ticket-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(50px,1fr));gap:8px;margin:20px 0}
.ticket-seat{border:1px solid var(--line);background:var(--panel);color:var(--ink);min-height:46px;border-radius:9px;cursor:pointer;font:inherit;font-size:13px}
.ticket-seat.occupied{background:var(--soft);opacity:.45;cursor:not-allowed}
.ticket-seat.mine{background:#dcece1;color:#1c4b2d;opacity:1}
.ticket-seat.selected{background:var(--ink);color:var(--bg);border-color:var(--ink)}
.ticket-legend{font-size:12px;color:var(--muted);line-height:1.8}
.ticket-number{font-size:28px;font-weight:700}.break-word{overflow-wrap:anywhere}
.lottery-visual img{width:100%;max-height:520px;object-fit:contain;background:var(--soft);border-radius:18px}
.lottery-detail{gap:32px}.lottery-detail p{line-height:1.8;margin:16px 0}
.photo-upload{padding:18px;border:1px dashed var(--line);border-radius:12px;margin-bottom:18px}
.photo-upload p{margin:8px 0;font-size:12px}.photo-upload input{max-width:100%}
.photo-preview{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-top:12px;font-size:12px}
.photo-preview .upload-preview{width:100px;height:100px;object-fit:cover}
.order-card h2{font-size:23px;margin-bottom:6px}.order-card p{line-height:1.7;margin:12px 0;font-size:13px}
.order-items{display:grid;gap:12px;margin:20px 0}.order-item{display:flex;gap:15px;align-items:center}
.order-item img{width:58px;height:58px;object-fit:contain;border-radius:8px;background:var(--soft)}
.order-item div{display:grid;gap:5px}.order-item strong{font-size:13px}.order-item small,.order-item a{font-size:12px}
.order-item a{text-decoration:underline}.order-steps{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0}
.order-steps span{padding:8px 10px;border-radius:8px;font-size:11px;background:var(--soft);color:var(--muted)}
.order-steps span.done{background:#e1ece3;color:#245434}
.tracking{padding:14px;background:var(--soft);display:flex;align-items:center;flex-wrap:wrap;gap:15px;border-radius:10px}
.tracking strong{overflow-wrap:anywhere}.tracking span{font-size:12px}
.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.stats-grid strong{display:block;margin-top:12px;font-size:28px}.stats-grid small{font-size:12px}
.ads-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin:25px 0}
.ad-card h2{font-size:22px;margin:16px 0 12px}.ad-card p{font-size:13px;overflow-wrap:anywhere}.ad-card small{display:block;margin:15px 0}
.ad-image{width:100%;height:210px;object-fit:cover;border-radius:9px}
.ad-search{max-width:560px;margin:24px 0}.ad-card .row{margin-top:16px}
.admin-content{min-width:0}.admin-content .panel p{overflow-wrap:anywhere}
.notice{overflow-wrap:anywhere}input,textarea,select{max-width:100%}
[hidden]{display:none!important}
@media(max-width:900px){.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ads-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.ads-grid{grid-template-columns:1fr}.auth-wrap{margin:10px auto}.account-tabs{gap:0}.account-tabs a{font-size:11px;padding:11px 13px}.ticket-grid{grid-template-columns:repeat(auto-fill,minmax(42px,1fr));gap:6px}.ticket-seat{min-height:42px}.tracking{gap:10px}.lottery-detail h1{margin-top:24px}.order-card h2{font-size:20px}.stats-grid strong{font-size:24px}}
