/* dmm-public.css (compiled without CSS variables) */
.dmm-calc{border:1px solid #e5e7eb;border-radius:12px;background:#ffffff;max-width:460px;margin:18px 0;box-shadow:0 4px 16px rgba(0,0,0,.05);overflow:hidden;font-family:system-ui,Arial}
.dmm-head{padding:14px 16px;border-bottom:1px solid #e5e7eb;background:#fff}
.dmm-title{margin:0;font-size:18px;color:#111827}
.dmm-body{padding:16px}
.dmm-body label{display:block;font-size:14px;color:#374151;margin-bottom:8px}
.dmm-body input{width:100%;padding:10px;border:1px solid #d1d5db;border-radius:8px;margin-top:6px}
.dmm-btn{display:inline-block;border:none;border-radius:8px;padding:10px 14px;cursor:pointer;font-weight:600}
.dmm-primary{background:#c30000;color:#fff}
.dmm-primary:hover{background:#900}
.dmm-ghost{background:#f5f5f5;border:1px solid #d8d8d8;color:#111}
.dmm-ghost:hover{background:#eee}
.dmm-share{display:flex;gap:8px;flex-wrap:wrap;padding:12px 16px;border-top:1px solid #e5e7eb;background:#fafafa}
.dmm-out{margin-top:12px;font-weight:700;color:#111}
.dmm-foot{padding:12px 16px;font-size:12px;color:#6b7280;text-align:center;border-top:1px solid #e5e7eb;background:#fff}
.dmm-toast{position:fixed;bottom:20px;right:20px;background:#c30000;color:#fff;padding:10px 14px;border-radius:8px;opacity:0;transform:translateY(8px);transition:all .25s ease;z-index:9999}
.dmm-toast.show{opacity:1;transform:none}
