:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--bg: #f8fafc;--text: #0f172a;--muted: #475569;--border: #e2e8f0;--card-bg: #ffffff;--nav-bg: rgba(255, 255, 255, .95);--link: #2563eb}@media(prefers-color-scheme:dark){:root{--bg: #020617;--text: #e5e7eb;--muted: #cbd5e1;--border: #1e293b;--card-bg: #0b1220;--nav-bg: rgba(2, 6, 23, .9);--link: #93c5fd}}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,Arial,sans-serif;background:var(--bg);color:var(--text)}a{color:var(--link);text-decoration:underline;text-underline-offset:2px}.app-root{min-height:100vh;display:flex;flex-direction:column}.app-content{flex:1;padding:1rem 1rem 5.2rem}section{max-width:720px;margin:0 auto}h1{font-size:1.25rem;margin:0 0 .75rem}p{line-height:1.6;margin:0 0 1rem}.muted{color:var(--muted);font-size:.9rem}.card{background:var(--card-bg);border:1px solid var(--border);border-radius:.9rem;padding:.9rem;margin-bottom:.75rem}.card-header{display:flex;justify-content:space-between;gap:.75rem;align-items:center}.card-title{min-width:0}.card-actions{display:flex;gap:.45rem;align-items:center}.pill{border:1px solid var(--border);border-radius:999px;padding:.15rem .5rem;font-size:.75rem;font-weight:800;opacity:.9;white-space:nowrap}.primary-button{width:100%;padding:.9rem 1rem;border-radius:.9rem;border:1px solid var(--border);background:var(--card-bg);color:var(--text);font-size:1rem;font-weight:900;cursor:pointer}.outline-btn{border:1px solid var(--border);background:transparent;color:var(--text);padding:.55rem .85rem;border-radius:.75rem;font-weight:900;cursor:pointer}.outline-btn.small{padding:.35rem .65rem;border-radius:.65rem}.select{width:100%;padding:.75rem .8rem;border-radius:.75rem;border:1px solid var(--border);background:var(--card-bg);color:var(--text);font-size:1rem}.tile{width:100%;text-align:left;padding:1rem;border-radius:1rem;border:1px solid var(--border);background:var(--card-bg);color:var(--text);margin-bottom:.75rem;cursor:pointer}.tile:active{opacity:.95}.tile-icon{font-size:1.4rem;margin-bottom:.35rem}.tile-title{font-weight:900;font-size:1.05rem;margin-bottom:.25rem}.tile-desc{color:var(--muted);font-size:.9rem}.bottom-nav{position:fixed;bottom:0;left:0;right:0;height:4.6rem;background:var(--nav-bg);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-top:1px solid var(--border);z-index:10;display:flex;justify-content:center}.bottom-nav-inner{width:100%;max-width:720px;height:100%;display:flex;padding:0 1rem}.bottom-nav-inner button{flex:1;min-width:0;background:none;border:none;cursor:pointer;color:var(--muted);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.15rem;padding:.3rem 0}.bottom-nav-inner button.active{color:var(--text);border-top:2px solid var(--text)}.nav-icon{font-size:1.15rem;line-height:1}.nav-label{font-size:.65rem;font-weight:800;line-height:1}
