*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:#0a0a0a;color:#fff}.container{max-width:1200px;margin:0 auto;padding:2rem}.card{background:#1a1a1a;border:1px solid #2a2a2a;border-radius:12px;padding:1.5rem;margin-bottom:1rem}.button{background:#3b82f6;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;cursor:pointer;transition:background .2s}.button:hover{background:#2563eb}.button:disabled{background:#4b5563;cursor:not-allowed}.input{width:100%;background:#0a0a0a;border:1px solid #2a2a2a;border-radius:8px;padding:.75rem;color:#fff;font-size:1rem;margin-bottom:1rem}.input:focus{outline:none;border-color:#3b82f6}.label{display:block;margin-bottom:.5rem;font-size:.875rem;color:#9ca3af}.grid{display:grid;grid-gap:1rem;gap:1rem}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.text-center{text-align:center}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-4{margin-bottom:2rem}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-gray{color:#9ca3af}.text-blue{color:#3b82f6}.text-green{color:#10b981}.text-red{color:#ef4444}.bg-blue{background:#3b82f6}.bg-green{background:#10b981}.bg-red{background:#ef4444}.p-1{padding:.5rem}.p-2{padding:1rem}.p-4{padding:2rem}.border{border:1px solid #2a2a2a}.rounded{border-radius:8px}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.w-full{width:100%}h1{font-size:2rem;font-weight:700}h1,h2{margin-bottom:1rem}h2{font-size:1.5rem}h2,h3{font-weight:600}h3{font-size:1.25rem;margin-bottom:.5rem}a{color:#3b82f6;text-decoration:none}a:hover{text-decoration:underline}