@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.0bjc5tiuqdqro.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.0m6w47a4e5dy9.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.11u06r12fd6v_.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.0wxq9webf.ew4.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.067x_6k0k23tk.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.16ipb6fqu393i.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_fa93af41-module__0D_jrq__className{font-family:Inter,Inter Fallback;font-style:normal}
:root{--bg-primary:#f8fafc;--bg-secondary:#fff;--bg-card:#fff;--bg-hover:#f1f5f9;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#94a3b8;--border-color:#e2e8f0;--border-radius-md:16px;--accent-primary:#0f172a;--accent-primary-text:#fff;--accent-danger:#ef4444;--accent-success:#10b981;--shadow-sm:0 1px 3px 0 #00000014;--shadow-md:0 4px 16px -2px #0000001a;--nav-height:64px;--safe-top:env(safe-area-inset-top);--safe-bottom:env(safe-area-inset-bottom)}[data-theme=dark]{--bg-primary:#020617;--bg-secondary:#0f172a;--bg-card:#1e293b;--bg-hover:#334155;--text-primary:#f8fafc;--text-secondary:#94a3b8;--text-muted:#475569;--border-color:#334155;--accent-primary:#818cf8;--accent-primary-text:#0f172a;--shadow-sm:0 1px 3px 0 #0000004d;--shadow-md:0 10px 30px -5px #00000080}*,:before,:after{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}html{-webkit-text-size-adjust:100%;height:auto;overflow-x:hidden}body{background-color:var(--bg-primary);color:var(--text-primary);padding-bottom:env(safe-area-inset-bottom);touch-action:manipulation;max-width:100vw;min-height:100dvh;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;transition:background-color .3s,color .3s;overflow-x:hidden}.app-container{max-width:1200px;padding:0 24px;padding-bottom:calc(80px + env(safe-area-inset-bottom));margin:0 auto;overflow-x:hidden}@media (max-width:640px){.app-container{padding:0 12px;padding-bottom:calc(80px + env(safe-area-inset-bottom))}}.bento-grid{grid-template-columns:repeat(12,1fr);gap:16px;width:100%;padding:20px 0;display:grid}@media (max-width:1024px) and (min-width:641px){.bento-grid{grid-template-columns:repeat(2,1fr);gap:14px}.bento-grid>*{grid-area:auto/span 1!important}}@media (max-width:640px){.bento-grid{grid-template-columns:1fr;gap:12px;padding:12px 0 24px}.bento-grid>*{grid-area:auto/span 1!important}}.bento-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--border-radius-md);box-shadow:var(--shadow-sm);word-break:break-word;flex-direction:column;min-width:0;min-height:0;padding:20px;display:flex;position:relative;overflow:visible}@media (max-width:640px){.bento-card{border-radius:14px;padding:16px}}.navbar{border-bottom:1px solid var(--border-color);height:var(--nav-height);background:var(--bg-secondary);-webkit-backdrop-filter:blur(16px);padding:0 24px;padding-top:var(--safe-top);z-index:100;justify-content:space-between;align-items:center;display:flex;position:sticky;top:0}.logo-text{white-space:nowrap;flex-shrink:0}@media (max-width:640px){.navbar{padding:0 16px;padding-top:var(--safe-top)}.logo-text,.hide-mobile{display:none!important}}.mobile-bottom-nav{display:none}@media (max-width:640px){:root{--bottom-nav-height:64px}.mobile-bottom-nav{height:calc(64px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);background:var(--bg-secondary);border-top:1px solid var(--border-color);z-index:100;-webkit-backdrop-filter:blur(12px);justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0}.mobile-bottom-nav a,.mobile-bottom-nav button{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:12px;flex-direction:column;align-items:center;gap:3px;min-width:60px;padding:8px 16px;font-family:inherit;font-size:10px;font-weight:600;text-decoration:none;transition:color .15s,background .15s;display:flex}.mobile-bottom-nav a.active,.mobile-bottom-nav a:hover{color:var(--accent-primary);background:var(--bg-hover)}.mobile-bottom-nav .nav-icon{font-size:20px;line-height:1}}.scroll-area{-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--border-color) transparent;overflow:hidden auto}.scroll-area::-webkit-scrollbar{width:4px}.scroll-area::-webkit-scrollbar-track{background:0 0}.scroll-area::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}.btn{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;gap:6px;min-height:44px;padding:10px 20px;font-family:inherit;font-size:14px;font-weight:600;transition:all .15s;display:inline-flex}.btn:active{transform:scale(.97)}.btn-primary{background:var(--accent-primary);color:var(--accent-primary-text)}.btn-primary:hover{opacity:.88}.btn-secondary{color:var(--text-primary);border:1px solid var(--border-color);background:0 0}.btn-secondary:hover{background:var(--bg-hover)}.btn-danger{color:var(--accent-danger);border:1px solid var(--accent-danger);background:0 0}.info-btn{border:1px solid var(--border-color);width:18px;height:18px;color:var(--text-muted);cursor:pointer;background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-family:inherit;font-size:10px;font-weight:700;transition:all .15s;display:inline-flex}.info-btn:hover{background:var(--bg-hover);color:var(--text-primary)}.tooltip-overlay{z-index:200;background:#00000080;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.tooltip-modal{background:var(--bg-card);border:1px solid var(--border-color);width:100%;max-width:420px;box-shadow:var(--shadow-md);border-radius:20px;padding:28px}.spinner-small{border:2px solid var(--border-color);border-top-color:var(--accent-primary);border-radius:50%;width:16px;height:16px;animation:.7s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:640px){img,video,canvas,svg{max-width:100%;height:auto}p,span,h1,h2,h3,h4,h5,h6,li,td,th{overflow-wrap:break-word;word-break:break-word}.h-scroll{-webkit-overflow-scrolling:touch;overflow-x:auto}}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.install-prompt-wrapper{bottom:calc(var(--bottom-nav-height,64px) + 16px + env(safe-area-inset-bottom));z-index:2000;animation:.5s cubic-bezier(.16,1,.3,1) slideUp;position:fixed;left:16px;right:16px}.install-prompt-card{-webkit-backdrop-filter:blur(20px);background:#1e293bcc;border:1px solid #ffffff1a;border-radius:20px;padding:12px 16px;box-shadow:0 20px 40px #0006}.install-prompt-content{align-items:center;gap:12px;display:flex}.install-app-icon{border:1px solid #ffffff1a;border-radius:10px;flex-shrink:0;width:44px;height:44px;overflow:hidden}.install-app-icon img{object-fit:cover;width:100%;height:100%}.install-text{flex:1}.install-text h4{color:#fff;margin-bottom:2px;font-size:14px;font-weight:700}.install-text p{color:#fff9;font-size:12px;line-height:1.3}.install-btn-close{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:10px;display:flex}@keyframes slideUp{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}@media (min-width:641px){.install-prompt-wrapper{max-width:400px;bottom:24px;left:auto;right:24px}.desktop-hover-reveal .actions{opacity:0;pointer-events:none;transition:all .2s;transform:translate(10px)}.desktop-hover-reveal:hover .actions{opacity:1;pointer-events:auto;transform:translate(0)}.hide-desktop{display:none!important}}@media (max-width:640px){.hide-mobile{display:none!important}}
