.paint-link{border-bottom:2px solid var(--paint-color, currentColor);cursor:pointer;transition:opacity .15s}.paint-link:before{content:"";display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--paint-color, currentColor);border:1.5px solid rgba(255,255,255,.6);margin-right:3px;vertical-align:middle}.paint-link-on{background:#ffffff12;border-radius:3px}.paint-link-off{opacity:.4}.wrap.svelte-1mxpwye{position:relative;display:block;line-height:0;aspect-ratio:1/1;overflow:hidden}.img.svelte-1mxpwye{width:100%;height:auto;display:block}.overlay.svelte-1mxpwye{position:absolute;inset:0;z-index:3}.connector-glow.svelte-1mxpwye{animation:svelte-1mxpwye-laser-pulse 1.8s ease-in-out infinite}@keyframes svelte-1mxpwye-laser-pulse{0%,to{opacity:.3}50%{opacity:.9}}.recipe-steps-page{background:#111318;padding-bottom:80px;min-height:100vh}.recipe-back-overview{margin-bottom:24px}.back-to-overview{font-size:.875rem;font-weight:600;color:#45d8ed;text-decoration:none;white-space:nowrap;transition:opacity .2s;flex-shrink:0}.back-to-overview:hover{opacity:.8}.recipe-sticky-bar{position:sticky;z-index:40;background:#1a1c20f2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(61,73,75,.2);padding:14px 0}.recipe-sticky-inner{display:flex;align-items:center;gap:16px}.recipe-progress-wrap{flex:1;display:flex;flex-direction:column;gap:6px}.recipe-sticky-chevron{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;background:#282a2e;border:none;color:#e2e2e8;cursor:pointer;transition:background .2s}.recipe-sticky-chevron:hover:not(:disabled){background:#333539}.recipe-sticky-chevron:disabled{opacity:.35;cursor:not-allowed}.recipe-sticky-chevron--next{background:#45d8ed;color:#002f35}.recipe-sticky-chevron--next:hover:not(:disabled){filter:brightness(1.1)}.recipe-sticky-chevron--next:disabled{background:#282a2e;color:#e2e2e8}.recipe-sticky-step{font-size:1rem;font-weight:800;color:#e2e2e8;letter-spacing:-.02em}.recipe-progress-track{height:6px;background:#333539;border-radius:100px;overflow:hidden}.recipe-progress-fill{height:100%;background:linear-gradient(90deg,#45d8ed,#009fb1);border-radius:100px;box-shadow:0 0 10px #45d8ed66;transition:width .3s ease}.recipe-step-section{margin-top:64px;padding-bottom:40px}.recipe-step-grid{display:grid;grid-template-columns:7fr 5fr;gap:40px;align-items:start}.recipe-step-title{font-size:1.6rem;font-weight:800;letter-spacing:-.03em;color:#e2e2e8;line-height:1.2;margin:0;padding-top:4px}.recipe-step-title--mobile{display:none}.recipe-step-left{display:flex;flex-direction:column;gap:16px}.recipe-step-visual{position:relative;display:flex;flex-direction:column;gap:16px;width:100%}.recipe-connector-bridge{display:block}.bridge-glow{animation:bridge-glow-pulse 1.8s ease-in-out infinite}@keyframes bridge-glow-pulse{0%,to{opacity:.3}50%{opacity:.9}}.recipe-step-image-frame{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 20px 40px #0006;overscroll-behavior:contain;aspect-ratio:1/1}.step-slide{position:absolute;inset:0}.recipe-step-badges{position:absolute;top:12px;left:12px;display:flex;align-items:center;gap:6px;z-index:2}.recipe-zoom-btn{background:#00000080;border:none;cursor:pointer;color:#ffffffd9;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:100px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:background .2s,color .2s}.recipe-zoom-btn:hover{background:#45d8edb3;color:#002f35}.recipe-step-img{width:100%;aspect-ratio:1/1;object-fit:cover;object-position:top;display:block}.recipe-markers-btn{background:#00000080;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:none;color:#e2e2e8;font-size:.72rem;font-weight:600;font-family:inherit;padding:6px 14px;border-radius:100px;cursor:pointer;transition:background .2s}.recipe-markers-btn:hover{background:#45d8ed99;color:#002f35}.recipe-step-noimage{background:#1e2024;border-radius:16px;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center}.recipe-step-badge-solo{font-size:1.5rem;font-weight:900;font-style:italic;letter-spacing:.06em;color:#45d8ed}.recipe-marker-swatches{display:flex;gap:6px;justify-content:space-evenly;padding:8px 0 4px;width:100%;position:relative;z-index:2;min-height:40px}.recipe-marker-swatch{flex:0 0 28px;height:28px;border-radius:6px;border:2px solid rgba(255,255,255,.15);cursor:pointer;overflow:hidden;min-width:0;display:flex;align-items:center;justify-content:center;transition:opacity .25s ease,border-color .2s}.recipe-marker-swatch{position:relative}.recipe-marker-swatch.on{position:absolute;left:0;right:0;top:8px;height:28px;flex:none;border-color:#45d8ed;z-index:2;animation:swatch-pulse 1.8s ease-in-out infinite}.recipe-marker-swatch.off{opacity:0;pointer-events:none}@keyframes swatch-pulse{0%,to{box-shadow:0 0 6px 2px #45d8ed4d}50%{box-shadow:0 0 16px 5px #45d8edd9}}.recipe-marker-swatch.metallic:after{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(120deg,transparent 20%,rgba(255,255,255,.5) 50%,transparent 80%);background-size:200% 100%;animation:shimmer 4s linear infinite}.recipe-marker-swatch-name{font-size:.7rem;font-weight:700;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.7);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 8px;text-align:center;width:100%;opacity:0;animation:fadeIn .2s .15s forwards}@keyframes fadeIn{to{opacity:1}}.recipe-step-dots{display:flex;gap:6px;align-items:center;justify-content:center;flex-wrap:wrap}.recipe-dot{width:7px;height:7px;border-radius:50%;background:#3d494b;border:none;cursor:pointer;padding:0;transition:background .2s,transform .2s}.recipe-dot:hover{background:#879395}.recipe-dot.active{background:#45d8ed;transform:scale(1.4)}.recipe-step-right{display:flex;flex-direction:column;gap:24px}.recipe-step-body{color:#bcc9cb;font-size:1rem;line-height:1.8}.recipe-desc-toggle{display:none;align-items:center;justify-content:space-between;width:100%;padding:10px 14px;background:#1e2024;border:1px solid rgba(61,73,75,.3);border-radius:8px;color:#e2e2e8;font-size:.85rem;font-weight:700;font-family:inherit;cursor:pointer}.recipe-step-body-wrap{display:flex;flex-direction:column;gap:24px}.recipe-tip-box{background:#45d8ed0a;border-left:4px solid #45d8ed;border-radius:0 10px 10px 0;padding:18px 20px;position:relative;overflow:hidden}.recipe-tip-label{display:block;font-size:.65rem;font-weight:900;text-transform:uppercase;letter-spacing:.1em;color:#45d8ed;margin-bottom:8px}.recipe-tip-text{font-style:italic;color:#e2e2e8;line-height:1.6;font-size:.95rem;margin:0}.recipe-tags-row{display:flex;flex-wrap:wrap;gap:6px;margin-top:24px;align-items:flex-start}.series-nav{display:flex;justify-content:space-between;gap:16px;width:100%;margin-top:10px;flex-wrap:wrap}.series-link{font-size:.8rem;font-weight:600;color:var(--accent-light);transition:color .2s}.series-link:hover{color:var(--accent-bright, var(--accent-light))}.series-link--next{margin-left:auto}.recipe-steps-page .inner{position:relative;max-width:720px;margin:0 auto}.step-content{color:var(--text-muted);font-size:.975rem;line-height:1.8}.step-content p{margin-bottom:16px}.step-content p:last-child{margin-bottom:0}.step-content ul,.step-content ol{padding-left:20px;margin-bottom:16px}.step-content li{margin-bottom:6px}.step-content strong{color:var(--text);font-weight:600}@media(max-width:900px){.recipe-step-grid{grid-template-columns:1fr;gap:16px}.recipe-step-title--mobile{display:block}.recipe-step-title--desktop{display:none}.recipe-step-title{font-size:1.2rem}.recipe-step-right,.recipe-sticky-inner{gap:12px}.recipe-desc-toggle{display:flex}.recipe-step-body-wrap.collapsed{display:none}}@media(max-width:640px){.recipe-zoom-btn{display:none}.recipe-sticky-step{font-size:.75rem}}.lightbox-backdrop.svelte-hjjqab{position:fixed;inset:0;z-index:200;background:#000000a6;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;cursor:zoom-out}.lightbox-img.svelte-hjjqab{max-width:92vw;max-height:92vh;object-fit:contain;border-radius:var(--radius-sm);cursor:default}.dialog-backdrop.svelte-hjjqab{position:fixed;inset:0;z-index:200;background:#000000a6;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;padding:24px}.dialog.svelte-hjjqab{background:var(--dark-mid);border:1px solid var(--border);border-radius:var(--radius-md);width:100%;max-width:640px;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 24px 64px #0009}.dialog-header.svelte-hjjqab{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--border);flex-shrink:0}.dialog-title-row.svelte-hjjqab{display:flex;align-items:center;gap:10px;min-width:0}.dialog-swatch.svelte-hjjqab{width:24px;height:24px;border-radius:var(--radius-sm);flex-shrink:0;border:1px solid rgba(255,255,255,.1)}.dialog-title.svelte-hjjqab{font-size:.95rem;font-weight:500;color:var(--text-dim);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dialog-title.svelte-hjjqab strong:where(.svelte-hjjqab){color:var(--text);font-weight:600}.dialog-close.svelte-hjjqab{background:none;border:none;color:var(--text-faint);font-size:.9rem;cursor:pointer;padding:4px 8px;border-radius:var(--radius-sm);transition:color .15s;flex-shrink:0}.dialog-close.svelte-hjjqab:hover{color:var(--text)}.dialog-body.svelte-hjjqab{overflow-y:auto;padding:20px;flex:1}.dialog-loading.svelte-hjjqab{text-align:center;color:var(--text-faint);font-size:.9rem;padding:40px 0}
