.AppShell-module__ESxl6G__viewport{background:var(--surface-3);justify-content:center;min-height:100dvh;display:flex}.AppShell-module__ESxl6G__shell{width:100%;max-width:var(--shell-w);background:var(--bg);min-height:100dvh;box-shadow:var(--shadow-2);flex-direction:column;display:flex;position:relative}.AppShell-module__ESxl6G__content{padding-bottom:calc(var(--nav-h) + env(safe-area-inset-bottom,0px));flex:1}.AppShell-module__ESxl6G__contentBare{flex:1}.AppShell-module__ESxl6G__nav{width:100%;max-width:var(--shell-w);height:calc(var(--nav-h) + env(safe-area-inset-bottom,0px));padding-bottom:env(safe-area-inset-bottom,0px);background:color-mix(in srgb, var(--bg) 88%, transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-top:1px solid var(--border);z-index:40;grid-template-columns:1fr auto 1fr;align-items:center;display:grid;position:fixed;bottom:0}.AppShell-module__ESxl6G__navItem{color:var(--ink-3);letter-spacing:-.01em;flex-direction:column;align-items:center;gap:3px;padding:8px 0;font-size:11px;transition:color .15s;display:flex}.AppShell-module__ESxl6G__navItemActive{color:var(--ink);font-weight:600}.AppShell-module__ESxl6G__fab{background:var(--rec);color:#fff;width:54px;height:54px;box-shadow:var(--shadow-2);border-radius:50%;place-items:center;transition:transform .15s,background .15s;display:grid}.AppShell-module__ESxl6G__fab:active{transform:scale(.94)}.AppShell-module__ESxl6G__fabRec{animation:1.6s ease-in-out infinite AppShell-module__ESxl6G__fabPulse}@keyframes AppShell-module__ESxl6G__fabPulse{0%,to{box-shadow:0 0 0 0 color-mix(in srgb, var(--rec) 45%, transparent)}50%{box-shadow:0 0 0 10px #0000}}.AppShell-module__ESxl6G__floating{bottom:calc(var(--nav-h) + env(safe-area-inset-bottom,0px) + 10px);width:calc(min(100%, var(--shell-w)) - 24px);background:var(--ink);color:var(--bg);box-shadow:var(--shadow-2);z-index:50;border-radius:999px;align-items:center;gap:10px;padding:8px 8px 8px 14px;display:flex;position:fixed;left:50%;transform:translate(-50%)}.AppShell-module__ESxl6G__floatingPulse{background:var(--rec);border-radius:50%;flex-shrink:0;width:9px;height:9px;animation:1.6s ease-in-out infinite AppShell-module__ESxl6G__pulse}@keyframes AppShell-module__ESxl6G__pulse{0%,to{opacity:1}50%{opacity:.28}}.AppShell-module__ESxl6G__floatingTime{font-family:var(--mono);font-variant-numeric:tabular-nums;letter-spacing:.01em;font-size:14px}.AppShell-module__ESxl6G__floatingSpacer{flex:1}.AppShell-module__ESxl6G__floatingCc{background:color-mix(in srgb, var(--bg) 16%, transparent);height:32px;color:var(--bg);border-radius:999px;align-items:center;gap:5px;padding:0 11px;font-size:12px;font-weight:600;transition:background .15s;display:flex}.AppShell-module__ESxl6G__floatingCcOff{opacity:.5}.AppShell-module__ESxl6G__floatingBtn{background:color-mix(in srgb, var(--bg) 16%, transparent);width:34px;height:34px;color:var(--bg);border-radius:50%;place-items:center;display:grid}.AppShell-module__ESxl6G__floatingStop{background:var(--rec);color:#fff}@media (min-width:1080px){.AppShell-module__ESxl6G__viewport{background:var(--bg)}.AppShell-module__ESxl6G__shell{max-width:none;box-shadow:none}.AppShell-module__ESxl6G__content{padding-bottom:0}.AppShell-module__ESxl6G__nav{display:none}.AppShell-module__ESxl6G__floating{max-width:560px;bottom:24px}}
:root{--bg:#fbfbfa;--surface:#fff;--surface-2:#f4f4f2;--surface-3:#ecebe8;--border:#e6e5e1;--border-strong:#d3d2cd;--ink:#17171a;--ink-2:#56565e;--ink-3:#8b8b93;--accent:#2b6cf6;--accent-soft:#e8f0fe;--rec:#e5484d;--rec-soft:#fdeceb;--ok:#17806a;--ok-soft:#e3f3ee;--warn:#a86a0a;--warn-soft:#fbf0dc;--radius:14px;--radius-sm:10px;--radius-lg:20px;--shadow-1:0 1px 2px #0000000a, 0 1px 3px #0000000f;--shadow-2:0 4px 16px #0000001a;--shadow-3:0 -2px 24px #0000001f;--shell-w:460px;--nav-h:68px;--font:-apple-system, BlinkMacSystemFont, "Pretendard", "Apple SD Gothic Neo", "Hiragino Sans", "Segoe UI", system-ui, sans-serif;--mono:ui-monospace, "SF Mono", "JetBrains Mono", Menlo, monospace}@media (prefers-color-scheme:dark){:root{--bg:#0e0e10;--surface:#17171a;--surface-2:#1e1e22;--surface-3:#26262b;--border:#2a2a30;--border-strong:#3a3a42;--ink:#f3f3f4;--ink-2:#a9a9b2;--ink-3:#74747e;--accent:#5b8dff;--accent-soft:#17233d;--rec:#ff6b6b;--rec-soft:#3a1e20;--ok:#4fc3a1;--ok-soft:#14302a;--warn:#e0a648;--warn-soft:#33270f;--shadow-1:0 1px 2px #0006;--shadow-2:0 4px 16px #00000080;--shadow-3:0 -2px 24px #0009}}*,:before,:after{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--surface-3);color:var(--ink);font-family:var(--font);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-size:15px;line-height:1.55}button{font:inherit;color:inherit;cursor:pointer;background:0 0;border:none;padding:0}input,textarea{font:inherit;color:inherit}a{color:inherit;text-decoration:none}h1,h2,h3,h4,p{margin:0}ul,ol{margin:0;padding:0;list-style:none}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:6px}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.srOnly{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
