/* Shared page shell for "home" feature pages (tools-like title). UC-safe (no modern-only features). */
.home-shell{max-width:1100px;margin:0 auto;padding:10px 12px;}
.home-head{display:block;margin:6px 0 10px 0;}
.home-title{font-size:30px;font-weight:900;margin:6px 0;color:#0f172a;}
.home-title.red{color:#d60000;text-transform:uppercase;letter-spacing:.5px;text-shadow:0 2px 0 rgba(0,0,0,.06);}
.home-title.red:after{content:"";display:block;width:140px;height:4px;background:linear-gradient(90deg,#d60000,transparent);border-radius:999px;margin-top:6px;}
.home-sub{color:#2e7d32;font-size:15px;margin:0 0 10px 0;}

/* Make legacy pages that still have .user-right content not overflow */
.home-shell img{max-width:100%;}
