.ycw-progress .is-current,.ycw-progress .is-complete{color:var(--ycw-text)}.ycw-progress .is-current span,.ycw-progress .is-complete span{color:#fff;background:var(--ycw-accent);border-color:var(--ycw-accent)}.ycw-progress .is-current span{transform:scale(1.08);box-shadow:0 7px 18px -9px var(--ycw-accent)}.ycw-progress .is-complete::after{background:var(--ycw-accent)}.ycw-wizard .ycw-choice{position:relative;display:flex;min-width:0;min-height:76px;align-items:center;justify-content:center;gap:11px;padding:14px;overflow:hidden;color:var(--ycw-text);background:var(--ycw-surface);border:1px solid var(--ycw-border);border-radius:calc(var(--ycw-radius) * .68);box-shadow:0 8px 20px -20px rgba(66,66,66,.7);cursor:pointer;text-align:right;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease,background-color .16s ease}button.ycw-choice{width:100%;line-height:1.55}.ycw-wizard .ycw-choice:hover{border-color:var(--ycw-accent);transform:translateY(-2px);box-shadow:0 13px 25px -20px rgba(66,66,66,.75)}.ycw-wizard .ycw-choice:focus-within,.ycw-wizard button.ycw-choice:focus-visible{outline:3px solid rgba(248,51,60,.2);outline-offset:2px}.ycw-wizard .ycw-choice.is-selected,.ycw-wizard .ycw-choice:has(input:checked){background:#fff8f8;border-color:var(--ycw-accent);box-shadow:0 0 0 1px var(--ycw-accent),0 12px 24px -22px rgba(248,51,60,.8)}.ycw-ratio-mixer{--ycw-arabica-ratio:50%;--ycw-slider-position:50%;max-width:760px;margin:0 auto;padding:clamp(18px,2.8vw,28px);background:rgba(255,255,255,.9);border:1px solid rgba(80,56,47,.12);border-radius:calc(var(--ycw-radius) * .88);box-shadow:0 22px 52px -38px rgba(53,36,30,.58);backdrop-filter:blur(8px)}.ycw-ratio-mixer__intro{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.ycw-ratio-mixer__intro>span{color:var(--ycw-muted);font-size:12px}.ycw-ratio-mixer__intro strong{padding:6px 11px;color:var(--ycw-coffee);background:#f7f1ed;border:1px solid #eaded7;border-radius:999px;font-size:12px;font-weight:500}.ycw-ratio-stats{display:grid;grid-template-columns:1fr 1fr;gap:12px}.ycw-ratio-stat{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;min-width:0;padding:15px 16px;border:1px solid;border-radius:15px}.ycw-ratio-stat--arabica{color:#6f3024;background:var(--ycw-arabica-soft);border-color:#efd5cb}.ycw-ratio-stat--robusta{color:var(--ycw-coffee);background:var(--ycw-robusta-soft);border-color:#dfd0c8}.ycw-ratio-stat i{position:relative;display:block;width:28px;height:36px;border:2px solid currentColor;border-radius:50% 46% 50% 46%;transform:rotate(24deg);opacity:.82}.ycw-ratio-stat i::after{content:"";position:absolute;top:4px;bottom:4px;left:50%;width:1.5px;background:currentColor;transform:rotate(12deg);transform-origin:center}.ycw-ratio-stat>span{display:grid;gap:1px}.ycw-ratio-stat small{color:currentColor;font-size:12px;opacity:.72}.ycw-ratio-stat strong{font-family:var(--e-global-typography-primary-font-family,"KalamehFaNum-Medium"),sans-serif;font-size:clamp(22px,3vw,30px);font-weight:600;line-height:1.2}.ycw-ratio-stat em{font-size:11px;font-style:normal;opacity:.7;white-space:nowrap}.ycw-ratio-blend{display:flex;height:10px;margin:22px 4px 14px;overflow:hidden;direction:rtl;background:#eee5e0;border-radius:999px;box-shadow:inset 0 1px 2px rgba(53,36,30,.12)}.ycw-ratio-blend span{display:block;height:100%;transition:width .18s ease}.ycw-ratio-blend__arabica{width:var(--ycw-arabica-ratio);background:linear-gradient(90deg,#ad4e3b,var(--ycw-arabica))}.ycw-ratio-blend__robusta{width:calc(100% - var(--ycw-arabica-ratio));background:linear-gradient(90deg,var(--ycw-robusta),#6a4b40)}.ycw-ratio-slider-wrap{display:block;padding:8px 2px 2px}.ycw-wizard .ycw-ratio-slider-wrap input[type=range]{display:block;width:100%;height:8px;margin:0;padding:0;appearance:none;direction:ltr;background:linear-gradient(to right,var(--ycw-robusta) 0%,var(--ycw-robusta) var(--ycw-slider-position),var(--ycw-arabica) var(--ycw-slider-position),var(--ycw-arabica) 100%);border:0;border-radius:999px;box-shadow:inset 0 1px 3px rgba(53,36,30,.22);cursor:ew-resize;outline:none}.ycw-wizard .ycw-ratio-slider-wrap input[type=range]::-webkit-slider-thumb{width:26px;height:26px;appearance:none;background:#fff;border:7px solid var(--ycw-accent);border-radius:50%;box-shadow:0 5px 14px rgba(53,36,30,.24);cursor:grab}.ycw-wizard .ycw-ratio-slider-wrap input[type=range]::-moz-range-thumb{width:13px;height:13px;background:#fff;border:7px solid var(--ycw-accent);border-radius:50%;box-shadow:0 5px 14px rgba(53,36,30,.24);cursor:grab}.ycw-wizard .ycw-ratio-slider-wrap input[type=range]:focus-visible::-webkit-slider-thumb{box-shadow:0 0 0 5px rgba(248,51,60,.18),0 5px 14px rgba(53,36,30,.24)}.ycw-ratio-scale{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:11px;direction:ltr;color:var(--ycw-muted);font-size:11px}.ycw-ratio-scale span{direction:rtl}.ycw-ratio-scale span:nth-child(2){color:var(--ycw-coffee);font-weight:500}.ycw-ratio-hint{margin:14px 0 0;color:var(--ycw-muted);font-size:11px;text-align:center}.ycw-origin-choice,.ycw-grind-choice{justify-content:flex-start}.ycw-origin-choice>span{display:grid;min-width:0;flex:1;gap:2px}.ycw-origin-choice strong,.ycw-grind-choice strong{font-family:var(--e-global-typography-primary-font-family,"KalamehFaNum-Medium"),sans-serif;font-weight:500}.ycw-origin-choice small{color:var(--ycw-muted);font-size:11px;line-height:1.5}.ycw-origin-choice input,.ycw-grind-choice input{display:grid;width:20px;height:20px;flex:0 0 20px;margin:0;appearance:none;place-content:center;background:#fff;border:1.5px solid #b9bec6;border-radius:6px;cursor:pointer}.ycw-origin-choice input::before{content:"";width:6px;height:10px;border:solid #fff;border-width:0 0 2px 2px;transform:rotate(-45deg) scale(0);transition:transform .12s ease}.ycw-grind-choice input{border-radius:50%}.ycw-grind-choice input::before{content:"";width:8px;height:8px;background:#fff;border-radius:50%;transform:scale(0);transition:transform .12s ease}.ycw-origin-choice input:checked,.ycw-grind-choice input:checked{background:var(--ycw-accent);border-color:var(--ycw-accent)}.ycw-origin-choice input:checked::before,.ycw-grind-choice input:checked::before{transform:rotate(-45deg) scale(1)}.ycw-grind-choice input:checked::before{transform:scale(1)}.ycw-summary-row{display:grid;grid-template-columns:minmax(125px,.7fr) minmax(0,1.3fr);gap:16px;align-items:center;padding:11px 15px;border-bottom:1px solid var(--ycw-soft-border)}.ycw-summary-row:last-child{border-bottom:0}.ycw-summary-row span{color:var(--ycw-muted)}.ycw-summary-row strong{font-weight:500;overflow-wrap:anywhere}.ycw-summary-row.is-emphasized{background:#fff7f7}.ycw-summary-row.is-emphasized strong{color:var(--ycw-accent);font-family:var(--e-global-typography-primary-font-family,"KalamehFaNum-Medium"),sans-serif;font-size:16px}.elementor-popup-modal .ycw-wizard{max-height:calc(100dvh - 32px);overscroll-behavior:contain;overflow-y:auto}@media (max-width:680px){.ycw-ratio-mixer{padding:16px;border-radius:14px}.ycw-ratio-mixer__intro{align-items:flex-start;margin-bottom:12px}.ycw-ratio-mixer__intro strong{padding:5px 8px;font-size:10px}.ycw-ratio-stats{gap:8px}.ycw-ratio-stat{grid-template-columns:auto 1fr;gap:9px;padding:12px;border-radius:12px}.ycw-ratio-stat i{width:22px;height:29px}.ycw-ratio-stat em{display:none}.ycw-ratio-blend{margin-top:17px}.ycw-ratio-scale{font-size:9px}.ycw-ratio-hint{display:none}.ycw-choice{min-height:66px;padding:11px;border-radius:12px}.ycw-grind-choice{justify-content:center}.ycw-summary-row{grid-template-columns:minmax(100px,.75fr) minmax(0,1.25fr);gap:9px;padding:10px 12px}.elementor-popup-modal .ycw-wizard{max-height:calc(100dvh - 16px)}}@media (max-width:390px){.ycw-ratio-stat{grid-template-columns:1fr;justify-items:center;gap:4px;text-align:center}.ycw-ratio-stat i{display:none}.ycw-summary-row{grid-template-columns:1fr;gap:1px}}