:root{--green:#006b45;--deep:#042a20;--mint:#dcebc8;--gold:#e7c75d;--cream:#fbf8ed;--serif:"Playfair Display",serif;--sans:"DM Sans",sans-serif}*{box-sizing:border-box}body{margin:0;font-family:var(--sans);color:#16221d}.portal-shell{min-height:100vh;display:grid;grid-template-columns:1.15fr .85fr}.portal-story{position:relative;min-height:100vh;background:var(--deep);overflow:hidden}.back{position:absolute;z-index:5;top:2rem;left:2.5rem;color:#fff;font-size:.8rem;border-bottom:1px solid #ffffff70;padding-bottom:.3rem;text-decoration:none}.story-slide{position:absolute;inset:0;opacity:0;transition:opacity 1s;background-image:linear-gradient(0deg,rgba(2,35,26,.94),rgba(2,35,26,.12)),var(--bg);background-size:cover;background-position:center}.story-slide.active{opacity:1}.story-slide>div{position:absolute;z-index:2;left:8%;right:8%;bottom:12%;color:white;max-width:750px}.story-slide span,.eyebrow{text-transform:uppercase;letter-spacing:.17em;font-weight:700;font-size:.7rem;color:var(--gold)}h1{font-family:var(--serif);font-size:clamp(3rem,5vw,5.8rem);line-height:.98;letter-spacing:-.04em;margin:1.2rem 0}.story-slide p{font-size:1rem;line-height:1.6;max-width:550px}.story-dots{position:absolute;z-index:3;left:8%;bottom:6%;display:flex;gap:.5rem}.story-dots button{width:30px;height:3px;padding:0;border:0;background:#ffffff65}.story-dots button.active{width:55px;background:var(--gold)}.login-panel{background:var(--cream);display:grid;place-items:center;padding:3rem}.login-wrap{width:min(100%,420px)}.login-wrap>img{width:95px;height:95px;object-fit:contain;margin-bottom:2rem}.eyebrow{color:var(--green);margin:0 0 .7rem}h2{font-family:var(--serif);font-size:3rem;margin:.3rem 0}.intro{color:#66716b;margin-bottom:2.2rem}form>label{display:block;font-size:.78rem;font-weight:700;margin:1.1rem 0}input[type=text],input[type=password]{width:100%;height:52px;border:1px solid #d3dad5;background:white;padding:0 1rem;font:inherit;margin-top:.5rem;outline:none}input:focus{border-color:var(--green);box-shadow:0 0 0 3px #006b4517}.password{position:relative;display:block}.show-password{position:absolute;right:.7rem;bottom:1rem;border:0;background:none;color:var(--green);font-weight:700}.form-row{display:flex;justify-content:space-between;align-items:center;font-size:.78rem;margin:1rem 0 1.5rem}.remember{display:flex;gap:.5rem!important;align-items:center!important;margin:0!important}.form-row a,.support a{color:var(--green);font-weight:700}.login-button{width:100%;height:54px;border:0;background:var(--green);color:white;font:700 .9rem var(--sans);cursor:pointer;transition:.2s}.login-button:hover{background:var(--deep);transform:translateY(-2px)}.notice{font-size:.75rem;line-height:1.5;background:var(--mint);padding:1rem;margin-top:1rem;color:var(--deep)}.support{text-align:center;color:#758079;font-size:.78rem;margin-top:2rem}@media(max-width:850px){.portal-shell{grid-template-columns:1fr}.portal-story{min-height:48vh}.story-slide>div{bottom:15%}.story-slide h1{font-size:2.8rem}.story-slide p{display:none}.story-dots{bottom:6%}.login-panel{padding:3rem 1.5rem}.login-wrap>img{width:75px;height:75px}h2{font-size:2.5rem}}
