.ed-app{--ed-ink:#22352f;--ed-green:#355e4c;--ed-paper:#faf8f3;--ed-line:#d8e0d9;--ed-muted:#58665f;color:var(--ed-ink);font:16px/1.55 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;max-width:1420px;margin:24px auto;padding:24px;background:var(--ed-paper);border-radius:18px;box-sizing:border-box}.ed-app *{box-sizing:border-box}.ed-app h1,.ed-app h2,.ed-app h3{font-family:inherit;color:var(--ed-ink);line-height:1.25;letter-spacing:-.02em;margin:0 0 16px}.ed-app h1{font-size:clamp(26px,3vw,38px)}.ed-app h2{font-size:24px}.ed-app h3{font-size:19px}.ed-app p{margin:8px 0 16px}.ed-app a{color:var(--ed-green);text-decoration:underline;text-underline-offset:3px}.ed-app button,.ed-app .ed-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:9px 15px;margin:3px 6px 3px 0;border:1px solid var(--ed-green);border-radius:8px;background:var(--ed-green);color:#fff;font-family:inherit;font-size:14px;font-weight:600;line-height:1.35;cursor:pointer;text-decoration:none;white-space:normal}.ed-app button.secondary,.ed-app .ed-btn.secondary{background:#fff;color:var(--ed-green)}.ed-app button.danger{background:#fff;color:#a52c32;border-color:#bc4146}.ed-app button:disabled{cursor:wait;opacity:.5}.ed-app :is(button,a,input,select,textarea,summary):focus-visible{outline:3px solid #bd8843;outline-offset:3px}.ed-app input:not([type=checkbox]):not([type=radio]),.ed-app select,.ed-app textarea{font:inherit!important;line-height:1.4!important;display:block;width:100%;min-height:43px;margin:5px 0 0;padding:10px 12px!important;color:var(--ed-ink)!important;background:white!important;border:1px solid #aebdb3!important;border-radius:7px!important;box-shadow:none!important}.ed-app input[type=checkbox]{width:18px;height:18px;margin:5px 8px 5px 0;vertical-align:middle}.ed-app input[type=color]{padding:3px!important}.ed-app textarea{min-height:96px;resize:vertical}.ed-app label{display:block;font-size:14px;font-weight:600;margin-bottom:14px}.ed-app small,.ed-muted{font-size:13px;color:var(--ed-muted)}.ed-app fieldset{padding:16px;margin:12px 0;border:1px solid var(--ed-line);border-radius:9px}.ed-app legend{padding:0 8px;font-weight:700}.ed-top{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-bottom:18px;border-bottom:1px solid var(--ed-line)}.ed-brand{font-size:14px;text-transform:uppercase;letter-spacing:.09em;color:var(--ed-green)}.ed-top h1{margin:7px 0;font-size:30px}.ed-layout{display:grid;grid-template-columns:210px minmax(0,1fr);gap:28px;margin-top:22px}.ed-side label{font-size:13px}.ed-side nav{display:grid;gap:5px}.ed-side nav button{text-align:left;justify-content:flex-start;border:0;color:var(--ed-ink);background:transparent;width:100%;margin:0;padding:11px 13px}.ed-side nav button[aria-current=page]{background:#e2ebe3;color:#204c38}.ed-side hr{border:0;border-top:1px solid var(--ed-line);margin:18px 0}.ed-main{min-width:0}.ed-title{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;flex-wrap:wrap;margin-bottom:18px}.ed-title h2{margin:0}.ed-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr));gap:16px}.ed-card{background:#fff;border:1px solid var(--ed-line);border-radius:12px;padding:20px;margin-bottom:16px;overflow-wrap:anywhere}.ed-card h3{margin-bottom:8px}.ed-stat strong{display:block;font-size:28px;line-height:1.4;font-weight:650}.ed-stat span{font-size:14px;color:var(--ed-muted)}.ed-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 16px}.ed-fields .wide{grid-column:1/-1}.ed-actions{display:flex;align-items:center;gap:5px;flex-wrap:wrap;margin-top:14px}.ed-table-wrap{max-width:100%;overflow:auto;border:1px solid var(--ed-line);border-radius:10px;background:#fff;margin-bottom:16px}.ed-app table{border-collapse:collapse;width:100%;font-size:14px;margin:0;background:#fff}.ed-app th,.ed-app td{text-align:left;vertical-align:top;padding:13px 14px!important;border:0;border-bottom:1px solid #e7ece7;white-space:normal}.ed-app th{background:#eff3ee;font-weight:650}.ed-app td button,.ed-app td .ed-btn{padding:6px 10px;min-height:36px;font-size:12px}.ed-pill{display:inline-block;border-radius:999px;background:#edf2ed;color:#34533f;padding:3px 9px;font-size:12px;font-weight:600;white-space:nowrap}.ed-alert{border-left:4px solid #b6802d;background:#fff3de;padding:12px 16px;border-radius:5px;margin:12px 0}.ed-error{border-color:#b92e39;background:#fff0f0;color:#91262f}.ed-notice{position:fixed;right:18px;bottom:18px;max-width:430px;z-index:999999;background:#203f31;color:#fff;padding:15px 20px;border-radius:10px;box-shadow:0 8px 30px #142c3133}.ed-empty{padding:35px 20px;border:1px dashed #abbcaf;border-radius:10px;text-align:center;color:var(--ed-muted)}dialog.ed-dialog{border:0;border-radius:16px;padding:0;max-width:780px;width:calc(100% - 24px);max-height:90vh;box-shadow:0 24px 80px #17282455}dialog.ed-dialog::backdrop{background:#14291dcc}dialog .ed-app{margin:0;padding:26px;border-radius:0}dialog .ed-dialog-heading{display:flex;align-items:start;justify-content:space-between;gap:20px}dialog .ed-dialog-heading button{margin-top:0}.ed-dialog .ed-form-error{display:none}.ed-dialog .ed-form-error:not(:empty){display:block}.ed-repeat-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:8px;align-items:end;padding:12px;margin:8px 0;background:#edf2ed;border-radius:9px}.ed-repeat-row label{margin:0}.ed-repeat-row button{min-height:42px}.ed-message{max-width:88%;border-radius:10px;padding:12px 15px;background:#f0f3ec;margin:8px 0;white-space:pre-wrap;overflow-wrap:anywhere}.ed-message.mine{background:#e0ecdf;margin-left:auto}.ed-message small{display:block;white-space:normal;margin-bottom:5px}.ed-feed{max-height:400px;overflow:auto;padding:8px;border:1px solid var(--ed-line);border-radius:10px;margin:14px 0}.ed-message-form{display:flex;gap:10px;align-items:end}.ed-message-form label{flex:1}.ed-message-form textarea{min-height:65px}.ed-auth{max-width:600px}.ed-auth #loginform label{margin-bottom:10px}.ed-auth details{margin-top:30px;border-top:1px solid var(--ed-line);padding-top:20px}.ed-auth summary{cursor:pointer;font-weight:700;margin-bottom:18px}.ed-trap{position:absolute!important;left:-10000px!important;width:1px;height:1px;overflow:hidden}.ed-company{max-width:1000px}.ed-logo{max-width:180px;height:auto!important;object-fit:contain;margin-bottom:20px}.ed-calendar{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:4px;margin:16px 0}.ed-calendar>div{background:white;min-height:90px;border:1px solid var(--ed-line);border-radius:6px;padding:6px;font-size:12px}.ed-calendar .ed-dayhead{min-height:0;background:transparent;border:0;text-align:center;font-weight:700}.ed-calendar .ed-dayblank{background:transparent;border:0}.ed-calendar button{font-size:10px;padding:3px;min-height:28px;margin:3px 0;width:100%;overflow:hidden}.ed-calendar strong{font-size:12px}.ed-code{font-family:ui-monospace,monospace;font-size:12px;overflow-wrap:anywhere}.ed-checklist{display:grid;gap:10px}.ed-checklist .ed-card{margin:0;display:flex;justify-content:space-between;align-items:start;gap:14px}.ed-sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:800px){.ed-app{padding:18px;margin:12px 0;border-radius:10px}.ed-layout{grid-template-columns:1fr;gap:20px}.ed-side nav{display:flex;overflow:auto;padding-bottom:6px}.ed-side nav button{width:auto;flex-shrink:0}.ed-side hr{margin:9px 0}.ed-top{align-items:start}.ed-top h1{font-size:25px}.ed-fields{grid-template-columns:1fr}.ed-fields .wide{grid-column:auto}.ed-app th,.ed-app td{padding:10px!important}.ed-calendar>div{min-height:70px;padding:3px}.ed-calendar button{font-size:9px}.ed-dialog .ed-app{padding:18px}.ed-message{max-width:96%}}@media(prefers-reduced-motion:reduce){.ed-app *{scroll-behavior:auto!important;transition:none!important}}@media print{.ed-side,.ed-top button,.ed-actions,dialog,.ed-app button{display:none!important}.ed-app{margin:0;padding:0;max-width:none}.ed-layout{display:block}.ed-card{break-inside:avoid}}

/* Keep scrolling in the active dialog, including with Salient smooth scrolling enabled. */
html.ed-modal-open,body.ed-modal-open{overflow:hidden!important;overscroll-behavior:none}
html.ed-modal-open{scrollbar-gutter:stable}
dialog.ed-dialog{position:fixed;inset:0;margin:auto;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;max-height:90vh;max-height:90dvh}
dialog.ed-dialog .ed-dialog-heading h2:focus{outline:none}
