:root{--highlight-color:rgba(63,61,220,0.2);--note-bg:#f5f5f5;--note-border:#2196f3;--note-text:#333;--selection-bg:rgba(63,61,220,0.2);--selection-text:#000}.dark{--highlight-color:rgba(106,104,227,0.25);--note-bg:#22222e;--note-border:#6a68e3;--note-text:#eeeef5;--selection-bg:rgba(106,104,227,0.25);--selection-text:#eeeef5}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}body,html{max-width:100vw;margin:0;padding:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:light){html{color-scheme:light}}html.dark{color-scheme:dark}@keyframes float{0%{right:0;top:100vh;opacity:1;width:250px}35%{transform:rotate(15deg);width:450px}70%{transform:rotate(-20deg)}to{right:50%;top:-600px;width:700px}}.balloons-anim{animation:float 5s ease-in infinite;position:absolute;z-index:100000;height:auto}.highlighted{background-color:var(--highlight-color);cursor:pointer;border-radius:2px;transition:background-color .2s ease;position:relative}.note-highlight{background-color:var(--highlight-color)!important}.note-display{margin-top:8px;padding:12px;background-color:var(--note-bg);border-left:4px solid var(--note-border);border-radius:4px;font-size:14px;color:var(--note-text);position:relative}.note-display:before{position:absolute;left:-8px;top:50%;transform:translateY(-50%);background:var(--note-border);color:white;border-radius:50%;width:16px;height:16px;display:flex;align-items:center;justify-content:center;font-size:10px}@keyframes highlightFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.highlighted{animation:highlightFadeIn .2s ease-out}::selection{background-color:var(--selection-bg);color:var(--selection-text)}::-moz-selection{background-color:var(--selection-bg);color:var(--selection-text)}