:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#000;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}body{margin:0;min-width:320px;min-height:100vh;display:block;place-items:unset;background-color:#fff}#root{width:100%;max-width:100%;margin:0 auto;padding:0;text-align:left}html,body{margin:0;padding:0;width:100%;height:100%;zoom:100%;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.ttm-topbar-wrapper{background-color:#2563eb;padding:.5rem 0;width:100%}.ttm-bgcolor-skincolor{background-color:#2563eb}.ttm-textcolor-white{color:#fff}.clearfix:after{content:"";display:table;clear:both}.ttm-topbar-content{display:flex;justify-content:flex-start;align-items:center;padding:.5rem 0}.top-contact{list-style:none;margin:0;padding:0;display:flex;align-items:center;justify-content:space-between;width:100%}.top-contact.text-left{justify-content:space-between}@media (max-width: 768px){.top-contact{flex-direction:column;align-items:flex-start;gap:.75rem}}.list-inline-item{display:inline-flex;align-items:center;font-size:clamp(1.2rem,2vw,1.3rem)}.list-inline-item i,.list-inline-item svg{margin-right:.5rem}.list-inline-item a{color:#fff;text-decoration:none;transition:color .3s ease}.list-inline-item a:hover{color:#d1d5db}.services-section{padding:4rem 0;background:linear-gradient(to bottom,#f9fafb,#fff)}.section-title{font-size:clamp(2rem,5vw,2.5rem);font-weight:700;color:#1f2937;text-align:center;margin-bottom:3rem;letter-spacing:-.025em}.services-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:clamp(.5rem,1vw,1rem);max-width:1200px;margin:0 auto}.service-item{position:relative;height:clamp(10rem,20vw,16rem);border-radius:.5rem;transition:transform .3s ease,box-shadow .3s ease;margin-bottom:clamp(1.5rem,3vw,2.5rem)}.service-item:hover{transform:scale(1.05);box-shadow:0 4px 12px #0000001a}.service-image{width:100%;height:100%;object-fit:cover;border-radius:.5rem}.service-title{position:absolute;bottom:clamp(-4rem,-8vw,-5rem);left:0;right:0;background:#ffffffb3;color:#000;text-align:center;padding:.5rem;font-size:clamp(1.2rem,2.5vw,1.8rem);font-weight:500;border-radius:0 0 .5rem .5rem;opacity:0;transition:opacity .3s ease}.service-item:hover .service-title{opacity:1}.full-page-popup{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000b3;display:flex;justify-content:center;align-items:center;opacity:0;pointer-events:none;transition:opacity .3s ease;z-index:2000;overflow:hidden;box-sizing:border-box}.full-page-popup.active{opacity:1;pointer-events:auto}.popup-container{background:#fff;border-radius:1rem;width:min(90vw,600px);height:auto;max-height:90vh;min-height:clamp(300px,50vh,400px);display:flex;flex-direction:column;box-shadow:0 12px 32px #0000004d;overflow-y:auto;transform:scale(.9);transition:transform .3s ease;box-sizing:border-box}.full-page-popup.active .popup-container{transform:scale(1)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{transform:scale(.9);opacity:.8}to{transform:scale(1);opacity:1}}.popup-image{width:100%;height:auto;max-height:50vh;object-fit:cover;border-top-left-radius:1rem;border-top-right-radius:1rem}.popup-content{padding:2rem;text-align:center;background:#fff;flex:1}.popup-title{font-size:clamp(1.5rem,3vw,1.75rem);font-weight:700;color:#1f2937;margin-bottom:1rem}.popup-description{font-size:clamp(1rem,2vw,1.125rem);line-height:1.6;color:#4b5563}.gallery-section{padding:4rem 0;background:#fff}.gallery-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem;margin-top:2rem}@media (min-width: 768px){.gallery-grid{grid-template-columns:repeat(3,1fr)}}.gallery-item{width:100%;height:clamp(10rem,20vw,16rem);border-radius:.5rem;overflow:hidden;object-fit:cover;transition:transform .3s ease,box-shadow .3s ease}.gallery-item:hover{transform:scale(1.05);box-shadow:0 4px 12px #0000001a}.contact-section{padding:4rem 0;background:#f3f4f6}.contact-form-container{max-width:32rem;margin:2rem auto 0}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-label{color:#1f2937;font-size:1rem;font-weight:500;margin-bottom:.5rem}.form-input,.form-textarea{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:1rem;color:#1f2937;background:#fff;transition:border-color .3s ease,box-shadow .3s ease}.form-input:focus,.form-textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-textarea{resize:vertical;min-height:100px}.submit-button{background:#2563eb;color:#fff;padding:.75rem 1.5rem;border-radius:.375rem;font-size:1rem;font-weight:500;border:none;cursor:pointer;transition:background .3s ease}.submit-button:hover{background:#1d4ed8}@media (max-width: 768px){.section-title{font-size:clamp(1.5rem,4vw,2rem)}.services-section,.gallery-section,.contact-section{padding:2rem 0}.container{padding:0 1rem}.popup-container{width:min(95vw,500px);min-height:clamp(250px,45vh,350px);max-height:95vh}.popup-image{max-height:40vh}.services-grid{grid-template-columns:repeat(5,1fr);gap:.5rem}.service-item{height:clamp(8rem,15vw,12rem);margin-bottom:clamp(1rem,2vw,2rem)}.service-title{font-size:clamp(.9rem,2vw,1.2rem);bottom:clamp(-3rem,-6vw,-4rem)}.top-contact{flex-direction:column;align-items:flex-start;gap:.75rem}}.live-stream-section{padding:4rem 0;background:#111827;color:#fff}.live-player-wrapper{position:relative;padding-top:56.25%;height:0;overflow:hidden;border-radius:.5rem;box-shadow:0 4px 20px #00000080;max-width:960px;margin:0 auto}.live-player-wrapper iframe.live-player{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.login-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background-color:#f5f5f5;padding:20px}.login-title{font-size:2rem;margin-bottom:20px;color:#333}.login-form{background:#fff;padding:30px;border-radius:8px;box-shadow:0 4px 8px #0000001a;width:100%;max-width:400px}.form-group{margin-bottom:20px}.form-label{display:block;font-size:1rem;margin-bottom:8px;color:#555}.form-input{width:100%;padding:10px;font-size:1rem;border:1px solid #ddd;border-radius:4px;outline:none}.form-input:focus{border-color:#007bff;box-shadow:0 0 5px #007bff4d}.error-message{color:#d9534f;font-size:.9rem;margin-bottom:15px}.login-button{width:100%;padding:12px;background-color:#007bff;color:#fff;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:background-color .3s}.login-button:hover{background-color:#0056b3}.error-message{color:#ef4444;background:#fee2e2;padding:.5rem 1rem;margin-bottom:1rem;border-radius:.375rem;font-size:.95rem;text-align:center}.logout-container{display:flex;justify-content:flex-end;margin-bottom:1rem}.logout-button{background-color:#ef4444;color:#fff;padding:.5rem 1rem;border:none;border-radius:6px;cursor:pointer;font-size:1rem;transition:background .3s}.logout-button:hover{background-color:#dc2626}.dashboard-container{padding:2rem;max-width:800px;margin:auto;font-family:sans-serif}.dashboard-form{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.dashboard-form input,.dashboard-form textarea{padding:.8rem;border:1px solid #d1d5db;border-radius:8px;font-size:.95rem;transition:border-color .2s}.dashboard-form input:focus,.dashboard-form textarea:focus{border-color:#2563eb;outline:none}.dashboard-form button{background-color:#2563eb;color:#fff;padding:.8rem;border:none;border-radius:8px;cursor:pointer;font-weight:500;font-size:1rem;transition:background-color .3s}.dashboard-form button:hover{background-color:#1d4ed8}.page-list{list-style:none;padding:0;margin-top:1rem}.page-header{display:grid;grid-template-columns:.5fr 1.5fr 1.5fr 1fr 1fr 1.5fr;padding:.75rem 1rem;font-weight:600;background-color:#f3f4f6;border-bottom:1px solid #e5e7eb;margin-bottom:.5rem;text-align:center}.page-row{display:grid;grid-template-columns:.5fr 1.5fr 1.5fr 1fr 1fr 1.5fr;align-items:center;padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:6px;margin-bottom:.5rem;background:#f9fafb;text-align:center}.copy-msg{color:#16a34a;margin-top:1rem;text-align:center;font-weight:500}.button-group{display:flex;justify-content:center;gap:.5rem}.button-group button{background-color:#2563eb;color:#fff;border:none;padding:.4rem .8rem;border-radius:4px;cursor:pointer;font-size:.9rem;transition:background-color .2s}.button-group button:hover{background-color:#1d4ed8}.button-group button:nth-child(2){background-color:#fbbf24}.button-group button:nth-child(2):hover{background-color:#f59e0b}.button-group button:nth-child(3){background-color:#ef4444}.button-group button:nth-child(3):hover{background-color:#dc2626}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0006;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;padding:2rem;border-radius:8px;width:100%;max-width:800px;max-height:90vh;overflow-y:auto;box-shadow:0 0 10px #0000004d}.close-modal{background-color:#ef4444;color:#fff;padding:.5rem 1rem;margin-top:.5rem;border:none;border-radius:6px;cursor:pointer}.close-modal:hover{background-color:#dc2626}.existing-images{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.image-preview{position:relative;width:100px;height:100px;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.image-preview img{width:100%;height:100%;object-fit:cover}.remove-image-btn{position:absolute;top:2px;right:2px;background-color:#00000080;color:#fff;border:none;border-radius:50%;width:22px;height:22px;font-size:.8rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .3s}.remove-image-btn:hover{background-color:#000c}.iframe-row{display:flex;gap:1rem;margin-bottom:.5rem;align-items:flex-start}.iframe-row input{flex:1}.iframe-row textarea{flex:2}.remove-iframe-btn{background-color:#ef4444;color:#fff;border:none;padding:.4rem .8rem;border-radius:6px;cursor:pointer;font-size:.85rem;transition:background-color .3s;align-self:center;height:40px}.remove-iframe-btn:hover{background-color:#dc2626}.iframe-group{display:flex;flex-direction:column;gap:.5rem}.iframe-description-input{padding:.8rem;border:1px solid #d1d5db;border-radius:8px;font-size:.95rem}.dashboard-form input[type=text]{font-family:inherit}.iframe-description-input{margin-top:.3rem;padding:.7rem;border-radius:6px;border:1px solid #d1d5db;width:100%}.image-input-section{margin-bottom:1rem;display:flex;flex-direction:column;gap:.3rem}.input-label{font-weight:600;color:#333;margin-bottom:.3rem;font-size:.95rem}.image-input-section input[type=file]{padding:.4rem;border:1px solid #ddd;border-radius:6px;background-color:#f9f9f9;cursor:pointer}.toggle-create-form{background-color:#4f46e5;color:#fff;padding:.5rem 1rem;border-radius:.375rem;margin-bottom:1rem;cursor:pointer}.dashboard-form{transition:all .3s ease}.time-select-group{display:flex;gap:.5rem;align-items:center}.time-select-group select{padding:.25rem}.existing-studio-images{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}@media (max-width: 768px){.page-header,.page-row{font-size:.8rem;padding:.5rem .75rem;overflow-x:auto;white-space:nowrap}.dashboard-container{padding:1rem;max-width:100%;overflow-x:auto}.page-header,.page-row{grid-template-columns:60px 100px 120px 80px 80px 120px}.button-group{flex-direction:column;align-items:stretch}.modal-content{padding:1rem;max-width:95%;max-height:90vh}.logout-container,.existing-images,.existing-studio-images{justify-content:center}.dashboard-form input,.dashboard-form textarea{font-size:.9rem}.dashboard-form button{font-size:.95rem}}.page-background{position:relative;overflow:hidden;min-height:100vh;width:100%;background:linear-gradient(to bottom,#e0f7fa,#fff)}.content-with-background{width:100%;background-image:url(/images/dpage_background8.png);background-size:cover;background-position:center;background-repeat:repeat;padding:2rem 0;margin-bottom:-6rem}.dynamic-page{max-width:960px;margin:0 auto;padding:1rem;text-align:center;position:relative;z-index:2}.dynamic-page h2{font-size:2rem;font-weight:700;margin-bottom:2rem;color:#111827}.iframe-wrapper{width:100%;aspect-ratio:16 / 9;border-radius:.5rem;overflow:hidden;box-shadow:0 4px 20px #00000026}.iframe-wrapper iframe{width:100%;height:100%;border:none}.name-box{width:100vw;margin-left:-50vw;left:50%;position:relative;padding:3rem 1rem;text-align:center;margin-bottom:2rem;box-shadow:0 4px 20px #0000000d}.name-large{font-size:2.5rem;font-weight:700;margin:.5rem 0;color:#0105fe}.name-small{font-size:2rem;font-weight:500;margin:.5rem 0;color:#6b7280}.iframe-buttons{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.iframe-btn{background-color:#fff;color:#111;font-weight:600;padding:.6rem 1.2rem;border:2px solid #ddd;border-radius:6px;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 4px #0000000d}.iframe-btn:hover{border-color:#aaa;box-shadow:0 3px 6px #0000001a}.iframe-btn.active{border-color:#000;background-color:#f3f4f6}.super-counter-container{margin:1rem auto;opacity:.7;display:flex;justify-content:center;align-items:center;width:120px;height:40px}#sconlineimg{margin:-22px auto;display:block!important;pointer-events:none}@media (max-width: 768px){.super-counter-container{margin-bottom:-5rem}#sconlineimg{margin:-18px auto}}.iframe-description{max-width:900px;margin:.5rem auto 1rem;text-align:center;color:red;font-size:1.25rem;line-height:1.4;padding:0 1rem}.iframe-btn{background:linear-gradient(145deg,#fff,#fff);color:#111;padding:.6rem 1.5rem;border-radius:9999px;box-shadow:0 4px 6px #0000001a;transition:all .3s ease;border:none}.iframe-btn:hover{transform:translateY(-2px);box-shadow:0 6px 12px #00000026}.iframe-btn.active{background:linear-gradient(145deg,#fff,#fff);color:#000}.scroll-container{width:100%;overflow:hidden;white-space:nowrap;padding:.1rem 0;margin-top:-2rem}.scroll-text{display:inline-block;padding-left:100%;animation:scroll-left 30s linear infinite;font-weight:600;color:#f50;letter-spacing:1px;font-size:25px}@media (max-width: 768px){.scroll-text{font-size:20px}}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-100%)}}.decorated-circle{position:relative;width:300px;height:300px;margin:2rem auto;border-radius:50%;background-color:#f9c9d0;box-shadow:0 0 20px #0000001a;border:2px double #616161;display:flex;align-items:center;justify-content:center;flex-direction:column;z-index:1}.decorated-circle:after{content:"";position:absolute;width:110%;height:110%;border:2px dashed rgba(0,0,0,.4);border-radius:50%;top:-5%;left:-5%;animation:rotate 30s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.name-large{font-size:2.5rem;font-weight:700;color:#222}.name-small{font-size:1.5rem;color:#999}.bubbles{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;overflow:hidden;z-index:0}.bubbles span{position:absolute;bottom:-50px;border-radius:50%;background:#f84d9a66;opacity:.7;box-shadow:0 0 10px #f0c6;animation:rise 20s linear infinite}.bubbles span:nth-child(1){left:5%;width:40px;height:40px;animation-duration:20s}.bubbles span:nth-child(2){left:10%;width:50px;height:50px;animation-duration:25s}.bubbles span:nth-child(3){left:15%;width:30px;height:30px;animation-duration:18s}.bubbles span:nth-child(4){left:20%;width:15px;height:15px;animation-duration:28s}.bubbles span:nth-child(5){left:25%;width:70px;height:70px;animation-duration:22s}.bubbles span:nth-child(6){left:30%;width:40px;height:40px;animation-duration:24s}.bubbles span:nth-child(7){left:35%;width:50px;height:50px;animation-duration:26s}.bubbles span:nth-child(8){left:40%;width:30px;height:30px;animation-duration:19s}.bubbles span:nth-child(9){left:45%;width:60px;height:60px;animation-duration:29s}.bubbles span:nth-child(10){left:50%;width:20px;height:20px;animation-duration:27s}.bubbles span:nth-child(11){left:55%;width:40px;height:40px;animation-duration:21s}.bubbles span:nth-child(12){left:60%;width:50px;height:50px;animation-duration:23s}.bubbles span:nth-child(13){left:65%;width:30px;height:30px;animation-duration:17s}.bubbles span:nth-child(14){left:70%;width:60px;height:60px;animation-duration:30s}.bubbles span:nth-child(15){left:75%;width:25px;height:25px;animation-duration:28s}.bubbles span:nth-child(16){left:80%;width:40px;height:40px;animation-duration:22s}.bubbles span:nth-child(17){left:85%;width:50px;height:50px;animation-duration:24s}.bubbles span:nth-child(18){left:90%;width:30px;height:30px;animation-duration:19s}.bubbles span:nth-child(19){left:95%;width:60px;height:60px;animation-duration:27s}.bubbles span:nth-child(20){left:100%;width:20px;height:20px;animation-duration:30s}@keyframes rise{0%{transform:translateY(0) scale(1);opacity:.9}50%{opacity:.6}to{transform:translateY(-240vh) scale(1.2);opacity:.2}}.main-carousel{position:relative;width:100vw;height:900px;overflow:hidden;left:50%;margin-left:-50vw}.main-carousel-image{position:absolute;width:100vw;height:900px;object-fit:cover;opacity:0;transition:opacity 1s ease-in-out}.main-carousel-image.active{opacity:1;z-index:1}.studio-carousel{position:relative;width:100vw;height:900px;overflow:hidden;left:50%;margin-left:-50vw;margin-bottom:2rem;background-color:#000;border:2px solid #333}.studio-carousel-image{position:absolute;width:100vw;height:900px;object-fit:cover;opacity:0;transition:opacity 1s ease-in-out}.studio-carousel-image.active{opacity:1;z-index:1}@media (max-width: 768px){.main-carousel,.main-carousel-image{height:250px}.studio-carousel{height:250px;margin-top:5rem}.studio-carousel-image{height:250px}}.footer{text-align:center;position:relative;z-index:2;margin-bottom:2rem}.footer-text{font-size:3rem;color:#333;margin:0;padding:1rem;font-family:Great Vibes,cursive}@media (max-width: 768px){.footer-text{font-size:2rem;padding:.5rem}.footer{padding-top:6rem}}.single-statement{font-size:2rem;font-weight:600;color:#222;text-align:center;padding:0 1rem;word-break:break-word;white-space:normal;max-width:90%;line-height:1.4}.header-container{background:#fff;box-shadow:0 2px 4px #0000001a;padding:.8rem 1rem;position:sticky;top:0;z-index:1000}.header-content{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem}.site-title-container{display:flex;align-items:center;gap:1rem}.header-logo{height:46px;width:auto;object-fit:contain}.site-title{font-size:1.8rem;font-weight:700;color:#1f2937}.nav-links{display:flex;gap:2rem}.nav-link{font-size:1.2rem;color:#1f2937;text-decoration:none;transition:color .3s}.nav-link:hover{color:#2563eb}@media (max-width: 768px){.header-content{padding:0 1rem}.site-title-container{margin-left:0}.nav-links{margin-right:0;gap:1rem}.site-title{font-size:1.25rem}.header-logo{height:32px}}.desktop-only{display:flex}.mobile-only{display:none}.mobile-menu-icon{cursor:pointer;color:#1f2937}.mobile-dropdown{background-color:#fff;display:flex;flex-direction:column;padding:.5rem 1rem;box-shadow:0 4px 8px #0000001a}.dropdown-link{padding:.5rem 0;text-decoration:none;color:#1f2937;font-size:1.1rem;border-bottom:1px solid #eee}.dropdown-link:last-child{border-bottom:none}.dropdown-link:hover{color:#2563eb}@media (max-width: 768px){.desktop-only{display:none}.mobile-only{display:block}.header-content{padding:0 1rem}.site-title{font-size:1.25rem}.header-logo{height:32px}}.mobile-dropdown{display:flex;flex-direction:column;background-color:#fff;padding:1rem;box-shadow:0 4px 6px #0000001a}.dropdown-link{padding:.5rem 0;color:#000;text-decoration:none;font-weight:500;transition:color .2s ease}.dropdown-link:hover{color:#07c}@media (min-width: 768px){.mobile-dropdown{display:none}}.image-carousel-container{position:relative;width:100%;height:80vh;overflow:hidden;background-color:#f1f1f1}@media (max-width: 768px){.image-carousel-container{height:250px}}.main-carousel-image-mainpage{width:100%;height:100%;background-size:contain;background-position:center;background-repeat:no-repeat;transition:all .5s ease}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);cursor:pointer;color:#fff;background:#9c9b9b80;padding:8px;border-radius:50%;transition:background .3s}.carousel-arrow:hover{background:#000c}.left-arrow{left:8px}.right-arrow{right:8px}.carousel-dots{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:10px}.carousel-dot{width:10px;height:10px;background:#ffffff80;border-radius:50%;cursor:pointer;transition:background .3s}.carousel-dot.active{background:#fff}
