.ss-ui-frame{position:absolute;inset:0;opacity:0;transition:opacity 1.8s cubic-bezier(.45,0,.55,1),transform 3s ease-out;padding:2.5rem;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;transform:scale(1.01);will-change:opacity,transform}.ss-ui-frame.active{opacity:1;transform:scale(1)}.ss-location-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem 2rem;width:100%;max-width:900px;margin:0 auto}.ss-location-item{font-size:.6rem;letter-spacing:.22em;text-transform:uppercase;opacity:.7;font-weight:400;border-bottom:1px solid currentColor;padding-bottom:.3rem;text-align:center;white-space:nowrap}.ss-vertical-text{writing-mode:vertical-rl;text-transform:uppercase;letter-spacing:.4em;font-size:.5rem;opacity:.5}.ss-center-clearance{height:12vh;min-height:90px;pointer-events:none}@media (max-width:1024px){.ss-ui-frame{padding:2rem}.ss-location-grid{max-width:700px;gap:.8rem}}@media (max-width:768px){.ss-ui-frame{padding:1.5rem}.ss-location-grid{grid-template-columns:repeat(2,1fr);gap:.6rem;max-width:100%}.ss-location-item{font-size:.55rem;padding-bottom:.2rem}.ss-hide-mobile{display:none}.ss-center-clearance{height:8vh}}