@import "https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700&family=Cormorant+Garamond:wght@400;700&display=swap";
:root{--bg-dark:#0f1115;--bg-card:#ffffff08;--bg-card-hover:#ffffff0f;--text-main:#e0e0e0;--text-muted:#a0a0a0;--text-bright:#fff;--accent:#d4af37;--accent-glow:#d4af374d;--border:#ffffff1a;--radius-lg:12px;--radius-md:8px;--container-width:1100px;--font-normal:"Segoe UI",sans-serif;--font-fantasy:"Cormorant Garamond",serif;--font-fancy:"Cinzel Decorative";--font-coding:"Fira Code",monospace;--header-height:64px}*{box-sizing:border-box;font-family:var(--font-fancy);margin:0;padding:0}*::-webkit-scrollbar{display:none}*{-ms-overflow-style:none;scrollbar-width:none}body{background-color:var(--bg-dark);color:var(--text-main);font-family:var(--font-fancy);line-height:1.6}h1,h2,h3{color:var(--text-bright);font-family:var(--font-fancy)}
.layout-module__7mrOEG__appContainer{flex-direction:column;height:100vh;display:flex;overflow:hidden}.layout-module__7mrOEG__contentWrapper{flex:1;height:100%;display:flex}.layout-module__7mrOEG__sidebar{background-color:var(--bg-card);border-right:1px solid var(--border);flex-direction:column;width:260px;padding:2rem 1rem;display:none}.layout-module__7mrOEG__mainContent{flex:1;padding-bottom:80px;overflow-y:auto}.layout-module__7mrOEG__mobileNav{background-color:var(--bg-dark);border-top:1px solid var(--border);z-index:100;justify-content:space-around;align-items:center;height:70px;padding:0 10px;display:flex;position:fixed;bottom:0;left:0;right:0}.layout-module__7mrOEG__navBtn{color:var(--text-muted);text-transform:uppercase;cursor:pointer;background:0 0;border:none;font-size:.8rem}.layout-module__7mrOEG__desktopHeader{background-color:var(--bg-dark);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;height:64px;padding:0 2rem;display:none}.layout-module__7mrOEG__topNav{gap:2rem;display:flex}.layout-module__7mrOEG__topNavBtn{color:var(--text-main);cursor:pointer;border-radius:var(--radius-md);background:0 0;border:none;padding:.5rem 1rem;font-weight:500;transition:background .2s}.layout-module__7mrOEG__topNavBtn:hover{background:var(--bg-card-hover);color:var(--accent)}@media (min-width:900px){.layout-module__7mrOEG__desktopHeader{display:flex}.layout-module__7mrOEG__sidebar{height:calc(100vh - 64px);display:none}.layout-module__7mrOEG__mobileNav{display:none}.layout-module__7mrOEG__mainContent{height:calc(100vh - 64px);padding-bottom:0}}.layout-module__7mrOEG__sideList{list-style:none}.layout-module__7mrOEG__sideList li{cursor:pointer;color:var(--text-muted);border-radius:var(--radius-md);margin-bottom:.5rem;padding:.8rem 1rem}.layout-module__7mrOEG__sideList li:hover{background:var(--bg-card-hover);color:var(--text-bright)}.layout-module__7mrOEG__loginBtn{background-color:var(--accent);color:var(--bg-dark);border-radius:var(--radius-md);padding:.6rem 1.2rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:opacity .2s}.layout-module__7mrOEG__loginBtn:hover{opacity:.9}.layout-module__7mrOEG__logoutBtn{border:1px solid var(--border);color:var(--text-muted);border-radius:var(--radius-md);cursor:pointer;background:0 0;margin-left:1rem;padding:.4rem .8rem;font-size:.8rem}.layout-module__7mrOEG__logoutBtn:hover{color:#f44;border-color:#f44}.layout-module__7mrOEG__userProfile{align-items:center;display:flex}.layout-module__7mrOEG__userProfile span{font-family:var(--font-fantasy);color:var(--accent)}
