body{margin:0;background:#000;font-family:DM Mono,monospace;height:100vh;max-height:100vh;overflow:hidden}canvas{width:100%!important;overflow:hidden}.load-screen{position:absolute;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;background:#fff;z-index:99}.load-screen .loader{width:48px;height:48px;display:inline-block;position:relative;margin:20px 0}.load-screen .loader:after,.load-screen .loader:before{content:"";box-sizing:border-box;width:48px;height:48px;border:2px solid #555555;position:absolute;left:0;top:0;animation:scaleOut 2s ease-in-out infinite}.load-screen .loader:after{border-color:#333;animation-delay:1s}.text-container{position:absolute;color:#000;width:100%;text-align:center;text-shadow:7px 7px #00000016;opacity:1;transition:opacity .4s ease}.text-container.fade-out{opacity:0}.text-container h1{font-size:38px;font-weight:900;padding:0;margin:28px 0 0}.text-container p{padding:0;margin:0;font-size:24px;letter-spacing:4px}.bottom-text{position:absolute;bottom:20px;color:#000;display:flex;justify-content:center;width:100%;gap:18px;opacity:1;transition:opacity .4s ease}.bottom-text.fade-out{opacity:0}.bottom-text .link-box{display:flex;flex-direction:column;justify-content:space-between;align-items:center;width:82px;border-radius:4px;padding:4px;text-shadow:8px 8px #00000016;text-decoration:none!important;color:#000!important}.bottom-text .link-box .emoji{font-size:24px;padding:0;margin:0}.bottom-text .link-box .button-text{font-size:14px}.products-screen{position:absolute;width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;overflow:hidden;background:#fffffff0;z-index:101;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;padding:40px 0;box-sizing:border-box}.products-screen.show{opacity:1;visibility:visible}.products-screen>p{font-size:32px;font-weight:700;margin:0 0 32px;text-shadow:4px 4px rgba(0,0,0,.08);color:#000}.contact-screen{position:absolute;width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center;overflow:hidden;background:#fffffff0;z-index:101;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;padding:40px 0;box-sizing:border-box}.contact-screen.show{opacity:1;visibility:visible}.contact-screen>p{font-size:32px;font-weight:700;margin:0 0 32px;text-shadow:4px 4px rgba(0,0,0,.08);color:#000}.contact-screen .contact-content{display:flex;flex-direction:column;align-items:center;width:86%;max-width:552px}.contact-screen .contact-content a{margin:8px 0;transition:background .3s ease;padding:8px;border-radius:4px}.contact-screen .contact-content a:hover{background:#f5f5f5}.contact-screen .contact-content a p{font-size:18px;color:#000;text-align:center;margin:0}.contact-screen .home-button-contact{font-family:DM Mono,monospace;font-size:16px;font-weight:500;background:#00000014;border:2px solid rgba(0,0,0,.2);border-radius:8px;padding:12px 24px;margin-top:32px;cursor:pointer;transition:all .2s ease;text-shadow:2px 2px rgba(0,0,0,.05)}.contact-screen .home-button-contact:hover{background:#0000001f;border-color:#0000004d;transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.contact-screen .home-button-contact:active{transform:translateY(0);box-shadow:0 2px 6px #0000001a}.products-screen .products-container{display:flex;flex-direction:column;gap:16px;height:60%;max-height:400px;overflow-y:auto;padding:12px;width:86%;margin:auto;mask:linear-gradient(to bottom,transparent 0%,black 20px,black calc(100% - 20px),transparent 100%);-webkit-mask:linear-gradient(to bottom,transparent 0%,black 20px,black calc(100% - 20px),transparent 100%)}.products-screen .products-container::-webkit-scrollbar{width:8px}.products-screen .products-container::-webkit-scrollbar-track{background:transparent}.products-screen .products-container::-webkit-scrollbar-thumb{background:#00000015;border-radius:4px}.products-screen .products-container::-webkit-scrollbar-thumb:hover{background:#f00c}.products-screen .products-container .product{display:flex;justify-content:space-between;gap:18px;color:#000!important;text-decoration:none!important}.products-screen .products-container .product .product-image-container{width:80px;height:80px;background:#6b6b6b;border-radius:8px}.products-screen .products-container .product .product-info-container{flex:1;padding:2px 0}.products-screen .products-container .product .product-info-container .product-title{font-weight:700;margin-bottom:2px;margin-top:0}.products-screen .products-container .product .product-info-container .product-info{font-size:13px;color:#464646;margin:6px 0 0}.products-screen .home-button{font-family:DM Mono,monospace;font-size:16px;font-weight:500;background:#00000014;border:2px solid rgba(0,0,0,.2);border-radius:8px;padding:12px 24px;margin-top:32px;cursor:pointer;transition:all .2s ease;text-shadow:2px 2px rgba(0,0,0,.05)}.products-screen .home-button:hover{background:#0000001f;border-color:#0000004d;transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.products-screen .home-button:active{transform:translateY(0);box-shadow:0 2px 6px #0000001a}@media(min-width:900px){.bottom-text .link-box{width:72px;padding:12px;transition:background .3s ease;cursor:pointer}.bottom-text .link-box:hover{background:#00000012}.products-screen .products-container{cursor:pointer;max-width:552px}.products-screen .products-container .product{transition:background .3s ease;padding:8px;border:8px;text-decoration:none!important;color:#000!important}.products-screen .products-container .product:hover{background:#f5f5f5}}@keyframes scaleOut{0%{transform:scale(0)}to{transform:scale(1)}}
