@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;550;600;700;800&display=swap";.style-card{display:flex;flex-direction:column;align-items:center;background:transparent;border:none;padding:0;cursor:pointer;transition:all .2s ease;flex:1;min-width:0}.style-card:hover:not(.style-card--disabled){transform:translateY(-2px)}.style-card:hover:not(.style-card--disabled) .style-card__image-container{border-color:#ffffff80}.style-card:focus-visible{outline:none}.style-card:focus-visible .style-card__image-container{box-shadow:0 0 0 2px #a100ff80}.style-card--selected .style-card__image-container{border-color:#fff;border-width:2px}.style-card--selected .style-card__label{background:#a100ffb3;font-weight:600}.style-card--disabled{opacity:.5;cursor:not-allowed}.style-card__image-container{position:relative;width:100%;aspect-ratio:3/4;border-radius:12px;border:2px solid transparent;overflow:hidden;transition:all .2s ease;background:#ffffff0d}.style-card__image-container--placeholder{background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center}.style-card__image-container--placeholder:after{content:"";width:32px;height:32px;border-radius:50%;background:#fff3}.style-card__image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease,opacity .2s ease}.style-card:hover:not(.style-card--disabled) .style-card__image{transform:scale(1.05)}.style-card__image--hidden{opacity:0}.style-card__video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .2s ease}.style-card__video--visible{opacity:1}.style-card__label{position:absolute;bottom:0;left:0;right:0;padding:8px 12px;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);font-family:Montserrat,sans-serif;font-size:14px;font-weight:500;line-height:20px;color:#fff;transition:all .2s ease;text-align:center}@media (max-width: 768px){.style-card__label{font-size:12px;padding:6px 8px}}@media (max-width: 480px){.style-card{flex:none;width:100%}.style-card__label{font-size:13px;padding:6px 10px}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.styles-page{display:flex;flex-direction:column;align-items:center;gap:60px;padding:60px;width:100%;min-height:100%;background:#000;overflow-x:hidden;overflow-y:auto}@media (max-width: 480px){.styles-page{justify-content:flex-start}.styles-page .inspiration-section{margin-top:auto}}.styles-page__header{width:100%;max-width:948px;display:flex;flex-direction:column;gap:12px}.styles-page__title{font-family:Montserrat,sans-serif;font-size:36px;font-weight:300;line-height:25px;color:#fff;margin:0;text-align:left}.styles-page__subtitle{font-family:Inter,Montserrat,sans-serif;font-size:16px;font-weight:400;line-height:25px;color:#7b7b81;margin:0;text-align:left}@media (max-width: 768px){.styles-page__subtitle-break{display:block}}.styles-page__link{background:none;border:none;padding:0;font:inherit;cursor:pointer;color:#7b7b81;text-decoration:underline;text-underline-offset:2px;transition:color .2s ease}.styles-page__link:hover{color:#fff}.styles-page__form{width:100%;max-width:948px;background:#ffffff1a;border-radius:24px;padding:24px;display:flex;flex-direction:column;gap:36px}.styles-page__form-container{display:flex;gap:20px;align-items:flex-start}.styles-page__image-upload{flex-shrink:0;display:flex;flex-direction:column;gap:12px}.styles-page__label{display:inline;font-family:Montserrat,sans-serif;font-size:16px;font-weight:500;line-height:25px;color:#fff;margin:0}.styles-page__optional{color:#7b7b81;font-weight:400;font-size:16px;margin-left:4px}.styles-page__image-area{width:216px;height:216px}.styles-page__file-input{display:none}.styles-page__upload-box{width:216px;height:216px;border-radius:12px;background:#ffffff0d;border:1px dashed rgba(255,255,255,.2);cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;position:relative;color:#fff;overflow:hidden}.styles-page__upload-box .upload-icon{width:32px;height:32px}.styles-page__upload-box:hover{background:#ffffff14;border-color:#ffffff59}.styles-page__upload-box--drag-over{background:#a100ff1a;border-color:#a100ff80;border-style:solid}.styles-page__upload-box--processing{cursor:wait}.styles-page__upload-spinner{width:28px;height:28px;border:2px solid rgba(255,255,255,.2);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.styles-page__upload-preview{width:100%;height:100%;object-fit:contain;background:#1a1a1a;border-radius:inherit}.styles-page__upload-remove{position:absolute;bottom:8px;right:8px;background:none;color:#ff3b30;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.styles-page__upload-remove svg{width:36px;height:36px}.styles-page__upload-remove:hover{transform:scale(1.1);color:#ff1a1a}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.styles-page__prompt-section{flex:1;min-width:0;display:flex;flex-direction:column;gap:12px}.styles-page__prompt-container{position:relative;height:216px}.styles-page__prompt-input{width:100%;height:100%;padding:12px;font-family:Montserrat,sans-serif;font-size:20px;font-weight:400;line-height:25px;color:#fff;background:#ffffff0d;border:none;border-radius:12px;resize:none;outline:none;transition:background .2s ease}.styles-page__prompt-input::placeholder{color:#7b7b81}.styles-page__prompt-input:focus{background:#ffffff14}.styles-page__prompt-input:disabled{opacity:.6;cursor:not-allowed}.styles-page__style-section{display:flex;flex-direction:column;gap:12px}.styles-page__style-grid{display:flex;gap:8px}.styles-page__style-skeleton{flex:1;min-width:0;aspect-ratio:3/4;border-radius:12px;background:linear-gradient(90deg,#ffffff0d 25%,#ffffff1a,#ffffff0d 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.styles-page__settings{display:flex;align-items:center;justify-content:flex-end;height:50px}.styles-page__dropdowns{display:flex;gap:6px}.styles-page__dropdowns .dropdown{background:none!important}.styles-page__dropdowns .dropdown .dropdown-trigger{background:#ffffff1a!important;border:none!important;border-radius:12px!important;padding:0 9px!important;height:50px!important;color:#fff!important;font-family:Montserrat,sans-serif!important;font-size:16px!important;font-weight:400!important;gap:6px!important;min-width:auto!important;box-shadow:none!important}.styles-page__dropdowns .dropdown .dropdown-trigger:hover{background:#ffffff26!important}.styles-page__dropdowns .dropdown .dropdown-trigger .dropdown-trigger-icon{color:#fff!important;font-family:SF Pro Text,-apple-system,sans-serif!important;font-size:16px!important}.styles-page__dropdowns .dropdown .dropdown-trigger .dropdown-trigger-icon svg{width:16px!important;height:16px!important}.styles-page__dropdowns .dropdown .dropdown-trigger .dropdown-label{color:#fff!important;background:none!important;-webkit-background-clip:unset!important;-webkit-text-fill-color:#ffffff!important;background-clip:unset!important;line-height:25px}.styles-page__dropdowns .dropdown .dropdown-trigger .dropdown-chevron{color:#fff!important;opacity:.8}.styles-page__dropdowns .dropdown .dropdown-trigger .dropdown-chevron svg{width:11px!important;height:6px!important}.styles-page__dropdowns .dropdown.open .dropdown-trigger{background:#fff3!important}.styles-page__dropdowns .dropdown .dropdown-menu{background:#ffffff1a!important;border:1px solid rgba(255,255,255,.2)!important;box-shadow:0 4px 20px #0006!important;border-radius:12px!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;bottom:auto!important;top:100%!important;margin-top:4px!important;margin-bottom:0!important;padding:4px!important}.styles-page__dropdowns .dropdown .dropdown-menu .dropdown-item{color:#fff!important;border-radius:8px!important;padding:8px 12px!important;font-size:14px!important;font-family:Montserrat,sans-serif!important}.styles-page__dropdowns .dropdown .dropdown-menu .dropdown-item:hover{background:#ffffff1a!important}.styles-page__dropdowns .dropdown .dropdown-menu .dropdown-item.selected{background:#ffffff26!important}.styles-page__dropdowns .dropdown .dropdown-menu .dropdown-item.selected .dropdown-item-label{background:none!important;-webkit-background-clip:unset!important;-webkit-text-fill-color:#ffffff!important;background-clip:unset!important;font-weight:600!important}.styles-page__generate-btn.btn{width:241px!important;height:50px!important;background:linear-gradient(90.8deg,#a100ff .13%,#60f 99.85%)!important;color:#fff!important;border:none!important;border-radius:12px!important;padding:0 9px!important;font-family:Montserrat,sans-serif!important;font-size:16px!important;font-weight:700!important;box-shadow:0 0 25.6px 2px #6601ff99!important;transition:all .2s ease!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;margin-left:6px}.styles-page__generate-btn.btn:hover:not(.btn--disabled):not(.btn--loading){filter:brightness(1.15);box-shadow:0 0 35px 4px #6601ffb3!important}.styles-page__generate-btn.btn:active:not(.btn--disabled):not(.btn--loading){transform:scale(.98)}.styles-page__generate-btn.btn.btn--disabled,.styles-page__generate-btn.btn.btn--loading{opacity:.5!important;filter:none!important;box-shadow:none!important}.styles-page__generate-btn.btn .btn-spinner{border-color:#fff3!important;border-top-color:#fff!important}.styles-page__generate-btn.btn svg{flex-shrink:0;width:10px!important;height:14px!important}.styles-page__inspiration{width:100%;max-width:948px}@media (max-width: 1200px){.styles-page{padding:40px;gap:40px}}@media (max-width: 1024px){.styles-page{padding:32px;gap:32px}.styles-page__title{font-size:28px}.styles-page__form-container{flex-direction:column}.styles-page__image-upload{width:100%}.styles-page__upload-box{width:100%;max-width:216px}.styles-page__prompt-container{height:auto;min-height:180px}.styles-page__prompt-input{min-height:180px}.styles-page__style-grid{justify-content:center}}@media (max-width: 768px){.styles-page{padding:24px 16px;gap:24px;flex:1;min-height:calc(100vh - 64px - env(safe-area-inset-bottom,0px))}@supports (min-height: 100dvh){.styles-page{min-height:calc(100dvh - 64px - env(safe-area-inset-bottom,0px))}}.styles-page__title{font-size:24px}.styles-page__form{padding:16px;gap:24px;flex:1}.styles-page__settings{flex-direction:row;align-items:center;justify-content:space-between;height:auto;gap:8px}.styles-page__dropdowns{flex-shrink:0;gap:4px}.styles-page__generate-btn.btn{flex:1;min-width:0;width:auto!important;margin-left:0}.styles-page__style-grid{gap:12px}}@media (max-width: 480px){.styles-page{padding:16px 12px;gap:16px}.styles-page__generate-text{display:none}.styles-page__form{padding:12px;gap:16px}.styles-page__form-container{flex-direction:row;align-items:stretch;gap:12px}.styles-page__image-upload{flex-shrink:0;width:auto}.styles-page__image-area,.styles-page__upload-box{width:120px;height:140px}.styles-page__upload-box .upload-icon{width:24px;height:24px}.styles-page__prompt-section{flex:1;min-width:0}.styles-page__prompt-container{height:140px;min-height:140px}.styles-page__prompt-input{font-size:14px;min-height:140px;padding:10px}.styles-page__label{font-size:14px;line-height:1.2}.styles-page__optional{font-size:12px}.styles-page__style-section{margin-left:-12px;margin-right:-12px;width:calc(100% + 24px)}.styles-page__style-section .styles-page__label{padding-left:12px}.styles-page__style-grid{display:flex;flex-direction:row;gap:10px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:0 12px;scrollbar-width:none;-ms-overflow-style:none}.styles-page__style-grid::-webkit-scrollbar{display:none}.styles-page__style-grid>*{flex-shrink:0;width:100px!important;min-width:100px;scroll-snap-align:start}}
