.scrape-loading{justify-content:center;align-items:center;min-height:60vh;padding:48px;display:flex}.scrape-loading__inner{flex-direction:column;align-items:center;gap:0;width:100%;max-width:420px;display:flex}.scrape-loading__blob-wrapper{width:88px;height:88px;margin-bottom:28px;position:relative}.scrape-loading__blob{background:linear-gradient(135deg,#fee9f0,#ee9ca7);border-radius:50%;width:88px;height:88px;animation:2s ease-in-out infinite scrape-pulse;box-shadow:0 12px 32px #ee9ca773}.scrape-loading__ring{border:3px solid #ee9ca7;border-color:#ee9ca7 #f3c2c8 #0000 #0000;border-radius:50%;animation:1.8s linear infinite scrape-spin;position:absolute;top:-6px;bottom:-6px;left:-6px;right:-6px}@keyframes scrape-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.82;transform:scale(.93)}}@keyframes scrape-spin{to{transform:rotate(360deg)}}.scrape-loading__title{color:#18181b;text-align:center;margin:0 0 8px;font-size:24px;font-weight:700}.scrape-loading__subtitle{color:#71717a;text-align:center;margin:0 0 36px;font-size:15px}.scrape-retry-button{color:#fff;cursor:pointer;background:#18181b;border:none;border-radius:18px;padding:12px 32px;font-size:15px;font-weight:600;transition:opacity .2s}.scrape-retry-button:hover{opacity:.85}.scrape-loading__steps{flex-direction:column;gap:10px;width:100%;margin-bottom:28px;display:flex}.scrape-step{border:1px solid #0000;border-radius:16px;align-items:center;gap:14px;padding:14px 18px;transition:all .4s;display:flex}.scrape-step--active{background:linear-gradient(135deg,#fff0f3,#ffe4ea);border-color:#ee9ca766;transform:scale(1.02);box-shadow:0 4px 16px #ee9ca72e}.scrape-step--done{opacity:.75;background:#f4f4f5;border-color:#e4e4e7}.scrape-step--pending{opacity:.45;background:0 0;border-color:#f0f0f0}.scrape-step__icon{border-radius:50%;flex-shrink:0;place-items:center;width:36px;height:36px;font-size:15px;font-weight:700;transition:all .4s;display:grid}.scrape-step--active .scrape-step__icon{color:#fff;background:#ee9ca7;box-shadow:0 4px 10px #ee9ca766}.scrape-step--done .scrape-step__icon{color:#fff;background:#18181b}.scrape-step--pending .scrape-step__icon{color:#a1a1aa;background:#e4e4e7}.scrape-step__label{color:#18181b;flex:1;font-size:15px;font-weight:500}.scrape-step--pending .scrape-step__label{color:#a1a1aa}.scrape-step__dots{gap:4px;display:flex}.scrape-step__dots span{background:#ee9ca7;border-radius:50%;width:6px;height:6px;animation:1.3s ease-in-out infinite scrape-bounce;display:block}.scrape-step__dots span:nth-child(2){animation-delay:.15s}.scrape-step__dots span:nth-child(3){animation-delay:.3s}@keyframes scrape-bounce{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-7px)}}.scrape-loading__progress-track{background:#f0f0f0;border-radius:9999px;width:100%;height:6px;overflow:hidden}.scrape-loading__progress-fill{background:linear-gradient(90deg,#fee9f0,#ee9ca7);border-radius:9999px;height:100%;transition:width .5s ease-out}@media (max-width:600px){.scrape-loading{padding:24px}.scrape-loading__title{font-size:20px}}
.discover-container{flex-direction:column;max-width:1280px;margin:0 auto;padding:48px;display:flex}.hero-section{justify-content:space-between;align-items:center;gap:48px;margin-bottom:56px;display:flex}.hero-container{max-width:700px}.hero-title{color:#18181b;margin:0;font-size:60px;line-height:1.05}@media (min-width:1280px){.hero-title{font-size:72px}}.text-rose{color:#ee9ca7}.hero-description{color:#71717a;max-width:448px;margin-top:24px;font-size:18px}.hero-image-wrapper{position:relative}.hero-blur-bg{filter:blur(64px);opacity:.5;background:#ee9ca7;border-radius:48px;position:absolute;top:0;bottom:0;left:0;right:0}.hero-image{aspect-ratio:1;object-fit:cover;border-radius:40px;width:350px;position:relative;box-shadow:0 20px 25px -5px #fb71854d}.paste-card{background:linear-gradient(#fee9f0 0%,#ffdde1 33%,#f3c2c8 67%,#ee9ca7 100%);border-radius:40px;margin-bottom:56px;padding:40px;box-shadow:0 10px 15px -3px #0000001a}.paste-card-title{text-align:center;color:#0b0b0b;margin:0;font-size:30px}.paste-card-content{text-align:center;max-width:600px;margin-top:24px;margin-left:auto;margin-right:auto}.input-group{background-color:#fff;border-radius:20px;align-items:center;gap:8px;padding:8px;display:flex;box-shadow:0 4px 6px -1px #0000001a}.paste-input{background:0 0;border:none;outline:none;flex:1;padding:12px 16px;font-size:14px}.paste-input::placeholder{color:#a1a1aa}.icon-button{color:#fff;cursor:pointer;background-color:#18181b;border:none;border-radius:12px;place-items:center;width:44px;height:44px;transition:opacity .2s;display:grid}.view-all-button{color:#fff;letter-spacing:.025em;cursor:pointer;background-color:#18181b;border:none;border-radius:20px;margin-top:20px;padding:16px;font-weight:600;transition:opacity .2s;box-shadow:0 10px 15px -3px #0000001a}.icon-button:hover,.view-all-button:hover{opacity:.9}.products-title{text-align:center;color:#18181b;margin-bottom:32px;font-size:30px}.products-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}@media (min-width:768px){.products-grid{grid-template-columns:repeat(4,1fr)}}.product-card{aspect-ratio:1;border-radius:24px;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a}.product-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #fb718533}.product-image{object-fit:cover;width:100%;height:100%;position:absolute}.lock-badge{background-color:#fff;border-radius:12px;place-items:center;width:36px;height:36px;display:grid;position:absolute;top:12px;right:12px;box-shadow:0 4px 6px -1px #0000001a}.warning-text{color:red;font-weight:600}.footer{background-color:#18181b;border-top-left-radius:30px;border-top-right-radius:30px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;margin-top:56px;padding:20px 40px;display:flex}.footer-brand{flex-direction:row;gap:8px;display:flex}.footer-brand-name{color:#fff;letter-spacing:-.02em;font-size:18px;font-weight:700}.footer-brand-name span{color:#ee9ca7}.footer-tagline{color:#fff;opacity:.85;margin:0;font-size:12px}.footer-links{align-items:center;gap:4px;display:flex}.footer-link{color:#fff;border-radius:10px;padding:6px 12px;font-size:13px;text-decoration:none;transition:color .2s,background-color .2s}.footer-link:hover{color:#fff;background-color:#ffffff14}.footer-divider{background-color:#3f3f46;width:1px;height:14px}.footer-copy{color:#ee9ca7;opacity:.85;white-space:nowrap;font-size:12px;font-weight:600}@media (max-width:640px){.footer{flex-direction:column;align-items:flex-start;gap:20px}}@media (max-width:1024px){.discover-container{padding:32px 24px}.paste-card{order:-1;margin-top:20px}.hero-section{flex-direction:column;align-items:flex-start;gap:32px;margin-bottom:40px}.hero-container{flex-direction:column;align-items:center;max-width:100%;margin:0 auto;display:flex}.hero-title{text-align:center;font-size:48px}.hero-description{text-align:center}.hero-image-wrapper{justify-content:center;width:100%;display:flex}.hero-image{width:100%;max-width:420px}.hero-blur-bg{width:420px;left:50%;transform:translate(-50%)}}@media (max-width:640px){.discover-container{padding:24px 16px}.hero-section{gap:24px;margin-bottom:32px}.hero-title{font-size:36px;line-height:1.1}.hero-description{max-width:100%;margin-top:16px;font-size:15px}.hero-image{border-radius:28px;max-width:100%}.paste-card{border-radius:28px;margin-bottom:40px;padding:28px 20px}.paste-card-title{font-size:22px}.paste-input{padding:10px 12px;font-size:13px}.paste-input::placeholder{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.view-all-button{width:100%;padding:14px;font-size:15px}.products-title{margin-bottom:20px;font-size:22px}.products-grid{gap:12px}.product-card{border-radius:16px}.footer{border-top-left-radius:20px;border-top-right-radius:20px;padding:20px 16px}.footer-links{flex-wrap:wrap;gap:2px}.footer-link{padding:5px 8px;font-size:12px}}@media (max-width:400px){.paste-card-title,.products-title{font-size:18px}}
