*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#f5f7fa;color:#1a202c;line-height:1.6}.App{min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:2rem}.page-header{text-align:center;margin-bottom:2rem}.page-title{font-size:2rem;font-weight:700;color:#1a202c;margin-bottom:.5rem}.page-subtitle{color:#718096;font-size:1rem}.card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.card-header{padding:1.5rem;border-bottom:1px solid #e2e8f0}.card-title{font-size:1.25rem;font-weight:600;color:#1a202c}.card-subtitle{color:#718096;font-size:.875rem;margin-top:.25rem}.card-body{padding:1.5rem}.form-group{margin-bottom:1.25rem}.form-label{display:block;font-weight:500;margin-bottom:.5rem;color:#374151;font-size:.875rem}.form-input{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;transition:border-color .2s,box-shadow .2s}.form-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-textarea{min-height:100px;resize:vertical}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;border-radius:8px;border:none;cursor:pointer;transition:all .2s}.btn-primary{background:#3b82f6;color:#fff}.btn-primary:hover{background:#2563eb}.btn-primary:disabled{background:#9ca3af;cursor:not-allowed}.btn-lg{padding:1rem 2rem;font-size:1.1rem}.w-full{width:100%}.grid{display:grid}.grid-cols-1{grid-template-columns:1fr}.gap-8{gap:2rem}.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}.alert{padding:1rem;border-radius:8px;display:flex;align-items:center;gap:.5rem}.alert-error{background:#fef2f2;color:#dc2626;border:1px solid #fee2e2}.badge{display:inline-flex;align-items:center;padding:.25rem .75rem;font-size:.75rem;font-weight:500;border-radius:9999px}.badge-success{background:#dcfce7;color:#16a34a}.badge-warning{background:#fef3c7;color:#d97706}.badge-error{background:#fee2e2;color:#dc2626}.loading{width:20px;height:20px;border:2px solid #ffffff;border-top-color:transparent;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.bg-gray-50{background:#f9fafb}.bg-blue-50{background:#eff6ff}.bg-green-50{background:#f0fdf4}.p-3{padding:.75rem}.p-4{padding:1rem}.rounded-lg{border-radius:.5rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.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-600{color:#4b5563}.text-gray-700{color:#374151}.text-gray-900{color:#111827}.text-gray-400{color:#9ca3af}.text-blue-600{color:#2563eb}.text-green-600{color:#16a34a}.text-center{text-align:center}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-4{gap:1rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mx-auto{margin-left:auto;margin-right:auto}.max-w-4xl{max-width:56rem}@media (min-width: 1024px){.lg\:grid-cols-2{grid-template-columns:repeat(2,1fr)}}header{background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;padding:1rem 2rem}header nav{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}header .logo{font-size:1.25rem;font-weight:700}header .nav-links{display:flex;gap:1.5rem}header .nav-links a{color:#ffffffe6;text-decoration:none;font-weight:500;transition:color .2s}header .nav-links a:hover{color:#fff}.grid-cols-2{grid-template-columns:repeat(2,1fr)}
