:root{--text:#5c5566;--bg:#fdfaf3;--paper:#fdfaf3;--sans:system-ui, "Segoe UI", Roboto, sans-serif;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#5c5566;--bg:#fdfaf3;--paper:#fdfaf3}}#root{box-sizing:border-box;width:100%;height:100svh}body{background:var(--bg);margin:0;overflow:hidden}body:after{content:"";pointer-events:none;z-index:1;opacity:.04;mix-blend-mode:multiply;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:fixed;inset:0}.scene-glow,.scene-wash{transition:background .6s linear}@media (prefers-reduced-motion:reduce){.scene-glow,.scene-wash{transition:none}}p{margin:0}:root{--serif:"Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;--ink:#3a352b;--ink-soft:#59523f;--muted:#7c735f;--surface:#f4f6f4;--surface-panel:#fffffff2;--line:#343a3229;--line-strong:#343a3252;--forest:#3f6b3a;--forest-hover:#34592f;--forest-tint:#e9f1dd;--forest-ink:#2c4e2b;--sage-track:#8ca17c6b;--qm-radius:12px;--qm-radius-sm:8px;--qm-ring:0 0 0 3px #3f6b3a54;--qm-shadow:0 14px 34px -14px #3c36225c, 0 2px 6px -2px #3c36222e}.qm-ui{font-family:var(--sans);color:var(--ink);font-size:14px}.qm-btn{font:inherit;color:var(--ink);background:var(--surface);border:1px solid var(--line-strong);border-radius:var(--qm-radius-sm);cursor:pointer;padding:.5rem .85rem;font-size:.875rem;font-weight:500;transition:background .16s,border-color .16s,transform .11s,box-shadow .16s}.qm-btn:hover{border-color:var(--forest);background:#fff}.qm-btn:active{transform:translateY(1px)}.qm-btn:focus-visible{box-shadow:var(--qm-ring);border-color:var(--forest);outline:none}.qm-btn:disabled{opacity:.55;cursor:default;background:var(--surface);border-color:var(--line-strong);transform:none}.qm-btn-primary{color:#fbf7ee;background:var(--forest);border-color:#0000;font-weight:600;box-shadow:0 6px 16px -8px #3f6b3ab3}.qm-btn-primary:hover{background:var(--forest-hover);border-color:#0000}.qm-btn-primary:disabled{background:var(--forest);border-color:#0000}.qm-seg{border-radius:var(--qm-radius-sm);background:#3a352b0e;gap:4px;padding:4px;display:flex}.qm-seg-item{font:inherit;color:var(--ink-soft);cursor:pointer;background:0 0;border:none;border-radius:6px;flex:1;padding:.45rem .3rem;font-size:.8rem;font-weight:500;transition:background .15s,color .15s,box-shadow .15s}.qm-seg-item:hover{color:var(--ink);background:#ffffff8c}.qm-seg-item[aria-pressed=true]{background:var(--surface);color:var(--forest-ink);font-weight:650;box-shadow:0 1px 3px #3c36222e}.qm-seg-item:focus-visible{box-shadow:var(--qm-ring);outline:none}.qm-range{appearance:none;cursor:pointer;background:0 0;width:100%;height:20px}.qm-range::-webkit-slider-runnable-track{background:var(--sage-track);border-radius:999px;height:6px}.qm-range::-moz-range-track{background:var(--sage-track);border-radius:999px;height:6px}.qm-range::-moz-range-progress{background:var(--forest);border-radius:999px;height:6px}.qm-range::-webkit-slider-thumb{appearance:none;background:var(--forest);border:2px solid #fbf7ee;border-radius:50%;width:18px;height:18px;margin-top:-6px;transition:transform .12s,box-shadow .16s;box-shadow:0 1px 4px #3c362259}.qm-range::-moz-range-thumb{background:var(--forest);border:2px solid #fbf7ee;border-radius:50%;width:18px;height:18px;box-shadow:0 1px 4px #3c362259}.qm-range:hover::-webkit-slider-thumb{transform:scale(1.09)}.qm-range:focus-visible{outline:none}.qm-range:focus-visible::-webkit-slider-thumb{box-shadow:var(--qm-ring)}.qm-range:focus-visible::-moz-range-thumb{box-shadow:var(--qm-ring)}.qm-switch{flex:none;align-items:center;display:inline-flex;position:relative}.qm-switch input{opacity:0;cursor:pointer;width:100%;height:100%;margin:0;position:absolute;inset:0}.qm-switch-track{background:#3a352b3d;border-radius:999px;width:38px;height:22px;transition:background .17s;position:relative}.qm-switch-track:after{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .19s cubic-bezier(.16,1,.3,1);position:absolute;top:3px;left:3px;box-shadow:0 1px 2px #00000047}.qm-switch input:checked+.qm-switch-track{background:var(--forest)}.qm-switch input:checked+.qm-switch-track:after{transform:translate(16px)}.qm-switch input:focus-visible+.qm-switch-track{box-shadow:var(--qm-ring)}@media (prefers-reduced-motion:reduce){.qm-switch-track:after{transition:none}}.qm-panel{box-sizing:border-box;background:var(--surface-panel);border:1px solid var(--line);border-radius:var(--qm-radius);width:290px;max-width:calc(100vw - 28px);max-height:calc(100svh - 84px);box-shadow:var(--qm-shadow);flex-direction:column;gap:1.1rem;margin-top:10px;padding:1.15rem;display:flex;overflow-y:auto}.qm-group{flex-direction:column;gap:.55rem;display:flex}.qm-field-label{color:var(--ink-soft);font-size:.82rem;font-weight:600}.qm-row{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.qm-hint{color:var(--ink-soft);margin:0;font-size:.78rem;line-height:1.5}.qm-divider{background:var(--line);border:none;height:1px;margin:0}.qm-link{color:var(--forest-ink);text-underline-offset:2px;font-weight:500;text-decoration:underline}.qm-link:hover{color:var(--forest)}.qm-link:focus-visible{box-shadow:var(--qm-ring);border-radius:3px;outline:none}.qm-chip{background:var(--surface-panel);border:1px solid var(--line);box-shadow:var(--qm-shadow);font-variant-numeric:tabular-nums;color:var(--ink);border-radius:999px;align-items:center;gap:.7rem;padding:.42rem .8rem;font-size:.95rem;display:inline-flex}.qm-chip b{font-weight:600}.qm-chip .qm-stat{align-items:center;gap:.3rem;display:inline-flex}.qm-chip .qm-chip-div{background:var(--line);width:1px;height:1.05rem}.qm-center{box-sizing:border-box;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.15rem;width:100%;height:100%;padding:2rem;display:flex}.qm-center>*{max-width:100%}.qm-title{font-family:var(--serif);letter-spacing:-.015em;color:var(--ink);margin:0;font-size:clamp(2rem,5vw,2.9rem);font-weight:600;line-height:1.05}.qm-sub{color:var(--ink-soft);max-width:34ch;margin:0;font-size:1.02rem}.qm-welcome{background:var(--paper,#fdfaf3);opacity:1;transition:opacity .78s cubic-bezier(.4,0,.2,1);position:absolute;inset:0;overflow:hidden}.qm-welcome.is-exiting{opacity:0}.qm-welcome-bg{object-fit:contain;object-position:center bottom;-webkit-user-select:none;user-select:none;pointer-events:none;width:100%;height:100%;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#0000 0,#000 10%);mask-image:linear-gradient(#0000 0,#000 10%)}.qm-welcome-scrim{pointer-events:none;background:radial-gradient(60% 46% at 50% 34%,#fdfaf3d1 0%,#fdfaf380 42%,#fdfaf300 72%);position:absolute;inset:0}.qm-welcome-inner{z-index:1;position:relative}.qm-sprig{width:clamp(190px,30vw,320px);height:auto;margin:0 auto .4rem;display:block}.qm-scene-in{animation:.78s cubic-bezier(.4,0,.2,1) both qm-scene-in}@keyframes qm-scene-in{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.qm-welcome{transition-duration:.2s}.qm-scene-in{animation-duration:.2s}}
