.header{display:flex;align-items:center;justify-content:space-between;padding:20px;background-color:#49668f;color:#000;font-weight:600;width:100%;box-shadow:0 2px 8px #00000014}.header-title{font-size:28px;font-weight:700;color:#000;text-decoration:none;cursor:pointer}.header-title,.nav-links{color:#f9fafb}*{box-sizing:border-box;font-family:system-ui,sans-serif}.page{display:flex;align-items:center;justify-content:center;background:#f3f4f6}.modal{background:#fff;padding:2rem;width:100%;max-width:400px;border-radius:12px;box-shadow:0 10px 25px #0000001a}.form{display:flex;flex-direction:column;gap:1rem}.form input,.form select{padding:10px;border:1px solid #ccc;border-radius:6px;font-size:14px}.form button{padding:10px;background:#000;color:#fff;border:none;border-radius:6px;font-weight:700;cursor:pointer}.form button:hover{background:#333}.logo{font-size:24px}.nav{display:flex;gap:40px}.nav a{font-size:18px;color:#000;text-decoration:none}.nav a:hover{text-decoration:underline}.heading{padding-left:30px}.problems-list{margin-top:24px;display:flex;flex-direction:column;gap:12px}.problem-item{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;background-color:#f9fafb;border-radius:8px;font-size:14px}.delete-btn{background-color:transparent;border:1px solid #ef4444;color:#ef4444;padding:4px 10px;border-radius:6px;font-size:12px;cursor:pointer}.delete-btn:hover{background-color:#ef4444;color:#fff}.heading h1{font-size:28px;font-weight:700;margin:24px 0}.card{background-color:#fff;padding:16px;border-radius:12px;box-shadow:0 10px 20px #0b0b0b14}.card-label{font-size:18px;font-weight:6507;color:#575e6b;margin-bottom:6px}.card-value{font-size:24px;font-weight:700;color:#111827}.dashboard{min-height:100vh;background-color:#f3f4f6;padding:24px}.title{font-size:28px;font-weight:700;margin-bottom:20px}.stats-grid{display:flex;flex-direction:column;gap:16px;width:100%}.home{min-height:100vh;background-color:#f5f5f5}.hero{text-align:center;padding:64px 20px}.hero-title{font-size:42px;font-weight:800;margin-bottom:16px}.hero-subtitle{font-size:18px;color:#555;max-width:500px;margin:0 auto 32px}.hero-buttons{display:flex;justify-content:center;gap:16px}.btn{padding:12px 20px;border-radius:8px;text-decoration:none;font-weight:600}.btn.primary{background-color:#000;color:#fff}.btn.secondary{border:2px solid #000;color:#000}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;padding:40px 20px;max-width:900px;margin:auto}.feature-card{background-color:#fff;padding:20px;border-radius:12px;box-shadow:0 4px 12px #00000014}.feature-card h3{margin-bottom:8px}.analytics{padding:32px}.analytics h1{font-size:32px;margin-bottom:24px}.analytics-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:20px}.analytics-card{background-color:#fff;padding:20px;border-radius:12px;box-shadow:0 4px 12px #00000014}.analytics-card h3{font-size:16px;color:#555;margin-bottom:8px}.analytics-card p{font-size:24px;font-weight:700}.insights{margin-top:40px;background-color:#f9fafb;padding:24px;border-radius:12px}.insights h2{margin-bottom:8px}.analytics-card p,.stat-value{color:#6366f1}.btn.primary{background-color:#6366f1}
