@charset "UTF-8";
:root{color-scheme:dark;--bg:#242424;--surface:#2d2d2d;--soft:#353535;--yellow:#f6cc59;--text:#f6f5f1;--muted:#b2b1aa;--border:#45443f;--dock-height:218px;font-family:Inter,"Noto Sans JP","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,system-ui,sans-serif;font-synthesis:none}
*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-size:16px;line-height:1.6}button,input,select{font:inherit}button,a,input,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}button{color:inherit}button:disabled{cursor:default}img{max-width:100%;display:block}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid var(--yellow);outline-offset:4px}button{touch-action:manipulation}button,input,select{min-height:44px}h1,h2,h3,p{margin:0}[hidden]{display:none!important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.site-header{max-width:760px;margin:auto;padding:22px 28px 19px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border)}.brand{display:block;width:61px}.brand img{width:100%;height:47px;object-fit:contain}.event-label{text-align:right;font-size:12px;letter-spacing:.12em;font-weight:700;line-height:1.6}.event-tag{display:block;color:var(--yellow);font-size:10px;letter-spacing:.23em}.catalog-main{max-width:760px;margin:auto;padding:0 28px calc(var(--dock-height) + 24px)}.intro{padding:32px 0 30px}.eyebrow{font-size:10px;font-weight:700;letter-spacing:.16em;color:var(--yellow);display:flex;align-items:center;gap:9px}.small-line{width:19px;height:2px;background:var(--yellow)}h1{font-size:35px;line-height:1.45;letter-spacing:.025em;font-weight:750;margin:13px 0 13px}h1 span{color:var(--yellow)}.intro p{color:var(--muted);font-size:14px;line-height:1.8}.tiny-only{display:none}.section-top{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--border);padding:20px 0 17px;gap:10px}.section-top h2{font-size:16px;font-weight:650;display:flex;align-items:center;gap:9px}.section-top h2>span{font-size:12px;font-weight:500;color:var(--muted);font-variant-numeric:tabular-nums}.selection-hint{font-size:12px;color:var(--muted);display:flex;align-items:center;gap:6px}.mini-check{color:var(--yellow);border:1px solid #817449;border-radius:50%;width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;font-size:10px}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 14px}.product-card{border:0;padding:0;background:none;text-align:left;min-width:0;border-radius:10px;align-self:start}.product-media{aspect-ratio:1;background:#363634;position:relative;border-radius:9px;overflow:hidden;border:2px solid transparent;transition:border-color .18s,transform .18s}.product-media>img{position:absolute;inset:0;width:100%;height:100%;padding:8%;object-fit:contain;transition:transform .3s}.product-check{position:absolute;top:10px;right:10px;border:1.5px solid #9b9b96;border-radius:50%;width:25px;height:25px;display:flex;align-items:center;justify-content:center;color:transparent;background:#24242480;font-size:16px;font-weight:750;transition:all .18s;backdrop-filter:blur(5px)}.selected .product-media{border-color:var(--yellow)}.selected .product-check{background:var(--yellow);color:var(--bg);border-color:var(--yellow)}.product-info{padding:11px 2px 0}.manufacturer{font-size:11px;letter-spacing:.04em;color:var(--muted);display:block;margin-bottom:2px;overflow-wrap:anywhere}.product-info h3{font-weight:550;font-size:14px;line-height:1.6;overflow-wrap:anywhere}.selected .product-info h3{color:var(--yellow)}.catalog-footer{display:flex;justify-content:space-between;color:#a3a29c;font-size:11px;border-top:1px solid var(--border);margin-top:34px;padding:19px 0}.catalog-footer>span:first-child{letter-spacing:.13em;font-weight:700}.empty-state{text-align:center;border:1px dashed var(--border);padding:40px 20px;border-radius:10px;margin:0 0 12px;background:#ffffff02}.empty-state h3{font-size:16px;font-weight:600;margin-top:17px}.empty-state p{font-size:14px;color:var(--muted);margin:7px auto 15px}.empty-logo{width:49px;height:44px;margin:auto;opacity:.7}.registration-dock{position:fixed;bottom:0;left:0;right:0;z-index:10;background:#292929f7;border-top:1px solid #686044;box-shadow:0 -12px 30px #0002;padding:13px 28px max(14px,env(safe-area-inset-bottom));backdrop-filter:blur(16px)}.dock-inner{max-width:704px;margin:auto}.dock-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:9px}.dock-heading>div{display:flex;align-items:baseline;gap:7px}.dock-heading strong{font-size:28px;font-weight:700;color:var(--yellow);line-height:1}.dock-heading span{font-size:13px}.text-button{border:0;background:none;padding:4px 0 4px 12px;font-size:12px;color:var(--muted);min-height:30px}.text-button:disabled{opacity:.4}.register-controls{display:grid;grid-template-columns:1fr;gap:9px}.email-field{display:flex;align-items:center;background:#1f1f1f;border:1px solid #565550;border-radius:7px;height:48px}.email-field:focus-within{border-color:var(--yellow)}.email-field svg{width:20px;height:20px;margin-left:14px;color:#a3a29d;flex-shrink:0}.email-field input{color:var(--text);background:none;border:0;width:100%;height:100%;padding:10px 12px;font-size:16px;outline:none!important;min-width:0}.email-field input::placeholder{color:#999891;font-size:14px}.primary-button{background:var(--yellow);color:#242424;border:1px solid var(--yellow);border-radius:7px;font-weight:700;padding:12px 18px;line-height:1.5;display:flex;align-items:center;justify-content:center;gap:12px;min-height:48px;font-size:15px}.primary-button:disabled{background:#8b7949;border-color:#8b7949;color:#242424}.register-button{position:relative}.register-button>span{font-size:21px;line-height:1;position:absolute;right:16px}.consent-note{font-size:10px;color:#b3b1a9;line-height:1.7;text-align:center;margin-top:10px}.inline-link{padding:0;background:none;color:#d3d0c5;border:0;min-height:0;text-decoration:underline;text-underline-offset:2px;font-size:inherit;margin-left:4px}.form-message{color:#ffd5a3;font-size:13px;margin:8px 0;line-height:1.5}.modal{color:var(--text);background:#2d2d2d;border:1px solid #5c5748;border-radius:18px;padding:28px;width:calc(100% - 36px);max-width:460px;box-shadow:0 20px 100px #0008}.modal::backdrop{background:#111b;backdrop-filter:blur(6px)}.modal h2{font-size:21px}.modal p{font-size:14px;color:var(--muted);margin:16px 0;line-height:1.9;overflow-wrap:anywhere}.modal .primary-button{width:100%}.modal-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.icon-button{background:none;border:0;font-size:28px;padding:0 10px}.success-modal{text-align:center}.success-modal .eyebrow{justify-content:center;margin-bottom:10px}.success-symbol{border-radius:50%;background:var(--yellow);color:var(--bg);font-size:31px;width:64px;height:64px;margin:2px auto 24px;line-height:64px}.success-modal strong{color:var(--text);font-weight:500}.success-count{color:var(--yellow)!important}.splash{position:fixed;inset:0;z-index:99;background:var(--bg);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:30px;transition:opacity .4s,visibility .4s;pointer-events:none}.splash img{width:96px;animation:breathe 1.4s ease-in-out infinite}.load-line{width:72px;height:2px;background:#555044;position:relative;overflow:hidden}.load-line::after{content:"";position:absolute;width:34px;height:2px;background:var(--yellow);animation:loading 1s ease-in-out infinite}.splash.loaded{opacity:0;visibility:hidden}.loading-orbit{display:block;width:22px;height:22px;margin:auto;border:2px solid var(--border);border-top-color:var(--yellow);border-radius:50%;animation:spin .8s linear infinite}.secondary-button{border:1px solid #626054;background:transparent;padding:9px 16px;border-radius:7px;font-size:14px}.noscript{position:fixed;top:0;left:0;right:0;z-index:100;background:var(--yellow);color:var(--bg);padding:16px}
.intro{padding:23px 0 24px}.intro h1{font-size:27px;margin:0 0 9px;line-height:1.5;letter-spacing:0}.consent-note{font-size:12px}.manufacturer,.event-tag,.catalog-footer{font-size:12px}.section-top{padding:16px 0}.event-tag{letter-spacing:.06em}.intro h1 span{white-space:nowrap}.registration-dock{bottom:var(--keyboard-offset,0px);max-height:calc(var(--visible-height,100vh) - 12px);overflow-y:auto}
@keyframes breathe{50%{transform:translateY(-5px);opacity:.65}}@keyframes loading{from{transform:translateX(-35px)}to{transform:translateX(73px)}}@keyframes spin{to{transform:rotate(360deg)}}
@media(hover:hover){.product-card:hover .product-media>img{transform:scale(1.035)}.primary-button:hover:not(:disabled){background:#ffe083}.secondary-button:hover{background:#ffffff08}}
@media(min-width:650px){.site-header{padding-top:27px}.intro{padding-top:42px}.intro h1{font-size:43px}.product-grid{gap:28px 22px}.register-controls{grid-template-columns:1fr 240px}.registration-dock{padding-top:16px}.consent-note{font-size:12px}.consent-note br{display:none}.product-info h3{font-size:17px}.manufacturer{font-size:13px}.event-label{font-size:13px}.product-check{width:30px;height:30px}.eyebrow{font-size:12px}.selection-hint{font-size:14px}}
@media(max-width:360px){.site-header{padding:16px 18px}.catalog-main{padding-left:18px;padding-right:18px}.registration-dock{padding-left:18px;padding-right:18px}h1{font-size:29px}.intro{padding-top:25px}.tiny-only{display:block}.product-grid{gap:20px 10px}.product-check{right:7px;top:7px}.product-info h3{font-size:13px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.splash{display:none}}
