:root{--seh-green:#003f32;--seh-green-2:#075645;--seh-cream:#f7f2e8;--seh-cream-2:#eee8dc;--seh-gold:#c99a4a;--seh-text:#17231f;--seh-muted:#7c827d;--seh-line:#ded7ca;--seh-ok:#269758;--seh-danger:#b74b38;--seh-shadow:0 14px 40px rgba(0,32,25,.14)}
*{box-sizing:border-box}.seh-app,.seh-login-shell{font-family:Georgia,'Times New Roman',serif;color:var(--seh-text)}body:has(.seh-app){margin:0!important;background:var(--seh-cream)!important}.seh-app{min-height:100dvh;background:var(--seh-cream);max-width:620px;margin:0 auto;position:relative;padding-bottom:78px}.seh-mobile-header{height:66px;background:var(--seh-green);color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 18px;position:sticky;top:0;z-index:30;border-bottom:1px solid rgba(201,154,74,.45)}.seh-icon-btn,.seh-back{appearance:none;border:0;background:transparent;color:inherit;font-size:22px;cursor:pointer}.seh-header-title{font-size:16px;font-weight:700}.seh-screen-wrap{padding:0 14px 24px}.seh-screen{display:none}.seh-screen.is-active{display:block;animation:sehIn .2s ease}@keyframes sehIn{from{opacity:.3;transform:translateY(4px)}to{opacity:1;transform:none}}.seh-hero-card{margin:0 -14px 14px;background:var(--seh-green);color:#fff;padding:18px 14px 16px}.seh-greeting span{font-size:13px}.seh-greeting h1{font-size:26px;margin:3px 0}.seh-greeting p{margin:0 0 16px;font-size:12px;color:#d8e1dd}.seh-hero-photo{height:150px;border-radius:5px;background:linear-gradient(135deg,#b89a6f,#775d3c 56%,#3a2a1e);position:relative;overflow:hidden;border:1px solid rgba(201,154,74,.45)}.seh-hero-photo:before,.seh-hero-photo:after{content:'';position:absolute;inset:25px auto 0 28px;width:105px;border:6px solid rgba(255,255,255,.25);border-bottom:0;border-radius:70px 70px 0 0}.seh-hero-photo:after{left:160px}.seh-hero-photo img{position:absolute;width:74px;height:74px;object-fit:contain;right:12px;bottom:8px;opacity:.88}.seh-primary,.seh-outline,.seh-outline-danger{width:100%;border-radius:5px;padding:13px 14px;font-family:inherit;font-weight:700;cursor:pointer;text-align:center;text-decoration:none;display:block}.seh-primary{background:var(--seh-green);color:#fff;border:1px solid var(--seh-gold)}.seh-hero-card .seh-primary{margin-top:12px;background:#fff;color:var(--seh-green);border:0}.seh-small{font-size:11px}.seh-center{text-align:center}.seh-info-card,.seh-progress-list,.seh-task-detail,.seh-data-list,.seh-profile-fields,.seh-empty{background:#fff;border:1px solid var(--seh-line);border-radius:8px;padding:14px;margin:12px 0}.seh-card-label{font-size:11px;color:var(--seh-muted);display:block;margin-bottom:6px}.seh-section-title h2{font-size:15px;margin:16px 0 8px}.seh-progress-row{padding:11px 0;border-bottom:1px solid var(--seh-line)}.seh-progress-row:last-child{border-bottom:0}.seh-progress-row .top{display:flex;justify-content:space-between;font-size:13px}.seh-progress-track{height:5px;background:#e9e5dc;border-radius:99px;margin-top:8px;overflow:hidden}.seh-progress-track i{display:block;height:100%;background:var(--seh-ok)}.seh-screen-head{height:58px;margin:0 -14px 12px;background:var(--seh-green);color:#fff;display:grid;grid-template-columns:40px 1fr 40px;align-items:center;padding:0 10px}.seh-screen-head h2{font-size:15px;text-align:center;margin:0;grid-column:2}.seh-map-card{height:250px;border:1px solid var(--seh-line);border-radius:8px;position:relative;overflow:hidden;background:#f1efe7}.seh-map-grid{position:absolute;inset:-30px;background-image:linear-gradient(rgba(75,110,91,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(75,110,91,.08) 1px,transparent 1px);background-size:28px 28px;transform:rotate(-12deg)}.seh-radius{position:absolute;width:150px;height:150px;border-radius:50%;background:rgba(61,163,99,.15);border:1px solid rgba(61,163,99,.5);left:50%;top:50%;transform:translate(-50%,-50%)}.seh-map-pin{position:absolute;left:50%;top:46%;transform:translate(-50%,-50%);font-size:42px;color:var(--seh-green)}.seh-map-label{position:absolute;left:50%;top:65%;transform:translateX(-50%);font-size:12px;font-weight:700}.seh-geo-status{font-size:12px;color:var(--seh-ok);padding:14px 2px}.seh-data-list>div{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid var(--seh-line);font-size:13px}.seh-data-list>div:last-child{border-bottom:0}.seh-text-btn{width:100%;border:0;background:transparent;color:var(--seh-green);padding:14px;font-family:inherit;cursor:pointer}.seh-tabs{display:flex;border-bottom:1px solid var(--seh-line);margin:0 -14px 12px;padding:0 14px;background:#fff}.seh-tabs button{flex:1;border:0;background:transparent;padding:13px 5px;font-family:inherit;font-size:12px;cursor:pointer;border-bottom:2px solid transparent}.seh-tabs button.is-active{border-bottom-color:var(--seh-green);font-weight:700}.seh-task-card{display:flex;align-items:center;gap:10px;padding:13px 2px;border-bottom:1px solid var(--seh-line);cursor:pointer}.seh-task-card .check{width:22px;height:22px;border-radius:50%;border:1px solid var(--seh-green);display:grid;place-items:center;color:#fff;flex:0 0 auto}.seh-task-card.done .check{background:var(--seh-ok);border-color:var(--seh-ok)}.seh-task-card .meta{flex:1}.seh-task-card strong{display:block;font-size:13px}.seh-task-card small{font-size:10px;color:var(--seh-muted)}.seh-task-detail h1{font-size:20px;margin-top:0}.seh-required{font-size:12px}.seh-required div{display:flex;gap:8px;padding:8px 0}.seh-photo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin:12px 0}.seh-photo-placeholder{aspect-ratio:1;border:1px dashed var(--seh-line);border-radius:5px;background:#f4f1eb;display:grid;place-items:center;font-size:10px;color:var(--seh-muted)}.seh-note{width:100%;min-height:82px;border:1px solid var(--seh-line);border-radius:6px;padding:10px;font-family:inherit}.seh-report-list{display:grid;gap:10px}.seh-report-list button{background:#fff;border:1px solid var(--seh-line);border-radius:8px;padding:14px;display:flex;justify-content:space-between;align-items:center;text-align:left;font-family:inherit}.seh-report-list span{display:flex;flex-direction:column}.seh-report-list small{color:var(--seh-muted);margin-top:4px}.seh-profile-top{text-align:center;background:var(--seh-green);color:#fff;margin:0 -14px;padding:24px 14px}.seh-avatar{width:88px;height:88px;border-radius:50%;border:2px solid var(--seh-gold);background:#d5c8ad;color:var(--seh-green);font-size:34px;display:grid;place-items:center;margin:0 auto 10px}.seh-profile-top h1{font-size:20px;margin:0}.seh-profile-top p{font-size:12px;margin:5px}.seh-profile-fields>div{padding:10px 0;border-bottom:1px solid var(--seh-line);display:flex;justify-content:space-between;font-size:12px}.seh-outline-danger{border:1px solid var(--seh-danger);color:var(--seh-danger);background:transparent}.seh-notifications>div{padding:14px;border-bottom:1px solid var(--seh-line);background:#fff;display:grid}.seh-notifications b{font-size:13px}.seh-notifications span,.seh-notifications small{font-size:11px;color:var(--seh-muted);margin-top:3px}.seh-offline{min-height:calc(100dvh - 150px);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:var(--seh-green);color:#fff;margin:0 -14px;padding:28px}.seh-offline-icon{width:90px;height:90px;border:1px solid var(--seh-gold);border-radius:50%;display:grid;place-items:center;font-size:36px}.seh-offline h2{font-size:18px}.seh-offline p{max-width:280px;font-size:13px;line-height:1.6;color:#d8e1dd}.seh-outline{background:transparent;color:#fff;border:1px solid var(--seh-gold);margin-top:40px}.seh-bottom-nav{position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:min(620px,100%);height:70px;background:#fff;border-top:1px solid var(--seh-line);display:grid;grid-template-columns:repeat(4,1fr);z-index:40}.seh-bottom-nav button{border:0;background:transparent;font-family:inherit;font-size:9px;color:#758079;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px}.seh-bottom-nav button span{font-size:19px}.seh-bottom-nav button.is-active{color:var(--seh-green);font-weight:700}.seh-drawer{position:fixed;top:0;bottom:0;left:max(calc(50% - 310px),0px);width:min(360px,88vw);background:var(--seh-green);color:#fff;z-index:100;transform:translateX(-105%);transition:.25s;padding:24px 20px;display:flex;flex-direction:column}.seh-drawer.is-open{transform:none}.seh-drawer-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:90;display:none}.seh-drawer-backdrop.is-open{display:block}.seh-drawer-close{position:absolute;right:16px;top:12px;background:transparent;border:0;color:#fff;font-size:28px}.seh-drawer-brand img{height:130px;max-width:210px;object-fit:contain;filter:brightness(1.08)}.seh-drawer nav{display:grid;margin-top:20px}.seh-drawer nav button{background:transparent;border:0;color:#fff;text-align:left;font-family:inherit;padding:12px 4px;border-bottom:1px solid rgba(255,255,255,.08)}.seh-drawer-logout{margin-top:auto;color:var(--seh-gold);text-decoration:none}.seh-login-shell{min-height:100dvh;background:var(--seh-green);display:grid;place-items:center;padding:24px}.seh-login-card{width:min(410px,100%);background:var(--seh-cream);padding:30px;border:1px solid var(--seh-gold);border-radius:14px;text-align:center;box-shadow:var(--seh-shadow)}.seh-login-logo{width:130px;height:130px;object-fit:contain}.seh-login-card h1{margin:8px 0 0;color:var(--seh-green)}.seh-login-card>p{margin:4px 0 22px;color:var(--seh-gold);letter-spacing:.18em;text-transform:uppercase;font-size:11px}.seh-login-card label{text-align:left;display:block;font-size:12px}.seh-login-card input[type=text],.seh-login-card input[type=password]{width:100%;padding:11px;border:1px solid var(--seh-line);border-radius:5px}.seh-login-card input[type=submit]{width:100%;background:var(--seh-green);color:#fff;border:1px solid var(--seh-gold);padding:12px;border-radius:5px}.seh-skeleton{height:100px;background:linear-gradient(90deg,#eee,#f7f5f0,#eee);background-size:200% 100%;animation:sk 1.2s infinite}@keyframes sk{to{background-position:-200% 0}}
@media(min-width:900px){.seh-app{max-width:460px;min-height:850px;margin:32px auto;border:1px solid var(--seh-gold);border-radius:18px;overflow:hidden;box-shadow:var(--seh-shadow)}.seh-bottom-nav{position:absolute;width:100%;left:0;transform:none}.seh-drawer{left:calc(50% - 230px);bottom:auto;height:850px;top:32px}}
.seh-geo-status.is-bad{color:var(--seh-danger)}.seh-item-list{display:grid;gap:12px}.seh-check-item{border:1px solid var(--seh-line);border-radius:8px;padding:12px;background:#fff}.seh-check-item.is-done{background:#f4f8f5}.seh-check-item-head{display:flex;gap:10px;align-items:flex-start}.seh-check-item-head .check{width:22px;height:22px;border-radius:50%;border:1px solid var(--seh-green);display:grid;place-items:center;flex:0 0 auto}.seh-check-item.is-done .check{background:var(--seh-ok);border-color:var(--seh-ok);color:#fff}.seh-check-item-head strong{display:block;font-size:13px;line-height:1.45}.seh-check-item-head small{display:block;color:var(--seh-muted);margin-top:3px;font-size:10px}.seh-camera-btn{display:block;border:1px dashed var(--seh-gold);padding:11px;border-radius:6px;text-align:center;color:var(--seh-green);font-weight:700;font-size:12px;margin:8px 0;cursor:pointer}.seh-camera-btn input{display:none}.seh-photo-preview img{width:100%;max-height:220px;object-fit:cover;border-radius:6px;margin:5px 0 9px}.seh-submitted-meta{font-size:10px;color:var(--seh-muted);margin:8px 0 0 32px}.seh-daily-form{display:grid;gap:10px}.seh-daily-form label{font-size:11px;font-weight:700}.seh-daily-form textarea{width:100%;min-height:64px;border:1px solid var(--seh-line);border-radius:6px;margin-top:5px;padding:9px;font-family:inherit;font-weight:400}

/* Bilingual / RTL foundation */
.seh-app[dir="rtl"]{text-align:right;font-family:"Tahoma","Arial",sans-serif}
.seh-app[dir="rtl"] .seh-mobile-header{direction:rtl}
.seh-app[dir="rtl"] .seh-screen-head{direction:rtl}
.seh-app[dir="rtl"] .seh-back{transform:scaleX(-1)}
.seh-app[dir="rtl"] .seh-task-card>span:last-child{transform:scaleX(-1)}
.seh-app[dir="rtl"] .seh-drawer{left:auto;right:max(calc(50% - 310px),0px);transform:translateX(105%)}
.seh-app[dir="rtl"] .seh-drawer.is-open{transform:none}
.seh-app[dir="rtl"] .seh-drawer-close{right:auto;left:16px}
.seh-app[dir="rtl"] .seh-drawer nav button{text-align:right}
.seh-app[dir="rtl"] .seh-report-list button{text-align:right}
.seh-app[dir="rtl"] .seh-profile-fields>div,.seh-app[dir="rtl"] .seh-data-list>div,.seh-app[dir="rtl"] .seh-progress-row .top{direction:rtl}
.seh-app[dir="rtl"] [dir="ltr"]{text-align:left;unicode-bidi:isolate}
.seh-language-switch{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin:14px 0}
.seh-language-switch button{border:1px solid rgba(201,159,79,.75);background:transparent;color:inherit;border-radius:6px;padding:9px 8px;font-family:inherit;cursor:pointer}
.seh-language-switch button.is-active{background:var(--seh-gold);color:var(--seh-green);font-weight:700}
.seh-profile-language{background:#fff;border:1px solid var(--seh-line);border-radius:8px;padding:12px;margin:12px 0}
.seh-profile-language>span{font-size:11px;color:var(--seh-muted);font-weight:700}
.seh-report-form-title{margin:6px 0 12px;font-size:17px}
.seh-numeric-field{text-align:left!important;direction:ltr!important}
@media(min-width:900px){.seh-app[dir="rtl"] .seh-drawer{right:calc(50% - 230px);left:auto}}


.seh-face-panel{margin:14px 0;padding:12px;border:1px solid rgba(177,137,65,.35);border-radius:16px;background:#fffaf0}.seh-face-panel video{display:block;width:100%;max-height:300px;object-fit:cover;border-radius:12px;background:#082f27;margin-top:10px}.seh-face-status{font-size:13px;font-weight:700;color:#0a4b3c}.seh-face-status.is-bad{color:#a33}

/* v1.5 Purchase Requests */
.seh-pr-card,.seh-pr-summary,.seh-pr-approval-card{background:#fffaf0;border:1px solid rgba(164,132,72,.35);border-radius:18px;padding:16px;margin-bottom:14px}
.seh-pr-form label{display:block;font-size:13px;font-weight:700;margin:10px 0}
.seh-pr-form input,.seh-pr-form select,.seh-pr-form textarea,.seh-pr-decision textarea{width:100%;box-sizing:border-box;border:1px solid #d7c9ad;border-radius:12px;padding:11px;background:#fff}
.seh-pr-two,.seh-pr-three{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.seh-pr-three{grid-template-columns:1fr 1fr 1fr}
.seh-pr-item{border:1px solid #e3d7c0;border-radius:14px;padding:12px;margin:12px 0;background:#fff}
.seh-pr-list{display:grid;gap:12px}
.seh-pr-summary{display:grid;gap:5px}
.seh-pr-summary>div{display:flex;justify-content:space-between;gap:8px}
.seh-pr-summary b{color:#173d2c}
.seh-pr-approval-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}
.seh-pr-approval-head h3{margin:4px 0}
.seh-final-badge{background:#173d2c;color:#f5e8c8;border-radius:999px;padding:6px 9px;font-size:11px;white-space:nowrap}
.seh-pr-items-read{display:grid;gap:7px;margin:12px 0}
.seh-pr-items-read>div{display:grid;grid-template-columns:1fr auto auto;gap:10px;border-bottom:1px solid #eadfca;padding:8px 0}
.seh-pr-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:10px}
@media(max-width:640px){.seh-pr-three{grid-template-columns:1fr 1fr}.seh-pr-two{grid-template-columns:1fr 1fr}}

/* v1.7 Inventory */
.seh-low-badge{background:#fff0e6;color:#9a3412;border:1px solid #fdba74;border-radius:999px;padding:6px 9px;font-size:11px;white-space:nowrap}
.seh-low-text{color:#9a3412;font-weight:700}
.seh-mini-table{width:100%;border-collapse:collapse;min-width:720px}
.seh-mini-table th,.seh-mini-table td{padding:8px;border-bottom:1px solid #e6dac2;text-align:right}
.seh-mini-table input{width:120px;max-width:100%;border:1px solid #d7c9ad;border-radius:8px;padding:7px}

/* v1.8 Stock Count */
.seh-check-row{display:flex!important;align-items:center;gap:9px;font-weight:700}
.seh-check-row input{width:auto!important}

/* v1.9 Performance */
.seh-kpi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:14px 0}
.seh-kpi-grid>div{background:#fffaf0;border:1px solid rgba(164,132,72,.35);border-radius:16px;padding:14px}
.seh-kpi-grid span{display:block;font-size:12px;color:#6f6759}
.seh-kpi-grid strong{display:block;font-size:26px;color:#173d2c;margin-top:4px}
@media(max-width:640px){.seh-kpi-grid{grid-template-columns:1fr 1fr}.seh-pr-three{grid-template-columns:1fr}}

/* v2.0 Executive Dashboard */
.seh-exec-alerts{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:14px 0}
.seh-exec-alerts>div{background:#fff4e8;border:1px solid #f5c28f;border-radius:16px;padding:13px;display:flex;align-items:center;gap:10px}
.seh-exec-alerts strong{font-size:24px;color:#9a3412}.seh-exec-alerts span{font-size:12px;font-weight:700}
.seh-good-banner{background:#eef8f1;border:1px solid #b8d7c1;color:#173d2c;border-radius:16px;padding:13px;font-weight:700;margin:14px 0}
.seh-exec-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:14px 0}
.seh-exec-grid>div{background:#fffaf0;border:1px solid rgba(164,132,72,.35);border-radius:16px;padding:13px}
.seh-exec-grid span{display:block;font-size:11px;color:#6f6759}.seh-exec-grid strong{display:block;font-size:23px;color:#173d2c;margin-top:4px}
@media(max-width:640px){.seh-exec-grid{grid-template-columns:repeat(2,1fr)}.seh-exec-alerts{grid-template-columns:1fr}}

/* v2.1 Notification Center + permissions UI */
.seh-notification-list{display:grid;gap:10px}.seh-notification{background:#fffaf0;border:1px solid rgba(164,132,72,.3);border-radius:16px;padding:14px}.seh-notification.is-unread{border-right:4px solid #b68c4a;background:#fff8e8}.seh-notification>div{display:flex;justify-content:space-between;gap:10px}.seh-notification small{font-size:10px;color:#776e5f}.seh-notification p{margin:8px 0;line-height:1.6}.seh-notify-all{margin:10px 0}

/* v2.2 Go-Live Setup */
.seh-go-live-warning,.seh-inline-alert{background:#fff4e8;border:1px solid #f5c28f;color:#8b4518;border-radius:14px;padding:12px;margin:12px 0;font-weight:700}
.seh-onboard-card{background:#fffaf0;border:1px solid rgba(164,132,72,.35);border-radius:18px;padding:16px}
.seh-onboard-card label{display:block;margin-top:12px;font-weight:700;font-size:13px}
.seh-onboard-card select,.seh-onboard-card textarea{width:100%;box-sizing:border-box;border:1px solid #d7c9ad;border-radius:10px;padding:10px;background:#fff;margin-top:5px}
.seh-ready-list{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:12px 0}
.seh-ready-list>div{border-radius:12px;padding:10px;background:#f7f2e8;border:1px solid #e5d9c2}
.seh-ready-list>div.ok{background:#eef8f1;border-color:#b8d7c1}.seh-ready-list>div.missing{background:#fff0e6;border-color:#fdba74}
.seh-ready-list span{display:block;font-size:11px;color:#6f6759}.seh-ready-list strong{font-size:13px}

/* v2.3 Tablet Kiosk */
.seh-kiosk-security-cards,.seh-kiosk-geo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:12px 0}
.seh-kiosk-security-cards>div,.seh-kiosk-geo-grid>div{background:#fffaf0;border:1px solid rgba(164,132,72,.35);border-radius:14px;padding:11px;text-align:center}
.seh-kiosk-security-cards span,.seh-kiosk-geo-grid span{display:block;font-size:11px;color:#6f6759}.seh-kiosk-security-cards strong,.seh-kiosk-geo-grid strong{display:block;color:#173d2c;margin-top:3px}
.seh-live-camera{background:#14291f;border-radius:16px;padding:12px;margin:12px 0;color:#f5e8c8;text-align:center;overflow:hidden}
.seh-live-camera video{width:100%;max-height:340px;object-fit:cover;border-radius:12px;margin-top:10px;background:#0c1712}
.seh-kiosk-person{display:flex;flex-direction:column;gap:3px;background:#f7f2e8;border-radius:12px;padding:12px;margin:10px 0}
.seh-kiosk-today-list{display:grid;gap:7px}.seh-kiosk-today-row{display:grid;grid-template-columns:1.6fr 1fr .7fr .7fr;gap:8px;align-items:center;border-bottom:1px solid #e8dcc5;padding:9px 0}.seh-kiosk-today-row small{display:block;color:#746c60}.seh-kiosk-today-row .ok{color:#17663c;font-weight:700}.seh-kiosk-today-row .bad{color:#9a3412;font-weight:700}
@media(max-width:640px){.seh-kiosk-security-cards,.seh-kiosk-geo-grid{grid-template-columns:1fr 1fr 1fr}.seh-kiosk-today-row{grid-template-columns:1.5fr 1fr 1fr}.seh-kiosk-today-row>span:last-child{display:none}}
