*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--primary:#6366f1;--primary-dark:#4f46e5;--primary-light:#818cf8;--bg:#f8fafc;--bg-card:#fff;--bg-dark:#1e1b4b;--text:#1e293b;--text-secondary:#64748b;--text-light:#94a3b8;--border:#e2e8f0;--danger:#ef4444;--success:#22c55e;--warning:#f59e0b;--radius:12px;--radius-sm:8px;--shadow:0 1px 3px #00000014;--shadow-lg:0 4px 12px #0000001f;--nav-height:72px;--safe-bottom:env(safe-area-inset-bottom,0px)}html{-webkit-text-size-adjust:100%;font-size:16px}body{background:var(--bg);color:var(--text);overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;min-height:100dvh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Noto Sans JP,sans-serif;line-height:1.6}#root{min-height:100dvh;padding-bottom:calc(var(--nav-height) + var(--safe-bottom))}a{color:var(--primary);text-decoration:none}button{cursor:pointer;font-family:inherit;font-size:inherit;background:0 0;border:none}input,textarea,select{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-card);color:var(--text);width:100%;padding:10px 12px;font-family:inherit;font-size:16px}input:focus,textarea:focus,select:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #6366f126}.page{max-width:640px;margin:0 auto;padding:16px}.page-fade-in{animation:.32s both pageFadeIn}@keyframes pageFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.card{background:var(--bg-card);border-radius:var(--radius);box-shadow:var(--shadow);margin-bottom:12px;padding:16px}.btn{border-radius:var(--radius-sm);justify-content:center;align-items:center;gap:6px;min-height:44px;padding:10px 20px;font-size:.95rem;font-weight:600;transition:all .15s;display:inline-flex}.btn-primary{background:var(--primary)}.btn-primary:hover{background:var(--primary-dark)}.btn-primary:disabled{background:var(--text-light);cursor:not-allowed}.btn-secondary{background:var(--bg);color:var(--text);border:1px solid var(--border)}.btn-danger{background:var(--danger)}.btn-sm{min-height:36px;padding:6px 12px;font-size:.85rem}.btn-block{width:100%;display:flex}.text-secondary{color:var(--text-secondary)}.text-sm{font-size:.85rem}.mt-2{margin-top:8px}.mt-4{margin-top:16px}.mb-2{margin-bottom:8px}.mb-4{margin-bottom:16px}.gap-2{gap:8px}.gap-3{gap:12px}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.flex-1{flex:1}.flex-wrap{flex-wrap:wrap}.offline-banner{background:var(--warning);color:#000;text-align:center;z-index:100000;padding:6px;font-size:.85rem;font-weight:600;position:fixed;top:0;left:0;right:0}.admin-preview-banner{text-align:center;z-index:100001;background:#7c3aed;justify-content:center;align-items:center;gap:8px;padding:6px 12px;font-size:.85rem;font-weight:600;display:flex;position:fixed;top:0;left:0;right:0}.admin-preview-banner button{color:#333;background:#ffffffe6;border-radius:4px;padding:2px 10px;font-size:.8rem}.navbar{height:calc(var(--nav-height) + var(--safe-bottom));padding-bottom:var(--safe-bottom);background:var(--bg-card);border-top:1px solid var(--border);z-index:500;justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0}.nav-item{color:var(--text-light);flex-direction:column;align-items:center;gap:2px;min-width:64px;padding:6px 12px;font-size:.7rem;font-weight:500;transition:color .15s;display:flex}.nav-item.active{color:var(--primary)}.nav-item svg{width:24px;height:24px}.nav-center-btn{background:var(--bg-dark);border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin-top:-20px;transition:transform .15s;display:flex;box-shadow:0 2px 8px #0003}.nav-center-btn:active{transform:scale(.95)}.nav-center-btn img{border-radius:50%;width:32px;height:32px}.slide-switch{background:var(--bg);border-radius:999px;gap:2px;padding:3px;display:flex}.slide-switch button{color:var(--text-secondary);border-radius:999px;flex:1;padding:8px 16px;font-size:.85rem;font-weight:600;transition:all .2s}.slide-switch button.active{background:var(--bg-card);color:var(--primary);box-shadow:var(--shadow)}.skeleton{border-radius:var(--radius-sm);background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%) 0 0/200% 100%;animation:1.5s infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.toggle-header{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.toggle-header h3{font-size:1rem;font-weight:600}.toggle-arrow{color:var(--text-light);font-size:.85rem;transition:transform .2s}.toggle-arrow.open{transform:rotate(180deg)}.fullscreen-overlay{z-index:100002;background:#000000f2;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.fullscreen-overlay img,.fullscreen-overlay video{object-fit:contain;max-width:100%;max-height:100%}.fullscreen-close{z-index:100003;cursor:pointer;-webkit-tap-highlight-color:transparent;color:#333;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.5rem;display:flex;position:absolute;top:16px;right:16px}@media (width<=768px){.karte-form-overlay{background:var(--bg);z-index:100003;-webkit-overflow-scrolling:touch;position:fixed;inset:0;overflow-y:auto}}@media (width>=769px){.karte-form-overlay{z-index:100003;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.karte-form-modal{background:var(--bg-card);border-radius:var(--radius);box-shadow:var(--shadow-lg);width:90%;max-width:560px;max-height:90vh;padding:24px;overflow-y:auto}}.fab{bottom:calc(var(--nav-height) + var(--safe-bottom) + 20px);color:#fff;cursor:pointer;z-index:500;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:2rem;font-weight:300;transition:transform .2s,box-shadow .2s;display:flex;position:fixed;right:20px;box-shadow:0 4px 15px #667eea66}.fab:active{transform:scale(.9);box-shadow:0 2px 8px #667eea4d}.spinner{border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;width:32px;height:32px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.loading-center{justify-content:center;align-items:center;padding:40px;display:flex}@media (width>=769px){.page{max-width:720px;padding:24px}}
