.step-view{min-height:100vh;display:flex;flex-direction:column;padding:1.5rem;max-width:600px;margin:0 auto;width:100%}.step-content{flex:1;display:flex;flex-direction:column;justify-content:center}.step-prompt{font-size:1.5rem;font-weight:600;margin-bottom:2rem;line-height:1.4;color:#000;text-align:center}.choices-container{display:flex;flex-direction:column;gap:1rem}.choice-button{background:#fff;color:#000;border:none;padding:1.25rem 1.5rem;border-radius:12px;font-size:1.1rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-align:center;min-height:60px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000004d}.choice-button:hover{background:#f5f5f5;transform:translateY(-2px);box-shadow:0 8px 24px #0006}.choice-button:active{transform:translateY(0);box-shadow:0 4px 12px #0000004d}@media (max-width: 480px){.step-view{padding:1rem}.step-prompt{font-size:1.25rem;margin-bottom:1.5rem}.choice-button{padding:1rem 1.25rem;font-size:1rem;min-height:56px}.back-button{padding:.625rem .875rem;font-size:.9rem;margin-bottom:1.5rem}}.solution-view{min-height:100vh;display:flex;flex-direction:column;padding:1.5rem;max-width:600px;margin:0 auto;width:100%}.navigation-buttons{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.back-button,.start-over-button{background:#fff;border:none;color:#000;padding:.75rem 1rem;border-radius:8px;font-size:1rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .2s ease;width:fit-content;box-shadow:0 4px 12px #0000004d}.start-over-button:hover{background:#f5f5f5;box-shadow:0 6px 20px #0006;transform:translateY(-1px)}.start-over-button:active{transform:translateY(0);box-shadow:0 4px 12px #0000004d}.back-button:hover{background:#f5f5f5;box-shadow:0 6px 20px #0006;transform:translateY(-1px)}.back-button:active{transform:translateY(0);box-shadow:0 4px 12px #0000004d}.solution-content{flex:1;display:flex;flex-direction:column;justify-content:center}.category-badge{background:transparent;padding:.5rem 0;width:fit-content;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center}.category-logo{max-height:80px;max-width:250px;height:auto;width:auto;object-fit:contain;display:block}.category-text{background:#000;color:#fff;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;display:block}.common-causes-header{text-align:center;font-size:1.1rem;font-weight:500;color:#333;margin-bottom:1.5rem;font-style:italic}.step-counter{text-align:center;font-size:.875rem;color:#666;margin-bottom:1rem;font-weight:500}.step-text{font-size:1.25rem;line-height:1.8;color:#000;margin-bottom:2.5rem;text-align:center;padding:1.5rem;background:#f9f9f9;border-radius:12px;border:1px solid #e0e0e0}.step-question{font-size:1.25rem;font-weight:600;margin-bottom:1rem;line-height:1.6}.step-subtext{font-size:1rem;line-height:1.6;color:#555;font-style:italic;margin-top:1rem}.icon-inline{display:inline-flex;align-items:center;vertical-align:middle;margin:0 .25rem;gap:.25rem}.inline-icon{width:24px;height:24px;display:inline-block;vertical-align:middle;flex-shrink:0}.windows-button-text{display:inline;font-weight:500}.next-step-button{background:#fff;color:#000;border:none;padding:1.25rem 1.5rem;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .2s ease;min-height:60px;box-shadow:0 4px 12px #0000004d}.next-step-button:hover{background:#f5f5f5;transform:translateY(-2px);box-shadow:0 8px 24px #0006}.next-step-button:active{transform:translateY(0);box-shadow:0 4px 12px #0000004d}.external-link-button{background:#fff;color:#000;border:none;padding:1.25rem 1.5rem;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .2s ease;min-height:60px;box-shadow:0 4px 12px #0000004d;text-decoration:none;display:block;text-align:center}.external-link-button:hover{background:#f5f5f5;transform:translateY(-2px);box-shadow:0 8px 24px #0006;text-decoration:none;color:#000}.external-link-button:active{transform:translateY(0);box-shadow:0 4px 12px #0000004d}.solve-question{font-size:1.5rem;font-weight:600;margin-bottom:2.5rem;line-height:1.4;color:#000;text-align:center}.solve-buttons{display:flex;flex-direction:column;gap:1rem}.solve-button{background:#fff;color:#000;border:none;padding:1.25rem 1.5rem;border-radius:12px;font-size:1.1rem;font-weight:500;cursor:pointer;transition:all .2s ease;min-height:60px;box-shadow:0 4px 12px #0000004d}.solve-button:hover{background:#f5f5f5;transform:translateY(-2px);box-shadow:0 8px 24px #0006}.solve-button:active{transform:translateY(0);box-shadow:0 4px 12px #0000004d}.solve-no{background:#fff;color:#000;border:none}.solve-no:hover{background:#f5f5f5;color:#000}@media (max-width: 480px){.solution-view{padding:1rem}.step-text{font-size:1.1rem;padding:1.25rem;margin-bottom:2rem}.solve-question{font-size:1.25rem;margin-bottom:2rem}.next-step-button,.external-link-button,.solve-button{padding:1rem 1.25rem;font-size:1rem;min-height:56px}.category-badge{font-size:.75rem;padding:.4rem .875rem}.step-counter{font-size:.8rem}.common-causes-header{font-size:1rem;margin-bottom:1.25rem}}.app{min-height:100vh;display:flex;flex-direction:column}.error-view{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center}.error-view h1{color:#000;margin-bottom:2rem;font-size:1.5rem}.error-view button{background:#fff;color:#000;border:none;padding:1rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #0000004d}.error-view button:hover{background:#f5f5f5;transform:translateY(-2px);box-shadow:0 8px 24px #0006}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:12px;padding:2rem;max-width:400px;width:100%;box-shadow:0 8px 32px #0000004d;text-align:center}.modal-content h2{color:#000;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;line-height:1.4}.modal-button{background:#fff;color:#000;border:none;padding:1rem 2rem;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .2s ease;min-height:60px;box-shadow:0 4px 12px #0000004d;width:100%;margin-bottom:1rem}.modal-button:hover{background:#f5f5f5;transform:translateY(-2px);box-shadow:0 8px 24px #0006}.modal-button:active{transform:translateY(0);box-shadow:0 4px 12px #0000004d}.modal-button-secondary{background:#f5f5f5;color:#000}.modal-button-secondary:hover{background:#e0e0e0}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#000;line-height:1.6;min-height:100vh}#root{min-height:100vh;display:flex;flex-direction:column}
