.layout{display:flex;flex-direction:column;min-height:100vh}.header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:#1a1a1a;border-bottom:1px solid #333}.header h1{margin:0;font-size:1.5rem}.user-info{display:flex;gap:1rem;align-items:center}.nav{display:flex;gap:1rem;padding:1rem 2rem;background-color:#2a2a2a;border-bottom:1px solid #333}.nav a{color:#fff;text-decoration:none;padding:.5rem 1rem;border-radius:4px}.nav a:hover{background-color:#3a3a3a}.main-content{flex:1;padding:2rem}.footer{padding:1rem;text-align:center;background-color:#1a1a1a;border-top:1px solid #333}.dashboard{text-align:left;max-width:1200px;margin:0 auto}.dashboard h2{margin-bottom:1rem}.actions{margin:2rem 0}.actions button{padding:.75rem 1.5rem;font-size:1rem;background-color:#646cff;color:#fff;border:none;border-radius:4px;cursor:pointer}.actions button:hover:not(:disabled){background-color:#535bf2}.actions button:disabled{opacity:.6;cursor:not-allowed}.error{color:#ff6b6b;padding:1rem;background-color:#ff6b6b1a;border-radius:4px;margin:1rem 0}.data-display{margin-top:2rem;padding:1rem;background-color:#1a1a1a;border-radius:4px;text-align:left}.data-display pre{margin:0;overflow-x:auto}.App{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}: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}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}#root{width:100%;margin:0 auto;text-align:center}
