.app-container{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:100vh;padding:20px;max-width:800px;margin:0 auto}.welcome-screen h1,.finished-screen h1{font-size:2.5em;background:-webkit-linear-gradient(315deg,#ff9966 0%,#ff5e62 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:.5em}.subtitle{font-size:1.2em;color:#888;margin-bottom:2rem}.start-btn,.next-btn{margin-top:2rem;padding:1em 2.5em;font-size:1.1em;border-radius:8px;border:none;background:linear-gradient(135deg,#ff5e62,#f96);color:#fff;cursor:pointer;transition:transform .2s;font-weight:700}.start-btn:hover,.next-btn:hover{transform:scale(1.05)}.question-card{background:#2a2a2a;padding:20px;border-radius:12px;margin-bottom:20px;width:100%;text-align:left}.question-text{font-size:1.1em;margin-bottom:15px;font-weight:500}.scale-options{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:10px}.scale-btn{width:40px;height:40px;border-radius:50%;border:1px solid #444;background:transparent;color:#ccc;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.scale-btn:hover{border-color:#ff5e62;color:#fff}.scale-btn.selected{background:#ff5e62;border-color:#ff5e62;color:#fff;font-weight:700}.scale-labels-row{display:flex;justify-content:space-between;width:100%;font-size:.8em;color:#666;margin-top:5px}.choice-options{display:flex;flex-direction:column;gap:10px}.choice-btn{padding:12px;border-radius:8px;border:1px solid #444;background:transparent;color:#ccc;text-align:left;cursor:pointer}.choice-btn.selected{background:#ff5e62;border-color:#ff5e62;color:#fff}.text-input{width:100%;padding:12px;border-radius:8px;border:1px solid #444;background:#1a1a1a;color:#fff;min-height:80px;font-family:inherit}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center;width:100%}
