*{box-sizing:border-box;margin:0;padding:0}body{color:#1f2937;background:#f5f7fb;font-family:Arial,sans-serif}button{cursor:pointer;border:none;font-family:inherit}.app{min-height:100vh}.header{background:#fff;border-bottom:1px solid #e5e7eb;padding:24px 40px}.header h1{margin-bottom:6px}.header p{color:#6b7280}.main-content{max-width:1200px;margin:0 auto;padding:40px 24px}.dashboard h2,.problems-section h2{margin-bottom:20px}.stats{grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:40px;display:grid}.stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px}.stat-card h3{color:#6b7280;margin-bottom:12px;font-size:15px}.stat-card p{font-size:30px;font-weight:700}.section-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.section-header button,.empty-state button{color:#fff;background:#2563eb;border-radius:8px;padding:10px 18px}.section-header button:hover,.empty-state button:hover{background:#1d4ed8}.filters{grid-template-columns:2fr 1fr 1fr 1fr 1fr auto;gap:12px;margin-bottom:24px;display:grid}.filters input,.filters select{background:#fff;border:1px solid #d1d5db;border-radius:8px;width:100%;padding:10px 12px;font-size:14px}.filters input:focus,.filters select:focus{outline-offset:1px;outline:2px solid #2563eb}.filters button{color:#1f2937;white-space:nowrap;background:#e5e7eb;border-radius:8px;padding:10px 14px}.filters button:hover{background:#d1d5db}.empty-state{text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:60px 20px}.empty-state h3{margin-bottom:8px}.empty-state p{color:#6b7280;margin-bottom:20px}.problem-list{gap:16px;display:grid}.problem-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px}.problem-card h3{margin-bottom:8px}.problem-card p{color:#6b7280;margin-bottom:6px}.problem-card label{margin:12px 0;font-weight:600;display:block}.problem-card label select{border:1px solid #d1d5db;border-radius:6px;margin-left:8px;padding:6px 8px}.problem-card a{color:#2563eb;margin-top:8px;text-decoration:none;display:inline-block}.problem-card a:hover{text-decoration:underline}.problem-actions{gap:10px;margin-top:16px;display:flex}.problem-actions button{background:#e5e7eb;border-radius:7px;padding:8px 14px}.problem-actions button:hover{background:#d1d5db}.form-container{background:#fff;border:1px solid #e5e7eb;border-radius:12px;max-width:700px;margin:0 auto;padding:24px}.form-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.form-header button{color:#6b7280;background:0 0}.form-group{margin-bottom:18px}.form-group label{margin-bottom:7px;font-weight:600;display:block}.form-group input,.form-group select{background:#fff;border:1px solid #d1d5db;border-radius:8px;width:100%;padding:11px 12px;font-size:15px}.form-group input:focus,.form-group select:focus{outline-offset:1px;outline:2px solid #2563eb}.form-actions{justify-content:flex-end;gap:10px;margin-top:24px;display:flex}.form-actions button{border-radius:8px;padding:10px 18px}.form-actions button:first-child{background:#e5e7eb}.form-actions button:last-child{color:#fff;background:#2563eb}.form-actions button:last-child:hover{background:#1d4ed8}.form-error{color:#991b1b;background:#fee2e2;border:1px solid #fca5a5;border-radius:8px;margin-bottom:18px;padding:10px 12px}@media (width<=900px){.stats,.filters{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.header{padding:20px}.header h1{font-size:24px}.main-content{padding:24px 16px}.stats{grid-template-columns:1fr;gap:12px}.stat-card{padding:20px}.section-header{flex-direction:column;align-items:flex-start;gap:12px}.section-header button{width:100%}.filters{grid-template-columns:1fr}.filters button{width:100%}.problem-card label select{width:100%;margin:8px 0 0;display:block}.problem-actions{flex-direction:column}.problem-actions button{width:100%}.form-container{padding:20px}.form-actions{flex-direction:column}.form-actions button{width:100%}}
