:root{--primary:#0f172a;--accent:#2563eb;--bg:#f8fafc;--white:#fff;--border:#e2e8f0}*{box-sizing:border-box;max-width:100%;margin:0;padding:0}body{background:var(--bg);color:#1e293b;font-family:Outfit,sans-serif;overflow:hidden}.brent-navigator{height:100vh;display:flex}.sidebar{background:var(--primary);color:#fff;flex-direction:column;width:260px;padding:25px;display:flex}.sidebar-brand{align-items:center;gap:10px;margin-bottom:40px;font-weight:700;display:flex}.logo{background:var(--accent);border-radius:6px;padding:5px 8px}.nav-group{flex:1}.nav-item{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:12px;width:100%;margin-bottom:5px;padding:12px;transition:all .2s;display:flex}.nav-item.active{background:var(--accent);color:#fff}.main-viewport{flex-direction:column;flex:1;height:100vh;display:flex;overflow:hidden}.viewport-header{border-bottom:1px solid var(--border);background:#fff;justify-content:space-between;align-items:center;padding:15px 40px;display:flex}.scroll-content{-webkit-overflow-scrolling:touch;scroll-behavior:smooth;overflow:hidden auto}.emergency-contact{color:#ef4444;font-size:.85rem}.scroll-content{flex-direction:column;flex:1;display:flex;overflow-y:auto}.view-wrapper{max-width:850px;margin:0 auto}.hero-card{margin-bottom:25px}.accent-text{color:var(--accent)}.slideshow-container{background:#e2e8f0;border-radius:16px;width:100%;height:350px;margin-bottom:30px;position:relative;overflow:hidden;box-shadow:0 10px 25px #0000001a}.slide-img{object-fit:cover;width:100%;height:100%;transition:opacity .5s ease-in-out}.problem-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:15px;margin-top:30px;display:grid}.data-card{border:1px solid var(--border);background:#fff;border-radius:12px;padding:20px}.data-stat{color:var(--accent);font-size:1.8rem;font-weight:800;display:block}.logic-box{border:1px solid var(--border);background:#fff;border-radius:12px;margin-bottom:20px;padding:20px}.logic-box.digital{background:#eff6ff;border-color:#bfdbfe}.logic-box button{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:6px;margin:10px 5px 0 0;padding:8px 16px}.logic-box input{border:1px solid var(--border);border-radius:6px;width:150px;padding:8px}.help-card{border:1px solid var(--border);background:#fff;border-radius:12px;margin-bottom:10px;padding:20px}.help-card.urgent{border-left:5px solid #ef4444}.num-row{background:#f1f5f9;border-radius:6px;justify-content:space-between;margin-top:10px;padding:8px;font-weight:700;display:flex}.viewport-header{border-bottom:1px solid var(--border);z-index:10;background:#fff;justify-content:space-between;align-items:center;height:80px;padding:0 40px;display:flex}.view-title{color:var(--primary);font-size:1.2rem;font-weight:700}.active-crumb{color:var(--accent);font-weight:600}.emergency-pill{color:#ef4444;background:#fef2f2;border:1px solid #fee2e2;border-radius:50px;padding:8px 16px;font-size:.8rem}.main-footer{border-top:1px solid var(--border);background:#f1f5f9;margin-top:80px;padding:60px 40px 30px}.footer-grid{grid-template-columns:2fr 1fr 1fr;gap:60px;max-width:1000px;margin:0 auto;display:grid}.footer-column h4{color:var(--primary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:20px;font-size:.9rem}.footer-column ul{list-style:none}.footer-column li{margin-bottom:12px}.footer-column a{color:#64748b;font-size:.9rem;text-decoration:none;transition:all .2s}.footer-column a:hover{color:var(--accent)}.footer-brand{align-items:center;gap:10px;margin-bottom:15px;display:flex}.footer-brand p{color:#64748b;font-size:.85rem;line-height:1.6}.footer-bottom{text-align:center;color:#94a3b8;border-top:1px solid #e2e8f0;margin-top:60px;padding-top:20px;font-size:.75rem}.view-container{flex:1;width:100%;max-width:1000px;margin:0 auto;padding:40px}.video-card{background:#fff;border-radius:12px;padding:0;overflow:hidden}.video-card p{padding:10px 12px 12px}.hamburger{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;padding:10px;display:none;position:fixed;top:16px;left:16px}.hamburger span{background:var(--primary);border-radius:2px;width:24px;height:2px;transition:all .2s;display:block}.nav-overlay{z-index:999;background:#0006;display:none;position:fixed;inset:0}@media (width<=768px){.hamburger{display:flex}.nav-overlay{display:block}.sidebar{z-index:1000;width:260px;height:100vh;transition:left .3s;position:fixed;top:0;left:-280px;overflow-y:auto}.sidebar.open{left:0}.main-viewport{width:100%}.viewport-header{height:60px;padding:0 16px 0 56px}.view-wrapper{padding:0 16px}.problem-grid{grid-template-columns:1fr 1fr}.scroll-content{padding-bottom:40px}}@media (width<=400px){.problem-grid{grid-template-columns:1fr}}html,body{width:100%;position:relative;overflow-x:hidden}@media (width<=768px){.brent-navigator{min-height:100vh;overflow-x:hidden}.main-viewport{width:100vw;min-height:100vh;overflow-x:hidden}.view-container{box-sizing:border-box;width:100%;padding:20px 16px}.view-wrapper{box-sizing:border-box;width:100%;padding:0}}.footer-bottom a:hover{opacity:.8;text-decoration:underline!important}
