: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;display:flex;place-items:center;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}}*{margin:0;padding:0;box-sizing:border-box}.app{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.container{max-width:700px;margin:0 auto;background:#fff;border-radius:16px;padding:40px;box-shadow:0 20px 60px #0000004d}.header{text-align:center;margin-bottom:30px}.header h1{color:#333;font-size:32px;margin-bottom:10px}.status{display:inline-block;padding:6px 16px;background:#10b981;color:#fff;border-radius:20px;font-size:13px;font-weight:600}.message{padding:15px 20px;border-radius:8px;margin-bottom:20px;font-weight:500}.message-success{background:#d1fae5;color:#065f46;border-left:4px solid #10b981}.message-error{background:#fee2e2;color:#991b1b;border-left:4px solid #ef4444}.message-info{background:#dbeafe;color:#1e40af;border-left:4px solid #3b82f6}.tabs{display:flex;gap:10px;margin-bottom:25px;border-bottom:2px solid #e5e7eb;padding-bottom:0}.tabs button{padding:12px 24px;background:none;border:none;color:#6b7280;font-size:15px;font-weight:600;cursor:pointer;border-bottom:3px solid transparent;margin-bottom:-2px;transition:all .2s}.tabs button.active{color:#667eea;border-bottom-color:#667eea}.tabs button:hover{color:#667eea}.form{background:#f9fafb;padding:30px;border-radius:12px;border:1px solid #e5e7eb}.form h2{color:#1f2937;margin-bottom:20px;font-size:22px}.form input{width:100%;padding:14px;border:2px solid #e5e7eb;border-radius:8px;font-size:15px;margin-bottom:15px;transition:border-color .2s}.form input:focus{outline:none;border-color:#667eea}.form button{width:100%;padding:14px;background:#667eea;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s}.form button:hover{background:#5568d3;transform:translateY(-1px)}.form button:active{transform:translateY(0)}.dashboard{margin-top:20px}.section{background:#f9fafb;padding:30px;border-radius:12px;border:1px solid #e5e7eb}.section h2{color:#1f2937;margin-bottom:15px;font-size:22px}.section p{color:#6b7280;line-height:1.6;margin-bottom:20px}.info-box{background:#fff;padding:20px;border-radius:8px;border-left:4px solid #667eea}.info-box strong{display:block;color:#667eea;margin-bottom:12px;font-size:15px}.info-box ul{list-style:none;padding-left:0}.info-box li{color:#4b5563;padding:8px 0 8px 24px;position:relative}.info-box li:before{content:"•";position:absolute;left:8px;color:#667eea;font-weight:700}.footer{margin-top:40px;padding-top:25px;border-top:1px solid #e5e7eb;text-align:center;color:#6b7280;font-size:14px}.footer p{margin:5px 0}
