:root{
  --ty-ink:#142c3b;--ty-muted:#687b86;--ty-teal:#078693;--ty-teal-2:#0da7b1;
  --ty-line:#dce8ec;--ty-bg:#f5f9fb;--ty-card:#fff;--ty-shadow:0 22px 55px rgba(25,75,85,.10);
}
*{box-sizing:border-box}
html,body{margin:0;min-height:100%;background:var(--ty-bg);color:var(--ty-ink);font-family:var(--app-font-family,Tahoma,"Segoe UI",Arial,sans-serif)}
body.login-final{overflow-x:hidden}
a{text-decoration:none;color:inherit}
.ty-login-shell{width:min(1440px,calc(100% - 24px));margin:auto;padding:10px 0 28px}
.ty-login-topbar{height:48px;padding:0 18px;border:1px solid #e6eef1;border-radius:18px;background:#fff;display:flex;align-items:center;justify-content:space-between;box-shadow:0 5px 18px rgba(26,71,79,.05);font-size:12px;color:#5d707b}
.ty-login-topbar .side{display:flex;align-items:center;gap:14px}.ty-login-topbar .brand{display:flex;align-items:center;gap:9px;font-weight:900;color:#244b56}.ty-login-topbar img{width:35px;height:35px;object-fit:contain}.ty-version{border:1px solid #dce9ed;background:#fbfdfe;padding:6px 11px;border-radius:999px;color:#23727b;font-weight:800}
.login-v4-main{margin-top:10px;min-height:620px;border:1px solid #e1ebee;border-radius:28px;background:#fff;box-shadow:var(--ty-shadow);overflow:hidden;display:grid;grid-template-columns:minmax(0,1.5fr) minmax(390px,.78fr);direction:ltr}
.ty-hero{position:relative;direction:rtl;min-height:620px;background-color:#dff5f7;background-image:url('/assets/login-hero-reference-composed.webp?v=20260825hq2');background-repeat:no-repeat;background-size:100% 100%;background-position:center center;overflow:hidden;isolation:isolate}
.ty-hero::before{display:none}
.ty-hero::after{display:none}
.ty-hero-features{display:none}
.ty-feature{min-height:124px;border:1px solid rgba(231,244,247,.96);background:rgba(255,255,255,.93);backdrop-filter:blur(12px);border-radius:24px;padding:16px 14px;text-align:center;box-shadow:0 14px 34px rgba(21,77,87,.12),0 0 0 1px rgba(255,255,255,.35) inset;display:flex;flex-direction:column;align-items:center;justify-content:center}
.ty-feature .ico{width:44px;height:44px;border-radius:15px;background:#eff9fb;color:#087f89;display:grid;place-items:center;margin-bottom:10px}.ty-feature strong{font-size:15px;color:#284955}.ty-feature span{font-size:10.5px;line-height:1.85;color:#657783;margin-top:6px}
.ty-login-panel{direction:rtl;padding:42px 36px;display:flex;align-items:center;background:linear-gradient(180deg,#fff,#fcfeff)}
.ty-login-card{width:100%;max-width:480px;margin:auto}.ty-login-card h1{font-size:27px;margin:0 0 8px;color:#102c3c;font-weight:900}.ty-login-card .sub{font-size:12px;color:#70808a;margin:0 0 20px;line-height:1.9}
.ty-login-alert{display:none;align-items:center;justify-content:flex-start;width:100%;min-height:0!important;height:auto!important;background:#fff5f5;color:#b9382d;border:1px solid #f2cccc;border-radius:12px;padding:9px 12px;margin:0 0 14px;font-size:11px;line-height:1.75;text-align:right}.ty-login-alert.show{display:flex}
.ty-field{margin-bottom:14px}.ty-field label{display:block;font-size:12px;font-weight:850;color:#405762;margin-bottom:7px}.ty-input-wrap{position:relative}.ty-input{width:100%;height:54px;border:1.5px solid var(--ty-line);border-radius:13px;background:#fff;padding:0 44px 0 48px;outline:none;font:inherit;font-size:13px;color:#19313d;transition:.2s}.ty-input:focus{border-color:#0a99a3;box-shadow:0 0 0 4px rgba(10,153,163,.09)}.ty-input-icon{position:absolute;right:14px;top:50%;transform:translateY(-50%);width:20px;height:20px;color:#6c818b}.ty-toggle{position:absolute;left:7px;top:50%;transform:translateY(-50%);width:38px;height:38px;border:0;border-radius:10px;background:#f3f8fa;color:#55707b;display:grid;place-items:center;cursor:pointer}.ty-toggle svg{width:19px;height:19px}
.ty-options{display:flex;justify-content:space-between;align-items:center;gap:12px;margin:3px 0 17px;font-size:11px}.ty-options label{display:flex;align-items:center;gap:7px;color:#657983}.ty-options input{accent-color:#078693}.ty-options a{color:#087f89;font-weight:850}
.ty-submit{width:100%;height:54px;border:0;border-radius:13px;background:linear-gradient(135deg,#08a7b1,#087b87);color:#fff;font:inherit;font-weight:900;font-size:15px;cursor:pointer;box-shadow:0 10px 22px rgba(8,127,137,.19);transition:.18s}.ty-submit:hover{transform:translateY(-1px)}.ty-submit:disabled{opacity:.65;cursor:wait;transform:none}.ty-or{display:flex;align-items:center;gap:10px;margin:18px 0 12px;font-size:11px;color:#7f929b}.ty-or:before,.ty-or:after{content:"";height:1px;background:#e3ecef;flex:1}.ty-guest{height:49px;border:1.5px solid #7bc6cc;border-radius:12px;display:flex;align-items:center;justify-content:center;gap:8px;color:#087f89;font-size:12px;font-weight:900;background:#fff}
.ty-path-title,.ty-support-title{text-align:center;color:#087f89;font-weight:900;font-size:16px;margin:18px 0 12px}.ty-path-title:before,.ty-path-title:after,.ty-support-title:before,.ty-support-title:after{content:"•";margin:0 12px;color:#0ca1aa}
.ty-paths{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.login-v4-path{border-radius:18px;min-height:116px;padding:14px 16px;border:1px solid #e0eaee;background:#fff;box-shadow:0 7px 22px rgba(25,71,80,.05);cursor:pointer;display:grid;grid-template-columns:48px 1fr 24px;align-items:center;gap:12px;transition:.18s}.login-v4-path:hover{transform:translateY(-2px)}.login-v4-path .path-ico{width:46px;height:46px;border-radius:50%;display:grid;place-items:center}.login-v4-path strong{display:block;font-size:13px;line-height:1.55;margin:0 0 6px}.login-v4-path span{display:block;font-size:10px;color:#6b7e88;line-height:1.8}.login-v4-path .go{width:23px;height:23px;border-radius:50%;display:grid;place-items:center;font-size:17px}.login-v4-path.manager{background:#f8fcfa;border-color:#d8eadf}.login-v4-path.manager .path-ico,.login-v4-path.manager .go{background:#e8f6ed;color:#138242}.login-v4-path.mobile{background:#f8fbff;border-color:#dae7f8}.login-v4-path.mobile .path-ico,.login-v4-path.mobile .go{background:#eaf2ff;color:#2563d8}.login-v4-path.register{background:#fcf9ff;border-color:#e9dcf7}.login-v4-path.register .path-ico,.login-v4-path.register .go{background:#f2e9fc;color:#7336b0}
.login-v4-support{border:1px solid #e2ebee;border-radius:18px;background:#fff;box-shadow:0 7px 22px rgba(25,71,80,.05);padding:12px 18px;display:grid;grid-template-columns:1fr 1fr;gap:18px}.ty-contact{display:flex;align-items:center;justify-content:space-between;gap:14px}.login-v4-support .ty-contact+.ty-contact{border-right:1px solid #e4ecef;padding-right:18px}.ty-person{display:flex;align-items:center;gap:10px}.ty-person .avatar{width:42px;height:42px;border-radius:50%;background:#e9f6f7;color:#087f89;display:grid;place-items:center}.ty-person strong{font-size:12px}.ty-person small{display:block;margin-top:3px;color:#667985;direction:ltr;text-align:right}.ty-actions{display:flex;gap:8px}.ty-actions a{width:36px;height:36px;border-radius:50%;background:#eef7f8;color:#087f89;display:grid;place-items:center}.ty-footer{text-align:center;font-size:10px;color:#7a8c95;margin:12px 0 0}
@media(max-width:1050px){.login-v4-main{grid-template-columns:minmax(0,1.1fr) minmax(370px,.9fr)}.ty-hero{background-image:url('/assets/login-hero-reference-composed.webp?v=20260825hq2');background-size:100% 100%;background-position:center center}.ty-hero-features{display:none}.ty-login-panel{padding:32px 26px}}
@media(max-width:760px){
 body{background:#f7fafc}.ty-login-shell{width:100%;padding:0 0 20px}.ty-login-topbar{display:none}.login-v4-main{margin:0;border:0;border-radius:0;box-shadow:none;display:flex;flex-direction:column;min-height:0;overflow:visible;background:transparent}.ty-hero{min-height:415px;width:100%;background-image:url('/assets/login-hero-approved.webp?v=20260825hq2');background-size:cover;background-position:center top;border-radius:0;flex:none}.ty-hero::before{display:none}.ty-hero::after{height:15%}.ty-hero-features{display:none}.ty-login-panel{padding:0 16px;background:transparent;margin-top:-6px;position:relative;z-index:3}.ty-login-card{max-width:none;background:#fff;border:1px solid #e2eaed;border-radius:26px;padding:28px 20px 22px;box-shadow:0 18px 42px rgba(24,70,80,.10)}.ty-login-card h1{text-align:center;font-size:25px}.ty-login-card .sub{text-align:center;font-size:12px;margin-bottom:18px}.ty-login-card .ty-login-alert{min-height:0!important;height:auto!important;justify-content:flex-start!important;text-align:right!important;padding:10px 12px;font-size:10.5px;line-height:1.75;border-radius:13px;margin-bottom:12px}.ty-input{height:56px;font-size:13px}.ty-submit{height:56px}.ty-path-title{display:none}.ty-paths{display:flex;flex-direction:column;gap:10px;padding:0 16px;margin-top:18px}.login-v4-path{min-height:84px;grid-template-columns:50px 1fr 24px;padding:11px 13px}.login-v4-path strong{font-size:13px}.login-v4-path span{font-size:10px}.ty-support-title{font-size:14px;margin-top:18px}.login-v4-support{margin:0 16px;padding:10px 12px;display:flex;flex-direction:column;gap:0}.ty-contact{padding:10px 0}.login-v4-support .ty-contact+.ty-contact{border-right:0;border-top:1px solid #e6edef;padding-right:0}.ty-footer{padding:0 16px}.ty-options{font-size:11px}
}
@media(max-width:390px){.ty-hero{min-height:370px;background-size:cover}.ty-login-card{padding:24px 16px 20px}.ty-options{gap:7px}.ty-options a{font-size:10px}.ty-options label{font-size:10px}.ty-contact{gap:8px}.ty-actions{gap:5px}.ty-actions a{width:32px;height:32px}}

.login-v4-path>div:nth-child(2){min-width:0;display:flex;flex-direction:column;align-items:flex-start;text-align:right}
@media(max-width:760px){.login-v4-path>div:nth-child(2){gap:2px}.login-v4-path strong{margin-bottom:2px;line-height:1.55}.login-v4-path span{line-height:1.75}}
