.inspo-card{width:100%;aspect-ratio:3/4;background:transparent;border-radius:12px;cursor:pointer;transition:all .2s ease;overflow:hidden;position:relative;display:flex;flex-direction:column;justify-content:flex-end}.inspo-card:hover,.inspo-card:focus-visible{transform:translateY(-2px);box-shadow:0 8px 24px #0000004d;outline:none}.inspo-card__thumbnail{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.inspo-card__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1;opacity:0;transition:opacity .3s ease}.inspo-card__video--visible{opacity:1}.inspo-card--frames{aspect-ratio:4/3}.inspo-card__frames{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;z-index:0;gap:4px;padding:8px 8px 76px;background:linear-gradient(135deg,#1a1a1a,#0a0a0a)}.inspo-card__frame{flex:1;height:100%;object-fit:cover;border-radius:8px}.inspo-card__frame--start,.inspo-card__frame--end{border:2px solid rgba(255,255,255,.1)}.inspo-card__frames-arrow{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:#ffffff26;border-radius:50%;color:#fff;flex-shrink:0}.inspo-card__overlay{position:relative;z-index:2;height:68px;display:flex;align-items:center;justify-content:center;padding:0 12px;background:#23232380;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .2s ease}.inspo-card__title{font-family:Montserrat,sans-serif;font-size:16px;font-weight:700;line-height:25px;color:#fff;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.inspo-card__recreate-btn{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;height:50px;padding:0 16px;background:#fff;color:#1a1a1a;border:none;border-radius:12px;font-family:Montserrat,sans-serif;font-size:16px;font-weight:700;line-height:25px;cursor:pointer;transition:all .2s ease}.inspo-card__recreate-btn:hover{background:#f2f2f2}.inspo-card__recreate-btn:active{transform:scale(.98)}.inspo-card__recreate-btn svg{flex-shrink:0}@media (max-width: 768px){.inspo-card__overlay{height:56px;padding:0 10px}.inspo-card__title{font-size:14px}.inspo-card__recreate-btn{height:42px;font-size:14px}.inspo-card__frames{gap:3px;padding:6px 6px 62px}.inspo-card__frames-arrow{width:24px;height:24px}.inspo-card__frames-arrow svg{width:12px;height:12px}.inspo-card__frame{border-radius:6px}}@media (max-width: 480px){.inspo-card__overlay{height:50px;padding:0 8px}.inspo-card__title{font-size:13px}.inspo-card__recreate-btn{height:38px;font-size:13px}.inspo-card__frames{gap:2px;padding:4px 4px 54px}.inspo-card__frames-arrow{width:20px;height:20px}.inspo-card__frames-arrow svg{width:10px;height:10px}.inspo-card__frame{border-radius:4px;border-width:1px}}.inspo-gallery-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:24px;background:#2a2a2a80;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.inspo-gallery-modal__content{position:relative;display:flex;flex-direction:column;width:100%;max-width:1223px;max-height:calc(100vh - 48px);animation:slideIn .3s ease}@keyframes slideIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.inspo-gallery-modal__header{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;background:#232323e6;border-radius:24px 24px 0 0}.inspo-gallery-modal__tags{display:flex;gap:6px;flex-wrap:wrap;flex:1}.inspo-gallery-modal__tag{font-family:Montserrat,sans-serif;font-weight:500;font-size:12px;line-height:1;color:#fffc;background:#ffffff1a;padding:6px 10px;border-radius:100px}.inspo-gallery-modal__close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:transparent;border:none;border-radius:50%;color:#fff;cursor:pointer;transition:all .2s ease;opacity:.7}.inspo-gallery-modal__close:hover{opacity:1;background:#ffffff1a}.inspo-gallery-modal__main{position:relative;display:flex;gap:12px;flex:1;min-height:0;padding:0 24px 24px;background:#232323e6;overflow:hidden}.inspo-gallery-modal__preview{position:relative;flex-shrink:0;width:551px;aspect-ratio:9/16;max-height:500px;display:flex;align-items:center;justify-content:center;background:#000;border-radius:12px;overflow:hidden}.inspo-gallery-modal__video,.inspo-gallery-modal__image{width:100%;height:100%;object-fit:contain;border-radius:12px}.inspo-gallery-modal__video{background:#000}.inspo-gallery-modal__video--hidden{position:absolute;opacity:0}.inspo-gallery-modal__details{display:flex;flex-direction:column;flex:1;min-width:0;gap:12px;overflow-y:auto}.inspo-gallery-modal__input-images{display:grid;grid-template-columns:repeat(4,1fr);gap:7.2px}.inspo-gallery-modal__input-images--frames{display:flex;align-items:center;justify-content:center;gap:12px;grid-template-columns:none}.inspo-gallery-modal__input-image-wrapper{position:relative;aspect-ratio:1/1;border-radius:7.2px;overflow:hidden}.inspo-gallery-modal__input-images--frames .inspo-gallery-modal__input-image-wrapper{flex:0 0 120px;width:120px;height:120px}.inspo-gallery-modal__input-image{width:100%;height:100%;object-fit:cover}.inspo-gallery-modal__frames-arrow{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:32px;height:32px;background:#ffffff1a;border-radius:50%;color:#fff}.inspo-gallery-modal__prompt-box{display:flex;flex-direction:row;align-items:flex-start;gap:8px;min-height:60px;max-height:120px;padding:12px;background:#ffffff0d;border-radius:12px;overflow:hidden}.inspo-gallery-modal__prompt{flex:1;margin:0;font-family:Montserrat,sans-serif;font-size:16px;font-weight:300;line-height:1.5;color:#fff;text-align:left;overflow-y:auto;max-height:100%}.inspo-gallery-modal__copy-btn{flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:4px;background:transparent;border:none;color:#fff;cursor:pointer;opacity:.6;transition:opacity .2s ease}.inspo-gallery-modal__copy-btn:hover{opacity:1}.inspo-gallery-modal__spacer{flex:1}.inspo-gallery-modal__recreate-btn{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;min-width:280px;height:50px;padding:0 48px;background:#fff;color:#1a1a1a;border:none;border-radius:12px;font-family:Montserrat,sans-serif;font-size:16px;font-weight:600;line-height:25px;cursor:pointer;transition:all .2s ease}.inspo-gallery-modal__recreate-btn:hover{opacity:.9}.inspo-gallery-modal__recreate-btn:active{transform:scale(.98)}.inspo-gallery-modal__recreate-btn svg{flex-shrink:0}.inspo-gallery-modal__filmstrip{display:flex;gap:6px;justify-content:center;padding:12px 40px;background:#232323e6;border-radius:0 0 24px 24px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.1) transparent}.inspo-gallery-modal__filmstrip::-webkit-scrollbar{height:6px}.inspo-gallery-modal__filmstrip::-webkit-scrollbar-track{background:transparent}.inspo-gallery-modal__filmstrip::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}.inspo-gallery-modal__filmstrip-item{flex-shrink:0;width:89px;height:85px;padding:0;background:none;border:none;border-radius:9.6px;cursor:pointer;overflow:hidden;transition:all .2s ease}.inspo-gallery-modal__filmstrip-item:hover{opacity:.8}.inspo-gallery-modal__filmstrip-item--active{width:102.4px;height:102.4px;border:3.2px solid #ffffff}.inspo-gallery-modal__filmstrip-item--frames{width:130px;background:linear-gradient(135deg,#1a1a1a,#0a0a0a)}.inspo-gallery-modal__filmstrip-item--frames.inspo-gallery-modal__filmstrip-item--active{width:145px}.inspo-gallery-modal__filmstrip-item img{width:100%;height:100%;object-fit:cover}.inspo-gallery-modal__filmstrip-frames{display:flex;align-items:center;gap:4px;width:100%;height:100%;padding:4px}.inspo-gallery-modal__filmstrip-frames img{flex:1;height:100%;object-fit:cover;border-radius:4px}.inspo-gallery-modal__filmstrip-arrow{flex-shrink:0;font-size:10px;color:#fff9}@media (max-width: 1024px){.inspo-gallery-modal__main{flex-direction:column}.inspo-gallery-modal__preview{width:100%;aspect-ratio:16/9}.inspo-gallery-modal__details{max-height:300px}.inspo-gallery-modal__input-images{grid-template-columns:repeat(4,1fr)}}@media (max-width: 768px){.inspo-gallery-modal{padding:16px}.inspo-gallery-modal__header{padding:10px 12px}.inspo-gallery-modal__main{padding:0 16px 16px}.inspo-gallery-modal__preview{aspect-ratio:1/1;max-height:38vh}.inspo-gallery-modal__details{max-height:none;flex-shrink:0}.inspo-gallery-modal__input-images--frames .inspo-gallery-modal__input-image-wrapper{flex:0 0 80px;width:80px;height:80px}.inspo-gallery-modal__prompt-box{max-height:80px;min-height:50px;padding:10px}.inspo-gallery-modal__prompt{font-size:14px}.inspo-gallery-modal__tag{font-size:10px;padding:4px 8px}.inspo-gallery-modal__filmstrip{padding:10px 20px;gap:6px}.inspo-gallery-modal__filmstrip-item{width:70px;height:66px}.inspo-gallery-modal__filmstrip-item--active{width:80px;height:80px}}@media (max-width: 480px){.inspo-gallery-modal{padding:12px}.inspo-gallery-modal__header{padding:8px 10px}.inspo-gallery-modal__main{padding:0 12px 12px}.inspo-gallery-modal__preview{max-height:32vh}.inspo-gallery-modal__details{gap:8px}.inspo-gallery-modal__input-images{grid-template-columns:repeat(4,1fr);gap:4px}.inspo-gallery-modal__input-image-wrapper{border-radius:4px}.inspo-gallery-modal__input-images--frames .inspo-gallery-modal__input-image-wrapper{flex:0 0 60px;width:60px;height:60px}.inspo-gallery-modal__prompt-box{max-height:60px;min-height:40px;padding:8px 10px}.inspo-gallery-modal__prompt{font-size:13px;line-height:1.4}.inspo-gallery-modal__copy-btn{padding:2px}.inspo-gallery-modal__copy-btn svg{width:14px;height:14px}.inspo-gallery-modal__tag{font-size:10px;padding:4px 8px}.inspo-gallery-modal__recreate-btn{height:56px;font-size:18px;font-weight:700;border-radius:14px}.inspo-gallery-modal__filmstrip-item{width:56px;height:53px}.inspo-gallery-modal__filmstrip-item--active{width:64px;height:64px}}.inspiration-section{width:100%;max-width:948px;display:flex;flex-direction:column;gap:12px}.inspiration-section__title{font-family:Montserrat,sans-serif;font-size:20px;font-weight:400;line-height:25px;color:#fff;margin:0;text-align:left}.inspiration-section__carousel{position:relative;width:100%}.inspiration-section__grid{display:flex;flex-direction:row;gap:16px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;padding:4px 0;scrollbar-width:none;-ms-overflow-style:none}.inspiration-section__grid::-webkit-scrollbar{display:none}.inspiration-section__grid>*{flex-shrink:0;width:220px}.inspiration-section__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:40px;height:40px;border-radius:50%;background:#232323cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;padding:0}.inspiration-section__arrow:hover{background:#fff3;transform:translateY(-50%) scale(1.05)}.inspiration-section__arrow:active{transform:translateY(-50%) scale(.95)}.inspiration-section__arrow--left{left:0}.inspiration-section__arrow--right{right:0}.inspiration-section__fade{position:absolute;top:0;bottom:0;width:80px;pointer-events:none;z-index:5}.inspiration-section__fade--left{left:0;background:linear-gradient(90deg,#000000 0%,transparent 100%)}.inspiration-section__fade--right{right:0;background:linear-gradient(270deg,#000000 0%,transparent 100%)}@media (max-width: 768px){.inspiration-section__grid{gap:12px}.inspiration-section__grid>*{width:180px}.inspiration-section__arrow{width:36px;height:36px}.inspiration-section__fade{width:60px}}@media (max-width: 480px){.inspiration-section{margin-left:-12px;margin-right:-12px;width:calc(100% + 24px);max-width:none}.inspiration-section__title{padding-left:12px}.inspiration-section__grid{padding:4px 12px;gap:12px}.inspiration-section__grid>*{width:160px}.inspiration-section__arrow,.inspiration-section__fade{display:none}}
