html{background-color:#000}.ui-overlay{position:fixed;inset:0;pointer-events:none;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;padding-bottom:40px}.ui-header{position:fixed;top:30px;left:30px;pointer-events:all;display:flex;align-items:center;gap:15px;z-index:50}.ui-logo{height:80px;width:auto;cursor:pointer}.ui-title-col{display:flex;flex-direction:column;justify-content:center}.ui-title{margin:0;font-size:36px;font-weight:600;letter-spacing:4px;color:#fdf7eb;text-transform:uppercase;font-family:Arial,sans-serif}.ui-animation-button{pointer-events:all;padding:12px 40px;font-size:14px;font-weight:200;letter-spacing:1px;background-color:transparent;color:#fdf7eb;border:2px solid rgb(253,247,235);border-radius:50px;cursor:pointer;opacity:1;transition:all .3s ease;text-transform:uppercase;font-family:Arial,sans-serif}.ui-animation-button.is-playing{color:#888;border-color:#888;cursor:not-allowed;opacity:.6}body,#root{position:fixed;top:0;left:0;width:100%;height:100%;background-position:center;background-size:cover;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.r3f{touch-action:none}.hotspot{position:absolute;width:12px;min-width:12px;height:12px;background-color:#fff;border-radius:6px;pointer-events:all;cursor:pointer;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:8px;white-space:nowrap;overflow:visible;color:transparent;font-size:0;font-weight:500;font-family:Arial,sans-serif;padding:0;z-index:1;transition:width .25s ease .05s,height .25s ease .05s,border-radius .25s ease .05s,padding .25s ease .05s,font-size 0s,color 0s,opacity .3s ease}.hotspot.anchor-bottom-left{transform:translateY(-100%);transform-origin:bottom left}.hotspot.anchor-bottom-right{transform:translate(-100%,-100%);transform-origin:bottom right}.hotspot.anchor-top-left{transform:translate(0);transform-origin:top left}.hotspot.anchor-top-right{transform:translate(-100%);transform-origin:top right}.hotspot:before{content:"";position:absolute;width:36px;height:36px;background:transparent;border-radius:50%;z-index:-1}.hotspot.anchor-bottom-left:before{bottom:-12px;left:-12px}.hotspot.anchor-bottom-right:before{bottom:-12px;right:-12px}.hotspot.anchor-top-left:before{top:-12px;left:-12px}.hotspot.anchor-top-right:before{top:-12px;right:-12px}.hotspot-flag{display:none;width:32px;height:24px;line-height:1}.hotspot-flag svg{width:100%;height:100%;display:block;border-radius:2px}.hotspot-text{display:none;flex-direction:column;align-items:flex-start;gap:2px}.hotspot-product{font-size:12px;font-weight:600;color:#000;line-height:1.2}.hotspot-company{font-size:10px;font-weight:400;color:#000000b3;line-height:1.2}.hotspot.obscured{opacity:.2}.hotspot.expanded:before{display:none}.hotspot.expanded{width:auto;height:auto;min-height:42px;border-radius:6px;padding:6px 12px;color:#000;z-index:10;font-size:12px;transition:width .3s ease,height .3s ease,border-radius .3s ease,padding .3s ease,font-size .2s ease .1s,color .2s ease .1s}.hotspot.expanded .hotspot-flag{display:block}.hotspot.expanded .hotspot-text{display:flex}.hotspot.anchor-bottom-left:hover:not(.expanded){transform:translateY(-100%) scale(1.2)}.hotspot.anchor-bottom-right:hover:not(.expanded){transform:translate(-100%,-100%) scale(1.2)}.hotspot.anchor-top-left:hover:not(.expanded){transform:translate(0) scale(1.2)}.hotspot.anchor-top-right:hover:not(.expanded){transform:translate(-100%) scale(1.2)}.hotspot:not(.expanded):hover{width:auto;height:auto;min-height:42px;border-radius:6px;padding:6px 12px;color:#000;font-size:12px;z-index:10;transition-delay:0s}.hotspot:not(.expanded):hover .hotspot-flag{display:block}.hotspot:not(.expanded):hover .hotspot-text{display:flex}.info-button{position:fixed;bottom:40px;right:110px;width:50px;height:50px;background-color:transparent;color:#fdf7eb;border:2px solid rgb(253,247,235);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:400;font-family:serif;font-style:italic;pointer-events:all;transition:all .3s ease;z-index:100}.info-button:hover{background-color:#fdf7eb1a;transform:scale(1.05)}.info-button.active{background-color:#fdf7eb;color:#000}.toggle-hotspots-button{position:fixed;bottom:40px;right:40px;width:50px;height:50px;background-color:transparent;color:#fdf7eb;border:2px solid rgb(253,247,235);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:20px;pointer-events:all;transition:all .3s ease;z-index:100}.toggle-hotspots-button:hover{background-color:#fdf7eb1a;transform:scale(1.05)}.toggle-hotspots-button.active{background-color:#fdf7eb;color:#000}.dsl-credit{position:fixed;bottom:40px;left:40px;display:flex;flex-direction:column;align-items:flex-start;gap:8px;pointer-events:all;cursor:pointer;z-index:100;transition:opacity .3s ease}.dsl-credit:hover{opacity:.8}.dsl-credit-text{font-size:11px;font-weight:400;color:#fdf7eb;text-transform:uppercase;letter-spacing:1px;font-family:Arial,sans-serif;opacity:.8}.dsl-logo{height:18px;width:auto;opacity:.9}@media(max-width:767px)and (orientation:portrait){.ui-header{top:16px;left:16px;gap:10px}.ui-logo{height:48px}.ui-title{font-size:18px;letter-spacing:2px}.ui-animation-button{padding:10px 24px;font-size:12px}.ui-overlay{padding-bottom:24px}.info-button{bottom:24px;right:84px;width:40px;height:40px;font-size:20px}.toggle-hotspots-button{bottom:24px;right:24px;width:40px;height:40px;font-size:16px}.dsl-credit{bottom:32px;left:16px;gap:5px}.dsl-credit-text{font-size:6px}.dsl-logo{height:auto;max-width:96px}.hotspot{width:10px;min-width:10px;height:10px}.hotspot-product{font-size:11px}.hotspot-company{font-size:9px}.hotspot.expanded,.hotspot:not(.expanded):hover{min-height:32px;padding:5px 9px;font-size:10px;border-radius:5px}.hotspot-flag{width:24px;height:18px}.hotspot-product{font-size:10px}.hotspot-company{font-size:8px}}@media(max-height:500px)and (orientation:landscape){.ui-header{top:12px;left:16px;gap:10px}.ui-logo{height:36px}.ui-title{font-size:18px;letter-spacing:2px}.ui-animation-button{padding:8px 20px;font-size:12px}.ui-overlay{padding-bottom:16px}.info-button{bottom:16px;right:84px;width:36px;height:36px;font-size:18px}.toggle-hotspots-button{bottom:16px;right:16px;width:36px;height:36px;font-size:15px}.dsl-credit{bottom:16px;left:16px;gap:4px}.dsl-credit-text{font-size:9px}.dsl-logo{height:12px}.hotspot.expanded,.hotspot:not(.expanded):hover{min-height:36px;padding:5px 10px;font-size:11px;border-radius:5px}.hotspot-flag{width:26px;height:20px}}.spacecomm-icon-button{position:fixed;left:2rem;top:60%;transform:translateY(-50%);z-index:1002;width:64px;height:76px;border:none;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:48px 48px 8px 8px;cursor:pointer;transition:all .3s ease;padding:8px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px #0000004d}.spacecomm-icon-button:hover{background:#fff3;transform:translateY(-50%) scale(1.1);box-shadow:0 6px 20px #0006}.spacecomm-icon-button:active{transform:translateY(-50%) scale(.95)}.spacecomm-icon-image{width:100%;height:100%;object-fit:contain}.spacecomm-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000d9;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:2000;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.spacecomm-menu{position:relative;width:90%;max-width:1200px;height:90%;max-height:800px;background:#000;border-radius:20px;box-shadow:0 20px 60px #00000080;overflow:hidden;animation:slideUp .4s ease}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.spacecomm-close-button{position:absolute;top:20px;right:20px;width:40px;height:40px;border:none;background:#ffffff1a;color:#fff;font-size:32px;line-height:32px;border-radius:50%;cursor:pointer;transition:all .3s ease;z-index:10;display:flex;align-items:center;justify-content:center;font-weight:300}.spacecomm-close-button:hover{background:#fff3;transform:rotate(90deg)}.spacecomm-content{width:100%;max-width:100%;height:100%;padding:60px 40px 80px;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;align-items:center;box-sizing:border-box}.spacecomm-logo{width:120px;height:auto;flex-shrink:0}.spacecomm-title{font-family:Montserrat,sans-serif;color:#fff;font-size:2.5rem;font-weight:400;margin:0;text-align:center;text-shadow:none;flex-shrink:0}.spacecomm-title-highlight{color:#dc2626;font-weight:700}.spacecomm-subtitle{font-family:Montserrat,sans-serif;color:#ffffffe6;font-size:1.25rem;font-weight:400;line-height:1.8;margin:0 0 3rem;text-align:center;max-width:800px}.spacecomm-subtitle-bold{font-weight:700}.spacecomm-cards-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;width:100%;max-width:900px;padding-bottom:120px;margin:0 auto;justify-content:center}.spacecomm-card{background:#ffffff0d;border-radius:15px;overflow:hidden;cursor:pointer;transition:all .3s ease;border:1px solid rgba(255,255,255,.1)}.spacecomm-card:hover{box-shadow:0 15px 40px #0006;border-color:#ffffff4d;background:#ffffff14}.spacecomm-card:focus{outline:2px solid rgba(255,255,255,.5);outline-offset:2px}.spacecomm-card-image-wrapper{width:100%;height:250px;overflow:hidden;background:#0000004d}.spacecomm-card-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.spacecomm-qr-code-container{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#fff}.spacecomm-card:hover .spacecomm-card-image{transform:scale(1.05)}.spacecomm-card-content{padding:1.5rem}.spacecomm-card-title{font-family:Montserrat,sans-serif;color:#fff;font-size:1.5rem;font-weight:600;margin:0 0 .75rem}.spacecomm-card-description{font-family:Montserrat,sans-serif;color:#ffffffb3;font-size:1rem;font-weight:400;line-height:1.6;margin:0 0 1.5rem}.spacecomm-launch-button{font-family:Montserrat,sans-serif;background:#dc2626;color:#fff;border:none;padding:.75rem 2rem;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;width:100%}.spacecomm-launch-button:hover{background:#b91c1c;transform:translateY(-2px);box-shadow:0 4px 12px #dc262666}.spacecomm-launch-button:active{transform:translateY(0)}@media(min-width:1024px)and (max-width:1600px)and (orientation:landscape){.spacecomm-overlay{gap:1rem}.spacecomm-logo{width:80px}.spacecomm-menu{max-height:72vh;max-width:64vw}.spacecomm-content{padding:40px;align-items:center}.spacecomm-subtitle{font-size:1rem;margin:0 0 1.5rem;line-height:1.6}.spacecomm-cards-container{display:flex;flex-wrap:wrap;gap:1.5rem;width:auto;padding-bottom:80px;justify-content:center;margin:0 auto;box-sizing:border-box}.spacecomm-card{width:300px;flex-shrink:0}.spacecomm-card-image-wrapper{height:180px}.spacecomm-card-content{padding:1rem}.spacecomm-card-title{font-size:1.2rem;margin:0 0 .5rem}.spacecomm-card-description{font-size:.85rem;margin:0 0 1rem;line-height:1.4}.spacecomm-launch-button{padding:.6rem 1.5rem;font-size:.9rem}.spacecomm-title{font-size:1.8rem}.spacecomm-content::-webkit-scrollbar{width:0;display:none}}.spacecomm-content::-webkit-scrollbar{width:8px}.spacecomm-content::-webkit-scrollbar-track{background:#ffffff0d;border-radius:10px}.spacecomm-content::-webkit-scrollbar-thumb{background:#fff3;border-radius:10px}.spacecomm-content::-webkit-scrollbar-thumb:hover{background:#ffffff4d}@media(max-width:767px)and (orientation:portrait){.spacecomm-icon-button{left:1rem;width:48px;height:58px}.spacecomm-overlay{gap:.5rem}.spacecomm-menu{width:95%;height:92%;border-radius:12px}.spacecomm-content{padding:48px 20px 60px}.spacecomm-logo{width:80px}.spacecomm-title{font-size:1.5rem}.spacecomm-subtitle{font-size:.95rem;margin:0 0 1.5rem;line-height:1.6}.spacecomm-cards-container{grid-template-columns:1fr;gap:1rem;padding-bottom:60px}.spacecomm-card-image-wrapper{height:180px}.spacecomm-card-content{padding:1rem}.spacecomm-card-title{font-size:1.1rem}.spacecomm-card-description{font-size:.9rem;margin:0 0 1rem}.spacecomm-launch-button{padding:.65rem 1.5rem;font-size:.9rem}.spacecomm-close-button{top:12px;right:12px;width:34px;height:34px;font-size:26px}}@media(max-height:500px)and (orientation:landscape){.spacecomm-icon-button{left:.75rem;width:44px;height:52px}.spacecomm-overlay{gap:.5rem}.spacecomm-menu{width:88%;max-height:88vh;border-radius:10px}.spacecomm-content{padding:36px 28px 48px;align-items:center}.spacecomm-logo{width:60px}.spacecomm-title{font-size:1.3rem}.spacecomm-subtitle{font-size:.85rem;margin:0 0 1rem;line-height:1.5}.spacecomm-cards-container{display:flex;flex-wrap:wrap;gap:1rem;padding-bottom:40px;justify-content:center;width:auto;margin:0 auto;box-sizing:border-box}.spacecomm-card{width:240px;flex-shrink:0}.spacecomm-card-image-wrapper{height:130px}.spacecomm-card-content{padding:.75rem}.spacecomm-card-title{font-size:1rem;margin:0 0 .4rem}.spacecomm-card-description{font-size:.8rem;margin:0 0 .75rem;line-height:1.4}.spacecomm-launch-button{padding:.5rem 1.25rem;font-size:.85rem}.spacecomm-close-button{top:10px;right:10px;width:30px;height:30px;font-size:22px}.spacecomm-content::-webkit-scrollbar{width:0;display:none}}
