*{box-sizing:border-box;margin:0;padding:0}:root{--ink:#1a1a1a;--red:#c81e2c;--red-deep:#8f1420;--blossom:#e2b3ab;--blossom-light:#f6e9e5;--wave:#f0dcd5;--paper:#fffdfb}html,body{background:var(--paper);width:100%;color:var(--ink);scroll-behavior:smooth;cursor:url(/cursor-sushi.png) 16 16,auto;font-family:Inter,Arial,sans-serif;overflow-x:hidden}#root{width:100%;min-height:100vh}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.site{background:var(--paper);width:100%}.reveal{opacity:0;transition:opacity .8s,transform .8s;transform:translateY(28px)}.reveal.in-view{opacity:1;transform:translateY(0)}.info-section,.reviews-section{will-change:transform, opacity;transition:transform .12s linear,opacity .12s linear}.hero-section{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100vh;min-height:620px;display:flex;position:relative;overflow:hidden}.hero-coffee-mark{z-index:1;opacity:0;pointer-events:none;width:clamp(88px,10vw,140px);height:auto;position:absolute;top:120px;right:8%;transform:translateY(-16px)scale(.92)}.site.ready .hero-coffee-mark{animation:.8s cubic-bezier(.22,1,.36,1) .35s forwards markIn}.hero-sushi-mark{z-index:1;opacity:0;pointer-events:none;width:clamp(150px,20vw,280px);height:auto;position:absolute;bottom:6vh;left:4%;transform:translateY(20px)scale(.9)}.site.ready .hero-sushi-mark{animation:.9s cubic-bezier(.22,1,.36,1) .15s forwards markIn}.hero-center{z-index:2;flex-direction:column;align-items:center;display:flex}.hero-dot{background:var(--red);opacity:0;border-radius:50%;width:14px;height:14px;margin-bottom:22px}.site.ready .hero-dot{animation:.6s .9s forwards fadeIn}.hero-title{letter-spacing:.14em;color:var(--ink);opacity:0;margin:0;font-family:Noto Serif JP,serif;font-size:clamp(56px,11vw,128px);font-weight:900;transform:scale(.88)}.site.ready .hero-title{animation:.75s cubic-bezier(.22,1,.36,1) 1.05s forwards popIn}.hero-subtitle{letter-spacing:.45em;text-transform:uppercase;color:var(--ink);opacity:0;margin-top:16px;font-size:13px}.site.ready .hero-subtitle{animation:.8s 1.6s forwards fadeIn}.hero-seal{border:1px solid var(--red);width:34px;height:34px;color:var(--red);writing-mode:vertical-rl;opacity:0;justify-content:center;align-items:center;margin-top:26px;font-family:Noto Serif JP,serif;font-size:15px;font-weight:700;display:flex}.site.ready .hero-seal{animation:.8s 1.8s forwards fadeIn}.hero-wave{z-index:1;width:100%;height:18vh;min-height:90px;position:absolute;bottom:-2px;left:0}@keyframes popIn{to{opacity:1;transform:scale(1)}}@keyframes markIn{to{opacity:1;transform:translateY(0)scale(1)}}@keyframes fadeIn{to{opacity:1}}.sushi-section{flex-direction:column;align-items:center;gap:48px;padding:120px 24px;display:flex;position:relative}.sushi-heading{letter-spacing:.08em;text-align:center;padding-bottom:18px;font-family:Noto Serif JP,serif;font-size:clamp(24px,4vw,34px);font-weight:700;position:relative}.sushi-heading:after{content:"";background:var(--red);width:46px;height:2px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.sushi-grid{grid-template-columns:repeat(3,minmax(220px,320px));justify-content:center;gap:28px;width:100%;max-width:1100px;display:grid}@media (width<=860px){.sushi-grid{grid-template-columns:1fr;justify-items:center}}.sushi-card{aspect-ratio:3/2;background:linear-gradient(135deg, var(--blossom-light), var(--wave));will-change:transform, opacity;border-radius:18px;width:100%;transition:transform .12s linear,opacity .12s linear;position:relative;overflow:hidden;box-shadow:0 12px 30px -14px #c81e2c40}.sushi-card img{object-fit:cover;width:100%;height:100%;display:block}.menu-btn{letter-spacing:.12em;text-transform:uppercase;color:#fff;background:var(--red);border:1px solid var(--red);cursor:pointer;border-radius:10px;padding:14px 32px;font-family:inherit;font-size:14px;transition:background .25s,color .25s,transform .2s}.menu-btn:hover{background:#a8121f;transform:translateY(-1px)}.menu-btn-row{align-items:center;gap:14px;display:flex}.chopsticks-accent{opacity:.85;width:56px;height:auto;transform:rotate(-8deg)}.info-section{background-position:50%;background-size:cover;justify-content:center;padding:110px 24px 130px;display:flex;position:relative}.info-overlay{background:linear-gradient(#fffdfbf0 0%,#fffdfbe6 55%,#fffdfbf7 100%);position:absolute;inset:0}.info-content{z-index:1;flex-direction:column;align-items:center;gap:40px;width:100%;display:flex;position:relative}.info-heading{letter-spacing:.08em;text-align:center;padding-bottom:16px;font-family:Noto Serif JP,serif;font-size:clamp(22px,3.6vw,30px);font-weight:700;position:relative}.info-heading:after{content:"";background:var(--red);width:40px;height:2px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.hours-list{flex-direction:column;width:100%;max-width:480px;display:flex}.hours-row{border-bottom:1px solid #00000014;justify-content:space-between;padding:14px 4px;font-size:15px;display:flex}.hours-row span:first-child{font-weight:500}.hours-row span:last-child{color:#555}.info-address{color:#666;letter-spacing:.02em;text-align:center;font-size:14px}.info-actions{flex-wrap:wrap;justify-content:center;gap:18px;margin-top:8px;display:flex}.directions-btn,.contact-btn{border:1px solid var(--red);color:var(--red);letter-spacing:.12em;text-transform:uppercase;border-radius:10px;align-items:center;gap:10px;padding:14px 26px;font-size:14px;text-decoration:none;transition:background .25s,color .25s;display:inline-flex}.directions-btn:hover,.contact-btn:hover{background:var(--red);color:#fff}.reviews-section{background:linear-gradient(180deg, #fff 0%, var(--blossom-light) 100%);flex-direction:column;align-items:center;gap:36px;padding:110px 24px 140px;display:flex}.reviews-heading{letter-spacing:.08em;text-align:center;padding-bottom:16px;font-family:Noto Serif JP,serif;font-size:clamp(22px,3.6vw,30px);font-weight:700;position:relative}.reviews-heading:after{content:"";background:var(--red);width:40px;height:2px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.rating-summary{color:#555;align-items:center;gap:8px;font-size:15px;display:flex}.stars{color:var(--red);letter-spacing:2px;font-size:15px}.rating-score{color:var(--ink);font-weight:600}.reviews-grid{grid-template-columns:repeat(2,minmax(260px,360px));justify-content:center;gap:24px;width:100%;max-width:800px;display:grid}@media (width<=640px){.reviews-grid{grid-template-columns:1fr;justify-items:center}}.review-card{background:#fff;border-radius:16px;flex-direction:column;gap:14px;max-width:320px;padding:26px 24px;display:flex;box-shadow:0 10px 26px -16px #c81e2c4d}.review-text{color:#333;flex-grow:1;font-size:14.5px;line-height:1.6}.review-author{flex-direction:column;gap:2px;display:flex}.review-name{font-size:14px;font-weight:600}.review-meta{color:#888;font-size:12px}.social-row{flex-wrap:wrap;justify-content:center;gap:16px;margin-top:8px;display:flex}.instagram-btn{border:1px solid var(--ink);color:var(--ink);letter-spacing:.1em;text-transform:uppercase;border-radius:10px;align-items:center;gap:10px;padding:13px 28px;font-size:14px;text-decoration:none;transition:background .25s,color .25s;display:inline-flex}.instagram-btn:hover{background:var(--ink);color:#fff}.maki-accent{flex-shrink:0;width:40px;height:40px;margin-top:4px}.menu-overlay{z-index:70;visibility:hidden;pointer-events:none;position:fixed;inset:0}.menu-overlay.open{visibility:visible;pointer-events:auto}.menu-overlay-backdrop{opacity:0;background:#140c0a8c;transition:opacity .35s;position:absolute;inset:0}.menu-overlay.open .menu-overlay-backdrop{opacity:1}.menu-panel{background:var(--paper);flex-direction:column;width:min(560px,100%);height:100%;transition:transform .4s cubic-bezier(.22,1,.36,1);display:flex;position:absolute;top:0;right:0;transform:translate(100%);box-shadow:-20px 0 50px -20px #0000004d}.menu-overlay.open .menu-panel{transform:translate(0)}.menu-panel-scroll{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;flex:auto;min-height:0;padding:32px 28px 24px;overflow-y:auto}.menu-close{width:36px;height:36px;color:var(--ink);cursor:pointer;z-index:10;background:#fff;border:1px solid #00000026;border-radius:50%;font-size:20px;line-height:1;position:absolute;top:20px;right:20px}.menu-close:hover{background:var(--red);color:#fff;border-color:var(--red)}.menu-panel-header{align-items:center;gap:18px;margin-bottom:18px;display:flex}.menu-header-photo{object-fit:cover;border-radius:14px;width:84px;height:84px;box-shadow:0 8px 20px -10px #00000059}.menu-panel-title .hero-dot{opacity:1;margin-bottom:6px;animation:none}.menu-panel-title h2{letter-spacing:.08em;margin:0;font-family:Noto Serif JP,serif;font-size:32px;font-weight:900}.menu-panel-title p{letter-spacing:.3em;text-transform:uppercase;color:#777;margin:2px 0 0;font-size:12px}.menu-note{color:#a8121f;background:var(--blossom-light);border-radius:10px;margin-bottom:30px;padding:12px 16px;font-size:13px;line-height:1.5}.menu-section{margin-bottom:34px}.menu-section-title{letter-spacing:.04em;border-bottom:2px solid var(--red);margin-bottom:16px;padding-bottom:10px;font-family:Noto Serif JP,serif;font-size:17px;font-weight:700}.menu-section-subtitle{color:#999;text-transform:none;letter-spacing:0;font-family:Inter,sans-serif;font-size:13px;font-weight:400}.menu-items{flex-direction:column;gap:16px;display:flex}.menu-item{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.menu-item-right{flex-direction:column;align-items:flex-end;gap:8px;display:flex}.qty-add-btn{letter-spacing:.08em;text-transform:uppercase;color:var(--red);border:1px solid var(--red);cursor:pointer;background:0 0;border-radius:7px;padding:5px 14px;font-family:inherit;font-size:12px;transition:background .2s,color .2s}.qty-add-btn:hover{background:var(--red);color:#fff}.qty-stepper{border:1px solid #00000026;border-radius:7px;align-items:center;gap:10px;padding:2px 4px;display:flex}.qty-stepper button{background:var(--blossom-light);width:22px;height:22px;color:var(--red);cursor:pointer;border:none;border-radius:5px;font-size:15px;line-height:1}.qty-stepper button:hover{background:var(--red);color:#fff}.qty-stepper span{text-align:center;min-width:16px;font-size:13.5px;font-weight:600}.basket-bar{background:var(--ink);color:#fff;width:100%;padding:16px 28px;padding-bottom:max(16px, env(safe-area-inset-bottom));letter-spacing:.03em;cursor:pointer;border:none;flex-shrink:0;justify-content:space-between;align-items:center;font-family:inherit;font-size:14.5px;font-weight:600;display:flex}.basket-view{padding-top:8px}.basket-empty{color:#888;text-align:center;padding:30px 0;font-size:14px}.basket-items{flex-direction:column;gap:14px;display:flex}.basket-row{border-bottom:1px solid #00000014;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding-bottom:14px;display:grid}.basket-row-name{font-size:14px;font-weight:500}.basket-row-price{color:var(--red);white-space:nowrap;font-size:14px;font-weight:600}.basket-total-row{border-top:2px solid var(--ink);justify-content:space-between;margin-top:10px;padding:20px 0;font-size:17px;font-weight:700;display:flex}.checkout-note{color:#888;background:#f5f5f5;border-radius:10px;margin-bottom:16px;padding:12px 14px;font-size:12.5px;line-height:1.5}.checkout-btn{opacity:.5;cursor:not-allowed;width:100%}.checkout-btn:hover{background:var(--red);transform:none}.menu-item-info{flex-direction:column;gap:3px;display:flex}.menu-item-name{color:var(--ink);font-size:14.5px;font-weight:600}.menu-item-ingredients{color:#888;font-size:12.5px;line-height:1.4}.menu-item-price{white-space:nowrap;color:var(--red);flex-direction:column;align-items:flex-end;font-size:14.5px;font-weight:600;display:flex}.menu-item-weight{color:#aaa;font-size:11.5px;font-weight:400}@media (width<=480px){.menu-panel{width:100%}.menu-panel-scroll{padding:26px 18px 24px}}.site-loader{z-index:100;background:var(--paper);flex-direction:column;justify-content:center;align-items:center;gap:18px;transition:opacity .5s;display:flex;position:fixed;inset:0}.site-loader.done{opacity:0;pointer-events:none}.loader-seal{border:1.5px solid var(--red);width:46px;height:46px;color:var(--red);writing-mode:vertical-rl;justify-content:center;align-items:center;font-family:Noto Serif JP,serif;font-size:20px;font-weight:700;animation:1.1s ease-in-out infinite loaderPulse;display:flex}.loader-label{letter-spacing:.35em;text-transform:uppercase;color:var(--ink);font-size:12px}@keyframes loaderPulse{0%,to{opacity:.75;transform:scale(1)}50%{opacity:1;transform:scale(1.08)}}.site-nav{z-index:40;-webkit-backdrop-filter:blur(10px);background:#fffdfbb3;justify-content:space-between;align-items:center;width:100%;padding:18px 24px;display:flex;position:fixed;top:0;left:0}.nav-mark{letter-spacing:.18em;color:var(--ink);font-family:Noto Serif JP,serif;font-size:18px;font-weight:900;text-decoration:none}.nav-right{align-items:center;gap:14px;display:flex}.nav-order-btn{letter-spacing:.08em;text-transform:uppercase;color:#fff;background:var(--red);cursor:pointer;white-space:nowrap;border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 18px;font-family:inherit;font-size:12.5px;transition:background .2s;display:inline-flex;position:relative}.nav-order-btn:hover{background:#a8121f}.nav-basket-icon{flex-shrink:0;width:17px;height:17px}.nav-cart-badge{background:var(--ink);color:#fff;border-radius:10px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 5px;font-size:11px;font-weight:700;display:flex;position:absolute;top:-7px;right:-7px}@media (width<=680px){.nav-order-btn{gap:0;padding:9px 11px}.nav-order-label{display:none}.nav-basket-icon{width:20px;height:20px}.nav-mark{font-size:15px}.site-nav{padding:14px 18px}.hero-coffee-mark{width:74px;top:150px;right:5%}.hero-sushi-mark{width:clamp(120px,34vw,180px);bottom:4vh}}.checkout-subnote{color:#aaa;text-align:center;margin-top:10px;font-size:11.5px;line-height:1.4}.checkout-form{flex-direction:column;gap:14px;display:flex}.checkout-form label{letter-spacing:.03em;color:#555;flex-direction:column;gap:5px;font-size:12.5px;font-weight:600;display:flex}.checkout-form input{color:var(--ink);background:#fff;border:1px solid #0000002e;border-radius:9px;padding:11px 13px;font-family:inherit;font-size:15px}.checkout-form input:focus{border-color:var(--red);outline:none}.checkout-btn-active{width:100%;margin-top:6px}.checkout-btn-active:disabled{opacity:.6;cursor:default}.order-error{color:var(--red);background:var(--blossom-light);border-radius:8px;padding:10px 12px;font-size:13px;line-height:1.5}.order-success{text-align:center;padding:20px 8px}.order-success-check{color:#2e7d32;background:#e8f5e9;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 16px;font-size:30px;display:flex}.order-success h3{margin-bottom:10px;font-family:Noto Serif JP,serif;font-size:22px}.order-number-badge{background:var(--blossom-light);border:1.5px dashed var(--red);border-radius:12px;flex-direction:column;align-items:center;gap:2px;max-width:240px;margin:4px auto 16px;padding:14px 20px;display:flex}.order-number-label{letter-spacing:.14em;text-transform:uppercase;color:#a8121f;font-size:11px}.order-number-value{color:var(--red);font-family:Noto Serif JP,serif;font-size:34px;font-weight:900;line-height:1.1}.track-order-btn{background:var(--ink);color:#fff;letter-spacing:.08em;text-transform:uppercase;border-radius:10px;margin-top:18px;padding:13px 28px;font-size:14px;text-decoration:none;transition:background .2s;display:inline-block}.track-order-btn:hover{background:#000}.track-order-hint{color:#999!important;margin-top:12px!important;font-size:12px!important}.recent-order-banner{z-index:30;background:var(--ink);color:#fff;border-radius:30px;align-items:center;gap:6px;max-width:92%;padding:6px 8px;transition:opacity .3s,transform .3s;animation:.5s cubic-bezier(.22,1,.36,1) 1.4s both recentDrop;display:flex;position:fixed;top:96px;left:50%;transform:translate(-50%);box-shadow:0 10px 26px -12px #00000073}.recent-order-banner.hidden{opacity:0;pointer-events:none;transform:translate(-50%,-16px)}.recent-order-track{color:#fff;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;background:0 0;border:none;align-items:center;gap:10px;padding:6px 8px 6px 16px;font-family:inherit;font-size:13.5px;display:flex;overflow:hidden}.recent-order-track strong{color:#ff8a94}.recent-order-arrow{font-size:16px}.recent-order-dismiss{color:#fff;cursor:pointer;background:#ffffff24;border:none;border-radius:50%;flex-shrink:0;width:30px;height:30px;font-size:18px;line-height:1}.recent-order-dismiss:hover{background:#ffffff47}@keyframes recentDrop{0%{opacity:0;transform:translate(-50%,-12px)}to{opacity:1;transform:translate(-50%)}}@media (width<=680px){.recent-order-banner{max-width:92%;top:92px}.recent-order-track{gap:8px;padding:6px 6px 6px 14px;font-size:12.5px}.recent-order-dismiss{width:28px;height:28px;font-size:17px}}.order-success p{color:#555;max-width:340px;margin:0 auto;font-size:14px;line-height:1.6}.nav-trigger{border:1px solid var(--ink);cursor:pointer;z-index:61;background:0 0;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:42px;height:42px;display:flex;position:relative}.nav-trigger span{background:var(--ink);width:16px;height:1.6px;transition:transform .3s,opacity .3s}.nav-trigger.open span:first-child{transform:translateY(5.5px)rotate(45deg)}.nav-trigger.open span:nth-child(2){opacity:0}.nav-trigger.open span:nth-child(3){transform:translateY(-5.5px)rotate(-45deg)}.nav-bubble{z-index:60;clip-path:circle(0% at calc(100% - 42px) 40px);pointer-events:none;background:radial-gradient(circle at 100% 0,#7a0f18,#1c0a0c 78%);justify-content:center;align-items:center;transition:clip-path .6s cubic-bezier(.65,0,.35,1);display:flex;position:fixed;inset:0}.nav-bubble.open{clip-path:circle(160% at calc(100% - 42px) 40px);pointer-events:auto}.nav-bubble-content{opacity:0;flex-direction:column;align-items:center;gap:26px;transition:opacity .4s .25s,transform .4s .25s;display:flex;transform:translateY(16px)}.nav-bubble.open .nav-bubble-content{opacity:1;transform:translateY(0)}.nav-bubble-mark{letter-spacing:.2em;color:#ffd9de;margin-bottom:6px;font-family:Noto Serif JP,serif;font-size:22px;font-weight:900}.nav-bubble-link{color:#fff;letter-spacing:.04em;cursor:pointer;background:0 0;border:none;padding:4px 0;font-family:Noto Serif JP,serif;font-size:clamp(26px,5vw,40px);font-weight:700;text-decoration:none;transition:color .2s}.nav-bubble-link:hover{color:#ffb9c0}.nav-bubble-sub{letter-spacing:.15em;text-transform:uppercase;color:#fff9;margin-top:-14px;font-size:12px}.nav-bubble-close{color:#fff;cursor:pointer;background:0 0;border:1px solid #fff9;border-radius:50%;width:42px;height:42px;font-size:20px;line-height:1;position:absolute;top:18px;right:24px}.nav-bubble-close:hover{background:#ffffff26}.lantern-accent{opacity:.92;flex-shrink:0;width:46px;height:auto}.sushi-heading-row{justify-content:center;align-items:flex-start;gap:22px;display:flex}.admin-shell{color:#1a1a1a;cursor:auto;background:#f4f1ee;min-height:100vh;padding:20px 16px 60px;font-family:Inter,Arial,sans-serif}.admin-login{text-align:center;background:#fff;border-radius:16px;flex-direction:column;gap:14px;max-width:340px;margin:18vh auto 0;padding:34px 28px;display:flex;box-shadow:0 20px 50px -24px #0000004d}.admin-login h1{font-family:Noto Serif JP,serif;font-size:26px}.admin-login p{color:#666;font-size:14px;line-height:1.5}.admin-login input{border:1px solid #0003;border-radius:9px;padding:12px 14px;font-family:inherit;font-size:16px}.admin-login input:focus{border-color:#c81e2c;outline:none}.admin-pw-error{color:#c81e2c!important;font-size:13px!important}.admin-header{justify-content:space-between;align-items:center;max-width:1100px;margin:0 auto 22px;display:flex}.admin-header h1{font-family:Noto Serif JP,serif;font-size:24px}.admin-refresh{cursor:pointer;background:#fff;border:1px solid #00000026;border-radius:8px;padding:9px 16px;font-family:inherit;font-size:14px}.admin-refresh:hover{background:#f0f0f0}.admin-section-title{text-transform:uppercase;letter-spacing:.08em;color:#888;max-width:1100px;margin:0 auto 12px;font-size:14px}.admin-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;max-width:1100px;margin:0 auto 30px;display:grid}.admin-order{background:#fff;border-left:5px solid #c81e2c;border-radius:14px;padding:18px;box-shadow:0 8px 22px -14px #00000040}.admin-order.status-ready{opacity:.9;border-left-color:#2e7d32}.admin-order-head{justify-content:space-between;align-items:flex-start;margin-bottom:12px;display:flex}.admin-order-name{font-size:16px;font-weight:700;display:block}.admin-order-number{color:#c81e2c;margin-bottom:2px;font-family:Noto Serif JP,serif;font-size:18px;font-weight:900;display:inline-block}.admin-order-phone{color:#c81e2c;font-size:13px;text-decoration:none}.admin-order-time{color:#999;white-space:nowrap;font-size:12px}.admin-order-items{flex-direction:column;gap:5px;margin:0 0 14px;padding:0;list-style:none;display:flex}.admin-order-items li{font-size:14px}.admin-qty{color:#c81e2c;font-weight:700}.admin-order-foot{justify-content:space-between;align-items:center;display:flex}.admin-order-total{font-size:17px;font-weight:700}.admin-btn{cursor:pointer;color:#fff;border:none;border-radius:9px;padding:11px 20px;font-family:inherit;font-size:14px;font-weight:600}.admin-btn.ready{background:#c81e2c}.admin-btn.ready:hover{background:#a8121f}.admin-btn.collected{background:#2e7d32}.admin-btn.collected:hover{background:#1b5e20}.admin-btn:disabled{opacity:.5;cursor:default}.admin-order-flag{color:#2e7d32;text-align:center;background:#e8f5e9;border-radius:7px;margin-top:12px;padding:7px 10px;font-size:12.5px}.admin-warn{color:#856404;background:#fff3cd;border-radius:10px;max-width:1100px;margin:0 auto 18px;padding:12px 16px;font-size:14px;line-height:1.5}.admin-empty{text-align:center;color:#888;max-width:1100px;margin:40px auto;font-size:15px}.status-shell{color:#1a1a1a;cursor:auto;background:linear-gradient(#fffdfb 0%,#f6e9e5 100%);justify-content:center;align-items:flex-start;min-height:100vh;padding:24px 16px 60px;font-family:Inter,Arial,sans-serif;display:flex}.status-card{background:#fff;border-radius:18px;width:100%;max-width:440px;margin-top:24px;overflow:hidden;box-shadow:0 20px 50px -24px #00000047}.status-header{color:#fff;text-align:center;background:#c81e2c;padding:24px}.status-header h1{margin:0;font-family:Noto Serif JP,serif;font-size:24px}.status-header p{letter-spacing:3px;text-transform:uppercase;opacity:.9;margin:6px 0 0;font-size:12px}.status-loading,.status-error{text-align:center;color:#666;padding:40px 24px}.status-error-sub{color:#999;margin-top:8px;font-size:13px}.status-number-badge{background:#fdf0f1;border:1.5px dashed #c81e2c;border-radius:12px;flex-direction:column;align-items:center;gap:3px;margin:24px 24px 20px;padding:18px;display:flex}.status-number-label{letter-spacing:1.5px;text-transform:uppercase;color:#a8121f;font-size:11px}.status-number-value{color:#c81e2c;font-family:Noto Serif JP,serif;font-size:40px;font-weight:900;line-height:1}.status-ready-banner{color:#2e7d32;text-align:center;background:#e8f5e9;border-radius:10px;margin:0 24px 20px;padding:14px;font-size:15px;font-weight:600}.status-collected-banner{color:#555;text-align:center;background:#f0f0f0;border-radius:10px;margin:0 24px 20px;padding:14px;font-size:15px;font-weight:600}.status-steps{flex-direction:column;gap:0;padding:0 24px;display:flex}.status-step{align-items:flex-start;gap:14px;padding-bottom:22px;display:flex;position:relative}.status-step:not(:last-child):before{content:"";background:#e5e5e5;width:2px;position:absolute;top:32px;bottom:0;left:15px}.status-step.done:not(:last-child):before{background:#2e7d32}.status-step-dot{color:#999;z-index:1;background:#eee;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;font-weight:700;display:flex}.status-step.done .status-step-dot{color:#fff;background:#2e7d32}.status-step.active .status-step-dot{color:#fff;background:#c81e2c;box-shadow:0 0 0 4px #c81e2c26}.status-step-text{flex-direction:column;gap:2px;padding-top:5px;display:flex}.status-step-label{font-size:15px;font-weight:600}.status-step.active .status-step-label{color:#c81e2c}.status-step-sub{color:#999;font-size:12.5px}.status-items{background:#faf7f5;border-radius:12px;margin:6px 24px 0;padding:16px}.status-items-title{letter-spacing:.08em;text-transform:uppercase;color:#999;margin-bottom:10px;font-size:12px;display:block}.status-item-row{justify-content:space-between;padding:5px 0;font-size:14px;display:flex}.status-item-qty{color:#c81e2c;font-weight:700}.status-item-total{border-top:1px solid #e5e5e5;justify-content:space-between;margin-top:8px;padding-top:12px;font-size:15px;font-weight:700;display:flex}.status-refresh-note{color:#999;text-align:center;padding:18px 28px 8px;font-size:12.5px;line-height:1.5}.status-home-link{text-align:center;color:#c81e2c;padding:8px 24px 28px;font-size:14px;text-decoration:none;display:block}.status-home-link:hover{text-decoration:underline}
