:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--edgehog-primary: #2D4739;--edgehog-secondary: #8B7355;--edgehog-accent: #D4A574;--edgehog-background: #F5F0E8;--edgehog-surface: #E8E4DC;--edgehog-text: #2C2C2C;--edgehog-muted: #9CA3AF;--edgehog-dark-bg: #1a1f1c;--edgehog-dark-surface: #252b27;--edgehog-dark-border: #3a4a3f;--edgehog-dark-text: #e8e4dc;--edgehog-dark-text-muted: #9ca3af}*{box-sizing:border-box;margin:0;padding:0}body{min-width:320px;min-height:100vh}.app-container{display:flex;width:100vw;height:100vh;overflow:hidden}.sidebar{width:320px;min-width:280px;max-width:400px;height:100%;background-color:var(--edgehog-dark-surface, #252b27);border-right:1px solid var(--edgehog-dark-border, #3a4a3f);display:flex;flex-direction:column;overflow:hidden}.sidebar-header{padding:16px 20px;border-bottom:1px solid var(--edgehog-dark-border, #3a4a3f);display:flex;align-items:center;gap:12px}.sidebar-logo{width:32px;height:32px;flex-shrink:0}.sidebar-header h1{font-size:18px;font-weight:600;margin:0;color:var(--edgehog-dark-text, #e8e4dc)}.sidebar-content{flex:1;overflow-y:auto;padding:16px 20px}.main-content{flex:1;position:relative;background-color:var(--edgehog-dark-bg, #1a1f1c);overflow:hidden}.status-bar{position:absolute;top:16px;left:50%;transform:translate(-50%);background-color:#000000b3;padding:8px 16px;border-radius:6px;font-size:13px;z-index:100}.status-bar .error{color:#ff6b6b}.empty-state{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#ffffff80}.empty-state h2{font-size:24px;font-weight:600;margin-bottom:8px;color:#ffffffb3}.empty-state p{font-size:14px}@media(max-width:768px){.app-container{flex-direction:column}.sidebar{width:100%;max-width:none;height:auto;max-height:40vh;border-right:none;border-bottom:1px solid #3a3a3a}.main-content{flex:1;min-height:60vh}}.sidebar-content::-webkit-scrollbar{width:8px}.sidebar-content::-webkit-scrollbar-track{background:transparent}.sidebar-content::-webkit-scrollbar-thumb{background-color:var(--edgehog-dark-border, #3a4a3f);border-radius:4px}.sidebar-content::-webkit-scrollbar-thumb:hover{background-color:var(--edgehog-primary, #2D4739)}
