@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&family=Outfit:wght@300;400;500;600;700;800&display=swap";:root{--bg-gradient:linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);--body-bg:#f1f5f9;--panel-bg:#ffffffb3;--panel-border:#00000014;--text-primary:#1e293b;--text-secondary:#475569;--text-muted:#94a3b8;--status-empty:#059669;--status-empty-glow:#05966926;--status-normal:#2563eb;--status-normal-glow:#2563eb26;--status-crowded:#d97706;--status-crowded-glow:#d9770626;--status-very-crowded:#dc2626;--status-very-crowded-glow:#dc262626;--header-bg:#f1f5f980;--input-bg:#fffc;--th-bg:#f1f5f9cc;--card-shadow:0 8px 32px 0 #1f268714;--btn-secondary-bg:#0000000d;--btn-secondary-hover:#00000014;--location-bg:#0000000d;--token-bg:#00000008;--font-sans:"Outfit", "Noto Sans JP", sans-serif;font-family:var(--font-sans);background:var(--bg-gradient);color:var(--text-primary);box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;margin:0;padding:0}[data-theme=dark]{--bg-gradient:linear-gradient(135deg, #0a0c16 0%, #06070d 100%);--body-bg:#06070d;--panel-bg:#16192bb3;--panel-border:#ffffff14;--text-primary:#f3f4f6;--text-secondary:#9ca3af;--text-muted:#6b7280;--status-empty:#10b981;--status-empty-glow:#10b98133;--status-normal:#3b82f6;--status-normal-glow:#3b82f633;--status-crowded:#f59e0b;--status-crowded-glow:#f59e0b33;--status-very-crowded:#ef4444;--status-very-crowded-glow:#ef444433;--header-bg:#0a0c1680;--input-bg:#0a0c1699;--th-bg:#0a0c16b3;--card-shadow:0 8px 32px 0 #0000005e;--btn-secondary-bg:#ffffff14;--btn-secondary-hover:#ffffff1f;--location-bg:#ffffff0d;--token-bg:#ffffff0a}body{background:var(--body-bg);color:var(--text-primary);margin:0;transition:background .3s,color .3s}*{box-sizing:border-box}.glass-panel{background:var(--panel-bg);border:1px solid var(--panel-border);-webkit-backdrop-filter:blur(16px);box-shadow:var(--card-shadow);border-radius:16px}header{text-align:center;border-bottom:1px solid var(--panel-border);background:var(--header-bg);margin-bottom:2rem;padding:2rem 1.5rem}.logo-text{background:linear-gradient(90deg,#c084fc,#6366f1);-webkit-text-fill-color:transparent;letter-spacing:-.5px;-webkit-background-clip:text;margin:0;font-size:2.5rem;font-weight:800}.logo-subtitle{color:var(--text-secondary);margin-top:.5rem;font-size:.95rem;font-weight:400}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem 3rem}.booth-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-top:1.5rem;display:grid}.booth-card{cursor:pointer;padding:1.5rem;transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.booth-card:hover{box-shadow:var(--card-shadow), 0 0 15px #6366f126;border-color:var(--panel-border);transform:translateY(-4px)}.booth-name{color:var(--text-primary);margin:0 0 .5rem;font-size:1.25rem;font-weight:700}.booth-location{color:var(--text-secondary);background:var(--location-bg);border-radius:999px;align-items:center;gap:.25rem;margin-bottom:1rem;padding:.25rem .6rem;font-size:.85rem;display:inline-flex}.booth-status-section{border-top:1px solid var(--panel-border);justify-content:space-between;align-items:center;margin-top:auto;padding-top:1rem;display:flex}.status-badge{text-transform:uppercase;border-radius:8px;align-items:center;gap:.5rem;padding:.4rem .8rem;font-size:.95rem;font-weight:700;display:inline-flex}.status-badge.empty{color:var(--status-empty);background:var(--status-empty-glow)}.status-badge.normal{color:var(--status-normal);background:var(--status-normal-glow)}.status-badge.crowded{color:var(--status-crowded);background:var(--status-crowded-glow)}.status-badge.very-crowded{color:var(--status-very-crowded);background:var(--status-very-crowded-glow)}.status-dot{border-radius:50%;width:8px;height:8px;animation:2s infinite alternate pulse;box-shadow:0 0 8px}.waiting-time{color:var(--text-primary);font-size:1.1rem;font-weight:800}.waiting-time span{color:var(--text-secondary);margin-left:2px;font-size:.75rem;font-weight:400}button,.btn{color:#fff;cursor:pointer;background:linear-gradient(90deg,#6366f1,#a855f7);border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:opacity .2s,transform .1s;display:inline-flex}button:hover,.btn:hover{opacity:.9}button:active,.btn:active{transform:scale(.98)}button.secondary{background:var(--btn-secondary-bg);border:1px solid var(--panel-border);color:var(--text-primary)}button.secondary:hover{background:var(--btn-secondary-hover)}button.danger{background:linear-gradient(90deg,#ef4444,#dc2626)}.search-filter-bar{flex-wrap:wrap;gap:1rem;margin-bottom:2rem;display:flex}.search-input-wrapper{flex:1;min-width:250px;position:relative}.search-input{background:var(--panel-bg);border:1px solid var(--panel-border);width:100%;color:var(--text-primary);border-radius:8px;outline:none;padding:.75rem 1rem .75rem 2.5rem;font-size:.95rem;transition:border-color .2s}.search-input:focus{border-color:#6366f1;box-shadow:0 0 10px #6366f140}.search-icon{color:var(--text-secondary);pointer-events:none;position:absolute;top:50%;left:.9rem;transform:translateY(-50%)}.filter-select{background:var(--panel-bg);border:1px solid var(--panel-border);color:var(--text-primary);cursor:pointer;border-radius:8px;outline:none;padding:.75rem 1.5rem;font-size:.95rem}.filter-select:focus{border-color:#6366f1}.form-group{text-align:left;margin-bottom:1.5rem}.form-label{color:var(--text-secondary);margin-bottom:.5rem;font-size:.9rem;font-weight:500;display:block}.form-input{background:var(--input-bg);border:1px solid var(--panel-border);width:100%;color:var(--text-primary);border-radius:8px;outline:none;padding:.75rem 1rem;font-size:1rem}.form-input:focus{border-color:#6366f1}.status-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}@media (width>=640px){.status-grid{grid-template-columns:repeat(4,1fr)}}.status-option{border:2px solid var(--panel-border);cursor:pointer;text-align:center;border-radius:12px;flex-direction:column;align-items:center;padding:1rem .5rem;font-weight:700;transition:all .2s;display:flex;position:relative}.status-option input{opacity:0;cursor:pointer;position:absolute}.status-option.empty{color:var(--status-empty)}.status-option.normal{color:var(--status-normal)}.status-option.crowded{color:var(--status-crowded)}.status-option.very-crowded{color:var(--status-very-crowded)}.status-option.empty:hover,.status-option.empty.checked{background:var(--status-empty-glow);border-color:var(--status-empty);box-shadow:0 0 12px var(--status-empty-glow)}.status-option.normal:hover,.status-option.normal.checked{background:var(--status-normal-glow);border-color:var(--status-normal);box-shadow:0 0 12px var(--status-normal-glow)}.status-option.crowded:hover,.status-option.crowded.checked{background:var(--status-crowded-glow);border-color:var(--status-crowded);box-shadow:0 0 12px var(--status-crowded-glow)}.status-option.very-crowded:hover,.status-option.very-crowded.checked{background:var(--status-very-crowded-glow);border-color:var(--status-very-crowded);box-shadow:0 0 12px var(--status-very-crowded-glow)}.status-option-label{margin-top:.25rem;font-size:1.05rem}@keyframes pulse{0%{opacity:.7;transform:scale(.9)}to{opacity:1;transform:scale(1.1)}}.text-center{text-align:center}.mt-4{margin-top:1rem}.mb-4{margin-bottom:1rem}.mr-2{margin-right:.5rem}.admin-table-wrapper{border:1px solid var(--panel-border);border-radius:12px;overflow-x:auto}.admin-table{border-collapse:collapse;text-align:left;background:var(--panel-bg);width:100%}.admin-table th,.admin-table td{border-bottom:1px solid var(--panel-border);padding:1rem}.admin-table th{background:var(--th-bg);color:var(--text-secondary);text-transform:uppercase;font-size:.85rem;font-weight:600}.admin-table tr:last-child td{border-bottom:none}.token-link-copy{background:var(--token-bg);border:1px solid var(--panel-border);text-overflow:ellipsis;white-space:nowrap;border-radius:6px;align-items:center;gap:.5rem;max-width:280px;padding:.4rem .8rem;font-family:monospace;font-size:.85rem;display:flex;overflow:hidden}.token-link-copy button{color:#c084fc;background:#6366f133;border:1px solid #6366f166;padding:.25rem .5rem;font-size:.75rem}.toast{color:#fff;z-index:1000;background:#10b981;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;animation:.3s cubic-bezier(.16,1,.3,1) slideIn;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 12px #0000004d}@keyframes slideIn{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}.update-time-info{color:var(--text-muted);margin-top:.25rem;font-size:.75rem}.theme-toggle-btn{background:var(--panel-bg);border:1px solid var(--panel-border);color:var(--text-primary);cursor:pointer;box-shadow:var(--card-shadow);z-index:100;border-radius:999px;justify-content:center;align-items:center;width:40px;height:40px;padding:.5rem;font-size:1.2rem;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:1.5rem;right:1.5rem}.theme-toggle-btn:hover{background:var(--btn-secondary-hover);transform:scale(1.08)rotate(15deg)}header{position:relative}
