*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;overflow:hidden}body{color:#e0e0e0;background:#0f0f14;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px}.app{flex-direction:column;height:100vh;display:flex}.app-header{background:#1a1a24;border-bottom:1px solid #2a2a3a;flex-shrink:0;align-items:center;gap:16px;height:40px;padding:0 16px;display:flex}.logo{color:#60a5fa;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:16px;font-weight:700}.app-header button{color:#888;cursor:pointer;background:0 0;border:none;font-family:inherit;font-size:13px}.app-header button:hover{color:#ddd}.app-main{flex:1;overflow:hidden}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#0f0f14}::-webkit-scrollbar-thumb{background:#2a2a3a;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#3a3a4a}
