.app{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#333}.intro-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;text-align:center;padding:2rem}.intro-container h1{font-size:3.5rem;margin-bottom:1rem;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.intro-container p{font-size:1.2rem;margin-bottom:1rem;color:#ffffffe6;max-width:600px;line-height:1.6}.start-btn{background:linear-gradient(45deg,#ff6b6b,#ee5a24);color:#fff;border:none;padding:1rem 2rem;font-size:1.3rem;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0003;margin-top:2rem}.start-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.test-container{max-width:800px;margin:0 auto;padding:2rem;background:#fff;min-height:100vh;box-shadow:0 0 30px #0000001a}.header{text-align:center;margin-bottom:3rem}.header h1{color:#2c3e50;margin-bottom:1rem}.progress-bar{width:100%;height:8px;background:#ecf0f1;border-radius:4px;overflow:hidden;margin:1rem 0}.progress-fill{height:100%;background:linear-gradient(90deg,#3498db,#2ecc71);transition:width .3s ease}.progress-text{color:#7f8c8d;font-weight:500}.question-container{margin-bottom:3rem}.question-text{font-size:1.5rem;color:#2c3e50;text-align:center;margin-bottom:2rem;line-height:1.4}.choices-container{display:flex;flex-direction:column;gap:1rem}.choice-btn{background:#fff;border:2px solid #bdc3c7;padding:1.5rem;text-align:left;border-radius:12px;cursor:pointer;transition:all .3s ease;font-size:1rem;line-height:1.4}.choice-btn:hover{border-color:#3498db;background:#f8f9fa;transform:translateY(-2px);box-shadow:0 4px 12px #3498db33}.choice-btn.selected{border-color:#3498db;background:#3498db;color:#fff;box-shadow:0 4px 15px #3498db4d}.navigation{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem}.nav-btn{background:#95a5a6;color:#fff;border:none;padding:.8rem 1.5rem;border-radius:8px;cursor:pointer;transition:all .3s ease}.nav-btn:hover:not(:disabled){background:#7f8c8d;transform:translateY(-1px)}.nav-btn:disabled{opacity:.5;cursor:not-allowed}.nav-btn.primary{background:#e74c3c}.nav-btn.primary:hover{background:#c0392b}.question-dots{display:flex;gap:.5rem}.dot{width:40px;height:40px;border-radius:50%;border:2px solid #bdc3c7;background:#fff;cursor:pointer;transition:all .3s ease;font-weight:500;color:#7f8c8d}.dot:hover{border-color:#3498db;color:#3498db}.dot.active{border-color:#3498db;background:#3498db;color:#fff}.dot.answered{border-color:#27ae60;background:#27ae60;color:#fff}.traits-monitor{background:#f8f9fa;padding:1.5rem;border-radius:12px;margin-top:2rem}.traits-monitor h3{color:#2c3e50;margin-bottom:1rem;text-align:center}.trait-category-preview{margin-bottom:1.5rem}.trait-category-preview h4{color:#2c3e50;margin-bottom:.8rem;font-size:1rem;border-bottom:2px solid #3498db;padding-bottom:.3rem}.traits-preview{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.trait-preview{background:#fff;padding:.8rem;border-radius:8px;text-align:center;border-left:4px solid #3498db}.trait-preview span{font-size:.9rem;color:#2c3e50;font-weight:500}.final-results-monitor{background:linear-gradient(135deg,#667eea,#764ba2);padding:1.5rem;border-radius:12px;margin-top:1rem;color:#fff}.final-results-monitor h3{color:#fff;margin-bottom:1rem;text-align:center;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.axis-preview-section{margin-bottom:1.5rem}.axis-preview-section h4{color:#fff;margin-bottom:.8rem;font-size:1rem;text-align:center;opacity:.9}.axis-preview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.axis-preview-item{background:#ffffff1a;padding:1rem;border-radius:8px;text-align:center;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.axis-preview-item .result-label{display:block;font-size:.8rem;color:#ffffffe6;margin-bottom:.5rem;font-weight:500}.axis-preview-item .result-value{display:block;font-size:1.3rem;font-weight:700;color:#fff;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.results-container{max-width:1000px;margin:0 auto;padding:2rem;background:#fff;min-height:100vh}.results-container h1{text-align:center;color:#2c3e50;margin-bottom:3rem}.results-section{margin-bottom:3rem}.results-section h2{color:#2c3e50;margin-bottom:2rem;text-align:center;font-size:2rem}.trait-category{margin-bottom:2.5rem;padding:1.5rem;background:#f8f9fa;border-radius:12px;border-left:4px solid #3498db}.trait-category h3{color:#2c3e50;margin-bottom:.5rem;font-size:1.3rem}.category-description{color:#7f8c8d;margin-bottom:1.5rem;font-style:italic;line-height:1.4}.traits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.trait-item{background:#fff;padding:1.5rem;border-radius:12px;text-align:center;box-shadow:0 2px 8px #0000001a}.trait-item label{display:block;font-weight:600;color:#2c3e50;margin-bottom:1rem;font-size:1.1rem}.trait-bar{width:100%;height:12px;background:#ecf0f1;border-radius:6px;overflow:hidden;margin-bottom:.5rem}.trait-fill{height:100%;transition:width .5s ease}.trait-value{font-weight:600;color:#2c3e50;font-size:1.1rem;margin-bottom:.5rem;display:block}.trait-poles{display:flex;justify-content:space-between;font-size:.8rem;color:#7f8c8d}.negative-pole{color:#e74c3c;font-weight:500}.positive-pole{color:#27ae60;font-weight:500}.axis-section{margin-bottom:3rem;padding:2rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;color:#fff}.axis-section h3{color:#fff;margin-bottom:.5rem;font-size:1.5rem;text-align:center}.axis-description{color:#ffffffe6;text-align:center;margin-bottom:2rem;font-style:italic;line-height:1.4}.axis-results{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.axis-result-item{background:#ffffff1a;padding:2rem;border-radius:16px;text-align:center;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.axis-result-item h4{margin-bottom:1rem;font-size:1.3rem;color:#fff}.result-circle{width:120px;height:120px;border:4px solid rgba(255,255,255,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:1.5rem auto;background:#ffffff1a}.result-value{font-size:1.8rem;font-weight:700;color:#fff}.axis-result-item p{margin-top:1rem;opacity:.9;line-height:1.5;color:#ffffffe6}.action-buttons{display:flex;justify-content:center;gap:1rem;margin-top:3rem}.btn{background:#95a5a6;color:#fff;border:none;padding:1rem 2rem;border-radius:8px;cursor:pointer;transition:all .3s ease;font-size:1rem}.btn:hover{background:#7f8c8d;transform:translateY(-2px)}.btn.primary{background:#e74c3c}.btn.primary:hover{background:#c0392b}@media (max-width: 768px){.test-container,.results-container{padding:1rem}.question-text{font-size:1.3rem}.choice-btn{padding:1.2rem}.traits-grid,.axis-results,.traits-preview,.axis-preview-grid{grid-template-columns:1fr}.navigation{flex-direction:column;gap:1rem}.question-dots{order:-1}.intro-container h1{font-size:2.5rem}.axis-section,.axis-result-item{padding:1.5rem}.result-circle{width:100px;height:100px}.result-value{font-size:1.5rem}}
