:root{--product-bg: #f6f8ff;--product-surface: #ffffff;--product-surface-muted: #f8faff;--product-ink: #111827;--product-ink-soft: #334155;--product-muted: #64748b;--product-border: #dbe5ff;--product-border-strong: #b8c8ff;--product-accent: #3556e8;--product-accent-strong: #3154e7;--product-accent-soft: #eef3ff;--product-blue: #3154e7;--product-blue-soft: #eef3ff;--product-orange: #ff8a00;--product-orange-soft: #fff4e6;--product-green: #3154e7;--product-green-soft: #eef3ff;--product-yellow: #b45309;--product-yellow-soft: #fff4e6;--product-red: #b91c1c;--product-red-soft: #fef2f2;--product-radius: 8px;--product-shadow: 0 1px 2px rgba(17, 24, 39, .05), 0 8px 24px rgba(49, 84, 231, .07)}html,body{min-height:100%;background:var(--product-bg);color:var(--product-ink);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}a,button,input,select,textarea,label{transition:border-color .15s ease,background-color .15s ease,color .15s ease,box-shadow .15s ease,transform .15s ease}button:hover,label:hover{border-color:var(--product-border-strong)}input,select,textarea{max-width:100%}.product-page{display:grid;gap:18px}.product-hero{position:relative;overflow:hidden;border:1px solid var(--product-border);border-radius:var(--product-radius);background:linear-gradient(135deg,#eef3fff5,#fffffffa 48%,#fff4e6e6);box-shadow:var(--product-shadow)}.product-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-top:4px solid var(--product-accent);pointer-events:none}.product-hero__inner{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:22px;align-items:center;padding:24px}.product-hero__brand{display:inline-flex;align-items:center;gap:10px;color:var(--product-muted);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.product-mark{display:inline-grid;width:34px;height:34px;place-items:center;overflow:hidden;border-radius:8px;background:#fff;box-shadow:0 8px 18px #3154e72e}.product-mark img{display:block;width:100%;height:100%;object-fit:contain}.product-hero h1{margin:12px 0 8px;color:var(--product-ink);font-size:30px;line-height:1.15;letter-spacing:0}.product-hero p{max-width:760px;margin:0;color:var(--product-muted);font-size:15px;line-height:1.65}.product-hero__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.product-hero__visual{display:grid;width:150px;height:118px;grid-template-columns:1fr;align-items:end;gap:8px;padding:12px;border:1px solid rgba(49,84,231,.16);border-radius:8px;background:#ffffffbd}.product-hero__visual-line{height:10px;border-radius:999px;background:#dbe5ff}.product-hero__visual-line:nth-child(1){width:82%;background:var(--product-accent)}.product-hero__visual-line:nth-child(2){width:58%;background:var(--product-orange)}.product-hero__visual-line:nth-child(3){width:72%}.product-panel,.product-card{border:1px solid var(--product-border);border-radius:var(--product-radius);background:var(--product-surface);box-shadow:var(--product-shadow)}.product-panel{padding:20px}.product-panel--spaced{margin-bottom:24px}.product-card{padding:18px}.product-card--muted{background:var(--product-surface-muted)}.product-card:hover{border-color:var(--product-border-strong);box-shadow:0 2px 4px #1118270d,0 12px 28px #3154e714}.product-review-prompt{position:fixed;right:22px;bottom:22px;z-index:40;display:grid;width:min(360px,calc(100vw - 32px));grid-template-columns:auto minmax(0,1fr) auto;gap:12px;border:1px solid var(--product-border);border-radius:var(--product-radius);background:#fff;box-shadow:0 20px 52px #11182724,0 2px 6px #3154e714;padding:14px}.product-review-prompt__icon{display:grid;width:36px;height:36px;flex:0 0 36px;place-items:center;border-radius:var(--product-radius);background:var(--product-orange-soft);color:var(--product-orange)}.product-review-prompt__body{min-width:0}.product-review-prompt__eyebrow{display:inline-flex;gap:5px;align-items:center;margin-bottom:5px;color:var(--product-accent);font-size:11px;font-weight:850;letter-spacing:.02em;text-transform:uppercase}.product-review-prompt h3{margin:0;color:var(--product-ink);font-size:15px;line-height:1.3}.product-review-prompt p{margin:6px 0 0;color:var(--product-muted);font-size:13px;line-height:1.55}.product-review-prompt__actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.product-review-prompt__close{display:grid;width:28px;height:28px;place-items:center;border:1px solid transparent;border-radius:999px;background:transparent;color:var(--product-muted);cursor:pointer}.product-review-prompt__close:hover{border-color:var(--product-border);background:var(--product-surface-muted);color:var(--product-ink)}.product-review-prompt__close:focus-visible{border-color:var(--product-accent);box-shadow:0 0 0 3px #3154e72e;outline:none}.product-support-widget{position:fixed;right:22px;bottom:22px;z-index:70;display:grid;justify-items:end;gap:10px}.product-support-widget__button{display:grid;width:56px;height:56px;place-items:center;border:1px solid var(--product-accent-strong);border-radius:999px;background:var(--product-accent-strong);color:#fff;cursor:pointer;box-shadow:0 14px 32px #3154e747}.product-support-widget__button:hover{background:#2341c7}.product-support-widget__panel{width:min(360px,calc(100vw - 44px));border:1px solid var(--product-border-strong);border-radius:10px;background:#fff;padding:14px;box-shadow:var(--product-shadow-lg)}.product-support-widget__head{display:flex;gap:12px;align-items:flex-start;justify-content:space-between;margin-bottom:12px}.product-support-widget__eyebrow{color:var(--product-accent);font-size:11px;font-weight:850;letter-spacing:.02em;text-transform:uppercase}.product-support-widget__head h3{margin:2px 0 0;color:var(--product-ink);font-size:16px;line-height:1.25}.product-support-widget__close{display:grid;width:30px;height:30px;place-items:center;border:1px solid var(--product-border);border-radius:8px;background:#fff;color:var(--product-muted);cursor:pointer}.product-support-widget__form{display:grid;gap:10px}.product-support-widget__form label{display:grid;gap:5px;color:var(--product-ink);font-size:12px;font-weight:800}.product-support-widget__status{border:1px solid var(--product-border);border-radius:8px;background:var(--product-surface-muted);color:var(--product-ink-soft);font-size:12px;line-height:1.45;padding:8px}.product-support-widget__status--sent{border-color:#bbf7d0;background:var(--product-green-soft);color:var(--product-green)}.product-support-widget__status--error{border-color:#fecaca;background:var(--product-red-soft);color:var(--product-red)}.product-action-card{display:flex;flex:1 1 220px;min-width:0;flex-direction:column;align-items:flex-start}.product-action-card__footer{display:flex;width:100%;flex-wrap:wrap;gap:8px;align-items:center;margin-top:auto}.product-section-title{margin:0 0 6px;color:var(--product-ink);font-size:18px;line-height:1.25}.product-section-title--spaced{margin-top:12px}.product-section-copy{margin:0;color:var(--product-muted);font-size:14px;line-height:1.6}.product-section-copy--spaced{margin:4px 0 20px}.product-section-copy--action-gap{margin-bottom:16px}.product-section-header{margin-bottom:14px}.product-section-block{margin:14px 0}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.product-grid>*,.product-field-grid>*,.product-panel,.product-card,.product-side-panel,.product-template-option,.product-template-preview,.product-template-modal__dialog{min-width:0}.product-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.product-grid--four{grid-template-columns:repeat(4,minmax(0,1fr))}.product-grid--sidebar{grid-template-columns:minmax(0,1.28fr) minmax(320px,.72fr);gap:20px;align-items:start}.product-grid--dashboard{grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr);gap:20px;align-items:stretch}.product-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.product-grid--five{grid-template-columns:repeat(5,minmax(0,1fr))}.product-grid--template-detail{grid-template-columns:minmax(0,1fr) 280px}.product-grid--with-footer-gap{margin-bottom:14px}.product-grid--with-large-footer-gap{margin-bottom:16px}.product-stats-grid{margin-bottom:18px}.product-stack{display:grid;gap:14px}.product-stack--compact{gap:4px}.product-stack--spaced{margin-top:14px}.product-stack--form{margin-top:18px}.product-row{display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:space-between}.product-row--start{align-items:flex-start;justify-content:flex-start}.product-row--end{align-items:flex-end}.product-row--action-bar{margin-bottom:-2px}.product-product-load-status{margin-top:12px}.product-product-load-status .product-section-copy{margin-bottom:0}.product-button{display:inline-flex;align-items:center;justify-content:center;min-height:34px;border:1px solid var(--product-border);border-radius:var(--product-radius);background:#fff;color:var(--product-ink);cursor:pointer;font:inherit;font-size:13px;font-weight:800;padding:8px 13px;text-decoration:none}.product-button:hover{border-color:var(--product-border-strong);background:var(--product-surface-muted)}.product-button:focus-visible{border-color:var(--product-accent);box-shadow:0 0 0 3px #3154e72e;outline:none}.product-button--dark{border-color:var(--product-accent-strong);background:var(--product-accent-strong);color:#fff}.product-button--dark:hover{border-color:#2341c7;background:#2341c7;color:#fff}.product-button--hero-cta{min-height:48px;border-color:var(--product-accent-strong);border-radius:8px;background:var(--product-accent-strong);color:#fff;font-size:14px;font-weight:850;padding:12px 18px;box-shadow:0 10px 22px #3154e72e}.product-button--hero-cta:hover{border-color:#2341c7;background:#2341c7;color:#fff;transform:translateY(-1px);box-shadow:0 14px 28px #3154e738}.product-button--light{border-color:#ffffffa3;background:#fff;color:var(--product-accent-strong)}.product-button--light:hover{border-color:#fff;background:var(--product-orange-soft);color:var(--product-accent)}.product-button--ghost{background:transparent;color:var(--product-muted)}.product-button--ghost:hover{background:#fff;color:var(--product-ink)}.product-button--danger{border-color:#fecaca;background:var(--product-red-soft);color:var(--product-red)}.product-button--danger:hover{border-color:#fca5a5;background:#fee2e2;color:var(--product-red)}.product-button--full{width:100%}.product-button:disabled{cursor:not-allowed;opacity:.58}.product-button__icon,.product-button__spinner{display:inline-flex;align-items:center;margin-right:7px;font-size:12px}.product-button__spinner{animation:product-spin .76s linear infinite}.product-button__icon svg{flex:0 0 auto}.product-field-grid{display:grid;grid-template-columns:minmax(220px,1fr) 180px;gap:12px;align-items:end}.product-field-grid--spaced{margin-bottom:16px}.product-filter-grid{border:1px solid var(--product-border);border-radius:var(--product-radius);background:var(--product-surface-muted);padding:12px}.product-filter-grid .product-field-label{color:var(--product-ink-soft)}.product-filter-grid .product-input,.product-filter-grid .product-select{background:#fff}.product-generate-field{flex:3 1 420px;min-width:0}.product-inline-control{display:flex;max-width:650px;gap:8px;align-items:center}.product-inline-control>*{min-width:0}.product-no-shrink{flex-shrink:0}.product-table-article{display:flex;min-width:0;align-items:center;gap:10px}.product-table-wrap .product-pill{white-space:nowrap;word-break:normal}.product-workflow-list{display:grid;gap:10px}.product-workflow-list--compact{gap:8px}.product-workflow-item{display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;align-items:flex-start;min-width:0;border:1px solid var(--product-border);border-radius:var(--product-radius);background:var(--product-surface-muted);padding:12px}.product-workflow-list--compact .product-workflow-item{padding:10px}.product-workflow-item__number{display:inline-grid;min-width:34px;height:28px;place-items:center;border:1px solid var(--product-border-strong);border-radius:999px;background:var(--product-surface);color:var(--product-ink-soft);font-size:12px;font-weight:850;line-height:1;letter-spacing:0}.product-workflow-item__number svg{flex:0 0 auto}.product-workflow-item__body{display:grid;min-width:0;gap:3px}.product-workflow-item__title{color:var(--product-ink);font-size:14px;font-weight:850;line-height:1.3;overflow-wrap:anywhere}.product-workflow-item__copy{color:var(--product-muted);font-size:13px;line-height:1.45;overflow-wrap:anywhere}.product-field-label{display:block;margin-bottom:6px;color:#374151;font-size:13px;font-weight:700}.product-input,.product-select,.product-textarea{width:100%;border:1px solid #d1d5db;border-radius:var(--product-radius);background:#fff;color:var(--product-ink);font:inherit;padding:10px 12px}.product-input:focus,.product-select:focus,.product-textarea:focus{border-color:var(--product-accent);box-shadow:0 0 0 3px #3154e729;outline:none}.product-tags-input{display:flex;min-height:42px;flex-wrap:wrap;gap:8px;align-items:center;border:1px solid #d1d5db;border-radius:var(--product-radius);background:#fff;padding:10px}.product-tags-input:focus-within{border-color:var(--product-accent);box-shadow:0 0 0 3px #3154e729}.product-tags-input__tag{display:inline-flex;align-items:center;gap:7px;border-radius:999px;background:var(--product-accent-strong);color:#fff;font-size:13px;font-weight:750;padding:6px 10px}.product-tags-input__remove{display:grid;width:18px;height:18px;place-items:center;border:0;border-radius:999px;background:#ffffff24;color:#fff;cursor:pointer;font:inherit;line-height:1}.product-tags-input__remove svg{flex:0 0 auto}.product-tags-input__remove:hover{background:#ffffff42}.product-tags-input__field{min-width:180px;flex:1;border:0;color:var(--product-ink);font:inherit;font-size:15px;outline:none}.product-field-note{color:var(--product-muted);font-size:12px;line-height:1.5}.product-select-summary{margin-top:8px}.product-select-summary .product-meta-list{align-items:flex-start}.product-section-card{border:1px solid var(--product-border);border-radius:var(--product-radius);background:#fff;padding:18px;box-shadow:var(--product-shadow)}.product-section-card__head{display:flex;gap:14px;align-items:flex-start;margin-bottom:16px}.product-section-card__number{flex:0 0 auto;color:var(--product-muted);font-size:13px;font-weight:850;letter-spacing:.03em}.product-section-card__number--icon{display:inline-grid;width:34px;height:34px;place-items:center;border:1px solid rgba(49,84,231,.18);border-radius:10px;background:#3154e714;color:var(--product-accent)}.product-section-card__number--icon svg{flex:0 0 auto}.product-section-card h3{margin:0;color:var(--product-ink);font-size:18px;line-height:1.25}.product-section-card p{margin:5px 0 0;color:var(--product-muted);line-height:1.55}.product-dark-panel{border:1px solid rgba(49,84,231,.18);border-radius:var(--product-radius);background:var(--product-accent-strong);color:#fff;padding:20px;box-shadow:var(--product-shadow)}.product-dark-panel__eyebrow{color:var(--product-orange);font-size:12px;font-weight:850;letter-spacing:.06em;text-transform:uppercase}.product-dark-panel h2{margin:8px 0;color:#fff;font-size:24px;line-height:1.2}.product-dark-panel p{margin:0;color:#dbe5ff;line-height:1.65}.product-option-card,.product-check-card,.product-template-card{display:grid;min-width:0;border:1px solid var(--product-border);border-radius:var(--product-radius);background:var(--product-surface-muted);cursor:pointer}.product-option-card:hover,.product-check-card:hover{border-color:var(--product-border-strong);background:#fff}.product-option-card:has(input:checked),.product-check-card:has(input:checked){border-color:var(--product-accent-strong);background:var(--product-accent-soft);box-shadow:inset 0 0 0 1px var(--product-accent-strong)}.product-option-card:has(input:focus-visible),.product-check-card:has(input:focus-visible){box-shadow:0 0 0 3px #3154e72e;outline:none}.product-option-card input,.product-check-card input{accent-color:var(--product-accent-strong);margin-top:2px}.product-option-card{grid-template-columns:18px minmax(0,1fr);gap:10px;padding:12px}.product-check-card{grid-template-columns:18px minmax(0,1fr);gap:10px;align-items:flex-start;padding:10px;background:#fff}.product-template-card{position:relative;gap:6px;padding:12px 38px 12px 12px}.product-template-card.is-selected{border-width:2px;border-color:var(--product-accent-strong);background:var(--product-accent-soft)}.product-template-card:has(input:focus-visible){border-color:var(--product-accent);box-shadow:0 0 0 3px #3154e72e;outline:none}.product-template-card__input{position:absolute;opacity:0;pointer-events:none}.product-template-card__check{position:absolute;top:10px;right:10px;display:inline-grid;width:22px;height:22px;place-items:center;border-radius:999px;background:var(--product-accent-strong);color:#fff}.product-template-card__check svg{flex:0 0 auto}.product-option-card__title,.product-check-card__title,.product-template-card__title{display:block;overflow:hidden;color:var(--product-ink);font-size:14px;font-weight:850;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.product-option-card__copy,.product-check-card__copy,.product-template-card__copy{display:block;margin-top:4px;color:var(--product-muted);font-size:12px;line-height:1.45}.product-template-card .product-meta-list{margin-top:8px}.product-template-card__eyebrow{display:block;color:var(--product-accent);font-size:11px;font-weight:850;letter-spacing:.04em;text-transform:uppercase}.product-template-option-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.product-template-option-grid--scroll{position:relative;max-height:430px;overflow-y:auto;overscroll-behavior:contain;border:1px solid var(--product-border);border-radius:var(--product-radius);background:linear-gradient(#fff,#fff) padding-box;padding:14px;scrollbar-gutter:stable}.product-template-option-grid--scroll:after{position:sticky;bottom:-14px;display:block;height:28px;grid-column:1 / -1;pointer-events:none;background:linear-gradient(#fff0,#fff);content:""}.product-template-theme--default{--template-primary: #3154e7;--template-heading: #111827;--template-subheading: #1f2937;--template-text: #374151;--template-border: #dbe5ff;--template-highlight: #f8faff;--template-gradient: linear-gradient(135deg, #3154e7 0%, #ff8a00 100%);--template-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}.product-template-theme--beauty{--template-primary: #be185d;--template-heading: #9d174d;--template-subheading: #be185d;--template-text: #4b2535;--template-border: #fce7f3;--template-highlight: #fdf2f8;--template-gradient: linear-gradient(135deg, #be185d 0%, #ec4899 100%);--template-font: Georgia, "Times New Roman", serif}.product-template-theme--fitness{--template-primary: #dc2626;--template-heading: #111827;--template-subheading: #dc2626;--template-text: #1f2937;--template-border: #fee2e2;--template-highlight: #fff7ed;--template-gradient: linear-gradient(135deg, #dc2626 0%, #f97316 100%);--template-font: "Arial Black", Arial, "Helvetica Neue", sans-serif}.product-template-theme--home-garden{--template-primary: #15803d;--template-heading: #14532d;--template-subheading: #166534;--template-text: #1f2937;--template-border: #dcfce7;--template-highlight: #f0fdf4;--template-gradient: linear-gradient(135deg, #15803d 0%, #4ade80 100%);--template-font: Georgia, "Palatino Linotype", Palatino, serif}.product-template-theme--food{--template-primary: #d97706;--template-heading: #92400e;--template-subheading: #b45309;--template-text: #1c1917;--template-border: #fef3c7;--template-highlight: #fffbeb;--template-gradient: linear-gradient(135deg, #d97706 0%, #f59e0b 100%);--template-font: Georgia, "Times New Roman", serif}.product-template-theme--gift-guide,.product-template-theme--interview{--template-primary: #7c3aed;--template-heading: #4c1d95;--template-subheading: #6d28d9;--template-text: #1f2937;--template-border: #ede9fe;--template-highlight: #f5f3ff;--template-gradient: linear-gradient(135deg, #4c1d95 0%, #6d28d9 100%);--template-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}.product-template-theme--interview{--template-heading: #5b21b6;--template-gradient: linear-gradient(135deg, #7c3aed 0%, #8b5cf6 100%);--template-font: "Helvetica Neue", Helvetica, Arial, sans-serif}.product-template-theme--how-to{--template-primary: #2563eb;--template-heading: #1e40af;--template-subheading: #1d4ed8;--template-text: #1f2937;--template-border: #dbeafe;--template-highlight: #eff6ff;--template-gradient: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);--template-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}.product-template-theme--lookbook,.product-template-theme--trend-report{--template-primary: #0f172a;--template-heading: #0f172a;--template-subheading: #1e293b;--template-text: #334155;--template-border: #cbd5e1;--template-highlight: #f8fafc;--template-gradient: linear-gradient(135deg, #0f172a 0%, #334155 100%);--template-font: "Helvetica Neue", Helvetica, Arial, sans-serif}.product-template-theme--trend-report{--template-heading: #111827;--template-subheading: #334155;--template-border: #e2e8f0;--template-gradient: linear-gradient(135deg, #0f172a 0%, #475569 100%);--template-font: Georgia, "Times New Roman", serif}.product-template-theme--recipe{--template-primary: #16a34a;--template-heading: #166534;--template-subheading: #15803d;--template-text: #1c1917;--template-border: #dcfce7;--template-highlight: #f0fdf4;--template-gradient: linear-gradient(135deg, #16a34a 0%, #22c55e 100%);--template-font: Georgia, "Times New Roman", serif}.product-template-theme--classic{--template-primary: #1e3a5f;--template-heading: #1e3a5f;--template-subheading: #2c5282;--template-text: #2d3748;--template-border: #e2e8f0;--template-highlight: #f7fafc;--template-gradient: linear-gradient(135deg, #1e3a5f 0%, #2c5282 100%);--template-font: Georgia, "Palatino Linotype", "Book Antiqua", Palatino, serif}.product-template-theme--christmas,.product-template-theme--myth-buster{--template-primary: #b91c1c;--template-heading: #7f1d1d;--template-subheading: #991b1b;--template-text: #1c1917;--template-border: #fee2e2;--template-highlight: #fef2f2;--template-gradient: linear-gradient(135deg, #7f1d1d 0%, #b91c1c 100%);--template-font: Georgia, "Times New Roman", serif}.product-template-theme--myth-buster{--template-text: #1f2937;--template-gradient: linear-gradient(135deg, #7f1d1d 0%, #dc2626 100%);--template-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}.product-template-theme--high-conversion{--template-primary: #ea580c;--template-heading: #9a3412;--template-subheading: #c2410c;--template-text: #1c1917;--template-border: #ffedd5;--template-highlight: #fff7ed;--template-gradient: linear-gradient(135deg, #7c2d12 0%, #c2410c 100%);--template-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}.product-template-theme--collection{--template-primary: #0891b2;--template-heading: #155e75;--template-subheading: #0e7490;--template-text: #1f2937;--template-border: #cffafe;--template-highlight: #ecfeff;--template-gradient: linear-gradient(135deg, #0e7490 0%, #06b6d4 100%);--template-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}.product-template-theme--product,.product-template-theme--problem-solver{--template-primary: #059669;--template-heading: #065f46;--template-subheading: #047857;--template-text: #1f2937;--template-border: #d1fae5;--template-highlight: #ecfdf5;--template-gradient: linear-gradient(135deg, #059669 0%, #10b981 100%);--template-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}.product-template-theme--problem-solver{--template-primary: #0f766e;--template-heading: #134e4a;--template-subheading: #0f766e;--template-border: #ccfbf1;--template-highlight: #f0fdfa;--template-gradient: linear-gradient(135deg, #134e4a 0%, #14b8a6 100%)}.product-template-theme--comparison-battle{--template-primary: #1d4ed8;--template-heading: #1e3a8a;--template-subheading: #1d4ed8;--template-text: #1f2937;--template-border: #dbeafe;--template-highlight: #eff6ff;--template-gradient: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);--template-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}.product-template-option{overflow:hidden;border:2px solid var(--product-border);border-radius:var(--product-radius);background:#fff;box-shadow:var(--product-shadow);cursor:pointer;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease,transform .2s ease}.product-template-option:hover{border-color:var(--product-border-strong);transform:translateY(-1px)}.product-template-option:focus-visible{border-color:var(--product-accent);box-shadow:0 0 0 3px #3154e72e,var(--product-shadow);outline:none}.product-template-option.is-selected{border-color:var(--template-primary, var(--product-accent-strong));background:var(--template-highlight, var(--product-surface-muted));box-shadow:0 0 0 3px color-mix(in srgb,var(--template-primary, var(--product-accent-strong)) 16%,transparent)}.product-template-option__banner{display:flex;gap:10px;min-height:62px;align-items:center;justify-content:space-between;background:var(--template-gradient, var(--product-accent-strong));padding:0 14px}.product-template-option__banner>span:first-child{color:#fff;font-size:12px;font-weight:850;letter-spacing:.1em;overflow-wrap:anywhere;text-shadow:0 1px 4px rgba(0,0,0,.3);text-transform:uppercase}.product-template-option__check{display:grid;width:25px;height:25px;place-items:center;border-radius:999px;background:#fff;color:var(--template-primary, var(--product-accent-strong));font-size:10px;font-weight:900;box-shadow:0 2px 6px #0003}.product-template-option__check svg{flex:0 0 auto}.product-template-option__body{display:grid;gap:10px;padding:14px}.product-template-option__body h3{margin:0;color:var(--product-ink);font-size:14px;line-height:1.35;overflow-wrap:anywhere}.product-template-option__body p{margin:0;color:var(--product-muted);font-size:12px;line-height:1.45;overflow-wrap:anywhere}.product-template-option__body .product-meta-list{margin-top:-2px}.product-template-option__preview{display:inline-flex;width:100%;align-items:center;justify-content:center;gap:6px;border:1px solid var(--template-primary, var(--product-accent-strong));border-radius:7px;background:transparent;color:var(--template-primary, var(--product-accent-strong));cursor:pointer;font:inherit;font-size:11px;font-weight:850;letter-spacing:.04em;padding:8px;text-transform:uppercase}.product-template-option__preview svg{flex:0 0 auto}.product-template-option__preview:hover{background:color-mix(in srgb,var(--template-primary, var(--product-accent-strong)) 8%,white)}.product-template-option__preview:focus-visible{border-color:var(--product-accent);box-shadow:0 0 0 3px #3154e72e;outline:none}.product-selected-template{display:flex;gap:12px;align-items:center;border:1px solid var(--template-border, var(--product-border));border-radius:var(--product-radius);background:var(--template-highlight, var(--product-surface-muted));margin-top:16px;padding:14px 16px}.product-selected-template__swatch{width:38px;height:38px;flex:0 0 38px;border:1px solid rgba(16,32,22,.12);border-radius:8px;background:var(--template-gradient, var(--product-accent-strong))}.product-selected-template strong{display:block;color:var(--product-ink);font-size:13px;line-height:1.4}.product-selected-template .product-meta-list{margin-top:4px}.product-selected-template p{margin:2px 0 0;color:var(--product-muted);font-size:12px;line-height:1.5}.product-template-modal{position:fixed;z-index:9999;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:20px}.product-template-modal__dialog{display:flex;overflow:hidden;width:100%;max-width:820px;max-height:90vh;flex-direction:column;border-radius:16px;background:#fff;box-shadow:0 25px 60px #00000059}.product-template-modal__header-wrap,.product-template-modal__footer{flex-shrink:0}.product-template-modal__accent{height:4px;background:var(--template-gradient, var(--product-accent-strong))}.product-template-modal__header,.product-template-modal__footer{display:flex;min-width:0;gap:14px;align-items:center;justify-content:space-between;background:#fff}.product-template-modal__header{border-bottom:1px solid #e5e7eb;padding:18px 24px}.product-template-modal__footer{border-top:1px solid #e5e7eb;padding:16px 24px}.product-template-modal__title{color:#111827;font-size:18px;font-weight:700;letter-spacing:0;overflow-wrap:anywhere}.product-template-modal__meta{margin-top:2px;color:#6b7280;font-size:13px;overflow-wrap:anywhere}.product-template-modal__close{display:grid;width:36px;height:36px;place-items:center;border:0;border-radius:8px;background:#f3f4f6;color:#374151;cursor:pointer;font:inherit;font-size:18px;font-weight:700;line-height:1}.product-template-modal__close:hover{background:#e5e7eb;color:#111827}.product-template-modal__preview{overflow-y:auto;flex:1;background:#f0f2f5}.product-template-guide{border-bottom:1px solid #d1d5db;background:#fff;padding:16px 20px}.product-template-guide__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:12px}.product-template-guide__card{border:1px solid var(--template-border, #e5e7eb);border-radius:8px;background:var(--template-highlight, #f9fafb);padding:12px}.product-template-guide__card--muted{border-color:#e5e7eb;background:#f9fafb}.product-template-guide__label{margin-bottom:5px;color:#6b7280;font-size:11px;font-weight:800;text-transform:uppercase}.product-template-guide__label--primary{color:var(--template-primary, var(--product-accent))}.product-template-guide__copy{color:#111827;font-size:13px;line-height:1.5}.product-template-guide__copy--muted{color:#374151}.product-template-guide__chips{display:flex;flex-wrap:wrap;gap:8px}.product-template-guide__chip{border:1px solid #d1d5db;border-radius:999px;background:#fff;color:#111827;font-size:11px;font-weight:700;padding:5px 9px}.product-template-browser-bar{display:flex;gap:8px;align-items:center;border-bottom:1px solid #d1d5db;background:#e9ebed;padding:7px 16px}.product-template-browser-bar__dots{display:flex;gap:5px}.product-template-browser-bar__dot{width:10px;height:10px;border-radius:999px}.product-template-browser-bar__dot--red{background:#ff5f57}.product-template-browser-bar__dot--yellow{background:#ffbd2e}.product-template-browser-bar__dot--green{background:#28c840}.product-template-browser-bar__url{max-width:380px;flex:1;overflow:hidden;border:1px solid #d1d5db;border-radius:5px;background:#fff;color:#6b7280;font-size:11px;letter-spacing:.01em;margin:0 auto;padding:3px 10px;text-align:center;text-overflow:ellipsis;white-space:nowrap}.product-template-hero{position:relative;overflow:hidden;background:var(--template-gradient, var(--product-accent-strong));padding:52px 40px;text-align:center}.product-template-hero--lookbook{padding:60px 40px}.product-template-hero__shade{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000047}.product-template-hero__content{position:relative;z-index:1}.product-template-hero__badge{display:inline-block;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:#ffffff26;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#ffffffe6;font-size:10px;font-weight:700;letter-spacing:.12em;margin-bottom:14px;padding:4px 12px;text-transform:uppercase}.product-template-hero__title{margin:0 0 8px;color:#fff;font-family:var(--template-font, inherit);font-size:28px;font-weight:800;overflow-wrap:anywhere;text-shadow:0 2px 8px rgba(0,0,0,.3)}.product-template-hero__title--lookbook{font-size:22px}.product-template-hero__title--lookbook,.product-template-hero__title--fitness{text-transform:uppercase}.product-template-hero__title--lookbook{letter-spacing:4px}.product-template-hero__title--fitness{letter-spacing:2px}.product-template-hero__meta{display:inline-flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:center;margin:0;color:#ffffffd9;font-size:14px}.product-template-hero__meta span{display:inline-flex;align-items:center;min-width:0}.product-template-hero__meta span+span:before{content:"";width:4px;height:4px;margin-right:8px;border-radius:999px;background:#ffffff94}.product-template-article{max-width:760px;margin:0 auto;background:#fff;font-family:var(--template-font, inherit);padding:36px 40px;overflow-wrap:anywhere}.product-template-article--dark{background:#0f172a}.product-template-image-info{display:flex;align-items:center;gap:10px;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc;color:#64748b;font-size:12px;margin-bottom:28px;padding:10px 16px}.product-template-article--dark .product-template-image-info{border-color:#334155;background:#1e293b;color:#94a3b8}.product-template-image-info__rule{width:18px;height:2px;flex-shrink:0;background:var(--template-border, #e2e8f0)}.product-template-article--dark .product-template-image-info__rule{background:#475569}.product-template-image-info strong{color:var(--template-heading, var(--product-ink));font-weight:600}.product-template-article--dark .product-template-image-info strong{color:#e2e8f0}.product-template-tag-row{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:20px}.product-template-mini-chip{border:1px solid var(--template-border, var(--product-border));border-radius:999px;background:var(--template-highlight, var(--product-surface-muted));color:var(--template-heading, var(--product-ink));font-size:12px;font-weight:600;padding:6px 14px}.product-template-copy{color:var(--template-text, var(--product-ink-soft));font-size:15px;line-height:1.8;margin:0 0 16px}.product-template-copy--lead{line-height:1.85;margin-bottom:24px}.product-template-heading{border-bottom:2px solid var(--template-primary, var(--product-accent-strong));color:var(--template-heading, var(--product-ink));font-size:20px;font-weight:700;margin:24px 0 14px;padding-bottom:8px}.product-template-heading--accent{border-bottom:0;color:var(--template-primary, var(--product-accent-strong));font-style:italic;padding-bottom:0}.product-template-subheading{color:var(--template-subheading, var(--template-heading, var(--product-ink)));font-size:16px;font-style:italic;font-weight:600;margin:20px 0 10px}.product-template-split{display:flex;align-items:flex-start;gap:20px;margin-bottom:28px}.product-template-split__body{flex:1;min-width:0}.product-template-kicker{color:var(--template-primary, var(--product-accent-strong));font-size:12px;font-weight:600;letter-spacing:1px;margin-bottom:6px;text-transform:uppercase}.product-template-quote{border-left:4px solid var(--template-primary, var(--product-accent-strong));border-radius:0 8px 8px 0;background:var(--template-highlight, var(--product-surface-muted));color:var(--template-text, var(--product-ink-soft));font-size:15px;font-style:italic;line-height:1.8;margin-bottom:20px;padding:16px 20px}.product-template-qa-card{display:flex;gap:12px;border:1px solid var(--template-border, var(--product-border));border-radius:8px;background:#fff;margin-bottom:12px;padding:12px 16px}.product-template-qa-card--highlight{background:var(--template-highlight, var(--product-surface-muted))}.product-template-qa-card__marker{color:var(--template-primary, var(--product-accent-strong));font-size:16px;font-weight:700}.product-template-qa-card__copy{color:var(--template-text, var(--product-ink-soft));font-size:14px;line-height:1.6}.product-template-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:24px}.product-template-product-card{overflow:hidden;border:1px solid var(--template-border, var(--product-border));border-radius:12px;background:var(--template-highlight, var(--product-surface-muted))}.product-template-product-card__image{display:flex;height:100px;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--template-highlight, #f8fafc),var(--template-border, #e2e8f0))}.product-template-product-card__icon{display:inline-grid;width:38px;height:38px;place-items:center;border:1px solid color-mix(in srgb,var(--template-primary, var(--product-accent-strong)) 18%,white);border-radius:999px;background:#ffffffb8;color:var(--template-primary, var(--product-accent-strong))}.product-template-product-card__icon svg,.product-template-gift-card__media svg{flex:0 0 auto}.product-template-product-card__body{padding:12px}.product-template-product-card__title{color:var(--template-heading, var(--product-ink));font-size:13px;font-weight:600;margin-bottom:4px}.product-template-product-card__meta{color:#6b7280;font-size:11px}.product-template-product-card__cta{border-radius:6px;background:var(--template-primary, var(--product-accent-strong));color:#fff;font-size:11px;font-weight:600;margin-top:8px;padding:4px 10px;text-align:center}.product-template-list{color:var(--template-text, var(--product-ink-soft));margin:0 0 24px;padding-left:24px}.product-template-list li{font-size:14px;line-height:1.7;margin-bottom:6px}.product-template-block-heading{border-radius:6px;background:var(--template-highlight, var(--product-surface-muted));color:var(--template-subheading, var(--template-heading, var(--product-ink)));font-size:16px;font-weight:700;margin:20px 0 10px;padding:6px 12px}.product-template-banner{border-radius:8px;background:var(--template-primary, var(--product-accent-strong));color:#fff;font-size:13px;font-weight:700;letter-spacing:.5px;margin-bottom:20px;padding:10px 16px;text-align:center}.product-template-copy--strong{font-size:16px;font-weight:500}.product-template-heading--filled{border-bottom:0;border-radius:8px;background:var(--template-highlight, var(--product-surface-muted));font-weight:800;padding:10px 14px}.product-template-subheading--rule{border-left:3px solid var(--template-primary, var(--product-accent-strong));font-style:normal;font-weight:700;padding-left:10px}.product-template-testimonial{border:2px solid var(--template-border, var(--product-border));border-radius:12px;background:var(--template-highlight, var(--product-surface-muted));margin-bottom:20px;padding:20px}.product-template-testimonial__rating{color:var(--template-primary, var(--product-accent-strong));font-size:12px;font-weight:800;letter-spacing:.04em;margin-bottom:8px;text-transform:uppercase}.product-template-testimonial__quote{color:var(--template-text, var(--product-ink-soft));font-size:14px;font-style:italic;line-height:1.7;margin-bottom:8px}.product-template-testimonial__source{color:var(--template-primary, var(--product-accent-strong));font-size:12px;font-weight:600}.product-template-check-list{display:grid;gap:8px;margin-bottom:8px}.product-template-check-item{display:flex;align-items:center;gap:8px;color:var(--template-text, var(--product-ink-soft));font-size:14px}.product-template-check-mark{display:inline-grid;min-width:24px;height:20px;place-items:center;border-radius:999px;background:var(--product-green-soft);color:var(--product-green);font-size:10px;font-weight:700;padding:0 6px}.product-template-check-mark svg,.product-template-step-marker--check svg{flex:0 0 auto}.product-template-cta-wrap{margin:24px 0;text-align:center}.product-template-cta{display:inline-block;border-radius:8px;background:var(--template-primary, var(--product-accent-strong));box-shadow:0 4px 16px color-mix(in srgb,var(--template-primary, var(--product-accent-strong)) 35%,transparent);color:#fff;font-size:16px;font-weight:700;padding:14px 32px}.product-template-guarantee{display:flex;align-items:center;gap:12px;border:1px solid #d1fae5;border-radius:10px;background:#ecfdf5;margin-bottom:16px;padding:16px}.product-template-guarantee__icon{flex:0 0 auto;border-radius:999px;background:#d1fae5;color:#065f46;font-size:10px;font-weight:850;letter-spacing:.04em;padding:6px 9px;text-transform:uppercase}.product-template-guarantee__title{color:#065f46;font-size:14px;font-weight:700}.product-template-guarantee__copy{color:#047857;font-size:12px}.product-template-callout{border:1px solid var(--template-border, var(--product-border));border-radius:12px;background:var(--template-highlight, var(--product-surface-muted));margin-bottom:20px;padding:20px}.product-template-callout--compact{border-radius:8px;padding:14px 18px}.product-template-callout--primary-soft{background:color-mix(in srgb,var(--template-primary, var(--product-accent-strong)) 8%,white)}.product-template-callout__title{color:var(--template-heading, var(--product-ink));font-size:14px;font-weight:700;margin-bottom:12px}.product-template-callout__eyebrow{color:var(--template-primary, var(--product-accent-strong));font-size:12px;font-weight:700;margin-bottom:6px}.product-template-check-row{display:flex;align-items:center;gap:8px;color:var(--template-text, var(--product-ink-soft));font-size:13px;margin-bottom:6px}.product-template-checkbox{width:16px;height:16px;flex-shrink:0;border:2px solid var(--template-primary, var(--product-accent-strong));border-radius:4px}.product-template-emphasis{color:var(--template-primary, var(--product-accent-strong));font-weight:700}.product-template-inline-note{color:var(--template-text, var(--product-ink-soft));font-size:14px;margin-left:6px}.product-template-lookbook-intro{margin:32px 0 24px;text-align:center}.product-template-lookbook-intro__kicker{color:#64748b;font-size:10px;font-weight:700;letter-spacing:4px;margin-bottom:8px;text-transform:uppercase}.product-template-lookbook-intro__copy{max-width:500px;color:#cbd5e1;font-size:16px;line-height:1.8;margin:0 auto}.product-template-heading--lookbook{border-bottom:1px solid #334155;color:#f1f5f9;font-size:16px;font-weight:900;letter-spacing:3px;margin:32px 0 14px;padding-bottom:8px;text-transform:uppercase}.product-template-subheading--lookbook{color:#e2e8f0;font-size:12px;font-weight:700;letter-spacing:1.5px;margin:20px 0 10px;text-transform:uppercase}.product-template-copy--lookbook{color:#94a3b8;line-height:1.8;margin-bottom:20px}.product-template-list--lookbook{color:#94a3b8;margin-bottom:24px}.product-template-list--lookbook li{line-height:1.7;margin-bottom:8px}.product-template-stat-row{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.product-template-stat-chip{border:2px solid var(--template-border, var(--product-border));border-radius:8px;background:var(--template-highlight, var(--product-surface-muted));color:var(--template-heading, var(--product-ink));font-size:12px;font-weight:800;padding:8px 14px;text-transform:uppercase}.product-template-copy--firm{font-size:16px;font-weight:600;line-height:1.7;margin-bottom:24px}.product-template-heading--sport{border-left:5px solid var(--template-primary, var(--product-accent-strong));color:var(--template-heading, var(--product-ink));font-size:20px;font-weight:900;letter-spacing:1px;margin:28px 0 14px;padding-left:12px;text-transform:uppercase}.product-template-heading--elegant{color:var(--template-heading, var(--product-ink));font-size:20px;font-style:italic;font-weight:600;margin:28px 0 14px}.product-template-heading--sideband{border-left:5px solid var(--template-primary, var(--product-accent-strong));border-radius:0 6px 6px 0;background:var(--template-highlight, var(--product-surface-muted));color:var(--template-heading, var(--product-ink));font-size:20px;font-weight:700;margin:24px 0 14px;padding:10px 14px}.product-template-heading--underline{border-bottom:3px solid var(--template-primary, var(--product-accent-strong));color:var(--template-heading, var(--product-ink));font-size:20px;font-weight:700;margin:24px 0 14px;padding-bottom:8px}.product-template-subheading--accent{color:var(--template-primary, var(--product-accent-strong));font-size:16px;font-weight:600;letter-spacing:.3px;margin:20px 0 10px}.product-template-copy--spacious{line-height:1.9;margin-bottom:24px}.product-template-copy--tutorial{line-height:1.75;margin-bottom:24px}.product-template-center-rule{border-bottom:1px solid var(--template-border, var(--product-border));margin-bottom:24px;padding-bottom:16px;text-align:center}.product-template-center-rule__label{color:var(--template-primary, var(--product-accent-strong));font-size:11px;font-weight:600;letter-spacing:2px;margin-bottom:6px;text-transform:uppercase}.product-template-step-item{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px}.product-template-step-item--card{gap:14px;border:1px solid var(--template-border, var(--product-border));border-radius:8px;background:var(--row-bg, #fff);margin-bottom:16px;padding:14px 16px}.product-template-step-item--muted{--row-bg: var(--template-highlight, var(--product-surface-muted))}.product-template-step-marker{display:flex;width:28px;height:28px;flex:0 0 28px;align-items:center;justify-content:center;border-radius:50%;background:var(--template-primary, var(--product-accent-strong));color:#fff;font-size:13px;font-weight:600}.product-template-step-marker--large{width:36px;height:36px;flex-basis:36px;font-size:16px;font-weight:700}.product-template-step-marker--check{width:18px;height:18px;flex-basis:18px;font-size:10px;font-weight:700}.product-template-step-copy{color:var(--template-text, var(--product-ink-soft));font-size:14px;line-height:1.7;padding-top:3px}.product-template-step-title{color:var(--template-heading, var(--product-ink));font-size:14px;font-weight:600}.product-template-step-meta{color:#6b7280;font-size:13px;margin-top:4px}.product-template-warning-callout{display:flex;align-items:flex-start;gap:10px;border:1px solid #fde68a;border-radius:8px;background:#fef3c7;margin-bottom:16px;padding:14px 16px}.product-template-warning-callout__icon{display:grid;width:24px;height:24px;flex:0 0 24px;place-items:center;border-radius:999px;background:#f59e0b;color:#fff;font-size:13px;font-weight:850}.product-template-warning-callout__icon svg{flex:0 0 auto}.product-template-warning-callout__copy{color:#92400e;font-size:13px;line-height:1.6}.product-template-gift-card{display:flex;gap:16px;border:1px solid var(--template-border, var(--product-border));border-radius:12px;background:var(--template-highlight, var(--product-surface-muted));margin-bottom:12px;padding:16px}.product-template-gift-card__media{display:grid;width:60px;height:60px;flex:0 0 60px;place-items:center;border-radius:10px;background:linear-gradient(135deg,var(--template-highlight, #f8fafc),var(--template-border, #e2e8f0));color:var(--template-primary, var(--product-accent-strong))}.product-template-gift-card__body{flex:1;min-width:0}.product-template-gift-card__title{color:var(--template-heading, var(--product-ink));font-size:14px;font-weight:700}.product-template-gift-card__meta{color:#6b7280;font-size:12px;margin-top:2px}.product-template-pill-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px}.product-template-pill{border-radius:4px;background:var(--template-primary, var(--product-accent-strong));color:#fff;font-size:11px;font-weight:600;padding:2px 8px}.product-template-pill--warning{background:#fef3c7;color:#92400e}.product-template-meta-row{display:flex;justify-content:center;gap:16px;margin:8px 0 24px;text-align:center}.product-template-meta-row__item{color:var(--template-primary, var(--product-accent-strong));font-size:12px;font-weight:600}.product-template-copy--italic{font-style:italic;line-height:1.85;margin-bottom:24px}.product-template-heading--italic{color:var(--template-heading, var(--product-ink));font-size:20px;font-style:italic;font-weight:700;margin:28px 0 14px}.product-template-subheading--italic{color:var(--template-subheading, var(--product-ink-soft));font-size:16px;font-style:italic;font-weight:600;margin:20px 0 10px}.product-template-palette-row{display:flex;gap:8px}.product-template-palette-swatch{width:36px;height:36px;border:2px solid #fff;border-radius:8px;background:var(--swatch-color, #e5e7eb);box-shadow:0 1px 3px #00000026}.product-template-palette-swatch--1{--swatch-color: #d4c5a9}.product-template-palette-swatch--2{--swatch-color: #8b7355}.product-template-palette-swatch--3{--swatch-color: #3d5a3d}.product-template-palette-swatch--4{--swatch-color: #e8dcc8}.product-template-palette-swatch--5{--swatch-color: #6b8e6b}.product-template-icon-callout{display:flex;align-items:center;gap:10px;border:1px solid var(--template-border, var(--product-border));border-radius:10px;background:var(--template-highlight, var(--product-surface-muted));padding:14px 16px}.product-template-icon-callout__icon{flex:0 0 auto;border-radius:999px;background:color-mix(in srgb,var(--template-primary, var(--product-accent-strong)) 12%,white);color:var(--template-primary, var(--product-accent-strong));font-size:10px;font-weight:850;letter-spacing:.04em;padding:5px 8px;text-transform:uppercase}.product-template-icon-callout__copy{color:var(--template-text, var(--product-ink-soft));font-size:13px;line-height:1.6}.product-template-festive-bar{border-radius:8px;background:var(--template-highlight, var(--product-surface-muted));color:var(--template-primary, var(--product-accent-strong));font-size:12px;font-weight:850;letter-spacing:.08em;margin-bottom:20px;padding:10px;text-align:center;text-transform:uppercase}.product-template-idea-card{display:flex;align-items:center;gap:10px;border:1px solid var(--template-border, var(--product-border));border-radius:10px;background:var(--template-highlight, var(--product-surface-muted));margin-bottom:8px;padding:12px 16px}.product-template-idea-card__icon{flex:0 0 auto;border-radius:999px;background:color-mix(in srgb,var(--template-primary, var(--product-accent-strong)) 12%,white);color:var(--template-primary, var(--product-accent-strong));font-size:10px;font-weight:850;letter-spacing:.04em;padding:5px 8px;text-transform:uppercase}.product-template-idea-card__copy{color:var(--template-text, var(--product-ink-soft));font-size:14px;line-height:1.6}.product-template-closer{border:1px solid var(--template-border, var(--product-border));border-radius:12px;background:var(--template-soft-bg, var(--template-highlight, var(--product-surface-muted)));padding:16px;text-align:center}.product-template-closer--soft{background:color-mix(in srgb,var(--template-primary, var(--product-accent-strong)) 8%,white)}.product-template-closer__icon{color:var(--template-primary, var(--product-accent-strong));font-size:11px;font-weight:850;letter-spacing:.08em;margin-bottom:6px;text-transform:uppercase}.product-template-closer__copy{color:var(--template-heading, var(--product-ink));font-size:14px;font-weight:600}.product-template-verdict{display:flex;gap:10px;border:1px solid var(--template-border, var(--product-border));border-radius:10px;background:var(--template-highlight, var(--product-surface-muted));margin-bottom:20px;padding:14px 16px}.product-template-verdict__main{flex:1;min-width:0}.product-template-verdict__title{color:var(--template-heading, var(--product-ink));font-size:14px;font-weight:700}.product-template-verdict__meta{color:#6b7280;font-size:12px;margin-top:4px}.product-template-score-row{display:flex;gap:6px}.product-template-score-mini{text-align:center}.product-template-score-mini__value{color:var(--template-primary, var(--product-accent-strong));font-size:16px;font-weight:700}.product-template-score-mini__label{color:#6b7280;font-size:10px}.product-template-procon-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:20px}.product-template-procon-card{border-radius:10px;padding:14px}.product-template-procon-card--pros{border:1px solid #d1fae5;background:#ecfdf5}.product-template-procon-card--cons{border:1px solid #fecaca;background:#fef2f2}.product-template-procon-card__title{font-size:13px;font-weight:700;margin-bottom:8px}.product-template-procon-card--pros .product-template-procon-card__title{color:#065f46}.product-template-procon-card--cons .product-template-procon-card__title{color:#991b1b}.product-template-procon-card__item{font-size:12px;margin-bottom:4px}.product-template-procon-card--pros .product-template-procon-card__item{color:#047857}.product-template-procon-card--cons .product-template-procon-card__item{color:#dc2626}.product-template-workout-card{overflow:hidden;border:2px solid var(--template-primary, var(--product-accent-strong));border-radius:10px;margin-bottom:20px}.product-template-workout-card__header{background:var(--template-primary, var(--product-accent-strong));color:#fff;font-size:14px;font-weight:800;letter-spacing:1px;padding:10px 16px;text-transform:uppercase}.product-template-workout-card__row{display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--template-border, var(--product-border));background:var(--row-bg, #fff);color:var(--template-text, var(--product-ink-soft));font-size:13px;padding:10px 16px}.product-template-workout-card__row--muted{--row-bg: var(--template-highlight, var(--product-surface-muted))}.product-template-workout-card__number{color:var(--template-primary, var(--product-accent-strong));font-size:16px;font-weight:800}.product-template-motivation-banner{border-radius:10px;background:var(--template-primary, var(--product-accent-strong));color:#fff;font-size:18px;font-weight:800;letter-spacing:1px;padding:20px;text-align:center;text-transform:uppercase}.product-template-placeholder{display:flex;width:100%;height:120px;--placeholder-icon: var(--template-primary, #9ca3af);flex-direction:column;align-items:center;justify-content:center;gap:5px;box-sizing:border-box;overflow:hidden;border:1px solid var(--template-border, #e5e7eb);border-radius:8px;background:linear-gradient(150deg,var(--template-highlight, #f8fafc) 0%,var(--template-border, #e2e8f0) 100%);margin:12px 0 16px}.product-template-placeholder--banner{height:100px}.product-template-placeholder--float-right,.product-template-placeholder--float-left{width:38%;height:105px}.product-template-placeholder--float-right{margin-left:auto}.product-template-placeholder--float-left{margin-right:auto}.product-template-placeholder--centered-medium{width:70%;height:110px;margin-inline:auto}.product-template-placeholder--centered-small{width:50%;height:90px;margin-inline:auto}.product-template-placeholder--full-bleed{height:130px}.product-template-placeholder--centered-portrait{width:48%;height:130px;margin-inline:auto}.product-template-placeholder--dark{--placeholder-icon: #94a3b8;border-radius:2px;border-color:#334155;background:linear-gradient(135deg,#1e293b,#334155)}.product-template-placeholder__icon{color:var(--placeholder-icon);flex:0 0 auto;opacity:.35}.product-template-placeholder__label{color:#9ca3af;font-size:10px;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.product-template-placeholder__meta{color:#c4cad4;font-size:9px;letter-spacing:.04em}.product-template-placeholder--dark .product-template-placeholder__label{color:#94a3b8}.product-template-placeholder--dark .product-template-placeholder__meta{color:#475569}.product-template-info{display:flex;gap:12px;align-items:center;border:1px solid var(--template-border, var(--product-border));border-radius:10px;background:var(--template-highlight, var(--product-surface-muted));margin-top:32px;padding:16px}.product-template-info--dark{border-color:#334155;background:#1e293b}.product-template-info__swatch{width:36px;height:36px;flex:0 0 36px;border-radius:8px;background:var(--template-gradient, var(--product-accent-strong))}.product-template-info__title{color:var(--template-info-title, var(--product-ink));font-size:13px;font-weight:600}.product-template-info .product-meta-list{margin-top:5px}.product-template-info__copy{margin-top:5px;color:var(--template-info-copy, var(--product-muted));font-size:12px;line-height:1.45}.product-template-modal__button{display:inline-flex;align-items:center;justify-content:center;gap:7px;border-radius:8px;cursor:pointer;font:inherit;font-size:14px;font-weight:600;padding:10px 20px}.product-template-modal__button svg{flex:0 0 auto}.product-template-modal__button--secondary{border:1px solid #d1d5db;background:#fff;color:#374151}.product-template-modal__button--primary{border:0;background:var(--template-gradient, var(--product-accent-strong));color:#fff;letter-spacing:.02em;padding-inline:28px;box-shadow:0 4px 14px #0000002e}.product-template-modal__button:hover{transform:translateY(-1px)}.product-research-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:28px;align-items:start}.product-generation-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:32px;align-items:start}.product-generation-main{min-width:0}.product-research-main{display:grid;gap:16px}.product-pipeline-panel{border:1px solid var(--product-border);border-radius:var(--product-radius);background:linear-gradient(180deg,var(--product-surface-muted),#fff);padding:20px}.product-pipeline-panel h3{margin:0 0 18px;color:var(--product-muted);font-size:12px;font-weight:850;letter-spacing:.06em;text-transform:uppercase}.product-pipeline-header{display:flex;gap:12px;align-items:flex-start;border-bottom:1px solid var(--product-border);margin-bottom:20px;padding-bottom:16px}.product-pipeline-header__mark{display:grid;width:34px;height:34px;flex:0 0 34px;place-items:center;border-radius:8px;background:var(--product-accent-strong);color:var(--product-orange);font-size:11px;font-weight:900}.product-pipeline-header__mark svg{flex:0 0 auto}.product-pipeline-header h3{margin:0;color:var(--product-ink);font-size:15px;letter-spacing:0;text-transform:none}.product-pipeline-header p{margin:2px 0 0;color:var(--product-muted);font-size:12px}.product-pipeline-list{display:grid}.product-pipeline-step{position:relative;display:grid;grid-template-columns:28px minmax(0,1fr);gap:12px}.product-pipeline-step__line{position:absolute;z-index:0;left:13px;top:30px;width:2px;height:30px;background:var(--product-border);transition:background .4s ease}.product-pipeline-step__line--tall{height:36px}.product-pipeline-step.is-done .product-pipeline-step__line{background:var(--product-accent)}.product-pipeline-step__marker{z-index:1;display:grid;width:28px;height:28px;place-items:center;border-radius:999px;background:#e5e7eb;color:#9ca3af;font-size:11px;font-weight:850;transition:background .4s ease,box-shadow .4s ease}.product-pipeline-step__marker svg{flex:0 0 auto}.product-pipeline-step.is-done .product-pipeline-step__marker{background:var(--product-accent);color:#fff}.product-pipeline-step.is-active .product-pipeline-step__marker{background:var(--product-orange);color:#fff;box-shadow:0 0 0 4px #ff8a002e}.product-pipeline-spinner{width:10px;height:10px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:999px;animation:product-spin .7s linear infinite}.product-pipeline-step__body{min-width:0;padding:4px 0 26px}.product-pipeline-step__label{display:block;color:#9ca3af;font-size:12px;font-weight:650;line-height:1.35;transition:color .3s}.product-pipeline-step.is-done .product-pipeline-step__label,.product-pipeline-step.is-active .product-pipeline-step__label{color:var(--product-accent);font-weight:800}.product-pipeline-step__status{display:block;color:#9ca3af;font-size:11px;line-height:1.4;margin-top:1px}.product-pipeline-step.is-done .product-pipeline-step__status{color:var(--product-accent)}.product-pipeline-step.is-active .product-pipeline-step__status{color:var(--product-orange)}.product-activity-log{overflow:hidden;border:1px solid var(--product-border);border-radius:var(--product-radius);background:var(--product-surface);box-shadow:var(--product-shadow)}.product-activity-log__header{display:flex;gap:12px;align-items:flex-start;border-bottom:1px solid var(--product-border);background:linear-gradient(135deg,var(--product-accent-soft),#fff 58%,var(--product-orange-soft));padding:14px 16px}.product-activity-log__mark{display:inline-grid;width:36px;height:30px;flex:0 0 36px;place-items:center;border-radius:8px;background:var(--product-accent-strong);color:var(--product-orange);font-size:11px;font-weight:900;letter-spacing:0}.product-activity-log__mark svg{flex:0 0 auto}.product-activity-log__header h3{margin:0;color:var(--product-ink);font-size:14px;font-weight:850;line-height:1.3}.product-activity-log__header p{margin:2px 0 0;color:var(--product-muted);font-size:12px;line-height:1.45}.product-activity-log__live{display:inline-flex;gap:6px;align-items:center;margin-left:auto;border:1px solid #fed7aa;border-radius:999px;background:var(--product-orange-soft);color:var(--product-orange);font-size:11px;font-weight:850;line-height:1;padding:6px 8px;white-space:nowrap}.product-activity-log__live span{width:7px;height:7px;border-radius:999px;background:var(--product-orange);animation:product-pulse 1.8s ease-in-out infinite}.product-activity-log__body{display:grid;max-height:360px;min-height:260px;gap:8px;overflow-y:auto;padding:14px 16px}.product-activity-log__line{display:grid;grid-template-columns:auto auto minmax(0,1fr);gap:8px;align-items:flex-start;border:1px solid var(--product-border);border-radius:8px;background:var(--product-surface-muted);color:var(--activity-color, var(--product-muted));padding:9px 10px;animation:product-fade-up .35s ease forwards}.product-activity-log__marker{display:inline-grid;min-width:30px;height:22px;place-items:center;border-radius:999px;background:#fff;color:var(--activity-color, var(--product-muted));font-size:10px;font-weight:900;line-height:1}.product-activity-log__marker svg{flex:0 0 auto}.product-activity-log__line--active .product-activity-log__marker svg{animation:product-spin .76s linear infinite}.product-activity-log__time{color:var(--product-muted);font-size:11px;font-weight:750;line-height:1.6;white-space:nowrap}.product-activity-log__message{min-width:0;color:var(--product-ink-soft);font-size:12px;font-weight:650;line-height:1.55;overflow-wrap:anywhere}.product-activity-log__line--muted{--activity-color: #6b7280}.product-activity-log__line--success{--activity-color: var(--product-accent);border-color:#bfdbfe;background:var(--product-blue-soft)}.product-activity-log__line--info{--activity-color: var(--product-blue);border-color:#bfdbfe;background:var(--product-blue-soft)}.product-activity-log__line--warning{--activity-color: var(--product-orange);border-color:#fed7aa;background:var(--product-yellow-soft)}.product-activity-log__line--subtle{--activity-color: var(--product-muted)}.product-activity-log__line--accent,.product-activity-log__line--active{--activity-color: var(--product-orange);border-color:#fed7aa;background:var(--product-orange-soft)}.product-research-status{display:flex;gap:12px;align-items:center;border:1px solid #bfdbfe;border-radius:var(--product-radius);background:var(--product-blue-soft);padding:14px 16px}.product-research-status--warning{border-color:#fed7aa;background:var(--product-yellow-soft)}.product-research-status--success{border-color:#bfdbfe;background:var(--product-blue-soft)}.product-research-status__mark{display:grid;width:32px;height:32px;flex:0 0 32px;place-items:center;border-radius:8px;background:#1d4ed8;color:#fff;font-size:12px;font-weight:900}.product-research-status__mark svg{flex:0 0 auto}.product-research-status--warning .product-research-status__mark{background:var(--product-orange)}.product-research-status--success .product-research-status__mark{background:var(--product-accent)}.product-research-status strong{display:block;color:#1e40af;font-size:13px}.product-research-status--warning strong{color:var(--product-orange)}.product-research-status--success strong{color:var(--product-accent)}.product-research-status p{margin:2px 0 0;color:var(--product-muted);font-size:12px;line-height:1.45}.product-generation-callout{display:flex;gap:10px;align-items:center;border:1px solid #bfdbfe;border-radius:8px;background:var(--product-blue-soft);color:#1e40af;font-size:13px;font-weight:750;margin-top:4px;padding:12px 14px}.product-generation-status{display:grid;gap:10px;border:1px solid #bfdbfe;border-radius:8px;background:var(--product-blue-soft);margin-top:4px;padding:12px 14px}.product-generation-status__head{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;align-items:center}.product-generation-status__mark{display:grid;width:30px;height:30px;place-items:center;border-radius:8px;background:#1d4ed8;color:#fff}.product-generation-status__mark svg{animation:product-spin .9s linear infinite}.product-generation-status strong{display:block;color:#1e40af;font-size:13px;font-weight:850}.product-generation-status p{margin:2px 0 0;color:var(--product-muted);font-size:12px;line-height:1.45}.product-generation-status__percent{color:#1e40af;font-size:12px;font-weight:850}.product-generation-status__bar{overflow:hidden;height:8px;border-radius:999px;background:#dbeafe}.product-generation-status__bar span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--product-accent),var(--product-blue));transition:width .45s ease}.product-generation-status__meta{display:flex;flex-wrap:wrap;gap:6px 12px;color:var(--product-muted);font-size:11px;line-height:1.35}.product-generation-status__meta span:first-child{color:#1e40af;font-weight:800}.product-centered-action{margin-top:4px;text-align:center}.product-picker{display:grid;max-height:260px;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;overflow:auto;border:1px solid var(--product-border);border-radius:var(--product-radius);background:#fbfcfa;padding:10px}.product-picker .product-empty{grid-column:1 / -1;padding-block:28px}.product-template-browser{display:grid;max-height:520px;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;overflow:auto;padding-right:4px}.product-template-preview{border:1px solid var(--product-border);border-radius:var(--product-radius);background:#fff;padding:14px}.product-template-preview__eyebrow,.product-small-label{color:var(--product-muted);font-size:12px;font-weight:850;letter-spacing:.04em;text-transform:uppercase}.product-small-label--spaced{margin-bottom:7px}.product-inline-chip-row{display:flex;flex-wrap:wrap;gap:6px}.product-template-preview h4{margin:8px 0 6px;color:var(--product-ink);font-size:16px;line-height:1.3}.product-template-preview p{margin:0 0 12px;color:var(--product-muted);font-size:12px;line-height:1.55}.product-number-list{display:grid;gap:8px;margin-bottom:14px}.product-number-list__item{display:grid;grid-template-columns:24px minmax(0,1fr);gap:8px;align-items:center}.product-number{display:grid;width:24px;height:24px;place-items:center;border-radius:999px;background:var(--product-accent-strong);color:#fff;font-size:11px;font-weight:850}.product-divider{border-top:1px solid var(--product-border);padding-top:12px}.product-action-row{display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:space-between}.product-action-row--compact{gap:8px;justify-content:flex-end}.product-action-row--dark{justify-content:flex-start;margin-top:18px}.product-autopilot-panel-grid{align-items:stretch;overflow:hidden}.product-autopilot-panel-grid .product-side-panel{display:flex;max-width:100%;min-height:260px;min-width:0;overflow:hidden;flex-direction:column}.product-autopilot-tabs{display:grid;gap:12px}.product-tab-list{display:flex;flex-wrap:wrap;gap:8px;border:1px solid var(--product-border);border-radius:10px;background:var(--product-surface-muted);padding:6px}.product-tab{display:inline-flex;align-items:center;gap:8px;min-height:36px;border:1px solid transparent;border-radius:7px;background:transparent;color:var(--product-ink-soft);cursor:pointer;font:inherit;font-size:13px;font-weight:850;padding:8px 12px}.product-tab:hover,.product-tab.is-active{border-color:var(--product-border-strong);background:#fff;color:var(--product-accent-strong)}.product-tab span{display:inline-grid;min-width:24px;height:22px;place-items:center;border-radius:6px;background:var(--product-accent-soft);color:var(--product-accent);font-size:12px}.product-autopilot-edit-fields--hidden{display:none}.product-confirm-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.product-confirm-products{display:flex;flex-wrap:wrap;gap:7px;margin-top:14px}.product-list-card{max-width:100%;min-width:0;overflow:hidden;border:1px solid var(--product-border);border-radius:var(--product-radius);background:#fff;padding:12px}.product-list-stack{display:grid;gap:10px}.product-list-stack--loose{gap:12px}.product-list-stack--spaced{margin-bottom:18px}.product-list-card__head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:flex-start;min-width:0}.product-list-card__title{display:-webkit-box;overflow:hidden;color:var(--product-ink);font-weight:800;line-height:1.35;overflow-wrap:anywhere;-webkit-box-orient:vertical;-webkit-line-clamp:2;white-space:normal;word-break:break-word}.product-list-card__head>.product-min-0{min-width:0;overflow:hidden}.product-list-card__head>.product-pill,.product-list-card__head>.product-muted-value{flex:0 0 auto;max-width:none;overflow:visible;text-overflow:clip;white-space:nowrap}.product-list-card__meta{max-width:100%;margin-top:2px;overflow:hidden}.product-list-card__body{margin-top:10px}.product-list-card__actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.product-list-card__link{color:var(--product-blue);overflow-wrap:anywhere;text-decoration:none}.product-list-card__link:hover{text-decoration:underline}.product-list-card--reference{min-width:0;overflow:hidden}.product-list-card--reference .product-list-card__head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:start}.product-list-card--reference .product-list-card__head>.product-min-0{min-width:0;overflow:hidden}.product-list-card--reference .product-list-card__title{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-list-card--reference .product-badge{flex:0 0 auto;min-width:46px;justify-content:center;white-space:nowrap}.product-list-card--reference .product-list-card__body{min-width:0;max-width:100%;overflow:hidden}.product-list-card--reference .product-list-card__link{display:-webkit-box;max-width:100%;overflow:hidden;overflow-wrap:anywhere;-webkit-box-orient:vertical;-webkit-line-clamp:2;word-break:break-word}.product-meta-list{display:flex;flex-wrap:wrap;gap:6px;align-items:center;max-width:100%;min-width:0;overflow:hidden}.product-meta-list__item{display:inline-flex;max-width:100%;min-width:0;align-items:center;border:1px solid var(--product-border);border-radius:8px;background:var(--product-surface-muted);color:var(--product-ink-soft);font-size:12px;font-weight:750;line-height:1.35;padding:2px 8px;overflow-wrap:anywhere;white-space:normal;word-break:break-word}.product-muted-value{color:var(--product-muted);font-size:12px;line-height:1.45;overflow-wrap:anywhere}.product-detail-list{display:grid;gap:6px;margin:0}.product-detail-list__item{display:grid;grid-template-columns:minmax(78px,auto) minmax(0,1fr);gap:8px;align-items:baseline;min-width:0}.product-detail-list dt{color:var(--product-muted);font-size:11px;font-weight:800;letter-spacing:.03em;text-transform:uppercase}.product-detail-list dd{min-width:0;margin:0;color:var(--product-ink-soft);font-size:12px;font-weight:700;line-height:1.45;overflow-wrap:anywhere}.product-score .product-muted-value{font-size:11px;line-height:1.05;text-align:center}.product-min-0{min-width:0}.product-clamp-2{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.product-error-text{display:flex;align-items:flex-start;gap:7px;border:1px solid #fecaca;border-radius:8px;background:var(--product-red-soft);color:var(--product-red);font-size:12px;line-height:1.5;margin-top:8px;padding:8px 9px;overflow-wrap:anywhere}.product-error-text__icon{display:inline-grid;width:17px;height:17px;flex:0 0 17px;place-items:center;border-radius:999px;background:#fee2e2;color:var(--product-red);margin-top:1px}.product-error-text__icon svg{flex:0 0 auto}.product-error-text strong{font-weight:850}.product-pill{display:inline-flex;width:fit-content;max-width:100%;align-items:center;gap:6px;border:1px solid var(--product-border);border-radius:8px;background:#fff;color:var(--product-ink-soft);font-size:12px;font-weight:800;line-height:1.2;padding:6px 9px;overflow-wrap:anywhere;white-space:normal;word-break:break-word}.product-pill--green{border-color:#bfdbfe;background:var(--product-green-soft);color:var(--product-green)}.product-pill--blue{border-color:#bfdbfe;background:var(--product-blue-soft);color:#1d4ed8}.product-pill--yellow{border-color:#fde68a;background:var(--product-yellow-soft);color:var(--product-yellow)}.product-pill--red{border-color:#fecaca;background:var(--product-red-soft);color:var(--product-red)}.product-pill--success{border-color:#bfdbfe;background:var(--product-green-soft);color:var(--product-green)}.product-pill--danger{border-color:#fecaca;background:var(--product-red-soft);color:var(--product-red)}.product-notice{display:flex;gap:12px;align-items:flex-start;flex-wrap:nowrap;border:1px solid var(--product-border);border-radius:var(--product-radius);padding:14px 16px;background:var(--product-surface);color:var(--product-ink-soft);line-height:1.55}.product-notice__icon{display:grid;width:34px;height:34px;flex:0 0 34px;place-items:center;border-radius:8px;background:var(--product-accent-soft);color:var(--product-accent-strong);font-weight:900}.product-notice__icon svg{flex:0 0 auto}.product-notice__body{min-width:0;flex:1;overflow-wrap:anywhere}.product-notice__title{margin-bottom:2px;color:var(--product-ink);font-weight:850}.product-notice__action{display:flex;flex:0 0 auto;align-items:center;justify-content:flex-end;max-width:100%}.product-notice__action .product-button,.product-notice__action button{white-space:nowrap}.product-notice--success{border-color:#bfdbfe;background:var(--product-green-soft);color:var(--product-green)}.product-notice--warning{border-color:#fde68a;background:var(--product-yellow-soft);color:var(--product-yellow)}.product-notice--error{border-color:#fecaca;background:var(--product-red-soft);color:var(--product-red)}.product-error-code{margin-left:8px}.product-stat{border:1px solid var(--product-border);border-radius:var(--product-radius);background:#fff;padding:14px}.product-stat__label{color:var(--product-muted);font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.product-stat__label--success{color:var(--product-accent)}.product-stat__label--warning{color:#92400e}.product-stat__label--info{color:#1d4ed8}.product-stat__value{margin-top:5px;color:var(--product-ink);font-size:24px;font-weight:850;line-height:1.1}.product-stat__detail{margin-top:5px;color:var(--product-muted);font-size:12px;line-height:1.45}.product-empty{display:grid;justify-items:center;gap:14px;padding:44px 20px;text-align:center;min-width:0}.product-empty__art{position:relative;display:grid;width:92px;height:92px;place-items:center;border:1px solid var(--product-border);border-radius:8px;background:linear-gradient(135deg,#ffffff,var(--product-accent-soft));color:var(--product-accent-strong);font-size:32px;font-weight:900}.product-empty__art:before{content:"";position:absolute;top:14px;right:14px;bottom:14px;left:14px;border:1px solid rgba(49,84,231,.1);border-radius:6px;background:#ffffffb8}.product-empty__art-mark{position:relative;z-index:1;display:grid;width:44px;height:44px;place-items:center;border:1px solid rgba(49,84,231,.12);border-radius:999px;background:#fff;color:var(--product-accent-strong);font-size:17px;line-height:1;box-shadow:0 6px 18px #3154e71a}.product-empty__art-mark svg{flex:0 0 auto}.product-empty__art-line{position:absolute;z-index:1;left:26px;right:26px;height:4px;border-radius:999px;background:#3154e724}.product-empty__art-line--top{top:22px}.product-empty__art-line--middle{right:20px;bottom:25px}.product-empty__art-line--bottom{right:34px;bottom:17px}.product-empty h3{margin:0;color:var(--product-ink);font-size:18px}.product-empty p{max-width:440px;margin:0;color:var(--product-muted);line-height:1.6;overflow-wrap:anywhere}.product-empty__action{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;max-width:100%;margin-top:2px}.product-loading-pill{display:inline-flex;align-items:center;gap:9px;border:1px solid #bfdbfe;border-radius:var(--product-radius);background:var(--product-blue-soft);color:#1d4ed8;font-size:13px;font-weight:800;padding:9px 14px;max-width:100%;line-height:1.35}.product-loading-pill__label{min-width:0;overflow-wrap:anywhere}.product-task-toast{position:fixed;right:22px;bottom:22px;z-index:80;display:grid;width:min(430px,calc(100vw - 32px));gap:12px;border:1px solid var(--product-border-strong);border-radius:var(--product-radius);background:linear-gradient(135deg,#eef3fffa,#fff 52%,#fff4e6f2);box-shadow:0 22px 60px #11182729,0 8px 22px #3154e71f;color:var(--product-ink);padding:14px;animation:product-fade-up .28s ease forwards}.product-task-toast__head{display:grid;grid-template-columns:auto minmax(0,1fr);gap:10px;align-items:flex-start}.product-task-toast__icon{display:grid;width:34px;height:34px;place-items:center;border-radius:8px;background:var(--product-accent-strong);color:#fff}.product-task-toast__icon svg{flex:0 0 auto}.product-task-toast:not(.is-complete) .product-task-toast__icon svg{animation:product-spin .76s linear infinite}.product-task-toast.is-complete .product-task-toast__icon{background:var(--product-orange)}.product-task-toast h3{margin:0;color:var(--product-ink);font-size:14px;font-weight:850;line-height:1.3}.product-task-toast p{margin:2px 0 0;color:var(--product-muted);font-size:12px;line-height:1.45}.product-task-toast__meta{display:flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:space-between;border:1px solid var(--product-border);border-radius:8px;background:#ffffffc2;color:var(--product-ink-soft);font-size:11px;font-weight:800;line-height:1.3;padding:8px 10px}.product-task-toast__steps{display:grid;gap:7px}.product-task-toast__step{display:grid;grid-template-columns:22px minmax(0,1fr) auto;gap:8px;align-items:center;border:1px solid var(--product-border);border-radius:8px;background:#ffffffb8;padding:8px}.product-task-toast__step.is-done{border-color:#bfdbfe;background:var(--product-blue-soft)}.product-task-toast__step.is-active{border-color:#fed7aa;background:var(--product-orange-soft);box-shadow:inset 0 0 0 1px #ff8a001f}.product-task-toast__step-dot{display:grid;width:22px;height:22px;place-items:center;border-radius:999px;background:#fff;color:var(--product-muted)}.product-task-toast__step.is-done .product-task-toast__step-dot{background:var(--product-accent);color:#fff}.product-task-toast__step.is-active .product-task-toast__step-dot{background:var(--product-orange);box-shadow:0 0 0 4px #ff8a0024}.product-task-toast__step.is-active .product-task-toast__step-dot:before{width:7px;height:7px;border-radius:999px;background:#fff;content:""}.product-task-toast__step-body{display:grid;min-width:0;gap:1px}.product-task-toast__step-label{color:var(--product-ink);font-size:12px;font-weight:800;line-height:1.35;overflow-wrap:anywhere}.product-task-toast__step-detail{color:var(--product-muted);font-size:11px;line-height:1.35;overflow-wrap:anywhere}.product-task-toast__step-status{color:var(--product-muted);font-size:10px;font-weight:850;line-height:1;text-transform:uppercase;white-space:nowrap}.product-task-toast__step.is-done .product-task-toast__step-status{color:var(--product-accent)}.product-task-toast__step.is-active .product-task-toast__step-status{color:var(--product-orange)}.product-task-toast__slow-note{border:1px solid #fed7aa;border-radius:8px;background:var(--product-orange-soft);color:#9a3412;padding:9px 10px}.product-stepper{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.product-step{display:grid;grid-template-columns:28px minmax(0,1fr);gap:9px;align-items:flex-start;min-width:0;border:1px solid var(--product-border);border-radius:var(--product-radius);background:#fff;padding:10px}.product-step.is-active,.product-step.is-complete{border-color:var(--product-accent-strong);background:var(--product-accent-soft)}.product-step__number{display:grid;width:28px;height:28px;place-items:center;border-radius:999px;background:var(--product-accent-soft);color:var(--product-muted);font-size:12px;font-weight:850}.product-step__number svg{flex:0 0 auto}.product-step.is-active .product-step__number,.product-step.is-complete .product-step__number{background:var(--product-accent-strong);color:#fff}.product-step__body{display:grid;gap:2px;min-width:0}.product-step__label{color:var(--product-ink);font-size:13px;font-weight:800;line-height:1.35;overflow-wrap:anywhere}.product-step__status{display:block;color:var(--product-muted);font-size:11px;line-height:1.35;overflow-wrap:anywhere}.product-progress-panel{border:1px solid var(--product-border);border-radius:var(--product-radius);background:#fff;padding:20px;box-shadow:var(--product-shadow)}.product-editor{overflow:hidden;border:1px solid var(--product-border);border-radius:var(--product-radius);background:#fff}.product-editor__toolbar{display:flex;flex-wrap:wrap;gap:8px;align-items:center;border-bottom:1px solid var(--product-border);background:var(--product-surface-muted);padding:8px}.product-editor__group{display:inline-flex;min-width:0;flex-wrap:wrap;gap:4px;align-items:center;border-right:1px solid var(--product-border);padding-right:8px}.product-editor__group:last-child{border-right:0;padding-right:0}.product-editor__group--mode{margin-left:auto}.product-editor__button{border:1px solid #d1d5db;border-radius:6px;background:#fff;color:var(--product-ink);cursor:pointer;font-size:13px;font-weight:750;min-height:32px;padding:6px 10px}.product-editor__button:hover{border-color:var(--product-border-strong);background:#fff;box-shadow:0 1px 2px #1118270d}.product-editor__button:focus-visible{border-color:var(--product-accent);box-shadow:0 0 0 3px #3154e729;outline:none}.product-editor__button--icon{display:inline-grid;width:34px;min-width:34px;place-items:center;padding:6px}.product-editor__button.is-active{border-color:var(--product-accent-strong);background:var(--product-accent-strong);color:#fff}.product-editor__button.is-active:hover{background:var(--product-accent-strong)}.product-editor__divider{width:1px;background:var(--product-border);margin:0 4px}.product-editor__linkbar{display:flex;flex-wrap:wrap;gap:8px;align-items:center;border-bottom:1px solid var(--product-border);background:var(--product-surface-muted);padding:8px}.product-editor__linkbar-label{display:inline-flex;flex:0 0 auto;gap:6px;align-items:center;color:var(--product-ink-soft);font-size:12px;font-weight:800;letter-spacing:.02em}.product-editor__linkbar .product-input{flex:1 1 220px}.product-editor__source,.product-editor__content{width:100%;min-height:500px;border:0;background:#fff;color:#374151;font-size:15px;line-height:1.7;outline:none;padding:24px;word-break:break-word}.product-editor__content:focus-visible,.product-editor__source:focus-visible{box-shadow:inset 0 0 0 2px #3154e738}.product-editor__source{background:var(--product-surface-muted);font-family:Courier New,Consolas,monospace;resize:vertical}.product-editor__statusbar{display:flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:space-between;border-top:1px solid var(--product-border);background:#fbfcfa;padding:9px 12px}.product-editor__status{display:inline-flex;min-width:0;gap:6px;align-items:center;color:var(--product-ink-soft);font-size:12px;font-weight:800;line-height:1.35}.product-editor__status--muted{color:var(--product-muted);font-weight:650}.product-code-block{overflow-x:auto;border:1px solid var(--product-border);border-radius:6px;background:var(--product-surface-muted);font-family:Courier New,Consolas,monospace;padding:16px}.product-seo-score{border:1px solid var(--product-border);border-radius:var(--product-radius);background:#fff;box-shadow:var(--product-shadow);padding:24px 20px 20px;text-align:center}.product-seo-score--loading,.product-seo-score--empty{border-color:#e5e7eb;color:#9ca3af}.product-seo-score--success{border-color:#d1fae5;color:var(--product-green)}.product-seo-score--warning{border-color:#fde68a;color:var(--product-yellow)}.product-seo-score--danger{border-color:#fecaca;color:var(--product-red)}.product-seo-score__label{color:var(--product-muted);font-size:12px;font-weight:850;letter-spacing:.06em;margin-bottom:16px;text-transform:uppercase}.product-seo-score__gauge{position:relative;width:120px;height:120px;margin:0 auto 16px}.product-seo-score__ring{transform:rotate(-90deg)}.product-seo-score__progress{stroke:currentColor;transition:stroke-dashoffset .6s ease}.product-seo-score__loading{animation:product-spin 1.2s linear infinite;transform-origin:center}.product-seo-score__value{position:absolute;left:50%;top:50%;color:currentColor;font-size:34px;font-weight:850;transform:translate(-50%,-50%)}.product-seo-score__value-text{display:inline-block;max-width:88px;font-size:13px;line-height:1.2;overflow-wrap:anywhere}.product-seo-score__title{color:currentColor;font-size:17px;font-weight:850;margin-bottom:8px}.product-seo-score__meta,.product-seo-score__help{margin-top:10px}.product-mini-note{color:var(--product-muted);font-size:12px;line-height:1.45}.product-mini-note--success{color:var(--product-green)}.product-mini-note--accent{color:var(--product-blue)}.product-template-strip{display:flex;max-width:1400px;align-items:center;gap:12px;border:1px solid var(--template-border, var(--product-border));border-radius:var(--product-radius);background:var(--template-highlight, var(--product-surface-muted));color:var(--product-ink);margin:0 auto 16px;padding:12px 16px;box-shadow:var(--product-shadow)}.product-template-strip__mark{display:grid;width:32px;height:32px;flex:0 0 32px;place-items:center;border-radius:7px;background:var(--product-accent-strong);color:var(--product-orange);font-weight:900}.product-template-strip__mark svg{flex:0 0 auto}.product-template-strip__body{display:grid;min-width:0;gap:2px;flex:1}.product-template-strip__body strong{color:var(--product-ink);font-size:13px}.product-template-strip__body span{overflow-wrap:anywhere;color:var(--product-muted);font-size:12px;line-height:1.45}.product-template-strip__body .product-meta-list{margin-top:2px}.product-template-strip__swatch{width:28px;height:28px;flex:0 0 28px;border:1px solid rgba(16,32,22,.12);border-radius:7px;background:var(--template-gradient, var(--product-accent-strong))}.product-preview-layout{display:grid;max-width:1400px;grid-template-columns:minmax(0,1fr) 340px;gap:18px;align-items:start;margin:0 auto}.product-preview-main{min-width:0}.product-preview-editor-panel{display:grid;gap:18px}.product-preview-side{position:sticky;top:20px;display:grid;gap:16px}.product-field-stack{display:grid;gap:20px}.product-field-head{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:space-between;margin-bottom:8px}.product-field-block{min-width:0}.product-field-block--spaced{margin:18px 0}.product-locale-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;align-items:end;margin:31px 0}.product-country-option{display:flex;min-width:0;gap:8px;align-items:center}.product-country-option__flag{width:20px;height:20px;flex:0 0 20px;border-radius:4px;object-fit:cover}.product-country-select .product-country-select__control{min-height:35px;border-color:#d1d5db;border-radius:var(--product-radius);box-shadow:none}.product-country-select .product-country-select__control:hover,.product-country-select .product-country-select__control--is-focused{border-color:var(--product-accent);box-shadow:0 0 0 3px #3154e729}.product-suggestion-panel{display:grid;gap:9px;margin-top:12px}.product-suggestion-panel--compact{gap:8px}.product-suggestion-panel__label{color:var(--product-muted);font-size:13px;font-weight:750}.product-topic-suggestions{display:grid;gap:8px}.product-topic-suggestion{display:grid;grid-template-columns:auto minmax(0,1fr);gap:10px;align-items:start;width:100%;border:1px solid var(--product-border);border-radius:var(--product-radius);background:var(--product-surface-muted);color:var(--product-ink-soft);cursor:pointer;font:inherit;line-height:1.45;padding:11px 13px;text-align:left}.product-topic-suggestion:hover{border-color:var(--product-border-strong);background:#fff;transform:translateY(-1px)}.product-topic-suggestion:focus-visible,.product-keyword-chip:focus-visible{border-color:var(--product-accent);box-shadow:0 0 0 3px #3154e729;outline:none}.product-topic-suggestion.is-selected{border-color:var(--product-accent);background:var(--product-accent-soft);color:var(--product-ink)}.product-topic-suggestion__status{display:inline-flex;min-width:76px;align-items:center;justify-content:center;gap:5px;border-radius:999px;background:#fff;color:var(--product-muted);font-size:11px;font-weight:850;line-height:1;padding:6px 8px;text-align:center}.product-topic-suggestion__status svg{flex:0 0 auto}.product-topic-suggestion.is-selected .product-topic-suggestion__status{background:var(--product-accent-strong);color:var(--product-orange)}.product-topic-suggestion__text{min-width:0;overflow-wrap:anywhere}.product-keyword-chips{display:flex;flex-wrap:wrap;gap:8px}.product-keyword-chip{display:inline-flex;max-width:100%;gap:8px;align-items:center;border:1px solid var(--product-border);border-radius:999px;background:var(--product-surface-muted);color:var(--product-ink-soft);cursor:pointer;font:inherit;font-size:13px;font-weight:700;padding:7px 10px}.product-keyword-chip:hover{border-color:var(--product-border-strong);background:#fff}.product-keyword-chip.is-selected,.product-keyword-chip:disabled{border-color:var(--product-border);background:#e8ede5;color:var(--product-muted);cursor:not-allowed;opacity:.78}.product-keyword-chip__action{display:inline-flex;align-items:center;gap:4px;color:var(--product-accent);font-size:11px;font-weight:850;text-transform:uppercase}.product-keyword-chip__action svg{flex:0 0 auto}.product-keyword-chip.is-selected .product-keyword-chip__action,.product-keyword-chip:disabled .product-keyword-chip__action{color:var(--product-muted)}.product-step-footer{display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:space-between}.product-step-footer--spaced{margin-top:32px}.product-step-footer__note{min-width:min(100%,260px);margin:0;color:var(--product-muted);font-size:13px;line-height:1.5}.product-step-footer__actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:flex-end;margin-left:auto}.product-suggestion-list,.product-status-list{display:grid;gap:7px;list-style:none;margin:9px 0 0;padding:0}.product-suggestion-list li,.product-status-list__item{display:flex;gap:8px;align-items:flex-start;color:var(--product-muted);font-size:13px;line-height:1.5}.product-suggestion-list__dot{width:6px;height:6px;flex:0 0 6px;border-radius:999px;background:var(--product-green);margin-top:8px}.product-status-list__icon{display:inline-grid;width:18px;height:18px;flex:0 0 18px;place-items:center;border-radius:999px;background:var(--product-blue-soft);color:var(--product-blue);margin-top:1px}.product-status-list__icon svg{flex:0 0 auto}.product-insight-panel{border:1px solid var(--product-border);border-radius:var(--product-radius);background:#fff;padding:18px}.product-insight-panel h3,.product-side-panel h3{margin:0 0 14px;color:var(--product-ink);font-size:14px;font-weight:850;letter-spacing:.04em;text-transform:uppercase}.product-status-list__item{border:1px solid var(--product-border);border-radius:8px;background:var(--product-surface-muted);color:var(--product-ink-soft);padding:10px 12px}.product-status-list__item--success{border-color:#bbf7d0;background:var(--product-green-soft)}.product-status-list__item--success .product-status-list__icon{background:#dcfce7;color:var(--product-green)}.product-status-list__item--warning{border-color:#fde68a;background:var(--product-yellow-soft)}.product-status-list__item--warning .product-status-list__icon{background:#fef3c7;color:var(--product-yellow)}.product-status-list__item--error,.product-status-list__item--danger{border-color:#fecaca;background:var(--product-red-soft)}.product-status-list__item--error .product-status-list__icon,.product-status-list__item--danger .product-status-list__icon{background:#fee2e2;color:var(--product-red)}.product-preview-advice-grid{margin-top:6px}.product-editor-meta{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:space-between;margin-bottom:12px;color:var(--product-muted);font-size:13px}.product-editor-meta strong{color:var(--product-ink)}.product-editor-frame{overflow:hidden;border:1px solid var(--product-border);border-radius:var(--product-radius)}.product-side-panel{border:1px solid var(--product-border);border-radius:var(--product-radius);background:#fff;box-shadow:var(--product-shadow);padding:18px}.product-side-panel .product-empty{padding:8px 2px 2px}.product-side-panel .product-empty__art{width:54px;height:54px;margin-bottom:12px}.product-side-panel .product-empty__art:before,.product-side-panel .product-empty__art-line{display:none}.product-side-panel .product-empty__art-mark{width:38px;height:38px}.product-side-panel__head{display:flex;gap:10px;align-items:center;justify-content:space-between;margin-bottom:14px}.product-side-panel__head h3{margin-bottom:0}.product-score-breakdown{display:grid;gap:13px}.product-seo-loading-note{margin:0 0 12px}.product-score-breakdown__head{display:flex;gap:10px;align-items:center;justify-content:space-between;margin-bottom:5px;color:var(--product-ink-soft);font-size:12px;font-weight:750}.product-score-breakdown__value{white-space:nowrap;color:var(--product-blue)}.product-score-breakdown__value span{color:var(--product-muted);font-weight:650}.product-score-breakdown__value--success{color:var(--product-green)}.product-score-breakdown__value--warning{color:var(--product-yellow)}.product-score-breakdown__value--danger{color:var(--product-red)}.product-score-breakdown__progress{display:block;width:100%;height:6px;overflow:hidden;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:999px;background:var(--product-surface-muted);margin-bottom:6px}.product-score-breakdown__progress::-webkit-progress-bar{border-radius:999px;background:var(--product-surface-muted)}.product-score-breakdown__progress::-webkit-progress-value{border-radius:999px;background:var(--product-blue)}.product-score-breakdown__progress::-moz-progress-bar{border-radius:999px;background:var(--product-blue)}.product-score-breakdown__progress--success::-webkit-progress-value,.product-score-breakdown__progress--success::-moz-progress-bar{background:var(--product-green)}.product-score-breakdown__progress--warning::-webkit-progress-value,.product-score-breakdown__progress--warning::-moz-progress-bar{background:var(--product-yellow)}.product-score-breakdown__progress--danger::-webkit-progress-value,.product-score-breakdown__progress--danger::-moz-progress-bar{background:var(--product-red)}.product-score-breakdown p{margin:0;color:var(--product-muted);font-size:11px;line-height:1.5}.product-improvement-list{display:grid;gap:10px}.product-improvement-list__item{display:flex;gap:10px;align-items:flex-start;border:1px solid #fde68a;border-radius:8px;background:var(--product-yellow-soft);padding:10px 12px}.product-improvement-list__item span{display:grid;width:20px;height:20px;flex:0 0 20px;place-items:center;border-radius:999px;background:var(--product-yellow);color:#fff;font-size:11px;font-weight:850}.product-improvement-list__item p{margin:0;color:var(--product-ink-soft);font-size:13px;line-height:1.5}.product-side-panel--collapsible{padding:0;overflow:hidden}.product-collapsible-trigger{display:flex;width:100%;align-items:center;justify-content:space-between;border:0;background:transparent;color:var(--product-ink);cursor:pointer;font:inherit;font-size:13px;font-weight:850;letter-spacing:.04em;padding:15px 18px;text-align:left;text-transform:uppercase}.product-collapsible-trigger:hover{background:var(--product-surface-muted)}.product-collapsible-trigger:focus-visible{box-shadow:inset 0 0 0 2px var(--product-accent);outline:none}.product-collapsible-trigger__label{display:inline-flex;min-width:0;align-items:center;gap:8px;flex-wrap:wrap}.product-collapsible-trigger__chevron{flex:0 0 auto;color:var(--product-muted);transition:transform .2s ease}.product-collapsible-trigger__chevron.is-open{transform:rotate(180deg)}.product-feedback-list{display:grid;gap:10px;padding:0 18px 18px}.product-feedback-list__item{border:1px solid var(--product-border);border-radius:8px;background:var(--product-surface-muted);padding:10px 12px}.product-feedback-list__item strong{display:block;margin-bottom:4px;color:var(--product-ink-soft);font-size:12px}.product-feedback-list__item p{margin:0;color:var(--product-muted);font-size:12px;line-height:1.5}.product-featured-list{display:grid;max-height:400px;gap:12px;overflow-y:auto;padding-right:4px}.product-featured-item{display:flex;gap:12px;align-items:center;border:1px solid var(--product-border);border-radius:8px;background:var(--product-surface-muted);padding:12px;transition:background .2s ease,border-color .2s ease}.product-featured-item:hover{border-color:var(--product-border-strong);background:#fff}.product-featured-item__image,.product-featured-item__placeholder{width:48px;height:48px;flex:0 0 48px;border:1px solid var(--product-border);border-radius:6px}.product-featured-item__image{object-fit:cover}.product-featured-item__placeholder{display:grid;place-items:center;background:#fff;color:var(--product-muted)}.product-featured-item__placeholder svg{flex:0 0 auto}.product-featured-item__body{display:grid;min-width:0;gap:4px}.product-featured-item__body strong{overflow:hidden;color:var(--product-ink);font-size:13px;font-weight:750;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.product-featured-item__price{color:var(--product-green);font-size:12px;font-weight:750}.product-featured-item__price .product-muted-value{font-size:12px;font-weight:650}.blog-editor-content h1{color:#111827;font-size:2em;font-weight:700;line-height:1.2;margin:1.5em 0 .75em}.blog-editor-content h2{color:#111827;font-size:1.5em;font-weight:600;line-height:1.3;margin:1.5em 0 .75em}.blog-editor-content h3{color:#111827;font-size:1.25em;font-weight:600;line-height:1.4;margin:1.25em 0 .5em}.blog-editor-content p{color:#374151;line-height:1.7;margin-bottom:1.25em}.blog-editor-content ul,.blog-editor-content ol{margin:0 0 1.25em 1.5em;padding-left:.5em}.blog-editor-content ul li{list-style-type:disc;margin-bottom:.5em;line-height:1.7}.blog-editor-content ol li{list-style-type:decimal;margin-bottom:.5em;line-height:1.7}.blog-editor-content a{color:var(--product-blue);text-decoration:underline;transition:color .2s}.blog-editor-content a:hover{color:#1d4ed8}.blog-editor-content img{display:block;max-width:100%;height:auto;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a;margin:24px 0}.blog-editor-content code{border-radius:3px;background:#f3f4f6;color:#dc2626;font-family:Courier New,monospace;font-size:.9em;padding:2px 6px}.blog-editor-content pre{overflow-x:auto;border:1px solid #d1d5db;border-radius:6px;background:#f3f4f6;font-family:Courier New,monospace;margin:16px 0;padding:16px}.blog-editor-content pre code{background:none;color:#111827;padding:0}.blog-editor-content strong{color:#111827;font-weight:600}.blog-editor-content em{font-style:italic}.product-spinner{width:17px;height:17px;border:2px solid #bfdbfe;border-top-color:var(--product-blue);border-radius:50%;animation:product-spin .76s linear infinite}.product-skeleton{position:relative;overflow:hidden;border-radius:6px;background:#e8ede5}.product-skeleton:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.58),transparent);animation:product-skeleton 1.2s ease-in-out infinite}.product-skeleton-stack{display:grid;gap:10px}.product-skeleton-stack__label{color:var(--product-muted);font-size:12px;font-weight:800;line-height:1.35}.product-skeleton--heading{width:min(72%,220px);height:18px}.product-skeleton--line{width:100%;height:12px}.product-skeleton--line-short{width:64%}.product-table-wrap{overflow-x:auto;overscroll-behavior-x:contain;padding-bottom:2px}.product-table-wrap s-table{min-width:920px}.product-table-title{min-width:220px;max-width:360px;color:var(--product-ink);font-weight:700;line-height:1.35;overflow-wrap:anywhere}.product-table-product{display:flex;min-width:0;gap:12px;align-items:center}.product-table-product>*,.product-table-article>*{min-width:0}.product-table-article{max-width:420px}.product-table-product__image{border:1px solid var(--product-border);border-radius:4px;object-fit:cover}.product-pagination{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;align-items:center;margin-top:20px}.product-pagination__status{min-width:112px;color:var(--product-muted);font-size:12px;font-weight:750;text-align:center}.product-image-thumb{width:50px;height:50px;flex:0 0 50px;border:1px solid var(--product-border);border-radius:6px;background:var(--product-surface-muted);object-fit:cover}.product-score{display:grid;width:50px;height:50px;place-items:center;border:1px solid var(--product-border);border-radius:999px;background:var(--product-surface-muted);color:var(--product-muted);font-size:13px;font-weight:850}.product-score--empty{border-color:var(--product-border);background:var(--product-surface-muted);color:var(--product-muted)}.product-score--success{border-color:#bbf7d0;background:var(--product-green-soft);color:var(--product-green)}.product-score--warning{border-color:#fde68a;background:var(--product-yellow-soft);color:var(--product-yellow)}.product-score--danger{border-color:#fecaca;background:var(--product-red-soft);color:var(--product-red)}.product-nav-note{color:var(--product-muted);font-size:12px;line-height:1.5;overflow-wrap:anywhere}@keyframes product-spin{to{transform:rotate(360deg)}}@keyframes product-skeleton{to{transform:translate(100%)}}@keyframes product-blink{0%,to{opacity:1}50%{opacity:0}}.preview-shell{min-height:100vh;display:grid;grid-template-columns:248px minmax(0,1fr);background:var(--product-bg);color:var(--product-ink)}.preview-shell button,.preview-shell input{font:inherit}.preview-sidebar{position:sticky;top:0;height:100vh;padding:24px;background:#17201a;color:#fff}.preview-brand{display:flex;gap:12px;align-items:center;margin-bottom:32px}.preview-brand-mark{width:42px;height:42px;display:grid;place-items:center;flex:0 0 42px;border-radius:8px;background:#c8f05f;color:#17201a;font-weight:800}.preview-brand span,.preview-screen-head span,.preview-metric span,.preview-campaign-list span,.preview-table-row span{display:block;color:#6f7a72;font-size:13px}.preview-brand span{color:#b9c5bc}.preview-sidebar nav{display:grid;gap:8px}.preview-sidebar nav a{color:#dfe6df;text-decoration:none;padding:10px 12px;border-radius:8px;cursor:pointer}.preview-sidebar nav a:hover{background:#c8f05f24;color:#c8f05f}.preview-workspace{display:grid;gap:24px;padding:28px}.preview-hero-band{min-height:420px;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);align-items:center;gap:32px;padding:48px;border-radius:8px;background:linear-gradient(120deg,#17201ad1,#17201a7a),url(https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=1800&q=80);background-size:cover;background-position:center;color:#fff}.preview-kicker{display:inline-block;margin-bottom:14px;color:#c8f05f;font-weight:700}.preview-hero-band h1{max-width:780px;margin:0;font-size:64px;line-height:.96;letter-spacing:0}.preview-hero-band p{max-width:680px;color:#eef4ec;font-size:18px;line-height:1.65}.preview-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}.preview-shell button{display:inline-flex;align-items:center;justify-content:center;gap:7px;border:0;border-radius:8px;padding:11px 16px;background:#17201a;color:#fff;font-weight:700;cursor:pointer}.preview-shell button svg{flex:0 0 auto}.preview-hero-band button{background:#c8f05f;color:#17201a}.preview-shell button.secondary{border:1px solid rgba(255,255,255,.35);background:#ffffff24;color:#fff}.preview-hero-band .hero-panel,.preview-screen{border-radius:8px;background:#fff;box-shadow:0 18px 50px #17201a14}.preview-hero-band .hero-panel{display:grid;gap:12px;padding:18px}.preview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.preview-screen{min-height:320px;padding:22px}.preview-screen-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:18px}.preview-screen h2,.preview-screen h3{margin:0;letter-spacing:0}.preview-screen h2{font-size:24px}.preview-screen h3{font-size:22px;line-height:1.25}.preview-metrics-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.preview-metric{padding:14px;border:1px solid #e4e9df;border-radius:8px;background:#f4f6f2;color:#17201a}.preview-metric strong{display:block;margin-top:6px;color:#17201a;font-size:22px}.preview-metric.green{border-color:#cce9bb;background:#eff9e7}.preview-metric.blue{border-color:#cae0ff;background:#eef6ff}.preview-timeline{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;margin-top:24px}.preview-timeline div{min-height:92px;padding:12px;border-radius:8px;background:#f4f6f2;color:#59635c;font-size:13px}.preview-timeline .done{background:#17201a;color:#fff}.preview-timeline span{display:inline-grid;width:26px;height:26px;place-items:center;margin-bottom:14px;border-radius:999px;background:#fff;color:var(--product-accent);font-weight:800}.preview-timeline .done span{background:#c8f05f24;color:#c8f05f}.preview-timeline span svg{flex:0 0 auto}.preview-campaign-list,.preview-table,.preview-editor-layout{display:grid;gap:10px}.preview-campaign-list article,.preview-table-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:14px;padding:12px;border:1px solid #e4e9df;border-radius:8px;background:#f8faf6}.preview-campaign-list em{min-width:92px;text-align:center;padding:5px 8px;border-radius:999px;background:#eef6ff;color:#1f5fae;font-style:normal;font-size:12px;font-weight:700}.preview-filter-bar{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:8px;margin-bottom:12px}.preview-shell input{min-width:0;border:1px solid #d8ded5;border-radius:8px;padding:11px 12px;background:#fff;color:#17201a}.preview-table-row{grid-template-columns:minmax(0,1fr) 92px 92px 40px}.preview-table-row strong,.preview-campaign-list strong{overflow-wrap:anywhere}.preview-editor-layout{grid-template-columns:minmax(0,1fr) 190px;align-items:start}.preview-editor-layout p{color:#4d5b51;line-height:1.6}.preview-article-lines{display:grid;gap:10px;margin-top:18px}.preview-article-lines span{height:12px;border-radius:999px;background:#e4e9df}.preview-article-lines span:nth-child(2){width:86%}.preview-article-lines span:nth-child(3){width:68%}.preview-article-lines span:nth-child(4){width:78%}.preview-editor-layout aside{display:grid;gap:10px}@media(max-width:980px){.preview-shell{grid-template-columns:1fr}.preview-sidebar{position:static;height:auto}.preview-sidebar nav{grid-template-columns:repeat(4,auto);overflow-x:auto}.preview-hero-band,.preview-grid,.preview-editor-layout{grid-template-columns:1fr}.preview-hero-band h1{font-size:48px}.preview-timeline,.preview-metrics-row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.preview-workspace{padding:14px}.preview-hero-band{padding:28px}.preview-hero-band h1{font-size:36px;line-height:1.05}.preview-filter-bar,.preview-table-row,.preview-campaign-list article{grid-template-columns:1fr}.preview-timeline,.preview-metrics-row{grid-template-columns:1fr}}@keyframes product-fade-up{0%{opacity:0;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}@keyframes product-pulse{0%,to{opacity:1}50%{opacity:.3}}@media(max-width:960px){.product-hero__inner,.product-grid,.product-grid--three,.product-grid--four,.product-grid--five,.product-grid--sidebar,.product-grid--dashboard,.product-grid--two,.product-field-grid,.product-locale-grid,.product-picker,.product-template-browser,.product-template-option-grid,.product-stepper,.product-template-product-grid,.product-template-procon-grid{grid-template-columns:1fr}.product-template-option-grid--scroll{max-height:380px}.product-hero__actions{justify-content:flex-start}.product-inline-control{max-width:none}.product-hero__visual{width:100%;max-width:240px}.product-preview-layout,.product-research-layout,.product-generation-layout{grid-template-columns:1fr}.product-template-modal{align-items:stretch;padding:12px}.product-template-modal__dialog{max-height:calc(100vh - 24px)}.product-template-hero{padding:40px 24px}.product-template-article{padding:28px 24px}.product-template-split,.product-template-verdict,.product-template-gift-card,.product-template-callout--compact,.product-template-image-info{flex-direction:column}.product-template-score-row,.product-template-stat-row,.product-template-meta-row,.product-template-palette-row{flex-wrap:wrap}.product-preview-side{position:static}}@media(max-width:640px){.product-hero__inner,.product-panel,.product-card{padding:16px}.product-section-header,.product-side-panel__head,.product-field-head{align-items:flex-start}.product-hero h1{font-size:24px}.product-row{align-items:stretch}.product-notice{flex-wrap:wrap}.product-notice__body{flex-basis:calc(100% - 46px)}.product-notice__action{width:100%;justify-content:stretch;padding-left:46px}.product-notice__action .product-button,.product-notice__action button{width:100%;white-space:normal}.product-inline-chip-row{min-width:0}.product-inline-chip-row .product-pill{max-width:100%}.product-empty{padding:32px 14px}.product-empty__action,.product-empty__action s-button,.product-empty__action button{width:100%}.product-review-prompt{right:12px;bottom:12px;width:calc(100vw - 24px);grid-template-columns:auto minmax(0,1fr);padding:12px}.product-review-prompt__close{position:absolute;top:10px;right:10px}.product-review-prompt__body{padding-right:28px}.product-review-prompt__actions .product-button{flex:1 1 130px}.product-support-widget{right:12px;bottom:12px}.product-support-widget__button{width:52px;height:52px}.product-confirm-grid{grid-template-columns:1fr}.product-task-toast{right:12px;bottom:12px;width:calc(100vw - 24px);max-height:min(78vh,560px);overflow-y:auto;padding:12px}.product-task-toast__step{grid-template-columns:22px minmax(0,1fr)}.product-task-toast__step-status{grid-column:2;justify-self:start}.product-loading-pill{width:100%;justify-content:center;white-space:normal}.product-activity-log__header{flex-wrap:wrap}.product-activity-log__live{margin-left:48px}.product-activity-log__line{grid-template-columns:auto minmax(0,1fr)}.product-activity-log__time{display:none}.product-inline-control{flex-wrap:wrap}.product-inline-control .product-no-shrink,.product-inline-control s-button,.product-inline-control button{width:100%}.product-no-shrink{flex-shrink:1}.product-template-strip{align-items:flex-start}.product-template-strip__swatch{display:none}.product-template-guide__grid{grid-template-columns:1fr}.product-template-modal__footer{flex-direction:column-reverse;align-items:stretch;padding:14px 16px}.product-template-modal__header{align-items:flex-start;padding:14px 16px}.product-template-modal__close{width:32px;height:32px;flex:0 0 32px}.product-template-modal__button{width:100%}.product-template-guide{padding:14px 16px}.product-template-browser-bar{padding-inline:12px}.product-template-browser-bar__url{max-width:none}.product-template-hero{padding:32px 18px}.product-template-hero__title{font-size:22px}.product-template-hero__title--lookbook{letter-spacing:1px}.product-template-article{padding:22px 18px}.product-template-heading,.product-template-heading--lookbook,.product-template-heading--sport,.product-template-heading--elegant,.product-template-heading--sideband,.product-template-heading--underline,.product-template-heading--italic{font-size:18px;line-height:1.3}.product-template-copy{font-size:14px}.product-template-verdict__main,.product-template-gift-card__body,.product-template-idea-card__copy{min-width:0}.product-template-option__banner{min-height:54px}.product-editor__group{width:100%;border-right:0;border-bottom:1px solid var(--product-border);padding-right:0;padding-bottom:8px}.product-editor__group:last-child{border-bottom:0;padding-bottom:0}.product-editor__group--mode{margin-left:0}.product-editor__linkbar-label{width:100%}.product-table-wrap{margin-inline:-16px;padding-inline:16px}.product-table-title{min-width:160px;max-width:260px}.product-image-thumb,.product-score{width:42px;height:42px;flex-basis:42px}.product-editor__source,.product-editor__content{min-height:420px;padding:18px}}.product-featured-image-editor{display:grid;grid-template-columns:minmax(120px,180px) 1fr;gap:14px;align-items:center}.product-featured-image-editor__preview,.product-featured-image-editor__empty{width:100%;aspect-ratio:16 / 9;border:1px solid var(--product-border);border-radius:8px;background:var(--product-surface-muted)}.product-featured-image-editor__preview{object-fit:cover;display:block}.product-featured-image-editor__current{display:grid;gap:6px;color:var(--product-muted);font-size:12px}.product-featured-image-editor__empty{display:grid;place-items:center;gap:6px;color:var(--product-muted);font-size:13px;text-align:center}.product-featured-image-editor__controls{display:grid;gap:10px}.product-image-option-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px;margin-top:12px}.product-cover-options{margin-top:16px;padding-top:14px;border-top:1px solid var(--product-border)}.product-image-option-grid--compact{grid-template-columns:repeat(auto-fit,minmax(92px,120px))}.product-image-option-grid--cover{grid-template-columns:repeat(auto-fill,minmax(136px,164px))}.product-image-source-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.product-image-source-card{display:grid;grid-template-columns:36px 1fr;gap:10px;align-items:center;min-height:74px;padding:12px;border:1px solid var(--product-border);border-radius:8px;background:#fff;color:var(--product-ink);font:inherit;text-align:left;cursor:pointer}.product-image-source-card:hover,.product-image-source-card.is-selected{border-color:var(--product-accent);box-shadow:0 0 0 2px var(--product-accent-soft)}.product-image-source-card__icon{display:grid;place-items:center;width:36px;height:36px;border-radius:8px;background:var(--product-accent-soft);color:var(--product-accent)}.product-image-source-card__icon svg{width:18px;height:18px}.product-image-source-card strong,.product-image-source-card small{display:block}.product-image-source-card small{margin-top:2px;color:var(--product-muted);font-size:12px;line-height:1.35}.product-image-option{display:grid;gap:8px;padding:8px;border:1px solid var(--product-border);border-radius:8px;background:#fff;color:var(--product-ink);font:inherit;font-size:12px;text-align:left;cursor:pointer}.product-image-option:hover,.product-image-option.is-selected{border-color:var(--product-accent);box-shadow:0 0 0 2px var(--product-accent-soft)}.product-image-option:disabled{opacity:.55;cursor:not-allowed}.product-image-option img{width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:6px;background:var(--product-surface-muted)}.product-image-option span{font-weight:700}@media(max-width:680px){.product-featured-image-editor,.product-image-source-grid{grid-template-columns:1fr}}
