.dus-dashboard{padding:24px;border:1px solid #e5e7eb;border-radius:14px;background:#fff;max-width:980px;margin:20px auto;box-sizing:border-box;box-shadow:0 8px 24px rgba(0,0,0,.06)}.dus-dashboard h2{margin:0 0 10px;font-size:28px;line-height:1.2}.dus-dashboard h3{margin-top:0;margin-bottom:10px;font-size:20px}.dus-dashboard p{margin:0 0 12px;color:#4b5563}.dus-subtitle{margin-bottom:0}.dus-header{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px;flex-wrap:wrap}.dus-actions{display:flex;gap:12px;flex-wrap:wrap}.dus-btn{display:inline-block;padding:12px 18px;border-radius:10px;text-decoration:none;font-weight:600;transition:all .2s ease;border:none;cursor:pointer}.dus-btn-primary{background:#8335a3;color:#fff}.dus-btn-primary:hover{background:#6f2c8b;color:#fff}.dus-btn-secondary{background:#111827;color:#fff}.dus-btn-secondary:hover{background:#000;color:#fff}.dus-btn-danger{background:#dc2626;color:#fff}.dus-btn-danger:hover{background:#b91c1c;color:#fff}.dus-btn-small{padding:8px 14px;font-size:14px}.dus-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-bottom:24px}.dus-card{border:1px solid #e5e7eb;border-radius:12px;padding:18px;background:#fafafa}.dus-upload-form input[type=file]{width:100%;margin-bottom:12px}.dus-help{font-size:14px;color:#6b7280}.dus-files-section{margin-top:10px}.dus-files-table-wrap{overflow-x:auto}.dus-files-table{width:100%;border-collapse:collapse;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden}.dus-files-table th,.dus-files-table td{padding:14px;text-align:left;border-bottom:1px solid #e5e7eb;vertical-align:middle}.dus-files-table thead th{background:#f9fafb;color:#111827}.dus-empty-state{border:1px dashed #d1d5db;border-radius:12px;padding:20px;background:#fafafa}.dus-notice{padding:14px 16px;border-radius:10px;margin-bottom:20px}.dus-notice p{margin:0}.dus-notice-success{background:#ecfdf5;border:1px solid #10b981}.dus-notice-error{background:#fef2f2;border:1px solid #ef4444}.dus-inline-form{display:inline-block;margin:0}@media (max-width:767px){.dus-card-grid{grid-template-columns:1fr}.dus-dashboard{padding:18px}.dus-dashboard h2{font-size:24px}}