.notes{display:flex;flex-wrap:wrap;align-content:space-around;align-items:center;gap:calc(var(--line-height) * 1.5 - 6px)}.notes,textarea{padding:calc(var(--line-height) * .5)}textarea{flex:1;box-sizing:border-box;background-color:transparent;font-size:var(--font-size);line-height:var(--line-height);color:var(--text-color);border-color:var(--text-color);border-radius:255px 15px 225px 15px/15px 225px 15px 255px;padding-bottom:0;resize:none;outline:none;min-width:400px;transition:filter 1s linear}textarea:not(.blur):focus{outline:none;border-color:var(--text-color-focus);color:var(--text-color-focus);animation:shine 3s ease-in 1 both}textarea.blur{filter:opacity(.5) blur(3px)}@keyframes shine{50%{border-color:var(--text-color-highlight)}to{border-color:var(--text-color-focus)}}.sticker{color:currentColor;position:relative;-webkit-text-stroke:.01em var(--text-color);white-space:nowrap;z-index:0;cursor:pointer}.sticker[data-sticker-text]:before{z-index:-1;-webkit-text-stroke:.3em var(--background);inset:0}.sticker[data-sticker-text]:after,.sticker[data-sticker-text]:before{content:attr(data-sticker-text);color:var(--line-color);position:absolute;white-space:nowrap}.sticker[data-sticker-text]:after{z-index:-2;-webkit-text-stroke:.5em var(--text-color);inset:.0125em 0 0 .0125em;filter:blur(.0025em);line-height:var(--line-height)}.sticker.on[data-sticker-text]{filter:blur(1px)}.tags{gap:calc(var(--line-height) * .5);padding:calc(var(--line-height) * .5);display:flex;align-content:space-between;align-items:center;justify-content:space-around;flex-wrap:wrap;margin-top:calc(var(--line-height) - 5px)}