@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--bg-color:#f3f4f6;--surface-color:#fff;--surface-border:#e5e7eb;--text-primary:#111827;--text-secondary:#4b5563;--accent-color:#2563eb;--success-color:#059669;--error-color:#dc2626;--font-family:"Inter", system-ui, -apple-system, sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--bg-color);color:var(--text-primary);flex-direction:column;min-height:100vh;display:flex}.container{width:100%;max-width:1000px;margin:0 auto;padding:2rem 1.5rem}header{border-bottom:1px solid var(--surface-border);margin-bottom:2rem;padding-bottom:1.5rem}.logo h1{color:#111827;margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.glass-panel{background:var(--surface-color);border:1px solid var(--surface-border);border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}h1,h2,h3{font-weight:600}h2{margin-bottom:1rem;font-size:1.125rem}button{background:var(--accent-color);color:#fff;font-weight:500;font-family:var(--font-family);cursor:pointer;border:1px solid #0000;border-radius:6px;padding:.5rem 1rem;font-size:.875rem;transition:background-color .15s ease-in-out}button:hover{background:#1d4ed8}button:active{background:#1e40af}button:disabled{cursor:not-allowed;background:#9ca3af}input{color:var(--text-primary);font-family:var(--font-family);background:#fff;border:1px solid #d1d5db;border-radius:6px;outline:none;width:100%;padding:.5rem .75rem;font-size:.875rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}input:focus{border-color:var(--accent-color);box-shadow:0 0 0 3px #2563eb1a}.grid{gap:1.5rem;display:grid}.grid-cols-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-4{gap:1rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.text-sm{font-size:.875rem}.text-secondary{color:var(--text-secondary)}.text-error{color:var(--error-color)}.text-gradient{color:inherit}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.skeleton{background:#e5e7eb;border-radius:6px;animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}
