:root{font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif;line-height:1.6;font-weight:400;color-scheme:dark;color:#fffffff2;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#5ce1e6;text-decoration:inherit}a:hover{color:#4fc3c7}body{margin:0;min-width:320px;min-height:100vh;background:linear-gradient(135deg,#2d1b4e,#1a0f2e,#0f0621);background-attachment:fixed}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--color-red: #ef4444;--color-red-light: #fca5a5;--color-yellow: #ffd93d;--color-yellow-light: #ffe89f;--color-green: #5ce1e6;--color-green-light: #a8f0f3;--color-blue: #7b68ee;--color-blue-light: #b8adff;--purple-dark: #2d1b4e;--purple-darker: #1a0f2e;--card-bg: rgba(255, 255, 255, .08);--card-border: rgba(255, 255, 255, .12)}#root{max-width:1200px;margin:0 auto;padding:2rem 1rem}.app{min-height:100vh}.app-header{text-align:center;margin-bottom:2.5rem;padding:1rem}.app-header h1{font-size:2.2rem;font-weight:700;margin-bottom:.75rem;color:#fff;text-shadow:0 2px 10px rgba(92,225,230,.3);letter-spacing:-.5px}.app-header p{font-size:1rem;color:#ffffffb3;font-weight:300}.assessment-container{max-width:900px;margin:0 auto}.progress-section{margin-bottom:2.5rem}.progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.step-indicator{font-size:.95rem;color:#fffc;font-weight:500}.progress-percentage{font-size:1.1rem;color:var(--color-green);font-weight:700}.progress-track{height:8px;background:#ffffff1a;border-radius:10px;overflow:hidden;box-shadow:inset 0 2px 4px #0003}.progress-bar-fill{height:100%;background:linear-gradient(90deg,var(--color-green),var(--color-blue));border-radius:10px;transition:width .4s cubic-bezier(.4,0,.2,1);box-shadow:0 0 10px #5ce1e680}.step-content{background:var(--card-bg);border:1px solid var(--card-border);border-radius:20px;padding:2.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 20px #0003;margin-bottom:2rem}.step-title{font-size:1.8rem;font-weight:700;color:#fff;margin-bottom:.5rem;text-align:center}.step-subtitle{font-size:1rem;color:#fff9;text-align:center;margin-bottom:2rem;font-weight:300}.quality-selector{margin-bottom:0}.qualities-list{display:flex;flex-wrap:wrap;gap:.7rem;justify-content:center}.quality-button{padding:.7rem 1.3rem;border-radius:25px;border:1.5px solid rgba(255,255,255,.15);background:#ffffff14;color:#ffffffe6;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);font-size:.9rem;font-weight:500;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.quality-button:hover{transform:translateY(-2px);background:#ffffff1f;border-color:#ffffff40;box-shadow:0 4px 12px #00000040}.quality-button.selected{background:linear-gradient(135deg,var(--color-green),#00d4d8);border-color:var(--color-green);color:#1a0f2e;box-shadow:0 4px 15px #5ce1e666;font-weight:600}.navigation-buttons{display:flex;justify-content:space-between;gap:1rem;max-width:900px;margin:0 auto}.nav-button{flex:1;padding:1rem 2rem;font-size:1rem;font-weight:600;border-radius:30px;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);letter-spacing:.5px}.prev-button{background:#ffffff1a;color:#ffffffe6;border:1.5px solid rgba(255,255,255,.2)}.prev-button:hover:not(:disabled){background:#ffffff26;border-color:#ffffff4d;transform:translateY(-2px);box-shadow:0 4px 15px #0003}.prev-button:disabled{opacity:.3;cursor:not-allowed}.next-button{background:linear-gradient(135deg,#5ce1e6,#00d4d8);color:#1a0f2e;box-shadow:0 4px 20px #5ce1e64d}.next-button:hover{transform:translateY(-3px);box-shadow:0 8px 30px #5ce1e680;background:linear-gradient(135deg,#6ff0f5,#00e0e5)}.next-button:active{transform:translateY(-1px)}.action-buttons{text-align:center;margin-top:2.5rem}.submit-button,.reset-button{padding:1rem 3.5rem;font-size:1rem;font-weight:600;border-radius:30px;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);background:linear-gradient(135deg,#5ce1e6,#00d4d8);color:#1a0f2e;box-shadow:0 4px 20px #5ce1e64d;letter-spacing:.5px}.submit-button:hover:not(:disabled),.reset-button:hover{transform:translateY(-3px);box-shadow:0 8px 30px #5ce1e680;background:linear-gradient(135deg,#6ff0f5,#00e0e5)}.submit-button:active:not(:disabled),.reset-button:active{transform:translateY(-1px)}.submit-button:disabled{opacity:.4;cursor:not-allowed;transform:none}.results-container{animation:fadeIn .6s cubic-bezier(.4,0,.2,1);max-width:900px;margin:0 auto}@keyframes fadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.results-title{text-align:center;font-size:1.8rem;font-weight:700;margin-bottom:2rem;color:#fff}.results-summary{text-align:center;margin-bottom:3rem;padding:2rem;background:var(--card-bg);border:1px solid var(--card-border);border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 20px #0003}.results-intro{font-size:1.1rem;color:#ffffffb3;margin-bottom:1rem;font-weight:300}.results-text{font-size:1.6rem;font-weight:700;color:var(--color-green);line-height:1.6;margin:0}.dominant-color{text-align:center;margin-bottom:3rem}.dominant-badge{display:inline-block;padding:2.5rem 3.5rem;border-radius:25px;margin-bottom:1.5rem;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 40px #0000004d;border:1px solid rgba(255,255,255,.15)}.dominant-badge h3{font-size:1.6rem;font-weight:700;margin-bottom:.75rem;letter-spacing:.5px}.dominant-percentage{font-size:3.5rem;font-weight:800;margin:0;text-shadow:0 2px 10px rgba(0,0,0,.3)}.color-bg-red{background:linear-gradient(135deg,var(--color-red),#ff4081)}.color-bg-yellow{background:linear-gradient(135deg,var(--color-yellow),#ffb700);color:#1a0f2e}.color-bg-green{background:linear-gradient(135deg,var(--color-green),#00d4d8);color:#1a0f2e}.color-bg-blue{background:linear-gradient(135deg,var(--color-blue),#5f4fd8)}.color-description{font-size:1.1rem;color:#ffffffb3;max-width:600px;margin:0 auto;font-weight:300}.all-results{max-width:800px;margin:0 auto 3rem}.all-results h3{text-align:center;margin-bottom:2rem;font-size:1.4rem;font-weight:600;color:#fffffff2}.results-bars{display:flex;flex-direction:column;gap:1.5rem}.result-item{padding:1.75rem;border-radius:18px;background:var(--card-bg);border:1px solid var(--card-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 20px #0003;transition:transform .3s ease}.result-item:hover{transform:translate(8px)}.result-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.color-label{font-weight:700;font-size:1.15rem;letter-spacing:.3px}.color-text-red{color:var(--color-red-light)}.color-text-yellow{color:var(--color-yellow)}.color-text-green{color:var(--color-green)}.color-text-blue{color:var(--color-blue-light)}.percentage-label{font-size:1.3rem;font-weight:700;color:#fffffff2}.progress-bar{height:12px;background:#ffffff14;border-radius:10px;overflow:hidden;margin-bottom:1rem;box-shadow:inset 0 2px 4px #0003}.progress-fill{height:100%;transition:width .8s cubic-bezier(.4,0,.2,1);border-radius:10px;box-shadow:0 2px 8px #0000004d}.result-description{color:#fff9;font-size:.875rem;margin:0;font-weight:300}.reset-button{display:block;margin:0 auto}@media(max-width:768px){#root{padding:1.5rem 1rem}.app-header h1{font-size:1.8rem}.app-header p{font-size:.95rem}.step-content{padding:2rem 1.5rem}.step-title{font-size:1.5rem}.step-subtitle{font-size:.9rem}.qualities-list{gap:.5rem}.quality-button{padding:.6rem 1rem;font-size:.85rem}.navigation-buttons{flex-direction:column}.nav-button{width:100%}.results-summary{padding:1.5rem}.results-text{font-size:1.3rem}.dominant-badge{padding:2rem 2.5rem}.dominant-badge h3{font-size:1.4rem}.dominant-percentage{font-size:2.5rem}.submit-button,.reset-button{padding:.9rem 2.5rem;font-size:.95rem}.result-item:hover{transform:translate(4px)}}
