:root{--tds-blue-50:#e8f3ff;--tds-blue-500:#3182f6;--tds-blue-700:#1b64da;--tds-grey-50:#f9fafb;--tds-grey-100:#f2f4f6;--tds-grey-200:#e5e8eb;--tds-grey-300:#d1d6db;--tds-grey-400:#b0b8c1;--tds-grey-500:#8b95a1;--tds-grey-600:#6b7684;--tds-grey-700:#4e5968;--tds-grey-800:#333d4b;--tds-grey-900:#191f28;--tds-red-50:#fff0f0;--tds-red-500:#f04452;--tds-green-50:#eafaf3;--tds-green-600:#008a5a;--tds-orange-50:#fff6e5;--tds-orange-600:#b35c00;--color-action:var(--tds-blue-500);--color-action-strong:var(--tds-blue-700);--color-action-weak:var(--tds-blue-50);--color-text-strong:var(--tds-grey-900);--color-text:var(--tds-grey-700);--color-text-subtle:var(--tds-grey-500);--color-border:var(--tds-grey-200);--color-surface:#fff;--color-surface-subtle:var(--tds-grey-50);--color-danger:var(--tds-red-500);--color-danger-weak:var(--tds-red-50);--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--text-title:28px;--text-heading:22px;--text-body-strong:17px;--text-body:15px;--text-label:13px;--text-caption:12px;--radius-small:8px;--radius-medium:12px;--radius-large:16px;--sidebar-width:248px;--header-height:60px}*{box-sizing:border-box;margin:0;padding:0}html{scrollbar-gutter:stable;overflow-y:scroll}body{background:var(--color-surface);color:var(--color-text-strong);font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:var(--text-body);letter-spacing:-.02em;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select{color:inherit;font:inherit;letter-spacing:inherit}button{cursor:pointer;background:0 0;border:0}ul{list-style:none}:where(a,button,input,select):focus-visible{outline:2px solid var(--color-action);outline-offset:3px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.header{z-index:50;align-items:center;gap:var(--space-4);height:var(--header-height);padding:0 var(--space-5);border-bottom:1px solid var(--color-surface-subtle);background:color-mix(in srgb, var(--color-surface) 88%, transparent);-webkit-backdrop-filter:saturate(180%)blur(12px);backdrop-filter:saturate(180%)blur(12px);display:flex;position:sticky;top:0}.global-search{border:1px solid var(--color-border);border-radius:var(--radius-medium);background:var(--color-surface);grid-template-columns:auto 1px minmax(0,1fr) 44px;align-items:center;width:min(620px,62vw);height:44px;margin-left:auto;transition:border-color .16s,box-shadow .16s;display:grid;overflow:hidden}.global-search:focus-within{border-color:#9bc4ff;box-shadow:0 0 0 3px #3182f61f}.global-search select,.global-search input{background:0 0;border:0;outline:0;min-width:0;height:42px}.global-search select{padding:0 30px 0 var(--space-3);border-radius:inherit;color:var(--color-text-strong);cursor:pointer;font-size:var(--text-label);font-weight:750}.global-search input{width:100%;padding:0 var(--space-3);color:var(--color-text-strong)}.global-search input::placeholder{color:var(--tds-grey-400)}.global-search__divider{background:var(--color-border);width:1px;height:20px}.global-search button{width:44px;height:44px;color:var(--color-action-strong);justify-content:center;align-items:center;display:inline-flex}.global-search button:hover{background:var(--color-action-weak)}.global-search button svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:1.8px;width:20px;height:20px}.global-search--fallback{background:var(--color-surface-subtle)}.logo{align-items:center;gap:6px;min-height:44px;display:inline-flex}.logo__mark{object-fit:contain;flex:0 0 40px;width:40px;height:40px;transition:transform .18s cubic-bezier(.2,.8,.2,1);display:block}.logo:hover .logo__mark{transform:translateY(-1px)scale(1.025)}.logo__wordmark{color:#191f28;letter-spacing:-.055em;white-space:nowrap;align-items:baseline;gap:2px;font-size:19px;font-weight:800;line-height:1;display:inline-flex}.logo__wordmark strong{color:#f0448f;letter-spacing:-.06em;font-weight:900}.shell{align-items:flex-start;width:100%;max-width:1280px;margin:0 auto;display:flex}.sidebar{top:var(--header-height);flex:0 0 var(--sidebar-width);width:var(--sidebar-width);height:calc(100vh - var(--header-height));padding:var(--space-5) var(--space-3) var(--space-10);border-right:1px solid var(--color-surface-subtle);position:sticky;overflow-y:auto}.main{min-width:0;padding:var(--space-4) var(--space-6) 80px;flex:auto}.segment{margin-bottom:var(--space-3);border-radius:var(--radius-medium);background:var(--tds-grey-100);gap:2px;padding:3px;display:flex}.segment a{min-height:44px;color:var(--color-text-subtle);border-radius:9px;flex:1 1 0;justify-content:center;align-items:center;font-size:14px;font-weight:700;display:flex}.segment a[aria-current=page]{background:var(--color-surface);color:var(--color-text-strong)}.nav-list{flex-direction:column;gap:1px;display:flex}.nav-list a{min-height:44px;padding:var(--space-2) var(--space-3);border-radius:var(--radius-medium);color:var(--color-text);align-items:center;gap:10px;font-size:14px;font-weight:600;display:flex}.nav-list a:hover{background:var(--color-surface-subtle)}.nav-list a[aria-current=page]{background:var(--color-action-weak);color:var(--color-action-strong);font-weight:700}.nav-tree__row{align-items:center;gap:2px;display:flex}.nav-tree__row>a{flex:auto;min-width:0}.nav-tree__toggle{border-radius:var(--radius-medium);width:44px;height:44px;color:var(--color-text-subtle);flex:0 0 44px;justify-content:center;align-items:center;display:inline-flex}.nav-tree__toggle:hover{background:var(--color-surface-subtle);color:var(--color-text-strong)}.nav-tree__toggle svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:20px;height:20px;transition:transform .16s}.nav-tree[data-expanded=true] .nav-tree__toggle svg{transform:rotate(180deg)}.nav-tree__children{border-left:1px solid var(--color-border);flex-direction:column;gap:1px;margin:2px 0 6px 26px;padding-left:13px;display:flex}.nav-tree__children a{min-height:36px;padding:5px var(--space-2);border-radius:var(--radius-small);gap:9px;font-size:13px;font-weight:600}.nav-tree__dot{background:var(--tds-grey-300);border-radius:50%;flex:0 0 5px;width:5px;height:5px}.nav-tree__children a:hover .nav-tree__dot{background:var(--color-action)}.nav-name{text-overflow:ellipsis;white-space:nowrap;flex:auto;min-width:0;overflow:hidden}.nav-count{color:var(--tds-grey-400);font-size:var(--text-caption);font-variant-numeric:tabular-nums}.category-mark{background:var(--color-surface);box-shadow:0 3px 12px color-mix(in srgb, var(--tds-grey-900) 9%, transparent);border-radius:30%;flex:none;justify-content:center;align-items:center;display:inline-flex;overflow:hidden}.category-mark img{object-fit:cover;width:100%;height:100%;display:block}.category-mark--small{width:28px;height:28px}.category-mark--medium{width:48px;height:48px}.category-mark--large{width:72px;height:72px}.page-top,.detail-top{min-height:64px;margin-bottom:var(--space-5);align-items:center;display:flex}.eyebrow{margin-bottom:var(--space-1);color:var(--color-action);font-size:var(--text-label);font-weight:700;display:block}.page-top h1,.detail-top h1{font-size:var(--text-title);letter-spacing:-.045em;font-weight:800;line-height:1.2}.page-count{background:var(--color-action-weak);min-width:44px;min-height:44px;color:var(--color-action-strong);font-size:var(--text-body-strong);font-variant-numeric:tabular-nums;border-radius:999px;justify-content:center;align-items:center;margin-left:auto;display:flex}.catalog-filter{padding:var(--space-3);margin-bottom:var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-large)}.catalog-filter .filter-chips{padding-top:0}.filter-chips{gap:var(--space-1);padding-top:var(--space-2);scrollbar-width:none;display:flex;overflow-x:auto}.filter-chips::-webkit-scrollbar{display:none}.filter-chips button{min-height:44px;padding:0 var(--space-3);border-radius:var(--radius-medium);color:var(--color-text-subtle);font-size:var(--text-label);flex:none;font-weight:700}.filter-chips button:hover{background:var(--color-surface-subtle)}.filter-chips button[aria-pressed=true]{background:var(--color-action-weak);color:var(--color-action-strong)}.ingredient-list{border:1px solid var(--color-border);border-radius:var(--radius-large);overflow:hidden}.ingredient-row+.ingredient-row{border-top:1px solid var(--color-surface-subtle)}.ingredient-row{padding:var(--space-3) var(--space-4)}.ingredient-row:hover{background:var(--color-surface-subtle)}.ingredient-row__link{align-items:center;gap:var(--space-3);min-height:48px;display:flex}.ingredient-row__body{flex-direction:column;flex:auto;gap:3px;min-width:0;display:flex}.ingredient-row__body strong{font-size:var(--text-body-strong);text-overflow:ellipsis;white-space:nowrap;font-weight:700;overflow:hidden}.ingredient-row__body>span{color:var(--color-text-subtle);font-size:var(--text-label);text-overflow:ellipsis;white-space:nowrap;font-weight:500;overflow:hidden}.family-label{padding:5px var(--space-2);border-radius:var(--radius-small);background:var(--tds-grey-100);color:var(--color-text-subtle);font-size:var(--text-caption);flex:none;font-weight:700}.arrow{color:var(--tds-grey-400);font-size:25px;font-weight:400}.function-pills{gap:var(--space-1);margin:var(--space-1) 0 0 56px;flex-wrap:wrap;display:flex}.function-pills a{min-height:28px;padding:0 var(--space-2);background:var(--color-action-weak);color:var(--color-action-strong);font-size:var(--text-caption);border-radius:999px;align-items:center;font-weight:700;display:inline-flex}.empty-state{justify-content:center;align-items:center;gap:var(--space-3);min-height:240px;color:var(--color-text-subtle);flex-direction:column;display:flex}.empty-state button,.empty-state a{min-height:44px;padding:0 var(--space-4);border-radius:var(--radius-medium);background:var(--color-action);color:var(--color-surface);font-size:var(--text-label);align-items:center;font-weight:700;display:inline-flex}.empty-state--page{min-height:50vh}.detail-top{gap:var(--space-4)}.detail-top p{margin-top:var(--space-1);color:var(--color-text-subtle);font-size:var(--text-body);font-weight:500;line-height:1.45}.product-page-top{min-height:44px;margin-bottom:var(--space-2)}.product-page-top>div{align-items:baseline;gap:var(--space-1) var(--space-3);flex-wrap:wrap;display:flex}.product-page-top .eyebrow{display:none}.product-browser{width:100%}.product-toolbar{justify-content:flex-end;gap:var(--space-2);margin-bottom:var(--space-1);display:flex}.sort-field{background:var(--tds-grey-100);border-radius:14px;flex:none;min-width:148px;transition:background .16s,box-shadow .16s;position:relative}.sort-field:hover{background:var(--tds-grey-200)}.sort-field:focus-within{box-shadow:0 0 0 3px #3182f629}.sort-field select{width:100%;height:48px;padding:0 46px 0 var(--space-4);border-radius:inherit;appearance:none;color:var(--color-text-strong);cursor:pointer;background:0 0;border:0;outline:0;font-size:14px;font-weight:750;line-height:1}.sort-field select:focus-visible{outline:0}.sort-field>svg{top:50%;right:var(--space-4);pointer-events:none;fill:none;width:18px;height:18px;stroke:var(--tds-grey-600);stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;position:absolute;transform:translateY(-50%)}.product-category-filter{padding:0 0 var(--space-1)}.category-mark--product{background:linear-gradient(145deg,#f8fbff 8%,#eaf3ff 100%);box-shadow:inset 0 1px #ffffffd9,0 5px 14px #3182f61f}.category-mark--product img{object-fit:contain;transform:scale(1.06)}.category-mark--product.category-mark--small{width:30px;height:30px}.detail-filters{margin:0 0 var(--space-2);padding:var(--space-4);border-radius:var(--radius-large);background:linear-gradient(145deg,#f7fbff 0%,#fff 58%);border:1px solid #cfe2ff;box-shadow:0 8px 24px #3182f60f}.detail-filters__heading{justify-content:space-between;align-items:center;gap:var(--space-4);display:flex}.detail-filters__toggle{justify-content:space-between;align-items:center;gap:var(--space-3);text-align:left;flex:1;min-width:0;min-height:44px;padding:0;display:flex}.detail-filters__toggle>span{gap:3px;display:grid}.detail-filters__toggle svg{fill:none;width:20px;height:20px;stroke:var(--color-text-subtle);stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;flex:none;transition:transform .16s}.detail-filters__toggle[aria-expanded=false] svg{transform:rotate(-90deg)}.detail-filters__eyebrow{color:var(--color-action-strong);letter-spacing:.05em;font-size:11px;font-weight:800}.detail-filters__toggle strong{color:var(--color-text-strong);font-size:18px;font-weight:800}.detail-filters[data-open=false]{padding:var(--space-1) var(--space-3);background:var(--color-surface);box-shadow:none}.detail-filters[data-open=false] .detail-filters__eyebrow{display:none}.detail-filters[data-open=false] .detail-filters__toggle>span{display:block}.detail-filters[data-open=false] .detail-filters__toggle strong{font-size:var(--text-body)}.detail-filters__clear{align-items:center;gap:var(--space-1);min-height:38px;padding:0 var(--space-3);border-radius:var(--radius-medium);background:var(--color-action-weak);color:var(--color-action-strong);font-size:var(--text-caption);white-space:nowrap;font-weight:750;display:inline-flex}.detail-filters__content{margin-top:var(--space-3);padding-top:var(--space-1);border-top:1px solid var(--color-surface-subtle)}.detail-filter-row{align-items:start;gap:var(--space-3);padding-top:var(--space-3);grid-template-columns:116px minmax(0,1fr);display:grid}.detail-filter-row>strong{min-height:34px;color:var(--color-text-strong);font-size:var(--text-label);padding-top:8px;font-weight:750}.detail-filter-options{flex-wrap:wrap;gap:6px;min-width:0;display:flex}.detail-filter-options button{border:1px solid var(--color-border);background:var(--color-surface);min-height:36px;color:var(--color-text);font-size:var(--text-caption);white-space:nowrap;border-radius:999px;align-items:center;padding:0 12px;font-weight:700;display:inline-flex}.detail-filter-options button:hover{background:#f4f9ff;border-color:#9bc4ff}.detail-filter-options button[aria-pressed=true]{border-color:var(--color-action);background:var(--color-action);color:#fff}.detail-filter-options button:disabled{opacity:.38;cursor:default}.product-list{border:1px solid var(--color-border);border-radius:var(--radius-large);overflow:hidden}.product-card{align-items:center;gap:var(--space-5);min-height:176px;padding:var(--space-4);background:var(--color-surface);grid-template-columns:144px minmax(0,1fr) 132px;display:grid}.product-card+.product-card{border-top:1px solid var(--color-surface-subtle)}.product-card:hover{background:var(--color-surface-subtle)}.product-card__image{border-radius:var(--radius-medium);background:var(--color-surface);justify-content:center;align-items:center;width:144px;height:144px;display:flex;overflow:hidden}.product-card__image img{object-fit:contain;width:100%;height:100%;transition:transform .18s;display:block}.product-card:hover .product-card__image img{transform:scale(1.035)}.product-card__body{flex-direction:column;align-items:flex-start;min-width:0;display:flex}.product-card__brand,.product-detail__brand{margin-bottom:var(--space-1);color:var(--color-action-strong);font-size:var(--text-caption);letter-spacing:0;font-weight:800}.product-card__name{color:var(--color-text-strong);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:16px;font-weight:750;line-height:1.45;display:-webkit-box;overflow:hidden}.product-card__name-en{margin-top:var(--space-1);color:var(--color-text-subtle);font-size:var(--text-caption);-webkit-line-clamp:1;-webkit-box-orient:vertical;font-weight:500;line-height:1.4;display:-webkit-box;overflow:hidden}.product-card__tags{gap:var(--space-1);margin-top:var(--space-3);flex-wrap:wrap;display:flex}.product-card__tags span,.product-card__tags a{min-height:28px;padding:0 var(--space-2);background:var(--tds-grey-100);color:var(--color-text);font-size:var(--text-caption);border-radius:999px;align-items:center;font-weight:700;display:inline-flex}.product-card__tags a,.product-card__tags .product-card__facet--type{background:var(--color-action-weak);color:var(--color-action-strong)}.product-card__commerce{flex-direction:column;align-items:flex-end;min-width:0;display:flex}.product-card__metrics{align-items:flex-end;gap:var(--space-2);flex-direction:column;display:flex}.skepick-score--card{background:var(--color-action-weak);min-height:32px;color:var(--color-action-strong);font-variant-numeric:tabular-nums;border-radius:999px;align-items:center;gap:6px;padding:0 10px;display:inline-flex}.skepick-score--card>span{font-size:11px;font-weight:800}.skepick-score--card>strong{font-size:16px;font-weight:850}.product-rating,.product-detail__rating{color:var(--color-text-subtle);font-size:var(--text-label);font-weight:700}.product-rating span,.product-detail__rating span{color:#ffb21c}.product-card__commerce>a{justify-content:center;align-items:center;gap:var(--space-1);min-width:104px;min-height:44px;margin-top:var(--space-3);padding:0 var(--space-4);border-radius:var(--radius-medium);background:var(--color-action);color:var(--color-surface);font-size:var(--text-label);font-weight:800;display:inline-flex}.affiliate-disclosure{margin:0 2px var(--space-3);color:var(--color-text-subtle);font-size:var(--text-caption);font-weight:600;line-height:1.5}.load-more{justify-content:center;align-items:center;gap:var(--space-2);width:100%;min-height:52px;margin-top:var(--space-3);border-radius:var(--radius-medium);background:var(--tds-grey-100);color:var(--color-text);font-size:var(--text-label);font-weight:800;display:flex}.detail-section--first{margin-top:0}.section-heading>span{color:var(--color-text-subtle);font-size:var(--text-label);font-weight:700}.empty-state--compact{border:1px solid var(--color-border);border-radius:var(--radius-large);min-height:128px}.top-stats{gap:var(--space-2);margin-left:auto;display:flex}.top-stats span{align-items:center;gap:var(--space-1);min-height:44px;padding:0 var(--space-3);background:var(--color-action-weak);color:var(--color-action-strong);font-size:var(--text-caption);border-radius:999px;font-weight:700;display:flex}.top-stats strong{font-size:var(--text-body-strong)}.product-detail{align-items:center;gap:var(--space-8);grid-template-columns:minmax(280px,44%) minmax(0,1fr);display:grid}.product-detail__image{aspect-ratio:1;background:var(--color-surface-subtle);border-radius:24px;justify-content:center;align-items:center;display:flex;overflow:hidden}.product-detail__image img{object-fit:contain;width:100%;height:100%;display:block}.product-detail__content{min-width:0}.product-detail__category{align-items:center;gap:var(--space-2);margin-bottom:var(--space-4);color:var(--color-text-subtle);font-size:var(--text-label);font-weight:700;display:flex}.product-detail h1{font-size:var(--text-heading);letter-spacing:-.04em;font-weight:800;line-height:1.4}.product-detail__content>p{margin-top:var(--space-2);color:var(--color-text-subtle);font-size:var(--text-label);-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.5;display:-webkit-box;overflow:hidden}.product-detail__metrics{align-items:end;gap:var(--space-3);margin-top:var(--space-5);grid-template-columns:minmax(0,1fr) auto;display:grid}.skepick-score--detail{min-width:0;padding:var(--space-4);border-radius:var(--radius-large);background:var(--color-action-weak)}.skepick-score__heading{justify-content:space-between;align-items:center;gap:var(--space-3);display:flex}.skepick-score__heading>span{color:var(--color-action-strong);font-size:var(--text-caption);font-weight:850}.skepick-score__heading>em{padding:4px var(--space-2);background:var(--color-surface);color:var(--color-action-strong);border-radius:999px;font-size:11px;font-style:normal;font-weight:800}.skepick-score__value{align-items:baseline;gap:var(--space-1);margin-top:var(--space-1);display:flex}.skepick-score__value strong{color:var(--color-text-strong);letter-spacing:-.05em;font-variant-numeric:tabular-nums;font-size:30px;font-weight:850;line-height:1.15}.skepick-score__value small{color:var(--color-text-subtle);font-size:var(--text-caption);font-weight:700}.skepick-score--detail>p{margin-top:var(--space-1);color:var(--color-text);font-size:var(--text-caption);font-weight:650;line-height:1.45}.product-detail__metrics>.product-detail__rating{align-items:center;gap:var(--space-1);min-height:44px;padding:0 var(--space-3);border-radius:var(--radius-medium);background:var(--tds-grey-100);display:inline-flex}.purchase-button{justify-content:center;align-items:center;gap:var(--space-1);width:100%;min-height:52px;margin-top:var(--space-5);padding:0 var(--space-5);border-radius:var(--radius-medium);background:var(--color-action);color:var(--color-surface);font-size:var(--text-body);font-weight:800;display:flex}.affiliate-disclosure--detail{margin:var(--space-3) 0 0}.spec-row--links dd{justify-content:flex-end;gap:var(--space-1);flex-wrap:wrap;display:flex}.spec-row--links dd a{min-height:32px;padding:0 var(--space-2);background:var(--color-action-weak);color:var(--color-action-strong);font-size:var(--text-caption);border-radius:999px;align-items:center;font-weight:700;display:inline-flex}.product-list--compact .product-card:nth-child(n+5){display:none}.ingredient-detail-tabs{width:100%}.ingredient-tab-list{gap:var(--space-1);padding:var(--space-1);margin-bottom:var(--space-4);border-radius:var(--radius-large);background:var(--tds-grey-100);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.ingredient-tab-list button{border-radius:var(--radius-medium);min-height:48px;color:var(--color-text-subtle);font-size:var(--text-body);font-weight:800}.ingredient-tab-list button[aria-selected=true]{background:var(--color-surface);color:var(--color-action-strong);box-shadow:0 2px 10px #001b3714}.ingredient-tab-panel{outline:0}.ingredient-product-categories{gap:var(--space-1);margin-bottom:var(--space-3);scrollbar-width:none;display:flex;overflow-x:auto}.ingredient-product-categories::-webkit-scrollbar{display:none}.ingredient-product-categories button{min-width:72px;min-height:44px;padding:0 var(--space-4);border-radius:var(--radius-medium);background:var(--color-surface-subtle);color:var(--color-text-subtle);font-size:var(--text-label);flex:none;font-weight:750}.ingredient-product-categories button[aria-pressed=true]{background:var(--color-action);color:var(--color-surface)}.ingredient-report__intro{padding:var(--space-6);background:var(--color-action-weak);border-radius:20px}.ingredient-report__intro>span{min-height:28px;padding:0 var(--space-2);background:var(--color-surface);color:var(--color-action-strong);font-size:var(--text-caption);border-radius:999px;align-items:center;font-weight:800;display:inline-flex}.ingredient-report__intro>.ingredient-report__lead{max-width:760px;margin-top:var(--space-3);color:var(--color-text-strong);letter-spacing:-.035em;font-size:21px;font-weight:600;line-height:1.5;display:block}.ingredient-report__intro>.ingredient-report__lead strong{color:var(--color-action-strong);font-weight:850}.ingredient-report__intro>p:not(.ingredient-report__lead){max-width:760px;margin-top:var(--space-2);color:var(--color-text);font-size:var(--text-label);font-weight:500;line-height:1.6}.ingredient-report__intro>p:not(.ingredient-report__lead) strong,.ingredient-skin-card>p strong,.ingredient-evidence-list>a>p strong{color:var(--color-text-strong);font-weight:800}.ingredient-report__section{margin-top:var(--space-8)}.ingredient-report__heading{align-items:flex-start;gap:var(--space-3);margin:0 var(--space-1) var(--space-3);display:flex}.ingredient-report__heading>span{background:var(--color-action-weak);width:32px;height:32px;color:var(--color-action-strong);font-size:var(--text-caption);font-variant-numeric:tabular-nums;border-radius:10px;flex:0 0 32px;justify-content:center;align-items:center;font-weight:850;display:inline-flex}.ingredient-report__heading h2{font-size:var(--text-body-strong);font-weight:800;line-height:1.35}.ingredient-report__heading p{color:var(--color-text-subtle);font-size:var(--text-caption);margin-top:2px;font-weight:600;line-height:1.45}.ingredient-role-grid{gap:var(--space-2);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.ingredient-role-grid a{min-height:112px;padding:var(--space-4) 48px var(--space-4) var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-large);background:var(--color-surface);position:relative}.ingredient-role-grid a:hover{background:var(--color-action-weak);border-color:#b8d5ff}.ingredient-role-grid strong{color:var(--color-action-strong);font-size:var(--text-body);font-weight:800}.ingredient-role-grid p{margin-top:var(--space-2);color:var(--color-text);font-size:var(--text-label);font-weight:500;line-height:1.5}.ingredient-role-grid a>span{top:50%;right:var(--space-4);color:var(--tds-grey-400);font-size:25px;position:absolute;transform:translateY(-50%)}.ingredient-skin-grid{gap:var(--space-2);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.ingredient-skin-card{min-height:164px;padding:var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-large);background:var(--color-surface)}.ingredient-skin-card>div{justify-content:space-between;align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.ingredient-skin-card h3{font-size:var(--text-body);font-weight:800}.ingredient-skin-card span{min-height:28px;padding:0 var(--space-2);border-radius:999px;align-items:center;font-size:11px;font-weight:800;display:inline-flex}.ingredient-skin-card>p{margin-top:var(--space-3);color:var(--color-text);font-size:var(--text-label);font-weight:500;line-height:1.6}.ingredient-skin-card--good span{background:var(--tds-green-50);color:var(--tds-green-600)}.ingredient-skin-card--mixed span{background:var(--tds-orange-50);color:var(--tds-orange-600)}.ingredient-skin-card--caution span{background:var(--color-danger-weak);color:var(--color-danger)}.ingredient-skin-card--neutral span{background:var(--tds-grey-100);color:var(--color-text-subtle)}.ingredient-amount-card{padding:var(--space-5);border-radius:var(--radius-large);background:var(--tds-grey-900);color:var(--color-surface)}.ingredient-amount-card>span{min-height:28px;padding:0 var(--space-2);color:#c7dcff;font-size:var(--text-caption);background:#ffffff1f;border-radius:999px;align-items:center;font-weight:800;display:inline-flex}.ingredient-amount-card>strong{margin-top:var(--space-3);font-size:var(--text-body-strong);font-weight:800;display:block}.ingredient-amount-card>p{max-width:760px;margin-top:var(--space-2);color:var(--tds-grey-300);font-size:var(--text-label);font-weight:500;line-height:1.6}.ingredient-amount-card>p strong{color:var(--color-surface);font-weight:800}.ingredient-amount-card>small{margin-top:var(--space-3);padding-top:var(--space-3);color:#c7dcff;font-size:var(--text-caption);border-top:1px solid #ffffff1f;font-weight:650;line-height:1.55;display:block}.ingredient-amount-card>small strong{color:var(--color-surface);font-weight:800}.ingredient-evidence-list{gap:var(--space-2);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.ingredient-evidence-list>a{min-height:224px;padding:var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-large);background:var(--color-surface);position:relative}.ingredient-evidence-list>a:hover{border-color:#b8d5ff;transform:translateY(-1px);box-shadow:0 8px 24px #3182f614}.ingredient-evidence-list__top{justify-content:space-between;align-items:center;gap:var(--space-2);margin-bottom:var(--space-3);flex-wrap:wrap;display:flex}.ingredient-evidence-list__top span{min-height:28px;padding:0 var(--space-2);background:var(--color-action-weak);color:var(--color-action-strong);border-radius:999px;align-items:center;font-size:11px;font-weight:800;display:inline-flex}.ingredient-evidence-list__top small{color:var(--color-text-subtle);font-size:11px;font-weight:650}.ingredient-evidence-list>a>strong{padding-right:var(--space-5);color:var(--color-text-strong);font-size:var(--text-body);font-weight:800;line-height:1.45;display:block}.ingredient-evidence-list>a>p{margin-top:var(--space-2);color:var(--color-text);font-size:var(--text-caption);font-weight:500;line-height:1.6}.ingredient-evidence-list>a>i{right:var(--space-4);bottom:var(--space-4);color:var(--tds-grey-400);font-size:var(--text-label);font-style:normal;position:absolute}.ingredient-report__notice{margin-top:var(--space-5)}.ingredient-report__notice span strong,.skin-profile-card__header p strong,.skin-match-list p strong{color:var(--color-text-strong);font-weight:800}.product-source-line{margin-top:var(--space-6);color:var(--color-text-subtle);font-size:var(--text-caption);font-weight:600}.product-source-line a{margin-left:var(--space-1);color:var(--color-action-strong)}.formulation-list{gap:var(--space-3);flex-direction:column;display:flex}.formulation-card{padding:var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-large)}.formulation-card__heading{justify-content:space-between;align-items:flex-start;gap:var(--space-4);margin-bottom:var(--space-3);display:flex}.formulation-card__heading h3{color:var(--color-text-strong);font-size:var(--text-body-strong);font-weight:800;line-height:1.5}.formulation-card__heading>span{color:var(--color-text-subtle);font-size:var(--text-label);flex:none;font-weight:700}.full-ingredient-list{gap:var(--space-2);flex-wrap:wrap;display:flex}.full-ingredient-list>a{align-items:center;gap:var(--space-2);min-height:44px;padding:var(--space-2) var(--space-3) var(--space-2) var(--space-2);border-radius:var(--radius-medium);background:var(--color-surface-subtle);color:var(--color-text);font-size:var(--text-label);font-weight:700;display:inline-flex}.full-ingredient-list>a:hover{background:var(--color-action-weak);color:var(--color-action-strong)}.full-ingredient-list>a>span{border-radius:var(--radius-small);background:var(--color-surface);min-width:28px;height:28px;color:var(--color-text-subtle);font-size:var(--text-caption);font-variant-numeric:tabular-nums;justify-content:center;align-items:center;display:inline-flex}.full-ingredient-list>a>i{color:var(--tds-grey-400);font-size:var(--text-caption);font-style:normal}.formulation-source{margin-top:var(--space-3);color:var(--color-text-subtle);font-size:var(--text-caption);font-weight:600}.formulation-source a{margin-left:var(--space-1);color:var(--color-action-strong)}.skin-report__intro{justify-content:space-between;align-items:flex-start;gap:var(--space-6);padding:var(--space-5);margin-bottom:var(--space-3);border-radius:var(--radius-large);background:var(--color-action-weak);display:flex}.skin-report__intro strong{color:var(--color-text-strong);font-size:var(--text-body-strong);font-weight:800;line-height:1.45}.skin-report__intro p{margin-top:var(--space-2);color:var(--color-text);font-size:var(--text-label);font-weight:500;line-height:1.55}.skin-report__method{min-height:32px;padding:0 var(--space-3);background:var(--color-surface);color:var(--color-action-strong);font-size:var(--text-caption);border-radius:999px;flex:none;align-items:center;font-weight:800;display:inline-flex}.skin-profile-grid{gap:var(--space-3);flex-direction:column;display:flex}.skin-profile-card{border:1px solid var(--color-border);border-radius:var(--radius-large);background:var(--color-surface);overflow:hidden}.skin-profile-card__header{justify-content:space-between;align-items:flex-start;gap:var(--space-5);padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--color-surface-subtle);display:flex}.skin-profile-card__header h3{font-size:var(--text-body-strong);font-weight:800;line-height:1.4}.skin-profile-card__header p{margin-top:var(--space-1);color:var(--color-text-subtle);font-size:var(--text-label);font-weight:500;line-height:1.5}.skin-profile-card__status{min-height:32px;padding:0 var(--space-3);font-size:var(--text-caption);border-radius:999px;flex:none;align-items:center;font-weight:800;display:inline-flex}.skin-profile-card--good .skin-profile-card__status{background:var(--tds-green-50);color:var(--tds-green-600)}.skin-profile-card--mixed .skin-profile-card__status{background:var(--tds-orange-50);color:var(--tds-orange-600)}.skin-profile-card--caution .skin-profile-card__status{background:var(--color-danger-weak);color:var(--color-danger)}.skin-profile-card--neutral .skin-profile-card__status{background:var(--tds-grey-100);color:var(--color-text-subtle)}.skin-profile-card__body{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.skin-match-group{min-width:0;padding:var(--space-4) var(--space-5) var(--space-5)}.skin-match-group+.skin-match-group{border-left:1px solid var(--color-surface-subtle)}.skin-match-group--support{background:color-mix(in srgb, var(--tds-green-50) 32%, var(--color-surface))}.skin-match-group--caution{background:color-mix(in srgb, var(--color-danger-weak) 26%, var(--color-surface))}.skin-match-group__heading{align-items:center;gap:var(--space-2);margin-bottom:var(--space-3);display:flex}.skin-match-group__heading h4{color:var(--color-text);font-size:var(--text-label);font-weight:800}.skin-match-group__heading span{background:var(--color-surface);min-width:24px;height:24px;color:var(--color-text-subtle);font-size:var(--text-caption);font-variant-numeric:tabular-nums;border-radius:999px;justify-content:center;align-items:center;font-weight:800;display:inline-flex}.skin-match-list{flex-direction:column;display:flex}.skin-match-list li+li{border-top:1px solid color-mix(in srgb, var(--color-border) 70%, transparent)}.skin-match-list a{align-items:start;gap:var(--space-3);min-height:72px;padding:var(--space-3) var(--space-1);border-radius:var(--radius-small);grid-template-columns:minmax(116px,.7fr) minmax(0,1.3fr) auto;display:grid;position:relative}.skin-match-list a:hover{background:color-mix(in srgb, var(--color-action-weak) 56%, transparent)}.skin-match-list__name{flex-direction:column;gap:2px;min-width:0;display:flex}.skin-match-list__name strong{color:var(--color-text-strong);font-size:var(--text-label);text-overflow:ellipsis;font-weight:800;line-height:1.45;overflow:hidden}.skin-match-list__name small{color:var(--color-text-subtle);font-size:11px;font-weight:600;line-height:1.45}.skin-match-list p{color:var(--color-text);font-size:var(--text-caption);font-weight:500;line-height:1.55}.skin-match-list i{color:var(--tds-grey-400);font-size:var(--text-caption);font-style:normal}.skin-match-empty,.skin-match-more{color:var(--color-text-subtle);font-size:var(--text-caption);font-weight:600;line-height:1.5}.skin-match-empty{padding:var(--space-3) var(--space-1)}.skin-match-more{margin-top:var(--space-2)}.inci-product-list,.inci-source-list{border:1px solid var(--color-border);border-radius:var(--radius-large);overflow:hidden}.inci-product-list>a{align-items:center;gap:var(--space-4);min-height:64px;padding:var(--space-3) var(--space-4);grid-template-columns:140px minmax(0,1fr) auto;display:grid}.inci-product-list>a+a,.inci-source-list>a+a{border-top:1px solid var(--color-surface-subtle)}.inci-product-list>a:hover,.inci-source-list>a:hover{background:var(--color-surface-subtle)}.inci-product-list span{color:var(--color-action-strong);font-size:var(--text-label);font-weight:700}.inci-product-list strong{font-size:var(--text-body);text-overflow:ellipsis;white-space:nowrap;font-weight:700;overflow:hidden}.inci-product-list i{color:var(--tds-grey-400);font-size:24px;font-style:normal}.inci-source-list>a{min-height:52px;padding:var(--space-2) var(--space-4);color:var(--color-action-strong);font-size:var(--text-label);justify-content:space-between;align-items:center;font-weight:700;display:flex}.function-top .page-count{align-self:center}.detail-section{margin-top:var(--space-8)}.detail-section.detail-section--first{margin-top:0}.detail-section>h2,.section-heading h2{margin:0 var(--space-1) var(--space-3);font-size:var(--text-body-strong);font-weight:800}.spec-list,.source-list{border:1px solid var(--color-border);border-radius:var(--radius-large);overflow:hidden}.spec-row{align-items:center;gap:var(--space-6);min-height:64px;padding:var(--space-3) var(--space-4);display:flex}.spec-row+.spec-row{border-top:1px solid var(--color-surface-subtle)}.spec-row dt{color:var(--color-text-subtle);font-size:var(--text-body);flex:0 0 100px;font-weight:600}.spec-row dd{min-width:0;color:var(--color-text-strong);font-size:var(--text-body);text-align:right;flex:auto;font-weight:700}.spec-row--functions{align-items:flex-start}.spec-row--functions .function-pills{justify-content:flex-end;margin:0}.notice{gap:var(--space-2);margin-top:var(--space-3);padding:var(--space-3) var(--space-4);border-radius:var(--radius-medium);background:var(--color-danger-weak);color:var(--color-text);font-size:var(--text-label);font-weight:500;line-height:1.5;display:flex}.notice strong{color:var(--color-danger);flex:none}.section-heading{margin-bottom:var(--space-3);justify-content:space-between;align-items:center;display:flex}.section-heading h2{margin-bottom:0}.section-heading a{min-height:44px;color:var(--color-action-strong);font-size:var(--text-label);align-items:center;font-weight:700;display:inline-flex}.ingredient-list--compact .ingredient-row:nth-child(n+5){display:none}.data-limit{margin-top:var(--space-6);color:var(--tds-grey-400);font-size:var(--text-caption);font-weight:600;line-height:1.5}.source-list>div{align-items:center;gap:var(--space-6);min-height:88px;padding:var(--space-4);display:flex}.source-list>div+div{border-top:1px solid var(--color-surface-subtle)}.source-list dt{font-size:var(--text-body-strong);flex:0 0 230px;font-weight:700}.source-list dd{align-items:center;gap:var(--space-3);flex:auto;display:flex}.source-list dd>span{color:var(--color-text-subtle);font-size:var(--text-label);flex:auto;font-weight:500}.source-list a{min-height:44px;color:var(--color-action-strong);font-size:var(--text-label);white-space:nowrap;align-items:center;font-weight:700;display:inline-flex}.source-notice{margin-top:var(--space-4);padding:var(--space-4);border-radius:var(--radius-large);background:var(--color-surface-subtle)}.source-notice strong{font-size:var(--text-label);font-weight:800}.source-notice p{margin-top:var(--space-2);color:var(--color-text);font-size:var(--text-label);font-weight:500;line-height:1.6}.routine-page-top{justify-content:space-between;align-items:center;gap:var(--space-6);min-height:184px;padding:var(--space-6);margin-bottom:var(--space-4);border-radius:var(--radius-large);background:radial-gradient(circle at 88% 18%, color-mix(in srgb, var(--color-action) 28%, transparent), transparent 28%), linear-gradient(135deg, var(--color-action-weak), color-mix(in srgb, var(--tds-grey-50) 70%, var(--color-surface)));display:flex;overflow:hidden}.routine-page-top h1{color:var(--color-text-strong);letter-spacing:-.05em;font-size:32px;font-weight:850;line-height:1.2}.routine-page-top p{max-width:560px;margin-top:var(--space-3);color:var(--color-text);font-size:var(--text-body);font-weight:550;line-height:1.6}.routine-page-top__art{flex:0 0 184px;justify-content:center;align-items:flex-end;height:104px;display:flex;position:relative}.routine-page-top__art span{width:116px;height:48px;padding-right:var(--space-4);border:1px solid color-mix(in srgb, var(--color-surface) 70%, transparent);border-radius:var(--radius-medium);box-shadow:0 12px 30px color-mix(in srgb, var(--color-text-strong) 14%, transparent);color:var(--color-surface);font-size:var(--text-caption);letter-spacing:.08em;justify-content:flex-end;align-items:center;font-weight:850;display:flex;position:absolute}.routine-page-top__art span:first-child{z-index:3;background:color-mix(in srgb, var(--color-action) 72%, var(--color-surface));transform:translate(-28px,-44px)rotate(-5deg)}.routine-page-top__art span:nth-child(2){z-index:2;background:var(--color-action);transform:translate(12px,-20px)rotate(4deg)}.routine-page-top__art span:nth-child(3){z-index:1;background:var(--color-action-strong);transform:translate(-12px,4px)rotate(-2deg)}.routine-builder{gap:var(--space-4);flex-direction:column;display:flex}.routine-control-panel{gap:var(--space-5);padding:var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-large);background:var(--color-surface);grid-template-columns:minmax(0,1.5fr) minmax(260px,.7fr);display:grid}.routine-control-group{min-width:0}.routine-control-group>strong{margin:0 var(--space-1) var(--space-2);color:var(--color-text-subtle);font-size:var(--text-caption);font-weight:800;display:block}.routine-choice-list{gap:var(--space-1);display:flex}.routine-choice-list>a{justify-content:center;align-items:center;gap:var(--space-1);min-width:0;min-height:44px;padding:0 var(--space-3);border-radius:var(--radius-medium);background:var(--color-surface-subtle);color:var(--color-text);font-size:var(--text-label);white-space:nowrap;border:0;flex:1 1 0;font-weight:750;display:inline-flex}.routine-choice-list>a:hover{background:var(--tds-grey-100)}.routine-choice-list>a[aria-current=page]{background:var(--color-action);color:var(--color-surface)}.routine-choice-list--period>a span{font-size:17px}.routine-summary{justify-content:space-between;align-items:center;gap:var(--space-6);min-height:136px;padding:var(--space-5) var(--space-6);border-radius:var(--radius-large);background:var(--tds-grey-900);color:var(--color-surface);display:flex}.routine-summary__copy{min-width:0}.routine-summary__copy>span{margin-bottom:var(--space-1);color:color-mix(in srgb, var(--color-action) 35%, var(--color-surface));font-size:var(--text-caption);letter-spacing:.06em;font-weight:850;display:block}.routine-summary__copy h2{color:var(--color-surface);letter-spacing:-.04em;font-size:24px;font-weight:850;line-height:1.35}.routine-summary__copy p{margin-top:var(--space-2);color:var(--tds-grey-300);font-size:var(--text-label);font-weight:550;line-height:1.55}.routine-summary__action{align-items:flex-end;gap:var(--space-2);flex-direction:column;flex:none;display:flex}.routine-summary__action>strong{color:var(--tds-grey-300);font-size:var(--text-caption);font-weight:750}.routine-summary__action>a{min-height:36px;color:var(--tds-grey-300);font-size:var(--text-caption);text-underline-offset:3px;align-items:center;font-weight:750;text-decoration:underline;display:inline-flex}.routine-summary__action button{justify-content:center;align-items:center;gap:var(--space-2);min-height:48px;padding:0 var(--space-5);border-radius:var(--radius-medium);background:var(--color-action);color:var(--color-surface);font-size:var(--text-label);white-space:nowrap;border:0;font-weight:850;display:inline-flex}.routine-summary__action button:hover{background:var(--color-action-strong)}.routine-stack-list{border:1px solid var(--color-border);border-radius:var(--radius-large);background:var(--color-surface);overflow:hidden}.routine-stack-card{align-items:center;gap:var(--space-4);min-height:168px;padding:var(--space-4);grid-template-columns:52px 156px 112px minmax(0,1fr) 128px;display:grid}.routine-stack-card+.routine-stack-card{border-top:1px solid var(--color-surface-subtle)}.routine-stack-card:hover{background:color-mix(in srgb, var(--color-surface-subtle) 62%, var(--color-surface))}.routine-stack-card__rail{justify-content:center;align-self:stretch;align-items:center;display:flex;position:relative}.routine-stack-card__rail:before,.routine-stack-card__rail:after{background:var(--color-action-weak);content:"";width:2px;height:calc(50% - 20px);position:absolute;left:50%;transform:translate(-50%)}.routine-stack-card__rail:before{top:calc(var(--space-4) * -1)}.routine-stack-card__rail:after{bottom:calc(var(--space-4) * -1)}.routine-stack-card:first-child .routine-stack-card__rail:before,.routine-stack-card:last-child .routine-stack-card__rail:after{display:none}.routine-stack-card__rail>span{z-index:1;background:var(--color-action-weak);width:40px;height:40px;color:var(--color-action-strong);font-size:var(--text-label);font-variant-numeric:tabular-nums;border-radius:999px;justify-content:center;align-items:center;font-weight:850;display:flex;position:relative}.routine-stack-card__heading strong{color:var(--color-text-strong);font-size:var(--text-body-strong);font-weight:850;line-height:1.4;display:block}.routine-stack-card__heading p{margin-top:var(--space-2);color:var(--color-text-subtle);font-size:var(--text-caption);font-weight:550;line-height:1.55}.routine-stack-card__image{border-radius:var(--radius-medium);background:var(--color-surface);justify-content:center;align-items:center;width:112px;height:112px;display:flex;overflow:hidden}.routine-stack-card__image img{object-fit:contain;width:100%;height:100%;display:block}.routine-stack-card__product{min-width:0}.routine-stack-card__product>span{margin-bottom:var(--space-1);color:var(--color-action-strong);font-size:var(--text-caption);font-weight:800;display:block}.routine-stack-card__product>a{color:var(--color-text-strong);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:16px;font-weight:750;line-height:1.45;display:-webkit-box;overflow:hidden}.routine-stack-card__meta{gap:var(--space-1);margin-top:var(--space-2);flex-wrap:wrap;display:flex}.routine-stack-card__meta b,.routine-stack-card__meta em{min-height:24px;padding:0 var(--space-2);background:var(--color-action-weak);color:var(--color-action-strong);border-radius:999px;align-items:center;font-size:11px;font-style:normal;font-weight:750;display:inline-flex}.routine-stack-card__meta em{background:var(--tds-grey-100);color:var(--color-text)}.routine-stack-card__product label{align-items:center;gap:var(--space-2);margin-top:var(--space-3);display:flex}.routine-stack-card__product label>span{color:var(--color-text-subtle);flex:none;font-size:11px;font-weight:750}.routine-stack-card__product select{width:100%;min-width:0;height:40px;padding:0 34px 0 var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-medium);background:var(--color-surface);color:var(--color-text);font:inherit;font-size:var(--text-caption);text-overflow:ellipsis;white-space:nowrap;font-weight:650;overflow:hidden}.routine-stack-card__actions{align-items:stretch;gap:var(--space-2);flex-direction:column;display:flex}.routine-stack-card__actions>a{min-height:44px;padding:0 var(--space-3);border-radius:var(--radius-medium);background:var(--color-surface-subtle);color:var(--color-text);font-size:var(--text-label);white-space:nowrap;justify-content:center;align-items:center;font-weight:750;display:inline-flex}.routine-stack-card__actions>a:last-child{gap:var(--space-1);background:var(--color-action);color:var(--color-surface);font-weight:850}.routine-disclosure{margin:0 var(--space-1)}.routine-collection-groups{margin-top:var(--space-7);flex-direction:column;gap:64px;display:flex}.routine-collection-section__head{margin-bottom:var(--space-5)}.routine-collection-section__head h2{color:var(--color-text-strong);letter-spacing:-.045em;font-size:26px;font-weight:900}.routine-collection-section__head p{margin-top:var(--space-2);color:var(--color-text-subtle);font-size:var(--text-label);font-weight:550}.routine-collection-grid{gap:32px var(--space-4);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.routine-collection-card{min-width:0;padding:var(--space-4);border:1px solid var(--color-border);box-shadow:0 12px 30px color-mix(in srgb, var(--color-text-strong) 8%, transparent);background:0 0;border-radius:28px;display:block}.routine-collection-card__thumbnail{isolation:isolate;aspect-ratio:16/9;box-shadow:0 10px 24px color-mix(in srgb, var(--color-text-strong) 10%, transparent);color:var(--color-text-strong);background:0 0;border:0;border-radius:20px;transition:transform .16s,box-shadow .16s;position:relative;overflow:hidden}.routine-collection-card:hover .routine-collection-card__thumbnail{box-shadow:0 14px 30px color-mix(in srgb, var(--color-text-strong) 14%, transparent);transform:translateY(-4px)}.routine-collection-card__eyebrow,.routine-collection-card__cover-title,.routine-collection-card__thumbnail>small{z-index:3;left:var(--space-4);position:absolute}.routine-collection-card__eyebrow{top:var(--space-4);border:1px solid color-mix(in srgb, var(--color-text-strong) 14%, transparent);min-height:34px;box-shadow:0 2px 10px color-mix(in srgb, var(--color-text-strong) 8%, transparent);background:color-mix(in srgb, var(--color-surface) 94%, transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--color-text-strong);letter-spacing:.035em;border-radius:999px;align-items:center;padding:0 14px;font-size:11px;font-weight:850;display:inline-flex}.routine-collection-card__cover-title{bottom:var(--space-4);letter-spacing:-.06em;max-width:54%;text-shadow:0 0 8px var(--color-surface), 0 0 16px var(--color-surface), 0 1px 0 var(--color-surface);word-break:keep-all;font-size:clamp(24px,2.3vw,32px);font-weight:900;line-height:1.13}.routine-collection-card__thumbnail>small{top:var(--space-4);right:var(--space-4);border:1px solid color-mix(in srgb, var(--color-text-strong) 14%, transparent);width:max-content;min-height:34px;box-shadow:0 2px 10px color-mix(in srgb, var(--color-text-strong) 8%, transparent);background:color-mix(in srgb, var(--color-surface) 94%, transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--color-text-strong);letter-spacing:.06em;border-radius:999px;align-items:center;padding:0 13px;font-size:11px;font-weight:850;display:inline-flex;left:auto}.routine-collection-card__products{z-index:2;width:64%;height:100%;position:absolute;top:0;right:-1%}.routine-collection-card__products img{z-index:2;filter:drop-shadow(0 14px 12px #00000052);object-fit:contain;width:58%;height:112%;transition:filter .16s;position:absolute;bottom:-17%;right:29%;transform:rotate(-5deg)}.routine-collection-card__products img:nth-child(2){z-index:3;width:56%;height:106%;bottom:-22%;right:-3%;transform:rotate(6deg)}.routine-collection-card__products img:nth-child(3){z-index:1;opacity:.92;width:46%;height:100%;top:-24%;bottom:auto;right:8%;transform:rotate(1deg)}.routine-collection-card:hover .routine-collection-card__products img{filter:drop-shadow(0 18px 15px #00000061)brightness(1.03)}.routine-collection-card__copy{padding:var(--space-4) var(--space-1) var(--space-1)}.routine-collection-card__copy h3{color:var(--color-text-strong);letter-spacing:-.03em;font-size:21px;font-weight:850}.routine-collection-card__copy p{min-height:40px;margin-top:var(--space-3);color:var(--color-text-subtle);font-size:var(--text-caption);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-weight:550;line-height:1.55;display:-webkit-box;overflow:hidden}.routine-collection-card__tags{gap:var(--space-2);margin-top:var(--space-3);flex-wrap:wrap;display:flex}.routine-collection-card__tag{border:1px solid color-mix(in srgb, var(--color-action) 20%, transparent);background:color-mix(in srgb, var(--color-action) 7%, var(--color-surface));min-height:34px;color:var(--color-action-strong);border-radius:999px;align-items:center;padding:0 14px;font-size:12px;font-weight:800;display:inline-flex}.routine-collection-card__tag--skin{border-color:color-mix(in srgb, var(--color-action) 38%, transparent);background:color-mix(in srgb, var(--color-action) 13%, var(--color-surface));color:var(--color-text-strong)}.routine-back-link{min-height:44px;padding:0 var(--space-3);border-radius:var(--radius-medium);background:var(--color-surface-subtle);color:var(--color-text);font-size:var(--text-label);align-self:flex-start;align-items:center;font-weight:750;display:inline-flex}@media (max-width:900px){.header{gap:var(--space-2);padding:0 var(--space-3)}.global-search{flex:auto;width:auto;margin-left:0}.global-search select{max-width:88px;padding:0 var(--space-2)}.global-search input{padding:0 var(--space-2)}.shell{display:block}.sidebar{width:auto;height:auto;padding:var(--space-3) var(--space-4) 0;border-right:0;position:static;overflow:visible}.segment{margin-bottom:var(--space-2)}.nav-list{gap:var(--space-1);padding-bottom:var(--space-1);scrollbar-width:none;flex-direction:row;overflow-x:auto}.nav-list::-webkit-scrollbar{display:none}.nav-list a{padding:var(--space-2) var(--space-3) var(--space-2) var(--space-2);background:var(--color-surface-subtle);white-space:nowrap;flex:none}.nav-list>li{flex:none}.nav-tree[data-expanded=true]{flex-basis:min(560px,100vw - 32px)}.nav-tree__children{margin:var(--space-1) 0 0;scrollbar-width:none;border-left:0;flex-direction:row;padding:0 0 2px;overflow-x:auto}.nav-tree__children::-webkit-scrollbar{display:none}.nav-tree__children li{flex:none}.nav-tree__children a{min-height:38px;padding:var(--space-2) var(--space-3)}.nav-tree__dot,.nav-count{display:none}.main{padding:var(--space-3) var(--space-4) 64px}.page-top h1,.detail-top h1{font-size:23px}.source-list>div{align-items:flex-start;gap:var(--space-2);flex-direction:column}.source-list dt{flex-basis:auto}.source-list dd{width:100%}.product-card{gap:var(--space-4);grid-template-columns:128px minmax(0,1fr) 124px}.product-card__image{width:128px;height:128px}.ingredient-evidence-list{grid-template-columns:1fr}.ingredient-evidence-list>a{min-height:0}.routine-page-top{min-height:164px;padding:var(--space-5)}.routine-control-panel{gap:var(--space-4);grid-template-columns:1fr}.routine-stack-card{grid-template-columns:48px 128px 96px minmax(0,1fr);min-height:152px}.routine-stack-card__image{width:96px;height:96px}.routine-stack-card__actions{flex-direction:row;grid-column:4;align-items:center}.routine-stack-card__actions>a{min-width:112px}.routine-collection-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:520px){.logo__wordmark{display:none}}@media (max-width:560px){.header{padding:0 var(--space-4)}.logo{gap:var(--space-2)}.logo__mark{flex-basis:38px;width:38px;height:38px}.logo__wordmark{gap:3px;font-size:16px}.detail-filters{margin-right:calc(var(--space-4) * -1);margin-left:calc(var(--space-4) * -1);padding:var(--space-4) 0;border-left:0;border-right:0;border-radius:0}.detail-filters[data-open=false]{padding:var(--space-1) 0}.detail-filters__heading{margin:0 var(--space-4)}.detail-filters__toggle strong{font-size:17px}.detail-filters__clear{padding:0 var(--space-2)}.detail-filter-row{padding-top:var(--space-3);display:block}.detail-filter-row>strong{min-height:0;padding:0 var(--space-4) var(--space-2);display:block}.detail-filter-options{padding:0 var(--space-4) var(--space-1);scrollbar-width:none;flex-wrap:nowrap;overflow-x:auto}.detail-filter-options::-webkit-scrollbar{display:none}.catalog-filter{padding:var(--space-2)}.ingredient-row{padding:var(--space-3)}.ingredient-row__link{gap:var(--space-2)}.ingredient-row__body strong{font-size:15px}.family-label{display:none}.function-pills{margin-left:52px}.detail-top{align-items:flex-start}.category-mark--large{width:52px;height:52px;font-size:20px}.function-top{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;display:grid}.function-top .page-count{margin-left:0}.spec-row{align-items:flex-start;gap:var(--space-3)}.spec-row dt{flex-basis:72px}.source-list dd{flex-direction:column;align-items:flex-start}.product-page-top{align-items:center}.product-toolbar{flex-direction:column;align-items:stretch}.sort-field select{width:100%}.product-card{align-items:start;gap:var(--space-3);min-height:0;padding:var(--space-3);grid-template-columns:96px minmax(0,1fr)}.product-card__image{width:96px;height:96px}.product-card__name{font-size:15px;line-height:1.4}.product-card__name-en{display:none}.product-card__tags{margin-top:var(--space-2)}.product-card__tags a:nth-of-type(n+2){display:none}.product-card__commerce{grid-column:2;align-items:flex-start}.product-card__commerce del{display:none}.product-card__commerce>a{min-width:96px;min-height:44px;margin-top:var(--space-2)}.product-card__metrics{flex-direction:row;align-items:center}.product-detail__metrics{grid-template-columns:1fr}.product-detail__metrics>.product-detail__rating{justify-self:start}.ingredient-tab-list{margin-bottom:var(--space-3)}.ingredient-product-categories{margin-right:calc(var(--space-4) * -1);padding-right:var(--space-4)}.ingredient-report__intro{padding:var(--space-5) var(--space-4);border-radius:var(--radius-large)}.ingredient-report__intro>.ingredient-report__lead{font-size:18px}.ingredient-report__section{margin-top:var(--space-6)}.ingredient-role-grid,.ingredient-skin-grid{grid-template-columns:1fr}.ingredient-skin-card{min-height:0}.ingredient-amount-card{padding:var(--space-4)}.top-stats{align-items:flex-end;gap:var(--space-1);flex-direction:column}.top-stats span{min-height:32px;padding:0 var(--space-2)}.top-stats strong{font-size:15px}.product-detail{gap:var(--space-5);grid-template-columns:1fr}.product-detail__image{border-radius:var(--radius-large)}.product-detail h1{font-size:20px}.product-detail__category{margin-bottom:var(--space-3)}.spec-row--links dd{justify-content:flex-end}.formulation-card{padding:var(--space-3)}.skin-report__intro,.skin-profile-card__header{padding:var(--space-4)}.skin-report__intro{align-items:flex-start;gap:var(--space-3);flex-direction:column}.skin-profile-card__header{gap:var(--space-3)}.skin-profile-card__body{grid-template-columns:1fr}.skin-match-group{padding:var(--space-4)}.skin-match-group+.skin-match-group{border-top:1px solid var(--color-surface-subtle);border-left:0}.skin-match-list a{grid-template-columns:minmax(108px,.65fr) minmax(0,1.35fr) auto}.full-ingredient-list{gap:var(--space-1)}.inci-product-list>a{gap:var(--space-1) var(--space-3);grid-template-columns:1fr auto}.inci-product-list span,.inci-product-list strong{grid-column:1}.inci-product-list i{grid-area:1/2/span 2}.routine-page-top{min-height:0;padding:var(--space-5) var(--space-4)}.routine-page-top h1{font-size:25px}.routine-page-top__art{display:none}.routine-control-panel{margin-right:calc(var(--space-4) * -1);margin-left:calc(var(--space-4) * -1);padding:var(--space-4);border-left:0;border-right:0;border-radius:0}.routine-choice-list{scrollbar-width:none;padding-bottom:2px;overflow-x:auto}.routine-choice-list::-webkit-scrollbar{display:none}.routine-choice-list>a{flex:none;min-width:76px}.routine-choice-list--period>a{flex:1 1 0}.routine-summary{align-items:stretch;gap:var(--space-4);padding:var(--space-5) var(--space-4);flex-direction:column}.routine-summary__copy h2{font-size:21px}.routine-summary__action{align-items:stretch}.routine-summary__action>strong{text-align:right}.routine-stack-list{margin-right:calc(var(--space-4) * -1);margin-left:calc(var(--space-4) * -1);border-left:0;border-right:0;border-radius:0}.routine-stack-card{align-items:start;gap:var(--space-3);min-height:0;padding:var(--space-4);grid-template-columns:40px 84px minmax(0,1fr)}.routine-stack-card__rail{grid-row:1/span 3}.routine-stack-card__rail>span{width:36px;height:36px}.routine-stack-card__heading{grid-column:2/-1}.routine-stack-card__heading p{margin-top:var(--space-1)}.routine-stack-card__image{grid-column:2;width:84px;height:84px}.routine-stack-card__product{grid-column:3}.routine-stack-card__product>a{font-size:14px}.routine-stack-card__meta em{display:none}.routine-stack-card__product label{align-items:stretch;gap:var(--space-1);flex-direction:column}.routine-stack-card__actions{grid-column:2/-1;align-items:stretch}.routine-stack-card__actions>a{flex:1 1 0;min-width:0}.routine-collection-groups{margin-right:calc(var(--space-4) * -1);margin-left:calc(var(--space-4) * -1);gap:52px}.routine-collection-section__head{padding:0 var(--space-4)}.routine-collection-section__head h2{font-size:23px}.routine-collection-grid{grid-template-columns:1fr;gap:28px}.routine-collection-card__thumbnail{border-radius:20px;width:100%;margin:0}.routine-collection-card__copy{padding:var(--space-4) var(--space-1) var(--space-1)}.routine-collection-card__cover-title{font-size:25px}}
