.mtp-compose-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:18px}.mtp-panel{min-width:0;padding:18px;border:1px solid #dfe8e4;border-radius:16px;background:#fbfdfc}.mtp-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:15px}.mtp-panel-head b,.mtp-panel-head small{display:block}.mtp-panel-head b{color:#22322d;font-size:16px}.mtp-panel-head small{margin-top:4px;color:#7a8682;font-size:12px}.mtp-panel-head>span{flex:0 0 auto;padding:4px 8px;border-radius:999px;background:#edf6f2;color:#4f6e63;font-size:11px}.mtp-textarea{min-height:220px;resize:vertical;line-height:1.65}.mtp-drop-zone{display:flex;align-items:center;gap:13px;padding:18px;border:2px dashed #c4d8cf;border-radius:14px;background:linear-gradient(135deg,#f8fcfa,#eef8f3);cursor:pointer;transition:.18s ease}.mtp-drop-zone:hover,.mtp-drop-zone.is-dragging{border-color:#19b77c;background:#e9f9f2;transform:translateY(-1px)}.mtp-drop-zone:focus-visible{outline:3px solid #28d99a40;outline-offset:3px}.mtp-drop-icon{display:grid;width:48px;height:48px;place-items:center;flex:0 0 48px;border-radius:13px;background:#19b77c;color:#fff;font-size:25px;font-weight:700;box-shadow:0 8px 20px #19b77c2d}.mtp-drop-zone>div{min-width:0;flex:1}.mtp-drop-zone b,.mtp-drop-zone small{display:block}.mtp-drop-zone b{color:#24332e;font-size:14px}.mtp-drop-zone small{margin-top:5px;color:#73807b;font-size:11px;line-height:1.45}.mtp-drop-zone .secondary{flex:0 0 auto;min-height:38px;padding:8px 12px;font-size:12px}.mtp-file-list{display:flex;max-height:246px;flex-direction:column;gap:8px;margin-top:12px;overflow:auto}.mtp-file-empty{padding:20px;text-align:center;border:1px dashed #dce5e1;border-radius:12px;color:#89938f;font-size:13px}.mtp-file-item{display:flex;align-items:center;gap:10px;padding:10px 11px;border:1px solid #e1e9e5;border-radius:11px;background:#fff}.mtp-file-kind{display:grid;width:38px;height:38px;place-items:center;flex:0 0 38px;border-radius:9px;background:#edf6f2;color:#21825e;font-size:10px;font-weight:900;text-transform:uppercase}.mtp-file-copy{min-width:0;flex:1}.mtp-file-copy b,.mtp-file-copy small{display:block}.mtp-file-copy b{overflow:hidden;color:#2d3935;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.mtp-file-copy small{margin-top:3px;color:#87918d;font-size:10px}.mtp-file-remove{display:grid;width:32px;height:32px;place-items:center;flex:0 0 32px;border:0;border-radius:8px;background:#fff1f2;color:#c84d5c;cursor:pointer;font-size:17px}.mtp-file-remove:hover{background:#ffe4e7}.mtp-options{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;margin-top:18px}.mtp-options .field{min-width:0}.mtp-actions{align-items:center}.mtp-progress-panel{margin-top:18px;padding:15px;border:1px solid #dce8e3;border-radius:13px;background:#f8fbfa}.mtp-progress-panel>div{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.mtp-progress-panel span{font-size:13px;color:#6f7d78}.mtp-progress-panel progress{display:block;width:100%;height:10px;accent-color:#19b77c}.mtp-result-toolbar{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:22px;padding:14px 16px;border:1px solid #cfe8dc;border-radius:14px;background:linear-gradient(135deg,#f2fbf7,#eaf8f1)}.mtp-result-toolbar b,.mtp-result-toolbar span{display:block}.mtp-result-toolbar b{color:#1f5f48}.mtp-result-toolbar span{margin-top:3px;color:#698078;font-size:12px}.mtp-compatibility{margin-top:12px;padding:13px 16px;border:1px solid #ead9aa;border-radius:12px;background:#fffaf0;color:#6f5d2e}.mtp-compatibility b{display:block;margin-bottom:5px;font-size:13px}.mtp-compatibility ul{margin:0;padding-left:19px;font-size:12px;line-height:1.55}.mtp-preview{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:16px}.mtp-preview-card{min-width:0;overflow:hidden;border:1px solid #dce6e2;border-radius:13px;background:#fff}.mtp-preview-sheet{display:grid;aspect-ratio:3/4;place-items:center;padding:8px;background:linear-gradient(135deg,#eef4f1,#e7efeb)}.mtp-preview-sheet.is-landscape{aspect-ratio:4/3}.mtp-preview-sheet img{display:block;max-width:100%;max-height:100%;object-fit:contain;box-shadow:0 5px 16px #17272224}.mtp-preview-card span{display:block;padding:9px 10px;color:#5d6a65;font-size:11px;text-align:center}.mtp-error{grid-column:1/-1;padding:28px;text-align:center;border:1px dashed #efc8cd;border-radius:13px;background:#fffafb;color:#b54b59}.mtp-actions button:disabled,.mtp-result-toolbar button:disabled{cursor:not-allowed;opacity:.5}@media(max-width:1100px){.mtp-options{grid-template-columns:repeat(3,minmax(0,1fr))}.mtp-preview{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:800px){.mtp-compose-grid{grid-template-columns:1fr}.mtp-preview{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.mtp-panel{padding:14px}.mtp-drop-zone{align-items:flex-start;flex-wrap:wrap}.mtp-drop-zone .secondary{width:100%}.mtp-options,.mtp-preview{grid-template-columns:1fr}.mtp-result-toolbar{align-items:stretch;flex-direction:column}.mtp-result-toolbar .primary{width:100%}.mtp-textarea{min-height:180px}}
