*{margin:0;padding:0;box-sizing:border-box;font-weight:200}body,button,html{font-family:system-ui,-apple-system,sans-serif}main{height:calc(100vh - 32px)}footer{height:32px;text-align:center;line-height:32px;font-weight:200;background:hsla(0,0%,100%,.35);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);-webkit-mask:linear-gradient(90deg,transparent 0,black 100px,black 200px,transparent 300px) no-repeat center/300px 100%;mask:linear-gradient(90deg,transparent 0,black 100px,black 200px,transparent 300px) no-repeat center/300px 100%}footer a{color:inherit}.container{display:flex;justify-content:center;align-items:center;flex-direction:column;height:100%;padding:32px}@media(max-width:800px){.container{padding:16px}}.card{position:relative;border-radius:8px;padding:24px 24px 106px;background:hsla(0,0%,100%,.65);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);max-width:800px;min-height:300px;max-height:80dvh;margin:auto;transition:all .2s ease-in-out}.card .bottom-row{position:absolute;bottom:24px;left:24px;right:24px;margin-top:24px;border-top:1px solid #444;padding-top:24px;display:flex;justify-content:space-between;align-items:center}.button{background:hsla(0,0%,100%,.15);font-size:16px;color:#777;border:1px solid #aaa;padding:8px 16px;border-radius:8px;cursor:pointer;text-decoration:none;display:inline-block;transition:all .2s ease-in-out;overflow:hidden}.button:hover{background:hsla(0,0%,100%,.45);color:#333}@media(max-width:800px){.button{font-size:14px;padding:4px 8px}}.type{background:hsla(0,0%,100%,.25);text-transform:uppercase;position:absolute;font-size:12px;padding:8px 16px;border-radius:0 8px 0 8px;top:0;right:0}@media(max-width:800px){.type{padding:4px 8px}}h1{font-size:44px;font-weight:200;margin-bottom:16px}@media(max-width:800px){h1{font-size:32px;margin-bottom:12px}}h2{text-transform:uppercase;font-size:12px;margin-bottom:16px;font-weight:600}h2 .label,p{font-weight:200}p{font-size:18px;line-height:1.5}@media(max-width:800px){p{font-size:14px}}.toast-container{position:fixed;top:12px;right:12px;display:flex;flex-direction:column;gap:.5rem;z-index:1000}.toast{background:hsla(0,0%,100%,.45);color:#333;padding:.75rem 1rem;border-radius:8px;max-width:300px;overflow:hidden;animation:fadeIn .3s ease forwards,fadeOut .3s ease forwards;animation-delay:0s,3s}@keyframes fadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}.random-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.random-background ellipse{transition:transform 1s ease-in-out,cx 1s ease-in-out,cy 1s ease-in-out,rx 1s ease-in-out,ry 1s ease-in-out,fill 1s ease-in-out}