:root{color-scheme:light dark;--bg: #ffffff;--bg-elevated: #f7f7f7;--fg: #111214;--muted: #666;--border: #e2e2e2;--accent: #333}@media (prefers-color-scheme: dark){:root{--bg: #101214;--bg-elevated: #1a1c1f;--fg: #f2f2f2;--muted: #999;--border: #2c2f33;--accent: #ddd}}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--fg);font-family:system-ui,-apple-system,Segoe UI,sans-serif;line-height:1.5}a{color:inherit}button{font:inherit;cursor:pointer}img{max-width:100%;display:block}.app-root{min-height:100vh;display:flex;flex-direction:column}.site-header{border-bottom:1px solid var(--border);background:var(--bg);position:sticky;top:0;z-index:10;transform:translateY(0);transition:transform .25s ease}.site-header.header-hidden{transform:translateY(-100%)}.site-header-inner{max-width:1100px;margin:0 auto;padding:.75rem 1rem;display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}.logo{font-size:1.25rem;font-weight:700;text-decoration:none;letter-spacing:.02em}.site-nav{display:flex;gap:1rem;flex-wrap:wrap}.site-nav a{text-decoration:none;color:var(--muted);font-size:.9rem}.site-nav a:hover{color:var(--fg)}.search-form{margin-left:auto;display:flex;gap:.5rem}.search-form input{padding:.4rem .6rem;border:1px solid var(--border);border-radius:6px;background:var(--bg-elevated);color:var(--fg);min-width:10rem}.search-form button{padding:.4rem .9rem;border:1px solid var(--border);border-radius:6px;background:var(--accent);color:var(--bg);border:none}.account-area{display:flex;align-items:center;gap:.6rem;font-size:.85rem}.account-name{text-decoration:none;font-weight:600}.btn-link{background:none;border:none;color:var(--muted);padding:0;text-decoration:underline}.btn-link:hover{color:var(--fg)}.main-content{flex:1;max-width:1100px;margin:0 auto;padding:1.5rem 1rem 3rem;width:100%}.view-list h1{font-size:1.1rem;font-weight:600;margin:0 0 1rem}.view-heading-row{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.view-heading-row h1{margin:0}.btn-again{padding:.4rem .9rem;border:1px solid var(--border);border-radius:6px;background:var(--bg-elevated);color:var(--fg)}.back-link{display:inline-block;margin-bottom:1rem;text-decoration:none;color:var(--muted);font-size:.9rem}.back-link:hover{color:var(--fg)}.box-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}.box-card{cursor:pointer}.box-card-thumb{position:relative;aspect-ratio:3 / 4;background:var(--bg-elevated);border-radius:8px;overflow:hidden}.box-card-thumb img{width:100%;height:100%;object-fit:cover}.box-card-noimage{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--muted);font-size:.85rem}.box-card-count{position:absolute;right:.4rem;bottom:.4rem;background:#0009;color:#fff;font-size:.75rem;padding:.1rem .4rem;border-radius:4px}.favorite-btn{position:absolute;left:.4rem;top:.4rem;background:#00000073;color:#fff;border:none;border-radius:50%;width:1.9rem;height:1.9rem;font-size:1rem;line-height:1;display:flex;align-items:center;justify-content:center}.favorite-btn.is-favorited{color:#f5c518}.preview-meta .favorite-btn{position:static;background:none;color:var(--muted);width:auto;height:auto;font-size:1.2rem}.preview-meta .favorite-btn.is-favorited{color:#f5c518}.box-card-title{margin-top:.4rem;font-size:.85rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.tag-chip-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.tag-chip{text-decoration:none;border:1px solid var(--border);border-radius:999px;padding:.3rem .8rem;font-size:.85rem;color:var(--fg)}.tag-chip:hover{background:var(--bg-elevated)}.pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.5rem}.pagination button{padding:.4rem .9rem;border:1px solid var(--border);border-radius:6px;background:var(--bg-elevated);color:var(--fg)}.pagination button:disabled{opacity:.4;cursor:default}.pagination-status{color:var(--muted);font-size:.85rem}.loading-state,.error-state,.empty-state{color:var(--muted);text-align:center;padding:3rem 1rem}.error-state{color:#c0392b}.preview-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;display:flex;align-items:flex-start;justify-content:center;padding:2rem 1rem;overflow-y:auto;z-index:100}.preview-panel{position:relative;background:var(--bg);border-radius:10px;max-width:900px;width:100%;padding:2rem 1.5rem 1.5rem}.preview-close{position:absolute;top:.75rem;right:.75rem;background:none;border:none;font-size:1.5rem;line-height:1;color:var(--muted);padding:.25rem .5rem}.preview-close:hover{color:var(--fg)}.preview-title{font-size:1.15rem;margin:0 0 .5rem;padding-right:2rem}.preview-meta{display:flex;align-items:center;gap:1rem;color:var(--muted);font-size:.85rem;margin-bottom:1rem}.preview-source{text-decoration:underline}.main-content-box{max-width:none;padding:0}.box-detail-header{max-width:1100px;margin:0 auto;padding:1.5rem 1rem 1rem}.box-detail-title{font-size:1.1rem;font-weight:600;margin:.5rem 0}.slideshow{padding:0}.slide-item{position:relative;width:100%;height:calc(100vh - 2px);height:calc(100dvh - 2px);margin-bottom:10px;background:#000;text-align:center}.slide-item img{width:100%;height:100%;object-fit:contain}.slide-no{position:absolute;left:0;top:0;background:#00000080;color:#fff;font-weight:700;min-width:30px;height:30px;padding:6px 8px;display:flex;align-items:center;justify-content:center;border-radius:0 0 6px}.slide-item.slide-end{height:30vh;background:#aaa;display:flex;align-items:center;justify-content:center}.slide-item.slide-end span{color:#fff;font-size:1.5rem}.cmd-bar{position:fixed;bottom:0;right:0;background:#000c;border-radius:10px 0 0;padding:.5rem .75rem;display:flex;gap:.75rem;z-index:200}.cmd-btn{background:none;border:none;color:#fff;font-size:1.3rem;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center}.cmd-btn.active{color:#f5c518}.thumb-panel{position:fixed;top:0;left:0;width:100%;height:0;overflow-y:auto;overscroll-behavior:none;background:var(--bg);z-index:300;transition:height .3s ease;box-shadow:0 1px 6px #0000004d}.thumb-panel.show{height:calc(100vh - 60px);height:calc(100dvh - 60px);border-bottom:2px solid var(--border)}.thumbs{display:grid;grid-template-columns:repeat(3,1fr)}@media (min-width: 700px){.thumbs{grid-template-columns:repeat(9,1fr)}}.thumb-item img{width:100%;aspect-ratio:3 / 4;object-fit:cover}.auth-panel{max-width:380px}.auth-form{display:flex;flex-direction:column;gap:.9rem;margin-top:.5rem}.auth-form label{display:flex;flex-direction:column;gap:.3rem;font-size:.85rem;color:var(--muted)}.auth-form input{padding:.5rem .6rem;border:1px solid var(--border);border-radius:6px;background:var(--bg-elevated);color:var(--fg);font-size:1rem}.auth-hint{font-size:.78rem;color:var(--muted)}.auth-error{padding:.6rem .8rem;text-align:left}.auth-submit{padding:.6rem 1rem;border:none;border-radius:6px;color:#fff;font-weight:600;background:linear-gradient(135deg,#4a4a4a,#1a1a1a)}@media (prefers-color-scheme: dark){.auth-submit{background:linear-gradient(135deg,#e2e2e2,#9a9a9a);color:#101214}}.help-panel{max-width:420px}.help-shortcut-list{display:grid;grid-template-columns:auto 1fr;gap:.4rem 1rem;margin:.75rem 0}.help-shortcut-list dt{font-weight:600;white-space:nowrap}.help-shortcut-list dd{margin:0;color:var(--muted)}@media (max-width: 600px){.site-header-inner{gap:.75rem}.search-form{margin-left:0;width:100%;order:3}.search-form input{flex:1}}
