.assessment-container.svelte-ch7sdo{max-width:800px;margin:0 auto;padding:2rem;background:#fff;border-radius:1rem;box-shadow:0 4px 6px #0000000d;border:1px solid #e2e8f0}.progress-section.svelte-ch7sdo{margin-bottom:2rem}.progress-bar.svelte-ch7sdo{width:100%;height:8px;background:#f1f5f9;border-radius:4px;overflow:hidden;margin-bottom:.75rem}.progress-fill.svelte-ch7sdo{height:100%;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:4px;transition:width .3s ease}.progress-text.svelte-ch7sdo{text-align:center;font-size:.875rem;color:#64748b;font-weight:500}.question-section.svelte-ch7sdo{margin-bottom:2rem}.question-header.svelte-ch7sdo{text-align:center;margin-bottom:2rem}.question-title.svelte-ch7sdo{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:.75rem}.question-description.svelte-ch7sdo{font-size:1rem;color:#64748b;line-height:1.6;max-width:600px;margin:0 auto}.options-grid.svelte-ch7sdo{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;margin-bottom:2rem}.option-card.svelte-ch7sdo{background:#fff;border:2px solid #e2e8f0;border-radius:.75rem;padding:1.5rem;cursor:pointer;transition:all .2s ease;text-align:left;display:block;width:100%}.option-card.svelte-ch7sdo:hover{border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.option-card.selected.svelte-ch7sdo{border-color:#3b82f6;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);transform:translateY(-2px);box-shadow:0 4px 12px #3b82f626}.option-header.svelte-ch7sdo{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.option-label.svelte-ch7sdo{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0}.selected-indicator.svelte-ch7sdo{width:24px;height:24px;background:#3b82f6;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600}.option-description.svelte-ch7sdo{font-size:.875rem;color:#64748b;line-height:1.5;margin:0}.option-card.selected.svelte-ch7sdo .option-description:where(.svelte-ch7sdo){color:#0369a1}.navigation-section.svelte-ch7sdo{display:flex;justify-content:space-between;gap:1rem;margin-bottom:2rem}.nav-button.svelte-ch7sdo{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;font-size:1rem;min-width:120px}.nav-button.primary.svelte-ch7sdo{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff}.nav-button.primary.svelte-ch7sdo:hover:not(.disabled){transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.nav-button.secondary.svelte-ch7sdo{background:#f8fafc;color:#64748b;border:1px solid #e2e8f0}.nav-button.secondary.svelte-ch7sdo:hover:not(.disabled){background:#e2e8f0}.nav-button.disabled.svelte-ch7sdo{opacity:.5;cursor:not-allowed;transform:none!important;box-shadow:none!important}.cultural-notice.svelte-ch7sdo{display:flex;gap:1rem;padding:1.5rem;background:linear-gradient(135deg,#f0fdf4,#ecfdf5);border:1px solid #bbf7d0;border-radius:.75rem;margin-top:2rem}.notice-icon.svelte-ch7sdo{font-size:2rem;flex-shrink:0}.notice-content.svelte-ch7sdo h4:where(.svelte-ch7sdo){font-size:1rem;font-weight:600;color:#166534;margin-bottom:.5rem}.notice-content.svelte-ch7sdo p:where(.svelte-ch7sdo){font-size:.875rem;color:#166534;line-height:1.5;margin:0}.completion-section.svelte-ch7sdo{text-align:center}.completion-header.svelte-ch7sdo{margin-bottom:2rem}.completion-icon.svelte-ch7sdo{font-size:4rem;margin-bottom:1rem}.completion-header.svelte-ch7sdo h3:where(.svelte-ch7sdo){font-size:1.75rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.completion-header.svelte-ch7sdo p:where(.svelte-ch7sdo){font-size:1.125rem;color:#64748b;line-height:1.6;max-width:500px;margin:0 auto}.results-preview.svelte-ch7sdo{background:#f8fafc;border-radius:.75rem;padding:1.5rem;margin-bottom:2rem;text-align:left}.results-preview.svelte-ch7sdo h4:where(.svelte-ch7sdo){font-size:1.125rem;font-weight:600;color:#1e293b;margin-bottom:1rem;text-align:center}.response-grid.svelte-ch7sdo{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem}.response-item.svelte-ch7sdo{display:flex;flex-direction:column;gap:.25rem;padding:.75rem;background:#fff;border-radius:.5rem;border:1px solid #e2e8f0}.response-label.svelte-ch7sdo{font-size:.75rem;font-weight:500;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.response-value.svelte-ch7sdo{font-size:.875rem;font-weight:600;color:#1e293b;text-transform:capitalize}.completion-actions.svelte-ch7sdo{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.primary-action.svelte-ch7sdo,.secondary-action.svelte-ch7sdo{padding:.75rem 2rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;font-size:1rem}.primary-action.svelte-ch7sdo{background:linear-gradient(135deg,#16a34a,#15803d);color:#fff}.primary-action.svelte-ch7sdo:hover{transform:translateY(-2px);box-shadow:0 4px 12px #16a34a4d}.secondary-action.svelte-ch7sdo{background:transparent;color:#64748b;border:2px solid #e2e8f0}.secondary-action.svelte-ch7sdo:hover{background:#f8fafc;border-color:#cbd5e1}@media (max-width: 768px){.assessment-container.svelte-ch7sdo{padding:1.5rem;margin:1rem}.options-grid.svelte-ch7sdo{grid-template-columns:1fr;gap:.75rem}.option-card.svelte-ch7sdo{padding:1rem}.navigation-section.svelte-ch7sdo{flex-direction:column;gap:.75rem}.nav-button.svelte-ch7sdo{width:100%}.cultural-notice.svelte-ch7sdo{flex-direction:column;text-align:center}.response-grid.svelte-ch7sdo{grid-template-columns:1fr}.completion-actions.svelte-ch7sdo{flex-direction:column;align-items:center}.primary-action.svelte-ch7sdo,.secondary-action.svelte-ch7sdo{width:100%;max-width:300px}}@media (max-width: 480px){.assessment-container.svelte-ch7sdo{padding:1rem;margin:.5rem}.question-title.svelte-ch7sdo{font-size:1.25rem}.question-description.svelte-ch7sdo{font-size:.875rem}.option-label.svelte-ch7sdo{font-size:1rem}.completion-header.svelte-ch7sdo h3:where(.svelte-ch7sdo){font-size:1.5rem}.completion-icon.svelte-ch7sdo{font-size:3rem}}.tool-database.svelte-1yffypc{background:#fff;border-radius:.75rem;box-shadow:0 2px 4px #0000000d;border:1px solid #e2e8f0;overflow:hidden}.database-header.svelte-1yffypc{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem;border-bottom:1px solid #e2e8f0;background:#f8fafc;flex-wrap:wrap;gap:1rem}.header-left.svelte-1yffypc{display:flex;flex-direction:column;gap:.5rem}.database-title.svelte-1yffypc{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0;display:flex;align-items:center;gap:.5rem}.tool-count.svelte-1yffypc{font-size:.875rem;color:#64748b;font-weight:400}.journey-context.svelte-1yffypc{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-radius:.5rem;font-size:.875rem}.context-label.svelte-1yffypc{color:#1e40af;font-weight:500}.context-value.svelte-1yffypc{color:#1e293b;font-weight:600}.clear-context.svelte-1yffypc{background:none;border:none;color:#64748b;cursor:pointer;padding:.25rem;border-radius:.25rem;transition:all .2s ease}.clear-context.svelte-1yffypc:hover{background:#64748b1a;color:#374151}.header-controls.svelte-1yffypc{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.search-container.svelte-1yffypc{position:relative;min-width:200px}.search-input.svelte-1yffypc{width:100%;padding:.5rem 2.5rem .5rem 1rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;transition:border-color .2s ease}.search-input.svelte-1yffypc:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.search-icon.svelte-1yffypc{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none}.view-toggle.svelte-1yffypc{display:flex;background:#f1f5f9;border-radius:.375rem;padding:.25rem}.view-button.svelte-1yffypc{padding:.5rem;background:none;border:none;border-radius:.25rem;cursor:pointer;color:#64748b;transition:all .2s ease;font-size:1rem}.view-button.active.svelte-1yffypc{background:#fff;color:#1e293b;box-shadow:0 1px 3px #0000001a}.sort-select.svelte-1yffypc{padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:.375rem;background:#fff;font-size:.875rem;cursor:pointer}.sort-select.svelte-1yffypc:focus{outline:none;border-color:#3b82f6}.filter-toggle.svelte-1yffypc{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.375rem;cursor:pointer;font-size:.875rem;font-weight:500;transition:all .2s ease;position:relative}.filter-toggle.svelte-1yffypc:hover{background:#f1f5f9}.filter-toggle.active.svelte-1yffypc{background:#3b82f6;color:#fff;border-color:#3b82f6}.filter-count.svelte-1yffypc{background:#dc2626;color:#fff;border-radius:50%;font-size:.75rem;font-weight:600;min-width:1.25rem;height:1.25rem;display:flex;align-items:center;justify-content:center;position:absolute;top:-.5rem;right:-.5rem}.filter-panel.svelte-1yffypc{border-bottom:1px solid #e2e8f0;background:#f9fafb;padding:1.5rem}.filter-header.svelte-1yffypc{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.filter-header.svelte-1yffypc h4:where(.svelte-1yffypc){font-size:1rem;font-weight:600;color:#1e293b;margin:0}.clear-filters.svelte-1yffypc{background:none;border:none;color:#3b82f6;cursor:pointer;font-size:.875rem;font-weight:500;text-decoration:underline}.clear-filters.svelte-1yffypc:hover{color:#1d4ed8}.filter-sections.svelte-1yffypc{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.filter-section.svelte-1yffypc{background:#fff;padding:1rem;border-radius:.5rem;border:1px solid #e5e7eb}.filter-title.svelte-1yffypc{font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.75rem;margin-top:0}.filter-options.svelte-1yffypc{display:flex;flex-direction:column;gap:.5rem}.filter-option.svelte-1yffypc{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.875rem}.filter-option.svelte-1yffypc input[type=checkbox]:where(.svelte-1yffypc){margin:0;cursor:pointer}.option-label.svelte-1yffypc{color:#374151;cursor:pointer}.tag-options.svelte-1yffypc{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.5rem}.tag-option.svelte-1yffypc{display:flex!important;align-items:center;gap:.25rem}.tag-label.svelte-1yffypc{font-size:.8rem;color:#374151;cursor:pointer}.tools-container.svelte-1yffypc{padding:1.5rem}.empty-state.svelte-1yffypc{text-align:center;padding:3rem 1rem;color:#64748b}.empty-icon.svelte-1yffypc{font-size:4rem;margin-bottom:1rem;opacity:.5}.empty-state.svelte-1yffypc h4:where(.svelte-1yffypc){font-size:1.25rem;font-weight:600;color:#374151;margin-bottom:.5rem}.empty-state.svelte-1yffypc p:where(.svelte-1yffypc){margin-bottom:1.5rem;line-height:1.6}.clear-search.svelte-1yffypc{background:#3b82f6;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}.clear-search.svelte-1yffypc:hover{background:#2563eb}.tools-display.grid-view.svelte-1yffypc{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.tools-display.list-view.svelte-1yffypc{display:flex;flex-direction:column;gap:1rem}.tool-card.svelte-1yffypc{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:1.5rem;transition:all .3s ease;display:flex;flex-direction:column;gap:1rem}.tool-card.svelte-1yffypc:hover{transform:translateY(-2px);box-shadow:0 8px 16px #0000001a;border-color:#cbd5e1}.tool-card.list-item.svelte-1yffypc{flex-direction:row;align-items:center;gap:1.5rem;padding:1rem 1.5rem}.tool-card.list-item.svelte-1yffypc .tool-content:where(.svelte-1yffypc){flex:1}.tool-card.list-item.svelte-1yffypc .tool-actions:where(.svelte-1yffypc){flex-shrink:0;flex-direction:row;gap:.75rem}.tool-header.svelte-1yffypc{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}.tool-name.svelte-1yffypc{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0;line-height:1.3}.tool-badges.svelte-1yffypc{display:flex;gap:.5rem;flex-wrap:wrap;flex-shrink:0}.complexity-badge.svelte-1yffypc,.cultural-badge.svelte-1yffypc{padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:500;color:#fff;white-space:nowrap}.tool-content.svelte-1yffypc{flex:1;display:flex;flex-direction:column;gap:1rem}.tool-description.svelte-1yffypc{color:#374151;line-height:1.6;margin:0;font-size:.95rem}.tool-meta.svelte-1yffypc{display:flex;flex-direction:column;gap:.5rem}.meta-item.svelte-1yffypc{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.meta-label.svelte-1yffypc{color:#64748b;font-weight:500}.meta-value.svelte-1yffypc{color:#1e293b;font-weight:500}.tool-tags.svelte-1yffypc{display:flex;flex-wrap:wrap;gap:.5rem}.tag.svelte-1yffypc{background:#f1f5f9;color:#475569;padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:500;border:1px solid #e2e8f0}.more-tags.svelte-1yffypc{background:#e2e8f0;color:#64748b;font-style:italic}.tool-actions.svelte-1yffypc{display:flex;flex-direction:column;gap:.75rem}.tool-action.svelte-1yffypc{padding:.5rem 1rem;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:none;text-align:center}.tool-action.primary.svelte-1yffypc{background:#3b82f6;color:#fff}.tool-action.primary.svelte-1yffypc:hover{background:#2563eb;transform:translateY(-1px)}.tool-action.secondary.svelte-1yffypc{background:transparent;color:#3b82f6;border:1px solid #e2e8f0}.tool-action.secondary.svelte-1yffypc:hover{background:#f8fafc;border-color:#cbd5e1}@media (max-width: 1024px){.database-header.svelte-1yffypc{flex-direction:column;align-items:stretch}.header-controls.svelte-1yffypc{justify-content:space-between}.filter-sections.svelte-1yffypc{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.tools-display.grid-view.svelte-1yffypc{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}}@media (max-width: 768px){.tool-database.svelte-1yffypc{margin:0 -1rem;border-radius:0}.database-header.svelte-1yffypc{padding:1rem}.header-controls.svelte-1yffypc{flex-direction:column;align-items:stretch;gap:.75rem}.search-container.svelte-1yffypc{min-width:auto}.filter-sections.svelte-1yffypc,.tools-display.grid-view.svelte-1yffypc{grid-template-columns:1fr}.tool-card.list-item.svelte-1yffypc{flex-direction:column;align-items:stretch}.tool-card.list-item.svelte-1yffypc .tool-actions:where(.svelte-1yffypc){flex-direction:column}.tool-header.svelte-1yffypc{flex-direction:column;align-items:stretch}.tool-badges.svelte-1yffypc{justify-content:flex-start}}@media (max-width: 480px){.database-header.svelte-1yffypc{padding:.75rem}.filter-panel.svelte-1yffypc,.tools-container.svelte-1yffypc,.tool-card.svelte-1yffypc{padding:1rem}.tool-name.svelte-1yffypc{font-size:1rem}.tool-badges.svelte-1yffypc{flex-direction:column;align-items:flex-start}.tag-options.svelte-1yffypc{grid-template-columns:1fr}}.search-input.svelte-1yffypc:focus,.sort-select.svelte-1yffypc:focus,.filter-toggle.svelte-1yffypc:focus,.tool-action.svelte-1yffypc:focus{outline:3px solid rgba(59,130,246,.1);outline-offset:2px}@media print{.database-header.svelte-1yffypc,.filter-panel.svelte-1yffypc,.tool-actions.svelte-1yffypc{display:none}.tool-card.svelte-1yffypc{-moz-column-break-inside:avoid;break-inside:avoid;box-shadow:none;border:1px solid #ccc}}.journey-selector.svelte-95phzl{max-width:1200px;margin:0 auto}.selector-intro.svelte-95phzl{margin-bottom:2rem}.intro-text.svelte-95phzl{font-size:1.125rem;color:#64748b;line-height:1.6;text-align:center;max-width:800px;margin:0 auto 1.5rem}.recommendation-notice.svelte-95phzl{display:flex;gap:1rem;padding:1.5rem;background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid #f59e0b;border-radius:.75rem;max-width:600px;margin:0 auto}.notice-icon.svelte-95phzl{font-size:2rem;flex-shrink:0}.notice-content.svelte-95phzl h4:where(.svelte-95phzl){font-size:1rem;font-weight:600;color:#92400e;margin-bottom:.5rem}.notice-content.svelte-95phzl p:where(.svelte-95phzl){font-size:.875rem;color:#92400e;margin:0;line-height:1.5}.journeys-grid.svelte-95phzl{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem;margin-bottom:2rem}.journey-card.svelte-95phzl{background:#fff;border:2px solid #e2e8f0;border-radius:1rem;padding:1.5rem;transition:all .3s ease;position:relative;overflow:hidden}.journey-card.svelte-95phzl:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.journey-card.recommended.svelte-95phzl{border-color:#f59e0b;background:linear-gradient(135deg,#fffbeb,#fef3c7)}.journey-card.selected.svelte-95phzl{border-color:#3b82f6;background:linear-gradient(135deg,#f0f9ff,#dbeafe)}.recommended-badge.svelte-95phzl{position:absolute;top:-8px;right:1rem;background:#f59e0b;color:#fff;padding:.5rem 1rem;border-radius:1rem;font-size:.75rem;font-weight:600;box-shadow:0 2px 8px #f59e0b4d;z-index:10}.card-header.svelte-95phzl{display:flex;gap:1rem;align-items:flex-start;margin-bottom:1.5rem}.journey-icon.svelte-95phzl{font-size:3rem;flex-shrink:0;line-height:1}.header-content.svelte-95phzl{flex:1}.journey-title.svelte-95phzl{font-size:1.375rem;font-weight:700;color:#1e293b;margin-bottom:.75rem;line-height:1.2}.journey-meta.svelte-95phzl{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center}.complexity-badge.svelte-95phzl{padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:600;color:#fff}.complexity-basic.svelte-95phzl{background:#16a34a}.complexity-medium.svelte-95phzl{background:#ca8a04}.complexity-high.svelte-95phzl{background:#dc2626}.complexity-advanced.svelte-95phzl{background:#7c3aed}.complexity-expert.svelte-95phzl{background:#be123c}.complexity-default.svelte-95phzl{background:#64748b}.timeframe.svelte-95phzl{font-size:.875rem;color:#64748b;font-weight:500}.card-content.svelte-95phzl{margin-bottom:1.5rem}.journey-description.svelte-95phzl{font-size:1rem;color:#374151;line-height:1.6;margin-bottom:1.5rem}.info-tabs.svelte-95phzl{margin-bottom:1.5rem}.tab-content.svelte-95phzl{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem}.info-section.svelte-95phzl{background:#f8fafccc;padding:1rem;border-radius:.5rem;border:1px solid #f1f5f9}.section-title.svelte-95phzl{font-size:.875rem;font-weight:600;color:#1e293b;margin-bottom:.75rem;display:flex;align-items:center;gap:.25rem}.info-list.svelte-95phzl{list-style:none;padding:0;margin:0}.info-list.compact.svelte-95phzl li:where(.svelte-95phzl){font-size:.8rem;color:#64748b;line-height:1.4;position:relative;padding:.25rem 0 .25rem 1rem}.info-list.compact.svelte-95phzl li:where(.svelte-95phzl):before{content:"•";color:#3b82f6;font-weight:700;position:absolute;left:0}.more-indicator.svelte-95phzl{font-style:italic;color:#94a3b8!important}.journey-details.svelte-95phzl{display:grid;grid-template-columns:1fr;gap:.5rem;padding:1rem;background:#f1f5f980;border-radius:.5rem;border:1px solid #e2e8f0}.detail-item.svelte-95phzl{display:flex;justify-content:space-between;align-items:center;font-size:.875rem}.detail-label.svelte-95phzl{font-weight:500;color:#64748b}.detail-value.svelte-95phzl{color:#1e293b;font-weight:500;text-align:right;flex:1;margin-left:1rem}.card-actions.svelte-95phzl{display:flex;justify-content:center}.select-journey-button.svelte-95phzl{width:100%;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:2px solid transparent;font-size:.95rem}.select-journey-button.svelte-95phzl:not(.primary){background:#f8fafc;color:#3b82f6;border-color:#e2e8f0}.select-journey-button.svelte-95phzl:not(.primary):hover{background:#3b82f6;color:#fff;border-color:#3b82f6}.select-journey-button.primary.svelte-95phzl{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;border-color:#f59e0b}.select-journey-button.primary.svelte-95phzl:hover{transform:translateY(-1px);box-shadow:0 4px 12px #f59e0b4d}.journey-card.selected.svelte-95phzl .select-journey-button:where(.svelte-95phzl){background:linear-gradient(135deg,#16a34a,#15803d);color:#fff;border-color:#16a34a}.selection-confirmation.svelte-95phzl{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:2px solid #16a34a;border-radius:1rem;padding:2rem;text-align:center;margin-top:2rem}.confirmation-content.svelte-95phzl h4:where(.svelte-95phzl){font-size:1.5rem;font-weight:700;color:#166534;margin-bottom:1rem}.confirmation-content.svelte-95phzl p:where(.svelte-95phzl){font-size:1.125rem;color:#166534;line-height:1.6;margin-bottom:1.5rem;max-width:600px;margin-left:auto;margin-right:auto}.confirmation-actions.svelte-95phzl{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.primary-action.svelte-95phzl,.secondary-action.svelte-95phzl{padding:.75rem 2rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;font-size:1rem}.primary-action.svelte-95phzl{background:linear-gradient(135deg,#16a34a,#15803d);color:#fff}.primary-action.svelte-95phzl:hover{transform:translateY(-2px);box-shadow:0 4px 12px #16a34a4d}.secondary-action.svelte-95phzl{background:transparent;color:#166534;border:2px solid #bbf7d0}.secondary-action.svelte-95phzl:hover{background:#bbf7d0}@media (max-width: 1024px){.journeys-grid.svelte-95phzl{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}.tab-content.svelte-95phzl{grid-template-columns:1fr;gap:.75rem}}@media (max-width: 768px){.journey-selector.svelte-95phzl{padding:0 1rem}.journeys-grid.svelte-95phzl{grid-template-columns:1fr}.journey-card.svelte-95phzl{padding:1rem}.card-header.svelte-95phzl{flex-direction:column;align-items:center;text-align:center;gap:.75rem}.journey-icon.svelte-95phzl{font-size:2.5rem}.journey-title.svelte-95phzl{font-size:1.25rem}.journey-meta.svelte-95phzl{justify-content:center}.detail-item.svelte-95phzl{flex-direction:column;align-items:flex-start;gap:.25rem}.detail-value.svelte-95phzl{text-align:left;margin-left:0}.recommendation-notice.svelte-95phzl{flex-direction:column;text-align:center}.confirmation-actions.svelte-95phzl{flex-direction:column;align-items:center}.primary-action.svelte-95phzl,.secondary-action.svelte-95phzl{width:100%;max-width:300px}}@media (max-width: 480px){.journey-card.svelte-95phzl{padding:1rem .75rem}.journey-title.svelte-95phzl{font-size:1.125rem}.intro-text.svelte-95phzl{font-size:1rem}.info-section.svelte-95phzl{padding:.75rem}.section-title.svelte-95phzl{font-size:.8rem}.info-list.compact.svelte-95phzl li:where(.svelte-95phzl){font-size:.75rem}.confirmation-content.svelte-95phzl h4:where(.svelte-95phzl){font-size:1.25rem}.confirmation-content.svelte-95phzl p:where(.svelte-95phzl){font-size:1rem}}@keyframes svelte-95phzl-selectCard{0%{transform:scale(1)}50%{transform:scale(1.02)}to{transform:scale(1)}}.journey-card.selected.svelte-95phzl{animation:svelte-95phzl-selectCard .3s ease-out}.select-journey-button.svelte-95phzl:focus{outline:3px solid #60a5fa;outline-offset:2px}.journey-card.svelte-95phzl:focus-within{box-shadow:0 0 0 3px #3b82f61a}@media print{.journey-card.svelte-95phzl{-moz-column-break-inside:avoid;break-inside:avoid;box-shadow:none;border:1px solid #ccc}.select-journey-button.svelte-95phzl{display:none}}.stack-visualizer.svelte-1oymrp{background:#fff;border-radius:.75rem;box-shadow:0 2px 4px #0000000d;border:1px solid #e2e8f0;overflow:hidden}.visualizer-header.svelte-1oymrp{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem;border-bottom:1px solid #e2e8f0;background:#f8fafc;flex-wrap:wrap;gap:1rem}.header-content.svelte-1oymrp h3:where(.svelte-1oymrp){font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.visualizer-subtitle.svelte-1oymrp{color:#64748b;font-size:.95rem;margin:0;line-height:1.5}.view-selector.svelte-1oymrp{display:flex;background:#f1f5f9;border-radius:.5rem;padding:.25rem}.view-option.svelte-1oymrp{padding:.5rem 1rem;background:none;border:none;border-radius:.375rem;cursor:pointer;font-size:.875rem;font-weight:500;color:#64748b;transition:all .2s ease}.view-option.active.svelte-1oymrp{background:#fff;color:#1e293b;box-shadow:0 1px 3px #0000001a}.overview-section.svelte-1oymrp{padding:1.5rem}.recommended-highlight.svelte-1oymrp{background:linear-gradient(135deg,#fef3c7,#fde68a);border:2px solid #f59e0b;border-radius:1rem;padding:1.5rem;margin-bottom:2rem}.highlight-header.svelte-1oymrp{text-align:center;margin-bottom:1.5rem}.highlight-header.svelte-1oymrp h4:where(.svelte-1oymrp){font-size:1.25rem;font-weight:700;color:#92400e;margin-bottom:.5rem}.highlight-header.svelte-1oymrp p:where(.svelte-1oymrp){font-size:.95rem;color:#92400e;margin:0}.recommended-stack-card.svelte-1oymrp{background:#fff;border-radius:.75rem;padding:1.5rem;display:flex;justify-content:space-between;align-items:center;gap:1.5rem;box-shadow:0 2px 8px #f59e0b33}.stack-overview.svelte-1oymrp{flex:1}.stack-header.svelte-1oymrp{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;flex-wrap:wrap;gap:.5rem}.stack-name.svelte-1oymrp{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0}.complexity-indicator.svelte-1oymrp{padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:500;color:#fff}.stack-description.svelte-1oymrp{color:#374151;line-height:1.5;margin-bottom:1rem;font-size:.95rem}.stack-quick-stats.svelte-1oymrp{display:flex;gap:1rem;flex-wrap:wrap}.stat-item.svelte-1oymrp{font-size:.875rem;color:#64748b;font-weight:500}.select-recommended.svelte-1oymrp{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s ease;flex-shrink:0}.select-recommended.svelte-1oymrp:hover{transform:translateY(-2px);box-shadow:0 4px 12px #f59e0b4d}.stacks-grid.svelte-1oymrp{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.stack-card.svelte-1oymrp{background:#fff;border:2px solid #e2e8f0;border-radius:.75rem;padding:1.5rem;transition:all .3s ease;position:relative}.stack-card.svelte-1oymrp:hover{transform:translateY(-2px);box-shadow:0 8px 16px #0000001a}.stack-card.recommended.svelte-1oymrp{border-color:#f59e0b;background:linear-gradient(135deg,#fffbeb,#fef3c7)}.stack-card.selected.svelte-1oymrp{border-color:#3b82f6;background:linear-gradient(135deg,#f0f9ff,#dbeafe)}.recommended-badge.svelte-1oymrp{position:absolute;top:-8px;right:1rem;background:#f59e0b;color:#fff;padding:.25rem .5rem;border-radius:.5rem;font-size:.75rem;font-weight:600}.card-header.svelte-1oymrp{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-wrap:wrap;gap:.5rem}.stack-title.svelte-1oymrp{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0}.complexity-badge.svelte-1oymrp{padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:500;color:#fff}.stack-stats.svelte-1oymrp{background:#f8fafc;padding:1rem;border-radius:.5rem;margin:1rem 0}.stat-row.svelte-1oymrp{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;margin-bottom:.5rem}.stat-row.svelte-1oymrp:last-child{margin-bottom:0}.stat-label.svelte-1oymrp{color:#64748b;font-weight:500}.stat-value.svelte-1oymrp{color:#1e293b;font-weight:600}.tools-preview.svelte-1oymrp{margin:1rem 0}.preview-title.svelte-1oymrp{font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.75rem}.tool-chips.svelte-1oymrp{display:flex;flex-wrap:wrap;gap:.5rem}.tool-chip.svelte-1oymrp{background:#f1f5f9;color:#475569;padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:500;border:1px solid #e2e8f0}.tool-chip.more.svelte-1oymrp{background:#e2e8f0;color:#64748b;font-style:italic}.card-actions.svelte-1oymrp{display:flex;justify-content:center;margin-top:1.5rem}.explore-button.svelte-1oymrp{width:100%;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:2px solid transparent;background:#f8fafc;color:#3b82f6;border-color:#e2e8f0}.explore-button.svelte-1oymrp:hover{background:#3b82f6;color:#fff;border-color:#3b82f6}.explore-button.primary.svelte-1oymrp{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;border-color:#f59e0b}.explore-button.primary.svelte-1oymrp:hover{transform:translateY(-1px);box-shadow:0 4px 12px #f59e0b4d}.detailed-section.svelte-1oymrp{padding:1.5rem}.detailed-header.svelte-1oymrp{margin-bottom:2rem}.back-button.svelte-1oymrp{background:none;border:none;color:#3b82f6;cursor:pointer;font-size:.875rem;font-weight:500;margin-bottom:1rem;transition:color .2s ease}.back-button.svelte-1oymrp:hover{color:#1d4ed8}.stack-info.svelte-1oymrp{margin-bottom:1rem}.stack-info.svelte-1oymrp .stack-name:where(.svelte-1oymrp){font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:.75rem}.stack-info.svelte-1oymrp .stack-description:where(.svelte-1oymrp){font-size:1.125rem;color:#374151;line-height:1.6;margin-bottom:1.5rem}.stack-markdown-content.svelte-1oymrp{margin:1.5rem 0;padding:1.5rem;background:#f8fafc;border-radius:.75rem;border:1px solid #e2e8f0}.stack-markdown-content.svelte-1oymrp h1,.stack-markdown-content.svelte-1oymrp h2,.stack-markdown-content.svelte-1oymrp h3,.stack-markdown-content.svelte-1oymrp h4{color:#1e293b;margin-top:1rem;margin-bottom:.75rem}.stack-markdown-content.svelte-1oymrp p{color:#374151;line-height:1.6;margin-bottom:1rem}.stack-markdown-content.svelte-1oymrp ul,.stack-markdown-content.svelte-1oymrp ol{margin-bottom:1rem;padding-left:1.5rem}.stack-markdown-content.svelte-1oymrp li{color:#374151;margin-bottom:.5rem;line-height:1.5}.stack-metadata.svelte-1oymrp{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.metadata-item.svelte-1oymrp{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.metadata-label.svelte-1oymrp{color:#64748b;font-weight:500}.metadata-value.svelte-1oymrp{color:#1e293b;font-weight:600}.metadata-value.complexity.svelte-1oymrp{font-weight:700}.implementation-stages.svelte-1oymrp{margin-bottom:2rem}.stages-title.svelte-1oymrp{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:1.5rem}.stages-timeline.svelte-1oymrp{display:flex;flex-direction:column;gap:1rem}.stage-item.svelte-1oymrp{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem;padding:1.5rem}.stage-header.svelte-1oymrp{display:flex;gap:1rem;align-items:flex-start;margin-bottom:1.5rem}.stage-number.svelte-1oymrp{width:40px;height:40px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.stage-info.svelte-1oymrp{flex:1}.stage-name.svelte-1oymrp{font-size:1.125rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.stage-description.svelte-1oymrp{color:#64748b;margin:0;line-height:1.5}.stage-tools.svelte-1oymrp{display:flex;flex-direction:column;gap:.75rem}.stage-tool.svelte-1oymrp{background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;overflow:hidden}.tool-header.svelte-1oymrp{width:100%;background:none;border:none;padding:1rem 1.5rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background-color .2s ease;text-align:left}.tool-header.svelte-1oymrp:hover{background:#f8fafc}.tool-header.expanded.svelte-1oymrp{background:#f0f9ff;border-bottom:1px solid #e2e8f0}.tool-basic-info.svelte-1oymrp{display:flex;align-items:center;gap:1rem;flex:1}.tool-name.svelte-1oymrp{font-size:1rem;font-weight:600;color:#1e293b;margin:0}.tool-badges.svelte-1oymrp{display:flex;gap:.5rem}.complexity-mini.svelte-1oymrp{padding:.25rem .5rem;border-radius:.75rem;font-size:.7rem;font-weight:500;color:#fff}.expand-icon.svelte-1oymrp{color:#64748b;font-size:.875rem;transition:transform .2s ease}.tool-header.expanded.svelte-1oymrp .expand-icon:where(.svelte-1oymrp){transform:rotate(90deg)}.tool-details.svelte-1oymrp{padding:1rem 1.5rem 1.5rem;background:#f9fafb;border-top:1px solid #e2e8f0}.tool-description.svelte-1oymrp{color:#374151;line-height:1.6;margin-bottom:1rem}.tool-meta.svelte-1oymrp{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.meta-row.svelte-1oymrp{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.meta-label.svelte-1oymrp{color:#64748b;font-weight:500}.meta-value.svelte-1oymrp{color:#1e293b;font-weight:500}.tool-tags.svelte-1oymrp{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.tag.svelte-1oymrp{background:#e0f2fe;color:#0369a1;padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:500}.tool-actions.svelte-1oymrp{display:flex;gap:.75rem;flex-wrap:wrap}.tool-action.svelte-1oymrp{padding:.5rem 1rem;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:none}.tool-action.primary.svelte-1oymrp{background:#3b82f6;color:#fff}.tool-action.primary.svelte-1oymrp:hover{background:#2563eb}.tool-action.secondary.svelte-1oymrp{background:transparent;color:#3b82f6;border:1px solid #e2e8f0}.tool-action.secondary.svelte-1oymrp:hover{background:#f8fafc}.stage-connector.svelte-1oymrp{text-align:center;font-size:1.5rem;color:#94a3b8;margin:.5rem 0}.implementation-guidance.svelte-1oymrp{margin-bottom:2rem}.guidance-title.svelte-1oymrp{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:1.5rem}.guidance-cards.svelte-1oymrp{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.guidance-card.svelte-1oymrp{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem;padding:1.5rem;text-align:center}.guidance-icon.svelte-1oymrp{font-size:2rem;margin-bottom:1rem}.guidance-card.svelte-1oymrp h6:where(.svelte-1oymrp){font-size:1rem;font-weight:600;color:#1e293b;margin-bottom:.75rem}.guidance-card.svelte-1oymrp p:where(.svelte-1oymrp){font-size:.875rem;color:#64748b;line-height:1.5;margin:0}.stack-actions.svelte-1oymrp{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;padding-top:2rem;border-top:1px solid #e2e8f0}.action-button.svelte-1oymrp{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;font-size:.95rem}.action-button.primary.svelte-1oymrp{background:linear-gradient(135deg,#16a34a,#15803d);color:#fff}.action-button.primary.svelte-1oymrp:hover{transform:translateY(-2px);box-shadow:0 4px 12px #16a34a4d}.action-button.secondary.svelte-1oymrp{background:#3b82f6;color:#fff}.action-button.secondary.svelte-1oymrp:hover{background:#2563eb;transform:translateY(-1px)}.action-button.tertiary.svelte-1oymrp{background:transparent;color:#64748b;border:2px solid #e2e8f0}.action-button.tertiary.svelte-1oymrp:hover{background:#f8fafc;border-color:#cbd5e1}@media (max-width: 1024px){.visualizer-header.svelte-1oymrp{flex-direction:column;align-items:stretch}.recommended-stack-card.svelte-1oymrp{flex-direction:column;text-align:center}.stacks-grid.svelte-1oymrp{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.stack-metadata.svelte-1oymrp{grid-template-columns:1fr}.guidance-cards.svelte-1oymrp{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}@media (max-width: 768px){.stack-visualizer.svelte-1oymrp{margin:0 -1rem;border-radius:0}.visualizer-header.svelte-1oymrp,.overview-section.svelte-1oymrp,.detailed-section.svelte-1oymrp,.recommended-highlight.svelte-1oymrp{padding:1rem}.stacks-grid.svelte-1oymrp{grid-template-columns:1fr}.stack-card.svelte-1oymrp{padding:1rem}.stage-header.svelte-1oymrp{flex-direction:column;align-items:center;text-align:center}.tool-basic-info.svelte-1oymrp{flex-direction:column;align-items:flex-start;gap:.5rem}.tool-actions.svelte-1oymrp{flex-direction:column}.tool-action.svelte-1oymrp{width:100%}.guidance-cards.svelte-1oymrp{grid-template-columns:1fr}.stack-actions.svelte-1oymrp{flex-direction:column;align-items:center}.action-button.svelte-1oymrp{width:100%;max-width:300px}}@media (max-width: 480px){.stack-info.svelte-1oymrp .stack-name:where(.svelte-1oymrp){font-size:1.25rem}.stack-info.svelte-1oymrp .stack-description:where(.svelte-1oymrp){font-size:1rem}.guidance-card.svelte-1oymrp,.stage-item.svelte-1oymrp{padding:1rem}}.view-option.svelte-1oymrp:focus,.explore-button.svelte-1oymrp:focus,.tool-header.svelte-1oymrp:focus,.action-button.svelte-1oymrp:focus{outline:3px solid rgba(59,130,246,.1);outline-offset:2px}@keyframes svelte-1oymrp-selectCard{0%{transform:scale(1)}50%{transform:scale(1.02)}to{transform:scale(1)}}.stack-card.selected.svelte-1oymrp{animation:svelte-1oymrp-selectCard .3s ease-out}@media print{.visualizer-header.svelte-1oymrp,.stack-actions.svelte-1oymrp,.tool-actions.svelte-1oymrp{display:none}.stack-card.svelte-1oymrp{-moz-column-break-inside:avoid;break-inside:avoid;box-shadow:none;border:1px solid #ccc}}.modal-backdrop.svelte-iyw5ju{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-container.svelte-iyw5ju{background:#fff;border-radius:1rem;box-shadow:0 20px 40px #00000026;max-width:800px;width:100%;max-height:90vh;overflow:hidden;display:flex;flex-direction:column}.modal-header.svelte-iyw5ju{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem;border-bottom:1px solid #e2e8f0;background:#f8fafc}.header-content.svelte-iyw5ju{flex:1}.tool-title.svelte-iyw5ju{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem;line-height:1.3}.tool-badges.svelte-iyw5ju{display:flex;gap:.75rem;flex-wrap:wrap}.complexity-badge.svelte-iyw5ju,.cultural-badge.svelte-iyw5ju{padding:.375rem .875rem;border-radius:1rem;font-size:.8rem;font-weight:600;color:#fff}.close-button.svelte-iyw5ju{background:none;border:none;font-size:1.5rem;color:#64748b;cursor:pointer;padding:.5rem;border-radius:.375rem;transition:all .2s ease;flex-shrink:0;margin-left:1rem}.close-button.svelte-iyw5ju:hover{background:#f1f5f9;color:#374151}.modal-body.svelte-iyw5ju{flex:1;overflow-y:auto;padding:1.5rem}.tool-meta-section.svelte-iyw5ju{margin-bottom:2rem}.meta-grid.svelte-iyw5ju{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}.meta-item.svelte-iyw5ju{display:flex;flex-direction:column;gap:.25rem;padding:1rem;background:#f8fafc;border-radius:.5rem;border:1px solid #e2e8f0}.meta-label.svelte-iyw5ju{font-size:.875rem;font-weight:500;color:#64748b}.meta-value.svelte-iyw5ju{font-size:1rem;font-weight:600;color:#1e293b;text-transform:capitalize}.tool-description.svelte-iyw5ju{margin-bottom:1.5rem}.tool-description.svelte-iyw5ju p:where(.svelte-iyw5ju){font-size:1.125rem;color:#374151;line-height:1.7;margin:0}.tool-tags.svelte-iyw5ju{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.tags-label.svelte-iyw5ju{font-size:.875rem;font-weight:600;color:#64748b}.tags-list.svelte-iyw5ju{display:flex;flex-wrap:wrap;gap:.5rem}.tag.svelte-iyw5ju{background:#dbeafe;color:#1e40af;padding:.25rem .75rem;border-radius:1rem;font-size:.8rem;font-weight:500}.quick-wins.svelte-iyw5ju,.prerequisites.svelte-iyw5ju,.resources.svelte-iyw5ju{background:#f9fafb;padding:1.25rem;border-radius:.75rem;border:1px solid #e5e7eb;margin-bottom:1.5rem}.quick-wins.svelte-iyw5ju h4:where(.svelte-iyw5ju),.prerequisites.svelte-iyw5ju h4:where(.svelte-iyw5ju),.resources.svelte-iyw5ju h4:where(.svelte-iyw5ju){font-size:1rem;font-weight:600;color:#1e293b;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.quick-wins.svelte-iyw5ju ul:where(.svelte-iyw5ju),.prerequisites.svelte-iyw5ju ul:where(.svelte-iyw5ju),.resources.svelte-iyw5ju ul:where(.svelte-iyw5ju){list-style:none;padding:0;margin:0}.quick-wins.svelte-iyw5ju li:where(.svelte-iyw5ju),.prerequisites.svelte-iyw5ju li:where(.svelte-iyw5ju),.resources.svelte-iyw5ju li:where(.svelte-iyw5ju){color:#374151;border-bottom:1px solid #f1f5f9;position:relative;padding:.5rem 0 .5rem 1.25rem;line-height:1.5}.quick-wins.svelte-iyw5ju li:where(.svelte-iyw5ju):last-child,.prerequisites.svelte-iyw5ju li:where(.svelte-iyw5ju):last-child,.resources.svelte-iyw5ju li:where(.svelte-iyw5ju):last-child{border-bottom:none}.quick-wins.svelte-iyw5ju li:where(.svelte-iyw5ju):before{content:"✓";color:#16a34a;font-weight:700;position:absolute;left:0}.prerequisites.svelte-iyw5ju li:where(.svelte-iyw5ju):before{content:"•";color:#f59e0b;font-weight:700;position:absolute;left:0}.resources.svelte-iyw5ju li:where(.svelte-iyw5ju):before{content:"📄";position:absolute;left:0;font-size:.875rem}.markdown-section.svelte-iyw5ju{border-top:1px solid #e2e8f0;padding-top:1.5rem}.markdown-section.svelte-iyw5ju h3:where(.svelte-iyw5ju){font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.markdown-content.svelte-iyw5ju{color:#374151;line-height:1.7;background:#f8fafc;padding:1.5rem;border-radius:.75rem;border:1px solid #e2e8f0}.markdown-content.svelte-iyw5ju h1{font-size:1.75rem;font-weight:700;color:#1e293b;margin-bottom:1rem;margin-top:0;border-bottom:2px solid #e2e8f0;padding-bottom:.5rem}.markdown-content.svelte-iyw5ju h2{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:.875rem;margin-top:1.25rem}.markdown-content.svelte-iyw5ju h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:.75rem;margin-top:1rem}.markdown-content.svelte-iyw5ju h4{font-size:1.125rem;font-weight:600;color:#1e293b;margin-bottom:.5rem;margin-top:.875rem}.markdown-content.svelte-iyw5ju p{margin-bottom:1rem;line-height:1.7}.markdown-content.svelte-iyw5ju ul,.markdown-content.svelte-iyw5ju ol{margin-bottom:1rem;padding-left:1.5rem}.markdown-content.svelte-iyw5ju li{margin-bottom:.5rem;line-height:1.6}.markdown-content.svelte-iyw5ju strong{font-weight:600;color:#1e293b}.markdown-content.svelte-iyw5ju em{font-style:italic;color:#64748b}.content-placeholder.svelte-iyw5ju{text-align:center;padding:3rem 1.5rem;color:#64748b}.placeholder-icon.svelte-iyw5ju{font-size:4rem;margin-bottom:1rem;opacity:.7}.content-placeholder.svelte-iyw5ju h4:where(.svelte-iyw5ju){font-size:1.25rem;font-weight:600;color:#374151;margin-bottom:.75rem}.content-placeholder.svelte-iyw5ju p:where(.svelte-iyw5ju){line-height:1.6;max-width:400px;margin:0 auto}.modal-footer.svelte-iyw5ju{padding:1.5rem;border-top:1px solid #e2e8f0;background:#f8fafc}.footer-actions.svelte-iyw5ju{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.action-button.svelte-iyw5ju{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;font-size:.95rem;display:flex;align-items:center;gap:.5rem}.action-button.primary.svelte-iyw5ju{background:linear-gradient(135deg,#16a34a,#15803d);color:#fff}.action-button.primary.svelte-iyw5ju:hover{transform:translateY(-2px);box-shadow:0 4px 12px #16a34a4d}.action-button.secondary.svelte-iyw5ju{background:#3b82f6;color:#fff}.action-button.secondary.svelte-iyw5ju:hover{background:#2563eb;transform:translateY(-1px)}.action-button.tertiary.svelte-iyw5ju{background:transparent;color:#64748b;border:2px solid #e2e8f0}.action-button.tertiary.svelte-iyw5ju:hover{background:#f8fafc;border-color:#cbd5e1}@media (max-width: 768px){.modal-backdrop.svelte-iyw5ju{padding:.5rem}.modal-container.svelte-iyw5ju{max-height:95vh}.modal-header.svelte-iyw5ju{padding:1rem;flex-direction:column;align-items:stretch}.header-content.svelte-iyw5ju{margin-bottom:1rem}.close-button.svelte-iyw5ju{align-self:flex-end;margin-left:0}.tool-title.svelte-iyw5ju{font-size:1.25rem}.tool-badges.svelte-iyw5ju{justify-content:flex-start}.modal-body.svelte-iyw5ju{padding:1rem}.meta-grid.svelte-iyw5ju{grid-template-columns:1fr}.tool-tags.svelte-iyw5ju{flex-direction:column;align-items:flex-start;gap:.75rem}.footer-actions.svelte-iyw5ju{flex-direction:column;align-items:center}.action-button.svelte-iyw5ju{width:100%;max-width:280px;justify-content:center}}@media (max-width: 480px){.modal-container.svelte-iyw5ju{border-radius:.5rem}.tool-title.svelte-iyw5ju{font-size:1.125rem}.complexity-badge.svelte-iyw5ju,.cultural-badge.svelte-iyw5ju{font-size:.75rem;padding:.25rem .75rem}.tool-description.svelte-iyw5ju p:where(.svelte-iyw5ju){font-size:1rem}.quick-wins.svelte-iyw5ju,.prerequisites.svelte-iyw5ju,.resources.svelte-iyw5ju{padding:1rem}.content-placeholder.svelte-iyw5ju{padding:2rem 1rem}.placeholder-icon.svelte-iyw5ju{font-size:3rem}}.modal-backdrop.svelte-iyw5ju{animation:svelte-iyw5ju-fadeIn .2s ease-out}.modal-container.svelte-iyw5ju{animation:svelte-iyw5ju-slideIn .3s ease-out}@keyframes svelte-iyw5ju-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes svelte-iyw5ju-slideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.close-button.svelte-iyw5ju:focus,.action-button.svelte-iyw5ju:focus{outline:3px solid rgba(59,130,246,.1);outline-offset:2px}@media print{.modal-backdrop.svelte-iyw5ju{position:static;background:none;padding:0}.modal-container.svelte-iyw5ju{box-shadow:none;max-height:none;border:1px solid #ccc}.modal-footer.svelte-iyw5ju,.close-button.svelte-iyw5ju{display:none}}.implementation-tools-page.svelte-8i4cz5{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.container.svelte-8i4cz5{max-width:1200px;margin:0 auto;padding:0 1rem}.page-header.svelte-8i4cz5{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:3rem 0}.header-content.svelte-8i4cz5{display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:center}.page-title.svelte-8i4cz5{font-size:2.5rem;font-weight:700;margin:0 0 1rem}.page-subtitle.svelte-8i4cz5{font-size:1.25rem;margin:0 0 1.5rem;opacity:.9}.framework-meta.svelte-8i4cz5{display:flex;gap:1rem;flex-wrap:wrap}.tier-badge.svelte-8i4cz5,.status-badge.svelte-8i4cz5{padding:.5rem 1rem;border-radius:1rem;font-size:.875rem;font-weight:500}.tier-4.svelte-8i4cz5{background:#fff3;color:#fff}.status-review.svelte-8i4cz5{background:#fbbf2433;color:#fbbf24}.header-visual.svelte-8i4cz5{position:relative}.toolkit-icon.svelte-8i4cz5{font-size:4rem;opacity:.8}.section-nav.svelte-8i4cz5{background:#fff;border-bottom:1px solid #e5e7eb;padding:1rem 0;position:sticky;top:0;z-index:10}.nav-tabs.svelte-8i4cz5{display:flex;gap:.5rem;overflow-x:auto;padding-bottom:.5rem}.nav-tab.svelte-8i4cz5{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border:none;background:#f8fafc;border-radius:.5rem;cursor:pointer;transition:all .2s;white-space:nowrap;font-size:.875rem;color:#64748b}.nav-tab.svelte-8i4cz5:hover{background:#e2e8f0;color:#334155}.nav-tab.active.svelte-8i4cz5{background:#3b82f6;color:#fff}.tab-icon.svelte-8i4cz5{font-size:1.1rem}.main-content.svelte-8i4cz5{padding:2rem 0}.content-section.svelte-8i4cz5{margin-bottom:3rem}.section-header.svelte-8i4cz5{margin-bottom:2rem;text-align:center}.section-header.svelte-8i4cz5 h2:where(.svelte-8i4cz5){font-size:2rem;font-weight:700;color:#1e293b;margin:0 0 .5rem}.section-header.svelte-8i4cz5 p:where(.svelte-8i4cz5){font-size:1.125rem;color:#64748b;margin:0}.markdown-content.svelte-8i4cz5{color:#374151;line-height:1.7;margin-bottom:2rem}.markdown-content.svelte-8i4cz5 h1{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:1rem;margin-top:2rem}.markdown-content.svelte-8i4cz5 h2{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:1rem;margin-top:1.5rem}.markdown-content.svelte-8i4cz5 h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:.75rem;margin-top:1.25rem}.markdown-content.svelte-8i4cz5 h4{font-size:1.125rem;font-weight:600;color:#1e293b;margin-bottom:.5rem;margin-top:1rem}.markdown-content.svelte-8i4cz5 p{margin-bottom:1rem;line-height:1.7}.markdown-content.svelte-8i4cz5 ul,.markdown-content.svelte-8i4cz5 ol{margin-bottom:1rem;padding-left:1.5rem}.markdown-content.svelte-8i4cz5 li{margin-bottom:.5rem;line-height:1.6}.markdown-content.svelte-8i4cz5 blockquote{border-left:4px solid #3b82f6;padding-left:1rem;margin:1.5rem 0;font-style:italic;color:#64748b}.markdown-content.svelte-8i4cz5 code{background:#f1f5f9;color:#1e293b;padding:.125rem .375rem;border-radius:.25rem;font-size:.875rem;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace}.markdown-content.svelte-8i4cz5 pre{background:#1e293b;color:#e2e8f0;padding:1rem;border-radius:.5rem;overflow-x:auto;margin:1rem 0}.markdown-content.svelte-8i4cz5 pre code{background:none;color:inherit;padding:0}.markdown-content.svelte-8i4cz5 a{color:#3b82f6;text-decoration:underline;font-weight:500;transition:color .2s}.markdown-content.svelte-8i4cz5 a:hover{color:#1d4ed8;text-decoration:none}.markdown-content.svelte-8i4cz5 a:focus{outline:2px solid #3b82f6;outline-offset:2px;border-radius:.25rem}.markdown-content.svelte-8i4cz5 img{max-width:100%;height:auto;border-radius:.5rem;margin:1rem 0}.interactive-section.svelte-8i4cz5{background:#fff;border-radius:.75rem;padding:2rem;box-shadow:0 4px 6px #0000000d;border:1px solid #e5e7eb;margin:2rem 0}.interactive-section.svelte-8i4cz5 h3:where(.svelte-8i4cz5){font-size:1.5rem;font-weight:600;color:#1e293b;margin:0 0 1.5rem}.methodology-content.svelte-8i4cz5{background:#f8fafc;border-radius:.5rem;padding:1.5rem;border-left:4px solid #3b82f6;margin-bottom:2rem}.overview-grid.svelte-8i4cz5{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:2rem}.overview-card.svelte-8i4cz5{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 4px 6px #0000000d;border:1px solid #e5e7eb;transition:transform .2s,box-shadow .2s}.overview-card.svelte-8i4cz5:hover{transform:translateY(-2px);box-shadow:0 8px 15px #0000001a}.overview-card.svelte-8i4cz5 h3:where(.svelte-8i4cz5){font-size:1.25rem;font-weight:600;color:#1e293b;margin:0 0 .75rem}.overview-card.svelte-8i4cz5 p:where(.svelte-8i4cz5){color:#64748b;margin:0 0 1rem;line-height:1.6}.card-button.svelte-8i4cz5{background:#3b82f6;color:#fff;border:none;padding:.5rem 1rem;border-radius:.375rem;font-weight:500;cursor:pointer;transition:background-color .2s}.card-button.svelte-8i4cz5:hover{background:#2563eb}.assessment-results.svelte-8i4cz5{background:#f0f9ff;border-radius:.75rem;padding:2rem;border:1px solid #bae6fd}.results-grid.svelte-8i4cz5{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}.result-item.svelte-8i4cz5{text-align:center;background:#fff;padding:1rem;border-radius:.5rem;border:1px solid #e0f2fe}.result-item.svelte-8i4cz5 h5:where(.svelte-8i4cz5){font-size:.875rem;font-weight:500;color:#0369a1;margin:0 0 .5rem}.result-value.svelte-8i4cz5{font-size:1.5rem;font-weight:700;color:#0c4a6e}.recommendation.svelte-8i4cz5{background:#fff;border-radius:.5rem;padding:1.5rem;border:1px solid #e0f2fe;margin-top:1.5rem}.recommended-stack.svelte-8i4cz5{margin-top:.75rem}.stack-header.svelte-8i4cz5{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.stack-header.svelte-8i4cz5 h5:where(.svelte-8i4cz5){font-size:1.125rem;font-weight:600;color:#1e293b;margin:0}.complexity-badge.svelte-8i4cz5{background:#fef3c7;color:#92400e;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:500}.view-stack-button.svelte-8i4cz5{background:#3b82f6;color:#fff;border:none;padding:.5rem 1rem;border-radius:.375rem;font-weight:500;cursor:pointer;margin-top:.75rem}.action-buttons.svelte-8i4cz5{display:flex;gap:1rem;margin-top:1.5rem}.primary-button.svelte-8i4cz5{background:#3b82f6;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.375rem;font-weight:500;cursor:pointer;transition:background-color .2s}.primary-button.svelte-8i4cz5:hover{background:#2563eb}.secondary-button.svelte-8i4cz5{background:#fff;color:#3b82f6;border:1px solid #3b82f6;padding:.75rem 1.5rem;border-radius:.375rem;font-weight:500;cursor:pointer;text-decoration:none;transition:all .2s}.secondary-button.svelte-8i4cz5:hover{background:#eff6ff}.appendices-grid.svelte-8i4cz5{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;margin-bottom:3rem}.appendix-card.svelte-8i4cz5{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 4px 6px #0000000d;border:1px solid #e5e7eb}.appendix-card.svelte-8i4cz5 h3:where(.svelte-8i4cz5){font-size:1.25rem;font-weight:600;color:#1e293b;margin:0 0 1rem;border-bottom:1px solid #e5e7eb;padding-bottom:.5rem}.guidance-grid.svelte-8i4cz5{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.guidance-card.svelte-8i4cz5{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 4px 6px #0000000d;border:1px solid #e5e7eb}.guidance-card.svelte-8i4cz5 h3:where(.svelte-8i4cz5){font-size:1.125rem;font-weight:600;color:#1e293b;margin:0 0 1rem}.guidance-card.svelte-8i4cz5 ul:where(.svelte-8i4cz5){list-style:none;padding:0;margin:0}.guidance-card.svelte-8i4cz5 li:where(.svelte-8i4cz5){padding:.5rem 0;border-bottom:1px solid #f1f5f9;color:#64748b}.guidance-card.svelte-8i4cz5 li:where(.svelte-8i4cz5):last-child{border-bottom:none}.phase-list.svelte-8i4cz5{space-y:1rem}.phase-item.svelte-8i4cz5{margin-bottom:1rem}.phase-item.svelte-8i4cz5 h4:where(.svelte-8i4cz5){font-size:1rem;font-weight:600;color:#1e293b;margin:0 0 .25rem}.phase-item.svelte-8i4cz5 p:where(.svelte-8i4cz5){font-size:.875rem;color:#64748b;margin:0;line-height:1.5}.footer-cta.svelte-8i4cz5{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:3rem 0;text-align:center}.cta-content.svelte-8i4cz5 h3:where(.svelte-8i4cz5){font-size:1.875rem;font-weight:700;margin:0 0 1rem}.cta-content.svelte-8i4cz5 p:where(.svelte-8i4cz5){font-size:1.125rem;margin:0 0 2rem;opacity:.9}.cta-buttons.svelte-8i4cz5{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media (max-width: 768px){.header-content.svelte-8i4cz5{grid-template-columns:1fr;text-align:center}.page-title.svelte-8i4cz5{font-size:2rem}.nav-tabs.svelte-8i4cz5{justify-content:flex-start}.overview-grid.svelte-8i4cz5{grid-template-columns:1fr}.results-grid.svelte-8i4cz5{grid-template-columns:repeat(2,1fr)}.appendices-grid.svelte-8i4cz5,.guidance-grid.svelte-8i4cz5{grid-template-columns:1fr}.action-buttons.svelte-8i4cz5{flex-direction:column}.cta-buttons.svelte-8i4cz5{flex-direction:column;align-items:center}.interactive-section.svelte-8i4cz5{padding:1rem}}
