:root{--bg:#f4eeff;--card:#fff;--ink:#3b2a5a;--muted:#8c7fa8;--pink:#ff5fa2;--violet:#8f5cff;--mint:#3ed6b0;--sun:#ffc83d;--grape:#b07cff;--shadow:0 8px 0 #ddd0ff;--grad-candy:linear-gradient(135deg, var(--violet), var(--pink));--surface:var(--card);--surface-sunken:#efe6ff;--fg:var(--ink);--fg-muted:var(--muted);--fg-subtle:#a99bc0;--accent:var(--pink);--accent-2:var(--violet);--accent-fg:#fff;--border:#e4d9f6;--border-strong:#d3c3ee;--danger:#d43a5a;--badge-purchased-bg:#dff5ea;--badge-purchased-fg:#0b4a3a;--shadow-sm:0 4px 0 #ddd0ff;--shadow-md:0 8px 0 #ddd0ff;--radius-sm:.6rem;--radius-md:.95rem;--radius-lg:1.35rem;--radius-pill:999px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;font-family:Zen Maru Gothic,system-ui,sans-serif}*{box-sizing:border-box}body{background:var(--bg);color:var(--fg);margin:0}button{font:inherit;color:inherit;cursor:pointer;background:0 0;border:none;padding:0}input,textarea{font:inherit;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);width:100%;color:var(--fg);padding:.55rem .7rem}input:focus-visible,textarea:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.app{max-width:480px;padding:0 16px calc(6.5rem + env(safe-area-inset-bottom));margin:0 auto;overflow-x:clip}.app-header{padding:calc(8px + env(safe-area-inset-top)) 4px 14px}.app-header h1{letter-spacing:.02em;background:linear-gradient(90deg, var(--violet), var(--pink));color:#0000;-webkit-background-clip:text;background-clip:text;align-items:center;gap:8px;margin:0;font-size:28px;font-weight:900;display:flex}.logo-candy{flex:none;width:30px;height:30px;transform:rotate(-12deg)}.chip-bar{scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:8px;padding:4px 2px 12px;display:flex;overflow-x:auto}.chip-bar::-webkit-scrollbar{display:none}.chip{border-radius:var(--radius-pill);color:var(--ink);white-space:nowrap;background:#fff;border:none;flex:none;padding:8px 16px;font-size:14px;font-weight:700;box-shadow:0 4px #ddd0ff}.chip-on{background:var(--grad-candy);color:#fff;box-shadow:0 4px #b03c7a}.chip-tag{background:#fff5d6;box-shadow:0 4px #f2d98f}.chip-tag.chip-on{background:var(--sun);color:#5a3e00;box-shadow:0 4px #d9a400}.chip-static{cursor:default}.summary-line{color:var(--muted);align-items:baseline;gap:8px;padding:2px 6px 14px;font-size:13px;font-weight:700;display:flex}.summary-line b{color:var(--ink);font-size:22px;font-weight:900}.summary-missing{color:var(--muted)}.item-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.item-card{text-align:left;background:var(--card);box-shadow:var(--shadow);border-radius:22px;flex-direction:column;padding:8px 8px 12px;display:flex;position:relative}.item-grid>.item-card:nth-child(odd){transform:rotate(-1deg)}.item-grid>.item-card:nth-child(2n){transform:rotate(1deg)}.item-card-new{outline:4px solid var(--pink);outline-offset:-2px}.item-card-lost{opacity:.45}.item-thumb{aspect-ratio:1;background:var(--surface-sunken);border-radius:16px;justify-content:center;align-items:center;display:flex;overflow:hidden}.item-thumb img{object-fit:cover;width:100%;height:100%}.item-thumb-placeholder{color:var(--fg-subtle);font-size:2.2rem;font-weight:900}.item-badge{z-index:1;color:#fff;border:2px solid #fff;border-radius:10px;padding:5px 10px;font-size:11px;font-weight:900;position:absolute;top:-8px;left:-6px;transform:rotate(-6deg);box-shadow:0 3px #00000026}.badge-on-sale{background:var(--mint);color:#0b4a3a}.badge-upcoming{background:var(--sun);color:#5a3e00}.badge-just-released{background:var(--pink)}.badge-lottery{background:var(--grape)}.badge-won{background:var(--pink)}.badge-all-lost{background:#c9c0da}.badge-purchased{background:var(--mint);color:#0b4a3a}.item-card-body{flex-direction:column;display:flex}.item-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:10px 4px 2px;font-size:14px;font-weight:700;line-height:1.35;display:-webkit-box;overflow:hidden}.item-meta{color:var(--muted);justify-content:space-between;align-items:center;margin:0 4px;font-size:12px;font-weight:700;display:flex}.item-price{color:var(--ink);white-space:nowrap}.item-price-missing{color:var(--muted);white-space:nowrap}.item-qty{color:var(--muted);margin-left:.15rem;font-weight:700}.empty-note{text-align:center;color:var(--muted);flex-direction:column;align-items:center;gap:1rem;padding:3.5rem 1rem;font-weight:700;display:flex}.empty-note .logo-candy{width:96px;height:96px}.fab{right:20px;bottom:calc(24px + env(safe-area-inset-bottom));background:var(--grad-candy);color:#fff;border-radius:50%;place-items:center;width:64px;height:64px;font-size:34px;font-weight:900;line-height:1;display:grid;position:fixed;box-shadow:0 8px #b03c7a,0 16px 30px #ff5fa266}.screen-header{z-index:5;padding:calc(.6rem + env(safe-area-inset-top)) .9rem .6rem;background:var(--bg);justify-content:space-between;align-items:center;gap:.6rem;display:flex;position:sticky;top:0}.screen-header h2{margin:0;font-size:1.05rem}.screen-header-actions{gap:.9rem;display:flex}.link-button{color:var(--accent);font-size:.92rem}.link-button.danger{color:var(--danger)}.primary-button{background:var(--grad-candy);color:#fff;border-radius:var(--radius-pill);padding:.45rem 1.1rem;font-weight:900;box-shadow:0 4px #b03c7a}.primary-button:disabled{opacity:.4}.chip-button{border-radius:var(--radius-pill);color:var(--ink);background:#fff;border:none;padding:.4rem .85rem;font-size:.88rem;font-weight:700;text-decoration:none;display:inline-block;box-shadow:0 4px #ddd0ff}.form-screen,.detail-screen{max-width:40rem;padding-bottom:calc(3rem + env(safe-area-inset-bottom));margin:0 auto}.form-body,.detail-body{flex-direction:column;gap:1rem;padding:0 .9rem;display:flex}.form-section{flex-direction:column;gap:.4rem;display:flex}.form-label{color:var(--fg-muted);font-size:.8rem;font-weight:600}.form-grid{grid-template-columns:1fr 1fr;gap:.8rem;display:grid}.form-grid>div{flex-direction:column;gap:.4rem;display:flex}.form-error{color:var(--danger);margin:0;font-size:.8rem}.toggle-row{justify-content:space-between;align-items:center;font-weight:600;display:flex}.toggle-row input{width:1.3rem;height:1.3rem;accent-color:var(--accent)}.image-picker{flex-direction:column;gap:.5rem;display:flex}.image-preview{border-radius:var(--radius-md);background:var(--surface-sunken);justify-content:center;align-items:center;width:7rem;height:7rem;display:flex;overflow:hidden}.image-preview img{object-fit:cover;width:100%;height:100%}.image-preview-note{color:var(--fg-subtle);text-align:center;font-size:.75rem}.image-buttons{flex-wrap:wrap;gap:.5rem;display:flex}.tag-row{flex-wrap:wrap;gap:.4rem;display:flex}.tag-input-row{gap:.5rem;display:flex}.tag-input-row input{flex:1}.stepper{border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);align-items:center;gap:.2rem;width:fit-content;display:flex}.stepper button{width:2.4rem;height:2.4rem;color:var(--accent);font-size:1.15rem}.stepper span{text-align:center;min-width:1.8rem;font-weight:700}.lottery-editor{background:var(--surface-sunken);border-radius:var(--radius-md);flex-direction:column;gap:.7rem;padding:.7rem;display:flex}.lottery-draft{background:var(--surface);border-radius:var(--radius-sm);box-shadow:var(--shadow-sm);flex-direction:column;gap:.45rem;padding:.6rem;display:flex}.lottery-draft-head{align-items:center;gap:.5rem;display:flex}.lottery-draft-dates{grid-template-columns:1fr 1fr 4.5rem;gap:.5rem;display:grid}.lottery-draft-dates label{color:var(--fg-muted);flex-direction:column;gap:.2rem;font-size:.72rem;display:flex}.detail-image{border-radius:var(--radius-lg);background:var(--surface-sunken);justify-content:center;max-height:60vh;display:flex;overflow:hidden}.detail-image img{object-fit:contain;max-width:100%;max-height:60vh}.detail-title{margin:0;font-size:1.2rem;line-height:1.35}.detail-meta{color:var(--fg-muted);flex-wrap:wrap;gap:.8rem;font-size:.9rem;display:flex}.detail-memo{white-space:pre-wrap;color:var(--fg-muted);margin:0;font-size:.9rem}.detail-link{align-self:flex-start}.detail-purchased-note{background:var(--badge-purchased-bg);color:var(--badge-purchased-fg);border-radius:var(--radius-md);align-items:center;gap:.7rem;padding:.6rem .8rem;font-size:.9rem;font-weight:600;display:flex}.buy-button{align-self:stretch;padding:.8rem;font-size:1rem}.lottery-list{flex-direction:column;gap:.6rem;display:flex}.lottery-list h3{color:var(--fg-muted);margin:0;font-size:.95rem}.lottery-entry{background:var(--surface);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);flex-direction:column;gap:.45rem;padding:.7rem .8rem;display:flex}.lottery-entry.state-lost{opacity:.55}.lottery-entry-head{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.entry-state{border-radius:var(--radius-pill);padding:.12rem .55rem;font-size:.75rem;font-weight:700}.entry-none{background:var(--surface-sunken);color:var(--fg-muted)}.entry-applied{background:var(--badge-lottery-bg);color:var(--badge-lottery-fg)}.entry-won{background:var(--badge-won-bg);color:var(--badge-won-fg)}.entry-lost{background:var(--badge-lost-bg);color:var(--badge-lost-fg)}.lottery-entry-meta{color:var(--fg-muted);flex-wrap:wrap;gap:.7rem;font-size:.8rem;display:flex}.lottery-entry-meta a{color:var(--accent)}.lottery-entry-actions{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.entry-purchased{color:var(--badge-purchased-fg);font-size:.82rem;font-weight:600}.won-input{flex-wrap:wrap;align-items:flex-end;gap:.5rem;display:flex}.won-input label{color:var(--fg-muted);flex-direction:column;gap:.2rem;font-size:.72rem;display:flex}.won-input input{width:4.5rem}.all-lost-note{color:var(--fg-subtle);margin:0;font-size:.85rem}.dialog-backdrop{z-index:20;background:#00000073;justify-content:center;align-items:center;padding:1.2rem;display:flex;position:fixed;inset:0}.dialog{background:var(--surface);border-radius:var(--radius-lg);width:100%;max-width:20rem;box-shadow:var(--shadow-md);flex-direction:column;gap:.8rem;padding:1.1rem 1.2rem;display:flex}.dialog h3{margin:0;font-size:1rem}.dialog label{color:var(--fg-muted);flex-direction:column;gap:.3rem;font-size:.8rem;font-weight:600;display:flex}.dialog-actions{justify-content:flex-end;align-items:center;gap:1rem;display:flex}.app-header{justify-content:space-between;align-items:center;display:flex}.icon-button{width:40px;height:40px;color:var(--muted);background:#fff;border-radius:14px;place-items:center;display:grid;box-shadow:0 4px #ddd0ff}.icon-button svg{width:1.4rem;height:1.4rem}.settings-section{background:var(--surface);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);flex-direction:column;gap:.6rem;padding:.9rem 1rem;display:flex}.settings-section h3{margin:0;font-size:.95rem}.settings-note{color:var(--fg-muted);margin:0;font-size:.82rem}.settings-buttons{flex-wrap:wrap;align-items:center;gap:.8rem;display:flex}.settings-time{color:var(--fg-muted);align-items:center;gap:.6rem;font-size:.85rem;display:flex}.settings-time input{width:auto}.build-info{text-align:center;color:var(--fg-subtle);font-size:.72rem}.device-list{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.device-list li{background:var(--surface-sunken);border-radius:var(--radius-sm);justify-content:space-between;align-items:center;padding:.4rem .6rem;font-size:.85rem;display:flex}.date-row{align-items:center;gap:.5rem;display:flex}.date-row input{flex:1;min-width:0}.date-clear{border-radius:var(--radius-pill);color:var(--muted);background:#fff;flex:none;padding:.35rem .7rem;font-size:.8rem;font-weight:700;box-shadow:0 3px #ddd0ff}.url-input-row{align-items:center;gap:.5rem;display:flex}.url-input-row input{flex:1;min-width:0}.url-input-row .chip-button{white-space:nowrap;flex:none}.price-refresh{border-radius:var(--radius-pill);color:var(--violet);white-space:nowrap;background:#fff;margin-left:auto;padding:.3rem .8rem;font-size:12px;font-weight:700;box-shadow:0 3px #ddd0ff}.price-refresh:disabled{opacity:.6}.price-result{color:var(--muted);margin:-6px 6px 12px;font-size:12px;font-weight:700}
