@font-face{font-family:ColourSansBoldVNU;src:url(/fonts/ColourSansBoldVNU.otf) format("opentype");font-weight:700;font-style:normal}.loading-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0249b1 url(/loading/background.png) center center / cover no-repeat;display:flex;align-items:center;justify-content:center;z-index:9999}.loading-content{position:relative;width:1440px;height:810px;max-width:100vw;max-height:100vh}.loading-decorative{position:absolute;top:255px;left:50%;transform:translate(-50%);width:216.55px;height:109.86px}.loading-decorative img{width:100%;height:100%;object-fit:contain}.loading-logo{position:absolute;top:50%;transform:translate(-50%,-50%);width:68px;height:68px;z-index:10;transition:left .3s ease}.loading-logo img{width:100%;height:100%;object-fit:contain}.loading-progress-container{position:absolute;top:437px;left:50%;transform:translate(-50%);width:448.72px;height:33px}.loading-progress-frame{box-sizing:border-box;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:465.7px;height:47px;background:linear-gradient(90deg,#fff0 -30.38%,#fff 111.34%);border:.5px solid #FFFFFF;box-shadow:0 4px 4px #00000040;-webkit-backdrop-filter:blur(18.55px);backdrop-filter:blur(18.55px);border-radius:0 20px;pointer-events:none}.loading-progress-bar{position:relative;width:100%;height:100%;background:#6877864d;box-shadow:inset 0 2px 3.7px #66666680;border-radius:0 15px;overflow:hidden}.loading-progress-fill{height:100%;background:linear-gradient(90deg,#003e9a,#032767);transition:width .3s ease;border-radius:0 0 0 15px;box-shadow:0 1px 5.5px #c6ddff,inset 0 4px 5px #0055d2;-webkit-backdrop-filter:blur(36.6px);backdrop-filter:blur(36.6px)}.loading-text{position:absolute;top:525px;left:50%;transform:translate(-50%);width:114px;height:30.18px;margin:0;font-family:ColourSansBoldVNU,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:23.843137741088867px;line-height:1.0999999920004295em;text-align:center;color:#fff;text-shadow:0px 2px 4px rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center}@media (max-width: 1440px){.loading-content{transform:scale(calc(100vw / 1440));transform-origin:center center}}@media (max-width: 768px){.loading-content{transform:scale(calc(100vw / 1440))}.loading-progress-container{width:min(448.72px,calc(100vw - 40px))}.loading-progress-frame{width:calc(100% + 17px)}}.color-selection{width:100vw;height:100vh;position:relative;overflow:hidden;z-index:2;background:#fff}.color-selection-room{width:100%;height:100%;background-image:url(/home/background.png);background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;position:relative;padding-bottom:19vh;z-index:2}.color-selection-content{text-align:center;z-index:10;padding:32px;width:100%;display:flex;flex-direction:column;align-items:center;opacity:1}.color-selection-content.color-selection-content--revealing{opacity:.2;transition:opacity .2s ease-out}.color-selection-content--revealed{z-index:12;opacity:1;animation:contentFadeIn .6s ease-out}.color-selection-title{font-family:Poppins,sans-serif;font-size:3.5rem;font-weight:300;color:#2c3e50;margin-bottom:16px;letter-spacing:-.02em;position:absolute;top:5vh;left:50%;transform:translate(-50%);width:100%;text-align:center;text-shadow:0 2px 10px rgba(255,255,255,.8);pointer-events:none}.color-selection-subtitle{font-size:1.25rem;color:#4a3426;margin-bottom:32px;opacity:.9;position:absolute;top:14vh;left:50%;transform:translate(-50%);width:100%;text-align:center;text-shadow:0 1px 5px rgba(255,255,255,.8);pointer-events:none}.color-selection-logo{max-width:200px;height:auto;margin-bottom:32px;position:absolute;top:24vh;left:50%;transform:translate(-50%);z-index:10;filter:drop-shadow(0 2px 8px rgba(0,0,0,.1));pointer-events:none}.paint-cans-container{display:flex;gap:30px;justify-content:center;align-items:flex-end;flex-wrap:nowrap;position:fixed;bottom:90px;left:50%;transform:translate(-50%);z-index:5;padding-bottom:0;width:auto}.paint-can-wrapper{display:flex;flex-direction:column;align-items:center;gap:35px;animation:fadeInScaleUp .6s ease-out backwards}.paint-can-wrapper:nth-child(1){animation-delay:.3s}.paint-can-wrapper:nth-child(2){animation-delay:.5s}.paint-can-wrapper:nth-child(3){animation-delay:.7s}@keyframes fadeInScaleUp{0%{opacity:0;transform:translateY(30px) scale(.8)}60%{transform:translateY(-5px) scale(1.05)}to{opacity:1;transform:translateY(0) scale(1)}}.paint-cans-table{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:720px;max-width:90vw;z-index:1;pointer-events:none;animation:slideUpFadeIn .8s ease-out}@keyframes slideUpFadeIn{0%{opacity:0;transform:translate(-50%) translateY(50px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.paint-can{background:none;border:none;cursor:pointer;position:relative;padding:0;transition:transform .3s ease;outline:none;-webkit-tap-highlight-color:transparent;user-select:none;-webkit-user-select:none;z-index:2}.paint-can:hover,.paint-can:active{transform:translateY(-10px) scale(1.05)}.paint-can-body{width:180px;height:240px;border-radius:12px 12px 6px 6px;position:relative;transition:box-shadow .3s ease}.paint-can:hover .paint-can-body{box-shadow:none}.paint-can-label{position:absolute;top:210px;left:50%;transform:translate(-50%);padding:8px 16px;border-radius:4px;color:#fff;font-family:Poppins,sans-serif;font-size:.9rem;font-weight:500;white-space:nowrap;box-shadow:0 2px 8px #0003}.paint-can-label-image{width:150px;height:auto;display:block;pointer-events:none;-webkit-user-select:none;user-select:none;animation:fadeInSlideUp .5s ease-out backwards}.paint-can-wrapper:nth-child(1) .paint-can-label-image{animation-delay:.6s}.paint-can-wrapper:nth-child(2) .paint-can-label-image{animation-delay:.8s}.paint-can-wrapper:nth-child(3) .paint-can-label-image{animation-delay:1s}@keyframes fadeInSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@font-face{font-family:ColourSansBoldVNU;src:url(/fonts/ColourSansBoldVNU.otf) format("opentype");font-weight:700;font-style:normal}.color-selection-instruction{position:fixed;width:610px;height:44px;left:50%;transform:translate(-50%);bottom:20px;font-family:ColourSansBoldVNU,sans-serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;color:#313748;margin:0;padding:0;z-index:6;pointer-events:none;animation:fadeIn .6s ease-out 1.2s backwards}.paint-can-name{display:block}.paint-can-rhythm-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:48px;height:48px;opacity:1;pointer-events:none;filter:brightness(0) invert(1) drop-shadow(0 0 8px rgba(135,206,250,.8)) drop-shadow(0 0 12px rgba(135,206,250,.6)) drop-shadow(0 0 16px rgba(135,206,250,.4));animation:rhythmGlow 2s ease-in-out infinite}@keyframes rhythmGlow{0%,to{filter:brightness(0) invert(1) drop-shadow(0 0 8px rgba(135,206,250,.8)) drop-shadow(0 0 12px rgba(135,206,250,.6)) drop-shadow(0 0 16px rgba(135,206,250,.4))}50%{filter:brightness(0) invert(1) drop-shadow(0 0 12px rgba(135,206,250,1)) drop-shadow(0 0 18px rgba(135,206,250,.8)) drop-shadow(0 0 24px rgba(135,206,250,.6))}}.paint-can-handle{position:absolute;top:-18px;left:50%;transform:translate(-50%);width:60px;height:30px;border:4px solid var(--primary-color);border-bottom:none;border-radius:30px 30px 0 0;background:transparent}.paint-can-image{width:180px;height:200px;display:block;object-fit:cover;object-position:center;transition:filter .3s ease}.paint-can:hover .paint-can-image{filter:none}.paint-can-shadow{display:none}@media (max-width: 768px){.color-selection-title{font-size:2.5rem;top:4vh}.color-selection-subtitle{font-size:1rem;margin-bottom:48px;top:10vh}.color-selection-logo{max-width:150px;top:22vh}.paint-cans-container{gap:32px;bottom:180px;flex-wrap:nowrap}.paint-can-image{width:140px;height:155px}.paint-can-body{width:140px;height:186px}.paint-can-handle{width:46px;height:23px;top:-14px}.paint-can-label{top:160px}.paint-can-label-image{width:120px}.color-selection-instruction{position:fixed;width:auto;max-width:90%;height:auto;left:50%;transform:translate(-50%);bottom:15px;font-size:18px;line-height:22px}.paint-can-shadow{width:90px;bottom:-10px}}@media (max-width: 480px){.color-selection-title{font-size:2rem;top:3vh}.color-selection-subtitle{font-size:.9rem;top:8vh}.color-selection-logo{max-width:120px;top:20vh}.paint-cans-container{flex-direction:row;flex-wrap:nowrap;gap:12px;bottom:160px}.paint-can-image{width:100px;height:111px}.paint-can-body{width:100px;height:133px}.paint-can-handle{width:33px;height:16px;top:-10px}.paint-can-label{top:115px;font-size:.7rem;padding:4px 8px}.paint-can-label-image{width:90px}.color-selection-instruction{position:fixed;width:auto;max-width:90%;height:auto;left:50%;transform:translate(-50%);bottom:10px;font-size:16px;line-height:20px;white-space:normal;padding:0 16px}.paint-can-shadow{width:60px;bottom:-6px}}.room-selection{width:100vw;height:100vh;position:relative;overflow:hidden}.room-selection-background{position:absolute;top:0;left:0;width:100%;height:100%;background:var(--primary-color);background-size:cover;background-position:center;background-repeat:no-repeat;opacity:1}.room-selection-background--new{z-index:1;will-change:clip-path}.room-selection-background--new.room-selection-background--revealing{z-index:20}.room-selection-background--old{z-index:2}.room-selection-content{position:relative;width:100%;height:100%;z-index:10;padding:24px;pointer-events:auto;opacity:1}.room-selection-content.room-selection-content--revealing{opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease-out .4s,visibility .3s ease-out .4s}.room-selection-content--revealed{z-index:12;opacity:1;visibility:visible;pointer-events:auto;animation:contentFadeIn .6s ease-out}@keyframes contentFadeIn{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.room-selection-main{position:absolute;top:24px;right:24px;text-align:center;background:#ffffffd9;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:12px;padding:24px;max-width:350px;width:auto;box-shadow:0 4px 20px #00000026;animation:slideIn .5s ease;z-index:10}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.room-selection-title{font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:400;color:var(--primary-color);margin-bottom:6px}.room-selection-subtitle{font-size:1rem;color:#666;margin-bottom:20px}.room-selection-actions{display:flex;justify-content:center;gap:16px;position:absolute;top:0;left:50%;transform:translate(-50%,-50%);pointer-events:auto;z-index:7}.room-selection-button{padding:12px 24px;border:none;border-radius:8px;font-size:.875rem;font-weight:500;font-family:Poppins,sans-serif;cursor:pointer;transition:all .3s ease;outline:none;min-width:160px}.room-selection-button--primary{color:#fff}.room-selection-button--primary:hover{transform:translateY(-2px)}.room-selection-button--primary:active{transform:translateY(0)}.room-selection-button:focus-visible{outline-offset:2px}.room-selection-other-rooms{text-align:center;width:auto;max-width:none;z-index:7;pointer-events:auto;margin-top:60px}.other-rooms-title{font-family:ColourSansBoldVNU,Poppins,sans-serif;font-style:normal;font-weight:700;font-size:17.0747px;line-height:18px;text-align:center;color:#ecedee;width:280.02px;height:19px;margin-bottom:0;text-shadow:0 2px 10px rgba(0,0,0,.3)}.other-rooms-container{display:flex;gap:27px;justify-content:flex-end;flex-wrap:wrap}.other-room-button{display:flex;flex-direction:column;align-items:center;gap:14px;cursor:pointer;transition:all .3s ease}.other-room-button:hover .other-room-preview{transform:translateY(-4px)}.other-room-button:active .other-room-preview{transform:translateY(-2px)}.other-room-preview{width:130px;height:156px;border-radius:10px;object-fit:cover;cursor:pointer;transition:transform .3s ease}.room-selection-june-image{position:absolute;width:434.44px;height:708.27px;right:10px;bottom:-200px;z-index:5;pointer-events:none;background:url(/rooms/june.png);background-size:contain;background-repeat:no-repeat;background-position:center}.room-selection-june-blur{position:absolute;width:420px;height:530px;right:10px;bottom:-258.72px;z-index:6;pointer-events:none;background:linear-gradient(180.03deg,#003e9a4d .03%,#121b2a4d 47.74%);box-shadow:0 4.5851px 5.27287px #4b55694d,inset 1.14628px 0 4.35585px #0000004d,inset 0 0 4.5851px #fff;-webkit-backdrop-filter:blur(16.6783px);backdrop-filter:blur(16.6783px);border-radius:85.9706px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.june-image{display:none}@media (max-width: 768px){.room-selection-content{padding:16px}.room-selection-main{top:16px;right:16px;padding:20px;max-width:280px}.room-selection-title{font-size:1.25rem}.room-selection-subtitle{font-size:.875rem;margin-bottom:16px}.room-selection-button{padding:10px 20px;font-size:.8125rem;min-width:140px}.room-selection-other-rooms{bottom:16px;right:16px}.other-rooms-title{font-size:.875rem;margin-bottom:12px}.other-rooms-container{gap:20px;flex-direction:row}.other-room-button{gap:8px}.other-room-preview{width:90px;height:90px}.other-room-name{font-size:10px;max-width:90px}.audio-control{top:16px;right:16px;width:40px;height:40px;font-size:18px}.playing-effect{bottom:16px;left:16px;padding:8px 12px;gap:3px;min-width:50px;min-height:32px}.playing-effect--stopped svg{width:16px;height:16px}.sound-bar{width:3px}.sound-bar-1{height:6px}.sound-bar-2{height:12px}.sound-bar-3{height:18px}.sound-bar-4{height:12px}.room-selection-june-blur{width:300px;height:410px;left:auto;right:24px;top:50%;transform:translateY(-50%);border-radius:60px}.room-selection-june-image{width:300px;height:490px;left:auto;right:24px;top:50%;transform:translateY(-50%)}}.room-experience{width:100vw;height:100vh;position:relative;overflow:hidden}.room-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0000001a,#0003)}.audio-control{position:absolute;top:32px;right:32px;width:48px;height:48px;border:2px solid var(--neutral-light);background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50%;cursor:pointer;font-size:20px;display:flex;align-items:center;justify-content:center;z-index:100;transition:all .3s ease;outline:none}.audio-control:hover{background:#ffffff4d;transform:scale(1.1)}.audio-control:focus-visible{outline:3px solid var(--accent-color);outline-offset:4px}.jun-character{position:absolute;width:275px;height:auto;right:-150px;bottom:-300px;z-index:100;pointer-events:none;animation:fadeInUp .8s ease-out .3s both}@media (max-width: 1440px){.jun-character{display:none}}.playing-effect{position:absolute;bottom:32px;left:32px;display:flex;align-items:center;justify-content:center;gap:4px;z-index:100;padding:12px 16px;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:24px;border:2px solid var(--neutral-light);cursor:pointer;transition:all .3s ease;outline:none;min-width:60px;min-height:40px}.playing-effect--playing{align-items:flex-end}.playing-effect--stopped{align-items:center}.playing-effect--stopped svg{color:var(--accent-color);width:20px;height:20px}.playing-effect:hover{background:#ffffff4d;transform:scale(1.05)}.playing-effect:active{transform:scale(.98)}.playing-effect:focus-visible{outline:3px solid var(--accent-color);outline-offset:4px}.sound-bar{width:4px;background:var(--accent-color);border-radius:2px;animation:soundWave 1.2s ease-in-out infinite}.sound-bar-1{height:8px;animation-delay:0s}.sound-bar-2{height:16px;animation-delay:.2s}.sound-bar-3{height:24px;animation-delay:.4s}.sound-bar-4{height:16px;animation-delay:.6s}@keyframes soundWave{0%,to{transform:scaleY(.3);opacity:.7}50%{transform:scaleY(1);opacity:1}}.room-content{position:relative;width:100%;height:100%;z-index:10;padding:24px}.question-card{position:absolute;width:529px;max-height:923px;right:calc((100vw - 1440px)/2 + 148px);bottom:0;right:10%;background:#fff3;backdrop-filter:blur(11.6384px);-webkit-backdrop-filter:blur(11.6384px);border:none;border-radius:0 50px 0 0;padding:40px;box-shadow:0 20px 60px #0003;animation:slideInFromRight .8s cubic-bezier(.34,1.56,.64,1) both;overflow-x:visible;overflow-y:visible;display:flex;flex-direction:column}@media (max-width: 1440px){.question-card{right:5%}}@keyframes slideInFromRight{0%{opacity:0;transform:translate(100%)}60%{transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(60px)}60%{transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.question-form{display:flex;flex-direction:column;gap:14px;flex:1}.question-item{background:#fff6;border:none;border-radius:13.3821px;padding:20px 24px;box-shadow:0 .637244px 3.82346px #00000040;backdrop-filter:blur(12.5856px);-webkit-backdrop-filter:blur(12.5856px);animation:fadeInScale .5s ease-out both}.question-item:nth-child(1){animation-delay:.3s}.question-item:nth-child(2){animation-delay:.4s}.question-item:nth-child(3){animation-delay:.5s}.question-item:nth-child(4){animation-delay:.6s}.question-item:nth-child(5){animation-delay:.7s}.question-text{font-family:Poppins,sans-serif;font-size:12px;font-weight:700;line-height:13px;color:#03296b;margin:0 0 8px;text-shadow:none;text-align:center;text-transform:uppercase}.question-label{font-family:Poppins,sans-serif;font-size:12px;font-weight:700;line-height:13px;color:#03296b;margin:0 auto 14px;text-transform:uppercase;text-align:center;text-shadow:none;width:295px}.question-hint{font-family:Poppins,sans-serif;font-size:10px;font-weight:400;line-height:12px;color:#545b67;margin:0 0 12px;text-shadow:none;text-align:center;opacity:1}.form-group{display:flex;flex-direction:column;gap:8px}.form-input{width:100%;padding:0 16px;border:none;border-radius:0;font-size:15px;line-height:12px;font-family:Poppins,sans-serif;font-weight:400;transition:all .3s ease;outline:none;background:transparent;color:#03296b;box-sizing:border-box;text-align:center}.form-input::placeholder{color:#fff;font-size:15px;line-height:12px;letter-spacing:.5px;text-align:center}.form-input:focus{background:transparent;border:none;box-shadow:none}.option-buttons{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}.option-buttons--grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.option-button{padding:8px 16px;min-height:27.4px;background:#fff6;backdrop-filter:blur(6.78876px);-webkit-backdrop-filter:blur(6.78876px);border:none;border-radius:13.89px;font-size:10px;font-weight:400;line-height:12px;font-family:Poppins,sans-serif;color:#545b67;cursor:pointer;transition:all .3s ease;outline:none;white-space:nowrap;text-align:center;text-shadow:none;box-shadow:0 .343735px 2.06241px #00000040}.option-button:hover{background:#ffffff80;transform:translateY(-1px);box-shadow:0 .5px 3px #0000004d}.option-button--selected{background:#03296b;color:#fffffd;border:none;text-shadow:none;box-shadow:0 .343735px 2.06241px #00000040;backdrop-filter:blur(6.78876px);-webkit-backdrop-filter:blur(6.78876px)}.option-button--selected:hover{background:#03296b;transform:translateY(-1px);box-shadow:0 .5px 3px #0000004d}.submit-button{width:70%;max-width:320px;height:auto;cursor:pointer;transition:all .4s cubic-bezier(.34,1.56,.64,1);margin:5px auto 0;display:block;animation:fadeInScale .6s ease-out .8s both;filter:drop-shadow(0 4px 12px rgba(0,0,0,.2))}.submit-button.inactive{opacity:.5!important;cursor:not-allowed!important;filter:grayscale(.5) drop-shadow(0 2px 6px rgba(0,0,0,.1))}.submit-button:not(.inactive):hover{transform:translateY(-2px) scale(1.02);filter:brightness(1.05) drop-shadow(0 6px 16px rgba(0,0,0,.25))}.submit-button:not(.inactive):active{transform:translateY(0) scale(1);filter:brightness(.98) drop-shadow(0 3px 8px rgba(0,0,0,.2))}.form-hint{font-size:.75rem;color:#999;text-align:center;margin-top:8px}@media (max-width: 768px){.room-content{padding:16px}.question-card{position:absolute;top:50%;left:50%;right:auto;transform:translate(-50%,-50%);padding:32px 24px;width:92%;max-width:92%;min-width:auto;border-radius:24px}@keyframes slideInFromRight{0%{opacity:0;transform:translate(-50%,-40%)}60%{transform:translate(-50%,-52%)}to{opacity:1;transform:translate(-50%,-50%)}}.question-item{padding:16px 20px;border-radius:13.3821px}.question-text{font-size:11px;line-height:12px}.question-label{font-size:11px;line-height:12px;margin-bottom:12px}.question-form{gap:12px}.form-input{padding:10px 14px;font-size:9px;line-height:11px}.option-buttons{gap:6px}.option-buttons--grid{grid-template-columns:1fr;gap:6px}.option-button{padding:8px 14px;font-size:9px;line-height:11px;min-height:24px}.submit-button{margin-top:16px}.audio-control{top:16px;right:16px;width:40px;height:40px;font-size:18px}.playing-effect{bottom:16px;left:16px;padding:8px 12px;gap:3px;min-width:50px;min-height:32px}.playing-effect--stopped svg{width:16px;height:16px}.sound-bar{width:3px}.sound-bar-1{height:6px}.sound-bar-2{height:12px}.sound-bar-3{height:18px}.sound-bar-4{height:12px}}.image-generation{width:100vw;height:100vh;position:relative;overflow:hidden}.room-background{position:absolute;top:0;left:0;width:100%;height:100%;background:var(--primary-color);background-size:cover;background-position:center;background-repeat:no-repeat;opacity:1}.room-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse at center,#ffffff0d,#0000001a 40%,#0000004d);pointer-events:none}.room-background:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse 80% 60% at center,transparent 0%,transparent 50%,rgba(0,0,0,.2) 100%);pointer-events:none}.image-generation-content{position:relative;width:100%;height:100%;display:flex;align-items:flex-end;justify-content:center;z-index:10;padding:32px 32px 48px;text-align:center}.result-state{animation:fadeIn .5s ease}.result-title{font-family:Poppins,sans-serif;font-size:2.5rem;font-weight:400;margin-bottom:24px;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.3)}.share-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-bottom:24px}.share-button{padding:12px 24px;border:2px solid white;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;border-radius:8px;font-size:1rem;font-weight:500;font-family:Poppins,sans-serif;cursor:pointer;transition:all .3s ease;outline:none;min-width:160px;box-shadow:0 4px 12px #0003}.share-button:hover{background:#fff;color:var(--primary-color);transform:translateY(-2px)}.share-button:active{transform:translateY(0)}.share-button:focus-visible{outline:3px solid var(--accent-color);outline-offset:2px}.share-facebook:hover{background:#1877f2;border-color:#1877f2;color:#fff}.share-instagram:hover{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);border-color:transparent;color:#fff}.start-over-button{padding:12px 32px;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;border:2px solid rgba(255,255,255,.5);border-radius:8px;font-size:.875rem;font-weight:500;font-family:Inter,sans-serif;cursor:pointer;transition:all .3s ease;outline:none;box-shadow:0 4px 12px #0003}.start-over-button:hover{background:#ffffff1a;border-color:#fff}.start-over-button:focus-visible{outline:3px solid var(--accent-color);outline-offset:2px}.error-state{color:#fff;text-align:center}.error-state h2{font-family:Poppins,sans-serif;font-size:2rem;margin-bottom:16px}.error-state button{margin-top:24px;padding:12px 32px;background:#fff;color:var(--primary-color);border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.error-state button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}@media (max-width: 768px){.result-title{font-size:2rem}.image-generation-content{padding:24px 16px 32px}.share-buttons{flex-direction:column}.share-button{width:100%}}.menu-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:199;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.menu-panel{position:fixed;right:42px;top:42px;width:305.5px;height:640px;background:#0249b1;border-radius:0 0 0 21px;z-index:200;display:flex;flex-direction:column;opacity:0;transition:clip-path .5s cubic-bezier(.4,0,.2,1),opacity .3s ease;overflow-y:auto}.menu-panel--open{opacity:1}.menu-header{background:#0249b1;padding:0;display:flex;justify-content:flex-end;align-items:flex-start;height:31.75px;position:relative;border-radius:21px 0 0}.menu-close-button{position:absolute;top:0;right:0;width:48px;height:31.75px;background:transparent;border:none;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:0;transition:opacity .2s ease;border-radius:0 21px 0 0}.menu-close-button:hover{opacity:.8}.menu-close-button:active{opacity:.6}.menu-line{width:20px;height:2px;background:#fefefe;border-radius:1px}.menu-items{position:relative;flex:1;display:flex;flex-direction:column;padding:0;margin-top:31.75px}.menu-item{position:absolute;left:0;width:100%;height:134.73px;border:none;cursor:pointer;transition:opacity .2s ease;display:flex;align-items:center;justify-content:flex-start}.menu-item:first-child{top:0;background-color:#2c3241}.menu-item:nth-child(2){top:134.73px;background-color:#96a7b4}.menu-item:nth-child(3){top:269.46px;background-color:#044575}.menu-item:hover{opacity:.9}.menu-item:active{opacity:.8}.menu-item-can{flex-shrink:0;display:flex;align-items:center;justify-content:center;margin-left:71.94px;z-index:1}.menu-item:first-child .menu-item-can{width:74.08px;height:78.71px}.menu-item:nth-child(2) .menu-item-can{margin-left:75.65px;width:66.67px;height:78.35px}.menu-item:nth-child(3) .menu-item-can{margin-left:75.7px;width:67.3px;height:76.61px}.menu-item-can img{width:100%;height:100%;object-fit:contain}@font-face{font-family:ColourSansBoldVNU;src:url(/fonts/ColourSansBoldVNU.otf) format("opentype");font-weight:700;font-style:normal}.menu-item-text{flex-shrink:0;margin-left:12.73px;width:111.56px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;z-index:1}.menu-item:first-child .menu-item-text{height:42.05px}.menu-item:nth-child(2) .menu-item-text{height:42.05px}.menu-item:nth-child(3) .menu-item-text{height:42.91px}.menu-item-text p{margin:0;color:#fff;font-family:ColourSansBoldVNU,sans-serif;font-style:normal;font-weight:700;font-size:22px;line-height:26px;text-transform:uppercase;white-space:nowrap}.menu-brand{position:absolute;top:462px;left:0;right:0;bottom:0;background:#0249b1;padding:0;display:flex;align-items:center;justify-content:center;width:100%}.menu-brand-image{width:125px;height:125px;object-fit:contain;display:block;margin:0 auto}@media (max-width: 768px){.menu-panel{width:305.5px}}.header{position:fixed;top:37px;left:0;right:0;z-index:150;display:flex;justify-content:space-between;align-items:center;padding:0 88px;pointer-events:none}.header-logo{width:75px;height:75px;background:none;border:none;padding:0;cursor:pointer;pointer-events:auto;transition:opacity .2s ease}.header-logo:hover{opacity:.8}.header-logo:active{opacity:.6}.header-logo img{width:100%;height:100%;object-fit:cover;object-position:50% 50%}.header-menu-button{width:48px;height:48px;background:#0249b1;border:none;border-radius:50%;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:0;pointer-events:auto;transition:opacity .2s ease}.header-menu-button:hover{opacity:.8}.header-menu-button:active{opacity:.6}.header-menu-button .menu-line{width:24px;height:2px;background:#fefefe}@font-face{font-family:ColourSansRegularVNU;src:url(/fonts/ColourSansRegularVNU.otf) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:ColourSansBoldVNU;src:url(/fonts/ColourSansBoldVNU.otf) format("opentype");font-weight:700;font-style:normal}.share-room{width:100vw;height:100vh;position:relative;overflow:hidden}.share-room-container{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;z-index:0}.share-room-image{position:relative;width:calc(100vw - 415px);height:100vh;background-size:cover;background-position:center;background-repeat:no-repeat;flex-shrink:0;z-index:1}.share-room-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse at center,#ffffff0d,#0000001a 40%,#0000004d);pointer-events:none}.share-room-image:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse 80% 60% at center,transparent 0%,transparent 50%,rgba(0,0,0,.2) 100%);pointer-events:none}.share-room-right-panel{position:relative;width:415px;height:100vh;background-color:#1d496f80;background-size:cover;background-position:top left;background-repeat:no-repeat;mix-blend-mode:overlay;z-index:5;display:flex;flex-direction:column;align-items:center;padding:150px 0 0;box-sizing:border-box;overflow:visible;flex-shrink:0}.share-room-text-content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:0;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;z-index:6;position:relative;padding:0 32px;width:100%}.share-room-text-line{position:relative;width:384.04px;height:13px;font-family:ColourSansRegularVNU,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:400;font-size:20px;line-height:21px;text-align:center;text-transform:capitalize;color:#c6ddff;margin-bottom:16px}.share-room-text-dynamic{position:relative;width:417.44px;min-height:13px;max-height:42px;font-family:ColourSansBoldVNU,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:700;font-size:20px;line-height:21px;text-align:center;text-transform:capitalize;color:#47c8ff;margin-bottom:20px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;padding:0 20px}.share-room-jun-image{position:absolute;right:215px;bottom:-200px;width:350px;height:auto;z-index:10;pointer-events:none}.share-room-jun-image img{width:100%;height:auto;object-fit:contain}.share-room-share-button{background:none;border:none;padding:0;cursor:pointer;z-index:8;transition:all .3s cubic-bezier(.4,0,.2,1);margin-top:32px;position:relative;transform:scale(1)}.share-room-share-button:hover{transform:scale(1.05);filter:brightness(1.1) drop-shadow(0 4px 12px rgba(71,200,255,.4))}.share-room-share-button:active{transform:scale(.98);transition:all .1s ease}.share-room-share-button img{width:180px;height:auto;object-fit:contain}.share-room-paint-cans{position:absolute;bottom:-10px;right:45px;width:320px;height:auto;z-index:10;pointer-events:none}.share-room-paint-cans img{width:100%;height:auto;object-fit:contain}.app{width:100vw;height:100vh;position:relative;overflow:hidden}.room-selection-wrapper{position:fixed;top:0;left:0;width:100vw;height:100vh;opacity:1;pointer-events:none;z-index:1}.room-selection-wrapper--revealing{z-index:101;pointer-events:auto}.room-selection-wrapper--visible{pointer-events:auto;z-index:100}.room-experience-wrapper{position:fixed;top:0;left:0;width:100vw;height:100vh;opacity:1;pointer-events:none;z-index:1}.room-experience-wrapper--visible{pointer-events:auto;z-index:100}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;width:100%;overflow:hidden}#root{height:100vh;width:100vw;position:relative;overflow:hidden}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
