:root{font-family:Inter,Arial,Helvetica,sans-serif;color:#e5edf7;background:#0f172a}*{box-sizing:border-box}body{margin:0}.app{min-height:100vh;display:grid;grid-template-columns:290px 1fr;background:radial-gradient(circle at top left,rgba(59,130,246,.22),transparent 32%),linear-gradient(135deg,#0f172a,#111827 55%,#1e293b)}.sidebar{padding:28px;border-right:1px solid rgba(148,163,184,.18);background:#0f172ac7;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);display:flex;flex-direction:column;gap:28px}.brand{display:flex;align-items:center;gap:14px}.logo{width:46px;height:46px;border-radius:14px;background:linear-gradient(135deg,#2563eb,#7c3aed);display:grid;place-items:center;font-weight:800;box-shadow:0 16px 34px #2563eb59}.brand h1{font-size:20px;margin:0}.brand p,.eyebrow{margin:4px 0 0;color:#94a3b8;font-size:13px}nav{display:flex;flex-direction:column;gap:8px}nav a{padding:12px 14px;border-radius:12px;color:#cbd5e1;cursor:default}nav a.active,nav a:hover{background:#2563eb38;color:#fff}.security-box{margin-top:auto;padding:16px;border-radius:16px;background:#0f172aeb;border:1px solid rgba(148,163,184,.2);display:flex;flex-direction:column;gap:8px}.security-box span{color:#cbd5e1;font-size:14px;line-height:1.4}.main{padding:34px}.topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:26px}.topbar h2{margin:4px 0 0;font-size:34px}.pill{padding:10px 14px;border-radius:999px;background:#10b98129;color:#86efac;border:1px solid rgba(134,239,172,.26);font-size:14px}.hero{background:linear-gradient(135deg,#2563eb38,#7c3aed2e);border:1px solid rgba(148,163,184,.18);border-radius:24px;padding:28px;display:flex;justify-content:space-between;gap:28px;align-items:center;box-shadow:0 20px 55px #0000003d}.hero h3{margin:0 0 10px;font-size:26px}.hero p{margin:0;color:#cbd5e1;max-width:760px;line-height:1.55}button{border:0;border-radius:14px;background:#2563eb;color:#fff;padding:13px 18px;font-weight:700;white-space:nowrap}.stats{margin-top:24px;display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.stat-card,.module-card{background:#0f172abd;border:1px solid rgba(148,163,184,.17);border-radius:20px;padding:20px}.stat-card span{color:#94a3b8;font-size:14px}.stat-card strong{display:block;margin-top:12px;font-size:34px}.stat-card p,.module-card p,.section-title p{color:#94a3b8;line-height:1.45}.modules{margin-top:34px}.section-title h3{margin-bottom:6px;font-size:24px}.module-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.module-card{display:flex;justify-content:space-between;gap:18px}.module-card h4{margin:0 0 8px;font-size:19px}.module-card span{align-self:flex-start;padding:7px 10px;border-radius:999px;color:#bfdbfe;background:#2563eb2e;font-size:13px;white-space:nowrap}@media(max-width:980px){.app{grid-template-columns:1fr}.sidebar{display:none}.stats,.module-grid{grid-template-columns:1fr}.hero{flex-direction:column;align-items:flex-start}}.notice{margin-top:24px;background:#2563eb29;border:1px solid rgba(147,197,253,.25);color:#bfdbfe;padding:18px;border-radius:18px}.notice.error{background:#ef444429;border-color:#fca5a54d;color:#fecaca;display:flex;flex-direction:column;gap:8px}.product-list{display:flex;flex-direction:column;gap:16px}.product-card{background:#0f172abd;border:1px solid rgba(148,163,184,.17);border-radius:20px;padding:20px}.product-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.product-head h4{margin:0 0 8px;font-size:20px}.product-head p{margin:0;color:#94a3b8;font-size:14px}.score{min-width:94px;text-align:center;border-radius:16px;padding:12px;background:#2563eb29;border:1px solid rgba(147,197,253,.25)}.score strong{display:block;font-size:26px}.score span{color:#cbd5e1;font-size:13px}.product-preview{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.product-preview span{background:#1e293be6;color:#cbd5e1;border:1px solid rgba(148,163,184,.16);padding:8px 10px;border-radius:999px;font-size:13px}.issues{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.issue{padding:8px 10px;border-radius:999px;font-size:13px}.issue.high,.stat-card.danger{background:#ef444429;border-color:#fca5a540}.issue.medium,.stat-card.warning{background:#f59e0b29;border-color:#fde68a40}.issue.low,.stat-card.success{background:#10b98129;border-color:#86efac40}@media(max-width:760px){.product-head{flex-direction:column}.score{width:100%}}.login-page{min-height:100vh;display:grid;place-items:center;padding:28px;background:radial-gradient(circle at top left,rgba(59,130,246,.25),transparent 30%),radial-gradient(circle at bottom right,rgba(124,58,237,.22),transparent 30%),linear-gradient(135deg,#0f172a,#111827 55%,#1e293b)}.login-card{width:min(440px,100%);background:#0f172adb;border:1px solid rgba(148,163,184,.22);border-radius:26px;padding:34px;box-shadow:0 24px 70px #00000061;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.login-logo{width:56px;height:56px;border-radius:18px;background:linear-gradient(135deg,#2563eb,#7c3aed);display:grid;place-items:center;font-weight:900;margin-bottom:18px;box-shadow:0 16px 34px #2563eb59}.login-card h1{margin:6px 0 10px;font-size:32px}.login-intro,.login-note{color:#94a3b8;line-height:1.5}.login-form{display:flex;flex-direction:column;gap:16px;margin-top:24px}.login-form label{display:flex;flex-direction:column;gap:8px;color:#cbd5e1;font-size:14px}.login-form input{width:100%;border:1px solid rgba(148,163,184,.28);background:#0f172ae6;color:#fff;border-radius:14px;padding:13px 14px;outline:none;font-size:16px}.login-form input:focus{border-color:#60a5fad9;box-shadow:0 0 0 4px #2563eb38}.login-error{background:#ef444429;border:1px solid rgba(252,165,165,.28);color:#fecaca;padding:12px;border-radius:14px}.logout-button{margin-top:10px;width:100%;background:#ef44442e;border:1px solid rgba(252,165,165,.25)}.top-actions{display:flex;align-items:center;gap:12px}.logout-top-button{background:#ef44442e;border:1px solid rgba(252,165,165,.28);color:#fecaca}.logout-top-button:hover{background:#ef444447}.pagination-bar{margin-top:18px;background:#0f172abd;border:1px solid rgba(148,163,184,.17);border-radius:18px;padding:14px;display:flex;align-items:center;justify-content:space-between;gap:14px}.pagination-bar span{color:#cbd5e1;font-size:14px}.pagination-bar button:disabled{opacity:.45;cursor:not-allowed}.filter-bar{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0 10px}.filter-bar button{background:#0f172ab3;border:1px solid rgba(148,163,184,.22);color:#cbd5e1;padding:10px 13px;border-radius:999px;font-size:14px}.filter-bar button.active,.filter-bar button:hover{background:#2563eb52;border-color:#93c5fd73;color:#fff}.filter-count{color:#94a3b8;font-size:14px;margin:0 0 14px}.empty-state{color:#cbd5e1;text-align:center}.search-row{display:flex;gap:12px;margin:18px 0 12px}.search-row input{flex:1;min-width:220px;border:1px solid rgba(148,163,184,.26);background:#0f172ac7;color:#fff;border-radius:16px;padding:13px 15px;font-size:15px;outline:none}.search-row input:focus{border-color:#60a5fad9;box-shadow:0 0 0 4px #2563eb2e}.search-row input::placeholder{color:#64748b}.search-row button{background:#94a3b829;border:1px solid rgba(148,163,184,.24)}@media(max-width:760px){.search-row{flex-direction:column}}.app{height:100vh;overflow:hidden}.sidebar{height:100vh;position:sticky;top:0;overflow:hidden}.main{height:100vh;overflow-y:auto;padding-bottom:60px}.security-box{position:sticky;bottom:18px}.top-actions .logout-top-button{display:none}.product-actions{display:flex;align-items:center;gap:12px}.product-actions button{background:#2563eb2e;border:1px solid rgba(147,197,253,.28);color:#bfdbfe}.detail-panel{position:fixed;top:0;right:0;width:min(620px,92vw);height:100vh;overflow-y:auto;background:#0f172af7;border-left:1px solid rgba(148,163,184,.22);box-shadow:-24px 0 70px #0000006b;padding:28px;z-index:20}.detail-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start}.detail-head h3{margin:6px 0;font-size:26px}.detail-head span{color:#94a3b8}.detail-score{margin-top:22px;width:120px;text-align:center;border-radius:18px;padding:16px;background:#2563eb29;border:1px solid rgba(147,197,253,.25)}.detail-score strong{display:block;font-size:34px}.detail-section{margin-top:24px;padding-top:18px;border-top:1px solid rgba(148,163,184,.16)}.detail-section h4{margin:0 0 12px;font-size:18px}.detail-section p{color:#cbd5e1;line-height:1.5}.html-preview{background:#02061794;border:1px solid rgba(148,163,184,.16);border-radius:16px;padding:16px;color:#dbeafe;line-height:1.55;max-height:420px;overflow-y:auto}.html-preview img,.html-preview iframe{max-width:100%}@media(max-width:760px){.product-actions{width:100%;flex-direction:column;align-items:stretch}}.pagination-bar-advanced{flex-wrap:wrap}.page-numbers{display:flex;align-items:center;justify-content:center;gap:6px;flex-wrap:wrap}.page-numbers button{min-width:38px;padding:9px 11px;background:#0f172ab3;border:1px solid rgba(148,163,184,.22);color:#cbd5e1}.page-numbers button.active{background:#2563eb;border-color:#93c5fd8c;color:#fff}.page-ellipsis{color:#94a3b8;padding:0 4px}.product-range{min-width:180px;text-align:center;color:#cbd5e1}.search-mode-bar{justify-content:center;color:#bfdbfe;background:#2563eb24;border-color:#93c5fd3d}.diagnostic-box{background:#2563eb1a;border:1px solid rgba(147,197,253,.2);border-radius:18px;padding:18px}.diagnostic-grid{display:grid;grid-template-columns:1fr;gap:14px}.diagnostic-grid span{display:block;color:#94a3b8;font-size:13px;margin-bottom:6px}.diagnostic-grid strong{color:#bfdbfe;font-size:18px}.diagnostic-grid p{margin:0;color:#dbeafe}.fields-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.fields-list span{background:#0f172abf;border:1px solid rgba(148,163,184,.18);color:#cbd5e1;border-radius:999px;padding:8px 10px;font-size:13px}.proposal-box{background:#10b98114;border:1px solid rgba(134,239,172,.18);border-radius:18px;padding:18px}.proposal-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:16px}.proposal-head h4{margin:0 0 6px}.proposal-head p{margin:0;color:#94a3b8;font-size:14px}.proposal-head span{background:#10b98129;border:1px solid rgba(134,239,172,.24);color:#bbf7d0;border-radius:999px;padding:7px 10px;font-size:13px;white-space:nowrap}.proposal-grid{display:grid;gap:14px}.proposal-grid label{display:flex;flex-direction:column;gap:8px;color:#cbd5e1;font-size:14px}.proposal-grid input,.proposal-grid textarea{width:100%;border:1px solid rgba(148,163,184,.24);background:#0206178f;color:#e5edf7;border-radius:14px;padding:12px 13px;font-size:14px;outline:none;resize:vertical}.proposal-grid input:focus,.proposal-grid textarea:focus{border-color:#86efac99;box-shadow:0 0 0 4px #10b98124}.proposal-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.proposal-actions button:disabled{opacity:.45;cursor:not-allowed}.detail-panel{width:clamp(720px,38vw,880px)}@media(max-width:1500px){.detail-panel{width:min(760px,52vw)}}@media(max-width:1100px){.detail-panel{width:92vw}}.draft-message{margin-top:12px;color:#bbf7d0;background:#10b9811f;border:1px solid rgba(134,239,172,.22);border-radius:14px;padding:11px 12px;font-size:14px}.ai-settings-card{margin-top:18px;background:#7c3aed1f;border:1px solid rgba(196,181,253,.22);border-radius:22px;padding:20px;display:flex;justify-content:space-between;gap:20px;align-items:center}.ai-settings-card h3{margin:4px 0 8px;font-size:22px}.ai-settings-card p{margin:5px 0;color:#cbd5e1}.ai-links{display:flex;flex-wrap:wrap;gap:10px}.ai-links a{text-decoration:none;color:#ddd6fe;background:#0f172ab3;border:1px solid rgba(196,181,253,.24);padding:10px 12px;border-radius:999px;font-size:14px}.ai-links a:hover{background:#7c3aed47;color:#fff}@media(max-width:900px){.ai-settings-card{flex-direction:column;align-items:flex-start}}.ai-forecast{width:100%;margin-top:16px;padding-top:16px;border-top:1px solid rgba(196,181,253,.18)}.ai-forecast h4{margin:0 0 12px;font-size:16px;color:#ddd6fe}.forecast-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.forecast-grid span{background:#0f172a9e;border:1px solid rgba(196,181,253,.18);border-radius:14px;padding:11px;color:#cbd5e1;font-size:13px}.forecast-grid strong{color:#bbf7d0}.ai-forecast p{margin-top:12px;color:#cbd5e1}@media(max-width:1100px){.forecast-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.forecast-grid{grid-template-columns:1fr}}.clickable-stat{cursor:pointer;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}.clickable-stat:hover{transform:translateY(-2px);border-color:#60a5faa6;box-shadow:0 10px 24px #2563eb2e}.active-stat{border-color:#60a5fae6;box-shadow:0 0 0 1px #60a5fa59,0 10px 24px #2563eb2e}.client-preview-box{margin-top:18px;padding:16px;border:1px solid rgba(148,163,184,.25);border-radius:14px;background:#0f172a59}.client-preview-head{margin-bottom:14px}.client-preview-head h4{margin:0 0 4px;font-size:15px}.client-preview-head p{margin:0;color:#94a3b8;font-size:13px}.client-preview-section{margin-top:14px}.client-preview-section h5{margin:0 0 8px;font-size:13px;color:#cbd5e1}.client-html-preview{padding:14px;min-height:60px;border-radius:12px;background:#02061773;border:1px solid rgba(148,163,184,.18);line-height:1.55}.client-html-preview p{margin:0 0 10px}.client-html-preview ul,.client-html-preview ol{margin:8px 0 10px 22px;padding:0}.client-html-preview li{margin:4px 0}.template-selector-box{margin:14px 0 18px;padding:14px;border:1px solid rgba(148,163,184,.22);border-radius:14px;background:#0f172a47}.template-selector-box label{display:flex;flex-direction:column;gap:8px;font-size:13px;color:#cbd5e1}.template-selector-box select{width:100%;padding:10px 12px;border-radius:10px;border:1px solid rgba(148,163,184,.28);background:#020617b3;color:#e5e7eb}.template-selector-box p{margin:10px 0 0;color:#94a3b8;font-size:13px}.verified-info-box{margin:16px 0 18px;padding:16px;border:1px solid rgba(34,197,94,.28);border-radius:14px;background:#064e3b29}.verified-info-head{margin-bottom:14px}.verified-info-head h4{margin:0 0 4px;font-size:15px}.verified-info-head p{margin:0;color:#a7f3d0;font-size:13px;line-height:1.45}.verified-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.verified-info-grid label,.verified-info-notes{display:flex;flex-direction:column;gap:7px;color:#d1fae5;font-size:13px}.verified-info-grid input,.verified-info-grid select,.verified-info-notes textarea{width:100%;padding:10px 12px;border-radius:10px;border:1px solid rgba(148,163,184,.28);background:#020617b8;color:#e5e7eb}.verified-info-notes{margin-top:12px}@media(max-width:900px){.verified-info-grid{grid-template-columns:1fr}}.verified-info-actions{display:flex;justify-content:flex-start;margin:12px 0 14px}.verified-info-actions button{border:1px solid rgba(34,197,94,.45);background:#16a34a2e;color:#dcfce7;border-radius:10px;padding:9px 14px;cursor:pointer}.verified-info-actions button:hover:not(:disabled){background:#16a34a47}.verified-info-actions button:disabled{opacity:.6;cursor:not-allowed}.client-html-preview .cp-product-sheet{display:flex;flex-direction:column;gap:14px;font-size:14px;line-height:1.6}.client-html-preview .cp-hero{padding:18px;border-radius:16px;border:1px solid rgba(59,130,246,.35);background:linear-gradient(135deg,#1e40af38,#0ea5e91f)}.client-html-preview .cp-hero h3{margin:0 0 10px;font-size:19px;color:#e0f2fe}.client-html-preview .cp-hero p{margin:0;color:#e5e7eb}.client-html-preview .cp-card{padding:15px;border-radius:14px;border:1px solid rgba(148,163,184,.25);background:#0f172a8c}.client-html-preview .cp-card h3{margin:0 0 10px;font-size:16px;color:#f8fafc}.client-html-preview .cp-card p{margin:0 0 8px;color:#e5e7eb}.client-html-preview .cp-card li{margin:5px 0;color:#e5e7eb}.client-html-preview .cp-card strong{color:#f8fafc}.client-html-preview .cp-flavors{border-color:#ec489959;background:linear-gradient(135deg,#83184338,#ec48991a)}.client-html-preview .cp-specs{border-color:#22c55e59;background:linear-gradient(135deg,#14532d38,#22c55e1a)}.client-html-preview .cp-booster{border-color:#f59e0b59;background:linear-gradient(135deg,#78350f38,#f59e0b1a)}.client-html-preview .cp-check{border-color:#f8717159;background:linear-gradient(135deg,#7f1d1d38,#f871711a)}.client-html-preview .cp-check h3{color:#fecaca}.client-html-preview .cp-product-sheet{display:flex;flex-direction:column;gap:16px;font-size:14px;line-height:1.65;color:#1f2933}.client-html-preview .cp-hero,.client-html-preview .cp-card,.client-html-preview .cp-flavors,.client-html-preview .cp-specs,.client-html-preview .cp-booster,.client-html-preview .cp-check{padding:16px 18px;border-radius:6px;border:1px solid #dedede;background:#fff;box-shadow:none}.client-html-preview .cp-hero{border-left:4px solid #333333}.client-html-preview .cp-hero h3,.client-html-preview .cp-card h3{margin:0 0 10px;padding-bottom:6px;font-size:18px;font-weight:700;color:#222;border-bottom:1px solid #e5e5e5}.client-html-preview .cp-card h3{font-size:16px}.client-html-preview .cp-hero p,.client-html-preview .cp-card p{margin:0 0 10px;color:#333}.client-html-preview .cp-card ul{margin:8px 0 0 18px;padding:0}.client-html-preview .cp-card li{margin:5px 0;color:#333}.client-html-preview .cp-card strong{color:#111;font-weight:700}.client-html-preview .cp-flavors{border-left:4px solid #8b1e1e}.client-html-preview .cp-specs{border-left:4px solid #444444}.client-html-preview .cp-booster{border-left:4px solid #b7791f}.client-html-preview .cp-check{border-left:4px solid #c0392b;background:snow}.client-html-preview .cp-check h3{color:#8b1e1e}.client-html-preview .cp-specs ul{list-style:none;margin-left:0}.client-html-preview .cp-specs li{padding:7px 0;border-bottom:1px solid #eeeeee}.client-html-preview .cp-specs li:last-child{border-bottom:none}.client-html-preview .cp-booster-calculator{border-left:4px solid #2563eb;background:#f8fbff}.client-html-preview .cp-booster-calculator h3{color:#1e3a8a}.client-html-preview .cp-calculator-fallback{list-style:none;margin:12px 0 10px;padding:0}.client-html-preview .cp-calculator-fallback li{display:flex;justify-content:space-between;gap:12px;padding:9px 10px;margin:0 0 6px;border:1px solid #dbeafe;border-radius:6px;background:#fff}.client-html-preview .cp-calculator-fallback li strong{color:#1e3a8a}.client-html-preview .cp-booster-calculator em{display:block;margin-top:10px;padding:10px 12px;border-left:3px solid #d97706;border-radius:4px;background:#fff7ed;color:#7c2d12;font-style:normal}.send-simulation-box{margin-top:14px;padding:14px;border:1px solid rgba(245,158,11,.35);border-radius:14px;background:#78350f29}.send-simulation-box h4{margin:0 0 6px;font-size:15px;color:#fed7aa}.send-simulation-box p{margin:0 0 12px;color:#fdba74;font-size:13px}.send-simulation-grid{display:grid;grid-template-columns:1fr auto;gap:8px 14px;align-items:center}.send-simulation-grid span{color:#ffedd5;font-size:13px}.send-simulation-grid strong{color:#fff;font-size:13px;text-align:right}.validated-drafts-box{margin-bottom:18px;padding:18px;border:1px solid rgba(148,163,184,.24);border-radius:16px;background:#0f172a59}.validated-drafts-list{display:flex;flex-direction:column;gap:12px}.validated-draft-card{display:grid;grid-template-columns:1.4fr 1fr auto;gap:14px;align-items:center;padding:14px;border:1px solid rgba(148,163,184,.22);border-radius:14px;background:#02061759}.validated-draft-card h4{margin:0 0 4px;font-size:15px}.validated-draft-card p{margin:0;color:#94a3b8;font-size:13px}.validated-draft-fields{display:flex;flex-wrap:wrap;gap:6px}.validated-draft-fields span{padding:4px 8px;border-radius:999px;font-size:12px}.validated-draft-fields .ready{color:#bbf7d0;background:#16a34a2e;border:1px solid rgba(34,197,94,.28)}.validated-draft-fields .missing{color:#fecaca;background:#b91c1c2e;border:1px solid rgba(248,113,113,.28)}@media(max-width:1000px){.validated-draft-card{grid-template-columns:1fr}}.history-drafts-box{margin-bottom:18px;padding:18px;border:1px solid rgba(148,163,184,.24);border-radius:16px;background:#0f172a59}.history-drafts-list{display:flex;flex-direction:column;gap:12px}.history-draft-card{display:grid;grid-template-columns:1.3fr .8fr 1fr;gap:14px;align-items:center;padding:14px;border:1px solid rgba(148,163,184,.22);border-radius:14px;background:#02061759}.history-draft-card h4{margin:0 0 4px;font-size:15px}.history-draft-card p{margin:0;color:#94a3b8;font-size:13px}.history-status{display:flex;flex-direction:column;gap:6px}.history-status small{color:#94a3b8;font-size:12px}.history-badge{width:fit-content;padding:5px 9px;border-radius:999px;font-size:12px;border:1px solid rgba(148,163,184,.25)}.history-badge.draft{color:#dbeafe;background:#2563eb29;border-color:#3b82f647}.history-badge.validated{color:#bbf7d0;background:#16a34a2e;border-color:#22c55e47}.history-badge.sent{color:#fef3c7;background:#d977062e;border-color:#f59e0b47}@media(max-width:1000px){.history-draft-card{grid-template-columns:1fr}}.prestashop-settings-box{margin-bottom:18px;padding:18px;border:1px solid rgba(148,163,184,.24);border-radius:16px;background:#0f172a59}.prestashop-settings-actions{display:flex;gap:10px;flex-wrap:wrap}.prestashop-settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:14px}.prestashop-settings-grid div{padding:14px;border:1px solid rgba(148,163,184,.22);border-radius:14px;background:#02061759}.prestashop-settings-grid span{display:block;margin-bottom:6px;color:#94a3b8;font-size:13px}.prestashop-settings-grid strong{color:#f8fafc;font-size:14px;word-break:break-word}.status-warning{color:#fbbf24!important}.status-success{color:#86efac!important}.prestashop-safety-note{margin-top:14px;padding:14px;border:1px solid rgba(245,158,11,.28);border-radius:14px;background:#78350f29}.prestashop-safety-note strong{color:#fed7aa}.prestashop-safety-note p{margin:6px 0 0;color:#fdba74;font-size:13px;line-height:1.45}.prestashop-test-ok,.prestashop-test-error{margin-top:14px;padding:14px;border-radius:14px}.prestashop-test-ok{border:1px solid rgba(34,197,94,.28);background:#16a34a29}.prestashop-test-error{border:1px solid rgba(248,113,113,.28);background:#b91c1c29}.prestashop-test-ok strong{color:#bbf7d0}.prestashop-test-error strong{color:#fecaca}.prestashop-test-ok p,.prestashop-test-error p{margin:6px 0 0;color:#e5e7eb;font-size:13px}@media(max-width:900px){.prestashop-settings-grid{grid-template-columns:1fr}}.incomplete-products-box{margin-bottom:18px;padding:18px;border:1px solid rgba(248,113,113,.24);border-radius:16px;background:#7f1d1d1f}.incomplete-products-list{display:flex;flex-direction:column;gap:12px}.incomplete-product-card{display:grid;grid-template-columns:1.2fr 1.4fr auto;gap:14px;align-items:center;padding:14px;border:1px solid rgba(248,113,113,.22);border-radius:14px;background:#02061759}.incomplete-product-card h4{margin:0 0 4px;font-size:15px}.incomplete-product-card p{margin:0;color:#94a3b8;font-size:13px}.incomplete-issues{display:flex;flex-wrap:wrap;gap:6px}@media(max-width:1000px){.incomplete-product-card{grid-template-columns:1fr}}.prestashop-before-after{margin-top:16px;padding-top:14px;border-top:1px solid rgba(251,191,36,.25)}.prestashop-before-after h4{margin:0 0 12px;color:#fed7aa;font-size:15px}.before-after-row{margin-top:14px}.before-after-row h5{margin:0 0 8px;color:#ffedd5;font-size:14px}.before-after-cols{display:grid;grid-template-columns:1fr 1fr;gap:12px}.before-after-cols>div{padding:12px;border:1px solid rgba(148,163,184,.22);border-radius:12px;background:#02061759}.before-after-cols span{display:block;margin-bottom:8px;color:#94a3b8;font-size:12px}.before-after-cols p{margin:0;color:#f8fafc;font-size:13px;line-height:1.45}.before-after-html{max-height:180px;overflow:auto;color:#f8fafc;font-size:13px;line-height:1.45}.before-after-html.compact{max-height:260px}.before-after-html p{margin:0 0 8px}.before-after-html ul{margin:8px 0 8px 18px;padding:0}@media(max-width:1000px){.before-after-cols{grid-template-columns:1fr}}.client-html-preview{--cp-purple: #82358B;--cp-purple-dark: #5f2267;--cp-purple-deep: #321038;--cp-purple-soft: #f7edf9;--cp-green: #2EAC66;--cp-green-dark: #21844d;--cp-green-soft: #eaf8f0;--cp-bg: #fbf8fc;--cp-card: #ffffff;--cp-text: #241d25;--cp-muted: #6f6472;--cp-border: #e7d9ea;--cp-panel: #f7edf9;--cp-panel-strong: #efddf2;--cp-warning: #fff8e9;--cp-warning-border: #d8b46a;--cp-radius: 20px;--cp-shadow: 0 10px 30px rgba(34, 13, 40, .12);--cp-soft-shadow: 0 5px 18px rgba(34, 13, 40, .08);background:radial-gradient(circle at top right,rgba(130,53,139,.1),transparent 30%),linear-gradient(180deg,#fff,#fbf8fc);border:1px solid var(--cp-border);border-radius:20px;color:var(--cp-text);padding:18px;overflow:hidden}.client-html-preview .cp-product-sheet{color:var(--cp-text);font-family:inherit;line-height:1.6;background:transparent}.client-html-preview .cp-product-sheet *{box-sizing:border-box}.client-html-preview .cp-hero{display:grid;grid-template-columns:1.18fr .82fr;gap:20px;align-items:stretch;margin:0 0 20px}.client-html-preview .cp-hero:not(:has(.cp-hero-main)){display:block;position:relative;overflow:hidden;background:radial-gradient(circle at top right,rgba(130,53,139,.16),transparent 34%),linear-gradient(135deg,#fff,#faf1fb 62%,#fff);border:1px solid var(--cp-border);border-radius:var(--cp-radius);box-shadow:var(--cp-shadow);padding:28px 30px}.client-html-preview .cp-hero:not(:has(.cp-hero-main)):before{content:"";position:absolute;inset:0 auto 0 0;width:7px;background:linear-gradient(180deg,var(--cp-purple),var(--cp-green))}.client-html-preview .cp-hero:not(:has(.cp-hero-main)):after{content:"";position:absolute;width:240px;height:240px;right:-86px;top:-92px;border-radius:50%;background:#2eac6621;pointer-events:none}.client-html-preview .cp-hero-main,.client-html-preview .cp-hero-side,.client-html-preview .cp-card,.client-html-preview .cp-flavors,.client-html-preview .cp-aromas,.client-html-preview .cp-specs,.client-html-preview .cp-check,.client-html-preview .cp-warning-card,.client-html-preview .cp-fds-note{border:1px solid var(--cp-border);border-radius:var(--cp-radius);box-shadow:var(--cp-shadow)}.client-html-preview .cp-hero-main{position:relative;overflow:hidden;padding:30px;background:radial-gradient(circle at top right,rgba(130,53,139,.16),transparent 34%),linear-gradient(135deg,#fff,#faf1fb 62%,#fff)}.client-html-preview .cp-hero-main:before{content:"";position:absolute;inset:0 auto 0 0;width:7px;background:linear-gradient(180deg,var(--cp-purple),var(--cp-green))}.client-html-preview .cp-hero-main:after{content:"";position:absolute;width:240px;height:240px;right:-86px;top:-92px;border-radius:50%;background:#2eac6621;pointer-events:none}.client-html-preview .cp-kicker,.client-html-preview .cp-title,.client-html-preview .cp-lead,.client-html-preview .cp-badges{position:relative;z-index:1}.client-html-preview .cp-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--cp-purple-dark);background:var(--cp-purple-soft);padding:8px 13px;border-radius:999px;font-size:13px;font-weight:900;margin-bottom:14px;border:1px solid rgba(130,53,139,.22)}.client-html-preview .cp-title,.client-html-preview .cp-hero h1,.client-html-preview .cp-hero h2,.client-html-preview .cp-hero h3{position:relative;z-index:1;margin:0 0 12px;font-size:34px;line-height:1.08;color:var(--cp-text)}.client-html-preview .cp-lead,.client-html-preview .cp-hero p{position:relative;z-index:1;margin:0 0 18px;font-size:16.5px;line-height:1.65;color:var(--cp-text);opacity:.92}.client-html-preview .cp-badges,.client-html-preview .cp-aroma-tags{display:flex;flex-wrap:wrap;gap:10px}.client-html-preview .cp-badge,.client-html-preview .cp-aroma-tag{display:inline-flex;align-items:center;border:1px solid var(--cp-border);background:var(--cp-card);border-radius:999px;padding:8px 12px;font-size:13px;font-weight:900;color:var(--cp-text);line-height:1.2}.client-html-preview .cp-badge.is-primary{background:var(--cp-purple);color:#fff;border-color:var(--cp-purple)}.client-html-preview .cp-badge.is-green{background:var(--cp-green);color:#fff;border-color:var(--cp-green)}.client-html-preview .cp-badge.is-soft{background:var(--cp-panel);color:var(--cp-text);border-color:var(--cp-border)}.client-html-preview .cp-hero-side{padding:26px;display:flex;flex-direction:column;justify-content:center;gap:16px;background:linear-gradient(160deg,var(--cp-purple) 0%,var(--cp-purple-deep) 100%);color:#fff;border-color:#ffffff14}.client-html-preview .cp-side-title{font-size:18px;font-weight:900;margin:0;color:#fff}.client-html-preview .cp-side-list{list-style:none;padding:0;margin:0;display:grid;gap:12px}.client-html-preview .cp-side-list li{display:flex;gap:10px;align-items:flex-start;color:#ffffffeb;line-height:1.4;font-size:14px;margin:0}.client-html-preview .cp-check-mark,.client-html-preview .cp-check-icon{color:#7cf0a8;font-weight:900;flex:0 0 auto}.client-html-preview .cp-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}.client-html-preview .cp-card,.client-html-preview .cp-flavors,.client-html-preview .cp-aromas,.client-html-preview .cp-specs,.client-html-preview .cp-check,.client-html-preview .cp-warning-card,.client-html-preview .cp-fds-note{padding:24px;background:var(--cp-card);color:var(--cp-text);margin:0 0 20px}.client-html-preview .cp-card h1,.client-html-preview .cp-card h2,.client-html-preview .cp-card h3,.client-html-preview .cp-flavors h1,.client-html-preview .cp-flavors h2,.client-html-preview .cp-flavors h3,.client-html-preview .cp-aromas h1,.client-html-preview .cp-aromas h2,.client-html-preview .cp-aromas h3,.client-html-preview .cp-specs h1,.client-html-preview .cp-specs h2,.client-html-preview .cp-specs h3,.client-html-preview .cp-check h1,.client-html-preview .cp-check h2,.client-html-preview .cp-check h3,.client-html-preview .cp-warning-card h1,.client-html-preview .cp-warning-card h2,.client-html-preview .cp-warning-card h3{margin:0 0 13px;font-size:20px;line-height:1.25;color:var(--cp-text)}.client-html-preview .cp-card p,.client-html-preview .cp-flavors p,.client-html-preview .cp-aromas p,.client-html-preview .cp-specs p,.client-html-preview .cp-check p,.client-html-preview .cp-fds-note p{margin:0 0 10px;color:var(--cp-text);opacity:.88;line-height:1.62;font-size:14.5px}.client-html-preview .cp-card p:last-child,.client-html-preview .cp-flavors p:last-child,.client-html-preview .cp-aromas p:last-child,.client-html-preview .cp-specs p:last-child,.client-html-preview .cp-check p:last-child{margin-bottom:0}.client-html-preview .cp-flavors,.client-html-preview .cp-aromas{background:linear-gradient(135deg,var(--cp-panel) 0%,var(--cp-panel-strong) 100%)}.client-html-preview .cp-flavors ul,.client-html-preview .cp-aromas ul{list-style:none;display:flex;flex-wrap:wrap;gap:10px;margin:15px 0 0;padding:0}.client-html-preview .cp-flavors li,.client-html-preview .cp-aromas li{display:inline-flex;align-items:center;gap:8px;background:var(--cp-card);border:1px solid var(--cp-border);border-radius:999px;color:var(--cp-text);font-size:13px;font-weight:900;line-height:1.2;margin:0;padding:8px 12px}.client-html-preview .cp-flavors li:before,.client-html-preview .cp-aromas li:before,.client-html-preview .cp-aroma-tag:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--cp-green);box-shadow:0 0 0 3px #2eac6629;flex:0 0 auto}.client-html-preview .cp-specs{background:var(--cp-card)}.client-html-preview .cp-specs ul{list-style:none;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0;padding:0}.client-html-preview .cp-specs li,.client-html-preview .cp-spec{background:#82358b0e;border:1px solid var(--cp-border);border-radius:15px;color:var(--cp-text);font-size:14.5px;line-height:1.45;margin:0;padding:13px}.client-html-preview .cp-specs li strong,.client-html-preview .cp-spec-label{color:var(--cp-muted);display:block;font-size:12px;margin-bottom:4px}.client-html-preview .cp-spec-value{font-size:14.5px;font-weight:900;color:var(--cp-text)}.client-html-preview .cp-booster,.client-html-preview .cp-booster-card,.client-html-preview .cp-booster-calculator{background:linear-gradient(160deg,var(--cp-purple) 0%,var(--cp-purple-deep) 100%);color:#fff;border:1px solid rgba(255,255,255,.08);border-radius:var(--cp-radius);box-shadow:var(--cp-shadow);padding:24px;margin:0 0 20px}.client-html-preview .cp-booster h1,.client-html-preview .cp-booster h2,.client-html-preview .cp-booster h3,.client-html-preview .cp-booster-card h1,.client-html-preview .cp-booster-card h2,.client-html-preview .cp-booster-card h3,.client-html-preview .cp-booster-calculator h1,.client-html-preview .cp-booster-calculator h2,.client-html-preview .cp-booster-calculator h3{color:#fff;margin:0 0 13px;font-size:20px}.client-html-preview .cp-booster p,.client-html-preview .cp-booster-card p,.client-html-preview .cp-booster-calculator p,.client-html-preview .cp-booster-calculator em{color:#ffffffe6}.client-html-preview .cp-booster-preview,.client-html-preview .cp-calculator-fallback{list-style:none;display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:17px 0 0;padding:0}.client-html-preview .cp-booster-item,.client-html-preview .cp-calculator-fallback li{background:#ffffff17;border:1px solid rgba(255,255,255,.16);border-radius:15px;color:#fffc;font-size:11.5px;line-height:1.35;margin:0;padding:13px;text-align:center}.client-html-preview .cp-booster-dose,.client-html-preview .cp-calculator-fallback li strong{display:block;font-size:19px;font-weight:900;color:#7cf0a8;margin-bottom:4px}.client-html-preview .cp-check{background:var(--cp-green-soft);border-color:#2eac6647}.client-html-preview .cp-check h1,.client-html-preview .cp-check h2,.client-html-preview .cp-check h3{color:var(--cp-green-dark)}.client-html-preview .cp-warning,.client-html-preview .cp-warning-card{background:var(--cp-warning);border-color:var(--cp-warning-border)}.client-html-preview .cp-warning p,.client-html-preview .cp-warning-card p{margin:0;line-height:1.55;color:var(--cp-text);opacity:.86;font-size:13.5px}.client-html-preview .cp-theme-dark,.client-html-preview .cp-product-sheet-dark{--cp-bg: #18101c;--cp-card: #251829;--cp-text: #fbf5fc;--cp-muted: #cab8ce;--cp-border: #422a48;--cp-panel: #302036;--cp-panel-strong: #3b2442;--cp-warning: #352a18;--cp-warning-border: #8f7040}.client-html-preview .cp-theme-dark .cp-hero-main,.client-html-preview .cp-product-sheet-dark .cp-hero-main{background:radial-gradient(circle at top right,rgba(130,53,139,.35),transparent 34%),linear-gradient(135deg,#251829,#321f39 62%,#1d1121)}.client-html-preview .cp-theme-dark .cp-hero-side,.client-html-preview .cp-product-sheet-dark .cp-hero-side,.client-html-preview .cp-theme-dark .cp-booster-card,.client-html-preview .cp-product-sheet-dark .cp-booster-card,.client-html-preview .cp-theme-dark .cp-booster-calculator,.client-html-preview .cp-product-sheet-dark .cp-booster-calculator{background:linear-gradient(160deg,#100815,#82358b 130%)}@media(max-width:900px){.client-html-preview{padding:14px}.client-html-preview .cp-hero,.client-html-preview .cp-grid{grid-template-columns:1fr}.client-html-preview .cp-title,.client-html-preview .cp-hero h1,.client-html-preview .cp-hero h2,.client-html-preview .cp-hero h3{font-size:28px}.client-html-preview .cp-booster-preview,.client-html-preview .cp-calculator-fallback{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.client-html-preview .cp-hero-main,.client-html-preview .cp-hero-side,.client-html-preview .cp-card,.client-html-preview .cp-flavors,.client-html-preview .cp-aromas,.client-html-preview .cp-specs,.client-html-preview .cp-check,.client-html-preview .cp-warning-card,.client-html-preview .cp-booster,.client-html-preview .cp-booster-card,.client-html-preview .cp-booster-calculator{padding:18px;border-radius:16px}.client-html-preview .cp-specs ul,.client-html-preview .cp-booster-preview,.client-html-preview .cp-calculator-fallback{grid-template-columns:1fr}}.client-preview-box{width:min(75vw,1180px);max-width:calc(100vw - 48px);margin-left:auto;margin-right:auto}.client-preview-theme-toggle{display:inline-flex;gap:6px;padding:5px;background:#82358b14;border:1px solid rgba(130,53,139,.18);border-radius:999px;flex:0 0 auto}.client-preview-theme-toggle button{border:0;border-radius:999px;padding:8px 13px;background:transparent;color:#82358b;font-weight:800;cursor:pointer}.client-preview-theme-toggle button.active{background:#82358b;color:#fff;box-shadow:0 4px 14px #82358b38}@media(max-width:900px){.client-preview-box{width:100%;max-width:100%}.client-preview-head{flex-direction:column}.client-preview-theme-toggle{width:100%;justify-content:center}.client-preview-theme-toggle button{flex:1}.client-preview-section-long .client-html-preview{max-height:70vh}}.detail-panel{transition:width .25s ease,max-width .25s ease,transform .25s ease}.detail-panel.detail-panel-wide{width:75vw;max-width:75vw;min-width:min(75vw,980px)}.detail-head{gap:16px}.detail-head-actions{display:flex;align-items:center;gap:10px;flex:0 0 auto}.detail-head-actions button.secondary{background:#82358b29;border:1px solid rgba(130,53,139,.35);color:#fff}.detail-head-actions button.secondary:hover{background:#2eac6633;border-color:#2eac6673}.detail-panel-wide .client-preview-box{width:100%;max-width:100%}.client-preview-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.client-preview-head h4{margin-bottom:4px}.client-preview-theme-toggle{display:inline-flex;gap:6px;padding:5px;background:#82358b1f;border:1px solid rgba(130,53,139,.24);border-radius:999px;flex:0 0 auto}.client-preview-theme-toggle button{border:0;border-radius:999px;padding:8px 13px;background:transparent;color:#d7b6de;font-weight:800;cursor:pointer}.client-preview-theme-toggle button.active{background:#82358b;color:#fff;box-shadow:0 4px 14px #82358b47}.client-preview-theme-toggle button:hover{transform:translateY(-1px)}.client-preview-section-long .client-html-preview{max-height:75vh;overflow-y:auto;overscroll-behavior:contain;padding-right:18px;scrollbar-width:thin;scrollbar-color:#82358B rgba(130,53,139,.12)}.client-preview-section-long .client-html-preview::-webkit-scrollbar{width:10px}.client-preview-section-long .client-html-preview::-webkit-scrollbar-track{background:#82358b1a;border-radius:999px}.client-preview-section-long .client-html-preview::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#82358b,#2eac66);border-radius:999px}.client-html-preview.cp-preview-light{--cp-purple: #82358B;--cp-purple-dark: #5f2267;--cp-purple-deep: #321038;--cp-purple-soft: #f7edf9;--cp-green: #2EAC66;--cp-green-dark: #21844d;--cp-green-soft: #eaf8f0;--cp-bg: #fbf8fc;--cp-card: #ffffff;--cp-text: #241d25;--cp-muted: #6f6472;--cp-border: #e7d9ea;--cp-panel: #f7edf9;--cp-panel-strong: #efddf2;--cp-warning: #fff8e9;--cp-warning-border: #d8b46a}.client-html-preview.cp-preview-dark{--cp-purple: #82358B;--cp-purple-dark: #7d3b86;--cp-purple-deep: #100815;--cp-purple-soft: rgba(130, 53, 139, .28);--cp-green: #2EAC66;--cp-green-dark: #7cf0a8;--cp-green-soft: rgba(46, 172, 102, .14);--cp-bg: #18101c;--cp-card: #251829;--cp-text: #fbf5fc;--cp-muted: #cab8ce;--cp-border: #422a48;--cp-panel: #302036;--cp-panel-strong: #3b2442;--cp-warning: #352a18;--cp-warning-border: #8f7040;background:radial-gradient(circle at top right,rgba(130,53,139,.26),transparent 30%),linear-gradient(180deg,#18101c,#211428)}.client-html-preview.cp-preview-dark .cp-hero:not(:has(.cp-hero-main)),.client-html-preview.cp-preview-dark .cp-hero-main{background:radial-gradient(circle at top right,rgba(130,53,139,.35),transparent 34%),linear-gradient(135deg,#251829,#321f39 62%,#1d1121)}.client-html-preview.cp-preview-dark .cp-hero-side,.client-html-preview.cp-preview-dark .cp-booster,.client-html-preview.cp-preview-dark .cp-booster-card,.client-html-preview.cp-preview-dark .cp-booster-calculator{background:linear-gradient(160deg,#100815,#82358b 130%)}.client-html-preview.cp-preview-dark .cp-kicker{color:#f1d6f5;background:#82358b47;border-color:#f1d6f529}.client-html-preview.cp-preview-dark .cp-badge,.client-html-preview.cp-preview-dark .cp-aroma-tag,.client-html-preview.cp-preview-dark .cp-flavors li,.client-html-preview.cp-preview-dark .cp-aromas li{background:#251829}.client-html-preview.cp-preview-dark .cp-specs li,.client-html-preview.cp-preview-dark .cp-spec{background:#ffffff0b}@media(max-width:1100px){.detail-panel.detail-panel-wide{width:100vw;max-width:100vw;min-width:0}}@media(max-width:900px){.client-preview-head{flex-direction:column}.client-preview-theme-toggle{width:100%;justify-content:center}.client-preview-theme-toggle button{flex:1}.client-preview-section-long .client-html-preview{max-height:70vh}}.client-preview-section:not(.client-preview-section-long) .client-html-preview{background:#fff;color:#241d25}.client-preview-section:not(.client-preview-section-long) .client-html-preview p,.client-preview-section:not(.client-preview-section-long) .client-html-preview strong,.client-preview-section:not(.client-preview-section-long) .client-html-preview em{color:#241d25!important;opacity:1!important}.client-preview-section:not(.client-preview-section-long) .client-html-preview.cp-preview-dark{background:#251829;color:#fbf5fc}.client-preview-section:not(.client-preview-section-long) .client-html-preview.cp-preview-dark p,.client-preview-section:not(.client-preview-section-long) .client-html-preview.cp-preview-dark strong,.client-preview-section:not(.client-preview-section-long) .client-html-preview.cp-preview-dark em{color:#fbf5fc!important;opacity:1!important}.client-html-preview .cp-specs-card .cp-specs,.client-html-preview .cp-specs .cp-specs{display:grid;grid-template-columns:repeat(2,minmax(220px,1fr));gap:12px}.client-html-preview .cp-specs-card .cp-spec{display:flex;flex-direction:column;justify-content:center;min-height:72px;background:#82358b0e;border:1px solid var(--cp-border);border-radius:15px;padding:13px 14px}.client-html-preview .cp-specs-card .cp-spec-label{color:var(--cp-muted);font-size:12px;line-height:1.2;margin-bottom:5px}.client-html-preview .cp-specs-card .cp-spec-value{color:var(--cp-text);font-size:15px;font-weight:900;line-height:1.25}.client-html-preview .cp-specs>ul{display:grid;grid-template-columns:repeat(2,minmax(220px,1fr));gap:12px}.client-html-preview .cp-specs>ul>li{min-height:72px}.client-html-preview .cp-aromas h3,.client-html-preview .cp-flavors h3{font-size:21px;letter-spacing:-.01em}.client-html-preview .cp-aromas p,.client-html-preview .cp-flavors p{opacity:.96}.client-html-preview.cp-preview-light .cp-card p,.client-html-preview.cp-preview-light .cp-aromas p,.client-html-preview.cp-preview-light .cp-advice p,.client-html-preview.cp-preview-light .cp-specs-card p{color:#241d25;opacity:.92}.client-html-preview.cp-preview-dark .cp-card p,.client-html-preview.cp-preview-dark .cp-aromas p,.client-html-preview.cp-preview-dark .cp-advice p,.client-html-preview.cp-preview-dark .cp-specs-card p{color:#fbf5fc;opacity:.92}@media(max-width:760px){.client-html-preview .cp-specs-card .cp-specs,.client-html-preview .cp-specs>ul{grid-template-columns:1fr}}.client-html-preview .cp-booster-calculator p em,.client-html-preview .cp-booster-card p em,.client-html-preview .cp-booster p em{display:block;margin-top:16px;padding:13px 15px;border-radius:14px;border-left:4px solid #2EAC66;background:#ffffffeb;color:#241d25!important;opacity:1!important;font-style:normal;font-weight:700;line-height:1.5}.client-html-preview.cp-preview-dark .cp-booster-calculator p em,.client-html-preview.cp-preview-dark .cp-booster-card p em,.client-html-preview.cp-preview-dark .cp-booster p em{background:#ffffffe6;color:#241d25!important;border-left-color:#2eac66}.product-variant-hint{display:inline-flex;align-items:center;flex-wrap:wrap;gap:6px;width:fit-content;max-width:100%;margin:6px 0 4px;padding:6px 10px;border-radius:999px;background:#82358b1a;border:1px solid rgba(130,53,139,.22);color:#82358b;font-size:12px;font-weight:800;line-height:1.25}.product-variant-hint:before{content:"•";color:#2eac66;font-size:18px;line-height:0}.detail-product-variant-hint{margin-top:8px;background:#2eac6624;border-color:#2eac6647;color:#fff}.detail-panel .product-variant-hint{color:#f4d9f8}.product-card .product-variant-hint,.history-card .product-variant-hint,.validation-card .product-variant-hint{color:#82358b}.product-card h4,.history-card h4,.validation-card h4,.detail-head h3,.detail-panel h3{display:block;color:inherit;opacity:1;visibility:visible;min-height:1.2em;font-weight:800}.product-card h4:empty:after,.history-card h4:empty:after,.validation-card h4:empty:after,.detail-head h3:empty:after{content:"Produit sans nom";opacity:.75}.detail-product-variant-hint{display:inline-flex;align-items:center;width:fit-content;max-width:100%;margin:10px 0 2px;padding:7px 12px;border-radius:999px;background:#2eac6629;border:1px solid rgba(46,172,102,.35);color:#fff;font-size:12px;font-weight:900;line-height:1.25}.detail-product-variant-hint:before{content:"•";color:#2eac66;font-size:20px;line-height:0;margin-right:6px}.inline-variant-hints{display:inline-flex;align-items:center;gap:5px;margin-left:6px;padding:3px 8px;border-radius:999px;background:#2eac6629;border:1px solid rgba(46,172,102,.34);color:#9ff0bd;font-size:12px;font-weight:900;line-height:1.2;vertical-align:middle}.inline-variant-hints:before{content:"";width:7px;height:7px;border-radius:999px;background:#2eac66;box-shadow:0 0 0 3px #2eac661f}.client-html-preview .cp-booster-preview{grid-template-columns:repeat(4,minmax(0,1fr))}.client-html-preview.cp-preview-light .cp-booster-reference,.client-html-preview .cp-booster-calculator .cp-booster-reference{color:#fff}nn .client-html-preview .cp-booster-preview{grid-template-columns:repeat(4,minmax(0,1fr))}.client-html-preview .cp-booster-reference{margin-top:14px;padding:12px 14px;border-radius:14px;background:#2eac6629;border:1px solid rgba(46,172,102,.32);color:#fff;font-size:13px;font-weight:800;line-height:1.45}.client-html-preview .cp-booster-reference strong{color:#7cf0a8}.client-html-preview .cp-booster-note{display:block;margin-top:16px;padding:13px 15px;border-radius:14px;border-left:4px solid #2EAC66;background:#ffffffeb;color:#241d25!important;opacity:1!important;font-style:normal;font-weight:700;line-height:1.5}.client-html-preview.cp-preview-dark .cp-booster-note{background:#ffffffe6;color:#241d25!important}@media(max-width:900px){.client-html-preview .cp-booster-preview{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.client-html-preview .cp-booster-preview{grid-template-columns:1fr}}n .client-html-preview .cp-diy-calculator{margin-top:20px;background:linear-gradient(160deg,#82358bf5,#321038fa);color:#fff;border-color:#ffffff1a}.client-html-preview .cp-diy-calculator h3,.client-html-preview .cp-diy-calculator p{color:#fff}.client-html-preview .cp-diy-calc-preview{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:16px}.client-html-preview .cp-diy-calc-item{padding:13px;border-radius:15px;background:#ffffff17;border:1px solid rgba(255,255,255,.16)}.client-html-preview .cp-diy-calc-item .cp-spec-label{color:#ffffffb8}.client-html-preview .cp-diy-calc-item .cp-spec-value{color:#7cf0a8}@media(max-width:900px){.client-html-preview .cp-diy-calc-preview{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.client-html-preview .cp-diy-calc-preview{grid-template-columns:1fr}}.client-html-preview .cp-diy-widget{margin-top:18px}.client-html-preview .cp-diy-form{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:16px}.client-html-preview .cp-diy-field{display:flex;flex-direction:column;gap:7px;padding:13px;border-radius:15px;background:#ffffff1a;border:1px solid rgba(255,255,255,.16)}.client-html-preview .cp-diy-field span{color:#fff;font-weight:900;font-size:13px;line-height:1.25}.client-html-preview .cp-diy-field small{color:#ffffffb8;font-size:11.5px}.client-html-preview .cp-diy-field input,.client-html-preview .cp-diy-field select{width:100%;min-height:38px;border:1px solid rgba(255,255,255,.25);border-radius:10px;padding:8px 10px;background:#fffffff5;color:#241d25;font-weight:800;outline:none}.client-html-preview .cp-diy-results{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:14px}.client-html-preview .cp-diy-result{padding:14px;border-radius:15px;background:#2eac6629;border:1px solid rgba(46,172,102,.32)}.client-html-preview .cp-diy-result span{display:block;color:#ffffffb8;font-size:12px;margin-bottom:5px}.client-html-preview .cp-diy-result strong{display:block;color:#7cf0a8;font-size:15px;line-height:1.3}.client-html-preview .cp-diy-note{margin-top:14px;padding:12px 14px;border-radius:14px;border-left:4px solid #2EAC66;background:#ffffffeb;color:#241d25;font-weight:700;line-height:1.45}.client-html-preview .cp-diy-note.is-warning{border-left-color:#d98b2b;background:#fff6e8}@media(max-width:1000px){.client-html-preview .cp-diy-form,.client-html-preview .cp-diy-results{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.client-html-preview .cp-diy-form,.client-html-preview .cp-diy-results{grid-template-columns:1fr}}.client-html-preview .cp-diy-calculator,.client-html-preview .cp-product-sheet .cp-diy-calculator{overflow:hidden}.client-html-preview.cp-preview-light .cp-diy-calculator,.client-html-preview .cp-theme-light .cp-diy-calculator{background:linear-gradient(135deg,#fff,#fbf4fc 58%,#f3e5f6)!important;color:#241d25!important;border:1px solid rgba(130,53,139,.18)!important;box-shadow:0 14px 34px #220d281a!important}.client-html-preview.cp-preview-light .cp-diy-calculator h3,.client-html-preview.cp-preview-light .cp-diy-calculator p,.client-html-preview .cp-theme-light .cp-diy-calculator h3,.client-html-preview .cp-theme-light .cp-diy-calculator p{color:#241d25!important}.client-html-preview.cp-preview-light .cp-diy-form,.client-html-preview .cp-theme-light .cp-diy-form{gap:14px}.client-html-preview.cp-preview-light .cp-diy-field,.client-html-preview .cp-theme-light .cp-diy-field{background:#fff!important;border:1px solid rgba(130,53,139,.18)!important;box-shadow:0 6px 18px #220d280f}.client-html-preview.cp-preview-light .cp-diy-field span,.client-html-preview .cp-theme-light .cp-diy-field span{color:#2b2230!important}.client-html-preview.cp-preview-light .cp-diy-field small,.client-html-preview .cp-theme-light .cp-diy-field small{color:#6f6472!important}.client-html-preview.cp-preview-light .cp-diy-field input,.client-html-preview.cp-preview-light .cp-diy-field select,.client-html-preview .cp-theme-light .cp-diy-field input,.client-html-preview .cp-theme-light .cp-diy-field select{background:#fbf8fc!important;color:#241d25!important;border:1px solid rgba(130,53,139,.28)!important}.client-html-preview.cp-preview-light .cp-diy-results,.client-html-preview .cp-theme-light .cp-diy-results{gap:14px}.client-html-preview.cp-preview-light .cp-diy-result,.client-html-preview .cp-theme-light .cp-diy-result{background:#eaf8f0!important;border:1px solid rgba(46,172,102,.28)!important;box-shadow:0 6px 18px #2eac6614}.client-html-preview.cp-preview-light .cp-diy-result span,.client-html-preview .cp-theme-light .cp-diy-result span{color:#446050!important}.client-html-preview.cp-preview-light .cp-diy-result strong,.client-html-preview .cp-theme-light .cp-diy-result strong{color:#1f8b52!important}.client-html-preview.cp-preview-light .cp-diy-note,.client-html-preview .cp-theme-light .cp-diy-note{background:#fff!important;color:#241d25!important;border-left:4px solid #2EAC66!important;border-top:1px solid rgba(46,172,102,.18);border-right:1px solid rgba(46,172,102,.18);border-bottom:1px solid rgba(46,172,102,.18)}.client-html-preview.cp-preview-dark .cp-diy-calculator,.client-html-preview .cp-theme-dark .cp-diy-calculator{background:linear-gradient(160deg,#82358bf5,#1e0a23fa)!important;color:#fff!important}.client-html-preview.cp-preview-dark .cp-diy-calculator h3,.client-html-preview.cp-preview-dark .cp-diy-calculator p,.client-html-preview .cp-theme-dark .cp-diy-calculator h3,.client-html-preview .cp-theme-dark .cp-diy-calculator p{color:#fff!important}.client-html-preview .cp-diy-result strong{word-break:normal}.client-html-preview .cp-diy-field input,.client-html-preview .cp-diy-field select{font-size:14px}.client-html-preview .cp-diy-columns{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:16px}.client-html-preview .cp-diy-column{display:grid;grid-template-rows:auto 1fr;gap:12px;min-width:0}.client-html-preview .cp-diy-column .cp-diy-field,.client-html-preview .cp-diy-column .cp-diy-result{min-width:0}.client-html-preview .cp-diy-column .cp-diy-result{min-height:88px}.client-html-preview .cp-diy-result strong{white-space:normal;overflow-wrap:break-word}@media(max-width:1000px){.client-html-preview .cp-diy-columns{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.client-html-preview .cp-diy-columns{grid-template-columns:1fr}}.client-html-preview .cp-diy-form,.client-html-preview .cp-diy-results{display:contents}.client-html-preview .cp-diy-calculator .cp-diy-calc-preview{display:none!important}.client-html-preview .cp-diy-calculator h3{font-size:24px!important;font-weight:900!important;letter-spacing:-.02em;margin-bottom:10px!important}.client-html-preview .cp-diy-calculator>p{font-size:15px!important;line-height:1.55!important;opacity:.95!important;margin-bottom:14px!important}.client-html-preview .cp-diy-field span{display:block;font-size:14px!important;font-weight:900!important;line-height:1.25!important;margin-bottom:2px}.client-html-preview .cp-diy-field small{font-size:12px!important;font-weight:700!important;opacity:.85!important}.client-html-preview .cp-diy-field input,.client-html-preview .cp-diy-field select{font-size:15px!important;font-weight:900!important;min-height:42px!important}.client-html-preview .cp-diy-result span{font-size:12.5px!important;font-weight:800!important;opacity:.9!important}.client-html-preview .cp-diy-result strong{font-size:15.5px!important;font-weight:950!important;line-height:1.35!important}.client-html-preview.cp-preview-light .cp-diy-calculator h3,.client-html-preview .cp-theme-light .cp-diy-calculator h3,.client-html-preview.cp-preview-light .cp-diy-field span,.client-html-preview .cp-theme-light .cp-diy-field span{color:#241d25!important}.client-html-preview.cp-preview-light .cp-diy-result span,.client-html-preview .cp-theme-light .cp-diy-result span{color:#355542!important}.client-html-preview.cp-preview-light .cp-diy-result strong,.client-html-preview .cp-theme-light .cp-diy-result strong{color:#17854a!important}.client-html-preview.cp-preview-dark .cp-diy-field span,.client-html-preview .cp-theme-dark .cp-diy-field span{color:#fff!important}.client-html-preview.cp-preview-dark .cp-diy-result strong,.client-html-preview .cp-theme-dark .cp-diy-result strong{color:#7cf0a8!important}.cp-resistance-values{margin-top:18px}.cp-resistance-list{display:grid;gap:10px;margin-top:12px}.cp-resistance-row{display:grid;grid-template-columns:minmax(120px,1.4fr) minmax(90px,.7fr) minmax(120px,1fr);gap:10px;align-items:center;padding:12px 14px;border:1px solid rgba(130,53,139,.18);border-radius:14px;background:#82358b0f}.cp-resistance-name{font-weight:700}.cp-resistance-ohm,.cp-resistance-watt{display:inline-flex;justify-content:center;border-radius:999px;padding:6px 10px;font-weight:700;background:#2eac661f;border:1px solid rgba(46,172,102,.25)}.cp-compatibility p{margin-bottom:0}@media(max-width:720px){.cp-resistance-row{grid-template-columns:1fr}.cp-resistance-ohm,.cp-resistance-watt{justify-content:flex-start}}.cp-product-sheet.cp-consumable{--cp-consumable-purple: #82358B;--cp-consumable-green: #2EAC66}.cp-product-sheet.cp-consumable .cp-hero{border:1px solid rgba(130,53,139,.16);box-shadow:0 18px 45px #26122d14}.cp-product-sheet.cp-consumable .cp-lead{font-size:1rem;line-height:1.65}.cp-resistance-values{margin-top:18px;border:1px solid rgba(130,53,139,.16);background:radial-gradient(circle at top left,rgba(130,53,139,.08),transparent 34%),linear-gradient(180deg,#fffffffa,#faf7fcf5)}.cp-resistance-values h3{display:flex;align-items:center;gap:8px}.cp-resistance-values h3:before{content:"Ω";display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;background:#82358b1f;color:var(--cp-consumable-purple);font-weight:800}.cp-resistance-values>p{max-width:850px;color:#231829c7}.cp-resistance-list{display:grid;gap:10px;margin-top:14px}.cp-resistance-row{display:grid;grid-template-columns:minmax(120px,1.35fr) minmax(88px,.65fr) minmax(120px,.9fr);align-items:center;gap:10px;padding:12px 14px;border-radius:16px;border:1px solid rgba(130,53,139,.16);background:#ffffffdb}.cp-resistance-name{font-weight:800;color:#2b1930}.cp-resistance-ohm,.cp-resistance-watt{display:inline-flex;align-items:center;justify-content:center;min-height:34px;border-radius:999px;padding:6px 12px;font-weight:800;white-space:nowrap}.cp-resistance-ohm{color:var(--cp-consumable-purple);background:#82358b1a;border:1px solid rgba(130,53,139,.2)}.cp-resistance-watt{color:#17643b;background:#2eac661f;border:1px solid rgba(46,172,102,.24)}.cp-product-sheet.cp-consumable .cp-compatibility{border-left:4px solid rgba(130,53,139,.42)}.cp-product-sheet.cp-consumable .cp-advice{border-left:4px solid rgba(46,172,102,.42)}.cp-product-sheet.cp-consumable .cp-specs-card .cp-spec-value{font-weight:700}.cp-product-sheet.cp-consumable .cp-warning-card{border:1px solid rgba(46,172,102,.22);background:#2eac6614}@media(max-width:720px){.cp-resistance-row{grid-template-columns:1fr;align-items:stretch}.cp-resistance-ohm,.cp-resistance-watt{justify-content:flex-start}}
