.offers-module__dmTxAG__pageWrapper{gap:0;height:calc(100vh - 80px);display:flex;position:relative;overflow:hidden}.offers-module__dmTxAG__mainArea{flex-direction:column;flex:1;gap:24px;padding:0;transition:width .3s ease-in-out;display:flex;overflow-y:auto}.offers-module__dmTxAG__shrunk{max-width:calc(100% - 600px)}.offers-module__dmTxAG__header{justify-content:space-between;align-items:center;display:flex}.offers-module__dmTxAG__title{letter-spacing:-.04em;margin-bottom:4px;font-size:1.8rem;font-weight:800}.offers-module__dmTxAG__subtitle{color:var(--text-secondary);font-size:.9rem}.offers-module__dmTxAG__headerActions{gap:12px;display:flex}.offers-module__dmTxAG__refreshBtn{background:var(--bg-tertiary);color:var(--text-secondary);border:1px solid var(--border-color);border-radius:8px;padding:10px}.offers-module__dmTxAG__primaryBtn{background:var(--accent-primary);color:#fff;border-radius:8px;align-items:center;gap:8px;padding:10px 20px;font-size:.9rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 12px #4f46e54d}.offers-module__dmTxAG__primaryBtn:hover{background:var(--accent-secondary);transform:translateY(-1px)}.offers-module__dmTxAG__toolbar{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.offers-module__dmTxAG__searchBox{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:12px;flex:1;align-items:center;gap:12px;max-width:380px;padding:12px 18px;display:flex}.offers-module__dmTxAG__searchBox input{color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;font-size:.95rem}.offers-module__dmTxAG__filterTabs{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:10px;gap:4px;padding:4px;display:flex}.offers-module__dmTxAG__filterTab{color:var(--text-secondary);border-radius:6px;padding:8px 16px;font-size:.82rem;font-weight:700}.offers-module__dmTxAG__filterTab:hover{color:var(--text-primary)}.offers-module__dmTxAG__filterTabActive{background:var(--bg-secondary);box-shadow:0 4px 10px #0003;color:#fff!important}.offers-module__dmTxAG__tableWrapper{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:16px;overflow:hidden;box-shadow:0 10px 40px #0003}.offers-module__dmTxAG__table{border-collapse:collapse;width:100%}.offers-module__dmTxAG__table th{text-align:left;text-transform:uppercase;letter-spacing:.08em;color:var(--text-tertiary);border-bottom:1px solid var(--border-color);background:#0003;padding:14px 20px;font-size:.75rem;font-weight:700}.offers-module__dmTxAG__table td{vertical-align:middle;border-bottom:1px solid #ffffff08;padding:18px 20px}.offers-module__dmTxAG__row:hover{background:#ffffff04}.offers-module__dmTxAG__activeRow{border-left:4px solid var(--accent-primary);background:#4f46e514!important}.offers-module__dmTxAG__offerMain{flex-direction:column;gap:2px;display:flex}.offers-module__dmTxAG__brandTag{color:var(--accent-primary);text-transform:uppercase;letter-spacing:.04em;font-size:.68rem;font-weight:800}.offers-module__dmTxAG__offerName{color:var(--text-primary);font-size:.95rem;font-weight:700}.offers-module__dmTxAG__offerId{color:var(--text-tertiary);font-family:monospace;font-size:.75rem}.offers-module__dmTxAG__displayTitle{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;max-width:200px;font-size:.9rem;overflow:hidden}.offers-module__dmTxAG__revenueBadge{flex-direction:column;display:flex}.offers-module__dmTxAG__revVal{color:var(--text-primary);font-weight:700}.offers-module__dmTxAG__revType{color:var(--text-tertiary);font-size:.72rem}.offers-module__dmTxAG__leadIndicator{align-items:center;gap:8px;font-size:.82rem;font-weight:700;display:flex}.offers-module__dmTxAG__leadIndicator[data-enabled=true]{color:#34d399}.offers-module__dmTxAG__leadIndicator[data-enabled=false]{color:var(--text-tertiary)}.offers-module__dmTxAG__hookHint{color:var(--text-tertiary);background:#ffffff0d;border-radius:4px;padding:2px 6px;font-size:.65rem}.offers-module__dmTxAG__statusOn{color:#34d399;background:#34d3991a;border-radius:20px;padding:4px 10px;font-size:.75rem;font-weight:600}.offers-module__dmTxAG__statusOff{color:#f87171;background:#f871711a;border-radius:20px;padding:4px 10px;font-size:.75rem;font-weight:600}.offers-module__dmTxAG__actions{align-items:center;gap:12px;display:flex}.offers-module__dmTxAG__editBtn{color:var(--accent-primary);font-size:.85rem;font-weight:700}.offers-module__dmTxAG__iconBtn,.offers-module__dmTxAG__delBtn{color:var(--text-tertiary);padding:6px}.offers-module__dmTxAG__delBtn:hover{color:var(--error)}.offers-module__dmTxAG__panelBackdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#0009;justify-content:flex-end;display:flex;position:fixed;inset:0}.offers-module__dmTxAG__fullPanel{background:#121216;flex-direction:column;width:620px;height:100%;animation:.35s cubic-bezier(.4,0,.2,1) offers-module__dmTxAG__panelSlide;display:flex;box-shadow:-20px 0 80px #0009}@keyframes offers-module__dmTxAG__panelSlide{0%{transform:translate(100%)}to{transform:translate(0)}}.offers-module__dmTxAG__panelHeader{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:32px;display:flex}.offers-module__dmTxAG__panelTitleGroup{flex-direction:column;gap:2px;display:flex}.offers-module__dmTxAG__panelPreTitle{color:var(--accent-primary);letter-spacing:.06em;text-transform:uppercase;font-size:.75rem;font-weight:800}.offers-module__dmTxAG__closeBtn{color:var(--text-secondary);background:0 0}.offers-module__dmTxAG__tabsNav{border-bottom:1px solid var(--border-color);background:#0003;padding:6px;display:flex}.offers-module__dmTxAG__tabsNav button{color:var(--text-tertiary);border-radius:8px;flex:1;justify-content:center;align-items:center;gap:10px;padding:12px;font-size:.82rem;font-weight:700;transition:all .2s;display:flex}.offers-module__dmTxAG__tabActive{background:var(--bg-tertiary);box-shadow:0 4px 10px #0000004d;color:#fff!important}.offers-module__dmTxAG__panelBody{flex-direction:column;flex:1;gap:32px;padding:32px;display:flex;overflow-y:auto}.offers-module__dmTxAG__fieldSection{flex-direction:column;gap:20px;display:flex}.offers-module__dmTxAG__sectionHead{color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:10px;margin-bottom:4px;font-size:.88rem;font-weight:800;display:flex}.offers-module__dmTxAG__sectionHead:after{content:"";background:#ffffff0f;flex:1;height:1px}.offers-module__dmTxAG__field{flex-direction:column;gap:10px;display:flex}.offers-module__dmTxAG__field label{color:var(--text-secondary);font-size:.8rem;font-weight:700}.offers-module__dmTxAG__field input,.offers-module__dmTxAG__field select,.offers-module__dmTxAG__field textarea,.offers-module__dmTxAG__brandSelect{color:#fff;background:#ffffff08;border:1px solid #ffffff14;border-radius:10px;outline:none;padding:12px 16px;font-size:.9rem;transition:all .2s}.offers-module__dmTxAG__field input:focus,.offers-module__dmTxAG__field select:focus,.offers-module__dmTxAG__field textarea:focus{border-color:var(--accent-primary);background:#ffffff0d}.offers-module__dmTxAG__toggleRow{background:#ffffff05;border-radius:12px;gap:24px;padding:12px;display:flex}.offers-module__dmTxAG__toggle{color:var(--text-secondary);align-items:center;gap:12px;font-size:.85rem;font-weight:600;display:flex}.offers-module__dmTxAG__switch{width:44px;height:24px;position:relative}.offers-module__dmTxAG__switch input{opacity:0;width:0;height:0}.offers-module__dmTxAG__slider{background:#2a2a32;border-radius:20px;transition:all .3s;position:absolute;inset:0}.offers-module__dmTxAG__slider:before{content:"";background:#888;border-radius:50%;width:18px;height:18px;transition:all .3s;position:absolute;bottom:3px;left:3px}input:checked+.offers-module__dmTxAG__slider{background:var(--accent-primary)}input:checked+.offers-module__dmTxAG__slider:before{background:#fff;transform:translate(20px)}.offers-module__dmTxAG__subSettings{background:#00000026;border:1px solid #ffffff0a;border-radius:14px;flex-direction:column;gap:16px;margin-top:-8px;padding:20px;display:flex}.offers-module__dmTxAG__sectionTitleRow{justify-content:space-between;align-items:center;display:flex}.offers-module__dmTxAG__smallAddBtn{color:var(--accent-primary);background:#4f46e51a;border-radius:6px;padding:6px 12px;font-size:.75rem;font-weight:800}.offers-module__dmTxAG__questionsGrid{flex-direction:column;gap:12px;display:flex}.offers-module__dmTxAG__questionCard{background:#ffffff05;border:1px solid #ffffff0f;border-radius:12px;flex-direction:column;gap:12px;padding:16px;display:flex}.offers-module__dmTxAG__qTop{color:var(--accent-primary);justify-content:space-between;align-items:center;font-size:.72rem;font-weight:800;display:flex}.offers-module__dmTxAG__qMeta{align-items:center;gap:16px;display:flex}.offers-module__dmTxAG__qMeta select{background:#0003;flex:1;padding:6px 10px;font-size:.8rem}.offers-module__dmTxAG__qReq{color:var(--text-secondary);cursor:pointer;align-items:center;gap:8px;font-size:.8rem;font-weight:600;display:flex}.offers-module__dmTxAG__brandSelect{border-color:var(--accent-primary);background:#4f46e50d;width:100%;padding:14px;font-size:1rem}.offers-module__dmTxAG__brandSummary{background:#4f46e50d;border:1px solid #4f46e526;border-radius:16px;flex-direction:column;gap:20px;padding:24px;display:flex}.offers-module__dmTxAG__summaryHead{color:var(--accent-primary);align-items:center;gap:10px;font-size:1.05rem;font-weight:800;display:flex}.offers-module__dmTxAG__summaryGrid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.offers-module__dmTxAG__summaryItem{flex-direction:column;gap:4px;display:flex}.offers-module__dmTxAG__summaryItem label{text-transform:uppercase;color:var(--text-tertiary);font-size:.65rem;font-weight:800}.offers-module__dmTxAG__summaryItem span{color:var(--text-primary);font-size:.85rem;font-weight:700}.offers-module__dmTxAG__summaryContacts{border-top:1px solid #ffffff0f;flex-direction:column;gap:8px;padding-top:16px;display:flex}.offers-module__dmTxAG__summaryContacts label{color:var(--text-secondary);font-size:.75rem;font-weight:600}.offers-module__dmTxAG__miniContact{color:var(--text-secondary);font-size:.82rem}.offers-module__dmTxAG__brandHint{color:var(--text-tertiary);font-size:.78rem;font-style:italic;line-height:1.4}.offers-module__dmTxAG__panelFooter{border-top:1px solid var(--border-color);background:#121216;justify-content:flex-end;gap:16px;padding:24px 32px;display:flex}.offers-module__dmTxAG__cancelBtn{color:var(--text-tertiary);font-size:.9rem;font-weight:600}.offers-module__dmTxAG__saveBtn{background:var(--accent-primary);color:#fff;border-radius:10px;padding:12px 28px;font-size:.95rem;font-weight:800;box-shadow:0 4px 20px #4f46e566}.offers-module__dmTxAG__saveBtn:disabled{opacity:.5}
