@import"https://fonts.googleapis.com/css2?family=Playwrite+IT+Moderna:wght@100..400&display=swap";.container{width:320px;position:relative}.page{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh}.login-image-container{margin-bottom:64px}.login-image-border{width:calc(100% + 8px);height:calc(100% + 8px);top:50%;left:50%;transform:translate(-50%,-50%);border-radius:15px;background-image:url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='15' ry='15' stroke='%23F0768BFF' stroke-width='8' stroke-dasharray='24%2c 8%2c 23' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");position:absolute}.login-image-container .login-image{z-index:1;width:100%;height:100%;object-fit:cover}.login-page .password-container{background-color:var(--background-color);-webkit-backdrop-filter:blur(9.4px);backdrop-filter:blur(9.4px);border-radius:15px;padding:28px;text-align:center;font-size:20px;font-weight:600;color:var(--text-color)}.password-container .display-text{margin-bottom:20px;background-color:#ffdbe6;padding:12px 28px;grid-column:1 / 4;border-radius:15px}.password-container .number-pad{display:grid;grid-template-columns:repeat(3,1fr);align-items:center;font-size:24px;column-gap:20px;row-gap:10px}.number-pad .number-button{font-family:inherit;border:none;color:var(--text-color);font-size:24px;font-weight:700;background-color:var(--secondary-color);border-radius:15px;padding:8px 0;cursor:pointer;transition:all .3s ease;position:relative}.number-button:hover{background-color:var(--hover-color);transform:scale(1.05)}.number-button:active{background-color:#ffb3c7}.number-button.backspace{background-color:var(--error-color)}.number-button.asterisk-wrapper{background-color:var(--secondary-color)}.number-button.icon:before{content:"@";color:#0000}.number-button.icon img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:3rem}.timer-container{background-color:var(--background-color);border-radius:15px;padding:20px 28px;font-weight:800;margin-bottom:64px}#timer-display{font-size:12px;display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;text-shadow:1.5px 0 0 #800000}#timer-display-time{font-size:14px}#timer-boxes{display:flex;justify-content:space-between;align-items:center}#timer-boxes .time-box{display:flex;flex-direction:column;align-items:center}#timer-boxes .time-box #box-value{font-size:24px;background-color:#f0768b;width:52px;height:52px;border-radius:7px;display:flex;justify-content:center;align-items:center;text-shadow:0 4px 4px rgba(0,0,0,.25)}#timer-boxes .time-box #box-label{text-shadow:1.5px 0 0 #800000;margin-top:10px;font-size:12px}.image-container{display:flex;justify-content:space-between;align-items:center;position:relative}.image-container img{width:130px;height:130px;border-radius:50%;object-fit:cover;object-position:center;box-shadow:0 0 12px #000000bf;transition:all .3s ease;transform-origin:center center}#image-border-container{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:space-between;align-items:center}.picture-border{width:130px;height:130px;border-radius:100px;background-image:url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='%23F0768BFF' stroke-width='8' stroke-dasharray='13%2c 4%2c 3%2c 13' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e");scale:calc(138/130);z-index:1;transition:all .3s ease;transform-origin:center center;pointer-events:auto}.photobooth-page #photobooth-text-container{display:flex;justify-content:center;align-items:center;font-size:12px;font-weight:700;text-shadow:1.5px 0 0 #800000;background-color:#3d272b8c;border-radius:15px;padding:16px 12px;margin-bottom:32px}.photobooth-page #photobooth-photo-container{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;justify-items:center;align-items:center;position:relative}.photobooth-page .photo{width:100%;border-radius:10px;opacity:0;transition:opacity 1s ease-in}.photobooth-page #music-embed{position:absolute;z-index:-1;opacity:0}.photobooth-page .photo-border-container{justify-items:center;align-items:center;display:grid;grid-template-columns:repeat(2,1fr);gap:16px;position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.photobooth-page .photo-border{width:calc(100% - 4px);height:calc(100% - 4px);background-image:url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='10' ry='10' stroke='%23F0768BFF' stroke-width='5' stroke-dasharray='10%2c 9%2c 12%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");border-radius:10px;scale:calc(138/130);z-index:1;opacity:0;transition:opacity 1s ease-in}.photobooth-page .fade-out{opacity:0}.photobooth-page .fade-in{opacity:1}#letter-container{text-align:justify;text-justify:inter-word;font-size:14px;font-family:Playwrite IT Moderna,Inter,Helvetica;font-weight:300;line-height:1.8;z-index:1;background-color:#211517bf;border-radius:15px;padding:34px 28px}#letter-sign{font-family:Inter,Helvetica;font-weight:600;font-style:italic;text-align:right;margin-right:32px}.navigation{position:absolute;bottom:64px;display:flex;justify-content:space-between}.navigation img{width:40px;height:40px;transition:transform .3s ease}.navigation img:hover{transform:scale(1.1)}#home-page{display:flex;justify-content:center;align-items:center;height:100vh;width:100vw;background-color:#fff;color:var(--text-color)}#home-page .container{text-align:center;padding:2rem;background-color:#ffffffe6;border-radius:10px;box-shadow:0 0 20px #0000001a;max-width:400px;width:90%}#home-page h1{margin-bottom:2rem;color:var(--primary-color)}.login-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem;text-align:left}.form-group label{font-weight:500;color:var(--text-color)}.form-group input{padding:.8rem;border:2px solid var(--border-color);border-radius:5px;font-size:1rem;transition:border-color .3s ease;background-color:var(--background-color);color:var(--text-color)}.form-group input:focus{outline:none;border-color:var(--primary-color)}.error-message{color:var(--error-color);font-size:.9rem}#home-page button{padding:.8rem 1.5rem;background-color:var(--primary-color);color:#fff;border:none;border-radius:5px;font-size:1rem;cursor:pointer;transition:background-color .3s ease}button:hover{background-color:var(--hover-color)}#not-found-page{display:flex;justify-content:center;align-items:center;height:100vh;width:100vw;background-color:#fff;color:var(--text-color)}#not-found-page .container{text-align:center;padding:2rem;background-color:#ffffffe6;border-radius:10px;box-shadow:0 0 20px #0000001a;max-width:400px;width:90%}#not-found-page h1{font-size:6rem;color:var(--primary-color);margin:0;line-height:1}#not-found-page h2{font-size:1.5rem;color:var(--text-color);margin:1rem 0}#not-found-page p{color:var(--text-color);margin-bottom:2rem;line-height:1.6}#not-found-page button{padding:.8rem 1.5rem;background-color:var(--primary-color);color:#fff;border:none;border-radius:5px;font-size:1rem;cursor:pointer;transition:background-color .3s ease}#not-found-page button:hover{background-color:var(--hover-color)}@media screen and (max-width: 512px),screen and (max-height: 856px){.page{scale:.8}}@media screen and (max-width: 368px),screen and (max-height: 800px){.page{scale:.9}.login-page{scale:.7}.navigation{bottom:-4px}}@media screen and (max-height: 640px){.login-page{scale:.8}.container{width:282px}.navigation{bottom:8px}}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}body{display:flex;place-items:center;font-family:Inter,Poppins,sans-serif}.bg-image{position:absolute;top:0;left:0;width:100vw;height:100vh;background-position:center;background-size:cover;filter:blur(4px);z-index:0}
