/* EncuestaPress 0.9.14 — panel azul, acceso y registro separados. */
.ep-account,
.ep-account-auth-grid,
.ep-pricing-grid {
	--epa: #ff5f2a;
	--epa-dark: #c9360d;
	--epa-electric: #ff5f2a;
	--epa-navy: #303238;
	--epa-ink: #303238;
	--epa-muted: #61718a;
	--epa-line: #fff1eb;
	--epa-soft: #fff1eb;
	--epa-surface: #fff;
	--epa-success: #c9360d;
	--epa-warning: #a66400;
	--epa-danger: #bf2944;
	--epa-shadow: 0 18px 45px rgba(201,54,13,.10);
}

/* EncuestaPress 0.9.15 — acceso propio, contrastado y sin salida a wp-login.php. */
body.ep-account-app:not(.logged-in),body.ep-account-access-page:not(.logged-in){background:radial-gradient(circle at 15% 18%,rgba(255,95,42,.13),transparent 30%),linear-gradient(180deg,#fff1eb 0%,#fff 52%,#fff1eb 100%)}
.ep-account-login,.ep-account-registration{width:min(calc(100% - 36px),700px);padding:22px 0 34px}
.ep-account-login .ep-access-card,.ep-account-registration .ep-access-card{position:relative;overflow:hidden;width:100%;margin:0 0 56px;padding:clamp(28px,5vw,48px);border:1px solid #fff1eb;border-top:5px solid #ff5f2a;border-radius:22px;background:rgba(255,255,255,.98);box-shadow:0 26px 70px rgba(201,54,13,.14);color:#303238}
.ep-access-card::after{position:absolute;top:-72px;right:-82px;width:190px;height:190px;border:32px solid rgba(255,95,42,.055);border-radius:50%;content:"";pointer-events:none}
.ep-access-card__head{position:relative;z-index:1;display:grid;grid-template-columns:58px minmax(0,1fr);gap:18px;align-items:start;margin-bottom:30px;padding-bottom:25px;border-bottom:1px solid #fff1eb}
.ep-access-card__icon{display:grid;place-items:center;width:58px;height:58px;border:1px solid rgba(255,255,255,.42);border-radius:16px;background:linear-gradient(145deg,#c9360d,#ff5f2a);box-shadow:0 12px 28px rgba(201,54,13,.25);color:#fff;font-size:27px}
.ep-access-card__eyebrow{display:block;margin-bottom:5px;color:#ff5f2a;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.ep-access-card__head h2{margin:0 0 8px;color:#303238;font-size:clamp(29px,5vw,40px);line-height:1.08;letter-spacing:-.035em}
.ep-access-card__head p{max-width:500px;margin:0;color:#61718a;font-size:15px;line-height:1.55}
.ep-login-form,.ep-registration-form{position:relative;z-index:1;display:grid;gap:20px}
.ep-access-field{display:grid;gap:8px}
.ep-access-card .ep-access-field label,.ep-verification-help label{color:#303238;font-size:13px;font-weight:750}
.ep-access-card .ep-access-field input,.ep-access-card .ep-access-field select,.ep-verification-help input{width:100%;min-height:54px;padding:13px 15px;border:1px solid #ffb69b;border-radius:11px;background:#fff1eb;color:#303238;font-size:16px;outline:0;box-shadow:inset 0 1px 2px rgba(48,50,56,.025);transition:border-color .18s,box-shadow .18s,background .18s}
.ep-access-card .ep-access-field input:hover,.ep-access-card .ep-access-field select:hover,.ep-verification-help input:hover{border-color:#ffb69b;background:#fff}
.ep-access-card .ep-access-field input:focus,.ep-access-card .ep-access-field select:focus,.ep-verification-help input:focus{border-color:#ff5f2a;background:#fff;box-shadow:0 0 0 4px rgba(255,95,42,.12)}
.ep-access-field small{color:#73839a;font-size:12px;line-height:1.4}
.ep-login-options{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:-2px}
.ep-access-card .ep-remember{display:inline-flex!important;align-items:center!important;gap:9px!important;width:auto!important;margin:0!important;color:#52677f;font-size:13px;font-weight:650;cursor:pointer}
.ep-access-card .ep-remember input[type="checkbox"]{appearance:auto!important;flex:0 0 18px!important;width:18px!important;height:18px!important;min-width:18px!important;min-height:18px!important;margin:0!important;padding:0!important;accent-color:#ff5f2a;box-shadow:none!important}
.ep-login-options>a{color:#c9360d;font-size:13px;font-weight:750;text-decoration:none}.ep-login-options>a:hover{color:#c9360d;text-decoration:underline;text-underline-offset:3px}
.ep-access-card .ep-login-submit,.ep-account-login .ep-login-submit,.ep-account-registration .ep-login-submit{display:flex!important;align-items:center;justify-content:space-between;width:100%!important;min-height:56px;margin:3px 0 0;padding:14px 18px!important;border:1px solid #c9360d!important;border-radius:11px!important;background:linear-gradient(135deg,#c9360d,#ff5f2a)!important;box-shadow:0 13px 28px rgba(201,54,13,.25)!important;color:#fff!important;font-size:15px;font-weight:800!important;line-height:1.2;text-shadow:0 1px 1px rgba(48,50,56,.18)}
.ep-access-card .ep-login-submit:hover,.ep-access-card .ep-login-submit:focus{border-color:#c9360d!important;background:linear-gradient(135deg,#c9360d,#c9360d)!important;color:#fff!important;transform:translateY(-1px)}
.ep-login-submit span{font-size:21px;line-height:1}
.ep-access-divider{display:flex;align-items:center;gap:12px;margin:28px 0 14px;color:#8290a3;font-size:11px;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.ep-access-divider::before,.ep-access-divider::after{flex:1;height:1px;background:#fff1eb;content:""}
.ep-access-card .ep-account-register-link{margin:0;padding:16px 18px;border:1px solid #fff1eb;border-radius:11px;background:#fff1eb}.ep-access-card .ep-account-register-link a{color:#c9360d;font-weight:800}
.ep-verification-help{margin-top:18px;border:1px solid #fff1eb;border-radius:11px;background:#fff1eb}.ep-verification-help summary{padding:15px 17px;color:#c9360d;font-size:13px;font-weight:750;cursor:pointer}.ep-verification-help>div{padding:2px 17px 17px;border-top:1px solid #fff1eb}.ep-verification-help p{margin:14px 0;color:#65778d;font-size:13px}.ep-verification-help form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:end}.ep-verification-help label{display:grid;gap:7px}.ep-verification-help input{min-height:46px}.ep-verification-help .ep-account-secondary{min-height:46px;margin:0;border-color:#ffb69b!important;color:#c9360d!important}
.ep-access-legal{margin:20px 0 0!important;color:#8794a5!important;font-size:11px;line-height:1.5;text-align:center}
.ep-registration-note{display:grid;gap:3px;margin:-8px 0 24px;padding:15px 17px;border-left:4px solid #ff5f2a;background:#fff1eb;color:#52677f;font-size:13px}.ep-registration-note strong{color:#c9360d}
.ep-account-notice{width:min(calc(100% - 36px),700px);margin:24px auto 0;padding:16px 19px;box-shadow:0 10px 28px rgba(79,59,0,.07)}
@media(max-width:650px){.ep-account-login,.ep-account-registration{width:min(calc(100% - 24px),700px);padding-top:12px}.ep-account-login .ep-access-card,.ep-account-registration .ep-access-card{padding:24px 18px;border-radius:16px}.ep-access-card__head{grid-template-columns:46px minmax(0,1fr);gap:13px}.ep-access-card__icon{width:46px;height:46px;border-radius:13px;font-size:22px}.ep-login-options{align-items:flex-start;flex-direction:column;gap:12px}.ep-verification-help form{grid-template-columns:1fr}.ep-verification-help .ep-account-secondary{width:100%}}
.ep-account-login,
.ep-account-registration {
	width: min(calc(100% - 32px), 620px);
	margin-inline: auto;
}
.ep-account-login .ep-account-auth,
.ep-account-registration .ep-account-auth { width: 100%; margin: 30px 0 70px; }
.ep-account-auth .login-remember label {
	display: inline-flex!important;
	align-items: center!important;
	gap: 9px!important;
	width: auto!important;
	font-weight: 600;
}
.ep-account-auth .login-remember input[type="checkbox"] {
	flex: 0 0 17px!important;
	width: 17px!important;
	height: 17px!important;
	min-width: 17px!important;
	margin: 0!important;
	padding: 0!important;
	accent-color: #ff5f2a;
}
.ep-account-register-link {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 7px;
	margin: 24px 0 8px;
	padding: 15px;
	border: 1px solid #fff1eb;
	border-radius: 12px;
	background: #fff1eb;
	color: #53677f;
}
.ep-account-register-link a { color: #c9360d; font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }
body.ep-account-access-page .epu-content { padding-top: 24px; }
body.ep-account-access-page .epu-content article { max-width: none; }
body.ep-account-access-page .epu-content article > h1:first-child { display: none!important; }
.ep-account {
	position: relative;
	left: auto;
	display: grid;
	grid-template-columns: 270px minmax(0, 1fr);
	gap: clamp(24px, 2.2vw, 38px);
	width: min(calc(100vw - 56px), 1680px);
	max-width: none;
	margin: 28px auto 76px;
	padding: 0;
	transform: none;
	background: transparent;
}
body.ep-account-app { overflow-x: clip; }
body.ep-account-app .epu-content { padding: 18px 0 0; overflow: visible; }
body.ep-account-app .epu-content article > h1:first-child { display: none!important; }
body.ep-account-app .epu-content > .epu-shell,
body.ep-account-app .epu-content article,
body.ep-account-app .entry-content,
body.ep-account-app .wp-block-post-content,
body.ep-account-app .elementor,
body.ep-account-app .elementor-section-wrap,
body.ep-account-app .elementor-widget-wrap,
body.ep-account-app .elementor-widget-container,
body.ep-account-app .e-con,
body.ep-account-app .e-con-inner {
	width: 100%!important;
	max-width: none!important;
	margin-inline: 0!important;
}
body.ep-account-app .epu-content > .epu-shell,
body.ep-account-app .epu-content article { padding-inline: 0!important; }
.ep-account-auth-grid,
.ep-pricing-grid {
	width: min(calc(100% - 32px), 1180px);
	max-width: 1180px;
	margin-inline: auto;
}
.ep-account-auth-grid .ep-account-button,
.ep-pricing-grid .ep-account-button { background: linear-gradient(135deg, #ff5f2a, #ff5f2a)!important; }
.ep-account-auth-grid .ep-account-secondary { color: #c9360d!important; }
.ep-account-auth-grid .ep-account-auth { border-top-color: #ff5f2a; }
.ep-pricing-grid .ep-plan-card--popular { border-color: #ff5f2a; background: linear-gradient(180deg, #fff1eb, #fff 28%); }
.ep-pricing-grid .ep-plan-name { background: #fff1eb; color: #c9360d; }
.ep-pricing-grid .ep-plan-price { color: #ff5f2a; }
.ep-account::before { display: none; }
.ep-account-main { width: 100%; min-width: 0; max-width: none; padding: 4px 0 40px; }
.ep-account-main > * { width: 100%; max-width: none; }
.ep-account-main .ep-account-form,
.ep-account-main .ep-survey-editor,
.ep-account-main .ep-account-table-wrap { width: 100%; margin-inline: 0; }

.ep-account-sidebar {
	position: sticky;
	top: 24px;
	display: flex;
	flex-direction: column;
	align-self: start;
	min-height: calc(100vh - 48px);
	padding: 22px 15px 16px;
	border: 1px solid rgba(201,54,13,.34);
	border-radius: 22px;
	background: linear-gradient(165deg, #303238 0%, #303238 60%, #303238 100%);
	box-shadow: 0 24px 54px rgba(48,50,56,.22);
	color: #fff;
}
.ep-sidebar-brand,
.ep-sidebar-user { display: flex; align-items: center; gap: 12px; }
.ep-sidebar-brand { padding: 2px 7px 22px; border-bottom: 1px solid rgba(255,255,255,.12); }
.ep-sidebar-brand__mark {
	display: grid;
	place-items: center;
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	border-radius: 12px;
	background: linear-gradient(145deg, #ff5f2a, #ff5f2a);
	box-shadow: 0 9px 22px rgba(255,95,42,.35);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .07em;
}
.ep-sidebar-brand strong,
.ep-sidebar-user strong,
.ep-sidebar-brand small,
.ep-sidebar-user small { display: block; }
.ep-sidebar-brand strong { color: #fff; font-size: 15px; }
.ep-sidebar-brand small,
.ep-sidebar-user small { color: #ffb69b; font-size: 11px; font-weight: 500; }
.ep-sidebar-user { margin: 18px 3px 6px; padding: 13px 10px; border: 1px solid rgba(255,255,255,.10); border-radius: 14px; background: rgba(255,255,255,.06); }
.ep-sidebar-user > span:last-child { min-width: 0; }
.ep-sidebar-user strong { overflow: hidden; color: #fff; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.ep-sidebar-avatar {
	display: grid;
	place-items: center;
	flex: 0 0 36px;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #fff1eb;
	color: #c9360d;
	font-size: 14px;
	font-weight: 800;
}
.ep-account .ep-account-nav {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 4px;
	margin: 12px 0 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	backdrop-filter: none;
}
.ep-account .ep-account-nav::before { display: none; }
.ep-sidebar-label { padding: 10px 11px 5px; color: #ff5f2a; font-size: 9px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.ep-sidebar-label--second { margin-top: 9px; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.1); }
.ep-account .ep-account-nav a,
.ep-account .ep-account-nav a:last-child {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 43px;
	margin: 0;
	padding: 9px 11px;
	border-radius: 10px;
	color: #ffb69b;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
}
.ep-account .ep-account-nav a > span { display: grid; place-items: center; width: 23px; color: #ffb69b; font-size: 17px; }
.ep-menu-icon { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.ep-account .ep-account-nav a:hover,
.ep-account .ep-account-nav a:focus { background: rgba(255,95,42,.14); color: #fff; transform: none; }
.ep-account .ep-account-nav a.is-active { background: linear-gradient(100deg, #ff5f2a, #ff5f2a); color: #fff; box-shadow: 0 10px 22px rgba(255,95,42,.25); }
.ep-account .ep-account-nav a.is-active > span { color: #fff; }
.ep-account .ep-account-nav .ep-sidebar-logout { color: #ffbcc8; }
.ep-account .ep-account-nav .ep-sidebar-logout:hover { background: rgba(255, 83, 112, .12); color: #fff; }
.ep-sidebar-plan { margin-top: auto; padding: 15px; border: 1px solid rgba(255,95,42,.23); border-radius: 14px; background: rgba(255,95,42,.13); }
.ep-sidebar-plan small,
.ep-sidebar-plan strong,
.ep-sidebar-plan a { display: block; }
.ep-sidebar-plan small { color: #ffb69b; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.ep-sidebar-plan strong { margin: 4px 0 8px; color: #fff; font-size: 16px; }
.ep-sidebar-plan a { color: #ffb69b; font-size: 11px; font-weight: 650; }

.ep-profile-onboarding { display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:16px;margin:0 0 22px;padding:18px 20px;border:1px solid #ffd1bf;border-radius:16px;background:linear-gradient(135deg,#fff7f3,#fff);box-shadow:0 10px 26px rgba(201,54,13,.08) }
.ep-profile-onboarding>span { display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:#ff5f2a;color:#fff }
.ep-profile-onboarding strong { color:#242424;font-size:17px }.ep-profile-onboarding p{margin:4px 0 0;color:#666;line-height:1.45}.ep-profile-onboarding>a{padding:10px 14px;border-radius:10px;background:#c9360d;color:#fff;font-weight:700;text-decoration:none}.ep-survey-location-fields{display:grid;gap:12px;padding:17px;border:1px solid #e1e3e6;border-radius:13px;background:#f7f8fa}.ep-survey-location-fields>div:first-child{display:grid;gap:3px}.ep-survey-location-fields small{color:#69707d}
@media(max-width:650px){.ep-profile-onboarding{grid-template-columns:42px 1fr}.ep-profile-onboarding>a{grid-column:1/-1;text-align:center}}

.ep-dashboard-hero {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	min-height: 190px;
	margin-bottom: 28px;
	padding: clamp(28px, 4vw, 48px);
	border: 1px solid #ff5f2a;
	border-radius: 22px;
	background: linear-gradient(120deg, #c9360d 0%, #c9360d 62%, #ff5f2a 100%);
	box-shadow: 0 24px 52px rgba(201,54,13,.20);
	color: #fff;
}
.ep-dashboard-hero h2 { margin: 5px 0 10px; color: #fff; font-size: clamp(29px, 4vw, 45px); }
.ep-dashboard-hero p { max-width: 620px; margin: 0; color: #fff1eb; font-size: 16px; }
.ep-dashboard-eyebrow { color: #ffb69b; font-size: 10px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.ep-dashboard-hero .ep-account-button { flex: 0 0 auto; border: 1px solid rgba(255,255,255,.45)!important; background: #fff!important; color: #c9360d!important; box-shadow: 0 12px 26px rgba(48,50,56,.25)!important; }
.ep-dashboard-hero .ep-account-button:hover { background: #fff1eb!important; color: #c9360d!important; }
.ep-account-head--section { align-items: end; margin: 0 0 17px; padding: 0 2px; }
.ep-account-head--section h2 { margin-bottom: 5px; font-size: 24px; }
.ep-account-head--section p { margin: 0; }

.ep-account .ep-account-button { background: linear-gradient(135deg, #ff5f2a, #ff5f2a)!important; box-shadow: 0 10px 23px rgba(201,54,13,.23)!important; }
.ep-account .ep-account-button:hover { background: linear-gradient(135deg, #c9360d, #ff5f2a)!important; }
.ep-account .ep-account-button--accent { background: linear-gradient(135deg, #c9360d, #ff5f2a)!important; color: #fff!important; }
.ep-account .ep-account-secondary { border-color: #ffb69b!important; color: #c9360d!important; }
.ep-account .ep-account-secondary:hover { border-color: #ffb69b!important; background: #fff1eb!important; color: #c9360d!important; }
.ep-account .ep-dashboard-summary { grid-template-columns: repeat(4, minmax(150px, 1fr)); }
.ep-account .ep-dashboard-summary > div { border-color: #fff1eb; background: linear-gradient(145deg, #fff, #fff1eb); }
.ep-account .ep-dashboard-summary > div::after { border-color: rgba(255,95,42,.08); }
.ep-account .ep-dashboard-summary strong { color: #ff5f2a; }
.ep-account .ep-account-plan-strip { border-color: #fff1eb; background: linear-gradient(100deg, #fff1eb, #fff1eb); }
.ep-account .ep-account-filters { border-color: #fff1eb; }
.ep-account .ep-account-filters input:focus,
.ep-account .ep-account-filters select:focus,
.ep-account .ep-account-form input:focus,
.ep-account .ep-account-form textarea:focus,
.ep-account .ep-account-form select:focus { border-color: #ff5f2a; box-shadow: 0 0 0 4px rgba(255,95,42,.11); }
.ep-account .ep-account-table-wrap,
.ep-account .ep-account-form { max-width: none; border-color: #fff1eb; }
.ep-account .ep-account-table thead { background: #fff1eb; }
.ep-account .ep-account-table tbody tr:hover { background: #fff1eb; }
.ep-account-table-wrap--legacy{display:none!important}
.ep-my-surveys-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:18px}
.ep-my-survey-card{overflow:hidden;min-width:0;border:1px solid #fff1eb;border-radius:14px;background:#fff;box-shadow:0 14px 32px rgba(201,54,13,.08);transition:transform .16s,box-shadow .16s}.ep-my-survey-card:hover{transform:translateY(-2px);box-shadow:0 18px 38px rgba(201,54,13,.13)}
.ep-my-survey-card__image{position:relative;display:block;width:100%;aspect-ratio:40/21;overflow:hidden;background:#fff1eb}.ep-my-survey-card__image img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:contain;background:#fff1eb}
.ep-my-survey-card__body{padding:16px}.ep-my-survey-card__meta{display:flex;align-items:center;justify-content:space-between;gap:9px}.ep-my-survey-card__meta small{color:#71849a;font-size:10px}.ep-my-survey-card__body h3{min-height:2.7em;margin:13px 0 5px;color:#c9360d;font-size:16px;line-height:1.35}.ep-my-survey-card__body>p{margin:0;color:#71849a;font-size:11px}.ep-my-survey-card__actions{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:15px}.ep-my-survey-card__actions a{display:grid;place-items:center;min-height:34px;padding:6px 8px;border:1px solid #ffb69b;border-radius:7px;background:#fff1eb;color:#c9360d;font-size:10px;font-weight:800;text-decoration:none}.ep-my-survey-card__actions a:hover{border-color:#ff5f2a;background:#ff5f2a;color:#fff}
.ep-survey-comments-list{display:grid;gap:12px}.ep-survey-comments-list article{padding:18px;border:1px solid #fff1eb;border-radius:12px;background:#fff;box-shadow:0 9px 24px rgba(201,54,13,.06)}.ep-survey-comments-list article>div{display:flex;align-items:center;justify-content:space-between;gap:12px}.ep-survey-comments-list strong{color:#c9360d;font-size:13px}.ep-survey-comments-list time{color:#8a9aab;font-size:10px}.ep-survey-comments-list p{margin:10px 0;color:#526b83;font-size:13px;line-height:1.55}.ep-survey-comments-list a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:10px;border-top:1px solid #fff1eb;color:#c9360d;font-size:11px;text-decoration:none}.ep-survey-comments-list a span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ep-survey-comments-list a b{flex:0 0 auto}
@media(max-width:1100px){.ep-my-surveys-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:650px){.ep-my-surveys-grid{grid-template-columns:1fr}.ep-my-survey-card__body h3{min-height:0}.ep-survey-comments-list article>div,.ep-survey-comments-list a{align-items:flex-start;flex-direction:column}.ep-survey-comments-list a span{white-space:normal}}
.ep-account .ep-account-actions a:hover { border-color: #ffb69b; background: #fff1eb; color: #c9360d; }
.ep-account .ep-form-guide { border-color: #fff1eb; border-left-color: #ff5f2a; background: linear-gradient(100deg, #fff1eb, #fff1eb); }
.ep-account .ep-form-step { background: linear-gradient(145deg, #c9360d, #ff5f2a); box-shadow: 0 6px 16px rgba(201,54,13,.22); }
.ep-account .ep-form-section { border-color: #fff1eb; }
.ep-account .ep-front-question { border-color: #fff1eb; background: #fff1eb; }
.ep-account .ep-identity-logo-row,
.ep-account .ep-qr-card { border-color: #fff1eb; background: #fff1eb; }
.ep-account .ep-plan-name { background: #fff1eb; color: #c9360d; }
.ep-account .ep-account-result-line i { background: linear-gradient(90deg, #ff5f2a, #ff5f2a); }

.ep-survey-editor { padding: clamp(25px, 3vw, 44px); }
.ep-survey-editor > h2 { margin-bottom: 6px; }
.ep-survey-editor form { gap: 22px; }
.ep-social-editor-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .82fr); gap: 28px; align-items: start; }
.ep-social-editor-fields { display: grid; gap: 16px; }
.ep-social-image-field { display: grid; gap: 10px; }
.ep-social-image-stage { position: relative; display: grid; place-items: center; overflow: hidden; width: 100%; aspect-ratio: 1200/630; border: 1px dashed #ffb69b; border-radius: 14px; background: linear-gradient(145deg, #fff1eb, #fff1eb); }
.ep-social-image-stage .ep-social-preview { width: 100%; max-width: none; height: 100%; border: 0; border-radius: 0; object-fit: cover; }
.ep-social-image-empty { color: #6683a2; text-align: center; font-size: 19px; font-weight: 700; }
.ep-social-image-empty small { color: #8297ae; font-size: 12px; font-weight: 500; }
.ep-social-editor-section .ep-media-row { display: flex; flex-wrap: wrap; }

@media (max-width: 1080px) {
	.ep-account { grid-template-columns: 218px minmax(0, 1fr); gap: 20px; width: calc(100vw - 24px); }
	.ep-account-sidebar { padding-inline: 12px; }
	.ep-account .ep-dashboard-summary { grid-template-columns: repeat(2, minmax(140px, 1fr)); }
	.ep-social-editor-grid { grid-template-columns: 1fr; }
	.ep-social-image-field { max-width: 580px; }
}
@media (max-width: 780px) {
	.ep-account { left: auto; display: block; width: min(100% - 20px, 720px); margin: 14px auto 76px; transform: none; }
	.ep-account-sidebar { position: relative; top: auto; min-height: 0; margin-bottom: 20px; padding: 14px; border-radius: 17px; }
	.ep-sidebar-brand { padding-bottom: 14px; }
	.ep-sidebar-user,
	.ep-sidebar-plan,
	.ep-sidebar-label { display: none; }
	.ep-account .ep-account-nav { display: grid; grid-template-columns: repeat(6, minmax(110px, 1fr)); overflow-x: auto; margin-top: 12px; padding-bottom: 2px; }
	.ep-account .ep-account-nav a,
	.ep-account .ep-account-nav a:last-child { justify-content: center; white-space: nowrap; }
	.ep-account .ep-account-nav a:nth-of-type(n+7) { display: none; }
	.ep-dashboard-hero { align-items: flex-start; flex-direction: column; min-height: 0; padding: 28px 24px; border-radius: 17px; }
	.ep-dashboard-hero .ep-account-button { width: 100%; }
}
@media (max-width: 520px) {
	.ep-account { width: min(100% - 16px, 500px); }
	.ep-account .ep-account-nav { grid-template-columns: repeat(6, 128px); }
	.ep-account .ep-account-nav a { flex-direction: column; gap: 3px; min-height: 58px; padding: 7px; font-size: 10px; }
	.ep-account .ep-account-nav a > span { height: 21px; }
	.ep-account .ep-dashboard-summary { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.ep-dashboard-hero h2 { font-size: 31px; }
	.ep-dashboard-hero p { font-size: 14px; }
	.ep-account-main { padding-top: 0; }
	.ep-survey-editor { padding: 18px 12px; }
	.ep-social-editor-section .ep-media-row { display: grid; grid-template-columns: 1fr 1fr; }
}

/* Prioridad final del acceso 0.9.15 frente a las capas visuales históricas. */
body .ep-account-login,body .ep-account-registration{width:min(calc(100% - 36px),700px);margin-inline:auto;padding:22px 0 34px}
body .ep-account-login .ep-access-card,body .ep-account-registration .ep-access-card{width:100%;margin:0 0 56px;padding:clamp(28px,5vw,48px)}
body .ep-access-card .ep-login-submit{display:flex!important;width:100%!important;min-height:56px!important;background:linear-gradient(135deg,#c9360d,#ff5f2a)!important;color:#fff!important}
body .ep-access-card .ep-login-submit:hover,body .ep-access-card .ep-login-submit:focus{background:linear-gradient(135deg,#c9360d,#c9360d)!important;color:#fff!important}
body .ep-access-card .ep-remember input[type="checkbox"]{width:18px!important;height:18px!important;min-width:18px!important;min-height:18px!important}
@media(max-width:650px){body .ep-account-login,body .ep-account-registration{width:min(calc(100% - 24px),700px);padding-top:12px}body .ep-account-login .ep-access-card,body .ep-account-registration .ep-access-card{padding:24px 18px}}

/* Perfil social 0.10.0 */
.ep-social-profile-editor{padding:clamp(24px,3vw,42px)!important;background:linear-gradient(180deg,#fff 0,#fff1eb 100%)}
.ep-social-profile-editor .ep-account-head{align-items:flex-start;margin-bottom:24px;padding-bottom:22px;border-bottom:1px solid #fff1eb}
.ep-profile-kicker{display:block;margin-bottom:7px;color:#ff5f2a;font-size:11px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}
.ep-social-profile-editor form{display:grid;gap:20px}
.ep-profile-section{display:grid;gap:16px;padding:22px;border:1px solid #fff1eb;border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(201,54,13,.04)}
.ep-profile-section h3{margin:0;color:#303238;font-size:17px}
.ep-profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.ep-profile-slug{display:flex!important;align-items:center;overflow:hidden;border:1px solid #ffb69b;border-radius:9px;background:#fff}
.ep-profile-slug:focus-within{border-color:#ff5f2a;box-shadow:0 0 0 4px rgba(255,95,42,.11)}
.ep-profile-slug b{padding:0 0 0 13px;color:#6e879f}
.ep-profile-slug input{border:0!important;box-shadow:none!important}
.ep-profile-check{display:flex!important;align-items:center;gap:10px;margin:0!important;padding:12px 14px;border-radius:10px;background:#fff1eb}
.ep-social-profile-editor .ep-profile-check input[type="checkbox"]{width:18px!important;height:18px!important;min-width:18px!important;margin:0!important}
.ep-profile-check span{font-weight:700!important}
.ep-social-profile-editor .ep-account-logo{width:96px;height:96px;padding:7px;border:1px solid #fff1eb;border-radius:18px;background:#fff1eb;object-fit:contain}
@media(max-width:700px){.ep-profile-grid{grid-template-columns:1fr}.ep-social-profile-editor .ep-account-head{display:grid;gap:15px}.ep-social-profile-editor .ep-account-head>a{width:100%;text-align:center}.ep-profile-section{padding:18px 14px}}

/* 0.16.1 — vistas sociales del panel a ancho completo y sin cortes. */
body.ep-account-app .ep-account{grid-template-columns:270px minmax(0,1fr);width:min(calc(100vw - 40px),1760px)}
.ep-account-main{overflow:visible}
.ep-account-main>.ep-favorites-account,.ep-account-main>.ep-connections-account,.ep-account-main>.ep-survey-comments-account{display:block;width:100%;min-width:0;max-width:none;margin:0;padding:0}
.ep-favorites-account .ep-account-head,.ep-connections-account .ep-account-head,.ep-survey-comments-account .ep-account-head{width:100%;min-width:0}
.ep-favorites-account .ep-account-head>div,.ep-connections-account .ep-account-head>div,.ep-survey-comments-account .ep-account-head>div{min-width:0}
.ep-favorites-grid{grid-template-columns:repeat(3,minmax(0,1fr));width:100%;gap:16px}
.ep-favorite-card{width:100%;min-width:0;overflow:hidden;padding:20px}
.ep-favorite-card h3,.ep-favorite-card p{overflow-wrap:anywhere}
.ep-connections-grid{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;gap:16px}
.ep-connection-card{grid-template-columns:72px minmax(0,1fr);width:100%;min-width:0;justify-content:stretch;padding:17px}
.ep-connection-card__identity{min-width:0}.ep-connection-card__identity h3,.ep-connection-card__identity p,.ep-connection-card__identity small{overflow-wrap:anywhere}
.ep-connection-card__action{grid-column:2;justify-self:start}
.ep-survey-comments-list{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;gap:16px}
.ep-survey-comments-list article{min-width:0;overflow:hidden}
.ep-survey-comments-list article p,.ep-survey-comments-list article a span{overflow-wrap:anywhere}
@media(max-width:1250px){.ep-favorites-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ep-connections-grid,.ep-survey-comments-list{grid-template-columns:1fr}}
@media(max-width:780px){body.ep-account-app .ep-account{display:block;width:min(100% - 20px,760px)}.ep-favorites-grid,.ep-connections-grid,.ep-survey-comments-list{grid-template-columns:1fr}.ep-account-main>.ep-favorites-account,.ep-account-main>.ep-connections-account,.ep-account-main>.ep-survey-comments-account{overflow:visible}}
@media(max-width:520px){.ep-favorites-account .ep-account-head,.ep-connections-account .ep-account-head,.ep-survey-comments-account .ep-account-head{align-items:flex-start;flex-direction:column}.ep-favorites-total{align-self:flex-start}.ep-connection-card{grid-template-columns:58px minmax(0,1fr);gap:12px}.ep-connection-avatar{width:58px;height:58px}.ep-connection-card__action{grid-column:1/-1}.ep-connection-card__action .ep-follow-button{width:100%}}

/* 0.17.0 — identidad naranja y refinamiento visual del panel. */
.ep-account,.ep-account-auth-grid,.ep-pricing-grid{--epa:#ff5f2a;--epa-dark:#c9360d;--epa-electric:#ff8a5f;--epa-navy:#3f2118;--epa-ink:#2b3243;--epa-muted:#68717d;--epa-line:#e3e5e8;--epa-soft:#f4f5f7;--epa-surface:#fff;--epa-shadow:0 14px 38px rgba(43,50,67,.08)}
body.ep-account-app,body.ep-account-access-page{background:#f4f5f7!important}
.ep-account-sidebar{border-color:#573326;background:linear-gradient(165deg,#5d2818 0%,#3f2118 58%,#2d1a14 100%);box-shadow:0 24px 54px rgba(64,32,22,.2)}
.ep-sidebar-brand__mark{background:linear-gradient(145deg,#c9360d,#ff5f2a);box-shadow:0 9px 22px rgba(255,95,42,.28)}
.ep-sidebar-brand small,.ep-sidebar-user small{color:#e8bba9}.ep-sidebar-user em{display:block;overflow:hidden;margin-top:2px;color:#c99f8f;font-size:9px;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.ep-sidebar-user{border-color:rgba(255,255,255,.12);background:rgba(255,255,255,.07)}
.ep-sidebar-avatar{overflow:hidden;background:#fff0e9;color:#ad310e}.ep-sidebar-avatar img{display:block;width:100%;height:100%;padding:3px;background:#fff;object-fit:contain}
.ep-account .ep-account-nav a>span{color:#ffc0a8}.ep-account .ep-account-nav a:hover,.ep-account .ep-account-nav a:focus{background:rgba(255,111,60,.14)}.ep-account .ep-account-nav a.is-active{background:linear-gradient(100deg,#c9360d,#ff5f2a);box-shadow:0 10px 22px rgba(201,54,13,.25)}
.ep-sidebar-label{color:#c99b88}.ep-sidebar-plan{border-color:rgba(255,157,119,.24);background:rgba(255,95,42,.12)}.ep-sidebar-plan small{color:#ddb09e}.ep-sidebar-plan a{color:#ffb69a}
.ep-account-button,.ep-account-auth-grid .ep-account-button,.ep-pricing-grid .ep-account-button{border-color:#c9360d!important;background:linear-gradient(135deg,#c9360d,#ff5f2a)!important;box-shadow:0 10px 24px rgba(201,54,13,.2)!important}.ep-account-button:hover,.ep-account-button:focus{background:linear-gradient(135deg,#a32908,#dc4616)!important}.ep-account-secondary:hover{border-color:#ffb69b!important;background:#fff2ec!important;color:#a83211!important}
.ep-dashboard-summary>div,.ep-my-survey-card,.ep-favorite-card,.ep-connection-card,.ep-survey-comments-list article,.ep-account-form{border-color:#e2e4e7;background:#fff;box-shadow:0 10px 30px rgba(43,50,67,.065)}.ep-dashboard-summary>div::after{border-color:rgba(255,95,42,.07)}.ep-dashboard-summary strong,.ep-dashboard-eyebrow,.ep-profile-kicker{color:#c9360d}
.ep-account-plan-strip,.ep-account-filters{border-color:#e2e4e7;background:#f8f8f9}.ep-account-filters input:focus,.ep-account-filters select:focus{border-color:#ff5f2a;box-shadow:0 0 0 3px rgba(255,95,42,.1)}
.ep-my-survey-card__image{background:#f1f2f4}.ep-my-survey-card__actions a:hover{border-color:#ffb69b;background:#fff2ec;color:#a83211}
.ep-favorites-account,.ep-connections-account,.ep-survey-comments-account{padding:2px!important}.ep-favorite-card{padding:24px}.ep-favorite-card>div:first-child span{color:#c9360d}.ep-favorites-total{background:linear-gradient(145deg,#c9360d,#ff5f2a);box-shadow:0 12px 28px rgba(201,54,13,.18)}
.ep-connections-tabs{border-color:#e2e4e7;background:#f3f4f5}.ep-connections-tabs a{color:#59616b}.ep-connections-tabs a.is-active{color:#b53511}.ep-connections-tabs strong{background:#fff0e9;color:#a83211}.ep-connections-grid{gap:18px}.ep-connection-card{grid-template-columns:76px minmax(0,1fr);gap:18px;padding:22px}.ep-connection-avatar{width:76px;height:76px;border:1px solid #ffd5c4;background:linear-gradient(145deg,#c9360d,#ff7b4b)}.ep-connection-avatar img{padding:5px;object-fit:contain}.ep-connection-card h3 a{color:#2b3243}.ep-connection-card small{display:block;margin-top:3px;color:#777e87}.ep-connection-card p{margin-top:10px;color:#606873}.ep-connection-card__action{grid-column:2;margin-top:2px}
.ep-survey-comments-list{gap:18px}.ep-survey-comments-list article{padding:22px}.ep-survey-comments-list strong{color:#2b3243}.ep-survey-comments-list a{color:#b53511}
.ep-social-profile-editor{background:linear-gradient(180deg,#fff,#faf7f5)}.ep-profile-section{border-color:#e2e4e7}.ep-profile-slug:focus-within{border-color:#ff5f2a;box-shadow:0 0 0 4px rgba(255,95,42,.1)}.ep-profile-check{background:#fff2ec}.ep-social-profile-editor .ep-account-logo{border-color:#ffd2c1;background:#fff7f3}
.ep-account-login .ep-access-card,.ep-account-registration .ep-access-card{border-color:#e1e3e6;border-top-color:#ff5f2a;box-shadow:0 24px 60px rgba(43,50,67,.12)}.ep-access-card::after{border-color:rgba(255,95,42,.055)}.ep-access-card__icon{background:linear-gradient(145deg,#c9360d,#ff6c37);box-shadow:0 12px 28px rgba(201,54,13,.22)}.ep-access-card__eyebrow{color:#c9360d}.ep-access-card .ep-access-field input:focus,.ep-access-card .ep-access-field select:focus,.ep-verification-help input:focus{border-color:#ff5f2a;box-shadow:0 0 0 4px rgba(255,95,42,.1)}.ep-access-card .ep-login-submit,.ep-account-login .ep-login-submit,.ep-account-registration .ep-login-submit{border-color:#b82f0a!important;background:linear-gradient(135deg,#b82f0a,#ff5f2a)!important;box-shadow:0 13px 28px rgba(201,54,13,.22)!important}.ep-access-card .ep-login-submit:hover,.ep-access-card .ep-login-submit:focus{background:linear-gradient(135deg,#922607,#d94616)!important}.ep-registration-note{border-left-color:#ff5f2a;background:#fff2ec}.ep-access-card .ep-account-register-link{border-color:#ffd4c3;background:#fff4ef}.ep-access-card .ep-account-register-link a{color:#a83211}.ep-access-card .ep-remember input[type="checkbox"]{accent-color:#ff5f2a}
.ep-pricing-grid{align-items:stretch}.ep-plan-card{position:relative;display:flex;flex-direction:column;padding:32px;border-color:#e1e3e6}.ep-plan-card--popular{border-color:#ff5f2a!important;background:linear-gradient(180deg,#fff2ec,#fff 30%)!important}.ep-plan-recommended{position:absolute;top:0;right:22px;padding:7px 11px;border-radius:0 0 9px 9px;background:#ff5f2a;color:#fff;font-size:10px;font-weight:850;text-transform:uppercase}.ep-plan-name{width:max-content;background:#fff0e9!important;color:#a83211!important}.ep-plan-card h3{margin:16px 0 8px;font-size:23px}.ep-plan-audience{min-height:66px;margin:0 0 20px!important;color:#68717d!important;font-size:13px;line-height:1.55}.ep-plan-price{color:#c9360d!important}.ep-plan-limits{flex:1;margin:22px 0}.ep-plan-limits>strong{font-size:12px;text-transform:uppercase;letter-spacing:.07em}.ep-plan-card ul{margin:10px 0 0}.ep-plan-card li::marker{color:#ff5f2a}
@media(max-width:780px){.ep-account-sidebar{position:relative;top:auto;min-height:0}.ep-account-main{padding-top:20px}}
@media(max-width:650px){body.ep-account-access-page .epu-content>.epu-shell{width:100%;max-width:none;padding:0!important}body .ep-account-login,body .ep-account-registration,.ep-account-login,.ep-account-registration{width:calc(100% - 16px)!important;max-width:none!important;margin-inline:8px!important;padding-top:8px}.ep-account-login .ep-access-card,.ep-account-registration .ep-access-card,body .ep-account-login .ep-access-card,body .ep-account-registration .ep-access-card{margin-top:8px;padding:22px 14px!important}.ep-access-card input,.ep-access-card select,.ep-access-card button{max-width:100%}.ep-favorite-card,.ep-connection-card,.ep-survey-comments-list article{padding:18px}.ep-connection-card{grid-template-columns:60px minmax(0,1fr);gap:14px}.ep-connection-avatar{width:60px;height:60px}.ep-connection-card__action{grid-column:1/-1;margin-top:0}.ep-plan-audience{min-height:0}}
