/* Scoped to the authenticated home. Login, AS and demo retain their styles. */
body.home-screen{--brick:#A34D3F;--slate:#263746;--stone:#F6F2EA;--sun:#E6B83F;background:var(--stone);color:var(--slate)}
.home-screen header{background:#fff;color:var(--slate);border-bottom:1px solid #e4ded5;padding:20px 6%}
.home-screen main{max-width:1100px;margin:28px auto}
.home-screen .top h1{font-size:24px;margin-bottom:6px}.home-screen .top p{margin:0;color:#52616b}
.home-screen .top button{margin:0;background:#fff;border:1px solid #d8d3cc;color:var(--slate)}
.home-screen .notice{background:#fff9e9;border-left:3px solid var(--sun);font-size:14px}
.home-screen .portal-tabs{gap:24px;border-bottom:1px solid #ded8d0;margin-bottom:22px}
.home-screen .portal-tabs button{background:transparent;color:#52616b;border-radius:0;padding:12px 4px;border-bottom:3px solid transparent}
.home-screen .portal-tabs button[aria-pressed=true]{color:var(--brick);border-bottom-color:var(--brick);font-weight:700}
.home-hero{position:relative;height:280px;border-radius:24px;overflow:hidden;background:var(--slate)}
.home-hero>img{width:100%;height:100%;object-fit:cover;object-position:center 35%;display:block}
.home-hero:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(16,29,39,.85),transparent 85%)}
.home-hero-text{position:absolute;z-index:1;left:32px;bottom:30px;color:#fff}.home-hero-text p{font-size:12px;letter-spacing:.16em;margin:0 0 8px}.home-hero-text h2{font:600 clamp(36px,6vw,56px)/1.1 Georgia,serif;margin:0}.home-hero-text h2 span{color:#f4d484}
.home-screen .home-welcome{position:relative;margin:-12px 16px 0;padding:28px 32px;border:0;box-shadow:0 8px 28px #2637460b;border-radius:22px;z-index:2}
.home-intro{display:flex;align-items:center;justify-content:space-between;gap:20px}.home-intro h2{font:600 34px/1.2 Georgia,serif;margin:0 0 8px}.home-intro p{margin:0;color:#52616b}.home-intro .home-eyebrow{font-size:12px;letter-spacing:.16em;color:var(--brick);font-weight:700;margin-bottom:8px}.home-sun{color:#b48113;font-size:42px;line-height:1}
.home-rule{height:3px;background:linear-gradient(to right,var(--sun) 0 100px,#eee9e2 100px);margin:22px 0}.home-welcome h3{font-size:18px;margin:0 0 16px}
.home-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.home-card{display:flex;align-items:center;gap:14px;padding:18px;text-decoration:none;color:var(--slate);border:1px solid #ebe5de;border-radius:16px;background:#fff;box-shadow:0 3px 12px #26374605;min-height:96px;transition:border-color .15s,box-shadow .15s}.home-card:hover{border-color:var(--brick);box-shadow:0 5px 16px #26374610}.home-card strong{display:block;font-size:16px;line-height:1.35}.home-card small{display:block;color:#52616b;margin-top:4px;font-size:14px;line-height:1.4}.home-icon{color:var(--brick);background:#f8eeeb;border-radius:12px;width:44px;height:44px;padding:10px;flex-shrink:0}.home-icon svg{width:24px;height:24px}.home-arrow{margin-left:auto;color:var(--brick);font-size:22px}.home-photo-credit{font-size:12px;text-align:right;margin:10px 18px 24px;color:#52616b}.home-photo-credit a{color:inherit}
.home-screen #dashboard-panel section:not(.home-welcome){border-color:#e5dfd6;box-shadow:0 3px 18px #26374606}.home-screen #dashboard-panel h2{color:var(--slate)}.home-screen #dashboard-panel button{background:var(--brick)}.home-screen #dashboard-panel button.secondary{background:#eee9e2;color:var(--slate)}.home-screen #import-panel section{border-top-color:var(--brick)}.home-screen #dashboard-panel a:not(.home-card){color:var(--brick)}.home-screen #dashboard-panel th,.home-screen #dashboard-panel td{border-color:#e9e4dc}.home-screen #dashboard-panel [id]{scroll-margin-top:24px}
@media(max-width:600px){.home-screen header{padding:16px 20px;font-size:14px}.home-screen header span{font-size:12px}.home-screen main{margin:20px auto;padding:0 14px}.home-screen .top{gap:12px}.home-screen .top h1{font-size:20px}.home-screen .top button{font-size:14px;padding:10px 12px}.home-hero{height:235px;border-radius:20px}.home-hero-text{left:22px;bottom:28px}.home-hero-text p{font-size:10px;letter-spacing:.1em}.home-screen .home-welcome{margin:-12px 0 0;padding:22px 18px}.home-intro h2{font-size:30px}.home-cards{gap:10px}.home-card{flex-wrap:wrap;align-content:start;gap:10px;padding:14px;position:relative;min-height:166px}.home-card>span:nth-child(2){width:100%}.home-card .home-arrow{position:absolute;top:20px;right:14px}.home-card strong{font-size:15px}.home-card small{font-size:14px}.home-photo-credit{text-align:left;margin:12px 4px 22px}.home-screen .portal-tabs{gap:16px}.home-screen .portal-tabs button{font-size:14px}}
@media(prefers-reduced-motion:reduce){.home-card{transition:none}}
