.mtt-wrap{max-width:800px;margin:20px auto;padding:20px;background:#fff;border:1px solid #e5e7eb;border-radius:12px}
.mtt-field{margin-bottom:16px}
.mtt-field input[type="date"], .mtt-field input[type="number"], .mtt-field textarea{width:100%;max-width:100%}
.mtt-card{padding:16px;border:1px solid #e5e7eb;border-radius:10px;margin:12px 0;background:#fafafa}
.mtt-notice{padding:10px 12px;background:#eef6ff;border:1px solid #bcdcff;border-radius:8px;margin-bottom:12px}
.mtt-compare{display:grid;grid-template-columns:1fr;gap:12px}
@media (min-width:700px){.mtt-compare{grid-template-columns:1fr 1fr}}
.mtt-compare-block{border:1px dashed #ddd;border-radius:8px;padding:10px;background:#fff}
.mtt-toggle{margin:12px 0 24px 0;padding:10px;background:#f6f6f6;border:1px solid #e5e7eb;border-radius:8px;display:flex;gap:10px;align-items:center}