:root{font-family:Hiragino Sans,Hiragino Kaku Gothic ProN,Meiryo,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#333;background-color:#f5f7fa;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}a{font-weight:500;color:#3498db;text-decoration:none}a:hover{color:#2980b9;text-decoration:underline}body{margin:0;min-width:320px;min-height:100vh}h1,h2,h3,h4,h5,h6{line-height:1.2;margin-bottom:.5em;color:#2c3e50}h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}h4{font-size:1.25rem}button{border-radius:4px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#f8f9fa;cursor:pointer;transition:all .2s ease}button:hover{background-color:#e9ecef}button:focus,button:focus-visible{outline:2px solid #3498db;outline-offset:2px}input,select,textarea{font-family:inherit;font-size:1rem;line-height:1.5;color:#495057}input:focus,select:focus,textarea:focus{outline:2px solid #3498db;outline-offset:0}table{width:100%;border-collapse:collapse}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace;background-color:#f8f9fa;padding:.2em .4em;border-radius:3px;font-size:.9em}#root{max-width:1280px;margin:0 auto;padding:0;width:100%}.app-container,.dashboard{display:flex;flex-direction:column;min-height:100vh;width:100%}.dashboard-header{background-color:#2c3e50;color:#fff;padding:1.5rem;text-align:center;box-shadow:0 2px 4px #0000001a}.dashboard-header h1{margin:0;font-size:2rem}.subtitle{margin-top:.5rem;font-size:1rem;opacity:.8}.dashboard-content{flex:1;padding:2rem;max-width:1000px;margin:0 auto;width:100%}.dashboard-footer{background-color:#f8f9fa;padding:1rem;text-align:center;font-size:.9rem;color:#6c757d;border-top:1px solid #e9ecef}.auth-container{max-width:500px;margin:2rem auto;padding:2rem;background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;text-align:center}.auth-form{display:flex;flex-direction:column;gap:1.5rem;margin-top:1.5rem}.form-group{display:flex;flex-direction:column;text-align:left}.form-group label{margin-bottom:.5rem;font-weight:500}.form-group input{padding:.75rem;border:1px solid #ced4da;border-radius:4px;font-size:1rem}.authenticated-content{display:flex;flex-direction:column;gap:2rem}.api-key-container{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:1.5rem}.user-info,.api-key-display{margin-bottom:1.5rem}.api-key-value{display:flex;margin-top:.5rem}.api-key-value input{flex:1;padding:.75rem;border:1px solid #ced4da;border-radius:4px 0 0 4px;font-family:monospace;font-size:.9rem;background-color:#f8f9fa}.copy-button{padding:.75rem 1rem;background-color:#6c757d;color:#fff;border:none;border-radius:0 4px 4px 0;cursor:pointer}.copy-button:hover{background-color:#5a6268}.api-key-info{font-size:.9rem;color:#6c757d;margin-top:.5rem}.actions{display:flex;justify-content:flex-end}.waitlist-container{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:1.5rem}.waitlist-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.waitlist-header h3{margin:0}.refresh-button{padding:.5rem 1rem;background-color:#6c757d;color:#fff;border:none;border-radius:4px;cursor:pointer}.refresh-button:hover{background-color:#5a6268}.test-form{margin-bottom:2rem;padding:1rem;background-color:#f8f9fa;border-radius:4px;border-left:4px solid #17a2b8}.test-form h4{margin-top:0;color:#17a2b8}.add-email-form{display:flex;gap:.5rem;margin-top:1rem}.add-email-form input{flex:1;padding:.75rem;border:1px solid #ced4da;border-radius:4px;font-size:1rem}.waitlist-table-container{overflow-x:auto}.waitlist-table{width:100%;border-collapse:collapse;margin-top:1rem}.waitlist-table th,.waitlist-table td{padding:.75rem;text-align:left;border-bottom:1px solid #e9ecef}.waitlist-table th{background-color:#f8f9fa;font-weight:600}.waitlist-table tr:hover{background-color:#f8f9fa}.no-data,.loading{padding:2rem;text-align:center;color:#6c757d}.primary-button{padding:.75rem 1.5rem;background-color:#3498db;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:500}.primary-button:hover{background-color:#2980b9}.secondary-button{padding:.75rem 1.5rem;background-color:#e9ecef;color:#495057;border:none;border-radius:4px;cursor:pointer;font-weight:500}.secondary-button:hover{background-color:#dee2e6}.error-message{color:#dc3545;margin-top:.5rem;font-size:.9rem}.success-message{color:#28a745;margin-top:.5rem;font-size:.9rem}@media (max-width: 768px){.dashboard-content{padding:1rem}.api-key-value{flex-direction:column}.api-key-value input{border-radius:4px}.copy-button{margin-top:.5rem;border-radius:4px}.add-email-form{flex-direction:column}.add-email-form button{margin-top:.5rem}}
