:root{--bg:#F6F3EC;--deep:#E8F4F2;--surface:#FFFCFA;--soft-red:#FDECEA;--ink:#1A2A28;--text:#2C3A38;--muted:#5A6B68;--aux:#7A8A86;--teal:#0E8A7D;--deep-teal:#0A5F56;--red:#C62828;--border:rgba(14,138,125,.22);--shadow:0 14px 36px rgba(26,42,40,.10);--top:70px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;line-height:1.75;overflow-x:hidden}body.locked{overflow:hidden}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}.site-header{position:fixed;z-index:60;left:0;right:0;top:0}.net-strip{height:16px;background:var(--teal);color:var(--bg);font-size:10px;line-height:16px}.header-inner{max-width:1160px;margin:auto;padding:0 16px}.header-inner.slim{display:flex;justify-content:space-between;align-items:center}.text-btn{border:0;background:transparent;color:var(--bg);padding:0 4px;font-size:10px}.hotbar{height:54px;background:rgba(246,243,236,.98);border-bottom:1px solid var(--border)}.hotbar-inner{height:54px;display:grid;grid-template-columns:auto auto 1fr;gap:10px;align-items:center}.brand-link{display:flex;align-items:center;min-width:74px}.brand-logo{height:28px;max-width:150px;object-fit:contain;object-position:left center}.brand-text{color:var(--deep-teal);font-size:20px}.cabinet-btn,.app-link,.btn,.close-btn{min-height:44px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;padding:0 16px;font-weight:700}.cabinet-btn{background:var(--surface);color:var(--deep-teal);border:1px solid var(--border)}.app-link{justify-self:end;background:var(--red);color:var(--bg);padding:0 18px}.net-tabs{position:fixed;z-index:45;top:86px;left:max(16px,calc((100vw - 1160px)/2));width:56px;background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden;box-shadow:var(--shadow)}.net-tabs a{display:flex;height:52px;align-items:center;justify-content:center;border-bottom:1px solid var(--border);font-size:14px;color:var(--deep-teal)}.net-tabs a:last-child{border-bottom:0}.net-tabs a.active{background:var(--teal);color:var(--bg)}.site-main{max-width:1160px;margin:0 auto;padding:98px 16px 48px 88px}.section{margin:0 0 28px;background:var(--surface);border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow);padding:26px}.section.alt{background:var(--deep)}.section.soft-red{background:var(--soft-red)}.eyebrow{margin:0 0 4px;color:var(--teal);font-weight:800;font-size:14px;letter-spacing:.08em}.section h1,.section h2,.section h3{color:var(--ink);line-height:1.3;margin-top:0}.section h1{font-size:32px;margin-bottom:12px}.section h2{font-size:25px}.section h3{font-size:18px}.lead{font-size:17px;color:var(--muted);max-width:840px}.hero-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);gap:24px}.media-slot{background:var(--deep);border:1px solid var(--border);border-radius:12px;display:flex;align-items:center;justify-content:center;min-height:180px;overflow:hidden}.media-slot.cover{min-height:250px}.media-slot img{width:100%;height:100%;max-height:260px;object-fit:contain;object-position:center}.media-slot.tall img{max-height:420px}.fallback-title{padding:30px;color:var(--deep-teal);font-weight:800}.headline-list{display:grid;gap:10px}.headline-list a{display:block;padding:14px;border:1px solid var(--border);border-radius:10px;background:var(--bg)}.headline-list b{display:block;color:var(--ink);margin-bottom:4px}.headline-list span{font-size:14px;color:var(--muted)}.actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.btn{background:linear-gradient(135deg,#0E8A7D 0%,#0A5F56 100%);color:var(--bg);border:1px solid transparent}.btn.red{background:var(--red)}.btn.secondary{background:var(--bg);color:var(--deep-teal);border-color:var(--teal)}.cards-4,.cards-3,.cards-2{display:grid;gap:16px}.cards-4{grid-template-columns:repeat(4,1fr)}.cards-3{grid-template-columns:repeat(3,1fr)}.cards-2{grid-template-columns:repeat(2,1fr)}.card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:18px}.card img{width:100%;height:180px;object-fit:contain;object-position:center;background:var(--deep);border-radius:10px;margin-bottom:14px}.card p:last-child{margin-bottom:0}.status-card{border-left:4px solid var(--teal)}.status-card.red{border-left-color:var(--red)}.status{display:inline-block;padding:2px 8px;border-radius:8px;background:var(--deep);color:var(--deep-teal);font-size:13px;font-weight:800}.article-list article{padding:18px 0;border-bottom:1px solid var(--border)}.article-list article:last-child{border-bottom:0}.article-list h2,.article-list h3{margin-bottom:8px}.article-list p{margin-top:8px}.note{padding:14px 16px;border-left:4px solid var(--red);background:var(--soft-red);border-radius:8px;color:var(--ink)}.fact{padding:14px 16px;border-left:4px solid var(--teal);background:var(--deep);border-radius:8px}.page-image{width:100%;max-height:210px;object-fit:contain;object-position:center;background:var(--deep);border-radius:12px;margin:10px 0 22px}.app-image{max-height:420px}.site-footer{background:var(--deep-teal);color:#E8F4F2;padding:38px 16px calc(38px + env(safe-area-inset-bottom));margin-top:10px}.footer-inner{max-width:1160px;margin:auto}.footer-brand{display:flex;align-items:center;gap:12px;margin-bottom:24px}.footer-brand div{display:flex;flex-direction:column}.footer-logo{height:28px;max-width:150px;object-fit:contain}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.footer-grid h3{color:#fff}.footer-grid a{display:block;padding:3px 0;color:#E8F4F2}.footer-note{border-top:1px solid rgba(255,255,255,.18);padding-top:20px;margin-top:22px}.copyright{color:#d7ebe7}.overlay{position:fixed;z-index:70;inset:0;background:rgba(26,42,40,.46);opacity:0;pointer-events:none;transition:.2s}.overlay.show{opacity:1;pointer-events:auto}.cabinet,.search-panel{position:fixed;z-index:80;background:var(--surface);visibility:hidden;pointer-events:none;box-shadow:var(--shadow);transition:transform .22s ease,opacity .22s ease}.cabinet{top:70px;left:max(0px,calc((100vw - 1160px)/2 + 72px));width:320px;height:480px;max-height:calc(100vh - 86px);border:1px solid var(--border);border-radius:0 0 14px 14px;transform:translateX(-16px);opacity:0;overflow:auto}.cabinet.open,.search-panel.open{visibility:visible;pointer-events:auto;opacity:1;transform:none}.cabinet-head,.search-head{position:sticky;top:0;background:var(--surface);display:flex;align-items:center;justify-content:space-between;padding:12px;border-bottom:1px solid var(--border);z-index:2}.cabinet-brand{display:flex;align-items:center;gap:8px;color:var(--ink)}.cabinet-logo{height:26px;max-width:120px;object-fit:contain}.close-btn{border:1px solid var(--border);background:var(--bg);color:var(--deep-teal)}.cabinet-groups{padding:12px}.cabinet-groups h3{font-size:15px;color:var(--teal);margin:12px 0 4px}.cabinet-groups a{display:block;padding:9px 10px;border-radius:9px}.cabinet-groups a:hover,.cabinet-groups a:focus-visible{background:var(--deep)}.cabinet-groups b,.cabinet-groups span{display:block}.cabinet-groups span{font-size:12px;color:var(--muted)}.search-panel{top:70px;right:max(16px,calc((100vw - 1160px)/2));width:520px;border:1px solid var(--border);border-radius:0 0 14px 14px;transform:translateY(-10px);opacity:0}.search-box{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:10px;margin:16px;padding:10px 12px;border:1px solid var(--border);border-radius:10px}.search-box input{border:0;outline:0;background:transparent;color:var(--ink);min-width:0}.preset-links{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;padding:0 16px 16px}.preset-links a{padding:12px;border:1px solid var(--border);border-radius:10px;background:var(--bg);color:var(--deep-teal)}.mobile-bottom{display:none}a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid rgba(198,40,40,.35);outline-offset:2px}.table-like{display:grid;gap:10px}.row{display:grid;grid-template-columns:160px 1fr;gap:16px;padding:12px 0;border-bottom:1px solid var(--border)}.row:last-child{border-bottom:0}.small{font-size:14px;color:var(--muted)}
@media(max-width:980px){.net-tabs{display:none}.site-main{padding-left:16px}.cards-4{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){:root{--top:70px}.header-inner{padding:0 12px}.hotbar-inner{grid-template-columns:minmax(0,1fr) auto auto;gap:6px}.brand-logo{max-width:112px;height:26px}.brand-text{font-size:18px}.cabinet-btn,.app-link{min-height:44px;padding:0 12px}.site-main{padding:90px 16px 76px}.section{padding:20px 16px;margin-bottom:18px}.section h1{font-size:29px}.section h2{font-size:23px}.hero-grid,.cards-4,.cards-3,.cards-2{grid-template-columns:1fr}.media-slot.cover{min-height:210px}.card img{height:170px}.cabinet{top:70px;left:0;width:86%;height:calc(100dvh - 70px);max-height:none;border-radius:0;transform:translateX(-100%)}.search-panel{top:70px;left:12px;right:12px;width:auto}.mobile-bottom{position:fixed;z-index:50;left:0;right:0;bottom:0;height:calc(50px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);background:var(--surface);border-top:1px solid var(--border);display:grid;grid-template-columns:repeat(5,1fr)}.mobile-bottom a{display:flex;align-items:center;justify-content:center;min-height:50px;color:var(--deep-teal);font-size:14px}.mobile-bottom a.active{background:var(--teal);color:var(--bg)}.site-footer{padding-bottom:calc(82px + env(safe-area-inset-bottom))}.footer-grid{grid-template-columns:repeat(2,1fr)}.row{grid-template-columns:1fr;gap:4px}.preset-links{grid-template-columns:1fr 1fr}}
@media(max-width:420px){.brand-link{min-width:0}.brand-logo{max-width:90px}.cabinet-btn,.app-link{padding:0 10px;font-size:14px}.footer-grid{grid-template-columns:1fr}.preset-links{grid-template-columns:1fr}.section h1{font-size:28px}}
