/* Homepage destinations only; the existing app shell remains intact. */
.home-feature-panel{display:grid;grid-template-columns:minmax(0,1fr);gap:12px;margin:0 0 18px;padding:14px;background:#b7e8f8;border-radius:28px}
.home-feature-panel .home-feature{display:grid;grid-template-columns:minmax(0,1.06fr) minmax(0,1fr);align-items:stretch;gap:13px;min-width:0;min-height:0;padding:10px;border-radius:24px;background:#fff;box-shadow:0 3px 0 #78c5e329;overflow:hidden}
.home-feature-art{display:block;min-width:0;min-height:142px;border-radius:17px;overflow:hidden;background:#fff7df}
.home-feature-art img{display:block;width:100%;height:100%;max-height:190px;object-fit:cover}
.home-feature[data-feature="watch"] .home-feature-art img{object-fit:cover;object-position:28% center}
.home-feature[data-feature="songs"] .home-feature-art img{object-fit:contain;background:#d8f9e8}
.home-feature[data-feature="game"] .home-feature-art img{object-fit:contain;background:#fff8e4}
.home-feature-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:8px;min-width:0;padding:7px 4px 7px 0}
.home-feature-panel .home-feature h3{display:inline-block;max-width:100%;margin:0;padding:4px 15px;border-radius:30px;color:#fff;background:#ffac00;font-size:21px;line-height:1.4;font-weight:800;letter-spacing:0;white-space:nowrap}
.home-feature-panel .home-feature[data-feature="songs"] h3{background:#3598f3}
.home-feature-panel .home-feature[data-feature="game"] h3{background:#67bd42}
.home-feature-description{display:block;color:#607185;font-size:14px;font-weight:700;line-height:1.65;overflow-wrap:anywhere}
.home-feature-action{display:flex;align-items:center;justify-content:center;gap:9px;width:100%;max-width:240px;min-height:48px;margin-top:2px;padding:9px 12px;border-radius:28px;background:linear-gradient(120deg,#ffde46,#ffcc12);color:#593c0b;font-size:18px;font-weight:800;line-height:1.4;white-space:nowrap;box-shadow:0 3px 0 #f4b80f30}
.home-feature-action>.icon{width:22px;height:22px;fill:currentColor;stroke:currentColor}
.home-feature-panel .home-feature:hover{transform:translateY(-2px);box-shadow:0 5px 10px #448bb524}
.home-feature-panel .home-feature:active{transform:translateY(1px)}
.home-feature:focus-visible{outline:3px solid #176de7;outline-offset:3px}
.entry-grid.home-shortcuts{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.home-shortcuts .home-shortcut{display:flex;align-items:center;gap:12px;min-width:0;min-height:102px;padding:18px;border:1px solid #e5eae3;border-radius:20px;background:#fff;box-shadow:0 3px 0 #37645408}
.home-shortcut-icon{display:grid;place-items:center;flex:0 0 44px;width:44px;height:44px;border-radius:15px;color:#a87010;background:#fff3cb}
.home-shortcut-icon>.icon{width:26px;height:26px;stroke-width:1.9}
.home-shortcut[data-shortcut="cards"] .home-shortcut-icon{color:#347cad;background:#e5f3ff}
.home-shortcut[data-shortcut="calendar"] .home-shortcut-icon{color:#42846b;background:#e6f5eb}
.home-shortcut[data-shortcut="badges"] .home-shortcut-icon{color:#c67d27;background:#fff0d9}
.home-shortcut-copy{display:flex;flex-direction:column;gap:5px;min-width:0}
.home-shortcuts .home-shortcut h3{margin:0;color:#294f41;font-size:17px;font-weight:800;line-height:1.4;letter-spacing:0}
.home-shortcut-description{color:#738079;font-size:12px;line-height:1.5;overflow-wrap:anywhere}
.home-shortcuts .home-shortcut:hover{border-color:#b3d6c8;box-shadow:0 4px 12px #3764540c;transform:translateY(-2px)}
.home-shortcuts .home-shortcut:active{transform:translateY(1px)}
.home-shortcut:focus-visible{outline:3px solid #176de7;outline-offset:3px}
@media(min-width:1100px){
 .entry-grid.home-shortcuts{grid-template-columns:repeat(4,minmax(0,1fr))}
 .home-shortcuts .home-shortcut{gap:10px;padding:16px 12px;min-height:96px}
 .home-shortcut-icon{flex-basis:38px;width:38px;height:38px;border-radius:13px}
 .home-shortcut-icon>.icon{width:24px;height:24px}
 .home-shortcuts .home-shortcut h3{font-size:16px}
}
@media(max-width:640px){
 .entry-grid.home-shortcuts{gap:10px}
 .home-shortcuts .home-shortcut{gap:10px;min-height:96px;padding:14px 12px;border-radius:18px}
 .home-shortcut-icon{flex-basis:34px;width:34px;height:38px;border-radius:12px}
 .home-shortcut-icon>.icon{width:23px;height:23px}
 .home-shortcuts .home-shortcut h3{font-size:15px}
 .home-shortcut-description{font-size:11px}
}
@media(max-width:365px){
 .home-shortcuts .home-shortcut{gap:8px;padding-inline:10px}
 .home-shortcut-icon{flex-basis:30px;width:30px;height:36px;border-radius:11px}
 .home-shortcut-icon>.icon{width:21px;height:21px}
 .home-shortcuts .home-shortcut h3{font-size:14px}
}
@media(min-width:1100px){
 .home-feature-panel{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
 .home-feature-panel .home-feature{grid-template-columns:minmax(0,.96fr) minmax(0,1fr);gap:10px;padding:9px}
 .home-feature-art{min-height:140px}
 .home-feature-art img{object-fit:contain}
 .home-feature-copy{gap:8px;padding-right:0}
 .home-feature-panel .home-feature h3{padding:4px 10px;font-size:16px}
 .home-feature-description{font-size:11px;line-height:1.6}
 .home-feature-action{gap:5px;padding:8px 6px;font-size:14px;min-height:44px}
 .home-feature-action>.icon{width:18px;height:18px}
}
@media(max-width:640px){
 .home-feature-panel{gap:10px;padding:11px;border-radius:25px}
 .home-feature-panel .home-feature{gap:12px;padding:8px;border-radius:21px}
 .home-feature-art{min-height:126px;border-radius:15px}
 .home-feature-art img{max-height:160px;object-fit:cover}
 .home-feature-copy{gap:7px;padding:5px 0}
 .home-feature-panel .home-feature h3{padding:4px 12px;font-size:17px}
 .home-feature-description{font-size:12px;line-height:1.5}
 .home-feature-action{min-height:44px;padding:8px 7px;gap:7px;font-size:16px}
 .home-feature-action>.icon{width:19px;height:19px}
}
@media(max-width:365px){
 .home-feature-panel{padding:9px;gap:10px}
 .home-feature-panel .home-feature{gap:9px;padding:7px}
 .home-feature-art{min-height:120px}
 .home-feature-panel .home-feature h3{padding:4px 8px;font-size:15px}
 .home-feature-description{font-size:11px}
 .home-feature-action{font-size:14px;gap:5px;padding-inline:5px}
}
