@keyframes pulse{0%{transform:scale(1);opacity:.8}50%{transform:scale(1.1);opacity:1}to{transform:scale(1);opacity:.8}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.loading-container{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:30px;min-height:200px;width:100%;position:relative}.loading-container .ant-spin{transform:scale(1.5);animation:float 2s ease-in-out infinite}.loading-container .ant-spin .ant-spin-dot{font-size:24px}.loading-container .ant-spin .ant-spin-dot .ant-spin-dot-item{width:14px;height:14px;animation:pulse 1.5s ease-in-out infinite}.loading-container .ant-spin .ant-spin-text{margin-top:16px;font-size:16px;color:#1890ff;text-shadow:0 0 10px rgba(24,144,255,.2)}.loading-fullscreen{position:fixed;inset:0;display:flex;justify-content:center;align-items:center;background-color:#ffffffd9;z-index:1000}.loading-fullscreen .ant-spin{transform:scale(2);animation:float 2s ease-in-out infinite}.loading-fullscreen .ant-spin .ant-spin-dot{font-size:28px}.loading-fullscreen .ant-spin .ant-spin-dot .ant-spin-dot-item{width:16px;height:16px;animation:pulse 1.5s ease-in-out infinite}.loading-fullscreen .ant-spin .ant-spin-text{margin-top:20px;font-size:18px;color:#1890ff;text-shadow:0 0 10px rgba(24,144,255,.2)}.discuss-detail-page{background-color:#e6f3ff;min-height:100vh;padding:24px}.discuss-detail-page .container{max-width:1200px;margin:0 auto;background-color:#fff;border-radius:12px;box-shadow:0 8px 32px #0000001a;padding:32px}.discuss-detail-page .breadcrumb{display:flex;align-items:center;gap:8px;color:#667085;margin-bottom:12px}.discuss-detail-page .breadcrumb .sep{color:#d0d5dd}.discuss-detail-page .breadcrumb .title-crumb{max-width:60%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.discuss-detail-page .header{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.discuss-detail-page .header .title-line{display:flex;align-items:center;gap:12px}.discuss-detail-page .header .title{margin:0}.discuss-detail-page .header .meta{color:#666}.discuss-detail-page .header .meta .avatar{display:inline-block;width:34px;height:34px;line-height:31px;font-size:18px;vertical-align:middle}.discuss-detail-page .header .meta .meta-author{display:inline-block;font-size:14px;font-weight:700;padding-left:20px;vertical-align:middle}.discuss-detail-page .header .tags{margin-top:4px}.discuss-detail-page .header .actions{margin-left:auto;display:flex;gap:12px}.discuss-detail-page .content{line-height:1.75;font-size:15px;color:#1f2937;margin:16px 0 24px}.discuss-detail-page .actions.bottom{display:flex;align-items:center;gap:12px}.discuss-detail-page .actions.bottom .spacer{flex:1 1 auto}.judge-status-page{padding:24px;background:linear-gradient(135deg,#e8f4fd,#d6ebf7);min-height:100vh}.judge-status-page .page-container{max-width:1600px;margin:0 auto;padding:0 16px}.judge-status-page .page-header{margin-bottom:24px}.judge-status-page .page-header .title{font-size:24px;font-weight:600;color:#262626;margin:0;display:flex;align-items:center;gap:12px}.judge-status-page .page-header .title .icon{color:#1890ff}.judge-status-page .page-header .subtitle{color:#8c8c8c;margin-top:4px;font-size:14px}.judge-status-page .status-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000a;overflow:hidden;border:1px solid #e9ecef}.judge-status-page .status-card .card-header{padding:20px 24px;border-bottom:1px solid #e9ecef;background:#fff}.judge-status-page .status-card .card-body{padding:0}.judge-status-page .stats-cards .ant-card{height:100px;border-radius:8px;box-shadow:0 2px 8px #0000000f;border:1px solid #e9ecef;background:#fff;transition:all .3s ease}.judge-status-page .stats-cards .ant-card:hover{box-shadow:0 4px 12px #0000001f;transform:translateY(-2px)}.judge-status-page .stats-cards .ant-card .ant-card-body{padding:16px;height:100%;display:flex;align-items:center;justify-content:center}.judge-status-page .stats-cards .ant-card .ant-statistic{text-align:center}.judge-status-page .stats-cards .ant-card .ant-statistic .ant-statistic-title{font-size:13px;color:#666;margin-bottom:8px}.judge-status-page .stats-cards .ant-card .ant-statistic .ant-statistic-content .ant-statistic-content-value{font-size:24px;font-weight:600}.judge-status-page .stats-cards .progress-card .ant-card-body{padding:12px}.judge-status-page .status-toolbar{display:flex;flex-direction:column;gap:16px}.judge-status-page .status-toolbar .search-section{display:flex;align-items:center;gap:12px;flex-wrap:wrap;width:100%}.judge-status-page .status-toolbar .search-section .search-input{flex:1;max-width:400px;border-radius:6px}.judge-status-page .status-toolbar .search-section .search-input .ant-input{border-radius:6px;border-color:#d9d9d9}.judge-status-page .status-toolbar .search-section .search-input .ant-input:focus,.judge-status-page .status-toolbar .search-section .search-input .ant-input:hover{border-color:#40a9ff;box-shadow:0 0 0 2px #1890ff1a}.judge-status-page .status-toolbar .search-section .search-btn{border-radius:6px;height:36px;padding:0 20px;background:#1890ff;border-color:#1890ff}.judge-status-page .status-toolbar .search-section .search-btn:hover{background:#40a9ff;border-color:#40a9ff}.judge-status-page .status-toolbar .search-section .refresh-btn{border-radius:6px;height:36px;border:1px solid #d9d9d9;background:#fff}.judge-status-page .status-toolbar .search-section .refresh-btn:hover{border-color:#40a9ff;color:#40a9ff;background:#f0f8ff}.judge-status-page .status-toolbar .search-section .info-tip{color:#8c8c8c;font-size:16px;cursor:help}.judge-status-page .status-toolbar .search-section .info-tip:hover{color:#1890ff}.judge-status-page .status-toolbar .stats-section{display:flex;align-items:center;gap:16px;font-size:14px;color:#8c8c8c}.judge-status-page .status-toolbar .stats-section .stat-item{display:flex;align-items:center;gap:4px}.judge-status-page .status-toolbar .stats-section .stat-item .stat-value{font-weight:500;color:#262626}.user-profile-modal .content{padding:20px;display:flex;flex-direction:column;gap:16px}.user-profile-modal .avatar{margin-bottom:10px;border:2px solid #f0f0f0;border-radius:50%;transition:transform .3s ease}.user-profile-modal .avatar:hover{transform:scale(1.05)}.user-profile-modal .info{margin:8px 0;line-height:1.6;color:#262626}.user-profile-modal .info .tag{margin-left:8px}.user-profile-modal .not-found{text-align:center;padding:30px 0;color:#495057}.status-table-wrapper .ant-table{background:#fff;border-radius:8px;overflow:hidden}.status-table-wrapper .ant-table .ant-table-thead>tr>th{background:#f8f9fa;border-bottom:1px solid #e9ecef;font-weight:600;color:#495057;padding:16px 12px;font-size:14px}.status-table-wrapper .ant-table .ant-table-tbody>tr>td{padding:14px 12px;border-bottom:1px solid #f1f3f4;background:#fff}.status-table-wrapper .ant-table .ant-table-tbody>tr:hover>td{background:#f8f9ff!important}.status-table-wrapper .ant-table .ant-table-tbody>tr:nth-child(2n)>td{background:#fafbfc}.status-table-wrapper .ant-table .ant-table-tbody>tr:nth-child(2n):hover>td{background:#f8f9ff!important}.status-table-wrapper .run-id-cell{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-weight:500;color:#262626;cursor:pointer}.status-table-wrapper .problem-cell .problem-title{font-weight:500;color:#1890ff;margin-bottom:2px;cursor:pointer}.status-table-wrapper .problem-cell .problem-id{font-size:12px;color:#8c8c8c;font-family:Monaco,Menlo,Ubuntu Mono,monospace}.status-table-wrapper .name-cell{font-weight:500;color:#1890ff;margin-bottom:2px;cursor:pointer}.status-table-wrapper .status-tag{border-radius:4px;font-weight:600;font-size:11px;padding:3px 8px;border:none;display:inline-block;min-width:32px;text-align:center}.status-table-wrapper .status-tag.status-ac{background:linear-gradient(135deg,#f6ffed,#d9f7be);color:#389e0d;box-shadow:0 1px 3px #52c41a33}.status-table-wrapper .status-tag.status-wa{background:linear-gradient(135deg,#fff2e8,#ffd8bf);color:#d4380d;box-shadow:0 1px 3px #fa541c33}.status-table-wrapper .status-tag.status-tle{background:linear-gradient(135deg,#fff7e6,#ffe7ba);color:#d46b08;box-shadow:0 1px 3px #fa8c1633}.status-table-wrapper .status-tag.status-mle{background:linear-gradient(135deg,#f9f0ff,#efdbff);color:#531dab;box-shadow:0 1px 3px #722ed133}.status-table-wrapper .status-tag.status-re{background:linear-gradient(135deg,#fff0f6,#ffd6e7);color:#c41d7f;box-shadow:0 1px 3px #eb2f9633}.status-table-wrapper .status-tag.status-ce{background:linear-gradient(135deg,#fffbe6,#fff1b8);color:#d48806;box-shadow:0 1px 3px #faad1433}.status-table-wrapper .status-tag.status-pe{background:linear-gradient(135deg,#e6fffb,#b5f5ec);color:#08979c;box-shadow:0 1px 3px #13c2c233}.status-table-wrapper .status-tag.status-se{background:linear-gradient(135deg,#f5f5f5,#e8e8e8);color:#434343;box-shadow:0 1px 3px #59595933}.status-table-wrapper .status-tag.status-fail{background:linear-gradient(135deg,#fff1f0,#ffccc7);color:#cf1322;box-shadow:0 1px 3px #f5222d33}.status-table-wrapper .time-cell,.status-table-wrapper .memory-cell,.status-table-wrapper .codeLength-cell{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:13px;color:#595959}.status-table-wrapper .language-tag{border-radius:4px;font-size:11px;font-weight:500;padding:2px 6px;background:#f0f2f5;color:#1890ff;border:none}.status-table-wrapper .source-tags{display:flex;gap:4px;flex-wrap:wrap}.status-table-wrapper .source-tags .ant-tag{margin:0;border-radius:4px;font-size:11px;padding:1px 6px;line-height:18px}.status-table-wrapper .score-cell{font-weight:500;color:#262626}.status-table-wrapper .score-cell.score-full{color:#52c41a}.status-table-wrapper .score-cell.score-partial{color:#fa8c16}.status-table-wrapper .score-cell.score-zero{color:#f5222d}.status-table-wrapper .time-cell-formatted{font-size:12px;color:#8c8c8c}.status-pagination{padding:20px 24px;background:#fff;border-top:1px solid #f0f0f0}.status-pagination .ant-pagination{display:flex;justify-content:center}.status-pagination .ant-pagination .ant-pagination-total-text{color:#8c8c8c}.status-pagination .ant-pagination.filtered .ant-pagination-total-text{color:#1890ff;font-weight:500}@media (max-width: 768px){.judge-status-page{padding:12px;background:#fff}.judge-status-page .page-header{margin-bottom:16px}.judge-status-page .page-header .title{font-size:18px}.judge-status-page .page-header .subtitle{font-size:13px}.judge-status-page .stats-cards .ant-card{height:80px}.judge-status-page .stats-cards .ant-card .ant-card-body{padding:12px}.judge-status-page .stats-cards .ant-card .ant-statistic .ant-statistic-title{font-size:12px}.judge-status-page .stats-cards .ant-card .ant-statistic .ant-statistic-content .ant-statistic-content-value{font-size:18px}.judge-status-page .stats-cards .progress-card .ant-card-body{padding:8px}.judge-status-page .status-toolbar .search-section{flex-direction:column;gap:8px}.judge-status-page .status-toolbar .search-section .search-input{width:100%;max-width:none}.judge-status-page .status-toolbar .search-section .search-btn,.judge-status-page .status-toolbar .search-section .refresh-btn{height:32px;font-size:13px;width:100%}.judge-status-page .status-toolbar .search-section .info-tip{align-self:center}.judge-status-page .status-toolbar .stats-section{flex-direction:column;align-items:flex-start;gap:8px;font-size:13px}.status-table-wrapper .ant-table{font-size:12px}.status-table-wrapper .ant-table .ant-table-thead>tr>th{padding:8px 6px}.status-table-wrapper .ant-table .ant-table-tbody>tr>td{padding:8px 6px}.status-table-wrapper .problem-cell .problem-title{font-size:13px}.status-table-wrapper .problem-cell .problem-id{font-size:11px}.status-table-wrapper .status-tag{font-size:10px;padding:1px 4px}}@media (min-width: 769px){.judge-status-page .status-toolbar .search-section{flex-direction:row;align-items:center}.judge-status-page .status-toolbar .search-section .search-btn,.judge-status-page .status-toolbar .search-section .refresh-btn{width:auto}}@media print{.judge-status-page{background:#fff}.judge-status-page .status-toolbar,.judge-status-page .status-pagination{display:none}.judge-status-page .status-card{box-shadow:none;border:1px solid #d9d9d9}}/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-space-y-reverse:0;--tw-space-x-reverse:0;--tw-border-style:solid;--tw-gradient-position:initial;--tw-gradient-from:#0000;--tw-gradient-via:#0000;--tw-gradient-to:#0000;--tw-gradient-stops:initial;--tw-gradient-via-stops:initial;--tw-gradient-from-position:0%;--tw-gradient-via-position:50%;--tw-gradient-to-position:100%;--tw-leading:initial;--tw-font-weight:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-duration:initial;--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0}}}@font-face{font-family:iconfont;src:url(/icon\ problem/iconfont.woff2?t=1755670479983)format("woff2"),url(/icon\ problem/iconfont.woff?t=1755670479983)format("woff"),url(/icon\ problem/iconfont.ttf?t=1755670479983)format("truetype")}.iconfont{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;font-style:normal;font-family:iconfont!important}.icon-icon:before{content:""}.icon-tongguorenshu:before{content:""}.icon-tongguorenshu1:before{content:""}.icon-right:before{content:""}.icon-left:before{content:""}.collapse{visibility:collapse}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.top-\[0px\]{top:0}.top-\[2px\]{top:2px}.top-\[10px\]{top:10px}.top-\[20\%\]{top:20%}.right-\[1\%\]{right:1%}.right-\[2px\]{right:2px}.right-\[45px\]{right:45px}.bottom-\[0px\]{bottom:0}.bottom-\[15px\]{bottom:15px}.left-\[0px\]{left:0}.left-\[25\%\]{left:25%}.z-10{z-index:10}.z-40{z-index:40}.z-50{z-index:50}.z-\[40\]{z-index:40}.z-\[50\]{z-index:50}.z-\[100\]{z-index:100}.container{width:100%}.-m-\[24px\]{margin:-24px}.m-\[0px\]{margin:0}.mx-auto{margin-inline:auto}.my-\[12px\]{margin-block:12px}.-mt-\[24px\]{margin-top:-24px}.mt-\[-32px\]{margin-top:-32px}.mt-\[2px\]{margin-top:2px}.mt-\[4px\]{margin-top:4px}.mt-\[6px\]{margin-top:6px}.mt-\[8px\]{margin-top:8px}.mt-\[16px\]{margin-top:16px}.mt-\[20px\]{margin-top:20px}.mt-\[24px\]{margin-top:24px}.mt-\[30px\]{margin-top:30px}.mt-\[36px\]{margin-top:36px}.mr-\[8px\]{margin-right:8px}.mr-\[10px\]{margin-right:10px}.mr-\[12px\]{margin-right:12px}.mr-\[15px\]{margin-right:15px}.mr-\[16px\]{margin-right:16px}.mr-\[20px\]{margin-right:20px}.mr-\[30px\]{margin-right:30px}.mr-\[40px\]{margin-right:40px}.mr-\[70px\]{margin-right:70px}.mb-\[0\],.mb-\[0px\]{margin-bottom:0}.mb-\[2px\]{margin-bottom:2px}.mb-\[4px\]{margin-bottom:4px}.mb-\[8px\]{margin-bottom:8px}.mb-\[10px\]{margin-bottom:10px}.mb-\[12px\]{margin-bottom:12px}.mb-\[15px\]{margin-bottom:15px}.mb-\[16px\]{margin-bottom:16px}.mb-\[20px\]{margin-bottom:20px}.mb-\[24px\]{margin-bottom:24px}.mb-\[30px\]{margin-bottom:30px}.ml-\[4px\]{margin-left:4px}.ml-\[5px\]{margin-left:5px}.ml-\[8px\]{margin-left:8px}.ml-\[10px\]{margin-left:10px}.ml-\[12px\]{margin-left:12px}.ml-\[20px\]{margin-left:20px}.ml-\[40px\]{margin-left:40px}.ml-auto{margin-left:auto}.line-clamp-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.block{display:block}.contents{display:contents}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.table{display:table}.h-\[8px\]{height:8px}.h-\[15\%\]{height:15%}.h-\[20\%\]{height:20%}.h-\[20px\]{height:20px}.h-\[24px\]{height:24px}.h-\[30px\]{height:30px}.h-\[36px\]{height:36px}.h-\[40px\]{height:40px}.h-\[48px\]{height:48px}.h-\[52\%\]{height:52%}.h-\[65\%\]{height:65%}.h-\[70px\]{height:70px}.h-\[80px\]{height:80px}.h-\[90px\]{height:90px}.h-\[100\%\]{height:100%}.h-\[120px\]{height:120px}.h-\[128px\]{height:128px}.h-\[180px\]{height:180px}.h-\[192px\]{height:192px}.h-\[200px\]{height:200px}.h-\[230px\]{height:230px}.h-\[240px\]{height:240px}.h-\[250px\]{height:250px}.h-\[500px\]{height:500px}.h-\[630px\]{height:630px}.h-auto{height:auto}.h-full{height:100%}.max-h-\[60vh\]{max-height:60vh}.max-h-\[400px\]{max-height:400px}.min-h-\[100vh\],.min-h-screen{min-height:100vh}.w-\[8px\]{width:8px}.w-\[20px\]{width:20px}.w-\[24px\]{width:24px}.w-\[30\%px\]{width:30%px}.w-\[31\.3\%\]{width:31.3%}.w-\[32px\]{width:32px}.w-\[50\%\]{width:50%}.w-\[70px\]{width:70px}.w-\[80px\]{width:80px}.w-\[90px\]{width:90px}.w-\[100\%\]{width:100%}.w-\[100px\]{width:100px}.w-\[120px\]{width:120px}.w-\[150px\]{width:150px}.w-\[200px\]{width:200px}.w-\[212px\]{width:212px}.w-\[230px\]{width:230px}.w-\[250px\]{width:250px}.w-\[470px\]{width:470px}.w-\[500px\]{width:500px}.w-full{width:100%}.max-w-\[896px\]{max-width:896px}.max-w-\[1152px\]{max-width:1152px}.max-w-\[1200px\]{max-width:1200px}.max-w-\[theme\(spacing\.20\)\]{max-width:5rem}.max-w-full{max-width:100%}.flex-1{flex:1}.flex-2{flex:2}.flex-3{flex:3}.flex-shrink-0{flex-shrink:0}.grow{flex-grow:1}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.resize{resize:both}.resize-none{resize:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-start{align-items:flex-start}.items-stretch{align-items:stretch}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.gap-\[4px\]{gap:4px}.gap-\[8px\]{gap:8px}.gap-\[12px\]{gap:12px}.gap-\[16px\]{gap:16px}.gap-\[20px\]{gap:20px}.gap-\[24px\]{gap:24px}:where(.space-y-\[16px\]>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(16px*var(--tw-space-y-reverse));margin-block-end:calc(16px*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-\[24px\]>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(24px*var(--tw-space-y-reverse));margin-block-end:calc(24px*calc(1 - var(--tw-space-y-reverse)))}:where(.space-x-\[12px\]>:not(:last-child)){--tw-space-x-reverse:0;margin-inline-start:calc(12px*var(--tw-space-x-reverse));margin-inline-end:calc(12px*calc(1 - var(--tw-space-x-reverse)))}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.rounded-\[2px\]{border-radius:2px}.rounded-\[5px\]{border-radius:5px}.rounded-\[6px\]{border-radius:6px}.rounded-\[8px\]{border-radius:8px}.rounded-\[10px\]{border-radius:10px}.rounded-\[12px\]{border-radius:12px}.rounded-\[16px\]{border-radius:16px}.rounded-\[50\%\]{border-radius:50%}.rounded-full{border-radius:3.40282e38px}.rounded-b-\[6px\]{border-bottom-right-radius:6px;border-bottom-left-radius:6px}.border{border-style:var(--tw-border-style);border-width:1px}.border-0{border-style:var(--tw-border-style);border-width:0}.border-2{border-style:var(--tw-border-style);border-width:2px}.border-\[0\]{border-style:var(--tw-border-style);border-width:0}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-b-\[2px\]{border-bottom-style:var(--tw-border-style);border-bottom-width:2px}.border-l-\[4px\]{border-left-style:var(--tw-border-style);border-left-width:4px}.border-dashed{--tw-border-style:dashed;border-style:dashed}.border-none{--tw-border-style:none;border-style:none}.border-\[\#4ade80\]{border-color:#4ade80}.border-\[\#16a34a\]{border-color:#16a34a}.border-\[\#52c41a\]{border-color:#52c41a}.border-\[\#84C4F2\]{border-color:#84c4f2}.border-\[\#90BFF0\]{border-color:#90bff0}.border-\[\#93c5fd\]{border-color:#93c5fd}.border-\[\#3498db\]{border-color:#3498db}.border-\[\#CEC8BF\]{border-color:#cec8bf}.border-\[\#DCDFE6\]{border-color:#dcdfe6}.border-\[\#DDDFE3\]{border-color:#dddfe3}.border-\[\#E7E9EC\]{border-color:#e7e9ec}.border-\[\#EBEEF5\]{border-color:#ebeef5}.border-\[\#b7eb8f\]{border-color:#b7eb8f}.border-\[\#bbf7d0\]{border-color:#bbf7d0}.border-\[\#bfdbfe\]{border-color:#bfdbfe}.border-\[\#d9d9d9\]{border-color:#d9d9d9}.border-\[\#d9f7be\]{border-color:#d9f7be}.border-\[\#ddd6fe\]{border-color:#ddd6fe}.border-\[\#e2e8f0\]{border-color:#e2e8f0}.border-\[\#e5e7eb\]{border-color:#e5e7eb}.border-\[\#f3f4f6\]{border-color:#f3f4f6}.border-\[\#facc15\]{border-color:#facc15}.border-\[\#fed7aa\]{border-color:#fed7aa}.border-\[\#ffd591\]{border-color:#ffd591}.border-b-\[\#DDDFE3\]{border-bottom-color:#dddfe3}.bg-\[\#000000\]\/50{background-color:oklab(0% none none/.5)}.bg-\[\#3b82f6\]{background-color:#3b82f6}.bg-\[\#4BAFFE\]{background-color:#4baffe}.bg-\[\#9ca3af\]{background-color:#9ca3af}.bg-\[\#10b981\]{background-color:#10b981}.bg-\[\#52c41a\]{background-color:#52c41a}.bg-\[\#409EFF\]{background-color:#409eff}.bg-\[\#1890ff\]{background-color:#1890ff}.bg-\[\#3498DB\]{background-color:#3498db}.bg-\[\#C0C4CC\]{background-color:#c0c4cc}.bg-\[\#F5F5F5\]{background-color:#f5f5f5}.bg-\[\#FFFFFF\]{background-color:#fff}.bg-\[\#dcfce7\]{background-color:#dcfce7}.bg-\[\#e6f3ff\]{background-color:#e6f3ff}.bg-\[\#eff6ff\]{background-color:#eff6ff}.bg-\[\#f0fdf4\]{background-color:#f0fdf4}.bg-\[\#f6ffed\]{background-color:#f6ffed}.bg-\[\#f9fafb\]{background-color:#f9fafb}.bg-\[\#f97316\]{background-color:#f97316}.bg-\[\#fadb14\]{background-color:#fadb14}.bg-\[\#fafafa\]{background-color:#fafafa}.bg-\[\#fb923c\]{background-color:#fb923c}.bg-\[\#fed7aa\]{background-color:#fed7aa}.bg-\[\#fff7e6\]{background-color:#fff7e6}.bg-\[\#fffbeb\]{background-color:#fffbeb}.bg-\[\#ffffff\]{background-color:#fff}.bg-\[rgba\(0\,0\,0\,0\.4\)\]{background-color:#0006}.bg-\[rgba\(0\,0\,0\,0\.5\)\]{background-color:#00000080}.bg-\[rgba\(255\,255\,255\,0\.9\)\]{background-color:#ffffffe6}.bg-\[transparent\]{background-color:#0000}.bg-\[white\]{background-color:#fff}.bg-transparent{background-color:#0000}.bg-gradient-to-r{--tw-gradient-position:to right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.from-\[\#eff6ff\]{--tw-gradient-from:#eff6ff;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-\[\#faf5ff\]{--tw-gradient-to:#faf5ff;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.p-\[0\]{padding:0}.p-\[4px\]{padding:4px}.p-\[5px\]{padding:5px}.p-\[10px\]{padding:10px}.p-\[12px\]{padding:12px}.p-\[16px\]{padding:16px}.p-\[20px\]{padding:20px}.p-\[24px\]{padding:24px}.p-\[32px\]{padding:32px}.px-\[0\],.px-\[0px\]{padding-inline:0}.px-\[4px\]{padding-inline:4px}.px-\[5px\]{padding-inline:5px}.px-\[6px\]{padding-inline:6px}.px-\[8px\]{padding-inline:8px}.px-\[12px\]{padding-inline:12px}.px-\[15px\]{padding-inline:15px}.px-\[16px\]{padding-inline:16px}.px-\[20px\]{padding-inline:20px}.px-\[24px\]{padding-inline:24px}.px-\[25px\]{padding-inline:25px}.px-\[30px\]{padding-inline:30px}.px-\[40px\]{padding-inline:40px}.py-\[1px\]{padding-block:1px}.py-\[2px\]{padding-block:2px}.py-\[4px\]{padding-block:4px}.py-\[6px\]{padding-block:6px}.py-\[8px\]{padding-block:8px}.py-\[12px\]{padding-block:12px}.py-\[30px\]{padding-block:30px}.py-\[40px\]{padding-block:40px}.py-\[45px\]{padding-block:45px}.py-\[48px\]{padding-block:48px}.py-\[60px\]{padding-block:60px}.pt-\[6px\]{padding-top:6px}.pt-\[10px\]{padding-top:10px}.pt-\[16px\]{padding-top:16px}.pt-\[20px\]{padding-top:20px}.pt-\[23px\]{padding-top:23px}.pr-\[5px\]{padding-right:5px}.pr-\[10px\]{padding-right:10px}.pb-\[20px\]{padding-bottom:20px}.pb-\[24px\]{padding-bottom:24px}.pl-\[10px\]{padding-left:10px}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.align-top{vertical-align:top}.\!text-\[12px\]{font-size:12px!important}.\!text-\[15px\]{font-size:15px!important}.\!text-\[25px\]{font-size:25px!important}.text-\[12px\]{font-size:12px}.text-\[14px\]{font-size:14px}.text-\[15px\]{font-size:15px}.text-\[16px\]{font-size:16px}.text-\[18px\]{font-size:18px}.text-\[20px\]{font-size:20px}.text-\[24px\]{font-size:24px}.text-\[28px\]{font-size:28px}.text-\[30px\]\!{font-size:30px!important}.text-\[48px\]{font-size:48px}.leading-\[1\.6\]{--tw-leading:1.6;line-height:1.6}.leading-\[1\.75\]{--tw-leading:1.75;line-height:1.75}.leading-\[16px\]{--tw-leading:16px;line-height:16px}.leading-\[20px\]{--tw-leading:20px;line-height:20px}.leading-\[24px\]{--tw-leading:24px;line-height:24px}.font-\[400\]{--tw-font-weight:400;font-weight:400}.font-\[430\]{--tw-font-weight:430;font-weight:430}.font-\[500\]{--tw-font-weight:500;font-weight:500}.font-\[600\]{--tw-font-weight:600;font-weight:600}.font-\[700\]{--tw-font-weight:700;font-weight:700}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.text-\[\#1f2937\]{color:#1f2937}.text-\[\#2C3E50\],.text-\[\#2c3e50\]{color:#2c3e50}.text-\[\#3b82f6\]{color:#3b82f6}.text-\[\#4B5669\]{color:#4b5669}.text-\[\#6b7280\]{color:#6b7280}.text-\[\#8b5cf6\]{color:#8b5cf6}.text-\[\#8c8c8c\]{color:#8c8c8c}.text-\[\#9ca3af\]{color:#9ca3af}.text-\[\#10b981\]{color:#10b981}.text-\[\#16a34a\]{color:#16a34a}.text-\[\#52c41a\]{color:#52c41a}.text-\[\#67C23A\]{color:#67c23a}.text-\[\#84C4F2\]\!{color:#84c4f2!important}.text-\[\#90BFF0\]{color:#90bff0}.text-\[\#389e0d\]{color:#389e0d}.text-\[\#722ed1\]{color:#722ed1}.text-\[\#1890ff\]{color:#1890ff}.text-\[\#2563eb\]{color:#2563eb}.text-\[\#3498DB\],.text-\[\#3498db\]{color:#3498db}.text-\[\#15803d\]{color:#15803d}.text-\[\#262626\]{color:#262626}.text-\[\#374151\]{color:#374151}.text-\[\#606266\]{color:#606266}.text-\[\#666666\]{color:#666}.text-\[\#CB6724\]{color:#cb6724}.text-\[\#CEC8BF\]\!{color:#cec8bf!important}.text-\[\#E6A23C\]{color:#e6a23c}.text-\[\#F56C6C\]{color:#f56c6c}.text-\[\#FFFFFF\]{color:#fff}.text-\[\#c2410c\]{color:#c2410c}.text-\[\#d46b08\]{color:#d46b08}.text-\[\#eab308\]{color:#eab308}.text-\[\#ef4444\]{color:#ef4444}.text-\[\#f59e0b\]{color:#f59e0b}.text-\[\#f5222d\]{color:#f5222d}.text-\[\#f97316\]{color:#f97316}.text-\[\#fa8c16\]{color:#fa8c16}.text-\[\#faad14\]{color:#faad14}.text-\[\#ffffff\]{color:#fff}.text-\[gray\]{color:gray}.text-\[red\]{color:red}.text-\[white\]{color:#fff}.text-transparent{color:#0000}.italic{font-style:italic}.placeholder-\[\#AEBACA\]::-moz-placeholder{color:#aebaca}.placeholder-\[\#AEBACA\]::placeholder{color:#aebaca}.opacity-0{opacity:0}.shadow-\[0_1px_3px_0_rgba\(0\,0\,0\,0\.1\)\]{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_2px_4px_rgba\(0\,0\,0\,0\.05\)\]{--tw-shadow:0 2px 4px var(--tw-shadow-color,#0000000d);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_4px_15px_rgba\(0\,0\,0\,0\.08\)\]{--tw-shadow:0 4px 15px var(--tw-shadow-color,#00000014);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_10px_15px_-3px_rgba\(0\,0\,0\,0\.1\)\]{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_10px_20px_-5px_rgba\(0\,0\,0\,0\.2\)\]{--tw-shadow:0 10px 20px -5px var(--tw-shadow-color,#0003);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,backdrop-filter,display,visibility,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.transition-\[box-shadow\]{transition-property:box-shadow;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.transition-opacity{transition-property:opacity;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.transition-shadow{transition-property:box-shadow;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.duration-200{--tw-duration:.2s;transition-duration:.2s}.duration-300{--tw-duration:.3s;transition-duration:.3s}.duration-\[200ms\]{--tw-duration:.2s;transition-duration:.2s}.focus-within\:border-\[\#3498DB\]:focus-within{border-color:#3498db}@media (hover:hover){.hover\:-translate-y-\[4px\]:hover{--tw-translate-y: -4px ;translate:var(--tw-translate-x)var(--tw-translate-y)}.hover\:border-\[\#3b82f6\]:hover{border-color:#3b82f6}.hover\:border-\[\#8b5cf6\]:hover{border-color:#8b5cf6}.hover\:border-\[\#10b981\]:hover{border-color:#10b981}.hover\:border-\[\#73d13d\]:hover{border-color:#73d13d}.hover\:border-\[\#f97316\]:hover{border-color:#f97316}.hover\:bg-\[\#3b82f6\]:hover{background-color:#3b82f6}.hover\:bg-\[\#8b5cf6\]:hover{background-color:#8b5cf6}.hover\:bg-\[\#10b981\]:hover{background-color:#10b981}.hover\:bg-\[\#40a9ff\]:hover{background-color:#40a9ff}.hover\:bg-\[\#66B1FF\]:hover{background-color:#66b1ff}.hover\:bg-\[\#73d13d\]:hover{background-color:#73d13d}.hover\:bg-\[\#2194D8\]:hover{background-color:#2194d8}.hover\:bg-\[\#2563eb\]:hover{background-color:#2563eb}.hover\:bg-\[\#2980B9\]:hover{background-color:#2980b9}.hover\:bg-\[\#3498DB\]:hover{background-color:#3498db}.hover\:bg-\[\#eff6ff\]:hover{background-color:#eff6ff}.hover\:bg-\[\#f0fdf4\]:hover{background-color:#f0fdf4}.hover\:bg-\[\#f9fafb\]:hover{background-color:#f9fafb}.hover\:bg-\[\#f97316\]:hover{background-color:#f97316}.hover\:text-\[\#16a34a\]:hover{color:#16a34a}.hover\:text-\[\#75B9E6\]:hover{color:#75b9e6}.hover\:text-\[\#2563eb\]:hover{color:#2563eb}.hover\:text-\[\#374151\]:hover{color:#374151}.hover\:text-\[\#ea580c\]:hover{color:#ea580c}.hover\:opacity-80:hover{opacity:.8}.hover\:opacity-100:hover{opacity:1}.hover\:shadow-\[0_4px_6px_-1px_rgba\(0\,0\,0\,0\.1\)\]:hover{--tw-shadow:0 4px 6px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}}.focus\:border-\[\#409EFF\]:focus{border-color:#409eff}.focus\:border-\[\#3498DB\]:focus{border-color:#3498db}.focus\:ring-2:focus{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\:outline-none:focus{--tw-outline-style:none;outline-style:none}.disabled\:opacity-50:disabled{opacity:.5}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}html,body{height:100%;margin:0;padding:0}.flexlayout__tabset_content{overflow:hidden!important}.flexlayout__tab_button{min-width:80px}.flexlayout__tab_button_trailing{width:20px;height:20px}.flexlayout__tabset_tabbar_inner_tab_container{min-height:30px}.flexlayout__tabset_tabbar_inner_tab_container_top{border-bottom:1px solid #d9d9d9}.flexlayout__tab_moveable{height:100%;overflow:hidden!important}.flexlayout__tab_moveable .problem-content{height:100%;overflow-y:auto}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-space-x-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-gradient-position{syntax:"*";inherits:false}@property --tw-gradient-from{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-via{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-to{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-stops{syntax:"*";inherits:false}@property --tw-gradient-via-stops{syntax:"*";inherits:false}@property --tw-gradient-from-position{syntax:"<length-percentage>";inherits:false;initial-value:0%}@property --tw-gradient-via-position{syntax:"<length-percentage>";inherits:false;initial-value:50%}@property --tw-gradient-to-position{syntax:"<length-percentage>";inherits:false;initial-value:100%}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-duration{syntax:"*";inherits:false}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}.login-modal .ant-modal-content{border-radius:12px;box-shadow:0 8px 30px #0000001a;overflow:hidden;padding:0;background:linear-gradient(to bottom,#fff,#f5f9ff);border:1px solid rgba(137,196,244,.2)}.login-modal .ant-modal-body{padding:0;position:relative;display:flex;flex-direction:column;align-items:center;overflow:hidden;max-height:100%;width:100%;background:transparent}.login-modal .ant-input-affix-wrapper,.login-modal .ant-input-password{width:100%;height:42px;box-sizing:border-box;padding:0 12px;display:flex;align-items:center;border:1px solid #d0e1f9;border-radius:8px;background-color:#f8faff;transition:all .3s}.login-modal .ant-input-affix-wrapper:hover,.login-modal .ant-input-password:hover{border-color:#5d9cec}.login-modal .ant-input-affix-wrapper:focus,.login-modal .ant-input-password:focus,.login-modal .ant-input-affix-wrapper-focused,.login-modal .ant-input-password-focused{border-color:#4a89dc;box-shadow:0 0 0 2px #4a89dc33;background-color:#fff}.login-modal .ant-input-affix-wrapper>input.ant-input,.login-modal .ant-input-password .ant-input{height:40px;padding:0;line-height:40px;background-color:transparent;color:#2c3e50}.login-modal .ant-input::-moz-placeholder{line-height:normal;vertical-align:middle;color:#a0aec0}.login-modal .ant-input::placeholder{line-height:normal;vertical-align:middle;color:#a0aec0}.login-modal .ant-input-prefix,.login-modal .ant-input-suffix{display:flex;align-items:center;color:#5d9cec}.login-container{width:100%;max-width:400px;position:relative;box-sizing:border-box;background:linear-gradient(135deg,#fffffff2,#f5f9fff2);border-radius:12px;overflow:hidden;box-shadow:0 15px 35px #4a89dc26;animation:containerFadeIn .8s ease-out;border:1px solid rgba(74,137,220,.1)}.close-button{position:absolute;right:20px;top:15px;font-size:16px;color:#a0aec0;background-color:transparent;border:none;cursor:pointer;z-index:10;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s}.close-button:hover{color:#4a89dc;background-color:#4a89dc1a;transform:rotate(90deg)}.login-header{text-align:center;margin-bottom:25px;margin-top:60px;position:relative;border-bottom:none;background:transparent;padding:0}.login-header:before,.login-header:after{display:none}.login-header .animated-title{font-size:36px;font-weight:700;margin:0;padding:0;letter-spacing:1px;position:relative;display:inline-block;animation:titlePulse 3s infinite,titleColorChange 8s infinite alternate;text-shadow:0 2px 10px rgba(0,0,0,.2),0 0 20px rgba(74,137,220,.3);background:linear-gradient(-45deg,#1e5799,#4a89dc,#3498db,#2980b9);background-size:400% 400%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:titleGradient 10s ease infinite,titlePulse 3s infinite;border:none;outline:none}.login-header .animated-title:before,.login-header .animated-title:after{display:none}.login-header-title{text-align:center;margin-bottom:30px;border-bottom:1px solid rgba(208,225,249,.6);margin-left:30px;margin-right:30px;position:relative;padding-bottom:12px;animation:slideInFromRight .6s ease-out}.login-header-title .login-title-account{color:#1e5799;font-size:18px;font-weight:600;position:relative;display:inline-block}.login-header-title .login-title-account:after{content:"";position:absolute;bottom:-12px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#4a89dc,#5d9cec);border-radius:3px;animation:expandWidth .8s ease-out forwards}@keyframes slideInFromRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes expandWidth{0%{width:0}to{width:100%}}.login-form-container{padding-left:30px;padding-right:30px;width:100%;box-sizing:border-box}.login-form-container .ant-form-item{margin-bottom:16px;width:100%}.login-form-container .ant-form{width:100%}.login-form-container .login-input{height:42px;padding:8px 16px;color:#2d3748;border:1px solid #d0e1f9;border-radius:8px;font-size:14px;transition:all .3s;width:100%;box-sizing:border-box;line-height:24px;background-color:#f8faff;animation:fadeIn .5s ease-out}.login-form-container .login-input:focus{border-color:#4a89dc;box-shadow:0 0 0 2px #4a89dc33;background-color:#fff;animation:pulse 1.5s infinite}.login-form-container .login-button{margin-bottom:20px;margin-top:20px;background:linear-gradient(135deg,#4a89dc,#1e5799);width:100%;height:44px;border-radius:8px;font-size:16px;font-weight:500;display:block;border:none;color:#fff;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 10px #1e579933;position:relative;overflow:hidden}.login-form-container .login-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:all .6s ease}.login-form-container .login-button:hover{background:linear-gradient(135deg,#5d9cec,#2b6fc2);transform:translateY(-1px);box-shadow:0 6px 12px #1e579940}.login-form-container .login-button:hover:before{left:100%}.login-form-container .login-button:active{transform:translateY(1px);box-shadow:0 2px 8px #1e579933}.login-actions{display:flex;justify-content:space-between;margin-top:15px;padding-bottom:20px;animation:fadeInUp .8s ease-out}.login-actions .login-action-button{color:#4a89dc;background-color:transparent;border:none;font-weight:500;padding:5px 0;cursor:pointer;position:relative;transition:all .3s}.login-actions .login-action-button:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:linear-gradient(90deg,#4a89dc,#5d9cec);transition:width .3s ease}.login-actions .login-action-button:hover{color:#1e5799;transform:translateY(-2px)}.login-actions .login-action-button:hover:after{width:100%}.login-actions .login-action-button:active{transform:translateY(0)}.register-modal .ant-modal-content{border-radius:12px;box-shadow:0 8px 30px #0000001a;overflow:hidden;padding:0;background:linear-gradient(to bottom,#fff,#f5f9ff);border:1px solid rgba(137,196,244,.2)}.register-modal .ant-modal-body{padding:0;position:relative;display:flex;flex-direction:column;align-items:center;overflow:hidden;max-height:100%;width:100%;background:transparent}.register-modal .ant-form-item{margin-bottom:15px}.register-modal .ant-form-item-label{padding-bottom:4px}.register-modal .ant-form-item-label>label{font-weight:500;color:#1e5799;height:22px;font-size:14px}.register-modal .ant-form-item-label>label:before{color:#5d9cec!important}.register-modal .ant-input,.register-modal .ant-input-affix-wrapper,.register-modal .ant-select-selector{border-radius:8px;height:42px;border:1px solid #d0e1f9;transition:all .3s;background-color:#f8faff;animation:fadeIn .5s ease-out}.register-modal .ant-input:hover,.register-modal .ant-input-affix-wrapper:hover,.register-modal .ant-select-selector:hover{border-color:#5d9cec}.register-modal .ant-input:focus,.register-modal .ant-input-affix-wrapper:focus,.register-modal .ant-select-selector:focus,.register-modal .ant-input-focused,.register-modal .ant-input-affix-wrapper-focused,.register-modal .ant-select-selector-focused{border-color:#4a89dc;box-shadow:0 0 0 2px #4a89dc33;background-color:#fff;animation:pulse 1.5s infinite}.register-modal .ant-input{padding:8px 16px;color:#2d3748;line-height:24px}@keyframes pulse{0%{box-shadow:0 0 #4a89dc66}70%{box-shadow:0 0 0 5px #4a89dc00}to{box-shadow:0 0 #4a89dc00}}.register-modal .ant-select-selector{padding:0 8px!important;display:flex;align-items:center;border:1px solid #d0e1f9;background-color:#f8faff!important;height:42px!important}.register-modal .ant-select-selection-item{line-height:42px!important;color:#2d3748}.register-modal .ant-input-password{display:flex;align-items:center}.register-modal .ant-input-password .ant-input{height:40px;padding:0;border:none;background-color:transparent}.register-modal .ant-input::-moz-placeholder{color:#a0aec0}.register-modal .ant-input::placeholder{color:#a0aec0}.register-modal .ant-btn{border-radius:8px;height:42px;font-size:14px;transition:all .3s;font-weight:500}.register-modal .ant-btn-primary{background:linear-gradient(135deg,#4a89dc,#1e5799);border:none;box-shadow:0 4px 10px #1e579933}.register-modal .ant-btn-primary:hover,.register-modal .ant-btn-primary:focus{background:linear-gradient(135deg,#5d9cec,#2b6fc2);transform:translateY(-1px);box-shadow:0 6px 12px #1e579940}.register-modal .ant-btn-primary:active{transform:translateY(1px);box-shadow:0 2px 8px #1e579933}.register-modal .verification-btn{border-radius:8px;background:linear-gradient(135deg,#4a89dc,#1e5799);color:#fff;height:42px;font-size:14px;border:none;box-shadow:0 4px 10px #1e579933;min-width:110px;padding:0 15px;white-space:nowrap}.register-modal .verification-btn:disabled{background:linear-gradient(135deg,#a0aec0,#718096);color:#ffffffb3;box-shadow:none}.register-modal .verification-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 12px #1e579940}.register-modal .verification-btn:active:not(:disabled){transform:translateY(1px);box-shadow:0 2px 8px #1e579933}.register-modal .register-btn{height:44px;background:linear-gradient(135deg,#4a89dc,#1e5799);width:100%;margin-top:20px;font-size:16px;font-weight:500;border:none;box-shadow:0 4px 10px #1e579933;position:relative;overflow:hidden}.register-modal .register-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:all .6s ease}.register-modal .register-btn:hover{background:linear-gradient(135deg,#5d9cec,#2b6fc2);transform:translateY(-1px);box-shadow:0 6px 12px #1e579940}.register-modal .register-btn:hover:before{left:100%}.register-modal .register-btn:active{transform:translateY(1px);box-shadow:0 2px 8px #1e579933}.register-modal .register-container{width:100%;max-width:550px;position:relative;box-sizing:border-box;background:linear-gradient(135deg,#fffffff2,#f5f9fff2);border-radius:12px;overflow:hidden;box-shadow:0 15px 35px #4a89dc26;animation:containerFadeIn .8s ease-out;border:1px solid rgba(74,137,220,.1)}.register-modal .close-button{position:absolute;right:20px;top:15px;font-size:16px;color:#a0aec0;background-color:transparent;border:none;cursor:pointer;z-index:10;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s}.register-modal .close-button:hover{color:#4a89dc;background-color:#4a89dc1a;transform:rotate(90deg)}.register-modal .register-header{text-align:center;margin-bottom:25px;margin-top:60px;position:relative;border-bottom:none;background:transparent;padding:0}.register-modal .register-header:before,.register-modal .register-header:after{display:none}.register-modal .register-header .animated-title{font-size:36px;font-weight:700;margin:0;padding:0;letter-spacing:1px;position:relative;display:inline-block;animation:titlePulse 3s infinite,titleColorChange 8s infinite alternate;text-shadow:0 2px 10px rgba(0,0,0,.2),0 0 20px rgba(74,137,220,.3);background:linear-gradient(-45deg,#1e5799,#4a89dc,#3498db,#2980b9);background-size:400% 400%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:titleGradient 10s ease infinite,titlePulse 3s infinite;border:none;outline:none}.register-modal .register-header .animated-title:before,.register-modal .register-header .animated-title:after{display:none}@keyframes containerFadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes titleGradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes titlePulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes titleColorChange{0%{color:#1e5799;text-shadow:0 0 10px rgba(30,87,153,.7)}25%{color:#4a89dc;text-shadow:0 0 15px rgba(74,137,220,.7)}50%{color:#3498db;text-shadow:0 0 20px rgba(52,152,219,.7)}75%{color:#2980b9;text-shadow:0 0 15px rgba(41,128,185,.7)}to{color:#1e5799;text-shadow:0 0 10px rgba(30,87,153,.7)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-100% 0}to{background-position:200% 0}}.register-modal .register-form{padding:15px 30px 25px;width:100%;box-sizing:border-box;animation:fadeInUp .8s ease-out}.register-modal .register-form .ant-form{width:100%}.register-modal .register-form .ant-form .ant-form-item{animation:fadeIn .5s ease-out;margin-bottom:15px}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.register-modal .login-link{text-align:center;padding:0 0 25px;font-size:14px;color:#7f8c9a;animation:fadeInUp .8s ease-out}.register-modal .login-link a{color:#4a89dc;margin-left:4px;font-weight:500;position:relative;transition:all .3s;cursor:pointer}.register-modal .login-link a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:linear-gradient(90deg,#4a89dc,#5d9cec);transition:width .3s ease}.register-modal .login-link a:hover{color:#1e5799;transform:translateY(-2px)}.register-modal .login-link a:hover:after{width:100%}.register-modal .login-link a:active{transform:translateY(0)}.image-upload-wrapper{width:100%}.uploaded-image-container{display:flex;flex-direction:column;align-items:center;gap:8px}.uploaded-image-container .relative{position:relative;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;max-width:200px;max-height:200px}.uploaded-image-container .relative img{width:128px;height:128px;-o-object-fit:cover;object-fit:cover;border-radius:8px;display:block}.uploaded-image-container .relative:hover .absolute{opacity:1}.upload-placeholder{min-height:120px;width:100%;max-width:300px;display:flex;align-items:center;justify-content:center;background-color:#fafafa;border-radius:8px}.upload-placeholder:hover{background-color:#f0f8ff}.ant-upload-select{width:100%!important}@media (max-width: 640px){.uploaded-image-container .relative{max-width:120px;max-height:120px}.uploaded-image-container .relative img{width:80px;height:80px}.upload-placeholder{min-height:80px;padding:16px;max-width:200px}}.feedback-trigger:hover{background-color:#1890ff1a;color:#1890ff}.feedback-dropdown-overlay .ant-dropdown-menu{padding:0;border-radius:8px;box-shadow:0 6px 16px #00000014,0 3px 6px -4px #0000001f,0 9px 28px 8px #0000000d}.feedback-dropdown{width:380px;max-height:500px;background:#fff;border-radius:8px}.feedback-dropdown .feedback-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #f0f0f0;background:linear-gradient(135deg,#6c7bc6,#6776e9);border-radius:8px 8px 0 0}.feedback-dropdown .feedback-header .ant-typography{color:#fff;margin:0;font-size:16px}.feedback-dropdown .feedback-header .feedback-actions .ant-btn{background:#fff3;border:1px solid rgba(255,255,255,.3);color:#fff}.feedback-dropdown .feedback-header .feedback-actions .ant-btn:hover{background:#ffffff4d;border-color:#ffffff80}.feedback-dropdown .feedback-content{max-height:350px;overflow-y:auto}.feedback-dropdown .feedback-content .feedback-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px}.feedback-dropdown .feedback-content .feedback-loading .ant-spin{margin-bottom:12px}.feedback-dropdown .feedback-content .feedback-list .ant-list-item{padding:16px 20px;border-bottom:1px solid #f5f5f5;transition:all .2s ease}.feedback-dropdown .feedback-content .feedback-list .ant-list-item:hover{background-color:#fafafa}.feedback-dropdown .feedback-content .feedback-list .ant-list-item:last-child{border-bottom:none}.feedback-dropdown .feedback-content .feedback-empty{padding:40px 20px}.feedback-dropdown .feedback-content .feedback-empty .ant-empty-description{color:#999}.feedback-dropdown .feedback-footer{padding:12px 20px;border-top:1px solid #f0f0f0;background-color:#fafafa;border-radius:0 0 8px 8px}.feedback-dropdown .feedback-footer .ant-btn{color:#666}.feedback-dropdown .feedback-footer .ant-btn:hover{color:#1890ff;background-color:transparent}.feedback-item .feedback-wrapper{display:flex;align-items:flex-start;width:100%}.feedback-item .feedback-wrapper .feedback-icon{font-size:16px;margin-right:12px;margin-top:2px;flex-shrink:0}.feedback-item .feedback-wrapper .feedback-content{flex:1;min-width:0}.feedback-item .feedback-wrapper .feedback-content .feedback-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.feedback-item .feedback-wrapper .feedback-content .feedback-title .ant-typography{margin:0;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:200px}.feedback-item .feedback-wrapper .feedback-content .feedback-title .ant-tag{margin:0;font-size:12px;border-radius:10px;padding:2px 8px}.feedback-item .feedback-wrapper .feedback-content .feedback-time{font-size:12px;display:block;margin-bottom:8px}.feedback-item .feedback-wrapper .feedback-content .admin-reply{background-color:#f6ffed;border:1px solid #d9f7be;border-radius:6px;padding:8px 12px;margin-top:8px}.feedback-item .feedback-wrapper .feedback-content .admin-reply .ant-typography{font-size:12px;margin:0;color:#52c41a}.feedback-modal-content .ant-form-item-label{font-weight:600}.feedback-modal-content .ant-select-selector,.feedback-modal-content .ant-input,.feedback-modal-content .ant-input-affix-wrapper{border-radius:6px}.feedback-modal-content .ant-btn{border-radius:6px;font-weight:500}.feedback-modal-content .feedback-type-select .ant-select-selector{min-height:48px;padding:8px 11px}.feedback-modal-content .feedback-type-select .ant-select-selection-item{display:flex;align-items:center;padding:0;line-height:1.4}.feedback-type-option.ant-select-item{padding:8px 12px!important;min-height:auto!important}.feedback-type-option.ant-select-item:hover{background-color:#f5f5f5}.feedback-type-option.ant-select-item.ant-select-item-option-selected{background-color:#e6f7ff}.feedback-type-option.ant-select-item.ant-select-item-option-selected:hover{background-color:#bae7ff}.feedback-type-option .ant-select-item-option-content{width:100%}@media (max-width: 768px){.feedback-dropdown{width:320px}.feedback-dropdown .feedback-item .feedback-wrapper .feedback-content .feedback-title .ant-typography{max-width:150px}}.fixed-header{position:fixed!important;top:0;left:0;right:0;width:100%;height:52px!important;line-height:52px!important;padding:0 24px!important;background:#fff!important;border-bottom:1px solid #e8e8e8!important;box-shadow:0 2px 6px #0000001a!important;transition:all .3s ease;z-index:1000}.fixed-header .logo-text{color:#1890ff;font-size:16px;font-weight:600;-webkit-user-select:none;-moz-user-select:none;user-select:none}.header-menu .ant-menu-item{height:52px!important;line-height:52px!important;padding:0 16px!important;font-size:14px!important}.header-menu .ant-menu-item:hover{color:#1890ff!important}.header-menu .ant-menu-item.ant-menu-item-selected{color:#1890ff!important;font-weight:600!important}.header-menu .ant-menu-item.ant-menu-item-selected:after{border-bottom-width:2px!important;border-bottom-color:#1890ff!important}.main-content{margin-top:52px}.header-register-button{background:linear-gradient(135deg,#4a89dc,#1e5799)!important;border:none!important;box-shadow:0 2px 6px #1e579926!important;border-radius:6px!important;transition:all .3s!important;height:30px!important;padding:0 16px!important;font-size:13px!important}.header-register-button:hover{background:linear-gradient(135deg,#5d9cec,#2b6fc2)!important;transform:translateY(-1px);box-shadow:0 4px 10px #1e579933!important}.header-register-button:active{transform:translateY(0);box-shadow:0 2px 6px #1e579926!important}.header-register-button span{font-weight:500;letter-spacing:.3px}.header-login-button{border:1px solid #d0e1f9!important;border-radius:6px!important;color:#4a89dc!important;transition:all .3s!important;height:30px!important;padding:0 16px!important;margin-right:12px!important;font-size:13px!important}.header-login-button:hover{border-color:#4a89dc!important;color:#1e5799!important;background-color:#4a89dc0d!important;transform:translateY(-1px)}.header-login-button:active{transform:translateY(0)}.header-login-button span{font-weight:500;letter-spacing:.3px}@media (max-width: 768px){.fixed-header{padding:0 16px!important;height:48px!important;line-height:48px!important}.main-content{margin-top:48px}.header-menu .ant-menu-item{height:48px!important;line-height:48px!important;padding:0 12px!important;font-size:13px!important}}.home-banner{position:relative;border-radius:8px;overflow:hidden;width:100%;max-width:800px;height:260px;box-shadow:none;flex-shrink:0;margin-bottom:0}.home-banner .home-swiper{height:100%;width:100%}.home-banner .home-swiper .swiper-slide{width:100%;height:100%}.home-banner .banner-slide{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.home-banner .banner-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.home-banner .swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.home-banner .swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.home-banner .swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.home-banner .swiper-button-next,.home-banner .swiper-button-prev{position:absolute;top:50%;width:30px;height:30px;margin-top:-20px;z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;background:#fff9;border-radius:50%;transition:all .3s ease;border:1px solid rgba(255,255,255,.3);backdrop-filter:blur(8px);opacity:.4;box-shadow:0 1px 4px #0000001a}.home-banner .swiper-button-next:hover,.home-banner .swiper-button-prev:hover{background:#fffc;transform:scale(1.05);box-shadow:0 2px 8px #00000026;border-color:#3498db33}.home-banner .swiper-button-next .nav-icon,.home-banner .swiper-button-prev .nav-icon{width:18px;height:18px;color:#000;font-weight:700;opacity:1}.home-banner .swiper-button-prev{left:20px;right:auto}.home-banner .swiper-button-next{right:20px;left:auto}.home-banner .swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10;bottom:15px;left:0;right:0}.home-banner .swiper-pagination-bullet{width:12px;height:12px;display:inline-block;border-radius:50%;background:#fff9;opacity:.2;margin:0 6px!important;transition:all .3s ease;border:2px solid rgba(255,255,255,.3)}.home-banner .swiper-pagination-bullet:hover{background:#fffc;transform:scale(1.2)}.home-banner .swiper-pagination-bullet-active{background:#3498db;border-color:#3498db;transform:scale(1.2)}.home-banner .swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.home-banner .swiper-fade .swiper-slide-active{pointer-events:auto}.home-calendar{position:relative;background:#fff;width:100%;height:260px;border-radius:8px;box-shadow:0 4px 12px #0000001a;flex-shrink:0}.home-calendar .calendar-nav-button{position:absolute;width:35px;height:35px;border:1px solid #F5F7FB;top:52px;border-radius:50%;background:#ffffff80;color:#3498db;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;margin-top:5px}.home-calendar .calendar-nav-button:hover{background:#fffc}.home-calendar .calendar-nav-button.calendar-nav-prev{left:15px}.home-calendar .calendar-nav-button.calendar-nav-next{right:15px}.home-calendar .calendar-nav-button .calendar-nav-icon{width:10px;height:10px}.home-calendar .calendar-header{height:65px;background-color:#70bded;border-bottom:1px solid rgba(0,0,0,.04);border-top-left-radius:8px;border-top-right-radius:8px}.home-calendar .calendar-header .calendar-time-list{display:flex;flex-direction:column;align-items:center;padding:0;margin:0;height:100%}.home-calendar .calendar-header .calendar-time-list .calendar-time{display:block;height:35px;display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;font-size:20px;line-height:1}.home-calendar .calendar-header .calendar-time-list .calendar-date{display:block;height:20px;color:#eaf5ff;font-weight:450;font-size:12px;line-height:1;display:flex;align-items:center;justify-content:center}.home-calendar .calendar-body{background:#fff;height:187px;border-bottom-left-radius:8px;border-bottom-right-radius:8px}.home-calendar .calendar-body .calendar-content{display:flex;flex-direction:column;height:100%;align-items:center;margin:0;padding:0}.home-calendar .calendar-body .calendar-content .calendar-month{display:block;background:#e6f2ff;border-radius:20px;color:#004b71;font-weight:500;margin-top:5px;width:60px;border:none;height:22px;text-align:center;line-height:22px;font-size:12px}.home-calendar .calendar-body .calendar-content .calendar-table-container{display:block;flex-grow:1;margin-top:-5px;width:95%;height:100%;border-bottom-left-radius:8px;border-bottom-right-radius:8px}.home-calendar .calendar-body .calendar-content .calendar-table-container .calendar-table{width:100%;margin-top:15px}.home-calendar .calendar-body .calendar-content .calendar-table-container .calendar-table .calendar-weekdays{color:#0072b6;font-size:10px}.home-calendar .calendar-body .calendar-content .calendar-table-container .calendar-table .calendar-weekdays .calendar-weekday{font-size:10px;font-weight:500;padding:1px;text-align:center;width:calc(100% / 7)}.home-calendar .calendar-body .calendar-content .calendar-table-container .calendar-table .calendar-days{color:#747c8b;font-size:12px}.home-calendar .calendar-body .calendar-content .calendar-table-container .calendar-table .calendar-days .calendar-day{padding:1px;text-align:center;position:relative;cursor:pointer;transition:all .3s ease}.home-calendar .calendar-body .calendar-content .calendar-table-container .calendar-table .calendar-days .calendar-day:hover .calendar-day-number{background:#3498db1a;transform:scale(1.1)}.home-calendar .calendar-body .calendar-content .calendar-table-container .calendar-table .calendar-days .calendar-day .calendar-day-number{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;transition:all .3s ease;font-size:11px}.home-calendar .calendar-body .calendar-content .calendar-table-container .calendar-table .calendar-days .calendar-day .calendar-day-number.calendar-day-today{background:linear-gradient(to bottom right,#009ad6,#0072b6);color:#fff}.home-calendar .calendar-body .calendar-content .calendar-table-container .calendar-table .calendar-days .calendar-day-empty{padding:2px}.daily-problem-card{width:100%;background:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;overflow:hidden;margin-bottom:0;border:none}.daily-problem-card .card-header{background-color:#70bded;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;color:#fff;position:relative}.daily-problem-card .card-header .nav-button{background:#ffffff26;border:none;color:#fff;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;flex-shrink:0}.daily-problem-card .card-header .nav-button:hover{background:#ffffff40;transform:scale(1.15)}.daily-problem-card .card-header .header-center{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px}.daily-problem-card .card-header .header-center .header-title{font-size:16px;font-weight:600}.daily-problem-card .card-header .header-center .header-date .date-display{font-size:14px;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.daily-problem-card .card-content{padding:16px;display:flex;flex-direction:column;flex:1;min-height:0}.daily-problem-card .card-content .loading-text{margin-top:12px;font-size:14px;color:#666;text-align:center}.daily-problem-card .card-content .future-icon{margin:20px auto 16px;text-align:center}.daily-problem-card .card-content .future-title{font-size:18px;font-weight:600;color:#70bded;margin-bottom:4px;text-align:center}.daily-problem-card .card-content .future-message{font-size:14px;color:#999;text-align:center}.daily-problem-card .card-content .problem-info{margin-bottom:16px}.daily-problem-card .card-content .problem-info .problem-title-wrapper{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.daily-problem-card .card-content .problem-info .problem-title-wrapper .problem-title{font-size:16px;font-weight:600;color:#333;line-height:1.4;flex:1;min-width:150px}.daily-problem-card .card-content .problem-info .problem-title-wrapper .passed-tag{font-size:11px;padding:2px 8px;border-radius:8px;font-weight:500}.daily-problem-card .card-content .problem-stats{display:flex;justify-content:space-between;margin-bottom:20px;gap:10px}.daily-problem-card .card-content .problem-stats .stat-item{flex:1;text-align:center;padding:12px 8px;background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef;transition:all .2s ease}.daily-problem-card .card-content .problem-stats .stat-item .stat-icon{margin-bottom:4px;display:block}.daily-problem-card .card-content .problem-stats .stat-item .stat-icon .iconfont{font-size:20px;color:#70bded;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.daily-problem-card .card-content .problem-stats .stat-item .stat-label{display:block;font-size:11px;color:#666;margin-bottom:4px;font-weight:500}.daily-problem-card .card-content .problem-stats .stat-item .stat-value{display:block;font-size:16px;font-weight:600;color:#333}.daily-problem-card .card-content .card-footer{display:flex;gap:10px;margin-top:auto}.daily-problem-card .card-content .card-footer .start-challenge-btn{flex:1;height:40px;background:#70bded;border:none;border-radius:6px;color:#fff;font-weight:600;font-size:14px;transition:all .3s ease}.daily-problem-card .card-content .card-footer .start-challenge-btn:hover{background:#5aa8d9}.daily-problem-card .card-content .card-footer .random-challenge-btn{flex:1;height:40px;background:#fff;border:1px solid #e0e0e0;border-radius:6px;color:#666;font-weight:600;font-size:14px;transition:all .3s ease}.daily-problem-card .card-content .card-footer .random-challenge-btn:hover{border-color:#70bded;color:#70bded}.daily-problem-card .card-content .no-problem-icon{margin:20px auto 12px;opacity:.5;text-align:center}.daily-problem-card .card-content p{margin:0;font-size:14px;color:#999;text-align:center}.daily-problem-card .card-content .no-problem-date{margin-top:8px;font-size:12px;color:#999;text-align:center}.leaderboard-card{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;border:none;overflow:hidden;margin-bottom:0;flex:1;display:flex;flex-direction:column}.leaderboard-card .ant-card-head{background-color:#70bded;border-bottom:none;padding:20px 20px 16px}.leaderboard-card .ant-card-head .ant-card-head-title{padding:0}.leaderboard-card .ant-card-head .ant-card-head-title .card-title{display:flex;align-items:center;gap:12px;font-size:20px;font-weight:700;color:#fff}.leaderboard-card .ant-card-head .ant-card-head-title .card-title .title-icon{color:gold;font-size:24px;filter:drop-shadow(0 2px 4px rgba(255,215,0,.4));animation:pulse 2s ease-in-out infinite}.leaderboard-card .ant-card-head .ant-card-extra .refresh-btn{color:#fff;border-color:#ffffff4d}.leaderboard-card .ant-card-head .ant-card-extra .refresh-btn:hover{background:#ffffff26;border-color:#ffffff80}.leaderboard-card .loading-container{display:flex;flex-direction:column;align-items:center;gap:16px;padding:60px 0;color:#8c8c8c}.leaderboard-card .loading-container .ant-spin .ant-spin-dot-item{background-color:#70bded}.leaderboard-card .loading-container span{font-size:14px}.leaderboard-card .no-data{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 0;color:#bfbfbf;font-size:15px}.leaderboard-card .leaderboard-content{display:flex;flex-direction:column;gap:12px}.leaderboard-card .podium-container{display:flex;align-items:flex-end;justify-content:center;gap:16px;padding:20px 0 16px;background:linear-gradient(180deg,#f0f9ff,#fff);border-radius:12px;position:relative}.leaderboard-card .podium-container .podium-item{display:flex;flex-direction:column;align-items:center;gap:8px;position:relative;flex:1;max-width:120px}.leaderboard-card .podium-container .podium-item .crown-icon{position:absolute;top:-8px;font-size:24px;animation:float 3s ease-in-out infinite}.leaderboard-card .podium-container .podium-item .crown-icon.gold{color:gold;filter:drop-shadow(0 2px 6px rgba(255,215,0,.5))}.leaderboard-card .podium-container .podium-item .crown-icon.silver{color:silver;filter:drop-shadow(0 2px 6px rgba(192,192,192,.5))}.leaderboard-card .podium-container .podium-item .crown-icon.bronze{color:#cd7f32;filter:drop-shadow(0 2px 6px rgba(205,127,50,.5))}.leaderboard-card .podium-container .podium-item .podium-avatar-wrapper{margin-top:8px;position:relative}.leaderboard-card .podium-container .podium-item .podium-avatar-wrapper .podium-avatar{border:3px solid #ffffff;box-shadow:0 4px 16px #00000026;transition:all .3s ease}.leaderboard-card .podium-container .podium-item .podium-avatar-wrapper .podium-avatar.clickable{cursor:pointer}.leaderboard-card .podium-container .podium-item .podium-avatar-wrapper .podium-avatar.clickable:hover{transform:scale(1.1) translateY(-4px);box-shadow:0 8px 24px #0003}.leaderboard-card .podium-container .podium-item .podium-avatar-wrapper .medal-badge{position:absolute;top:-6px;right:-6px;font-size:24px;line-height:1}.leaderboard-card .podium-container .podium-item .podium-username{font-size:14px;font-weight:700;color:#262626;text-align:center;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 4px}.leaderboard-card .podium-container .podium-item .podium-username.clickable{cursor:pointer;transition:all .2s ease}.leaderboard-card .podium-container .podium-item .podium-username.clickable:hover{color:#70bded;text-decoration:underline}.leaderboard-card .podium-container .podium-item .podium-stats{display:flex;flex-direction:column;align-items:center;gap:2px}.leaderboard-card .podium-container .podium-item .podium-stats .podium-score{font-size:16px;font-weight:800;color:#70bded;display:flex;align-items:center;gap:4px}.leaderboard-card .podium-container .podium-item .podium-stats .podium-score .anticon{color:#52c41a}.leaderboard-card .podium-container .podium-item .podium-stats .podium-solved{font-size:12px;color:#8c8c8c;font-weight:500}.leaderboard-card .podium-container .podium-item.rank-1{order:2}.leaderboard-card .podium-container .podium-item.rank-1 .podium-avatar-wrapper .podium-avatar{background:linear-gradient(135deg,gold,#ffed4e)}.leaderboard-card .podium-container .podium-item.rank-2{order:1}.leaderboard-card .podium-container .podium-item.rank-2 .podium-avatar-wrapper .podium-avatar{background:linear-gradient(135deg,silver,#e8e8e8)}.leaderboard-card .podium-container .podium-item.rank-3{order:3}.leaderboard-card .podium-container .podium-item.rank-3 .podium-avatar-wrapper .podium-avatar{background:linear-gradient(135deg,#cd7f32,#e8a87c)}.leaderboard-card .rank-list{display:flex;flex-direction:column;gap:8px}.leaderboard-card .rank-list .rank-item{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#fff;border:1px solid #f0f0f0;border-radius:8px;transition:all .3s ease}.leaderboard-card .rank-list .rank-item:hover{transform:translate(4px);box-shadow:0 4px 12px #00000014;border-color:#70bded}.leaderboard-card .rank-list .rank-item .rank-badge{width:32px;height:32px;border-radius:6px;background:linear-gradient(135deg,#f0f0f0,#fafafa);color:#595959;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.leaderboard-card .rank-list .rank-item .medal-badge{font-size:28px;line-height:1;flex-shrink:0}.leaderboard-card .rank-list .rank-item .user-avatar{background:linear-gradient(135deg,#70bded,#4a9fd8);border:2px solid #f0f0f0;flex-shrink:0;transition:all .3s ease}.leaderboard-card .rank-list .rank-item .user-avatar.clickable{cursor:pointer}.leaderboard-card .rank-list .rank-item .user-avatar.clickable:hover{transform:scale(1.1);border-color:#70bded;box-shadow:0 4px 12px #70bded4d}.leaderboard-card .rank-list .rank-item .user-details{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.leaderboard-card .rank-list .rank-item .user-details .username{font-size:14px;font-weight:600;color:#262626;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.leaderboard-card .rank-list .rank-item .user-details .username.clickable{cursor:pointer;transition:all .2s ease}.leaderboard-card .rank-list .rank-item .user-details .username.clickable:hover{color:#70bded;text-decoration:underline}.leaderboard-card .rank-list .rank-item .user-details .user-meta{font-size:12px;color:#8c8c8c}.leaderboard-card .rank-list .rank-item .user-score{display:flex;align-items:center;gap:6px;font-size:16px;font-weight:700;color:#70bded;flex-shrink:0}.leaderboard-card .rank-list .rank-item .user-score .score-icon{color:#52c41a;font-size:14px}.leaderboard-card .my-rank-section{margin-top:12px}.leaderboard-card .my-rank-section .divider{height:1px;background:linear-gradient(90deg,transparent 0%,#d9d9d9 20%,#d9d9d9 80%,transparent 100%);margin-bottom:12px}.leaderboard-card .my-rank-item{display:flex!important;align-items:center!important;gap:12px!important;background:linear-gradient(135deg,#e6f7ff,#bae7ff)!important;border:2px solid #70bded!important;box-shadow:0 4px 16px #70bded33!important}.leaderboard-card .my-rank-item .avatar-with-crown{position:relative;display:flex;flex-direction:column;align-items:center;flex-shrink:0}.leaderboard-card .my-rank-item .avatar-with-crown .crown-icon{position:absolute;top:-12px;left:50%;transform:translate(-50%);font-size:20px;z-index:2;filter:drop-shadow(0 2px 4px rgba(0,0,0,.15))}.leaderboard-card .my-rank-item .avatar-with-crown .crown-icon.gold{color:#faad14}.leaderboard-card .my-rank-item .avatar-with-crown .crown-icon.silver{color:#bfbfbf}.leaderboard-card .my-rank-item .avatar-with-crown .crown-icon.bronze{color:#d4874e}.leaderboard-card .my-rank-item:hover{transform:translate(4px);box-shadow:0 6px 20px #70bded4d!important}.leaderboard-card .my-rank-item .user-avatar{border-color:#70bded!important;box-shadow:0 2px 8px #70bded4d!important}.leaderboard-card .my-rank-item .user-details{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.leaderboard-card .my-rank-item .user-details .username{display:flex!important;align-items:center!important;gap:6px!important}.leaderboard-card .my-rank-item .user-details .username .me-badge{display:inline-flex;align-items:center;justify-content:center;padding:2px 8px;background:linear-gradient(135deg,#70bded,#52a8d8);color:#fff;border-radius:10px;font-size:11px;font-weight:700;line-height:1;box-shadow:0 2px 6px #70bded4d}.leaderboard-card .my-rank-item .user-score{display:flex;align-items:center;gap:6px;font-size:16px;font-weight:700;color:#70bded;flex-shrink:0}.leaderboard-card .my-rank-item .user-score .score-icon{color:#52c41a;font-size:14px}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@media (max-width: 768px){.leaderboard-card .ant-card-head{padding:16px 16px 12px}.leaderboard-card .ant-card-head .ant-card-head-title .card-title{font-size:18px}.leaderboard-card .ant-card-head .ant-card-head-title .card-title .title-icon{font-size:20px}.leaderboard-card .podium-container{gap:12px;padding:16px 8px 12px}.leaderboard-card .podium-container .podium-item{max-width:100px}.leaderboard-card .podium-container .podium-item .crown-icon{font-size:20px}.leaderboard-card .podium-container .podium-item .medal-badge{font-size:24px}.leaderboard-card .podium-container .podium-item .podium-username{font-size:12px}.leaderboard-card .podium-container .podium-item .podium-stats .podium-score{font-size:14px}.leaderboard-card .podium-container .podium-item .podium-stats .podium-solved{font-size:11px}.leaderboard-card .rank-list .rank-item{padding:10px 12px;gap:10px}.leaderboard-card .rank-list .rank-item .rank-badge{width:28px;height:28px;font-size:12px}.leaderboard-card .rank-list .rank-item .medal-badge{font-size:24px}.leaderboard-card .rank-list .rank-item .user-avatar{width:36px;height:36px}.leaderboard-card .rank-list .rank-item .user-details .username{font-size:13px}.leaderboard-card .rank-list .rank-item .user-details .user-meta{font-size:11px}.leaderboard-card .rank-list .rank-item .user-score{font-size:14px}.leaderboard-card .my-rank-section{margin-top:10px}.leaderboard-card .my-rank-section .divider{margin-bottom:10px}.leaderboard-card .my-rank-item .user-details .username .me-badge{font-size:10px;padding:2px 6px}}@media (max-width: 480px){.leaderboard-card .ant-card-head{padding:12px 12px 10px}.leaderboard-card .ant-card-head .ant-card-head-title .card-title{font-size:16px;gap:8px}.leaderboard-card .ant-card-head .ant-card-head-title .card-title .title-icon{font-size:18px}.leaderboard-card .podium-container{gap:8px;padding:12px 4px 8px}.leaderboard-card .podium-container .podium-item{max-width:80px;gap:6px}.leaderboard-card .podium-container .podium-item .crown-icon{font-size:18px;top:-6px}.leaderboard-card .podium-container .podium-item .medal-badge{font-size:20px}.leaderboard-card .podium-container .podium-item .podium-username{font-size:11px}.leaderboard-card .podium-container .podium-item .podium-stats{gap:1px}.leaderboard-card .podium-container .podium-item .podium-stats .podium-score{font-size:12px;gap:2px}.leaderboard-card .podium-container .podium-item .podium-stats .podium-solved{font-size:10px}.leaderboard-card .podium-container .rank-1 .podium-avatar-wrapper .ant-avatar{width:60px!important;height:60px!important}.leaderboard-card .podium-container .rank-2 .podium-avatar-wrapper .ant-avatar,.leaderboard-card .podium-container .rank-3 .podium-avatar-wrapper .ant-avatar{width:48px!important;height:48px!important}.leaderboard-card .rank-list{gap:6px}.leaderboard-card .rank-list .rank-item{padding:8px 10px;gap:8px}.leaderboard-card .rank-list .rank-item .rank-badge{width:24px;height:24px;font-size:11px}.leaderboard-card .rank-list .rank-item .medal-badge{font-size:20px}.leaderboard-card .rank-list .rank-item .user-avatar{width:32px;height:32px}.leaderboard-card .rank-list .rank-item .user-details .username{font-size:12px}.leaderboard-card .rank-list .rank-item .user-details .user-meta{font-size:10px}.leaderboard-card .rank-list .rank-item .user-score{font-size:13px;gap:4px}.leaderboard-card .rank-list .rank-item .user-score .score-icon{font-size:12px}.leaderboard-card .my-rank-section{margin-top:8px}.leaderboard-card .my-rank-section .divider{margin-bottom:8px}.leaderboard-card .my-rank-item{padding:8px 10px}.leaderboard-card .my-rank-item .user-details .username .me-badge{font-size:9px;padding:1px 5px}}.announcement-card{margin-top:0;padding:24px;background:linear-gradient(135deg,#fff,#f8fbff);border-radius:12px;border:1px solid #e6f2ff;box-shadow:0 2px 16px #1890ff14;min-height:320px;max-width:800px;width:100%;flex-shrink:0;transition:all .3s ease}.announcement-card:hover{box-shadow:0 4px 24px #1890ff1f;transform:translateY(-2px)}.announcement-card .card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;border-bottom:2px solid #f0f0f0}.announcement-card .card-header .header-left{display:flex;align-items:center;gap:10px}.announcement-card .card-header .header-left .header-icon{color:#1890ff;font-size:20px;animation:pulse 2s ease-in-out infinite}.announcement-card .card-header .header-left .header-title{font-size:18px;font-weight:600;color:#1a1a1a;background:linear-gradient(135deg,#1890ff,#096dd9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.announcement-card .card-header .header-left .announcement-count :global(.ant-badge-count){background-color:#1890ff;box-shadow:0 2px 8px #1890ff4d}.announcement-card .card-header .header-right .view-all-btn{color:#1890ff;font-weight:500;padding:4px 8px;border-radius:6px;transition:all .3s ease}.announcement-card .card-header .header-right .view-all-btn:hover{color:#40a9ff;background-color:#e6f7ff}.announcement-card .card-content .loading-container,.announcement-card .card-content .no-announcement{display:flex;flex-direction:column;justify-content:center;align-items:center;height:260px;color:#999}.announcement-card .card-content .loading-container .empty-icon,.announcement-card .card-content .no-announcement .empty-icon{font-size:48px;color:#d9d9d9;margin-bottom:12px}.announcement-card .card-content .loading-container p,.announcement-card .card-content .no-announcement p{margin:8px 0 0;font-size:14px;color:#999}.announcement-card .card-content .announcement-list{display:flex;flex-direction:column;gap:12px}.announcement-card .card-content .announcement-list .announcement-item{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#fff;border-radius:10px;border:1px solid #f0f0f0;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.announcement-card .card-content .announcement-list .announcement-item:before{content:"";position:absolute;left:0;top:0;width:0;height:100%;background:linear-gradient(90deg,rgba(24,144,255,.05) 0%,transparent 100%);transition:width .3s ease}.announcement-card .card-content .announcement-list .announcement-item:hover{border-color:#1890ff;box-shadow:0 4px 12px #1890ff26;transform:translate(4px)}.announcement-card .card-content .announcement-list .announcement-item:hover:before{width:100%}.announcement-card .card-content .announcement-list .announcement-item:hover .item-arrow{opacity:1;transform:translate(4px)}.announcement-card .card-content .announcement-list .announcement-item:hover .item-title{color:#1890ff}.announcement-card .card-content .announcement-list .announcement-item .item-index{flex-shrink:0}.announcement-card .card-content .announcement-list .announcement-item .item-index .index-badge{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;font-size:14px;font-weight:600;background-color:#f0f0f0;color:#8c8c8c;transition:all .3s ease}.announcement-card .card-content .announcement-list .announcement-item .item-index .index-badge.top{background:linear-gradient(135deg,#1890ff,#096dd9);color:#fff;box-shadow:0 2px 8px #1890ff4d}.announcement-card .card-content .announcement-list .announcement-item .item-content{flex:1;min-width:0}.announcement-card .card-content .announcement-list .announcement-item .item-content .item-title-row{display:flex;align-items:center;gap:8px;margin-bottom:6px}.announcement-card .card-content .announcement-list .announcement-item .item-content .item-title-row .item-title{font-size:15px;font-weight:500;color:#1a1a1a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .3s ease}.announcement-card .card-content .announcement-list .announcement-item .item-content .item-title-row .new-badge{flex-shrink:0}.announcement-card .card-content .announcement-list .announcement-item .item-content .item-title-row .new-badge :global(.ant-badge-status-text){color:#ff4d4f;font-size:12px;font-weight:600}.announcement-card .card-content .announcement-list .announcement-item .item-content .item-meta{display:flex;align-items:center;gap:6px;font-size:12px;color:#8c8c8c}.announcement-card .card-content .announcement-list .announcement-item .item-content .item-meta .meta-item{display:flex;align-items:center;gap:4px}.announcement-card .card-content .announcement-list .announcement-item .item-content .item-meta .meta-item .meta-icon{font-size:12px}.announcement-card .card-content .announcement-list .announcement-item .item-content .item-meta .meta-divider{color:#d9d9d9}.announcement-card .card-content .announcement-list .announcement-item .item-arrow{flex-shrink:0;color:#bfbfbf;font-size:12px;opacity:.6;transition:all .3s ease}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}@media (max-width: 768px){.announcement-card{margin-top:12px;padding:16px;min-height:280px;width:calc(100% - 20px);max-width:100%}.announcement-card .card-header{margin-bottom:16px;padding-bottom:12px}.announcement-card .card-header .header-left{gap:8px}.announcement-card .card-header .header-left .header-icon{font-size:18px}.announcement-card .card-header .header-left .header-title{font-size:16px}.announcement-card .card-content{min-height:220px}.announcement-card .card-content .loading-container,.announcement-card .card-content .no-announcement{height:220px}.announcement-card .card-content .loading-container .empty-icon,.announcement-card .card-content .no-announcement .empty-icon{font-size:40px}.announcement-card .card-content .announcement-list{gap:10px}.announcement-card .card-content .announcement-list .announcement-item{padding:12px}.announcement-card .card-content .announcement-list .announcement-item .item-index .index-badge{width:24px;height:24px;font-size:12px;border-radius:6px}.announcement-card .card-content .announcement-list .announcement-item .item-content .item-title-row .item-title{font-size:14px}.announcement-card .card-content .announcement-list .announcement-item .item-content .item-meta{font-size:11px}}.inspirational-quotes{margin-top:12px;padding:20px;background:#fff;border-radius:8px;border:1px solid #E6F2FF;width:100%;max-width:800px;height:140px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000001a;flex-shrink:0}.inspirational-quotes .quote-container{text-align:center;width:100%}.inspirational-quotes .quote-container .quote-text{font-size:20px;line-height:2.2;color:#333;font-weight:400;margin:0;letter-spacing:1px;word-spacing:2px;font-family:楷体,KaiTi,华文楷体,STKaiti,serif}.inspirational-quotes .quote-container .quote-text .cursor{color:#007bff;font-weight:400;width:2px;height:20px;background-color:#007bff;display:inline-block;margin-left:2px;vertical-align:middle;animation:blink 1s infinite}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}@media (max-width: 768px){.inspirational-quotes{margin-top:12px;padding:16px;width:calc(100% - 20px);height:120px;max-width:100%}.inspirational-quotes .quote-container .quote-text{font-size:18px;line-height:2;letter-spacing:.5px;word-spacing:1px;font-weight:400}.inspirational-quotes .quote-container .quote-text .cursor{height:18px;width:1px}}.class-and-problem-stats{width:100%;max-width:800px;margin-top:12px;padding:20px;background:#fff;border-radius:8px;border:none;box-shadow:0 4px 12px #0000001a;flex-shrink:0}.class-and-problem-stats .stats-header{margin-bottom:20px}.class-and-problem-stats .stats-header h3{margin:0;color:#0072b6;font-size:16px;font-weight:600}.class-and-problem-stats .stats-content{display:flex;flex-direction:column;gap:20px}.class-and-problem-stats .stats-content .stats-cards .stat-card{text-align:center;padding:12px 0}.class-and-problem-stats .stats-content .stats-cards .stat-card .ant-statistic-title{font-size:14px;color:#666;margin-bottom:4px}.class-and-problem-stats .stats-content .stats-cards .stat-card .ant-statistic-content{font-size:20px;font-weight:600}.class-and-problem-stats .stats-content .charts-container{display:flex;flex-direction:column;gap:20px}.class-and-problem-stats .stats-content .charts-container .chart-wrapper{flex:1}.class-and-problem-stats .stats-content .charts-container .chart-wrapper .class-chart,.class-and-problem-stats .stats-content .charts-container .chart-wrapper .problem-chart{width:100%;height:250px}.class-and-problem-stats .stats-content .charts-container .chart-wrapper .problem-stats-header{display:flex;justify-content:flex-end;margin-bottom:10px}@media (max-width: 768px){.class-and-problem-stats{padding:16px;margin-top:12px}.class-and-problem-stats .stats-header h3{font-size:16px}.class-and-problem-stats .stats-content{gap:16px}.class-and-problem-stats .stats-content .stats-cards .ant-row{gap:12px 0}.class-and-problem-stats .stats-content .stats-cards .stat-card{padding:8px 0}.class-and-problem-stats .stats-content .stats-cards .stat-card .ant-statistic-title{font-size:12px}.class-and-problem-stats .stats-content .stats-cards .stat-card .ant-statistic-content{font-size:16px}.class-and-problem-stats .stats-content .charts-container{flex-direction:column;gap:16px}.class-and-problem-stats .stats-content .charts-container .chart-wrapper .class-chart,.class-and-problem-stats .stats-content .charts-container .chart-wrapper .problem-chart{height:200px}.class-and-problem-stats .stats-content .charts-container .chart-wrapper .problem-stats-header{margin-bottom:8px}}.home-page{background:linear-gradient(135deg,#e8f4fd,#d6ebf7);min-height:100vh;width:100%;padding:20px 0}.home-page .home-container{margin:20px auto 0;max-width:1400px;width:100%;padding:0 20px;display:flex;gap:6px;align-items:stretch;min-height:calc(100vh - 40px)}.home-page .home-container .home-left-section{flex:1;min-width:0;max-width:900px;display:flex;flex-direction:column;align-items:center;gap:20px}.home-page .home-container .home-left-section>*{width:100%;flex-shrink:0;animation:fadeInUp .6s ease-out;animation-fill-mode:both}.home-page .home-container .home-left-section>*:nth-child(1){animation-delay:.1s}.home-page .home-container .home-left-section>*:nth-child(2){animation-delay:.2s}.home-page .home-container .home-left-section>*:nth-child(3){animation-delay:.3s}.home-page .home-container .home-left-section>*:nth-child(4){animation-delay:.4s}.home-page .home-container .home-left-section>*:nth-child(5){animation-delay:.5s}.home-page .home-container .home-right-section{flex-shrink:0;align-self:stretch;display:flex;flex-direction:column}.home-page .home-container .home-right-section .home-right-content{display:flex;flex-direction:column;gap:20px;width:360px;flex:1}.home-page .home-container .home-right-section .home-right-content>*{flex-shrink:0;animation:fadeInRight .6s ease-out;animation-fill-mode:both}.home-page .home-container .home-right-section .home-right-content>*:nth-child(1){animation-delay:.2s}.home-page .home-container .home-right-section .home-right-content>*:nth-child(2){animation-delay:.3s}.home-page .home-container .home-right-section .home-right-content>*:nth-child(3){animation-delay:.4s}.home-page .home-container .home-right-section .home-right-content>:last-child{flex-grow:1;display:flex;flex-direction:column}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@media (max-width: 1200px){.home-page .home-container{max-width:100%;padding:0 20px;gap:16px}.home-page .home-container .home-right-section .home-right-content{width:340px;gap:18px}}@media (max-width: 1024px){.home-page .home-container{flex-direction:column;gap:18px}.home-page .home-container .home-left-section{width:100%;gap:18px}.home-page .home-container .home-right-section{width:100%;display:flex;justify-content:center}.home-page .home-container .home-right-section .home-right-content{width:100%;max-width:600px;gap:18px}.home-page .home-container .home-right-section .home-right-content>*{animation:fadeInUp .6s ease-out}}@media (max-width: 768px){.home-page{padding:16px 0}.home-page .home-container{padding:0 16px;gap:18px}.home-page .home-container .home-left-section{gap:18px}.home-page .home-container .home-right-section .home-right-content{width:100%;gap:18px}}@media (max-width: 480px){.home-page{padding:12px 0}.home-page .home-container{padding:0 12px;gap:16px}.home-page .home-container .home-left-section,.home-page .home-container .home-right-section,.home-page .home-container .home-right-section .home-right-content{gap:16px}}@font-face{font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(/assets/KaTeX_AMS-Regular-BQhdFMY1.woff2) format("woff2"),url(/assets/KaTeX_AMS-Regular-DMm9YOAa.woff) format("woff"),url(/assets/KaTeX_AMS-Regular-DRggAlZN.ttf) format("truetype")}@font-face{font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Caligraphic-Bold-Dq_IR9rO.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Bold-BEiXGLvX.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Bold-ATXxdsX0.ttf) format("truetype")}@font-face{font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Caligraphic-Regular-Di6jR-x-.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Regular-CTRA-rTL.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Regular-wX97UBjC.ttf) format("truetype")}@font-face{font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Fraktur-Bold-CL6g_b3V.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Bold-BsDP51OF.woff) format("woff"),url(/assets/KaTeX_Fraktur-Bold-BdnERNNW.ttf) format("truetype")}@font-face{font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Fraktur-Regular-CTYiF6lA.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Regular-Dxdc4cR9.woff) format("woff"),url(/assets/KaTeX_Fraktur-Regular-CB_wures.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Main-Bold-Cx986IdX.woff2) format("woff2"),url(/assets/KaTeX_Main-Bold-Jm3AIy58.woff) format("woff"),url(/assets/KaTeX_Main-Bold-waoOVXN0.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Main-BoldItalic-DxDJ3AOS.woff2) format("woff2"),url(/assets/KaTeX_Main-BoldItalic-SpSLRI95.woff) format("woff"),url(/assets/KaTeX_Main-BoldItalic-DzxPMmG6.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Main-Italic-NWA7e6Wa.woff2) format("woff2"),url(/assets/KaTeX_Main-Italic-BMLOBm91.woff) format("woff"),url(/assets/KaTeX_Main-Italic-3WenGoN9.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Main-Regular-B22Nviop.woff2) format("woff2"),url(/assets/KaTeX_Main-Regular-Dr94JaBh.woff) format("woff"),url(/assets/KaTeX_Main-Regular-ypZvNtVU.ttf) format("truetype")}@font-face{font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Math-BoldItalic-CZnvNsCZ.woff2) format("woff2"),url(/assets/KaTeX_Math-BoldItalic-iY-2wyZ7.woff) format("woff"),url(/assets/KaTeX_Math-BoldItalic-B3XSjfu4.ttf) format("truetype")}@font-face{font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Math-Italic-t53AETM-.woff2) format("woff2"),url(/assets/KaTeX_Math-Italic-DA0__PXp.woff) format("woff"),url(/assets/KaTeX_Math-Italic-flOr_0UB.ttf) format("truetype")}@font-face{font-family:KaTeX_SansSerif;font-style:normal;font-weight:700;src:url(/assets/KaTeX_SansSerif-Bold-D1sUS0GD.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Bold-DbIhKOiC.woff) format("woff"),url(/assets/KaTeX_SansSerif-Bold-CFMepnvq.ttf) format("truetype")}@font-face{font-family:KaTeX_SansSerif;font-style:italic;font-weight:400;src:url(/assets/KaTeX_SansSerif-Italic-C3H0VqGB.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Italic-DN2j7dab.woff) format("woff"),url(/assets/KaTeX_SansSerif-Italic-YYjJ1zSn.ttf) format("truetype")}@font-face{font-family:KaTeX_SansSerif;font-style:normal;font-weight:400;src:url(/assets/KaTeX_SansSerif-Regular-DDBCnlJ7.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Regular-CS6fqUqJ.woff) format("woff"),url(/assets/KaTeX_SansSerif-Regular-BNo7hRIc.ttf) format("truetype")}@font-face{font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Script-Regular-D3wIWfF6.woff2) format("woff2"),url(/assets/KaTeX_Script-Regular-D5yQViql.woff) format("woff"),url(/assets/KaTeX_Script-Regular-C5JkGWo-.ttf) format("truetype")}@font-face{font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size1-Regular-mCD8mA8B.woff2) format("woff2"),url(/assets/KaTeX_Size1-Regular-C195tn64.woff) format("woff"),url(/assets/KaTeX_Size1-Regular-Dbsnue_I.ttf) format("truetype")}@font-face{font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size2-Regular-Dy4dx90m.woff2) format("woff2"),url(/assets/KaTeX_Size2-Regular-oD1tc_U0.woff) format("woff"),url(/assets/KaTeX_Size2-Regular-B7gKUWhC.ttf) format("truetype")}@font-face{font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(data:font/woff2;base64,d09GMgABAAAAAA4oAA4AAAAAHbQAAA3TAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAABmAAgRQIDgmcDBEICo1oijYBNgIkA14LMgAEIAWJAAeBHAyBHBvbGiMRdnO0IkRRkiYDgr9KsJ1NUAf2kILNxgUmgqIgq1P89vcbIcmsQbRps3vCcXdYOKSWEPEKgZgQkprQQsxIXUgq0DqpGKmIvrgkeVGtEQD9DzAO29fM9jYhxZEsL2FeURH2JN4MIcTdO049NCVdxQ/w9NrSYFEBKTDKpLKfNkCGDc1RwjZLQcm3vqJ2UW9Xfa3tgAHz6ivp6vgC2yD4/6352ndnN0X0TL7seypkjZlMsjmZnf0Mm5Q+JykRWQBKCVCVPbARPXWyQtb5VgLB6Biq7/Uixcj2WGqdI8tGSgkuRG+t910GKP2D7AQH0DB9FMDW/obJZ8giFI3Wg8Cvevz0M+5m0rTh7XDBlvo9Y4vm13EXmfttwI4mBo1EG15fxJhUiCLbiiyCf/ZA6MFAhg3pGIZGdGIVjtPn6UcMk9A/UUr9PhoNsCENw1APAq0gpH73e+M+0ueyHbabc3vkbcdtzcf/fiy+NxQEjf9ud/ELBHAXJ0nk4z+MXH2Ev/kWyV4k7SkvpPc9Qr38F6RPWnM9cN6DJ0AdD1BhtgABtmoRoFCvPsBAumNm6soZG2Gk5GyVTo2sJncSyp0jQTYoR6WDvTwaaEcHsxHfvuWhHA3a6bN7twRKtcGok6NsCi7jYRrM2jExsUFMxMQYuJbMhuWNOumEJy9hi29Dmg5zMp/A5+hhPG19j1vBrq8JTLr8ki5VLPmG/PynJHVul440bxg5xuymHUFPBshC+nA9I1FmwbRBTNHAcik3Oae0cxKoI3MOriM42UrPe51nsaGxJ+WfXubAsP84aabUlQSJ1IiE0iPETLUU4CATgfXSCSpuRFRmCGbO+wSpAnzaeaCYW1VNEysRtuXCEL1kUFUbbtMv3Tilt/1c11jt3Q5bbMa84cpWipp8Elw3MZhOHsOlwwVUQM3lAR35JiFQbaYCRnMF2lxAWoOg2gyoIV4PouX8HytNIfLhqpJtXB4vjiViUI8IJ7bkC4ikkQvKksnOTKICwnqWSZ9YS5f0WCxmpgjbIq7EJcM4aI2nmhLNY2JIUgOjXZFWBHb+x5oh6cwb0Tv1ackHdKi0I9OO2wE9aogIOn540CCCziyhN+IaejtgAONKznHlHyutPrHGwCx9S6B8kfS4Mfi4Eyv7OU730bT1SCBjt834cXsf43zVjPUqqJjgrjeGnBxSG4aYAKFuVbeCfkDIjAqMb6yLNIbCuvXhMH2/+k2vkNpkORhR59N1CkzoOENvneIosjYmuTxlhUzaGEJQ/iWqx4dmwpmKjrwTiTGTCVozNAYqk/zXOndWxuWSmJkQpJw3pK5KX6QrLt5LATMqpmPAQhkhK6PUjzHUn7E0gHE0kPE0iKkolgkUx9SZmVAdDgpffdyJKg3k7VmzYGCwVXGz/tXmkOIp+vcWs+EMuhhvN0h9uhfzWJziBQmCREGSIFmQIkgVpAnSBRmC//6hkLZwaVhwxlrJSOdqlFtOYxlau9F2QN5Y98xmIAsiM1HVp2VFX+DHHGg6Ecjh3vmqtidX3qHI2qycTk/iwxSt5UzTmEP92ZBnEWTk4Mx8Mpl78ZDokxg/KWb+Q0QkvdKVmq3TMW+RXEgrsziSAfNXFMhDc60N5N9jQzjfO0kBKpUZl0ZmwJ41j/B9Hz6wmRaJB84niNmQrzp9eSlQCDDzazGDdVi3P36VZQ+Jy4f9UBNp+3zTjqI4abaFAm+GShVaXlsGdF3FYzZcDI6cori4kMxUECl9IjJZpzkvitAoxKue+90pDMvcKRxLl53TmOKCmV/xRolNKSqqUxc6LStOETmFOiLZZptlZepcKiAzteG8PEdpnQpbOMNcMsR4RR2Bs0cKFEvSmIjAFcnarqwUL4lDhHmnVkwu1IwshbiCcgvOheZuYyOteufZZwlcTlLgnZ3o/WcYdzZHW/WGaqaVfmTZ1aWCceJjkbZqsfbkOtcFlUZM/jy+hXHDbaUobWqqXaeWobbLO99yG5N3U4wxco0rQGGcOLASFMXeJoham8M+/x6O2WywK2l4HGbq1CoUyC/IZikQhdq3SiuNrvAEj0AVu9x2x3lp/xWzahaxidezFVtdcb5uEnzyl0ZmYiuKI0exvCd4Xc9CV1KB0db00z92wDPde0kukbvZIWN6jUWFTmPIC/Y4UPCm8UfDTFZpZNon1qLFTkBhxzB+FjQRA2Q/YRJT8pQigslMaUpFyAG8TMlXigiqmAZX4xgijKjRlGpLE0GdplRfCaJo0JQaSxNBk6ZmMzcya0FmrcisDdn0Q3HI2sWSppYigmlM1XT/kLQZSNpMJG0WkjYbSZuDpM1F0uYhFc1HxU4m1QJjDK6iL0S5uSj5rgXc3RejEigtcRBtqYPQsiTskmO5vosV+q4VGIKbOkDg0jtRrq+Em1YloaTFar3EGr1EUC8R0kus1Uus00usL97ABr2BjXoDm/QGNhuWtMVBKOwg/i78lT7hBsAvDmwHc/ao3vmUbBmhjeYySZNWvGkfZAgISDSaDo1SVpzGDsAEkF8B+gEapViUoZgUWXcRIGFZNm6gWbAKk0bp0k1MHG9fLYtV4iS2SmLEQFARzRcnf9PUS0LVn05/J9MiRRBU3v2IrvW974v4N00L7ZMk0wXP1409CHo/an8zTRHD3eSJ6m8D4YMkZNl3M79sqeuAsr/m3f+8/yl7A50aiAEJgeBeMWzu7ui9UfUBCe2TIqZIoOd/3/udRBOQidQZUERzb2/VwZN1H/Sju82ew2H2Wfr6qvfVf3hqwDvAIpkQVFy4B9Pe9e4/XvPeceu7h3dvO56iJPf0+A6cqA2ip18ER+iFgggiuOkvj24bby0N9j2UHIkgqIt+sVgfodC4YghLSMjSZbH0VR/6dMDrYJeKHilKTemt6v6kvzvn3/RrdWtr0GoN/xL+Sex/cPYLUpepx9cz/D46UPU5KXgAQa+NDps1v6J3xP1i2HtaDB0M9aX2deA7SYff//+gUCovMmIK/qfsFcOk+4Y5ZN97XlG6zebqtMbKgeRFi51vnxTQYBUik2rS/Cn6PC8ADR8FGxsRPB82dzfND90gIcshOcYUkfjherBz53odpm6TP8txlwOZ71xmfHHOvq053qFF/MRlS3jP0ELudrf2OeN8DHvp6ZceLe8qKYvWz/7yp0u4dKPfli3CYq0O13Ih71mylJ80tOi10On8wi+F4+LWgDPeJ30msSQt9/vkmHq9/Lvo2b461mP801v3W4xTcs6CbvF9UDdrSt+A8OUbpSh55qAUFXWznBBfdeJ8a4d7ugT5tvxUza3h9m4H7ptTqiG4z0g5dc0X29OcGlhpGFMpQo9ytTS+NViZpNdvU4kWx+LKxNY10kQ1yqGXrhe4/1nvP7E+nd5A92TtaRplbHSqoIdOqtRWti+fkB5/n1+/VvCmz12pG1kpQWsfi1ftlBobm0bpngs16CHkbIwdLnParxtTV3QYRlfJ0KFskH7pdN/YDn+yRuSd7sNH3aO0DYPggk6uWuXrfOc+fa3VTxFVvKaNxHsiHmsXyCLIE5yuOeN3/Jdf8HBL/5M6shjyhxHx9BjB1O0+4NLOnjLLSxwO7ukN4jMbOIcD879KLSi6Pk61Oqm2377n8079PXEEQ7cy7OKEC9nbpet118fxweTafpt69x/Bt8UqGzNQt7aelpc44dn5cqhwf71+qKp/Zf/+a0zcizOUWpl/iBcSXip0pplkatCchoH5c5aUM8I7/dWxAej8WicPL1URFZ9BDJelUwEwTkGqUhgSlydVes95YdXvhh9Gfz/aeFWvgVb4tuLbcv4+wLdutVZv/cUonwBD/6eDlE0aSiKK/uoH3+J1wDE/jMVqY2ysGufN84oIXB0sPzy8ollX/LegY74DgJXJR57sn+VGza0x3DnuIgABFM15LmajjjsNlYj+JEZGbuRYcAMOWxFkPN2w6Wd46xo4gVWQR/X4lyI/R6K/YK0110GzudPRW7Y+UOBGTfNNzHeYT0fiH0taunBpq9HEW8OKSaBGj21L0MqenEmNRWBAWDWAk4CpNoEZJ2tTaPFgbQYj8HxtFilErs3BTRwT8uO1NXQaWfIotchmPkAF5mMBAliEmZiOGVgCG9LgRzpscMAOOwowlT3JhusdazXGSC/hxR3UlmWVwWHpOIKheqONvjyhSiTHIkVUco5bnji8m//zL7PKaT1Vl5I6UE609f+gkr6MZKVyKc7zJRmCahLsdlyA5fdQkRSan9LgnnLEyGSkaKJCJog0wAgvepWBt80+1yKln1bMVtCljfNWDueKLsWwaEbBSfSPTEmVRsUcYYMnEjcjeyCZzBXK9E9BYBXLKjOSpUDR+nEV3TFSUdQaz+ot98QxgXwx0GQ+EEUAKB2qZPkQQ0GqFD8UPFMqyaCHM24BZmSGic9EYMagKizOw9Hz50DMrDLrqqLkTAhplMictiCAx5S3BIUQdeJeLnBy2CNtMfz6cV4u8XKoFZQesbf9YZiIERiHjaNodDW6LgcirX/mPnJIkBGDUpTBhSa0EIr38D5hCIszhCM8URGBqImoWjpvpt1ebu/v3Gl3qJfMnNM+9V+kiRFyROTPHQWOcs1dNW94/ukKMPZBvDi55i5CttdeJz84DLngLqjcdwEZ87bFFR8CIG35OAkDVN6VRDZ7aq67NteYqZ2lpT8oYB2CytoBd6VuAx4WgiAsnuj3WohG+LugzXiQRDeM3XYXlULv4dp5VFYC) format("woff2"),url(/assets/KaTeX_Size3-Regular-CTq5MqoE.woff) format("woff"),url(/assets/KaTeX_Size3-Regular-DgpXs0kz.ttf) format("truetype")}@font-face{font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size4-Regular-Dl5lxZxV.woff2) format("woff2"),url(/assets/KaTeX_Size4-Regular-BF-4gkZK.woff) format("woff"),url(/assets/KaTeX_Size4-Regular-DWFBv043.ttf) format("truetype")}@font-face{font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Typewriter-Regular-CO6r4hn1.woff2) format("woff2"),url(/assets/KaTeX_Typewriter-Regular-C0xS9mPB.woff) format("woff"),url(/assets/KaTeX_Typewriter-Regular-D3Ib7_Hf.ttf) format("truetype")}.katex{font: 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;text-indent:0;text-rendering:auto}.katex *{-ms-high-contrast-adjust:none!important;border-color:currentColor}.katex .katex-version:after{content:"0.16.22"}.katex .katex-mathml{clip:rect(1px,1px,1px,1px);border:0;height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.katex .katex-html>.newline{display:block}.katex .base{position:relative;white-space:nowrap;width:-moz-min-content;width:min-content}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathboldfrak,.katex .textboldfrak{font-family:KaTeX_Fraktur;font-weight:700}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .mathsfit,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;display:inline-table;table-layout:fixed}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;position:relative;vertical-align:bottom}.katex .vlist>span{display:block;height:0;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{overflow:hidden;width:0}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{display:table-cell;font-size:1px;min-width:2px;vertical-align:bottom;width:2px}.katex .vbox{align-items:baseline;display:inline-flex;flex-direction:column}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{display:inline-flex;flex-direction:row}.katex .thinbox{max-width:0;width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .clap,.katex .llap,.katex .rlap{position:relative;width:0}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;display:inline-block;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline{border-bottom-style:dashed;display:inline-block;width:100%}.katex .sqrt>.root{margin-left:.2777777778em;margin-right:-.5555555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.1666666667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.6666666667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.4566666667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.1466666667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.7142857143em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.8571428571em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.1428571429em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.2857142857em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.4285714286em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.7142857143em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.0571428571em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.4685714286em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.9628571429em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.5542857143em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.7777777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.8888888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.1111111111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.3044444444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.7644444444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.5833333333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.7283333333em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.0733333333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.4861111111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.4402777778em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.7277777778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.2893518519em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.4050925926em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.462962963em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.5208333333em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.5787037037em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.2002314815em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.4398148148em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.2410800386em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.2892960463em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.337512054em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.3857280617em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.4339440694em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.4821600771em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.5785920926em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.6943105111em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.8331726133em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.1996142719em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.2009646302em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.2411575563em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.2813504823em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.3215434084em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.3617363344em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.4019292605em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.4823151125em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.578778135em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.6945337621em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.8336012862em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{display:inline-block;width:.12em}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{display:inline-block;min-width:1px}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;fill-rule:nonzero;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:block;height:inherit;position:absolute;width:100%}.katex svg path{stroke:none}.katex img{border-style:none;max-height:none;max-width:none;min-height:0;min-width:0}.katex .stretchy{display:block;overflow:hidden;position:relative;width:100%}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{overflow:hidden;position:relative;width:100%}.katex .halfarrow-left{left:0;overflow:hidden;position:absolute;width:50.2%}.katex .halfarrow-right{overflow:hidden;position:absolute;right:0;width:50.2%}.katex .brace-left{left:0;overflow:hidden;position:absolute;width:25.1%}.katex .brace-center{left:25%;overflow:hidden;position:absolute;width:50%}.katex .brace-right{overflow:hidden;position:absolute;right:0;width:25.1%}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{border:.04em solid;box-sizing:border-box}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{border-right:.049em solid;border-top:.049em solid;box-sizing:border-box;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:"(" counter(katexEqnNo) ")";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:"(" counter(mmlEqnNo) ")";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{display:inline-block;position:absolute;right:calc(50% + .3em);text-align:left}.katex .cd-label-right{display:inline-block;left:calc(50% + .3em);position:absolute;text-align:right}.katex-display{display:block;margin:1em 0;text-align:center}.katex-display>.katex{display:block;text-align:center;white-space:nowrap}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{padding-left:2em;text-align:left}body{counter-reset:katexEqnNo mmlEqnNo}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#383a42;background:#fafafa}.hljs-comment,.hljs-quote{color:#a0a1a7;font-style:italic}.hljs-doctag,.hljs-keyword,.hljs-formula{color:#a626a4}.hljs-section,.hljs-name,.hljs-selector-tag,.hljs-deletion,.hljs-subst{color:#e45649}.hljs-literal{color:#0184bb}.hljs-string,.hljs-regexp,.hljs-addition,.hljs-attribute,.hljs-meta .hljs-string{color:#50a14f}.hljs-attr,.hljs-variable,.hljs-template-variable,.hljs-type,.hljs-selector-class,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-number{color:#986801}.hljs-symbol,.hljs-bullet,.hljs-link,.hljs-meta,.hljs-selector-id,.hljs-title{color:#4078f2}.hljs-built_in,.hljs-title.class_,.hljs-class .hljs-title{color:#c18401}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-link{text-decoration:underline}.problem-content{height:100%;overflow-y:auto;box-sizing:border-box;display:flex;flex-direction:column;background-color:#fff}.problem-content::-webkit-scrollbar{width:1px}.problem-content .markdown-preview{line-height:1.6;flex:0 1 auto;overflow:visible;font-size:15px;color:#333}.problem-content .markdown-preview strong{color:#1890ff}.problem-content .markdown-preview img{max-width:100%;height:auto;display:block;margin:16px auto;border-radius:4px}.problem-content .markdown-preview h1,.problem-content .markdown-preview h2,.problem-content .markdown-preview h3,.problem-content .markdown-preview h4,.problem-content .markdown-preview h5,.problem-content .markdown-preview h6{margin-top:10px;margin-bottom:18px;font-weight:600;line-height:1.3;color:#222}.problem-content .markdown-preview h1{font-size:2em;border-bottom:1px solid #eaecef;padding-bottom:.4em;color:#1a1a1a}.problem-content .markdown-preview h2{font-size:1.5em;border-bottom:1px solid #eaecef;padding-bottom:.4em;color:#1a1a1a}.problem-content .markdown-preview h3{font-size:1.25em;color:#1a1a1a}.problem-content .markdown-preview p{margin:5px 0;line-height:1.7}.problem-content .markdown-preview pre{background-color:#f8f9fa;border-radius:8px;padding:10px;overflow:auto;margin:10px 0;border:1px solid #eaecef;box-shadow:0 1px 4px #0000000d}.problem-content .markdown-preview code{background-color:#afb8c133;padding:.2em .4em;border-radius:4px;font-size:85%;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace}.problem-content .markdown-preview pre code{background-color:transparent;padding:0;font-size:14px;line-height:1.6}.problem-content .markdown-preview blockquote{border-left:3px solid #cecece;padding:.5em 16px;color:#5c6b77;margin:18px 0;background-color:#f8f9fa;border-radius:0 4px 4px 0}.problem-content .markdown-preview table{border-collapse:collapse;margin:18px 0;width:100%;border-radius:6px;overflow:hidden;box-shadow:0 1px 4px #0000000d}.problem-content .markdown-preview th,.problem-content .markdown-preview td{border:1px solid #eaecef;padding:10px 16px;text-align:left}.problem-content .markdown-preview th{background-color:#f0f5ff;font-weight:600;color:#1a1a1a;border-bottom:2px solid #1890ff}.problem-content .markdown-preview tr:nth-child(2n){background-color:#fafafa}.problem-content .markdown-preview tr:hover{background-color:#f0f5ff}.problem-content .markdown-preview ul,.problem-content .markdown-preview ol{padding-left:2em;margin:18px 0}.problem-content .markdown-preview li{margin:.5em 0;line-height:1.6}.problem-solution{padding:16px;height:100%;display:flex;flex-direction:column;background:#fff}.problem-solution .solution-filters{margin-bottom:5px;padding:5px}.problem-solution .solution-filters .filter-top-row{display:flex;gap:12px;align-items:center;margin-bottom:6px}.problem-solution .solution-filters .filter-top-row .search-input{flex:1;min-width:200px}.problem-solution .solution-filters .filter-top-row .search-input .ant-input{border-radius:6px 0 0 6px}.problem-solution .solution-filters .filter-top-row .search-input .ant-input-group-addon .ant-btn{height:32px;border-radius:0 6px 6px 0;border-color:#d9d9d9}.problem-solution .solution-filters .filter-top-row .sort-select .ant-select-selector{border-radius:6px}.problem-solution .solution-filters .tags-row .tags-container{display:flex;flex-wrap:wrap;gap:8px}.problem-solution .solution-filters .tags-row .tags-container .filter-tag{border-radius:6px;font-size:12px;padding:4px 12px;cursor:pointer;transition:all .3s ease;border-width:1px;border-style:solid}.problem-solution .solution-filters .tags-row .tags-container .filter-tag:hover{transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.problem-solution .solution-filters .create-solution-section{display:flex;justify-content:space-between;align-items:center;background-color:#f5f5f5;padding:8px 16px;margin-top:6px;border-radius:6px;height:40px}.problem-solution .solution-filters .create-solution-section .solution-tip{font-size:12px;flex:1}.problem-solution .solution-filters .create-solution-section .solution-tip.passed{color:#52c41a}.problem-solution .solution-filters .create-solution-section .solution-tip.not-passed{color:#ff4d4f}.problem-solution .solution-list{flex:1;overflow-y:auto}.problem-solution .solution-list .post-card{margin-bottom:16px;border-radius:8px;box-shadow:0 2px 8px #0000000f;transition:all .3s ease;overflow:hidden}.problem-solution .solution-list .post-card:hover{box-shadow:0 4px 16px #0000001f;transform:translateY(-2px)}.problem-solution .solution-list .post-card .ant-card-head{border-bottom:1px solid #f0f0f0;padding:16px;background:#fff}.problem-solution .solution-list .post-card .ant-card-head .ant-card-head-title{padding:0}.problem-solution .solution-list .post-card .ant-card-head .post-header{display:flex;justify-content:space-between;align-items:center;width:100%}.problem-solution .solution-list .post-card .ant-card-head .post-header .post-author{display:flex;align-items:center;gap:12px}.problem-solution .solution-list .post-card .ant-card-head .post-header .post-author .author-avatar{flex-shrink:0}.problem-solution .solution-list .post-card .ant-card-head .post-header .post-author .author-info .author-name{font-size:14px;font-weight:500;color:#262626;line-height:1.4}.problem-solution .solution-list .post-card .ant-card-head .post-header .post-author .author-info .post-time{font-size:12px;color:#8c8c8c;margin-top:2px}.problem-solution .solution-list .post-card .ant-card-head .post-header .post-tags{display:flex;gap:4px;flex-wrap:wrap}.problem-solution .solution-list .post-card .ant-card-body{padding:16px}.problem-solution .solution-list .post-card .ant-card-body .post-content .post-title{margin-bottom:8px;line-height:1.5}.problem-solution .solution-list .post-card .ant-card-body .post-content .post-summary{line-height:1.6}.problem-solution .solution-list .post-card .ant-card-body .post-content .post-summary .ant-typography{margin-bottom:0}.problem-solution .solution-list .post-card .ant-card-actions{background:transparent;border-top:1px solid #f0f0f0}.problem-solution .solution-list .post-card .ant-card-actions li{margin:0;padding:12px 16px;text-align:left;width:100%}.problem-solution .solution-list .post-card .ant-card-actions li .ant-btn{border:none;box-shadow:none;display:flex;align-items:center;gap:4px;font-size:12px;height:28px;padding:0 8px}.problem-solution .solution-list .post-card .ant-card-actions li .ant-btn:hover{background:#1890ff1a}.problem-solution .solution-list .ant-empty{margin:40px 0}.problem-solution .solution-pagination{margin-top:16px;padding:16px 0;text-align:center;border-top:1px solid #f0f0f0}.problem-solution .solution-pagination .ant-pagination .ant-pagination-item{border-radius:6px}.problem-solution .solution-pagination .ant-pagination .ant-pagination-item-active{border-color:#1890ff}.problem-solution .solution-pagination .ant-pagination .ant-pagination-item-active a{color:#1890ff}@media (max-width: 768px){.problem-solution{padding:8px}.problem-solution .solution-filters{padding:12px}.problem-solution .solution-filters .filter-top-row{flex-direction:column;gap:8px;align-items:stretch}.problem-solution .solution-filters .filter-top-row .search-input,.problem-solution .solution-filters .filter-top-row .sort-select{width:100%}.problem-solution .solution-filters .filter-top-row .filter-btn{width:100%;justify-content:center}.problem-solution .solution-filters .tags-row .tags-container{gap:6px}.problem-solution .solution-filters .tags-row .tags-container .filter-tag{font-size:11px;padding:3px 8px}.problem-solution .post-card .ant-card-head{padding:12px}.problem-solution .post-card .ant-card-head .post-header{flex-direction:column;gap:8px;align-items:flex-start}.problem-solution .post-card .ant-card-head .post-header .post-tags{width:100%}.problem-solution .post-card .ant-card-body{padding:12px}.problem-solution .post-card .ant-card-body .post-content .post-title{font-size:14px}.problem-solution .post-card .ant-card-actions{padding:6px 12px}.problem-solution .post-card .ant-card-actions li .ant-btn{font-size:11px;height:24px;padding:0 6px}}.dark .problem-solution{background:#141414}.dark .problem-solution .solution-filters,.dark .problem-solution .solution-card{background:#1f1f1f;border-color:#303030}.dark .problem-solution .solution-card .ant-card-head{border-color:#303030}.dark .problem-solution .solution-card .ant-card-actions{background:#141414;border-color:#303030}.dark .problem-solution .solution-pagination{border-color:#303030}.ant-tag{border-radius:12px;font-size:12px;line-height:20px;padding:0 8px;margin:2px}.ant-input-search .ant-input{border-radius:6px 0 0 6px}.ant-input-search .ant-input-group-addon .ant-btn{border-radius:0 6px 6px 0}.ant-select .ant-select-selection-item .ant-tag{margin:2px 4px 2px 0}.submission-list{margin:0;padding:0}.submission-list .ant-card{border-radius:6px;box-shadow:0 1px 4px #00000014;margin:0}.submission-list .ant-card .ant-card-head{border-bottom:1px solid #f0f0f0;padding:8px 12px;min-height:auto}.submission-list .ant-card .ant-card-head .ant-card-head-title{font-weight:500;font-size:14px}.submission-list .ant-card .ant-card-body{padding:0}.submission-list .ant-table{font-size:13px;margin:0}.submission-list .ant-table .ant-table-thead>tr>th{background-color:#fafafa;font-weight:500;border-bottom:1px solid #f0f0f0;padding:8px 6px;font-size:12px}.submission-list .ant-table .ant-table-tbody>tr:hover{background-color:#f8f9fa}.submission-list .ant-table .ant-table-tbody>tr>td{border-bottom:1px solid #f5f5f5;padding:6px}.submission-list .ant-table .ant-table-tbody>tr>td .ant-tag{margin:0;border-radius:4px;font-size:11px;font-weight:500;padding:1px 6px;line-height:18px}.submission-list .ant-table .ant-table-tbody>tr>td .ant-btn-link{padding:0;height:auto}.submission-list .ant-table .ant-table-tbody>tr>td .ant-btn-link:hover{color:#40a9ff}.submission-list .ant-pagination{margin-top:8px;text-align:center}.submission-list .ant-pagination .ant-pagination-total-text{color:#666;font-size:14px}.submission-list .ant-pagination .ant-pagination-item{min-width:28px;height:28px;line-height:26px;font-size:12px}.submission-list .refresh-btn{margin-left:6px;padding:2px 8px;font-size:12px}.submission-list .refresh-btn.ant-btn-loading .anticon{animation:loadingCircle 1s infinite linear}@keyframes loadingCircle{to{transform:rotate(360deg)}}@media (max-width: 768px){.submission-list .ant-table{font-size:12px}.submission-list .ant-table .ant-table-thead>tr>th,.submission-list .ant-table .ant-table-tbody>tr>td{padding:8px 4px}.submission-list .ant-card-body{padding:12px}}@media (max-width: 576px){.submission-list .ant-card-head-title{font-size:14px}.submission-list .ant-table{font-size:11px}.submission-list .ant-table .ant-tag{font-size:10px;padding:0 4px}}.submission-detail .ant-card .ant-card-head{border-bottom:1px solid #f0f0f0}.submission-detail .ant-card .ant-card-head .ant-card-head-title{font-weight:600;font-size:16px}.submission-detail .ant-card .ant-card-head .ant-card-extra .ant-btn{margin-left:8px}.submission-detail .ant-card .ant-card-head .ant-card-extra .ant-btn:first-child{margin-left:0}.submission-detail .ant-card .ant-card-body{padding:20px}.submission-detail .ant-descriptions.ant-descriptions-bordered .ant-descriptions-item-label{background-color:#fafafa;font-weight:600;width:120px}.submission-detail .ant-descriptions.ant-descriptions-bordered .ant-descriptions-item-content{background-color:#fff}.submission-detail .ant-descriptions.ant-descriptions-bordered .ant-descriptions-item-content .ant-tag{margin:0;border-radius:4px;font-size:12px;font-weight:500}.submission-detail .ant-divider.ant-divider-with-text-left{margin:24px 0 16px}.submission-detail .ant-divider.ant-divider-with-text-left .ant-divider-inner-text{font-weight:600;font-size:14px;color:#262626}.submission-detail .code-section .ant-card .ant-card-head{padding:8px 16px;min-height:auto}.submission-detail .code-section .ant-card .ant-card-head .ant-card-extra .ant-btn{padding:4px 8px;height:auto;font-size:12px}.submission-detail .code-section .ant-card .ant-card-head .ant-card-extra .ant-btn:hover{color:#40a9ff}.submission-detail .code-section .ant-card .ant-card-body{padding:0}.submission-detail .code-section .ant-card .ant-card-body pre{margin:0;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:13px;line-height:1.6;background-color:#f8f8f8;border:1px solid #e8e8e8;border-radius:6px;padding:16px;overflow-x:auto}.submission-detail .code-section .ant-card .ant-card-body pre::-webkit-scrollbar{width:8px;height:8px}.submission-detail .code-section .ant-card .ant-card-body pre::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.submission-detail .code-section .ant-card .ant-card-body pre::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.submission-detail .code-section .ant-card .ant-card-body pre::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.submission-detail .judge-message-section{margin-bottom:24px;background-color:#fef2f2;border:1px solid #fecaca;border-radius:8px}.submission-detail .judge-message-section pre{color:#dc2626;font-size:14px;line-height:1.5;padding:10px}.submission-detail .judge-message-section .ant-card{background-color:#fafafa;border:1px solid #e8e8e8}.submission-detail .judge-message-section .ant-card .ant-card-body{padding:12px}.submission-detail .judge-message-section .ant-card .ant-card-body pre{color:#666;font-size:13px;line-height:1.5;background:transparent;border:none;padding:0}.submission-detail .test-case-table .ant-table .ant-table-thead>tr>th{background-color:#fafafa;font-weight:600;border-bottom:2px solid #f0f0f0;padding:8px}.submission-detail .test-case-table .ant-table .ant-table-tbody>tr:hover{background-color:#f5f5f5}.submission-detail .test-case-table .ant-table .ant-table-tbody>tr>td{border-bottom:1px solid #f0f0f0;padding:8px}.submission-detail .test-case-table .ant-table .ant-table-tbody>tr>td .ant-tag{margin:0;border-radius:4px;font-size:11px;font-weight:500}.submission-detail .test-case-table .ant-table .ant-table-tbody>tr>td .ant-btn-text{padding:0;height:auto}.submission-detail .test-case-table .ant-table .ant-table-tbody>tr>td .ant-btn-text:hover{color:#40a9ff}.submission-detail .empty-state{text-align:center;padding:40px}.submission-detail .empty-state .ant-typography{color:#999;font-size:14px}.submission-detail .result-highlight-section{padding-bottom:10px;border-bottom:1px solid #f0f0f0}.submission-detail .result-highlight-section .result-header{display:flex;justify-content:space-between;align-items:flex-start}.submission-detail .result-highlight-section .result-header .result-left{flex:1}.submission-detail .result-highlight-section .result-header .result-left .result-status-text{font-size:28px;font-weight:700;margin-bottom:8px;line-height:1.2}.submission-detail .result-highlight-section .result-header .result-left .result-status-text.result-1{color:#52c41a}.submission-detail .result-highlight-section .result-header .result-left .result-status-text.result-0,.submission-detail .result-highlight-section .result-header .result-left .result-status-text.result-2,.submission-detail .result-highlight-section .result-header .result-left .result-status-text.result-5,.submission-detail .result-highlight-section .result-header .result-left .result-status-text.result-6{color:#ff4d4f}.submission-detail .result-highlight-section .result-header .result-left .result-status-text.result-3,.submission-detail .result-highlight-section .result-header .result-left .result-status-text.result-4{color:#faad14}.submission-detail .result-highlight-section .result-header .result-left .result-status-text.result-7{color:#722ed1}.submission-detail .result-highlight-section .result-header .result-left .result-status-text.result--1{color:#8c8c8c}.submission-detail .result-highlight-section .result-header .result-left .submission-info .info-text{font-size:12px;color:#8c8c8c;font-weight:400}.submission-detail .result-highlight-section .result-header .result-right{display:flex;flex-direction:column;align-items:flex-end;gap:12px}.submission-detail .result-highlight-section .result-header .result-right .result-stats .stats-text{font-size:14px;color:#8c8c8c;font-weight:400}.submission-detail .result-highlight-section .result-header .result-right .solution-btn{font-size:14px;height:32px;padding:0 16px}.submission-detail .test-cases-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:10px;margin-bottom:24px;align-items:start}.submission-detail .test-cases-grid .test-case-card{border-radius:6px;transition:all .3s ease;height:-moz-fit-content;height:fit-content}.submission-detail .test-cases-grid .test-case-card.passed{border-color:#52c41a;background-color:#f6ffed}.submission-detail .test-cases-grid .test-case-card.passed:hover{box-shadow:0 2px 8px #52c41a33}.submission-detail .test-cases-grid .test-case-card.failed{border-color:#ff4d4f;background-color:#fff2f0}.submission-detail .test-cases-grid .test-case-card.failed:hover{box-shadow:0 2px 8px #ff4d4f33}.submission-detail .test-cases-grid .test-case-card .ant-card-body{padding:10px}.submission-detail .test-cases-grid .test-case-card .test-case-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.submission-detail .test-cases-grid .test-case-card .test-case-header .case-number{font-size:11px;font-weight:600;color:#595959}.submission-detail .test-cases-grid .test-case-card .test-case-header .ant-tag{margin:0;font-size:10px;font-weight:500;padding:0 6px;line-height:18px}.submission-detail .test-cases-grid .test-case-card .test-case-detail{margin-top:10px;padding-top:10px;border-top:1px dashed #e8e8e8;font-size:11px}.submission-detail .test-cases-grid .test-case-card .detail-item{margin-bottom:10px}.submission-detail .test-cases-grid .test-case-card .detail-item:last-child{margin-bottom:0}.submission-detail .test-cases-grid .test-case-card .detail-title{display:block;margin-bottom:3px;font-weight:600}.submission-detail .test-cases-grid .test-case-card .detail-content{margin:0;padding:6px;background:#f5f5f5;border-radius:3px;white-space:pre-wrap}.submission-detail .test-cases-grid .test-case-card .case-stats{display:flex;gap:12px;margin-bottom:0}.submission-detail .test-cases-grid .test-case-card .case-stats .stat-item{font-size:11px;display:flex;align-items:center;gap:3px}.submission-detail .test-cases-grid .test-case-card .case-stats .stat-item .stat-label{color:#8c8c8c;font-weight:400;font-size:10px}.submission-detail .test-cases-grid .test-case-card .case-stats .stat-item .stat-value{color:#262626;font-weight:400;font-size:11px}.submission-detail .test-cases-grid .test-case-card .case-message{margin-top:6px;font-size:10px;color:#8c8c8c;line-height:1.4;word-break:break-all}.ant-modal.code-modal .ant-modal-content .ant-modal-body{padding:16px}.ant-modal.code-modal .ant-modal-content .ant-modal-body pre{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:14px;line-height:1.6;background-color:#f8f8f8;border:1px solid #e8e8e8;border-radius:6px;padding:16px;margin:0}.ant-modal.code-modal .ant-modal-content .ant-modal-body pre::-webkit-scrollbar{width:8px;height:8px}.ant-modal.code-modal .ant-modal-content .ant-modal-body pre::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.ant-modal.code-modal .ant-modal-content .ant-modal-body pre::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.ant-modal.code-modal .ant-modal-content .ant-modal-body pre::-webkit-scrollbar-thumb:hover{background:#a8a8a8}@media (max-width: 768px){.submission-detail .ant-card-body{padding:16px}.submission-detail .result-highlight-section{padding:16px 0}.submission-detail .result-highlight-section .result-header{flex-direction:column;gap:16px}.submission-detail .result-highlight-section .result-header .result-left .result-status-text{font-size:24px}.submission-detail .result-highlight-section .result-header .result-left .submission-info .info-text{font-size:11px}.submission-detail .result-highlight-section .result-header .result-right{align-items:flex-start}.submission-detail .result-highlight-section .result-header .result-right .result-stats .stats-text{font-size:13px}.submission-detail .result-highlight-section .result-header .result-right .solution-btn{font-size:13px;height:28px;padding:0 12px}.submission-detail .test-cases-grid{grid-template-columns:1fr;gap:10px}.submission-detail .test-cases-grid .test-case-card .ant-card-body{padding:10px}.submission-detail .test-cases-grid .test-case-card .test-case-header .case-number,.submission-detail .test-cases-grid .test-case-card .case-stats .stat-item{font-size:11px}.submission-detail .test-cases-grid .test-case-card .case-stats .stat-item .stat-label{font-size:10px;font-weight:400}.submission-detail .test-cases-grid .test-case-card .case-stats .stat-item .stat-value{font-size:11px;font-weight:400}.submission-detail .test-cases-grid .test-case-card .case-message{font-size:10px}.submission-detail .code-section pre{font-size:12px;padding:12px}}@media (max-width: 576px){.submission-detail .ant-card-head-title{font-size:14px}.submission-detail .ant-card-body{padding:12px}.submission-detail .result-highlight-section .result-summary .result-main .result-status .ant-tag{font-size:14px;padding:6px 12px}.submission-detail .result-highlight-section .result-summary .result-main .result-info .time-memory{font-size:12px}.submission-detail .result-highlight-section .result-summary .problem-info h3{font-size:14px}.submission-detail .result-highlight-section .result-summary .problem-info p{font-size:12px}.submission-detail .test-cases-grid{grid-template-columns:1fr;gap:8px}.submission-detail .test-cases-grid .test-case-card .ant-card-body{padding:8px}.submission-detail .test-cases-grid .test-case-card .test-case-header .case-number{font-size:10px}.submission-detail .test-cases-grid .test-case-card .test-case-header .ant-tag{font-size:9px;padding:0 5px;line-height:16px}.submission-detail .test-cases-grid .test-case-card .case-stats .stat-item{font-size:10px}.submission-detail .test-cases-grid .test-case-card .case-stats .stat-item .stat-label{font-size:9px;font-weight:400}.submission-detail .test-cases-grid .test-case-card .case-stats .stat-item .stat-value{font-size:10px;font-weight:400}.submission-detail .test-cases-grid .test-case-card .case-message{font-size:9px}}.problem-submissions{padding:8px;height:100%;overflow-y:auto}.chat-messages::-webkit-scrollbar{width:5px}.chat-messages::-webkit-scrollbar-thumb{background:#5dbeff;border-radius:3px;-webkit-transition:background .3s ease;transition:background .3s ease}.problem-list-drawer .ant-drawer-header{padding:8px 16px;min-height:60px;display:flex;align-items:center;justify-content:space-between}.problem-list-drawer .ant-drawer-header .ant-drawer-title{margin:0;line-height:1}.problem-list-drawer .ant-drawer-header .ant-drawer-title h4{margin:0;line-height:1;font-size:16px}.problem-list-drawer .ant-drawer-header .ant-drawer-close{display:flex;align-items:center;justify-content:center;width:24px;height:24px;margin:0}.problem-list-drawer .ant-drawer-header .ant-drawer-close .anticon{font-size:14px}.problem-list-drawer .ant-list-item{transition:all .3s ease}.problem-list-drawer .ant-list-item:hover{background-color:#f5f5f5}.problem-list-drawer .selected-problem{background-color:#e6f7ff;border-left:3px solid #1890ff;transition:all .3s ease}.problem-list-drawer .selected-problem:hover{background-color:#bae7ff}.problem-list-header{display:flex;justify-content:space-between;align-items:center;padding:8px 16px;border-bottom:1px solid #f0f0f0}.problem-list-header .problem-list-actions{display:flex;align-items:center;gap:8px}.problem-filter-menu{width:320px}.problem-filter-menu .filter-section{margin-bottom:16px}.problem-filter-menu .filter-section h5{margin-bottom:8px;font-size:14px;font-weight:500}.problem-filter-menu .tag-container{max-height:200px;overflow-y:auto;display:flex;flex-wrap:wrap;gap:6px}.problem-filter-menu .tag-container .ant-tag{margin:0;transition:all .2s ease}.problem-filter-menu .tag-container .ant-tag:hover{opacity:.8;transform:scale(1.02)}.problem-filter-menu .tag-container .ant-tag.selected-tag{font-weight:500;box-shadow:0 0 0 2px #1890ff33}.problem-filter-menu .filter-actions{display:flex;justify-content:space-between;margin-top:16px}.problem-filter-menu .filter-actions .ant-btn{flex:1;margin:0 4px}.problem-filter-menu .filter-actions .ant-btn:first-child{margin-left:0}.problem-filter-menu .filter-actions .ant-btn:last-child{margin-right:0}.notification-dropdown-overlay .ant-dropdown-menu{padding:0;border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:360px;max-width:400px}.notification-dropdown{width:420px;box-shadow:0 4px 12px #0003;max-height:500px;background:#fff;min-width:300px;max-width:400px;border-radius:8px;overflow:hidden}.notification-dropdown .notification-header{padding:12px 16px;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;align-items:center;background:#fafafa}.notification-dropdown .notification-header .notification-tabs{display:flex;gap:6px;flex:1;flex-wrap:wrap;overflow:hidden}.notification-dropdown .notification-header .notification-tabs .tab-button{height:26px;padding:0 6px;font-size:11px;border-radius:4px;position:relative;flex-shrink:0;min-width:0;gap:0px}.notification-dropdown .notification-header .notification-tabs .tab-button.ant-btn-primary{background:#1890ff;border-color:#1890ff}.notification-dropdown .notification-header .notification-tabs .tab-button .tab-badge{display:inline-block;margin-left:4px;background:#ff4d4f;color:#fff;font-size:10px;line-height:14px;min-width:14px;height:14px;border-radius:7px;padding:0 3px;text-align:center;font-weight:400;vertical-align:top}.notification-dropdown .notification-header .notification-tabs .tab-button.ant-btn-primary .tab-badge{background:#ffffffe6;color:#1890ff}.notification-dropdown .notification-header .notification-actions{display:flex;gap:8px;align-items:center;flex-shrink:0;margin-left:8px}.notification-dropdown .notification-header .notification-actions .notification-center-btn{font-size:12px;padding:0;height:auto;white-space:nowrap;color:#1890ff;font-weight:500}.notification-dropdown .notification-header .notification-actions .notification-center-btn:hover{color:#1890ff;background-color:#f0f0f0}.notification-dropdown .notification-content{max-height:400px;overflow-y:auto}.notification-dropdown .notification-content .notification-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;gap:8px}.notification-dropdown .notification-content .notification-empty{padding:40px 20px}.notification-dropdown .notification-content .notification-list .ant-list-item{border-bottom:1px solid #f0f0f0}.notification-dropdown .notification-content .notification-list .ant-list-item:last-child{border-bottom:none}.notification-item{padding:12px 16px!important;cursor:pointer;transition:background-color .2s;position:relative}.notification-item:hover{background-color:#f5f5f5}.notification-item.unread{background-color:#f6ffed}.notification-item.unread:hover{background-color:#f0f9e8}.notification-item.system-notification .notification-wrapper .notification-avatar{display:none}.notification-item.system-notification .notification-wrapper .notification-main{margin-left:0}.notification-item .notification-wrapper{display:flex;align-items:flex-start;position:relative;width:100%;gap:12px}.notification-item .notification-avatar{flex-shrink:0;display:flex;align-items:center;justify-content:center;padding-top:10px}.notification-item .notification-avatar .ant-avatar{border:1px solid #d9d9d9}.notification-item .notification-avatar.like-avatars .ant-avatar-group .ant-avatar{border:2px solid #fff}.notification-item .notification-main{flex:1;min-width:0}.notification-item .notification-right{flex-shrink:0;max-width:60px;margin:8px}.notification-item .notification-right .post-title .post-title-text{font-size:12px;color:#999;line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-all}.notification-item .unread-indicator{position:absolute;top:0;right:0;width:8px;height:8px;background-color:#ff4d4f;border-radius:50%;border:2px solid #fff}.notification-item .notification-title{display:flex;align-items:center;margin-bottom:4px}.notification-item .notification-title .unread-dot{display:none}.notification-item .notification-title .notification-type{font-size:12px;color:#999;margin-left:10px}.notification-item .notification-content .notification-text{display:block;margin-bottom:4px;font-size:13px;line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.notification-item .notification-content .notification-text.reply-content{font-size:14px;font-weight:500;color:#000000d9}.notification-item .notification-content .notification-time{font-size:12px;color:#999}.notification-trigger{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;transition:all .2s}.notification-trigger:hover{background-color:#f5f5f5}.notification-trigger .anticon{font-size:16px;color:#666}.ant-badge .ant-badge-count{font-size:10px;min-width:16px;height:16px;line-height:16px;padding:0 4px;border-radius:8px;box-shadow:0 0 0 1px #fff}@media (max-width: 768px){.notification-dropdown-overlay .ant-dropdown-menu{min-width:300px;max-width:320px}.notification-dropdown{width:300px}.notification-dropdown .notification-header{padding:8px 12px}.notification-dropdown .notification-header .notification-tabs .tab-button{font-size:11px;padding:0 6px}.notification-dropdown .notification-item{padding:8px 12px!important}}.solution-detail{display:flex;flex-direction:column;height:100%;background:#fff}.solution-detail .solution-content{flex:1;padding:24px 24px 20px;overflow-y:auto}.solution-detail .solution-content .solution-title{margin-bottom:16px}.solution-detail .solution-content .solution-title h2{margin:0;font-size:24px;font-weight:600;color:#262626}.solution-detail .solution-content .solution-author{display:flex;align-items:center;margin-bottom:16px}.solution-detail .solution-content .solution-author .author-avatar{margin-right:12px}.solution-detail .solution-content .solution-author .author-info .author-name{font-size:16px;font-weight:500;color:#262626;margin-bottom:4px}.solution-detail .solution-content .solution-author .author-info .post-time{font-size:14px;color:#8c8c8c}.solution-detail .solution-content .solution-tags{margin-bottom:5px}.solution-detail .solution-content .solution-tags .ant-tag{margin-right:6px;margin-bottom:6px;border-radius:8px;padding:2px 8px;font-size:13px;border:1px solid;line-height:1.2}.solution-detail .solution-content .solution-content-text{margin-bottom:24px}.solution-detail .solution-content .solution-content-text .ant-typography{font-size:16px;line-height:1.6;color:#262626}.solution-detail .solution-content .markdown-preview{line-height:1.6;font-size:15px;color:#333}.solution-detail .solution-content .markdown-preview strong{color:#1890ff}.solution-detail .solution-content .markdown-preview img{max-width:100%;height:auto;display:block;margin:16px auto;border-radius:4px}.solution-detail .solution-content .markdown-preview h1,.solution-detail .solution-content .markdown-preview h2,.solution-detail .solution-content .markdown-preview h3,.solution-detail .solution-content .markdown-preview h4,.solution-detail .solution-content .markdown-preview h5,.solution-detail .solution-content .markdown-preview h6{margin-top:28px;margin-bottom:18px;font-weight:600;line-height:1.3;color:#222}.solution-detail .solution-content .markdown-preview h1{font-size:2em;border-bottom:1px solid #eaecef;padding-bottom:.4em;color:#1a1a1a}.solution-detail .solution-content .markdown-preview h2{font-size:1.5em;border-bottom:1px solid #eaecef;padding-bottom:.4em;color:#1a1a1a}.solution-detail .solution-content .markdown-preview h3{font-size:1.25em;color:#1a1a1a}.solution-detail .solution-content .markdown-preview p{margin:10px 0;line-height:1.7}.solution-detail .solution-content .markdown-preview pre{background-color:#f8f9fa;border-radius:8px;padding:10px;overflow:auto;margin:18px 0;border:1px solid #eaecef;box-shadow:0 1px 4px #0000000d}.solution-detail .solution-content .markdown-preview code{background-color:#afb8c133;padding:.2em .4em;border-radius:4px;font-size:85%;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace}.solution-detail .solution-content .markdown-preview pre code{background-color:transparent;padding:0;font-size:14px;line-height:1.6}.solution-detail .solution-content .markdown-preview blockquote{border-left:4px solid #1890ff;padding:.5em 16px;color:#5c6b77;margin:18px 0;background-color:#f8f9fa;border-radius:0 4px 4px 0}.solution-detail .solution-content .markdown-preview table{border-collapse:collapse;margin:18px 0;width:100%;border-radius:6px;overflow:hidden;box-shadow:0 1px 4px #0000000d}.solution-detail .solution-content .markdown-preview th,.solution-detail .solution-content .markdown-preview td{border:1px solid #eaecef;padding:10px 16px;text-align:left}.solution-detail .solution-content .markdown-preview th{background-color:#f0f5ff;font-weight:600;color:#1a1a1a;border-bottom:2px solid #1890ff}.solution-detail .solution-content .markdown-preview tr:nth-child(2n){background-color:#fafafa}.solution-detail .solution-content .markdown-preview tr:hover{background-color:#f0f5ff}.solution-detail .solution-content .markdown-preview ul,.solution-detail .solution-content .markdown-preview ol{padding-left:2em;margin:18px 0}.solution-detail .solution-content .markdown-preview li{margin:.5em 0;line-height:1.6}.solution-detail .solution-content .comments-section .comments-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.solution-detail .solution-content .comments-section .comments-header .ant-typography{margin:0}.solution-detail .solution-content .comments-section .comments-header .sort-buttons .ant-btn-group .ant-btn{height:28px;padding:0 12px;font-size:12px;border-radius:4px}.solution-detail .solution-content .comments-section .comments-header .sort-buttons .ant-btn-group .ant-btn:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.solution-detail .solution-content .comments-section .comments-header .sort-buttons .ant-btn-group .ant-btn:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.solution-detail .solution-content .comments-section .comments-header .sort-buttons .ant-btn-group .ant-btn:not(:first-child):not(:last-child){border-radius:0}.solution-detail .solution-content .comments-section .comments-header .sort-buttons .ant-btn-group .ant-btn.active{background-color:#1890ff;color:#fff;border-color:#1890ff}.solution-detail .solution-content .comments-section .comments-header .comment-hover-actions{display:flex;gap:4px;margin-left:auto}.solution-detail .solution-content .comments-section .comments-header .comment-hover-actions .ant-btn{color:#8c8c8c}.solution-detail .solution-content .comments-section .comments-header .comment-hover-actions .ant-btn:hover{color:#1890ff;background-color:#f0f0f0}.solution-detail .solution-content .comments-section .comments-header .expand-replies-btn{margin-top:8px}.solution-detail .solution-content .comments-section .comments-header .expand-replies-btn .ant-btn{color:#1890ff;font-size:12px}.solution-detail .solution-content .comments-section .comments-header .expand-replies-btn .ant-btn:hover{background-color:#f0f8ff}.solution-detail .solution-content .comments-section .comment-input-card{margin-bottom:24px;border-radius:12px;box-shadow:0 2px 8px #0000000f;border:1px solid #f0f0f0}.solution-detail .solution-content .comments-section .comment-input-card .ant-card-body{padding:10px}.solution-detail .solution-content .comments-section .comment-input-card .ant-input{border:none;padding:0;resize:none}.solution-detail .solution-content .comments-section .comment-input-card .ant-input:focus{box-shadow:none}.solution-detail .solution-content .comments-section .comment-input-card .comment-toolbar{display:flex;justify-content:space-between;align-items:center;margin-top:12px;padding-top:5px;border-top:1px solid #f0f0f0}.solution-detail .solution-content .comments-section .comment-input-card .comment-toolbar .toolbar-left{display:flex;gap:4px}.solution-detail .solution-content .comments-section .comment-input-card .comment-toolbar .toolbar-left .ant-btn{color:#8c8c8c;padding:4px 8px;height:32px}.solution-detail .solution-content .comments-section .comment-input-card .comment-toolbar .toolbar-left .ant-btn:hover{color:#1890ff;background-color:#f0f5ff}.solution-detail .solution-content .comments-section .comment-input-card .comment-toolbar .toolbar-right .ant-btn{height:32px;padding:0 16px;border-radius:6px}.solution-detail .solution-content .comments-section .comments-list .comments-container .comment-wrapper{margin-bottom:16px}.solution-detail .solution-content .comments-section .comments-list .comments-container .comment-wrapper:last-child{margin-bottom:0}.solution-detail .solution-content .comments-section .comments-list .comment-item{display:flex;align-items:flex-start;width:100%}.solution-detail .solution-content .comments-section .comments-list .comment-item.reply-comment{border-bottom:1px solid #f5f5f5;background-color:#fafafa;border-radius:6px;margin-top:8px;padding:12px}.solution-detail .solution-content .comments-section .comments-list .comment-item .ant-avatar{margin-right:12px;flex-shrink:0}.solution-detail .solution-content .comments-section .comments-list .comment-item .comment-content{flex:1}.solution-detail .solution-content .comments-section .comments-list .comment-item .comment-content .comment-header{display:flex;align-items:center;margin-bottom:4px}.solution-detail .solution-content .comments-section .comments-list .comment-item .comment-content .comment-header .comment-author{font-weight:500;color:#262626;margin-right:8px}.solution-detail .solution-content .comments-section .comments-list .comment-item .comment-content .comment-header .comment-time{color:#8c8c8c;font-size:12px}.solution-detail .solution-content .comments-section .comments-list .comment-item .comment-content .comment-text{margin-bottom:8px;color:#262626;line-height:1.5}.solution-detail .solution-content .comments-section .comments-list .comment-item .comment-content .comment-actions{display:flex;align-items:center;gap:12px}.solution-detail .solution-content .comments-section .comments-list .comment-item .comment-content .comment-actions .ant-btn{padding:0;height:auto}.solution-detail .solution-content .comments-section .comments-list .comment-item .comment-content .comment-actions .ant-btn:hover{color:#1890ff;background-color:#f0f0f0}.solution-detail .solution-content .comments-section .comments-list .comment-item .comment-content .comment-actions .ant-btn.active{color:#1890ff}.solution-detail .solution-content .comments-section .comments-list .comment-item .comment-content .replies-container{margin-top:12px}.solution-detail .solution-content .comments-section .comments-list .comment-item .comment-content .reply-input-card{margin-top:12px;border-radius:8px;border:1px solid #f0f0f0}.solution-detail .solution-content .comments-section .comments-list .comment-item .comment-content .reply-input-card .ant-card-body{padding:12px}.solution-detail .solution-content .comments-section .comments-list .comment-item .comment-content .reply-input-card .ant-input{border:none;padding:0;resize:none}.solution-detail .solution-content .comments-section .comments-list .comment-item .comment-content .reply-input-card .ant-input:focus{box-shadow:none}.solution-detail .solution-content .comments-section .comments-list .comment-item .comment-content .reply-input-card .reply-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:8px;padding-top:8px;border-top:1px solid #f0f0f0}.solution-detail .solution-content .comments-section .comments-list .ant-list-item{border-bottom:1px solid #f0f0f0;padding:16px 0}.solution-detail .solution-content .comments-section .comments-list .ant-list-item:last-child{border-bottom:none}.solution-detail .solution-bottom-actions{position:sticky;bottom:0;background:#fff;border-top:1px solid #f0f0f0;padding:4px 10px;margin-top:auto}.solution-detail .solution-bottom-actions .action-buttons{display:flex;justify-content:flex-start;align-items:center;gap:24px}.solution-detail .solution-bottom-actions .action-buttons .ant-btn{display:flex;align-items:center;height:auto;padding:4px 8px;border:none;background:transparent;color:#8c8c8c;font-size:14px;min-width:auto}.solution-detail .solution-bottom-actions .action-buttons .ant-btn .anticon{font-size:16px;margin-right:4px}.solution-detail .solution-bottom-actions .action-buttons .ant-btn:hover{color:#1890ff;background:transparent}.solution-detail .solution-bottom-actions .action-buttons .ant-btn.active{color:#1890ff}@media (max-width: 768px){.solution-detail .solution-content{padding:16px 16px 20px}.solution-detail .solution-content .solution-title h2{font-size:20px}.solution-detail .solution-content .solution-author .author-info .author-name{font-size:14px}.solution-detail .solution-content .solution-author .author-info .post-time{font-size:12px}.solution-detail .solution-content .solution-content-text .ant-typography{font-size:14px}.solution-detail .solution-bottom-actions{padding:6px 16px}.solution-detail .solution-bottom-actions .action-buttons{gap:16px}.solution-detail .solution-bottom-actions .action-buttons .ant-btn{padding:3px 6px;font-size:12px}.solution-detail .solution-bottom-actions .action-buttons .ant-btn .anticon{font-size:14px}}.monaco-workbench .workbench-hover{position:relative;font-size:13px;line-height:19px;z-index:40;overflow:hidden;max-width:700px;background:var(--vscode-editorHoverWidget-background);border:1px solid var(--vscode-editorHoverWidget-border);border-radius:3px;color:var(--vscode-editorHoverWidget-foreground);box-shadow:0 2px 8px var(--vscode-widget-shadow)}.monaco-workbench .workbench-hover .monaco-action-bar .action-item .codicon{width:13px;height:13px}.monaco-workbench .workbench-hover hr{border-bottom:none}.monaco-workbench .workbench-hover.compact{font-size:12px}.monaco-workbench .workbench-hover.compact .monaco-action-bar .action-item .codicon{width:12px;height:12px}.monaco-workbench .workbench-hover.compact .hover-contents{padding:2px 8px}.monaco-workbench .workbench-hover-container.locked .workbench-hover{outline:1px solid var(--vscode-editorHoverWidget-border)}.monaco-workbench .workbench-hover-container:focus-within.locked .workbench-hover{outline-color:var(--vscode-focusBorder)}.monaco-workbench .workbench-hover-pointer{position:absolute;z-index:41;pointer-events:none}.monaco-workbench .workbench-hover-pointer:after{content:"";position:absolute;width:5px;height:5px;background-color:var(--vscode-editorHoverWidget-background);border-right:1px solid var(--vscode-editorHoverWidget-border);border-bottom:1px solid var(--vscode-editorHoverWidget-border)}.monaco-workbench .workbench-hover-container:not(:focus-within).locked .workbench-hover-pointer:after{width:4px;height:4px;border-right-width:2px;border-bottom-width:2px}.monaco-workbench .workbench-hover-container:focus-within .workbench-hover-pointer:after{border-right:1px solid var(--vscode-focusBorder);border-bottom:1px solid var(--vscode-focusBorder)}.monaco-workbench .workbench-hover-pointer.left{left:-3px}.monaco-workbench .workbench-hover-pointer.right{right:3px}.monaco-workbench .workbench-hover-pointer.top{top:-3px}.monaco-workbench .workbench-hover-pointer.bottom{bottom:3px}.monaco-workbench .workbench-hover-pointer.left:after{transform:rotate(135deg)}.monaco-workbench .workbench-hover-pointer.right:after{transform:rotate(315deg)}.monaco-workbench .workbench-hover-pointer.top:after{transform:rotate(225deg)}.monaco-workbench .workbench-hover-pointer.bottom:after{transform:rotate(45deg)}.monaco-workbench .workbench-hover a{color:var(--vscode-textLink-foreground)}.monaco-workbench .workbench-hover a:focus{outline:1px solid;outline-offset:-1px;text-decoration:underline;outline-color:var(--vscode-focusBorder)}.monaco-workbench .workbench-hover a.codicon:focus,.monaco-workbench .workbench-hover a.monaco-button:focus{text-decoration:none}.monaco-workbench .workbench-hover a:hover,.monaco-workbench .workbench-hover a:active{color:var(--vscode-textLink-activeForeground)}.monaco-workbench .workbench-hover code{background:var(--vscode-textCodeBlock-background)}.monaco-workbench .workbench-hover .hover-row .actions{background:var(--vscode-editorHoverWidget-statusBarBackground)}.monaco-workbench .workbench-hover.right-aligned{left:1px}.monaco-workbench .workbench-hover.right-aligned .hover-row.status-bar .actions{flex-direction:row-reverse}.monaco-workbench .workbench-hover.right-aligned .hover-row.status-bar .actions .action-container{margin-right:0;margin-left:16px}.monaco-scrollable-element>.scrollbar>.scra{cursor:pointer;font-size:11px!important}.monaco-scrollable-element>.visible{opacity:1;background:#0000;transition:opacity .1s linear;z-index:11}.monaco-scrollable-element>.invisible{opacity:0;pointer-events:none}.monaco-scrollable-element>.invisible.fade{transition:opacity .8s linear}.monaco-scrollable-element>.shadow{position:absolute;display:none}.monaco-scrollable-element>.shadow.top{display:block;top:0;left:3px;height:3px;width:100%;box-shadow:var(--vscode-scrollbar-shadow) 0 6px 6px -6px inset}.monaco-scrollable-element>.shadow.left{display:block;top:3px;left:0;height:100%;width:3px;box-shadow:var(--vscode-scrollbar-shadow) 6px 0 6px -6px inset}.monaco-scrollable-element>.shadow.top-left-corner{display:block;top:0;left:0;height:3px;width:3px}.monaco-scrollable-element>.shadow.top.left{box-shadow:var(--vscode-scrollbar-shadow) 6px 0 6px -6px inset}.monaco-scrollable-element>.scrollbar>.slider{background:var(--vscode-scrollbarSlider-background)}.monaco-scrollable-element>.scrollbar>.slider:hover{background:var(--vscode-scrollbarSlider-hoverBackground)}.monaco-scrollable-element>.scrollbar>.slider.active{background:var(--vscode-scrollbarSlider-activeBackground)}.monaco-hover{cursor:default;position:absolute;overflow:hidden;-moz-user-select:text;user-select:text;-webkit-user-select:text;box-sizing:border-box;line-height:1.5em;white-space:var(--vscode-hover-whiteSpace, normal)}.monaco-hover.fade-in{animation:fadein .1s linear}.monaco-hover.hidden{display:none}.monaco-hover a:hover:not(.disabled){cursor:pointer}.monaco-hover .hover-contents:not(.html-hover-contents){padding:4px 8px}.monaco-hover .markdown-hover>.hover-contents:not(.code-hover-contents){max-width:var(--vscode-hover-maxWidth, 500px);word-wrap:break-word}.monaco-hover .markdown-hover>.hover-contents:not(.code-hover-contents) hr{min-width:100%}.monaco-hover p,.monaco-hover .code,.monaco-hover ul,.monaco-hover h1,.monaco-hover h2,.monaco-hover h3,.monaco-hover h4,.monaco-hover h5,.monaco-hover h6{margin:8px 0}.monaco-hover h1,.monaco-hover h2,.monaco-hover h3,.monaco-hover h4,.monaco-hover h5,.monaco-hover h6{line-height:1.1}.monaco-hover code{font-family:var(--monaco-monospace-font)}.monaco-hover hr{box-sizing:border-box;border-left:0px;border-right:0px;margin:4px -8px -4px;height:1px}.monaco-hover p:first-child,.monaco-hover .code:first-child,.monaco-hover ul:first-child{margin-top:0}.monaco-hover p:last-child,.monaco-hover .code:last-child,.monaco-hover ul:last-child{margin-bottom:0}.monaco-hover ul,.monaco-hover ol{padding-left:20px}.monaco-hover li>p{margin-bottom:0}.monaco-hover li>ul{margin-top:0}.monaco-hover code{border-radius:3px;padding:0 .4em}.monaco-hover .monaco-tokenized-source{white-space:var(--vscode-hover-sourceWhiteSpace, pre-wrap)}.monaco-hover .hover-row.status-bar{font-size:12px;line-height:22px}.monaco-hover .hover-row.status-bar .info{font-style:italic;padding:0 8px}.monaco-hover .hover-row.status-bar .actions{display:flex;padding:0 8px;width:100%}.monaco-hover .hover-row.status-bar .actions .action-container{margin-right:16px;cursor:pointer;overflow:hidden;text-wrap:nowrap;text-overflow:ellipsis}.monaco-hover .hover-row.status-bar .actions .action-container .action .icon{padding-right:4px}.monaco-hover .hover-row.status-bar .actions .action-container a{color:var(--vscode-textLink-foreground);-webkit-text-decoration:var(--text-link-decoration);text-decoration:var(--text-link-decoration)}.monaco-hover .markdown-hover .hover-contents .codicon{color:inherit;font-size:inherit;vertical-align:middle}.monaco-hover .hover-contents a.code-link:hover,.monaco-hover .hover-contents a.code-link{color:inherit}.monaco-hover .hover-contents a.code-link:before{content:"("}.monaco-hover .hover-contents a.code-link:after{content:")"}.monaco-hover .hover-contents a.code-link>span{text-decoration:underline;border-bottom:1px solid transparent;text-underline-position:under;color:var(--vscode-textLink-foreground)}.monaco-hover .hover-contents a.code-link>span:hover{color:var(--vscode-textLink-activeForeground)}.monaco-hover .markdown-hover .hover-contents:not(.code-hover-contents):not(.html-hover-contents) p:last-child [style*=background-color]{margin-bottom:4px;display:inline-block}.monaco-hover .markdown-hover .hover-contents:not(.code-hover-contents):not(.html-hover-contents) span.codicon{margin-bottom:2px}.monaco-hover-content .action-container a{-webkit-user-select:none;-moz-user-select:none;user-select:none}.monaco-hover-content .action-container.disabled{pointer-events:none;opacity:.4;cursor:default}.monaco-hover .action-container,.monaco-hover .action,.monaco-hover button,.monaco-hover .monaco-button,.monaco-hover .monaco-text-button,.monaco-hover [role=button]{-webkit-user-select:none;-moz-user-select:none;user-select:none}.context-view{position:absolute}.context-view.fixed{all:initial;font-family:inherit;font-size:13px;position:fixed;color:inherit}.monaco-editor .rendered-markdown kbd{background-color:var(--vscode-keybindingLabel-background);color:var(--vscode-keybindingLabel-foreground);border-style:solid;border-width:1px;border-radius:3px;border-color:var(--vscode-keybindingLabel-border);border-bottom-color:var(--vscode-keybindingLabel-bottomBorder);box-shadow:inset 0 -1px 0 var(--vscode-widget-shadow);vertical-align:middle;padding:1px 3px}.rendered-markdown li:has(input[type=checkbox]){list-style-type:none}.monaco-aria-container{position:absolute;left:-999em}::-ms-clear{display:none}.monaco-editor .editor-widget input{color:inherit}.monaco-editor{position:relative;overflow:visible;-webkit-text-size-adjust:100%;color:var(--vscode-editor-foreground);background-color:var(--vscode-editor-background);overflow-wrap:initial}.monaco-editor-background{background-color:var(--vscode-editor-background)}.monaco-editor .rangeHighlight{background-color:var(--vscode-editor-rangeHighlightBackground);box-sizing:border-box;border:1px solid var(--vscode-editor-rangeHighlightBorder)}.monaco-editor.hc-black .rangeHighlight,.monaco-editor.hc-light .rangeHighlight{border-style:dotted}.monaco-editor .symbolHighlight{background-color:var(--vscode-editor-symbolHighlightBackground);box-sizing:border-box;border:1px solid var(--vscode-editor-symbolHighlightBorder)}.monaco-editor.hc-black .symbolHighlight,.monaco-editor.hc-light .symbolHighlight{border-style:dotted}.monaco-editor .editorCanvas{position:absolute;width:100%;height:100%;z-index:0;pointer-events:none}.monaco-editor .overflow-guard{position:relative;overflow:hidden}.monaco-editor .view-overlays{position:absolute;top:0}.monaco-editor .view-overlays>div,.monaco-editor .margin-view-overlays>div{position:absolute;width:100%}.monaco-editor .squiggly-error{border-bottom:4px double var(--vscode-editorError-border)}.monaco-editor .squiggly-error:before{display:block;content:"";width:100%;height:100%;background:var(--vscode-editorError-background)}.monaco-editor .squiggly-warning{border-bottom:4px double var(--vscode-editorWarning-border)}.monaco-editor .squiggly-warning:before{display:block;content:"";width:100%;height:100%;background:var(--vscode-editorWarning-background)}.monaco-editor .squiggly-info{border-bottom:4px double var(--vscode-editorInfo-border)}.monaco-editor .squiggly-info:before{display:block;content:"";width:100%;height:100%;background:var(--vscode-editorInfo-background)}.monaco-editor .squiggly-hint{border-bottom:2px dotted var(--vscode-editorHint-border)}.monaco-editor.showUnused .squiggly-unnecessary{border-bottom:2px dashed var(--vscode-editorUnnecessaryCode-border)}.monaco-editor.showDeprecated .squiggly-inline-deprecated{text-decoration:line-through;text-decoration-color:var(--vscode-editor-foreground, inherit)}.monaco-editor .blockDecorations-container{position:absolute;top:0;pointer-events:none}.monaco-editor .blockDecorations-block{position:absolute;box-sizing:border-box}.monaco-editor .view-overlays .current-line,.monaco-editor .margin-view-overlays .current-line{display:block;position:absolute;left:0;top:0;box-sizing:border-box;height:100%}.monaco-editor .margin-view-overlays .current-line.current-line-margin.current-line-margin-both{border-right:0}.monaco-editor .lines-content .cdr{position:absolute;height:100%}.monaco-editor .glyph-margin{position:absolute;top:0}.monaco-editor .glyph-margin-widgets .cgmr{position:absolute;display:flex;align-items:center;justify-content:center}.monaco-editor .glyph-margin-widgets .cgmr.codicon-modifier-spin:before{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.monaco-editor .lines-content .core-guide{position:absolute;box-sizing:border-box;height:100%}.monaco-editor .margin-view-overlays .line-numbers{bottom:0;font-variant-numeric:tabular-nums;position:absolute;text-align:right;display:inline-block;vertical-align:middle;box-sizing:border-box;cursor:default}.monaco-editor .relative-current-line-number{text-align:left;display:inline-block;width:100%}.monaco-editor .margin-view-overlays .line-numbers.lh-odd{margin-top:1px}.monaco-editor .line-numbers{color:var(--vscode-editorLineNumber-foreground)}.monaco-editor .line-numbers.active-line-number{color:var(--vscode-editorLineNumber-activeForeground)}.monaco-mouse-cursor-text{cursor:text}.mtkcontrol{color:#fff!important;background:#960000!important}.mtkoverflow{background-color:var(--vscode-button-background, var(--vscode-editor-background));color:var(--vscode-button-foreground, var(--vscode-editor-foreground));border-width:1px;border-style:solid;border-color:var(--vscode-contrastBorder);border-radius:2px;padding:4px;cursor:pointer}.mtkoverflow:hover{background-color:var(--vscode-button-hoverBackground)}.monaco-editor.no-user-select .lines-content,.monaco-editor.no-user-select .view-line,.monaco-editor.no-user-select .view-lines{-moz-user-select:none;user-select:none;-webkit-user-select:none}.monaco-editor.mac .lines-content:hover,.monaco-editor.mac .view-line:hover,.monaco-editor.mac .view-lines:hover{-moz-user-select:text;user-select:text;-webkit-user-select:text;-ms-user-select:text}.monaco-editor.enable-user-select{-moz-user-select:initial;user-select:initial;-webkit-user-select:initial}.monaco-editor .view-lines{white-space:nowrap}.monaco-editor .view-line{box-sizing:border-box;position:absolute;width:100%}.monaco-editor .lines-content>.view-lines>.view-line>span{top:0;bottom:0;position:absolute}.monaco-editor .mtkw{color:var(--vscode-editorWhitespace-foreground)!important}.monaco-editor .mtkz{display:inline-block;color:var(--vscode-editorWhitespace-foreground)!important}.monaco-editor .lines-decorations{position:absolute;top:0;background:#fff}.monaco-editor .margin-view-overlays .cldr{position:absolute;height:100%}.monaco-editor .margin{background-color:var(--vscode-editorGutter-background)}.monaco-editor .margin-view-overlays .cmdr{position:absolute;left:0;width:100%;height:100%}.monaco-editor .minimap.slider-mouseover .minimap-slider{opacity:0;transition:opacity .1s linear}.monaco-editor .minimap.slider-mouseover:hover .minimap-slider,.monaco-editor .minimap.slider-mouseover .minimap-slider.active{opacity:1}.monaco-editor .minimap-slider .minimap-slider-horizontal{background:var(--vscode-minimapSlider-background)}.monaco-editor .minimap-slider:hover .minimap-slider-horizontal{background:var(--vscode-minimapSlider-hoverBackground)}.monaco-editor .minimap-slider.active .minimap-slider-horizontal{background:var(--vscode-minimapSlider-activeBackground)}.monaco-editor .minimap-shadow-visible{box-shadow:var(--vscode-scrollbar-shadow) -6px 0 6px -6px inset}.monaco-editor .minimap-shadow-hidden{position:absolute;width:0}.monaco-editor .minimap-shadow-visible{position:absolute;left:-6px;width:6px}.monaco-editor.no-minimap-shadow .minimap-shadow-visible{position:absolute;left:-1px;width:1px}.minimap.minimap-autohide-mouseover,.minimap.minimap-autohide-scroll{opacity:0;transition:opacity .5s}.minimap.minimap-autohide-scroll{pointer-events:none}.minimap.minimap-autohide-mouseover:hover,.minimap.minimap-autohide-scroll.active{opacity:1;pointer-events:auto}.monaco-editor .minimap{z-index:5}.monaco-editor .overlayWidgets{position:absolute;top:0;left:0}.monaco-editor .view-ruler{position:absolute;top:0;box-shadow:1px 0 0 0 var(--vscode-editorRuler-foreground) inset}.monaco-editor .scroll-decoration{position:absolute;top:0;left:0;height:6px;box-shadow:var(--vscode-scrollbar-shadow) 0 6px 6px -6px inset}.monaco-editor .lines-content .cslr{position:absolute}.monaco-editor .focused .selected-text{background-color:var(--vscode-editor-selectionBackground)}.monaco-editor .selected-text{background-color:var(--vscode-editor-inactiveSelectionBackground)}.monaco-editor .top-left-radius{border-top-left-radius:3px}.monaco-editor .bottom-left-radius{border-bottom-left-radius:3px}.monaco-editor .top-right-radius{border-top-right-radius:3px}.monaco-editor .bottom-right-radius{border-bottom-right-radius:3px}.monaco-editor.hc-black .top-left-radius{border-top-left-radius:0}.monaco-editor.hc-black .bottom-left-radius{border-bottom-left-radius:0}.monaco-editor.hc-black .top-right-radius{border-top-right-radius:0}.monaco-editor.hc-black .bottom-right-radius{border-bottom-right-radius:0}.monaco-editor.hc-light .top-left-radius{border-top-left-radius:0}.monaco-editor.hc-light .bottom-left-radius{border-bottom-left-radius:0}.monaco-editor.hc-light .top-right-radius{border-top-right-radius:0}.monaco-editor.hc-light .bottom-right-radius{border-bottom-right-radius:0}.monaco-editor .cursors-layer{position:absolute;top:0}.monaco-editor .cursors-layer>.cursor{position:absolute;overflow:hidden;box-sizing:border-box}.monaco-editor .cursors-layer.cursor-smooth-caret-animation>.cursor{transition:all 80ms}.monaco-editor .cursors-layer.cursor-block-outline-style>.cursor{background:transparent!important;border-style:solid;border-width:1px}.monaco-editor .cursors-layer.cursor-underline-style>.cursor{border-bottom-width:2px;border-bottom-style:solid;background:transparent!important}.monaco-editor .cursors-layer.cursor-underline-thin-style>.cursor{border-bottom-width:1px;border-bottom-style:solid;background:transparent!important}@keyframes monaco-cursor-smooth{0%,20%{opacity:1}60%,to{opacity:0}}@keyframes monaco-cursor-phase{0%,20%{opacity:1}90%,to{opacity:0}}@keyframes monaco-cursor-expand{0%,20%{transform:scaleY(1)}80%,to{transform:scaleY(0)}}.cursor-smooth{animation:monaco-cursor-smooth .5s ease-in-out 0s 20 alternate}.cursor-phase{animation:monaco-cursor-phase .5s ease-in-out 0s 20 alternate}.cursor-expand>.cursor{animation:monaco-cursor-expand .5s ease-in-out 0s 20 alternate}.monaco-editor .mwh{position:absolute;color:var(--vscode-editorWhitespace-foreground)!important}.monaco-editor .monaco-decoration-css-rule-extractor{visibility:hidden;pointer-events:none}.monaco-editor .inputarea{min-width:0;min-height:0;margin:0;padding:0;position:absolute;outline:none!important;resize:none;border:none;overflow:hidden;color:transparent;background-color:transparent;z-index:-10}.monaco-editor .inputarea.ime-input{z-index:10;caret-color:var(--vscode-editorCursor-foreground);color:var(--vscode-editor-foreground)}.monaco-editor .native-edit-context{margin:0;padding:0;position:absolute;overflow-y:scroll;scrollbar-width:none;z-index:-10;white-space:pre-wrap}.monaco-editor .ime-text-area{min-width:0;min-height:0;margin:0;padding:0;position:absolute;outline:none!important;resize:none;border:none;overflow:hidden;color:transparent;background-color:transparent;z-index:-10}.monaco-editor .edit-context-composition-none{background-color:transparent;border-bottom:none}.monaco-editor :not(.hc-black,.hc-light) .edit-context-composition-secondary{border-bottom:1px solid var(--vscode-editor-compositionBorder)}.monaco-editor :not(.hc-black,.hc-light) .edit-context-composition-primary{border-bottom:2px solid var(--vscode-editor-compositionBorder)}.monaco-editor :is(.hc-black,.hc-light) .edit-context-composition-secondary{border:1px solid var(--vscode-editor-compositionBorder)}.monaco-editor :is(.hc-black,.hc-light) .edit-context-composition-primary{border:2px solid var(--vscode-editor-compositionBorder)}.monaco-editor .margin-view-overlays .gpu-mark{position:absolute;top:0;bottom:0;left:0;width:100%;display:inline-block;border-left:solid 2px var(--vscode-editorWarning-foreground);opacity:.2;transition:background-color .1s linear}.monaco-editor .margin-view-overlays .gpu-mark:hover{background-color:var(--vscode-editorWarning-foreground)}.monaco-list{position:relative;height:100%;width:100%;white-space:nowrap}.monaco-list.mouse-support{-moz-user-select:none;user-select:none;-webkit-user-select:none}.monaco-list>.monaco-scrollable-element{height:100%}.monaco-list-rows{position:relative;width:100%;height:100%}.monaco-list.horizontal-scrolling .monaco-list-rows{width:auto;min-width:100%}.monaco-list-row{position:absolute;box-sizing:border-box;overflow:hidden;width:100%}.monaco-list.mouse-support .monaco-list-row{cursor:pointer;touch-action:none}.monaco-list .monaco-scrollable-element>.scrollbar.vertical,.monaco-pane-view>.monaco-split-view2.vertical>.monaco-scrollable-element>.scrollbar.vertical{z-index:14}.monaco-list-row.scrolling{display:none!important}.monaco-list.element-focused,.monaco-list.selection-single,.monaco-list.selection-multiple{outline:0!important}.monaco-list-type-filter-message{position:absolute;box-sizing:border-box;width:100%;height:100%;top:0;left:0;padding:40px 1em 1em;text-align:center;white-space:normal;opacity:.7;pointer-events:none}.monaco-list-type-filter-message:empty{display:none}.monaco-drag-image{display:inline-block;padding:1px 7px;border-radius:10px;font-size:12px;position:absolute;z-index:1000;background-color:var(--vscode-list-activeSelectionBackground);color:var(--vscode-list-activeSelectionForeground);outline:1px solid var(--vscode-list-focusOutline);outline-offset:-1px;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.monaco-select-box-dropdown-padding{--dropdown-padding-top: 1px;--dropdown-padding-bottom: 1px}.hc-black .monaco-select-box-dropdown-padding,.hc-light .monaco-select-box-dropdown-padding{--dropdown-padding-top: 3px;--dropdown-padding-bottom: 4px}.monaco-select-box-dropdown-container{display:none;box-sizing:border-box}.monaco-select-box-dropdown-container>.select-box-details-pane>.select-box-description-markdown *{margin:0}.monaco-select-box-dropdown-container>.select-box-details-pane>.select-box-description-markdown a:focus{outline:1px solid -webkit-focus-ring-color;outline-offset:-1px}.monaco-select-box-dropdown-container>.select-box-details-pane>.select-box-description-markdown code{line-height:15px;font-family:var(--monaco-monospace-font)}.monaco-select-box-dropdown-container.visible{display:flex;flex-direction:column;text-align:left;width:1px;overflow:hidden;border-bottom-left-radius:3px;border-bottom-right-radius:3px}.monaco-select-box-dropdown-container>.select-box-dropdown-list-container{flex:0 0 auto;align-self:flex-start;padding-top:var(--dropdown-padding-top);padding-bottom:var(--dropdown-padding-bottom);padding-left:1px;padding-right:1px;width:100%;overflow:hidden;box-sizing:border-box}.monaco-select-box-dropdown-container>.select-box-details-pane{padding:5px}.hc-black .monaco-select-box-dropdown-container>.select-box-dropdown-list-container{padding-top:var(--dropdown-padding-top);padding-bottom:var(--dropdown-padding-bottom)}.monaco-select-box-dropdown-container>.select-box-dropdown-list-container .monaco-list .monaco-list-row{cursor:pointer}.monaco-select-box-dropdown-container>.select-box-dropdown-list-container .monaco-list .monaco-list-row>.option-text{text-overflow:ellipsis;overflow:hidden;padding-left:3.5px;white-space:nowrap;float:left}.monaco-select-box-dropdown-container>.select-box-dropdown-list-container .monaco-list .monaco-list-row>.option-detail{text-overflow:ellipsis;overflow:hidden;padding-left:3.5px;white-space:nowrap;float:left;opacity:.7}.monaco-select-box-dropdown-container>.select-box-dropdown-list-container .monaco-list .monaco-list-row>.option-decorator-right{text-overflow:ellipsis;overflow:hidden;padding-right:10px;white-space:nowrap;float:right}.monaco-select-box-dropdown-container>.select-box-dropdown-list-container .monaco-list .monaco-list-row>.visually-hidden{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}.monaco-select-box-dropdown-container>.select-box-dropdown-container-width-control{flex:1 1 auto;align-self:flex-start;opacity:0}.monaco-select-box-dropdown-container>.select-box-dropdown-container-width-control>.width-control-div{overflow:hidden;max-height:0px}.monaco-select-box-dropdown-container>.select-box-dropdown-container-width-control>.width-control-div>.option-text-width-control{padding-left:4px;padding-right:8px;white-space:nowrap}.monaco-select-box{width:100%;cursor:pointer;border-radius:2px}.monaco-select-box-dropdown-container{font-size:13px;font-weight:400;text-transform:none}.monaco-action-bar .action-item.select-container{cursor:default}.monaco-action-bar .action-item .monaco-select-box{cursor:pointer;min-width:100px;min-height:18px;padding:2px 23px 2px 8px}.mac .monaco-action-bar .action-item .monaco-select-box{font-size:11px;border-radius:5px}.monaco-action-bar{white-space:nowrap;height:100%}.monaco-action-bar .actions-container{display:flex;margin:0 auto;padding:0;height:100%;width:100%;align-items:center}.monaco-action-bar.vertical .actions-container{display:inline-block}.monaco-action-bar .action-item{display:block;align-items:center;justify-content:center;cursor:pointer;position:relative}.monaco-action-bar .action-item.disabled{cursor:default}.monaco-action-bar .action-item .icon,.monaco-action-bar .action-item .codicon{display:block}.monaco-action-bar .action-item .codicon{display:flex;align-items:center;width:16px;height:16px}.monaco-action-bar .action-label{display:flex;font-size:11px;padding:3px;border-radius:5px}.monaco-action-bar .action-item.disabled .action-label:not(.icon),.monaco-action-bar .action-item.disabled .action-label:not(.icon):before,.monaco-action-bar .action-item.disabled .action-label:not(.icon):hover{color:var(--vscode-disabledForeground)}.monaco-action-bar .action-item.disabled .action-label.icon,.monaco-action-bar .action-item.disabled .action-label.icon:before,.monaco-action-bar .action-item.disabled .action-label.icon:hover{opacity:.6}.monaco-action-bar.vertical{text-align:left}.monaco-action-bar.vertical .action-item{display:block}.monaco-action-bar.vertical .action-label.separator{display:block;border-bottom:1px solid #bbb;padding-top:1px;margin-left:.8em;margin-right:.8em}.monaco-action-bar .action-item .action-label.separator{width:1px;height:16px;margin:5px 4px!important;cursor:default;min-width:1px;padding:0;background-color:#bbb}.secondary-actions .monaco-action-bar .action-label{margin-left:6px}.monaco-action-bar .action-item.select-container{overflow:hidden;flex:1;max-width:170px;min-width:60px;display:flex;align-items:center;justify-content:center;margin-right:10px}.monaco-action-bar .action-item.action-dropdown-item{display:flex}.monaco-action-bar .action-item.action-dropdown-item>.action-dropdown-item-separator{display:flex;align-items:center;cursor:default}.monaco-action-bar .action-item.action-dropdown-item>.action-dropdown-item-separator>div{width:1px}.monaco-editor .peekview-widget .head{box-sizing:border-box;display:flex;justify-content:space-between;flex-wrap:nowrap}.monaco-editor .peekview-widget .head .peekview-title{display:flex;align-items:baseline;font-size:13px;margin-left:20px;min-width:0;text-overflow:ellipsis;overflow:hidden}.monaco-editor .peekview-widget .head .peekview-title.clickable{cursor:pointer}.monaco-editor .peekview-widget .head .peekview-title .dirname:not(:empty){font-size:.9em;margin-left:.5em}.monaco-editor .peekview-widget .head .peekview-title .meta{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.monaco-editor .peekview-widget .head .peekview-title .dirname,.monaco-editor .peekview-widget .head .peekview-title .filename{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.monaco-editor .peekview-widget .head .peekview-title .meta:not(:empty):before{content:"-";padding:0 .3em}.monaco-editor .peekview-widget .head .peekview-actions{flex:1;text-align:right;padding-right:2px}.monaco-editor .peekview-widget .head .peekview-actions>.monaco-action-bar{display:inline-block}.monaco-editor .peekview-widget .head .peekview-actions>.monaco-action-bar,.monaco-editor .peekview-widget .head .peekview-actions>.monaco-action-bar>.actions-container{height:100%}.monaco-editor .peekview-widget>.body{border-top:1px solid;position:relative}.monaco-editor .peekview-widget .head .peekview-title .codicon{margin-right:4px;align-self:center}.monaco-editor .peekview-widget .monaco-list .monaco-list-row.focused .codicon{color:inherit!important}:root{--vscode-sash-size: 4px;--vscode-sash-hover-size: 4px}.monaco-sash{position:absolute;z-index:35;touch-action:none}.monaco-sash.disabled{pointer-events:none}.monaco-sash.mac.vertical{cursor:col-resize}.monaco-sash.vertical.minimum{cursor:e-resize}.monaco-sash.vertical.maximum{cursor:w-resize}.monaco-sash.mac.horizontal{cursor:row-resize}.monaco-sash.horizontal.minimum{cursor:s-resize}.monaco-sash.horizontal.maximum{cursor:n-resize}.monaco-sash.disabled{cursor:default!important;pointer-events:none!important}.monaco-sash.vertical{cursor:ew-resize;top:0;width:var(--vscode-sash-size);height:100%}.monaco-sash.horizontal{cursor:ns-resize;left:0;width:100%;height:var(--vscode-sash-size)}.monaco-sash:not(.disabled)>.orthogonal-drag-handle{content:" ";height:calc(var(--vscode-sash-size) * 2);width:calc(var(--vscode-sash-size) * 2);z-index:100;display:block;cursor:all-scroll;position:absolute}.monaco-sash.horizontal.orthogonal-edge-north:not(.disabled)>.orthogonal-drag-handle.start,.monaco-sash.horizontal.orthogonal-edge-south:not(.disabled)>.orthogonal-drag-handle.end{cursor:nwse-resize}.monaco-sash.horizontal.orthogonal-edge-north:not(.disabled)>.orthogonal-drag-handle.end,.monaco-sash.horizontal.orthogonal-edge-south:not(.disabled)>.orthogonal-drag-handle.start{cursor:nesw-resize}.monaco-sash.vertical>.orthogonal-drag-handle.start{left:calc(var(--vscode-sash-size) * -.5);top:calc(var(--vscode-sash-size) * -1)}.monaco-sash.vertical>.orthogonal-drag-handle.end{left:calc(var(--vscode-sash-size) * -.5);bottom:calc(var(--vscode-sash-size) * -1)}.monaco-sash.horizontal>.orthogonal-drag-handle.start{top:calc(var(--vscode-sash-size) * -.5);left:calc(var(--vscode-sash-size) * -1)}.monaco-sash.horizontal>.orthogonal-drag-handle.end{top:calc(var(--vscode-sash-size) * -.5);right:calc(var(--vscode-sash-size) * -1)}.monaco-sash:before{content:"";pointer-events:none;position:absolute;width:100%;height:100%;background:transparent}.monaco-workbench:not(.reduce-motion) .monaco-sash:before{transition:background-color .1s ease-out}.monaco-sash.hover:before,.monaco-sash.active:before{background:var(--vscode-sash-hoverBorder)}.monaco-sash.vertical:before{width:var(--vscode-sash-hover-size);left:calc(50% - (var(--vscode-sash-hover-size) / 2))}.monaco-sash.horizontal:before{height:var(--vscode-sash-hover-size);top:calc(50% - (var(--vscode-sash-hover-size) / 2))}.pointer-events-disabled{pointer-events:none!important}.monaco-sash.debug{background:#0ff}.monaco-sash.debug.disabled{background:#0ff3}.monaco-sash.debug:not(.disabled)>.orthogonal-drag-handle{background:red}.monaco-editor .zone-widget{position:absolute;z-index:10}.monaco-editor .zone-widget .zone-widget-container{border-top-style:solid;border-bottom-style:solid;border-top-width:0;border-bottom-width:0;position:relative}.monaco-dropdown{height:100%;padding:0}.monaco-dropdown>.dropdown-label{cursor:pointer;height:100%;display:flex;align-items:center;justify-content:center}.monaco-dropdown>.dropdown-label>.action-label.disabled{cursor:default}.monaco-dropdown-with-primary{display:flex!important;flex-direction:row;border-radius:5px}.monaco-dropdown-with-primary>.action-container>.action-label{margin-right:0}.monaco-dropdown-with-primary>.dropdown-action-container>.monaco-dropdown>.dropdown-label .codicon[class*=codicon-]{font-size:12px;padding-left:0;padding-right:0;line-height:16px;margin-left:-3px}.monaco-dropdown-with-primary>.dropdown-action-container>.monaco-dropdown>.dropdown-label>.action-label{display:block;background-size:16px;background-position:center center;background-repeat:no-repeat}.monaco-action-bar .action-item.menu-entry .action-label.icon{width:16px;height:16px;background-repeat:no-repeat;background-position:50%;background-size:16px}.monaco-action-bar .action-item.menu-entry.text-only .action-label{color:var(--vscode-descriptionForeground);overflow:hidden;border-radius:2px}.monaco-action-bar .action-item.menu-entry.text-only.use-comma:not(:last-of-type) .action-label:after{content:", "}.monaco-action-bar .action-item.menu-entry.text-only+.action-item:not(.text-only)>.monaco-dropdown .action-label{color:var(--vscode-descriptionForeground)}.monaco-dropdown-with-default{display:flex!important;flex-direction:row;border-radius:5px}.monaco-dropdown-with-default>.action-container>.action-label{margin-right:0}.monaco-dropdown-with-default>.action-container.menu-entry>.action-label.icon{width:16px;height:16px;background-repeat:no-repeat;background-position:50%;background-size:16px}.monaco-dropdown-with-default:hover{background-color:var(--vscode-toolbar-hoverBackground)}.monaco-dropdown-with-default>.dropdown-action-container>.monaco-dropdown>.dropdown-label .codicon[class*=codicon-]{font-size:12px;padding-left:0;padding-right:0;line-height:16px;margin-left:-3px}.monaco-dropdown-with-default>.dropdown-action-container>.monaco-dropdown>.dropdown-label>.action-label{display:block;background-size:16px;background-position:center center;background-repeat:no-repeat}.monaco-split-view2{position:relative;width:100%;height:100%}.monaco-split-view2>.sash-container{position:absolute;width:100%;height:100%;pointer-events:none}.monaco-split-view2>.sash-container>.monaco-sash{pointer-events:initial}.monaco-split-view2>.monaco-scrollable-element{width:100%;height:100%}.monaco-split-view2>.monaco-scrollable-element>.split-view-container{width:100%;height:100%;white-space:nowrap;position:relative}.monaco-split-view2>.monaco-scrollable-element>.split-view-container>.split-view-view{white-space:initial;position:absolute}.monaco-split-view2>.monaco-scrollable-element>.split-view-container>.split-view-view:not(.visible){display:none}.monaco-split-view2.vertical>.monaco-scrollable-element>.split-view-container>.split-view-view{width:100%}.monaco-split-view2.horizontal>.monaco-scrollable-element>.split-view-container>.split-view-view{height:100%}.monaco-split-view2.separator-border>.monaco-scrollable-element>.split-view-container>.split-view-view:not(:first-child):before{content:" ";position:absolute;top:0;left:0;z-index:5;pointer-events:none;background-color:var(--separator-border)}.monaco-split-view2.separator-border.horizontal>.monaco-scrollable-element>.split-view-container>.split-view-view:not(:first-child):before{height:100%;width:1px}.monaco-split-view2.separator-border.vertical>.monaco-scrollable-element>.split-view-container>.split-view-view:not(:first-child):before{height:1px;width:100%}.monaco-table{display:flex;flex-direction:column;position:relative;height:100%;width:100%;white-space:nowrap;overflow:hidden}.monaco-table>.monaco-split-view2{border-bottom:1px solid transparent}.monaco-table>.monaco-list{flex:1}.monaco-table-tr{display:flex;height:100%}.monaco-table-th{width:100%;height:100%;font-weight:700;overflow:hidden;text-overflow:ellipsis}.monaco-table-th,.monaco-table-td{box-sizing:border-box;flex-shrink:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.monaco-table>.monaco-split-view2 .monaco-sash.vertical:before{content:"";position:absolute;left:calc(var(--vscode-sash-size) / 2);width:0;border-left:1px solid transparent}.monaco-workbench:not(.reduce-motion) .monaco-table>.monaco-split-view2,.monaco-workbench:not(.reduce-motion) .monaco-table>.monaco-split-view2 .monaco-sash.vertical:before{transition:border-color .2s ease-out}.monaco-custom-toggle{margin-left:2px;float:left;cursor:pointer;overflow:hidden;width:20px;height:20px;border-radius:3px;border:1px solid transparent;padding:1px;box-sizing:border-box;-moz-user-select:none;user-select:none;-webkit-user-select:none}.monaco-custom-toggle:hover{background-color:var(--vscode-inputOption-hoverBackground)}.hc-black .monaco-custom-toggle:hover,.hc-light .monaco-custom-toggle:hover{border:1px dashed var(--vscode-focusBorder)}.hc-black .monaco-custom-toggle,.hc-light .monaco-custom-toggle,.hc-black .monaco-custom-toggle:hover,.hc-light .monaco-custom-toggle:hover{background:none}.monaco-custom-toggle.monaco-checkbox{height:18px;width:18px;border:1px solid transparent;border-radius:3px;margin-right:9px;margin-left:0;padding:0;opacity:1;background-size:16px!important}.monaco-action-bar .checkbox-action-item{display:flex;align-items:center;border-radius:2px;padding-right:2px}.monaco-action-bar .checkbox-action-item:hover{background-color:var(--vscode-toolbar-hoverBackground)}.monaco-action-bar .checkbox-action-item>.monaco-custom-toggle.monaco-checkbox{margin-right:4px}.monaco-action-bar .checkbox-action-item>.checkbox-label{font-size:12px}.monaco-inputbox{position:relative;display:block;padding:0;box-sizing:border-box;border-radius:2px;font-size:inherit}.monaco-inputbox>.ibwrapper>.input,.monaco-inputbox>.ibwrapper>.mirror{padding:4px 6px}.monaco-inputbox>.ibwrapper{position:relative;width:100%}.monaco-inputbox>.ibwrapper>.input{display:inline-block;box-sizing:border-box;width:100%;height:100%;line-height:inherit;border:none;font-family:inherit;font-size:inherit;resize:none;color:inherit}.monaco-inputbox>.ibwrapper>input{text-overflow:ellipsis}.monaco-inputbox>.ibwrapper>textarea.input{display:block;scrollbar-width:none;outline:none}.monaco-inputbox>.ibwrapper>textarea.input::-webkit-scrollbar{display:none}.monaco-inputbox>.ibwrapper>textarea.input.empty{white-space:nowrap}.monaco-inputbox>.ibwrapper>.mirror{position:absolute;display:inline-block;width:100%;top:0;left:0;box-sizing:border-box;white-space:pre-wrap;visibility:hidden;word-wrap:break-word}.monaco-inputbox-container{text-align:right}.monaco-inputbox-container .monaco-inputbox-message{display:inline-block;overflow:hidden;text-align:left;width:100%;box-sizing:border-box;padding:.4em;font-size:12px;line-height:17px;margin-top:-1px;word-wrap:break-word}.monaco-inputbox .monaco-action-bar{position:absolute;right:2px;top:4px}.monaco-inputbox .monaco-action-bar .action-item{margin-left:2px}.monaco-inputbox .monaco-action-bar .action-item .codicon{background-repeat:no-repeat;width:16px;height:16px}.monaco-findInput{position:relative}.monaco-findInput .monaco-inputbox{font-size:13px;width:100%}.monaco-findInput>.controls{position:absolute;top:3px;right:2px}.vs .monaco-findInput.disabled{background-color:#e1e1e1}.vs-dark .monaco-findInput.disabled{background-color:#333}.monaco-findInput.highlight-0 .controls,.hc-light .monaco-findInput.highlight-0 .controls{animation:monaco-findInput-highlight-0 .1s linear 0s}.monaco-findInput.highlight-1 .controls,.hc-light .monaco-findInput.highlight-1 .controls{animation:monaco-findInput-highlight-1 .1s linear 0s}.hc-black .monaco-findInput.highlight-0 .controls,.vs-dark .monaco-findInput.highlight-0 .controls{animation:monaco-findInput-highlight-dark-0 .1s linear 0s}.hc-black .monaco-findInput.highlight-1 .controls,.vs-dark .monaco-findInput.highlight-1 .controls{animation:monaco-findInput-highlight-dark-1 .1s linear 0s}@keyframes monaco-findInput-highlight-0{0%{background:#fdff00cc}to{background:transparent}}@keyframes monaco-findInput-highlight-1{0%{background:#fdff00cc}99%{background:transparent}}@keyframes monaco-findInput-highlight-dark-0{0%{background:#ffffff70}to{background:transparent}}@keyframes monaco-findInput-highlight-dark-1{0%{background:#ffffff70}99%{background:transparent}}.monaco-tl-row{display:flex;height:100%;align-items:center;position:relative}.monaco-tl-row.disabled{cursor:default}.monaco-tl-indent{height:100%;position:absolute;top:0;left:16px;pointer-events:none}.hide-arrows .monaco-tl-indent{left:12px}.monaco-tl-indent>.indent-guide{display:inline-block;box-sizing:border-box;height:100%;border-left:1px solid transparent;opacity:0}.monaco-workbench:not(.reduce-motion) .monaco-tl-indent>.indent-guide{transition:opacity .1s linear}.monaco-tl-twistie,.monaco-tl-contents{height:100%}.monaco-tl-twistie{font-size:10px;text-align:right;padding-right:6px;flex-shrink:0;width:16px;display:flex!important;align-items:center;justify-content:center;transform:translate(3px)}.monaco-tl-contents{flex:1;overflow:hidden}.monaco-tl-twistie:before{border-radius:20px}.monaco-tl-twistie.collapsed:before{transform:rotate(-90deg)}.monaco-tl-twistie.codicon-tree-item-loading:before{animation:codicon-spin 1.25s steps(30) infinite}.monaco-tree-type-filter{position:absolute;top:0;right:0;display:flex;padding:3px;max-width:200px;z-index:100;margin:0 10px 0 6px;border:1px solid var(--vscode-widget-border);border-bottom-left-radius:4px;border-bottom-right-radius:4px}.monaco-workbench:not(.reduce-motion) .monaco-tree-type-filter{transition:top .3s}.monaco-tree-type-filter.disabled{top:-40px!important}.monaco-tree-type-filter-input{flex:1}.monaco-tree-type-filter-input .monaco-inputbox{height:23px}.monaco-tree-type-filter-input .monaco-inputbox>.ibwrapper>.input,.monaco-tree-type-filter-input .monaco-inputbox>.ibwrapper>.mirror{padding:2px 4px}.monaco-tree-type-filter-input .monaco-findInput>.controls{top:2px}.monaco-tree-type-filter-actionbar{margin-left:4px}.monaco-tree-type-filter-actionbar .monaco-action-bar .action-label{padding:2px}.monaco-list .monaco-scrollable-element .monaco-tree-sticky-container{position:absolute;top:0;left:0;width:100%;height:0;z-index:13;background-color:var(--vscode-sideBar-background)}.monaco-list .monaco-scrollable-element .monaco-tree-sticky-container .monaco-tree-sticky-row.monaco-list-row{position:absolute;width:100%;opacity:1!important;overflow:hidden;background-color:var(--vscode-sideBar-background)}.monaco-list .monaco-scrollable-element .monaco-tree-sticky-container .monaco-tree-sticky-row:hover{background-color:var(--vscode-list-hoverBackground)!important;cursor:pointer}.monaco-list .monaco-scrollable-element .monaco-tree-sticky-container.empty,.monaco-list .monaco-scrollable-element .monaco-tree-sticky-container.empty .monaco-tree-sticky-container-shadow{display:none}.monaco-list .monaco-scrollable-element .monaco-tree-sticky-container .monaco-tree-sticky-container-shadow{position:absolute;bottom:-3px;left:0;height:0px;width:100%}.monaco-list .monaco-scrollable-element .monaco-tree-sticky-container[tabindex="0"]:focus{outline:none}.monaco-editor .zone-widget .zone-widget-container.reference-zone-widget{border-top-width:1px;border-bottom-width:1px}.monaco-editor .reference-zone-widget .inline{display:inline-block;vertical-align:top}.monaco-editor .reference-zone-widget .messages{height:100%;width:100%;text-align:center;padding:3em 0}.monaco-editor .reference-zone-widget .ref-tree{line-height:23px;background-color:var(--vscode-peekViewResult-background);color:var(--vscode-peekViewResult-lineForeground)}.monaco-editor .reference-zone-widget .ref-tree .reference{text-overflow:ellipsis;overflow:hidden}.monaco-editor .reference-zone-widget .ref-tree .reference-file{display:inline-flex;width:100%;height:100%;color:var(--vscode-peekViewResult-fileForeground)}.monaco-editor .reference-zone-widget .ref-tree .monaco-list:focus .selected .reference-file{color:inherit!important}.monaco-editor .reference-zone-widget .ref-tree .monaco-list:focus .monaco-list-rows>.monaco-list-row.selected:not(.highlighted){background-color:var(--vscode-peekViewResult-selectionBackground);color:var(--vscode-peekViewResult-selectionForeground)!important}.monaco-editor .reference-zone-widget .ref-tree .reference-file .count{margin-right:12px;margin-left:auto}.monaco-editor .reference-zone-widget .ref-tree .referenceMatch .highlight{background-color:var(--vscode-peekViewResult-matchHighlightBackground)}.monaco-editor .reference-zone-widget .preview .reference-decoration{background-color:var(--vscode-peekViewEditor-matchHighlightBackground);border:2px solid var(--vscode-peekViewEditor-matchHighlightBorder);box-sizing:border-box}.monaco-editor .reference-zone-widget .preview .monaco-editor .monaco-editor-background,.monaco-editor .reference-zone-widget .preview .monaco-editor .inputarea.ime-input{background-color:var(--vscode-peekViewEditor-background)}.monaco-editor .reference-zone-widget .preview .monaco-editor .margin{background-color:var(--vscode-peekViewEditorGutter-background)}.monaco-editor.hc-black .reference-zone-widget .ref-tree .reference-file,.monaco-editor.hc-light .reference-zone-widget .ref-tree .reference-file{font-weight:700}.monaco-editor.hc-black .reference-zone-widget .ref-tree .referenceMatch .highlight,.monaco-editor.hc-light .reference-zone-widget .ref-tree .referenceMatch .highlight{border:1px dotted var(--vscode-contrastActiveBorder, transparent);box-sizing:border-box}.monaco-count-badge{padding:3px 6px;border-radius:11px;font-size:11px;min-width:18px;min-height:18px;line-height:11px;font-weight:400;text-align:center;display:inline-block;box-sizing:border-box}.monaco-count-badge.long{padding:2px 3px;border-radius:2px;min-height:auto;line-height:normal}.monaco-icon-label{display:flex;overflow:hidden;text-overflow:ellipsis}.monaco-icon-label:before{background-size:16px;background-position:left center;background-repeat:no-repeat;padding-right:6px;width:16px;height:22px;line-height:inherit!important;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;vertical-align:top;flex-shrink:0}.monaco-icon-label-iconpath{width:16px;height:16px;padding-left:2px;margin-top:2px;display:flex}.monaco-icon-label-container.disabled{color:var(--vscode-disabledForeground)}.monaco-icon-label>.monaco-icon-label-container{min-width:0;overflow:hidden;text-overflow:ellipsis;flex:1}.monaco-icon-label>.monaco-icon-label-container>.monaco-icon-name-container>.label-name{color:inherit;white-space:pre}.monaco-icon-label>.monaco-icon-label-container>.monaco-icon-name-container>.label-name>.label-separator{margin:0 2px;opacity:.5}.monaco-icon-label>.monaco-icon-label-container>.monaco-icon-suffix-container>.label-suffix{opacity:.7;white-space:pre}.monaco-icon-label>.monaco-icon-label-container>.monaco-icon-description-container>.label-description{opacity:.7;margin-left:.5em;font-size:.9em;white-space:pre}.monaco-icon-label.nowrap>.monaco-icon-label-container>.monaco-icon-description-container>.label-description{white-space:nowrap}.vs .monaco-icon-label>.monaco-icon-label-container>.monaco-icon-description-container>.label-description{opacity:.95}.monaco-icon-label.italic>.monaco-icon-label-container>.monaco-icon-name-container>.label-name,.monaco-icon-label.italic>.monaco-icon-label-container>.monaco-icon-description-container>.label-description{font-style:italic}.monaco-icon-label.deprecated{text-decoration:line-through;opacity:.66}.monaco-icon-label.strikethrough>.monaco-icon-label-container>.monaco-icon-name-container>.label-name,.monaco-icon-label.strikethrough>.monaco-icon-label-container>.monaco-icon-description-container>.label-description{text-decoration:line-through}.monaco-icon-label:after{opacity:.75;font-size:90%;font-weight:600;margin:auto 16px 0 5px;text-align:center}.monaco-list:focus .selected .monaco-icon-label,.monaco-list:focus .selected .monaco-icon-label:after{color:inherit!important}.monaco-list-row.focused.selected .label-description,.monaco-list-row.selected .label-description{opacity:.8}.monaco-editor .monaco-editor-overlaymessage{padding-bottom:8px;z-index:10000}.monaco-editor .monaco-editor-overlaymessage.below{padding-bottom:0;padding-top:8px;z-index:10000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.monaco-editor .monaco-editor-overlaymessage.fadeIn{animation:fadeIn .15s ease-out}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.monaco-editor .monaco-editor-overlaymessage.fadeOut{animation:fadeOut .1s ease-out}.monaco-editor .monaco-editor-overlaymessage .message{padding:2px 4px;color:var(--vscode-editorHoverWidget-foreground);background-color:var(--vscode-editorHoverWidget-background);border:1px solid var(--vscode-inputValidation-infoBorder);border-radius:3px}.monaco-editor .monaco-editor-overlaymessage .message p{margin-block:0px}.monaco-editor .monaco-editor-overlaymessage .message a{color:var(--vscode-textLink-foreground)}.monaco-editor .monaco-editor-overlaymessage .message a:hover{color:var(--vscode-textLink-activeForeground)}.monaco-editor.hc-black .monaco-editor-overlaymessage .message,.monaco-editor.hc-light .monaco-editor-overlaymessage .message{border-width:2px}.monaco-editor .monaco-editor-overlaymessage .anchor{width:0!important;height:0!important;border-color:transparent;border-style:solid;z-index:1000;border-width:8px;position:absolute;left:2px}.monaco-editor .monaco-editor-overlaymessage .anchor.top{border-bottom-color:var(--vscode-inputValidation-infoBorder)}.monaco-editor .monaco-editor-overlaymessage .anchor.below{border-top-color:var(--vscode-inputValidation-infoBorder)}.monaco-editor .monaco-editor-overlaymessage:not(.below) .anchor.top,.monaco-editor .monaco-editor-overlaymessage.below .anchor.below{display:none}.monaco-editor .monaco-editor-overlaymessage.below .anchor.top{display:inherit;top:-8px}.quick-input-widget{font-size:13px}.quick-input-widget .monaco-highlighted-label .highlight{color:#0066bf}.vs .quick-input-widget .monaco-list-row.focused .monaco-highlighted-label .highlight{color:#9dddff}.vs-dark .quick-input-widget .monaco-highlighted-label .highlight{color:#0097fb}.hc-black .quick-input-widget .monaco-highlighted-label .highlight{color:#f38518}.hc-light .quick-input-widget .monaco-highlighted-label .highlight{color:#0f4a85}.monaco-keybinding>.monaco-keybinding-key{background-color:#ddd6;border:solid 1px rgba(204,204,204,.4);border-bottom-color:#bbb6;box-shadow:inset 0 -1px #bbb6;color:#555}.hc-black .monaco-keybinding>.monaco-keybinding-key{background-color:transparent;border:solid 1px rgb(111,195,223);box-shadow:none;color:#fff}.hc-light .monaco-keybinding>.monaco-keybinding-key{background-color:transparent;border:solid 1px #0F4A85;box-shadow:none;color:#292929}.vs-dark .monaco-keybinding>.monaco-keybinding-key{background-color:#8080802b;border:solid 1px rgba(51,51,51,.6);border-bottom-color:#4449;box-shadow:inset 0 -1px #4449;color:#ccc}.quick-input-widget{position:absolute;width:600px;z-index:2550;left:50%;-webkit-app-region:no-drag;border-radius:6px}.quick-input-titlebar{cursor:grab;display:flex;align-items:center;border-top-right-radius:5px;border-top-left-radius:5px}.quick-input-left-action-bar{display:flex;margin-left:4px;flex:1}.quick-input-inline-action-bar>.actions-container>.action-item:first-child{margin-left:5px}.quick-input-inline-action-bar>.actions-container>.action-item{margin-top:2px}.quick-input-title{cursor:grab;padding:3px 0;text-align:center;text-overflow:ellipsis;overflow:hidden}.quick-input-right-action-bar{display:flex;margin-right:4px;flex:1}.quick-input-right-action-bar>.actions-container{justify-content:flex-end}.quick-input-titlebar .monaco-action-bar .action-label.codicon{background-position:center;background-repeat:no-repeat;padding:2px}.quick-input-description{margin:6px 6px 6px 11px}.quick-input-header .quick-input-description{margin:4px 2px;flex:1}.quick-input-header{cursor:grab;display:flex;padding:6px 6px 2px}.quick-input-widget.hidden-input .quick-input-header{padding:0;margin-bottom:0}.quick-input-and-message{display:flex;flex-direction:column;flex-grow:1;min-width:0;position:relative}.quick-input-check-all{align-self:center;margin:0}.quick-input-filter{flex-grow:1;display:flex;position:relative}.quick-input-box{flex-grow:1}.quick-input-widget.show-checkboxes .quick-input-box,.quick-input-widget.show-checkboxes .quick-input-message{margin-left:5px}.quick-input-visible-count{position:absolute;left:-10000px}.quick-input-count{align-self:center;position:absolute;right:4px;display:flex;align-items:center}.quick-input-count .monaco-count-badge{vertical-align:middle;padding:2px 4px;border-radius:2px;min-height:auto;line-height:normal}.quick-input-action{margin-left:6px}.quick-input-action .monaco-text-button{font-size:11px;padding:0 6px;display:flex;height:25px;align-items:center}.quick-input-message{margin-top:-1px;padding:5px;overflow-wrap:break-word}.quick-input-message>.codicon{margin:0 .2em;vertical-align:text-bottom}.quick-input-message a{color:inherit}.quick-input-progress.monaco-progress-container{position:relative}.quick-input-list{line-height:22px}.quick-input-widget.hidden-input .quick-input-list{margin-top:4px;padding-bottom:4px}.quick-input-list .monaco-list{overflow:hidden;max-height:440px;padding-bottom:5px}.quick-input-list .monaco-scrollable-element{padding:0 6px}.quick-input-list .quick-input-list-entry{box-sizing:border-box;overflow:hidden;display:flex;padding:0 6px}.quick-input-list .quick-input-list-entry.indented{padding-left:1.3em}.quick-input-list .quick-input-list-entry.quick-input-list-separator-border{border-top-width:1px;border-top-style:solid}.quick-input-list .monaco-list-row{border-radius:3px}.quick-input-list .monaco-list-row[data-index="0"] .quick-input-list-entry.quick-input-list-separator-border{border-top-style:none}.quick-input-list .quick-input-list-label{overflow:hidden;display:flex;height:100%;flex:1}.quick-input-widget .monaco-checkbox{margin-right:0;align-self:center}.quick-input-list .quick-input-list-icon{background-size:16px;background-position:left center;background-repeat:no-repeat;padding-right:6px;width:16px;height:22px;display:flex;align-items:center;justify-content:center}.quick-input-list .quick-input-list-rows{overflow:hidden;text-overflow:ellipsis;display:flex;flex-direction:column;height:100%;flex:1;margin-left:5px}.quick-input-list .quick-input-list-rows>.quick-input-list-row{display:flex;align-items:center}.quick-input-list .quick-input-list-rows>.quick-input-list-row .monaco-icon-label,.quick-input-list .quick-input-list-rows>.quick-input-list-row .monaco-icon-label .monaco-icon-label-container>.monaco-icon-name-container{flex:1}.quick-input-list .quick-input-list-rows>.quick-input-list-row .codicon[class*=codicon-]{vertical-align:text-bottom}.quick-input-list .quick-input-list-rows .monaco-highlighted-label>span{opacity:1}.quick-input-list .quick-input-list-entry .quick-input-list-entry-keybinding{margin-right:8px}.quick-input-list .quick-input-list-label-meta{opacity:.7;line-height:normal;text-overflow:ellipsis;overflow:hidden}.quick-input-list .monaco-list .monaco-list-row .monaco-highlighted-label .highlight{font-weight:700;background-color:unset;color:var(--vscode-list-highlightForeground)!important}.quick-input-list .monaco-list .monaco-list-row.focused .monaco-highlighted-label .highlight{color:var(--vscode-list-focusHighlightForeground)!important}.quick-input-list .quick-input-list-entry .quick-input-list-separator{margin-right:4px}.quick-input-list .quick-input-list-entry-action-bar{display:flex;flex:0;overflow:visible}.quick-input-list .quick-input-list-entry-action-bar .action-label{display:none}.quick-input-list .quick-input-list-entry-action-bar .action-label.codicon{margin-right:4px;padding:2px}.quick-input-list .quick-input-list-entry-action-bar{margin-top:1px}.quick-input-list .quick-input-list-entry-action-bar{margin-right:4px}.quick-input-list .quick-input-list-entry .quick-input-list-entry-action-bar .action-label.always-visible,.quick-input-list .quick-input-list-entry:hover .quick-input-list-entry-action-bar .action-label,.quick-input-list .quick-input-list-entry.focus-inside .quick-input-list-entry-action-bar .action-label,.quick-input-list .monaco-list-row.focused .quick-input-list-entry-action-bar .action-label,.quick-input-list .monaco-list-row.passive-focused .quick-input-list-entry-action-bar .action-label{display:flex}.quick-input-list>.monaco-list:focus .monaco-list-row.focused{outline:1px solid var(--vscode-list-focusOutline)!important;outline-offset:-1px}.quick-input-list>.monaco-list:focus .monaco-list-row.focused .quick-input-list-entry.quick-input-list-separator-border{border-color:transparent}.quick-input-list .monaco-list-row.focused .monaco-keybinding-key,.quick-input-list .monaco-list-row.focused .quick-input-list-entry .quick-input-list-separator{color:inherit}.quick-input-list .monaco-list-row.focused .monaco-keybinding-key{background:none}.quick-input-list .quick-input-list-separator-as-item{padding:4px 6px;font-size:12px}.quick-input-list .quick-input-list-separator-as-item .label-name{font-weight:600}.quick-input-list .quick-input-list-separator-as-item .label-description{opacity:1!important}.quick-input-list .monaco-tree-sticky-row .quick-input-list-entry.quick-input-list-separator-as-item.quick-input-list-separator-border{border-top-style:none}.quick-input-list .monaco-tree-sticky-row{padding:0 5px}.quick-input-list .monaco-tl-twistie{display:none!important}.quick-input-tree .monaco-list{overflow:hidden;max-height:440px;padding-bottom:5px}.quick-input-tree .quick-input-tree-entry{box-sizing:border-box;overflow:hidden;display:flex;padding:0 6px}.quick-input-tree .quick-input-tree-label{overflow:hidden;display:flex;height:100%;flex:1}.quick-input-tree .quick-input-tree-icon{background-size:16px;background-position:left center;background-repeat:no-repeat;padding-right:6px;width:16px;height:22px;display:flex;align-items:center;justify-content:center}.quick-input-tree .quick-input-tree-rows{overflow:hidden;text-overflow:ellipsis;display:flex;flex-direction:column;height:100%;flex:1;margin-left:5px}.quick-input-tree .quick-input-tree-rows>.quick-input-tree-row{display:flex;align-items:center}.quick-input-tree .quick-input-tree-rows>.quick-input-tree-row .monaco-icon-label,.quick-input-tree .quick-input-tree-rows>.quick-input-tree-row .monaco-icon-label .monaco-icon-label-container>.monaco-icon-name-container{flex:1}.quick-input-tree .quick-input-tree-rows>.quick-input-tree-row .codicon[class*=codicon-]{vertical-align:text-bottom}.quick-input-tree .quick-input-tree-rows .monaco-highlighted-label>span{opacity:1}.quick-input-tree .quick-input-tree-detail{opacity:.7;line-height:normal;text-overflow:ellipsis;overflow:hidden}.quick-input-tree .quick-input-tree-entry-action-bar{display:flex;flex:0;overflow:visible}.quick-input-tree .quick-input-tree-entry-action-bar .action-label{display:none}.quick-input-tree .quick-input-tree-entry-action-bar .action-label.codicon{margin-right:4px;padding:2px}.quick-input-tree .quick-input-tree-entry-action-bar{margin-top:1px}.quick-input-tree .quick-input-tree-entry-action-bar{margin-right:4px}.quick-input-tree .quick-input-tree-entry .quick-input-tree-entry-action-bar .action-label.always-visible,.quick-input-tree .quick-input-tree-entry:hover .quick-input-tree-entry-action-bar .action-label,.quick-input-tree .quick-input-tree-entry.focus-inside .quick-input-tree-entry-action-bar .action-label,.quick-input-tree .monaco-list-row.focused .quick-input-tree-entry-action-bar .action-label,.quick-input-tree .monaco-list-row.passive-focused .quick-input-tree-entry-action-bar .action-label{display:flex}.quick-input-tree>.monaco-list:focus .monaco-list-row.focused{outline:1px solid var(--vscode-list-focusOutline)!important;outline-offset:-1px}.monaco-text-button{box-sizing:border-box;display:flex;width:100%;padding:4px;border-radius:2px;text-align:center;cursor:pointer;justify-content:center;align-items:center;border:1px solid var(--vscode-button-border, transparent);line-height:18px}.monaco-text-button:focus{outline-offset:2px!important}.monaco-text-button:hover{text-decoration:none!important}.monaco-button.disabled:focus,.monaco-button.disabled{opacity:.4!important;cursor:default}.monaco-text-button .codicon{margin:0 .2em;color:inherit!important}.monaco-text-button.monaco-text-button-with-short-label{flex-direction:row;flex-wrap:wrap;padding:0 4px;overflow:hidden;height:28px}.monaco-text-button.monaco-text-button-with-short-label>.monaco-button-label{flex-basis:100%}.monaco-text-button.monaco-text-button-with-short-label>.monaco-button-label-short{flex-grow:1;width:0;overflow:hidden}.monaco-text-button.monaco-text-button-with-short-label>.monaco-button-label,.monaco-text-button.monaco-text-button-with-short-label>.monaco-button-label-short{display:flex;justify-content:center;align-items:center;font-weight:400;font-style:inherit;padding:4px 0}.monaco-button-dropdown{display:flex;cursor:pointer}.monaco-button-dropdown.disabled{cursor:default}.monaco-button-dropdown>.monaco-button:focus{outline-offset:-1px!important}.monaco-button-dropdown.disabled>.monaco-button.disabled,.monaco-button-dropdown.disabled>.monaco-button.disabled:focus,.monaco-button-dropdown.disabled>.monaco-button-dropdown-separator{opacity:.4!important}.monaco-button-dropdown>.monaco-button.monaco-text-button{border-right-width:0!important}.monaco-button-dropdown .monaco-button-dropdown-separator{padding:4px 0;cursor:default}.monaco-button-dropdown .monaco-button-dropdown-separator>div{height:100%;width:1px}.monaco-button-dropdown>.monaco-button.monaco-dropdown-button{border:1px solid var(--vscode-button-border, transparent);border-left-width:0!important;border-radius:0 2px 2px 0;display:flex;align-items:center}.monaco-button-dropdown>.monaco-button.monaco-text-button{border-radius:2px 0 0 2px}.monaco-description-button{display:flex;flex-direction:column;align-items:center;margin:4px 5px}.monaco-description-button .monaco-button-description{font-style:italic;font-size:11px;padding:4px 20px}.monaco-description-button .monaco-button-label,.monaco-description-button .monaco-button-description{display:flex;justify-content:center;align-items:center}.monaco-description-button .monaco-button-label>.codicon,.monaco-description-button .monaco-button-description>.codicon{margin:0 .2em;color:inherit!important}.monaco-button.default-colors,.monaco-button-dropdown.default-colors>.monaco-button{color:var(--vscode-button-foreground);background-color:var(--vscode-button-background)}.monaco-button.default-colors:hover,.monaco-button-dropdown.default-colors>.monaco-button:hover{background-color:var(--vscode-button-hoverBackground)}.monaco-button.default-colors.secondary,.monaco-button-dropdown.default-colors>.monaco-button.secondary{color:var(--vscode-button-secondaryForeground);background-color:var(--vscode-button-secondaryBackground)}.monaco-button.default-colors.secondary:hover,.monaco-button-dropdown.default-colors>.monaco-button.secondary:hover{background-color:var(--vscode-button-secondaryHoverBackground)}.monaco-button-dropdown.default-colors .monaco-button-dropdown-separator{background-color:var(--vscode-button-background);border-top:1px solid var(--vscode-button-border);border-bottom:1px solid var(--vscode-button-border)}.monaco-button-dropdown.default-colors .monaco-button.secondary+.monaco-button-dropdown-separator{background-color:var(--vscode-button-secondaryBackground)}.monaco-button-dropdown.default-colors .monaco-button-dropdown-separator>div{background-color:var(--vscode-button-separator)}.monaco-progress-container{width:100%;height:2px;overflow:hidden}.monaco-progress-container .progress-bit{width:2%;height:2px;position:absolute;left:0;display:none}.monaco-progress-container.active .progress-bit{display:inherit}.monaco-progress-container.discrete .progress-bit{left:0;transition:width .1s linear}.monaco-progress-container.discrete.done .progress-bit{width:100%}.monaco-progress-container.infinite .progress-bit{animation-name:progress;animation-duration:4s;animation-iteration-count:infinite;transform:translateZ(0);animation-timing-function:linear}.monaco-progress-container.infinite.infinite-long-running .progress-bit{animation-timing-function:steps(100)}@keyframes progress{0%{transform:translate(0) scaleX(1)}50%{transform:translate(2500%) scaleX(3)}to{transform:translate(4900%) scaleX(1)}}.monaco-keybinding{display:flex;align-items:center;line-height:10px}.monaco-keybinding>.monaco-keybinding-key{display:inline-block;border-style:solid;border-width:1px;border-radius:3px;vertical-align:middle;font-size:11px;padding:3px 5px;margin:0 2px}.monaco-keybinding>.monaco-keybinding-key:first-child{margin-left:0}.monaco-keybinding>.monaco-keybinding-key:last-child{margin-right:0}.monaco-keybinding>.monaco-keybinding-key-separator{display:inline-block}.monaco-keybinding>.monaco-keybinding-key-chord-separator{width:6px}.action-widget{font-size:13px;min-width:100px;max-width:80vw;z-index:40;display:block;width:100%;border:1px solid var(--vscode-editorWidget-border)!important;border-radius:5px;background-color:var(--vscode-editorActionList-background);color:var(--vscode-editorActionList-foreground);padding:4px;box-shadow:0 2px 8px var(--vscode-widget-shadow)}.context-view-block{position:fixed;cursor:initial;left:0;top:0;width:100%;height:100%;z-index:-1}.context-view-pointerBlock{position:fixed;cursor:initial;left:0;top:0;width:100%;height:100%;z-index:2}.action-widget .monaco-list{-moz-user-select:none;user-select:none;-webkit-user-select:none;border:none!important;border-width:0!important}.action-widget .monaco-list:focus:before{outline:0!important}.action-widget .monaco-list .monaco-scrollable-element{overflow:visible}.action-widget .monaco-list .monaco-list-row{padding:0 0 0 8px;white-space:nowrap;cursor:pointer;touch-action:none;width:100%;border-radius:4px}.action-widget .monaco-list .monaco-list-row.action.focused:not(.option-disabled){background-color:var(--vscode-editorActionList-focusBackground)!important;color:var(--vscode-editorActionList-focusForeground);outline:1px solid var(--vscode-menu-selectionBorder, transparent);outline-offset:-1px}.action-widget .monaco-list-row.group-header{color:var(--vscode-descriptionForeground)!important;font-weight:600;font-size:12px}.action-widget .monaco-list-row.group-header:not(:first-of-type){margin-top:2px}.action-widget .monaco-scrollable-element .monaco-list-rows .monaco-list-row.separator{border-top:1px solid var(--vscode-editorHoverWidget-border);color:var(--vscode-descriptionForeground);font-size:12px;padding:0;margin:4px 0 0;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-radius:0}.action-widget .monaco-scrollable-element .monaco-list-rows .monaco-list-row.separator.focused{outline:0 solid;background-color:transparent;border-radius:0}.action-widget .monaco-list-row.separator:first-of-type{border-top:none;margin-top:0}.action-widget .monaco-list .group-header,.action-widget .monaco-list .option-disabled,.action-widget .monaco-list .option-disabled:before,.action-widget .monaco-list .option-disabled .focused,.action-widget .monaco-list .option-disabled .focused:before{cursor:default!important;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:transparent!important;outline:0 solid!important}.action-widget .monaco-list-row.action{display:flex;gap:8px;align-items:center}.action-widget .monaco-list-row.action.option-disabled,.action-widget .monaco-list:focus .monaco-list-row.focused.action.option-disabled,.action-widget .monaco-list-row.action.option-disabled .codicon,.action-widget .monaco-list:not(.drop-target):not(.dragging) .monaco-list-row:hover:not(.selected):not(.focused).option-disabled{color:var(--vscode-disabledForeground)}.action-widget .monaco-list-row.action:not(.option-disabled) .codicon{color:inherit}.action-widget .monaco-list-row.action .title{flex:1;overflow:hidden;text-overflow:ellipsis}.action-widget .monaco-list-row.action .monaco-keybinding>.monaco-keybinding-key{background-color:var(--vscode-keybindingLabel-background);color:var(--vscode-keybindingLabel-foreground);border-style:solid;border-width:1px;border-radius:3px;border-color:var(--vscode-keybindingLabel-border);border-bottom-color:var(--vscode-keybindingLabel-bottomBorder);box-shadow:inset 0 -1px 0 var(--vscode-widget-shadow)}.action-widget .action-widget-action-bar{background-color:var(--vscode-editorActionList-background);border-top:1px solid var(--vscode-editorHoverWidget-border);margin-top:2px}.action-widget .action-widget-action-bar:before{display:block;content:"";width:100%}.action-widget .action-widget-action-bar .actions-container{padding:3px 8px 0}.action-widget-action-bar .action-label{color:var(--vscode-textLink-activeForeground);font-size:12px;line-height:22px;padding:0;pointer-events:all}.action-widget-action-bar .action-item{margin-right:16px;pointer-events:none}.action-widget-action-bar .action-label:hover{background-color:transparent!important}.monaco-action-bar .actions-container.highlight-toggled .action-label.checked{background:var(--vscode-actionBar-toggledBackground)!important}.action-widget .monaco-list .monaco-list-row .description{opacity:.7;margin-left:.5em;font-size:.9em}.monaco-editor .snippet-placeholder{min-width:2px;outline-style:solid;outline-width:1px;background-color:var(--vscode-editor-snippetTabstopHighlightBackground, transparent);outline-color:var(--vscode-editor-snippetTabstopHighlightBorder, transparent)}.monaco-editor .finish-snippet-placeholder{outline-style:solid;outline-width:1px;background-color:var(--vscode-editor-snippetFinalTabstopHighlightBackground, transparent);outline-color:var(--vscode-editor-snippetFinalTabstopHighlightBorder, transparent)}.comments-panel .comments-panel-container{height:100%}.comments-panel .comments-panel-container .hidden{display:none}.comments-panel .comments-panel-container .tree-container{height:100%}.comments-panel .comments-panel-container .tree-container.hidden{display:none;visibility:hidden}.comments-panel .comments-panel-container .tree-container .comment-thread-container{display:block}.comments-panel .comments-panel-container .tree-container .comment-thread-container div{overflow:hidden}.comments-panel .comments-panel-container .tree-container .resource-container,.comments-panel .comments-panel-container .tree-container .comment-thread-container .comment-metadata-container,.comments-panel .comments-panel-container .tree-container .comment-thread-container .comment-snippet-container{display:flex;text-overflow:ellipsis;overflow:hidden}.comments-panel .comments-panel-container .tree-container .comment-thread-container .comment-metadata{flex:1;display:flex}.comments-panel .count,.comments-panel .user{padding-right:5px}.comments-panel .comments-panel-container .tree-container .comment-thread-container .icon{padding-top:4px;padding-right:5px;min-width:-moz-fit-content;min-width:fit-content}.comments-panel .comments-panel-container .tree-container .comment-thread-container .comment-snippet-container .count,.comments-panel .comments-panel-container .tree-container .comment-thread-container .comment-metadata-container .relevance,.comments-panel .comments-panel-container .tree-container .comment-thread-container .comment-metadata-container .user{min-width:-moz-fit-content;min-width:fit-content}.comments-panel .comments-panel-container .tree-container .comment-thread-container .comment-metadata-container .relevance{border-radius:2px;background-color:var(--vscode-badge-background);color:var(--vscode-badge-foreground);padding:0 4px 1px;font-size:.9em;margin-right:4px;margin-top:4px;margin-bottom:3px;line-height:14px}.comments-panel .comments-panel-container .tree-container .comment-thread-container .comment-snippet-container .text{display:flex;flex:1;min-width:0}.comments-panel .comments-panel-container .tree-container .comment-thread-container .reply-detail,.comments-panel .comments-panel-container .tree-container .resource-container .owner,.comments-panel .comments-panel-container .tree-container .comment-thread-container .timestamp{display:block;overflow:hidden;text-overflow:ellipsis;font-size:.9em;padding-right:5px;opacity:.8}.comments-panel .comments-panel-container .tree-container .comment-thread-container .text *,.comments-panel .comments-panel-container .tree-container .comment-thread-container .range *{margin:0;padding-right:5px}.comments-panel .comments-panel-container .tree-container .comment-thread-container .text *{text-overflow:ellipsis;overflow:hidden}.comments-panel .comments-panel-container .tree-container .comment-thread-container .range *{overflow:visible;white-space:nowrap}.comments-panel .comments-panel-container .tree-container .comment-thread-container .range{opacity:.8;overflow:visible}.comments-panel .comments-panel-container .tree-container .comment-thread-container .comment-snippet-container .text code{font-family:var(--monaco-monospace-font)}.comments-panel .comments-panel-container .tree-container .monaco-icon-label{padding-right:5px}.comments-panel .comments-panel-container .tree-container .separator{padding-right:5px;opacity:.8}.comments-panel .comments-panel-container .message-box-container{line-height:22px;padding-left:20px;height:inherit}.comments-panel .comments-panel-container .tree-container .count-badge-wrapper{margin-left:10px}.comments-panel .comments-panel-container .tree-container .comment-thread-container .comment-metadata-container,.comments-panel .comments-panel-container .tree-container .comment-thread-container .comment-snippet-container{line-height:22px;margin-right:5px}.comments-panel .comments-panel-container .tree-container .comment-thread-container .comment-snippet-container{padding-left:16px}.comments-panel .hide{display:none}.comments-panel .comments-panel-container .text a{color:var(--vscode-textLink-foreground)}.comments-panel .comments-panel-container .text a:hover,.comments-panel .comments-panel-container a:active{color:var(--vscode-textLink-activeForeground)}.comments-panel .comments-panel-container .text a:focus{outline-color:var(--vscode-focusBorder)}.comments-panel .comments-panel-container .text code{color:var(--vscode-textPreformat-foreground)}.comments-panel .comments-panel-container .actions{display:none}.comments-panel .comments-panel-container .actions .action-label{padding:2px}.comments-panel .monaco-list .monaco-list-row:hover .comment-metadata-container .actions,.comments-panel .monaco-list .monaco-list-row.selected .comment-metadata-container .actions,.comments-panel .monaco-list .monaco-list-row.focused .comment-metadata-container .actions{display:block}.monaco-pane-view .split-view-view:first-of-type>.pane>.pane-header{border-top:none!important}.monaco-pane-view .split-view-view:first-of-type>.pane{border-left:none!important}.monaco-pane-view .pane>.pane-header{position:relative}.monaco-pane-view .pane>.pane-header.not-collapsible .twisty-container{display:none}.monaco-pane-view .pane>.pane-header.not-collapsible .title{margin-left:8px}.monaco-pane-view .pane>.pane-header>.actions.show-always,.monaco-pane-view .pane.expanded>.pane-header>.actions.show-expanded{display:initial}.monaco-pane-view .pane>.pane-header>.icon{display:none;width:16px;height:16px}.monaco-pane-view .pane.pane.horizontal:not(.expanded)>.pane-header>.icon{display:inline;margin-top:4px}.monaco-pane-view .pane>.pane-header h3.title{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:11px;min-width:3ch;-webkit-margin-before:0;-webkit-margin-after:0}.monaco-pane-view .pane>.pane-header .description{display:block;font-weight:400;margin-left:10px;opacity:.6;overflow:hidden;text-overflow:ellipsis;text-transform:none;white-space:nowrap;flex-shrink:100000}.monaco-pane-view .pane>.pane-header .description .codicon{font-size:9px;margin-left:2px}.monaco-pane-view .pane>.pane-header:not(.expanded) .description{display:none}.monaco-pane-view .pane.horizontal:not(.expanded)>.pane-header h3.title,.monaco-pane-view .pane.horizontal:not(.expanded)>.pane-header .description{display:none}.monaco-pane-view .pane .monaco-progress-container{position:absolute;left:0;top:-2px;z-index:5}.monaco-pane-view .pane:not(.merged-header) .monaco-progress-container{top:20px}.monaco-pane-view{width:100%;height:100%}.monaco-pane-view .pane{overflow:hidden;width:100%;height:100%;display:flex;flex-direction:column}.monaco-pane-view .pane.horizontal:not(.expanded){flex-direction:row}.monaco-pane-view .pane>.pane-header{height:22px;font-size:11px;font-weight:700;overflow:hidden;display:flex;cursor:pointer;align-items:center;box-sizing:border-box}.monaco-pane-view .pane>.pane-header.not-collapsible{cursor:default}.monaco-pane-view .pane>.pane-header>.title{text-transform:uppercase}.monaco-pane-view .pane.horizontal:not(.expanded)>.pane-header{flex-direction:column;height:100%;width:22px}.monaco-pane-view .pane>.pane-header>.codicon:first-of-type{margin:0 2px}.monaco-pane-view .pane.horizontal:not(.expanded)>.pane-header>.codicon:first-of-type{margin:2px}.monaco-pane-view .pane>.pane-header>.actions{display:none;margin-left:auto;margin-right:8px}.monaco-pane-view .pane>.pane-header>.actions .action-item{margin-right:4px}.monaco-pane-view .pane>.pane-header>.actions .action-label{padding:2px}.monaco-pane-view .pane:hover>.pane-header.expanded>.actions,.monaco-pane-view .pane:focus-within>.pane-header.expanded>.actions,.monaco-pane-view .pane>.pane-header.actions-always-visible.expanded>.actions,.monaco-pane-view .pane>.pane-header.focused.expanded>.actions{display:initial}.monaco-pane-view .pane>.pane-header .monaco-action-bar .action-item.select-container{cursor:default}.monaco-pane-view .pane>.pane-header .action-item .monaco-select-box{cursor:pointer;min-width:110px;min-height:18px;padding:2px 23px 2px 8px}.linux .monaco-pane-view .pane>.pane-header .action-item .monaco-select-box,.windows .monaco-pane-view .pane>.pane-header .action-item .monaco-select-box{padding:0 23px 0 8px}.monaco-pane-view:lang(zh-Hans) .pane>.pane-header,.monaco-pane-view:lang(zh-Hant) .pane>.pane-header,.monaco-pane-view:lang(ja) .pane>.pane-header,.monaco-pane-view:lang(ko) .pane>.pane-header{font-weight:400}.monaco-pane-view .pane>.pane-header.hidden{display:none}.monaco-pane-view .pane>.pane-body{overflow:hidden;flex:1}.monaco-pane-view.animated .split-view-view{transition-duration:.15s;transition-timing-function:ease-out}.reduce-motion .monaco-pane-view .split-view-view{transition-duration:0s!important}.monaco-pane-view.animated.vertical .split-view-view{transition-property:height}.monaco-pane-view.animated.horizontal .split-view-view{transition-property:width}#monaco-pane-drop-overlay{position:absolute;z-index:10000;width:100%;height:100%;left:0;box-sizing:border-box}#monaco-pane-drop-overlay>.pane-overlay-indicator{position:absolute;width:100%;height:100%;min-height:22px;min-width:19px;pointer-events:none;transition:opacity .15s ease-out}#monaco-pane-drop-overlay>.pane-overlay-indicator.overlay-move-transition{transition:top 70ms ease-out,left 70ms ease-out,width 70ms ease-out,height 70ms ease-out,opacity .15s ease-out}.monaco-link{color:var(--vscode-textLink-foreground)}.monaco-link:hover{color:var(--vscode-textLink-activeForeground)}.monaco-toolbar{height:100%}.monaco-toolbar .toolbar-toggle-more{display:inline-block;padding:0}.review-widget{width:100%;position:absolute}.monaco-editor .review-widget{background-color:var(--vscode-peekViewResult-background)}.review-widget .hidden{display:none!important}.review-widget .body{overflow:hidden}.review-widget .body .review-comment{padding:8px 16px 8px 20px;display:flex}@keyframes monaco-review-widget-focus{0%{background:var(--vscode-peekViewResult-selectionBackground)}to{background:transparent}}.review-widget .body .review-comment.focus{animation:monaco-review-widget-focus 3s ease 0s}.review-widget .body .review-comment .comment-actions{margin-left:auto}.review-widget .body .review-comment .comment-actions .monaco-toolbar{height:22px}.review-widget .body .review-comment .comment-title .comment-header-info{overflow:hidden;text-overflow:ellipsis}.review-widget .body .review-comment .comment-title{display:flex;width:100%}.review-widget .body .review-comment .comment-title .action-label.codicon{line-height:18px}.review-widget .body .review-comment .comment-title .monaco-dropdown .toolbar-toggle-more{width:16px;height:18px;line-height:18px;vertical-align:middle}.review-widget .body .comment-body blockquote{margin:0 7px 0 5px;padding:0 16px 0 10px;border-left-width:5px;border-left-style:solid}.review-widget .body .review-comment .avatar-container{margin-top:4px!important}.review-widget .body .avatar-container img.avatar{height:28px;width:28px;display:inline-block;overflow:hidden;line-height:1;vertical-align:middle;border-radius:3px;border-style:none}.review-widget .body .comment-reactions .monaco-text-button{margin:0 7px 0 0;width:30px;background-color:transparent;border:1px solid grey;border-radius:3px}.review-widget .body .review-comment .review-comment-contents{padding-left:20px;-moz-user-select:text;user-select:text;-webkit-user-select:text;width:100%;overflow:hidden}.review-widget .body pre{overflow:auto;word-wrap:normal;white-space:pre}.review-widget .body .review-comment .review-comment-contents .author{line-height:22px}.review-widget .body .review-comment .review-comment-contents .isPending{line-height:22px;margin:0 5px;padding:0 2px;font-style:italic}.review-widget .body .review-comment .review-comment-contents .timestamp{line-height:22px;margin:0 5px;padding:0 2px}.review-widget .body .review-comment .review-comment-contents .comment-body .comment-body-plainstring{white-space:pre-wrap}.review-widget .body .review-comment .review-comment-contents .comment-body{padding-top:4px}.review-widget .body .review-comment .review-comment-contents .comment-body-max-height{max-height:20em}.review-widget .body .review-comment .review-comment-contents .comment-reactions{margin-top:8px;min-height:25px}.review-widget .body .review-comment .review-comment-contents .comment-reactions .action-item .action-label{padding:1px 4px;white-space:pre;text-align:center;font-size:12px;display:flex}.review-widget .body .review-comment .review-comment-contents .comment-reactions .action-item .action-label .reaction-icon{background-size:14px;background-position:left center;background-repeat:no-repeat;width:14px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;margin-right:4px}.review-widget .body .review-comment .review-comment-contents .comment-reactions .action-item .action-label .reaction-label{line-height:20px;margin-right:4px}.review-widget .body .review-comment .review-comment-contents .comment-reactions .action-item a.action-label.toolbar-toggle-pickReactions{background-size:16px;font-size:16px;width:26px;height:16px;background-repeat:no-repeat;background-position:center;margin-top:3px;border:none}.review-widget .body .review-comment .comment-title .action-label{display:block;height:16px;line-height:16px;background-size:16px;background-position:center center;background-repeat:no-repeat}.review-widget .body .review-comment .review-comment-contents .comment-reactions .action-item a.action-label{border:1px solid}.review-widget .body .review-comment .review-comment-contents .comment-reactions .action-item a.action-label.disabled{opacity:.6}.review-widget .body .review-comment .review-comment-contents .comment-reactions .action-item a.action-label.active:hover{background-color:var(--vscode-statusBarItem-hoverBackground)}.review-widget .body .review-comment .review-comment-contents .comment-reactions .action-item a.action-label:active{background-color:var(--vscode-statusBarItem-activeBackground);border:1px solid transparent}.review-widget .body .review-comment .review-comment-contents .comment-body a{cursor:pointer}.review-widget .body .comment-body p,.review-widget .body .comment-body ul{margin:8px 0}.review-widget .body .comment-body p:first-child,.review-widget .body .comment-body ul:first-child{margin-top:0}.review-widget .body .comment-body p:last-child,.review-widget .body.comment-body ul:last-child{margin-bottom:0}.review-widget .body .comment-body ul{padding-left:20px}.review-widget .body .comment-body li>p{margin-bottom:0}.review-widget .body .comment-body li>ul{margin-top:0}.review-widget .body .comment-body span{white-space:pre}.review-widget .body .comment-body img{max-width:100%}.review-widget .body .comment-form-container{margin:8px 20px}.review-widget .validation-error{display:inline-block;overflow:hidden;text-align:left;width:100%;box-sizing:border-box;padding:.4em;font-size:12px;line-height:17px;min-height:34px;margin-top:-1px;margin-left:-1px;word-wrap:break-word}.review-widget .body .comment-additional-actions{margin:10px 20px}.review-widget .body .comment-additional-actions .section-separator{border-top:1px solid var(--vscode-menu-separatorBackground);margin:10px 0 14px}.review-widget .body .comment-additional-actions .button-bar{display:flex;white-space:nowrap}.review-widget .body .comment-additional-actions .monaco-button,.review-widget .body .comment-additional-actions .monaco-text-button,.review-widget .body .comment-additional-actions .monaco-button-dropdown{display:flex;width:auto}.review-widget .body .comment-additional-actions .button-bar>.monaco-text-button,.review-widget .body .comment-additional-actions .button-bar>.monaco-button-dropdown{margin:0 10px 0 0}.review-widget .body .comment-additional-actions .button-bar .monaco-text-button{padding:4px 10px}.review-widget .body .comment-additional-actions .codicon-drop-down-button{align-items:center}.review-widget .body .monaco-editor{color:var(--vscode-editor-foreground)}.review-widget .body .comment-form-container .comment-form{display:flex;flex-direction:row}.review-widget .body .comment-form-container .comment-form .avatar-container{padding-right:20px}.review-widget .body .comment-form-container.expand .review-thread-reply-button{display:none}.review-widget .body .comment-form-container.expand .monaco-editor,.review-widget .body .comment-form-container.expand .form-actions{display:block;box-sizing:content-box}.review-widget .body .comment-form-container .review-thread-reply-button{text-align:left;display:block;width:100%;resize:vertical;border-radius:0;box-sizing:border-box;padding:6px 12px;font-weight:600;line-height:20px;white-space:nowrap;border:0px;outline:1px solid transparent;background-color:var(--vscode-editorCommentsWidget-replyInputBackground);color:var(--vscode-editor-foreground);font-size:inherit;font-family:var(--monaco-monospace-font)}.review-widget .body .comment-form-container .review-thread-reply-button:focus{outline-style:solid;outline-width:1px}.review-widget .body .comment-form-container .monaco-editor,.review-widget .body .comment-form-container .monaco-editor .monaco-editor-background,.review-widget .body .edit-container .monaco-editor .monaco-editor-background{background-color:var(--vscode-editorCommentsWidget-replyInputBackground)}.review-widget .body .comment-form-container .monaco-editor,.review-widget .body .edit-container .monaco-editor{width:100%;min-height:90px;max-height:500px;border-radius:3px;border:0px;box-sizing:content-box;padding:6px 0 6px 12px}.review-widget .body .comment-form-container .monaco-editor,.review-widget .body .comment-form-container .form-actions{display:none}.review-widget .body .comment-form-container .form-actions,.review-widget .body .edit-container .form-actions{overflow:auto;margin:10px 0}.review-widget .body .edit-container .form-actions{padding-top:10px}.review-widget .body .edit-textarea{margin:5px 12px 10px 0}.review-widget .body .comment-form-container .form-actions .monaco-text-button,.review-widget .body .edit-container .monaco-text-button{width:auto;padding:4px 10px;margin-left:5px}.review-widget .body .form-actions .monaco-text-button{float:right}.review-widget .head{box-sizing:border-box;display:flex;height:100%}.review-widget .head .review-title{display:inline-block;font-size:13px;margin-left:20px;cursor:default;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.review-widget .head .review-title .dirname:not(:empty){font-size:.9em;margin-left:.5em}.review-widget .head .review-actions{flex:1;text-align:right;padding-right:2px}.review-widget .head .review-actions>.monaco-action-bar{display:inline-block}.review-widget .head .review-actions>.monaco-action-bar,.review-widget .head .review-actions>.monaco-action-bar>.actions-container{height:100%}.review-widget .action-item{min-width:18px;min-height:20px;margin-left:4px}.review-widget .head .review-actions>.monaco-action-bar .action-label{margin:0;line-height:inherit;background-repeat:no-repeat;background-position:center center}.review-widget .head .review-actions>.monaco-action-bar .action-label.codicon{margin:0}.review-widget>.body{border-top:1px solid;position:relative}.monaco-editor .comment-range-glyph{margin-left:10px;width:4px!important;cursor:pointer;z-index:10}div.preview.inline .monaco-editor .comment-range-glyph{display:none!important}.monaco-editor .comment-diff-added{border-left-width:3px;border-left-style:solid}.monaco-editor .comment-diff-added,.monaco-editor .comment-range-glyph.multiline-add{border-left-color:var(--vscode-editorGutter-commentRangeForeground)}.monaco-editor .comment-diff-added:before,.monaco-editor .comment-range-glyph.line-hover:before{background:var(--vscode-editorGutter-commentRangeForeground)}.monaco-editor .comment-thread:before,.monaco-editor .comment-thread-unresolved:before{background:var(--vscode-editorGutter-commentRangeForeground)}.monaco-editor .comment-thread-range{background-color:var(--vscode-editorCommentsWidget-rangeBackground)}.monaco-editor .comment-thread-range-current{background-color:var(--vscode-editorCommentsWidget-rangeActiveBackground)}.monaco-editor .margin-view-overlays .comment-range-glyph.line-hover,.monaco-editor .margin-view-overlays .comment-range-glyph.comment-thread,.monaco-editor .margin-view-overlays .comment-range-glyph.comment-thread-unresolved{margin-left:13px}.monaco-editor .margin-view-overlays>div:hover>.comment-range-glyph.comment-diff-added:before,.monaco-editor .margin-view-overlays .comment-range-glyph.line-hover:before,.monaco-editor .comment-range-glyph.comment-thread:before,.monaco-editor .comment-range-glyph.comment-thread-unresolved:before{position:absolute;height:100%;width:9px;left:-6px;z-index:10;color:var(--vscode-editorGutter-commentGlyphForeground);text-align:center;display:flex;flex-direction:row;align-items:center;justify-content:center}.monaco-editor .comment-range-glyph.comment-thread-unresolved:before{color:var(--vscode-editorGutter-commentUnresolvedGlyphForeground)}.monaco-editor .margin-view-overlays .comment-range-glyph.multiline-add{border-left-width:3px;border-left-style:dotted;height:16px;margin-top:2px}.monaco-editor .margin-view-overlays>div:hover>.comment-range-glyph.comment-diff-added:before,.monaco-editor .margin-view-overlays .comment-range-glyph.line-hover:before{content:var(--vscode-icon-plus-content);font-family:var(--vscode-icon-plus-font-family);font-family:codicon;border-radius:3px;width:18px!important;margin-left:-5px;padding-left:1px}.monaco-editor .comment-range-glyph.comment-thread,.monaco-editor .comment-range-glyph.comment-thread-unresolved{z-index:20}.monaco-editor .comment-range-glyph.comment-thread:before,.monaco-editor .comment-range-glyph.comment-thread-unresolved:before{font-family:codicon;font-size:13px;width:18px!important;line-height:100%;border-radius:3px;z-index:20;margin-left:-5px;padding-top:1px;padding-left:1px}.monaco-editor .comment-range-glyph.comment-thread:before{content:var(--vscode-icon-comment-add-content);font-family:var(--vscode-icon-comment-add-font-family)}.monaco-editor .comment-range-glyph.comment-thread-unresolved:before{content:var(--vscode-icon-comment-unresolved-content);font-family:var(--vscode-icon-comment-unresolved-font-family)}.monaco-editor.inline-comment .margin-view-overlays .codicon-folding-expanded,.monaco-editor.inline-comment .margin-view-overlays .codicon-folding-collapsed{margin-left:11px}.monaco-editor.inline-comment .margin-view-overlays .dirty-diff-glyph{margin-left:25px}.monaco-editor .editor-dictation-widget{background-color:var(--vscode-editor-background);padding:2px;border-radius:8px;display:flex;align-items:center;box-shadow:0 4px 8px var(--vscode-widget-shadow);z-index:1000;min-height:var(--vscode-editor-dictation-widget-height);line-height:var(--vscode-editor-dictation-widget-height);max-width:var(--vscode-editor-dictation-widget-width)}.monaco-editor .editor-dictation-widget.recording .codicon.codicon-mic-filled{color:var(--vscode-activityBarBadge-background);animation:editor-dictation-animation 1s infinite}@keyframes editor-dictation-animation{0%{color:var(--vscode-editorCursor-background)}50%{color:var(--vscode-activityBarBadge-background)}to{color:var(--vscode-editorCursor-background)}}@font-face{font-family:codicon;font-display:block;src:url(/assets/codicon-D8Ws8tnN.ttf) format("truetype")}.codicon[class*=codicon-]{font: 16px/1 codicon;display:inline-block;text-decoration:none;text-rendering:auto;text-align:center;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-moz-user-select:none;user-select:none;-webkit-user-select:none}.codicon-wrench-subaction{opacity:.5}@keyframes codicon-spin{to{transform:rotate(360deg)}}.codicon-sync.codicon-modifier-spin,.codicon-loading.codicon-modifier-spin,.codicon-gear.codicon-modifier-spin,.codicon-notebook-state-executing.codicon-modifier-spin{animation:codicon-spin 1.5s steps(30) infinite}.codicon-modifier-disabled{opacity:.4}.codicon-loading,.codicon-tree-item-loading:before{animation-duration:1s!important;animation-timing-function:cubic-bezier(.53,.21,.29,.67)!important}.monaco-editor .suggest-widget{width:430px;z-index:40;display:flex;flex-direction:column;border-radius:3px}.monaco-editor .suggest-widget.message{flex-direction:row;align-items:center}.monaco-editor .suggest-widget,.monaco-editor .suggest-details{flex:0 1 auto;width:100%;border-style:solid;border-width:1px;border-color:var(--vscode-editorSuggestWidget-border);background-color:var(--vscode-editorSuggestWidget-background)}.monaco-editor.hc-black .suggest-widget,.monaco-editor.hc-black .suggest-details,.monaco-editor.hc-light .suggest-widget,.monaco-editor.hc-light .suggest-details{border-width:2px}.monaco-editor .suggest-widget .suggest-status-bar{box-sizing:border-box;display:none;flex-flow:row nowrap;justify-content:space-between;width:100%;font-size:80%;padding:0 4px;border-top:1px solid var(--vscode-editorSuggestWidget-border);overflow:hidden}.monaco-editor .suggest-widget.with-status-bar .suggest-status-bar{display:flex}.monaco-editor .suggest-widget .suggest-status-bar .left{padding-right:8px}.monaco-editor .suggest-widget.with-status-bar .suggest-status-bar .action-label{color:var(--vscode-editorSuggestWidgetStatus-foreground)}.monaco-editor .suggest-widget.with-status-bar .suggest-status-bar .action-item:not(:last-of-type) .action-label{margin-right:0}.monaco-editor .suggest-widget.with-status-bar .suggest-status-bar .action-item:not(:last-of-type) .action-label:after{content:", ";margin-right:.3em}.monaco-editor .suggest-widget.with-status-bar .monaco-list .monaco-list-row>.contents>.main>.right>.readMore,.monaco-editor .suggest-widget.with-status-bar .monaco-list .monaco-list-row.focused.string-label>.contents>.main>.right>.readMore{display:none}.monaco-editor .suggest-widget.with-status-bar:not(.docs-side) .monaco-list .monaco-list-row:hover>.contents>.main>.right.can-expand-details>.details-label{width:100%}.monaco-editor .suggest-widget>.message{padding-left:22px}.monaco-editor .suggest-widget>.tree{height:100%;width:100%}.monaco-editor .suggest-widget .monaco-list{-moz-user-select:none;user-select:none;-webkit-user-select:none}.monaco-editor .suggest-widget .monaco-list .monaco-list-row{display:flex;-mox-box-sizing:border-box;box-sizing:border-box;padding-right:10px;background-repeat:no-repeat;background-position:2px 2px;white-space:nowrap;cursor:pointer;touch-action:none}.monaco-editor .suggest-widget .monaco-list .monaco-list-row.focused{color:var(--vscode-editorSuggestWidget-selectedForeground)}.monaco-editor .suggest-widget .monaco-list .monaco-list-row.focused .codicon{color:var(--vscode-editorSuggestWidget-selectedIconForeground)}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents{flex:1;height:100%;overflow:hidden;padding-left:2px}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main{display:flex;overflow:hidden;text-overflow:ellipsis;white-space:pre;justify-content:space-between}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.left,.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right{display:flex}.monaco-editor .suggest-widget .monaco-list .monaco-list-row:not(.focused)>.contents>.main .monaco-icon-label{color:var(--vscode-editorSuggestWidget-foreground)}.monaco-editor .suggest-widget:not(.frozen) .monaco-highlighted-label .highlight{font-weight:700}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main .monaco-highlighted-label .highlight{color:var(--vscode-editorSuggestWidget-highlightForeground)}.monaco-editor .suggest-widget .monaco-list .monaco-list-row.focused>.contents>.main .monaco-highlighted-label .highlight{color:var(--vscode-editorSuggestWidget-focusHighlightForeground)}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.header>.codicon-close,.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.readMore:before{color:inherit;opacity:1;font-size:14px;cursor:pointer}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.header>.codicon-close{position:absolute;top:6px;right:2px}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.header>.codicon-close:hover,.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.readMore:hover{opacity:1}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.details-label{opacity:.7}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.left>.signature-label{overflow:hidden;text-overflow:ellipsis;opacity:.6}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.left>.qualifier-label{margin-left:12px;opacity:.4;font-size:85%;line-height:initial;text-overflow:ellipsis;overflow:hidden;align-self:center}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.details-label{font-size:85%;margin-left:1.1em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.details-label>.monaco-tokenized-source{display:inline}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.details-label{display:none}.monaco-editor .suggest-widget:not(.shows-details) .monaco-list .monaco-list-row.focused>.contents>.main>.right>.details-label{display:inline}.monaco-editor .suggest-widget .monaco-list .monaco-list-row:not(.string-label)>.contents>.main>.right>.details-label,.monaco-editor .suggest-widget.docs-side .monaco-list .monaco-list-row.focused:not(.string-label)>.contents>.main>.right>.details-label{display:inline}.monaco-editor .suggest-widget:not(.docs-side) .monaco-list .monaco-list-row.focused:hover>.contents>.main>.right.can-expand-details>.details-label{width:calc(100% - 26px)}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.left{flex-shrink:1;flex-grow:1;overflow:hidden}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.left>.monaco-icon-label{flex-shrink:0}.monaco-editor .suggest-widget .monaco-list .monaco-list-row:not(.string-label)>.contents>.main>.left>.monaco-icon-label{max-width:100%}.monaco-editor .suggest-widget .monaco-list .monaco-list-row.string-label>.contents>.main>.left>.monaco-icon-label{flex-shrink:1}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right{overflow:hidden;flex-shrink:4;max-width:70%}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.readMore{display:inline-block;position:absolute;right:10px;width:18px;height:18px;visibility:hidden}.monaco-editor .suggest-widget.docs-side .monaco-list .monaco-list-row>.contents>.main>.right>.readMore{display:none!important}.monaco-editor .suggest-widget .monaco-list .monaco-list-row.string-label>.contents>.main>.right>.readMore{display:none}.monaco-editor .suggest-widget .monaco-list .monaco-list-row.focused.string-label>.contents>.main>.right>.readMore{display:inline-block}.monaco-editor .suggest-widget .monaco-list .monaco-list-row.focused:hover>.contents>.main>.right>.readMore{visibility:visible}.monaco-editor .suggest-widget .monaco-list .monaco-list-row .monaco-icon-label.deprecated{opacity:.66;text-decoration:unset}.monaco-editor .suggest-widget .monaco-list .monaco-list-row .monaco-icon-label.deprecated>.monaco-icon-label-container>.monaco-icon-name-container{text-decoration:line-through}.monaco-editor .suggest-widget .monaco-list .monaco-list-row .monaco-icon-label:before{height:100%}.monaco-editor .suggest-widget .monaco-list .monaco-list-row .icon{display:block;height:16px;width:16px;margin-left:2px;background-repeat:no-repeat;background-size:80%;background-position:center}.monaco-editor .suggest-widget .monaco-list .monaco-list-row .icon.hide{display:none}.monaco-editor .suggest-widget .monaco-list .monaco-list-row .suggest-icon{display:flex;align-items:center;margin-right:4px}.monaco-editor .suggest-widget.no-icons .monaco-list .monaco-list-row .icon,.monaco-editor .suggest-widget.no-icons .monaco-list .monaco-list-row .suggest-icon:before{display:none}.monaco-editor .suggest-widget .monaco-list .monaco-list-row .icon.customcolor .colorspan{margin:0 0 0 .3em;border:.1em solid #000;width:.7em;height:.7em;display:inline-block}.monaco-editor .suggest-details-container{z-index:41}.monaco-editor .suggest-details{display:flex;flex-direction:column;cursor:default;color:var(--vscode-editorSuggestWidget-foreground)}.monaco-editor .suggest-details:focus{border-color:var(--vscode-focusBorder)}.monaco-editor .suggest-details a{color:var(--vscode-textLink-foreground)}.monaco-editor .suggest-details a:hover{color:var(--vscode-textLink-activeForeground)}.monaco-editor .suggest-details code{background-color:var(--vscode-textCodeBlock-background)}.monaco-editor .suggest-details.no-docs{display:none}.monaco-editor .suggest-details>.monaco-scrollable-element{flex:1}.monaco-editor .suggest-details>.monaco-scrollable-element>.body{box-sizing:border-box;height:100%;width:100%}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.header>.type{flex:2;overflow:hidden;text-overflow:ellipsis;opacity:.7;white-space:pre;margin:0 24px 0 0;padding:4px 0 4px 5px}.monaco-editor .suggest-details.detail-and-doc>.monaco-scrollable-element>.body>.header>.type{padding-bottom:12px}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.header>.type.auto-wrap{white-space:normal;word-break:break-all}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs{margin:0;padding:4px 5px;white-space:pre-wrap}.monaco-editor .suggest-details.no-type>.monaco-scrollable-element>.body>.docs{margin-right:24px;overflow:hidden}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs.markdown-docs{padding:0;white-space:initial;min-height:calc(1rem + 8px)}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs.markdown-docs>div,.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs.markdown-docs>span:not(:empty){padding:4px 5px}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs.markdown-docs>div>p:first-child{margin-top:0}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs.markdown-docs>div>p:last-child{margin-bottom:0}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs.markdown-docs .monaco-tokenized-source{white-space:pre}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs .code{white-space:pre-wrap;word-wrap:break-word}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs.markdown-docs .codicon{vertical-align:sub}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>p:empty{display:none}.monaco-editor .suggest-details code{border-radius:3px;padding:0 .4em}.monaco-editor .suggest-details ul,.monaco-editor .suggest-details ol{padding-left:20px}.monaco-editor .suggest-details p code{font-family:var(--monaco-monospace-font)}.monaco-editor .codicon.codicon-symbol-array,.monaco-workbench .codicon.codicon-symbol-array{color:var(--vscode-symbolIcon-arrayForeground)}.monaco-editor .codicon.codicon-symbol-boolean,.monaco-workbench .codicon.codicon-symbol-boolean{color:var(--vscode-symbolIcon-booleanForeground)}.monaco-editor .codicon.codicon-symbol-class,.monaco-workbench .codicon.codicon-symbol-class{color:var(--vscode-symbolIcon-classForeground)}.monaco-editor .codicon.codicon-symbol-method,.monaco-workbench .codicon.codicon-symbol-method{color:var(--vscode-symbolIcon-methodForeground)}.monaco-editor .codicon.codicon-symbol-color,.monaco-workbench .codicon.codicon-symbol-color{color:var(--vscode-symbolIcon-colorForeground)}.monaco-editor .codicon.codicon-symbol-constant,.monaco-workbench .codicon.codicon-symbol-constant{color:var(--vscode-symbolIcon-constantForeground)}.monaco-editor .codicon.codicon-symbol-constructor,.monaco-workbench .codicon.codicon-symbol-constructor{color:var(--vscode-symbolIcon-constructorForeground)}.monaco-editor .codicon.codicon-symbol-value,.monaco-workbench .codicon.codicon-symbol-value,.monaco-editor .codicon.codicon-symbol-enum,.monaco-workbench .codicon.codicon-symbol-enum{color:var(--vscode-symbolIcon-enumeratorForeground)}.monaco-editor .codicon.codicon-symbol-enum-member,.monaco-workbench .codicon.codicon-symbol-enum-member{color:var(--vscode-symbolIcon-enumeratorMemberForeground)}.monaco-editor .codicon.codicon-symbol-event,.monaco-workbench .codicon.codicon-symbol-event{color:var(--vscode-symbolIcon-eventForeground)}.monaco-editor .codicon.codicon-symbol-field,.monaco-workbench .codicon.codicon-symbol-field{color:var(--vscode-symbolIcon-fieldForeground)}.monaco-editor .codicon.codicon-symbol-file,.monaco-workbench .codicon.codicon-symbol-file{color:var(--vscode-symbolIcon-fileForeground)}.monaco-editor .codicon.codicon-symbol-folder,.monaco-workbench .codicon.codicon-symbol-folder{color:var(--vscode-symbolIcon-folderForeground)}.monaco-editor .codicon.codicon-symbol-function,.monaco-workbench .codicon.codicon-symbol-function{color:var(--vscode-symbolIcon-functionForeground)}.monaco-editor .codicon.codicon-symbol-interface,.monaco-workbench .codicon.codicon-symbol-interface{color:var(--vscode-symbolIcon-interfaceForeground)}.monaco-editor .codicon.codicon-symbol-key,.monaco-workbench .codicon.codicon-symbol-key{color:var(--vscode-symbolIcon-keyForeground)}.monaco-editor .codicon.codicon-symbol-keyword,.monaco-workbench .codicon.codicon-symbol-keyword{color:var(--vscode-symbolIcon-keywordForeground)}.monaco-editor .codicon.codicon-symbol-module,.monaco-workbench .codicon.codicon-symbol-module{color:var(--vscode-symbolIcon-moduleForeground)}.monaco-editor .codicon.codicon-symbol-namespace,.monaco-workbench .codicon.codicon-symbol-namespace{color:var(--vscode-symbolIcon-namespaceForeground)}.monaco-editor .codicon.codicon-symbol-null,.monaco-workbench .codicon.codicon-symbol-null{color:var(--vscode-symbolIcon-nullForeground)}.monaco-editor .codicon.codicon-symbol-number,.monaco-workbench .codicon.codicon-symbol-number{color:var(--vscode-symbolIcon-numberForeground)}.monaco-editor .codicon.codicon-symbol-object,.monaco-workbench .codicon.codicon-symbol-object{color:var(--vscode-symbolIcon-objectForeground)}.monaco-editor .codicon.codicon-symbol-operator,.monaco-workbench .codicon.codicon-symbol-operator{color:var(--vscode-symbolIcon-operatorForeground)}.monaco-editor .codicon.codicon-symbol-package,.monaco-workbench .codicon.codicon-symbol-package{color:var(--vscode-symbolIcon-packageForeground)}.monaco-editor .codicon.codicon-symbol-property,.monaco-workbench .codicon.codicon-symbol-property{color:var(--vscode-symbolIcon-propertyForeground)}.monaco-editor .codicon.codicon-symbol-reference,.monaco-workbench .codicon.codicon-symbol-reference{color:var(--vscode-symbolIcon-referenceForeground)}.monaco-editor .codicon.codicon-symbol-snippet,.monaco-workbench .codicon.codicon-symbol-snippet{color:var(--vscode-symbolIcon-snippetForeground)}.monaco-editor .codicon.codicon-symbol-string,.monaco-workbench .codicon.codicon-symbol-string{color:var(--vscode-symbolIcon-stringForeground)}.monaco-editor .codicon.codicon-symbol-struct,.monaco-workbench .codicon.codicon-symbol-struct{color:var(--vscode-symbolIcon-structForeground)}.monaco-editor .codicon.codicon-symbol-text,.monaco-workbench .codicon.codicon-symbol-text{color:var(--vscode-symbolIcon-textForeground)}.monaco-editor .codicon.codicon-symbol-type-parameter,.monaco-workbench .codicon.codicon-symbol-type-parameter{color:var(--vscode-symbolIcon-typeParameterForeground)}.monaco-editor .codicon.codicon-symbol-unit,.monaco-workbench .codicon.codicon-symbol-unit{color:var(--vscode-symbolIcon-unitForeground)}.monaco-editor .codicon.codicon-symbol-variable,.monaco-workbench .codicon.codicon-symbol-variable{color:var(--vscode-symbolIcon-variableForeground)}.inline-editor-progress-decoration{display:inline-block;width:1em;height:1em}.inline-progress-widget{display:flex!important;justify-content:center;align-items:center}.inline-progress-widget .icon{font-size:80%!important}.inline-progress-widget:hover .icon{font-size:90%!important;animation:none}.inline-progress-widget:hover .icon:before{content:var(--vscode-icon-x-content);font-family:var(--vscode-icon-x-font-family)}.post-edit-widget{box-shadow:0 0 8px 2px var(--vscode-widget-shadow);border:1px solid var(--vscode-widget-border, transparent);border-radius:4px;color:var(--vscode-button-foreground);background-color:var(--vscode-button-background);overflow:hidden}.post-edit-widget .monaco-button{padding:2px;border:none;border-radius:0}.post-edit-widget .monaco-button:hover{background-color:var(--vscode-button-hoverBackground)!important}.post-edit-widget .monaco-button .codicon{margin:0}.monaco-editor .lightBulbWidget{display:flex;align-items:center;justify-content:center}.monaco-editor .lightBulbWidget:hover{cursor:pointer}.monaco-editor .lightBulbWidget.codicon-light-bulb,.monaco-editor .lightBulbWidget.codicon-lightbulb-sparkle{color:var(--vscode-editorLightBulb-foreground)}.monaco-editor .lightBulbWidget.codicon-lightbulb-autofix,.monaco-editor .lightBulbWidget.codicon-lightbulb-sparkle-autofix{color:var(--vscode-editorLightBulbAutoFix-foreground, var(--vscode-editorLightBulb-foreground))}.monaco-editor .lightBulbWidget.codicon-sparkle-filled{color:var(--vscode-editorLightBulbAi-foreground, var(--vscode-icon-foreground))}.monaco-editor .lightBulbWidget:before{position:relative;z-index:2}.monaco-editor .lightBulbWidget:after{position:absolute;top:0;left:0;content:"";display:block;width:100%;height:100%;opacity:.3;z-index:1}.monaco-editor .glyph-margin-widgets .cgmr[class*=codicon-gutter-lightbulb]{display:block;cursor:pointer}.monaco-editor .glyph-margin-widgets .cgmr.codicon-gutter-lightbulb,.monaco-editor .glyph-margin-widgets .cgmr.codicon-gutter-lightbulb-sparkle{color:var(--vscode-editorLightBulb-foreground)}.monaco-editor .glyph-margin-widgets .cgmr.codicon-gutter-lightbulb-auto-fix,.monaco-editor .glyph-margin-widgets .cgmr.codicon-gutter-lightbulb-aifix-auto-fix{color:var(--vscode-editorLightBulbAutoFix-foreground, var(--vscode-editorLightBulb-foreground))}.monaco-editor .glyph-margin-widgets .cgmr.codicon-gutter-lightbulb-sparkle-filled{color:var(--vscode-editorLightBulbAi-foreground, var(--vscode-icon-foreground))}.monaco-editor .inlineSuggestionsHints{padding:4px;.warningMessage p{margin:0}}.monaco-editor .inlineSuggestionsHints.withBorder{z-index:39;color:var(--vscode-editorHoverWidget-foreground);background-color:var(--vscode-editorHoverWidget-background);border:1px solid var(--vscode-editorHoverWidget-border)}.monaco-editor .inlineSuggestionsHints a,.monaco-editor .inlineSuggestionsHints a:hover{color:var(--vscode-foreground)!important}.monaco-editor .inlineSuggestionsHints .keybinding{display:flex;margin-left:4px;opacity:.6}.monaco-editor .inlineSuggestionsHints .keybinding .monaco-keybinding-key{font-size:8px;padding:2px 3px}.monaco-editor .inlineSuggestionsHints .availableSuggestionCount a{display:flex;min-width:19px;justify-content:center}.monaco-editor .inlineSuggestionStatusBarItemLabel{margin-right:2px}.monaco-editor .suggest-preview-additional-widget{white-space:nowrap}.monaco-editor .suggest-preview-additional-widget .content-spacer{color:transparent;white-space:pre}.monaco-editor .suggest-preview-additional-widget .button{display:inline-block;cursor:pointer;text-decoration:underline;text-underline-position:under}.monaco-editor .ghost-text-hidden{opacity:0;font-size:0}.monaco-editor .ghost-text-decoration,.monaco-editor .suggest-preview-text .ghost-text{font-style:italic}.monaco-editor .suggest-preview-text.clickable .view-line{z-index:1}.monaco-editor .ghost-text-decoration.clickable,.monaco-editor .ghost-text-decoration-preview.clickable,.monaco-editor .suggest-preview-text.clickable .ghost-text{cursor:pointer}.monaco-editor .inline-completion-text-to-replace{text-decoration:underline;text-underline-position:under}.monaco-editor .ghost-text-decoration,.monaco-editor .ghost-text-decoration-preview,.monaco-editor .suggest-preview-text .ghost-text{&.syntax-highlighted{opacity:.7}&:not(.syntax-highlighted){color:var(--vscode-editorGhostText-foreground)}background-color:var(--vscode-editorGhostText-background);border:1px solid var(--vscode-editorGhostText-border)}.monaco-editor .ghost-text-decoration.warning,.monaco-editor .ghost-text-decoration-preview.warning,.monaco-editor .suggest-preview-text .ghost-text.warning{background:var(--monaco-editor-warning-decoration) repeat-x bottom left;border-bottom:4px double var(--vscode-editorWarning-border)}.ghost-text-view-warning-widget-icon{.codicon{color:var(--vscode-editorWarning-foreground)!important}}.monaco-editor{.edits-fadeout-decoration{opacity:var(--animation-opacity, 1);background-color:var(--vscode-inlineEdit-modifiedChangedTextBackground)}}.monaco-editor .sticky-widget{overflow:hidden;border-bottom:1px solid var(--vscode-editorStickyScroll-border);width:100%;box-shadow:var(--vscode-editorStickyScroll-shadow) 0 4px 2px -2px;z-index:4;right:initial!important;margin-left:"0px"}.monaco-editor .sticky-widget .sticky-widget-line-numbers{float:left;background-color:var(--vscode-editorStickyScrollGutter-background)}.monaco-editor .sticky-widget.peek .sticky-widget-line-numbers{background-color:var(--vscode-peekViewEditorStickyScrollGutter-background)}.monaco-editor .sticky-widget .sticky-widget-lines-scrollable{display:inline-block;position:absolute;overflow:hidden;width:var(--vscode-editorStickyScroll-scrollableWidth);background-color:var(--vscode-editorStickyScroll-background)}.monaco-editor .sticky-widget.peek .sticky-widget-lines-scrollable{background-color:var(--vscode-peekViewEditorStickyScroll-background)}.monaco-editor .sticky-widget .sticky-widget-lines{position:absolute;background-color:inherit}.monaco-editor .sticky-widget .sticky-line-number,.monaco-editor .sticky-widget .sticky-line-content{color:var(--vscode-editorLineNumber-foreground);white-space:nowrap;display:inline-block;position:absolute;background-color:inherit}.monaco-editor .sticky-widget .sticky-line-number .codicon-folding-expanded,.monaco-editor .sticky-widget .sticky-line-number .codicon-folding-collapsed{float:right;transition:var(--vscode-editorStickyScroll-foldingOpacityTransition);position:absolute;margin-left:2px}.monaco-editor .sticky-widget .sticky-line-content{width:var(--vscode-editorStickyScroll-scrollableWidth);background-color:inherit;white-space:nowrap}.monaco-editor .sticky-widget .sticky-line-number-inner{display:inline-block;text-align:right}.monaco-editor .sticky-widget .sticky-line-content:hover{background-color:var(--vscode-editorStickyScrollHover-background);cursor:pointer}.monaco-editor .margin-view-overlays .codicon-folding-manual-collapsed,.monaco-editor .margin-view-overlays .codicon-folding-manual-expanded,.monaco-editor .margin-view-overlays .codicon-folding-expanded,.monaco-editor .margin-view-overlays .codicon-folding-collapsed{cursor:pointer;opacity:0;transition:opacity .5s;display:flex;align-items:center;justify-content:center;font-size:140%;margin-left:2px}.monaco-workbench.reduce-motion .monaco-editor .margin-view-overlays .codicon-folding-manual-collapsed,.monaco-workbench.reduce-motion .monaco-editor .margin-view-overlays .codicon-folding-manual-expanded,.monaco-workbench.reduce-motion .monaco-editor .margin-view-overlays .codicon-folding-expanded,.monaco-workbench.reduce-motion .monaco-editor .margin-view-overlays .codicon-folding-collapsed{transition:initial}.monaco-editor .margin-view-overlays:hover .codicon,.monaco-editor .margin-view-overlays .codicon.codicon-folding-collapsed,.monaco-editor .margin-view-overlays .codicon.codicon-folding-manual-collapsed,.monaco-editor .margin-view-overlays .codicon.alwaysShowFoldIcons{opacity:1}.monaco-editor .inline-folded:after{color:var(--vscode-editor-foldPlaceholderForeground);margin:.1em .2em 0;content:"⋯";display:inline;line-height:1em;cursor:pointer}.monaco-editor .folded-background{background-color:var(--vscode-editor-foldBackground)}.monaco-editor .cldr.codicon.codicon-folding-expanded,.monaco-editor .cldr.codicon.codicon-folding-collapsed,.monaco-editor .cldr.codicon.codicon-folding-manual-expanded,.monaco-editor .cldr.codicon.codicon-folding-manual-collapsed{color:var(--vscode-editorGutter-foldingControlForeground)!important}.monaco-editor{.inline-edits-view-indicator{display:flex;z-index:34;height:20px;color:var(--vscode-inlineEdit-gutterIndicator-primaryForeground);background-color:var(--vscode-inlineEdit-gutterIndicator-background);border:1px solid var(--vscode-inlineEdit-gutterIndicator-primaryBorder);border-radius:3px;align-items:center;padding:2px 10px 2px 2px;margin:0 4px;opacity:0;&.contained{transition:opacity .2s ease-in-out;transition-delay:.4s}&.visible{opacity:1}&.top{opacity:1;.icon{transform:rotate(90deg)}}&.bottom{opacity:1;.icon{transform:rotate(-90deg)}}.icon{display:flex;align-items:center;margin:0 2px;transform:none;transition:transform .2s ease-in-out;.codicon{color:var(--vscode-inlineEdit-gutterIndicator-primaryForeground)}}.label{margin:0 2px;display:flex;justify-content:center;width:100%}}.inline-edits-view .editorContainer{.preview .monaco-editor{.view-overlays .current-line-exact,.current-line-margin{border:none}}.inline-edits-view-zone.diagonal-fill{opacity:.5}}.strike-through{text-decoration:line-through}.inlineCompletions-line-insert{background:var(--vscode-inlineEdit-modifiedChangedLineBackground)}.inlineCompletions-line-delete{background:var(--vscode-inlineEdit-originalChangedLineBackground)}.inlineCompletions-char-insert{background:var(--vscode-inlineEdit-modifiedChangedTextBackground);cursor:pointer}.inlineCompletions-char-delete{background:var(--vscode-inlineEdit-originalChangedTextBackground)}.inlineCompletions-char-delete.diff-range-empty{margin-left:-1px;border-left:solid var(--vscode-inlineEdit-originalChangedTextBackground) 3px}.inlineCompletions-char-insert.diff-range-empty{border-left:solid var(--vscode-inlineEdit-modifiedChangedTextBackground) 3px}.inlineCompletions-char-delete.single-line-inline{border:1px solid var(--vscode-editorHoverWidget-border);margin:-2px 0 0 -2px}.inlineCompletions-char-insert.single-line-inline{border-top:1px solid var(--vscode-inlineEdit-modifiedBorder);border-bottom:1px solid var(--vscode-inlineEdit-modifiedBorder)}.inlineCompletions-char-insert.single-line-inline.start{border-top-left-radius:4px;border-bottom-left-radius:4px;border-left:1px solid var(--vscode-inlineEdit-modifiedBorder)}.inlineCompletions-char-insert.single-line-inline.end{border-top-right-radius:4px;border-bottom-right-radius:4px;border-right:1px solid var(--vscode-inlineEdit-modifiedBorder)}.inlineCompletions-char-delete.single-line-inline.empty,.inlineCompletions-char-insert.single-line-inline.empty{display:none}.inlineCompletions.strike-through{text-decoration-thickness:1px}.inlineCompletions-modified-bubble{background:var(--vscode-inlineEdit-modifiedChangedTextBackground)}.inlineCompletions-original-bubble{background:var(--vscode-inlineEdit-originalChangedTextBackground)}.inlineCompletions-modified-bubble,.inlineCompletions-original-bubble{pointer-events:none;display:inline-block}.inline-edit.ghost-text,.inline-edit.ghost-text-decoration,.inline-edit.ghost-text-decoration-preview,.inline-edit.suggest-preview-text .ghost-text{&.syntax-highlighted{opacity:1!important}font-style:normal!important}.inline-edit.modified-background.ghost-text,.inline-edit.modified-background.ghost-text-decoration,.inline-edit.modified-background.ghost-text-decoration-preview,.inline-edit.modified-background.suggest-preview-text .ghost-text{background:var(--vscode-inlineEdit-modifiedChangedTextBackground)!important;display:inline-block!important}.inlineCompletions-original-lines{background:var(--vscode-editor-background)}}.monaco-menu-option{color:var(--vscode-editorActionList-foreground);font-size:13px;padding:0 10px;line-height:26px;display:flex;gap:8px;align-items:center;border-radius:4px;cursor:pointer;&.active{background:var(--vscode-editorActionList-focusBackground);color:var(--vscode-editorActionList-focusForeground);outline:1px solid var(--vscode-menu-selectionBorder, transparent);outline-offset:-1px}}.monaco-editor .detected-link,.monaco-editor .detected-link-active{text-decoration:underline;text-underline-position:under}.monaco-editor .detected-link-active{cursor:pointer;color:var(--vscode-editorLink-activeForeground)!important}.colorpicker-widget{height:190px;-moz-user-select:none;user-select:none;-webkit-user-select:none}.colorpicker-color-decoration,.hc-light .colorpicker-color-decoration{border:solid .1em #000;box-sizing:border-box;margin:.1em .2em 0;width:.8em;height:.8em;line-height:.8em;display:inline-block;cursor:pointer}.hc-black .colorpicker-color-decoration,.vs-dark .colorpicker-color-decoration{border:solid .1em #eee}.colorpicker-header{display:flex;height:24px;position:relative;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTZEaa/1AAAAHUlEQVQYV2PYvXu3JAi7uLiAMaYAjAGTQBPYLQkAa/0Zef3qRswAAAAASUVORK5CYII=);background-size:9px 9px;image-rendering:pixelated}.colorpicker-header .picked-color{width:240px;display:flex;align-items:center;justify-content:center;line-height:24px;cursor:pointer;color:#fff;flex:1;white-space:nowrap;overflow:hidden}.colorpicker-header .picked-color .picked-color-presentation{white-space:nowrap;margin-left:5px;margin-right:5px}.colorpicker-header .picked-color .codicon{color:inherit;font-size:14px}.colorpicker-header .picked-color.light{color:#000}.colorpicker-header .original-color{width:74px;z-index:inherit;cursor:pointer}.standalone-colorpicker{color:var(--vscode-editorHoverWidget-foreground);background-color:var(--vscode-editorHoverWidget-background);border:1px solid var(--vscode-editorHoverWidget-border)}.colorpicker-header.standalone-colorpicker{border-bottom:none}.colorpicker-header .close-button{cursor:pointer;background-color:var(--vscode-editorHoverWidget-background);border-left:1px solid var(--vscode-editorHoverWidget-border)}.colorpicker-header .close-button-inner-div{width:100%;height:100%;text-align:center}.colorpicker-header .close-button-inner-div:hover{background-color:var(--vscode-toolbar-hoverBackground)}.colorpicker-header .close-icon{padding:3px}.colorpicker-body{display:flex;padding:8px;position:relative}.colorpicker-body .saturation-wrap{overflow:hidden;height:150px;position:relative;min-width:220px;flex:1}.colorpicker-body .saturation-box{height:150px;position:absolute}.colorpicker-body .saturation-selection{width:9px;height:9px;margin:-5px 0 0 -5px;border:1px solid rgb(255,255,255);border-radius:100%;box-shadow:0 0 2px #000c;position:absolute}.colorpicker-body .strip{width:25px;height:150px}.colorpicker-body .standalone-strip{width:25px;height:122px}.colorpicker-body .hue-strip{position:relative;margin-left:8px;cursor:grab;background:linear-gradient(to bottom,red,#ff0 17%,#0f0 33%,#0ff,#00f 67%,#f0f 83%,red)}.colorpicker-body .opacity-strip{position:relative;margin-left:8px;cursor:grab;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTZEaa/1AAAAHUlEQVQYV2PYvXu3JAi7uLiAMaYAjAGTQBPYLQkAa/0Zef3qRswAAAAASUVORK5CYII=);background-size:9px 9px;image-rendering:pixelated}.colorpicker-body .strip.grabbing{cursor:grabbing}.colorpicker-body .slider{position:absolute;top:0;left:-2px;width:calc(100% + 4px);height:4px;box-sizing:border-box;border:1px solid rgba(255,255,255,.71);box-shadow:0 0 1px #000000d9}.colorpicker-body .strip .overlay{height:150px;pointer-events:none}.colorpicker-body .standalone-strip .standalone-overlay{height:122px;pointer-events:none}.standalone-colorpicker-body{display:block;border:1px solid transparent;border-bottom:1px solid var(--vscode-editorHoverWidget-border);overflow:hidden}.colorpicker-body .insert-button{position:absolute;height:20px;width:58px;padding:0;right:8px;bottom:8px;background:var(--vscode-button-background);color:var(--vscode-button-foreground);border-radius:2px;border:none;cursor:pointer}.colorpicker-body .insert-button:hover{background:var(--vscode-button-hoverBackground)}.monaco-editor .hoverHighlight{background-color:var(--vscode-editor-hoverHighlightBackground)}.monaco-editor .monaco-resizable-hover{border:1px solid var(--vscode-editorHoverWidget-border);border-radius:3px;box-sizing:content-box}.monaco-editor .monaco-resizable-hover>.monaco-hover{border:none;border-radius:none}.monaco-editor .monaco-hover{border:1px solid var(--vscode-editorHoverWidget-border);border-radius:3px;color:var(--vscode-editorHoverWidget-foreground);background-color:var(--vscode-editorHoverWidget-background)}.monaco-editor .monaco-hover a{color:var(--vscode-textLink-foreground)}.monaco-editor .monaco-hover a:hover{color:var(--vscode-textLink-activeForeground)}.monaco-editor .monaco-hover .hover-row{display:flex}.monaco-editor .monaco-hover .hover-row .hover-row-contents{min-width:0;display:flex;flex-direction:column}.monaco-editor .monaco-hover .hover-row .verbosity-actions{border-right:1px solid var(--vscode-editorHoverWidget-border);width:22px;overflow-y:clip}.monaco-editor .monaco-hover .hover-row .verbosity-actions-inner{display:flex;flex-direction:column;padding-left:5px;padding-right:5px;justify-content:flex-end;position:relative}.monaco-editor .monaco-hover .hover-row .verbosity-actions-inner .codicon{cursor:pointer;font-size:11px}.monaco-editor .monaco-hover .hover-row .verbosity-actions-inner .codicon.enabled{color:var(--vscode-textLink-foreground)}.monaco-editor .monaco-hover .hover-row .verbosity-actions-inner .codicon.disabled{opacity:.6}.monaco-editor .monaco-hover .hover-row .actions{background-color:var(--vscode-editorHoverWidget-statusBarBackground)}.monaco-editor .monaco-hover code{background-color:var(--vscode-textCodeBlock-background)}.defineKeybindingWidget{padding:10px;position:absolute}.defineKeybindingWidget .message{width:400px;text-align:center}.defineKeybindingWidget .monaco-inputbox,.defineKeybindingWidget .output,.defineKeybindingWidget .existing{margin-top:10px;width:400px;display:block;text-align:center}.defineKeybindingWidget .input{text-align:center}.defineKeybindingWidget .output{display:flex;justify-content:center}.defineKeybindingWidget .existing .existingText{text-decoration:underline;cursor:pointer}.defineKeybindingWidget .output .monaco-keybinding{margin:0 4px}.monaco-editor .keybindingInfo{box-shadow:inset 0 0 0 1px #b9b9b9;background-color:#6464fa33}.monaco-editor .keybindingError{box-shadow:inset 0 0 0 1px #b9b9b9;background-color:#fa646433}.monaco-diff-editor .diff-review{position:absolute}.monaco-component.diff-review{-moz-user-select:none;user-select:none;-webkit-user-select:none;z-index:99;.diff-review-line-number{text-align:right;display:inline-block;color:var(--vscode-editorLineNumber-foreground)}.diff-review-summary{padding-left:10px}.diff-review-shadow{position:absolute;box-shadow:var(--vscode-scrollbar-shadow) 0 -6px 6px -6px inset}.diff-review-row{white-space:pre}.diff-review-table{display:table;min-width:100%}.diff-review-row{display:table-row;width:100%}.diff-review-spacer{display:inline-block;width:10px;vertical-align:middle}.diff-review-spacer>.codicon{font-size:9px!important}.diff-review-actions{display:inline-block;position:absolute;right:10px;top:2px;z-index:100}.diff-review-actions .action-label{width:16px;height:16px;margin:2px 0}.revertButton{cursor:pointer}.action-label{background:var(--vscode-editorActionList-background)}}.monaco-editor .diff-hidden-lines-widget{width:100%}.monaco-editor .diff-hidden-lines{height:0px;transform:translateY(-10px);font-size:13px;line-height:14px}.monaco-editor .diff-hidden-lines:not(.dragging) .top:hover,.monaco-editor .diff-hidden-lines:not(.dragging) .bottom:hover,.monaco-editor .diff-hidden-lines .top.dragging,.monaco-editor .diff-hidden-lines .bottom.dragging{background-color:var(--vscode-focusBorder)}.monaco-editor .diff-hidden-lines .top,.monaco-editor .diff-hidden-lines .bottom{transition:background-color .1s ease-out;height:4px;background-color:transparent;background-clip:padding-box;border-bottom:2px solid transparent;border-top:4px solid transparent}.monaco-editor.draggingUnchangedRegion.canMoveTop:not(.canMoveBottom) *,.monaco-editor .diff-hidden-lines .top.canMoveTop:not(.canMoveBottom),.monaco-editor .diff-hidden-lines .bottom.canMoveTop:not(.canMoveBottom){cursor:n-resize!important}.monaco-editor.draggingUnchangedRegion:not(.canMoveTop).canMoveBottom *,.monaco-editor .diff-hidden-lines .top:not(.canMoveTop).canMoveBottom,.monaco-editor .diff-hidden-lines .bottom:not(.canMoveTop).canMoveBottom{cursor:s-resize!important}.monaco-editor.draggingUnchangedRegion.canMoveTop.canMoveBottom *,.monaco-editor .diff-hidden-lines .top.canMoveTop.canMoveBottom,.monaco-editor .diff-hidden-lines .bottom.canMoveTop.canMoveBottom{cursor:ns-resize!important}.monaco-editor .diff-hidden-lines .top{transform:translateY(4px)}.monaco-editor .diff-hidden-lines .bottom{transform:translateY(-6px)}.monaco-editor .diff-unchanged-lines{background:var(--vscode-diffEditor-unchangedCodeBackground)}.monaco-editor .noModificationsOverlay{z-index:1;background:var(--vscode-editor-background);display:flex;justify-content:center;align-items:center}.monaco-editor .diff-hidden-lines .center{background:var(--vscode-diffEditor-unchangedRegionBackground);color:var(--vscode-diffEditor-unchangedRegionForeground);overflow:hidden;display:block;text-overflow:ellipsis;white-space:nowrap;height:24px;box-shadow:inset 0 -5px 5px -7px var(--vscode-diffEditor-unchangedRegionShadow),inset 0 5px 5px -7px var(--vscode-diffEditor-unchangedRegionShadow)}.monaco-editor .diff-hidden-lines .center span.codicon{vertical-align:middle}.monaco-editor .diff-hidden-lines .center a:hover .codicon{cursor:pointer;color:var(--vscode-editorLink-activeForeground)!important}.monaco-editor .diff-hidden-lines div.breadcrumb-item{cursor:pointer}.monaco-editor .diff-hidden-lines div.breadcrumb-item:hover{color:var(--vscode-editorLink-activeForeground)}.monaco-editor .movedOriginal,.monaco-editor .movedModified{border:2px solid var(--vscode-diffEditor-move-border)}.monaco-editor .movedOriginal.currentMove,.monaco-editor .movedModified.currentMove{border:2px solid var(--vscode-diffEditor-moveActive-border)}.monaco-diff-editor .moved-blocks-lines path.currentMove{stroke:var(--vscode-diffEditor-moveActive-border)}.monaco-diff-editor .moved-blocks-lines path{pointer-events:visiblestroke}.monaco-diff-editor .moved-blocks-lines .arrow{fill:var(--vscode-diffEditor-move-border)}.monaco-diff-editor .moved-blocks-lines .arrow.currentMove{fill:var(--vscode-diffEditor-moveActive-border)}.monaco-diff-editor .moved-blocks-lines .arrow-rectangle{fill:var(--vscode-editor-background)}.monaco-diff-editor .moved-blocks-lines{position:absolute;pointer-events:none}.monaco-diff-editor .moved-blocks-lines path{fill:none;stroke:var(--vscode-diffEditor-move-border);stroke-width:2}.monaco-editor .char-delete.diff-range-empty{margin-left:-1px;border-left:solid var(--vscode-diffEditor-removedTextBackground) 3px}.monaco-editor .char-insert.diff-range-empty{border-left:solid var(--vscode-diffEditor-insertedTextBackground) 3px}.monaco-editor .fold-unchanged{cursor:pointer}.monaco-diff-editor .diff-moved-code-block{display:flex;justify-content:flex-end;margin-top:-4px}.monaco-diff-editor .diff-moved-code-block .action-bar .action-label.codicon{width:12px;height:12px;font-size:12px}.monaco-diff-editor .diffOverview{z-index:9}.monaco-diff-editor .diffOverview .diffViewport{z-index:10}.monaco-diff-editor.vs .diffOverview{background:#00000008}.monaco-diff-editor.vs-dark .diffOverview{background:#ffffff03}.monaco-scrollable-element.modified-in-monaco-diff-editor.vs .scrollbar,.monaco-scrollable-element.modified-in-monaco-diff-editor.vs-dark .scrollbar{background:#0000}.monaco-scrollable-element.modified-in-monaco-diff-editor.hc-black .scrollbar,.monaco-scrollable-element.modified-in-monaco-diff-editor.hc-light .scrollbar{background:none}.monaco-scrollable-element.modified-in-monaco-diff-editor .slider{z-index:10}.modified-in-monaco-diff-editor .slider.active{background:#ababab66}.modified-in-monaco-diff-editor.hc-black .slider.active,.modified-in-monaco-diff-editor.hc-light .slider.active{background:none}.monaco-editor .insert-sign,.monaco-diff-editor .insert-sign,.monaco-editor .delete-sign,.monaco-diff-editor .delete-sign{font-size:11px!important;opacity:.7!important;display:flex!important;align-items:center}.monaco-editor.hc-black .insert-sign,.monaco-diff-editor.hc-black .insert-sign,.monaco-editor.hc-black .delete-sign,.monaco-diff-editor.hc-black .delete-sign,.monaco-editor.hc-light .insert-sign,.monaco-diff-editor.hc-light .insert-sign,.monaco-editor.hc-light .delete-sign,.monaco-diff-editor.hc-light .delete-sign{opacity:1}.monaco-editor .inline-deleted-margin-view-zone,.monaco-editor .inline-added-margin-view-zone{text-align:right}.monaco-editor .arrow-revert-change{z-index:10;position:absolute}.monaco-editor .arrow-revert-change:hover{cursor:pointer}.monaco-editor .view-zones .view-lines .view-line span{display:inline-block}.monaco-editor .margin-view-zones .lightbulb-glyph:hover{cursor:pointer}.monaco-editor .char-insert,.monaco-diff-editor .char-insert{background-color:var(--vscode-diffEditor-insertedTextBackground)}.monaco-editor .line-insert,.monaco-diff-editor .line-insert{background-color:var(--vscode-diffEditor-insertedLineBackground, var(--vscode-diffEditor-insertedTextBackground))}.monaco-editor .line-insert,.monaco-editor .char-insert{box-sizing:border-box;border:1px solid var(--vscode-diffEditor-insertedTextBorder)}.monaco-editor.hc-black .line-insert,.monaco-editor.hc-light .line-insert,.monaco-editor.hc-black .char-insert,.monaco-editor.hc-light .char-insert{border-style:dashed}.monaco-editor .line-delete,.monaco-editor .char-delete{box-sizing:border-box;border:1px solid var(--vscode-diffEditor-removedTextBorder)}.monaco-editor.hc-black .line-delete,.monaco-editor.hc-light .line-delete,.monaco-editor.hc-black .char-delete,.monaco-editor.hc-light .char-delete{border-style:dashed}.monaco-editor .inline-added-margin-view-zone,.monaco-editor .gutter-insert,.monaco-diff-editor .gutter-insert{background-color:var(--vscode-diffEditorGutter-insertedLineBackground, var(--vscode-diffEditor-insertedLineBackground), var(--vscode-diffEditor-insertedTextBackground))}.monaco-editor .char-delete,.monaco-diff-editor .char-delete,.monaco-editor .inline-deleted-text{background-color:var(--vscode-diffEditor-removedTextBackground)}.monaco-editor .inline-deleted-text{text-decoration:line-through}.monaco-editor .line-delete,.monaco-diff-editor .line-delete{background-color:var(--vscode-diffEditor-removedLineBackground, var(--vscode-diffEditor-removedTextBackground))}.monaco-editor .inline-deleted-margin-view-zone,.monaco-editor .gutter-delete,.monaco-diff-editor .gutter-delete{background-color:var(--vscode-diffEditorGutter-removedLineBackground, var(--vscode-diffEditor-removedLineBackground), var(--vscode-diffEditor-removedTextBackground))}.monaco-diff-editor.side-by-side .editor.modified{box-shadow:-6px 0 5px -5px var(--vscode-scrollbar-shadow);border-left:1px solid var(--vscode-diffEditor-border)}.monaco-diff-editor.side-by-side .editor.original{box-shadow:6px 0 5px -5px var(--vscode-scrollbar-shadow);border-right:1px solid var(--vscode-diffEditor-border)}.monaco-diff-editor .diffViewport{background:var(--vscode-scrollbarSlider-background)}.monaco-diff-editor .diffViewport:hover{background:var(--vscode-scrollbarSlider-hoverBackground)}.monaco-diff-editor .diffViewport:active{background:var(--vscode-scrollbarSlider-activeBackground)}.monaco-editor .diagonal-fill{background-image:linear-gradient(-45deg,var(--vscode-diffEditor-diagonalFill) 12.5%,#0000 12.5%,#0000 50%,var(--vscode-diffEditor-diagonalFill) 50%,var(--vscode-diffEditor-diagonalFill) 62.5%,#0000 62.5%,#0000 100%);background-size:8px 8px}.monaco-diff-editor .gutter{position:relative;overflow:hidden;flex-shrink:0;flex-grow:0;>div{position:absolute}.gutterItem{opacity:0;transition:opacity .7s;&.showAlways{opacity:1;transition:none}&.noTransition{transition:none}}&:hover .gutterItem{opacity:1;transition:opacity .1s ease-in-out}.gutterItem{.background{position:absolute;height:100%;left:50%;width:1px;border-left:2px var(--vscode-menu-separatorBackground) solid}.buttons{position:absolute;width:100%;display:flex;justify-content:center;align-items:center;.monaco-toolbar{height:-moz-fit-content;height:fit-content;.monaco-action-bar{line-height:1;.actions-container{width:-moz-fit-content;width:fit-content;border-radius:4px;background:var(--vscode-editorGutter-itemBackground);.action-item{&:hover{background:var(--vscode-toolbar-hoverBackground)}.action-label{color:var(--vscode-editorGutter-itemGlyphForeground);padding:1px 2px}}}}}}}}.monaco-diff-editor .diff-hidden-lines-compact{display:flex;height:11px;.line-left,.line-right{height:1px;border-top:1px solid;border-color:var(--vscode-editorCodeLens-foreground);opacity:.5;margin:auto;width:100%}.line-left{width:20px}.text{color:var(--vscode-editorCodeLens-foreground);text-wrap:nowrap;font-size:11px;line-height:11px;margin:0 4px}}.monaco-workbench .quick-input-list .quick-input-list-entry.has-actions:hover .quick-input-list-entry-action-bar .action-label.dirty-workspace:before{content:var(--vscode-icon-x-content);font-family:var(--vscode-icon-x-font-family)}.monaco-workbench .screencast-mouse{position:absolute;border-width:2px;border-style:solid;border-radius:50%;z-index:100000;content:" ";pointer-events:none;display:none}.monaco-workbench .screencast-keyboard{position:absolute;background-color:#00000080;width:100%;left:0;z-index:100000;pointer-events:none;color:#eee;line-height:1.75em;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.monaco-workbench:not(.reduce-motion) .screencast-keyboard{transition:opacity .3s ease-out}.monaco-workbench .screencast-keyboard:empty{opacity:0}.monaco-workbench .screencast-keyboard>.key{padding:0 8px;box-shadow:inset 0 -3px #bababa66;margin-right:6px;border:1px solid hsla(0,0%,80%,.4);border-radius:5px;background-color:#ffffff0d}.monaco-workbench .screencast-keyboard>.title{font-weight:600}.monaco-editor .selection-anchor{background-color:#007acc;width:2px!important}.monaco-editor .bracket-match{box-sizing:border-box;background-color:var(--vscode-editorBracketMatch-background);border:1px solid var(--vscode-editorBracketMatch-border)}.monaco-editor .codelens-decoration{overflow:hidden;display:inline-flex!important;align-items:center;text-overflow:ellipsis;white-space:nowrap;color:var(--vscode-editorCodeLens-foreground);line-height:var(--vscode-editorCodeLens-lineHeight);font-size:var(--vscode-editorCodeLens-fontSize);padding-right:calc(var(--vscode-editorCodeLens-fontSize)*.5);font-feature-settings:var(--vscode-editorCodeLens-fontFeatureSettings);font-family:var(--vscode-editorCodeLens-fontFamily),var(--vscode-editorCodeLens-fontFamilyDefault)}.monaco-editor .codelens-decoration>span,.monaco-editor .codelens-decoration>a{-moz-user-select:none;user-select:none;-webkit-user-select:none;white-space:nowrap;vertical-align:sub;display:inline-flex;align-items:center}.monaco-editor .codelens-decoration>a{text-decoration:none}.monaco-editor .codelens-decoration>a:hover{cursor:pointer;color:var(--vscode-editorLink-activeForeground)!important}.monaco-editor .codelens-decoration>a:hover .codicon{color:var(--vscode-editorLink-activeForeground)!important}.monaco-editor .codelens-decoration .codicon[class*=codicon-]{vertical-align:middle;color:currentColor!important;color:var(--vscode-editorCodeLens-foreground);line-height:var(--vscode-editorCodeLens-lineHeight);font-size:var(--vscode-editorCodeLens-fontSize)}.monaco-editor .codelens-decoration>a:hover .codicon:before{cursor:pointer}@keyframes fadein{0%{opacity:0}to{opacity:1}}.monaco-editor .codelens-decoration.fadein{animation:fadein .1s linear}.monaco-editor.vs .dnd-target,.monaco-editor.hc-light .dnd-target{border-right:2px dotted black;color:#fff}.monaco-editor.vs-dark .dnd-target{border-right:2px dotted #AEAFAD;color:#51504f}.monaco-editor.hc-black .dnd-target{border-right:2px dotted #fff;color:#000}.monaco-editor.mouse-default .view-lines,.monaco-editor.vs-dark.mac.mouse-default .view-lines,.monaco-editor.hc-black.mac.mouse-default .view-lines,.monaco-editor.hc-light.mac.mouse-default .view-lines{cursor:default}.monaco-editor.mouse-copy .view-lines,.monaco-editor.vs-dark.mac.mouse-copy .view-lines,.monaco-editor.hc-black.mac.mouse-copy .view-lines,.monaco-editor.hc-light.mac.mouse-copy .view-lines{cursor:copy}.monaco-editor .findOptionsWidget{background-color:var(--vscode-editorWidget-background);color:var(--vscode-editorWidget-foreground);box-shadow:0 0 8px 2px var(--vscode-widget-shadow);border:2px solid var(--vscode-contrastBorder)}.monaco-editor .find-widget{position:absolute;z-index:35;height:33px;overflow:hidden;line-height:19px;transition:transform .2s linear;padding:0 4px;box-sizing:border-box;transform:translateY(calc(-100% - 10px));box-shadow:0 0 8px 2px var(--vscode-widget-shadow);color:var(--vscode-editorWidget-foreground);border-left:1px solid var(--vscode-widget-border);border-right:1px solid var(--vscode-widget-border);border-bottom:1px solid var(--vscode-widget-border);border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:var(--vscode-editorWidget-background)}.monaco-workbench.reduce-motion .monaco-editor .find-widget{transition:transform 0ms linear}.monaco-editor .find-widget textarea{margin:0}.monaco-editor .find-widget.hiddenEditor{display:none}.monaco-editor .find-widget.replaceToggled>.replace-part{display:flex}.monaco-editor .find-widget.visible{transform:translateY(0)}.monaco-editor .find-widget .monaco-inputbox.synthetic-focus{outline:1px solid -webkit-focus-ring-color;outline-offset:-1px;outline-color:var(--vscode-focusBorder)}.monaco-editor .find-widget .monaco-inputbox .input{background-color:transparent;min-height:0}.monaco-editor .find-widget .monaco-findInput .input{font-size:13px}.monaco-editor .find-widget>.find-part,.monaco-editor .find-widget>.replace-part{margin:3px 25px 0 17px;font-size:12px;display:flex}.monaco-editor .find-widget>.find-part .monaco-inputbox,.monaco-editor .find-widget>.replace-part .monaco-inputbox{min-height:25px}.monaco-editor .find-widget>.replace-part .monaco-inputbox>.ibwrapper>.mirror{padding-right:22px}.monaco-editor .find-widget>.find-part .monaco-inputbox>.ibwrapper>.input,.monaco-editor .find-widget>.find-part .monaco-inputbox>.ibwrapper>.mirror,.monaco-editor .find-widget>.replace-part .monaco-inputbox>.ibwrapper>.input,.monaco-editor .find-widget>.replace-part .monaco-inputbox>.ibwrapper>.mirror{padding-top:2px;padding-bottom:2px}.monaco-editor .find-widget>.find-part .find-actions{height:25px;display:flex;align-items:center}.monaco-editor .find-widget>.replace-part .replace-actions{height:25px;display:flex;align-items:center}.monaco-editor .find-widget .monaco-findInput{vertical-align:middle;display:flex;flex:1}.monaco-editor .find-widget .monaco-findInput .monaco-scrollable-element{width:100%}.monaco-editor .find-widget .monaco-findInput .monaco-scrollable-element .scrollbar.vertical{opacity:0}.monaco-editor .find-widget .matchesCount{display:flex;flex:initial;margin:0 0 0 3px;padding:2px 0 0 2px;height:25px;vertical-align:middle;box-sizing:border-box;text-align:center;line-height:23px}.monaco-editor .find-widget .button{width:16px;height:16px;padding:3px;border-radius:5px;flex:initial;margin-left:3px;background-position:center center;background-repeat:no-repeat;cursor:pointer;display:flex;align-items:center;justify-content:center}.monaco-editor .find-widget .codicon-find-selection{width:22px;height:22px;padding:3px;border-radius:5px}.monaco-editor .find-widget .button.left{margin-left:0;margin-right:3px}.monaco-editor .find-widget .button.wide{width:auto;padding:1px 6px;top:-1px}.monaco-editor .find-widget .button.toggle{position:absolute;top:0;left:3px;width:18px;height:100%;border-radius:0;box-sizing:border-box}.monaco-editor .find-widget .button.toggle.disabled{display:none}.monaco-editor .find-widget .disabled{color:var(--vscode-disabledForeground);cursor:default}.monaco-editor .find-widget>.replace-part{display:none}.monaco-editor .find-widget>.replace-part>.monaco-findInput{position:relative;display:flex;vertical-align:middle;flex:auto;flex-grow:0;flex-shrink:0}.monaco-editor .find-widget>.replace-part>.monaco-findInput>.controls{position:absolute;top:3px;right:2px}.monaco-editor .find-widget.reduced-find-widget .matchesCount{display:none}.monaco-editor .find-widget.narrow-find-widget{max-width:257px!important}.monaco-editor .find-widget.collapsed-find-widget{max-width:170px!important}.monaco-editor .find-widget.collapsed-find-widget .button.previous,.monaco-editor .find-widget.collapsed-find-widget .button.next,.monaco-editor .find-widget.collapsed-find-widget .button.replace,.monaco-editor .find-widget.collapsed-find-widget .button.replace-all,.monaco-editor .find-widget.collapsed-find-widget>.find-part .monaco-findInput .controls{display:none}.monaco-editor .find-widget.no-results .matchesCount{color:var(--vscode-errorForeground)}.monaco-editor .findMatch{animation-duration:0;animation-name:inherit!important;background-color:var(--vscode-editor-findMatchHighlightBackground)}.monaco-editor .currentFindMatch{background-color:var(--vscode-editor-findMatchBackground);border:2px solid var(--vscode-editor-findMatchBorder);padding:1px;box-sizing:border-box}.monaco-editor .findScope{background-color:var(--vscode-editor-findRangeHighlightBackground)}.monaco-editor .find-widget .monaco-sash{left:0!important;background-color:var(--vscode-editorWidget-resizeBorder, var(--vscode-editorWidget-border))}.monaco-editor.hc-black .find-widget .button:before{position:relative;top:1px;left:2px}.monaco-editor .find-widget .button:not(.disabled):hover,.monaco-editor .find-widget .codicon-find-selection:hover{background-color:var(--vscode-toolbar-hoverBackground)!important}.monaco-editor.findMatch{background-color:var(--vscode-editor-findMatchHighlightBackground)}.monaco-editor.currentFindMatch{background-color:var(--vscode-editor-findMatchBackground)}.monaco-editor.findScope{background-color:var(--vscode-editor-findRangeHighlightBackground)}.monaco-editor.findMatch{background-color:var(--vscode-editorWidget-background)}.monaco-editor .find-widget>.button.codicon-widget-close{position:absolute;top:5px;right:4px}.monaco-editor .goto-definition-link{text-decoration:underline;cursor:pointer;color:var(--vscode-editorLink-activeForeground)!important}.monaco-editor .peekview-widget .head .peekview-title .severity-icon{display:inline-block;vertical-align:text-top;margin-right:4px}.monaco-editor .marker-widget{text-overflow:ellipsis;white-space:nowrap}.monaco-editor .marker-widget>.stale{opacity:.6;font-style:italic}.monaco-editor .marker-widget .title{display:inline-block;padding-right:5px}.monaco-editor .marker-widget .descriptioncontainer{position:absolute;white-space:pre;-moz-user-select:text;user-select:text;-webkit-user-select:text;padding:8px 12px 0 20px}.monaco-editor .marker-widget .descriptioncontainer .message{display:flex;flex-direction:column}.monaco-editor .marker-widget .descriptioncontainer .message .details{padding-left:6px}.monaco-editor .marker-widget .descriptioncontainer .message .source,.monaco-editor .marker-widget .descriptioncontainer .message span.code{opacity:.6}.monaco-editor .marker-widget .descriptioncontainer .message a.code-link{opacity:.6;color:inherit}.monaco-editor .marker-widget .descriptioncontainer .message a.code-link:before{content:"("}.monaco-editor .marker-widget .descriptioncontainer .message a.code-link:after{content:")"}.monaco-editor .marker-widget .descriptioncontainer .message a.code-link>span{text-decoration:underline;border-bottom:1px solid transparent;text-underline-position:under;color:var(--vscode-textLink-activeForeground)}.monaco-editor .marker-widget .descriptioncontainer .filename{cursor:pointer;color:var(--vscode-textLink-activeForeground)}.monaco-editor .zone-widget .codicon.codicon-error,.markers-panel .marker-icon.error,.markers-panel .marker-icon .codicon.codicon-error,.text-search-provider-messages .providerMessage .codicon.codicon-error,.extensions-viewlet>.extensions .codicon.codicon-error,.extension-editor .codicon.codicon-error,.chat-attached-context-attachment .codicon.codicon-error{color:var(--vscode-problemsErrorIcon-foreground)}.monaco-editor .zone-widget .codicon.codicon-warning,.markers-panel .marker-icon.warning,.markers-panel .marker-icon .codicon.codicon-warning,.text-search-provider-messages .providerMessage .codicon.codicon-warning,.extensions-viewlet>.extensions .codicon.codicon-warning,.extension-editor .codicon.codicon-warning,.preferences-editor .codicon.codicon-warning{color:var(--vscode-problemsWarningIcon-foreground)}.monaco-editor .zone-widget .codicon.codicon-info,.markers-panel .marker-icon.info,.markers-panel .marker-icon .codicon.codicon-info,.text-search-provider-messages .providerMessage .codicon.codicon-info,.extensions-viewlet>.extensions .codicon.codicon-info,.extension-editor .codicon.codicon-info{color:var(--vscode-problemsInfoIcon-foreground)}.monaco-editor.vs .valueSetReplacement{outline:solid 2px var(--vscode-editorBracketMatch-border)}.monaco-editor .linked-editing-decoration{background-color:var(--vscode-editor-linkedEditingBackground);min-width:1px}.monaco-editor{.scroll-editor-on-middle-click-dot{cursor:all-scroll;position:absolute;z-index:1;background-color:var(--vscode-editor-foreground, white);border:1px solid var(--vscode-editor-background, black);opacity:.5;width:5px;height:5px;border-radius:50%;transform:translate(-50%,-50%);&.hidden{display:none}}&.scroll-editor-on-middle-click-editor *{cursor:all-scroll}}.monaco-editor .focused .selectionHighlight{background-color:var(--vscode-editor-selectionHighlightBackground);box-sizing:border-box;border:1px solid var(--vscode-editor-selectionHighlightBorder)}.monaco-editor.hc-black .focused .selectionHighlight,.monaco-editor.hc-light .focused .selectionHighlight{border-style:dotted}.monaco-editor .wordHighlight{background-color:var(--vscode-editor-wordHighlightBackground);box-sizing:border-box;border:1px solid var(--vscode-editor-wordHighlightBorder)}.monaco-editor.hc-black .wordHighlight,.monaco-editor.hc-light .wordHighlight{border-style:dotted}.monaco-editor .wordHighlightStrong{background-color:var(--vscode-editor-wordHighlightStrongBackground);box-sizing:border-box;border:1px solid var(--vscode-editor-wordHighlightStrongBorder)}.monaco-editor.hc-black .wordHighlightStrong,.monaco-editor.hc-light .wordHighlightStrong{border-style:dotted}.monaco-editor .wordHighlightText{background-color:var(--vscode-editor-wordHighlightTextBackground);box-sizing:border-box;border:1px solid var(--vscode-editor-wordHighlightTextBorder)}.monaco-editor.hc-black .wordHighlightText,.monaco-editor.hc-light .wordHighlightText{border-style:dotted}.monaco-editor .parameter-hints-widget{z-index:39;display:flex;flex-direction:column;line-height:1.5em;cursor:default;color:var(--vscode-editorHoverWidget-foreground);background-color:var(--vscode-editorHoverWidget-background);border:1px solid var(--vscode-editorHoverWidget-border)}.hc-black .monaco-editor .parameter-hints-widget,.hc-light .monaco-editor .parameter-hints-widget{border-width:2px}.monaco-editor .parameter-hints-widget>.phwrapper{max-width:440px;display:flex;flex-direction:row}.monaco-editor .parameter-hints-widget.multiple{min-height:3.3em;padding:0}.monaco-editor .parameter-hints-widget.multiple .body:before{content:"";display:block;height:100%;position:absolute;opacity:.5;border-left:1px solid var(--vscode-editorHoverWidget-border)}.monaco-editor .parameter-hints-widget p,.monaco-editor .parameter-hints-widget ul{margin:8px 0}.monaco-editor .parameter-hints-widget .monaco-scrollable-element,.monaco-editor .parameter-hints-widget .body{display:flex;flex:1;flex-direction:column;min-height:100%}.monaco-editor .parameter-hints-widget .signature{padding:4px 5px;position:relative}.monaco-editor .parameter-hints-widget .signature.has-docs:after{content:"";display:block;position:absolute;left:0;width:100%;padding-top:4px;opacity:.5;border-bottom:1px solid var(--vscode-editorHoverWidget-border)}.monaco-editor .parameter-hints-widget .code{font-family:var(--vscode-parameterHintsWidget-editorFontFamily),var(--vscode-parameterHintsWidget-editorFontFamilyDefault)}.monaco-editor .parameter-hints-widget .docs{padding:0 10px 0 5px;white-space:pre-wrap}.monaco-editor .parameter-hints-widget .docs.empty{display:none}.monaco-editor .parameter-hints-widget .docs a{color:var(--vscode-textLink-foreground)}.monaco-editor .parameter-hints-widget .docs a:hover{color:var(--vscode-textLink-activeForeground);cursor:pointer}.monaco-editor .parameter-hints-widget .docs .markdown-docs{white-space:initial}.monaco-editor .parameter-hints-widget .docs code{font-family:var(--monaco-monospace-font);border-radius:3px;padding:0 .4em;background-color:var(--vscode-textCodeBlock-background)}.monaco-editor .parameter-hints-widget .docs .monaco-tokenized-source,.monaco-editor .parameter-hints-widget .docs .code{white-space:pre-wrap}.monaco-editor .parameter-hints-widget .controls{display:none;flex-direction:column;align-items:center;min-width:22px;justify-content:flex-end}.monaco-editor .parameter-hints-widget.multiple .controls{display:flex;padding:0 2px}.monaco-editor .parameter-hints-widget.multiple .button{width:16px;height:16px;background-repeat:no-repeat;cursor:pointer}.monaco-editor .parameter-hints-widget .button.previous{bottom:24px}.monaco-editor .parameter-hints-widget .overloads{text-align:center;height:12px;line-height:12px;font-family:var(--monaco-monospace-font)}.monaco-editor .parameter-hints-widget .signature .parameter.active{color:var(--vscode-editorHoverWidget-highlightForeground);font-weight:700}.monaco-editor .parameter-hints-widget .documentation-parameter>.parameter{font-weight:700;margin-right:.5em}.monaco-editor{.editorPlaceholder{top:0;position:absolute;overflow:hidden;text-overflow:ellipsis;text-wrap:nowrap;pointer-events:none;color:var(--vscode-editor-placeholder-foreground)}}.monaco-editor .rename-box{z-index:100;color:inherit;border-radius:4px}.monaco-editor .rename-box.preview{padding:4px 4px 0}.monaco-editor .rename-box .rename-input-with-button{padding:3px;border-radius:2px;width:calc(100% - 8px)}.monaco-editor .rename-box .rename-input{width:calc(100% - 8px);padding:0}.monaco-editor .rename-box .rename-input:focus{outline:none}.monaco-editor .rename-box .rename-suggestions-button{display:flex;align-items:center;padding:3px;background-color:transparent;border:none;border-radius:5px;cursor:pointer}.monaco-editor .rename-box .rename-suggestions-button:hover{background-color:var(--vscode-toolbar-hoverBackground)}.monaco-editor .rename-box .rename-candidate-list-container .monaco-list-row{border-radius:2px}.monaco-editor .rename-box .rename-label{display:none;opacity:.8}.monaco-editor .rename-box.preview .rename-label{display:inherit}.monaco-editor .unicode-highlight{border:1px solid var(--vscode-editorUnicodeHighlight-border);background-color:var(--vscode-editorUnicodeHighlight-background);box-sizing:border-box}.editor-banner{box-sizing:border-box;cursor:default;width:100%;font-size:12px;display:flex;overflow:visible;height:26px;background:var(--vscode-banner-background)}.editor-banner .icon-container{display:flex;flex-shrink:0;align-items:center;padding:0 6px 0 10px}.editor-banner .icon-container.custom-icon{background-repeat:no-repeat;background-position:center center;background-size:16px;width:16px;padding:0;margin:0 6px 0 10px}.editor-banner .message-container{display:flex;align-items:center;line-height:26px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.editor-banner .message-container p{margin-block-start:0;margin-block-end:0}.editor-banner .message-actions-container{flex-grow:1;flex-shrink:0;line-height:26px;margin:0 4px}.editor-banner .message-actions-container a.monaco-button{width:inherit;margin:2px 8px;padding:0 12px}.editor-banner .message-actions-container a{padding:3px;margin-left:12px;text-decoration:underline}.editor-banner .action-container{padding:0 10px 0 6px}.editor-banner{background-color:var(--vscode-banner-background)}.editor-banner,.editor-banner .action-container .codicon,.editor-banner .message-actions-container .monaco-link{color:var(--vscode-banner-foreground)}.editor-banner .icon-container .codicon{color:var(--vscode-banner-iconForeground)}.monaco-editor .iPadShowKeyboard{width:58px;min-width:0;height:36px;min-height:0;margin:0;padding:0;position:absolute;resize:none;overflow:hidden;background:url("data:image/svg+xml,%3csvg%20width='53'%20height='36'%20viewBox='0%200%2053%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M48.0364%204.01042H4.00779L4.00779%2032.0286H48.0364V4.01042ZM4.00779%200.0078125C1.79721%200.0078125%200.00518799%201.79984%200.00518799%204.01042V32.0286C0.00518799%2034.2392%201.79721%2036.0312%204.00779%2036.0312H48.0364C50.247%2036.0312%2052.039%2034.2392%2052.039%2032.0286V4.01042C52.039%201.79984%2050.247%200.0078125%2048.0364%200.0078125H4.00779ZM8.01042%208.01302H12.013V12.0156H8.01042V8.01302ZM20.0182%208.01302H16.0156V12.0156H20.0182V8.01302ZM24.0208%208.01302H28.0234V12.0156H24.0208V8.01302ZM36.0286%208.01302H32.026V12.0156H36.0286V8.01302ZM40.0312%208.01302H44.0339V12.0156H40.0312V8.01302ZM16.0156%2016.0182H8.01042V20.0208H16.0156V16.0182ZM20.0182%2016.0182H24.0208V20.0208H20.0182V16.0182ZM32.026%2016.0182H28.0234V20.0208H32.026V16.0182ZM44.0339%2016.0182V20.0208H36.0286V16.0182H44.0339ZM12.013%2024.0234H8.01042V28.026H12.013V24.0234ZM16.0156%2024.0234H36.0286V28.026H16.0156V24.0234ZM44.0339%2024.0234H40.0312V28.026H44.0339V24.0234Z'%20fill='%23424242'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0'%3e%3crect%20width='53'%20height='36'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;border:4px solid #F6F6F6;border-radius:4px}.monaco-editor.vs-dark .iPadShowKeyboard{background:url("data:image/svg+xml,%3csvg%20width='53'%20height='36'%20viewBox='0%200%2053%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M48.0364%204.01042H4.00779L4.00779%2032.0286H48.0364V4.01042ZM4.00779%200.0078125C1.79721%200.0078125%200.00518799%201.79984%200.00518799%204.01042V32.0286C0.00518799%2034.2392%201.79721%2036.0312%204.00779%2036.0312H48.0364C50.247%2036.0312%2052.039%2034.2392%2052.039%2032.0286V4.01042C52.039%201.79984%2050.247%200.0078125%2048.0364%200.0078125H4.00779ZM8.01042%208.01302H12.013V12.0156H8.01042V8.01302ZM20.0182%208.01302H16.0156V12.0156H20.0182V8.01302ZM24.0208%208.01302H28.0234V12.0156H24.0208V8.01302ZM36.0286%208.01302H32.026V12.0156H36.0286V8.01302ZM40.0312%208.01302H44.0339V12.0156H40.0312V8.01302ZM16.0156%2016.0182H8.01042V20.0208H16.0156V16.0182ZM20.0182%2016.0182H24.0208V20.0208H20.0182V16.0182ZM32.026%2016.0182H28.0234V20.0208H32.026V16.0182ZM44.0339%2016.0182V20.0208H36.0286V16.0182H44.0339ZM12.013%2024.0234H8.01042V28.026H12.013V24.0234ZM16.0156%2024.0234H36.0286V28.026H16.0156V24.0234ZM44.0339%2024.0234H40.0312V28.026H44.0339V24.0234Z'%20fill='%23C5C5C5'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0'%3e%3crect%20width='53'%20height='36'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;border:4px solid #252526}.monaco-workbench .part{box-sizing:border-box;overflow:hidden}.monaco-workbench .part>.drop-block-overlay.visible{visibility:visible}.monaco-workbench .part>.drop-block-overlay{position:absolute;top:0;width:100%;height:100%;visibility:hidden;opacity:0;z-index:12}.monaco-workbench .part>.title,.monaco-workbench .part>.header-or-footer{display:none}.monaco-workbench .part>.title,.monaco-workbench .part>.header-or-footer{height:35px;display:flex;box-sizing:border-box;overflow:hidden}.monaco-workbench .part>.title{padding-left:8px;padding-right:8px}.monaco-workbench .part>.title>.title-label{line-height:35px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.monaco-workbench .part>.title>.title-label{padding-left:12px}.monaco-workbench .part>.title>.title-label h2{font-size:11px;cursor:default;font-weight:400;margin:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.monaco-workbench .part>.title>.title-label a{text-decoration:none;font-size:13px;cursor:default}.monaco-workbench .part>.title>.title-actions{height:35px;flex:1;padding-left:5px}.monaco-workbench .part>.title>.title-actions .action-label{display:block;background-size:16px;background-position:center center;background-repeat:no-repeat;padding:2px}.monaco-workbench .part>.title>.title-actions .action-label .label{display:none}.monaco-workbench .part>.content{font-size:13px}.monaco-workbench .part>.content>.monaco-progress-container,.monaco-workbench .part.editor>.content .editor-group-container>.monaco-progress-container{position:absolute;left:0;top:33px;z-index:5}.monaco-workbench .part.activitybar{width:48px;height:100%}.monaco-workbench .activitybar.bordered:before{content:"";float:left;position:absolute;box-sizing:border-box;height:100%;width:0px;border-color:inherit}.monaco-workbench .activitybar.left.bordered:before{right:0;border-right-style:solid;border-right-width:1px}.monaco-workbench .activitybar.right.bordered:before{left:0;border-left-style:solid;border-left-width:1px}.monaco-workbench .activitybar>.content{height:100%;display:flex;flex-direction:column;justify-content:space-between}.monaco-workbench .activitybar>.content .monaco-action-bar{text-align:left;background-color:inherit}.monaco-workbench .activitybar .action-item:focus{outline:0!important}.monaco-workbench .activitybar>.content>.composite-bar{margin-bottom:auto}.monaco-workbench .activitybar .menubar,.monaco-workbench .activitybar .menubar.compact .toolbar-toggle-more{width:100%;height:35px}.monaco-workbench .activitybar>.content :not(.monaco-menu)>.monaco-action-bar .action-item{display:block;position:relative}.monaco-workbench .activitybar>.content .composite-bar>.monaco-action-bar .action-item:before,.monaco-workbench .activitybar>.content .composite-bar>.monaco-action-bar .action-item:after{position:absolute;content:"";width:48px;height:2px;display:none;background-color:transparent;transition-property:background-color;transition-duration:0ms;transition-delay:.1s}.monaco-workbench .activitybar>.content.dragged-over .composite-bar>.monaco-action-bar .action-item:before,.monaco-workbench .activitybar>.content.dragged-over .composite-bar>.monaco-action-bar .action-item:after{display:block}.monaco-workbench .activitybar>.content>.composite-bar>.monaco-action-bar .action-item.top:before,.monaco-workbench .activitybar>.content>.composite-bar>.monaco-action-bar .action-item.top:after,.monaco-workbench .activitybar>.content>.composite-bar>.monaco-action-bar .action-item.bottom:before,.monaco-workbench .activitybar>.content>.composite-bar>.monaco-action-bar .action-item.bottom:after{transition-delay:0s}.monaco-workbench .activitybar>.content>.composite-bar>.monaco-action-bar .action-item.bottom+.action-item:before,.monaco-workbench .activitybar>.content>.composite-bar>.monaco-action-bar .action-item.top:before,.monaco-workbench .activitybar>.content>.composite-bar>.monaco-action-bar .action-item:last-of-type.bottom:after,.monaco-workbench .activitybar>.content.dragged-over-head>.composite-bar>.monaco-action-bar .action-item:first-of-type:before,.monaco-workbench .activitybar>.content.dragged-over-tail>.composite-bar>.monaco-action-bar .action-item:last-of-type:after{background-color:var(--insert-border-color)}.monaco-workbench .activitybar>.content :not(.monaco-menu)>.monaco-action-bar .action-label{position:relative;z-index:1;display:flex;overflow:hidden;width:48px;height:48px;margin-right:0;box-sizing:border-box}.monaco-workbench .activitybar>.content :not(.monaco-menu)>.monaco-action-bar .action-label:not(.codicon){font-size:15px;line-height:40px;padding:0 0 0 48px}.monaco-workbench .activitybar>.content :not(.monaco-menu)>.monaco-action-bar .action-label.codicon{font-size:24px;align-items:center;justify-content:center}.monaco-workbench .activitybar>.content :not(.monaco-menu)>.monaco-action-bar .action-item.active .action-label.codicon,.monaco-workbench .activitybar>.content :not(.monaco-menu)>.monaco-action-bar .action-item:focus .action-label.codicon,.monaco-workbench .activitybar>.content :not(.monaco-menu)>.monaco-action-bar .action-item:hover .action-label.codicon{color:var(--vscode-activityBar-foreground)!important}.monaco-workbench .activitybar>.content :not(.monaco-menu)>.monaco-action-bar .action-item.active .action-label.uri-icon,.monaco-workbench .activitybar>.content :not(.monaco-menu)>.monaco-action-bar .action-item:focus .action-label.uri-icon,.monaco-workbench .activitybar>.content :not(.monaco-menu)>.monaco-action-bar .action-item:hover .action-label.uri-icon{background-color:var(--vscode-activityBar-foreground)!important}.monaco-workbench .activitybar>.content :not(.monaco-menu)>.monaco-action-bar .action-item.checked .active-item-indicator:before,.monaco-workbench .activitybar>.content :not(.monaco-menu)>.monaco-action-bar .action-item:focus .active-item-indicator:before{content:"";position:absolute;z-index:1;top:0;height:100%;width:0;border-left:2px solid}.monaco-workbench.hc-black .activitybar>.content :not(.monaco-menu)>.monaco-action-bar .action-item.checked .active-item-indicator:before,.monaco-workbench.hc-black .activitybar>.content :not(.monaco-menu)>.monaco-action-bar .action-item:focus .active-item-indicator:before{border-color:var(--vscode-activityBar-activeBorder)}.monaco-workbench .activitybar>.content :not(.monaco-menu)>.monaco-action-bar .action-item.checked .active-item-indicator:before{top:0;height:100%}.monaco-workbench.hc-black .activitybar>.content :not(.monaco-menu)>.monaco-action-bar .action-item.checked:not(:focus) .active-item-indicator.action-item,.monaco-workbench.hc-light .activitybar>.content :not(.monaco-menu)>.monaco-action-bar .action-item.checked:not(:focus) .active-item-indicator{display:none}.monaco-workbench .activitybar>.content :not(.monaco-menu)>.monaco-action-bar .action-item.clicked:focus:before,.monaco-workbench .activitybar>.content :not(.monaco-menu)>.monaco-action-bar .action-item.clicked:focus .active-item-indicator:before{border-left:none!important}.monaco-workbench .activitybar.left>.content :not(.monaco-menu)>.monaco-action-bar .action-item .active-item-indicator:before{left:0}.monaco-workbench .activitybar.right>.content :not(.monaco-menu)>.monaco-action-bar .action-item .active-item-indicator:before{right:0}.monaco-workbench.hc-black .activitybar.left>.content :not(.monaco-menu)>.monaco-action-bar .action-item:focus:before,.monaco-workbench.hc-black .activitybar.right>.content :not(.monaco-menu)>.monaco-action-bar .action-item:focus:before,.monaco-workbench.hc-light .activitybar.left>.content :not(.monaco-menu)>.monaco-action-bar .action-item:focus:before,.monaco-workbench.hc-light .activitybar.right>.content :not(.monaco-menu)>.monaco-action-bar .action-item:focus:before{outline:none}.monaco-workbench .activitybar>.content :not(.monaco-menu)>.monaco-action-bar .profile-badge,.monaco-workbench .activitybar>.content :not(.monaco-menu)>.monaco-action-bar .active-item-indicator,.monaco-workbench .activitybar>.content :not(.monaco-menu)>.monaco-action-bar .badge{position:absolute;top:0;bottom:0;margin:auto;left:0;overflow:hidden;width:100%;height:100%}.monaco-workbench .activitybar>.content :not(.monaco-menu)>.monaco-action-bar .active-item-indicator,.monaco-workbench .activitybar>.content :not(.monaco-menu)>.monaco-action-bar .badge{z-index:2}.monaco-workbench .activitybar>.content :not(.monaco-menu)>.monaco-action-bar .profile-badge{z-index:1}.monaco-workbench .activitybar>.content :not(.monaco-menu)>.monaco-action-bar .active-item-indicator{pointer-events:none}.monaco-workbench.border .activitybar.right>.content :not(.monaco-menu)>.monaco-action-bar .active-item-indicator{left:-2px}.monaco-workbench .activitybar>.content :not(.monaco-menu)>.monaco-action-bar .badge .badge-content{position:absolute;top:24px;right:8px;font-size:9px;font-weight:600;min-width:8px;height:16px;line-height:16px;padding:0 4px;border-radius:20px;text-align:center}.monaco-workbench .activitybar>.content :not(.monaco-menu)>.monaco-action-bar .profile-badge .profile-text-overlay{position:absolute;font-weight:600;font-size:9px;line-height:10px;top:24px;right:6px;padding:2px 3px;border-radius:7px;background-color:var(--vscode-profileBadge-background);color:var(--vscode-profileBadge-foreground);border:2px solid var(--vscode-activityBar-background)}.monaco-workbench .activitybar>.content :not(.monaco-menu)>.monaco-action-bar .action-item:active .profile-text-overlay,.monaco-workbench .activitybar>.content :not(.monaco-menu)>.monaco-action-bar .action-item:focus .profile-text-overlay,.monaco-workbench .activitybar>.content :not(.monaco-menu)>.monaco-action-bar .action-item:hover .profile-text-overlay{color:var(--vscode-activityBar-foreground)}.monaco-workbench .activitybar>.content :not(.monaco-menu)>.monaco-action-bar .badge .codicon.badge-content{font-size:12px;font-weight:unset;padding:0;justify-content:center}.monaco-workbench .activitybar>.content :not(.monaco-menu)>.monaco-action-bar .badge .codicon.badge-content:before{text-align:center;vertical-align:baseline}.monaco-workbench .activitybar.right>.content :not(.monaco-menu)>.monaco-action-bar .profile-badge,.monaco-workbench .activitybar.right>.content :not(.monaco-menu)>.monaco-action-bar .badge{left:auto;right:0}.monaco-workbench.nopanel .part.panel{display:none!important;visibility:hidden!important}.monaco-workbench .part.panel.bottom .composite.title{border-top-width:1px;border-top-style:solid}.monaco-workbench.nomaineditorarea .part.panel.bottom .composite.title{border-top-width:0}.monaco-workbench .part.panel.top{border-bottom-width:1px;border-bottom-style:solid}.monaco-workbench.nomaineditorarea .part.panel.top{border-bottom-width:0}.monaco-workbench .part.panel.right{border-left-width:1px;border-left-style:solid}.monaco-workbench.nomaineditorarea .part.panel.right{border-left-width:0}.monaco-workbench .part.panel.left{border-right-width:1px;border-right-style:solid}.monaco-workbench.nomaineditorarea .part.panel.left{border-right-width:0}.monaco-workbench .part.panel>.content .monaco-editor,.monaco-workbench .part.panel>.content .monaco-editor .margin,.monaco-workbench .part.panel>.content .monaco-editor .monaco-editor-background{background-color:var(--vscode-panel-background)}.monaco-workbench .part.panel>.content .suggest-input-container .monaco-editor,.monaco-workbench .part.panel>.content .suggest-input-container .monaco-editor .margin,.monaco-workbench .part.panel>.content .suggest-input-container .monaco-editor .monaco-editor-background{background-color:inherit}.monaco-workbench .part.panel>.title>.composite-bar-container>.composite-bar>.monaco-action-bar .action-item.checked:not(:focus) .active-item-indicator:before,.monaco-workbench .part.panel>.title>.composite-bar-container>.composite-bar>.monaco-action-bar .action-item.checked.clicked:focus .active-item-indicator:before{border-top-color:var(--vscode-panelTitle-activeBorder)!important}.monaco-workbench .part.panel>.title>.composite-bar-container>.composite-bar>.monaco-action-bar .action-item:focus .action-label,.monaco-workbench .part.panel>.title>.composite-bar-container>.composite-bar>.monaco-action-bar .action-item:hover .action-label{color:var(--vscode-panelTitle-activeForeground)!important}.monaco-workbench .part.panel .monaco-inputbox{border-color:var(--vscode-panelInput-border, transparent)!important}.monaco-workbench .part.panel>.title>.composite-bar-container>.composite-bar>.monaco-action-bar .action-item:focus{outline:none}.monaco-workbench .part.basepanel.right .title-actions .codicon-split-horizontal:before,.monaco-workbench .part.basepanel.right .global-actions .codicon-panel-maximize:before,.monaco-workbench .part.basepanel.right .global-actions .codicon-panel-restore:before{display:inline-block;transform:rotate(-90deg)}.monaco-workbench .part.basepanel.left .title-actions .codicon-split-horizontal:before,.monaco-workbench .part.basepanel.left .global-actions .codicon-panel-maximize:before,.monaco-workbench .part.basepanel.left .global-actions .codicon-panel-restore:before{display:inline-block;transform:rotate(90deg)}.monaco-workbench .part.basepanel.top .title-actions .codicon-split-horizontal:before,.monaco-workbench .part.basepanel.top .global-actions .codicon-panel-maximize:before,.monaco-workbench .part.basepanel.top .global-actions .codicon-panel-restore:before{display:inline-block;transform:rotate(180deg)}.monaco-workbench .menubar>.menubar-menu-button,.monaco-workbench .menubar .toolbar-toggle-more{color:var(--vscode-titleBar-activeForeground)}.monaco-workbench .activitybar .menubar.compact>.menubar-menu-button,.monaco-workbench .activitybar .menubar.compact .toolbar-toggle-more{color:var(--vscode-activityBar-inactiveForeground)}.monaco-workbench .activitybar .menubar.compact>.menubar-menu-button.open,.monaco-workbench .activitybar .menubar.compact>.menubar-menu-button:focus,.monaco-workbench .activitybar .menubar.compact:not(:focus-within)>.menubar-menu-button:hover,.monaco-workbench .activitybar .menubar.compact>.menubar-menu-button.open .toolbar-toggle-more,.monaco-workbench .activitybar .menubar.compact>.menubar-menu-button:focus .toolbar-toggle-more,.monaco-workbench .activitybar .menubar.compact:not(:focus-within)>.menubar-menu-button:hover .toolbar-toggle-more{color:var(--vscode-activityBar-foreground)}.monaco-workbench .activitybar .menubar.compact>.menubar-menu-button:focus{background-color:var(--vscode-menubar-selectionBackground)}.monaco-workbench .menubar.inactive:not(.compact)>.menubar-menu-button,.monaco-workbench .menubar.inactive:not(.compact)>.menubar-menu-button .toolbar-toggle-more{color:var(--vscode-titleBar-inactiveForeground)}.monaco-workbench .menubar:not(.compact)>.menubar-menu-button.open,.monaco-workbench .menubar:not(.compact)>.menubar-menu-button:focus,.monaco-workbench .menubar:not(:focus-within):not(.compact)>.menubar-menu-button:hover,.monaco-workbench .menubar:not(.compact)>.menubar-menu-button.open .toolbar-toggle-more,.monaco-workbench .menubar:not(.compact)>.menubar-menu-button:focus .toolbar-toggle-more,.monaco-workbench .menubar:not(:focus-within):not(.compact)>.menubar-menu-button:hover .toolbar-toggle-more{color:var(--vscode-menubar-selectionForeground)}.monaco-workbench .menubar:not(.compact)>.menubar-menu-button.open .menubar-menu-title,.monaco-workbench .menubar:not(.compact)>.menubar-menu-button:focus .menubar-menu-title,.monaco-workbench .menubar:not(:focus-within):not(.compact)>.menubar-menu-button:hover .menubar-menu-title{background-color:var(--vscode-menubar-selectionBackground)}.monaco-workbench .menubar>.menubar-menu-button:hover .menubar-menu-title{outline:dashed 1px var(--vscode-menubar-selectionBorder)}.monaco-workbench .menubar>.menubar-menu-button.open .menubar-menu-title,.monaco-workbench .menubar>.menubar-menu-button:focus .menubar-menu-title{outline:solid 1px var(--vscode-menubar-selectionBorder)}.monaco-workbench .menubar>.menubar-menu-button.open .menubar-menu-title,.monaco-workbench .menubar>.menubar-menu-button:focus .menubar-menu-title,.monaco-workbench .menubar>.menubar-menu-button:hover .menubar-menu-title{outline-color:var(--vscode-menubar-selectionBorder);outline-offset:-1px}.menubar{display:flex;flex-shrink:1;box-sizing:border-box;height:100%;overflow:hidden}.menubar.overflow-menu-only{width:38px}.fullscreen .menubar:not(.compact){margin:0;padding:4px 5px}.menubar>.menubar-menu-button{display:flex;align-items:center;box-sizing:border-box;cursor:default;-webkit-app-region:no-drag;zoom:1;white-space:nowrap;outline:0!important}.monaco-workbench .menubar:not(.compact)>.menubar-menu-button:focus .menubar-menu-title{outline-width:1px;outline-style:solid;outline-offset:-1px;outline-color:var(--vscode-focusBorder)}.menubar.compact{flex-shrink:0;overflow:visible}.menubar.compact>.menubar-menu-button{width:100%;height:100%;padding:0}.menubar-menu-title{padding:0 8px;border-radius:5px}.menubar .menubar-menu-items-holder{position:fixed;left:0;opacity:1;z-index:2000}.menubar.compact .menubar-menu-items-holder{position:fixed}.menubar .menubar-menu-items-holder.monaco-menu-container{outline:0;border:none}.menubar .menubar-menu-items-holder.monaco-menu-container :focus{outline:0}.menubar .toolbar-toggle-more{width:22px;height:22px;padding:0 8px;display:flex;align-items:center;justify-content:center;vertical-align:sub}.menubar.compact .toolbar-toggle-more{position:relative;left:0;top:0;cursor:pointer;width:100%;display:flex;align-items:center;justify-content:center}.menubar:not(.compact) .menubar-menu-button:first-child .toolbar-toggle-more:before,.menubar.compact .toolbar-toggle-more:before{content:var(--vscode-icon-menu-content)!important;font-family:var(--vscode-icon-menu-font-family)!important}.menubar.compact>.menubar-menu-button.open .menubar-menu-title,.menubar.compact>.menubar-menu-button:focus .menubar-menu-title,.menubar.compact>.menubar-menu-button:hover .menubar-menu-title{outline-width:1px!important;outline-offset:-8px!important}.monaco-editor.standalone{font-family:-apple-system,BlinkMacSystemFont,Segoe WPC,Segoe UI,HelveticaNeue-Light,system-ui,Ubuntu,Droid Sans,sans-serif;--monaco-monospace-font: "SF Mono", Monaco, Menlo, Consolas, "Ubuntu Mono", "Liberation Mono", "DejaVu Sans Mono", "Courier New", monospace}.monaco-menu .monaco-action-bar.vertical .action-item .action-menu-item:focus .action-label{stroke-width:1.2px}.monaco-editor.standalone.vs-dark .monaco-menu .monaco-action-bar.vertical .action-menu-item:focus .action-label,.monaco-editor.standalone.hc-black .monaco-menu .monaco-action-bar.vertical .action-menu-item:focus .action-label,.monaco-editor.standalone.hc-light .monaco-menu .monaco-action-bar.vertical .action-menu-item:focus .action-label{stroke-width:1.2px}.monaco-hover p{margin:0}.monaco-aria-container{position:absolute!important;top:0;height:1px;width:1px;margin:-1px;overflow:hidden;padding:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%)}.monaco-editor.standalone .synthetic-focus,.monaco-diff-editor.standalone .synthetic-focus,.monaco-editor.standalone [tabindex="0"]:focus,.monaco-diff-editor.standalone [tabindex="0"]:focus,.monaco-editor.standalone [tabindex="-1"]:focus,.monaco-diff-editor.standalone [tabindex="-1"]:focus,.monaco-editor.standalone button:focus,.monaco-diff-editor.standalone button:focus,.monaco-editor.standalone input[type=button]:focus,.monaco-diff-editor.standalone input[type=button]:focus,.monaco-editor.standalone input[type=checkbox]:focus,.monaco-diff-editor.standalone input[type=checkbox]:focus,.monaco-editor.standalone input[type=search]:focus,.monaco-diff-editor.standalone input[type=search]:focus,.monaco-editor.standalone input[type=text]:focus,.monaco-diff-editor.standalone input[type=text]:focus,.monaco-editor.standalone select:focus,.monaco-diff-editor.standalone select:focus,.monaco-editor.standalone textarea:focus,.monaco-diff-editor.standalone textarea:focus{outline-width:1px;outline-style:solid;outline-offset:-1px;outline-color:var(--vscode-focusBorder);opacity:1}.monaco-component.multiDiffEditor{background:var(--vscode-multiDiffEditor-background);position:relative;height:100%;width:100%;overflow-y:hidden;>div{position:absolute;top:0;left:0;height:100%;width:100%;&.placeholder{visibility:hidden;&.visible{visibility:visible}display:grid;place-items:center;place-content:center}}.active{--vscode-multiDiffEditor-border: var(--vscode-focusBorder)}.multiDiffEntry{display:flex;flex-direction:column;flex:1;overflow:hidden;.collapse-button{margin:0 5px;cursor:pointer;a{display:block}}.header{z-index:1000;background:var(--vscode-editor-background);&:not(.collapsed) .header-content{border-bottom:1px solid var(--vscode-sideBarSectionHeader-border)}.header-content{margin:8px 0 0;padding:4px 5px;border-top:1px solid var(--vscode-multiDiffEditor-border);display:flex;align-items:center;color:var(--vscode-foreground);background:var(--vscode-multiDiffEditor-headerBackground);&.shadow{box-shadow:var(--vscode-scrollbar-shadow) 0 6px 6px -6px}.file-path{display:flex;flex:1;min-width:0;.title{font-size:14px;line-height:22px;&.original{flex:1;min-width:0;text-overflow:ellipsis}}.status{font-weight:600;opacity:.75;margin:0 10px;line-height:22px}}.actions{padding:0 8px}}}.editorParent{flex:1;display:flex;flex-direction:column;border-bottom:1px solid var(--vscode-multiDiffEditor-border);overflow:hidden}.editorContainer{flex:1}}}.problem-detail-layout{height:100vh;display:flex;flex-direction:column;overflow:hidden;background-color:#f5f7fa;position:fixed;inset:0;width:100vw}.problem-detail-layout .header-container{flex-shrink:0;z-index:1000;position:relative}.problem-detail-layout .layout-container{flex:1;overflow:hidden;position:relative;padding:12px 8px 8px;margin-top:4px}.problem-detail-header{position:relative;display:flex;align-items:center;justify-content:space-between;padding:0 16px;background-color:#fff;border-bottom:1px solid #e8e8e8;box-shadow:0 2px 8px #0000000f;height:54px;z-index:10}.problem-detail-header .header-left{display:flex;align-items:center;gap:16px}.problem-detail-header .header-left .logo-btn{font-size:18px;font-weight:600;color:#1890ff!important;padding:4px 8px}.problem-detail-header .header-left .problem-title{font-size:16px;font-weight:500;color:#262626;max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.problem-detail-header .header-center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center}.problem-detail-header .header-center .action-btn{margin-right:10px;height:36px;border-radius:6px;font-weight:500;transition:all .3s;box-shadow:0 2px 4px #0000001a}.problem-detail-header .header-center .action-icon-btn{margin-right:10px;width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .3s;font-size:18px;background-color:#f5f5f5;border:1px solid #d9d9d9;box-shadow:0 2px 4px #0000001a}.problem-detail-header .header-center .action-icon-btn:hover{background-color:#e6f7ff;border-color:#40a9ff;transform:scale(1.05) translateY(-2px);box-shadow:0 4px 8px #1890ff33}.problem-detail-header .header-center .action-icon-btn:active,.problem-detail-header .header-center .action-icon-btn.ant-btn-loading{background-color:#52c41a;border-color:#52c41a;color:#fff;transform:translateY(0)}.problem-detail-header .header-center .run-btn{color:#52c41a}.problem-detail-header .header-center .run-btn:hover{background-color:#f6ffed;border-color:#52c41a;color:#52c41a;transform:translateY(-2px);box-shadow:0 4px 8px #52c41a33}.problem-detail-header .header-center .run-btn:active,.problem-detail-header .header-center .run-btn.ant-btn-loading{background-color:#52c41a;border-color:#52c41a;color:#fff;transform:translateY(0)}.problem-detail-header .header-center .submit-btn{color:#1890ff}.problem-detail-header .header-center .submit-btn:hover{background-color:#e6f7ff;border-color:#1890ff;color:#1890ff;transform:translateY(-2px);box-shadow:0 4px 8px #1890ff33}.problem-detail-header .header-center .submit-btn:active{background-color:#52c41a;border-color:#52c41a;color:#fff;transform:translateY(0)}.problem-detail-header .header-right{display:flex;align-items:center}.problem-detail-header .header-right .toggle-btn{width:36px;height:36px;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .2s}.problem-detail-header .header-right .toggle-btn:hover{background-color:#f0f0f0}.problem-detail-header .header-right .toggle-btn.active{background-color:#e6f7ff;color:#1890ff}.problem-detail-content{height:calc(100vh - 56px);padding:0;background-color:#f7f7f7;display:flex;flex-direction:column;overflow:hidden}.problem-detail-content .layout-container{flex:1;overflow:hidden;position:relative}.problem-detail-content .custom-tabset{background-color:#fff;border-radius:8px;box-shadow:0 1px 4px #0000000d;margin:4px}.problem-detail-content .custom-tabset .custom-tab.active{border-top:2px solid #1890ff;color:#1890ff;font-weight:500}.problem-detail-content .test-case-panel{height:100%;display:flex;flex-direction:column;overflow:auto;background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;margin:8px}.problem-detail-content .test-cases-container{padding:16px;flex:1;overflow-y:auto;min-height:0}.problem-detail-content .test-cases-container .test-case-item{margin-bottom:16px;padding:16px;border:1px solid #e8e8e8;border-radius:8px;background-color:#fafbfc;transition:all .3s ease}.problem-detail-content .test-cases-container .test-case-item:hover{border-color:#d9d9d9;box-shadow:0 2px 8px #0000000f}.problem-detail-content .test-cases-container .test-case-item .test-case-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.problem-detail-content .test-cases-container .test-case-item .test-case-header .test-case-title{font-weight:600;color:#262626;font-size:14px}.problem-detail-content .test-cases-container .test-case-item .test-case-header .test-case-actions{display:flex;gap:8px;align-items:center}.problem-detail-content .test-cases-container .test-case-item .test-case-header .add-btn{background:none;border:1px solid #1890ff;color:#1890ff;cursor:pointer;padding:4px 8px;border-radius:4px;font-size:12px;transition:all .2s}.problem-detail-content .test-cases-container .test-case-item .test-case-header .add-btn:hover{background-color:#e6f7ff;border-color:#40a9ff;color:#40a9ff}.problem-detail-content .test-cases-container .test-case-item .test-case-header .delete-btn{background:none;border:none;color:#ff4d4f;cursor:pointer;padding:4px 8px;border-radius:4px;font-size:12px;transition:all .2s}.problem-detail-content .test-cases-container .test-case-item .test-case-header .delete-btn:hover{background-color:#fff2f0;color:#cf1322}.problem-detail-content .test-cases-container .test-case-item .input-output-container{display:flex;gap:16px;margin-bottom:12px}.problem-detail-content .test-cases-container .test-case-item .input-output-container .input-group{flex:1;margin-bottom:0}.problem-detail-content .test-cases-container .test-case-item .input-output-container .input-group .input-label{margin-bottom:6px;font-size:13px;color:#595959;font-weight:500}.problem-detail-content .test-cases-container .test-case-item .input-output-container .input-group .test-input,.problem-detail-content .test-cases-container .test-case-item .input-output-container .input-group .test-output{width:100%;padding:10px 12px;border:1px solid #d9d9d9;border-radius:6px;font-size:15px;line-height:1.5;resize:vertical;transition:all .3s;font-family:Monaco,Menlo,Ubuntu Mono,monospace}.problem-detail-content .test-cases-container .test-case-item .input-output-container .input-group .test-input:focus,.problem-detail-content .test-cases-container .test-case-item .input-output-container .input-group .test-output:focus{border-color:#40a9ff;box-shadow:0 0 0 2px #1890ff33;outline:none}.problem-detail-content .test-cases-container .test-case-item .input-output-container .input-group .test-input::-moz-placeholder,.problem-detail-content .test-cases-container .test-case-item .input-output-container .input-group .test-output::-moz-placeholder{color:#999;font-weight:500}.problem-detail-content .test-cases-container .test-case-item .input-output-container .input-group .test-input::placeholder,.problem-detail-content .test-cases-container .test-case-item .input-output-container .input-group .test-output::placeholder{color:#999;font-weight:500}.problem-detail-content .test-cases-container .empty-state{text-align:center;color:#8c8c8c;padding:32px 20px;background-color:#fafafa;border:1px dashed #d9d9d9;border-radius:8px;margin-bottom:16px}.problem-detail-content .test-cases-container .empty-state .empty-text{font-size:14px;margin-bottom:8px}.problem-detail-content .test-cases-container .empty-state .empty-hint{font-size:12px;color:#bfbfbf;margin-bottom:16px}.problem-detail-content .test-cases-container .empty-state .add-first-test-case-btn{background:linear-gradient(135deg,#1890ff,#40a9ff);border:none;color:#fff;cursor:pointer;padding:10px 20px;border-radius:6px;font-size:14px;font-weight:500;transition:all .3s ease;box-shadow:0 2px 6px #1890ff33}.problem-detail-content .test-cases-container .empty-state .add-first-test-case-btn:hover{background:linear-gradient(135deg,#40a9ff,#69c0ff);transform:translateY(-2px);box-shadow:0 4px 12px #1890ff4d}.problem-detail-content .test-cases-container .empty-state .add-first-test-case-btn:active{transform:translateY(0);box-shadow:0 2px 6px #1890ff33}.problem-detail-content .flexlayout__tabset_tabbar_inner_tab_container_top,.problem-detail-content .tab-container{background-color:#fafafa;border-bottom:0px solid #f0f0f0;border-top:0px;padding:2px}.problem-detail-content .custom-collapse-button{cursor:pointer;padding:4px;border-radius:4px}.problem-detail-content .custom-collapse-button:hover{background-color:#1890ff1a}.problem-detail-content .custom-collapse-button .collapse-icon{color:#1890ff;transition:transform .3s}.problem-detail-content .result-card{height:100%;display:flex;flex-direction:column;border-radius:8px;overflow:hidden;box-shadow:0 2px 6px #0000000f;border:1px solid #eaeaea;transition:all .3s}.problem-detail-content .result-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.problem-detail-content .result-card .ant-card-body{flex:1;padding:12px;overflow:auto}.problem-detail-content .flexlayout__splitter{background-color:#f0f0f0!important}.problem-detail-content .flexlayout__splitter:hover{background-color:#1890ff!important;transition:background-color .2s ease;opacity:.8}.problem-detail-content .flexlayout__splitter_drag{background-color:#1890ff!important;opacity:.8;border-radius:10px;z-index:1000}.problem-detail-content .flexlayout__splitter_handle{background-color:#d9d9d9!important;border-radius:2px;transition:all .2s ease}.problem-detail-content .flexlayout__splitter_handle:hover{background-color:#1890ff!important;opacity:1}.problem-detail-content .flexlayout__splitter_handle.flexlayout__splitter_handle_vert{width:24px!important;height:3px!important;margin:auto}.problem-detail-content .flexlayout__splitter_handle.flexlayout__splitter_handle_horz{width:3px!important;height:24px!important;margin:auto}.problem-detail-content .flexlayout__drag_rect{background-color:#1890ff26!important;border:1px solid #1890ff!important;border-radius:2px}.problem-detail-content .flexlayout__outline_rect{background-color:#1890ff0d!important;border:1px dashed #40a9ff!important;border-radius:2px}.problem-detail-content .flexlayout__splitter_border{background-color:#1890ff!important;opacity:.9;z-index:1001;box-shadow:0 0 3px #1890ff66}.problem-detail-content .flexlayout__splitter_border_horz{background-color:#1890ff!important;height:1px!important;opacity:.9;z-index:1001;box-shadow:0 0 3px #1890ff66}.problem-detail-content .flexlayout__splitter_border_vert{background-color:#1890ff!important;width:1px!important;opacity:.9;z-index:1001;box-shadow:0 0 3px #1890ff66}.problem-detail-content .tab-container-left.flexlayout__tabset_collapsed_left,.problem-detail-content .tab-container-right.flexlayout__tabset_collapsed_right{width:700px!important;background-color:var(--color-tabset-background)!important;border-radius:8px!important;margin-top:-36px!important;transform:rotate(90deg)!important;transform-origin:0 36px!important;z-index:2!important}.problem-detail-content .tab-container-left.flexlayout__tabset_collapsed_left .anticon,.problem-detail-content .tab-container-right.flexlayout__tabset_collapsed_right .anticon{transform:rotate(-90deg)!important;display:inline-block!important}.problem-detail-content .flexlayout__tab_toolbar_sticky_buttons_container{background-color:#dbe6f4!important;border-radius:8px!important;margin:4px!important}.problem-detail-content .flexlayout__tabset:has(.flexlayout__tabset_collapsed_left) .flexlayout__tabset_content,.problem-detail-content .flexlayout__tabset:has(.flexlayout__tabset_collapsed_right) .flexlayout__tabset_content{display:none!important}@media (max-width: 1200px){.problem-detail-content .problem-detail-header .header-left .problem-title{max-width:200px}}@media (max-width: 768px){.problem-detail-content .problem-detail-header{padding:0 8px}.problem-detail-content .problem-detail-header .header-left{gap:8px}.problem-detail-content .problem-detail-header .header-left .problem-title{display:none}.problem-detail-content .problem-detail-header .header-center .action-btn{height:32px;font-size:12px}.problem-detail-content .problem-detail-header .header-center .action-icon-btn{width:36px;height:36px;font-size:16px}.problem-detail-content .problem-detail-header .header-right .toggle-btn{width:32px;height:32px}.problem-detail-content .problem-detail-content .panel-content{padding:8px}}.flexlayout__layout{--color-text: black;--color-background: #f2f6fb;--color-base: #f2f6fb;--color-1: rgb(230.3, 237.9, 247.4);--color-2: rgb(218.6, 229.8, 243.8);--color-3: rgb(206.9, 221.7, 240.2);--color-4: rgb(195.2, 213.6, 236.6);--color-5: rgb(183.5, 205.5, 233);--color-6: rgb(171.8, 197.4, 229.4);--color-drag1: rgb(95, 134, 196);--color-drag2: rgb(95, 134, 196);--color-drag1-background: rgba(95, 134, 196, .1);--color-drag2-background: rgba(95, 134, 196, .1);--font-size: medium;--font-family: Roboto, Arial, sans-serif;--color-overflow: #999db2;--color-icon: #999db2;--color-tabset-background: white;--color-tabset-background-selected: white;--color-tabset-background-maximized: white;--color-tabset-divider-line: white;--color-tabset-header-background: var(--color-background);--color-tabset-header: var(--color-text);--color-border-tab-content: white;--color-border-background: var(--color-background);--color-border-divider-line: var(--color-background);--color-tab-content: white;--color-tab-selected: var(--color-text);--color-tab-selected-background: var(--color-2);--color-tab-unselected: gray;--color-tab-unselected-background: #d3d4e745;--color-tab-textbox: var(--color-text);--color-tab-textbox-background: var(--color-3);--color-border-tab-selected: var(--color-text);--color-border-tab-selected-background: var(--color-2);--color-border-tab-unselected: gray;--color-border-tab-unselected-background: #d3d4e745;--color-splitter: var(--color-background);--color-splitter-hover: var(--color-2);--color-splitter-drag: var(--color-2);--color-drag-rect-border: #ccc;--color-drag-rect-background: var(--color-5);--color-drag-rect: var(--color-text);--color-popup-border: var(--color-6);--color-popup-unselected: var(--color-text);--color-popup-unselected-background: #f2f6fb;--color-popup-selected: var(--color-text);--color-popup-selected-background: var(--color-3);--color-edge-marker: #a6bbdf;--color-edge-icon: #555;--color-mini-scroll-indicator: rgba(180, 200, 230, .5);--color-mini-scroll-indicator-hovered: rgba(180, 200, 230, .7);--size-mini-scroll-indicator: 4px;--color-toolbar-button-hover: var(--color-2)}.flexlayout__layout{inset:0;position:absolute;display:flex;background-color:var(--color-background)}.flexlayout__layout_overlay{inset:0;position:absolute;z-index:1000}.flexlayout__layout_tab_stamps{position:absolute;top:-10000px;z-index:100;display:flex;flex-direction:column;align-items:start}.flexlayout__layout_moveables{visibility:hidden;position:absolute;width:100px;height:100px;top:-20000px}.flexlayout__layout_main{display:flex;flex-basis:0px;min-width:0;min-height:0;flex-grow:1;position:relative}.flexlayout__layout_border_container,.flexlayout__layout_border_container_inner{display:flex;flex-basis:0px;min-width:0;min-height:0;flex-grow:1}.flexlayout__splitter{display:flex;align-items:center;justify-content:center;background-color:var(--color-splitter);touch-action:none;z-index:10}@media (hover: hover){.flexlayout__splitter:hover{background-color:var(--color-splitter-hover);transition:background-color ease-in .1s;transition-delay:.05s;border-radius:5px}}.flexlayout__splitter_drag{position:absolute;display:flex;align-items:center;justify-content:center;z-index:1000;border-radius:5px;background-color:var(--color-splitter-drag)}.flexlayout__splitter_handle{background-color:#ccc;border-radius:3px}.flexlayout__splitter_handle_horz{width:3px;height:30px}.flexlayout__splitter_handle_vert{width:30px;height:3px}.flexlayout__splitter_extra{touch-action:none;background-color:transparent}.flexlayout__outline_rect{position:absolute;pointer-events:none;box-sizing:border-box;border:2px solid var(--color-drag1);background:var(--color-drag1-background);border-radius:5px;z-index:1000}.flexlayout__outline_rect_edge{pointer-events:none;border:2px solid var(--color-drag2);background:var(--color-drag2-background);border-radius:5px;z-index:1000;box-sizing:border-box}.flexlayout__edge_rect{position:absolute;z-index:1000;background-color:var(--color-edge-marker);pointer-events:none;display:flex;align-items:center;justify-content:center}.flexlayout__drag_rect{color:var(--color-drag-rect);background-color:var(--color-drag-rect-background);border:2px solid var(--color-drag-rect-border);border-radius:5px;box-sizing:border-box;display:flex;justify-content:center;flex-direction:column;overflow:hidden;padding:.3em .8em;word-wrap:break-word;font-size:var(--font-size);font-family:var(--font-family)}.flexlayout__row{display:flex;flex-basis:0px;min-width:0;min-height:0;position:relative;box-sizing:border-box;overflow:hidden}.flexlayout__tabset{display:flex;flex-direction:column;position:relative;background-color:var(--color-tabset-background);box-sizing:border-box;font-family:var(--font-family);overflow:hidden;flex-grow:1}.flexlayout__tabset_container{display:flex;flex-basis:0px;min-width:0;min-height:0;flex-direction:column;overflow:hidden;flex-grow:1}.flexlayout__tabset_tab_divider{width:4px}.flexlayout__tabset_content{display:flex;flex-basis:0px;min-width:0;min-height:0;flex-grow:1;box-sizing:border-box;position:relative}.flexlayout__tabset_leading{display:flex}.flexlayout__tabset_header{display:flex;align-items:center;padding:3px 3px 3px 5px;box-sizing:border-box;border-bottom:1px solid var(--color-tabset-divider-line);color:var(--color-tabset-header);background-color:var(--color-tabset-header-background);font-size:var(--font-size)}.flexlayout__tabset_header_content{flex-grow:1}.flexlayout__tabset_tabbar_outer{box-sizing:border-box;background-color:var(--color-tabset-background);overflow:hidden;display:flex;font-size:var(--font-size)}.flexlayout__tabset_tabbar_outer_top{padding:0 2px;border-bottom:1px solid var(--color-tabset-divider-line)}.flexlayout__tabset_tabbar_outer_bottom{padding:0 2px;border-top:1px solid var(--color-tabset-divider-line)}.flexlayout__tabset_tabbar_inner{position:relative;box-sizing:border-box;display:flex;flex-grow:1;scrollbar-width:none}.flexlayout__tabset_tabbar_inner::-webkit-scrollbar{display:none}.flexlayout__tabset_tabbar_inner_tab_container{position:relative;display:flex;padding-left:4px;padding-right:4px;box-sizing:border-box;white-space:nowrap}.flexlayout__tabset_tabbar_inner_tab_container_top{border-top:2px solid transparent}.flexlayout__tabset_tabbar_inner_tab_container_bottom{border-bottom:2px solid transparent}.flexlayout__tabset-selected{background-color:var(--color-tabset-background-selected)}.flexlayout__tabset-maximized{background-color:var(--color-tabset-background-maximized)}.flexlayout__tab_button_stamp{display:inline-flex;align-items:center;gap:.3em;white-space:nowrap;box-sizing:border-box}.flexlayout__tab{overflow:hidden;box-sizing:border-box;background-color:var(--color-tab-content);color:var(--color-text);position:relative}.flexlayout__tab_moveable{position:relative;height:100%;min-width:1px;min-height:1px;overflow:auto;box-sizing:border-box}.flexlayout__tab_overlay{z-index:20;position:absolute;inset:0;background-color:#0000003d}.flexlayout__tab_button{display:flex;gap:.3em;align-items:center;box-sizing:border-box;padding:3px .5em;cursor:pointer}.flexlayout__tab_button_stretch{background-color:transparent;color:var(--color-tab-selected);width:100%;padding:3px 0;text-wrap:nowrap;display:flex;gap:.3em;align-items:center;box-sizing:border-box;cursor:pointer}@media (hover: hover){.flexlayout__tab_button_stretch:hover{color:var(--color-tab-selected)}}.flexlayout__tab_button--selected{background-color:var(--color-tab-selected-background);color:var(--color-tab-selected)}@media (hover: hover){.flexlayout__tab_button:hover{color:var(--color-tab-selected)}}.flexlayout__tab_button--unselected{background-color:var(--color-tab-unselected-background);color:var(--color-tab-unselected)}.flexlayout__tab_button_leading{display:flex}.flexlayout__tab_button_content{display:flex;text-wrap:nowrap}.flexlayout__tab_button_textbox{border:none;font-family:var(--font-family);font-size:var(--font-size);color:var(--color-tab-textbox);background-color:var(--color-tab-textbox-background);border:1px inset var(--color-1);border-radius:3px;width:10em}.flexlayout__tab_button_textbox:focus{outline:none}.flexlayout__tab_button_trailing{display:flex;visibility:hidden;border-radius:4px}.flexlayout__tab_button_trailing:hover{background-color:var(--color-toolbar-button-hover)}@media (hover: hover){.flexlayout__tab_button:hover .flexlayout__tab_button_trailing{visibility:visible}}.flexlayout__tab_button--selected .flexlayout__tab_button_trailing{visibility:visible}.flexlayout__tab_button_overflow{display:flex;align-items:center;border:none;color:var(--color-overflow);font-size:inherit;background-color:transparent;width:2em;overflow:hidden}.flexlayout__tab_toolbar{display:flex;align-items:center;gap:.3em;padding-left:.5em;padding-right:.3em}.flexlayout__tab_toolbar_icon{border:none;outline:none;font-size:inherit;margin:0;background-color:transparent;padding:1px}.flexlayout__tab_toolbar_button{border:none;outline:none;font-size:inherit;margin:0;background-color:transparent;border-radius:4px;padding:1px}@media (hover: hover){.flexlayout__tab_toolbar_button:hover{background-color:var(--color-toolbar-button-hover)}}.flexlayout__tab_toolbar_sticky_buttons_container{display:flex;gap:.3em;padding-left:5px;align-items:center}.flexlayout__border{box-sizing:border-box;overflow:hidden;display:flex;font-size:var(--font-size);font-family:var(--font-family);color:var(--color-border);background-color:var(--color-border-background)}.flexlayout__border_tab_contents{box-sizing:border-box;overflow:hidden;background-color:var(--color-border-tab-content)}.flexlayout__border_leading{display:flex}.flexlayout__border_top{border-bottom:1px solid var(--color-border-divider-line);align-items:center}.flexlayout__border_bottom{border-top:1px solid var(--color-border-divider-line);align-items:center}.flexlayout__border_left{border-right:1px solid var(--color-border-divider-line);align-content:center;flex-direction:column}.flexlayout__border_right{border-left:1px solid var(--color-border-divider-line);align-content:center;flex-direction:column}.flexlayout__border_inner{position:relative;box-sizing:border-box;align-items:center;display:flex;flex-grow:1;scrollbar-width:none}.flexlayout__border_inner::-webkit-scrollbar{display:none}.flexlayout__border_inner_tab_container{white-space:nowrap;display:flex;padding-left:2px;padding-right:2px;box-sizing:border-box;position:absolute}.flexlayout__border_inner_tab_container_right{transform-origin:top left;transform:rotate(90deg)}.flexlayout__border_inner_tab_container_left{flex-direction:row-reverse;transform-origin:top right;transform:rotate(-90deg)}.flexlayout__border_tab_divider{width:4px}.flexlayout__border_button{display:flex;gap:.3em;align-items:center;cursor:pointer;padding:3px .5em;margin:2px 0;box-sizing:border-box;white-space:nowrap}.flexlayout__border_button--selected{background-color:var(--color-border-tab-selected-background);color:var(--color-border-tab-selected)}@media (hover: hover){.flexlayout__border_button:hover{color:var(--color-border-tab-selected)}}.flexlayout__border_button--unselected{background-color:var(--color-border-tab-unselected-background);color:var(--color-border-tab-unselected)}.flexlayout__border_button_leading,.flexlayout__border_button_content{display:flex}.flexlayout__border_button_trailing{display:flex;border-radius:4px;visibility:hidden}@media (hover: hover){.flexlayout__border_button:hover .flexlayout__border_button_trailing{visibility:visible}}.flexlayout__border_button--selected .flexlayout__border_button_trailing{visibility:visible}.flexlayout__border_toolbar{display:flex;gap:.3em;align-items:center}.flexlayout__border_toolbar_left,.flexlayout__border_toolbar_right{flex-direction:column;padding-top:.5em;padding-bottom:.3em}.flexlayout__border_toolbar_top,.flexlayout__border_toolbar_bottom{padding-left:.5em;padding-right:.3em}.flexlayout__border_toolbar_button{border:none;outline:none;font-size:inherit;background-color:transparent;border-radius:4px;padding:1px}@media (hover: hover){.flexlayout__border_toolbar_button:hover{background-color:var(--color-toolbar-button-hover)}}.flexlayout__border_toolbar_button_overflow{display:flex;align-items:center;border:none;color:var(--color-overflow);font-size:inherit;background-color:transparent;width:1.5em}.flexlayout__popup_menu{font-size:var(--font-size);font-family:var(--font-family)}.flexlayout__popup_menu_item{padding:2px .5em;white-space:nowrap;cursor:pointer;border-radius:2px}.flexlayout__popup_menu_item--selected{font-weight:500;background-color:var(--color-tab-selected-background);color:var(--color-tab-selected)}@media (hover: hover){.flexlayout__popup_menu_item:hover{background-color:var(--color-6)}}.flexlayout__popup_menu_container{box-shadow:inset 0 0 5px #00000026;border:1px solid var(--color-popup-border);color:var(--color-popup-unselected);background:var(--color-popup-unselected-background);border-radius:3px;position:absolute;z-index:1000;max-height:50%;min-width:100px;overflow:auto;padding:2px}.flexlayout__floating_window _body{height:100%}.flexlayout__floating_window_content{inset:0;position:absolute}.flexlayout__error_boundary_container{inset:0;position:absolute;display:flex;justify-content:center}.flexlayout__error_boundary_content{display:flex;align-items:center}.flexlayout__border_sizer{position:absolute;top:-30000px;padding-top:6px;padding-bottom:5px;font-size:var(--font-size);font-family:var(--font-family)}.flexlayout__mini_scrollbar{position:absolute;background-color:var(--color-mini-scroll-indicator);border-radius:5px;width:var(--size-mini-scroll-indicator);height:var(--size-mini-scroll-indicator);visibility:hidden;opacity:0;transition:opacity .3s ease-in-out,visibility .3s ease-in-out}.flexlayout__mini_scrollbar:hover{background-color:var(--color-mini-scroll-indicator-hovered);transition:background-color .3s ease-in-out}.flexlayout__mini_scrollbar_container{position:relative;display:flex;flex-grow:1;overflow:hidden}@media (hover: hover){.flexlayout__mini_scrollbar_container:hover .flexlayout__mini_scrollbar{opacity:1;visibility:visible}}.flexlayout__tabset{padding:3px;border-radius:10px}.flexlayout__tabset_content{padding:1px 3px 3px;border-bottom-left-radius:10px;border-bottom-right-radius:10px}.flexlayout__tab_border{border-radius:10px;padding:5px}.flexlayout__border_tab_contents{border-radius:10px}.flexlayout__tab_button,.flexlayout__border_button{border-radius:10px;padding:2px .8em}.flexlayout__tabset_tabbar_outer_top{border-bottom:unset;padding-bottom:1px}.flexlayout__tabset_tabbar_inner_tab_container_top{border-bottom:2px solid transparent}.flexlayout__border_bottom{border-top:2px solid var(--color-border-divider-line)}.flexlayout__border_sizer{padding-bottom:6px}.flexlayout__tab_button_trailing:hover,.flexlayout__border_button_trailing:hover{background-color:var(--color-3)}.avatar-upload-modal .upload-area{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;background:#fafafa;border:2px dashed #d9d9d9;border-radius:8px;transition:all .3s ease}.avatar-upload-modal .upload-area:hover{border-color:#1890ff;background:#f0f7ff}.avatar-upload-modal .upload-area .upload-hint{margin-top:16px;color:#999;font-size:13px}.avatar-upload-modal .gif-preview-container{display:flex;flex-direction:column;align-items:center;gap:20px}.avatar-upload-modal .gif-preview-container .gif-preview-wrapper{width:100%;display:flex;justify-content:center;align-items:center;padding:40px}.avatar-upload-modal .gif-preview-container .gif-preview-wrapper .gif-preview-image{max-width:300px;max-height:300px;border-radius:8px;box-shadow:0 4px 12px #0000001a}.avatar-upload-modal .gif-preview-container .gif-info{text-align:center;width:100%}.avatar-upload-modal .crop-container .cropper-wrapper{position:relative;width:100%;height:400px;background:#000;border-radius:8px;overflow:hidden}.avatar-upload-modal .crop-container .controls{margin-top:24px;display:flex;flex-direction:column;gap:16px}.avatar-upload-modal .crop-container .controls .control-item{display:flex;align-items:center;gap:12px}.avatar-upload-modal .crop-container .controls .control-item .control-label{font-size:14px;color:#333;font-weight:500;min-width:48px}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.personal-page-new{position:relative;min-height:calc(100vh - 52px);background:#f5f7fa;animation:fadeIn .6s ease-out}.personal-page-new .loading-container,.personal-page-new .error-container{display:flex;justify-content:center;align-items:center;min-height:400px;font-size:16px}.personal-page-new .header-background{width:100%;height:220px;background:url(/assets/test-BTPI8wT4.png) center center / cover no-repeat;position:relative;animation:fadeInDown .8s ease-out}.personal-page-new .header-background:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:80px;background:linear-gradient(to bottom,#f5f7fa00,#f5f7fa4d 40%,#f5f7fa)}.personal-page-new .page-content-wrapper{position:relative;max-width:1240px;margin:0 auto;padding:0 0 60px}.personal-page-new .page-content-wrapper .user-info-card-container{position:relative;margin-top:-60px;padding:0 20px;margin-bottom:30px;animation:fadeInUp .8s ease-out .2s;animation-fill-mode:both}.personal-page-new .page-content-wrapper .user-info-card{border-radius:16px;box-shadow:0 4px 20px #00000014;overflow:visible;background:linear-gradient(to bottom,#ffffff4d,#fff9,#ffffffd9 40%,#fff);border:none}.personal-page-new .page-content-wrapper .user-info-card .ant-card-body{padding:0}.personal-page-new .page-content-wrapper .user-info-card .user-card-content{display:flex;flex-direction:column;padding:20px 32px;gap:16px;position:relative}.personal-page-new .page-content-wrapper .user-info-card .user-card-content .user-main-info{display:flex;align-items:flex-start;gap:24px}.personal-page-new .page-content-wrapper .user-info-card .user-card-content .avatar-section{position:relative;margin-top:-50px;cursor:pointer}.personal-page-new .page-content-wrapper .user-info-card .user-card-content .avatar-section .avatar-wrapper{position:relative;display:inline-block}.personal-page-new .page-content-wrapper .user-info-card .user-card-content .avatar-section .avatar-wrapper .profile-avatar-elevated{border:5px solid rgba(255,255,255,.8);box-shadow:0 4px 16px #00000026,0 0 0 2px #ffffff4d,inset 0 0 0 1px #ffffff80;transition:transform .3s ease,box-shadow .3s ease}.personal-page-new .page-content-wrapper .user-info-card .user-card-content .avatar-section .avatar-wrapper .avatar-overlay{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;background:#0009;display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.personal-page-new .page-content-wrapper .user-info-card .user-card-content .avatar-section .avatar-wrapper .avatar-overlay .camera-icon{font-size:24px;color:#fff;margin-bottom:4px}.personal-page-new .page-content-wrapper .user-info-card .user-card-content .avatar-section .avatar-wrapper .avatar-overlay .upload-text{font-size:12px;color:#fff;font-weight:500}.personal-page-new .page-content-wrapper .user-info-card .user-card-content .avatar-section .avatar-wrapper:hover .profile-avatar-elevated{transform:translateY(-4px);box-shadow:0 6px 20px #0003,0 0 0 2px #fff6,inset 0 0 0 1px #fff9}.personal-page-new .page-content-wrapper .user-info-card .user-card-content .avatar-section .avatar-wrapper:hover .avatar-overlay{opacity:1}.personal-page-new .page-content-wrapper .user-info-card .user-card-content .user-details-section{flex:1;display:flex;flex-direction:column;gap:8px;margin-top:-10px;justify-content:center;min-height:100px}.personal-page-new .page-content-wrapper .user-info-card .user-card-content .user-details-section .user-name-row{display:flex;align-items:center;gap:10px;margin-bottom:2px}.personal-page-new .page-content-wrapper .user-info-card .user-card-content .user-details-section .user-name-row .user-name{font-size:24px;font-weight:600;margin:0;color:#333;line-height:1.3}.personal-page-new .page-content-wrapper .user-info-card .user-card-content .user-details-section .user-name-row .role-tag{font-size:11px;padding:3px 10px;border-radius:12px;border:none;font-weight:500;line-height:1.3;height:auto;margin:0;display:inline-flex;align-items:center}.personal-page-new .page-content-wrapper .user-info-card .user-card-content .user-details-section .user-meta-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:15px;margin-left:-120px}.personal-page-new .page-content-wrapper .user-info-card .user-card-content .user-details-section .user-meta-row .info-tag{font-size:13px;padding:5px 12px;border-radius:4px;border:none;font-weight:400;display:inline-flex;align-items:center;gap:4px}.personal-page-new .page-content-wrapper .user-info-card .user-card-content .user-details-section .user-signature{font-size:13px;color:#999;line-height:1.6;margin-top:2px;min-height:20px}.personal-page-new .page-content-wrapper .user-info-card .user-card-content .user-details-section .user-stats-row{display:flex;gap:24px;margin-top:8px}.personal-page-new .page-content-wrapper .user-info-card .user-card-content .user-details-section .user-stats-row .stat-item{display:flex;flex-direction:column;gap:4px;cursor:pointer;transition:transform .2s ease}.personal-page-new .page-content-wrapper .user-info-card .user-card-content .user-details-section .user-stats-row .stat-item:hover{transform:translateY(-2px)}.personal-page-new .page-content-wrapper .user-info-card .user-card-content .user-details-section .user-stats-row .stat-item:hover .stat-value{color:#1890ff}.personal-page-new .page-content-wrapper .user-info-card .user-card-content .user-details-section .user-stats-row .stat-item .stat-value{font-size:20px;font-weight:600;color:#333;line-height:1;transition:color .2s ease}.personal-page-new .page-content-wrapper .user-info-card .user-card-content .user-details-section .user-stats-row .stat-item .stat-label{font-size:13px;color:#999;line-height:1}.personal-page-new .page-content-wrapper .user-info-card .user-card-content .user-stats-section{display:flex;flex-direction:column;align-items:center;gap:16px;margin-left:auto;margin-top:-10px}.personal-page-new .page-content-wrapper .user-info-card .user-card-content .user-stats-section .stats-row{display:flex;align-items:center;gap:20px}.personal-page-new .page-content-wrapper .user-info-card .user-card-content .user-stats-section .stat-item-inline{display:flex;flex-direction:column;align-items:center;gap:6px}.personal-page-new .page-content-wrapper .user-info-card .user-card-content .user-stats-section .stat-item-inline .stat-label{font-size:13px;color:#999}.personal-page-new .page-content-wrapper .user-info-card .user-card-content .user-stats-section .stat-item-inline .stat-value{font-size:24px;font-weight:600}.personal-page-new .page-content-wrapper .user-info-card .user-card-content .user-stats-section .stat-item-inline.easy .stat-value{color:#52c41a}.personal-page-new .page-content-wrapper .user-info-card .user-card-content .user-stats-section .stat-item-inline.medium .stat-value{color:#faad14}.personal-page-new .page-content-wrapper .user-info-card .user-card-content .user-stats-section .stat-item-inline.hard .stat-value{color:#f5222d}.personal-page-new .page-content-wrapper .user-info-card .user-card-content .user-stats-section .stat-divider-vertical{width:1px;height:40px;background:#e8e8e8}.personal-page-new .page-content-wrapper .user-info-card .user-card-content .user-stats-section .edit-profile-btn-inline{padding:8px 24px;background:linear-gradient(135deg,#40a9ff,#1890ff);color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:13px;font-weight:500;display:flex;align-items:center;gap:6px;transition:all .3s ease;box-shadow:0 2px 8px #1890ff4d}.personal-page-new .page-content-wrapper .user-info-card .user-card-content .user-stats-section .edit-profile-btn-inline:hover{transform:translateY(-2px);box-shadow:0 4px 12px #1890ff66}.personal-page-new .page-content-wrapper .user-info-card .user-card-content .user-stats-section .edit-profile-btn-inline:active{transform:translateY(0)}.personal-page-new .page-content-wrapper .profile-content-grid{padding:0 20px;display:grid;grid-template-columns:300px 1fr;gap:20px;width:100%}.personal-page-new .page-content-wrapper .profile-content-grid .stats-card{border-radius:12px;box-shadow:0 2px 12px #00000014;margin-bottom:20px;background:#fff;border:none;transition:all .3s ease;width:100%;min-width:0;overflow:hidden}.personal-page-new .page-content-wrapper .profile-content-grid .stats-card:hover{box-shadow:0 4px 20px #0000001a;transform:translateY(-2px)}.personal-page-new .page-content-wrapper .profile-content-grid .stats-card .ant-card-head{background:#fff;border-bottom:1px solid #f0f0f0;border-radius:12px 12px 0 0;padding:0 20px;min-height:48px}.personal-page-new .page-content-wrapper .profile-content-grid .stats-card .ant-card-head .ant-card-head-title{font-weight:600;color:#1890ff;font-size:16px;padding:14px 0}.personal-page-new .page-content-wrapper .profile-content-grid .stats-card .card-title-with-tabs{display:flex;align-items:center;justify-content:space-between;width:100%;margin:-14px 0}.personal-page-new .page-content-wrapper .profile-content-grid .stats-card .card-title-with-tabs .activity-tabs{display:flex;gap:0;flex:1;border-bottom:2px solid #f0f0f0;margin:0 -20px;padding:0 20px}.personal-page-new .page-content-wrapper .profile-content-grid .stats-card .card-title-with-tabs .activity-tabs .activity-tab{padding:12px 20px;font-size:14px;font-weight:500;color:#666;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:6px;position:relative;border-bottom:2px solid transparent;margin-bottom:-2px}.personal-page-new .page-content-wrapper .profile-content-grid .stats-card .card-title-with-tabs .activity-tabs .activity-tab:hover{color:#1890ff}.personal-page-new .page-content-wrapper .profile-content-grid .stats-card .card-title-with-tabs .activity-tabs .activity-tab.active{color:#1890ff;font-weight:600;border-bottom-color:#1890ff}.personal-page-new .page-content-wrapper .profile-content-grid .stats-card .card-title-with-tabs .view-all-link{font-size:13px;color:#999;text-decoration:none;white-space:nowrap;transition:color .2s ease}.personal-page-new .page-content-wrapper .profile-content-grid .stats-card .card-title-with-tabs .view-all-link:hover{color:#1890ff}.personal-page-new .page-content-wrapper .profile-content-grid .stats-card .ant-card-body{padding:20px}.personal-page-new .page-content-wrapper .profile-content-grid .left-section{width:100%;animation:fadeInUp .8s ease-out .4s;animation-fill-mode:both}.personal-page-new .page-content-wrapper .profile-content-grid .left-section .stats-card:last-child{margin-bottom:0}.personal-page-new .page-content-wrapper .profile-content-grid .left-section .difficulty-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:16px;width:100%}.personal-page-new .page-content-wrapper .profile-content-grid .left-section .difficulty-stats .difficulty-item{text-align:center;padding:16px 10px;border-radius:8px;transition:all .2s ease;cursor:pointer}.personal-page-new .page-content-wrapper .profile-content-grid .left-section .difficulty-stats .difficulty-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.personal-page-new .page-content-wrapper .profile-content-grid .left-section .difficulty-stats .difficulty-item.easy{background:#f0f9ff;border:1px solid #bae7ff}.personal-page-new .page-content-wrapper .profile-content-grid .left-section .difficulty-stats .difficulty-item.medium{background:#fffbe6;border:1px solid #ffe58f}.personal-page-new .page-content-wrapper .profile-content-grid .left-section .difficulty-stats .difficulty-item.hard{background:#fff1f0;border:1px solid #ffccc7}.personal-page-new .page-content-wrapper .profile-content-grid .left-section .difficulty-stats .difficulty-item .difficulty-label{font-size:12px;color:#999;margin-bottom:6px;font-weight:400}.personal-page-new .page-content-wrapper .profile-content-grid .left-section .difficulty-stats .difficulty-item .difficulty-count{font-size:24px;font-weight:600;color:#333}.personal-page-new .page-content-wrapper .profile-content-grid .left-section .total-stats{display:flex;justify-content:space-around;padding:16px;background:#f5f7fa;border-radius:8px}.personal-page-new .page-content-wrapper .profile-content-grid .left-section .total-stats .stat-item{display:flex;flex-direction:column;align-items:center;gap:6px}.personal-page-new .page-content-wrapper .profile-content-grid .left-section .total-stats .stat-item .stat-label{font-size:13px;color:#666;font-weight:400}.personal-page-new .page-content-wrapper .profile-content-grid .left-section .total-stats .stat-item .stat-value{font-size:20px;font-weight:600;color:#1890ff}.personal-page-new .page-content-wrapper .profile-content-grid .left-section .total-stats .stat-divider{width:1px;background:#e8e8e8}.personal-page-new .page-content-wrapper .profile-content-grid .left-section .radar-card .ant-card-body{padding:20px;min-height:300px}.personal-page-new .page-content-wrapper .profile-content-grid .left-section .radar-card #radarChart{width:100%!important;height:280px!important}.personal-page-new .page-content-wrapper .profile-content-grid .left-section .radar-card .empty-state{text-align:center;padding:60px 20px;color:#999;font-size:14px}.personal-page-new .page-content-wrapper .profile-content-grid .right-section{width:100%;min-width:0;animation:fadeInUp .8s ease-out .5s;animation-fill-mode:both}.personal-page-new .page-content-wrapper .profile-content-grid .right-section .stats-card:last-child{margin-bottom:0}.personal-page-new .page-content-wrapper .profile-content-grid .right-section .calendar-card .calendar-stats{display:flex;gap:24px;padding:16px;background:#f5f7fa;border-radius:8px}.personal-page-new .page-content-wrapper .profile-content-grid .right-section .calendar-card .calendar-stats .stat-box{text-align:center;flex:1}.personal-page-new .page-content-wrapper .profile-content-grid .right-section .calendar-card .calendar-stats .stat-box .stat-number{font-size:24px;font-weight:600;color:#1890ff;margin-bottom:4px}.personal-page-new .page-content-wrapper .profile-content-grid .right-section .calendar-card .calendar-stats .stat-box .stat-text{font-size:13px;color:#666;font-weight:400}.personal-page-new .page-content-wrapper .profile-content-grid .right-section .contribution-heatmap{width:100%;overflow:visible}.personal-page-new .page-content-wrapper .profile-content-grid .right-section .contribution-heatmap .heatmap-months-container{display:flex;gap:6px;padding:10px 0;flex-wrap:nowrap;justify-content:space-between;width:100%}.personal-page-new .page-content-wrapper .profile-content-grid .right-section .contribution-heatmap .heatmap-months-container .heatmap-month{display:flex;flex-direction:column;align-items:center;flex:1 1 0;min-width:0}.personal-page-new .page-content-wrapper .profile-content-grid .right-section .contribution-heatmap .heatmap-months-container .heatmap-month .month-label{font-size:11px;color:#666;margin-bottom:6px;font-weight:500;text-align:center;white-space:nowrap;overflow:visible}.personal-page-new .page-content-wrapper .profile-content-grid .right-section .contribution-heatmap .heatmap-months-container .heatmap-month .heatmap-container{display:flex;gap:2px;justify-content:center}.personal-page-new .page-content-wrapper .profile-content-grid .right-section .contribution-heatmap .heatmap-months-container .heatmap-month .heatmap-container .heatmap-week{display:flex;flex-direction:column;gap:2px}.personal-page-new .page-content-wrapper .profile-content-grid .right-section .contribution-heatmap .heatmap-months-container .heatmap-month .heatmap-container .heatmap-week .heatmap-cell{width:9px;height:9px;border-radius:2px;background:#ebedf0;transition:all .2s ease;cursor:pointer}.personal-page-new .page-content-wrapper .profile-content-grid .right-section .contribution-heatmap .heatmap-months-container .heatmap-month .heatmap-container .heatmap-week .heatmap-cell.empty{background:transparent;cursor:default}.personal-page-new .page-content-wrapper .profile-content-grid .right-section .contribution-heatmap .heatmap-months-container .heatmap-month .heatmap-container .heatmap-week .heatmap-cell:hover:not(.empty){transform:scale(1.3);box-shadow:0 2px 6px #0003;z-index:10}.personal-page-new .page-content-wrapper .profile-content-grid .right-section .contribution-heatmap .heatmap-months-container .heatmap-month .heatmap-container .heatmap-week .heatmap-cell.level-0{background:#ebedf0}.personal-page-new .page-content-wrapper .profile-content-grid .right-section .contribution-heatmap .heatmap-months-container .heatmap-month .heatmap-container .heatmap-week .heatmap-cell.level-1{background:#c6e48b}.personal-page-new .page-content-wrapper .profile-content-grid .right-section .contribution-heatmap .heatmap-months-container .heatmap-month .heatmap-container .heatmap-week .heatmap-cell.level-2{background:#7bc96f}.personal-page-new .page-content-wrapper .profile-content-grid .right-section .contribution-heatmap .heatmap-months-container .heatmap-month .heatmap-container .heatmap-week .heatmap-cell.level-3{background:#239a3b}.personal-page-new .page-content-wrapper .profile-content-grid .right-section .contribution-heatmap .heatmap-months-container .heatmap-month .heatmap-container .heatmap-week .heatmap-cell.level-4{background:#196127}.personal-page-new .page-content-wrapper .profile-content-grid .right-section .contribution-heatmap .empty-calendar{text-align:center;padding:40px 20px;color:#999;font-size:14px}.personal-page-new .page-content-wrapper .profile-content-grid .right-section .contribution-heatmap .heatmap-legend{display:flex;align-items:center;gap:5px;margin-top:12px;font-size:11px;color:#666}.personal-page-new .page-content-wrapper .profile-content-grid .right-section .contribution-heatmap .heatmap-legend .legend-box{width:11px;height:11px;border-radius:2px}.personal-page-new .page-content-wrapper .profile-content-grid .right-section .contribution-heatmap .heatmap-legend .legend-box.level-0{background:#ebedf0}.personal-page-new .page-content-wrapper .profile-content-grid .right-section .contribution-heatmap .heatmap-legend .legend-box.level-1{background:#c6e48b}.personal-page-new .page-content-wrapper .profile-content-grid .right-section .contribution-heatmap .heatmap-legend .legend-box.level-2{background:#7bc96f}.personal-page-new .page-content-wrapper .profile-content-grid .right-section .contribution-heatmap .heatmap-legend .legend-box.level-3{background:#239a3b}.personal-page-new .page-content-wrapper .profile-content-grid .right-section .contribution-heatmap .heatmap-legend .legend-box.level-4{background:#196127}.personal-page-new .page-content-wrapper .profile-content-grid .right-section .problem-list{max-height:300px;overflow-y:auto;overflow-x:hidden;padding-right:8px;width:100%}.personal-page-new .page-content-wrapper .profile-content-grid .right-section .problem-list::-webkit-scrollbar{width:6px}.personal-page-new .page-content-wrapper .profile-content-grid .right-section .problem-list::-webkit-scrollbar-thumb{background:#d0d0d0;border-radius:3px}.personal-page-new .page-content-wrapper .profile-content-grid .right-section .problem-list .problem-tags{display:flex;flex-wrap:wrap;gap:10px}.personal-page-new .page-content-wrapper .profile-content-grid .right-section .problem-list .problem-tags .problem-tag{cursor:pointer;transition:all .3s ease;font-size:13px;padding:4px 12px}.personal-page-new .page-content-wrapper .profile-content-grid .right-section .problem-list .problem-tags .problem-tag:hover{transform:scale(1.1);box-shadow:0 2px 8px #52c41a4d}.personal-page-new .page-content-wrapper .profile-content-grid .right-section .problem-list .problem-tags .more-text{color:#666;font-size:14px;align-self:center;font-style:italic}.personal-page-new .page-content-wrapper .profile-content-grid .right-section .problem-list .empty-state{text-align:center;padding:60px 20px;color:#999;font-size:14px}.personal-page-new .page-content-wrapper .profile-content-grid .right-section .problem-list-new{display:flex;flex-direction:column;gap:0}.personal-page-new .page-content-wrapper .profile-content-grid .right-section .problem-list-new .problem-item{display:flex;align-items:center;padding:14px 16px;border-bottom:1px solid #f0f0f0;transition:all .2s ease;cursor:pointer}.personal-page-new .page-content-wrapper .profile-content-grid .right-section .problem-list-new .problem-item:last-child{border-bottom:none}.personal-page-new .page-content-wrapper .profile-content-grid .right-section .problem-list-new .problem-item:hover{background:#f8fbff;transform:translate(4px)}.personal-page-new .page-content-wrapper .profile-content-grid .right-section .problem-list-new .problem-item .problem-number{font-size:14px;font-weight:600;color:#333;min-width:40px;flex-shrink:0}.personal-page-new .page-content-wrapper .profile-content-grid .right-section .problem-list-new .problem-item .problem-title{flex:1;font-size:14px;color:#333;margin:0 12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.personal-page-new .page-content-wrapper .profile-content-grid .right-section .problem-list-new .problem-item .problem-time{font-size:13px;color:#999;flex-shrink:0}.personal-page-new .page-content-wrapper .profile-content-grid .right-section.recent-problems-card{height:100%}.personal-page-new .page-content-wrapper .profile-content-grid .right-section.recent-problems-card .ant-card-body{padding:0;min-height:200px;display:flex;flex-direction:column}.personal-page-new .page-content-wrapper .profile-content-grid .right-section.recent-problems-card .problem-list-new{flex:1}.personal-page-new .page-content-wrapper .profile-content-grid .right-section .stats-card:first-child .ant-card-body{padding:20px}.personal-page-new .modal-overlay{position:fixed;inset:0;background:#00000080;z-index:40;backdrop-filter:blur(4px);animation:fadeIn .3s ease-out}:global .ant-modal{animation:fadeInUp .4s ease-out}:global .ant-modal-mask{animation:fadeIn .3s ease-out}@media (max-width: 1024px){.personal-page-new .page-content-wrapper .profile-content-grid{grid-template-columns:1fr}.personal-page-new .page-content-wrapper .profile-content-grid .left-section,.personal-page-new .page-content-wrapper .profile-content-grid .right-section{width:100%}}@media (max-width: 768px){.personal-page-new .page-content-wrapper{padding:20px 10px 40px}.personal-page-new .page-content-wrapper .user-info-card .user-card-content{padding:30px 20px}.personal-page-new .page-content-wrapper .user-info-card .user-card-content .user-main-info{flex-direction:column;align-items:center;text-align:center}.personal-page-new .page-content-wrapper .user-info-card .user-card-content .user-stats-section{margin-left:0;margin-top:16px;gap:16px}.personal-page-new .page-content-wrapper .user-info-card .user-card-content .user-stats-section .stats-row{flex-wrap:wrap;justify-content:center}.personal-page-new .page-content-wrapper .user-info-card .user-card-content .user-stats-section .stat-divider-vertical{height:30px}.personal-page-new .page-content-wrapper .user-info-card .user-card-content .user-stats-section .stat-item-inline .stat-value{font-size:20px}.personal-page-new .page-content-wrapper .user-info-card .user-card-content .user-stats-section .stat-item-inline .stat-label{font-size:12px}.personal-page-new .page-content-wrapper .user-info-card .user-card-content .user-stats-section .edit-profile-btn-inline{width:auto}.personal-page-new .page-content-wrapper .user-info-card .user-card-content .user-details-section{align-items:center}.personal-page-new .page-content-wrapper .user-info-card .user-card-content .user-details-section .user-name-row{flex-direction:column;gap:8px}.personal-page-new .page-content-wrapper .user-info-card .user-card-content .user-details-section .user-meta-row{flex-direction:column;gap:8px;margin-left:0}.personal-page-new .page-content-wrapper .profile-content-grid .left-section .difficulty-stats{grid-template-columns:1fr}}@media (max-width: 480px){.personal-page-new .page-content-wrapper .user-info-card .user-card-content{padding:20px 15px}.personal-page-new .page-content-wrapper .user-info-card .user-card-content .avatar-section .profile-avatar-elevated{width:80px!important;height:80px!important}.personal-page-new .page-content-wrapper .user-info-card .user-card-content .user-stats-section,.personal-page-new .page-content-wrapper .user-info-card .user-card-content .user-stats-section .stats-row{gap:12px}.personal-page-new .page-content-wrapper .user-info-card .user-card-content .user-stats-section .stat-item-inline .stat-value{font-size:18px}.personal-page-new .page-content-wrapper .user-info-card .user-card-content .user-stats-section .stat-item-inline .stat-label{font-size:11px}.personal-page-new .page-content-wrapper .user-info-card .user-card-content .user-stats-section .stat-divider-vertical{height:25px}.personal-page-new .page-content-wrapper .user-info-card .user-card-content .user-stats-section .edit-profile-btn-inline{width:100%;justify-content:center}.personal-page-new .page-content-wrapper .user-info-card .user-card-content .user-details-section .user-name-row .user-name{font-size:22px}.personal-page-new .page-content-wrapper .profile-content-grid .stats-card .ant-card-body{padding:16px}}@media (prefers-color-scheme: dark){.wmde-markdown,.wmde-markdown-var{color-scheme:dark;--color-prettylights-syntax-comment: #8b949e;--color-prettylights-syntax-constant: #79c0ff;--color-prettylights-syntax-entity: #d2a8ff;--color-prettylights-syntax-storage-modifier-import: #c9d1d9;--color-prettylights-syntax-entity-tag: #7ee787;--color-prettylights-syntax-keyword: #ff7b72;--color-prettylights-syntax-string: #a5d6ff;--color-prettylights-syntax-variable: #ffa657;--color-prettylights-syntax-brackethighlighter-unmatched: #f85149;--color-prettylights-syntax-invalid-illegal-text: #f0f6fc;--color-prettylights-syntax-invalid-illegal-bg: #8e1519;--color-prettylights-syntax-carriage-return-text: #f0f6fc;--color-prettylights-syntax-carriage-return-bg: #b62324;--color-prettylights-syntax-string-regexp: #7ee787;--color-prettylights-syntax-markup-list: #f2cc60;--color-prettylights-syntax-markup-heading: #1f6feb;--color-prettylights-syntax-markup-italic: #c9d1d9;--color-prettylights-syntax-markup-bold: #c9d1d9;--color-prettylights-syntax-markup-deleted-text: #ffdcd7;--color-prettylights-syntax-markup-deleted-bg: #67060c;--color-prettylights-syntax-markup-inserted-text: #aff5b4;--color-prettylights-syntax-markup-inserted-bg: #033a16;--color-prettylights-syntax-markup-changed-text: #ffdfb6;--color-prettylights-syntax-markup-changed-bg: #5a1e02;--color-prettylights-syntax-markup-ignored-text: #c9d1d9;--color-prettylights-syntax-markup-ignored-bg: #1158c7;--color-prettylights-syntax-meta-diff-range: #d2a8ff;--color-prettylights-syntax-brackethighlighter-angle: #8b949e;--color-prettylights-syntax-sublimelinter-gutter-mark: #484f58;--color-prettylights-syntax-constant-other-reference-link: #a5d6ff;--color-fg-default: #c9d1d9;--color-fg-muted: #8b949e;--color-fg-subtle: #484f58;--color-canvas-default: #0d1117;--color-canvas-subtle: #161b22;--color-border-default: #30363d;--color-border-muted: #21262d;--color-neutral-muted: rgba(110, 118, 129, .4);--color-accent-fg: #58a6ff;--color-accent-emphasis: #1f6feb;--color-attention-subtle: rgba(187, 128, 9, .15);--color-danger-fg: #f85149;--color-danger-emphasis: #da3633;--color-attention-fg: #d29922;--color-attention-emphasis: #9e6a03;--color-done-fg: #a371f7;--color-done-emphasis: #8957e5;--color-success-fg: #3fb950;--color-success-emphasis: #238636;--color-copied-active-bg: #2e9b33}}@media (prefers-color-scheme: light){.wmde-markdown,.wmde-markdown-var{color-scheme:light;--color-prettylights-syntax-comment: #6e7781;--color-prettylights-syntax-constant: #0550ae;--color-prettylights-syntax-entity: #8250df;--color-prettylights-syntax-storage-modifier-import: #24292f;--color-prettylights-syntax-entity-tag: #116329;--color-prettylights-syntax-keyword: #cf222e;--color-prettylights-syntax-string: #0a3069;--color-prettylights-syntax-variable: #953800;--color-prettylights-syntax-brackethighlighter-unmatched: #82071e;--color-prettylights-syntax-invalid-illegal-text: #f6f8fa;--color-prettylights-syntax-invalid-illegal-bg: #82071e;--color-prettylights-syntax-carriage-return-text: #f6f8fa;--color-prettylights-syntax-carriage-return-bg: #cf222e;--color-prettylights-syntax-string-regexp: #116329;--color-prettylights-syntax-markup-list: #3b2300;--color-prettylights-syntax-markup-heading: #0550ae;--color-prettylights-syntax-markup-italic: #24292f;--color-prettylights-syntax-markup-bold: #24292f;--color-prettylights-syntax-markup-deleted-text: #82071e;--color-prettylights-syntax-markup-deleted-bg: #ffebe9;--color-prettylights-syntax-markup-inserted-text: #116329;--color-prettylights-syntax-markup-inserted-bg: #dafbe1;--color-prettylights-syntax-markup-changed-text: #953800;--color-prettylights-syntax-markup-changed-bg: #ffd8b5;--color-prettylights-syntax-markup-ignored-text: #eaeef2;--color-prettylights-syntax-markup-ignored-bg: #0550ae;--color-prettylights-syntax-meta-diff-range: #8250df;--color-prettylights-syntax-brackethighlighter-angle: #57606a;--color-prettylights-syntax-sublimelinter-gutter-mark: #8c959f;--color-prettylights-syntax-constant-other-reference-link: #0a3069;--color-fg-default: #24292f;--color-fg-muted: #57606a;--color-fg-subtle: #6e7781;--color-canvas-default: #ffffff;--color-canvas-subtle: #f6f8fa;--color-border-default: #d0d7de;--color-border-muted: hsl(210, 18%, 87%);--color-neutral-muted: rgba(175, 184, 193, .2);--color-accent-fg: #0969da;--color-accent-emphasis: #0969da;--color-attention-subtle: #fff8c5;--color-danger-fg: #d1242f;--color-danger-emphasis: #cf222e;--color-attention-fg: #9a6700;--color-attention-emphasis: #9a6700;--color-done-fg: #8250df;--color-done-emphasis: #8250df;--color-success-fg: #1a7f37;--color-success-emphasis: #1f883d;--color-copied-active-bg: #2e9b33}}[data-color-mode*=dark] .wmde-markdown,[data-color-mode*=dark] .wmde-markdown-var,.wmde-markdown-var[data-color-mode*=dark],.wmde-markdown[data-color-mode*=dark],body[data-color-mode*=dark]{color-scheme:dark;--color-prettylights-syntax-comment: #8b949e;--color-prettylights-syntax-constant: #79c0ff;--color-prettylights-syntax-entity: #d2a8ff;--color-prettylights-syntax-storage-modifier-import: #c9d1d9;--color-prettylights-syntax-entity-tag: #7ee787;--color-prettylights-syntax-keyword: #ff7b72;--color-prettylights-syntax-string: #a5d6ff;--color-prettylights-syntax-variable: #ffa657;--color-prettylights-syntax-brackethighlighter-unmatched: #f85149;--color-prettylights-syntax-invalid-illegal-text: #f0f6fc;--color-prettylights-syntax-invalid-illegal-bg: #8e1519;--color-prettylights-syntax-carriage-return-text: #f0f6fc;--color-prettylights-syntax-carriage-return-bg: #b62324;--color-prettylights-syntax-string-regexp: #7ee787;--color-prettylights-syntax-markup-list: #f2cc60;--color-prettylights-syntax-markup-heading: #1f6feb;--color-prettylights-syntax-markup-italic: #c9d1d9;--color-prettylights-syntax-markup-bold: #c9d1d9;--color-prettylights-syntax-markup-deleted-text: #ffdcd7;--color-prettylights-syntax-markup-deleted-bg: #67060c;--color-prettylights-syntax-markup-inserted-text: #aff5b4;--color-prettylights-syntax-markup-inserted-bg: #033a16;--color-prettylights-syntax-markup-changed-text: #ffdfb6;--color-prettylights-syntax-markup-changed-bg: #5a1e02;--color-prettylights-syntax-markup-ignored-text: #c9d1d9;--color-prettylights-syntax-markup-ignored-bg: #1158c7;--color-prettylights-syntax-meta-diff-range: #d2a8ff;--color-prettylights-syntax-brackethighlighter-angle: #8b949e;--color-prettylights-syntax-sublimelinter-gutter-mark: #484f58;--color-prettylights-syntax-constant-other-reference-link: #a5d6ff;--color-fg-default: #c9d1d9;--color-fg-muted: #8b949e;--color-fg-subtle: #484f58;--color-canvas-default: #0d1117;--color-canvas-subtle: #161b22;--color-border-default: #30363d;--color-border-muted: #21262d;--color-neutral-muted: rgba(110, 118, 129, .4);--color-accent-fg: #58a6ff;--color-accent-emphasis: #1f6feb;--color-attention-subtle: rgba(187, 128, 9, .15);--color-danger-fg: #f85149}[data-color-mode*=light] .wmde-markdown,[data-color-mode*=light] .wmde-markdown-var,.wmde-markdown-var[data-color-mode*=light],.wmde-markdown[data-color-mode*=light],body[data-color-mode*=light]{color-scheme:light;--color-prettylights-syntax-comment: #6e7781;--color-prettylights-syntax-constant: #0550ae;--color-prettylights-syntax-entity: #8250df;--color-prettylights-syntax-storage-modifier-import: #24292f;--color-prettylights-syntax-entity-tag: #116329;--color-prettylights-syntax-keyword: #cf222e;--color-prettylights-syntax-string: #0a3069;--color-prettylights-syntax-variable: #953800;--color-prettylights-syntax-brackethighlighter-unmatched: #82071e;--color-prettylights-syntax-invalid-illegal-text: #f6f8fa;--color-prettylights-syntax-invalid-illegal-bg: #82071e;--color-prettylights-syntax-carriage-return-text: #f6f8fa;--color-prettylights-syntax-carriage-return-bg: #cf222e;--color-prettylights-syntax-string-regexp: #116329;--color-prettylights-syntax-markup-list: #3b2300;--color-prettylights-syntax-markup-heading: #0550ae;--color-prettylights-syntax-markup-italic: #24292f;--color-prettylights-syntax-markup-bold: #24292f;--color-prettylights-syntax-markup-deleted-text: #82071e;--color-prettylights-syntax-markup-deleted-bg: #ffebe9;--color-prettylights-syntax-markup-inserted-text: #116329;--color-prettylights-syntax-markup-inserted-bg: #dafbe1;--color-prettylights-syntax-markup-changed-text: #953800;--color-prettylights-syntax-markup-changed-bg: #ffd8b5;--color-prettylights-syntax-markup-ignored-text: #eaeef2;--color-prettylights-syntax-markup-ignored-bg: #0550ae;--color-prettylights-syntax-meta-diff-range: #8250df;--color-prettylights-syntax-brackethighlighter-angle: #57606a;--color-prettylights-syntax-sublimelinter-gutter-mark: #8c959f;--color-prettylights-syntax-constant-other-reference-link: #0a3069;--color-fg-default: #24292f;--color-fg-muted: #57606a;--color-fg-subtle: #6e7781;--color-canvas-default: #ffffff;--color-canvas-subtle: #f6f8fa;--color-border-default: #d0d7de;--color-border-muted: hsl(210, 18%, 87%);--color-neutral-muted: rgba(175, 184, 193, .2);--color-accent-fg: #0969da;--color-accent-emphasis: #0969da;--color-attention-subtle: #fff8c5;--color-danger-fg: #cf222e}.wmde-markdown{-webkit-text-size-adjust:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";font-size:16px;line-height:1.5;word-wrap:break-word;color:var(--color-fg-default);background-color:var(--color-canvas-default)}.wmde-markdown details,.wmde-markdown figcaption,.wmde-markdown figure{display:block}.wmde-markdown summary{display:list-item}.wmde-markdown [hidden]{display:none!important}.wmde-markdown a{background-color:transparent;color:var(--color-accent-fg);text-decoration:none}.wmde-markdown a:active,.wmde-markdown a:hover{outline-width:0}.wmde-markdown abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.wmde-markdown b,.wmde-markdown strong{font-weight:600}.wmde-markdown dfn{font-style:italic}.wmde-markdown h1{margin:.67em 0;font-weight:600;padding-bottom:.3em;font-size:2em;border-bottom:1px solid var(--color-border-muted)}.wmde-markdown mark{background-color:var(--color-attention-subtle);color:var(--color-text-primary)}.wmde-markdown small{font-size:90%}.wmde-markdown sub,.wmde-markdown sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.wmde-markdown sub{bottom:-.25em}.wmde-markdown sup{top:-.5em}.wmde-markdown img{display:inline-block;border-style:none;max-width:100%;box-sizing:content-box;background-color:var(--color-canvas-default)}.wmde-markdown code,.wmde-markdown kbd,.wmde-markdown pre,.wmde-markdown samp{font-family:monospace,monospace;font-size:1em}.wmde-markdown figure{margin:1em 40px}.wmde-markdown hr{box-sizing:content-box;overflow:hidden;background:transparent;border:0;border-bottom:1px solid var(--color-border-muted);height:.25em;padding:0;margin:24px 0;background-color:var(--color-border-default)}.wmde-markdown input{font:inherit;margin:0;overflow:visible;font-family:inherit;font-size:inherit;line-height:inherit}.wmde-markdown [type=button],.wmde-markdown [type=reset],.wmde-markdown [type=submit]{-webkit-appearance:button}.wmde-markdown [type=button]::-moz-focus-inner,.wmde-markdown [type=reset]::-moz-focus-inner,.wmde-markdown [type=submit]::-moz-focus-inner{border-style:none;padding:0}.wmde-markdown [type=button]:-moz-focusring,.wmde-markdown [type=reset]:-moz-focusring,.wmde-markdown [type=submit]:-moz-focusring{outline:1px dotted ButtonText}.wmde-markdown [type=checkbox],.wmde-markdown [type=radio]{box-sizing:border-box;padding:0}.wmde-markdown [type=number]::-webkit-inner-spin-button,.wmde-markdown [type=number]::-webkit-outer-spin-button{height:auto}.wmde-markdown [type=search]{-webkit-appearance:textfield;outline-offset:-2px}.wmde-markdown [type=search]::-webkit-search-cancel-button,.wmde-markdown [type=search]::-webkit-search-decoration{-webkit-appearance:none}.wmde-markdown ::-webkit-input-placeholder{color:inherit;opacity:.54}.wmde-markdown ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.wmde-markdown a:hover{text-decoration:underline}.wmde-markdown hr:before{display:table;content:""}.wmde-markdown hr:after{display:table;clear:both;content:""}.wmde-markdown table{border-spacing:0;border-collapse:collapse;display:block;width:-moz-max-content;width:max-content;max-width:100%}.wmde-markdown td,.wmde-markdown th{padding:0}.wmde-markdown details summary{cursor:pointer}.wmde-markdown details:not([open])>*:not(summary){display:none!important}.wmde-markdown kbd{display:inline-block;padding:3px 5px;font:11px ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;line-height:10px;color:var(--color-fg-default);vertical-align:middle;background-color:var(--color-canvas-subtle);border:solid 1px var(--color-neutral-muted);border-bottom-color:var(--color-neutral-muted);border-radius:6px;box-shadow:inset 0 -1px 0 var(--color-neutral-muted)}.wmde-markdown h1,.wmde-markdown h2,.wmde-markdown h3,.wmde-markdown h4,.wmde-markdown h5,.wmde-markdown h6{margin-top:24px;margin-bottom:16px;font-weight:600;line-height:1.25}.wmde-markdown h2{font-weight:600;padding-bottom:.3em;font-size:1.5em;border-bottom:1px solid var(--color-border-muted)}.wmde-markdown h3{font-weight:600;font-size:1.25em}.wmde-markdown h4{font-weight:600;font-size:1em}.wmde-markdown h5{font-weight:600;font-size:.875em}.wmde-markdown h6{font-weight:600;font-size:.85em;color:var(--color-fg-muted)}.wmde-markdown p{margin-top:0;margin-bottom:10px}.wmde-markdown blockquote{margin:0;padding:0 1em;color:var(--color-fg-muted);border-left:.25em solid var(--color-border-default)}.wmde-markdown ul,.wmde-markdown ol{margin-top:0;margin-bottom:0;padding-left:2em}.wmde-markdown ol ol,.wmde-markdown ul ol{list-style-type:lower-roman}.wmde-markdown ul ul ol,.wmde-markdown ul ol ol,.wmde-markdown ol ul ol,.wmde-markdown ol ol ol{list-style-type:lower-alpha}.wmde-markdown dd{margin-left:0}.wmde-markdown tt,.wmde-markdown code{font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;font-size:12px}.wmde-markdown pre{margin-top:0;margin-bottom:0;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;font-size:12px;word-wrap:normal}.wmde-markdown .octicon{display:inline-block;overflow:visible!important;vertical-align:text-bottom;fill:currentColor}.wmde-markdown ::-moz-placeholder{color:var(--color-fg-subtle);opacity:1}.wmde-markdown ::placeholder{color:var(--color-fg-subtle);opacity:1}.wmde-markdown input::-webkit-outer-spin-button,.wmde-markdown input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none;appearance:none}.wmde-markdown [data-catalyst]{display:block}.wmde-markdown:before{display:table;content:""}.wmde-markdown:after{display:table;clear:both;content:""}.wmde-markdown>*:first-child{margin-top:0!important}.wmde-markdown>*:last-child{margin-bottom:0!important}.wmde-markdown a:not([href]){color:inherit;text-decoration:none}.wmde-markdown .absent{color:var(--color-danger-fg)}.wmde-markdown a.anchor{float:left;padding-right:4px;margin-left:-20px;line-height:1}.wmde-markdown .anchor:focus{outline:none}.wmde-markdown p,.wmde-markdown blockquote,.wmde-markdown ul,.wmde-markdown ol,.wmde-markdown dl,.wmde-markdown table,.wmde-markdown pre,.wmde-markdown details{margin-top:0;margin-bottom:16px}.wmde-markdown blockquote>:first-child{margin-top:0}.wmde-markdown blockquote>:last-child{margin-bottom:0}.wmde-markdown sup>a:before{content:"["}.wmde-markdown sup>a:after{content:"]"}.wmde-markdown h1 .octicon-link,.wmde-markdown h2 .octicon-link,.wmde-markdown h3 .octicon-link,.wmde-markdown h4 .octicon-link,.wmde-markdown h5 .octicon-link,.wmde-markdown h6 .octicon-link{color:var(--color-fg-default);vertical-align:middle;visibility:hidden}.wmde-markdown h1:hover .anchor,.wmde-markdown h2:hover .anchor,.wmde-markdown h3:hover .anchor,.wmde-markdown h4:hover .anchor,.wmde-markdown h5:hover .anchor,.wmde-markdown h6:hover .anchor{text-decoration:none}.wmde-markdown h1:hover .anchor .octicon-link,.wmde-markdown h2:hover .anchor .octicon-link,.wmde-markdown h3:hover .anchor .octicon-link,.wmde-markdown h4:hover .anchor .octicon-link,.wmde-markdown h5:hover .anchor .octicon-link,.wmde-markdown h6:hover .anchor .octicon-link{visibility:visible}.wmde-markdown h1 tt,.wmde-markdown h1 code,.wmde-markdown h2 tt,.wmde-markdown h2 code,.wmde-markdown h3 tt,.wmde-markdown h3 code,.wmde-markdown h4 tt,.wmde-markdown h4 code,.wmde-markdown h5 tt,.wmde-markdown h5 code,.wmde-markdown h6 tt,.wmde-markdown h6 code{padding:0 .2em;font-size:inherit}.wmde-markdown ul.no-list,.wmde-markdown ol.no-list{padding:0;list-style-type:none}.wmde-markdown ol[type="1"]{list-style-type:decimal}.wmde-markdown ol[type=a]{list-style-type:lower-alpha}.wmde-markdown ol[type=i]{list-style-type:lower-roman}.wmde-markdown div>ol:not([type]){list-style-type:decimal}.wmde-markdown ul ul,.wmde-markdown ul ol,.wmde-markdown ol ol,.wmde-markdown ol ul{margin-top:0;margin-bottom:0}.wmde-markdown li>p{margin-top:16px}.wmde-markdown li+li{margin-top:.25em}.wmde-markdown dl{padding:0}.wmde-markdown dl dt{padding:0;margin-top:16px;font-size:1em;font-style:italic;font-weight:600}.wmde-markdown dl dd{padding:0 16px;margin-bottom:16px}.wmde-markdown table th{font-weight:600}.wmde-markdown table th,.wmde-markdown table td{padding:6px 13px;border:1px solid var(--color-border-default)}.wmde-markdown table tr{background-color:var(--color-canvas-default);border-top:1px solid var(--color-border-muted)}.wmde-markdown table tr:nth-child(2n){background-color:var(--color-canvas-subtle)}.wmde-markdown table img{background-color:transparent}.wmde-markdown img[align=right]{padding-left:20px}.wmde-markdown img[align=left]{padding-right:20px}.wmde-markdown .emoji{max-width:none;vertical-align:text-top;background-color:transparent}.wmde-markdown span.frame{display:block;overflow:hidden}.wmde-markdown span.frame>span{display:block;float:left;width:auto;padding:7px;margin:13px 0 0;overflow:hidden;border:1px solid var(--color-border-default)}.wmde-markdown span.frame span img{display:block;float:left}.wmde-markdown span.frame span span{display:block;padding:5px 0 0;clear:both;color:var(--color-fg-default)}.wmde-markdown span.align-center{display:block;overflow:hidden;clear:both}.wmde-markdown span.align-center>span{display:block;margin:13px auto 0;overflow:hidden;text-align:center}.wmde-markdown span.align-center span img{margin:0 auto;text-align:center}.wmde-markdown span.align-right{display:block;overflow:hidden;clear:both}.wmde-markdown span.align-right>span{display:block;margin:13px 0 0;overflow:hidden;text-align:right}.wmde-markdown span.align-right span img{margin:0;text-align:right}.wmde-markdown span.float-left{display:block;float:left;margin-right:13px;overflow:hidden}.wmde-markdown span.float-left span{margin:13px 0 0}.wmde-markdown span.float-right{display:block;float:right;margin-left:13px;overflow:hidden}.wmde-markdown span.float-right>span{display:block;margin:13px auto 0;overflow:hidden;text-align:right}.wmde-markdown code,.wmde-markdown tt{padding:.2em .4em;margin:0;font-size:85%;background-color:var(--color-neutral-muted);border-radius:6px}.wmde-markdown code br,.wmde-markdown tt br{display:none}.wmde-markdown del code{text-decoration:inherit}.wmde-markdown pre code{font-size:100%}.wmde-markdown pre>code{padding:0;margin:0;word-break:normal;white-space:pre;background:transparent;border:0}.wmde-markdown pre{font-size:85%;line-height:1.45;background-color:var(--color-canvas-subtle);border-radius:6px}.wmde-markdown pre code,.wmde-markdown pre tt{display:inline;max-width:auto;padding:0;margin:0;overflow:visible;line-height:inherit;word-wrap:normal;background-color:transparent;border:0}.wmde-markdown pre>code{padding:16px;overflow:auto;display:block}.wmde-markdown pre>code::-webkit-scrollbar{background:transparent;width:8px;height:8px}.wmde-markdown pre>code::-webkit-scrollbar-thumb{background:var(--color-fg-muted);border-radius:10px}.wmde-markdown .csv-data td,.wmde-markdown .csv-data th{padding:5px;overflow:hidden;font-size:12px;line-height:1;text-align:left;white-space:nowrap}.wmde-markdown .csv-data .blob-num{padding:10px 8px 9px;text-align:right;background:var(--color-canvas-default);border:0}.wmde-markdown .csv-data tr{border-top:0}.wmde-markdown .csv-data th{font-weight:600;background:var(--color-canvas-subtle);border-top:0}.wmde-markdown .footnotes{font-size:12px;color:var(--color-fg-muted);border-top:1px solid var(--color-border-default)}.wmde-markdown .footnotes ol{padding-left:16px}.wmde-markdown .footnotes li{position:relative}.wmde-markdown .footnotes li:target:before{position:absolute;inset:-8px -8px -8px -24px;pointer-events:none;content:"";border:2px solid var(--color-accent-emphasis);border-radius:6px}.wmde-markdown .footnotes li:target{color:var(--color-fg-default)}.wmde-markdown .footnotes .data-footnote-backref g-emoji{font-family:monospace}.wmde-markdown .task-list-item{list-style-type:none}.wmde-markdown .task-list-item label{font-weight:400}.wmde-markdown .task-list-item.enabled label{cursor:pointer}.wmde-markdown .task-list-item+.wmde-markdown .task-list-item{margin-top:3px}.wmde-markdown .task-list-item .handle{display:none}.wmde-markdown .task-list-item-checkbox,.wmde-markdown .contains-task-list input[type=checkbox]{margin:0 .2em .25em -1.6em;vertical-align:middle}.wmde-markdown .contains-task-list:dir(rtl) .task-list-item-checkbox,.wmde-markdown .contains-task-list:dir(rtl) input[type=checkbox]{margin:0 -1.6em .25em .2em}.wmde-markdown ::-webkit-calendar-picker-indicator{filter:invert(50%)}.wmde-markdown pre{position:relative}.wmde-markdown pre .copied{visibility:hidden;display:flex;position:absolute;cursor:pointer;color:var(--color-fg-default);top:6px;right:6px;border-radius:5px;background:var(--color-border-default);padding:6px;font-size:12px;transition:all .3s}.wmde-markdown pre .copied .octicon-copy{display:block}.wmde-markdown pre .copied .octicon-check{display:none}.wmde-markdown pre:hover .copied{visibility:visible}.wmde-markdown pre:hover .copied:hover{background:var(--color-prettylights-syntax-entity-tag);color:var(--color-canvas-default)}.wmde-markdown pre:hover .copied:active,.wmde-markdown pre .copied.active{background:var(--color-copied-active-bg);color:var(--color-canvas-default)}.wmde-markdown pre .active .octicon-copy{display:none}.wmde-markdown pre .active .octicon-check{display:block}.wmde-markdown .markdown-alert{padding:.5rem 1em;color:inherit;margin-bottom:16px;border-left:.25em solid var(--borderColor-default, var(--color-border-default))}.wmde-markdown .markdown-alert>:last-child{margin-bottom:0!important}.wmde-markdown .markdown-alert .markdown-alert-title{display:flex;align-items:center;line-height:1;font-weight:500;font-size:14px}.wmde-markdown .markdown-alert .markdown-alert-title svg.octicon{margin-right:var(--base-size-8, 8px)!important}.wmde-markdown .markdown-alert.markdown-alert-note{border-left-color:var(--borderColor-accent-emphasis, var(--color-accent-emphasis))}.wmde-markdown .markdown-alert.markdown-alert-note .markdown-alert-title{color:var(--fgColor-accent, var(--color-accent-fg))}.wmde-markdown .markdown-alert.markdown-alert-tip{border-left-color:var(--borderColor-success-emphasis, var(--color-success-emphasis))}.wmde-markdown .markdown-alert.markdown-alert-tip .markdown-alert-title{color:var(--fgColor-success, var(--color-success-fg))}.wmde-markdown .markdown-alert.markdown-alert-important{border-left-color:var(--borderColor-done-emphasis, var(--color-done-emphasis))}.wmde-markdown .markdown-alert.markdown-alert-important .markdown-alert-title{color:var(--fgColor-done, var(--color-done-fg))}.wmde-markdown .markdown-alert.markdown-alert-warning{border-left-color:var(--borderColor-attention-emphasis, var(--color-attention-emphasis))}.wmde-markdown .markdown-alert.markdown-alert-warning .markdown-alert-title{color:var(--fgColor-attention, var(--color-attention-fg))}.wmde-markdown .markdown-alert.markdown-alert-caution{border-left-color:var(--borderColor-danger-emphasis, var(--color-danger-emphasis))}.wmde-markdown .markdown-alert.markdown-alert-caution .markdown-alert-title{color:var(--fgColor-danger, var(--color-danger-fg))}.wmde-markdown .highlight-line{background-color:var(--color-neutral-muted)}.wmde-markdown .code-line.line-number:before{display:inline-block;width:1rem;text-align:right;margin-right:16px;color:var(--color-fg-subtle);content:attr(line);white-space:nowrap}.wmde-markdown .token.comment,.wmde-markdown .token.prolog,.wmde-markdown .token.doctype,.wmde-markdown .token.cdata{color:var(--color-prettylights-syntax-comment)}.wmde-markdown .token.namespace{opacity:.7}.wmde-markdown .token.property,.wmde-markdown .token.tag,.wmde-markdown .token.selector,.wmde-markdown .token.constant,.wmde-markdown .token.symbol,.wmde-markdown .token.deleted{color:var(--color-prettylights-syntax-entity-tag)}.wmde-markdown .token.maybe-class-name{color:var(--color-prettylights-syntax-variable)}.wmde-markdown .token.property-access,.wmde-markdown .token.operator,.wmde-markdown .token.boolean,.wmde-markdown .token.number,.wmde-markdown .token.selector .token.class,.wmde-markdown .token.attr-name,.wmde-markdown .token.string,.wmde-markdown .token.char,.wmde-markdown .token.builtin{color:var(--color-prettylights-syntax-constant)}.wmde-markdown .token.deleted{color:var(--color-prettylights-syntax-markup-deleted-text)}.wmde-markdown .code-line .token.deleted{background-color:var(--color-prettylights-syntax-markup-deleted-bg)}.wmde-markdown .token.inserted{color:var(--color-prettylights-syntax-markup-inserted-text)}.wmde-markdown .code-line .token.inserted{background-color:var(--color-prettylights-syntax-markup-inserted-bg)}.wmde-markdown .token.variable{color:var(--color-prettylights-syntax-constant)}.wmde-markdown .token.entity,.wmde-markdown .token.url,.wmde-markdown .language-css .token.string,.wmde-markdown .style .token.string,.wmde-markdown .token.color,.wmde-markdown .token.atrule,.wmde-markdown .token.attr-value,.wmde-markdown .token.function,.wmde-markdown .token.class-name{color:var(--color-prettylights-syntax-string)}.wmde-markdown .token.rule,.wmde-markdown .token.regex,.wmde-markdown .token.important,.wmde-markdown .token.keyword{color:var(--color-prettylights-syntax-keyword)}.wmde-markdown .token.coord{color:var(--color-prettylights-syntax-meta-diff-range)}.wmde-markdown .token.important,.wmde-markdown .token.bold{font-weight:700}.wmde-markdown .token.italic{font-style:italic}.wmde-markdown .token.entity{cursor:help}.w-md-editor-toolbar-child{position:absolute;border-radius:3px;box-shadow:0 0 0 1px var(--md-editor-box-shadow-color),0 0 0 var(--md-editor-box-shadow-color),0 1px 1px var(--md-editor-box-shadow-color);background-color:var(--md-editor-background-color);z-index:1;display:none}.w-md-editor-toolbar-child.active{display:block}.w-md-editor-toolbar-child .w-md-editor-toolbar{border-bottom:0;padding:3px;border-radius:3px}.w-md-editor-toolbar-child .w-md-editor-toolbar ul>li{display:block}.w-md-editor-toolbar-child .w-md-editor-toolbar ul>li button{width:-webkit-fill-available;height:initial;box-sizing:border-box;padding:3px 4px 2px;margin:0}.w-md-editor-toolbar{border-bottom:1px solid var(--md-editor-box-shadow-color);background-color:var(--md-editor-background-color);padding:3px;display:flex;justify-content:space-between;align-items:center;border-radius:3px 3px 0 0;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-wrap:wrap}.w-md-editor-toolbar.bottom{border-bottom:0px;border-top:1px solid var(--md-editor-box-shadow-color);border-radius:0 0 3px 3px}.w-md-editor-toolbar ul,.w-md-editor-toolbar li{margin:0;padding:0;list-style:none;line-height:initial}.w-md-editor-toolbar li{display:inline-block;font-size:14px}.w-md-editor-toolbar li+li{margin:0}.w-md-editor-toolbar li>button{border:none;height:20px;line-height:14px;background:none;padding:4px;margin:0 1px;border-radius:2px;text-transform:none;font-weight:400;overflow:visible;outline:none;cursor:pointer;transition:all .3s;white-space:nowrap;color:var(--color-fg-default)}.w-md-editor-toolbar li>button:hover,.w-md-editor-toolbar li>button:focus{background-color:var(--color-neutral-muted);color:var(--color-accent-fg)}.w-md-editor-toolbar li>button:active{background-color:var(--color-neutral-muted);color:var(--color-danger-fg)}.w-md-editor-toolbar li>button:disabled{color:var(--md-editor-box-shadow-color);cursor:not-allowed}.w-md-editor-toolbar li>button:disabled:hover{background-color:transparent;color:var(--md-editor-box-shadow-color)}.w-md-editor-toolbar li.active>button{color:var(--color-accent-fg);background-color:var(--color-neutral-muted)}.w-md-editor-toolbar-divider{height:14px;width:1px;margin:-3px 3px 0!important;vertical-align:middle;background-color:var(--md-editor-box-shadow-color)}.w-md-editor-area{overflow:auto;border-radius:5px}.w-md-editor-text{min-height:100%;position:relative;text-align:left;white-space:pre-wrap;word-break:keep-all;overflow-wrap:break-word;box-sizing:border-box;padding:10px;margin:0;font-size:14px!important;line-height:18px!important;font-variant-ligatures:common-ligatures}.w-md-editor-text-pre,.w-md-editor-text-input,.w-md-editor-text>.w-md-editor-text-pre{margin:0;border:0;background:none;box-sizing:inherit;display:inherit;font-family:inherit;font-family:var(--md-editor-font-family)!important;font-size:inherit;font-style:inherit;font-variant-ligatures:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;-moz-tab-size:inherit;-o-tab-size:inherit;tab-size:inherit;text-indent:inherit;text-rendering:inherit;text-transform:inherit;white-space:inherit;overflow-wrap:inherit;word-break:inherit;word-break:normal;padding:0}.w-md-editor-text-pre{position:relative;margin:0!important;pointer-events:none;background-color:transparent!important}.w-md-editor-text-pre>code{padding:0!important;font-family:var(--md-editor-font-family)!important;font-size:14px!important;line-height:18px!important}.w-md-editor-text-input{position:absolute;top:0;left:0;height:100%;width:100%;resize:none;color:inherit;overflow:hidden;outline:0;padding:inherit;-webkit-font-smoothing:antialiased;-webkit-text-fill-color:transparent}.w-md-editor-text-input:empty{-webkit-text-fill-color:inherit!important}.w-md-editor-text-pre,.w-md-editor-text-input{word-wrap:pre;word-break:break-word;white-space:pre-wrap}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.w-md-editor-text-input{color:transparent!important}.w-md-editor-text-input::-moz-selection{background-color:#accef7!important;color:transparent!important}.w-md-editor-text-input::selection{background-color:#accef7!important;color:transparent!important}}.w-md-editor-text-pre .punctuation{color:var(--color-prettylights-syntax-comment, #8b949e)!important}.w-md-editor-text-pre .token.url,.w-md-editor-text-pre .token.content{color:var(--color-prettylights-syntax-constant, #0550ae)!important}.w-md-editor-text-pre .token.title.important{color:var(--color-prettylights-syntax-markup-bold, #24292f)}.w-md-editor-text-pre .token.code-block .function{color:var(--color-prettylights-syntax-entity, #8250df)}.w-md-editor-text-pre .token.bold{font-weight:unset!important}.w-md-editor-text-pre .token.title{line-height:unset!important;font-size:unset!important;font-weight:unset!important}.w-md-editor-text-pre .token.code.keyword{color:var(--color-prettylights-syntax-constant, #0550ae)!important}.w-md-editor-text-pre .token.strike,.w-md-editor-text-pre .token.strike .content{color:var(--color-prettylights-syntax-markup-deleted-text, #82071e)!important}.w-md-editor-bar{position:absolute;cursor:s-resize;right:0;bottom:0;margin-top:-11px;margin-right:0;width:14px;z-index:3;height:10px;border-radius:0 0 3px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.w-md-editor-bar svg{display:block;margin:0 auto}.w-md-editor{text-align:left;border-radius:3px;padding-bottom:1px;position:relative;color:var(--color-fg-default);--md-editor-font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;--md-editor-background-color: var(--color-canvas-default, #ffffff);--md-editor-box-shadow-color: var(--color-border-default, #d0d7de);box-shadow:0 0 0 1px var(--md-editor-box-shadow-color),0 0 0 var(--md-editor-box-shadow-color),0 1px 1px var(--md-editor-box-shadow-color);background-color:var(--md-editor-background-color);font-family:Helvetica Neue,Helvetica,Arial,sans-serif;display:flex;flex-direction:column}.w-md-editor.w-md-editor-rtl{direction:rtl!important;text-align:right!important}.w-md-editor.w-md-editor-rtl .w-md-editor-preview{right:unset!important;left:0;text-align:right!important;box-shadow:inset -1px 0 0 0 var(--md-editor-box-shadow-color)}.w-md-editor.w-md-editor-rtl .w-md-editor-text{text-align:right!important}.w-md-editor-toolbar{height:-moz-fit-content;height:fit-content}.w-md-editor-content{height:100%;overflow:auto;position:relative;border-radius:0 0 3px}.w-md-editor .copied{display:none!important}.w-md-editor-input{width:50%;height:100%}.w-md-editor-text-pre>code{word-break:break-word!important;white-space:pre-wrap!important}.w-md-editor-preview{width:50%;box-sizing:border-box;box-shadow:inset 1px 0 0 0 var(--md-editor-box-shadow-color);position:absolute;padding:10px 20px;overflow:auto;top:0;right:0;bottom:0;border-radius:0 0 5px;display:flex;flex-direction:column}.w-md-editor-preview .anchor{display:none}.w-md-editor-preview .contains-task-list li.task-list-item{list-style:none}.w-md-editor-show-preview .w-md-editor-input{width:0%;overflow:hidden;background-color:var(--md-editor-background-color)}.w-md-editor-show-preview .w-md-editor-preview{width:100%;box-shadow:inset 0 0}.w-md-editor-show-edit .w-md-editor-input{width:100%}.w-md-editor-show-edit .w-md-editor-preview{width:0%;padding:0}.w-md-editor-fullscreen{overflow:hidden;position:fixed;z-index:99999;inset:0;height:100%!important}.w-md-editor-fullscreen .w-md-editor-content{height:100%}.problem-content{flex:1;background:#fff;padding:0;border-radius:12px;box-shadow:0 8px 32px #0000001a;overflow:hidden;display:flex;flex-direction:column}.problem-content-inner{padding:0}.content-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding:16px 24px;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000f}.content-header h2{margin:0;color:#2c3e50}.problem-form{max-width:1200px;margin:0 auto}.form-section{margin-bottom:24px;border-radius:8px;box-shadow:0 2px 8px #0000000f}.form-section .form-section-input,.form-section .form-span-input,.form-section .form-tags-select,.form-section .form-gutter-select,.form-section .form-span-select,.form-section .form-auth-select,.form-section .form-time-input,.form-section .form-memory-input,.form-section .form-stack-input,.form-section .form-source-input,.form-section .form-author-input{width:340px;height:40px}.form-section .ant-card-head{background:#2e86de;border-radius:8px 8px 0 0}.form-section .ant-card-head-title{color:#fff;font-weight:600;font-size:16px}.form-section .ant-card-extra{color:#fff}.form-section .ant-card-extra .ant-btn{color:#fff;border-color:#fff}.form-section .ant-card-extra .ant-btn:hover{background-color:#ffffff1a;border-color:#fff;color:#fff}.markdown-editor-container{margin-bottom:16px}.markdown-editor-container .editor-help{display:block;margin-bottom:12px;color:#666;font-size:13px}.editor-help{display:block;margin-bottom:8px;font-size:12px}.example-section{margin-bottom:16px}.example-section .ant-typography{margin-bottom:8px;display:block}.sample-cases-container .section-help{display:block;margin-bottom:16px;color:#666;font-size:13px}.sample-cases-container .test-case-item{margin-bottom:20px;padding:20px;border:1px solid #e8e8e8;border-radius:8px;background:#fafbfc;transition:all .3s}.sample-cases-container .test-case-item:hover{border-color:#2e86de;box-shadow:0 2px 8px #2e86de1a}.sample-cases-container .test-case-item .test-case-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.sample-cases-container .test-case-item .test-case-header h5{margin:0;color:#2c3e50}.sample-cases-container .test-case-item .test-case-field{margin-bottom:8px}.sample-cases-container .test-case-item .test-case-field .ant-typography{margin-bottom:8px;color:#2c3e50}.sample-cases-container .test-case-item .test-case-field .test-case-textarea{border-radius:6px;border:1px solid #d9d9d9;transition:all .3s}.sample-cases-container .test-case-item .test-case-field .test-case-textarea:focus{border-color:#2e86de;box-shadow:0 0 0 2px #2e86de33}.sample-cases-container .add-case-button{width:100%;height:48px;border:2px dashed #d9d9d9;border-radius:8px;color:#666;font-weight:500;transition:all .3s}.sample-cases-container .add-case-button:hover{border-color:#2e86de;color:#2e86de;background:#2e86de0d}.language-templates-container .section-help{display:block;margin-bottom:16px;color:#666;font-size:13px}.language-templates-container .language-template-item{margin-bottom:24px;padding:20px;border:1px solid #e8e8e8;border-radius:8px;background:#fafbfc;transition:all .3s}.language-templates-container .language-template-item:hover{border-color:#2e86de;box-shadow:0 2px 8px #2e86de1a}.language-templates-container .language-template-item h5{margin:0 0 12px;color:#2c3e50;font-weight:600}.language-templates-container .language-template-item .language-template-textarea{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:13px;line-height:1.5;border-radius:6px;border:1px solid #d9d9d9;transition:all .3s}.language-templates-container .language-template-item .language-template-textarea:focus{border-color:#2e86de;box-shadow:0 0 0 2px #2e86de33}.language-templates-container .no-languages-selected{text-align:center;padding:40px;color:#999;background:#f9f9f9;border-radius:8px;border:1px dashed #d9d9d9}.test-cases-container .section-help{display:block;margin-bottom:16px;color:#666;font-size:13px}.test-cases-container .test-case-item{margin-bottom:20px;padding:20px;border:1px solid #e8e8e8;border-radius:8px;background:#fafbfc;transition:all .3s}.test-cases-container .test-case-item:hover{border-color:#2e86de;box-shadow:0 2px 8px #2e86de1a}.test-cases-container .test-case-item .test-case-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.test-cases-container .test-case-item .test-case-header h5{margin:0;color:#2c3e50}.test-cases-container .test-case-item .test-case-header .test-case-actions{display:flex;align-items:center;gap:8px}.test-cases-container .test-case-item .test-case-field{margin-bottom:8px}.test-cases-container .test-case-item .test-case-field .ant-typography{margin-bottom:8px;color:#2c3e50}.test-cases-container .test-case-item .test-case-field .test-case-textarea{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:13px;line-height:1.5;border-radius:6px;border:1px solid #d9d9d9;transition:all .3s}.test-cases-container .test-case-item .test-case-field .test-case-textarea:focus{border-color:#2e86de;box-shadow:0 0 0 2px #2e86de33}.test-cases-container .add-case-button{width:100%;height:48px;border:2px dashed #d9d9d9;border-radius:8px;color:#666;font-weight:500;transition:all .3s}.test-cases-container .add-case-button:hover{border-color:#2e86de;color:#2e86de;background:#2e86de0d}.test-case-item{padding:16px;border:1px solid #f0f0f0;border-radius:6px;margin-bottom:16px;background-color:#fafafa}.test-case-item:last-child{margin-bottom:0}.test-case-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.test-case-header .ant-typography{margin:0;color:#2c3e50}.form-actions{text-align:center;margin-top:24px}.w-md-editor{background-color:#fff}.w-md-editor-text-textarea,.w-md-editor-text{font-size:14px!important;line-height:1.6!important}.w-md-editor-text-textarea,.w-md-editor-preview{padding:12px!important}.w-md-editor-preview strong{color:#2e86de!important}.w-md-editor-preview pre{background-color:#f6f8fa!important;border:1px solid #e1e4e8!important;border-radius:6px!important;padding:16px!important;overflow-x:auto!important}.w-md-editor-preview pre code{background-color:transparent!important;padding:0!important;border-radius:0!important;font-size:14px!important}.w-md-editor-preview code{background-color:#f6f8fa!important;padding:2px 4px!important;border-radius:3px!important;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace!important;font-size:85%!important}.page-header-section{margin-bottom:24px;padding:0;border:none;background:transparent}.page-title-area{display:flex;justify-content:space-between;align-items:center;padding:1px 0}.page-title{margin:0;font-size:24px;font-weight:600;color:#1f2937}.page-actions{display:flex;align-items:center;gap:8px}.page-actions .ant-btn{height:32px;font-size:14px;border-radius:6px;font-weight:400}.ant-form-item-label>label{font-weight:600;color:#2c3e50}.ant-input,.ant-select-selector,.ant-input-number{border-radius:6px;border-color:#e2e8f0}.ant-input:focus,.ant-select-selector:focus,.ant-input-number:focus{border-color:#2e86de;box-shadow:0 0 0 2px #3498db1a}.ant-select-focused .ant-select-selector{border-color:#2e86de;box-shadow:0 0 0 2px #3498db1a}.ant-tag{border-radius:4px;font-weight:500}.nav-steps-card{margin-bottom:16px;margin-left:26px;margin-right:26px}.problem-management{background:linear-gradient(135deg,#e8f4fd,#d6ebf7);min-height:100vh;padding:20px}.problem-management-container{display:flex;min-height:calc(100vh - 40px);gap:20px}.problem-sidebar{width:250px;background:#fff;border-radius:12px;box-shadow:0 8px 32px #0000001a;overflow:hidden;flex-shrink:0;position:sticky;top:20px;height:-moz-fit-content;height:fit-content;max-height:calc(100vh - 40px);overflow-y:auto}.problem-sidebar .sidebar-header{padding:24px;background:#2e86de;color:#fff;border-bottom:none}.problem-sidebar .sidebar-menu{padding:20px 0}.problem-sidebar .sidebar-menu .menu-item{margin:0 16px 8px;padding:12px 16px;cursor:pointer;transition:all .3s;border-radius:8px}.problem-sidebar .sidebar-menu .menu-item:hover{background:linear-gradient(135deg,#667eea1a,#764ba21a);transform:translate(4px)}.problem-sidebar .sidebar-menu .menu-item.active{background:#2e86de;color:#fff;font-weight:500;box-shadow:0 4px 12px #667eea4d}.problem-sidebar .sidebar-stats{padding:20px 24px;border-top:1px solid #f0f0f0;background:linear-gradient(135deg,#f8f9ff,#f5f7ff)}.problem-sidebar .sidebar-stats .stat-item{margin-bottom:16px}.problem-sidebar .sidebar-stats .stat-item .stat-bar{height:8px;background-color:#f0f0f0;border-radius:4px;margin-bottom:8px;overflow:hidden}.problem-sidebar .sidebar-stats .stat-item .stat-bar .stat-progress{height:100%;border-radius:4px;transition:width .3s}.problem-sidebar .sidebar-stats .stat-item .stat-info{display:flex;justify-content:space-between;font-size:12px;color:#666}.problem-content{flex:1;background:#fff;border-radius:12px;box-shadow:0 8px 32px #0000001a;overflow:hidden;display:flex;flex-direction:column}.problem-content-inner{padding:32px 24px 24px;overflow-y:auto;flex:1}@media (max-width: 768px){.problem-management{padding:16px}.problem-management-container{flex-direction:column}.problem-management .problem-sidebar{width:100%;position:static;margin-bottom:20px;max-height:none}}.not-found-container{display:flex;justify-content:center;align-items:center;text-align:center;transform:scale(1.2) translate(15px);transform-origin:center center;width:100%;height:100%}.not-found-container .not-found-content{max-width:580px;width:90%;padding:20px 0}.not-found-container .not-found-content .header-section{display:flex;justify-content:center;align-items:flex-end;margin-right:-80px;margin-bottom:30px;position:relative}.not-found-container .not-found-content .header-section .error-code-container{position:relative;margin-right:10px;transform:translate(15px)}.not-found-container .not-found-content .header-section .error-code-container .error-code{font-size:140px;font-weight:800;color:#0d587e66;line-height:1;position:relative;z-index:1;text-shadow:3px 3px 0 rgba(0,0,0,.05)}.not-found-container .not-found-content .header-section .error-code-container .bubble-image{position:absolute;width:230px;height:auto;margin-left:-170px;margin-bottom:-110px;left:-15px;bottom:-20px;z-index:0;opacity:.8}.not-found-container .not-found-content .header-section .dragon-image{width:180px;height:auto;filter:drop-shadow(0 4px 8px rgba(0,0,0,.15));margin-bottom:-15px;margin-left:-15px}.not-found-container .not-found-content .error-title{font-size:36px;font-weight:700;color:#2c3e50;margin-bottom:20px}.not-found-container .not-found-content .error-message{font-size:18px;color:#5d6d7e;margin-bottom:30px;line-height:1.6;padding:0 10px}.not-found-container .not-found-content .action-buttons{margin-top:15px;margin-left:-30px}.not-found-container .not-found-content .action-buttons .home-button{display:inline-block;padding:14px 36px;background-color:#0d587e;color:#fff;border-radius:30px;text-decoration:none;font-weight:600;font-size:16px;transition:all .3s;box-shadow:0 4px 12px #0d587e33;border:none;cursor:pointer}.not-found-container .not-found-content .action-buttons .home-button:hover{background-color:#0d587e;transform:translateY(-3px);box-shadow:0 6px 20px #0d587e4d}@media (max-width: 768px){.not-found-container{transform:scale(1.1) translate(0)}.not-found-container .not-found-content .header-section .error-code-container{transform:translate(10px)}.not-found-container .not-found-content .header-section .dragon-image{margin-left:-10px}}.not-found-page{width:100%;min-height:100vh;display:flex;justify-content:center;align-items:center;background-color:#fff;padding:20px;box-sizing:border-box}.not-found-container{width:100%;max-width:1200px;display:flex;flex-direction:column;align-items:center}.hot-tags-section{background:linear-gradient(135deg,#fff,#fafbff);border-radius:16px;padding:24px;border:1px solid #e8f2ff;box-shadow:0 8px 32px #1890ff14;position:sticky;top:24px;backdrop-filter:blur(10px);transition:all .3s ease;width:100%;box-sizing:border-box}.hot-tags-section .hot-tags-header{display:flex;align-items:center;margin-bottom:20px;padding-bottom:12px;border-bottom:2px solid #f0f8ff;position:relative}.hot-tags-section .hot-tags-header:after{content:"";position:absolute;bottom:-2px;left:0;width:40px;height:2px;background:linear-gradient(90deg,#1890ff,#40a9ff);border-radius:1px}.hot-tags-section .hot-tags-header .hot-tags-icon{font-size:20px;margin-right:10px;background:linear-gradient(135deg,#1890ff,#40a9ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hot-tags-section .hot-tags-header .hot-tags-title{font-size:20px;font-weight:700;background:linear-gradient(135deg,#1890ff,#40a9ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:.5px}.hot-tags-section .tag-search{margin-bottom:20px;position:relative}.hot-tags-section .tag-search .ant-input{border-radius:12px;background:#fffc;border:2px solid #e8f2ff;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #1890ff0d;font-size:15px;padding:12px 16px}.hot-tags-section .tag-search .ant-input::-moz-placeholder{color:#8c8c8c;font-weight:400}.hot-tags-section .tag-search .ant-input::placeholder{color:#8c8c8c;font-weight:400}.hot-tags-section .tag-search .ant-input:hover{background:#fff;border-color:#b8e6ff;box-shadow:0 6px 20px #1890ff1f;transform:translateY(-1px)}.hot-tags-section .tag-search .ant-input:focus{border-color:#40a9ff;background:#fff;box-shadow:0 0 0 3px #40a9ff26,0 8px 24px #1890ff26;transform:translateY(-1px)}.hot-tags-section .tag-search .search-results-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #d9d9d9;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:1000;max-height:300px;overflow-y:auto;margin-top:4px}.hot-tags-section .tag-search .search-results-dropdown .search-results-header{padding:8px 12px;background:#f5f5f5;border-bottom:1px solid #e8e8e8;font-size:12px;color:#666;font-weight:500}.hot-tags-section .tag-search .search-results-dropdown .search-result-item{padding:12px;cursor:pointer;border-bottom:1px solid #f0f0f0;transition:all .2s ease;display:flex;justify-content:space-between;align-items:center}.hot-tags-section .tag-search .search-results-dropdown .search-result-item:last-child{border-bottom:none}.hot-tags-section .tag-search .search-results-dropdown .search-result-item:hover{background:#f0f8ff}.hot-tags-section .tag-search .search-results-dropdown .search-result-item.selected{background:#e6f7ff;border-left:3px solid #1890ff}.hot-tags-section .tag-search .search-results-dropdown .search-result-item.selected .tag-name{color:#1890ff;font-weight:500}.hot-tags-section .tag-search .search-results-dropdown .search-result-item .search-result-content{display:flex;align-items:center;gap:8px}.hot-tags-section .tag-search .search-results-dropdown .search-result-item .search-result-content .tag-name{font-size:14px;color:#333}.hot-tags-section .tag-search .search-results-dropdown .search-result-item .search-result-content .tag-category{font-size:12px;color:#999;background:#f5f5f5;padding:2px 6px;border-radius:4px}.hot-tags-section .tag-search .search-results-dropdown .search-result-item .tag-usage{font-size:12px;color:#666}.hot-tags-section .tag-search .search-results-dropdown .search-result-item .selected-indicator{color:#1890ff;font-weight:700;font-size:16px}.hot-tags-section .tag-search .search-results-dropdown .no-results{padding:20px;text-align:center;color:#999;font-size:14px}.hot-tags-section .tag-search .search-results-dropdown::-webkit-scrollbar{width:6px}.hot-tags-section .tag-search .search-results-dropdown::-webkit-scrollbar-track{background:#f1f1f1}.hot-tags-section .tag-search .search-results-dropdown::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.hot-tags-section .tag-search .search-results-dropdown::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.hot-tags-section .tags-grid-container{display:flex;flex-direction:column;gap:12px}.hot-tags-section .tags-grid-container .tags-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.hot-tags-section .tags-grid-container .tags-row .tag-item-wrapper{display:flex;flex-direction:column}.hot-tags-section .tags-grid-container .tags-row .tag-item-wrapper .main-tag-card{background:linear-gradient(135deg,#fff,#f8faff);border:2px solid #e8f2ff;border-radius:12px;padding:12px 18px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;justify-content:space-between;align-items:center;min-height:52px;-webkit-user-select:none;-moz-user-select:none;user-select:none;position:relative;overflow:hidden}.hot-tags-section .tags-grid-container .tags-row .tag-item-wrapper .main-tag-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#1890ff0d,#40a9ff0d);opacity:0;transition:opacity .3s ease}.hot-tags-section .tags-grid-container .tags-row .tag-item-wrapper .main-tag-card .tag-name{font-size:16px;font-weight:600;color:#2c3e50;position:relative;z-index:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.hot-tags-section .tags-grid-container .tags-row .tag-item-wrapper .main-tag-card .tag-count{font-size:14px;color:#7c8db5;font-weight:500;background:#1890ff14;padding:4px 8px;border-radius:8px;position:relative;z-index:1;flex-shrink:0;white-space:nowrap}.hot-tags-section .tags-grid-container .tags-row .tag-item-wrapper .main-tag-card:hover{background:linear-gradient(135deg,#fff,#f0f8ff);border-color:#b8e6ff;transform:translateY(-3px) scale(1.02);box-shadow:0 8px 32px #1890ff26}.hot-tags-section .tags-grid-container .tags-row .tag-item-wrapper .main-tag-card:hover:before{opacity:1}.hot-tags-section .tags-grid-container .tags-row .tag-item-wrapper .main-tag-card:hover .tag-name{color:#1890ff}.hot-tags-section .tags-grid-container .tags-row .tag-item-wrapper .main-tag-card.selected{background:linear-gradient(135deg,#1890ff,#40a9ff);border-color:#1890ff;box-shadow:0 12px 40px #1890ff66;transform:translateY(-2px) scale(1.05)}.hot-tags-section .tags-grid-container .tags-row .tag-item-wrapper .main-tag-card.selected:before{opacity:0}.hot-tags-section .tags-grid-container .tags-row .tag-item-wrapper .main-tag-card.selected .tag-name{color:#fff;font-weight:700}.hot-tags-section .tags-grid-container .tags-row .tag-item-wrapper .sub-tags-wrapper{margin-top:8px;padding:12px;background:linear-gradient(135deg,#fffffff2,#f8fafff2);border-radius:8px;border:1px solid #e8f2ff;animation:slideDown .4s cubic-bezier(.4,0,.2,1);backdrop-filter:blur(10px);box-shadow:0 2px 12px #1890ff0f}.hot-tags-section .tags-grid-container .tags-row .tag-item-wrapper .sub-tags-wrapper .sub-tag-item{display:inline-block;padding:6px;margin:2px;background:linear-gradient(135deg,#f0f8ff,#e6f7ff);border:1px solid #b8e6ff;border-radius:3px;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-user-select:none;-moz-user-select:none;user-select:none;min-height:16px;line-height:1.2;position:relative;overflow:hidden;color:#1890ff}.hot-tags-section .tags-grid-container .tags-row .tag-item-wrapper .sub-tags-wrapper .sub-tag-item:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(64,169,255,.1),transparent);transition:left .5s ease}.hot-tags-section .tags-grid-container .tags-row .tag-item-wrapper .sub-tags-wrapper .sub-tag-item:hover{background:linear-gradient(135deg,#e6f7ff,#d0e9ff);border-color:#40a9ff;transform:translateY(-3px) scale(1.05);box-shadow:0 6px 20px #40a9ff40;color:#1890ff}.hot-tags-section .tags-grid-container .tags-row .tag-item-wrapper .sub-tags-wrapper .sub-tag-item:hover:before{left:100%}.hot-tags-section .tags-grid-container .tags-row .tag-item-wrapper .sub-tags-wrapper .sub-tag-item.selected{background:linear-gradient(135deg,#1890ff,#40a9ff);color:#fff;border-color:#1890ff;box-shadow:0 8px 24px #1890ff59;transform:translateY(-2px) scale(1.08);font-weight:600}.hot-tags-section .tags-grid-container .tags-row .tag-item-wrapper .sub-tags-wrapper .sub-tag-item.selected:before{display:none}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px) scale(.95);max-height:0;padding-top:0;padding-bottom:0}50%{opacity:.6;transform:translateY(-5px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1);max-height:300px;padding-top:16px;padding-bottom:16px}}.hot-tags-section::-webkit-scrollbar{width:6px}.hot-tags-section::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.hot-tags-section::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.hot-tags-section::-webkit-scrollbar-thumb:hover{background:#a8a8a8}@media (max-width: 1400px){.hot-tags-section{padding:16px}.hot-tags-section .hot-tags-header .hot-tags-title{font-size:15px}.hot-tags-section .tags-grid-container,.hot-tags-section .tags-grid-container .tags-row{gap:10px}.hot-tags-section .tags-grid-container .tags-row .tag-item-wrapper .main-tag-card{padding:10px 14px;min-height:40px}.hot-tags-section .tags-grid-container .tags-row .tag-item-wrapper .main-tag-card .tag-name{font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.hot-tags-section .tags-grid-container .tags-row .tag-item-wrapper .main-tag-card .tag-count{font-size:11px}.hot-tags-section .tags-grid-container .tags-row .tag-item-wrapper .sub-tags-wrapper{padding:8px}.hot-tags-section .tags-grid-container .tags-row .tag-item-wrapper .sub-tags-wrapper .sub-tag-item{padding:1px;font-size:7px;min-height:14px;margin:1px;background:linear-gradient(135deg,#f0f8ff,#e6f7ff);border:1px solid #b8e6ff;color:#1890ff}.hot-tags-section .tags-grid-container .tags-row .tag-item-wrapper .sub-tags-wrapper .sub-tag-item:hover{background:linear-gradient(135deg,#e6f7ff,#d0e9ff);border-color:#40a9ff}.hot-tags-section .tags-grid-container .tags-row .tag-item-wrapper .sub-tags-wrapper .sub-tag-item.selected{background:linear-gradient(135deg,#1890ff,#40a9ff);color:#fff;border-color:#1890ff}}@media (max-width: 1200px){.hot-tags-section{padding:14px}.hot-tags-section .tags-grid-container,.hot-tags-section .tags-grid-container .tags-row{gap:8px}.hot-tags-section .tags-grid-container .tags-row .tag-item-wrapper .main-tag-card{padding:8px 12px;min-height:36px}.hot-tags-section .tags-grid-container .tags-row .tag-item-wrapper .main-tag-card .tag-name{font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.hot-tags-section .tags-grid-container .tags-row .tag-item-wrapper .main-tag-card .tag-count{font-size:10px}.hot-tags-section .tags-grid-container .tags-row .tag-item-wrapper .sub-tags-wrapper{padding:6px}.hot-tags-section .tags-grid-container .tags-row .tag-item-wrapper .sub-tags-wrapper .sub-tag-item{padding:1px;font-size:6px;min-height:12px;margin:1px;background:linear-gradient(135deg,#f0f8ff,#e6f7ff);border:1px solid #b8e6ff;color:#1890ff}.hot-tags-section .tags-grid-container .tags-row .tag-item-wrapper .sub-tags-wrapper .sub-tag-item:hover{background:linear-gradient(135deg,#e6f7ff,#d0e9ff);border-color:#40a9ff}.hot-tags-section .tags-grid-container .tags-row .tag-item-wrapper .sub-tags-wrapper .sub-tag-item.selected{background:linear-gradient(135deg,#1890ff,#40a9ff);color:#fff;border-color:#1890ff}}@media (max-width: 1000px){.hot-tags-section{position:static;margin-top:0;padding:20px}}@media (max-width: 800px){.hot-tags-section{padding:16px}.hot-tags-section .tags-grid-container .tags-row{grid-template-columns:1fr}.hot-tags-section .tags-grid-container .tags-row .tag-item-wrapper .main-tag-card{padding:10px 14px;min-height:40px}.hot-tags-section .tags-grid-container .tags-row .tag-item-wrapper .sub-tags-wrapper{padding:6px}.hot-tags-section .tags-grid-container .tags-row .tag-item-wrapper .sub-tags-wrapper .sub-tag-item{padding:1px;font-size:7px;min-height:14px;margin:1px;background:linear-gradient(135deg,#f0f8ff,#e6f7ff);border:1px solid #b8e6ff;color:#1890ff}.hot-tags-section .tags-grid-container .tags-row .tag-item-wrapper .sub-tags-wrapper .sub-tag-item:hover{background:linear-gradient(135deg,#e6f7ff,#d0e9ff);border-color:#40a9ff}.hot-tags-section .tags-grid-container .tags-row .tag-item-wrapper .sub-tags-wrapper .sub-tag-item.selected{background:linear-gradient(135deg,#1890ff,#40a9ff);color:#fff;border-color:#1890ff}}@media (max-width: 600px){.hot-tags-section{padding:14px}}@media (max-width: 480px){.hot-tags-section{padding:12px}.hot-tags-section .tags-grid-container .tags-row .tag-item-wrapper .main-tag-card{padding:6px 8px;min-height:36px}.hot-tags-section .tags-grid-container .tags-row .tag-item-wrapper .main-tag-card .tag-name{font-size:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.hot-tags-section .tags-grid-container .tags-row .tag-item-wrapper .main-tag-card .tag-count{font-size:10px}.hot-tags-section .tags-grid-container .tags-row .tag-item-wrapper .sub-tags-wrapper{padding:4px}.hot-tags-section .tags-grid-container .tags-row .tag-item-wrapper .sub-tags-wrapper .sub-tag-item{padding:1px;font-size:6px;margin:1px;min-height:10px;background:linear-gradient(135deg,#f0f8ff,#e6f7ff);border:1px solid #b8e6ff;color:#1890ff}.hot-tags-section .tags-grid-container .tags-row .tag-item-wrapper .sub-tags-wrapper .sub-tag-item:hover{background:linear-gradient(135deg,#e6f7ff,#d0e9ff);border-color:#40a9ff}.hot-tags-section .tags-grid-container .tags-row .tag-item-wrapper .sub-tags-wrapper .sub-tag-item.selected{background:linear-gradient(135deg,#1890ff,#40a9ff);color:#fff;border-color:#1890ff}}.problems-page{padding:24px 0;display:flex;gap:24px;background-color:#edf5fa}.problems-page .main-container{display:flex;gap:24px;max-width:1380px;margin:0 auto;width:100%;box-sizing:border-box;align-items:flex-start}.problems-page .main-container .problems-container{flex:1;min-width:0;background:#fff;border-radius:12px;box-shadow:0 8px 32px #0000001a;padding:32px;overflow:hidden}.problems-page .main-container .problems-container .problems-content .training-sets-section{margin-bottom:32px}.problems-page .main-container .problems-container .problems-content .training-sets-section .training-sets-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.problems-page .main-container .problems-container .problems-content .training-sets-section .training-sets-header .ant-btn{color:#1890ff;font-weight:500}.problems-page .main-container .problems-container .problems-content .training-sets-section .training-sets-header .ant-btn:hover{color:#40a9ff}.problems-page .main-container .problems-container .problems-content .training-sets-section .training-sets-scroll{overflow-x:auto;overflow-y:hidden;padding-bottom:8px}.problems-page .main-container .problems-container .problems-content .training-sets-section .training-sets-scroll::-webkit-scrollbar{height:6px}.problems-page .main-container .problems-container .problems-content .training-sets-section .training-sets-scroll::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.problems-page .main-container .problems-container .problems-content .training-sets-section .training-sets-scroll::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.problems-page .main-container .problems-container .problems-content .training-sets-section .training-sets-scroll::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.problems-page .main-container .problems-container .problems-content .training-sets-section .training-sets-scroll .training-sets-container{display:flex;gap:16px;min-width:-moz-max-content;min-width:max-content;padding:4px 0}.problems-page .main-container .problems-container .problems-content .training-sets-section .training-sets-scroll .training-sets-container .more-training-sets{flex-shrink:0}.problems-page .main-container .problems-container .problems-content .training-sets-section .training-sets-scroll .training-sets-container .more-training-sets .ant-btn{transition:all .3s ease}.problems-page .main-container .problems-container .problems-content .training-sets-section .training-sets-scroll .training-sets-container .more-training-sets .ant-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000001a;border-color:#1890ff;color:#1890ff}.problems-page .main-container .problems-container .problems-content .problems-list-section .problems-list-header{margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #f0f0f0}.problems-page .main-container .problems-container .problems-content .problems-list-section .problems-filters{margin-bottom:20px;padding:20px;background:#fafafa;border-radius:8px;border:1px solid #f0f0f0}.problems-page .main-container .problems-container .problems-content .problems-list-section .problems-filters .ant-select .ant-select-selector{border-radius:6px;border:1px solid #d9d9d9;transition:all .3s ease}.problems-page .main-container .problems-container .problems-content .problems-list-section .problems-filters .ant-select .ant-select-selector:hover{border-color:#667eea}.problems-page .main-container .problems-container .problems-content .problems-list-section .problems-filters .ant-select .ant-select-selector:focus{border-color:#667eea;box-shadow:0 0 0 2px #667eea33}.problems-page .main-container .problems-container .problems-content .problems-list-section .problems-filters .ant-input{border-radius:6px;border:1px solid #d9d9d9;transition:all .3s ease}.problems-page .main-container .problems-container .problems-content .problems-list-section .problems-filters .ant-input:hover{border-color:#667eea}.problems-page .main-container .problems-container .problems-content .problems-list-section .problems-filters .ant-input:focus{border-color:#667eea;box-shadow:0 0 0 2px #667eea33}.problems-page .main-container .problems-container .problems-content .problems-list-section .problems-filters .ant-input-affix-wrapper{border:1px solid #d9d9d9!important;box-shadow:none!important;background:transparent!important}.problems-page .main-container .problems-container .problems-content .problems-list-section .problems-filters .ant-input-affix-wrapper .ant-input{border:none!important;box-shadow:none!important;background:transparent!important;padding:6px 12px}.problems-page .main-container .problems-container .problems-content .problems-list-section .problems-filters .ant-input-affix-wrapper:hover,.problems-page .main-container .problems-container .problems-content .problems-list-section .problems-filters .ant-input-affix-wrapper:focus,.problems-page .main-container .problems-container .problems-content .problems-list-section .problems-filters .ant-input-affix-wrapper.ant-input-affix-wrapper-focused{border:1px solid #d9d9d9!important;box-shadow:none!important}.problems-page .main-container .problems-container .problems-content .problems-list-section .problems-filters .daily-problem-btn{background:#fff;border:2px solid #4a90e2;border-radius:8px;height:48px;padding:0 24px;font-weight:500;color:#4a90e2;transition:all .3s ease}.problems-page .main-container .problems-container .problems-content .problems-list-section .problems-filters .daily-problem-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #4a90e233;background:#f0f8ff;border-color:#5a9ee8;color:#5a9ee8}.problems-page .main-container .problems-container .problems-content .problems-list-section .problems-filters .daily-problem-btn:active{transform:translateY(0)}.problems-page .main-container .problems-container .problems-content .problems-list-section .problems-filters .start-practice-btn{background:#4a90e2;border:none;border-radius:8px;height:48px;padding:0 24px;font-weight:500;box-shadow:0 4px 12px #4a90e24d;transition:all .3s ease}.problems-page .main-container .problems-container .problems-content .problems-list-section .problems-filters .start-practice-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #4a90e266;background:#5a9ee8}.problems-page .main-container .problems-container .problems-content .problems-list-section .problems-table{width:100%}.problems-page .main-container .problems-container .problems-content .problems-list-section .problems-table .problems-table-content .ant-table{border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000000f;table-layout:fixed;width:100%}.problems-page .main-container .problems-container .problems-content .problems-list-section .problems-table .problems-table-content .ant-table .ant-table-thead{background:#fafafa}.problems-page .main-container .problems-container .problems-content .problems-list-section .problems-table .problems-table-content .ant-table .ant-table-thead .ant-table-cell{background:#fafafa;border-bottom:1px solid #f0f0f0;font-weight:600;color:#1a1a1a;padding:16px;text-align:center}.problems-page .main-container .problems-container .problems-content .problems-list-section .problems-table .problems-table-content .ant-table .ant-table-thead .ant-table-cell:before{display:none}.problems-page .main-container .problems-container .problems-content .problems-list-section .problems-table .problems-table-content .ant-table .ant-table-tbody .ant-table-row{transition:all .3s ease}.problems-page .main-container .problems-container .problems-content .problems-list-section .problems-table .problems-table-content .ant-table .ant-table-tbody .ant-table-row:hover{background:#f8f9ff}.problems-page .main-container .problems-container .problems-content .problems-list-section .problems-table .problems-table-content .ant-table .ant-table-tbody .ant-table-row .ant-table-cell{border-bottom:1px solid #f0f0f0;padding:16px;vertical-align:middle;overflow:hidden;text-overflow:ellipsis}.problems-page .main-container .problems-container .problems-content .problems-list-section .problems-table .problems-table-content .ant-table .ant-table-tbody .ant-table-row .ant-table-cell a{color:#667eea;text-decoration:none;font-weight:500;transition:color .3s ease;cursor:pointer;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.problems-page .main-container .problems-container .problems-content .problems-list-section .problems-table .problems-table-content .ant-table .ant-table-tbody .ant-table-row .ant-table-cell a:hover{color:#5a6fd8;text-decoration:underline}.problems-page .main-container .problems-container .problems-content .problems-list-section .problems-table .problems-table-content .ant-table .ant-table-tbody .ant-table-row .ant-table-cell .ant-space .anticon{font-size:16px}.problems-page .main-container .problems-container .problems-content .problems-list-section .problems-table .problems-table-content .ant-table .ant-table-tbody .ant-table-row .ant-table-cell .ant-space span{font-weight:500}.problems-page .main-container .problems-container .problems-content .problems-list-section .problems-pagination{display:flex;justify-content:flex-end;margin-top:24px;padding-top:20px;border-top:1px solid #f0f0f0}.problems-page .main-container .problems-container .problems-content .problems-list-section .problems-pagination .ant-pagination .ant-pagination-item{border-radius:6px;border:1px solid #d9d9d9;margin:0 4px;transition:all .3s ease}.problems-page .main-container .problems-container .problems-content .problems-list-section .problems-pagination .ant-pagination .ant-pagination-item:hover{border-color:#667eea;color:#667eea}.problems-page .main-container .problems-container .problems-content .problems-list-section .problems-pagination .ant-pagination .ant-pagination-item.ant-pagination-item-active{background:#fff;border-color:#000}.problems-page .main-container .problems-container .problems-content .problems-list-section .problems-pagination .ant-pagination .ant-pagination-item.ant-pagination-item-active a{color:#000}.problems-page .main-container .problems-container .problems-content .problems-list-section .problems-pagination .ant-pagination .ant-pagination-prev,.problems-page .main-container .problems-container .problems-content .problems-list-section .problems-pagination .ant-pagination .ant-pagination-next{border-radius:6px;border:1px solid #d9d9d9;transition:all .3s ease}.problems-page .main-container .problems-container .problems-content .problems-list-section .problems-pagination .ant-pagination .ant-pagination-prev:hover,.problems-page .main-container .problems-container .problems-content .problems-list-section .problems-pagination .ant-pagination .ant-pagination-next:hover{border-color:#667eea;color:#667eea}.problems-page .main-container .problems-container .problems-content .problems-list-section .problems-pagination .ant-pagination .ant-pagination-total-text{color:#666;font-weight:500}.problems-page .main-container .problems-container .problems-content .problems-list-section .problems-pagination .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper input{border-radius:4px;border:1px solid #d9d9d9}.problems-page .main-container .problems-container .problems-content .problems-list-section .problems-pagination .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper input:hover{border-color:#667eea}.problems-page .main-container .problems-container .problems-content .problems-list-section .problems-pagination .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper input:focus{border-color:#667eea;box-shadow:0 0 0 2px #667eea33}.problems-page .main-container .problems-right{position:sticky!important;top:76px;width:360px;flex-shrink:0}.problems-page .main-container .problems-right .problem-data-details{background:#fafafa;border-radius:12px;padding:0 20px 20px;border:1px solid #f0f0f0;word-wrap:break-word;box-sizing:border-box;margin-bottom:10px}.problems-page .main-container .problems-right .problem-data-details .ant-typography{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;line-height:1.4}.problems-page .main-container .problems-right .problem-data-details .data-stats{display:flex;flex-direction:column;gap:8px}.problems-page .main-container .problems-right .problem-data-details .data-stats .stat-item{display:flex;align-items:center;gap:8px;padding:4px 0}.problems-page .main-container .problems-right .problem-data-details .data-stats .stat-item .stat-tag{display:inline-flex;align-items:center;justify-content:center;min-width:32px;height:20px;border-radius:4px;font-size:11px;font-weight:600;color:#fff;text-align:center;flex-shrink:0}.problems-page .main-container .problems-right .problem-data-details .data-stats .stat-item .stat-content{flex:1;display:flex;align-items:center;gap:8px}.problems-page .main-container .problems-right .problem-data-details .data-stats .stat-item .stat-content .stat-percentage{font-size:14px;font-weight:600;color:#333;min-width:45px}.problems-page .main-container .problems-right .problem-data-details .data-stats .stat-item .stat-content .stat-bar{flex:1;height:6px;background:#f0f0f0;border-radius:3px;overflow:hidden}.problems-page .main-container .problems-right .problem-data-details .data-stats .stat-item .stat-content .stat-bar .stat-fill{height:100%;border-radius:3px;transition:width .3s ease}.problems-page .main-container .problems-right .problem-data-details .data-stats .stat-total{display:flex;justify-content:space-between;align-items:center;margin-top:24px;padding-top:20px;border-top:2px solid #e8e8e8}.problems-page .main-container .problems-right .problem-data-details .data-stats .stat-total .total-label{font-size:16px;color:#333;font-weight:600}.problems-page .main-container .problems-right .problem-data-details .data-stats .stat-total .total-value{font-size:18px;color:#1890ff;font-weight:700}@media (max-width: 1400px){.problems-page .main-container{max-width:1380px}.problems-page .main-container .problems-right{max-width:320px;width:320px}.problems-page .main-container .problems-right .problem-data-details{padding:20px}}@media (max-width: 1200px){.problems-page .main-container{max-width:1000px}.problems-page .main-container .problems-container{max-width:650px}.problems-page .main-container .problems-right{max-width:300px;width:300px}.problems-page .main-container .problems-right .problem-data-details{padding:18px}}@media (max-width: 1000px){.problems-page .main-container{flex-direction:column;gap:20px;max-width:800px}.problems-page .main-container .problems-container{max-width:none;width:100%}.problems-page .main-container .problems-right{max-width:none;width:100%;position:static}.problems-page .main-container .problems-right .problem-data-details{position:static;margin-top:0;padding:24px}}@media (max-width: 800px){.problems-page{padding:20px}.problems-page .main-container{gap:16px}.problems-page .main-container .problems-container{padding:24px}.problems-page .main-container .problems-container .problems-header{flex-direction:column;gap:16px;align-items:flex-start}.problems-page .main-container .problems-container .problems-content .problems-filters .ant-space{flex-direction:column}.problems-page .main-container .problems-container .problems-content .problems-filters .ant-space .ant-select,.problems-page .main-container .problems-container .problems-content .problems-filters .ant-space .ant-input{width:100%!important}.problems-page .main-container .problems-right .problem-data-details{padding:20px}}@media (max-width: 600px){.problems-page{padding:16px}.problems-page .main-container{gap:12px}.problems-page .main-container .problems-container{padding:20px}.problems-page .main-container .problems-right .problem-data-details{padding:16px}}@media (max-width: 480px){.problems-page{padding:12px}.problems-page .main-container{gap:10px}.problems-page .main-container .problems-container{padding:16px}.problems-page .main-container .problems-right .problem-data-details{padding:14px}}.training-set-card{width:300px;min-height:200px;border-radius:12px;box-shadow:0 4px 16px #0000001a;transition:all .3s ease;cursor:pointer;display:flex;flex-direction:column;overflow:hidden}.training-set-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.training-set-card .ant-card-body{padding:20px;height:100%;display:flex;flex-direction:column}.training-set-card__content{height:100%;display:flex;flex-direction:column;gap:8px}.training-set-card__tag{display:inline-flex;align-items:center;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500;width:-moz-fit-content;width:fit-content;margin-bottom:8px}.training-set-card__tag .anticon{font-size:12px;margin-right:4px}.training-set-card__title{margin:0 0 8px!important;font-size:16px!important;line-height:1.4!important;font-weight:600!important;color:#1a1a1a!important;flex-shrink:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.training-set-card__description{font-size:14px!important;line-height:1.5!important;color:#666!important;flex:1;margin:0!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;min-height:42px}.training-set-card__footer{display:flex;justify-content:space-between;align-items:center;margin-top:12px;padding-top:8px;border-top:1px solid #f0f0f0;flex-shrink:0}.training-set-card__footer .ant-typography{font-size:12px!important;color:#999!important;margin:0!important}.training-set-card--normal{border-color:#1890ff}.training-set-card--assignment{border-color:#fa8c16}.training-set-card--loading{opacity:.7;pointer-events:none}@media (max-width: 800px){.training-set-card{width:280px;min-height:180px}.training-set-card .ant-card-body{padding:16px}.training-set-card__title{font-size:15px!important}.training-set-card__description{font-size:13px!important;-webkit-line-clamp:1;min-height:20px}.training-set-card__footer{margin-top:10px;padding-top:10px}}@media (max-width: 600px){.training-set-card{width:260px;min-height:160px}.training-set-card .ant-card-body{padding:14px}.training-set-card__title{font-size:14px!important}.training-set-card__description{font-size:12px!important;min-height:18px}.training-set-card__footer{margin-top:8px;padding-top:8px}}@media (max-width: 480px){.training-set-card{width:240px;min-height:150px}.training-set-card .ant-card-body{padding:12px}.training-set-card__title{font-size:13px!important}.training-set-card__description{font-size:11px!important;min-height:16px}.training-set-card__footer{margin-top:6px;padding-top:6px}}.discuss-searchbar{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:8px 0;margin-left:100px;max-width:980px;flex:1}.discuss-searchbar .spacer{flex:1 1 auto}.discuss-searchbar .ant-input-affix-wrapper,.discuss-searchbar .ant-select{min-width:180px}@media (max-width: 1024px){.discuss-searchbar .ant-input-affix-wrapper,.discuss-searchbar .ant-select{width:100%!important}}@media (max-width: 767px){.discuss-searchbar{margin-left:auto}}.editor-wrapper .wmde-markdown-editor{border-radius:6px}.discuss-post-item{margin-bottom:12px;margin-left:100px;cursor:pointer;max-width:980px;flex:1}.discuss-post-item .header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}.discuss-post-item .title{font-size:16px;font-weight:600}.discuss-post-item .title .tags{display:inline-block;flex:1 1 auto;min-height:24px;margin-left:20px}.discuss-post-item .meta{font-size:12px}.discuss-post-item .excerpt{color:#555;margin-left:40px;margin-top:10px}.discuss-post-item .footer{display:flex;align-items:center;flex-wrap:wrap;gap:8px;position:relative}.discuss-post-item .footer .toolbutton{position:absolute;right:5px}.discuss-post-item .footer .actions{margin-left:27px}@media screen and (max-width: 767px){.discuss-post-item{margin-left:auto}.discuss-post-item .actions{--ant-space-horizontal: 4px}.discuss-post-item .actions .ant-btn-icon-only{padding:4px}.discuss-post-item .actions .ant-btn-text{padding:2px 4px}}.discuss-post-list .paginator{margin-top:12px;margin-left:100px;text-align:right}@media screen and (max-width: 767px){.discuss-post-list .paginator{margin-left:auto}}.comment-editor{margin-top:8px}.discuss-comment-list .content-md{white-space:pre-wrap}.discuss-comment-list .reply-box{margin-top:8px;width:100%}.hot-tags-card{width:100%;margin-bottom:16px;position:sticky;top:20px;z-index:10;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;transition:box-shadow .3s ease}.hot-tags-card.sticky-active{box-shadow:0 4px 16px #00000026}.hot-tags-card .ant-card-head{padding:12px 16px;min-height:auto}.hot-tags-card .ant-card-head .ant-card-head-title{font-size:14px;font-weight:600}.hot-tags-card .ant-card-body{padding:12px 16px}.hot-tags-search-container{margin-bottom:12px}.hot-tags-search-container .hot-tags-search{width:100%;border-radius:6px}.hot-tags-search-container .hot-tags-search:hover{border-color:#40a9ff}.hot-tags-search-container .hot-tags-search:focus-within{border-color:#1890ff;box-shadow:0 0 0 2px #1890ff33}.hot-tags-search-container .hot-tags-search .ant-input{font-size:12px}.hot-tags-search-container .hot-tags-search .ant-input::-moz-placeholder{color:#bfbfbf}.hot-tags-search-container .hot-tags-search .ant-input::placeholder{color:#bfbfbf}.hot-tags-container{display:grid;grid-template-columns:1fr 1fr;gap:8px;max-height:400px;overflow-y:auto;scroll-behavior:smooth}.hot-tags-container::-webkit-scrollbar{width:4px}.hot-tags-container::-webkit-scrollbar-track{background:#f5f5f5;border-radius:2px}.hot-tags-container::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:2px}.hot-tags-container::-webkit-scrollbar-thumb:hover{background:#bfbfbf}.hot-tags-container .hot-tag{position:relative;transition:all .2s ease;border-radius:4px;background-color:#fafafa;border:1px solid #e8e8e8;padding:8px 12px;display:flex;align-items:center;min-height:32px;cursor:pointer;font-size:13px}.hot-tags-container .hot-tag:hover{background-color:#f0f8ff;border-color:#40a9ff;box-shadow:0 1px 4px #40a9ff33}.hot-tags-container .hot-tag.selected{border:1px solid #1890ff;background-color:#e6f7ff;color:#1890ff;font-weight:500}.hot-tags-container .hot-tag .tag-content{display:flex;align-items:center;flex:1}.hot-tags-container .hot-tag .tag-content .tag-name{margin-right:4px;font-weight:700}.hot-tags-container .hot-tag .tag-content .tag-count{font-size:11px;opacity:.6;color:#999;margin-left:4px}.hot-tags-container .no-tags{color:#999;font-size:12px;text-align:center;padding:20px 0}@media (max-width: 768px){.hot-tags-card{position:static}.hot-tags-card .ant-card-body{padding:8px 12px}.hot-tags-search-container{margin-bottom:8px}.hot-tags-search-container .hot-tags-search .ant-input{font-size:11px}.hot-tags-container{grid-template-columns:1fr;gap:6px}.hot-tags-container .hot-tag{font-size:12px;padding:6px 10px;min-height:28px}.hot-tags-container .hot-tag .tag-content .tag-count{font-size:10px}}.discuss-page{background-color:#e6f3ff;padding:16px;min-height:100vh}.discuss-page .panel{margin-bottom:16px;background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a}@media (max-width: 768px){.discuss-page .ant-row{flex-direction:column}}@media (max-width: 992px){.discuss-page{padding:8px}}.discuss-sidebar{position:sticky;top:16px;height:-moz-fit-content;height:fit-content}@media (max-width: 992px){.discuss-sidebar{position:static;margin-top:16px}}@media (max-width: 768px){.discuss-sidebar{order:1;margin-top:16px;position:static}}.iconfont{font-family:iconfont!important;font-size:16px;font-style:normal;-webkit-font-smoothing:antialiased;-webkit-text-stroke-width:.2px;-moz-osx-font-smoothing:grayscale}@font-face{font-family:iconfont;src:url(//at.alicdn.com/t/c/font_5000316_kniza7ddg1p.woff2?t=1755618042220) format("woff2"),url(//at.alicdn.com/t/c/font_5000316_kniza7ddg1p.woff?t=1755618042220) format("woff"),url(//at.alicdn.com/t/c/font_5000316_kniza7ddg1p.ttf?t=1755618042220) format("truetype")}.create-solution-page{max-width:1200px;margin:0 auto;padding:24px}.create-solution-page .page-header{display:flex;align-items:center;margin-bottom:24px}.create-solution-page .page-header .back-button{margin-right:16px;color:#666}.create-solution-page .page-header .back-button:hover{color:#1890ff}.create-solution-page .page-header h2{margin:0;font-size:24px;font-weight:600;color:#262626}.create-solution-page .solution-form-card .ant-card-body{padding:32px}.create-solution-page .solution-form-card .ant-form-item-label>label{font-weight:500;font-size:16px}.create-solution-page .solution-form-card .ant-select{width:100%}.create-solution-page .solution-form-card .ant-select .ant-select-selector{min-height:40px}.create-solution-page .solution-form-card .ant-select .ant-select-selection-item .ant-tag{margin:2px 4px 2px 0;border-radius:4px}.create-solution-page .solution-form-card .ant-btn-primary{height:40px;padding:0 24px;font-size:16px;border-radius:6px}.create-solution-page .solution-form-card .ant-btn:not(.ant-btn-primary){height:40px;padding:0 24px;font-size:16px;border-radius:6px}@media (max-width: 768px){.create-solution-page,.create-solution-page .solution-form-card .ant-card-body{padding:16px}.create-solution-page .page-header h2{font-size:20px}}.problem-list-management{padding:0;background:#f5f5f5;min-height:100vh}.problem-list-management .ant-card{border-radius:8px;box-shadow:0 2px 8px #faf8f81a}.problem-list-management .filter-section{margin-bottom:24px;padding:16px;background:#fafafa;border-radius:6px;border:1px solid #f0f0f0;display:flex;justify-content:space-between;align-items:center}.problem-list-management .filter-section .filter-left{flex:1}.problem-list-management .filter-section .filter-right{margin-left:16px}.problem-list-management .ant-table .ant-table-thead>tr>th{background:#fafafa;font-weight:600;color:#262626}.problem-list-management .ant-table .ant-table-tbody>tr:hover{background:#f5f5f5}.problem-list-management .ant-table .ant-table-cell{padding:12px 16px}.problem-list-management .ant-tag{border-radius:4px;font-size:12px;line-height:20px;padding:0 8px}.problem-list-management .ant-btn.ant-btn-text{padding:4px 8px;height:auto}.problem-list-management .ant-btn.ant-btn-text:hover{background:#1890ff1a}.problem-list-management .ant-btn.ant-btn-text.ant-btn-dangerous:hover{background:#ff4d4f1a}.problem-list-management .ant-space.ant-space-wrap .ant-space-item{margin-bottom:8px}.problem-list-management .ant-pagination{margin-top:24px;text-align:right}@media (max-width: 768px){.problem-list-management{padding:16px}.problem-list-management .header-section{flex-direction:column;align-items:stretch;gap:16px}.problem-list-management .filter-section .ant-space,.problem-list-management .filter-section .ant-space .ant-space-item{width:100%}.problem-list-management .filter-section .ant-space .ant-space-item .ant-input,.problem-list-management .filter-section .ant-space .ant-space-item .ant-select{width:100%!important}}@media (prefers-color-scheme: dark){.problem-list-management{background:#fff}.problem-list-management .ant-card,.problem-list-management .filter-section{background:#fff;border-color:#fff}}.ant-table-body::-webkit-scrollbar{width:6px;height:6px}.ant-table-body::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.ant-table-body::-webkit-scrollbar-thumb{background:#fff;border-radius:3px}.ant-table-body::-webkit-scrollbar-thumb:hover{background:#fff}.ant-tooltip .ant-tooltip-inner{border-radius:6px;font-size:12px}.ant-popconfirm .ant-popconfirm-inner{border-radius:6px}.ant-popconfirm .ant-popconfirm-message{font-size:14px}.ant-popconfirm .ant-popconfirm-description{font-size:12px;color:#666}.training-sets-page{background:linear-gradient(135deg,#e8f4fd,#d6ebf7);min-height:100vh;width:100%;padding:8px 0}.training-sets-page .page-container{margin:0 auto;max-width:1200px;width:100%;padding:0 30px}.training-sets-page .page-container .page-header{margin-bottom:30px}.training-sets-page .page-container .page-header .header-left{display:flex;align-items:center;gap:16px}.training-sets-page .page-container .page-header .header-left .back-button{display:flex;align-items:center;padding:8px 12px;border-radius:8px;transition:all .3s ease}.training-sets-page .page-container .page-header .header-left .back-button:hover{background-color:#f0f0f0}.training-sets-page .page-container .page-header .header-left h2{color:#1a1a1a;font-weight:600}.training-sets-page .page-container .chart-section{background:#fff;border-radius:0;padding:20px;margin-bottom:30px;border:none;box-shadow:none;max-width:800px;width:100%;margin-left:auto;margin-right:auto}.training-sets-page .page-container .filters-section{background:#fff;border-radius:12px;padding:20px;margin-bottom:30px;box-shadow:0 4px 16px #00000014}.training-sets-page .page-container .filters-section .filters-container{display:flex;justify-content:space-between;align-items:center}.training-sets-page .page-container .filters-section .filters-container .filter-left{display:flex;gap:16px;align-items:center}.training-sets-page .page-container .filters-section .filters-container .filter-right{font-size:14px}.training-sets-page .page-container .training-sets-grid{background:#fff;border-radius:12px;padding:30px;min-height:400px;box-shadow:0 4px 16px #00000014}.training-sets-page .page-container .training-sets-grid .grid-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px;justify-items:center}.training-sets-page .page-container .pagination-section{display:flex;justify-content:right}.training-sets-page .page-container .pagination-section .ant-pagination .ant-pagination-item{border-radius:8px;border-color:#d9e6ff}.training-sets-page .page-container .pagination-section .ant-pagination .ant-pagination-item a{color:#000}.training-sets-page .page-container .pagination-section .ant-pagination .ant-pagination-item:hover{border-color:#1890ff}.training-sets-page .page-container .pagination-section .ant-pagination .ant-pagination-item:hover a{color:#000}.training-sets-page .page-container .pagination-section .ant-pagination .ant-pagination-item.ant-pagination-item-active{background:#fff;border-color:#fff}.training-sets-page .page-container .pagination-section .ant-pagination .ant-pagination-item.ant-pagination-item-active a{color:#000}.training-sets-page .page-container .pagination-section .ant-pagination .ant-pagination-prev,.training-sets-page .page-container .pagination-section .ant-pagination .ant-pagination-next{border-radius:8px;border-color:#d9e6ff;color:#000}.training-sets-page .page-container .pagination-section .ant-pagination .ant-pagination-prev:hover,.training-sets-page .page-container .pagination-section .ant-pagination .ant-pagination-next:hover{border-color:#1890ff;color:#1890ff}.training-sets-page .page-container .pagination-section .ant-pagination .ant-pagination-prev:disabled,.training-sets-page .page-container .pagination-section .ant-pagination .ant-pagination-next:disabled{color:#d9d9d9}.training-sets-page .page-container .pagination-section .ant-pagination .ant-pagination-jump-prev,.training-sets-page .page-container .pagination-section .ant-pagination .ant-pagination-jump-next{color:#000}.training-sets-page .page-container .pagination-section .ant-pagination .ant-pagination-jump-prev:hover,.training-sets-page .page-container .pagination-section .ant-pagination .ant-pagination-jump-next:hover{color:#1890ff}@media (max-width: 1200px){.training-sets-page .page-container{padding:15px}.training-sets-page .page-container .training-sets-grid .grid-container{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}}@media (max-width: 768px){.training-sets-page .page-container{padding:10px}.training-sets-page .page-container .filters-section{padding:15px}.training-sets-page .page-container .filters-section .filters-container{flex-direction:column;gap:15px;align-items:stretch}.training-sets-page .page-container .filters-section .filters-container .filter-left{flex-direction:column;gap:12px}.training-sets-page .page-container .filters-section .filters-container .filter-left .ant-select,.training-sets-page .page-container .filters-section .filters-container .filter-left .ant-input{width:100%!important}.training-sets-page .page-container .filters-section .filters-container .filter-right{text-align:center}.training-sets-page .page-container .training-sets-grid{padding:20px 15px}.training-sets-page .page-container .training-sets-grid .grid-container{grid-template-columns:1fr;gap:16px}}@media (max-width: 480px){.training-sets-page .page-container .page-header .header-left h2{font-size:20px}.training-sets-page .page-container .training-sets-grid{padding:15px 10px}.training-sets-page .page-container .training-sets-grid .grid-container{gap:12px}}.training-set-detail{padding:20px;background-color:#f5f7fa;min-height:100vh}.training-set-detail .main-container{display:flex;gap:20px;max-width:1400px;margin:0 auto}.training-set-detail .problems-container{flex:1;background:#fff;border-radius:12px;padding:24px;box-shadow:0 4px 16px #00000014;border:1px solid #e8f0fe}.training-set-detail .problems-container .page-header{margin-bottom:24px;border-bottom:1px solid #f0f0f0;padding-bottom:16px}.training-set-detail .problems-container .page-header .header-left{display:flex;align-items:center;gap:12px}.training-set-detail .problems-container .page-header .header-left .back-button{display:flex;align-items:center;padding:8px 12px;border-radius:8px;color:#666;transition:all .3s ease}.training-set-detail .problems-container .page-header .header-left .back-button:hover{background-color:#f5f5f5;color:#1890ff}.training-set-detail .problems-container .page-header .header-left h2{color:#1890ff;font-weight:600}.training-set-detail .problems-container .problems-filters{margin-bottom:20px;padding:16px;background:#fafbfc;border-radius:8px;border:1px solid #e8f0fe}.training-set-detail .problems-container .problems-filters .ant-select{width:120px}.training-set-detail .problems-container .problems-filters .ant-select .ant-select-selector{border-radius:8px;border:1px solid #d9e6ff;box-shadow:0 2px 8px #0000000f;transition:all .3s ease}.training-set-detail .problems-container .problems-filters .ant-select .ant-select-selector:hover{border-color:#1890ff;box-shadow:0 2px 12px #1890ff26}.training-set-detail .problems-container .problems-filters .ant-input-affix-wrapper{width:280px;border-radius:8px;border:1px solid #d9e6ff;box-shadow:0 2px 8px #0000000f;transition:all .3s ease}.training-set-detail .problems-container .problems-filters .ant-input-affix-wrapper:hover,.training-set-detail .problems-container .problems-filters .ant-input-affix-wrapper:focus,.training-set-detail .problems-container .problems-filters .ant-input-affix-wrapper.ant-input-affix-wrapper-focused{border-color:#1890ff;box-shadow:0 2px 12px #1890ff26}.training-set-detail .problems-container .problems-table{margin-bottom:20px}.training-set-detail .problems-container .problems-table .problems-table-content .ant-table-thead>tr>th{background:#f8faff;border-bottom:2px solid #e8f0fe;color:#1890ff;font-weight:600;padding:16px 12px}.training-set-detail .problems-container .problems-table .problems-table-content .ant-table-tbody>tr{transition:all .3s ease}.training-set-detail .problems-container .problems-table .problems-table-content .ant-table-tbody>tr:hover{background-color:#f8faff;box-shadow:0 2px 8px #1890ff1a}.training-set-detail .problems-container .problems-table .problems-table-content .ant-table-tbody>tr>td{padding:16px 12px;border-bottom:1px solid #f0f0f0}.training-set-detail .problems-container .problems-table .problems-table-content .ant-table-tbody>tr>td a{color:#1890ff;font-weight:500;text-decoration:none;transition:color .3s ease}.training-set-detail .problems-container .problems-table .problems-table-content .ant-table-tbody>tr>td a:hover{color:#40a9ff;text-decoration:underline}.training-set-detail .problems-container .problems-pagination{display:flex;justify-content:flex-end;margin-top:20px;padding-top:16px;border-top:1px solid #f0f0f0}.training-set-detail .problems-container .problems-pagination .ant-pagination .ant-pagination-item{border-radius:6px;border:1px solid #d9d9d9}.training-set-detail .problems-container .problems-pagination .ant-pagination .ant-pagination-item.ant-pagination-item-active{background:#1890ff;border-color:#1890ff}.training-set-detail .problems-container .problems-pagination .ant-pagination .ant-pagination-item.ant-pagination-item-active a{color:#fff}.training-set-detail .problems-container .problems-pagination .ant-pagination .ant-pagination-item:hover{border-color:#1890ff}.training-set-detail .problems-container .problems-pagination .ant-pagination .ant-pagination-item:hover a{color:#1890ff}.training-set-detail .problems-right{width:360px;flex-shrink:0}.training-set-detail .problems-right .problem-data-details{background:#fff;border-radius:12px;padding:24px;box-shadow:0 4px 16px #00000014;border:1px solid #e8f0fe;position:sticky;top:20px}.training-set-detail .problems-right .problem-data-details h4{margin-bottom:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;line-height:1.4;color:#1890ff;font-weight:600;border-bottom:2px solid #e8f0fe;padding-bottom:12px}.training-set-detail .problems-right .problem-data-details .data-stats .stat-item{margin-bottom:16px}.training-set-detail .problems-right .problem-data-details .data-stats .stat-item .stat-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.training-set-detail .problems-right .problem-data-details .data-stats .stat-item .stat-header .stat-label{font-size:13px;color:#666;font-weight:500}.training-set-detail .problems-right .problem-data-details .data-stats .stat-item .stat-header .stat-value{font-size:14px;font-weight:600;color:#1890ff}.training-set-detail .problems-right .problem-data-details .data-stats .stat-item .ant-progress .ant-progress-outer .ant-progress-inner{border-radius:10px;background-color:#f5f5f5}.training-set-detail .problems-right .problem-data-details .data-stats .stat-item .ant-progress .ant-progress-outer .ant-progress-inner .ant-progress-bg{border-radius:10px}.training-set-detail .problems-right .problem-data-details .data-stats .stat-item .ant-progress .ant-progress-text{font-size:12px;font-weight:500}.training-set-detail .problems-right .problem-data-details .data-stats .stat-total{margin-top:24px;padding-top:16px;border-top:2px solid #e8f0fe;display:flex;justify-content:space-between;align-items:center}.training-set-detail .problems-right .problem-data-details .data-stats .stat-total .total-label{font-size:14px;color:#666;font-weight:500}.training-set-detail .problems-right .problem-data-details .data-stats .stat-total .total-value{font-size:18px;font-weight:700;color:#1890ff}@media (max-width: 1200px){.training-set-detail .main-container{flex-direction:column}.training-set-detail .problems-right{width:100%}}@media (max-width: 768px){.training-set-detail{padding:12px}.training-set-detail .problems-container{padding:16px}.training-set-detail .problems-filters>div{flex-direction:column!important;gap:12px!important}.training-set-detail .problems-filters>div>div:first-child{flex-direction:column!important;align-items:stretch!important}.training-set-detail .problems-filters>div>div:first-child .ant-select,.training-set-detail .problems-filters>div>div:first-child .ant-input-affix-wrapper{width:100%!important}.training-set-detail .problems-right .problem-data-details{padding:16px}}[data-theme=dark] .training-set-detail{background-color:#141414}[data-theme=dark] .training-set-detail .problems-container,[data-theme=dark] .training-set-detail .problems-right .problem-data-details{background:#1f1f1f;border-color:#303030}[data-theme=dark] .training-set-detail .problems-filters{background:#262626;border-color:#434343}[data-theme=dark] .training-set-detail .page-header{border-bottom-color:#303030}[data-theme=dark] .training-set-detail .page-header h2{color:#1890ff}[data-theme=dark] .training-set-detail .problems-table-content .ant-table-thead>tr>th{background:#262626;border-bottom-color:#434343;color:#1890ff}[data-theme=dark] .training-set-detail .problems-table-content .ant-table-tbody>tr:hover{background-color:#262626}[data-theme=dark] .training-set-detail .problems-table-content .ant-table-tbody>tr>td{border-bottom-color:#303030}[data-theme=dark] .training-set-detail .problems-pagination{border-top-color:#303030}[data-theme=dark] .training-set-detail .problem-data-details h4{border-bottom-color:#434343}[data-theme=dark] .training-set-detail .problem-data-details .stat-total{border-top-color:#434343}.create-train-container{min-height:100vh;background-color:#e6f3ff;overflow-x:hidden}.create-train-container .create-train-layout{padding:0;background:#fff;border-radius:6px;box-shadow:0 2px 8px #00000026;display:flex;justify-content:flex-start;overflow:hidden}.create-train-container .create-train-layout .create-train-sider{background:#fff;border-right:1px solid #f0f0f0;box-shadow:none}.create-train-container .create-train-layout .create-train-sider .sider-header{padding:24px 30px 16px;border-bottom:1px solid #f0f0f0;background:#fff;margin:-1px -1px 0}.create-train-container .create-train-layout .create-train-sider .sider-header h4{color:#000000f2!important;margin:0!important;font-weight:600}.create-train-container .create-train-layout .create-train-sider .create-train-menu{border-right:none;padding:16px 0;background:#fff}.create-train-container .create-train-layout .create-train-sider .create-train-menu .ant-menu-item{margin:4px 16px;border-radius:6px;height:48px;line-height:48px;color:#000000d9;transition:all .3s}.create-train-container .create-train-layout .create-train-sider .create-train-menu .ant-menu-item.ant-menu-item-selected{background-color:#e6f7ff;color:#1890ff;border-right:3px solid #1890ff}.create-train-container .create-train-layout .create-train-sider .create-train-menu .ant-menu-item:hover{background-color:#f0f8ff;color:#1890ff}.create-train-container .create-train-layout .create-train-sider .create-train-menu .ant-menu-item .anticon{font-size:16px;color:#000000d9}.create-train-container .create-train-layout .create-train-sider .tag-statistics{padding:24px;border-top:1px solid #f0f0f0;margin-top:16px}.create-train-container .create-train-layout .create-train-sider .tag-statistics h5{margin-bottom:16px!important;color:#000000d9;font-weight:600}.create-train-container .create-train-layout .create-train-sider .tag-statistics .stat-item{margin-bottom:16px;display:flex;flex-direction:column;gap:8px}.create-train-container .create-train-layout .create-train-sider .tag-statistics .stat-item .ant-typography{margin:0;font-size:14px;color:#666}.create-train-container .create-train-layout .create-train-sider .tag-statistics .stat-item .ant-progress{margin:4px 0}.create-train-container .create-train-layout .create-train-sider .tag-statistics .stat-item .ant-typography strong{color:#000000d9;font-size:16px}.create-train-container .create-train-layout .create-train-content{padding:18px;background:#fff;flex:1;overflow:visible}.create-train-container .create-train-layout .create-train-content .content-card{border:none;box-shadow:none;background:transparent;padding:0}.create-train-container .create-train-layout .create-train-content .ant-form label{font-size:14px;color:#000000f2;font-weight:600}.create-train-container .create-train-layout .create-train-content .ant-form .ant-input,.create-train-container .create-train-layout .create-train-content .ant-form .ant-select-selector,.create-train-container .create-train-layout .create-train-content .ant-form .ant-picker{border-radius:6px;transition:border-color .3s,box-shadow .3s}.create-train-container .create-train-layout .create-train-content .ant-form .ant-input:focus,.create-train-container .create-train-layout .create-train-content .ant-form .ant-input:hover,.create-train-container .create-train-layout .create-train-content .ant-form .ant-select-selector:focus,.create-train-container .create-train-layout .create-train-content .ant-form .ant-select-selector:hover,.create-train-container .create-train-layout .create-train-content .ant-form .ant-picker:focus,.create-train-container .create-train-layout .create-train-content .ant-form .ant-picker:hover{border-color:#1890ff;box-shadow:none}.create-train-container .create-train-layout .create-train-content .ant-btn-primary{background-color:#1890ff;border-color:#1890ff;border-radius:6px;box-shadow:0 2px 8px #00000026;transition:background-color .3s,border-color .3s}.create-train-container .create-train-layout .create-train-content .ant-btn-primary:hover,.create-train-container .create-train-layout .create-train-content .ant-btn-primary:focus{background-color:#69b1ff;border-color:#69b1ff}.create-train-container .create-train-layout .create-train-content .ant-btn{border-radius:6px}.create-train-container .create-train-layout .create-train-content .field-center .ant-input-password,.create-train-container .create-train-layout .create-train-content .field-center .ant-input-affix-wrapper{height:32px;border-radius:6px}.create-train-container .create-train-layout .create-train-content .field-center .ant-input-affix-wrapper .ant-input-suffix,.create-train-container .create-train-layout .create-train-content .field-center .ant-input-affix-wrapper .ant-input-prefix{height:100%;display:flex;align-items:center}.create-train-container .create-train-layout .create-train-content .field-center .ant-input{height:30px;line-height:40px;padding:6px 12px}.create-train-container .create-train-layout .create-train-content .field-center .ant-input:focus,.create-train-container .create-train-layout .create-train-content .field-center .ant-input-affix-wrapper:focus,.create-train-container .create-train-layout .create-train-content .field-center .ant-input-affix-wrapper.ant-input-focused{box-shadow:0 0 0 3px #1890ff0f;border-color:#1890ff}.create-train-container .step-content .ant-input-search .ant-input-group{display:flex}.create-train-container .step-content .ant-input-search .ant-input-group .ant-input{border-radius:8px 0 0 8px}.create-train-container .step-content .ant-input-search .ant-input-group .ant-input:focus{border-color:#1890ff;box-shadow:0 0 0 2px #1890ff33}.create-train-container .step-content .ant-input-search .ant-input-group .ant-input-group-addon{border-radius:0 8px 8px 0}.create-train-container .step-content .ant-input-search .ant-input-group .ant-input-group-addon .ant-btn{border-radius:0 6px 6px 0;background:linear-gradient(135deg,#1890ff,#40a9ff);border:none}.create-train-container .step-content .ant-input-search .ant-input-group .ant-input-group-addon .ant-btn:hover{background:linear-gradient(135deg,#40a9ff,#69c0ff);transform:translateY(-1px)}.create-train-container .step-content .ant-input-affix-wrapper{border-radius:8px;transition:all .3s ease;height:32px!important}.create-train-container .step-content .ant-input-affix-wrapper:hover{border-color:#40a9ff;box-shadow:0 2px 4px #40a9ff33}.create-train-container .step-content .ant-input-affix-wrapper:focus-within{border-color:#1890ff;box-shadow:0 0 0 2px #1890ff33}.create-train-container .step-content .ant-input-affix-wrapper .ant-input-prefix{margin-right:8px;color:#bfbfbf}.create-train-container .step-content .ant-input-affix-wrapper .ant-input-suffix{margin-left:8px}.create-train-container .step-content .search-result-tip{color:#666;font-size:12px;padding:4px 0;transition:all .3s ease}.create-train-container .step-content .search-result-tip em{color:#1890ff;font-style:normal;font-weight:500;background:linear-gradient(135deg,#e6f7ff,#bae7ff 50%);padding:1px 4px;border-radius:3px}.create-train-container .step-content .ant-table-pagination .ant-pagination{margin:16px 0 0}.create-train-container .step-content .ant-table-pagination .ant-pagination.ant-pagination-mini .ant-pagination-item{min-width:24px;height:24px;line-height:22px;margin-right:4px}.create-train-container .step-content .ant-table-pagination .ant-pagination.ant-pagination-mini .ant-pagination-prev,.create-train-container .step-content .ant-table-pagination .ant-pagination.ant-pagination-mini .ant-pagination-next{min-width:24px;height:24px;line-height:22px}.create-train-container .step-content .ant-table-wrapper .ant-table .ant-table-container .ant-table-body{overflow-x:auto;overflow-y:visible}.create-train-container .create-train-content,.create-train-container .create-train-content .content-card .container{overflow:visible}.tag-management-page{background:linear-gradient(135deg,#e8f4fd,#d6ebf7)}.tag-management-page .tag-management-layout{padding:24px;flex:1;background:transparent;display:flex}.tag-management-page .tag-management-layout .tag-management-sider{margin-top:24px;background:#fff;border-right:1px solid #f0f0f0;box-shadow:2px 0 8px #0000001a;height:-moz-fit-content;height:fit-content;max-height:80vh}.tag-management-page .tag-management-layout .tag-management-sider .sider-header{padding:24px 30px 16px;border-bottom:1px solid #f0f0f0;background:#fff;margin:-1px -1px 0}.tag-management-page .tag-management-layout .tag-management-sider .sider-header h4{color:#000!important;margin:0!important;font-weight:600}.tag-management-page .tag-management-layout .tag-management-sider .tag-management-menu{border-right:none;padding:16px 0;background:#fff}.tag-management-page .tag-management-layout .tag-management-sider .tag-management-menu .ant-menu-item{margin:4px 16px;border-radius:6px;height:48px;line-height:48px;color:#333}.tag-management-page .tag-management-layout .tag-management-sider .tag-management-menu .ant-menu-item.ant-menu-item-selected{background-color:#e6f7ff;color:#1890ff;border-right:3px solid #1890ff}.tag-management-page .tag-management-layout .tag-management-sider .tag-management-menu .ant-menu-item:hover{background-color:#f0f8ff;color:#1890ff}.tag-management-page .tag-management-layout .tag-management-sider .tag-management-menu .ant-menu-item .anticon{font-size:16px;color:#333}.tag-management-page .tag-management-layout .tag-management-sider .tag-statistics{padding:24px;border-top:1px solid #f0f0f0;margin-top:16px}.tag-management-page .tag-management-layout .tag-management-sider .tag-statistics h5{margin-bottom:16px!important;color:#333;font-weight:600}.tag-management-page .tag-management-layout .tag-management-sider .tag-statistics .stat-item{margin-bottom:16px;display:flex;flex-direction:column;gap:8px}.tag-management-page .tag-management-layout .tag-management-sider .tag-statistics .stat-item .ant-typography{margin:0;font-size:14px;color:#666}.tag-management-page .tag-management-layout .tag-management-sider .tag-statistics .stat-item .ant-progress{margin:4px 0}.tag-management-page .tag-management-layout .tag-management-sider .tag-statistics .stat-item .ant-typography strong{color:#333;font-size:16px}.tag-management-page .tag-management-layout .tag-management-content{padding:24px;background:transparent}.tag-management-page .tag-management-layout .tag-management-content .content-area .content-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding:0}.tag-management-page .tag-management-layout .tag-management-content .content-area .content-header h3{margin:0!important;color:#333;font-size:24px;font-weight:600}.tag-management-page .tag-management-layout .tag-management-content .content-area .content-header .ant-space .ant-btn{height:40px;padding:0 24px;font-size:16px;font-weight:500;border-radius:6px}.tag-management-page .tag-management-layout .tag-management-content .content-area .content-header .ant-space .ant-btn.ant-btn-primary{box-shadow:0 2px 8px #1890ff4d;transition:all .3s ease}.tag-management-page .tag-management-layout .tag-management-content .content-area .content-header .ant-space .ant-btn.ant-btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 16px #1890ff66}.tag-management-page .tag-management-layout .tag-management-content .content-area .content-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a}.tag-management-page .tag-management-layout .tag-management-content .content-area .content-card .ant-card-head{border-bottom:1px solid #f0f0f0}.tag-management-page .tag-management-layout .tag-management-content .content-area .content-card .ant-card-head .ant-card-head-title{font-weight:600;color:#333}.tag-management-page .tag-management-layout .tag-management-content .content-area .content-card .ant-card-body{padding:24px}.tag-management-page .tag-management-layout .tag-management-content .content-area .create-tag-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.tag-management-page .tag-management-layout .tag-management-content .content-area .create-tag-card .card-header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid #f0f0f0;background:#fff}.tag-management-page .tag-management-layout .tag-management-content .content-area .create-tag-card .card-header h3{margin:0!important;color:#333;font-size:24px;font-weight:600}.tag-management-page .tag-management-layout .tag-management-content .content-area .create-tag-card .card-header .ant-space .ant-btn{height:40px;padding:0 24px;font-size:16px;font-weight:500;border-radius:6px}.tag-management-page .tag-management-layout .tag-management-content .content-area .create-tag-card .card-header .ant-space .ant-btn.ant-btn-primary{box-shadow:0 2px 8px #1890ff4d;transition:all .3s ease}.tag-management-page .tag-management-layout .tag-management-content .content-area .create-tag-card .card-header .ant-space .ant-btn.ant-btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 16px #1890ff66}.tag-management-page .tag-management-layout .tag-management-content .content-area .create-tag-card .card-content{padding:24px;background:#fff}.tag-management-page .tag-management-layout .tag-management-content .content-area .create-tag-card .card-content .section-title{margin-bottom:16px}.tag-management-page .tag-management-layout .tag-management-content .content-area .create-tag-card .card-content .section-title h4{margin:0!important;color:#333;font-weight:600;font-size:18px}.tag-management-page .tag-management-layout .tag-management-content .content-area .create-tag-card .card-content p{margin:0;color:#666;font-size:14px}.submission-detail-page{min-height:100vh;background-color:#f5f5f5}.submission-detail-page .page-header{background-color:#fff;padding:16px 24px;border-bottom:1px solid #e8e8e8;box-shadow:0 2px 8px #0000000f}.submission-detail-page .page-header .ant-btn{display:flex;align-items:center;gap:8px;font-size:14px}.submission-detail-page .page-header .ant-btn:hover{color:#1890ff}.submission-detail-page .page-content{padding:24px;max-width:1200px;margin:0 auto}.submission-detail-page .page-content .submission-detail{background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000f}.submission-detail-page .error-content{text-align:center;padding:60px 24px;background-color:#fff;margin:24px;border-radius:8px;box-shadow:0 2px 8px #0000000f}.submission-detail-page .error-content h3{color:#ff4d4f;margin-bottom:16px;font-size:18px}.submission-detail-page .error-content p{color:#666;font-size:14px;margin:0}@media (max-width: 768px){.submission-detail-page .page-header{padding:12px 16px}.submission-detail-page .page-content{padding:16px}.submission-detail-page .error-content{margin:16px;padding:40px 16px}}.announcement-detail-page{background:linear-gradient(135deg,#e8f4fd,#d6ebf7);min-height:100vh;padding:32px 0}.announcement-detail-page .loading-container,.announcement-detail-page .error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;color:#fff}.announcement-detail-page .loading-container p,.announcement-detail-page .error-container p{margin-top:16px;font-size:16px;color:#ffffffe6}.announcement-detail-page .loading-container .ant-btn-primary,.announcement-detail-page .error-container .ant-btn-primary{background:#fff;color:#1890ff;border:none;border-radius:12px;padding:10px 24px;height:auto;font-weight:500;box-shadow:0 4px 12px #0000001a}.announcement-detail-page .loading-container .ant-btn-primary:hover,.announcement-detail-page .error-container .ant-btn-primary:hover{background:#fffffff2;transform:translateY(-2px);box-shadow:0 6px 16px #00000026}.announcement-detail-page .page-header{display:flex;align-items:center;gap:24px;max-width:900px;margin:0 auto 24px;padding:0 24px}.announcement-detail-page .page-header .back-btn{height:40px;padding:0 16px;border-radius:10px;border:none;background:#fff;color:#1890ff;font-size:14px;font-weight:600;box-shadow:0 2px 8px #00000014;transition:all .3s ease}.announcement-detail-page .page-header .back-btn:hover{background:#1890ff;color:#fff;transform:translate(-4px);box-shadow:0 4px 12px #1890ff4d}.announcement-detail-page .announcement-detail-card{max-width:900px;margin:0 auto;background:#fff;border-radius:20px;box-shadow:0 20px 60px #00000026;border:none;overflow:hidden}.announcement-detail-page .announcement-detail-card .announcement-header{padding:32px 32px 24px;border-bottom:1px solid #f0f0f0;background:linear-gradient(to bottom,rgba(24,144,255,.02),transparent)}.announcement-detail-page .announcement-detail-card .announcement-header .header-top{margin-bottom:16px}.announcement-detail-page .announcement-detail-card .announcement-header .header-top .priority-tag{margin:0;border-radius:8px;font-weight:600;padding:6px 16px;border:none;font-size:14px}.announcement-detail-page .announcement-detail-card .announcement-header .announcement-title{font-size:28px;font-weight:700;color:#333;margin:0 0 20px;line-height:1.4;letter-spacing:-.5px}.announcement-detail-page .announcement-detail-card .announcement-header .announcement-meta{display:flex;gap:24px;flex-wrap:wrap}.announcement-detail-page .announcement-detail-card .announcement-header .announcement-meta .meta-item{display:flex;align-items:center;gap:8px;color:#666;font-size:14px}.announcement-detail-page .announcement-detail-card .announcement-header .announcement-meta .meta-item .meta-icon{font-size:16px;color:#1890ff}.announcement-detail-page .announcement-detail-card .announcement-header .announcement-meta .meta-item .meta-text{color:#666;font-weight:400}.announcement-detail-page .announcement-detail-card .announcement-content{padding:32px}.announcement-detail-page .announcement-detail-card .announcement-content .markdown-preview{font-size:16px;line-height:1.8;color:#333;word-wrap:break-word}.announcement-detail-page .announcement-detail-card .announcement-content .markdown-preview h1,.announcement-detail-page .announcement-detail-card .announcement-content .markdown-preview h2,.announcement-detail-page .announcement-detail-card .announcement-content .markdown-preview h3,.announcement-detail-page .announcement-detail-card .announcement-content .markdown-preview h4,.announcement-detail-page .announcement-detail-card .announcement-content .markdown-preview h5,.announcement-detail-page .announcement-detail-card .announcement-content .markdown-preview h6{margin-top:24px;margin-bottom:16px;font-weight:600;line-height:1.3;color:#222}.announcement-detail-page .announcement-detail-card .announcement-content .markdown-preview h1{font-size:2em;border-bottom:1px solid #eaecef;padding-bottom:.4em;color:#1a1a1a}.announcement-detail-page .announcement-detail-card .announcement-content .markdown-preview h2{font-size:1.5em;border-bottom:1px solid #eaecef;padding-bottom:.4em;color:#1a1a1a}.announcement-detail-page .announcement-detail-card .announcement-content .markdown-preview h3{font-size:1.25em;color:#1a1a1a}.announcement-detail-page .announcement-detail-card .announcement-content .markdown-preview p{margin:12px 0;line-height:1.8}.announcement-detail-page .announcement-detail-card .announcement-content .markdown-preview ul,.announcement-detail-page .announcement-detail-card .announcement-content .markdown-preview ol{margin:16px 0;padding-left:28px}.announcement-detail-page .announcement-detail-card .announcement-content .markdown-preview li{margin-bottom:8px;line-height:1.8}.announcement-detail-page .announcement-detail-card .announcement-content .markdown-preview a{color:#1890ff;text-decoration:none;font-weight:500;transition:all .3s ease}.announcement-detail-page .announcement-detail-card .announcement-content .markdown-preview a:hover{text-decoration:underline;color:#096dd9}.announcement-detail-page .announcement-detail-card .announcement-content .markdown-preview strong{color:#1890ff;font-weight:600}.announcement-detail-page .announcement-detail-card .announcement-content .markdown-preview img{max-width:100%;height:auto;display:block;margin:20px auto;border-radius:8px;box-shadow:0 2px 8px #0000001a}.announcement-detail-page .announcement-detail-card .announcement-content .markdown-preview blockquote{border-left:4px solid #1890ff;padding:12px 20px;margin:20px 0;background:#1890ff0d;border-radius:0 4px 4px 0;color:#5c6b77}.announcement-detail-page .announcement-detail-card .announcement-content .markdown-preview code{background-color:#afb8c133;padding:.2em .4em;border-radius:4px;font-size:85%;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;color:#d73a49}.announcement-detail-page .announcement-detail-card .announcement-content .markdown-preview pre{background-color:#f8f9fa;border-radius:8px;padding:16px;overflow:auto;margin:16px 0;border:1px solid #eaecef;box-shadow:0 2px 8px #0000000d}.announcement-detail-page .announcement-detail-card .announcement-content .markdown-preview pre code{background-color:transparent;padding:0;font-size:14px;line-height:1.6;color:inherit}.announcement-detail-page .announcement-detail-card .announcement-content .markdown-preview table{width:100%;border-collapse:collapse;margin:20px 0;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000000d}.announcement-detail-page .announcement-detail-card .announcement-content .markdown-preview table th,.announcement-detail-page .announcement-detail-card .announcement-content .markdown-preview table td{padding:12px 16px;text-align:left;border:1px solid #e8e8e8}.announcement-detail-page .announcement-detail-card .announcement-content .markdown-preview table th{background:#1890ff1a;font-weight:600;color:#333}.announcement-detail-page .announcement-detail-card .announcement-content .markdown-preview table tr:hover{background:#1890ff08}.announcement-detail-page .announcement-detail-card .announcement-content .markdown-preview hr{border:none;border-top:2px solid #f0f0f0;margin:24px 0}.announcement-detail-page .announcement-detail-card .announcement-content .markdown-preview em,.announcement-detail-page .announcement-detail-card .announcement-content .markdown-preview i{font-style:italic}@media (max-width: 768px){.announcement-detail-page{padding:16px}.announcement-detail-page .page-header{margin-bottom:16px}.announcement-detail-page .announcement-detail-card{border-radius:16px}.announcement-detail-page .announcement-detail-card .announcement-header{padding:24px 20px 20px}.announcement-detail-page .announcement-detail-card .announcement-header .announcement-title{font-size:22px}.announcement-detail-page .announcement-detail-card .announcement-header .announcement-meta{gap:16px;font-size:13px}.announcement-detail-page .announcement-detail-card .announcement-header .announcement-meta .meta-icon{font-size:14px}.announcement-detail-page .announcement-detail-card .announcement-content{padding:24px 20px}.announcement-detail-page .announcement-detail-card .announcement-content .markdown-preview{font-size:15px}.announcement-detail-page .announcement-detail-card .announcement-content .markdown-preview h1{font-size:1.75em}.announcement-detail-page .announcement-detail-card .announcement-content .markdown-preview h2{font-size:1.4em}.announcement-detail-page .announcement-detail-card .announcement-content .markdown-preview h3{font-size:1.2em}.announcement-detail-page .announcement-detail-card .announcement-content .markdown-preview code{font-size:85%}.announcement-detail-page .announcement-detail-card .announcement-content .markdown-preview pre{padding:12px}.announcement-detail-page .announcement-detail-card .announcement-content .markdown-preview pre code{font-size:13px}.announcement-detail-page .announcement-detail-card .announcement-content .markdown-preview table{font-size:14px}.announcement-detail-page .announcement-detail-card .announcement-content .markdown-preview table th,.announcement-detail-page .announcement-detail-card .announcement-content .markdown-preview table td{padding:10px 12px}}.announcements-page{background:linear-gradient(135deg,#e8f4fd,#d6ebf7);min-height:100vh;padding:32px 0}.announcements-page .page-header{display:flex;align-items:center;gap:24px;max-width:1200px;margin:0 auto 32px;padding:0 24px}.announcements-page .page-header .back-btn{height:40px;padding:0 16px;border-radius:10px;border:none;background:#fff;color:#1890ff;font-size:14px;font-weight:600;box-shadow:0 2px 8px #00000014;transition:all .3s ease}.announcements-page .page-header .back-btn:hover{background:#1890ff;color:#fff;transform:translate(-4px);box-shadow:0 4px 12px #1890ff4d}.announcements-page .page-header .header-center{flex:1;display:flex;align-items:center;gap:16px}.announcements-page .page-header .header-center .title-icon-wrapper{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#1890ff,#096dd9);display:flex;align-items:center;justify-content:center;font-size:24px;color:#fff;box-shadow:0 4px 16px #1890ff4d}.announcements-page .page-header .header-center .title-content .page-title{font-size:28px;font-weight:700;color:#2c3e50;margin:0;line-height:1.2}.announcements-page .page-header .header-center .title-content .page-subtitle{font-size:14px;color:#7f8c8d;margin:4px 0 0;font-weight:500}.announcements-page .page-content{max-width:1200px;margin:0 auto;padding:0 24px}.announcements-page .loading-container,.announcements-page .empty-container{display:flex;align-items:center;justify-content:center;min-height:400px;background:#fff;border-radius:16px;box-shadow:0 2px 16px #0000000f}.announcements-page .announcements-list{display:flex;flex-direction:column;gap:12px;margin-bottom:32px}.announcements-page .announcement-item{display:flex;align-items:center;gap:20px;padding:20px 24px;background:#fff;border-radius:12px;border-left:4px solid transparent;box-shadow:0 2px 8px #0000000f;cursor:pointer;transition:all .3s ease}.announcements-page .announcement-item:hover{transform:translate(4px);box-shadow:0 4px 16px #1890ff26;border-left-color:#1890ff}.announcements-page .announcement-item:hover .item-number{background:linear-gradient(135deg,#1890ff,#096dd9);color:#fff;transform:scale(1.1)}.announcements-page .announcement-item:hover .item-title{color:#1890ff}.announcements-page .announcement-item:hover .item-action{color:#1890ff;transform:translate(4px)}.announcements-page .announcement-item.is-new{border-left-color:#ff6b6b;background:linear-gradient(to right,#ff6b6b05,#fff)}.announcements-page .announcement-item.is-important{border-left-color:#ff6b6b;background:linear-gradient(to right,#ff6b6b08,#fff)}.announcements-page .announcement-item .item-left{flex-shrink:0}.announcements-page .announcement-item .item-left .item-number{width:40px;height:40px;border-radius:10px;background:#e6f7ff;color:#1890ff;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;transition:all .3s ease}.announcements-page .announcement-item .item-main{flex:1;min-width:0}.announcements-page .announcement-item .item-main .item-top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px}.announcements-page .announcement-item .item-main .item-top .item-title{flex:1;font-size:16px;font-weight:600;color:#2c3e50;margin:0;line-height:1.5;transition:color .3s ease;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.announcements-page .announcement-item .item-main .item-top .item-badges{display:flex;align-items:center;gap:8px;flex-shrink:0}.announcements-page .announcement-item .item-main .item-top .item-badges .new-badge{padding:4px 10px;background:linear-gradient(135deg,#ff6b6b,#ee5a6f);color:#fff;font-size:11px;font-weight:700;border-radius:6px;letter-spacing:.5px}.announcements-page .announcement-item .item-main .item-top .item-badges .priority-badge{display:flex;align-items:center;gap:4px;padding:4px 10px;color:#fff;font-size:12px;font-weight:600;border-radius:6px}.announcements-page .announcement-item .item-main .item-top .item-badges .priority-badge .anticon{font-size:12px}.announcements-page .announcement-item .item-main .item-meta{display:flex;align-items:center;gap:20px}.announcements-page .announcement-item .item-main .item-meta .meta-item{display:flex;align-items:center;gap:6px;font-size:13px;color:#95a5a6}.announcements-page .announcement-item .item-main .item-meta .meta-item .anticon{font-size:13px}.announcements-page .announcement-item .item-action{flex-shrink:0;font-size:16px;color:#bdc3c7;transition:all .3s ease}.announcements-page .pagination-wrapper{display:flex;justify-content:center;padding:24px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f}.announcements-page .pagination-wrapper .ant-pagination .ant-pagination-item{border-radius:8px;border-color:#e8ecf1;transition:all .3s ease}.announcements-page .pagination-wrapper .ant-pagination .ant-pagination-item a{color:#7f8c8d;font-weight:600}.announcements-page .pagination-wrapper .ant-pagination .ant-pagination-item:hover{border-color:#1890ff;transform:translateY(-2px)}.announcements-page .pagination-wrapper .ant-pagination .ant-pagination-item:hover a{color:#1890ff}.announcements-page .pagination-wrapper .ant-pagination .ant-pagination-item.ant-pagination-item-active{background:linear-gradient(135deg,#1890ff,#096dd9);border-color:transparent}.announcements-page .pagination-wrapper .ant-pagination .ant-pagination-item.ant-pagination-item-active a{color:#fff}.announcements-page .pagination-wrapper .ant-pagination .ant-pagination-item.ant-pagination-item-active:hover{transform:translateY(-2px)}.announcements-page .pagination-wrapper .ant-pagination .ant-pagination-prev,.announcements-page .pagination-wrapper .ant-pagination .ant-pagination-next{border-radius:8px;border-color:#e8ecf1}.announcements-page .pagination-wrapper .ant-pagination .ant-pagination-prev .ant-pagination-item-link,.announcements-page .pagination-wrapper .ant-pagination .ant-pagination-next .ant-pagination-item-link{border:none;color:#7f8c8d}.announcements-page .pagination-wrapper .ant-pagination .ant-pagination-prev:hover,.announcements-page .pagination-wrapper .ant-pagination .ant-pagination-next:hover{border-color:#1890ff}.announcements-page .pagination-wrapper .ant-pagination .ant-pagination-prev:hover .ant-pagination-item-link,.announcements-page .pagination-wrapper .ant-pagination .ant-pagination-next:hover .ant-pagination-item-link{color:#1890ff}.announcements-page .pagination-wrapper .ant-pagination .ant-pagination-prev.ant-pagination-disabled,.announcements-page .pagination-wrapper .ant-pagination .ant-pagination-next.ant-pagination-disabled{opacity:.4}.announcements-page .pagination-wrapper .ant-pagination .ant-pagination-prev.ant-pagination-disabled:hover,.announcements-page .pagination-wrapper .ant-pagination .ant-pagination-next.ant-pagination-disabled:hover{border-color:#e8ecf1}.announcements-page .pagination-wrapper .ant-pagination .ant-pagination-options .ant-select-selector{border-radius:8px;border-color:#e8ecf1}.announcements-page .pagination-wrapper .ant-pagination .ant-pagination-options .ant-select-selector:hover{border-color:#1890ff}.announcements-page .pagination-wrapper .ant-pagination .ant-pagination-options.ant-select-focused .ant-select-selector{border-color:#1890ff;box-shadow:0 0 0 2px #1890ff1a}.announcements-page .pagination-wrapper .ant-pagination .ant-pagination-options-quick-jumper input{border-radius:8px;border-color:#e8ecf1}.announcements-page .pagination-wrapper .ant-pagination .ant-pagination-options-quick-jumper input:hover{border-color:#1890ff}.announcements-page .pagination-wrapper .ant-pagination .ant-pagination-options-quick-jumper input:focus{border-color:#1890ff;box-shadow:0 0 0 2px #1890ff1a}@media (max-width: 768px){.announcements-page{padding:16px 0}.announcements-page .page-header{flex-wrap:wrap;padding:0 16px;margin-bottom:20px;gap:16px}.announcements-page .page-header .back-btn{width:100%;justify-content:center}.announcements-page .page-header .header-center{width:100%}.announcements-page .page-header .header-center .title-icon-wrapper{width:40px;height:40px;font-size:20px}.announcements-page .page-header .header-center .title-content .page-title{font-size:22px}.announcements-page .page-header .header-center .title-content .page-subtitle{font-size:13px}.announcements-page .page-content{padding:0 16px}.announcements-page .announcements-list{gap:10px;margin-bottom:20px}.announcements-page .announcement-item{padding:16px;gap:12px}.announcements-page .announcement-item:hover{transform:translate(2px)}.announcements-page .announcement-item .item-left .item-number{width:36px;height:36px;font-size:14px}.announcements-page .announcement-item .item-main .item-top{flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:10px}.announcements-page .announcement-item .item-main .item-top .item-title{font-size:15px;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.announcements-page .announcement-item .item-main .item-top .item-badges .new-badge,.announcements-page .announcement-item .item-main .item-top .item-badges .priority-badge{font-size:10px;padding:3px 8px}.announcements-page .announcement-item .item-main .item-meta{gap:12px;flex-wrap:wrap}.announcements-page .announcement-item .item-main .item-meta .meta-item{font-size:12px}.announcements-page .announcement-item .item-action{font-size:14px}.announcements-page .pagination-wrapper{padding:16px}.announcements-page .pagination-wrapper .ant-pagination .ant-pagination-item,.announcements-page .pagination-wrapper .ant-pagination .ant-pagination-prev,.announcements-page .pagination-wrapper .ant-pagination .ant-pagination-next{min-width:32px;height:32px;line-height:30px}}.course-management-page{min-height:100vh;background:linear-gradient(135deg,#e8f4fd,#d6ebf7);padding:24px}.notification-center{height:100vh;background-color:#f5f5f5;overflow:hidden;padding:24px}.notification-center .notification-layout{display:flex;gap:24px;height:100%}.notification-center .notification-types-card{width:240px;flex-shrink:0;border-radius:8px;box-shadow:0 2px 8px #0000001a}.notification-center .notification-types-card .ant-card-body{padding:24px 16px}.notification-center .notification-types-card .notification-types h3{margin-bottom:16px;font-size:16px;font-weight:600;color:#262626}.notification-center .notification-types-card .notification-types .type-button{margin-bottom:8px;height:48px;text-align:left;border-radius:6px;border:1px solid transparent}.notification-center .notification-types-card .notification-types .type-button.ant-btn-text{color:#666}.notification-center .notification-types-card .notification-types .type-button.ant-btn-text:hover{background-color:#f5f5f5;color:#333}.notification-center .notification-types-card .notification-types .type-button.ant-btn-primary{background-color:#e6f7ff;border-color:#1890ff;color:#1890ff}.notification-center .notification-types-card .notification-types .type-button.ant-btn-primary:hover{background-color:#bae7ff}.notification-center .notification-types-card .notification-types .type-button .button-content{display:flex;justify-content:space-between;align-items:center;width:100%}.notification-center .notification-types-card .notification-types .type-button .button-content .unread-badge{background-color:#ff4d4f;color:#fff;font-size:12px;padding:2px 6px;border-radius:10px;min-width:18px;text-align:center;line-height:1.2}.notification-center .notification-types-card .notification-types .type-button.ant-btn-primary .unread-badge{background-color:#ffffffe6;color:#1890ff}.notification-center .notification-content-card{flex:1;border-radius:8px;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;overflow:hidden}.notification-center .notification-content-card .ant-card-head{border-bottom:1px solid #f0f0f0;flex-shrink:0}.notification-center .notification-content-card .ant-card-head .ant-card-head-title{font-size:18px;font-weight:600}.notification-center .notification-content-card .ant-card-body{flex:1;overflow:hidden;padding:0}.notification-center .notification-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px}.notification-center .notification-loading .ant-spin{margin-bottom:16px}.notification-center .notification-empty{padding:60px 20px}.notification-center .notification-list{height:100%;overflow-y:auto;padding:0 24px}.notification-center .notification-list .notification-item{padding:16px;border-bottom:1px solid #f0f0f0;cursor:pointer;transition:background-color .2s}.notification-center .notification-list .notification-item:hover{background-color:#fafafa}.notification-center .notification-list .notification-item.unread{background-color:#f6ffed;border-left:3px solid #52c41a}.notification-center .notification-list .notification-item.unread:hover{background-color:#f0f9e8}.notification-center .notification-list .notification-item.system-notification .notification-avatar{display:none}.notification-center .notification-list .notification-item.system-notification .notification-main{margin-left:0}.notification-center .notification-list .notification-item .notification-wrapper{display:flex;align-items:flex-start;position:relative;width:100%}.notification-center .notification-list .notification-item .notification-wrapper .notification-avatar{display:flex;align-items:center;justify-content:center;margin-right:12px;flex-shrink:0}.notification-center .notification-list .notification-item .notification-wrapper .notification-avatar.like-avatars .ant-avatar-group .ant-avatar{border:2px solid #fff}.notification-center .notification-list .notification-item .notification-wrapper .notification-main{flex:1;min-width:0}.notification-center .notification-list .notification-item .notification-wrapper .notification-main .notification-title{margin-bottom:4px}.notification-center .notification-list .notification-item .notification-wrapper .notification-main .notification-title .ant-typography{font-size:14px;line-height:1.4;font-weight:600}.notification-center .notification-list .notification-item .notification-wrapper .notification-main .notification-content .notification-text{display:block;font-size:14px;line-height:1.5;color:#262626}.notification-center .notification-list .notification-item .notification-wrapper .notification-main .notification-content .notification-text.reply-content{font-size:15px;color:#262626}.notification-center .notification-list .notification-item .notification-wrapper .notification-main .notification-content .notification-footer{display:flex;align-items:center}.notification-center .notification-list .notification-item .notification-wrapper .notification-main .notification-content .notification-footer .notification-time{font-size:12px;color:#8c8c8c}.notification-center .notification-list .notification-item .notification-wrapper .notification-main .notification-content .notification-footer .notification-actions{margin-left:10px;display:flex}.notification-center .notification-list .notification-item .notification-wrapper .notification-main .notification-content .notification-footer .notification-actions .action-button{padding:4px 8px;height:auto;font-size:12px;color:#666;gap:4px}.notification-center .notification-list .notification-item .notification-wrapper .notification-main .notification-content .notification-footer .notification-actions .action-button:hover{color:#1890ff;background-color:#f0f9ff}.notification-center .notification-list .notification-item .notification-wrapper .notification-main .notification-content .notification-footer .notification-actions .action-button .anticon{font-size:12px;margin-right:4px}.notification-center .notification-list .notification-item .notification-wrapper .notification-right{flex-shrink:0;margin:12px;max-width:100px}.notification-center .notification-list .notification-item .notification-wrapper .notification-right .post-title .post-title-text{font-size:12px;color:#8c8c8c;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:1.4}.notification-center .notification-list .notification-item .notification-wrapper .unread-indicator{position:absolute;top:8px;right:8px;width:8px;height:8px;background-color:#ff4d4f;border-radius:50%}.notification-center .notification-list .ant-pagination{margin-top:24px;text-align:center}@media (max-width: 768px){.notification-center{padding:16px}.notification-center .notification-layout{flex-direction:column;gap:16px}.notification-center .notification-types-card{width:100%}.notification-center .notification-types-card .ant-card-body{padding:16px 12px}.notification-center .notification-types-card .notification-types .type-button{height:40px;font-size:13px;margin-bottom:6px}.notification-center .notification-content-card .notification-list .notification-item{padding:12px}.notification-center .notification-content-card .notification-list .notification-item .notification-wrapper .notification-right{max-width:120px}.notification-center .notification-content-card .notification-list .notification-item .notification-wrapper .notification-main .notification-content .notification-footer{flex-direction:column;align-items:flex-start;gap:8px}.notification-center .notification-content-card .notification-list .notification-item .notification-wrapper .notification-main .notification-content .notification-footer .notification-actions{align-self:flex-end}}.feedback-page{padding:24px;background-color:#f5f5f5;min-height:calc(100vh - 64px)}.feedback-page .feedback-header .ant-typography h2{margin-bottom:8px;color:#262626;font-weight:600}.feedback-page .feedback-header .ant-card{border-radius:8px;box-shadow:0 2px 8px #0000000f}.feedback-page .feedback-header .ant-card .ant-statistic .ant-statistic-title{font-size:14px;color:#8c8c8c;margin-bottom:4px}.feedback-page .feedback-header .ant-card .ant-statistic .ant-statistic-content{font-size:24px;font-weight:600}.feedback-page .ant-card{border-radius:8px;box-shadow:0 2px 8px #0000000f;border:none}.feedback-page .ant-card .ant-card-body{padding:24px}.feedback-page .ant-table .ant-table-thead>tr>th{background-color:#fafafa;border-bottom:1px solid #f0f0f0;font-weight:600;color:#262626}.feedback-page .ant-table .ant-table-tbody>tr{transition:all .2s ease}.feedback-page .ant-table .ant-table-tbody>tr:hover{background-color:#fafafa}.feedback-page .ant-table .ant-table-tbody>tr>td{border-bottom:1px solid #f5f5f5;padding:16px}.feedback-page .ant-btn{border-radius:6px;font-weight:500;transition:all .2s ease}.feedback-page .ant-btn.ant-btn-primary{background:linear-gradient(135deg,#1890ff,#096dd9);border:none;box-shadow:0 2px 4px #1890ff4d}.feedback-page .ant-btn.ant-btn-primary:hover{background:linear-gradient(135deg,#40a9ff,#1890ff);box-shadow:0 4px 8px #1890ff66;transform:translateY(-1px)}.feedback-page .ant-btn.ant-btn-link{color:#1890ff}.feedback-page .ant-btn.ant-btn-link:hover{color:#40a9ff}.feedback-page .ant-input,.feedback-page .ant-select-selector{border-radius:6px;border:1px solid #d9d9d9;transition:all .2s ease}.feedback-page .ant-input:hover,.feedback-page .ant-select-selector:hover{border-color:#40a9ff}.feedback-page .ant-input:focus,.feedback-page .ant-select-selector:focus,.feedback-page .ant-input.ant-select-focused .ant-select-selector,.feedback-page .ant-select-selector.ant-select-focused .ant-select-selector{border-color:#1890ff;box-shadow:0 0 0 2px #1890ff33}.feedback-page .ant-pagination .ant-pagination-item{border-radius:6px;border:1px solid #d9d9d9}.feedback-page .ant-pagination .ant-pagination-item.ant-pagination-item-active{background:linear-gradient(135deg,#1890ff,#096dd9);border-color:#1890ff}.feedback-page .ant-pagination .ant-pagination-item.ant-pagination-item-active a{color:#fff}.feedback-page .ant-pagination .ant-pagination-prev,.feedback-page .ant-pagination .ant-pagination-next{border-radius:6px}.feedback-page .feedback-detail .ant-descriptions .ant-descriptions-item-label{background-color:#fafafa;font-weight:600;color:#262626}.feedback-page .feedback-detail .ant-descriptions .ant-descriptions-item-content{background-color:#fff}@media (max-width: 1200px){.feedback-page .ant-col-6{flex:0 0 50%;max-width:50%;margin-bottom:16px}}@media (max-width: 768px){.feedback-page{padding:16px}.feedback-page .feedback-header .ant-typography h2{font-size:20px}.feedback-page .ant-col-6{flex:0 0 100%;max-width:100%;margin-bottom:16px}.feedback-page .ant-col-8,.feedback-page .ant-col-4{flex:0 0 100%;max-width:100%;margin-bottom:12px}.feedback-page .ant-table .ant-table-thead>tr>th,.feedback-page .ant-table .ant-table-tbody>tr>td{padding:8px;font-size:12px}}.feedback-page .ant-card,.feedback-page .ant-modal{animation:fadeInUp .3s ease}.feedback-page .ant-table-body::-webkit-scrollbar{width:6px;height:6px}.feedback-page .ant-table-body::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.feedback-page .ant-table-body::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.feedback-page .ant-table-body::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.feedback-management{padding:24px;background:linear-gradient(135deg,#e8f4fd,#d6ebf7);min-height:calc(100vh - 64px)}.feedback-management .feedback-header .ant-typography h2{margin-bottom:8px;color:#262626;font-weight:600}.feedback-management .feedback-header .ant-card{border-radius:8px;box-shadow:0 2px 8px #0000000f;border:none}.feedback-management .feedback-header .ant-card .ant-statistic .ant-statistic-title{font-size:14px;color:#8c8c8c;margin-bottom:4px}.feedback-management .feedback-header .ant-card .ant-statistic .ant-statistic-content{font-size:24px;font-weight:600}.feedback-management .feedback-header .ant-card .ant-statistic .ant-statistic-content .ant-statistic-content-prefix{margin-right:8px}.feedback-management .ant-card{border-radius:8px;box-shadow:0 2px 8px #0000000f;border:none}.feedback-management .ant-card .ant-card-body{padding:24px}.feedback-management .ant-table .ant-table-thead>tr>th{background-color:#fafafa;border-bottom:1px solid #f0f0f0;font-weight:600;color:#262626;padding:16px}.feedback-management .ant-table .ant-table-tbody>tr{transition:all .2s ease}.feedback-management .ant-table .ant-table-tbody>tr:hover{background-color:#fafafa}.feedback-management .ant-table .ant-table-tbody>tr>td{border-bottom:1px solid #f5f5f5;padding:12px 16px}.feedback-management .ant-table .ant-table-row{cursor:pointer}.feedback-management .ant-btn{border-radius:6px;font-weight:500;transition:all .2s ease}.feedback-management .ant-btn.ant-btn-primary{background:linear-gradient(135deg,#1890ff,#096dd9);border:none;box-shadow:0 2px 4px #1890ff4d}.feedback-management .ant-btn.ant-btn-primary:hover{background:linear-gradient(135deg,#40a9ff,#1890ff);box-shadow:0 4px 8px #1890ff66;transform:translateY(-1px)}.feedback-management .ant-btn.ant-btn-link{color:#1890ff;padding:4px 8px}.feedback-management .ant-btn.ant-btn-link:hover{color:#40a9ff;background-color:#1890ff1a}.feedback-management .ant-btn.ant-btn-link.ant-btn-dangerous{color:#ff4d4f}.feedback-management .ant-btn.ant-btn-link.ant-btn-dangerous:hover{color:#ff7875;background-color:#ff4d4f1a}.feedback-management .ant-input,.feedback-management .ant-select-selector{border-radius:6px;border:1px solid #d9d9d9;transition:all .2s ease}.feedback-management .ant-input:hover,.feedback-management .ant-select-selector:hover{border-color:#40a9ff}.feedback-management .ant-input:focus,.feedback-management .ant-select-selector:focus,.feedback-management .ant-input.ant-select-focused .ant-select-selector,.feedback-management .ant-select-selector.ant-select-focused .ant-select-selector{border-color:#1890ff;box-shadow:0 0 0 2px #1890ff33}.feedback-management .ant-pagination .ant-pagination-item{border-radius:6px;border:1px solid #d9d9d9}.feedback-management .ant-pagination .ant-pagination-item.ant-pagination-item-active{background:linear-gradient(135deg,#1890ff,#096dd9);border-color:#1890ff}.feedback-management .ant-pagination .ant-pagination-item.ant-pagination-item-active a{color:#fff}.feedback-management .ant-pagination .ant-pagination-prev,.feedback-management .ant-pagination .ant-pagination-next{border-radius:6px}.feedback-management .feedback-detail .ant-descriptions .ant-descriptions-item-label{background-color:#fafafa;font-weight:600;color:#262626;width:120px}.feedback-management .feedback-detail .ant-descriptions .ant-descriptions-item-content{background-color:#fff}.feedback-management .ant-avatar{border:1px solid #f0f0f0}.feedback-management .ant-tag{border-radius:12px;padding:2px 8px;font-size:12px;font-weight:500;border:none}.feedback-management .ant-space .ant-space-item .ant-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;padding:0}.feedback-management .ant-statistic .ant-statistic-content-value{animation:countUp .8s ease-out}@keyframes countUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1400px){.feedback-management .ant-col-5,.feedback-management .ant-col-4{flex:0 0 20%;max-width:20%}}@media (max-width: 1200px){.feedback-management .ant-col-5,.feedback-management .ant-col-4{flex:0 0 33.333333%;max-width:33.333333%;margin-bottom:16px}}@media (max-width: 768px){.feedback-management{padding:16px}.feedback-management .feedback-header .ant-typography h2{font-size:20px}.feedback-management .ant-col-5,.feedback-management .ant-col-4{flex:0 0 100%;max-width:100%;margin-bottom:16px}.feedback-management .ant-col-6,.feedback-management .ant-col-3{flex:0 0 100%;max-width:100%;margin-bottom:12px}.feedback-management .ant-table .ant-table-thead>tr>th,.feedback-management .ant-table .ant-table-tbody>tr>td{padding:8px;font-size:12px}.feedback-management .ant-space .ant-space-item .ant-btn{width:28px;height:28px}}.feedback-management .ant-card,.feedback-management .ant-modal{animation:fadeInUp .3s ease}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.feedback-management .ant-table-body::-webkit-scrollbar,.feedback-management .ant-modal-body::-webkit-scrollbar{width:6px;height:6px}.feedback-management .ant-table-body::-webkit-scrollbar-track,.feedback-management .ant-modal-body::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.feedback-management .ant-table-body::-webkit-scrollbar-thumb,.feedback-management .ant-modal-body::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.feedback-management .ant-table-body::-webkit-scrollbar-thumb:hover,.feedback-management .ant-modal-body::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.feedback-management .ant-table-tbody>tr.ant-table-row-selected>td{background-color:#e6f7ff}.feedback-management .ant-modal-body .ant-form-item-label>label{font-weight:600;color:#262626}.feedback-management .ant-empty{padding:40px 20px}.feedback-management .ant-empty .ant-empty-description{color:#999;font-size:14px}.announcement-manage-container{padding:24px;background-color:#f0f2f5;min-height:100vh}.announcement-manage-container .ant-card{box-shadow:0 2px 8px #0000001a}.announcement-manage-container .ant-table{background-color:#fff}.announcement-manage-container .ant-btn-link{padding:4px 8px}.announcement-modal :global .w-md-editor{border:1px solid #d9d9d9;border-radius:2px}.announcement-modal :global .w-md-editor-text-pre,.announcement-modal :global .w-md-editor-text-input,.announcement-modal :global .w-md-editor-preview{border:none!important}.leaderboard-page{padding:24px;min-height:100vh;background:linear-gradient(135deg,#e8f4fd,#d6ebf7)}.leaderboard-page .page-container{max-width:1600px;margin:0 auto;padding:0 16px}.leaderboard-page .page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding:20px 0}.leaderboard-page .page-header .header-left{display:flex;align-items:center}.leaderboard-page .page-header .header-left .page-icon{font-size:28px;color:#1890ff;margin-right:12px}.leaderboard-page .page-header .header-left .page-title{font-size:28px;font-weight:600;margin:0;color:#262626}.leaderboard-page .page-header .header-controls{display:flex;align-items:center;gap:16px}.leaderboard-page .page-header .header-controls .ant-btn{height:40px;border-radius:6px;display:flex;align-items:center;gap:6px}.leaderboard-page .page-header .header-controls .ant-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #1890ff33}.leaderboard-page .page-header .refresh-btn{height:36px;border-radius:6px;border-color:#d9d9d9;background:#fff;color:#595959}.leaderboard-page .page-header .refresh-btn:hover{border-color:#1890ff;color:#1890ff}.leaderboard-page .leaderboard-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000f;border:1px solid #f0f0f0;width:100%;overflow:visible}.leaderboard-page .leaderboard-card .ant-skeleton .ant-skeleton-avatar{border-radius:50%}.leaderboard-page .leaderboard-card .ant-skeleton .ant-skeleton-content .ant-skeleton-title{margin-top:8px}.leaderboard-page .leaderboard-card .ant-skeleton .ant-skeleton-content .ant-skeleton-paragraph{margin-top:12px}.leaderboard-page .leaderboard-card .ant-card-body{padding:0;overflow:visible}.leaderboard-page .leaderboard-card .ranking-table{background:#fff;width:100%;overflow:visible}.leaderboard-page .leaderboard-card .ranking-table .ant-pagination{margin-right:60px}.leaderboard-page .leaderboard-card .ranking-table .ant-empty{background:#fff!important;color:#666!important}.leaderboard-page .leaderboard-card .ranking-table .ant-empty .ant-empty-image{opacity:.6}.leaderboard-page .leaderboard-card .ranking-table .ant-empty .ant-empty-description{color:#666!important}.leaderboard-page .leaderboard-card .ranking-table .ant-table{background:#fff}.leaderboard-page .leaderboard-card .ranking-table .ant-table .ant-table-thead>tr>th{background:#fafafa;font-weight:600;color:#262626;border-bottom:1px solid #f0f0f0;padding:16px 24px;font-size:14px}.leaderboard-page .leaderboard-card .ranking-table .ant-table .ant-table-thead>tr>th:first-child{padding-left:24px}.leaderboard-page .leaderboard-card .ranking-table .ant-table .ant-table-thead>tr>th:last-child{padding-right:24px}.leaderboard-page .leaderboard-card .ranking-table .ant-table .ant-table-tbody{background:#fff}.leaderboard-page .leaderboard-card .ranking-table .ant-table .ant-table-tbody>tr{background:#fff;transition:all .2s ease}.leaderboard-page .leaderboard-card .ranking-table .ant-table .ant-table-tbody>tr:hover{background:#f8f9ff!important}.leaderboard-page .leaderboard-card .ranking-table .ant-table .ant-table-tbody>tr>td{padding:16px 24px;border-bottom:1px solid #f0f0f0;background:inherit}.leaderboard-page .leaderboard-card .ranking-table .ant-table .ant-table-tbody>tr>td:first-child{padding-left:24px}.leaderboard-page .leaderboard-card .ranking-table .ant-table .ant-table-tbody>tr>td:last-child{padding-right:24px}.leaderboard-page .leaderboard-card .ranking-table .rank-cell{display:flex;justify-content:center;align-items:center}.leaderboard-page .leaderboard-card .ranking-table .rank-cell .rank-number{font-size:16px;font-weight:600;color:#595959;width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border-radius:50%}.leaderboard-page .leaderboard-card .ranking-table .rank-cell .anticon{font-size:20px}.leaderboard-page .leaderboard-card .ranking-table .user-cell{display:flex;align-items:center;gap:12px}.leaderboard-page .leaderboard-card .ranking-table .user-cell .user-avatar{border:2px solid #f0f0f0;transition:all .3s ease;font-size:16px;font-weight:600}.leaderboard-page .leaderboard-card .ranking-table .user-cell .user-avatar.clickable{cursor:pointer}.leaderboard-page .leaderboard-card .ranking-table .user-cell .user-avatar.clickable:hover{border-color:#1890ff;transform:scale(1.05);box-shadow:0 2px 8px #1890ff4d}.leaderboard-page .leaderboard-card .ranking-table .user-cell .user-avatar .ant-avatar-string{font-size:16px;font-weight:600;line-height:1}.leaderboard-page .leaderboard-card .ranking-table .user-cell .user-name{font-size:15px;font-weight:500;color:#262626}.leaderboard-page .leaderboard-card .ranking-table .user-cell .user-name.clickable{cursor:pointer;transition:all .2s ease}.leaderboard-page .leaderboard-card .ranking-table .user-cell .user-name.clickable:hover{color:#1890ff;text-decoration:underline}.leaderboard-page .leaderboard-card .ranking-table .ac-count{font-size:16px;font-weight:600;color:#52c41a}.leaderboard-page .leaderboard-card .ranking-table .submission-count{font-size:14px;color:#595959}.leaderboard-page .leaderboard-card .ranking-table .pass-rate{font-size:14px;font-weight:500;padding:4px 8px;border-radius:6px;display:inline-block;min-width:50px;text-align:center}.leaderboard-page .leaderboard-card .ranking-table .pass-rate.high{color:#52c41a;background:#f6ffed;border:1px solid #b7eb8f}.leaderboard-page .leaderboard-card .ranking-table .pass-rate.medium{color:#8c8c8c;background:#fafafa;border:1px solid #d9d9d9}.leaderboard-page .leaderboard-card .ranking-table .pass-rate.low{color:#ff4d4f;background:#fff2f0;border:1px solid #ffb3b3}.leaderboard-page .leaderboard-card .ranking-table .user-collage{font-size:13px;color:#595959;line-height:1.4;max-width:140px;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.leaderboard-page .leaderboard-card .ranking-table .user-major{font-size:13px;color:#595959;line-height:1.4;max-width:110px;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.leaderboard-page .leaderboard-card .ranking-table .user-signature{font-size:13px;line-height:1.4;max-width:180px;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.leaderboard-page .leaderboard-card .pagination-wrapper{padding:20px 100px 20px 20px;display:flex;justify-content:center;width:100%;background:#fff;border-top:1px solid #f0f0f0}.custom-pagination{margin-top:16px;text-align:center;width:100%;display:flex;justify-content:center;align-items:center;padding:0 20px;overflow:visible}.custom-pagination .ant-pagination-item{border-radius:4px}.custom-pagination .ant-pagination-item.ant-pagination-item-active{background:#1890ff;border-color:#1890ff}.custom-pagination .ant-pagination-item.ant-pagination-item-active a{color:#fff}.custom-pagination .ant-pagination-prev,.custom-pagination .ant-pagination-next{border-radius:4px}.custom-pagination .ant-pagination-options{margin-left:16px;white-space:nowrap}.custom-pagination .ant-pagination-options .ant-pagination-options-size-changer{margin-right:16px}.custom-pagination .ant-pagination-options .ant-pagination-options-size-changer .ant-select .ant-select-selector{border-radius:4px}.custom-pagination .ant-pagination-options .ant-pagination-options-quick-jumper{display:inline-flex;align-items:center;white-space:nowrap}.custom-pagination .ant-pagination-options .ant-pagination-options-quick-jumper input{border-radius:4px;width:50px;text-align:center;margin:0 4px}.custom-pagination .ant-pagination-options .ant-pagination-options-quick-jumper:before{content:"跳至";margin-right:4px;color:#666;font-size:14px}.custom-pagination .ant-pagination-options .ant-pagination-options-quick-jumper:after{content:"页";margin-left:4px;color:#666;font-size:14px}@media (max-width: 768px){.leaderboard-page{padding:16px}.leaderboard-page .page-header{flex-direction:column;align-items:stretch;gap:16px}.leaderboard-page .page-header .header-left{justify-content:center}.leaderboard-page .page-header .header-left .page-title{font-size:24px}.leaderboard-page .leaderboard-card .ranking-table .ant-table .ant-table-tbody>tr>td{padding:12px 16px}.leaderboard-page .leaderboard-card .ranking-table .user-cell{gap:8px}.leaderboard-page .leaderboard-card .ranking-table .user-cell .user-avatar{width:32px;height:32px}.leaderboard-page .leaderboard-card .ranking-table .user-cell .user-name{font-size:14px}}.problem-stats-card{border-radius:8px;box-shadow:0 2px 8px #0000001a}.problem-stats-card .ant-card-head{border-bottom:1px solid #f0f0f0}.stats-overview{margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #f0f0f0}.stat-item{text-align:center;padding:8px}.stat-value{font-size:24px;font-weight:700;color:#1890ff}.stat-label{font-size:14px;color:#666;margin-top:4px}.difficulty-stats h3,.tag-stats h3{font-size:16px;font-weight:700;margin-bottom:12px;color:#333}.difficulty-item{margin-bottom:16px}.difficulty-header{display:flex;justify-content:space-between;margin-bottom:8px}.difficulty-label{font-weight:500}.difficulty-label.easy{color:#52c41a}.difficulty-label.medium{color:#faad14}.difficulty-label.hard{color:#ff4d4f}.difficulty-count{font-weight:500;color:#333}.tag-stat-item{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#f5f5f5;border-radius:4px;margin-bottom:8px}.tag-stat-label{font-size:14px;color:#333;font-weight:500}.tag-stat-value{font-size:16px;font-weight:700;color:#1890ff}.problem-stats-card .ant-progress{margin-top:4px}html,body{height:auto;min-height:100vh;margin:0;padding:0;overflow-y:auto}body{display:block}#root{width:100%;min-height:100vh;height:auto;margin:0;padding:0;overflow:visible}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo:hover.react{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.app-container{width:100%;height:100vh;position:relative}.app-container .user-info{position:absolute;top:20px;right:50px;z-index:1000}.app-container .user-info .user-display{display:flex;align-items:center;cursor:pointer}.app-container .user-info .user-display .username{margin-right:10px;color:#333}.app-container .user-info .user-display .user-avatar{border:2px solid #fff}.app-container .user-info .auth-buttons .login-button{margin-right:10px}
