:root{--background:#fff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}.header{grid-area:header}.main{grid-area:main}.footer{grid-area:footer}html{min-height:100vh}body{background:var(--background);min-height:100vh;color:var(--foreground);grid-template-rows:auto 1fr auto;grid-template-areas:"header""main""footer";gap:15px;margin:0;font-family:Arial,Helvetica,sans-serif;display:grid}p,h1,h2,h3,h4,h5{margin:0}*{box-sizing:border-box}
.Navbar-module__2-hjJq__link{color:#fff;text-decoration:none}.Navbar-module__2-hjJq__header{border-bottom:1px solid #30363d;justify-content:space-between;align-items:center;gap:10px;padding:5px 20px;display:flex}.Navbar-module__2-hjJq__nav,.Navbar-module__2-hjJq__loginNav{align-items:center;gap:10px;display:flex}.Navbar-module__2-hjJq__dropdown{position:relative;display:inline-block!important}.Navbar-module__2-hjJq__dropdownContent{z-index:100;opacity:0;visibility:hidden;pointer-events:none;background:#161b22;border:1px solid #30363d;border-radius:12px 0 12px 12px;min-width:120px;padding:8px;transition:opacity .2s,transform .2s,visibility .2s;position:absolute;top:calc(100% + 12px);right:0;transform:translateY(-8px);box-shadow:0 4px 14px #30303059}.Navbar-module__2-hjJq__dropdown:after{content:"";height:15px;position:absolute;top:100%;left:0;right:0}.Navbar-module__2-hjJq__dropdown:hover .Navbar-module__2-hjJq__dropdownContent{opacity:1;visibility:visible;pointer-events:auto;display:block;transform:translateY(0)}.Navbar-module__2-hjJq__dropdownLink{color:#e2e8f0;text-align:center;border-radius:8px;padding:5px;font-size:12px;text-decoration:none;transition:background-color .2s;display:block}.Navbar-module__2-hjJq__dropdownLink:hover{background-color:#21262d}.Navbar-module__2-hjJq__logout{color:#e2e8f0;cursor:pointer;background:0 0;border:none;border-radius:8px;width:100%;padding:5px;font-size:12px;transition:background-color .2s}.Navbar-module__2-hjJq__logout:hover{background-color:#21262d}.Navbar-module__2-hjJq__user{justify-content:center;align-items:center;gap:10px;display:flex}.Navbar-module__2-hjJq__dropdownContent>:not(:last-child){position:relative}.Navbar-module__2-hjJq__dropdownContent>:not(:last-child):after{content:"";background:#30363d;width:70%;height:1px;position:absolute;bottom:-1px;left:15%}@media (max-width:600px){.Navbar-module__2-hjJq__header{flex-wrap:wrap;padding:5px 12px}.Navbar-module__2-hjJq__nav{flex-wrap:wrap}.Navbar-module__2-hjJq__loginNav{margin-left:auto}}
.Footer-module__rxnidW__footer{border-top:1px solid #30363d;justify-content:center;align-items:center;gap:20px;padding:20px;display:flex}.Footer-module__rxnidW__link{color:#ddd}.Footer-module__rxnidW__linkArea{align-items:center;gap:10px;display:flex}@media (max-width:600px){.Footer-module__rxnidW__footer{flex-wrap:wrap;gap:12px;padding:16px 12px}}
