:root{--ee-bg:#f4f7fb;--ee-surface:#fff;--ee-line:#e5ebf2;--ee-text:#0f172a;--ee-muted:#6b7a90;--ee-nav:#0a1320;--ee-blue:#e53935;--ee-blue2:#ff6b5e;--ee-green:#18a56b;--ee-yellow:#f5c542;--ee-red:#eb5757;--ee-purple:#7b61ff;--ee-shadow:0 14px 40px rgba(16,24,40,.07);--ee-radius:20px}
*{box-sizing:border-box}.ee-app-body,.ee-public-body{margin:0!important;background:var(--ee-bg)!important;color:var(--ee-text)!important}.ee-app-body,.ee-app-body input,.ee-app-body button,.ee-app-body select,.ee-app-body textarea,.ee-public-body,.ee-public-body input,.ee-public-body button,.ee-public-body select,.ee-public-body textarea{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.ee-app-body a,.ee-public-body a{text-decoration:none}
.ee-app{min-height:100vh;display:grid;grid-template-columns:270px minmax(0,1fr);background:var(--ee-bg)}.ee-sidebar{position:sticky;top:0;height:100vh;padding:22px 14px;background:radial-gradient(circle at 0 100%,rgba(87,145,255,.18),transparent 28%),linear-gradient(180deg,var(--ee-nav),#09111d 68%);color:#fff;display:flex;flex-direction:column;z-index:40}.admin-bar .ee-sidebar{top:32px;height:calc(100vh - 32px)}
.ee-brand{display:flex;align-items:center;gap:12px;padding:10px 12px 24px;color:#fff!important}.ee-brand-mark{width:50px;height:50px;border-radius:16px;background:linear-gradient(135deg,#fff,#c6d3e3);color:#09111d;display:grid;place-items:center;font-size:24px;font-weight:950}.ee-brand strong{display:block;font-size:20px}.ee-brand small{display:block;font-size:9px;letter-spacing:.14em;color:#92a1b5;margin-top:2px}.ee-nav{display:grid;gap:6px}.ee-nav a{color:#c3cfde!important;padding:11px 12px;border-radius:12px;font-weight:700;display:flex;align-items:center;gap:11px;font-size:13px}.ee-nav a:hover,.ee-nav a.active{background:linear-gradient(90deg,#c62828,#ef5350);color:#fff!important}.ee-ico{width:28px;height:28px;border-radius:9px;background:rgba(255,255,255,.06);display:grid;place-items:center;font-size:13px}.ee-nav a.active .ee-ico{background:rgba(255,255,255,.15)}.ee-side-card{margin-top:auto;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:16px}.ee-side-card b{font-size:12px}.ee-side-card p{margin:6px 0 0;color:#90a1b7;font-size:10px;line-height:1.5}
.ee-main{min-width:0}.ee-topbar{position:sticky;top:0;z-index:30;height:76px;background:rgba(255,255,255,.88);backdrop-filter:blur(16px);border-bottom:1px solid var(--ee-line);display:flex;align-items:center;justify-content:space-between;padding:0 24px}.admin-bar .ee-topbar{top:32px}.ee-search{width:min(470px,46vw);display:flex;align-items:center;gap:10px;background:#f2f5f9;border:1px solid #e7edf4;border-radius:14px;padding:10px 14px;color:var(--ee-muted)}.ee-search input{border:0!important;background:transparent!important;outline:0!important;box-shadow:none!important;width:100%;padding:0!important}.ee-top-actions{display:flex;align-items:center;gap:10px}.ee-chip{padding:8px 11px;border-radius:999px;background:#fff0f0;color:#c62828;font-size:10px;font-weight:800;border:1px solid #ffd8d8}.ee-user-avatar{width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,#101826,#34425a);color:#fff;display:grid;place-items:center;font-weight:900;font-size:11px}.ee-user-copy b{display:block;font-size:11px}.ee-user-copy small{display:block;color:var(--ee-muted);font-size:9px}.ee-content{padding:24px;max-width:1600px;margin:auto}
.ee-hero{display:grid;grid-template-columns:1.1fr .9fr;overflow:hidden;background:linear-gradient(135deg,#fff,#f0f5fb);border:1px solid var(--ee-line);border-radius:26px;margin-bottom:16px}.ee-hero-copy{padding:30px}.ee-kicker{font-size:9px;text-transform:uppercase;letter-spacing:.14em;color:#d32f2f;font-weight:900}.ee-hero h1{margin:10px 0 8px;font-size:42px;line-height:.96;letter-spacing:-.05em;color:var(--ee-text)}.ee-hero p{max-width:760px;color:var(--ee-muted);line-height:1.65;margin:0;font-size:13px}.ee-hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.ee-hero-visual{min-height:240px;background:radial-gradient(circle at 80% 18%,rgba(229,57,53,.18),transparent 18%),radial-gradient(circle at 18% 84%,rgba(123,97,255,.14),transparent 22%),linear-gradient(135deg,#fff1f1,#fdfefe);padding:22px;display:flex;align-items:center;justify-content:center}.ee-float-card{width:100%;max-width:430px;background:#fff;border:1px solid var(--ee-line);border-radius:22px;box-shadow:var(--ee-shadow);padding:16px;transform:rotate(-2deg)}.ee-float-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.ee-mini-box{background:#f6f8fb;border-radius:14px;padding:12px}.ee-mini-box span{display:block;color:var(--ee-muted);font-size:9px}.ee-mini-box b{display:block;margin-top:4px;font-size:15px}
.ee-btn{border:0;border-radius:12px;padding:11px 14px;font-weight:850;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:7px;line-height:1.1;font-size:11px}.ee-btn.primary{background:linear-gradient(135deg,var(--ee-blue),var(--ee-blue2));color:#fff!important}.ee-btn.dark{background:#111827;color:#fff!important}.ee-btn.soft{background:#eef3f8;color:#334155!important}.ee-btn.outline{background:#fff;border:1px solid var(--ee-line);color:#334155!important}.ee-btn.edit{background:#fff0f0;color:#c62828!important;border:1px solid #ffd8d8}.ee-btn.danger{background:#fff1f1;color:#c93737!important;border:1px solid #ffd5d5;width:100%}.ee-btn.full{width:100%;margin-top:8px}
.ee-badge{display:inline-flex;padding:6px 9px;border-radius:999px;font-size:8px;font-weight:850}.ee-badge.ok{background:#e8f7ef;color:#188553}.ee-badge.pending{background:#fff6dc;color:#8a6500}.ee-badge.soft{background:#fff0f0;color:#c62828}
.ee-stats{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-bottom:16px}.ee-stat{background:#fff;border:1px solid var(--ee-line);border-radius:18px;padding:17px;box-shadow:0 4px 14px rgba(15,23,42,.03)}.ee-stat span{font-size:10px;color:#536176;font-weight:800}.ee-stat strong{display:block;font-size:25px;letter-spacing:-.04em;margin:10px 0 2px}.ee-stat small{font-size:9px;color:var(--ee-muted)}
.ee-dashboard-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:12px;align-items:start}.ee-card{background:#fff;border:1px solid var(--ee-line);border-radius:20px;box-shadow:var(--ee-shadow);padding:18px}.ee-card h2{margin:0 0 14px;font-size:18px}.ee-card.dark{background:linear-gradient(145deg,#121d2b,#0b1320);color:#fff;border-color:#172536}.ee-chart{height:250px;border-radius:16px;position:relative;background:linear-gradient(180deg,#0e1826,#152234);overflow:hidden}.ee-chart:before{content:"";position:absolute;inset:16px 14px 22px;background:repeating-linear-gradient(to bottom,transparent 0,transparent 42px,rgba(255,255,255,.08) 43px)}.ee-chart svg{position:absolute;inset:18px 16px 24px;width:calc(100% - 32px);height:calc(100% - 42px)}.ee-list{display:grid}.ee-list>div,.ee-list-row{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid rgba(128,145,166,.18);font-size:11px}.ee-action{display:block;padding:12px 0;border-bottom:1px solid #edf1f5;color:#d32f2f!important;font-size:11px;font-weight:800}
.ee-events-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.ee-event-card{overflow:hidden;background:#fff;border:1px solid var(--ee-line);border-radius:20px;box-shadow:var(--ee-shadow)}.ee-event-cover{height:190px;padding:16px;color:#fff;background:linear-gradient(145deg,#111b28,#475467);position:relative;display:flex;align-items:end}.ee-event-cover:after{content:"EPIC EVENTS";position:absolute;right:14px;top:14px;color:rgba(255,255,255,.18);font-weight:950;font-size:20px;letter-spacing:.08em}.ee-cover-tag{position:absolute;left:14px;top:14px;background:#fff;color:#111827;padding:6px 9px;border-radius:999px;font-size:8px;font-weight:900}.ee-event-cover h3{margin:0;font-size:22px;line-height:1.05;letter-spacing:-.03em}.ee-event-body{padding:16px}.ee-meta-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.ee-meta-grid div,.ee-info{background:#f6f8fb;border-radius:13px;padding:11px}.ee-meta-grid span,.ee-info span{display:block;font-size:8px;color:var(--ee-muted)}.ee-meta-grid b,.ee-info b{display:block;font-size:11px;margin-top:4px}.ee-event-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:13px}
.ee-create-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:12px;align-items:start}.ee-stack{display:grid;gap:12px}.ee-sticky{position:sticky;top:98px}.admin-bar .ee-sticky{top:130px}.ee-summary{border-radius:16px;background:linear-gradient(145deg,#111827,#1d2939);color:#fff;padding:18px;margin-bottom:12px}.ee-summary span{font-size:9px;color:#a9b7c9}.ee-summary strong{display:block;font-size:28px;letter-spacing:-.04em;margin-top:5px}.ee-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.ee-form-grid label{display:block;min-width:0}.ee-form-grid label>span{display:block;font-size:8px;color:#637086;font-weight:850;margin-bottom:5px}.ee-form-grid input,.ee-form-grid select,.ee-form-grid textarea{width:100%;border:1px solid var(--ee-line)!important;border-radius:12px!important;padding:11px 12px!important;background:#fff!important;outline:0!important;box-shadow:none!important;color:var(--ee-text)!important;font-size:11px!important;min-height:41px}.ee-form-grid textarea{min-height:98px;resize:vertical}.ee-form-grid .full{grid-column:1/-1}.ee-category-row{display:grid;grid-template-columns:1.2fr 1fr .8fr .6fr 36px;gap:8px;margin-bottom:8px}.ee-category-row input{width:100%;border:1px solid var(--ee-line);border-radius:11px;padding:10px}.ee-remove-cat{border:0;border-radius:10px;background:#fff0f0;color:#c33;font-size:18px;cursor:pointer}.ee-toolbar{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:12px}.ee-toolbar h2{margin:0}.ee-toolbar-actions{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.ee-export-btn{white-space:nowrap;box-shadow:0 8px 18px rgba(229,57,53,.18)}.ee-event-select{min-width:280px;border:1px solid var(--ee-line);border-radius:12px;padding:10px;background:#fff}
.ee-builder{display:grid;grid-template-columns:280px 1fr;gap:12px}.ee-field-toggle{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid #edf1f5}.ee-field-toggle input{width:18px;height:18px}.ee-field-toggle b{font-size:11px;display:block}.ee-field-toggle small{font-size:8px;color:var(--ee-muted)}.ee-canvas{border:1px dashed #cdd8e4;background:#fbfcfe;border-radius:18px;padding:16px}.ee-canvas-field{border:1px solid var(--ee-line);background:#fff;border-radius:14px;padding:12px;display:flex;justify-content:space-between;align-items:center;margin-bottom:9px}.ee-canvas-field b{font-size:11px}.ee-canvas-field small{display:block;color:var(--ee-muted);font-size:8px}.ee-canvas-field i{color:#90a0b4;font-style:normal}
.ee-table-wrap{overflow:auto}.ee-card table{width:100%;border-collapse:collapse}.ee-card th,.ee-card td{padding:11px 10px;border-bottom:1px solid #edf1f5;text-align:left;font-size:10px;white-space:nowrap}.ee-card th{font-size:8px;color:var(--ee-muted);letter-spacing:.08em}.ee-proof{display:inline-flex;width:56px;height:38px;border-radius:10px;background:#ebf0f6;align-items:center;justify-content:center;color:#5f6f83!important;font-size:9px;font-weight:800}.ee-analytics-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.ee-empty{text-align:center;padding:36px;background:#fff;border:1px dashed #cdd8e4;border-radius:18px;color:var(--ee-muted);margin-top:12px}.ee-login-card{max-width:430px;margin:70px auto;background:#fff;border:1px solid var(--ee-line);border-radius:22px;padding:24px;box-shadow:var(--ee-shadow)}
.ee-toast{position:fixed;right:22px;bottom:22px;background:#111827;color:#fff;padding:13px 16px;border-radius:12px;font-size:10px;font-weight:800;box-shadow:var(--ee-shadow);opacity:0;transform:translateY(8px);transition:.22s;pointer-events:none;z-index:120}.ee-toast.show{opacity:1;transform:translateY(0)}
/* Public event */
.ee-public-shell{min-height:100vh;background:var(--ee-bg)}.ee-public-top{height:68px;background:#fff;border-bottom:1px solid var(--ee-line);display:flex;align-items:center;justify-content:space-between;padding:0 28px;position:sticky;top:0;z-index:20}.admin-bar .ee-public-top{top:32px}.ee-public-brand{font-weight:950;color:#101826!important;letter-spacing:.02em}.ee-public-top>span{font-size:10px;color:var(--ee-muted)}.ee-public-shell main{max-width:1320px;margin:auto;padding:24px}.ee-public-hero{min-height:360px;padding:32px;border-radius:26px;color:#fff;background:radial-gradient(circle at 85% 20%,rgba(78,150,255,.28),transparent 20%),linear-gradient(145deg,#101826,#324255);display:flex;flex-direction:column;justify-content:end;position:relative;overflow:hidden}.ee-public-hero h1{font-size:52px;line-height:.92;margin:12px 0 10px;letter-spacing:-.055em;color:#fff}.ee-public-hero p{max-width:720px;color:#cdd7e2;margin:0;font-size:12px;line-height:1.65}.ee-public-quick{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:18px}.ee-public-quick div{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.09);border-radius:14px;padding:12px}.ee-public-quick span{display:block;font-size:8px;color:#afbed0}.ee-public-quick b{display:block;font-size:13px;margin-top:5px}.ee-public-grid{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:14px;align-items:start;margin-top:14px}.ee-registration-card{position:sticky;top:88px}.admin-bar .ee-registration-card{top:120px}.ee-rich,.ee-card p{font-size:11px;line-height:1.7;color:var(--ee-muted)}.public-form{grid-template-columns:1fr}.ee-payment-help{background:#f6f8fb;border-radius:14px;padding:12px;margin:12px 0}.ee-payment-help b{font-size:10px}.ee-payment-help p{margin:4px 0 0}.ee-success{margin:14px 0;padding:13px 15px;border-radius:14px;background:#e8f7ef;color:#188553;font-size:11px;font-weight:800}
@media(max-width:1250px){.ee-app{grid-template-columns:86px 1fr}.ee-brand>span:last-child,.ee-nav a>span:last-child,.ee-side-card{display:none}.ee-brand{justify-content:center}.ee-nav a{justify-content:center}.ee-stats{grid-template-columns:repeat(3,1fr)}.ee-dashboard-grid{grid-template-columns:1fr 1fr}.ee-dashboard-grid>div:last-child{grid-column:1/-1}.ee-events-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:782px){.admin-bar .ee-sidebar{top:46px;height:calc(100vh - 46px)}.admin-bar .ee-topbar{top:46px}.admin-bar .ee-public-top{top:46px}}
@media(max-width:780px){.ee-app{display:block}.ee-sidebar{display:none}.ee-topbar{height:64px;padding:0 12px;top:0!important}.ee-search{display:none}.ee-chip,.ee-user-copy{display:none}.ee-content{padding:14px 12px 88px}.ee-hero,.ee-create-grid,.ee-builder,.ee-dashboard-grid,.ee-events-grid,.ee-stats,.ee-form-grid,.ee-analytics-grid,.ee-public-grid{grid-template-columns:1fr}.ee-hero h1{font-size:34px}.ee-hero-visual{min-height:160px}.ee-form-grid .full{grid-column:auto}.ee-category-row{grid-template-columns:1fr 1fr}.ee-category-row .ee-remove-cat{grid-column:2}.ee-sticky,.ee-registration-card{position:static}.ee-event-select{min-width:0;width:100%}.ee-toolbar{align-items:flex-start;flex-direction:column}.ee-toolbar-actions{width:100%;align-items:stretch}.ee-toolbar-actions .ee-event-select{flex:1}.ee-toolbar-actions .ee-export-btn{flex:0 0 auto}.ee-public-shell main{padding:14px}.ee-public-hero{min-height:330px;padding:24px}.ee-public-hero h1{font-size:37px}.ee-public-quick{grid-template-columns:1fr 1fr}}

/* v1.0.5 · Numberplate por temporada */
.ee-help{margin:0 0 14px;padding:12px 14px;border:1px solid #d8e7ff;border-radius:13px;background:#f3f7ff;color:#46617f;font-size:10px;line-height:1.6}.ee-help b{color:#173e79}.ee-inline-fields{display:grid;grid-template-columns:1fr 1fr;gap:8px}.ee-numberplate-box{border:1px solid #d8e5f5;border-radius:16px;background:linear-gradient(180deg,#f8fbff,#fff);padding:14px}.ee-numberplate-head{display:flex;justify-content:space-between;gap:10px;align-items:center}.ee-numberplate-head>span{font-size:8px;letter-spacing:.08em;color:#527099;font-weight:900}.ee-numberplate-head>b{font-size:10px;color:#1d4f91}.ee-numberplate-box>p{margin:8px 0 12px!important;color:#5e6f85!important;font-size:10px!important;line-height:1.6!important}.ee-numberplate-options{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:10px}.ee-radio-option{display:flex!important;align-items:flex-start;gap:9px;border:1px solid var(--ee-line);border-radius:12px;padding:11px;background:#fff;cursor:pointer}.ee-radio-option input{width:auto!important;min-height:auto!important;margin-top:2px}.ee-radio-option span b{display:block;font-size:10px}.ee-radio-option span small{display:block;color:var(--ee-muted);font-size:8px;margin-top:3px;line-height:1.4}.ee-existing-numberplate{margin-top:8px}.ee-existing-numberplate small{display:block;color:#7b8798;font-size:8px;margin-top:5px}.ee-new-numberplate-note{padding:10px 12px;border-radius:11px;background:#eaf7f0;color:#247253;font-size:9px;line-height:1.5}.ee-canvas-field small{max-width:560px;line-height:1.4}
@media(max-width:780px){.ee-numberplate-options,.ee-inline-fields{grid-template-columns:1fr}.ee-numberplate-head{align-items:flex-start;flex-direction:column}}

/* v1.0.6 · Asignación manual de numberplate por administrador */
.ee-assign-numberplate{display:flex;align-items:center;gap:6px;min-width:210px}.ee-assign-numberplate input{width:92px!important;min-width:92px!important;padding:7px 8px!important;border:1px solid var(--ee-line)!important;border-radius:9px!important;background:#fff!important}.ee-assign-numberplate .ee-btn{padding:7px 10px!important;font-size:9px!important}.ee-np-pending{display:block;color:#9a7000;font-size:8px;margin-top:4px}.ee-numberplate-value{display:inline-flex;min-width:38px;justify-content:center;padding:6px 8px;border-radius:9px;background:#fff0f0;color:#c62828;font-weight:900}.ee-numberplate-box .ee-new-numberplate-note{background:#fff6dc;color:#7d5b00}
@media(max-width:780px){.ee-assign-numberplate{min-width:190px}.ee-assign-numberplate input{width:82px!important;min-width:82px!important}}

/* v1.0.7 · Edición y eliminación de eventos */
.ee-delete-event-form{margin:0!important;padding:0!important}.ee-success-notice{margin:0 0 14px;padding:12px 14px;border-radius:14px;background:#e9f8f0;border:1px solid #cdeedc;color:#18744e;font-size:10px;font-weight:800}.ee-event-actions .ee-btn{min-height:38px}.ee-event-actions form .ee-btn{height:100%}

/* v1.0.8 — legibilidad ampliada + navegación móvil */
.ee-app,.ee-public-shell{font-size:15px}
.ee-nav a{font-size:14.5px;padding:12px 13px}
.ee-brand small{font-size:10.5px}.ee-side-card b{font-size:13px}.ee-side-card p{font-size:11.5px}
.ee-chip{font-size:11.5px}.ee-user-copy b{font-size:13px}.ee-user-copy small{font-size:10.5px}
.ee-kicker{font-size:10.5px}.ee-hero p{font-size:15px}.ee-mini-box span{font-size:10.5px}.ee-mini-box b{font-size:16px}
.ee-btn{font-size:13px;padding:12px 15px}.ee-badge{font-size:10px}
.ee-stat span{font-size:12px}.ee-stat small{font-size:11px}.ee-card h2{font-size:20px}
.ee-list>div,.ee-list-row,.ee-action{font-size:13px}
.ee-cover-tag{font-size:9.5px}.ee-event-cover h3{font-size:24px}
.ee-meta-grid span,.ee-info span{font-size:9.5px}.ee-meta-grid b,.ee-info b{font-size:13px}
.ee-summary span{font-size:10.5px}.ee-form-grid label>span{font-size:10px}
.ee-form-grid input,.ee-form-grid select,.ee-form-grid textarea{font-size:13px!important}
.ee-field-toggle b,.ee-canvas-field b{font-size:13px}.ee-field-toggle small,.ee-canvas-field small{font-size:10px}
.ee-card th,.ee-card td{font-size:12px}.ee-card th{font-size:9.5px}.ee-proof{font-size:10.5px}
.ee-help{font-size:12px}.ee-success-notice,.ee-success{font-size:12px}
.ee-numberplate-head>span{font-size:9.5px}.ee-numberplate-head>b{font-size:12px}.ee-numberplate-box>p{font-size:12px!important}
.ee-radio-option span b{font-size:12px}.ee-radio-option span small{font-size:10px}.ee-existing-numberplate small{font-size:10px}.ee-new-numberplate-note,.ee-np-pending{font-size:10.5px}
.ee-public-top>span{font-size:11.5px}.ee-public-hero p{font-size:14px}.ee-public-quick span{font-size:9.5px}.ee-public-quick b{font-size:15px}.ee-rich,.ee-card p{font-size:13.5px}
.ee-mobile-menu-toggle,.ee-mobile-overlay{display:none}

@media(max-width:780px){
  body.ee-menu-open{overflow:hidden}
  .ee-topbar{justify-content:space-between;gap:10px}
  .ee-mobile-menu-toggle{display:grid;width:44px;height:44px;flex:0 0 44px;place-items:center;border:1px solid var(--ee-line);border-radius:13px;background:#fff;color:#0b1320;font-size:21px;cursor:pointer;box-shadow:0 4px 14px rgba(15,23,42,.05)}
  .ee-sidebar{display:flex!important;position:fixed!important;z-index:1002!important;left:0;top:0!important;width:min(86vw,310px)!important;height:100dvh!important;transform:translateX(-105%);transition:transform .25s ease;box-shadow:24px 0 60px rgba(3,10,22,.28);overflow-y:auto}
  .admin-bar .ee-sidebar{top:46px!important;height:calc(100dvh - 46px)!important}
  .ee-sidebar.is-open{transform:translateX(0)}
  .ee-brand{justify-content:flex-start!important}
  .ee-brand>span:last-child,.ee-nav a>span:last-child,.ee-side-card{display:block!important}
  .ee-nav a{justify-content:flex-start!important;font-size:15px;padding:12px 13px}
  .ee-side-card{margin-top:18px}
  .ee-mobile-overlay{display:block;position:fixed;z-index:1001;inset:0;border:0;background:rgba(5,12,23,.48);opacity:0;visibility:hidden;transition:.2s;cursor:pointer}
  .admin-bar .ee-mobile-overlay{top:46px}
  .ee-mobile-overlay.is-open{opacity:1;visibility:visible}
  .ee-content{padding:16px 13px 34px}
  .ee-hero-copy{padding:23px 20px}.ee-hero h1{font-size:36px}.ee-hero p{font-size:14px}
  .ee-card{padding:17px}.ee-card h2{font-size:19px}
  .ee-stat span{font-size:11.5px}.ee-stat small{font-size:10.5px}
  .ee-btn{font-size:12.5px;min-height:42px}
  .ee-card th,.ee-card td{font-size:11.5px}
  .ee-public-shell main{padding:14px 12px 28px}.ee-public-hero h1{font-size:39px}.ee-public-hero p{font-size:13.5px}
  .ee-public-quick b{font-size:14px}
}


/* v1.0.9 — Patrocinadores y aliados */
.ee-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px}
.ee-section-head h2{margin-bottom:5px}.ee-section-head p{margin:0!important;max-width:720px}
.ee-sponsor-rows{display:grid;gap:12px}
.ee-sponsor-row{display:grid;grid-template-columns:118px minmax(0,1fr) 38px;gap:14px;align-items:start;padding:14px;border:1px solid var(--ee-line);border-radius:17px;background:#fbfcfe}
.ee-sponsor-logo-preview{height:104px;border:1px solid #e1e8f0;border-radius:14px;background:#fff;display:flex;align-items:center;justify-content:center;padding:12px;overflow:hidden}
.ee-sponsor-logo-preview img{display:block;width:100%;height:100%;object-fit:contain}
.ee-sponsor-logo-preview span{font-size:11px;letter-spacing:.12em;color:#9aa8ba;font-weight:900}
.ee-sponsor-fields{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.ee-sponsor-fields label{display:block}.ee-sponsor-fields label.full{grid-column:1/-1}
.ee-sponsor-fields label>span{display:block;font-size:10px;color:#637086;font-weight:850;margin-bottom:5px}
.ee-sponsor-fields input,.ee-sponsor-fields select{width:100%;border:1px solid var(--ee-line)!important;border-radius:11px!important;padding:10px 11px!important;background:#fff!important;box-shadow:none!important;font-size:12.5px!important}
.ee-sponsor-fields input[type=file]{padding:7px!important}
.ee-sponsor-visible{grid-column:1/-1;display:flex!important;align-items:center;gap:8px;padding-top:2px}
.ee-sponsor-visible input[type=checkbox]{width:auto!important;margin:0}
.ee-sponsor-visible>span{margin:0!important;font-size:11px!important}
.ee-remove-sponsor{width:36px;height:36px;border:1px solid #ffd6d6;background:#fff1f1;color:#c93737;border-radius:10px;font-size:18px;cursor:pointer;display:grid;place-items:center}
.ee-sponsor-empty{padding:16px;border:1px dashed #cbd7e5;border-radius:14px;color:#7c899a;background:#fbfcfe;font-size:12px}
.ee-presented-by{margin-top:14px;background:#fff;border:1px solid var(--ee-line);border-radius:18px;box-shadow:var(--ee-shadow);padding:14px 18px;display:flex;justify-content:space-between;align-items:center;gap:18px}
.ee-presented-copy span{display:block;font-size:9px;letter-spacing:.14em;color:#74849a;font-weight:900}.ee-presented-copy b{display:block;font-size:14px;margin-top:3px}
.ee-presented-logos{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}
.ee-sponsor-logo-card{min-width:150px;height:92px;border:1px solid #e3e9f1;border-radius:14px;background:#fff;padding:14px;display:flex;align-items:center;justify-content:center;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
a.ee-sponsor-logo-card:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(15,23,42,.08);border-color:#cbd8e8}
.ee-sponsor-logo-card img{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}
.ee-sponsor-logo-card.compact{min-width:118px;width:136px;height:70px;padding:10px}
.ee-sponsor-fallback{font-size:12px;font-weight:900;color:#334155;text-align:center}
.ee-sponsors-public{margin-top:14px;padding:22px}
.ee-sponsors-title span{display:block;font-size:9px;letter-spacing:.14em;color:#d32f2f;font-weight:900}.ee-sponsors-title h2{margin:6px 0 18px;max-width:720px}
.ee-sponsor-group{padding-top:14px;margin-top:14px;border-top:1px solid #edf1f5}.ee-sponsor-group:first-of-type{margin-top:0}
.ee-sponsor-group h3{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#728096;margin:0 0 10px}
.ee-sponsor-logo-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}
.ee-sponsor-logo-grid.type-principal{grid-template-columns:repeat(3,minmax(0,1fr))}
.ee-sponsor-logo-grid.type-principal .ee-sponsor-logo-card{height:118px}
.ee-sponsors-footer{margin:14px 0 4px;padding:18px 0 2px;text-align:center}
.ee-sponsors-footer>span{display:block;font-size:9px;letter-spacing:.15em;color:#7d8a9b;font-weight:900;margin-bottom:10px}
.ee-sponsors-footer>div{display:flex;justify-content:center;gap:8px;flex-wrap:wrap}
.ee-sponsors-footer .ee-sponsor-logo-card.compact{width:110px;min-width:110px;height:54px;border-radius:11px;padding:8px;box-shadow:none}

@media(max-width:980px){
  .ee-sponsor-logo-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .ee-sponsor-logo-grid.type-principal{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:780px){
  .ee-section-head{flex-direction:column;align-items:stretch}.ee-section-head .ee-btn{width:100%}
  .ee-sponsor-row{grid-template-columns:86px minmax(0,1fr) 34px;padding:11px;gap:10px}
  .ee-sponsor-logo-preview{height:84px;padding:8px}
  .ee-sponsor-fields{grid-template-columns:1fr}.ee-sponsor-fields label.full,.ee-sponsor-visible{grid-column:auto}
  .ee-presented-by{align-items:flex-start;flex-direction:column;padding:14px}
  .ee-presented-logos{width:100%;justify-content:flex-start}
  .ee-presented-logos .ee-sponsor-logo-card.compact{flex:1;min-width:120px}
  .ee-sponsor-logo-grid,.ee-sponsor-logo-grid.type-principal{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ee-sponsor-logo-grid .ee-sponsor-logo-card,.ee-sponsor-logo-grid.type-principal .ee-sponsor-logo-card{min-width:0;width:100%;height:86px;padding:10px}
}

/* v1.0.10 — estados de pago en vivo */
.ee-badge.rejected{background:#fff0f0;color:#c73f47}
.ee-payment-action:disabled{opacity:.68;cursor:default;filter:saturate(.72)}
.ee-payments-table tr{transition:background-color .18s ease}


/* v1.0.11 — tipografía ampliada y mayor legibilidad */
.ee-app,.ee-public-shell{font-size:16px}
.ee-nav a{font-size:15.5px}
.ee-brand strong{font-size:21px}.ee-brand small{font-size:11px}
.ee-side-card b{font-size:14px}.ee-side-card p{font-size:12.5px}
.ee-chip{font-size:12px}.ee-user-copy b{font-size:14px}.ee-user-copy small{font-size:11px}
.ee-kicker{font-size:11.5px}.ee-hero h1{font-size:44px}.ee-hero p{font-size:16px}
.ee-mini-box span{font-size:11px}.ee-mini-box b{font-size:17px}
.ee-btn{font-size:14px}.ee-badge{font-size:10.5px}
.ee-stat span{font-size:13px}.ee-stat small{font-size:12px}.ee-stat strong{font-size:27px}
.ee-card h2{font-size:22px}.ee-card h3{font-size:18px}
.ee-list>div,.ee-list-row,.ee-action{font-size:14px}
.ee-event-cover h3{font-size:26px}.ee-cover-tag{font-size:10px}
.ee-meta-grid span,.ee-info span{font-size:10.5px}.ee-meta-grid b,.ee-info b{font-size:14px}
.ee-summary span{font-size:11px}.ee-summary strong{font-size:30px}
.ee-form-grid label>span{font-size:11.5px}
.ee-form-grid input,.ee-form-grid select,.ee-form-grid textarea{font-size:14.5px!important;min-height:45px}
.ee-field-toggle b,.ee-canvas-field b{font-size:14px}.ee-field-toggle small,.ee-canvas-field small{font-size:11px}
.ee-card th,.ee-card td{font-size:13.5px}.ee-card th{font-size:10.5px}
.ee-help,.ee-success-notice,.ee-success{font-size:13.5px}
.ee-public-brand{font-size:18px}.ee-public-top>span{font-size:12.5px}
.ee-public-hero h1{font-size:56px}.ee-public-hero p{font-size:16px}
.ee-public-quick span{font-size:11px}.ee-public-quick b{font-size:16px}
.ee-rich,.ee-card p{font-size:15px;line-height:1.75}
.ee-payment-help b{font-size:13px}.ee-payment-help p{font-size:13.5px}
.ee-numberplate-head>span{font-size:10.5px}.ee-numberplate-head>b{font-size:14px}.ee-numberplate-box>p{font-size:13.5px!important}
.ee-radio-option span b{font-size:13.5px}.ee-radio-option span small{font-size:11.5px}.ee-existing-numberplate small{font-size:11.5px}.ee-new-numberplate-note,.ee-np-pending{font-size:12px}
.ee-sponsors-title span{font-size:10.5px}.ee-sponsor-group h3{font-size:13px}

@media(max-width:780px){
  .ee-nav a{font-size:16px}
  .ee-hero h1{font-size:38px}.ee-hero p{font-size:15.5px}
  .ee-card h2{font-size:21px}.ee-card h3{font-size:17px}
  .ee-card th,.ee-card td{font-size:12.5px}
  .ee-form-grid label>span{font-size:11px}
  .ee-form-grid input,.ee-form-grid select,.ee-form-grid textarea{font-size:14px!important}
  .ee-public-hero h1{font-size:42px}.ee-public-hero p{font-size:15px}
  .ee-public-quick span{font-size:10px}.ee-public-quick b{font-size:15px}
  .ee-rich,.ee-card p{font-size:14.5px}
}

/* v1.1.0 — analítica avanzada, alcance, viralidad y patrocinadores */
.ee-public-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:18px}
.ee-btn.glass{background:rgba(255,255,255,.10);color:#fff;border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(8px)}
.ee-btn.glass:hover{background:rgba(255,255,255,.16)}
.ee-registration-card{scroll-margin-top:26px}
.ee-analytics-toolbar{align-items:center}
.ee-range-select{min-width:180px;border:1px solid var(--ee-line);background:#fff;border-radius:12px;padding:10px 12px;font-size:13px;font-weight:750;color:#334155;outline:0}
.ee-analytics-note{margin:-2px 0 14px;padding:11px 13px;border:1px solid #dbe7f7;background:#f3f8ff;color:#46617f;border-radius:13px;font-size:12.5px;line-height:1.5}
.ee-stats-analytics{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:14px}
.ee-analytics-tabs{display:flex;gap:7px;flex-wrap:wrap;background:#e9eef5;border:1px solid #dfe6ee;padding:5px;border-radius:14px;width:max-content;max-width:100%;margin:4px 0 14px}
.ee-analytics-tabs button{border:0;background:transparent;color:#64748b;padding:9px 13px;border-radius:10px;font-size:12.5px;font-weight:850;cursor:pointer;transition:.18s}
.ee-analytics-tabs button.active{background:#111827;color:#fff;box-shadow:0 5px 14px rgba(15,23,42,.14)}
.ee-analytics-panel{display:none}.ee-analytics-panel.active{display:block}
.ee-analytics-wide-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(330px,.85fr);gap:12px;margin-bottom:12px}
.ee-chart-card{min-width:0}
.ee-chart-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:12px}
.ee-chart-heading>div>span{display:block;color:#3b72d9;font-size:9.5px;letter-spacing:.12em;font-weight:950;margin-bottom:3px}
.ee-chart-heading h2{margin:0!important}
.ee-chart-legend{font-size:10.5px;color:#728096;display:flex;gap:8px;align-items:center;white-space:nowrap;padding-top:5px}
.ee-chart-legend i{width:8px;height:8px;border-radius:50%;display:inline-block}.ee-chart-legend i.views{background:#e53935}.ee-chart-legend i.unique{background:#7b61ff}
.ee-analytics-line{height:310px;position:relative;border:1px solid #edf1f5;border-radius:16px;background:linear-gradient(180deg,#fff,#fbfcfe);overflow:hidden}
.ee-analytics-line svg{width:100%;height:100%;display:block;overflow:visible}
.ee-chart-gridline{stroke:#e9eef5;stroke-width:1;vector-effect:non-scaling-stroke}
.ee-chart-line{fill:none;stroke-width:3;vector-effect:non-scaling-stroke;stroke-linecap:round;stroke-linejoin:round}.ee-chart-line.views{stroke:#e53935}.ee-chart-line.unique{stroke:#7b61ff}
.ee-chart-dot{stroke:#fff;stroke-width:3;vector-effect:non-scaling-stroke;cursor:pointer;transition:r .15s}.ee-chart-dot.views{fill:#e53935}.ee-chart-dot.unique{fill:#7b61ff}.ee-chart-dot:hover{r:7}
.ee-chart-xlabel{fill:#8492a6;font-size:9px;font-weight:700}
.ee-line-tooltip{position:absolute;z-index:8;pointer-events:none;opacity:0;transform:translateY(4px);transition:.12s;background:#111827;color:#fff;border-radius:10px;padding:8px 10px;box-shadow:0 9px 26px rgba(15,23,42,.22);font-size:10px}.ee-line-tooltip.show{opacity:1;transform:none}.ee-line-tooltip b,.ee-line-tooltip span{display:block}.ee-line-tooltip span{color:#cbd5e1;margin-top:2px}
.ee-chart-empty{height:100%;display:grid;place-items:center;text-align:center;color:#8a98aa;font-size:12px;padding:30px}
.ee-bar-list{display:grid;gap:13px}
.ee-bar-row{display:grid;gap:6px}.ee-bar-label{display:flex;justify-content:space-between;gap:10px;align-items:center;font-size:12px}.ee-bar-label span{color:#4f5e72}.ee-bar-label b{color:#172033}
.ee-bar-track{height:9px;background:#eef2f7;border-radius:999px;overflow:hidden}.ee-bar-track i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#1677ff,#ff8a80);transition:width .45s ease}.ee-bar-track.purple i{background:linear-gradient(90deg,#7b61ff,#a08cff)}.ee-bar-track.green i{background:linear-gradient(90deg,#16a36a,#5acb9d)}.ee-bar-track.amber i{background:linear-gradient(90deg,#e9ac16,#f7cf61)}.ee-bar-track.sponsor i{background:linear-gradient(90deg,#111827,#4d5c72)}.ee-bar-track.viral i{background:linear-gradient(90deg,#e53935,#ff8a65)}
.ee-empty-mini{border:1px dashed #d4dee9;border-radius:13px;padding:18px;color:#8190a4;background:#fbfcfe;font-size:12px;text-align:center}
.ee-big-metric{font-size:26px;letter-spacing:-.04em;color:#111827}
.ee-funnel{display:grid;gap:12px}.ee-funnel-row{display:grid;gap:6px}.ee-funnel-label{display:flex;justify-content:space-between;gap:12px;font-size:12px}.ee-funnel-label span{color:#536176}.ee-funnel-bar{height:34px;min-width:70px;background:linear-gradient(90deg,#111827,#e53935);border-radius:10px;display:flex;align-items:center;justify-content:flex-end;padding:0 10px;color:#fff;font-size:9px;font-weight:900;transition:width .35s ease}.ee-funnel-row:nth-child(2) .ee-funnel-bar{background:linear-gradient(90deg,#a61d22,#d32f2f)}.ee-funnel-row:nth-child(3) .ee-funnel-bar{background:linear-gradient(90deg,#d32f2f,#ff6b5e)}.ee-funnel-row:nth-child(4) .ee-funnel-bar{background:linear-gradient(90deg,#ff7043,#ff8a65)}.ee-funnel-row:nth-child(5) .ee-funnel-bar{background:linear-gradient(90deg,#12855a,#1ab477)}
.ee-donut-wrap{display:grid;grid-template-columns:190px 1fr;gap:18px;align-items:center;min-height:240px}.ee-donut{--a:0;--b:0;width:178px;height:178px;border-radius:50%;background:conic-gradient(#1aa56f 0 calc(var(--a)*1%),#f5c542 calc(var(--a)*1%) calc((var(--a) + var(--b))*1%),#eb5757 calc((var(--a) + var(--b))*1%) 100%);display:grid;place-items:center;position:relative;margin:auto}.ee-donut:after{content:"";position:absolute;width:112px;height:112px;border-radius:50%;background:#fff;box-shadow:inset 0 0 0 1px #edf1f5}.ee-donut>div{position:relative;z-index:2;text-align:center}.ee-donut strong{display:block;font-size:28px}.ee-donut span{display:block;color:#7a8798;font-size:10px}.ee-donut-legend{display:grid;gap:10px}.ee-donut-legend span{display:grid;grid-template-columns:10px 1fr auto;align-items:center;gap:8px;font-size:11px;color:#667388}.ee-donut-legend i{width:9px;height:9px;border-radius:50%}.ee-donut-legend i.approved{background:#1aa56f}.ee-donut-legend i.pending{background:#f5c542}.ee-donut-legend i.rejected{background:#eb5757}.ee-donut-legend b{color:#172033}
.ee-viral-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.ee-share-card{min-height:150px}.ee-share-card .ee-bar-track{margin-top:32px;height:12px}
.ee-sponsor-logo-card.ee-track-sponsor{position:relative}.ee-sponsor-logo-card.ee-track-sponsor:after{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 0 0 0 rgba(22,119,255,0);transition:.18s;pointer-events:none}.ee-sponsor-logo-card.ee-track-sponsor:hover:after{box-shadow:inset 0 0 0 2px rgba(229,57,53,.18)}

@media(max-width:1150px){
  .ee-stats-analytics{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ee-analytics-wide-grid{grid-template-columns:1fr}
}
@media(max-width:780px){
  .ee-public-actions{display:grid;grid-template-columns:1fr 1fr}.ee-public-actions .ee-registration-cta{grid-column:1/-1;text-align:center}
  .ee-stats-analytics,.ee-viral-stats{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ee-analytics-tabs{width:100%;display:grid;grid-template-columns:1fr 1fr}.ee-analytics-tabs button{width:100%}
  .ee-analytics-line{height:250px}.ee-chart-heading{flex-direction:column}.ee-chart-legend{white-space:normal}
  .ee-donut-wrap{grid-template-columns:1fr}.ee-donut{width:160px;height:160px}.ee-donut:after{width:100px;height:100px}
  .ee-range-select{width:100%}.ee-analytics-toolbar .ee-toolbar-actions{width:100%;display:grid;grid-template-columns:1fr}.ee-analytics-toolbar .ee-event-select{width:100%}
}
@media(max-width:480px){.ee-stats-analytics,.ee-viral-stats{grid-template-columns:1fr}.ee-public-actions{grid-template-columns:1fr}}


/* v1.1.2 — aislamiento tipográfico total frente al tema de WordPress */
:root{
  --ee-font:"Segoe UI",Arial,Helvetica,sans-serif;
}
html body.ee-app-body .ee-app,
html body.ee-app-body .ee-app *,
html body.ee-public-body .ee-public-shell,
html body.ee-public-body .ee-public-shell *{
  font-family:var(--ee-font)!important;
  font-variant:normal!important;
  font-stretch:normal!important;
}
html body.ee-app-body .ee-app h1,
html body.ee-app-body .ee-app h2,
html body.ee-app-body .ee-app h3,
html body.ee-app-body .ee-app h4,
html body.ee-app-body .ee-app h5,
html body.ee-app-body .ee-app h6,
html body.ee-public-body .ee-public-shell h1,
html body.ee-public-body .ee-public-shell h2,
html body.ee-public-body .ee-public-shell h3,
html body.ee-public-body .ee-public-shell h4,
html body.ee-public-body .ee-public-shell h5,
html body.ee-public-body .ee-public-shell h6{
  font-family:var(--ee-font)!important;
  text-transform:none!important;
  font-style:normal!important;
  text-decoration:none!important;
}
html body.ee-app-body .ee-hero h1{
  font-size:44px!important;
  line-height:.98!important;
  font-weight:500!important;
  letter-spacing:-.045em!important;
  margin:10px 0 8px!important;
}
html body.ee-app-body .ee-card h2,
html body.ee-app-body .ee-toolbar h2{
  font-size:22px!important;
  line-height:1.15!important;
  font-weight:500!important;
  letter-spacing:-.025em!important;
}
html body.ee-app-body .ee-card h3{
  font-size:18px!important;
  line-height:1.2!important;
  font-weight:600!important;
  letter-spacing:-.015em!important;
}
html body.ee-public-body .ee-public-hero h1{
  font-size:56px!important;
  line-height:.94!important;
  font-weight:500!important;
  letter-spacing:-.05em!important;
  margin:12px 0 10px!important;
}
html body.ee-public-body .ee-public-shell .ee-card h2{
  font-size:22px!important;
  line-height:1.15!important;
  font-weight:500!important;
  letter-spacing:-.025em!important;
  margin:0 0 14px!important;
}
html body.ee-public-body .ee-public-shell .ee-card h3{
  font-size:18px!important;
  line-height:1.2!important;
  font-weight:500!important;
}
html body.ee-app-body .ee-nav a,
html body.ee-app-body .ee-btn,
html body.ee-public-body .ee-btn{
  font-family:var(--ee-font)!important;
}
html body.ee-app-body input,
html body.ee-app-body select,
html body.ee-app-body textarea,
html body.ee-app-body button,
html body.ee-public-body input,
html body.ee-public-body select,
html body.ee-public-body textarea,
html body.ee-public-body button{
  font-family:var(--ee-font)!important;
  letter-spacing:normal!important;
  text-transform:none!important;
}
html body.ee-app-body .ee-kicker,
html body.ee-public-body .ee-sponsors-title>span,
html body.ee-public-body .ee-public-quick span,
html body.ee-app-body .ee-form-grid label>span,
html body.ee-public-body .ee-form-grid label>span{
  font-family:var(--ee-font)!important;
}
@media(max-width:780px){
  html body.ee-app-body .ee-hero h1{font-size:38px!important;line-height:1.02!important}
  html body.ee-public-body .ee-public-hero h1{font-size:42px!important;line-height:.98!important}
  html body.ee-app-body .ee-card h2,
  html body.ee-public-body .ee-public-shell .ee-card h2{font-size:21px!important}
}

/* v1.1.3 — correcciones visuales de contraste, tablas y categorías */
html body.ee-app-body .ee-card.dark,
html body.ee-public-body .ee-card.dark{
  color:#fff!important;
}
html body.ee-app-body .ee-card.dark h1,
html body.ee-app-body .ee-card.dark h2,
html body.ee-app-body .ee-card.dark h3,
html body.ee-app-body .ee-card.dark h4,
html body.ee-app-body .ee-card.dark h5,
html body.ee-app-body .ee-card.dark h6,
html body.ee-app-body .ee-card.dark p,
html body.ee-app-body .ee-card.dark b,
html body.ee-app-body .ee-card.dark strong,
html body.ee-app-body .ee-card.dark label,
html body.ee-app-body .ee-card.dark .ee-list>div,
html body.ee-app-body .ee-card.dark .ee-list-row,
html body.ee-public-body .ee-card.dark h1,
html body.ee-public-body .ee-card.dark h2,
html body.ee-public-body .ee-card.dark h3,
html body.ee-public-body .ee-card.dark h4,
html body.ee-public-body .ee-card.dark h5,
html body.ee-public-body .ee-card.dark h6,
html body.ee-public-body .ee-card.dark p,
html body.ee-public-body .ee-card.dark b,
html body.ee-public-body .ee-card.dark strong,
html body.ee-public-body .ee-card.dark .ee-list>div,
html body.ee-public-body .ee-card.dark .ee-list-row{
  color:#fff!important;
}
html body.ee-app-body .ee-card.dark small,
html body.ee-app-body .ee-card.dark span,
html body.ee-public-body .ee-card.dark small,
html body.ee-public-body .ee-card.dark span{
  color:#b8c4d6!important;
}
html body.ee-app-body .ee-card.dark .ee-list>div,
html body.ee-app-body .ee-card.dark .ee-list-row,
html body.ee-public-body .ee-card.dark .ee-list>div,
html body.ee-public-body .ee-card.dark .ee-list-row{
  border-bottom:1px solid rgba(255,255,255,.12)!important;
}
html body.ee-app-body .ee-card.dark .ee-chart,
html body.ee-public-body .ee-card.dark .ee-chart{
  background:linear-gradient(180deg,#0d1826,#162235)!important;
}

html body.ee-app-body .ee-table-wrap,
html body.ee-public-body .ee-table-wrap{
  border:1px solid #e9eef5;
  border-radius:14px;
  overflow:auto;
  background:#fff;
}
html body.ee-app-body .ee-card table,
html body.ee-public-body .ee-card table{
  width:100%!important;
  border-collapse:separate!important;
  border-spacing:0!important;
  table-layout:auto!important;
}
html body.ee-app-body .ee-card th,
html body.ee-app-body .ee-card td,
html body.ee-public-body .ee-card th,
html body.ee-public-body .ee-card td{
  padding:13px 12px!important;
  font-size:13px!important;
  line-height:1.35!important;
  vertical-align:middle!important;
  white-space:normal!important;
}
html body.ee-app-body .ee-card th,
html body.ee-public-body .ee-card th{
  font-size:11px!important;
  color:#64748b!important;
  font-weight:800!important;
  letter-spacing:.06em!important;
  background:#f8fafc!important;
}
html body.ee-app-body .ee-card td,
html body.ee-public-body .ee-card td{
  color:#172033!important;
  border-bottom:1px solid #edf1f5!important;
}
html body.ee-app-body .ee-card.dark .ee-table-wrap,
html body.ee-public-body .ee-card.dark .ee-table-wrap{
  border-color:#213041;
  background:transparent;
}
html body.ee-app-body .ee-card.dark th,
html body.ee-public-body .ee-card.dark th{
  background:rgba(255,255,255,.04)!important;
  color:#aebcd1!important;
  border-bottom:1px solid rgba(255,255,255,.12)!important;
}
html body.ee-app-body .ee-card.dark td,
html body.ee-public-body .ee-card.dark td{
  color:#fff!important;
  border-bottom:1px solid rgba(255,255,255,.10)!important;
}

html body.ee-app-body .ee-category-row{
  display:grid!important;
  grid-template-columns:minmax(0,1.4fr) minmax(0,1.05fr) minmax(110px,.8fr) minmax(90px,.62fr) 48px!important;
  gap:10px!important;
  align-items:center!important;
  margin-bottom:10px!important;
}
html body.ee-app-body .ee-category-row > *{
  min-width:0!important;
}
html body.ee-app-body .ee-category-row input{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  display:block!important;
  border:1px solid var(--ee-line)!important;
  border-radius:12px!important;
  padding:11px 12px!important;
  background:#fff!important;
  outline:0!important;
  box-shadow:none!important;
  color:var(--ee-text)!important;
  font-size:14px!important;
  min-height:45px!important;
}
html body.ee-app-body .ee-remove-cat{
  width:48px!important;
  height:45px!important;
  min-width:48px!important;
  padding:0!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid #ffd5d5!important;
  border-radius:12px!important;
  background:#fff1f1!important;
  color:#c62828!important;
  font-size:20px!important;
  line-height:1!important;
}
html body.ee-app-body #ee-add-category{
  min-height:50px!important;
  padding:0 18px!important;
  font-size:14px!important;
  font-weight:800!important;
  border:1px solid #ffb4b4!important;
  background:#fff!important;
  color:#c62828!important;
}

@media(max-width:780px){
  html body.ee-app-body .ee-category-row{
    grid-template-columns:1fr 1fr!important;
  }
  html body.ee-app-body .ee-category-row .ee-remove-cat{
    grid-column:2!important;
    justify-self:end!important;
  }
}

/* v1.1.4 — correcciones finas de cards de eventos, selects y visibilidad */
html body.ee-app-body .ee-event-card,
html body.ee-public-body .ee-event-card{
  overflow:hidden!important;
}
html body.ee-app-body .ee-event-cover,
html body.ee-public-body .ee-event-cover{
  color:#fff!important;
  align-items:flex-end!important;
}
html body.ee-app-body .ee-event-cover h1,
html body.ee-app-body .ee-event-cover h2,
html body.ee-app-body .ee-event-cover h3,
html body.ee-app-body .ee-event-cover h4,
html body.ee-app-body .ee-event-cover p,
html body.ee-app-body .ee-event-cover b,
html body.ee-app-body .ee-event-cover strong,
html body.ee-app-body .ee-event-cover span,
html body.ee-public-body .ee-event-cover h1,
html body.ee-public-body .ee-event-cover h2,
html body.ee-public-body .ee-event-cover h3,
html body.ee-public-body .ee-event-cover h4,
html body.ee-public-body .ee-event-cover p,
html body.ee-public-body .ee-event-cover b,
html body.ee-public-body .ee-event-cover strong,
html body.ee-public-body .ee-event-cover span{
  color:#fff!important;
}
html body.ee-app-body .ee-event-cover h3,
html body.ee-public-body .ee-event-cover h3{
  margin:0!important;
  font-size:26px!important;
  line-height:1.02!important;
  letter-spacing:-.03em!important;
  max-width:78%;
  position:relative;
  z-index:2;
}
html body.ee-app-body .ee-event-cover:after,
html body.ee-public-body .ee-event-cover:after{
  color:rgba(255,255,255,.22)!important;
}
html body.ee-app-body .ee-cover-tag,
html body.ee-public-body .ee-cover-tag{
  color:#111827!important;
  background:#fff!important;
}

/* Selects y campos: evitar texto cortado o desplazado */
html body.ee-app-body .ee-form-grid select,
html body.ee-app-body .ee-event-select,
html body.ee-app-body .ee-range-select,
html body.ee-app-body .ee-sponsor-fields select,
html body.ee-public-body .ee-form-grid select,
html body.ee-public-body .ee-event-select,
html body.ee-public-body .ee-range-select,
html body.ee-public-body .ee-sponsor-fields select{
  display:block!important;
  width:100%!important;
  min-height:46px!important;
  height:auto!important;
  padding:11px 40px 11px 14px!important;
  line-height:1.35!important;
  font-size:14px!important;
  color:#172033!important;
  background-color:#fff!important;
  border:1px solid var(--ee-line)!important;
  border-radius:12px!important;
  box-shadow:none!important;
  vertical-align:middle!important;
  -webkit-appearance:auto;
  appearance:auto;
}
html body.ee-app-body .ee-form-grid input,
html body.ee-app-body .ee-form-grid textarea,
html body.ee-app-body .ee-sponsor-fields input,
html body.ee-public-body .ee-form-grid input,
html body.ee-public-body .ee-form-grid textarea,
html body.ee-public-body .ee-sponsor-fields input{
  line-height:1.35!important;
}
html body.ee-app-body .ee-toolbar,
html body.ee-app-body .ee-toolbar-actions,
html body.ee-public-body .ee-toolbar,
html body.ee-public-body .ee-toolbar-actions{
  overflow:visible!important;
}
html body.ee-app-body .ee-toolbar-actions > *,
html body.ee-public-body .ee-toolbar-actions > *{
  flex:0 1 auto;
}

/* Meta info y tablas auxiliares */
html body.ee-app-body .ee-meta-grid b,
html body.ee-app-body .ee-info b,
html body.ee-public-body .ee-meta-grid b,
html body.ee-public-body .ee-info b{
  color:#172033!important;
}
html body.ee-app-body .ee-meta-grid span,
html body.ee-app-body .ee-info span,
html body.ee-public-body .ee-meta-grid span,
html body.ee-public-body .ee-info span{
  color:#66758a!important;
}

@media(max-width:780px){
  html body.ee-app-body .ee-event-cover h3,
  html body.ee-public-body .ee-event-cover h3{
    font-size:23px!important;
    max-width:84%;
  }
  html body.ee-app-body .ee-event-select,
  html body.ee-app-body .ee-range-select,
  html body.ee-public-body .ee-event-select,
  html body.ee-public-body .ee-range-select{
    min-height:48px!important;
    font-size:14px!important;
  }
  html body.ee-app-body .ee-toolbar-actions,
  html body.ee-public-body .ee-toolbar-actions{
    width:100%!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
  }
}

/* v1.2.0 — Organizer Pro + WooCommerce */
.ee-plan-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;max-width:1100px;margin:0 auto}
.ee-plan-card{position:relative;background:#fff;border:1px solid var(--ee-line);border-radius:22px;padding:24px;box-shadow:var(--ee-shadow);overflow:hidden}
.ee-plan-card.featured{border-color:#ffc9c9;box-shadow:0 18px 46px rgba(198,40,40,.11)}
.ee-plan-card.featured:before{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,#c62828,#ff6b5e)}
.ee-plan-popular{position:absolute;right:18px;top:18px;padding:6px 9px;border-radius:999px;background:#fff0f0;color:#c62828;font-size:9px;font-weight:900;letter-spacing:.08em}
.ee-plan-card h2{margin:8px 0 10px!important}.ee-plan-card p{min-height:64px}
.ee-plan-price{font-size:34px;font-weight:850;letter-spacing:-.045em;color:#101828;margin:16px 0}.ee-plan-price span{font-size:15px;color:#7b8797;font-weight:700;letter-spacing:0}
.ee-plan-features{display:grid;gap:9px;margin:18px 0 22px}.ee-plan-features span{font-size:13px;color:#4d5d73;font-weight:700}
.ee-btn.disabled{opacity:.55;pointer-events:none}
.ee-sub-alert{display:flex;align-items:flex-start;gap:10px;padding:13px 15px;border:1px solid #ffe0a3;background:#fff8e5;border-radius:14px;color:#755500;margin:0 0 14px}.ee-sub-alert b,.ee-sub-alert span{display:block}.ee-sub-alert span{font-size:12px;line-height:1.5}.ee-sub-alert.ok{border-color:#ccebd9;background:#eaf8f0;color:#176e4c}.ee-sub-alert.danger{border-color:#ffd1d1;background:#fff0f0;color:#a92f35}
.ee-subscription-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:14px;align-items:start}
.ee-sub-status-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:16px}.ee-sub-status-head>div>span{font-size:10px;letter-spacing:.1em;color:#76859a;font-weight:900}.ee-sub-status-head h2{margin:4px 0 0!important}
.ee-sub-status{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:7px 10px;font-size:10px;font-weight:900;white-space:nowrap}.ee-sub-status.active{background:#e8f7ef;color:#178052;border:1px solid #ccebd9}.ee-sub-status.inactive{background:#fff0f0;color:#b9333b;border:1px solid #ffd2d2}
.ee-sub-meta-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.ee-sub-meta-grid>div{padding:13px;background:#f6f8fb;border-radius:13px}.ee-sub-meta-grid span{display:block;font-size:9px;color:#758398}.ee-sub-meta-grid b{display:block;margin-top:4px;font-size:13px;color:#172033}
.ee-sub-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:16px}
.ee-subscription-lock{max-width:560px}.ee-subscription-lock .ee-kicker{display:block;margin-bottom:8px}
.ee-woo-settings{margin-top:14px}.ee-woo-settings .ee-section-head{align-items:flex-start}.ee-woo-settings form{display:grid;gap:16px}
.ee-toggle-row{display:flex;align-items:flex-start;gap:10px;border:1px solid #e5ebf2;background:#f8fafc;padding:13px;border-radius:13px}.ee-toggle-row input{margin-top:3px}.ee-toggle-row b,.ee-toggle-row small{display:block}.ee-toggle-row b{font-size:13px}.ee-toggle-row small{margin-top:3px;font-size:11px;color:#7a8799}
.ee-sub-plan-settings{display:grid;grid-template-columns:1fr 1fr;gap:12px}.ee-sub-plan-setting{border:1px solid #e5ebf2;border-radius:16px;padding:15px;background:#fbfcfe}.ee-sub-plan-setting h3{margin:0 0 12px!important}.ee-sub-plan-setting small{display:block;margin-top:5px;color:#7e8a9a;font-size:10px;line-height:1.4}
.ee-woo-gateways{padding:12px 14px;border-radius:12px;background:#f2f5f9;color:#536176;font-size:12px;line-height:1.5}
@media(max-width:900px){.ee-plan-grid,.ee-subscription-layout,.ee-sub-plan-settings{grid-template-columns:1fr}.ee-sub-meta-grid{grid-template-columns:1fr 1fr}.ee-plan-card p{min-height:0}}
@media(max-width:520px){.ee-sub-meta-grid{grid-template-columns:1fr}.ee-sub-status-head{flex-direction:column}.ee-sub-actions{display:grid}.ee-sub-actions .ee-btn{width:100%}}

/* =========================================================
   v1.2.3 — VISUAL REFRESH ONLY
   Basado en las vistas aprobadas. No altera lógica ni datos.
   ========================================================= */
html body.ee-app-body{
  --ee-bg:#f3f7fb!important;
  --ee-surface:#ffffff!important;
  --ee-line:#dbe5ef!important;
  --ee-text:#0b1220!important;
  --ee-muted:#687793!important;
  --ee-nav:#0b1b2e!important;
  --ee-blue:#ff2035!important;
  --ee-blue2:#ef1830!important;
  --ee-green:#11a36b!important;
  --ee-yellow:#e9a500!important;
  --ee-red:#e93945!important;
  --ee-purple:#6a35ff!important;
  --ee-shadow:0 7px 22px rgba(26,53,83,.065)!important;
  --ee-radius:14px!important;
  --ee-font:"Segoe UI",Arial,Helvetica,sans-serif!important;
  background:
    radial-gradient(circle at 90% 0,rgba(62,120,184,.05),transparent 24%),
    linear-gradient(180deg,#f8fbfe 0,#f2f7fb 100%)!important;
}

html body.ee-app-body .ee-app{
  grid-template-columns:268px minmax(0,1fr)!important;
  background:transparent!important;
  min-height:100vh!important;
}

/* Sidebar */
html body.ee-app-body .ee-sidebar{
  width:268px!important;
  padding:18px 17px!important;
  background:
    radial-gradient(circle at 12% 95%,rgba(35,84,137,.26),transparent 34%),
    linear-gradient(180deg,#0b1b2e 0%,#102640 100%)!important;
  box-shadow:inset -1px 0 rgba(255,255,255,.045)!important;
}
html body.ee-app-body .ee-brand{
  gap:13px!important;
  padding:7px 7px 25px!important;
}
html body.ee-app-body .ee-brand-mark{
  width:54px!important;height:54px!important;
  border-radius:11px!important;
  background:linear-gradient(145deg,#ff4050,#f31631)!important;
  color:#fff!important;
  box-shadow:0 8px 20px rgba(241,29,49,.28)!important;
  font-size:28px!important;
}
html body.ee-app-body .ee-brand strong{
  font-size:21px!important;font-weight:850!important;letter-spacing:-.02em!important;color:#fff!important;
}
html body.ee-app-body .ee-brand small{
  color:#ced7e3!important;font-size:9.5px!important;letter-spacing:.11em!important;margin-top:4px!important;
}
html body.ee-app-body .ee-nav{gap:7px!important}
html body.ee-app-body .ee-nav a{
  min-height:48px!important;
  padding:9px 12px!important;
  border-radius:10px!important;
  color:#edf3fa!important;
  font-size:15px!important;
  font-weight:500!important;
  transition:background .16s ease,transform .16s ease!important;
}
html body.ee-app-body .ee-nav a:hover{background:rgba(255,255,255,.065)!important;transform:translateX(2px)!important}
html body.ee-app-body .ee-nav a.active{
  background:linear-gradient(90deg,#ff3343,#ef1830)!important;
  box-shadow:0 8px 18px rgba(240,25,47,.22)!important;
  color:#fff!important;
}
html body.ee-app-body .ee-ico{
  width:32px!important;height:32px!important;border-radius:8px!important;
  background:transparent!important;color:#fff!important;font-size:18px!important;
}
html body.ee-app-body .ee-nav a.active .ee-ico{background:rgba(255,255,255,.1)!important}
html body.ee-app-body .ee-side-card{
  margin:24px 0 0!important;padding:22px 20px!important;
  min-height:245px!important;
  border-radius:13px!important;
  background:
    linear-gradient(145deg,rgba(10,25,43,.78),rgba(17,43,70,.56)),
    radial-gradient(circle at 100% 100%,rgba(74,126,178,.18),transparent 37%)!important;
  border:1px solid rgba(171,197,225,.18)!important;
  box-shadow:inset 0 1px rgba(255,255,255,.035)!important;
  position:relative!important;overflow:hidden!important;
}
html body.ee-app-body .ee-side-card:before{
  content:"⚡";display:block;color:#ff3041;font-size:30px;line-height:1;margin-bottom:18px;
}
html body.ee-app-body .ee-side-card:after{
  content:"";position:absolute;right:-25px;bottom:-15px;width:150px;height:80px;opacity:.18;
  background:linear-gradient(135deg,transparent 35%,#466c91 36% 45%,transparent 46% 55%,#466c91 56% 63%,transparent 64%);
  transform:skewX(-12deg);
}
html body.ee-app-body .ee-side-card b{font-size:16px!important;line-height:1.35!important;color:#fff!important;display:block!important;max-width:170px!important}
html body.ee-app-body .ee-side-card p{font-size:13px!important;line-height:1.55!important;color:#d6e0eb!important;margin-top:14px!important;max-width:175px!important}

/* Topbar */
html body.ee-app-body .ee-topbar{
  height:78px!important;
  padding:0 27px!important;
  background:rgba(248,251,254,.92)!important;
  backdrop-filter:blur(14px)!important;
  border-bottom:1px solid #dfe7ef!important;
}
html body.ee-app-body .ee-search{
  width:min(520px,48vw)!important;
  padding:11px 15px!important;
  min-height:48px!important;
  border-radius:10px!important;
  border:1px solid #d7e1ec!important;
  background:#fff!important;
  box-shadow:0 2px 7px rgba(36,62,92,.025)!important;
  font-size:16px!important;
  color:#70809a!important;
}
html body.ee-app-body .ee-search input{font-size:14px!important;color:#5f6f8b!important}
html body.ee-app-body .ee-chip{
  padding:9px 14px!important;border-radius:13px!important;
  color:#6e34ff!important;background:#fbf9ff!important;border:1px solid #ded3ff!important;
  font-size:12px!important;font-weight:750!important;
}
html body.ee-app-body .ee-chip:before{content:"♛";margin-right:7px;color:#6e34ff}
html body.ee-app-body .ee-user-avatar{width:42px!important;height:42px!important;border-radius:999px!important;background:#0d1725!important;font-size:11px!important}
html body.ee-app-body .ee-user-copy b{font-size:12px!important;color:#111827!important}
html body.ee-app-body .ee-user-copy small{font-size:10px!important;color:#7c8aa0!important;margin-top:1px!important}

/* Main area */
html body.ee-app-body .ee-content{padding:18px 27px 34px!important;max-width:1680px!important}
html body.ee-app-body .ee-hero{
  grid-template-columns:minmax(0,1.18fr) minmax(350px,.82fr)!important;
  min-height:260px!important;
  border-radius:13px!important;
  border:1px solid #dfe7f0!important;
  background:linear-gradient(130deg,#fff 0%,#fff 58%,#eef4fa 100%)!important;
  box-shadow:0 4px 14px rgba(32,66,103,.035)!important;
  margin-bottom:20px!important;
}
html body.ee-app-body .ee-hero-copy{padding:34px 31px!important;display:flex!important;flex-direction:column!important;justify-content:center!important}
html body.ee-app-body .ee-kicker{font-size:14px!important;text-transform:none!important;letter-spacing:0!important;color:#ff1f35!important;font-weight:650!important}
html body.ee-app-body .ee-hero h1{
  margin:10px 0 14px!important;
  font-size:44px!important;line-height:1.03!important;letter-spacing:-.045em!important;
  max-width:850px!important;color:#080f1c!important;font-weight:800!important;
}
html body.ee-app-body .ee-hero p{font-size:17px!important;line-height:1.55!important;color:#647493!important;max-width:800px!important}
html body.ee-app-body .ee-hero-actions{margin-top:22px!important;gap:12px!important}
html body.ee-app-body .ee-hero-visual{
  min-height:260px!important;
  padding:31px!important;
  justify-content:center!important;
  background:
    radial-gradient(circle at 75% 24%,rgba(67,104,144,.12),transparent 16%),
    linear-gradient(140deg,#f7fafc 0,#e8f0f8 100%)!important;
  position:relative!important;overflow:hidden!important;
}
html body.ee-app-body .ee-hero-visual:before{
  content:"BMX\A MORE\A THAN A\A SPORT";
  white-space:pre;position:absolute;right:22px;top:32px;
  color:rgba(65,91,120,.11);font-weight:850;font-style:italic;font-size:24px;line-height:1.02;transform:rotate(-7deg);
}
html body.ee-app-body .ee-hero-visual:after{
  content:"";position:absolute;right:105px;top:22px;width:170px;height:145px;opacity:.13;
  border:10px solid #304b69;border-radius:50%;transform:rotate(-18deg);
  clip-path:polygon(0 60%,100% 0,100% 100%,0 100%);
}
html body.ee-app-body .ee-float-card{
  width:278px!important;max-width:278px!important;
  padding:21px!important;border-radius:18px!important;
  border:1px solid #e1e8ef!important;
  box-shadow:0 13px 27px rgba(28,62,96,.09)!important;
  transform:none!important;z-index:2!important;
}
html body.ee-app-body .ee-float-top b{font-size:22px!important;color:#0c1421!important}
html body.ee-app-body .ee-badge.soft{background:#e8f8f1!important;color:#159665!important;font-size:10px!important}
html body.ee-app-body .ee-mini-box{background:transparent!important;border-top:1px solid #e5eaf0!important;border-radius:0!important;padding:16px 0 0!important;margin-top:16px!important}
html body.ee-app-body .ee-mini-box span{font-size:13px!important;color:#172237!important;font-weight:700!important}
html body.ee-app-body .ee-mini-box b{font-size:12px!important;color:#70809b!important;font-weight:500!important}

/* Buttons */
html body.ee-app-body .ee-btn{border-radius:9px!important;min-height:42px!important;padding:11px 17px!important;font-size:13px!important;font-weight:700!important;box-shadow:none!important}
html body.ee-app-body .ee-btn.primary{background:linear-gradient(135deg,#ff2638,#ee1730)!important;color:#fff!important;border:1px solid #ed1730!important;box-shadow:0 5px 14px rgba(239,24,48,.15)!important}
html body.ee-app-body .ee-btn.primary:hover{filter:brightness(.96)!important;transform:translateY(-1px)!important}
html body.ee-app-body .ee-btn.outline{background:#fff!important;border:1px solid #cbd7e5!important;color:#111827!important}
html body.ee-app-body .ee-btn.dark{background:#101a29!important;color:#fff!important}
html body.ee-app-body .ee-btn.soft{background:#fff!important;border:1px solid #d4dee9!important;color:#142033!important}
html body.ee-app-body .ee-btn.edit{background:#fff!important;color:#111827!important;border:1px solid #d4dee9!important}
html body.ee-app-body .ee-btn.danger{background:#fff!important;border:1px solid #ff3144!important;color:#ff2138!important}

/* Dashboard metric row */
html body.ee-app-body .ee-stats{gap:14px!important;margin-bottom:20px!important}
html body.ee-app-body .ee-stat{
  min-height:145px!important;padding:20px 21px!important;
  border-radius:11px!important;border:1px solid #dfe7ef!important;
  box-shadow:0 4px 13px rgba(28,56,89,.035)!important;
}
html body.ee-app-body .ee-stat span{font-size:12px!important;font-weight:500!important;color:#596a84!important}
html body.ee-app-body .ee-stat strong{font-size:35px!important;line-height:1!important;margin:15px 0 9px!important;color:#080f1c!important;font-weight:800!important}
html body.ee-app-body .ee-stat small{font-size:12px!important;color:#75839a!important}
html body.ee-app-body .ee-dashboard-grid{grid-template-columns:1.28fr .92fr .9fr!important;gap:14px!important}
html body.ee-app-body .ee-card{
  border-radius:11px!important;border:1px solid #dfe7ef!important;
  box-shadow:0 4px 14px rgba(30,62,97,.04)!important;padding:20px!important;
}
html body.ee-app-body .ee-card h2{font-size:20px!important;letter-spacing:-.02em!important;color:#0d1522!important;font-weight:800!important}
html body.ee-app-body .ee-card.dark{background:linear-gradient(145deg,#102238,#0b192a)!important;border-color:#17304e!important;color:#fff!important}
html body.ee-app-body .ee-card.dark h2{color:#fff!important}
html body.ee-app-body .ee-chart{height:260px!important;border-radius:10px!important;background:linear-gradient(180deg,#11233a,#0d1c2f)!important}
html body.ee-app-body .ee-list>div{min-height:64px!important;padding:13px!important;border:1px solid rgba(255,255,255,.09)!important;border-radius:10px!important;margin-bottom:8px!important}
html body.ee-app-body .ee-list>div:last-child{margin-bottom:0!important}
html body.ee-app-body .ee-list>div b{font-size:14px!important;font-weight:500!important}
html body.ee-app-body .ee-list>div span{font-size:23px!important;font-weight:800!important}
html body.ee-app-body .ee-action{padding:17px!important;margin-bottom:10px!important;border:1px solid #dde5ee!important;border-radius:10px!important;color:#ed1d35!important;font-size:13px!important;background:#fff!important}

/* Mis eventos */
html body.ee-app-body .ee-events-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:17px!important}
html body.ee-app-body .ee-event-card{border-radius:11px!important;border:1px solid #dce5ee!important;box-shadow:0 5px 18px rgba(29,62,96,.05)!important;background:#fff!important}
html body.ee-app-body .ee-event-cover{
  height:225px!important;padding:19px!important;
  background:
    linear-gradient(180deg,rgba(6,16,28,.02),rgba(6,16,28,.40)),
    radial-gradient(circle at 78% 35%,rgba(157,177,200,.34),transparent 18%),
    linear-gradient(145deg,#213348,#0d1d30)!important;
}
html body.ee-app-body .ee-event-cover:before{
  content:"BMX";position:absolute;right:28px;bottom:34px;font-size:56px;font-weight:950;font-style:italic;letter-spacing:-.06em;color:rgba(255,255,255,.08);transform:rotate(-8deg);
}
html body.ee-app-body .ee-event-cover:after{content:"EPIC EVENTS"!important;top:auto!important;bottom:15px!important;font-size:12px!important;letter-spacing:.17em!important;color:rgba(255,255,255,.22)!important}
html body.ee-app-body .ee-cover-tag{left:auto!important;right:15px!important;top:14px!important;padding:7px 11px!important;border-radius:999px!important;background:#e7f8ee!important;color:#13875a!important;font-size:10px!important}
html body.ee-app-body .ee-event-cover h3{font-size:27px!important;max-width:78%!important;text-shadow:0 2px 4px rgba(0,0,0,.18)!important}
html body.ee-app-body .ee-event-body{padding:18px!important}
html body.ee-app-body .ee-meta-grid{gap:0!important;border-top:1px solid #e4e9ef!important;border-bottom:1px solid #e4e9ef!important;margin-top:5px!important;padding:12px 0!important}
html body.ee-app-body .ee-meta-grid div{background:transparent!important;border-radius:0!important;padding:8px 12px!important;border-right:1px solid #e6ebf1!important}
html body.ee-app-body .ee-meta-grid div:nth-child(2n){border-right:0!important}
html body.ee-app-body .ee-meta-grid span{font-size:10px!important;color:#73829a!important;font-weight:550!important}
html body.ee-app-body .ee-meta-grid b{font-size:15px!important;color:#0d1420!important;font-weight:750!important}
html body.ee-app-body .ee-event-actions{gap:9px!important;margin-top:15px!important}

/* Forms / Crear evento */
html body.ee-app-body .ee-create-grid{grid-template-columns:minmax(0,1fr) 286px!important;gap:15px!important}
html body.ee-app-body .ee-stack{gap:15px!important}
html body.ee-app-body .ee-sticky{top:98px!important}
html body.ee-app-body .ee-summary{border-radius:10px!important;background:linear-gradient(145deg,#10253d,#0b1a2c)!important;padding:21px!important}
html body.ee-app-body .ee-summary span{font-size:11px!important;letter-spacing:.12em!important}
html body.ee-app-body .ee-summary strong{font-size:24px!important}
html body.ee-app-body .ee-form-grid{gap:13px 14px!important}
html body.ee-app-body .ee-form-grid label>span,
html body.ee-app-body .ee-sponsor-fields label>span{font-size:10px!important;font-weight:650!important;letter-spacing:.01em!important;color:#5b6d87!important;margin-bottom:6px!important}
html body.ee-app-body .ee-form-grid input,
html body.ee-app-body .ee-form-grid select,
html body.ee-app-body .ee-form-grid textarea,
html body.ee-app-body .ee-sponsor-fields input,
html body.ee-app-body .ee-sponsor-fields select{
  min-height:43px!important;border-radius:7px!important;border:1px solid #cfdbe8!important;background:#fff!important;padding:10px 12px!important;font-size:13px!important;color:#1b2940!important;
}
html body.ee-app-body .ee-form-grid textarea{min-height:88px!important}
html body.ee-app-body .ee-category-row{grid-template-columns:1.1fr 1fr .9fr .75fr 40px!important;gap:10px!important}
html body.ee-app-body .ee-category-row input{min-height:40px!important;height:40px!important;border-radius:7px!important;font-size:12px!important;padding:8px 10px!important}
html body.ee-app-body .ee-remove-cat{width:40px!important;height:40px!important;min-width:40px!important;border-radius:7px!important;background:#fff!important;border-color:transparent!important;color:#ff2138!important}
html body.ee-app-body #ee-add-category{min-height:40px!important;border-radius:7px!important;font-size:12px!important;color:#152034!important;border-color:#cdd8e4!important}
html body.ee-app-body .ee-sponsor-row{border-radius:8px!important;background:#fbfcfe!important;border:1px solid #e1e7ee!important}

/* Toolbars, builders, tables */
html body.ee-app-body .ee-toolbar{
  min-height:76px!important;padding:13px 18px!important;background:#fff!important;border:1px solid #dfe7ef!important;border-radius:11px!important;box-shadow:0 3px 11px rgba(32,63,96,.03)!important;margin-bottom:14px!important;
}
html body.ee-app-body .ee-toolbar h2{font-size:28px!important;color:#0b1220!important;letter-spacing:-.035em!important}
html body.ee-app-body .ee-event-select,
html body.ee-app-body .ee-range-select{min-height:46px!important;border-radius:9px!important;border:1px solid #c9d6e4!important;font-size:14px!important;font-weight:500!important;background:#fff!important}
html body.ee-app-body .ee-builder{grid-template-columns:1fr 1fr!important;gap:16px!important}
html body.ee-app-body .ee-field-toggle,
html body.ee-app-body .ee-canvas-field{min-height:58px!important;border:1px solid #e1e7ee!important;border-radius:7px!important;background:#fff!important;padding:9px 11px!important}
html body.ee-app-body .ee-field-toggle input{width:25px!important;height:25px!important;accent-color:#ff2138!important}
html body.ee-app-body .ee-field-toggle b,
html body.ee-app-body .ee-canvas-field b{font-size:14px!important;color:#112039!important}
html body.ee-app-body .ee-field-toggle small,
html body.ee-app-body .ee-canvas-field small{font-size:11px!important;color:#78869b!important}
html body.ee-app-body .ee-table-wrap{border:1px solid #e1e7ed!important;border-radius:9px!important;overflow:auto!important}
html body.ee-app-body table{width:100%!important;border-collapse:separate!important;border-spacing:0!important}
html body.ee-app-body table thead th{background:#f6f9fc!important;color:#61718a!important;font-size:11px!important;letter-spacing:.03em!important;font-weight:650!important;padding:17px 14px!important;border-bottom:1px solid #e1e7ee!important}
html body.ee-app-body table tbody td{font-size:13px!important;color:#34455f!important;padding:17px 14px!important;border-bottom:1px solid #e6ebf1!important;background:#fff!important;vertical-align:middle!important}
html body.ee-app-body table tbody tr:last-child td{border-bottom:0!important}
html body.ee-app-body table tbody td b{color:#111d31!important;font-size:14px!important}
html body.ee-app-body .ee-badge{padding:7px 11px!important;border-radius:999px!important;font-size:11px!important;font-weight:650!important}
html body.ee-app-body .ee-badge.ok{background:#dff7eb!important;color:#078651!important}
html body.ee-app-body .ee-badge.pending{background:#fff3cf!important;color:#ad7400!important}
html body.ee-app-body .ee-payment-status.rejected{background:#ffe1e4!important;color:#c63240!important}
html body.ee-app-body .ee-proof{color:#146ef5!important;text-decoration:underline!important;font-weight:600!important}

/* Analytics */
html body.ee-app-body .ee-analytics-note{border-radius:8px!important;padding:10px 13px!important;background:#edf6ff!important;border-color:#cfe2fa!important;color:#4e7cba!important;font-size:11px!important}
html body.ee-app-body .ee-stats-analytics{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:13px!important}
html body.ee-app-body .ee-stats-analytics .ee-stat{min-height:105px!important;padding:17px!important}
html body.ee-app-body .ee-stats-analytics .ee-stat strong{font-size:27px!important;margin:7px 0 3px!important}
html body.ee-app-body .ee-analytics-tabs{background:transparent!important;border:0!important;border-bottom:1px solid #dce5ef!important;border-radius:0!important;padding:0!important;width:100%!important;gap:16px!important;margin:2px 0 15px!important}
html body.ee-app-body .ee-analytics-tabs button{border-radius:0!important;background:transparent!important;color:#4f5f78!important;padding:12px 15px!important;font-size:13px!important;font-weight:600!important;box-shadow:none!important}
html body.ee-app-body .ee-analytics-tabs button.active{background:transparent!important;color:#ef1830!important;border-bottom:3px solid #ef1830!important;box-shadow:none!important}
html body.ee-app-body .ee-analytics-wide-grid{grid-template-columns:minmax(0,1.45fr) minmax(330px,.8fr)!important;gap:13px!important}
html body.ee-app-body .ee-analytics-grid{gap:13px!important}
html body.ee-app-body .ee-analytics-line{height:285px!important;border-radius:8px!important}
html body.ee-app-body .ee-bar-track{height:10px!important;background:#e8eef5!important}
html body.ee-app-body .ee-bar-track i{background:linear-gradient(90deg,#1b6fea,#3d8cff)!important}
html body.ee-app-body .ee-bar-track.purple i{background:linear-gradient(90deg,#7440ff,#9a65ff)!important}
html body.ee-app-body .ee-bar-track.green i{background:linear-gradient(90deg,#0caf72,#3bc28c)!important}
html body.ee-app-body .ee-bar-track.amber i{background:linear-gradient(90deg,#11a66d,#45bd8c)!important}

/* Subscription / plans */
html body.ee-app-body .ee-plan-grid{gap:20px!important;max-width:none!important}
html body.ee-app-body .ee-plan-card{border-radius:11px!important;padding:29px!important;box-shadow:0 5px 16px rgba(34,64,98,.045)!important}
html body.ee-app-body .ee-plan-card.featured{border:1.5px solid #ff2538!important;background:linear-gradient(145deg,#fff,#fff8f9)!important}
html body.ee-app-body .ee-plan-card.featured:before{display:none!important}
html body.ee-app-body .ee-plan-popular{right:50%!important;transform:translateX(50%)!important;top:-12px!important;background:#ee1d34!important;color:#fff!important;padding:7px 22px!important;font-size:10px!important}
html body.ee-app-body .ee-plan-card h2{font-size:30px!important;margin:9px 0 12px!important}
html body.ee-app-body .ee-plan-price{font-size:43px!important;margin:15px 0!important;color:#0b1220!important}
html body.ee-app-body .ee-plan-features{border-top:1px solid #e5eaf0!important;padding-top:18px!important}
html body.ee-app-body .ee-plan-features span{font-size:15px!important;font-weight:500!important;color:#5d6c85!important}
html body.ee-app-body .ee-plan-features span::first-letter{color:#0a9a60!important}
html body.ee-app-body .ee-subscription-layout{grid-template-columns:minmax(0,1.2fr) minmax(360px,.8fr)!important;gap:17px!important}
html body.ee-app-body .ee-sub-status-head h2{font-size:39px!important}
html body.ee-app-body .ee-sub-status{padding:11px 17px!important;font-size:12px!important}
html body.ee-app-body .ee-sub-meta-grid{grid-template-columns:1fr 1fr!important;gap:0!important;border:1px solid #dce5ee!important;border-radius:9px!important;overflow:hidden!important}
html body.ee-app-body .ee-sub-meta-grid>div{border-radius:0!important;background:#fff!important;padding:22px!important;border-right:1px solid #e0e7ef!important;border-bottom:1px solid #e0e7ef!important}
html body.ee-app-body .ee-sub-meta-grid>div:nth-child(2n){border-right:0!important}
html body.ee-app-body .ee-sub-meta-grid>div:nth-last-child(-n+2){border-bottom:0!important}
html body.ee-app-body .ee-sub-meta-grid span{font-size:11px!important;color:#76869e!important}
html body.ee-app-body .ee-sub-meta-grid b{font-size:20px!important;color:#0f1727!important}

/* Settings */
html body.ee-app-body .ee-woo-settings{border-radius:11px!important;margin-top:17px!important}
html body.ee-app-body .ee-toggle-row{border-radius:8px!important;background:#fff!important;padding:13px!important}
html body.ee-app-body .ee-toggle-row input{accent-color:#ff1f35!important;transform:scale(1.25)!important}
html body.ee-app-body .ee-sub-plan-setting{border-radius:8px!important;background:#fbfcfe!important;padding:16px!important}
html body.ee-app-body .ee-sub-plan-setting h3{font-size:15px!important}
html body.ee-app-body .ee-woo-gateways{border-radius:7px!important;background:#eef4f9!important;color:#5a6c85!important}

/* Empty / notices */
html body.ee-app-body .ee-empty,
html body.ee-app-body .ee-success-notice,
html body.ee-app-body .ee-login-card{border-radius:11px!important;box-shadow:0 4px 14px rgba(31,62,96,.04)!important}

/* Responsive */
@media(max-width:1180px){
  html body.ee-app-body .ee-app{grid-template-columns:92px minmax(0,1fr)!important}
  html body.ee-app-body .ee-sidebar{width:92px!important;padding:17px 11px!important}
  html body.ee-app-body .ee-brand{justify-content:center!important;padding-bottom:18px!important}
  html body.ee-app-body .ee-brand>span:last-child,html body.ee-app-body .ee-nav a>span:last-child,html body.ee-app-body .ee-side-card{display:none!important}
  html body.ee-app-body .ee-nav a{justify-content:center!important;padding:8px!important}
  html body.ee-app-body .ee-hero{grid-template-columns:1fr!important}
  html body.ee-app-body .ee-hero-visual{display:none!important}
  html body.ee-app-body .ee-events-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  html body.ee-app-body .ee-dashboard-grid{grid-template-columns:1fr 1fr!important}
  html body.ee-app-body .ee-dashboard-grid>.ee-card:last-child{grid-column:1/-1!important}
  html body.ee-app-body .ee-create-grid{grid-template-columns:1fr!important}
  html body.ee-app-body .ee-sticky{position:static!important}
}
@media(max-width:900px){
  html body.ee-app-body .ee-stats{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  html body.ee-app-body .ee-stats-analytics{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  html body.ee-app-body .ee-dashboard-grid,html body.ee-app-body .ee-builder,html body.ee-app-body .ee-subscription-layout{grid-template-columns:1fr!important}
  html body.ee-app-body .ee-events-grid{grid-template-columns:1fr!important}
}
@media(max-width:780px){
  html body.ee-app-body .ee-app{display:block!important}
  html body.ee-app-body .ee-sidebar{width:min(320px,86vw)!important;padding:18px!important}
  html body.ee-app-body .ee-sidebar .ee-brand>span:last-child,html body.ee-app-body .ee-sidebar .ee-nav a>span:last-child,html body.ee-app-body .ee-sidebar .ee-side-card{display:block!important}
  html body.ee-app-body .ee-sidebar .ee-brand{justify-content:flex-start!important}
  html body.ee-app-body .ee-sidebar .ee-nav a{justify-content:flex-start!important}
  html body.ee-app-body .ee-topbar{padding:0 13px!important;height:66px!important}
  html body.ee-app-body .ee-search{display:none!important}
  html body.ee-app-body .ee-content{padding:14px 12px 30px!important}
  html body.ee-app-body .ee-hero-copy{padding:24px 20px!important}
  html body.ee-app-body .ee-hero h1{font-size:35px!important}
  html body.ee-app-body .ee-hero p{font-size:15px!important}
  html body.ee-app-body .ee-stats{grid-template-columns:1fr 1fr!important;gap:10px!important}
  html body.ee-app-body .ee-stat{min-height:120px!important;padding:15px!important}
  html body.ee-app-body .ee-stat strong{font-size:28px!important}
  html body.ee-app-body .ee-toolbar{align-items:stretch!important;flex-direction:column!important}
  html body.ee-app-body .ee-toolbar-actions{display:grid!important;grid-template-columns:1fr!important}
  html body.ee-app-body .ee-sub-meta-grid{grid-template-columns:1fr!important}
  html body.ee-app-body .ee-sub-meta-grid>div{border-right:0!important;border-bottom:1px solid #e0e7ef!important}
  html body.ee-app-body .ee-sub-meta-grid>div:last-child{border-bottom:0!important}
}
@media(max-width:520px){
  html body.ee-app-body .ee-stats,html body.ee-app-body .ee-stats-analytics{grid-template-columns:1fr!important}
  html body.ee-app-body .ee-hero h1{font-size:31px!important}
  html body.ee-app-body .ee-top-actions{gap:7px!important}
  html body.ee-app-body .ee-chip{display:none!important}
  html body.ee-app-body .ee-event-actions{grid-template-columns:1fr!important}
  html body.ee-app-body .ee-category-row{grid-template-columns:1fr!important}
  html body.ee-app-body .ee-category-row .ee-remove-cat{grid-column:auto!important;justify-self:start!important}
}


/* v1.2.4 — corrección tipográfica de títulos en planes */
html body.ee-app-body .ee-plan-card h2{
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:30px!important;
  font-weight:700!important;
  line-height:1.22!important;
  letter-spacing:-.015em!important;
  word-spacing:.12em!important;
  font-stretch:normal!important;
  font-kerning:normal!important;
  font-variant-ligatures:normal!important;
  text-rendering:optimizeLegibility!important;
  white-space:normal!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
  margin:10px 0 14px!important;
}
html body.ee-app-body .ee-plan-card p,
html body.ee-app-body .ee-plan-card .ee-plan-price,
html body.ee-app-body .ee-plan-card .ee-plan-features{
  word-spacing:normal!important;
  letter-spacing:normal!important;
}
@media(max-width:780px){
  html body.ee-app-body .ee-plan-card h2{font-size:26px!important;line-height:1.25!important;}
}

/* =========================================================
   v1.3.1 — licencia por evento + ajustes UI acumulados
   ========================================================= */
html body.ee-app-body .ee-license-activation{
  display:grid;grid-template-columns:minmax(0,1.3fr) minmax(260px,.7fr);gap:18px;align-items:center;
  padding:24px;margin:0 0 18px;border:1px solid #ffd3d9;border-radius:14px;
  background:linear-gradient(135deg,#fff 0%,#fff7f8 100%);box-shadow:0 8px 24px rgba(239,24,48,.06)
}
html body.ee-app-body .ee-license-activation h2{margin:5px 0 8px;font-size:34px;letter-spacing:-.04em;color:#0b1220}
html body.ee-app-body .ee-license-activation p{margin:0;color:#5f6f87}
html body.ee-app-body .ee-license-features{display:flex;flex-wrap:wrap;gap:8px 14px;margin:16px 0 12px}
html body.ee-app-body .ee-license-features span{font-size:12px;font-weight:700;color:#26364d}
html body.ee-app-body .ee-license-activation small{display:block;color:#7b889b;font-size:10px;line-height:1.5}
html body.ee-app-body .ee-license-activation-actions{display:flex;flex-direction:column;gap:10px;align-items:stretch}
html body.ee-app-body .ee-activate-event-btn{min-height:52px!important;font-size:14px!important;text-transform:uppercase}
html body.ee-app-body .ee-license-sidebar{display:flex;flex-direction:column;gap:3px;margin:10px 0 14px;padding:12px;border:1px solid #e1e7ee;border-radius:9px;background:#f7f9fc}
html body.ee-app-body .ee-license-sidebar span{font-size:9px;color:#71819a;font-weight:700;letter-spacing:.08em}
html body.ee-app-body .ee-license-sidebar b{font-size:13px;color:#0f1727}
html body.ee-app-body .ee-license-sidebar small{font-size:9px;color:#78869a}
html body.ee-app-body .ee-license-inline{display:flex;align-items:center;gap:8px;margin:13px 0 0;padding:9px 10px;border:1px solid #e4eaf0;border-radius:8px;background:#fafcfe}
html body.ee-app-body .ee-license-inline>span{font-size:8px;color:#75849b;font-weight:800;letter-spacing:.08em}
html body.ee-app-body .ee-license-inline b{font-size:10px;padding:5px 8px;border-radius:999px;background:#fff1d8;color:#9a6500}
html body.ee-app-body .ee-license-inline b.active{background:#e4f7ec;color:#08794b}
html body.ee-app-body .ee-license-inline small{margin-left:auto;color:#7a8799;font-size:8px}
html body.ee-app-body .ee-license-price-banner{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:24px;margin-bottom:18px;border-radius:14px;background:linear-gradient(135deg,#111f31,#0b1726);color:#fff}
html body.ee-app-body .ee-license-price-banner .ee-kicker{color:#ff6170!important}
html body.ee-app-body .ee-license-price-banner h2{font-size:38px;margin:5px 0 6px;color:#fff;letter-spacing:-.04em}
html body.ee-app-body .ee-license-price-banner p{margin:0;color:#cbd5e1}
html body.ee-app-body .ee-license-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
html body.ee-app-body .ee-license-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;margin-bottom:14px}
html body.ee-app-body .ee-license-card-head h2{margin:5px 0 0!important}
html body.ee-app-body .ee-auth-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:16px;align-items:start}
html body.ee-app-body .ee-auth-form{margin-top:14px}

/* Texto siempre blanco en acciones rojas */
html body.ee-app-body .ee-btn.primary,
html body.ee-app-body .ee-btn.primary:link,
html body.ee-app-body .ee-btn.primary:visited,
html body.ee-app-body a.ee-btn.primary,
html body.ee-app-body button.ee-btn.primary,
html body.ee-app-body input[type="submit"],
html body.ee-app-body .login-submit input[type="submit"],
html body.ee-app-body .ee-login-card input[type="submit"],
html body.ee-app-body .ee-auth-layout input[type="submit"]{color:#fff!important}
html body.ee-app-body .ee-login-card input[type="submit"],
html body.ee-app-body .ee-auth-layout input[type="submit"]{
  appearance:none!important;-webkit-appearance:none!important;border:1px solid #ed1730!important;border-radius:999px!important;
  background:linear-gradient(135deg,#ff2638,#ee1730)!important;color:#fff!important;font-size:13px!important;font-weight:700!important;
  padding:14px 28px!important;min-height:46px!important;box-shadow:0 5px 14px rgba(239,24,48,.15)!important;cursor:pointer!important
}

/* Checkbox premium del constructor */
html body.ee-app-body .ee-field-toggle{position:relative!important;gap:12px!important;align-items:flex-start!important}
html body.ee-app-body .ee-field-toggle input[type="checkbox"]{position:absolute!important;opacity:0!important;pointer-events:none!important;width:1px!important;height:1px!important;margin:0!important}
html body.ee-app-body .ee-field-toggle > span{position:relative!important;display:block!important;padding-left:42px!important;min-height:26px!important}
html body.ee-app-body .ee-field-toggle > span:before{content:""!important;position:absolute!important;left:0!important;top:1px!important;width:24px!important;height:24px!important;border-radius:8px!important;border:2px solid #d6dee8!important;background:#fff!important;box-shadow:inset 0 1px 1px rgba(15,23,42,.04)!important;transition:all .18s ease!important}
html body.ee-app-body .ee-field-toggle > span:after{content:""!important;position:absolute!important;left:7px!important;top:7px!important;width:10px!important;height:6px!important;border-left:2.5px solid #fff!important;border-bottom:2.5px solid #fff!important;transform:rotate(-45deg) scale(.75)!important;opacity:0!important;transition:all .18s ease!important}
html body.ee-app-body .ee-field-toggle:hover > span:before{border-color:#ff3144!important;box-shadow:0 0 0 3px rgba(255,49,68,.08)!important}
html body.ee-app-body .ee-field-toggle input[type="checkbox"]:checked + span:before{background:linear-gradient(135deg,#ff3144,#ee1730)!important;border-color:#ff2138!important;box-shadow:0 5px 14px rgba(239,24,48,.16)!important}
html body.ee-app-body .ee-field-toggle input[type="checkbox"]:checked + span:after{opacity:1!important;transform:rotate(-45deg) scale(1)!important}

/* Overlay móvil sin heredar estilos rojos del tema */
@media(max-width:780px){
  html body.ee-app-body .ee-mobile-overlay{appearance:none!important;-webkit-appearance:none!important;border:0!important;border-radius:0!important;margin:0!important;padding:0!important;width:auto!important;height:auto!important;min-width:0!important;min-height:0!important;background:rgba(5,12,23,.48)!important;box-shadow:none!important;transform:none!important;background-image:none!important}
  html body.ee-app-body .ee-mobile-overlay:before,html body.ee-app-body .ee-mobile-overlay:after{content:none!important;display:none!important}
  html body.ee-app-body .ee-sidebar{border-radius:0!important}
}

/* Hero público: badge legible y con espacio */
html body.ee-public-body .ee-public-hero{padding-top:44px!important}
html body.ee-public-body .ee-public-hero .ee-cover-tag,
html body.ee-public-body .ee-presented-copy span{color:#0f6a43!important;background:#edf8f1!important;border:1px solid #d7ecdf!important;text-shadow:none!important;box-shadow:none!important;line-height:1.1!important}
html body.ee-public-body .ee-public-hero .ee-cover-tag{position:relative!important;left:auto!important;top:auto!important;right:auto!important;display:inline-flex!important;align-self:flex-start!important;margin:4px 0 18px!important;padding:9px 16px!important;z-index:2!important}
html body.ee-public-body .ee-public-hero h1{line-height:1.04!important;padding-top:2px!important;overflow:visible!important}
@media(max-width:900px){html body.ee-app-body .ee-license-grid,html body.ee-app-body .ee-auth-layout,html body.ee-app-body .ee-license-activation{grid-template-columns:1fr}.ee-license-price-banner{align-items:flex-start!important;flex-direction:column!important}}
@media(max-width:780px){html body.ee-public-body .ee-public-hero{padding-top:36px!important}html body.ee-public-body .ee-public-hero .ee-cover-tag{margin-top:6px!important;margin-bottom:16px!important}html body.ee-public-body .ee-public-hero h1{font-size:40px!important;line-height:1.05!important}}
@media(max-width:480px){html body.ee-public-body .ee-public-top{padding:0 16px!important}html body.ee-public-body .ee-public-hero{padding:34px 22px 24px!important}html body.ee-public-body .ee-public-hero .ee-cover-tag{margin-top:2px!important;margin-bottom:14px!important;padding:9px 15px!important;font-size:10px!important}html body.ee-public-body .ee-public-hero h1{font-size:36px!important;line-height:1.06!important;margin:0 0 10px!important}}

/* v1.3.4 — Mis eventos horizontal + imagen principal */
html body.ee-app-body .ee-events-grid{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:22px!important;
  max-width:1040px!important;
}
html body.ee-app-body .ee-event-card-horizontal{
  overflow:hidden!important;
  border-radius:12px!important;
  border:1px solid #d8e3ed!important;
  background:#fff!important;
  box-shadow:0 7px 20px rgba(25,55,88,.06)!important;
}
html body.ee-app-body .ee-event-titlebar{
  min-height:128px!important;
  padding:28px 30px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:22px!important;
  position:relative!important;
  overflow:hidden!important;
  background:linear-gradient(125deg,#10243a 0%,#071525 100%)!important;
}
html body.ee-app-body .ee-event-titlebar:after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:radial-gradient(circle at 78% 40%,rgba(72,105,140,.16),transparent 28%)!important;
  pointer-events:none!important;
}
html body.ee-app-body .ee-event-titlebar h3{
  position:relative!important;
  z-index:2!important;
  margin:0!important;
  color:#fff!important;
  font-size:34px!important;
  line-height:1.08!important;
  letter-spacing:-.035em!important;
  font-weight:800!important;
  max-width:70%!important;
  text-shadow:0 2px 4px rgba(0,0,0,.18)!important;
}
html body.ee-app-body .ee-event-title-watermark{
  position:relative!important;
  z-index:2!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-end!important;
  color:rgba(255,255,255,.09)!important;
  font-size:54px!important;
  line-height:.82!important;
  font-weight:950!important;
  font-style:italic!important;
  letter-spacing:-.06em!important;
  transform:rotate(-7deg)!important;
  user-select:none!important;
}
html body.ee-app-body .ee-event-title-watermark b{
  color:rgba(255,255,255,.24)!important;
  font-size:13px!important;
  line-height:1!important;
  letter-spacing:.16em!important;
  font-style:normal!important;
  transform:rotate(7deg)!important;
  margin-top:8px!important;
}
html body.ee-app-body .ee-event-card-main{
  display:grid!important;
  grid-template-columns:320px minmax(0,1fr)!important;
  min-height:390px!important;
  background:#fff!important;
}
html body.ee-app-body .ee-event-image-wrap{
  position:relative!important;
  min-height:390px!important;
  background:#edf2f7!important;
  overflow:hidden!important;
}
html body.ee-app-body .ee-event-image-wrap img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:390px!important;
  object-fit:cover!important;
  object-position:center!important;
}
html body.ee-app-body .ee-event-image-placeholder{
  width:100%!important;
  min-height:390px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  color:#7c8da2!important;
  background:
    linear-gradient(145deg,rgba(13,31,52,.92),rgba(17,47,78,.94)),
    repeating-linear-gradient(135deg,transparent 0 18px,rgba(255,255,255,.025) 18px 36px)!important;
}
html body.ee-app-body .ee-event-image-placeholder span{color:#fff!important;font-size:14px!important;font-weight:800!important;letter-spacing:.08em!important}
html body.ee-app-body .ee-event-image-placeholder small{color:#b8c5d2!important;font-size:10px!important}
html body.ee-app-body .ee-event-card-horizontal .ee-event-body{
  padding:26px 28px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
}
html body.ee-app-body .ee-event-card-horizontal .ee-meta-grid{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:0!important;
  border-top:1px solid #dfe7ef!important;
  border-bottom:1px solid #dfe7ef!important;
  margin:0!important;
  padding:10px 0!important;
}
html body.ee-app-body .ee-event-card-horizontal .ee-meta-grid div{
  min-height:92px!important;
  padding:16px 12px!important;
  background:transparent!important;
  border-radius:0!important;
  border-right:1px solid #e1e8ef!important;
  border-bottom:1px solid #e1e8ef!important;
}
html body.ee-app-body .ee-event-card-horizontal .ee-meta-grid div:nth-child(2n){border-right:0!important}
html body.ee-app-body .ee-event-card-horizontal .ee-meta-grid div:nth-last-child(-n+2){border-bottom:0!important}
html body.ee-app-body .ee-event-card-horizontal .ee-meta-grid span{
  font-size:9px!important;
  color:#76869b!important;
  font-weight:650!important;
  letter-spacing:.04em!important;
}
html body.ee-app-body .ee-event-card-horizontal .ee-meta-grid b{
  margin-top:9px!important;
  font-size:17px!important;
  color:#0b1321!important;
  font-weight:800!important;
}
html body.ee-app-body .ee-event-card-horizontal .ee-license-inline{
  min-height:50px!important;
  margin:13px 0!important;
  padding:10px 12px!important;
  border:1px solid #dce5ed!important;
  border-radius:8px!important;
  background:#f9fbfd!important;
}
html body.ee-app-body .ee-event-card-horizontal .ee-event-actions{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:9px!important;
  margin-top:0!important;
}
html body.ee-app-body .ee-event-card-horizontal .ee-event-actions .ee-btn,
html body.ee-app-body .ee-event-card-horizontal .ee-event-actions .ee-delete-event-form,
html body.ee-app-body .ee-event-card-horizontal .ee-event-actions .ee-delete-event-form .ee-btn{
  width:100%!important;
  min-height:43px!important;
}
html body.ee-app-body .ee-event-card-horizontal .ee-delete-event-form{
  grid-column:1/2!important;
}

/* Campo de imagen principal */
html body.ee-app-body .ee-event-image-field{
  display:grid!important;
  grid-template-columns:190px minmax(0,1fr)!important;
  gap:18px!important;
  align-items:center!important;
  padding:14px!important;
  border:1px solid #d9e3ec!important;
  border-radius:10px!important;
  background:#f8fafc!important;
}
html body.ee-app-body .ee-event-image-form-preview{
  height:170px!important;
  border-radius:9px!important;
  overflow:hidden!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:linear-gradient(145deg,#11253c,#0a1829)!important;
  color:#dce7f2!important;
  border:1px solid #cfdbe6!important;
}
html body.ee-app-body .ee-event-image-form-preview span{font-size:10px!important;font-weight:800!important;letter-spacing:.08em!important}
html body.ee-app-body .ee-event-image-form-preview img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}
html body.ee-app-body .ee-event-image-controls>span{
  display:block!important;
  margin-bottom:5px!important;
  color:#50627a!important;
  font-size:10px!important;
  font-weight:800!important;
  letter-spacing:.04em!important;
}
html body.ee-app-body .ee-event-image-controls p{
  margin:0 0 12px!important;
  color:#73839a!important;
  font-size:11px!important;
  line-height:1.55!important;
}
html body.ee-app-body .ee-event-image-upload-btn{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:41px!important;
  padding:10px 15px!important;
  border-radius:8px!important;
  background:#101c2c!important;
  color:#fff!important;
  font-size:12px!important;
  font-weight:750!important;
  cursor:pointer!important;
}
html body.ee-app-body .ee-event-image-upload-btn input{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  opacity:0!important;
  pointer-events:none!important;
}
html body.ee-app-body .ee-event-image-remove{
  display:block!important;
  margin-top:11px!important;
  color:#75849a!important;
  font-size:10px!important;
}
html body.ee-app-body .ee-event-image-remove input{accent-color:#ff2035!important}

@media(max-width:900px){
  html body.ee-app-body .ee-event-card-main{grid-template-columns:260px minmax(0,1fr)!important}
  html body.ee-app-body .ee-event-image-wrap,
  html body.ee-app-body .ee-event-image-wrap img,
  html body.ee-app-body .ee-event-image-placeholder{min-height:350px!important}
}
@media(max-width:720px){
  html body.ee-app-body .ee-events-grid{max-width:none!important}
  html body.ee-app-body .ee-event-titlebar{min-height:100px!important;padding:22px 20px!important}
  html body.ee-app-body .ee-event-titlebar h3{font-size:27px!important;max-width:100%!important}
  html body.ee-app-body .ee-event-title-watermark{display:none!important}
  html body.ee-app-body .ee-event-card-main{grid-template-columns:1fr!important}
  html body.ee-app-body .ee-event-image-wrap{min-height:360px!important;max-height:520px!important}
  html body.ee-app-body .ee-event-image-wrap img{height:420px!important;min-height:0!important}
  html body.ee-app-body .ee-event-image-placeholder{min-height:300px!important}
  html body.ee-app-body .ee-event-card-horizontal .ee-event-body{padding:20px!important}
  html body.ee-app-body .ee-event-image-field{grid-template-columns:1fr!important}
  html body.ee-app-body .ee-event-image-form-preview{height:240px!important}
}
@media(max-width:480px){
  html body.ee-app-body .ee-event-card-horizontal .ee-meta-grid{grid-template-columns:1fr 1fr!important}
  html body.ee-app-body .ee-event-card-horizontal .ee-meta-grid b{font-size:14px!important}
  html body.ee-app-body .ee-event-card-horizontal .ee-event-actions{grid-template-columns:1fr!important}
  html body.ee-app-body .ee-event-card-horizontal .ee-delete-event-form{grid-column:auto!important}
}


/* v1.3.5 — rediseño de página pública del evento */
html body.ee-public-body .ee-public-shell main{
  max-width:1360px!important;
  padding:26px!important;
}
html body.ee-public-body .ee-public-hero{
  min-height:auto!important;
  padding:0!important;
  border-radius:24px!important;
  background:linear-gradient(135deg,#0b1830 0%,#13243d 58%,#223a5d 100%)!important;
  overflow:hidden!important;
  border:1px solid rgba(38,65,100,.38)!important;
  box-shadow:0 12px 28px rgba(19,36,61,.12)!important;
}
html body.ee-public-body .ee-public-hero-grid{
  display:grid!important;
  grid-template-columns:minmax(0,1.2fr) 290px!important;
  gap:18px!important;
  align-items:stretch!important;
  padding:22px!important;
}
html body.ee-public-body .ee-public-hero-copy{
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  padding:8px 12px 8px 12px!important;
}
html body.ee-public-body .ee-public-hero h1{
  font-size:34px!important;
  line-height:1.06!important;
  letter-spacing:-.035em!important;
  margin:8px 0 12px!important;
  color:#fff!important;
}
html body.ee-public-body .ee-public-hero p{
  max-width:720px!important;
  color:#d2dbe7!important;
  font-size:13px!important;
  line-height:1.75!important;
  margin:0 0 18px!important;
}
html body.ee-public-body .ee-public-hero .ee-cover-tag{
  display:inline-flex!important;
  align-self:flex-start!important;
  padding:8px 14px!important;
  border-radius:999px!important;
  background:#eff9f2!important;
  color:#12754c!important;
  border:1px solid #d4ebda!important;
  font-size:10px!important;
  font-weight:800!important;
  margin:0 0 12px!important;
}
html body.ee-public-body .ee-public-quick{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:12px!important;
  margin-top:0!important;
}
html body.ee-public-body .ee-public-quick div{
  min-height:80px!important;
  background:rgba(255,255,255,.08)!important;
  border:1px solid rgba(255,255,255,.08)!important;
  border-radius:12px!important;
  padding:16px 14px!important;
}
html body.ee-public-body .ee-public-quick span{
  font-size:9px!important;
  color:#aab8c9!important;
  margin-bottom:8px!important;
}
html body.ee-public-body .ee-public-quick b{
  color:#fff!important;
  font-size:14px!important;
  line-height:1.45!important;
  word-break:break-word!important;
}
html body.ee-public-body .ee-public-actions{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px!important;
  margin-top:18px!important;
}
html body.ee-public-body .ee-public-actions .ee-btn{
  min-height:40px!important;
  padding:10px 14px!important;
  border-radius:8px!important;
  font-size:12px!important;
}
html body.ee-public-body .ee-btn.glass{
  background:rgba(255,255,255,.12)!important;
  border:1px solid rgba(255,255,255,.10)!important;
  color:#f6f8fb!important;
}
html body.ee-public-body .ee-public-hero-media{
  display:flex!important;
  align-items:stretch!important;
  justify-content:flex-end!important;
}
html body.ee-public-body .ee-public-poster{
  width:100%!important;
  max-width:255px!important;
  min-height:320px!important;
  border-radius:18px!important;
  overflow:hidden!important;
  box-shadow:0 16px 28px rgba(0,0,0,.22)!important;
  background:rgba(255,255,255,.06)!important;
  border:1px solid rgba(255,255,255,.08)!important;
}
html body.ee-public-body .ee-public-poster img{
  width:100%!important;
  height:100%!important;
  min-height:320px!important;
  object-fit:cover!important;
  display:block!important;
}
html body.ee-public-body .ee-public-poster-placeholder{
  height:100%!important;
  min-height:320px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  padding:18px!important;
  color:#dde5ef!important;
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.03))!important;
}
html body.ee-public-body .ee-public-poster-placeholder span{font-size:12px!important;font-weight:800!important;letter-spacing:.08em!important}
html body.ee-public-body .ee-public-poster-placeholder small{font-size:12px!important;color:#b8c5d6!important;margin-top:10px!important;line-height:1.5!important}
html body.ee-public-body .ee-public-grid{
  grid-template-columns:minmax(0,1fr) 360px!important;
  gap:14px!important;
  margin-top:14px!important;
}
html body.ee-public-body .ee-public-grid>.ee-stack{gap:14px!important}
html body.ee-public-body .ee-event-info-card,
html body.ee-public-body .ee-registration-card,
html body.ee-public-body .ee-sponsors-public{
  border-radius:14px!important;
  padding:18px!important;
  border:1px solid #dce5ee!important;
  box-shadow:0 4px 14px rgba(31,63,97,.04)!important;
}
html body.ee-public-body .ee-event-info-card h2,
html body.ee-public-body .ee-registration-card h2,
html body.ee-public-body .ee-sponsors-public h2{
  font-size:18px!important;
  margin-bottom:12px!important;
}
html body.ee-public-body .ee-event-info-card h3{margin-top:18px!important}
html body.ee-public-body .ee-event-info-card .ee-rich,
html body.ee-public-body .ee-event-info-card p{font-size:14px!important;line-height:1.8!important;color:#5d6e86!important}
html body.ee-public-body .ee-registration-card{
  position:sticky!important;
  top:88px!important;
}
html body.ee-public-body .ee-registration-card .ee-form-grid.public-form{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:14px!important;
}
html body.ee-public-body .ee-registration-card label>span{font-size:10px!important;font-weight:800!important;color:#5f718b!important;margin-bottom:7px!important}
html body.ee-public-body .ee-registration-card input,
html body.ee-public-body .ee-registration-card select,
html body.ee-public-body .ee-registration-card textarea{
  min-height:34px!important;
  height:34px!important;
  border-radius:6px!important;
  font-size:12px!important;
  padding:8px 10px!important;
}
html body.ee-public-body .ee-registration-card textarea{min-height:82px!important;height:auto!important}
html body.ee-public-body .ee-payment-help{border-radius:10px!important;padding:12px 13px!important;background:#f6f9fc!important;border:1px solid #e3e9f1!important}
html body.ee-public-body .ee-payment-help b{font-size:12px!important}
html body.ee-public-body .ee-payment-help p{font-size:12px!important;line-height:1.6!important}
html body.ee-public-body .ee-sponsors-footer{margin-top:14px!important}

@media(max-width:1100px){
  html body.ee-public-body .ee-public-hero-grid{grid-template-columns:1fr 240px!important}
  html body.ee-public-body .ee-public-grid{grid-template-columns:1fr 330px!important}
}
@media(max-width:920px){
  html body.ee-public-body .ee-public-shell main{padding:16px!important}
  html body.ee-public-body .ee-public-hero-grid,
  html body.ee-public-body .ee-public-grid{grid-template-columns:1fr!important}
  html body.ee-public-body .ee-public-hero-media{justify-content:flex-start!important}
  html body.ee-public-body .ee-public-poster{max-width:320px!important}
  html body.ee-public-body .ee-registration-card{position:static!important;top:auto!important}
}
@media(max-width:640px){
  html body.ee-public-body .ee-public-hero{border-radius:20px!important}
  html body.ee-public-body .ee-public-hero-grid{padding:18px!important}
  html body.ee-public-body .ee-public-hero-copy{padding:4px 2px!important}
  html body.ee-public-body .ee-public-hero h1{font-size:28px!important}
  html body.ee-public-body .ee-public-quick{grid-template-columns:1fr 1fr!important}
  html body.ee-public-body .ee-public-actions{display:grid!important;grid-template-columns:1fr 1fr!important}
  html body.ee-public-body .ee-public-actions .ee-registration-cta{grid-column:1/-1!important;text-align:center!important}
  html body.ee-public-body .ee-public-poster{max-width:100%!important;min-height:280px!important}
  html body.ee-public-body .ee-public-poster img{min-height:280px!important}
}
@media(max-width:460px){
  html body.ee-public-body .ee-public-shell main{padding:12px!important}
  html body.ee-public-body .ee-public-actions{grid-template-columns:1fr!important}
  html body.ee-public-body .ee-public-quick{grid-template-columns:1fr!important}
}
