/* WhatsIssue Power Features — All Styles */
* { box-sizing: border-box; }

/* ═══ VENT TO ACTION ═══ */
.wipf-v2a-wrap { max-width: 800px; margin: 0 auto; font-family: inherit; }
.wipf-v2a-hero { text-align: center; padding: 40px 20px 32px; }
.wipf-v2a-hero-icon { font-size: 56px; margin-bottom: 12px; }
.wipf-v2a-title { font-size: 36px; font-weight: 900; color: #fff; margin: 0 0 12px; }
.wipf-v2a-subtitle { font-size: 16px; color: #aaa; line-height: 1.6; margin: 0; }
.wipf-v2a-subtitle em { color: #e84393; font-style: normal; font-weight: 700; }

.wipf-v2a-form-card { background: #1a1a2e; border: 1px solid #2d2d5e; border-radius: 14px; padding: 28px; margin-bottom: 24px; }
.wipf-v2a-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.wipf-v2a-field { display: flex; flex-direction: column; gap: 6px; }
.wipf-label { font-size: 13px; color: #aaa; font-weight: 600; }
.wipf-select { background: #0d0d1a; border: 1px solid #2d2d5e; color: #e2e8f0; padding: 10px; border-radius: 8px; font-size: 14px; }
.wipf-select:focus { outline: none; border-color: #e84393; }

.wipf-v2a-rant-wrap { margin-bottom: 16px; }
.wipf-textarea { width: 100%; background: #0d0d1a; border: 1px solid #2d2d5e; color: #e2e8f0; padding: 14px; border-radius: 8px; font-size: 14px; resize: vertical; line-height: 1.6; }
.wipf-textarea:focus { outline: none; border-color: #e84393; }
.wipf-rant-counter { font-size: 11px; color: #555; text-align: right; margin-top: 4px; }

.wipf-convert-btn { width: 100%; background: linear-gradient(135deg, #e84393, #9333ea); color: #fff; border: none; padding: 16px; border-radius: 8px; font-size: 16px; font-weight: 800; cursor: pointer; letter-spacing: .5px; transition: opacity .2s, transform .1s; }
.wipf-convert-btn:hover { opacity: .9; transform: translateY(-1px); }
.wipf-convert-btn:disabled { opacity: .5; cursor: not-allowed; }
.wipf-disclaimer { font-size: 11px; color: #555; text-align: center; margin: 10px 0 0; }

/* Loading */
.wipf-loading { text-align: center; padding: 60px 20px; }
.wipf-loading-spinner { width: 48px; height: 48px; border: 4px solid #2d2d5e; border-top-color: #e84393; border-radius: 50%; animation: wipf-spin 1s linear infinite; margin: 0 auto 20px; }
@keyframes wipf-spin { to { transform: rotate(360deg); } }
.wipf-loading-text { color: #888; font-size: 15px; }

/* Result */
.wipf-result-header { text-align: center; margin-bottom: 24px; }
.wipf-result-badge { display: inline-block; background: linear-gradient(135deg, #e84393, #9333ea); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: 2px; padding: 4px 14px; border-radius: 20px; margin-bottom: 12px; }
.wipf-result-title { font-size: 26px; font-weight: 900; color: #fff; margin: 0 0 8px; }
.wipf-result-sub { font-size: 14px; color: #888; margin: 0; }

.wipf-letter-card { background: #0d0d1a; border: 1px solid #2d2d5e; border-radius: 12px; overflow: hidden; margin-bottom: 24px; }
.wipf-letter-toolbar { background: #1a1a2e; padding: 12px 16px; display: flex; gap: 8px; flex-wrap: wrap; border-bottom: 1px solid #2d2d5e; }
.wipf-tool-btn { background: #2d2d5e; color: #e2e8f0; border: none; padding: 7px 14px; border-radius: 6px; font-size: 13px; cursor: pointer; transition: background .2s; }
.wipf-tool-btn:hover { background: #e84393; }
.wipf-tool-secondary { background: transparent; border: 1px solid #2d2d5e; }
.wipf-letter-body { padding: 24px; font-size: 14px; color: #e2e8f0; line-height: 1.8; white-space: pre-wrap; font-family: 'Georgia', serif; }
.wipf-letter-highlight { background: rgba(232,67,147,.2); color: #e84393; border-radius: 3px; padding: 1px 3px; }

/* Escalation */
.wipf-escalation-section { margin-bottom: 24px; }
.wipf-esc-title { font-size: 18px; font-weight: 700; color: #e2e8f0; margin: 0 0 14px; }
.wipf-esc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.wipf-esc-card { background: #1a1a2e; border: 1px solid #2d2d5e; border-radius: 8px; padding: 14px; }
.wipf-esc-icon { font-size: 20px; margin-bottom: 6px; }
.wipf-esc-name { font-size: 13px; font-weight: 700; color: #e2e8f0; margin-bottom: 6px; }
.wipf-esc-btn { display: inline-block; background: #e84393; color: #fff; padding: 6px 14px; border-radius: 6px; font-size: 12px; text-decoration: none; font-weight: 600; }

/* Next Steps */
.wipf-next-steps { background: #1a1a2e; border: 1px solid #2d2d5e; border-radius: 12px; padding: 20px; }
.wipf-next-steps h3 { font-size: 16px; color: #e2e8f0; margin: 0 0 14px; }
.wipf-next-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.wipf-next-card { background: #0d0d1a; border: 1px solid #2d2d5e; border-radius: 8px; padding: 14px; text-align: center; }
.wipf-next-icon { font-size: 24px; margin-bottom: 8px; }
.wipf-next-text { font-size: 12px; color: #888; margin-bottom: 10px; line-height: 1.4; }
.wipf-next-link { color: #e84393; font-size: 12px; font-weight: 700; text-decoration: none; }

/* ═══ ME TOO ═══ */
.wipf-metoo-wrap { background: #1a1a2e; border: 1px solid #2d2d5e; border-radius: 12px; padding: 22px; margin: 24px 0; }
.wipf-metoo-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.wipf-metoo-title { font-size: 18px; font-weight: 700; color: #e2e8f0; margin: 0; }
.wipf-metoo-badge { font-size: 12px; font-weight: 700; }
.wipf-metoo-total { text-align: center; padding: 14px 0; border-bottom: 1px solid #2d2d5e; margin-bottom: 14px; }
.wipf-metoo-big-num { font-size: 40px; font-weight: 900; color: #e84393; display: block; }
.wipf-metoo-big-label { font-size: 13px; color: #888; }
.wipf-metoo-empty { color: #666; font-size: 13px; text-align: center; padding: 16px 0; }

.wipf-metoo-cats { margin-bottom: 18px; }
.wipf-metoo-cat-row { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.wipf-metoo-cat-label { font-size: 12px; color: #aaa; width: 140px; flex-shrink: 0; }
.wipf-metoo-cat-bar-bg { flex: 1; background: #0d0d1a; border-radius: 99px; height: 6px; overflow: hidden; }
.wipf-metoo-cat-bar { height: 100%; background: #e84393; border-radius: 99px; transition: width .6s; }
.wipf-metoo-cat-count { font-size: 12px; color: #aaa; width: 30px; text-align: right; }

.wipf-metoo-form-title { font-size: 14px; color: #aaa; margin-bottom: 12px; }
.wipf-metoo-cats-select { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }
.wipf-cat-btn { background: #0d0d1a; border: 1px solid #2d2d5e; color: #aaa; padding: 7px 12px; border-radius: 20px; font-size: 12px; cursor: pointer; transition: all .2s; }
.wipf-cat-btn:hover { border-color: #e84393; color: #e84393; }
.wipf-cat-btn.active { background: #e84393; border-color: #e84393; color: #fff; }

.wipf-metoo-email-row { display: flex; gap: 8px; margin-top: 8px; }
.wipf-email-input { flex: 1; background: #0d0d1a; border: 1px solid #2d2d5e; color: #e2e8f0; padding: 9px 12px; border-radius: 6px; font-size: 13px; }
.wipf-metoo-submit-btn { background: #e84393; color: #fff; border: none; padding: 9px 18px; border-radius: 6px; font-size: 13px; font-weight: 700; cursor: pointer; white-space: nowrap; }
.wipf-metoo-msg { margin-top: 10px; font-size: 13px; }

/* ═══ DASHBOARD ═══ */
.wipf-dash-wrap { max-width: 1000px; margin: 0 auto; font-family: inherit; }
.wipf-dash-header { text-align: center; margin-bottom: 28px; padding: 32px 20px 0; }
.wipf-dash-title { font-size: 30px; font-weight: 900; color: #fff; margin: 0 0 8px; }
.wipf-dash-sub { font-size: 14px; color: #888; margin: 0 0 10px; }
.wipf-dash-updated { font-size: 11px; color: #555; }

.wipf-bleeding-meter { background: linear-gradient(135deg, #1a0a2e, #2e0a1a); border: 1px solid #4a1a6c; border-radius: 14px; padding: 24px; margin-bottom: 28px; }
.wipf-bleeding-label { font-size: 13px; color: #aaa; margin-bottom: 16px; text-align: center; text-transform: uppercase; letter-spacing: 1px; font-weight: 700; }
.wipf-bleeding-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.wipf-bleeding-box { text-align: center; }
.wipf-bleeding-num { font-size: 28px; font-weight: 900; color: #e2e8f0; }
.wipf-bleeding-lbl { font-size: 11px; color: #888; margin-top: 4px; }
.wipf-orange { color: #f97316 !important; }
.wipf-yellow { color: #eab308 !important; }
.wipf-green  { color: #22c55e !important; }

.wipf-dash-section { margin-bottom: 28px; }
.wipf-dash-section-title { font-size: 16px; font-weight: 700; color: #e2e8f0; margin: 0 0 14px; }

.wipf-hot-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.wipf-hot-card { background: #1a1a2e; border: 2px solid #2d2d5e; border-radius: 10px; padding: 16px; text-align: center; }
.wipf-hot-rank { font-size: 22px; margin-bottom: 6px; }
.wipf-hot-name { font-size: 14px; font-weight: 700; margin-bottom: 4px; }
.wipf-hot-name a { color: #e2e8f0; text-decoration: none; }
.wipf-hot-name a:hover { color: #e84393; }
.wipf-hot-industry { font-size: 11px; color: #666; text-transform: uppercase; margin-bottom: 10px; }
.wipf-hot-score { font-size: 32px; font-weight: 900; }
.wipf-hot-label { font-size: 10px; color: #666; }
.wipf-hot-articles { font-size: 11px; color: #888; margin-top: 6px; }

.wipf-groups-list { background: #1a1a2e; border: 1px solid #2d2d5e; border-radius: 10px; overflow: hidden; }
.wipf-group-row { display: flex; justify-content: space-between; align-items: center; padding: 14px 18px; border-bottom: 1px solid #0d0d1a; }
.wipf-group-row:last-child { border-bottom: none; }
.wipf-group-info { display: flex; align-items: center; gap: 12px; }
.wipf-group-icon { font-size: 20px; }
.wipf-group-name { font-size: 13px; color: #e2e8f0; font-weight: 600; margin-bottom: 3px; }
.wipf-group-name a { color: inherit; text-decoration: none; }
.wipf-group-name a:hover { color: #e84393; }
.wipf-group-badge { font-size: 11px; font-weight: 700; }
.wipf-group-count { text-align: right; }
.wipf-group-num { font-size: 22px; font-weight: 900; color: #e84393; display: block; }
.wipf-group-ppl { font-size: 11px; color: #888; }

.wipf-trend-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.wipf-trend-card { background: #1a1a2e; border: 1px solid #2d2d5e; border-radius: 8px; padding: 14px; text-align: center; }
.wipf-trend-industry { font-size: 11px; color: #888; text-transform: uppercase; margin-bottom: 6px; }
.wipf-trend-count { font-size: 22px; font-weight: 900; }
.wipf-trend-label { font-size: 10px; color: #666; margin-top: 4px; }

.wipf-dash-cta { background: linear-gradient(135deg, #1a1a2e, #2e1a3a); border: 1px solid #4a2d7c; border-radius: 14px; padding: 32px; text-align: center; }
.wipf-dash-cta h2 { font-size: 22px; color: #fff; margin: 0 0 8px; }
.wipf-dash-cta p { color: #888; margin: 0 0 20px; }
.wipf-dash-cta-btns { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.wipf-cta-btn { padding: 12px 24px; border-radius: 8px; font-size: 14px; font-weight: 700; text-decoration: none; }
.wipf-cta-primary { background: #e84393; color: #fff; }
.wipf-cta-secondary { background: transparent; border: 2px solid #e84393; color: #e84393; }

/* ═══ SUBSCRIBE ═══ */
.wipf-subscribe-wrap { background: #1a1a2e; border: 1px solid #2d2d5e; border-radius: 10px; padding: 18px; }
.wipf-subscribe-label { font-size: 13px; color: #aaa; margin: 0 0 10px; }
.wipf-subscribe-row { display: flex; gap: 8px; }
.wipf-sub-input { flex: 1; background: #0d0d1a; border: 1px solid #2d2d5e; color: #e2e8f0; padding: 9px 12px; border-radius: 6px; font-size: 13px; }
.wipf-sub-btn { background: #e84393; color: #fff; border: none; padding: 9px 18px; border-radius: 6px; font-size: 13px; font-weight: 700; cursor: pointer; white-space: nowrap; }

/* Mini Meter */
.wipf-mini-meter { background: #1a1a2e; border: 1px solid #2d2d5e; border-radius: 8px; padding: 12px 18px; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; font-size: 13px; color: #aaa; }
.wipf-mini-icon { font-size: 18px; }
.wipf-mini-link { color: #e84393; text-decoration: none; font-weight: 600; white-space: nowrap; }

/* Responsive */
@media(max-width:700px){
    .wipf-v2a-form-row { grid-template-columns: 1fr; }
    .wipf-next-grid { grid-template-columns: 1fr; }
    .wipf-esc-grid { grid-template-columns: 1fr; }
    .wipf-hot-grid { grid-template-columns: 1fr 1fr; }
    .wipf-bleeding-grid { grid-template-columns: repeat(2,1fr); }
    .wipf-trend-grid { grid-template-columns: repeat(2,1fr); }
}
