.art-style-modal-root{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:flex-end;justify-content:center;z-index:99999;visibility:hidden;pointer-events:none}.art-style-modal-root.visible{visibility:visible;pointer-events:auto}.art-style-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);opacity:0;transition:opacity .35s ease-out}.art-style-modal-root.visible .art-style-modal-overlay{opacity:1}.art-style-modal-root.closing .art-style-modal-overlay{opacity:0;transition:opacity .25s ease-in}.art-style-modal-sheet{position:relative;width:100%;max-width:500px;height:min(85vh,700px);border-radius:24px 24px 0 0;overflow:hidden;transform:translateY(100%);transition:transform .45s cubic-bezier(.16,1,.3,1)}.art-style-modal-root.visible .art-style-modal-sheet{transform:translateY(0)}.art-style-modal-root.closing .art-style-modal-sheet{transform:translateY(100%);transition:transform .3s cubic-bezier(.32,0,.67,0)}.art-style-modal-sheet-bg,.art-style-modal-sheet-bg-next{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:50%;background-repeat:no-repeat;filter:blur(40px) brightness(.5);transform:scale(1.5)}.art-style-modal-sheet-bg-next{z-index:1;opacity:0;transition:opacity .4s ease}.art-style-modal-sheet-bg-next.fade-in{opacity:1}.art-style-modal-sheet-bg-next:after,.art-style-modal-sheet-bg:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.3)}.art-style-modal-sheet-content{position:relative;z-index:2;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;padding:20px;box-sizing:border-box}.art-style-modal-close-btn{position:absolute;top:12px;right:12px;width:40px;height:40px;background:hsla(0,0%,100%,.1);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;font-size:17px;line-height:1;transition:background .2s ease;z-index:10}.art-style-modal-close-btn:hover{background:hsla(0,0%,100%,.2)}.art-style-modal-header{font-size:18px;font-weight:600;color:#fff;text-align:center;margin:0 0 12px;padding:0 40px;font-family:NewSpirit-SemiBold,serif}.art-style-modal-preview-container{flex:1 1;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:12px 0;overflow:visible;min-height:0}.art-style-modal-preview-image{position:relative;width:100%;aspect-ratio:1;max-width:min(280px,35vh);max-height:min(280px,35vh);border-radius:12px;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,.4);flex-shrink:0}.art-style-modal-preview-layer{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:50%;background-repeat:no-repeat;transition:opacity .3s ease}.art-style-modal-preview-layer-in{animation:previewFadeIn .3s ease forwards}.art-style-modal-preview-layer-out{animation:previewFadeOut .3s ease forwards}@keyframes previewFadeIn{0%{opacity:0;transform:scale(1.02)}to{opacity:1;transform:scale(1)}}@keyframes previewFadeOut{0%{opacity:1}to{opacity:0}}.art-style-modal-name-display{font-size:16px;color:#fff;font-family:Outfit-SemiBold,sans-serif;text-align:center}.art-style-modal-carousel-container{width:100%;overflow:hidden;flex-shrink:0}.art-style-modal-carousel{width:100%;flex-shrink:0;display:flex;flex-direction:row;gap:2px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;touch-action:pan-x;padding:12px 0 8px;scrollbar-width:none}.art-style-modal-carousel::-webkit-scrollbar{display:none}.art-style-modal-carousel img{pointer-events:none;-webkit-user-drag:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.art-style-modal-thumb{flex-shrink:0;width:76px;display:flex;flex-direction:column;align-items:center;gap:5px;cursor:pointer;transition:opacity .2s ease;opacity:.5;padding:4px 2px;border-radius:8px;border:none;background:transparent;text-align:center}.art-style-modal-thumb:hover{opacity:.85}.art-style-modal-thumb.selected{opacity:1}.art-style-modal-thumb-img{width:56px;height:56px;border-radius:12px;overflow:hidden;border:2px solid transparent;transition:border-color .2s ease;box-sizing:border-box;flex-shrink:0}.art-style-modal-thumb.selected .art-style-modal-thumb-img{border-color:#fff}.art-style-modal-thumb img{width:100%;height:100%;object-fit:cover}.art-style-modal-thumb-name{font-size:10px;color:hsla(0,0%,100%,.6);font-family:Outfit-Medium,sans-serif;width:100%;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.art-style-modal-thumb.selected .art-style-modal-thumb-name{color:#fff}.art-style-modal-thumb-count{font-size:9px;color:hsla(0,0%,100%,.3);font-family:Outfit,sans-serif;line-height:1;margin-top:-2px}.art-style-modal-thumb.selected .art-style-modal-thumb-count{color:hsla(0,0%,100%,.5)}.art-style-modal-thumb-badge{font-size:9px;font-family:Outfit-SemiBold,sans-serif;color:#a78bfa;line-height:1;margin-top:-2px;text-transform:uppercase;letter-spacing:.5px}.art-style-modal-apply-btn{width:100%;max-width:280px;flex-shrink:0;padding:14px 24px;background:#fff;color:#000;border:none;border-radius:999px;font-size:15px;font-family:Outfit-SemiBold,sans-serif;cursor:pointer;transition:all .2s ease;margin-top:4px}.art-style-modal-apply-btn:hover{background:hsla(0,0%,100%,.9);transform:scale(1.02)}.art-style-modal-apply-btn:active{transform:scale(.98)}.art-style-modal-apply-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}@media (max-width:768px){.art-style-modal-sheet{max-width:100%;height:min(85vh,700px);border-radius:20px 20px 0 0}.art-style-modal-preview-image{max-width:min(240px,30vh);max-height:min(240px,30vh)}}@media (max-width:480px){.art-style-modal-sheet-content{padding:16px}.art-style-modal-header{font-size:16px;margin-bottom:8px;padding:0 36px}.art-style-modal-preview-image{max-width:min(200px,28vh);max-height:min(200px,28vh)}.art-style-modal-name-display{font-size:14px}.art-style-modal-thumb{width:68px}.art-style-modal-thumb-img{width:48px;height:48px}.art-style-modal-apply-btn{padding:12px 20px;font-size:14px}}@media (max-height:600px){.art-style-modal-sheet{height:90vh}.art-style-modal-preview-image{max-width:min(160px,25vh);max-height:min(160px,25vh)}.art-style-modal-preview-container{gap:8px}.art-style-modal-header{margin-bottom:8px}}