
.dh-card{border:1px solid #d7d7d7;border-radius:12px;padding:16px;margin:12px 0;background:#fff}
.dh-form label{display:block;margin:8px 0}
.dh-form input[type=text], .dh-form input[type=datetime-local], .dh-form select, .dh-form textarea{width:100%;padding:8px;border:1px solid #ccc;border-radius:8px}
.dh-btn{background:#264027;color:#fff;padding:10px 16px;border:none;border-radius:10px;cursor:pointer}
.dh-btn:hover{opacity:.9}
.dh-notice{padding:10px;border-radius:8px;margin:8px 0}
.dh-notice.success{background:#e9f7ef;border:1px solid #a3e4b8}
.dh-notice.error{background:#fdecea;border:1px solid #f5b7b1}
.dh-progress{height:12px;background:#eee;border-radius:8px;overflow:hidden;margin:8px 0 4px}
.dh-progress-bar{height:12px;background:#264027}
.dh-table{width:100%;border-collapse:collapse}
.dh-table th,.dh-table td{border-bottom:1px solid #eee;padding:8px;text-align:left}
