html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}.chat-header{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-bottom:1px solid #424242;display:flex;align-items:center;justify-content:space-between;padding:0 24px;height:64px;box-shadow:0 2px 8px #0000001a}.chat-header .ant-btn-text{color:#fff;font-weight:500}.chat-header .ant-btn-text:hover{background-color:#ffffff26;transform:translateY(-1px);transition:all .2s ease}.header-title-container{position:absolute;left:50%;transform:translate(-50%)}.header-title-container h2{color:#fff;margin:0;font-weight:600;text-shadow:0 1px 2px rgba(0,0,0,.1)}.ant-layout{background:linear-gradient(135deg,#f5f7fa 0%,#c3cfe2 100%);min-height:100vh}.chat-main-area{padding:24px;display:flex;flex-direction:column;gap:20px;background:transparent}.chat-messages-card{flex:1;border:none;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;background:rgba(255,255,255,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 32px #0000001a;border:1px solid rgba(255,255,255,.2)}.messages-container{flex:1;overflow-y:auto;width:100%;padding:20px}.transcript-card{background:rgba(255,255,255,.8);border:1px solid rgba(255,255,255,.3);border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 16px #0000000d}.control-panel{background:rgba(255,255,255,.95)!important;padding:20px;height:calc(100vh - 64px);overflow-y:auto;border-left:1px solid rgba(255,255,255,.3);display:flex;flex-direction:column;gap:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.control-section{border-radius:12px!important;border:1px solid rgba(255,255,255,.3)!important;box-shadow:0 4px 16px #0000000d;background:rgba(255,255,255,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.control-section:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001a}.control-section .ant-card-head{padding:16px 20px;font-size:14px;font-weight:600;border-bottom:1px solid rgba(255,255,255,.3);background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border-radius:12px 12px 0 0}.control-section .ant-card-body{padding:20px}.agent-info-card .ant-card-body{padding:16px 20px!important}.agent-info{display:flex;align-items:center;gap:16px}.agent-avatar{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);box-shadow:0 4px 12px #667eea4d}.agent-details{display:flex;flex-direction:column;gap:4px}.status-dot{display:inline-block;width:10px;height:10px;border-radius:50%;background-color:#bfbfbf;margin-right:8px;vertical-align:middle;box-shadow:0 2px 4px #0000001a}.status-dot.connected{background:linear-gradient(135deg,#10b981 0%,#059669 100%);animation:connected-pulse 2s infinite}@keyframes connected-pulse{0%{box-shadow:0 0 #10b98166}70%{box-shadow:0 0 0 12px #10b98100}to{box-shadow:0 0 #10b98100}}.push-to-talk-area{text-align:center;padding:24px 0}.push-to-talk-button{width:80px;height:80px;font-size:24px;transition:all .3s ease;border:none;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);box-shadow:0 8px 24px #667eea4d;border-radius:50%;color:#fff}.push-to-talk-button:hover:not(:disabled){transform:scale(1.1);box-shadow:0 12px 32px #667eea66}.push-to-talk-button:disabled{opacity:.6;cursor:not-allowed;transform:scale(.95)}.push-to-talk-button.recording{animation:recording-pulse 1.5s infinite;box-shadow:0 0 30px #667eea99;transform:scale(1.1)}@keyframes recording-pulse{0%{box-shadow:0 0 30px #667eea99}50%{box-shadow:0 0 40px #667eeacc}to{box-shadow:0 0 30px #667eea99}}.recording-status{margin-top:16px}.recording-progress-bar{width:100%;height:6px;background-color:#ffffff4d;border-radius:3px;margin-top:12px;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.recording-progress-fill{width:0;height:100%;background:linear-gradient(90deg,#667eea 0%,#764ba2 100%);transition:width .1s linear;border-radius:3px}.cancel-recording-text{display:block;margin-top:12px;font-size:13px;color:#666;font-weight:500}.interviewer-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;position:relative;padding:40px 20px;gap:20px}.interviewer-photo-wrapper{position:relative;display:flex;justify-content:center;align-items:center}.interviewer-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px}.loading-text{font-size:14px;color:#666;font-weight:500;animation:loading-pulse 1.5s ease-in-out infinite}@keyframes loading-pulse{0%,to{opacity:.6}50%{opacity:1}}.interviewer-photo{width:220px;height:220px;border-radius:50%;object-fit:cover;border:6px solid rgba(255,255,255,.9);box-shadow:0 16px 48px #00000026;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.interviewer-avatar-fallback{display:flex;align-items:center;justify-content:center;width:220px;height:220px;border-radius:50%;background:linear-gradient(135deg,#e6f7ff 0%,#bae7ff 100%);border:6px solid rgba(255,255,255,.9);box-shadow:0 16px 48px #00000026;font-size:48px;color:#667eea;transition:opacity .3s ease}.interviewer-container.speaking .interviewer-photo-wrapper:before{content:"";position:absolute;top:-15px;left:-15px;right:-15px;bottom:-15px;border-radius:50%;border:3px solid rgba(102,126,234,.4);animation:speaking-ring 2s infinite}@keyframes speaking-ring{0%{transform:scale(1);opacity:.6}to{transform:scale(1.4);opacity:0}}.speaking-waves{position:absolute;top:50%;left:50%;width:320px;height:320px;transform:translate(-50%,-50%);pointer-events:none}.wave{position:absolute;border-radius:50%;border:3px solid rgba(102,126,234,.15);animation:wave-animation 2.5s infinite}.wave1{top:0;left:0;right:0;bottom:0;animation-delay:0s}.wave2{top:15px;left:15px;right:15px;bottom:15px;animation-delay:.6s}.wave3{top:30px;left:30px;right:30px;bottom:30px;animation-delay:1.2s}.wave4{top:45px;left:45px;right:45px;bottom:45px;animation-delay:1.8s}@keyframes wave-animation{0%{transform:scale(.8);opacity:1}to{transform:scale(1.3);opacity:0}}.interview-status-message{background:rgba(255,255,255,.9);padding:20px 32px;border-radius:16px;box-shadow:0 4px 16px #0000000d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);transition:all .3s ease;max-width:400px;margin:0 auto;height:120px;display:flex;align-items:center;justify-content:center}.status-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;width:100%;text-align:center}.status-indicator{width:8px;height:8px;border-radius:50%;animation:status-pulse 2s infinite;flex-shrink:0;margin:0 auto}.status-indicator.speaking{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);box-shadow:0 0 8px #667eea66}.status-indicator.listening{background:linear-gradient(135deg,#10b981 0%,#059669 100%);box-shadow:0 0 8px #10b98166}.status-indicator.waiting{background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);box-shadow:0 0 8px #f59e0b66}@keyframes status-pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.mute-notification{background:rgba(255,193,7,.1);padding:8px 16px;border-radius:12px;border:1px solid rgba(255,193,7,.3);margin-top:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);max-width:400px;margin-left:auto;margin-right:auto}.control-section .ant-btn{border-radius:8px;font-weight:500;transition:all .3s ease;border:none}.control-section .ant-btn-primary{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);box-shadow:0 4px 12px #667eea4d}.control-section .ant-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea66}.control-section .ant-btn:not(.ant-btn-primary){background:rgba(255,255,255,.8);border:1px solid rgba(102,126,234,.2);color:#667eea}.control-section .ant-btn:not(.ant-btn-primary):hover{background:rgba(102,126,234,.1);transform:translateY(-1px)}@media screen and (max-width: 768px){.control-panel{display:none}.header-title-container{position:static;transform:none}.interviewer-photo{width:180px;height:180px}.interviewer-avatar-fallback{width:180px;height:180px;font-size:40px}}.user-page-layout{min-height:100vh;display:flex;flex-direction:column}.app-header{background:#fff;padding:0 50px;border-bottom:1px solid #f0f0f0;position:sticky;top:0;z-index:10;transition:box-shadow .3s}.header-content{display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;height:64px}.app-title{margin:0!important;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700!important}.app-nav{display:flex;align-items:center;gap:16px}.app-nav .ant-btn-link{font-size:16px;font-weight:500;color:#333}.app-nav .ant-btn-link:hover{color:#1890ff}.app-main{flex:1;background-color:#f4f7f9}.app-footer{background:#f8fafc;border-top:1px solid #e2e8f0;padding:40px 0;margin-top:auto}.footer-content{max-width:1400px;margin:0 auto;padding:0 32px;text-align:center}.contact-info{margin-top:16px;padding-top:16px}.contact-info a{color:#1890ff;text-decoration:none;font-weight:500;transition:color .3s ease}.contact-info a:hover{color:#40a9ff;text-decoration:underline}body{background:linear-gradient(135deg,#f5f7fa 0%,#c3cfe2 100%);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;line-height:1.6}.hero-section{background:#f8fafc;color:#1e293b;padding:80px 20px;text-align:center;position:relative;overflow:hidden}.hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,transparent 30%,rgba(59,130,246,.02) 50%,transparent 70%),radial-gradient(circle at 30% 20%,rgba(59,130,246,.08) 0%,transparent 60%),radial-gradient(circle at 70% 80%,rgba(99,102,241,.06) 0%,transparent 60%)}.hero-content{max-width:800px;margin:0 auto;padding:0 32px;position:relative;z-index:2}.hero-title{font-size:3.2rem!important;font-weight:700!important;margin-bottom:24px!important;letter-spacing:-.5px;line-height:1.2!important;background:linear-gradient(135deg,#1e293b 0%,#3b82f6 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:none}.hero-subtitle{font-size:1.25rem;margin-bottom:40px;opacity:.8;max-width:600px;margin-left:auto;margin-right:auto;font-weight:400;line-height:1.6;color:#64748b}.hero-benefits{display:flex;justify-content:center;gap:48px;margin:48px 0;flex-wrap:wrap}.benefit-item{display:flex;align-items:center;gap:12px;max-width:280px;text-align:left}.benefit-icon{font-size:1.5rem;color:#3b82f6;background:rgba(59,130,246,.1);padding:12px;border-radius:50%;border:2px solid rgba(59,130,246,.2);flex-shrink:0}.benefit-item span{font-size:.95rem;font-weight:500;line-height:1.5;color:#334155}.benefit-content{flex:1}.benefit-title{font-size:1rem;font-weight:600;color:#1e293b;margin-bottom:6px;line-height:1.3}.benefit-description{font-size:.9rem;font-weight:400;color:#64748b;line-height:1.5}.hero-cta{margin-top:48px}.hero-cta .ant-btn{height:54px;padding:0 36px;font-size:1.1rem;font-weight:600;border-radius:8px;background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);color:#fff;border:none;box-shadow:0 4px 20px #3b82f64d;transition:all .2s ease;display:inline-flex;align-items:center;gap:8px}.hero-cta .ant-btn:hover{transform:translateY(-2px);box-shadow:0 8px 30px #3b82f666;background:linear-gradient(135deg,#2563eb 0%,#1e40af 100%);color:#fff}.hero-cta .ant-btn:focus{background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);color:#fff}.how-it-works-section{background:#f8fafc;padding:64px 0 48px;text-align:center}.how-it-works-section .section-title,.how-it-works-section .section-subtitle{text-align:center}.how-it-works-cards{display:flex;justify-content:center;gap:32px;margin-top:40px;flex-wrap:wrap}.how-card{background:#fff;border-radius:18px;box-shadow:0 2px 16px #3b82f612;padding:32px 28px;width:260px;min-height:240px;display:flex;flex-direction:column;align-items:center;position:relative;transition:box-shadow .2s;text-align:center}.how-card:hover{box-shadow:0 8px 32px #3b82f621}.how-step{background:#e0e7ff;color:#3b82f6;font-weight:700;font-size:1.2rem;border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;margin:0 auto 18px;box-shadow:0 2px 8px #3b82f614}.how-card-content{display:flex;flex-direction:column;align-items:center;flex:1}.how-title{font-size:1.15rem;font-weight:700;margin-bottom:10px;color:#1e293b;text-align:center}.how-desc{font-size:1rem;color:#64748b;margin-bottom:18px;text-align:center}.how-arrow{color:#3b82f6;font-size:1.2rem;position:absolute;right:18px;bottom:18px}.section-title{font-size:2.2rem;font-weight:700;color:#1e293b;margin-bottom:12px}.section-subtitle{font-size:1.1rem;color:#64748b;margin-bottom:0}.success-stories-section{background:#f1f5f9;padding:64px 0 48px;text-align:center}.stories-cards{display:flex;justify-content:center;gap:32px;margin-top:40px;flex-wrap:wrap}.story-card{background:#fff;border-radius:18px;box-shadow:0 2px 16px #3b82f612;padding:32px 28px;width:320px;min-height:180px;display:flex;flex-direction:column;align-items:flex-start;position:relative;font-size:1.05rem;margin-bottom:12px}.story-quote{color:#334155;font-style:italic;margin-bottom:18px;font-size:1.08rem}.story-user{color:#64748b;font-size:.98rem;font-weight:500}.faq-section{background:#f8fafc;padding:64px 0 48px;text-align:center}.faq-list{max-width:700px;margin:40px auto 0;text-align:left}.faq-item{background:#fff;border-radius:14px;box-shadow:0 2px 12px #3b82f60f;margin-bottom:18px;padding:0 24px;transition:box-shadow .2s}.faq-item[open]{box-shadow:0 8px 32px #3b82f621}.faq-item summary{font-size:1.08rem;font-weight:600;color:#1e293b;cursor:pointer;padding:22px 0;outline:none;list-style:none}.faq-answer{color:#64748b;font-size:1rem;padding-bottom:18px;padding-right:12px}@media (max-width: 768px){.hero-section{padding:70px 0 50px}.hero-title{font-size:2.4rem!important;margin-bottom:20px!important}.hero-subtitle{font-size:1.1rem;margin-bottom:32px}.hero-benefits{flex-direction:column;gap:24px;margin:40px 0;align-items:center}.benefit-item{max-width:320px}.benefit-icon{font-size:1.3rem;padding:10px}.benefit-title{font-size:.95rem}.benefit-description{font-size:.85rem}.hero-cta .ant-btn{height:48px;padding:0 28px;font-size:1rem}}@media (max-width: 480px){.hero-title{font-size:2rem!important}.hero-subtitle{font-size:1rem}.hero-benefits{gap:24px}.benefit-item{max-width:280px}.hero-content{padding:0 20px}}@media (max-width: 900px){.how-it-works-cards,.stories-cards{flex-direction:column;align-items:center;gap:24px}.how-card,.story-card{width:90%;min-width:0}}@media (max-width: 600px){.how-it-works-section,.success-stories-section,.faq-section{padding:36px 0 24px}.section-title{font-size:1.4rem}.how-card,.story-card{padding:20px 12px}.faq-list{padding:0 8px}}.how-it-works-section.simple{background:linear-gradient(120deg,#f1f5f9 0%,#e2e8f0 100%);padding:72px 0 56px;text-align:center}.how-it-works-section.simple .section-title{font-size:2.4rem;font-weight:800;color:#1e293b;margin-bottom:12px}.how-it-works-section.simple .section-subtitle{font-size:1.18rem;color:#64748b;margin-bottom:48px}.how-it-works-steps{display:flex;justify-content:center;align-items:flex-start;gap:64px;margin-bottom:48px;flex-wrap:wrap}.how-step-block{display:flex;flex-direction:column;align-items:center;width:320px;min-width:220px}.how-step-circle{width:70px;height:70px;background:#e5eaf3;color:#475569;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;margin-bottom:28px}.how-step-title{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:16px;text-align:center}.how-step-desc{font-size:1.08rem;color:#64748b;text-align:center;line-height:1.6}.how-start-btn-wrap{margin-top:24px;display:flex;justify-content:center}.how-start-btn{background:#334155;border:none;font-size:1.18rem;font-weight:600;padding:0 48px;height:56px;border-radius:10px;box-shadow:0 2px 12px #33415514}.how-start-btn:hover,.how-start-btn:focus{background:#1e293b;color:#fff}@media (max-width: 900px){.how-it-works-steps{flex-direction:column;gap:32px;align-items:center}.how-step-block{width:90%;min-width:0}}@media (max-width: 600px){.how-it-works-section.simple{padding:36px 0 24px}.how-it-works-section.simple .section-title{font-size:1.4rem}.how-step-circle{width:48px;height:48px;font-size:1.2rem}.how-step-title{font-size:1.05rem}.how-step-desc{font-size:.98rem}.how-start-btn{font-size:1rem;padding:0 18px;height:44px}}.success-stories-section.v2{background:#fff;padding:72px 0 56px;text-align:center}.success-stories-section.v2 .section-title{font-size:2.4rem;font-weight:800;color:#1e293b;margin-bottom:12px}.success-stories-section.v2 .section-subtitle{font-size:1.18rem;color:#64748b;margin-bottom:48px}.stories-cards.v2{display:flex;justify-content:center;align-items:stretch;gap:32px;margin-top:0;flex-wrap:wrap}.story-card.v2{background:#fff;border-radius:18px;box-shadow:0 2px 16px #3b82f612;padding:36px 24px;width:390px;min-width:240px;display:flex;flex-direction:column;align-items:flex-start;position:relative;font-size:1.08rem;margin-bottom:12px;border:2px solid #f3f4f6;box-sizing:border-box}.story-quote-mark.v2{position:absolute;top:28px;left:32px;font-size:2.1rem;color:#c7d2fe;font-family:serif;line-height:1;z-index:1;margin:0}.story-quote-content{width:100%;padding-top:18px;flex:1 0 auto;display:flex;align-items:center;justify-content:center}.story-quote.v2{color:#334155;font-size:1.13rem;font-style:normal;margin-bottom:0;line-height:1.7;text-align:center;width:100%}.story-user-row{display:flex;align-items:center;margin-top:32px;width:100%}.story-avatar{width:44px;height:44px;border-radius:50%;background:#2563eb;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.15rem;margin-right:16px;flex-shrink:0}.story-user-info{display:flex;flex-direction:column;align-items:flex-start;min-width:0}.story-user-name{font-weight:700;color:#1e293b;font-size:1.08rem;margin-bottom:2px}.story-user-desc{color:#64748b;font-size:.92rem;white-space:pre-line}@media (max-width: 1100px){.stories-cards.v2{flex-direction:column;align-items:stretch;gap:24px}.story-card.v2{width:90%;min-width:0;height:auto}}@media (max-width: 600px){.success-stories-section.v2{padding:36px 0 24px}.success-stories-section.v2 .section-title{font-size:1.4rem}.story-card.v2{padding:20px 10px}.story-avatar{width:32px;height:32px;font-size:.98rem;margin-right:10px}.story-quote-mark.v2{top:12px;left:10px;font-size:1.3rem}.story-user-row{margin-top:auto}}.cta-section{background:linear-gradient(120deg,#23374d 0%,#35506b 100%);color:#fff;padding:80px 0 64px;text-align:center}.cta-section.light{background:linear-gradient(120deg,#e2e8f0 0%,#f1f5f9 100%);color:#1e293b}.cta-content{max-width:600px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.cta-title{color:#1e293b;font-weight:800;font-size:2.1rem;margin-bottom:18px;letter-spacing:-.5px}.cta-subtitle{color:#64748b;font-size:1.13rem;margin-bottom:38px;font-weight:400}.cta-btn{background:#fff!important;color:#1e293b!important;font-size:1.18rem;font-weight:700;border-radius:10px;padding:0 38px;height:56px;box-shadow:0 2px 12px #33415514;border:none}.cta-btn:hover,.cta-btn:focus{background:#f1f5f9!important;color:#1e293b!important}.cta-btn.main-blue{background:linear-gradient(90deg,#3b82f6 0%,#2563eb 100%)!important;color:#fff!important;font-weight:700;font-size:1.15rem;border:none;border-radius:10px;box-shadow:0 2px 12px #3b82f61a;transition:background .2s,color .2s}.cta-btn.main-blue:hover,.cta-btn.main-blue:focus{background:linear-gradient(90deg,#2563eb 0%,#1e40af 100%)!important;color:#fff!important}.footer-link-group a,.footer-link-contact,.footer-link-disabled{background:none!important;color:#64748b!important;font-weight:500;font-size:1rem;border:none;border-radius:0;box-shadow:none;padding:0;margin-bottom:7px;display:block;transition:color .15s;text-decoration:none;cursor:pointer}.footer-link-group a:hover,.footer-link-contact:hover{text-decoration:underline;color:#64748b!important;background:none!important}.footer-section{background:#fff;border-top:1px solid #d1d5db;padding-top:36px;margin-top:0;font-size:1rem}.footer-main{display:flex;justify-content:space-between;align-items:flex-start;max-width:1200px;margin:0 auto;padding:0 32px 24px;flex-wrap:wrap;gap:32px}.footer-brand{min-width:220px;max-width:320px}.footer-logo-row{display:flex;align-items:center;font-size:1.2rem;font-weight:700;margin-bottom:10px}.footer-logo-icon{font-size:1.5rem;margin-right:8px}.footer-logo-text{color:#1e293b;font-weight:700;font-size:1.15rem}.footer-logo-gradient{font-size:1.4rem;font-weight:900;background:linear-gradient(90deg,#a78bfa 0%,#6366f1 50%,#3b82f6 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-transform:uppercase;letter-spacing:1.5px;display:inline-block}.footer-desc{color:#64748b;font-size:1rem;margin-bottom:0}.footer-links{display:flex;gap:48px;flex-wrap:wrap}.footer-link-group{display:flex;flex-direction:column;min-width:140px;margin-bottom:12px}.footer-link-title{font-weight:700;color:#1e293b;margin-bottom:10px;font-size:1.05rem}.footer-link-group a:hover,.footer-link-contact:hover{color:#2563eb!important;text-decoration:underline;background:none!important}.footer-link-disabled{color:#334155;opacity:1;pointer-events:none;cursor:default;text-decoration:none;margin-bottom:7px;font-size:1rem;display:block}.footer-link-contact{color:#3b82f6;cursor:pointer;text-decoration:none;margin-bottom:7px;font-size:1rem;display:block;transition:color .15s}.footer-link-contact:hover{color:#2563eb}.footer-social-icon{font-size:1.25rem;margin-right:10px;color:#334155;display:inline-block;vertical-align:middle}.footer-social-icon:last-child{margin-right:0}.footer-bottom{border-top:1px solid #e5e7eb;margin-top:18px;padding:18px 32px 10px;display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin-left:auto;margin-right:auto;flex-wrap:wrap;font-size:.98rem;color:#64748b}.footer-policy-links{display:flex;flex-direction:row;gap:18px;align-items:center}.footer-policy-links a,.footer-policy-links span{color:#64748b;text-decoration:none;font-size:.98rem;margin:0;padding:0}.footer-policy-links a:hover{color:#2563eb}@media (max-width: 900px){.footer-main{flex-direction:column;align-items:flex-start;gap:18px;padding:0 16px 18px}.footer-bottom{flex-direction:column;align-items:flex-start;gap:8px;padding:12px 16px 8px}.footer-links{gap:24px}}@media (max-width: 600px){.cta-section{padding:40px 0 28px}.cta-title{font-size:1.2rem}.cta-btn{font-size:1rem;padding:0 18px;height:44px}.footer-main{padding:0 8px 12px}.footer-bottom{padding:8px 8px 6px}}.how-it-works-section.simple,.cta-section.light,.success-stories-section.v2,.faq-section{background:#f8fafc}.hero-section,.success-stories-section.v2,.cta-section.light{background:linear-gradient(120deg,#f8fafc 0%,#f1f5f9 50%,#e2e8f0 100%)}.how-it-works-section.simple,.faq-section{background:#fff}.footer-section{background:#fff;border-top:1px solid #d1d5db}.section-title,.cta-title,.footer-link-title,.footer-logo-gradient{color:#1e293b;font-weight:800}.section-subtitle,.cta-subtitle,.footer-desc,.footer-policy-links,.footer-link-group a,.footer-link-disabled{color:#64748b}.story-quote.v2,.faq-answer,.story-user-name{color:#334155}.benefit-icon,.how-step-circle,.footer-social-icon,.story-avatar,.story-quote-mark.v2{color:#3b82f6!important;background:rgba(59,130,246,.08)!important}.case-interview-guide{--fg: #0f172a;--fg-muted: #334155;--fg-soft: #475569;--border: #e5e7eb;--card: #ffffff;--accent: #3b82f6;--accent-200: #bfdbfe;--accent-50: #eff6ff;--success-50: #ecfdf5;--success-200: #a7f3d0;--warning-50: #fffbeb;--warning-200: #fde68a;--info-50: #f0f9ff;--info-200: #bae6fd;max-width:1080px;margin:40px auto;padding:0 24px 48px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.7;color:var(--fg)}.case-interview-guide .hero{background:transparent;border:none;border-radius:0;padding:28px 0 16px;color:var(--fg);text-align:left;box-shadow:none;border-bottom:1px solid var(--border)}.case-interview-guide:before{content:"";position:absolute;left:50%;transform:translate(-50%);top:0;width:80vw;max-width:1200px;height:200px;background:radial-gradient(60% 60% at 50% 30%,rgba(59,130,246,.1) 0%,rgba(59,130,246,0) 70%);pointer-events:none}.case-interview-guide .hero .hero-content{max-width:760px;margin:0 auto}.case-interview-guide .hero .hero-content h1{font-size:2.1em;margin:0;font-weight:800;letter-spacing:-.02em}.case-interview-guide .hero .subtitle{font-size:1rem;color:var(--fg-soft);margin-top:6px}.case-interview-guide .hero .tagline{display:none}.case-interview-guide h1{color:inherit}.case-interview-guide .subtitle{font-style:italic}.case-interview-guide .toc{display:none}.case-interview-guide .toc a{background:var(--card);color:var(--fg-muted);text-decoration:none;padding:8px 12px;border-radius:999px;border:1px solid var(--border);box-shadow:0 4px 12px #0f172a0f;transition:all .2s ease}.case-interview-guide .toc a:hover{transform:translateY(-1px);box-shadow:0 8px 18px #0f172a14;border-color:var(--accent-200);color:var(--fg)}.case-interview-guide .section{margin-top:28px;padding:0;scroll-margin-top:80px}.case-interview-guide .guide-layout{display:block;margin-top:16px}.case-interview-guide .sidebar{display:none}.case-interview-guide .content{min-width:0;max-width:760px;margin:0 auto}.case-interview-guide .overview{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:18px 0 6px}.case-interview-guide .overview-card{display:flex;flex-direction:column;gap:6px;border:1px solid var(--border);border-radius:12px;padding:14px;background:#fff;box-shadow:0 4px 14px #0206170a}.case-interview-guide .overview-card .ov-icon{color:var(--accent);opacity:.9}.case-interview-guide .overview-card .ov-title{font-weight:700;color:var(--fg)}.case-interview-guide .overview-card .ov-desc{color:var(--fg-soft);font-size:.95em}@media (max-width: 960px){.case-interview-guide .overview{grid-template-columns:1fr 1fr}}.case-interview-guide .pull-quote{margin:14px 0 4px;padding-left:14px;border-left:3px solid var(--accent);color:var(--fg-muted);font-style:italic}.case-interview-guide .cta{margin-top:18px;padding:14px 16px;border:1px dashed var(--border);border-radius:12px;background:#fafafa}.case-interview-guide .cta .cta-title{font-weight:700;margin-bottom:4px}.case-interview-guide .cta .cta-desc{color:var(--fg-soft)}.case-interview-guide .cta .cta-actions{margin-top:10px}.case-interview-guide .cta .cta-button{display:inline-block;background:var(--accent);color:#fff;padding:8px 14px;border-radius:10px;text-decoration:none;box-shadow:0 6px 16px #3b82f640;transition:transform .15s ease,box-shadow .15s ease}.case-interview-guide .cta .cta-button:hover{transform:translateY(-1px);box-shadow:0 10px 22px #3b82f652}.case-interview-guide h2{font-size:1.6em;color:var(--fg);margin:6px 0 12px;position:relative}.case-interview-guide h2:after{content:"";position:absolute;left:0;bottom:-6px;height:3px;width:56px;border-radius:3px;background:linear-gradient(90deg,var(--accent) 0%,rgba(59,130,246,.15) 100%)}.case-interview-guide h4{font-size:1.05em;color:var(--fg-muted);margin-top:14px;margin-bottom:8px;letter-spacing:.2px}.case-interview-guide p{margin-bottom:12px;color:var(--fg-soft)}.case-interview-guide .lead{font-size:1.05em;color:var(--fg-muted)}.case-interview-guide ul,.case-interview-guide ol{padding-left:22px;margin-bottom:12px}.case-interview-guide li{margin-bottom:8px}.case-interview-guide ul ul{margin-top:10px}.case-interview-guide strong{color:#111827}.case-interview-guide em{color:#475569;font-style:italic}.case-interview-guide hr{border:none;height:1px;background-color:#eef2f5;margin:28px 0}.case-interview-guide .page-footer{text-align:center;margin-top:40px;font-size:.9em;color:#777}.case-interview-guide .page-footer ol{display:inline-block;text-align:left;margin-top:10px}.case-interview-guide .bullet-list{list-style:none;padding-left:0}.case-interview-guide .bullet-list li{position:relative;padding-left:20px}.case-interview-guide .bullet-list li:before{content:"•";position:absolute;left:0;top:.05em;color:var(--accent);font-weight:700;font-size:1.1em}.case-interview-guide .check-list{list-style:none;padding-left:0}.case-interview-guide .check-list li{position:relative;padding-left:26px}.case-interview-guide .check-list li:before{content:"✓";position:absolute;left:0;top:.05em;color:#16a34a;font-weight:700}.case-interview-guide .x-list{list-style:none;padding-left:0}.case-interview-guide .x-list li{position:relative;padding-left:26px}.case-interview-guide .x-list li:before{content:"✕";position:absolute;left:0;top:.05em;color:#e11d48;font-weight:700}.case-interview-guide .callout{border-radius:6px;padding:10px 14px;margin:14px 0 2px;border-left:4px solid transparent;background:transparent}.case-interview-guide .callout.info{border-left-color:var(--accent);color:var(--fg-muted)}.case-interview-guide .callout.tip{border-left-color:#16a34a;color:#14532d}.case-interview-guide .callout.note{border-left-color:#d97706;color:#7c2d12}.case-interview-guide .callout.success{border-left-color:#10b981;color:#065f46}.case-interview-guide .step{margin:12px 0}.case-interview-guide .step-header{display:flex;align-items:center;gap:10px}.case-interview-guide .step-num{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#e0e7ff;color:#3730a3;font-weight:700}@media (min-width: 960px){.case-interview-guide .hero .hero-content h1{font-size:2.4em}}.why-mock-case-ai-page{max-width:900px;margin:40px auto;padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:#333}.page-header-section{text-align:center;margin-bottom:50px}.page-header-section h1{font-size:3em;font-weight:700;color:#1a2c4e}.page-header-section .subtitle{font-size:1.4em;color:#6a788e;margin-top:10px}.intro-section{background:#fff;padding:40px;border-radius:12px;margin-bottom:50px;box-shadow:0 8px 16px #0000000d;text-align:center;line-height:1.7}.intro-section p{line-height:1.7;font-size:1.1rem}.intro-section .emphasis{font-size:1.2em;font-weight:700;color:#1a2c4e;margin-top:20px}.how-it-works-section h2{text-align:center;font-size:2.2em;margin-bottom:40px;color:#1a2c4e}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}.feature-item{background:#fff;padding:30px;border-radius:12px;box-shadow:0 8px 16px #0000000d;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.feature-item:hover{transform:translateY(-5px);box-shadow:0 12px 24px #0000001a}.feature-item p{font-size:1rem;line-height:1.6}.feature-icon{font-size:2.5em;color:#1890ff;margin-bottom:20px}.feature-item h3{font-size:1.5em;color:#34495e;margin-bottom:15px}.closing-section{text-align:center;margin-top:60px;line-height:1.7}.closing-section p{font-size:1.1rem}.final-cta{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;padding:50px 30px;border-radius:16px;margin-top:30px;box-shadow:0 10px 20px #0000001a}.final-cta h2{font-size:2em;margin-bottom:30px;color:#fff}.cta-icon{font-size:3em;margin-bottom:20px}.final-cta .ant-btn-primary{background-color:#fff;color:#667eea;border:none;font-weight:700}.content-section h3,.content-section .section-header h3,.section-header h3,.section-header .ant-typography,.section-header .ant-typography-h3,.content-section .ant-typography,.content-section .ant-typography-h3{font-size:1.6rem!important;font-weight:700!important;color:#1a202c!important;margin-bottom:16px!important}.section-header .ant-typography.ant-typography-h3{font-size:1.6rem!important}.content-section{max-width:1400px;margin:60px auto 0;padding:0 32px 80px}.section-header{text-align:center;margin-bottom:48px}.section-header h3,.section-header .ant-typography,.section-header .ant-typography-h3{font-size:1.6rem!important;font-weight:700!important;color:#1a202c!important;margin-bottom:16px!important;line-height:1.3!important}.cases-grid{margin-top:40px}.case-card-link{display:block;text-decoration:none}.case-card.ant-card{height:460px;border-radius:16px;border:1px solid #e2e8f0;box-shadow:0 4px 20px #00000014;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.case-card.ant-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #00000026;border-color:#667eea}.case-card .ant-card-body{padding:0;height:100%;display:flex;flex-direction:column}.card-header{padding:24px 24px 0;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.case-number{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:8px 16px;border-radius:20px;font-weight:600;font-size:.9rem}.case-meta{display:flex;align-items:center;gap:8px}.duration-tag.ant-tag{background:#e8f4fd!important;color:#1677ff!important;border:1px solid #91caff!important;border-radius:12px!important;font-weight:500!important}.card-content{padding:20px 24px 0;flex:1;display:flex;flex-direction:column;min-height:0}.case-card .case-title,.case-card .ant-typography.case-title,.case-card h4.case-title{font-size:1.2rem!important;font-weight:600!important;color:#1a202c!important;margin-bottom:16px!important;line-height:1.3!important;height:3.2em;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.case-description{color:#718096;font-size:.92rem;margin-bottom:28px;line-height:1.35;height:4.5em;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;flex-shrink:0}.case-card .case-description{color:#4a5568;font-size:.92rem;line-height:1.6;margin-bottom:28px;height:4.8em;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.case-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:0;min-height:64px;align-content:flex-start;flex-shrink:0}.case-tag.ant-tag{background:#f7fafc;border:1px solid #e2e8f0;color:#4a5568;border-radius:8px;font-size:.8rem;padding:4px 10px;height:28px;line-height:1.2}.case-tag-more.ant-tag{background:#667eea;color:#fff;border:none}.card-footer{padding:20px 24px 24px;border-top:1px solid #f7fafc;display:flex;justify-content:flex-end;align-items:center;flex-shrink:0;margin-top:auto}.card-footer .ant-btn{color:#667eea;font-weight:500;border:none;padding:8px 16px;height:auto}.card-footer .ant-btn:hover{background:#f7fafc;color:#5a67d8}.coming-soon-card.ant-card{height:460px;border:2px dashed #cbd5e1;background:#f8fafc}.coming-soon-card.ant-card:hover{transform:none;border-color:#94a3b8;box-shadow:0 4px 20px #00000014}.coming-soon-content{padding:40px 24px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}.coming-soon-icon{font-size:3rem;color:#94a3b8;margin-bottom:20px}.coming-soon-title{color:#64748b!important;margin-bottom:16px!important;font-size:1.1rem!important;font-weight:700!important;line-height:1.3!important}.coming-soon-description{color:#94a3b8;margin-bottom:24px;max-width:200px;font-size:.95rem!important;line-height:1.5!important;font-weight:400!important}.coming-soon-content .ant-btn{color:#94a3b8;border-color:#cbd5e1}@media (max-width: 768px){.case-card.ant-card,.coming-soon-card.ant-card{height:400px}.card-header{flex-direction:column;align-items:flex-start;gap:12px;padding:20px 20px 0}.case-meta{align-self:flex-end}.card-content{padding:16px 20px 0}.case-card .case-title,.case-card .ant-typography.case-title,.case-card h4.case-title{font-size:1.1rem!important;height:2.8em}.case-description{font-size:.9rem;height:4em}.card-footer{padding:16px 20px 20px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.case-card{animation:fadeInUp .6s ease-out forwards}.case-card:nth-child(2){animation-delay:.1s}.case-card:nth-child(3){animation-delay:.2s}.case-card:nth-child(4){animation-delay:.3s}.content-section .section-header .ant-typography.ant-typography-h3,.content-section .section-header h3.ant-typography,.section-header .ant-typography.ant-typography-h3,.section-header h3.ant-typography{font-size:1.6rem!important;font-weight:700!important;color:#1a202c!important;line-height:1.3!important;margin-bottom:16px!important}.explore-title{font-size:3rem!important;font-weight:700!important;color:#1e293b!important;text-align:center!important;margin:48px 0 16px!important;line-height:1.1!important;letter-spacing:-1px}.explore-subtitle{font-size:1.25rem!important;color:#888!important;text-align:center!important;margin-bottom:32px!important}.case-detail-container{max-width:1400px;margin:0 auto;padding:12px 48px 32px}.back-link{margin-top:32px;margin-bottom:24px;font-size:1rem}.back-button{color:#64748b;text-decoration:none;font-weight:500;display:inline-flex;align-items:center;gap:8px;transition:color .2s ease}.back-button:hover{color:#3b82f6}.case-detail-content{margin-top:0}.case-not-found{text-align:center;padding:80px 20px}.case-info-section{display:flex;flex-direction:column;height:100%;padding-right:8px}.case-badges{display:flex;align-items:center;gap:16px;margin-bottom:24px}.difficulty-tag.ant-tag{font-size:.9rem;font-weight:600;padding:6px 12px;border-radius:16px;color:#fff;border:none}.rating-info{display:flex;align-items:center}.case-detail-container .case-title{font-size:2rem!important;font-weight:700!important;color:#1a202c!important;margin-bottom:12px!important;line-height:1.2!important}.case-detail-container .case-description{color:#4a5568;font-size:1.1rem;line-height:1.6;margin-bottom:32px;max-width:680px;height:8em;overflow:hidden;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical}.case-metadata{display:flex;gap:32px;margin-bottom:40px}.metadata-item{display:flex;align-items:center;gap:8px}.metadata-icon{color:#667eea;font-size:1.1rem}.case-detail-container .case-tags-section{margin-top:32px;margin-bottom:16px}.case-detail-container .case-tags-section h4{color:#1a202c;margin-bottom:16px!important}.case-tags{display:flex;flex-wrap:wrap;gap:8px}.focus-tag.ant-tag{background:#f0f4ff;border:1px solid #d1d9ff;color:#4c51bf;border-radius:8px;font-size:.9rem;padding:6px 12px;font-weight:500}.case-background{margin-top:48px}.section-title{color:#1a202c!important;margin-bottom:16px!important;padding-left:16px;border-left:4px solid #667eea}.background-card.ant-card{border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 8px #0000000f}.background-card .ant-card-body{padding:24px}.background-card p{margin-bottom:16px;color:#4a5568;line-height:1.6}.ready-to-begin-section{position:sticky;top:24px}.begin-card.ant-card{border-radius:16px;border:1px solid #e2e8f0;box-shadow:0 4px 20px #00000014;overflow:hidden}.begin-card .ant-card-body{padding:20px}.begin-header{text-align:center;margin-bottom:0}.begin-icon{font-size:3rem;color:#667eea;margin-bottom:16px;display:block}.begin-title{color:#1a202c!important;margin-bottom:8px!important;font-size:1.8rem!important}.begin-subtitle{font-size:1rem;color:#64748b}.what-to-expect{margin:12px 0}.expect-title{color:#3b82f6!important;font-size:1.2rem!important;margin-bottom:16px!important;font-weight:600!important}.expect-list{display:flex;flex-direction:column;gap:12px}.expect-item{display:flex;align-items:center;gap:12px}.expect-icon{color:#10b981;font-size:1.1rem;flex-shrink:0}.expect-item span{color:#4a5568;font-size:.95rem}.start-interview-btn.ant-btn{height:44px;font-size:1rem;font-weight:600;border-radius:12px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;box-shadow:0 4px 20px #667eea4d;transition:all .3s ease;margin-top:4px}.start-interview-btn.ant-btn:hover{transform:translateY(-2px);box-shadow:0 8px 30px #667eea66;background:linear-gradient(135deg,#5a67d8 0%,#6b46c1 100%)}.microphone-notice{display:flex;align-items:center;gap:8px;margin-top:8px;padding:8px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.notice-icon{color:#64748b;font-size:1rem;flex-shrink:0}.notice-text{font-size:.9rem;color:#64748b}.metadata-title{font-size:.95rem;color:#888;margin-bottom:2px;font-weight:500}.case-detail-container .duration-block{display:inline-flex;align-items:center;background:#f4f7fa;border-radius:8px;padding:4px 14px;font-size:1rem;color:#3b3b3b;font-weight:500;gap:6px;border:1px solid #e2e8f0;margin-right:8px;margin-top:12px}@media (max-width: 992px){.case-detail-container{padding:16px 20px 60px}.case-info-section{padding-right:0;margin-bottom:32px}.ready-to-begin-section{position:static}.case-title{font-size:2rem!important}.case-metadata{flex-direction:column;gap:16px}.begin-card .ant-card-body{padding:24px}}@media (max-width: 768px){.case-badges{flex-direction:column;align-items:flex-start;gap:12px}.case-title{font-size:1.8rem!important}.case-description{font-size:1rem}.begin-title{font-size:1.5rem!important}}@media (max-width: 480px){.case-detail-container{padding:12px 16px 40px}.case-title{font-size:1.6rem!important}.begin-card .ant-card-body{padding:20px}.start-interview-btn.ant-btn{height:48px;font-size:1rem}}.responsive-header{width:100%}.header-content{display:flex;justify-content:space-between;align-items:center;width:100%}.header-left,.header-right{display:flex;align-items:center}.settings-button{position:fixed;right:160px;top:14px;z-index:1}@media screen and (max-width: 576px){.responsive-header{height:90px}.settings-button{position:fixed;right:160px;top:48px;z-index:1}.header-content{flex-direction:column;align-items:flex-start;padding-bottom:8px}.header-left{width:100%;height:48px}.header-left h3{line-height:48px}.header-right{width:100%;justify-content:flex-end;height:40px}.header-left button{height:48px}}
