.atlas-shell{--atlas-bg:#f7f5f0;--atlas-bg2:#efece6;--atlas-card:#fff;--atlas-card2:#fafaf7;--atlas-shadow:0 1px 3px rgba(27,42,74,.06),0 6px 24px rgba(27,42,74,.04);--atlas-shadow-hover:0 2px 8px rgba(27,42,74,.08),0 12px 40px rgba(27,42,74,.06);background:var(--atlas-bg);font-family:var(--font-body);color:#1b2a4a}.atlas-shell .atlas-card{background:var(--atlas-card);border-radius:14px;box-shadow:var(--atlas-shadow);transition:box-shadow .3s ease,transform .3s ease;border:1px solid rgba(27,42,74,.05)}.atlas-shell .atlas-card:hover{box-shadow:var(--atlas-shadow-hover);transform:translateY(-1px)}.atlas-shell .atlas-nav-item{transition:all .2s ease;border-inline-start:3px solid transparent}.atlas-shell .atlas-nav-active,.atlas-shell .atlas-nav-item:hover{background:#e6f3ec!important;color:#1a6b3c!important}.atlas-shell .atlas-nav-active{border-inline-start-color:#1a6b3c!important;font-weight:600!important}.atlas-shell ::-webkit-scrollbar{width:6px}.atlas-shell ::-webkit-scrollbar-track{background:transparent}.atlas-shell ::-webkit-scrollbar-thumb{background:rgba(26,107,60,.15);border-radius:10px}.atlas-shell ::-webkit-scrollbar-thumb:hover{background:rgba(26,107,60,.25)}.atlas-shell .atlas-geo{background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%231A6B3C' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.atlas-shell table tbody tr{transition:background .15s}.atlas-shell table tbody tr:hover{background:#e6f3ec!important}@keyframes atlas-rise{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.atlas-shell .atlas-rise{animation:atlas-rise .6s cubic-bezier(.22,1,.36,1) both}