:root{font-family: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}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.App{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#f5f5f5,#e0e0e0)}.App-header{background:linear-gradient(135deg,#1a1a1a,#000);padding:1rem 2rem;text-align:center;border-bottom:2px solid #C0C0C0}.App-header .logo-link{display:inline-flex;align-items:center;text-decoration:none}.App-header .logo-img{height:3.75rem;width:auto}.App-header .tagline{color:#888;font-size:.9rem;margin-top:.4rem}.App-main{flex:1;padding:2rem;display:flex;justify-content:center}.form-container{background:#fff;border-radius:12px;padding:3rem;box-shadow:0 10px 40px #0000001a;max-width:600px;width:100%;box-sizing:border-box}.form-container h2{color:#333;margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#555;font-weight:500}.form-group input{width:100%;padding:.875rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#667eea}button{width:100%;padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer}button:hover{opacity:.9}button:disabled{opacity:.6;cursor:not-allowed}.error-message{background:#fee;color:#c33;padding:1rem;border-radius:8px;margin-bottom:1rem}.success-message{background:#efe;color:#3c3;padding:1rem;border-radius:8px;margin-bottom:1rem}.loading{text-align:center;padding:2rem;color:#666}.dashboard{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 10px 40px #0000001a;max-width:900px;width:100%;box-sizing:border-box}.dashboard h2,.dashboard h3{margin:0 0 1rem;color:#333}.dashboard h4{margin:1rem 0 .5rem;color:#555}.tabs{display:flex;gap:.5rem;margin-bottom:2rem;flex-wrap:wrap}.tabs button{width:auto;padding:.5rem 1rem}.tabs button.active{background:#333}.section{padding:0}.search-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-bottom:1rem}.search-row input{flex:1;min-width:0;padding:.5rem}.search-row button{width:auto;padding:.5rem 1rem}@media(max-width:640px){.App-header,.App-main{padding:1rem}.form-container{padding:1.5rem}.dashboard{padding:1.25rem}.tabs button{padding:.4rem .75rem;font-size:.9rem}.search-row{flex-direction:column;align-items:stretch}.search-row input,.search-row button{width:100%}}
