/* East-Iron dashboard V3: approved Ink & blue design. */

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');
#ei-dashboard{font-family:Manrope,Arial,sans-serif;font-size:14px;line-height:1.5;color:var(--es-ink);color-scheme:light;}
#ei-dashboard *{box-sizing:border-box;}
#ei-dashboard [hidden]{display:none!important;}
#ei-dashboard button,#ei-dashboard input{font:inherit;}
#ei-dashboard button{color:inherit;}
#ei-dashboard :is(a,button):focus-visible,#ei-dashboard input:focus-visible{outline:3px solid var(--es-accent);outline-offset:4px;}
#ei-dashboard button{transition:background-color .16s,border-color .16s,color .16s,transform .16s;}
#ei-dashboard button:active{transform:translateY(1px);}
#ei-dashboard h1,#ei-dashboard h2,#ei-dashboard h3,#ei-dashboard p{margin:0;}
#ei-dashboard svg{flex-shrink:0;width:18px;height:18px;stroke-width:1.7;}
#ei-dashboard .es-app{background:var(--es-page);border:1px solid var(--es-line);border-radius:16px;overflow:hidden;}
#ei-dashboard .es-header{display:flex;align-items:center;gap:28px;padding:0 28px;min-height:73px;background:var(--es-surface);border-bottom:1px solid var(--es-line);}
#ei-dashboard .es-brand{font-size:20px;font-weight:800;letter-spacing:-.9px;white-space:nowrap;}
#ei-dashboard .es-brand span{font-size:11px;letter-spacing:1.8px;vertical-align:middle;margin-left:7px;color:var(--es-muted);font-weight:650;}
#ei-dashboard .es-nav{display:flex;gap:23px;align-self:stretch;align-items:stretch;margin-left:18px;}
#ei-dashboard .es-nav button{position:relative;background:transparent;border:0;padding:0 1px;color:var(--es-muted);font-size:13px;}
#ei-dashboard .es-nav button[aria-current="page"]{color:var(--es-ink);font-weight:750;}
#ei-dashboard .es-nav button[aria-current="page"]::after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:var(--es-solid);}
#ei-dashboard .es-nav button:hover{color:var(--es-ink);}
#ei-dashboard .es-header-end{margin-left:auto;display:flex;align-items:center;gap:19px;}
#ei-dashboard .es-finder{display:flex;align-items:center;gap:9px;background:var(--es-page);border:1px solid var(--es-line);border-radius:7px;padding:8px 10px;color:var(--es-muted);font-size:12px;}
#ei-dashboard .es-finder:hover{background:var(--es-soft);border-color:var(--es-accent);}
#ei-dashboard .es-finder svg{width:15px;height:15px;}
#ei-dashboard kbd{font-family:inherit;font-size:11px;color:var(--es-muted);padding-left:12px;}
#ei-dashboard .es-account{width:32px;height:32px;border-radius:50%;background:var(--es-soft);color:var(--es-accent);display:grid;place-items:center;font-size:11px;font-weight:750;}
#ei-dashboard .es-main{padding:27px 28px 22px;}
#ei-dashboard .es-page-title{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:22px;}
#ei-dashboard .es-greeting{font-size:12px;color:var(--es-muted);margin-bottom:3px;}
#ei-dashboard h1{font-size:30px;line-height:1.25;font-weight:650;letter-spacing:-1.1px;}
#ei-dashboard .es-date{font-size:12px;color:var(--es-muted);}
#ei-dashboard .es-actions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px;margin-bottom:26px;}
#ei-dashboard .es-action{display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:13px;padding:17px 16px 16px;border:1px solid var(--es-line);border-radius:10px;background:var(--es-surface);min-height:121px;}
#ei-dashboard .es-action:hover{background:var(--es-soft);border-color:var(--es-accent);}
#ei-dashboard .es-action .es-action-icon{width:100%;display:flex;align-items:center;justify-content:space-between;gap:5px;color:var(--es-accent);}
#ei-dashboard .es-action-icon .es-small-arrow{width:13px;height:13px;color:var(--es-muted);}
#ei-dashboard .es-action strong{font-size:14px;font-weight:750;line-height:1.35;display:block;letter-spacing:-.15px;}
#ei-dashboard .es-action .es-action-description{font-size:12px;color:var(--es-muted);margin-top:4px;display:block;}
#ei-dashboard .es-action.es-focus{background:var(--es-solid);border-color:var(--es-solid);color:var(--es-on-solid);}
#ei-dashboard .es-focus .es-action-icon,#ei-dashboard .es-focus .es-small-arrow,#ei-dashboard .es-focus .es-action-description{color:var(--es-on-solid);}
#ei-dashboard .es-focus .es-action-description{opacity:.85;}
#ei-dashboard .es-focus:hover{filter:brightness(1.08);}
#ei-dashboard .es-grid{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(260px,1fr);gap:25px;align-items:stretch;}
#ei-dashboard .es-coach{position:relative;isolation:isolate;border-radius:12px;overflow:hidden;min-height:313px;display:flex;flex-direction:column;background:var(--es-photo-base);color:var(--es-photo-ink);}
#ei-dashboard .es-coach-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:66% center;z-index:-2;}
#ei-dashboard .es-coach::before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(12,32,22,.97) 0%,rgba(12,32,22,.93) 28%,rgba(12,32,22,.5) 57%,rgba(12,32,22,.02) 100%);}
#ei-dashboard .es-coach-main{padding:24px 26px 19px;flex:1;}
#ei-dashboard .es-eyebrow{font-size:11px;font-weight:650;letter-spacing:1.8px;text-transform:uppercase;}
#ei-dashboard .es-coach .es-eyebrow{color:var(--es-photo-muted);display:flex;align-items:center;gap:8px;}
#ei-dashboard .es-coach .es-eyebrow svg{width:15px;height:15px;}
#ei-dashboard .es-coach h2{font-size:31px;line-height:1.1;font-weight:500;letter-spacing:-1.25px;max-width:275px;margin-top:17px;}
#ei-dashboard .es-coach p{font-size:14px;line-height:1.6;max-width:250px;color:var(--es-photo-muted);margin-top:11px;}
#ei-dashboard .es-coach-button{margin-top:19px;display:inline-flex;align-items:center;gap:17px;background:var(--es-photo-ink);color:var(--es-photo-base);border:0;border-radius:6px;padding:10px 13px;font-size:12px;font-weight:750;min-height:40px;}
#ei-dashboard .es-coach-button:hover{background:var(--es-photo-muted);}
#ei-dashboard .es-coach-button svg{width:15px;height:15px;}
#ei-dashboard .es-coach-foot{display:flex;align-items:center;flex-wrap:wrap;gap:8px;padding:12px 25px;border-top:1px solid rgba(255,255,255,.2);font-size:11px;color:var(--es-photo-muted);background:rgba(12,32,22,.72);}
#ei-dashboard .es-coach-foot b{color:var(--es-photo-ink);font-weight:650;}
#ei-dashboard .es-month{background:var(--es-surface);border:1px solid var(--es-line);border-radius:12px;padding:21px 23px;}
#ei-dashboard .es-section-title{display:flex;align-items:baseline;justify-content:space-between;gap:12px;}
#ei-dashboard .es-section-title h2{font-size:15px;font-weight:750;letter-spacing:-.25px;}
#ei-dashboard .es-section-title > span{font-size:11px;color:var(--es-muted);}
#ei-dashboard .es-stat{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:19px 0;border-bottom:1px solid var(--es-line);}
#ei-dashboard .es-stat:last-child{border-bottom:0;padding-bottom:0;}
#ei-dashboard .es-stat-label{font-size:13px;font-weight:600;}
#ei-dashboard .es-stat-context{display:block;font-size:11px;color:var(--es-muted);margin-top:4px;}
#ei-dashboard .es-stat-number{font-size:33px;line-height:1;font-weight:500;letter-spacing:-1.3px;font-variant-numeric:tabular-nums;}
#ei-dashboard .es-lower{margin-top:28px;align-items:start;}
#ei-dashboard .es-inline-link{display:inline-flex;gap:7px;align-items:center;background:transparent;border:0;padding:4px 0;color:var(--es-accent);font-size:11px;font-weight:650;}
#ei-dashboard .es-inline-link svg{height:12px;width:12px;}
#ei-dashboard .es-history{list-style:none;padding:0;margin:12px 0 0;border-top:1px solid var(--es-line);}
#ei-dashboard .es-history-row{display:grid;grid-template-columns:35px minmax(0,1fr) auto 14px;align-items:center;gap:12px;width:100%;padding:16px 1px;background:transparent;border:0;border-bottom:1px solid var(--es-line);text-align:left;}
#ei-dashboard .es-history-row:hover{background:var(--es-soft);}
#ei-dashboard .es-history-icon{display:grid;place-items:center;color:var(--es-muted);background:var(--es-soft);border-radius:8px;width:34px;height:34px;}
#ei-dashboard .es-history-text{min-width:0;}
#ei-dashboard .es-history-text strong{font-size:14px;font-weight:700;display:block;line-height:1.45;}
#ei-dashboard .es-history-text span{display:block;font-size:12px;margin-top:3px;color:var(--es-muted);}
#ei-dashboard .es-history-row time{font-size:11px;color:var(--es-muted);white-space:nowrap;}
#ei-dashboard .es-history-row>svg{color:var(--es-muted);width:12px;height:12px;}
#ei-dashboard .es-toolkit{padding-left:3px;}
#ei-dashboard .es-toolkit-list{margin-top:12px;border-top:1px solid var(--es-line);}
#ei-dashboard .es-toolkit-list a{display:flex;align-items:center;justify-content:space-between;gap:13px;width:100%;background:transparent;border:0;border-bottom:1px solid var(--es-line);text-align:left;padding:15px 0;font-size:12px;font-weight:650;}
#ei-dashboard .es-toolkit-list a:hover{color:var(--es-accent);background:var(--es-soft);}
#ei-dashboard .es-tool-name{display:flex;align-items:center;gap:11px;}
#ei-dashboard .es-tool-name svg{color:var(--es-muted);width:16px;height:16px;}
#ei-dashboard .es-toolkit-list a>svg{width:12px;height:12px;color:var(--es-muted);}
#ei-dashboard .es-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;border-top:1px solid var(--es-line);padding-top:16px;margin-top:24px;font-size:11px;color:var(--es-muted);}
#ei-dashboard .es-level{display:flex;gap:8px;align-items:center;}
#ei-dashboard .es-level svg{width:13px;height:13px;}
#ei-dashboard .es-mobile-nav{display:none;}
#ei-dashboard .es-tools-panel{background:var(--es-surface);border:1px solid var(--es-line);border-radius:12px;margin-bottom:26px;padding:20px;}
#ei-dashboard .es-tools-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px;}
#ei-dashboard .es-tools-head h2{font-size:16px;font-weight:700;}
#ei-dashboard .es-close{display:grid;place-items:center;border:0;background:var(--es-soft);border-radius:6px;width:30px;height:30px;}
#ei-dashboard .es-search{display:flex;align-items:center;gap:10px;border:1px solid var(--es-line);border-radius:7px;padding:10px 12px;}
#ei-dashboard .es-search svg{color:var(--es-muted);}
#ei-dashboard .es-search input{min-width:0;width:100%;border:0;background:transparent;color:var(--es-ink);font-size:14px;}
#ei-dashboard .es-search input::placeholder{color:var(--es-muted);}
#ei-dashboard .es-tool-results{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:24px;margin-top:10px;}
#ei-dashboard .es-tool-result{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:13px 0;background:transparent;border:0;border-bottom:1px solid var(--es-line);text-align:left;}
#ei-dashboard .es-tool-result:hover{background:var(--es-soft);}
#ei-dashboard .es-tool-result strong{display:block;font-size:12px;font-weight:700;}
#ei-dashboard .es-tool-result small{display:block;font-size:11px;color:var(--es-muted);margin-top:4px;}
#ei-dashboard .es-tool-result svg{width:13px;height:13px;color:var(--es-muted);}
#ei-dashboard .es-no-results{font-size:13px;color:var(--es-muted);padding-top:20px;}
#ei-dashboard .es-destination{background:var(--es-surface);border:1px solid var(--es-line);border-radius:12px;padding:28px;margin:0 0 24px;}
#ei-dashboard .es-destination .es-eyebrow{color:var(--es-muted);}
#ei-dashboard .es-destination h2{margin:18px 0 8px;font-size:27px;font-weight:600;letter-spacing:-.8px;}
#ei-dashboard .es-destination p{color:var(--es-muted);font-size:14px;max-width:530px;}
#ei-dashboard .es-back{display:flex;align-items:center;gap:8px;background:transparent;color:var(--es-accent);border:0;font-size:12px;font-weight:650;padding:0;margin-bottom:24px;}
@media(max-width:850px){#ei-dashboard .es-header{gap:18px;padding:0 22px;}#ei-dashboard .es-nav{gap:17px;margin-left:0;}#ei-dashboard .es-header-end{gap:12px;}#ei-dashboard kbd{display:none;}#ei-dashboard .es-main{padding:24px 22px 20px;}#ei-dashboard .es-grid{grid-template-columns:minmax(0,1.5fr) minmax(235px,1fr);gap:20px;}#ei-dashboard .es-coach h2{font-size:28px;max-width:250px;}#ei-dashboard .es-coach-main{padding:23px 21px 18px;}#ei-dashboard .es-coach p{max-width:220px;}#ei-dashboard .es-actions{gap:9px;}#ei-dashboard .es-action{padding:15px 12px;}#ei-dashboard .es-action strong{font-size:14px;}}
@media(max-width:680px){#ei-dashboard .es-nav{display:none;}#ei-dashboard .es-grid{grid-template-columns:1fr;}#ei-dashboard .es-actions{grid-template-columns:repeat(2,minmax(0,1fr));}#ei-dashboard .es-action{min-height:111px;padding:15px;}#ei-dashboard .es-action strong{font-size:14px;}#ei-dashboard .es-coach{min-height:310px;}#ei-dashboard .es-coach h2{font-size:32px;}#ei-dashboard .es-coach p{max-width:255px;}#ei-dashboard .es-month{padding:20px;}#ei-dashboard .es-month-values{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;margin-top:20px;}#ei-dashboard .es-stat{padding:0;border:0;display:flex;flex-direction:column-reverse;align-items:flex-start;justify-content:flex-end;gap:10px;}#ei-dashboard .es-stat-number{font-size:32px;}#ei-dashboard .es-stat-context{font-size:11px;}#ei-dashboard .es-toolkit{padding-left:0;margin-top:3px;}#ei-dashboard .es-mobile-nav{display:flex;justify-content:space-around;gap:10px;padding:12px 10px;background:var(--es-surface);border-top:1px solid var(--es-line);}#ei-dashboard .es-mobile-nav :is(a,button){background:transparent;border:0;display:flex;flex-direction:column;align-items:center;gap:5px;font-size:11px;min-height:44px;min-width:48px;}#ei-dashboard .es-footer{margin-top:23px;}#ei-dashboard .es-tool-results{grid-template-columns:1fr;}#ei-dashboard .es-search input{font-size:16px;}}
@media(max-width:420px){#ei-dashboard .es-header{padding:0 16px;min-height:64px;gap:10px;}#ei-dashboard .es-brand{font-size:19px;}#ei-dashboard .es-brand span{display:none;}#ei-dashboard .es-finder{font-size:11px;padding:7px 8px;}#ei-dashboard .es-account{display:none;}#ei-dashboard .es-main{padding:23px 16px 18px;}#ei-dashboard .es-date{display:none;}#ei-dashboard h1{font-size:29px;}#ei-dashboard .es-actions{gap:8px;}#ei-dashboard .es-action{padding:13px;min-height:124px;gap:12px;}#ei-dashboard .es-action strong{font-size:14px;}#ei-dashboard .es-action-description{line-height:1.4;}#ei-dashboard .es-coach h2{font-size:30px;max-width:255px;}#ei-dashboard .es-coach p{max-width:240px;}#ei-dashboard .es-coach::before{background:linear-gradient(90deg,rgba(12,32,22,.96),rgba(12,32,22,.81) 43%,rgba(12,32,22,.24));}#ei-dashboard .es-coach-foot{padding-left:20px;padding-right:20px;}#ei-dashboard .es-month{padding:19px 17px;}#ei-dashboard .es-month-values{gap:12px;}#ei-dashboard .es-stat-label{font-size:12px;}#ei-dashboard .es-stat-context{font-size:11px;}#ei-dashboard .es-history-row{grid-template-columns:30px minmax(0,1fr) auto;gap:10px;}#ei-dashboard .es-history-icon{width:29px;height:30px;}#ei-dashboard .es-history-row>svg{display:none;}#ei-dashboard .es-history-row time{font-size:11px;}#ei-dashboard .es-footer{align-items:start;}#ei-dashboard .es-footer .es-tagline{max-width:135px;text-align:right;}#ei-dashboard .es-tools-panel{padding:16px;}}
@media(prefers-reduced-motion:reduce){#ei-dashboard button{transition:none;}}
#ei-dashboard{--es-page:#f7f6f2;--es-surface:#fff;--es-ink:#223049;--es-muted:#5c6b82;--es-line:#dce2ec;--es-soft:#edf1f9;--es-accent:#4263a4;--es-solid:#314c80;--es-on-solid:#fff;--es-hover:#e9eff9;--es-photo-base:#14233b;--es-photo-muted:#e4eafa;--es-shell:rgba(247,248,252,.79);--es-side:#142037;--es-side-ink:#f3f6fd;--es-side-muted:#b6c3dc;--es-side-hover:#1e2e4a;--es-side-active:#293d61;--es-side-accent:#a9c2fb;--es-photo-shade:19,32,53;--es-shadow:rgba(29,43,71,.13);--es-shadow-soft:rgba(29,43,71,.065);--es-highlight:rgba(255,255,255,.65);}







#ei-dashboard .es-scene{padding:18px;background-color:var(--es-photo-base);background-image:var(--es-scene-image);background-size:cover;background-position:center;overflow:hidden;border-radius:18px;}
#ei-dashboard .es-app{display:grid;grid-template-columns:192px minmax(0,1fr);background:transparent;border:1px solid var(--es-highlight);border-radius:14px;box-shadow:0 24px 64px rgba(13,22,39,.27);overflow:hidden;}
#ei-dashboard .es-pane{min-width:0;background:var(--es-shell);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);}
#ei-dashboard .es-header{padding:0 21px;min-height:64px;background:transparent;gap:12px;}
#ei-dashboard .es-crumb{display:flex;gap:9px;align-items:center;font-size:12px;color:var(--es-muted);}
#ei-dashboard .es-crumb svg{width:15px;height:15px;}
#ei-dashboard .es-header-end{gap:12px;}
#ei-dashboard .es-finder{background:var(--es-surface);box-shadow:0 2px 4px var(--es-shadow-soft);}
#ei-dashboard .es-main{padding:24px 21px 20px;}
#ei-dashboard .es-page-title{margin-bottom:21px;}
#ei-dashboard h1{font-size:29px;}
#ei-dashboard .es-sidebar{display:flex;flex-direction:column;background:var(--es-side);color:var(--es-side-ink);padding:25px 12px 18px;min-width:0;}
#ei-dashboard .es-sidebar-top{padding:0 12px 22px;display:flex;align-items:center;justify-content:space-between;gap:8px;}
#ei-dashboard .es-sidebar .es-brand{font-size:19px;letter-spacing:-.7px;color:var(--es-side-ink);}
#ei-dashboard .es-sidebar-tag{color:var(--es-side-muted);letter-spacing:2.5px;font-size:11px;margin-top:4px;}
#ei-dashboard .es-side-nav a,#ei-dashboard .es-side-feedback{display:flex;align-items:center;gap:9px;width:100%;padding:10px 11px;border:0;background:transparent;color:var(--es-side-muted);font-size:12px;font-weight:500;text-align:left;border-radius:7px;line-height:1.5;}
#ei-dashboard .es-side-nav a svg,#ei-dashboard .es-side-feedback svg{width:16px;height:16px;stroke-width:1.65;}
#ei-dashboard .es-side-nav a:hover,#ei-dashboard .es-side-feedback:hover{background:var(--es-side-hover);color:var(--es-side-ink);}
#ei-dashboard .es-side-nav a[aria-current="page"]{background:var(--es-side-active);color:var(--es-side-ink);font-weight:650;box-shadow:inset 3px 0 0 var(--es-side-accent);}
#ei-dashboard .es-side-group{font-size:11px;letter-spacing:1.35px;text-transform:uppercase;color:var(--es-side-muted);padding:21px 11px 7px;}
#ei-dashboard .es-side-nav a:focus-visible,#ei-dashboard .es-side-feedback:focus-visible{outline-color:var(--es-side-accent);outline-offset:1px;}
#ei-dashboard .es-side-bottom{margin-top:auto;padding-top:32px;}
#ei-dashboard .es-side-profile{width:100%;background:transparent;color:var(--es-side-ink);text-align:left;border:0;border-top:1px solid rgba(255,255,255,.14);padding:16px 9px 0;margin-top:13px;display:grid;grid-template-columns:30px 1fr;gap:10px;align-items:center;}
#ei-dashboard .es-side-avatar{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--es-side-active);color:var(--es-side-ink);font-size:11px;font-weight:650;}
#ei-dashboard .es-side-profile strong{font-size:11px;font-weight:650;display:block;}
#ei-dashboard .es-side-profile small{color:var(--es-side-muted);font-size:11px;display:block;margin-top:3px;}
#ei-dashboard .es-action{min-height:142px;padding:16px 12px;border-color:var(--es-highlight);box-shadow:0 2px 4px var(--es-shadow-soft),0 10px 20px var(--es-shadow);}
#ei-dashboard .es-action strong{font-size:13px;min-height:35px;}
#ei-dashboard .es-action .es-action-description{font-size:11px;}
#ei-dashboard .es-actions{gap:10px;margin-bottom:25px;}
#ei-dashboard .es-action:hover{transform:translateY(-2px);box-shadow:0 4px 8px var(--es-shadow-soft),0 14px 26px var(--es-shadow);}
#ei-dashboard .es-action:active{transform:translateY(0);}
#ei-dashboard .es-action.es-focus{border-color:var(--es-solid);}
#ei-dashboard .es-grid{grid-template-columns:minmax(0,1.8fr) minmax(209px,1fr);gap:19px;}
#ei-dashboard .es-coach{box-shadow:0 4px 8px var(--es-shadow-soft),0 16px 32px var(--es-shadow);border:1px solid var(--es-highlight);}
#ei-dashboard .es-coach::before{background:linear-gradient(90deg,rgba(var(--es-photo-shade),.98) 0%,rgba(var(--es-photo-shade),.93) 28%,rgba(var(--es-photo-shade),.55) 60%,rgba(var(--es-photo-shade),.04) 100%);}
#ei-dashboard .es-coach-main{padding:24px 22px 21px;}
#ei-dashboard .es-coach h2{font-size:29px;max-width:265px;}
#ei-dashboard .es-coach p{font-size:13px;max-width:243px;}
#ei-dashboard .es-coach-foot{background:rgba(var(--es-photo-shade),.82);padding:12px 21px;}
#ei-dashboard .es-month{padding:21px 18px;box-shadow:0 2px 4px var(--es-shadow-soft),0 12px 24px var(--es-shadow);border-color:var(--es-highlight);}
#ei-dashboard .es-stat{padding:22px 0;}
#ei-dashboard .es-lower{gap:19px;align-items:stretch;}
#ei-dashboard .es-history-panel,#ei-dashboard .es-toolkit{background:var(--es-surface);padding:20px 18px;border:1px solid var(--es-highlight);border-radius:12px;box-shadow:0 2px 5px var(--es-shadow-soft),0 10px 22px var(--es-shadow);}
#ei-dashboard .es-history-row{grid-template-columns:29px minmax(0,1fr) auto 10px;gap:9px;padding:14px 0;}
#ei-dashboard .es-history-icon{width:28px;height:30px;border-radius:6px;}
#ei-dashboard .es-history-icon svg{width:16px;height:16px;}
#ei-dashboard .es-history-text strong{font-size:12px;}
#ei-dashboard .es-history-text span{font-size:11px;}
#ei-dashboard .es-history-row time{font-size:11px;}
#ei-dashboard .es-toolkit-list a{font-size:12px;padding:16px 0;}
#ei-dashboard .es-tool-name{gap:9px;}
#ei-dashboard .es-tools-panel,#ei-dashboard .es-destination{box-shadow:0 3px 7px var(--es-shadow-soft),0 14px 28px var(--es-shadow);}
#ei-dashboard .es-footer{border-color:var(--es-line);}
#ei-dashboard .es-mobile-menu,#ei-dashboard .es-side-close{display:none;}
@media(max-width:930px){#ei-dashboard .es-app{grid-template-columns:184px minmax(0,1fr);}#ei-dashboard .es-scene{padding:12px;}#ei-dashboard .es-main{padding:22px 18px 18px;}#ei-dashboard .es-grid{grid-template-columns:minmax(0,1.6fr) minmax(202px,1fr);gap:15px;}#ei-dashboard .es-coach h2{font-size:27px;}#ei-dashboard .es-coach-main{padding:22px 19px 19px;}#ei-dashboard .es-coach p{max-width:220px;}#ei-dashboard .es-action{padding:15px 10px;}#ei-dashboard .es-action strong{font-size:12px;}#ei-dashboard .es-history-row{grid-template-columns:27px minmax(0,1fr) auto;}#ei-dashboard .es-history-row>svg{display:none;}#ei-dashboard .es-date{display:none;}#ei-dashboard .es-history-panel,#ei-dashboard .es-toolkit{padding:19px 15px;}}
@media(max-width:850px){#ei-dashboard .es-app{grid-template-columns:minmax(0,1fr);}#ei-dashboard .es-sidebar{display:none;}#ei-dashboard .es-mobile-menu{display:flex;align-items:center;gap:7px;padding:8px 0;border:0;background:transparent;color:var(--es-ink);font-size:12px;}#ei-dashboard .es-mobile-menu svg{width:17px;height:17px;}#ei-dashboard .es-menu-open .es-sidebar{display:flex;}#ei-dashboard .es-side-close{display:grid;place-items:center;width:34px;height:34px;color:var(--es-side-ink);background:var(--es-side-active);border:0;border-radius:6px;}#ei-dashboard .es-side-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 10px;}#ei-dashboard .es-side-group{grid-column:1/-1;padding-top:14px;}#ei-dashboard .es-side-bottom{padding-top:15px;}#ei-dashboard .es-side-profile{max-width:260px;}#ei-dashboard .es-sidebar-top{padding-bottom:14px;}#ei-dashboard .es-side-nav a{min-height:44px;}#ei-dashboard .es-actions{gap:10px;}#ei-dashboard .es-action strong{font-size:13px;}#ei-dashboard .es-header{padding:0 20px;}#ei-dashboard .es-crumb{display:none;}#ei-dashboard .es-mobile-nav{display:flex;justify-content:space-around;gap:10px;padding:12px 10px;background:var(--es-surface);border-top:1px solid var(--es-line);}#ei-dashboard .es-mobile-nav :is(a,button){display:flex;flex-direction:column;align-items:center;gap:5px;background:transparent;border:0;font-size:11px;min-height:44px;min-width:48px;}}
@media(max-width:700px){#ei-dashboard .es-grid{grid-template-columns:minmax(0,1fr);gap:20px;}#ei-dashboard .es-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}#ei-dashboard .es-action{min-height:121px;padding:16px;}#ei-dashboard .es-action strong{font-size:14px;min-height:0;}#ei-dashboard .es-action .es-action-description{font-size:12px;}#ei-dashboard .es-coach-main{padding:25px;}#ei-dashboard .es-coach h2{font-size:32px;}#ei-dashboard .es-coach p{max-width:260px;font-size:14px;}#ei-dashboard .es-coach-foot{padding-left:25px;}#ei-dashboard .es-month-values{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;margin-top:20px;}#ei-dashboard .es-stat{border:0;display:flex;flex-direction:column-reverse;align-items:flex-start;justify-content:flex-end;padding:0;gap:10px;}#ei-dashboard .es-month{padding:22px;}#ei-dashboard .es-history-panel,#ei-dashboard .es-toolkit{padding:22px;}#ei-dashboard .es-history-text strong{font-size:14px;}#ei-dashboard .es-history-text span{font-size:12px;}#ei-dashboard .es-history-row{padding:15px 0;gap:12px;}#ei-dashboard .es-toolkit-list a{font-size:13px;}#ei-dashboard .es-tool-results{grid-template-columns:1fr;}#ei-dashboard .es-search input{font-size:16px;}}
@media(max-width:420px){#ei-dashboard .es-scene{padding:7px;border-radius:12px;}#ei-dashboard .es-app{border-radius:10px;}#ei-dashboard .es-main{padding:22px 14px 16px;}#ei-dashboard .es-header{padding:0 14px;min-height:58px;}#ei-dashboard .es-finder{font-size:11px;padding:8px 10px;}#ei-dashboard .es-account{display:none;}#ei-dashboard .es-actions{gap:10px;}#ei-dashboard .es-action{padding:14px 12px;min-height:135px;}#ei-dashboard .es-action strong{font-size:13px;}#ei-dashboard .es-action .es-action-description{font-size:11px;}#ei-dashboard .es-coach-main{padding:23px 20px;}#ei-dashboard .es-coach h2{font-size:30px;}#ei-dashboard .es-coach p{max-width:244px;}#ei-dashboard .es-coach::before{background:linear-gradient(90deg,rgba(var(--es-photo-shade),.98),rgba(var(--es-photo-shade),.88) 40%,rgba(var(--es-photo-shade),.2));}#ei-dashboard .es-coach-foot{padding-left:20px;}#ei-dashboard .es-month{padding:20px 16px;}#ei-dashboard .es-stat-label{font-size:12px;}#ei-dashboard .es-stat-context{font-size:11px;}#ei-dashboard .es-history-panel,#ei-dashboard .es-toolkit{padding:20px 16px;}#ei-dashboard .es-side-nav{grid-template-columns:1fr;}#ei-dashboard .es-sidebar-tag,#ei-dashboard .es-side-group,#ei-dashboard .es-side-profile small{font-size:11px;}}
@media(max-width:365px){#ei-dashboard .es-actions{grid-template-columns:1fr;}#ei-dashboard .es-action{display:grid;grid-template-columns:24px minmax(0,1fr);gap:14px;align-items:center;min-height:82px;padding:16px;}#ei-dashboard .es-action-icon .es-small-arrow{display:none;}#ei-dashboard .es-action strong{font-size:14px;}#ei-dashboard .es-action .es-action-description{font-size:12px;}#ei-dashboard .es-coach h2{font-size:28px;}#ei-dashboard .es-coach p{max-width:220px;}#ei-dashboard .es-section-title h2{font-size:14px;}#ei-dashboard .es-history-row{gap:8px;}#ei-dashboard .es-history-text strong{font-size:13px;}}

/* Integration with UserSpice and the shared East-Iron footer. */
body.ei-dashboard-page,body:has(#ei-dashboard){margin:0;padding:0!important;background:#314055 url('/img/small_login_background4.png') center/cover fixed no-repeat!important;font-family:Arial,sans-serif!important;}
body.ei-dashboard-page .ei-dashboard-container{width:100%;max-width:none;padding:0;margin:0;}
body.ei-dashboard-page > div > .container{width:100%;max-width:none;padding:0;}
#ei-dashboard{--es-photo-ink:#fff;max-width:1440px;margin:0 auto;font-family:Manrope,-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;line-height:1.5;}
#ei-dashboard :is(a,button,input,textarea,h1,h2,h3,p,summary){font-family:inherit;text-transform:none;}
#ei-dashboard :is(h1,h2,h3,p,ul){margin:0;}
#ei-dashboard a{color:inherit;text-decoration:none;}
#ei-dashboard :is(a,button,input,textarea,summary):focus-visible{outline:3px solid #7da0e2;outline-offset:4px;}
#ei-dashboard svg{fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;}
#ei-dashboard .es-scene{background:transparent;border-radius:0;padding:24px;overflow:visible;}
#ei-dashboard .es-app{grid-template-columns:218px minmax(0,1fr);}
#ei-dashboard .es-pane{--es-shell:rgba(247,248,252,.79);}
#ei-dashboard .es-brand{font-weight:750;}
#ei-dashboard .es-sidebar{padding-top:28px;}
#ei-dashboard .es-side-profile strong{overflow-wrap:anywhere;}
#ei-dashboard .es-action{display:flex;flex-direction:column;text-align:left;}
#ei-dashboard .es-coach-button{display:inline-flex;align-items:center;}
#ei-dashboard .es-finder{display:flex;align-items:center;}
#ei-dashboard .es-side-nav a{min-height:42px;}
#ei-dashboard .es-side-nav .ei-more a{font-size:11px;padding-left:12px;}
#ei-dashboard .ei-more{margin-top:18px;color:var(--es-side-muted);}
#ei-dashboard .ei-more{grid-column:1/-1;}
#ei-dashboard .ei-more summary{cursor:pointer;padding:10px 11px;font-size:12px;}
#ei-dashboard .ei-progress{display:block;margin:0 10px 15px;padding:14px 0;border-top:1px solid #34435b;border-bottom:1px solid #34435b;}
#ei-dashboard .ei-progress>span{display:flex;justify-content:space-between;gap:6px;align-items:baseline;margin-bottom:9px;font-size:11px;}
#ei-dashboard .ei-progress small{font-size:10px;color:var(--es-side-muted);}
#ei-dashboard progress{display:block;width:100%;height:5px;border:0;border-radius:4px;overflow:hidden;background:#2b3f60;color:#a9c2fb;accent-color:#a9c2fb;}
#ei-dashboard progress::-webkit-progress-bar{background:#2b3f60;}
#ei-dashboard progress::-webkit-progress-value{background:#a9c2fb;}
#ei-dashboard progress::-moz-progress-bar{background:#a9c2fb;}
#ei-dashboard .ei-signout{display:inline-block;padding:15px 10px 0;font-size:11px;color:var(--es-side-muted);}
#ei-dashboard .ei-setup,#ei-dashboard .ei-status{display:flex;align-items:center;justify-content:space-between;gap:14px;background:white;border:1px solid #c3d0e8;border-radius:10px;padding:14px 17px;margin:0 0 20px;font-size:12px;}
#ei-dashboard .ei-setup strong{display:block;margin-bottom:3px;color:var(--es-solid);}
#ei-dashboard .ei-status{background:#edf3ff;color:#29426c;}
#ei-dashboard .ei-status.is-error{background:#fff2ed;color:#86371e;border-color:#e8bba9;}
#ei-dashboard .ei-beta{padding:3px 7px;background:var(--es-soft);color:var(--es-accent);border-radius:4px;}
#ei-dashboard .es-tools-panel{scroll-margin-top:20px;}
#ei-dashboard .es-tool-results{max-height:430px;overflow:auto;overscroll-behavior:contain;}
#ei-dashboard .es-tool-result{min-width:0;}
#ei-dashboard .es-tool-result[hidden]{display:none!important;}
#ei-dashboard .es-close{display:none;}
#ei-dashboard.ei-js .es-close{display:grid;}
#ei-dashboard .ei-caption{font-size:12px;color:var(--es-muted);line-height:1.5;margin-top:7px;}
#ei-dashboard .ei-bag{margin-top:24px;}
#ei-dashboard .ei-bag-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px 25px;margin-top:22px;}
#ei-dashboard .ei-club>div:first-child{display:flex;justify-content:space-between;gap:12px;align-items:baseline;font-size:12px;}
#ei-dashboard .ei-club span{font-size:11px;color:var(--es-muted);}
#ei-dashboard .ei-club-track{height:4px;background:var(--es-soft);border-radius:4px;margin-top:9px;overflow:hidden;}
#ei-dashboard .ei-club-track span{height:100%;display:block;background:#819bc7;border-radius:4px;}
#ei-dashboard .ei-empty{padding:18px 0;font-size:13px;line-height:1.6;list-style:none;}
#ei-dashboard .ei-empty strong{display:block;margin-bottom:7px;}
#ei-dashboard .ei-empty p{color:var(--es-muted);margin-bottom:14px;}
#ei-dashboard .ei-anchor,#ei-dashboard #activity,#ei-dashboard #bag{scroll-margin-top:24px;}
#ei-dashboard .ei-sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;}
#ei-dashboard .ei-skip{position:fixed;top:-70px;left:20px;z-index:100001;background:white;color:var(--es-ink);padding:12px 20px;border-radius:7px;}
#ei-dashboard .ei-skip:focus{top:12px;}
#ei-dashboard .ei-feedback{padding:24px;}
#ei-dashboard .ei-feedback-box{background:var(--es-surface);padding:26px;border-radius:13px;border:1px solid var(--es-line);box-shadow:0 14px 40px rgba(29,43,71,.2);}
#ei-dashboard .ei-feedback form{display:grid;gap:10px;margin-top:20px;}
#ei-dashboard .ei-feedback label{font-size:13px;font-weight:600;}
#ei-dashboard .ei-feedback textarea{width:100%;resize:vertical;background:white;border:1px solid #bdcbe0;border-radius:7px;padding:12px;color:var(--es-ink);font-size:16px;}
#ei-dashboard .ei-feedback-actions{display:flex;justify-content:flex-end;gap:10px;}
#ei-dashboard .ei-feedback-actions button{padding:11px 16px;border:0;border-radius:7px;font-size:13px;cursor:pointer;}
#ei-dashboard .ei-send{background:#314c80;color:white;}
#ei-dashboard .ei-cancel{background:var(--es-soft);color:var(--es-ink);}
#ei-dashboard .ei-feedback-close,#ei-dashboard .ei-cancel{display:none;}
#ei-dashboard.ei-js .ei-feedback-close,#ei-dashboard.ei-js .ei-cancel{display:block;}
#ei-dashboard.ei-js .ei-feedback{position:fixed;inset:0;z-index:100000;background:rgba(12,22,40,.65);display:grid;place-items:center;padding:20px;}
#ei-dashboard.ei-js .ei-feedback-box{position:relative;width:min(540px,100%);max-height:calc(100dvh - 40px);overflow:auto;}
#ei-dashboard .ei-feedback-close{position:absolute;right:12px;top:12px;border:0;border-radius:6px;background:var(--es-soft);color:var(--es-ink);width:34px;height:34px;font-size:24px;cursor:pointer;}
#ei-dashboard .ei-feedback h2{padding-right:25px;}
#ei-dashboard .es-coach-foot a:hover{text-decoration:underline;}
#ei-dashboard .es-history-text span{overflow-wrap:anywhere;}
#ei-dashboard:not(.ei-js) .es-mobile-menu,#ei-dashboard:not(.ei-js) .es-side-close{display:none;}
#ei-dashboard .es-action{transition:background-color .16s,border-color .16s,transform .16s,box-shadow .16s;}
@media(max-width:1100px){#ei-dashboard .es-app{grid-template-columns:192px minmax(0,1fr);}#ei-dashboard .es-actions{grid-template-columns:repeat(2,minmax(0,1fr));}#ei-dashboard .es-action{min-height:120px;}#ei-dashboard .ei-bag-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:850px){#ei-dashboard .es-app{grid-template-columns:minmax(0,1fr);}#ei-dashboard .es-scene{padding:12px;}#ei-dashboard:not(.ei-js) .es-sidebar{display:flex;}#ei-dashboard .es-mobile-nav{display:flex;}#ei-dashboard .es-mobile-nav a{min-width:48px;min-height:44px;}#ei-dashboard .ei-progress{max-width:260px;}#ei-dashboard .es-sidebar.ei-menu-open{display:flex;}#ei-dashboard .es-side-close{cursor:pointer;}#ei-dashboard .es-actions{grid-template-columns:repeat(4,minmax(0,1fr));}}
@media(max-width:700px){#ei-dashboard .es-actions{grid-template-columns:repeat(2,minmax(0,1fr));}#ei-dashboard .es-action strong{min-height:0;}#ei-dashboard .ei-bag-grid{grid-template-columns:repeat(2,minmax(0,1fr));}#ei-dashboard .ei-club>div:first-child{display:block;}#ei-dashboard .ei-club strong,#ei-dashboard .ei-club span{display:block;}#ei-dashboard .es-finder kbd{display:none;}}
@media(max-width:420px){#ei-dashboard .es-scene{padding:7px;}#ei-dashboard .ei-feedback{padding:12px;}#ei-dashboard .ei-feedback-box{padding:22px 18px;}#ei-dashboard .es-month-values{gap:10px;}#ei-dashboard .es-stat-context{font-size:10px;}#ei-dashboard .es-stat-label{font-size:11px;}#ei-dashboard .es-history-text strong{font-size:12px;}#ei-dashboard .es-history-row time{font-size:10px;}}
@media(max-width:365px){#ei-dashboard .es-actions{grid-template-columns:1fr;}#ei-dashboard .es-action{display:grid;grid-template-columns:24px minmax(0,1fr);min-height:82px;}#ei-dashboard .ei-bag-grid{grid-template-columns:1fr;}#ei-dashboard .es-section-title{gap:8px;}#ei-dashboard .es-inline-link{font-size:11px;}}
@media(prefers-reduced-motion:reduce){#ei-dashboard *,#ei-dashboard *::before,#ei-dashboard *::after{transition:none!important;animation:none!important;scroll-behavior:auto!important;}#ei-dashboard .es-action:hover{transform:none;}}
@supports not (backdrop-filter:blur(12px)){#ei-dashboard .es-pane{background:rgba(247,248,252,.95);}}


#genMsgUserSpiceMessages button{
    display:none;
}