.cw-outer,.cw-wrap{box-sizing:border-box;font-family:var(--cs-font);color:#222}.cw-outer *,.cw-wrap *{box-sizing:border-box}.cw-outer{max-width:960px;margin:0 auto;padding:2rem 0}.cw-calc-header{background:#222;border-radius:10px 10px 0 0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.5rem 2rem;display:flex}.cw-header-text{flex:1;min-width:200px}.cw-header-actions{flex-shrink:0;gap:.5rem;display:flex}.cw-outer .cw-calc-header h1{color:#fdd316!important;margin:0 0 .25rem!important;font-size:1.75rem!important;font-weight:700!important}.cw-outer .cw-calc-header .cw-subtitle{opacity:.85!important;color:#fff!important;margin:0!important;font-size:1rem!important;font-weight:400!important}.cw-header-btn{color:#888;font-family:var(--cs-font);cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #888;border-radius:999px;outline:none;padding:.4rem .85rem;font-size:.82rem;font-weight:500;transition:color .15s,border-color .15s}.cw-header-btn:hover{color:#fdd316;background:0 0;border-color:#fdd316}.cw-header-btn:focus,.cw-header-btn:active{color:#888;box-shadow:none;background:0 0;border-color:#888;outline:none}.cw-header-btn:focus-visible{outline-offset:2px;outline:2px solid #fdd316}.cw-wrap{background:#fff;border:1px solid #e5e5e5;border-top:none;border-radius:0 0 10px 10px;padding:2rem}.cw-breadcrumbs{color:#555;background:#f7f7f7;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;flex-wrap:wrap;align-items:center;gap:.65rem;padding:.75rem 1.5rem;font-size:.85rem;display:none}.cw-breadcrumbs.cw-visible{display:flex}.cw-breadcrumb-label{color:#666;white-space:nowrap;font-size:.85rem;font-weight:400}.cw-breadcrumbs ol{flex-wrap:wrap;align-items:center;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.cw-breadcrumbs li{align-items:center;display:inline-flex}.cw-breadcrumbs button,.cw-breadcrumbs .cw-crumb-current{color:#222;font-family:var(--cs-font);cursor:pointer;white-space:nowrap;background:#fdd316;border:1px solid #fdd316;border-radius:999px;padding:.25rem .75rem;font-size:.78rem;font-weight:700;transition:all .15s;display:inline-block}.cw-breadcrumbs button:hover{color:#fdd316;background:#222;border-color:#222}.cw-breadcrumbs .cw-crumb-current{color:#fdd316;cursor:default;background:#222;border-color:#222}.cw-breadcrumbs .cw-crumb-value{display:none}@media (width<=640px){.cw-calc-header{padding:1.25rem 1.5rem}.cw-outer .cw-calc-header h1{font-size:1.35rem!important}.cw-breadcrumbs{padding:.65rem 1rem}}.cw-screen{display:none}.cw-screen.active{animation:.3s cwFade;display:block}@keyframes cwFade{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.cw-screen-intro{text-align:center;margin-bottom:2rem}.cw-screen-intro h2{color:#222;margin:0 0 .5rem;font-size:1.5rem;font-weight:700}.cw-screen-intro p{color:#555;max-width:640px;margin:0 auto;font-size:1rem;line-height:1.6}.cw-welcome-back{background:#fff9e0;border:1px solid #fdd316;border-radius:10px;margin-bottom:2rem;padding:1.5rem 1.75rem}.cw-welcome-back h3{color:#222;margin:0 0 .75rem;font-size:1.2rem;font-weight:700}.cw-welcome-intro{color:#555;margin:0 0 1rem;font-size:.95rem}.cw-welcome-row{color:#333;border-top:1px solid #2222221a;padding:.75rem 0;font-size:.95rem}.cw-welcome-label{color:#555;margin-right:.5rem;display:inline-block}.cw-welcome-row strong{color:#222}.cw-welcome-row a{color:#555;margin-left:.75rem;font-size:.85rem;text-decoration:underline}.cw-welcome-row a:hover{color:#222}.cw-welcome-level-message{color:#333;margin:0 0 1rem;line-height:1.5}.cw-welcome-back-actions{flex-wrap:wrap;gap:.75rem;display:flex}.cw-choices{gap:1rem;margin-top:1rem;display:grid}.cw-choices.cw-two{grid-template-columns:repeat(2,1fr)}.cw-choices.cw-three{grid-template-columns:repeat(3,1fr)}.cw-choices.cw-four{grid-template-columns:repeat(2,1fr)}@media (width<=860px){.cw-choices.cw-three{grid-template-columns:1fr}}@media (width<=640px){.cw-choices.cw-two,.cw-choices.cw-four{grid-template-columns:1fr}.cw-outer{padding:1rem}.cw-wrap{padding:1.25rem}.cw-calc-header{padding:1.25rem 1.5rem}.cw-calc-header h1{font-size:1.35rem}}.cw-choice-card{background:var(--cs-paper,#f4efe2);cursor:pointer;text-align:left;font-family:var(--cs-font);color:#222;border:1px solid #ddd2b8;border-left:4px solid #fdd316;border-radius:10px;flex-direction:column;gap:.5rem;padding:1.5rem;transition:all .2s;display:flex;position:relative}.cw-choice-card:hover,.cw-choice-card.cw-selected{color:#fdd316;background:#222;border-color:#222 #222 #222 #fdd316;transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.cw-choice-card .cw-choice-title{color:#222;align-items:center;gap:.5rem;font-size:1.15rem;font-weight:700;display:flex}.cw-choice-card .cw-choice-desc{color:#333;font-size:.9rem;line-height:1.5}.cw-choice-card .cw-unit-label{color:#222}.cw-choice-card .cw-unit-example{color:#555;font-style:italic}.cw-choice-card:hover .cw-choice-title,.cw-choice-card.cw-selected .cw-choice-title,.cw-choice-card:hover .cw-unit-label,.cw-choice-card.cw-selected .cw-unit-label{color:#fdd316}.cw-choice-card:hover .cw-choice-desc,.cw-choice-card.cw-selected .cw-choice-desc{color:#fff}.cw-choice-card:hover .cw-unit-example,.cw-choice-card.cw-selected .cw-unit-example{color:#ccc}.cw-choice-card .cw-badge{color:#fdd316;text-transform:uppercase;letter-spacing:.5px;background:#222;border-radius:4px;padding:.15rem .5rem;font-size:.7rem;font-weight:700;display:inline-block}.cw-choice-card:hover .cw-badge,.cw-choice-card.cw-selected .cw-badge{color:#222;background:#fdd316}.cw-notes{background:#f7f7f7;border-left:3px solid #fdd316;border-radius:6px;margin-top:1.5rem;padding:1rem 1.25rem}.cw-notes h4{color:#222;margin:0 0 .5rem;font-size:.95rem;font-weight:700}.cw-notes ul{color:#555;margin:0;padding-left:1.25rem;font-size:.9rem;line-height:1.6}.cw-notes ul li{margin-bottom:.35rem}.cw-notes ul li:last-child{margin-bottom:0}.cw-btn{color:#222;font-family:var(--cs-font);cursor:pointer;background:#fdd316;border:2px solid #fdd316;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:.7rem 1.5rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .15s;display:inline-flex}.cw-btn:hover,.cw-btn-primary,.cw-btn-selected{color:#fdd316;background:#222;border-color:#222}.cw-btn-primary:hover,.cw-btn-selected:hover,.cw-btn-secondary{color:#222;background:#fdd316;border-color:#fdd316}.cw-btn-secondary:hover{color:#fdd316;background:#222;border-color:#222}.cw-back-row{margin-bottom:1.25rem;display:flex}.cw-btn-back{color:#555;background:0 0;border:1px solid #888;padding:.5rem 1rem;font-size:.85rem;font-weight:500}.cw-btn-back:hover{color:#222;background:0 0;border-color:#222}.cw-nav{border-top:1px solid #eee;justify-content:space-between;align-items:center;margin-top:2rem;padding-top:1.5rem;display:flex}.cw-nav-back{color:#555;font-family:var(--cs-font);cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;gap:.35rem;padding:.35rem .75rem;font-size:.9rem;display:inline-flex}.cw-nav-back:hover{color:#222;background:#f5f5f5}.cw-nav-progress{color:#888;font-size:.85rem;font-weight:500}.cw-version{text-align:right;color:#bbb;margin-top:1rem;font-family:monospace;font-size:.7rem}.cw-escape{text-align:center;border-top:1px dashed #ddd;margin-top:2rem;padding-top:1.5rem}.cw-escape a{color:#555;font-size:.88rem;text-decoration:underline}.cw-escape a:hover{color:#222}.cw-unit-card{text-align:center;padding:2rem 1.5rem}.cw-unit-card .cw-unit-label{margin-bottom:.5rem;font-size:1.35rem;font-weight:700}.cw-unit-card .cw-unit-example{font-size:.85rem}.cw-info-box{color:#6b4e00;background:#fffbe6;border:1px solid #ffe58f;border-radius:8px;margin-top:1.5rem;padding:1rem 1.25rem;font-size:.9rem;line-height:1.5}.cw-info-box strong{color:#4a3600}.cw-stage{margin-bottom:2rem}.cw-stage-header{border-bottom:2px solid #fdd316;align-items:baseline;gap:.75rem;margin-bottom:.25rem;padding-bottom:.5rem;display:flex}.cw-stage-number{color:#fdd316;letter-spacing:.5px;background:#222;border-radius:4px;padding:.2rem .6rem;font-size:.8rem;font-weight:700;display:inline-block}.cw-stage-title{color:#222;flex:1;margin:0;font-size:1.2rem;font-weight:700}.cw-stage-subtitle{color:#666;margin:0 0 1rem;font-size:.88rem;line-height:1.5}.cw-recipe-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem;display:grid}.cw-recipe-card{text-align:left;font-family:var(--cs-font);background:#fff;border:2px solid #e5e5e5;border-radius:10px;flex-direction:column;gap:.4rem;min-height:130px;padding:1.1rem 1.25rem;transition:all .2s;display:flex;position:relative}.cw-recipe-card.cw-available{cursor:pointer;background:#fffdf5;border-color:#fdd316}.cw-recipe-card.cw-available:hover{background:#222;border-color:#222;transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.cw-recipe-card.cw-available:hover .cw-recipe-name,.cw-recipe-card.cw-available:hover .cw-recipe-desc{color:#fdd316}.cw-recipe-card.cw-available:hover .cw-recipe-badge{color:#222;background:#fdd316}.cw-recipe-card.cw-coming-soon{opacity:.6;cursor:not-allowed;background:#f7f7f7;border-color:#ddd}.cw-recipe-name{color:#222;margin:0;font-size:1.02rem;font-weight:700}.cw-recipe-desc{color:#555;flex:1;margin:0;font-size:.85rem;line-height:1.45}.cw-recipe-badge-row{justify-content:space-between;align-items:center;gap:.5rem;margin-top:.25rem;display:flex}.cw-recipe-badge{letter-spacing:.5px;text-transform:uppercase;border-radius:4px;padding:.2rem .55rem;font-size:.68rem;font-weight:700;display:inline-block}.cw-recipe-ext{color:#888;border-radius:4px;padding:.1rem .35rem;font-size:1rem;font-weight:700;line-height:1;transition:all .2s}.cw-recipe-card.cw-available:hover .cw-recipe-ext{color:#fdd316}.cw-recipe-card.cw-available .cw-recipe-badge{color:#fdd316;background:#222}.cw-recipe-card.cw-coming-soon .cw-recipe-badge{color:#555;background:#ccc}.cw-recipe-card.cw-explored:after{content:"✓";color:#222;background:#fdd316;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:.85rem;font-weight:700;display:flex;position:absolute;top:.5rem;right:.6rem}.cw-pathway-intro{color:#333;background:#fff9e0;border:1px solid #fdd316;border-radius:10px;margin-bottom:2rem;padding:1rem 1.25rem;font-size:.92rem;line-height:1.55}.cw-pathway-intro strong{color:#222}.cw-explored-panel{background:#f7f7f7;border:1px solid #e5e5e5;border-radius:10px;margin-bottom:2rem;padding:1.1rem 1.25rem}.cw-explored-panel h4{color:#222;margin:0 0 .5rem;font-size:1rem;font-weight:700}.cw-explored-panel p{color:#555;margin:0 0 .75rem;font-size:.88rem}.cw-explored-list{flex-wrap:wrap;gap:.45rem;margin:0;padding:0;list-style:none;display:flex}.cw-explored-list li a{color:#333;background:#fff;border:1px solid #ddd;border-radius:999px;padding:.3rem .75rem;font-size:.82rem;text-decoration:none;display:inline-block}.cw-explored-list li a:hover{color:#fdd316;background:#222;border-color:#222}.cw-explored-list li .cw-explored-date{color:#888;margin-left:.35rem;font-size:.72rem}.cw-pathway-next{color:#333;background:#f7f7f7;border-left:3px solid #fdd316;border-radius:6px;margin-top:2.5rem;padding:1.25rem 1.5rem;font-size:.92rem;line-height:1.55}.cw-pathway-next strong{color:#222}.cw-pathway-next a{color:#222;font-weight:700;text-decoration:underline}.cw-recipes-error{color:#9b2c2c;background:#fff4f4;border:1px solid #f4c5c5;border-radius:10px;grid-column:1/-1;padding:1.25rem 1.5rem;font-size:.92rem;line-height:1.55}.cw-recipes-error strong{color:#7b1d1d;margin-bottom:.35rem;font-size:1.05rem;display:block}.cw-recipes-error p{color:#9b2c2c;margin:0}.cw-library-category{background:#fff;border:1px solid #e5e5e5;border-radius:10px;margin-bottom:1rem;overflow:hidden}.cw-library-category-header{cursor:pointer;text-align:left;width:100%;font-family:var(--cs-font);background:#fdd316;border:none;outline:none;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;transition:background .15s,color .15s;display:flex}.cw-library-category-header:hover{color:#fdd316;background:#222}.cw-library-category-header:hover .cw-library-category-title,.cw-library-category-header:hover .cw-library-category-desc,.cw-library-category-header:hover .cw-library-category-count,.cw-library-category-header:hover .cw-library-category-caret{color:#fdd316}.cw-library-category-header:hover .cw-library-category-count{color:#222;background:#fdd316}.cw-library-category-header:focus,.cw-library-category-header:active{box-shadow:none;background:#fdd316;outline:none}.cw-library-category-header:focus-visible{outline-offset:-2px;outline:2px solid #222}.cw-library-category.cw-open .cw-library-category-header{background:#222}.cw-library-category.cw-open .cw-library-category-title,.cw-library-category.cw-open .cw-library-category-desc,.cw-library-category.cw-open .cw-library-category-caret{color:#fdd316}.cw-library-category.cw-open .cw-library-category-count{color:#222;background:#fdd316}.cw-library-category-main{flex-direction:column;flex:1;gap:.15rem;min-width:0;display:flex}.cw-library-category-title{color:#222;font-size:1.05rem;font-weight:700}.cw-library-category-desc{color:#333;font-size:.85rem;font-weight:400}.cw-library-category-right{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.cw-library-category-count{color:#fdd316;letter-spacing:.5px;background:#222;border-radius:999px;padding:.2rem .55rem;font-size:.72rem;font-weight:700}.cw-library-category-caret{color:#222;font-size:1rem;line-height:1;transition:transform .2s;display:inline-block}.cw-library-category.cw-open .cw-library-category-caret{transform:rotate(90deg)}.cw-library-category-body{max-height:0;padding:0;transition:max-height .3s,padding .3s;overflow:hidden}.cw-library-category.cw-open .cw-library-category-body{max-height:none;padding:1.25rem}.cw-coming-next{text-align:center;background:#fff9e0;border:1px solid #fdd316;border-radius:10px;margin:1rem 0;padding:1.5rem 1.75rem}.cw-coming-next h3{color:#222;margin:0 0 .5rem;font-size:1.1rem}.cw-outer .cw-calc-header h1{text-transform:uppercase;letter-spacing:.01em;font-family:var(--cs-font-display)!important;font-size:clamp(1.6rem,4vw,2.2rem)!important;line-height:.98!important}.cw-outer .cw-calc-header .cw-subtitle{font-family:var(--cs-font-mono)!important;font-size:.85rem!important}.cw-outer .cw-header-btn{font-family:var(--cs-font-mono)}.cw-breadcrumb-label{font-family:var(--cs-font-mono);letter-spacing:.08em;text-transform:uppercase;font-size:.72rem}.cw-breadcrumbs button,.cw-breadcrumbs .cw-crumb-current{font-family:var(--cs-font-mono);letter-spacing:.05em;text-transform:uppercase;font-size:.72rem}.cw-outer .cw-screen-intro h2,.cw-outer .cw-welcome-back h3,.cw-outer .cw-stage-title,.cw-outer .cw-library-category-title,.cw-outer .cw-coming-next h3{font-family:var(--cs-font-display);text-transform:uppercase;letter-spacing:.01em}.cw-outer .cw-screen-intro h2{font-size:clamp(1.5rem,3vw,1.9rem)}.cw-outer .cw-choice-card .cw-choice-title,.cw-outer .cw-recipe-name,.cw-outer .cw-unit-card .cw-unit-label{font-family:var(--cs-font-display);text-transform:uppercase;letter-spacing:.01em}.cw-outer .cw-badge,.cw-outer .cw-stage-number,.cw-outer .cw-recipe-badge,.cw-outer .cw-library-category-count,.cw-outer .cw-nav-progress,.cw-outer .cw-explored-date{font-family:var(--cs-font-mono);font-variant-numeric:tabular-nums}.cw-version{font-family:var(--cs-font-mono)}.cw-outer .cw-notes h4,.cw-outer .cw-explored-panel h4{font-family:var(--cs-font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--cs-text-2,#555);font-size:.72rem;font-weight:700}.cw-outer .cw-bar-label{font-family:var(--cs-font-mono);letter-spacing:.14em;text-transform:uppercase;color:#fdd316;margin:0;font-size:.75rem;font-weight:700}.wz-head{padding-block:clamp(3rem, 7vw, 5rem) var(--cs-space-8);position:relative;overflow:hidden}.wz-head__grid{grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);align-items:center;gap:clamp(2rem,5vw,4rem);display:grid}@media (width<=860px){.wz-head__grid{grid-template-columns:1fr}}.wz-title{font-family:var(--cs-font-display);text-transform:uppercase;font-size:var(--cs-fs-display);letter-spacing:0;margin:0 0 var(--cs-space-5);line-height:.95}.wz-lead{font-size:var(--cs-fs-lead);color:var(--cs-text-2);max-width:60ch;margin:0;line-height:1.6}.wz-head__art{text-align:center;justify-self:center;margin:0}.wz-head__art img{mix-blend-mode:multiply;width:auto;max-width:100%;height:auto;max-height:min(36vh,20rem);margin-inline:auto;display:block}@media (width<=860px){.wz-head__art img{max-height:15rem}.wz-head__art{margin-top:var(--cs-space-4)}}.wz-head__caption{font-family:var(--cs-font-hand);color:var(--cs-ink);margin-top:.25rem;font-size:1.5rem;transform:rotate(-2deg)}.wz-ghost{font-family:var(--cs-font-hand);color:color-mix(in srgb, var(--cs-ink) 13%, transparent);white-space:nowrap;pointer-events:none;user-select:none;z-index:0;font-size:1.45rem;display:none;position:absolute}@media (width>=900px){.wz-ghost{display:block}}.cw-coming-next p{color:#555;margin:0;font-size:.95rem;line-height:1.5}@media (width<=640px){.cw-recipe-grid{grid-template-columns:1fr}}
