:root[data-theme=light]{--primary: #16a0d2;--text: rgb(0, 0, 0);--text-secondary: #a1a1a1;--background: lightgrey;--background-light: white}:root[data-theme=dark]{--primary: #16a0d2;--primary-dark:#146886;--text: #fefefe;--text-secondary: #a1a1a1;--background: rgb(0, 10, 10);--background-mid-light: #1b1b1f;--background-light: #2b2b2f;--icon-color: red}body{background:var(--background);color:var(--text);height:100vh;margin:0;padding:4px}#app{height:100%;display:flex;flex-direction:column}*{box-sizing:border-box;color:var(--text)}svg[data-v-76aa6b74]{transform:rotate(var(--r, 0deg)) scale(var(--sx, 1),var(--sy, 1))}path[data-v-76aa6b74]{fill:currentColor}.navbar[data-v-b98edc24]{display:flex;justify-content:space-between;background-color:var(--background-mid-light);border-top:2px solid var(--primary);align-items:center;box-shadow:0 2px 4px #0000001a;height:100%}.navbar a[data-v-b98edc24]{flex:1 1 auto;display:flex;justify-content:center;text-align:center;align-items:center}.navbar [data-v-b98edc24]:not(:first-child){border-left:1px solid var(--text)}.navbar a.router-link-active[data-v-b98edc24] path{color:var(--primary)}html[data-v-5a7e2af5],body[data-v-5a7e2af5],#app[data-v-5a7e2af5]{height:100%;margin:0;padding:0}[data-v-5a7e2af5]:host{height:100%}body[data-v-5a7e2af5]{min-height:100vh}.main-content[data-v-5a7e2af5]{flex:1;flex-grow:1;overflow-y:auto;padding-bottom:4rem}footer[data-v-5a7e2af5]{position:fixed;left:0;bottom:0;flex-shrink:0;margin-top:auto;width:100%;height:3.5rem}.dots-menu-button[data-v-ca54d3e5]{cursor:pointer;display:flex;align-items:center;position:relative}.dots-menu[data-v-ca54d3e5]{background:#000;width:150px;position:absolute;top:100%;right:0%}button[data-v-b2d04e56]{background:none;border:none;cursor:pointer;padding:0;font-size:1rem;color:#fff;border-top:1px solid white;width:100%;text-align:left;padding-inline:10px}button[data-v-b2d04e56] :hover,[data-v-b2d04e56]:focus{background:gray}.header-info[data-v-77e3de2f]{text-align:bottom;display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.username[data-v-77e3de2f]{text-decoration:none;margin-right:.5rem;font-size:1.2rem;font-weight:700}.time[data-v-77e3de2f]{font-size:.9rem;color:var(--text-secondary)}.content[data-v-77e3de2f]{font-size:1rem;line-height:1.5}.username{text-decoration:none;color:inherit;cursor:pointer;font-weight:700;padding-right:5px}.comment{border-top:1px solid var(--background);padding:4px;display:inline-flex;width:100%}.comment-content{display:inline}.modal[data-v-59e2052e]{position:fixed;top:0;left:0;width:100vw;height:100vh;overflow-y:hidden;z-index:1000;background-color:#00000080}.modal-content[data-v-59e2052e]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--background-light);padding-inline:10px;padding-top:30px;border-radius:8px;box-shadow:0 2px 10px #0000001a;min-width:300px;width:90vw;max-height:80vh;height:fit-content;overflow-y:hidden;display:flex;flex-direction:column}.close-button[data-v-59e2052e]{position:absolute;top:5px;right:5px;background:none;border:none;font-size:16px;cursor:pointer}.comments-list[data-v-b00bc3ed]{display:flex;flex-direction:column;gap:10px}.comment-submit[data-v-9a4570cc]{background:none;border:none;outline:none;cursor:pointer}.comment-form[data-v-9a4570cc]{display:flex;justify-content:space-evenly;background-color:var(--background-light);padding-top:8px;color:var(--text)}.comment-form textarea[data-v-9a4570cc]{border:none;color:var(--text);flex-grow:1;background-color:var(--background-light);width:100%;min-height:1.6rem;max-height:12.8rem;font-size:16px}.comment-form textarea[data-v-9a4570cc]:focus{outline:none}.comment-form .input-wrap[data-v-9a4570cc]{width:100%;position:relative;display:flex}.comment-form .input-wrap[data-v-9a4570cc]:after{content:"";position:absolute;width:0;height:2px;left:50%;bottom:0;background-color:var(--primary);transition:all ease-out .3s}.comment-form .input-wrap[data-v-9a4570cc]:focus-within:after{width:100%;left:0;transition:all .4s ease-out}.post-detail[data-v-8ace26c4]{text-align:center;display:flex;flex-direction:column;justify-content:space-between;overflow-y:auto}.spinner[data-v-8ace26c4]{border:4px solid rgba(0,0,0,.1);border-left-color:#000;border-radius:50%;width:40px;height:40px;animation:spin-8ace26c4 1s linear infinite;margin-inline:auto}@keyframes spin-8ace26c4{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.post-card__image[data-v-8ace26c4]{display:flex;flex-direction:column;padding-bottom:10px;max-width:100%}img[data-v-8ace26c4]{border-radius:15px;box-shadow:0 -4px 8px #0000001a;display:block;object-fit:cover;max-height:inherit;max-width:inherit;width:auto;height:auto}.all-comments[data-v-8ace26c4]{padding:10px}.comment-more[data-v-edadc7b8]{padding:4px}.comment-more span[data-v-edadc7b8]{cursor:pointer;color:var(--text-secondary)}.spinner[data-v-edadc7b8]{border:4px solid rgba(0,0,0,.1);border-left-color:#000;border-radius:50%;width:40px;height:40px;animation:spin-edadc7b8 1s linear infinite;margin-inline:auto}@keyframes spin-edadc7b8{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.header[data-v-edadc7b8]{padding-bottom:.5rem;padding-inline:8px}.comments[data-v-edadc7b8]{margin-top:4px}.comment-form[data-v-edadc7b8]{width:100%;padding-inline:8px}.post-card[data-v-edadc7b8]{cursor:pointer;background-color:var(--background-light);padding-top:8px;border-radius:8px;box-shadow:0 2px 4px #0000001a;height:100%;overflow:hidden}.post-card__image[data-v-edadc7b8]{display:flex;flex-direction:column;max-width:100%}.feed[data-v-59646708]{display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;width:100%}.post[data-v-59646708]{display:flex;flex-direction:column;margin:2rem;width:min(400px,100%)}
