.dashboard-container{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);justify-content:center;align-items:center;min-height:100vh;padding:2rem;font-family:Poppins,sans-serif;display:grid}.dashboard-card{background:#fff;border-radius:1rem;width:100%;max-width:800px;padding:2.5rem;transition:transform .3s,box-shadow .3s;box-shadow:0 20px 40px rgba(0,0,0,.08)}.dashboard-card:hover{transform:translateY(-5px);box-shadow:0 30px 60px rgba(0,0,0,.12)}.dashboard-title{text-align:center;background:linear-gradient(90deg,#ff8a00,#e52e71);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:2rem;font-size:2.5rem;font-weight:700}.dashboard-input,.dashboard-select{border:1px solid #ddd;border-radius:.75rem;outline:none;width:100%;margin:5px 0;padding:.8rem 1rem;font-size:1rem;transition:border .3s,box-shadow .3s}.dashboard-input:focus,.dashboard-select:focus{border-color:#e52e71;box-shadow:0 0 8px rgba(229,46,113,.3)}.dashboard-checkbox{accent-color:#e52e71;width:1.2rem;height:1.2rem;margin-top:5px}span{margin-bottom:10px}.dashboard-footer{text-align:center;color:#777;opacity:.8;margin-top:2rem;font-size:.9rem}.dashboard-button{cursor:pointer;color:#fff;border:none;border-radius:.75rem;padding:.8rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s}.dashboard-button-outline{background:#ff8a00}.dashboard-button-outline:hover{background:#e57300}.dashboard-button-article{background:#e52e71}.dashboard-button-article:hover{background:#c2185b}.dashboard-button:disabled{cursor:not-allowed;background:#aaa!important}.dashboard-loader{text-align:center;color:#e52e71;margin-top:1.5rem;font-size:1.1rem;font-weight:600}.dashboard-output{flex-direction:column;gap:1.5rem;margin-top:2rem;display:flex}.dashboard-outline{background:#fdf5f7;border-left:5px solid #e52e71;border-radius:.75rem;padding:1.5rem}.dashboard-outline-title{color:#e52e71;margin-bottom:.5rem;font-weight:700}.dashboard-article{color:#333;background:#f0f4ff;border-radius:.75rem;padding:1.5rem;line-height:1.7}@media (max-width:768px){.dashboard-card{padding:1.5rem}.dashboard-title{font-size:2rem}.dashboard-button{width:100%;margin-top:10px;margin-bottom:10px}.grid.md\:grid-cols-3{grid-template-columns:1fr}}
