@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");:root{--bg-primary:#0a0a0a;--bg-secondary:#141414;--bg-tertiary:#1a1a1a;--text-primary:#fff;--text-secondary:#a0a0a0;--text-muted:#666;--accent:#f44;--border:#2a2a2a;--shadow:rgba(0,0,0,.3)}*{margin:0;padding:0;box-sizing:border-box}body,html{height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}button{font-family:inherit;cursor:pointer}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--text-muted);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}.app-container{display:flex;min-height:100vh}.main-content{flex:1 1;margin-left:80px}@media (max-width:768px){.main-content{margin-left:60px}}.Sidebar_sidebar__86IlD{position:fixed;left:0;top:0;width:80px;height:100vh;background:var(--bg-secondary);border-right:1px solid var(--border);display:flex;flex-direction:column;align-items:center;padding:20px 0;z-index:100}.Sidebar_logo__P79Og{margin-bottom:40px}.Sidebar_logoText__Vb2KK{font-size:24px;font-weight:700;color:var(--accent)}.Sidebar_nav__r20xb{display:flex;flex-direction:column;gap:8px;flex:1 1}.Sidebar_navLink__e4WjZ{writing-mode:vertical-rl;-webkit-text-orientation:mixed;text-orientation:mixed;transform:rotate(180deg);padding:16px 8px;font-size:11px;font-weight:500;letter-spacing:1px;color:var(--text-secondary);transition:color .2s ease;position:relative}.Sidebar_navLink__e4WjZ:hover{color:var(--text-primary)}.Sidebar_navLink__e4WjZ.Sidebar_active__vqrO1{color:var(--accent)}.Sidebar_navLink__e4WjZ.Sidebar_active__vqrO1:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:30px;background:var(--accent)}.Sidebar_footer__uUh9F{padding-top:20px}.Sidebar_copyright__frVx7{font-size:10px;color:var(--text-muted)}@media (max-width:768px){.Sidebar_sidebar__86IlD{width:60px}.Sidebar_navLink__e4WjZ{font-size:10px;padding:12px 6px}}