*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,Roboto,Helvetica,Arial,sans-serif;overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none;line-height:1.5;-webkit-text-size-adjust:100%}html::-webkit-scrollbar{display:none}body{background-color:#fff;color:#0e0e0e;overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none}body::-webkit-scrollbar{display:none}img,svg,video,canvas,audio,iframe,embed,object{display:block}img,video{max-width:100%;height:auto}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;-moz-appearance:button;appearance:button;background-color:transparent;background-image:none}a{color:inherit;text-decoration:inherit}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}ol,ul,menu{list-style:none}table{text-indent:0;border-color:inherit;border-collapse:collapse}hr{height:0;color:inherit;border-top-width:1px}fieldset{margin:0;padding:0}legend{padding:0}@keyframes pulse-ring{0%{transform:scale(1);opacity:0}20%{opacity:.15}to{transform:scale(1.6);opacity:0}}.hide-scrollbar::-webkit-scrollbar{display:none}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.animate-pulse-ring{animation:pulse-ring 2.5s ease-out infinite}.animation-delay-300{animation-delay:.3s}.auth-page{min-height:100vh;background-color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 24px}.auth-page--gap-sm{gap:16px}.auth-page--gap-md{gap:24px}.auth-icon{width:64px;height:64px}.auth-icon--success{color:#22c55e}.auth-icon--error{color:#ef4444}.auth-icon--warning{color:#999}.auth-title{font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:20px;font-weight:600;color:#0e0e0e;line-height:1.4}.auth-description{font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;color:#999;text-align:center;line-height:1.5}.auth-email{color:#0e0e0e}.auth-btn{display:block;width:100%;max-width:320px;padding:12px 24px;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;font-weight:500;text-align:center;text-decoration:none;border-radius:12px;border:none;cursor:pointer;transition:opacity .2s}.auth-btn:hover{opacity:.9}.auth-btn:disabled{opacity:.5;cursor:not-allowed}.auth-btn--gradient{background:linear-gradient(to right,#fc5c7d,#6a82fb);color:#fff}.auth-btn--dark{background-color:#0e0e0e;color:#fff}.auth-link-btn{font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;color:#999;text-decoration:underline;background:none;border:none;cursor:pointer;padding:0}.auth-link-btn:hover{color:#6a82fb}.auth-form{display:flex;flex-direction:column;gap:16px;width:100%;max-width:320px}.auth-input{width:100%;padding:12px 16px;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;border:1px solid #ddd;border-radius:12px;outline:none;transition:border-color .2s}.auth-input:focus{border-color:#6a82fb}.auth-error-text{font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;color:#ef4444}.auth-spinner{width:32px;height:32px;border:2px solid #fc5c7d;border-top-color:transparent;border-radius:50%;animation:auth-spin 1s linear infinite}@keyframes auth-spin{to{transform:rotate(360deg)}}.app-redirect-page{min-height:100vh;background-color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;padding:0 24px}.app-redirect-title{font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:20px;font-weight:600;color:#0e0e0e;line-height:1.4}.app-redirect-description{font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;color:#999;text-align:center;max-width:320px;line-height:1.5}.app-redirect-buttons{display:flex;flex-direction:column;gap:12px;width:100%;max-width:320px}.app-redirect-btn{display:block;width:100%;padding:12px 24px;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;font-weight:500;text-align:center;text-decoration:none;border-radius:12px;transition:opacity .2s}.app-redirect-btn:hover{opacity:.9}.app-redirect-btn--primary{background-color:#0e0e0e;color:#fff}.app-redirect-btn--secondary{background-color:#fff;color:#0e0e0e;border:1px solid #0e0e0e}.app-redirect-link{font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;color:#6a82fb;text-decoration:underline;margin-top:16px}.app-redirect-link:hover{text-decoration:none}.home-page{min-height:100vh;display:flex;align-items:center;justify-content:center}.home-page-text{color:#999}.navbar{position:fixed;top:0;left:0;right:0;z-index:50;display:flex;width:100%;justify-content:center;align-items:center;background:#fff;padding:16px}.navbar-container{display:flex;width:100%;max-width:1200px;justify-content:space-between;align-items:center}.navbar-logo{display:flex;justify-content:center;align-items:center;width:117px;height:30px}.navbar-logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.navbar-cta{display:flex;height:40px;padding:12px 24px;justify-content:center;align-items:center;gap:4px;border-radius:1000px;background:linear-gradient(270deg,#fc5c7d,#6a82fb);box-shadow:0 4px 12px #d240ba4d;color:#fff;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;font-weight:600;line-height:24px;border:none;cursor:pointer;transition:transform .2s,box-shadow .2s}.navbar-cta:hover{transform:scale(1.02);box-shadow:0 6px 16px #d240ba66}.navbar-cta:active{transform:scale(.98)}@media (max-width: 767px){.navbar{padding:4px 16px 8px}.navbar-logo{width:79px;height:26px}}.hero-section{display:flex;flex-direction:column;align-items:center;gap:16px;align-self:stretch;height:100%;overflow:visible}.hero-desktop{display:flex;flex-direction:column;align-items:center;flex:1;width:100%;position:relative;min-height:520px;overflow:visible}.hero-desktop-content{position:relative;display:inline-flex;padding:0;flex-direction:column;align-items:center;gap:16px;z-index:5;text-align:center}.hero-title{font-family:Pacifico,cursive;font-size:36px;font-style:normal;font-weight:400;line-height:1.3;background:linear-gradient(270deg,#fc5c7d,#6a82fb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;white-space:nowrap;padding:.5em;margin:-.5em}.hero-desktop-info{display:none;flex-direction:column;align-items:center;gap:8px}.hero-scanned-with{display:flex;align-items:center;gap:10px}.hero-scanned-with-text{color:#0e0e0e;text-align:center;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;font-style:normal;font-weight:600;line-height:24px}.hero-scanned-logo{width:70px;height:18px}.hero-description{width:290px;color:#0e0e0e;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:130%;text-align:center}.hero-cta-button{display:none;padding:8px 32px;flex-direction:column;justify-content:center;align-items:center;gap:2px;border-radius:1000px;background:linear-gradient(270deg,#fc5c7d,#6a82fb);box-shadow:0 4px 12px #d240ba4d;border:none;cursor:pointer;transition:box-shadow .2s,filter .2s}.hero-cta-button:hover{box-shadow:0 6px 20px #d240ba73;filter:brightness(1.05)}.hero-cta-button:active{filter:brightness(.95)}.hero-cta-primary{color:#fff;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:15px;font-style:normal;font-weight:600;line-height:20px}.hero-cta-secondary{color:#fff;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:11px;font-style:normal;font-weight:400;line-height:120%;opacity:.7}.hero-desktop-image-container{position:relative;z-index:10;margin-top:24px;display:flex;flex-direction:column;align-items:center;gap:40px}.hero-image-glow{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border-radius:12px;background:var(--Primary-vertical, linear-gradient(180deg, #FC5C7D 0%, #6A82FB 100%));filter:blur(40px);z-index:1}.hero-image-wrapper{position:relative;border-radius:12px;overflow:hidden;z-index:2}.hero-image{display:block;width:auto;height:auto;-o-object-fit:contain;object-fit:contain;border-radius:12px}.hero-scan-frame{position:absolute;top:10px;left:10px;right:10px;bottom:10px;pointer-events:none;z-index:3}.hero-scan-corner{position:absolute;width:32px;height:32px}.hero-scan-corner--top-left{top:0;left:0}.hero-scan-corner--top-right{top:0;right:0;transform:rotate(90deg)}.hero-scan-corner--bottom-left{bottom:0;left:0;transform:rotate(-90deg)}.hero-scan-corner--bottom-right{bottom:0;right:0;transform:rotate(180deg)}.hero-circles-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;z-index:0}.hero-circle{position:absolute;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-circle--1434{width:800px;height:800px;border:2px solid #FCFCFC;opacity:.5}.hero-circle--998{width:550px;height:550px;border:2px solid #FCFCFC;opacity:.5}.hero-circle--686{width:400px;height:400px;border:2px solid #FCFCFC;opacity:.5}.hero-circle--441{width:280px;height:280px;border:2px solid #FCFCFC;opacity:.5}.hero-circle--200{width:140px;height:140px;background:#fff;border:2px solid #FCFCFC;opacity:.3}.hero-floating-icons{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:0;height:0;pointer-events:none;z-index:40}.hero-floating-icon{display:flex;justify-content:center;align-items:center;aspect-ratio:1/1;border-radius:1000px;position:absolute;padding:6px;gap:8px;border:2px solid #FFF;box-shadow:0 4px 12px #d240ba4d;pointer-events:auto}.hero-floating-icon--large{width:60px;height:60px}.hero-floating-icon--small{width:40px;height:40px}.hero-floating-icon--white{background:#ffffff4d}.hero-floating-icon--gradient{background:linear-gradient(270deg,#fc5c7d4d,#6a82fb4d)}.hero-floating-icon-image{flex-shrink:0}.hero-floating-icon-image--large{width:24px;height:24px}.hero-floating-icon-image--small{width:16px;height:16px}.hero-floating-icon--dislike{top:-180px;left:-120px;transform:translate(-50%,-50%)}.hero-floating-icon--tshirt{top:-60px;left:-200px;transform:translate(-50%,-50%)}.hero-floating-icon--like{top:80px;left:-180px;transform:translate(-50%,-50%)}.hero-floating-icon--camera{top:-180px;left:120px;transform:translate(-50%,-50%)}.hero-floating-icon--temporary-scan{top:-40px;left:200px;transform:translate(-50%,-50%)}.hero-floating-icon--scan{top:100px;left:170px;transform:translate(-50%,-50%)}@media (max-width: 767px){.hero-section{padding:0 16px}.hero-desktop{min-height:auto;gap:32px}.hero-desktop-content{width:100%;max-width:343px}.hero-title{font-size:42px;line-height:130%;white-space:normal;text-align:left;width:100%;align-self:flex-start}.hero-desktop-image-container{width:-moz-fit-content;width:fit-content;margin:0 auto;gap:40px}.hero-image-glow{opacity:.5;filter:blur(12px)}.hero-image-wrapper{width:-moz-fit-content;width:fit-content;max-width:100%;max-height:500px;margin:0 auto}.hero-image{width:100%;height:auto;max-height:500px;-o-object-fit:contain;object-fit:contain}.hero-scan-frame{top:16px;left:16px;right:16px;bottom:16px}.hero-circles-container,.hero-floating-icons{display:none}}@media (min-width: 768px){.hero-desktop{min-height:540px}.hero-desktop-content{padding:0;gap:80px;align-items:flex-start;text-align:left}.hero-title{font-size:62px;line-height:140%;align-self:flex-start}.hero-desktop-image-container{margin-top:80px;transform:rotate(8deg);gap:0}.hero-image{max-height:420px;max-width:420px}.hero-circles-container{top:calc(50% + 120px);left:50%;transform:translate(-50%,-50%) rotate(8deg)}.hero-circle--1434{width:1434px;height:1434px}.hero-circle--998{width:998px;height:998px}.hero-circle--686{width:686px;height:686px}.hero-circle--441{width:441.238px;height:441.238px}.hero-circle--200{width:199.806px;height:199.806px}.hero-floating-icons{top:calc(50% + 120px);left:50%;transform:translate(-50%,-50%)}.hero-floating-icon--large{width:90px;height:90px}.hero-floating-icon--small{width:50px;height:50px}.hero-floating-icon-image--large{width:32px;height:32px}.hero-floating-icon-image--small{width:20px;height:20px}.hero-floating-icon--dislike{top:-80px;left:-200px}.hero-floating-icon--tshirt{top:60px;left:-200px}.hero-floating-icon--like{top:180px;left:-300px}.hero-floating-icon--camera{top:-60px;left:200px}.hero-floating-icon--temporary-scan{top:60px;left:330px}.hero-floating-icon--scan{top:210px;left:260px}}@media (min-width: 1024px){.hero-desktop{min-height:460px}.hero-desktop-content{position:absolute;left:0;top:50%;transform:translateY(-50%);padding:20px 0;gap:20px;align-items:flex-start;text-align:left}.hero-title{font-size:52px;line-height:1.4}.hero-desktop-info{display:flex;align-items:flex-start}.hero-description{width:309px;font-size:15px;text-align:left}.hero-cta-button{display:flex}.hero-desktop-image-container{position:absolute;right:260px;top:50%;transform:translateY(-50%) rotate(8deg);margin-top:0;gap:0}.hero-image{max-height:420px;max-width:420px}.hero-circles-container{top:50%;left:auto;right:425px;transform:translateY(-50%) rotate(8deg)}.hero-circle--1434{width:1434px;height:1434px}.hero-circle--998{width:998px;height:998px}.hero-circle--686{width:686px;height:686px}.hero-circle--441{width:441.238px;height:441.238px}.hero-circle--200{width:199.806px;height:199.806px}.hero-floating-icons{top:50%;left:auto;right:370px;transform:translateY(-50%)}.hero-floating-icon--large{width:90px;height:90px}.hero-floating-icon--small{width:50px;height:50px}.hero-floating-icon-image--large{width:32px;height:32px}.hero-floating-icon-image--small{width:20px;height:20px}.hero-floating-icon--dislike{top:-90px;left:-260px}.hero-floating-icon--tshirt{top:40px;left:-250px}.hero-floating-icon--like{top:160px;left:-360px}.hero-floating-icon--camera{top:-80px;left:140px}.hero-floating-icon--temporary-scan{top:50px;left:280px}.hero-floating-icon--scan{top:200px;left:220px}}.circular-progress{position:relative;display:flex;align-items:center;justify-content:center;flex-shrink:0}.circular-progress-svg{width:100%;height:100%;transform:rotate(-90deg)}.circular-progress-bg{fill:none;stroke:#f1f1f1}.circular-progress-fill{fill:none;stroke-linecap:round;transition:stroke-dashoffset .3s ease}.circular-progress-value{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:600;line-height:22px;text-align:center;font-feature-settings:"liga" off,"clig" off;white-space:nowrap}.circular-progress-value-gradient{background:linear-gradient(270deg,#fc5c7d,#6a82fb);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.circular-progress-fill-blue,.circular-progress-value-blue{stroke:#7a7eee;color:#7a7eee}.circular-progress-fill-pink,.circular-progress-value-pink{stroke:#f373b5;color:#f373b5}.circular-progress-fill-purple,.circular-progress-value-purple{stroke:#9a76d2;color:#9a76d2}.circular-progress-fill-deep-pink,.circular-progress-value-deep-pink{stroke:#f35e85;color:#f35e85}.circular-progress-value-sm,.circular-progress-value-md{font-size:14px}.circular-progress-value-lg{font-size:18px}.progress-bar{position:relative;height:6px;width:100%;border-radius:9999px;background-color:#f3f4f6}.progress-bar-fill{position:absolute;height:6px;left:0;top:0;border-radius:9999px;background:linear-gradient(to left,#fc5c7d,#6a82fb);transition:width .3s ease}.dropdown{position:relative;width:100%}.dropdown-trigger{display:flex;width:100%;padding:8px 12px;justify-content:space-between;align-items:center;gap:8px;border-radius:11px;border:none;background-color:#fff;box-shadow:0 4px 4px #0000000d;cursor:pointer;transition:box-shadow .2s}.dropdown-trigger:hover{box-shadow:0 4px 8px #0000001a}.dropdown-trigger-content{display:flex;flex-direction:column;align-items:flex-start;flex:1}.dropdown-label{font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;font-weight:500;line-height:20px;color:#999}.dropdown-value{font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;font-weight:700;line-height:20px;color:#0e0e0e}.dropdown-chevron{width:24px;height:24px;flex-shrink:0}.dropdown-menu{position:absolute;top:calc(100% + 8px);right:0;display:flex;flex-direction:column;gap:8px;width:100%;max-height:280px;overflow-y:auto;padding:8px 8px 16px;border-radius:11px;background-color:#fff;box-shadow:0 8px 12px 6px #00000026,0 4px 4px #0000004d;z-index:50}.dropdown-menu::-webkit-scrollbar{width:6px}.dropdown-menu::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px;margin:8px 0}.dropdown-menu::-webkit-scrollbar-thumb{background-color:#c4c4c4;border-radius:3px}.dropdown-menu::-webkit-scrollbar-thumb:hover{background-color:#a0a0a0}.dropdown-option{display:flex;width:100%;align-items:center;justify-content:space-between;gap:10px;padding:8px 12px;background:none;border:none;border-radius:12px;cursor:pointer;transition:background-color .2s}.dropdown-option:hover{background-color:#f9f9f9}.dropdown-option-selected{background-color:#f1f1f1}.dropdown-option-selected:hover{background-color:#ebebeb}.dropdown-option-content{display:flex;flex-direction:column;align-items:flex-start;flex:1}.dropdown-option-name{font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;font-weight:700;line-height:20px;color:#0e0e0e}.dropdown-option-date{font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;font-weight:500;line-height:20px;color:#999}.dropdown-check-icon{width:24px;height:24px;flex-shrink:0}@media (min-width: 768px){.dropdown,.dropdown-trigger{width:200px}}.results-mobile-container{display:flex;flex-direction:column;gap:16px;width:343px;margin:0 auto}.results-tabs{background-color:#f7f7f7;border:1px solid #e5e5e5;border-radius:12px;padding:2px;display:flex;gap:6px;height:44px}.results-tab{flex:1;display:flex;align-items:center;justify-content:center;border-radius:10px;font-weight:600;font-size:16px;transition:all .2s;border:none;cursor:pointer;background:none}.results-tab-active{background-color:#fff;box-shadow:0 4px 4px #0000000d;color:#0e0e0e}.results-tab-inactive{color:#b6b6b6}.results-card{background-color:#fcfcfc;border:1px solid rgba(255,255,255,.5);border-radius:12px}.results-card-shadow{background-color:#fff;border-radius:12px;border:1px solid #fff;box-shadow:0 4px 12px #d240ba4d}.results-summary-card,.results-summary-card-desktop{display:flex;padding:12px;align-items:center;gap:8px;align-self:stretch}.results-summary-content{display:flex;flex-direction:column;align-items:flex-start;gap:8px;flex:1 0 0}.results-summary-title{color:#0e0e0e;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;font-weight:700;line-height:24px}.results-summary-text{display:flex;justify-content:center;align-items:center;gap:10px;align-self:stretch;flex:1 0 0;color:#999;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;font-weight:500;line-height:120%}.results-summary-score{position:relative;width:140px;height:140px;display:flex;align-items:center;justify-content:center}.results-summary-circle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%}.results-summary-circle circle{fill:none;stroke-width:8;stroke-linecap:round;transform:rotate(-90deg);transform-origin:50% 50%}.results-summary-circle-bg{stroke:#f5f5f5}.results-summary-circle-progress{stroke:url(#scoreGradient);stroke-dasharray:440;stroke-dashoffset:0;transition:stroke-dashoffset 1s ease-in-out}.results-summary-score-text{position:relative;z-index:1;color:#0e0e0e;text-align:center;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:36px;font-style:normal;font-weight:700;line-height:130%}.results-purchase-card{display:flex;padding:12px;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.results-purchase-title{align-self:stretch;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;font-weight:700;line-height:normal;letter-spacing:.2px;background:linear-gradient(270deg,#fc5c7d,#6a82fb);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.results-purchase-content{display:flex;align-items:flex-start;gap:4px;align-self:stretch}.results-purchase-icon{width:24px;height:24px;flex-shrink:0}.results-purchase-text{flex:1 0 0;color:#999;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;font-weight:500;line-height:120%}.results-occasions-card{display:flex;padding:12px;flex-direction:column;align-items:center;gap:12px;align-self:stretch;border-radius:12px;border:1px solid #FFF;background:#fff;box-shadow:0 4px 12px #d240ba4d}.results-occasions-header{display:flex;flex-direction:column;align-items:center;gap:4px;align-self:stretch}.results-occasions-title{color:#0e0e0e;text-align:center;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:18px;font-style:normal;font-weight:700;line-height:130%}.results-occasions-subtitle{color:#8a8a8a;text-align:center;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:130%}.results-occasions-list{display:flex;flex-direction:column;align-items:center;gap:12px;align-self:stretch}.results-occasion-row{display:flex;justify-content:space-between;align-items:center;align-self:stretch}.results-occasion-label{display:flex;align-items:center;gap:4px}.results-occasion-label img,.results-occasion-icon{width:20px;height:20px;opacity:.5;filter:grayscale(100%)}.results-occasion-label-text{color:#999;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;font-weight:500;line-height:120%}.results-occasion-value{display:flex;justify-content:flex-end;align-items:center;gap:20px;flex:1;max-width:200px}.results-occasion-progress{width:180px;height:6px;border-radius:40px;background:linear-gradient(294deg,#f7e4f7 15.61%,#eaecff 84.39%)}.results-occasion-progress-fill{height:100%;border-radius:40px;background:linear-gradient(270deg,#fc5c7d,#6a82fb);transition:width .5s ease-in-out}.results-occasion-value-text{width:26px;color:#999;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;font-weight:500;line-height:120%;flex-shrink:0}.results-details-grid{display:flex;align-items:center;align-content:center;gap:8px;align-self:stretch;flex-wrap:wrap}.results-detail-card{padding:12px;display:flex;flex-direction:column;gap:8px;flex:1 1 calc(50% - 4px);min-width:0}.results-detail-content{display:flex;flex-direction:column;gap:4px;align-self:stretch;min-height:100px}.results-detail-title{color:#0e0e0e;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;font-weight:700;line-height:24px}.results-detail-description{align-self:stretch;color:#999;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;font-weight:500;line-height:120%}.results-pros-cons-card{padding:12px;display:flex;flex-direction:column;gap:8px}.results-pros-cons-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.results-pros-cons-title{color:#0e0e0e;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;font-weight:700;line-height:24px}.results-pros-cons-list{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.results-pros-cons-item{display:flex;align-items:center;gap:4px;align-self:stretch}.results-pros-cons-icon{width:24px;height:24px;flex-shrink:0}.results-pros-cons-text{flex:1 0 0;color:#999;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;font-weight:500;line-height:120%}.results-desktop-container{display:none}.results-desktop-header{display:flex;height:56px;flex-direction:column;justify-content:center;align-items:flex-start;gap:16px;align-self:stretch;position:relative;max-width:100%;width:100%;margin:0 auto;z-index:30;padding:0 16px}.results-desktop-title{color:#0e0e0e;text-align:left;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:28px;font-weight:600;line-height:normal}.results-desktop-dropdown{position:absolute;right:16px;top:50%;transform:translateY(-50%);z-index:30}.results-desktop-content{display:flex;flex-direction:column;align-items:stretch;gap:16px;align-self:stretch;max-width:100%;margin:0 auto;width:100%;padding:0 16px}.results-desktop-left-column{display:flex;flex-direction:column;align-items:flex-start;gap:16px;flex-shrink:0}.results-desktop-right-column{display:flex;flex-direction:column;align-items:flex-start;gap:16px;flex:1 0 0;align-self:stretch}.results-desktop-details-grid{display:flex;flex-direction:row;flex-wrap:wrap;gap:12px;align-self:stretch}.results-desktop-detail-card{display:flex;padding:12px;flex-direction:column;align-items:flex-start;gap:8px;flex:1 1 0;min-width:0;align-self:stretch;border-radius:12px;border:1px solid #FFF;background:#fff;box-shadow:0 4px 12px #d240ba4d}.results-desktop-detail-content{display:flex;flex-direction:column;align-items:flex-start;gap:4px;flex:1 0 0;align-self:stretch}.results-desktop-pros-cons-row{display:flex;flex-direction:row;align-items:flex-start;gap:12px;flex:1 0 0;align-self:stretch}.results-desktop-pros-cons-card{display:flex;padding:12px;flex-direction:column;align-items:flex-start;gap:8px;flex:1 0 0;align-self:stretch;border-radius:12px;border:1px solid #FFF;background:#fff;box-shadow:0 4px 12px #d240ba4d}@media (min-width: 768px){.results-mobile-container{display:none}.results-occasions-card{padding:20px 12px;justify-content:space-between}.results-occasions-header{align-items:flex-start}.results-occasions-title,.results-occasions-subtitle{text-align:left}.results-occasions-list{flex:1;justify-content:space-between}.results-desktop-container{display:flex;padding-top:20px;flex-direction:column;align-items:center;gap:24px;align-self:stretch}.results-desktop-left-column{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;width:100%}.results-desktop-left-column .results-summary-card-desktop{grid-column:1;grid-row:1}.results-desktop-left-column .results-purchase-card{grid-column:1;grid-row:2}.results-desktop-left-column .results-occasions-card{grid-column:2;grid-row:1 / 3}.results-desktop-details-grid{flex-wrap:nowrap}}@media (min-width: 1024px){.results-occasions-card{padding:12px;justify-content:flex-start}.results-occasions-header{align-items:center}.results-occasions-title,.results-occasions-subtitle{text-align:center}.results-occasions-list{flex:0;justify-content:flex-start}.results-desktop-container{gap:32px}.results-desktop-header{max-width:1200px;padding:0;align-items:center}.results-desktop-title{font-size:36px;text-align:center}.results-desktop-dropdown{right:-.5px}.results-desktop-content{flex-direction:row;max-width:1200px;padding:0}.results-desktop-left-column{display:flex;flex-direction:column;width:486px}.results-desktop-left-column .results-summary-card-desktop,.results-desktop-left-column .results-purchase-card,.results-desktop-left-column .results-occasions-card{grid-column:auto;grid-row:auto}.results-desktop-right-column{gap:24px}.results-desktop-details-grid,.results-desktop-pros-cons-row{gap:16px}}.floating-icon{display:flex;justify-content:center;align-items:center;aspect-ratio:1/1;border-radius:1000px;position:absolute;padding:6px;gap:8px;border:2px solid #FFF;box-shadow:0 4px 12px #d240ba4d;pointer-events:auto}.floating-icon--large{width:60px;height:60px}.floating-icon--small{width:40px;height:40px}.floating-icon--white{background:#ffffff4d}.floating-icon--gradient{background:linear-gradient(270deg,#fc5c7d4d,#6a82fb4d)}.floating-icon-image--large{width:24px;height:24px;flex-shrink:0}.floating-icon-image--small{width:16px;height:16px;flex-shrink:0}.circles-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;z-index:0}.circle{position:absolute;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);border:2px solid #FCFCFC;opacity:.5}.circle--filled{background:#fff;opacity:.3}.cta-button{display:flex;padding:12px 24px;justify-content:center;align-items:center;gap:4px;border-radius:1000px;background:linear-gradient(270deg,#fc5c7d,#6a82fb);box-shadow:0 4px 12px #d240ba4d;border:none;cursor:pointer;color:#fff;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;font-weight:600;line-height:24px;transition:transform .2s,box-shadow .2s}.cta-button:hover{transform:scale(1.02);box-shadow:0 6px 20px #d240ba73}.cta-button:active{transform:scale(.98)}.cta-button--column{flex-direction:column;gap:2px}.cta-button__primary{color:#fff;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;font-weight:600;line-height:20px}.cta-button__secondary{color:#fff;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:12px;font-weight:400;line-height:120%;opacity:.7}.gradient-text{background:linear-gradient(270deg,#fc5c7d,#6a82fb);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.section-title{color:#0e0e0e;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:700;line-height:120%}.section-description{color:#999;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;line-height:120%;text-align:center}@media (min-width: 768px){.floating-icon--large{width:80px;height:80px}.floating-icon--small{width:50px;height:50px}.floating-icon-image--large{width:32px;height:32px}.floating-icon-image--small{width:20px;height:20px}}.promo-section{display:flex;flex-direction:column;align-items:center;align-self:stretch;overflow:hidden}.promo-header{display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;z-index:10;margin-bottom:24px}.promo-title{color:#0e0e0e;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:36px;font-style:normal;font-weight:700;line-height:120%}.promo-title-row{display:flex;justify-content:center;align-items:center;gap:10px}.promo-title-gradient{font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:36px;font-style:normal;font-weight:700;line-height:120%;background:linear-gradient(270deg,#fc5c7d,#6a82fb);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.promo-title-sparkle{width:36px;height:36px}.promo-description{width:320px;color:#999;text-align:center;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:120%;position:relative;z-index:10;margin-bottom:24px}.promo-cta-container{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:12px;position:relative;z-index:10}.promo-cta-button{display:flex;height:48px;padding:12px 24px;justify-content:center;align-items:center;gap:4px;border-radius:1000px;background:linear-gradient(270deg,#fc5c7d,#6a82fb);box-shadow:0 4px 12px #d240ba4d;border:none;cursor:pointer;color:#fff;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;font-style:normal;font-weight:600;line-height:24px;transition:transform .2s}.promo-cta-button:hover{transform:scale(1.02)}.promo-cta-button:active{transform:scale(.98)}.promo-circles-container{position:relative;width:600px;height:600px;display:flex;align-items:center;justify-content:center;margin-top:-60px}.promo-circle-large{position:absolute;width:600px;height:600px;border-radius:600px;border:2px solid #FCFCFC;opacity:.5;z-index:0}.promo-circle-medium{position:absolute;width:400px;height:400px;border-radius:400px;border:2px solid #FCFCFC;opacity:.5;z-index:0}.promo-circle-small{position:absolute;width:180px;height:180px;border-radius:180px;background:#fff;border:2px solid #FCFCFC;opacity:.3;z-index:0}.promo-sparkle{position:relative;width:80px;height:80px;z-index:10}.promo-floating-icon{position:absolute;display:flex;width:60px;height:60px;padding:8px;justify-content:center;align-items:center;gap:10px;aspect-ratio:1/1;border-radius:1000px;border:2px solid #FFF;background:#ffffff4d;box-shadow:0 4px 12px #d240ba4d;z-index:20}.promo-floating-icon img{flex-shrink:0}.promo-floating-icon--dislike{top:150px;left:140px;transform:rotate(-50deg)}.promo-floating-icon--like{bottom:140px;left:20px;transform:rotate(8deg)}.promo-floating-icon--scan{top:360px;right:-10px}.promo-outfit-card{position:absolute;display:inline-flex;flex-direction:column;align-items:center;width:180px;height:205px;border-radius:12px;border:2px solid #FFF;box-shadow:0 7px 22px #d240ba66;overflow:hidden;z-index:5}.promo-outfit-card img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.promo-outfit-card--left{transform:rotate(-8deg);top:180px;left:-70px}.promo-outfit-card--right{transform:rotate(8deg);top:50px;right:-70px}.promo-outfit-card--bottom{transform:rotate(8deg);bottom:30px;right:80px}@media (max-width: 767px){.promo-section{padding:0 16px}.promo-header{order:1;margin-bottom:40px}.promo-title,.promo-title-gradient{font-size:32px;line-height:125%}.promo-title-sparkle{display:none}.promo-circles-container{order:2;width:412px;height:412px;margin-top:0;margin-bottom:40px}.promo-circle-large{width:412px;height:412px;border-radius:412px}.promo-circle-medium{width:265px;height:265px;border-radius:265px}.promo-circle-small{width:120px;height:120px;border-radius:120px}.promo-sparkle{width:56px;height:56px}.promo-floating-icon{width:40px;height:40px;padding:8px}.promo-floating-icon--dislike{top:20px;left:60px}.promo-floating-icon--like{bottom:90px;left:100px}.promo-floating-icon--scan{top:40px;right:50px}.promo-outfit-card{width:100px;height:115px}.promo-outfit-card--left{top:150px;left:40px}.promo-outfit-card--right{top:30px;right:125px}.promo-outfit-card--bottom{bottom:50px;right:70px}.promo-description{order:3;width:auto;padding:0 16px;font-size:16px;line-height:120%;margin-bottom:24px}.promo-cta-container{order:4;align-self:stretch}.promo-cta-button{width:100%}}@media (min-width: 768px){.promo-title,.promo-title-gradient{font-size:48px}.promo-title-sparkle{width:44px;height:44px}.promo-description{width:400px;font-size:15px}.promo-circles-container{width:846px;height:846px;margin-top:-50px}.promo-circle-large{width:846px;height:846px;border-radius:846px}.promo-circle-medium{width:544.151px;height:544.151px;border-radius:544.151px}.promo-circle-small{width:246.408px;height:246.408px;border-radius:246.408px}.promo-sparkle{width:95px;height:95px}.promo-floating-icon{width:80px;height:80px}.promo-floating-icon--dislike{top:150px;left:190px}.promo-floating-icon--like{bottom:130px;left:200px}.promo-floating-icon--scan{top:370px;right:115px}.promo-outfit-card{width:150px;height:170px}.promo-outfit-card--left{top:300px;left:100px}.promo-outfit-card--right{top:130px;right:130px}.promo-outfit-card--bottom{bottom:100px;right:200px}}@media (min-width: 1024px){.promo-title,.promo-title-gradient{font-size:60px}.promo-title-sparkle{width:52px;height:52px}.promo-description{width:446px;font-size:16px}.promo-circles-container{width:846px;height:846px;margin-top:-100px}.promo-circle-large{width:846px;height:846px;border-radius:846px}.promo-circle-medium{width:544.151px;height:544.151px;border-radius:544.151px}.promo-circle-small{width:246.408px;height:246.408px;border-radius:246.408px}.promo-sparkle{width:110px;height:110px}.promo-floating-icon{width:80px;height:80px}.promo-floating-icon--dislike{top:200px;left:190px}.promo-floating-icon--like{bottom:180px;left:20px}.promo-floating-icon--scan{top:480px;right:-30px}.promo-outfit-card{width:250px;height:284px}.promo-outfit-card--left{top:250px;left:-110px}.promo-outfit-card--right{top:60px;right:-100px}.promo-outfit-card--bottom{bottom:30px;right:110px}}.gallery-section{width:100%;overflow:hidden;position:relative}.gallery-section:after{content:"";position:absolute;left:0;right:0;bottom:0;height:200px;background:linear-gradient(to top,#ffffff 0%,#ffffff 15%,transparent 100%);pointer-events:none;z-index:10}.gallery-container{display:flex;flex-direction:column;gap:6px}.gallery-row{display:inline-flex;align-items:stretch;gap:8px;width:-moz-max-content;width:max-content}.gallery-row--left{animation:scrollLeft 40s linear infinite}.gallery-row--right{animation:scrollRight 40s linear infinite}.gallery-item{width:140px;height:159px;border-radius:12px;overflow:hidden;flex-shrink:0}.gallery-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@keyframes scrollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scrollRight{0%{transform:translate(-50%)}to{transform:translate(0)}}@media (min-width: 768px){.gallery-item{width:150px;height:170px}}@media (min-width: 1024px){.gallery-item{width:160px;height:182px}}.paywall-section{width:100%;margin-top:-275px;padding-top:200px;background:linear-gradient(180deg,#fff0,#ffffffe6 31.58%,#fff 47.51%);display:flex;flex-direction:column;align-items:center;position:relative;z-index:10}.paywall-container{display:flex;flex-direction:column;gap:20px;align-items:center;width:100%;max-width:500px;padding:0 16px 20px}.paywall-header-content{display:flex;flex-direction:column;gap:8px;align-items:center;align-self:stretch;text-align:center}.paywall-logo{width:156px;height:40px;aspect-ratio:39/10}.paywall-title{font-size:48px;font-weight:700;color:#0e0e0e;line-height:120%;width:auto}.paywall-subtitle{font-size:16px;font-weight:400;color:#0e0e0e99;line-height:24px;align-self:stretch}.paywall-cta-wrapper{display:flex;flex-direction:column;align-items:center;gap:24px}.paywall-cta-button{width:343px;background:linear-gradient(270deg,#fc5c7d,#6a82fb);border-radius:1000px;padding:8px 24px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;box-shadow:0 4px 12px #d240ba4d;transition:transform .2s;border:none;cursor:pointer}.paywall-cta-button:hover{transform:scale(1.02)}.paywall-cta-button:active{transform:scale(.98)}.paywall-cta-primary{color:#fff;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;font-weight:600;line-height:20px}.paywall-cta-secondary{color:#fff;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:12px;font-weight:400;line-height:120%;opacity:.7}.paywall-features{display:flex;flex-direction:column;gap:10px;width:290px}.paywall-feature-item{display:flex;align-items:center;gap:12px;align-self:stretch}.paywall-feature-icon{width:16px;height:16px;flex-shrink:0}.paywall-feature-text{flex:1 0 0;color:#0e0e0e;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;font-weight:500;line-height:normal}.paywall-footer{display:flex;width:100%;max-width:600px;padding:16px 16px 24px;flex-direction:column;align-items:center;gap:20px;background:#fff}.paywall-footer-links{display:flex;width:343px;justify-content:space-between;align-items:center;opacity:.7}.paywall-footer-link{background:none;border:none;cursor:pointer;color:#0e0e0e;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:14px;white-space:nowrap}.paywall-footer-link:hover{text-decoration:underline}@media (max-width: 767px){.paywall-logo{width:90px;height:auto}.paywall-title{font-size:30px;line-height:32px}}@media (min-width: 1024px){.paywall-container{max-width:1200px;padding:0 0 50px}.paywall-title{font-size:60px}.paywall-footer{max-width:1200px}}@keyframes arrow-pulse-ring{0%{transform:scale(1);opacity:0}20%{opacity:.15}to{transform:scale(1.6);opacity:0}}.arrow-button{position:relative;width:116.25px;height:115px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:0}.arrow-button:focus{outline:none}.arrow-button-pulse,.arrow-button-pulse-delayed,.arrow-button-inner{position:absolute;border-radius:50%;background:linear-gradient(270deg,#fc5c7d,#6a82fb)}.arrow-button-pulse{width:116.25px;height:115px;opacity:.05;animation:arrow-pulse-ring 2.5s ease-out infinite}.arrow-button-pulse-delayed{width:85px;height:85px;opacity:.2;animation:arrow-pulse-ring 2.5s ease-out infinite;animation-delay:.3s}.arrow-button-inner{width:60px;height:60px;opacity:.2}.arrow-button-icon{position:relative;width:60px;height:60px;border-radius:50%;background:linear-gradient(270deg,#fc5c7d,#6a82fb);display:flex;align-items:center;justify-content:center;transition:transform .2s;z-index:1}.arrow-button-icon img{width:24px;height:24px}.arrow-button:hover .arrow-button-icon{transform:scale(1.05)}.arrow-button:active .arrow-button-icon{transform:scale(.95)}.not-found-page{min-height:100vh;background:linear-gradient(180deg,#fff,#f5e6f5,#eff1ff);overflow:hidden;position:relative}.not-found-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:0 16px;position:relative}.not-found-background-circles{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;z-index:0}.not-found-bg-circle{position:absolute;border-radius:50%;border:2px solid rgba(252,252,252,.6);top:50%;left:50%;transform:translate(-50%,-50%)}.not-found-bg-circle-1{width:300px;height:300px}.not-found-bg-circle-2{width:500px;height:500px}.not-found-bg-circle-3{width:700px;height:700px}.not-found-bg-circle-4{width:900px;height:900px}.not-found-bg-circle-5{width:1100px;height:1100px}.not-found-floating-icons{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:0;height:0;pointer-events:none;z-index:15;display:none}.not-found-floating-icon{display:flex;justify-content:center;align-items:center;aspect-ratio:1/1;border-radius:1000px;position:absolute;padding:6px;gap:8px;border:2px solid #FFF;box-shadow:0 4px 12px #d240ba4d;animation:float-icon 6s ease-in-out infinite both}.not-found-floating-icon--large{width:90px;height:90px}.not-found-floating-icon--small{width:50px;height:50px}.not-found-floating-icon--white{background:#ffffff4d}.not-found-floating-icon--gradient{background:linear-gradient(270deg,#fc5c7d4d,#6a82fb4d)}.not-found-floating-icon-image--large{width:32px;height:32px}.not-found-floating-icon-image--small{width:20px;height:20px}.not-found-floating-icon--pos-1{top:-150px;left:300px;animation-delay:0s}.not-found-floating-icon--pos-2{top:30px;left:450px;animation-delay:1s}.not-found-floating-icon--pos-3{top:250px;left:250px;animation-delay:2s}.not-found-floating-icon--pos-4{top:200px;left:-400px;animation-delay:3s}.not-found-floating-icon--pos-5{top:40px;left:-340px;animation-delay:4s}.not-found-floating-icon--pos-6{top:-150px;left:-280px;animation-delay:5s}.not-found-card{position:relative;z-index:10;max-width:600px;width:100%;background:#fffc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:32px;border:1px solid rgba(255,255,255,.5);box-shadow:0 8px 32px #d240ba26;padding:36px 28px;display:flex;flex-direction:column;align-items:center;gap:20px;text-align:center}.not-found-404{position:relative;display:flex;align-items:center;gap:8px;margin-bottom:4px}.not-found-404-glow{position:absolute;top:-40px;right:-40px;bottom:-40px;left:-40px;background:radial-gradient(ellipse,rgba(252,92,125,.05) 0%,rgba(166,106,251,.05) 40%,rgba(106,130,251,.05) 60%,transparent 100%);filter:blur(40px);animation:glow-pulse 4s ease-in-out infinite;z-index:-1}.not-found-404-digit{font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:100px;font-weight:800;line-height:1;background:linear-gradient(270deg,#fc5c7d,#6a82fb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.02em;position:relative;filter:drop-shadow(0 4px 12px rgba(252,92,125,.2));animation:digit-float 3s ease-in-out infinite both}.not-found-404-digit:nth-child(2){animation-delay:0s}.not-found-404-zero{animation-delay:.2s;filter:drop-shadow(0 4px 12px rgba(252,92,125,.3)) drop-shadow(0 0 30px rgba(106,130,251,.2))}.not-found-404-digit:nth-child(4){animation-delay:.4s}.not-found-main-title{font-family:Pacifico,cursive;font-size:36px;font-weight:400;line-height:1.2;background:linear-gradient(270deg,#fc5c7db3,#6a82fbb3);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;padding:.5em;margin:-.5em}.not-found-description{font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;font-weight:500;line-height:1.5;color:#999;margin:0;max-width:400px}.not-found-cta-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;border-radius:1000px;background:linear-gradient(270deg,#fc5c7d,#6a82fb);color:#fff;border:none;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #d240ba4d;margin-top:16px}.not-found-cta-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #d240ba73}.not-found-cta-btn:active{transform:translateY(0)}.not-found-cta-btn span{font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;font-weight:600;line-height:24px;color:#fff}.not-found-btn-icon{width:20px;height:20px;filter:brightness(0) invert(1)}@keyframes float-icon{0%,to{transform:translate(-50%,-50%) translateY(0)}50%{transform:translate(-50%,-50%) translateY(-15px)}}@keyframes glow-pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}@keyframes digit-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@media (min-width: 768px){.not-found-container{padding:0 32px}.not-found-bg-circle-1{width:400px;height:400px}.not-found-bg-circle-2{width:650px;height:650px}.not-found-bg-circle-3{width:900px;height:900px}.not-found-bg-circle-4{width:1150px;height:1150px}.not-found-bg-circle-5{width:1400px;height:1400px}.not-found-floating-icons{display:block}.not-found-card{padding:48px;gap:24px}.not-found-404{gap:12px;margin-bottom:8px}.not-found-404-glow{top:-50px;right:-50px;bottom:-50px;left:-50px;filter:blur(50px)}.not-found-404-digit{font-size:120px}.not-found-main-title{font-size:44px}.not-found-description{font-size:16px}.not-found-cta-btn{padding:14px 28px;margin-top:20px}}@media (min-width: 1024px){.not-found-bg-circle-1{width:500px;height:500px}.not-found-bg-circle-2{width:800px;height:800px}.not-found-bg-circle-3{width:1100px;height:1100px}.not-found-bg-circle-4{width:1400px;height:1400px}.not-found-bg-circle-5{width:1700px;height:1700px}.not-found-floating-icon--pos-1{top:-150px;left:380px}.not-found-floating-icon--pos-2{top:30px;left:550px}.not-found-floating-icon--pos-3{top:250px;left:500px}.not-found-floating-icon--pos-4{top:200px;left:-500px}.not-found-floating-icon--pos-5{top:40px;left:-400px}.not-found-floating-icon--pos-6{top:-150px;left:-360px}}.share-page{min-height:100vh;overflow-x:hidden;background:linear-gradient(352deg,#fff 3.84%,#f5e6f5 51.96%,#eff1ff 97.07%)}.share-page-content{padding-top:64px}.share-page-container{display:flex;width:100%;max-width:1200px;margin:0 auto;flex-direction:column;align-items:flex-start}.share-page-sections{display:flex;flex-direction:column;align-items:center;padding-top:24px;gap:40px;align-self:stretch}.share-hero-wrapper{align-self:stretch}.share-arrow-wrapper{display:flex;justify-content:center;width:100%;position:relative;z-index:20}.share-promo-wrapper,.share-gallery-wrapper{align-self:stretch}.share-results{scroll-margin-top:64px;align-self:stretch;position:relative;z-index:20}.share-loading{min-height:100vh;display:flex;align-items:center;justify-content:center}.share-loading-spinner{width:32px;height:32px;border:2px solid #fc5c7d;border-top-color:transparent;border-radius:50%;animation:spin 1s linear infinite}.share-error{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}.share-error-emoji{font-size:36px}.share-error-text{color:#999;font-size:18px}.share-error-link{color:#6a82fb;text-decoration:underline}.share-error-link:hover{text-decoration:none}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 767px){.share-page-content{padding-top:52px}.share-results{scroll-margin-top:52px}.share-page-sections{padding-top:14px;gap:0}.share-page-sections>*+*{padding-top:40px}.share-results~*{padding-top:60px}}@media (min-width: 768px){.share-page-sections{padding-top:14px;gap:0}.share-page-sections>*+*{padding-top:60px}.share-results~*{padding-top:120px}}@media (min-width: 1024px){.share-page-sections{padding-top:60px}}
