@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Questrial&display=swap");
:root{
  --teal:#0E595A;--teal-dark:#083F40;--green:#6BCB3C;--green-dark:#4EA72A;--lime:#D9E989;--lav:#A9A0E0;--lav-soft:#F0EDFB;
  --ink:#17243A;--muted:#8290A3;--bg:#F6F8F7;--card:#FFFFFF;--line:#E6ECEA;--danger:#C44A4A;--danger-bg:#FFF3F2;
  --shadow:0 18px 50px rgba(14,77,79,.08);--shadow-soft:0 8px 28px rgba(14,77,79,.06);--radius:28px;--pill:999px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font-family:Questrial,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
body.emmp-modal-open{overflow:hidden}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

/* App shell */
.emmp-app{min-height:calc(100vh - 32px);background:var(--bg);color:var(--ink);display:flex;width:100%;overflow:visible}
.emmp-sidebar{position:fixed;z-index:40;left:0;top:0;bottom:0;width:276px;background:var(--teal);color:#fff;padding:24px 18px 18px;display:flex;flex-direction:column;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin}
.emmp-sidebar::-webkit-scrollbar{width:5px}.emmp-sidebar::-webkit-scrollbar-thumb{background:#ffffff2e;border-radius:10px}
.emmp-logo{padding:2px 12px 30px;display:flex;align-items:center;min-height:82px}.emmp-brand-logo{display:block;width:185px;max-height:70px;object-fit:contain;object-position:left center}
.emmp-sidebar nav{display:grid;gap:6px;min-height:0}.emmp-sidebar a{color:#EAF6F5;text-decoration:none;display:flex;align-items:center;gap:13px;padding:13px 16px;border-radius:var(--pill);font-size:14px;font-weight:550;transition:.18s ease;cursor:pointer}.emmp-sidebar a:hover{background:#ffffff12;color:#fff}.emmp-sidebar a.active{background:var(--green);color:#102322;box-shadow:0 9px 25px rgba(107,203,60,.18)}
.emmp-nav-icon{width:20px;height:20px;display:grid;place-items:center;flex:0 0 20px}.emmp-nav-icon svg{width:17px;height:17px}
.emmp-side-bottom{margin-top:auto;border-top:1px solid #ffffff25;padding-top:14px;display:grid;gap:5px}.emmp-mithra-mini{margin:14px 3px 0;background:#F2F9EE;color:var(--teal-dark);border-radius:24px;padding:14px;min-height:104px;position:relative;overflow:hidden}.emmp-mithra-mini:after{content:"";position:absolute;width:100px;height:100px;border-radius:50%;right:-42px;bottom:-55px;background:var(--lime)}.emmp-mini-face{width:40px;height:40px;border-radius:14px;background:var(--teal);color:var(--green);display:grid;place-items:center;font-weight:900;margin-bottom:8px}.emmp-mithra-mini strong,.emmp-mithra-mini small{display:block}.emmp-mithra-mini small{font-size:10px;color:#627273;line-height:1.35;margin-top:3px}
.emmp-main{margin-left:276px;width:calc(100% - 276px);padding:30px 42px 70px;min-width:0}

/* Header */
.emmp-topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:30px;margin-bottom:26px}.emmp-topbar>div:first-child{min-width:210px}.emmp-topbar h1{font-size:28px;letter-spacing:-.8px;margin:0 0 5px}.emmp-topbar p{margin:0;color:var(--muted);font-size:13px}.emmp-top-actions{display:flex;align-items:center;gap:11px;position:relative}.emmp-search-wrap{position:relative}.emmp-top-actions input#emmp-search{width:290px;height:50px;border:1px solid var(--line);background:#fff;border-radius:var(--pill);padding:0 18px;outline:0;color:var(--ink);box-shadow:0 5px 20px rgba(14,77,79,.04);transition:.18s}.emmp-top-actions input#emmp-search:focus{border-color:#9BCF89;box-shadow:0 0 0 4px rgba(107,203,60,.1)}
.emmp-search-icon{position:absolute;left:16px;top:15px;color:#91A0AE}.emmp-search-wrap input{padding-left:44px!important}.emmp-icon-btn{border:1px solid var(--line);background:#fff;color:var(--teal);width:50px;height:50px;border-radius:50%;display:grid;place-items:center;box-shadow:var(--shadow-soft);position:relative}.emmp-icon-btn:hover{border-color:#C8DCD7;background:#F8FCFA}.emmp-notification-dot{position:absolute;right:9px;top:9px;width:8px;height:8px;background:var(--green);border:2px solid #fff;border-radius:50%}
.emmp-user{display:flex;gap:9px;align-items:center;min-width:120px}.emmp-user strong{font-size:14px;display:block;white-space:nowrap}.emmp-user small{display:block;color:var(--muted);font-size:10px;margin-top:2px}.emmp-avatar{width:44px;height:44px;border-radius:50%;background:#E5EFEE;color:var(--teal);display:grid;place-items:center;overflow:hidden;font-weight:800;flex:0 0 44px}.emmp-avatar img{width:100%;height:100%;object-fit:cover;display:block}
.emmp-add-task,.emmp-primary{border:0;background:var(--green);color:#102322;border-radius:var(--pill);padding:13px 20px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 10px 24px rgba(107,203,60,.2);transition:.18s ease}.emmp-add-task:hover,.emmp-primary:hover{background:#74D046;transform:translateY(-1px);box-shadow:0 14px 30px rgba(107,203,60,.24)}.emmp-add-task:disabled,.emmp-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.emmp-small{padding:9px 14px;font-size:12px}.emmp-dark{background:#202323;color:#fff;border:0;border-radius:var(--pill);padding:12px 18px;font-weight:800}.emmp-dark:disabled,.emmp-primary:disabled{opacity:.45;cursor:not-allowed}.emmp-secondary{border:1px solid var(--line);background:#fff;color:var(--teal);border-radius:var(--pill);padding:11px 16px;font-weight:750;display:inline-flex;align-items:center;justify-content:center;gap:7px}.emmp-secondary:hover{background:#F5FAF8;border-color:#C7DAD5}.emmp-danger{border:1px solid #F0CACA;background:var(--danger-bg);color:var(--danger);border-radius:var(--pill);padding:10px 15px;font-weight:800;display:inline-flex;align-items:center;gap:7px}.emmp-danger:hover{background:#FFE9E7}
.emmp-link{border:0;background:transparent;color:var(--teal);font-size:12px;font-weight:750;display:inline-flex;align-items:center;gap:5px;padding:7px;border-radius:12px}.emmp-link:hover{background:#F0F7F4}.emmp-link svg{width:14px;height:14px}

/* Page intro / cards */
.emmp-page-intro{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin:4px 0 22px}.emmp-page-intro h2{font-size:25px;letter-spacing:-.6px;margin:4px 0 4px}.emmp-page-intro p{font-size:13px;color:var(--muted);margin:0}.emmp-section-kicker{font-size:10px;letter-spacing:2.1px;text-transform:uppercase;color:#4D9D36;font-weight:850}
.emmp-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px}.emmp-stat,.emmp-panel{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-soft)}.emmp-stat{padding:19px;display:flex;align-items:center;gap:14px;min-height:98px}.emmp-stat-icon{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;flex:0 0 48px}.emmp-stat-icon svg{width:21px;height:21px}.stat-progress{background:linear-gradient(135deg,#fff 0%,#F7F4FF 100%)}.stat-progress .emmp-stat-icon{background:#EDE9FC;color:#665AC9}.stat-todo{background:linear-gradient(135deg,#fff 0%,#F4FAF0 100%)}.stat-todo .emmp-stat-icon{background:#E4F6DA;color:#4C9E31}.stat-review{background:linear-gradient(135deg,#fff 0%,#FBFCEB 100%)}.stat-review .emmp-stat-icon{background:#F1F5D0;color:#7A8D20}.stat-done{background:linear-gradient(135deg,#fff 0%,#F1F3F2 100%)}.stat-done .emmp-stat-icon{background:#E9EEEC;color:#233333}.emmp-stat strong{font-size:28px;line-height:1;display:block}.emmp-stat small{font-size:12px;color:var(--muted);display:block;margin-top:5px}
.emmp-grid-main{display:grid;grid-template-columns:minmax(0,2.05fr) minmax(300px,.95fr);gap:18px;margin-bottom:18px}.emmp-panel{padding:22px;margin-bottom:18px;min-width:0}.emmp-grid-main .emmp-panel{margin-bottom:0}.emmp-panel-head{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:16px}.emmp-panel-head h2{font-size:18px;letter-spacing:-.3px;margin:0}.emmp-panel-head h3{margin:0;font-size:16px}.emmp-panel-head span{display:block;color:var(--muted);font-size:11px;margin-top:4px}.emmp-right-stack{display:grid;gap:18px}.emmp-right-stack .emmp-panel{margin:0}

/* Task cards - reference inspired curved treatment */
.emmp-task-card{--task-accent:var(--green);position:relative;background:#fff;border:1px solid var(--line);border-radius:25px;padding:17px 18px 15px;margin:10px 0;display:grid;grid-template-columns:minmax(0,1fr) 160px 170px;gap:18px;align-items:center;overflow:hidden;transition:.18s ease}.emmp-task-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:var(--task-accent);border-radius:0 10px 10px 0}.emmp-task-card:after{content:"";position:absolute;width:82px;height:30px;left:42%;bottom:-19px;background:#fff;border-radius:50%;box-shadow:0 -1px 0 var(--line)}.emmp-task-card:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(14,77,79,.08);border-color:#DCE6E2}.emmp-task-card.compact{display:block;padding:16px}.emmp-task-card.compact .emmp-task-progress{margin-top:14px}.emmp-task-card.compact .emmp-task-actions{margin-top:12px}.emmp-task-topline{display:flex;gap:6px;align-items:center;flex-wrap:wrap}.emmp-task-type{font-size:9px;letter-spacing:1.1px;text-transform:uppercase;font-weight:850;color:var(--teal2,var(--teal))}.emmp-repeat-pill,.emmp-status-chip{font-size:9px;padding:5px 8px;border-radius:var(--pill);font-weight:800}.emmp-repeat-pill{background:#EEF8E9;color:#3E8C2A}.emmp-status-chip.todo{background:#F1F3F4;color:#66727A}.emmp-status-chip.progress{background:#EEEAFB;color:#675BC7}.emmp-status-chip.review{background:#F2F5D7;color:#778B20}.emmp-status-chip.done{background:#E9F5E4;color:#3E8A2A}.emmp-task-card h3{font-size:15px;line-height:1.25;margin:7px 0 8px;letter-spacing:-.2px}.emmp-task-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;color:var(--muted);font-size:10px}.emmp-task-meta>span{display:inline-flex;align-items:center;gap:5px}.emmp-mini-avatar{width:20px;height:20px;border-radius:50%;font-size:8px;flex:0 0 20px}.emmp-mini-avatar img{width:100%;height:100%;object-fit:cover}.emmp-project-label{padding:4px 8px;border-radius:var(--pill);background:#F6F8F7}.emmp-project-label i{width:6px;height:6px;border-radius:50%;display:inline-block}.emmp-task-progress{min-width:0}.emmp-progress-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:7px}.emmp-progress-row strong{font-size:12px}.emmp-progress-track{height:7px;background:#E9EEEC;border-radius:var(--pill);overflow:hidden}.emmp-progress-track i{display:block;height:100%;background:var(--progress-color,#69C23E);border-radius:var(--pill);min-width:0}.emmp-task-actions{display:flex;align-items:center;justify-content:flex-end;gap:7px;position:relative;z-index:2}.emmp-status{border:1px solid var(--line);background:#fff;border-radius:var(--pill);height:36px;padding:0 28px 0 12px;color:var(--ink);font-size:10px;font-weight:700;outline:0}.emmp-status:focus{border-color:#9CCB8A;box-shadow:0 0 0 3px rgba(107,203,60,.1)}.emmp-row-action{width:36px;height:36px;border-radius:50%;border:1px solid var(--line);background:#fff;color:var(--teal);display:grid;place-items:center}.emmp-row-action svg{width:15px;height:15px}.emmp-row-action:hover{background:#F2F8F5;border-color:#C6DBD5}.emmp-row-action.danger:hover{background:#FFF0EF;border-color:#EFC5C3;color:var(--danger)}

/* Schedule / activity */
.emmp-schedule-row{width:100%;display:grid;grid-template-columns:74px minmax(0,1fr) auto;gap:10px;text-align:left;border:0;border-bottom:1px solid #EEF2F0;background:none;padding:13px 3px;color:var(--ink);cursor:pointer}.emmp-schedule-row:last-child{border-bottom:0}.emmp-schedule-row span{color:#59A93C;font-weight:800;font-size:10px}.emmp-schedule-row strong{font-size:12px}.emmp-schedule-row small{color:var(--muted);font-size:10px}.emmp-schedule-row:hover{background:#F7FAF8;border-radius:12px}.emmp-att-mini{display:flex;justify-content:space-between;align-items:center;background:#F1F9ED;border-radius:20px;padding:15px}.emmp-att-mini strong{font-size:12px}.emmp-att-mini span{font-size:10px;color:var(--muted)}.emmp-activity{display:grid}.emmp-activity-row{display:flex;gap:12px;padding:14px 2px;border-bottom:1px solid #EEF2F0}.emmp-activity-row:last-child{border-bottom:0}.emmp-activity-dot{width:9px;height:9px;border-radius:50%;background:var(--green);margin-top:5px;flex:0 0 9px;box-shadow:0 0 0 5px #EEF8E9}.emmp-activity-row strong{font-size:12px;display:block}.emmp-activity-row strong b{font-weight:800}.emmp-activity-row small{font-size:10px;color:var(--muted);display:block;margin-top:4px;text-transform:capitalize}

/* Projects */
.emmp-project-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.emmp-project-grid.large{grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}.emmp-project-card{--project-accent:var(--green);border:1px solid var(--line);border-radius:24px;padding:16px;position:relative;overflow:hidden;background:#fff;transition:.18s ease}.emmp-project-card:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(14,77,79,.08)}.emmp-project-card-top{height:72px;display:flex;align-items:flex-start;justify-content:space-between;position:relative}.emmp-project-dot{width:42px;height:42px;border-radius:15px;background:color-mix(in srgb,var(--project-accent) 13%,white);border:1px solid color-mix(in srgb,var(--project-accent) 35%,white)}.emmp-project-card-top img,.emmp-project-mascot{width:88px;height:88px;object-fit:contain;position:absolute;right:-4px;top:-16px;filter:drop-shadow(0 8px 8px rgba(14,77,79,.08))}.emmp-project-card h3{font-size:15px;margin:10px 0 4px;letter-spacing:-.2px}.emmp-project-card small{font-size:10px;color:var(--muted)}.emmp-project-card .emmp-progress-track{margin-top:16px}.emmp-project-progress{display:flex;align-items:center;justify-content:space-between;margin-top:7px}.emmp-project-progress b{font-size:11px}.emmp-project-progress span{font-size:9px;color:var(--muted)}.emmp-project-note{font-size:10px;line-height:1.45;color:var(--muted);margin:12px 0 0}.emmp-project-actions{display:flex;gap:8px;margin-top:14px}.emmp-project-actions button{flex:1}.emmp-project-empty{min-height:280px}.emmp-project-empty img{width:100px;height:100px;object-fit:contain}

/* Kanban */
.emmp-kanban{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.emmp-column{background:#F7F9F8;border:1px solid #EEF2F0;border-radius:24px;padding:10px;min-width:0}.emmp-column>header{display:flex;align-items:center;justify-content:space-between;padding:7px 8px 10px;font-size:12px}.emmp-column>header b{min-width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:#fff;border:1px solid var(--line);font-size:10px}.emmp-column.status-progress>header b{background:var(--lav-soft);color:#6558C7}.emmp-column.status-review>header b{background:#F1F5D7;color:#74841D}.emmp-column.status-done>header b{background:#E7F6DF;color:#398B27}.emmp-column-empty{min-height:230px;padding:42px 18px 34px;text-align:center;color:#A3ADB5;font-size:11px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px}.emmp-column-empty strong{font-size:13px;color:#60716F;font-weight:700}.emmp-column-empty span{max-width:210px;line-height:1.55}.emmp-column .emmp-task-card{background:#fff}

/* Calendar */
.emmp-calendar-page{overflow:hidden;padding:0}.emmp-calendar-toolbar{display:flex;align-items:center;justify-content:space-between;padding:22px 22px 10px}.emmp-calendar-toolbar>div{display:flex;align-items:center;gap:10px}.emmp-calendar-toolbar strong{font-size:17px;min-width:150px;text-align:center}.emmp-circle-btn{width:42px;height:42px;border:1px solid var(--line);background:#fff;color:var(--teal);border-radius:50%;display:grid;place-items:center;box-shadow:var(--shadow-soft)}.emmp-circle-btn:hover{background:#F4F9F7}.emmp-today-btn{border:0;background:#EFF7EE;color:#3F8D2B;border-radius:var(--pill);font-size:10px;font-weight:800;padding:7px 11px}.emmp-calendar-week,.emmp-calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:8px}.emmp-calendar-week{padding:16px 22px 10px;color:#8A96A5;font-size:10px}.emmp-calendar-week b{text-align:center}.emmp-calendar-grid{padding:0 22px 22px}.cal-cell{min-height:70px;border:1px solid var(--line);background:#fff;border-radius:18px;color:var(--ink);cursor:pointer;position:relative;text-align:left;padding:11px;transition:.16s}.cal-cell:hover{border-color:#BBD8CF;background:#F7FBF9}.cal-cell.today{border-color:var(--green);box-shadow:inset 0 0 0 2px rgba(107,203,60,.12)}.cal-cell.selected{background:var(--teal);color:#fff;border-color:var(--teal);box-shadow:0 8px 20px rgba(14,89,90,.16)}.cal-cell i{position:absolute;right:9px;bottom:8px;background:var(--green);color:#102322;border-radius:50%;min-width:22px;height:22px;display:grid;place-items:center;font-size:9px;font-style:normal;font-weight:800}.cal-cell.selected i{color:#102322}.cal-cell.empty{border:0;background:transparent;cursor:default}.emmp-selected-day{border-top:1px solid var(--line);padding:18px 22px 24px}.emmp-selected-day h3{margin:3px 0 3px;font-size:17px}.emmp-calendar-task-list{display:grid;gap:8px}.emmp-calendar-task-list .emmp-task-card{margin:0}.emmp-calendar-task-list .emmp-task-card:not(.compact){grid-template-columns:minmax(0,1fr) 160px 165px}

/* Team / reports / attendance */
.emmp-team-list{display:grid}.emmp-team-row{display:flex;align-items:center;gap:13px;padding:15px 6px;border-bottom:1px solid var(--line)}.emmp-team-row:last-child{border-bottom:0}.emmp-team-row>div:nth-child(2){flex:1;min-width:0}.emmp-team-row strong{font-size:14px;display:block}.emmp-team-row small{font-size:10px;color:var(--muted);display:block;margin-top:4px}.emmp-team-avatar{width:44px;height:44px;border-radius:50%;background:#E7F0EE;color:var(--teal);display:grid;place-items:center;overflow:hidden;font-weight:800;flex:0 0 44px}.emmp-team-avatar img{width:100%;height:100%;object-fit:cover}.emmp-team-meta{text-align:right!important;flex:0 0 55px!important}.emmp-team-meta b{display:block;font-size:14px}.emmp-team-meta small{font-size:9px}.online{font-size:10px;color:#499A30;display:inline-flex;align-items:center;gap:5px}.online i{width:7px;height:7px;background:var(--green);border-radius:50%}
.emmp-report-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.emmp-report-card{padding:25px;border-radius:24px;background:#F0F2F1}.emmp-report-card strong{font-size:32px;display:block;letter-spacing:-1px}.emmp-report-card span{display:block;color:var(--muted);font-size:12px;margin-top:4px}.emmp-report-card.green{background:#EAF7E4}.emmp-report-card.purple{background:#EFEBFB}.emmp-report-card.lime{background:#F3F6DB}.emmp-report-two{display:grid;grid-template-columns:1.2fr .8fr;gap:18px}.emmp-report-list{display:grid}.emmp-report-row{display:grid;grid-template-columns:160px minmax(80px,1fr) 45px;gap:12px;align-items:center;padding:13px 0;border-bottom:1px solid #EEF2F0}.emmp-report-row:last-child{border-bottom:0}.emmp-report-row>div:first-child{display:flex;align-items:center;gap:8px;min-width:0}.emmp-report-row strong{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.emmp-report-row small{display:block;color:var(--muted);font-size:9px}.emmp-report-row>b{text-align:right;font-size:11px}.emmp-report-bar{height:7px;background:#E7ECEA;border-radius:99px;overflow:hidden}.emmp-report-bar i{height:100%;display:block;border-radius:99px;background:var(--green)}
.emmp-att-buttons{display:flex;gap:8px}.emmp-att-hero{display:grid;grid-template-columns:repeat(3,1fr);background:#F0F9EB;border-radius:24px;padding:20px;margin-bottom:16px}.emmp-att-hero small{display:block;color:var(--muted);font-size:10px}.emmp-att-hero strong{display:block;font-size:20px;margin-top:6px}.emmp-att-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:26px}.emmp-att-summary div{background:#F8FAF9;border:1px solid var(--line);border-radius:18px;padding:14px}.emmp-att-summary span{display:block;color:var(--muted);font-size:10px}.emmp-att-summary b{display:block;font-size:16px;margin-top:5px}.emmp-subtitle{font-size:17px;margin:0 0 8px}.emmp-att-table>div{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:10px;padding:13px 8px;border-bottom:1px solid var(--line);font-size:11px}.emmp-att-table>div:last-child{border-bottom:0}.emmp-att-table .working{color:#4E9E34;font-weight:800}

/* Profile */
.emmp-profile-shell{min-width:0}.emmp-profile-cover{position:relative;overflow:hidden;background:var(--teal);border-radius:32px;color:#fff;min-height:220px;box-shadow:var(--shadow)}.emmp-profile-cover:before,.emmp-profile-cover:after{content:"";position:absolute;border-radius:50%;background:#6BCB3C18}.emmp-profile-cover:before{width:280px;height:280px;right:-90px;top:-150px}.emmp-profile-cover:after{width:180px;height:180px;left:-90px;bottom:-120px}.emmp-profile-cover-pattern{position:absolute;inset:0;opacity:.13;background-image:radial-gradient(#fff 1.5px,transparent 1.5px);background-size:19px 19px}.emmp-profile-hero{position:relative;z-index:2;display:flex;align-items:center;gap:18px;padding:36px 38px}.emmp-profile-avatar{width:104px;height:104px;border-radius:30px;background:#fff;color:var(--teal);display:grid;place-items:center;overflow:hidden;font-size:34px;font-weight:900;box-shadow:0 15px 30px rgba(0,0,0,.12);flex:0 0 104px}.emmp-profile-avatar img{width:100%;height:100%;object-fit:cover}.emmp-profile-heading{flex:1}.emmp-profile-heading h2{font-size:28px;letter-spacing:-.8px;margin:0 0 4px}.emmp-profile-heading p{font-size:13px;color:#D8E8E6;margin:0 0 9px}.emmp-profile-heading span{font-size:10px;display:inline-flex;align-items:center;gap:6px;color:#DFF5D8}.emmp-profile-heading span i{width:7px;height:7px;background:var(--green);border-radius:50%}.emmp-profile-body{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(270px,.65fr);gap:18px;margin-top:18px}.emmp-profile-main-card,.emmp-profile-side-card{background:#fff;border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow-soft)}.emmp-profile-main-card{padding:22px}.emmp-profile-upload-top{border:0!important;background:#EFF8EB!important;color:#428E2D!important;border-radius:var(--pill)!important;padding:10px 15px!important;font-size:10px!important;font-weight:800!important;margin:0!important;cursor:pointer!important}.emmp-profile-fields{display:grid;grid-template-columns:1fr 1fr;gap:4px 16px}.emmp-profile-fields label{font-size:11px;font-weight:800;color:#5D6C7A;margin:12px 0}.emmp-profile-fields input{display:block;width:100%;margin-top:7px;height:48px;border:1px solid var(--line);border-radius:16px;padding:0 14px;color:var(--ink);background:#fff;outline:0}.emmp-profile-fields input:focus{border-color:#9CCB8A;box-shadow:0 0 0 4px rgba(107,203,60,.1)}.emmp-profile-fields input:disabled{background:#F3F6F5;color:#9AA5AE}.emmp-profile-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-top:10px}.emmp-profile-message{font-size:11px;margin-right:auto}.emmp-profile-message.success{color:#4D9B32}.emmp-profile-message.error{color:var(--danger)}.emmp-profile-side{display:grid;align-content:start;gap:18px}.emmp-profile-side-card{padding:22px}.emmp-side-icon{width:42px;height:42px;border-radius:15px;display:grid;place-items:center;margin-bottom:18px}.emmp-side-icon.green{background:#E8F6E1;color:#4C9B30}.emmp-side-icon.purple{background:#EFEBFB;color:#675CC6}.emmp-profile-side-card strong{display:block;font-size:15px}.emmp-profile-side-card p{font-size:11px;line-height:1.55;color:var(--muted);margin:7px 0 12px}.emmp-profile-photo-mobile{display:none}

/* Modals */
.emmp-modal{display:none;position:fixed;inset:0;background:rgba(8,63,64,.52);backdrop-filter:blur(12px);z-index:99999;align-items:center;justify-content:center;padding:26px}.emmp-modal.open{display:flex}.emmp-modal-card{width:min(760px,94vw);max-height:calc(100dvh - 52px);overflow:auto;background:#fff;border-radius:34px;padding:34px;position:relative;box-shadow:0 35px 90px rgba(8,63,64,.25);scrollbar-width:thin}.emmp-modal-card::-webkit-scrollbar{width:7px}.emmp-modal-card::-webkit-scrollbar-thumb{background:#D8E4E1;border-radius:10px}.emmp-modal-eyebrow{font-size:10px;letter-spacing:2.2px;color:#4E9A38;font-weight:850;margin-bottom:10px}.emmp-modal-card h2{font-size:30px;letter-spacing:-.8px;margin:0 60px 5px 0}.emmp-modal-card>p{color:var(--muted);font-size:13px;margin:0 0 24px;max-width:680px}.emmp-modal-close{position:absolute;right:22px;top:22px;width:52px;height:52px;border-radius:50%;border:0;background:var(--teal);color:#fff;display:grid;place-items:center;box-shadow:0 10px 24px rgba(14,89,90,.2);transition:.18s;z-index:4}.emmp-modal-close svg{width:22px;height:22px;stroke-width:2}.emmp-modal-close:hover{background:var(--green);color:#102322;transform:rotate(8deg) scale(1.04)}.emmp-modal-close:focus-visible{outline:3px solid rgba(107,203,60,.35);outline-offset:4px}.emmp-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:3px 15px}.emmp-modal-card label{display:block;font-size:11px;color:#61707D;font-weight:800;margin:12px 0}.emmp-modal-card input,.emmp-modal-card select,.emmp-modal-card textarea{display:block;width:100%;min-height:48px;border:1px solid var(--line);border-radius:16px;padding:11px 14px;margin-top:7px;color:var(--ink);background:#fff;outline:0;transition:.16s}.emmp-modal-card textarea{min-height:120px;resize:vertical}.emmp-modal-card input:focus,.emmp-modal-card select:focus,.emmp-modal-card textarea:focus{border-color:#9BCB89;box-shadow:0 0 0 4px rgba(107,203,60,.1)}.emmp-modal-card input[type=range]{padding:0;border:0;box-shadow:none}.emmp-modal-actions{display:flex;justify-content:flex-end;align-items:center;gap:10px;margin-top:20px}.emmp-color-code-row{display:flex;gap:8px}.emmp-color-code-row .emmp-color-picker{width:55px;padding:5px;cursor:pointer}.emmp-color-code-row input[type=text]{flex:1}.emmp-progress-field{position:relative}.emmp-progress-field output{float:right;color:var(--teal);font-size:11px}.emmp-weekday-wrap{display:none;grid-column:1/-1;margin:4px 0 8px}.emmp-weekday-wrap>span{font-size:11px;color:#61707D;font-weight:800}.emmp-weekdays{display:flex;gap:7px;flex-wrap:wrap;margin-top:8px}.emmp-weekdays label{margin:0!important}.emmp-weekdays input{display:none!important}.emmp-weekdays label span{display:block;padding:8px 11px;border-radius:var(--pill);border:1px solid var(--line);background:#fff;color:var(--muted);font-size:10px;cursor:pointer}.emmp-weekdays input:checked+span{background:var(--teal);border-color:var(--teal);color:#fff}.emmp-repeat-until{display:none}.emmp-crop-card{max-width:600px}.emmp-crop-stage{width:min(420px,80vw);aspect-ratio:1;margin:20px auto;background:#0D3031;border-radius:28px;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff12;cursor:grab;touch-action:none}.emmp-crop-stage:active{cursor:grabbing}.emmp-crop-stage canvas{display:block;width:100%;height:100%}.emmp-crop-tools{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin-bottom:12px}.emmp-zoom-control{display:flex!important;align-items:center;gap:12px!important}.emmp-zoom-control input{flex:1}.emmp-search-popover,.emmp-notification-popover{position:fixed;background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:0 25px 70px rgba(8,63,64,.18);z-index:10000}.emmp-search-popover{top:86px;right:360px;width:340px;padding:10px}.emmp-search-group{padding:7px}.emmp-search-group>small{display:block;color:#91A0AA;font-size:9px;text-transform:uppercase;letter-spacing:1.5px;font-weight:850;padding:5px}.emmp-search-group button,.emmp-notification-popover>button{display:flex;width:100%;border:0;background:transparent;text-align:left;padding:10px;border-radius:12px;flex-direction:column;gap:3px;color:var(--ink)}.emmp-search-group button:hover,.emmp-notification-popover>button:hover{background:#F4F9F7}.emmp-search-group button strong,.emmp-notification-popover>button strong{font-size:11px}.emmp-search-group button span,.emmp-notification-popover>button span{font-size:9px;color:var(--muted)}.emmp-search-empty{padding:20px;text-align:center;color:var(--muted);font-size:11px}.emmp-notification-popover{width:320px;padding:12px}.emmp-popover-head{display:flex;justify-content:space-between;align-items:center;padding:3px 3px 10px;border-bottom:1px solid var(--line);margin-bottom:5px}.emmp-popover-head strong{display:block;font-size:13px}.emmp-popover-head small{display:block;color:var(--muted);font-size:9px;margin-top:2px}.emmp-popover-close{width:34px;height:34px;border:0;border-radius:50%;background:#EEF5F3;color:var(--teal);display:grid;place-items:center}.emmp-popover-close:hover{background:var(--teal);color:#fff}

/* Empty/loading/error */
.emmp-empty,.emmp-empty-state{color:var(--muted);font-size:12px;text-align:center;padding:28px}.emmp-empty-state{min-height:230px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px}.emmp-empty-state img{width:100px;height:100px;object-fit:contain;margin-bottom:3px}.emmp-empty-state strong{font-size:16px;color:var(--ink)}.emmp-empty-state span{max-width:350px;line-height:1.5}.emmp-empty-state .emmp-primary{margin-top:10px}.emmp-loading{min-height:260px;display:flex;align-items:center;justify-content:center;gap:10px;color:var(--muted);font-size:12px}.emmp-loader{width:18px;height:18px;border:2px solid #DDE8E4;border-top-color:var(--green);border-radius:50%;animation:emmp-spin .8s linear infinite}.emmp-error{padding:40px;text-align:center;color:var(--danger);background:#fff;border:1px solid #F1D4D2;border-radius:24px}@keyframes emmp-spin{to{transform:rotate(360deg)}}

/* Login */
.emmp-login-shell{min-height:100vh;background:#F5F7F6;display:grid;grid-template-columns:minmax(420px,1fr) minmax(420px,1fr);font-family:Questrial,ui-sans-serif,system-ui,sans-serif}.emmp-login-card{width:min(500px,84%);margin:auto;background:#fff;border-radius:36px;padding:46px;box-shadow:0 28px 80px rgba(14,77,79,.1)}.emmp-login-logo{width:230px;height:auto;max-height:80px;object-fit:contain;object-position:left;margin-bottom:40px}.emmp-login-card h1{font-size:34px;letter-spacing:-1px;margin:0 0 8px}.emmp-login-card>p{font-size:14px;color:var(--muted);margin:0 0 28px}.emmp-alert{background:#FFF1F0;color:#A63C38;border-radius:14px;padding:11px;font-size:11px;margin-bottom:15px}.emmp-login-form label{display:block;color:#61707D;font-size:11px;font-weight:800;margin:14px 0 7px}.emmp-login-form input{width:100%;height:52px;border:1px solid var(--line);border-radius:17px;padding:0 15px;outline:0}.emmp-login-form input:focus{border-color:#9BCB89;box-shadow:0 0 0 4px rgba(107,203,60,.1)}.emmp-login-form button{width:100%;height:52px;margin-top:18px;border:0;background:var(--green);color:#102322;border-radius:var(--pill);font-weight:850;font-size:15px;box-shadow:0 10px 24px rgba(107,203,60,.2)}.emmp-login-form button:hover{background:#74D046}.emmp-login-card>small{display:block;text-align:center;color:#A1AAB2;margin-top:25px;font-size:10px}.emmp-login-art{position:relative;background:var(--teal);overflow:hidden;display:flex;align-items:center;justify-content:center;flex-direction:column;min-height:100vh}.emmp-login-art:before{content:"";position:absolute;inset:0;opacity:.11;background-image:radial-gradient(#fff 1.5px,transparent 1.5px);background-size:20px 20px}.emmp-orb{position:absolute;border-radius:50%;background:var(--green)}.orb-a{width:260px;height:260px;right:-100px;top:-90px;opacity:.72}.orb-b{width:180px;height:180px;left:-85px;bottom:-80px;opacity:.65}.emmp-login-mascot{position:relative;z-index:2;width:min(360px,65%);height:auto;max-height:430px;object-fit:contain;filter:drop-shadow(0 22px 20px rgba(0,0,0,.15))}.emmp-login-art h2{position:relative;z-index:2;color:#fff;font-size:50px;line-height:1.02;letter-spacing:-1.5px;text-align:center;margin:12px 0 0}

/* Mobile navigation */
.emmp-mobile-nav{display:none}

@media(max-width:1200px){.emmp-main{padding-left:28px;padding-right:28px}.emmp-top-actions input#emmp-search{width:240px}.emmp-project-grid.large{grid-template-columns:repeat(3,1fr)}.emmp-project-grid{grid-template-columns:repeat(3,1fr)}.emmp-task-card{grid-template-columns:minmax(0,1fr) 145px 155px}}
@media(max-width:980px){.emmp-sidebar{width:230px}.emmp-main{margin-left:230px;width:calc(100% - 230px);padding:24px}.emmp-stat-grid{grid-template-columns:repeat(2,1fr)}.emmp-grid-main,.emmp-report-two{grid-template-columns:1fr}.emmp-kanban{grid-template-columns:repeat(2,1fr)}.emmp-project-grid.large{grid-template-columns:repeat(2,1fr)}.emmp-topbar{display:block}.emmp-top-actions{margin-top:15px;justify-content:flex-end}.emmp-search-popover{right:280px}}
@media(max-width:760px){
  .emmp-app{min-height:100vh}.emmp-sidebar{display:none}.emmp-main{margin-left:0;width:100%;padding:18px 14px 98px}.emmp-topbar{display:block;margin-bottom:20px}.emmp-topbar h1{font-size:24px}.emmp-topbar p{font-size:12px}.emmp-top-actions{display:grid;grid-template-columns:1fr auto auto;gap:8px;margin-top:15px}.emmp-search-wrap{grid-column:1/-1}.emmp-top-actions input#emmp-search{width:100%;height:48px}.emmp-icon-btn{width:48px;height:48px}.emmp-user{display:none}.emmp-top-actions>.emmp-add-task{height:48px;padding:0 16px}.emmp-page-intro{align-items:flex-start;display:flex;flex-direction:column;margin-bottom:17px}.emmp-page-intro h2{font-size:23px}.emmp-page-intro>.emmp-primary{width:100%}.emmp-stat-grid{grid-template-columns:1fr 1fr;gap:9px}.emmp-stat{padding:14px;min-height:86px;border-radius:21px;gap:10px}.emmp-stat-icon{width:38px;height:38px;flex-basis:38px}.emmp-stat strong{font-size:23px}.emmp-stat small{font-size:10px}.emmp-grid-main{display:block}.emmp-panel{padding:16px;border-radius:24px;margin-bottom:12px}.emmp-panel-head{align-items:flex-start}.emmp-panel-head h2{font-size:16px}.emmp-task-card,.emmp-calendar-task-list .emmp-task-card:not(.compact){display:block;padding:15px 15px 16px;border-radius:23px}.emmp-task-progress{margin-top:13px}.emmp-task-actions{justify-content:flex-start;margin-top:11px}.emmp-status{flex:1}.emmp-task-card:after{left:42%;width:60px}.emmp-project-grid,.emmp-project-grid.large{grid-template-columns:1fr 1fr;gap:9px}.emmp-project-card,.emmp-project-card-v2{border-radius:21px;padding:13px;min-height:190px}.emmp-project-card-top{height:56px}.emmp-project-card-top img,.emmp-project-mascot{width:67px;height:67px;top:-10px}.emmp-project-card h3{font-size:13px}.emmp-project-progress span{font-size:8px}.emmp-project-actions{display:grid;grid-template-columns:1fr 1fr}.emmp-kanban{grid-template-columns:1fr}.emmp-column{border-radius:22px}.emmp-calendar-toolbar{padding:16px 10px 8px}.emmp-calendar-toolbar strong{min-width:120px;font-size:15px}.emmp-calendar-week,.emmp-calendar-grid{gap:5px}.emmp-calendar-week{padding:14px 6px 8px;font-size:9px}.emmp-calendar-grid{padding:0 6px 16px}.cal-cell{min-height:50px;border-radius:13px;padding:8px}.cal-cell i{width:18px;height:18px;min-width:18px;right:5px;bottom:5px}.emmp-selected-day{padding:16px 10px 18px}.emmp-att-hero,.emmp-att-summary{grid-template-columns:1fr}.emmp-att-buttons{width:100%}.emmp-att-buttons button{flex:1}.emmp-att-table{overflow-x:auto}.emmp-att-table>div{min-width:500px}.emmp-report-grid{grid-template-columns:1fr 1fr;gap:9px}.emmp-report-card{padding:18px;border-radius:21px}.emmp-report-card strong{font-size:26px}.emmp-report-two{display:block}.emmp-team-row{gap:9px}.emmp-team-meta{display:none}.emmp-online{margin-left:auto}.emmp-profile-cover{border-radius:27px}.emmp-profile-hero{padding:24px 20px;display:grid;grid-template-columns:auto 1fr;gap:13px}.emmp-profile-avatar{width:76px;height:76px;border-radius:23px;grid-row:span 2;flex-basis:76px}.emmp-profile-heading h2{font-size:22px}.emmp-profile-hero>.emmp-primary{grid-column:1/-1;width:100%}.emmp-profile-body{display:block}.emmp-profile-side{margin-top:12px}.emmp-profile-main-card{padding:16px;border-radius:24px}.emmp-profile-fields{grid-template-columns:1fr}.emmp-profile-upload-top{display:none}.emmp-profile-photo-mobile{display:flex;align-items:center;gap:12px;margin-bottom:10px}.emmp-profile-photo-mobile .emmp-profile-avatar{width:58px;height:58px;border-radius:18px}.emmp-upload-label{border:1px solid var(--line);background:#fff;border-radius:var(--pill);padding:10px 13px!important;color:var(--teal)!important;font-size:10px!important;cursor:pointer}.emmp-profile-actions{display:block}.emmp-profile-actions .emmp-primary{width:100%;margin-top:10px}.emmp-modal{padding:10px}.emmp-modal-card{width:100%;max-height:calc(100dvh - 20px);padding:26px 18px 18px;border-radius:28px}.emmp-modal-card h2{font-size:25px}.emmp-modal-close{right:13px;top:13px;width:44px;height:44px}.emmp-form-grid{grid-template-columns:1fr;gap:0}.emmp-modal-actions{display:grid;grid-template-columns:1fr 1.4fr}.emmp-modal-actions button{width:100%}.emmp-crop-stage{width:min(390px,86vw)}.emmp-search-popover{position:absolute;top:56px;left:0;right:auto;width:100%}.emmp-notification-popover{position:fixed!important;left:10px!important;right:10px!important;top:76px!important;width:auto}.emmp-mobile-nav{position:fixed;z-index:70;left:12px;right:12px;bottom:12px;height:67px;border:1px solid #E1EAE6;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);border-radius:25px;box-shadow:0 18px 50px rgba(14,77,79,.18);display:grid;grid-template-columns:repeat(5,1fr);align-items:center;padding:6px}.emmp-mobile-nav a{color:#80909A;text-decoration:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;border-radius:19px;height:55px;font-size:9px}.emmp-mobile-nav a span{width:25px;height:25px;display:grid;place-items:center}.emmp-mobile-nav a span svg{width:17px;height:17px}.emmp-mobile-nav a.active{background:#EAF7E4;color:#428E2D}.emmp-mobile-nav .mobile-add{background:var(--green);color:#102322;width:52px;height:52px;border-radius:50%;justify-self:center;box-shadow:0 9px 20px rgba(107,203,60,.25)}.emmp-mobile-nav .mobile-add small{display:none}.emmp-mobile-nav .mobile-add span{width:28px;height:28px}.emmp-mobile-nav .mobile-add span svg{width:20px;height:20px}.emmp-login-shell{grid-template-columns:1fr;min-height:100vh}.emmp-login-art{display:none}.emmp-login-card{width:min(470px,calc(100% - 28px));padding:32px 24px;border-radius:28px}.emmp-login-logo{width:200px;margin-bottom:30px}.emmp-login-card h1{font-size:29px}
}
@media(max-width:430px){.emmp-project-grid,.emmp-project-grid.large{grid-template-columns:1fr}.emmp-project-card{min-height:0}.emmp-stat{min-height:80px}.emmp-stat-icon{width:34px;height:34px;flex-basis:34px}.emmp-stat strong{font-size:21px}.emmp-stat small{font-size:9px}}

/* v0.8.0 — refined workspace UI */
:root{
  --teal:#0B5A5A;--teal-dark:#064546;--green:#68CF38;--green-dark:#4FAE2B;
  --ink:#18253B;--muted:#8391A5;--bg:#F7F9F8;--card:#fff;--line:#E4EBE8;
  --shadow:0 18px 45px rgba(12,74,75,.07);--shadow-soft:0 7px 22px rgba(12,74,75,.055);
  --radius:24px;
}
.emmp-sidebar{width:286px;padding:18px 20px 18px;background:linear-gradient(180deg,#075A5A 0%,#0A6767 100%);overflow-y:auto;overflow-x:hidden}
.emmp-logo{padding:2px 14px 28px;min-height:76px}
.emmp-brand-logo{width:174px;max-height:58px}
.emmp-sidebar nav{gap:4px}
.emmp-sidebar a{padding:13px 15px;font-size:15px;font-weight:650;gap:12px}
.emmp-sidebar a.active{background:var(--green);color:#0B2524;box-shadow:0 9px 25px rgba(104,207,56,.22)}
.emmp-side-bottom{margin-top:20px}
.emmp-mithra-mini{margin-top:14px;border-radius:22px;min-height:128px;padding:16px}
.emmp-main{margin-left:286px;width:calc(100% - 286px);padding:28px 40px 72px;max-width:none}
.emmp-topbar{align-items:center;gap:28px;margin-bottom:30px}
.emmp-topbar-title{min-width:255px}
.emmp-topbar-kicker{display:block;color:#55A932;font-size:9px;font-weight:850;letter-spacing:2px;margin-bottom:6px}
.emmp-topbar h1{font-size:30px;letter-spacing:-1.1px;margin-bottom:6px}
.emmp-topbar p{font-size:13px;line-height:1.5;max-width:270px}
.emmp-top-actions{gap:10px;flex:1;justify-content:flex-end}
.emmp-search-wrap{width:min(100%,460px)}
.emmp-top-actions input#emmp-search{width:100%;height:58px;border-radius:19px;padding-right:58px;border:1px solid #DCE6E3;box-shadow:0 8px 24px rgba(12,74,75,.045);font-size:14px}
.emmp-search-icon{left:18px;top:18px}
.emmp-search-icon svg{width:19px;height:19px}
.emmp-search-wrap kbd{position:absolute;right:12px;top:13px;height:32px;min-width:36px;padding:0 8px;border:1px solid #E2E9E7;background:#F7F9F8;border-radius:9px;color:#8491A0;font-size:11px;display:grid;place-items:center}
.emmp-icon-btn{width:58px;height:58px;border-radius:19px;box-shadow:0 8px 22px rgba(12,74,75,.055)}
.emmp-user-trigger{border:0;background:transparent;padding:4px 4px 4px 2px;min-width:170px;cursor:pointer;text-align:left}
.emmp-user-trigger:hover{background:#fff;border-radius:18px}
.emmp-user-copy{min-width:0}
.emmp-user strong{font-size:14px}
.emmp-user small{font-size:10px}
.emmp-user-chevron{color:#718091;font-size:19px;margin-left:auto}
.emmp-header-add{height:58px;padding:0 22px;border-radius:19px;min-width:132px;font-size:14px}
.emmp-add-icon svg{width:17px;height:17px}
.emmp-dashboard-intro{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin:8px 0 20px}
.emmp-dashboard-intro h2{font-size:27px;letter-spacing:-.8px;margin:4px 0}
.emmp-dashboard-intro p{margin:0;color:var(--muted);font-size:13px}
.emmp-dashboard-view{border:1px solid var(--line);background:#fff;color:var(--teal);box-shadow:var(--shadow-soft)}
.emmp-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr)) 1.35fr;gap:14px;margin-bottom:18px}
.emmp-stat{min-height:122px;padding:20px;border-radius:22px}
.emmp-stat strong{font-size:28px}
.emmp-stay-track{min-height:122px;border-radius:22px;background:linear-gradient(135deg,#DDF2B9,#BFE894);display:flex;align-items:center;gap:14px;padding:15px 18px;overflow:hidden}
.emmp-stay-illustration{width:72px;height:92px;flex:0 0 72px;display:grid;place-items:center}
.emmp-stay-illustration img{width:86px;height:96px;object-fit:contain}
.emmp-stay-track strong{display:block;font-size:15px;margin-bottom:4px}
.emmp-stay-track span{display:block;font-size:11px;line-height:1.4;color:#234E40;max-width:145px}
.emmp-soft-cta{border:0;background:#F3FAEC;color:#1C6047;border-radius:999px;padding:8px 12px;font-weight:750;font-size:11px;margin-top:10px}
.emmp-grid-main{grid-template-columns:minmax(0,1.7fr) minmax(330px,1fr);gap:18px}
.emmp-panel{border-radius:24px;padding:22px}
.emmp-panel-title{display:flex;align-items:center;gap:11px}
.emmp-panel-icon{width:36px;height:36px;border-radius:12px;background:#F0F6F2;color:var(--teal);display:grid;place-items:center;flex:0 0 36px}
.emmp-panel-icon svg{width:19px;height:19px}
.emmp-panel-head{margin-bottom:15px}
.emmp-panel-head h2{font-size:17px}
.emmp-link{font-size:12px;font-weight:750;color:#12635E}
.emmp-task-card{border-radius:22px;padding:16px 18px;margin:10px 0;grid-template-columns:minmax(0,1fr) 160px 135px;box-shadow:0 5px 16px rgba(12,74,75,.035)}
.emmp-task-card:hover{transform:translateY(-1px);box-shadow:0 10px 26px rgba(12,74,75,.07)}
.emmp-task-card:before{width:4px}
.emmp-schedule-panel{min-height:100%}
.emmp-schedule-row{min-height:61px;border:1px solid #EDF1EF;border-radius:13px;background:#fff;display:grid;grid-template-columns:92px 1fr auto;align-items:center;gap:12px;width:100%;padding:9px 12px;text-align:left;box-shadow:0 3px 9px rgba(12,74,75,.025);margin:5px 0}
.emmp-schedule-row:hover{border-color:#D7E8DF;background:#FAFCFB}
.emmp-schedule-date{font-size:11px;font-weight:750;color:#55A932}
.emmp-schedule-row strong{font-size:12px;line-height:1.3}
.emmp-schedule-row small{font-size:10px;color:#8491A0;background:#F1F4F3;padding:5px 8px;border-radius:999px}
.emmp-full-calendar,.emmp-page-arrow{border:0;background:transparent;color:#0B5D5C;font-size:11px;font-weight:750;padding:12px 0 0}
.emmp-list-footer{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #EEF2F0;margin-top:12px;padding-top:12px;color:var(--muted);font-size:11px}
.emmp-activity-panel{margin-top:18px}
.emmp-activity-row{padding:11px 0;border-bottom:1px solid #EEF2F0;font-size:12px}
.emmp-activity-row:last-child{border-bottom:0}
.emmp-tip-card{display:flex;align-items:center;gap:13px;border:1px solid #DCEBD9;background:#F1F8EF;border-radius:18px;padding:13px 16px;margin-top:2px;color:#18534C}
.emmp-tip-icon{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#2F8F57;color:#fff;flex:0 0 38px}
.emmp-tip-card strong,.emmp-tip-card span{display:block}
.emmp-tip-card strong{font-size:12px;margin-bottom:2px}
.emmp-tip-card span{font-size:11px}
.emmp-tip-close{margin-left:auto;border:0;background:transparent;color:#9AA7A8;width:30px;height:30px;border-radius:50%}
.emmp-tip-close:hover{background:#E2F0DE;color:#315B52}
.emmp-user-popover{position:fixed;z-index:99999;width:240px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:10px;box-shadow:0 20px 50px rgba(12,74,75,.16)}
.emmp-user-popover-head{display:flex;align-items:center;gap:10px;padding:8px 8px 12px;border-bottom:1px solid #EEF2F0;margin-bottom:6px}
.emmp-user-popover-head strong,.emmp-user-popover-head small{display:block}
.emmp-user-popover-head strong{font-size:13px}.emmp-user-popover-head small{font-size:10px;color:var(--muted);margin-top:2px}
.emmp-user-popover>button,.emmp-user-popover>a{width:100%;display:flex;align-items:center;gap:9px;border:0;background:transparent;color:var(--ink);text-decoration:none;border-radius:11px;padding:10px;font-size:12px;font-weight:650}
.emmp-user-popover>button:hover,.emmp-user-popover>a:hover{background:#F2F7F4}
.emmp-user-popover svg{width:16px;height:16px;color:var(--teal)}
@media(max-width:1280px){
  .emmp-main{padding-left:28px;padding-right:28px}
  .emmp-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .emmp-stay-track{grid-column:1/-1}
  .emmp-topbar{align-items:flex-start}
  .emmp-top-actions{flex-wrap:wrap}
  .emmp-search-wrap{flex:1 1 320px}
}
@media(max-width:980px){
  .emmp-sidebar{width:235px}.emmp-main{margin-left:235px;width:calc(100% - 235px)}
  .emmp-topbar{display:block}.emmp-top-actions{margin-top:16px;justify-content:flex-start}
  .emmp-stat-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
  .emmp-main{margin-left:0;width:100%;padding:16px 14px 100px}
  .emmp-topbar-title{min-width:0}.emmp-topbar-kicker{font-size:8px}
  .emmp-topbar h1{font-size:25px}
  .emmp-top-actions{display:grid;grid-template-columns:1fr auto auto;gap:8px}
  .emmp-search-wrap{grid-column:1/-1;width:100%}
  .emmp-top-actions input#emmp-search{height:50px}
  .emmp-icon-btn{width:50px;height:50px}.emmp-user-trigger{display:none}
  .emmp-header-add{height:50px;min-width:108px;padding:0 15px}
  .emmp-header-add .emmp-add-icon{display:none}
  .emmp-dashboard-intro{align-items:flex-start}.emmp-dashboard-intro h2{font-size:23px}
  .emmp-stat-grid{grid-template-columns:1fr 1fr}
  .emmp-stay-track{grid-column:1/-1}
  .emmp-grid-main{grid-template-columns:1fr}
  .emmp-task-card{grid-template-columns:1fr;gap:10px}
  .emmp-task-card .emmp-task-progress{width:100%}
  .emmp-schedule-row{grid-template-columns:78px 1fr auto}
  .emmp-panel{padding:17px;border-radius:20px}
  .emmp-user-popover{position:fixed!important;left:14px!important;right:14px!important;top:auto!important;bottom:88px;width:auto}
}


/* =========================================================
   v0.8.1 UI ALIGNMENT — Expected English Mithra Workspace
   Strongly scoped overrides to prevent WordPress/theme CSS
   from breaking the portal header, sidebar and controls.
   ========================================================= */

#emmp-root, .emmp-app {
  --sidebar-w: 286px;
  --content-max: 1380px;
  --header-gap: 26px;
  isolation: isolate;
}

#emmp-root .emmp-app,
.emmp-app {
  position: relative !important;
  display: flex !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--bg) !important;
  overflow: visible !important;
}

#emmp-root .emmp-sidebar,
.emmp-app .emmp-sidebar {
  position: fixed !important;
  inset: 0 auto 0 0 !important;
  width: var(--sidebar-w) !important;
  height: 100vh !important;
  margin: 0 !important;
  padding: 22px 18px 18px !important;
  z-index: 1000 !important;
  background: var(--teal) !important;
  border: 0 !important;
  box-shadow: none !important;
  display: flex !important;
  flex-direction: column !important;
}

#emmp-root .emmp-logo,
.emmp-app .emmp-logo {
  height: 62px !important;
  min-height: 62px !important;
  padding: 0 18px 16px !important;
  margin: 0 0 18px !important;
  align-items: flex-start !important;
}

#emmp-root .emmp-brand-logo,
.emmp-app .emmp-brand-logo {
  width: 164px !important;
  height: 54px !important;
  max-width: 164px !important;
  max-height: 54px !important;
  object-fit: contain !important;
  object-position: left center !important;
}

#emmp-root .emmp-sidebar nav,
.emmp-app .emmp-sidebar nav {
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
  flex: 0 0 auto !important;
}

#emmp-root .emmp-sidebar a,
.emmp-app .emmp-sidebar a {
  width: 100% !important;
  min-height: 49px !important;
  margin: 0 !important;
  padding: 0 17px !important;
  border: 0 !important;
  border-radius: 18px !important;
  color: #eef8f7 !important;
  background: transparent !important;
  font-size: 15px !important;
  font-weight: 650 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  display: flex !important;
  align-items: center !important;
  gap: 13px !important;
}

#emmp-root .emmp-sidebar a.active,
.emmp-app .emmp-sidebar a.active {
  color: #102322 !important;
  background: var(--green) !important;
  box-shadow: 0 8px 22px rgba(107,203,60,.18) !important;
}

#emmp-root .emmp-side-bottom,
.emmp-app .emmp-side-bottom {
  margin-top: 18px !important;
  padding-top: 16px !important;
  border-top: 1px solid rgba(255,255,255,.18) !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
}

#emmp-root .emmp-side-bottom a,
.emmp-app .emmp-side-bottom a {
  min-height: 46px !important;
}

#emmp-root .emmp-mithra-mini,
.emmp-app .emmp-mithra-mini {
  flex: 0 0 auto !important;
  margin: auto 4px 0 !important;
  min-height: 126px !important;
  padding: 16px !important;
  border-radius: 22px !important;
}

#emmp-root .emmp-main,
.emmp-app .emmp-main {
  margin-left: var(--sidebar-w) !important;
  width: calc(100% - var(--sidebar-w)) !important;
  max-width: none !important;
  min-width: 0 !important;
  padding: 30px 40px 70px !important;
  overflow: visible !important;
}

#emmp-root .emmp-topbar,
.emmp-app .emmp-topbar {
  width: 100% !important;
  max-width: var(--content-max) !important;
  margin: 0 auto 30px !important;
  min-height: 76px !important;
  display: grid !important;
  grid-template-columns: minmax(280px, .78fr) minmax(520px, 1.22fr) !important;
  align-items: center !important;
  gap: 30px !important;
}

#emmp-root .emmp-topbar-title,
.emmp-app .emmp-topbar-title {
  min-width: 0 !important;
}

#emmp-root .emmp-topbar-kicker,
.emmp-app .emmp-topbar-kicker {
  display: block !important;
  margin: 0 0 7px !important;
  color: #4d9d36 !important;
  font-size: 10px !important;
  line-height: 1 !important;
  font-weight: 850 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
}

#emmp-root .emmp-topbar h1,
.emmp-app .emmp-topbar h1 {
  margin: 0 0 5px !important;
  font-size: 32px !important;
  line-height: 1.05 !important;
  letter-spacing: -1px !important;
  color: var(--ink) !important;
}

#emmp-root .emmp-topbar p,
.emmp-app .emmp-topbar p {
  margin: 0 !important;
  max-width: 360px !important;
  color: var(--muted) !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
}

#emmp-root .emmp-top-actions,
.emmp-app .emmp-top-actions {
  min-width: 0 !important;
  width: 100% !important;
  display: grid !important;
  grid-template-columns: minmax(320px, 1fr) 56px 56px minmax(135px, auto) 136px !important;
  align-items: center !important;
  gap: 10px !important;
  position: relative !important;
}

#emmp-root .emmp-search-wrap,
.emmp-app .emmp-search-wrap {
  position: relative !important;
  width: 100% !important;
  min-width: 0 !important;
}

#emmp-root .emmp-top-actions input#emmp-search,
.emmp-app .emmp-top-actions input#emmp-search {
  width: 100% !important;
  height: 58px !important;
  margin: 0 !important;
  padding: 0 58px 0 52px !important;
  border: 1px solid #e2e9e7 !important;
  border-radius: 18px !important;
  background: #fff !important;
  color: var(--ink) !important;
  font-size: 14px !important;
  box-shadow: 0 5px 20px rgba(14,77,79,.035) !important;
  outline: none !important;
}

#emmp-root .emmp-search-wrap kbd,
.emmp-app .emmp-search-wrap kbd {
  position: absolute !important;
  right: 12px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  min-width: 38px !important;
  height: 32px !important;
  padding: 0 8px !important;
  display: grid !important;
  place-items: center !important;
  border: 1px solid #e6ecea !important;
  border-radius: 9px !important;
  background: #f8faf9 !important;
  color: #84919d !important;
  font-size: 11px !important;
  font-family: inherit !important;
}

#emmp-root .emmp-search-icon,
.emmp-app .emmp-search-icon {
  left: 18px !important;
  top: 19px !important;
  color: #80909b !important;
}

#emmp-root .emmp-icon-btn,
.emmp-app .emmp-icon-btn {
  width: 56px !important;
  height: 56px !important;
  min-width: 56px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 1px solid #e3eae8 !important;
  border-radius: 18px !important;
  background: #fff !important;
  color: var(--teal) !important;
  box-shadow: 0 5px 20px rgba(14,77,79,.035) !important;
}

#emmp-root .emmp-user-trigger,
.emmp-app .emmp-user-trigger {
  width: 100% !important;
  min-width: 0 !important;
  height: 56px !important;
  margin: 0 !important;
  padding: 5px 7px !important;
  border: 0 !important;
  border-radius: 16px !important;
  background: transparent !important;
  color: var(--ink) !important;
  box-shadow: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  display: grid !important;
  grid-template-columns: 42px minmax(0,1fr) 16px !important;
  gap: 8px !important;
  align-items: center !important;
  text-align: left !important;
}

#emmp-root .emmp-user-trigger:hover,
.emmp-app .emmp-user-trigger:hover {
  background: #f5f8f7 !important;
}

#emmp-root .emmp-user-trigger .emmp-avatar,
.emmp-app .emmp-user-trigger .emmp-avatar {
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  border-radius: 50% !important;
}

#emmp-root .emmp-user-copy,
.emmp-app .emmp-user-copy {
  min-width: 0 !important;
  overflow: hidden !important;
}

#emmp-root .emmp-user-copy strong,
.emmp-app .emmp-user-copy strong {
  display: block !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  color: var(--ink) !important;
  font-size: 14px !important;
}

#emmp-root .emmp-user-copy small,
.emmp-app .emmp-user-copy small {
  display: block !important;
  margin-top: 3px !important;
  color: var(--muted) !important;
  font-size: 10px !important;
}

#emmp-root .emmp-user-chevron,
.emmp-app .emmp-user-chevron {
  color: #65747b !important;
  font-size: 17px !important;
}

#emmp-root .emmp-header-add,
.emmp-app .emmp-header-add {
  width: 136px !important;
  min-width: 136px !important;
  height: 56px !important;
  padding: 0 17px !important;
  border-radius: 18px !important;
  font-size: 14px !important;
  white-space: nowrap !important;
}

#emmp-root .emmp-header-add .emmp-add-icon svg,
.emmp-app .emmp-header-add .emmp-add-icon svg {
  width: 17px !important;
  height: 17px !important;
}

/* Dashboard expected proportions */
#emmp-root #emmp-content,
.emmp-app #emmp-content {
  width: 100% !important;
  max-width: var(--content-max) !important;
  margin: 0 auto !important;
}

#emmp-root .emmp-dashboard-intro,
.emmp-app .emmp-dashboard-intro {
  margin-bottom: 20px !important;
}

#emmp-root .emmp-stat-grid,
.emmp-app .emmp-stat-grid {
  grid-template-columns: repeat(4,minmax(0,1fr)) !important;
  gap: 14px !important;
}

#emmp-root .emmp-stat,
.emmp-app .emmp-stat {
  min-height: 142px !important;
  padding: 24px !important;
  border-radius: 24px !important;
}

#emmp-root .emmp-stat-icon,
.emmp-app .emmp-stat-icon {
  width: 52px !important;
  height: 52px !important;
  flex-basis: 52px !important;
}

#emmp-root .emmp-stat strong,
.emmp-app .emmp-stat strong {
  font-size: 30px !important;
}

#emmp-root .emmp-stay-track,
.emmp-app .emmp-stay-track {
  min-height: 142px !important;
  border-radius: 24px !important;
}

#emmp-root .emmp-grid-main,
.emmp-app .emmp-grid-main {
  grid-template-columns: minmax(0, 1.55fr) minmax(380px, 1fr) !important;
  gap: 18px !important;
}

#emmp-root .emmp-panel,
.emmp-app .emmp-panel {
  border-radius: 24px !important;
}

/* Avoid theme typography/spacing overrides inside portal */
#emmp-root h1,#emmp-root h2,#emmp-root h3,#emmp-root p,
.emmp-app h1,.emmp-app h2,.emmp-app h3,.emmp-app p {
  font-family: Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important;
}

/* Prevent WordPress admin/theme content from clipping the fixed shell */
body:has(.emmp-app) {
  overflow-x: hidden !important;
}
body:has(.emmp-app) .elementor-widget-container {
  overflow: visible !important;
}
body:has(.emmp-app) .elementor-section,
body:has(.emmp-app) .elementor-container,
body:has(.emmp-app) .elementor-widget-wrap {
  max-width: none !important;
}

/* Tablet */
@media (max-width: 1180px) {
  #emmp-root .emmp-topbar,
  .emmp-app .emmp-topbar {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }
  #emmp-root .emmp-top-actions,
  .emmp-app .emmp-top-actions {
    grid-template-columns: minmax(260px,1fr) 52px 52px 145px 120px !important;
  }
  #emmp-root .emmp-stat-grid,
  .emmp-app .emmp-stat-grid {
    grid-template-columns: repeat(2,1fr) !important;
  }
}

/* Mobile */
@media (max-width: 760px) {
  #emmp-root .emmp-sidebar,
  .emmp-app .emmp-sidebar {
    display: none !important;
  }
  #emmp-root .emmp-main,
  .emmp-app .emmp-main {
    margin-left: 0 !important;
    width: 100% !important;
    padding: 20px 16px 90px !important;
  }
  #emmp-root .emmp-topbar,
  .emmp-app .emmp-topbar {
    display: block !important;
    margin-bottom: 20px !important;
  }
  #emmp-root .emmp-top-actions,
  .emmp-app .emmp-top-actions {
    margin-top: 16px !important;
    display: grid !important;
    grid-template-columns: 1fr 48px 48px !important;
  }
  #emmp-root .emmp-search-wrap,
  .emmp-app .emmp-search-wrap {
    grid-column: 1 / -1 !important;
    grid-row: 1 !important;
  }
  #emmp-root .emmp-notification-btn,
  .emmp-app .emmp-notification-btn { grid-row: 2 !important; }
  #emmp-root .emmp-user-trigger,
  .emmp-app .emmp-user-trigger { grid-row: 2 !important; grid-column: 2 / -1 !important; }
  #emmp-root .emmp-header-add,
  .emmp-app .emmp-header-add {
    position: fixed !important;
    right: 16px !important;
    bottom: 74px !important;
    z-index: 1100 !important;
    width: auto !important;
    min-width: 54px !important;
    height: 54px !important;
    border-radius: 50% !important;
    padding: 0 !important;
    font-size: 0 !important;
  }
  #emmp-root .emmp-header-add .emmp-add-icon,
  .emmp-app .emmp-header-add .emmp-add-icon { display:grid !important; }
  #emmp-root .emmp-header-add .emmp-add-icon svg,
  .emmp-app .emmp-header-add .emmp-add-icon svg { width:21px !important;height:21px !important; }
  #emmp-root .emmp-stat-grid,
  .emmp-app .emmp-stat-grid {
    grid-template-columns: 1fr 1fr !important;
  }
  #emmp-root .emmp-grid-main,
  .emmp-app .emmp-grid-main {
    grid-template-columns: 1fr !important;
  }
}


/* v0.8.2 WordPress/Elementor isolation + latest UI refinements */
.emmp-app, .emmp-app * { box-sizing: border-box; }
.emmp-app button, .emmp-app input, .emmp-app select, .emmp-app textarea { font: inherit; }
.emmp-sidebar-nav .emmp-nav-group { position: relative; z-index: 2; }
.emmp-sidebar-nav .emmp-nav-item { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.emmp-header { position: relative; z-index: 5; }
.emmp-header-search { min-width: 320px; }
.emmp-header-search input { min-width: 0; }
.emmp-profile-trigger { color: inherit; background: transparent; border: 0; }
.emmp-dashboard .emmp-overview-heading { display: none !important; }
.emmp-dashboard .emmp-dashboard-title { display: none !important; }

/* v0.8.3 — final dashboard/header corrections */
@media (min-width: 1281px) {
  #emmp-root .emmp-topbar,
  .emmp-app .emmp-topbar {
    display: grid !important;
    grid-template-columns: minmax(330px, 1fr) auto !important;
    align-items: center !important;
    gap: 32px !important;
  }
  #emmp-root .emmp-top-actions,
  .emmp-app .emmp-top-actions {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 12px !important;
    min-width: 0 !important;
  }
  #emmp-root .emmp-search-wrap,
  .emmp-app .emmp-search-wrap {
    width: 400px !important;
    flex: 0 0 400px !important;
  }
  #emmp-root .emmp-top-actions input#emmp-search,
  .emmp-app .emmp-top-actions input#emmp-search {
    width: 100% !important;
  }
  #emmp-root .emmp-user-trigger,
  .emmp-app .emmp-user-trigger {
    min-width: 170px !important;
    max-width: 190px !important;
    flex: 0 0 170px !important;
    overflow: hidden !important;
    color: var(--ink) !important;
  }
  #emmp-root .emmp-user-copy,
  .emmp-app .emmp-user-copy {
    display: block !important;
    overflow: hidden !important;
  }
  #emmp-root .emmp-user-copy strong,
  .emmp-app .emmp-user-copy strong {
    color: var(--ink) !important;
  }
  #emmp-root .emmp-header-add,
  .emmp-app .emmp-header-add {
    flex: 0 0 140px !important;
    min-width: 140px !important;
  }
  #emmp-root .emmp-stat-grid,
  .emmp-app .emmp-stat-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) minmax(270px, 1.35fr) !important;
    gap: 14px !important;
  }
}

/* Dashboard intentionally has ONE workspace heading: the global header.
   The old OVERVIEW/My Workspace block is removed in JS. */
#emmp-root .emmp-dashboard-intro,
.emmp-app .emmp-dashboard-intro {
  display: none !important;
}

/* Never allow WordPress/Elementor typography rules to change team names. */
#emmp-root .emmp-team-row strong,
.emmp-app .emmp-team-row strong {
  text-transform: none !important;
}


/* v0.8.4 — header structure matched to approved reference */
#emmp-root .emmp-topbar,
.emmp-app .emmp-topbar{
  display:grid !important;
  grid-template-columns:minmax(330px, 380px) minmax(430px, 1fr) !important;
  align-items:center !important;
  column-gap:34px !important;
  min-height:108px !important;
  padding:4px 0 10px !important;
}
#emmp-root .emmp-topbar-title,
.emmp-app .emmp-topbar-title{
  min-width:0 !important;
  align-self:center !important;
}
#emmp-root .emmp-topbar-title h1,
.emmp-app .emmp-topbar-title h1{
  margin:0 !important;
  font-size:31px !important;
  line-height:1.05 !important;
  letter-spacing:-1.1px !important;
}
#emmp-root .emmp-topbar-title p,
.emmp-app .emmp-topbar-title p{
  margin:8px 0 0 !important;
  max-width:340px !important;
  font-size:13px !important;
  line-height:1.45 !important;
}
#emmp-root .emmp-top-actions,
.emmp-app .emmp-top-actions{
  display:grid !important;
  grid-template-columns:minmax(360px,1fr) 58px 58px minmax(150px,180px) 142px !important;
  align-items:center !important;
  gap:12px !important;
  min-width:0 !important;
  width:100% !important;
}
#emmp-root .emmp-search-wrap,
.emmp-app .emmp-search-wrap{
  width:100% !important;
  min-width:0 !important;
  height:58px !important;
  flex:none !important;
}
#emmp-root .emmp-search-wrap input,
.emmp-app .emmp-search-wrap input{
  min-width:0 !important;
  width:100% !important;
  font-size:13px !important;
}
#emmp-root .emmp-icon-btn,
.emmp-app .emmp-icon-btn{
  width:58px !important;
  height:58px !important;
  min-width:58px !important;
  border-radius:50% !important;
}
#emmp-root .emmp-alert-btn,
.emmp-app .emmp-alert-btn{
  background:#FFF4D6 !important;
  border:1px solid #F0E4BE !important;
  color:#D39A16 !important;
  display:grid !important;
  place-items:center !important;
}
#emmp-root .emmp-alert-symbol,
.emmp-app .emmp-alert-symbol{
  width:28px !important;
  height:28px !important;
  border-radius:50% !important;
  display:grid !important;
  place-items:center !important;
  font-size:18px !important;
  line-height:1 !important;
  font-weight:850 !important;
  background:#F8C94E !important;
  color:#493400 !important;
}
#emmp-root .emmp-user-trigger,
.emmp-app .emmp-user-trigger{
  width:100% !important;
  min-width:0 !important;
  max-width:none !important;
  height:58px !important;
  padding:0 10px !important;
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  color:var(--ink) !important;
  overflow:hidden !important;
}
#emmp-root .emmp-avatar,
.emmp-app .emmp-avatar{
  width:48px !important;
  height:48px !important;
  min-width:48px !important;
  border-radius:50% !important;
  overflow:hidden !important;
  display:block !important;
}
#emmp-root .emmp-avatar img,
.emmp-app .emmp-avatar img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  display:block !important;
}
#emmp-root .emmp-user-copy,
.emmp-app .emmp-user-copy{
  min-width:0 !important;
  flex:1 1 auto !important;
  text-align:left !important;
}
#emmp-root .emmp-user-copy strong,
.emmp-app .emmp-user-copy strong{
  display:block !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
  font-size:14px !important;
  line-height:1.2 !important;
  color:var(--ink) !important;
}
#emmp-root .emmp-user-copy small,
.emmp-app .emmp-user-copy small{
  display:block !important;
  margin-top:4px !important;
  font-size:10px !important;
  white-space:nowrap !important;
  color:var(--muted) !important;
}
#emmp-root .emmp-user-chevron,
.emmp-app .emmp-user-chevron{
  flex:0 0 auto !important;
  color:#71828C !important;
  font-size:16px !important;
  margin-left:auto !important;
}
#emmp-root .emmp-header-add,
.emmp-app .emmp-header-add{
  width:142px !important;
  min-width:142px !important;
  height:58px !important;
  border-radius:18px !important;
  padding:0 18px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:10px !important;
  white-space:nowrap !important;
}
#emmp-root .emmp-header-add .emmp-add-icon,
.emmp-app .emmp-header-add .emmp-add-icon{
  display:grid !important;
  place-items:center !important;
}
#emmp-root .emmp-header-add .emmp-add-icon svg,
.emmp-app .emmp-header-add .emmp-add-icon svg{
  width:18px !important;
  height:18px !important;
}
@media(max-width:1280px) and (min-width:761px){
  #emmp-root .emmp-topbar,.emmp-app .emmp-topbar{grid-template-columns:300px minmax(0,1fr) !important;column-gap:22px !important}
  #emmp-root .emmp-top-actions,.emmp-app .emmp-top-actions{grid-template-columns:minmax(260px,1fr) 52px 52px 150px 118px !important;gap:8px !important}
  #emmp-root .emmp-icon-btn,.emmp-app .emmp-icon-btn{width:52px !important;height:52px !important;min-width:52px !important}
  #emmp-root .emmp-header-add,.emmp-app .emmp-header-add{width:118px !important;min-width:118px !important;height:52px !important}
}
@media(max-width:760px){
  #emmp-root .emmp-topbar,.emmp-app .emmp-topbar{display:block !important;min-height:0 !important}
  #emmp-root .emmp-top-actions,.emmp-app .emmp-top-actions{display:grid !important;grid-template-columns:1fr 48px 48px !important;gap:8px !important;margin-top:14px !important}
  #emmp-root .emmp-search-wrap,.emmp-app .emmp-search-wrap{grid-column:1/-1 !important;height:50px !important}
  #emmp-root .emmp-icon-btn,.emmp-app .emmp-icon-btn{width:48px !important;height:48px !important;min-width:48px !important}
  #emmp-root .emmp-user-trigger,.emmp-app .emmp-user-trigger{display:flex !important;grid-column:1/2 !important;height:48px !important;padding:0 !important}
  #emmp-root .emmp-avatar,.emmp-app .emmp-avatar{width:40px !important;height:40px !important;min-width:40px !important}
  #emmp-root .emmp-header-add,.emmp-app .emmp-header-add{grid-column:1/-1 !important;width:100% !important;height:50px !important}
}


/* v0.8.5 — approved dashboard task table / simplified dashboard */
#emmp-root .emmp-dashboard-grid,
.emmp-app .emmp-dashboard-grid{grid-template-columns:minmax(0,1.75fr) minmax(330px,.85fr)!important;gap:18px!important}
#emmp-root .emmp-dashboard-tasks-panel,
.emmp-app .emmp-dashboard-tasks-panel{padding:16px 16px 12px!important}
#emmp-root .emmp-dashboard-task-head-actions,
.emmp-app .emmp-dashboard-task-head-actions{display:flex;align-items:center;gap:14px}
#emmp-root .emmp-dashboard-task-head-actions select,
.emmp-app .emmp-dashboard-task-head-actions select{height:42px;border:1px solid var(--line);border-radius:12px;background:#fff;padding:0 34px 0 14px;color:var(--ink);font-size:11px;font-weight:700;outline:0}
#emmp-root .emmp-dashboard-task-table,
.emmp-app .emmp-dashboard-task-table{border:1px solid #E5ECE9;border-radius:16px;overflow:hidden;background:#fff}
#emmp-root .emmp-dashboard-task-header,
.emmp-app .emmp-dashboard-task-header{display:grid;grid-template-columns:minmax(250px,1.8fr) 105px 135px 125px 24px;gap:12px;padding:12px 12px 11px;background:#FBFCFC;border-bottom:1px solid #E5ECE9;color:#74828D;font-size:9px;font-weight:850;letter-spacing:.8px;text-transform:uppercase}
#emmp-root .emmp-dashboard-task-row,
.emmp-app .emmp-dashboard-task-row{display:grid;grid-template-columns:minmax(250px,1.8fr) 105px 135px 125px 24px;gap:12px;align-items:center;min-height:64px;padding:9px 12px;border-bottom:1px solid #EEF2F0;cursor:pointer;transition:background .16s ease}
#emmp-root .emmp-dashboard-task-row:last-child,
.emmp-app .emmp-dashboard-task-row:last-child{border-bottom:0}
#emmp-root .emmp-dashboard-task-row:hover,
.emmp-app .emmp-dashboard-task-row:hover{background:#FAFDFC}
#emmp-root .emmp-dashboard-task-name,
.emmp-app .emmp-dashboard-task-name{display:flex;align-items:center;gap:11px;min-width:0}
#emmp-root .emmp-dashboard-task-name>div,
.emmp-app .emmp-dashboard-task-name>div{min-width:0}
#emmp-root .emmp-dashboard-task-name strong,
.emmp-app .emmp-dashboard-task-name strong{display:block;font-size:12px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
#emmp-root .emmp-dashboard-task-name small,
.emmp-app .emmp-dashboard-task-name small{display:block;margin-top:3px;color:#8995A1;font-size:9px}
#emmp-root .emmp-dashboard-type-icon,
.emmp-app .emmp-dashboard-type-icon{width:38px;height:38px;flex:0 0 38px;border-radius:50%;display:grid;place-items:center;background:color-mix(in srgb,var(--type-accent,#69C23E) 12%,#fff);color:var(--type-accent,#69C23E)}
#emmp-root .emmp-dashboard-type-icon svg,
.emmp-app .emmp-dashboard-type-icon svg{width:17px;height:17px}
#emmp-root .emmp-dashboard-status,
.emmp-app .emmp-dashboard-status{display:inline-flex;justify-content:center;align-items:center;width:max-content;max-width:100%;padding:6px 10px;border-radius:999px;font-size:9px;font-weight:800;white-space:nowrap}
#emmp-root .emmp-dashboard-status.todo,.emmp-app .emmp-dashboard-status.todo{background:#EAF7E4;color:#4D9A32}
#emmp-root .emmp-dashboard-status.progress,.emmp-app .emmp-dashboard-status.progress{background:#EEEAFB;color:#675BC7}
#emmp-root .emmp-dashboard-status.review,.emmp-app .emmp-dashboard-status.review{background:#F4F3D6;color:#7A8D20}
#emmp-root .emmp-dashboard-status.done,.emmp-app .emmp-dashboard-status.done{background:#E8F5E4;color:#3F8B2D}
#emmp-root .emmp-dashboard-due,
.emmp-app .emmp-dashboard-due{display:flex;align-items:center;gap:6px;color:#5F6E79;font-size:9px;white-space:nowrap}
#emmp-root .emmp-dashboard-due svg,
.emmp-app .emmp-dashboard-due svg{width:14px;height:14px;color:#728B9A}
#emmp-root .emmp-no-date,
.emmp-app .emmp-no-date{color:#788790}
#emmp-root .emmp-dashboard-progress,
.emmp-app .emmp-dashboard-progress{display:flex;align-items:center;gap:9px;min-width:0}
#emmp-root .emmp-dashboard-progress strong,
.emmp-app .emmp-dashboard-progress strong{font-size:10px;min-width:27px}
#emmp-root .emmp-dashboard-progress>span,
.emmp-app .emmp-dashboard-progress>span{display:block;height:7px;flex:1;background:#E7ECEA;border-radius:999px;overflow:hidden}
#emmp-root .emmp-dashboard-progress i,
.emmp-app .emmp-dashboard-progress i{display:block;height:100%;background:#69C23E;border-radius:999px}
#emmp-root .emmp-dashboard-more,
.emmp-app .emmp-dashboard-more{border:0;background:transparent;color:#557078;padding:3px;display:grid;place-items:center;cursor:pointer}
#emmp-root .emmp-dashboard-more svg,
.emmp-app .emmp-dashboard-more svg{width:16px;height:16px}
#emmp-root .emmp-dashboard-add-row,
.emmp-app .emmp-dashboard-add-row{width:100%;height:48px;margin-top:12px;border:1px dashed #CFE0D9;background:#fff;border-radius:13px;color:#4B9D31;display:flex;align-items:center;justify-content:center;gap:7px;font-size:11px;font-weight:800;cursor:pointer}
#emmp-root .emmp-dashboard-add-row svg,
.emmp-app .emmp-dashboard-add-row svg{width:16px;height:16px}
#emmp-root .emmp-dashboard-schedule-list,
.emmp-app .emmp-dashboard-schedule-list{display:grid;gap:8px}
#emmp-root .emmp-dashboard-schedule-row,
.emmp-app .emmp-dashboard-schedule-row{width:100%;min-height:56px;display:grid;grid-template-columns:100px minmax(0,1fr) auto;align-items:center;gap:12px;text-align:left;border:1px solid #E8EEEB;background:#fff;border-radius:14px;padding:10px 13px;cursor:pointer;color:var(--ink)}
#emmp-root .emmp-dashboard-schedule-row:hover,
.emmp-app .emmp-dashboard-schedule-row:hover{background:#FAFDFC;border-color:#DCE7E2}
#emmp-root .emmp-dashboard-schedule-row .emmp-schedule-date,
.emmp-app .emmp-dashboard-schedule-row .emmp-schedule-date{color:#4F9E35;font-size:9px;font-weight:800;white-space:nowrap}
#emmp-root .emmp-dashboard-schedule-row strong,
.emmp-app .emmp-dashboard-schedule-row strong{font-size:11px;line-height:1.25}
#emmp-root .emmp-dashboard-schedule-row small,
.emmp-app .emmp-dashboard-schedule-row small{background:#F1F3F4;color:#7B8790;border-radius:999px;padding:6px 9px;font-size:8px;font-weight:800;white-space:nowrap}
#emmp-root .emmp-dashboard-schedule .emmp-full-calendar,
.emmp-app .emmp-dashboard-schedule .emmp-full-calendar{margin-top:13px}

@media(max-width:1200px) and (min-width:761px){
  #emmp-root .emmp-dashboard-task-header,#emmp-root .emmp-dashboard-task-row,
  .emmp-app .emmp-dashboard-task-header,.emmp-app .emmp-dashboard-task-row{grid-template-columns:minmax(190px,1.7fr) 90px 110px 105px 20px;gap:8px}
}
@media(max-width:760px){
  #emmp-root .emmp-dashboard-task-head-actions select,.emmp-app .emmp-dashboard-task-head-actions select{display:none}
  #emmp-root .emmp-dashboard-task-table,.emmp-app .emmp-dashboard-task-table{overflow-x:auto}
  #emmp-root .emmp-dashboard-task-header,#emmp-root .emmp-dashboard-task-row,
  .emmp-app .emmp-dashboard-task-header,.emmp-app .emmp-dashboard-task-row{min-width:700px}
  #emmp-root .emmp-dashboard-schedule-row,.emmp-app .emmp-dashboard-schedule-row{grid-template-columns:82px minmax(0,1fr) auto}
}

/* v0.8.5 — alert control removed from header */
#emmp-root .emmp-alert-btn,.emmp-app .emmp-alert-btn{display:none!important}


/* v0.8.6 — final header spacing, gradient CTA, Questrial typography and panel icon alignment */
#emmp-root,
.emmp-app,
#emmp-root *,
.emmp-app * {
  font-family: Questrial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

@media (min-width:1281px){
  #emmp-root .emmp-top-actions,
  .emmp-app .emmp-top-actions{
    grid-template-columns:minmax(380px,1fr) 58px minmax(180px,205px) 178px !important;
    gap:14px !important;
    align-items:center !important;
  }

  #emmp-root .emmp-header-add,
  .emmp-app .emmp-header-add{
    width:178px !important;
    min-width:178px !important;
    height:58px !important;
    padding:0 22px !important;
    border-radius:18px !important;
    background:linear-gradient(135deg,#72D441 0%,#5DBB32 100%) !important;
    color:#102322 !important;
    box-shadow:0 12px 28px rgba(91,183,49,.20) !important;
    border:1px solid rgba(78,167,42,.18) !important;
    gap:10px !important;
  }

  #emmp-root .emmp-header-add:hover,
  .emmp-app .emmp-header-add:hover{
    background:linear-gradient(135deg,#7ADE4A 0%,#63C638 100%) !important;
    box-shadow:0 15px 32px rgba(91,183,49,.26) !important;
    transform:translateY(-1px);
  }
}

/* The header no longer reserves space for the removed alert/! button. */
#emmp-root .emmp-alert-btn,
.emmp-app .emmp-alert-btn,
#emmp-root .emmp-alert-symbol,
.emmp-app .emmp-alert-symbol{display:none !important;}

/* My Tasks / Schedule headers: identical vertical rhythm and icon geometry. */
#emmp-root .emmp-panel-head,
.emmp-app .emmp-panel-head{
  display:flex !important;
  align-items:center !important;
  min-height:48px !important;
}
#emmp-root .emmp-panel-title,
.emmp-app .emmp-panel-title{
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
  min-height:42px !important;
}
#emmp-root .emmp-panel-icon,
.emmp-app .emmp-panel-icon{
  width:42px !important;
  height:42px !important;
  min-width:42px !important;
  flex:0 0 42px !important;
  border-radius:13px !important;
  display:grid !important;
  place-items:center !important;
  line-height:0 !important;
}
#emmp-root .emmp-panel-icon svg,
.emmp-app .emmp-panel-icon svg{
  width:20px !important;
  height:20px !important;
  display:block !important;
  margin:0 !important;
}
#emmp-root .emmp-panel-title>div,
.emmp-app .emmp-panel-title>div{
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  min-height:42px !important;
}
#emmp-root .emmp-panel-title h2,
.emmp-app .emmp-panel-title h2{
  margin:0 !important;
  line-height:1.15 !important;
}
#emmp-root .emmp-panel-title>div>span,
.emmp-app .emmp-panel-title>div>span{
  margin-top:4px !important;
  line-height:1.15 !important;
}

#emmp-root .emmp-dashboard-tasks-panel .emmp-panel-head,
.emmp-app .emmp-dashboard-tasks-panel .emmp-panel-head{
  padding:0 2px 12px !important;
}
#emmp-root .emmp-dashboard-schedule .emmp-panel-head,
.emmp-app .emmp-dashboard-schedule .emmp-panel-head{
  padding:0 2px 12px !important;
}

@media(max-width:1280px) and (min-width:761px){
  #emmp-root .emmp-top-actions,
  .emmp-app .emmp-top-actions{
    grid-template-columns:minmax(260px,1fr) 52px minmax(145px,1fr) 128px !important;
    gap:10px !important;
  }
  #emmp-root .emmp-header-add,
  .emmp-app .emmp-header-add{
    width:128px !important;
    min-width:128px !important;
    height:52px !important;
    background:linear-gradient(135deg,#72D441 0%,#5DBB32 100%) !important;
  }
}

@media(max-width:760px){
  #emmp-root .emmp-top-actions,
  .emmp-app .emmp-top-actions{
    grid-template-columns:1fr 48px !important;
  }
  #emmp-root .emmp-user-trigger,
  .emmp-app .emmp-user-trigger{
    grid-column:1/-1 !important;
    display:flex !important;
  }
  #emmp-root .emmp-header-add,
  .emmp-app .emmp-header-add{
    grid-column:1/-1 !important;
    width:100% !important;
    min-width:0 !important;
    background:linear-gradient(135deg,#72D441 0%,#5DBB32 100%) !important;
  }
}

/* v0.8.7 — header collision fix, My Tasks filter and single-line controls */
#emmp-root .emmp-topbar,
.emmp-app .emmp-topbar{
  grid-template-columns:minmax(300px,340px) minmax(0,1fr) !important;
  column-gap:38px !important;
  overflow:visible !important;
}
#emmp-root .emmp-topbar-title,
.emmp-app .emmp-topbar-title{
  width:100% !important;
  min-width:0 !important;
  max-width:340px !important;
  position:relative !important;
  z-index:2 !important;
}
#emmp-root .emmp-topbar-title p,
.emmp-app .emmp-topbar-title p{
  max-width:320px !important;
  white-space:normal !important;
  overflow:visible !important;
}
#emmp-root .emmp-top-actions,
.emmp-app .emmp-top-actions{
  grid-template-columns:minmax(300px,1fr) 58px minmax(160px,205px) 178px !important;
  gap:14px !important;
  min-width:0 !important;
  width:100% !important;
  overflow:visible !important;
}
#emmp-root .emmp-top-actions > *,
.emmp-app .emmp-top-actions > *{min-width:0 !important;}
#emmp-root .emmp-header-add,
.emmp-app .emmp-header-add{
  justify-self:end !important;
  width:178px !important;
  min-width:178px !important;
  padding:0 22px !important;
  background:linear-gradient(135deg,#72D441 0%,#5DBB32 100%) !important;
}
#emmp-root .emmp-dashboard-task-head-actions,
.emmp-app .emmp-dashboard-task-head-actions{
  flex:0 0 auto !important;
  white-space:nowrap !important;
}
#emmp-root .emmp-dashboard-task-head-actions select,
.emmp-app .emmp-dashboard-task-head-actions select{
  flex:0 0 180px !important;
  width:180px !important;
}
#emmp-root .emmp-dashboard-task-head-actions .emmp-link,
.emmp-app .emmp-dashboard-task-head-actions .emmp-link{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  flex:0 0 auto !important;
  min-width:78px !important;
  white-space:nowrap !important;
  word-break:keep-all !important;
  overflow:visible !important;
  line-height:1 !important;
  padding:10px 8px !important;
}
#emmp-root .emmp-dashboard-task-head-actions .emmp-link svg,
.emmp-app .emmp-dashboard-task-head-actions .emmp-link svg{
  flex:0 0 16px !important;
  margin-left:5px !important;
}

@media(max-width:1280px) and (min-width:761px){
  #emmp-root .emmp-topbar,
  .emmp-app .emmp-topbar{
    grid-template-columns:minmax(260px,300px) minmax(0,1fr) !important;
    column-gap:24px !important;
  }
  #emmp-root .emmp-top-actions,
  .emmp-app .emmp-top-actions{
    grid-template-columns:minmax(230px,1fr) 52px minmax(130px,1fr) 128px !important;
    gap:10px !important;
  }
  #emmp-root .emmp-header-add,
  .emmp-app .emmp-header-add{
    width:128px !important;
    min-width:128px !important;
  }
}

@media(max-width:760px){
  #emmp-root .emmp-topbar,
  .emmp-app .emmp-topbar{grid-template-columns:1fr !important;column-gap:0 !important;}
  #emmp-root .emmp-topbar-title,
  .emmp-app .emmp-topbar-title{max-width:none !important;}
  #emmp-root .emmp-top-actions,
  .emmp-app .emmp-top-actions{grid-template-columns:1fr 48px !important;}
  #emmp-root .emmp-dashboard-task-head-actions,
  .emmp-app .emmp-dashboard-task-head-actions{gap:7px !important;}
  #emmp-root .emmp-dashboard-task-head-actions select,
  .emmp-app .emmp-dashboard-task-head-actions select{flex:0 0 145px !important;width:145px !important;}
  #emmp-root .emmp-dashboard-task-head-actions .emmp-link,
  .emmp-app .emmp-dashboard-task-head-actions .emmp-link{min-width:72px !important;padding-left:5px !important;padding-right:5px !important;}
}


/* v0.8.8 — notification/modal close polish + calendar refresh */
.emmp-popover-close{width:38px!important;height:38px!important;min-width:38px!important;flex:0 0 38px!important;padding:0!important;border:1px solid #DCE8E4!important;border-radius:50%!important;background:#F7FAF9!important;color:var(--teal)!important;display:grid!important;place-items:center!important;box-shadow:0 5px 16px rgba(14,77,79,.08)!important;cursor:pointer!important;transition:transform .16s ease,background .16s ease,border-color .16s ease,color .16s ease!important}
.emmp-popover-close svg{width:17px!important;height:17px!important;stroke-width:2.2!important}
.emmp-popover-close:hover{background:var(--green)!important;border-color:var(--green)!important;color:#102322!important;transform:rotate(8deg) scale(1.04)!important}
.emmp-search-group button,.emmp-notification-popover>button:not(.emmp-popover-close){display:flex;width:100%;border:0;background:transparent;text-align:left;padding:10px;border-radius:12px;flex-direction:column;gap:3px;color:var(--ink)}
.emmp-modal-close{width:46px!important;height:46px!important;right:24px!important;top:24px!important;background:#F7FAF9!important;color:var(--teal)!important;border:1px solid #DCE8E4!important;box-shadow:0 8px 22px rgba(14,77,79,.10)!important}
.emmp-modal-close span{font-size:24px;line-height:1;font-weight:400;transform:translateY(-1px)}
.emmp-modal-close:hover{background:var(--green)!important;border-color:var(--green)!important;color:#102322!important;transform:rotate(8deg) scale(1.04)!important}

.emmp-calendar-page{background:linear-gradient(180deg,#fff 0%,#FCFEFD 100%);border-color:#E1EBE7!important}
.emmp-calendar-toolbar{padding:20px 24px 16px!important;border-bottom:1px solid #EEF3F0;gap:16px}
.emmp-calendar-month{display:flex;align-items:center;justify-content:center;gap:12px;min-width:220px}
.emmp-calendar-month strong{font-size:18px!important;letter-spacing:-.25px;color:var(--ink)}
.emmp-today-btn{background:#EEF8EA!important;border:1px solid #DCEFD4!important;padding:8px 13px!important;font-size:10px!important}
.emmp-circle-btn{width:40px!important;height:40px!important;background:#fff!important;border-color:#DCE8E4!important;box-shadow:0 5px 16px rgba(14,77,79,.07)!important}
.emmp-circle-btn:hover{background:#F0F8ED!important;border-color:#BBDDB0!important;color:#428E2D!important}
.emmp-calendar-week{padding:16px 24px 9px!important;color:#8B9AA2!important;text-transform:uppercase;letter-spacing:1px}
.emmp-calendar-week b{font-size:9px!important;font-weight:800}
.emmp-calendar-grid{padding:0 24px 24px!important;gap:9px!important}
.cal-cell{min-height:78px!important;border-color:#E3ECE9!important;border-radius:16px!important;padding:12px!important;background:#fff!important;box-shadow:0 2px 8px rgba(14,77,79,.025);transition:all .16s ease!important}
.cal-cell:hover{transform:translateY(-1px);border-color:#BBDCCF!important;background:#F8FCFA!important;box-shadow:0 8px 20px rgba(14,77,79,.07)!important}
.cal-cell.today{border-color:#74C957!important;box-shadow:inset 0 0 0 1px rgba(107,203,60,.24),0 4px 12px rgba(107,203,60,.08)!important}
.cal-cell.selected{background:#0E5B5D!important;border-color:#0E5B5D!important;color:#fff!important;box-shadow:0 10px 24px rgba(14,89,90,.20)!important}
.cal-day-number{font-size:12px;font-weight:750;display:block}
.cal-task-count{position:absolute;top:9px;right:9px;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#EAF7E4;color:#398B27;font-size:9px;font-weight:850;display:grid;place-items:center}
.cal-cell.selected .cal-task-count{background:#D8F3CC;color:#1E6B26}
.cal-dots{position:absolute;left:12px;bottom:11px;display:flex;gap:4px}
.cal-dot{display:block;width:6px;height:6px;border-radius:50%;background:#69C23E}
.cal-dot.status-progress{background:#9B8FE8}.cal-dot.status-review{background:#C5D25D}.cal-dot.status-done{background:#69C23E}.cal-dot.status-todo{background:#69C23E}
.emmp-selected-day{padding:22px 24px 26px!important;background:#fff;border-top:1px solid #E9F0ED}
.emmp-selected-day-head{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:14px;margin-bottom:14px}
.emmp-selected-day-head h3{font-size:19px!important;margin:4px 0!important}
.emmp-selected-day-head>div>span:last-child{font-size:10px;color:var(--muted)}
.emmp-selected-count{width:34px;height:34px;border-radius:50%;background:#EEF8EA;color:#3F8D2B;display:grid;place-items:center;font-size:11px;font-weight:850}
.emmp-calendar-task-list .emmp-empty{background:#F8FAF9;border:1px dashed #DDE8E4;border-radius:16px}
@media(max-width:760px){
 .emmp-modal-close{width:42px!important;height:42px!important;right:12px!important;top:12px!important}
 .emmp-calendar-toolbar{padding:15px 12px 12px!important}
 .emmp-calendar-month{min-width:0;gap:8px}
 .emmp-calendar-month strong{font-size:15px!important}
 .emmp-calendar-week{padding:13px 8px 8px!important}
 .emmp-calendar-grid{padding:0 8px 16px!important;gap:5px!important}
 .cal-cell{min-height:56px!important;border-radius:12px!important;padding:8px!important}
 .cal-task-count{top:6px;right:6px;min-width:18px;height:18px;padding:0 4px;font-size:8px}
 .cal-dots{left:8px;bottom:7px}
 .emmp-selected-day{padding:17px 10px 20px!important}
 .emmp-selected-day-head{grid-template-columns:minmax(0,1fr) auto;gap:10px}
 .emmp-selected-day-head .emmp-add-task{grid-column:1/-1;width:100%}
}

/* v0.9.0 — permissions, project detail, activity and modal polish */
.emmp-modal-close{width:48px!important;height:48px!important;min-width:48px!important;min-height:48px!important;border-radius:50%!important;padding:0!important;aspect-ratio:1/1!important;display:grid!important;place-items:center!important;line-height:1!important;overflow:hidden!important}
.emmp-modal-close span{display:grid;place-items:center;width:100%;height:100%;font-size:22px!important;line-height:1!important;transform:none!important}
.emmp-modal-close svg{width:20px!important;height:20px!important}
.emmp-project-card-v2{cursor:pointer}
.emmp-project-card-v2:hover{transform:translateY(-2px);box-shadow:0 18px 40px rgba(12,74,75,.10)}
.emmp-project-back{display:flex!important;margin-bottom:12px!important;width:max-content}
.emmp-project-detail{margin-top:8px}
.emmp-activity-panel{margin-top:18px}
.emmp-activity-row{align-items:flex-start}
.emmp-activity-row strong b{font-weight:700;color:var(--teal)}
@media(max-width:760px){.emmp-modal-close{width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important}.emmp-activity-panel{margin-top:12px}}

/* v1.0.0 — production workflow upgrades */
#emmp-root .emmp-app, .emmp-app, .emmp-app button, .emmp-app input, .emmp-app select, .emmp-app textarea{font-family:'Questrial',sans-serif!important}
.emmp-due-inline,.emmp-due-badge{font-size:10px;font-weight:700;border-radius:999px;padding:5px 9px;white-space:nowrap}
.emmp-due-inline.overdue,.emmp-due-badge.overdue{color:#B83D35;background:#FFF0EE}.emmp-due-inline.today,.emmp-due-badge.today{color:#A56A00;background:#FFF7D9}.emmp-due-inline.soon,.emmp-due-badge.soon{color:#6C6E24;background:#F6F6D7}.emmp-dashboard-due.overdue{color:#B83D35!important}.emmp-dashboard-due.today{color:#A56A00!important}.emmp-dashboard-due.soon{color:#6C6E24!important}.emmp-schedule-date.overdue{color:#B83D35!important}.emmp-schedule-date.today,.emmp-schedule-date.soon{color:#5E7024!important}
.emmp-manager-overview{margin-bottom:18px;padding:18px 20px}.emmp-manager-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:14px 0}.emmp-manager-metrics>div{background:#FAFCFB;border:1px solid #E5ECE9;border-radius:16px;padding:13px 15px}.emmp-manager-metrics strong{display:block;font-size:24px;color:#173039}.emmp-manager-metrics span{display:block;margin-top:4px;font-size:10px;color:#84939D}.emmp-manager-workload{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.emmp-workload-row{display:grid;grid-template-columns:auto 55px;gap:7px;align-items:center;background:#fff;border:1px solid #E7EEEB;border-radius:14px;padding:8px 10px}.emmp-workload-row>span:first-child{display:flex;align-items:center;gap:7px;min-width:0}.emmp-workload-row b{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.emmp-workload-row>span:nth-child(2){font-size:9px;color:#7B8992;text-align:right}.emmp-workload-row i{grid-column:1/-1;height:5px;border-radius:99px;background:#E8EEEB;overflow:hidden}.emmp-workload-row i em{display:block;height:100%;background:linear-gradient(90deg,#65C93B,#A7DF62);border-radius:inherit}
.emmp-notification-popover{z-index:99999!important;width:340px!important;border:1px solid #DDE8E4!important;border-radius:24px!important;box-shadow:0 24px 70px rgba(14,77,79,.18)!important;padding:10px!important;background:rgba(255,255,255,.98)!important}.emmp-popover-head{display:flex;align-items:center;justify-content:space-between;padding:8px 8px 12px;border-bottom:1px solid #E8EFEC}.emmp-popover-head strong{display:block;font-size:15px}.emmp-popover-head small{display:block;margin-top:3px;color:#8997A1;font-size:9px}.emmp-popover-close{width:38px!important;height:38px!important;min-width:38px!important;border-radius:50%!important;border:1px solid #D8E6E1!important;background:#F5FAF7!important;color:#0E5B5D!important;display:grid!important;place-items:center!important;padding:0!important}.emmp-popover-close svg{width:16px!important;height:16px!important}.emmp-popover-close:hover{background:#69C23E!important;color:#102322!important;border-color:#69C23E!important}.emmp-smart-notification{display:grid!important;grid-template-columns:32px 1fr!important;gap:10px!important;align-items:center!important;padding:10px 8px!important;border-bottom:1px solid #EEF3F0!important}.emmp-smart-notification:last-child{border-bottom:0!important}.emmp-smart-notification:hover{background:#F7FBF8!important}.emmp-smart-notification .emmp-notif-icon{width:30px;height:30px;border-radius:10px;display:grid;place-items:center;background:#EDF7E8;color:#438E2E;font-weight:700}.emmp-smart-notification.overdue .emmp-notif-icon{background:#FFF0EE;color:#B83D35}.emmp-smart-notification.review .emmp-notif-icon{background:#F5F6D9;color:#7B7C28}.emmp-smart-notification.mention .emmp-notif-icon{background:#EFEAFF;color:#6D5BD0}.emmp-smart-notification strong,.emmp-smart-notification small{display:block}.emmp-smart-notification strong{font-size:11px;color:#1D2D3A}.emmp-smart-notification small{margin-top:3px;color:#83909A;font-size:9px}
body.emmp-drawer-open{overflow:hidden}.emmp-drawer-backdrop{position:fixed;inset:0;background:rgba(11,46,48,.34);backdrop-filter:blur(7px);z-index:100000}.emmp-task-drawer{position:fixed;z-index:100001;right:0;top:0;bottom:0;width:min(540px,96vw);background:#fff;box-shadow:-28px 0 80px rgba(14,77,79,.20);border-left:1px solid #DDE8E4;display:flex;flex-direction:column;animation:emmpDrawerIn .22s ease}.emmp-drawer-head{padding:28px 28px 22px;border-bottom:1px solid #E7EEEB;display:flex;justify-content:space-between;gap:20px}.emmp-drawer-head h2{margin:5px 0 5px;font-size:25px;color:#172A3B;line-height:1.15}.emmp-drawer-head>div>span:last-child{font-size:10px;color:#84929D}.emmp-drawer-close{width:46px!important;height:46px!important;min-width:46px!important;border-radius:50%!important;background:#F3F8F5!important;border:1px solid #DCE9E4!important;color:#0E5B5D!important;display:grid!important;place-items:center!important;padding:0!important}.emmp-drawer-close svg{width:19px;height:19px}.emmp-drawer-close:hover{background:#69C23E!important;border-color:#69C23E!important;color:#102322!important}.emmp-drawer-body{overflow:auto;padding:22px 28px 40px}.emmp-drawer-status-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.emmp-drawer-meta{display:grid;grid-template-columns:1fr 1fr;gap:10px}.emmp-drawer-meta>div{padding:12px 13px;background:#FAFCFB;border:1px solid #E5ECE9;border-radius:14px}.emmp-drawer-meta small{display:block;color:#8996A0;font-size:9px;margin-bottom:6px}.emmp-drawer-meta strong{display:flex;align-items:center;gap:6px;font-size:11px;color:#20323E}.emmp-drawer-progress{height:7px;background:#E9EFED;border-radius:99px;margin:16px 0}.emmp-drawer-progress i{display:block;height:100%;background:linear-gradient(90deg,#66C93A,#9CDE5E);border-radius:inherit}.emmp-drawer-actions{display:flex;gap:8px;margin-bottom:20px}.emmp-drawer-actions select{height:42px;border:1px solid #DDE8E4;border-radius:12px;background:#fff;padding:0 34px 0 13px;font-weight:700;color:#20323E}.emmp-drawer-actions .emmp-primary{height:42px}.emmp-drawer-section{padding-top:18px;margin-top:18px;border-top:1px solid #E9EFED}.emmp-drawer-section h3{margin:0;font-size:14px;color:#20323E}.emmp-drawer-section>p{font-size:11px;line-height:1.65;color:#687983}.emmp-drawer-section-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.emmp-drawer-section-head span{font-size:9px;color:#98A4AA}.emmp-comments{display:flex;flex-direction:column;gap:10px;margin:13px 0}.emmp-comment{display:grid;grid-template-columns:32px 1fr;gap:9px}.emmp-comment>div:last-child{background:#F7FAF8;border:1px solid #E5ECE9;border-radius:14px;padding:9px 11px}.emmp-comment strong{font-size:10px;color:#23333F}.emmp-comment small{margin-left:6px;font-size:8px;color:#9AA6AD}.emmp-comment p{font-size:10px;line-height:1.5;color:#596B74;margin:5px 0 0}.emmp-comment-form textarea{width:100%;resize:vertical;border:1px solid #DCE7E2;border-radius:14px;padding:11px 12px;font-size:10px;min-height:76px;outline:none}.emmp-comment-form textarea:focus{border-color:#69C23E;box-shadow:0 0 0 3px rgba(105,194,62,.10)}.emmp-comment-form button{margin-top:7px;height:40px}.emmp-task-history{margin-top:12px}.emmp-task-history>div{display:grid;grid-template-columns:10px 1fr;gap:9px}.emmp-task-history>div>span{width:7px;height:7px;border-radius:50%;background:#69C23E;margin-top:5px}.emmp-task-history p{margin:0 0 10px;font-size:10px;color:#62727C}.emmp-task-history small{display:block;color:#9AA6AD;font-size:8px;margin-top:3px}@keyframes emmpDrawerIn{from{transform:translateX(100%);opacity:.6}to{transform:translateX(0);opacity:1}}
@media(max-width:760px){.emmp-manager-metrics{grid-template-columns:1fr 1fr}.emmp-manager-workload{grid-template-columns:1fr}.emmp-task-drawer{width:100%}.emmp-drawer-head{padding:22px 18px 18px}.emmp-drawer-body{padding:18px}.emmp-drawer-meta{grid-template-columns:1fr 1fr}}

/* v1.0.2 — final login UI matched to supplied front-end reference */
.emmp-login-shell{
  min-height:100vh;
  background:#f5f7f6;
  display:grid;
  grid-template-columns:minmax(520px,42%) minmax(680px,58%);
  gap:0;
  font-family:Questrial,ui-sans-serif,system-ui,sans-serif;
}
.emmp-login-card{
  width:min(520px,calc(100% - 72px));
  margin:auto;
  padding:48px 52px 40px;
  background:#fff;
  border:1px solid rgba(14,77,79,.05);
  border-radius:34px;
  box-shadow:0 24px 70px rgba(14,77,79,.09);
  position:relative;
  z-index:3;
}
.emmp-login-brand{display:flex;align-items:center;gap:10px;margin:0 0 58px;color:#153B4A}
.emmp-login-brand-mark{display:grid;place-items:center;width:43px;height:36px;border-radius:10px;background:#69c23e;color:#fff;font-weight:900;font-size:16px;letter-spacing:-1px;box-shadow:0 6px 14px rgba(105,194,62,.18)}
.emmp-login-brand-copy{display:flex;flex-direction:column;line-height:1}
.emmp-login-brand-copy strong{font-size:24px;letter-spacing:-.8px}
.emmp-login-brand-copy small{font-size:9px;letter-spacing:1.2px;font-weight:800;color:#29465A;margin-top:5px}
.emmp-login-card h1{font-size:36px;letter-spacing:-1.4px;margin:0 0 9px;color:#172A3B}
.emmp-login-card>p{font-size:15px;line-height:1.5;color:#8A9AAD;margin:0 0 31px}
.emmp-login-form label{display:block;color:#526879;font-size:12px;font-weight:800;margin:16px 0 8px}
.emmp-login-form input[type=text],.emmp-login-form input[type=password]{width:100%;height:58px;border:1px solid #DDE6E5;border-radius:18px;padding:0 16px;outline:0;background:#fff;color:#1E3140;box-sizing:border-box;font-family:inherit;font-size:14px}
.emmp-login-form input::placeholder{color:#A3AFB8}
.emmp-login-form input[type=text]:focus,.emmp-login-form input[type=password]:focus{border-color:#9BCB89;box-shadow:0 0 0 4px rgba(107,203,60,.10)}
.emmp-login-options{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:17px;font-size:12px}
.emmp-login-options .emmp-remember{display:flex;align-items:center;gap:7px;margin:0!important;font-weight:400!important;color:#7E8B96!important}
.emmp-login-options .emmp-remember input{width:16px;height:16px;margin:0;accent-color:#69c23e}
.emmp-login-options a{color:#69ad3f;text-decoration:none;font-weight:700}
.emmp-login-options a:hover{text-decoration:underline}
.emmp-login-form button{width:100%;height:62px;margin-top:24px;border:0;background:linear-gradient(180deg,#6fd23f 0%,#63c436 100%);color:#102322;border-radius:31px;font-weight:850;font-size:16px;font-family:inherit;box-shadow:0 14px 30px rgba(105,194,62,.22);cursor:pointer}
.emmp-login-form button:hover{filter:brightness(1.03);transform:translateY(-1px)}
.emmp-login-card>small{display:block;text-align:center;color:#A1AAB2;margin-top:27px;font-size:11px}
.emmp-login-art{
  position:relative;
  min-height:100vh;
  overflow:hidden;
  background-color:#0B6667;
  background-image:var(--em-login-art);
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  border-radius:0;
  box-shadow:none;
  isolation:isolate;
}
.emmp-login-art:before,.emmp-login-art:after,.emmp-login-art-glow{display:none!important}
.emmp-login-art-copy{display:none!important}
.emmp-login-mascot,.emmp-login-art h2{display:none}
@media(max-width:1180px){
  .emmp-login-shell{grid-template-columns:minmax(470px,44%) minmax(560px,56%)}
  .emmp-login-card{width:min(500px,calc(100% - 50px));padding:42px 44px 36px}
}
@media(max-width:980px){
  .emmp-login-shell{grid-template-columns:1fr;min-height:100vh}
  .emmp-login-art{display:block;min-height:440px;order:-1;background-size:cover;background-position:center center}
  .emmp-login-card{width:min(520px,calc(100% - 32px));margin:-70px auto 30px;padding:38px 34px 34px;border-radius:30px}
}
@media(max-width:760px){
  .emmp-login-art{min-height:330px}
  .emmp-login-card{width:calc(100% - 28px);padding:30px 24px 28px;margin:-48px auto 24px;border-radius:28px}
  .emmp-login-brand{margin-bottom:38px}
  .emmp-login-card h1{font-size:30px}
  .emmp-login-options{font-size:11px}
}


/* Administrator team-role controls */
.emmp-team-person{min-width:0;flex:1}
.emmp-team-person strong{display:block}
.emmp-team-person small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.emmp-team-role{min-width:220px}
.emmp-team-role label{display:flex;flex-direction:column;gap:5px;color:#8795A4;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.7px}
.emmp-team-role-select{width:100%;height:42px;border:1px solid #DDE8E4;border-radius:14px;background:#fff;color:#17343D;padding:0 34px 0 12px;outline:none;box-shadow:0 5px 16px rgba(14,77,79,.04);font-family:inherit;font-size:12px}
.emmp-team-role-select:focus{border-color:#9BCB89;box-shadow:0 0 0 4px rgba(107,203,60,.10)}
.emmp-team-designation{display:inline-flex;align-items:center;min-height:38px;padding:0 13px;border-radius:999px;background:#F2F7F4;color:#41636A;font-size:11px;font-weight:700}
@media(max-width:900px){.emmp-team-role{min-width:170px}.emmp-team-row{flex-wrap:wrap}.emmp-team-role{margin-left:58px;flex:1}}


/* v1.0.4 — workflow filters, AI assist and production activity polish */
.emmp-page-intro-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.emmp-filter-select{height:46px;border:1px solid var(--line);background:#fff;border-radius:15px;padding:0 38px 0 14px;color:var(--ink);font:700 12px Questrial, sans-serif;box-shadow:var(--shadow-soft);outline:0}
.emmp-filter-select:focus{border-color:#9BCF89;box-shadow:0 0 0 4px rgba(107,203,60,.10)}
.emmp-ai-brief-wrap{grid-column:1/-1;margin-top:4px}
.emmp-ai-brief-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:7px}
.emmp-ai-brief-head label{margin:0!important}
.emmp-ai-assist{border:1px solid #DCEBD9;background:linear-gradient(180deg,#F4FBEF,#EAF7E2);color:#26733D;border-radius:999px;padding:8px 13px;font:800 11px Questrial,sans-serif;cursor:pointer;box-shadow:0 5px 15px rgba(107,203,60,.10)}
.emmp-ai-assist:hover{background:linear-gradient(180deg,#EAF8E1,#DFF2D4);transform:translateY(-1px)}
.emmp-ai-suggestions{display:flex;flex-direction:column;gap:3px;margin-top:8px;padding:10px 12px;border-radius:13px;background:#F4F9F5;border:1px solid #E0ECE3;color:#557065;font-size:10px;line-height:1.45}
.emmp-ai-suggestions strong{color:var(--teal);font-size:11px}
.emmp-ai-suggestions span{display:block}
.emmp-activity-row strong b{font-weight:700;color:var(--teal)}
@media(max-width:760px){.emmp-page-intro-actions{width:100%}.emmp-page-intro-actions .emmp-filter-select,.emmp-page-intro-actions .emmp-primary{flex:1}.emmp-ai-brief-head{align-items:flex-start}}
/* Keep the workspace free of third-party blue back-to-top widgets. */
#wpfront-scroll-top, .wpfront-scroll-top, #back-to-top, .back-to-top, #scroll-top, .scroll-to-top, .et_pb_scroll_top{display:none!important}

/* v1.0.5 — focused workflow upgrades */
.emmp-task-page-intro{margin-bottom:14px!important}.emmp-task-page-actions{display:flex;align-items:center;gap:10px}.emmp-task-view-controls{display:flex;align-items:center;border:1px solid var(--line);background:#fff;border-radius:14px;padding:3px;box-shadow:var(--shadow-soft);gap:2px}.emmp-task-view-controls button{border:0;background:transparent;color:#6D7D8C;font:700 11px Questrial,inherit;width:42px;height:38px;padding:0;border-radius:11px;cursor:pointer;display:grid;place-items:center;line-height:0}.emmp-task-view-controls button svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.emmp-task-view-controls button.active{background:#EAF7E4;color:#398B27;box-shadow:0 1px 2px rgba(14,77,79,.04)}.emmp-task-view-controls button.has-filter{color:#398B27}.emmp-task-filter-panel{background:#fff;border:1px solid var(--line);border-radius:18px;padding:12px 14px;margin:-4px 0 12px;box-shadow:var(--shadow-soft);display:flex;justify-content:space-between;gap:14px;align-items:end}.emmp-task-filter-panel>div{display:grid;grid-template-columns:repeat(5,minmax(120px,1fr));gap:8px;flex:1}.emmp-task-filter-panel label{font-size:10px;color:#80909A;font-weight:700}.emmp-task-filter-panel select{display:block;width:100%;height:38px;margin-top:5px;border:1px solid var(--line);border-radius:10px;background:#fff;padding:0 10px;color:var(--ink);font:700 11px Questrial,inherit}.emmp-kanban{align-items:start}.emmp-column{display:flex;flex-direction:column;min-height:300px}.emmp-column-tasks{display:grid;gap:10px}.emmp-column-add{margin-top:auto;border:1px dashed #CFE1D9;background:transparent;color:#398B27;border-radius:12px;padding:9px;font:700 11px Questrial,inherit;cursor:pointer}.emmp-column-add:hover{background:#F4FAF1}.emmp-column-empty{min-height:140px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:24px 12px}.emmp-column-empty strong{font-size:12px;color:#74818D}.emmp-column-empty span{font-size:10px;color:#A1ACB4;text-align:center;line-height:1.45;max-width:150px}.emmp-status-action{border:1px solid var(--line);background:#fff;border-radius:999px;height:34px;padding:0 11px;color:var(--teal);font:700 10px Questrial,inherit;display:inline-flex;align-items:center;gap:5px;cursor:pointer}.emmp-status-action svg{width:12px;height:12px;transform:rotate(90deg)}.emmp-task-menu-btn{margin-left:auto;border:1px solid var(--line)!important;background:#fff!important}.emmp-task-menu,.emmp-inline-status-menu{position:absolute;z-index:110;background:#fff;border:1px solid var(--line);border-radius:13px;box-shadow:0 16px 40px rgba(14,77,79,.16);padding:5px;min-width:145px}.emmp-task-menu button,.emmp-inline-status-menu button{width:100%;border:0;background:#fff;color:var(--ink);text-align:left;padding:9px 10px;border-radius:9px;font:700 11px Questrial,inherit;display:flex;align-items:center;gap:8px;cursor:pointer}.emmp-task-menu button:hover,.emmp-inline-status-menu button:hover{background:#F3F8F5}.emmp-task-menu button.danger{color:#B74646}.emmp-task-menu svg{width:15px;height:15px}.emmp-task-list-panel{padding:12px}.emmp-task-list-table{overflow:auto}.emmp-task-list-head,.emmp-task-list-row{display:grid;grid-template-columns:2fr .9fr 1.15fr 1.1fr 1.05fr 1.2fr 40px;align-items:center;gap:12px;padding:12px 13px}.emmp-task-list-head{font-size:9px;text-transform:uppercase;letter-spacing:1px;color:#87949D;border-bottom:1px solid var(--line)}.emmp-task-list-row{border-bottom:1px solid #EEF3F0;font-size:11px;min-width:760px;cursor:pointer}.emmp-task-list-row:last-child{border-bottom:0}.emmp-task-list-row>div:first-child{display:flex;flex-direction:column;gap:3px}.emmp-task-list-row strong{font-size:12px}.emmp-task-list-row small{color:#96A2AD;font-size:9px}.emmp-list-progress{display:flex;align-items:center;gap:7px}.emmp-list-progress b{font-size:10px}.emmp-list-progress i{height:6px;background:#E6ECE9;border-radius:99px;overflow:hidden;flex:1}.emmp-list-progress em{display:block;height:100%;background:var(--progress-color,#69C23E);border-radius:99px}.emmp-smart-assignment{display:block;margin-top:5px;color:#4B9B37;font-size:9px}.emmp-heatmap{margin-top:18px;padding-top:16px;border-top:1px solid #EEF3F0}.emmp-heatmap-head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:10px}.emmp-heatmap-head strong{font-size:13px}.emmp-heatmap-head span{font-size:9px;color:#97A3AC}.emmp-heatmap-grid{display:grid;grid-template-columns:140px repeat(7,1fr);gap:5px;align-items:center}.emmp-heatmap-grid>b{text-align:center;font-size:8px;color:#94A0AA;text-transform:uppercase}.emmp-heatmap-grid>strong{font-size:9px;color:#647482}.emmp-heatmap-grid>span{height:28px;border-radius:7px;background:#F0F4F2;display:grid;place-items:center;font-size:8px;color:#70817D}.emmp-heatmap-grid>span.heat-1{background:#E5F4DC}.emmp-heatmap-grid>span.heat-2{background:#CDEAAE}.emmp-heatmap-grid>span.heat-3{background:#9EDB6D}.emmp-heatmap-grid>span.heat-4{background:#6BCB3C;color:#102322}.emmp-ideas-panel{padding:18px}.emmp-idea-compose{display:grid;grid-template-columns:1.3fr 1.7fr auto;gap:9px;align-items:end;margin-bottom:16px}.emmp-idea-compose input,.emmp-idea-compose textarea{width:100%;border:1px solid var(--line);border-radius:13px;background:#fff;padding:11px 12px;color:var(--ink);font:13px Questrial,inherit;resize:vertical}.emmp-idea-compose input{height:42px}.emmp-idea-compose textarea{min-height:42px}.emmp-ideas-list{display:grid;gap:8px}.emmp-idea-card{display:flex;justify-content:space-between;gap:14px;align-items:center;border:1px solid var(--line);border-radius:16px;padding:13px 14px;background:#fff}.emmp-idea-card.converted{opacity:.65}.emmp-idea-card h3{margin:4px 0;font-size:13px}.emmp-idea-card p{margin:0 0 5px;font-size:10px;color:#7F8D99}.emmp-idea-card small{color:#A0AAB2;font-size:9px}.emmp-idea-status{font-size:8px;text-transform:uppercase;letter-spacing:1px;color:#4B982F;background:#EDF8E9;padding:4px 7px;border-radius:999px}.emmp-calendar-filters{display:flex;gap:7px;padding:12px 24px;border-bottom:1px solid #EEF3F0;overflow:auto}.emmp-calendar-filters select{height:34px;border:1px solid var(--line);background:#fff;border-radius:10px;padding:0 10px;color:var(--ink);font:700 10px Questrial,inherit;white-space:nowrap}.emmp-calendar-task-list .emmp-task-card{cursor:pointer}.emmp-notification-popover{border:1px solid var(--line)!important;border-radius:20px!important;box-shadow:0 20px 55px rgba(14,77,79,.16)!important}.emmp-smart-notification{border:1px solid #EEF3F0!important;border-radius:13px!important;background:#fff!important}.emmp-smart-notification:hover{background:#F6FAF8!important}.emmp-notif-icon{width:30px;height:30px;border-radius:10px;background:#EDF7E9!important;color:#4D982F!important;display:grid;place-items:center;font-weight:800}.emmp-smart-notification.overdue .emmp-notif-icon{background:#FFF0EF!important;color:#B74A4A!important}.emmp-smart-notification.review .emmp-notif-icon{background:#F4F3DF!important;color:#7A811F!important}
@media(max-width:980px){.emmp-task-filter-panel>div{grid-template-columns:repeat(2,1fr)}.emmp-task-page-actions{width:100%;justify-content:space-between}.emmp-idea-compose{grid-template-columns:1fr}.emmp-heatmap-grid{grid-template-columns:100px repeat(7,1fr)}}
@media(max-width:600px){.emmp-task-page-actions{flex-wrap:wrap}.emmp-task-filter-panel{display:block}.emmp-task-filter-panel>div{grid-template-columns:1fr 1fr;margin-bottom:8px}.emmp-task-filter-panel .emmp-link{width:100%}.emmp-task-list-row{min-width:760px}.emmp-calendar-filters{padding:10px}.emmp-heatmap{overflow:auto}.emmp-heatmap-grid{min-width:650px}.emmp-idea-card{align-items:flex-start;flex-direction:column}.emmp-idea-card .emmp-secondary{width:100%}}

/* v1.0.6 — compact Kanban task cards and single-line status action */
.emmp-column .emmp-task-card.compact{display:block;padding:13px 14px 12px;margin:0;border-radius:20px;min-height:0;height:auto;box-shadow:0 4px 14px rgba(12,74,75,.035)}
.emmp-column .emmp-task-card.compact:hover{transform:translateY(-1px);box-shadow:0 9px 22px rgba(12,74,75,.065)}
.emmp-column .emmp-task-card.compact .emmp-task-topline{gap:5px}
.emmp-column .emmp-task-card.compact h3{font-size:15px;line-height:1.22;margin:6px 0 7px}
.emmp-column .emmp-task-card.compact .emmp-task-meta{gap:8px;font-size:10px;line-height:1.2}
.emmp-column .emmp-task-card.compact .emmp-project-label{margin-top:1px;padding:4px 8px}
.emmp-column .emmp-task-card.compact .emmp-task-progress{margin-top:10px}
.emmp-column .emmp-task-card.compact .emmp-progress-row{margin-bottom:6px}
.emmp-column .emmp-task-card.compact .emmp-progress-track{height:6px}
.emmp-column .emmp-task-card.compact .emmp-task-actions{margin-top:9px;justify-content:flex-start;gap:8px}
.emmp-column .emmp-task-card.compact .emmp-status-action{width:150px;min-width:150px;height:36px;padding:0 12px;justify-content:center;white-space:nowrap;flex:0 0 150px}
.emmp-column .emmp-task-card.compact .emmp-status-action svg{flex:0 0 12px}
.emmp-column .emmp-task-card.compact .emmp-task-menu-btn{width:42px;height:36px;flex:0 0 42px}
@media(max-width:600px){.emmp-column .emmp-task-card.compact .emmp-status-action{width:150px;min-width:150px;flex-basis:150px}}

/* v1.1.4 media workflow enhancements */
.emmp-my-work-tabs{display:flex;gap:6px;align-items:center;margin-right:6px}
.emmp-my-work-tabs button{border:1px solid #dfe9e4;background:#fff;color:#52615b;border-radius:999px;padding:7px 11px;font:inherit;font-size:12px;font-weight:600;white-space:nowrap;cursor:pointer}
.emmp-my-work-tabs button b{font-size:11px;margin-left:4px;color:#74827c}
.emmp-my-work-tabs button.active{background:#eaf7e6;border-color:#bfe6b3;color:#277b2a}
.emmp-manager-extra-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:16px}
.emmp-manager-mini-card{background:#fff;border:1px solid #e5ece8;border-radius:22px;padding:18px;box-shadow:0 8px 24px rgba(20,55,43,.05)}
.emmp-eom-row{display:grid;grid-template-columns:24px 36px 1fr auto;align-items:center;gap:10px;padding:10px 0;border-top:1px solid #edf2ef}
.emmp-eom-rank{font-size:12px;color:#6f7d77;text-align:center}
.emmp-eom-row strong{display:block}
.emmp-eom-row small{display:block;color:#7a8781;margin-top:2px;font-size:11px}
.emmp-eom-score{font-size:14px!important;color:#2c8b31}
.emmp-load-row{display:grid;grid-template-columns:110px 24px 1fr 62px;align-items:center;gap:8px;padding:9px 0;border-top:1px solid #edf2ef;font-size:12px}
.emmp-load-row i{height:7px;background:#edf1ee;border-radius:999px;overflow:hidden;display:block}
.emmp-load-row i em{height:100%;display:block;background:#69c23e;border-radius:999px}
.emmp-load-row small{color:#78857f;text-align:right}
.emmp-repeat-pill{white-space:nowrap}
@media(max-width:900px){.emmp-my-work-tabs{width:100%;overflow-x:auto;order:3;padding-top:6px}.emmp-manager-extra-grid{grid-template-columns:1fr}.emmp-load-row{grid-template-columns:90px 22px 1fr 58px}}


/* v1.1.5 task interaction refinements */
.emmp-column .emmp-task-card.compact.is-draggable{cursor:grab}
.emmp-column .emmp-task-card.compact.is-draggable:active{cursor:grabbing}
.emmp-column .emmp-task-card.compact.is-dragging{opacity:.48;transform:rotate(1deg) scale(.985);box-shadow:none}
.emmp-column.drag-over{background:#F4FAF1;border-color:#B9DDAA;box-shadow:inset 0 0 0 2px rgba(105,194,62,.12)}
.emmp-column.drag-over .emmp-column-tasks{min-height:80px}
.emmp-column .emmp-task-card.compact .emmp-status-action{width:132px;min-width:132px;height:34px;padding:0 10px;justify-content:center;white-space:nowrap;flex:0 0 132px;font-size:9.5px}
.emmp-column .emmp-task-card.compact .emmp-task-menu-btn{width:34px;height:34px;flex:0 0 34px;padding:0}
.emmp-status-action:hover{background:#F5FAF7}
.emmp-status-action:focus,.emmp-status-action:active{background:#fff!important;color:var(--teal)!important;outline:2px solid rgba(105,194,62,.22);outline-offset:1px}
.emmp-due-inline.nodate,.emmp-due-badge.nodate{color:#8D98A1;background:#F1F4F3}
.emmp-due-inline.tomorrow,.emmp-due-badge.tomorrow{color:#A56A00;background:#FFF7D9}
.emmp-inline-status-menu button[aria-current="true"]{background:#EEF8E9;color:#398B27}
@media(max-width:600px){.emmp-column .emmp-task-card.compact .emmp-status-action{width:132px;min-width:132px;flex-basis:132px}}

/* v1.1.6 task UX: Kanban uses drag-and-drop instead of an inline Change status action. */
.emmp-column .emmp-task-card.is-draggable{cursor:grab;}
.emmp-column .emmp-task-card.is-draggable:active{cursor:grabbing;}
.emmp-column .emmp-task-card.is-dragging{opacity:.52;transform:scale(.985);box-shadow:0 14px 30px rgba(14,77,79,.12);}
.emmp-column.drag-over{background:#F2FAEE!important;border-color:#B9DFAE!important;box-shadow:inset 0 0 0 2px rgba(105,194,62,.14);}
.emmp-task-actions{justify-content:flex-end!important;}
.emmp-task-actions .emmp-task-menu-btn{width:36px;height:36px;flex:0 0 36px;}
.emmp-my-work-tabs{display:flex;align-items:center;gap:3px;margin-right:2px;}
.emmp-my-work-tabs button{border:1px solid var(--line);background:#fff;color:#687986;border-radius:999px;padding:9px 12px;font:700 11px Questrial,inherit;cursor:pointer;white-space:nowrap;}
.emmp-my-work-tabs button b{margin-left:3px;font-size:10px;color:#87959E;}
.emmp-my-work-tabs button.active{background:#EAF7E4;border-color:#CDE9C2;color:#398B27;}
.emmp-my-work-tabs button.active b{color:#398B27;}
@media(max-width:900px){.emmp-my-work-tabs{overflow:auto;max-width:100%;}.emmp-my-work-tabs button{padding:8px 10px;}}

/* v1.1.7 — compact Kanban actions and reliable task menu */
.emmp-column .emmp-task-card.compact{position:relative;}
.emmp-column .emmp-task-card.compact .emmp-task-actions{position:absolute;top:12px;right:12px;margin:0!important;z-index:8;display:flex!important;justify-content:flex-end!important;}
.emmp-column .emmp-task-card.compact .emmp-task-menu-btn{width:34px!important;height:34px!important;min-width:34px!important;border-radius:50%!important;padding:0!important;display:grid!important;place-items:center!important;}
.emmp-task-menu{position:fixed!important;z-index:99999!important;}
.emmp-task-menu button{white-space:nowrap;}
/* One Add Task entry on My Tasks / All Tasks: the global header button is the canonical action. */
.emmp-task-page-actions .emmp-add-task{display:none!important;}

/* v1.2.0 — media operations layer */
.emmp-priority-pill{font-size:8px;padding:4px 7px;border-radius:999px;font-weight:800;background:#F1F3F2;color:#738079;white-space:nowrap}
.emmp-priority-pill.high,.emmp-priority-pill.attention{background:#FFF5D9;color:#9B6800}
.emmp-priority-pill.critical{background:#FFEDEC;color:#B74747}
.emmp-priority-pill.low{background:#F1F4F3;color:#718079}
.emmp-waiting-pill{font-size:8px;padding:4px 7px;border-radius:999px;background:#FFF7E3;color:#9A6D15;white-space:nowrap}
.emmp-estimate{font-size:9px;color:#7E8B85}
.emmp-form-hint{font-size:9px;color:#9AA6AE;font-weight:400;margin-left:4px}
.emmp-ai-row{display:flex;align-items:center;gap:10px;margin-top:-2px}
.emmp-ai-row #emmp-ai-assist{white-space:nowrap}
.emmp-ai-suggestions{display:flex;gap:7px;align-items:center;flex-wrap:wrap;color:#4B8F38;font-size:10px;background:#F1F9ED;border:1px solid #DDEFD6;border-radius:12px;padding:8px 10px;flex:1}
.emmp-ai-suggestions span{display:block}
.emmp-drawer-workflow-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:10px}
.emmp-drawer-workflow-grid label{display:grid;gap:6px;font-size:9px;color:#7F8C95;font-weight:700}
.emmp-drawer-workflow-grid select{height:36px;border:1px solid var(--line);border-radius:11px;background:#fff;padding:0 10px;font:700 11px Questrial,inherit;color:var(--ink)}
.emmp-drawer-workflow-grid small{display:block;color:#89959D;font-size:9px;margin-bottom:6px}.emmp-drawer-priority{display:block;font-size:12px;padding:9px 10px;border-radius:11px;background:#F3F6F4;color:#4F615B}.emmp-drawer-priority.attention{background:#FFF7E1;color:#956500}.emmp-drawer-priority.critical{background:#FFF0EF;color:#B74747}
.emmp-approval-actions{display:flex;gap:8px;margin-top:12px}.emmp-approval-actions button{height:34px;padding:0 12px}.emmp-approval-state{margin-top:10px;display:inline-flex;padding:6px 9px;border-radius:999px;background:#F2F5D7;color:#788B20;font-size:9px;font-weight:800}.emmp-approval-state.changes-requested{background:#FFF0EF;color:#B74747}.emmp-approval-state.approved{background:#EAF7E4;color:#398B27}
.emmp-checklist{display:grid;gap:8px;margin-top:10px}.emmp-checklist label{display:flex;align-items:flex-start;gap:9px;font-size:11px;color:#52615B;cursor:pointer}.emmp-checklist input{margin-top:2px;accent-color:var(--green)}.emmp-checklist input:checked+span{text-decoration:line-through;color:#9AA5A0}
.emmp-today-workbar{display:flex;align-items:center;justify-content:space-between;gap:14px;background:#F5FAF2;border:1px solid #E0EFD9;border-radius:16px;padding:11px 14px;margin:0 0 12px}.emmp-today-workbar strong{font-size:12px}.emmp-today-workbar span{font-size:10px;color:#77867F}.emmp-today-workbar .emmp-today-stats{display:flex;gap:12px;flex-wrap:wrap}.emmp-today-workbar b{color:#3C8B2C}
@media(max-width:600px){
  .emmp-today-workbar{align-items:flex-start;flex-direction:column;gap:7px}
  .emmp-drawer-workflow-grid{grid-template-columns:1fr}
  .emmp-ai-row{align-items:stretch;flex-direction:column}
  #wpfront-scroll-top,.wpfront-scroll-top,#back-to-top,.back-to-top,#scroll-top,.scroll-to-top,.et_pb_scroll_top,.elementor-scroll-to-top,.e-scroll-to-top{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}
}

/* v1.2.2 — list view interaction polish */
.emmp-list-status-btn{appearance:none;-webkit-appearance:none;cursor:pointer;border:0!important;display:inline-flex!important;align-items:center;justify-content:flex-start;min-width:112px;height:30px;padding:0 12px!important;text-align:left;transition:.16s ease;box-sizing:border-box}
.emmp-list-status-btn:hover{filter:brightness(.98);transform:translateY(-1px)}
.emmp-list-status-btn:focus{outline:0;box-shadow:0 0 0 3px rgba(107,203,60,.12)}
.emmp-inline-status-menu{min-width:150px}
.emmp-inline-status-menu button.current{background:#F1F8EE;color:#398B27}
.emmp-task-list-row .emmp-row-action{width:36px!important;min-width:36px!important;height:36px!important;max-width:36px!important;padding:0!important;border-radius:50%!important;aspect-ratio:1/1;display:grid!important;place-items:center!important;justify-self:end;flex:0 0 36px}
.emmp-task-list-row .emmp-task-menu-btn svg{width:15px;height:15px}
.emmp-task-list-head>span:last-child{text-align:center}
@media(max-width:600px){.emmp-task-list-row .emmp-row-action{width:36px!important;min-width:36px!important}}


/* v1.2.4 — calendar navigation + due-date picker polish */
.emmp-calendar-toolbar .emmp-circle-btn{width:48px!important;height:48px!important;min-width:48px!important;min-height:48px!important;flex:0 0 48px!important;padding:0!important;border-radius:50%!important;aspect-ratio:1/1!important;display:grid!important;place-items:center!important;line-height:1!important}
.emmp-calendar-toolbar .emmp-circle-btn svg{width:19px!important;height:19px!important;display:block!important}
.emmp-due-date-field{position:relative}
.emmp-date-input-wrap{position:relative}
.emmp-date-input-wrap input[type=date]{padding-right:46px!important}
.emmp-date-input-wrap:after{content:'⌄';position:absolute;right:16px;top:50%;transform:translateY(-52%);color:#7B8C95;font-size:15px;pointer-events:none}
.emmp-date-presets{display:flex;gap:6px;flex-wrap:wrap;margin-top:8px}
.emmp-date-presets button{border:1px solid #DDE9E4;background:#F8FBFA;color:#3E6F67;border-radius:999px;padding:6px 10px;font-size:9px;font-weight:800;cursor:pointer;transition:.15s ease}
.emmp-date-presets button:hover{background:#EEF8EA;border-color:#CFE6C7;color:#3F8D2B;transform:translateY(-1px)}
.emmp-date-hint{display:block!important;margin-top:7px;color:#94A2A8!important;font-size:9px!important;font-weight:600!important;line-height:1.45}
@media(max-width:760px){.emmp-calendar-toolbar .emmp-circle-btn{width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;flex-basis:42px!important}.emmp-calendar-toolbar .emmp-circle-btn svg{width:17px!important;height:17px!important}.emmp-date-presets{gap:5px}.emmp-date-presets button{padding:6px 9px;font-size:8px}}

/* v1.2.6 — task save action + scroll-safe friendly due-date picker */
.emmp-task-top-actions{position:sticky;top:-1px;z-index:25;display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:10px 0 14px;margin:-8px 0 2px;background:linear-gradient(180deg,#fff 78%,rgba(255,255,255,0) 100%);}
.emmp-task-save-hint{margin-right:auto;color:#97A5AA;font-size:10px;font-weight:700;}
.emmp-task-top-submit{min-height:42px!important;padding:0 18px!important;border-radius:13px!important;font-size:11px!important;box-shadow:0 8px 20px rgba(107,203,60,.18)!important;}
.emmp-due-date-field{position:relative!important;z-index:30;}
.emmp-date-input-wrap{position:relative!important;z-index:31;}
.emmp-date-trigger{width:100%;min-height:48px;border:1px solid var(--line);border-radius:16px;background:#fff;color:var(--ink);padding:0 13px;display:flex;align-items:center;gap:10px;text-align:left;cursor:pointer;font:700 12px Questrial,inherit;transition:.16s ease;}
.emmp-date-trigger:hover{border-color:#BBD8CF;background:#FCFEFD;}
.emmp-date-trigger:focus{outline:0;border-color:#9BCB89;box-shadow:0 0 0 4px rgba(107,203,60,.1);}
.emmp-date-trigger.has-value{border-color:#B7DFA9;background:#FBFEFA;}
.emmp-date-trigger-icon{width:30px;height:30px;border-radius:10px;background:#EEF8E9;display:grid;place-items:center;font-size:15px;flex:0 0 30px;}
.emmp-date-trigger-text{flex:1;color:#73828A;}
.emmp-date-trigger.has-value .emmp-date-trigger-text{color:var(--ink);}
.emmp-date-trigger-chevron{font-size:15px;color:#7B8C95;line-height:1;}
.emmp-date-picker{position:absolute;left:0;top:calc(100% + 9px);width:min(360px,calc(100vw - 36px));background:#fff;border:1px solid #DDE9E4;border-radius:24px;box-shadow:0 24px 60px rgba(14,77,79,.18);padding:15px;z-index:100;}
.emmp-date-picker[hidden]{display:none!important;}
.emmp-date-picker.open-up{top:auto;bottom:calc(100% + 9px);}
.emmp-dp-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:13px;}
.emmp-dp-head>div:first-child{display:flex;flex-direction:column;gap:4px;}
.emmp-dp-head span{font-size:8px;letter-spacing:1.8px;color:#4E9A38;font-weight:900;}
.emmp-dp-head strong{font-size:17px;color:var(--ink);letter-spacing:-.25px;}
.emmp-dp-nav{display:flex;gap:7px;}
.emmp-dp-nav button{width:38px;height:38px;border-radius:50%;border:1px solid #DCE8E4;background:#fff;color:var(--teal);font:400 22px/1 Questrial,inherit;display:grid;place-items:center;cursor:pointer;transition:.15s;}
.emmp-dp-nav button:hover{background:#EEF8E9;border-color:#CDE6C3;color:#398B27;transform:translateY(-1px);}
.emmp-dp-week,.emmp-dp-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:5px;}
.emmp-dp-week{margin-bottom:5px;}
.emmp-dp-week b{text-align:center;color:#9AA6AD;font-size:8px;font-weight:900;text-transform:uppercase;}
.emmp-dp-day,.emmp-dp-empty{width:100%;aspect-ratio:1;border-radius:12px;}
.emmp-dp-day{border:1px solid transparent;background:#fff;color:var(--ink);font:700 11px Questrial,inherit;cursor:pointer;display:grid;place-items:center;position:relative;transition:.14s;}
.emmp-dp-day:hover{background:#F1F8EE;border-color:#D2E9C9;color:#398B27;}
.emmp-dp-day.today{border-color:#69C23E;color:#398B27;}
.emmp-dp-day.today:after{content:'';position:absolute;bottom:5px;width:4px;height:4px;border-radius:50%;background:#69C23E;}
.emmp-dp-day.selected{background:var(--teal);border-color:var(--teal);color:#fff;box-shadow:0 7px 15px rgba(14,89,90,.18);}
.emmp-dp-day.selected.today:after{background:#B8E986;}
.emmp-dp-footer{display:flex;gap:6px;flex-wrap:wrap;border-top:1px solid #EEF3F0;margin-top:12px;padding-top:11px;}
.emmp-dp-footer button{border:1px solid #DDE9E4;background:#F8FBFA;color:#3E6F67;border-radius:999px;padding:7px 10px;font:800 9px Questrial,inherit;cursor:pointer;}
.emmp-dp-footer button:hover{background:#EEF8E9;border-color:#CFE6C7;color:#3F8D2B;}
@media(max-width:760px){
 .emmp-task-top-actions{padding:8px 0 12px;}
 .emmp-task-save-hint{font-size:9px;}
 .emmp-task-top-submit{padding:0 14px!important;min-height:40px!important;}
 .emmp-date-picker{width:min(340px,calc(100vw - 42px));padding:13px;border-radius:21px;}
 .emmp-dp-day{border-radius:10px;font-size:10px;}
 .emmp-dp-nav button{width:34px;height:34px;}
}

/* Dashboard refresh — compact CRM workspace hierarchy */
#emmp-root .emmp-dashboard-status-grid,
.emmp-app .emmp-dashboard-status-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:7px}
#emmp-root .emmp-dashboard-stat,
.emmp-app .emmp-dashboard-stat{appearance:none;border:1px solid var(--line);text-align:left;cursor:pointer;min-height:92px;padding:17px 18px;display:flex;align-items:center;gap:13px;border-radius:var(--radius);box-shadow:var(--shadow-soft);transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}
#emmp-root .emmp-dashboard-stat:hover,.emmp-app .emmp-dashboard-stat:hover{transform:translateY(-1px);box-shadow:0 12px 28px rgba(22,69,67,.08);border-color:#D7E5DE}
#emmp-root .emmp-dashboard-stat>span:last-child,.emmp-app .emmp-dashboard-stat>span:last-child{display:block}
#emmp-root .emmp-dashboard-status-caption,.emmp-app .emmp-dashboard-status-caption{display:flex;align-items:center;gap:8px;margin:0 2px 17px;color:#54716F;font-size:11px}
#emmp-root .emmp-dashboard-status-caption span,.emmp-app .emmp-dashboard-status-caption span{font-weight:800;color:#4B9D31}
#emmp-root .emmp-dashboard-status-caption small,.emmp-app .emmp-dashboard-status-caption small{color:var(--muted)}
#emmp-root .emmp-dashboard-focus,.emmp-app .emmp-dashboard-focus{display:grid;grid-template-columns:minmax(180px,1.25fr) repeat(3,minmax(120px,1fr));align-items:center;gap:8px;background:#FBFDFB;border:1px solid #DDEBDD;border-radius:18px;padding:10px 12px;margin-bottom:18px}
#emmp-root .emmp-dashboard-focus-title,.emmp-app .emmp-dashboard-focus-title{padding:3px 10px}
#emmp-root .emmp-dashboard-focus-title .emmp-section-kicker,.emmp-app .emmp-dashboard-focus-title .emmp-section-kicker{font-size:8px;margin:0;color:#4D9A32}
#emmp-root .emmp-dashboard-focus-title h2,.emmp-app .emmp-dashboard-focus-title h2{font-size:16px;margin:2px 0 0}
#emmp-root .emmp-dashboard-focus-metric,.emmp-app .emmp-dashboard-focus-metric{appearance:none;border:0;background:#fff;border:1px solid #E3ECE6;border-radius:13px;min-height:54px;padding:8px 12px;text-align:left;cursor:pointer;display:flex;flex-direction:column;justify-content:center;transition:.16s ease}
#emmp-root .emmp-dashboard-focus-metric:hover,.emmp-app .emmp-dashboard-focus-metric:hover{border-color:#C9DFC9;background:#FDFEFD}
#emmp-root .emmp-dashboard-focus-metric strong,.emmp-app .emmp-dashboard-focus-metric strong{font-size:19px;line-height:1;color:var(--ink,#182A3A);font-weight:800}
#emmp-root .emmp-dashboard-focus-metric span,.emmp-app .emmp-dashboard-focus-metric span{font-size:9px;color:#71808B;margin-top:4px;font-weight:700}
#emmp-root .emmp-dashboard-focus-metric.warning strong,.emmp-app .emmp-dashboard-focus-metric.warning strong{color:#D46B42}
#emmp-root .emmp-dashboard-focus-metric.review strong,.emmp-app .emmp-dashboard-focus-metric.review strong{color:#7A8D20}
#emmp-root .emmp-dashboard-focus-arrow,.emmp-app .emmp-dashboard-focus-arrow{width:40px;height:40px;border-radius:50%;border:1px solid #DCE8E0;background:#fff;color:#4B9D31;display:grid;place-items:center;cursor:pointer}
#emmp-root .emmp-dashboard-focus-arrow svg,.emmp-app .emmp-dashboard-focus-arrow svg{width:17px;height:17px}
#emmp-root .emmp-dashboard-main-grid,.emmp-app .emmp-dashboard-main-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(330px,.9fr);gap:18px;margin-bottom:18px}
#emmp-root .emmp-dashboard-preview-panel,#emmp-root .emmp-dashboard-schedule-panel,.emmp-app .emmp-dashboard-preview-panel,.emmp-app .emmp-dashboard-schedule-panel{padding:18px;margin:0}
#emmp-root .emmp-dashboard-panel-actions,.emmp-app .emmp-dashboard-panel-actions{display:flex;align-items:center;gap:13px}
#emmp-root .emmp-dashboard-filter-label,.emmp-app .emmp-dashboard-filter-label{height:34px;display:inline-flex;align-items:center;gap:8px;padding:0 11px;border:1px solid var(--line);border-radius:10px;background:#fff;color:#4E6868;font-size:10px;font-weight:800}
#emmp-root .emmp-dashboard-filter-label span,.emmp-app .emmp-dashboard-filter-label span{font-size:8px;color:#83938F}
#emmp-root .emmp-dashboard-preview-list,.emmp-app .emmp-dashboard-preview-list{display:grid;gap:0;border:1px solid #E7EEEA;border-radius:14px;overflow:hidden;background:#fff}
#emmp-root .emmp-dashboard-preview-row,.emmp-app .emmp-dashboard-preview-row{appearance:none;border:0;border-bottom:1px solid #EEF2F0;background:#fff;width:100%;display:grid;grid-template-columns:minmax(250px,1.8fr) 88px 105px 92px;gap:10px;align-items:center;text-align:left;padding:10px 12px;cursor:pointer;color:var(--ink);min-height:66px;transition:background .15s ease}
#emmp-root .emmp-dashboard-preview-row:last-child,.emmp-app .emmp-dashboard-preview-row:last-child{border-bottom:0}
#emmp-root .emmp-dashboard-preview-row:hover,.emmp-app .emmp-dashboard-preview-row:hover{background:#FAFDFC}
#emmp-root .emmp-dashboard-preview-main,.emmp-app .emmp-dashboard-preview-main{display:flex;align-items:center;gap:10px;min-width:0}
#emmp-root .emmp-dashboard-preview-main>span:last-child,.emmp-app .emmp-dashboard-preview-main>span:last-child{min-width:0}
#emmp-root .emmp-dashboard-preview-main strong,.emmp-app .emmp-dashboard-preview-main strong{display:block;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
#emmp-root .emmp-dashboard-preview-main small,.emmp-app .emmp-dashboard-preview-main small{display:block;margin-top:3px;color:#84929C;font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
#emmp-root .emmp-dashboard-preview-main em,.emmp-app .emmp-dashboard-preview-main em{display:block;margin-top:2px;color:#6E807F;font-size:8px;font-style:normal}
#emmp-root .emmp-dashboard-preview-row .emmp-dashboard-type-icon,.emmp-app .emmp-dashboard-preview-row .emmp-dashboard-type-icon{width:34px;height:34px;flex:0 0 34px}
#emmp-root .emmp-dashboard-preview-status,.emmp-app .emmp-dashboard-preview-status{justify-self:start;padding:5px 8px;font-size:8px}
#emmp-root .emmp-dashboard-preview-due,.emmp-app .emmp-dashboard-preview-due{font-size:9px;font-weight:700;color:#60717A;white-space:nowrap}
#emmp-root .emmp-dashboard-preview-due.overdue,.emmp-app .emmp-dashboard-preview-due.overdue{color:#C95443}
#emmp-root .emmp-dashboard-preview-due.today,.emmp-app .emmp-dashboard-preview-due.today,#emmp-root .emmp-dashboard-preview-due.tomorrow,.emmp-app .emmp-dashboard-preview-due.tomorrow{color:#C7773E}
#emmp-root .emmp-dashboard-preview-progress,.emmp-app .emmp-dashboard-preview-progress{display:flex;align-items:center;gap:7px;min-width:0}
#emmp-root .emmp-dashboard-preview-progress strong,.emmp-app .emmp-dashboard-preview-progress strong{font-size:9px;min-width:25px}
#emmp-root .emmp-dashboard-preview-progress>i,.emmp-app .emmp-dashboard-preview-progress>i{height:6px;flex:1;background:#E7ECEA;border-radius:999px;overflow:hidden}
#emmp-root .emmp-dashboard-preview-progress>i>b,.emmp-app .emmp-dashboard-preview-progress>i>b{height:100%;display:block;border-radius:999px}
#emmp-root .emmp-dashboard-schedule-list,.emmp-app .emmp-dashboard-schedule-list{display:grid;gap:7px}
#emmp-root .emmp-dashboard-schedule-row,.emmp-app .emmp-dashboard-schedule-row{min-height:51px;grid-template-columns:82px minmax(0,1fr) auto;padding:8px 10px;border-radius:12px}
#emmp-root .emmp-dashboard-schedule-row .emmp-schedule-date,.emmp-app .emmp-dashboard-schedule-row .emmp-schedule-date{font-size:8px}
#emmp-root .emmp-dashboard-schedule-row strong,.emmp-app .emmp-dashboard-schedule-row strong{font-size:10px}
#emmp-root .emmp-dashboard-schedule-row small,.emmp-app .emmp-dashboard-schedule-row small{font-size:7px;padding:5px 7px}
#emmp-root .emmp-dashboard-schedule-panel .emmp-full-calendar,.emmp-app .emmp-dashboard-schedule-panel .emmp-full-calendar{margin-top:11px;width:100%;text-align:left;padding:0;border:0;background:transparent;color:#4B9D31;font-size:9px;font-weight:800;cursor:pointer}
#emmp-root .emmp-dashboard-activity-panel,.emmp-app .emmp-dashboard-activity-panel{margin:0;padding:17px 18px}
#emmp-root .emmp-dashboard-activity-list,.emmp-app .emmp-dashboard-activity-list{max-height:290px;overflow:auto;border-top:1px solid #EEF2F0}
#emmp-root .emmp-dashboard-activity-row,.emmp-app .emmp-dashboard-activity-row{display:flex;align-items:flex-start;gap:10px;padding:10px 3px;border-bottom:1px solid #EEF2F0}
#emmp-root .emmp-dashboard-activity-row:last-child,.emmp-app .emmp-dashboard-activity-row:last-child{border-bottom:0}
#emmp-root .emmp-dashboard-activity-dot,.emmp-app .emmp-dashboard-activity-dot{width:7px;height:7px;border-radius:50%;background:#69C23E;box-shadow:0 0 0 4px #EDF8E9;flex:0 0 7px;margin-top:6px}
#emmp-root .emmp-dashboard-activity-row p,.emmp-app .emmp-dashboard-activity-row p{margin:0;font-size:10px;color:#53666E;line-height:1.4}
#emmp-root .emmp-dashboard-activity-row p strong,.emmp-app .emmp-dashboard-activity-row p strong{color:#24343E}
#emmp-root .emmp-dashboard-activity-row p b,.emmp-app .emmp-dashboard-activity-row p b{color:#24343E}
#emmp-root .emmp-dashboard-activity-row p span,.emmp-app .emmp-dashboard-activity-row p span{color:#71828B}
#emmp-root .emmp-dashboard-activity-row small,.emmp-app .emmp-dashboard-activity-row small{display:block;margin-top:3px;color:#8997A0;font-size:8px}
#emmp-root .emmp-dashboard-empty,.emmp-app .emmp-dashboard-empty{min-height:118px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;gap:3px;padding:18px;color:#77888D}
#emmp-root .emmp-dashboard-empty>span,.emmp-app .emmp-dashboard-empty>span{width:32px;height:32px;display:grid;place-items:center;color:#69C23E;margin-bottom:2px}
#emmp-root .emmp-dashboard-empty>span svg,.emmp-app .emmp-dashboard-empty>span svg{width:20px;height:20px}
#emmp-root .emmp-dashboard-empty strong,.emmp-app .emmp-dashboard-empty strong{font-size:11px;color:#43575D}
#emmp-root .emmp-dashboard-empty small,.emmp-app .emmp-dashboard-empty small{font-size:9px;color:#8B989E}
#emmp-root .emmp-dashboard-empty.compact,.emmp-app .emmp-dashboard-empty.compact{min-height:110px}

@media(max-width:980px) and (min-width:761px){
  #emmp-root .emmp-dashboard-main-grid,.emmp-app .emmp-dashboard-main-grid{grid-template-columns:1fr}
}
@media(max-width:760px){
  #emmp-root .emmp-dashboard-status-grid,.emmp-app .emmp-dashboard-status-grid{grid-template-columns:1fr 1fr;gap:9px}
  #emmp-root .emmp-dashboard-stat,.emmp-app .emmp-dashboard-stat{min-height:78px;padding:13px;border-radius:18px}
  #emmp-root .emmp-dashboard-status-caption,.emmp-app .emmp-dashboard-status-caption{margin-bottom:12px}
  #emmp-root .emmp-dashboard-focus,.emmp-app .emmp-dashboard-focus{grid-template-columns:1fr 1fr;gap:7px;padding:9px;border-radius:16px}
  #emmp-root .emmp-dashboard-focus-title,.emmp-app .emmp-dashboard-focus-title{grid-column:1/-1;padding:2px 5px}
  #emmp-root .emmp-dashboard-focus-arrow,.emmp-app .emmp-dashboard-focus-arrow{display:none}
  #emmp-root .emmp-dashboard-main-grid,.emmp-app .emmp-dashboard-main-grid{display:block}
  #emmp-root .emmp-dashboard-preview-panel,.emmp-app .emmp-dashboard-preview-panel{margin-bottom:12px}
  #emmp-root .emmp-dashboard-panel-actions,.emmp-app .emmp-dashboard-panel-actions{gap:8px}
  #emmp-root .emmp-dashboard-filter-label,.emmp-app .emmp-dashboard-filter-label{display:none}
  #emmp-root .emmp-dashboard-preview-list,.emmp-app .emmp-dashboard-preview-list{border-radius:13px}
  #emmp-root .emmp-dashboard-preview-row,.emmp-app .emmp-dashboard-preview-row{grid-template-columns:minmax(0,1fr) auto;gap:7px;padding:11px;min-height:70px}
  #emmp-root .emmp-dashboard-preview-status,.emmp-app .emmp-dashboard-preview-status{grid-column:2;grid-row:1;align-self:start}
  #emmp-root .emmp-dashboard-preview-due,.emmp-app .emmp-dashboard-preview-due{grid-column:1;grid-row:2;margin-left:44px}
  #emmp-root .emmp-dashboard-preview-progress,.emmp-app .emmp-dashboard-preview-progress{grid-column:2;grid-row:2;width:78px}
  #emmp-root .emmp-dashboard-schedule-row,.emmp-app .emmp-dashboard-schedule-row{grid-template-columns:76px minmax(0,1fr) auto}
  #emmp-root .emmp-dashboard-activity-list,.emmp-app .emmp-dashboard-activity-list{max-height:280px}
}

/* v1.2.8 — dashboard status readability + compact due-date calendar controls */
#emmp-root .emmp-dashboard-stat,
.emmp-app .emmp-dashboard-stat{
  color:var(--ink)!important;
  -webkit-text-fill-color:initial!important;
}
#emmp-root .emmp-dashboard-stat .emmp-stat strong,
.emmp-app .emmp-dashboard-stat .emmp-stat strong,
#emmp-root .emmp-dashboard-stat>span:last-child>strong,
.emmp-app .emmp-dashboard-stat>span:last-child>strong{
  color:#24343E!important;
  -webkit-text-fill-color:#24343E!important;
  font-size:30px!important;
  line-height:1!important;
  font-weight:800!important;
}
#emmp-root .emmp-dashboard-stat>span:last-child>small,
.emmp-app .emmp-dashboard-stat>span:last-child>small{
  color:#71808B!important;
  -webkit-text-fill-color:#71808B!important;
  font-size:11px!important;
  margin-top:6px!important;
}

/* Keep the custom deadline calendar compact and make navigation unmistakably circular. */
#emmp-root .emmp-date-picker,
.emmp-app .emmp-date-picker{
  width:min(350px,calc(100vw - 36px))!important;
  padding:14px!important;
  border-radius:22px!important;
}
#emmp-root .emmp-dp-nav,
.emmp-app .emmp-dp-nav{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
}
#emmp-root .emmp-dp-nav button,
.emmp-app .emmp-dp-nav button{
  width:40px!important;
  min-width:40px!important;
  max-width:40px!important;
  height:40px!important;
  min-height:40px!important;
  max-height:40px!important;
  flex:0 0 40px!important;
  padding:0!important;
  margin:0!important;
  aspect-ratio:1/1!important;
  border-radius:50%!important;
  border:1px solid #DCE8E4!important;
  background:#fff!important;
  color:var(--teal)!important;
  display:grid!important;
  place-items:center!important;
  line-height:1!important;
  font-size:20px!important;
  box-sizing:border-box!important;
}
#emmp-root .emmp-dp-nav button:hover,
.emmp-app .emmp-dp-nav button:hover{
  background:#EEF8E9!important;
  border-color:#CDE6C3!important;
  color:#398B27!important;
}
#emmp-root .emmp-dp-week,
#emmp-root .emmp-dp-grid,
.emmp-app .emmp-dp-week,
.emmp-app .emmp-dp-grid{
  gap:4px!important;
}
#emmp-root .emmp-dp-day,
#emmp-root .emmp-dp-empty,
.emmp-app .emmp-dp-day,
.emmp-app .emmp-dp-empty{
  height:38px!important;
  min-height:38px!important;
  aspect-ratio:auto!important;
  border-radius:11px!important;
}
#emmp-root .emmp-dp-day,
.emmp-app .emmp-dp-day{
  font-size:10px!important;
  line-height:1!important;
  font-weight:700!important;
}
#emmp-root .emmp-dp-day.today:after,
.emmp-app .emmp-dp-day.today:after{
  bottom:4px!important;
  width:3px!important;
  height:3px!important;
}
@media(max-width:760px){
  #emmp-root .emmp-dashboard-stat .emmp-stat strong,
  .emmp-app .emmp-dashboard-stat .emmp-stat strong,
  #emmp-root .emmp-dashboard-stat>span:last-child>strong,
  .emmp-app .emmp-dashboard-stat>span:last-child>strong{font-size:24px!important}
  #emmp-root .emmp-dp-nav button,
  .emmp-app .emmp-dp-nav button{
    width:36px!important;min-width:36px!important;max-width:36px!important;
    height:36px!important;min-height:36px!important;max-height:36px!important;
    flex-basis:36px!important;font-size:18px!important;
  }
  #emmp-root .emmp-dp-day,
  #emmp-root .emmp-dp-empty,
  .emmp-app .emmp-dp-day,
  .emmp-app .emmp-dp-empty{height:35px!important;min-height:35px!important}
}


/* v1.2.9 — final due-date calendar polish: compact grid, true circular navigation, stable sizing */
#emmp-root .emmp-date-picker,
.emmp-app .emmp-date-picker{
  width:360px!important;
  max-width:calc(100vw - 32px)!important;
  box-sizing:border-box!important;
  padding:16px!important;
  border-radius:24px!important;
  overflow:visible!important;
  z-index:10050!important;
}
#emmp-root .emmp-dp-head,
.emmp-app .emmp-dp-head{
  min-height:42px!important;
  margin-bottom:12px!important;
}
#emmp-root .emmp-dp-head strong,
.emmp-app .emmp-dp-head strong{
  font-size:18px!important;
  line-height:1.1!important;
}
#emmp-root .emmp-dp-nav,
.emmp-app .emmp-dp-nav{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:8px!important;
  flex:0 0 auto!important;
}
#emmp-root .emmp-dp-nav button,
.emmp-app .emmp-dp-nav button{
  all:unset!important;
  box-sizing:border-box!important;
  width:42px!important;
  height:42px!important;
  min-width:42px!important;
  max-width:42px!important;
  min-height:42px!important;
  max-height:42px!important;
  flex:0 0 42px!important;
  aspect-ratio:1 / 1!important;
  border:1px solid #D8E7E1!important;
  border-radius:50%!important;
  background:#FFFFFF!important;
  color:#0B5D5C!important;
  display:grid!important;
  place-items:center!important;
  padding:0!important;
  margin:0!important;
  font-family:Questrial, sans-serif!important;
  font-size:18px!important;
  font-weight:700!important;
  line-height:1!important;
  text-align:center!important;
  cursor:pointer!important;
  box-shadow:0 4px 12px rgba(14,77,79,.07)!important;
}
#emmp-root .emmp-dp-nav button:hover,
.emmp-app .emmp-dp-nav button:hover{
  background:#EEF8E9!important;
  border-color:#BFDDB4!important;
  color:#398B27!important;
  transform:none!important;
}
#emmp-root .emmp-dp-week,
#emmp-root .emmp-dp-grid,
.emmp-app .emmp-dp-week,
.emmp-app .emmp-dp-grid{
  display:grid!important;
  grid-template-columns:repeat(7,minmax(0,1fr))!important;
  grid-auto-rows:34px!important;
  gap:4px!important;
  width:100%!important;
  box-sizing:border-box!important;
}
#emmp-root .emmp-dp-week,
.emmp-app .emmp-dp-week{
  height:20px!important;
  grid-auto-rows:20px!important;
  margin-bottom:4px!important;
  align-items:center!important;
}
#emmp-root .emmp-dp-week b,
.emmp-app .emmp-dp-week b{
  display:grid!important;
  place-items:center!important;
  height:20px!important;
  font-size:8px!important;
  line-height:1!important;
}
#emmp-root .emmp-dp-day,
#emmp-root .emmp-dp-empty,
.emmp-app .emmp-dp-day,
.emmp-app .emmp-dp-empty{
  width:100%!important;
  height:34px!important;
  min-height:34px!important;
  max-height:34px!important;
  aspect-ratio:auto!important;
  box-sizing:border-box!important;
  border-radius:10px!important;
}
#emmp-root .emmp-dp-day,
.emmp-app .emmp-dp-day{
  border:1px solid transparent!important;
  background:#FFFFFF!important;
  color:#26364B!important;
  font-family:Questrial,sans-serif!important;
  font-size:10px!important;
  font-weight:700!important;
  line-height:1!important;
  padding:0!important;
  margin:0!important;
  display:grid!important;
  place-items:center!important;
  position:relative!important;
}
#emmp-root .emmp-dp-day:hover,
.emmp-app .emmp-dp-day:hover{
  background:#F1F8EE!important;
  border-color:#CDE5C5!important;
  color:#398B27!important;
}
#emmp-root .emmp-dp-day.today,
.emmp-app .emmp-dp-day.today{
  border-color:#69C23E!important;
  color:#398B27!important;
}
#emmp-root .emmp-dp-day.today:after,
.emmp-app .emmp-dp-day.today:after{
  bottom:4px!important;
  width:3px!important;
  height:3px!important;
}
#emmp-root .emmp-dp-day.selected,
.emmp-app .emmp-dp-day.selected{
  background:#0B5D5C!important;
  border-color:#0B5D5C!important;
  color:#FFFFFF!important;
  box-shadow:0 5px 12px rgba(14,89,90,.16)!important;
}
#emmp-root .emmp-dp-footer,
.emmp-app .emmp-dp-footer{
  margin-top:10px!important;
  padding-top:10px!important;
}
@media(max-width:760px){
  #emmp-root .emmp-date-picker,
  .emmp-app .emmp-date-picker{
    width:min(340px,calc(100vw - 28px))!important;
    padding:13px!important;
  }
  #emmp-root .emmp-dp-nav button,
  .emmp-app .emmp-dp-nav button{
    width:38px!important;height:38px!important;min-width:38px!important;max-width:38px!important;
    min-height:38px!important;max-height:38px!important;flex-basis:38px!important;font-size:17px!important;
  }
  #emmp-root .emmp-dp-grid,
  .emmp-app .emmp-dp-grid{grid-auto-rows:32px!important;gap:3px!important}
  #emmp-root .emmp-dp-day,
  #emmp-root .emmp-dp-empty,
  .emmp-app .emmp-dp-day,
  .emmp-app .emmp-dp-empty{height:32px!important;min-height:32px!important;max-height:32px!important}
}


/* v1.3.0 — due-date picker: viewport-safe, compact 7-column calendar */
#emmp-root .emmp-date-picker,
.emmp-app .emmp-date-picker{
  position:fixed!important;
  left:auto!important;
  top:auto!important;
  right:auto!important;
  bottom:auto!important;
  width:344px!important;
  max-width:calc(100vw - 24px)!important;
  max-height:calc(100vh - 24px)!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
  padding:16px!important;
  border:1px solid #DCE9E4!important;
  border-radius:22px!important;
  background:#fff!important;
  box-shadow:0 22px 55px rgba(14,77,79,.20)!important;
  z-index:2147483000!important;
}
#emmp-root .emmp-date-picker[hidden],
.emmp-app .emmp-date-picker[hidden]{display:none!important}
#emmp-root .emmp-dp-head,
.emmp-app .emmp-dp-head{display:flex!important;align-items:center!important;justify-content:space-between!important;min-height:42px!important;margin:0 0 12px!important;gap:12px!important}
#emmp-root .emmp-dp-head strong,
.emmp-app .emmp-dp-head strong{font-size:17px!important;line-height:1.1!important;color:#172A3B!important}
#emmp-root .emmp-dp-nav,
.emmp-app .emmp-dp-nav{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;flex:0 0 auto!important}
#emmp-root .emmp-dp-nav button,
.emmp-app .emmp-dp-nav button{
  box-sizing:border-box!important;
  display:grid!important;
  place-items:center!important;
  width:40px!important;height:40px!important;
  min-width:40px!important;max-width:40px!important;
  min-height:40px!important;max-height:40px!important;
  flex:0 0 40px!important;
  padding:0!important;margin:0!important;
  border:1px solid #D6E6E0!important;
  border-radius:50%!important;
  background:#fff!important;color:#0B5D5C!important;
  font-family:Questrial,sans-serif!important;
  font-size:17px!important;font-weight:800!important;line-height:1!important;
  box-shadow:0 4px 12px rgba(14,77,79,.07)!important;
  cursor:pointer!important;
}
#emmp-root .emmp-dp-nav button:hover,
.emmp-app .emmp-dp-nav button:hover{background:#EEF8E9!important;border-color:#BFDDB4!important;color:#398B27!important}
#emmp-root .emmp-dp-week,
.emmp-app .emmp-dp-week{display:grid!important;grid-template-columns:repeat(7,minmax(0,1fr))!important;gap:4px!important;width:100%!important;height:22px!important;margin:0 0 4px!important;box-sizing:border-box!important}
#emmp-root .emmp-dp-week b,
.emmp-app .emmp-dp-week b{display:grid!important;place-items:center!important;width:100%!important;height:22px!important;font-size:8px!important;line-height:1!important;color:#94A2A8!important;font-weight:850!important}
#emmp-root .emmp-dp-grid,
.emmp-app .emmp-dp-grid{display:grid!important;grid-template-columns:repeat(7,minmax(0,1fr))!important;grid-template-rows:repeat(6,34px)!important;grid-auto-rows:34px!important;gap:4px!important;width:100%!important;height:224px!important;box-sizing:border-box!important}
#emmp-root .emmp-dp-day,
#emmp-root .emmp-dp-empty,
.emmp-app .emmp-dp-day,
.emmp-app .emmp-dp-empty{width:100%!important;height:34px!important;min-width:0!important;min-height:34px!important;max-height:34px!important;box-sizing:border-box!important;aspect-ratio:auto!important;border-radius:10px!important}
#emmp-root .emmp-dp-day,
.emmp-app .emmp-dp-day{display:grid!important;place-items:center!important;padding:0!important;margin:0!important;border:1px solid transparent!important;background:#fff!important;color:#26364B!important;font-family:Questrial,sans-serif!important;font-size:10px!important;font-weight:750!important;line-height:1!important;position:relative!important;cursor:pointer!important}
#emmp-root .emmp-dp-day:hover,
.emmp-app .emmp-dp-day:hover{background:#F1F8EE!important;border-color:#CDE5C5!important;color:#398B27!important}
#emmp-root .emmp-dp-day.today,
.emmp-app .emmp-dp-day.today{border-color:#69C23E!important;color:#398B27!important}
#emmp-root .emmp-dp-day.today:after,
.emmp-app .emmp-dp-day.today:after{content:''!important;position:absolute!important;bottom:4px!important;left:50%!important;transform:translateX(-50%)!important;width:3px!important;height:3px!important;border-radius:50%!important;background:#69C23E!important}
#emmp-root .emmp-dp-day.selected,
.emmp-app .emmp-dp-day.selected{background:#0B5D5C!important;border-color:#0B5D5C!important;color:#fff!important;box-shadow:0 5px 12px rgba(14,89,90,.16)!important}
#emmp-root .emmp-dp-day.selected.today:after,
.emmp-app .emmp-dp-day.selected.today:after{background:#B8E986!important}
#emmp-root .emmp-dp-footer,
.emmp-app .emmp-dp-footer{display:flex!important;align-items:center!important;gap:6px!important;flex-wrap:wrap!important;margin:10px 0 0!important;padding:10px 0 0!important;border-top:1px solid #EEF3F0!important}
#emmp-root .emmp-dp-footer button,
.emmp-app .emmp-dp-footer button{height:30px!important;padding:0 10px!important;border:1px solid #DDE9E4!important;border-radius:999px!important;background:#F8FBFA!important;color:#3E6F67!important;font:800 9px Questrial,sans-serif!important;cursor:pointer!important}
@media(max-width:760px){
 #emmp-root .emmp-date-picker,.emmp-app .emmp-date-picker{width:min(332px,calc(100vw - 20px))!important;padding:13px!important;border-radius:20px!important}
 #emmp-root .emmp-dp-nav button,.emmp-app .emmp-dp-nav button{width:36px!important;height:36px!important;min-width:36px!important;max-width:36px!important;min-height:36px!important;max-height:36px!important;flex-basis:36px!important;font-size:16px!important}
 #emmp-root .emmp-dp-grid,.emmp-app .emmp-dp-grid{grid-template-rows:repeat(6,32px)!important;grid-auto-rows:32px!important;height:210px!important;gap:3px!important}
 #emmp-root .emmp-dp-day,#emmp-root .emmp-dp-empty,.emmp-app .emmp-dp-day,.emmp-app .emmp-dp-empty{height:32px!important;min-height:32px!important;max-height:32px!important;border-radius:9px!important}
}

/* v1.3.2 — due-date picker portal + polished compact calendar */
#emmp-root .emmp-date-picker,
.emmp-app .emmp-date-picker{
  position:fixed!important;
  z-index:2147483647!important;
  width:360px!important;
  max-width:calc(100vw - 24px)!important;
  max-height:none!important;
  overflow:visible!important;
  box-sizing:border-box!important;
  padding:16px!important;
  margin:0!important;
  border:1px solid #DCE9E4!important;
  border-radius:22px!important;
  background:#FFFFFF!important;
  box-shadow:0 22px 55px rgba(14,77,79,.20)!important;
}
.emmp-date-picker{
  position:fixed!important;
}
.emmp-date-picker[hidden]{display:none!important}
.emmp-date-picker .emmp-dp-head{
  min-height:40px!important;
  margin:0 0 12px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
}
.emmp-date-picker .emmp-dp-head>div:first-child{display:flex!important;flex-direction:column!important;gap:4px!important}
.emmp-date-picker .emmp-dp-head span{font-size:8px!important;letter-spacing:1.7px!important;color:#4B982F!important;font-weight:800!important}
.emmp-date-picker .emmp-dp-head strong{font-size:18px!important;line-height:1.1!important;color:#172A3B!important;font-weight:800!important}
.emmp-date-picker .emmp-dp-nav{display:flex!important;gap:8px!important;align-items:center!important}
.emmp-date-picker .emmp-dp-nav button{
  all:unset!important;
  width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;
  flex:0 0 40px!important;box-sizing:border-box!important;
  border:1px solid #D7E6E0!important;border-radius:50%!important;background:#fff!important;
  color:#0B5D5C!important;display:grid!important;place-items:center!important;
  font:800 17px/1 Questrial,sans-serif!important;cursor:pointer!important;
  box-shadow:0 3px 10px rgba(14,77,79,.07)!important;
}
.emmp-date-picker .emmp-dp-nav button:hover{background:#EEF8E9!important;border-color:#BFDDB4!important;color:#398B27!important}
.emmp-date-picker .emmp-dp-week,
.emmp-date-picker .emmp-dp-grid{display:grid!important;grid-template-columns:repeat(7,minmax(0,1fr))!important;width:100%!important;box-sizing:border-box!important}
.emmp-date-picker .emmp-dp-week{grid-template-rows:20px!important;gap:4px!important;height:20px!important;margin:0 0 5px!important}
.emmp-date-picker .emmp-dp-week b{display:grid!important;place-items:center!important;font-size:8px!important;color:#9AA7AD!important;font-weight:800!important}
.emmp-date-picker .emmp-dp-grid{grid-template-rows:repeat(6,36px)!important;grid-auto-rows:36px!important;gap:4px!important;height:236px!important}
.emmp-date-picker .emmp-dp-day,
.emmp-date-picker .emmp-dp-empty{
  width:100%!important;height:36px!important;min-height:36px!important;max-height:36px!important;
  box-sizing:border-box!important;border-radius:11px!important;aspect-ratio:auto!important;
}
.emmp-date-picker .emmp-dp-day{
  display:grid!important;place-items:center!important;padding:0!important;margin:0!important;
  border:1px solid transparent!important;background:#fff!important;color:#26364B!important;
  font:700 10px/1 Questrial,sans-serif!important;position:relative!important;cursor:pointer!important;
}
.emmp-date-picker .emmp-dp-day:hover{background:#F1F8EE!important;border-color:#CDE5C5!important;color:#398B27!important}
.emmp-date-picker .emmp-dp-day.today{border-color:#69C23E!important;color:#398B27!important}
.emmp-date-picker .emmp-dp-day.today:after{content:''!important;position:absolute!important;bottom:5px!important;left:50%!important;transform:translateX(-50%)!important;width:3px!important;height:3px!important;border-radius:50%!important;background:#69C23E!important}
.emmp-date-picker .emmp-dp-day.selected{background:#0B5D5C!important;border-color:#0B5D5C!important;color:#fff!important;box-shadow:0 5px 12px rgba(14,89,90,.16)!important}
.emmp-date-picker .emmp-dp-day.selected.today:after{background:#B8E986!important}
.emmp-date-picker .emmp-dp-footer{display:flex!important;gap:7px!important;align-items:center!important;margin:11px 0 0!important;padding:11px 0 0!important;border-top:1px solid #EEF3F0!important}
.emmp-date-picker .emmp-dp-footer button{height:32px!important;flex:1 1 0!important;padding:0 8px!important;border:1px solid #DDE9E4!important;border-radius:999px!important;background:#F8FBFA!important;color:#3E6F67!important;font:800 9px/1 Questrial,sans-serif!important;cursor:pointer!important}
.emmp-date-picker .emmp-dp-footer button:hover{background:#EEF8E9!important;border-color:#CDE5C5!important;color:#398B27!important}
@media(max-width:760px){
 .emmp-date-picker{width:min(340px,calc(100vw - 20px))!important;padding:13px!important;border-radius:20px!important}
 .emmp-date-picker .emmp-dp-nav button{width:36px!important;height:36px!important;min-width:36px!important;min-height:36px!important;flex-basis:36px!important;font-size:16px!important}
 .emmp-date-picker .emmp-dp-grid{grid-template-rows:repeat(6,33px)!important;grid-auto-rows:33px!important;height:218px!important;gap:3px!important}
 .emmp-date-picker .emmp-dp-day,.emmp-date-picker .emmp-dp-empty{height:33px!important;min-height:33px!important;max-height:33px!important;border-radius:9px!important}
}

/* v1.3.2 — robust body-level due-date picker visibility */
#emmp-due-picker-portal.emmp-date-picker{
  position:fixed!important;
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  pointer-events:auto!important;
  z-index:2147483647!important;
  width:360px!important;
  max-width:calc(100vw - 24px)!important;
  box-sizing:border-box!important;
  margin:0!important;
  padding:16px!important;
  overflow:visible!important;
  background:#fff!important;
  border:1px solid #DCE9E4!important;
  border-radius:22px!important;
  box-shadow:0 22px 55px rgba(14,77,79,.20)!important;
}
#emmp-due-picker-portal.emmp-date-picker[hidden]{display:none!important;visibility:hidden!important;pointer-events:none!important}
#emmp-due-picker-portal .emmp-dp-nav button{
  width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;
  max-width:40px!important;max-height:40px!important;flex:0 0 40px!important;
  border-radius:50%!important;padding:0!important;display:grid!important;place-items:center!important;
}
#emmp-due-picker-portal .emmp-dp-grid{display:grid!important;grid-template-columns:repeat(7,minmax(0,1fr))!important;grid-template-rows:repeat(6,34px)!important;gap:4px!important;height:224px!important}
#emmp-due-picker-portal .emmp-dp-day,#emmp-due-picker-portal .emmp-dp-empty{height:34px!important;min-height:34px!important;max-height:34px!important;width:100%!important}
@media(max-width:760px){
  #emmp-due-picker-portal.emmp-date-picker{width:min(340px,calc(100vw - 20px))!important;padding:13px!important;border-radius:20px!important}
  #emmp-due-picker-portal .emmp-dp-nav button{width:36px!important;height:36px!important;min-width:36px!important;min-height:36px!important;max-width:36px!important;max-height:36px!important;flex-basis:36px!important}
  #emmp-due-picker-portal .emmp-dp-grid{grid-template-rows:repeat(6,32px)!important;height:212px!important;gap:3px!important}
  #emmp-due-picker-portal .emmp-dp-day,#emmp-due-picker-portal .emmp-dp-empty{height:32px!important;min-height:32px!important;max-height:32px!important}
}


/* v1.3.3 — task creator action bar + quick due-date presets */
#emmp-task-modal .emmp-task-top-actions{
  position:sticky!important;
  top:0!important;
  z-index:100!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:12px!important;
  min-height:64px!important;
  box-sizing:border-box!important;
  margin:0 -34px 12px!important;
  padding:10px 34px 12px!important;
  background:#fff!important;
  border-bottom:1px solid #EEF3F0!important;
  box-shadow:0 8px 18px rgba(14,77,79,.04)!important;
}
#emmp-task-modal .emmp-task-top-actions::before{
  content:'';
  position:absolute;
  left:0;right:0;bottom:-10px;height:10px;
  background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(255,255,255,0));
  pointer-events:none;
}
#emmp-task-modal .emmp-task-save-hint{margin-right:auto!important;position:relative;z-index:1;}
#emmp-task-modal .emmp-task-top-submit{position:relative!important;z-index:2!important;flex:0 0 auto!important;}
#emmp-task-modal .emmp-modal-actions{display:none!important;}
#emmp-task-modal .emmp-date-presets{display:flex!important;gap:6px!important;flex-wrap:wrap!important;}
#emmp-task-modal .emmp-date-presets button{white-space:nowrap!important;}
@media(max-width:760px){
  #emmp-task-modal .emmp-task-top-actions{
    margin:0 -18px 10px!important;
    padding:9px 18px 11px!important;
    min-height:58px!important;
  }
  #emmp-task-modal .emmp-task-top-submit{min-height:40px!important;padding:0 14px!important;}
  #emmp-task-modal .emmp-date-presets{gap:5px!important;}
  #emmp-task-modal .emmp-date-presets button{padding:6px 9px!important;font-size:8px!important;}
}

/* v1.4.0 — media workflow addons */
.emmp-form-span-2{grid-column:1/-1}
.emmp-media-details{margin:10px 0 4px;padding:15px 16px 12px;border:1px solid #E1ECE7;border-radius:18px;background:linear-gradient(180deg,#FBFEFC,#F7FAF8)}
.emmp-media-details[hidden]{display:none!important}
.emmp-media-details-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;padding:1px 2px 7px}
.emmp-media-details-head .emmp-section-kicker{display:block;font-size:8px;margin-bottom:4px}
.emmp-media-details-head strong{display:block;font-size:13px;color:#20323E}
.emmp-media-details-head>span{font-size:9px;color:#92A0A5;text-align:right}
.emmp-media-fields{display:grid;grid-template-columns:1fr 1fr;gap:3px 14px}
.emmp-media-fields label{margin:8px 0!important}
.emmp-media-fields input{background:#fff!important}
.emmp-form-hint{display:block;color:#94A2A8;font-size:8px;font-weight:600;line-height:1.35;margin-top:5px}
.emmp-task-context-section{display:grid;gap:10px}
.emmp-task-context-section>.emmp-drawer-section-head{margin-bottom:1px}
.emmp-context-card{display:grid;grid-template-columns:1fr auto;gap:2px 10px;padding:11px 12px;border:1px solid #E5ECE9;border-radius:14px;background:#FAFCFB}
.emmp-context-card span{font-size:8px;text-transform:uppercase;letter-spacing:1px;color:#93A0A6;font-weight:800}
.emmp-context-card strong{grid-column:1/2;font-size:11px;color:#20323E}
.emmp-context-card small{grid-column:1/-1;color:#7D8C94;font-size:9px}
.emmp-context-card.reminder{background:#FBFEF8;border-color:#DCEBD4}
.emmp-deliverable-summary{padding:11px 12px;border:1px solid #E5ECE9;border-radius:14px;background:#fff}
.emmp-deliverable-summary>strong{display:block;font-size:10px;color:#20323E;margin-bottom:8px}
.emmp-deliverable-summary>div{display:grid;grid-template-columns:1fr 1fr;gap:7px}
.emmp-deliverable-summary span{display:block;padding:8px 9px;border-radius:10px;background:#F7FAF8;color:#60717A;font-size:9px;line-height:1.35}
.emmp-deliverable-summary b{display:block;color:#91A0A6;font-size:7px;text-transform:uppercase;letter-spacing:.7px;margin-bottom:3px}
.emmp-mention{background:#EAF7E4;color:#37852A;border-radius:5px;padding:1px 3px;font-weight:800}
.emmp-mention-popover{background:#fff;border:1px solid #DDE9E4;border-radius:15px;box-shadow:0 18px 45px rgba(14,77,79,.18);padding:5px;overflow:hidden}
.emmp-mention-popover button{display:grid;grid-template-columns:1fr auto;gap:8px;width:100%;border:0;background:#fff;text-align:left;padding:9px 10px;border-radius:10px;cursor:pointer}
.emmp-mention-popover button:hover{background:#F1F8EE}
.emmp-mention-popover button span{font-size:10px;font-weight:800;color:#20323E}
.emmp-mention-popover button small{font-size:8px;color:#8B989E;align-self:center}
@media(max-width:760px){
  .emmp-form-span-2{grid-column:auto}
  .emmp-media-fields{grid-template-columns:1fr}
  .emmp-media-details-head{align-items:flex-start;flex-direction:column;gap:3px}
  .emmp-media-details-head>span{text-align:left}
  .emmp-deliverable-summary>div{grid-template-columns:1fr}
}

/* v1.4.1 — administrator team member creation */
.emmp-team-panel-head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding-bottom:14px;border-bottom:1px solid var(--line)}
.emmp-team-panel-head h2{margin:0;font-size:17px;color:var(--ink)}
.emmp-team-panel-head span{display:block;margin-top:4px;color:var(--muted);font-size:11px}
.emmp-add-member{white-space:nowrap}
.emmp-member-modal-card{width:min(720px,calc(100% - 32px))}
.emmp-member-modal-card .emmp-form-grid{margin-top:18px}
.emmp-member-account-note{justify-content:center;min-height:76px;padding:14px 16px;border:1px solid #E1ECE7;background:#F8FBF9;border-radius:16px}
.emmp-member-account-note span{font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.8px;color:#69A653}
.emmp-member-account-note strong{font-size:12px;color:var(--ink)}
.emmp-member-account-note small{font-size:10px;color:var(--muted);line-height:1.4}
.emmp-member-result{margin-top:14px;padding:13px 15px;border:1px solid #E3EAE6;border-radius:15px;background:#FAFCFB;color:var(--ink);font-size:11px}
.emmp-member-result strong,.emmp-member-result span{display:block}.emmp-member-result span{margin-top:3px;color:var(--muted)}
.emmp-member-result.success{border-color:#BFE5AD;background:#F4FBEF}.emmp-generated-password{margin-top:8px!important;padding:8px 10px;background:#fff;border-radius:10px;color:#315A39!important}
@media(max-width:760px){.emmp-team-panel-head{align-items:flex-start}.emmp-team-panel-head .emmp-add-member{display:none}.emmp-page-intro .emmp-add-member{width:100%}.emmp-member-modal-card{width:calc(100% - 20px)}}

/* v1.4.2 — project workspace UI/UX refresh */
.emmp-project-page-intro{margin-bottom:18px!important}
.emmp-project-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:16px}
.emmp-project-stat{min-height:126px;border:1px solid var(--line);border-radius:24px;background:#fff;padding:20px 18px;display:flex;align-items:center;gap:15px;box-shadow:var(--shadow-soft)}
.emmp-project-stat-icon{width:50px;height:50px;min-width:50px;border-radius:18px;display:grid;place-items:center;background:#EEF2FF;color:#6B5BD5}.emmp-project-stat-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.emmp-project-stat.active .emmp-project-stat-icon{background:#EAF7E4;color:#58A63A}.emmp-project-stat.completed .emmp-project-stat-icon{background:#FFF8D8;color:#9B8C18}.emmp-project-stat.hold .emmp-project-stat-icon{background:#F1F3F3;color:#56666C}
.emmp-project-stat strong{display:block;font-size:30px;line-height:1;color:#1B2D40;letter-spacing:-1px}.emmp-project-stat b{display:block;margin-top:7px;font-size:11px;color:#6E7E8C}.emmp-project-stat small{display:block;margin-top:5px;font-size:9px;color:#A0AAB1}
.emmp-projects-panel{padding:0;overflow:hidden}.emmp-project-toolbar{display:grid;grid-template-columns:minmax(280px,1.5fr) 165px 165px auto;gap:10px;align-items:center;padding:20px 22px 14px;border-bottom:1px solid #EEF3F0}.emmp-project-search{height:43px;border:1px solid var(--line);border-radius:13px;background:#fff;display:flex;align-items:center;padding:0 12px;gap:9px}.emmp-project-search svg{width:17px;height:17px;color:#81909A;fill:none;stroke:currentColor;stroke-width:1.8}.emmp-project-search input{width:100%;height:100%;border:0;outline:0;font:13px Questrial,inherit;color:var(--ink);background:transparent}.emmp-project-search input::placeholder{color:#9DA9B2}.emmp-project-toolbar select{height:43px;border:1px solid var(--line);border-radius:13px;background:#fff;padding:0 34px 0 12px;color:#50626E;font:700 11px Questrial,inherit;outline:0}.emmp-project-view-toggle{display:flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:14px;padding:3px;background:#fff;gap:2px;min-width:90px;height:43px}.emmp-project-view-toggle button{width:41px;height:35px;min-width:41px;border:0;background:transparent;color:#788993;border-radius:10px;display:grid;place-items:center;cursor:pointer;padding:0;line-height:0}.emmp-project-view-toggle button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.emmp-project-view-toggle button.active{background:#EDF8E8;color:#3E922F;box-shadow:0 1px 2px rgba(14,77,79,.04)}.emmp-project-view-toggle button:focus-visible,.emmp-task-view-controls button:focus-visible{outline:2px solid #9BCF82;outline-offset:1px}
.emmp-project-table-head,.emmp-project-row{display:grid;grid-template-columns:minmax(260px,2.15fr) minmax(145px,1.05fr) 110px minmax(145px,1.05fr) 125px 112px;align-items:center;gap:15px}.emmp-project-table-head{padding:13px 22px 10px;background:#FBFCFC;border-bottom:1px solid #EEF3F0;color:#8997A0;font-size:9px;text-transform:uppercase;letter-spacing:.75px}.emmp-project-row{padding:14px 22px;border-bottom:1px solid #EEF3F0;min-height:76px;cursor:pointer;transition:.16s ease}.emmp-project-row:hover{background:#FCFEFC}.emmp-project-row:last-child{border-bottom:0}.emmp-project-row-main{display:flex;align-items:center;gap:12px;min-width:0}.emmp-project-row-icon{width:43px;height:43px;min-width:43px;border-radius:14px;background:color-mix(in srgb,var(--project-accent) 12%,white);color:var(--project-accent);display:grid;place-items:center;border:1px solid color-mix(in srgb,var(--project-accent) 20%,white)}.emmp-project-row-icon svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.emmp-project-row-main>div{min-width:0}.emmp-project-row-main strong{display:block;font-size:13px;color:#1C2E40;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.emmp-project-row-main small{display:block;margin-top:4px;color:#94A0A8;font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.emmp-project-owner-cell{display:flex;align-items:center;gap:8px;min-width:0;font-size:10px;font-weight:700;color:#51636F}.emmp-project-owner-cell span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.emmp-project-status{justify-self:start;padding:6px 9px;border-radius:999px;font-size:9px;font-weight:800;background:#EDF8E9;color:#4A9A34}.emmp-project-status.completed{background:#EDF8E9;color:#3F9230}.emmp-project-status.on-hold{background:#FFF8D9;color:#8A7918}.emmp-project-status.archived{background:#F1F3F3;color:#68777D}.emmp-project-progress-cell{display:flex;align-items:center;gap:8px}.emmp-project-progress-cell b{font-size:10px;min-width:30px;color:#334854}.emmp-project-progress-cell>span{height:7px;flex:1;min-width:50px;background:#E8EEEB;border-radius:99px;overflow:hidden}.emmp-project-progress-cell i{display:block;height:100%;border-radius:99px}.emmp-project-updated strong,.emmp-project-updated small{display:block}.emmp-project-updated strong{font-size:10px;color:#455864}.emmp-project-updated small{font-size:8px;color:#9AA6AD;margin-top:3px}.emmp-project-row-actions{display:flex;justify-content:flex-end;gap:5px}.emmp-project-row-actions .emmp-row-action{width:40px;height:40px;min-width:40px;padding:0;border-radius:50%;display:grid;place-items:center;flex:0 0 40px}.emmp-project-row-actions .emmp-row-action svg{width:14px;height:14px}.emmp-project-footer{display:flex;justify-content:space-between;align-items:center;padding:15px 22px;background:#FCFDFD;border-top:1px solid #EEF3F0;color:#9AA6AD;font-size:9px}.emmp-project-footer span:last-child{color:#B0B8BD}
.emmp-project-list.grid-mode{padding:18px}.emmp-project-list.grid-mode .emmp-project-card{min-height:205px}.emmp-project-list.grid-mode .emmp-project-card-top{height:44px}.emmp-project-card-kicker{display:inline-flex;padding:4px 7px;border-radius:999px;background:#EDF8E9;color:#4A9A34;font-size:8px;font-weight:800}.emmp-project-card .emmp-mini-avatar{position:absolute;right:7px;top:7px;width:34px;height:34px}.emmp-project-card .emmp-project-actions button{min-height:34px}.emmp-project-empty-state{min-height:230px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:30px}.emmp-project-empty-icon{width:48px;height:48px;border-radius:16px;background:#F1F6F3;color:#78908A;display:grid;place-items:center;margin-bottom:10px}.emmp-project-empty-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8}.emmp-project-empty-state strong{font-size:14px;color:#52636F}.emmp-project-empty-state p{margin:5px 0 8px;font-size:10px;color:#9AA6AD}
.emmp-project-form-card{width:min(760px,calc(100% - 34px))}.emmp-project-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 14px}.emmp-project-form-grid .span-2{grid-column:1/-1}.emmp-project-form-grid label,.emmp-project-form-card>form>label{position:relative}.emmp-project-form-card input[type=text],.emmp-project-form-card input[type=date],.emmp-project-form-card select,.emmp-project-form-card textarea{width:100%;box-sizing:border-box}.emmp-field-counter{display:block;text-align:right;color:#A4AFB5;font-size:8px;margin-top:-16px;margin-bottom:7px;margin-right:4px}.emmp-project-color-section{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:15px 0 4px}.emmp-project-color-section>div:first-child strong,.emmp-project-color-section>div:first-child span{display:block}.emmp-project-color-section strong{font-size:11px;color:#536672}.emmp-project-color-section span{font-size:9px;color:#9AA6AD;margin-top:4px}.emmp-project-color-row{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end}.emmp-project-color-swatch{width:31px;height:31px;border-radius:9px;border:2px solid #fff;background:var(--swatch);box-shadow:0 0 0 1px #DDE8E3;cursor:pointer;position:relative}.emmp-project-color-swatch.active:after{content:'✓';position:absolute;inset:0;display:grid;place-items:center;color:#fff;font-size:13px;font-weight:900;text-shadow:0 1px 3px rgba(0,0,0,.2)}
.emmp-project-detail-intro{align-items:flex-end}.emmp-project-detail-actions{display:flex;gap:8px}.emmp-project-overview{background:#fff;border:1px solid var(--line);border-radius:24px;padding:20px;margin-bottom:16px;box-shadow:var(--shadow-soft)}.emmp-project-overview-main{display:flex;align-items:center;gap:14px}.emmp-project-overview-icon{width:52px;height:52px;border-radius:17px;background:color-mix(in srgb,var(--project-accent) 12%,white);color:var(--project-accent);display:grid;place-items:center}.emmp-project-overview-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.7}.emmp-project-overview-main h3{margin:7px 0 2px;font-size:15px}.emmp-project-overview-main p{margin:0;color:#93A0A8;font-size:9px}.emmp-project-overview-meta{display:grid;grid-template-columns:1.5fr repeat(4,1fr);gap:9px;margin-top:18px}.emmp-project-overview-meta>div{padding:11px 12px;background:#FAFCFB;border:1px solid #E8EFEC;border-radius:14px;min-width:0}.emmp-project-overview-meta>div:first-child{display:flex;align-items:center;gap:8px}.emmp-project-overview-meta small,.emmp-project-overview-meta strong{display:block}.emmp-project-overview-meta small{font-size:8px;color:#98A4AA}.emmp-project-overview-meta strong{margin-top:4px;font-size:10px;color:#334954;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.emmp-project-detail-progress{margin-top:16px}.emmp-project-detail-progress>div{display:flex;justify-content:space-between;font-size:9px;color:#89979F;margin-bottom:6px}.emmp-project-detail-progress b{color:#344A56}.emmp-project-detail-progress>span{display:block;height:7px;background:#E8EEEB;border-radius:99px;overflow:hidden}.emmp-project-detail-progress i{display:block;height:100%;border-radius:99px}
@media(max-width:1100px){.emmp-project-stats-grid{grid-template-columns:repeat(2,1fr)}.emmp-project-toolbar{grid-template-columns:1fr 150px 150px auto}.emmp-project-table-head,.emmp-project-row{grid-template-columns:minmax(220px,2fr) 1fr 100px 1fr 110px 100px}.emmp-project-overview-meta{grid-template-columns:1fr 1fr 1fr}}
@media(max-width:760px){.emmp-project-stats-grid{grid-template-columns:1fr 1fr;gap:9px}.emmp-project-stat{min-height:94px;padding:14px;border-radius:20px}.emmp-project-stat-icon{width:40px;height:40px;min-width:40px;border-radius:14px}.emmp-project-stat strong{font-size:24px}.emmp-project-toolbar{grid-template-columns:1fr 1fr;padding:14px}.emmp-project-search{grid-column:1/-1}.emmp-project-view-toggle{justify-self:end}.emmp-project-table-head{display:none}.emmp-project-row{grid-template-columns:1fr auto;padding:14px;gap:8px}.emmp-project-row-main{grid-column:1/-1}.emmp-project-owner-cell{grid-column:1}.emmp-project-status{grid-column:2;grid-row:2}.emmp-project-progress-cell{grid-column:1/-1}.emmp-project-updated{grid-column:1}.emmp-project-row-actions{grid-column:2;grid-row:4}.emmp-project-footer{padding:13px 14px;gap:10px;align-items:flex-start}.emmp-project-footer span:last-child{display:none}.emmp-project-form-card{width:calc(100% - 20px)}.emmp-project-form-grid{grid-template-columns:1fr}.emmp-project-form-grid .span-2{grid-column:auto}.emmp-project-color-section{display:block}.emmp-project-color-row{justify-content:flex-start;margin-top:12px}.emmp-project-detail-intro{align-items:flex-start}.emmp-project-detail-actions{width:100%;margin-top:10px}.emmp-project-detail-actions button{flex:1}.emmp-project-overview-meta{grid-template-columns:1fr 1fr}.emmp-project-overview{padding:15px;border-radius:20px}.emmp-project-detail .emmp-panel-head{align-items:center}}
@media(max-width:430px){.emmp-project-stats-grid{grid-template-columns:1fr}.emmp-project-toolbar{grid-template-columns:1fr}.emmp-project-view-toggle{justify-self:start}.emmp-project-row-actions{gap:6px}.emmp-project-row-actions .emmp-row-action{width:36px;height:36px;min-width:36px;flex-basis:36px;border-radius:50%}.emmp-project-overview-meta{grid-template-columns:1fr}.emmp-project-detail-actions{display:grid;grid-template-columns:1fr 1fr}}

/* Project date picker: keep it visually consistent with the task calendar and
   make invalid start/due dates obvious without changing the existing palette. */
.emmp-project-dp-day.disabled,
.emmp-project-dp-day:disabled{opacity:.28;cursor:not-allowed;pointer-events:none;background:transparent!important;box-shadow:none!important}
#emmp-project-date-message{position:fixed;left:50%;bottom:28px;transform:translate(-50%,12px);opacity:0;pointer-events:none;z-index:2147483648;background:#123f40;color:#fff;border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:10px 16px;font-size:13px;box-shadow:0 12px 28px rgba(13,63,64,.18);transition:opacity .18s ease,transform .18s ease}
#emmp-project-date-message.show{opacity:1;transform:translate(-50%,0)}


/* Individual Project Workspace */
.emmp-project-title-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.emmp-project-title-row h2{margin:0}
.emmp-project-summary-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:18px 20px;margin-bottom:12px;box-shadow:var(--shadow-soft);display:grid;grid-template-columns:minmax(250px,1fr) minmax(520px,2fr);gap:18px;align-items:center}
.emmp-project-summary-main{display:flex;align-items:center;gap:13px;min-width:0}
.emmp-project-summary-main>div{min-width:0}
.emmp-project-type-label{display:inline-flex;padding:5px 8px;border-radius:999px;background:#EDF8E9;color:#4A9A34;font-size:8px;font-weight:800}
.emmp-project-summary-main h3{margin:7px 0 9px;font-size:15px;color:#243447}
.emmp-project-summary-progress{height:7px;max-width:300px;background:#E8EEEB;border-radius:99px;overflow:hidden}
.emmp-project-summary-progress i{display:block;height:100%;border-radius:99px}
.emmp-project-summary-meta{display:grid;grid-template-columns:1.35fr repeat(4,1fr);gap:8px}
.emmp-project-summary-meta>div{min-width:0;padding:10px 11px;border:1px solid #E8EFEC;background:#FAFCFB;border-radius:13px}
.emmp-project-summary-meta>div:first-child{display:flex;align-items:center;gap:8px}
.emmp-project-summary-meta small,.emmp-project-summary-meta strong{display:block}
.emmp-project-summary-meta small{font-size:8px;color:#98A4AA}
.emmp-project-summary-meta strong{margin-top:4px;font-size:10px;color:#334954;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.emmp-project-tabs{display:flex;align-items:center;gap:4px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:4px 8px;margin-bottom:12px;box-shadow:var(--shadow-soft)}
.emmp-project-tab{border:0;background:transparent;color:#71818C;border-radius:12px;padding:10px 15px;font:600 11px Questrial,inherit;cursor:pointer;display:flex;align-items:center;gap:6px}
.emmp-project-tab:hover{background:#F7FAF8;color:#116E70}
.emmp-project-tab.active{color:#116E70;background:#F3F9F4;box-shadow:inset 0 -2px 0 #69C23E}
.emmp-project-tab b{font-size:9px;background:#EEF3F1;color:#60727C;border-radius:999px;padding:3px 6px}
.emmp-project-tab.active b{background:#E3F2DF;color:#4B9439}
.emmp-project-overview-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(300px,.9fr);gap:12px}
.emmp-project-overview-left,.emmp-project-overview-right{display:flex;flex-direction:column;gap:12px;min-width:0}
.emmp-project-detail-panel{margin:0;padding:17px 18px}
.emmp-project-section-heading{display:flex;align-items:center;gap:10px;margin-bottom:13px}
.emmp-project-section-heading>div{min-width:0}
.emmp-project-section-heading h2{margin:0;font-size:14px;color:#243447}
.emmp-project-section-heading p{margin:3px 0 0;font-size:9px;color:#98A4AA}
.emmp-project-section-icon{width:36px;height:36px;min-width:36px;border-radius:12px;background:#EDF8E9;color:#55B13B;display:grid;place-items:center}
.emmp-project-section-icon.purple{background:#F0EDFF;color:#7B6BE0}
.emmp-project-section-icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.emmp-project-description,.emmp-project-notes{font-size:11px;line-height:1.65;color:#667883;padding:12px 13px;background:#FAFCFB;border:1px solid #E8EFEC;border-radius:13px;min-height:62px}
.emmp-project-progress-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
.emmp-project-progress-summary>div{padding:12px;background:#FAFCFB;border:1px solid #E8EFEC;border-radius:13px}
.emmp-project-progress-summary span{display:block;font-size:8px;color:#91A0A8}
.emmp-project-progress-summary strong{display:block;margin-top:6px;font-size:18px;color:#243447}
.emmp-project-timeline{display:flex;flex-direction:column;gap:15px;padding:2px 0 8px}
.emmp-project-timeline>div{display:flex;gap:10px;align-items:flex-start}
.emmp-timeline-dot{width:28px;height:28px;min-width:28px;border-radius:50%;background:#F4F8F6;color:#718B84;display:grid;place-items:center;border:1px solid #E4ECE8}
.emmp-timeline-dot svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:1.7}
.emmp-project-timeline small,.emmp-project-timeline strong{display:block}
.emmp-project-timeline small{font-size:8px;color:#98A4AA}
.emmp-project-timeline strong{font-size:10px;color:#334954;margin-top:3px}
.emmp-project-wide-action{width:100%;min-height:38px;border:1px solid #E0EAE5;background:#fff;border-radius:12px;color:#116E70;font:600 10px Questrial,inherit;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px}
.emmp-project-wide-action:hover{background:#F5FAF7;border-color:#CFE1D8}
.emmp-project-wide-action svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.7}
.emmp-project-members{display:flex;flex-direction:column;gap:8px;margin-bottom:11px}
.emmp-project-member{display:flex;align-items:center;gap:9px;padding:8px 9px;border:1px solid #E8EFEC;background:#FAFCFB;border-radius:12px}
.emmp-project-member .emmp-mini-avatar{width:30px;height:30px;min-width:30px}
.emmp-project-member strong,.emmp-project-member small{display:block}
.emmp-project-member strong{font-size:10px;color:#334954}
.emmp-project-member small{font-size:8px;color:#98A4AA;margin-top:3px}
.emmp-project-activity-list{display:flex;flex-direction:column;gap:6px}
.emmp-project-activity-row{padding:9px 11px;border:1px solid #E8EFEC;background:#FAFCFB;border-radius:11px}
.emmp-project-activity-row strong{font-size:10px;color:#334954}
.emmp-project-activity-row strong b{font-weight:600}
.emmp-project-activity-row small{display:block;margin-top:3px;font-size:8px;color:#98A4AA}
.emmp-project-activity-full{max-height:500px;overflow:auto}
.emmp-project-notes{min-height:180px;margin-bottom:12px}
.emmp-project-detail-panel .emmp-panel-head{margin-bottom:13px}
@media(max-width:1100px){
 .emmp-project-summary-card{grid-template-columns:1fr}
 .emmp-project-summary-meta{grid-template-columns:repeat(3,1fr)}
 .emmp-project-overview-grid{grid-template-columns:1fr}
}
@media(max-width:760px){
 .emmp-project-summary-card{padding:14px;border-radius:20px}
 .emmp-project-summary-meta{grid-template-columns:1fr 1fr}
 .emmp-project-tabs{overflow-x:auto;white-space:nowrap}
 .emmp-project-tab{padding:9px 12px;flex:0 0 auto}
 .emmp-project-progress-summary{grid-template-columns:1fr 1fr}
 .emmp-project-detail-panel{padding:14px}
}
@media(max-width:430px){
 .emmp-project-summary-meta{grid-template-columns:1fr}
 .emmp-project-progress-summary{grid-template-columns:1fr 1fr}
 .emmp-project-detail-actions{display:grid;grid-template-columns:1fr 1fr}
 .emmp-project-title-row{gap:7px}
}

/* v1.4.9 — Project Workspace hover visibility fix
   Keep project detail actions readable against the white workspace when
   WordPress/theme-level button hover styles are present. */
#emmp-root .emmp-project-detail .emmp-secondary,
#emmp-root .emmp-project-detail .emmp-project-wide-action,
#emmp-root .emmp-project-detail .emmp-project-tab,
#emmp-root .emmp-project-detail .emmp-project-back,
.emmp-app .emmp-project-detail .emmp-secondary,
.emmp-app .emmp-project-detail .emmp-project-wide-action,
.emmp-app .emmp-project-detail .emmp-project-tab,
.emmp-app .emmp-project-detail .emmp-project-back{
  position:relative;
  isolation:isolate;
  text-shadow:none!important;
  opacity:1!important;
}

#emmp-root .emmp-project-detail .emmp-secondary,
.emmp-app .emmp-project-detail .emmp-secondary{
  background:#fff!important;
  color:#116E70!important;
  border:1px solid #D9E7E2!important;
}

#emmp-root .emmp-project-detail .emmp-secondary:hover,
#emmp-root .emmp-project-detail .emmp-secondary:focus-visible,
.emmp-app .emmp-project-detail .emmp-secondary:hover,
.emmp-app .emmp-project-detail .emmp-secondary:focus-visible{
  background:#F1F8F5!important;
  color:#0C6668!important;
  border-color:#BFD8CF!important;
  box-shadow:0 8px 20px rgba(14,89,90,.08)!important;
}

#emmp-root .emmp-project-detail .emmp-secondary svg,
#emmp-root .emmp-project-detail .emmp-secondary:hover svg,
#emmp-root .emmp-project-detail .emmp-secondary:focus-visible svg,
.emmp-app .emmp-project-detail .emmp-secondary svg,
.emmp-app .emmp-project-detail .emmp-secondary:hover svg,
.emmp-app .emmp-project-detail .emmp-secondary:focus-visible svg{
  color:currentColor!important;
  stroke:currentColor!important;
  fill:none!important;
  opacity:1!important;
}

#emmp-root .emmp-project-detail .emmp-project-wide-action,
.emmp-app .emmp-project-detail .emmp-project-wide-action{
  background:#fff!important;
  color:#116E70!important;
  border-color:#DCE9E4!important;
}

#emmp-root .emmp-project-detail .emmp-project-wide-action:hover,
#emmp-root .emmp-project-detail .emmp-project-wide-action:focus-visible,
.emmp-app .emmp-project-detail .emmp-project-wide-action:hover,
.emmp-app .emmp-project-detail .emmp-project-wide-action:focus-visible{
  background:#F2F9F6!important;
  color:#0C6668!important;
  border-color:#BFD9CF!important;
  box-shadow:0 8px 20px rgba(14,89,90,.07)!important;
}

#emmp-root .emmp-project-detail .emmp-project-wide-action svg,
#emmp-root .emmp-project-detail .emmp-project-wide-action:hover svg,
#emmp-root .emmp-project-detail .emmp-project-wide-action:focus-visible svg,
.emmp-app .emmp-project-detail .emmp-project-wide-action svg,
.emmp-app .emmp-project-detail .emmp-project-wide-action:hover svg,
.emmp-app .emmp-project-detail .emmp-project-wide-action:focus-visible svg{
  color:currentColor!important;
  stroke:currentColor!important;
  fill:none!important;
  opacity:1!important;
}

#emmp-root .emmp-project-detail .emmp-project-tab,
.emmp-app .emmp-project-detail .emmp-project-tab{
  color:#71818C!important;
  background:transparent!important;
}

#emmp-root .emmp-project-detail .emmp-project-tab:hover,
#emmp-root .emmp-project-detail .emmp-project-tab:focus-visible,
.emmp-app .emmp-project-detail .emmp-project-tab:hover,
.emmp-app .emmp-project-detail .emmp-project-tab:focus-visible{
  color:#116E70!important;
  background:#F5FAF8!important;
}

#emmp-root .emmp-project-detail .emmp-project-tab.active,
.emmp-app .emmp-project-detail .emmp-project-tab.active{
  color:#116E70!important;
  background:#F3F9F4!important;
}

#emmp-root .emmp-project-detail .emmp-project-back,
.emmp-app .emmp-project-detail .emmp-project-back{
  color:#116E70!important;
  background:transparent!important;
}

#emmp-root .emmp-project-detail .emmp-project-back:hover,
#emmp-root .emmp-project-detail .emmp-project-back:focus-visible,
.emmp-app .emmp-project-detail .emmp-project-back:hover,
.emmp-app .emmp-project-detail .emmp-project-back:focus-visible{
  color:#0C6668!important;
  background:#F2F8F5!important;
}

/* Prevent generic theme button hover rules from fading project controls. */
#emmp-root .emmp-project-detail button,
.emmp-app .emmp-project-detail button{
  -webkit-text-fill-color:currentColor;
}

#emmp-root .emmp-project-detail button:disabled,
.emmp-app .emmp-project-detail button:disabled{
  opacity:.55!important;
}

/* ================================================================
   PROJECT WORKSPACE HOVER HARDENING
   Scoped to the actual project-detail wrapper so host/theme CSS cannot
   make controls disappear when the pointer enters their hit area.
   ================================================================ */
#emmp-root .emmp-project-detail button,
#emmp-root .emmp-project-detail a,
.emmp-app .emmp-project-detail button,
.emmp-app .emmp-project-detail a{
  -webkit-text-fill-color:currentColor !important;
  text-shadow:none !important;
  opacity:1 !important;
  visibility:visible !important;
  filter:none !important;
}

#emmp-root .emmp-project-detail .emmp-primary,
.emmp-app .emmp-project-detail .emmp-primary{
  background:#69C23E !important;
  color:#102322 !important;
  border:0 !important;
  opacity:1 !important;
  visibility:visible !important;
  box-shadow:0 10px 24px rgba(107,203,60,.20) !important;
}
#emmp-root .emmp-project-detail .emmp-primary:hover,
#emmp-root .emmp-project-detail .emmp-primary:focus-visible,
.emmp-app .emmp-project-detail .emmp-primary:hover,
.emmp-app .emmp-project-detail .emmp-primary:focus-visible{
  background:#74D046 !important;
  color:#102322 !important;
  border:0 !important;
  opacity:1 !important;
  visibility:visible !important;
  filter:none !important;
  box-shadow:0 14px 30px rgba(107,203,60,.24) !important;
}

#emmp-root .emmp-project-detail .emmp-secondary,
.emmp-app .emmp-project-detail .emmp-secondary{
  background:#fff !important;
  color:#116E70 !important;
  border:1px solid #D9E7E2 !important;
  opacity:1 !important;
  visibility:visible !important;
}
#emmp-root .emmp-project-detail .emmp-secondary:hover,
#emmp-root .emmp-project-detail .emmp-secondary:focus-visible,
.emmp-app .emmp-project-detail .emmp-secondary:hover,
.emmp-app .emmp-project-detail .emmp-secondary:focus-visible{
  background:#F1F8F5 !important;
  color:#0C6668 !important;
  border-color:#BFD8CF !important;
  opacity:1 !important;
  visibility:visible !important;
  filter:none !important;
  box-shadow:0 8px 20px rgba(14,89,90,.08) !important;
}

#emmp-root .emmp-project-detail .emmp-link,
.emmp-app .emmp-project-detail .emmp-link{
  background:transparent !important;
  color:#116E70 !important;
  opacity:1 !important;
  visibility:visible !important;
}
#emmp-root .emmp-project-detail .emmp-link:hover,
#emmp-root .emmp-project-detail .emmp-link:focus-visible,
.emmp-app .emmp-project-detail .emmp-link:hover,
.emmp-app .emmp-project-detail .emmp-link:focus-visible{
  background:#F2F8F5 !important;
  color:#0C6668 !important;
  opacity:1 !important;
  visibility:visible !important;
  filter:none !important;
}

#emmp-root .emmp-project-detail .emmp-project-wide-action,
.emmp-app .emmp-project-detail .emmp-project-wide-action{
  background:#fff !important;
  color:#116E70 !important;
  border:1px solid #DCE9E4 !important;
  opacity:1 !important;
  visibility:visible !important;
  -webkit-text-fill-color:#116E70 !important;
}
#emmp-root .emmp-project-detail .emmp-project-wide-action:hover,
#emmp-root .emmp-project-detail .emmp-project-wide-action:focus-visible,
.emmp-app .emmp-project-detail .emmp-project-wide-action:hover,
.emmp-app .emmp-project-detail .emmp-project-wide-action:focus-visible{
  background:#F2F9F6 !important;
  color:#0C6668 !important;
  border-color:#BFD9CF !important;
  opacity:1 !important;
  visibility:visible !important;
  filter:none !important;
  box-shadow:0 8px 20px rgba(14,89,90,.07) !important;
  -webkit-text-fill-color:#0C6668 !important;
}

#emmp-root .emmp-project-detail .emmp-project-tab,
.emmp-app .emmp-project-detail .emmp-project-tab{
  color:#71818C !important;
  background:transparent !important;
  opacity:1 !important;
  visibility:visible !important;
  -webkit-text-fill-color:#71818C !important;
}
#emmp-root .emmp-project-detail .emmp-project-tab:hover,
#emmp-root .emmp-project-detail .emmp-project-tab:focus-visible,
.emmp-app .emmp-project-detail .emmp-project-tab:hover,
.emmp-app .emmp-project-detail .emmp-project-tab:focus-visible{
  color:#116E70 !important;
  background:#F5FAF8 !important;
  opacity:1 !important;
  visibility:visible !important;
  filter:none !important;
  -webkit-text-fill-color:#116E70 !important;
}
#emmp-root .emmp-project-detail .emmp-project-tab.active,
.emmp-app .emmp-project-detail .emmp-project-tab.active{
  color:#116E70 !important;
  background:#F3F9F4 !important;
  opacity:1 !important;
  visibility:visible !important;
  -webkit-text-fill-color:#116E70 !important;
}

#emmp-root .emmp-project-detail .emmp-project-tab b,
#emmp-root .emmp-project-detail .emmp-project-tab svg,
#emmp-root .emmp-project-detail .emmp-project-wide-action svg,
#emmp-root .emmp-project-detail .emmp-secondary svg,
#emmp-root .emmp-project-detail .emmp-primary svg,
.emmp-app .emmp-project-detail .emmp-project-tab b,
.emmp-app .emmp-project-detail .emmp-project-tab svg,
.emmp-app .emmp-project-detail .emmp-project-wide-action svg,
.emmp-app .emmp-project-detail .emmp-secondary svg,
.emmp-app .emmp-project-detail .emmp-primary svg{
  opacity:1 !important;
  visibility:visible !important;
  color:currentColor !important;
  stroke:currentColor !important;
  fill:none !important;
}

#emmp-root .emmp-project-detail .emmp-project-back,
.emmp-app .emmp-project-detail .emmp-project-back{
  color:#116E70 !important;
  background:transparent !important;
  opacity:1 !important;
  visibility:visible !important;
  -webkit-text-fill-color:#116E70 !important;
}
#emmp-root .emmp-project-detail .emmp-project-back:hover,
#emmp-root .emmp-project-detail .emmp-project-back:focus-visible,
.emmp-app .emmp-project-detail .emmp-project-back:hover,
.emmp-app .emmp-project-detail .emmp-project-back:focus-visible{
  color:#0C6668 !important;
  background:#F2F8F5 !important;
  opacity:1 !important;
  visibility:visible !important;
  filter:none !important;
  -webkit-text-fill-color:#0C6668 !important;
}

/* Task-row action buttons inside the project workspace. */
#emmp-root .emmp-project-detail .emmp-dashboard-more,
.emmp-app .emmp-project-detail .emmp-dashboard-more{
  color:#116E70 !important;
  background:#fff !important;
  border:1px solid #D9E7E2 !important;
  opacity:1 !important;
  visibility:visible !important;
  -webkit-text-fill-color:#116E70 !important;
}
#emmp-root .emmp-project-detail .emmp-dashboard-more:hover,
#emmp-root .emmp-project-detail .emmp-dashboard-more:focus-visible,
.emmp-app .emmp-project-detail .emmp-dashboard-more:hover,
.emmp-app .emmp-project-detail .emmp-dashboard-more:focus-visible{
  color:#0C6668 !important;
  background:#F1F8F5 !important;
  border-color:#BFD8CF !important;
  opacity:1 !important;
  visibility:visible !important;
  filter:none !important;
  -webkit-text-fill-color:#0C6668 !important;
}

#emmp-root .emmp-project-detail button:disabled,
.emmp-app .emmp-project-detail button:disabled{
  opacity:.55 !important;
  visibility:visible !important;
}

/* v1.4.11 — restored dashboard analytics */
#emmp-root .emmp-dashboard-analytics-grid,
.emmp-app .emmp-dashboard-analytics-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(320px,1fr);gap:14px;margin:14px 0}
#emmp-root .emmp-heatmap-panel,
.emmp-app .emmp-heatmap-panel,
#emmp-root .emmp-workload-panel,
.emmp-app .emmp-workload-panel,
#emmp-root .emmp-employee-panel,
.emmp-app .emmp-employee-panel{padding:16px}
#emmp-root .emmp-heatmap-legend,
.emmp-app .emmp-heatmap-legend{display:flex;align-items:center;gap:4px;color:#8A98A1;font-size:8px;font-weight:700}
#emmp-root .emmp-heatmap-legend i,
.emmp-app .emmp-heatmap-legend i{width:12px;height:12px;border-radius:4px;display:block;background:#F0F4F2}
#emmp-root .emmp-heatmap-grid.emmp-dashboard-heatmap,
.emmp-app .emmp-heatmap-grid.emmp-dashboard-heatmap{grid-template-columns:54px repeat(7,minmax(26px,1fr));gap:5px;margin-top:8px}
#emmp-root .emmp-dashboard-heatmap>b,
.emmp-app .emmp-dashboard-heatmap>b{text-align:center;font-size:8px;color:#94A0AA;font-weight:800}
#emmp-root .emmp-dashboard-heatmap>strong,
.emmp-app .emmp-dashboard-heatmap>strong{font-size:8px;color:#788892;font-weight:700}
#emmp-root .emmp-dashboard-heatmap .emmp-heat-cell,
.emmp-app .emmp-dashboard-heatmap .emmp-heat-cell{height:30px;border:0;border-radius:7px;background:#F0F4F2;display:grid;place-items:center;font:700 8px Questrial,inherit;color:#70817D;cursor:pointer;padding:0;transition:transform .12s ease,box-shadow .12s ease}
#emmp-root .emmp-dashboard-heatmap .emmp-heat-cell:hover,
.emmp-app .emmp-dashboard-heatmap .emmp-heat-cell:hover{transform:translateY(-1px);box-shadow:0 5px 12px rgba(14,77,79,.12)}
#emmp-root .emmp-dashboard-heatmap .heat-1,
.emmp-app .emmp-dashboard-heatmap .heat-1{background:#E5F4DC}
#emmp-root .emmp-dashboard-heatmap .heat-2,
.emmp-app .emmp-dashboard-heatmap .heat-2{background:#CDEAAE}
#emmp-root .emmp-dashboard-heatmap .heat-3,
.emmp-app .emmp-dashboard-heatmap .heat-3{background:#9EDB6D}
#emmp-root .emmp-dashboard-heatmap .heat-4,
.emmp-app .emmp-dashboard-heatmap .heat-4{background:#6BCB3C;color:#102322}
#emmp-root .emmp-workload-head,
.emmp-app .emmp-workload-head{display:grid;grid-template-columns:minmax(0,1fr) 52px 58px 62px;gap:8px;padding:7px 8px;border-bottom:1px solid #EEF3F0;color:#97A3AC;font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.6px}
#emmp-root .emmp-workload-list,
.emmp-app .emmp-workload-list{display:grid}
#emmp-root .emmp-workload-row,
.emmp-app .emmp-workload-row{display:grid;grid-template-columns:minmax(0,1fr) 52px 58px 62px;gap:8px;align-items:center;padding:9px 8px;border-bottom:1px solid #EEF3F0}
#emmp-root .emmp-workload-person,
.emmp-app .emmp-workload-person{display:flex;align-items:center;gap:8px;min-width:0}
#emmp-root .emmp-workload-person>div,
.emmp-app .emmp-workload-person>div{min-width:0}
#emmp-root .emmp-workload-person strong,
.emmp-app .emmp-workload-person strong{display:block;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
#emmp-root .emmp-workload-person small,
.emmp-app .emmp-workload-person small{display:block;color:#9AA6AE;font-size:8px;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
#emmp-root .emmp-avatar,
.emmp-app .emmp-avatar{width:30px;height:30px;flex:0 0 30px;border-radius:50%;overflow:hidden;display:grid;place-items:center;background:#EAF5E6;color:#4B982F;font-size:9px;font-weight:800}
#emmp-root .emmp-avatar img,
.emmp-app .emmp-avatar img{width:100%;height:100%;object-fit:cover;display:block}
#emmp-root .emmp-workload-number,
.emmp-app .emmp-workload-number,#emmp-root .emmp-workload-overdue,
.emmp-app .emmp-workload-overdue{font-size:10px;font-weight:800;text-align:center}
#emmp-root .emmp-workload-overdue,
.emmp-app .emmp-workload-overdue{color:#C25B45}
#emmp-root .emmp-workload-level,
.emmp-app .emmp-workload-level{justify-self:end;padding:5px 8px;border-radius:999px;font-size:8px;font-weight:800}
#emmp-root .emmp-workload-level.light,
.emmp-app .emmp-workload-level.light{background:#EDF8E9;color:#4D9832}
#emmp-root .emmp-workload-level.medium,
.emmp-app .emmp-workload-level.medium{background:#F6F1D8;color:#8A7A1F}
#emmp-root .emmp-workload-level.high,
.emmp-app .emmp-workload-level.high{background:#FFF0ED;color:#B94F43}
#emmp-root .emmp-employee-panel,
.emmp-app .emmp-employee-panel{grid-column:1/-1}
#emmp-root .emmp-manager-only-pill,
.emmp-app .emmp-manager-only-pill{padding:5px 8px;border-radius:999px;background:#EEF8E9;color:#4C9631;font-size:8px;font-weight:800}
#emmp-root .emmp-employee-list,
.emmp-app .emmp-employee-list{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
#emmp-root .emmp-employee-row,
.emmp-app .emmp-employee-row{display:grid;grid-template-columns:24px 32px minmax(0,1fr) auto;align-items:center;gap:8px;padding:10px 11px;border:1px solid #E7EEEA;border-radius:13px;background:#fff}
#emmp-root .emmp-employee-rank,
.emmp-app .emmp-employee-rank{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#F1F4F2;color:#61716E;font-size:9px;font-weight:900}
#emmp-root .emmp-employee-row>div,
.emmp-app .emmp-employee-row>div{min-width:0}
#emmp-root .emmp-employee-row strong,
.emmp-app .emmp-employee-row strong{display:block;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
#emmp-root .emmp-employee-row small,
.emmp-app .emmp-employee-row small{display:block;color:#98A4AC;font-size:8px;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
#emmp-root .emmp-employee-row>b,
.emmp-app .emmp-employee-row>b{font-size:11px;color:#4B962F}
@media(max-width:980px){#emmp-root .emmp-dashboard-analytics-grid,.emmp-app .emmp-dashboard-analytics-grid{grid-template-columns:1fr}.emmp-employee-list{grid-template-columns:1fr 1fr!important}}
@media(max-width:600px){#emmp-root .emmp-dashboard-analytics-grid,.emmp-app .emmp-dashboard-analytics-grid{margin:10px 0}.emmp-employee-list{grid-template-columns:1fr!important}.emmp-heatmap-grid.emmp-dashboard-heatmap{min-width:520px!important}.emmp-heatmap-panel{overflow:auto}.emmp-workload-head,.emmp-workload-row{grid-template-columns:minmax(0,1fr) 45px 52px 58px!important}}


/* v1.4.12 — administrator-only dashboard analytics + approved Employee of the Month layout */
#emmp-root .emmp-admin-analytics,.emmp-app .emmp-admin-analytics{margin-top:16px}
#emmp-root .emmp-employee-panel,.emmp-app .emmp-employee-panel{grid-column:1/-1;padding:18px}
#emmp-root .emmp-employee-list,.emmp-app .emmp-employee-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
#emmp-root .emmp-employee-row,.emmp-app .emmp-employee-row{display:grid;grid-template-columns:34px 58px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:92px;padding:14px 15px;border:1px solid #E4ECE8;border-radius:16px;background:#fff;box-shadow:0 4px 14px rgba(20,70,60,.035)}
#emmp-root .emmp-employee-rank,.emmp-app .emmp-employee-rank{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#F1F5F3;color:#60716D;font-size:10px;font-weight:900}
#emmp-root .emmp-employee-row .emmp-avatar,.emmp-app .emmp-employee-row .emmp-avatar{width:58px;height:58px;min-width:58px;flex:0 0 58px;border:2px solid #EEF3F0;background:#F3F6F5}
#emmp-root .emmp-employee-row strong,.emmp-app .emmp-employee-row strong{font-size:12px;line-height:1.25;white-space:normal;overflow:visible;text-overflow:clip}
#emmp-root .emmp-employee-row small,.emmp-app .emmp-employee-row small{font-size:9px;line-height:1.45;white-space:normal;overflow:visible;text-overflow:clip;margin-top:5px}
#emmp-root .emmp-employee-row>b,.emmp-app .emmp-employee-row>b{min-width:38px;text-align:right;font-size:17px;color:#4B962F}
#emmp-root .emmp-manager-only-pill,.emmp-app .emmp-manager-only-pill{padding:6px 10px;border-radius:999px;background:#EEF8E9;color:#4C9631;font-size:8px;font-weight:800}
@media(max-width:980px){#emmp-root .emmp-employee-list,.emmp-app .emmp-employee-list{grid-template-columns:1fr 1fr}}
@media(max-width:600px){#emmp-root .emmp-employee-list,.emmp-app .emmp-employee-list{grid-template-columns:1fr}.emmp-employee-row{grid-template-columns:30px 52px minmax(0,1fr) auto!important}.emmp-employee-row .emmp-avatar{width:52px!important;height:52px!important;min-width:52px!important}}

/* Dashboard focus: no redundant task-navigation arrow; keep metric counts clearly visible. */
#emmp-root .emmp-dashboard-focus-arrow,.emmp-app .emmp-dashboard-focus-arrow{display:none!important}
#emmp-root .emmp-dashboard-focus-metric strong,.emmp-app .emmp-dashboard-focus-metric strong{color:var(--ink,#182A3A)!important;font-weight:800!important;opacity:1!important;visibility:visible!important}
#emmp-root .emmp-dashboard-focus-metric.warning strong,.emmp-app .emmp-dashboard-focus-metric.warning strong{color:#D46B42!important}
#emmp-root .emmp-dashboard-focus-metric.review strong,.emmp-app .emmp-dashboard-focus-metric.review strong{color:#7A8D20!important}

/* v1.4.14 — project grid inspired by the approved card layout */
#emmp-root .emmp-project-list.grid-mode,
.emmp-app .emmp-project-list.grid-mode{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:14px!important;
  padding:18px!important;
  background:#FBFCFB;
  align-items:stretch;
}
#emmp-root .emmp-project-list.grid-mode .emmp-project-card-v3,
.emmp-app .emmp-project-list.grid-mode .emmp-project-card-v3{
  position:relative;
  min-width:0;
  min-height:0!important;
  padding:18px 16px 0!important;
  border:1px solid #E4ECE8;
  border-radius:20px!important;
  background:#fff;
  box-shadow:0 5px 18px rgba(13,72,73,.035);
  overflow:hidden;
  cursor:pointer;
  transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease;
}
#emmp-root .emmp-project-list.grid-mode .emmp-project-card-v3:hover,
.emmp-app .emmp-project-list.grid-mode .emmp-project-card-v3:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 34px rgba(13,72,73,.09);
  border-color:#D7E6DF;
}
.emmp-project-card-head{display:flex;align-items:center;justify-content:space-between;gap:8px}
.emmp-project-status-pill{display:inline-flex;align-items:center;min-height:27px;padding:0 11px;border-radius:999px;background:#EDF8E9;color:#4A9A34;font-size:9px;font-weight:800}
.emmp-project-card-more{width:34px;height:30px;min-width:34px;border:1px solid #E1EAE7;border-radius:999px;background:#fff;color:#758690;display:grid;place-items:center;cursor:pointer;transition:.15s ease}
.emmp-project-card-more:hover{background:#F4F8F6;color:var(--teal);border-color:#CFE0D9}
.emmp-project-card-more svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}
.emmp-project-card-identity{display:flex;align-items:center;justify-content:space-between;margin:15px 0 10px;min-height:49px}
.emmp-project-card-icon{width:47px;height:47px;border-radius:15px;background:color-mix(in srgb,var(--project-accent) 12%,#fff);color:var(--project-accent);border:1px solid color-mix(in srgb,var(--project-accent) 18%,#fff);display:grid;place-items:center}
.emmp-project-card-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.emmp-project-card-avatar{width:34px!important;height:34px!important;border-radius:50%!important;border:2px solid #fff;box-shadow:0 1px 5px rgba(0,0,0,.08)}
.emmp-project-card-v3 h3{margin:0;color:#1B2D40;font-size:15px;line-height:1.25;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.emmp-project-card-subtitle{margin:6px 0 15px;color:#8B99A2;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.emmp-project-card-progress{display:grid;gap:7px;margin-bottom:12px}
.emmp-project-card-progress>div{display:flex;align-items:center;justify-content:space-between;gap:8px}
.emmp-project-card-progress b{font-size:10px;color:var(--project-accent)}
.emmp-project-card-progress span{font-size:8px;color:#9AA6AD}
.emmp-project-card-progress>i{height:7px;background:#E9EFEC;border-radius:99px;overflow:hidden;display:block}
.emmp-project-card-progress>i em{display:block;height:100%;border-radius:99px}
.emmp-project-card-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 0 14px;color:#89969E;font-size:9px}
.emmp-project-card-meta span{display:flex;align-items:center;gap:5px;min-width:0}
.emmp-project-card-meta span:first-child{color:#526672}
.emmp-project-card-meta svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
.emmp-project-card-meta b{font-size:9px;color:#566873;font-weight:700}
.emmp-project-card-stats{margin:0 -16px;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #EEF2F0;background:#fff}
.emmp-project-card-stats>div{min-width:0;padding:12px 5px 13px;text-align:center;border-right:1px solid #EEF2F0}
.emmp-project-card-stats>div:last-child{border-right:0}
.emmp-project-card-stats span{width:31px;height:31px;margin:0 auto 6px;border-radius:11px;display:grid;place-items:center;background:#F0F7EE;color:#65A94D}
.emmp-project-card-stats span.note{background:#F1EEFF;color:#7667D8}
.emmp-project-card-stats span.activity{background:#F1F7FD;color:#4E86C8}
.emmp-project-card-stats span.member{background:#FFF0EF;color:#E46661}
.emmp-project-card-stats svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.emmp-project-card-stats strong{display:block;font-size:15px;line-height:1;color:#233648}
.emmp-project-card-stats small{display:block;margin-top:6px;font-size:8px;color:#83919A}
@media(max-width:1180px){#emmp-root .emmp-project-list.grid-mode,.emmp-app .emmp-project-list.grid-mode{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:900px){#emmp-root .emmp-project-list.grid-mode,.emmp-app .emmp-project-list.grid-mode{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:560px){#emmp-root .emmp-project-list.grid-mode,.emmp-app .emmp-project-list.grid-mode{grid-template-columns:1fr!important;padding:12px!important}.emmp-project-card-v3{border-radius:18px!important}.emmp-project-card-stats{margin:0 -16px}}

/* v1.4.16 — project summary + profile refinement */
.emmp-project-summary-card{grid-template-columns:minmax(260px,.95fr) minmax(600px,2.05fr);gap:22px;padding:20px 22px;border-radius:26px}
.emmp-project-summary-main{gap:16px}
.emmp-project-overview-icon{width:64px!important;height:64px!important;border-radius:20px!important;display:grid;place-items:center;flex:0 0 64px}
.emmp-project-overview-icon svg{width:27px!important;height:27px!important}
.emmp-project-summary-main h3{font-size:17px;margin:8px 0 10px}
.emmp-project-summary-progress{max-width:280px;height:8px}
.emmp-project-summary-meta{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.emmp-project-summary-meta>div{min-height:54px;padding:11px 13px;border-radius:15px;background:#FBFCFB}
.emmp-project-summary-meta>div:first-child{display:flex;align-items:center;gap:9px}
.emmp-project-summary-meta small{font-size:8px;letter-spacing:.1px}
.emmp-project-summary-meta strong{font-size:10px;margin-top:5px}
.emmp-profile-cover{min-height:204px;border-radius:28px}
.emmp-profile-hero{padding:30px 36px;gap:20px}
.emmp-profile-avatar{width:112px;height:112px;flex:0 0 112px;border-radius:50%;border:4px solid rgba(255,255,255,.82);box-shadow:0 12px 26px rgba(0,0,0,.16)}
.emmp-profile-heading{display:flex;flex-direction:column;justify-content:center;min-width:0}
.emmp-profile-name-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.emmp-profile-heading h2{font-size:29px;margin:0}
.emmp-profile-status{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:rgba(107,203,60,.13);color:#BCEBA9;font-size:10px;font-weight:800}
.emmp-profile-status i{width:7px;height:7px;background:#6BCB3C;border-radius:50%;display:inline-block}
.emmp-profile-heading p{font-size:13px;margin:4px 0 9px}
.emmp-profile-contact-row{display:flex;align-items:center;gap:18px;flex-wrap:wrap;color:#E1EFED;font-size:11px}
.emmp-profile-contact-row span{display:inline-flex;align-items:center;gap:7px}
.emmp-profile-contact-row svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.emmp-profile-hero>.emmp-edit-profile{margin-left:auto;align-self:flex-start;background:transparent!important;color:#fff!important;border:1px solid #6BCB3C!important;box-shadow:none!important;padding:11px 17px!important}
.emmp-profile-hero>.emmp-edit-profile:hover{background:#6BCB3C!important;color:#102322!important}
.emmp-profile-body{grid-template-columns:minmax(0,1.65fr) minmax(320px,.75fr);gap:18px}
.emmp-profile-main-card,.emmp-profile-side-card{border-radius:26px}
.emmp-profile-main-card{padding:24px}
.emmp-profile-fields{gap:7px 18px}
.emmp-profile-fields input,.emmp-profile-fields select{height:50px;border-radius:15px}
.emmp-profile-side{gap:18px}
.emmp-profile-side-card{padding:22px}
.emmp-profile-side-heading{display:flex;align-items:flex-start;gap:12px}
.emmp-profile-side-heading .emmp-side-icon{margin:0;flex:0 0 42px}
.emmp-profile-side-heading strong{margin-top:2px}
.emmp-profile-side-heading p{margin:5px 0 0}
.emmp-profile-identity-preview{margin-top:16px;padding:14px 15px;background:#F1F9EE;border:1px solid #DCEED5;border-radius:17px}
.emmp-profile-preview-label{display:flex;align-items:center;gap:7px;color:#4A9B34;font-size:10px;font-weight:800;margin-bottom:13px}
.emmp-profile-preview-label svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.7}
.emmp-profile-preview-user{display:flex;align-items:center;gap:10px}
.emmp-profile-preview-avatar{width:42px!important;height:42px!important;flex:0 0 42px!important}
.emmp-profile-preview-user>div:last-child{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.emmp-profile-preview-user strong{font-size:13px;color:#26394A}
.emmp-profile-preview-user span{font-size:9px;color:#4A9B34;background:#E5F4DF;border-radius:999px;padding:5px 8px;font-weight:800}
@media(max-width:1200px){.emmp-project-summary-card{grid-template-columns:1fr}.emmp-project-summary-meta{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:980px){.emmp-profile-body{grid-template-columns:1fr}.emmp-profile-contact-row{gap:10px}.emmp-profile-hero{align-items:flex-start;flex-wrap:wrap}.emmp-profile-hero>.emmp-edit-profile{margin-left:0}}
@media(max-width:700px){.emmp-project-summary-meta{grid-template-columns:1fr 1fr}.emmp-profile-hero{padding:24px}.emmp-profile-avatar{width:88px;height:88px;flex-basis:88px}.emmp-profile-heading h2{font-size:24px}.emmp-profile-main-card{padding:18px}}

/* v1.4.17 — reference-matched project overview + profile contrast */
.emmp-project-summary-meta{grid-template-columns:repeat(3,minmax(0,1fr))!important}
.emmp-project-summary-meta>div{min-height:58px!important}
.emmp-project-progress-summary-layout{display:grid;grid-template-columns:145px minmax(0,1fr);align-items:center;gap:22px}
.emmp-project-progress-ring{--progress:0;width:112px;height:112px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(#69C23E calc(var(--progress)*1%),#E8EEEB 0);position:relative;margin:2px auto}
.emmp-project-progress-ring:after{content:"";position:absolute;inset:10px;background:#fff;border-radius:50%}
.emmp-project-progress-ring>div{position:relative;z-index:1;text-align:center;display:flex;flex-direction:column;line-height:1}
.emmp-project-progress-ring strong{font-size:22px;color:#26394A}
.emmp-project-progress-ring span{font-size:9px;color:#8C9BA3;margin-top:5px}
.emmp-project-progress-breakdown{display:flex;flex-direction:column;gap:10px}
.emmp-project-progress-breakdown>div{display:grid;grid-template-columns:10px 1fr auto;align-items:center;gap:7px;font-size:9px;color:#788991}
.emmp-project-progress-breakdown strong{font-size:10px;color:#2B4050}
.emmp-project-progress-breakdown strong small{font-size:8px;color:#8C9BA3;font-weight:500}
.emmp-progress-label-dot{width:7px;height:7px;border-radius:50%;display:block;background:#72AFAF}.emmp-progress-label-dot.completed{background:#55C342}.emmp-progress-label-dot.progress{background:#6B91D8}.emmp-progress-label-dot.hold{background:#F1B52F}.emmp-progress-label-dot.overdue{background:#EF5B59}.emmp-progress-label-dot.total{background:#65A8A9}
.emmp-project-overview-bottom{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(300px,.9fr);gap:12px;margin-top:12px}
.emmp-project-overview-bottom>.emmp-panel{margin:0}
.emmp-project-status-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
.emmp-project-status-grid>div{position:relative;padding:12px 11px;border:1px solid #E8EFEC;background:#FAFCFB;border-radius:13px;min-height:68px}
.emmp-project-status-grid small{display:block;color:#667883;font-size:8px;margin:0 0 7px 12px}.emmp-project-status-grid strong{display:block;font-size:18px;color:#26394A}
.emmp-status-dot{position:absolute;left:11px;top:14px;width:6px;height:6px;border-radius:50%;background:#74C85A}.emmp-status-dot.progress{background:#8B74E8}.emmp-status-dot.review{background:#F2BF39}.emmp-status-dot.completed{background:#74C85A}
.emmp-project-upcoming-list{display:flex;flex-direction:column;gap:7px}.emmp-project-upcoming-list>div{display:flex;align-items:center;gap:10px;padding:10px;border:1px solid #E8EFEC;background:#FAFCFB;border-radius:12px}.emmp-upcoming-icon{width:31px;height:31px;min-width:31px;border-radius:10px;background:#F1F8F3;color:#5FAE48;display:grid;place-items:center}.emmp-upcoming-icon svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.7}.emmp-project-upcoming-list>div>div{min-width:0;flex:1}.emmp-project-upcoming-list strong,.emmp-project-upcoming-list small{display:block}.emmp-project-upcoming-list strong{font-size:9px;color:#344956;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.emmp-project-upcoming-list small{font-size:8px;color:#9AA5AC;margin-top:3px}.emmp-project-upcoming-list .emmp-status-chip{font-size:7px;padding:5px 7px}.emmp-project-no-deadlines{justify-content:space-between!important}.emmp-project-no-deadlines>b{font-size:12px;color:#98A4AA}
.emmp-project-timeline{position:relative;padding-left:1px}.emmp-project-timeline:before{content:"";position:absolute;left:14px;top:30px;bottom:28px;width:1px;background:#E0EAE5}.emmp-project-timeline>div{position:relative;z-index:1}.emmp-timeline-dot.start{background:#EAF7E4;color:#5FAE48}.emmp-timeline-dot.due{background:#FFF6D9;color:#D6A91D}.emmp-timeline-dot.created{background:#F0F2F2;color:#7C8990}
/* Profile hero: keep identity readable on teal for every account. */
.emmp-profile-heading h2{color:#fff!important;text-shadow:0 1px 2px rgba(0,0,0,.08)}
.emmp-profile-heading p{color:#E7F3F1!important}.emmp-profile-contact-row{color:#E8F4F2!important}.emmp-profile-contact-row svg{color:#DDEEEA!important}
.emmp-profile-cover{background:#0E6B6C!important}.emmp-profile-cover-pattern{opacity:.10!important}.emmp-profile-hero>.emmp-edit-profile{color:#fff!important;border-color:#6BCB3C!important}
@media(max-width:1100px){.emmp-project-overview-bottom{grid-template-columns:1fr}.emmp-project-progress-summary-layout{grid-template-columns:125px minmax(0,1fr)}}
@media(max-width:700px){.emmp-project-summary-meta{grid-template-columns:1fr 1fr!important}.emmp-project-progress-summary-layout{grid-template-columns:1fr}.emmp-project-progress-ring{margin:0 auto 6px}.emmp-project-status-grid{grid-template-columns:1fr 1fr}}
@media(max-width:430px){.emmp-project-summary-meta{grid-template-columns:1fr!important}}

/* v1.4.18 productivity additions */
.emmp-dashboard-performance-strip{display:grid;grid-template-columns:minmax(230px,1.2fr) repeat(4,minmax(120px,1fr));gap:10px;align-items:stretch;margin:0 0 18px;padding:10px;border:1px solid #DCEBE4;background:#fff;border-radius:22px;box-shadow:var(--shadow-soft)}
.emmp-dashboard-performance-title{padding:10px 14px;display:flex;flex-direction:column;justify-content:center}.emmp-dashboard-performance-title h2{margin:3px 0 0;font-size:17px;letter-spacing:-.35px}.emmp-performance-metric{min-height:70px;padding:12px 15px;border:1px solid #E5ECE9;border-radius:16px;background:#FBFCFC;display:flex;flex-direction:column;justify-content:center}.emmp-performance-metric strong{font-size:22px;line-height:1;color:var(--ink)}.emmp-performance-metric span{margin-top:6px;color:var(--muted);font-size:10px;font-weight:700}
.emmp-workload-head{display:grid;grid-template-columns:minmax(150px,1fr) 45px 55px minmax(115px,1fr) 65px;gap:10px;align-items:center;padding:0 4px 8px;color:#8A96A5;font-size:9px;font-weight:850;text-transform:uppercase;letter-spacing:.6px}.emmp-workload-row{display:grid;grid-template-columns:minmax(150px,1fr) 45px 55px minmax(115px,1fr) 65px;gap:10px;align-items:center;padding:11px 4px;border-top:1px solid #EEF2F0}.emmp-workload-capacity{min-width:0}.emmp-workload-capacity>div{display:flex;align-items:center;justify-content:space-between;gap:5px}.emmp-workload-capacity span{font-size:10px;font-weight:850;color:var(--ink)}.emmp-workload-capacity small{font-size:8px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.emmp-workload-capacity>i{display:block;height:5px;margin-top:5px;background:#E8EEEC;border-radius:99px;overflow:hidden}.emmp-workload-capacity>i b{display:block;height:100%;border-radius:99px;background:var(--green)}.emmp-workload-level.high{color:#D85D42;background:#FFF0EC}.emmp-workload-level.medium{color:#A87800;background:#FFF8DD}.emmp-workload-level.light{color:#3D8C2B;background:#EFF9EA}
.emmp-calendar-nav{display:flex;align-items:center;gap:9px}.emmp-calendar-nav>strong{min-width:150px;text-align:center;font-size:17px}.emmp-calendar-mode-toggle{display:flex;align-items:center;border:1px solid var(--line);background:#fff;border-radius:15px;padding:3px;box-shadow:var(--shadow-soft)}.emmp-calendar-mode-toggle button{border:0;background:transparent;color:#7B8993;display:flex;align-items:center;gap:6px;height:36px;padding:0 12px;border-radius:11px;font-size:10px;font-weight:800;cursor:pointer}.emmp-calendar-mode-toggle button svg{width:15px;height:15px}.emmp-calendar-mode-toggle button.active{background:#EAF7E4;color:#3F8D2B}.emmp-calendar-agenda{display:grid;gap:9px;padding:0 22px 22px}.emmp-calendar-agenda-day{display:grid;grid-template-columns:92px minmax(0,1fr);gap:14px;border:1px solid var(--line);border-radius:18px;background:#fff;padding:12px}.emmp-calendar-agenda-day.today{border-color:#B9DFAE;box-shadow:inset 0 0 0 1px rgba(105,194,62,.08)}.emmp-calendar-agenda-date{display:grid;grid-template-columns:auto 1fr;column-gap:8px;align-content:start;padding:4px 7px}.emmp-calendar-agenda-date strong{font-size:10px;color:var(--muted);text-transform:uppercase}.emmp-calendar-agenda-date b{font-size:26px;line-height:1.05;color:var(--ink);grid-row:span 2}.emmp-calendar-agenda-date span{font-size:9px;color:var(--muted)}.emmp-calendar-agenda-items{display:grid;gap:7px}.emmp-calendar-agenda-task{display:grid;grid-template-columns:10px minmax(0,1fr) auto;align-items:center;gap:10px;text-align:left;border:1px solid #E7ECEA;background:#FBFCFC;border-radius:13px;padding:10px 12px;color:var(--ink);cursor:pointer}.emmp-calendar-agenda-task:hover{background:#F5FAF7;border-color:#CFE2D9}.emmp-calendar-agenda-task>div{min-width:0}.emmp-calendar-agenda-task strong,.emmp-calendar-agenda-task small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.emmp-calendar-agenda-task strong{font-size:11px}.emmp-calendar-agenda-task small{margin-top:3px;color:var(--muted);font-size:9px}.emmp-calendar-agenda-task>b{font-size:8px;color:var(--muted);font-weight:800}.emmp-status-dot{width:8px;height:8px;border-radius:50%;display:block}.emmp-status-dot.todo{background:#69C23E}.emmp-status-dot.progress{background:#8E7BEA}.emmp-status-dot.review{background:#F1BD3D}.emmp-status-dot.done{background:#8CA0A8}.emmp-calendar-agenda-empty{padding:12px;color:#A0ACB5;font-size:10px;border:1px dashed #DDE6E2;border-radius:12px}
.emmp-report-range{display:flex;gap:3px;border:1px solid var(--line);padding:3px;border-radius:14px;background:#fff}.emmp-report-range button{border:0;background:transparent;color:#7B8993;padding:8px 11px;border-radius:10px;font-size:9px;font-weight:800;cursor:pointer}.emmp-report-range button.active{background:#EAF7E4;color:#3F8D2B}.emmp-report-card.orange{background:#FFF4EF}.emmp-report-card.blue{background:#EFF5FF}.emmp-report-card.purple{background:#F4F0FF}.emmp-report-row-member>div:first-child{display:flex;align-items:center;gap:8px}.emmp-report-row-member>div:first-child>div{min-width:0}
.emmp-notification-head-actions{display:flex;align-items:center;gap:5px}.emmp-notification-read-all{border:0;background:#EFF8EA;color:#438D2D;border-radius:9px;padding:7px 9px;font-size:9px;font-weight:800;cursor:pointer}.emmp-notification-read-all:hover{background:#E2F3D9}
@media(max-width:980px){.emmp-dashboard-performance-strip{grid-template-columns:1fr 1fr}.emmp-dashboard-performance-title{grid-column:1/-1}.emmp-workload-head,.emmp-workload-row{grid-template-columns:minmax(120px,1fr) 35px 45px minmax(100px,1fr) 55px}.emmp-calendar-toolbar{gap:10px;flex-wrap:wrap}.emmp-calendar-nav>strong{min-width:110px}.emmp-calendar-agenda{padding:0 10px 16px}.emmp-report-range{width:100%}.emmp-report-range button{flex:1}}
@media(max-width:620px){.emmp-dashboard-performance-strip{grid-template-columns:1fr 1fr}.emmp-performance-metric{min-height:62px}.emmp-workload-head{display:none}.emmp-workload-row{grid-template-columns:minmax(0,1fr) 40px 50px;gap:8px}.emmp-workload-capacity{grid-column:1/-1}.emmp-workload-level{grid-column:3;grid-row:1}.emmp-calendar-mode-toggle{width:100%;justify-content:space-between}.emmp-calendar-mode-toggle button{flex:1;justify-content:center}.emmp-calendar-nav{width:100%;justify-content:space-between}.emmp-calendar-agenda-day{grid-template-columns:64px minmax(0,1fr);gap:8px;padding:9px}.emmp-calendar-agenda-task{grid-template-columns:8px minmax(0,1fr)}.emmp-calendar-agenda-task>b{display:none}}


/* v1.4.19 — My Tasks quick-filter navigation refresh */
.emmp-task-page-actions{display:flex;align-items:center;gap:10px;min-width:0}
.emmp-task-page-controls{display:flex;align-items:center;justify-content:flex-end;gap:12px;min-width:0}
.emmp-my-work-tabs{display:flex!important;align-items:center!important;gap:0!important;margin:0!important;padding:4px!important;background:#fff!important;border:1px solid #DDE8E2!important;border-radius:16px!important;box-shadow:0 3px 12px rgba(14,77,79,.06)!important;overflow:hidden!important;min-width:0!important}
.emmp-my-work-tabs button{height:40px!important;min-width:88px!important;padding:0 16px!important;border:0!important;border-right:1px solid #E8EFEB!important;background:transparent!important;color:#52615B!important;border-radius:11px!important;font:700 12px Questrial,inherit!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;white-space:nowrap!important;cursor:pointer!important;transition:background .18s ease,color .18s ease,box-shadow .18s ease!important}
.emmp-my-work-tabs button:last-child{border-right:0!important}
.emmp-my-work-tabs button:hover{background:#F7FAF8!important;color:#2E5146!important}
.emmp-my-work-tabs button.active{background:#EDF8E8!important;color:#398B27!important;box-shadow:inset 0 0 0 1px #D8EFCF!important}
.emmp-my-work-tabs button b{margin:0!important;min-width:21px!important;height:21px!important;padding:0 6px!important;border-radius:999px!important;background:#F0F4F2!important;color:#65756E!important;font:800 10px Questrial,inherit!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1!important}
.emmp-my-work-tabs button.active b{background:#DDF0D5!important;color:#398B27!important}
.emmp-my-work-tabs button.overdue-tab b{background:#FFF0EF!important;color:#B94D49!important}
.emmp-my-work-tabs button.overdue-tab.active b{background:#FFE5E3!important;color:#A9413D!important}
.emmp-task-view-controls{display:flex!important;align-items:center!important;gap:2px!important;padding:4px!important;background:#fff!important;border:1px solid #DDE8E2!important;border-radius:16px!important;box-shadow:0 3px 12px rgba(14,77,79,.06)!important;flex:0 0 auto!important}
.emmp-task-view-controls button{width:42px!important;height:40px!important;border:0!important;background:transparent!important;color:#73838D!important;border-radius:11px!important;display:grid!important;place-items:center!important;padding:0!important;cursor:pointer!important}
.emmp-task-view-controls button:hover{background:#F7FAF8!important;color:#315B4D!important}
.emmp-task-view-controls button.active{background:#EDF8E8!important;color:#398B27!important;box-shadow:inset 0 0 0 1px #D8EFCF!important}
.emmp-task-view-controls button svg{width:18px!important;height:18px!important}
.emmp-task-view-controls button:focus-visible,.emmp-my-work-tabs button:focus-visible{outline:2px solid #9BCF82!important;outline-offset:1px!important}
@media(max-width:1050px){.emmp-task-page-controls{gap:8px}.emmp-my-work-tabs button{min-width:78px!important;padding:0 12px!important}}
@media(max-width:900px){.emmp-task-page-intro{align-items:flex-start!important}.emmp-task-page-actions{width:100%}.emmp-task-page-controls{width:100%;justify-content:space-between;flex-wrap:wrap}.emmp-my-work-tabs{max-width:100%;overflow-x:auto!important}.emmp-my-work-tabs button{flex:0 0 auto!important}.emmp-task-view-controls{margin-left:auto}}
@media(max-width:620px){.emmp-task-page-controls{align-items:stretch}.emmp-my-work-tabs{width:100%;justify-content:space-between}.emmp-my-work-tabs button{min-width:0!important;flex:1 1 25%!important;padding:0 9px!important}.emmp-task-view-controls{margin-left:0}.emmp-task-view-controls button{width:44px!important}}


/* v1.4.20 — Needs Attention, Assignment Assistant, Mobile Task Actions */
.emmp-needs-attention-panel{margin-top:18px}
.emmp-needs-list{display:grid;gap:6px}
.emmp-needs-row{display:grid;grid-template-columns:28px minmax(0,1fr) 18px;align-items:center;gap:10px;width:100%;padding:10px 12px;border:1px solid #E7EEEA;background:#fff;border-radius:13px;text-align:left;color:var(--ink);cursor:pointer;transition:.16s ease}
.emmp-needs-row:hover{background:#F7FBF5;border-color:#CFE5C7;transform:translateY(-1px)}
.emmp-needs-row>span{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;font-weight:900;background:#EEF7EA;color:#4C9D34}
.emmp-needs-row.overdue>span{background:#FFF0EF;color:#D94B45}.emmp-needs-row.review>span{background:#FFF8DE;color:#8C7B1B}.emmp-needs-row>div{min-width:0}.emmp-needs-row strong{display:block;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.emmp-needs-row small{display:block;margin-top:2px;color:#7B8991;font-size:9px}.emmp-needs-row>svg{width:15px;height:15px;color:#78908A}
.emmp-smart-assign-pop{position:fixed;z-index:100001;top:50%;left:50%;transform:translate(-50%,-50%);width:min(470px,calc(100vw - 28px));max-height:min(700px,calc(100vh - 40px));overflow:auto;background:#fff;border:1px solid #E0EAE5;border-radius:26px;padding:28px;box-shadow:0 30px 90px rgba(12,63,65,.24)}
.emmp-smart-assign-pop h2{margin:5px 0 6px;font-size:23px}.emmp-smart-assign-pop>p{margin:0 0 18px;color:#74828B;font-size:12px}.emmp-smart-assign-close{position:absolute;right:14px;top:14px}.emmp-smart-assign-backdrop{position:fixed;inset:0;z-index:100000;background:rgba(9,40,42,.32);backdrop-filter:blur(3px)}.emmp-assign-list{display:grid;gap:8px}.emmp-assign-choice{display:grid;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;padding:10px;border:1px solid #E5ECE9;background:#FBFCFB;border-radius:15px;text-align:left;cursor:pointer}.emmp-assign-choice:hover{border-color:#BFDDB5;background:#F4FAF1}.emmp-assign-choice .emmp-avatar{width:40px;height:40px}.emmp-assign-choice span:nth-child(2){min-width:0}.emmp-assign-choice strong{display:block;font-size:11px}.emmp-assign-choice small{display:block;color:#7C8991;font-size:9px;margin-top:2px}.emmp-assign-choice>b{font-size:9px;color:#4C9D34;background:#EAF7E4;border-radius:999px;padding:6px 8px;white-space:nowrap}
.emmp-mobile-task-actions{display:none}
@media(max-width:700px){.emmp-mobile-task-actions{position:absolute;left:10px;right:10px;bottom:8px;display:flex;gap:6px;overflow:auto;padding:7px;background:rgba(255,255,255,.96);border:1px solid #DDE9E3;border-radius:14px;box-shadow:0 10px 25px rgba(15,70,72,.14);z-index:5}.emmp-mobile-task-actions button{flex:0 0 auto;border:1px solid #DDE9E3;background:#fff;border-radius:999px;padding:7px 9px;color:#36555A;font-size:9px;font-weight:800}.emmp-task-card{position:relative}.emmp-smart-assign-pop{padding:22px 16px;border-radius:23px}.emmp-assign-choice{grid-template-columns:36px minmax(0,1fr) auto}.emmp-assign-choice .emmp-avatar{width:36px;height:36px}}
/* Ideas Inbox v2 */
.emmp-ideas-panel-v2{padding:18px!important}
.emmp-idea-quick-add{display:grid;grid-template-columns:1.15fr 1.7fr auto;gap:10px;align-items:center;margin-bottom:12px}
.emmp-idea-quick-field{height:48px;border:1px solid var(--line);border-radius:14px;background:#fff;display:flex;align-items:center;gap:10px;padding:0 13px;color:#6DBA45;box-shadow:0 2px 8px rgba(14,77,79,.03)}
.emmp-idea-quick-field svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:none}
.emmp-idea-quick-field input,.emmp-idea-quick-add textarea{width:100%;border:0!important;outline:0!important;background:transparent!important;color:var(--ink);font:13px Questrial,inherit;box-shadow:none!important}
.emmp-idea-quick-add textarea{height:48px;min-height:48px;resize:none;border:1px solid var(--line)!important;border-radius:14px!important;padding:13px!important;background:#fff!important}
.emmp-idea-filterbar{display:flex;justify-content:space-between;gap:12px;align-items:center;border:1px solid var(--line);border-radius:14px;padding:8px 10px;background:#fff;margin-bottom:10px}
.emmp-idea-status-tabs{display:flex;gap:5px;align-items:center;overflow:auto}
.emmp-idea-status-tabs button{border:1px solid transparent;background:transparent;color:#6E7E8B;border-radius:12px;padding:9px 12px;display:inline-flex;align-items:center;gap:7px;white-space:nowrap;font:700 10px Questrial,inherit;cursor:pointer}
.emmp-idea-status-tabs button:hover{background:#F6FAF7}
.emmp-idea-status-tabs button.active{background:#EDF8E9;color:#398B27;border-color:#E0F0DA}
.emmp-idea-status-tabs button svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.emmp-idea-status-tabs button b{min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:#F2F5F3;color:#71808A;display:grid;place-items:center;font-size:9px}
.emmp-idea-status-tabs button.active b{background:#fff;color:#398B27}
.emmp-idea-status-tabs .dot{width:8px;height:8px;border-radius:50%;display:inline-block}.emmp-idea-status-tabs .dot.purple{background:#9B7BEA}.emmp-idea-status-tabs .dot.yellow{background:#F1B92E}.emmp-idea-status-tabs .dot.green{background:#69C23E}.emmp-idea-status-tabs .dot.gray{background:#A4ADB3}
.emmp-idea-filter-actions{display:flex;gap:7px;align-items:center;flex:none}.emmp-idea-filter-actions select{height:36px;border:1px solid var(--line);border-radius:10px;background:#fff;padding:0 10px;color:var(--ink);font:700 10px Questrial,inherit}.emmp-idea-fav-filter{height:36px!important;padding:0 11px!important}.emmp-idea-fav-filter svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.8}.emmp-idea-fav-filter.active{background:#EDF8E9!important;color:#398B27!important;border-color:#DDEFD7!important}
.emmp-idea-search{height:40px;border:1px solid var(--line);border-radius:12px;background:#FAFCFB;display:flex;align-items:center;gap:9px;padding:0 12px;margin-bottom:10px}.emmp-idea-search>span:first-child svg{width:15px;height:15px;fill:none;stroke:#81919C;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.emmp-idea-search input{border:0;outline:0;background:transparent;flex:1;color:var(--ink);font:12px Questrial,inherit}.emmp-idea-result-count{font-size:9px;color:#9AA5AD;white-space:nowrap}
.emmp-ideas-list-v2{display:grid;gap:6px}.emmp-idea-card-v2{display:grid;grid-template-columns:48px 1fr auto;gap:12px;align-items:center;border:1px solid var(--line);border-radius:14px;padding:12px 13px;background:#fff;transition:.18s ease}.emmp-idea-card-v2:hover{border-color:#D7E7DE;box-shadow:0 5px 16px rgba(14,77,79,.05);transform:translateY(-1px)}.emmp-idea-card-v2.converted{background:#FCFDFC}.emmp-idea-icon{width:42px;height:42px;border-radius:50%;background:#EDF8E9;color:#69C23E;display:grid;place-items:center}.emmp-idea-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.emmp-idea-card-v2:nth-child(4n+2) .emmp-idea-icon{background:#FFF7DD;color:#F0B72B}.emmp-idea-card-v2:nth-child(4n+3) .emmp-idea-icon{background:#F0EAFE;color:#967BE6}.emmp-idea-title-row{display:flex;align-items:center;gap:9px;min-width:0}.emmp-idea-title-row h3{margin:0;font-size:13px;line-height:1.25}.emmp-idea-card-v2 p{margin:4px 0 5px;color:#788995;font-size:10px;line-height:1.45}.emmp-idea-meta{display:flex;align-items:center;gap:5px;color:#9AA5AD;font-size:9px;min-width:0}.emmp-idea-avatar{width:18px!important;height:18px!important;font-size:8px!important;border-radius:50%}.emmp-idea-project{color:#5D8D4E}.emmp-idea-status{font-size:8px;text-transform:uppercase;letter-spacing:.5px;padding:5px 8px;border-radius:999px;background:#EDF8E9;color:#4A982F;white-space:nowrap}.emmp-idea-status.review{background:#FFF6DD;color:#B27A16}.emmp-idea-status.converted{background:#EDF8E9;color:#4A982F}.emmp-idea-status.archived{background:#F1F3F3;color:#78858C}.emmp-idea-status.new{background:#F1EAFE;color:#7B63C5}
.emmp-idea-actions{display:flex;align-items:center;gap:7px}.emmp-icon-btn{width:38px;height:38px;border:1px solid var(--line);background:#fff;color:#70808C;border-radius:50%;display:grid;place-items:center;cursor:pointer;transition:.16s ease}.emmp-icon-btn:hover{border-color:#CFE2D7;color:#398B27;background:#F8FCF7}.emmp-icon-btn svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.emmp-idea-favorite.active{color:#D19B19;background:#FFF8E5;border-color:#F2E2AE}.emmp-idea-favorite.active svg{fill:#F2C447}
.emmp-idea-footer{display:flex;justify-content:space-between;gap:10px;padding:12px 2px 0;color:#9AA5AD;font-size:9px}.emmp-idea-footer span:last-child{color:#B0B8BD}
.emmp-idea-menu{min-width:160px;background:#fff;border:1px solid var(--line);border-radius:13px;padding:5px;box-shadow:0 16px 40px rgba(14,77,79,.16);z-index:130}.emmp-idea-menu button{width:100%;border:0;background:#fff;color:var(--ink);text-align:left;padding:9px 10px;border-radius:9px;font:700 10px Questrial,inherit;display:flex;align-items:center;gap:8px;cursor:pointer}.emmp-idea-menu button:hover{background:#F3F8F5}.emmp-idea-menu button.danger{color:#B74646}.emmp-idea-menu svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.emmp-idea-modal-card{width:min(620px,calc(100vw - 32px));max-height:calc(100vh - 32px);overflow:auto}.emmp-idea-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.emmp-idea-form-grid label{position:relative}.emmp-idea-form-grid .span-2{grid-column:1/-1}.emmp-idea-form-grid input,.emmp-idea-form-grid select,.emmp-idea-form-grid textarea{display:block;width:100%;margin-top:6px;border:1px solid var(--line);border-radius:12px;background:#fff;padding:11px 12px;color:var(--ink);font:12px Questrial,inherit;outline:0}.emmp-idea-form-grid textarea{resize:vertical;min-height:100px}.emmp-idea-form-grid input:focus,.emmp-idea-form-grid select:focus,.emmp-idea-form-grid textarea:focus{border-color:#69C23E;box-shadow:0 0 0 3px rgba(105,194,62,.10)}.emmp-idea-attach-note{display:flex;align-items:center;gap:10px;border:1px solid #DDEED8;background:#F5FAF3;border-radius:12px;padding:11px 12px}.emmp-idea-attach-icon{width:34px;height:34px;border-radius:9px;background:#E7F4E1;display:grid;place-items:center}.emmp-idea-attach-note strong{display:block;font-size:11px}.emmp-idea-attach-note small{display:block;color:#8C9A93;font-size:9px;margin-top:2px}.emmp-idea-modal-card .emmp-modal-actions{margin-top:16px}
@media(max-width:980px){.emmp-idea-quick-add{grid-template-columns:1fr 1fr}.emmp-idea-quick-add .emmp-primary{grid-column:2}.emmp-idea-filterbar{align-items:stretch;flex-direction:column}.emmp-idea-filter-actions{justify-content:space-between}.emmp-idea-status-tabs{width:100%}}
@media(max-width:600px){.emmp-idea-quick-add{grid-template-columns:1fr}.emmp-idea-quick-add .emmp-primary{grid-column:auto}.emmp-idea-filter-actions{width:100%}.emmp-idea-filter-actions select{flex:1}.emmp-idea-card-v2{grid-template-columns:40px 1fr}.emmp-idea-icon{width:38px;height:38px}.emmp-idea-actions{grid-column:2;justify-content:flex-end}.emmp-idea-title-row{align-items:flex-start;flex-direction:column;gap:5px}.emmp-idea-footer{flex-direction:column}.emmp-idea-form-grid{grid-template-columns:1fr}.emmp-idea-form-grid .span-2{grid-column:auto}.emmp-idea-modal-card{width:calc(100vw - 18px)}}

/* Overtime management */
.emmp-att-head-actions{display:flex;align-items:center;gap:10px}.emmp-month-input{height:42px;border:1px solid var(--line);border-radius:12px;background:#fff;padding:0 12px;color:var(--ink);font-size:11px}.emmp-att-tabs{display:flex;gap:6px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:18px;padding:6px;margin:0 0 16px;box-shadow:var(--shadow-soft);overflow:auto}.emmp-att-tabs button{border:0;background:transparent;color:#6E7E8B;border-radius:12px;padding:10px 15px;display:inline-flex;align-items:center;gap:7px;white-space:nowrap;font-weight:750;font-size:11px}.emmp-att-tabs button svg{width:15px;height:15px}.emmp-att-tabs button:hover{background:#F6FAF7;color:var(--teal)}.emmp-att-tabs button.active{background:#EDF8E9;color:#398B27;box-shadow:inset 0 0 0 1px #E0F0DA}.emmp-ot-summary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:14px}.emmp-ot-summary-grid>div{background:#fff;border:1px solid var(--line);border-radius:18px;padding:14px 15px;box-shadow:var(--shadow-soft)}.emmp-ot-summary-grid span,.emmp-ot-summary-grid small{display:block;color:var(--muted);font-size:9px}.emmp-ot-summary-grid strong{display:block;font-size:20px;margin:6px 0 3px}.emmp-ot-summary-grid .approved strong{color:#4D9D35}.emmp-ot-summary-grid .pending strong{color:#D59A1D}.emmp-ot-summary-grid .rejected strong{color:#C44A4A}.emmp-att-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:12px;margin-bottom:12px}.emmp-att-grid .emmp-panel{margin-bottom:0}.emmp-ot-cta,.emmp-ot-possible{display:flex;align-items:center;justify-content:space-between;gap:15px;border:1px solid #D9EED1;background:#F7FBF5;border-radius:15px;padding:12px 14px;margin-top:14px}.emmp-ot-possible{border-color:#E9DFAF;background:#FFFDF4}.emmp-ot-cta strong,.emmp-ot-possible strong{display:block;font-size:11px}.emmp-ot-cta span,.emmp-ot-possible span{display:block;color:var(--muted);font-size:9px;margin-top:3px}.emmp-ot-recent{display:grid;gap:2px}.emmp-ot-row{width:100%;border:0;border-bottom:1px solid var(--line);background:#fff;display:grid;grid-template-columns:75px minmax(0,1fr) auto auto 18px;gap:9px;align-items:center;padding:12px 3px;text-align:left;color:var(--ink)}.emmp-ot-row:last-child{border-bottom:0}.emmp-ot-row:hover{background:#F8FBF9}.emmp-ot-row>span:first-child{font-size:9px;color:var(--muted)}.emmp-ot-row strong{font-size:10px}.emmp-ot-row b{font-size:10px}.emmp-ot-row>svg{width:14px;color:#6F8C82}.emmp-ot-status{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:5px 8px;font-size:8px;font-weight:800;white-space:nowrap}.emmp-ot-status.pending{background:#FFF5DC;color:#A66F0A}.emmp-ot-status.approved{background:#EDF8E9;color:#418F2C}.emmp-ot-status.rejected{background:#FFF0EF;color:#B64545}.emmp-ot-status.cancelled{background:#F1F3F3;color:#77838A}.emmp-att-table-head{font-weight:800;color:#8A979F;background:#F8FAF9}.emmp-att-table>div.emmp-att-table-head span{font-size:9px}.emmp-ot-toolbar{display:flex;gap:8px;margin:14px 0}.emmp-ot-toolbar select,.emmp-ot-toolbar input,.emmp-report-export input{height:38px;border:1px solid var(--line);border-radius:11px;background:#fff;color:var(--ink);padding:0 11px;font-size:10px}.emmp-ot-table-wrap{overflow:auto}.emmp-ot-table{width:100%;border-collapse:separate;border-spacing:0;min-width:760px}.emmp-ot-table th{font-size:8px;text-transform:uppercase;letter-spacing:.45px;color:#8B979F;text-align:left;padding:11px 9px;border-bottom:1px solid var(--line);white-space:nowrap}.emmp-ot-table td{font-size:10px;padding:12px 9px;border-bottom:1px solid #EEF2F0;vertical-align:middle}.emmp-ot-table tr:last-child td{border-bottom:0}.emmp-ot-table td small{display:block;color:var(--muted);font-size:8px;margin-top:3px}.emmp-ot-person{display:flex;align-items:center;gap:8px}.emmp-ot-person strong{display:block}.emmp-ot-person small{margin-top:2px}.emmp-ot-table .emmp-row-action{width:31px;height:31px;border-radius:50%;border:1px solid var(--line);background:#fff;color:var(--teal);display:inline-grid;place-items:center;margin-left:4px}.emmp-ot-table .emmp-row-action:hover{background:#F3F8F5;border-color:#CDE0D6}.emmp-ot-tabs{display:flex;gap:3px;align-items:center}.emmp-ot-tabs button{border:0;background:transparent;color:#7B8992;border-radius:10px;padding:8px 9px;font-size:9px}.emmp-ot-tabs button.active{background:#EDF8E9;color:#398B27}.emmp-report-export{display:flex;gap:7px;align-items:center}.emmp-ot-report-summary{margin-top:14px}.emmp-ot-rules{display:flex;justify-content:space-between;gap:20px;align-items:center;border-top:1px solid var(--line);margin-top:18px;padding-top:17px}.emmp-ot-rules h3{font-size:13px;margin:0}.emmp-ot-rules span{display:block;color:var(--muted);font-size:9px;margin-top:4px}.emmp-ot-rules form{display:flex;gap:8px;align-items:end}.emmp-ot-rules label{font-size:9px;color:#73818A}.emmp-ot-rules input{display:block;margin-top:5px;height:37px;border:1px solid var(--line);border-radius:10px;padding:0 9px;font-size:10px}.emmp-ot-employee-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:16px}.emmp-ot-employee-summary div{background:#F8FAF9;border:1px solid var(--line);border-radius:13px;padding:12px}.emmp-ot-employee-summary span{display:block;color:var(--muted);font-size:9px}.emmp-ot-employee-summary strong{display:block;margin-top:5px;font-size:16px}.emmp-overtime-drawer{position:fixed;z-index:160;right:0;top:0;bottom:0;width:min(560px,96vw);background:#fff;box-shadow:-24px 0 60px rgba(14,77,79,.18);overflow:auto}.emmp-overtime-drawer .emmp-drawer-body{padding:20px 24px 30px}.emmp-overtime-drawer .emmp-drawer-head{position:sticky;top:0;z-index:2;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--line);padding:22px 24px}.emmp-overtime-drawer .emmp-drawer-head h2{margin:4px 0;font-size:23px}.emmp-ot-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-bottom:16px}.emmp-ot-detail-grid>div{border:1px solid var(--line);border-radius:13px;padding:11px;background:#FAFCFB}.emmp-ot-detail-grid small{display:block;color:var(--muted);font-size:8px}.emmp-ot-detail-grid strong{display:block;font-size:11px;margin-top:4px}.emmp-ot-task-line,.emmp-task-ot-line{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:8px;align-items:center;padding:10px 0;border-bottom:1px solid var(--line)}.emmp-ot-task-line:last-child,.emmp-task-ot-line:last-child{border-bottom:0}.emmp-ot-task-line strong,.emmp-task-ot-line strong{display:block;font-size:10px}.emmp-ot-task-line small,.emmp-task-ot-line small{display:block;color:var(--muted);font-size:8px;margin-top:3px}.emmp-ot-adjustment{background:#F7FBF5;border:1px solid #DCEED7;border-radius:14px;padding:12px;margin-top:14px}.emmp-ot-adjustment strong{display:block;font-size:10px;color:#428C2E}.emmp-ot-adjustment span,.emmp-ot-adjustment p{display:block;color:#687A73;font-size:9px;margin:4px 0 0}.emmp-ot-review-box{border-top:1px solid var(--line);margin-top:18px;padding-top:16px}.emmp-ot-review-box label{display:block;font-size:9px;color:#73818A;margin-bottom:10px}.emmp-ot-review-box input,.emmp-ot-review-box textarea{display:block;width:100%;margin-top:5px;border:1px solid var(--line);border-radius:11px;padding:10px;background:#fff;color:var(--ink);font-size:11px;outline:0}.emmp-ot-review-box textarea{resize:vertical}.emmp-ot-review-box small{display:block;color:var(--muted);margin-top:4px}.emmp-ot-review-box .emmp-modal-actions{display:grid;grid-template-columns:1fr 1fr 1.3fr;gap:7px}.emmp-ot-audit{margin-top:16px;border-top:1px solid var(--line);padding-top:14px}.emmp-ot-audit strong{font-size:10px}.emmp-ot-audit p{font-size:9px;color:var(--muted);line-height:1.6}.emmp-ot-calculated{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#F3FAEF;border:1px solid #DDEFD7;border-radius:14px;padding:12px 14px;margin:12px 0 16px}.emmp-ot-calculated span,.emmp-ot-calculated small{display:block;color:var(--muted);font-size:9px}.emmp-ot-calculated strong{font-size:18px;color:#428E2D}.emmp-ot-calculated small{margin-left:auto}.emmp-ot-task-input-row{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(100px,.8fr) 80px auto;gap:8px;align-items:end;margin-bottom:8px}.emmp-ot-task-input-row label,.emmp-ot-task-input-row>div{font-size:9px;color:#73818A}.emmp-ot-task-input-row select,.emmp-ot-task-input-row input{display:block;width:100%;height:38px;margin-top:5px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--ink);padding:0 9px;font-size:10px}.emmp-ot-task-input-row>div{padding:0 3px 9px}.emmp-ot-task-input-row>div strong{display:block;color:var(--ink);font-size:10px;margin-top:4px}.emmp-remove-ot-task{width:34px;height:34px;border-radius:50%;border:1px solid #EBD4D4;background:#fff;color:#B94B4B;display:grid;place-items:center}.emmp-field-counter{display:block;text-align:right;color:#A0AAB0;font-size:8px;margin-top:-5px}.emmp-muted-inline{color:var(--muted);font-weight:400}.emmp-ot-note{background:#F8FAF9;border:1px solid var(--line);border-radius:12px;padding:10px;font-size:9px;color:var(--muted);margin:12px 0}.emmp-ot-note strong{color:#A36D0A}.emmp-task-overtime-section{background:#FAFCFB;border-radius:13px;padding:11px!important}.emmp-task-ot-line{grid-template-columns:1fr auto auto}.emmp-task-ot-line>small{grid-column:1/-1}.emmp-task-ot-line .emmp-ot-status{align-self:center}
@media(max-width:980px){.emmp-att-head-actions{width:100%;justify-content:space-between}.emmp-att-grid{grid-template-columns:1fr}.emmp-ot-summary-grid{grid-template-columns:1fr 1fr}.emmp-ot-rules{display:block}.emmp-ot-rules form{margin-top:12px;flex-wrap:wrap}.emmp-ot-rules form label{flex:1;min-width:120px}}
@media(max-width:600px){.emmp-att-head-actions{display:block}.emmp-att-head-actions .emmp-month-input{width:100%;margin-bottom:8px}.emmp-att-buttons{width:100%}.emmp-att-tabs{border-radius:14px}.emmp-att-tabs button{padding:9px 11px}.emmp-ot-summary-grid{grid-template-columns:1fr 1fr}.emmp-ot-row{grid-template-columns:60px minmax(0,1fr) auto auto 15px}.emmp-ot-row .emmp-ot-status{grid-column:3/5;justify-self:end}.emmp-overtime-drawer{width:100%;max-width:none}.emmp-overtime-drawer .emmp-drawer-head,.emmp-overtime-drawer .emmp-drawer-body{padding-left:16px;padding-right:16px}.emmp-ot-detail-grid{grid-template-columns:1fr 1fr}.emmp-ot-task-input-row{grid-template-columns:1fr 80px auto}.emmp-ot-task-input-row>div{grid-column:1/-1;padding:0}.emmp-ot-review-box .emmp-modal-actions{grid-template-columns:1fr}.emmp-ot-rules form{display:grid;grid-template-columns:1fr 1fr}.emmp-ot-rules form button{grid-column:1/-1}.emmp-ot-cta,.emmp-ot-possible{align-items:flex-start;flex-direction:column}.emmp-ot-cta .emmp-primary,.emmp-ot-possible .emmp-primary{width:100%}.emmp-report-export{width:100%;justify-content:space-between}.emmp-report-export input{flex:1}}

/* Ideas Inbox refinement + admin team attendance */
.emmp-idea-card-v2{position:relative;overflow:visible;padding:10px 12px;min-height:0}
.emmp-idea-card-v2 .emmp-idea-icon{width:40px;height:40px}
.emmp-idea-card-v2 p{margin:3px 0 4px;line-height:1.35}
.emmp-idea-card-v2 .emmp-idea-meta{gap:4px}
.emmp-idea-inline-save{min-width:118px;justify-content:center}
.emmp-idea-menu{position:absolute!important;top:calc(100% + 6px);right:12px;left:auto;min-width:170px;background:#fff;border:1px solid var(--line);border-radius:13px;padding:5px;box-shadow:0 16px 40px rgba(14,77,79,.16);z-index:250}
.emmp-idea-menu button{height:34px}
.emmp-idea-menu button.danger{color:#B74646}
.emmp-idea-result-count{white-space:nowrap}
.emmp-team-att-toolbar{display:flex;align-items:center;gap:8px}
.emmp-team-att-toolbar input{height:38px;border:1px solid var(--line);border-radius:11px;background:#fff;color:var(--ink);padding:0 11px;font-size:10px}
.emmp-team-att-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:14px 0}
.emmp-team-att-summary>div{background:#F8FAF9;border:1px solid var(--line);border-radius:14px;padding:12px 14px}
.emmp-team-att-summary span{display:block;color:var(--muted);font-size:9px}
.emmp-team-att-summary strong{display:block;margin-top:5px;font-size:17px}
.emmp-att-status{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:5px 8px;font-size:8px;font-weight:800;white-space:nowrap}
.emmp-att-status.working{background:#EDF8E9;color:#418F2C}
.emmp-att-status.completed{background:#F1F3F3;color:#77838A}
.emmp-team-att-overlay{position:fixed;inset:0;z-index:170;background:rgba(11,43,44,.24);display:flex;align-items:center;justify-content:center;padding:24px}
.emmp-team-att-detail{width:min(900px,96vw);max-height:86vh;overflow:auto;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 24px 70px rgba(14,77,79,.2);padding:20px}
.emmp-team-att-detail-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin-bottom:14px}
.emmp-team-att-detail-head h3{margin:4px 0;font-size:20px}
.emmp-team-att-detail-head>button{position:static!important;width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--ink);font-size:20px}
@media(max-width:760px){.emmp-team-att-summary{grid-template-columns:1fr}.emmp-team-att-toolbar{width:100%}.emmp-team-att-toolbar input{width:100%}.emmp-team-att-panel .emmp-panel-head{align-items:flex-start;flex-direction:column}.emmp-idea-menu{right:8px}.emmp-idea-card-v2{grid-template-columns:40px 1fr}.emmp-idea-actions{grid-column:2;justify-content:flex-end}.emmp-idea-card-v2 .emmp-idea-title-row{align-items:flex-start;flex-direction:row;gap:6px}.emmp-idea-card-v2 .emmp-idea-title-row h3{min-width:0}.emmp-idea-result-count{display:none}}

/* v1.4.24 — Overtime date/time controls use the same custom calendar language as task/project due dates. */
.emmp-ot-date-time-grid{display:grid;grid-template-columns:1.15fr .9fr .9fr;gap:10px;margin-bottom:12px}
.emmp-ot-date-time-grid>label{display:block;font-size:9px;color:#73818A}
.emmp-ot-date-trigger,.emmp-ot-time-trigger{width:100%;height:42px;margin-top:6px;border:1px solid var(--line);border-radius:11px;background:#fff;color:var(--ink);display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0 11px;font-size:10px;cursor:pointer;text-align:left}
.emmp-ot-date-trigger:hover,.emmp-ot-time-trigger:hover{border-color:#C9DED4;background:#FBFDFC}
.emmp-ot-date-trigger.has-value,.emmp-ot-time-trigger.has-value{border-color:#D5E8D0}
.emmp-ot-date-trigger svg,.emmp-ot-time-trigger svg{width:15px;height:15px;fill:none;stroke:#628078;stroke-width:1.7;flex:none}
.emmp-ot-date-trigger .emmp-ot-date-text,.emmp-ot-time-trigger .emmp-ot-time-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.emmp-ot-time-picker{background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 20px 50px rgba(14,77,79,.18);padding:13px;position:fixed}
.emmp-otp-head{display:flex;align-items:center;justify-content:space-between;padding:2px 3px 10px;border-bottom:1px solid var(--line)}
.emmp-otp-head span{display:block;color:#7B8C94;font-size:8px;letter-spacing:.9px;font-weight:800}
.emmp-otp-head strong{font-size:13px;color:var(--ink)}
.emmp-otp-grid{display:grid;grid-template-columns:1fr 1fr .8fr;gap:8px;padding:11px 0}
.emmp-otp-col{min-width:0}
.emmp-otp-col>small{display:block;color:#8B989E;font-size:8px;margin:0 0 6px 3px}
.emmp-otp-col>div{max-height:220px;overflow:auto;border:1px solid #E7EEEB;border-radius:11px;padding:4px;background:#FAFCFB}
.emmp-otp-col button{display:block;width:100%;height:34px;border:0;border-radius:8px;background:transparent;color:#566A67;font-size:10px;cursor:pointer}
.emmp-otp-col button:hover{background:#F0F7ED;color:#3F8E2C}
.emmp-otp-col button.active{background:#69C23E;color:#fff;font-weight:700}
.emmp-otp-footer{display:flex;gap:6px;border-top:1px solid var(--line);padding-top:10px}
.emmp-otp-footer button{flex:1;height:34px;border:1px solid var(--line);background:#fff;border-radius:9px;color:#526A66;font-size:9px}
.emmp-otp-footer button:last-child{background:#69C23E;border-color:#69C23E;color:#fff}
.emmp-ot-allocation-msg{margin:-2px 0 12px;color:#4B8F3A;background:#F3FAEF;border:1px solid #DDEFD7;border-radius:10px;padding:8px 10px;font-size:9px}
.emmp-ot-allocation-msg.warning{color:#A56F0A;background:#FFF8E7;border-color:#F1E2B4}
@media(max-width:700px){.emmp-ot-date-time-grid{grid-template-columns:1fr 1fr}.emmp-ot-date-time-grid .emmp-ot-date-field{grid-column:1/-1}.emmp-ot-time-picker{width:calc(100vw - 24px)!important;max-width:none}}

/* v1.4.25 — All Tasks / Kanban hierarchy refresh */
.emmp-task-filter-panel{
  margin:0 0 14px!important;
  padding:13px 14px 10px!important;
  display:flex!important;
  flex-direction:column!important;
  gap:10px!important;
  align-items:stretch!important;
  border-radius:18px!important;
}
.emmp-task-filter-fields{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(130px,1fr))!important;
  gap:10px!important;
  width:100%!important;
}
.emmp-task-filter-panel label{font-size:10px!important;color:#7C8A94!important;font-weight:700!important}
.emmp-task-filter-panel select{height:40px!important;border-radius:11px!important;margin-top:5px!important}
.emmp-task-filter-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:24px;
  padding-top:2px;
  border-top:1px solid #EEF3F0;
}
.emmp-task-count{font-size:10px;color:#8A969E}
.emmp-task-count strong{color:#344B52;font-size:11px}
.emmp-task-filter-footer .emmp-link{font-size:10px!important;padding:3px 0!important}

.emmp-kanban-wrap{padding:12px!important;overflow:hidden}
.emmp-kanban{gap:12px!important;align-items:stretch!important}
.emmp-column{
  min-height:0!important;
  padding:10px!important;
  border-radius:21px!important;
  background:#F7F9F8!important;
}
.emmp-column>header{
  padding:6px 7px 11px!important;
  align-items:flex-start!important;
  gap:8px!important;
}
.emmp-column>header>div{min-width:0}
.emmp-column>header strong{
  display:block;
  font-size:12px;
  line-height:1.2;
  color:#273B48;
  font-weight:800;
}
.emmp-column>header small{
  display:block;
  margin-top:4px;
  font-size:8px;
  line-height:1.25;
  color:#94A0A7;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.emmp-column>header b{
  flex:0 0 25px;
}
.emmp-column-tasks{gap:8px!important;min-height:0!important}
.emmp-column-empty{
  min-height:128px!important;
  padding:24px 12px!important;
  border:1px dashed #D9E5DF;
  border-radius:15px;
  background:rgba(255,255,255,.45);
}
.emmp-column-empty strong{font-size:11px!important;color:#667770!important}
.emmp-column-empty span{font-size:9px!important;color:#A0AAA9!important}
.emmp-column-add{
  margin-top:9px!important;
  height:36px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  padding:0 10px!important;
  border-radius:11px!important;
  font-size:10px!important;
}
.emmp-column-add svg{width:13px;height:13px}

/* Kanban cards: status is communicated by the column, not repeated on the card. */
.emmp-column .emmp-task-card.compact{
  min-height:0!important;
  padding:14px 48px 13px 14px!important;
  border-radius:17px!important;
  margin:0!important;
  box-shadow:0 3px 12px rgba(12,74,75,.035)!important;
  overflow:hidden!important;
}
.emmp-column .emmp-task-card.compact:hover{
  transform:translateY(-1px)!important;
  box-shadow:0 8px 20px rgba(12,74,75,.07)!important;
}
.emmp-column .emmp-task-card.compact .emmp-task-topline{
  min-height:12px;
  margin-bottom:3px;
}
.emmp-column .emmp-task-card.compact .emmp-task-type{
  font-size:8px!important;
  letter-spacing:1px!important;
}
.emmp-column .emmp-task-card.compact h3{
  font-size:14px!important;
  line-height:1.28!important;
  margin:4px 0 9px!important;
  letter-spacing:-.15px;
}
.emmp-column .emmp-task-card.compact .emmp-task-meta{
  gap:7px 10px!important;
  font-size:9px!important;
  line-height:1.2!important;
}
.emmp-column .emmp-task-card.compact .emmp-task-meta>span{
  min-width:0;
}
.emmp-column .emmp-task-card.compact .emmp-project-label{
  padding:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#6F807A!important;
  max-width:100%;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.emmp-column .emmp-task-card.compact .emmp-project-label i{width:5px!important;height:5px!important;flex:0 0 5px}
.emmp-column .emmp-task-card.compact .emmp-task-progress{margin-top:11px!important}
.emmp-column .emmp-task-card.compact .emmp-progress-row{margin-bottom:5px!important}
.emmp-column .emmp-task-card.compact .emmp-progress-row strong{font-size:10px!important;color:#52636B}
.emmp-column .emmp-task-card.compact .emmp-progress-track{height:5px!important}
.emmp-column .emmp-task-card.compact .emmp-task-actions{
  position:absolute!important;
  top:10px!important;
  right:10px!important;
  margin:0!important;
}
.emmp-column .emmp-task-card.compact .emmp-task-menu-btn{
  width:30px!important;height:30px!important;min-width:30px!important;
  border-radius:9px!important;
  border-color:#E4ECE8!important;
  color:#71817D!important;
  box-shadow:none!important;
}
.emmp-column .emmp-task-card.compact .emmp-task-menu-btn:hover{background:#F4F9F6!important;color:#315B4D!important}
.emmp-priority-mini{
  display:inline-flex!important;
  align-items:center!important;
  gap:4px!important;
  color:#7B8984!important;
  font-size:8px!important;
  font-weight:800!important;
  white-space:nowrap!important;
}
.emmp-priority-mini i{width:5px;height:5px;border-radius:50%;background:#A5B0AC;display:block}
.emmp-priority-mini.high{color:#9A6B13}.emmp-priority-mini.high i{background:#E8B33B}
.emmp-priority-mini.critical{color:#B24B47}.emmp-priority-mini.critical i{background:#D95B53}
.emmp-priority-mini.low{color:#7A8983}.emmp-priority-mini.low i{background:#A5B0AC}

.emmp-kanban-footer{
  display:flex;
  justify-content:flex-end;
  padding:10px 4px 1px;
  color:#93A0A8;
  font-size:9px;
}
.emmp-kanban-footer span{white-space:nowrap}

.emmp-task-menu{min-width:174px!important;padding:6px!important;border-radius:14px!important}
.emmp-task-menu button{padding:9px 10px!important;border-radius:9px!important;font-size:10px!important}
.emmp-task-menu button svg{width:14px!important;height:14px!important;flex:0 0 14px}
.emmp-task-menu-separator{height:1px;background:#EEF2F0;margin:4px 3px}
.emmp-inline-status-menu{min-width:150px!important}
.emmp-inline-status-menu button.current{background:#EEF8E9;color:#398B27}

/* Keep the board usable without squeezing columns on smaller screens. */
@media(max-width:1100px){
  .emmp-task-filter-fields{grid-template-columns:repeat(3,minmax(130px,1fr))!important}
  .emmp-kanban{display:flex!important;overflow-x:auto!important;align-items:stretch!important;padding-bottom:4px!important;scrollbar-width:thin}
  .emmp-column{flex:0 0 290px!important}
}
@media(max-width:620px){
  .emmp-task-filter-fields{grid-template-columns:1fr 1fr!important}
  .emmp-task-filter-footer{padding-top:5px}
  .emmp-kanban-wrap{padding:9px!important}
  .emmp-column{flex-basis:275px!important}
}

/* v1.4.26 — Overtime drawer clarity + compact native CRM controls */
/* Overtime is the only drawer that intentionally keeps the page behind it sharp. */
body.emmp-overtime-open .emmp-drawer-backdrop{
  background:rgba(0,0,0,.035)!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}
body.emmp-overtime-open .emmp-overtime-drawer{
  width:min(640px,96vw)!important;
  max-width:640px;
  border-left:1px solid #DDE8E4;
  box-shadow:-18px 0 42px rgba(14,77,79,.12)!important;
}
body.emmp-overtime-open .emmp-overtime-drawer .emmp-drawer-head{
  background:#fff!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  padding:22px 24px 18px;
}
body.emmp-overtime-open .emmp-overtime-drawer .emmp-drawer-body{
  padding:20px 24px 86px;
}
body.emmp-overtime-open .emmp-overtime-drawer form > .emmp-modal-actions{
  position:sticky;
  bottom:-1px;
  z-index:4;
  margin:18px -24px -86px;
  padding:12px 24px;
  background:#fff;
  border-top:1px solid #E7EEEB;
}
.emmp-ot-date-time-grid{grid-template-columns:1.2fr 1fr 1fr!important;gap:9px!important}
.emmp-ot-date-trigger,.emmp-ot-time-trigger{height:40px!important;border-radius:10px!important}
.emmp-ot-calculated{margin:10px 0 14px!important;padding:11px 13px!important}
.emmp-ot-time-picker{
  width:286px!important;
  max-width:286px!important;
  padding:10px!important;
  border-radius:13px!important;
  box-shadow:0 14px 32px rgba(14,77,79,.15)!important;
}
.emmp-otp-head{padding:1px 2px 8px!important}
.emmp-otp-head strong{font-size:12px!important}
.emmp-otp-grid{grid-template-columns:1fr 1fr .72fr!important;gap:6px!important;padding:8px 0!important}
.emmp-otp-col>small{font-size:7px!important;margin:0 0 4px 2px!important}
.emmp-otp-col>div{max-height:128px!important;border-radius:9px!important;padding:3px!important}
.emmp-otp-col button{height:28px!important;border-radius:7px!important;font-size:9px!important}
.emmp-otp-footer{gap:5px!important;padding-top:8px!important}
.emmp-otp-footer button{height:30px!important;border-radius:8px!important;font-size:8px!important}
.emmp-ot-task-input-row{grid-template-columns:minmax(0,1.55fr) minmax(120px,.8fr) 82px auto!important;gap:8px!important}
.emmp-ot-task-input-row select,.emmp-ot-task-input-row input{height:38px!important}
@media(max-width:700px){
  body.emmp-overtime-open .emmp-overtime-drawer{width:100%!important;max-width:none}
  body.emmp-overtime-open .emmp-overtime-drawer .emmp-drawer-body{padding-left:16px;padding-right:16px;padding-bottom:82px}
  body.emmp-overtime-open .emmp-overtime-drawer form > .emmp-modal-actions{margin-left:-16px;margin-right:-16px;padding-left:16px;padding-right:16px}
  .emmp-ot-time-picker{width:286px!important;max-width:calc(100vw - 24px)!important}
}
