.all-categories-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:500;padding:1.5rem;padding-left:max(1.5rem,env(safe-area-inset-left));padding-right:max(1.5rem,env(safe-area-inset-right));padding-bottom:max(1.5rem,env(safe-area-inset-bottom))}.all-categories-modal{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:0;max-width:min(420px,calc(100vw - 2rem));width:100%;max-height:85vh;display:flex;flex-direction:column}.all-categories-modal__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border)}.all-categories-modal__title{margin:0;font-size:1.25rem;font-weight:600;color:var(--text)}.all-categories-modal__close{width:2.5rem;height:2.5rem;min-width:44px;min-height:44px;border:none;background:transparent;color:var(--text-muted);font-size:1.5rem;line-height:1;cursor:pointer;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:color .2s,background .2s}.all-categories-modal__close:hover{color:var(--text);background:#ffffff0f}.all-categories-modal__desc{margin:0;padding:.75rem 1.5rem 0;font-size:.875rem;color:var(--text-muted)}.all-categories-modal__list{display:flex;flex-wrap:wrap;gap:.5rem;padding:1rem 1.5rem 1.5rem;overflow-y:auto}.all-categories-modal__chip{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem .9rem;font-size:.875rem;font-weight:500;color:var(--text-muted);background:transparent;border:1px solid var(--border);border-radius:999px;cursor:pointer;transition:color .2s,background .2s,border-color .2s}.all-categories-modal__chip:hover{color:var(--text);background:#ffffff0d}.all-categories-modal__chip--active{color:var(--accent);background:#7c3aed26;border-color:#7c3aed66}.all-categories-modal__chip--active:hover{background:#7c3aed38}.all-categories-modal__chip-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.all-categories-modal__chip-label{white-space:nowrap}.app{min-height:100vh;display:flex;--header-height: 3.25rem;--sidebar-width: 15.125rem}.app__sidebar{position:fixed;top:0;left:0;width:var(--sidebar-width);height:100vh;flex-shrink:0;background:#101019;border-right:1px solid var(--border);padding:0;overflow-y:auto;display:flex;flex-direction:column}.sidebar__brand{min-height:var(--header-height);padding:0 1.25rem;margin-top:.25rem;display:flex;align-items:center;font-size:1.5rem;font-weight:600;color:var(--text);letter-spacing:-.02em;box-sizing:border-box}.sidebar__nav{display:flex;flex-direction:column;gap:.25rem;padding:.5rem .75rem 0;flex:1}.sidebar__link{display:flex;align-items:center;gap:.6rem;width:100%;padding:.6rem .75rem;font-size:1.0625rem;font-weight:500;color:var(--text-muted);text-decoration:none;border:none;border-radius:6px;background:transparent;cursor:pointer;text-align:left;transition:color .2s,background .2s}.sidebar__link:hover{color:var(--text);background:#ffffff0d}.sidebar__link--active{color:var(--accent);background:#8b5cf61f}.sidebar__link--active:hover{color:var(--accent);background:#8b5cf62e}.sidebar__link-icon{flex-shrink:0;display:block;width:16px;height:16px}.sidebar__user{padding:1rem 1.25rem;border-top:1px solid var(--border);display:flex;flex-direction:row;align-items:center;gap:.5rem}.sidebar__user-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem}.sidebar__user-name{font-size:.8rem;font-weight:600;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar__user-email{font-size:.7rem;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar__sign-out{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .6rem;font-size:.8125rem;font-weight:500;border:1px solid var(--border);border-radius:6px;background:transparent;color:var(--text-muted);cursor:pointer;transition:background .2s,color .2s;flex-shrink:0}.sidebar__sign-out:hover{background:#ffffff0d;color:var(--text)}.sidebar__sign-out-icon{flex-shrink:0;display:block}.sidebar__sign-out-text{white-space:nowrap}.app__body{flex:1;min-width:0;margin-left:var(--sidebar-width);display:flex;flex-direction:column}.app__gender-tabs{display:flex;justify-content:center;align-items:center;gap:0;min-height:var(--header-height);padding:0 1.5rem;background:#101019;border-bottom:1px solid var(--border)}.app__gender-tab{padding:1rem 1.5rem;font-size:1rem;font-weight:500;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;background:transparent;color:var(--text-muted);cursor:pointer;transition:color .2s,border-color .2s}.app__gender-tab:hover{color:var(--text)}.app__gender-tab--active{color:var(--accent);border-bottom-color:var(--accent)}.app__category-chips{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;padding:1.05rem 1.5rem .4rem}.app__category-chip{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .85rem;font-size:.8125rem;font-weight:500;color:var(--text);background:#ffffff0d;border:1px solid transparent;border-radius:999px;cursor:pointer;transition:border-color .2s,background .2s}.app__category-chip:hover{border-color:#ffffff1f}.app__category-chip--active{color:var(--accent);background:#7c3aed26}.app__category-chip--active:hover{background:#7c3aed38;border-color:#ffffff1f}.app__category-chip-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.app__category-chip-label{white-space:nowrap}.app__category-chip--more{min-width:2rem;padding:.4rem .65rem;font-size:1.1rem;line-height:1}.app__category-chip--more .app__category-chip-icon{display:none}.page{flex:1;display:flex;flex-direction:column;width:100%;padding:0 0 3rem;min-height:0}.page__header{width:100%;min-height:var(--header-height);margin:0 0 .4rem;padding:0;display:flex;align-items:center;box-sizing:border-box;background:#101019;border-bottom:1px solid var(--border)}.page__header-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;width:100%;max-width:100%;margin:0 auto;padding:0 1.5rem;box-sizing:border-box}.app__title{margin:0;font-size:clamp(1.05rem,2.1vw,1.3rem);font-weight:600;letter-spacing:-.02em;color:var(--text);line-height:1.2}.app__subtitle{margin:0;font-size:.85rem;color:var(--text-muted);width:100%}.tabs{display:flex;gap:0;border-bottom:1px solid var(--border);margin:0;padding:0}.tabs__tab{padding:.6rem 1.25rem;font-size:.875rem;font-weight:500;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;background:transparent;color:var(--text-muted);cursor:pointer;transition:color .2s,border-color .2s}.tabs__tab:hover{color:var(--text)}.tabs__tab--active{color:var(--accent);border-bottom-color:var(--accent)}.app__state{padding:2rem 1.5rem;text-align:center;color:var(--text-muted);font-size:.9375rem}.app__state--error{color:#f87171}.app__hint{margin-top:.5rem;font-size:.8125rem;color:var(--text-muted);opacity:.9}.themes-grid{display:grid;grid-template-columns:repeat(auto-fill,250px);gap:1.5rem;margin-top:1rem}.theme-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;overflow:hidden;transition:background .2s,border-color .2s}.theme-card__image-wrap{aspect-ratio:9 / 16;background:var(--bg);position:relative;min-height:0}.theme-card__image{width:100%;height:100%;object-fit:cover}.theme-card__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:.875rem}.theme-card__body{padding:1rem 1.25rem}.theme-card__description{margin:0;font-size:.9375rem;color:var(--text);line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:4.2em}.app__bottom-nav{display:none}.sidebar__link,.app__gender-tab{min-height:44px;min-width:44px}@media (max-width: 768px){.app__sidebar{display:none}.app__body{margin-left:0;padding-bottom:calc(4.5rem + env(safe-area-inset-bottom,0))}.app__bottom-nav{display:flex;position:fixed;bottom:0;left:0;right:0;height:calc(4rem + env(safe-area-inset-bottom,0));padding-bottom:env(safe-area-inset-bottom,0);background:#101019;border-top:1px solid var(--border);z-index:100;align-items:center;justify-content:space-around;padding-left:env(safe-area-inset-left,0);padding-right:env(safe-area-inset-right,0)}.app__bottom-nav-link{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;flex:1;min-height:44px;padding:.5rem .25rem;color:var(--text-muted);text-decoration:none;font-size:.6875rem;font-weight:500}.app__bottom-nav-link .sidebar__link-icon{width:22px;height:22px}.app__bottom-nav-link--active{color:var(--accent)}.app__bottom-nav-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.app__gender-tabs{display:none}.app__category-chips{padding:.85rem 1rem .35rem;gap:.4rem;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none}.app__category-chips::-webkit-scrollbar{display:none}.themes-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem;margin-top:.75rem}.theme-card__body{padding:.75rem 1rem}.theme-card__description{font-size:.8125rem;-webkit-line-clamp:2;min-height:2.8em}.page{padding:0 0 1rem}.page__header-inner{padding-left:max(1rem,env(safe-area-inset-left));padding-right:max(1rem,env(safe-area-inset-right))}.app__title,.app__subtitle{padding-left:0;padding-right:0}}.legal-layout{min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden}.legal-layout__header{position:sticky;top:0;left:0;right:0;z-index:100;background:#0d0d0fe6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.legal-layout__header-inner{display:flex;align-items:center;justify-content:space-between;max-width:900px;margin:0 auto;padding:.75rem 1.5rem;padding-left:max(1.5rem,env(safe-area-inset-left));padding-right:max(1.5rem,env(safe-area-inset-right))}.legal-layout__logo{font-size:1.25rem;font-weight:600;color:var(--text);text-decoration:none;letter-spacing:-.02em}.legal-layout__logo:hover{color:var(--accent)}.legal-layout__nav-link{font-size:.9375rem;font-weight:500;color:var(--text-muted);text-decoration:none;transition:color .2s}.legal-layout__nav-link:hover{color:var(--accent)}.legal-layout__main{flex:1;padding:2rem 1.5rem 3rem;padding-left:max(1.5rem,env(safe-area-inset-left));padding-right:max(1.5rem,env(safe-area-inset-right))}.legal-layout__content{max-width:720px;margin:0 auto}.legal-layout__content h1{margin:0 0 .5rem;font-size:clamp(1.75rem,4vw,2rem);font-weight:700;color:var(--text);letter-spacing:-.02em}.legal-layout__content .legal-layout__last-updated{margin:0 0 2rem;font-size:.875rem;color:var(--text-muted)}.legal-layout__content h2{margin:2rem 0 .75rem;font-size:1.125rem;font-weight:600;color:var(--text)}.legal-layout__content p{margin:0 0 1rem;font-size:.9375rem;line-height:1.65;color:var(--text-muted)}.legal-layout__content p:last-child{margin-bottom:0}.legal-layout__content ul{margin:0 0 1rem;padding-left:1.5rem;font-size:.9375rem;line-height:1.65;color:var(--text-muted)}.legal-layout__content li{margin-bottom:.35rem}.legal-layout__content a{color:var(--accent);text-decoration:none}.legal-layout__content a:hover{text-decoration:underline}.legal-layout__footer{margin-top:auto;padding:1.5rem;border-top:1px solid var(--border);background:var(--bg-card);padding-left:max(1.5rem,env(safe-area-inset-left));padding-right:max(1.5rem,env(safe-area-inset-right))}.legal-layout__footer-inner{max-width:900px;margin:0 auto;text-align:center}.legal-layout__footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem 1.25rem;margin:0 0 .75rem}.legal-layout__footer-link{font-size:.875rem;color:var(--text-muted);text-decoration:none;transition:color .2s}.legal-layout__footer-link:hover{color:var(--accent)}.legal-layout__footer-copy{margin:0;font-size:.8125rem;color:var(--text-muted)}@media (max-width: 480px){.legal-layout__main,.legal-layout__footer{padding-left:max(1rem,env(safe-area-inset-left));padding-right:max(1rem,env(safe-area-inset-right))}}.choose-gender-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1.5rem;padding-left:max(1.5rem,env(safe-area-inset-left));padding-right:max(1.5rem,env(safe-area-inset-right));padding-bottom:max(1.5rem,env(safe-area-inset-bottom))}.choose-gender-modal{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:2rem;max-width:min(360px,calc(100vw - 2rem));width:100%;text-align:center}.choose-gender-modal__title{margin:0 0 .5rem;font-size:1.35rem;font-weight:600;color:var(--text)}.choose-gender-modal__desc{margin:0 0 1.5rem;font-size:.9375rem;color:var(--text-muted)}.choose-gender-modal__actions{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.choose-gender-modal__btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;min-height:44px;font-size:1rem;font-weight:500;color:var(--text);background:var(--bg-card-hover);border:1px solid var(--border);border-radius:8px;cursor:pointer;transition:background .2s,border-color .2s}.choose-gender-modal__btn-icon{flex-shrink:0;display:block;filter:brightness(0) invert(1);opacity:.95}.choose-gender-modal__btn:hover:not(:disabled){background:#8b5cf626;border-color:var(--accent)}.choose-gender-modal__btn:disabled{opacity:.7;cursor:not-allowed}.choose-gender-modal__loading{margin:1rem 0 0;font-size:.875rem;color:var(--text-muted)}.login-modal{max-width:min(400px,calc(100vw - 2rem));width:100%}.login-modal__google{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.65rem 1rem;font-size:1rem;font-weight:500;border:1px solid var(--border);border-radius:8px;background:var(--bg-card);color:var(--text);cursor:pointer;transition:background .2s,border-color .2s}.login-modal__google:hover:not(:disabled){background:var(--bg-card-hover);border-color:#3f3f46}.login-modal__google:disabled{opacity:.7;cursor:not-allowed}.login-modal__divider{display:flex;align-items:center;gap:1rem;margin:1.25rem 0;font-size:.875rem;color:var(--text-muted)}.login-modal__divider:before,.login-modal__divider:after{content:"";flex:1;height:1px;background:var(--border)}.login-modal__form{display:flex;flex-direction:column;gap:.5rem}.login-modal__form .modal__label{margin-top:.5rem}.login-modal__form .modal__label:first-child{margin-top:0}.login-modal__actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.login-modal__link{background:none;border:none;padding:0;font-size:.875rem;color:var(--accent);cursor:pointer;text-align:left}.login-modal__link:hover{text-decoration:underline}.login-modal__switch{margin:1rem 0 0;font-size:.875rem;color:var(--text-muted);text-align:center}.login-modal__reset-msg{font-size:.9375rem;color:var(--text-muted);margin:0}.style-slider{position:relative;width:100%;margin-top:.5rem}.style-slider--empty{aspect-ratio:9 / 16;max-width:280px;margin-left:auto;margin-right:auto;border-radius:12px;background:var(--bg-card);border:1px solid var(--border);display:flex;align-items:center;justify-content:center}.style-slider--empty p{margin:0;font-size:.9375rem;color:var(--text-muted)}.style-slider__viewport{position:relative;width:100%;overflow:hidden;border-radius:12px}.style-slider__gradient{position:absolute;top:0;bottom:0;width:22%;max-width:360px;pointer-events:none;z-index:1}.style-slider__gradient--left{left:0;background:linear-gradient(to right,var(--landing-slider-edge, var(--bg-card)) 0%,transparent 100%)}.style-slider__gradient--right{right:0;background:linear-gradient(to left,var(--landing-slider-edge, var(--bg-card)) 0%,transparent 100%)}.style-slider__track{display:flex;gap:var(--slide-gap-px, 2%);transition:transform .5s cubic-bezier(.25,.46,.45,.94);will-change:transform}.style-slider__slide{flex:0 0 var(--slide-width-px, 88%);width:var(--slide-width-px, 88%);min-width:0;aspect-ratio:9 / 16;border-radius:12px;overflow:hidden;background:var(--bg-card);border:1px solid var(--border);transition:transform .3s,border-color .3s,box-shadow .3s}.style-slider__slide-inner{width:100%;height:100%;overflow:hidden;border-radius:inherit;background:linear-gradient(180deg,var(--bg-card-hover) 0%,var(--bg-card) 100%)}.style-slider__slide-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;border-radius:inherit}.style-slider__btn{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;border:1px solid var(--border);background:#0d0d0fd9;color:var(--text);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,border-color .2s,opacity .2s;z-index:2;opacity:.85}.style-slider__btn:hover{background:var(--bg-card-hover);border-color:#7c3aed80;opacity:1}.style-slider__btn--prev{left:.5rem}.style-slider__btn--next{right:.5rem}.style-slider__btn:after{content:"";width:10px;height:10px;border-left:2px solid currentColor;border-bottom:2px solid currentColor}.style-slider__btn--prev:after{margin-left:4px;transform:rotate(45deg)}.style-slider__btn--next:after{margin-right:4px;transform:rotate(-135deg)}@media (max-width: 640px){.style-slider__btn{width:44px;height:44px;min-width:44px;min-height:44px}.style-slider__btn--prev{left:.25rem}.style-slider__btn--next{right:.25rem}}.landing{min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden}.landing [id=como-funciona],.landing [id=estilos],.landing [id=faq]{scroll-margin-top:5.5rem}.landing__header{position:fixed;top:0;left:0;right:0;z-index:100;background:#0d0d0fd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);transition:background .3s,border-color .3s}.landing__header-inner{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:.75rem 1.5rem;padding-left:max(1.5rem,env(safe-area-inset-left));padding-right:max(1.5rem,env(safe-area-inset-right))}.landing__logo{font-size:1.35rem;font-weight:600;color:var(--text);text-decoration:none;letter-spacing:-.02em}.landing__nav{display:flex;align-items:center;gap:1.5rem}.landing__nav-link{color:var(--text-muted);text-decoration:none;font-size:.9375rem;font-weight:500;transition:color .2s}.landing__nav-link:hover{color:var(--text)}.landing__btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:.5rem 1rem;font-size:.9375rem;font-weight:500;border-radius:8px;cursor:pointer;transition:background .2s,border-color .2s,color .2s;border:1px solid transparent}.landing__btn-icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center}.landing__btn-icon svg{display:block}.landing__btn--ghost{background:transparent;color:var(--text-muted);border-color:transparent}.landing__btn--ghost:hover{color:var(--text)}.landing__btn--primary{background:var(--accent);color:#fff;border-color:var(--accent)}.landing__btn--primary:hover{background:#6d28d9;border-color:#6d28d9}.landing__menu-btn{display:none;flex-direction:column;gap:5px;padding:.5rem;background:none;border:none;cursor:pointer;color:var(--text)}.landing__menu-btn span{display:block;width:22px;height:2px;background:currentColor;border-radius:1px}@media (max-width: 768px){.landing__nav{display:none}.landing__menu-btn{display:flex;min-width:44px;min-height:44px;align-items:center;justify-content:center}}@media (max-width: 480px){.landing__header-inner,.landing__section{padding-left:max(1rem,env(safe-area-inset-left));padding-right:max(1rem,env(safe-area-inset-right))}.landing__section--dark{padding:1.5rem 1rem}.landing__hero,.landing__cta-section,.landing__footer{padding-left:max(1rem,env(safe-area-inset-left));padding-right:max(1rem,env(safe-area-inset-right))}}.landing__hero{position:relative;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6rem 1.5rem 4rem;overflow:hidden}.landing__hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(124,58,237,.25),transparent),radial-gradient(ellipse 60% 40% at 80% 50%,rgba(124,58,237,.08),transparent),radial-gradient(ellipse 50% 30% at 20% 80%,rgba(124,58,237,.06),transparent);pointer-events:none}.landing__hero-mask{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:radial-gradient(ellipse 120% 85% at 50% 50%,rgba(13,13,15,.99) 0%,rgba(13,13,15,.82) 38%,rgba(13,13,15,.5) 62%,transparent 82%)}.landing__hero-content{position:relative;text-align:center;max-width:640px;z-index:2}.landing__hero-title{margin:0 0 1rem;font-size:clamp(2rem,5vw,3.25rem);font-weight:700;line-height:1.15;letter-spacing:-.03em;color:var(--text);animation:landing-fade-up .8s ease-out}.landing__hero-subtitle{margin:0 0 1.75rem;font-size:clamp(1rem,2.2vw,1.25rem);color:var(--text-muted);line-height:1.5;animation:landing-fade-up .8s ease-out .1s both}.landing__cta{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.75rem;font-size:1.0625rem;font-weight:600;border:none;border-radius:10px;background:var(--accent);color:#fff;cursor:pointer;transition:background .2s,transform .15s;animation:landing-fade-up .8s ease-out .2s both}.landing__cta-icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center}.landing__cta-icon svg{display:block}.landing__cta:hover{background:#6d28d9;transform:translateY(-2px)}.landing__cta:active{transform:translateY(0)}.landing__hero-hint{margin:1rem 0 0;font-size:.875rem;color:var(--text-muted);animation:landing-fade-up .8s ease-out .3s both}.landing__hero-gallery{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;overflow:hidden}.landing__hero-card{position:absolute;aspect-ratio:9 / 16;border-radius:10px;background:var(--bg-card);border:1px solid var(--border);animation:landing-float 4s ease-in-out infinite;opacity:var(--hero-card-opacity, .7)}.landing__hero-card:nth-child(1){left:4%;top:18%;width:clamp(50px,8vw,85px);--hero-card-opacity: .55;animation-delay:0s}.landing__hero-card:nth-child(2){left:22%;bottom:12%;width:clamp(75px,14vw,130px);--hero-card-opacity: .85;animation-delay:.8s;animation-direction:reverse}.landing__hero-card:nth-child(3){left:48%;top:45%;width:clamp(55px,10vw,100px);--hero-card-opacity: .6;animation-delay:.3s}.landing__hero-card:nth-child(4){right:20%;top:22%;width:clamp(45px,7vw,70px);--hero-card-opacity: .75;animation-delay:1s;animation-direction:reverse}.landing__hero-card:nth-child(5){right:6%;bottom:20%;width:clamp(70px,12vw,115px);--hero-card-opacity: .7;animation-delay:.5s}.landing__hero-card:nth-child(6){left:12%;bottom:28%;width:clamp(58px,9vw,90px);--hero-card-opacity: .65;animation-delay:.2s;animation-direction:reverse}.landing__hero-card:nth-child(7){left:38%;top:8%;width:clamp(95px,18vw,175px);--hero-card-opacity: .7;animation-delay:.6s;animation-direction:reverse}.landing__hero-card:nth-child(8){right:35%;top:55%;width:clamp(65px,11vw,105px);--hero-card-opacity: .6;animation-delay:.4s}.landing__hero-card:nth-child(9){left:6%;top:50%;width:clamp(85px,16vw,155px);--hero-card-opacity: .75;animation-delay:1.1s;animation-direction:reverse}.landing__hero-card:nth-child(10){right:12%;top:8%;width:clamp(75px,14vw,135px);--hero-card-opacity: .65;animation-delay:.25s}.landing__hero-card:nth-child(11){left:55%;bottom:8%;width:clamp(52px,8vw,80px);--hero-card-opacity: .8;animation-delay:.9s;animation-direction:reverse}.landing__hero-card:nth-child(12){right:8%;top:38%;width:clamp(90px,17vw,165px);--hero-card-opacity: .6;animation-delay:.7s}.landing__hero-card:nth-child(13){left:-5%;top:25%;width:clamp(70px,13vw,120px);--hero-card-opacity: .7;animation-delay:.35s;animation-direction:reverse}.landing__hero-card:nth-child(14){right:-6%;bottom:15%;width:clamp(80px,15vw,140px);--hero-card-opacity: .65;animation-delay:1.2s}.landing__hero-card:nth-child(15){left:28%;top:-4%;width:clamp(60px,11vw,100px);--hero-card-opacity: .75;animation-delay:.55s;animation-direction:reverse}.landing__hero-card:nth-child(16){right:-3%;top:58%;width:clamp(65px,12vw,110px);--hero-card-opacity: .6;animation-delay:.75s}.landing__hero-card:nth-child(17){left:-4%;bottom:-2%;width:clamp(85px,16vw,150px);--hero-card-opacity: .7;animation-delay:.15s;animation-direction:reverse}.landing__hero-card:nth-child(18){right:25%;top:-5%;width:clamp(55px,10vw,95px);--hero-card-opacity: .8;animation-delay:.95s}.landing__hero-card:nth-child(19){left:18%;bottom:-3%;width:clamp(62px,11vw,102px);--hero-card-opacity: .65;animation-delay:.4s}.landing__hero-card:nth-child(20){right:-5%;top:15%;width:clamp(75px,14vw,130px);--hero-card-opacity: .75;animation-delay:.6s;animation-direction:reverse}.landing__hero-card:nth-child(21){left:62%;bottom:-4%;width:clamp(68px,12vw,115px);--hero-card-opacity: .7;animation-delay:1s}.landing__hero-card:nth-child(22){left:-2%;top:8%;width:clamp(90px,17vw,160px);--hero-card-opacity: .65;animation-delay:.2s;animation-direction:reverse}.landing__hero-card:nth-child(23){left:42%;top:28%;width:clamp(50px,9vw,88px);--hero-card-opacity: .7;animation-delay:.45s;animation-direction:reverse}.landing__hero-card:nth-child(24){right:15%;bottom:5%;width:clamp(72px,13vw,125px);--hero-card-opacity: .75;animation-delay:.85s}.landing__hero-card:nth-child(25){left:8%;top:35%;width:clamp(58px,10vw,98px);--hero-card-opacity: .65;animation-delay:.5s;animation-direction:reverse}.landing__hero-card:nth-child(26){right:30%;top:48%;width:clamp(62px,11vw,108px);--hero-card-opacity: .7;animation-delay:1.15s}.landing__hero-card:nth-child(27){left:52%;bottom:22%;width:clamp(78px,14vw,138px);--hero-card-opacity: .8;animation-delay:.3s;animation-direction:reverse}.landing__hero-card-inner{width:100%;height:100%;border-radius:inherit;background:linear-gradient(145deg,var(--bg-card-hover) 0%,var(--bg-card) 100%);position:relative;overflow:hidden}.landing__hero-card-img{width:100%;height:100%;object-fit:cover;border-radius:inherit;filter:saturate(.72) contrast(.98)}@media (max-width: 640px){.landing__hero-card:nth-child(1){left:2%;top:10%;width:clamp(42px,16vw,62px)}.landing__hero-card:nth-child(2){left:auto;right:6%;bottom:12%;width:clamp(52px,20vw,78px)}.landing__hero-card:nth-child(3){left:50%;transform:translate(-50%);top:38%;width:clamp(48px,18vw,68px)}.landing__hero-card:nth-child(4){right:4%;top:14%;width:clamp(38px,14vw,55px)}.landing__hero-card:nth-child(5){right:2%;bottom:22%;width:clamp(48px,18vw,72px)}.landing__hero-card:nth-child(6){left:6%;bottom:18%;width:clamp(45px,17vw,65px)}.landing__hero-card:nth-child(7){left:50%;transform:translate(-50%);top:5%;width:clamp(70px,26vw,100px)}.landing__hero-card:nth-child(8){left:auto;right:10%;top:50%;width:clamp(55px,21vw,82px)}.landing__hero-card:nth-child(9){left:4%;top:45%;width:clamp(65px,24vw,95px)}.landing__hero-card:nth-child(10){right:5%;top:8%;width:clamp(58px,22vw,85px)}.landing__hero-card:nth-child(11){left:35%;bottom:6%;width:clamp(45px,17vw,65px)}.landing__hero-card:nth-child(12){right:6%;top:32%;width:clamp(68px,25vw,98px)}.landing__hero-card:nth-child(13){left:-8%;top:22%;width:clamp(50px,19vw,75px)}.landing__hero-card:nth-child(14){right:-10%;bottom:12%;width:clamp(55px,21vw,85px)}.landing__hero-card:nth-child(15){left:50%;transform:translate(-50%);top:-5%;width:clamp(48px,18vw,68px)}.landing__hero-card:nth-child(16){right:-6%;top:52%;width:clamp(50px,19vw,72px)}.landing__hero-card:nth-child(17){left:-6%;bottom:-4%;width:clamp(58px,22vw,88px)}.landing__hero-card:nth-child(18){right:20%;top:-6%;width:clamp(42px,16vw,62px)}.landing__hero-card:nth-child(19){left:12%;bottom:-5%;width:clamp(48px,18vw,70px)}.landing__hero-card:nth-child(20){right:-8%;top:12%;width:clamp(52px,20vw,78px)}.landing__hero-card:nth-child(21){left:45%;bottom:-6%;width:clamp(50px,19vw,72px)}.landing__hero-card:nth-child(22){left:-5%;top:6%;width:clamp(62px,24vw,95px)}.landing__hero-card:nth-child(23){left:50%;transform:translate(-50%);top:25%;width:clamp(45px,17vw,68px)}.landing__hero-card:nth-child(24){right:10%;bottom:4%;width:clamp(52px,20vw,78px)}.landing__hero-card:nth-child(25){left:5%;top:32%;width:clamp(48px,18vw,72px)}.landing__hero-card:nth-child(26){right:25%;top:45%;width:clamp(50px,19vw,75px)}.landing__hero-card:nth-child(27){left:48%;bottom:18%;width:clamp(58px,22vw,88px)}}@keyframes landing-fade-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes landing-float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.landing__offer-banner{min-height:115px;height:115px;display:flex;align-items:center;justify-content:center;background:linear-gradient(90deg,#b7476d,#a946ba,#9575cd);border-top:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12);padding:0 1.5rem;box-sizing:border-box}.landing__offer-inner{display:flex;align-items:center;justify-content:center;gap:clamp(1.5rem,4vw,3rem);flex-wrap:wrap;width:100%;max-width:1100px;margin:0 auto}.landing__offer-content{flex:1;min-width:200px}.landing__offer-badge{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#fff;background:#ffffff38;padding:.2rem .55rem;border-radius:6px;margin-bottom:.25rem}.landing__offer-title{margin:0 0 .15rem;font-size:clamp(1rem,2vw,1.35rem);font-weight:800;line-height:1.2;color:#fff;letter-spacing:-.02em;text-shadow:0 1px 2px rgba(0,0,0,.15)}.landing__offer-desc{margin:0;font-size:.85rem;font-weight:600;color:#ffffffeb;text-shadow:0 1px 1px rgba(0,0,0,.1)}.landing__offer-countdown{display:flex;flex-direction:column;align-items:center;gap:.35rem;flex-shrink:0}.landing__offer-countdown-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#ffffffe6}.landing__offer-digits{display:flex;gap:.5rem;align-items:baseline}.landing__offer-digit{display:flex;flex-direction:column;align-items:center;min-width:2.5rem}.landing__offer-digit-value{font-size:clamp(1.35rem,3vw,2rem);font-weight:800;line-height:1;color:#fff;font-variant-numeric:tabular-nums;text-shadow:0 1px 2px rgba(0,0,0,.2)}.landing__offer-digit-unit{font-size:.58rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#ffffffe0;margin-top:.15rem}.landing__offer-cta{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;flex-shrink:0;padding:.5rem 1.15rem;font-size:.9375rem;font-weight:700;border:none;border-radius:8px;background:#fff;color:#6a1b9a;cursor:pointer;transition:background .2s,transform .15s,box-shadow .2s;box-shadow:0 2px 10px #0003}.landing__offer-cta-icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center}.landing__offer-cta-icon svg{display:block}.landing__offer-cta:hover{background:#fffffff2;transform:scale(1.03);box-shadow:0 4px 14px #00000040}@media (max-width: 768px){.landing__offer-banner{min-height:115px;height:auto;padding:.85rem 1rem}.landing__offer-inner{flex-direction:column;gap:1rem;text-align:center}.landing__offer-content{min-width:0}.landing__offer-title{font-size:1.15rem}}.landing__section{padding:4rem 2rem;max-width:950px;margin:0 auto;width:100%;box-sizing:border-box}.landing__section--dark{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:2.5rem}.landing__section-title{margin:0 0 .5rem;font-size:clamp(1.5rem,3.5vw,2rem);font-weight:700;text-align:center;color:var(--text)}.landing__section-subtitle{margin:0 0 2.5rem;font-size:1rem;color:var(--text-muted);text-align:center}.landing__steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;margin-top:2rem}.landing__step{position:relative;padding:1.5rem;border-radius:12px;background:var(--bg-card);border:1px solid var(--border);transition:transform .3s,border-color .3s;overflow:hidden}.landing__step-bg-icon{position:absolute;top:-18%;right:-12%;width:75%;height:75%;pointer-events:none;color:var(--text-muted);opacity:.04}.landing__step-bg-icon svg{width:100%;height:100%;display:block}.landing__step:hover{border-color:#7c3aed66;transform:translateY(-4px)}.landing__step-badge{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;margin-bottom:.75rem;color:var(--accent);background:#7c3aed26;border-radius:10px}.landing__step-num{font-size:1.25rem;font-weight:800;line-height:1}.landing__step-title{margin:0 0 .35rem;font-size:1.125rem;font-weight:600;color:var(--text)}.landing__step-desc{margin:0;font-size:.9375rem;color:var(--text-muted);line-height:1.5}.landing__step--animate{opacity:1}#estilos.landing__section{max-width:1200px}.landing__style-by-gender{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:2rem;align-items:start}.landing__style-column{min-width:0;background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1.5rem}.landing__style-column-title{margin:0 0 1rem;font-size:1.125rem;font-weight:600;color:var(--accent);text-align:center}.landing__style-row{display:flex;align-items:center;gap:.75rem;margin-top:.5rem}.landing__style-avatar{flex-shrink:0;width:100px;height:100px;border-radius:50%;background:#ffffff1f;border:2px solid var(--border)}.landing__style-avatar--man,.landing__style-avatar--woman{background-size:cover;background-position:center}.landing__style-row--reversed{flex-direction:row-reverse}.landing__style-arrow{flex-shrink:0;display:flex;align-items:center;justify-content:center;color:var(--accent);opacity:.9;margin:0 .5rem}.landing__style-arrow svg{width:22px;height:22px}.landing__style-slider-wrap{flex:1;min-width:0;min-height:320px}@media (max-width: 640px){.landing__style-by-gender{grid-template-columns:1fr;gap:2rem}.landing__style-avatar{width:80px;height:80px}.landing__style-slider-wrap{min-height:280px}.landing__style-arrow svg{width:18px;height:18px}}.landing__faq{max-width:640px;margin:0 auto;display:flex;flex-direction:column;gap:0}.landing__faq-item{border-bottom:1px solid var(--border);transition:background .2s}.landing__faq-item:first-child{border-top-left-radius:12px;border-top-right-radius:12px;overflow:hidden}.landing__faq-item:last-child{border-bottom:none;border-bottom-left-radius:12px;border-bottom-right-radius:12px}.landing__faq-item+.landing__faq-item{border-top:none}.landing__faq-question{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;padding:1rem 1.25rem;font-size:1rem;font-weight:600;text-align:left;color:var(--text);background:var(--bg-card);border:none;cursor:pointer;transition:background .2s,color .2s}.landing__faq-question:hover{background:var(--bg-card-hover)}.landing__faq-question:focus-visible{outline:none;box-shadow:inset 0 0 0 2px var(--accent)}.landing__faq-item--open .landing__faq-question{color:var(--accent)}.landing__faq-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;color:var(--text-muted);transition:transform .25s ease}.landing__faq-item--open .landing__faq-icon{transform:rotate(180deg);color:var(--accent)}.landing__faq-answer{overflow:hidden;max-height:0;transition:max-height .3s ease}.landing__faq-item--open .landing__faq-answer{max-height:300px}.landing__faq-answer-text{margin:0;padding:1.25rem 1.25rem 1rem;font-size:.9375rem;line-height:1.6;color:var(--text-muted);background:var(--bg-card);border-top:1px solid var(--border)}.landing__cta-section{padding:0 1.5rem 4rem;text-align:center;background:linear-gradient(180deg,var(--bg) 0%,rgba(124,58,237,.08) 100%)}.landing__cta-trust{display:flex;flex-direction:column;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1.5rem;font-size:.9375rem;color:var(--text-muted);text-align:center}.landing__cta-trust-item{display:inline-flex;align-items:center;justify-content:center;gap:.35rem}.landing__cta-trust-item--center{width:100%;justify-content:center}.landing__cta-trust-item--stacked{flex-direction:column;gap:.4rem}.landing__cta-trustpilot-logo{height:1.75rem;width:auto;display:block;object-fit:contain;order:-1}.landing__cta-stars{color:#eab308;font-size:1.1rem;letter-spacing:.05em}.landing__cta-trust-text strong{color:var(--text);font-weight:600}.landing__cta-title{margin:0 0 .5rem;font-size:clamp(1.5rem,3.5vw,2rem);font-weight:700;color:var(--text)}.landing__cta-desc{margin:0 0 1.5rem;font-size:1rem;color:var(--text-muted)}.landing__cta--large{padding:1rem 2rem;font-size:1.125rem}.landing__footer{margin-top:auto;padding:2rem 1.5rem;border-top:1px solid var(--border);background:var(--bg-card)}.landing__footer-inner{max-width:1000px;margin:0 auto;text-align:center}.landing__footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem 1.25rem;margin:.75rem 0 1rem}.landing__footer-link{font-size:.875rem;color:var(--text-muted);text-decoration:none;transition:color .2s}.landing__footer-link:hover{color:var(--accent)}.landing__footer-copy{margin:0;font-size:.875rem;color:var(--text-muted)}.buy-credits-modal-backdrop{padding:1.5rem;align-items:center}.buy-credits-modal{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;width:100%;max-width:min(92vw,720px);max-height:90vh;overflow:auto;box-shadow:0 24px 48px #0006}.buy-credits-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.5rem 1.5rem .75rem;border-bottom:1px solid var(--border);background:linear-gradient(180deg,rgba(124,58,237,.08) 0%,transparent 100%);border-radius:16px 16px 0 0}.buy-credits-modal__header-content{flex:1;min-width:0}.buy-credits-modal__title{margin:0 0 .25rem;font-size:1.5rem;font-weight:700;color:var(--text);letter-spacing:-.02em}.buy-credits-modal__subtitle{margin:0;font-size:.9375rem;color:var(--text-muted)}.buy-credits-modal__close{flex-shrink:0}.buy-credits-modal__body{padding:1.5rem}.buy-credits-modal__loading{display:flex;justify-content:center;padding:2rem}.buy-credits-modal__error{padding:.75rem 1rem;margin-bottom:1rem;background:#ef444426;border:1px solid rgba(239,68,68,.3);border-radius:8px;color:#fca5a5;font-size:.9375rem}.buy-credits-modal__packs{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.25rem}.buy-credits-modal__pack{position:relative;display:flex;flex-direction:column;align-items:center;padding:1.5rem 1rem;background:var(--bg);border:1px solid var(--border);border-radius:12px;transition:border-color .2s,box-shadow .2s}.buy-credits-modal__pack:hover{border-color:#7c3aed59}.buy-credits-modal__pack--featured{border-color:var(--accent);background:linear-gradient(180deg,rgba(124,58,237,.12) 0%,var(--bg) 60%);box-shadow:0 0 0 1px #7c3aed40}.buy-credits-modal__pack--featured:hover{box-shadow:0 4px 20px #7c3aed33}.buy-credits-modal__badge{position:absolute;top:-.5rem;left:50%;transform:translate(-50%);padding:.25rem .75rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#fff;background:var(--accent);border-radius:999px;white-space:nowrap}.buy-credits-modal__pack-name{font-size:1.1rem;font-weight:600;color:var(--text);margin-bottom:.35rem}.buy-credits-modal__pack-credits{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:.5rem}.buy-credits-modal__pack-credits-number{font-size:2.75rem;font-weight:700;line-height:1.1;color:var(--text);letter-spacing:-.03em}.buy-credits-modal__pack-credits-label{font-size:.875rem;font-weight:500;color:var(--text-muted);margin-top:.15rem}.buy-credits-modal__pack-price{font-size:1.35rem;font-weight:700;color:var(--text);margin-bottom:.2rem}.buy-credits-modal__pack-per-credit{font-size:.8125rem;color:var(--text-muted);margin-bottom:1rem}.buy-credits-modal__pack-cta{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;font-size:.9375rem;font-weight:600;color:var(--text);background:var(--bg-card);border:1px solid var(--border);border-radius:8px;cursor:pointer;transition:background .2s,border-color .2s,color .2s;margin-top:auto}.buy-credits-modal__pack-cta:hover:not(:disabled){background:var(--bg-card-hover);border-color:#7c3aed66;color:var(--text)}.buy-credits-modal__pack-cta:disabled{opacity:.8;cursor:not-allowed}.buy-credits-modal__pack-cta--featured{color:#fff;background:var(--accent);border-color:var(--accent)}.buy-credits-modal__pack-cta--featured:hover:not(:disabled){background:#6d28d9;border-color:#6d28d9;color:#fff}.buy-credits-modal__spinner{width:1rem;height:1rem;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:buy-credits-spin .7s linear infinite}.buy-credits-modal__pack-cta:not(.buy-credits-modal__pack-cta--featured) .buy-credits-modal__spinner{border-color:#e4e4e74d;border-top-color:var(--text)}@keyframes buy-credits-spin{to{transform:rotate(360deg)}}.buy-credits-modal__footer-note{margin:0;font-size:.8125rem;color:var(--text-muted);text-align:center}.buy-credits-modal__stripe{display:flex;justify-content:center;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border)}.buy-credits-modal__stripe-logo{height:28px;width:auto;display:block}@media (max-width: 640px){.buy-credits-modal__packs{grid-template-columns:1fr}.buy-credits-modal__pack--featured{order:-1}}.credits-page__main{padding:2rem 1.5rem 1.5rem;max-width:640px;width:100%;margin:0 auto;box-sizing:border-box}.credits-page__header{padding:1.5rem 1.5rem .5rem;margin-bottom:.5rem}.credits-page__title{margin:0 0 .35rem;font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:700;color:var(--text);letter-spacing:-.02em}.credits-page__subtitle{margin:0;font-size:.9375rem;color:var(--text-muted);line-height:1.5}.credits-page__loading{display:flex;justify-content:center;padding:3rem}.credits-page__error{margin:1.5rem}.credits-page__card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;transition:border-color .2s}.credits-page__card:hover{border-color:#7c3aed33}.credits-page__balance-card{background:linear-gradient(145deg,var(--bg-card) 0%,rgba(124,58,237,.06) 100%);border-color:#7c3aed33}.credits-page__balance-wrap{text-align:center;padding:.5rem 0}.credits-page__balance-label{font-size:.875rem;font-weight:500;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.35rem}.credits-page__balance-value{font-size:clamp(2.5rem,6vw,3.5rem);font-weight:700;color:var(--text);letter-spacing:-.03em;line-height:1.1;margin-bottom:.5rem}.credits-page__balance-hint{margin:0 0 1.25rem;font-size:.9375rem;color:var(--text-muted)}.credits-page__cta{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;color:#fff;background:var(--accent);border:none;border-radius:10px;cursor:pointer;transition:background .2s,transform .05s}.credits-page__cta:hover{background:#6d28d9}.credits-page__cta:active{transform:translateY(1px)}.credits-page__cta-icon{flex-shrink:0}.credits-page__section-title{margin:0 0 .35rem;font-size:1.5rem;font-weight:600;color:var(--text)}.credits-page__section-desc{margin:0 0 1rem;font-size:.875rem;color:var(--text-muted);line-height:1.5}.credits-page__empty-history{margin:0;font-size:.9375rem;color:var(--text-muted)}.credits-page__transactions-wrap{margin-top:.25rem}.credits-page__transactions-list{list-style:none;margin:0;padding:0}.credits-page__transaction{padding:1rem 0;border-bottom:1px solid var(--border);display:flex;flex-direction:column;gap:.5rem}.credits-page__transaction:last-child{border-bottom:none;padding-bottom:0}.credits-page__transaction-main{display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem 1rem}.credits-page__transaction-amount{font-weight:700;font-size:1rem}.credits-page__transaction-amount--plus{color:#34d399}.credits-page__transaction-amount--minus{color:var(--text-muted)}.credits-page__transaction-type{font-size:.9375rem;color:var(--text);font-weight:500}.credits-page__transaction-date{font-size:.875rem;color:var(--text-muted)}.credits-page__transaction-balance{font-size:.8125rem;color:var(--text-muted);padding-left:.25rem}.credits-page__transaction-balance strong{color:var(--text);font-weight:600}@media (max-width: 480px){.credits-page__transaction-main{flex-direction:column;gap:.25rem}}.credits-page__success-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;padding:1.5rem;z-index:1000}.credits-page__success-modal{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:2rem;max-width:400px;width:100%;text-align:center;box-shadow:0 24px 48px #0006}.credits-page__success-modal-header{margin-bottom:1.5rem}.credits-page__success-modal-icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:#34d39933;color:#34d399;font-size:1.75rem;font-weight:700;margin-bottom:1rem}.credits-page__success-modal-title{margin:0 0 .5rem;font-size:1.5rem;font-weight:700;color:var(--text)}.credits-page__success-modal-desc{margin:0;font-size:.9375rem;color:var(--text-muted);line-height:1.5}.credits-page__success-modal-cta{width:100%;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;color:#fff;background:var(--accent);border:none;border-radius:10px;cursor:pointer;transition:background .2s}.credits-page__success-modal-cta:hover{background:#6d28d9}.photo-detail-modal{max-width:min(94vw,910px);width:100%}.photo-detail-modal__body{display:flex;flex-direction:row;min-height:0;max-height:calc(90vh - 4rem);min-height:400px}.photo-detail-modal__image-wrap{flex:1;min-width:0;display:flex;align-items:center;justify-content:center;background:var(--bg);padding:1rem}.photo-detail-modal__image{max-width:100%;max-height:calc(90vh - 6rem);width:auto;height:auto;object-fit:contain;border-radius:8px}.photo-detail-modal__sidebar{flex:0 0 460px;min-width:380px;display:flex;flex-direction:column;gap:1.25rem;padding:1.5rem 1.75rem;border-left:1px solid var(--border);overflow-y:auto}.photo-detail-modal__title-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-shrink:0;margin-bottom:.25rem}.photo-detail-modal__title-row .photo-detail-modal__theme{margin:0;flex:1;min-width:0}.photo-detail-modal__theme-placeholder{font-size:1.25rem;font-weight:600;color:var(--text)}.photo-detail-modal__close{width:44px;height:44px;min-width:44px;min-height:44px;padding:0;border:none;border-radius:6px;background:transparent;color:var(--text-muted);font-size:1.5rem;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .2s,color .2s}.photo-detail-modal__close:hover{background:var(--bg);color:var(--text)}.photo-detail-modal__theme{margin:0;font-size:1.25rem;font-weight:600;color:var(--text);line-height:1.35}.photo-detail-modal__actions{display:flex;flex-direction:column;gap:.5rem;margin-top:auto}.photo-detail-modal__actions .photo-detail-modal__btn{width:100%}.photo-detail-modal__btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.6rem 1rem;font-size:.9375rem;font-weight:600;border-radius:8px;border:1px solid transparent;cursor:pointer;transition:background .2s,border-color .2s,color .2s}.photo-detail-modal__btn-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.photo-detail-modal__btn-icon svg{display:block}.photo-detail-modal__btn--primary{background:var(--accent);border-color:var(--accent);color:#fff}.photo-detail-modal__btn--primary:hover{background:#6d28d9;border-color:#6d28d9}.photo-detail-modal__btn--secondary{background:var(--bg);border-color:var(--border);color:var(--text)}.photo-detail-modal__btn--secondary:hover{border-color:var(--accent);color:var(--accent)}.photo-detail-modal__btn--outline{background:transparent;border-color:var(--border);color:var(--text-muted)}.photo-detail-modal__btn--outline:hover{border-color:#f87171;color:#f87171}.photo-detail-modal__regenerate{margin-top:.5rem;padding-top:1rem;border-top:1px solid var(--border)}.photo-detail-modal__regenerate-title{margin:0 0 .75rem;font-size:.875rem;font-weight:600;color:var(--text)}.photo-detail-modal__no-photos{margin:0 0 .75rem;padding:.6rem .75rem;background:#f59e0b1f;border:1px solid rgba(245,158,11,.35);border-radius:8px}.photo-detail-modal__no-photos p{margin:0 0 .35rem;font-size:.875rem;color:var(--text)}.photo-detail-modal__profile-link{display:inline-block;font-size:.8125rem;font-weight:500;color:var(--accent);text-decoration:none}.photo-detail-modal__profile-link:hover{text-decoration:underline}.photo-detail-modal__credits-warning{margin:0 0 .75rem;padding:.6rem .75rem;background:#f59e0b1f;border:1px solid rgba(245,158,11,.35);border-radius:8px}.photo-detail-modal__credits-warning p{margin:0 0 .35rem;font-size:.875rem;color:var(--text)}.photo-detail-modal__loading-photos{margin:0 0 .75rem;font-size:.875rem;color:var(--text-muted)}.photo-detail-modal__regenerate-form{display:flex;flex-direction:column;gap:.6rem}.photo-detail-modal__count-group{margin:0}.photo-detail-modal__count-label{display:block;margin-bottom:.4rem;font-size:.8125rem;font-weight:500;color:var(--text-muted)}.photo-detail-modal__count-btns{display:flex;gap:.4rem;flex-wrap:wrap}.photo-detail-modal__count-btn{width:2.25rem;height:2.25rem;min-width:40px;min-height:40px;display:flex;align-items:center;justify-content:center;font-size:.9375rem;font-weight:600;color:var(--text-muted);background:var(--bg);border:1px solid var(--border);border-radius:8px;cursor:pointer;transition:color .2s,background .2s,border-color .2s}.photo-detail-modal__count-btn:hover{color:var(--text);border-color:var(--accent);background:#7c3aed14}.photo-detail-modal__count-btn--active{color:#fff;background:var(--accent);border-color:var(--accent)}.photo-detail-modal__label-textarea{display:block;margin:0;font-size:.8125rem;font-weight:500;color:var(--text-muted)}.photo-detail-modal__textarea{width:100%;min-height:72px;padding:.5rem .75rem;font-size:.875rem;font-family:inherit;border:1px solid var(--border);border-radius:6px;background:var(--bg);color:var(--text);resize:vertical;box-sizing:border-box}.photo-detail-modal__textarea:focus{outline:none;border-color:var(--accent)}.photo-detail-modal__regenerate-error{margin:0;font-size:.8125rem;color:#f87171}@media (max-width: 640px){.photo-detail-modal{max-width:100%;width:100%}.photo-detail-modal__body{flex-direction:column;max-height:none;min-height:0}.photo-detail-modal__image-wrap{max-height:50vh;min-width:0}.photo-detail-modal__sidebar{flex:none;min-width:0;width:100%;border-left:none;border-top:1px solid var(--border)}}.my-photos-page{flex:1;display:flex;flex-direction:column;min-height:0}.my-photos-page__main{flex:1;display:flex;align-items:center;justify-content:center;padding:1.5rem;min-height:0}.my-photos-page__main--has-content{align-items:flex-start;justify-content:flex-start}.my-photos-page__loading{display:flex;align-items:center;justify-content:center;min-height:60vh}.my-photos-page__loading .app-loading__spinner{flex-shrink:0}.my-photos-page__content{width:100%;max-width:100%}.my-photos-page__count-label{margin:-6px 0 1rem;font-size:.9375rem;font-weight:500;color:var(--text-muted)}.my-photos-page__grid{display:grid;grid-template-columns:repeat(auto-fill,250px);gap:1.5rem;width:100%;max-width:100%}.my-photos-page__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%;max-width:420px}.my-photos-page__empty-icon{margin-bottom:1rem;color:var(--text-muted);opacity:.4}.my-photos-page__empty-icon svg{display:block}.my-photos-page__empty-title{margin:0 0 .5rem;font-size:clamp(1.15rem,2.5vw,1.4rem);font-weight:600;color:var(--text-muted);line-height:1.4}.my-photos-page__empty-subtitle{margin:0;font-size:.9375rem;color:var(--text-muted);opacity:.5;line-height:1.5}.my-photo-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;overflow:hidden;transition:border-color .2s;min-width:0}.my-photo-card--clickable{cursor:pointer}.my-photo-card--clickable:hover{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.my-photo-card__image-wrap{aspect-ratio:9 / 16;background:var(--bg);position:relative;min-height:0}.my-photo-card__image{width:100%;height:100%;object-fit:cover}.my-photo-card__theme-badge{position:absolute;top:.5rem;right:.5rem;width:48px;height:48px;border-radius:8px;overflow:hidden;border:2px solid rgba(255,255,255,.9);box-shadow:0 2px 8px #0000004d}.my-photo-card__theme-badge-img{width:100%;height:100%;object-fit:cover}.my-photo-card__caption{margin:0;padding:1.25rem;min-height:6.5rem;min-width:0;font-size:.9375rem;color:var(--text-muted);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:break-word;word-break:break-word}.my-photo-card--loading{position:relative;overflow:hidden}.my-photo-card--loading .my-photo-card__image-wrap{position:relative}.my-photo-card--loading .my-photo-card__theme-badge{z-index:2}.my-photo-card__loading-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:flex;align-items:center;justify-content:center;background:linear-gradient(110deg,#0d0d0fe0,#0d0d0fe0 40%,#ffffff0a,#0d0d0fe0 60%,#0d0d0fe0);background-size:200% 100%;animation:my-photos-shimmer 1.5s ease-in-out infinite}.my-photo-card__loading-wrap{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem}.my-photo-card__spinner{width:40px;height:40px;border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:my-photos-spin .8s linear infinite}@keyframes my-photos-spin{to{transform:rotate(360deg)}}@keyframes my-photos-shimmer{to{background-position:200% 0}}.my-photo-card__loading-text{margin:0;font-size:.9375rem;color:var(--text-muted);text-align:center;max-width:260px}@media (max-width: 768px){.my-photos-page__main{padding:1rem;padding-left:max(1rem,env(safe-area-inset-left));padding-right:max(1rem,env(safe-area-inset-right))}.my-photos-page__grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem}}.profile-page__main{padding:1.5rem;max-width:720px;width:100%;margin:0 auto;box-sizing:border-box}.profile-page__header{padding:1.5rem 1.5rem .5rem;margin-bottom:.5rem}.profile-page__title{margin:0 0 .35rem;font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:700;color:var(--text);letter-spacing:-.02em}.profile-page__subtitle{margin:0;font-size:.9375rem;color:var(--text-muted);line-height:1.5}.profile-page__card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1.5rem;margin-bottom:2.5rem;transition:border-color .2s}.profile-page__card:hover{border-color:#7c3aed40}.profile-page__section{margin-top:.5rem;margin-bottom:1.5rem}.profile-page__section:last-child{margin-bottom:0}.profile-page__section-title{margin:0 0 .5rem;font-size:1.3;font-weight:600;color:var(--text)}.profile-page__banner{display:flex;align-items:flex-start;gap:.75rem;margin:.75rem 0;padding:.75rem 1rem;background:#7c3aed1a;border:1px solid rgba(124,58,237,.25);border-radius:8px}.profile-page__banner-icon{flex-shrink:0;margin-top:.1rem;color:var(--accent);opacity:.9}.profile-page__banner-icon svg{display:block}.profile-page__banner-text{margin:0;font-size:.875rem;color:var(--text-muted);line-height:1.5}.profile-page__hint{margin:0 0 1.25rem;font-size:.875rem;color:var(--text-muted);line-height:1.5}.profile-page__photos-loading{display:flex;align-items:center;justify-content:center;min-height:6rem;margin:1.25rem 0}.profile-page__photos-loading .app-loading__spinner{flex-shrink:0}.profile-page__fields{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem}@media (max-width: 560px){.profile-page__fields{grid-template-columns:1fr}}.profile-page__field{display:flex;flex-direction:column;gap:.35rem}.profile-page__label{font-size:.8125rem;font-weight:600;color:var(--text-muted)}.profile-page__input,.profile-page__select{padding:.6rem .85rem;font-size:.9375rem;color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:8px;transition:border-color .2s,box-shadow .2s}.profile-page__input::placeholder{color:var(--text-muted);opacity:.8}.profile-page__input:hover,.profile-page__select:hover{border-color:#3f3f46}.profile-page__input:focus,.profile-page__select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #7c3aed33}.profile-page__select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2rem}.profile-page__input[type=number]{-moz-appearance:textfield}.profile-page__input[type=number]::-webkit-outer-spin-button,.profile-page__input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.profile-page__actions{grid-column:1 / -1;margin-top:.5rem}.profile-page__save-btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:.6rem 1.25rem;font-size:.9375rem;font-weight:500;color:#fff;background:var(--accent);border:1px solid var(--accent);border-radius:8px;cursor:pointer;transition:background .2s,border-color .2s,transform .15s}.profile-page__save-btn-icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center}.profile-page__save-btn-icon svg{display:block}.profile-page__save-btn:hover:not(:disabled){background:#6d28d9;border-color:#6d28d9;transform:translateY(-1px)}.profile-page__save-btn:disabled{opacity:.8;cursor:not-allowed}.profile-page__upload{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem 1rem;font-size:.9375rem;font-weight:500;border:1px solid var(--accent);border-radius:8px;background:var(--accent);color:#fff;cursor:pointer;transition:background .2s,border-color .2s,transform .15s}.profile-page__upload:hover{background:#6d28d9;border-color:#6d28d9;transform:translateY(-1px)}.profile-page__upload-input{position:absolute;width:0;height:0;opacity:0;pointer-events:none}.profile-page__upload-label{padding:.11rem .335rem}.profile-page__preview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.75rem;margin-top:1.25rem}.profile-page__preview-wrap{position:relative;aspect-ratio:1;border-radius:10px;overflow:hidden;background:var(--bg);border:1px solid var(--border);transition:border-color .2s}.profile-page__preview-wrap:hover{border-color:#7c3aed66}.profile-page__preview-img{width:100%;height:100%;object-fit:cover}.profile-page__preview-remove{position:absolute;top:6px;right:6px;width:26px;height:26px;padding:0;border:none;border-radius:50%;background:#000000bf;color:#fff;font-size:1.25rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,transform .15s}.profile-page__preview-remove:hover{background:#dc2626e6;transform:scale(1.05)}.profile-page__count{margin:1rem 0 0;font-size:.875rem;color:var(--text-muted)}.profile-page__error{margin:.75rem 0 0;font-size:.875rem;color:#f87171}.profile-page__sign-out-section{margin-bottom:1.5rem}.profile-page__sign-out-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1.25rem;min-height:44px;font-size:.9375rem;font-weight:500;color:var(--text-muted);background:transparent;border:1px solid var(--border);border-radius:8px;cursor:pointer;transition:color .2s,background .2s,border-color .2s}.profile-page__sign-out-btn:hover{color:var(--text);background:#ffffff0d;border-color:#f87171}.profile-page__sign-out-icon{flex-shrink:0}@media (max-width: 768px){.profile-page__main{padding:1rem;padding-left:max(1rem,env(safe-area-inset-left));padding-right:max(1rem,env(safe-area-inset-right))}.profile-page__header{padding:1rem 1rem .5rem;padding-left:max(1rem,env(safe-area-inset-left));padding-right:max(1rem,env(safe-area-inset-right))}.profile-page__card{padding:1.25rem;margin-bottom:1.5rem}}.generate-photos-modal{max-width:min(90vw,840px);width:100%;overflow:hidden}.generate-photos-modal__layout{display:flex;flex-direction:row;min-height:0;max-height:calc(90vh + -0px)}.generate-photos-modal__image-wrap{width:440px;min-height:75vh;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:var(--bg);padding:.95rem;border-radius:0 0 0 12px}.generate-photos-modal__image{width:100%;max-width:100%;max-height:calc(90vh - 2rem);height:auto;object-fit:contain;border-radius:8px}.generate-photos-modal__side{flex:1 1 320px;min-width:0;max-width:440px;display:flex;flex-direction:column;min-height:0;overflow-y:auto}.generate-photos-modal__side .modal__header{flex-shrink:0}.generate-photos-modal__form{flex:1;min-height:0}@media (max-width: 768px){.generate-photos-modal{max-width:100%;width:100%;max-height:calc(100vh - 2rem);overflow-y:auto;-webkit-overflow-scrolling:touch}.generate-photos-modal__layout{flex-direction:column;max-height:none}.generate-photos-modal__image-wrap{width:100%;min-height:0;max-height:55vh;border-radius:0}.generate-photos-modal__image{width:100%;max-width:100%}.generate-photos-modal__side{flex:none;min-width:0}}.generate-photos-modal__theme{margin:0 0 1rem;font-size:1.5rem;font-weight:600;line-height:1.3;color:var(--text)}.generate-photos-modal__no-photos{margin:0 0 1rem;padding:.75rem 1rem;background:#f59e0b1f;border:1px solid rgba(245,158,11,.35);border-radius:8px}.generate-photos-modal__no-photos p{margin:0 0 .5rem;font-size:.9375rem;color:var(--text)}.generate-photos-modal__loading-photos{margin:0 0 1rem;font-size:.9375rem;color:var(--text-muted)}.generate-photos-modal__count-group{margin-bottom:1rem}.generate-photos-modal__count-group .modal__label{display:block;margin-bottom:.5rem}.generate-photos-modal__count-btns{display:flex;gap:.5rem;flex-wrap:wrap}.generate-photos-modal__count-btn{width:2.5rem;height:2.5rem;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:600;color:var(--text-muted);background:var(--bg);border:1px solid var(--border);border-radius:8px;cursor:pointer;transition:color .2s,background .2s,border-color .2s}.generate-photos-modal__count-btn:hover{color:var(--text);border-color:var(--accent);background:#7c3aed14}.generate-photos-modal__count-btn--active{color:#fff;background:var(--accent);border-color:var(--accent)}.generate-photos-modal__count-btn--active:hover{background:#6d28d9;border-color:#6d28d9}.generate-photos-modal__credits-cost{margin:.75rem 0 0;font-size:.9375rem;color:var(--text-muted)}.generate-photos-modal__credits-cost strong{color:var(--text);font-weight:600}.generate-photos-modal__label-textarea{margin-top:1rem}.generate-photos-modal__textarea{width:100%;min-height:100px;padding:.5rem .75rem;font-size:.9375rem;font-family:inherit;border:1px solid var(--border);border-radius:6px;background:var(--bg);color:var(--text);resize:vertical;box-sizing:border-box}.generate-photos-modal__textarea:focus{outline:none;border-color:var(--accent)}.generate-photos-modal__profile-link{display:inline-block;margin-top:.25rem;font-size:.875rem;font-weight:500;color:var(--accent);text-decoration:none;transition:color .2s}.generate-photos-modal__profile-link:hover{color:#a78bfa;text-decoration:underline}.generate-photos-modal .modal__error p,.generate-photos-modal .generate-photos-modal__warning p{margin:0 0 .5rem}.generate-photos-modal__warning{margin:0 0 1rem;padding:.75rem 1rem;background:#f59e0b1f;border:1px solid rgba(245,158,11,.35);border-radius:8px;font-size:.9375rem;color:var(--text)}.generate-photos-modal__actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.25rem}.generate-photos-modal__submit-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.generate-photos-modal__submit-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.generate-photos-modal__submit-icon svg{display:block}.themes-page__main{width:100%;max-width:100%;margin:0;padding:0 1.5rem 3rem;box-sizing:border-box}.themes-page__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh}.theme-card--user{cursor:default}.theme-card--user:hover{border-color:#3f3f46}.theme-card--clickable{cursor:pointer}.theme-card--clickable:hover{border:1px solid var(--accent);background:var(--bg-card-hover);box-shadow:0 1px 4px #0000000f}@media (max-width: 768px){.themes-page__main{padding-left:max(1rem,env(safe-area-inset-left));padding-right:max(1rem,env(safe-area-inset-right));padding-bottom:2rem}}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000d1;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;padding-left:max(1rem,env(safe-area-inset-left));padding-right:max(1rem,env(safe-area-inset-right));padding-bottom:max(1rem,env(safe-area-inset-bottom));padding-top:max(1rem,env(safe-area-inset-top));overflow-y:auto;-webkit-overflow-scrolling:touch}.modal{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;width:100%;max-height:90vh;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.modal::-webkit-scrollbar{display:none}.modal__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border)}.modal__title{margin:0;font-size:1.25rem;font-weight:600;color:var(--text)}.modal__close{width:44px;height:44px;min-width:44px;min-height:44px;padding:0;border:none;border-radius:6px;background:transparent;color:var(--text-muted);font-size:1.5rem;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .2s,color .2s}.modal__close:hover{background:var(--bg);color:var(--text)}.modal__body{padding:1.5rem}.modal__label{display:block;margin-bottom:.35rem;font-size:.875rem;font-weight:500;color:var(--text)}.modal__input{width:100%;padding:.5rem .75rem;font-size:.9375rem;border:1px solid var(--border);border-radius:6px;background:var(--bg);color:var(--text)}.modal__input:focus{outline:none;border-color:var(--accent)}.modal__input:disabled{opacity:.7}.modal__error{margin:.75rem 0 0;font-size:.875rem;color:#f87171}.modal__btn{padding:.5rem 1rem;font-size:.875rem;font-weight:500;border:1px solid var(--border);border-radius:8px;background:var(--bg);color:var(--text);cursor:pointer;transition:background .2s,border-color .2s}.modal__btn--with-icon{display:inline-flex;align-items:center;justify-content:center;gap:.45rem}.modal__btn-icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center}.modal__btn-icon svg{display:block}.modal__btn--primary{background:var(--accent);border-color:var(--accent);color:#fff}.modal__btn--primary:hover:not(:disabled){background:#6d28d9;border-color:#6d28d9}.modal__btn:disabled{opacity:.7;cursor:not-allowed}.app-loading{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--bg)}.app-loading__spinner{width:40px;height:40px;border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:app-spin .8s linear infinite}@keyframes app-spin{to{transform:rotate(360deg)}}.toast{position:fixed;bottom:1.5rem;left:1.5rem;display:flex;align-items:center;gap:.6rem;min-width:300px;max-width:min(90vw,420px);padding:.75rem 1.25rem;background:#1b0b38eb;border:1px solid var(--accent);border-radius:10px;box-shadow:0 4px 20px #00000040;font-size:.9375rem;color:var(--text);z-index:1100;animation:toast-in .3s ease-out forwards}.toast--exiting{animation:toast-out .3s ease-in forwards}.toast__icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;color:var(--accent)}.toast__message{flex:1;min-width:0}@keyframes toast-in{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes toast-out{0%{transform:translate(0)}to{transform:translate(-100%)}}@media (max-width: 768px){.modal-backdrop{padding:.75rem;padding-left:max(.75rem,env(safe-area-inset-left));padding-right:max(.75rem,env(safe-area-inset-right));padding-bottom:max(.75rem,env(safe-area-inset-bottom));padding-top:max(.75rem,env(safe-area-inset-top))}.modal{max-height:none;min-height:0}.toast{bottom:calc(5rem + env(safe-area-inset-bottom,0));left:1rem;right:1rem;max-width:none}}:root{--font-family: "Figtree", system-ui, -apple-system, sans-serif;--bg: #0d0d0f;--bg-card: #16161a;--bg-card-hover: #1c1c21;--text: #e4e4e7;--text-muted: #a1a1aa;--border: #27272a;--accent: #7c3aed}html{scroll-behavior:smooth;font-family:var(--font-family);overflow-x:hidden}*,*:before,*:after{box-sizing:border-box;font-family:var(--font-family)}body{margin:0;font-family:var(--font-family);background:var(--bg);color:var(--text);min-height:100vh;line-height:1.5;overflow-x:hidden}#root{min-height:100vh;overflow-x:hidden}img{max-width:100%;height:auto;display:block}
