code.svelte-1spoys1{font-family:Consolas,Monaco,monospace;font-size:1rem;background:var(--color-surface-100);padding:.2rem .4rem;border-radius:var(--radius-base);color:var(--color-primary-700)}#crisis .scenarios.svelte-1spoys1{display:flex;flex-wrap:wrap;gap:1rem;margin:2rem 0}#crisis .scenarios.svelte-1spoys1 .item:where(.svelte-1spoys1){flex:1;min-width:240px;display:flex;align-items:center;gap:1rem;background:var(--color-surface-50);padding:1.5rem;border-radius:calc(var(--radius-container) * 2);box-shadow:0 2px 8px color-mix(in oklab,var(--color-surface-900) .05,transparent)}#crisis .scenarios.svelte-1spoys1 .item:where(.svelte-1spoys1) .icon:where(.svelte-1spoys1){font-size:2rem}#crisis .scenarios.svelte-1spoys1 .item:where(.svelte-1spoys1) .text:where(.svelte-1spoys1){font-size:1.125rem;color:var(--color-surface-700);font-weight:500}#grid-model .builder.svelte-1spoys1{background:var(--color-surface-50);border-radius:calc(var(--radius-container) * 2);padding:2rem;margin:2rem 0;box-shadow:0 4px 12px color-mix(in oklab,var(--color-surface-900) .08,transparent);border:1px solid var(--color-surface-200)}#grid-model .builder.svelte-1spoys1 .header:where(.svelte-1spoys1){margin-bottom:1.5rem;text-align:center}#grid-model .builder.svelte-1spoys1 .header:where(.svelte-1spoys1) h3:where(.svelte-1spoys1){margin:0 0 .5rem;color:var(--color-surface-900)}#grid-model .builder.svelte-1spoys1 .header:where(.svelte-1spoys1) .hint:where(.svelte-1spoys1){font-size:1rem;color:var(--color-surface-600);margin:0}#grid-model .builder.svelte-1spoys1 .toolbar:where(.svelte-1spoys1){display:flex;gap:1rem;margin-bottom:2rem;justify-content:center;flex-wrap:wrap}#grid-model .builder.svelte-1spoys1 .toolbar:where(.svelte-1spoys1) .tool:where(.svelte-1spoys1){display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:var(--color-surface-100);border:2px solid transparent;border-radius:99px;cursor:pointer;transition:all .2s;font-size:1rem;color:var(--color-surface-900);font-weight:600}#grid-model .builder.svelte-1spoys1 .toolbar:where(.svelte-1spoys1) .tool:where(.svelte-1spoys1):hover{background:var(--color-surface-200)}#grid-model .builder.svelte-1spoys1 .toolbar:where(.svelte-1spoys1) .tool:where(.svelte-1spoys1).active{background:var(--color-primary-100);border-color:var(--color-primary-500);color:var(--color-primary-900)}#grid-model .builder.svelte-1spoys1 .toolbar:where(.svelte-1spoys1) .tool:where(.svelte-1spoys1) .icon:where(.svelte-1spoys1){font-size:1.25rem}#grid-model .builder.svelte-1spoys1 .container:where(.svelte-1spoys1){display:flex;gap:.5rem;margin-bottom:1.5rem;justify-content:center}#grid-model .builder.svelte-1spoys1 .container:where(.svelte-1spoys1) .axis:where(.svelte-1spoys1){display:flex;font-size:.875rem;color:var(--color-surface-500);font-weight:600}#grid-model .builder.svelte-1spoys1 .container:where(.svelte-1spoys1) .axis:where(.svelte-1spoys1).y{flex-direction:column;justify-content:space-around;padding-right:.5rem}#grid-model .builder.svelte-1spoys1 .container:where(.svelte-1spoys1) .axis:where(.svelte-1spoys1).x{justify-content:space-around;padding-top:.5rem}#grid-model .builder.svelte-1spoys1 .container:where(.svelte-1spoys1) .wrapper:where(.svelte-1spoys1){display:flex;flex-direction:column}#grid-model .builder.svelte-1spoys1 .container:where(.svelte-1spoys1) .wrapper:where(.svelte-1spoys1) .grid:where(.svelte-1spoys1){display:grid;grid-template-columns:repeat(8,1fr);gap:2px;background:var(--color-surface-300);padding:2px;border-radius:var(--radius-container);touch-action:manipulation}#grid-model .builder.svelte-1spoys1 .container:where(.svelte-1spoys1) .wrapper:where(.svelte-1spoys1) .grid:where(.svelte-1spoys1) .cell:where(.svelte-1spoys1){aspect-ratio:1;width:44px;display:flex;align-items:center;justify-content:center;background:var(--color-surface-50);border:none;cursor:pointer;transition:all .1s;font-size:1.5rem;border-radius:2px}#grid-model .builder.svelte-1spoys1 .container:where(.svelte-1spoys1) .wrapper:where(.svelte-1spoys1) .grid:where(.svelte-1spoys1) .cell:where(.svelte-1spoys1):hover{background:var(--color-primary-100)}#grid-model .builder.svelte-1spoys1 .container:where(.svelte-1spoys1) .wrapper:where(.svelte-1spoys1) .grid:where(.svelte-1spoys1) .cell:where(.svelte-1spoys1).wall{background:var(--color-surface-600)}#grid-model .builder.svelte-1spoys1 .container:where(.svelte-1spoys1) .wrapper:where(.svelte-1spoys1) .grid:where(.svelte-1spoys1) .cell:where(.svelte-1spoys1).start{background:var(--color-success-100)}#grid-model .builder.svelte-1spoys1 .container:where(.svelte-1spoys1) .wrapper:where(.svelte-1spoys1) .grid:where(.svelte-1spoys1) .cell:where(.svelte-1spoys1).finish{background:var(--color-warning-100)}#grid-model .builder.svelte-1spoys1 .container:where(.svelte-1spoys1) .wrapper:where(.svelte-1spoys1) .grid:where(.svelte-1spoys1) .cell:where(.svelte-1spoys1).danger{background:var(--color-error-100)}#grid-model .builder.svelte-1spoys1 .info:where(.svelte-1spoys1){display:flex;align-items:center;justify-content:center;gap:1rem;padding:1rem 1.5rem;background:var(--color-surface-100);border-radius:var(--radius-container);font-size:1.125rem;text-align:center}#grid-model .builder.svelte-1spoys1 .info:where(.svelte-1spoys1).placeholder{color:var(--color-surface-500);font-style:italic}#grid-model .builder.svelte-1spoys1 .info:where(.svelte-1spoys1) .coord:where(.svelte-1spoys1){font-family:Consolas,Monaco,monospace;font-weight:600;color:var(--color-primary-700)}#logic-navigator .flowchart.svelte-1spoys1{background:linear-gradient(135deg,var(--color-primary-50),var(--color-surface-50));border-radius:calc(var(--radius-container) * 2);padding:2rem;margin:2rem 0;box-shadow:0 4px 12px color-mix(in oklab,var(--color-surface-900) .08,transparent)}#logic-navigator .flowchart.svelte-1spoys1 .header:where(.svelte-1spoys1){display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:2.5rem}#logic-navigator .flowchart.svelte-1spoys1 .header:where(.svelte-1spoys1) .icon:where(.svelte-1spoys1){font-size:2.5rem}#logic-navigator .flowchart.svelte-1spoys1 .header:where(.svelte-1spoys1) h3:where(.svelte-1spoys1){margin:0;font-size:1.5rem;color:var(--color-primary-900)}#logic-navigator .flowchart.svelte-1spoys1 .diagram:where(.svelte-1spoys1){display:flex;flex-direction:column;align-items:center;width:100%}#logic-navigator .flowchart.svelte-1spoys1 .diagram:where(.svelte-1spoys1) .node:where(.svelte-1spoys1){display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;border-radius:99px;font-size:1.125rem;font-weight:700;box-shadow:0 4px 8px #0000000f;background:#fff;border:2px solid transparent;text-align:left;position:relative;z-index:2}#logic-navigator .flowchart.svelte-1spoys1 .diagram:where(.svelte-1spoys1) .node:where(.svelte-1spoys1) .icon:where(.svelte-1spoys1){font-size:1.5rem}#logic-navigator .flowchart.svelte-1spoys1 .diagram:where(.svelte-1spoys1) .node:where(.svelte-1spoys1).question{border-color:var(--color-primary-300);color:var(--color-primary-900);padding:1.25rem 2rem;font-size:1.25rem}#logic-navigator .flowchart.svelte-1spoys1 .diagram:where(.svelte-1spoys1) .node:where(.svelte-1spoys1).action-yes{background:var(--color-success-50);border-color:var(--color-success-200);color:var(--color-success-800)}#logic-navigator .flowchart.svelte-1spoys1 .diagram:where(.svelte-1spoys1) .node:where(.svelte-1spoys1).action-no{background:var(--color-error-50);border-color:var(--color-error-200);color:var(--color-error-800)}@media(min-width:769px){#logic-navigator .flowchart.svelte-1spoys1 .diagram:where(.svelte-1spoys1) .node.question:where(.svelte-1spoys1){margin-bottom:3rem}#logic-navigator .flowchart.svelte-1spoys1 .diagram:where(.svelte-1spoys1) .node.question:where(.svelte-1spoys1):after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);height:1.5rem;width:3px;background:var(--color-surface-300)}#logic-navigator .flowchart.svelte-1spoys1 .diagram:where(.svelte-1spoys1) .branches:where(.svelte-1spoys1){display:flex;gap:4rem;position:relative;padding-top:1.5rem}#logic-navigator .flowchart.svelte-1spoys1 .diagram:where(.svelte-1spoys1) .branches:where(.svelte-1spoys1):before{content:"";position:absolute;top:0;left:25%;right:25%;height:3px;background:var(--color-surface-300)}#logic-navigator .flowchart.svelte-1spoys1 .diagram:where(.svelte-1spoys1) .branches:where(.svelte-1spoys1):after{content:"";position:absolute;top:-1.5rem;left:50%;transform:translate(-50%);height:1.5rem;width:3px;background:var(--color-surface-300)}#logic-navigator .flowchart.svelte-1spoys1 .diagram:where(.svelte-1spoys1) .branches:where(.svelte-1spoys1) .branch:where(.svelte-1spoys1){display:flex;flex-direction:column;align-items:center;gap:1rem;position:relative}#logic-navigator .flowchart.svelte-1spoys1 .diagram:where(.svelte-1spoys1) .branches:where(.svelte-1spoys1) .branch:where(.svelte-1spoys1):before{content:"";position:absolute;top:-1.5rem;left:50%;transform:translate(-50%);height:1.5rem;width:3px;background:var(--color-surface-300);z-index:0}#logic-navigator .flowchart.svelte-1spoys1 .diagram:where(.svelte-1spoys1) .branches:where(.svelte-1spoys1) .branch:where(.svelte-1spoys1) .label:where(.svelte-1spoys1){background:#fff;border:2px solid var(--color-surface-200);padding:.25rem .75rem;border-radius:12px;font-size:.875rem;font-weight:700;text-transform:uppercase;z-index:1}}@media(max-width:768px){#logic-navigator .flowchart.svelte-1spoys1 .diagram:where(.svelte-1spoys1) .node.question:where(.svelte-1spoys1){margin-bottom:2rem;width:100%;justify-content:center}#logic-navigator .flowchart.svelte-1spoys1 .diagram:where(.svelte-1spoys1) .node.question:where(.svelte-1spoys1):after{content:"↓";position:absolute;bottom:-1.75rem;left:50%;transform:translate(-50%);font-size:1.5rem;color:var(--color-surface-400);font-weight:900}#logic-navigator .flowchart.svelte-1spoys1 .diagram:where(.svelte-1spoys1) .branches:where(.svelte-1spoys1){display:flex;flex-direction:column;gap:1rem;width:100%}#logic-navigator .flowchart.svelte-1spoys1 .diagram:where(.svelte-1spoys1) .branches:where(.svelte-1spoys1) .branch:where(.svelte-1spoys1){display:flex;flex-direction:row;align-items:center;gap:1rem;width:100%}#logic-navigator .flowchart.svelte-1spoys1 .diagram:where(.svelte-1spoys1) .branches:where(.svelte-1spoys1) .branch:where(.svelte-1spoys1) .label:where(.svelte-1spoys1){min-width:60px;text-align:center;padding:.5rem;background:var(--color-surface-200);border-radius:12px;font-weight:700;font-size:.9rem;color:var(--color-surface-700)}#logic-navigator .flowchart.svelte-1spoys1 .diagram:where(.svelte-1spoys1) .branches:where(.svelte-1spoys1) .branch:where(.svelte-1spoys1) .node:where(.svelte-1spoys1){flex:1;font-size:1rem;padding:.75rem 1rem}}#simulator .simulator-panel.svelte-1spoys1{background:var(--color-surface-50);border-radius:calc(var(--radius-container) * 2);padding:2rem;margin:2rem 0;box-shadow:0 4px 12px color-mix(in oklab,var(--color-surface-900) .08,transparent);border:1px solid var(--color-surface-200)}#simulator .algorithm-select.svelte-1spoys1{margin-bottom:2rem}#simulator .algorithm-select.svelte-1spoys1 h3:where(.svelte-1spoys1){margin:0 0 1rem;font-size:1.25rem;text-align:center;color:var(--color-surface-800)}#simulator .algorithm-select.svelte-1spoys1 .options:where(.svelte-1spoys1){display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}#simulator .algorithm-select.svelte-1spoys1 .option:where(.svelte-1spoys1){flex:1;min-width:240px;max-width:320px;display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:var(--color-surface-100);border:2px solid transparent;border-radius:var(--radius-container);cursor:pointer;transition:all .2s;text-align:left}#simulator .algorithm-select.svelte-1spoys1 .option:where(.svelte-1spoys1):hover{background:var(--color-surface-200)}#simulator .algorithm-select.svelte-1spoys1 .option:where(.svelte-1spoys1).active{background:var(--color-primary-50);border-color:var(--color-primary-500)}#simulator .algorithm-select.svelte-1spoys1 .option:where(.svelte-1spoys1) .icon:where(.svelte-1spoys1){font-size:2rem}#simulator .algorithm-select.svelte-1spoys1 .option:where(.svelte-1spoys1) .text:where(.svelte-1spoys1){display:flex;flex-direction:column;gap:.25rem}#simulator .algorithm-select.svelte-1spoys1 .option:where(.svelte-1spoys1) .name:where(.svelte-1spoys1){font-weight:600;font-size:1rem;color:var(--color-surface-900)}#simulator .algorithm-select.svelte-1spoys1 .option:where(.svelte-1spoys1) .desc:where(.svelte-1spoys1){font-size:.875rem;color:var(--color-surface-600)}#simulator .sim-grid-container.svelte-1spoys1{display:flex;gap:.5rem;margin-bottom:1.5rem;justify-content:center}#simulator .sim-axis.svelte-1spoys1{display:flex;font-size:.75rem;color:var(--color-surface-500);font-weight:600}#simulator .sim-axis.svelte-1spoys1.y{flex-direction:column;justify-content:space-around;padding-right:.25rem}#simulator .sim-axis.svelte-1spoys1.x{justify-content:space-around;padding-top:.25rem}#simulator .sim-wrapper.svelte-1spoys1{display:flex;flex-direction:column}#simulator .sim-grid.svelte-1spoys1{display:grid;grid-template-columns:repeat(8,1fr);gap:2px;background:var(--color-surface-300);padding:2px;border-radius:var(--radius-container)}#simulator .sim-cell.svelte-1spoys1{aspect-ratio:1;width:40px;display:flex;align-items:center;justify-content:center;background:var(--color-surface-50);font-size:1rem;transition:all .15s;position:relative;border-radius:2px}#simulator .sim-cell.svelte-1spoys1.wall{background:var(--color-surface-600)}#simulator .sim-cell.svelte-1spoys1.start{background:var(--color-success-100)}#simulator .sim-cell.svelte-1spoys1.finish{background:var(--color-warning-100)}#simulator .sim-cell.svelte-1spoys1.danger{background:var(--color-error-100)}#simulator .sim-cell.svelte-1spoys1.path{background:var(--color-primary-100)}#simulator .sim-cell.svelte-1spoys1.robot{background:var(--color-primary-200);z-index:1;box-shadow:0 0 0 2px var(--color-primary-500) inset}#simulator .sim-cell.svelte-1spoys1 .robot-icon:where(.svelte-1spoys1){font-size:.85rem;animation:svelte-1spoys1-pulse .5s ease-in-out infinite alternate}#simulator .sim-result.svelte-1spoys1{text-align:center;font-size:1.25rem;font-weight:600;padding:1rem;border-radius:var(--radius-container);margin-bottom:1.5rem}#simulator .sim-result.svelte-1spoys1.won{background:var(--color-success-100);color:var(--color-success-800)}#simulator .sim-result.svelte-1spoys1.lost{background:var(--color-error-100);color:var(--color-error-800)}#simulator .sim-result.svelte-1spoys1.stuck{background:var(--color-warning-100);color:var(--color-warning-800)}#simulator .sim-actions.svelte-1spoys1{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2rem;justify-content:center}#simulator .btn.svelte-1spoys1{padding:.75rem 1.5rem;font-size:1rem;font-weight:600;border:none;border-radius:99px;cursor:pointer;transition:all .2s}#simulator .btn.svelte-1spoys1.primary{background:var(--color-primary-600);color:#fff;min-width:140px}#simulator .btn.svelte-1spoys1.primary:hover:not(:disabled){background:var(--color-primary-700);transform:translateY(-2px)}#simulator .btn.svelte-1spoys1.secondary{background:var(--color-surface-200);color:var(--color-surface-700)}#simulator .btn.svelte-1spoys1.secondary:hover:not(:disabled){background:var(--color-surface-300)}#simulator .btn.svelte-1spoys1.tertiary{background:transparent;color:var(--color-surface-600);border:2px solid var(--color-surface-300)}#simulator .btn.svelte-1spoys1.tertiary:hover:not(:disabled){background:var(--color-surface-100);color:var(--color-surface-900)}#simulator .btn.svelte-1spoys1:disabled{opacity:.6;cursor:not-allowed}#simulator .sim-stats.svelte-1spoys1{display:flex;gap:2rem;flex-wrap:wrap;justify-content:center;padding-top:1.5rem;border-top:1px solid var(--color-surface-200)}#simulator .stat.svelte-1spoys1{display:flex;flex-direction:column;align-items:center;gap:.25rem;min-width:70px}#simulator .stat.svelte-1spoys1 .label:where(.svelte-1spoys1){font-size:.75rem;color:var(--color-surface-500);text-transform:uppercase;letter-spacing:.05em;font-weight:700}#simulator .stat.svelte-1spoys1 .value:where(.svelte-1spoys1){font-size:1.75rem;font-weight:700;color:var(--color-surface-800);line-height:1}#simulator .stat.svelte-1spoys1.success .value:where(.svelte-1spoys1){color:var(--color-success-600)}#simulator .stat.svelte-1spoys1.danger .value:where(.svelte-1spoys1){color:var(--color-error-600)}#simulator .stat.svelte-1spoys1.warning .value:where(.svelte-1spoys1){color:var(--color-warning-600)}#simulator .stat.svelte-1spoys1.highlight .value:where(.svelte-1spoys1){color:var(--color-primary-600)}@keyframes svelte-1spoys1-pulse{0%{transform:scale(1)}to{transform:scale(1.15)}}#project .project.svelte-1spoys1{background:linear-gradient(135deg,var(--color-primary-50),var(--color-surface-50));border-radius:calc(var(--radius-container) * 2);padding:2.5rem;margin:2rem 0;box-shadow:0 4px 12px color-mix(in oklab,var(--color-surface-900) .08,transparent)}#project .project.svelte-1spoys1 .steps:where(.svelte-1spoys1){display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}#project .project.svelte-1spoys1 .steps:where(.svelte-1spoys1) .step:where(.svelte-1spoys1){display:flex;gap:1rem;padding:1.5rem;background:var(--color-surface-50);border-radius:var(--radius-container);box-shadow:0 2px 4px color-mix(in oklab,var(--color-surface-900) .05,transparent);border:1px solid var(--color-surface-200)}#project .project.svelte-1spoys1 .steps:where(.svelte-1spoys1) .step:where(.svelte-1spoys1) .number:where(.svelte-1spoys1){width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:var(--color-primary-600);color:#fff;font-size:1rem;font-weight:700;border-radius:50%;flex-shrink:0}#project .project.svelte-1spoys1 .steps:where(.svelte-1spoys1) .step:where(.svelte-1spoys1) .content:where(.svelte-1spoys1) h4:where(.svelte-1spoys1){margin:0 0 .5rem;font-size:1.125rem;color:var(--color-surface-900)}#project .project.svelte-1spoys1 .steps:where(.svelte-1spoys1) .step:where(.svelte-1spoys1) .content:where(.svelte-1spoys1) p:where(.svelte-1spoys1){font-size:1rem;margin:0;color:var(--color-surface-600);line-height:1.5}#quiz .list.svelte-1spoys1{display:grid;gap:1.5rem}#quiz .list.svelte-1spoys1 .question:where(.svelte-1spoys1){font-size:1.25rem;line-height:1.6;margin:0 0 1rem}#summary p.svelte-1spoys1{font-size:1.25rem;margin:0;color:var(--color-surface-700);line-height:1.6}@media(max-width:1100px){#grid-model .builder.svelte-1spoys1 .container:where(.svelte-1spoys1){overflow-x:auto}}@media(max-width:768px){#crisis .scenarios.svelte-1spoys1{flex-direction:column}#crisis .scenarios.svelte-1spoys1 .item:where(.svelte-1spoys1){padding:1rem}#crisis .scenarios.svelte-1spoys1 .item:where(.svelte-1spoys1) .icon:where(.svelte-1spoys1){font-size:1.5rem}#crisis .scenarios.svelte-1spoys1 .item:where(.svelte-1spoys1) .text:where(.svelte-1spoys1){font-size:1rem}#grid-model .builder.svelte-1spoys1{padding:1.5rem}#grid-model .builder.svelte-1spoys1 .toolbar:where(.svelte-1spoys1){gap:.5rem}#grid-model .builder.svelte-1spoys1 .toolbar:where(.svelte-1spoys1) .tool:where(.svelte-1spoys1){padding:.5rem 1rem;font-size:.875rem}#grid-model .builder.svelte-1spoys1 .toolbar:where(.svelte-1spoys1) .tool:where(.svelte-1spoys1) .icon:where(.svelte-1spoys1){font-size:1.25rem}#grid-model .builder.svelte-1spoys1 .container:where(.svelte-1spoys1) .wrapper:where(.svelte-1spoys1) .grid:where(.svelte-1spoys1){gap:1px}#grid-model .builder.svelte-1spoys1 .container:where(.svelte-1spoys1) .wrapper:where(.svelte-1spoys1) .grid:where(.svelte-1spoys1) .cell:where(.svelte-1spoys1){width:34px;font-size:1.1rem}#grid-model .builder.svelte-1spoys1 .info:where(.svelte-1spoys1){padding:.75rem 1rem;font-size:1rem;flex-wrap:wrap}#simulator .simulator-panel.svelte-1spoys1{padding:1.25rem}#simulator .algorithm-select.svelte-1spoys1 h3:where(.svelte-1spoys1){font-size:1.125rem}#simulator .algorithm-select.svelte-1spoys1 .options:where(.svelte-1spoys1){flex-direction:column}#simulator .algorithm-select.svelte-1spoys1 .option:where(.svelte-1spoys1){min-width:unset;max-width:unset;padding:.75rem 1rem}#simulator .algorithm-select.svelte-1spoys1 .option:where(.svelte-1spoys1) .icon:where(.svelte-1spoys1){font-size:1.5rem}#simulator .algorithm-select.svelte-1spoys1 .option:where(.svelte-1spoys1) .name:where(.svelte-1spoys1){font-size:.9rem}#simulator .algorithm-select.svelte-1spoys1 .option:where(.svelte-1spoys1) .desc:where(.svelte-1spoys1){font-size:.8rem}#simulator .sim-grid-container.svelte-1spoys1{overflow-x:auto;justify-content:flex-start;padding-bottom:.5rem}#simulator .sim-cell.svelte-1spoys1{width:32px;font-size:.85rem}#simulator .sim-cell.svelte-1spoys1 .robot-icon:where(.svelte-1spoys1){font-size:.65rem}#simulator .sim-result.svelte-1spoys1{font-size:1rem;padding:.75rem}#simulator .sim-actions.svelte-1spoys1{flex-direction:column}#simulator .sim-actions.svelte-1spoys1 .btn:where(.svelte-1spoys1){width:100%;min-width:unset;padding:.75rem}#simulator .sim-stats.svelte-1spoys1{gap:1rem;justify-content:space-between}#simulator .stat.svelte-1spoys1{min-width:60px;flex:1}#simulator .stat.svelte-1spoys1 .label:where(.svelte-1spoys1){font-size:.65rem}#simulator .stat.svelte-1spoys1 .value:where(.svelte-1spoys1){font-size:1.25rem}#project .project.svelte-1spoys1{padding:1.5rem}#project .project.svelte-1spoys1 .steps:where(.svelte-1spoys1) .step:where(.svelte-1spoys1){padding:1rem}#project .project.svelte-1spoys1 .steps:where(.svelte-1spoys1) .step:where(.svelte-1spoys1) .number:where(.svelte-1spoys1){width:28px;height:28px;font-size:.875rem}#project .project.svelte-1spoys1 .steps:where(.svelte-1spoys1) .step:where(.svelte-1spoys1) .content:where(.svelte-1spoys1) h4:where(.svelte-1spoys1){font-size:1rem}#project .project.svelte-1spoys1 .steps:where(.svelte-1spoys1) .step:where(.svelte-1spoys1) .content:where(.svelte-1spoys1) p:where(.svelte-1spoys1){font-size:.9rem}}@media(max-width:480px){#grid-model .builder.svelte-1spoys1 .container:where(.svelte-1spoys1) .wrapper:where(.svelte-1spoys1) .grid:where(.svelte-1spoys1) .cell:where(.svelte-1spoys1){width:28px;font-size:.85rem}#simulator .sim-cell.svelte-1spoys1{width:26px;font-size:.75rem}#simulator .sim-cell.svelte-1spoys1 .robot-icon:where(.svelte-1spoys1){font-size:.55rem}}
