:root{--green:#087a4b;--green-dark:#075f3b;--blue:#0a526c;--ink:#31443b;--muted:#718078;--page:#f4f8f6;--soft:#eef8f1;--line:#d9e5df;--shadow:0 18px 55px rgba(18,60,42,.13)}
*{box-sizing:border-box}html{min-height:100%}body{min-height:100vh;margin:0;background:var(--page);color:var(--ink);display:flex;flex-direction:column}.public-header,.public-footer{width:min(1220px,calc(100% - 40px));margin:0 auto}.public-header{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:24px}.site-brand{display:flex;align-items:center;gap:11px;color:var(--green);text-decoration:none}.site-brand img{width:72px;height:48px;object-fit:contain}.site-brand b,.site-brand small{display:block}.site-brand b{font-size:20px;line-height:1.15}.site-brand small{margin-top:2px;color:var(--muted);font-size:10px;font-weight:700;letter-spacing:.08em}.public-header nav{display:flex;align-items:center;gap:7px}.public-header nav a{padding:9px 12px;border-radius:3px;color:#456158;font-weight:800;text-decoration:none}.public-header nav a:hover{background:var(--soft);color:var(--green-dark)}.public-header .portal-switch{border:1px solid #cbdcd3}.login-area{flex:1;display:grid;place-items:center;padding:34px 20px 48px;background:linear-gradient(180deg,#eef7f3 0,#f7faf8 100%);border-top:1px solid #e2ebe7;border-bottom:1px solid #e2ebe7}.login-shell{width:min(1080px,100%);min-height:610px;display:grid;grid-template-columns:minmax(0,1fr) minmax(430px,1fr);overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow)}.visual{position:relative;isolation:isolate;padding:48px;background:linear-gradient(135deg,var(--blue) 0%,#087a69 100%);color:#fff;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.visual:after{content:"";position:absolute;z-index:-1;width:360px;height:360px;right:-190px;bottom:-180px;border:70px solid rgba(255,255,255,.06);border-radius:50%}.visual-brand{display:flex;align-items:center;gap:12px;color:#d6eee7;font-size:11px;font-weight:850;letter-spacing:.12em}.visual-brand img{width:76px;height:48px;object-fit:contain;padding:5px;background:#fff;border-radius:4px}.hero small{color:#cdeee4;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.hero h2{margin:10px 0 16px;color:#fff!important;font-size:clamp(34px,3.2vw,43px);line-height:1.2}.hero p{max-width:450px;margin:0;color:#daf1ea;font-size:16px;line-height:1.75}.features{display:flex;gap:16px;flex-wrap:wrap;color:#d6eee6;font-size:13px}.login-panel{align-self:center;padding:48px 64px}.portal-label{color:var(--green);font-size:12px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.login-panel h1{margin:7px 0 7px;color:var(--ink)!important;font-size:32px;line-height:1.25}.lead{min-height:52px;margin:0 0 17px;color:var(--muted);line-height:1.65}.login-panel label{display:block;margin:16px 0 7px;font-weight:800}.field{display:flex;align-items:center;min-height:49px;background:#fff;border:1px solid #c8d7d0;border-radius:4px;transition:.18s}.field:focus-within{border-color:var(--green);box-shadow:0 0 0 3px rgba(8,122,75,.12)}.field>span{flex:0 0 44px;text-align:center;color:var(--green);font-size:10px}.field input{width:100%;min-width:0;padding:12px 8px 12px 0;border:0;outline:0;background:transparent;color:var(--ink);font:inherit}.field button{align-self:stretch;padding:0 12px;border:0;background:transparent;color:#60736a;font-size:11px;font-weight:800;cursor:pointer}.submit{width:100%;min-height:47px;margin-top:20px;padding:11px 16px;border:0;border-radius:3px;background:var(--green);color:#fff;font:800 16px inherit;cursor:pointer}.submit:hover{background:var(--green-dark)}.form-meta{min-height:24px;margin-top:9px;text-align:right}.form-meta a,.portal-links a{color:var(--green);font-weight:800;text-decoration:none}.portal-links{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:22px;padding-top:17px;border-top:1px solid #e5ece8;font-size:13px}.portal-links button{padding:0;border:0;background:transparent;color:var(--green);font:800 13px inherit;cursor:pointer}.alert,.success{padding:11px 13px;margin:12px 0;border-left:4px solid;border-radius:3px}.alert{border-color:#c43a32;background:#fff0ef;color:#982e28}.success{border-color:var(--green);background:#e8f6ee;color:#087047}.public-footer{display:flex;justify-content:space-between;gap:20px;padding:22px 0;color:var(--muted);font-size:13px}.public-footer a{color:var(--green-dark);font-weight:800;text-decoration:none}.modal{position:fixed;inset:0;z-index:30;display:none;place-items:center;padding:20px;background:rgba(16,44,69,.68)}.modal.open{display:grid}.contact-card{position:relative;width:min(650px,100%);max-height:92vh;overflow:auto;padding:30px;background:#fff;border-top:4px solid var(--green);border-radius:7px;box-shadow:0 25px 80px #0005}.contact-card>small{color:var(--green);font-weight:850;letter-spacing:.08em}.contact-card h2{margin:7px 0}.contact-card p{color:var(--muted)}.close{position:absolute;right:14px;top:10px;border:0;background:transparent;font-size:28px;cursor:pointer}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 14px}.contact-card label{display:block;margin:14px 0 0;font-weight:750}.contact-card input,.contact-card textarea{display:block;width:100%;margin-top:6px;padding:10px;border:1px solid #cad9d1;border-radius:3px;font:inherit}.website{position:absolute!important;left:-10000px!important}.employee-login .visual{background:linear-gradient(135deg,#123f59 0%,#087a69 100%)}
@media(max-width:820px){.login-area{display:block;padding:18px 14px 30px}.login-shell{display:block;min-height:0}.visual{min-height:250px;padding:30px}.hero{margin:35px 0 25px}.hero h2{font-size:29px}.hero p{font-size:14px}.features{display:none}.login-panel{padding:34px 28px}.lead{min-height:0}.public-footer{width:calc(100% - 32px)}}
@media(max-width:580px){.public-header{width:calc(100% - 28px);min-height:66px}.site-brand{gap:7px}.site-brand img{width:55px;height:38px}.site-brand b{font-size:17px}.site-brand small{font-size:8px}.public-header nav a{padding:7px 8px;font-size:12px}.public-header nav a:first-child{display:none}.login-area{padding:0}.login-shell{border:0;border-radius:0;box-shadow:none}.visual{min-height:218px;padding:24px}.visual-brand img{width:62px;height:39px}.hero{margin:25px 0 8px}.hero h2{font-size:27px;margin-bottom:10px}.login-panel{padding:31px 20px 38px}.login-panel h1{font-size:27px}.portal-links{align-items:flex-start;flex-direction:column}.contact-grid{grid-template-columns:1fr}.contact-card{padding:25px 19px}.public-footer{flex-direction:column;gap:2px}}
