*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#0a0a0b;color:#e8e0d0;line-height:1.5}.app{background:#0a0a0b;min-height:100vh}.main-container{max-width:1400px;margin:0 auto;display:flex;gap:0}.sidebar{width:200px;min-height:calc(100vh - 64px);border-right:1px solid #1A1A1E;padding:24px 0;flex-shrink:0;position:sticky;top:64px;height:calc(100vh - 64px);overflow-y:auto}.sidebar-divider{height:1px;background:#1a1a1e;margin:12px 16px}.content{flex:1;padding:28px 32px;overflow-y:auto}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#0a0a0b}::-webkit-scrollbar-thumb{background:#2a2a30;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#3a3a40}::selection{background:#c9a84c4d;color:#e8e0d0}input:focus,textarea:focus,select:focus{border-color:#c9a84c!important}button{transition:all .15s ease}button:hover{opacity:.9}button:active{transform:scale(.98)}@media (max-width: 1024px){.sidebar{width:180px}.content{padding:20px 24px}}@media (max-width: 768px){.main-container{flex-direction:column}.sidebar{width:100%;min-height:auto;height:auto;position:relative;top:0;border-right:none;border-bottom:1px solid #1A1A1E;padding:12px 0;display:flex;flex-wrap:wrap;gap:8px}.sidebar-divider{display:none}.content{padding:16px}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.loading{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}
