@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.0/font/bootstrap-icons.css");@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");:root{--primary-color:#E86CFF;--primary-light:#D0D6F9;--secondary-color:#6c757d;--background-color:#FAFAFA;--dark-background:#1B1F31;--card-bg-color:#FAFAFA;--text-color:#111111;--text-light:#D0D6F9;--border-radius:10px;--box-shadow:0 8px 20px rgba(27,31,49,0.1);--transition-speed:0.3s;--purple:#E86CFF;--ai-pink:#E86CFF;--night-indigo:#1B1F31;--pastel-blue:#D0D6F9;--light-background:#FAFAFA;--strong-black:#111111;--TextColor1:#403d3c;--FillColor6:#ffffff;--TextColor11:#333333;--TextColor13:#97a0b4;--FillColor15:#f5f7fd;--FillColor17:#ffffff;--Font:"PingFang SC",Arial,"Microsoft YaHei",sans-serif;--WeightT:500;--HomeHeaderHeight:80px;--ScrollbarThumbColor:#c8c8c8;--ScrollbarThumbWidth:4px}@media (prefers-color-scheme:dark){:root{--background:#1B1F31;--foreground:#D0D6F9}}body,html{max-width:100vw;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;color:var(--text-color);background-color:var(--background-color);scroll-behavior:smooth;height:100%;overscroll-behavior:none}.bg-light,.snap-section,body,html{overflow-x:hidden;margin:0;padding:0}.bg-light,.snap-section{height:100vh;width:100%;display:flex;flex-direction:column;justify-content:center;transition:transform .4s ease;position:relative}.snap-section{min-height:100vh;scroll-snap-align:none;overflow-y:auto}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:rgba(27,31,49,.03)}::-webkit-scrollbar-thumb{background-color:var(--ai-pink);border-radius:6px;opacity:.7}::-webkit-scrollbar-thumb:hover{background-color:var(--ai-pink);opacity:1}.image-detail-modal .modal-dialog{max-width:1200px;margin:1.75rem auto}.image-detail-modal .modal-content{border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,.15);background-color:white;position:relative}.modal-close-btn{position:absolute;top:15px;right:15px;z-index:10;background-color:rgba(255,255,255,.7);border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 5px rgba(0,0,0,.1)}.modal-close-btn:hover{background-color:rgba(255,255,255,.9);transform:scale(1.1)}.modal-content-wrapper{display:flex;flex-direction:row;width:100%;height:100%}.modal-comparison-images{width:60%;padding:0;display:flex;align-items:center;justify-content:center}.before-after-container{display:flex;width:100%;height:100%}.after-image,.before-image{position:relative;flex:1 1;height:550px;overflow:hidden}.after-image img,.before-image img{width:100%;height:100%;object-fit:cover;object-position:center}.after-image .label,.before-image .label{position:absolute;top:10px;padding:4px 10px;background-color:rgba(33,37,41,.8);color:white;font-size:.8rem;border-radius:4px;z-index:1}.before-image .label{left:10px}.after-image .label{right:10px}.modal-info-panel{width:40%;padding:40px 30px;background-color:white;display:flex;flex-direction:column}.ai-model-header{color:var(--purple);font-size:1.4rem;font-weight:600;margin-bottom:20px}.ai-description{font-size:1rem;line-height:1.5;color:#333;margin-bottom:30px;padding:0 10px}.model-options{display:flex;gap:20px;margin-bottom:40px}.option-section{flex:1 1}.option-section h5{font-size:1rem;font-weight:500;margin-bottom:15px}.location-thumbnail,.model-thumbnail{width:100%;overflow:hidden;border-radius:8px;box-shadow:0 3px 10px rgba(0,0,0,.08)}.location-thumbnail img,.model-thumbnail img{width:100%;height:120px;object-fit:cover;display:block}.location-name,.model-name{text-align:center;font-size:.9rem;padding:8px 0;color:#555}.try-free-button-container{margin-top:auto;text-align:center}.try-free-button{background-color:var(--purple);color:white;border:none;border-radius:8px;padding:12px 30px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;width:100%;max-width:300px}.try-free-button:hover{background-color:#5c35a4;transform:translateY(-2px);box-shadow:0 5px 15px rgba(111,66,193,.3)}.try-free-button i{margin-left:8px;transition:transform .3s ease}.try-free-button:hover i{transform:translateX(5px)}@media (max-width:991px){.modal-content-wrapper{flex-direction:column}.modal-comparison-images,.modal-info-panel{width:100%}.after-image,.before-image{height:300px}}.cases-grid{width:100%;display:flex;flex-direction:column;align-items:center;position:relative;padding:2rem .5rem;max-width:1400px;margin:0 auto}.category-btn{transition:all .3s ease;border:none!important;font-size:.85rem!important;white-space:nowrap}.category-btn:hover{transform:translateY(-3px)}.gallery-container{width:100%;overflow-y:auto;margin:0 auto;padding:0 5px}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));grid-gap:15px;gap:15px;width:100%}.section-last{margin-bottom:10em;margin-top:8em}@media (min-width:576px){.gallery-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:768px){.gallery-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width:992px){.gallery-grid{grid-template-columns:repeat(6,1fr)}}.gallery-item{page-break-inside:avoid;break-inside:avoid;margin-bottom:.5rem;position:relative}.gallery-item-inner{position:relative;overflow:hidden;border-radius:8px;box-shadow:0 3px 10px rgba(0,0,0,.1);cursor:pointer;height:100%}.gallery-item-inner img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease;aspect-ratio:3/4;display:block}.gallery-item-inner:hover img{transform:scale(1.05)}.item-overlay{position:absolute;bottom:0;left:0;width:100%;padding:12px;background:linear-gradient(0deg,rgba(0,0,0,.8),transparent);color:white;opacity:0;transition:opacity .3s ease;display:flex;flex-direction:column;gap:6px}.gallery-item-inner:hover .item-overlay{opacity:1}.item-likes{font-weight:600;font-size:.85rem}.item-tags{display:flex;flex-wrap:wrap;gap:4px}.item-tag{background:rgba(255,255,255,.2);padding:2px 6px;border-radius:4px;font-size:.65rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.image-detail-modal .modal-content{border-radius:12px;overflow:hidden;border:none;box-shadow:0 10px 40px rgba(0,0,0,.2)}.modal-images{display:flex;flex-direction:column}.after-image,.before-image{width:100%}.modal-images img{width:100%;height:auto;object-fit:contain}.btn-primary{font-weight:500;transition:all .3s ease}.btn-primary:hover{background-color:#D659E6!important;border-color:#D659E6!important;transform:translateY(-2px);box-shadow:0 4px 12px rgba(232,108,255,.3)}.btn-primary{background-color:#E86CFF!important;border-color:#E86CFF!important;color:white!important}.btn-primary:active,.btn-primary:focus,.btn-primary:hover{background-color:#D659E6!important;color:white!important;border:1.2px solid white!important;box-shadow:0 4px 12px rgba(9,44,139,.3)}.btn-outline-primary{color:#E86CFF!important;border-color:#E86CFF!important;background-color:transparent!important}.btn-outline-primary:active,.btn-outline-primary:focus,.btn-outline-primary:hover{background-color:#E86CFF!important;border-color:#E86CFF!important;color:white!important}.bg-primary{background-color:#E86CFF!important}.navbar:not(.bg-dark){background-color:rgba(250,250,250,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 20px rgba(27,31,49,.1)}.navbar-light .navbar-nav .nav-link{color:var(--text-color)!important;transition:color .3s ease}.navbar-light .navbar-nav .nav-link.active{color:#E86CFF!important;font-weight:600}.navbar:not(.bg-dark) .navbar-brand{font-weight:700;color:#E86CFF!important}.card{border-radius:16px;border:none;box-shadow:0 4px 20px rgba(27,31,49,.08);overflow:hidden;transition:all .3s ease;background-color:white}.card:hover{transform:translateY(-8px);box-shadow:0 12px 30px rgba(232,108,255,.15)}.card-header{background-color:#E86CFF;color:white;border-bottom:none;font-weight:600}.auth-container{min-height:calc(100vh - 56px);background-color:var(--primary-light)}.auth-image{width:50%;background-size:cover;background-position:50%;display:none;border-radius:0 var(--border-radius) var(--border-radius) 0;box-shadow:var(--box-shadow)}.auth-form-container{width:100%;padding:2rem;display:flex;flex-direction:column;justify-content:center;align-items:center}.auth-form{background-color:white;border-radius:var(--border-radius);box-shadow:var(--box-shadow)}.credit-card{transition:transform var(--transition-speed),box-shadow var(--transition-speed);height:100%;background:linear-gradient(to bottom right,white,#f8f9fa)}.credit-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px rgba(0,0,0,.1)}.credit-card .card-header{background-color:var(--primary-color);color:white;padding:1.5rem 1rem}.dropzone{border:2px dashed #ccc;border-radius:var(--border-radius);padding:2rem;text-align:center;cursor:pointer;transition:border var(--transition-speed);background-color:#f9f9f9}.dropzone.active,.dropzone:hover{border-color:var(--primary-color)}.dropzone.active{background-color:var(--primary-light)}.image-preview{display:flex;flex-wrap:wrap;gap:10px;margin-top:1rem}.image-preview img{width:100px;height:100px;object-fit:cover;border-radius:var(--border-radius);box-shadow:0 2px 5px rgba(0,0,0,.1);transition:transform var(--transition-speed)}.image-preview img:hover{transform:scale(1.05)}.dashboard-card{background:linear-gradient(135deg,white,#f8f9fa);border-radius:var(--border-radius);padding:2rem;height:100%}.dashboard-stat{font-size:2.5rem;font-weight:600;color:var(--primary-color)}.stat-card{background:white;border-radius:var(--border-radius);box-shadow:var(--box-shadow);padding:2rem;transition:transform var(--transition-speed)}.stat-card:hover{transform:translateY(-5px)}.stat-value{font-size:3rem;font-weight:700;color:var(--primary-color)}.bg-gradient-primary{background:linear-gradient(135deg,var(--primary-color),#4be3bf);color:white}.step-progress{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.step{position:relative;z-index:1}.step-number{width:40px;height:40px;border-radius:50%;background-color:#e9ecef;display:flex;align-items:center;justify-content:center;font-weight:600;margin-bottom:.5rem;transition:all var(--transition-speed)}.step-title{font-size:.9rem;color:var(--secondary-color)}.step.active .step-number{background-color:var(--primary-color);color:white}.step.active .step-title{color:var(--primary-color);font-weight:500}.step.completed .step-number{background-color:var(--primary-color);color:white}.step-line{flex:1 1;height:3px;background-color:#e9ecef;margin:0 10px;position:relative;top:-20px;z-index:0}.step-line.active{background-color:var(--primary-color)}@media (min-width:768px){.auth-image{display:block}.auth-form-container{width:50%}}.logo-image{height:2em;position:relative;top:-.2em}.navbar-custom{background-color:rgba(0,0,0,.3)!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 0}.navbar-custom .navbar-nav .nav-link{color:white;text-decoration:none;font-size:.95rem;font-weight:500;padding:.25rem 0;position:relative;border:1px solid white;width:9em;transition:all .2s ease;height:2.5em;display:flex;align-items:center;justify-content:center;border-radius:2em;margin-left:.5em}.navbar-custom .navbar-nav .nav-link:hover{color:rgb(232,108,255)!important;border:1px solid #e86cff}.navbar-custom .dropdown-menu{background-color:#fff;border-radius:.5rem;box-shadow:0 4px 12px rgba(0,0,0,.1)}.navbar-custom .navbar-toggler{border:none;background-color:#E86CFF}.navbar-custom .navbar-toggler-icon{filter:invert(1)}.hero-section{position:relative;height:100vh;overflow:hidden}.hero-section .hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:brightness(.5)}.hero-section .hero-content{position:relative;z-index:1;text-align:center;color:#fff;padding:0 1rem}.hero-section .hero-content h1{font-size:2.5rem}@media(min-width:768px){.hero-section .hero-content h1{font-size:4rem}}.hero-section .hero-content p{font-size:1.25rem;margin-top:.5rem}.hero-section .hero-btn-group .btn-primary{background-color:#00CA99;border-color:#00CA99;padding:.75rem 1.5rem;font-size:1.25rem!important;transition:background-color .3s;border:1.2px solid white!important}.hero-section .hero-btn-group .btn-primary:hover{background-color:#00b087}.hero-section .hero-btn-group .btn-outline-light{color:#fff;border-color:#fff}.hero-section .hero-btn-group .btn-outline-light:hover{background-color:rgba(255,255,255,.1)}.trusted-logos{text-align:center;position:relative}.trusted-logos p{color:#6c757d;font-size:1rem;margin-bottom:1.5rem}.trusted-logos .logo-img{opacity:.6;transition:opacity .3s}.trusted-logos .logo-img:hover{opacity:1}.features-carousel{height:100vh;display:flex;align-items:center;flex-direction:column;justify-content:center}.features-carousel .carousel-image{position:relative}.features-carousel .carousel-image img{width:100%;border-radius:.5rem;display:block}.features-carousel .carousel-image img.top{position:absolute;top:0;left:0}.features-carousel .nav-tabs .nav-link{color:#495057;font-weight:500;transition:color .3s,border-color .3s}.features-carousel .nav-tabs .nav-link.active{border-color:#ffc107 #ffc107 #fff;color:#ffc107}.features-carousel .tab-content p{line-height:1.6;margin-top:1rem}.agents-section .card{border:none;transition:transform .3s,box-shadow .3s}.agents-section .card:hover{transform:translateY(-5px);box-shadow:0 8px 24px rgba(0,0,0,.15)}.agents-section .card-img-top{padding:1rem;object-fit:contain;height:120px}.agents-section .card-title{font-weight:600;margin-top:.5rem}.agents-section .card-text{font-size:.875rem;color:#6c757d}.agents-section .btn-primary{background-color:#00CA99;border-color:#00CA99}.agents-section .btn-primary:hover{background-color:#00b087}.free-points-banner{z-index:100;cursor:pointer;opacity:.95;transition:opacity .3s ease,transform .3s ease}.free-points-banner:hover{opacity:1;transform:translateY(-3px)}.banner-content{box-shadow:0 3px 15px rgba(0,0,0,.15);border-radius:6px}.footer-custom{background-color:#212529;color:#adb5bd;padding:3rem 0}.footer-custom h5{color:#fff;font-size:1.1rem;margin-bottom:1rem}.footer-custom a{color:#adb5bd;text-decoration:none;transition:color .2s}.footer-custom a:hover{color:#fff}.footer-custom .social-icons a{margin-right:.5rem;font-size:1.25rem;transition:color .2s}.footer-custom .social-icons a:hover{color:#FFD45E}.footer-custom hr{border-color:rgba(255,255,255,.1)}body{font-family:Poppins,sans-serif}.auth-page{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#e4e8f0);padding-top:4rem}.auth-wrapper{width:100%;max-width:1400px;margin:2rem auto;padding:0 2rem}.auth-container{display:flex;background:white;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.1);margin-top:2rem}.auth-form-section{width:50%;padding:3rem;background-color:white}.form-header{text-align:center;margin-bottom:2rem}.form-title{font-size:2rem;font-weight:700;color:#333;margin-bottom:.5rem}.form-subtitle{color:#6c757d;font-size:1rem}.auth-tabs{display:flex;justify-content:center;margin-bottom:2rem}.auth-tab{background:none;border:none;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;color:#6c757d;position:relative;cursor:pointer;transition:all .3s ease}.auth-tab.active{color:white!important;border-radius:30px}.auth-tab.active,.auth-tab.active:after{background-color:#E86CFF!important}.modern-form{width:100%}.modern-input{height:56px;border-radius:8px;border:1px solid #ced4da;padding:1rem .75rem;font-size:1rem;transition:all .3s ease}.modern-input:focus{border-color:#6f42c1;box-shadow:0 0 0 .25rem rgba(111,66,193,.25)}.form-floating label{padding:1rem .75rem}.modern-checkbox .form-check-input:checked{background-color:#6f42c1;border-color:#6f42c1}.modern-checkbox .form-check-input:focus{border-color:#6f42c1;box-shadow:0 0 0 .25rem rgba(111,66,193,.25)}.forgot-password{color:#6f42c1;text-decoration:none;font-size:.875rem;transition:all .3s ease}.forgot-password:hover{text-decoration:underline;color:#5a36a0}.modern-button{height:48px;border-radius:8px;background-color:#E86CFF!important;color:white;font-weight:500;border:none;transition:all .3s ease}.modern-button:hover{background-color:#E86CFF!important;transform:translateY(-2px);box-shadow:0 5px 15px rgba(111,66,193,.3)}.modern-button:disabled{background-color:#6f42c1;opacity:.7}.social-login-section{margin-top:2rem}.divider{display:flex;align-items:center;margin:1.5rem 0}.divider:after,.divider:before{content:"";flex:1 1;height:1px;background:#e9ecef}.divider span{padding:0 1rem;color:#6c757d;font-size:.875rem;font-weight:500}.social-buttons{display:flex;flex-direction:column;gap:1rem}.social-button{height:48px;border-radius:8px;border:1px solid #e9ecef;background-color:white;display:flex;align-items:center;justify-content:center;font-weight:500;gap:.5rem;transition:all .3s ease;cursor:pointer}.social-button:hover{background-color:#f8f9fa;transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,0,0,.05)}.social-button.google i{color:#ea4335}.social-button.apple i{color:#000000}.toggle-form-text{color:#6c757d;font-size:.875rem}.toggle-link{color:#E86CFF;font-weight:500;background:none;border:none;padding:0;text-decoration:none;transition:all .3s ease}.toggle-link:hover{text-decoration:underline;color:#5a36a0}.terms-link{color:#E86CFF;text-decoration:none}.terms-link:hover{text-decoration:underline}.auth-features-section{width:50%;background:linear-gradient(135deg,#1F2438,#2E334A);color:white;padding:3rem;display:flex;flex-direction:column}.features-content{max-width:450px}.features-title{font-size:1.75rem;font-weight:700;margin-bottom:2rem}.feature-list{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}.feature-item{display:flex;align-items:flex-start;gap:1rem}.feature-icon{width:40px;height:40px;border-radius:50%;background-color:#ea8ffa!important;display:flex;align-items:center;justify-content:center;font-size:1.25rem}.feature-text{flex:1 1}.feature-text h4{font-size:1.125rem;font-weight:600;margin-bottom:.25rem}.feature-text p{font-size:.875rem;opacity:.8}.features-footer{border-top:1px solid rgba(255,255,255,.2);padding-top:1.5rem}.features-footer p{font-size:.875rem;margin-bottom:1rem}.brand-logos{display:flex;flex-wrap:wrap;gap:1rem}.brand-logos span{font-size:.875rem;opacity:.7;font-weight:500}.loading-spinner{border:.25rem solid rgba(111,66,193,.3);border-top-color:#E86CFF!important}@keyframes spin{to{transform:rotate(1turn)}}@media (max-width:991px){.auth-container{flex-direction:column}.auth-features-section,.auth-form-section{width:100%}.auth-features-section{padding:2rem}}@media (max-width:768px){.auth-wrapper{padding:0 1rem}.auth-form-section{padding:2rem 1.5rem}}.dashboard-page{min-height:100vh;background-color:#161A2C}.dashboard-content{padding-top:4rem}.dashboard-header{background:linear-gradient(135deg,#E86CFF,#5A5BEF);padding:2.5rem 0;color:#FAFAFA;margin-bottom:2rem}.welcome-section{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.user-greeting h1{font-size:1.75rem;font-weight:600;margin-bottom:.5rem;color:#FAFAFA}.username{color:#E86CFF;font-weight:700}.credit-display{gap:1.5rem}.credit-count,.credit-display{display:flex;align-items:center}.credit-count{background-color:rgba(31,36,56,.8);padding:.75rem 1.25rem;border-radius:12px;gap:.75rem;border:1px solid #2e334a}.credit-icon{width:36px;height:36px;border-radius:50%;background-color:#E86CFF;display:flex;align-items:center;justify-content:center;font-size:1.125rem;color:white}.credit-info{display:flex;flex-direction:column}.credit-value{font-size:1.25rem;font-weight:700;color:#FAFAFA}.credit-label{font-size:.75rem;color:#A1A8C4}.upgrade-button{background-color:#5A5BEF;color:white;border:none;border-radius:8px;padding:.75rem 1.25rem;font-weight:600;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;font-size:.9rem}.upgrade-button:hover{background-color:#4A4BD6;transform:translateY(-2px);box-shadow:0 4px 12px rgba(90,91,239,.3)}.tools-section{background-color:#161A2C;padding:2rem;border-radius:12px;margin-bottom:3rem}.tools-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;flex-wrap:wrap}.tools-header h2{font-size:1.5rem;font-weight:700;color:#FAFAFA}.tools-tabs{display:flex;gap:.75rem}.tab-btn{background:none;border:1px solid #2e334a;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:500;color:#A1A8C4;transition:all .3s ease;cursor:pointer;background-color:#1F2438}.tab-btn:hover{background-color:#5A5BEF;color:white;border-color:#5A5BEF}.tab-btn.active{background-color:#E86CFF;color:white;border-color:#E86CFF}.tools-grid{flex-wrap:wrap;gap:20px;width:100%}.tool-card,.tools-grid{display:flex;align-items:center;justify-content:center;margin:auto}.tool-card{background-color:#f5f7fd;border-radius:10px;padding:15px 20px 15px 30px;width:592px;gap:8px;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 10px rgba(16,24,40,.05)}.tool-card:hover{transform:translateY(-2px);box-shadow:0 8px 16px rgba(232,108,255,.15)}.tool-link{display:flex;color:inherit;text-decoration:none;width:100%;align-items:center;gap:8px}.tool-content{display:flex;flex-direction:column;flex:1 1}.tool-title{font-weight:var(--WeightT);font-size:18px;line-height:25px;color:var(--TextColor11);margin:0 0 10px}.tool-description{font-weight:400;font-size:14px;line-height:20px;color:var(--TextColor13);margin:0}.tool-image{flex-shrink:0;width:170px;height:110px;border-radius:8px;overflow:hidden}.tool-image img{width:100%;height:100%;object-fit:cover;border-radius:12px;transition:.5s}.tool-card:hover .tool-image img{transform:scale(1.05)}.features-section{margin-bottom:3rem;padding:2rem}.features-section h2{font-size:1.5rem;font-weight:700;color:#FAFAFA;margin-bottom:1.5rem}.feature-highlights{display:flex;flex-direction:column;gap:1.5rem}.feature-highlight{background-color:#1F2438;border-radius:12px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,.3);display:flex;flex-wrap:wrap;border:1px solid #2e334a}.feature-details{flex:1 1;min-width:300px;padding:2rem}.feature-details h3{font-size:1.25rem;font-weight:600;color:#E86CFF;margin-bottom:1rem}.feature-details p{font-size:.875rem;color:#A1A8C4;margin-bottom:1.5rem;line-height:1.5}.try-button{background-color:#E86CFF;color:white;border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:500;transition:all .3s ease}.try-button:hover{background-color:#D659E6;transform:translateY(-2px);box-shadow:0 5px 15px rgba(232,108,255,.3)}.feature-showcase{flex:1 1;min-width:300px;padding:2rem;background-color:rgba(46,51,74,.3)}.feature-showcase,.showcase-steps{display:flex;align-items:center;justify-content:center}.showcase-steps{gap:.5rem}.step{display:flex;flex-direction:column;align-items:center;width:100px}.step img{width:80px;height:100px;object-fit:cover;border-radius:8px;box-shadow:0 3px 8px rgba(0,0,0,.3);margin-bottom:.5rem;border:1px solid #2e334a}.step span{font-size:.75rem;color:#A1A8C4}.step-arrow,.step-plus{font-size:1.5rem;font-weight:700;color:#E86CFF}.showcase-gallery{display:flex;gap:1rem}.gallery-item{display:flex;flex-direction:column;align-items:center}.gallery-item img{object-fit:cover;border-radius:8px;width:194px;height:259px;margin-bottom:.5rem;box-shadow:0 3px 8px rgba(0,0,0,.3);border:1px solid #2e334a}.gallery-item span{font-size:.75rem;color:#A1A8C4}@media (max-width:991px){.tools-header,.welcome-section{flex-direction:column;align-items:flex-start;gap:1rem}.tools-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}@media (max-width:767px){.dashboard-layout{flex-direction:column;background-color:#161A2C}.dashboard-sidebar{width:100%;min-height:auto;height:auto;position:relative;border-right:none;border-bottom:1px solid #2e334a;background-color:#1F2438}.sidebar-menu{display:flex;overflow-x:auto;padding:.5rem}.sidebar-item{flex-direction:column;padding:.5rem;font-size:.7rem;min-width:60px;text-align:center;color:#A1A8C4}.sidebar-item:hover{background-color:rgba(90,91,239,.1);color:#5A5BEF}.sidebar-item.active{background-color:rgba(232,108,255,.15);color:#E86CFF}.sidebar-icon{margin-right:0;margin-bottom:.25rem}.sidebar-label{display:block;font-size:.65rem}.dashboard-main{margin-left:0;width:100%;padding-top:0;background-color:#161A2C}.dashboard-top-header{position:-webkit-sticky;position:sticky;left:0;width:100%;flex-wrap:wrap;height:auto;padding:.5rem;background:linear-gradient(135deg,#1F2438,#2E334A)}.header-brand{width:100%;justify-content:center;margin-bottom:.5rem}.header-nav{width:100%;overflow-x:auto;white-space:nowrap;padding-bottom:.5rem}.header-nav-item{color:#A1A8C4}.header-nav-item:hover{color:#E86CFF}.header-user-section{width:100%;justify-content:center;padding-top:.5rem;border-top:1px solid #2e334a}.header-credits,.header-user{color:#FAFAFA}.header-signout{background:rgba(232,108,255,.15);color:#E86CFF;border:1px solid #e86cff}.header-signout:hover{background:#E86CFF;color:white}.dashboard-header{padding:1.5rem 0;background:linear-gradient(135deg,#E86CFF,#5A5BEF)}.tools-grid{grid-template-columns:1fr}.feature-highlight{flex-direction:column;background-color:#1F2438}.showcase-gallery,.showcase-steps{flex-wrap:wrap;justify-content:center}.dashboard-content{background-color:#161A2C;padding:1rem}}.dashboard-layout{display:flex;background-color:#161A2C}.dashboard-sidebar{width:211px;min-height:100vh;background-color:#1F2438;border-right:1px solid #2e334a;position:fixed;top:0;left:0;bottom:0;z-index:1000;display:flex;flex-direction:column}.sidebar-header{border-bottom:1px solid #2e334a}.logo{display:flex;align-items:center;height:4.45em;left:1.3em}.logo,.logo img{position:relative}.logo img{height:2.8em;top:-.2em}.logo a{text-decoration:none}.logo-icon{font-size:1.5rem;margin-right:.5rem}.logo-text{font-weight:700;font-size:1.25rem}.text-primary{color:#E86CFF!important}.text-dark{color:black!important}.sidebar-menu{padding:1rem 0;overflow-y:auto;flex:1 1}.sidebar-item{display:flex;align-items:center;padding:.75rem 1rem;color:white;text-decoration:none;position:relative;transition:all .2s ease;border-radius:0;border-radius:8px;cursor:pointer;border:1px solid white;margin:0 .5rem 1em}.task-name-section{margin-top:1.3em!important}.sidebar-item:hover{background-color:rgba(90,91,239,.1);color:#5A5BEF}.sidebar-item.active{background-color:rgba(232,108,255,.15);color:#E86CFF;font-weight:500}.sidebar-icon{width:20px;text-align:center;margin-right:.75rem;font-size:1.125rem}.sidebar-label{flex:1 1;font-size:.9rem}.sidebar-badge{font-size:.7rem;padding:.15rem .4rem;border-radius:10px;background-color:#2E334A;color:#A1A8C4}.sidebar-badge.beta{background-color:#5A5BEF;color:white}.sidebar-badge.free{background-color:#E86CFF;color:white;display:none}.dashboard-main{flex:1 1;margin-left:210px;width:calc(100% - 180px);background-color:#161A2C}.dashboard-content{padding-top:0;background-color:#161A2C;min-height:calc(100vh - 60px)}.dashboard-top-header{position:fixed;top:0;left:211px;right:0;height:71px;background:linear-gradient(135deg,#1F2438,#2E334A);justify-content:space-between;padding:0 2rem;z-index:1000;border-bottom:1px solid #2e334a}.dashboard-top-header,.header-brand{display:flex;align-items:center}.header-logo{font-weight:700;font-size:1.25rem;color:#FAFAFA}.header-nav{display:flex;gap:1.5rem}.header-nav-item{color:white;text-decoration:none;font-size:.95rem;font-weight:500;padding:.25rem 0;position:relative;border:1px solid white;width:9em;transition:all .2s ease;height:2.5em;display:flex;align-items:center;justify-content:center;border-radius:2em}.header-nav-item:hover{color:#E86CFF;border:1px solid #e86cff}.header-nav-item:hover:after{width:100%}.header-user-section{display:flex;align-items:center;gap:1rem}.header-credits,.header-user{display:flex;align-items:center;gap:.5rem;color:#FAFAFA;font-size:.9rem}.header-credits i,.header-user i{font-size:1.1rem;color:#E86CFF}.header-credits strong{color:#E86CFF}.header-signout{background:rgba(232,108,255,.15);color:#E86CFF;border:1px solid #e86cff;border-radius:4px;padding:.4rem .75rem;font-size:.85rem;font-weight:500;transition:all .2s ease}.header-signout:hover{background:#E86CFF;color:white}.dashboard-loading{height:100vh;width:100vw;display:flex;align-items:center;justify-content:center;background-color:#161A2C}.loading-spinner{width:3rem;height:3rem;border-radius:50%;border:.25rem solid rgba(232,108,255,.3);border-top-color:#e86cff;animation:spin 1s linear infinite;margin:0 auto}@media (max-width:1200px){.header-nav-item{font-size:.85rem}.header-user-section{gap:.75rem}}@media (max-width:991px){.dashboard-sidebar{width:87px;background-color:#1F2438}.logo-text,.sidebar-badge,.sidebar-label{display:none}.sidebar-item{justify-content:center;padding:.75rem 0;margin:0 .25rem}.sidebar-icon{margin-right:0;font-size:1.25rem}.dashboard-main{margin-left:79px;width:calc(100% - 60px);background-color:#161A2C}.cursomw{width:100%!important}.workspace-container .workspace-container{flex-direction:column;height:100%!important}.sidebar-menu{padding:1rem 0;overflow-y:auto;flex:1 1;flex-direction:column;gap:1em}.tasks-sidebar{width:100%!important}.dashboard-top-header{left:60px;background:linear-gradient(135deg,#1F2438,#2E334A);padding:0 1rem}.header-nav{gap:1rem}.tools-header,.welcome-section{flex-direction:column;align-items:flex-start;gap:1rem}.tools-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.dashboard-content{background-color:#161A2C}}.enhanced-task-form{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.edit-container{background-color:#ffffff;box-shadow:0 2px 8px rgba(0,0,0,.08);margin:0 auto;width:61vw}.edit-area{border-radius:10px}.mask-wrap{border-radius:8px;overflow:hidden}.mask-bg{background-color:#f8f9fa;border-radius:8px}.mask-custom,.mask-item{cursor:pointer;font-weight:500}.description-section,.locations-section,.models-section,.pose-section{margin-bottom:2rem}.location-item,.model-item{cursor:pointer;transition:all .2s ease;overflow:hidden}.location-item:hover,.model-item:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.1)}.tag{cursor:pointer;transition:all .2s ease;height:3em;width:8em;text-align:center}.operation-area{border-top:1px solid #efefef;padding-top:1.5rem}.points-info{font-weight:500}.x-small{font-size:.7rem}.denemeclass{height:23vh;align-items:center;border-radius:10px;border:1px dashed #7530fe;background-color:#f5f7fd!important}.denemeclass,.editmodeclas{width:100%;display:flex;justify-content:center}.editmodeclas{height:4em;transition:transform .4s ease;position:relative;overflow:hidden;padding:0;margin:0;background-color:#e8e5e5}.bgtest{display:flex;background:blanchedalmond;height:2.8em;align-items:center;justify-content:center;font-size:1.4em;gap:.3em;width:50%;margin:0 auto}.bgtest .ms-2{color:white!important}.bgtest .fs-2{font-size:1.2em!important;margin-top:1.5em!important;display:flex}.tasks-sidebar h3{margin-top:1em!important}.mobile-header{position:fixed;top:0;left:0;right:0;height:70px;z-index:1055;background:linear-gradient(135deg,#1F2438,#2E334A);display:flex;align-items:center;justify-content:space-between;padding:0 1rem;box-shadow:0 2px 10px rgba(0,0,0,.2)}.mobile-logo img{height:40px;width:auto}.hamburger-btn{background:#E86CFF;border:none;border-radius:8px;width:50px;height:50px;display:flex;align-items:center;justify-content:center;color:white;font-size:1.5rem;box-shadow:0 4px 12px rgba(117,48,254,.3);transition:all .3s ease}.hamburger-btn:hover{background:#E86CFF;transform:scale(1.1);box-shadow:0 6px 16px rgba(117,48,254,.4)}.hamburger-btn:focus{outline:none;box-shadow:0 0 0 3px rgba(117,48,254,.3)}.sidebar-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.5);z-index:1040;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.mobile-menu-section{margin-top:1rem;padding-top:1rem;margin-bottom:3em}.mobile-menu-divider{height:1px;background:rgba(255,255,255,.1);margin:1rem .5rem}.mobile-nav-item{color:rgba(255,255,255,.8)!important;text-decoration:none!important;cursor:pointer;transition:all .2s ease}.mobile-nav-item:hover{color:white!important;background:rgba(117,48,254,.1)!important;border-radius:8px}@media (max-width:991px){.dashboard-layout{padding-top:70px}.dashboard-sidebar{position:fixed;top:70px;left:-300px;width:300px;height:calc(100vh - 70px);z-index:1050;transition:all .3s ease;background:linear-gradient(180deg,#1F2438,#2E334A);box-shadow:4px 0 20px rgba(0,0,0,.3)}.dashboard-sidebar.sidebar-open{left:0}.dashboard-sidebar .sidebar-header{display:none}.sidebar-badge,.sidebar-label{display:block!important}.sidebar-item{justify-content:flex-start!important;padding:1rem!important;margin:0 .5rem 1em!important}.sidebar-icon{margin-right:0!important;font-size:1.25rem}.tool-image{flex-shrink:0;width:105px!important;height:92px!important;border-radius:8px;overflow:hidden}.navbar-collapse .navbar-nav:first-child{display:flex;flex-direction:row;align-items:center;margin-left:0!important;margin-bottom:1em}.navbar-collapse{flex-grow:1;flex-basis:100%;align-items:self-start;background:black;width:100%;padding:1em}.features-section{margin-bottom:3rem;padding:0!important}.tool-description{font-weight:400;font-size:11px!important;line-height:15px!important;color:var(--TextColor13);margin:0}.dashboard-main{margin-left:0!important;width:100%!important;padding-top:0}.tools-section{background-color:#161A2C;padding:0!important;border-radius:12px;margin-bottom:3rem}.dashboard-content{margin-top:0}.sidebar-menu{padding-top:1rem}.navbar-custom{background-color:rgba(0,0,0,.3)!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:0!important}.hero-section .hero-content{margin-top:1em!important}.snap-section{min-height:114vh;scroll-snap-align:none;overflow-y:auto;height:100%!important}.hero-section{height:63em!important}.hero-section,.hero-section .hero-content{justify-content:flex-start!important}.bg-light,.snap-section{justify-content:start}.features-carousel{height:100%!important;display:flex;align-items:center;flex-direction:column;justify-content:center}.navbar-expand-lg .container{height:0}.hero-btn-group{display:flex;flex-direction:column;gap:1em}}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/55c55f0601d81cf3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/26a46d62cd723877-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/581909926a08bbc8-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_e8ce0c{font-family:Inter,Inter Fallback;font-style:normal}