@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}html,body{-webkit-user-select:none;user-select:none;margin:0;padding:0;box-sizing:border-box;overflow-x:hidden;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;color:#1a202c}*,*:before,*:after{box-sizing:inherit}.index-container{display:flex;flex-direction:column;min-height:100vh;background-color:#fff}.hero-section{width:100%;min-height:500px;background:linear-gradient(135deg,#667eea,#764ba2);position:relative;display:flex;align-items:center;justify-content:center;text-align:center;padding:100px 20px 80px;overflow:hidden}.hero-section:before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:#ffffff1a;border-radius:50%;filter:blur(80px)}.hero-section:after{content:"";position:absolute;bottom:-30%;left:-10%;width:400px;height:400px;background:#ffffff14;border-radius:50%;filter:blur(60px)}.hero-section .hero-content{max-width:900px;margin:0 auto;position:relative;z-index:1;animation:fadeInUp .8s ease-out}.hero-section .hero-content .hero-title{font-size:3.5rem;font-weight:800;margin-bottom:24px;color:#fff;line-height:1.2;letter-spacing:-.02em}@media (max-width: 768px){.hero-section .hero-content .hero-title{font-size:2.5rem}}@media (max-width: 480px){.hero-section .hero-content .hero-title{font-size:2rem}}.hero-section .hero-content .hero-subtitle{font-size:1.25rem;margin-bottom:40px;color:#fffffff2;line-height:1.7;max-width:700px;margin-left:auto;margin-right:auto}@media (max-width: 768px){.hero-section .hero-content .hero-subtitle{font-size:1.1rem}}@media (max-width: 480px){.hero-section .hero-content .hero-subtitle{font-size:1rem}}.hero-section .hero-content .hero-button{background:#fff;color:#667eea;font-size:1.125rem;font-weight:700;padding:18px 48px;border-radius:50px;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 25px #0003;letter-spacing:.5px}.hero-section .hero-content .hero-button:hover{transform:translateY(-3px);box-shadow:0 15px 35px #00000040}.hero-section .hero-content .hero-button:active{transform:translateY(-1px)}@media (max-width: 480px){.hero-section .hero-content .hero-button{font-size:1rem;padding:16px 40px}}.previous-result-section{width:100%;padding:60px 20px;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);display:flex;justify-content:center;align-items:center;animation:fadeIn .6s ease-out .2s both}.previous-result-section .previous-result-card{background:#fff;border-radius:20px;padding:40px;max-width:650px;width:100%;box-shadow:0 20px 40px #00000026;border:1px solid rgba(255,255,255,.8);position:relative;overflow:hidden;animation:scaleIn .5s ease-out .3s both}.previous-result-section .previous-result-card:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(135deg,#667eea,#764ba2)}.previous-result-section .previous-result-card .result-badge{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:8px 18px;border-radius:50px;font-size:.875rem;font-weight:700;margin-bottom:20px;box-shadow:0 4px 12px #10b9814d}.previous-result-section .previous-result-card .result-badge .verified-icon{font-size:1.1rem}.previous-result-section .previous-result-card .previous-result-title{font-size:1.75rem;font-weight:700;color:#1a202c;margin-bottom:28px;text-align:left}.previous-result-section .previous-result-card .result-info{background:#f7fafc;border-radius:16px;padding:24px;margin-bottom:28px;border:1px solid #e2e8f0}.previous-result-section .previous-result-card .result-info .result-type-display{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.previous-result-section .previous-result-card .result-info .result-type-display .result-label{font-size:1rem;color:#718096;font-weight:600}.previous-result-section .previous-result-card .result-info .result-type-display .result-type-value{font-size:1.75rem;font-weight:800;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:3px}.previous-result-section .previous-result-card .result-info .result-date{display:flex;align-items:center;gap:10px;color:#718096;font-size:.95rem}.previous-result-section .previous-result-card .result-info .result-date .date-icon{font-size:1.1rem}.previous-result-section .previous-result-card .previous-result-actions{display:flex;gap:14px;margin-bottom:24px}.previous-result-section .previous-result-card .previous-result-actions button{flex:1;padding:16px 24px;border-radius:12px;border:none;font-size:1.05rem;font-weight:700;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.previous-result-section .previous-result-card .previous-result-actions button.view-result-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 15px #667eea66}.previous-result-section .previous-result-card .previous-result-actions button.view-result-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea80}.previous-result-section .previous-result-card .previous-result-actions button.retake-test-button{background:#fff;color:#667eea;border:2px solid #667eea}.previous-result-section .previous-result-card .previous-result-actions button.retake-test-button:hover{background:#667eea;color:#fff;box-shadow:0 4px 15px #667eea4d}@media (max-width: 600px){.previous-result-section .previous-result-card .previous-result-actions{flex-direction:column}}.previous-result-section .previous-result-card .reliability-note{font-size:.9rem;color:#718096;text-align:center;line-height:1.7;margin:0;padding-top:20px;border-top:1px solid #e2e8f0}@media (max-width: 600px){.previous-result-section .previous-result-card{padding:32px 24px}.previous-result-section .previous-result-card .previous-result-title,.previous-result-section .previous-result-card .result-info .result-type-display .result-type-value{font-size:1.5rem}}.main-content{display:flex;flex-direction:column;align-items:center;padding:80px 20px;margin:0 auto;max-width:1200px;text-align:center}.main-content .title{font-size:2.5rem;font-weight:800;margin-bottom:16px;color:#1a202c;letter-spacing:-.02em}@media (max-width: 768px){.main-content .title{font-size:2rem}}@media (max-width: 480px){.main-content .title{font-size:1.75rem}}.main-content .description{font-size:1.25rem;color:#4a5568;margin-bottom:60px;max-width:600px;line-height:1.7}@media (max-width: 768px){.main-content .description{font-size:1.1rem}}@media (max-width: 480px){.main-content .description{font-size:1rem}}.stats-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;margin-bottom:80px;width:100%;max-width:1100px}.stats-section .stat-card{background:#fff;padding:36px 28px;border-radius:16px;box-shadow:0 4px 12px #00000014;border:1px solid #e2e8f0;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.stats-section .stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#667eea,#764ba2);transform:scaleX(0);transition:transform .4s ease}.stats-section .stat-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000026;border-color:#667eea4d}.stats-section .stat-card:hover:before{transform:scaleX(1)}.stats-section .stat-card h3{font-size:1.5rem;margin-bottom:16px;font-weight:800;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 768px){.stats-section .stat-card h3{font-size:1.35rem}}.stats-section .stat-card p{font-size:1.05rem;color:#4a5568;line-height:1.7;margin:0}@media (max-width: 768px){.stats-section .stat-card p{font-size:1rem}}@media (max-width: 768px){.stats-section{grid-template-columns:1fr;gap:24px}}.extended-info{background:linear-gradient(135deg,#667eea0d,#764ba20d);padding:60px 40px;border-radius:20px;margin-bottom:60px;max-width:900px;width:100%;border:1px solid rgba(102,126,234,.1)}.extended-info h2{font-size:2rem;font-weight:800;margin-bottom:20px;color:#1a202c}@media (max-width: 768px){.extended-info h2{font-size:1.75rem}}.extended-info p{font-size:1.15rem;color:#4a5568;line-height:1.8;margin:0}@media (max-width: 768px){.extended-info p{font-size:1.05rem}}@media (max-width: 768px){.extended-info{padding:40px 28px}}.info-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;margin-bottom:60px;width:100%;max-width:1100px}.info-section .info-card{background:#fff;padding:40px 32px;border-radius:16px;box-shadow:0 4px 12px #00000014;border:1px solid #e2e8f0;text-align:left;transition:all .4s cubic-bezier(.4,0,.2,1)}.info-section .info-card:hover{transform:translateY(-6px);box-shadow:0 10px 30px #0000001f;border-color:#667eea33}.info-section .info-card h2{font-size:1.5rem;font-weight:700;margin-bottom:16px;color:#1a202c}@media (max-width: 768px){.info-section .info-card h2{font-size:1.35rem}}.info-section .info-card p{font-size:1.05rem;color:#4a5568;line-height:1.7;margin:0}@media (max-width: 768px){.info-section .info-card p{font-size:1rem}}@media (max-width: 768px){.info-section{grid-template-columns:1fr;gap:24px}}.start-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:1.25rem;font-weight:700;padding:20px 60px;border-radius:50px;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 30px #667eea66;letter-spacing:.5px}.start-button:hover{transform:translateY(-4px);box-shadow:0 15px 40px #667eea80}.start-button:active{transform:translateY(-2px)}@media (max-width: 768px){.start-button{font-size:1.1rem;padding:18px 50px}}@media (max-width: 480px){.start-button{font-size:1rem;padding:16px 40px;width:100%;max-width:300px}}.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}
