@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.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.18a48cbc.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.7a40eb73.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.c995e352.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.76dcb0b2.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.7cd81963.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.3a6ba036.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_5972bc34-module__OU16Qa__className{font-family:Inter,Inter Fallback;font-style:normal}
*{box-sizing:border-box;margin:0;padding:0}:root{--primary-red:#dc2626;--primary-red-light:#fef2f2;--primary-red-dark:#b91c1c;--white:#fff;--gray-light:#f8fafc;--gray-border:#e2e8f0;--gray-text:#64748b;--gray-dark:#334155}body{font-family:var(--font-geist-sans);background:var(--white);min-height:100vh;color:var(--gray-dark)}.app-container{background:var(--white);flex-direction:column;max-width:100%;min-height:100vh;display:flex}.app-header{background:var(--white);border-bottom:2px solid var(--primary-red);text-align:center;flex-shrink:0;padding:16px}.app-header h1{color:var(--primary-red);font-size:20px;font-weight:600}.main-content{background:var(--gray-light);flex:1;max-height:calc(100vh - 140px);padding:20px;overflow-y:auto}.page-content{animation:.3s ease-in fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.page-content h2{color:var(--primary-red);text-align:center;margin-bottom:20px;font-size:18px}.content-placeholder{background:var(--white);text-align:center;border:1px solid var(--gray-border);color:var(--gray-text);border-radius:12px;padding:40px 20px}.bottom-nav{background:var(--white);border-top:2px solid var(--primary-red);z-index:1000;padding:8px 5px;position:fixed;bottom:0;left:0;right:0}.nav-items{justify-content:space-around;align-items:center;display:flex}.nav-item{color:var(--gray-text);cursor:pointer;border-radius:8px;flex-direction:column;align-items:center;min-width:50px;padding:8px 5px;font-size:12px;text-decoration:none;transition:all .3s;display:flex}.nav-item:hover{background:var(--primary-red-light)}.nav-item.active{color:var(--primary-red);background:var(--primary-red-light)}.nav-icon{margin-bottom:4px;font-size:20px}.nav-label{font-size:10px;font-weight:500}@media (max-width:480px){.main-content{padding:16px}.nav-item{min-width:45px;padding:6px 3px}.nav-icon{font-size:18px}.nav-label{font-size:9px}}@media (min-width:768px){body{background:linear-gradient(135deg,#fef2f2 0%,#f8fafc 100%);justify-content:center;align-items:flex-start;min-height:100vh;padding:20px;display:flex}.app-container{border:1px solid var(--gray-border);border-radius:24px;width:768px;min-height:90vh;position:relative;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.1)}.main-content{border-radius:0 0 24px 24px;max-height:none}.bottom-nav{border-top:1px solid var(--gray-border);border-radius:0 0 24px 24px;position:static}}@media (min-width:1200px){body{padding:40px}.app-container{max-width:1200px;min-height:85vh}}@media (min-width:768px){.content-placeholder{margin:20px 0;padding:60px 40px}.page-content h2{margin-bottom:30px;font-size:24px}}
.BottomNav-module__JpMf2G__bottomNav{background:var(--white);z-index:1000;padding:12px 5px;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 10px rgba(0,0,0,.1)}.BottomNav-module__JpMf2G__navItems{justify-content:space-around;align-items:center;display:flex}.BottomNav-module__JpMf2G__navItem{cursor:pointer;background:0 0;border:none;border-radius:12px;flex-direction:column;align-items:center;min-width:60px;padding:8px 12px;transition:all .3s;display:flex}.BottomNav-module__JpMf2G__navItem:hover,.BottomNav-module__JpMf2G__navItem.BottomNav-module__JpMf2G__active{background:#f8fafc}.BottomNav-module__JpMf2G__navIcon{width:24px;height:24px;margin-bottom:4px;transition:all .3s}.BottomNav-module__JpMf2G__navItem .BottomNav-module__JpMf2G__navIcon{color:#9ca3af}.BottomNav-module__JpMf2G__navItem.BottomNav-module__JpMf2G__active .BottomNav-module__JpMf2G__navIcon{color:#1f2937}.BottomNav-module__JpMf2G__navLabel{font-size:11px;font-weight:500;transition:all .3s}.BottomNav-module__JpMf2G__navItem .BottomNav-module__JpMf2G__navLabel{color:#9ca3af}.BottomNav-module__JpMf2G__navItem.BottomNav-module__JpMf2G__active .BottomNav-module__JpMf2G__navLabel{color:#1f2937}@media (max-width:480px){.BottomNav-module__JpMf2G__bottomNav{padding:10px 3px}.BottomNav-module__JpMf2G__navItem{min-width:50px;padding:6px 8px}.BottomNav-module__JpMf2G__navIcon{width:20px;height:20px}.BottomNav-module__JpMf2G__navLabel{font-size:10px}}@media (min-width:768px){.BottomNav-module__JpMf2G__bottomNav{box-shadow:none;border-top:1px solid var(--gray-border);border-radius:0 0 24px 24px;position:static}.BottomNav-module__JpMf2G__navItem{min-width:65px;padding:10px 12px}.BottomNav-module__JpMf2G__navIcon{width:22px;height:22px}.BottomNav-module__JpMf2G__navLabel{font-size:11px}}
