:root{--crust: #fbf1e4;--crust-glow: #fde0b0;--surface: #fffbf3;--surface-soft: #fdf0dc;--cocoa: #3b2415;--cocoa-soft: #6b4a32;--cocoa-faint: #9c7c5c;--cherry: #b4392c;--cherry-deep: #8c2a20;--cherry-tint: #f6dad3;--butter: #e8a93d;--butter-tint: #fbebc7;--sage: #5c7a63;--sage-tint: #e4ebe4;--border-warm: #e7d2b0;--font-display: "Baloo 2", system-ui, -apple-system, "Segoe UI", sans-serif;--font-body: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}h1,h2,h3,.brand-title,.hero-title,.card h3,.section-title{font-family:var(--font-display);font-weight:700}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:var(--font-body);color:var(--cocoa);background:radial-gradient(circle at top left,var(--crust-glow) 0,var(--crust) 45%,var(--crust) 100%)}a{color:inherit}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.app-shell{min-height:100vh;display:flex;flex-direction:column}.page-main{flex:1;max-width:1120px;margin:0 auto;padding:2.4rem 1.75rem 4rem}.site-header{position:sticky;top:0;z-index:20;background:#f3e4c8;box-shadow:0 2px 12px #3b24151a}.site-header:after{content:"";position:absolute;left:0;right:0;bottom:-13px;height:26px;background-image:radial-gradient(circle at 13px 0,#f3e4c8 13px,transparent 14px);background-size:26px 26px;background-repeat:repeat-x;pointer-events:none}.site-header .nav-link{color:var(--cocoa-soft)}.site-header .nav-link:hover{background:#b4392c1f;color:var(--cocoa)}.site-header .nav-link-active{background:var(--cherry);color:#fffbf3}.site-header .btn-ghost{color:var(--cocoa-soft)}.site-header .btn-ghost:hover{background:#b4392c1a}.header-inner{max-width:1120px;margin:0 auto;height:124px;padding:0 1.75rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.brand{display:flex;align-items:center;gap:.75rem;text-decoration:none}.brand-logo{height:68px;width:auto;display:block}.header-brand-group{display:flex;align-items:center;gap:.6rem}.header-fresh-badge{height:56px;width:auto;display:block}.main-nav{display:flex;align-items:center;gap:.6rem}.nav-link{text-decoration:none;font-weight:600;font-size:.95rem;padding:.45rem .85rem;border-radius:999px;color:var(--cocoa-soft);transition:background .16s ease,color .16s ease,transform .12s ease}.nav-link:hover{background:#b4392c1f;color:var(--cocoa);transform:translateY(-1px)}.nav-link-active{color:var(--cherry-deep);background:#b4392c24;font-weight:700}.auth-buttons{display:flex;align-items:center;gap:.4rem}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:none;cursor:pointer;font-family:inherit;font-size:.9rem;font-weight:600;padding:.55rem 1.1rem;transition:transform .12s ease,box-shadow .16s ease,background .16s ease}.btn-ghost{background:transparent;color:var(--cocoa-soft)}.btn-ghost:hover{background:#f6dad3b3}.btn-small{padding:.5rem 1rem}.btn-accent{background:linear-gradient(135deg,var(--cherry),var(--cherry-deep));color:var(--surface);box-shadow:0 10px 24px #b4392c59}.btn-accent:hover{transform:translateY(-1px)}.ad-slot{border-top:1px solid rgba(242,207,155,.9);padding:.6rem 1.75rem;font-size:.84rem;color:var(--cocoa-soft);background:#fffbf3e6}.ad-slot--header{display:flex;align-items:center;gap:.6rem;justify-content:center}.ad-slot-label{font-weight:700;letter-spacing:.09em;text-transform:uppercase;font-size:.72rem;padding:.2rem .6rem;border-radius:999px;background:var(--cherry-tint);color:var(--cocoa-faint)}.ad-slot-body{opacity:.9}.ad-slot--inline{margin-top:1rem;margin-bottom:1.5rem;border-radius:18px;border:2px dashed var(--butter);background:var(--surface-soft);padding:.75rem 1rem;text-align:center}.home-page{padding-top:.5rem}.home-hero{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1.2fr);gap:1.5rem;align-items:center}.hero-left{max-width:none}.hero-illustration-wrap{position:relative;display:inline-block;height:258px;margin-bottom:1.2rem}.hero-illustration{display:block;width:220px;height:258px}.hero-illustration-callout{position:absolute;top:10%;left:100%;width:215px;height:auto;margin-left:2.2rem;animation:callout-float 2.8s ease-in-out infinite}.hero-illustration-callout-shadow{position:absolute;top:57%;left:100%;width:140px;height:auto;margin-left:calc(2.2rem + 57.5px);transform-origin:center;animation:callout-shadow-pulse 2.8s ease-in-out infinite}@keyframes callout-shadow-pulse{0%,to{transform:scaleX(1);opacity:.9}50%{transform:scaleX(.6);opacity:.5}}@keyframes callout-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.hero-title{font-size:3.1rem;line-height:1.05;margin:0 0 1rem;letter-spacing:-.03em}.hero-lead{font-size:1rem;line-height:1.7;color:var(--cocoa-soft)}.hero-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.6rem}.hero-tip{margin-top:1rem;font-size:.9rem;color:var(--cocoa-soft)}.hero-right{display:flex;justify-content:flex-end}.hero-oven-card{width:100%;max-width:420px;background:var(--surface);border-radius:26px;padding:1.1rem 1.2rem 1.2rem;box-shadow:0 18px 42px #4b210d29;border:1px solid rgba(156,93,48,.16)}.hero-oven-header{display:flex;justify-content:space-between;align-items:center;font-weight:600;margin-bottom:.75rem}.hero-oven-name{font-size:.95rem}.hero-oven-chip{padding:.25rem .8rem;border-radius:999px;font-size:.8rem;background:var(--cherry-tint);color:var(--cocoa-faint)}.hero-oven-body{position:relative;background:var(--cocoa);border-radius:22px;padding:1rem;margin-bottom:.8rem}.hero-oven-illustration{display:block;width:100%;height:auto;border-radius:14px}.hero-oven-footer{display:flex;justify-content:space-between;align-items:center;font-size:.9rem;color:var(--cocoa-soft)}.hero-oven-button-sm{border-radius:999px;border:none;padding:.4rem .9rem;background:var(--cherry-tint);cursor:pointer;font-weight:600;font-size:.85rem}.section-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.6rem;margin-top:3rem}.card{border-radius:22px;padding:1.5rem 1.6rem;box-shadow:0 14px 32px #7a56311a}.section-grid .card:nth-child(1){background:var(--butter-tint)}.section-grid .card:nth-child(2){background:var(--cherry-tint)}.section-grid .card:nth-child(3){background:var(--sage-tint)}.card h3{margin-top:0;margin-bottom:.6rem}.card p{margin:0;color:var(--cocoa-soft);font-size:.96rem}.page-title{font-size:2.1rem;margin:0 0 .4rem}.page-intro{font-size:.98rem;color:var(--cocoa-soft);max-width:640px}.section-block{margin-top:2.4rem}.section-heading{font-size:1.3rem;margin-bottom:.4rem}.generator-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.4rem;margin-top:1rem}.generator-card{background:var(--surface);border-radius:20px;padding:1.2rem 1.3rem;box-shadow:0 12px 28px #4b210d14;border:1px solid rgba(212,171,126,.3);display:flex;flex-direction:column;gap:.4rem}.generator-title-row{display:flex;justify-content:space-between;align-items:center}.generator-name{font-weight:700}.generator-tagline{font-size:.9rem;color:var(--cocoa-soft)}.generator-badge{font-size:.75rem;padding:.2rem .55rem;border-radius:999px;background:var(--cherry-tint);color:var(--cocoa-faint)}.generator-coming{opacity:.5}.generator-actions{margin-top:.75rem}.generator-actions .btn{width:auto}.maze-page-shell{max-width:1120px;margin:0 auto}.maze-page-title{font-size:1.8rem;margin-bottom:.35rem}.maze-page-intro{color:var(--cocoa-soft);font-size:.98rem}.maze-layout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);gap:1.6rem;align-items:flex-start;margin-top:1.6rem}.maze-layout-single{grid-template-columns:minmax(0,1fr)}.maze-canvas-frame{display:inline-block;max-width:100%;overflow:auto;background:linear-gradient(#969696,#e6e6e6);padding:.6rem;border-radius:18px;box-shadow:0 10px 26px #0000001f}.maze-canvas-inner{background:var(--surface);border-radius:10px;padding:.3rem}.maze-canvas-inner canvas{display:block;border-radius:8px;background:#fff}.maze-meta{margin-top:.6rem;font-size:.86rem;color:var(--cocoa-soft)}.maze-panel{background:var(--surface)f2;border-radius:1.25rem;border:1px solid rgba(240,220,194,.9);padding:1rem;box-shadow:0 10px 22px #00000014}.maze-panel h2{margin-top:0;margin-bottom:.2rem;font-size:1.1rem}.maze-panel p{margin:0;font-size:.9rem;color:var(--cocoa-soft)}.maze-controls-group{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-top:.75rem}.maze-field label{font-size:.8rem;font-weight:600;margin-bottom:.25rem;display:block;color:var(--cocoa-soft)}.maze-field-hint{font-size:.72rem;color:var(--cocoa-faint);margin:0 0 .4rem}.maze-field input,.maze-field select{width:100%;border-radius:10px;border:1px solid var(--border-warm);padding:.35rem .6rem;font-size:.85rem;font-family:inherit}.maze-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.9rem}.maze-email-gate{margin-top:.9rem;padding:.9rem 1rem;border-radius:12px;background:var(--cherry-tint);border:1px solid rgba(180,57,44,.2)}.maze-email-gate p{margin:0 0 .6rem;font-size:.85rem;color:var(--cocoa);font-weight:600}.maze-email-form{display:flex;flex-wrap:wrap;gap:.5rem}.maze-email-input{flex:1;min-width:200px;border-radius:10px;border:1px solid var(--border-warm);padding:.5rem .7rem;font-size:.9rem;font-family:inherit}.maze-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#3b24158c;display:flex;align-items:center;justify-content:center;padding:1.25rem;z-index:100}.maze-modal-card{position:relative;background:var(--surface);border-radius:20px;padding:1.75rem 1.75rem 1.5rem;max-width:380px;width:100%;text-align:center;box-shadow:0 24px 60px #00000040}.maze-modal-close{position:absolute;top:.6rem;right:.8rem;background:none;border:none;font-size:1.5rem;line-height:1;color:var(--cocoa-faint);cursor:pointer;padding:.2rem}.maze-modal-close:hover{color:var(--cocoa)}.maze-modal-art{display:block;width:200px;height:auto;margin:0 auto .75rem}.maze-modal-card h3{margin:0 0 .4rem;color:var(--cocoa)}.maze-modal-card p{margin:0 0 1rem;color:var(--cocoa-soft);font-size:.9rem}.maze-modal-card .maze-email-form{justify-content:center}.maze-modal-card .maze-email-input{min-width:0;width:100%;flex:1 1 100%}.maze-modal-card .maze-button{width:100%}.maze-toggle-group{display:flex;gap:.5rem;flex-wrap:wrap}.maze-toggle-btn{flex:1;min-width:140px;border-radius:10px;border:1px solid var(--border-warm);background:var(--surface);color:var(--cocoa-soft);font-family:inherit;font-size:.82rem;font-weight:600;padding:.5rem .6rem;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .12s ease}.maze-toggle-btn:hover{background:var(--surface-soft)}.maze-toggle-btn-active{background:linear-gradient(135deg,var(--cherry),var(--cherry-deep));color:var(--surface);border-color:transparent;box-shadow:0 6px 16px #b4392c4d}.maze-button{border-radius:999px;border:none;padding:.45rem .95rem;cursor:pointer;display:inline-flex;align-items:center;gap:.25rem;font-size:.9rem;font-weight:600}.maze-button.primary{background:linear-gradient(135deg,var(--butter),var(--cherry-deep));color:var(--surface)}.maze-button.secondary{background:var(--surface-soft);border:1px dashed var(--border-warm);color:var(--cocoa-soft)}.ws-page-shell{max-width:1120px;margin:0 auto}.ws-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr);gap:1.6rem;align-items:flex-start;margin-top:1.6rem}.ws-controls{background:var(--surface)f2;border-radius:1.25rem;border:1px solid rgba(240,220,194,.9);padding:1rem;box-shadow:0 10px 22px #00000014}.ws-controls h2{margin-top:0;font-size:1.1rem}.ws-controls p{margin:0;font-size:.9rem;color:var(--cocoa-soft)}.ws-field{margin-top:.6rem}.ws-field label{font-size:.8rem;font-weight:600;margin-bottom:.25rem;display:block;color:var(--cocoa-soft)}.ws-field input,.ws-field textarea,.ws-field select{width:100%;border-radius:10px;border:1px solid var(--border-warm);padding:.35rem .6rem;font-size:.85rem;font-family:inherit}.ws-field input[type=checkbox]{width:auto;padding:0;margin:0}.ws-checkbox-label{display:flex!important;align-items:center;gap:.5rem;margin-bottom:0!important}.ws-field textarea{min-height:120px;resize:vertical}.ws-field-hint{font-size:.75rem;color:var(--cocoa-faint);margin:0 0 .5rem}.ws-field-warning{font-size:.78rem;color:var(--cherry-deep);margin:.4rem 0 0}.ws-dir-grid{display:grid;grid-template-columns:repeat(3,40px);grid-template-rows:repeat(3,40px);gap:.4rem}.ws-dir-btn{width:40px;height:40px;border-radius:10px;border:1px solid var(--border-warm);background:var(--surface);color:var(--cocoa-soft);font-size:1.1rem;font-weight:700;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.ws-dir-btn:hover{background:var(--cherry-tint)}.ws-dir-btn-active{background:var(--cherry);border-color:var(--cherry);color:#fffbf3}.ws-dir-center{width:40px;height:40px}.ws-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.9rem}.ws-output-panel{background:var(--surface);border-radius:1.25rem;border:1px solid rgba(240,220,194,.9);padding:1rem;box-shadow:0 10px 22px #00000014}.ws-preview-canvas{display:block;max-width:100%;height:auto;margin-top:.75rem;border-radius:10px;box-shadow:0 10px 22px #00000014}.ws-solution-style-toggle{display:flex;gap:.5rem;margin-top:.5rem}.ws-style-btn{flex:1;border-radius:10px;border:1px solid var(--border-warm);background:var(--surface);color:var(--cocoa-soft);font-size:.78rem;font-weight:600;padding:.4rem .5rem;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.ws-style-btn:hover{background:var(--cherry-tint)}.ws-style-btn-active{background:var(--cherry);border-color:var(--cherry);color:#fffbf3}.ws-word-list{margin-top:.75rem;font-size:.85rem;color:var(--cocoa-soft)}.placeholder-grid{margin-top:1.6rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.4rem}.placeholder-card{background:var(--surface);border-radius:20px;padding:1.3rem;box-shadow:0 10px 24px #4b210d14;border:1px dashed rgba(212,171,126,.6);font-size:.94rem;color:var(--cocoa-soft)}.site-footer{padding:1.2rem 1.75rem 1.6rem;text-align:center;font-size:.85rem;color:var(--cocoa-soft);border-top:1px solid rgba(240,206,151,.6)}@media (max-width: 900px){.header-inner{height:auto;flex-wrap:wrap;row-gap:.6rem;padding:.75rem 1.25rem}.header-brand-group{flex-wrap:nowrap}.brand-logo{height:34px}.header-fresh-badge{height:24px}.home-hero{grid-template-columns:1fr;gap:2rem}.hero-right{justify-content:flex-start}.hero-oven-card{max-width:100%}.maze-layout,.ws-layout{grid-template-columns:minmax(0,1fr)}.hero-illustration-callout{top:8%;left:100%;margin-left:.5rem;width:150px}.hero-illustration-callout-shadow{top:60%;left:100%;margin-left:calc(.5rem + 41px);width:98px}}@media (max-width: 600px){.page-main{padding:2rem 1.25rem 3rem}.ad-slot{padding:.5rem 1.25rem}.brand-logo{height:30px}.header-fresh-badge{height:22px}.hero-title{font-size:2.2rem}.hero-illustration{width:170px;height:199px}.hero-illustration-wrap{height:199px}}.footer-links{margin-top:.25rem;font-size:.85rem;color:var(--cocoa-soft)}.footer-links a{text-decoration:none;color:var(--cocoa-soft)}.footer-links a:hover{text-decoration:underline}.maze-checkbox-label{display:flex;align-items:center;gap:.45rem;margin-top:.25rem;cursor:pointer;font-size:.85rem;font-weight:600;color:var(--cocoa-soft)}.maze-checkbox-label input[type=checkbox]{width:16px;height:16px;accent-color:var(--cherry);cursor:pointer}
