:root{--amber:#ba955e;--amber-soft:rgba(186,149,94,.14);--amber-border:rgba(186,149,94,.5)}.note-fn,.note-tip{color:inherit;text-decoration:underline dotted var(--amber);text-decoration-thickness:1px;text-underline-offset:3px}.note-tip{position:relative;cursor:help}.note-fn{cursor:pointer;text-decoration-color:var(--amber-border)}.note-fn:focus-visible,.note-tip:focus-visible{outline:1px dotted var(--amber);outline-offset:2px}.note-tip-bubble{position:absolute;left:50%;top:calc(100% + 10px);transform:translate(-50%,4px);font-family:var(--font-mono);font-size:12px;line-height:1.55;background:#fff;color:#555;border:1px solid var(--border-color-dark,rgba(55,65,81,.3));border-radius:8px;padding:10px 12px;width:min(280px,72vw);opacity:0;pointer-events:none;transition:opacity .18s ease,transform .18s ease;z-index:3;box-shadow:0 6px 20px rgba(0,0,0,.15)}.note-tip-bubble:before{content:"";position:absolute;left:50%;top:-5px;transform:translateX(-50%) rotate(45deg);width:8px;height:8px;background:inherit;border-left:1px solid var(--border-color-dark,rgba(55,65,81,.3));border-top:1px solid var(--border-color-dark,rgba(55,65,81,.3))}.note-tip-bubble:after{content:"";position:absolute;left:0;right:0;top:-12px;height:12px}.note-tip:focus .note-tip-bubble,.note-tip:focus-within .note-tip-bubble,.note-tip:hover .note-tip-bubble{opacity:1;transform:translate(-50%);pointer-events:auto}.dark .note-tip-bubble{background:#1a1a1a;color:#bbb;border-color:rgba(229,231,235,.18);box-shadow:0 6px 20px rgba(0,0,0,.45)}.dark .note-tip-bubble:before{border-left-color:rgba(229,231,235,.18);border-top-color:rgba(229,231,235,.18)}.note-fn sup{color:var(--amber);font-size:10px;font-weight:500;margin-left:1px}.note-fn sup,.note-fn-aside{font-family:var(--font-mono)}.note-fn-aside{display:block;font-size:12.5px;line-height:1.6;color:inherit;background:var(--amber-soft);border-left:2px solid var(--amber);padding:0 10px;border-radius:0 4px 4px 0;margin:0 0 0 1.25em;max-height:0;overflow:hidden;opacity:0;transition:max-height .25s ease,opacity .2s ease,margin .25s ease,padding .25s ease}.note-fn-aside.open{max-height:200px;opacity:.95;padding:8px 12px;margin:10px 0 14px 1.25em}@media (prefers-reduced-motion:reduce){.note-fn-aside,.note-tip-bubble{transition:none}}