:root{--red:#e30613;--black:#0b0d12;--ink:#172033;--muted:#667085;--line:#e4e7ec;--soft:#f7f8fa;--green:#218c4b}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;color:var(--ink);background:#f3f4f6}a{color:var(--red);text-decoration:none}.ep-split{min-height:100vh;display:grid;grid-template-columns:minmax(360px,43%) 1fr;background:#fff}.ep-visual{position:relative;padding:36px;color:#fff;background-color:#111;background-size:cover;background-position:center;overflow:hidden}.ep-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.24),rgba(0,0,0,.78))}.ep-visual-register{background-image:linear-gradient(0deg,rgba(0,0,0,.1),rgba(0,0,0,.1)),url('https://images.unsplash.com/photo-1507504031003-b417219a0fde?auto=format&fit=crop&w=1200&q=80')}.ep-visual-login,.ep-visual-welcome{background-image:linear-gradient(0deg,rgba(0,0,0,.08),rgba(0,0,0,.08)),url('https://images.unsplash.com/photo-1507504031003-b417219a0fde?auto=format&fit=crop&w=1200&q=80')}.ep-brand{position:relative;z-index:2;color:#fff;letter-spacing:5px;font-size:22px;font-weight:500}.ep-brand span{color:var(--red)}.ep-brand small{display:block;color:var(--red);font-size:9px;letter-spacing:6px;margin-left:31px}.ep-visual-copy{position:absolute;z-index:2;left:50px;right:50px;bottom:70px;max-width:460px}.ep-visual-copy h2{font-family:Georgia,serif;font-size:46px;line-height:1.08;margin:0 0 24px}.ep-visual-copy h2 em{font-style:normal;color:#ff2732}.ep-visual-copy p{line-height:1.7;max-width:390px}.ep-form-side{display:flex;align-items:center;justify-content:center;padding:45px 7%;overflow:auto}.ep-form-card{width:min(760px,100%)}.ep-form-card-small{max-width:500px}.ep-form-card h1{font-family:Georgia,serif;font-size:38px;margin:0 0 12px}.ep-form-card h3{font-size:17px;margin:26px 0 13px}.ep-lead{color:var(--muted);line-height:1.55;margin-bottom:25px}.ep-form-card label,.ep-company-panel label{display:block;margin-bottom:15px}.ep-form-card label>span,.ep-company-panel label>span{display:block;font-size:13px;font-weight:650;margin-bottom:7px}input,select,textarea{width:100%;font:inherit;border:1px solid #d0d5dd;border-radius:8px;padding:12px 13px;background:#fff;color:var(--ink);outline:none}input:focus,select:focus,textarea:focus{border-color:var(--red);box-shadow:0 0 0 3px rgba(227,6,19,.09)}label small{display:block;color:var(--muted);font-size:11px;margin-top:5px}.ep-grid{display:grid;gap:0 16px}.ep-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.ep-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.ep-span-2{grid-column:span 2}.ep-span-3{grid-column:span 3}.ep-check{display:flex!important;gap:9px;align-items:flex-start}.ep-check input{width:auto;margin-top:3px}.ep-check span{font-weight:400!important}.ep-button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:8px;padding:13px 21px;font-weight:700;cursor:pointer}.ep-button-primary{background:var(--red);color:#fff;width:100%;box-shadow:0 8px 18px rgba(227,6,19,.16)}.ep-button-dark{background:var(--black);color:#fff}.ep-button:disabled,.ep-step-card button:disabled{cursor:not-allowed;opacity:.42}.ep-center{text-align:center}.ep-muted{color:var(--muted);font-size:13px}.ep-alert{padding:12px 15px;border-radius:8px;margin-bottom:18px}.ep-alert-error{background:#fff1f2;color:#a5000a;border:1px solid #ffc8cd}.ep-welcome{text-align:center;max-width:610px}.ep-success-icon{width:76px;height:76px;border:2px solid var(--red);border-radius:50%;display:grid;place-items:center;color:var(--red);font-size:40px;margin:0 auto 25px}.ep-persuasion{text-align:left;border:1px solid #fac7ca;background:#fffafa;border-radius:14px;padding:28px;margin:30px 0}.ep-persuasion strong{font-size:20px}.ep-persuasion p{color:var(--muted);line-height:1.6}.ep-status-chip{display:inline-block;background:#f6f6f6;border-radius:100px;padding:10px 16px;color:#a94747;font-size:13px}.ep-header{height:76px;background:var(--black);display:flex;align-items:center;padding:0 4%;gap:55px;color:#fff}.ep-header nav{display:flex;gap:28px;flex:1}.ep-header nav a{color:#fff;font-size:13px}.ep-header nav a.active{color:#fff;border-bottom:3px solid var(--red);padding:29px 0 25px}.ep-logout{color:#fff}.ep-dashboard{width:min(1240px,calc(100% - 40px));margin:42px auto 70px}.ep-dashboard-title{display:flex;justify-content:space-between;align-items:center}.ep-dashboard-title h1{font-family:Georgia,serif;font-size:35px;margin:0 0 8px}.ep-dashboard-title p{color:var(--muted)}.ep-dashboard-title strong{font-size:28px}.ep-progress{height:9px;background:#ddd;border-radius:20px;overflow:hidden;margin:20px 0 32px}.ep-progress i{display:block;height:100%;background:var(--red);border-radius:20px}.ep-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.ep-step-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:12px;padding:25px;min-height:250px;box-shadow:0 4px 18px rgba(16,24,40,.04)}.ep-step-card.current{border-color:#f1a6ac}.ep-step-card b{width:34px;height:34px;border:1px solid #aaa;border-radius:50%;display:grid;place-items:center;color:#666}.ep-step-card.complete b{border-color:var(--green);color:var(--green)}.ep-step-card h2{font-size:19px;margin-top:25px}.ep-step-card p{color:var(--muted);line-height:1.5;font-size:14px}.ep-step-card span{display:inline-block;color:var(--green);background:#eaf8ef;padding:8px 12px;border-radius:6px;margin-top:15px}.ep-step-card a,.ep-step-card button{display:inline-block;border:1px solid var(--red);color:var(--red);background:#fff;border-radius:7px;padding:10px 18px;margin-top:15px}.ep-step-card mark{position:absolute;right:18px;top:22px;color:var(--red);background:#fff0f1;padding:6px 8px;border-radius:10px;font-size:11px}.ep-company-panel{background:#fff;border:1px solid var(--line);border-radius:12px;padding:28px;margin-top:25px}.ep-panel-heading{display:flex;justify-content:space-between;align-items:start;margin-bottom:24px}.ep-panel-heading span{color:var(--red);font-size:12px;font-weight:800;letter-spacing:1px}.ep-panel-heading h2{margin:8px 0 0}.ep-private{background:#f2f4f7;padding:9px 12px;border-radius:7px;font-size:13px}.ep-submit-panel{display:flex;align-items:center;justify-content:space-between;gap:25px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:22px 25px;margin-top:22px}.ep-submit-panel p{margin:7px 0 0;color:var(--muted);font-size:13px}.ep-submit-panel form{min-width:260px}.ep-timeline{display:grid;grid-template-columns:repeat(5,1fr);margin-top:25px;background:#fff;border-radius:10px;border:1px solid var(--line);padding:18px}.ep-timeline span{text-align:center;color:#98a2b3;font-size:12px;position:relative}.ep-timeline span:before{content:"○";display:block;font-size:24px;margin-bottom:6px}.ep-timeline span.done{color:var(--green)}.ep-timeline span.done:before{content:"●"}.ep-timeline span.current{color:var(--red);font-weight:700}.ep-timeline span.current:before{content:"◉"}@media(max-width:900px){.ep-split{grid-template-columns:1fr}.ep-visual{min-height:310px}.ep-visual-copy{bottom:35px}.ep-form-side{padding:34px 22px}.ep-grid-2,.ep-grid-3,.ep-cards{grid-template-columns:1fr}.ep-span-2,.ep-span-3{grid-column:auto}.ep-header nav{display:none}.ep-header{justify-content:space-between}.ep-dashboard-title{align-items:flex-start}.ep-dashboard-title h1{font-size:28px}.ep-submit-panel{align-items:stretch;flex-direction:column}.ep-submit-panel form{min-width:0;width:100%}.ep-timeline{grid-template-columns:1fr;gap:14px}.ep-visual-copy h2{font-size:36px}}
/* Fondo local: evita dependencias externas y retrasos de carga. */
.ep-visual-register,.ep-visual-login,.ep-visual-welcome{background-image:radial-gradient(circle at 28% 30%,rgba(227,6,19,.35),transparent 24%),radial-gradient(circle at 70% 65%,rgba(255,255,255,.12),transparent 18%),linear-gradient(135deg,#090909 0%,#181818 48%,#050505 100%)!important}
/* Identidad Eclipse: logotipo oficial y tipografía limpia de marca. */
body{font-family:Arial,Helvetica,sans-serif!important}.ep-form-card h1,.ep-visual-copy h2,.ep-dashboard-title h1{font-family:Arial,Helvetica,sans-serif!important;font-weight:700;letter-spacing:-.035em}.ep-brand{width:190px;height:62px;display:flex;align-items:center}.ep-brand img{display:block;width:180px;max-height:58px;object-fit:contain;object-position:left center}.ep-header .ep-brand{width:155px;height:56px}.ep-header .ep-brand img{width:150px;max-height:50px}
/* Hero comercial luminoso y logotipo con mayor presencia. */
.ep-visual-register,.ep-visual-login,.ep-visual-welcome{background-image:url('../images/supplier-hero-v1.jpg')!important;background-position:58% center!important;background-size:cover!important}.ep-visual:after{background:linear-gradient(180deg,rgba(5,8,12,.16),rgba(5,8,12,.55))!important}.ep-brand{width:270px!important;height:94px!important}.ep-brand img{width:255px!important;max-height:88px!important}.ep-header .ep-brand{width:205px!important;height:64px!important}.ep-header .ep-brand img{width:195px!important;max-height:58px!important}
.ep-demo-badge{display:inline-block;margin:0 auto 22px;padding:8px 13px;border-radius:999px;background:#fff1f2;color:#b30611;font-size:12px;font-weight:700;letter-spacing:.02em}.ep-demo-button{cursor:default}.ep-demo-note{margin:18px 0 0;color:var(--muted);font-size:12px}
.ep-demo-banner{display:flex;justify-content:space-between;gap:20px;align-items:center;background:#fff1f2;border:1px solid #ffd2d5;color:#a60a13;border-radius:10px;padding:12px 16px;margin-bottom:28px;font-size:13px}.ep-demo-banner span{color:#7a4246}.ep-flow-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:24px}.ep-flow-steps article{display:flex;gap:14px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:11px;padding:17px}.ep-flow-steps article b{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;border:1px solid #aeb4bf;color:#667085}.ep-flow-steps article div{display:grid;gap:3px}.ep-flow-steps article small{font-size:10px;color:#98a2b3;font-weight:800;letter-spacing:1px}.ep-flow-steps article strong{font-size:15px}.ep-flow-steps article span{font-size:11px;color:#667085}.ep-flow-steps article.done b{border-color:var(--green);color:var(--green)}.ep-flow-steps article.current{border-color:#ee9aa0;background:#fffafa}.ep-flow-steps article.current b,.ep-flow-steps article.current span{border-color:var(--red);color:var(--red)}.ep-panel-heading p{margin:8px 0 0;color:var(--muted);font-size:13px}.ep-linked-data{display:grid;grid-template-columns:220px 220px 1fr;gap:16px;align-items:center;background:#f8fafc;border:1px solid #e4e7ec;border-left:4px solid var(--red);border-radius:9px;padding:15px 17px;margin-bottom:24px}.ep-linked-data div{display:grid;gap:3px}.ep-linked-data small{color:#667085}.ep-linked-data p{margin:0;color:#667085;font-size:12px;line-height:1.5}.ep-demo-form input,.ep-demo-form textarea{background:#fff}.ep-demo-actions{display:flex;align-items:center;gap:15px}.ep-demo-actions small{color:var(--muted)}.ep-first-service{display:grid;grid-template-columns:1fr 380px;gap:28px;align-items:center;background:linear-gradient(135deg,#11141b,#252a35);color:#fff;border-radius:14px;padding:30px;margin-top:24px}.ep-first-service>div>span:first-child{color:#ff6570;font-size:11px;font-weight:800;letter-spacing:1.3px}.ep-first-service h2{margin:8px 0}.ep-first-service p{color:#c3c7d0;line-height:1.6;margin-bottom:0}.ep-service-preview{display:grid;gap:8px;background:#fff;color:var(--ink);border-radius:11px;padding:20px}.ep-service-preview>b{font-size:28px;color:var(--red)}.ep-service-preview small{color:var(--muted)}.ep-service-preview .ep-button{margin-top:8px}.ep-submit-demo .ep-button{width:auto}.ep-button-locked{opacity:.48;cursor:not-allowed;min-width:310px}@media(max-width:900px){.ep-demo-banner,.ep-panel-heading{align-items:flex-start;flex-direction:column}.ep-flow-steps,.ep-linked-data,.ep-first-service{grid-template-columns:1fr}.ep-submit-demo .ep-button,.ep-button-locked{min-width:0;width:100%}}
.ep-service-form{background:#fff;color:var(--ink);border-radius:12px;padding:20px}.ep-service-form label{display:block;margin-bottom:12px}.ep-service-form label>span{display:block;font-size:12px;font-weight:700;margin-bottom:6px}.ep-draft-list{display:grid;gap:7px;margin-top:18px}.ep-draft-list span{display:block;color:#d9fbe4!important;background:#14472a;border-radius:6px;padding:9px 11px;font-size:12px!important}
.ep-services-workspace{background:#fff;border:1px solid var(--line);border-radius:14px;margin-top:24px;overflow:hidden}.ep-services-heading{display:flex;justify-content:space-between;align-items:center;gap:25px;padding:28px 30px;background:linear-gradient(135deg,#11141b,#242936);color:#fff}.ep-services-heading>div>span{color:#ff6570;font-size:11px;font-weight:800;letter-spacing:1.4px}.ep-services-heading h2{font-size:26px;margin:8px 0}.ep-services-heading p{color:#c8ccd5;margin:0;line-height:1.55}.ep-services-counter{min-width:135px;text-align:center;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.13);border-radius:10px;padding:14px}.ep-services-counter strong{display:block;font-size:28px}.ep-services-counter small{color:#d7dae0}.ep-wide-service-form{padding:28px 30px}.ep-form-section{border:1px solid #e3e7ec;border-radius:11px;padding:22px;margin-bottom:18px;background:#fbfcfd}.ep-section-title{display:flex;align-items:center;gap:12px;margin-bottom:20px}.ep-section-title b{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#fff0f1;color:var(--red)}.ep-section-title div{display:grid;gap:3px}.ep-section-title strong{font-size:16px}.ep-section-title small{color:var(--muted)}.ep-wide-service-form label{display:block;margin-bottom:14px}.ep-wide-service-form label>span{display:block;font-size:12px;font-weight:700;margin-bottom:6px}.ep-service-save{display:flex;justify-content:space-between;align-items:center;gap:20px;background:#f8fafc;border-radius:10px;padding:17px 19px}.ep-service-save p{margin:4px 0 0;color:var(--muted);font-size:12px}.ep-service-save .ep-button{width:auto;min-width:270px}.ep-service-save .ep-button i{font-style:normal;font-size:18px;margin-right:7px}.ep-review-lock{margin:25px 30px;padding:18px;border-radius:9px;background:#fff7ed;color:#9a3412}.ep-review-lock p{margin:5px 0 0}.ep-saved-services{border-top:1px solid #e5e7eb;padding:26px 30px 30px;background:#f8fafc}.ep-saved-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.ep-saved-title h3{margin:0}.ep-saved-title span{color:var(--muted);font-size:12px}.ep-service-cards{display:grid;gap:12px}.ep-saved-card{display:grid;grid-template-columns:48px 1fr 180px;gap:15px;align-items:center;background:#fff;border:1px solid #dfe3e8;border-radius:10px;padding:17px}.ep-saved-icon{width:42px;height:42px;border-radius:10px;display:grid;place-items:center;background:#fff0f1;color:var(--red);font-size:18px}.ep-saved-copy h4{margin:4px 0 5px;font-size:16px}.ep-saved-copy p{margin:0 0 9px;color:#657083}.ep-service-status{display:inline-block;color:#8a4d00;background:#fff4d6;border-radius:20px;padding:4px 8px;font-size:10px;text-transform:uppercase}.ep-saved-meta{display:flex;gap:7px;flex-wrap:wrap}.ep-saved-meta span{background:#f1f5f9;border-radius:20px;padding:5px 8px;font-size:11px}.ep-saved-price{text-align:right}.ep-saved-price small,.ep-saved-price span{display:block;color:var(--muted);font-size:11px}.ep-saved-price strong{display:block;font-size:20px;margin:4px 0}.ep-no-services{text-align:center;padding:35px;background:#fff;border:1px dashed #cbd5e1;border-radius:10px}.ep-no-services b{display:grid;place-items:center;width:45px;height:45px;border-radius:50%;background:#fff0f1;color:var(--red);font-size:25px;margin:0 auto 12px}.ep-no-services p{color:var(--muted);margin-bottom:0}@media(max-width:900px){.ep-services-heading,.ep-service-save{align-items:stretch;flex-direction:column}.ep-wide-service-form,.ep-saved-services{padding:20px}.ep-service-save .ep-button{width:100%;min-width:0}.ep-saved-card{grid-template-columns:42px 1fr}.ep-saved-price{grid-column:2;text-align:left}}
.ep-presentation-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:24px}.ep-image-upload{background:#fff;border:1px solid #dde2e8;border-radius:10px;padding:16px}.ep-image-upload p{font-size:11px;color:var(--muted);margin:5px 0}.ep-image-upload .ep-image-warning{color:#9a3412;background:#fff7ed;padding:8px;border-radius:6px}.ep-live-preview{border:1px solid #dfe3e8;border-radius:10px;overflow:hidden;margin-top:14px;background:#fff}.ep-live-preview-image{height:150px;background:#eef2f6;display:grid;place-items:center;color:#718096;font-size:12px;overflow:hidden}.ep-live-preview-image img{width:100%;height:100%;object-fit:cover;display:none}.ep-live-preview>div:last-child{padding:13px}.ep-live-preview strong,.ep-live-preview small{display:block}.ep-live-preview small{color:var(--muted);margin-top:5px;line-height:1.4}.ep-editorial-note{display:block;color:#596579;margin-top:10px;line-height:1.4}@media(max-width:900px){.ep-presentation-grid{grid-template-columns:1fr}}
.ep-event-checks{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:3px}.ep-event-checks label{display:flex;align-items:center;gap:8px;margin:0;background:#fff;border:1px solid #dfe3e8;border-radius:8px;padding:10px 11px;cursor:pointer}.ep-event-checks label:has(input:checked){border-color:#e30613;background:#fff4f5}.ep-event-checks input{width:auto;margin:0}.ep-event-checks label>span{margin:0;font-weight:600}.ep-price-result{align-self:end;background:#111827;color:#fff;border-radius:9px;padding:12px 14px;margin-bottom:14px}.ep-price-result small,.ep-price-result span{display:block;color:#cbd5e1}.ep-price-result strong{display:block;font-size:21px;margin:4px 0}@media(max-width:900px){.ep-event-checks{grid-template-columns:1fr 1fr}}@media(max-width:600px){.ep-event-checks{grid-template-columns:1fr}}
.ep-forgot-link{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin:-3px 0 18px}.ep-forgot-link a{font-weight:700;color:var(--red)}.ep-forgot-link small{max-width:210px;text-align:right;color:var(--muted);line-height:1.35}.ep-alert-success{background:#ecfdf3;border:1px solid #a7f3d0;color:#166534}@media(max-width:520px){.ep-forgot-link{display:block}.ep-forgot-link small{display:block;text-align:left;margin-top:5px}}
.ep-provider-home{display:grid;gap:22px}.ep-home-hero{display:flex;justify-content:space-between;align-items:center;gap:30px;border-radius:16px;padding:34px 38px;color:#fff;background:linear-gradient(135deg,#141821,#262c39)}.ep-home-hero>div:first-child{max-width:760px}.ep-home-hero span,.ep-home-panel-head span,.ep-next-panel>span{font-size:11px;font-weight:800;letter-spacing:1.35px;color:#ff6973}.ep-home-hero h1{font-size:34px;margin:8px 0 10px}.ep-home-hero p{margin:0;color:#d7dbe3;line-height:1.6}.ep-home-hero.approved{background:linear-gradient(135deg,#10331f,#1e5d37)}.ep-home-hero.approved span{color:#85e5ac}.ep-home-hero.rejected{background:linear-gradient(135deg,#4a1d12,#7c2d12)}.ep-home-status{min-width:190px;text-align:center;padding:18px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);border-radius:13px}.ep-home-status b{display:grid;place-items:center;width:48px;height:48px;margin:0 auto 9px;border:2px solid currentColor;border-radius:50%;font-size:24px}.ep-home-status strong,.ep-home-status small{display:block}.ep-home-status small{margin-top:5px;color:#d7dbe3}.ep-home-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.ep-home-metrics article,.ep-home-panel,.ep-home-tools article{background:#fff;border:1px solid var(--line);border-radius:13px;box-shadow:0 4px 18px rgba(16,24,40,.035)}.ep-home-metrics article{padding:20px 22px}.ep-home-metrics small,.ep-company-summary small{display:block;color:var(--muted);font-size:11px}.ep-home-metrics strong{display:block;font-size:24px;margin:5px 0}.ep-home-metrics span{color:var(--muted);font-size:12px}.ep-home-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(310px,.65fr);gap:22px}.ep-home-panel{padding:27px}.ep-home-panel-head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:22px}.ep-home-panel-head h2,.ep-next-panel h2{margin:6px 0 0}.ep-home-panel-head em{font-style:normal;color:var(--muted);font-size:11px;background:#f2f4f7;padding:7px 10px;border-radius:20px}.ep-company-summary{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.ep-company-summary>div{border-bottom:1px solid #edf0f3;padding-bottom:13px}.ep-company-summary strong,.ep-company-summary span{display:block;margin-top:4px}.ep-company-summary span{font-size:12px;color:var(--muted)}.ep-readonly-note{margin:18px 0 0;padding:12px 14px;background:#f8fafc;border-left:3px solid var(--red);color:var(--muted);font-size:12px;line-height:1.5}.ep-next-panel ol{padding:0;margin:22px 0 0;display:grid;gap:18px}.ep-next-panel li{list-style:none;display:flex;gap:12px;align-items:flex-start}.ep-next-panel li>b{flex:0 0 32px;width:32px;height:32px;display:grid;place-items:center;border:1px solid #cbd5e1;border-radius:50%;color:#64748b}.ep-next-panel li.done>b{border-color:var(--green);color:var(--green)}.ep-next-panel li.current>b{border-color:var(--red);color:var(--red)}.ep-next-panel li strong,.ep-next-panel li small{display:block}.ep-next-panel li small{margin-top:4px;color:var(--muted);line-height:1.4}.ep-home-services{display:grid;gap:12px}.ep-home-services article{display:grid;grid-template-columns:105px 1fr auto;gap:16px;align-items:center;border:1px solid #e3e7ec;border-radius:11px;padding:14px}.ep-home-services img,.ep-home-service-image{width:105px;height:78px;object-fit:cover;border-radius:8px;background:#eef2f6;display:grid;place-items:center;color:#64748b;font-size:11px}.ep-home-services h3{margin:5px 0}.ep-home-services p{margin:0 0 9px;color:var(--muted);font-size:13px}.ep-home-services>article>strong{font-size:18px}.ep-home-tools{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.ep-home-tools article{display:grid;grid-template-columns:42px 1fr;gap:12px;padding:20px}.ep-home-tools b{width:40px;height:40px;display:grid;place-items:center;background:#fff0f1;color:var(--red);border-radius:10px;font-size:18px}.ep-home-tools strong{display:block}.ep-home-tools p{margin:6px 0;color:var(--muted);font-size:12px;line-height:1.45}.ep-home-tools article>span,.ep-home-tools article>a{grid-column:2;font-size:11px;font-weight:700;color:var(--red)}@media(max-width:900px){.ep-home-hero{align-items:stretch;flex-direction:column;padding:26px}.ep-home-status{min-width:0}.ep-home-metrics,.ep-home-grid,.ep-home-tools{grid-template-columns:1fr}.ep-company-summary{grid-template-columns:1fr}.ep-home-services article{grid-template-columns:80px 1fr}.ep-home-services img,.ep-home-service-image{width:80px;height:70px}.ep-home-services>article>strong{grid-column:2}.ep-home-hero h1{font-size:28px}}
.ep-provider-header{gap:24px}.ep-provider-account{margin-left:auto;text-align:right;display:grid;gap:3px}.ep-provider-account span{font-weight:700}.ep-provider-account small{color:#b9c0cc}.ep-portal-menu{position:sticky;top:0;z-index:20;display:flex;justify-content:center;gap:5px;padding:10px 3%;background:#fff;border-bottom:1px solid #e4e7ec;box-shadow:0 5px 16px rgba(16,24,40,.05);overflow-x:auto}.ep-portal-menu a{flex:0 0 auto;display:flex;align-items:center;gap:7px;padding:10px 12px;border-radius:8px;color:#4b5565;font-size:12px;font-weight:700;white-space:nowrap}.ep-portal-menu a b{font-size:15px;color:#7b8493}.ep-portal-menu a:hover{background:#f7f8fa;color:#111827}.ep-portal-menu a.active{background:#fff0f1;color:var(--red)}.ep-portal-menu a.active b{color:var(--red)}@media(max-width:900px){.ep-provider-account{display:none}.ep-portal-menu{justify-content:flex-start}.ep-portal-menu a{flex-direction:column;gap:3px;min-width:83px;padding:8px}.ep-portal-menu a span{font-size:10px}}
.ep-provider-header{height:72px;padding:0 28px;box-shadow:0 3px 14px rgba(0,0,0,.18)}.ep-provider-header .ep-brand{width:178px!important;height:60px!important}.ep-provider-header .ep-brand img{width:168px!important;max-height:52px!important}.ep-provider-account{max-width:380px}.ep-provider-account span,.ep-provider-account small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ep-provider-header .ep-logout{margin-left:18px;border:1px solid rgba(255,255,255,.24);border-radius:7px;padding:9px 15px;font-size:12px}.ep-portal-shell{display:grid;grid-template-columns:252px minmax(0,1fr);min-height:calc(100vh - 72px)}.ep-portal-sidebar{position:sticky;top:0;height:calc(100vh - 72px);align-self:start;background:#fff;border-right:1px solid #e4e7ec;padding:24px 15px 18px;display:flex;flex-direction:column}.ep-menu-title{padding:0 12px 19px;border-bottom:1px solid #edf0f3}.ep-menu-title small{display:block;color:var(--red);font-size:9px;font-weight:800;letter-spacing:1.35px}.ep-menu-title strong{display:block;margin-top:5px;font-size:16px}.ep-portal-sidebar .ep-portal-menu{position:static;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:3px;padding:17px 0;background:transparent;border:0;box-shadow:none;overflow:visible}.ep-portal-sidebar .ep-portal-menu>small{margin:13px 12px 5px;color:#98a2b3;font-size:9px;font-weight:800;letter-spacing:1.15px}.ep-portal-sidebar .ep-portal-menu>small:first-child{margin-top:0}.ep-portal-sidebar .ep-portal-menu a{display:flex;flex-direction:row;align-items:center;gap:11px;width:100%;min-width:0;padding:11px 12px;border-radius:8px;color:#465064;font-size:12px}.ep-portal-sidebar .ep-portal-menu a b{width:24px;height:24px;display:grid;place-items:center;background:#f3f5f7;border-radius:6px;color:#697386;font-size:14px}.ep-portal-sidebar .ep-portal-menu a.active{background:#fff0f1;color:#b10610;box-shadow:inset 3px 0 0 var(--red)}.ep-portal-sidebar .ep-portal-menu a.active b{background:#fff;color:var(--red)}.ep-sidebar-status{margin-top:auto;display:flex;gap:10px;align-items:flex-start;padding:13px;background:#f6faf7;border:1px solid #dceee2;border-radius:9px}.ep-sidebar-status i{width:9px;height:9px;margin-top:4px;background:var(--green);border-radius:50%;box-shadow:0 0 0 4px rgba(33,140,75,.1)}.ep-sidebar-status div{min-width:0}.ep-sidebar-status strong,.ep-sidebar-status small{display:block}.ep-sidebar-status strong{font-size:11px}.ep-sidebar-status small{margin-top:3px;color:#667085;font-size:9px;line-height:1.35}.ep-portal-shell>.ep-dashboard{width:min(1220px,calc(100% - 48px));margin:30px auto 60px}.ep-home-tools{grid-template-columns:repeat(3,minmax(0,1fr))}@media(max-width:980px){.ep-portal-shell{grid-template-columns:1fr}.ep-portal-sidebar{position:sticky;top:0;z-index:20;height:auto;padding:0;background:#fff;border-right:0;border-bottom:1px solid #e4e7ec;display:block}.ep-menu-title,.ep-sidebar-status{display:none}.ep-portal-sidebar .ep-portal-menu{flex-direction:row;overflow-x:auto;padding:9px 12px;gap:5px;box-shadow:0 5px 16px rgba(16,24,40,.05)}.ep-portal-sidebar .ep-portal-menu>small{display:none}.ep-portal-sidebar .ep-portal-menu a{flex:0 0 auto;flex-direction:column;gap:4px;width:auto;min-width:82px;padding:8px}.ep-portal-sidebar .ep-portal-menu a b{width:25px;height:25px}.ep-portal-sidebar .ep-portal-menu a.active{box-shadow:inset 0 -3px 0 var(--red)}.ep-portal-shell>.ep-dashboard{width:min(100% - 30px,900px);margin:22px auto 50px}}@media(max-width:600px){.ep-provider-header{padding:0 15px}.ep-provider-header .ep-brand{width:145px!important}.ep-provider-header .ep-brand img{width:138px!important}.ep-provider-header .ep-logout{margin-left:auto}.ep-portal-sidebar .ep-portal-menu a{min-width:75px}.ep-home-tools{grid-template-columns:1fr}}
.ep-provider-home{font-size:16px}.ep-provider-account span{font-size:15px}.ep-provider-account small{font-size:12px}.ep-provider-header .ep-logout{font-size:14px}.ep-menu-title small{font-size:11px;letter-spacing:1px}.ep-menu-title strong{font-size:18px}.ep-portal-sidebar .ep-portal-menu>small{font-size:11px;letter-spacing:.8px;margin-top:17px}.ep-portal-sidebar .ep-portal-menu a{font-size:15px;line-height:1.25;padding:12px}.ep-portal-sidebar .ep-portal-menu a b{font-size:16px}.ep-sidebar-status strong{font-size:13px}.ep-sidebar-status small{font-size:11px;line-height:1.45}.ep-home-hero span,.ep-home-panel-head span,.ep-next-panel>span{font-size:13px;letter-spacing:1px}.ep-home-hero h1{font-size:38px;line-height:1.15}.ep-home-hero p{font-size:16px}.ep-home-status strong{font-size:17px}.ep-home-status small{font-size:13px}.ep-home-metrics small,.ep-company-summary small{font-size:13px}.ep-home-metrics strong{font-size:28px}.ep-home-metrics span{font-size:14px}.ep-home-panel-head h2,.ep-next-panel h2{font-size:27px}.ep-home-panel-head em{font-size:13px}.ep-company-summary strong{font-size:17px}.ep-company-summary span{font-size:14px;line-height:1.5}.ep-readonly-note{font-size:14px}.ep-next-panel li strong{font-size:16px}.ep-next-panel li small{font-size:14px}.ep-home-services h3{font-size:19px}.ep-home-services p{font-size:15px;line-height:1.45}.ep-saved-meta span,.ep-service-status{font-size:12px}.ep-home-tools strong{font-size:16px}.ep-home-tools p{font-size:14px}.ep-home-tools article>span,.ep-home-tools article>a{font-size:13px}@media(max-width:980px){.ep-portal-sidebar .ep-portal-menu a span{font-size:12px}.ep-home-hero h1{font-size:32px}}@media(max-width:600px){.ep-provider-home{font-size:15px}.ep-home-hero h1{font-size:28px}.ep-home-panel-head h2,.ep-next-panel h2{font-size:23px}}
.ep-portal-shell{grid-template-columns:292px minmax(0,1fr)}.ep-provider-home{font-size:18px}.ep-provider-account span{font-size:17px}.ep-provider-account small{font-size:14px}.ep-provider-header .ep-logout{font-size:16px}.ep-menu-title small{font-size:13px}.ep-menu-title strong{font-size:21px}.ep-portal-sidebar .ep-portal-menu>small{font-size:12px}.ep-portal-sidebar .ep-portal-menu a{font-size:17px;padding:13px 14px}.ep-portal-sidebar .ep-portal-menu a b{width:30px;height:30px}.ep-portal-menu svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.ep-sidebar-status strong{font-size:15px}.ep-sidebar-status small{font-size:13px}.ep-home-hero span,.ep-home-panel-head span,.ep-next-panel>span{font-size:14px}.ep-home-hero h1{font-size:42px}.ep-home-hero p{font-size:18px}.ep-home-status strong{font-size:19px}.ep-home-status small{font-size:15px}.ep-home-metrics small,.ep-company-summary small{font-size:15px}.ep-home-metrics strong{font-size:31px}.ep-home-metrics span{font-size:16px}.ep-home-panel-head h2,.ep-next-panel h2{font-size:30px}.ep-home-panel-head em{font-size:15px}.ep-company-summary strong{font-size:19px}.ep-company-summary span{font-size:16px}.ep-readonly-note{font-size:16px;line-height:1.55}.ep-next-panel li strong{font-size:18px}.ep-next-panel li small{font-size:16px}.ep-home-services h3{font-size:21px}.ep-home-services p{font-size:17px}.ep-saved-meta span,.ep-service-status{font-size:14px}.ep-home-tools strong{font-size:18px}.ep-home-tools p{font-size:16px}.ep-home-tools article>span,.ep-home-tools article>a{font-size:15px}@media(max-width:980px){.ep-portal-shell{grid-template-columns:1fr}.ep-portal-sidebar .ep-portal-menu a span{font-size:14px}.ep-home-hero h1{font-size:35px}}@media(max-width:600px){.ep-provider-home{font-size:17px}.ep-home-hero h1{font-size:30px}.ep-home-panel-head h2,.ep-next-panel h2{font-size:26px}}
.ep-provider-header{height:88px;padding:0 34px}.ep-provider-header .ep-brand{width:250px!important;height:78px!important}.ep-provider-header .ep-brand img{width:235px!important;max-height:72px!important}.ep-provider-account{display:flex;align-items:center;gap:12px;max-width:430px}.ep-provider-account>div{text-align:right;display:grid;gap:2px}.ep-provider-account>b{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:#25272c;color:#fff;font-size:14px;letter-spacing:.5px}.ep-account-arrow{color:#fff;font-size:19px;padding:8px}.ep-portal-shell{grid-template-columns:276px minmax(0,1fr);min-height:calc(100vh - 88px)}.ep-portal-sidebar{height:calc(100vh - 88px);padding:22px 16px;background:linear-gradient(180deg,#fff 0%,#fbfbfc 100%)}.ep-menu-title{padding:1px 14px 20px}.ep-menu-title small{color:var(--red);font-size:11px}.ep-menu-title strong{font-size:19px}.ep-portal-sidebar .ep-portal-menu>small{font-size:10px;color:#7e8797;margin:16px 14px 6px}.ep-portal-sidebar .ep-portal-menu a{font-size:15px;padding:11px 13px;color:#344054}.ep-portal-sidebar .ep-portal-menu a b{width:32px;height:32px;background:#fff;border:1px solid #dfe3e8;border-radius:8px;box-shadow:0 2px 6px rgba(16,24,40,.04)}.ep-portal-sidebar .ep-portal-menu a.active{background:linear-gradient(90deg,#fff0f1,#fff7f7);box-shadow:inset 3px 0 0 var(--red)}.ep-portal-sidebar .ep-portal-menu a.active b{border-color:#ef7c84}.ep-sidebar-status{background:#f4fbf6}.ep-home-hero{box-shadow:0 12px 30px rgba(8,62,32,.16);overflow:hidden;position:relative}.ep-home-hero:after{content:"";position:absolute;right:12%;bottom:-140px;width:360px;height:360px;border:1px solid rgba(255,255,255,.07);border-radius:50%;box-shadow:0 0 0 34px rgba(255,255,255,.025),0 0 0 68px rgba(255,255,255,.018)}.ep-home-hero>*{position:relative;z-index:1}.ep-home-metrics article{display:flex;align-items:center;gap:18px;padding:18px 20px}.ep-home-metrics article>div{min-width:0}.ep-metric-icon{flex:0 0 48px;width:48px;height:48px;display:grid;place-items:center;border-radius:12px}.ep-metric-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.ep-metric-icon.green{color:#187a45;background:#edf8f1}.ep-metric-icon.blue{color:#1769aa;background:#edf5fd}.ep-metric-icon.violet{color:#7342d6;background:#f3effd}.ep-home-metrics strong{font-size:27px;margin:2px 0}.ep-home-metrics small{font-size:13px}.ep-home-metrics span{font-size:13px}.ep-home-panel,.ep-home-metrics article,.ep-home-tools article{box-shadow:0 7px 22px rgba(16,24,40,.055)}@media(max-width:980px){.ep-provider-header{height:78px}.ep-provider-header .ep-brand{width:205px!important;height:68px!important}.ep-provider-header .ep-brand img{width:195px!important;max-height:62px!important}.ep-provider-account>div{display:none}.ep-portal-shell{grid-template-columns:1fr}.ep-portal-sidebar{height:auto}.ep-home-metrics article{align-items:center}}@media(max-width:600px){.ep-provider-header{padding:0 16px}.ep-provider-header .ep-brand{width:185px!important}.ep-provider-header .ep-brand img{width:176px!important}.ep-provider-account>b{width:38px;height:38px}.ep-home-metrics{grid-template-columns:1fr}}
