@charset "UTF-8";.idle-ad-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.7);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;display:flex;align-items:center;justify-content:center}.idle-ad-container{position:relative;width:90%;max-width:800px;background:white;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #0000004d}.close-btn{position:absolute;top:12px;right:12px;z-index:10;width:36px;height:36px;border-radius:50%;border:none;background:rgba(0,0,0,.5);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s}.close-btn:hover{background:rgba(0,0,0,.8);transform:scale(1.1)}.ad-carousel{height:500px}.ad-carousel .slick-slide>div{height:500px}.ad-slide{height:500px}.ad-link{display:block;width:100%;height:100%;text-decoration:none;position:relative}.ad-image{width:100%;height:500px;object-fit:contain;background:#f5f5f5}.ad-title{position:absolute;bottom:0;left:0;right:0;padding:16px 20px;background:linear-gradient(transparent,rgba(0,0,0,.7));color:#fff;font-size:16px;font-weight:500}.no-ads{height:500px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#9ca3af;gap:12px}.no-ads p{margin:0;font-size:14px}.ad-footer{padding:12px 20px;text-align:center;font-size:12px;color:#9ca3af;background:#f9fafb;border-top:1px solid #e5e7eb}.ad-carousel .slick-dots li button{background:#d1d5db!important;width:10px;height:10px;border-radius:50%}.ad-carousel .slick-dots li.slick-active button{background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%)!important}@media (max-width: 640px){.idle-ad-container{width:95%;max-width:none}.ad-carousel,.ad-carousel .slick-slide>div,.ad-slide,.ad-image,.no-ads{height:280px!important}}*{margin:0;padding:0;box-sizing:border-box}html{font-size:14px;line-height:1.5}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5}#root{min-height:100vh}.main-header{background:#fff;border-bottom:1px solid #f0f0f0;padding:0;box-shadow:0 2px 8px #0000000f;position:sticky;top:0;z-index:100}.header-content{display:flex;justify-content:space-between;align-items:center;max-width:1200px;padding:0 24px;height:64px;margin:0 auto}.logo{font-size:20px;font-weight:700;color:#1890ff;cursor:pointer;display:flex;align-items:center;gap:8px}.header-right{display:flex;align-items:center;gap:16px}.welcome-text{font-size:14px;color:#666}.user-avatar{cursor:pointer;border:1px solid #f0f0f0}.main-sider{background:#fff;border-right:1px solid #f0f0f0}.main-menu{border-right:none;height:calc(100vh - 64px)}.main-content{background:#f5f5f5;min-height:calc(100vh - 64px)}.content-wrapper{padding:24px;max-width:1200px;margin:0 auto}.auth-layout{min-height:100vh;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);display:flex;align-items:center;justify-content:center}.auth-content{width:100%}.auth-container{width:100%;max-width:400px;margin:0 auto}@media (max-width: 768px){.header-content{padding:0 16px}.content-wrapper{padding:16px}.main-sider{display:none}.logo{font-size:16px}.welcome-text{display:none}}.home-page-portal{min-height:100vh}.hero-section{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;padding:120px 0 80px;text-align:center;position:relative;overflow:hidden}.hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="rgba(255,255,255,0.1)" d="M0,96L48,112C96,128,192,160,288,165.3C384,171,480,149,576,128C672,107,768,85,864,96C960,107,1056,149,1152,154.7C1248,160,1344,128,1392,112L1440,96L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>') no-repeat bottom;background-size:cover}.hero-content{position:relative;z-index:2;max-width:800px;margin:0 auto;padding:0 20px}.hero-title{color:#fff!important;font-size:48px!important;font-weight:700!important;margin-bottom:20px!important;line-height:1.2!important}.hero-subtitle{color:#ffffffe6!important;font-size:20px!important;margin-bottom:40px!important}.hero-button{height:56px!important;padding:0 32px!important;font-size:18px!important;border-radius:28px!important;margin-bottom:16px!important;box-shadow:0 4px 14px #1890ff66}.hero-text{color:#fffc!important;font-size:16px!important}.features-section{padding:100px 0;background:#fafafa}.section-title{color:#262626!important;margin-bottom:16px!important;font-weight:600!important}.features-row{margin-top:50px}.feature-card{text-align:center;height:100%;border-radius:12px!important;transition:all .3s ease;box-shadow:0 2px 8px #0000000f!important;padding:30px 24px!important}.feature-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #00000026!important}.feature-icon{margin-bottom:24px}.feature-title{color:#262626!important;margin-bottom:16px!important;font-weight:600!important}.feature-description{color:#666!important;font-size:16px!important;line-height:1.6!important;margin-bottom:24px!important}.feature-benefits .benefit-item{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:8px;font-size:14px;color:#666}.feature-benefits .benefit-item .benefit-icon{color:#52c41a;font-size:12px}.companies-section{padding:80px 0;background:white}.section-subtitle{color:#8c8c8c!important;margin-bottom:48px!important;font-size:16px!important}.companies-grid{max-width:1200px;margin:0 auto}.company-card{text-align:center;border-radius:8px;transition:all .3s ease}.company-link{display:block;padding:20px;text-decoration:none;color:inherit;transition:all .3s ease}.company-link:hover{background:#f5f5f5;transform:scale(1.05)}.company-logo{width:60px;height:60px;margin-bottom:8px;object-fit:contain}.company-name{font-size:14px;color:#666;display:block;margin-top:8px}.cta-section{padding:80px 0;background:linear-gradient(135deg,#1890ff 0%,#096dd9 100%);color:#fff;text-align:center}.cta-content{max-width:600px;margin:0 auto}.cta-title{color:#fff!important;margin-bottom:20px!important;font-weight:600!important}.cta-subtitle{color:#ffffffe6!important;font-size:16px!important;margin-bottom:32px!important;line-height:1.6!important}@media (max-width: 768px){.home-page-portal{padding-top:56px}.hero-section{padding:80px 0 60px}.hero-title{font-size:32px!important}.hero-subtitle{font-size:16px!important}.features-section,.companies-section,.cta-section{padding:60px 0}.feature-card{margin-bottom:24px;padding:20px 16px!important}.companies-grid .company-link{padding:15px}.companies-grid .company-logo{width:48px;height:48px}.companies-grid .company-name{font-size:12px}.cta-content{padding:0 20px}}.login-container{min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);background-size:400% 400%;animation:gradientFlow 15s ease infinite;padding:20px;position:fixed;top:0;left:0;overflow-y:auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.register-container{min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);background-size:400% 400%;animation:gradientFlow 15s ease infinite;padding:15px;position:fixed;top:0;left:0;overflow-y:auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}@keyframes gradientFlow{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.background-decoration{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.decoration-circle{position:absolute;border-radius:50%;background:rgba(255,255,255,.1);animation:float 8s ease-in-out infinite}.decoration-1{width:200px;height:200px;top:-100px;left:-100px}.decoration-2{width:300px;height:300px;bottom:-150px;right:-150px}.decoration-3{width:150px;height:150px;top:50%;right:-75px}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(180deg)}}.login-card,.register-card{position:relative;z-index:2;width:100%;max-width:1134px;min-height:550px;background:white;border-radius:20px;box-shadow:0 20px 60px #00000026;padding:0;animation:fadeIn .6s ease-out;display:flex;flex-direction:row;overflow:hidden}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.login-card-left{flex:0 0 35%;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:50px 40px;display:flex;flex-direction:column;justify-content:center;align-items:center}.register-card-left{flex:0 0 28%;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:30px 25px;display:flex;flex-direction:column;justify-content:center;align-items:center}.login-card-right{flex:1;padding:50px 60px;overflow-y:auto;background:white;display:flex;flex-direction:column;justify-content:center}.register-card-right{flex:1;padding:15px 35px;overflow-y:auto;background:white;display:flex;flex-direction:column;justify-content:flex-start}.login-card{min-height:550px;max-height:650px}.register-card{max-width:1200px;min-height:auto;max-height:95vh}.logo-section{text-align:center;margin-bottom:30px}.register-header{text-align:center;margin-bottom:20px}.logo{display:inline-flex;align-items:center;justify-content:center;margin-bottom:16px}.logo-icon{width:56px;height:56px;border-radius:16px;background:rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;margin-right:16px;box-shadow:0 8px 20px #00000026}.logo-icon i,.logo-icon svg,.logo-icon .icon-resume{font-size:28px;color:#fff;font-style:normal}.logo h1{font-size:32px;font-weight:700;color:#fff;margin:0}.logo-section>p,.register-header p{font-size:18px;color:#fffc;margin:0;font-weight:400}.login-tabs{display:flex;margin-bottom:40px;background:#f3f4f6;border-radius:12px;padding:6px}.tab-item{flex:1;padding:14px 20px;text-align:center;border-radius:10px;font-size:15px;font-weight:600;color:#6b7280;cursor:pointer;transition:all .3s ease;-webkit-user-select:none;user-select:none}.tab-item.active{background:white;color:#667eea;box-shadow:0 2px 8px #00000014}.tab-item:hover:not(.active){color:#667eea;background:rgba(255,255,255,.6)}.form-section{margin-bottom:24px}.ant-btn-primary{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)!important;border:none!important;box-shadow:0 4px 10px #667eea4d!important;height:52px!important;font-size:16px!important;font-weight:600!important;border-radius:8px!important;transition:all .2s ease!important}.ant-btn-primary:hover{background:linear-gradient(135deg,#5a6fd8 0%,#6a4291 100%)!important;transform:translateY(-1px)!important;box-shadow:0 8px 20px #667eea66!important}.ant-btn-primary:active{transform:translateY(0)!important}.login-button,.action-button.primary,.register-submit-btn{width:100%;height:52px!important;font-size:16px!important;font-weight:600!important;border-radius:8px!important}.login-container .ant-input,.login-container .ant-input-password input,.login-container .ant-input-affix-wrapper,.register-container .ant-input,.register-container .ant-input-password input,.register-container .ant-input-affix-wrapper{border-radius:8px!important;padding:12px 15px!important;border:1px solid #e5e7eb!important;background:#f9fafb!important;color:#1f2937!important;transition:all .3s ease!important;font-size:15px!important}.login-container .ant-input::placeholder,.login-container .ant-input-password input::placeholder,.login-container .ant-input-affix-wrapper::placeholder,.register-container .ant-input::placeholder,.register-container .ant-input-password input::placeholder,.register-container .ant-input-affix-wrapper::placeholder{color:#9ca3af!important}.login-container .ant-input:hover,.login-container .ant-input-password input:hover,.login-container .ant-input-affix-wrapper:hover,.register-container .ant-input:hover,.register-container .ant-input-password input:hover,.register-container .ant-input-affix-wrapper:hover{border-color:#d1d5db!important;background:#f3f4f6!important}.login-container .ant-input:focus,.login-container .ant-input.ant-input-affix-wrapper-focused,.login-container .ant-input-password input:focus,.login-container .ant-input-password input.ant-input-affix-wrapper-focused,.login-container .ant-input-affix-wrapper:focus,.login-container .ant-input-affix-wrapper.ant-input-affix-wrapper-focused,.register-container .ant-input:focus,.register-container .ant-input.ant-input-affix-wrapper-focused,.register-container .ant-input-password input:focus,.register-container .ant-input-password input.ant-input-affix-wrapper-focused,.register-container .ant-input-affix-wrapper:focus,.register-container .ant-input-affix-wrapper.ant-input-affix-wrapper-focused{border-color:#667eea!important;background:white!important;box-shadow:0 0 0 3px #667eea1a!important}.ant-input-prefix{color:#9ca3af;margin-right:8px;font-size:16px}.ant-form-item-label>label{font-weight:600;color:#374151;font-size:15px}.custom-tabs .ant-tabs-nav{margin-bottom:24px}.custom-tabs .ant-tabs-tab{font-size:16px;padding:12px 0}.footer-section{display:flex;justify-content:center;align-items:center;gap:12px;margin-top:12px}.link-button{color:#6b7280;font-size:14px;cursor:pointer;transition:color .2s ease;text-decoration:none}.link-button:hover{color:#667eea}.divider{color:#d1d5db;font-size:14px;font-weight:300}.code-input-group{display:flex!important;gap:10px!important;width:100%!important}.code-input-group .ant-form-item{flex:1;margin-bottom:0!important}.code-input-group .ant-form-item-control-input-content{display:flex;gap:10px;width:100%}.code-button{width:110px!important;height:40px!important;border-radius:6px!important;font-size:14px!important;flex-shrink:0}.code-button:disabled{cursor:not-allowed;opacity:.6}.floating-elements{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none}.element{position:absolute;border-radius:50%;background:rgba(255,255,255,.05);animation:float 8s ease-in-out infinite}.element-1{width:60px;height:60px;top:20%;left:10%;animation-delay:0s}.element-2{width:40px;height:40px;top:60%;right:15%;animation-delay:2s}.element-3{width:80px;height:80px;bottom:10%;left:20%;animation-delay:4s}.register-body{padding:0}.register-steps{margin-bottom:12px}.register-steps .ant-steps-item-title{font-size:14px!important;font-weight:500!important}.register-steps .ant-steps-item-process .ant-steps-item-icon{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)!important;border-color:#667eea!important}.register-steps .ant-steps-item-finish .ant-steps-item-icon{border-color:#667eea!important}.register-steps .ant-steps-item-finish .ant-steps-item-icon .ant-steps-icon{color:#667eea!important}.register-steps .ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-tail:after{background-color:#667eea!important}.steps-content{min-height:auto;margin-bottom:10px}.steps-action{margin-top:12px;text-align:center;display:flex;flex-direction:column;gap:10px}.steps-action .ant-btn{margin:0;height:44px;border-radius:6px;min-width:120px;font-weight:500}.steps-action .action-button:not(.primary){border-color:#d1d5db;color:#6b7280}.steps-action .action-button:not(.primary):hover{border-color:#667eea;color:#667eea}.agreement-section{text-align:center;padding:16px 0}.agreement-section .ant-checkbox-wrapper{color:#6b7280;font-size:14px}.agreement-section a{color:#667eea;text-decoration:none;margin:0 4px}.agreement-section a:hover{text-decoration:underline}@media (max-width: 1400px){.login-card,.register-card{max-width:1000px;padding:50px 80px}}@media (max-width: 1200px){.login-card,.register-card{max-width:900px;padding:40px 60px}}@media (max-width: 768px){.login-card,.register-card{flex-direction:column;padding:0;max-width:100%;max-height:none;border-radius:16px}.login-card-left,.register-card-left{flex:none;padding:28px 20px}.login-card-right,.register-card-right{padding:20px 18px 24px}.register-card-right{overflow-y:visible}.register-steps .ant-steps-item-title{font-size:12px!important}.verification-code-row{display:flex;flex-direction:column;gap:8px}.verification-code-row .ant-btn{width:100%!important}.agreement-section{text-align:left}.login-tabs{margin-bottom:24px}.tab-item{font-size:13px;padding:10px 8px}.logo h1{font-size:24px}.code-input-group,.code-input-group .ant-form-item-control-input-content{flex-direction:column}.code-button{width:100%!important}.steps-action .ant-btn{width:100%}}@media (max-width: 480px){.login-card,.register-card{padding:24px 20px}.logo-icon{width:40px;height:40px;margin-right:8px}.logo-icon i,.logo-icon svg,.logo-icon .icon-resume{font-size:20px}.logo h1{font-size:20px}.login-tabs{margin-bottom:20px}.tab-item{font-size:12px;padding:8px}}.resume-templates .filter-card{margin-bottom:24px}.resume-templates .template-card{height:100%;transition:all .3s ease}.resume-templates .template-card:hover{transform:translateY(-4px)}.resume-templates .template-cover{position:relative;height:280px;overflow:hidden;background:#f5f5f5}.resume-templates .template-cover .template-image{width:100%;height:100%;object-fit:cover}.resume-templates .template-cover .template-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.resume-templates .template-cover .template-overlay:hover{opacity:1}.resume-templates .template-title{display:flex;align-items:center;justify-content:space-between}.resume-templates .template-meta .template-desc{margin:8px 0 0;color:#666;font-size:12px;line-height:1.4}.resume-templates .template-meta .ant-tag{margin-bottom:8px}.resume-templates .pagination-wrapper{text-align:center;margin-top:32px}.my-resumes .page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:16px}.my-resumes .page-header .header-content{display:flex;align-items:center;gap:16px}.my-resumes .page-header .header-content h2{margin:0}.my-resumes .page-header .header-actions{display:flex;gap:12px}.my-resumes .resume-card{height:100%}.my-resumes .resume-card .resume-card-title{margin-bottom:8px}.my-resumes .resume-card .resume-card-desc .resume-tags{margin-bottom:12px}.my-resumes .resume-card .resume-card-desc .resume-times p{margin:4px 0;font-size:12px;color:#666}.resume-editor{height:calc(100vh - 64px);background:#fff;display:flex;flex-direction:column}.resume-editor.fullscreen{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;height:100vh}.resume-editor .editor-header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;border-bottom:1px solid #f0f0f0;background:#fafafa}.resume-editor .editor-header .header-left{display:flex;align-items:center;gap:16px}.resume-editor .editor-header .header-left h2{margin:0;color:#262626}.resume-editor .editor-header .header-left .unsaved-indicator{color:#ff4d4f;font-size:12px}.resume-editor .editor-header .header-left .saved-indicator{color:#52c41a;font-size:12px}.resume-editor .editor-body{display:flex;flex:1;overflow:hidden}.resume-editor .editor-sidebar{width:200px;border-right:1px solid #f0f0f0;background:#fafafa}.resume-editor .editor-sidebar .sidebar-header{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid #f0f0f0;font-weight:500}.resume-editor .editor-sidebar .sidebar-menu .menu-item{padding:12px 16px;cursor:pointer;transition:all .3s ease}.resume-editor .editor-sidebar .sidebar-menu .menu-item:hover{background:#e6f7ff}.resume-editor .editor-sidebar .sidebar-menu .menu-item.active{background:#e6f7ff;border-right:2px solid #1890ff;color:#1890ff}.resume-editor .editor-content{flex:1;padding:24px;overflow-y:auto}.resume-editor .editor-content .editor-section h3{margin-bottom:20px;color:#262626;border-bottom:2px solid #1890ff;padding-bottom:8px}.resume-editor .editor-content .editor-section .form-fields .field-group{margin-bottom:20px}.resume-editor .editor-content .editor-section .form-fields .field-group label{display:block;margin-bottom:8px;font-weight:500;color:#262626}.resume-editor .editor-content .editor-section .editor-textarea .ant-input{font-family:Microsoft YaHei,sans-serif;line-height:1.6}@media (max-width: 768px){.my-resumes .page-header{flex-direction:column;align-items:stretch}.my-resumes .page-header .header-content{flex-direction:column;align-items:stretch;gap:12px}.my-resumes .page-header .header-actions{justify-content:center}.resume-editor .editor-header{padding:12px 16px;flex-direction:column;gap:12px}.resume-editor .editor-header .header-left,.resume-editor .editor-header .header-actions{width:100%}.resume-editor .editor-sidebar{width:150px}.resume-editor .editor-content{padding:16px}}.job-list-page .filter-card{margin-bottom:24px}.job-list-page .job-item{padding:20px;margin-bottom:16px;border-radius:8px;border:1px solid #f0f0f0;cursor:pointer;transition:all .3s ease}.job-list-page .job-item:hover{border-color:#1890ff;box-shadow:0 2px 8px #0000001a}.job-list-page .job-item .job-title{display:flex;justify-content:space-between;align-items:center}.job-list-page .job-item .job-title h3{margin:0;color:#262626}.job-list-page .job-item .job-description .company-info{display:flex;align-items:center;gap:12px;margin-bottom:12px}.job-list-page .job-item .job-description .company-info .company-name{font-weight:500;color:#1890ff}.job-list-page .job-item .job-description .job-desc-text{margin-bottom:12px;color:#666;line-height:1.5}.job-list-page .job-item .job-description .job-requirements{margin-bottom:12px}.job-list-page .job-item .job-description .job-meta{display:flex;gap:20px;color:#999;font-size:14px}.job-list-page .job-item .job-description .job-meta .meta-item{display:flex;align-items:center;gap:4px}.job-list-page .pagination-wrapper{text-align:center;margin-top:32px}.ai-assistant-page{height:calc(100vh - 64px);display:flex;flex-direction:column}.ai-assistant-page .chat-container{flex:1;display:flex;flex-direction:column;height:100%}.ai-assistant-page .chat-container .ant-card-body{flex:1;display:flex;flex-direction:column;padding:0}.ai-assistant-page .chat-messages{flex:1;overflow-y:auto;padding:20px;background:#fafafa}.ai-assistant-page .chat-messages .message{display:flex;margin-bottom:20px;max-width:80%}.ai-assistant-page .chat-messages .message.user{margin-left:auto;flex-direction:row-reverse}.ai-assistant-page .chat-messages .message.user .message-content{background:#1890ff;color:#fff}.ai-assistant-page .chat-messages .message.assistant .message-content{background:white;border:1px solid #f0f0f0}.ai-assistant-page .chat-messages .message .message-avatar{margin:0 12px;width:40px;height:40px;border-radius:50%;background:#f0f0f0;display:flex;align-items:center;justify-content:center;color:#666;font-size:18px}.ai-assistant-page .chat-messages .message .message-avatar .anticon{display:flex;align-items:center;justify-content:center}.ai-assistant-page .chat-messages .message .message-content{padding:12px 16px;border-radius:12px;max-width:100%}.ai-assistant-page .chat-messages .message .message-content .message-text{line-height:1.5}.ai-assistant-page .chat-messages .message .message-content .message-text p{margin:0 0 8px}.ai-assistant-page .chat-messages .message .message-content .message-text p:last-child{margin-bottom:0}.ai-assistant-page .chat-messages .message .message-content .message-time{font-size:12px;opacity:.7;margin-top:8px}.ai-assistant-page .chat-input{display:flex;gap:12px;padding:20px;background:white;border-top:1px solid #f0f0f0}.ai-assistant-page .chat-input .ant-input{flex:1}@media (max-width: 768px){.job-list-page .job-item{padding:16px;margin-bottom:12px}.job-list-page .job-item .job-description .job-meta{flex-direction:column;gap:8px}.ai-assistant-page .chat-messages{padding:16px}.ai-assistant-page .chat-messages .message{max-width:95%;margin-bottom:16px}.ai-assistant-page .chat-input{padding:16px;flex-direction:column;gap:12px}.ai-assistant-page .chat-input .ant-input{margin-bottom:0}}.portal-header{position:fixed;top:0;left:0;right:0;height:64px;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;border-bottom:1px solid rgba(255,255,255,.2)}.portal-header .header-content{width:100%;max-width:1680px;height:100%;margin:0 auto;padding:0 clamp(24px,3vw,40px);display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;column-gap:clamp(20px,2.4vw,40px)}.portal-header .header-left{align-self:stretch;display:flex;align-items:stretch;height:100%;flex:0 0 auto}.portal-header .header-left .logo{height:100%;min-height:100%;padding:0 18px;font-size:22px;font-weight:700;color:#1890ff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:10px;align-self:stretch;line-height:1}.portal-header .header-left .logo:hover{opacity:.8}.portal-header .header-nav{min-width:0;width:100%;display:flex;justify-content:center}.portal-header .header-nav .nav-list{width:100%;display:flex;flex-wrap:nowrap;justify-content:space-evenly;align-items:center;list-style:none;margin:0;padding:0;gap:clamp(8px,1.2vw,16px)}.portal-header .header-nav .nav-list .nav-item{flex:1 1 0;display:flex;justify-content:center}.portal-header .header-nav .nav-list .nav-item .nav-link{background:none;border:none;color:#666;font-size:16px;cursor:pointer;padding:8px 0;position:relative;transition:all .3s ease;white-space:nowrap}.portal-header .header-nav .nav-list .nav-item .nav-link:hover{color:#1890ff}.portal-header .header-nav .nav-list .nav-item .nav-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:#1890ff;transition:width .3s ease}.portal-header .header-nav .nav-list .nav-item .nav-link:hover:after{width:100%}.portal-header .header-nav .nav-list .nav-item.active .nav-link{color:#1890ff;font-weight:500}.portal-header .header-nav .nav-list .nav-item.active .nav-link:after{width:100%}.portal-header .header-right{flex:0 0 auto}.portal-header .header-right .header-actions{display:flex;align-items:center;gap:16px}.portal-header .header-right .header-search{width:clamp(180px,13vw,220px)}.portal-header .header-right .header-search .ant-input-affix-wrapper{border-radius:24px;border:1px solid #e8e8e8;background:#f5f5f5;padding:6px 16px;transition:all .3s ease}.portal-header .header-right .header-search .ant-input-affix-wrapper:hover,.portal-header .header-right .header-search .ant-input-affix-wrapper:focus,.portal-header .header-right .header-search .ant-input-affix-wrapper.ant-input-affix-wrapper-focused{border-color:#1890ff;background:#fff;box-shadow:0 2px 8px #1890ff26}.portal-header .header-right .header-search .ant-input-affix-wrapper .ant-input{background:transparent}.portal-header .header-right .header-search .ant-input-affix-wrapper .ant-input::placeholder{color:#bbb}.portal-header .header-right .mobile-menu-button{display:none;font-size:18px;color:#1890ff}.portal-header .header-right .user-profile{display:flex;align-items:center;gap:12px;cursor:pointer;padding:8px 16px;border-radius:8px;transition:all .3s ease;background:rgba(24,144,255,.05);border:1px solid rgba(24,144,255,.1)}.portal-header .header-right .user-profile:hover{background:rgba(24,144,255,.15);border-color:#1890ff4d}.portal-header .header-right .user-profile .username{color:#333;font-size:15px;font-weight:600}.portal-header .header-right .user-profile .avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);display:flex;align-items:center;justify-content:center;overflow:hidden;border:2px solid #fff;box-shadow:0 2px 8px #667eea66}.portal-header .header-right .user-profile .avatar img{width:100%;height:100%;object-fit:cover}.portal-header .header-right .user-profile .avatar .anticon{color:#fff;font-size:20px}.portal-header .header-right .ant-btn{font-size:14px}.portal-mobile-drawer .ant-drawer-body{padding:20px 16px 24px;background:#f8fbff}.portal-mobile-drawer .mobile-drawer-content{display:flex;flex-direction:column;gap:16px}.portal-mobile-drawer .mobile-drawer-search .ant-input-affix-wrapper{border-radius:14px}.portal-mobile-drawer .mobile-menu-section{padding:14px;border-radius:16px;background:#fff;box-shadow:0 8px 24px #0f172a0f}.portal-mobile-drawer .mobile-menu-primary,.portal-mobile-drawer .mobile-menu-leaf{width:100%;border:none;background:none;text-align:left;cursor:pointer}.portal-mobile-drawer .mobile-menu-primary{padding:0;font-size:16px;font-weight:700;color:#0f172a}.portal-mobile-drawer .mobile-menu-primary.active{color:#1677ff}.portal-mobile-drawer .mobile-menu-secondary{margin-top:12px;display:flex;flex-direction:column;gap:10px}.portal-mobile-drawer .mobile-menu-group{display:flex;flex-direction:column;gap:8px}.portal-mobile-drawer .mobile-menu-group-title{font-size:13px;font-weight:600;color:#64748b}.portal-mobile-drawer .mobile-menu-group-content{display:flex;flex-direction:column;gap:8px}.portal-mobile-drawer .mobile-menu-leaf{padding:10px 12px;font-size:14px;color:#334155;border-radius:12px;background:#f8fafc}.portal-mobile-drawer .mobile-menu-leaf-level-2{margin-left:12px;font-size:13px;color:#475569}.portal-mobile-drawer .mobile-auth-actions{display:flex;flex-direction:column;gap:12px;margin-top:8px}@media (max-width: 1024px){.portal-header .header-content{grid-template-columns:auto minmax(0,1fr) auto;column-gap:16px}.portal-header .header-nav .nav-list{gap:8px}.portal-header .header-nav .nav-list .nav-item .nav-link{font-size:14px}.portal-header .header-right .header-search{width:160px}}@media (max-width: 768px){.portal-header{height:56px}.portal-header .header-content{padding:0 16px;grid-template-columns:auto 1fr auto;column-gap:12px}.portal-header .header-left .logo{padding:0;font-size:18px}.portal-header .header-nav{display:none}.portal-header .header-right .header-actions{gap:10px}.portal-header .header-right .header-search{width:128px}.portal-header .header-right .mobile-menu-button{display:inline-flex}.portal-header .header-right .desktop-auth-actions{display:none}.portal-header .header-right .user-profile{padding:6px}.portal-header .header-right .user-profile .username{display:none}.portal-header .header-right .user-profile .avatar{width:34px;height:34px}}@media (max-width: 640px){.portal-header .header-content{padding:0 12px}.portal-header .header-right .header-search{display:none}}.portal-footer{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);color:#495057;position:relative;overflow:hidden}.portal-footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#667eea,transparent);animation:shimmer 3s ease-in-out infinite}.portal-footer .back-to-top{position:fixed;bottom:30px;right:30px;width:50px;height:50px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;z-index:1000;box-shadow:0 4px 15px #667eea4d;transition:all .3s ease}.portal-footer .back-to-top:hover{transform:translateY(-3px);box-shadow:0 8px 25px #667eea80;background:linear-gradient(135deg,#764ba2 0%,#667eea 100%)}.portal-footer .footer-main{padding:60px 0 40px}.portal-footer .container{max-width:1200px;margin:0 auto;padding:0 20px}.portal-footer .footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:50px 40px;margin-bottom:40px}.portal-footer .footer-section .section-title{color:#212529;font-size:1rem;font-weight:600;margin-bottom:1rem;position:relative;padding-bottom:.5rem}.portal-footer .footer-section .section-title:after{content:"";position:absolute;bottom:0;left:0;width:30px;height:2px;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:2px}.portal-footer .company-info .company-brand{margin-bottom:2rem}.portal-footer .company-info .company-brand .logo{font-size:1.8rem;font-weight:700;color:#667eea;margin-bottom:.75rem;display:inline-flex;align-items:center;gap:.5rem;white-space:nowrap}.portal-footer .company-info .company-brand .slogan{font-size:1.1rem;color:#495057;margin-bottom:.75rem;font-weight:500}.portal-footer .company-info .company-brand .description{color:#6c757d;line-height:1.7;font-size:.95rem}.portal-footer .company-info .contact-methods{margin-bottom:2rem}.portal-footer .company-info .contact-methods .contact-item{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;color:#6c757d;font-size:.9rem}.portal-footer .company-info .contact-methods .contact-item .anticon{color:#667eea;font-size:1rem;width:20px}.portal-footer .company-info .social-section h4{color:#212529;font-size:1rem;margin-bottom:1rem;font-weight:600}.portal-footer .company-info .social-section .social-links{display:flex;gap:12px}.portal-footer .company-info .social-section .social-links .social-btn{width:40px;height:40px;background:white;border:1px solid #e9ecef;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#6c757d;text-decoration:none;font-size:1.1rem;transition:all .3s ease;box-shadow:0 2px 8px #0000000d}.portal-footer .company-info .social-section .social-links .social-btn:hover{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border-color:transparent;transform:translateY(-2px);box-shadow:0 8px 20px #667eea4d}.portal-footer .link-grid{display:grid;gap:.75rem}.portal-footer .footer-link{display:flex;flex-direction:column;padding:.5rem;border-radius:8px;text-decoration:none;transition:all .3s ease;border:1px solid transparent}.portal-footer .footer-link:hover{background:white;box-shadow:0 2px 8px #00000014;transform:translate(4px)}.portal-footer .footer-link:hover .link-name{color:#667eea}.portal-footer .footer-link .link-name{font-size:.9rem;font-weight:500;color:#495057;margin-bottom:.15rem;transition:color .3s ease}.portal-footer .footer-link .link-desc{font-size:.75rem;color:#6c757d;line-height:1.3}.portal-footer .footer-newsletter{background:white;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #00000014;border:1px solid #e9ecef}.portal-footer .footer-newsletter .newsletter-content{display:flex;justify-content:space-between;align-items:center;gap:2rem}.portal-footer .footer-newsletter .newsletter-info h4{color:#212529;font-size:1.2rem;margin-bottom:.5rem;font-weight:600}.portal-footer .footer-newsletter .newsletter-info p{color:#6c757d;margin:0;font-size:.95rem}.portal-footer .footer-newsletter .newsletter-form{display:flex;gap:.75rem;min-width:350px}.portal-footer .footer-newsletter .newsletter-form input{flex:1;height:42px;border:1px solid #e9ecef;border-radius:8px;padding:0 1rem;font-size:.9rem;transition:border-color .3s ease}.portal-footer .footer-newsletter .newsletter-form input:focus{border-color:#667eea;outline:none;box-shadow:0 0 0 2px #667eea1a}.portal-footer .footer-newsletter .newsletter-form .ant-btn{height:42px;border-radius:8px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;font-weight:500;padding:0 1.5rem}.portal-footer .footer-newsletter .newsletter-form .ant-btn:hover{background:linear-gradient(135deg,#764ba2 0%,#667eea 100%);transform:translateY(-1px);box-shadow:0 4px 15px #667eea4d}.portal-footer .footer-bottom{background:white;border-top:1px solid #e9ecef;padding:2rem 0}.portal-footer .footer-bottom .bottom-content{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 20px}.portal-footer .footer-bottom .copyright p{margin:0;color:#6c757d;font-size:.85rem;line-height:1.4}.portal-footer .footer-bottom .copyright p:first-child{font-weight:500;color:#495057}.portal-footer .footer-bottom .legal-links{display:flex;gap:1rem;flex-wrap:wrap}.portal-footer .footer-bottom .legal-links a{color:#6c757d;text-decoration:none;font-size:.85rem;transition:color .3s ease}.portal-footer .footer-bottom .legal-links a:hover{color:#667eea}.portal-footer .footer-bottom .legal-links a.separator{color:#dee2e6}.portal-footer .footer-bottom .legal-links .separator{color:#dee2e6;margin:0 .25rem}.portal-footer .footer-bottom .badges{display:flex;gap:.75rem}.portal-footer .footer-bottom .badges .badge{padding:.25rem .75rem;background:#f8f9fa;border:1px solid #e9ecef;border-radius:12px;font-size:.75rem;color:#6c757d;font-weight:500}@keyframes shimmer{0%{opacity:0;transform:translate(-100%)}50%{opacity:1}to{opacity:0;transform:translate(100%)}}@media (max-width: 1024px){.portal-footer .footer-grid{grid-template-columns:1fr 1fr;gap:40px 30px}.portal-footer .footer-newsletter .newsletter-content{flex-direction:column;text-align:center;gap:1.5rem}.portal-footer .footer-newsletter .newsletter-form{min-width:100%}}@media (max-width: 768px){.portal-footer .footer-main{padding:60px 0 40px}.portal-footer .footer-grid{grid-template-columns:1fr;gap:30px}.portal-footer .footer-newsletter{padding:1.5rem}.portal-footer .footer-newsletter .newsletter-form{flex-direction:column;min-width:100%;gap:1rem}.portal-footer .footer-bottom{padding:1.5rem 0}.portal-footer .footer-bottom .bottom-content{flex-direction:column;gap:1.5rem;text-align:center}.portal-footer .footer-bottom .legal-links,.portal-footer .footer-bottom .badges{justify-content:center}.portal-footer .back-to-top{bottom:20px;right:20px;width:45px;height:45px}}.public-content-layout{min-height:100vh;background:#f5f7fb}.public-content-layout__main{min-height:calc(100vh - 64px);padding-top:64px}.public-content-layout__hero{position:relative;overflow:hidden;padding:48px 0 64px;background:radial-gradient(circle at top left,rgba(102,126,234,.24),transparent 36%),radial-gradient(circle at top right,rgba(118,75,162,.18),transparent 30%),linear-gradient(180deg,#ffffff 0%,#f7f9ff 100%);border-bottom:1px solid rgba(24,144,255,.08)}.public-content-layout__breadcrumb{margin-bottom:20px}.public-content-layout__breadcrumb .ant-breadcrumb-link,.public-content-layout__breadcrumb .ant-breadcrumb-separator{color:#64748b}.public-content-layout__breadcrumb a{color:#1890ff}.public-content-layout__hero-content{max-width:760px}.public-content-layout__hero-content h1{margin:0 0 16px;font-size:40px;line-height:1.2;font-weight:700;color:#102a43}.public-content-layout__hero-content p{margin:0;font-size:16px;line-height:1.8;color:#52606d}.public-content-layout__badge{display:inline-flex;align-items:center;height:32px;padding:0 14px;margin-bottom:18px;border-radius:999px;background:rgba(24,144,255,.1);color:#1677ff;font-size:13px;font-weight:600;letter-spacing:.04em}.public-content-layout__body{padding:32px 0 72px}@media (max-width: 768px){.public-content-layout__main{padding-top:56px}.public-content-layout__hero{padding:36px 0 48px}.public-content-layout__hero-content h1{font-size:30px}.public-content-layout__body{padding:24px 0 56px}}.rich-text-content{color:#243b53;font-size:16px;line-height:1.9;word-break:break-word}.rich-text-content>*:first-child{margin-top:0}.rich-text-content>*:last-child{margin-bottom:0}.rich-text-content p:empty,.rich-text-content h1:empty,.rich-text-content h2:empty,.rich-text-content h3:empty,.rich-text-content h4:empty,.rich-text-content h5:empty,.rich-text-content h6:empty{display:none}.rich-text-content h1,.rich-text-content h2,.rich-text-content h3,.rich-text-content h4,.rich-text-content h5,.rich-text-content h6{margin:1.6em 0 .7em;line-height:1.35;color:#102a43;font-weight:700}.rich-text-content h1{font-size:32px}.rich-text-content h2{font-size:28px}.rich-text-content h3{font-size:24px}.rich-text-content h4{font-size:20px}.rich-text-content h5{font-size:18px}.rich-text-content h6{font-size:16px}.rich-text-content p,.rich-text-content ul,.rich-text-content ol,.rich-text-content blockquote,.rich-text-content table,.rich-text-content pre,.rich-text-content .table-wrapper{margin-bottom:1.2em}.rich-text-content ul,.rich-text-content ol{padding-left:1.5em}.rich-text-content li+li{margin-top:.35em}.rich-text-content a{color:#1677ff;text-decoration:none}.rich-text-content a:hover{text-decoration:underline}.rich-text-content img{display:block;max-width:100%;height:auto;margin:1.2em auto;border-radius:16px;box-shadow:0 12px 32px #0f172a1f}.rich-text-content blockquote{padding:18px 20px;border-left:4px solid #1677ff;border-radius:0 14px 14px 0;background:rgba(22,119,255,.06);color:#486581}.rich-text-content table{width:100%;border-collapse:collapse;overflow:hidden;border-radius:14px;border:1px solid #d9e2ec;background:#fff;display:block;overflow-x:auto}.rich-text-content th,.rich-text-content td{padding:12px 16px;border:1px solid #d9e2ec;text-align:left;vertical-align:top;min-width:120px}.rich-text-content th{background:#f8fbff;font-weight:600}.rich-text-content code{padding:2px 8px;border-radius:6px;background:#f0f4f8;color:#334e68;font-family:Consolas,SFMono-Regular,monospace;font-size:.95em}.rich-text-content pre{padding:18px;border-radius:16px;background:#0f172a;color:#e2e8f0;overflow-x:auto}.rich-text-content pre code{padding:0;background:transparent;color:inherit}.rich-text-content hr{border:none;border-top:1px solid #d9e2ec;margin:2em 0}@media (max-width: 768px){.rich-text-content{font-size:15px}.rich-text-content h1{font-size:28px}.rich-text-content h2{font-size:24px}.rich-text-content h3{font-size:21px}.rich-text-content h4{font-size:18px}.rich-text-content table{font-size:14px}}.main-layout-portal{min-height:100vh;display:flex;flex-direction:column}.main-header{position:fixed;top:0;left:0;right:0;height:64px;background:rgba(255,255,255,.98);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;border-bottom:1px solid #f0f0f0;box-shadow:0 2px 8px #0000000f}.main-header .header-content{max-width:1200px;height:100%;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between}.main-header .header-left{display:flex;align-items:center;gap:24px}.main-header .header-left .logo{font-size:18px;font-weight:700;color:#1890ff;cursor:pointer;display:flex;align-items:center;gap:8px}.main-header .header-left .logo:hover{opacity:.8}.main-header .header-left .page-title{font-weight:600;color:#262626;font-size:18px}@media (max-width: 768px){.main-header .desktop-nav{display:none}}.main-header .desktop-nav .nav-list{display:flex;list-style:none;margin:0;padding:0;gap:32px}.main-header .desktop-nav .nav-list .nav-item .nav-link{background:none;border:none;color:#666;font-size:15px;cursor:pointer;padding:8px 0;position:relative;transition:all .3s ease}.main-header .desktop-nav .nav-list .nav-item .nav-link:hover{color:#1890ff}.main-header .desktop-nav .nav-list .nav-item .nav-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:#1890ff;transition:width .3s ease}.main-header .desktop-nav .nav-list .nav-item .nav-link:hover:after{width:100%}.main-header .desktop-nav .nav-list .nav-item.active .nav-link{color:#1890ff;font-weight:500}.main-header .desktop-nav .nav-list .nav-item.active .nav-link:after{width:100%}.main-header .header-right{display:flex;align-items:center;gap:16px}.main-header .header-right .header-search .ant-input-affix-wrapper{border-radius:24px;border:1px solid #e8e8e8;background:#f5f5f5;padding:6px 16px;transition:all .3s ease}.main-header .header-right .header-search .ant-input-affix-wrapper:hover,.main-header .header-right .header-search .ant-input-affix-wrapper:focus,.main-header .header-right .header-search .ant-input-affix-wrapper.ant-input-affix-wrapper-focused{border-color:#1890ff;background:#fff;box-shadow:0 2px 8px #1890ff26}.main-header .header-right .header-search .ant-input-affix-wrapper .ant-input{background:transparent}.main-header .header-right .header-search .ant-input-affix-wrapper .ant-input::placeholder{color:#bbb}.main-header .header-right .user-profile{display:flex;align-items:center;gap:12px;cursor:pointer;padding:8px 16px;border-radius:8px;transition:all .3s ease;background:rgba(24,144,255,.05);border:1px solid rgba(24,144,255,.1)}.main-header .header-right .user-profile:hover{background:rgba(24,144,255,.15);border-color:#1890ff4d}.main-header .header-right .user-profile .username{color:#333;font-size:15px;font-weight:600}.main-header .header-right .user-profile .avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);display:flex;align-items:center;justify-content:center;overflow:hidden;border:2px solid #fff;box-shadow:0 2px 8px #667eea66}.main-header .header-right .user-profile .avatar img{width:100%;height:100%;object-fit:cover}.main-header .header-right .user-profile .avatar .anticon{color:#fff;font-size:20px}.main-header .header-right .mobile-menu-toggle{display:none}@media (max-width: 768px){.main-header .header-right .mobile-menu-toggle{display:flex}}.search-bar{position:fixed;top:64px;left:0;right:0;background:rgba(255,255,255,.98);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:16px 20px;display:flex;justify-content:center;z-index:999;box-shadow:0 4px 12px #0000001a;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mobile-nav{position:fixed;top:64px;left:-100%;width:100%;height:calc(100vh - 64px);background:white;z-index:999;transition:all .3s ease;box-shadow:2px 0 8px #0000001a}.mobile-nav.visible{left:0}.mobile-nav .mobile-nav-content{height:100%;display:flex;flex-direction:column}.mobile-nav .mobile-user-info{padding:20px;border-bottom:1px solid #f0f0f0}.mobile-nav .mobile-user-info .user-profile{display:flex;align-items:center;gap:12px}.mobile-nav .mobile-user-info .user-profile .avatar{width:40px;height:40px;border-radius:50%;background:#f0f0f0;display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid #e8e8e8}.mobile-nav .mobile-user-info .user-profile .avatar img{width:100%;height:100%;object-fit:cover}.mobile-nav .mobile-user-info .user-profile .avatar .anticon{color:#999;font-size:18px}.mobile-nav .mobile-user-info .user-profile .username{font-weight:500;color:#262626}.mobile-nav .mobile-nav-list{flex:1;padding:20px 0;list-style:none;margin:0}.mobile-nav .mobile-nav-list .mobile-nav-item{margin-bottom:8px}.mobile-nav .mobile-nav-list .mobile-nav-item .mobile-nav-link{width:100%;padding:16px 20px;border:none;background:none;border-left:3px solid transparent;text-align:left;font-size:16px;color:#666;cursor:pointer;transition:all .3s ease}.mobile-nav .mobile-nav-list .mobile-nav-item .mobile-nav-link:hover{color:#1890ff;background:rgba(24,144,255,.05)}.mobile-nav .mobile-nav-list .mobile-nav-item .mobile-nav-link.active{color:#1890ff;border-left-color:#1890ff;background:rgba(24,144,255,.05);font-weight:500}.main-content{flex:1;margin-top:64px;min-height:calc(100vh - 64px);background:#f5f5f5}.main-content .content-wrapper{padding:14px 24px 24px;max-width:1200px;margin:0 auto;min-height:calc(100vh - 128px)}.main-footer{background:#262626;color:#fffc;text-align:center;padding:20px 0}.main-footer .footer-content{max-width:1200px;margin:0 auto;padding:0 20px}.main-footer .footer-content p{margin:0;font-size:14px}@media (max-width: 768px){.main-header .header-content{padding:0 16px}.main-header .header-content .header-left{gap:12px}.main-header .header-content .header-left .logo,.main-header .header-content .header-left .page-title{font-size:16px}.main-content .content-wrapper{padding:16px}.mobile-nav.visible:before{content:"";position:fixed;top:64px;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:-1}}@media (max-width: 480px){.main-header,.main-header .header-content{height:56px}.main-header .header-content .header-left{gap:8px}.main-header .header-content .header-left .logo,.main-header .header-content .header-left .page-title{font-size:14px}.main-content{margin-top:56px;min-height:calc(100vh - 56px)}.main-content .content-wrapper{min-height:calc(100vh - 112px)}.mobile-nav{top:56px;height:calc(100vh - 56px)}.main-footer{padding:16px 0}.main-footer .footer-content p{font-size:12px}}.container{max-width:1200px;margin:0 auto;padding:0 20px}.flex{display:flex}.flex-center{display:flex;justify-content:center;align-items:center}.flex-between{display:flex;justify-content:space-between;align-items:center}.text-center{text-align:center}.mb-16{margin-bottom:16px}.mb-24{margin-bottom:24px}.mb-32{margin-bottom:32px}.mt-16{margin-top:16px}.mt-24{margin-top:24px}.mt-32{margin-top:32px}.loading-container{display:flex;justify-content:center;align-items:center;min-height:200px}.page-container{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:24px;margin-bottom:24px}@media (max-width: 768px){.container{padding:0 16px}.page-container{padding:16px;margin-bottom:16px}}.fade-in{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
