.hamburger-hint{position:fixed;top:52px;left:16px;z-index:9999;display:flex;flex-direction:column;align-items:flex-start;pointer-events:none;animation:fadeInHint 1s ease-in-out}.hamburger-hint .hint-text{background:rgba(255, 200, 0, 0.92);color:#222;font-size:.78rem;font-weight:600;padding:4px 10px;border-radius:12px;white-space:nowrap;margin-left:8px}.hamburger-hint .hint-arrow{font-size:1.4rem;margin-left:4px;animation:bounce 1s infinite alternate}@keyframes bounce{from{transform:translateY(0)}to{transform:translateY(-6px)}}@keyframes fadeInHint{from{opacity:0}to{opacity:1}}/*# sourceMappingURL=hamburger-hint.css.map */
