@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");:root{--primary-color:#3b82f6;--primary-hover:#2563eb;--secondary-color:#10b981;--background-color:#ffffff;--text-color:#111827;--text-color-light:#6b7280;--border-color:#e5e7eb;--shadow-color:rgba(0,0,0,0.05);--border-radius:8px;--font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:var(--font-sans);color:var(--text-color);background-color:var(--background-color);line-height:1.6}a{color:var(--primary-color);text-decoration:none;transition:color .2s ease}a:hover{color:var(--primary-hover);text-decoration:underline}main{min-height:calc(100vh - 140px);margin:0 0 0 300px;padding:2rem 1rem;width:100%;max-width:80vw}.container{width:100%;max-width:100vw;margin:0 auto;padding:0 1rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-4{gap:1rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;font-weight:500;border-radius:var(--border-radius);transition:all .2s ease;cursor:pointer}.btn-primary{background-color:var(--primary-color);color:white;border:none}.btn-primary:hover{background-color:var(--primary-hover);text-decoration:none}.btn-outline{background-color:transparent;color:var(--primary-color);border:1px solid var(--primary-color)}.btn-outline:hover{background-color:var(--primary-color);color:white;text-decoration:none}.card{background-color:var(--background-color);border-radius:var(--border-radius);border:1px solid var(--border-color);box-shadow:0 4px 6px var(--shadow-color);padding:1.5rem;transition:transform .2s ease,box-shadow .2s ease}.card:hover{transform:translateY(-2px);box-shadow:0 6px 12px var(--shadow-color)}footer,nav{width:100%;background-color:var(--background-color);border-bottom:1px solid var(--border-color);padding:1rem 0}footer{border-top:1px solid var(--border-color);border-bottom:none;margin-top:2rem}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba015fad6dcf6784-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/569ce4b8f30dc480-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Fallback;src:local("Arial");ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.00%;size-adjust:104.76%}.__className_4d318d{font-family:Geist,Geist Fallback;font-style:normal}.__variable_4d318d{--font-geist-sans:"Geist","Geist Fallback"}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/747892c23ea88013-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/93f479601ee12b01-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Mono Fallback;src:local("Arial");ascent-override:74.67%;descent-override:21.92%;line-gap-override:0.00%;size-adjust:134.59%}.__className_ea5f4b{font-family:Geist Mono,Geist Mono Fallback;font-style:normal}.__variable_ea5f4b{--font-geist-mono:"Geist Mono","Geist Mono Fallback"}.Navbar_navbar__UMdIx{height:100%;width:300px;padding:20px;display:flex;flex-direction:column;border-right:2px solid #b3ffcc;background-color:#fdfdfd;position:fixed;margin:0}.Navbar_navbarMain__UHFjK{flex:1}.Navbar_header__7TllB{margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #b3ffcc;display:flex;justify-content:space-between;width:100%}.Navbar_footer__sVQQQ{padding-top:10px;margin-top:10px;border-top:2px solid #b3ffcc}.Navbar_link__ZPZJD{display:flex;align-items:center;text-decoration:none;font-size:16px;color:#000;padding:5px 10px;border-radius:4px;font-weight:500;transition:background-color .3s,color .3s;&:hover{background-color:#f0f0f0;color:#000;.Navbar_linkIcon___RkY9{color:#000}}&[data-active]{&,&:hover{background-color:#b3ffcc;color:#000;.Navbar_linkIcon___RkY9{color:#000}}}}.Navbar_linkIcon___RkY9{color:#333333;margin-right:8px;width:25px;height:25px}.Navbar_userCard__36v8p{background-color:#fff;padding:15px;border-radius:10px;margin-bottom:15px;display:flex;flex-direction:column;align-items:flex-start;width:100%;box-shadow:0 2px 4px rgba(0,0,0,.05)}.Navbar_emailText__s6OFA{font-size:14px;color:#333;margin-bottom:8px;display:flex;align-items:center;gap:6px;font-weight:600;width:100%;text-align:left;position:relative;padding-left:2px}.Navbar_userBadge___x1Zj{font-size:12px;padding:5px 10px;border-radius:8px;text-transform:uppercase;font-weight:600;margin-bottom:12px;align-self:flex-start;background-color:#e6f7ff;color:#0066cc;border:1px solid #b3d9ff}.Navbar_logoutButton__oR7X3{margin-top:12px;font-weight:600;background-color:#fff;border:1px solid #ddd6d6;color:#2eb1b6;width:100%;text-align:left;justify-content:flex-start;padding:8px 12px}.Navbar_logoutButton__oR7X3:hover{background-color:#ffeeee}