@charset "UTF-8";html,body{-webkit-user-select:none;user-select:none;margin:0;padding:0;box-sizing:border-box;overflow-x:hidden;font-family:Arial,sans-serif}*,*:before,*:after{box-sizing:inherit}.index-container{display:flex;flex-direction:column;min-height:100vh;background-color:#fff;color:#333}.hero-section{width:100%;min-height:300px;background:#eef4ff;display:flex;align-items:center;justify-content:center;text-align:center;padding:60px 20px;box-shadow:inset 0 -1px #0000001a}.hero-section .hero-content{max-width:800px;margin:0 auto}.hero-section .hero-content .hero-title{font-size:2.5rem;font-weight:700;margin-bottom:20px}@media (max-width: 600px){.hero-section .hero-content .hero-title{font-size:2rem}}.hero-section .hero-content .hero-subtitle{font-size:1.2rem;margin-bottom:30px;color:#555}@media (max-width: 600px){.hero-section .hero-content .hero-subtitle{font-size:1rem}}.hero-section .hero-content .hero-button{background-color:#007bff;color:#fff;font-size:1.2rem;padding:15px 30px;border-radius:10px;border:none;cursor:pointer;transition:.3s}.hero-section .hero-content .hero-button:hover{background-color:#0062cc}@media (max-width: 600px){.hero-section .hero-content .hero-button{font-size:1rem;padding:12px 24px}}.main-content{display:flex;flex-direction:column;align-items:center;padding:40px 20px;margin:0 auto;max-width:1000px;text-align:center}.main-content .title{font-size:2rem;font-weight:700;margin-bottom:10px}@media (max-width: 600px){.main-content .title{font-size:1.6rem}}.main-content .description{font-size:1.2rem;color:#555;margin-bottom:30px}@media (max-width: 600px){.main-content .description{font-size:1rem}}.stats-section{display:flex;justify-content:center;gap:20px;margin-bottom:40px;flex-wrap:wrap}.stats-section .stat-card{background-color:#f8f9fa;padding:20px;border-radius:10px;box-shadow:0 4px 6px #0000001a;width:250px;text-align:center}.stats-section .stat-card h3{font-size:1.4rem;margin-bottom:10px;color:#007bff}@media (max-width: 600px){.stats-section .stat-card h3{font-size:1.2rem}}.stats-section .stat-card p{font-size:1rem;color:#666;line-height:1.4}@media (max-width: 600px){.stats-section .stat-card p{font-size:.95rem}}@media (max-width: 400px){.stats-section .stat-card{width:80%;margin:0 auto}}.extended-info{background-color:#fafafa;padding:30px;margin-bottom:30px;border-radius:10px;box-shadow:0 4px 6px #00000014;width:100%;max-width:800px;text-align:left}.extended-info h2{font-size:1.8rem;margin-bottom:15px}@media (max-width: 600px){.extended-info h2{font-size:1.5rem}}.extended-info p{font-size:1rem;color:#444;line-height:1.6}@media (max-width: 600px){.extended-info p{font-size:.95rem}}.info-section{display:flex;justify-content:space-between;flex-wrap:wrap;gap:20px;margin-bottom:30px}.info-section .info-card{background-color:#f8f9fa;padding:20px;border-radius:10px;box-shadow:0 4px 6px #0000001a;text-align:center;width:250px}.info-section .info-card h2{font-size:1.5rem;margin-bottom:10px}@media (max-width: 600px){.info-section .info-card h2{font-size:1.3rem}}.info-section .info-card p{font-size:1rem;color:#666}@media (max-width: 600px){.info-section .info-card p{font-size:.95rem}}@media (max-width: 400px){.info-section .info-card{width:80%;margin:0 auto}}.start-button{background-color:#007bff;color:#fff;font-size:1.2rem;padding:15px 30px;border-radius:10px;border:none;cursor:pointer;transition:.3s}.start-button:hover{background-color:#0062cc}@media (max-width: 600px){.start-button{font-size:1rem;padding:12px 24px}}.header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:20px;font-size:1.2rem;background-color:#fff;border-bottom:2px solid #eee}@media (max-width: 600px){.header{font-size:1rem;padding:15px}}.header .logo{font-weight:700;font-size:1.8rem;cursor:pointer;transition:opacity .2s ease-in-out}.header .logo:hover{opacity:.8}@media (max-width: 600px){.header .logo{font-size:1.4rem}}.header .language-dropdown{display:flex;align-items:center;gap:10px}.header .language-dropdown label{font-size:1rem}@media (max-width: 600px){.header .language-dropdown label{font-size:.9rem}}.header .language-dropdown select{padding:5px 10px;border:1px solid #ccc;border-radius:8px;background-color:#fff;cursor:pointer}@media (max-width: 600px){.header .language-dropdown select{padding:4px 8px;font-size:.9rem}}.footer{margin-top:40px;width:100%;text-align:center;padding:20px;font-size:.9rem;color:#666;background-color:#fff;border-top:2px solid #eee}@media (max-width: 600px){.footer{font-size:.8rem;padding:15px}}.footer p{margin:0}.test-page{display:flex;flex-direction:column;min-height:100vh}.test-container{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-grow:1;background-color:#f8f9fa;padding:20px;font-family:Arial,sans-serif}.progress-bar{width:80%;height:10px;background-color:#6c757d;border-radius:12px;overflow:hidden;margin-bottom:20px;position:relative}.progress-bar .progress{height:100%;background:linear-gradient(90deg,#4a90e2,#8e44ad);transition:width .5s ease-in-out}.question-wrapper{display:flex;flex-direction:column;align-items:center;width:100%}.question-card{-webkit-user-select:none;user-select:none;background:#fff;padding:30px;border-radius:12px;box-shadow:0 4px 8px #00000026;text-align:center;width:80%;max-width:800px;margin-bottom:20px;animation:fadeIn .3s ease-in-out}.question-card .question-text{font-size:1.6rem;font-weight:700;color:#333}.answer-buttons{display:flex;flex-direction:column;gap:12px;width:80%;max-width:500px}.answer-buttons .answer-button{-webkit-user-select:none;user-select:none;background-color:#fff;color:#333;padding:15px;font-size:1.2rem;border:2px solid #007bff;border-radius:12px;cursor:pointer;transition:all .3s ease-in-out;font-weight:700;-webkit-tap-highlight-color:transparent}.answer-buttons .answer-button:hover{background-color:#007bff;color:#fff;transform:translateY(-2px);box-shadow:0 4px 6px #00000026}.answer-buttons .answer-button:active{transform:scale(.95)}.answer-buttons .answer-button:focus{outline:none;background-color:#fff;color:#333}.answer-buttons .answer-button:focus:not(:focus-visible){outline:none}.back-button-container{margin-top:20px}.back-button{background-color:#6c757d;color:#fff;padding:10px 20px;font-size:1rem;border:none;border-radius:12px;cursor:pointer;transition:.3s}.back-button:hover{background-color:#545b62}@media (max-width: 600px){.question-card{width:90%;padding:20px}.answer-button:hover,.answer-button:focus,.answer-button:active{background-color:#fff!important;color:#333!important;transform:none!important;box-shadow:none!important}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.result-page{display:flex;flex-direction:column;min-height:100vh}.result-container{flex:1;display:flex;flex-direction:column;align-items:center;padding:40px 20px;max-width:1000px;margin:0 auto}.result-container .title{font-size:2rem;margin-bottom:20px}.result-container .result-box{background:#fff;padding:30px;border-radius:10px;box-shadow:0 4px 10px #0000001a;text-align:center;width:100%;max-width:600px;margin-bottom:30px}.result-container .result-box .result-type{font-size:1.8rem;margin-bottom:10px}.result-container .result-box .result-description{font-size:1.1rem;margin-bottom:10px}.result-container .result-box .result-details{font-size:1rem;color:#555;line-height:1.4}.result-container .scores-section{width:100%;max-width:600px;margin-bottom:30px}.result-container .scores-section h3{font-size:1.4rem;margin-bottom:15px;text-align:center}.result-container .scores-section .score-item{margin-bottom:15px}.result-container .scores-section .score-item .score-label{display:flex;justify-content:space-between;font-size:1rem;font-weight:700;color:#444;margin-bottom:5px}.result-container .scores-section .score-item .score-bar{position:relative;width:100%;height:22px;background-color:#eee;border-radius:10px;overflow:hidden}.result-container .scores-section .score-item .score-bar .score-fill{height:100%;background:linear-gradient(90deg,#4a90e2,#8e44ad);position:absolute;top:0;transition:width .3s ease-in-out}.result-container .strength-weakness-section{display:flex;flex-wrap:wrap;gap:20px;width:100%;max-width:800px;margin-bottom:30px;justify-content:space-around}.result-container .strength-weakness-section>div{flex:1 1 300px;background:#fff;padding:20px;border-radius:10px;box-shadow:0 4px 8px #00000014}.result-container .strength-weakness-section>div h3{font-size:1.3rem;margin-bottom:10px}.result-container .strength-weakness-section>div ul{list-style:disc;margin-left:20px}.result-container .strength-weakness-section>div ul li{margin-bottom:5px;font-size:.95rem;color:#444}.result-container .strength-weakness-section>div p{font-size:.95rem;color:#666}.result-container .famous-people-section{width:100%;max-width:800px;background-color:#fff;padding:20px;border-radius:10px;margin-bottom:30px;box-shadow:0 2px 5px #00000014}.result-container .famous-people-section h3{font-size:1.3rem;margin-bottom:10px}.result-container .famous-people-section ul{margin-left:20px;list-style:disc}.result-container .famous-people-section ul li{margin-bottom:5px;font-size:1rem;color:#444}.result-container .career-tips-section{width:100%;max-width:800px;background-color:#fff;padding:20px;border-radius:10px;margin-bottom:30px;box-shadow:0 2px 5px #00000014}.result-container .career-tips-section h3{font-size:1.3rem;margin-bottom:10px}.result-container .career-tips-section p{font-size:1rem;line-height:1.5;color:#444}.result-container .additional-info{width:100%;max-width:800px;background-color:#fafafa;padding:20px;border-radius:10px;margin-bottom:30px;box-shadow:0 2px 5px #00000014}.result-container .additional-info h3{font-size:1.3rem;margin-bottom:10px}.result-container .additional-info p{font-size:1rem;line-height:1.5;color:#444}.result-container .restart-button{background-color:#007bff;color:#fff;padding:15px 30px;font-size:1rem;border:none;border-radius:10px;cursor:pointer;transition:.3s}.result-container .restart-button:hover{background-color:#0056b3}
