
.gm-trigger{display:inline-flex;align-items:center;gap:7px;background:none;border:0;padding:12px 0;color:#b9c6d9;font-family:inherit;font-weight:600;font-size:14px;line-height:1.4;cursor:pointer;white-space:nowrap;}
.gm-trigger svg{width:14px;height:14px;}
.gm-trigger:hover,.gm-trigger[aria-expanded=true]{color:#aab4ff;}
.gm-trigger[aria-expanded=true] svg{transform:rotate(180deg);}
.gm-backdrop{position:fixed;inset:0;background:rgba(0,5,12,.65);z-index:49;}
.gm-panel{position:fixed;left:0;right:0;top:var(--gm-top,170px);max-height:calc(100dvh - var(--gm-top,170px));overflow:auto;background:#101722;color:#f4f7ff;border-block:1px solid #2c3749;box-shadow:0 24px 40px rgba(0,0,0,.3);font-family:'Space Grotesk',sans-serif;z-index:60;}
.gm-panel[hidden],.gm-backdrop[hidden]{display:none!important;}
.gm-inner{max-width:1380px;margin:auto;padding:26px 40px 20px;}
.gm-head{display:flex;align-items:center;justify-content:space-between;gap:20px;}
.gm-head h2{font-size:23px;line-height:1.2;margin:0;color:#f4f7ff;letter-spacing:-.025em;}
.gm-head p{font-size:13px;color:#b9c6d9;margin:7px 0 0;}
.gm-close{width:44px;height:44px;display:grid;place-items:center;background:transparent;border:1px solid #43516a;border-radius:8px;color:#d9e3f4;cursor:pointer;}
.gm-close svg{width:20px;height:20px;}
.gm-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;margin:22px 0;}
.gm-card{display:flex;flex-direction:column;min-width:0;padding:12px 14px 18px;text-decoration:none!important;color:#f4f7ff;border-radius:10px;background:transparent;}
.gm-card:hover,.gm-card:focus-visible{background:#1b2534;}
.gm-art{height:145px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;}
.gm-art img{width:150px;height:145px;object-fit:contain;}
.gm-card h3{font-size:19px;margin:0 0 9px;color:var(--gm-color);line-height:1.3;}
.gm-card p{font-size:13px;line-height:1.55;color:#b9c6d9;margin:0 0 16px;min-height:42px;}
.gm-range{font-size:13px;color:#edf3ff;font-weight:600;margin-top:auto;}
.gm-link{display:flex;align-items:center;justify-content:space-between;color:var(--gm-color);font-size:13px;font-weight:600;margin-top:18px;}
.gm-link svg{width:17px;height:17px;}
.gm-foot{display:flex;align-items:center;gap:24px;border-top:1px solid #2c3749;padding-top:16px;flex-wrap:wrap;}
.gm-foot a{font-size:14px;font-weight:600;color:#acb7ff;min-height:44px;display:inline-flex;align-items:center;text-decoration:none;}
.gm-foot a:nth-child(2){color:#65e696;}
.gm-foot small{margin-left:auto;font-size:11px;color:#b9c6d9;max-width:280px;line-height:1.5;}
.gm-panel a:focus-visible,.gm-panel button:focus-visible,.gm-trigger:focus-visible{outline:3px solid #aab4ff;outline-offset:3px;}
@media(max-width:1000px){.gm-inner{padding:20px 24px;}.gm-grid{gap:6px;}.gm-card{padding:8px;}.gm-art,.gm-art img{height:110px;}.gm-art img{width:110px;}.gm-card h3{font-size:16px;}.gm-range{font-size:12px;}}
@media(max-width:767px){.gm-inner{padding:18px 20px;}.gm-head h2{font-size:21px;}.gm-head p{max-width:240px;}.gm-grid{grid-template-columns:1fr;margin:16px 0;gap:0;}.gm-card{display:grid;grid-template-columns:70px 1fr;column-gap:15px;border-radius:0;border-top:1px solid #293448;padding:16px 0;}.gm-art{grid-column:1;grid-row:1 / 5;height:84px;margin:0;align-self:center;}.gm-art img{width:70px;height:84px;}.gm-card h3{grid-column:2;margin-bottom:4px;}.gm-card p{grid-column:2;min-height:0;margin-bottom:7px;font-size:12px;}.gm-range,.gm-link{grid-column:2;}.gm-link{margin-top:8px;}.gm-foot{gap:4px 18px;}.gm-foot small{margin-left:0;max-width:none;}.gm-close{flex-shrink:0;}}

/* Feedback and spatial continuity: short, interruptible, no idle animation. */
.gm-panel{--gm-ease:cubic-bezier(.23,1,.32,1);transform-origin:28% top;opacity:1;transform:translateY(0);transition:opacity 180ms var(--gm-ease),transform 180ms var(--gm-ease),display 180ms allow-discrete;}
.gm-panel[hidden]{opacity:0;transform:translateY(-8px);}
.gm-backdrop{opacity:1;transition:opacity 180ms cubic-bezier(.23,1,.32,1),display 180ms allow-discrete;}
.gm-backdrop[hidden]{opacity:0;}
@starting-style{.gm-panel:not([hidden]){opacity:0;transform:translateY(-8px);}.gm-backdrop:not([hidden]){opacity:0;}}
.gm-panel[data-instant=true],.gm-backdrop[data-instant=true]{transition:none;}
.gm-art{position:relative;height:175px;margin-bottom:18px;isolation:isolate;}
.gm-art::before{content:'';position:absolute;inset:12% 0 0;background:radial-gradient(ellipse at 50% 65%,color-mix(in srgb,var(--gm-color) 20%,transparent),transparent 68%);opacity:.45;z-index:-1;transition:opacity 160ms ease;}
.gm-art .gm-pc{width:180px;height:175px;max-width:100%;object-fit:contain;filter:drop-shadow(0 12px 9px rgba(0,0,0,.35));transition:transform 160ms cubic-bezier(.23,1,.32,1);}
.gm-art .gm-emblem{position:absolute;right:0;bottom:0;width:38px;height:42px;object-fit:contain;}
.gm-link svg{transition:transform 160ms cubic-bezier(.23,1,.32,1);}
@media(hover:hover) and (pointer:fine){.gm-card:hover .gm-pc{transform:translateY(-6px) scale(1.045);}.gm-card:hover .gm-art::before{opacity:1;}.gm-card:hover .gm-link svg{transform:translateX(4px);}}
.gm-card:active .gm-pc{transform:scale(.98);}
@media(max-width:1000px){.gm-art{height:135px;}.gm-art .gm-pc{height:135px;width:145px;}.gm-art .gm-emblem{width:29px;height:34px;}}
@media(max-width:767px){.gm-art{height:95px;margin:0;}.gm-art .gm-pc{width:78px;height:95px;max-width:none;}.gm-art .gm-emblem{width:24px;height:28px;right:-5px;bottom:-4px;}}
@media(prefers-reduced-motion:reduce){.gm-panel{transform:none!important;transition:opacity 150ms ease,display 150ms allow-discrete;}.gm-art .gm-pc,.gm-link svg{transform:none!important;transition:none;}.gm-panel[data-instant=true]{transition:none;}}

.nav-main .gm-trigger{padding:10px 14px;}.gm-trigger svg{vertical-align:middle;}@media(max-width:1100px){.nav-main.open .gm-trigger{justify-content:center;}}
