@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";
:root{--primary:#4f46e5;--primary-hover:#4338ca;--secondary:#10b981;--bg-color:#f3f4f6;--card-bg:#ffffffd9;--text-main:#111827;--text-muted:#6b7280;--border-color:#e5e7eb80;--glass-shadow:0 4px 6px -1px #0000000d, 0 2px 4px -1px #00000008;--danger:#ef4444;--warning:#f59e0b}*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,sans-serif}body{background-color:var(--bg-color);color:var(--text-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glass{background:var(--card-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-color);box-shadow:var(--glass-shadow);border-radius:16px}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none}
.layout-module__L5FxyW__container{flex-direction:column;min-height:100vh;display:flex}.layout-module__L5FxyW__mainContent{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:20px 20px 80px}.layout-module__L5FxyW__bottomNav{z-index:50;border-top-left-radius:20px;border-top-right-radius:20px;justify-content:space-around;align-items:center;height:65px;display:flex;position:fixed;bottom:0;left:0;right:0}.layout-module__L5FxyW__navItem{color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:4px;font-size:12px;transition:all .2s;display:flex}.layout-module__L5FxyW__navItem:hover{color:var(--primary)}.layout-module__L5FxyW__navItemActive{color:var(--primary);font-weight:600}@media (min-width:768px){.layout-module__L5FxyW__container{flex-direction:row}.layout-module__L5FxyW__bottomNav{border-right:1px solid var(--border-color);border-radius:0;flex-direction:column;justify-content:flex-start;width:250px;height:100vh;padding-top:40px;position:static}.layout-module__L5FxyW__navItem{flex-direction:row;justify-content:flex-start;gap:16px;width:100%;padding:16px 24px;font-size:15px}.layout-module__L5FxyW__mainContent{padding-bottom:20px}}
