.homepage{align-items:center;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);display:flex;flex:1 1;flex-direction:column;justify-content:center;margin:0;padding:2rem}.homepage-container{animation:homepage-fadeIn .8s ease-out;max-width:1200px;width:100%}@keyframes homepage-fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.homepage-easter-egg-subtitle{animation:homepage-subtitleFadeIn .8s ease-out;color:#4f46e5;font-size:1.5rem;font-weight:600;margin-bottom:.5rem;text-align:center}@keyframes homepage-subtitleFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.homepage-title{margin-bottom:1rem;text-align:center}.homepage-logo{filter:drop-shadow(0 2px 4px rgba(37,99,235,.2));height:auto;max-width:400px}.homepage-categories-grid{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(4,1fr);margin-bottom:3rem}.homepage-category-card{background:linear-gradient(135deg,var(--card-color),var(--card-color-dark));border-radius:16px;box-shadow:0 8px 25px #00000026;color:#fff;cursor:pointer;display:flex;flex-direction:column;justify-content:center;min-height:280px;overflow:hidden;padding:2rem;position:relative;text-align:center;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.homepage-category-card.interview{border-radius:16px 8px 8px 16px}.homepage-category-card.resume-create,.homepage-category-card.resume-eval{border-radius:8px}.homepage-category-card.voice{border-radius:8px 16px 16px 8px}.homepage-category-card:hover{box-shadow:0 15px 35px #0003;transform:translateY(-8px) scale(1.02)}.homepage-category-card.interview{--card-color:#3b82f6;--card-color-dark:#2563eb}.homepage-category-card.resume-eval{--card-color:#2563eb;--card-color-dark:#1e40af}.homepage-category-card.resume-create{--card-color:#1e40af;--card-color-dark:#1e3a8a}.homepage-category-card.voice{--card-color:#1e3d94;--card-color-dark:#1e3a8a}.homepage-category-icon{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-radius:50%;color:#fff;display:inline-flex;justify-content:center;margin:0 auto 1.5rem;padding:1.5rem;transition:all .3s ease}.homepage-category-card:hover .homepage-category-icon{background:#ffffff4d;transform:scale(1.1)}.homepage-category-title{color:#fff;font-size:1.8rem;font-weight:700;margin-bottom:1rem}.homepage-category-description{color:#ffffffe6;font-size:1rem;line-height:1.6}.homepage-description-line{display:block;line-height:1.4}.homepage-footer{color:#64748b;font-size:.9rem;margin-top:3rem;text-align:center}@media (max-width:1200px){.homepage-categories-grid{gap:1rem;grid-template-columns:repeat(2,1fr)}.homepage-category-card.interview{border-radius:16px 8px 8px 16px}.homepage-category-card.resume-eval{border-radius:8px 16px 16px 8px}.homepage-category-card.resume-create{border-radius:16px 8px 8px 16px}.homepage-category-card.voice{border-radius:8px 16px 16px 8px}}@media (max-width:768px){.homepage-title{font-size:2.5rem;margin-bottom:2rem}.homepage-categories-grid{gap:1.5rem;grid-template-columns:1fr}.homepage-category-card.interview,.homepage-category-card.resume-create,.homepage-category-card.resume-eval,.homepage-category-card.voice{border-radius:16px}.homepage-category-card{padding:2rem}.homepage-category-title{font-size:1.5rem}.homepage-easter-egg-subtitle{font-size:1.2rem}.homepage-logo{max-width:90%}.homepage-footer{margin-bottom:5rem}}@media (max-width:480px){.homepage{padding:1rem}.homepage-title{font-size:2rem}.homepage-category-card{padding:1.5rem}.homepage-easter-egg-subtitle{font-size:1rem}.homepage-logo{max-width:90%}}.login-page{align-items:center;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);display:flex;justify-content:center;min-height:calc(100vh - 60px);padding:20px}.login-container{background-color:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;max-width:420px;padding:32px;width:100%}.login-header{margin-bottom:32px;text-align:center}.login-title{color:#1a73e8;font-size:28px;font-weight:700;margin-bottom:8px}.login-subtitle{color:#5f6368;font-size:16px;margin:0}.login-form{gap:20px}.login-form,.login-form-group{display:flex;flex-direction:column}.login-form-group{gap:6px}.login-form-label{color:#202124;font-size:14px;font-weight:500}.login-form-input{border:1px solid #dadce0;border-radius:8px;font-size:16px;height:48px;padding:0 16px;transition:border-color .3s}.login-form-input:focus{border-color:#1a73e8;box-shadow:0 0 0 2px #1a73e833;outline:none}.login-form-input::placeholder{color:#9aa0a6}.login-button{background-color:#1a73e8;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:500;height:48px;margin-top:8px;transition:background-color .3s}.login-button:hover{background-color:#1765cc}.login-button:disabled{background-color:#dadce0}.login-footer{display:flex;flex-direction:column;gap:12px;margin-top:24px;text-align:center}.login-footer p{color:#5f6368;font-size:14px;margin:0}.login-signup-link-button{background:none;border:none;color:#1a73e8;cursor:pointer;font-size:14px;font-weight:500;padding:0;text-decoration:underline}.login-signup-link-button:hover{color:#1765cc}.login-back-button{background:none;border:1px solid #dadce0;border-radius:8px;color:#5f6368;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;transition:background-color .3s}.login-back-button:hover{background-color:#f5f7fa}.login-error-message{background-color:#fce8e6;border-radius:8px;color:#d93025;font-size:14px;margin-bottom:16px;padding:12px 16px}@media (max-width:480px){.login-page{padding:1rem}.login-title{font-size:2.5rem}.login-form{padding:2rem}}@keyframes login-pulse{0%,to{opacity:1}50%{opacity:.5}}.login-button:disabled{animation:login-pulse 1.5s ease-in-out infinite;cursor:not-allowed}.login-helper-links{align-items:center;display:flex;gap:12px;justify-content:center;margin-top:16px}.login-helper-link{background:none;border:none;color:#5f6368;cursor:pointer;font-size:14px;padding:0;text-decoration:underline;transition:color .3s}.login-helper-link:hover{color:#1a73e8}.login-helper-link:disabled{color:#dadce0;cursor:not-allowed;text-decoration:none}.login-helper-separator{color:#dadce0;font-size:14px}.modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.modal-container{background-color:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;max-width:400px;padding:32px;position:relative;width:100%}.modal-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.modal-header h2{color:#1a73e8;font-size:24px;font-weight:700;margin:0}.modal-close-button{align-items:center;background:none;border:none;border-radius:50%;color:#5f6368;cursor:pointer;display:flex;font-size:24px;height:32px;justify-content:center;padding:0;transition:background-color .3s;width:32px}.modal-close-button:hover{background-color:#f5f7fa}.modal-form{gap:20px}.modal-form,.modal-form-group{display:flex;flex-direction:column}.modal-form-group{gap:6px}.modal-form-group label{color:#202124;font-size:14px;font-weight:500}.modal-form-group input{border:1px solid #dadce0;border-radius:8px;font-size:16px;height:48px;padding:0 16px;transition:border-color .3s}.modal-form-group input:focus{border-color:#1a73e8;box-shadow:0 0 0 2px #1a73e833;outline:none}.modal-form-group input::placeholder{color:#9aa0a6}.modal-buttons{display:flex;gap:12px;margin-top:8px}.modal-cancel-button{background-color:#f5f7fa;border:1px solid #dadce0;border-radius:8px;color:#5f6368;cursor:pointer;flex:1 1;font-size:16px;font-weight:500;height:48px;transition:background-color .3s}.modal-cancel-button:hover{background-color:#e8eaed}.modal-submit-button{background-color:#1a73e8;border:none;border-radius:8px;color:#fff;cursor:pointer;flex:1 1;font-size:16px;font-weight:500;height:48px;transition:background-color .3s}.modal-submit-button:hover{background-color:#1765cc}.modal-submit-button:disabled{background-color:#dadce0;cursor:not-allowed}.modal-error-message{background-color:#fce8e6;color:#d93025}.modal-error-message,.modal-success-message{border-radius:8px;font-size:14px;margin-bottom:16px;padding:12px 16px}.modal-success-message{background-color:#e6f4ea;color:#137333}@media (max-width:480px){.modal-container{margin:20px;padding:24px}.modal-buttons{flex-direction:column}.modal-cancel-button,.modal-submit-button{flex:none}}.signup-page{align-items:flex-start;background-color:#f5f7fa;box-sizing:border-box;display:flex;justify-content:center;margin-top:0;min-height:100vh;padding:120px 20px 20px;position:relative;z-index:1}.signup-container{background-color:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;margin-bottom:40px;margin-top:0;max-width:480px;padding:32px;width:100%}.signup-header{margin-bottom:32px;text-align:center}.signup-title{color:#1a73e8;font-size:28px;font-weight:700;margin-bottom:8px}.signup-subtitle{color:#5f6368;font-size:16px;margin:0}.signup-form{gap:20px}.signup-form,.signup-form-group{display:flex;flex-direction:column}.signup-form-group{gap:6px}.signup-form-label{color:#202124;font-size:14px;font-weight:500}.signup-form-input{border:1px solid #dadce0;border-radius:8px;font-size:16px;height:48px;padding:0 16px;transition:border-color .3s}.signup-form-input:focus{border-color:#1a73e8;box-shadow:0 0 0 2px #1a73e833;outline:none}.signup-form-input.error{border-color:#d93025}.signup-form-input.success{border-color:#34a853}.signup-form-input::placeholder{color:#9aa0a6}input[type=date].signup-form-input{padding-right:8px}.signup-radio-group{display:flex;gap:24px;margin-top:8px}.signup-radio-label{align-items:center;cursor:pointer;display:flex;gap:8px}.signup-radio-label input[type=radio]{accent-color:#1a73e8;cursor:pointer;height:18px;width:18px}.signup-radio-label span{color:#202124;font-size:15px}.signup-button{background-color:#1a73e8;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:500;height:48px;margin-top:8px;transition:background-color .3s}.signup-button:hover{background-color:#1765cc}.signup-button:disabled{background-color:#dadce0;cursor:not-allowed}.signup-footer{display:flex;flex-direction:column;gap:12px;margin-top:24px;text-align:center}.signup-footer p{color:#5f6368;font-size:14px;margin:0}.signup-login-link-button{background:none;border:none;color:#1a73e8;cursor:pointer;font-size:14px;font-weight:500;padding:0;text-decoration:underline}.signup-login-link-button:hover{color:#1765cc}.signup-back-button{background:none;border:1px solid #dadce0;border-radius:8px;color:#5f6368;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;transition:background-color .3s}.signup-back-button:hover{background-color:#f5f7fa}.signup-error-message{background-color:#fce8e6;border-radius:8px;color:#d93025;font-size:14px;margin-bottom:16px;padding:12px 16px}.signup-email-check-message{font-size:12px;margin-top:4px;padding:4px 0}.signup-email-check-message.error{color:#d93025}.signup-email-check-message.success{color:#34a853}.signup-email-check-message.checking{color:#5f6368}@media (max-width:768px){.signup-page{padding:130px 15px 15px}.signup-container{margin-bottom:30px;padding:24px}}@media (max-width:480px){.signup-page{padding:150px 10px 10px}.signup-container{margin-bottom:20px;padding:20px}.signup-form-input{height:44px}.signup-radio-group{flex-direction:column;gap:12px}}.reset-password-page{align-items:center;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);display:flex;justify-content:center;min-height:calc(100vh - 60px);padding:20px}.reset-password-container{background-color:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;max-width:480px;padding:32px;width:100%}.reset-password-header{margin-bottom:32px;text-align:center}.reset-password-title{color:#1a73e8;font-size:28px;font-weight:700;margin-bottom:8px}.reset-password-subtitle{color:#5f6368;font-size:16px;margin:0}.reset-password-form{display:flex;flex-direction:column;gap:20px}.reset-password-form-group{display:flex;flex-direction:column;gap:6px}.reset-password-form-label{color:#202124;font-size:14px;font-weight:500}.reset-password-form-input{border:1px solid #dadce0;border-radius:8px;font-size:16px;height:48px;padding:0 16px;transition:border-color .3s}.reset-password-form-input:focus{border-color:#1a73e8;box-shadow:0 0 0 2px #1a73e833;outline:none}.reset-password-form-input::placeholder{color:#9aa0a6}.reset-password-button{background-color:#1a73e8;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:500;height:48px;margin-top:8px;transition:background-color .3s}.reset-password-button:hover{background-color:#1765cc}.reset-password-button:disabled{background-color:#dadce0}.reset-password-footer{margin-top:24px;text-align:center}.reset-password-back-link{background:none;border:none;color:#1a73e8;cursor:pointer;font-size:14px;font-weight:500;padding:0;text-decoration:underline}.reset-password-back-link:hover{color:#1765cc}.reset-password-back-link:disabled{color:#dadce0;cursor:not-allowed;text-decoration:none}.reset-password-back-button{background-color:#1a73e8;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:500;height:48px;margin-top:16px;transition:background-color .3s;width:100%}.reset-password-back-button:hover{background-color:#1765cc}.reset-password-error-message{background-color:#fce8e6;color:#d93025}.reset-password-error-message,.reset-password-success-message{border-radius:8px;font-size:14px;margin-bottom:16px;padding:12px 16px}.reset-password-success-message{background-color:#e6f4ea;color:#137333}.password-requirements{background-color:#f8f9fa;border:1px solid #e8eaed;border-radius:6px;margin-top:8px;padding:12px}.password-requirements p{color:#5f6368;font-size:12px;font-weight:500;margin:0 0 8px}.password-requirements ul{list-style:none;margin:0;padding-left:16px}.password-requirements li{font-size:12px;margin-bottom:4px;padding-left:16px;position:relative}.password-requirements li:before{border-radius:50%;content:"";height:8px;left:0;position:absolute;top:2px;width:8px}.password-requirements li.valid{color:#137333}.password-requirements li.valid:before{background-color:#137333}.password-requirements li.invalid{color:#5f6368}.password-requirements li.invalid:before{background-color:#dadce0}.password-match{font-size:12px;font-weight:500;margin-top:4px}.password-match.match{color:#137333}.password-match.no-match{color:#d93025}@media (max-width:480px){.reset-password-page{padding:1rem}.reset-password-container{padding:24px}.reset-password-title{font-size:24px}}@keyframes reset-password-pulse{0%,to{opacity:1}50%{opacity:.5}}.reset-password-button:disabled{animation:reset-password-pulse 1.5s ease-in-out infinite;cursor:not-allowed}@keyframes updown{0%{transform:translateY(0)}50%{transform:translateY(-40%)}to{transform:translateY(0)}}.interview-page{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);height:auto;padding-top:26px}.interview-content{margin:0 auto;max-width:1200px;padding:1rem 2rem 2rem}.interview-back-button-container{margin-bottom:2rem}.interview-layout{align-items:flex-start;display:flex;gap:.5rem;justify-content:center;margin:0 auto;max-width:1200px;width:100%}.interview-sidebar{background:#f9fafb;border:1px solid #e2e2e2;border-radius:16px;box-shadow:0 2px 8px #1e40af1a;height:-webkit-fit-content;height:fit-content;max-width:220px;min-width:200px;padding:2rem .8rem;position:-webkit-sticky;position:sticky;top:287px;transition:box-shadow .2s;z-index:10}.interview-sidebar ul{list-style:none;margin:0;padding:0}.interview-sidebar li{align-items:center;background:#0000;border:none;border-radius:8px;color:#1e293b;cursor:pointer;display:flex;font-size:1.05rem;font-weight:500;gap:.75rem;margin-bottom:.5rem;outline:none;padding:1rem;transition:background .2s,color .2s}.interview-sidebar li:hover{background:#e0e7ef;color:#2563eb}.interview-info-item{align-items:flex-start!important;background:#f8fafc!important;border:1px solid #e2e8f0!important;cursor:default!important;flex-direction:column!important;gap:.5rem!important;padding:1rem!important;pointer-events:none!important}.interview-info-item div{display:flex;flex-direction:column;gap:.3rem;width:100%}.interview-info-label{color:#64748b!important;font-size:.85rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.interview-info-value{color:#1e293b!important;font-size:.95rem;font-weight:500;line-height:1.4;word-break:break-word}.interview-action-item{background:#fff!important;border:2px solid #2563eb!important;box-shadow:0 2px 8px #2563eb1a!important;color:#2563eb!important;font-weight:600!important;transition:all .3s ease!important}.interview-action-item:hover{background:#2563eb!important;box-shadow:0 4px 12px #2563eb33!important;color:#fff!important;transform:translateY(-2px)!important}.interview-action-item svg{color:inherit!important}.interview-main{flex:1 1;min-width:0}.interview-back-button{align-items:center;background:#fff;border:2px solid #2563eb;border-radius:8px;box-shadow:0 2px 8px #2563eb1a;color:#2563eb;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s ease}.interview-back-button:hover{background:#2563eb;box-shadow:0 4px 12px #2563eb33;color:#fff;transform:translateY(-2px)}.interview-rotate-icon{transform:rotate(180deg)}.interview-card{animation:slideInUp .6s ease-out;border-radius:20px;box-shadow:0 10px 25px #2563eb1a;overflow:hidden;padding:1rem;position:relative;text-align:center}.interview-card:before{background:linear-gradient(90deg,#2563eb,#3b82f6,#60a5fa);content:"";height:4px;left:0;position:absolute;right:0;top:0}.interview-icon{color:#2563eb;filter:drop-shadow(0 4px 8px rgba(37,99,235,.2));margin:0 auto 2rem}.interview-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#2563eb,#1e40af);background-clip:text;-webkit-background-clip:text;color:#1e293b;font-size:2.5rem;font-weight:800;margin-bottom:1.5rem}.interview-description{color:#64748b;font-size:1.2rem;line-height:1.7;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;max-width:600px}.interview-status{animation:pulse 2s infinite;background:linear-gradient(135deg,#dbeafe,#bfdbfe);border:2px solid #2563eb33;border-radius:12px;color:#1e40af;display:inline-block;font-size:1.2rem;font-weight:700;padding:1.5rem 2.5rem}.interview-header{align-items:center;display:flex;flex-direction:column;margin-bottom:2.5rem;position:relative}.interview-timer{background:#1e40af;border-radius:30px;box-shadow:0 4px 12px #2563eb4d;color:#fff;font-size:.9rem;font-weight:600;padding:.6rem 1.2rem;position:absolute;right:10px;top:10px}.interview-timer.time-almost-up{background:#dc2626;box-shadow:0 4px 12px #dc26264d}.interview-time-over-message{background-color:#fee2e2;border-left:4px solid #dc2626;border-radius:8px;color:#dc2626;font-weight:700;margin:1rem auto;max-width:80%;padding:.8rem 1.2rem}.interview-content-main{text-align:left}.interview-question-section{background:#f8fafc;border-left:4px solid #2563eb;border-radius:12px;margin-bottom:2.5rem;padding:2rem}.interview-question-counter{color:#64748b;display:flex;font-size:.9rem;font-weight:600;gap:10px;margin-bottom:.8rem}.interview-question-text{color:#1e293b;font-size:1.4rem;font-weight:600;line-height:1.5;text-align:start}.interview-answer-section{margin-bottom:2rem}.interview-answer-input{border:2px solid #2563eb;border-radius:12px;box-shadow:0 0 0 3px #2563eb1a;font-size:1rem;line-height:1.6;margin-bottom:1.5rem;min-height:150px;outline:none;padding:1rem;resize:vertical;transition:all .3s ease;width:100%}.interview-answer-input:focus{border-color:#1d4ed8;box-shadow:0 0 0 4px #2563eb33}.interview-answer-actions{align-items:center;display:flex;justify-content:flex-end}.interview-next-button{align-items:center;background:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:.95rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s ease}.interview-next-button:hover{background:#1d4ed8;box-shadow:0 4px 12px #2563eb4d;transform:translateY(-2px)}.interview-next-button:disabled{background:#94a3b8;box-shadow:none;cursor:not-allowed;transform:none}.interview-complete{text-align:center}.interview-complete h3{color:#1e293b;font-size:2rem;font-weight:700;margin-bottom:1rem}.interview-complete p{color:#64748b;font-size:1.1rem;margin-bottom:2rem}.interview-evaluation-section{border-top:1px solid var(--border-color);margin-top:2rem;padding-top:1.5rem}.interview-evaluation-section h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem}.interview-evaluation-start{align-items:center;background-color:var(--bg-secondary);border-radius:8px;display:flex;flex-direction:column;gap:1rem;padding:1.5rem;text-align:center}.interview-evaluation-start p{color:var(--text-secondary);margin-bottom:.5rem}.interview-evaluation-loading{margin:1rem 0}.interview-comment-section,.interview-score-display,.interview-score-section{display:flex;flex-direction:column;gap:.5rem}.interview-score-display{width:100%}.interview-score-bar{background-color:#e9ecef;border-radius:6px;height:16px;overflow:hidden;position:relative;width:100%}.interview-score-fill{background-color:#4263eb;border-radius:6px;height:100%}.interview-score-text{color:var(--text-primary);font-weight:500;text-align:right}.interview-score-result-display{display:flex;flex-direction:column;gap:.5rem;width:100%}.interview-score-result-display span{font-weight:600;text-align:right}.interview-evaluation-result{background-color:var(--bg-secondary);border-radius:8px;display:flex;flex-direction:column;gap:1.5rem;margin-top:1rem;padding:1.25rem}.interview-evaluation-preview{align-items:center;display:flex;flex-direction:column;height:auto;justify-content:center;position:relative;width:100%}.interview-setpoint{scroll-margin-top:85px}.interview-evaluation-score{width:100%}.interview-evaluation-advise{font-size:18px;margin:20px 0;width:50%}.interview-evaluation-feedback h4,.interview-evaluation-score h4{font-size:24px;font-weight:600;margin-bottom:.75rem}.interview-feedback-content{background-color:var(--bg-primary);border-left:3px solid var(--primary-color);border-radius:6px;display:flex;gap:.75rem;padding:.75rem}.interview-feedback-content p{line-height:1.6;margin:0;text-align:left}.interview-evaluation-button{background-color:var(--primary-color)}.interview-evaluation-ai-feedback{align-items:center;background-color:var(--bg-secondary);border-radius:6px;display:flex;flex-direction:column;gap:1rem;padding:1rem}.interview-evaluation-ai-feedback p{color:var(--text-secondary);text-align:center}.interview-loading-spinner{animation:spin 1s ease-in-out infinite;border:3px solid #0000001a;border-radius:50%;border-top:3px solid var(--primary-color);height:40px;width:40px}.interview-time-over-message-secondary{align-items:center;background-color:#ffebee;border-radius:4px;color:#d32f2f;display:flex;font-weight:500;justify-content:center;margin-top:.5rem;padding:.5rem 1rem;width:-webkit-fit-content;width:fit-content}.interview-question-times-summary{align-items:center;display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:700px;text-align:left}.interview-question-time-item{grid-gap:1rem;align-items:center;background-color:#f8fafc;border-left:3px solid #2563eb;border-radius:8px;display:grid;gap:1rem;grid-template-columns:80px 1fr 100px;padding:1rem;width:95%}.interview-question-time-number{color:#2563eb;font-weight:600}.interview-question-time-text{color:#64748b;font-size:.9rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.interview-question-time-duration{color:#1e293b;font-weight:600;text-align:right}.interview-question-time-total{border-top:2px solid #e2e8f0;color:#1e293b;display:flex;font-weight:700;justify-content:space-between;margin-top:1rem;padding:1rem}.interview-actions{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.interview-action-button{align-items:center;background:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;padding:.8rem 1.8rem;transition:all .3s ease}.interview-action-button:hover{background:#1d4ed8;box-shadow:0 4px 12px #2563eb4d;transform:translateY(-2px)}.interview-action-button:disabled{background:#94a3b8;box-shadow:none;cursor:not-allowed;transform:none}.interview-start-button{background:#059669}.interview-start-button:hover{background:#047857;box-shadow:0 4px 12px #0596694d}.interview-custom-interview{padding:1rem 0;text-align:left}.interview-custom-interview h3{color:#1e293b;font-size:1.8rem;font-weight:700;margin-bottom:1rem}.interview-custom-interview p{color:#64748b;font-size:1rem;margin-bottom:2rem}.interview-custom-questions{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.interview-custom-question-input{display:flex;flex-direction:column;gap:.5rem}.interview-custom-question-input label{color:#1e293b;font-size:.95rem;font-weight:600}.interview-custom-question-input input{border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;padding:.8rem 1rem;transition:border-color .3s ease}.interview-custom-question-input input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;outline:none}.interview-scenario-selection-header{animation:fadeIn .8s ease-out;margin-bottom:1rem;text-align:center}.interview-selection-title{color:#1e293b;font-size:2.5rem;font-weight:800;margin-bottom:1rem}.interview-selection-description{color:#64748b;font-size:1.1rem;line-height:1.7;margin:0 auto;max-width:600px}.interview-scenarios-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);margin-left:auto;margin-right:auto;max-width:1000px}.interview-scenario-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 10px 25px #2563eb1a;cursor:pointer;overflow:hidden;padding:2rem;position:relative;text-align:center;transform:translateY(0);transition:all .3s ease}.interview-scenario-card:hover{box-shadow:0 12px 30px #2563eb26;transform:translateY(-4px)}.interview-scenario-card-top-line{background:#0000;height:4px;left:0;position:absolute;right:0;top:0;transition:background .3s ease}.interview-scenario-icon-container{margin-bottom:1.5rem}.interview-scenario-icon{color:#2563eb;filter:drop-shadow(0 2px 4px rgba(37,99,235,.2))}.interview-scenario-title{color:#1e293b;font-size:1.4rem;font-weight:700;margin-bottom:1rem}.interview-scenario-description{color:#64748b;font-size:.95rem;line-height:1.6;margin-bottom:1.5rem;min-height:3rem}.interview-scenario-info{align-items:center;display:flex;font-size:.85rem;justify-content:space-between}.interview-scenario-duration{align-items:center;color:#64748b;display:flex;gap:.3rem}.interview-difficulty-badge{border-radius:20px;font-size:.75rem;font-weight:600;padding:.3rem .8rem}.interview-difficulty-초급{background-color:#d1fae5;color:#059669}.interview-difficulty-중급{background-color:#fef3c7;color:#d97706}.interview-difficulty-고급{background-color:#fecaca;color:#dc2626}.interview-difficulty-자유설정{background-color:#e0e7ff;color:#6366f1}.interview-feedback-categories{border-top:1px solid #e2e8f0;margin-bottom:2rem;padding-top:1.5rem}.interview-feedback-categories h4{color:#1e293b;font-size:1.3rem;font-weight:700;margin-bottom:1.2rem}.interview-category-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}.interview-category-item{background:#f8fafc;border-left:3px solid #2563eb;border-radius:12px;padding:1.2rem}.interview-category-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.8rem}.interview-category-header h5{color:#1e293b;font-size:1.1rem;font-weight:600;margin:0}.interview-category-score-badge{background:#2563eb;border-radius:20px;color:#fff;font-size:.9rem;font-weight:600;padding:.3rem .6rem}.interview-category-bar{background:#e2e8f0;border-radius:4px;height:8px;margin-bottom:1rem;overflow:hidden}.interview-category-fill{background:linear-gradient(90deg,#3b82f6,#2563eb);border-radius:4px;height:100%;transition:width 1s cubic-bezier(.34,1.56,.64,1)}.interview-category-comment{color:#475569;font-size:.95rem;line-height:1.5;margin:0;text-align:left}.interview-feedback-detail-list li{align-items:flex-start;display:flex;gap:.75rem;margin-bottom:1rem}.interview-feedback-detail-list li:last-child{margin-bottom:0}.interview-detail-bullet{align-items:center;border-radius:50%;display:flex;flex-shrink:0;font-size:1rem;font-weight:700;height:24px;justify-content:center;width:24px}.interview-feedback-detail-item:first-child .interview-detail-bullet{background-color:#10b9811a;color:#10b981}.interview-feedback-detail-item:last-child .interview-detail-bullet{background-color:#f59e0b1a;color:#f59e0b}.interview-feedback-detail-list li div{flex:1 1}.interview-feedback-detail-list li strong{color:#1e293b;display:block;margin-bottom:.3rem}.interview-keyword-analysis{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:2rem;padding:1.5rem}.interview-keyword-analysis h5{color:#1e293b;font-size:24px;font-weight:600;margin:0 0 1rem}.interview-keyword-cloud{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center}.interview-keyword{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-radius:20px;color:#2563eb;font-size:.95rem;font-weight:600;padding:.5rem 1rem;transition:all .3s ease}.interview-keyword:hover{box-shadow:0 4px 8px #2563eb33;transform:translateY(-2px)}.interview-question-specific-feedback{animation:fadeInUp .8s ease-out;margin-bottom:3rem;position:relative}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.interview-question-specific-feedback h5{color:#1e293b;font-size:26px;font-weight:700;margin:0 0 1.5rem;position:relative;text-align:center}.interview-question-specific-feedback h5:after{animation:expandWidth 1s ease-out forwards;background:linear-gradient(90deg,#3b82f6,#2563eb);border-radius:2px;bottom:-10px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:60px}@keyframes expandWidth{0%{width:0}to{width:60px}}.interview-question-feedback-list{display:flex;flex-direction:column;gap:1.5rem}.interview-question-feedback-item{animation:slideIn .5s ease-out forwards;background:#fff;border:1px solid #e2e8f0cc;border-radius:16px;box-shadow:0 10px 25px #0000000d;margin-bottom:1.5rem;opacity:0;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.interview-question-feedback-item:first-child{animation-delay:.1s}.interview-question-feedback-item:nth-child(2){animation-delay:.2s}.interview-question-feedback-item:nth-child(3){animation-delay:.3s}.interview-question-feedback-item:nth-child(4){animation-delay:.4s}.interview-question-feedback-item:nth-child(5){animation-delay:.5s}@keyframes slideIn{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.interview-question-feedback-item:hover{box-shadow:0 15px 30px #0000001a;transform:translateY(-5px)}.interview-question-header{align-items:flex-start;border-bottom:1px solid #e2e8f0;display:flex;gap:1.2rem;margin-bottom:1.5rem;padding-bottom:1rem}.interview-question-number{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:50%;box-shadow:0 4px 12px #2563eb40;color:#fff;display:flex;flex-shrink:0;font-size:1.1rem;font-weight:700;height:40px;justify-content:center;overflow:hidden;position:relative;width:40px}.interview-question-number:before{animation:shimmer 2s linear infinite;background:#fff3;content:"";height:60px;left:-10px;position:absolute;top:-10px;transform:rotate(45deg);width:60px}@keyframes shimmer{0%{transform:translateX(-100%) rotate(45deg)}to{transform:translateX(100%) rotate(45deg)}}.interview-question-feedback-text{color:#1e293b;flex:1 1;font-size:1.1rem;font-weight:600;line-height:1.5;margin:0;text-align:start}.interview-my-answer{background:#f8fafc;border-left:4px solid #3b82f6;border-radius:12px;margin:1.5rem 0;padding:1.5rem;transition:all .3s ease}.interview-my-answer:hover{background:#f1f5f9;box-shadow:0 4px 12px #0000000d}.interview-my-answer h6,.interview-question-feedback h6{align-items:center;color:#475569;display:flex;font-size:1rem;font-weight:700;gap:.5rem;margin:0 0 .8rem}.interview-my-answer h6:before{content:"💬";font-size:1.2rem}.interview-question-feedback h6:before{content:"📝";font-size:1.2rem}.interview-my-answer p{color:#334155;font-size:1.05rem;line-height:1.7;margin:0;text-align:start}.interview-question-feedback{background:#f0f9ff;border-left:4px solid #0ea5e9;border-radius:12px;padding:1.5rem;position:relative;transition:all .3s ease}.interview-question-feedback:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%230ea5e9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpath d='M14 2v6h6M16 13H8M16 17H8M10 9H8'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;content:"";height:40px;opacity:.1;position:absolute;right:1rem;top:1rem;width:40px}.interview-question-feedback:hover{background:#e0f2fe;box-shadow:0 4px 12px #0000000d}.interview-question-feedback p{color:#334155;font-size:1.05rem;line-height:1.7;margin:0;position:relative;text-align:start;z-index:1}.interview-next-steps{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-radius:12px;padding:1.5rem;position:relative}.interview-next-steps h5{color:#1e293b;font-size:24px;font-weight:600;margin:0 0 1rem}.interview-next-steps-list{margin:0;padding-left:1.5rem;text-align:left}.interview-next-steps-list li{color:#1e40af;line-height:1.5;margin-bottom:.8rem}.interview-next-steps-list li:last-child{margin-bottom:0}.interview-fill-excellent,.interview-score-excellent{background:linear-gradient(90deg,#3b82f6,#2563eb)}.interview-fill-good,.interview-score-good{background:linear-gradient(90deg,#10b981,#059669)}.interview-fill-average,.interview-score-average{background:linear-gradient(90deg,#eab308,#ca8a04)}.interview-fill-below-average,.interview-score-below-average{background:linear-gradient(90deg,#f97316,#ea580c)}.interview-fill-needs-improvement,.interview-score-needs-improvement{background:linear-gradient(90deg,#ef4444,#dc2626)}.interview-text-excellent{color:#2563eb;font-weight:700}.interview-text-good{color:#059669;font-weight:700}.interview-text-average{color:#ca8a04;font-weight:700}.interview-text-below-average{color:#ea580c;font-weight:700}.interview-text-needs-improvement{color:#dc2626;font-weight:700}.interview-badge-excellent{background:#3b82f6}.interview-badge-good{background:#10b981}.interview-badge-average{background:#eab308}.interview-badge-below-average{background:#f97316}.interview-badge-needs-improvement{background:#ef4444}.interview-score-head{align-items:center;display:flex;justify-content:center;width:100%}.interview-score-head>h3{font-size:32px}.interview-score-legend{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#f0f0f080;border-radius:8px;margin-bottom:1.5rem;padding:1rem;width:-webkit-fit-content;width:fit-content}.interview-legend-item{align-items:center;display:flex;font-size:.9rem;gap:.5rem}.interview-legend-color{border-radius:4px;height:16px;width:16px}.interview-legend-excellent{background:#3b82f6}.interview-legend-good{background:#10b981}.interview-legend-average{background:#eab308}.interview-legend-below-average{background:#f97316}.interview-legend-needs-improvement{background:#ef4444}.interview-feedback-section{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr;margin-bottom:2.5rem}.interview-feedback-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 12px #0000000d;min-height:400px;overflow:hidden;position:relative}.interview-feedback-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;gap:.8rem;padding:1rem 1.5rem}.interview-feedback-header h4{color:#1e293b;font-size:1.2rem;font-weight:600;margin:0}.interview-strengths .interview-feedback-header svg{color:#10b981}.interview-improvements .interview-feedback-header svg{color:#f59e0b}.interview-feedback-list{list-style:none;margin:0;padding:1.5rem}.interview-feedback-list li{align-items:flex-start;display:flex;gap:1rem;margin-bottom:1.2rem}.interview-feedback-list li:last-child{margin-bottom:0}.interview-list-bullet{align-items:center;border-radius:50%;display:flex;flex-shrink:0;font-size:.9rem;height:24px;justify-content:center;width:24px}.interview-strengths .interview-list-bullet{background:#10b9811a;color:#10b981}.interview-improvements .interview-list-bullet{background:#f59e0b1a;color:#f59e0b}.interview-feedback-list li div{flex:1 1}.interview-feedback-list li strong{color:#1e293b;display:block;font-size:1.05rem;font-weight:600;margin-bottom:.3rem;text-align:left}.interview-feedback-list li p{color:#475569;font-size:.95rem;line-height:1.5;margin:0;text-align:left}.interview-comparing{align-items:center;background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 12px #0000000d;box-sizing:border-box;display:flex;flex-direction:column;height:auto;justify-content:center;margin:20px 0;padding:20px;position:relative;width:100%}.interview-prevProblems{width:95%}.interview-prevProblems,.interview-problem{box-sizing:border-box;height:auto;padding:10px}.interview-problem{border-radius:20px;gap:10px;margin-bottom:50px;width:100%}.interview-forimprov,.interview-problem{align-items:center;display:flex;justify-content:center}.interview-forimprov{border-left:3px solid #f59e0b;border-radius:10px;border-right:3px solid #f59e0b;flex-direction:column;font-size:18px;font-weight:700;height:auto;padding:10px;width:50%}.interview-prevdescription{color:#00000080;font-size:.8rem;font-weight:400;height:80%;margin-top:5px;width:80%}.interview-toresult{border-radius:10px;font-size:22px;height:100%;width:50%}.interview-toresult,.interview-toresult01{align-items:center;display:flex;flex-direction:column;justify-content:center}.interview-toresult01{width:80%}.interview-toresult01>p{font-size:18px;font-weight:700;margin-bottom:5px;width:100%}.interview-toresult02{color:#555;font-size:.9rem;font-weight:450;margin-bottom:10px;text-align:left;width:80%}.interview-shinho{align-items:center;display:flex;gap:10px;margin-bottom:15px;width:50%}.interview-light{border-radius:8px;height:3px;width:30%}.interview-pannel{align-items:center;display:flex;flex-direction:column;height:auto;justify-content:center;width:100%}.interview-line{background-color:#0000001a;border-radius:8px;height:2px;width:100%}.interview-half{align-items:center;display:flex;width:95%}.interview-font01{color:#31567e}.interview-font01,.interview-font02{font-size:20px;font-weight:550;width:50%}.interview-font02{color:#d35400}.interview-blurCard{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#ffffffbf;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:1000}.interview-blurCard-bubble01{animation:updown 20s ease-in-out 0s infinite normal forwards;background-color:#3b82f626;right:-10%;top:-12.5%}.interview-blurCard-bubble01,.interview-blurCard-bubble02{aspect-ratio:1/1;border-radius:50%;position:absolute;width:25%;z-index:-1}.interview-blurCard-bubble02{animation:updown 20s ease-in-out 0s infinite reverse forwards;background-color:#3b82f61a;bottom:-17.5%;left:-10%}.interview-blurCard-rel{align-items:center;display:flex;flex-direction:column;gap:1rem;height:100%;justify-content:center;position:relative;width:100%}.interview-blurCard-layer01{font-size:20px;font-weight:500}.interview-blurCard-layer01,.interview-blurCard-layer02{box-sizing:border-box;height:auto;padding:1rem;width:80%}.interview-blurCard-layer03{height:auto;width:auto}.interview-blueCard-highlight{color:#1d4ed8;text-decoration:underline}.interview-blurCard-text{background-color:#fcfcfc;border-left:3px solid #3b82f6;border-radius:8px;box-sizing:border-box;color:#0009;font-size:1rem;height:100%;padding:1rem;width:100%}.interview-blurCard-desc{color:#000000d9;font-weight:550}.interview-blurCard-BTN{background:linear-gradient(135deg,#1d4ed8cc,#83b0f7cc);border:none;border-radius:36px;box-sizing:border-box;color:#fff;font-size:17px;font-weight:700;height:auto;padding:1rem 2rem;transition:all .25s ease-in-out;width:auto}.interview-blurCard-BTN:hover{transform:translateY(-.25rem)}.interview-question-badge{border-radius:16px;box-sizing:border-box;color:#fff;height:auto;padding:.5px 7.5px;width:-webkit-fit-content;width:fit-content}.interview-loading-overlay{align-items:center;animation:fadeIn .3s ease-out;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:9999}.interview-loading-content{animation:slideInUp .4s ease-out;background:#fff;border-radius:20px;box-shadow:0 20px 50px #0000004d;max-width:500px;padding:3rem 2.5rem;text-align:center;width:90%}.interview-loading-content h3{color:#1e293b;font-size:1.5rem;font-weight:700;line-height:1.4;margin-bottom:1rem}.interview-loading-content p{color:#64748b;font-size:1.1rem;margin-bottom:0}.interview-loading-spinner-large{animation:spin 1s linear infinite;border:4px solid #2563eb1a;border-radius:50%;border-top-color:#2563eb;height:60px;margin:0 auto 2rem;width:60px}.interview-question-generation-loading{align-items:center;display:flex;flex-direction:column;gap:1.5rem;padding:3rem 2rem;text-align:center}.interview-question-generation-loading p{color:#64748b;font-size:1.2rem;margin:0}.interview-scenario-card.disabled{cursor:not-allowed!important;filter:grayscale(50%)}.interview-scenario-card.disabled:hover{box-shadow:0 4px 12px #2563eb1a;transform:none}.interview-back-button:disabled{cursor:not-allowed;opacity:.5;transform:none}.interview-settings{margin:0 auto;max-width:800px;padding:2rem}.interview-settings-header{margin-bottom:3rem;text-align:center}.interview-settings-header .interview-back-button{margin-bottom:2rem}.interview-settings-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#2563eb,#1e40af);background-clip:text;-webkit-background-clip:text;color:#1e293b;font-size:2.5rem;font-weight:800;margin-bottom:1rem}.interview-settings-description{color:#64748b;font-size:1.1rem;margin-bottom:2rem}.interview-settings-content{display:flex;justify-content:center}.interview-settings-card{animation:slideInUp .6s ease-out;background:#fff;border-radius:20px;box-shadow:0 10px 25px #2563eb1a;max-width:600px;padding:3rem;width:100%}.interview-settings-section{margin-bottom:3rem;text-align:center}.interview-settings-section h3{color:#1e293b;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.interview-settings-section p{color:#64748b;font-size:1rem;margin-bottom:1.5rem}.interview-question-count-selector,.interview-time-limit-selector{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.interview-count-button,.interview-time-button{background:#fff;border:2px solid #e2e8f0;border-radius:12px;color:#64748b;cursor:pointer;font-size:1rem;font-weight:600;min-width:80px;padding:1rem 2rem;transition:all .3s ease}.interview-count-button:hover,.interview-time-button:hover{border-color:#2563eb;box-shadow:0 4px 12px #2563eb1a;color:#2563eb;transform:translateY(-2px)}.interview-count-button.selected,.interview-time-button.selected{background:#2563eb;border-color:#2563eb;box-shadow:0 4px 12px #2563eb33;color:#fff}.interview-settings-summary{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;margin-bottom:2rem;padding:2rem}.interview-settings-summary h3{color:#1e293b;font-size:1.3rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.interview-summary-item{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:.75rem 0}.interview-summary-item:last-child{border-bottom:none;color:#2563eb;font-size:1.1rem;font-weight:600}.interview-summary-item span:first-child{color:#64748b;font-weight:500}.interview-summary-item span:last-child{color:#1e293b;font-weight:600}.interview-settings-actions{text-align:center}.interview-start-interview-button{align-items:center;background:linear-gradient(135deg,#2563eb,#1e40af);border:none;border-radius:12px;box-shadow:0 4px 12px #2563eb33;color:#fff;cursor:pointer;display:inline-flex;font-size:1.1rem;font-weight:700;gap:.75rem;min-width:200px;padding:1.25rem 3rem;transition:all .3s ease}.interview-start-interview-button:hover{box-shadow:0 8px 20px #2563eb4d;transform:translateY(-3px)}.interview-start-interview-button:disabled{cursor:not-allowed;opacity:.7;transform:none}.interview-loading-spinner-small{animation:spin 1s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:20px;width:20px}.interview-score-display-container{align-items:center;display:flex;flex-direction:column;gap:1.5rem;margin:1rem 0;width:100%}.interview-score-value-section{align-items:center;display:flex;flex-direction:column;gap:.5rem;justify-content:center}.interview-score-value{font-size:2.5rem;font-weight:800;margin:0}.interview-score-value-section h1{font-size:2rem;margin:0}.interview-score-bar-container{background-color:#e5e7eb;border-radius:8px;height:16px;overflow:hidden;position:relative;width:100%}.interview-score-legend-container{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:.5rem}.interview-score-legend-item{align-items:center;color:#64748b;display:flex;font-size:.9rem;gap:.5rem}.interview-legend-dot{border-radius:50%;display:inline-block;height:12px;width:12px}.interview-legend-dot.excellent{background-color:#3b82f6}.interview-legend-dot.good{background-color:#10b981}.interview-legend-dot.average{background-color:#eab308}.interview-legend-dot.below-average{background-color:#f97316}.interview-legend-dot.needs-improvement{background-color:#ef4444}.interview-evaluation-advise-container{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin:1rem 0;padding:1.5rem}.interview-evaluation-advise.text-left{color:#334155;font-size:1.1rem;line-height:1.6;text-align:left;width:100%}.interview-question-count-custom-area{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 8px #2563eb12;box-sizing:border-box;display:flex;flex-direction:row;gap:.5rem;height:48px;justify-content:center;margin:1.2rem auto 0;max-width:420px;padding:0 .5rem;transition:all .3s ease;width:-webkit-fit-content;width:fit-content}.interview-question-count-custom-area.selected{border:2px solid #2563eb;box-shadow:0 4px 12px #2563eb21}.interview-question-count-custom-area:hover{border-color:#2563eb;box-shadow:0 4px 12px #2563eb1a;color:#2563eb;transform:translateY(-2px)}.interview-count-custom-input-group{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 8px #2563eb12;display:flex;flex:1 1;gap:.5rem;height:48px;justify-content:center;min-width:0;padding:0 .5rem}.interview-count-custom-input-group.selected{border:2px solid #2563eb;box-shadow:0 4px 12px #2563eb21}.interview-count-custom-btn{align-items:center;background:none;border:none;border-radius:8px;color:#2563eb;cursor:pointer;display:flex;font-size:1.3rem;font-weight:700;height:38px;justify-content:center;transition:background .2s,color .2s;width:38px}.interview-count-custom-btn:hover{background:#e0e7ff;color:#1d4ed8}.interview-count-custom-input{-webkit-appearance:none;appearance:textfield;background:#0000;border:none;font-size:1.1rem;height:38px;outline:none;text-align:center;width:60px}.interview-count-custom-input::-webkit-inner-spin-button,.interview-count-custom-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.interview-count-custom-input.custom-selected{background:#e0e7ff;border-radius:8px}.interview-count-custom-label{color:#1e293b;font-size:1.1rem;font-weight:600;margin-left:4px}.interview-time-limit-custom-area{align-items:center;display:flex;flex-direction:row;gap:1rem;margin:1.2rem auto 0;max-width:420px;width:100%}.interview-time-limit-none-btn{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 8px #2563eb12;color:#2563eb;cursor:pointer;display:flex;flex:1 1;font-size:1.02rem;font-weight:600;height:48px;justify-content:center;margin:0;min-width:0;overflow:hidden;padding:0 .5rem;text-overflow:ellipsis;transition:all .3s;transition:all .3s ease;white-space:nowrap}.interview-time-limit-none-btn.selected{background:#2563eb;border:2px solid #2563eb;box-shadow:0 4px 12px #2563eb21;color:#fff;transition:all .3s ease}.interview-time-limit-none-btn:hover{background:#2563eb;border:2px solid #2563eb;color:#fff;transform:translateY(-2px)}.interview-time-custom-input-group{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 8px #2563eb12;display:flex;flex:1 1;gap:.5rem;height:48px;justify-content:center;min-width:0;padding:0 .5rem;transition:all .3s ease}.interview-time-custom-input-group.selected{border:2px solid #2563eb;box-shadow:0 4px 12px #2563eb21}.interview-time-custom-input-group:hover{border:2px solid #2563eb;box-shadow:0 4px 12px #2563eb1a;color:#2563eb;transform:translateY(-2px)}.interview-time-custom-btn{align-items:center;background:none;border:none;border-radius:8px;color:#2563eb;cursor:pointer;display:flex;font-size:1.3rem;font-weight:700;height:38px;justify-content:center;transition:background .2s,color .2s;width:38px}.interview-time-custom-btn:hover{background:#e0e7ff;color:#1d4ed8}.interview-time-custom-input{-webkit-appearance:none;appearance:textfield;background:#0000;border:none;font-size:1.1rem;height:38px;outline:none;text-align:center;width:60px}.interview-time-custom-input::-webkit-inner-spin-button,.interview-time-custom-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.interview-time-custom-label{color:#1e293b;font-size:1.1rem;font-weight:600;margin-left:4px}.interview-time-custom-divider{background:#e2e8f0;border-radius:2px;height:38px;margin:0 10px;width:1.5px}.interview-error-item{align-items:flex-start!important;animation:pulse 2s infinite;background:#fef2f2!important;border:1px solid #fecaca!important;border-radius:8px!important;cursor:default!important;flex-direction:column!important;gap:.5rem!important;margin-bottom:1rem!important;padding:1rem!important;pointer-events:none!important}.interview-error-item svg{color:#dc2626!important}.interview-error-item div{display:flex;flex-direction:column;gap:.3rem;width:100%}.interview-error-label{color:#dc2626!important;font-size:.85rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.interview-error-message{color:#991b1b!important;font-size:.85rem;font-weight:500;line-height:1.4;word-break:break-word}.interview-sidebar_copy{display:none}.interview-prev-svg{height:30px;width:30px}.interview-prev-svg-down{display:none}@media (max-width:1399px){.interview-selection-title{color:#1e293b;font-size:36px;font-weight:800;margin-bottom:1rem}.interview-selection-description{color:#64748b;font-size:18px;line-height:1.6;margin:0 auto;max-width:600px}.interview-scenario-title{color:#1e293b;font-size:18px;font-weight:700;margin-bottom:1rem}.interview-scenario-description{color:#64748b;font-size:14px;line-height:1.6;margin-bottom:1.5rem;min-height:3rem}.interview-scenario-duration>svg{height:15px;width:15px}.interview-difficulty-badge{border-radius:20px;font-size:13px;font-weight:600;padding:.5px 10px}.interview-scenario-info{align-items:center;display:flex;font-size:14px;justify-content:space-between}.interview-info-label{color:#64748b!important;font-size:14px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.interview-info-value{color:#1e293b!important;font-size:14px;font-weight:500;line-height:1.4;word-break:break-word}.interview-action-item{background:#fff!important;border:2px solid #2563eb!important;box-shadow:0 2px 8px #2563eb1a!important;color:#2563eb!important;font-size:15px!important;font-weight:600!important;transition:all .3s ease!important}.interview-content{align-items:center;display:flex;flex-direction:column;margin:0 auto;max-width:1000px;padding:1rem 2rem 2rem}.interview-scenarios-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-left:auto;margin-right:auto;width:100%}.interview-sidebar{display:none}.interview-sidebar_copy{display:block;margin-bottom:30px;width:100%}.interview-sidebar_copy>ul{align-items:center;display:flex;flex-direction:column;gap:30px;justify-content:center;list-style:none}.interview-sidebar_copy .interview-info-item{align-items:center;border-radius:12px;display:flex;flex-direction:column;gap:10px;width:100%}.interview-info-item>div{align-items:center;display:flex;flex-direction:column;justify-content:center}.interview-sidebar_copy .interview-action-item{align-items:center;border-radius:12px;display:flex;font-size:14px;justify-content:center;padding:14px;width:100%}.interview-back-button{align-items:center;background:#fff;border:2px solid #2563eb;border-radius:8px;box-shadow:0 2px 8px #2563eb1a;color:#2563eb;cursor:pointer;display:flex;font-size:15px;font-weight:600;gap:.5rem;padding:15px 25px;transition:all .3s ease}.interview-settings-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#2563eb,#1e40af);background-clip:text;-webkit-background-clip:text;color:#1e293b;font-size:36px;font-weight:800;margin-bottom:.75rem}.interview-settings-description{color:#64748b;font-size:20px;margin-bottom:1.5rem}.interview-settings-section h3{color:#1e293b;font-size:18px;font-weight:700;margin-bottom:.5rem}.interview-settings-section p{color:#64748b;font-size:14px;margin-bottom:1.5rem}.interview-count-button,.interview-time-button{background:#fff;border:2px solid #e2e8f0;border-radius:12px;color:#64748b;cursor:pointer;font-size:15px;font-weight:600;min-width:80px;padding:15px 25px;transition:all .3s ease}.interview-question-count-custom-area{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 8px #2563eb12;box-sizing:border-box;display:flex;flex-direction:row;gap:.5rem;height:44px;justify-content:center;margin:1.2rem auto 0;max-width:420px;padding:0 .5rem;transition:all .3s ease;width:-webkit-fit-content;width:fit-content}.interview-count-custom-btn{align-items:center;background:none;border:none;border-radius:8px;color:#2563eb;cursor:pointer;display:flex;font-size:1.3rem;font-weight:700;height:36px;justify-content:center;transition:background .2s,color .2s;width:32px}.interview-count-custom-input{-webkit-appearance:none;appearance:textfield;background:#0000;border:none;font-size:16px;font-weight:600;height:38px;outline:none;text-align:center;width:50px}.interview-count-custom-label{color:#1e293b;font-size:15px;font-weight:600;margin-left:4px}.interview-time-limit-none-btn{background:#fff;border:2px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 8px #2563eb12;flex:1 1;font-size:15px;font-weight:600;height:44px;margin:0;min-width:0;overflow:hidden;padding:0 7.5px;text-overflow:ellipsis;transition:all .3s;transition:all .3s ease;white-space:nowrap}.interview-time-custom-btn,.interview-time-limit-none-btn{align-items:center;color:#2563eb;cursor:pointer;display:flex;justify-content:center}.interview-time-custom-btn{background:none;border:none;border-radius:8px;font-size:1.3rem;font-weight:700;height:36px;transition:background .2s,color .2s;width:32px}.interview-time-custom-input{-webkit-appearance:none;appearance:textfield;background:#0000;border:none;font-size:16px;font-weight:600;height:38px;outline:none;text-align:center;width:50px}.interview-time-custom-label{color:#1e293b;font-size:15px;font-weight:600;margin-left:3px}.interview-time-custom-input-group{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 8px #2563eb12;display:flex;flex:1 1;gap:.5rem;height:44px;justify-content:center;min-width:0;padding:0 .5rem;transition:all .3s ease}.interview-settings-summary h3{color:#1e293b;font-size:18px;font-weight:700;margin-bottom:1.25rem;text-align:center}.interview-summary-item>span{border-bottom:none;color:#2563eb;font-size:14px;font-weight:600}.interview-start-interview-button{align-items:center;background:linear-gradient(135deg,#2563eb,#1e40af);border:none;border-radius:12px;box-shadow:0 4px 12px #2563eb33;color:#fff;cursor:pointer;display:inline-flex;font-size:15px;font-weight:700;gap:7.5px;min-width:100px;padding:15px 25px;transition:all .3s ease}.interview-card{animation:slideInUp .6s ease-out;background:#fff;border-radius:20px;box-shadow:0 10px 25px #2563eb1a;overflow:hidden;padding:.75rem;position:relative;text-align:center;width:100%}.interview-header{align-items:center;display:flex;flex-direction:column;margin-bottom:2rem;position:relative}.interview-icon>svg{height:40px;width:40px}.interview-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#2563eb,#1e40af);background-clip:text;-webkit-background-clip:text;color:#1e293b;font-size:36px;font-weight:800;margin-bottom:1.25rem}.interview-time-over-message{background-color:#fee2e2;border-left:4px solid #dc2626;border-radius:8px;color:#dc2626;font-size:15px;font-weight:700;margin:.5rem;max-width:80%;padding:15px 25px}.interview-question-section{background:#f8fafc;border-left:4px solid #2563eb;border-radius:12px;margin-bottom:2rem;padding:1.5rem}.interview-question-counter{color:#64748b;display:flex;font-size:15px;font-weight:600;gap:7.5px;margin-bottom:7.5px}.interview-question-text{color:#1e293b;font-size:15px;font-weight:600;line-height:1.5;text-align:start}.interview-question-badge{border-radius:16px;box-sizing:border-box;color:#fff;font-size:14px;height:auto;padding:.5px 7.5px;width:-webkit-fit-content;width:fit-content}.interview-timer{background:#1e40af;border-radius:30px;box-shadow:0 4px 12px #2563eb4d;color:#fff;font-size:15px;font-weight:600;padding:7.5px 15px;position:absolute;right:10px;top:10px}.interview-answer-input{border:2px solid #2563eb;border-radius:12px;box-shadow:0 0 0 3px #2563eb1a;font-family:inherit;font-size:15px;line-height:1.6;margin-bottom:1.5rem;min-height:150px;outline:none;padding:7.5px 15px;resize:vertical;transition:all .3s ease;width:100%}.interview-next-button{align-items:center;background:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:15px;font-weight:600;gap:.5rem;padding:15px 25px;transition:all .3s ease}.interview-page{margin:0 1rem}.interview-complete{text-align:center}.interview-complete h3{color:#1e293b;font-size:27px;font-weight:700;margin-bottom:1rem}.interview-complete p{color:#64748b;font-size:18px;margin-bottom:2rem}.interview-action-button{align-items:center;background:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:15px;font-weight:600;gap:.5rem;padding:15px 25px;transition:all .3s ease}.interview-question-time-number{color:#2563eb;font-size:14px;font-weight:600}.interview-question-time-text{color:#64748b;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.interview-question-time-duration{color:#1e293b;font-size:14px;font-weight:600;text-align:right}.interview-question-time-total{border-top:2px solid #e2e8f0;color:#1e293b;display:flex;font-size:15px;font-weight:700;justify-content:space-between;margin-top:1rem;padding:1rem}.interview-evaluation-feedback h4,.interview-evaluation-score h4{font-size:18px;font-weight:600;margin-bottom:.45rem}.interview-score-value{font-weight:800}.interview-score-value,.interview-score-value-section h1{font-size:36px;margin:0}.interview-score-bar-container{background-color:#e5e7eb;border-radius:10px;height:12px;overflow:hidden;position:relative;width:100%}.interview-score-legend-item>span{font-size:14px}.interview-evaluation-advise.text-left{color:#334155;font-size:18px;line-height:1.6;text-align:left;width:100%}.interview-feedback-header>svg{height:20px;width:20px}.interview-feedback-list li strong{color:#1e293b;display:block;font-size:15px;font-weight:600;margin-bottom:.3rem;text-align:left}.interview-feedback-list li p{color:#475569;font-size:14px;line-height:1.5;margin:0;text-align:left}.interview-list-bullet{align-items:center;border-radius:50%;display:flex;flex-shrink:0;font-size:15px;height:22px;justify-content:center;width:22px}.interview-blurCard-layer01{box-sizing:border-box;font-size:18px;font-weight:500;height:auto;padding:.75rem;width:80%}.interview-blueCard-highlight{color:#1d4ed8;font-size:19px;text-decoration:underline}.interview-blurCard-text{background-color:#fcfcfc;border-left:3px solid #3b82f6;border-radius:8px;box-sizing:border-box;color:#0009;font-size:15px;height:100%;padding:1rem;width:100%}.interview-blurCard-BTN{background:linear-gradient(135deg,#1d4ed8cc,#83b0f7cc);border:none;border-radius:36px;box-sizing:border-box;color:#fff;font-size:15px;font-weight:700;height:auto;padding:15px 25px;transition:all .25s ease-in-out;width:auto}.interview-font01{color:#31567e}.interview-font01,.interview-font02{font-size:18px;font-weight:550;width:50%}.interview-font02{color:#d35400}.interview-forimprov{align-items:center;border-left:3px solid #f59e0b;border-radius:10px;border-right:3px solid #f59e0b;display:flex;flex-direction:column;font-size:15px;font-weight:700;height:auto;justify-content:center;padding:10px;width:50%}.interview-prevdescription{color:#00000080;font-size:14px;font-weight:400;height:80%;margin-top:5px;width:80%}.interview-toresult02{color:#555;font-size:14px;font-weight:450;margin-bottom:10px;text-align:left;width:80%}.interview-question-specific-feedback h5{color:#1e293b;font-size:18px;font-weight:700;margin:0 0 1.5rem;position:relative;text-align:center}.interview-question-number{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:50%;box-shadow:0 4px 12px #2563eb40;color:#fff;display:flex;flex-shrink:0;font-size:18px;font-weight:700;height:36px;justify-content:center;overflow:hidden;position:relative;width:36px}.interview-my-answer h6,.interview-question-feedback h6{align-items:center;color:#475569;display:flex;font-size:15px;font-weight:700;gap:.5rem;margin:0 0 .8rem}.interview-my-answer>p,.interview-question-feedback>p{font-size:14px}.interview-next-steps h5{color:#1e293b;font-size:18px;font-weight:600;margin:0 0 1rem}.interview-next-steps-list li{color:#1e40af;font-size:14px;line-height:1.5;margin-bottom:.8rem}}@media (max-width:999px){.interview-scenarios-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);margin-left:auto;margin-right:auto;width:100%}}@media (max-width:787px){.interview-main{flex:1 1;min-width:0;padding:1rem}.interview-selection-title{color:#1e293b;font-size:32px;font-weight:800;margin-bottom:1rem}.interview-selection-description{color:#64748b;font-size:16px;line-height:1.6;margin:0 auto;max-width:600px}.interview-scenario-title{color:#1e293b;font-size:16px;font-weight:700;margin-bottom:.5rem}.interview-scenario-description{color:#64748b;font-size:13px;line-height:1.6;margin-bottom:.5rem;min-height:2rem}.interview-scenario-duration>svg{height:14px;width:14px}.interview-difficulty-badge{border-radius:20px;font-size:12px;font-weight:600;padding:.5px 10px}.interview-scenario-info{align-items:center;display:flex;font-size:13px;justify-content:space-between}.interview-info-label{color:#64748b!important;font-size:13px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.interview-info-value{color:#1e293b!important;font-size:13px;font-weight:500;line-height:1.4;word-break:break-word}.interview-action-item{background:#fff!important;border:2px solid #2563eb!important;box-shadow:0 2px 8px #2563eb1a!important;color:#2563eb!important;font-size:14px!important;font-weight:600!important;transition:all .3s ease!important}.interview-content{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-width:600px;padding:1rem 0 0}.interview-settings{margin:0;max-width:800px;padding:0;width:100%}.interview-scenarios-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(1,1fr);margin-bottom:5rem;margin-left:auto;margin-right:auto;width:100%}.interview-scenario-icon-container{margin-bottom:.5rem}.interview-sidebar{display:none}.interview-sidebar_copy{display:block;margin-bottom:30px;width:100%}.interview-sidebar_copy>ul{align-items:center;display:flex;flex-direction:column;gap:30px;justify-content:center;list-style:none}.interview-sidebar_copy .interview-info-item{align-items:center;border-radius:12px;display:flex;flex-direction:column;gap:10px;width:100%}.interview-info-item>div{align-items:center;display:flex;flex-direction:column;justify-content:center}.interview-sidebar_copy .interview-action-item{align-items:center;border-radius:12px;display:flex;font-size:13px;justify-content:center;padding:13px;width:100%}.interview-back-button{align-items:center;background:#fff;border:2px solid #2563eb;border-radius:8px;box-shadow:0 2px 8px #2563eb1a;color:#2563eb;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:.5rem;padding:14px 21px;transition:all .3s ease}.interview-settings-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#2563eb,#1e40af);background-clip:text;-webkit-background-clip:text;color:#1e293b;font-size:32px;font-weight:800;margin-bottom:.5rem}.interview-settings-description{color:#64748b;font-size:18px;margin-bottom:1.25rem}.interview-settings-section h3{color:#1e293b;font-size:18px;font-weight:700;margin-bottom:.5rem}.interview-settings-section p{color:#64748b;font-size:14px;margin-bottom:1.5rem}.interview-count-button,.interview-time-button{background:#fff;border:2px solid #e2e8f0;border-radius:12px;color:#64748b;cursor:pointer;font-size:14px;font-weight:600;min-width:80px;padding:14px 21px;transition:all .3s ease}.interview-question-count-custom-area{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 8px #2563eb12;box-sizing:border-box;display:flex;flex-direction:row;gap:.5rem;height:40px;justify-content:center;margin:1.2rem auto 0;max-width:420px;padding:0 .5rem;transition:all .3s ease;width:-webkit-fit-content;width:fit-content}.interview-count-custom-btn{align-items:center;background:none;border:none;border-radius:8px;color:#2563eb;cursor:pointer;display:flex;font-size:1.2rem;font-weight:700;height:32px;justify-content:center;transition:background .2s,color .2s;width:28px}.interview-count-custom-input{-webkit-appearance:none;appearance:textfield;background:#0000;border:none;font-size:15px;font-weight:600;height:38px;outline:none;text-align:center;width:45px}.interview-count-custom-label{color:#1e293b;font-size:14px;font-weight:600;margin-left:4px}.interview-time-limit-none-btn{background:#fff;border:2px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 8px #2563eb12;flex:1 1;font-size:14px;font-weight:600;height:40px;margin:0;min-width:0;overflow:hidden;padding:0 7px;text-overflow:ellipsis;transition:all .3s;transition:all .3s ease;white-space:nowrap}.interview-time-custom-btn,.interview-time-limit-none-btn{align-items:center;color:#2563eb;cursor:pointer;display:flex;justify-content:center}.interview-time-custom-btn{background:none;border:none;border-radius:8px;font-size:1.2rem;font-weight:700;height:32px;transition:background .2s,color .2s;width:28px}.interview-time-custom-input{-webkit-appearance:none;appearance:textfield;background:#0000;border:none;font-size:15px;font-weight:600;height:38px;outline:none;text-align:center;width:50px}.interview-time-custom-label{color:#1e293b;font-size:14px;font-weight:600;margin-left:2px}.interview-time-custom-input-group{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 8px #2563eb12;display:flex;flex:1 1;gap:.5rem;height:40px;justify-content:center;min-width:0;padding:0 .5rem;transition:all .3s ease}.interview-settings-summary h3{color:#1e293b;font-size:16px;font-weight:700;margin-bottom:1.25rem;text-align:center}.interview-summary-item>span{border-bottom:none;color:#2563eb;font-size:13px;font-weight:600}.interview-start-interview-button{align-items:center;background:linear-gradient(135deg,#2563eb,#1e40af);border:none;border-radius:12px;box-shadow:0 4px 12px #2563eb33;color:#fff;cursor:pointer;display:inline-flex;font-size:14px;font-weight:700;gap:7px;min-width:100px;padding:14px 21px;transition:all .3s ease}.interview-question-count-selector,.interview-time-limit-selector{display:flex;flex-wrap:nowrap;gap:1rem;justify-content:center}.interview-card{animation:slideInUp .6s ease-out;background:#fff;border-radius:12px;box-shadow:0 10px 20px #2563eb1a;margin-bottom:5rem;overflow:hidden;padding:.5rem;position:relative;text-align:center;width:100%}.interview-header{align-items:center;display:flex;flex-direction:column;margin-bottom:1.5rem;position:relative}.interview-icon>svg{height:36px;width:36px}.interview-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#2563eb,#1e40af);background-clip:text;-webkit-background-clip:text;color:#1e293b;font-size:32px;font-weight:800;margin-bottom:1rem}.interview-time-over-message{background-color:#fee2e2;border-left:4px solid #dc2626;border-radius:8px;color:#dc2626;font-size:14px;font-weight:700;margin:.25rem;max-width:80%;padding:14px 21px}.interview-question-section{background:#f8fafc;border-left:3px solid #2563eb;border-radius:8px;margin-bottom:1.5rem;padding:1.25rem}.interview-question-counter{color:#64748b;display:flex;font-size:13px;font-weight:600;gap:6.5px;margin-bottom:6.5px}.interview-question-text{color:#1e293b;font-size:13px;font-weight:600;line-height:1.5;text-align:start}.interview-question-badge{border-radius:12px;box-sizing:border-box;color:#fff;font-size:12px;height:auto;padding:.5px 7.5px;width:-webkit-fit-content;width:fit-content}.interview-timer{background:#1e40af;border-radius:30px;box-shadow:0 4px 12px #2563eb4d;color:#fff;font-size:13px;font-weight:600;padding:6.5px 13px;position:absolute;right:10px;top:10px}.interview-answer-input{border:2px solid #2563eb;border-radius:8px;box-shadow:0 0 0 3px #2563eb1a;font-family:inherit;font-size:13px;line-height:1.6;margin-bottom:1rem;min-height:120px;outline:none;padding:6.5px 13px;resize:vertical;transition:all .3s ease;width:100%}.interview-next-button{align-items:center;background:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:.5rem;padding:14px 21px;transition:all .3s ease}.interview-complete{text-align:center}.interview-complete h3{color:#1e293b;font-size:24px;font-weight:700;margin-bottom:1rem}.interview-complete p{color:#64748b;font-size:16px;margin-bottom:2rem}.interview-action-button{align-items:center;background:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:.5rem;padding:14px 21px;transition:all .3s ease}.interview-question-time-number{color:#2563eb;font-size:13px;font-weight:600}.interview-question-time-text{color:#64748b;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.interview-question-time-duration{color:#1e293b;font-size:13px;font-weight:600;text-align:right}.interview-question-time-total{border-top:2px solid #e2e8f0;color:#1e293b;display:flex;font-size:14px;font-weight:700;justify-content:space-between;margin-top:1rem;padding:1rem}.interview-evaluation-feedback h4,.interview-evaluation-score h4{font-size:16px;font-weight:600;margin-bottom:.25rem}.interview-score-value{font-weight:800}.interview-score-value,.interview-score-value-section h1{font-size:32px;margin:0}.interview-score-bar-container{background-color:#e5e7eb;border-radius:10px;height:10px;overflow:hidden;position:relative;width:100%}.interview-score-legend-item>span{font-size:13px}.interview-evaluation-advise.text-left{color:#334155;font-size:16px;line-height:1.6;text-align:left;width:100%}.interview-feedback-section{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr;grid-template-rows:1fr 1fr;margin-bottom:2.5rem}.interview-feedback-header>svg{height:18px;width:18px}.interview-feedback-list li strong{color:#1e293b;display:block;font-size:14px;font-weight:600;margin-bottom:.3rem;text-align:left}.interview-feedback-list li p{color:#475569;font-size:13px;line-height:1.5;margin:0;text-align:left}.interview-list-bullet{align-items:center;border-radius:50%;display:flex;flex-shrink:0;font-size:14px;height:20px;justify-content:center;width:20px}.interview-blurCard-layer01{box-sizing:border-box;font-size:16px;font-weight:500;height:auto;padding:.75rem;width:80%}.interview-blueCard-highlight{color:#1d4ed8;font-size:17px;text-decoration:underline}.interview-blurCard-text{background-color:#fcfcfc;border-left:3px solid #3b82f6;border-radius:8px;box-sizing:border-box;color:#0009;font-size:14px;height:100%;padding:1rem;width:100%}.interview-blurCard-BTN{background:linear-gradient(135deg,#1d4ed8cc,#83b0f7cc);border:none;border-radius:36px;box-sizing:border-box;color:#fff;font-size:14px;font-weight:700;height:auto;padding:14px 21px;transition:all .25s ease-in-out;width:auto}.interview-font01{color:#31567e}.interview-font01,.interview-font02{display:none;font-size:16px;font-weight:550;width:0}.interview-font02{color:#d35400}.interview-forimprov{border-left:3px solid #f59e0b;border-right:3px solid #f59e0b;font-size:14px;font-weight:700;height:auto;padding:10px}.interview-forimprov,.interview-toresult{align-items:center;border-radius:10px;display:flex;flex-direction:column;justify-content:center;width:100%}.interview-toresult{font-size:22px;height:100%}.interview-prev-svg{display:none;height:30px;width:30px}.interview-prev-svg-down{display:block;height:30px;width:30px}.interview-prevdescription{color:#00000080;font-size:13px;font-weight:400;height:80%;margin-top:5px;width:80%}.interview-toresult02{color:#555;font-size:13px;font-weight:450;margin-bottom:10px;text-align:left;width:80%}.interview-question-specific-feedback h5{color:#1e293b;font-size:16px;font-weight:700;margin:0 0 1.5rem;position:relative;text-align:center}.interview-question-number{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:50%;box-shadow:0 4px 12px #2563eb40;color:#fff;display:flex;flex-shrink:0;font-size:16px;font-weight:700;height:32px;justify-content:center;overflow:hidden;position:relative;width:32px}.interview-my-answer h6,.interview-question-feedback h6{align-items:center;color:#475569;display:flex;font-size:14px;font-weight:700;gap:.5rem;margin:0 0 .8rem}.interview-my-answer>p,.interview-question-feedback>p{font-size:13px}.interview-next-steps h5{color:#1e293b;font-size:16px;font-weight:600;margin:0 0 1rem}.interview-next-steps-list li{color:#1e40af;font-size:13px;line-height:1.5;margin-bottom:.8rem}.interview-problem{align-items:center;border-radius:20px;box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;justify-content:center;margin-bottom:50px;padding:10px;width:100%}.interview-settings-card{margin-bottom:5rem}}@media (max-width:479px){.interview-main{flex:1 1;min-width:0;padding:1rem}.interview-selection-title{color:#1e293b;font-size:28px;font-weight:800;margin-bottom:.5rem}.interview-selection-description{color:#64748b;font-size:14px;line-height:1.6;margin:0 auto;max-width:600px}.interview-scenario-title{color:#1e293b;font-size:14px;font-weight:700;margin-bottom:.35rem}.interview-scenario-description{color:#64748b;font-size:12px;line-height:1.6;margin-bottom:.35rem;min-height:2rem}.interview-scenario-duration>svg{height:13px;width:13px}.interview-difficulty-badge{border-radius:20px;font-size:11px;font-weight:600;padding:.5px 10px}.interview-scenario-info{align-items:center;display:flex;font-size:12px;justify-content:space-between}.interview-info-label{color:#64748b!important;font-size:12px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.interview-info-value{color:#1e293b!important;font-size:12px;font-weight:500;line-height:1.4;word-break:break-word}.interview-action-item{background:#fff!important;border:1px solid #2563eb!important;box-shadow:0 2px 8px #2563eb1a!important;color:#2563eb!important;font-size:13px!important;font-weight:600!important;transition:all .3s ease!important}.interview-content{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-width:460px;padding:1rem 0 0}.interview-settings{margin:0;max-width:800px;padding:0;width:100%}.interview-scenarios-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(1,1fr);margin-left:auto;margin-right:auto;width:100%}.interview-scenario-icon-container{margin-bottom:.5rem}.interview-sidebar{display:none}.interview-sidebar_copy{display:block;margin-bottom:30px;width:100%}.interview-sidebar_copy>ul{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center;list-style:none}.interview-sidebar_copy .interview-info-item{align-items:center;border-radius:12px;display:flex;flex-direction:column;gap:10px;width:100%}.interview-info-item>div{align-items:center;display:flex;flex-direction:column;justify-content:center}.interview-sidebar_copy .interview-action-item{align-items:center;border-radius:12px;display:flex;font-size:13px;justify-content:center;padding:13px;width:100%}.interview-back-button{align-items:center;background:#fff;border:2px solid #2563eb;border-radius:8px;box-shadow:0 2px 8px #2563eb1a;color:#2563eb;cursor:pointer;display:flex;font-size:13px;font-weight:600;gap:.35rem;padding:13px 19.5px;transition:all .3s ease}.interview-settings-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#2563eb,#1e40af);background-clip:text;-webkit-background-clip:text;color:#1e293b;font-size:28px;font-weight:800;margin-bottom:.35rem}.interview-settings-description{color:#64748b;font-size:14px;margin-bottom:1rem}.interview-settings-section h3{color:#1e293b;font-size:15px;font-weight:700;margin-bottom:.35rem}.interview-settings-section p{color:#64748b;font-size:12px;margin-bottom:1rem}.interview-count-button,.interview-time-button{background:#fff;border:2px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;font-size:13px;font-weight:600;min-width:80px;padding:13px 19.5px;transition:all .3s ease}.interview-question-count-custom-area{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 8px #2563eb12;box-sizing:border-box;display:flex;flex-direction:row;gap:.5rem;height:36px;justify-content:center;margin:1.2rem auto 0;max-width:420px;padding:0 .5rem;transition:all .3s ease;width:-webkit-fit-content;width:fit-content}.interview-count-custom-btn{align-items:center;background:none;border:none;border-radius:8px;color:#2563eb;cursor:pointer;display:flex;font-size:1.1rem;font-weight:700;height:28px;justify-content:center;transition:background .2s,color .2s;width:24px}.interview-count-custom-input{-webkit-appearance:none;appearance:textfield;background:#0000;border:none;font-size:14px;font-weight:600;height:38px;outline:none;text-align:center;width:45px}.interview-count-custom-label{color:#1e293b;font-size:13px;font-weight:600;margin-left:4px}.interview-time-limit-none-btn{background:#fff;border:2px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 8px #2563eb12;flex:1 1;font-size:14px;font-weight:600;height:36px;margin:0;min-width:0;overflow:hidden;padding:14px 21px;text-overflow:ellipsis;transition:all .3s;transition:all .3s ease;white-space:nowrap}.interview-time-custom-btn,.interview-time-limit-none-btn{align-items:center;color:#2563eb;cursor:pointer;display:flex;justify-content:center}.interview-time-custom-btn{background:none;border:none;border-radius:8px;font-size:1.1rem;font-weight:700;height:28px;transition:background .2s,color .2s;width:24px}.interview-time-custom-input{-webkit-appearance:none;appearance:textfield;background:#0000;border:none;font-size:14px;font-weight:600;height:38px;outline:none;text-align:center;width:45px}.interview-time-custom-label{color:#1e293b;font-size:13px;font-weight:600;margin-left:1px}.interview-time-custom-input-group{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 8px #2563eb12;display:flex;flex:1 1;gap:.5rem;height:36px;justify-content:center;min-width:0;padding:0 .5rem;transition:all .3s ease}.interview-settings-summary h3{color:#1e293b;font-size:15px;font-weight:700;margin-bottom:1rem;text-align:center}.interview-summary-item>span{border-bottom:none;color:#2563eb;font-size:12px;font-weight:600}.interview-start-interview-button{align-items:center;background:linear-gradient(135deg,#2563eb,#1e40af);border:none;border-radius:12px;box-shadow:0 4px 12px #2563eb33;color:#fff;cursor:pointer;display:inline-flex;font-size:13px;font-weight:700;gap:6.5px;min-width:50px;padding:13px 19.5px;transition:all .3s ease}.interview-question-count-selector,.interview-time-limit-selector{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.interview-time-limit-custom-area{align-items:center;display:flex;flex-direction:column;gap:.5rem;margin:1.2rem auto 0;max-width:420px;width:100%}.interview-time-custom-divider{display:none}.interview-card{animation:slideInUp .6s ease-out;background:#fff;border-radius:12px;box-shadow:0 10px 20px #2563eb1a;overflow:hidden;padding:.25rem;position:relative;text-align:center;width:100%}.interview-header{align-items:center;display:flex;flex-direction:column;margin-bottom:1.25rem;position:relative}.interview-icon>svg{height:32px;width:32px}.interview-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#2563eb,#1e40af);background-clip:text;-webkit-background-clip:text;color:#1e293b;font-size:28px;font-weight:800;margin-bottom:1rem}.interview-time-over-message{background-color:#fee2e2;border-left:4px solid #dc2626;border-radius:8px;color:#dc2626;font-size:13px;font-weight:700;margin:.25rem;max-width:80%;padding:13px 19.5px}.interview-question-section{background:#f8fafc;border-left:2px solid #2563eb;border-radius:6px;margin-bottom:1.25rem;padding:1rem}.interview-question-counter{color:#64748b;display:flex;font-size:12px;font-weight:600;gap:6px;margin-bottom:6px}.interview-question-text{color:#1e293b;font-size:12px;font-weight:600;line-height:1.5;text-align:start}.interview-question-badge{border-radius:10px;box-sizing:border-box;color:#fff;font-size:11px;height:auto;padding:.35px 5.5px;width:-webkit-fit-content;width:fit-content}.interview-timer{background:#1e40af;border-radius:30px;box-shadow:0 4px 12px #2563eb4d;color:#fff;font-size:12px;font-weight:600;padding:6px 12px;position:absolute;right:10px;top:10px}.interview-answer-input{border:2px solid #2563eb;border-radius:8px;box-shadow:0 0 0 3px #2563eb1a;font-family:inherit;font-size:12px;line-height:1.6;margin-bottom:.75rem;min-height:100px;outline:none;padding:6px 12px;resize:vertical;transition:all .3s ease;width:100%}.interview-next-button{align-items:center;background:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:13px;font-weight:600;gap:.5rem;padding:13px 19.5px;transition:all .3s ease}.interview-complete{text-align:center}.interview-complete h3{color:#1e293b;font-size:21px;font-weight:700;margin-bottom:1rem}.interview-complete p{color:#64748b;font-size:14px;margin-bottom:1.5rem}.interview-action-button{align-items:center;background:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:13px;font-weight:600;gap:.5rem;padding:13px 19.5px;transition:all .3s ease}.interview-question-time-number{color:#2563eb;font-size:12px;font-weight:600}.interview-question-time-text{color:#64748b;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.interview-question-time-duration{color:#1e293b;font-size:12px;font-weight:600;text-align:right}.interview-question-time-total{border-top:2px solid #e2e8f0;color:#1e293b;display:flex;font-size:13px;font-weight:700;justify-content:space-between;margin-top:1rem;padding:1rem}.interview-evaluation-feedback h4,.interview-evaluation-score h4{font-size:14px;font-weight:600;margin-bottom:.15rem}.interview-score-value{font-weight:800}.interview-score-value,.interview-score-value-section h1{font-size:28px;margin:0}.interview-score-bar-container{background-color:#e5e7eb;border-radius:10px;height:8px;overflow:hidden;position:relative;width:100%}.interview-score-legend-item>span{font-size:12px}.interview-evaluation-advise.text-left{color:#334155;font-size:14px;line-height:1.6;text-align:left;width:100%}.interview-feedback-section{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr;grid-template-rows:1fr 1fr;margin-bottom:2.5rem}.interview-feedback-header>svg{height:16px;width:16px}.interview-feedback-list li strong{color:#1e293b;display:block;font-size:13px;font-weight:600;margin-bottom:.3rem;text-align:left}.interview-feedback-list li p{color:#475569;font-size:12px;line-height:1.5;margin:0;text-align:left}.interview-list-bullet{align-items:center;border-radius:50%;display:flex;flex-shrink:0;font-size:13px;height:18px;justify-content:center;width:18px}.interview-blurCard-layer01{box-sizing:border-box;font-size:14px;font-weight:500;height:auto;padding:.75rem;width:80%}.interview-blueCard-highlight{color:#1d4ed8;font-size:15px;text-decoration:underline}.interview-blurCard-text{background-color:#fcfcfc;border-left:3px solid #3b82f6;border-radius:8px;box-sizing:border-box;color:#0009;font-size:12px;height:100%;padding:1rem;width:100%}.interview-blurCard-BTN{background:linear-gradient(135deg,#1d4ed8cc,#83b0f7cc);border:none;border-radius:36px;box-sizing:border-box;color:#fff;font-size:13px;font-weight:700;height:auto;padding:13px 19.5px;transition:all .25s ease-in-out;width:auto}.interview-font01{color:#31567e}.interview-font01,.interview-font02{display:none;font-size:16px;font-weight:550;width:0}.interview-font02{color:#d35400}.interview-forimprov{border-left:3px solid #f59e0b;border-right:3px solid #f59e0b;font-weight:700;height:auto;padding:10px}.interview-forimprov,.interview-toresult{align-items:center;border-radius:10px;display:flex;flex-direction:column;font-size:13px;justify-content:center;width:100%}.interview-toresult{height:100%}.interview-prev-svg{display:none;height:26px;width:26px}.interview-prev-svg-down{display:block;height:26px;width:26px}.interview-prevdescription{color:#00000080;font-size:12px;font-weight:400;height:80%;margin-top:5px;width:80%}.interview-toresult02{color:#555;font-size:12px;font-weight:450;margin-bottom:10px;text-align:left;width:80%}.interview-question-specific-feedback h5{color:#1e293b;font-size:14px;font-weight:700;margin:0 0 1.5rem;position:relative;text-align:center}.interview-question-number{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:50%;box-shadow:0 4px 12px #2563eb40;color:#fff;display:flex;flex-shrink:0;font-size:14px;font-weight:700;height:28px;justify-content:center;overflow:hidden;position:relative;width:28px}.interview-my-answer h6,.interview-question-feedback h6{align-items:center;color:#475569;display:flex;font-size:13px;font-weight:700;gap:.5rem;margin:0 0 .8rem}.interview-my-answer>p,.interview-question-feedback>p{font-size:12px}.interview-next-steps h5{color:#1e293b;font-size:14px;font-weight:600;margin:0 0 1rem}.interview-next-steps-list li{color:#1e40af;font-size:12px;line-height:1.5;margin-bottom:.8rem}.interview-problem{align-items:center;border-radius:20px;box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;justify-content:center;margin-bottom:50px;padding:10px;width:100%}}.custom-interview-mt10{margin-top:10px}.custom-interview-mb10{margin-bottom:10px}.custom-interview-ui .setup-header{margin-bottom:2rem;text-align:center}.custom-interview-ui .setup-header h2{color:#333;font-size:1.8rem;margin-bottom:.5rem}.custom-interview-ui .setup-header p{color:#666;font-size:1rem}.custom-interview-ui .setup-content{display:flex;flex-direction:column;gap:2rem}.custom-interview-ui .style-settings{grid-gap:1rem;background:#f8f9fa;border-radius:8px;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));padding:1.5rem}.custom-interview-ui .setting-group{display:flex;flex-direction:column;gap:.5rem}.custom-interview-ui .setting-group label{color:#444;font-weight:500}.custom-interview-ui .setting-group select{background:#fff;border:1px solid #ddd;border-radius:6px;cursor:pointer;font-size:.9rem;padding:.75rem;transition:border-color .2s}.custom-interview-ui .setting-group select:hover{border-color:#007bff}.custom-interview-ui .questions-container{background:#fff;border-radius:8px;padding:1.5rem}.custom-interview-ui .questions-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.custom-interview-ui .questions-header h3{color:#333;font-size:1.2rem}.custom-interview-ui .add-question-btn{align-items:center;border-radius:6px;display:flex;gap:.5rem;padding:.5rem 1rem;transition:background-color .2s}.custom-interview-ui .questions-list{display:flex;flex-direction:column;gap:1rem}.custom-interview-ui .question-item{align-items:center;display:flex;gap:1rem}.custom-interview-ui .question-item input{border:1px solid #ddd;border-radius:6px;flex:1 1;font-size:.9rem;padding:.75rem;transition:border-color .2s}.custom-interview-ui .question-item input:focus{border-color:#007bff;outline:none}.custom-interview-ui .remove-question-btn{background:#dc3545;border:none;border-radius:6px;color:#fff;cursor:pointer;padding:.5rem;transition:background-color .2s}.custom-interview-ui .remove-question-btn:hover{background:#c82333}.custom-interview-ui .setup-actions{display:flex;justify-content:center;margin-top:2rem}.custom-interview-ui .start-interview-btn{background:#28a745;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:500;padding:1rem 2rem;transition:background-color .2s}.custom-interview-ui .start-interview-btn:hover:not(:disabled){background:#218838}.custom-interview-ui .start-interview-btn:disabled{background:#6c757d;cursor:not-allowed}@media (max-width:768px){.custom-interview-ui .custom-interview-setup{padding:1rem}.custom-interview-ui .style-settings{grid-template-columns:1fr}.custom-interview-ui .question-item{flex-direction:column}.custom-interview-ui .remove-question-btn{width:100%}}.custom-interview-ui{background:#fff;border-radius:16px;box-shadow:0 2px 16px #00000012;margin:0 auto;max-width:900px;padding:2.5rem 1.5rem}.custom-interview-ui .setup-header{display:flex;gap:1.5rem;justify-content:center;margin-bottom:2.5rem}.custom-interview-ui .setup-header select{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;font-size:1rem;padding:.7rem 1.2rem;transition:border-color .2s}.custom-interview-ui .setup-header select:focus{border-color:#007bff;outline:none}.custom-interview-ui .setup-content.grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin-bottom:2.5rem}.custom-interview-ui .question-input-box{background:#f9fafb;border-radius:12px;box-shadow:0 1px 4px #f1f3f5;display:flex;flex-direction:column;gap:.7rem;min-height:260px;padding:1.5rem 1.2rem}.custom-interview-ui .question-input-box>div:first-child{font-size:1.1rem;font-weight:600;margin-bottom:.7rem}.custom-interview-ui .question-input-box input[type=text]{background:#fff;border:1px solid #e0e0e0;border-radius:8px;flex:1 1;font-size:1rem;padding:.7rem 1rem;transition:border-color .2s}.custom-interview-ui .question-input-box input[type=text]:focus{border-color:#007bff;outline:none}.custom-interview-ui .add-question-btn{background:#007bff;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;margin-top:.5rem;padding:.6rem 1.2rem;transition:background .2s}.custom-interview-ui .add-question-btn:hover{background:#0056b3}.custom-interview-ui .delete-btn{background:#e74c3c;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.95rem;padding:.5rem 1rem;transition:background .2s}.custom-interview-ui .delete-btn:hover{background:#c0392b}.custom-interview-ui .preset-box{background:#f9fafb;border-radius:12px;box-shadow:0 1px 4px #f1f3f5;display:flex;flex-direction:column;gap:1rem;min-height:260px;padding:1.5rem 1.2rem}.custom-interview-ui .category-btns{display:flex;gap:.5rem;margin-bottom:1rem}.custom-interview-ui .category-btn,.custom-interview-ui .makeQ-btn{background:#e9ecef;border:none;border-radius:6px;color:#333;cursor:pointer;font-size:.98rem;padding:.5rem 1.1rem;transition:background .2s,color .2s}.custom-interview-ui .category-btn.active,.custom-interview-ui .category-btn:hover,.custom-interview-ui .makeQ-btn:hover{background:#007bff;color:#fff}.custom-interview-ui .preset-list{display:flex;flex-direction:column;gap:.5rem}.custom-interview-ui .preset-list label{align-items:center;background:#fff;border-radius:6px;cursor:pointer;display:flex;font-size:1rem;gap:.7rem;padding:.5rem .8rem;transition:background .2s}.custom-interview-ui .preset-list label:hover{background:#f1f3f5}.custom-interview-ui .preset-list input[type=checkbox]{accent-color:#007bff;height:1.1rem;width:1.1rem}.custom-interview-ui .final-questions-box{background:#f8f9fa;border-radius:12px;box-shadow:0 1px 4px #f1f3f5;margin-bottom:2rem;padding:1.5rem 1.2rem}.custom-interview-ui .final-title{color:#222;font-size:1.1rem;font-weight:700;margin-bottom:1rem}.custom-interview-ui .final-list{display:flex;flex-direction:column;gap:.7rem}.custom-interview-ui .final-item{align-items:center;background:#fff;border-radius:8px;box-shadow:0 1px 2px #f1f3f5;cursor:grab;display:flex;font-size:1rem;gap:1rem;padding:.8rem 1.1rem}.custom-interview-ui .interview-actions{display:flex;gap:1.2rem;justify-content:center;margin-top:1.5rem}.custom-interview-ui .action-button{border:none;border-radius:8px;cursor:pointer;font-size:1.08rem;font-weight:600;padding:.9rem 2.2rem;transition:background .2s}.custom-interview-ui .start-button{background:#28a745;color:#fff}.custom-interview-ui .start-button:hover{background:#218838}.custom-interview-ui .save-button{background:#007bff;color:#fff}.custom-interview-ui .save-button:hover{background:#0056b3}@media (max-width:900px){.custom-interview-ui .custom-interview-ui{padding:1rem .2rem}.custom-interview-ui .setup-content.grid{gap:1.2rem;grid-template-columns:1fr}}.custom-interview-spinner{animation:spin 1s linear infinite;border:2px solid #ccc;border-radius:50%;border-top-color:#007bff;display:inline-block;height:16px;margin-right:6px;vertical-align:middle;width:16px}.custom-interview-spinner.large{border-width:3px;height:24px;margin-right:10px;width:24px}.custom-interview-loading-box{align-items:center;color:#007bff;display:flex;font-style:italic;font-weight:500;padding:10px}.custom-interview-root,body{background:#eaf4fb}.custom-interview-root{align-items:center;border-radius:20px;display:flex;flex-direction:column;padding:0 0 4rem}.custom-interview-header{margin-bottom:2rem;text-align:center}.custom-interview-header h1{color:#2563eb;font-size:2.2rem;font-weight:700;margin-bottom:.5rem}.custom-interview-header p{color:#4b5c6b;font-size:1.1rem}.custom-interview-card{animation:slideInUp .6s ease-out;background:#fff;border-radius:18px;box-shadow:0 4px 24px #1976d214;display:flex;flex-direction:column;gap:2rem;max-width:666px;padding:2.5rem 4rem 2rem;width:100%}.custom-interview-section{align-items:center;display:flex;flex-direction:column;gap:.7rem}.custom-interview-section-title{color:#222;font-size:1.15rem;font-weight:600;margin-bottom:.5rem}.custom-interview-btn-group{display:flex;gap:.7rem}.custom-interview-toggle-btn{background:#f4f7fa;border:none;border-radius:8px;color:#1976d2;cursor:pointer;font-size:1.05rem;font-weight:500;outline:none;padding:.7rem 1.3rem;transition:background .18s,color .18s}.custom-interview-toggle-btn.selected,.custom-interview-toggle-btn:active{background:#1976d2;color:#fff}.custom-interview-toggle-btn:hover{background:#e3f0fc}.custom-interview-summary-card{background:#f7fafd;border-radius:12px;box-shadow:0 2px 8px #1976d20f;margin-top:.5rem;padding:1.2rem 1.2rem 1.1rem}.custom-interview-summary-title{color:#2563eb;font-size:1.08rem;font-weight:600;margin-bottom:.7rem}.custom-interview-summary-row{color:#333;display:flex;font-size:1rem;justify-content:space-between;margin-bottom:.3rem}.custom-interview-summary-row:last-child{margin-bottom:0}.custom-interview-action-row{display:flex;justify-content:center;margin-top:1.2rem;position:relative}.custom-interview-main-btn{align-items:center;background:#28a745;border:none;border-radius:10px;box-shadow:0 2px 8px #1976d214;color:#fff;cursor:pointer;display:flex;font-size:1.15rem;font-weight:600;gap:.7rem;justify-content:center;padding:1rem 0;transition:background .18s;width:100%}.custom-interview-main-btn:hover:not(:disabled){background:#218838}.custom-interview-main-btn:disabled{background:#6c757d;cursor:not-allowed}.custom-interview-loading-spinner-small{animation:spin 1s linear infinite;border:3px solid #fff;border-radius:50%;border-top-color:#1976d2;height:20px;width:20px}@media (max-width:600px){.custom-interview-card{max-width:98vw;padding:1.2rem .5rem 1rem}.custom-interview-header h1{font-size:1.3rem}}.custom-interview-category-list{display:flex;flex-direction:column;gap:1.1rem;margin-top:.5rem;width:100%}.custom-interview-category-item{align-items:center;display:flex;gap:1.2rem;justify-content:space-between}.custom-interview-category-label{color:#2563eb;font-size:1.05rem;font-weight:500;min-width:90px}.custom-interview-count-control{align-items:center;display:flex;gap:.3rem}.custom-interview-count-btn{align-items:center;background:#e3f0fc;border:none;border-radius:6px;color:#1976d2;cursor:pointer;display:flex;font-size:1.2rem;font-weight:700;height:32px;justify-content:center;transition:background .15s;width:32px}.custom-interview-count-btn:hover{background:#1976d2;color:#fff}.custom-interview-count-input{border:1px solid #b3c6e0;border-radius:6px;font-size:1.05rem;outline:none;padding:.4rem .2rem;text-align:center;transition:border .15s;width:48px}.custom-interview-count-input:focus{border:1.5px solid #1976d2}.custom-interview-count-input::-webkit-inner-spin-button,.custom-interview-count-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.custom-interview-count-unit{color:#666;font-size:.98rem;margin-left:.2rem}.custom-interview-action-row .speech-bubble{align-items:center;background:#2563eb;border-radius:.4em;display:flex;justify-content:center;min-height:42px;min-width:200px;padding:10px;position:absolute;top:-58px}.custom-interview-action-row .speech-bubble:after{border:.563em solid #0000;border-bottom:0;border-top-color:#2563eb;bottom:1px;content:"";height:0;left:50%;margin-bottom:-.562em;margin-left:-.562em;position:absolute;width:0}.custom-interview-action-row .generation-log-area{font-size:14px;line-height:1.3;white-space:pre-line}.custom-interview-ui .generation-log-line{animation:fadeInOut 3s ease forwards;background:#f1f4ff;border-radius:8px;box-shadow:0 2px 4px #00000014;color:#333;font-size:.9rem;margin-bottom:2px;max-width:100%;opacity:0;padding:6px 10px;position:relative}.custom-interview-action-row .generation-log-area{color:#fff;display:flex;flex-direction:column;gap:4px}@keyframes fadeInOut{0%{opacity:0;transform:translateY(4px)}10%{opacity:1;transform:translateY(0)}90%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-4px)}}.custom-interview-time-button{background:#f4f7fa;border:none;border-radius:8px;color:#1976d2;cursor:pointer;font-size:1.05rem;font-weight:500;outline:none;padding:.7rem 1.3rem;transition:background .18s,color .18s}.custom-interview-time-button.selected,.custom-interview-time-button:active{background:#1976d2;color:#fff}.custom-interview-time-button:hover{background:#e3f0fc}.custom-interview-time-limit-custom-area{display:flex;justify-content:center;margin-top:1rem}.custom-interview-time-limit-none-btn{background:#f4f7fa;border:none;border-radius:8px;color:#1976d2;cursor:pointer;font-size:1.05rem;font-weight:500;outline:none;padding:.7rem 1.3rem;transition:background .18s,color .18s}.custom-interview-time-limit-none-btn.selected,.custom-interview-time-limit-none-btn:active{background:#1976d2;color:#fff}.custom-interview-time-limit-none-btn:hover{background:#e3f0fc}.job-company-selection-page{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);min-height:100vh;padding-top:26px}.job-company-selection-page .content{margin:0 auto;max-width:1200px;padding:1rem 2rem 2rem}.job-company-selection-page .back-button-container{margin-bottom:2rem}.job-company-selection-page .back-button{align-items:center;background:#fff;border:2px solid #2563eb;border-radius:8px;box-shadow:0 2px 8px #2563eb1a;color:#2563eb;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s ease}.job-company-selection-page .back-button:hover{background:#2563eb;box-shadow:0 4px 12px #2563eb33;color:#fff;transform:translateY(-2px)}.job-company-selection-page .rotate-icon{transform:rotate(180deg)}.job-company-selection-page .card{animation:slideInUp .6s ease-out;background:#fff;border-radius:20px;box-shadow:0 10px 25px #2563eb1a;overflow:hidden;padding:3rem;position:relative;text-align:center}.job-company-selection-page .card:before{background:linear-gradient(90deg,#2563eb,#3b82f6,#60a5fa);content:"";height:4px;left:0;position:absolute;right:0;top:0}.job-company-selection-page .icon{color:#2563eb;filter:drop-shadow(0 4px 8px rgba(37,99,235,.2));margin:0 auto 2rem}.job-company-selection-page .title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#2563eb,#1e40af);background-clip:text;-webkit-background-clip:text;color:#1e293b;font-size:2.5rem;font-weight:800;margin-bottom:1.5rem}.job-company-selection-page .preparation-content{padding:1rem 0;text-align:left}.job-company-selection-page .preparation-content h3{color:#1e293b;font-size:1.8rem;font-weight:700;margin-bottom:1rem}.job-company-selection-page .preparation-description{color:#64748b;font-size:1rem;margin-bottom:2rem}.job-company-selection-page .company-dropdown-container{margin-bottom:1rem;position:relative;width:100%}.job-company-selection-page .company-dropdown-header{align-items:center;background-color:#fff;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;display:flex;justify-content:space-between;padding:1rem;transition:all .3s ease}.job-company-selection-page .company-dropdown-header:hover{border-color:#2563eb}.job-company-selection-page .selected-company{align-items:center;display:flex;gap:1rem}.job-company-selection-page .company-placeholder{color:#94a3b8}.job-company-selection-page .dropdown-icon{transition:transform .3s ease}.job-company-selection-page .dropdown-icon.open{transform:rotate(180deg)}.job-company-selection-page .company-dropdown-menu{background:#fff;border:2px solid #2563eb;border-radius:12px;box-shadow:0 10px 25px #0000001a;margin-top:.5rem;max-height:400px;overflow-y:auto;position:absolute;width:100%;z-index:100}.job-company-selection-page .company-search{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;gap:.5rem;padding:1rem}.job-company-selection-page .company-search input{border:none;flex-grow:1;font-size:1rem;outline:none;padding:.5rem}.job-company-selection-page .company-dropdown-list{padding:.5rem}.job-company-selection-page .company-dropdown-item{align-items:center;border-radius:8px;cursor:pointer;display:flex;gap:1rem;padding:.75rem;position:relative;transition:background-color .3s ease}.job-company-selection-page .company-dropdown-item:hover{background-color:#f8fafc}.job-company-selection-page .company-dropdown-item.selected{background-color:#eff6ff}.job-company-selection-page .company-selected-indicator{margin-left:auto}.job-company-selection-page .company-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));margin-bottom:2rem;margin-top:1rem}.job-company-selection-page .company-card{background:#fff;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;padding:1.5rem;position:relative;text-align:center;transition:all .3s ease}.job-company-selection-page .company-card:hover{border-color:#2563eb;box-shadow:0 8px 16px #2563eb1a;transform:translateY(-2px)}.job-company-selection-page .company-card.selected{background-color:#eff6ff;border-color:#2563eb}.job-company-selection-page .company-logo{align-items:center;display:flex;font-size:2.5rem;justify-content:center;margin-bottom:1rem}.job-company-selection-page .company-name{color:#1e293b;font-weight:600}.job-company-selection-page .company-selected-indicator{color:#2563eb;position:absolute;right:10px;top:10px}.job-company-selection-page .custom-company-input{margin-bottom:2rem}.job-company-selection-page .custom-company-input label{color:#1e293b;display:block;font-weight:600;margin-bottom:.5rem;text-align:left}.job-company-selection-page .custom-company-input input{border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;padding:.8rem 1rem;transition:border-color .3s ease;width:100%}.job-company-selection-page .custom-company-input input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;outline:none}.job-company-selection-page .preparation-actions{display:flex;gap:1rem;justify-content:center;margin-top:2.5rem;padding-bottom:1rem;scroll-margin-top:1rem}.job-company-selection-page .start-interview-button{align-items:center;background:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;gap:.5rem;padding:1rem 2rem;transition:all .3s ease}.job-company-selection-page .start-interview-button:hover{background:#1d4ed8;box-shadow:0 4px 12px #2563eb4d;transform:translateY(-2px)}.job-company-selection-page .start-interview-button:disabled{background:#94a3b8;box-shadow:none;cursor:not-allowed;transform:none}.job-company-selection-page .skip-button{background:#6b7280!important;color:#fff!important}.job-company-selection-page .skip-button:hover{background:#4b5563!important}.job-company-selection-page .company-logo-img{height:80px;object-fit:contain;width:80px}.job-company-selection-page .company-logo-placeholder{align-items:center;background:#f8fafc;border-radius:8px;display:flex;height:80px;justify-content:center;margin:0 auto;width:80px}.job-company-selection-page .job-selector-area{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;display:flex;flex-direction:row;gap:1rem;margin-block:2rem;padding:1.5rem}.job-company-selection-page .job-selector-open-btn{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:8px;color:#1e293b;cursor:pointer;display:flex;font-size:1rem;font-weight:600;justify-content:space-between;padding:1rem 1.5rem;transition:all .3s ease}.job-company-selection-page .job-selector-open-btn:focus,.job-company-selection-page .job-selector-open-btn:hover{border-color:#2563eb;box-shadow:0 2px 8px #2563eb1a}.job-company-selection-page .selected-job-pill{align-items:center;background:#dbeafe;border-radius:40px;color:#1e40af;cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:600;gap:.5rem;padding:.5rem 1rem;transition:all .3s ease}.job-company-selection-page .selected-job-pill:hover{background:#bfdbfe}.job-company-selection-page .selected-job-pill .job-pill-icon{font-size:1rem}.job-company-selection-page .scenario-icon{color:#2563eb;filter:drop-shadow(0 2px 4px rgba(37,99,235,.2))}.job-company-selection-page .loading-container{align-items:center;display:flex;flex-direction:column;gap:1.5rem;padding:3rem 2rem;text-align:center}.job-company-selection-page .loading-container p{color:#64748b;font-size:1.1rem;margin:0}.job-company-selection-page .loading-spinner{animation:spin 1s linear infinite;border:3px solid #2563eb1a;border-radius:50%;border-top-color:#2563eb;height:40px;width:40px}.job-company-selection-page .selected-job-pill{position:relative}.job-company-selection-page .job-pill-remove{align-items:center;background:none;border:none;color:#888;cursor:pointer;display:flex;font-size:1.2em;font-weight:700;line-height:1;margin-left:6px;padding:0;transition:color .2s}.job-company-selection-page .job-pill-remove:hover{color:#f33}.job-step-block{display:block}@media (max-width:1399px){.job-company-selection-page .title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#2563eb,#1e40af);background-clip:text;-webkit-background-clip:text;color:#1e293b;font-size:36px;font-weight:800;margin-bottom:1.5rem}.job-company-selection-page .preparation-content h3{color:#1e293b;font-size:20px;font-weight:700;margin-bottom:1rem}.job-company-selection-page .preparation-description{color:#64748b;font-size:18px;margin-bottom:2rem}.job-company-selection-page .job-selector-open-btn{background:#fff;border:2px solid #e2e8f0;border-radius:8px;color:#1e293b;display:flex;justify-content:space-between}.job-company-selection-page .job-selector-open-btn,.job-company-selection-page .selected-job-pill{align-items:center;cursor:pointer;font-size:15px;font-weight:600;padding:15px 22.5px;transition:all .3s ease}.job-company-selection-page .selected-job-pill{background:#dbeafe;border-radius:40px;color:#1e40af;display:inline-flex;gap:.5rem}.job-company-selection-page .company-dropdown-header{align-items:center;background-color:#fff;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;display:flex;font-size:14px;justify-content:space-between;padding:14px;transition:all .3s ease}.job-company-selection-page .company-dropdown-item{align-items:center;border-radius:8px;cursor:pointer;display:flex;font-size:14px;gap:14px;padding:14px;position:relative;transition:background-color .3s ease}.job-company-selection-page .company-search input{border:none;flex-grow:1;font-size:14px;outline:none;padding:.5rem}.job-company-selection-page .start-interview-button{background:#2563eb;border:none;border-radius:8px;color:#fff}.job-company-selection-page .back-button,.job-company-selection-page .start-interview-button{align-items:center;cursor:pointer;display:flex;font-size:15px;font-weight:600;gap:.5rem;padding:15px 25px;transition:all .3s ease}.job-company-selection-page .back-button{background:#fff;border:2px solid #2563eb;border-radius:8px;box-shadow:0 2px 8px #2563eb1a;color:#2563eb}.job-company-selection-page .company-logo-img{height:60px;object-fit:contain;width:60px}.job-company-selection-page .company-name{color:#1e293b;font-size:15px;font-weight:600}}@media (max-width:787px){.job-company-selection-page .card{margin-bottom:5rem}.job-company-selection-page .title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#2563eb,#1e40af);background-clip:text;-webkit-background-clip:text;color:#1e293b;font-size:32px;font-weight:800;margin-bottom:1.5rem}.job-company-selection-page .preparation-content h3{color:#1e293b;font-size:18px;font-weight:700;margin-bottom:.75rem}.job-company-selection-page .preparation-description{color:#64748b;font-size:16px;margin-bottom:1rem}.job-company-selection-page .job-selector-open-btn{background:#fff;border:2px solid #e2e8f0;border-radius:8px;color:#1e293b;display:flex;justify-content:space-between}.job-company-selection-page .job-selector-open-btn,.job-company-selection-page .selected-job-pill{align-items:center;cursor:pointer;font-size:14px;font-weight:600;padding:14px 21px;transition:all .3s ease}.job-company-selection-page .selected-job-pill{background:#dbeafe;border-radius:40px;color:#1e40af;display:inline-flex;gap:.5rem;white-space:nowrap}.job-company-selection-page .job-selector-area{align-items:center;background-color:initial;border:none;border-radius:12px;display:flex;flex-direction:column;gap:1rem;justify-content:flex-start;margin-block:2rem;padding:1.5rem}.job-company-selection-page .company-dropdown-header{align-items:center;background-color:#fff;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;display:flex;font-size:13px;justify-content:space-between;padding:13px;transition:all .3s ease}.job-company-selection-page .company-dropdown-item{align-items:center;border-radius:8px;cursor:pointer;display:flex;font-size:13px;gap:14px;padding:13px;position:relative;transition:background-color .3s ease}.job-company-selection-page .company-search input{border:none;flex-grow:1;font-size:13px;outline:none;padding:.4rem}.job-company-selection-page .start-interview-button{background:#2563eb;border:none;border-radius:8px;color:#fff}.job-company-selection-page .back-button,.job-company-selection-page .start-interview-button{align-items:center;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:.5rem;padding:14px 21px;transition:all .3s ease}.job-company-selection-page .back-button{background:#fff;border:2px solid #2563eb;border-radius:8px;box-shadow:0 2px 8px #2563eb1a;color:#2563eb}.job-company-selection-page .company-logo-img{height:50px;object-fit:contain;width:50px}.job-company-selection-page .company-name{color:#1e293b;font-size:14px;font-weight:600}}@media (max-width:480px){.job-company-selection-page .card{animation:slideInUp .6s ease-out;background:#fff;border-radius:20px;box-shadow:0 10px 25px #2563eb1a;overflow:hidden;padding:1rem;position:relative;text-align:center}.job-company-selection-page .title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#2563eb,#1e40af);background-clip:text;-webkit-background-clip:text;color:#1e293b;font-size:28px;font-weight:800;margin-bottom:1rem}.job-company-selection-page .preparation-content h3{color:#1e293b;font-size:14px;font-weight:700;margin-bottom:.5rem}.job-company-selection-page .preparation-description{color:#64748b;font-size:12px;margin-bottom:.5rem}.job-company-selection-page .job-selector-open-btn{background:#fff;border:2px solid #e2e8f0;border-radius:8px;color:#1e293b;justify-content:space-between;white-space:nowrap}.job-company-selection-page .job-selector-open-btn,.job-company-selection-page .selected-job-pill{align-items:center;cursor:pointer;display:flex;font-size:13px;font-weight:600;padding:13px 19.5px;transition:all .3s ease}.job-company-selection-page .selected-job-pill{background:#dbeafe;border-radius:40px;color:#1e40af;flex-wrap:wrap;gap:.5rem;max-width:300px}.job-company-selection-page .job-selector-area{align-items:center;background-color:initial;border:none;border-radius:12px;display:flex;flex-direction:column;gap:1rem;justify-content:flex-start;margin-block:1rem;padding:1.5rem}.job-company-selection-page .company-dropdown-header{align-items:center;background-color:#fff;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;display:flex;font-size:12px;justify-content:space-between;padding:12px;transition:all .3s ease}.job-company-selection-page .company-dropdown-item{align-items:center;border-radius:8px;cursor:pointer;display:flex;font-size:12px;gap:14px;padding:12px;position:relative;transition:background-color .3s ease}.job-company-selection-page .company-search input{border:none;flex-grow:1;font-size:12px;outline:none;padding:.2rem}.job-company-selection-page .start-interview-button{background:#2563eb;border:none;border-radius:8px;color:#fff;white-space:nowrap}.job-company-selection-page .back-button,.job-company-selection-page .start-interview-button{align-items:center;cursor:pointer;display:flex;font-size:13px;font-weight:600;gap:.5rem;padding:13px 19.5px;transition:all .3s ease}.job-company-selection-page .back-button{background:#fff;border:2px solid #2563eb;border-radius:8px;box-shadow:0 2px 8px #2563eb1a;color:#2563eb}.job-company-selection-page .company-logo-img{height:45px;object-fit:contain;width:45px}.job-company-selection-page .company-name{color:#1e293b;font-size:12px;font-weight:600}.job-step-block{align-items:center;display:flex;flex-direction:column}}.JobSelector_jobselector-modal__2IvSz{align-items:normal;background:#fff;border:1px solid #ddd;border-radius:12px;box-shadow:0 2px 12px #0000001f;display:block;justify-content:normal;left:0;max-width:900px;min-height:320px;min-width:700px;padding:0;position:absolute;top:110%;z-index:1000}.JobSelector_jobselector-header__kR5is{align-items:center;background:#fff;border-radius:12px 12px 0 0;display:flex;gap:1rem;margin-bottom:1rem;padding:1rem 1.5rem .5rem}.JobSelector_jobselector-header__kR5is input{border:1px solid #ccc;border-radius:4px;flex:1 1;font-size:1rem;padding:.5rem}.JobSelector_jobselector-close-btn__s1s7v{background:#eee;border:none;border-radius:4px;cursor:pointer;font-size:1rem;padding:.5rem 1rem}.JobSelector_jobselector-columns__8t1NA{background:#fff;border-radius:0 0 12px 12px;box-shadow:none;display:flex;gap:0;max-width:900px;min-height:320px;min-width:700px;overflow:hidden}.JobSelector_jobselector-col__OrGSU{border-right:1px solid #eee;flex:1 1;max-height:320px;min-width:180px;overflow-y:auto}.JobSelector_jobselector-col__OrGSU:last-child{border-right:none}.JobSelector_jobselector-col__OrGSU>div{border-radius:4px;cursor:pointer;font-size:1.05rem;padding:.7rem 1rem;transition:background .15s,color .15s}.JobSelector_jobselector-col__OrGSU>div.JobSelector_active__DNKbn,.JobSelector_jobselector-col__OrGSU>div:hover{background:#eaf4ff;color:#1976d2;font-weight:600}.JobSelector_jobselector-modal-bg__uPKD\+{display:none}@media (max-width:1399px){.JobSelector_jobselector-modal__2IvSz{align-items:normal;background:#fff;border:1px solid #ddd;border-radius:12px;box-shadow:0 2px 12px #0000001f;display:block;justify-content:normal;left:0;max-width:768px;min-height:320px;min-width:600px;padding:0;position:absolute;top:110%;z-index:1000}.JobSelector_jobselector-header__kR5is input{border:1px solid #ccc;border-radius:4px;flex:1 1;font-size:14px;padding:14px}.JobSelector_jobselector-close-btn__s1s7v{background:#eee;border:none;border-radius:4px;cursor:pointer;font-size:14px;padding:14px 21px}.JobSelector_jobselector-columns__8t1NA{background:#fff;border-radius:0 0 12px 12px;box-shadow:none;display:flex;gap:0;max-width:768px;min-height:320px;min-width:600px;overflow:hidden}.JobSelector_jobselector-col__OrGSU{border-right:1px solid #eee;flex:1 1;max-height:320px;min-width:200px;overflow-y:auto}.JobSelector_jobselector-col__OrGSU div{font-size:14px}.JobSelector_jobselector-modal-bg__uPKD\+{display:none;z-index:-999}}@media (max-width:787px){.JobSelector_jobselector-modal-bg__uPKD\+{align-items:center;background-color:#00000038;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:10}.JobSelector_jobselector-modal-info__seD4k{font-size:16px;font-weight:550px}.JobSelector_jobselector-modal-copy__fExF1{background:#fff;border:1px solid #ddd;border-radius:12px;box-shadow:0 2px 12px #0000001f;display:block;width:400px;z-index:1}.JobSelector_jobselector-columns-copy__IUuGP{background:#fff;border-radius:0 0 12px 12px;box-shadow:none;display:flex;gap:0;min-height:320px;overflow:hidden;width:400px}.JobSelector_jobselector-col-copy__rjI4w{border-right:1px solid #eee;flex:1 1;max-height:320px;overflow-y:auto;width:400px}.JobSelector_jobselector-col-copy__rjI4w>div{border-radius:4px;cursor:pointer;font-size:13px;padding:.7rem 1rem;transition:background .15s,color .15s}.JobSelector_jobselector-col-copy__rjI4w>div.JobSelector_active__DNKbn,.JobSelector_jobselector-col-copy__rjI4w>div:hover{background:#eaf4ff;color:#1976d2;font-weight:600}.JobSelector_jobselector-modal__2IvSz{display:none}.JobSelector_jobselector-modal-info__seD4k{font-size:14px;font-weight:500;padding:0 0 14px 14px}}@media (max-width:480px){.JobSelector_jobselector-modal-bg__uPKD\+{align-items:center;background-color:#00000038;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:10}.JobSelector_jobselector-modal-info__seD4k{font-size:14px;font-weight:550px}.JobSelector_jobselector-modal-copy__fExF1{background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 2px 12px #0000001f;display:block;width:350px;z-index:1}.JobSelector_jobselector-columns-copy__IUuGP{background:#fff;border-radius:0 0 12px 12px;box-shadow:none;display:flex;gap:0;min-height:320px;overflow:hidden;width:350px}.JobSelector_jobselector-col-copy__rjI4w{border-right:1px solid #eee;flex:1 1;max-height:320px;overflow-y:auto;width:350px}.JobSelector_jobselector-col-copy__rjI4w>div{border-radius:4px;cursor:pointer;font-size:12px;padding:.5rem .75rem;transition:background .15s,color .15s}.JobSelector_jobselector-col-copy__rjI4w>div.JobSelector_active__DNKbn,.JobSelector_jobselector-col-copy__rjI4w>div:hover{background:#eaf4ff;color:#1976d2;font-weight:600}.JobSelector_jobselector-modal__2IvSz{display:none}.JobSelector_jobselector-modal-info__seD4k{font-size:12px;font-weight:500;padding:0 0 12px 12px}}.resume-page{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);height:auto;min-height:100vh;padding-top:26px;scroll-behavior:smooth}.resume-content{margin:0 auto;max-width:1200px;padding:1rem 1.5rem 1.5rem;width:100%}@media (max-width:479px){.resume-page{min-height:100vh;padding-top:10px}.resume-content{padding:.25rem .05rem}}.resume-header{animation:resume-fadeIn .8s ease-out;margin-bottom:3rem;text-align:center}@media (max-width:767px){.resume-header{margin-bottom:2rem;padding:0 1rem}.resume-result-section{margin-bottom:5rem}}@media (max-width:479px){.resume-header{margin-bottom:1.5rem;padding:0 .5rem}}@keyframes resume-fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.resume-page .resume-title{color:#1e293b;font-weight:800;margin-bottom:1rem}.resume-description{color:#64748b;font-size:1.1rem;line-height:1.6}@media (max-width:767px){.resume-page .resume-title{margin-bottom:.75rem}.resume-description{font-size:1rem}}@media (max-width:479px){.resume-page .resume-title{margin-bottom:.5rem}.resume-description{font-size:.9rem;line-height:1.5}}.resume-input-mode-tabs{background:#fff;border-radius:12px;box-shadow:0 4px 15px #0000001a;display:flex;gap:0;justify-content:center;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:400px;padding:4px}.resume-tab-button{align-items:center;background:#0000;border:none;border-radius:8px;color:#64748b;cursor:pointer;display:flex;flex:1 1;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;padding:12px 24px;transition:all .3s ease}@media (max-width:767px){.resume-input-mode-tabs{margin-bottom:2rem;max-width:350px}.resume-tab-button{font-size:.9rem;gap:.4rem;padding:10px 20px}}@media (max-width:479px){.resume-input-mode-tabs{margin-bottom:1.5rem;max-width:300px;padding:3px}.resume-tab-button{font-size:.85rem;gap:.3rem;padding:8px 16px}.resume-tab-button svg{height:16px;width:16px}}.resume-tab-button:hover{background:#f8fafc;color:#3b82f6}.resume-tab-button.active{background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 4px 15px #3b82f64d;color:#fff}.resume-text-input-section{margin-bottom:3rem}.resume-text-input-card{background:#fff;border-radius:16px;box-shadow:0 8px 25px #0000001a;padding:1rem 3rem;text-align:center;transition:all .3s ease}@media (max-width:767px){.resume-text-input-card{border-radius:12px;padding:1rem 2rem}}@media (max-width:479px){.resume-text-input-card{border-radius:6px;margin:0 .5rem;padding:.25rem 1rem}}.resume-input-title{color:#1e293b;font-size:1.5rem;font-weight:700;position:relative}.resume-input-desc{color:#64748b;line-height:1.6}.resume-text-input-area{background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;color:#1e293b;font-family:inherit;font-size:1rem;line-height:1.6;min-height:300px;min-width:95%;padding:1.5rem;resize:vertical;transition:all .3s ease;width:flex}@media (max-width:767px){.resume-text-input-area{font-size:.95rem;min-height:250px;padding:1.25rem}}@media (max-width:479px){.resume-text-input-area{border-radius:8px;font-size:.9rem;line-height:1.5;min-height:200px;min-width:100%;padding:1rem}}.resume-text-input-area:focus{background:#fff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.resume-text-input-area::placeholder{color:#94a3b8}.resume-text-count{color:#64748b;font-size:.9rem;margin-top:.5rem;text-align:right}.resume-extracted-text-section{animation:resume-fadeIn .8s ease-out;margin-bottom:3rem}.resume-extracted-text-card{background:#fff;border:2px solid #e0f2fe;border-radius:16px;box-shadow:0 8px 25px #0000001a;padding:2rem 3rem;transition:all .3s ease}@media (max-width:767px){.resume-extracted-text-section{margin-bottom:2rem}.resume-extracted-text-card{border-radius:12px;padding:1.5rem 2rem}.resume-extracted-text-title{font-size:1.3rem}.resume-extracted-text-desc{font-size:.95rem}.resume-extracted-text-area{font-size:.95rem;min-height:250px;padding:1.25rem}}@media (max-width:479px){.resume-extracted-text-section{margin-bottom:1.5rem}.resume-extracted-text-card{border-radius:6px;margin:0 .1rem;padding:.5rem}.resume-extracted-text-title{font-size:1.2rem;margin-bottom:.75rem}.resume-extracted-text-title svg{height:18px;width:18px}.resume-extracted-text-desc{font-size:.9rem;margin-bottom:1.5rem}.resume-extracted-text-area{border-radius:8px;font-size:.9rem;min-height:200px;padding:1rem}.resume-extracted-text-actions{gap:.75rem}}.resume-extracted-text-header{margin-bottom:2rem;text-align:center}.resume-extracted-text-title{align-items:center;color:#1e293b;display:flex;font-size:1.5rem;font-weight:700;gap:.5rem;justify-content:center;margin-bottom:1rem}.resume-extracted-text-title svg{color:#10b981}.resume-extracted-text-desc{color:#64748b;line-height:1.6}.resume-extracted-text-content{margin-bottom:2rem}.resume-extracted-text-area{background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;box-sizing:border-box;color:#1e293b;cursor:default;font-family:inherit;font-size:1rem;line-height:1.6;min-height:300px;padding:1.5rem;resize:vertical;width:100%}.resume-extracted-text-area:focus{background:#fff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.resume-extracted-text-actions{display:flex;gap:1rem;justify-content:center}.resume-comparison-section{margin-bottom:3rem}@media (max-width:767px){.resume-comparison-section{margin-bottom:2rem}}@media (max-width:479px){.resume-comparison-section{margin-bottom:1.5rem;margin-left:.5rem;margin-right:.5rem}}.resume-diff-container{--separator-width:60px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 8px 25px #0000001a;display:flex;flex-direction:column;overflow:hidden}.resume-diff-header{align-items:center;background:#f8fafc;border-bottom:1px solid #e2e8f0;box-sizing:initial;display:grid;grid-template-columns:1fr var(--separator-width) 1fr;padding-right:8px}.resume-diff-header-left,.resume-diff-header-right{color:#334155;font-size:1rem;font-weight:600;padding:1rem;text-align:center}.resume-diff-header-separator{background:#f1f5f9;border-left:1px solid #e2e8f0;border-right:1px solid #e2e8f0;width:var(--separator-width)}.resume-diff-header-separator,.resume-header-controls{align-items:center;display:flex;height:100%;justify-content:center}.resume-header-controls{flex-direction:column;gap:4px}.resume-master-check-btn{align-items:center;background:#fff;border:2px solid #d1d5db;border-radius:8px;box-shadow:0 2px 4px #0000001a;color:#9ca3af;cursor:pointer;display:flex;font-size:18px;font-weight:700;height:32px;justify-content:center;line-height:1;transition:all .3s ease;width:32px}.resume-master-check-btn:hover{border-color:#16a34a;box-shadow:0 4px 12px #22c55e33;transform:scale(1.05)}.resume-master-check-btn.checked{background:#16a34a;border-color:#16a34a;box-shadow:0 4px 12px #22c55e4d;color:#fff}.resume-master-check-btn.indeterminate{background:#f59e0b;border-color:#f59e0b;box-shadow:0 4px 12px #f59e0b4d;color:#fff}.resume-master-check-btn.checked:hover{background:#15803d;border-color:#15803d;transform:scale(1.02)}.resume-master-check-btn.indeterminate:hover{background:#d97706;border-color:#d97706;transform:scale(1.02)}.resume-master-check-btn:active{transform:scale(.95)}.resume-master-check-label{color:#64748b;font-size:11px;font-weight:600;text-align:center}.resume-diff-content{font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,Courier New,monospace;max-height:600px;overflow-y:auto}.resume-diff-content::-webkit-scrollbar{width:8px}.resume-diff-content::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.resume-diff-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.resume-diff-content::-webkit-scrollbar-thumb:hover{background:#94a3b8}.resume-diff-row{border-bottom:1px solid #f1f5f9;display:grid;grid-template-columns:1fr var(--separator-width) 1fr;min-height:2.5rem}.resume-diff-row:hover{background-color:#3b82f608}.resume-diff-row:hover .resume-diff-controls{opacity:1;visibility:visible}.resume-diff-line-left,.resume-diff-line-right{word-wrap:break-word;align-items:center;box-sizing:border-box;display:flex;font-size:.875rem;line-height:1.5;min-height:2.5rem;padding:.75rem 1rem;position:relative;white-space:pre-wrap}.resume-diff-line-right{align-items:flex-start;flex-direction:column}.resume-diff-separator{background:#f8fafc;border-left:1px solid #e2e8f0;border-right:1px solid #e2e8f0;min-height:100%;position:relative;width:var(--separator-width)}.resume-diff-controls,.resume-diff-separator{align-items:center;display:flex;justify-content:center}.resume-diff-controls{opacity:0;transition:all .2s ease;visibility:hidden}.resume-diff-check-btn{align-items:center;background:#fff;border:2px solid #d1d5db;border-radius:6px;color:#9ca3af;cursor:pointer;display:flex;font-size:16px;font-weight:700;height:28px;justify-content:center;line-height:1;position:relative;transition:all .3s ease;width:28px}.resume-diff-check-btn:hover{border-color:#16a34a;box-shadow:0 2px 8px #22c55e33;transform:scale(1.1)}.resume-diff-check-btn.checked{background:#16a34a;border-color:#16a34a;box-shadow:0 2px 8px #22c55e4d;color:#fff}.resume-diff-check-btn.checked:hover{background:#15803d;border-color:#15803d;transform:scale(1.05)}.resume-diff-check-btn:active{transform:scale(.95)}.resume-diff-line-left.selected{background:linear-gradient(135deg,#ef444414,#ef444408);border-left:3px solid #ef4444;box-shadow:inset 0 0 0 1px #ef44441a;font-weight:500}.resume-diff-line-right.selected{background:linear-gradient(135deg,#22c55e14,#22c55e08);border-left:3px solid #22c55e;box-shadow:inset 0 0 0 1px #22c55e1a;font-weight:500}.resume-diff-line-left.selected:before,.resume-diff-line-right.selected:before{color:#9ca3af}.resume-diff-line-left:not(.selected):not(.unchanged),.resume-diff-line-right:not(.selected):not(.unchanged){opacity:.5}.resume-diff-line-left.unchanged,.resume-diff-line-right.unchanged{background-color:#fff;color:#334155}.resume-diff-line-left.empty,.resume-diff-line-right.empty{align-items:center;background:#f9fafb;border:1px dashed #d1d5db;color:#9ca3af;display:flex;font-style:italic;justify-content:center;min-height:60px;position:relative}.resume-diff-line-left.empty:after,.resume-diff-line-right.empty:after{content:"(빈 공간)";font-size:.875rem}.resume-diff-line-left.removed{background-color:#fef2f2;border-left:3px solid #dc2626;color:#7f1d1d}.resume-diff-line-left.removed:before{color:#9ca3af;content:"−";font-size:.75rem;font-weight:700;left:.25rem;position:absolute}.resume-diff-line-right.added{background-color:#f0fdf4;border-left:3px solid #16a34a;color:#14532d}.resume-diff-line-right.added:before{color:#9ca3af;content:"+";font-size:.75rem;font-weight:700;left:.25rem;position:absolute}.resume-diff-content-text{display:block;line-height:1.5;margin-bottom:0;width:100%}.resume-diff-reason{background-color:#ecfdf5;border:1px solid #bbf7d0;border-radius:6px;box-sizing:border-box;color:#059669;display:block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-style:italic;line-height:1.4;margin-top:10px;padding:8px 12px;position:relative;width:calc(100% - 16px)}.resume-diff-reason:before{border-bottom:5px solid #bbf7d0;border-left:5px solid #0000;border-right:5px solid #0000;content:"";height:0;left:20px;position:absolute;top:-5px;width:0}.resume-diff-stats{background:#f8fafc;border-radius:8px;border-top:1px solid #e2e8f0;display:flex;gap:2rem;justify-content:center;margin-top:2rem;padding:1rem}.resume-stat-item{align-items:center;display:flex;font-size:.875rem;font-weight:600;gap:.5rem}.resume-stat-item.added{color:#16a34a}.resume-stat-item.removed{color:#dc2626}.resume-stat-item.unchanged{color:#64748b}.resume-stat-icon{font-size:1rem;font-weight:700}@media (max-width:1024px){.resume-diff-container{--separator-width:50px}.resume-diff-row{min-height:2rem}.resume-diff-check-btn{font-size:14px;height:24px;width:24px}.resume-diff-line-left,.resume-diff-line-right{font-size:.8rem;min-height:2rem;padding:.5rem .8rem}.resume-diff-line-left.removed:before,.resume-diff-line-right.added:before{font-size:.7rem}.resume-diff-stats{align-items:center;flex-direction:column;gap:1rem}.resume-diff-reason{font-size:11px;margin-top:8px;padding:6px 10px}.resume-diff-reason:before{border-bottom:4px solid #bbf7d0;border-top:none;left:15px;top:-4px}.resume-master-check-btn{font-size:16px;height:28px;width:28px}.resume-master-check-label{font-size:10px}}@media (max-width:767px){.resume-diff-header{grid-template-columns:1fr}.resume-diff-header-left{border-bottom:1px solid #e2e8f0}.resume-diff-header-right,.resume-diff-header-separator{display:none}.resume-diff-row{flex-direction:column;gap:0;grid-template-columns:1fr;min-height:auto}.resume-diff-controls,.resume-diff-separator{display:none}.resume-diff-line-left,.resume-diff-line-right{border-radius:0;display:block!important;font-size:.875rem;margin-bottom:0;min-height:auto;padding:.75rem;width:100%}.resume-diff-line-left{background:#fef2f2;border-left:3px solid #dc2626;border-radius:8px 8px 0 0;color:#7f1d1d}.resume-diff-line-right{background:#f0fdf4;border-left:3px solid #16a34a;border-radius:0 0 8px 8px;border-top:1px solid #e2e8f0;color:#14532d}.resume-diff-line-left.unchanged{background:#f8fafc;border-left:3px solid #64748b;border-radius:8px;color:#334155;margin-bottom:.5rem}.resume-diff-line-right.unchanged{display:none!important}.resume-diff-line-right:not(.unchanged){display:block!important;margin-bottom:.5rem}.resume-diff-line-left.added:before,.resume-diff-line-left.removed:before{display:none}.resume-diff-content{max-height:400px}.resume-diff-container{border-radius:8px}.resume-diff-stats{margin-bottom:5rem;padding:.8rem}.resume-stat-item{font-size:.8rem}.resume-diff-reason{font-size:10px;margin-top:6px;padding:4px 8px}.resume-diff-reason:before{border:4px solid #0000;border-bottom:4px solid #bbf7d0;border-top:none;left:10px;top:-4px}.resume-header-controls{gap:2px}.resume-master-check-btn{font-size:14px;height:24px;width:24px}.resume-master-check-label{font-size:9px}}.resume-upload-section{margin-bottom:3rem}.resume-upload-card{background:#fff;border:2px dashed #e2e8f0;border-radius:16px;box-shadow:0 8px 25px #0000001a;padding:3rem;text-align:center;transition:all .3s ease}.resume-upload-card:hover{background:#f8fafc;border-color:#3b82f6}@media (max-width:767px){.resume-upload-card{border-radius:12px;padding:2rem}.resume-upload-title{font-size:1.3rem;margin-bottom:.75rem}.resume-upload-desc{font-size:.95rem;margin-bottom:1.5rem}}@media (max-width:479px){.resume-upload-section{margin-bottom:2rem}.resume-upload-card{border-radius:6px;margin:0 .1rem;padding:.5rem}.resume-upload-icon svg{height:48px;width:48px}.resume-upload-title{font-size:1.2rem;margin-bottom:.5rem}.resume-upload-desc{font-size:.9rem;margin-bottom:1.25rem}.resume-upload-button{font-size:.9rem;padding:10px 20px}.resume-selected-file{font-size:.9rem;padding:10px 16px}}.resume-upload-icon{color:#3b82f6;margin-bottom:1.5rem}.resume-upload-title{color:#1e293b;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.resume-upload-desc{color:#64748b;line-height:1.6;margin-bottom:2rem}.resume-file-input{display:none}.resume-upload-button{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;padding:12px 24px;transition:all .3s ease}.resume-upload-button:hover{box-shadow:0 8px 25px #3b82f64d;transform:translateY(-2px)}.resume-selected-file{align-items:center;background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;color:#0369a1;display:inline-flex;gap:.5rem;margin-top:1rem;padding:12px 20px}.resume-check-icon{color:#10b981}.resume-action-section{margin-bottom:3rem;text-align:center}.resume-analyze-button{align-items:center;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:12px;box-shadow:0 8px 20px #0596694d;color:#fff;cursor:pointer;display:inline-flex;font-size:1.2rem;font-weight:600;gap:.5rem;overflow:hidden;padding:14px 32px;position:relative;transition:all .3s ease}@media (max-width:767px){.resume-action-section{margin-bottom:2rem}.resume-analyze-button{font-size:1.1rem;padding:12px 28px}}@media (max-width:479px){.resume-action-section{margin-bottom:1.5rem;padding:0 1rem}.resume-analyze-button{border-radius:8px;font-size:1rem;justify-content:center;margin:0;max-width:none;padding:12px 20px;width:100%}}.resume-analyze-button:hover:not(:disabled){box-shadow:0 12px 25px #05966966;transform:translateY(-3px)}.resume-analyze-button:after{background-image:radial-gradient(circle,#fff 10%,#0000 10.01%);background-position:50%;background-repeat:no-repeat;content:"";height:100%;left:0;opacity:0;pointer-events:none;position:absolute;top:0;transform:scale(10);transition:transform .5s,opacity 1s;width:100%}.resume-analyze-button:active:after{opacity:.3;transform:scale(0);transition:0s}.resume-analyze-button:disabled{cursor:not-allowed;opacity:.7;transform:none}.resume-spinner{animation:resume-spin 1s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:20px;width:20px}@keyframes resume-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.resume-load-resume-button{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:.5rem;margin-bottom:1rem;padding:8px 16px;transition:all .3s ease}.resume-text-input-footer{align-items:center;display:flex;justify-content:flex-end;width:100%}.resume-load-resume-button:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 4px 15px #3b82f64d;transform:translateY(-1px)}.resume-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;bottom:0;display:flex;justify-content:center;left:0;margin-top:73px;position:fixed;right:0;top:0;z-index:1000}.resume-modal{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;display:flex;flex-direction:column;max-height:80vh;max-width:1200px;overflow:hidden;width:95vw}@media (min-width:1400px){.resume-content{max-width:1200px;padding:2rem}.resume-description{font-size:1.2rem}.resume-extracted-text-card,.resume-text-input-card{padding:2rem}.resume-upload-card{padding:4rem}.resume-modal{max-width:1400px}}.resume-modal-header{align-items:center;background:#f8fafc;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:1.5rem 2rem}.resume-modal-header h3{color:#1e293b;font-size:1.5rem;font-weight:700;margin:0}.resume-modal-close-button{background:none;border:none;border-radius:6px;color:#64748b;cursor:pointer;padding:4px;transition:all .2s ease}.resume-modal-close-button:hover{background:#e2e8f0;color:#1e293b}.resume-modal-content{display:flex;flex:1 1;flex-direction:column;overflow:hidden;width:100%}.resume-modal-empty,.resume-modal-loading{align-items:center;color:#64748b;display:flex;flex-direction:column;gap:1rem;justify-content:center;padding:4rem}.resume-modal-empty{text-align:center}.resume-modal-empty svg{color:#cbd5e1}.resume-modal-empty h4{color:#475569;font-size:1.25rem;font-weight:600;margin:0}.resume-modal-empty p{color:#64748b;margin:0}.resume-modal-body{display:flex;overflow:hidden}.resume-list-section{border-right:1px solid #e2e8f0;display:flex;flex:0.7 1;flex-direction:column}.resume-list-section h4{border-bottom:1px solid #f1f5f9;color:#1e293b;font-size:1.1rem;font-weight:600;margin:0;padding:1.5rem 1.5rem 1rem}.resume-list-modal{flex:1 1;overflow-y:auto;padding:.5rem}.resume-list-item{align-items:center;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;display:flex;gap:.75rem;margin-bottom:.5rem;padding:1rem;position:relative;transition:all .2s ease}.resume-list-item:hover{background:#f8fafc;border-color:#3b82f6}.resume-list-item.selected{background:linear-gradient(135deg,#3b82f61a,#2563eb1a);border-color:#3b82f6}.resume-list-item-icon{background:#3b82f61a;border-radius:6px;color:#3b82f6;padding:.5rem}.resume-list-item.selected .resume-list-item-icon{background:#3b82f633}.resume-list-item-content{flex:1 1}.resume-list-item-content h5{color:#1e293b;font-size:1rem;font-weight:600;line-height:1.4;margin:0 0 .25rem}.resume-list-item-content span{color:#64748b;font-size:.85rem}.resume-selected-check{color:#3b82f6}.resume-preview-section{display:flex;flex:1.5 1;flex-direction:column}.resume-preview-section h4{border-bottom:1px solid #f1f5f9;color:#1e293b;font-size:1.1rem;font-weight:600;margin:0;padding:1.5rem 1.5rem 1rem}.resume-preview{flex:1 1;overflow-y:auto;padding:1.5rem}.resume-preview-content h5{color:#1e293b;font-size:1.2rem;font-weight:700;margin:0 0 .5rem}.resume-preview-date{color:#64748b;font-size:.9rem;margin-bottom:1.5rem}.resume-preview-text{word-wrap:break-word;font-size:.95rem;line-break:anywhere;line-height:1.6}.resume-preview-placeholder{align-items:center;color:#94a3b8;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center}.resume-preview-placeholder svg{margin-bottom:1rem}.resume-modal-footer{background:#f8fafc;border-top:1px solid #e2e8f0;display:flex;gap:1rem;justify-content:flex-end;padding:1.5rem 2rem}.resume-modal-cancel-button{background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#64748b;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .2s ease}.resume-modal-cancel-button:hover{background:#f9fafb;border-color:#9ca3af}.resume-modal-apply-button{background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .2s ease}.resume-modal-apply-button:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 4px 15px #3b82f64d;transform:translateY(-1px)}.resume-modal-apply-button:disabled{background:#9ca3af;box-shadow:none;cursor:not-allowed;transform:none}@media (max-width:767px){.resume-preview-date{margin-bottom:.5rem}.resume-input-title-row{position:static}.resume-load-resume-button{font-size:.85rem;padding:6px 12px;position:static}.resume-text-input-footer{align-items:center;justify-content:flex-end;margin-top:1rem;width:100%}.resume-modal{border-radius:12px;max-height:90vh;width:95vw}.resume-modal-header{padding:1.25rem 1.5rem}.resume-modal-header h3{font-size:1.3rem}.resume-modal-body{flex-direction:column}.resume-list-section{border-bottom:1px solid #e2e8f0;border-right:none;max-height:40vh}.resume-list-section h4{font-size:1rem;padding:1.25rem 1.25rem .75rem}.resume-list-modal{padding:.5rem 1rem}.resume-list-item{margin-bottom:.4rem;padding:.75rem}.resume-preview-section{max-height:50vh;padding:0 1rem}.resume-preview-section h4{font-size:1rem;padding:1rem .5rem .75rem}.resume-preview{margin:0 .5rem;max-height:180px;padding:1rem}.resume-modal-footer{flex-direction:column;gap:.75rem;padding:1rem 1.5rem}.resume-modal-apply-button,.resume-modal-cancel-button{justify-content:center;width:100%}}@media (max-width:479px){.resume-input-title-row{position:static}.resume-load-resume-button{font-size:.8rem;padding:5px 10px;position:static}.resume-text-input-footer{align-items:center;justify-content:flex-end;margin-top:.75rem;width:100%}.resume-modal{border-radius:8px;max-height:95vh;width:98vw}.resume-modal-header{padding:1rem}.resume-modal-header h3{font-size:1.2rem}.resume-list-section{max-height:35vh}.resume-list-section h4{font-size:.95rem;padding:1rem}.resume-list-modal{padding:.25rem .75rem}.resume-list-item{border-radius:6px;margin-bottom:.3rem;padding:.6rem}.resume-list-item-content h5{font-size:.95rem}.resume-list-item-content span{font-size:.8rem}.resume-preview-section{max-height:45vh;padding:0 .75rem}.resume-preview-section h4{font-size:.95rem;padding:.75rem .25rem .5rem}.resume-preview{font-size:.85rem;margin:0 .25rem;padding:.75rem}.resume-preview-content h5{font-size:1rem}.resume-preview-text{font-size:.85rem;line-height:1.5}.resume-modal-footer{gap:.5rem;padding:.75rem 1rem}.resume-modal-apply-button,.resume-modal-cancel-button{font-size:.85rem;padding:.6rem 1rem}}.resume-final-resume-section{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a;margin-top:32px;padding:32px}.resume-final-resume-header{margin-bottom:24px;text-align:center}.resume-final-resume-header h3{align-items:center;color:#1e293b;display:flex;font-size:1.5rem;font-weight:700;gap:12px;justify-content:center;margin:0 0 8px}.resume-section-icon{font-size:1.75rem}.resume-final-resume-header p{color:#64748b;font-size:1rem;line-height:1.5;margin:0}.resume-final-resume-preview{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 4px #0000000d;margin-bottom:24px;overflow:hidden}.resume-preview-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:16px 20px}.resume-preview-header h4{color:#374151;font-size:1.125rem;font-weight:600;margin:0}.resume-preview-stats{display:flex;gap:8px}.resume-stat-badge{border-radius:12px;font-size:.875rem;font-weight:500;padding:4px 12px}.resume-stat-badge.improved{background:#dcfce7;border:1px solid #bbf7d0;color:#166534}.resume-stat-badge.original{background:#fef3c7;border:1px solid #fde68a;color:#92400e}.resume-preview-content{padding:20px}.resume-preview-text{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;color:#374151;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;line-height:1.7;min-height:120px;padding:20px;white-space:pre-wrap}.resume-final-actions{flex-wrap:wrap;gap:12px;justify-content:center}.resume-action-button{align-items:center;background-color:#50b4eb;border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:.95rem;font-weight:600;gap:8px;justify-content:center;min-width:150px;padding:12px 20px;transition:all .2s ease}.resume-update-button{background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 2px 4px #f59e0b33;color:#fff}.resume-update-button:hover{background:linear-gradient(135deg,#d97706,#b45309);box-shadow:0 4px 8px #f59e0b4d;transform:translateY(-1px)}.resume-save-button{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 2px 4px #10b98133;color:#fff}.resume-save-button:hover{background:linear-gradient(135deg,#059669,#047857);box-shadow:0 4px 8px #10b9814d;transform:translateY(-1px)}.resume-action-button.disabled{color:#9ca3af!important;cursor:not-allowed!important}.resume-action-button.disabled,.resume-action-button.disabled:hover{background:#e5e7eb!important;box-shadow:none!important;transform:none!important}.resume-editable-resume-text{background:#fff;border:2px solid #e2e8f0;border-radius:12px;box-sizing:border-box;color:#334155;font-family:inherit;font-size:1rem;line-height:1.6;min-height:300px;padding:1.5rem;resize:vertical;transition:all .2s ease;width:100%}.resume-editable-resume-text:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.resume-editable-resume-text:disabled{background:#f8fafc;color:#94a3b8}.resume-edit-notice{background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid #f59e0b;border-radius:8px;color:#92400e;font-size:.875rem;margin-top:.75rem;padding:.75rem 1rem}.resume-edit-notice,.resume-sync-notice{align-items:center;display:flex;font-weight:500;gap:.5rem}.resume-sync-notice{background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid #3b82f633;border-radius:8px;color:#1e40af;font-size:.8125rem;margin-top:.5rem;padding:.5rem .75rem}.resume-sync-icon{animation:rotate 2s linear infinite;font-size:1rem}.resume-mode-notice{align-items:center;background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid #fbbf244d;border-radius:8px;color:#92400e;display:flex;font-size:.8125rem;font-weight:500;gap:.5rem;margin-top:.5rem;padding:.5rem .75rem}.resume-mode-icon{font-size:1rem}.resume-reset-mode-button{background:linear-gradient(135deg,#f59e0b,#d97706);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.75rem;font-weight:600;margin-left:auto;padding:.25rem .5rem;transition:all .2s ease}.resume-reset-mode-button:hover{background:linear-gradient(135deg,#d97706,#b45309);transform:translateY(-1px)}.resume-edit-mode-notice{align-items:center;background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:1px solid #22c55e33;border-radius:8px;color:#166534;display:flex;font-size:.8125rem;font-weight:500;gap:.5rem;margin-top:.5rem;padding:.5rem .75rem}.resume-commit-button{align-items:center;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;margin-left:auto;padding:.5rem 1rem;transition:all .3s ease}.resume-commit-button:hover:not(:disabled){background:linear-gradient(135deg,#059669,#047857);box-shadow:0 4px 12px #10b9814d;transform:translateY(-2px)}.resume-commit-button:disabled{background:#94a3b8;box-shadow:none;cursor:not-allowed;transform:none}.resume-committed-status{align-items:center;background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:1px solid #22c55e33;border-radius:8px;color:#166534;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;margin-left:auto;padding:.5rem 1rem}.resume-status-icon{font-size:1rem}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.resume-reanalyze-button{background:linear-gradient(135deg,#8b5cf6,#7c3aed);box-shadow:0 2px 4px #8b5cf633;color:#fff}.resume-reanalyze-button:hover:not(.disabled){background:linear-gradient(135deg,#7c3aed,#6d28d9);box-shadow:0 4px 8px #8b5cf64d;transform:translateY(-1px)}@media (max-width:767px){.resume-final-resume-section{margin-bottom:5rem;margin-top:20px;padding:20px}.resume-final-resume-header h3{font-size:1.25rem}.resume-preview-header{align-items:flex-start;flex-direction:column;gap:12px}.resume-preview-stats{align-self:stretch;justify-content:space-between}.resume-final-actions{flex-direction:column;gap:8px}.resume-action-button{min-width:0;min-width:auto;width:100%}}@media (max-width:479px){.resume-final-resume-section{border-radius:8px;margin-top:8px;padding:4px}.resume-preview-content{padding:4px}.resume-preview-text{font-size:.8rem;padding:4px}}.resume-suggestions-section{background:linear-gradient(135deg,#fff,#fefefe);border:1px solid #e2e8f0cc;border-radius:20px;box-shadow:0 8px 32px #0000000f,0 2px 8px #0000000a;margin:2.5rem 0;overflow:hidden;padding:2.5rem;position:relative}.resume-suggestions-section:before{background:linear-gradient(90deg,#3b82f6,#8b5cf6,#06b6d4);border-radius:20px 20px 0 0;content:"";height:4px;left:0;position:absolute;right:0;top:0}.resume-suggestions-header{margin-bottom:2.5rem;text-align:center}.resume-suggestions-header h3{-webkit-text-fill-color:#0000;align-items:center;background:linear-gradient(135deg,#1e293b,#475569);-webkit-background-clip:text;background-clip:text;display:flex;font-size:2rem;font-weight:800;gap:.75rem;justify-content:center;letter-spacing:-.025em;margin-bottom:.75rem}.resume-suggestions-header p{color:#64748b;font-size:1.125rem;font-weight:400;line-height:1.6;margin:0}.resume-missing-areas-container{display:flex;flex-direction:column;gap:1.75rem;margin-bottom:2.5rem}.resume-missing-area-card{background:linear-gradient(135deg,#fffbeb,#fef3c7);border:1px solid #fbbf244d;border-radius:16px;box-shadow:0 4px 20px #fbbf2414,0 1px 4px #fbbf240f;padding:2rem;position:relative;transition:all .3s ease}.resume-missing-area-card:hover{box-shadow:0 8px 32px #fbbf241f,0 2px 8px #fbbf2414;transform:translateY(-2px)}.resume-missing-area-card:before{background:linear-gradient(90deg,#f59e0b,#d97706);border-radius:16px 16px 0 0;content:"";height:3px;left:0;position:absolute;right:0;top:0}.resume-missing-area-header{margin-bottom:1.75rem}.resume-area-category{align-items:center;display:flex;gap:.75rem;margin-bottom:.75rem}.resume-category-icon{filter:drop-shadow(0 1px 2px rgba(146,64,14,.3));font-size:1.5rem}.resume-area-category h4{color:#92400e;font-size:1.375rem;font-weight:800;letter-spacing:-.025em;margin:0}.resume-area-description{color:#78350f;font-size:1.0625rem;font-weight:500;line-height:1.6;padding-left:2.25rem}.resume-suggestions-list{display:flex;flex-direction:column;gap:1.25rem}.resume-suggestion-item{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffe6;border:1px solid #fed7aa80;border-radius:12px;box-shadow:0 4px 12px #fbbf240f,0 1px 3px #0000000d;display:flex;flex-direction:column;gap:1rem;padding:1.5rem;transition:all .2s ease}.resume-suggestion-item:hover{background:#fffffff2;box-shadow:0 6px 20px #fbbf241a,0 2px 6px #00000014;transform:translateY(-1px)}.resume-suggestion-header{align-items:center;display:flex;gap:.75rem;margin-bottom:1rem}.resume-suggestion-icon{filter:drop-shadow(0 1px 2px rgba(59,130,246,.3));font-size:1.125rem}.resume-suggestion-header h5{color:#1e293b;font-size:1.125rem;font-weight:700;letter-spacing:-.025em;margin:0}.resume-suggestion-content{flex:1 1}.resume-suggestion-content p{color:#475569;font-size:1rem;font-weight:400;line-height:1.6;margin:0}.resume-suggestion-example{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #3b82f633;border-left:4px solid #3b82f6;border-radius:12px;box-shadow:0 2px 8px #3b82f60f,inset 0 1px 0 #fffc;margin-top:.5rem;padding:1.25rem;position:relative}.resume-example-label{align-items:center;color:#3b82f6;display:flex;font-size:.875rem;font-weight:700;gap:.625rem;letter-spacing:.05em;margin-bottom:.75rem;text-transform:uppercase}.resume-example-icon{font-size:1rem}.resume-example-text{background:#ffffffb3;border:1px solid #3b82f61a;border-radius:8px;color:#1e293b;font-size:.9375rem;font-style:italic;font-weight:500;line-height:1.7;margin-bottom:1rem;margin-right:3.5rem;padding:.75rem}.resume-copy-example-button{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:8px;box-shadow:0 2px 4px #3b82f633;color:#fff;cursor:pointer;display:flex;font-size:.8125rem;font-weight:600;gap:.375rem;padding:.5rem .75rem;position:absolute;right:1rem;top:1rem;transition:all .25s ease}.resume-copy-example-button:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 6px 16px #2563eb4d;transform:translateY(-2px)}.resume-copy-example-button:active{box-shadow:0 4px 12px #2563eb40;transform:translateY(-1px)}.resume-suggestions-notice{align-items:flex-start;background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid #bfdbfe99;border-radius:16px;box-shadow:0 4px 16px #3b82f614,inset 0 1px 0 #ffffffe6;display:flex;gap:1.25rem;padding:2rem;position:relative}.resume-suggestions-notice:before{background:linear-gradient(90deg,#3b82f6,#1d4ed8);border-radius:16px 16px 0 0;content:"";height:3px;left:0;position:absolute;right:0;top:0}.resume-notice-icon{filter:drop-shadow(0 2px 4px rgba(30,64,175,.2));flex-shrink:0;font-size:1.75rem;margin-top:.125rem}.resume-notice-content{flex:1 1}.resume-notice-content strong{color:#1e40af;display:block;font-size:1.125rem;font-weight:800;letter-spacing:-.025em;margin-bottom:.75rem}.resume-notice-content p{color:#1e40af;font-size:.9375rem;font-weight:500;line-height:1.6;margin:0}@media (max-width:767px){.resume-suggestions-section{border-radius:16px;margin:2rem 0;padding:2rem}.resume-suggestions-header{margin-bottom:2rem}.resume-suggestions-header h3{flex-direction:column;font-size:1.625rem;gap:.5rem}.resume-missing-areas-container{gap:1.5rem;margin-bottom:2rem}.resume-missing-area-card{border-radius:14px;padding:1.5rem}.resume-area-category h4{font-size:1.25rem}.resume-area-description{font-size:.9375rem;padding-left:2rem}.resume-suggestions-list{gap:1rem}.resume-suggestion-item{border-radius:10px;gap:.875rem;padding:1.25rem}.resume-suggestion-header h5{font-size:1.0625rem}.resume-suggestion-content p{font-size:.9375rem}.resume-example-text{font-size:.875rem;line-height:1.6}.resume-copy-example-button{align-self:flex-start;font-size:.8125rem;margin-top:.75rem;padding:.5rem .875rem;position:static}.resume-suggestions-notice{border-radius:14px;flex-direction:column;gap:1rem;padding:1.5rem}.resume-notice-icon{align-self:center;font-size:1.5rem}.resume-notice-content strong{font-size:1.0625rem;text-align:center}.resume-notice-content p{font-size:.9375rem;text-align:center}}@media (max-width:479px){.resume-suggestions-section{border-radius:8px;margin:.5rem 0;padding:.5rem}.resume-suggestions-header{margin-bottom:1.5rem}.resume-suggestions-header h3{flex-direction:column;font-size:1.375rem;gap:.5rem}.resume-suggestions-header p{font-size:1rem}.resume-missing-areas-container{gap:1.25rem;margin-bottom:1.5rem}.resume-missing-area-card{border-radius:6px;margin-bottom:.5rem;padding:.5rem}.resume-area-category{align-items:flex-start;flex-direction:column;gap:.5rem;margin-bottom:.5rem}.resume-area-category h4{font-size:1.125rem}.resume-area-description{font-size:.875rem;padding-left:0}.resume-suggestions-list{gap:.875rem}.resume-suggestion-item{border-radius:6px;gap:.5rem;padding:.5rem}.resume-suggestion-header h5{font-size:1rem}.resume-suggestion-content p{font-size:.875rem}.resume-suggestion-example{border-radius:6px;margin-top:.25rem;padding:.5rem}.resume-example-text{font-size:.8125rem;margin-right:3rem;padding:.625rem}.resume-copy-example-button{font-size:.75rem;margin-top:.5rem;padding:.375rem .625rem}.resume-suggestions-notice{border-radius:12px;padding:1.25rem}.resume-notice-icon{font-size:1.375rem}.resume-notice-content strong{font-size:1rem}.resume-notice-content p{font-size:.875rem}.resume-edit-notice{font-size:.75rem;padding:.5rem .75rem}.resume-insertion-marker{border-radius:12px;font-size:.75rem;padding:4px 8px;right:5px}.resume-insertion-arrow{font-size:1rem}.resume-insertion-info{font-size:.6875rem;margin-left:6px}.resume-insertion-reason{border-radius:6px;font-size:.8125rem;margin-top:6px;padding:6px 10px}}.resume-action-button.disabled,.resume-copy-example-button.disabled,.resume-diff-check-btn.disabled,.resume-master-check-btn.disabled{cursor:not-allowed!important;opacity:.5}.resume-action-button.disabled:hover,.resume-copy-example-button.disabled:hover,.resume-diff-check-btn.disabled:hover,.resume-master-check-btn.disabled:hover{background:inherit!important;box-shadow:none!important;transform:none!important}.resume-editable-resume-text:disabled{background-color:#f8fafc;color:#64748b;cursor:not-allowed;opacity:.7}.resume-editable-text-container{position:relative}.resume-insertion-point-overlay{bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:10}.resume-insertion-marker{align-items:center;animation:resume-pulse-insertion 2s infinite;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:20px;box-shadow:0 4px 12px #3b82f64d;color:#fff;display:flex;font-size:.875rem;font-weight:600;gap:8px;padding:6px 12px;position:absolute;right:10px}.resume-insertion-arrow{font-size:1.2rem;font-weight:700}.resume-insertion-text{white-space:nowrap}@keyframes resume-pulse-insertion{0%,to{opacity:.9;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}.resume-insertion-info{color:#3b82f6;font-size:.75rem;font-weight:500;margin-left:8px}.resume-insertion-reason{background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid #3b82f633;border-radius:8px;color:#1e40af;font-size:.875rem;line-height:1.4;margin-top:8px;padding:8px 12px}.resume-suggestion-item:hover{border-color:#fbbf2466;box-shadow:0 12px 40px #fbbf2426,0 4px 12px #fbbf241a;transform:translateY(-3px)}@keyframes resume-slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes resume-bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.resume-commit-button.disabled,.resume-reset-mode-button.disabled{color:#94a3b8;cursor:not-allowed}.resume-commit-button.disabled,.resume-commit-button.disabled:hover,.resume-reset-mode-button.disabled,.resume-reset-mode-button.disabled:hover{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);box-shadow:none;transform:none}.resume-preview-header{justify-content:space-between;margin-bottom:1rem}.resume-preview-header,.resume-preview-header-right{align-items:center;display:flex;gap:1rem}.resume-copy-text-button{align-items:center;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:8px;box-shadow:0 2px 8px #10b98133;color:#fff;cursor:pointer;display:flex;font-size:.875rem;font-weight:600;gap:6px;padding:8px 16px;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}.resume-copy-text-button:hover:not(.disabled){background:linear-gradient(135deg,#059669,#047857);box-shadow:0 4px 12px #10b9814d;transform:translateY(-1px)}.resume-copy-text-button.disabled{background:linear-gradient(135deg,#e2e8f0,#cbd5e1);box-shadow:none;color:#94a3b8;cursor:not-allowed;transform:none}.resume-final-actions{display:flex;flex-direction:column;gap:20px;margin-top:20px}.resume-evaluation-actions-group,.resume-reanalyze-actions-group,.resume-save-actions-group{display:flex;flex-direction:column;gap:12px}.resume-save-actions-group{flex-direction:row}.resume-evaluation-actions-group,.resume-reanalyze-actions-group,.resume-save-actions-group{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:2px solid #e1e8f0;border-radius:12px;padding:16px}.resume-save-actions-group .resume-action-button{flex:1 1}@media (max-width:767px){.resume-preview-header{align-items:flex-start;flex-direction:column;gap:12px}.resume-preview-header-right{justify-content:space-between;width:100%}.resume-copy-text-button{font-size:.8rem;padding:6px 12px}.resume-save-actions-group{flex-direction:column}.resume-final-actions{gap:16px}}.resume-analysis-progress{display:flex;flex-direction:column;gap:.75rem;margin:0 auto;max-width:280px;width:100%}.resume-progress-info{align-items:center;display:flex;font-size:.9rem;font-weight:600;justify-content:space-between}.resume-progress-stage{color:#fff;flex:1 1;text-align:left}.resume-progress-percentage{color:#fff;font-weight:700;min-width:40px;text-align:right}.resume-progress-bar{background:#fff3;border-radius:4px;height:6px;overflow:hidden;position:relative;width:100%}.resume-progress-fill{background:linear-gradient(90deg,#fff,#f0f9ff);border-radius:4px;height:100%;position:relative;transition:width .3s ease}.resume-progress-fill:after{animation:resume-progress-shine 2s infinite;background:linear-gradient(90deg,#0000,#ffffff4d 50%,#0000);bottom:0;content:"";left:0;position:absolute;right:0;top:0}@keyframes resume-progress-shine{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.resume-analyze-button:has(.resume-analysis-progress),.resume-reanalyze-button:has(.resume-analysis-progress){height:auto;min-height:60px;padding:12px 24px}.resume-bottom-actions{border-top:1px solid #e2e8f0;margin-top:2rem;padding-top:2rem}.resume-navigation-group{display:flex;gap:1rem;justify-content:center}.resume-navigation-group .resume-action-button{background:#fff;border:2px solid #e2e8f0;min-width:200px;transition:all .3s ease}.resume-navigation-group .resume-new-eval-button{background:#3b82f6;border-color:#3b82f6;color:#fff}.resume-navigation-group .resume-new-eval-button:hover{background:#2563eb;border-color:#2563eb}.resume-navigation-group .resume-home-button{background:#fff;border-color:#3b82f6;color:#3b82f6}.resume-navigation-group .resume-home-button:hover{background:#f8fafc;border-color:#3b82f6;color:#3b82f6}.resume-evaluation-actions-group{display:flex;gap:1rem;justify-content:center;margin-top:1.5rem}.resume-evaluation-actions-group .resume-action-button{min-width:150px}.resume-evaluation-saved-notice{align-items:center;background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:1px solid #22c55e;border-radius:8px;color:#166534;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;justify-content:center;margin-top:1rem;padding:.75rem 1rem}@media (max-width:767px){.resume-analysis-progress{gap:.5rem;max-width:240px}.resume-progress-info,.resume-progress-stage{font-size:.8rem}.resume-progress-percentage{font-size:.9rem;min-width:35px}.resume-progress-bar{height:6px}.resume-evaluation-actions-group,.resume-navigation-group{flex-direction:column}.resume-evaluation-actions-group .resume-action-button,.resume-navigation-group .resume-action-button{width:100%}.resume-bottom-actions{margin-top:1.5rem;padding:0 1rem}}@media (max-width:479px){.resume-bottom-actions{margin-top:1rem;padding:0 .5rem}.resume-navigation-group{gap:.5rem}.resume-navigation-group .resume-action-button{font-size:.9rem;min-width:180px;padding:12px 16px}.resume-evaluation-actions-group{gap:.5rem;margin-top:1rem}.resume-evaluation-actions-group .resume-action-button{font-size:.85rem;min-width:140px;padding:10px 16px}.resume-evaluation-saved-notice{font-size:.8rem;margin-top:.75rem;padding:.6rem .8rem}}.resume-analysis-section{animation:resume-slideInUp .6s ease-out;background:#fff;border-radius:16px;box-shadow:0 8px 25px #0000001a;margin-bottom:2rem;padding:2rem}.resume-analysis-section h3{color:#1e293b;font-size:1.8rem;font-weight:700;margin-bottom:1rem;text-align:center}.resume-analysis-section p{color:#64748b;font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem;text-align:center}.resume-analysis-empty{background:#f8fafc;border:2px dashed #e2e8f0;border-radius:12px;margin:2rem 0;padding:3rem 2rem;text-align:center}.resume-analysis-empty svg{color:#94a3b8;margin-bottom:1rem}.resume-analysis-empty h4{color:#1e293b;font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.resume-analysis-empty p{color:#64748b;font-size:1rem;margin:0}@media (max-width:767px){.resume-analysis-section{padding:1.5rem}.resume-analysis-section h3{font-size:1.5rem}.resume-analysis-section p{font-size:1rem}.resume-analysis-empty{padding:2rem 1rem}}.resume-no-missing-areas{background:#f8fafc;border:2px dashed #e2e8f0;border-radius:16px;margin:2rem 0;padding:2rem;text-align:center}.resume-no-missing-areas-icon{animation:resume-bounce 1s ease infinite;font-size:3rem;margin-bottom:1rem}.resume-no-missing-areas-content h4{color:#1e293b;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.resume-no-missing-areas-content p{color:#64748b;font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem}.resume-complete-tips{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000000d;padding:1.5rem;text-align:left}.resume-complete-tips h5{color:#1e293b;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.resume-complete-tips ul{list-style:none;margin:0;padding:0}.resume-complete-tips li{color:#475569;font-size:1rem;line-height:1.6;margin-bottom:.5rem;padding-left:1.5rem;position:relative}.resume-complete-tips li:before{color:#3b82f6;content:"•";font-weight:700;left:.5rem;position:absolute}@media (max-width:767px){.resume-no-missing-areas{padding:1.5rem}.resume-no-missing-areas-content h4{font-size:1.3rem}.resume-no-missing-areas-content p{font-size:1rem}.resume-complete-tips{padding:1rem}}.resume-result-header{margin-bottom:1rem;padding-bottom:1rem}.resume-result-header h3{font-size:2rem;margin-bottom:1.2rem}.resume-result-header p{font-size:1.1rem;line-height:1.6;margin:1rem 0 0}.resume-result-content{padding:0 1rem}.resume-result-section{margin-bottom:2rem}.resume-result-container{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;margin:1rem auto;max-width:1200px;padding:1.5rem}.resume-result-header{margin-bottom:.5rem;padding-bottom:.5rem;text-align:center}.resume-result-header h3{color:#1a365d;font-size:1.8rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.5rem}.resume-result-header p{color:#64748b;font-size:1rem;font-weight:500;line-height:1.5;margin:0}.resume-result-content{padding:0}.resume-result-section{background:#fff;border-radius:8px;margin-bottom:1.5rem;padding:1rem}.resume-result-section:last-child{margin-bottom:0}.resume-result-section h4{color:#1e293b;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.resume-result-section p{color:#475569;line-height:1.6;margin-bottom:1rem}@media (max-width:767px){.resume-diff-line-left,.resume-diff-line-right{cursor:pointer;position:relative;transform:scale(1);transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .2s,background .2s,opacity .2s;will-change:transform}.resume-diff-line-left{background:#fef2f2;border-left:3px solid #dc2626;border-radius:8px 8px 0 0;color:#7f1d1d;position:relative}.resume-diff-line-right{background:#f0fdf4;border-left:3px solid #16a34a;border-radius:0 0 8px 8px;border-top:1px solid #e2e8f0;color:#14532d;position:relative}.resume-diff-line-left.selected{background:linear-gradient(135deg,#ef444426,#ef444414);border-left:4px solid #dc2626;box-shadow:inset 0 0 0 2px #ef444433;opacity:1;transform:scale(1.02)}.resume-diff-line-left:not(.selected){background:#fef2f2;border-left:3px solid #dc2626;opacity:.7;transform:scale(1)}.resume-diff-line-right:not(.selected){background:#f0fdf4;border-left:3px solid #16a34a;opacity:.7;transform:scale(1)}.resume-diff-line-left.unchanged{background:#f8fafc;border-left:3px solid #64748b;border-radius:8px;color:#334155;margin-bottom:.5rem;opacity:1;transform:scale(1)}.resume-diff-line-right.unchanged{display:none!important}.resume-diff-line-right:not(.unchanged){display:block!important;margin-bottom:.5rem}.resume-diff-line-left:hover:not(.unchanged){background:linear-gradient(135deg,#ef444433,#ef44441a);box-shadow:0 4px 12px #ef444426;transform:translateY(-1px)}.resume-diff-line-right:hover:not(.unchanged){background:linear-gradient(135deg,#22c55e33,#22c55e1a);box-shadow:0 4px 12px #22c55e26;transform:translateY(-1px)}.resume-diff-line-left:active:not(.unchanged),.resume-diff-line-right:active:not(.unchanged){transform:scale(.98)}.resume-diff-line-right:not(.unchanged){background:linear-gradient(135deg,#22c55e26,#22c55e14);border-left:4px solid #16a34a;box-shadow:inset 0 0 0 2px #22c55e33;opacity:1;transform:scale(1.02)}.resume-diff-line-left:not(.unchanged){background:#fef2f2;border-left:3px solid #dc2626;opacity:.7;transform:scale(1)}}@media (min-width:767px){.resume-diff-line-left,.resume-diff-line-right{cursor:default}.resume-diff-line-left:hover,.resume-diff-line-right:hover{box-shadow:none;transform:none}.resume-diff-line-left:active,.resume-diff-line-right:active{transform:none}}@media (max-width:479px){.resume-diff-line-left,.resume-diff-line-right{font-size:.8rem;padding:.6rem}}@media (max-width:767px){.resume-diff-line-left,.resume-diff-line-right{will-change:auto}.resume-diff-line-left,.resume-diff-line-left.selected,.resume-diff-line-left:not(.selected),.resume-diff-line-right,.resume-diff-line-right.selected,.resume-diff-line-right:not(.selected){transform:none!important;transition:none!important}}@media (max-width:1399px) and (min-width:768px){.resume-title h2{font-size:32px!important}.resume-area-category h4,.resume-description p,.resume-diff-header-left,.resume-example-label,.resume-extracted-text-title,.resume-final-resume-header h3,.resume-input-title,.resume-modal-header h3,.resume-notice-content strong,.resume-preview-header h4,.resume-result-header h3,.resume-suggestion-header h5,.resume-suggestions-header h3,.resume-upload-title{font-size:18px!important}.resume-action-button,.resume-analyze-button,.resume-commit-button,.resume-copy-example-button,.resume-copy-text-button,.resume-load-resume-button,.resume-modal-apply-button,.resume-modal-cancel-button,.resume-progress-stage,.resume-reset-mode-button,.resume-secondary-button,.resume-tab-button,.resume-upload-button{font-size:15px!important}.resume-area-description,.resume-diff-content-text,.resume-diff-line-left,.resume-diff-stats span,.resume-edit-mode-notice span,.resume-editable-resume-text,.resume-example-text,.resume-extracted-text-area,.resume-extracted-text-desc,.resume-final-resume-header p,.resume-input-desc,.resume-insertion-info,.resume-insertion-reason,.resume-list-item-content h5,.resume-list-item-content span,.resume-list-section h4,.resume-notice-content p,.resume-preview-content h5,.resume-preview-date,.resume-preview-section h4,.resume-preview-text,.resume-result-header p,.resume-selected-file span,.resume-stat-badge,.resume-suggestion-content p,.resume-suggestions-header p,.resume-suggestions-section,.resume-text-count,.resume-text-input-area,.resume-upload-desc{font-size:14px!important}}@media (max-width:767px) and (min-width:480px){.resume-evaluation-actions-group{margin-top:.5rem}.resume-content,.resume-suggestions-section{padding:0 .5rem}.resume-final-resume-section,.resume-missing-area-card,.resume-suggestions-section{padding:.5rem}.resume-result-section{margin-bottom:5rem;padding:.5rem}.resume-preview{margin:0;padding:0}.resume-list-modal{max-height:230px}.resume-title h2{font-size:28px!important}.resume-area-category h4,.resume-description,.resume-diff-header-left,.resume-example-label,.resume-extracted-text-title,.resume-final-resume-header h3,.resume-input-title,.resume-modal-header h3,.resume-notice-content strong,.resume-preview-header h4,.resume-result-header h3,.resume-suggestion-header h5,.resume-suggestions-header h3,.resume-upload-title{font-size:16px!important}.resume-action-button,.resume-analyze-button,.resume-commit-button,.resume-copy-example-button,.resume-copy-text-button,.resume-load-resume-button,.resume-modal-apply-button,.resume-modal-cancel-button,.resume-progress-stage,.resume-reset-mode-button,.resume-secondary-button,.resume-tab-button,.resume-upload-button{font-size:14px!important}.resume-area-description,.resume-diff-content-text,.resume-diff-line-left,.resume-diff-stats span,.resume-edit-mode-notice span,.resume-editable-resume-text,.resume-example-text,.resume-extracted-text-area,.resume-extracted-text-desc,.resume-final-resume-header p,.resume-input-desc,.resume-insertion-info,.resume-insertion-reason,.resume-list-item-content h5,.resume-list-item-content span,.resume-list-section h4,.resume-notice-content p,.resume-preview-content h5,.resume-preview-date,.resume-preview-section h4,.resume-preview-text,.resume-result-header p,.resume-selected-file span,.resume-stat-badge,.resume-suggestion-content p,.resume-suggestions-header p,.resume-text-count,.resume-text-input-area,.resume-upload-desc{font-size:13px!important}}@media (max-width:479px){.resume-title h2{font-size:24px!important}.resume-area-category h4,.resume-description,.resume-diff-header-left,.resume-example-label,.resume-extracted-text-title,.resume-final-resume-header h3,.resume-input-title,.resume-modal-header h3,.resume-notice-content strong,.resume-preview-header h4,.resume-result-header h3,.resume-suggestion-header h5,.resume-suggestions-header h3,.resume-upload-title{font-size:14px!important}.resume-action-button,.resume-analyze-button,.resume-commit-button,.resume-copy-example-button,.resume-copy-text-button,.resume-load-resume-button,.resume-modal-apply-button,.resume-modal-cancel-button,.resume-progress-stage,.resume-reset-mode-button,.resume-secondary-button,.resume-tab-button,.resume-upload-button{font-size:13px!important}.resume-area-description,.resume-diff-content-text,.resume-diff-line-left,.resume-diff-stats span,.resume-edit-mode-notice span,.resume-editable-resume-text,.resume-example-text,.resume-extracted-text-area,.resume-extracted-text-desc,.resume-final-resume-header p,.resume-input-desc,.resume-insertion-info,.resume-insertion-reason,.resume-list-item-content h5,.resume-list-item-content span,.resume-list-section h4,.resume-notice-content p,.resume-preview-content h5,.resume-preview-date,.resume-preview-section h4,.resume-preview-text,.resume-result-header p,.resume-selected-file span,.resume-stat-badge,.resume-suggestion-content p,.resume-suggestions-header p,.resume-text-count,.resume-text-input-area,.resume-upload-desc{font-size:12px!important}}.resume-secondary-button{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:8px;box-shadow:0 1px 3px #0000001a;color:#64748b;cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .2s ease}.resume-secondary-button:hover{background:#f9fafb;border-color:#9ca3af;box-shadow:0 2px 6px #00000026;transform:translateY(-1px)}.resume-secondary-button:active{box-shadow:0 1px 3px #0000001a;transform:translateY(0)}.resume-secondary-button svg{flex-shrink:0;height:20px;width:20px}@media (max-width:767px){.resume-secondary-button{font-size:.9rem;padding:.6rem 1.2rem}.resume-secondary-button svg{height:18px;width:18px}}@media (max-width:479px){.resume-secondary-button{font-size:.85rem;gap:.4rem;padding:.5rem 1rem}.resume-secondary-button svg{height:16px;width:16px}}.VoicePage_voicePage__uTl4d{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);height:auto;padding-top:26px;scroll-behavior:smooth}.VoicePage_voiceContent__slU-S{margin:0 auto;max-width:1200px;padding:1rem 2rem 2rem}.VoicePage_voiceHeader__GodYC{animation:VoicePage_fadeIn__fIXEK .8s ease-out;margin-bottom:3rem;text-align:center}.VoicePage_voiceTitle__BFa1S{color:#1e293b;font-size:2.5rem;font-weight:800;margin-bottom:1rem}.VoicePage_voiceDescription__aba3R{color:#64748b;font-size:1.1rem;line-height:1.6}.VoicePage_voiceScriptSection__n7N\+O{animation:VoicePage_voiceSlideUp__vEadq .6s ease-out;background:#fff;border-radius:16px;box-shadow:0 8px 25px #0000001a;margin-bottom:3rem;padding:2rem}.VoicePage_voiceScriptHeader__Gn7IO{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1.5rem}.VoicePage_voiceScriptTitleContainer__MjWH7{align-items:center;color:#1e293b;display:flex;gap:.5rem}.VoicePage_voiceScriptTitleContainer__MjWH7 h3{font-size:1.5rem;font-weight:700;margin:0}.VoicePage_voiceScriptToggle__JE5N-{background:none;border:none;border-radius:4px;color:#64748b;cursor:pointer;padding:.25rem;transition:all .2s ease}.VoicePage_voiceScriptToggle__JE5N-:hover{background:#f1f5f9;color:#1e293b}.VoicePage_voiceScriptContent__CPaCE{margin-top:1rem}.VoicePage_voiceScriptTabs__4U9WJ{border-bottom:2px solid #e2e8f0;display:flex;gap:.5rem;margin-bottom:2rem}.VoicePage_voiceTab__D56yM{align-items:center;background:none;border:none;border-radius:8px 8px 0 0;color:#64748b;cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;position:relative;transition:all .2s ease}.VoicePage_voiceTab__D56yM:hover{background:#f8fafc;color:#1e293b}.VoicePage_voiceTab__D56yM.VoicePage_active__EgEIu{background:#f0f9ff;border-bottom:2px solid #1e40af;color:#1e40af;margin-bottom:-2px}.VoicePage_voiceTabContent__iXe3K{animation:VoicePage_voiceFadeIn__uCVMx .3s ease-out}.VoicePage_voiceArchiveSelector__rY5ty{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;display:flex;gap:.5rem;margin-bottom:2rem;padding:1rem}.VoicePage_voiceArchiveSelector__rY5ty label{color:#475569;font-weight:600;white-space:nowrap}.VoicePage_voiceCustomDropdown__IoQgT{flex:1 1;position:relative;z-index:1000}.VoicePage_voiceDropdownButton__xMRcU{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:8px;color:#1e293b;cursor:pointer;display:flex;font-size:.9rem;justify-content:space-between;padding:.75rem 1rem;text-align:left;transition:all .2s ease;width:100%}.VoicePage_voiceDropdownButton__xMRcU:hover{border-color:#cbd5e1}.VoicePage_voiceDropdownButton__xMRcU:focus{border-color:#1e40af;box-shadow:0 0 0 3px #1e40af1a;outline:none}.VoicePage_voiceSelectedArchive__JZxPh{align-items:center;display:flex;flex:1 1;gap:.5rem;width:100%}.VoicePage_voiceArchiveBadge__2afUk{border-radius:12px;color:#fff;flex-shrink:0;font-size:.75rem;font-weight:600;letter-spacing:.5px;padding:.2rem .6rem;text-transform:uppercase;transition:all .2s ease}.VoicePage_voiceBadgeRed__wT45\+{background-color:#ef4444}.VoicePage_voiceBadgeGreen__vx5ED{background-color:#22c55e}.VoicePage_voiceBadgeBlack__h2kcf{background-color:#1f2937}.VoicePage_voiceBadgePurple__27OTo{background-color:#a855f7}.VoicePage_voiceBadgeBlue__7YyHZ{background-color:#3b82f6}.VoicePage_voiceBadgeOrange__NvIFv{background-color:#f97316}.VoicePage_voiceArchiveName__LC8h8{color:#475569;flex:1 1;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.VoicePage_voiceDropdownIcon__kb4od{color:#64748b;margin-left:10px;transition:transform .2s ease}.VoicePage_voiceDropdownIcon__kb4od.VoicePage_open__a5qtE{transform:rotate(180deg)}.VoicePage_voiceDropdownMenu__EtQkw{animation:VoicePage_voiceDropdownSlide__G04q9 .2s ease-out;background:#fff;border:2px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 12px #0000001a;left:0;max-height:300px;overflow-y:auto;position:absolute;right:0;top:calc(100% + 4px);z-index:1001}.VoicePage_voiceDropdownItem__7NA\+P{align-items:center;background:none;border:none;border-bottom:1px solid #f1f5f9;cursor:pointer;display:flex;gap:.5rem;padding:.75rem 1rem;text-align:left;transition:all .2s ease;width:100%}.VoicePage_voiceDropdownItem__7NA\+P:last-child{border-bottom:none}.VoicePage_voiceDropdownItem__7NA\+P:hover{background:#f8fafc}.VoicePage_voiceDropdownItem__7NA\+P.VoicePage_selected__7vyEt{background:#f0f9ff;color:#1e40af}.VoicePage_voiceDropdownItem__7NA\+P .VoicePage_voiceArchiveBadge__2afUk{color:#fff}.VoicePage_voiceDropdownItem__7NA\+P.VoicePage_selected__7vyEt .VoicePage_voiceArchiveBadge__2afUk,.VoicePage_voiceDropdownItem__7NA\+P:hover .VoicePage_voiceArchiveBadge__2afUk{transform:scale(1.05)}@keyframes VoicePage_voiceDropdownSlide__G04q9{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.VoicePage_voiceManualInput__axKDN{display:flex;flex-direction:column;gap:1rem}.VoicePage_voiceManualLabel__oeJXA{color:#374151;font-size:1rem;font-weight:600}.VoicePage_voiceManualTextarea__sIVFY{border:2px solid #e5e7eb;border-radius:12px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;line-height:1.6;min-height:150px;padding:1rem;resize:vertical;transition:all .2s ease}.VoicePage_voiceManualTextarea__sIVFY:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.VoicePage_voiceManualTextarea__sIVFY::placeholder{color:#9ca3af}.VoicePage_voiceManualInfo__CICsU{align-items:center;color:#6b7280;display:flex;font-size:.875rem;justify-content:space-between}.VoicePage_voiceCharCount__2o4a1{color:#374151;font-weight:500}.VoicePage_voiceManualTip__X\+PJK{align-items:center;color:#3b82f6;display:flex;font-weight:500;gap:.5rem}.VoicePage_voiceScriptLoading__G0dG1{align-items:center;color:#64748b;display:flex;flex-direction:column;justify-content:center;padding:2rem}.VoicePage_voiceScriptLoading__G0dG1 p{font-size:1rem;margin-top:1rem}.VoicePage_voiceSingleQa__55TQK{animation:VoicePage_voiceFadeIn__uCVMx .3s ease-out}.VoicePage_voiceQaNavigation__D1HOU{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;display:flex;justify-content:space-between;margin-bottom:2rem;padding:1rem}.VoicePage_voiceNavButton__XCsSZ{align-items:center;background:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:500;gap:.5rem;padding:.5rem 1rem;transition:all .2s ease}.VoicePage_voiceNavButton__XCsSZ:hover:not(:disabled){background:#2563eb;transform:translateY(-1px)}.VoicePage_voiceNavButton__XCsSZ:disabled{background:#d1d5db;color:#9ca3af;cursor:not-allowed;transform:none}.VoicePage_voiceQaCounter__GVbVU{background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#374151;font-size:1rem;font-weight:600;padding:.5rem 1rem}.VoicePage_voiceQaList__iZ06e{display:flex;flex-direction:column;gap:1.5rem}.VoicePage_voiceQaItem__yQti3{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;transition:all .2s ease}.VoicePage_voiceQaItem__yQti3:hover{box-shadow:0 4px 12px #0000000d}.VoicePage_voiceQuestionSection__BzxdI{margin-bottom:1.5rem}.VoicePage_voiceQuestionHeader__0q5Oe{align-items:center;display:flex;gap:.75rem;margin-bottom:1rem}.VoicePage_voiceQuestionNumber__7-HIP{background:#3b82f6;border-radius:8px;color:#fff;font-size:.875rem;font-weight:600;padding:.25rem .75rem}.VoicePage_voiceQuestionType__tJxls{border-radius:8px;color:#fff;font-size:.75rem;font-weight:600;letter-spacing:.5px;padding:.25rem .75rem;text-transform:uppercase}.VoicePage_voiceQuestionText__3Wmm4{color:#1f2937;font-size:1.1rem;font-weight:500;line-height:1.6}.VoicePage_voiceAnswerSection__9i06W{border-top:1px solid #e5e7eb;padding-top:1rem}.VoicePage_voiceAnswerHeader__4lToj{margin-bottom:.75rem}.VoicePage_voiceAnswerLabel__PXHKT{background:#10b981;border-radius:8px;color:#fff;font-size:.875rem;font-weight:600;padding:.25rem .75rem}.VoicePage_voiceAnswerText__vISwR{color:#374151;font-size:1rem;line-height:1.6}.VoicePage_voiceScriptEmpty__69\+GS{color:#6b7280;padding:3rem 1rem;text-align:center}.VoicePage_voiceScriptEmpty__69\+GS p{font-size:1rem;margin-bottom:.5rem}.VoicePage_voiceRecordingSection__5WTtP{margin-bottom:3rem}.VoicePage_voiceRecordingCard__azZAa{animation:VoicePage_voiceSlideUp__vEadq .6s ease-out;background:#fff;border-radius:16px;box-shadow:0 8px 25px #0000001a;padding:2rem;text-align:center}.VoicePage_voiceRecordingVisualizer__1VGWr{margin-bottom:2rem}.VoicePage_voiceMicIcon__5L-D-{align-items:center;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:50%;box-shadow:0 8px 25px #3b82f64d;color:#fff;cursor:pointer;display:inline-flex;height:120px;justify-content:center;margin:0 auto;transition:all .3s ease;width:120px}.VoicePage_voiceMicIcon__5L-D-:hover:not(.VoicePage_recording__t02qr){background:linear-gradient(135deg,#2563eb,#1e40af);box-shadow:0 12px 35px #3b82f666;transform:scale(1.05)}.VoicePage_voiceMicIcon__5L-D-.VoicePage_recording__t02qr{animation:VoicePage_voicePulse__wKnCY 2s infinite;background:linear-gradient(135deg,#ef4444,#dc2626)}.VoicePage_voiceMicIcon__5L-D-.VoicePage_recording__t02qr:hover{box-shadow:0 12px 35px #ef444466;transform:scale(1.05)}.VoicePage_voiceRecordingWaves__zpK4e{align-items:center;display:flex;gap:4px;justify-content:center;margin-top:2rem}.VoicePage_voiceWave__8CPpc{animation:VoicePage_voiceWave__8CPpc 1.5s ease-in-out infinite;background:#3b82f6;border-radius:2px;width:4px}.VoicePage_voiceWave__8CPpc:first-child{animation-delay:0s;height:20px}.VoicePage_voiceWave__8CPpc:nth-child(2){animation-delay:.2s;height:30px}.VoicePage_voiceWave__8CPpc:nth-child(3){animation-delay:.4s;height:25px}.VoicePage_voiceRecordingControls__4H\+kO{align-items:center;display:flex;flex-direction:column;gap:1.5rem}.VoicePage_voiceTimer__IDxCF{background:#f1f5f9;border:2px solid #e2e8f0;border-radius:12px;color:#1e293b;font-family:Courier New,monospace;font-size:2rem;font-weight:800;padding:.5rem 1.5rem}.VoicePage_voiceRecordButton__7\+pjA{align-items:center;border:none;border-radius:12px;box-shadow:0 4px 12px #0000001a;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;gap:.75rem;padding:1rem 2rem;transition:all .2s ease}.VoicePage_voiceRecordButton__7\+pjA.VoicePage_start__Zzf\+M{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff}.VoicePage_voiceRecordButton__7\+pjA.VoicePage_stop__sLLPB{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.VoicePage_voiceRecordingTip__FkLlz{align-items:center;background:#fef3c7;border:1px solid #fbbf24;border-radius:12px;color:#92400e;display:flex;font-size:.9rem;font-weight:500;gap:.5rem;margin:0 auto;max-width:500px;padding:1rem 1.5rem}.VoicePage_voicePlaybackSection__ctHAB{margin-bottom:3rem}.VoicePage_voicePlaybackCard__uYkqj{animation:VoicePage_voiceSlideUp__vEadq .6s ease-out;background:#fff;border-radius:16px;box-shadow:0 8px 25px #0000001a;padding:2rem}.VoicePage_voicePlaybackTitle__DTS9x{color:#1e293b;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.VoicePage_voicePlaybackControls__W42Hl{align-items:center;display:flex;gap:1rem;justify-content:center;margin-bottom:1.5rem}.VoicePage_voiceAnalyzeButton__EF0gN,.VoicePage_voicePlayButton__oeLhK{align-items:center;border:none;border-radius:10px;box-shadow:0 2px 8px #0000001a;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .2s ease}.VoicePage_voicePlayButton__oeLhK{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.VoicePage_voiceAnalyzeButton__EF0gN{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;overflow:hidden;position:relative}.VoicePage_voiceAnalyzeButton__EF0gN:disabled{background:#d1d5db;cursor:not-allowed}.VoicePage_voiceAnalysisTip__Mr5KF{align-items:center;background:#ede9fe;border:1px solid #c4b5fd;border-radius:12px;color:#6b46c1;display:flex;font-size:.9rem;font-weight:500;gap:.5rem;justify-content:center;padding:1rem 1.5rem;text-align:center}.VoicePage_voiceAnalysisResult__IeivG{animation:VoicePage_voiceSlideUp__vEadq .6s ease-out;background:#fff;border-radius:16px;box-shadow:0 8px 25px #0000001a;padding:2rem}.VoicePage_voiceResultHeader__H9WCV{margin-bottom:3rem;text-align:center}.VoicePage_voiceResultHeader__H9WCV h3{color:#1e293b;font-size:2rem;font-weight:800;margin-bottom:.5rem}.VoicePage_voiceResultHeader__H9WCV p{color:#64748b;font-size:1.1rem}.VoicePage_voiceSpeechMetricsCard__wFjpW{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;margin-bottom:3rem;padding:2rem}.VoicePage_voiceCardHeader__dIheG{align-items:center;display:flex;margin-bottom:2rem}.VoicePage_voiceCardHeader__dIheG h4{align-items:center;color:#1e293b;display:flex;font-size:1.5rem;font-weight:700;gap:.75rem;margin:0}.VoicePage_voiceCardHeader__dIheG h4:before{content:"📊";font-size:1.25rem}.VoicePage_voiceMetricsContent__z8prZ{display:flex;flex-direction:column;gap:1.5rem}.VoicePage_voiceMetricRow__Kt1T4{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:12px;display:flex;gap:1rem;padding:1.5rem;transition:all .2s ease}.VoicePage_voiceMetricRow__Kt1T4:hover{box-shadow:0 4px 12px #0000000d;transform:translateY(-1px)}.VoicePage_voiceMetricLabel__7tFN7{color:#374151;font-size:1rem;font-weight:600}.VoicePage_voiceMetricValue__QKN4c{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;color:#1f2937;font-size:1.25rem;font-weight:700;padding:.5rem 1rem}.VoicePage_voiceMetricBadge__6xMYK{border-radius:8px;font-size:.75rem;font-weight:600;letter-spacing:.5px;padding:.25rem .75rem;text-transform:uppercase;white-space:nowrap}.VoicePage_voiceMetricComment__ThNLg{background:#f8fafc;border-radius:6px;color:#6b7280;font-size:.9rem;line-height:1.5;margin-left:1rem;padding:.5rem .75rem}.VoicePage_voiceMetricStatus__b1aou{border-radius:8px;font-size:.75rem;font-weight:600;letter-spacing:.5px;padding:.25rem .75rem;text-transform:uppercase}.VoicePage_voiceMetricStatus__b1aou.VoicePage_excellent__KL-II{background:#d1fae5;color:#065f46}.VoicePage_voiceMetricStatus__b1aou.VoicePage_good__3hiG6{background:#dbeafe;color:#1e40af}.VoicePage_voiceMetricStatus__b1aou.VoicePage_optimal__Ifm4c{background:#e0f2fe;color:#0369a1}.VoicePage_voiceMetricStatus__b1aou.VoicePage_needsImprovement__v4lvD{background:#fee2e2;color:#991b1b}.VoicePage_voiceMetricStatus__b1aou.VoicePage_fast__zpwNx{background:#fef3c7;color:#92400e}.VoicePage_voiceMetricStatus__b1aou.VoicePage_slow__ibVpe{background:#fce7f3;color:#be185d}.VoicePage_voiceMetricBadge__6xMYK.VoicePage_fast__zpwNx{background:#fbbf24;color:#92400e}.VoicePage_voiceMetricBadge__6xMYK.VoicePage_optimal__Ifm4c{background:#10b981;color:#fff}.VoicePage_voiceMetricBadge__6xMYK.VoicePage_slow__ibVpe{background:#f43f5e;color:#fff}.VoicePage_voiceFeedbackSection__1kEfk{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin-bottom:3rem}.VoicePage_voiceFeedbackCard__2suuv{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:2rem}.VoicePage_voiceFeedbackHeader__u4TcC{align-items:center;border-bottom:2px solid #e5e7eb;display:flex;margin-bottom:1.5rem;padding-bottom:1rem}.VoicePage_voiceFeedbackHeader__u4TcC h4{color:#1e293b;font-size:1.25rem;font-weight:700;margin:0}.VoicePage_voiceFeedbackList__u0jtP{list-style:none;margin:0;padding:0}.VoicePage_voiceFeedbackList__u0jtP li{border-bottom:1px solid #e5e7eb;padding:1rem 0}.VoicePage_voiceFeedbackList__u0jtP li:last-child{border-bottom:none}.VoicePage_voiceFeedbackList__u0jtP li div{display:flex;flex-direction:column;gap:.5rem}.VoicePage_voiceFeedbackList__u0jtP li strong{color:#1f2937;font-size:1rem;font-weight:600}.VoicePage_voiceFeedbackList__u0jtP li p{color:#6b7280;font-size:.9rem;line-height:1.5;margin:0}.VoicePage_voiceImprovementStrategy__X7lSm{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;margin-bottom:3rem;padding:2rem}.VoicePage_voiceImprovementStrategy__X7lSm h4{color:#0c4a6e;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.VoicePage_voiceStrategyContent__uKpHW{display:flex;flex-direction:column;gap:1.5rem}.VoicePage_voiceStrategyItem__kBE7l{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;transition:all .2s ease}.VoicePage_voiceStrategyText__xtc1W{display:flex;flex-direction:column;gap:.5rem}.VoicePage_voiceStrategyText__xtc1W h5{color:#0c4a6e;font-size:1.1rem;font-weight:600;margin:0}.VoicePage_voiceStrategyText__xtc1W p{color:#64748b;font-size:.95rem;line-height:1.5;margin:0}.VoicePage_voiceActionButtons__FZL80{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.VoicePage_voicePrimaryButton__ThA92,.VoicePage_voiceSecondaryButton__1lTUp{border:none;border-radius:12px;box-shadow:0 4px 12px #0000001a;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .2s ease}.VoicePage_voicePrimaryButton__ThA92{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff}.VoicePage_voicePrimaryButton__ThA92:hover{box-shadow:0 6px 20px #3b82f64d;transform:translateY(-2px)}.VoicePage_voiceSecondaryButton__1lTUp{background:#f1f5f9;color:#475569}.VoicePage_voiceSecondaryButton__1lTUp:hover{background:#e2e8f0}.VoicePage_spinner__gDUYQ{animation:VoicePage_spin__I4ViL 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:currentcolor;height:20px;width:20px}@keyframes VoicePage_spin__I4ViL{to{transform:rotate(1turn)}}@keyframes VoicePage_voiceFadeIn__uCVMx{0%{opacity:0}to{opacity:1}}@keyframes VoicePage_voiceSlideUp__vEadq{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes VoicePage_voicePulse__wKnCY{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes VoicePage_voiceWave__8CPpc{0%,to{transform:scaleY(1)}50%{transform:scaleY(1.5)}}.VoicePage_voiceAnalyzeWrapper__x\+hF-{display:inline-block;position:relative}.VoicePage_tooltipPopup__GBZwC{animation:VoicePage_popupFade__H6t3l .3s ease-in-out;background-color:#f8faff;border:2px solid #b3bdeb;border-radius:8px;box-shadow:0 2px 10px #0000001a;left:50%;padding:10px 15px;position:absolute;top:-60px;transform:translateX(-50%);z-index:1000}.VoicePage_tooltipContent__93GjB{color:#1e40af;font-size:14px;font-weight:500;text-align:center;white-space:nowrap}.VoicePage_tooltipContent__93GjB:before{border-color:#b3bdeb #0000 #0000;border-style:solid;border-width:8px 8px 0;bottom:-10px;content:"";left:50%;position:absolute;transform:translateX(-50%)}.VoicePage_tooltipContent__93GjB:after{border-color:#f8faff #0000 #0000;border-style:solid;border-width:6px 6px 0;bottom:-7px;content:"";left:50%;position:absolute;transform:translateX(-50%)}@keyframes VoicePage_popupFade__H6t3l{0%{opacity:0;transform:translate(-50%,10px)}to{opacity:1;transform:translate(-50%)}}.VoicePage_voiceSpeedAnalysis__NhdkT{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;margin-bottom:3rem;padding:2rem}.VoicePage_voiceSpeedHeader__1tcRy{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.VoicePage_voiceSpeedHeader__1tcRy h3{color:#1e293b;font-size:1.5rem;font-weight:700;margin:0}.VoicePage_voiceSpeedBadges__HjXr-{display:flex;gap:.5rem}.VoicePage_voiceMetrics__Zejnu{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem}.VoicePage_voiceMetrics__Zejnu h3{color:#374151;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.VoicePage_metricsGrid__nkJsU{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.VoicePage_metricItem__\+c9vB{padding:1rem;text-align:center}.VoicePage_metricItem__\+c9vB h4{color:#6b7280;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.VoicePage_badgeContainer__wHM1g{display:flex;justify-content:center}.VoicePage_voiceBadge__hi4BT{border-radius:8px;font-size:.75rem;font-weight:600;letter-spacing:.5px;padding:.25rem .75rem;text-transform:uppercase}.VoicePage_voiceBadge__hi4BT.VoicePage_positive__AXhX2{background:#d1fae5;color:#065f46}.VoicePage_voiceBadge__hi4BT.VoicePage_negative__lBXuX{background:#fee2e2;color:#991b1b}.VoicePage_voiceBadge__hi4BT.VoicePage_neutral__nPSQa{background:#f3f4f6;color:#374151}.VoicePage_voiceScoreBadge__lcttf{background-color:#94a3b8;border-radius:6px;box-shadow:0 2px 8px #00000026;color:#fff;flex-shrink:0;font-size:.75rem;font-weight:600;margin-left:auto;min-width:50px;padding:4px 8px;text-align:center;transition:all .3s ease;white-space:nowrap}.VoicePage_voiceScoreBadge__lcttf.VoicePage_scoreExcellent__4pzh3{background-color:#3b82f6;box-shadow:0 2px 8px #3b82f64d}.VoicePage_voiceScoreBadge__lcttf.VoicePage_scoreGood__6EvBV{background-color:#10b981;box-shadow:0 2px 8px #10b9814d}.VoicePage_voiceScoreBadge__lcttf.VoicePage_scoreAverage__FFO\+Y{background-color:#eab308;box-shadow:0 2px 8px #eab3084d}.VoicePage_voiceScoreBadge__lcttf.VoicePage_scoreBelowAverage__u86TB{background-color:#f97316;box-shadow:0 2px 8px #f973164d}.VoicePage_voiceScoreBadge__lcttf.VoicePage_scoreNeedsImprovement__peSEU{background-color:#ef4444;box-shadow:0 2px 8px #ef44444d}.VoicePage_voiceScoreBadge__lcttf.VoicePage_scoreNoEvaluation__mGvcb{background-color:#9ca3af;box-shadow:0 2px 8px #9ca3af4d}.VoicePage_voiceDropdownItem__7NA\+P .VoicePage_voiceScoreBadge__lcttf,.VoicePage_voiceSelectedArchive__JZxPh .VoicePage_voiceScoreBadge__lcttf{flex-shrink:0;margin-left:auto}@media (max-width:768px){.VoicePage_voiceContent__slU-S{padding:1rem}.VoicePage_voiceTitle__BFa1S{font-size:2rem}.VoicePage_voiceScriptHeader__Gn7IO{align-items:flex-start;flex-direction:column;gap:1rem}.VoicePage_voiceScriptTabs__4U9WJ{flex-direction:column;gap:0}.VoicePage_voiceTab__D56yM{border-radius:8px;margin-bottom:0}.VoicePage_voiceArchiveSelector__rY5ty{align-items:flex-start;flex-direction:column;gap:1rem}.VoicePage_voiceCustomDropdown__IoQgT{width:100%}.VoicePage_voiceDropdownMenu__EtQkw{max-height:150px}.VoicePage_voiceArchiveName__LC8h8{font-size:.85rem}.VoicePage_voiceQaNavigation__D1HOU{flex-direction:column;gap:1rem}.VoicePage_voiceNavButton__XCsSZ{justify-content:center;width:100%}.VoicePage_voiceRecordingCard__azZAa{margin-bottom:5rem;padding:1.5rem}.VoicePage_voicePlaybackCard__uYkqj{margin-bottom:5rem}.VoicePage_voiceQaItem__yQti3{padding:1rem}.VoicePage_voiceQuestionText__3Wmm4{font-size:1rem}.VoicePage_voiceAnswerText__vISwR{font-size:.9rem}.VoicePage_voiceMetricRow__Kt1T4{align-items:flex-start;flex-direction:column;gap:.75rem;padding:1rem}.VoicePage_voiceMetricValue__QKN4c{font-size:1.1rem;margin:0}.VoicePage_voiceMetricComment__ThNLg{margin-left:0;width:100%}.VoicePage_voiceFeedbackSection__1kEfk{grid-template-columns:1fr}.VoicePage_voiceActionButtons__FZL80{flex-direction:column;margin-bottom:5rem}.VoicePage_voiceManualInfo__CICsU{align-items:flex-start;flex-direction:column;gap:.5rem}.VoicePage_voiceSpeedAnalysis__NhdkT{padding:1rem}.VoicePage_voiceSpeedHeader__1tcRy{align-items:flex-start;flex-direction:column;gap:1rem}.VoicePage_metricsGrid__nkJsU{grid-template-columns:1fr}.VoicePage_voiceScoreBadge__lcttf{font-size:.7rem;min-width:45px;padding:3px 6px}}@media (max-width:480px){.VoicePage_voiceTimer__IDxCF{font-size:1.5rem}.VoicePage_voiceRecordingWaves__zpK4e{gap:2px}.VoicePage_voicePlaybackControls__W42Hl{flex-direction:column;gap:1rem}.VoicePage_voiceAnalyzeButton__EF0gN,.VoicePage_voicePlayButton__oeLhK{justify-content:center;width:100%}.VoicePage_voiceManualTextarea__sIVFY{font-size:.9rem}.VoicePage_voiceScoreBadge__lcttf{font-size:.65rem;min-width:40px;padding:2px 5px}}.VoiceEvaluationDetail_voicePage__CV6nj{background:#fff;min-height:100vh;padding:2rem}.VoiceEvaluationDetail_contentContainer__Gc98g{background:#fff;border:2px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;margin-top:1rem;overflow:hidden}.VoiceEvaluationDetail_voiceContent__V8b1O{margin:0 auto;max-width:1200px;padding:2rem}.VoiceEvaluationDetail_section__b2f66{background:#fff;border:2px solid #e2e8f0;border-radius:12px;margin-bottom:2rem;padding:2rem}.VoiceEvaluationDetail_section__b2f66:last-child{margin-bottom:0}.VoiceEvaluationDetail_navigationTop__FGdQ7{align-items:center;display:flex;justify-content:space-between;margin:0 auto 1rem;max-width:1200px;padding:0 .5rem}.VoiceEvaluationDetail_topBackWrapper__nm5Lh{align-items:center;cursor:pointer;display:flex;gap:4px}.VoiceEvaluationDetail_topBackText__XoEiL{color:#2563eb;font-size:.95rem;font-weight:500}.VoiceEvaluationDetail_navigationBottom__kMERl{margin-top:2rem;text-align:center}.VoiceEvaluationDetail_backButton__mEPLs{background:#f1f5f9;color:#475569;padding:.75rem 2rem;transition:background-color .2s}.VoiceEvaluationDetail_backButton__mEPLs:hover{background:#e2e8f0}.VoiceEvaluationDetail_metricItem__oYiW-{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem}.VoiceEvaluationDetail_metricLabel__YAp3u{color:#666;font-size:.9rem;margin-bottom:.5rem}.VoiceEvaluationDetail_metricValue__7gQEn{color:#333;font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.VoiceEvaluationDetail_metricComment__Brv-2{color:#666;font-size:.9rem;font-style:italic}.VoiceEvaluationDetail_feedbackSection__3dkNq{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin-bottom:0}.VoiceEvaluationDetail_improvementsCard__-Bu47,.VoiceEvaluationDetail_strengthsCard__oWH31{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem}.VoiceEvaluationDetail_improvementsCard__-Bu47 h3,.VoiceEvaluationDetail_strengthsCard__oWH31 h3{color:#333;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.VoiceEvaluationDetail_improvementsCard__-Bu47 ul,.VoiceEvaluationDetail_strengthsCard__oWH31 ul{list-style:none;margin:0;padding:0}.VoiceEvaluationDetail_improvementsCard__-Bu47 li,.VoiceEvaluationDetail_strengthsCard__oWH31 li{background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:1rem;padding:1rem}.VoiceEvaluationDetail_improvementsCard__-Bu47 li:last-child,.VoiceEvaluationDetail_strengthsCard__oWH31 li:last-child{margin-bottom:0}.VoiceEvaluationDetail_improvementsCard__-Bu47 h4,.VoiceEvaluationDetail_strengthsCard__oWH31 h4{color:#333;font-size:1rem;font-weight:600;margin:0 0 .5rem}.VoiceEvaluationDetail_improvementsCard__-Bu47 p,.VoiceEvaluationDetail_strengthsCard__oWH31 p{color:#666;font-size:.9rem;line-height:1.5;margin:0}.VoiceEvaluationDetail_strategySection__iNEDb{margin-bottom:0}.VoiceEvaluationDetail_strategySection__iNEDb h3{color:#333;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.VoiceEvaluationDetail_strategyGrid__fDpS0{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.VoiceEvaluationDetail_strategyItem__mxQSB{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem}.VoiceEvaluationDetail_strategyItem__mxQSB h4{color:#333;font-size:1rem;font-weight:600;margin:0 0 .5rem}.VoiceEvaluationDetail_strategyItem__mxQSB p{color:#666;font-size:.9rem;line-height:1.5;margin:0}.VoiceEvaluationDetail_navigationBottom__kMERl{display:flex;justify-content:center;margin-bottom:0;margin-top:3rem}.VoiceEvaluationDetail_backButton__mEPLs{align-items:center;background-color:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:.95rem;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;transition:all .2s ease}.VoiceEvaluationDetail_backButton__mEPLs:hover{background-color:#1d4ed8;transform:translateY(-1px)}.VoiceEvaluationDetail_sectionHeader__6em7s{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;margin-bottom:2rem;padding-bottom:1rem;position:relative}.VoiceEvaluationDetail_sectionTitle__lgP-M{color:#2563eb;flex:1 1;font-size:20px;font-weight:600;margin:0;text-align:center;white-space:nowrap}.VoiceEvaluationDetail_audioWrapper__Rg8xt{position:absolute;right:0;width:300px}.VoiceEvaluationDetail_audioPlayer__zvAGc{background-color:#fff;border:1.5px solid #2563eb;border-radius:15px;height:30px;margin-left:40px;width:80%}.VoiceEvaluationDetail_audioPlayer__zvAGc::-webkit-media-controls-download-button,.VoiceEvaluationDetail_audioPlayer__zvAGc::-webkit-media-controls-fullscreen-button,.VoiceEvaluationDetail_audioPlayer__zvAGc::-webkit-media-controls-mute-button,.VoiceEvaluationDetail_audioPlayer__zvAGc::-webkit-media-controls-overflow-menu,.VoiceEvaluationDetail_audioPlayer__zvAGc::-webkit-media-controls-overflow-menu-button,.VoiceEvaluationDetail_audioPlayer__zvAGc::-webkit-media-controls-playback-rate-button,.VoiceEvaluationDetail_audioPlayer__zvAGc::-webkit-media-controls-remote-playback-button,.VoiceEvaluationDetail_audioPlayer__zvAGc::-webkit-media-controls-volume-control-container,.VoiceEvaluationDetail_audioPlayer__zvAGc::-webkit-media-controls-volume-slider{display:none!important;opacity:0!important;pointer-events:none!important}.VoiceEvaluationDetail_audioPlayer__zvAGc::-webkit-media-controls-timeline{margin-right:20px!important;width:calc(100% - 80px)!important}.VoiceEvaluationDetail_audioPlayer__zvAGc::-webkit-media-controls-panel{align-items:center!important;background-color:#fff;display:flex!important;padding-right:5px!important}.VoiceEvaluationDetail_audioPlayer__zvAGc::-webkit-media-controls-enclosure{padding-right:0!important}.VoiceEvaluationDetail_customAudioPlayer__lu5xN{align-items:center;display:flex;position:relative;width:100%}.VoiceEvaluationDetail_volumeControlContainer__oG0\+X{margin-left:-60px;position:relative;z-index:1000}.VoiceEvaluationDetail_volumeButton__zLldi{align-items:center;background:none;border:none;color:#000;cursor:pointer;display:flex;justify-content:center;padding:25px}.VoiceEvaluationDetail_volumeButton__zLldi:hover{color:#1e40af}.VoiceEvaluationDetail_volumeSliderContainer__EPOVR{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 2px 4px #0000001a;left:50%;margin-top:-15px;padding:10px 5px;position:absolute;top:100%;transform:translateX(-50%)}.VoiceEvaluationDetail_volumeSlider__fNeoS{-webkit-appearance:slider-vertical;appearance:slider-vertical;height:100px;padding:0;width:8px;writing-mode:bt-lr}.VoiceEvaluationDetail_volumeSlider__fNeoS::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#2563eb;border-radius:50%;cursor:pointer;height:16px;width:16px}.VoiceEvaluationDetail_volumeSlider__fNeoS::-moz-range-thumb{background:#2563eb;border:none;border-radius:50%;cursor:pointer;height:16px;width:16px}.VoiceEvaluationDetail_noAudioMessage__e16T9{text-align:right}.VoiceEvaluationDetail_voiceAnalysisResult__gRzNh{animation:VoiceEvaluationDetail_voiceFadeIn__gyXHd .6s ease-out;background:linear-gradient(135deg,#f8fafc,#fff);border:1px solid #e2e8f0;border-radius:16px;margin-bottom:2rem;padding:2rem}.VoiceEvaluationDetail_voiceResultHeader__4YZj2{border-bottom:2px solid #e2e8f0;margin-bottom:3rem;padding-bottom:2rem;text-align:center}.VoiceEvaluationDetail_voiceResultHeader__4YZj2 h3{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#1d4ed8);-webkit-background-clip:text;background-clip:text;color:#1e293b;font-size:2rem;font-weight:700;margin-bottom:.5rem}.VoiceEvaluationDetail_voiceResultHeader__4YZj2 p{color:#64748b;font-size:1.1rem;margin:0}.VoiceEvaluationDetail_voiceSpeedAnalysis__iWqWk{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;margin-bottom:3rem;padding:2rem}.VoiceEvaluationDetail_voiceSpeedHeader__Q-5B\+{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.VoiceEvaluationDetail_voiceSpeedHeader__Q-5B\+ h3{color:#1e293b;font-size:1.5rem;font-weight:700;margin:0}.VoiceEvaluationDetail_voiceSpeedBadges__gVr3E{display:flex;gap:.5rem}.VoiceEvaluationDetail_voiceBadge__1zTxx{border-radius:8px;font-size:.75rem;font-weight:600;letter-spacing:.5px;padding:.25rem .75rem;text-transform:uppercase}.VoiceEvaluationDetail_voiceBadge__1zTxx.VoiceEvaluationDetail_positive__RKN3I{background:#d1fae5;color:#065f46}.VoiceEvaluationDetail_voiceBadge__1zTxx.VoiceEvaluationDetail_negative__66qYO{background:#fee2e2;color:#991b1b}.VoiceEvaluationDetail_voiceBadge__1zTxx.VoiceEvaluationDetail_fast__fGVpE{background-color:#fee2e2;color:#dc2626}.VoiceEvaluationDetail_voiceBadge__1zTxx.VoiceEvaluationDetail_optimal__BC6DN{background-color:#dcfce7;color:#16a34a}.VoiceEvaluationDetail_voiceBadge__1zTxx.VoiceEvaluationDetail_slow__wawUT{background-color:#fef3c7;color:#d97706}.VoiceEvaluationDetail_voiceMetricsSection__T0fxn{margin-bottom:3rem}.VoiceEvaluationDetail_voiceMetricsHeader__8QFP6{margin-bottom:2rem}.VoiceEvaluationDetail_voiceMetricsHeader__8QFP6 h4{color:#1e293b;font-size:1.5rem;font-weight:700;margin:0}.VoiceEvaluationDetail_voiceMetricsGrid__xN1CM{display:flex;flex-direction:column;gap:1.5rem}.VoiceEvaluationDetail_voiceMetricCard__hfjUO{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 2px 8px #0000000a;padding:1.5rem;transition:all .2s ease}.VoiceEvaluationDetail_voiceMetricCard__hfjUO:hover{box-shadow:0 8px 25px #0000001a;transform:translateY(-2px)}.VoiceEvaluationDetail_voiceMetricCardRow__942qM{align-items:center;display:flex;gap:1rem}.VoiceEvaluationDetail_voiceMetricCardLabel__rKqCw{color:#374151;flex-shrink:0;font-size:.9rem;font-weight:600}.VoiceEvaluationDetail_voiceMetricCardValue__PYfcA{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;color:#000;flex-shrink:0;font-size:1rem;font-weight:700;min-width:60px;padding:.375rem .75rem;text-align:center}.VoiceEvaluationDetail_voiceMetricCardComment__XlwTH{background:#f8fafc;border-radius:6px;color:#6b7280;font-size:.9rem;line-height:1.5;margin-left:1rem;padding:.5rem .75rem}.VoiceEvaluationDetail_voiceFeedbackSection__0NfCm{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr;margin:2rem 0}.VoiceEvaluationDetail_voiceFeedbackCard__BcvM2{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem}.VoiceEvaluationDetail_voiceFeedbackHeader__FPf3I{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;gap:.5rem;margin-bottom:1.5rem;padding-bottom:1rem}.VoiceEvaluationDetail_voiceFeedbackHeader__FPf3I h4{color:#111827;font-size:1.1rem;font-weight:600;margin:0}.VoiceEvaluationDetail_checkIcon__dBnOg{align-items:center;background-color:#22c55e;border-radius:4px;color:#fff;display:flex;font-size:.9rem;height:20px;justify-content:center;width:20px}.VoiceEvaluationDetail_lightIcon__N6tqk{font-size:1.2rem;line-height:1}.VoiceEvaluationDetail_voiceFeedbackList__02so6{display:flex;flex-direction:column;gap:1rem;list-style:none;margin:0;padding:0}.VoiceEvaluationDetail_feedbackItem__Z7h1Z{border-bottom:1px solid #e2e8f0;display:flex;flex-direction:column;gap:.5rem;padding:1rem 0}.VoiceEvaluationDetail_feedbackItem__Z7h1Z:last-child{border-bottom:none;padding-bottom:0}.VoiceEvaluationDetail_feedbackItem__Z7h1Z:first-child{padding-top:0}.VoiceEvaluationDetail_feedbackItem__Z7h1Z h5{color:#111827;font-size:.95rem;font-weight:500;line-height:1.5;margin:0}.VoiceEvaluationDetail_feedbackItem__Z7h1Z p{color:#6b7280;font-size:.9rem;line-height:1.5;margin:0}.VoiceEvaluationDetail_voiceImprovementStrategy__HJvPm{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 12px #0000000d;padding:2rem}.VoiceEvaluationDetail_voiceImprovementStrategy__HJvPm h4{color:#1e293b;font-size:1.5rem;font-weight:700;margin-bottom:2rem}.VoiceEvaluationDetail_voiceStrategyContent__DTQs1{display:flex;flex-direction:column;gap:1.5rem}.VoiceEvaluationDetail_voiceStrategyItem__uJuaG{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem}.VoiceEvaluationDetail_voiceStrategyText__WFEym{line-height:1.6}.VoiceEvaluationDetail_voiceStrategyText__WFEym h5{color:#1e293b;font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.VoiceEvaluationDetail_voiceStrategyText__WFEym p{color:#64748b;font-size:.95rem;line-height:1.5;margin:0}.VoiceEvaluationDetail_emptyDetail__UdaYj{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:3rem;text-align:center}.VoiceEvaluationDetail_emptyDetail__UdaYj p{color:#64748b;font-size:1.1rem;margin:0}.VoiceEvaluationDetail_chart-area-part__upqRP{pointer-events:none;transform:translateX(-100%)}@keyframes VoiceEvaluationDetail_voiceFadeIn__gyXHd{0%{opacity:0}to{opacity:1}}@media (max-width:1400px){.VoiceEvaluationDetail_sectionHeader__6em7s{flex-direction:column}.VoiceEvaluationDetail_audioWrapper__Rg8xt{max-width:300px;position:static;width:100%}}@media (max-width:1200px){.VoiceEvaluationDetail_voiceAnalysisResult__gRzNh{border:none}}@media (max-width:1024px){.VoiceEvaluationDetail_contentContainer__Gc98g{box-shadow:none;padding-bottom:2rem}.VoiceEvaluationDetail_voicePage__CV6nj{padding:0}.VoiceEvaluationDetail_voiceContent__V8b1O{padding:20px}.VoiceEvaluationDetail_voiceAnalysisResult__gRzNh{border:none;margin-bottom:0;padding:40px 0 0;padding-inline:2rem}}@media (max-width:768px){.VoiceEvaluationDetail_voiceResultHeader__4YZj2 .VoiceEvaluationDetail_voiceResultTitle__puiyN{font-size:30px;margin-top:10px}.VoiceEvaluationDetail_feedbackSection__3dkNq,.VoiceEvaluationDetail_strategyGrid__fDpS0{grid-template-columns:1fr}.VoiceEvaluationDetail_voiceContent__V8b1O,.VoiceEvaluationDetail_voicePage__CV6nj{padding:1rem}.VoiceEvaluationDetail_voiceFeedbackSection__0NfCm{gap:1rem;grid-template-columns:1fr;margin:1.5rem 0}.VoiceEvaluationDetail_voiceFeedbackCard__BcvM2{padding:1.25rem}.VoiceEvaluationDetail_voiceFeedbackHeader__FPf3I h4{font-size:1rem}.VoiceEvaluationDetail_feedbackItem__Z7h1Z h5{font-size:.9rem}.VoiceEvaluationDetail_feedbackItem__Z7h1Z p{font-size:.85rem}.VoiceEvaluationDetail_voiceSpeedHeader__Q-5B\+{align-items:flex-start;flex-direction:column;gap:1rem}.VoiceEvaluationDetail_voiceMetricsGrid__xN1CM{gap:1rem;grid-template-columns:1fr}.VoiceEvaluationDetail_voiceMetricCard__hfjUO{padding:1rem}.VoiceEvaluationDetail_voiceMetricCardRow__942qM{align-items:flex-start;flex-direction:column;gap:.5rem}.VoiceEvaluationDetail_voiceMetricCardValue__PYfcA{align-self:flex-end}.VoiceEvaluationDetail_voiceMetricCardComment__XlwTH{align-self:flex-end;margin-left:0}.VoiceEvaluationDetail_sectionHeader__6em7s{align-items:center;flex-direction:column;padding-bottom:1.5rem}.VoiceEvaluationDetail_sectionTitle__lgP-M{margin-bottom:1rem}.VoiceEvaluationDetail_audioWrapper__Rg8xt{max-width:300px;position:static;width:100%}.VoiceEvaluationDetail_audioPlayer__zvAGc{max-width:250px}.VoiceEvaluationDetail_audioPlayer__zvAGc::-webkit-media-controls-timeline{max-width:150px}.VoiceEvaluationDetail_noAudioMessage__e16T9{min-height:100px;padding:1.5rem 1rem}.VoiceEvaluationDetail_noAudioMessage__e16T9 p{font-size:.9rem}}@media (max-width:400px){.VoiceEvaluationDetail_voicePage__CV6nj{padding-inline:0}.VoiceEvaluationDetail_voiceContent__V8b1O{padding:0}.VoiceEvaluationDetail_voiceMetricsHeader__8QFP6 h4{font-size:18px}.VoiceEvaluationDetail_voiceSpeedHeader__Q-5B\+{margin-top:18px;text-align:center}.VoiceEvaluationDetail_voiceResultHeader__4YZj2 .VoiceEvaluationDetail_voiceResultTitle__puiyN{font-size:18px;margin-top:10px}.VoiceEvaluationDetail_voiceSpeedHeader__Q-5B\+ h3{font-size:18px;width:100%}.VoiceEvaluationDetail_voiceResultHeader__4YZj2 p{font-size:12px}.VoiceEvaluationDetail_voiceAnalysisResult__gRzNh{padding-top:20px;padding-inline:1rem}.VoiceEvaluationDetail_customAudioPlayer__lu5xN{justify-content:center}.VoiceEvaluationDetail_audioPlayer__zvAGc{margin-left:0}.VoiceEvaluationDetail_voiceSpeedAnalysis__iWqWk{padding:0}.VoiceEvaluationDetail_voiceMetricCardLabel__rKqCw{font-size:.8rem}.VoiceEvaluationDetail_voiceMetricCardComment__XlwTH,.VoiceEvaluationDetail_voiceMetricCardValue__PYfcA{font-size:14px}.VoiceEvaluationDetail_checkIcon__dBnOg{height:15px;width:15px}.VoiceEvaluationDetail_checkIcon__dBnOg h4{font-size:18px}.VoiceEvaluationDetail_voiceStrategyText__WFEym h5,.VoiceEvaluationDetail_voiceStrategyText__WFEym p{font-size:14px}}:root{--introduce-service-bg:#f9fafb;--introduce-service-card-bg:#fff;--introduce-service-primary:#3b82f6;--introduce-service-secondary:#64748b;--introduce-service-success:#10b981;--introduce-service-warning:#f59e0b;--introduce-service-error:#ef4444;--introduce-service-border:#e5e7eb;--introduce-service-text:#111827;--introduce-service-text-light:#6b7280}.IntroduceServicePage_introduceServicePage__WapXT{background:#f9fafb;background:var(--introduce-service-bg);min-height:100vh;width:100%}.IntroduceServicePage_introduceContainer__ClleM{margin:0 auto;max-width:64rem;padding:1.5rem}.IntroduceServicePage_tabBar__kdJUH{background:#fff;background:var(--introduce-service-card-bg);border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--introduce-service-border);box-shadow:0 1px 3px #0000001a;position:-webkit-sticky;position:sticky;top:0;z-index:10}.IntroduceServicePage_tabContainer__PEKca{display:flex;padding:0 1.5rem}.IntroduceServicePage_tabBtn__Zucr5{align-items:center;background:none;border:none;cursor:pointer;display:flex;font-weight:500;padding:1rem 1.5rem;transition:all .2s}.IntroduceServicePage_tabBtnActive__FjhGM{border-bottom:2px solid #3b82f6;border-bottom:2px solid var(--introduce-service-primary);color:#3b82f6;color:var(--introduce-service-primary)}.IntroduceServicePage_tabBtnInactive__ML0kv{color:#6b7280;color:var(--introduce-service-text-light)}.IntroduceServicePage_tabBtnInactive__ML0kv:hover{background:#3b82f60d;color:#111827;color:var(--introduce-service-text)}.IntroduceServicePage_sectionContainer__nPZ0G{padding:1.5rem}.IntroduceServicePage_introHeader__dPlqZ{margin-bottom:3rem;text-align:center}.IntroduceServicePage_introTitle__2i7p1{color:#111827;color:var(--introduce-service-text);font-size:2.25rem;font-weight:700;margin-bottom:1rem}.IntroduceServicePage_introDesc__bNevU{color:#6b7280;color:var(--introduce-service-text-light);font-size:1.25rem}.IntroduceServicePage_introGrid__uh-5J{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(1,1fr);margin-bottom:3rem}.IntroduceServicePage_introCard__etRv3{background:#fff;background:var(--introduce-service-card-bg);border:1px solid #e5e7eb;border:1px solid var(--introduce-service-border);border-radius:.5rem;box-shadow:0 10px 25px #0000001a;padding:1.5rem;transition:transform .2s,box-shadow .2s}.IntroduceServicePage_introCard__etRv3:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-2px)}.IntroduceServicePage_introCardHeader__k6Wu0{align-items:center;display:flex;margin-bottom:1rem}.IntroduceServicePage_introCardTitle__3i724{color:#111827;color:var(--introduce-service-text);font-size:1.25rem;font-weight:600;margin-left:.75rem}.IntroduceServicePage_introCardContent__gHY27{color:#6b7280;color:var(--introduce-service-text-light);line-height:1.6;margin-bottom:1rem}.IntroduceServicePage_introPoint__Pe8Gb{background:#3b82f61a;border-radius:9999px;color:#3b82f6;color:var(--introduce-service-primary);font-size:.875rem;font-weight:500;padding:.25rem .75rem}.IntroduceServicePage_introFooter__eeW9f{background:#3b82f60d;border-radius:.5rem;padding:2rem;text-align:center}.IntroduceServicePage_introFooterTitle__3vbm7{color:#111827;color:var(--introduce-service-text);font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.IntroduceServicePage_promisesGrid__bGODS{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(1,1fr)}.IntroduceServicePage_promiseItem__hXoJ4{align-items:center;display:flex;justify-content:center}.IntroduceServicePage_guideHeader__eGb\+1{margin-bottom:2rem;text-align:center}.IntroduceServicePage_guideTitle__YEYBX{color:#111827;color:var(--introduce-service-text);font-size:1.875rem;font-weight:700;margin-bottom:1rem}.IntroduceServicePage_guideDesc__80EFW{color:#6b7280;color:var(--introduce-service-text-light);font-size:1.125rem}.IntroduceServicePage_guideSlideBox__rt7kO{background:#fff;background:var(--introduce-service-card-bg);border-radius:.5rem;box-shadow:0 10px 25px #0000001a;display:flex;flex-direction:row;gap:0;padding:2rem}.IntroduceServicePage_guideVisualArea__r\+ttN{align-items:center;display:flex;justify-content:center;min-width:700px;position:relative;width:700px}.IntroduceServicePage_guideImageContainer__HQRWZ{align-items:center;display:flex;justify-content:center;width:100%}.IntroduceServicePage_slideArrow__-9LyM{align-items:center;background:#fff;border:none;border-radius:50%;box-shadow:0 4px 6px #0000001a;color:#3b82f6;cursor:pointer;display:flex;height:44px;justify-content:center;padding:0;position:absolute;top:50%;transform:translateY(-50%);transition:box-shadow .2s,background .2s,color .2s;width:44px;z-index:10}.IntroduceServicePage_slideArrowLeft__uVzT3{left:.5rem}.IntroduceServicePage_slideArrowRight__bMgFK{right:.5rem}.IntroduceServicePage_guideImg__tlx5n{border-radius:.5rem;box-shadow:0 4px 6px #0000001a;display:block;height:500px;margin:0 auto;max-width:100%;object-fit:cover;width:700px}.IntroduceServicePage_guideContent__CWMwf{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-left:2rem;text-align:center}.IntroduceServicePage_guideStepTitle__Um1vz{color:#111827;color:var(--introduce-service-text);font-size:1.5rem;font-weight:700;margin-bottom:1rem}.IntroduceServicePage_guideStepDesc__YsMyh{color:#6b7280;color:var(--introduce-service-text-light);line-height:1.6;margin-bottom:1.5rem;white-space:pre-line}.IntroduceServicePage_guideFeatures__RBGdg{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(1,1fr);margin-bottom:1.5rem}.IntroduceServicePage_guideFeature__82S-A{background:#3b82f61a;border-radius:.5rem;padding:1rem}.IntroduceServicePage_guideProgress__1odbW{align-items:center;display:flex;gap:.5rem;justify-content:center}.IntroduceServicePage_progressDot__yTNuR{border:none;border-radius:50%;cursor:pointer;height:.75rem;transition:all .2s;width:.75rem}.IntroduceServicePage_progressDotActive__b-1hm{background:#3b82f6;background:var(--introduce-service-primary);transform:scale(1.2)}.IntroduceServicePage_progressDotInactive__maXru{background:#e5e7eb;background:var(--introduce-service-border)}.IntroduceServicePage_progressDotInactive__maXru:hover{background:#64748b;background:var(--introduce-service-secondary)}@media (max-width:1400px){.IntroduceServicePage_introduceContainer__ClleM{max-width:100vw;padding:1rem}.IntroduceServicePage_guideVisualArea__r\+ttN{min-width:500px;width:500px}.IntroduceServicePage_guideImg__tlx5n{height:320px;width:100%}}@media (max-width:1024px){.IntroduceServicePage_introduceContainer__ClleM{padding:.5rem}.IntroduceServicePage_guideVisualArea__r\+ttN{min-width:350px;width:350px}.IntroduceServicePage_guideImg__tlx5n{height:220px;width:100%}}@media (max-width:768px){.IntroduceServicePage_sectionContainer__nPZ0G{padding:.5rem}.IntroduceServicePage_guideSlideBox__rt7kO{flex-direction:column;padding:.5rem}.IntroduceServicePage_guideVisualArea__r\+ttN{margin-bottom:1rem;min-width:0;width:100%}.IntroduceServicePage_guideImg__tlx5n{height:180px;width:100%}}@media (max-width:480px){.IntroduceServicePage_introTitle__2i7p1{font-size:1.3rem}.IntroduceServicePage_guideImg__tlx5n{height:120px;width:100%}.IntroduceServicePage_guideContent__CWMwf{font-size:.95rem}}@keyframes IntroduceServicePage_fadeIn__mG4S4{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.IntroduceServicePage_introCard__etRv3{animation:IntroduceServicePage_fadeIn__mG4S4 .5s ease-out}.IntroduceServicePage_introCard__etRv3:first-child{animation-delay:.1s}.IntroduceServicePage_introCard__etRv3:nth-child(2){animation-delay:.2s}.IntroduceServicePage_introCard__etRv3:nth-child(3){animation-delay:.3s}@keyframes IntroduceServicePage_slideIn__5xJ1a{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}.IntroduceService_introduceservice-introducePageContainer__vBxsu{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);margin:0 auto;max-width:1200px;text-align:center;width:100%}.IntroduceService_introduceservice-introduceHeader__\+IItZ{color:#000;padding:4rem 2rem;text-align:center;width:100%}.IntroduceService_introduceservice-introduceTitle__TO26H{font-size:40px;font-weight:700;margin-bottom:1.5rem;text-shadow:0 2px 4px #0000004d}.IntroduceService_introduceservice-introduceSubtitle__B\+vqb{font-size:20px;font-weight:500;line-height:1.6;margin-bottom:2rem;opacity:.9}.IntroduceService_introduceservice-introduceDescription__mrBag{font-size:16px;line-height:1.6;margin:0 auto;max-width:800px;opacity:.8}.IntroduceService_introduceservice-introduceContent__0FMEL{background:#fff;border-radius:30px 30px 0 0;margin-top:-30px;padding:4rem 2rem;position:relative;z-index:1}.IntroduceService_introduceservice-serviceSection__f7d1e{margin:0 auto 4rem;max-width:1200px}.IntroduceService_introduceservice-sectionTitle__ZE-1P{color:#2d3748;font-size:40px;font-weight:700;margin-bottom:3rem;text-align:center}.IntroduceService_introduceservice-sectionDescription__LpMs-{color:#718096;font-size:20px;line-height:1.6;margin-bottom:4rem;margin-left:auto;margin-right:auto;max-width:800px;text-align:center}.IntroduceService_introduceservice-serviceGrid__xc1jF{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:4rem}.IntroduceService_introduceservice-serviceCard__6mwxX{background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 10px 30px #0000001a;overflow:hidden;padding:2.5rem;position:relative;text-align:center;transition:all .3s ease}.IntroduceService_introduceservice-serviceCard__6mwxX:before{background:var(--card-color);content:"";height:4px;left:0;position:absolute;right:0;top:0}.IntroduceService_introduceservice-serviceCard__6mwxX:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-8px)}.IntroduceService_introduceservice-serviceIcon__jo21x{align-items:center;background:var(--card-color);border-radius:20px;color:#fff;display:flex;font-size:2rem;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.IntroduceService_introduceservice-serviceTitle__RvLJb{color:#2d3748;font-size:1.5rem;font-weight:700;margin-bottom:1rem;text-align:center}.IntroduceService_introduceservice-serviceDescription__XJQhl{color:#718096;line-height:1.6;margin-bottom:1.5rem;text-align:center}.IntroduceService_introduceservice-serviceFeatures__ZraI2{align-items:center;display:flex;flex-direction:column;justify-content:center;list-style:none;margin:0;padding:0;text-align:center}.IntroduceService_introduceservice-serviceFeature__8qMCc{align-items:center;color:#4a5568;display:flex;font-size:.95rem;gap:.5rem;justify-content:center;padding:.5rem 0}.IntroduceService_introduceservice-serviceFeature__8qMCc:before{color:var(--card-color);content:"✓";font-size:1.1rem;font-weight:700}.IntroduceService_introduceservice-featuresSection__fXIf7{background:#f7fafc;margin:4rem -2rem;padding:4rem 2rem}.IntroduceService_introduceservice-featuresGrid__k9Q6L{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1200px}.IntroduceService_introduceservice-featureCard__NGdZt{background:#fff;border-radius:16px;box-shadow:0 4px 12px #0000000d;padding:1.5rem;text-align:center;transition:all .3s ease}.IntroduceService_introduceservice-featureCard__NGdZt:hover{box-shadow:0 8px 25px #0000001a;transform:translateY(-4px)}.IntroduceService_introduceservice-featureIcon__Omr4E{align-items:center;background:#667eea;border-radius:16px;color:#fff;display:flex;font-size:1.5rem;height:60px;justify-content:center;margin:0 auto 1rem;width:60px}.IntroduceService_introduceservice-featureTitle__\+9kVP{color:#2d3748;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.IntroduceService_introduceservice-featureDescription__9gFzX{color:#718096;line-height:1.6;margin-bottom:1.5rem}.IntroduceService_introduceservice-featureBenefits__A6MHI{list-style:none;margin:0;padding:0;text-align:center}.IntroduceService_introduceservice-featureBenefit__HLOqR{align-items:center;color:#4a5568;display:flex;font-size:.9rem;gap:.5rem;justify-content:center;padding:.25rem 0}.IntroduceService_introduceservice-featureBenefit__HLOqR:before{color:#667eea;content:"•";font-weight:700}.IntroduceService_introduceservice-reviewsSection__Kud5G{margin:0 auto 4rem;max-width:1200px}.IntroduceService_introduceservice-reviewsGrid__M-j-s{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.IntroduceService_introduceservice-reviewCard__pQGYe{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 12px #0000000d;padding:2rem}.IntroduceService_introduceservice-reviewHeader__FKNk\+{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.IntroduceService_introduceservice-reviewAvatar__dH7\+0{align-items:center;background:#e0e7ef;border-radius:50%;color:#667eea;display:flex;font-size:1.5rem;font-weight:700;height:48px;justify-content:center;width:48px}.IntroduceService_introduceservice-reviewInfo__uRZsi{flex:1 1}.IntroduceService_introduceservice-reviewName__3VrKO{color:#2d3748;font-weight:600;margin-bottom:.25rem}.IntroduceService_introduceservice-reviewCompany__baomg{color:#718096;font-size:.9rem}.IntroduceService_introduceservice-reviewRating__OVMqK{color:#fbbf24;display:flex;gap:.25rem}.IntroduceService_introduceservice-reviewComment__9Qdyt{color:#4a5568;line-height:1.6}.IntroduceService_introduceservice-ctaSection__qcpcZ{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:30px 30px 0 0;color:#000;margin:2rem 0;padding:4rem 2rem;text-align:center}.IntroduceService_introduceservice-ctaTitle__zqSgd{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.IntroduceService_introduceservice-ctaDescription__jj-7w{font-size:1.2rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px;opacity:.9}.IntroduceService_introduceservice-ctaButtons__xs8vl{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.IntroduceService_introduceservice-ctaButton__EES13{align-items:center;border:none;border-radius:12px;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.IntroduceService_introduceservice-ctaButton__EES13.IntroduceService_introduceservice-primary__u4Kuf{background:#fff;border:2px solid #667eea;color:#667eea}.IntroduceService_introduceservice-ctaButton__EES13.IntroduceService_introduceservice-primary__u4Kuf:hover{background:#667eea;box-shadow:0 8px 25px #667eea26;color:#fff;transform:translateY(-2px)}.IntroduceService_introduceservice-ctaButton__EES13.IntroduceService_introduceservice-secondary__Qcq1X{background:#fff;border:2px solid #667eea;color:#667eea}.IntroduceService_introduceservice-ctaButton__EES13.IntroduceService_introduceservice-secondary__Qcq1X:hover{background:#667eea;box-shadow:0 8px 25px #667eea26;color:#fff;transform:translateY(-2px)}.IntroduceService_introduceservice-guideSection__p12Ir{background:#fff;border-radius:24px;box-shadow:0 4px 24px #00000012;flex-direction:row;margin:0 auto 4rem;max-width:1400px;padding:3rem 2rem}.IntroduceService_introduceservice-guideHeader__1RU\+2{margin-bottom:2rem;text-align:center}.IntroduceService_introduceservice-guideTitle__N-Jxm{color:#2d3748;font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.IntroduceService_introduceservice-guideDesc__S5IC2{color:var(--introduce-service-text-light);font-size:1.125rem}.IntroduceService_introduceservice-guideSlideBox__b5zVx{align-items:flex-start;cursor:grab;display:flex;flex-direction:row;touch-action:pan-y;transition:gap .2s;-webkit-user-select:none;user-select:none}.IntroduceService_introduceservice-guideImageContainer__aMJl7,.IntroduceService_introduceservice-guideVisualArea__TFY46{align-items:center;display:flex;justify-content:center;max-width:700px;min-width:0;position:relative;width:-webkit-fit-content;width:fit-content}.IntroduceService_introduceservice-guideImageContainer__aMJl7{margin-right:2rem}.IntroduceService_introduceservice-guideImg__0QJ83{background:#fff;border-radius:.5rem;box-shadow:0 4px 6px #0000001a;height:auto;max-width:500px;min-height:160px;min-width:0;object-fit:contain;width:100%}.IntroduceService_introduceservice-slideArrow__SMT35{align-items:center;background:#fff;border:none;border-radius:50%;box-shadow:0 4px 6px #0000001a;color:#3b82f6;cursor:pointer;display:flex;height:44px;justify-content:center;padding:0;position:absolute;top:50%;transform:translateY(-50%);transition:background .2s,color .2s,box-shadow .2s;width:44px;z-index:10}.IntroduceService_introduceservice-slideArrow__SMT35:hover{background:#3b82f6;box-shadow:0 8px 16px #3b82f626;color:#fff}.IntroduceService_introduceservice-slideArrowLeft__6hjzK{left:0;right:auto}.IntroduceService_introduceservice-slideArrowRight__uLKdd{left:auto;right:5%}.IntroduceService_introduceservice-guideContent__j1Acy{display:flex;flex:1 1;flex-direction:column;justify-content:center;min-width:0;width:50%}.IntroduceService_introduceservice-guideStepTitle__kx\+Bt{color:var(--introduce-service-text);font-size:1.5rem;font-weight:700;margin-bottom:1rem}.IntroduceService_introduceservice-guideStepDesc__4fskE{color:var(--introduce-service-text-light);line-height:1.6;margin-bottom:1.5rem;white-space:pre-line}.IntroduceService_introduceservice-guideFeatures__aJk6J{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(1,1fr);margin-bottom:1.5rem}.IntroduceService_introduceservice-guideFeature__zHIVm{background:#3b82f61a;border-radius:.5rem;padding:1rem}.IntroduceService_introduceservice-guideProgress__K3tNG{align-items:center;display:flex;gap:.5rem;justify-content:center}.IntroduceService_introduceservice-progressDot__MVFeQ{border:none;border-radius:50%;cursor:pointer;height:.75rem;transition:all .2s;width:.75rem}.IntroduceService_introduceservice-progressDotActive__dJEq7{background:var(--introduce-service-primary);transform:scale(1.2)}.IntroduceService_introduceservice-progressDotInactive__DIutA{background:var(--introduce-service-border)}.IntroduceService_introduceservice-progressDotInactive__DIutA:hover{background:var(--introduce-service-secondary)}@media (max-width:1400px){.IntroduceService_introduceservice-featuresSection__fXIf7,.IntroduceService_introduceservice-guideSection__p12Ir,.IntroduceService_introduceservice-reviewsSection__Kud5G,.IntroduceService_introduceservice-serviceSection__f7d1e{margin:0 auto!important;max-width:100vw!important;padding:0!important;width:100%!important}.IntroduceService_introduceservice-featuresGrid__k9Q6L,.IntroduceService_introduceservice-reviewsGrid__M-j-s,.IntroduceService_introduceservice-serviceGrid__xc1jF{gap:1.2rem}.IntroduceService_introduceservice-guideSlideBox__b5zVx{align-items:flex-start!important;display:flex!important;flex-direction:row!important;justify-content:center!important;margin:0 auto!important;max-width:100vw!important;padding:0!important;width:100%!important}.IntroduceService_introduceservice-guideVisualArea__TFY46{justify-content:center;padding:2rem}.IntroduceService_introduceservice-guideImageContainer__aMJl7{align-items:center!important;display:flex!important;justify-content:center!important;margin:0 auto!important;min-width:0!important;overflow:visible!important;padding:0!important;position:relative!important}.IntroduceService_introduceservice-guideImg__0QJ83{background:#fff;display:block!important;height:auto!important;margin:0 auto!important;max-width:400px;object-fit:contain!important}.IntroduceService_introduceservice-slideArrow__SMT35{height:32px!important;margin-left:40px!important;margin-right:40px!important;position:absolute!important;top:50%!important;transform:translateY(-50%)!important;width:32px!important;z-index:10!important}.IntroduceService_introduceservice-slideArrowLeft__6hjzK{left:0!important;right:auto!important}.IntroduceService_introduceservice-slideArrowRight__uLKdd{left:auto!important;right:0!important}.IntroduceService_introduceservice-guideSection__p12Ir{margin-bottom:2rem!important;margin-top:2rem!important;padding-bottom:1.5rem!important;padding-top:1.5rem!important;width:95%!important}.IntroduceService_introduceservice-guideStepDesc__4fskE{margin:0 auto 1rem!important;padding-left:1rem!important;padding-right:2rem!important}.IntroduceService_introduceservice-guideFeature__zHIVm{margin-right:2rem!important}}@media (max-width:1200px){.IntroduceService_introduceservice-guideSlideBox__b5zVx{align-items:center!important;flex-direction:column!important}.IntroduceService_introduceservice-guideContent__j1Acy,.IntroduceService_introduceservice-guideVisualArea__TFY46{max-width:700px!important;width:100%!important}.IntroduceService_introduceservice-guideContent__j1Acy{margin-top:2rem!important;text-align:center!important}.IntroduceService_introduceservice-guideFeature__zHIVm{margin-left:2rem!important;margin-right:2rem!important}}@media (max-width:768px){.IntroduceService_introduceservice-introduceHeader__\+IItZ{padding:3rem 1rem}.IntroduceService_introduceservice-introduceTitle__TO26H{font-size:32px}.IntroduceService_introduceservice-introduceContent__0FMEL{margin-bottom:5rem;padding:3rem 1rem}.IntroduceService_introduceservice-sectionTitle__ZE-1P{font-size:2rem}.IntroduceService_introduceservice-featuresGrid__k9Q6L,.IntroduceService_introduceservice-reviewsGrid__M-j-s,.IntroduceService_introduceservice-serviceGrid__xc1jF{grid-template-columns:1fr}.IntroduceService_introduceservice-featureCard__NGdZt,.IntroduceService_introduceservice-reviewCard__pQGYe,.IntroduceService_introduceservice-serviceCard__6mwxX{padding:2rem}.IntroduceService_introduceservice-ctaSection__qcpcZ{padding:3rem 1rem}.IntroduceService_introduceservice-ctaTitle__zqSgd{font-size:20px}.IntroduceService_introduceservice-ctaDescription__jj-7w{font-size:16px}.IntroduceService_introduceservice-ctaButtons__xs8vl{align-items:center;flex-direction:column}.IntroduceService_introduceservice-ctaButton__EES13{justify-content:center;max-width:300px;width:100%}.IntroduceService_introduceservice-guideSlideBox__b5zVx{flex-direction:column!important;flex-wrap:nowrap!important;margin-bottom:0!important}.IntroduceService_introduceservice-guideContent__j1Acy,.IntroduceService_introduceservice-guideVisualArea__TFY46{min-width:0!important;width:100%!important}.IntroduceService_introduceservice-guideImg__0QJ83{background:#fff;display:block!important;height:auto!important;margin:0 auto!important;max-width:100%!important;object-fit:contain!important;width:90%!important}.IntroduceService_introduceservice-guideContent__j1Acy{display:block!important;float:none!important;margin-left:0!important;margin-top:1rem!important;position:static!important;text-align:center!important;width:100%!important}.IntroduceService_introduceservice-guideImageContainer__aMJl7{overflow:hidden!important;position:relative!important}.IntroduceService_introduceservice-slideArrow__SMT35{height:28px!important;width:28px!important}.IntroduceService_introduceservice-slideArrowLeft__6hjzK{left:2px!important}.IntroduceService_introduceservice-slideArrowRight__uLKdd{right:2px!important}.IntroduceService_introduceservice-guideVisualArea__TFY46{position:relative!important}.IntroduceService_introduceservice-guideSection__p12Ir{margin-bottom:1.5rem!important;padding-bottom:1rem!important;padding-top:1.5rem!important}}@media (max-width:480px){.IntroduceService_introduceservice-introduceTitle__TO26H{font-size:2rem}.IntroduceService_introduceservice-sectionTitle__ZE-1P{font-size:1.5rem}.IntroduceService_introduceservice-featureCard__NGdZt,.IntroduceService_introduceservice-reviewCard__pQGYe,.IntroduceService_introduceservice-serviceCard__6mwxX{padding:1.5rem}.IntroduceService_introduceservice-serviceIcon__jo21x{font-size:1.5rem;height:60px;width:60px}.IntroduceService_introduceservice-guideTitle__N-Jxm{font-size:24px;margin-bottom:.5rem}.IntroduceService_introduceservice-guideDesc__S5IC2{font-size:14px}.IntroduceService_introduceservice-guideImg__0QJ83{height:auto!important;object-fit:contain!important}.IntroduceService_introduceservice-guideContent__j1Acy{font-size:.95rem;margin-top:.5rem;padding:0 .5rem}.IntroduceService_introduceservice-guideStepTitle__kx\+Bt{font-size:1.1rem}.IntroduceService_introduceservice-guideStepDesc__4fskE{font-size:14px}.IntroduceService_introduceservice-guideImageContainer__aMJl7{height:auto!important}.IntroduceService_introduceservice-sectionDescription__LpMs-{font-size:14px}}@keyframes IntroduceService_slideIn__Q\+Ggg{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}.mypage-container .mypage-fade-in{opacity:1;transition:opacity .3s ease}.mypage-container .mypage-fade-out{opacity:0;transition:opacity .3s ease}.mypage-container{margin:3rem auto 3rem 0;max-width:848px;padding-left:0;padding-right:0;padding-top:26px;width:100%}.mypage-header{margin-bottom:3rem;text-align:center}.mypage-header h1{color:#1e40af;font-size:2.5rem;font-weight:700;margin:-13px 0 .5rem}.mypage-header p{color:#6b7280;font-size:1.1rem;margin:0}.mypage-content{background:#fff;border-radius:20px;box-shadow:0 4px 6px #0000001a;margin:0;max-width:100%;padding:1.5rem;width:100%}.mypage-profile-section{background:#f9fafb;border:1px solid #e5e7eb;border-radius:15px;display:flex;gap:3rem;margin-bottom:3rem;padding:6.2rem 32px 3rem;position:relative;width:100%}.mypage-section-header{left:32px;margin-bottom:2rem;position:absolute;top:32px}.mypage-section-title{color:#000;font-size:1.15rem;font-weight:700;margin:0}.mypage-section-title.mypage-clickable{align-items:center;cursor:pointer;display:inline-flex;transition:color .2s}.mypage-section-title.mypage-clickable:hover{color:#2563eb}.mypage-section-title.mypage-clickable:after{content:"→";font-size:1rem;margin-left:.5rem;opacity:0;transition:opacity .2s,transform .2s}.mypage-section-title.mypage-clickable:hover:after{opacity:1;transform:translateX(3px)}.mypage-section-header-with-button{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.mypage-add-resume-button{align-items:center;background:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:.3rem;padding:.5rem 1rem;transition:all .2s ease}.mypage-add-resume-button:hover{background:#2563eb;box-shadow:0 4px 8px #2563eb33;transform:translateY(-1px)}.mypage-add-resume-button:active{transform:translateY(0)}.mypage-archive-button{align-items:center;background:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:.3rem;padding:.5rem 1rem;transition:all .2s ease}.mypage-archive-button:hover{background:#2563eb;box-shadow:0 4px 8px #3b82f633;transform:translateY(-1px)}.mypage-archive-button:active{transform:translateY(0)}.mypage-profile-image-container{align-items:center;display:flex;flex-direction:column;flex-shrink:0;gap:1rem;margin-top:0;position:relative}.mypage-profile-save-container{align-items:center;display:flex;flex-direction:row;gap:.5rem;justify-content:center;width:100%}.mypage-profile-save-button{align-items:center;background:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:.3rem;justify-content:center;min-width:100px;padding:.5rem 1rem;transition:all .2s ease;width:auto}.mypage-profile-save-button:hover{background:#2563eb;box-shadow:0 4px 8px #2563eb33;transform:translateY(-1px)}.mypage-profile-save-button:active{transform:translateY(0)}.mypage-profile-cancel-button{align-items:center;background:#6b7280;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:.3rem;justify-content:center;min-width:100px;padding:.5rem 1rem;transition:all .2s ease;width:auto}.mypage-profile-cancel-button:hover{background:#4b5563;box-shadow:0 4px 8px #6b728033;transform:translateY(-1px)}.mypage-profile-cancel-button:active{transform:translateY(0)}.mypage-profile-image{align-items:center;background:#f3f4f6;border-radius:50%;box-shadow:0 4px 6px #0000001a;cursor:pointer;display:flex;height:200px;justify-content:center;overflow:hidden;position:relative;width:200px}.mypage-profile-image img{height:100%;object-fit:cover;transition:opacity .3s ease;width:100%}.mypage-profile-image .mypage-default-profile{margin-bottom:-58px;object-fit:contain;transition:opacity .3s ease}.mypage-image-upload-label{align-items:center;background:#000000b3;bottom:0;color:#fff;cursor:pointer;display:flex;font-size:.85rem;gap:.4rem;justify-content:center;left:0;padding:.4rem;position:absolute;right:0;transition:all .3s ease}.mypage-image-upload-label:hover{background:#000c}.mypage-image-upload-label.mypage-no-image{align-items:center;background:#f3f4f6;border-radius:50%;color:#3b82f6;cursor:pointer;display:flex;flex-direction:column;font-size:1.1rem;gap:.8rem;height:100%;justify-content:center;transition:all .3s ease;width:100%}.mypage-image-upload-label.mypage-no-image:hover{background:#e0e7ef;color:#fff}.mypage-image-upload-label.mypage-circle{display:none!important}.mypage-image-upload-label .mypage-image-upload-text{display:none;font-size:.95rem;font-weight:400;margin-left:8px}.mypage-image-upload-label.mypage-circle:hover{background:#2563eb;box-shadow:0 4px 16px #2563eb2e}.mypage-profile-save-btn{background:#10b981;border:none;border-radius:24px;box-shadow:0 2px 8px #3b82f614;color:#fff;cursor:pointer;display:block;font-size:1.1rem;font-weight:600;margin:24px auto 0;max-width:220px;padding:.9rem 0;transition:.2s,box-shadow .2s;width:80%}.mypage-profile-save-btn:hover{background:#0ea875;box-shadow:0 4px 16px #2563eb21}.mypage-user-info{display:flex;flex:1 1;flex-direction:column;gap:1rem}.mypage-info-item{align-items:center;background:#fff;border:1px solid #e2e2e2;border-radius:10px;display:flex;gap:1rem;padding:.75rem;transition:all .3s ease}.mypage-info-item:hover{background:#f3f4f6;transform:translateX(5px)}.mypage-info-item svg{color:#3b82f6}.mypage-edit-button{align-items:center;background:#3b82f6;border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-weight:500;gap:.5rem;margin-top:1rem;padding:.75rem 1.5rem;transition:all .3s ease}.mypage-edit-button:hover{background:#2563eb;transform:translateY(-2px)}.mypage-edit-form{display:flex;flex-direction:column;gap:1rem}.mypage-form-group{display:flex;flex-direction:column;gap:.5rem}.mypage-form-group label{color:#4b5563;font-weight:500}.mypage-form-group input,.mypage-form-group select{border:1px solid #e5e7eb;border-radius:8px;font-size:1rem;padding:.75rem;transition:all .3s ease}.mypage-form-group input:focus,.mypage-form-group select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.mypage-edit-buttons{display:flex;gap:1rem;margin-top:1rem}.mypage-cancel-button,.mypage-save-button{border-radius:8px;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:all .3s ease}.mypage-save-button{background:#3b82f6;border:none;color:#fff}.mypage-save-button:hover{background:#2563eb}.mypage-cancel-button{background:#fff;border:1px solid #e5e7eb;color:#4b5563}.mypage-cancel-button:hover{background:#f3f4f6}.mypage-sections{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.mypage-section{background:#f9fafb;border:1px solid #e5e7eb;border-radius:15px;padding:1.5rem;width:100%}.mypage-section h3{color:#1f2937;font-size:1.2rem;font-weight:600;margin:0 0 1.5rem 16px}.mypage-security-section{align-items:flex-start;background:#f9fafb;border:1px solid #e5e7eb;border-radius:15px;box-shadow:0 2px 8px #1e40af0f;display:flex;flex-direction:column;gap:1rem;margin-bottom:2.5rem;padding:2rem 2rem 1.5rem;width:100%}.mypage-security-section h3{color:#000;font-size:1.15rem;font-weight:600;margin:0 0 .5rem 16px}.mypage-security-button{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:10px;color:#4b5563;cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:.75rem;padding:1rem 1.5rem;transition:all .3s ease}.mypage-security-button:hover{background:#f3f4f6;transform:translateY(-2px)}.mypage-activity-stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr)}.mypage-stat-item{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 2px 4px #1e40af08;min-height:56px;padding:1.5rem;text-align:center;transition:all .3s ease,box-shadow .2s,border .2s}.mypage-stat-item:hover{border:1.5px solid #3b82f6;box-shadow:0 4px 12px #1e40af14}.mypage-stat-value{color:#3b82f6;display:block;font-size:2rem;font-weight:700;margin-bottom:.5rem}.mypage-stat-label{color:#6b7280;font-size:.9rem}.mypage-resume-list-section{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:1.5rem}.mypage-profile-edit-overlay{align-items:center;background:#0009;border-radius:50%;color:#fff;display:flex;font-size:18px;font-weight:700;inset:0;justify-content:center;opacity:0;pointer-events:none;position:absolute;transition:opacity .2s;z-index:2}.mypage-profile-image:hover .mypage-profile-edit-overlay{opacity:1;pointer-events:none}.mypage-resume-empty{align-items:center;color:#94a3b8;display:flex;flex-direction:column;gap:1.5rem;padding:2rem 0;text-align:center}.mypage-empty-message{color:#6b7280;font-size:1rem;line-height:1.6}.mypage-create-resume-button{align-items:center;background:#10b981;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .2s ease}.mypage-create-resume-button:hover{background:#059669;box-shadow:0 4px 8px #10b98133;transform:translateY(-1px)}.mypage-create-resume-button:active{transform:translateY(0)}.mypage-resume-list{list-style:none;margin:0;padding:0}.mypage-resume-list-item{align-items:center;border-bottom:1px solid #e2e8f0;cursor:pointer;display:flex;padding:1rem;transition:background-color .2s}.mypage-resume-list-item:hover{background-color:#f8fafc}.mypage-resume-list-item:last-child{border-bottom:none}.mypage-resume-icon{color:#2563eb;margin-right:1rem}.mypage-resume-title{color:#1e293b;flex:1 1;font-weight:500}.mypage-resume-date{color:#94a3b8;font-size:.9rem}.mypage-view-all-button{background-color:#f1f5f9;border:none;border-radius:8px;color:#334155;cursor:pointer;display:block;font-weight:500;margin-top:1rem;padding:.8rem;text-align:center;transition:background-color .2s;width:100%}.mypage-view-all-button:hover{background-color:#e2e8f0;color:#1e293b}@media (max-width:1399px){.mypage-container{max-width:100vw;padding-inline:1rem}.mypage-profile-image{height:150px;width:150px}.mypage-sections{gap:1rem;grid-template-columns:1fr}.mypage-section-header-with-button{margin-bottom:.5rem}.mypage-header{margin-bottom:1rem;text-align:center}.mypage-section{background:#f9fafb;border:1px solid #e5e7eb;border-radius:15px;padding:1rem;width:100%}.mypage-profile-section{flex-direction:column;gap:1rem;margin-bottom:1rem;padding:6.2rem 1rem 1rem}.mypage-profile-image-container{align-items:center;display:flex;flex-direction:column;gap:1rem;margin-bottom:18px}.mypage-security-section{align-items:flex-start;background:#f9fafb;border:1px solid #e5e7eb;border-radius:15px;box-shadow:0 2px 8px #1e40af0f;display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem;padding:1rem 2rem 1rem 1rem;width:100%}.mypage-section-title{align-items:center;display:flex}}@media (max-width:767px){.mypage-container{padding:0 1rem}.mypage-header h1{font-size:2rem}.mypage-content{margin-bottom:5rem;padding:1rem}.mypage-profile-image{height:180px;width:180px}.mypage-user-info{width:100%}.mypage-info-container{padding-top:3rem;width:100%}.mypage-info-item{justify-content:center;min-width:200px;padding-left:52px;position:relative}.mypage-info-item svg{left:10px;position:absolute;top:10px}.mypage-activity-stats{gap:.5rem;grid-template-columns:repeat(3,1fr)}}.mypage-layout{align-items:flex-start;display:flex;gap:.5rem;justify-content:center;margin:0 auto;max-width:1200px;width:100%}.mypage-sidebar{background:#f9fafb;border:1px solid #e2e2e2;border-radius:16px;box-shadow:0 2px 8px #1e40af1a;height:-webkit-fit-content;height:fit-content;max-width:220px;min-width:200px;padding:2rem .8rem;position:-webkit-sticky;position:sticky;top:287px;transition:box-shadow .2s;z-index:10}.mypage-sidebar ul{list-style:none;margin:0;padding:0}.mypage-sidebar li{align-items:center;background:#0000;border:none;border-radius:8px;color:#1e293b;cursor:pointer;display:flex;font-size:1.05rem;font-weight:500;gap:.75rem;margin-bottom:.5rem;outline:none;padding:1rem;transition:background .2s,color .2s}.mypage-sidebar li:hover{background:#e0e7ef;color:#2563eb}.mypage-sidebar li[aria-label="회원 탈퇴"]{color:#ef4444}.mypage-sidebar li[aria-label="회원 탈퇴"]:hover{background-color:#fee2e2;color:#dc2626}.mypage-sidebar li[aria-label="회원 탈퇴"] svg{color:#ef4444}.mypage-main{display:flex;flex:1 1;justify-content:center;min-width:0}@media (max-width:1399px) and (min-width:768px){.mypage-layout{align-items:center;flex-direction:column;gap:1.5rem;justify-content:normal}.mypage-sidebar{display:none}.mypage-container{margin-left:0}.mypage-edit-button{font-size:15px}.mypage-header h1{font-size:32px}.mypage-header p{font-size:18px}.mypage-delete-account-warning,.mypage-form-group input,.mypage-form-group label,.mypage-form-group select,.mypage-info-item,.mypage-profile-edit-overlay,.mypage-resume-date,.mypage-resume-title{font-size:14px}.change-password-back-button,.change-password-cancel-button,.change-password-submit-button,.mypage-archive-button,.mypage-cancel-button,.mypage-delete-account-button,.mypage-edit-button,.mypage-save-button,.mypage-security-button,.mypage-view-all-button{font-size:15px!important}.mypage-section-title{color:#000;font-size:18px!important;font-weight:700;margin:0}.mypage-profile-edit-overlay{align-items:flex-end;background:linear-gradient(180deg,#0000,#00000080);border-radius:0 0 50% 50%;color:#fff;display:flex;font-size:14px;font-weight:600;height:40px;inset:auto 0 0 0;justify-content:center;opacity:1!important;padding-bottom:6px;pointer-events:none;position:absolute;text-shadow:0 1px 4px #000000b3;width:100%}.mypage-profile-image:hover .mypage-profile-edit-overlay{opacity:1!important}}.mypage-loading{color:#6b7280}.mypage-error,.mypage-loading{font-size:1.1rem;padding:2rem;text-align:center}.mypage-error{color:#dc2626}.mypage-evaluation-list{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.mypage-evaluation-item{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:1.5rem}.mypage-evaluation-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.mypage-evaluation-header h4{color:#1e293b;font-size:1.2rem;font-weight:600;margin:0}.mypage-evaluation-type{border-radius:20px;font-size:.9rem;font-weight:500;padding:.4rem .8rem}.mypage-evaluation-type.interview{background-color:#e0f2fe;color:#0369a1}.mypage-evaluation-type.resume{background-color:#f0fdf4;color:#15803d}.mypage-evaluation-type.voice{background-color:#fef3c7;color:#b45309}.mypage-evaluation-content{margin:1rem 0}.mypage-evaluation-score{align-items:center;display:flex;gap:.5rem;margin-bottom:1rem}.mypage-evaluation-score span:first-child{color:#64748b;font-weight:500}.mypage-evaluation-score span:last-child{color:#1e293b;font-size:1.1rem;font-weight:600}.mypage-evaluation-comment p{color:#475569;line-height:1.6;margin:0}.mypage-evaluation-feedback h5,.mypage-evaluation-resume h5{color:#1e293b;font-size:1rem;font-weight:600;margin-bottom:.5rem}.mypage-evaluation-feedback p,.mypage-evaluation-resume p{color:#475569;line-height:1.6;margin:0;white-space:pre-wrap}.mypage-evaluation-footer{border-top:1px solid #e2e8f0;margin-top:1rem;padding-top:1rem}.mypage-evaluation-date{color:#94a3b8;font-size:.9rem}@media (max-width:767px){.mypage-evaluation-header{align-items:flex-start;flex-direction:column;gap:.5rem}.mypage-evaluation-item{padding:1rem}}.mypage-evaluation-detail{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:1.5rem}.mypage-back-button{align-items:center;background:none;border:none;color:#64748b;cursor:pointer;display:flex;font-size:.9rem;gap:.5rem;margin-bottom:1rem;padding:.5rem 0}.mypage-back-button:hover{color:#1e293b}.mypage-evaluation-detail-content{display:flex;flex-direction:column;gap:1.5rem}.mypage-evaluation-detail-content h4{color:#1e293b;font-size:1.4rem;font-weight:600;margin:0}.mypage-evaluation-detail-content h5{color:#1e293b;font-size:1.1rem;font-weight:600;margin:1rem 0 .5rem}.mypage-evaluation-detail-content ul{list-style:none;margin:0;padding:0}.mypage-evaluation-detail-content li{margin-bottom:1rem}.mypage-evaluation-detail-content li strong{color:#1e293b;display:block;margin-bottom:.25rem}.mypage-evaluation-detail-content li p{color:#475569;line-height:1.6;margin:0}.mypage-evaluation-preview{color:#475569;line-height:1.6;margin:.5rem 0}.mypage-stat-item{cursor:pointer;transition:transform .2s ease}.mypage-stat-item:hover{transform:translateY(-2px)}.mypage-evaluation-item{cursor:pointer;transition:transform .2s ease}.mypage-evaluation-item:hover{transform:translateY(-2px)}.mypage-delete-account-content{background:#f9fafb;border-radius:15px;margin-top:1rem;padding:1.5rem}.mypage-delete-account-warning{color:#6b7280;font-size:.95rem;line-height:1.5;margin-bottom:1.5rem}.mypage-delete-account-button{align-items:center;background-color:#fee2e2;border:1px solid #fca5a5;border-radius:10px;color:#ef4444;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s ease}.mypage-delete-account-button:hover{background-color:#fecaca;box-shadow:0 4px 6px #ef444426;color:#dc2626;transform:translateY(-2px)}.mypage-modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.mypage-modal{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;max-width:450px;padding:2rem;text-align:center;width:90%}.mypage-modal h3{color:#ef4444;font-size:1.5rem;margin-bottom:1rem;margin-top:0}.mypage-modal p{color:#4b5563;line-height:1.6;margin-bottom:1.5rem}.mypage-modal-buttons{display:flex;gap:1rem;justify-content:center}.mypage-modal-cancel,.mypage-modal-delete{border:none;border-radius:8px;cursor:pointer;font-weight:600;padding:.7rem 1.5rem;transition:all .2s}.mypage-modal-cancel{background-color:#f1f5f9;color:#64748b}.mypage-modal-cancel:hover{background-color:#e2e8f0}.mypage-modal-delete{background-color:#ef4444;color:#fff}.mypage-modal-delete:hover{background-color:#dc2626}@media (max-width:768px){.mypage-delete-account-content{padding:1rem}.mypage-modal{padding:1.5rem;width:95%}.mypage-modal-buttons{flex-direction:column;gap:.75rem}}@media (max-width:767px) and (min-width:480px){.mypage-image-upload-label.mypage-circle,.mypage-sidebar{display:none}.mypage-edit-button{font-size:14px}.mypage-header h1{font-size:28px}.mypage-header p{font-size:16px}.mypage-delete-account-warning,.mypage-form-group input,.mypage-form-group label,.mypage-form-group select,.mypage-info-item,.mypage-profile-edit-overlay,.mypage-resume-date,.mypage-resume-title{font-size:13px}.change-password-back-button,.change-password-cancel-button,.change-password-submit-button,.mypage-archive-button,.mypage-cancel-button,.mypage-delete-account-button,.mypage-edit-button,.mypage-save-button,.mypage-security-button,.mypage-view-all-button{font-size:14px!important}.mypage-section-title{color:#000;font-size:16px!important;font-weight:700;margin:0}.mypage-activity-stats{gap:.5rem;grid-template-columns:repeat(3,1fr)}.mypage-profile-edit-overlay{align-items:flex-end;background:linear-gradient(180deg,#0000,#00000080);border-radius:0 0 50% 50%;color:#fff;display:flex;font-size:14px;font-weight:600;height:40px;inset:auto 0 0 0;justify-content:center;opacity:1!important;padding-bottom:6px;pointer-events:none;position:absolute;text-shadow:0 1px 4px #000000b3;width:100%}.mypage-profile-image:hover .mypage-profile-edit-overlay{opacity:1!important}}@media (max-width:479px){.mypage-sidebar{display:none}.mypage-edit-button{font-size:13px}.mypage-header h1{font-size:24px}.mypage-header p{font-size:14px}.mypage-delete-account-warning,.mypage-form-group input,.mypage-form-group label,.mypage-form-group select,.mypage-info-item,.mypage-profile-edit-overlay,.mypage-resume-date,.mypage-resume-title{font-size:12px}.change-password-back-button,.change-password-cancel-button,.change-password-submit-button,.mypage-archive-button,.mypage-cancel-button,.mypage-delete-account-button,.mypage-edit-button,.mypage-save-button,.mypage-security-button,.mypage-view-all-button{font-size:13px!important}.mypage-section-title{color:#000;font-size:14px!important;font-weight:700;margin:0}.mypage-activity-stats{gap:.5rem;grid-template-columns:repeat(3,1fr)}.mypage-profile-image{height:120px;width:120px}.mypage-profile-save-btn{font-size:1rem;padding:.7rem 0;width:100%}.mypage-image-upload-label.mypage-circle{bottom:auto;height:36px;left:50%;right:auto;top:50%;transform:translate(-50%,-50%);width:36px}.mypage-profile-edit-overlay{align-items:flex-end;background:linear-gradient(180deg,#0000,#00000080);border-radius:0 0 50% 50%;color:#fff;display:flex;font-size:14px;font-weight:600;height:40px;inset:auto 0 0 0;justify-content:center;opacity:1!important;padding-bottom:6px;pointer-events:none;position:absolute;text-shadow:0 1px 4px #000000b3;width:100%}.mypage-profile-image:hover .mypage-profile-edit-overlay{opacity:1!important}}.change-password-container{align-items:center;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);display:flex;justify-content:center;min-height:100vh;padding:2rem;padding-top:100px!important}.change-password-card{animation:slideInUp .6s ease-out;background:#fff;border-radius:20px;box-shadow:0 10px 25px #2563eb1a;height:auto;max-width:500px;overflow-y:auto;padding:3rem;position:relative;width:100%}.change-password-card:before{background:linear-gradient(90deg,#2563eb,#3b82f6,#60a5fa);content:"";height:4px;left:0;position:absolute;right:0;top:0}.change-password-header{margin-bottom:2.5rem;text-align:center}.change-password-back-button{align-items:center;background:#fff;border:2px solid #2563eb;border-radius:8px;box-shadow:0 2px 8px #2563eb1a;color:#2563eb;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:.5rem;margin-bottom:1.5rem;padding:.75rem 1.5rem;transition:all .3s ease}.change-password-back-button:hover{background:#2563eb;box-shadow:0 4px 12px #2563eb33;color:#fff;transform:translateY(-2px)}.change-password-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#2563eb,#1e40af);background-clip:text;-webkit-background-clip:text;color:#1e293b;font-size:2.8rem;font-weight:800;margin:0 0 1rem}.change-password-header p{color:#64748b;font-size:1.1rem;line-height:1.6;margin:0}.change-password-form{display:flex;flex-direction:column;gap:1.5rem}.change-password-form-group{display:flex;flex-direction:column;gap:.5rem}.change-password-form-group label{color:#1e293b;font-size:.95rem;font-weight:600}.change-password-input-container{align-items:center;display:flex;position:relative}.change-password-input-icon{color:#64748b;filter:drop-shadow(0 2px 4px rgba(37,99,235,.2));left:1rem;position:absolute;top:50%;transform:translateY(-50%);z-index:1}.change-password-input-container input{background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;color:#1e293b;font-size:1rem;padding:1rem 1.5rem 1rem 3rem;transition:all .3s ease;width:100%}.change-password-input-container input:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;outline:none}.change-password-input-container input.error{background:#fef2f2;border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.change-password-toggle:hover{background:#2563eb1a;color:#2563eb}.change-password-error-message{border-left:3px solid #dc2626;border-radius:6px;font-size:.9rem;padding:.5rem .75rem}.change-password-api-error-message,.change-password-error-message{align-items:center;background:#fef2f2;color:#dc2626;display:flex;font-weight:500;gap:.5rem}.change-password-api-error-message{border-left:4px solid #dc2626;border-radius:8px;box-shadow:0 2px 5px #dc26261a;font-size:.95rem;margin-bottom:1rem;padding:.75rem 1rem}.change-password-form-actions{display:flex;gap:1rem;margin-top:2rem}.change-password-cancel-button{background:#fff;border:2px solid #e2e8f0;border-radius:8px;box-shadow:0 2px 8px #0000000d;color:#64748b;cursor:pointer;flex:1 1;font-size:1rem;font-weight:600;padding:.8rem 1.5rem;transition:all .3s ease}.change-password-cancel-button:hover:not(:disabled){border-color:#2563eb;box-shadow:0 4px 12px #2563eb1a;color:#2563eb;transform:translateY(-2px)}.change-password-submit-button{background:linear-gradient(135deg,#2563eb,#1e40af);border:none;border-radius:8px;box-shadow:0 4px 12px #2563eb4d;color:#fff;cursor:pointer;flex:2 1;font-size:1rem;font-weight:600;overflow:hidden;padding:.8rem 1.5rem;position:relative;transition:all .3s ease}.change-password-submit-button:hover:not(:disabled){background:linear-gradient(135deg,#1d4ed8,#1e3a8a);box-shadow:0 8px 25px #2563eb66;transform:translateY(-2px)}.change-password-cancel-button:disabled,.change-password-submit-button:disabled{box-shadow:none;cursor:not-allowed;opacity:.6;transform:none}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1399px){.change-password-form{gap:1rem}.change-password-form-actions{margin-top:1.5rem}}@media (max-width:1399px) and (min-width:768px){body,html{height:100%;overflow:hidden!important;position:fixed;width:100%}.change-password-container{height:100vh;left:0;overflow:hidden;position:fixed;top:0;width:100%}.change-password-card{height:85vh;overflow:hidden;padding:2.5rem}.change-password-header h1{font-size:32px}.change-password-form-group label,.change-password-header p{font-size:18px}.change-password-input-container input{font-size:14px}}@media (max-width:767px) and (min-width:480px){body,html{height:100%;overflow:hidden!important;position:fixed;width:100%}.change-password-container{height:100vh;left:0;overflow:hidden;position:fixed;top:0;width:100%}.change-password-card{height:80vh;overflow:hidden;padding:2rem}.change-password-header h1{font-size:28px}.change-password-form-group label,.change-password-header p{font-size:16px}.change-password-input-container input{font-size:13px}}@media (max-width:479px){body,html{height:100%;overflow:hidden!important;position:fixed;width:100%}.change-password-container{height:100vh;left:0;overflow:hidden;padding:1rem;position:fixed;top:0;width:100%}.change-password-card{height:75vh;overflow:hidden;padding:1.5rem}.change-password-header h1{font-size:24px}.change-password-form-group label,.change-password-header p{font-size:14px}.change-password-input-container input{font-size:12px}.change-password-back-button{font-size:.8rem;padding:.6rem 1.2rem}.change-password-input-container input{padding:.8rem 1rem .8rem 2.5rem}.change-password-input-icon{left:.8rem;top:50%;transform:translateY(-50%)}.change-password-toggle{right:.8rem;top:50%;transform:translateY(-50%)}}.FAQPage_faqPage__U94s1{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);padding:2rem;width:100%}.FAQPage_faqPageContainer__voxWL{margin:0 auto;max-width:1200px;width:100%}.FAQPage_title__KLuKx{color:#000;font-size:2.5rem;font-weight:700;margin-bottom:.5rem;text-align:center}.FAQPage_subtitle__KnYqK{color:#000;font-size:1.125rem;margin-bottom:3rem;text-align:center}.FAQPage_faqContainer__kRHH9{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;padding:2rem}.FAQPage_faqItem__RLaR8{border-bottom:1px solid #eee;padding:1.5rem 0}.FAQPage_faqItem__RLaR8:last-child{border-bottom:none}.FAQPage_faqQuestion__Pjj6e{align-items:center;cursor:pointer;display:flex;font-size:1.125rem;font-weight:500;justify-content:space-between}.FAQPage_faqAnswer__FXZJW{color:#555;font-size:1rem;line-height:1.6;margin-top:1rem;max-height:0;overflow:hidden;transition:max-height .3s ease-in-out,margin-top .3s ease-in-out}.FAQPage_faqAnswer__FXZJW.FAQPage_open__qR82F{margin-top:1rem;max-height:1000px}.FAQPage_faqIcon__fNp6X{transition:transform .3s ease}.FAQPage_faqIcon__fNp6X.FAQPage_open__qR82F{transform:rotate(45deg)}.FAQPage_categoryGrid__Sfopu{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin:2.5rem 0 2rem}.FAQPage_categoryCard__Q8U1S{align-items:center;background:#f8fafc;border:2px solid #b6c2d6;border-radius:16px;box-shadow:0 2px 8px #0000000a;cursor:pointer;display:flex;flex-direction:column;max-width:220px;padding:2rem 2.5rem;transition:border-color .2s,box-shadow .2s,background .2s;width:calc(50% - 1.5rem)}.FAQPage_categoryCard__Q8U1S.FAQPage_selected__2e61r,.FAQPage_categoryCard__Q8U1S:hover{background:#e0e7ef;border-color:#2563eb;box-shadow:0 4px 16px #3b82f61f}.FAQPage_categoryIcon__8FroJ{color:#2563eb;font-size:2rem;margin-bottom:.7rem}.FAQPage_categoryName__Gl84m{color:#22223b;font-size:1.15rem;font-weight:700;margin-bottom:.3rem}.FAQPage_categoryDescription__lCfV6{color:#475569;font-size:.95rem;text-align:center}.FAQPage_empty__6bR1Y{color:#64748b}.FAQPage_empty__6bR1Y,.FAQPage_error__\+\+5xq{font-size:1.1rem;margin:2rem 0;text-align:center}.FAQPage_error__\+\+5xq{color:#ef4444}@media (max-width:768px){.FAQPage_faqContainer__kRHH9{margin-bottom:5rem}}@media (max-width:480px){.FAQPage_categoryGrid__Sfopu{gap:1rem;margin:1.5rem 0}.FAQPage_categoryCard__Q8U1S{max-width:none;padding:1rem 1.2rem;width:calc(50% - 1rem)}.FAQPage_categoryIcon__8FroJ{font-size:1.5rem;margin-bottom:.5rem}.FAQPage_categoryName__Gl84m{font-size:1rem;margin-bottom:.2rem}.FAQPage_categoryDescription__lCfV6{font-size:.85rem}}.ticket-request-inquiry-page{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);min-height:100vh;padding-top:26px}.ticket-request-inquiry-content{margin:0 auto;max-width:1200px;padding:1rem 2rem 2rem}.ticket-request-inquiry-header{animation:ticket-request-fadeIn .8s ease-out;margin-bottom:3rem;text-align:center}@keyframes ticket-request-fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ticket-request-inquiry-title{color:#1e293b;font-size:40px;font-weight:800;margin-bottom:1rem}.ticket-request-inquiry-description{color:#64748b;font-size:20px;line-height:1.6}.ticket-request-input-mode-tabs{background:#fff;border-radius:12px;box-shadow:0 4px 15px #0000001a;display:flex;justify-content:center;margin:0 auto 3rem;max-width:400px;padding:4px}.ticket-request-tab-button{align-items:center;background:#0000;border:none;border-radius:8px;color:#64748b;cursor:pointer;display:flex;flex:1 1;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;padding:12px 24px;transition:all .3s ease}.ticket-request-tab-button:hover{background:#f8fafc;color:#3b82f6}.ticket-request-tab-button.active{background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 4px 15px #3b82f64d;color:#fff}.ticket-request-inquiry-input-section .ticket-request-text-input-card{background:#fff;border-radius:16px;box-shadow:0 8px 25px #0000001a;padding:2rem;text-align:center}.ticket-request-history-title{color:#1e293b;display:inline-block;font-size:20px;font-weight:600;margin-bottom:.5rem;max-width:calc(80% - 140px);overflow:hidden;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.ticket-request-history-author,.ticket-request-history-date{color:#475569;font-family:inherit;font-size:1rem;font-weight:400}.ticket-request-history-content{font-family:inherit;font-weight:400}.ticket-request-history-meta-bottom{align-items:flex-end;color:#64748b;display:flex;flex-direction:column;font-size:1rem;margin-top:1rem;text-align:right}.ticket-request-input-title{color:#1e293b;font-size:20px;font-weight:700;margin-bottom:1rem}.ticket-request-input-desc{color:#64748b;font-weight:350;line-height:1.6;margin-bottom:1rem}.ticket-request-text-input-area{background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;color:#1e293b;font-family:inherit;font-size:1rem;height:250px;line-height:1.6;max-height:250px;overflow-y:auto;padding:1.5rem;resize:vertical;transition:all .3s ease;width:100%}.ticket-request-text-input-area:focus{background:#fff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.ticket-request-text-count{color:#64748b;font-size:1rem;margin-top:.5rem;text-align:right}.ticket-request-submit-button{background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:18px;font-weight:600;margin-top:1.5rem;padding:12px 24px;transition:all .3s ease}.ticket-request-submit-button:hover{box-shadow:0 8px 20px #0596694d;transform:translateY(-2px)}.ticket-request-no-inquiry-card{align-items:center;background:#fff;border-radius:16px;box-shadow:0 8px 25px #00000014;display:flex;flex-direction:column;gap:1.5rem;justify-content:center;min-height:300px;padding:3rem 2rem;text-align:center}.ticket-request-no-inquiry-text{color:#64748b;font-size:1.2rem;font-weight:500}.ticket-request-inquiry-history-section{display:flex;flex-direction:column;gap:1.5rem}.ticket-request-history-item{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 15px #0000000d;padding:1.5rem;position:relative}.ticket-request-history-content{word-wrap:break-word;color:#475569;font-size:1rem;line-height:1.5;white-space:pre-wrap}.ticket-request-history-actions{display:flex;gap:.5rem;position:absolute;right:1.5rem;top:1rem}.ticket-request-cancel-button,.ticket-request-delete-button,.ticket-request-edit-button,.ticket-request-save-button{border:none;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:600;padding:8px 16px;transition:background .3s ease}.ticket-request-edit-button{background:#3b82f6;color:#fff}.ticket-request-edit-button:hover{background:#2563eb}.ticket-request-delete-button{background:#ef4444;color:#fff}.ticket-request-delete-button:hover{background:#dc2626}.ticket-request-save-button{background:#10b981;color:#fff}.ticket-request-save-button:hover{background:#059669}.ticket-request-cancel-button{background:#e2e8f0;color:#1e293b}.ticket-request-cancel-button:hover{background:#cbd5e1}.ticket-request-status-row{align-items:flex-start;display:flex;gap:.7rem;margin-bottom:.2rem}.ticket-request-status-title-wrap{align-items:center;display:flex;gap:.7rem}.ticket-request-status-badge{background:#cbd5e1;border-radius:1rem;color:#fff;display:inline-block;font-size:16px;font-weight:500;letter-spacing:.01rem;margin-right:.2rem;padding:2px .6rem;vertical-align:middle}.ticket-request-status-badge.pending{background:#64748b}.ticket-request-status-badge.done{background:#22c55e}.ticket-request-date-right{color:#94a3b8;font-size:.97em;margin-left:.6em;margin-top:2px;min-width:70px;text-align:left}.ticket-request-answer-box{background-color:#f1f5ff;border-left:4px solid #3b82f6;border-radius:8px;margin-top:12px;padding:12px 16px}.ticket-request-answer-label{color:#1d4ed8;font-weight:700;margin-bottom:6px}.ticket-request-answer-content{color:#475569;font-family:inherit;font-size:1.2rem;font-weight:600;line-height:1.5;white-space:pre-wrap}.ticket-request-category-section{background:#fff;border-radius:16px;box-shadow:0 8px 25px #0000000d;margin-bottom:2rem;padding:2rem;text-align:center}.ticket-request-category-section h4{color:#1e293b;font-size:20px;font-weight:700;margin-bottom:.5rem}.ticket-request-category-section p{color:#64748b;font-size:1rem;font-weight:350;margin-bottom:1.5rem}.ticket-request-category-buttons{grid-gap:.7rem;display:grid;gap:.7rem;grid-template-columns:repeat(5,1fr);justify-content:center;padding:0 1rem}.ticket-request-category-buttons button{align-items:center;background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;color:#1e293b;cursor:pointer;display:flex;flex-direction:column;font-size:1rem;font-weight:600;gap:.3rem;min-width:0;padding:1rem .5rem;transition:all .3s ease}.ticket-request-category-buttons button:hover{background:#f1f5f9;border-color:#3b82f6;color:#1d4ed8}.ticket-request-category-buttons .selected{background:#ebf4ff;border-color:#3b82f6;color:#1d4ed8;font-weight:700}.ticket-request-category-buttons svg{color:#3b82f6;height:28px;width:28px}@media (max-width:1400px){.ticket-request-inquiry-content{margin:0 auto;max-width:800px;padding:1rem 2rem 2rem}.ticket-request-inquiry-title{color:#1e293b;font-size:36px;font-weight:800;margin-bottom:1rem}.ticket-request-inquiry-description{color:#64748b;font-size:18px;line-height:1.6}.ticket-request-tab-button{align-items:center;background:#0000;border:none;border-radius:8px;color:#64748b;cursor:pointer;display:flex;flex:1 1;font-size:15px;font-weight:600;gap:.5rem;justify-content:center;padding:11px 22px;transition:all .3s ease}.ticket-request-input-mode-tabs{background:#fff;border-radius:12px;box-shadow:0 4px 15px #0000001a;display:flex;justify-content:center;margin:0 auto 3rem;max-width:380px;padding:4px}.ticket-request-inquiry-input-section .ticket-request-text-input-card{background:#fff;border-radius:16px;box-shadow:0 8px 25px #0000001a;padding:1.5rem;text-align:center}.ticket-request-category-section{background:#fff;border-radius:16px;box-shadow:0 8px 25px #0000000d;margin-bottom:2rem;padding:1.5rem;text-align:center}.ticket-request-category-section h4{color:#1e293b;font-size:18px;font-weight:700;margin-bottom:.5rem}.ticket-request-category-section p{color:#64748b;font-size:14px;font-weight:350;margin-bottom:1.5rem}.ticket-request-category-buttons button{align-items:center;background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;color:#1e293b;cursor:pointer;display:flex;flex-direction:column;font-size:15px;font-weight:600;gap:.3rem;min-width:0;padding:.9rem .5rem;transition:all .3s ease}.ticket-request-input-title{color:#1e293b;font-size:18px;font-weight:700;margin-bottom:8px}.ticket-request-input-desc{color:#64748b;font-size:14px;font-weight:350;line-height:1.6;margin-bottom:24px}.ticket-request-text-input-area{background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;color:#1e293b;font-family:inherit;font-size:14px;height:230px;line-height:1.6;max-height:230px;overflow-y:auto;padding:1.2rem;resize:vertical;transition:all .3s ease;width:100%}.ticket-request-text-count{color:#64748b;font-size:14px;margin-top:.5rem;text-align:right}.ticket-request-submit-button{background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:15px;font-weight:600;margin-top:1.5rem;padding:11px 22px;transition:all .3s ease}.ticket-request-history-item{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 15px #0000000d;padding:1.25rem;position:relative}.ticket-request-status-badge{background:#cbd5e1;border-radius:1rem;color:#fff;display:inline-block;font-size:14px;font-weight:500;letter-spacing:.01rem;margin-right:.2rem;padding:2px .6rem;vertical-align:middle}.ticket-request-history-title{color:#1e293b;display:inline-block;font-size:18px;font-weight:600;margin-bottom:.5rem;max-width:calc(80% - 140px);overflow:hidden;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.ticket-request-history-content{color:#475569;font-family:inherit;font-size:14px;font-weight:400;line-height:1.5}.ticket-request-history-meta-bottom{align-items:flex-end;color:#64748b;display:flex;flex-direction:column;font-size:14px;margin-top:14px;text-align:right}}@media (max-width:768px){.ticket-request-inquiry-content{margin:0 auto;max-width:600px;padding:1rem 2rem 2rem}.ticket-request-inquiry-title{color:#1e293b;font-size:32px;font-weight:800;margin-bottom:1rem}.ticket-request-inquiry-description{color:#64748b;font-size:16px;line-height:1.6}.ticket-request-tab-button{align-items:center;background:#0000;border:none;border-radius:8px;color:#64748b;cursor:pointer;display:flex;flex:1 1;font-size:14px;font-weight:600;gap:.5rem;justify-content:center;padding:10px 20px;transition:all .3s ease}.ticket-request-input-mode-tabs{background:#fff;border-radius:12px;box-shadow:0 4px 15px #0000001a;display:flex;justify-content:center;margin:0 auto 3rem;max-width:360px;padding:4px}.ticket-request-inquiry-input-section .ticket-request-text-input-card{background:#fff;border-radius:16px;box-shadow:0 8px 25px #0000001a;margin-bottom:5rem;padding:1.25rem;text-align:center}.ticket-request-category-section{background:#fff;border-radius:16px;box-shadow:0 8px 25px #0000000d;margin-bottom:2rem;padding:1.25rem;text-align:center}.ticket-request-category-section h4{color:#1e293b;font-size:16px;font-weight:700;margin-bottom:.5rem}.ticket-request-category-section p{color:#64748b;font-size:13px;font-weight:350;margin-bottom:1.5rem}.ticket-request-category-buttons{display:flex;flex-wrap:wrap;gap:.7rem;justify-content:center;padding:0 1rem}.ticket-request-category-buttons button{align-items:center;background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;color:#1e293b;cursor:pointer;display:flex;flex-direction:column;font-size:14px;font-weight:600;gap:.3rem;min-width:84px;padding:.8rem .5rem;transition:all .3s ease;white-space:nowrap}.ticket-request-input-title{color:#1e293b;font-size:16px;font-weight:700;margin-bottom:8px}.ticket-request-input-desc{color:#64748b;font-size:13px;font-weight:350;line-height:1.6;margin-bottom:24px}.ticket-request-text-input-area{background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;color:#1e293b;font-family:inherit;font-size:13px;height:200px;line-height:1.6;max-height:200px;overflow-y:auto;padding:1rem;resize:vertical;transition:all .3s ease;width:100%}.ticket-request-text-count{color:#64748b;font-size:13px;margin-top:.5rem;text-align:right}.ticket-request-submit-button{background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;margin-top:1.5rem;padding:11px 21px;transition:all .3s ease}.ticket-request-history-item{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 15px #0000000d;padding:1rem;position:relative}.ticket-request-status-badge{background:#cbd5e1;border-radius:1rem;color:#fff;display:inline-block;font-size:13px;font-weight:500;letter-spacing:.01rem;margin-right:.2rem;padding:1.5px .6rem;vertical-align:middle}.ticket-request-history-title{color:#1e293b;display:inline-block;font-size:16px;font-weight:600;margin-bottom:.5rem;max-width:calc(80% - 140px);overflow:hidden;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.ticket-request-history-content{color:#475569;font-family:inherit;font-size:13px;font-weight:400;line-height:1.5}.ticket-request-history-meta-bottom{align-items:flex-end;color:#64748b;display:flex;flex-direction:column;font-size:13px;margin-top:13px;text-align:right}}@media (max-width:480px){.ticket-request-inquiry-content{margin:0 auto;max-width:400px;padding:1rem 2rem 2rem}.ticket-request-inquiry-title{color:#1e293b;font-size:28px;font-weight:800;margin-bottom:1rem}.ticket-request-inquiry-description{color:#64748b;font-size:14px;line-height:1.6}.ticket-request-tab-button{align-items:center;background:#0000;border:none;border-radius:8px;color:#64748b;cursor:pointer;display:flex;flex:1 1;font-size:13px;font-weight:600;gap:.5rem;justify-content:center;padding:9px 18px;transition:all .3s ease}.ticket-request-input-mode-tabs{background:#fff;border-radius:12px;box-shadow:0 4px 15px #0000001a;display:flex;justify-content:center;margin:0 auto 3rem;max-width:350px;padding:4px}.ticket-request-inquiry-input-section .ticket-request-text-input-card{background:#fff;border-radius:16px;box-shadow:0 8px 25px #0000001a;padding:1rem;text-align:center}.ticket-request-category-section{background:#fff;border-radius:16px;box-shadow:0 8px 25px #0000000d;margin-bottom:2rem;padding:1rem;text-align:center}.ticket-request-category-section h4{color:#1e293b;font-size:14px;font-weight:700;margin-bottom:.5rem}.ticket-request-category-section p{color:#64748b;font-size:12px;font-weight:350;margin-bottom:1.5rem}.ticket-request-category-buttons{display:flex;flex-wrap:wrap;gap:.7rem;justify-content:center;padding:0 1rem}.ticket-request-category-buttons button{align-items:center;background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;color:#1e293b;cursor:pointer;display:flex;flex-direction:column;font-size:13px;font-weight:600;gap:.3rem;min-width:110px;padding:.7rem .5rem;transition:all .3s ease;white-space:nowrap}.ticket-request-input-title{color:#1e293b;font-size:14px;font-weight:700;margin-bottom:8px}.ticket-request-input-desc{color:#64748b;font-size:12px;font-weight:350;line-height:1.6;margin-bottom:24px}.ticket-request-text-input-area{background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;color:#1e293b;font-family:inherit;font-size:12px;height:150px;line-height:1.6;max-height:150px;overflow-y:auto;padding:.8rem;resize:vertical;transition:all .3s ease;width:100%}.ticket-request-text-count{color:#64748b;font-size:12px;margin-top:.5rem;text-align:right}.ticket-request-submit-button{background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:13px;font-weight:600;margin-top:1.5rem;padding:10px 20px;transition:all .3s ease}.ticket-request-history-item{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 15px #0000000d;padding:.9rem;position:relative}.ticket-request-status-badge{background:#cbd5e1;border-radius:1rem;color:#fff;display:inline-block;font-size:12px;font-weight:500;letter-spacing:.01rem;margin-right:.2rem;padding:1px .6rem;vertical-align:middle}.ticket-request-history-title{color:#1e293b;display:inline-block;font-size:14px;font-weight:600;margin-bottom:.5rem;max-width:calc(80% - 140px);overflow:hidden;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.ticket-request-history-content{color:#475569;font-family:inherit;font-size:12px;font-weight:400;line-height:1.5}.ticket-request-history-meta-bottom{align-items:flex-end;color:#64748b;display:flex;flex-direction:column;font-size:12px;margin-top:12px;text-align:right}}.Navbar_navbar-navbar__HRfL1{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#3b82f6,#1e40af);border-bottom:1px solid #ffffff1a;box-shadow:0 4px 12px #00000026;color:#fff;flex-shrink:0;left:0;overflow:visible;padding:.8rem 1rem .8rem 1.2rem;position:-webkit-sticky;position:sticky;right:0;top:0;z-index:100}.Navbar_navbar-nav-container__ex0eG{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px}.Navbar_navbar-nav-left__z0cRQ{align-items:center;display:flex;flex:1 1;gap:2rem}.Navbar_navbar-nav-right__UfLQI{align-items:center;display:flex;gap:1rem;margin-left:auto}.Navbar_navbar-nav-logo-button__WYnnb{align-items:center;background:none;border:none;border-radius:8px;cursor:pointer;display:flex;gap:.8rem;padding:.5rem;transition:all .3s cubic-bezier(.25,.8,.25,1)}.Navbar_navbar-nav-logo-img__2AGRe{filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));height:40px;width:auto}.Navbar_navbar-logo-text__YSReA{color:#fff;font-size:1.5rem;font-weight:800;letter-spacing:.5px;text-shadow:0 2px 4px #0003}.Navbar_navbar-nav-logo-button__WYnnb:hover{background:#ffffff26;transform:scale(1.05)}.Navbar_navbar-nav-logo-button__WYnnb:hover .Navbar_navbar-nav-logo-img__2AGRe{filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}.Navbar_navbar-nav-items__PP1vq{align-items:center;display:flex;gap:.75rem}.Navbar_navbar-nav-item__c3wRP{align-items:center;background:#0000;border:none;border-radius:10px;color:#ffffffd9;cursor:pointer;display:flex;font-size:.95rem;font-weight:500;gap:.5rem;line-height:1;overflow:hidden;padding:.75rem 1rem;position:relative;transition:all .3s cubic-bezier(.25,.8,.25,1);white-space:nowrap}.Navbar_navbar-nav-item__c3wRP:before{background:#fff;border-radius:3px;bottom:0;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);transition:all .3s ease;width:0}.Navbar_navbar-nav-item__c3wRP:hover{background:#ffffff26;color:#fff;transform:translateY(-2px)}.Navbar_navbar-nav-item__c3wRP:hover:before{width:70%}.Navbar_navbar-nav-item__c3wRP.Navbar_navbar-active__1IJfu{background:#fff3;box-shadow:0 4px 10px #00000026;color:#fff;font-weight:600}.Navbar_navbar-nav-item__c3wRP.Navbar_navbar-active__1IJfu:before{width:70%}.Navbar_navbar-nav-button__sKi8I{align-items:center;border:none;border-radius:10px;box-shadow:0 2px 5px #0000001a;color:#fff;cursor:pointer;display:flex;font-size:.95rem;font-weight:500;gap:.5rem;padding:.6rem 1.2rem;transition:all .3s cubic-bezier(.25,.8,.25,1)}.Navbar_navbar-nav-button__sKi8I:hover{box-shadow:0 4px 8px #0003;transform:translateY(-2px)}.Navbar_navbar-nav-right__UfLQI .Navbar_navbar-login-button__T8IOT{align-items:center;background:#ffffff26!important;display:flex;height:36.9px!important;justify-content:center;line-height:40px!important;margin:0!important;padding:.6rem 1.2rem!important}.Navbar_navbar-nav-right__UfLQI .Navbar_navbar-login-button__T8IOT:hover{background:#ffffff40!important}.Navbar_navbar-nav-right__UfLQI .Navbar_navbar-login-button__T8IOT.Navbar_navbar-active__1IJfu{background:#ffffff40!important;box-shadow:0 4px 10px #0003;font-weight:600}.Navbar_navbar-nav-right__UfLQI .Navbar_navbar-signup-button__\+SMvT{align-items:center;background:linear-gradient(135deg,#1e40af,#1e3a8a)!important;display:flex;height:36.9px!important;justify-content:center;line-height:40px!important;margin:0!important;padding:.6rem 1.2rem!important}.Navbar_navbar-nav-right__UfLQI .Navbar_navbar-signup-button__\+SMvT:hover{background:linear-gradient(135deg,#1e3a8a,#1e3070)!important;box-shadow:0 6px 12px #1e40af66}.Navbar_navbar-nav-right__UfLQI .Navbar_navbar-signup-button__\+SMvT.Navbar_navbar-active__1IJfu{background:linear-gradient(135deg,#1e3a8a,#1e3070)!important;box-shadow:0 4px 10px #00000040;font-weight:600}.Navbar_navbar-user-welcome-text__OHzgR{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#ffffff26,#ffffff14);border:1px solid #ffffff40;border-radius:25px;box-shadow:0 4px 15px #0000001a,inset 0 1px 0 #fff3;color:#fff;font-size:.95rem;font-weight:600;letter-spacing:.3px;overflow:hidden;padding:.7rem 1.4rem;position:relative;text-shadow:0 1px 2px #0000001a;transition:all .3s cubic-bezier(.25,.8,.25,1)}.Navbar_navbar-user-welcome-text__OHzgR:before{background:linear-gradient(90deg,#0000,#ffffff1a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.Navbar_navbar-user-welcome-text__OHzgR:hover{background:linear-gradient(135deg,#fff3,#ffffff1f);border-color:#fff6;box-shadow:0 6px 20px #00000026,inset 0 1px 0 #ffffff4d;transform:translateY(-1px)}.Navbar_navbar-user-welcome-text__OHzgR:hover:before{left:100%}.Navbar_navbar-user-welcome-text__OHzgR span{align-items:center;display:flex;gap:.6rem;position:relative;z-index:1}.Navbar_navbar-user-welcome-text__OHzgR span strong{color:#fffffff2;font-weight:700}.Navbar_navbar-dropdown__EUCfX{position:relative}.Navbar_navbar-nav-item__c3wRP.Navbar_navbar-has-dropdown__O0qxr{align-items:center;display:flex;gap:.5rem}.Navbar_navbar-dropdown-chevron__3Kn6P{margin-left:2px;transition:transform .3s ease}.Navbar_navbar-dropdown__EUCfX:hover .Navbar_navbar-dropdown-chevron__3Kn6P{transform:rotate(180deg)}.Navbar_navbar-dropdown-menu__DdIdv{animation:Navbar_fadeIn__0dex6 .2s ease-in-out;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 30px #00000026;left:0;margin-top:.6rem;min-width:180px;opacity:0;overflow:hidden;padding:0;position:absolute;top:100%;transform:translateY(-10px);transition:opacity .3s ease,transform .3s ease,visibility .3s;visibility:hidden;z-index:999}.Navbar_navbar-dropdown__EUCfX:hover .Navbar_navbar-dropdown-menu__DdIdv{opacity:1;transform:translateY(0);visibility:visible}.Navbar_navbar-dropdown-item__BlK\+D{align-items:center;background:#fff;border:none;color:#1f2937;cursor:pointer;display:flex;font-size:.9rem;font-weight:500;gap:.6rem;padding:.75rem 1.2rem;transition:background .2s ease,transform .2s ease;width:100%}.Navbar_navbar-dropdown-icon__ga2jH{color:#3b82f6}.Navbar_navbar-dropdown-item__BlK\+D+.Navbar_navbar-dropdown-item__BlK\+D{border-top:1px solid #f3f4f6}.Navbar_navbar-dropdown-item__BlK\+D:hover{background:#f3f4f6;color:#111827;font-weight:600;transform:translateX(2px)}.Navbar_navbar-dropdown-item__BlK\+D:active{background:#e5e7eb;box-shadow:inset 0 2px 4px #0000000f;color:#1e40af}.Navbar_navbar-cs-dropdown__Ly8T0{position:relative}.Navbar_navbar-nav-item__c3wRP.Navbar_navbar-has-cs-dropdown__nhR40{align-items:center;display:flex;gap:.5rem}.Navbar_navbar-cs-dropdown-chevron__2CulA{margin-left:2px;transition:transform .3s ease}.Navbar_navbar-cs-dropdown__Ly8T0:hover .Navbar_navbar-cs-dropdown-chevron__2CulA{transform:rotate(180deg)}.Navbar_navbar-cs-dropdown-menu__n-yEa{animation:Navbar_fadeIn__0dex6 .2s ease-in-out;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 30px #00000026;left:0;margin-top:.6rem;min-width:186px;opacity:0;overflow:hidden;padding:0;position:absolute;top:100%;transform:translateY(-10px);transition:opacity .3s ease,transform .3s ease,visibility .3s;visibility:hidden;z-index:999}.Navbar_navbar-cs-dropdown__Ly8T0:hover .Navbar_navbar-cs-dropdown-menu__n-yEa{opacity:1;transform:translateY(0);visibility:visible}.Navbar_navbar-cs-dropdown-item__sJdIo{align-items:center;background:#fff;border:none;color:#1f2937;cursor:pointer;display:flex;font-size:.9rem;font-weight:500;gap:.6rem;padding:.75rem 1.2rem;transition:background .2s ease,transform .2s ease;width:100%}.Navbar_navbar-cs-dropdown-icon__9PjaY{color:#3b82f6}.Navbar_navbar-cs-dropdown-item__sJdIo+.Navbar_navbar-cs-dropdown-item__sJdIo{border-top:1px solid #f3f4f6}.Navbar_navbar-cs-dropdown-item__sJdIo:hover{background:#f3f4f6;color:#111827;font-weight:600;transform:translateX(2px)}.Navbar_navbar-cs-dropdown-item__sJdIo:active{background:#e5e7eb;box-shadow:inset 0 2px 4px #0000000f;color:#1e40af}@keyframes Navbar_fadeIn__0dex6{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@media (max-width:846px) and (min-width:769px){.Navbar_navbar-user-welcome-text__OHzgR{font-size:.7rem;max-width:180px;overflow:hidden;padding:.5rem;text-overflow:ellipsis}.Navbar_navbar-profile-img__nUo1z{height:100%!important;width:100%!important}}@media (max-width:768px){.Navbar_navbar-nav-container__ex0eG,.Navbar_navbar-nav-left__z0cRQ{align-items:center;flex-direction:row;gap:.5rem}.Navbar_navbar-nav-left__z0cRQ{flex:1 1;width:auto}.Navbar_navbar-nav-items__PP1vq{flex:1 1;gap:.25rem;justify-content:flex-start;width:auto}.Navbar_navbar-nav-item__c3wRP{flex:none;font-size:.75rem;justify-content:center;margin-right:.25rem;padding:.4rem .6rem}.Navbar_navbar-dropdown__EUCfX{flex:none;position:static}.Navbar_navbar-dropdown-menu__DdIdv{border-radius:8px;left:0;margin-top:.5rem;position:absolute;right:0;width:100%}.Navbar_navbar-cs-dropdown__Ly8T0{flex:none;margin-left:0;position:static}.Navbar_navbar-cs-dropdown-menu__n-yEa{border-radius:8px;left:0;margin-top:.5rem;position:absolute;right:0;width:100%}.Navbar_navbar-nav-right__UfLQI{flex-shrink:0;justify-content:flex-end;width:auto}.Navbar_navbar-nav-logo-button__WYnnb{font-size:1.1rem;padding:.3rem}.Navbar_navbar-logo-text__YSReA,.Navbar_navbar-user-welcome-text__OHzgR{display:none}.Navbar_navbar-profile-image__mWywU{height:32px;margin:0 2px;width:32px}.Navbar_navbar-mypage-dropdown__C60xo{flex:none;margin-left:0;position:static!important}.Navbar_navbar-mypage-dropdown-menu__tS1qu{border-radius:8px;left:0;margin-top:.5rem;position:absolute;right:0;width:100%}}@media (max-width:480px){.Navbar_navbar-navbar__HRfL1{padding:.75rem}.Navbar_navbar-nav-container__ex0eG{gap:.75rem}.Navbar_navbar-user-welcome-text__OHzgR{display:none}.Navbar_navbar-user-welcome-text__OHzgR span{gap:.4rem}.Navbar_navbar-nav-left__z0cRQ{gap:.75rem}.Navbar_navbar-nav-logo-button__WYnnb{font-size:1.2rem;margin-right:.5rem;padding:.25rem}.Navbar_navbar-logo-text__YSReA{display:none}.Navbar_navbar-nav-items__PP1vq{gap:.75rem}.Navbar_navbar-nav-item__c3wRP{flex-direction:row;font-size:.75rem;gap:.25rem;padding:.5rem .25rem}.Navbar_navbar-nav-item__c3wRP span{font-size:.7rem}.Navbar_navbar-nav-right__UfLQI{align-items:flex-end;flex-direction:column;gap:.6rem}.Navbar_navbar-user-welcome-text__OHzgR{border-radius:20px;font-size:.8rem;padding:.5rem 1rem}.Navbar_navbar-user-welcome-text__OHzgR span{gap:.5rem}.Navbar_navbar-profile-image__mWywU{height:36px;margin:0 4px;width:36px}.Navbar_navbar-mypage-dropdown__C60xo{position:static}.Navbar_navbar-mypage-dropdown-menu__tS1qu{left:auto;margin-top:.25rem;width:160px}.Navbar_navbar-mypage-dropdown-item__csRmK{font-size:.8rem;padding:.6rem .8rem}.Navbar_navbar-nav-button__sKi8I{font-size:.8rem;padding:.4rem .8rem}.Navbar_navbar-mypage-dropdown__C60xo{flex:none;margin-left:0;position:static!important}.Navbar_navbar-mypage-dropdown-menu__tS1qu{border-radius:8px;left:0;margin-top:.5rem;position:absolute;right:0;width:100%}}@media (max-width:430px){.Navbar_navbar-dropdown-chevron__3Kn6P{display:none;margin-left:2px;transition:transform .3s ease}.Navbar_navbar-cs-dropdown-chevron__2CulA{display:none}.Navbar_navbar-navbar__HRfL1{padding:.75rem}.Navbar_navbar-nav-container__ex0eG{gap:.75rem}.Navbar_navbar-user-welcome-text__OHzgR{display:none}.Navbar_navbar-user-welcome-text__OHzgR span{gap:.4rem}.Navbar_navbar-nav-left__z0cRQ{gap:.75rem}.Navbar_navbar-nav-logo-button__WYnnb{font-size:1.2rem;margin-right:.5rem;padding:.25rem}.Navbar_navbar-logo-text__YSReA{display:none}.Navbar_navbar-nav-items__PP1vq{gap:2rem}.Navbar_navbar-nav-item__c3wRP{flex-direction:column;font-size:.75rem;gap:.25rem;padding:.5rem .25rem}.Navbar_navbar-nav-item__c3wRP span{font-size:.7rem}.Navbar_navbar-nav-right__UfLQI{align-items:flex-end;flex-direction:column;gap:.6rem}.Navbar_navbar-user-welcome-text__OHzgR{border-radius:20px;font-size:.8rem;padding:.5rem 1rem}.Navbar_navbar-user-welcome-text__OHzgR span{gap:.5rem}.Navbar_navbar-profile-image__mWywU{height:36px;margin:0 4px;width:36px}.Navbar_navbar-mypage-dropdown__C60xo{position:static}.Navbar_navbar-mypage-dropdown-menu__tS1qu{left:auto;margin-top:.25rem;width:160px}.Navbar_navbar-mypage-dropdown-item__csRmK{font-size:.8rem;padding:.6rem .8rem}.Navbar_navbar-nav-button__sKi8I{font-size:.8rem;padding:.4rem .8rem}.Navbar_navbar-mypage-dropdown__C60xo{flex:none;margin-left:0;position:static!important}.Navbar_navbar-mypage-dropdown-menu__tS1qu{border-radius:8px;left:0;margin-top:.5rem;position:absolute;right:0;width:100%}}@media (min-width:769px) and (max-width:1024px){.Navbar_navbar-nav-left__z0cRQ{gap:1.5rem}.Navbar_navbar-nav-items__PP1vq{gap:.25rem}.Navbar_navbar-nav-item__c3wRP{font-size:.85rem;padding:.6rem .8rem}}.Navbar_navbar-nav-admin-button__dsamG{align-items:center;background:#0000;border:none;border-radius:10px;color:#ffffffd9;cursor:pointer;display:flex;font-size:.95rem;font-weight:500;gap:.5rem;overflow:hidden;padding:.75rem 1rem;position:relative;transition:all .3s cubic-bezier(.25,.8,.25,1);white-space:nowrap}.Navbar_navbar-nav-admin-button__dsamG:before{background:#fff;border-radius:3px;bottom:0;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);transition:all .3s ease;width:0}.Navbar_navbar-nav-admin-button__dsamG:hover{background:#ffffff26;color:#fff;transform:translateY(-2px)}.Navbar_navbar-nav-admin-button__dsamG:hover:before{width:70%}.Navbar_navbar-nav-admin-button__dsamG.Navbar_navbar-active__1IJfu{background:#fff3;box-shadow:0 4px 10px #00000026;color:#fff;font-weight:600}.Navbar_navbar-nav-admin-button__dsamG.Navbar_navbar-active__1IJfu:before{width:70%}.Navbar_navbar-mypage-dropdown__C60xo{cursor:pointer;display:inline-block;position:relative}.Navbar_navbar-profile-image__mWywU{border:2px solid #fff6;border-radius:50%;box-shadow:0 2px 8px #00000026;cursor:pointer;flex-shrink:0;height:42px;margin:0 6px;overflow:hidden;position:relative;transition:all .3s cubic-bezier(.25,.8,.25,1);width:42px}.Navbar_navbar-profile-img__nUo1z{cursor:pointer;height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.Navbar_navbar-profile-image__mWywU:hover{border-color:#fff9;box-shadow:0 4px 12px #0003;transform:translateY(-2px)}.Navbar_navbar-profile-image__mWywU:hover .Navbar_navbar-profile-img__nUo1z{transform:scale(1.05)}.Navbar_navbar-mypage-dropdown-menu__tS1qu{animation:Navbar_fadeIn__0dex6 .2s ease-in-out;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 30px #00000026;margin-top:.6rem;min-width:180px;opacity:0;overflow:hidden;padding:0;position:absolute;right:0;top:100%;transform:translateY(-10px);transition:opacity .3s ease,transform .3s ease,visibility .3s;visibility:hidden;z-index:999}.Navbar_navbar-mypage-dropdown__C60xo:hover .Navbar_navbar-mypage-dropdown-menu__tS1qu{opacity:1;transform:translateY(0);visibility:visible}.Navbar_navbar-mypage-dropdown-item__csRmK{align-items:center;background:none;border:none;color:#374151;cursor:pointer;display:flex;font-size:.9rem;font-weight:500;gap:.75rem;padding:.75rem 1rem;text-align:left;transition:all .2s ease;width:100%}.Navbar_navbar-mypage-dropdown-icon__cKklq{color:#3b82f6;transition:color .2s ease}.Navbar_navbar-mypage-dropdown-item__csRmK+.Navbar_navbar-mypage-dropdown-item__csRmK{border-top:1px solid #f3f4f6}.Navbar_navbar-mypage-dropdown-item__csRmK:hover{background:#f8fafc;color:#111827;font-weight:600;transform:translateX(2px)}.Navbar_navbar-mypage-dropdown-item__csRmK:hover .Navbar_navbar-mypage-dropdown-icon__cKklq{color:#3b82f6}.Navbar_navbar-mypage-dropdown-item__csRmK:active{background:#e5e7eb;box-shadow:inset 0 2px 4px #0000000f;color:#1e40af}.Navbar_navbar-logout-dropdown-item__X0MRu{border-top:1px solid #f3f4f6;color:#dc2626!important}.Navbar_navbar-logout-dropdown-item__X0MRu .Navbar_navbar-logout-icon__Kr0LN{color:#dc2626!important}.Navbar_navbar-logout-dropdown-item__X0MRu:hover{background:#fef2f2!important;color:#b91c1c!important;font-weight:600}.Navbar_navbar-logout-dropdown-item__X0MRu:hover .Navbar_navbar-logout-icon__Kr0LN{color:#b91c1c!important}.Navbar_navbar-logout-dropdown-item__X0MRu:active{background:#fee2e2!important;color:#991b1b!important}.PageLayout_pageLayout-layout__jD2q\+{background:#f9fafb;flex:1 1;overflow-y:auto}.PageLayout_pageLayout-navbar__W1IzZ{background:linear-gradient(135deg,#2563eb,#1e40af);box-shadow:0 4px 6px -1px #0000001a;color:#fff;padding:1rem 0}.PageLayout_pageLayout-navbarContainer__Aj3e8{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.PageLayout_pageLayout-navbarLeft__wLqnD,.PageLayout_pageLayout-navbarRight__cLQIz{align-items:center;display:flex;gap:1rem}.PageLayout_pageLayout-navbarTitle__7Tkdd{color:#fff;font-size:1.5rem;font-weight:700}.PageLayout_pageLayout-navButton__2BhuT{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:.5rem 1rem;transition:all .3s ease}.PageLayout_pageLayout-navButton__2BhuT:hover{background:#fff3;transform:translateY(-1px)}.PageLayout_pageLayout-navButton__2BhuT.PageLayout_pageLayout-homeButton__KOnUp{background:#ffffff26}.PageLayout_pageLayout-navButton__2BhuT.PageLayout_pageLayout-logoutButton__TfFZT{background:#dc262633}.PageLayout_pageLayout-navButton__2BhuT.PageLayout_pageLayout-logoutButton__TfFZT:hover{background:#dc26264d}.PageLayout_pageLayout-userInfo__jh7F\+{color:#ffffffe6;font-size:.9rem}.PageLayout_pageLayout-pageContent__hw3Ql{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);display:flex;flex:1 1;flex-direction:column;margin-top:0;max-width:100%;overflow-x:hidden;overflow-y:auto;position:relative;width:100%;z-index:1}.PageLayout_pageLayout-pageCard__qGhG1{animation:PageLayout_fadeIn__XQ0uk .6s ease-out;background:#fff;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a;padding:3rem;text-align:center}.PageLayout_pageLayout-pageIcon__PXUe3{color:#2563eb;margin:0 auto 1.5rem}.PageLayout_pageLayout-pageTitle__\+LIz-{color:#1f2937;font-size:2.5rem;font-weight:800;margin-bottom:1rem}.PageLayout_pageLayout-pageDescription__C9xnm{color:#6b7280;font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.PageLayout_pageLayout-pageStatus__VsdCL{background:#2563eb1a;border-radius:8px;color:#2563eb;display:inline-block;font-size:1.1rem;font-weight:600;padding:1rem 2rem}@media (max-width:768px){.PageLayout_pageLayout-navbarContainer__Aj3e8{flex-direction:column;gap:1rem;padding:0 1rem}.PageLayout_pageLayout-navbarLeft__wLqnD,.PageLayout_pageLayout-navbarRight__cLQIz{flex-direction:column;gap:.5rem}.PageLayout_pageLayout-navbarTitle__7Tkdd{font-size:1.2rem}.PageLayout_pageLayout-pageCard__qGhG1{padding:2rem}.PageLayout_pageLayout-pageTitle__\+LIz-{font-size:2rem}}@media (max-width:540px){.PageLayout_pageLayout-navbarContainer__Aj3e8{padding:0 .5rem}.PageLayout_pageLayout-navButton__2BhuT{font-size:.9rem;padding:.4rem .8rem}.PageLayout_pageLayout-pageCard__qGhG1{padding:1.5rem}.PageLayout_pageLayout-pageTitle__\+LIz-{font-size:1.8rem}}.PageLayout_pageLayout-loadingSpinner__hkdkP{animation:PageLayout_spin__X8QMX 1s ease-in-out infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;display:inline-block;height:20px;width:20px}@keyframes PageLayout_spin__X8QMX{to{transform:rotate(1turn)}}.PageLayout_pageLayout-pageCard__qGhG1:hover{box-shadow:0 8px 25px #0000001a;transform:translateY(-2px);transition:all .3s ease}.PageLayout_pageLayout-gradientBg__DUojK{background:linear-gradient(135deg,#667eea,#764ba2)}.PageLayout_pageLayout-blueGradientBg__iSrGh{background:linear-gradient(135deg,#2563eb,#1e40af)}.evaluation-archive-page{background:#fff;border-radius:20px;box-shadow:0 10px 30px #00000014;height:auto;margin:3rem auto;padding:2.5rem;transition:width .3s ease;width:760px}.evaluation-archive-title-section{align-items:center;display:flex;gap:1rem;justify-content:center;margin-bottom:1.5rem;padding:0 1rem}.evaluation-archive-page h2{color:#0f172a;font-size:40px;font-weight:700;margin:0}.evaluation-archive-total-count{align-items:center;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:50%;box-shadow:0 2px 8px #3b82f64d;color:#fff;display:flex;font-size:24px;font-weight:600;height:40px;justify-content:center;min-width:2.2rem;width:40px}.evaluation-archive-tabs{display:flex;gap:1.5rem;justify-content:center;margin-bottom:.5rem;width:100%}.evaluation-archive-tab{background:#f1f5f9;border:none;border-radius:12px;box-shadow:0 2px 5px #0000000d;color:#64748b;cursor:pointer;font-size:16px;font-weight:600;outline:none;padding:.8rem 2.5rem;transition:all .3s ease}.evaluation-archive-tab:hover{background:#e0f2fe;color:#1e40af;transform:translateY(-2px)}.evaluation-archive-tab.active{background:#1e40af;box-shadow:0 4px 12px #0ea5e94d;color:#fff}.evaluation-archive-list{display:flex;flex-direction:column;gap:1rem;list-style:none;margin:0;padding:0}.evaluation-archive-card{align-items:center;background:#fff;border:1px solid #0ea5e9;border-radius:16px;box-shadow:0 4px 12px #0000000d;display:flex;margin-bottom:1rem;transition:all .3s ease}.evaluation-archive-card:hover{border-color:#0ea5e9;box-shadow:0 8px 24px #2563eb26;transform:translateY(-3px)}.evaluation-archive-card-inner{align-items:center;cursor:pointer;display:flex;flex:1 1;justify-content:space-between;padding:1.5rem 0 1.5rem 1.5rem;position:relative;transition:all .3s ease}.evaluation-archive-card-inner:hover{transform:translateY(-2px)}.evaluation-archive-info{flex:1 1}.evaluation-archive-title{color:#0f172a;font-size:20px;font-weight:700;min-height:24px}.evaluation-archive-date{color:#94a3b8;font-size:16px;margin-top:.3rem}.evaluation-archive-company,.evaluation-archive-position{color:#64748b;font-size:16px;margin-top:.3rem}.evaluation-archive-type{color:#64748b;font-size:16px}.evaluation-archive-no-evaluations{align-items:center;color:#94a3b8;display:flex;flex-direction:column;font-size:16px;gap:1rem;justify-content:center;min-height:500px;padding:80px 0;text-align:center}.evaluation-archive-no-evaluations svg{color:#cbd5e1;font-size:3rem;margin-bottom:1rem}.evaluation-archive-select{align-items:center;border-radius:50%;color:#cbd5e1;cursor:pointer;display:flex;height:40px;justify-content:center;margin-left:8px;transition:all .2s;width:40px}.evaluation-archive-select:hover{background-color:#f1f5f9;color:#2563eb}.evaluation-archive-select.selected{background-color:#dbeafe;color:#2563eb}.evaluation-archive-actions{display:flex;gap:1rem;justify-content:space-between;margin-bottom:1rem;margin-top:1rem;padding:0 .5rem}.evaluation-archive-actions-left,.evaluation-archive-actions-right{display:flex;gap:.75rem}.evaluation-archive-btn-delete-selected,.evaluation-archive-btn-restore-selected,.evaluation-archive-btn-select-all{align-items:center;background:none;border:1px solid #e5e7eb;border-radius:12px;cursor:pointer;display:flex;font-size:16px;font-weight:500;gap:.5rem;padding:.8rem 1.5rem;transition:all .3s ease}.evaluation-archive-btn-select-all{color:#64748b}.evaluation-archive-btn-select-all:hover{background-color:#e0f2fe;border-color:#7dd3fc;box-shadow:0 4px 12px #0ea5e926;color:#0ea5e9;transform:translateY(-2px)}.evaluation-archive-btn-delete-selected{background-color:#fee2e2;border-color:#fca5a5;color:#ef4444}.evaluation-archive-btn-delete-selected:hover{background-color:#fecaca;border-color:#f87171;box-shadow:0 4px 12px #ef444426;color:#dc2626;transform:translateY(-2px)}.evaluation-archive-btn-delete-selected:disabled{background-color:#fee2e2;border-color:#fca5a5;color:#ef4444;cursor:not-allowed;opacity:.5}.evaluation-archive-btn-restore-selected{background-color:#dcfce7;border-color:#86efac;color:#059669;margin-right:.5rem}.evaluation-archive-btn-restore-selected:hover{background-color:#bbf7d0;border-color:#4ade80;box-shadow:0 4px 12px #05966926;color:#047857;transform:translateY(-2px)}.evaluation-archive-btn-restore-selected:disabled{background-color:#dcfce7;border-color:#86efac;color:#059669;cursor:not-allowed;opacity:.5}.evaluation-archive-modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.evaluation-archive-modal-content{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;max-width:450px;padding:2rem;text-align:center;width:90%}.evaluation-archive-modal-content h3{color:#1e293b;font-size:1.5rem;margin-top:0}.evaluation-archive-modal-warning{color:#ef4444;font-weight:600}.evaluation-archive-modal-actions{display:flex;gap:1rem;justify-content:center;margin-top:1.5rem}.evaluation-archive-btn-cancel,.evaluation-archive-btn-delete{border:none;border-radius:8px;cursor:pointer;font-weight:600;padding:.7rem 1.5rem;transition:all .2s}.evaluation-archive-btn-cancel{background-color:#f1f5f9;color:#64748b}.evaluation-archive-btn-cancel:hover{background-color:#e2e8f0}.evaluation-archive-btn-delete{background-color:#ef4444;color:#fff}.evaluation-archive-btn-delete:hover{background-color:#dc2626}.evaluation-archive-btn-cancel:disabled,.evaluation-archive-btn-delete:disabled{cursor:not-allowed;opacity:.6}.evaluation-archive-detail{background:#fff;border-radius:12px;padding:2rem 1.5rem;width:100%}.evaluation-archive-detail h3{color:#2563eb;margin-top:0}.evaluation-archive-back-btn{align-items:center;background:none;border:none;color:#2563eb;cursor:pointer;display:flex;font-size:1rem;margin-bottom:1.5rem;transition:all .3s ease}.evaluation-archive-back-btn:hover{color:#2563eb;transform:translateX(-3px)}.evaluation-archive-back-btn-bottom{display:flex;justify-content:center;margin-top:2.5rem;padding-top:1.5rem}.evaluation-archive-back-btn-bottom .evaluation-archive-back-btn{background-color:#2563eb;border-radius:8px;box-shadow:0 1px 3px #0000001a;color:#fff;font-weight:500;margin-bottom:0;padding:.8rem 1.5rem}.evaluation-archive-back-btn-bottom .evaluation-archive-back-btn:hover{background-color:#2563eb;box-shadow:0 2px 5px #0ea5e933;color:#fff}.evaluation-archive-error-message{background-color:#fee2e2;border-radius:8px;color:#ef4444;margin:1rem 0;padding:1rem;text-align:center}.evaluation-archive-loading{padding:3rem 0;text-align:center}.evaluation-archive-ai-feedback{align-items:center;display:flex;flex-direction:column;gap:1rem}.evaluation-archive-ai-feedback p{color:#64748b;font-size:1.1rem}.evaluation-archive-loading-spinner{animation:spin 1s linear infinite;border:3px solid #2563eb1a;border-radius:50%;border-top-color:#2563eb;height:40px;width:40px}.evaluation-archive-result{border-radius:12px;overflow:hidden}.evaluation-archive-preview{background:#fff;border-bottom:1px solid #0ea5e9;padding:1.5rem 0;text-align:center}.evaluation-archive-interview-score-head{margin-bottom:1.5rem}.evaluation-archive-interview-setpoint{color:#1e293b;font-size:1.5rem;font-weight:700;margin:0}.evaluation-archive-score{margin-bottom:.5rem}.evaluation-archive-advise{color:#475569;font-size:1.1rem;line-height:1.6;margin:1rem 0}.evaluation-archive-feedback h4,.evaluation-archive-score h4{color:#1e293b;font-size:1.2rem;font-weight:600;margin-bottom:1rem;margin-top:0}.evaluation-archive-score-result-display{align-items:center;display:flex;gap:1.5rem;margin:15px auto 20px;max-width:500px}.evaluation-archive-score-bar{background:#f1f5f9;border-radius:6px;box-shadow:inset 0 1px 3px #0003;flex:1 1;height:12px;overflow:visible;position:relative}.evaluation-archive-score-bar>div{border-radius:6px;box-shadow:0 1px 4px #0003;height:100%;z-index:10}.evaluation-archive-score-value{font-size:1.75rem;min-width:70px;text-align:right}.evaluation-archive-feedback{padding:1.5rem}.evaluation-archive-feedback-content{background:#f8fafc;border-radius:8px;display:flex;gap:1rem;line-height:1.6;margin-bottom:1.5rem;padding:1.2rem}.evaluation-archive-feedback-content p{color:#334155;margin:0}.evaluation-archive-feedback-section{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr;margin-bottom:2rem}.evaluation-archive-feedback-card{background:#f8fafc;border-radius:8px;display:flex;flex-direction:column;height:100%;padding:1.5rem;position:relative}.evaluation-archive-feedback-header{align-items:center;display:flex;gap:.5rem;margin-bottom:1rem}.evaluation-archive-feedback-header h4{font-size:1.1rem;margin:0}.evaluation-archive-strengths .evaluation-archive-feedback-header svg{color:#10b981}.evaluation-archive-improvements .evaluation-archive-feedback-header svg{color:#f97316}.evaluation-archive-feedback-list{flex-grow:1;list-style:none;margin:0;padding:0}.evaluation-archive-feedback-list li{display:flex;gap:.5rem;line-height:1.5;margin-bottom:1rem}.evaluation-archive-list-bullet{border-radius:50%;color:#fff;display:inline-block;flex-shrink:0;font-size:14px;height:20px;line-height:20px;margin-top:3px;text-align:center;width:20px}.evaluation-archive-strengths .evaluation-archive-list-bullet{background:#10b981;box-shadow:0 0 4px #10b98180;color:#fafafa}.evaluation-archive-improvements .evaluation-archive-list-bullet{background:#f97316;box-shadow:0 0 4px #f9731680;color:#fafafa;font-size:12px;font-weight:700;line-height:21px;text-shadow:0 1px 1px #0000004d}.evaluation-archive-feedback-list li div{flex:1 1}.evaluation-archive-feedback-list li strong{color:#1e293b;display:block;font-weight:600;margin-bottom:.3rem}.evaluation-archive-feedback-list li p{color:#475569;margin:0}.evaluation-archive-interview-comparing{align-items:center;border-top:1px solid #e5e7eb;display:flex;flex-direction:column;justify-content:center;margin-top:2rem;padding-top:1.5rem;position:relative}.evaluation-archive-interview-prevProblems{box-sizing:border-box;height:auto;padding:10px;width:95%}.evaluation-archive-interview-problem{align-items:center;border-radius:20px;box-sizing:border-box;display:flex;gap:10px;height:auto;justify-content:center;margin-bottom:50px;padding:10px;width:100%}.evaluation-archive-interview-forimprov{align-items:center;border-left:3px solid #f59e0b;border-radius:10px;border-right:3px solid #f59e0b;display:flex;flex-direction:column;font-size:18px;font-weight:700;height:auto;justify-content:center;padding:1rem;width:50%}.evaluation-archive-interview-prevdescription{color:#00000080;font-size:.8rem;font-weight:400;height:80%;margin-top:5px;width:80%}.evaluation-archive-interview-toresult{align-items:center;border-radius:10px;display:flex;flex-direction:column;font-size:22px;height:100%;justify-content:center;padding:1rem;width:50%}.evaluation-archive-interview-toresult01{align-items:center;display:flex;flex-direction:column;justify-content:center;width:80%}.evaluation-archive-interview-toresult01>p{font-size:18px;font-weight:700;margin-bottom:5px;text-align:center;width:100%}.evaluation-archive-interview-toresult02{color:#555;font-size:.9rem;font-weight:450;margin-bottom:10px;text-align:left;width:80%}.evaluation-archive-interview-shinho{align-items:center;display:flex;gap:10px;margin-bottom:15px;width:50%}.evaluation-archive-interview-light{border-radius:8px;height:3px;width:30%}.evaluation-archive-interview-pannel{align-items:center;display:flex;flex-direction:column;height:auto;justify-content:center;margin-bottom:2rem;width:100%}.evaluation-archive-interview-line{background-color:#0000001a;border-radius:8px;height:2px;margin-bottom:1rem;width:100%}.evaluation-archive-interview-half{align-items:center;display:flex;width:95%}.evaluation-archive-interview-font01{color:#31567e;font-size:20px;font-weight:550;text-align:center;width:50%}.evaluation-archive-interview-font02{color:#d35400;font-size:20px;font-weight:550;text-align:center;width:50%}.evaluation-archive-question-specific-feedback{border-top:1px solid #0ea5e9;margin-top:2rem;padding-top:1.5rem}.evaluation-archive-question-specific-feedback h5{color:#1e293b;display:inline-block;font-size:1.2rem;font-weight:600;margin-bottom:1.5rem;margin-top:0;position:relative}.evaluation-archive-question-feedback-list{display:flex;flex-direction:column;gap:1.5rem}.evaluation-archive-question-feedback-item{background:#f8fafc;border-radius:8px;margin-bottom:1.5rem;padding:1.5rem;transition:transform .2s}.evaluation-archive-question-header{align-items:flex-start;display:flex;gap:.8rem;margin-bottom:1rem}.evaluation-archive-question-number{align-items:center;background:#2563eb;border-radius:50%;color:#fff;display:inline-flex;flex-shrink:0;font-size:.9rem;font-weight:600;height:30px;justify-content:center;position:relative;width:30px}.evaluation-archive-question-text{color:#1e293b;flex:1 1;font-weight:500;line-height:1.5}.evaluation-archive-my-answer,.evaluation-archive-question-feedback{background:#fff;border-radius:6px;box-shadow:0 1px 3px #0000000d;margin-top:1rem;padding:1rem}.evaluation-archive-my-answer h6,.evaluation-archive-question-feedback h6{align-items:center;color:#64748b;display:flex;font-size:.9rem;font-weight:600;gap:.5rem;margin-bottom:.5rem;margin-top:0}.evaluation-archive-my-answer h6:before{content:"🗣️"}.evaluation-archive-question-feedback h6:before{content:"💡"}.evaluation-archive-my-answer p{color:#334155;font-size:.95rem;line-height:1.6;margin:0}.evaluation-archive-question-feedback{background-color:#eff6ff}.evaluation-archive-text-excellent{color:#3b82f6!important}.evaluation-archive-text-good{color:#10b981!important}.evaluation-archive-text-average{color:#eab308!important}.evaluation-archive-text-below-average{color:#f97316!important}.evaluation-archive-text-needs-improvement{color:#ef4444!important}.evaluation-archive-interview-score-legend{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 5px 15px #00000026;padding:1rem;width:180px;z-index:999!important}.evaluation-archive-interview-legend-item{align-items:center;display:flex;font-size:.9rem;font-weight:500;gap:.75rem;margin-bottom:.6rem;padding:5px 0}.evaluation-archive-interview-legend-color{border-radius:50%;box-shadow:0 0 4px #0003;height:14px;width:14px}.evaluation-archive-interview-legend-excellent{background-color:#3b82f6}.evaluation-archive-interview-legend-good{background-color:#10b981}.evaluation-archive-interview-legend-average{background-color:#eab308}.evaluation-archive-interview-legend-below-average{background-color:#f97316}.evaluation-archive-interview-legend-needs-improvement{background-color:#ef4444}.evaluation-archive-fixed-score-legend{background-color:#f8fafc;border-radius:8px;box-shadow:0 1px 3px #0000001a;display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin:1.5rem auto 0;max-width:600px;padding:15px 10px}.evaluation-archive-fixed-score-legend .evaluation-archive-interview-legend-item{align-items:center;border-radius:5px;display:flex;font-size:.8rem;gap:5px;margin-bottom:0;padding:5px 8px;transition:all .2s}.evaluation-archive-fixed-score-legend .evaluation-archive-interview-legend-item:hover{background-color:#f1f5f9}.evaluation-archive-fixed-score-legend .evaluation-archive-interview-legend-color{height:10px;width:10px}.evaluation-archive-suggestion-item{color:#3154b4}.evaluation-archive-improvement-suggestions{background-color:#edf5fe;border-radius:8px;margin-top:2rem;padding:1.5rem}.evaluation-archive-improvement-suggestions h4{color:#1e293b;font-size:1.2rem;font-weight:600;margin-bottom:1rem;margin-top:0}.evaluation-archive-score-display-container{align-items:center;display:flex;flex-direction:column;gap:1.5rem;margin:0 auto;max-width:700px;padding:.5rem}.evaluation-archive-score-value-section{align-items:center;display:flex;flex-direction:column;margin-bottom:1rem}.evaluation-archive-score-value{font-size:3rem;font-weight:700;line-height:1.2;text-align:center}.evaluation-archive-score-value-section h1{font-size:2.5rem;margin:.25rem 0 1rem}.evaluation-archive-score-bar-container{background-color:#e2e8f0;border-radius:6px;height:12px;margin:.5rem 0 1rem;overflow:hidden;position:relative;width:100%}.evaluation-archive-score-legend-container{display:flex;flex-wrap:wrap;gap:15px;justify-content:center;margin-top:1rem}.evaluation-archive-score-legend-item{align-items:center;display:flex;font-size:.9rem;gap:6px}.evaluation-archive-legend-dot{border-radius:50%;display:inline-block;height:12px;width:12px}.evaluation-archive-legend-dot.excellent{background-color:#3b82f6}.evaluation-archive-legend-dot.good{background-color:#10b981}.evaluation-archive-legend-dot.average{background-color:#eab308}.evaluation-archive-legend-dot.below-average{background-color:#f97316}.evaluation-archive-legend-dot.needs-improvement{background-color:#ef4444}.evaluation-archive-advise-container{margin:0 auto;max-width:700px;padding:0 1rem;width:100%}.evaluation-archive-advise.text-left{background-color:#f8fafc;border-left:4px solid #3b82f6;border-radius:8px;color:#475569;font-size:1.1rem;line-height:1.6;margin:1rem 0;padding:1.5rem;text-align:left}.evaluation-archive-title-container{align-items:center;display:flex;gap:.5rem;padding-right:70px;position:relative;width:100%}.evaluation-archive-btn-edit-title{align-items:center;background:none;border:none;border-radius:50%;color:#2563eb;cursor:pointer;display:flex;justify-content:center;opacity:1;padding:4px;transition:all .3s ease}.evaluation-archive-btn-edit-title:hover{background-color:#dbeafe;box-shadow:0 0 8px #2563eb4d;color:#1d4ed8;transform:scale(1.1)}.evaluation-archive-title-edit{align-items:center;display:flex;gap:.5rem;min-height:36px;padding-right:50px;position:absolute;right:0;width:100%}.evaluation-archive-title-edit input{border:1px solid #e0f2fe;border-radius:6px;box-shadow:0 0 0 2px #0ea5e933;color:#0f172a;flex:1 1;font-size:1.1rem;font-weight:600;height:36px;max-width:400px;outline:none;padding:.5rem;width:100%}.evaluation-archive-title-edit-actions{display:flex;gap:.5rem;margin-left:5px}.evaluation-archive-btn-cancel-edit,.evaluation-archive-btn-save-title{align-items:center;background:none;border:none;border-radius:50%;cursor:pointer;display:flex;height:32px;justify-content:center;padding:8px;transition:all .3s ease;width:32px}.evaluation-archive-btn-save-title{background-color:#d1fae5;color:#10b981;margin-right:0}.evaluation-archive-btn-save-title:hover{background-color:#a7f3d0;transform:scale(1.1)}.evaluation-archive-btn-cancel-edit{background-color:#fee2e2;color:#ef4444}.evaluation-archive-btn-cancel-edit:hover{background-color:#fecaca;transform:scale(1.1)}.evaluation-archive-score-badge{background-color:#94a3b8;border-radius:8px;box-shadow:0 2px 8px #00000026;color:#fff;font-weight:600;margin-right:25px;min-width:60px;padding:6px 12px;position:absolute;right:0;text-align:center;top:0;transition:all .3s ease;white-space:nowrap;z-index:3}.evaluation-archive-card[data-type=trash] .evaluation-archive-score-badge{right:0!important}.evaluation-archive-score-badge.score-excellent{background-color:#3b82f6;box-shadow:0 2px 8px #3b82f64d}.evaluation-archive-score-badge.score-good{background-color:#10b981;box-shadow:0 2px 8px #10b9814d}.evaluation-archive-score-badge.score-average{background-color:#eab308;box-shadow:0 2px 8px #eab3084d}.evaluation-archive-score-badge.score-below-average{background-color:#f97316;box-shadow:0 2px 8px #f973164d}.evaluation-archive-score-badge.score-needs-improvement{background-color:#ef4444;box-shadow:0 2px 8px #ef44444d}.evaluation-archive-page.detail-view{width:1080px}.evaluation-archive-delete-progress-container{margin:1.5rem 0;width:100%}.evaluation-archive-delete-progress-bar{background-color:#e2e8f0;border-radius:10px;box-shadow:inset 0 1px 3px #0000001a;height:10px;margin-bottom:.8rem;overflow:hidden;width:100%}.evaluation-archive-delete-progress-fill{animation:progress-bar-stripes 1s linear infinite;background-color:#3b82f6;background-image:linear-gradient(45deg,#ffffff26 25%,#0000 0,#0000 50%,#ffffff26 0,#ffffff26 75%,#0000 0,#0000);background-size:1rem 1rem;border-radius:10px;height:100%;transition:width .3s ease}.evaluation-archive-delete-progress-text{color:#1e293b;font-size:1rem;font-weight:600;margin-bottom:.8rem;text-align:center}.evaluation-archive-delete-progress-loading{align-items:center;display:inline-flex;justify-content:center;margin-left:5px}.evaluation-archive-delete-progress-loading .evaluation-archive-dot{animation:dot-pulse 1.5s ease-in-out infinite;background-color:#3b82f6;border-radius:50%;display:inline-block;height:6px;margin:0 2px;width:6px}.evaluation-archive-delete-progress-loading .evaluation-archive-dot:nth-child(2){animation-delay:.2s}.evaluation-archive-delete-progress-loading .evaluation-archive-dot:nth-child(3){animation-delay:.4s}.evaluation-archive-delete-progress-percentage{color:#3b82f6;font-size:1.5rem;font-weight:700;margin-bottom:.8rem;text-align:center}.evaluation-archive-delete-progress-stats{display:flex;font-size:.9rem;gap:2rem;justify-content:center;margin-bottom:1rem}.evaluation-archive-delete-progress-success{align-items:center;color:#10b981;display:flex;font-weight:600;gap:.3rem}.evaluation-archive-delete-progress-fail{align-items:center;color:#ef4444;display:flex;font-weight:600;gap:.3rem}.evaluation-archive-delete-progress-complete{align-items:center;display:flex;flex-direction:column;margin-top:1rem}.evaluation-archive-delete-progress-complete p{color:#10b981;font-weight:600;margin-bottom:1rem}.evaluation-archive-btn-close-progress{background-color:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.5rem 1.5rem;transition:all .2s}.evaluation-archive-btn-close-progress:hover{background-color:#2563eb;box-shadow:0 4px 12px #2563eb33;transform:translateY(-2px)}.evaluation-archive-delete-progress-modal{min-width:400px}.evaluation-archive-question-type-badge{align-items:center;border-radius:20px;box-shadow:0 2px 5px #0000001a;color:#fff;display:inline-flex;font-size:.85rem;font-weight:700;justify-content:center;margin-right:10px;min-width:45px;padding:4px 12px;text-align:center}.evaluation-archive-badge-red{background-color:#ef4444}.evaluation-archive-badge-blue{background-color:#3b82f6}.evaluation-archive-badge-green{background-color:#10b981}.evaluation-archive-badge-black{background-color:#1e293b}.evaluation-archive-badge-purple{background-color:#8b5cf6}.evaluation-archive-badge-orange{background-color:#f97316}.evaluation-archive-interview-setpoint .evaluation-archive-question-type-badge{font-size:1rem;margin-right:12px;padding:5px 15px;vertical-align:middle}.evaluation-archive-title-container .evaluation-archive-question-type-badge{flex-shrink:0;margin-right:8px}.evaluation-archive-version-badge{align-items:center;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:16px;box-shadow:0 2px 4px #6366f133;color:#fff;display:inline-flex;flex-shrink:0;font-size:1rem;font-weight:600;margin-right:8px;padding:4px 8px}.evaluation-archive-fixed-trash-icon{background-color:#fff;border-radius:50%;bottom:30px;box-shadow:0 4px 20px #00000026;position:fixed;right:300px;transition:all .3s ease;z-index:1000}.evaluation-archive-fixed-trash-icon:hover{box-shadow:0 8px 30px #ff080833;transform:translateY(-3px)}.evaluation-archive-btn-trash-fixed{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,#ef4444,#dc2626);border:2px solid #ef4444;border-radius:50%;box-shadow:0 4px 15px #ef44444d;color:#fff;cursor:pointer;display:flex;height:80px;justify-content:center;padding:12px;transition:all .3s ease;width:80px}.evaluation-archive-btn-trash-fixed:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);border-color:#dc2626;box-shadow:0 6px 20px #ef444466;color:#fff;transform:scale(1.05)}.evaluation-archive-btn-trash-fixed.active{animation:pulse-green 2s infinite;background:linear-gradient(135deg,#059669,#047857);border-color:#059669;color:#fff}.evaluation-archive-btn-trash-fixed.active:hover{background:linear-gradient(135deg,#047857,#065f46);border-color:#047857}@keyframes pulse-green{0%{box-shadow:0 0 0 0 #10b98166}70%{box-shadow:0 0 0 10px #10b98100}to{box-shadow:0 0 0 0 #10b98100}}.evaluation-archive-header{align-items:center;display:flex;justify-content:flex-start;margin-bottom:0}.evaluation-archive-deleted-date{color:#ef4444;font-size:.9rem;font-weight:500;margin-top:4px}.evaluation-archive-actions-trash{align-items:center;background-color:#fffffff2;border-radius:6px;box-shadow:0 2px 8px #0000001a;display:flex;gap:6px;padding:4px;position:absolute;right:12px;top:70px;z-index:10}.evaluation-archive-btn-restore{align-items:center;background-color:#10b981;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:.8rem;font-weight:600;height:32px;justify-content:center;min-width:32px;padding:6px 8px;transition:all .2s}.evaluation-archive-btn-restore:hover{background-color:#059669;box-shadow:0 2px 8px #10b9814d;transform:translateY(-1px)}.evaluation-archive-btn-restore:disabled{background-color:#9ca3af;box-shadow:none;cursor:not-allowed;transform:none}.evaluation-archive-btn-delete-permanently{align-items:center;background-color:#ef4444;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;height:32px;justify-content:center;min-width:32px;padding:6px 8px;transition:all .2s}.evaluation-archive-btn-delete-permanently:hover{background-color:#dc2626;box-shadow:0 2px 8px #ef44444d;transform:translateY(-1px)}.evaluation-archive-btn-delete-permanently:disabled{background-color:#9ca3af;box-shadow:none;cursor:not-allowed;transform:none}.evaluation-archive-card{position:relative}.evaluation-archive-tab[data-type=trash]{background-color:#fef2f2;border-color:#fecaca;color:#dc2626}.evaluation-archive-tab[data-type=trash]:hover{background-color:#fef2f2;border-color:#f87171}.evaluation-archive-tab[data-type=trash].active{background-color:#dc2626;border-color:#dc2626;color:#fff}.evaluation-archive-card[data-type=trash]{background-color:#fefefe;border-left:4px solid #ef4444}.evaluation-archive-card[data-type=trash]:hover{background-color:#fef2f2}.evaluation-archive-result{background:#fff;border:2px solid #e2e8f0;border-radius:20px;box-shadow:0 10px 30px #00000014;margin:0 auto;max-width:1200px;padding:2rem}.evaluation-archive-result-header{margin-bottom:2rem;text-align:center}.evaluation-archive-result-header h3{color:#0f172a;font-size:1.8rem;font-weight:700;gap:12px;margin-bottom:.5rem}.evaluation-archive-result-header h3,.evaluation-archive-result-meta{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.evaluation-archive-result-meta{gap:1rem;margin-top:.5rem}.evaluation-archive-result-date,.evaluation-archive-result-type{background:#f1f5f9;border-radius:6px;color:#64748b;font-size:.9rem;padding:.25rem .75rem;white-space:nowrap}.evaluation-archive-result-type{background:#dbeafe;color:#1d4ed8;font-weight:600}.evaluation-archive-result-version{background:#fef3c7;color:#d97706;font-weight:500}.evaluation-archive-version-selector{align-items:center;display:flex;gap:.5rem}.evaluation-archive-version-dropdown{background:#fff;border:1px solid #d1d5db;border-radius:8px;box-shadow:0 1px 3px #0000001a;color:#374151;cursor:pointer;font-size:.9rem;min-width:200px;padding:.5rem .75rem;transition:all .2s ease}.evaluation-archive-version-dropdown:hover{border-color:#3b82f6;box-shadow:0 2px 6px #3b82f626}.evaluation-archive-version-dropdown:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.evaluation-archive-version-dropdown option{background:#fff;color:#374151;padding:.5rem}.evaluation-archive-comparison-section{margin-bottom:3rem}.evaluation-archive-diff-container{background:#f8fafc;border:2px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 12px #00000014;margin-bottom:1.5rem;max-height:60vh;overflow-x:hidden;overflow-y:auto;padding:2.5rem}.evaluation-archive-diff-header{grid-gap:1rem;border-bottom:2px solid #e2e8f0;display:grid;gap:1rem;grid-template-columns:1fr auto 1fr;margin-bottom:1.5rem;padding-bottom:1rem}.evaluation-archive-diff-header-left,.evaluation-archive-diff-header-right{border:2px solid;border-radius:12px;font-size:1.1rem;font-weight:700;padding:.75rem;text-align:center}.evaluation-archive-diff-header-left{background:#fef2f2;border-color:#fecaca;color:#dc2626}.evaluation-archive-diff-header-right{background:#f0fdf4;border-color:#bbf7d0;color:#16a34a}.evaluation-archive-diff-header-separator{align-items:center;color:#94a3b8;display:flex;justify-content:center}.evaluation-archive-diff-content{display:flex;flex-direction:column;gap:1rem}.evaluation-archive-diff-row{grid-gap:1rem;align-items:center;display:grid;gap:1rem;grid-template-columns:1fr auto 1fr}.evaluation-archive-diff-line-left,.evaluation-archive-diff-line-right{border:1px solid #0000;border-radius:12px;display:flex;flex-direction:column;font-size:.95rem;justify-content:center;line-height:1.6;min-height:100px;padding:1rem;transition:all .3s ease}.evaluation-archive-diff-line-left.unchanged,.evaluation-archive-diff-line-right.unchanged{background:#f8fafc;border-color:#e2e8f0;color:#64748b}.evaluation-archive-diff-line-left.removed{background:#fef2f2;border-color:#fecaca;border-width:2px;color:#dc2626}.evaluation-archive-diff-line-right.added{background:#f0fdf4;border-color:#bbf7d0;border-width:2px;color:#16a34a}.evaluation-archive-diff-separator{align-items:center;color:#94a3b8;display:flex;justify-content:center;padding:1rem 0}.evaluation-archive-diff-content-text{margin-bottom:.5rem}.evaluation-archive-diff-reason{background:#f3e8ff;border-left:3px solid #7c3aed;border-radius:8px;color:#7c3aed;font-size:.16px;padding:.5rem}.evaluation-archive-diff-stats{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-top:1.5rem}.evaluation-archive-stat-item{align-items:center;border-radius:12px;display:flex;font-size:.9rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem}.evaluation-archive-stat-item.added{background:#f0fdf4;color:#16a34a}.evaluation-archive-stat-item.removed{background:#fef2f2;color:#dc2626}.evaluation-archive-stat-item.modified{background:#fef3c7;color:#d97706}.evaluation-archive-stat-item.unchanged{background:#f1f5f9;color:#64748b}.evaluation-archive-stat-icon{font-size:1rem;font-weight:700}.evaluation-archive-final-resume-section{margin-bottom:3rem}.evaluation-archive-final-resume-header{margin-bottom:1.5rem}.evaluation-archive-final-resume-header h3{align-items:center;color:#0f172a;display:flex;font-size:20px;font-weight:700;gap:.5rem;justify-content:center;margin-bottom:.5rem}.evaluation-archive-section-icon{font-size:1.2rem}.evaluation-archive-final-resume-header p{color:#64748b;font-size:1rem;text-align:center}.evaluation-archive-final-resume-preview{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:2rem}.evaluation-archive-preview-content{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000000d;max-height:40vh;overflow-x:hidden;overflow-y:auto;padding:2rem}.evaluation-archive-no-missing-areas{align-items:center;background:#f8fafc;border:2px dashed #e2e8f0;border-radius:16px;display:flex;gap:.5rem;margin:2rem 0;padding:2rem;text-align:center}.evaluation-archive-no-missing-areas-icon{animation:resume-bounce 1s ease infinite;font-size:3rem;margin-bottom:1rem}.evaluation-archive-no-missing-areas-content h4{color:#1e293b;font-size:20px;font-weight:700;margin-bottom:1rem}.evaluation-archive-no-missing-areas-content p{color:#64748b;font-size:16px;line-height:1.6;margin-bottom:1.5rem}.evaluation-archive-complete-tips{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000000d;padding:1.5rem;text-align:left}.evaluation-archive-complete-tips h5{color:#1e293b;font-size:16px;font-weight:600;margin-bottom:1rem}.evaluation-archive-complete-tips ul{list-style:none;margin:0;padding:0}.evaluation-archive-complete-tips li{color:#475569;font-size:16px;line-height:1.6;margin-bottom:.5rem;padding-left:1.5rem;position:relative}.evaluation-archive-complete-tips li:before{color:#3b82f6;content:"•";font-weight:700;left:.5rem;position:absolute}.evaluation-archive-diff-container::-webkit-scrollbar{width:8px}.evaluation-archive-diff-container::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.evaluation-archive-diff-container::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px;-webkit-transition:background .2s ease;transition:background .2s ease}.evaluation-archive-diff-container::-webkit-scrollbar-thumb:hover{background:#94a3b8}.evaluation-archive-preview-content::-webkit-scrollbar{width:8px}.evaluation-archive-preview-content::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.evaluation-archive-preview-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px;-webkit-transition:background .2s ease;transition:background .2s ease}.evaluation-archive-preview-content::-webkit-scrollbar-thumb:hover{background:#94a3b8}.evaluation-archive-preview-text{color:#374151;font-size:1rem;line-height:1.8;white-space:pre-wrap}.evaluation-archive-copy-button-container{border-top:1px solid #e2e8f0;display:flex;justify-content:center;margin-top:1.5rem;padding-top:1rem}.evaluation-archive-copy-text-button{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:12px;box-shadow:0 4px 12px #3b82f633;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s ease}.evaluation-archive-copy-text-button:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 6px 20px #3b82f64d;transform:translateY(-2px)}.evaluation-archive-copy-text-button:active{box-shadow:0 2px 8px #3b82f633;transform:translateY(0)}.evaluation-archive-suggestions-section{background:linear-gradient(135deg,#fff,#fefefe);border:1px solid #e2e8f0cc;border-radius:20px;box-shadow:0 8px 32px #0000000f,0 2px 8px #0000000a;margin:2.5rem 0;overflow:hidden;padding:2.5rem;position:relative}.evaluation-archive-suggestions-section:before{background:linear-gradient(90deg,#3b82f6,#8b5cf6,#06b6d4);border-radius:20px 20px 0 0;content:"";height:4px;left:0;position:absolute;right:0;top:0}.evaluation-archive-suggestions-header{margin-bottom:2.5rem;text-align:center}.evaluation-archive-suggestions-header h3{-webkit-text-fill-color:#0000;align-items:center;background:linear-gradient(135deg,#1e293b,#475569);-webkit-background-clip:text;background-clip:text;display:flex;font-size:2rem;font-weight:800;gap:.75rem;justify-content:center;letter-spacing:-.025em;margin-bottom:.75rem}.evaluation-archive-suggestions-header p{color:#64748b;font-size:1.125rem;font-weight:400;line-height:1.6;margin:0}.evaluation-archive-missing-areas-container{display:flex;flex-direction:column;gap:1.75rem;margin-bottom:2.5rem}.evaluation-archive-missing-area-card{background:linear-gradient(135deg,#fffbeb,#fef3c7);border:1px solid #fbbf244d;border-radius:16px;box-shadow:0 4px 20px #fbbf2414,0 1px 4px #fbbf240f;padding:2rem;position:relative;transition:all .3s ease}.evaluation-archive-missing-area-card:hover{box-shadow:0 8px 32px #fbbf241f,0 2px 8px #fbbf2414;transform:translateY(-2px)}.evaluation-archive-missing-area-card:before{background:linear-gradient(90deg,#f59e0b,#d97706);border-radius:16px 16px 0 0;content:"";height:3px;left:0;position:absolute;right:0;top:0}.evaluation-archive-missing-area-header{margin-bottom:1.75rem}.evaluation-archive-area-category{align-items:center;display:flex;gap:.75rem;margin-bottom:.75rem}.evaluation-archive-category-icon{filter:drop-shadow(0 1px 2px rgba(146,64,14,.3));font-size:1.5rem}.evaluation-archive-area-category h4{color:#92400e;font-size:1.375rem;font-weight:800;letter-spacing:-.025em;margin:0}.evaluation-archive-area-description{color:#78350f;font-size:16px;font-weight:500;line-height:1.6;padding-left:2.25rem}.evaluation-archive-suggestion-header{align-items:center;display:flex;gap:.75rem;margin-bottom:1rem}.evaluation-archive-suggestion-icon{filter:drop-shadow(0 1px 2px rgba(59,130,246,.3));font-size:1.125rem}.evaluation-archive-suggestion-header h5{color:#1e293b;font-size:1.125rem;font-weight:700;letter-spacing:-.025em;margin:0}.evaluation-archive-suggestion-content{flex:1 1}.evaluation-archive-suggestion-content p{color:#475569;font-size:1rem;font-weight:400;line-height:1.6;margin:0}.evaluation-archive-suggestion-example{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #3b82f633;border-left:4px solid #3b82f6;border-radius:12px;box-shadow:0 2px 8px #3b82f60f,inset 0 1px 0 #fffc;margin-top:.5rem;padding:1.25rem;position:relative}.evaluation-archive-example-label{align-items:center;color:#3b82f6;display:flex;font-size:.875rem;font-weight:700;gap:.625rem;letter-spacing:.05em;margin-bottom:.75rem;text-transform:uppercase}.evaluation-archive-example-icon{font-size:1rem}.evaluation-archive-example-text{background:#ffffffb3;border:1px solid #3b82f61a;border-radius:8px;color:#1e293b;font-size:.9375rem;font-style:italic;font-weight:500;line-height:1.7;padding:.75rem}.evaluation-archive-filter-section-compact{margin-bottom:1.5rem;margin-top:1rem}.evaluation-archive-search-and-filter-row{align-items:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 8px #0000000a;display:flex;flex-direction:row;flex-wrap:wrap;gap:1rem;justify-content:center;padding:.8rem 1.2rem;width:100%}.evaluation-archive-search-and-filter-row .evaluation-archive-search-input-wrapper{flex:1 1;max-width:400px;min-width:200px;position:relative}.evaluation-archive-search-and-filter-row .evaluation-archive-search-icon{color:#64748b;left:.8rem;position:absolute;z-index:1}.evaluation-archive-search-and-filter-row .evaluation-archive-search-input{background:#fff;border:1px solid #d1d5db;border-radius:8px;font-size:.9rem;outline:none;padding:.6rem .8rem .6rem 2.5rem;transition:all .2s ease;width:100%}.evaluation-archive-search-and-filter-row .evaluation-archive-search-input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}.evaluation-archive-search-and-filter-row .evaluation-archive-search-clear{align-items:center;background:#f1f5f9;border:none;border-radius:4px;color:#64748b;cursor:pointer;display:flex;justify-content:center;padding:.3rem;position:absolute;right:.5rem;transition:all .2s ease}.evaluation-archive-search-and-filter-row .evaluation-archive-search-clear:hover{background:#e2e8f0;color:#475569}.evaluation-archive-quick-filters-row{align-items:center;display:flex;gap:.6rem}.evaluation-archive-quick-filter-select-compact{background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;font-size:.85rem;min-width:100px;padding:.5rem .8rem;transition:all .2s ease}.evaluation-archive-quick-filter-select-compact:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633;outline:none}.evaluation-archive-quick-filter-select-compact:hover{background:#f9fafb;border-color:#9ca3af}.evaluation-archive-filter-toggle-compact{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#64748b;cursor:pointer;display:flex;height:36px;justify-content:center;min-width:36px;padding:.5rem;position:relative;transition:all .2s ease}.evaluation-archive-filter-toggle-compact:hover{background:#f8fafc;border-color:#3b82f6;color:#3b82f6}.evaluation-archive-filter-toggle-compact.active{background:#dbeafe;border-color:#3b82f6;color:#1d4ed8}.evaluation-archive-filter-toggle-compact .evaluation-archive-filter-indicator{background:#ef4444;border:1px solid #fff;border-radius:50%;height:6px;position:absolute;right:-2px;top:-2px;width:6px}.evaluation-archive-clear-all-filters-compact{align-items:center;background:#dbeafe;border:1px solid #93c5fd;border-radius:6px;color:#2563eb;cursor:pointer;display:flex;height:36px;justify-content:center;min-width:36px;padding:.5rem;transition:all .2s ease}.evaluation-archive-clear-all-filters-compact:hover{background:#bfdbfe;border-color:#60a5fa}.evaluation-archive-result-count-compact{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#475569;display:flex;font-size:.85rem;font-weight:500;padding:.5rem .8rem;white-space:nowrap}.evaluation-archive-result-count-compact span{color:#1e40af;font-weight:600}.evaluation-archive-search-bar{margin-bottom:1.5rem}.evaluation-archive-search-input-wrapper{align-items:center;display:flex;margin:0 auto;max-width:600px;position:relative}.evaluation-archive-search-icon{color:#64748b;left:1.2rem;position:absolute;z-index:1}.evaluation-archive-search-input{background:#fff;border:2px solid #e2e8f0;border-radius:50px;box-shadow:0 2px 8px #0000000a;font-size:1rem;outline:none;padding:1rem 1.2rem 1rem 3.5rem;transition:all .3s ease;width:100%}.evaluation-archive-search-input:focus{border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a,0 4px 12px #00000014;transform:translateY(-1px)}.evaluation-archive-search-clear{align-items:center;background:#f1f5f9;border:none;border-radius:50%;color:#64748b;cursor:pointer;display:flex;justify-content:center;padding:.4rem;position:absolute;right:1rem;transition:all .2s ease}.evaluation-archive-search-clear:hover{background:#e2e8f0;color:#475569;transform:scale(1.1)}.evaluation-archive-filter-controls{flex-wrap:wrap;justify-content:space-between}.evaluation-archive-filter-controls,.evaluation-archive-filter-left{align-items:center;display:flex;gap:1rem}.evaluation-archive-result-count{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 1px 3px #0000000a;color:#475569;font-size:.95rem;padding:.5rem 1rem}.evaluation-archive-result-count strong{color:#1e40af;font-weight:700}.evaluation-archive-clear-all-filters{align-items:center;background:#fee2e2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;cursor:pointer;display:flex;font-size:.85rem;gap:.4rem;padding:.5rem .8rem;transition:all .2s ease}.evaluation-archive-clear-all-filters:hover{background:#fecaca;border-color:#f87171;transform:translateY(-1px)}.evaluation-archive-filter-right{align-items:center;display:flex;gap:.8rem}.evaluation-archive-quick-filters{display:flex;gap:.6rem}.evaluation-archive-quick-filter-select{background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#374151;cursor:pointer;font-size:.9rem;min-width:120px;padding:.6rem 1rem;transition:all .2s ease}.evaluation-archive-quick-filter-select:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633;outline:none}.evaluation-archive-quick-filter-select:hover{background:#f9fafb;border-color:#9ca3af}.evaluation-archive-filter-toggle{align-items:center;background:#fff;border:2px solid #e5e7eb;border-radius:10px;box-shadow:0 2px 4px #0000000a;color:#64748b;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:.7rem 1.2rem;position:relative;transition:all .3s ease;white-space:nowrap}.evaluation-archive-filter-toggle:hover{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f626;color:#3b82f6;transform:translateY(-2px)}.evaluation-archive-filter-toggle.active{background:#dbeafe;border-color:#3b82f6;box-shadow:0 4px 12px #3b82f633;color:#1d4ed8}.evaluation-archive-filter-indicator{animation:pulse 2s infinite;background:#ef4444;border:2px solid #fff;border-radius:50%;height:10px;position:absolute;right:-4px;top:-4px;width:10px}.evaluation-archive-detailed-filter-panel{animation:slideDown .3s ease;background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 8px 24px #0000001f;margin-top:1rem;overflow:hidden}.evaluation-archive-filter-panel-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;justify-content:space-between;padding:1.5rem 2rem}.evaluation-archive-filter-panel-header h4{font-size:1.1rem;font-weight:600;margin:0}.evaluation-archive-panel-close{align-items:center;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;justify-content:center;padding:.5rem;transition:all .2s ease}.evaluation-archive-panel-close:hover{background:#ffffff4d;transform:scale(1.1)}.evaluation-archive-filter-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;padding:2rem}.evaluation-archive-filter-column{display:flex;flex-direction:column}.evaluation-archive-filter-group{margin-bottom:0}.evaluation-archive-filter-label{align-items:center;color:#374151;display:flex;font-size:1rem;font-weight:600;gap:.6rem;margin-bottom:1rem}.evaluation-archive-badge-filter-grid{grid-gap:.8rem;display:grid;gap:.8rem;grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}.evaluation-archive-badge-filter-btn{background:#fff;border:2px solid #e5e7eb;border-radius:10px;color:#64748b;cursor:pointer;font-size:.9rem;font-weight:500;padding:.8rem 1rem;text-align:center;transition:all .3s ease}.evaluation-archive-badge-filter-btn:hover{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f626;color:#3b82f6;transform:translateY(-2px)}.evaluation-archive-badge-filter-btn.active{background:#dbeafe;border-color:#3b82f6;box-shadow:0 4px 12px #3b82f633;color:#1d4ed8}.evaluation-archive-date-filter-grid{grid-gap:.8rem;display:grid;gap:.8rem;grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.evaluation-archive-date-filter-btn{background:#fff;border:2px solid #e5e7eb;border-radius:10px;color:#64748b;cursor:pointer;font-size:.9rem;font-weight:500;padding:.8rem 1rem;text-align:center;transition:all .3s ease}.evaluation-archive-date-filter-btn:hover{border-color:#10b981;box-shadow:0 4px 12px #10b98126;color:#10b981;transform:translateY(-2px)}.evaluation-archive-date-filter-btn.active{background:#d1fae5;border-color:#10b981;box-shadow:0 4px 12px #10b98133;color:#065f46}.evaluation-archive-filter-panel-footer{align-items:center;background:#f8fafc;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1.5rem 2rem}.evaluation-archive-filter-reset-detailed{align-items:center;background:#dbeafe;border:2px solid #93c5fd;border-radius:10px;color:#2563eb;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:.8rem 1.5rem;transition:all .3s ease}.evaluation-archive-filter-reset-detailed:hover{background:#bfdbfe;border-color:#60a5fa;color:#1d4ed8;transform:translateY(-1px)}.evaluation-archive-filter-result{align-items:center;color:#059669;display:flex;font-size:.95rem;font-weight:500;gap:.5rem}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.evaluation-archive-suggestions-list{list-style:none;margin-left:0;padding:0}.evaluation-archive-suggestion-number{flex-direction:row}.evaluation-archive-suggestion-item,.evaluation-archive-suggestion-number{align-items:center;display:flex;gap:.5rem;justify-content:flex-start;margin-bottom:.5rem;padding:.5rem}.evaluation-archive-suggestion-item{flex-direction:column}@media (max-width:1399px) and (min-width:768px){.evaluation-archive-page{background:#fff;border-radius:20px;box-shadow:0 10px 30px #00000014;height:auto;margin:3rem auto;padding:2.5rem;transition:width .3s ease;width:760px}.evaluation-archive-title-edit{align-items:center;display:flex;flex-direction:row;gap:.2rem;min-height:36px;min-width:140px;width:100%}.evaluation-archive-title-edit input{font-size:14px;max-width:160px;padding:.4rem .6rem}.evaluation-archive-title-edit-actions{display:flex;gap:.3rem}.evaluation-archive-tab{font-size:16px;padding:.5rem 1.5rem}.evaluation-archive-tab.active{background:#1e40af;box-shadow:0 4px 12px #0ea5e94d;color:#fff}.evaluation-archive-btn-trash-fixed{align-items:center;background:linear-gradient(135deg,#ef4444,#dc2626);border:2px solid #ef4444;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:50px;justify-content:center;transition:all .3s ease;width:50px}.evaluation-archive-title-section h2{font-size:36px;gap:.5rem}.evaluation-archive-total-count{font-size:15px;height:36px;line-height:1;min-width:36px;width:36px}.evaluation-archive-search-and-filter-row{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:.5rem;justify-content:center;width:100%}.evaluation-archive-search-input-wrapper{flex:none;margin:0;max-width:none;width:100%}.evaluation-archive-search-input{font-size:14px;height:36px;width:100%}.evaluation-archive-search-icon{flex-shrink:1;min-width:0;padding:0 4px;width:28px}.evaluation-archive-filter-grid{gap:.5rem;padding:.8rem}.evaluation-archive-filter-label{align-items:center;color:#374151;display:flex;font-size:14px;font-weight:600;gap:.6rem;justify-content:center;margin-bottom:1rem}.evaluation-archive-quick-filter-select-compact{font-size:14px;height:36px}.evaluation-archive-filter-panel-footer{align-items:center;background:#f8fafc;border-top:1px solid #e5e7eb;display:flex;gap:.5rem;justify-content:space-between;padding:15px}.evaluation-archive-filter-reset-detailed{align-items:center;background:#dbeafe;border:2px solid #93c5fd;border-radius:10px;color:#2563eb;cursor:pointer;display:flex;font-size:15px;font-weight:500;gap:.5rem;padding:10px;transition:all .3s ease}.evaluation-archive-filter-panel-header h4{font-size:18px}.evaluation-archive-filter-result{align-items:center;color:#059669;display:flex;font-size:15px;font-weight:500;gap:.5rem;margin-right:15px}.evaluation-archive-badge-filter-grid{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.evaluation-archive-badge-filter-btn{background:#fff;border:2px solid #e5e7eb;border-radius:10px;color:#64748b;cursor:pointer;font-size:15px;font-weight:500;padding:10px;text-align:center;transition:all .3s ease;width:80%}.evaluation-archive-date-filter-grid{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.evaluation-archive-date-filter-btn{background:#fff;border:2px solid #e5e7eb;border-radius:10px;color:#64748b;cursor:pointer;font-size:15px;font-weight:500;padding:10px;text-align:center;transition:all .3s ease;width:80%}.evaluation-archive-filter-toggle-compact,.evaluation-archive-result-count-compact{font-size:15px;height:36px;justify-content:center;min-width:44px;white-space:nowrap;width:44px}.evaluation-archive-actions{width:100%}.evaluation-archive-actions-left,.evaluation-archive-actions-right{display:flex;gap:.1rem!important}.evaluation-archive-btn-select-all{line-height:1;padding:.5rem .8rem}.evaluation-archive-btn-restore-selected,.evaluation-archive-btn-select-all{flex:1 1;font-size:15px;gap:.05rem;height:36px!important;justify-content:center;min-width:0!important}.evaluation-archive-btn-restore-selected{padding:.5rem;width:100%}.evaluation-archive-btn-delete-selected{font-size:15px;gap:.05rem;height:36px;justify-content:center;min-width:0;padding:.5rem;width:auto}.evaluation-archive-actions{gap:.1rem;margin-bottom:1rem}.evaluation-archive-list{gap:.2rem}.evaluation-archive-card{align-items:center;flex-direction:row;padding:.1rem;width:100%}.evaluation-archive-title{font-size:18px}.evaluation-archive-company,.evaluation-archive-date,.evaluation-archive-position,.evaluation-archive-type{font-size:14px}.evaluation-archive-score-badge{align-items:center;display:flex;flex:0 0 45px;font-size:15px;justify-content:center;margin-right:0;min-width:45px;padding:6px;text-align:center;width:45px}.evaluation-archive-actions-trash{height:40px;right:50px;top:60px;width:40px}.evaluation-archive-card[data-type=trash] .evaluation-archive-score-badge{right:0!important}.evaluation-archive-deleted-date{color:#ef4444;font-size:14px;font-weight:500;margin-top:4px}.evaluation-archive-card-inner{align-items:center;flex-direction:row;gap:1rem;justify-content:center;padding:1rem;width:60%}.evaluation-archive-icon{margin-top:.5rem}.evaluation-archive-back-btn{font-size:15px;padding:.6rem 1rem}.evaluation-archive-question-type-badge-container{gap:.5rem}.evaluation-archive-question-type-badge{font-size:15px;margin-right:0;min-width:50px;padding:.2rem .5rem}.evaluation-archive-interview-setpoint .evaluation-archive-question-type-badge{font-size:15px;margin-right:15px;padding:5px 15px;vertical-align:middle}.evaluation-archive-detail h3,.evaluation-archive-detail h4{font-size:18px}.evaluation-archive-score-display-container{gap:0}.evaluation-archive-score-value,.evaluation-archive-score-value-section h1{font-size:18px}.evaluation-archive-score-bar-container{background-color:#e2e8f0;border-radius:6px;height:16px;margin:.5rem 0 1rem;overflow:hidden;position:relative;width:100%}.evaluation-archive-advise.text-left{font-size:14px;padding:.5rem}.evaluation-archive-feedback,.evaluation-archive-result{padding:.5rem}.evaluation-archive-feedback h4{align-items:center;display:flex;font-size:18px;justify-content:center;text-align:center}.evaluation-archive-feedback-content{font-size:14px;gap:.5rem;padding:.5rem}.evaluation-archive-feedback-content svg{width:100px}.evaluation-archive-interview-problem{align-items:center;border-radius:20px;box-sizing:border-box;display:flex;flex-direction:row;gap:10px;height:auto;justify-content:center;margin-bottom:50px;padding:10px;width:100%}.evaluation-archive-interview-forimprov{align-items:center;border-left:3px solid #f59e0b;border-radius:10px;border-right:3px solid #f59e0b;display:flex;flex-direction:column;font-size:14px;font-weight:700;height:auto;justify-content:center;padding:1rem;width:100%}.evaluation-archive-interview-prevdescription{color:#00000080;font-size:14px;font-weight:400;height:80%;margin-top:5px;width:80%}.evaluation-archive-interview-toresult{align-items:center;border-radius:10px;display:flex;flex-direction:column;font-size:14px;height:100%;justify-content:center;padding:1rem;width:100%}.evaluation-archive-interview-toresult01{align-items:center;display:flex;flex-direction:column;justify-content:center;width:80%}.evaluation-archive-interview-toresult01>p{font-size:14px;font-weight:700;margin-bottom:5px;text-align:center;width:100%}.evaluation-archive-interview-toresult02{color:#555;font-size:14px;font-weight:450;margin-bottom:10px;text-align:left;width:80%}.evaluation-archive-interview-problem svg{width:80px}.evaluation-archive-feedback-card{font-size:13px;gap:.5rem;padding:1rem;width:100%}.evaluation-archive-question-feedback-item{padding:.5rem}.evaluation-archive-question-specific-feedback h5{align-items:center;display:flex;font-size:16px;justify-content:center;text-align:center}.evaluation-archive-advise h4{font-size:16px}.evaluation-archive-my-answer p{font-size:14px}.evaluation-archive-suggestions-list{list-style:none;margin-left:0;padding:0}.evaluation-archive-page.detail-view{padding:1rem;width:80%}.evaluation-archive-detail{font-size:14px;line-height:1.5;padding:.5rem}.evaluation-archive-fixed-trash-icon{border-radius:50%;bottom:10px;box-shadow:0 8px 25px #00000026;position:fixed;right:5px;transition:all .3s ease;z-index:1000}.evaluation-archive-result-header{margin-bottom:1rem}.evaluation-archive-result-header H3{font-size:18px;margin:1rem}.evaluation-archive-version-badge{font-size:15px}.evaluation-archive-detail{margin-left:2.5%;width:95%}.evaluation-archive-diff-container{background:#f8fafc;border:2px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 12px #00000014;margin-bottom:1.5rem;margin-left:2.5%;max-height:60vh;overflow-x:hidden;overflow-y:auto;padding:2rem;width:95%}.evaluation-archive-diff-header{grid-gap:1rem;border-bottom:2px solid #e2e8f0;display:grid;gap:1rem;grid-template-columns:1fr auto 1fr;margin-bottom:1.5rem;padding-bottom:1rem}.evaluation-archive-diff-header-left,.evaluation-archive-diff-header-right{border:2px solid;border-radius:12px;font-size:18px;font-weight:700;padding:.75rem;text-align:center}.evaluation-archive-diff-content{display:flex;flex-direction:column;gap:1rem}.evaluation-archive-diff-row{grid-gap:1rem;align-items:center;display:grid;gap:1rem;grid-template-columns:1fr auto 1fr}.evaluation-archive-diff-line-left,.evaluation-archive-diff-line-right{border:1px solid #0000;border-radius:12px;display:flex;flex-direction:column;font-size:14px;justify-content:center;line-height:1.6;min-height:100px;padding:1rem;transition:all .3s ease}.evaluation-archive-diff-separator{align-items:center;color:#94a3b8;display:flex;justify-content:center;padding:1rem 0}.evaluation-archive-diff-content-text{margin-bottom:.5rem}.evaluation-archive-diff-reason{background:#f3e8ff;border-left:3px solid #7c3aed;border-radius:8px;color:#7c3aed;font-size:14px;padding:.5rem}.evaluation-archive-diff-stats{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-top:1.5rem}.evaluation-archive-stat-item{align-items:center;border-radius:12px;display:flex;font-size:14px;font-weight:600;gap:.5rem;padding:.75rem 1.5rem}.evaluation-archive-suggestions-header h3{-webkit-text-fill-color:#0000;align-items:center;background:linear-gradient(135deg,#1e293b,#475569);-webkit-background-clip:text;background-clip:text;display:flex;font-size:18px;font-weight:800;gap:.75rem;justify-content:center;letter-spacing:-.025em;margin-bottom:.75rem}.evaluation-archive-suggestions-header p{color:#64748b;font-size:14px;font-weight:400;line-height:1.6;margin:0}.evaluation-archive-missing-area-card{background:linear-gradient(135deg,#fffbeb,#fef3c7);border:1px solid #fbbf244d;border-radius:10px;box-shadow:0 4px 20px #fbbf2414,0 1px 4px #fbbf240f;padding:1.5rem;position:relative;transition:all .3s ease}.evaluation-archive-category-icon{filter:drop-shadow(0 1px 2px rgba(146,64,14,.3));font-size:18px}.evaluation-archive-area-category h4{color:#92400e;font-size:18px;font-weight:800;letter-spacing:-.025em;margin:0}.evaluation-archive-area-description{color:#78350f;font-size:14px;font-weight:500;line-height:1.6;padding-left:1rem}.evaluation-archive-area-category{align-items:center;display:flex;gap:.75rem;margin-bottom:.75rem;padding-left:1rem}.evaluation-archive-suggestions-section{margin-left:2.5%;padding:1.5rem;width:95%}.evaluation-archive-suggestion-icon{filter:drop-shadow(0 1px 2px rgba(59,130,246,.3));font-size:18px}.evaluation-archive-suggestion-header h5{color:#1e293b;font-size:18px;font-weight:700;letter-spacing:-.025em;margin:0}.evaluation-archive-suggestion-content p{font-size:14px}.evaluation-archive-suggestion-example{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #3b82f633;border-left:4px solid #3b82f6;border-radius:12px;box-shadow:0 2px 8px #3b82f60f,inset 0 1px 0 #fffc;margin-bottom:.5rem;margin-top:.5rem;padding:1.25rem;position:relative}.evaluation-archive-example-text{background:#ffffffb3;border:1px solid #3b82f61a;border-radius:8px;color:#1e293b;font-size:14px;font-style:italic;font-weight:500;line-height:1.7;padding:.75rem}.evaluation-archive-final-resume-header h3{font-size:18px;justify-content:center}.evaluation-archive-final-resume-header p{font-size:14px;text-align:center}.evaluation-archive-preview-content{background:#fff;border-radius:10px;box-shadow:0 4px 12px #0000000d;max-height:30vh;overflow-x:hidden;overflow-y:auto;padding:1.5rem}.evaluation-archive-no-missing-areas{align-items:center;background:#f8fafc;border:2px dashed #e2e8f0;border-radius:16px;display:flex;gap:.5rem;margin:1rem 1.5rem;padding:2rem;text-align:center}.evaluation-archive-no-missing-areas-icon{animation:resume-bounce 1s ease infinite;font-size:2.5rem;margin-bottom:1rem}.evaluation-archive-no-missing-areas-content h4{color:#1e293b;font-size:18px;font-weight:700;margin-bottom:1rem}.evaluation-archive-no-missing-areas-content p{color:#64748b;font-size:14px;line-height:1.6;margin-bottom:1.5rem}.evaluation-archive-complete-tips{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000000d;padding:1.5rem;text-align:left}.evaluation-archive-complete-tips h5{color:#1e293b;font-size:14px;font-weight:600;margin-bottom:1rem}.evaluation-archive-complete-tips ul{list-style:none;margin:0;padding:0}.evaluation-archive-complete-tips li{color:#475569;font-size:14px;line-height:1.6;margin-bottom:.5rem;padding-left:1.5rem;position:relative}.evaluation-archive-complete-tips li:before{color:#3b82f6;content:"•";font-weight:700;left:.5rem;position:absolute}.evaluation-archive-final-resume-preview{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;margin-left:2.5%;padding:1.5rem;width:95%}.evaluation-archive-preview-text{color:#374151;font-size:14px;line-height:1.8;white-space:pre-wrap}.evaluation-archive-copy-text-button{font-size:15px}}@media (max-width:767px) and (min-width:480px){.evaluation-archive-title-edit{align-items:center;display:flex;flex-direction:row;gap:.2rem;min-height:36px;min-width:140px;width:100%}.evaluation-archive-title-edit input{font-size:13px;max-width:160px;padding:.4rem .6rem}.evaluation-archive-title-edit-actions{display:flex;gap:.3rem}.evaluation-archive-tab{font-size:14px;padding:.5rem}.evaluation-archive-tab.active{background:#1e40af;box-shadow:0 4px 12px #0ea5e94d;color:#fff}.evaluation-archive-btn-trash-fixed{align-items:center;background:linear-gradient(135deg,#ef4444,#dc2626);border:2px solid #ef4444;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:50px;justify-content:center;transition:all .3s ease;width:50px}.evaluation-archive-title-section h2{font-size:32px;gap:.5rem}.evaluation-archive-total-count{font-size:14px;height:32px;line-height:1;min-width:32px;width:32px}.evaluation-archive-search-and-filter-row{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:.5rem;justify-content:center;width:100%}.evaluation-archive-search-input-wrapper{flex:none;margin:0;max-width:none;width:100%}.evaluation-archive-search-input{font-size:13px;height:36px;width:100%}.evaluation-archive-search-icon{flex-shrink:1;min-width:0;padding:0 4px;width:28px}.evaluation-archive-filter-grid{gap:.5rem;padding:.8rem}.evaluation-archive-filter-label{align-items:center;color:#374151;display:flex;font-size:14px;font-weight:600;gap:.6rem;justify-content:center;margin-bottom:1rem}.evaluation-archive-quick-filter-select-compact{font-size:13px;height:36px}.evaluation-archive-filter-panel-footer{align-items:center;background:#f8fafc;border-top:1px solid #e5e7eb;display:flex;gap:.5rem;justify-content:space-between;padding:15px}.evaluation-archive-filter-reset-detailed{align-items:center;background:#dbeafe;border:2px solid #93c5fd;border-radius:10px;color:#2563eb;cursor:pointer;display:flex;font-size:13px;font-weight:500;gap:.5rem;padding:10px;transition:all .3s ease}.evaluation-archive-filter-panel-header h4{font-size:16px}.evaluation-archive-filter-result{align-items:center;color:#059669;display:flex;font-size:13px;font-weight:500;gap:.5rem}.evaluation-archive-badge-filter-grid{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.evaluation-archive-badge-filter-btn{background:#fff;border:2px solid #e5e7eb;border-radius:10px;color:#64748b;cursor:pointer;font-size:14px;font-weight:500;padding:10px;text-align:center;transition:all .3s ease;width:80%}.evaluation-archive-date-filter-grid{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.evaluation-archive-date-filter-btn{background:#fff;border:2px solid #e5e7eb;border-radius:10px;color:#64748b;cursor:pointer;font-size:14px;font-weight:500;padding:10px;text-align:center;transition:all .3s ease;width:80%}.evaluation-archive-filter-toggle-compact,.evaluation-archive-result-count-compact{font-size:14px;height:36px;justify-content:center;min-width:44px;white-space:nowrap;width:44px}.evaluation-archive-actions{gap:.1rem;margin-bottom:1rem;width:100%}.evaluation-archive-actions-left{width:45%}.evaluation-archive-actions-right{gap:.2rem;width:95%}.evaluation-archive-btn-select-all{line-height:1;max-width:100px;padding:.4rem}.evaluation-archive-btn-restore-selected,.evaluation-archive-btn-select-all{flex:1 1;font-size:14px;gap:.05rem;height:36px!important;justify-content:center;min-width:0!important}.evaluation-archive-btn-restore-selected{padding:.5rem;width:100%}.evaluation-archive-btn-delete-selected{font-size:14px;gap:.05rem;height:36px!important;justify-content:center;min-width:0!important;padding:.3rem;width:auto}.evaluation-archive-page{margin-bottom:5rem;padding:1rem;width:90%}.evaluation-archive-list{gap:.1rem}.evaluation-archive-card{align-items:center;flex-direction:row;padding:.1rem;width:100%}.evaluation-archive-title{font-size:16px}.evaluation-archive-company,.evaluation-archive-date,.evaluation-archive-position,.evaluation-archive-type{font-size:13px}.evaluation-archive-score-badge{align-items:center;display:flex;flex:0 0 40px;font-size:13px;justify-content:center;margin-right:0;min-width:40px;padding:4px;text-align:center;width:40px}.evaluation-archive-actions-trash{height:10px;right:40px;top:60px;width:50px}.evaluation-archive-card[data-type=trash] .evaluation-archive-score-badge{right:14px!important}.evaluation-archive-deleted-date{color:#ef4444;font-size:13px;font-weight:500;margin-top:4px}.evaluation-archive-card-inner{align-items:center;flex-direction:row;gap:1rem;justify-content:center;padding:.5rem;width:60%}.evaluation-archive-icon{margin-top:.5rem}.evaluation-archive-back-btn{font-size:14px;padding:.6rem 1rem}.evaluation-archive-question-type-badge-container{gap:.5rem}.evaluation-archive-question-type-badge{font-size:13px;margin-right:0;min-width:50px;padding:.2rem .5rem}.evaluation-archive-interview-setpoint .evaluation-archive-question-type-badge{font-size:13px;margin-right:12px;padding:5px 15px;vertical-align:middle}.evaluation-archive-detail h3{font-size:16px}.evaluation-archive-detail h4{font-size:18px}.evaluation-archive-score-display-container{gap:0}.evaluation-archive-score-value,.evaluation-archive-score-value-section h1{font-size:16px}.evaluation-archive-score-bar-container{background-color:#e2e8f0;border-radius:6px;height:12px;margin:.5rem 0 1rem;overflow:hidden;position:relative;width:100%}.evaluation-archive-advise.text-left{font-size:13px;padding:.5rem}.evaluation-archive-feedback,.evaluation-archive-result{padding:.5rem}.evaluation-archive-feedback h4{align-items:center;display:flex;font-size:16px;justify-content:center;text-align:center}.evaluation-archive-feedback-content{font-size:13px;gap:.5rem;padding:.5rem}.evaluation-archive-feedback-content svg{width:80px}.evaluation-archive-interview-pannel{display:none}.evaluation-archive-interview-problem{border-radius:20px;box-sizing:border-box;gap:10px;margin-bottom:50px;padding:10px}.evaluation-archive-interview-forimprov,.evaluation-archive-interview-problem{align-items:center;display:flex;flex-direction:column;height:auto;justify-content:center;width:100%}.evaluation-archive-interview-forimprov{border-left:3px solid #f59e0b;border-radius:10px;border-right:3px solid #f59e0b;font-size:13px;font-weight:700;padding:1rem}.evaluation-archive-interview-prevdescription{color:#00000080;font-size:13px;font-weight:400;height:80%;margin-top:5px;width:80%}.evaluation-archive-interview-toresult{align-items:center;border-radius:10px;display:flex;flex-direction:column;font-size:13px;height:100%;justify-content:center;padding:1rem;width:100%}.evaluation-archive-interview-toresult01{align-items:center;display:flex;flex-direction:column;justify-content:center;width:80%}.evaluation-archive-interview-toresult01>p{font-size:13px;font-weight:700;margin-bottom:5px;text-align:center;width:100%}.evaluation-archive-interview-toresult02{color:#555;font-size:13px;font-weight:450;margin-bottom:10px;text-align:left;width:80%}.evaluation-archive-interview-problem svg{transform:rotate(90deg)}.evaluation-archive-feedback-section{grid-template-columns:1fr}.evaluation-archive-feedback-card{font-size:13px;gap:.5rem;padding:1rem;width:100%}.evaluation-archive-question-feedback-item{padding:.5rem}.evaluation-archive-question-specific-feedback h5{align-items:center;display:flex;font-size:16px;justify-content:center;text-align:center}.evaluation-archive-advise h4{font-size:16px}.evaluation-archive-my-answer p{font-size:13px}.evaluation-archive-suggestions-list{list-style:none;margin-left:.5rem;padding:.5rem}.evaluation-archive-page.detail-view{padding:.5rem;width:90%}.evaluation-archive-detail{font-size:13px;line-height:1.5;padding:.5rem}.evaluation-archive-fixed-trash-icon{border-radius:50%;bottom:10px;box-shadow:0 8px 25px #00000026;position:fixed;right:5px;transition:all .3s ease;z-index:1000}.evaluation-archive-result-header{margin-bottom:1rem}.evaluation-archive-result-header H3{font-size:16px;margin:1rem}.evaluation-archive-version-badge{font-size:14px}.evaluation-archive-detail{margin-left:2.5%;width:95%}.evaluation-archive-diff-container{background:#f8fafc;border:2px solid #e2e8f0;border-radius:10px;box-shadow:0 4px 12px #00000014;margin-bottom:1.5rem;margin-left:2.5%;max-height:60vh;overflow-x:hidden;overflow-y:auto;padding:1.5rem;width:95%}.evaluation-archive-diff-header{border-bottom:2px solid #e2e8f0;display:flex;flex-direction:column;gap:.2rem;margin-bottom:1.5rem;padding-bottom:1rem}.evaluation-archive-diff-header-left,.evaluation-archive-diff-header-right{border:2px solid;border-radius:12px;font-size:16px;font-weight:700;padding:.75rem;text-align:center}.evaluation-archive-diff-content{display:flex;flex-direction:column;gap:1rem}.evaluation-archive-diff-row{align-items:center;display:flex;flex-direction:column;gap:.1rem}.evaluation-archive-diff-row svg{transform:rotate(90deg)}.evaluation-archive-diff-line-left,.evaluation-archive-diff-line-right{border:2px solid #0000;border-radius:12px;display:flex;flex-direction:column;font-size:13px;justify-content:center;line-height:1.6;min-height:100px;padding:1rem;transition:all .3s ease}.evaluation-archive-diff-line-left.unchanged{background:#fef2f2;border-color:#fecaca;color:#dc2626}.evaluation-archive-diff-line-right.unchanged{background:#f0fdf4;border-color:#bbf7d0;color:#16a34a}.evaluation-archive-diff-separator{display:flex;padding:.1rem}.evaluation-archive-diff-content-text{margin-bottom:.5rem}.evaluation-archive-diff-reason{background:#f3e8ff;border-left:3px solid #7c3aed;border-radius:8px;color:#7c3aed;font-size:13px;padding:.5rem}.evaluation-archive-diff-stats{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-top:1.5rem}.evaluation-archive-stat-item{align-items:center;border-radius:12px;display:flex;font-size:13px;font-weight:600;gap:.5rem;padding:.75rem 1.5rem}.evaluation-archive-suggestions-header h3{-webkit-text-fill-color:#0000;align-items:center;background:linear-gradient(135deg,#1e293b,#475569);-webkit-background-clip:text;background-clip:text;display:flex;font-size:16px;font-weight:800;gap:.75rem;justify-content:center;letter-spacing:-.025em;margin-bottom:.75rem}.evaluation-archive-suggestions-header p{color:#64748b;font-size:13px;font-weight:400;line-height:1.6;margin:0}.evaluation-archive-missing-area-card{background:linear-gradient(135deg,#fffbeb,#fef3c7);border:1px solid #fbbf244d;border-radius:10px;box-shadow:0 4px 20px #fbbf2414,0 1px 4px #fbbf240f;padding:24px;position:relative;transition:all .3s ease}.evaluation-archive-category-icon{filter:drop-shadow(0 1px 2px rgba(146,64,14,.3));font-size:16px}.evaluation-archive-area-category h4{color:#92400e;font-size:16px;font-weight:800;letter-spacing:-.025em;margin:0}.evaluation-archive-area-description{color:#78350f;font-size:13px;font-weight:500;line-height:1.6;padding-left:1rem}.evaluation-archive-area-category{align-items:center;display:flex;gap:.75rem;margin-bottom:.75rem;padding-left:1rem}.evaluation-archive-suggestions-section{margin-left:2.5%;padding:1rem;width:95%}.evaluation-archive-suggestion-icon{filter:drop-shadow(0 1px 2px rgba(59,130,246,.3));font-size:16px}.evaluation-archive-suggestion-header h5{color:#1e293b;font-size:16px;font-weight:700;letter-spacing:-.025em;margin:0}.evaluation-archive-suggestion-content p{font-size:13px}.evaluation-archive-suggestion-example{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #3b82f633;border-left:4px solid #3b82f6;border-radius:12px;box-shadow:0 2px 8px #3b82f60f,inset 0 1px 0 #fffc;margin-bottom:.5rem;margin-top:.5rem;padding:1.25rem;position:relative}.evaluation-archive-example-text{background:#ffffffb3;border:1px solid #3b82f61a;border-radius:8px;color:#1e293b;font-size:13px;font-style:italic;font-weight:500;line-height:1.7;padding:.75rem}.evaluation-archive-final-resume-header h3{font-size:16px;justify-content:center}.evaluation-archive-final-resume-header p{font-size:13px;text-align:center}.evaluation-archive-preview-content{background:#fff;border-radius:10px;box-shadow:0 4px 12px #0000000d;max-height:30vh;overflow-x:hidden;overflow-y:auto;padding:1.5rem}.evaluation-archive-no-missing-areas{align-items:center;background:#f8fafc;border:2px dashed #e2e8f0;border-radius:16px;display:flex;gap:.5rem;margin:1rem;padding:1rem;text-align:center}.evaluation-archive-no-missing-areas-icon{animation:resume-bounce 1s ease infinite;font-size:2rem;margin-bottom:1rem}.evaluation-archive-no-missing-areas-content h4{color:#1e293b;font-size:16px;font-weight:700;margin-bottom:1rem}.evaluation-archive-no-missing-areas-content p{color:#64748b;font-size:13px;line-height:1.6;margin-bottom:1.5rem}.evaluation-archive-complete-tips{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000000d;padding:1.5rem;text-align:left}.evaluation-archive-complete-tips h5{color:#1e293b;font-size:13px;font-weight:600;margin-bottom:1rem}.evaluation-archive-complete-tips ul{list-style:none;margin:0;padding:0}.evaluation-archive-complete-tips li{color:#475569;font-size:13px;line-height:1.6;margin-bottom:.5rem;padding-left:1.5rem;position:relative}.evaluation-archive-complete-tips li:before{color:#3b82f6;content:"•";font-weight:700;left:.5rem;position:absolute}.evaluation-archive-final-resume-preview{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;margin-left:2.5%;padding:1rem;width:95%}.evaluation-archive-preview-text{color:#374151;font-size:13px;line-height:1.8;white-space:pre-wrap}.evaluation-archive-copy-text-button{font-size:14px}}@media (max-width:479px){.evaluation-archive-title-edit{align-items:center;display:flex;flex-direction:row;gap:.2rem;min-height:36px;min-width:140px;width:100%}.evaluation-archive-title-edit input{font-size:12px;max-width:160px;padding:.4rem .6rem}.evaluation-archive-title-edit-actions{display:flex;gap:.3rem}.evaluation-archive-tab{font-size:12px;padding:.5rem}.evaluation-archive-tab.active{background:#1e40af;box-shadow:0 4px 12px #0ea5e94d;color:#fff}.evaluation-archive-btn-trash-fixed{align-items:center;background:linear-gradient(135deg,#ef4444,#dc2626);border:2px solid #ef4444;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:50px;justify-content:center;transition:all .3s ease;width:50px}.evaluation-archive-title-section h2{font-size:24px;gap:.5rem}.evaluation-archive-total-count{font-size:12px;height:24px;line-height:1;min-width:24px;width:24px}.evaluation-archive-search-and-filter-row{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:.5rem;justify-content:center;width:100%}.evaluation-archive-search-input-wrapper{flex:none;margin:0;max-width:none;width:100%}.evaluation-archive-search-input{font-size:12px;height:36px;width:100%}.evaluation-archive-search-icon{flex-shrink:1;min-width:0;padding:0 4px;width:28px}.evaluation-archive-filter-grid{gap:.5rem;padding:.8rem}.evaluation-archive-filter-label{align-items:center;color:#374151;display:flex;font-size:13px;font-weight:600;gap:.6rem;justify-content:center;margin-bottom:1rem}.evaluation-archive-quick-filter-select-compact{font-size:13px;height:36px}.evaluation-archive-clear-all-filters-compact{display:none}.evaluation-archive-filter-panel-footer{align-items:center;background:#f8fafc;border-top:1px solid #e5e7eb;display:flex;gap:.2rem;justify-content:space-between;padding:10px}.evaluation-archive-filter-reset-detailed{align-items:center;background:#dbeafe;border:2px solid #93c5fd;border-radius:10px;color:#2563eb;cursor:pointer;display:flex;font-size:12px;font-weight:500;gap:.2rem;padding:10px;transition:all .3s ease}.evaluation-archive-filter-result{align-items:center;color:#059669;display:flex;font-size:12px;font-weight:500;gap:.2rem}.evaluation-archive-badge-filter-grid{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.evaluation-archive-badge-filter-btn{background:#fff;border:2px solid #e5e7eb;border-radius:10px;color:#64748b;cursor:pointer;font-size:13px;font-weight:500;padding:10px;text-align:center;transition:all .3s ease;width:80%}.evaluation-archive-date-filter-grid{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.evaluation-archive-date-filter-btn{background:#fff;border:2px solid #e5e7eb;border-radius:10px;color:#64748b;cursor:pointer;font-size:13px;font-weight:500;padding:10px;text-align:center;transition:all .3s ease;width:80%}.evaluation-archive-filter-toggle-compact,.evaluation-archive-result-count-compact{font-size:13px;height:36px;justify-content:center;min-width:44px;white-space:nowrap;width:44px}.evaluation-archive-actions{gap:.1rem;margin-bottom:1rem;width:100%}.evaluation-archive-actions-left{width:45%}.evaluation-archive-actions-right{gap:.1rem;width:95%}.evaluation-archive-btn-select-all{flex:1 1;font-size:13px;gap:.05rem;height:36px!important;justify-content:center;line-height:1;max-width:90px;min-width:0!important;padding:.4rem}.evaluation-archive-page{margin-bottom:5rem;padding:1rem;width:90%}.evaluation-archive-list{gap:.1rem}.evaluation-archive-card{align-items:center;flex-direction:row;padding:.1rem;width:100%}.evaluation-archive-title{font-size:13px}.evaluation-archive-company,.evaluation-archive-date,.evaluation-archive-position,.evaluation-archive-type{font-size:12px}.evaluation-archive-score-badge{align-items:center;display:flex;flex:0 0 40px;font-size:12px;justify-content:center;margin-right:0;min-width:40px;padding:4px;text-align:center;width:40px}.evaluation-archive-actions-trash{height:40px;right:50px;top:35px;width:40px}.evaluation-archive-card[data-type=trash] .evaluation-archive-score-badge{right:13px!important}.evaluation-archive-deleted-date{color:#ef4444;font-size:12px;font-weight:500;margin-top:4px}.evaluation-archive-btn-restore-selected{flex:1 1;padding:.5rem;width:100%}.evaluation-archive-btn-delete-selected,.evaluation-archive-btn-restore-selected{font-size:13px;gap:.05rem;height:36px!important;justify-content:center;min-width:0!important}.evaluation-archive-btn-delete-selected{padding:1rem;width:auto}.evaluation-archive-btn-delete-text{display:none}.evaluation-archive-card-inner{align-items:center;flex-direction:row;gap:1rem;justify-content:center;padding:.5rem;width:60%}.evaluation-archive-icon{margin-top:.5rem}.evaluation-archive-back-btn{font-size:13px;padding:.6rem 1rem}.evaluation-archive-question-type-badge-container{gap:.5rem}.evaluation-archive-question-type-badge{font-size:13px;margin-right:0;min-width:50px;padding:.2rem .5rem}.evaluation-archive-interview-setpoint .evaluation-archive-question-type-badge{font-size:12px;margin-right:10px;padding:5px 10px;vertical-align:middle}.evaluation-archive-detail h3,.evaluation-archive-detail h4{font-size:14px}.evaluation-archive-score-display-container{gap:0}.evaluation-archive-score-value,.evaluation-archive-score-value-section h1{font-size:14px}.evaluation-archive-score-bar-container{background-color:#e2e8f0;border-radius:6px;height:8px;margin:.5rem 0 1rem;overflow:hidden;position:relative;width:100%}.evaluation-archive-advise.text-left{font-size:12px;padding:.5rem}.evaluation-archive-feedback,.evaluation-archive-result{padding:.5rem}.evaluation-archive-feedback h4{align-items:center;display:flex;font-size:14px;justify-content:center;text-align:center}.evaluation-archive-feedback-content{font-size:12px;gap:.2rem;padding:.5rem}.evaluation-archive-feedback-content svg{width:80px}.evaluation-archive-interview-pannel{display:none}.evaluation-archive-interview-problem{border-radius:20px;box-sizing:border-box;gap:10px;margin-bottom:50px;padding:10px}.evaluation-archive-interview-forimprov,.evaluation-archive-interview-problem{align-items:center;display:flex;flex-direction:column;height:auto;justify-content:center;width:100%}.evaluation-archive-interview-forimprov{border-left:3px solid #f59e0b;border-radius:10px;border-right:3px solid #f59e0b;font-size:12px;font-weight:700;padding:1rem}.evaluation-archive-interview-prevdescription{color:#00000080;font-size:12px;font-weight:400;height:80%;margin-top:5px;width:80%}.evaluation-archive-interview-toresult{align-items:center;border-radius:10px;display:flex;flex-direction:column;font-size:14px;height:100%;justify-content:center;padding:1rem;width:100%}.evaluation-archive-interview-toresult01{align-items:center;display:flex;flex-direction:column;justify-content:center;width:80%}.evaluation-archive-interview-toresult01>p{font-size:12px;font-weight:700;margin-bottom:5px;text-align:center;width:100%}.evaluation-archive-interview-toresult02{color:#555;font-size:12px;font-weight:450;margin-bottom:10px;text-align:left;width:80%}.evaluation-archive-interview-problem svg{transform:rotate(90deg)}.evaluation-archive-feedback-section{grid-template-columns:1fr}.evaluation-archive-feedback-card{font-size:12px;gap:.5rem;padding:1rem;width:100%}.evaluation-archive-question-feedback-item{padding:.5rem}.evaluation-archive-question-specific-feedback h5{align-items:center;display:flex;font-size:14px;justify-content:center;text-align:center}.evaluation-archive-advise h4{font-size:14px}.evaluation-archive-my-answer p{font-size:12px}.evaluation-archive-suggestions-list{list-style:none;margin-left:0;padding:0}.evaluation-archive-page.detail-view{padding:.5rem;width:90%}.evaluation-archive-detail{font-size:12px;line-height:1.5;padding:.5rem}.evaluation-archive-fixed-trash-icon{border-radius:50%;bottom:10px;box-shadow:0 8px 25px #00000026;position:fixed;right:5px;transition:all .3s ease;z-index:1000}.evaluation-archive-result-header{margin-bottom:1rem}.evaluation-archive-result-header H3{font-size:14px;margin:1rem}.evaluation-archive-version-badge{font-size:13px}.evaluation-archive-detail{margin-left:2.5%;width:95%}.evaluation-archive-diff-container{background:#f8fafc;border:2px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 12px #00000014;margin-bottom:1rem;margin-left:2.5%;max-height:60vh;overflow-x:hidden;overflow-y:auto;padding:1rem;width:95%}.evaluation-archive-diff-header{border-bottom:2px solid #e2e8f0;display:flex;flex-direction:column;gap:.2rem;margin-bottom:1rem;padding-bottom:.5rem}.evaluation-archive-diff-header-left,.evaluation-archive-diff-header-right{border:2px solid;border-radius:10px;font-size:14px;font-weight:700;padding:.5rem;text-align:center}.evaluation-archive-diff-content{display:flex;flex-direction:column;gap:.5rem}.evaluation-archive-diff-row{align-items:center;display:flex;flex-direction:column;gap:.05rem}.evaluation-archive-diff-row svg{transform:rotate(90deg)}.evaluation-archive-diff-line-left,.evaluation-archive-diff-line-right{border:2px solid #0000;border-radius:10px;display:flex;flex-direction:column;font-size:12px;justify-content:center;line-height:1.5;min-height:80px;padding:.25rem;transition:all .3s ease}.evaluation-archive-diff-line-left.unchanged{background:#fef2f2;border-color:#fecaca;color:#dc2626}.evaluation-archive-diff-line-right.unchanged{background:#f0fdf4;border-color:#bbf7d0;color:#16a34a}.evaluation-archive-diff-separator{display:flex;padding:.25rem}.evaluation-archive-diff-content-text{margin-bottom:.25rem}.evaluation-archive-diff-reason{background:#f3e8ff;border-left:3px solid #7c3aed;border-radius:8px;color:#7c3aed;font-size:12px;padding:.25rem}.evaluation-archive-diff-stats{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:1rem}.evaluation-archive-stat-item{align-items:center;border-radius:10px;display:flex;font-size:12px;font-weight:600;gap:.25rem;padding:.25rem}.evaluation-archive-suggestions-header h3{-webkit-text-fill-color:#0000;align-items:center;background:linear-gradient(135deg,#1e293b,#475569);-webkit-background-clip:text;background-clip:text;display:flex;font-size:14px;font-weight:800;gap:.5rem;justify-content:center;letter-spacing:-.025em;margin-bottom:.5rem}.evaluation-archive-suggestions-header p{color:#64748b;font-size:12px;font-weight:400;line-height:1.5;margin:0}.evaluation-archive-missing-area-card{background:linear-gradient(135deg,#fffbeb,#fef3c7);border:1px solid #fbbf244d;border-radius:10px;box-shadow:0 4px 20px #fbbf2414,0 1px 4px #fbbf240f;padding:1rem;position:relative;transition:all .3s ease}.evaluation-archive-category-icon{filter:drop-shadow(0 1px 2px rgba(146,64,14,.3));font-size:14px}.evaluation-archive-area-category h4{color:#92400e;font-size:14px;font-weight:800;letter-spacing:-.025em;margin:0}.evaluation-archive-example-label{font-size:13px;margin-bottom:.25rem}.evaluation-archive-area-description{color:#78350f;font-size:12px;font-weight:500;line-height:1.5;padding-left:.5rem}.evaluation-archive-area-category{align-items:center;display:flex;gap:.5rem;margin-bottom:.25rem;padding-left:.5rem}.evaluation-archive-suggestions-section{margin-left:2.5%;padding:16px;width:95%}.evaluation-archive-suggestion-icon{filter:drop-shadow(0 1px 2px rgba(59,130,246,.3));font-size:14px}.evaluation-archive-suggestion-header h5{color:#1e293b;font-size:14px;font-weight:700;letter-spacing:-.025em;margin:0}.evaluation-archive-suggestion-content p{font-size:12px}.evaluation-archive-suggestion-example{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #3b82f633;border-left:4px solid #3b82f6;border-radius:10px;box-shadow:0 2px 8px #3b82f60f,inset 0 1px 0 #fffc;margin-bottom:.25rem;margin-top:.5rem;padding:.5rem;position:relative}.evaluation-archive-example-text{background:#ffffffb3;border:1px solid #3b82f61a;border-radius:6px;color:#1e293b;font-size:12px;font-style:italic;font-weight:500;line-height:1.5;padding:.25rem}.evaluation-archive-final-resume-header{margin-bottom:.5rem}.evaluation-archive-final-resume-header h3{font-size:14px;justify-content:center}.evaluation-archive-final-resume-header p{font-size:12px;text-align:center}.evaluation-archive-final-resume-preview{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;margin-left:2.5%;padding:.5rem;width:95%}.evaluation-archive-preview-content{background:#fff;border-radius:10px;box-shadow:0 4px 12px #0000000d;max-height:30vh;overflow-x:hidden;overflow-y:auto;padding:1rem}.evaluation-archive-no-missing-areas{align-items:center;background:#f8fafc;border:2px dashed #e2e8f0;border-radius:16px;display:flex;gap:.5rem;margin:.5rem;padding:.5rem;text-align:center}.evaluation-archive-no-missing-areas-icon{animation:resume-bounce 1s ease infinite;font-size:1.5rem;margin-bottom:1rem}.evaluation-archive-no-missing-areas-content h4{color:#1e293b;font-size:14px;font-weight:700;margin-bottom:1rem}.evaluation-archive-no-missing-areas-content p{color:#64748b;font-size:12px;line-height:1.6;margin-bottom:1.5rem}.evaluation-archive-complete-tips{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000000d;padding:1.5rem;text-align:left}.evaluation-archive-complete-tips h5{color:#1e293b;font-size:12px;font-weight:600;margin-bottom:1rem}.evaluation-archive-complete-tips ul{list-style:none;margin:0;padding:0}.evaluation-archive-complete-tips li{color:#475569;font-size:12px;line-height:1.6;margin-bottom:.5rem;padding-left:1.5rem;position:relative}.evaluation-archive-complete-tips li:before{color:#3b82f6;content:"•";font-weight:700;left:.5rem;position:absolute}.evaluation-archive-preview-text{color:#374151;font-size:12px;line-height:1.8;white-space:pre-wrap}.evaluation-archive-copy-text-button{font-size:13px}}.resume-archive-page{background:#fff;border-radius:20px;box-shadow:0 10px 30px #00000014;height:auto;margin:3rem auto;padding:2.5rem;transition:width .3s ease;width:760px}.resume-archive-page.detail-view{align-items:center;display:flex;flex-direction:column;justify-content:center;max-width:1080px;width:100%}.resume-archive-title-section{align-items:center;display:flex;gap:1rem;justify-content:center;margin-bottom:2.5rem}.resume-archive-title-section h2{color:#0f172a;font-size:40px;font-weight:700;margin:0}.resume-archive-total-count{align-items:center;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:50%;box-shadow:0 2px 8px #3b82f64d;color:#fff;display:flex;font-size:1.1rem;font-weight:600;height:2.2rem;justify-content:center;width:2.2rem}.resume-archive-error-message{background-color:#fee2e2;border-left:4px solid #ef4444;border-radius:8px;box-shadow:0 2px 10px #ef44441a;color:#b91c1c;margin-bottom:1.8rem;padding:1.2rem}.resume-archive-loading-indicator{align-items:center;color:#64748b;display:flex;flex-direction:column;font-size:1.1rem;gap:1rem;padding:3rem 0;text-align:center}.resume-archive-resume-actions{display:flex;justify-content:space-between;margin-bottom:2rem;padding:.5rem}.resume-archive-action-left,.resume-archive-action-right{display:flex;gap:1rem}.resume-archive-btn-add-resume,.resume-archive-btn-delete-all,.resume-archive-btn-delete-selected,.resume-archive-btn-restore-selected,.resume-archive-btn-select-all{align-items:center;border:1px solid #e5e7eb;border-radius:12px;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:.8rem 1.5rem;transition:all .3s ease}.resume-archive-btn-select-all{background-color:#f8fafc;color:#64748b}.resume-archive-btn-select-all.resume-archive-active,.resume-archive-btn-select-all:hover{background-color:#e0f2fe;border-color:#7dd3fc;box-shadow:0 4px 12px #0ea5e926;color:#0ea5e9;transform:translateY(-2px)}.resume-archive-btn-delete-selected{background-color:#fee2e2;border-color:#fca5a5;color:#b91c1c}.resume-archive-btn-delete-selected:hover{background-color:#fecaca;border-color:#f87171;box-shadow:0 4px 12px #ef444426;color:#dc2626;transform:translateY(-2px)}.resume-archive-btn-delete-all{background-color:#fee2e2;border-color:#fca5a5;color:#b91c1c}.resume-archive-btn-delete-all:hover{background-color:#fecaca;border-color:#f87171;box-shadow:0 4px 12px #ef444426;color:#dc2626;transform:translateY(-2px)}.resume-archive-btn-add-resume{background:#3b82f6;border-color:#3b82f6;color:#fff}.resume-archive-btn-add-resume:hover{background:#2563eb;border-color:#2563eb;box-shadow:0 4px 12px #2563eb26;transform:translateY(-2px)}.resume-archive-btn-restore-selected{background-color:#dcfce7;border-color:#86efac;color:#059669;margin-right:.5rem}.resume-archive-btn-restore-selected:hover{background-color:#bbf7d0;border-color:#4ade80;box-shadow:0 4px 12px #05966926;color:#047857;transform:translateY(-2px)}.resume-archive-btn-restore-selected:disabled{background-color:#dcfce7;border-color:#86efac;color:#059669;cursor:not-allowed;opacity:.5}button:disabled{box-shadow:none!important;opacity:.5;transform:none!important}.resume-archive-resume-list{display:flex;flex-direction:column;gap:1.5rem;list-style:none;margin:0;padding:0}.resume-archive-no-resumes{align-items:center;color:#64748b;display:flex;flex-direction:column;font-size:1.1rem;gap:1rem;justify-content:center;min-height:500px;padding:4rem 0;text-align:center}.resume-archive-no-resumes svg{color:#cbd5e1;font-size:3rem;margin-bottom:1rem}.resume-archive-resume-card{align-items:center;background:#fff;border:1px solid #0ea5e9;border-radius:16px;box-shadow:0 4px 12px #0000000d;display:flex;margin-bottom:1rem;transition:all .3s ease}.resume-archive-resume-card:hover{border-color:#0ea5e9;box-shadow:0 8px 24px #2563eb26;transform:translateY(-3px)}.resume-archive-resume-select{align-items:center;border-radius:50%;color:#cbd5e1;cursor:pointer;display:flex;height:45px;justify-content:center;margin-left:.8rem;transition:all .3s ease;width:45px}.resume-archive-resume-select:hover{background-color:#f1f5f9;color:#0ea5e9}.resume-archive-resume-select.resume-archive-selected{background-color:#e0f2fe;box-shadow:0 2px 8px #0ea5e933;color:#0ea5e9}.resume-archive-resume-card-inner{align-items:center;cursor:pointer;display:flex;flex:1 1;justify-content:space-between;padding:1.5rem 2rem;transition:all .3s ease}.resume-archive-resume-card-inner:hover{transform:translateY(-2px)}.resume-archive-resume-info{flex:1 1}.resume-archive-resume-title{color:#0f172a;font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.resume-archive-resume-date{color:#94a3b8;font-size:.95rem;margin-top:.3rem}.resume-archive-resume-icon{background-color:#e0f2fe;border-radius:12px;box-shadow:0 2px 8px #0ea5e926;color:#0ea5e9;padding:.8rem}.resume-archive-btn-delete-item{align-items:center;background:none;border:none;border-radius:50%;color:#cbd5e1;cursor:pointer;display:flex;height:45px;justify-content:center;margin-right:.8rem;transition:all .3s ease;width:45px}.resume-archive-btn-delete-item:hover{background-color:#fee2e2;box-shadow:0 2px 8px #ef444433;color:#ef4444}.resume-archive-resume-detail{animation:resume-archive-fadeIn .3s ease;background-color:#f8fafc;border-radius:12px;padding:1rem;width:100%}.resume-archive-btn-back{align-items:center;background:#fff;border:2px solid #2563eb;border-radius:8px;box-shadow:0 2px 8px #2563eb1a;color:#2563eb;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:.5rem;margin-bottom:1.5rem;padding:.75rem 1.5rem;transition:all .3s ease}.resume-archive-btn-back:hover{background:#2563eb;box-shadow:0 4px 12px #2563eb33;color:#fff;transform:translateY(-2px)}.resume-archive-back-btn-bottom{border-top:1px solid #e2e8f0;display:flex;justify-content:center;margin-top:3rem;padding-top:1.5rem}.resume-archive-resume-detail-header{border-bottom:1px solid #e2e8f0;margin-bottom:2rem;padding-bottom:1rem}.resume-archive-resume-detail-header h3{color:#0f172a;font-size:1.8rem;font-weight:700;margin-bottom:1rem}.resume-archive-resume-detail-meta{align-items:center;color:#64748b;display:flex;font-size:.9rem;gap:1rem}.resume-archive-btn-edit{background:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.5rem 1rem;transition:all .2s ease}.resume-archive-btn-edit:hover{background:#2563eb;box-shadow:0 4px 8px #2563eb33;transform:translateY(-1px)}.resume-archive-resume-edit-form{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:2rem}.resume-archive-edit-form-group{margin-bottom:1.5rem}.resume-archive-edit-form-group label{color:#374151;display:block;font-size:.95rem;font-weight:600;margin-bottom:.5rem}.resume-archive-edit-form-group input,.resume-archive-edit-form-group textarea{border:1px solid #d1d5db;border-radius:8px;font-family:inherit;font-size:.95rem;padding:.75rem;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.resume-archive-edit-form-group input:focus,.resume-archive-edit-form-group textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.resume-archive-edit-form-group textarea{line-height:1.6;min-height:300px;resize:vertical}.resume-archive-edit-form-actions{border-top:1px solid #e5e7eb;display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:1.5rem}.resume-archive-btn-save{background:#10b981;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;padding:.75rem 1.5rem;transition:all .2s ease}.resume-archive-btn-save:hover:not(:disabled){background:#059669;box-shadow:0 4px 8px #10b98133;transform:translateY(-1px)}.resume-archive-btn-save:disabled{box-shadow:none;cursor:not-allowed;opacity:.6;transform:none}.resume-archive-resume-detail-content{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000000d;padding:2rem}.resume-archive-resume-detail-content h4{color:#0f172a;font-size:1.3rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:.8rem;position:relative}.resume-archive-resume-detail-content h4:after{background:linear-gradient(90deg,#0ea5e9,#3b82f6);border-radius:2px;bottom:0;content:"";height:3px;left:0;position:absolute;width:60px}.resume-archive-resume-text p{color:#334155;font-size:1.05rem;line-break:anywhere;line-height:1.8;white-space:pre-wrap}.resume-archive-modal-overlay{align-items:center;animation:resume-archive-modalFadeIn .3s ease;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.resume-archive-modal-content{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;max-width:450px;padding:2rem;text-align:center;width:90%}@keyframes resume-archive-modalFadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.resume-archive-modal-content h4{color:#1e293b;font-size:1.5rem;margin-top:0}.resume-archive-modal-actions{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.resume-archive-btn-cancel,.resume-archive-btn-delete{border-radius:8px;cursor:pointer;font-weight:600;padding:.8rem 1.5rem;transition:all .3s ease}.resume-archive-btn-cancel{background:#f1f5f9;border:1px solid #e2e8f0;color:#64748b}.resume-archive-btn-cancel:hover{background:#e2e8f0;color:#1e293b}.resume-archive-btn-delete{background:#ef4444;border:none;box-shadow:0 4px 12px #ef444433;color:#fff}.resume-archive-btn-delete:hover{background:#dc2626;box-shadow:0 6px 16px #ef44444d;transform:translateY(-2px)}@keyframes resume-archive-fadeIn{0%{opacity:0}to{opacity:1}}.resume-archive-fixed-trash-icon{border-radius:50%;bottom:30px;box-shadow:0 8px 25px #00000026;position:fixed;right:90px;transition:all .3s ease;z-index:1000}.resume-archive-fixed-trash-icon:hover{box-shadow:0 12px 35px #0003;transform:translateY(-3px)}.resume-archive-btn-trash-fixed{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,#ef4444,#dc2626);border:2px solid #ef4444;border-radius:50%;box-shadow:0 4px 15px #ef44444d;color:#fff;cursor:pointer;display:flex;height:80px;justify-content:center;padding:12px;position:relative;transition:all .3s ease;width:80px}.resume-archive-btn-trash-fixed:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);border-color:#dc2626;box-shadow:0 6px 20px #ef444466;transform:scale(1.05)}.resume-archive-btn-trash-fixed.resume-archive-active{animation:resume-archive-pulse-green 2s infinite;background:linear-gradient(135deg,#059669,#047857);border-color:#059669;box-shadow:0 4px 15px #0596694d}.resume-archive-btn-trash-fixed.resume-archive-active:hover{background:linear-gradient(135deg,#047857,#065f46);border-color:#047857;box-shadow:0 6px 20px #05966966}@keyframes resume-archive-pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes resume-archive-pulse-green{0%{box-shadow:0 0 0 0 #05966966}70%{box-shadow:0 0 0 10px #05966900}to{box-shadow:0 0 0 0 #05966900}}.resume-archive-deleted-date{color:#ef4444;font-size:.85rem;font-weight:500}.resume-archive-resume-actions-trash{align-items:center;background-color:#fffffff2;border-radius:6px;box-shadow:0 2px 8px #0000001a;display:flex;gap:6px;padding:4px;position:absolute;right:8px;top:65px;z-index:10}.resume-archive-btn-restore{align-items:center;background-color:#10b981;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:.8rem;font-weight:600;height:32px;justify-content:center;min-width:32px;padding:6px 8px;transition:all .2s}.resume-archive-btn-restore:hover{background-color:#059669;box-shadow:0 2px 8px #10b9814d;transform:translateY(-1px)}.resume-archive-btn-restore:disabled{background-color:#9ca3af;box-shadow:none;cursor:not-allowed;transform:none}.resume-archive-btn-delete-permanent{align-items:center;background-color:#ef4444;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;height:32px;justify-content:center;min-width:32px;padding:6px 8px;transition:all .2s}.resume-archive-btn-delete-permanent:hover{background-color:#dc2626;box-shadow:0 2px 8px #ef44444d;transform:translateY(-1px)}.resume-archive-btn-delete-permanent:disabled{background-color:#9ca3af;box-shadow:none;cursor:not-allowed;transform:none}.resume-archive-resume-card{position:relative}.resume-archive-resume-card:has(.resume-archive-resume-actions-trash) .resume-archive-resume-card-inner{padding-right:50px}.resume-archive-resume-card:has(.resume-archive-resume-actions-trash) .resume-archive-resume-icon{margin-right:-25px;margin-top:-40px}.resume-archive-resume-title-container{align-items:center;display:flex;gap:.5rem;width:100%}.resume-archive-btn-edit-title{align-items:center;background:none;border:none;border-radius:50%;color:#2563eb;cursor:pointer;display:flex;justify-content:center;min-height:24px;min-width:24px;opacity:1;padding:4px;transition:all .3s ease}.resume-archive-btn-edit-title:hover{background-color:#dbeafe;box-shadow:0 0 8px #2563eb4d;color:#1d4ed8;transform:scale(1.1)}.resume-archive-resume-title-edit{align-items:center;display:flex;gap:.5rem;min-height:36px;width:100%}.resume-archive-resume-title-edit input{border:1px solid #e0f2fe;border-radius:6px;box-shadow:0 0 0 2px #0ea5e933;color:#0f172a;flex:1 1;font-size:1rem;font-weight:600;height:36px;max-width:300px;outline:none;padding:.5rem}.resume-archive-title-edit-actions{display:flex;gap:.5rem}.resume-archive-btn-cancel-edit,.resume-archive-btn-save-title{align-items:center;background:none;border:none;border-radius:50%;cursor:pointer;display:flex;height:32px;justify-content:center;padding:8px;transition:all .3s ease;width:32px}.resume-archive-btn-save-title{background-color:#d1fae5;color:#10b981}.resume-archive-btn-save-title:hover{background-color:#a7f3d0;transform:scale(1.1)}.resume-archive-btn-cancel-edit{background-color:#fee2e2;color:#ef4444}.resume-archive-btn-cancel-edit:hover{background-color:#fecaca;transform:scale(1.1)}.resume-archive-delete-progress-modal{min-width:400px}.resume-archive-delete-progress-container{margin:1.5rem 0;width:100%}.resume-archive-delete-progress-bar{background-color:#e2e8f0;border-radius:10px;box-shadow:inset 0 1px 3px #0000001a;height:10px;margin-bottom:.8rem;overflow:hidden;width:100%}.resume-archive-delete-progress-fill{animation:progress-bar-stripes 1s linear infinite;background-color:#3b82f6;background-image:linear-gradient(45deg,#ffffff26 25%,#0000 0,#0000 50%,#ffffff26 0,#ffffff26 75%,#0000 0,#0000);background-size:1rem 1rem;border-radius:10px;height:100%;transition:width .3s ease}@keyframes progress-bar-stripes{0%{background-position:1rem 0}to{background-position:0 0}}.resume-archive-delete-progress-text{color:#1e293b;font-size:1rem;font-weight:600;margin-bottom:.8rem;text-align:center}.resume-archive-delete-progress-loading{align-items:center;display:inline-flex;justify-content:center;margin-left:5px}.resume-archive-delete-progress-loading .resume-archive-dot{animation:dot-pulse 1.5s ease-in-out infinite;background-color:#3b82f6;border-radius:50%;display:inline-block;height:6px;margin:0 2px;width:6px}.resume-archive-delete-progress-loading .resume-archive-dot:nth-child(2){animation-delay:.2s}.resume-archive-delete-progress-loading .resume-archive-dot:nth-child(3){animation-delay:.4s}@keyframes dot-pulse{0%,80%,to{opacity:.5;transform:scale(.8)}40%{opacity:1;transform:scale(1.2)}}.resume-archive-delete-progress-percentage{color:#3b82f6;font-size:1.5rem;font-weight:700;margin-bottom:.8rem;text-align:center}.resume-archive-delete-progress-stats{display:flex;font-size:.9rem;gap:2rem;justify-content:center;margin-bottom:1rem}.resume-archive-delete-progress-success{align-items:center;color:#10b981;display:flex;font-weight:600;gap:.3rem}.resume-archive-delete-progress-fail{align-items:center;color:#ef4444;display:flex;font-weight:600;gap:.3rem}.resume-archive-delete-progress-complete{align-items:center;display:flex;flex-direction:column;margin-top:1rem}.resume-archive-delete-progress-complete p{color:#10b981;font-weight:600;margin-bottom:1rem}.resume-archive-btn-close-progress{background-color:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.5rem 1.5rem;transition:all .2s}.resume-archive-btn-close-progress:hover{background-color:#2563eb;box-shadow:0 4px 12px #2563eb33;transform:translateY(-2px)}.resume-archive-filter-section-compact{margin-bottom:1.5rem;margin-top:1rem}.resume-archive-search-and-filter-row{align-items:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 8px #0000000a;display:flex;flex-direction:row;gap:1rem;padding:.8rem 1.2rem}.resume-archive-search-and-filter-row .resume-archive-search-icon{color:#64748b;left:.8rem;position:absolute;z-index:1}.resume-archive-search-and-filter-row .resume-archive-search-input{background:#fff;border:1px solid #d1d5db;border-radius:8px;display:flex;flex-direction:row;font-size:.9rem;outline:none;padding:.6rem .8rem .6rem 2.5rem;transition:all .2s ease;width:100%}.resume-archive-search-bar{margin-bottom:1.5rem}.resume-archive-search-input-wrapper{align-items:center;display:flex;flex:1 1;min-width:0;position:relative}.resume-archive-search-clear{align-items:center;background:#f1f5f9;border:none;border-radius:50%;color:#64748b;cursor:pointer;display:flex;justify-content:center;padding:.4rem;position:absolute;right:1rem;transition:all .2s ease}.resume-archive-search-clear:hover{background:#e2e8f0;color:#475569;transform:scale(1.1)}.resume-archive-search-and-filter-row .resume-archive-search-input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}.resume-archive-search-and-filter-row .resume-archive-search-clear{align-items:center;background:#f1f5f9;border:none;border-radius:4px;color:#64748b;cursor:pointer;display:flex;justify-content:center;padding:.3rem;position:absolute;right:.5rem;transition:all .2s ease}.resume-archive-search-and-filter-row .resume-archive-search-clear:hover{background:#e2e8f0;color:#475569}.resume-archive-quick-filters-row{align-items:center;display:flex;gap:.6rem}.resume-archive-quick-filter-select-compact{background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;font-size:.85rem;min-width:100px;padding:.5rem .8rem;transition:all .2s ease}.resume-archive-quick-filter-select-compact:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633;outline:none}.resume-archive-quick-filter-select-compact:hover{background:#f9fafb;border-color:#9ca3af}.resume-archive-filter-toggle-compact{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#64748b;cursor:pointer;display:flex;height:36px;justify-content:center;min-width:36px;padding:.5rem;position:relative;transition:all .2s ease}.resume-archive-filter-toggle-compact:hover{background:#f8fafc;border-color:#3b82f6;color:#3b82f6}.resume-archive-filter-toggle-compact.active{background:#dbeafe;border-color:#3b82f6;color:#1d4ed8}.resume-archive-filter-toggle-compact .resume-archive-filter-indicator{background:#ef4444;border:1px solid #fff;border-radius:50%;height:6px;position:absolute;right:-2px;top:-2px;width:6px}.resume-archive-clear-all-filters-compact{align-items:center;background:#dbeafe;border:1px solid #93c5fd;border-radius:6px;color:#2563eb;cursor:pointer;display:flex;height:36px;justify-content:center;min-width:36px;padding:.5rem;transition:all .2s ease}.resume-archive-clear-all-filters-compact:hover{background:#bfdbfe;border-color:#60a5fa}.resume-archive-result-count-compact{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#475569;display:flex;font-size:.85rem;font-weight:500;padding:.5rem .8rem;white-space:nowrap}.resume-archive-result-count-compact span{color:#1e40af;font-weight:600}.resume-archive-filter-controls{flex-wrap:wrap;justify-content:space-between}.resume-archive-filter-controls,.resume-archive-filter-left{align-items:center;display:flex;gap:1rem}.resume-archive-result-count{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 1px 3px #0000000a;color:#475569;font-size:.95rem;padding:.5rem 1rem}.resume-archive-result-count strong{color:#1e40af;font-weight:700}.resume-archive-clear-all-filters{align-items:center;background:#fee2e2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;cursor:pointer;display:flex;font-size:.85rem;gap:.4rem;padding:.5rem .8rem;transition:all .2s ease}.resume-archive-clear-all-filters:hover{background:#fecaca;border-color:#f87171;transform:translateY(-1px)}.resume-archive-filter-right{align-items:center;display:flex;gap:.8rem}.resume-archive-quick-filters{display:flex;gap:.6rem}.resume-archive-quick-filter-select{background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#374151;cursor:pointer;font-size:.9rem;min-width:120px;padding:.6rem 1rem;transition:all .2s ease}.resume-archive-quick-filter-select:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633;outline:none}.resume-archive-quick-filter-select:hover{background:#f9fafb;border-color:#9ca3af}.resume-archive-filter-toggle{align-items:center;background:#fff;border:2px solid #e5e7eb;border-radius:10px;box-shadow:0 2px 4px #0000000a;color:#64748b;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:.7rem 1.2rem;position:relative;transition:all .3s ease;white-space:nowrap}.resume-archive-filter-toggle:hover{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f626;color:#3b82f6;transform:translateY(-2px)}.resume-archive-filter-toggle.active{background:#dbeafe;border-color:#3b82f6;box-shadow:0 4px 12px #3b82f633;color:#1d4ed8}.resume-archive-filter-indicator{animation:pulse 2s infinite;background:#ef4444;border:2px solid #fff;border-radius:50%;height:10px;position:absolute;right:-4px;top:-4px;width:10px}.resume-archive-detailed-filter-panel{animation:slideDown .3s ease;background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 8px 24px #0000001f;margin-top:1rem;overflow:hidden}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.resume-archive-filter-panel-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;justify-content:space-between;padding:1.5rem 2rem}.resume-archive-filter-panel-header h4{font-size:1.1rem;font-weight:600;margin:0}.resume-archive-panel-close{align-items:center;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;justify-content:center;padding:.5rem;transition:all .2s ease}.resume-archive-panel-close:hover{background:#ffffff4d;transform:scale(1.1)}.resume-archive-filter-grid{grid-gap:2rem;display:grid;gap:2rem;padding:2rem}.resume-archive-filter-column{display:flex;flex-direction:column}.resume-archive-filter-group{margin-bottom:0}.resume-archive-filter-label{align-items:center;color:#374151;display:flex;font-size:1rem;font-weight:600;gap:.6rem;margin-bottom:1rem}.resume-archive-date-filter-grid{grid-gap:.8rem;display:grid;gap:.8rem;grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.resume-archive-date-filter-btn{background:#fff;border:2px solid #e5e7eb;border-radius:10px;color:#64748b;cursor:pointer;font-size:.9rem;font-weight:500;padding:.8rem 1rem;text-align:center;transition:all .3s ease}.resume-archive-date-filter-btn:hover{border-color:#10b981;box-shadow:0 4px 12px #10b98126;color:#10b981;transform:translateY(-2px)}.resume-archive-date-filter-btn.active{background:#d1fae5;border-color:#10b981;box-shadow:0 4px 12px #10b98133;color:#065f46}.resume-archive-filter-panel-footer{align-items:center;background:#f8fafc;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1.5rem 2rem}.resume-archive-filter-reset-detailed{align-items:center;background:#dbeafe;border:2px solid #93c5fd;border-radius:10px;color:#2563eb;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:.8rem 1.5rem;transition:all .3s ease}.resume-archive-filter-reset-detailed:hover{background:#bfdbfe;border-color:#60a5fa;color:#1d4ed8;transform:translateY(-1px)}.resume-archive-filter-result{align-items:center;color:#059669;display:flex;font-size:.95rem;font-weight:500;gap:.5rem}.resume-archive-btn-delete-count{display:inline;line-height:1}@media (max-width:1399px) and (min-width:768px){.resume-archive-title-section h2{font-size:36px}.resume-archive-btn-add-resume,.resume-archive-btn-delete-all,.resume-archive-btn-delete-selected,.resume-archive-btn-restore-selected,.resume-archive-btn-select-all,.resume-archive-filter-label,.resume-archive-filter-panel-header h4,.resume-archive-resume-date,.resume-archive-resume-title{font-size:16px}}@media (max-width:767px) and (min-width:480px){.resume-archive-page.detail-view{align-items:center;justify-content:center;width:100%}.resume-archive-title-section{align-items:center;gap:.75rem}.resume-archive-title-section h2{font-size:32px}.resume-archive-total-count{font-size:1.1rem;height:1.7rem;min-width:1.7rem;width:1.7rem}.resume-archive-search-and-filter-row{align-items:center;display:flex;flex-direction:row;gap:.5rem;width:100%}.resume-archive-search-input-wrapper{display:flex;gap:.5rem;min-width:0;width:322.22px}.resume-archive-search-input{font-size:14px;height:36px;min-width:0;width:100%}.resume-archive-quick-filter-select-compact{font-size:14px;height:36px}.resume-archive-filter-toggle-compact,.resume-archive-result-count-compact{font-size:14px;height:36px;min-width:44px;white-space:nowrap;width:44px}.resume-archive-search-icon{flex-shrink:1;min-width:0;padding:0 4px;width:28px}.resume-archive-resume-actions{display:flex;gap:.5rem;width:100%}.resume-archive-action-left,.resume-archive-action-right{gap:.5rem;width:100%}.resume-archive-btn-select-all{flex:0 0 100px;gap:.1rem;padding:.6rem .8rem}.resume-archive-btn-add-resume,.resume-archive-btn-select-all{font-size:14px;height:36px!important;justify-content:center;line-height:1;min-width:0!important}.resume-archive-btn-add-resume{flex:0 0 120px;padding:.1rem}.resume-archive-btn-delete-selected{flex:0 0 155px;gap:.05rem}.resume-archive-btn-delete-all,.resume-archive-btn-delete-selected,.resume-archive-btn-restore-selected{font-size:14px;height:36px!important;justify-content:center;min-width:0!important;padding:.1rem;width:100%}.resume-archive-btn-delete-all,.resume-archive-btn-restore-selected{flex:0 0 130px;line-height:1;margin-right:.1rem}.resume-archive-resume-card-inner{padding:1.2rem 1.5rem}.resume-archive-resume-date,.resume-archive-resume-title{font-size:14px}.resume-archive-page{margin-bottom:5rem;padding:1.5rem;width:90%}.resume-archive-resume-detail{padding:.5rem}.resume-archive-btn-edit-title{font-size:14px;opacity:1}.resume-archive-resume-title-edit input{max-width:200px}.resume-archive-delete-progress-modal{min-width:300px}.resume-archive-btn-trash-fixed{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,#ef4444,#dc2626);border:2px solid #ef4444;border-radius:50%;box-shadow:0 4px 15px #ef44444d;color:#fff;cursor:pointer;display:flex;height:60px;justify-content:center;padding:12px;position:relative;transition:all .3s ease;width:60px}.resume-archive-fixed-trash-icon{border-radius:50%;bottom:10px;box-shadow:0 8px 25px #00000026;position:fixed;right:5px;transition:all .3s ease;z-index:1000}.resume-archive-resume-actions-trash{top:50px}}@media (max-width:479px){.resume-archive-resume-title-edit{gap:.3rem;max-width:100%;min-width:0}.resume-archive-resume-title-edit input{flex:1 1;font-size:14px;max-width:100%;min-width:0;padding:.4rem .6rem}.resume-archive-title-edit-actions{display:flex;gap:.3rem}.resume-archive-resume-card-inner{display:flex;gap:.5rem;justify-content:space-between;padding:1rem .5rem;width:100%}.resume-archive-resume-info{flex:1 1;min-width:0}.resume-archive-resume-icon{flex-shrink:0;margin-right:0;margin-top:0}.resume-archive-btn-trash-fixed{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,#ef4444,#dc2626);border:2px solid #ef4444;border-radius:50%;box-shadow:0 4px 15px #ef44444d;color:#fff;cursor:pointer;display:flex;height:40px;justify-content:center;padding:8px;position:relative;transition:all .3s ease;width:40px}.resume-archive-title-section{gap:.5rem;margin-bottom:.5rem}.resume-archive-title-section h2{font-size:24px;gap:.5rem}.resume-archive-total-count{font-size:1rem;height:1.5rem;min-width:1.5rem;width:1.5rem}.resume-archive-search-and-filter-row{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:.5rem;justify-content:center;width:100%}.resume-archive-search-input-wrapper{flex:none;margin:0;max-width:none;width:100%}.resume-archive-search-input{font-size:13px;height:36px;width:100%}.resume-archive-quick-filter-select-compact{font-size:13px;height:36px}.resume-archive-filter-toggle-compact,.resume-archive-result-count-compact{font-size:13px;height:36px;justify-content:center;min-width:44px;white-space:nowrap;width:44px}.resume-archive-search-icon{flex-shrink:1;min-width:0;padding:0 4px;width:28px}.resume-archive-resume-actions{gap:.1rem;width:100%}.resume-archive-action-left{width:50%}.resume-archive-action-right{gap:.25rem;justify-content:flex-end;width:100%}.resume-archive-btn-select-all{flex:0 0 90px;gap:.05rem;justify-content:center;padding:.5rem .8rem}.resume-archive-btn-add-resume,.resume-archive-btn-select-all{font-size:13px;height:36px!important;line-height:1;min-width:0!important}.resume-archive-btn-add-resume{flex:0 0 110px;padding:.1rem}.resume-archive-btn-delete-text{display:none}.resume-archive-btn-delete-selected{flex:0 0 40px;font-size:13px;gap:.05rem;height:36px!important;justify-content:center;min-width:0!important;padding:.1rem;width:100%}.resume-archive-page{margin-bottom:5rem;padding:1rem;width:90%}.resume-archive-resume-card{align-items:center;flex-direction:row;padding:.1rem;width:100%}.resume-archive-resume-select{margin-bottom:.5rem;margin-left:0}.resume-archive-resume-date,.resume-archive-resume-title{font-size:13px}.resume-archive-resume-card-inner{align-items:center;flex-direction:row;gap:1rem;justify-content:center;padding:1rem;width:60%}.resume-archive-resume-icon{margin-top:.5rem}.resume-archive-btn-back{font-size:13px;padding:.6rem 1rem}.resume-archive-resume-detail-header h3{font-size:1.5rem}.resume-archive-resume-detail-content{padding:1.5rem}.resume-archive-fixed-trash-icon{border-radius:50%;bottom:10px;box-shadow:0 8px 25px #00000026;position:fixed;right:5px;transition:all .3s ease;z-index:1000}.resume-archive-resume-title-edit{align-items:center;display:flex;gap:.5rem;min-height:36px;min-width:140px;width:100%}.resume-archive-btn-restore-selected{background-color:#dcfce7;border-color:#86efac;color:#059669;font-size:13px;gap:.25rem;margin-right:.5rem;padding:.25rem}.resume-archive-resume-actions-trash{top:54%}.resume-archive-resume-icon{padding:8px}}.resume-title{font-size:40px;font-weight:700}.resume-subtitle{font-size:20px}.resume-body,.resume-btn-text,.resume-meta{font-size:16px}@media (max-width:1399px) and (min-width:768px){.resume-title{font-size:32px}.resume-subtitle{font-size:18px}.resume-body,.resume-meta{font-size:14px}.resume-btn-text{font-size:15px}}@media (max-width:767px) and (min-width:480px){.resume-title{font-size:28px}.resume-subtitle{font-size:16px}.resume-body,.resume-meta{font-size:13px}.resume-btn-text{font-size:14px}}@media (max-width:479px){.resume-title{font-size:24px}.resume-subtitle{font-size:14px}.resume-body,.resume-meta{font-size:12px}.resume-btn-text{font-size:13px}}.admin-container{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);min-height:100vh;padding:40px;text-align:center}.admin-header h1{color:#004aad;font-size:36px;margin-bottom:10px}.admin-header p{color:#555;font-size:16px;margin-bottom:40px}.admin-section{display:flex;flex-wrap:wrap;gap:30px;justify-content:center}.admin-card{background:linear-gradient(145deg,#0056ff,#3d7dff);border-radius:16px;box-shadow:0 10px 20px #0000001a;color:#fff;cursor:pointer;padding:30px;transition:transform .3s ease,background .3s ease;width:280px}.admin-card:hover{transform:translateY(-10px)}.admin-card.active{background:#003cb3}.admin-card h2{font-size:20px;margin-bottom:10px}.admin-card p{font-size:14px;opacity:.9}.admin-content-area{background:#fff;border-radius:16px;box-shadow:0 4px 12px #0000001a;margin-left:auto;margin-right:auto;margin-top:60px;max-width:1440px;padding:30px;text-align:left;width:80%}.admin-content-box{color:#333;font-size:16px}.list-admin-header-box{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:16px;margin-bottom:30px;padding:20px;text-align:center}.list-admin-header h2{color:#004aad;font-size:28px;margin-bottom:8px}.list-admin-header p{color:#555;font-size:16px}.admin-filter-item label{color:#374151;font-size:14px;font-weight:600}.admin-filter-select-modern:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.admin-clear-btn-modern:hover{background:linear-gradient(135deg,#4b5563,#374151);box-shadow:0 4px 12px #4b55634d;transform:translateY(-2px)}.admin-stat-card:hover{box-shadow:0 8px 25px #0000001a;transform:translateY(-2px)}.admin-user-table-container{background:#fff;border:1px solid #f1f5f9;border-radius:16px;box-shadow:0 4px 12px #0000000d;overflow:hidden}.admin-user-table-modern{border-collapse:collapse;font-size:14px;width:100%}.admin-user-table-modern thead{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:2px solid #e2e8f0}.admin-user-table-modern th{border-bottom:1px solid #e2e8f0;color:#374151;font-size:14px;font-weight:600;letter-spacing:.5px;padding:20px 16px;text-align:left;text-transform:uppercase}.admin-user-table-modern tbody tr{border-bottom:1px solid #f1f5f9;transition:all .2s ease}.admin-user-table-modern tbody tr:hover{background:linear-gradient(135deg,#f8fafc,#f0f9ff);transform:scale(1.001)}.admin-user-table-modern tbody tr.suspended:hover{background:#d9770614}.admin-user-table-modern tbody tr.delete-waiting:hover{background:#dc262614}.admin-user-table-modern tbody tr.deleted:hover{background:#b91c1c1f}.admin-user-table-modern tbody tr:last-child{border-bottom:none}.admin-user-table-modern td{color:#1e293b;padding:16px;vertical-align:middle}.admin-user-info-cell{min-width:180px}.admin-user-info-compact{align-items:center;display:flex;gap:12px}.admin-user-avatar-small{align-items:center;background:#fff;border:2px solid #000;border-radius:50%;color:#000;display:flex;flex-shrink:0;font-size:16px;height:36px;justify-content:center;width:36px}.admin-user-name-compact{color:#1e293b;font-size:15px;font-weight:600}.admin-user-email-cell{color:#64748b;font-size:13px;max-width:250px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-role-badge-compact{border-radius:12px;display:inline-block;font-size:11px;font-weight:600;letter-spacing:.5px;padding:4px 10px;text-transform:uppercase}.admin-role-badge-compact.admin,.admin-role-badge-compact.user{background-color:#f3f7fa;border:1px solid #f3f7fa;color:#000}.admin-status-badge-compact{align-items:center;border-radius:20px;display:flex;font-size:12px;font-weight:600;gap:6px;letter-spacing:.5px;padding:6px 12px;text-transform:uppercase;width:-webkit-fit-content;width:fit-content}.admin-status-badge-compact.active{background-color:#f3f7fa;border:1px solid #f3f7fa}.admin-status-badge-compact.suspended{background-color:#f3f7fa;border:1px solid #dc2626;color:#dc2626;font-weight:700;text-shadow:0 1px 2px #0000001a}.admin-status-badge-compact.delete-waiting{background:linear-gradient(135deg,#f87171,#ef4444);border:1px solid #dc2626;color:#fff;font-weight:700;text-shadow:0 1px 2px #0000001a}.admin-status-badge-compact.deleted{background-color:#f3f7fa;border:1px solid #f3f7fa;color:#a8a8a8;font-weight:700;text-shadow:0 1px 2px #0003}.admin-status-icon{font-size:12px}.admin-date-cell{color:#64748b;font-size:13px;white-space:nowrap}.admin-action-cell{min-width:120px;text-align:center}.admin-action-btn-compact{align-items:center;border:none;border-radius:8px;box-sizing:border-box;cursor:pointer;display:inline-flex;font-size:12px;font-weight:600;gap:4px;justify-content:center;min-width:80px;overflow:hidden;padding:8px 16px;text-overflow:ellipsis;transition:all .3s ease;white-space:nowrap}.admin-activate-btn-compact,.admin-restore-btn-compact,.admin-suspend-btn-compact{background-color:#f3f7fa;border:1px solid #f3f7fa;color:#000}.admin-restore-btn-compact:hover{box-shadow:0 4px 8px #10b9814d;transform:translateY(-1px)}.admin-suspend-btn-compact:hover{background-color:#dc2626;box-shadow:0 4px 8px #dc26264d;color:#fff;transform:translateY(-1px)}.admin-activate-btn-compact:hover{background:linear-gradient(135deg,#059669,#047857);box-shadow:0 4px 8px #10b9814d;transform:translateY(-1px)}.admin-no-action-compact{color:#94a3b8;font-size:12px;font-style:italic}.admin-user-row.active{background:#10b98105;border-left:4px solid #10b981}.admin-user-row.suspended{background:#d9770614;border-left:4px solid #d97706}.admin-user-row.delete-waiting{background:#dc262614;border-left:4px solid #dc2626}.admin-user-row.deleted{background:#b91c1c1f;border-left:4px solid #b91c1c;opacity:.8}.admin-user-card{background:#fff;border:1px solid #f1f5f9;border-radius:16px;box-shadow:0 4px 12px #0000000d;overflow:hidden;transition:all .3s cubic-bezier(.25,.8,.25,1)}.admin-user-card:hover{box-shadow:0 12px 28px #0000001f;transform:translateY(-4px)}.admin-user-card.active{border-left:4px solid #10b981}.admin-user-card.suspended{border-left:4px solid #f59e0b}.admin-user-card.delete-waiting{border-left:4px solid #ef4444}.admin-user-card.deleted{border-left:4px solid #6b7280;opacity:.7}.admin-user-card-header{align-items:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e2e8f0;display:flex;gap:15px;padding:20px}.admin-user-avatar{align-items:center;background:linear-gradient(135deg,#3b82f6,#1e40af);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:24px;height:50px;justify-content:center;width:50px}.admin-user-basic-info{flex:1 1;min-width:0}.admin-user-name{color:#1e293b;font-size:18px;font-weight:600;margin-bottom:4px}.admin-user-email{color:#64748b;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-user-status-badge{flex-shrink:0}.admin-status-badge{border-radius:20px;font-size:12px;font-weight:600;letter-spacing:.5px;padding:6px 12px;text-transform:uppercase}.admin-status-badge.active{background:#dcfce7;color:#166534}.admin-status-badge.suspended{background:#fef3c7;color:#92400e}.admin-status-badge.delete-waiting{background:#fee2e2;color:#991b1b}.admin-status-badge.deleted{background:#f1f5f9;color:#475569}.admin-user-card-body{padding:20px}.admin-user-info-row{display:flex;gap:20px;margin-bottom:15px}.admin-user-info-row:last-child{margin-bottom:0}.admin-info-item{display:flex;flex:1 1;flex-direction:column;gap:4px}.admin-info-label{color:#64748b;font-size:12px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.admin-info-value{color:#1e293b;font-size:14px;font-weight:500}.admin-role-badge{border-radius:6px;font-size:12px;font-weight:600;letter-spacing:.5px;padding:4px 8px;text-transform:uppercase}.admin-role-badge.admin{background:#fef3c7;color:#92400e}.admin-role-badge.user{background:#e0f2fe;color:#0369a1}.admin-user-card-actions{background:#f8fafc;border-top:1px solid #e2e8f0;padding:20px}.admin-action-btn{align-items:center;border:none;border-radius:10px;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;justify-content:center;padding:12px 20px;transition:all .3s ease;width:100%}.admin-restore-btn-modern{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.admin-restore-btn-modern:hover{background:linear-gradient(135deg,#059669,#047857);box-shadow:0 4px 12px #10b9814d;transform:translateY(-2px)}.admin-suspend-btn-modern{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.admin-suspend-btn-modern:hover{background:linear-gradient(135deg,#d97706,#b45309);box-shadow:0 4px 12px #f59e0b4d;transform:translateY(-2px)}.admin-activate-btn-modern{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.admin-activate-btn-modern:hover{background:linear-gradient(135deg,#059669,#047857);box-shadow:0 4px 12px #10b9814d;transform:translateY(-2px)}.admin-no-action-modern{color:#64748b;font-size:14px;font-style:italic;padding:12px;text-align:center}.admin-user-list{margin-top:20px}.admin-user-controls{align-items:center;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;display:flex;justify-content:space-between;margin-bottom:20px;padding:20px}.admin-search-section{align-items:center;display:flex;gap:10px}.admin-search-input-wrapper{align-items:center;display:flex;position:relative}.admin-search-input{border:1px solid #ced4da;border-radius:4px;font-size:14px;padding:8px 35px 8px 12px;transition:border-color .2s,box-shadow .2s;width:300px}.admin-search-input:focus{border-color:#0056ff;box-shadow:0 0 0 2px #0056ff1a;outline:none}.admin-clear-search-btn{background:none;border:none;border-radius:2px;color:#6c757d;cursor:pointer;font-size:16px;padding:2px;position:absolute;right:8px;transition:color .2s,background-color .2s}.admin-clear-search-btn:hover{background-color:#0000000d;color:#495057}.admin-clear-btn{background-color:#6c757d;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;padding:8px 16px;transition:background-color .2s;white-space:nowrap}.admin-clear-btn:hover{background-color:#5a6268}.admin-filter-section{align-items:center;display:flex;gap:10px}.admin-filter-select{background-color:#fff;border:1px solid #ced4da;border-radius:4px;cursor:pointer;font-size:14px;padding:8px 12px;transition:border-color .2s}.admin-filter-select:focus{border-color:#0056ff;box-shadow:0 0 0 2px #0056ff1a;outline:none}.admin-user-stats{background-color:#f8f9fa;border-radius:8px;display:flex;font-weight:500;gap:20px;margin-bottom:20px;padding:15px}.admin-user-stats span{background-color:#fff;border:1px solid #dee2e6;border-radius:4px;color:#495057;padding:5px 10px}.admin-user-stats span:last-child{background-color:#e3f2fd;color:#1976d2;font-weight:600}.admin-loading-message{color:#666;font-style:italic;padding:40px;text-align:center}.admin-user-table{border-collapse:collapse;margin-top:10px;width:100%}.admin-user-table td,.admin-user-table th{border-bottom:1px solid #ddd;padding:12px;text-align:left}.admin-user-table th{background-color:#f8f9fa;color:#333;font-weight:600;position:-webkit-sticky;position:sticky;top:0}.admin-user-table tr:hover{background-color:#f5f5f5}.admin-deleted-user{background-color:#fff2f2}.admin-deleted-user:hover{background-color:#ffe6e6}.admin-active-user{background-color:#fff}.admin-status{border-radius:12px;font-size:12px;font-weight:500;padding:4px 8px}.admin-status.active{background-color:#d4edda;color:#155724}.admin-status.deleted{background-color:#f8d7da;color:#721c24}.admin-status.suspended{background-color:#fff3cd;color:#856404}.admin-status.delete-waiting{background-color:#f3e5f5;color:#7b1fa2}.admin-role{border-radius:12px;font-size:12px;font-weight:500;padding:4px 8px}.admin-role.admin{background-color:#e1d5f7;color:#6f42c1}.admin-role.user{background-color:#d4edda;color:#155724}.admin-role.user.suspended{background-color:#fff3cd;color:#856404}.admin-role.user.deleted{background-color:#f8d7da;color:#721c24}.admin-restore-btn{background-color:#28a745;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:12px;padding:6px 12px;transition:background-color .2s}.admin-restore-btn:hover{background-color:#218838}.admin-status-toggle-btn{border:none;border-radius:4px;cursor:pointer;font-size:12px;font-weight:500;padding:6px 12px;transition:background-color .2s}.admin-suspend-btn{background-color:#ffc107;color:#212529}.admin-suspend-btn:hover{background-color:#e0a800}.admin-activate-btn{background-color:#28a745;color:#fff}.admin-activate-btn:hover{background-color:#218838}.admin-no-action{color:#6c757d;font-style:italic}.admin-no-users{color:#666;font-style:italic;padding:40px;text-align:center}.admin-table.company-table{border-collapse:collapse;margin-top:10px;table-layout:fixed;width:100%}.admin-table.company-table td:first-of-type{max-width:180px;overflow:hidden;padding-left:2.2vw;text-overflow:ellipsis;white-space:nowrap;width:180px}.admin-table.company-table td:nth-of-type(2){max-width:312px;overflow:hidden;padding-left:3vw;text-overflow:ellipsis;white-space:nowrap;width:312px}.admin-table.company-table td:nth-of-type(3){max-width:110px;overflow:hidden;padding-left:1vw;padding-right:1vw;text-overflow:ellipsis;white-space:nowrap;width:100px}.admin-table.company-table td:nth-of-type(4){max-width:424px;overflow:hidden;padding-left:35px;text-overflow:ellipsis;white-space:nowrap;width:424px}.admin-table.company-table td:nth-of-type(5),.admin-table.company-table td:nth-of-type(6),.admin-table.company-table td:nth-of-type(7){font-size:clamp(12px,1vw,14px);min-width:80px;text-align:center;white-space:nowrap}.admin-table.company-table td:nth-of-type(7){padding-right:35px}.admin-table.company-table td,.admin-table.company-table th{border-bottom:1px solid #ddd;padding:12px;text-align:center;text-align:left}.admin-table.company-table td{cursor:pointer}.admin-table.company-table th:first-of-type{padding-left:3.8vw;text-align:left}.admin-table.company-table th:nth-of-type(3){padding-left:1.2vw;text-align:left}.admin-table.company-table th:nth-of-type(5){padding:0}.admin-table.company-table th:nth-of-type(7){padding-right:35px}.admin-table.company-table th{background-color:#f8f9fa;color:#333;font-size:clamp(12px,1.2vw,14px);font-weight:600;text-align:center}.admin-table.company-table tr:hover{background-color:#f5f5f5}.admin-table.company-table .deleted-action{color:red}.admin-table.company-table .deleted-action:hover{text-decoration:underline}.admin-table.company-table .restore-btn{background-color:#d4edda;border:1px solid #83d495;border-radius:15px;color:#155724;padding:2px 8px 3px}@media (max-width:1600px){.admin-table.company-table th:nth-of-type(3){padding-left:.2vw;padding-right:0}.admin-table.company-table td:nth-of-type(3),.admin-table.company-table td:nth-of-type(5){padding:0}}@media (max-width:1200px){.user-cards-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}}@media (max-width:768px){.admin-card{min-width:250px;width:100%}.admin-section{align-items:center;flex-direction:column;gap:16px}.admin-card h2{font-size:18px}.admin-card p{font-size:13px}.admin-table.company-table td:nth-of-type(2){padding-left:1vw}.admin-user-management-header h3{font-size:24px}.admin-user-controls-modern{flex-direction:column;gap:15px;padding:20px}.admin-search-section-modern{max-width:100%}.admin-filter-section-modern{align-items:stretch;flex-direction:column;gap:15px}.admin-filter-item,.admin-filter-select-modern{width:100%}.admin-clear-btn-modern{justify-content:center;width:100%}.admin-user-stats-modern{flex-direction:column;gap:12px}.admin-stat-card{gap:12px;min-width:auto;padding:15px}.admin-stat-icon{font-size:24px;padding:10px}.admin-stat-number{font-size:20px}.admin-stat-label{font-size:12px}.admin-user-table-container{border-radius:12px;overflow-x:auto}.admin-user-table-modern{min-width:800px}.admin-user-table-modern th{font-size:12px;padding:15px 12px}.admin-user-table-modern td{padding:12px}.admin-user-avatar-small{background:#fff;border:2px solid #000;color:#000;font-size:14px;height:32px;width:32px}.admin-user-name-compact{font-size:14px}.admin-user-email-cell{font-size:12px;max-width:200px}.admin-user-controls{align-items:stretch;flex-direction:column;gap:15px}.admin-search-section{flex-wrap:wrap;justify-content:center}.admin-search-input-wrapper{flex:1 1;min-width:250px}.admin-search-input{width:100%}.admin-filter-section{flex-wrap:wrap;justify-content:center}.admin-filter-select{flex:1 1;min-width:120px}.admin-user-stats{flex-wrap:wrap;gap:10px}.admin-user-stats span{flex:1 1;min-width:80px;text-align:center}.admin-user-table{display:block;font-size:12px;overflow-x:auto;white-space:nowrap}.admin-user-table tbody,.admin-user-table td,.admin-user-table th,.admin-user-table thead,.admin-user-table tr{display:block}.admin-user-table thead tr{left:-9999px;position:absolute;top:-9999px}.admin-user-table tr{border:1px solid #ccc;border-radius:4px;margin-bottom:10px;padding:10px}.admin-user-table td{border:none;padding-left:50%;position:relative;white-space:normal}.admin-user-table td:before{content:attr(data-label) ": ";font-weight:700;left:6px;padding-right:10px;position:absolute;white-space:nowrap;width:45%}}@media (max-width:480px){.admin-user-management-header{margin-bottom:20px;padding:15px}.admin-user-management-header h3{font-size:20px}.admin-search-input-wrapper-modern{max-width:100%}.admin-search-input-modern{font-size:14px;padding:12px 15px 12px 40px}.admin-user-stats-modern{flex-direction:column;gap:10px}.admin-stat-card{flex-direction:row;gap:10px;min-width:auto;padding:12px 15px;text-align:left}.admin-stat-icon{font-size:18px;padding:6px}.admin-stat-number{font-size:16px}.admin-stat-label{font-size:11px}.admin-user-table-container{background:#0000;border:none;box-shadow:none}.admin-user-table-modern,.admin-user-table-modern tbody,.admin-user-table-modern td,.admin-user-table-modern th,.admin-user-table-modern thead,.admin-user-table-modern tr{display:block}.admin-user-table-modern thead tr{left:-9999px;position:absolute;top:-9999px}.admin-user-table-modern tbody tr{background:#fff;border:1px solid #f1f5f9;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:16px;padding:16px}.admin-user-table-modern tbody tr:hover{background:#fff;transform:none}.admin-user-table-modern tbody tr.delete-waiting:hover,.admin-user-table-modern tbody tr.deleted:hover,.admin-user-table-modern tbody tr.suspended:hover{background:#fff}.admin-user-table-modern td{border:none;padding:8px 0;position:relative;text-align:left}.admin-user-table-modern td:before{color:#64748b;content:attr(data-label) ": ";font-size:12px;font-weight:600;left:0;padding-right:10px;position:absolute;white-space:nowrap;width:80px}.admin-user-info-cell:before{content:"사용자: "}.admin-user-email-cell:before{content:"이메일: "}.admin-user-email-cell,.admin-user-info-cell{padding-left:90px}.admin-action-cell{padding-left:90px;text-align:left}.admin-action-cell:before{content:"작업: "}.admin-date-cell{padding-left:90px}.admin-user-table-modern td:nth-child(3):before{content:"역할: "}.admin-user-table-modern td:nth-child(4):before{content:"상태: "}.admin-user-table-modern td:nth-child(5):before{content:"가입일: "}.admin-user-table-modern td:nth-child(6):before{content:"탈퇴일: "}.admin-user-table-modern td:nth-child(3),.admin-user-table-modern td:nth-child(4),.admin-user-table-modern td:nth-child(5),.admin-user-table-modern td:nth-child(6){padding-left:90px}.admin-user-info-compact{gap:8px}.admin-user-avatar-small{background:#fff;border:2px solid #000;color:#000;font-size:12px;height:28px;width:28px}.admin-user-name-compact{font-size:13px}.admin-action-btn-compact{font-size:10px;padding:6px 10px}}.company-controls{align-items:center;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:1px solid #dee2e6;border-radius:12px;box-shadow:0 2px 8px #0000000d;display:flex;justify-content:space-between;margin-bottom:20px;padding:20px}.company-controls .search-section{align-items:center;display:flex;flex:1 1;flex-direction:row;gap:15px}.company-controls .search-input-wrapper{flex:1 1;max-width:400px;position:relative}.company-controls .company-controls .search-input{background:#fff;border:2px solid #e9ecef;border-radius:8px;font-size:14px;padding:12px 40px 12px 16px;transition:all .3s ease;width:100%}.company-controls .company-controls .search-input:focus{border-color:#0056ff;box-shadow:0 0 0 3px #0056ff1a;outline:none}.company-controls .clear-search-btn{background:none;border:none;border-radius:4px;color:#6c757d;cursor:pointer;font-size:16px;padding:4px;position:absolute;right:12px;top:50%;transform:translateY(-50%);transition:all .2s ease}.company-controls .clear-search-btn:hover{background-color:#0000000d;color:#495057}.company-controls .clear-btn{background:#6c757d;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:10px 16px;transition:all .3s ease;white-space:nowrap}.company-controls .clear-btn:hover{background:#5a6268;transform:translateY(-1px)}.company-controls .filter-section{align-items:center;display:flex;gap:15px}.company-controls .filter-select{background:#fff;border:2px solid #e9ecef;border-radius:6px;cursor:pointer;font-size:14px;margin-top:0;min-width:120px;padding:10px 12px;transition:all .3s ease}.company-controls .filter-select:focus{border-color:#0056ff;box-shadow:0 0 0 3px #0056ff1a;outline:none}.company-controls .add-company-btn{background:linear-gradient(135deg,#0056ff,#0041c4);border:none;border-radius:8px;box-shadow:0 2px 8px #0056ff33;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:12px 20px;transition:all .3s ease;white-space:nowrap}.company-controls .add-company-btn:hover{background:linear-gradient(135deg,#0041c4,#039);box-shadow:0 4px 12px #0056ff4d;transform:translateY(-2px)}.company-stats{display:flex;gap:20px;margin-bottom:30px}.company-stats .stat-card{background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 4px 12px #0000001a;flex:1 1;min-width:150px;padding:20px;text-align:center;transition:all .3s ease}.company-stats .stat-card:hover{box-shadow:0 6px 20px #00000026;transform:translateY(-2px)}.company-stats .stat-card .stat-number{color:#2c3e50;font-size:28px;font-weight:700;margin-bottom:8px}.company-stats .stat-card .stat-label{color:#6c757d;font-size:14px;font-weight:700}.company-stats .stat-card.total{background:linear-gradient(135deg,#e3f2fd,#bbdefb)}.company-stats .stat-card.total .stat-number{color:#1976d2}.company-stats .stat-card.active{background:linear-gradient(135deg,#e8f5e8,#c8e6c9)}.company-stats .stat-card.active .stat-number{color:#2e7d32}.company-stats .stat-card.deleted{background:linear-gradient(135deg,#ffebee,#ffcdd2)}.company-stats .stat-card.deleted .stat-number{color:#c62828}.company-stats .stat-card.filtered{background:linear-gradient(135deg,#f3e5f5,#e1bee7)}.company-stats .stat-card.filtered .stat-number{color:#7b1fa2}@media (max-width:1200px){.company-controls{align-items:stretch;flex-direction:row}.company-controls .search-section{flex-direction:row;gap:15px}.company-controls .search-input-wrapper{max-width:none}.company-controls .filter-section{justify-content:center}.company-controls .company-stats{gap:15px}.company-stats .stat-card{min-width:120px;padding:15px}.company-stats .stat-card .stat-number{font-size:24px}}@media (max-width:768px){.company-controls{gap:15px;padding:15px}.company-controls .search-section{gap:10px}.company-controls .filter-section{flex-direction:column;gap:10px;width:100%}.company-controls .filter-select{width:100%}.add-company-btn{padding:12px;width:100%}.company-stats{flex-direction:column;gap:10px}.company-stats .stat-card{min-width:auto;padding:15px}.company-stats .stat-card .stat-number{font-size:20px}.company-stats .stat-card .stat-label{font-size:12px}}@media (max-width:480px){.company-controls{padding:12px}.add-company-btn,.clear-btn,.company-controls .search-input{font-size:13px;padding:10px 14px}.company-stats .stat-card{padding:12px}.company-stats .stat-card .stat-number{font-size:18px}.company-stats .stat-card .stat-label{font-size:11px}}.PagiNation_pagination-paginationControls__eVhXc{align-items:center;background:#fff;border-radius:24px;box-shadow:0 2px 8px #00000012;display:flex;gap:16px;justify-content:center;margin:24px 0;padding:12px 24px}.PagiNation_pagination-pageButton__HvMTf{background:#1976d2;border:none;border-radius:8px;box-shadow:0 1px 4px #1976d214;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:8px 18px;transition:background .18s,color .18s,box-shadow .18s}.PagiNation_pagination-pageButton__HvMTf:disabled{background:#e3e3e3;box-shadow:none;color:#bdbdbd;cursor:not-allowed}.PagiNation_pagination-pageButton__HvMTf:not(:disabled):hover{background:#1565c0;color:#fff}.PagiNation_pagination-pageInfo__xkchH{background:#f5f8ff;border-radius:12px;box-shadow:0 1px 3px #1976d20a;color:#1976d2;font-size:1.1rem;font-weight:500;letter-spacing:1px;padding:4px 16px}.PagiNation_pagination-divider__ZVWXq{color:#bdbdbd;font-weight:400;margin:0 6px}.ticket-list-admin-table-container{background:#fff;border:1px solid #f1f5f9;border-radius:16px;box-shadow:0 4px 12px #0000000d;overflow:hidden}.ticket-list-admin-table{font-size:14px}.ticket-list-admin-table td,.ticket-list-admin-table th{border-bottom:1px solid #e2e8f0;padding:12px;text-align:center}.ticket-list-admin-email-cell{max-width:250px;overflow:hidden;text-overflow:ellipsis}.ticket-list-admin-date-cell,.ticket-list-admin-email-cell{color:#64748b;font-size:13px;white-space:nowrap}.ticket-list-admin-action-cell{min-width:120px;text-align:center}.ticket-list-admin-action-buttons{align-items:center;display:flex;gap:8px;justify-content:center}.ticket-list-admin-action-cell button,.ticket-list-admin-btn{background-color:#e2e8f0;border:none;border-radius:6px;color:#1f2937;cursor:pointer;font-size:12px;font-weight:600;padding:8px 12px;transition:all .2s ease}.ticket-list-admin-action-cell button:hover,.ticket-list-admin-btn:hover{background-color:#cbd5e1}.ticket-list-admin-status{border-radius:12px;display:inline-block;font-size:12px;font-weight:600;letter-spacing:.5px;padding:4px 10px;text-align:center;text-transform:uppercase;white-space:nowrap}.ticket-list-admin-status.pending{background-color:#fff3cd;color:#856404}.ticket-list-admin-status.done{background-color:#d4edda;color:#155724}.ticket-list-admin-answer-row td{background-color:#f8f9fa;padding:20px}.ticket-list-admin-textarea{border:1px solid #ced4da;border-radius:8px;box-sizing:border-box;font-size:14px;margin-bottom:10px;min-height:100px;padding:12px;resize:vertical;width:100%}.ticket-list-admin-actions{display:flex;gap:10px;justify-content:flex-end}.ticket-list-admin-actions button{border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;transition:background-color .2s ease}.ticket-list-admin-actions button:first-of-type{background-color:#0056ff;color:#fff}.ticket-list-admin-actions button:first-of-type:hover{background-color:#0041c4}.ticket-list-admin-actions button:last-of-type{background-color:#dee2e6;color:#495057}.ticket-list-admin-actions button:last-of-type:hover{background-color:#ced4da}.ticket-list-admin-header-box{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:16px;margin-bottom:30px;padding:20px;text-align:center}.ticket-list-admin-header h2{color:#004aad;font-size:28px;margin-bottom:8px}.ticket-list-admin-header p{color:#555;font-size:16px}.ticket-controls{display:flex;gap:20px;justify-content:flex-start;margin-bottom:20px}.filter-section{display:flex;flex-direction:column;width:200px}.filter-select{border:2px solid #ddd;border-radius:8px;font-size:14px;margin-top:10px;padding:12px}.ticket-stats{gap:20px;margin-bottom:30px}.ticket-list-admin-table{border-collapse:collapse;margin-top:20px;width:100%}.ticket-list-admin-table th{background-color:#f8f9fa;font-weight:700}.ticket-list-admin-table tbody tr:hover{background-color:#f5f5f5}.ticket-list-admin-status{font-weight:700}.ticket-list-wrapper{margin:0 auto;max-width:800px;padding:2rem}.ticket-list-title{color:#004aad;font-size:2rem;text-align:center}.ticket-controls,.ticket-list-title{margin-bottom:1.5rem}.ticket-stats{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:2rem}.stat-card{min-width:140px}.stat-card.pending{background:#fef3c7}.stat-card.done{background:#dcfce7}.stat-number{font-size:24px;font-weight:700}.stat-label{color:#555;font-size:14px}.ticket-card{background-color:#f8fafc;border-radius:12px;box-shadow:0 2px 6px #0000000d;margin-bottom:12px;overflow:hidden;transition:all .2s ease}.ticket-toggle-btn{align-items:center;background:#f1f5f9;border:none;border-radius:12px;color:#1e293b;cursor:pointer;display:flex;font-size:15px;font-weight:600;justify-content:space-between;padding:16px 20px;text-align:left;transition:background .2s ease;width:100%}.ticket-toggle-btn:hover{background-color:#e2e8f0}.ticket-toggle-btn:after{color:#64748b;content:"▼";font-size:.8rem;transition:transform .2s}.ticket-card .ticket-details{background-color:#fff;border-top:1px solid #e5e7eb;padding:1rem 1.25rem}.ticket-details p{font-size:14px;line-height:1.4;margin:.5rem 0}.ticket-answer-textarea{border:1px solid #ccc;border-radius:8px;font-size:14px;margin-top:10px;min-height:100px;padding:10px;resize:vertical;width:100%}.ticket-action-buttons{display:flex;gap:.5rem;justify-content:flex-end;margin-top:1rem}.ticket-action-buttons button{border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:700;padding:.5rem 1rem;transition:background-color .2s ease}.ticket-action-buttons button:first-child{background-color:#004aad;color:#fff}.ticket-action-buttons button:first-child:hover{background-color:#003080}.ticket-action-buttons button:nth-child(2){background-color:#ccc;color:#333}.ticket-action-buttons button:nth-child(2):hover{background-color:#bbb}.ticket-action-buttons .delete-btn{background-color:#f87171;color:#fff}.ticket-action-buttons .delete-btn:hover{background-color:#dc2626}@media (max-width:768px){.ticket-list-wrapper{padding:1rem}.ticket-list-title{font-size:1.5rem}.stat-card{flex:1 1 100%}.ticket-toggle-btn{align-items:center;display:flex;gap:1rem;justify-content:space-between;padding:16px 20px}}.ticket-status-pill{background-color:#64748b;border-radius:999px;color:#fff;display:inline-block;font-size:12px;font-weight:600;margin-right:12px;padding:4px 12px}.ticket-status-pill.pending{background-color:#facc15;color:#1f2937}.ticket-status-pill.done{background-color:#10b981;color:#fff}.ticket-email{font-weight:600}.ticket-status-pill{margin-left:auto}.interview-list-admin-header-box{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:16px;margin-bottom:30px;padding:20px;text-align:center}.interview-list-admin-header h2{color:#004aad;font-size:28px;margin-bottom:8px}.interview-list-admin-header p{color:#555;font-size:16px}.interview-controls{display:flex;gap:20px;justify-content:flex-start;margin-bottom:20px}.search-section{flex:1 1}.search-input{border:2px solid #ddd;border-radius:8px;font-size:14px;padding:12px 16px;width:100%}.interview-stats{display:flex;gap:20px;margin-bottom:30px}.stat-card{background:#f0f9ff;border-radius:12px;box-shadow:0 4px 12px #0000001a;min-width:150px;padding:15px 20px;text-align:center}.stat-card .stat-number{font-size:24px;font-weight:700}.stat-card .stat-label{color:#555;font-size:14px}.stat-card.total{background:#e0f2fe}.stat-card.filtered{background:#e0e7ff}.interview-list-admin-table-container{background:#fff;border:1px solid #f1f5f9;border-radius:16px;box-shadow:0 4px 12px #0000000d;overflow:hidden}.interview-list-admin-table{font-size:14px;margin-top:20px}.interview-list-admin-table td,.interview-list-admin-table th{border-bottom:1px solid #e2e8f0;padding:12px;text-align:center}.interview-list-admin-table th{background-color:#f8f9fa;font-weight:700}.interview-list-admin-table td:nth-child(5){max-width:200px;white-space:normal;word-break:break-word}.interview-list-admin-table tbody tr:hover{background-color:#f5f5f5}.interview-delete-btn{color:#1f2937;font-size:13px;padding:6px 12px;transition:background-color .2s ease}.interview-delete-btn:hover{background-color:#dc2626}.interview-list-admin-table-container{overflow-x:auto}.interview-list-admin-table{border-collapse:collapse;min-width:900px;width:100%}@media (max-width:768px){.interview-list-admin{padding:1rem}.interview-list-admin-header h2{font-size:1.5rem}.interview-list-admin-header p{font-size:.95rem}.search-input{font-size:.9rem;padding:10px}td,th{font-size:.85rem;white-space:nowrap}.interview-delete-btn{font-size:.8rem;padding:6px 10px}}@media (max-width:480px){.interview-list-admin-header h2{font-size:1.25rem}.interview-list-admin-header p{font-size:.85rem}.stat-card{flex:1 1 100%;text-align:center}.stat-card .stat-number{font-size:1.25rem}.stat-card .stat-label{font-size:.85rem}}.interview-card-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:20px}.interview-card{background:#fff;border:1px solid #ddd;border-radius:12px;box-shadow:0 2px 6px #0000000d;display:flex;flex-direction:column;gap:8px;padding:16px;text-align:left}.card-row{font-size:14px;word-break:break-all}.interview-delete-btn{align-self:flex-end;background-color:#f44336;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;margin-top:12px;padding:6px 10px}.interview-delete-btn:hover{background-color:#d32f2f}.dashboard-container{background:#fff;border-radius:20px;box-shadow:0 4px 20px #0000000d;margin:0 auto;max-width:1200px;padding:2rem}.dashboard-header{margin-bottom:3rem;text-align:center}.dashboard-header h3{color:#1e293b;font-size:2rem;font-weight:700;margin-bottom:.75rem}.dashboard-header p{color:#64748b;font-size:1.1rem;margin:0}.dashboard-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr)}.dashboard-section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 2px 10px #00000008;padding:1.5rem}.dashboard-section h4{color:#334155;font-size:1.25rem;font-weight:600;margin-bottom:1.5rem}.dashboard-stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.dashboard-card{align-items:center;border-radius:12px;color:#fff;display:flex;gap:1rem;overflow:hidden;padding:1.5rem;position:relative;transition:all .3s ease}.dashboard-card:before{background:#ffffff1a;bottom:0;content:"";left:0;position:absolute;right:0;top:0;transform:translateX(-100%) rotate(35deg);transition:transform .5s ease}.dashboard-card:hover:before{transform:translateX(100%) rotate(35deg)}.dashboard-card:hover{box-shadow:0 8px 25px #0000001a;transform:translateY(-4px)}.dashboard-icon{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff26;border-radius:10px;display:flex;justify-content:center;padding:1rem}.dashboard-info{flex:1 1;position:relative;z-index:1}.dashboard-number{font-size:1.75rem;font-weight:700;margin-bottom:.25rem;text-shadow:0 2px 4px #0000001a}.dashboard-label{font-size:.9rem;font-weight:500;opacity:.9}.dashboard-loading{align-items:center;display:flex;flex-direction:column;gap:1.5rem;justify-content:center;min-height:400px}.dashboard-loading-spinner{animation:spin 1s linear infinite;border:4px solid #e2e8f0;border-radius:50%;border-top-color:#3b82f6;height:40px;width:40px}.dashboard-loading p{color:#64748b;font-size:1.1rem}@media (max-width:1024px){.dashboard-grid{grid-template-columns:1fr}}@media (max-width:768px){.dashboard-container{padding:1.5rem}.dashboard-header h3{font-size:1.75rem}.dashboard-header p{font-size:1rem}.dashboard-section{padding:1.25rem}.dashboard-stats{grid-template-columns:1fr}.dashboard-card{padding:1.25rem}.dashboard-number{font-size:1.5rem}}@media (max-width:480px){.dashboard-container{padding:1rem}.dashboard-header h3{font-size:1.5rem}.dashboard-card,.dashboard-section{padding:1rem}.dashboard-icon{padding:.75rem}.dashboard-number{font-size:1.25rem}.dashboard-label{font-size:.8rem}}.admin-user-management-header{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:1px solid #e0f2fe;border-radius:16px;margin-bottom:30px;padding:20px;text-align:center}.admin-user-management-header h3{color:#1e40af;font-size:28px;font-weight:700;margin-bottom:8px}.admin-user-management-header p{color:#64748b;font-size:16px;margin:0}.admin-user-controls-modern{align-items:center;background:#fff;border:1px solid #f1f5f9;border-radius:16px;box-shadow:0 4px 12px #0000000d;display:flex;gap:20px;justify-content:space-between;margin-bottom:30px;padding:25px}.admin-search-section-modern{display:flex;flex:1 1;max-width:400px}.admin-search-input-wrapper-modern{align-items:center;display:flex;max-width:500px;position:relative;width:100%}.admin-search-icon{color:#64748b;font-size:16px;left:15px;position:absolute;z-index:1}.admin-search-input-modern{background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;font-size:16px;outline:none;padding:15px 20px 15px 45px;transition:all .3s ease;width:100%}.admin-search-input-modern:focus{background:#fff;border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a;transform:translateY(-1px)}.admin-clear-search-btn-modern{background:#f1f5f9;border:none;border-radius:6px;color:#64748b;cursor:pointer;font-size:14px;padding:6px 8px;position:absolute;right:12px;transition:all .2s ease}.admin-clear-search-btn-modern:hover{background:#e2e8f0;color:#475569}.admin-filter-section-modern{align-items:end;display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.admin-filter-item{display:flex;flex-direction:column;gap:8px}.admin-filter-select-modern{background:#fff;border:2px solid #e2e8f0;border-radius:10px;min-width:120px;padding:12px 16px}.admin-clear-btn-modern,.admin-filter-select-modern{cursor:pointer;font-size:14px;transition:all .3s ease}.admin-clear-btn-modern{background:linear-gradient(135deg,#6b7280,#4b5563);border:none;border-radius:10px;color:#fff;font-weight:500;padding:12px 20px}.admin-user-stats-modern{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:30px;overflow-x:auto}.admin-stat-card{align-items:center;background:#e5f2fa;border:1px solid #f1f5f9;border-radius:12px;box-shadow:0 2px 8px #0000000d;display:flex;flex-grow:1;flex-shrink:0;gap:10px;max-width:180px;min-width:130px;padding:15px 18px;text-align:center}.admin-stat-icon{border-radius:8px;font-size:20px;padding:8px}.admin-stat-info{display:flex;flex-direction:column}.admin-stat-number{color:#1e293b;font-size:18px;font-weight:700}.admin-stat-label{color:#64748b;font-size:12px;font-weight:500}.admin-loading-message-modern{align-items:center;color:#64748b;display:flex;font-size:16px;gap:15px;justify-content:center;padding:60px 20px}.admin-loading-spinner{animation:spin 1s linear infinite;border:3px solid #e2e8f0;border-radius:50%;border-top-color:#3b82f6;height:24px;width:24px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.admin-no-users-modern{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:60px 20px;text-align:center}.admin-no-users-icon{font-size:48px;margin-bottom:16px}.admin-no-users-text{color:#64748b;font-size:16px}@media (max-width:1024px){.admin-user-controls-modern{align-items:stretch;flex-direction:column}.admin-filter-section-modern,.admin-search-section-modern{width:100%}.admin-filter-section-modern{flex-direction:column}.admin-clear-btn-modern{text-align:center;width:100%}.admin-user-stats-modern{flex-wrap:wrap;gap:8px;justify-content:center}}@media (max-width:768px){.admin-stat-card{justify-content:center;min-width:100%}.admin-user-table-container{overflow-x:auto}.admin-user-table-modern{min-width:720px}}@media (max-width:480px){.admin-user-management-header h3{font-size:22px}.admin-user-management-header p{font-size:14px}.admin-stat-card{flex-direction:column;padding:12px;text-align:center}.admin-stat-icon{font-size:18px}.admin-stat-number{font-size:16px}.admin-stat-label{font-size:12px}.admin-clear-btn-modern{font-size:13px;padding:10px}.admin-search-icon,.admin-search-input-modern{font-size:14px}.admin-clear-search-btn-modern{font-size:12px}}.adminLogin-page{align-items:center;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);display:flex;justify-content:center;min-height:calc(100vh - 60px);padding:20px}.adminLogin-container{background-color:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;max-width:420px;padding:32px;width:100%}.adminLogin-header{margin-bottom:32px;text-align:center}.adminLogin-title{color:#1a73e8;font-size:28px;font-weight:700;margin-bottom:8px}.adminLogin-subtitle{color:#5f6368;font-size:16px;margin:0}.adminLogin-form{display:flex;flex-direction:column;gap:20px}.adminLogin-form-group{display:flex;flex-direction:column;gap:6px}.adminLogin-form-label{color:#202124;font-size:14px;font-weight:500}.adminLogin-form-input{border:1px solid #dadce0;border-radius:8px;font-size:16px;height:48px;padding:0 16px;transition:border-color .3s}.adminLogin-form-input:focus{border-color:#1a73e8;box-shadow:0 0 0 2px #1a73e833;outline:none}.adminLogin-form-input::placeholder{color:#9aa0a6}.adminLogin-button{background-color:#1a73e8;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:500;height:48px;margin-top:8px;transition:background-color .3s}.adminLogin-button:hover{background-color:#1765cc}.adminLogin-button:disabled{background-color:#dadce0}.adminLogin-footer{display:flex;flex-direction:column;gap:12px;margin-top:24px;text-align:center}.adminLogin-footer p{color:#5f6368;font-size:14px;margin:0}.adminLogin-signup-link-button{background:none;border:none;color:#1a73e8;cursor:pointer;font-size:14px;font-weight:500;padding:0;text-decoration:underline}.adminLogin-signup-link-button:hover{color:#1765cc}.adminLogin-back-button{background:none;border:1px solid #dadce0;border-radius:8px;color:#5f6368;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;transition:background-color .3s}.adminLogin-back-button:hover{background-color:#f5f7fa}.adminLogin-error-message{background-color:#fce8e6;border-radius:8px;color:#d93025;font-size:14px;margin-bottom:16px;padding:12px 16px}@media (max-width:480px){.adminLogin-page{padding:1rem}.adminLogin-title{font-size:2.5rem}.adminLogin-form{padding:2rem}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.adminLogin-button:disabled{animation:pulse 1.5s ease-in-out infinite;cursor:not-allowed}@keyframes ResumeCreatePage_fadeIn__Al-vC{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes ResumeCreatePage_choose_good__hMJcs{0%{background-color:initial;color:#64748b;transform:scale(1)}5%{background-color:#3b82f6;color:#fff;transform:scale(1.2)}to{background-color:#3b82f6;color:#fff;transform:scale(1.2)}}@keyframes ResumeCreatePage_choose_bad__Yqtyc{0%{background-color:initial;color:#64748b;transform:scale(1)}5%{background-color:#ef4444;color:#fff;transform:scale(1.2)}to{background-color:#ef4444;color:#fff;transform:scale(1.2)}}@keyframes ResumeCreatePage_auto_scroll__ViJNc{0%{transform:translateY(0)}10%{transform:translateY(-600px)}20%{transform:translateY(-600px)}30%{transform:translateY(-900px)}40%{transform:translateY(-1400px)}50%{transform:translateY(-1400px) translateX(-1600px) scale(.6)}60%{transform:translateY(-1400px) translateX(-1600px) scale(.6)}70%{transform:translateY(-1400px) translateX(-1600px) scale(.6)}80%{transform:translateY(-1400px) translateX(-1600px) scale(.6)}90%{transform:translateY(-1400px) translateX(-1600px) scale(.6)}to{transform:translateY(-1400px) translateX(-1600px) scale(.6)}}@keyframes ResumeCreatePage_appear__pDVIy{0%{transform:translateY(0) translateX(1200px) scale(.6)}65%{transform:translateY(0) translateX(1200px) scale(.6)}70%{transform:translateY(-100px) translateX(0) scale(1)}85%{transform:translateY(-700px) translateX(0) scale(1)}90%{transform:translateY(-1600px) translateX(-1200px) scale(.6)}to{transform:translateY(-1600px) translateX(-1200px) scale(.6)}}@keyframes ResumeCreatePage_comment__tNV0p{0%{opacity:0;transform:translateY(20px)}85%{opacity:0;transform:translateY(20px)}90%{opacity:1;transform:translateY(0)}97%{opacity:1;transform:translateY(0)}to{opacity:1;transform:translateY(0)}}@keyframes ResumeCreatePage_processing__wkoJ1{0%{opacity:0;transform:translateY(20px) scale(.6)}45%{opacity:0;transform:translateY(20px) scale(.6)}50%{opacity:1;transform:translateY(0) scale(1)}70%{opacity:0;transform:translateY(-20px) scale(.6)}to{opacity:0;transform:translateY(-20px) scale(.6)}}@keyframes ResumeCreatePage_typing1__gMU4i{0%{width:0}2.5%{width:100%}to{width:100%}}@keyframes ResumeCreatePage_blink__bWMKX{0%{border-color:#0000;opacity:1}25%{border-color:#000;opacity:1}50%{border-color:#0000;opacity:1}75%{border-color:#000;opacity:1}to{border-color:#0000;opacity:1}}@keyframes ResumeCreatePage_arrowwave__0fFpS{0%{color:#fafafa}50%{color:#64748b}to{color:#fafafa}}@keyframes ResumeCreatePage_shakeX__Hb9yC{0%{transform:translateX(0)}25%{transform:translateX(-5px)}50%{transform:translateX(5px)}75%{transform:translateX(-3px)}to{transform:translateX(0)}}@keyframes ResumeCreatePage_shakeY__7\+IJm{0%{transform:translateY(0)}25%{transform:translateY(-5px)}50%{transform:translateY(5px)}75%{transform:translateY(-3px)}to{transform:translateY(0)}}@keyframes ResumeCreatePage_fillBar__MxAGc{0%{width:0}to{width:100%}}@keyframes ResumeCreatePage_AI_fadeIn__iwRQw{0%{transform:translateY(450px)}to{transform:translateY(0)}}@keyframes ResumeCreatePage_fadeInPage__SQGvR{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes ResumeCreatePage_showFont__\+lBnS{0%{width:0}to{width:100%}}@keyframes ResumeCreatePage_showing__DdY6r{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes ResumeCreatePage_notshowing__L5\+Bo{0%{transform:translateX(0)}to{transform:translateX(100%)}}@keyframes ResumeCreatePage_scan__hVl69{0%{transform:translateX(-100%)}to{transform:translateX(-5%)}}@keyframes ResumeCreatePage_seleted__dFLaI{0%{box-shadow:-3px 3px 0 #0006;transform:translateX(15px) translateY(-15px) scale(1.2)}to{box-shadow:-2px 2px 0 #0006;transform:translateX(5px) translateY(-5px) scale(1.05)}}@keyframes ResumeCreatePage_next__jePWV{0%{opacity:0;transform:translateY(-100px)}to{opacity:1;transform:translateY(0)}}@keyframes ResumeCreatePage_prev__Ay\+E4{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100px)}}.ResumeCreatePage_next__jePWV{animation:ResumeCreatePage_next__jePWV .5s ease-in-out 0s 1 normal forwards}.ResumeCreatePage_prev__Ay\+E4{animation:ResumeCreatePage_prev__Ay\+E4 .5s ease-in-out 0s 1 normal forwards}.ResumeCreatePage_choose_good__hMJcs{animation:ResumeCreatePage_choose_good__hMJcs 20s ease-in-out 1 normal forwards}.ResumeCreatePage_choose_bad__Yqtyc{animation:ResumeCreatePage_choose_bad__Yqtyc 20s ease-in-out 1 normal forwards}.ResumeCreatePage_auto_scroll__ViJNc{animation:ResumeCreatePage_auto_scroll__ViJNc 20s ease-in-out 0s 1 normal forwards}.ResumeCreatePage_line1__JIJzH{animation:ResumeCreatePage_typing1__gMU4i 20s ease-in-out 3s 1 normal forwards}.ResumeCreatePage_line2__jfnCF{animation:ResumeCreatePage_typing1__gMU4i 20s ease-in-out 4s 1 normal forwards}.ResumeCreatePage_line3__AnJDm{animation:ResumeCreatePage_typing1__gMU4i 20s ease-in-out 4.5s 1 normal forwards}.ResumeCreatePage_line4__2r1Gf{animation:ResumeCreatePage_typing1__gMU4i 20s ease-in-out 5s 1 normal forwards}.ResumeCreatePage_line5__DXF0\+{animation:ResumeCreatePage_typing1__gMU4i 20s ease-in-out 5.5s 1 normal forwards}.ResumeCreatePage_line6__7\+\+3m{animation:ResumeCreatePage_typing1__gMU4i 20s ease-in-out 6s 1 normal forwards}.ResumeCreatePage_line7__jIJsI{animation:ResumeCreatePage_typing1__gMU4i 20s ease-in-out 6.5s 1 normal forwards}.ResumeCreatePage_line8__Fgox6{animation:ResumeCreatePage_typing1__gMU4i 20s ease-in-out 7s 1 normal forwards}.ResumeCreatePage_line9__2iIHi{animation:ResumeCreatePage_typing1__gMU4i 20s ease-in-out 7.5s 1 normal forwards}.ResumeCreatePage_line10__LMFJJ{animation:ResumeCreatePage_typing1__gMU4i 20s ease-in-out 8s 1 normal forwards}.ResumeCreatePage_scan__hVl69{animation:ResumeCreatePage_scan__hVl69 .7s ease-out 0s 1 normal}.ResumeCreatePage_container__Kw47g{align-items:center;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);display:flex;flex:1 1;flex-direction:column;gap:25px;height:auto;justify-content:flex-start;margin:0 auto;position:relative;width:100%}.ResumeCreatePage_head__K6W1m{align-items:center;animation:ResumeCreatePage_fadeIn__Al-vC .8s ease 0s 1 normal forwards;display:flex;flex-direction:column;justify-content:center;margin:26px 0 0}.ResumeCreatePage_title__u2UM1{box-sizing:border-box;font-size:40px;font-weight:800;height:auto;padding:10px;width:auto}.ResumeCreatePage_description__oq-EW{color:#64748b;font-size:20px;line-height:1.6}.ResumeCreatePage_SurveyExampleContainer__uOUmR{display:flex;height:500px;justify-content:center;max-width:1100px;overflow:hidden;position:relative;width:100%}.ResumeCreatePage_paper__dU4Mb{background-color:#fafafa;border-radius:16px;height:1600px;justify-content:flex-start;margin-top:600px;padding:20px;width:800px}.ResumeCreatePage_paper__dU4Mb,.ResumeCreatePage_suevey_block__UUkVj{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;gap:50px}.ResumeCreatePage_suevey_block__UUkVj{border-radius:12px;box-shadow:0 2px 5px #1e40af66;justify-content:center;padding:15px;width:100%}.ResumeCreatePage_example_question__FA8Sh{align-items:center;display:flex;font-size:20px;font-weight:600;justify-content:flex-start;width:100%}.ResumeCreatePage_survey_btns__mHPUo{align-items:center;display:flex;font-size:16px;height:auto;justify-content:space-around;width:100%}.ResumeCreatePage_dummy_box__yYxQr{align-items:center;aspect-ratio:2/1;border-radius:12px;box-shadow:0 4px 5px #0003;color:#64748b;display:flex;font-size:1.1rem;font-weight:500;justify-content:center;width:15%}.ResumeCreatePage_survey_text__ea-51{width:100%}.ResumeCreatePage_typing_container__aUl7w{display:flex;flex-direction:column;gap:8px}.ResumeCreatePage_typing__8Lj\+k{display:inline-block;font-size:1rem;overflow:hidden;white-space:nowrap;width:0}.ResumeCreatePage_survey_checkbox__ap5Cn{align-items:center;display:flex;justify-content:space-around;width:100%}.ResumeCreatePage_checkbox_block__fT-xi{align-items:center;display:flex;flex-grow:1;font-size:16px;gap:5px;height:16px;justify-content:center}.ResumeCreatePage_dummy_checkbox__CBg5C{align-items:center;aspect-ratio:1/1;border:2px solid #64748b;display:flex;height:100%;justify-content:center;position:relative}.ResumeCreatePage_exampleBTN__Lpiql{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:12px;box-sizing:border-box;color:#fafafa;display:flex;font-size:20px;font-weight:550;justify-content:center;padding:15px 25px;width:auto}.ResumeCreatePage_toAI__U9htk{align-items:center;animation:ResumeCreatePage_processing__wkoJ1 20s ease-in-out 0s 1 normal forwards;display:flex;flex-direction:column;height:150px;left:0;opacity:0;position:absolute;top:calc(50% - 75px);width:100%}.ResumeCreatePage_submiting__aGn0z{align-items:center;display:flex;height:100%;width:100%}.ResumeCreatePage_submit_text__ldqXE{font-size:35px;font-weight:800}.ResumeCreatePage_BotLogo__99Wzg{align-items:center;color:#225cda;display:flex;flex-grow:1;justify-content:center}.ResumeCreatePage_rightArrow__7Z8C4{animation:ResumeCreatePage_arrowwave__0fFpS 1s linear infinite normal forwards;color:#fff;flex-grow:1}.ResumeCreatePage_exampleResult__z1eHG{align-items:center;animation:ResumeCreatePage_appear__pDVIy 20s ease-in-out 0s 1 normal forwards;background-color:#fff;border-radius:16px;box-shadow:0 2px 5px #1e40af66;box-sizing:border-box;display:flex;flex-direction:column;gap:50px;justify-content:center;margin-top:200px;padding:20px;position:absolute;transform:translateX(1200px);width:800px}.ResumeCreatePage_exampleResult__z1eHG>h2{font-size:40px;font-weight:800}.ResumeCreatePage_exampleText__zSsdh{width:90%}.ResumeCreatePage_example_paragraph__LnKHL{align-items:center;display:flex;font-size:1rem;justify-content:center;position:relative}.ResumeCreatePage_bubble01__L3Dr3{background-color:#225cda;left:-190px;top:-40px}.ResumeCreatePage_bubble01__L3Dr3,.ResumeCreatePage_bubble02__PeRoC{align-items:center;aspect-ratio:1/1;border-radius:50%;box-sizing:border-box;color:#fff;display:flex;font-size:1rem;justify-content:center;padding:15px;position:absolute;text-align:center;width:180px;z-index:1}.ResumeCreatePage_bubble02__PeRoC{background-color:#ef4444;right:-188px;top:-50px}.ResumeCreatePage_bubble03__4KK1N{background-color:#059669;left:-190px;top:-30px}.ResumeCreatePage_bubble03__4KK1N,.ResumeCreatePage_bubble04__rgBm8{align-items:center;aspect-ratio:1/1;border-radius:50%;box-sizing:border-box;color:#fff;display:flex;font-size:1rem;justify-content:center;padding:15px;position:absolute;text-align:center;width:180px;z-index:1}.ResumeCreatePage_bubble04__rgBm8{background-color:purple;right:-188px;top:-50px}.ResumeCreatePage_bubble05__8FPrb{background-color:orange;left:-190px;top:-40px}.ResumeCreatePage_bubble05__8FPrb,.ResumeCreatePage_bubble06__HFfqF{align-items:center;aspect-ratio:1/1;border-radius:50%;box-sizing:border-box;color:#fff;display:flex;font-size:1rem;justify-content:center;padding:15px;position:absolute;text-align:center;width:180px;z-index:1}.ResumeCreatePage_bubble06__HFfqF{background-color:#00008b;right:-190px;top:-50px}.ResumeCreatePage_showing__DdY6r{animation:ResumeCreatePage_showing__DdY6r .25s ease-in-out 0s 1 normal forwards}.ResumeCreatePage_notshowing__L5\+Bo{animation:ResumeCreatePage_notshowing__L5\+Bo .25s ease-in-out 0s 1 normal forwards}.ResumeCreatePage_comment__tNV0p{animation:ResumeCreatePage_comment__tNV0p 20s ease-in-out 0s 1 normal;color:#225cda;flex-direction:column;font-size:50px;font-weight:800;top:240px;width:100%}.ResumeCreatePage_cancelAnimate__2UwI4,.ResumeCreatePage_comment__tNV0p{align-items:center;display:flex;justify-content:center;position:absolute}.ResumeCreatePage_cancelAnimate__2UwI4{aspect-ratio:1/1;cursor:pointer;right:0;top:0;width:35px}.ResumeCreatePage_StopBTN__SPt8O{align-items:center;background:linear-gradient(135deg,#3b82f6,#1e40af);border-radius:12px;box-shadow:3px 3px 10px #0006;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;font-size:20px;justify-content:center;padding:15px 25px;transition:all .25s ease-in-out;width:auto}.ResumeCreatePage_StopBTN__SPt8O:hover{transform:scale(1.05)}.ResumeCreatePage_previewContainer__zrcfK{align-items:center;display:flex;height:auto;justify-content:center;max-width:1200px;width:100%}.ResumeCreatePage_previewImg__MLSue{align-items:center;display:flex;justify-content:center;position:relative;width:500px}.ResumeCreatePage_Img__lMAKL{width:100%}.ResumeCreatePage_baloon__LEY1V{align-items:center;aspect-ratio:2/1;background:linear-gradient(135deg,#3b82f6,#1e40af);box-shadow:3px 3px 10px #0006;color:#fafafa;display:flex;font-size:1rem;justify-content:center;position:absolute;width:170px;z-index:1}.ResumeCreatePage_position1__w1lpd{border-bottom-left-radius:12px;left:-130px;top:-50px}.ResumeCreatePage_position1__w1lpd,.ResumeCreatePage_position2__HxEvM{animation:ResumeCreatePage_shakeX__Hb9yC 10s ease-in-out infinite normal forwards;border-top-left-radius:12px;border-top-right-radius:12px}.ResumeCreatePage_position2__HxEvM{border-bottom-right-radius:12px;right:-130px;top:0}.ResumeCreatePage_position3__2i\+ix{animation:ResumeCreatePage_shakeY__7\+IJm 10s ease-in-out infinite normal forwards;border-radius:12px;left:-170px;top:110px}.ResumeCreatePage_position4__7lIf1{animation:ResumeCreatePage_shakeY__7\+IJm 10s ease-in-out infinite normal forwards;border-bottom-left-radius:12px;border-bottom-right-radius:12px;border-top-right-radius:12px;right:-130px;top:220px}.ResumeCreatePage_position5__aSB5q{animation:ResumeCreatePage_shakeX__Hb9yC 10s ease-in-out infinite normal forwards;border-bottom-left-radius:12px;border-bottom-right-radius:12px;border-top-left-radius:12px;left:-115px;top:280px}.ResumeCreatePage_rel_baloon__NzkIO{align-items:center;display:flex;height:100%;justify-content:center;position:relative;width:100%}.ResumeCreatePage_baloon_tail__\+3MFx{box-shadow:3px 3px 10px #0006;height:125%;position:absolute;width:25%}.ResumeCreatePage_tail_position1__6zZKN{background-color:#2146b6;-webkit-clip-path:polygon(0 80%,50% 80%,100% 100%,0 80%);clip-path:polygon(0 80%,50% 80%,100% 100%,0 80%);right:-22px;top:0}.ResumeCreatePage_tail_position2__dNiT-{background-color:#316cdf;-webkit-clip-path:polygon(100% 80%,50% 80%,0 100%,100% 80%);clip-path:polygon(100% 80%,50% 80%,0 100%,100% 80%);left:-22px;top:0}.ResumeCreatePage_tail_position3__E1qyT{background-color:#2146b6;-webkit-clip-path:polygon(0 35%,100% 40%,0 45%);clip-path:polygon(0 35%,100% 40%,0 45%);right:-42px;top:0}.ResumeCreatePage_tail_position4__oKrtR{background-color:#3a7ef2;-webkit-clip-path:polygon(0 0,100% 20%,50% 20%);clip-path:polygon(0 0,100% 20%,50% 20%);left:-22px;top:-24.5%}.ResumeCreatePage_tail_position5__98\+W7{background-color:#2856c7;-webkit-clip-path:polygon(0 20%,100% 0,50% 20%);clip-path:polygon(0 20%,100% 0,50% 20%);right:-22px;top:-24.5%}.ResumeCreatePage_animationBTN__a8S0j{align-items:center;background-color:#fafafa;border-radius:12px;box-shadow:0 4px 15px #0000001a;box-sizing:border-box;color:#64748b;cursor:pointer;display:flex;font-size:16px;font-weight:550;justify-content:center;padding:12px 22px;transition:all .25s ease-in-out}.ResumeCreatePage_animantionBTN__gXWyb:hover{background-color:#c8c8c833;color:#1e40af;transform:scale(1.05)}.ResumeCreatePage_animation_menu__NRpDI{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:25px;width:100%}.ResumeCreatePage_playBTN__b41dv{align-items:center;background:linear-gradient(90deg,#3b82f6,#2563eb);border-radius:12px;box-shadow:0 4px 15px #0000001a;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;font-size:18px;font-weight:550;justify-content:center;padding:10px 20px;transition:all .25s ease-in-out}.ResumeCreatePage_playBTN__b41dv:hover{transform:scale(1.1)}.ResumeCreatePage_processing_container__h3eZo{width:1200px}.ResumeCreatePage_animationBar__bQWbc{animation:ResumeCreatePage_fillBar__MxAGc 20s linear forwards;background:linear-gradient(90deg,#3b82f6,#2563eb);border-radius:999px;height:6px;margin-top:10px;width:0}.ResumeCreatePage_step_container__P\+E7W{align-items:center;display:flex;flex-direction:column;gap:50px;height:100%;justify-content:flex-start;margin-top:80px;opacity:0;padding:1rem 1rem 100px;width:100%}.ResumeCreatePage_textarea__zPutJ{border:3px solid #3b82f680;border-radius:12px;font-family:inherit;font-size:1rem;font-weight:560;padding:.75rem 1rem;resize:vertical;width:100%}.ResumeCreatePage_textarea__zPutJ:focus{border:3px solid #3b82f6;outline:none}.ResumeCreatePage_text_rel__eBDMr{display:flex;flex-direction:column;gap:20px;justify-content:flex-start;position:relative;width:800px}.ResumeCreatePage_question_header__suJ3U{align-items:center;animation:ResumeCreatePage_fadeIn__Al-vC .5s ease-in-out 0s 1 normal forwards;display:flex;flex-direction:column;font-size:40px;font-weight:600;justify-content:flex-start;opacity:0;padding:16px;width:1200px}.ResumeCreatePage_question_header__suJ3U strong{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#1e40af);background-clip:text;-webkit-background-clip:text}.ResumeCreatePage_question_header__suJ3U>span{color:#0006;font-size:20px;font-weight:430}.ResumeCreatePage_img_container__g6hCf{align-items:center;animation:ResumeCreatePage_fadeIn__Al-vC .5s ease-in-out .5s 1 normal forwards;display:flex;height:auto;justify-content:center;opacity:0;width:100%}.ResumeCreatePage_svgimg__LvN\+v{aspect-ratio:1/1;width:400px}.ResumeCreatePage_personality_container__QkpvV{align-items:center;animation:ResumeCreatePage_fadeIn__Al-vC .5s ease-in-out .5s 1 normal forwards;display:flex;flex-direction:column;gap:15px;justify-content:flex-start;opacity:0;width:100%}.ResumeCreatePage_personality_line01__qp7Id{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(4,1fr);padding:0 200px;width:1200px}.ResumeCreatePage_personality_line02__5sImZ{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(5,1fr);padding:0 100px;width:1200px}.ResumeCreatePage_personality_line03__XkLgV{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(3,1fr);padding:0 300px;width:1200px}.ResumeCreatePage_personality_line04__y7ec\+{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr);width:100%}.ResumeCreatePage_personality_item__DXPLY{border-radius:48px;box-shadow:-1px 1px 0 #0003;color:#fafafa;cursor:pointer;font-size:1rem;padding:1rem;text-align:center;transition:all .15s ease-in-out}.ResumeCreatePage_personality_item__DXPLY:hover{box-shadow:-2px 2px 0 #0003;transform:translateY(-5px) translateX(5px)}.ResumeCreatePage_personality_item_selected__c--hn{animation:ResumeCreatePage_seleted__dFLaI .5s ease-in-out 0s 1 normal forwards;border-radius:48px;color:#fafafa;cursor:pointer;padding:1rem;position:relative;text-align:center;transition:all .15s ease-in-out}.ResumeCreatePage_none_personality__FdkC6{align-items:center;border:2px dashed #0006;border-radius:48px;color:#0006;cursor:pointer;display:flex;justify-content:center;padding:.9rem;transition:all .15s ease-in-out}.ResumeCreatePage_none_personality__FdkC6:hover{transform:scale(1.05)}.ResumeCreatePage_custom_tip__USg\+\+{align-items:center;background-color:#3b82f633;border:2px solid #3b82f6cc;border-radius:12px;color:#3b82f6;display:flex;font-size:1rem;font-weight:440;gap:5px;justify-content:flex-start;max-width:1200px;padding:.5rem;width:auto}.ResumeCreatePage_dummy_tip__FCWcT{height:44px;max-width:1200px;width:100%}.ResumeCreatePage_custom_container__CkHMq{align-items:center;display:flex;gap:30px;height:100%;justify-content:flex-start;width:100%}.ResumeCreatePage_personality_BTN__Z8-yu{box-shadow:-1px 1px 0 #0003;transition:all .15s ease-in-out}.ResumeCreatePage_personality_BTN__Z8-yu,.ResumeCreatePage_personality_BTN_selected__U7IaQ{align-items:center;border-radius:48px;color:#fafafa;cursor:pointer;display:flex;flex:1 1;font-size:1rem;font-weight:550;justify-content:center;max-width:200px;padding:1rem}.ResumeCreatePage_personality_BTN_selected__U7IaQ{animation:ResumeCreatePage_seleted__dFLaI .5s ease-in-out 0s 1 normal forwards;position:relative}.ResumeCreatePage_personality_BTN__Z8-yu:hover{box-shadow:-2px 2px 0 #0003;transform:translateX(5px) translateY(-5px)}.ResumeCreatePage_checksign__uVff0{align-items:center;border-radius:50%;box-shadow:0 0 1px #059669;color:#059669;display:flex;height:25px;justify-content:center;position:absolute;right:0;top:-12.5px;width:25px}.ResumeCreatePage_custom_input__kOGXL{border:2px solid #0003;border-radius:48px;color:#0009;flex:2 1;font-size:16px;height:44px;padding-left:1rem}.ResumeCreatePage_custom_input__kOGXL:focus{border:2px solid #3b82f6cc;outline:none}.ResumeCreatePage_custom_confirm_container__oIjnM{align-items:center;display:flex;flex:0.5 1;justify-content:space-evenly}.ResumeCreatePage_custom_Icon__xIuD7{border-radius:50%;cursor:pointer;height:45px;padding:.5rem;width:45px}.ResumeCreatePage_gage__0Q75\+{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background-color:#c8c8c8cc;border-radius:999px;height:5px;left:calc(50% - 600px);max-width:1200px;position:fixed;top:100px;width:100%}.ResumeCreatePage_gage_rel__mauGU{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff4d;display:grid;grid-template-columns:repeat(7,1fr);height:5px;position:relative;width:100%}.ResumeCreatePage_gage_bar__bT0kv{background:linear-gradient(90deg,#3b82f6,#2563eb);border-radius:999px;box-shadow:0 0 5px #3b82f6;height:100%;left:0;position:absolute;top:0;transition:all .15s ease-in-out}.ResumeCreatePage_step__YU0q4{border-right:2px solid #0006;color:#0009;font-size:20px;padding:5px 5px 0 0}.ResumeCreatePage_step__YU0q4,.ResumeCreatePage_step_selected__vqOYR{align-items:center;bottom:-.8rem;display:flex;justify-content:flex-end;position:relative}.ResumeCreatePage_step_selected__vqOYR{border-right:2px solid #0009;color:#000c;font-size:22px;font-weight:500;padding:10px 10px 0 0}.ResumeCreatePage_step_btn_container__2OAVh{grid-gap:100px;display:grid;gap:100px;grid-template-columns:repeat(2,1fr);width:500px}.ResumeCreatePage_stepBTN__1TUsD{align-items:center;border-radius:48px;box-shadow:-1px 1px 0 #0006;color:#fafafa;cursor:pointer;display:flex;font-size:1rem;gap:10px;justify-content:center;padding:1rem;transition:all .15s ease-in-out}.ResumeCreatePage_stepBTN__1TUsD:hover{box-shadow:-2px 2px 0 #0006;transform:translateX(5px) translateY(-5px)}.ResumeCreatePage_Input_container__F02d6{display:flex;flex-direction:column;gap:35px;justify-content:flex-start;max-width:800px;width:100%}.ResumeCreatePage_Input_Label__J6Zi7{font-size:20px;font-weight:550;position:relative;width:-webkit-fit-content;width:fit-content}.ResumeCreatePage_Input_container_line2__wEADj{grid-gap:50px;display:grid;gap:50px;grid-template-columns:repeat(2,1fr);max-width:800px;width:100%}.ResumeCreatePage_Input_Label__J6Zi7:before{background:linear-gradient(90deg,#3b82f699,#2563ebb3);border-radius:2px;bottom:-3px;content:"";height:2px;position:absolute;width:100%}.ResumeCreatePage_Input__al8jF{border:2px solid #3b82f680;border-radius:48px;color:#0009;font-size:1rem;padding:.75rem 1rem;width:100%}.ResumeCreatePage_Input__al8jF:focus{border:2px solid #3c83f6;outline:none}.ResumeCreatePage_Input_innner__75q\+M{grid-gap:50px;display:grid;gap:50px;grid-template-columns:80% 20%;width:100%}.ResumeCreatePage_Inner_BTN__ZfBry{align-items:center;border-radius:48px;box-shadow:-1px 1px 0 #0003;color:#000;color:#fff;cursor:pointer;display:flex;font-size:1rem;justify-content:center;padding:.75rem 1rem;transition:all .15s ease-in-out}.ResumeCreatePage_Inner_BTN__ZfBry:hover{box-shadow:-2px 2px 0 #0003;transform:translateX(5px) translateY(-5px)}.ResumeCreatePage_select__-PLHo{border:2px solid #3b82f680;border-radius:12px;color:#0009;font-size:1rem;padding:.75rem .5rem;width:100%}.ResumeCreatePage_select__-PLHo:focus{border:2px solid #3c83f6;outline:none}.ResumeCreatePage_achievement_container__HfeW3{align-items:center;display:flex;flex-direction:column;gap:40px;height:300px;justify-content:flex-start;max-width:800px;overflow-x:hidden;overflow-y:auto;padding:.5rem;width:100%}.ResumeCreatePage_achievement__teZTD{align-items:center;display:flex;gap:50px;justify-content:flex-start;width:100%}.ResumeCreatePage_checkBox__aWmpX{align-items:center;border:2px solid #0006;box-sizing:border-box;display:flex;height:1.1rem;justify-content:center;position:relative;width:1.1rem}.ResumeCreatePage_checkBox__aWmpX>svg{height:30px;position:absolute;top:-10.5px;width:30px}.ResumeCreatePage_achievement_header__O6poT{align-items:center;border-bottom:2px solid #000;display:flex;font-size:1rem;font-weight:450;gap:10px;justify-content:flex-start;padding:1rem 0;position:relative;width:100%}.ResumeCreatePage_achievement_text__fhZjw{background:linear-gradient(90deg,#3b82f6b3,#2563eb);border-radius:48px;color:#fff;flex:1 1;font-size:1rem;overflow:hidden;padding:.75rem 1rem;text-overflow:ellipsis;white-space:nowrap}.ResumeCreatePage_remove_BTN__sbCzB{align-items:center;border-radius:48px;color:#fff;cursor:pointer;display:flex;font-size:1rem;justify-content:center;padding:.75rem 1rem;transition:all .15s ease-in-out}.ResumeCreatePage_remove_BTN__sbCzB:hover{transform:translateX(5px) translateY(-5px)}.ResumeCreatePage_remove_BTN_header__mE3DF{align-items:center;border-radius:48px;color:#fff;cursor:pointer;display:flex;font-size:1rem;justify-content:center;padding:.75rem 1rem;position:absolute;right:0;transition:all .15s ease-in-out}.ResumeCreatePage_remove_BTN_header__mE3DF:hover{transform:translateX(5px) translateY(-5px)}.ResumeCreatePage_none_achievement_container__Cndl3{align-items:center;display:flex;flex-direction:column;height:300px;justify-content:center;max-width:800px;padding:.5rem;width:100%}.ResumeCreatePage_none_comment__Dc8vQ{font-size:20px;font-weight:550}@media (max-width:1400px){.ResumeCreatePage_title__u2UM1{box-sizing:border-box;font-size:36px;font-weight:800;height:auto;padding:10px;width:auto}.ResumeCreatePage_description__oq-EW{color:#64748b;font-size:18px;line-height:1.5}.ResumeCreatePage_animationBTN__a8S0j{align-items:center;background-color:#fafafa;border-radius:12px;box-shadow:0 4px 10px #0000001a;box-sizing:border-box;color:#64748b;cursor:pointer;display:flex;font-size:15px;font-weight:550;justify-content:center;padding:11px 21px;transition:all .25s ease-in-out}.ResumeCreatePage_previewImg__MLSue{align-items:center;display:flex;justify-content:center;position:relative;width:450px}.ResumeCreatePage_baloon__LEY1V{align-items:center;aspect-ratio:2/1;background:linear-gradient(135deg,#3b82f6,#1e40af);box-shadow:3px 3px 10px #0006;color:#fafafa;display:flex;font-size:14px;justify-content:center;position:absolute;width:140px;z-index:1}.ResumeCreatePage_position1__w1lpd{border-bottom-left-radius:12px;left:-90px;top:-30px}.ResumeCreatePage_position1__w1lpd,.ResumeCreatePage_position2__HxEvM{animation:ResumeCreatePage_shakeX__Hb9yC 10s ease-in-out infinite normal forwards;border-top-left-radius:12px;border-top-right-radius:12px}.ResumeCreatePage_position2__HxEvM{border-bottom-right-radius:12px;right:-100px;top:10px}.ResumeCreatePage_position3__2i\+ix{animation:ResumeCreatePage_shakeY__7\+IJm 10s ease-in-out infinite normal forwards;border-radius:12px;left:-120px;top:90px}.ResumeCreatePage_position4__7lIf1{animation:ResumeCreatePage_shakeY__7\+IJm 10s ease-in-out infinite normal forwards;border-bottom-left-radius:12px;border-bottom-right-radius:12px;border-top-right-radius:12px;right:-110px;top:180px}.ResumeCreatePage_position5__aSB5q{animation:ResumeCreatePage_shakeX__Hb9yC 10s ease-in-out infinite normal forwards;border-bottom-left-radius:12px;border-bottom-right-radius:12px;border-top-left-radius:12px;left:-70px;top:240px}.ResumeCreatePage_tail_position1__6zZKN{background-color:#2146b6;-webkit-clip-path:polygon(0 80%,50% 80%,100% 100%,0 80%);clip-path:polygon(0 80%,50% 80%,100% 100%,0 80%);right:-17.5px;top:0}.ResumeCreatePage_tail_position2__dNiT-{background-color:#316cdf;-webkit-clip-path:polygon(100% 80%,50% 80%,0 100%,100% 80%);clip-path:polygon(100% 80%,50% 80%,0 100%,100% 80%);left:-17.5px;top:0}.ResumeCreatePage_tail_position3__E1qyT{background-color:#2146b6;-webkit-clip-path:polygon(0 35%,100% 40%,0 45%);clip-path:polygon(0 35%,100% 40%,0 45%);right:-35px;top:0}.ResumeCreatePage_tail_position4__oKrtR{background-color:#3a7ef2;-webkit-clip-path:polygon(0 0,100% 20%,50% 20%);clip-path:polygon(0 0,100% 20%,50% 20%);left:-17.5px;top:-24.5%}.ResumeCreatePage_tail_position5__98\+W7{background-color:#2856c7;-webkit-clip-path:polygon(0 20%,100% 0,50% 20%);clip-path:polygon(0 20%,100% 0,50% 20%);right:-17.5px;top:-24.5%}.ResumeCreatePage_StopBTN__SPt8O{align-items:center;background:linear-gradient(135deg,#3b82f6,#1e40af);border-radius:12px;box-shadow:3px 3px 10px #0006;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;font-size:18px;justify-content:center;padding:14px 24px;transition:all .25s ease-in-out;width:auto}.ResumeCreatePage_SurveyExampleContainer__uOUmR{display:flex;height:450px;justify-content:center;max-width:700px;overflow:hidden;position:relative;width:100%}.ResumeCreatePage_processing_container__h3eZo{width:768px}.ResumeCreatePage_paper__dU4Mb{background-color:#fafafa;border-radius:16px;height:1000px;justify-content:flex-start;margin-top:600px;padding:10px;width:500px}.ResumeCreatePage_paper__dU4Mb,.ResumeCreatePage_suevey_block__UUkVj{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;gap:25px}.ResumeCreatePage_suevey_block__UUkVj{border-radius:12px;box-shadow:0 2px 4px #1e40af66;justify-content:center;padding:12.5px;width:100%}.ResumeCreatePage_example_question__FA8Sh{align-items:center;display:flex;font-size:18px;font-weight:600;justify-content:center;width:100%}.ResumeCreatePage_dummy_box__yYxQr{align-items:center;aspect-ratio:2/1;border-radius:12px;box-shadow:0 4px 10px #0003;color:#64748b;display:flex;font-size:15px;font-weight:400;justify-content:center;width:15%}.ResumeCreatePage_typing_container__aUl7w{display:flex;flex-direction:column;gap:6px}.ResumeCreatePage_typing__8Lj\+k{display:inline-block;font-size:14px;overflow:hidden;white-space:nowrap;width:0}@keyframes ResumeCreatePage_auto_scroll__ViJNc{0%{transform:translateY(0)}10%{transform:translateY(-500px)}20%{transform:translateY(-700px)}30%{transform:translateY(-1000px)}40%{transform:translateY(-1200px)}50%{transform:translateY(-1200px) translateX(-1600px) scale(.6)}60%{transform:translateY(-1200px) translateX(-1600px) scale(.6)}70%{transform:translateY(-1200px) translateX(-1600px) scale(.6)}80%{transform:translateY(-1200px) translateX(-1600px) scale(.6)}90%{transform:translateY(-1200px) translateX(-1600px) scale(.6)}to{transform:translateY(-1200px) translateX(-1600px) scale(.6)}}.ResumeCreatePage_survey_checkbox__ap5Cn{align-items:center;display:flex;gap:10px;justify-content:space-around;width:100%}.ResumeCreatePage_checkbox_block__fT-xi{align-items:center;display:flex;flex-grow:1;flex-wrap:wrap;font-size:14px;gap:3px;height:50px;justify-content:center}.ResumeCreatePage_dummy_checkbox__CBg5C{align-items:center;aspect-ratio:1/1;border:2px solid #64748b;display:flex;height:16px;justify-content:center;position:relative}.ResumeCreatePage_dummy_checkbox__CBg5C>svg{height:16px;position:absolute;width:16px}.ResumeCreatePage_exampleBTN__Lpiql{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:12px;box-sizing:border-box;color:#fafafa;display:flex;font-size:15px;font-weight:500;justify-content:center;padding:14px 24px;width:33%}.ResumeCreatePage_BotLogo__99Wzg>svg{height:125px;width:125px}.ResumeCreatePage_submit_text__ldqXE{font-size:36px;font-weight:800}.ResumeCreatePage_exampleResult__z1eHG{align-items:center;animation:ResumeCreatePage_appear__pDVIy 20s ease-in-out 0s 1 normal forwards;background-color:#fff;border-radius:12px;box-shadow:0 2px 8px #1e40af66;box-sizing:border-box;display:flex;flex-direction:column;gap:30px;justify-content:center;margin-top:200px;padding:20px;position:absolute;transform:translateX(1200px);width:500px}.ResumeCreatePage_exampleResult__z1eHG>h2{font-size:36px;font-weight:800}.ResumeCreatePage_example_paragraph__LnKHL{align-items:center;display:flex;font-size:14px;justify-content:center;position:relative}.ResumeCreatePage_bubble01__L3Dr3{background-color:#225cda;left:-135px;top:-15px}.ResumeCreatePage_bubble01__L3Dr3,.ResumeCreatePage_bubble02__PeRoC{align-items:center;aspect-ratio:1/1;border-radius:50%;box-sizing:border-box;color:#fff;display:flex;font-size:14px;justify-content:center;padding:10px;position:absolute;text-align:center;width:130px;z-index:1}.ResumeCreatePage_bubble02__PeRoC{background-color:#ef4444;right:-135px;top:-17.5px}.ResumeCreatePage_bubble03__4KK1N{align-items:center;aspect-ratio:1/1;background-color:#059669;border-radius:50%;box-sizing:border-box;color:#fff;display:flex;font-size:14px;justify-content:center;left:-135px;padding:10px;position:absolute;text-align:center;top:0;width:130px;z-index:1}.ResumeCreatePage_bubble04__rgBm8{background-color:purple;right:-135px}.ResumeCreatePage_bubble04__rgBm8,.ResumeCreatePage_bubble05__8FPrb{align-items:center;aspect-ratio:1/1;border-radius:50%;box-sizing:border-box;color:#fff;display:flex;font-size:14px;justify-content:center;padding:10px;position:absolute;text-align:center;top:-10px;width:130px;z-index:1}.ResumeCreatePage_bubble05__8FPrb{background-color:orange;left:-135px}.ResumeCreatePage_bubble06__HFfqF{align-items:center;aspect-ratio:1/1;background-color:#00008b;border-radius:50%;box-sizing:border-box;color:#fff;display:flex;font-size:14px;justify-content:center;padding:10px;position:absolute;right:-135px;text-align:center;top:-15px;width:130px;z-index:1}@keyframes ResumeCreatePage_appear__pDVIy{0%{transform:translateY(0) translateX(1200px) scale(.6)}65%{transform:translateY(0) translateX(1200px) scale(.6)}70%{transform:translateY(-100px) translateX(0) scale(1)}85%{transform:translateY(-1000px) translateX(0) scale(1)}90%{transform:translateY(-1500px) translateX(-1200px) scale(.6)}to{transform:translateY(-2000px) translateX(-1200px) scale(.6)}}.ResumeCreatePage_comment__tNV0p{align-items:center;animation:ResumeCreatePage_comment__tNV0p 20s ease-in-out 0s 1 normal;color:#225cda;display:flex;flex-direction:column;font-size:40px;font-weight:800;justify-content:center;position:absolute;top:200px;width:100%}.ResumeCreatePage_gage__0Q75\+{background-color:#c8c8c899;border-radius:999px;left:calc(50% - 384px);max-width:768px;position:fixed;top:100px}.ResumeCreatePage_gage__0Q75\+,.ResumeCreatePage_gage_rel__mauGU{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);height:4px;width:100%}.ResumeCreatePage_gage_rel__mauGU{display:grid;grid-template-columns:repeat(7,1fr);position:relative}.ResumeCreatePage_step__YU0q4{border-right:2px solid #0006;color:#0009;font-size:14px;padding:5px 5px 0 0}.ResumeCreatePage_step__YU0q4,.ResumeCreatePage_step_selected__vqOYR{align-items:center;bottom:-.8rem;display:flex;justify-content:flex-end;position:relative}.ResumeCreatePage_step_selected__vqOYR{border-right:2px solid #0009;color:#000c;font-size:16px;font-weight:500;padding:10px 10px 0 0}.ResumeCreatePage_question_header__suJ3U{align-items:center;animation:ResumeCreatePage_fadeIn__Al-vC .5s ease-in-out 0s 1 normal forwards;display:flex;flex-direction:column;font-size:36px;font-weight:600;justify-content:flex-start;opacity:0;padding:8px;width:768px}.ResumeCreatePage_question_header__suJ3U>span{color:#0006;font-size:18px;font-weight:430}.ResumeCreatePage_svgimg__LvN\+v{aspect-ratio:1/1;width:300px}.ResumeCreatePage_custom_tip__USg\+\+{align-items:center;background-color:#3b82f633;border:2px solid #3b82f6cc;border-radius:12px;color:#3b82f6;display:flex;font-size:14px;font-weight:440;gap:5px;justify-content:flex-start;max-width:768px;padding:.3rem;width:auto}.ResumeCreatePage_custom_tip__USg\+\+>svg{height:1rem;width:1rem}.ResumeCreatePage_textarea__zPutJ{border:2px solid #3b82f680;border-radius:12px;font-family:inherit;font-size:14px;font-weight:560;padding:.65rem .85rem;resize:vertical;width:100%}.ResumeCreatePage_textarea__zPutJ:focus{border:2px solid #3b82f6;outline:none}.ResumeCreatePage_text_rel__eBDMr{display:flex;flex-direction:column;gap:15px;justify-content:flex-start;position:relative;width:768px}.ResumeCreatePage_stepBTN__1TUsD{align-items:center;border-radius:48px;box-shadow:-1px 1px 0 #0006;color:#fafafa;cursor:pointer;display:flex;font-size:15px;gap:10px;justify-content:center;padding:.75rem 0;transition:all .15s ease-in-out}.ResumeCreatePage_personality_line01__qp7Id{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(4,1fr);padding:0 100px;width:768px}.ResumeCreatePage_personality_line02__5sImZ{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(5,1fr);padding:0 17px;width:768px}.ResumeCreatePage_personality_line03__XkLgV{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(3,1fr);padding:0 165px;width:768px}.ResumeCreatePage_personality_item__DXPLY{align-items:center;box-shadow:-1px 1px 0 #0003;display:flex;justify-content:center;white-space:nowrap}.ResumeCreatePage_personality_item__DXPLY,.ResumeCreatePage_personality_item_selected__c--hn{border-radius:48px;color:#fafafa;cursor:pointer;font-size:15px;padding:.75rem;transition:all .15s ease-in-out}.ResumeCreatePage_personality_item_selected__c--hn{animation:ResumeCreatePage_seleted__dFLaI .5s ease-in-out 0s 1 normal forwards;position:relative;text-align:center}.ResumeCreatePage_none_personality__FdkC6{align-items:center;border:2px dashed #0006;border-radius:48px;color:#0006;cursor:pointer;display:flex;justify-content:center;padding:.55rem;transition:all .15s ease-in-out}.ResumeCreatePage_custom_container__CkHMq{align-items:center;display:flex;gap:20px;height:100%;justify-content:flex-start;width:100%}.ResumeCreatePage_custom_confirm_container__oIjnM>svg{height:36px;width:36px}.ResumeCreatePage_dummy_tip__FCWcT{height:34px;max-width:768px;width:100%}.ResumeCreatePage_personality_BTN__Z8-yu{box-shadow:-1px 1px 0 #0003;transition:all .15s ease-in-out}.ResumeCreatePage_personality_BTN__Z8-yu,.ResumeCreatePage_personality_BTN_selected__U7IaQ{align-items:center;border-radius:48px;color:#fafafa;cursor:pointer;display:flex;flex:1 1;font-size:15px;font-weight:550;justify-content:center;max-width:130px;padding:.75rem}.ResumeCreatePage_personality_BTN_selected__U7IaQ{animation:ResumeCreatePage_seleted__dFLaI .5s ease-in-out 0s 1 normal forwards;position:relative}.ResumeCreatePage_custom_input__kOGXL{border:2px solid #0003;border-radius:48px;color:#0009;flex:2 1;font-size:14px;height:34px;padding-left:15px}.ResumeCreatePage_Input_Label__J6Zi7{font-size:18px;font-weight:550;position:relative;width:-webkit-fit-content;width:fit-content}.ResumeCreatePage_Input__al8jF{border:2px solid #3b82f680;border-radius:48px;color:#0009;font-size:14px;padding:.55rem .8rem;width:100%}.ResumeCreatePage_select__-PLHo{border:2px solid #3b82f680;border-radius:12px;color:#0009;font-size:15px;padding:.5rem;width:100%}.ResumeCreatePage_Input_container_line2__wEADj{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(2,1fr);max-width:768px;width:100%}.ResumeCreatePage_Input_container__F02d6{display:flex;flex-direction:column;gap:25px;justify-content:flex-start;max-width:768px;width:100%}.ResumeCreatePage_Input_innner__75q\+M{grid-gap:30px;display:grid;gap:30px;grid-template-columns:80% 20%;width:100%}.ResumeCreatePage_Inner_BTN__ZfBry{align-items:center;border-radius:48px;box-shadow:-1px 1px 0 #0003;color:#000;color:#fff;cursor:pointer;display:flex;font-size:15px;justify-content:center;padding:.65rem .9rem;transition:all .15s ease-in-out}.ResumeCreatePage_achievement_container__HfeW3{align-items:center;display:flex;flex-direction:column;gap:35px;height:250px;justify-content:flex-start;max-width:700px;overflow-x:hidden;overflow-y:auto;padding:.5rem;width:100%}.ResumeCreatePage_achievement_header__O6poT{align-items:center;border-bottom:2px solid #000;display:flex;font-size:14px;font-weight:450;gap:8px;justify-content:flex-start;padding:1rem 0;position:relative;width:100%}.ResumeCreatePage_achievement_text__fhZjw{background:linear-gradient(90deg,#3b82f6b3,#2563eb);border-radius:48px;color:#fff;flex:1 1;font-size:14px;overflow:hidden;padding:.65rem .9rem;text-overflow:ellipsis;white-space:nowrap}.ResumeCreatePage_checkBox__aWmpX{border:2px solid #0006;box-sizing:border-box;height:15px;position:relative;width:15px}.ResumeCreatePage_checkBox__aWmpX>svg{height:19px;position:absolute;top:-3.5px;width:19px}.ResumeCreatePage_remove_BTN__sbCzB,.ResumeCreatePage_remove_BTN_header__mE3DF{align-items:center;border-radius:48px;color:#fff;cursor:pointer;display:flex;font-size:15px;justify-content:center;padding:.65rem .9rem;transition:all .15s ease-in-out}.ResumeCreatePage_remove_BTN_header__mE3DF{position:absolute;right:0}.ResumeCreatePage_none_achievement_container__Cndl3{align-items:center;display:flex;flex-direction:column;height:250px;justify-content:center;max-width:768px;padding:.5rem;width:100%}.ResumeCreatePage_none_comment__Dc8vQ{font-size:18px;font-weight:550}}@media (max-width:768px){.ResumeCreatePage_title__u2UM1{box-sizing:border-box;font-size:32px;font-weight:800;height:auto;padding:10px;width:auto}.ResumeCreatePage_description__oq-EW{color:#64748b;font-size:16px;line-height:1.4}.ResumeCreatePage_animationBTN__a8S0j{align-items:center;background-color:#fafafa;border-radius:12px;box-shadow:0 4px 10px #0000001a;box-sizing:border-box;color:#64748b;cursor:pointer;display:flex;font-size:14px;font-weight:550;justify-content:center;padding:10px 20px;transition:all .25s ease-in-out}.ResumeCreatePage_previewImg__MLSue{align-items:center;display:flex;justify-content:center;position:relative;width:350px}.ResumeCreatePage_baloon__LEY1V{align-items:center;aspect-ratio:1/1;background:linear-gradient(135deg,#3b82f6,#1e40af);box-shadow:3px 3px 10px #0006;color:#fafafa;display:flex;font-size:13px;justify-content:center;position:absolute;width:90px;z-index:1}.ResumeCreatePage_position1__w1lpd{border-bottom-left-radius:12px;left:-55px;top:-60px}.ResumeCreatePage_position1__w1lpd,.ResumeCreatePage_position2__HxEvM{animation:ResumeCreatePage_shakeX__Hb9yC 10s ease-in-out infinite normal forwards;border-top-left-radius:12px;border-top-right-radius:12px}.ResumeCreatePage_position2__HxEvM{border-bottom-right-radius:12px;right:-60px;top:-10px}.ResumeCreatePage_position3__2i\+ix{animation:ResumeCreatePage_shakeY__7\+IJm 10s ease-in-out infinite normal forwards;border-radius:12px;left:-60px;top:70px}.ResumeCreatePage_position4__7lIf1{animation:ResumeCreatePage_shakeY__7\+IJm 10s ease-in-out infinite normal forwards;border-bottom-left-radius:12px;border-bottom-right-radius:12px;border-top-right-radius:12px;right:-60px;top:150px}.ResumeCreatePage_position5__aSB5q{animation:ResumeCreatePage_shakeX__Hb9yC 10s ease-in-out infinite normal forwards;border-bottom-left-radius:12px;border-bottom-right-radius:12px;border-top-left-radius:12px;left:-10px;top:200px}.ResumeCreatePage_tail_position1__6zZKN{background-color:#2146b6;-webkit-clip-path:polygon(0 80%,50% 80%,100% 100%,0 80%);clip-path:polygon(0 80%,50% 80%,100% 100%,0 80%);right:-11px;top:0}.ResumeCreatePage_tail_position2__dNiT-{background-color:#316cdf;-webkit-clip-path:polygon(100% 80%,50% 80%,0 100%,100% 80%);clip-path:polygon(100% 80%,50% 80%,0 100%,100% 80%);left:-11px;top:0}.ResumeCreatePage_tail_position3__E1qyT{background-color:#2146b6;-webkit-clip-path:polygon(0 35%,100% 40%,0 45%);clip-path:polygon(0 35%,100% 40%,0 45%);right:-23px;top:0}.ResumeCreatePage_tail_position4__oKrtR{background-color:#3a7ef2;-webkit-clip-path:polygon(0 0,100% 20%,50% 20%);clip-path:polygon(0 0,100% 20%,50% 20%);left:-11px;top:-24.5%}.ResumeCreatePage_tail_position5__98\+W7{background-color:#2856c7;-webkit-clip-path:polygon(0 20%,100% 0,50% 20%);clip-path:polygon(0 20%,100% 0,50% 20%);right:-11px;top:-24.5%}.ResumeCreatePage_StopBTN__SPt8O{align-items:center;background:linear-gradient(135deg,#3b82f6,#1e40af);border-radius:12px;box-shadow:3px 3px 10px #0006;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;font-size:16px;justify-content:center;padding:13px 23px;transition:all .25s ease-in-out;width:auto}.ResumeCreatePage_SurveyExampleContainer__uOUmR{display:flex;height:350px;justify-content:center;max-width:500px;overflow:hidden;position:relative;width:100%}.ResumeCreatePage_processing_container__h3eZo{width:480px}.ResumeCreatePage_paper__dU4Mb{background-color:#fafafa;gap:15px;height:900px;justify-content:flex-start;margin-top:500px;padding:5px;width:450px}.ResumeCreatePage_paper__dU4Mb,.ResumeCreatePage_suevey_block__UUkVj{align-items:center;border-radius:12px;box-sizing:border-box;display:flex;flex-direction:column}.ResumeCreatePage_suevey_block__UUkVj{box-shadow:0 2px 8px #1e40af66;gap:10px;justify-content:center;padding:10px;width:100%}.ResumeCreatePage_example_question__FA8Sh{align-items:center;display:flex;font-size:16px;font-weight:600;justify-content:center;width:100%}.ResumeCreatePage_dummy_box__yYxQr{align-items:center;aspect-ratio:2/1;border-radius:8px;box-shadow:0 4px 15px #0003;color:#64748b;display:flex;font-size:15px;font-weight:400;justify-content:center;width:15%}.ResumeCreatePage_typing_container__aUl7w{display:flex;flex-direction:column;gap:3px}.ResumeCreatePage_typing__8Lj\+k{display:inline-block;font-size:14px;overflow:hidden;white-space:nowrap;width:0}@keyframes ResumeCreatePage_auto_scroll__ViJNc{0%{transform:translateY(0)}10%{transform:translateY(-300px)}20%{transform:translateY(-500px)}30%{transform:translateY(-700px)}40%{transform:translateY(-900px)}50%{transform:translateY(-1000px) translateX(-1600px) scale(.6)}60%{transform:translateY(-1000px) translateX(-1600px) scale(.6)}70%{transform:translateY(-1000px) translateX(-1600px) scale(.6)}80%{transform:translateY(-1000px) translateX(-1600px) scale(.6)}90%{transform:translateY(-1000px) translateX(-1600px) scale(.6)}to{transform:translateY(-1000px) translateX(-1600px) scale(.6)}}.ResumeCreatePage_survey_checkbox__ap5Cn{align-items:center;display:flex;gap:10px;justify-content:space-around;width:100%}.ResumeCreatePage_dummy_checkbox__CBg5C{align-items:center;aspect-ratio:1/1;border:1px solid #64748b;display:flex;height:14px;justify-content:center;position:relative}.ResumeCreatePage_checkbox_block__fT-xi{align-items:center;display:flex;flex-grow:1;flex-wrap:wrap;font-size:14px;gap:2px;height:auto;justify-content:center}.ResumeCreatePage_exampleBTN__Lpiql{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:12px;box-sizing:border-box;color:#fafafa;display:flex;font-size:16px;font-weight:500;justify-content:center;padding:13px 23px;width:40%}.ResumeCreatePage_submit_text__ldqXE{font-size:28px;font-weight:800}.ResumeCreatePage_BotLogo__99Wzg>svg{height:100px;width:100px}@keyframes ResumeCreatePage_appear__pDVIy{0%{transform:translateY(0) translateX(1200px) scale(.6)}65%{transform:translateY(0) translateX(1200px) scale(.6)}70%{transform:translateY(-100px) translateX(0) scale(1)}85%{transform:translateY(-1200px) translateX(0) scale(1)}90%{transform:translateY(-1600px) translateX(-1200px) scale(.6)}to{transform:translateY(-2000px) translateX(-1200px) scale(.6)}}.ResumeCreatePage_exampleResult__z1eHG{align-items:center;animation:ResumeCreatePage_appear__pDVIy 20s ease-in-out 0s 1 normal forwards;background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #1e40af66;box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:1300px;justify-content:flex-start;margin-top:200px;padding:10px;position:absolute;transform:translateX(1200px);width:450px}.ResumeCreatePage_exampleResult__z1eHG>h2{font-size:30px;font-weight:800}.ResumeCreatePage_example_paragraph__LnKHL{align-items:center;display:flex;font-size:14px;justify-content:center;position:relative}.ResumeCreatePage_exampleText__zSsdh{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center;width:90%}.ResumeCreatePage_cancelAnimate__2UwI4{align-items:center;aspect-ratio:1/1;cursor:pointer;display:flex;justify-content:center;position:absolute;right:0;top:0;width:25px}.ResumeCreatePage_bubble01__L3Dr3{background-color:#225cda;top:140px}.ResumeCreatePage_bubble01__L3Dr3,.ResumeCreatePage_bubble02__PeRoC{align-items:center;border-radius:8px;box-sizing:border-box;color:#fff;display:flex;font-size:14px;height:45px;justify-content:center;left:calc(50% - 150px);padding:10px;position:absolute;text-align:center;width:300px;z-index:1}.ResumeCreatePage_bubble02__PeRoC{background-color:#ef4444;top:120px}.ResumeCreatePage_bubble03__4KK1N{background-color:#059669;top:160px}.ResumeCreatePage_bubble03__4KK1N,.ResumeCreatePage_bubble04__rgBm8{align-items:center;border-radius:8px;box-sizing:border-box;color:#fff;display:flex;font-size:14px;height:45px;justify-content:center;left:calc(50% - 150px);padding:10px;position:absolute;text-align:center;width:300px;z-index:1}.ResumeCreatePage_bubble04__rgBm8{background-color:purple;top:140px}.ResumeCreatePage_bubble05__8FPrb{background-color:orange;top:130px}.ResumeCreatePage_bubble05__8FPrb,.ResumeCreatePage_bubble06__HFfqF{align-items:center;border-radius:8px;box-sizing:border-box;color:#fff;display:flex;font-size:14px;height:45px;justify-content:center;left:calc(50% - 150px);padding:10px;position:absolute;text-align:center;width:300px;z-index:1}.ResumeCreatePage_bubble06__HFfqF{background-color:#00008b;top:150px}.ResumeCreatePage_comment__tNV0p{align-items:center;animation:ResumeCreatePage_comment__tNV0p 20s ease-in-out 0s 1 normal;color:#225cda;display:flex;flex-direction:column;font-size:32px;font-weight:800;justify-content:center;position:absolute;top:150px;width:100%}.ResumeCreatePage_gage__0Q75\+{background-color:#c8c8c899;border-radius:999px;left:calc(50% - 240px);max-width:480px;position:fixed;top:100px}.ResumeCreatePage_gage__0Q75\+,.ResumeCreatePage_gage_rel__mauGU{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);height:3px;width:100%}.ResumeCreatePage_gage_rel__mauGU{display:grid;grid-template-columns:repeat(7,1fr);position:relative}.ResumeCreatePage_step__YU0q4{border-right:2px solid #0006;color:#0009;font-size:14px;padding:5px 5px 0 0}.ResumeCreatePage_step__YU0q4,.ResumeCreatePage_step_selected__vqOYR{align-items:center;bottom:-.5rem;display:flex;justify-content:flex-end;position:relative}.ResumeCreatePage_step_selected__vqOYR{border-right:2px solid #0009;color:#000c;font-size:15px;font-weight:500;padding:10px 10px 0 0}.ResumeCreatePage_question_header__suJ3U{align-items:center;animation:ResumeCreatePage_fadeIn__Al-vC .5s ease-in-out 0s 1 normal forwards;display:flex;flex-direction:column;font-size:32px;font-weight:600;justify-content:flex-start;opacity:0;padding:6px;text-align:center;width:480px}.ResumeCreatePage_question_header__suJ3U>span{color:#0006;font-size:16px;font-weight:430}.ResumeCreatePage_svgimg__LvN\+v{aspect-ratio:1/1;width:240px}.ResumeCreatePage_custom_tip__USg\+\+{align-items:center;background-color:#3b82f633;border:1px solid #3b82f6cc;border-radius:8px;color:#3b82f6;display:flex;font-size:14px;font-weight:440;gap:4px;justify-content:flex-start;max-width:480px;padding:.2rem;width:auto}.ResumeCreatePage_textarea__zPutJ{border:2px solid #3b82f680;border-radius:12px;font-family:inherit;font-size:14px;font-weight:560;padding:.55rem .75rem;resize:vertical;width:100%}.ResumeCreatePage_textarea__zPutJ:focus{border:2px solid #3b82f6;outline:none}.ResumeCreatePage_text_rel__eBDMr{display:flex;flex-direction:column;gap:15px;justify-content:flex-start;position:relative;width:480px}.ResumeCreatePage_step_btn_container__2OAVh{grid-gap:60px;display:grid;gap:60px;grid-template-columns:repeat(2,1fr);width:350px}.ResumeCreatePage_stepBTN__1TUsD{align-items:center;border-radius:48px;box-shadow:-1px 1px 0 #0006;color:#fafafa;cursor:pointer;display:flex;font-size:15px;gap:8px;justify-content:center;padding:.6rem;transition:all .15s ease-in-out}.ResumeCreatePage_personality_line01__qp7Id{grid-gap:5px;display:grid;gap:5px;grid-template-columns:repeat(4,1fr);padding:0 40.5px;width:480px}.ResumeCreatePage_personality_line02__5sImZ{grid-gap:5px;display:grid;gap:5px;grid-template-columns:repeat(5,1fr);width:480px}.ResumeCreatePage_personality_line03__XkLgV{grid-gap:5px;display:grid;gap:5px;grid-template-columns:repeat(3,1fr);padding:0 110px;width:480px}.ResumeCreatePage_personality_line04__y7ec\+{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);width:480px}.ResumeCreatePage_personality_item__DXPLY{align-items:center;box-shadow:-1px 1px 0 #0003;display:flex;justify-content:center;white-space:nowrap}.ResumeCreatePage_personality_item__DXPLY,.ResumeCreatePage_personality_item_selected__c--hn{border-radius:48px;color:#fafafa;cursor:pointer;font-size:14px;padding:.5rem;transition:all .15s ease-in-out}.ResumeCreatePage_personality_item_selected__c--hn{animation:ResumeCreatePage_seleted__dFLaI .5s ease-in-out 0s 1 normal forwards;position:relative;text-align:center}.ResumeCreatePage_none_personality__FdkC6{align-items:center;border:2px dashed #0006;border-radius:48px;color:#0006;cursor:pointer;display:flex;justify-content:center;padding:.15rem;transition:all .15s ease-in-out}.ResumeCreatePage_custom_container__CkHMq{align-items:center;display:flex;gap:10px;height:100%;justify-content:flex-start;width:100%}.ResumeCreatePage_dummy_tip__FCWcT{height:30px;max-width:480px;width:100%}.ResumeCreatePage_personality_BTN__Z8-yu{box-shadow:-1px 1px 0 #0003;transition:all .15s ease-in-out}.ResumeCreatePage_personality_BTN__Z8-yu,.ResumeCreatePage_personality_BTN_selected__U7IaQ{align-items:center;border-radius:48px;color:#fafafa;cursor:pointer;display:flex;flex:1 1;font-size:14px;font-weight:550;justify-content:center;padding:.5rem}.ResumeCreatePage_personality_BTN_selected__U7IaQ{animation:ResumeCreatePage_seleted__dFLaI .5s ease-in-out 0s 1 normal forwards;position:relative}.ResumeCreatePage_custom_input__kOGXL{border:2px solid #0003;border-radius:48px;color:#0009;flex:1.5 1;font-size:14px;height:30px;padding-left:.75rem}.ResumeCreatePage_custom_confirm_container__oIjnM>svg{height:32px;width:32px}.ResumeCreatePage_Input_Label__J6Zi7{font-size:16px;font-weight:550;position:relative;width:-webkit-fit-content;width:fit-content}.ResumeCreatePage_Input__al8jF{border-radius:48px;padding:.45rem .7rem}.ResumeCreatePage_Input__al8jF,.ResumeCreatePage_select__-PLHo{border:2px solid #3b82f680;color:#0009;font-size:14px;width:100%}.ResumeCreatePage_select__-PLHo{border-radius:8px;padding:.45rem .5rem}.ResumeCreatePage_Input_container_line2__wEADj{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(2,1fr);max-width:480px;width:100%}.ResumeCreatePage_Input_container__F02d6{display:flex;flex-direction:column;gap:20px;justify-content:flex-start;max-width:480px;width:100%}.ResumeCreatePage_Input_innner__75q\+M{grid-gap:20px;display:grid;gap:20px;grid-template-columns:80% 20%;width:100%}.ResumeCreatePage_Inner_BTN__ZfBry{align-items:center;border-radius:48px;box-shadow:-1px 1px 0 #0003;color:#000;color:#fff;cursor:pointer;display:flex;font-size:15px;justify-content:center;padding:.55rem .7rem;transition:all .15s ease-in-out}.ResumeCreatePage_achievement_container__HfeW3{align-items:center;display:flex;flex-direction:column;gap:20px;height:200px;justify-content:flex-start;max-width:400px;overflow-x:hidden;overflow-y:auto;padding:.5rem;width:100%}.ResumeCreatePage_achievement_header__O6poT{align-items:center;border-bottom:2px solid #000;display:flex;font-size:15px;font-weight:450;gap:4px;justify-content:flex-start;padding:1rem 0;position:relative;width:100%}.ResumeCreatePage_achievement_text__fhZjw{background:linear-gradient(90deg,#3b82f6b3,#2563eb);border-radius:48px;color:#fff;flex:1 1;font-size:14px;overflow:hidden;padding:.55rem .7rem;text-overflow:ellipsis;white-space:nowrap}.ResumeCreatePage_checkBox__aWmpX{border:2px solid #0006;box-sizing:border-box;height:.9rem;position:relative;width:.9rem}.ResumeCreatePage_checkBox__aWmpX>svg{height:17px;position:absolute;top:-3.5px;width:17px}.ResumeCreatePage_remove_BTN__sbCzB{border-radius:36px}.ResumeCreatePage_remove_BTN__sbCzB,.ResumeCreatePage_remove_BTN_header__mE3DF{align-items:center;color:#fff;cursor:pointer;display:flex;font-size:15px;justify-content:center;padding:.55rem .7rem;transition:all .15s ease-in-out}.ResumeCreatePage_remove_BTN_header__mE3DF{border-radius:48px;position:absolute;right:0}.ResumeCreatePage_none_achievement_container__Cndl3{align-items:center;display:flex;flex-direction:column;height:200px;justify-content:center;max-width:480px;padding:.5rem;width:100%}.ResumeCreatePage_none_comment__Dc8vQ{font-size:16px;font-weight:550}}@media (max-width:480px){.ResumeCreatePage_title__u2UM1{box-sizing:border-box;font-size:28px;font-weight:800;height:auto;padding:10px;width:auto}.ResumeCreatePage_description__oq-EW{color:#64748b;font-size:14px;line-height:1.3}.ResumeCreatePage_animationBTN__a8S0j{align-items:center;background-color:#fafafa;border-radius:8px;box-shadow:0 4px 10px #0000001a;box-sizing:border-box;color:#64748b;cursor:pointer;display:flex;font-size:13px;font-weight:550;justify-content:center;padding:9px 19px;transition:all .25s ease-in-out}.ResumeCreatePage_previewImg__MLSue{align-items:center;display:flex;justify-content:center;position:relative;width:200px}.ResumeCreatePage_baloon__LEY1V{align-items:center;aspect-ratio:1/1;background:linear-gradient(135deg,#3b82f6,#1e40af);box-shadow:3px 3px 10px #0006;color:#fafafa;display:flex;font-size:12px;justify-content:center;position:absolute;width:80px;z-index:1}.ResumeCreatePage_position1__w1lpd{border-bottom-left-radius:12px;left:-60px;top:-70px}.ResumeCreatePage_position1__w1lpd,.ResumeCreatePage_position2__HxEvM{animation:ResumeCreatePage_shakeX__Hb9yC 10s ease-in-out infinite normal forwards;border-top-left-radius:12px;border-top-right-radius:12px}.ResumeCreatePage_position2__HxEvM{border-bottom-right-radius:12px;right:-65px;top:-40px}.ResumeCreatePage_position3__2i\+ix{animation:ResumeCreatePage_shakeY__7\+IJm 10s ease-in-out infinite normal forwards;border-radius:12px;left:-70px;top:30px}.ResumeCreatePage_position4__7lIf1{animation:ResumeCreatePage_shakeY__7\+IJm 10s ease-in-out infinite normal forwards;border-bottom-left-radius:12px;border-bottom-right-radius:12px;border-top-right-radius:12px;right:-60px;top:100px}.ResumeCreatePage_position5__aSB5q{animation:ResumeCreatePage_shakeX__Hb9yC 10s ease-in-out infinite normal forwards;border-bottom-left-radius:12px;border-bottom-right-radius:12px;border-top-left-radius:12px;left:-50px;top:120px}.ResumeCreatePage_tail_position1__6zZKN{background-color:#2146b6;-webkit-clip-path:polygon(0 80%,50% 80%,100% 100%,0 80%);clip-path:polygon(0 80%,50% 80%,100% 100%,0 80%);right:-10px;top:0}.ResumeCreatePage_tail_position2__dNiT-{background-color:#316cdf;-webkit-clip-path:polygon(100% 80%,50% 80%,0 100%,100% 80%);clip-path:polygon(100% 80%,50% 80%,0 100%,100% 80%);left:-10px;top:0}.ResumeCreatePage_tail_position3__E1qyT{background-color:#2146b6;-webkit-clip-path:polygon(0 35%,100% 40%,0 45%);clip-path:polygon(0 35%,100% 40%,0 45%);right:-20px;top:0}.ResumeCreatePage_tail_position4__oKrtR{background-color:#3a7ef2;-webkit-clip-path:polygon(0 0,100% 20%,50% 20%);clip-path:polygon(0 0,100% 20%,50% 20%);left:-10px;top:-24.5%}.ResumeCreatePage_tail_position5__98\+W7{background-color:#2856c7;-webkit-clip-path:polygon(0 20%,100% 0,50% 20%);clip-path:polygon(0 20%,100% 0,50% 20%);right:-10px;top:-24.5%}.ResumeCreatePage_StopBTN__SPt8O{align-items:center;background:linear-gradient(135deg,#3b82f6,#1e40af);border-radius:12px;box-shadow:3px 3px 10px #0006;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;font-size:13px;justify-content:center;padding:12px 22px;transition:all .25s ease-in-out;width:auto}.ResumeCreatePage_SurveyExampleContainer__uOUmR{display:flex;height:300px;justify-content:center;max-width:450px;overflow:hidden;position:relative;width:100%}.ResumeCreatePage_processing_container__h3eZo{width:360px}.ResumeCreatePage_paper__dU4Mb{background-color:#fafafa;gap:15px;height:800px;justify-content:flex-start;margin-top:500px;padding:5px;width:350px}.ResumeCreatePage_paper__dU4Mb,.ResumeCreatePage_suevey_block__UUkVj{align-items:center;border-radius:12px;box-sizing:border-box;display:flex;flex-direction:column}.ResumeCreatePage_suevey_block__UUkVj{box-shadow:0 2px 8px #1e40af66;gap:10px;justify-content:center;padding:10px;width:100%}.ResumeCreatePage_example_question__FA8Sh{align-items:center;display:flex;font-size:14px;font-weight:600;justify-content:center;width:100%}.ResumeCreatePage_dummy_box__yYxQr{align-items:center;aspect-ratio:2/1;border-radius:6px;box-shadow:0 4px 15px #0003;color:#64748b;display:flex;font-size:12px;font-weight:400;justify-content:center;width:15%}.ResumeCreatePage_typing_container__aUl7w{display:flex;flex-direction:column;gap:3px}.ResumeCreatePage_typing__8Lj\+k{display:inline-block;font-size:12px;overflow:hidden;white-space:nowrap;width:0}@keyframes ResumeCreatePage_auto_scroll__ViJNc{0%{transform:translateY(0)}10%{transform:translateY(-300px)}20%{transform:translateY(-500px)}30%{transform:translateY(-800px)}40%{transform:translateY(-1000px)}50%{transform:translateY(-1100px) translateX(-1600px) scale(.6)}60%{transform:translateY(-1100px) translateX(-1600px) scale(.6)}70%{transform:translateY(-1100px) translateX(-1600px) scale(.6)}80%{transform:translateY(-1100px) translateX(-1600px) scale(.6)}90%{transform:translateY(-1100px) translateX(-1600px) scale(.6)}to{transform:translateY(-1100px) translateX(-1600px) scale(.6)}}.ResumeCreatePage_survey_checkbox__ap5Cn{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-around;width:100%}.ResumeCreatePage_dummy_checkbox__CBg5C{align-items:center;aspect-ratio:1/1;border:2px solid #64748b;display:flex;height:12px;justify-content:center;position:relative}.ResumeCreatePage_checkbox_block__fT-xi{flex-direction:column;gap:2px;height:auto;width:87.5px}.ResumeCreatePage_checkbox_block__fT-xi,.ResumeCreatePage_exampleBTN__Lpiql{align-items:center;display:flex;font-size:12px;justify-content:center;white-space:nowrap}.ResumeCreatePage_exampleBTN__Lpiql{background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:8px;box-sizing:border-box;color:#fafafa;font-weight:500;padding:12px 22px;width:36%}.ResumeCreatePage_submit_text__ldqXE{font-size:20px;font-weight:800}.ResumeCreatePage_BotLogo__99Wzg>svg{height:75px;width:75px}.ResumeCreatePage_exampleResult__z1eHG{align-items:center;animation:ResumeCreatePage_appear__pDVIy 20s ease-in-out 0s 1 normal forwards;background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #1e40af66;box-sizing:border-box;display:flex;flex-direction:column;gap:20px;justify-content:flex-start;margin-top:200px;padding:10px;position:absolute;transform:translateX(1200px);width:350px}.ResumeCreatePage_exampleResult__z1eHG>h2{font-size:28px;font-weight:800}.ResumeCreatePage_example_paragraph__LnKHL{align-items:center;display:flex;font-size:12px;justify-content:center;position:relative}.ResumeCreatePage_exampleText__zSsdh{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center;width:90%}.ResumeCreatePage_cancelAnimate__2UwI4{aspect-ratio:1/1;cursor:pointer;right:0;top:0;width:25px}.ResumeCreatePage_bubble01__L3Dr3,.ResumeCreatePage_cancelAnimate__2UwI4{align-items:center;display:flex;justify-content:center;position:absolute;z-index:1}.ResumeCreatePage_bubble01__L3Dr3{background-color:#225cda;border-radius:8px;box-sizing:border-box;color:#fff;font-size:14px;height:45px;left:calc(50% - 150px);padding:10px;text-align:center;top:120px;width:300px}.ResumeCreatePage_bubble02__PeRoC{background-color:#ef4444;top:120px}.ResumeCreatePage_bubble02__PeRoC,.ResumeCreatePage_bubble03__4KK1N{align-items:center;border-radius:8px;box-sizing:border-box;color:#fff;display:flex;font-size:14px;height:45px;justify-content:center;left:calc(50% - 150px);padding:10px;position:absolute;text-align:center;width:300px;z-index:1}.ResumeCreatePage_bubble03__4KK1N{background-color:#059669;top:160px}.ResumeCreatePage_bubble04__rgBm8{background-color:purple;top:140px}.ResumeCreatePage_bubble04__rgBm8,.ResumeCreatePage_bubble05__8FPrb{align-items:center;border-radius:8px;box-sizing:border-box;color:#fff;display:flex;font-size:14px;height:45px;justify-content:center;left:calc(50% - 150px);padding:10px;position:absolute;text-align:center;width:300px;z-index:1}.ResumeCreatePage_bubble05__8FPrb{background-color:orange;top:120px}.ResumeCreatePage_bubble06__HFfqF{align-items:center;background-color:#00008b;border-radius:8px;box-sizing:border-box;color:#fff;display:flex;font-size:14px;height:45px;justify-content:center;left:calc(50% - 150px);padding:10px;position:absolute;text-align:center;top:150px;width:300px;z-index:1}@keyframes ResumeCreatePage_appear__pDVIy{0%{transform:translateY(0) translateX(1200px) scale(.6)}65%{transform:translateY(0) translateX(1200px) scale(.6)}70%{transform:translateY(-100px) translateX(0) scale(1)}85%{transform:translateY(-1300px) translateX(0) scale(1)}90%{transform:translateY(-1500px) translateX(-1200px) scale(.6)}to{transform:translateY(-2000px) translateX(-1200px) scale(.6)}}.ResumeCreatePage_comment__tNV0p{align-items:center;animation:ResumeCreatePage_comment__tNV0p 20s ease-in-out 0s 1 normal;color:#225cda;display:flex;flex-direction:column;font-size:28px;font-weight:800;justify-content:center;position:absolute;top:130px;width:100%}.ResumeCreatePage_gage__0Q75\+{background-color:#c8c8c899;border-radius:999px;left:calc(50% - 175px);max-width:350px;position:fixed;top:100px}.ResumeCreatePage_gage__0Q75\+,.ResumeCreatePage_gage_rel__mauGU{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);height:3px;width:100%}.ResumeCreatePage_gage_rel__mauGU{display:grid;grid-template-columns:repeat(7,1fr);position:relative}.ResumeCreatePage_step__YU0q4{border-right:1.5px solid #0006;color:#0009;padding:5px 5px 0 0}.ResumeCreatePage_step__YU0q4,.ResumeCreatePage_step_selected__vqOYR{align-items:center;bottom:-.4rem;display:flex;font-size:12px;justify-content:flex-end;position:relative}.ResumeCreatePage_step_selected__vqOYR{border-right:1.5px solid #0009;color:#000c;font-weight:500;padding:10px 10px 0 0}.ResumeCreatePage_question_header__suJ3U{align-items:center;animation:ResumeCreatePage_fadeIn__Al-vC .5s ease-in-out 0s 1 normal forwards;display:flex;flex-direction:column;font-size:28px;font-weight:600;justify-content:flex-start;opacity:0;padding:6px;width:350px}.ResumeCreatePage_question_header__suJ3U>span{color:#0006;font-size:12px;font-weight:430}.ResumeCreatePage_svgimg__LvN\+v{aspect-ratio:1/1;width:200px}.ResumeCreatePage_custom_tip__USg\+\+{align-items:center;background-color:#3b82f633;border:1px solid #3b82f6cc;border-radius:6px;color:#3b82f6;display:flex;font-size:12px;font-weight:440;gap:3px;justify-content:flex-start;max-width:350px;padding:.15rem;width:auto}.ResumeCreatePage_custom_tip__USg\+\+>svg{height:14px;width:14px}.ResumeCreatePage_textarea__zPutJ{border:2px solid #3b82f680;border-radius:6px;font-family:inherit;font-size:12px;font-weight:560;padding:.45rem .65rem;resize:vertical;width:100%}.ResumeCreatePage_textarea__zPutJ:focus{border:2px solid #3b82f6;outline:none}.ResumeCreatePage_text_rel__eBDMr{display:flex;flex-direction:column;gap:15px;justify-content:flex-start;position:relative;width:350px}.ResumeCreatePage_stepBTN__1TUsD{align-items:center;border-radius:48px;box-shadow:-1px 1px 0 #0006;color:#fafafa;cursor:pointer;display:flex;font-size:13px;gap:5px;justify-content:center;padding:.3rem;transition:all .15s ease-in-out}.ResumeCreatePage_personality_line01__qp7Id{grid-gap:5px;display:grid;gap:5px;grid-template-columns:repeat(4,1fr);min-width:350px;padding:0 35px;width:100%}.ResumeCreatePage_personality_line02__5sImZ{grid-gap:5px;display:grid;gap:5px;grid-template-columns:repeat(5,1fr);min-width:350px;width:100%}.ResumeCreatePage_personality_line04__y7ec\+{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,1fr);width:100%}.ResumeCreatePage_personality_item__DXPLY{align-items:center;box-shadow:-1px 1px 0 #0003;display:flex;justify-content:center}.ResumeCreatePage_personality_item__DXPLY,.ResumeCreatePage_personality_item_selected__c--hn{border-radius:48px;color:#fafafa;cursor:pointer;font-size:12px;padding:.3rem;transition:all .15s ease-in-out;white-space:nowrap}.ResumeCreatePage_personality_item_selected__c--hn{animation:ResumeCreatePage_seleted__dFLaI .5s ease-in-out 0s 1 normal forwards;position:relative;text-align:center}.ResumeCreatePage_none_personality__FdkC6{align-items:center;border:2px dashed #0006;border-radius:48px;color:#0006;cursor:pointer;display:flex;justify-content:center;transition:all .15s ease-in-out}.ResumeCreatePage_none_personality__FdkC6>svg{height:14px;width:14px}.ResumeCreatePage_custom_container__CkHMq{align-items:center;display:flex;gap:5px;height:100%;justify-content:flex-start;width:100%}.ResumeCreatePage_dummy_tip__FCWcT{height:41px;max-width:450px;width:100%}.ResumeCreatePage_personality_BTN__Z8-yu{box-shadow:-1px 1px 0 #0003;transition:all .15s ease-in-out}.ResumeCreatePage_personality_BTN__Z8-yu,.ResumeCreatePage_personality_BTN_selected__U7IaQ{align-items:center;border-radius:48px;color:#fafafa;cursor:pointer;display:flex;flex:1 1;font-size:12px;font-weight:550;justify-content:center;padding:.3rem}.ResumeCreatePage_personality_BTN_selected__U7IaQ{animation:ResumeCreatePage_seleted__dFLaI .5s ease-in-out 0s 1 normal forwards;position:relative}.ResumeCreatePage_custom_input__kOGXL{border:2px solid #0003;border-radius:48px;color:#0009;flex:1.25 1;font-size:12px;height:26px}.ResumeCreatePage_custom_confirm_container__oIjnM>svg{height:28px;width:28px}.ResumeCreatePage_Input_Label__J6Zi7{font-size:14px;font-weight:550;position:relative;width:-webkit-fit-content;width:fit-content}.ResumeCreatePage_Input__al8jF{border-radius:48px;padding:.45rem .6rem}.ResumeCreatePage_Input__al8jF,.ResumeCreatePage_select__-PLHo{border:2px solid #3b82f680;color:#0009;font-size:12px;width:100%}.ResumeCreatePage_select__-PLHo{border-radius:6px;padding:.35rem .3rem}.ResumeCreatePage_Input_container_line2__wEADj{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr);max-width:480px;width:100%}.ResumeCreatePage_Input_container__F02d6{display:flex;flex-direction:column;gap:10px;justify-content:flex-start;max-width:450px;width:100%}.ResumeCreatePage_Input_innner__75q\+M{grid-gap:10px;display:grid;gap:10px;grid-template-columns:70% 25%;width:100%}.ResumeCreatePage_Inner_BTN__ZfBry{align-items:center;border-radius:48px;box-shadow:-1px 1px 0 #0003;color:#000;color:#fff;cursor:pointer;display:flex;font-size:13px;justify-content:center;padding:.35rem .5rem;transition:all .15s ease-in-out}.ResumeCreatePage_achievement_container__HfeW3{align-items:center;display:flex;flex-direction:column;gap:10px;height:150px;justify-content:flex-start;max-width:400px;overflow-x:hidden;overflow-y:auto;padding:.5rem;width:100%}.ResumeCreatePage_achievement_header__O6poT{align-items:center;border-bottom:2px solid #000;display:flex;font-size:14px;font-weight:450;gap:3px;justify-content:flex-start;padding:.5rem 0;position:relative;width:100%}.ResumeCreatePage_achievement_text__fhZjw{background:linear-gradient(90deg,#3b82f6b3,#2563eb);border-radius:48px;color:#fff;flex:1 1;font-size:12px;overflow:hidden;padding:.35rem .5rem;text-overflow:ellipsis;white-space:nowrap}.ResumeCreatePage_checkBox__aWmpX{border:1px solid #0006;box-sizing:border-box;height:.7rem;position:relative;width:.7rem}.ResumeCreatePage_remove_BTN__sbCzB{border-radius:36px}.ResumeCreatePage_remove_BTN__sbCzB,.ResumeCreatePage_remove_BTN_header__mE3DF{align-items:center;color:#fff;cursor:pointer;display:flex;font-size:12px;justify-content:center;padding:.35rem .5rem;transition:all .15s ease-in-out}.ResumeCreatePage_remove_BTN_header__mE3DF{border-radius:48px;position:absolute;right:0}.ResumeCreatePage_none_achievement_container__Cndl3{align-items:center;display:flex;flex-direction:column;height:150px;justify-content:center;max-width:480px;padding:.5rem;width:100%}.ResumeCreatePage_step_btn_container__2OAVh{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr);width:280px}.ResumeCreatePage_none_comment__Dc8vQ{font-size:14px;font-weight:550}}@keyframes Loading_circle01__Pv6iA{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Loading_loading-container__4bW4f{background-color:#fff;width:100%}.Loading_loading-container__4bW4f,.Loading_loading-svg-container__fYOxa{align-items:center;display:flex;justify-content:center}.Loading_loading-circle01__uHySc{animation:Loading_circle01__Pv6iA 5s linear 0s infinite normal forwards;transform-origin:center center}.Loading_loading-circle02__k68Rf{animation:Loading_circle01__Pv6iA 2.5s linear 0s infinite normal forwards;transform-origin:center center}.Loading_loading-circle03__Nk0G4{animation:Loading_circle01__Pv6iA 1.25s linear 0s infinite reverse forwards;transform-origin:center center}@keyframes CommonModal_fadeIn__jrMQY{0%{opacity:0;transform:translateY(0)}to{opacity:1;transform:translateY(100px)}}@keyframes CommonModal_fadeOut__S0dTE{0%{opacity:1;transform:translateY(100px)}to{opacity:0;transform:translateY(0)}}.CommonModal_fadeIn__jrMQY{animation:CommonModal_fadeIn__jrMQY .25s ease-in-out 0s 1 normal forwards}.CommonModal_fadeOut__S0dTE{animation:CommonModal_fadeOut__S0dTE .25s ease-in-out 0s 1 normal forwards}.CommonModal_container__8bCG8{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:flex-start;left:0;pointer-events:none;position:fixed;top:0;width:100%;z-index:10000}.CommonModal_Modal_Container__XWHHD{align-items:flex-start;background-color:#fafafa;border-radius:12px;box-shadow:2px 2px #0006;display:flex;flex-direction:column;gap:20px;height:auto;justify-content:flex-start;max-width:450px;padding:20px;pointer-events:auto;position:relative;width:auto}.CommonModal_close_btn__\+jNP0{aspect-ratio:1/1;color:#00000073;cursor:pointer;position:absolute;right:6px;top:3px;width:20px}.CommonModal_close_btn__\+jNP0:hover{color:#000000b3}.CommonModal_btn_container__DJnpa{align-items:center;display:flex;gap:5px;width:100%}.CommonModal_space__KDMrE{flex:1 1}.CommonModal_BTN__amHhQ{align-items:center;cursor:pointer;display:flex;font-size:1.3rem;justify-content:center;opacity:.8;padding:2.5px 5px;transition:all .15s ease-in-out}.CommonModal_BTN__amHhQ:hover{opacity:1;transform:scale(1.08)}.CommonModal_header__L2-Su{align-items:center;color:#3b82f6;display:flex;font-size:30px;font-weight:500;gap:5px;justify-content:flex-start;width:100%}.CommonModal_content__6E4bF{color:#0000008c;font-size:1.1rem}.CommonModal_icon_block__OkrA7{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:flex-start;margin-top:20px}@media (max-width:1400px){.CommonModal_Modal_Container__XWHHD{align-items:flex-start;background-color:#fafafa;border-radius:12px;box-shadow:2px 2px #0006;display:flex;flex-direction:column;gap:15px;height:auto;justify-content:flex-start;max-width:300px;padding:15px;pointer-events:auto;position:relative;width:auto}.CommonModal_BTN__amHhQ{align-items:center;cursor:pointer;display:flex;font-size:15px;justify-content:center;opacity:.8;padding:2.5px 5px;transition:all .15s ease-in-out}.CommonModal_header__L2-Su{align-items:center;color:#3b82f6;display:flex;font-size:18px;font-weight:500;gap:5px;justify-content:flex-start;width:100%}.CommonModal_content__6E4bF{color:#0000008c;font-size:14px}.CommonModal_icon_block__OkrA7>svg{height:18px;width:18px}}@media (max-width:768px){.CommonModal_Modal_Container__XWHHD{align-items:flex-start;background-color:#fafafa;border-radius:12px;box-shadow:2px 2px #0006;display:flex;flex-direction:column;gap:10px;height:auto;justify-content:flex-start;max-width:250px;padding:10px;pointer-events:auto;position:relative;width:auto}.CommonModal_BTN__amHhQ{align-items:center;cursor:pointer;display:flex;font-size:15px;justify-content:center;opacity:.8;padding:2px 4px;transition:all .15s ease-in-out}.CommonModal_header__L2-Su{align-items:center;color:#3b82f6;display:flex;font-size:16px;font-weight:500;gap:5px;justify-content:flex-start;width:100%}.CommonModal_content__6E4bF{color:#0000008c;font-size:14px}.CommonModal_icon_block__OkrA7>svg{height:16px;width:16px}}@media (max-width:480px){.CommonModal_Modal_Container__XWHHD{align-items:flex-start;background-color:#fafafa;border-radius:12px;box-shadow:2px 2px #0006;display:flex;flex-direction:column;gap:8px;height:auto;justify-content:flex-start;max-width:200px;padding:7.5px;pointer-events:auto;position:relative;width:auto}.CommonModal_BTN__amHhQ{align-items:center;cursor:pointer;display:flex;font-size:13px;justify-content:center;opacity:.8;padding:2px 4px;transition:all .15s ease-in-out}.CommonModal_header__L2-Su{align-items:center;color:#3b82f6;display:flex;font-size:14px;font-weight:500;gap:5px;justify-content:flex-start;width:100%}.CommonModal_content__6E4bF{color:#0000008c;font-size:12px}.CommonModal_icon_block__OkrA7>svg{height:14px;width:14px}}@keyframes AskAI_fadeIn__4LoJX{0%{transform:translateY(450px)}to{transform:translateY(0)}}.AskAI_container__zwbXw{background-color:#00000080;height:calc(100% + 80px);justify-content:center;justify-content:flex-end;left:0;padding:0 50px;position:absolute;top:-80px;z-index:1000}.AskAI_container__zwbXw,.AskAI_page__Hm-1l{align-items:center;display:flex;flex-direction:column;width:100%}.AskAI_page__Hm-1l{animation:AskAI_fadeIn__4LoJX .5s ease-in-out 0s 1 normal forwards;background-color:#fff;border-top-left-radius:12px;border-top-right-radius:12px;gap:20px;height:auto;justify-content:flex-start;max-width:1000px;padding:3rem 1rem;position:relative;transition:all .35s ease-in-out}.AskAI_close_BTN__Foryo{cursor:pointer;position:absolute;right:0;top:0;z-index:1}.AskAI_Logo__n9F3n{color:#3b82f6;justify-content:center}.AskAI_Logo__n9F3n,.AskAI_result__qQuqX{align-items:center;display:flex;width:100%}.AskAI_result__qQuqX{flex-direction:column;gap:20px;justify-content:flex-start}.AskAI_sentence__MmQS4{align-items:center;border-radius:12px;box-shadow:2px 2px 5px #0006;cursor:pointer;display:flex;flex:1 1;font-size:.9rem;height:auto;justify-content:center;padding:10px 20px;transition:all .15s ease-in-out;width:90%}.AskAI_sentence__MmQS4:hover{background-color:#3b82f6;color:#fff;transform:scale(1.05)}.AskAI_from_container__DP-LA{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;width:100%}.AskAI_from_comment__4xha4{font-size:1.1rem;font-weight:550;width:100%}.AskAI_from__Ef6F7,.AskAI_from_comment__4xha4{align-items:center;display:flex;justify-content:center}.AskAI_from__Ef6F7{flex-direction:row;flex-wrap:wrap;gap:10px;margin-top:20px;width:80%}.AskAI_layer__sf\+NP{background:linear-gradient(90deg,#3b82f6,#2563eb);border-radius:48px;box-shadow:-2px 2px 0 #0006;color:#fff;display:block;overflow:hidden;padding:.3rem;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:140px}@media (max-width:1399px){.AskAI_Logo__n9F3n>svg{height:60px;width:60px}.AskAI_from_comment__4xha4{align-items:center;display:flex;font-size:18px;font-weight:550;justify-content:center;width:100%}.AskAI_layer__sf\+NP{background:linear-gradient(90deg,#3b82f6,#2563eb);border-radius:48px;box-shadow:-2px 2px 0 #0006;color:#fff;display:block;font-size:14px;overflow:hidden;padding:.3rem;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:140px}.AskAI_sentence__MmQS4{align-items:center;border-radius:12px;box-shadow:2px 2px 5px #0006;cursor:pointer;display:flex;flex:1 1;font-size:14px;height:auto;justify-content:center;padding:10px 20px;transition:all .15s ease-in-out;width:90%}.AskAI_close_BTN__Foryo>svg{height:32px;width:32px}}@media (max-width:786px){.AskAI_page__Hm-1l{align-items:center;animation:AskAI_fadeIn__4LoJX .5s ease-in-out 0s 1 normal forwards;background-color:#fff;border-top-left-radius:12px;border-top-right-radius:12px;display:flex;flex-direction:column;gap:20px;height:50vh;justify-content:flex-start;max-width:1000px;overflow-y:auto;padding:3rem 1rem;position:relative;transition:all .35s ease-in-out;width:100%}.AskAI_Logo__n9F3n>svg{height:50px;width:50px}.AskAI_from_comment__4xha4{align-items:center;display:flex;font-size:16px;font-weight:550;justify-content:center;width:100%}.AskAI_layer__sf\+NP{background:linear-gradient(90deg,#3b82f6,#2563eb);border-radius:48px;box-shadow:-2px 2px 0 #0006;color:#fff;display:block;font-size:13px;overflow:hidden;padding:.3rem;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:140px}.AskAI_sentence__MmQS4{align-items:center;border-radius:12px;box-shadow:2px 2px 5px #0006;cursor:pointer;display:flex;flex:1 1;font-size:13px;height:auto;justify-content:center;padding:10px 20px;transition:all .15s ease-in-out;width:90%}.AskAI_close_BTN__Foryo>svg{height:28px;width:28px}}@media (max-width:480px){.AskAI_Logo__n9F3n>svg{height:40px;width:40px}.AskAI_from_comment__4xha4{align-items:center;display:flex;font-size:14px;font-weight:550;justify-content:center;width:100%}.AskAI_layer__sf\+NP{background:linear-gradient(90deg,#3b82f6,#2563eb);border-radius:48px;box-shadow:-2px 2px 0 #0006;color:#fff;display:block;font-size:12px;overflow:hidden;padding:.3rem;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:140px}.AskAI_sentence__MmQS4{align-items:center;border-radius:12px;box-shadow:2px 2px 5px #0006;cursor:pointer;display:flex;flex:1 1;font-size:12px;height:auto;justify-content:center;padding:10px 20px;transition:all .15s ease-in-out;width:90%}.AskAI_close_BTN__Foryo>svg{height:24px;width:24px}}@keyframes CreateLoading_throw__tiEPj{0%{offset-distance:0;transform:rotate(0deg) scale(1)}60%{offset-distance:100%;transform:rotate(4turn) scale(0)}to{offset-distance:100%;transform:rotate(4turn) scale(0)}}@keyframes CreateLoading_drive__c1o7F{0%{transform:translateX(0) translateY(0)}20%{transform:translateX(200px) translateY(5px)}40%{transform:translateX(0) translateY(-5px)}60%{transform:translateX(-200px) translateY(0)}80%{transform:translateX(-500px) translateY(5px)}to{transform:translateX(0) translateY(0)}}@keyframes CreateLoading_smoke__\+Y7IJ{0%{opacity:0}39%{opacity:0}40%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-40px)}}.CreateLoading_drive__c1o7F{animation:CreateLoading_drive__c1o7F 10s ease-in-out 0s infinite normal forwards}.CreateLoading_smoke__\+Y7IJ{animation:CreateLoading_smoke__\+Y7IJ 3s ease-in-out 0s 1 normal forwards}.CreateLoading_container__P\+Df1{height:100%;padding:50px}.CreateLoading_container__P\+Df1,.CreateLoading_monitor__1GQFA{align-items:center;display:flex;justify-content:center;width:100%}.CreateLoading_monitor__1GQFA{height:720px;max-width:1200px;overflow:hidden;position:relative}.CreateLoading_wind_container__aMXkC{height:100%;position:absolute;top:0;width:2000%}.CreateLoading_wind_container_rel__2RMpL{height:100%;position:relative;width:100%}.CreateLoading_road__Z-zjq{background-color:#0003;border-bottom:5px solid #000;border-top:5px solid #000;height:200px;left:0;position:absolute;top:50%;width:100%;z-index:1}.CreateLoading_centerLine__t2TcW{background:repeating-linear-gradient(90deg,#ff0 0,#ff0 1%,#0000 1.1%,#0000 1.9%,#ff0 2%);height:10px;left:0;position:absolute;top:450px;width:100%}.CreateLoading_wind__hr1Z-{background-color:#3b82f6cc;height:5px;position:absolute;width:100px;z-index:10}.CreateLoading_speedBump__WlGUQ{background-color:#3b82f6e6;height:100%;position:absolute;right:4800px;top:0;transform:rotate(45deg);transform-origin:center center;width:100px;z-index:1}.CreateLoading_paper__zmqAB{animation:CreateLoading_throw__tiEPj 2s ease-in-out 0s 1 normal forwards;box-shadow:-2px 2px 20px #0000004d;left:0;max-height:auto;max-width:200px;offset-path:path("M18,360 C60,330 120,270 180,210  C240,180 300,210 360,180 C420,210 480,240 540,300 C600,360 600,360 600,360");position:absolute;top:0;transform-origin:center center;width:180px}.CreateLoading_paper_rel__jL\+-F{align-items:center;background-color:#fafafa;display:flex;flex-direction:column;gap:20px;height:auto;justify-content:flex-start;padding:5%;position:relative;width:100%}.CreateLoading_clip__xytes{aspect-ratio:1/.2;background-color:#3b82f6e6;box-shadow:-2px 2px 0 #0000004d;position:absolute;right:7.5%;transform:translateY(-147%);width:35%}.CreateLoading_text__SSTDd{background:linear-gradient(90deg,#3b82f6cc,#3b82f6cc 19%,#0000 20%,#0000 30%,#3b82f6cc 31%,#3b82f6cc);height:5px;width:100%}.CreateLoading_text2__Oe2Rb{background:linear-gradient(90deg,#3b82f6cc,#3b82f6cc 59%,#0000 60%,#0000 70%,#3b82f6cc 0,#3b82f6cc);height:5px;width:100%}.CreateLoading_text3__E3lSH{background:linear-gradient(90deg,#3b82f6cc,#3b82f6cc 4%,#0000 5%,#0000 15%,#3b82f6cc 16%,#3b82f6cc);height:5px;width:100%}.CreateLoading_text4__37T8e{background:linear-gradient(90deg,#3b82f6cc,#3b82f6cc 85%,#0000 0,#0000 95%,#3b82f6cc 96%,#3b82f6cc);height:5px;width:100%}.CreateLoading_text5__gNu8V{background:linear-gradient(90deg,#3b82f6cc,#3b82f6cc);height:5px;width:100%}.CreateLoading_text6__Qvcph{background:linear-gradient(90deg,#3b82f6cc,#3b82f6cc 44%,#0000 45%,#0000 55%,#3b82f6cc 56%,#3b82f6cc);height:5px;width:100%}.CreateLoading_text7__LPNCN{background:linear-gradient(90deg,#3b82f6cc,#3b82f6cc 11.5%,#0000 12.5%,#0000 22.5%,#3b82f6cc 23.5%,#3b82f6cc);height:5px;width:100%}.CreateLoading_text8__4kVda{background:linear-gradient(90deg,#3b82f6cc,#3b82f6cc 69%,#0000 70%,#0000 80%,#3b82f6cc 0,#3b82f6cc);height:5px;margin-bottom:40px;width:100%}.CreateLoading_hide_paper01__bUu9h{background-color:#3b82f633;box-shadow:-2px 2px 5px #0000004d;height:100%;left:-5%;position:absolute;top:5%;width:100%;z-index:-1}.CreateLoading_hide_paper02__Um\+eg{background-color:#3b82f666;box-shadow:-2px 2px 10px #0000004d;height:100%;left:-10%;position:absolute;top:10%;width:100%;z-index:-1}.CreateLoading_postman__\+Cu4P{fill:#fafafa;object-fit:cover;position:relative;width:300px;z-index:10}@media (max-width:1399px){.CreateLoading_paper__zmqAB{animation:CreateLoading_throw__tiEPj 2s ease-in-out 0s 1 normal forwards;box-shadow:-2px 2px 20px #0000004d;left:0;max-height:auto;max-width:200px;offset-path:path("M18,360 C60,330 120,270 180,210 C240,180 300,210 360,180 C420,210 480,240 540,300 C560,320 520,340 542,360");position:absolute;top:0;width:140px}.CreateLoading_postman__\+Cu4P{object-fit:cover;width:200px}@keyframes CreateLoading_drive__c1o7F{0%{transform:translateX(0) translateY(0)}20%{transform:translateX(50px) translateY(5px)}40%{transform:translateX(0) translateY(-5px)}60%{transform:translateX(-100px) translateY(0)}80%{transform:translateX(-250px) translateY(5px)}to{transform:translateX(0) translateY(0)}}.CreateLoading_road__Z-zjq{background-color:#0003;border-bottom:5px solid #000;border-top:5px solid #000;height:150px;left:0;position:absolute;top:50%;width:100%;z-index:1}.CreateLoading_centerLine__t2TcW{background:repeating-linear-gradient(90deg,#ff0 0,#ff0 1%,#0000 1.1%,#0000 1.9%,#ff0 2%);height:8px;left:0;position:absolute;top:430px;width:100%}.CreateLoading_paper_rel__jL\+-F{align-items:center;background-color:#fafafa;display:flex;flex-direction:column;gap:15px;height:auto;justify-content:flex-start;padding:5%;position:relative;width:100%}.CreateLoading_text__SSTDd{background:linear-gradient(90deg,#3b82f6cc,#3b82f6cc 19%,#0000 20%,#0000 30%,#3b82f6cc 31%,#3b82f6cc);height:4px;width:100%}.CreateLoading_text2__Oe2Rb{background:linear-gradient(90deg,#3b82f6cc,#3b82f6cc 59%,#0000 60%,#0000 70%,#3b82f6cc 0,#3b82f6cc);height:4px;width:100%}.CreateLoading_text3__E3lSH{background:linear-gradient(90deg,#3b82f6cc,#3b82f6cc 4%,#0000 5%,#0000 15%,#3b82f6cc 16%,#3b82f6cc);height:4px;width:100%}.CreateLoading_text4__37T8e{background:linear-gradient(90deg,#3b82f6cc,#3b82f6cc 85%,#0000 0,#0000 95%,#3b82f6cc 96%,#3b82f6cc);height:4px;width:100%}.CreateLoading_text5__gNu8V{background:linear-gradient(90deg,#3b82f6cc,#3b82f6cc);height:4px;width:100%}.CreateLoading_text6__Qvcph{background:linear-gradient(90deg,#3b82f6cc,#3b82f6cc 44%,#0000 45%,#0000 55%,#3b82f6cc 56%,#3b82f6cc);height:4px;width:100%}.CreateLoading_text7__LPNCN{background:linear-gradient(90deg,#3b82f6cc,#3b82f6cc 11.5%,#0000 12.5%,#0000 22.5%,#3b82f6cc 23.5%,#3b82f6cc);height:4px;width:100%}.CreateLoading_text8__4kVda{background:linear-gradient(90deg,#3b82f6cc,#3b82f6cc 69%,#0000 70%,#0000 80%,#3b82f6cc 0,#3b82f6cc);height:4px;margin-bottom:30px;width:100%}.CreateLoading_smoke__\+Y7IJ{height:250px;width:250px}}@media (max-width:786px){.CreateLoading_paper__zmqAB{animation:CreateLoading_throw__tiEPj 2s ease-in-out 0s 1 normal forwards;box-shadow:-2px 2px 20px #0000004d;left:0;max-height:auto;max-width:200px;offset-path:path("M18,360 C80,340 140,300 180,280 C220,300 250,340 280,360");position:absolute;top:0;width:100px}.CreateLoading_postman__\+Cu4P{object-fit:cover;width:125px}@keyframes CreateLoading_drive__c1o7F{0%{transform:translateX(0) translateY(0)}20%{transform:translateX(-25px) translateY(5px)}40%{transform:translateX(0) translateY(-5px)}60%{transform:translateX(-75px) translateY(0)}80%{transform:translateX(-150px) translateY(5px)}to{transform:translateX(0) translateY(0)}}.CreateLoading_road__Z-zjq{background-color:#0003;border-bottom:3px solid #000;border-top:3px solid #000;height:100px;left:0;position:absolute;top:50%;width:100%;z-index:1}.CreateLoading_centerLine__t2TcW{background:repeating-linear-gradient(90deg,#ff0 0,#ff0 1%,#0000 1.1%,#0000 1.9%,#ff0 2%);height:6px;left:0;position:absolute;top:405px;width:100%}.CreateLoading_paper_rel__jL\+-F{align-items:center;background-color:#fafafa;display:flex;flex-direction:column;gap:10px;height:auto;justify-content:flex-start;padding:5%;position:relative;width:100%}.CreateLoading_text__SSTDd{background:linear-gradient(90deg,#3b82f6cc,#3b82f6cc 19%,#0000 20%,#0000 30%,#3b82f6cc 31%,#3b82f6cc);height:3px;width:100%}.CreateLoading_text2__Oe2Rb{background:linear-gradient(90deg,#3b82f6cc,#3b82f6cc 59%,#0000 60%,#0000 70%,#3b82f6cc 0,#3b82f6cc);height:3px;width:100%}.CreateLoading_text3__E3lSH{background:linear-gradient(90deg,#3b82f6cc,#3b82f6cc 4%,#0000 5%,#0000 15%,#3b82f6cc 16%,#3b82f6cc);height:3px;width:100%}.CreateLoading_text4__37T8e{background:linear-gradient(90deg,#3b82f6cc,#3b82f6cc 85%,#0000 0,#0000 95%,#3b82f6cc 96%,#3b82f6cc);height:3px;width:100%}.CreateLoading_text5__gNu8V{background:linear-gradient(90deg,#3b82f6cc,#3b82f6cc);height:3px;width:100%}.CreateLoading_text6__Qvcph{background:linear-gradient(90deg,#3b82f6cc,#3b82f6cc 44%,#0000 45%,#0000 55%,#3b82f6cc 56%,#3b82f6cc);height:3px;width:100%}.CreateLoading_text7__LPNCN{background:linear-gradient(90deg,#3b82f6cc,#3b82f6cc 11.5%,#0000 12.5%,#0000 22.5%,#3b82f6cc 23.5%,#3b82f6cc);height:3px;width:100%}.CreateLoading_text8__4kVda{background:linear-gradient(90deg,#3b82f6cc,#3b82f6cc 69%,#0000 70%,#0000 80%,#3b82f6cc 0,#3b82f6cc);height:3px;margin-bottom:20px;width:100%}.CreateLoading_smoke__\+Y7IJ{height:175px;width:175px}}@media (max-width:480px){.CreateLoading_paper__zmqAB{animation:CreateLoading_throw__tiEPj 2s ease-in-out 0s 1 normal forwards;box-shadow:-2px 2px 20px #0000004d;left:0;max-height:auto;max-width:200px;offset-path:path("M18,360 C60,340 100,300 140,320 C170,340 190,350 210,360");position:absolute;top:0;width:100px}.CreateLoading_postman__\+Cu4P{object-fit:cover;width:75px}@keyframes CreateLoading_drive__c1o7F{0%{transform:translateX(0) translateY(0)}20%{transform:translateX(-50px) translateY(5px)}40%{transform:translateX(0) translateY(-5px)}60%{transform:translateX(-75px) translateY(0)}80%{transform:translateX(-150px) translateY(5px)}to{transform:translateX(0) translateY(0)}}.CreateLoading_road__Z-zjq{background-color:#0003;border-bottom:2px solid #000;border-top:2px solid #000;height:75px;left:0;position:absolute;top:50%;width:100%;z-index:1}.CreateLoading_centerLine__t2TcW{background:repeating-linear-gradient(90deg,#ff0 0,#ff0 1%,#0000 1.1%,#0000 1.9%,#ff0 2%);height:4px;left:0;position:absolute;top:393px;width:100%}.CreateLoading_paper_rel__jL\+-F{align-items:center;background-color:#fafafa;display:flex;flex-direction:column;gap:5px;height:auto;justify-content:flex-start;padding:5%;position:relative;width:100%}.CreateLoading_text__SSTDd{background:linear-gradient(90deg,#3b82f6cc,#3b82f6cc 19%,#0000 20%,#0000 30%,#3b82f6cc 31%,#3b82f6cc);height:2px;width:100%}.CreateLoading_text2__Oe2Rb{background:linear-gradient(90deg,#3b82f6cc,#3b82f6cc 59%,#0000 60%,#0000 70%,#3b82f6cc 0,#3b82f6cc);height:2px;width:100%}.CreateLoading_text3__E3lSH{background:linear-gradient(90deg,#3b82f6cc,#3b82f6cc 4%,#0000 5%,#0000 15%,#3b82f6cc 16%,#3b82f6cc);height:2px;width:100%}.CreateLoading_text4__37T8e{background:linear-gradient(90deg,#3b82f6cc,#3b82f6cc 85%,#0000 0,#0000 95%,#3b82f6cc 96%,#3b82f6cc);height:2px;width:100%}.CreateLoading_text5__gNu8V{background:linear-gradient(90deg,#3b82f6cc,#3b82f6cc);height:2px;width:100%}.CreateLoading_text6__Qvcph{background:linear-gradient(90deg,#3b82f6cc,#3b82f6cc 44%,#0000 45%,#0000 55%,#3b82f6cc 56%,#3b82f6cc);height:2px;width:100%}.CreateLoading_text7__LPNCN{background:linear-gradient(90deg,#3b82f6cc,#3b82f6cc 11.5%,#0000 12.5%,#0000 22.5%,#3b82f6cc 23.5%,#3b82f6cc);height:2px;width:100%}.CreateLoading_text8__4kVda{background:linear-gradient(90deg,#3b82f6cc,#3b82f6cc 69%,#0000 70%,#0000 80%,#3b82f6cc 0,#3b82f6cc);height:2px;margin-bottom:10px;width:100%}.CreateLoading_smoke__\+Y7IJ{height:125px;width:125px}}@keyframes ResumeCreateResult_appear__xLb5g{0%{transform:translateY(100%)}to{transform:translateY(0)}}.ResumeCreateResult_result_container__kVO2c{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:flex-end;margin:100px 0;padding-bottom:100px;position:relative;width:100%}.ResumeCreateResult_copy_page__KiUbM{align-items:center;background-color:#fff;display:flex;flex-direction:column;gap:100px;height:auto;justify-content:flex-start;padding:1rem;position:fixed;top:-5000px;width:1200px;z-index:-1000}.ResumeCreateResult_copy_title__W7GHM{align-items:center;display:flex;font-size:50px;font-weight:600;justify-content:center;width:100%}.ResumeCreateResult_copy_Block__yy\+nQ{align-items:start;display:flex;flex-direction:column;gap:25px;justify-content:flex-start;padding:0 .5rem;position:relative;width:75%}.ResumeCreateResult_copy_Block_header__I3u-p{font-size:1.3rem;padding:.5rem}.ResumeCreateResult_copy_Block_content__28csF{font-size:1rem;padding:.5rem}.ResumeCreateResult_noneCLick__cWIAA{height:100%;left:0;position:fixed;top:0;width:100%;z-index:10000}.ResumeCreateResult_result_page__uVtIj{align-items:center;animation:ResumeCreateResult_appear__xLb5g 1s ease-in-out 0s 1 normal forwards;background-color:#fff;display:flex;flex-direction:column;gap:100px;height:auto;justify-content:flex-start;overflow:hidden;padding:1rem;width:1200px}.ResumeCreateResult_title__RG-BX{align-items:center;display:flex;font-size:50px;font-weight:600;justify-content:center;width:100%}.ResumeCreateResult_Block__ZRNbC{align-items:start;display:flex;flex-direction:column;gap:25px;justify-content:flex-start;padding:0 .5rem;position:relative;width:75%}.ResumeCreateResult_Block_header__Qoua1{font-size:1.5rem;font-weight:450;width:100%}.ResumeCreateResult_Block_content__mvz4z{font-size:1rem;padding:.5rem}.ResumeCreateResult_option__MBBCX{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:flex-start;position:absolute;right:-20%;top:0;transition:all .15s ease-in-out;width:20%}.ResumeCreateResult_icon__ocjWE{align-items:center;cursor:pointer;display:flex;flex:1 1;justify-content:center;padding:1rem;width:100%}.ResumeCreateResult_icon__ocjWE:hover{background-color:#0000001a}.ResumeCreateResult_icon__ocjWE svg{height:30px;width:30px}.ResumeCreateResult_BTN_container__IJYqC{align-items:center;display:flex;justify-content:space-around;margin-bottom:1rem;width:50%}.ResumeCreateResult_resultBTN__JPWuq{align-items:center;aspect-ratio:1/1;background-color:#3b82f64d;border:2px solid #2563ebcc;border-radius:12px;color:#2563ebcc;cursor:pointer;display:flex;justify-content:center;position:relative;width:60px}.ResumeCreateResult_BTN_tooltip__gzzfQ{background-color:#3b82f64d;border:1px solid #2563ebcc;border-radius:48px;color:#2563ebcc;padding:.5rem;position:absolute;top:-3.5rem;white-space:nowrap}.ResumeCreateResult_menu__RuYpy svg{height:30px;width:30px}.ResumeCreateResult_counter__HilYW{align-items:center;color:#646464cc;display:flex;font-size:.9rem;font-weight:450;justify-content:flex-end;width:100%}.ResumeCreateResult_border_orange__thVed{border-left:5px solid #f97316}.ResumeCreateResult_border_blue__R3SVI{border-left:5px solid #3c83f6}@media (max-width:1400px){.ResumeCreateResult_result_page__uVtIj{align-items:center;animation:ResumeCreateResult_appear__xLb5g 1s ease-in-out 0s 1 normal forwards;background-color:#fff;display:flex;flex-direction:column;gap:50px;height:auto;justify-content:flex-start;overflow:hidden;padding:.75rem;width:768px}.ResumeCreateResult_title__RG-BX{align-items:center;display:flex;font-size:40px;font-weight:600;justify-content:center;width:100%}.ResumeCreateResult_Block__ZRNbC{align-items:start;display:flex;flex-direction:column;gap:25px;justify-content:flex-start;padding:0 .5rem;position:relative;width:75%}.ResumeCreateResult_Block_header__Qoua1{font-size:1.3rem;font-weight:450;width:100%}.ResumeCreateResult_Block_content__mvz4z{font-size:.9rem;padding:.35rem}.ResumeCreateResult_counter__HilYW{align-items:center;color:#646464cc;display:flex;font-size:.8rem;font-weight:450;justify-content:flex-end;width:100%}.ResumeCreateResult_icon__ocjWE{align-items:center;cursor:pointer;display:flex;flex:1 1;justify-content:center;width:100%}.ResumeCreateResult_icon__ocjWE svg{height:25px;width:25px}.ResumeCreateResult_resultBTN__JPWuq{align-items:center;aspect-ratio:1/1;background-color:#3b82f64d;border:2px solid #2563ebcc;border-radius:12px;color:#2563ebcc;cursor:pointer;display:flex;justify-content:center;position:relative;width:50px}.ResumeCreateResult_BTN_tooltip__gzzfQ{background-color:#3b82f64d;border:1px solid #2563ebcc;border-radius:48px;color:#2563ebcc;font-size:.9rem;padding:.5rem;position:absolute;top:-3rem;white-space:nowrap}.ResumeCreateResult_menu__RuYpy svg{height:25px;width:25px}.ResumeCreateResult_border_orange__thVed{border-left:3px solid #f97316}.ResumeCreateResult_border_blue__R3SVI{border-left:3px solid #3c83f6}}@media (max-width:768px){.ResumeCreateResult_result_page__uVtIj{align-items:center;animation:ResumeCreateResult_appear__xLb5g 1s ease-in-out 0s 1 normal forwards;background-color:#fff;display:flex;flex-direction:column;gap:30px;height:auto;justify-content:flex-start;overflow:hidden;padding:.5rem;width:480px}.ResumeCreateResult_title__RG-BX{align-items:center;display:flex;font-size:32px;font-weight:600;justify-content:center;width:100%}.ResumeCreateResult_Block__ZRNbC{align-items:start;display:flex;flex-direction:column;gap:20px;justify-content:flex-start;padding:0 .5rem;position:relative;width:75%}.ResumeCreateResult_Block_header__Qoua1{font-size:18px;font-weight:450;width:100%}.ResumeCreateResult_Block_content__mvz4z{font-size:14px;padding:.25rem}.ResumeCreateResult_counter__HilYW{align-items:center;color:#646464cc;display:flex;font-size:.7rem;font-weight:450;justify-content:flex-end;width:100%}.ResumeCreateResult_icon__ocjWE{align-items:center;cursor:pointer;display:flex;flex:1 1;justify-content:center;width:100%}.ResumeCreateResult_icon__ocjWE svg{height:25px;width:25px}.ResumeCreateResult_resultBTN__JPWuq{align-items:center;aspect-ratio:1/1;background-color:#3b82f64d;border:2px solid #2563ebcc;border-radius:12px;color:#2563ebcc;cursor:pointer;display:flex;justify-content:center;position:relative;width:45px}.ResumeCreateResult_BTN_tooltip__gzzfQ{background-color:#3b82f64d;border:2px solid #2563ebcc;border-radius:48px;color:#2563ebcc;font-size:.7rem;padding:.5rem;position:absolute;top:-2.5rem;white-space:nowrap}.ResumeCreateResult_menu__RuYpy svg{height:25px;width:25px}.ResumeCreateResult_border_orange__thVed{border-left:3px solid #f97316}.ResumeCreateResult_border_blue__R3SVI{border-left:3px solid #3c83f6}.ResumeCreateResult_BTN_container__IJYqC{align-items:center;display:flex;gap:10px;justify-content:center;margin-bottom:1rem;width:70%}}@media (max-width:480px){.ResumeCreateResult_result_page__uVtIj{align-items:center;animation:ResumeCreateResult_appear__xLb5g 1s ease-in-out 0s 1 normal forwards;background-color:#fff;display:flex;flex-direction:column;gap:30px;height:auto;justify-content:flex-start;max-width:400px;overflow:hidden;padding:.75rem}.ResumeCreateResult_title__RG-BX{align-items:center;display:flex;font-size:28px;font-weight:600;justify-content:center;width:100%}.ResumeCreateResult_Block__ZRNbC{align-items:start;display:flex;flex-direction:column;gap:15px;justify-content:flex-start;padding:0 .5rem;position:relative;width:75%}.ResumeCreateResult_Block_header__Qoua1{font-size:16px;font-weight:450;width:100%}.ResumeCreateResult_Block_content__mvz4z{font-size:12px;padding:.25rem}.ResumeCreateResult_counter__HilYW{align-items:center;color:#646464cc;display:flex;font-size:.7rem;font-weight:450;justify-content:flex-end;width:100%}.ResumeCreateResult_icon__ocjWE{align-items:center;cursor:pointer;display:flex;flex:1 1;justify-content:center;width:100%}.ResumeCreateResult_icon__ocjWE svg{height:20px;width:20px}.ResumeCreateResult_resultBTN__JPWuq{align-items:center;aspect-ratio:1/1;background-color:#3b82f64d;border:1px solid #2563ebcc;border-radius:8px;color:#2563ebcc;cursor:pointer;display:flex;justify-content:center;position:relative;width:35px}.ResumeCreateResult_BTN_tooltip__gzzfQ{background-color:#3b82f64d;border:1px solid #2563ebcc;border-radius:48px;color:#2563ebcc;font-size:12px;padding:.2rem;position:absolute;top:-2.2rem;white-space:nowrap}.ResumeCreateResult_menu__RuYpy svg{height:20px;width:20px}.ResumeCreateResult_border_orange__thVed{border-left:3px solid #f97316}.ResumeCreateResult_border_blue__R3SVI{border-left:3px solid #3c83f6}.ResumeCreateResult_BTN_container__IJYqC{align-items:center;display:flex;gap:10px;justify-content:center;margin-bottom:1rem;width:70%}}.companyForm .admin-page-container{box-sizing:border-box;height:auto;margin:0 auto;max-width:100%;padding-inline:1rem;padding:2rem 20px 80px;width:100%}@media (min-width:768px){.companyForm .admin-page-container{padding-inline:2rem}}@media (min-width:1024px){.companyForm .admin-page-container{padding-inline:4rem}}@media (min-width:1280px){.companyForm .admin-page-container{padding-inline:8rem}}@media (min-width:1536px){.companyForm .admin-page-container{padding-inline:20rem}}@media (min-width:1900px){.companyForm .admin-page-container{padding-inline:28rem}}.companyForm .admin-header{align-items:center;background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;box-sizing:border-box;display:flex;gap:20px;margin-bottom:30px;padding:20px;width:100%}.companyForm .back-btn{align-items:center;background:#6c757d;border:none;border-radius:6px;color:#fff;cursor:pointer;display:inline-flex;font-size:14px;gap:5px;padding:8px 16px;text-decoration:none;transition:all .3s ease}.companyForm .back-btn:hover{background:#5a6268;transform:translateY(-1px)}.companyForm .page-title{color:#2c3e50;font-size:1.8rem;font-weight:600;margin:0}.companyForm .company-detail-container{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;box-sizing:border-box;overflow:hidden;width:100%}.companyForm .company-header{align-items:flex-start;background:linear-gradient(135deg,#1d4ed8,#3b82f6cc);box-sizing:border-box;color:#fff;display:flex;justify-content:space-between;padding:30px;position:relative;width:100%}.companyForm .header-content{flex:1 1}.companyForm .company-name{color:#fff;font-size:2.5rem;font-weight:700;margin:0 0 10px}.companyForm .company-industry{font-size:1.1rem;font-weight:400;margin:0;opacity:.9}.companyForm .header-actions{display:flex;flex-shrink:0;gap:10px}.companyForm .company-info-grid{grid-gap:0;box-sizing:border-box;display:grid;gap:0;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));width:100%}.companyForm .info-section{border-bottom:1px solid #e9ecef;border-right:1px solid #e9ecef;box-sizing:border-box;padding:25px;width:100%}.companyForm .info-section:last-child{border-right:none}.companyForm .info-section h3{border-bottom:2px solid #3498db;color:#2c3e50;font-size:1.3rem;font-weight:600;margin:0 0 20px;padding-bottom:10px}.companyForm .info-item{align-items:center;border-bottom:1px solid #f8f9fa;box-sizing:border-box;display:flex;justify-content:space-between;padding:12px 0;width:100%}.companyForm .info-item:last-child{border-bottom:none}.companyForm .info-label{color:#495057;font-size:.95rem;font-weight:600;min-width:120px}.companyForm .info-label.adress{min-width:60px}.companyForm .info-value{color:#2c3e50;flex:1 1;font-weight:500;text-align:right}.companyForm .edit-input{background:#fff;border:2px solid #e9ecef;border-radius:6px;box-sizing:border-box;font-size:.95rem;padding:8px 12px;transition:border-color .3s ease;width:100%}.companyForm .edit-input:focus{border-color:#3498db;box-shadow:0 0 0 3px #3498db1a;outline:none}.companyForm .edit-select{background:#fff;border:2px solid #e9ecef;border-radius:6px;box-sizing:border-box;cursor:pointer;font-size:.95rem;padding:8px 12px;width:100%}.companyForm .edit-select:focus{border-color:#3498db;box-shadow:0 0 0 3px #3498db1a;outline:none}.companyForm .edit-textarea{background:#fff;border:2px solid #e9ecef;border-radius:6px;box-sizing:border-box;font-family:inherit;font-size:.95rem;min-height:80px;padding:12px;resize:vertical;transition:border-color .3s ease;width:100%}.companyForm .edit-textarea:focus{border-color:#3498db;box-shadow:0 0 0 3px #3498db1a;outline:none}.companyForm .company-description{border-bottom:1px solid #e9ecef;box-sizing:border-box;padding:25px 25px 40px;width:100%}.companyForm .company-description:last-child{border-bottom:none}.companyForm .company-description h3{border-bottom:2px solid #27ae60;color:#2c3e50;font-size:1.3rem;font-weight:600;margin:0 0 15px;padding-bottom:10px}.companyForm .description-text{color:#495057;font-size:.95rem;line-height:1.6;margin:0}.companyForm .form-actions{background:#f8f9fa;border-top:1px solid #e9ecef;display:flex;gap:15px;justify-content:center;padding:4rem 30px 30px}.companyForm .btn{border:none;border-radius:6px;cursor:pointer;display:inline-block;font-size:.9rem;font-weight:600;min-width:100px;padding:12px 24px;text-decoration:none;transition:all .3s ease}.companyForm .btn-primary{background:linear-gradient(135deg,#e3f2fd,#bbdefb);border:2px solid #3b82f6;border-radius:6px;box-shadow:0 2px 8px #3b82f626;color:#2563eb;font-weight:600;padding:10px 20px;transition:all .3s ease}.companyForm .btn-primary:hover{background:#90b4ef;box-shadow:0 4px 12px #3b82f64d;color:#fff;transform:translateY(-2px)}.companyForm .btn-secondary{background:#95a5a6;color:#fff}.companyForm .btn-secondary:hover{background:#7f8c8d;transform:translateY(-2px)}.companyForm .btn-success{background:linear-gradient(135deg,#e3f2fd,#bbdefb);border:2px solid #3b82f6;border-radius:6px;box-shadow:0 2px 8px #3b82f626;color:#2563eb;font-weight:600;padding:10px 20px;transition:all .3s ease}.companyForm .btn-success:hover{background:linear-gradient(135deg,#3b82f6,#2563eb);border-color:#2563eb;box-shadow:0 4px 12px #3b82f64d;color:#fff;transform:translateY(-2px)}.companyForm .loading{color:#7f8c8d}.companyForm .error,.companyForm .loading{font-size:1.1rem;padding:60px;text-align:center}.companyForm .error{color:#e74c3c}.companyForm .size-badge{border-radius:20px;display:inline-block;font-size:.85rem;font-weight:600;padding:6px 16px;text-transform:uppercase}.companyForm .size-large{background:#e8f5e8;color:#27ae60}.companyForm .size-medium{background:#fff3cd;color:#856404}.companyForm .size-small{background:#f8d7da;color:#721c24}.companyForm .size-public{background:#d1ecf1;color:#0c5460}@media (max-width:768px){.companyForm .admin-page-container{padding:10px}.companyForm .admin-header{align-items:flex-start;flex-direction:column;gap:15px}.companyForm .company-header{flex-direction:column;gap:20px}.companyForm .header-actions{justify-content:flex-end;width:100%}.companyForm .company-info-grid{grid-template-columns:1fr}.companyForm .info-section{border-right:none}.companyForm .info-item{align-items:flex-start;flex-direction:column;gap:8px}.companyForm .info-value{text-align:left;width:100%}.companyForm .company-name{font-size:2rem}}*{box-sizing:border-box}*,html{margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f9fafb;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;height:100vh;margin:0;min-height:100%;overflow-x:hidden;overflow:visible;padding:0;position:relative}.app{flex-direction:column;height:100vh}.app,.page-content{display:flex;position:relative;width:100%}.page-content{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);flex:1 1;flex-direction:column;margin-top:0;max-width:100%;z-index:1}.homepage{padding-top:0}.login-page,.signup-page{padding-top:80px}.loading-screen{align-items:center;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);color:#666;display:flex;font-size:1.2rem;height:100vh;justify-content:center}.loading-screen:after{animation:dots 1.5s steps(5) infinite;content:"...";display:inline-block;overflow:hidden;vertical-align:bottom;width:0}@keyframes dots{0%,20%{width:0}40%{width:.5em}60%{width:1em}80%,to{width:1.5em}}button{cursor:pointer}button:disabled{cursor:not-allowed}@media (max-width:768px){.app{padding:0}}.btn-primary{background-color:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:12px 24px;transition:all .3s ease}.btn-primary:hover{background-color:#1d4ed8;transform:translateY(-1px)}.btn-secondary{background-color:#1e40af;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:500;padding:8px 16px;transition:all .3s ease}.btn-secondary:hover{background-color:#1e3a8a}.card{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;transition:all .3s ease}.card:hover{box-shadow:0 10px 15px -3px #0000001a}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .6s ease-out}
/*# sourceMappingURL=main.1d9e0fad.css.map*/