:root{--red:#b70d1d;--red2:#e3202d;--blue:#125ac6;--ink:#191919;--muted:#6a6a6a;--line:#e7e7e7;--soft:#f7f7f7;--white:#fff;--green:#147d3f;--orange:#d56a00;--shadow:0 8px 24px rgba(0,0,0,.08)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'Noto Sans Devanagari',system-ui,-apple-system,Segoe UI,sans-serif;color:var(--ink);background:#fff}button,input,textarea,select{font:inherit}button{cursor:pointer}a{text-decoration:none;color:inherit}.container{width:min(1180px,calc(100% - 28px));margin:auto}
.topbar{background:#111;color:#fff;font-size:13px}.topbar .container{display:flex;justify-content:space-between;align-items:center;padding:7px 0;gap:12px}.brandbar{border-bottom:1px solid var(--line);background:#fff}.brandbar .container{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 0}.masthead{height:92px;max-width:520px;object-fit:contain;object-position:left center}.adbox{flex:1;max-width:420px;height:70px;background:#fafafa;border:1px dashed #cfcfcf;display:grid;place-items:center;color:#888;border-radius:8px}.nav{background:var(--red);color:#fff;position:sticky;top:0;z-index:20;box-shadow:0 2px 7px rgba(0,0,0,.12)}.nav .container{display:flex;align-items:center;gap:4px;overflow:auto}.nav a,.nav button{padding:11px 12px;white-space:nowrap;border:0;background:transparent;color:#fff;font-weight:700}.nav a:hover,.nav button:hover{background:rgba(255,255,255,.12)}.nav .newsroom{margin-left:auto;background:#fff;color:var(--red);border-radius:7px;padding:7px 12px}.breaking{border-bottom:1px solid var(--line);background:#fff}.breaking .container{display:flex;align-items:center;min-height:42px;overflow:hidden}.breaking-label{background:var(--red);color:#fff;font-weight:800;padding:8px 12px;margin-right:12px}.ticker{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:600}
.hero{display:grid;grid-template-columns:1.65fr .85fr;gap:22px;padding:24px 0}.lead-card{position:relative;border-radius:12px;overflow:hidden;min-height:420px;background:#ddd;box-shadow:var(--shadow)}.lead-card img{width:100%;height:100%;position:absolute;object-fit:cover;inset:0}.lead-overlay{position:absolute;inset:auto 0 0;padding:70px 24px 22px;background:linear-gradient(transparent,rgba(0,0,0,.86));color:#fff}.badge{display:inline-block;background:var(--red);color:#fff;padding:4px 8px;border-radius:5px;font-size:12px;font-weight:800}.lead-title{font-size:34px;line-height:1.22;margin:10px 0 7px}.meta{font-size:13px;color:#777}.lead-overlay .meta{color:#ddd}.latest{border:1px solid var(--line);border-radius:12px;overflow:hidden}.section-title{display:flex;align-items:center;justify-content:space-between;border-bottom:3px solid var(--red);padding-bottom:7px;margin:28px 0 14px;font-size:24px;font-weight:800}.latest .section-title{margin:0;padding:14px 16px}.latest-item{padding:13px 16px;border-bottom:1px solid var(--line)}.latest-item:last-child{border:0}.latest-item h3{font-size:17px;margin:4px 0;line-height:1.35}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.news-card{border:1px solid var(--line);border-radius:10px;overflow:hidden;background:#fff;transition:.2s}.news-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.news-card img{width:100%;height:190px;object-fit:cover;background:#eee}.news-card .body{padding:13px}.news-card h3{margin:4px 0 8px;font-size:20px;line-height:1.35}.listen{border:0;background:#eef4ff;color:var(--blue);font-weight:800;border-radius:7px;padding:7px 10px}.footer{margin-top:45px;background:#151515;color:#ddd}.footer .container{padding:32px 0;display:grid;grid-template-columns:2fr 1fr 1fr;gap:28px}.footer h3{color:#fff}.footer small{color:#aaa}
.article-wrap{max-width:860px;margin:28px auto}.article-wrap h1{font-size:42px;line-height:1.22;margin:12px 0}.article-img{width:100%;max-height:500px;object-fit:cover;border-radius:12px}.article-content{font-size:19px;line-height:1.85}.article-tools{display:flex;gap:10px;flex-wrap:wrap;margin:16px 0 24px}.btn{border:0;border-radius:8px;padding:10px 15px;font-weight:800}.btn-primary{background:var(--red);color:#fff}.btn-secondary{background:#eef2f7;color:#222}.btn-blue{background:var(--blue);color:#fff}.btn-green{background:var(--green);color:#fff}.btn-danger{background:#8d111b;color:#fff}.btn-outline{background:#fff;border:1px solid #ccc}.panel-page{background:#f4f6f8;min-height:100vh}.panel-shell{display:grid;grid-template-columns:240px 1fr;min-height:100vh}.sidebar{background:#151515;color:#fff;padding:20px 14px;position:sticky;top:0;height:100vh}.side-logo{background:#fff;border-radius:9px;padding:8px;margin-bottom:22px}.side-logo img{width:100%;height:62px;object-fit:contain}.side-link{display:block;width:100%;text-align:left;padding:11px 12px;border:0;border-radius:8px;color:#ddd;background:transparent;margin:4px 0}.side-link:hover,.side-link.active{background:var(--red);color:#fff}.panel-main{padding:24px}.panel-top{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:20px}.panel-top h1{margin:0;font-size:28px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:18px 0}.stat{background:#fff;border-radius:10px;padding:17px;border:1px solid #e5e8eb}.stat .n{font-size:30px;font-weight:800}.table-card,.form-card{background:#fff;border-radius:11px;border:1px solid #e1e5e8;overflow:hidden}.table{width:100%;border-collapse:collapse}.table th,.table td{text-align:left;padding:12px;border-bottom:1px solid #eee;vertical-align:top}.table th{background:#fafafa;font-size:13px;color:#555}.form-card{padding:18px}.field{margin-bottom:15px}.field label{display:block;font-weight:700;margin-bottom:6px}.field input,.field textarea,.field select{width:100%;padding:11px 12px;border:1px solid #cfd5dc;border-radius:8px;background:#fff}.field textarea{min-height:150px;resize:vertical}.upload-box{border:2px dashed #cfd5dc;border-radius:10px;padding:28px;text-align:center;background:#fafafa}.preview-img{width:100%;max-height:300px;object-fit:cover;border-radius:8px;margin-top:10px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.status{display:inline-block;padding:4px 8px;border-radius:999px;font-size:12px;font-weight:800}.status.pending{background:#fff1da;color:#8b4f00}.status.published{background:#e4f7eb;color:#166733}.status.draft{background:#eef1f4;color:#555}.status.review{background:#e9f0ff;color:#194e9d}.login-page{min-height:100vh;background:linear-gradient(135deg,#f6f6f6,#fff);display:grid;place-items:center;padding:20px}.login-card{width:min(430px,100%);background:#fff;border:1px solid #e1e1e1;border-radius:14px;padding:26px;box-shadow:var(--shadow)}.login-card img{display:block;width:88%;height:85px;object-fit:contain;margin:0 auto 16px}.login-card h1{text-align:center;font-size:24px}.demo-note{font-size:13px;background:#fff7e7;border:1px solid #f1d7a5;border-radius:8px;padding:10px;margin-top:12px}.toast{position:fixed;right:20px;bottom:20px;background:#161616;color:#fff;padding:11px 15px;border-radius:8px;z-index:99}.search-input{min-width:260px;padding:9px 11px;border:1px solid #ccc;border-radius:8px}
@media(max-width:850px){.brandbar .container{justify-content:center}.adbox{display:none}.masthead{height:78px;width:100%}.hero{grid-template-columns:1fr}.lead-card{min-height:360px}.latest{display:none}.grid3{grid-template-columns:1fr 1fr}.footer .container{grid-template-columns:1fr}.panel-shell{grid-template-columns:1fr}.sidebar{position:relative;height:auto;display:flex;align-items:center;gap:5px;overflow:auto;padding:9px}.side-logo{display:none}.side-link{white-space:nowrap;margin:0}.panel-main{padding:14px}.stats{grid-template-columns:1fr 1fr}.form-grid{grid-template-columns:1fr}.article-wrap h1{font-size:32px}}
@media(max-width:560px){.topbar .container{font-size:11px}.nav a{padding:10px 9px}.nav .newsroom{margin-left:0}.lead-card{min-height:330px}.lead-title{font-size:27px}.grid3{grid-template-columns:1fr}.news-card img{height:210px}.article-wrap{padding:0 14px;margin-top:20px}.article-wrap h1{font-size:29px}.article-content{font-size:18px}.stats{grid-template-columns:1fr 1fr}.panel-top{align-items:flex-start;flex-direction:column}.search-input{min-width:100%;width:100%}.table-card{overflow:auto}.table{min-width:720px}}
.side-spacer{flex:1}.sidebar{display:flex;flex-direction:column;min-height:100vh}.sidebar button{margin:8px 14px}.status.pending{background:#fff1c7;color:#7d5a00}.status.draft{background:#e9eef6;color:#36445a}.status.published{background:#dcfce7;color:#166534}.status.returned{background:#fee2e2;color:#991b1b}
/* BUILD 03.1 newsroom visual refresh */
:root{--brand-blue:#1557e8;--brand-red:#ed1c2e;--panel-bg:#f4f8ff;--panel-line:#dce7f8}
.panel-page{background:var(--panel-bg);min-height:100vh}.panel-shell{grid-template-columns:230px minmax(0,1fr)}
.sidebar{background:#fff;color:#183b72;border-right:1px solid #dbe6f7;box-shadow:4px 0 18px rgba(24,75,150,.06);padding:18px 14px}.side-logo{background:transparent;padding:0 4px;margin-bottom:18px}.side-logo img{height:auto;max-height:74px}.userbox{padding:12px;margin-bottom:12px;background:#f3f7ff;border-radius:12px;overflow:hidden}.userbox b{display:block;font-size:12px;overflow:hidden;text-overflow:ellipsis}.userbox small{display:inline-block;margin-top:5px;background:var(--brand-blue);color:#fff;border-radius:20px;padding:3px 8px;font-weight:800}.side-link{color:#244978;font-weight:750}.side-link:hover,.side-link.active{background:linear-gradient(135deg,#1765ff,#0d51df);color:#fff;box-shadow:0 8px 18px rgba(21,87,232,.2)}.sidebar .btn-secondary{background:#fff1f2;color:var(--brand-red);border:1px solid #ffcbd1}
.panel-main{padding:0 18px 0;min-width:0}.newsroom-head{height:74px;margin:0 -18px 20px;padding:9px 24px;display:flex;align-items:center;gap:20px;background:#fff;border-bottom:1px solid #dbe6f7}.newsroom-head img{width:210px;height:55px;object-fit:contain}.newsroom-tag{font-weight:800;color:#264775;border-left:1px solid #dbe6f7;padding-left:20px}.head-user{margin-left:auto;display:flex;align-items:center;gap:12px;font-size:12px;color:#46638a}.head-user small{background:var(--brand-blue);color:#fff;border-radius:16px;padding:5px 9px;font-weight:800}.panel-footer{margin:24px -18px 0;background:linear-gradient(90deg,#1460f2,#0753dd);color:#fff;padding:16px 22px;font-size:12px}.panel-footer span{float:right}.welcome,.new-hero{background:linear-gradient(135deg,#eaf3ff,#f8fbff);border:1px solid #d3e4ff;border-radius:14px;padding:24px 32px;display:flex;justify-content:space-between;align-items:center;overflow:hidden}.welcome h1,.new-hero h1{color:#123b82;margin:0 0 6px;font-size:31px}.welcome p,.new-hero p{margin:0;color:#45648d}.welcome-mark,.new-hero>span{font-size:64px;filter:drop-shadow(0 8px 10px rgba(0,0,0,.12))}.stats.modern{gap:12px}.stats.modern .stat{display:flex;align-items:center;gap:14px;border-color:#d9e5f6;box-shadow:0 5px 16px rgba(32,80,150,.04)}.stats.modern .stat>span{width:52px;height:52px;border-radius:14px;display:grid;place-items:center;color:#fff;font-size:25px}.stat.blue>span{background:#1460f2}.stat.orange>span{background:#ff9700}.stat.green>span{background:#0eaf57}.stat.red>span{background:#ec2636}.stats.modern .stat div{display:grid}.stats.modern .stat small{font-weight:800;color:#33547d}.stats.modern .stat b{font-size:29px;color:#163861}.stats.modern .stat em{font-size:11px;color:#7285a1;font-style:normal}.dash-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(310px,.75fr);gap:14px}.action-hero{background:linear-gradient(135deg,#0e59e8,#1467ff);color:#fff;border-radius:14px;padding:24px 30px;display:flex;justify-content:space-between;align-items:center;min-height:180px}.action-hero h2{font-size:25px;margin:0 0 6px}.action-hero p{opacity:.9}.camera-mark{font-size:74px}.big-red{background:linear-gradient(135deg,#ff2938,#e51123);color:#fff;padding:13px 25px;box-shadow:0 7px 16px rgba(220,20,45,.2)}.empty-news{text-align:center;margin-top:14px;min-height:290px}.empty-news h2{text-align:left}.empty-icon{font-size:45px;color:#7593bd;margin:30px auto 10px}.recent-row{display:flex;justify-content:space-between;gap:12px;text-align:left;padding:12px;border-top:1px solid #e6edf8}.recent-row small{display:block;color:#7b8da5}.quick h2,.guide h2{color:#214b83}.quick-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.quick-grid button{border:1px solid #d4e1f5;background:#fff;border-radius:12px;padding:18px 8px;color:#1655b8;font-size:25px}.quick-grid b{display:block;font-size:13px;margin-top:8px}.guide{margin-top:14px}.guide p{font-size:13px;color:#49678f}.crumb{font-size:13px;color:#4c6d9a;margin-bottom:12px}.new-hero{background:linear-gradient(135deg,#0f5be9,#1c70ff);color:#fff;margin-bottom:14px}.new-hero h1,.new-hero p{color:#fff}.news-form-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(380px,.85fr);gap:14px}.numbered{margin-bottom:14px;border-color:#d9e5f6;box-shadow:0 5px 16px rgba(32,80,150,.035)}.numbered h2{font-size:17px;color:#234879;margin-top:0}.numbered h2 i{font-style:normal;display:inline-grid;place-items:center;width:28px;height:28px;border-radius:50%;background:var(--brand-blue);color:#fff;margin-right:7px}.numbered h2 i.red-i{background:var(--brand-red)}.rich-text{min-height:190px!important}.voice-row{display:flex;gap:10px}.upload-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:12px}.upload-tabs button{border:1px solid #d6e3f6;border-radius:8px;background:#f7faff;padding:10px;color:#25528d;font-weight:800}.upload-tabs .active{background:var(--brand-blue);color:#fff}.modern-upload{display:flex;flex-direction:column;align-items:center;gap:5px;color:#1757b9;font-size:36px;background:#f8fbff;border-color:#84b1ff}.modern-upload b{font-size:15px}.modern-upload small{font-size:11px;color:#7389a7}.location-tools{display:grid;grid-template-columns:170px 1fr;gap:12px;align-items:stretch;margin-bottom:12px}.map-box{border:1px solid #d5e2f3;background:linear-gradient(135deg,#e7f3ee,#eef5ff);border-radius:9px;display:grid;place-items:center;color:#235492;font-weight:800;min-height:45px}.form-grid.three{grid-template-columns:2fr .8fr .8fr}.voice-rec{display:flex;align-items:center;gap:12px;border-radius:10px;background:#fff7f8;padding:10px}.voice-rec .mic{width:44px;height:44px;border:0;border-radius:50%;background:#ffe1e5;color:red}.voice-rec div{flex:1;color:#6e7890}.tips{background:#fffdf4;border:1px solid #f3e6a7;border-radius:12px;padding:14px 18px;display:grid;gap:5px;color:#50617a;font-size:12px}.tips b{color:#173e76;font-size:15px}.draft-preview{background:#f8fbff}.form-actions{position:sticky;bottom:0;z-index:10;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);border:1px solid #dce7f8;border-radius:12px;padding:12px;display:flex;justify-content:flex-end;gap:10px;margin-top:4px;box-shadow:0 -5px 20px rgba(20,70,140,.08)}
@media(max-width:1050px){.panel-shell{grid-template-columns:190px 1fr}.newsroom-tag{display:none}.dash-grid,.news-form-layout{grid-template-columns:1fr}.head-user span{display:none}.form-grid.three{grid-template-columns:1fr 1fr 1fr}}
@media(max-width:760px){.panel-shell{display:block}.sidebar{position:relative;height:auto;min-height:auto;display:flex;flex-direction:row;overflow:auto;padding:8px}.sidebar .userbox,.sidebar .side-spacer,.sidebar button{display:none}.side-link{white-space:nowrap}.panel-main{padding:0 10px}.newsroom-head{margin:0 -10px 12px;height:62px;padding:7px 12px}.newsroom-head img{width:160px}.head-user b{display:none}.welcome,.new-hero{padding:18px}.welcome h1,.new-hero h1{font-size:24px}.welcome-mark,.new-hero>span{font-size:42px}.stats.modern{grid-template-columns:1fr 1fr}.dash-grid,.news-form-layout{grid-template-columns:1fr}.form-grid.three{grid-template-columns:1fr}.location-tools{grid-template-columns:1fr}.form-actions{flex-direction:column}.form-actions .btn{width:100%}.panel-footer span{float:none;display:block;margin-top:6px}}

/* BUILD 03.2 — unified Lokbhavan brand system (public + newsroom) */
:root{
  --red:#e31e2b;
  --red2:#f12637;
  --blue:#1557e8;
  --blue2:#0b4ed8;
  --ink:#14345f;
  --muted:#64748b;
  --line:#dce7f8;
  --soft:#f5f9ff;
  --white:#fff;
  --green:#13964d;
  --orange:#ef8b00;
  --shadow:0 10px 28px rgba(25,82,165,.10);
}
body{background:#f8fbff;color:#17365f}
.topbar{background:#fff;color:#365b8e;border-bottom:1px solid #e3ecf9;font-weight:700}
.brandbar{background:#fff;border-bottom:1px solid #dce7f8}
.brandbar .container{padding:12px 0}
.masthead{height:78px;max-width:430px;width:auto;object-fit:contain;object-position:left center}
.adbox{height:64px;background:linear-gradient(135deg,#f7faff,#eef5ff);border:1px dashed #a9c4ee;color:#6784ad}
.nav{background:linear-gradient(90deg,var(--blue),#0d62ee);box-shadow:0 5px 16px rgba(21,87,232,.18)}
.nav a,.nav button{font-weight:800}
.nav a:hover,.nav button:hover{background:rgba(255,255,255,.14)}
.nav .newsroom{background:var(--red);color:#fff;border-radius:8px;box-shadow:0 5px 12px rgba(227,30,43,.25)}
.breaking{background:#fff;border-bottom:1px solid #dce7f8;box-shadow:0 3px 10px rgba(20,70,140,.04)}
.breaking-label{background:var(--red);border-radius:6px;font-weight:900}
.ticker{color:#183f78}
.hero{padding-top:22px}
.lead-card,.latest,.news-card,.article-wrap{border-color:#dce7f8}
.lead-card{box-shadow:0 12px 30px rgba(20,73,145,.15)}
.badge{background:var(--red);box-shadow:0 3px 8px rgba(227,30,43,.15)}
.section-title{color:#174f9f;border-bottom-color:var(--blue);position:relative}
.section-title:after{content:"";width:72px;height:3px;background:var(--red);position:absolute;left:0;bottom:-3px}
.latest{background:#fff;box-shadow:0 8px 20px rgba(20,70,140,.05)}
.latest-item:hover{background:#f7faff}
.news-card{border:1px solid #dce7f8;box-shadow:0 5px 15px rgba(20,70,140,.035)}
.news-card:hover{box-shadow:0 12px 25px rgba(20,70,140,.12)}
.news-card h3{color:#173f75}
.listen{background:#eaf2ff;color:var(--blue);border:1px solid #cfe0ff}
.listen:hover{background:var(--blue);color:#fff}
.footer{background:linear-gradient(90deg,#0d4fd3,#1565f2);color:#e9f2ff;border-top:4px solid var(--red)}
.footer h3{color:#fff}.footer small{color:#cbdcff}
.article-wrap{background:#fff;padding:28px;border:1px solid #dce7f8;border-radius:16px;box-shadow:0 10px 25px rgba(20,70,140,.06)}
.article-wrap h1{color:#123e7d}
.btn-primary{background:var(--red);color:#fff}.btn-blue{background:var(--blue);color:#fff}.btn-secondary{background:#edf4ff;color:#234c84;border:1px solid #d7e5fa}
.login-page{background:radial-gradient(circle at 10% 10%,#eaf3ff,transparent 40%),radial-gradient(circle at 90% 90%,#fff1f3,transparent 35%),#f7faff}
.login-card{border-color:#d8e6f8;box-shadow:0 20px 45px rgba(24,79,160,.12)}
.login-card img{height:92px;object-fit:contain}
.login-card h1{color:#174c98}
/* unify newsroom logo proportions */
.side-logo img,.newsroom-head img{object-fit:contain;object-position:left center}
.side-logo img{max-height:64px}
.newsroom-head img{width:215px;height:58px}
/* editor/admin polish */
.panel-top h1{color:#174c98}.table-card,.form-card{border-color:#dce7f8;box-shadow:0 6px 18px rgba(30,85,160,.04)}
.table th{background:#f2f7ff;color:#244d83}.table tr:hover td{background:#fbfdff}
@media(max-width:850px){.masthead{height:68px;max-width:330px}.brandbar .container{justify-content:center}.article-wrap{padding:20px}}
@media(max-width:560px){.masthead{height:58px;max-width:280px}.nav .container{gap:0}.nav a,.nav button{padding:10px 9px}.article-wrap{border-radius:10px;padding:16px}}

/* BUILD 03.3 — rapid production polish after deployment video audit */
.container{width:min(1320px,calc(100% - 36px))}
.topbar .container{min-height:36px}.public-motto{color:#164d9c}
.brandbar .container{padding:14px 0}.brand-lockup{display:flex;flex-direction:column;align-items:flex-start;gap:1px}.brand-lockup small{font-size:11px;font-weight:800;color:#5c78a0;letter-spacing:.2px;margin-left:5px}.masthead{height:92px;max-width:500px}.nav .container{min-height:48px}.nav a,.nav button{font-size:14px;padding:13px 14px}.nav .newsroom{padding:8px 14px}
.public-empty{padding-top:24px}.launch-hero{display:grid;grid-template-columns:1.35fr .65fr;align-items:center;min-height:300px;padding:38px 44px;border-radius:20px;background:linear-gradient(125deg,#0f5be9 0%,#176cff 63%,#f6f9ff 63%);box-shadow:0 14px 38px rgba(21,87,232,.16);overflow:hidden;color:#fff}.launch-kicker{display:inline-block;background:#fff;color:#1557e8;border-radius:999px;padding:6px 11px;font-weight:900;font-size:12px}.launch-hero h1{font-size:40px;line-height:1.18;margin:13px 0 10px}.launch-hero p{max-width:760px;font-size:17px;line-height:1.7;color:#eef5ff}.launch-actions{display:flex;gap:10px;margin-top:18px}.launch-actions .btn{padding:12px 18px}.launch-hero .btn-blue{background:#fff;color:#1557e8}.launch-logo{padding:25px}.launch-logo img{width:100%;max-height:150px;object-fit:contain;filter:drop-shadow(0 8px 16px rgba(0,0,0,.10))}
.category-hub{display:grid;grid-template-columns:repeat(8,1fr);gap:10px}.category-hub a{background:#fff;border:1px solid #dbe7f9;border-radius:14px;padding:18px 10px;text-align:center;box-shadow:0 5px 16px rgba(24,79,160,.04);transition:.2s}.category-hub a:hover{transform:translateY(-3px);border-color:#89b1f5;box-shadow:0 10px 22px rgba(24,79,160,.12)}.category-hub span{display:grid;place-items:center;width:44px;height:44px;margin:auto auto 8px;border-radius:12px;background:#eaf2ff;color:#1557e8;font-size:20px;font-weight:900}.category-hub b{display:block;color:#164a93}.category-hub small{font-size:10px;color:#8395ad}
.public-info-grid{display:grid;grid-template-columns:1.35fr .85fr .8fr;gap:14px;margin-top:22px}.info-panel{background:#fff;border:1px solid #dce7f8;border-radius:15px;padding:22px;box-shadow:0 6px 18px rgba(30,85,160,.04)}.info-panel h2{margin:0 0 14px;color:#154b96;font-size:20px}.info-panel p{color:#56708f;line-height:1.6}.empty-public-icon{font-size:38px;margin:10px 0}.contact-panel{border-top:4px solid #e31e2b}
.category-empty{grid-column:1/-1;min-height:280px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:#fff;border:1px solid #dce7f8;border-radius:16px;padding:30px}.category-empty>span{font-size:48px}.category-empty h2{color:#174c98;margin:10px}.category-empty p{max-width:560px;color:#627a99}
.login-card{width:min(500px,100%);padding:34px}.login-card img{height:110px}.login-card h1{font-size:28px;margin-bottom:6px}.login-card .field input{min-height:46px}.login-card .btn-primary{min-height:46px;font-size:16px}
.panel-shell{grid-template-columns:245px minmax(0,1fr)}.sidebar{padding:20px 16px}.side-logo img{max-height:72px}.side-link{padding:12px 13px}.panel-main{padding:0 24px}.newsroom-head{margin:0 -24px 22px;padding:9px 28px;height:82px}.newsroom-head img{width:240px;height:64px}.welcome{min-height:150px}.action-hero{min-height:190px}.stats.modern .stat{min-height:95px}.form-card{border-radius:14px}.quick-grid button{min-height:94px}.panel-footer{margin-left:-24px;margin-right:-24px}
@media(max-width:1100px){.category-hub{grid-template-columns:repeat(4,1fr)}.public-info-grid{grid-template-columns:1fr 1fr}.contact-panel{grid-column:1/-1}.launch-hero h1{font-size:34px}}
@media(max-width:760px){.container{width:min(100% - 20px,1320px)}.public-motto{display:none}.masthead{height:66px!important;max-width:320px!important}.brand-lockup{align-items:center}.nav .container{width:100%;padding-left:8px;padding-right:8px}.launch-hero{grid-template-columns:1fr;background:linear-gradient(145deg,#0f5be9,#176cff);padding:25px 20px}.launch-hero h1{font-size:28px}.launch-logo{display:none}.category-hub{grid-template-columns:repeat(2,1fr)}.public-info-grid{grid-template-columns:1fr}.contact-panel{grid-column:auto}.panel-main{padding:0 10px}.newsroom-head{margin:0 -10px 14px}.newsroom-head img{width:170px}.login-card{padding:24px}}
