*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;min-height:100%;font-family:Inter,sans-serif;transition:background .3s ease,color .3s ease}.app{min-height:100vh;padding:48px 20px 140px;transition:background .3s ease,color .3s ease}.app.dark{background:radial-gradient(circle at top,rgba(59,130,246,.08),transparent 35%),#020617;color:#f8fafc}.app.light{background:linear-gradient(to bottom,#f8fafc,#eef2ff);color:#0f172a}.top-navbar{position:sticky;top:0;z-index:999;display:flex;align-items:center;justify-content:space-between;padding:18px 20px;margin:-48px -20px 32px;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);transition:.3s ease}.app.dark .top-navbar{background:linear-gradient(to bottom,rgba(2,6,23,.92),rgba(2,6,23,.68),transparent)}.app.light .top-navbar{background:linear-gradient(to bottom,rgba(255,255,255,.92),rgba(255,255,255,.7),transparent);border-bottom:1px solid rgba(15,23,42,.05)}.navbar-brand h1{font-size:24px;font-weight:800;letter-spacing:-1px}.navbar-brand p{margin-top:4px;font-size:13px}.app.dark .navbar-brand p{color:#94a3b8}.app.light .navbar-brand p{color:#64748b}.mode-switch{position:relative;display:flex;align-items:center;gap:4px;padding:4px;border-radius:999px;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);transition:.3s ease}.app.dark .mode-switch{background:#ffffff0f;border:1px solid rgba(255,255,255,.05)}.app.light .mode-switch{background:#0f172a0d;border:1px solid rgba(15,23,42,.06)}.switch-btn{position:relative;z-index:2;width:42px;height:42px;border-radius:50%;border:none;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.25s ease}.switch-btn svg{width:18px;height:18px;stroke-width:2.2}.app.dark .switch-btn{color:#94a3b8}.app.dark .switch-btn.active{color:#60a5fa}.app.light .switch-btn{color:#64748b}.app.light .switch-btn.active{color:#2563eb}.switch-indicator{position:absolute;left:4px;width:42px;height:42px;border-radius:50%;transition:.25s ease}.app.dark .switch-indicator{background:linear-gradient(to bottom,#ffffff1f,#ffffff0a)}.app.light .switch-indicator{background:linear-gradient(to bottom,#fffffff2,#ffffffb8);box-shadow:0 4px 12px #0f172a14}.mode-switch.light .switch-indicator{transform:translate(0)}.mode-switch.dark .switch-indicator{transform:translate(46px)}.page-title{font-size:58px;font-weight:800;letter-spacing:-3px;line-height:.92}.bottom-nav-wrap{position:fixed;left:0;right:0;bottom:24px;display:flex;justify-content:center;z-index:999}.bottom-nav{width:calc(100% - 32px);max-width:760px;display:flex;align-items:center;justify-content:space-between;gap:6px;padding:10px;border-radius:38px;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);transition:.3s ease}.app.dark .bottom-nav{background:#0f172ad1;border:1px solid rgba(255,255,255,.06)}.app.light .bottom-nav{background:#fffc;border:1px solid rgba(15,23,42,.06);box-shadow:0 10px 30px #0f172a14}.nav-item{flex:1;min-height:82px;border-radius:28px;border:none;background:transparent;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:.25s ease}.nav-item p{font-size:14px;font-weight:500}.app.dark .nav-item{color:#9ca3af}.app.dark .nav-item.active{background:#ffffff14;color:#60a5fa}.app.light .nav-item{color:#64748b}.app.light .nav-item.active{background:#2563eb14;color:#2563eb}.bottom-nav{position:relative;display:flex;align-items:center;padding:6px;height:74px;background:#0f172a;border-radius:999px;border:1px solid rgba(255,255,255,.06)}.nav-indicator{position:absolute;top:6px;left:6px;width:calc((100% - 12px)/4);height:calc(100% - 12px);border-radius:28px;background:#ffffff14;transition:transform .35s cubic-bezier(.22,1,.36,1),width .25s ease;z-index:1}.nav-item{position:relative;z-index:2;flex:1;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;border:none;background:transparent;color:#8b949e;font-size:15px;font-weight:500;cursor:pointer;transition:color .25s ease}.nav-item.active{color:#60a5fa}
