.portal-page{--ink:#102f43;--copper:#d98235;--sand:#f3eee6;min-height:100vh;background:var(--sand);color:var(--ink);font-family:Inter,Arial,sans-serif}.portal-topbar{height:82px;display:flex;align-items:center;padding:0 34px;background:#0a2637;color:#fff;border-bottom:1px solid rgba(255,255,255,.12)}.portal-brand{width:88px;height:60px;display:block}.portal-brand img{width:100%;height:100%;object-fit:contain}.portal-topbar__label{margin-left:24px;padding-left:24px;border-left:1px solid rgba(255,255,255,.28);font-size:13px;letter-spacing:.12em;text-transform:uppercase}.portal-logout{margin-left:auto;color:#fff;text-decoration:none;font-size:13px}.portal-layout{display:grid;grid-template-columns:245px minmax(0,1fr);min-height:calc(100vh - 82px)}.portal-sidebar{display:flex;flex-direction:column;padding:36px 22px;background:#102f43}.portal-sidebar nav{display:grid;gap:8px}.portal-sidebar nav a{padding:14px 16px;color:#cbd6dc;text-decoration:none;font-size:14px;border-left:2px solid transparent}.portal-sidebar nav a:hover,.portal-sidebar nav a.is-active{color:#fff;background:rgba(255,255,255,.055);border-left-color:var(--copper)}.portal-sidebar__back{margin-top:auto;padding:16px;color:#e6a162;text-decoration:none;font-size:13px}.portal-main{padding:54px clamp(28px,5vw,72px)}.portal-main__head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:38px}.portal-main__head p{margin:0 0 8px;color:#8d7f6d;font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.portal-main__head h1{margin:0;font-size:clamp(34px,4vw,54px);letter-spacing:-.04em;font-weight:500}.portal-primary-action{padding:14px 20px;background:var(--copper);color:#fff;text-decoration:none;font-size:13px;font-weight:700}.portal-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:26px}.portal-stats a{display:grid;min-height:160px;padding:24px;background:#fff;color:var(--ink);text-decoration:none;border:1px solid #e4d9ca}.portal-stats span{font-size:13px;color:#786d60}.portal-stats strong{align-self:center;font-size:38px;font-weight:500}.portal-stats small{color:var(--copper)}.portal-content-card{background:#fff;border:1px solid #e4d9ca}.portal-content-card__head{display:flex;align-items:center;justify-content:space-between;padding:22px 26px;border-bottom:1px solid #eee5d8}.portal-content-card__head h2{margin:0;font-size:19px}.portal-content-card__head span{font-size:12px;color:#827666}.portal-content-card__body{min-height:190px;padding:26px}.portal-login{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(420px,.75fr);min-height:calc(100vh - 82px)}.portal-login__visual{display:flex;align-items:flex-end;padding:72px;background:linear-gradient(90deg,rgba(5,17,24,.88),rgba(5,17,24,.42)),url('../assets/video/theus-network-bg.jpg') center/cover}.portal-login__visual>div{max-width:670px;color:#fff}.portal-login__visual p{color:#ee9a4e;font-size:12px;font-weight:700;letter-spacing:.2em}.portal-login__visual h1{margin:18px 0 24px;font-size:clamp(44px,5vw,74px);line-height:1.02;letter-spacing:-.045em;font-weight:500}.portal-login__visual span{font-size:17px;color:#d7e0e4}.portal-login__box{align-self:center;padding:64px clamp(42px,7vw,90px)}.portal-login__box>img{width:140px;height:120px;object-fit:contain}.portal-login__kicker{margin:24px 0 8px;color:var(--copper);font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.portal-login__box h2{margin:0 0 14px;font-size:35px;letter-spacing:-.03em}.portal-login__box>p:not(.portal-login__kicker){color:#746b61;line-height:1.6}.portal-login__button{display:block;margin-top:30px;padding:16px;background:var(--ink);color:#fff;text-align:center;text-decoration:none;font-weight:700}.portal-login__help{display:block;margin-top:18px;color:var(--copper);text-align:center;font-size:13px}.portal-system-page{display:grid;min-height:calc(100vh - 82px);padding:64px 20px}.portal-system-card{width:min(620px,100%);margin:auto;padding:42px;background:#fff;border:1px solid #e2d7c8;box-shadow:0 22px 70px rgba(16,47,67,.08)}.portal-system-card h1{margin-top:0;font-size:34px}.portal-system-card input[type=text],.portal-system-card input[type=password],.portal-system-card input[type=email]{box-sizing:border-box;width:100%;padding:14px;border:1px solid #cfc3b3;background:#fff}.portal-system-card input[type=submit]{padding:14px 22px;border:0;background:var(--copper);color:#fff;font-weight:700}.portal-system-card label{display:block;margin-bottom:7px;font-weight:700}.portal-system-card .form-item{margin-bottom:20px}
@media(max-width:850px){.portal-topbar{height:70px;padding:0 16px}.portal-brand{width:70px;height:52px}.portal-layout{grid-template-columns:1fr}.portal-sidebar{display:none}.portal-main{padding:34px 18px}.portal-main__head{align-items:flex-start;flex-direction:column}.portal-stats{grid-template-columns:1fr}.portal-login{grid-template-columns:1fr}.portal-login__visual{display:none}.portal-login__box{padding:50px 26px}.portal-content-card__head{align-items:flex-start;flex-direction:column;gap:5px}.portal-system-page{padding:30px 14px}.portal-system-card{box-sizing:border-box;padding:28px 22px}}
.portal-system-card .messages{margin:0 0 28px;padding:18px 20px;border:1px solid #b7d49d;background:#edf7e5;color:#294c19;line-height:1.5}.portal-system-card .messages--error{border-color:#e4aaa2;background:#fff0ee;color:#7a241b}.portal-system-card .tabs ul{display:flex;gap:6px;padding:0;border-bottom:1px solid #ddd2c3;list-style:none}.portal-system-card .tabs a{display:block;padding:10px 12px;color:var(--ink);text-decoration:none;border-bottom:2px solid transparent}.portal-system-card .tabs .is-active a{border-bottom-color:var(--copper);color:var(--copper)}
.portal-auth-layout{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(480px,.75fr);min-height:calc(100vh - 82px)}.portal-auth-visual{display:flex;align-items:flex-end;padding:72px;background:linear-gradient(90deg,rgba(5,17,24,.88),rgba(5,17,24,.45)),url('../assets/video/theus-network-bg.jpg') center/cover;color:#fff}.portal-auth-visual>div{max-width:680px}.portal-auth-visual p{margin:0 0 24px;color:#ef9a4d;font-size:12px;font-weight:700;letter-spacing:.2em}.portal-auth-visual h2{margin:0 0 26px;font-size:clamp(44px,5vw,74px);line-height:1.02;letter-spacing:-.045em;font-weight:500}.portal-auth-visual span{font-size:17px;color:#d7e0e4}.portal-auth-pane{display:grid;padding:44px clamp(32px,5vw,78px);background:var(--sand);overflow:auto}.portal-auth-pane .portal-system-card{align-self:center;width:100%;max-width:580px;box-sizing:border-box;margin:auto;padding:0;background:transparent;border:0;box-shadow:none}.portal-auth-logo{display:block;width:135px;height:115px;margin-bottom:20px;object-fit:contain}.portal-auth-pane .portal-system-card h1{font-size:clamp(32px,3vw,44px);letter-spacing:-.035em}.portal-auth-pane .portal-system-content{margin-top:22px}
@media(max-width:850px){.portal-auth-layout{grid-template-columns:1fr;min-height:calc(100vh - 70px)}.portal-auth-visual{display:none}.portal-auth-pane{padding:38px 24px}.portal-auth-pane .portal-system-card{padding:0}.portal-auth-logo{width:110px;height:90px}}
.portal-main--section{min-width:0}.portal-section__head{margin-bottom:34px}.portal-section__head p{margin:0 0 9px;color:#8d7f6d;font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.portal-section__head h1{margin:0;font-size:clamp(38px,4vw,56px);font-weight:500;letter-spacing:-.04em}.portal-empty{min-height:310px;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:42px;background:#fff;border:1px solid #e4d9ca;text-align:center}.portal-empty>span{display:grid;place-items:center;width:58px;height:58px;margin-bottom:22px;border:1px solid #dbcbb7;color:var(--copper);font-size:30px}.portal-empty h2{margin:0 0 12px;font-size:23px}.portal-empty p{max-width:590px;margin:0;color:#786d60;line-height:1.65}
.portal-sidebar nav a{display:flex;align-items:center;gap:13px}.portal-sidebar nav a>img{width:21px;height:21px;opacity:.68;filter:brightness(0) invert(1)}.portal-sidebar nav a:hover>img,.portal-sidebar nav a.is-active>img{opacity:1}.portal-logout{display:flex;align-items:center;gap:9px}.portal-logout img{width:18px;height:18px;filter:brightness(0) invert(1)}.portal-primary-action{display:inline-flex;align-items:center;gap:10px}.portal-primary-action img{width:19px;height:19px;filter:brightness(0) invert(1)}.portal-stats>a{position:relative}.portal-stats>a>img{position:absolute;right:23px;top:22px;width:32px;height:32px;color:var(--copper);opacity:.8}.portal-stats small{display:flex;align-items:center;gap:5px}.portal-stats small img{width:16px;height:16px}.portal-empty>span{background-repeat:no-repeat;background-position:center;background-size:28px;font-size:0}.portal-section--invoice .portal-empty>span{background-image:url('../assets/icons/portal/invoice.svg')}.portal-section--document .portal-empty>span{background-image:url('../assets/icons/portal/document.svg')}.portal-section--message .portal-empty>span{background-image:url('../assets/icons/portal/message.svg')}.portal-section--company .portal-empty>span{background-image:url('../assets/icons/portal/company.svg')}
