@import"https://fonts.googleapis.com/css2?family=Delius&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";:root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64)}:root{--color-background: var(--vt-c-white);--color-background-soft: var(--vt-c-white-soft);--color-background-mute: var(--vt-c-white-mute);--color-border: var(--vt-c-divider-light-2);--color-border-hover: var(--vt-c-divider-light-1);--color-heading: var(--vt-c-text-light-1);--color-text: var(--vt-c-text-light-1);--section-gap: 160px}@media (prefers-color-scheme: dark){:root{--color-background: var(--vt-c-black);--color-background-soft: var(--vt-c-black-soft);--color-background-mute: var(--vt-c-black-mute);--color-border: var(--vt-c-divider-dark-2);--color-border-hover: var(--vt-c-divider-dark-1);--color-heading: var(--vt-c-text-dark-1);--color-text: var(--vt-c-text-dark-2)}}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}body{min-height:100vh;color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{--bg: #f8f8f5;--bg-alt: #eeeeea;--text: #2e2e2e;--text-muted: #6e6e6e;--title: #5c5044;--accent: #bda78b;--accent-2: #83948f;--hover: #d9c8ae;--bubble-active: #ddd5c6;--bg-50: #f8f8f580;--bg-75: #f8f8f5bf;--red-bg: #b65c5c;--red-hover: #9e4e4e;--red-text: #fff1f1;--font-title: "Delius", cursive;--font-body: "Inter", sans-serif}body{background:var(--background);font-family:var(--font-body);color:var(--text);overflow-x:hidden}body h1,body h2,body h3,body h4,body h5,body h6{color:var(--title);font-family:var(--font-title)}body a{color:var(--accent);text-decoration:none}body a:hover{color:var(--hover)}body main{margin:2.5dvh 5dvw;display:flex;flex-direction:column}body div.break{clear:both}header{position:sticky;z-index:500;width:100dvw;padding:1dvh 2.5dvw;top:0;left:0;right:0;border-bottom:1px solid var(--title);font-family:var(--font-title);background:var(--bg-75)}header nav{display:flex;flex-direction:row;justify-content:space-between;align-items:center}header nav img{max-height:8dvh}header nav menu,header nav ul{display:flex;flex-direction:row;list-style-type:none}header nav menu li,header nav ul li{padding:0 .5dvw}header nav menu li a,header nav ul li a{font-size:2rem;font-weight:700;color:var(--title)}header nav menu li a:hover,header nav ul li a:hover{color:var(--hover)}header nav menu li.mobile,header nav ul li.mobile{display:none}header nav menu li.bar,header nav ul li.bar{border-left:2px solid var(--title)}@media screen and (min-width: 1025px) and (max-width: 1080px){header nav menu li a,header nav ul li a{font-size:1.75rem}}@media screen and (max-width: 1024px){header nav{flex-direction:column;align-items:stretch}header nav img{align-self:start;max-height:6dvh}header nav menu,header nav ul{flex-direction:column;align-items:stretch;width:100%;margin-top:-5dvh;justify-content:flex-end;padding:0}header nav menu li,header nav ul li{display:block;text-align:end;width:100%;padding:0}header nav menu li a,header nav ul li a{display:block;width:100%}header nav menu li.mobile,header nav ul li.mobile{display:block;cursor:pointer}header nav menu li.hidden,header nav ul li.hidden{display:none}header nav menu li.bar,header nav ul li.bar{border-left:none;border-top:2px solid var(--title)}}footer{border-top:1px solid var(--title);padding:1dvh 5dvw;display:flex;flex-direction:row;justify-content:space-between;font-family:var(--font-body)}footer a{color:var(--title)}footer a:hover{color:var(--hover)}footer section{display:flex;flex-direction:column;justify-content:space-around}footer nav{width:25%;line-height:1.25}footer nav ul{list-style:none}@media screen and (max-width: 1024px){footer{flex-direction:column;justify-content:flex-start}footer nav{width:100%}footer nav ul{margin:0;text-align:center}}main{display:flex;flex-direction:column;justify-content:center;margin:2.5dvh 5dvw}main section{justify-content:center;display:flex;flex-direction:row;justify-content:space-between;align-items:center}main section img{max-height:60dvh;max-width:90dvw;margin:auto;margin-bottom:2dvh;object-fit:contain;border-radius:8px}main section article{text-align:end;margin:0 5dvw;max-width:60dvw;flex:1;line-height:1.25}main section article h1{font-size:2rem;font-style:italic}main section div{text-align:center;margin:0 2.5dvw}main section div a{color:var(--accent);font-weight:700;font-size:1.25rem;border:var(--accent) 1px solid;border-radius:8px;padding:1dvh 2.5dvw}main section div a:hover{color:var(--hover);background:var(--bg-50)}@media screen and (max-width: 1024px){main section{flex-direction:column-reverse}main section article{line-height:1;max-width:100%;margin-bottom:2.5dvh}main section article h1{font-size:1.5rem}main section div{margin:2.5dvh 0;width:100%}}.bubble-loader[data-v-27f1682d]{position:relative;width:100%;height:70dvh;overflow:hidden;display:flex;justify-content:center}.bubble[data-v-27f1682d]{position:absolute;bottom:0;border-radius:50%;background-color:var(--accent-2);animation:floatUp-27f1682d ease-in infinite;will-change:transform,opacity}@keyframes floatUp-27f1682d{0%{transform:translateY(0) scale(1);opacity:0}10%{opacity:1}to{transform:translateY(-70dvh) scale(1.5);opacity:0}}h1[data-v-5f51a357]{font-size:1.5rem;font-weight:400}#selectors[data-v-5f51a357]{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start}#selectors button[data-v-5f51a357]{background:none;border:1px dashed var(--accent);border-radius:8px;color:var(--accent);padding:.5dvh 1dvw;margin:.5dvh .5dvw}#selectors button.selected[data-v-5f51a357]{border:1px solid var(--title);color:var(--title)}#gallery[data-v-5f51a357]{margin-top:2dvh;display:flex;flex-direction:row;flex-wrap:wrap}#gallery a[data-v-5f51a357]{display:none}#gallery a.selected[data-v-5f51a357]{display:flex;background:var(--bg-50);margin-bottom:2dvh;position:relative;z-index:0}#gallery a.selected h2[data-v-5f51a357]{display:flex;flex-direction:column;width:100%;position:absolute;top:0;left:0;background:var(--bg-50);text-align:start;padding:.5dvh 1dvw;color:var(--text);text-shadow:0 0 1px var(--bg);font-weight:700;border-bottom:4px dashed var(--text-muted);z-index:100!important}#gallery a.selected:hover h2[data-v-5f51a357]{color:var(--text);border:none;transition:color .75s ease-in-out}#gallery a.selected:hover img[data-v-5f51a357]{filter:none}#gallery a.selected img[data-v-5f51a357]{width:29dvw;height:30dvh;object-fit:cover;filter:blur(3px);transition:filter .25s ease-in-out;z-index:50!important}@media screen and (min-width: 1025px) and (max-width: 1080px){#gallery a.selected img[data-v-5f51a357]{width:39dvw}}@media screen and (max-width: 1014px){#gallery a.selected img[data-v-5f51a357]{width:90dvw}}h1[data-v-75ace18c]{font-size:1.5rem;font-weight:400;width:100%;display:flex;flex-direction:row;justify-content:space-between}h1 a[data-v-75ace18c]{background:none;border:var(--title) 1px solid;color:var(--title);border-radius:8px;padding:.25dvh 1dvw;font-size:1.25rem;font-weight:700}#gallery[data-v-75ace18c]{margin-top:2dvh;display:flex;flex-direction:row;flex-wrap:wrap}#gallery img[data-v-75ace18c]{display:flex;background:var(--bg-50);margin-bottom:2dvh;position:relative;width:29dvw;height:30dvh;object-fit:cover}#popup-gallery[data-v-75ace18c]{display:none}#popup-gallery.display[data-v-75ace18c]{position:absolute;top:0;bottom:0;left:0;right:0;background:var(--bg-75);z-index:750;display:flex;width:100dvw;height:100dvh;padding:5dvh 2.5dvw}#popup-gallery.display div[data-v-75ace18c]{border:1px solid var(--title);border-radius:8px;background:var(--bg);width:90dvw;height:90dvh;display:flex;flex-direction:column;align-items:flex-start;padding:1dvh 2dvw;justify-content:space-between}#popup-gallery.display div h1[data-v-75ace18c]{font-size:2rem;font-weight:700;width:100%;display:flex;flex-direction:row;justify-content:space-between}#popup-gallery.display div h1 button[data-v-75ace18c]{background:none;border:var(--title) 1px solid;color:var(--title);border-radius:8px;padding:.5dvh 1dvw;font-size:1.75rem;font-weight:700}#popup-gallery.display div img[data-v-75ace18c]{width:auto;height:auto;max-height:75dvh;max-width:80dvw;margin:1dvh 2dvw;object-fit:contain;align-self:center;border-radius:8px;background:red}#popup-gallery.display div #navi-gallery[data-v-75ace18c]{width:100%;display:flex;flex-direction:row;justify-content:center}#popup-gallery.display div #navi-gallery button[data-v-75ace18c]{background:none;border:var(--title) 1px solid;color:var(--title);border-radius:8px;padding:.25dvh 1dvw;margin:.25dvh 1dvw;font-size:1.25rem;font-weight:700}#popup-gallery.display div #navi-gallery button.invisible[data-v-75ace18c]{opacity:0;pointer-events:none}@media screen and (min-width: 1025px) and (max-width: 1080px){#gallery img[data-v-75ace18c]{width:39dvw}}@media screen and (max-width: 1024px){#gallery img[data-v-75ace18c]{width:90dvw}#popup-gallery.display div h1[data-v-75ace18c]{font-size:1.5rem;text-align:start}#popup-gallery.display div h1 button[data-v-75ace18c]{max-height:2.5rem;font-size:1.25rem;padding:.25dvh 2dvw}}article img{float:left;margin-right:1dvw;max-width:25dvw;max-height:50dvh}article p{margin-bottom:1dvh}@media screen and (max-width: 1024px){article img{max-width:90dvw}}.note{font-size:.9rem;color:var(--accent-2);font-style:italic;margin:.5dvh 2dvw;padding:.5dvh .5dvw;border-top:1px solid var(--accent-2);border-bottom:1px solid var(--accent-2)}section#disclaimer{display:flex;flex-direction:column;align-items:flex-start}section#admin-dashboard{display:flex;flex-direction:column}section#admin-dashboard article#stats{display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap}section#admin-dashboard article#stats div{border:1px solid var(--title);border-radius:8px;margin-bottom:2dvh}section#admin-dashboard article#stats div h2,section#admin-dashboard article#stats div p{padding:1dvh 1dvw;display:flex;flex-direction:column}section#admin-dashboard article#stats div h2 img,section#admin-dashboard article#stats div p img{width:25dvw;max-height:25dvh;object-fit:contain;margin:auto;border-radius:4px}section#admin-dashboard article#stats div ul{list-style:none;display:flex;flex-direction:column;padding:.5dvh .5dvw}section#admin-dashboard article#stats div ul li{display:flex;margin:0;padding:0;width:100%;justify-content:space-evenly}section#admin-dashboard article#stats div ul li a{padding:0;margin:0;border:none;text-align:start;color:var(--accent-2)}section#admin-dashboard article#stats div ul li button{border:1px solid var(--red-bg);color:var(--red-bg);background:none}section#admin-dashboard article#stats div form{display:flex;flex-direction:column;margin:auto}section#admin-dashboard article#stats div form span{background:var(--red-text);color:var(--red-bg);border:1px solid var(--red-bg);border-radius:4px;margin:.5dvh 1dvw;padding:.5dvh 1dvw}section#admin-dashboard article#stats div form label,section#admin-dashboard article#stats div form input,section#admin-dashboard article#stats div form div{width:80%;margin:.5dvh 1dvw}section#admin-dashboard article#stats div form label{font-weight:700;text-align:start;color:var(--accent-2)}section#admin-dashboard article#stats div form div{display:flex;flex-direction:row;justify-content:space-evenly;border:none}section#admin-dashboard article#stats div form div.buttons-bar button{margin:0 1dvw}section#admin-dashboard article#stats div form#form-home{width:25dvw;height:25dvh}section#admin-dashboard article#stats div form#form-home label,section#admin-dashboard article#stats div form#form-home input,section#admin-dashboard article#stats div form#form-home div{width:23dvw}section#admin-dashboard article#stats div button{margin:1dvh 0 0;padding:.5dvh 1dvw;color:var(--bg);background:var(--accent);border:none;border-radius:4px}section#admin-dashboard article#stats div h2{border-bottom:1px solid var(--title);background:var(--accent)}@media screen and (max-width: 1024px){section#admin-dashboard article#stats{flex-direction:column}section#admin-dashboard article#stats div{width:80dvw}section#admin-dashboard article#stats div h2 img,section#admin-dashboard article#stats div p img{margin:auto;width:70dvw;height:35dvh}section#admin-dashboard article#stats div form{width:70dvw;height:35dvh}section#admin-dashboard article#stats div form label,section#admin-dashboard article#stats div form input,section#admin-dashboard article#stats div form div{width:100%;margin:.5dvh 1dvw;width:68dvw}section#admin-dashboard article#stats div form label{font-weight:700;text-align:start;color:var(--accent-2)}section#admin-dashboard article#stats div form div{flex-direction:column}}div#admin{display:flex;flex-direction:row}div#admin aside{background:var(--accent);padding:.5dvh 1dvw;width:15dvw;margin-right:1dvw}div#admin aside nav{display:flex;flex-direction:column}div#admin aside nav h2{color:var(--bg-alt);font-weight:700;font-size:2rem;text-align:center}div#admin aside nav p{font-style:italic;font-weight:600;border-bottom:1px solid var(--title)!important}div#admin aside nav .link{color:var(--bg)}div#admin aside nav button{background:none;border:none;font-size:1rem;text-align:start}@media screen and (max-width: 1024px){div#admin{flex-direction:column}div#admin aside{background:var(--accent);padding:.5dvh 2dvw;width:100%}div#admin aside nav .link{border-bottom:1px solid var(--bg)}div#admin aside nav .link:last-child{border:none}div#admin aside nav button{background:none;border:none;font-size:1rem;text-align:start}}section#user-admin{display:flex;flex-direction:column}section#user-admin article{display:flex;flex-direction:row;margin:1dvh 1dvw}section#user-admin article img{width:10dvw;height:20dvh;object-fit:cover}section#user-admin article div{text-align:start}section#user-admin article div b{font-weight:700}section#user-admin article div form{display:flex;flex-direction:column;margin:1dvh 0;padding:1dvh .25dvw;border:1px solid var(--title);border-right:none;border-left:none}section#user-admin article div form span{background:var(--red-text);color:var(--red-bg);border:1px solid var(--red-bg);border-radius:4px;margin:.5dvh 1dvw;padding:.5dvh 1dvw}section#user-admin article div form label,section#user-admin article div form input,section#user-admin article div form fieldset{width:100%;margin:.5dvh 0}section#user-admin article div form fieldset{border:none;padding:0}section#user-admin article div form button{margin-left:.5rem;padding:.5dvh 1dvw;color:var(--bg);background:var(--accent);border:none;border-radius:4px}@media screen and (max-width: 1024px){section#user-admin article{flex-direction:column}section#user-admin article img{width:90dvh;height:25dvh}}section[data-v-e66c363d]{display:flex;flex-direction:column}section img.error[data-v-e66c363d]{width:auto;height:auto;align-self:center;max-width:80dvw;max-height:65dvh;object-fit:contain;border-radius:8px;border:1px solid var(--accent)}section p[data-v-e66c363d]{width:100%;font-size:1.5rem;font-weight:600;font-style:italic;font-family:var(--font-title);color:var(--accent);text-align:center}section a[data-v-e66c363d]{color:var(--accent-2);font-weight:700}form#login-form{display:flex;flex-direction:column;width:40dvw;margin:auto;border:1px solid var(--text);border-radius:8px}form#login-form h2{border-bottom:1px solid var(--text);padding:1dvh 1dvw}form#login-form div.error{background:var(--hover);padding:.5dvh 1dvw;border-bottom:1px solid var(--title);color:var(--title);font-weight:700}form#login-form input,form#login-form label,form#login-form button{padding:.5dvh 1dvw;width:95%;margin:.5dvh auto}form#login-form label{margin-bottom:0}form#login-form input{margin-top:0}form#login-form button{margin:2dvh auto 5dvh;background:var(--accent);color:var(--bg);border:none;border-radius:4px;font-size:1.125rem;font-weight:700}@media screen and (max-width: 1024px){form#login-form{width:90dvw;margin:2dvh 0;padding:0;border:none}}#popup[data-v-69485462]{display:flex;width:100dvw;height:100dvh;z-index:500;position:absolute;top:0;left:0;bottom:0;right:0;background:var(--bg-50);overflow:hidden}#popup div:first-child[data-v-69485462]{display:flex;flex-direction:column;margin:auto;margin-top:20dvh;padding:5dvh 7.5dvw;border:1px solid var(--accent);border-radius:8px;background-color:var(--bg-alt)}#popup div:first-child div[data-v-69485462]{display:flex;flex-direction:row;border:none;justify-content:space-evenly}#popup div:first-child div button[data-v-69485462]{margin:1dvh 1dvw;padding:.5dvh 1dvw;color:var(--bg);background:var(--accent);border:none;border-radius:4px}#gallery-list[data-v-69485462]{display:flex;flex-direction:column}#gallery-list form#form-gallery[data-v-69485462]{display:flex;flex-direction:row;justify-content:space-between;width:100%;margin-bottom:1dvh;border:1px solid var(--title);border-radius:8px;padding:1dvh 1dvw;background:var(--bubble-active)}#gallery-list form#form-gallery label[data-v-69485462]{font-weight:600}#gallery-list form#form-gallery input[data-v-69485462]{width:50%;border-radius:4px;border:1px solid var(--accent-2)}#gallery-list form#form-gallery button[data-v-69485462]{margin-left:.5rem;padding:.5dvh 1dvw;color:var(--bg);background:var(--accent);border:none;border-radius:4px}#gallery-list button#add-gallery[data-v-69485462]{width:100%;margin:1dvh 0;background:var(--accent);color:var(--bg);font-size:1.25rem;font-weight:700;padding:.5dvh 1dvw;border:none;border-radius:8px}#gallery-list ul[data-v-69485462]{list-style:none;padding:0}#gallery-list ul li[data-v-69485462]{border:1px solid var(--accent);padding:1dvh 1dvw;margin-bottom:1dvh;width:75dvw;display:flex;justify-content:space-between;align-items:center;border-radius:8px}#gallery-list ul li form[data-v-69485462]{display:flex;flex-direction:row;width:100%;justify-content:space-between}#gallery-list ul li form label[data-v-69485462]{font-weight:550}#gallery-list ul li form input[data-v-69485462]{width:50%;border-radius:4px;border:1px solid var(--accent-2)}#gallery-list ul li form button[data-v-69485462],#gallery-list ul li .actions button[data-v-69485462]{margin-left:.5rem;padding:.5dvh 1dvw;color:var(--bg);background:var(--accent);border:none;border-radius:4px}#gallery-list ul li .actions button:last-child[data-v-69485462]{background:var(--red-bg);color:var(--red-text)}#gallery-list ul li .actions button:last-child[data-v-69485462]:hover{background:var(--red-hover)}.hidden[data-v-69485462]{display:none!important}@media screen and (max-width: 1024px){#gallery-list[data-v-69485462]{display:flex;flex-direction:column}#gallery-list button#add-gallery[data-v-69485462]{width:80dvw}#gallery-list form#form-gallery[data-v-69485462]{flex-direction:column}#gallery-list form#form-gallery label[data-v-69485462],#gallery-list form#form-gallery input[data-v-69485462],#gallery-list form#form-gallery button[data-v-69485462]{width:100%;margin:.5dvh}#gallery-list ul li[data-v-69485462]{flex-direction:column}#gallery-list ul li form[data-v-69485462]{flex-direction:column}#gallery-list ul li form label[data-v-69485462],#gallery-list ul li form input[data-v-69485462]{width:100%}#gallery-list ul li form button[data-v-69485462]{width:100%;margin:.5dvh 0}#gallery-list .actions button[data-v-69485462]{width:90%;margin:.5dvh 0}}#popup[data-v-ae800202]{display:flex;width:100dvw;height:100dvh;z-index:500;position:absolute;top:0;left:0;bottom:0;right:0;background:var(--bg-50);overflow:hidden}#popup div:first-child[data-v-ae800202]{display:flex;flex-direction:column;margin:auto;margin-top:20dvh;padding:5dvh 7.5dvw;border:1px solid var(--accent);border-radius:8px;background-color:var(--bg-alt)}#popup div:first-child div[data-v-ae800202]{display:flex;flex-direction:row;border:none;justify-content:space-evenly}#popup div:first-child div button[data-v-ae800202]{margin:1dvh 1dvw;padding:.5dvh 1dvw;color:var(--bg);background:var(--accent);border:none;border-radius:4px}#gallery-list[data-v-ae800202]{display:flex;flex-direction:column}#gallery-list h1[data-v-ae800202]{width:75dvw;display:flex;flex-direction:row;justify-content:space-between;margin:1dvh 0}#gallery-list h1 button[data-v-ae800202]{background:var(--accent);color:var(--bg);font-size:1.125rem;font-weight:700;border:none;border-radius:4px;padding:.25dvh 1.5dvw}#gallery-list button#add-gallery[data-v-ae800202]{width:100%;margin:1dvh 0;background:var(--accent);color:var(--bg);font-size:1.25rem;font-weight:700;padding:.5dvh 1dvw;border:none;border-radius:8px}#gallery-list form#form-gallery[data-v-ae800202]{display:flex;flex-direction:row;justify-content:space-between;width:100%;margin-bottom:1dvh;border:1px solid var(--title);border-radius:8px;padding:1dvh 1dvw;background:var(--bubble-active)}#gallery-list form#form-gallery label[data-v-ae800202]{font-weight:600}#gallery-list form#form-gallery input[data-v-ae800202]{width:50%;border-radius:4px;border:1px solid var(--accent-2)}#gallery-list form#form-gallery button[data-v-ae800202]{margin-left:.5rem;padding:.5dvh 1dvw;color:var(--bg);background:var(--accent);border:none;border-radius:4px}#gallery-list ul[data-v-ae800202]{list-style:none;padding:0}#gallery-list ul li[data-v-ae800202]{border:1px solid var(--accent);padding:1dvh 1dvw;margin-bottom:1dvh;width:75dvw;display:flex;justify-content:space-between;align-items:center;border-radius:8px;vertical-align:middle}#gallery-list ul li form[data-v-ae800202]{display:flex;flex-direction:row;width:100%;justify-content:space-between}#gallery-list ul li form label[data-v-ae800202]{font-weight:550}#gallery-list ul li form input[data-v-ae800202]{width:50%;border-radius:4px;border:1px solid var(--accent-2)}#gallery-list ul li form button[data-v-ae800202]{margin-left:.5rem;padding:.5dvh 1dvw;color:var(--bg);background:var(--accent);border:none;border-radius:4px}#gallery-list ul li p[data-v-ae800202]{display:flex;align-items:center;font-size:1.25rem;font-weight:600;color:var(--title)}#gallery-list ul li p img[data-v-ae800202]{width:10dvw;height:10dvh;object-fit:cover;margin-right:1dvw}#gallery-list ul li .actions button[data-v-ae800202]{margin-left:.5rem;padding:.5dvh 1dvw;color:var(--bg);background:var(--accent);border:none;border-radius:4px}#gallery-list ul li .actions button:last-child[data-v-ae800202]{background:var(--red-bg);color:var(--red-text)}#gallery-list ul li .actions button:last-child[data-v-ae800202]:hover{background:var(--red-hover)}.hidden[data-v-ae800202]{display:none!important}@media screen and (max-width: 1024px){#gallery-list[data-v-ae800202]{display:flex;flex-direction:column}#gallery-list h1[data-v-ae800202]{flex-direction:column-reverse;font-size:1.5rem}#gallery-list button#add-gallery[data-v-ae800202]{width:80dvw}#gallery-list form#form-gallery[data-v-ae800202]{flex-direction:column}#gallery-list form#form-gallery label[data-v-ae800202],#gallery-list form#form-gallery input[data-v-ae800202],#gallery-list form#form-gallery button[data-v-ae800202]{width:100%;margin:.5dvh}#gallery-list ul li[data-v-ae800202]{flex-direction:column;padding:.25dvh .5dvw}#gallery-list ul li form[data-v-ae800202]{flex-direction:column}#gallery-list ul li form label[data-v-ae800202],#gallery-list ul li form input[data-v-ae800202]{width:100%}#gallery-list ul li form button[data-v-ae800202]{width:100%;margin:.5dvh 0}#gallery-list ul li p[data-v-ae800202]{display:flex;flex-direction:column-reverse}#gallery-list ul li p img[data-v-ae800202]{width:50dvw;height:20dvh}#gallery-list .actions[data-v-ae800202]{margin:.25dvh 0}#gallery-list .actions button[data-v-ae800202]{width:90%;margin:.5dvh 0}}#popup[data-v-9f17461f]{display:flex;width:100dvw;height:100dvh;z-index:500;position:absolute;top:0;left:0;bottom:0;right:0;background:var(--bg-50);overflow:hidden}#popup div:first-child[data-v-9f17461f]{display:flex;flex-direction:column;margin:auto;margin-top:20dvh;padding:5dvh 7.5dvw;border:1px solid var(--accent);border-radius:8px;background-color:var(--bg-alt)}#popup div:first-child div[data-v-9f17461f]{display:flex;flex-direction:row;border:none;justify-content:space-evenly}#popup div:first-child div button[data-v-9f17461f]{margin:1dvh 1dvw;padding:.5dvh 1dvw;color:var(--bg);background:var(--accent);border:none;border-radius:4px}#gallery-list[data-v-9f17461f]{display:flex;flex-direction:column}#gallery-list h1[data-v-9f17461f]{width:75dvw;display:flex;flex-direction:row;justify-content:space-between;margin:1dvh 0}#gallery-list h1 button[data-v-9f17461f]{background:var(--accent);color:var(--bg);font-size:1.125rem;font-weight:700;border:none;border-radius:4px;padding:.25dvh 1.5dvw}#gallery-list button#add-photo[data-v-9f17461f]{width:100%;margin:1dvh 0;background:var(--accent);color:var(--bg);font-size:1.25rem;font-weight:700;padding:.5dvh 1dvw;border:none;border-radius:8px}#gallery-list form#form-photo[data-v-9f17461f]{display:flex;flex-direction:row;justify-content:space-between;width:100%;margin-bottom:1dvh;border:1px solid var(--title);border-radius:8px;padding:1dvh 1dvw;background:var(--bubble-active)}#gallery-list form#form-photo label[data-v-9f17461f]{font-weight:600}#gallery-list form#form-photo input[data-v-9f17461f]{width:50%;border-radius:4px;border:1px solid var(--accent-2)}#gallery-list form#form-photo .preview[data-v-9f17461f]{display:flex;flex-direction:row;flex-wrap:wrap}#gallery-list form#form-photo .img-container[data-v-9f17461f]{position:relative;display:inline-block}#gallery-list form#form-photo img[data-v-9f17461f]{width:15dvw;height:15dvh;object-fit:cover;margin:.5dvh .5dvw}#gallery-list form#form-photo .logo[data-v-9f17461f]{position:absolute!important;width:5dvw;height:5dvh;object-fit:contain}#gallery-list form#form-photo .bottom-right[data-v-9f17461f]{bottom:1dvh;right:1dvw}#gallery-list form#form-photo .bottom-left[data-v-9f17461f]{bottom:1dvh;left:1dvw}#gallery-list form#form-photo .top-right[data-v-9f17461f]{top:1dvh;right:1dvw}#gallery-list form#form-photo .top-left[data-v-9f17461f]{top:1dvh;left:1dvw}#gallery-list form#form-photo .none[data-v-9f17461f]{display:none}#gallery-list form#form-photo button[data-v-9f17461f]{margin-left:.5rem;padding:.5dvh 1dvw;color:var(--bg);background:var(--accent);border:none;border-radius:4px}#gallery-list ul[data-v-9f17461f]{list-style:none;padding:0;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}#gallery-list ul li[data-v-9f17461f]{border:1px solid var(--accent);padding:1dvh 1dvw;margin:1dvh 1dvw;display:flex;flex-direction:column;justify-content:space-between;align-items:center;border-radius:8px;vertical-align:middle}#gallery-list ul li img[data-v-9f17461f]{width:15dvw;height:20dvh;object-fit:contain}#gallery-list ul li .actions button[data-v-9f17461f]{margin:1dvh 0;padding:.5dvh 1dvw;color:var(--bg);background:var(--accent);border:none;border-radius:4px}#gallery-list ul li .actions button:last-child[data-v-9f17461f]{background:var(--red-bg);color:var(--red-text)}#gallery-list ul li .actions button:last-child[data-v-9f17461f]:hover{background:var(--red-hover)}.hidden[data-v-9f17461f]{display:none!important}@media screen and (max-width: 1024px){#gallery-list[data-v-9f17461f]{display:flex;flex-direction:column}#gallery-list h1[data-v-9f17461f]{flex-direction:column-reverse;font-size:1.5rem}#gallery-list button#add-photo[data-v-9f17461f]{width:75dvw}#gallery-list form#form-photo[data-v-9f17461f]{flex-direction:column}#gallery-list form#form-photo label[data-v-9f17461f],#gallery-list form#form-photo input[data-v-9f17461f]{width:100%;margin:.5dvh}#gallery-list form#form-photo .preview[data-v-9f17461f]{flex-direction:column}#gallery-list form#form-photo .preview img[data-v-9f17461f]{margin:auto;margin-bottom:1dvh;width:80dvw;height:30dvh}#gallery-list form#form-photo .img-container[data-v-9f17461f]{position:relative;display:inline-block}#gallery-list form#form-photo .logo[data-v-9f17461f]{position:absolute;width:20dvw!important;height:5dvh!important;object-fit:contain}#gallery-list form#form-photo .bottom-right[data-v-9f17461f]{bottom:2.5dvh;right:5dvw}#gallery-list form#form-photo .bottom-left[data-v-9f17461f]{bottom:2.5dvh;left:5dvw}#gallery-list form#form-photo .top-right[data-v-9f17461f]{top:2.5dvh;right:5dvw}#gallery-list form#form-photo .top-left[data-v-9f17461f]{top:2.5dvh;left:5dvw}#gallery-list form#form-photo button[data-v-9f17461f]{width:100%;margin:.5dvh}#gallery-list ul li[data-v-9f17461f]{flex-direction:column;padding:1dvh 2dvw;margin:auto;margin-top:1dvh}#gallery-list ul li img[data-v-9f17461f]{width:80dvw;height:30dvh}#gallery-list .actions[data-v-9f17461f]{margin:.25dvh 0}#gallery-list .actions button[data-v-9f17461f]{width:90%;margin:.5dvh 0}}
