@charset "UTF-8";@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:#e5e5e5}*,*:before,*:after{box-sizing:inherit}.index-container{display:flex;flex-direction:column;min-height:100vh;background-color:#1a1a1a}.hero-section{width:100%;min-height:560px;background:linear-gradient(135deg,#0d0d0d,#1a1a2e,#16213e);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:radial-gradient(circle,rgba(102,126,234,.15) 0%,transparent 70%);border-radius:50%;filter:blur(80px)}.hero-section:after{content:"";position:absolute;bottom:-30%;left:-10%;width:400px;height:400px;background:radial-gradient(circle,rgba(118,75,162,.12) 0%,transparent 70%);border-radius:50%;filter:blur(60px)}.hero-section .hero-content{max-width:800px;margin:0 auto;position:relative;z-index:1;animation:fadeInUp .8s ease-out}.hero-section .hero-content .hero-badge{display:inline-flex;align-items:center;gap:8px;background:#667eea26;border:1px solid rgba(102,126,234,.3);color:#a5b4fc;padding:10px 20px;border-radius:50px;font-size:.875rem;font-weight:600;margin-bottom:28px;letter-spacing:.02em}.hero-section .hero-content .hero-title{font-size:3.5rem;font-weight:800;margin-bottom:20px;background:linear-gradient(135deg,#fff,#e0e0e0,silver);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.15;letter-spacing:-.03em}@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:36px;color:#b4b4c8e6;line-height:1.6;max-width:550px;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-features{display:flex;justify-content:center;gap:32px;margin-bottom:40px;flex-wrap:wrap}@media (max-width: 600px){.hero-section .hero-content .hero-features{gap:16px}}.hero-section .hero-content .hero-features .hero-feature{display:flex;align-items:center;gap:8px;background:#ffffff0d;padding:12px 20px;border-radius:12px;border:1px solid rgba(255,255,255,.08);transition:all .3s ease}.hero-section .hero-content .hero-features .hero-feature:hover{background:#ffffff14;border-color:#667eea4d}@media (max-width: 600px){.hero-section .hero-content .hero-features .hero-feature{padding:10px 16px}}.hero-section .hero-content .hero-features .hero-feature .feature-icon{font-size:1.25rem}@media (max-width: 480px){.hero-section .hero-content .hero-features .hero-feature .feature-icon{font-size:1.1rem}}.hero-section .hero-content .hero-features .hero-feature .feature-text{font-size:.95rem;font-weight:600;color:#dcdcf0f2}@media (max-width: 480px){.hero-section .hero-content .hero-features .hero-feature .feature-text{font-size:.875rem}}.hero-section .hero-content .hero-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:1.125rem;font-weight:700;padding:18px 52px;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}.hero-section .hero-content .hero-button:hover{transform:translateY(-3px);box-shadow:0 15px 40px #667eea80}.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 44px}}.previous-result-section{width:100%;padding:60px 20px;background:linear-gradient(135deg,#242424,#1a1a1a);display:flex;justify-content:center;align-items:center;animation:fadeIn .6s ease-out .2s both}.previous-result-section .previous-result-card{background:#2d2d2d;border-radius:20px;padding:40px;max-width:650px;width:100%;box-shadow:0 20px 40px #0009;border:1px solid #3d3d3d;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:#e5e5e5;margin-bottom:28px;text-align:left}.previous-result-section .previous-result-card .result-info{background:#242424;border-radius:16px;padding:24px;margin-bottom:28px;border:1px solid #3d3d3d}.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:#8a8a8a;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:#8a8a8a;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:#2d2d2d;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:#8a8a8a;text-align:center;line-height:1.7;margin:0;padding-top:20px;border-top:1px solid #3d3d3d}@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}@media (max-width: 768px){.main-content{padding:60px 20px}}.main-content .title{font-size:2.5rem;font-weight:800;margin-bottom:16px;color:#e5e5e5;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:#b0b0b0;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:#2d2d2d;padding:36px 28px;border-radius:16px;box-shadow:0 4px 12px #0006;border:1px solid #3d3d3d;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 #0009;border-color:#667eea80}.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:#b0b0b0;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}}.data-section{width:100%;max-width:1000px;margin-bottom:80px;background:#242424;border-radius:12px;padding:48px;border:1px solid #3d3d3d}@media (max-width: 768px){.data-section{padding:32px 24px}}.data-section .section-title{font-size:1.75rem;font-weight:700;margin-bottom:32px;color:#e5e5e5;text-align:center}.data-section .data-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}@media (max-width: 768px){.data-section .data-grid{grid-template-columns:1fr}}.data-section .data-item{background:#2d2d2d;padding:24px;border-radius:8px;border:1px solid #3d3d3d}.data-section .data-item .data-label{font-size:.9rem;font-weight:600;color:#667eea;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px}.data-section .data-item .data-value{font-size:2rem;font-weight:700;color:#e5e5e5;margin-bottom:4px}.data-section .data-item .data-desc{font-size:.9rem;color:#8a8a8a}.extended-info{background:linear-gradient(135deg,#667eea26,#764ba226);padding:60px 40px;border-radius:20px;margin-bottom:60px;max-width:900px;width:100%;border:1px solid rgba(102,126,234,.3)}.extended-info h2{font-size:2rem;font-weight:800;margin-bottom:20px;color:#e5e5e5}@media (max-width: 768px){.extended-info h2{font-size:1.75rem}}.extended-info p{font-size:1.15rem;color:#b0b0b0;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:#2d2d2d;padding:40px 32px;border-radius:16px;box-shadow:0 4px 12px #0006;border:1px solid #3d3d3d;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 #00000080;border-color:#667eea66}.info-section .info-card h2{font-size:1.5rem;font-weight:700;margin-bottom:16px;color:#e5e5e5}@media (max-width: 768px){.info-section .info-card h2{font-size:1.35rem}}.info-section .info-card p{font-size:1.05rem;color:#b0b0b0;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 40px;font-size:1rem;background-color:#1a1a1af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #3d3d3d;position:sticky;top:0;z-index:100}@media (max-width: 768px){.header{padding:16px 20px}}.header .logo{font-weight:800;font-size:1.5rem;cursor:pointer;color:#667eea;transition:opacity .2s ease-in-out;letter-spacing:-.02em}.header .logo:hover{opacity:.8}@media (max-width: 768px){.header .logo{font-size:1.25rem}}.header .language-dropdown{display:flex;align-items:center;gap:12px}.header .language-dropdown label{font-size:.9rem;color:#e5e5e5;font-weight:500}@media (max-width: 600px){.header .language-dropdown label{display:none}}.header .language-dropdown select{padding:8px 16px;border:1px solid #3d3d3d;border-radius:8px;background-color:#2d2d2d;cursor:pointer;font-size:.9rem;font-weight:500;color:#e5e5e5;transition:all .2s ease;min-width:120px}.header .language-dropdown select:hover{border-color:#667eea}.header .language-dropdown select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea33}@media (max-width: 600px){.header .language-dropdown select{padding:6px 10px;font-size:.85rem;min-width:100px}}.footer{margin-top:auto;width:100%;text-align:center;padding:32px 24px;font-size:.9rem;color:#8a8a8a;background-color:#1a1a1a;border-top:1px solid #3d3d3d}@media (max-width: 768px){.footer{padding:24px 20px;font-size:.85rem}}.footer p{margin:0}.footer .footer-links{display:flex;justify-content:center;gap:24px;margin-bottom:16px}@media (max-width: 480px){.footer .footer-links{flex-direction:column;gap:12px}}.footer .footer-links a{color:#8a8a8a;text-decoration:none;font-weight:500;transition:color .2s ease}.footer .footer-links a:hover{color:#667eea}.footer .footer-copyright{color:#8a8a8a;font-size:.85rem}.test-page{display:flex;flex-direction:column;min-height:100vh}.test-container{display:flex;flex-direction:column;align-items:center;flex-grow:1;background-color:#1a1a1a;padding:20px;font-family:Arial,sans-serif}.progress-section{width:100%;max-width:1000px;margin-bottom:30px}.progress-bar{width:100%;height:10px;background-color:#3d3d3d;border-radius:12px;overflow:hidden;margin-bottom:8px}.progress-bar .progress{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);transition:width .5s ease-in-out}.progress-text{text-align:center;font-size:.9rem;color:#8a8a8a;font-weight:500}.questions-list{width:100%;max-width:1000px;display:flex;flex-direction:column;gap:16px}.question-row{display:flex;flex-direction:row;align-items:center;background:#2d2d2d;border-radius:12px;box-shadow:0 2px 6px #0000004d;border:1px solid #3d3d3d;padding:16px 20px;gap:20px;transition:box-shadow .2s ease}.question-row:hover{box-shadow:0 4px 12px #0006}.question-text-cell{flex:1;display:flex;align-items:flex-start;gap:8px;min-width:0;overflow:hidden}.question-text-cell .question-number{font-weight:700;color:#667eea;font-size:1rem;flex-shrink:0}.question-text-cell .question-content{font-size:1rem;color:#e5e5e5;line-height:1.5;word-break:break-word;overflow-wrap:break-word;white-space:normal}.answer-options-cell{display:flex;flex-direction:row;gap:8px;flex-shrink:0}.answer-options-cell .answer-option{-webkit-user-select:none;user-select:none;background-color:#2d2d2d;color:#e5e5e5;padding:8px 16px;font-size:.85rem;border:2px solid #667eea;border-radius:8px;cursor:pointer;transition:all .2s ease-in-out;font-weight:500;white-space:nowrap;-webkit-tap-highlight-color:transparent}.answer-options-cell .answer-option:hover{background-color:#667eea33;transform:translateY(-1px)}.answer-options-cell .answer-option.selected{background-color:#667eea;color:#fff;border-color:#667eea}.answer-options-cell .answer-option:focus{outline:none}.answer-options-cell .answer-option:focus:not(:focus-visible){outline:none}.navigation-buttons{display:flex;justify-content:center;gap:16px;margin-top:30px;width:100%;max-width:1000px}.nav-button{padding:12px 32px;font-size:1rem;font-weight:700;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease}.nav-button.prev-button{background-color:#2d2d2d;color:#e5e5e5;border:1px solid #3d3d3d}.nav-button.prev-button:hover{background-color:#3d3d3d}.nav-button.next-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.nav-button.next-button:hover:not(.disabled){transform:translateY(-2px);box-shadow:0 4px 15px #667eea66}.nav-button.next-button.disabled{background:#4a4a4a;cursor:not-allowed;opacity:.6}.page-indicator{margin-top:16px;font-size:.9rem;color:#8a8a8a;font-weight:500}@media (max-width: 768px){.test-container{padding:16px}.progress-section{margin-bottom:20px}.questions-list{gap:12px}.question-row{flex-direction:column;align-items:stretch;padding:14px 16px;gap:12px}.question-text-cell .question-number,.question-text-cell .question-content{font-size:.95rem}.answer-options-cell{flex-wrap:wrap;justify-content:flex-start;gap:6px}.answer-options-cell .answer-option{padding:8px 12px;font-size:.8rem;flex-shrink:0}.answer-options-cell .answer-option:hover{background-color:#2d2d2d;transform:none}.answer-options-cell .answer-option.selected{background-color:#667eea;color:#fff}.navigation-buttons{margin-top:24px;gap:12px}.nav-button{padding:10px 24px;font-size:.95rem}}@media (max-width: 480px){.test-container{padding:12px}.question-row{padding:12px 14px}.question-text-cell .question-content{font-size:.9rem}.answer-options-cell .answer-option{padding:6px 10px;font-size:.75rem}.nav-button{padding:10px 20px;font-size:.9rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.question-row{animation:fadeIn .3s ease-in-out}.result-page{display:flex;flex-direction:column;min-height:100vh;background-color:#1a1a1a}.result-container{flex:1;display:flex;flex-direction:column;align-items:center;padding:40px 20px;max-width:1000px;margin:0 auto}@media (max-width: 600px){.result-container{padding:20px 15px}}.result-container .title{font-size:2rem;margin-bottom:20px;color:#e5e5e5}@media (max-width: 600px){.result-container .title{font-size:1.5rem;margin-bottom:15px}}.result-container .result-box{background:#2d2d2d;padding:30px;border-radius:10px;box-shadow:0 4px 10px #0006;border:1px solid #3d3d3d;text-align:center;width:100%;max-width:600px;margin-bottom:30px}@media (max-width: 600px){.result-container .result-box{padding:20px 15px;margin-bottom:20px}}.result-container .result-box .result-type{font-size:1.8rem;margin-bottom:10px;color:#e5e5e5}@media (max-width: 600px){.result-container .result-box .result-type{font-size:1.4rem}}.result-container .result-box .result-description{font-size:1.1rem;margin-bottom:10px;color:#b0b0b0}@media (max-width: 600px){.result-container .result-box .result-description{font-size:1rem}}.result-container .result-box .result-details{font-size:1rem;color:#8a8a8a;line-height:1.4}@media (max-width: 600px){.result-container .result-box .result-details{font-size:.9rem}}.result-container .dimension-analysis-section{width:100%;max-width:800px;margin-bottom:30px}.result-container .dimension-analysis-section h3{font-size:1.5rem;margin-bottom:20px;text-align:center;color:#e5e5e5;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.result-container .dimension-analysis-section .dimension-item{background:#2d2d2d;padding:25px;border-radius:12px;margin-bottom:20px;box-shadow:0 4px 12px #0000004d;border:1px solid #3d3d3d;transition:transform .2s ease,box-shadow .2s ease}.result-container .dimension-analysis-section .dimension-item:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0006}.result-container .dimension-analysis-section .dimension-item:last-child{margin-bottom:0}.result-container .dimension-analysis-section .dimension-item .dimension-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;padding-bottom:12px;border-bottom:1px solid #3d3d3d}.result-container .dimension-analysis-section .dimension-item .dimension-header .dimension-title{font-size:1.2rem;font-weight:600;color:#e5e5e5}.result-container .dimension-analysis-section .dimension-item .dimension-header .dimension-type{font-size:1.1rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;padding:4px 12px;border-radius:20px;border:1px solid #667eea}.result-container .dimension-analysis-section .dimension-item .dimension-description{font-size:1rem;line-height:1.7;color:#b0b0b0;margin:0;text-align:justify}@media (max-width: 600px){.result-container .dimension-analysis-section h3{font-size:1.3rem;margin-bottom:15px}.result-container .dimension-analysis-section .dimension-item{padding:18px;margin-bottom:15px}.result-container .dimension-analysis-section .dimension-item .dimension-header{flex-direction:column;align-items:flex-start;gap:8px}.result-container .dimension-analysis-section .dimension-item .dimension-header .dimension-title{font-size:1.1rem}.result-container .dimension-analysis-section .dimension-item .dimension-header .dimension-type{font-size:1rem}.result-container .dimension-analysis-section .dimension-item .dimension-description{font-size:.95rem;line-height:1.6;text-align:left}}.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:#2d2d2d;padding:20px;border-radius:10px;box-shadow:0 4px 8px #0000004d;border:1px solid #3d3d3d}.result-container .strength-weakness-section>div h3{font-size:1.3rem;margin-bottom:10px;color:#e5e5e5}.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:#b0b0b0}.result-container .strength-weakness-section>div p{font-size:.95rem;color:#8a8a8a}.result-container .famous-people-section{width:100%;max-width:800px;background-color:#2d2d2d;padding:20px;border-radius:10px;margin-bottom:30px;box-shadow:0 2px 5px #0000004d;border:1px solid #3d3d3d}.result-container .famous-people-section h3{font-size:1.3rem;margin-bottom:10px;color:#e5e5e5}.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:#b0b0b0}.result-container .career-tips-section{width:100%;max-width:800px;background-color:#2d2d2d;padding:20px;border-radius:10px;margin-bottom:30px;box-shadow:0 2px 5px #0000004d;border:1px solid #3d3d3d}.result-container .career-tips-section h3{font-size:1.3rem;margin-bottom:10px;color:#e5e5e5}.result-container .career-tips-section p{font-size:1rem;line-height:1.5;color:#b0b0b0}.result-container .additional-info{width:100%;max-width:800px;background-color:#242424;padding:20px;border-radius:10px;margin-bottom:30px;box-shadow:0 2px 5px #0000004d;border:1px solid #3d3d3d}.result-container .additional-info h3{font-size:1.3rem;margin-bottom:10px;color:#e5e5e5}.result-container .additional-info p{font-size:1rem;line-height:1.5;color:#b0b0b0}.result-container .restart-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:15px 30px;font-size:1rem;border:none;border-radius:10px;cursor:pointer;transition:.3s;box-shadow:0 4px 15px #667eea66}.result-container .restart-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea80}.legal-container{min-height:100vh;display:flex;flex-direction:column;background-color:#121212;color:#e0e0e0}.legal-content{flex:1;max-width:800px;margin:0 auto;padding:40px 24px;line-height:1.8}@media (max-width: 768px){.legal-content{padding:24px 16px}}.legal-content h1{font-size:2.5rem;font-weight:700;margin-bottom:8px;color:#e0e0e0}@media (max-width: 768px){.legal-content h1{font-size:2rem}}.legal-content .last-updated{color:#a0a0a0;font-size:.9rem;margin-bottom:40px}.legal-content section{margin-bottom:32px}.legal-content section h2{font-size:1.5rem;font-weight:600;margin-bottom:16px;color:#e0e0e0;border-bottom:1px solid #3d3d3d;padding-bottom:8px}.legal-content section h3{font-size:1.2rem;font-weight:500;margin:20px 0 12px;color:#e0e0e0}.legal-content section p{margin-bottom:16px;color:#a0a0a0}.legal-content section ul{margin:12px 0 16px 24px;color:#a0a0a0}.legal-content section ul li{margin-bottom:8px}.legal-content section a{color:#667eea;text-decoration:none;transition:opacity .2s ease}.legal-content section a:hover{opacity:.8;text-decoration:underline}.legal-content .back-link{margin-top:48px;padding-top:24px;border-top:1px solid #3d3d3d}.legal-content .back-link a{display:inline-flex;align-items:center;color:#667eea;text-decoration:none;font-weight:500;transition:opacity .2s ease}.legal-content .back-link a:hover{opacity:.8}.legal-content .back-link a:before{content:"←";margin-right:8px}
