:root{--primary-pink: #F7E6E6;--primary-pink-dark: #E8D5D5;--primary-pink-light: #FFF5F5;--primary-bg: #F4EFEC;--button-primary: #0B211E;--button-primary-hover: #163834;--white: #FFFFFF;--off-white: #FAFAFA;--border-light: #EAEAEA;--border-medium: #e8e3df;--text-dark: #333333;--text-medium: #666666;--text-light: #999999;--shadow-soft: rgba(244, 239, 236, .3);--shadow-medium: rgba(0, 0, 0, .08)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}*{-webkit-tap-highlight-color:transparent}.loading-spinner{width:50px;height:50px;border:4px solid var(--primary-pink-light);border-top-color:var(--primary-pink);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.results-container{max-width:1200px;margin:0 auto;padding:2rem 1rem 6rem;background:var(--white);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;min-height:100vh}.profile-header{display:flex;align-items:center;gap:1.5rem;background:linear-gradient(135deg,var(--primary-pink-light) 0%,var(--white) 100%);padding:2rem;border-radius:20px;margin-bottom:2rem;box-shadow:0 4px 20px var(--shadow-soft);animation:fadeInUp .5s ease}.profile-photo-wrapper{position:relative;flex-shrink:0}.profile-photo{width:100px;height:100px;border-radius:50%;object-fit:cover;border:4px solid var(--white);box-shadow:0 4px 12px var(--shadow-medium)}.verified-badge{position:absolute;bottom:0;right:0;width:32px;height:32px;background:var(--primary-pink);border-radius:50%;display:flex;align-items:center;justify-content:center;border:3px solid var(--white);box-shadow:0 2px 8px var(--shadow-soft)}.badge-icon{color:var(--white);font-size:1.1rem;font-weight:700}.verified-info{flex:1}.verified-info h2{font-size:1.5rem;font-weight:600;color:var(--text-dark);margin:0 0 1.25rem}.profile-stats{display:flex;align-items:center;justify-content:center;gap:1.5rem;background:var(--white);padding:1.25rem 1.5rem;border-radius:16px;margin-bottom:1rem;box-shadow:0 2px 8px var(--shadow-soft)}.stat-item{display:flex;flex-direction:column;align-items:center;gap:.5rem}.stat-label{font-size:.85rem;color:var(--text-medium);font-weight:500;text-transform:uppercase;letter-spacing:.5px}.stat-value{font-size:2rem;font-weight:700;color:var(--text-dark);line-height:1}.stat-divider{width:2px;height:50px;background:var(--border-light)}.concerns-mini{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center}.mini-badge{background:var(--primary-pink);color:var(--white);padding:.4rem .875rem;border-radius:12px;font-size:.85rem;font-weight:600;white-space:nowrap}.verified-text{color:var(--text-medium);font-size:.9rem;margin:0;text-align:center}.bulk-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;margin:2rem 0 1rem}.bundle-summary{display:flex;flex-direction:column;gap:.2rem}.bundle-mrp{font-size:12px;color:var(--text-medium);text-decoration:line-through;color:red}.bundle-total{font-size:22px;font-weight:bolder}.bundle-savings{font-size:12px;color:green;font-weight:500}.bulk-buttons{display:flex;gap:.75rem}.bulk-btn{min-width:150px;padding:.75rem 1.5rem;border-radius:999px;font-weight:600;font-size:14px;border:2px solid #0A2A24}.bulk-btn.primary{background:#0a2a24;color:#fff;padding:8px 12px;border-radius:40px}.bulk-btn.primary:hover{opacity:.9}.score-boxes{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;padding:1rem 0;margin-bottom:.5rem;animation:fadeInUp .6s ease;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none}.score-boxes::-webkit-scrollbar{display:none;width:0!important;height:0!important}.score-box{background:var(--primary-pink-light);border:2px solid #FFE4E9;border-radius:16px;padding:1.5rem 1rem;text-align:center;transition:all .3s ease;position:relative;min-width:160px;flex:0 0 160px;scroll-snap-align:start}.carousel-dots{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.carousel-dot{width:8px;height:8px;border-radius:50%;background:#d0d0d0;cursor:pointer;transition:all .3s ease}.carousel-dot.active{background:var(--primary-pink);width:24px;border-radius:4px}.score-box:hover{border-color:var(--primary-pink);transform:translateY(-4px);box-shadow:0 6px 20px var(--shadow-soft)}.score-box.user-selected{border-color:#ffe4e9;background:var(--primary-pink-light)}.score-box.overall-score{border-color:var(--primary-pink);border-width:3px;background:linear-gradient(135deg,var(--primary-pink-light) 0%,var(--white) 100%)}.selected-badge{display:none}.score-percentage{font-size:2rem;font-weight:700;color:var(--text-dark);margin-bottom:.75rem}.score-bar{width:100%;height:8px;background:var(--border-light);border-radius:10px;overflow:hidden;margin-bottom:.75rem}.score-bar-fill{height:100%;background:linear-gradient(90deg,var(--primary-pink) 0%,#b06767 100%);border-radius:10px;transition:width 1s ease}.score-label{font-size:.9rem;color:var(--text-medium);font-weight:500}.info-section{background:var(--off-white);border-left:4px solid var(--primary-pink);padding:1.5rem;border-radius:12px;margin-bottom:1.5rem;animation:fadeInUp .7s ease}.info-title{font-size:1.2rem;font-weight:600;color:var(--text-dark);margin:0 0 .75rem}.info-text{font-size:.95rem;color:var(--text-medium);line-height:1.6;margin:0}.concerns-section{margin-bottom:1rem;animation:fadeInUp .8s ease;text-align:center}.score-boxes-container{margin:1.25rem 0 1.5rem;animation:fadeInUp .9s ease}.score-boxes-container .section-title{margin-bottom:.875rem}.section-title{font-size:1.25rem;font-weight:600;color:var(--text-dark);margin:0 0 .875rem;text-align:center}.section-subtitle{font-size:.875rem;color:var(--text-medium);text-align:center;margin:-.25rem 0 1rem}.analysis-summary{background:var(--off-white);border-radius:20px;padding:2.5rem;margin-bottom:2rem;box-shadow:0 4px 20px var(--shadow-soft);animation:scaleIn .6s ease}.concerns-badges{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap;margin:1.5rem 0}.concern-badge{padding:8px 15px;border-radius:40px;font-weight:600;font-size:14px;background:#f4efec;color:#000;animation:fadeInUp .5s ease;transition:all .2s ease;cursor:pointer;white-space:nowrap}.concern-badge:hover{transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.concern-badge.primary{background:linear-gradient(135deg,#e8d5d5,#d4b5b5);color:var(--text-dark);box-shadow:0 2px 6px #e8d5d54d;font-weight:600}.concern-badge.secondary{background:#f7e6e6;color:var(--text-dark);font-weight:600}.skin-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem}.stat-card{background:var(--white);border-radius:16px;padding:1.5rem;text-align:center;box-shadow:0 2px 10px var(--shadow-soft)}.stat-label{font-size:.9rem;color:var(--text-medium);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.stat-value{font-size:2.5rem;font-weight:700;color:var(--primary-pink-dark);margin-bottom:.5rem}.stat-description{font-size:.85rem;color:var(--text-medium)}.score-gauge{position:relative;width:200px;height:200px;margin:0 auto}.gauge-circle{transform:rotate(-90deg)}.gauge-bg{fill:none;stroke:var(--border-light);stroke-width:12}.gauge-fill{fill:none;stroke:var(--primary-pink);stroke-width:12;stroke-linecap:round;transition:stroke-dashoffset 1s ease}.gauge-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.gauge-score{font-size:3rem;font-weight:700;color:var(--primary-pink-dark)}.gauge-label{font-size:.9rem;color:var(--text-medium)}.metrics-section{margin-top:2rem}.metrics-title{font-size:1.2rem;font-weight:600;color:var(--text-dark);margin-bottom:1.5rem;text-align:center}.metric-item{margin-bottom:1.5rem}.metric-label{display:flex;justify-content:space-between;margin-bottom:.5rem;font-size:.95rem}.metric-name{color:var(--text-dark);font-weight:500}.metric-value{color:var(--primary-pink-dark);font-weight:600}.metric-bar{width:100%;height:8px;background:var(--border-light);border-radius:4px;overflow:hidden}.metric-fill{height:100%;background:linear-gradient(90deg,var(--primary-pink) 0%,var(--primary-pink-dark) 100%);border-radius:4px;transition:width 1s ease}.user-photo-section{text-align:center;margin-bottom:2rem}.user-photo-container{position:relative;display:inline-block;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px var(--shadow-medium)}.user-photo{max-width:100%;max-height:400px;display:block}.routine-section{margin-top:3rem}.routine-header{text-align:center;margin-bottom:2rem}.routine-header h2{font-size:2rem;font-weight:600;color:var(--text-dark);margin-bottom:.5rem}.routine-tabs{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem}.routine-tab{padding:.75rem 2rem;background:var(--white);border:2px solid var(--border-light);border-radius:12px;cursor:pointer;font-weight:500;transition:all .3s ease}.routine-tab.active{background:var(--primary-pink);color:var(--white);border-color:var(--primary-pink)}.routine-tab:hover{border-color:var(--primary-pink)}.routine-steps{display:flex;flex-direction:column;gap:2rem}.routine-step{background:var(--off-white);border-radius:16px;padding:2rem;box-shadow:0 2px 10px var(--shadow-soft)}.step-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.step-number{width:40px;height:40px;background:var(--primary-pink);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem}.step-title{font-size:1.5rem;font-weight:600;color:var(--text-dark)}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-top:1.5rem}.byb-card{background:var(--white);border:1px solid var(--border-light);border-radius:8px;overflow:hidden;transition:all .3s ease;animation:fadeInUp .5s ease forwards;display:flex;flex-direction:column}.byb-card:hover{box-shadow:0 4px 20px #0000001a;transform:translateY(-4px)}.grid-product__content{display:flex;flex-direction:column;height:100%;position:relative}.grid-product__link{position:relative}.grid-product__link{display:block;text-decoration:none;position:relative;overflow:hidden;background:var(--off-white)}.grid-product__image-mask{position:relative;width:100%}.grid__image-ratio{position:relative;width:100%;padding-bottom:100%;overflow:hidden}.grid__image-ratio img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.byb-card:hover .grid__image-ratio img{transform:scale(1.08)}.grid-product__meta{display:flex;flex-direction:column;gap:.5rem;flex:1}.grid-product__title{font-size:.95rem;font-weight:500;color:var(--text-dark);line-height:1.4;min-height:2.8rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:.25rem}.grid-product__vendor{font-size:.8rem;color:var(--text-medium);margin-bottom:.25rem;text-transform:uppercase;letter-spacing:.5px}.ryviu-collection{min-height:0;margin-bottom:.5rem}.ryviu-collection ryviu-widget-total{display:block}.ryviu-collection:empty,.ryviu-collection ryviu-widget-total:empty{display:none;min-height:0;margin:0}.ryviu-collection ryviu-widget-total[data-no-reviews=true]{display:none}.grid-product__price{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:.75rem}.grid-product__price--original{font-size:.95rem;color:var(--text-light);text-decoration:line-through;font-weight:400}.grid-product__price--current{font-size:1.25rem;font-weight:700;color:var(--text-dark)}.grid-product__price--savings{font-size:.85rem;font-weight:600;color:#d32f2f;background:#ffebee;padding:3px 8px;border-radius:4px}.byb-toggle-btn{width:100%;padding:.75rem 1.5rem;background:var(--button-primary);color:#fff;border:1px solid;border-radius:0 0 7px 7px;font-size:13px;font-weight:600;letter-spacing:.5px;cursor:pointer;transition:all .3s ease;margin-top:auto}.byb-toggle-btn:hover{background:var(--button-primary-hover);transform:translateY(-2px);box-shadow:0 4px 12px #0b211e40}.byb-toggle-btn:active{transform:translateY(0)}.byb-toggle-btn:disabled{background:var(--text-light);cursor:not-allowed;opacity:.5}.product-card{background:var(--white);border:1px solid var(--border-light);border-radius:8px;padding:1rem;transition:all .3s ease}.product-card:hover{box-shadow:0 4px 20px #0000001a}.bulk-actions{display:flex;gap:.75rem;justify-content:space-around;max-width:800px;flex-wrap:nowrap;position:fixed;bottom:0;left:0;right:0;background:var(--white);padding:1rem;box-shadow:0 -4px 20px #0000001f;z-index:1000;border-top:1px solid var(--border-light);margin:0 auto}.bulk-btn{padding:.65rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;border:2px solid;font-size:.9rem;min-height:44px;-webkit-tap-highlight-color:transparent;touch-action:manipulation;flex:1;max-width:280px;display:flex;align-items:center;justify-content:center;gap:.5rem}@media(max-width:768px){.bulk-actions{gap:.5rem;flex-direction:row;padding:.875rem 1rem;padding-bottom:calc(.875rem + env(safe-area-inset-bottom))}.bulk-btn{padding:.6rem 1rem;font-size:.85rem;max-width:220px}}.woot-widget-bubble.woot-elements--right{display:none}@media(max-width:480px){.bulk-actions{gap:.5rem;border-radius:20px 0 0;padding:.75rem;padding-bottom:calc(.75rem + env(safe-area-inset-bottom))}.bulk-btn{padding:.55rem .875rem;font-size:14px;max-width:180px}}.bulk-btn.outline{background:var(--white);border-color:#0b211e;color:#0b211e}.bulk-btn.outline:hover{background:var(--primary-pink-light)}.bulk-btn.outline:active{transform:scale(.98);background:var(--primary-pink-light)}.bulk-btn.primary{background:var(--button-primary);border-color:var(--button-primary);color:var(--white);box-shadow:0 2px 6px #0b211e4d}.bulk-btn.primary:hover{background:var(--button-primary-hover);transform:translateY(-1px);box-shadow:0 4px 10px #0b211e66}.bulk-btn.primary:active{transform:translateY(0)}.products-section{margin:.75rem 0 1rem}.products-by-concern{display:flex;flex-direction:column;gap:2rem}.concern-products-group{animation:fadeInUp .5s ease}.concern-header{text-align:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid var(--border-light)}.concern-title{font-size:1.25rem;font-weight:600;color:var(--text-dark);margin:0 0 .25rem}.concern-subtitle{font-size:.85rem;color:var(--text-medium);margin:0}.products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media(min-width:769px){.products-grid{grid-template-columns:repeat(4,1fr);gap:1rem}}@media(max-width:480px){.products-grid{gap:.5rem}}.before-after-section{background:var(--off-white);padding:2.5rem;border-radius:20px;margin:3rem 0;text-align:center}.ba-container{display:flex;justify-content:center;gap:2rem;margin:2rem 0}.ba-image-wrapper{position:relative;text-align:center}.ba-image{width:300px;height:400px;object-fit:cover;border-radius:16px;border:4px solid var(--white);box-shadow:0 6px 24px var(--shadow-medium)}.ba-label{display:block;margin-top:1rem;font-weight:600;color:var(--text-dark);font-size:1.1rem}.ba-description{max-width:600px;margin:0 auto;font-size:1rem;color:var(--text-medium);line-height:1.6}.priority-section{margin-top:3rem}.priority-header{text-align:center;margin-bottom:2rem}.priority-header h2{font-size:2rem;font-weight:600;color:var(--text-dark);margin-bottom:.5rem}.priority-header p{color:var(--text-medium);font-size:1rem}.priority-list{display:flex;flex-direction:column;gap:2rem}.priority-group{background:var(--off-white);border-radius:16px;padding:2rem;box-shadow:0 2px 10px var(--shadow-soft)}.priority-label{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.priority-badge{padding:.5rem 1rem;border-radius:20px;font-weight:600;font-size:.9rem}.priority-badge.high{background:var(--primary-pink);color:var(--white)}.priority-badge.medium{background:var(--primary-pink-light);color:var(--text-dark);border:2px solid var(--primary-pink)}.priority-badge.low{background:var(--white);color:var(--text-dark);border:2px solid var(--border-light)}.priority-title{font-size:1.5rem;font-weight:600;color:var(--text-dark)}@media(max-width:768px){.results-container{padding:1.5rem 1rem}.profile-header{flex-direction:column;text-align:center;padding:1.75rem 1.25rem}.profile-photo{width:90px;height:90px}.verified-badge{width:28px;height:28px}.badge-icon{font-size:1rem}.verified-info{width:100%}.verified-info h2{font-size:1.35rem}.profile-stats{flex-direction:column;gap:1.25rem;padding:1.25rem 1rem}.stat-divider{width:80%;height:2px}.stat-value{font-size:1.75rem}.stat-label{font-size:.8rem}.mini-badge{font-size:.8rem;padding:.375rem .75rem}.score-boxes{display:flex;overflow-x:auto;overflow-y:hidden;gap:1rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:.5rem;scroll-behavior:smooth}.score-boxes::-webkit-scrollbar{height:6px}.score-boxes::-webkit-scrollbar-track{background:var(--border-light);border-radius:10px}.score-boxes::-webkit-scrollbar-thumb{background:var(--primary-pink);border-radius:10px}.score-boxes .score-box{flex:0 0 calc(50% - .5rem);min-width:calc(50% - .5rem);scroll-snap-align:start}.score-box{padding:1.25rem}.score-percentage{font-size:1.75rem}.info-section{padding:1.25rem}.info-title{font-size:1.1rem}.section-title{font-size:1.5rem}.analysis-summary{padding:2rem 1.5rem;border-radius:16px;margin-bottom:1.5rem}.concerns-badges{gap:1rem;margin-bottom:2rem}.concern-badge{padding:8px 15px;font-size:14px;min-height:auto;display:inline-flex;align-items:center;justify-content:center}.skin-stats{grid-template-columns:1fr;gap:1.5rem}.stat-card{padding:1.5rem;min-height:unset}.stat-label{font-size:1rem;margin-bottom:.75rem}.stat-value{font-size:2.25rem}.stat-description{font-size:.95rem;margin-top:.5rem}.score-gauge{width:180px;height:180px}.score-gauge svg{width:180px;height:180px}.gauge-score{font-size:2.75rem}.gauge-label{font-size:1.1rem}.metrics-section{margin-top:2rem}.metrics-title{font-size:1.25rem;margin-bottom:1.25rem}.metric-item{margin-bottom:1.25rem}.metric-name,.metric-value{font-size:1rem}.metric-bar{height:10px;margin-top:.625rem}.user-photo-section{margin-bottom:2rem}.user-photo{max-height:350px;border-radius:16px}.routine-header h2{font-size:1.75rem;margin-bottom:1.25rem}.byb-card{max-width:500px;margin:0 auto}.grid-product__title{font-size:1rem;min-height:auto}.grid-product__price--current{font-size:1.35rem}.byb-toggle-btn{padding:10px 20px;font-size:.95rem}.product-description{font-size:.95rem;line-height:1.5}.routine-tabs{flex-direction:row;gap:.75rem;overflow-x:auto;-webkit-overflow-scrolling:touch}.routine-tab{flex:1;min-width:120px;padding:.875rem 1.25rem;font-size:1rem;min-height:48px}.routine-step{padding:1.75rem 1.25rem;margin-bottom:1.5rem}.step-number{font-size:1.5rem;width:44px;height:44px}.step-title{font-size:1.35rem}.priority-group{padding:1.75rem 1.25rem;margin-bottom:1.5rem}.priority-header h2{font-size:1.65rem}.priority-badge{font-size:.85rem;padding:.5rem 1rem}.priority-title{font-size:1.35rem}.bulk-actions{padding:1rem;padding-bottom:calc(1rem + env(safe-area-inset-bottom))}.products-grid{grid-template-columns:1fr;gap:1.5rem}.concern-title{font-size:1.5rem}.concern-subtitle{font-size:.95rem}.ba-image{width:100%;max-width:300px;height:auto;aspect-ratio:3 / 4}.ba-container{flex-direction:column;gap:1.5rem}.bulk-btn{width:100%;padding:1rem 2rem;font-size:1.1rem;min-height:52px}.add-to-cart-btn{min-height:36px;font-size:.85rem;padding:.5rem 1rem}}@media(max-width:480px){.results-container{padding:1rem .75rem}.results-header{margin-bottom:2rem}.profile-photo{width:80px;height:80px}.verified-info h2{font-size:1.25rem;margin-bottom:1rem}.profile-stats{padding:1rem .875rem}.stat-value{font-size:1.5rem}.mini-badge{font-size:.75rem;padding:.35rem .625rem}.score-percentage{font-size:1.5rem}.score-boxes .score-box{flex:0 0 calc(50% - .5rem);min-width:calc(50% - .5rem);padding:1rem}.concern-title{font-size:1.35rem}.products-by-concern{gap:2.5rem}.analysis-summary{padding:1.5rem 1rem;border-radius:12px}.concerns-badges{gap:.75rem}.concern-badge{padding:8px 15px;font-size:14px}.skin-stats{gap:1.25rem}.stat-card{padding:1.25rem}.score-gauge{width:160px;height:160px}.score-gauge svg{width:160px;height:160px}.gauge-score{font-size:2.5rem}.routine-header h2{font-size:1.5rem}.routine-tabs{gap:.5rem}.routine-tab{font-size:.95rem;padding:.75rem 1rem;min-width:110px}.routine-step{padding:1.5rem 1rem}.step-number{width:40px;height:40px;font-size:1.35rem}.step-title{font-size:1.25rem}.priority-group{padding:1.5rem 1rem}.priority-title{font-size:1.25rem}.byb-card{max-width:450px;margin:0 auto}.grid-product__title{font-size:.95rem}.grid-product__price--current{font-size:1.2rem}.bulk-actions{padding:.875rem .75rem;padding-bottom:calc(.875rem + env(safe-area-inset-bottom))}.bulk-btn{font-size:16px;padding:.5rem .75rem}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/skin-analysis-results.css.map */
