*,:before,:after{box-sizing:inherit;margin:0;padding:0}html{box-sizing:border-box;font-size:62.5%}body{text-align:center;color:#333;background:linear-gradient(#b8b8b8,#e9e9e9);height:100%;min-height:100vh;margin:0;padding:1rem;font-family:monospace,sans-serif;font-size:1.6rem}h1{color:#444}.note-content{color:#222;font-size:1.5rem;line-height:1.5}.note-footer{justify-content:space-between;align-items:flex-end;gap:1rem;margin-top:.8rem;display:flex}.note-meta{color:#444;text-align:right;font-size:1.2rem}.inputs{flex-direction:column;flex-basis:100%;align-items:center;margin:.5rem 0;display:flex}textarea{resize:none;background-color:#f9f9f9;border:1px solid #ccc;border-radius:4px;outline:none;width:30rem;height:10rem;padding:1rem;font-size:1.4rem;transition:width .3s}textarea,input[type=text]{background-color:#f9f9f9;border:1px solid #ccc;border-radius:4px;outline:none;width:100%;max-width:30rem;padding:1rem;font-family:inherit;font-size:1.4rem}#country{margin-bottom:.5rem;font-size:1.3rem}button{color:#fff;cursor:pointer;background:#555;border:none;border-radius:4px;padding:1rem 2rem;transition:background .3s}button.load{margin-top:2rem}button.disabled,button.disabled:hover{cursor:not-allowed;background:#888}button:hover{background:#333}.notes-container{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;display:flex}.note{background-color:var(--note-color,#e0e0e0);max-width:40rem;transform:rotate(calc(var(--rotate) * 1deg));word-wrap:break-word;white-space:pre-wrap;vertical-align:top;border-radius:10px;margin:.5rem;padding:1.1rem;font-style:italic;transition:transform .2s,background-color .3s;animation:.5s fadeIn;display:inline-block;box-shadow:2px 2px 5px #888}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px) rotate(calc(var(--rotate) * 1deg))}to{opacity:1;transform:rotate(calc(var(--rotate) * 1deg))}}.rain{pointer-events:none;z-index:-1;width:100%;height:100%;position:fixed;top:0;left:0;overflow:hidden}.drop{background:#add8e669;width:5px;height:8rem;animation:linear infinite fall;position:absolute;bottom:100%}@keyframes fall{to{transform:translateY(120vh)}}.youtube-iframe{z-index:10;border-radius:10px;flex-direction:column;display:flex;position:absolute;top:20px;right:20px}.youtube-iframe iframe{border-radius:10px}@media (width<=960px){.youtube-iframe{display:none}.note{max-width:30rem}}@media (width<=768px){textarea{width:98%;height:80px}.notes-container{margin-top:20px}.note{width:100%;margin:8px;padding:10px}.youtube-iframe{width:100%;height:auto;top:unset;right:unset;margin-top:20px;position:relative}}@media (width<=480px){textarea,input[type=text]{width:100%;max-width:100%}textarea{height:70px;font-size:13px}button{width:100%;padding:1.2rem}.note{margin:6px;padding:8px}.youtube-iframe{height:200px}}.counter-cont{margin:3rem 0 2rem}.hug-button{color:#555;cursor:pointer;background:0 0;border:1px solid #999;border-radius:999px;flex-shrink:0;align-items:center;gap:.4rem;width:auto;padding:.5rem 1rem;font-size:1.2rem;transition:background .2s,color .2s,border-color .2s;display:inline-flex}.hug-button:hover:not(:disabled){background:#eee}.hug-button:disabled{cursor:not-allowed;opacity:.6}.hug-button.hugged{color:#6a3ea1;background:#f3e5f5;border-color:#b39ddb}.hug-button svg{fill:none;stroke:currentColor;stroke-width:1.8px;width:1.6rem;height:1.6rem}.hug-button.hugged svg{fill:currentColor}.author-link{color:#666;opacity:.6;z-index:100;font-size:1.2rem;text-decoration:none;transition:opacity .2s;position:fixed;bottom:1.2rem;right:1.5rem}.author-link:hover{opacity:1;color:#333}
