.ntech-dmca-button-wrap{margin:18px 0}
.ntech-suite-front .ntech-dmca-button-wrap .ntech-button{min-width:160px}

.ntech-dmca-card{padding:22px;border:1px solid rgba(15,23,42,.08);border-radius:20px;background:#fff;box-shadow:0 10px 30px rgba(15,23,42,.04)}
.ntech-dmca-head{margin-bottom:18px}
.ntech-dmca-head .ntech-kicker{margin:0 0 6px;color:var(--ntech-suite-primary,var(--ntech-primary));font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.ntech-dmca-head .ntech-title{margin:0 0 8px;font-size:clamp(1.45rem,2vw,1.95rem);line-height:1.15;letter-spacing:-.02em}
.ntech-dmca-head .ntech-desc{margin:0;color:#64748b;font-size:14px;line-height:1.7;max-width:760px}

.ntech-dmca-layout{display:grid;grid-template-columns:minmax(240px,.82fr) minmax(0,1.35fr);gap:18px;align-items:start}
.ntech-dmca-sidebar,.ntech-dmca-section,.ntech-dmca-help{border:1px solid rgba(15,23,42,.08);border-radius:18px;background:#fff}
.ntech-dmca-sidebar{display:grid;gap:14px}
.ntech-dmca-target{padding:16px 18px;background:#f8fafc;border-radius:18px;font-size:13px;line-height:1.65}
.ntech-dmca-target strong{display:block;margin-bottom:6px;font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:#64748b}
.ntech-dmca-target span{display:block;font-size:15px;font-weight:700;color:#0f172a;line-height:1.4}
.ntech-dmca-target .description{margin-top:8px;word-break:break-word}
.ntech-dmca-help{padding:16px 18px;background:linear-gradient(180deg,#fbfdff 0%,#fff 100%)}
.ntech-dmca-help__label{margin:0 0 10px;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--ntech-suite-primary,var(--ntech-primary))}
.ntech-dmca-help__list{margin:0;padding-left:18px;color:#475569;font-size:13px;line-height:1.75}
.ntech-dmca-help__list li+li{margin-top:6px}
.ntech-dmca-main{min-width:0}
.ntech-dmca-form{display:grid;gap:16px}
.ntech-dmca-section{padding:18px}
.ntech-dmca-section__head{margin-bottom:14px}
.ntech-dmca-section__head h4{margin:0 0 4px;font-size:16px;line-height:1.3;color:#0f172a}
.ntech-dmca-section__head p{margin:0;color:#64748b;font-size:13px;line-height:1.7}
.ntech-field-grid--dmca{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.ntech-field-grid--dmca-compact{grid-template-columns:minmax(200px,.8fr) minmax(0,1.2fr)}
.ntech-field-card--full{grid-column:1/-1}
.ntech-field-card--checks{display:grid;gap:10px}
.ntech-textarea{min-height:140px;resize:vertical}
.ntech-dmca-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:4px}
.ntech-dmca-message{flex:1 1 220px;font-size:13px;line-height:1.6;color:#64748b;min-height:22px}
.ntech-dmca-message.is-success{color:#15803d}.ntech-dmca-message.is-error{color:#b91c1c}

.ntech-dmca-modal{position:fixed;inset:0;z-index:999999;display:none}
.ntech-dmca-modal.is-open{display:block}
.ntech-dmca-backdrop{position:absolute;inset:0;background:rgba(2,6,23,.54);backdrop-filter:blur(2px)}
.ntech-dmca-dialog{position:relative;max-width:980px;margin:4vh auto;background:#fff;border-radius:24px;box-shadow:0 30px 80px rgba(2,6,23,.28);overflow:auto;max-height:92vh}
.ntech-dmca-dialog__inner{padding:0}
.ntech-dmca-close{position:absolute;right:14px;top:12px;border:none;background:rgba(15,23,42,.08);width:36px;height:36px;border-radius:999px;font-size:26px;line-height:1;cursor:pointer;z-index:2}
body.ntech-dmca-open{overflow:hidden}

@media (max-width: 1024px){
  .ntech-dmca-layout{grid-template-columns:1fr}
}
@media (max-width: 782px){
  .ntech-dmca-dialog{margin:0;max-width:none;max-height:none;height:100vh;border-radius:0}
  .ntech-dmca-card{padding:18px;border-radius:0}
  .ntech-dmca-head .ntech-title{font-size:1.35rem}
  .ntech-field-grid--dmca,
  .ntech-field-grid--dmca-compact{grid-template-columns:1fr}
  .ntech-dmca-section,
  .ntech-dmca-target,
  .ntech-dmca-help{padding:16px}
  .ntech-dmca-actions .ntech-button,
  .ntech-dmca-actions .button.ntech-button{width:100%}
}
