:root{--foreground-rgb:0,0,0;--background-rgb:255,255,255}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;margin:0;padding:0;background-color:#f9fafb;color:#000}.container{max-width:1200px;margin:0 auto;padding:1rem}h1{font-size:2rem;font-weight:700;margin-bottom:1.5rem;color:#2563eb}h2{font-size:1.5rem;font-weight:600;margin-bottom:1rem}.form-container{background-color:white;padding:1.5rem;border-radius:.5rem;box-shadow:0 4px 6px rgba(0,0,0,.1)}.form-group{margin-bottom:1rem}.form-label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.25rem;color:#1f2937}.form-control{width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:1rem;margin-top:.25rem}.form-control:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.btn{padding:.5rem 1rem;border:none;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer}.btn-primary{background-color:#2563eb;color:white}.btn-primary:hover{background-color:#1d4ed8}.btn-full{width:100%;display:flex;justify-content:center}.btn:disabled{opacity:.7;cursor:not-allowed}.alert{padding:1rem;border-radius:.375rem;margin-bottom:1rem}.alert-success{background-color:#ecfdf5;color:#047857}.alert-error{background-color:#fef2f2;color:#b91c1c}.grid{display:grid;gap:1.5rem}@media (min-width:768px){.grid-2{grid-template-columns:repeat(2,1fr)}}.nav-tabs{display:flex;border-bottom:2px solid #e2e8f0;margin-bottom:1.5rem}.nav-tabs button{background:none;padding:.5rem 1rem;margin-right:.5rem;font-size:1rem;color:#4a5568;cursor:pointer;transition:color .2s,border-bottom-color .2s;border:none;border-bottom:2px solid transparent}.nav-tabs button.active{color:#2563eb;border-bottom-color:#2563eb;font-weight:600}.tab-content{background:#fff;padding:1rem;border:1px solid #e2e8f0;border-radius:.375rem}