.home-page{padding:0 10px 10px;background:radial-gradient(circle at 50% 22%,rgba(32,123,211,.25),transparent 36%),linear-gradient(180deg,#061329 0%,#03101e 63%,#020812 100%);display:flex;flex-direction:column}.home-top{padding-top:calc(var(--safe-top) + 10px);height:calc(68px + var(--safe-top));display:grid;grid-template-columns:48px 1fr 48px;align-items:center}.home-brand{text-align:center}.home-brand h1{margin:0;font-size:24px;font-weight:900;letter-spacing:-.8px;text-shadow:0 2px 18px rgba(0,0,0,.65)}.home-brand p{margin:2px 0 0;font-size:12px;color:#d4e5f2}.home-tool{width:44px;height:44px;border-radius:50%;font-size:23px;background:rgba(8,30,53,.76);border-color:rgba(185,232,255,.5);box-shadow:0 0 18px rgba(58,172,255,.12)}.home-map{position:relative;flex:1;min-height:0;margin:2px -10px 10px;overflow:hidden;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.12);background:#d9d8c5}.map-art{position:absolute;inset:0;width:100%;height:100%;display:block}.home-map__shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,13,27,.04),rgba(2,10,19,.22))}.home-map__marker{position:absolute;left:50%;top:48%;width:34px;height:44px;transform:translate(-50%,-50%);filter:drop-shadow(0 4px 8px rgba(0,0,0,.45))}.home-map__marker:before{content:"";position:absolute;left:50%;top:2px;width:28px;height:28px;transform:translateX(-50%) rotate(45deg);border-radius:50% 50% 50% 5px;background:#0877ff;border:3px solid white;box-shadow:0 0 18px rgba(0,130,255,.9)}.home-map__marker:after{content:"";position:absolute;left:50%;top:12px;width:9px;height:9px;transform:translateX(-50%);border-radius:50%;background:white}.home-map__zoom{position:absolute;right:10px;top:10px;display:flex;flex-direction:column;gap:6px}.home-map__zoom button{width:36px;height:36px;border-radius:12px;background:rgba(255,255,255,.82);color:#10253b;font-size:22px;box-shadow:0 3px 12px rgba(0,0,0,.22)}.home-map__label{position:absolute;left:12px;bottom:9px;padding:5px 8px;border-radius:9px;background:rgba(4,15,27,.65);color:#fff;font-size:9px;backdrop-filter:blur(8px)}
.home-menu{display:grid;grid-template-columns:1fr 1fr;gap:9px}.home-menu__item{min-height:78px;display:grid;grid-template-columns:43px 1fr 18px;gap:8px;align-items:center;padding:11px 12px;border-radius:20px;border:1.5px solid rgba(255,255,255,.34);background:rgba(13,31,51,.78);box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 10px 25px rgba(0,0,0,.25)}.home-menu__icon{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;font-size:27px;background:rgba(255,255,255,.08);filter:drop-shadow(0 0 8px currentColor)}.home-menu__item strong{display:block;font-size:16px;line-height:1.1}.home-menu__item small{display:block;font-size:10px;color:#d1deea;margin-top:4px}.home-menu__arrow{font-size:32px;font-weight:300;color:#fff;text-shadow:0 0 12px currentColor}.home-menu__item.green{border-color:rgba(88,243,143,.72);background:linear-gradient(135deg,rgba(2,76,47,.86),rgba(6,36,28,.78))}.home-menu__item.green .home-menu__icon,.home-menu__item.green .home-menu__arrow{color:var(--green)}.home-menu__item.blue{border-color:rgba(77,183,255,.7);background:linear-gradient(135deg,rgba(5,62,104,.88),rgba(7,31,54,.8))}.home-menu__item.blue .home-menu__icon,.home-menu__item.blue .home-menu__arrow{color:var(--blue)}.home-menu__item.gold{border-color:rgba(255,211,77,.78);background:linear-gradient(135deg,rgba(91,70,5,.88),rgba(44,34,5,.8))}.home-menu__item.gold .home-menu__icon,.home-menu__item.gold .home-menu__arrow{color:var(--gold)}.home-menu__item.purple{border-color:rgba(179,136,255,.72);background:linear-gradient(135deg,rgba(42,31,82,.88),rgba(20,22,51,.8))}.home-menu__item.purple .home-menu__icon,.home-menu__item.purple .home-menu__arrow{color:var(--purple)}.home-footer{text-align:center;padding:6px 0 calc(var(--safe-bottom) + 1px);font-size:9px;color:#8ba2b8}
@media(max-width:370px){.home-brand h1{font-size:21px}.home-menu__item{min-height:70px;padding:9px}.home-menu__item strong{font-size:14px}.home-menu__item small{font-size:9px}.home-menu__icon{width:38px;height:38px;font-size:23px}}