*{box-sizing:border-box}:root{--color-midnight: #010120;--color-lavender: #bdbbff;--color-magenta: #ef2cc1;--color-orange: #fc4c02;--shadow-elevated: rgba(1, 1, 32, .1) 0px 4px 10px;--shadow-subtle: rgba(1, 1, 32, .06) 0px 2px 6px;--border-light: 1px solid rgba(0, 0, 0, .08);--border-dark: 1px solid rgba(255, 255, 255, .12);--radius-sharp: 4px;--radius-comfortable: 8px;--color-primary: #010120;--color-primary-hover: #0a0a3a;--color-hero-btn-bg: #010120;--color-hero-btn-text: #ffffff}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;background:#fff;color:#000;min-height:100vh}#root{min-height:100vh}.home-hero-wrap{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;pointer-events:none}.home-hero-wrap:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(239,44,193,.07) 0%,transparent 40%),linear-gradient(225deg,rgba(252,76,2,.05) 0%,transparent 40%),linear-gradient(180deg,rgba(189,187,255,.12) 0%,transparent 60%),#fff}.home-hero-wrap:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(189,187,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(189,187,255,.06) 1px,transparent 1px);background-size:48px 48px}.home-hero-wrap .home-glow{position:absolute;width:60%;height:50%;top:-10%;right:-15%;background:radial-gradient(ellipse,rgba(239,44,193,.06) 0%,transparent 70%);pointer-events:none}.home-hero-wrap .home-glow-2{position:absolute;width:40%;height:40%;bottom:-5%;left:-10%;background:radial-gradient(ellipse,rgba(189,187,255,.1) 0%,transparent 70%);pointer-events:none}.home-page-content{position:relative;z-index:1}.app-header{display:flex;align-items:center;padding:0 24px;background:#fffffff2!important;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:var(--border-light);box-shadow:var(--shadow-subtle);height:64px;position:fixed;top:0;left:0;right:0;z-index:100}.app-logo{display:inline-flex;align-items:center;margin-right:32px;text-decoration:none;transition:opacity .2s}.app-logo:hover{opacity:.8}.app-logo-icon{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:32px;padding:0 8px;margin-right:10px;background:var(--color-midnight);color:#fff;font-weight:600;font-size:12px;border-radius:var(--radius-sharp);letter-spacing:.04em}.app-logo-text{color:#000;font-size:17px;font-weight:600;letter-spacing:-.3px}.app-nav-menu{flex:1;min-width:0;border:none!important;background:transparent!important;line-height:62px!important}.app-nav-menu .ant-menu-item,.app-nav-menu .ant-menu-item a,.app-nav-menu .ant-menu-item .anticon{color:#555!important;font-weight:500;letter-spacing:-.1px}.app-nav-menu .ant-menu-item:hover,.app-nav-menu .ant-menu-item:hover a,.app-nav-menu .ant-menu-item:hover .anticon,.app-nav-menu .ant-menu-item-selected,.app-nav-menu .ant-menu-item-selected a,.app-nav-menu .ant-menu-item-selected .anticon{color:#000!important}.app-nav-menu .ant-menu-item-selected:after,.ant-layout-header.app-header .ant-menu-item-selected:after{border-bottom-color:var(--color-midnight)!important}.app-header-right{margin-left:auto;display:flex;align-items:center;flex-shrink:0}.app-btn-lang{color:#555!important;font-weight:500}.app-btn-lang:hover{color:#000!important}.app-header .ant-typography{color:#333!important}.app-user-name{color:#333!important;font-size:14px}.app-btn-logout{color:#555!important}.app-btn-logout:hover{color:#000!important}.app-btn-login{border-radius:var(--radius-sharp)!important;font-weight:500;background:var(--color-primary)!important;border-color:var(--color-primary)!important;color:#fff!important}.app-btn-login:hover{background:var(--color-primary-hover)!important;border-color:var(--color-primary-hover)!important}.ant-layout-header.app-header .ant-menu-horizontal{border:none}.ant-layout-header.app-header .ant-menu-horizontal>.ant-menu-item,.ant-layout-header.app-header .ant-menu-horizontal>.ant-menu-submenu .ant-menu-submenu-title{color:#555!important}.ant-layout-header.app-header .ant-menu-horizontal>.ant-menu-item a{color:inherit!important}.ant-layout-header.app-header .ant-menu-horizontal>.ant-menu-item-selected{color:#000!important}.ant-layout-header.app-header .ant-menu-horizontal>.ant-menu-item-selected a{color:inherit!important}.home-hero-banner{padding:80px 0 48px;text-align:center}.home-hero--centered{max-width:720px;margin:0 auto;padding:0 24px}.home-hero-title{font-size:48px!important;font-weight:500!important;letter-spacing:-1.2px!important;line-height:1.08!important;color:#000!important;margin-bottom:16px!important}.home-hero-desc{display:block;font-size:18px;color:#0000008c;letter-spacing:-.18px;line-height:1.5;margin-bottom:28px}.home-hero-actions{justify-content:center}.home-hero-btn-primary.ant-btn{background:var(--color-hero-btn-bg)!important;border-color:var(--color-hero-btn-bg)!important;color:var(--color-hero-btn-text)!important;border-radius:var(--radius-sharp)!important;font-weight:500;letter-spacing:-.1px;height:44px;padding:0 24px}.home-hero-btn-primary.ant-btn:hover{background:var(--color-primary-hover)!important;border-color:var(--color-primary-hover)!important;color:#fff!important}.home-hero-btn-outline.ant-btn{background:transparent!important;border:var(--border-light)!important;color:#000!important;border-radius:var(--radius-sharp)!important;font-weight:500;letter-spacing:-.1px;height:44px;padding:0 24px}.home-hero-btn-outline.ant-btn:hover{border-color:#0000004d!important;background:#00000005!important}.home-hero-btn-outline-secondary.ant-btn{background:transparent!important;border:var(--border-light)!important;color:#555!important;border-radius:var(--radius-sharp)!important;font-weight:400;letter-spacing:-.1px;height:44px;padding:0 24px}.home-hero-btn-outline-secondary.ant-btn:hover{color:#000!important;border-color:#0000004d!important}.home-stats-bar{display:flex;justify-content:center;gap:0;margin:0 auto 56px;max-width:600px;padding:0 24px}.home-stats-item{flex:1;text-align:center;padding:20px 16px;border:var(--border-light);background:#fff;box-shadow:var(--shadow-subtle)}.home-stats-item:first-child{border-radius:var(--radius-comfortable) 0 0 var(--radius-comfortable)}.home-stats-item:last-child{border-radius:0 var(--radius-comfortable) var(--radius-comfortable) 0}.home-stats-item:not(:first-child){border-left:none}.home-stats-number{display:block;font-size:32px;font-weight:500;letter-spacing:-1px;color:#000;line-height:1;margin-bottom:4px}.home-stats-label{display:block;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.06em;color:#00000073}.home-section{margin-bottom:80px}.home-section-head{display:flex;align-items:center;gap:10px;margin-bottom:4px}.home-section-mono-label{display:inline-block;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#0006;margin-bottom:8px}.home-section-icon{color:var(--color-midnight);font-size:16px}.home-section-title{font-size:28px!important;font-weight:500!important;letter-spacing:-.6px!important;color:#000!important;margin:0!important;line-height:1.15!important}.home-section-desc{display:block;font-size:15px;color:#00000080;letter-spacing:-.1px;margin-bottom:20px}.home-skill-card.ant-card{border:var(--border-light)!important;border-radius:var(--radius-comfortable)!important;box-shadow:var(--shadow-subtle)!important;transition:box-shadow .2s,transform .15s;background:#fff}.home-skill-card.ant-card:hover{box-shadow:var(--shadow-elevated)!important;transform:translateY(-1px)}.home-skill-card-name{font-size:15px!important;font-weight:500!important;letter-spacing:-.2px!important;color:#000!important}.home-skill-card-name-link{text-decoration:none}.home-skill-card-name-link:hover .home-skill-card-name{color:var(--color-midnight)!important}.home-skill-card-tag{display:inline-block;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;padding:2px 7px;border-radius:var(--radius-sharp);border:var(--border-light)}.home-skill-card-desc{font-size:13px;color:#00000080;line-height:1.55;letter-spacing:-.05px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:8px 0}.home-skill-card-meta{display:flex;gap:12px;font-size:12px;color:#00000059;margin-top:10px}.home-skill-card-head{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:4px}.home-skill-card-head-primary{display:flex;align-items:center;gap:6px;min-width:0}.home-skill-card-head-trail{flex-shrink:0}.home-card-name-icon-btn.ant-btn{color:#0000004d!important;padding:0 4px!important;height:auto!important}.home-card-name-icon-btn.ant-btn:hover{color:var(--color-midnight)!important}.home-skill-card-name-actions{display:inline-flex;align-items:center}.home-skill-card-secrets{display:flex;align-items:center;gap:6px;margin:4px 0}.home-skill-card-secrets-label{font-size:12px;color:#00000059}.home-featured-list{border:var(--border-light);border-radius:var(--radius-comfortable);overflow:hidden;background:#fff;box-shadow:var(--shadow-subtle)}.home-featured-item{border-bottom:var(--border-light)}.home-featured-item-main{display:flex;align-items:flex-start;gap:16px;padding:14px 20px;text-decoration:none;transition:background .15s}.home-featured-item-main:hover{background:#00000004}.home-featured-num{font-size:13px;font-weight:600;color:#00000040;letter-spacing:.02em;min-width:20px;padding-top:2px}.home-featured-main{flex:1;min-width:0}.home-featured-head{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:2px}.home-featured-name-row{display:flex;align-items:center;gap:4px;min-width:0}.home-featured-name{font-size:14px!important;font-weight:500!important;color:#000!important;letter-spacing:-.15px!important}.home-featured-name-actions{display:inline-flex;align-items:center}.home-featured-secrets-hint-wrap{display:inline-flex}.home-featured-tag{display:inline-block;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;padding:1px 6px;border-radius:var(--radius-sharp);border:var(--border-light)}.home-featured-desc-trigger{display:block}.home-featured-desc{font-size:13px;color:#00000073;letter-spacing:-.05px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-featured-meta{display:flex;gap:10px;font-size:12px;color:#00000059;margin-top:4px}.home-install-card.ant-card{background:#fff!important;border:var(--border-light)!important;border-radius:var(--radius-comfortable)!important;box-shadow:var(--shadow-elevated)!important}.home-install-card .ant-card-body{padding:24px}.home-install-header{display:flex;align-items:center;gap:10px;margin-bottom:16px}.home-install-icon{color:var(--color-midnight);font-size:18px}.home-install-title{color:#000!important;font-size:16px!important;font-weight:500!important;letter-spacing:-.2px!important}.home-install-hint{color:#00000073!important;font-size:13px;display:block;margin-bottom:12px}.home-install-placeholder{color:#0000004d!important;font-size:13px}.home-install-input.ant-input,.home-install-input{background:#fff!important;border-color:#00000014!important;color:#000!important}.home-install-tabs .ant-segmented{margin-bottom:14px}.home-install-agent-textarea.ant-input{background:#fff!important;border-color:#00000014!important;color:#000!important;border-radius:var(--radius-sharp)!important}.home-install-agent-actions{margin-top:10px;display:flex;justify-content:center}.home-install-agent-actions .ant-btn{min-width:120px}.home-install-agent-wrap{display:flex;flex-direction:column;gap:0}.home-install-body{margin-top:0}.home-top-semantic-wrap{background:#fff;border:var(--border-light);border-radius:var(--radius-comfortable);padding:24px;box-shadow:var(--shadow-subtle)}.home-top-semantic-label{display:flex;align-items:center;gap:8px;margin-bottom:12px}.home-top-semantic-label-icon{color:#0006;font-size:14px}.home-top-semantic-label-text{font-size:14px;font-weight:500;letter-spacing:-.1px;color:#000}.home-top-semantic-label-hint{font-size:13px;color:#0006}.home-explore-toolbar{margin-bottom:16px}.home-toolbar-row{display:flex;align-items:flex-start;gap:12px;flex-wrap:wrap;margin-bottom:10px}.home-toolbar-row-content{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.home-toolbar-label{font-size:13px;color:#00000073;font-weight:500;white-space:nowrap;line-height:26px}.home-toolbar-icon{color:#00000059}.home-toolbar-search{display:flex;align-items:center;gap:6px}.home-search-input{border-radius:var(--radius-sharp)!important}.home-search-input .ant-input-prefix{color:#00000059}.home-search-btn.ant-btn-primary{background:var(--color-midnight)!important;border-color:var(--color-midnight)!important;border-radius:var(--radius-sharp)!important}.home-search-btn.ant-btn-primary:hover{background:#0a0a3a!important}.home-category-tags{display:flex;flex-wrap:wrap;gap:6px}.home-category-tag.ant-tag{border-radius:var(--radius-sharp)!important;cursor:pointer;font-size:13px;padding:3px 10px;transition:all .15s;margin:0;line-height:20px}.home-category-tag.ant-tag:hover{opacity:.85}.home-pagination{display:flex;align-items:center;gap:12px;justify-content:center;margin-top:24px}.home-pagination .ant-btn{border-radius:var(--radius-sharp)!important;border:var(--border-light)!important;color:#555!important}.home-pagination .ant-btn:hover{color:#000!important;border-color:#0000004d!important}.home-pagination-info{font-size:13px;color:#00000073}.home-pagination-page-size{display:flex;align-items:center;gap:6px}.home-pagination-page-size-label{font-size:13px;color:#0006}.home-pagination-page-size-select .ant-select-selector{border-radius:var(--radius-sharp)!important}.home-top-split{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:64px}.home-top-install-wrap{display:flex;flex-direction:column}.home-loading,.home-empty{padding:40px;text-align:center;color:#00000059;font-size:14px}.home-loading-active{opacity:.6;transition:opacity .2s}.markdown-body{word-break:break-word;overflow-wrap:break-word}.markdown-body h1{font-size:1.5em;margin:16px 0 8px}.markdown-body h2{font-size:1.25em;margin:14px 0 6px;border-bottom:var(--border-light);padding-bottom:4px}.markdown-body h3{font-size:1.1em;margin:12px 0 4px}.markdown-body p{margin:8px 0;line-height:1.8}.markdown-body code{background:#0000000a;padding:2px 6px;border-radius:var(--radius-sharp);font-family:monospace;font-size:13px;word-break:break-all}.markdown-body pre{background:var(--color-midnight);color:#ffffffd9;padding:16px;border-radius:var(--radius-comfortable);overflow-x:auto;max-width:100%}.markdown-body pre code{background:none;padding:0;color:inherit;word-break:normal}.markdown-body ul,.markdown-body ol{padding-left:24px;margin:8px 0}.markdown-body li{margin:4px 0;line-height:1.7}.markdown-body blockquote{border-left:3px solid var(--color-midnight);padding:8px 16px;margin:12px 0;background:#01012008;border-radius:0 var(--radius-comfortable) var(--radius-comfortable) 0;color:#555}.markdown-body table{border-collapse:collapse;width:100%;margin:12px 0;table-layout:fixed}.markdown-body th,.markdown-body td{border:var(--border-light);padding:8px 12px;word-break:break-word;overflow-wrap:break-word}.markdown-body th{background:#00000008;font-weight:600}.markdown-body hr{border:0;border-top:1px solid rgba(0,0,0,.12);margin:20px 0}.markdown-body del{opacity:.85}.review-row-highlight{background:#0101200a!important}.review-row-dimmed{opacity:.55;background:#fafafa!important}.review-row-dimmed .ant-btn{opacity:.9}.skill-inline-assist-tabs.ant-tabs{display:flex;flex-direction:column;flex:1;min-height:0}.skill-inline-assist-tabs .ant-tabs-content-holder{flex:1;min-height:0;overflow:hidden;display:flex;flex-direction:column}.skill-inline-assist-tabs .ant-tabs-content{flex:1;min-height:0;display:flex;flex-direction:column}.skill-inline-assist-tabs .ant-tabs-tabpane{height:100%;min-height:0}.skill-inline-assist-tabs .ant-tabs-tabpane.ant-tabs-tabpane-active{display:flex;flex-direction:column}.skill-inline-assist-tabs .ant-tabs-nav{flex-shrink:0}@media (max-width: 768px){.home-top-split{grid-template-columns:1fr}.home-hero-title{font-size:32px!important;letter-spacing:-.8px!important}.home-hero-banner{padding:56px 0 32px}.home-stats-bar{flex-direction:column;max-width:280px}.home-stats-item:first-child{border-radius:var(--radius-comfortable) var(--radius-comfortable) 0 0}.home-stats-item:last-child{border-radius:0 0 var(--radius-comfortable) var(--radius-comfortable)}.home-stats-item:not(:first-child){border-left:var(--border-light);border-top:none}}@keyframes home-fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.home-hero-banner{margin-bottom:4px;animation:home-fade-in .5s ease-out both}.home-hero--centered{padding:28px 0 8px;text-align:center;animation:home-fade-in .55s ease-out both}.home-hero--centered .home-hero-desc{margin-left:auto;margin-right:auto;margin-bottom:0}.home-hero-actions-under-title.ant-space{margin-top:22px;width:100%;justify-content:center}.home-top-split{position:relative;z-index:30;margin-bottom:36px;animation:home-fade-in .55s ease-out both;display:flex;flex-direction:column;align-items:center;gap:22px}.home-top-install-wrap{width:100%;max-width:680px;margin:0 auto}.home-install-card.home-install-card--top{width:100%;max-width:none}.home-top-semantic-wrap{width:100%;max-width:680px;margin:0 auto;padding:16px 18px 18px;background:#fff;border:var(--border-light);border-radius:var(--radius-comfortable);box-shadow:var(--shadow-subtle);box-sizing:border-box}.home-top-semantic-wrap .home-semantic-minimal-inner{max-width:none!important;width:100%}.home-top-semantic-label{display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px;margin-bottom:12px}.home-top-semantic-label-icon{color:#0006;font-size:16px}.home-top-semantic-label-text{font-size:15px;color:#000;font-weight:500}.home-top-semantic-label-hint{font-size:12px;line-height:1.45;flex:1 1 220px;min-width:0;color:#00000073}@media (max-width: 575px){.home-top-semantic-label-hint{flex-basis:100%}}.home-top-semantic-wrap .home-semantic-input.ant-input-affix-wrapper{background:#fff;border-color:#00000014}.home-section{margin-bottom:48px;animation:home-fade-in .5s ease-out both}.home-featured{position:relative;z-index:1;animation-delay:.08s}.home-explore{animation-delay:.15s}.home-third-party{animation-delay:.2s}.home-section-head{display:flex;align-items:center;gap:10px;margin-bottom:8px}.home-section-icon{color:var(--color-midnight);font-size:18px}.home-section-title{margin:0!important;color:#000!important;font-size:26px!important;font-weight:500!important;letter-spacing:-.5px!important}.home-section-desc{display:block;color:#00000073;font-size:14px;margin-bottom:20px}.home-search-input{width:280px!important;min-width:200px}.home-search-btn{font-weight:500}.home-explore-toolbar{display:flex;flex-direction:column;gap:14px;margin-bottom:20px;padding:16px 20px;background:#00000004;border-radius:var(--radius-comfortable);border:var(--border-light)}.home-toolbar-row{display:flex;align-items:flex-start;flex-wrap:wrap;gap:10px 12px}.home-toolbar-label{font-size:14px;font-weight:500;color:#0000008c;flex-shrink:0;min-width:56px;line-height:30px}.home-toolbar-row-content{display:flex;align-items:center;flex-wrap:wrap;gap:12px 16px;flex:1;min-width:0}.home-toolbar-search{margin-left:auto}.home-toolbar-icon{color:#0000004d}.home-explore-toolbar .ant-segmented-item-selected{background:#fff!important;color:#000!important;box-shadow:var(--shadow-subtle)!important}.home-explore-toolbar .ant-segmented{background:#0000000a;border-radius:var(--radius-sharp);padding:2px}.home-explore-toolbar .ant-segmented-item{border-radius:calc(var(--radius-sharp) - 1px)!important}.home-explore-toolbar .ant-input:focus,.home-explore-toolbar .ant-input-affix-wrapper:focus,.home-explore-toolbar .ant-input-affix-wrapper-focused{border-color:var(--color-midnight)!important;box-shadow:0 0 0 2px #01012014!important}.home-category-tags{display:flex;flex-wrap:wrap;gap:8px;align-items:center;flex:1;min-width:0}.home-category-tag.ant-tag{margin:0;padding:3px 10px;font-size:13px;border-radius:var(--radius-sharp)!important;cursor:pointer;transition:all .15s;line-height:20px;font-weight:500}.home-category-tag.ant-tag:hover{opacity:.8}.home-category-tag-selected.ant-tag{background:var(--color-midnight)!important;border-color:var(--color-midnight)!important;color:#fff!important}.home-skill-grid-wrap{position:relative;transition:opacity .25s;min-height:120px}.home-skill-grid-wrap.home-loading-active{opacity:.9}.home-skill-card{height:100%}.home-skill-card .ant-card-body{padding:20px}.home-skill-card-link{display:block;text-decoration:none;color:inherit}.home-skill-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;flex-wrap:wrap;margin-bottom:12px}.home-skill-card-head-primary{display:flex;align-items:center;gap:4px;flex:1;min-width:0}.home-skill-card-head-trail{display:flex;align-items:center;gap:6px;flex-shrink:0;margin-left:auto}.home-skill-card-name{font-size:15px;color:#000;font-weight:500;letter-spacing:-.2px;margin-bottom:0}.home-skill-card-name-link{flex:1;min-width:0;color:inherit;text-decoration:none}.home-skill-card-name-link:hover .home-skill-card-name{color:var(--color-midnight)}.home-skill-card-name-actions{flex-shrink:0;display:inline-flex;align-items:center;gap:0}.home-skill-card-tag{display:inline-block;padding:2px 7px;border-radius:var(--radius-sharp);font-size:10px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.home-skill-card-desc{font-size:13px;color:#00000080;line-height:1.5;height:3em;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;word-break:break-word;min-width:0}.home-skill-card-secrets{display:flex;align-items:center;gap:6px;flex-wrap:nowrap;margin-top:8px;min-width:0}.home-skill-card-secrets-label{flex-shrink:0;font-size:11px!important;line-height:1.45;color:#00000059!important}.home-skill-card-secrets-value{min-width:0;flex:1;overflow:hidden}.home-skill-card-secrets-value>span{max-width:100%}.home-skill-card-meta{margin-top:12px;font-size:12px;color:#00000059;display:flex;gap:16px}.home-third-link-icon{font-size:14px;color:#0000004d;flex-shrink:0}.home-card-name-icon-btn.ant-btn{flex-shrink:0;width:22px;height:22px;min-width:22px!important;padding:0!important;color:#0000004d!important;border-radius:var(--radius-sharp);display:inline-flex!important;align-items:center;justify-content:center}.home-card-name-icon-btn.ant-btn .anticon{font-size:12px}.home-card-name-icon-btn.ant-btn:hover{color:var(--color-midnight)!important;background:#0101200d!important}.home-featured-list{display:flex;flex-direction:column;gap:0;border-radius:var(--radius-comfortable);overflow:hidden;border:var(--border-light);background:#fff;box-shadow:var(--shadow-subtle)}.home-featured-item{display:flex;align-items:center;gap:4px;padding:0;border-bottom:var(--border-light);transition:background .15s}.home-featured-item:last-child{border-bottom:none}.home-featured-item:hover{background:#00000004}.home-featured-item:hover .home-featured-name{color:var(--color-midnight)!important}.home-featured-item-main{flex:1;min-width:0;display:flex;align-items:flex-start;gap:14px;padding:13px 10px 13px 18px;text-decoration:none;color:inherit}.home-featured-num{width:26px;height:26px;border-radius:50%;background:#0000000a;color:#00000059;font-size:12px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.home-featured-main{flex:1;min-width:0;display:flex;flex-direction:column}.home-featured-head{display:flex;align-items:center;gap:8px 10px;flex-wrap:wrap;margin-bottom:0;row-gap:8px}.home-featured-name-row{display:inline-flex;flex:0 1 auto;align-items:center;gap:6px 10px;min-width:0;max-width:100%;width:fit-content}.home-featured-name{font-size:14px!important;line-height:1.5;color:#000!important;font-weight:500!important;letter-spacing:-.15px!important;margin:0!important;min-width:0;flex:0 1 auto;max-width:min(340px,calc(100vw - 220px))}.home-featured-name.ant-typography{margin-bottom:0!important}.home-featured-name-actions{flex-shrink:0;display:inline-flex;align-items:center;gap:2px}.home-featured-tag{display:inline-block;padding:2px 7px;border-radius:var(--radius-sharp);font-size:10px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.home-featured-main>.home-featured-head+*{display:block;width:100%;max-width:100%;margin:0;padding:0;line-height:0;align-self:flex-start;min-height:0}.home-featured-desc-trigger{display:block;width:100%;margin:0;padding:5px 0 0;line-height:0;min-height:0}.home-featured-desc{font-size:12px;color:#00000073;line-height:1.55;display:block;margin:0;min-width:0;overflow:hidden;word-break:break-word;max-height:3.1em}@supports not (line-clamp: 2){.home-featured-desc{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}}.home-featured-secrets-hint-wrap{display:inline-flex;align-items:center;min-width:0;vertical-align:middle}.home-featured-name-row .home-featured-secrets-hint-wrap{flex:0 1 auto;flex-shrink:1;max-width:min(200px,34vw)}.home-featured-secrets-hint{max-width:100%;min-width:0}.home-featured-name-row .home-featured-secrets-hint>span{min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-featured-meta{font-size:12px;line-height:1.55;color:#00000059;flex-shrink:0;display:flex;gap:12px;flex-wrap:wrap;align-items:center;padding-top:2px}.home-third-detail-modal-wrap .ant-modal-body{padding:12px 24px 20px}.home-third-detail-modal{padding:0}.home-third-detail-source-bar{padding:10px 14px;background:#01012008;border:var(--border-light);border-radius:var(--radius-comfortable);margin-bottom:16px;font-size:13px;color:#0009}.home-third-detail-source-bar a{color:var(--color-midnight);font-weight:500}.home-third-detail-source-bar a:hover{text-decoration:underline}.home-third-detail-footnote{margin:16px 0 0;padding-top:12px;border-top:var(--border-light);font-size:11px;color:#00000059}.home-third-detail-footnote a{color:#00000073}.home-third-detail-footnote a:hover{color:var(--color-midnight)}.home-third-detail-stats{display:flex;flex-wrap:wrap;align-items:center;gap:16px;margin-top:8px;margin-bottom:20px;padding-bottom:16px;border-bottom:var(--border-light)}.home-third-detail-stat{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:#0000008c}.home-third-detail-stat .anticon{color:#0000004d}.home-third-detail-stat .ant-tag{margin-right:4px}.home-third-audit-info-icon{margin-left:4px;color:#0000004d;cursor:help;font-size:14px}.home-third-audit-info-icon:hover{color:var(--color-midnight)}.home-third-audit-tooltip{padding:4px 0}.home-third-detail-block{margin-bottom:16px}.home-third-detail-label{font-size:11px;font-weight:600;color:#0006;margin-bottom:6px;text-transform:uppercase;letter-spacing:.06em}.home-third-detail-desc{font-size:14px;line-height:1.6;color:#333;padding:12px 14px;background:#00000005;border-radius:var(--radius-comfortable);border:var(--border-light)}.home-third-detail-cmd-wrap{display:flex;align-items:center;gap:8px;padding:10px 14px;background:var(--color-midnight);border-radius:var(--radius-comfortable);border:var(--border-dark)}.home-third-detail-cmd{flex:1;margin:0;font-size:12px;color:#ffffffd9;font-family:ui-monospace,monospace;white-space:pre-wrap;word-break:break-all;min-width:0}.home-third-detail-cmd-copy{color:#fff6!important;flex-shrink:0}.home-third-detail-cmd-copy:hover{color:#fff!important}.home-third-detail-link{font-size:13px;color:var(--color-midnight);word-break:break-all}.home-third-detail-link:hover{text-decoration:underline}.home-third-detail-meta{font-size:12px;color:#00000059;display:flex;gap:16px;margin-bottom:16px}.home-loading,.home-empty{text-align:center;padding:40px;color:#00000059}.home-pagination{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:24px;flex-wrap:wrap}.home-pagination-page-size{display:inline-flex;align-items:center;gap:8px}.home-pagination-page-size-label{font-size:14px;color:#00000073;line-height:32px}.home-pagination-page-size-select{width:88px}.home-pagination-info{color:#00000073;font-size:14px}.ant-btn{border-radius:var(--radius-sharp)!important;font-weight:500;letter-spacing:-.1px;transition:all .15s}.ant-btn-primary{background:var(--color-midnight)!important;border-color:var(--color-midnight)!important;color:#fff!important;box-shadow:none!important}.ant-btn-primary:hover,.ant-btn-primary:focus{background:#0a0a3a!important;border-color:#0a0a3a!important}.ant-btn-primary:disabled,.ant-btn-primary.ant-btn-disabled{background:#00000014!important;border-color:transparent!important;color:#00000040!important}.ant-btn-default{border-color:#00000014!important;color:#000!important;background:#fff!important;box-shadow:none!important}.ant-btn-default:hover,.ant-btn-default:focus{border-color:#00000040!important;color:#000!important}.ant-btn-default:disabled,.ant-btn-default.ant-btn-disabled{color:#00000040!important;border-color:#0000000f!important}.ant-btn-text{color:#555!important;border-color:transparent!important;background:transparent!important;box-shadow:none!important}.ant-btn-text:hover,.ant-btn-text:focus{color:#000!important;background:#0000000a!important}.ant-btn-link{color:var(--color-midnight)!important;border-color:transparent!important;box-shadow:none!important}.ant-btn-link:hover,.ant-btn-link:focus{color:#0a0a3a!important}.ant-btn-dangerous{border-color:#ef444466!important;color:#dc2626!important}.ant-btn-dangerous.ant-btn-primary{background:#dc2626!important;border-color:#dc2626!important;color:#fff!important}.ant-btn-dangerous.ant-btn-primary:hover{background:#b91c1c!important;border-color:#b91c1c!important}.ant-tag{border-radius:var(--radius-sharp)!important;border:var(--border-light)!important;font-size:12px!important;padding:1px 7px!important;font-weight:500;letter-spacing:.01em}.ant-tag-success{border-color:#22c55e33!important}.ant-tag-processing{border-color:#3b82f633!important}.ant-tag-error{border-color:#ef444433!important}.ant-tag-warning{border-color:#eab30833!important}.ant-input,.ant-input-affix-wrapper{border-radius:var(--radius-sharp)!important;border-color:#00000014!important}.ant-input:hover,.ant-input-affix-wrapper:hover{border-color:#00000040!important}.ant-input:focus,.ant-input-focused,.ant-input-affix-wrapper:focus,.ant-input-affix-wrapper-focused{border-color:var(--color-midnight)!important;box-shadow:0 0 0 2px #0101200f!important}.ant-input-textarea textarea{border-radius:var(--radius-sharp)!important}.ant-select-selector{border-radius:var(--radius-sharp)!important;border-color:#00000014!important}.ant-select:not(.ant-select-disabled):hover .ant-select-selector{border-color:#00000040!important}.ant-select-focused:not(.ant-select-disabled) .ant-select-selector{border-color:var(--color-midnight)!important;box-shadow:0 0 0 2px #0101200f!important}.ant-select-item-option-selected:not(.ant-select-item-option-disabled){background:#0101200f!important;font-weight:500}.ant-select-item-option-active:not(.ant-select-item-option-disabled){background:#00000008!important}.ant-card{border-radius:var(--radius-comfortable)!important;border:var(--border-light)!important;box-shadow:var(--shadow-subtle)!important}.ant-table{border-radius:var(--radius-comfortable)!important}.ant-table-container{border-radius:var(--radius-comfortable)!important;border:var(--border-light)!important;overflow:hidden}.ant-table-thead>tr>th{background:#00000005!important;color:#0000008c!important;font-size:12px!important;font-weight:600!important;text-transform:uppercase!important;letter-spacing:.04em!important;border-bottom:var(--border-light)!important}.ant-table-tbody>tr>td{border-bottom:var(--border-light)!important;font-size:14px}.ant-table-tbody>tr:hover>td{background:#00000004!important}.ant-table-tbody>tr:last-child>td{border-bottom:none!important}.ant-modal-content{border-radius:var(--radius-comfortable)!important;border:var(--border-light)!important;box-shadow:var(--shadow-elevated)!important;padding:0!important}.ant-modal-header{border-radius:var(--radius-comfortable) var(--radius-comfortable) 0 0!important;padding:20px 24px 16px!important;border-bottom:var(--border-light)!important;margin-bottom:0!important}.ant-modal-title{font-size:16px!important;font-weight:600!important;letter-spacing:-.2px!important;color:#000!important}.ant-modal-body{padding:20px 24px!important}.ant-modal-footer{padding:12px 24px 20px!important;border-top:var(--border-light)!important;margin-top:0!important}.ant-modal-close{color:#00000059!important;border-radius:var(--radius-sharp)!important}.ant-modal-close:hover{color:#000!important;background:#0000000a!important}.ant-tabs-tab{font-size:14px!important;font-weight:500!important;color:#00000080!important;letter-spacing:-.1px!important;padding:10px 0!important}.ant-tabs-tab:hover{color:#000!important}.ant-tabs-tab-active .ant-tabs-tab-btn{color:#000!important;font-weight:600!important}.ant-tabs-ink-bar{background:var(--color-midnight)!important;height:2px!important}.ant-tabs-nav:before{border-color:#0000000f!important}.ant-segmented{border-radius:var(--radius-sharp)!important;background:#0000000a!important;padding:2px!important}.ant-segmented-item{border-radius:calc(var(--radius-sharp) - 1px)!important;font-weight:500!important;color:#00000080!important;font-size:13px!important}.ant-segmented-item-selected{background:#fff!important;color:#000!important;box-shadow:var(--shadow-subtle)!important}.ant-segmented-item:hover:not(.ant-segmented-item-selected){color:#000!important}.ant-badge-status-processing{background:var(--color-midnight)!important}.ant-pagination-item{border-radius:var(--radius-sharp)!important;border-color:#00000014!important;font-weight:500}.ant-pagination-item:hover{border-color:#00000040!important}.ant-pagination-item-active{background:var(--color-midnight)!important;border-color:var(--color-midnight)!important}.ant-pagination-item-active a{color:#fff!important}.ant-pagination-prev .ant-pagination-item-link,.ant-pagination-next .ant-pagination-item-link{border-radius:var(--radius-sharp)!important;border-color:#00000014!important}.ant-pagination-prev:hover .ant-pagination-item-link,.ant-pagination-next:hover .ant-pagination-item-link{border-color:#00000040!important}.ant-dropdown-menu{border-radius:var(--radius-comfortable)!important;border:var(--border-light)!important;box-shadow:var(--shadow-elevated)!important;padding:4px!important}.ant-dropdown-menu-item{border-radius:var(--radius-sharp)!important;font-size:14px!important;color:#333!important}.ant-dropdown-menu-item:hover{background:#0000000a!important;color:#000!important}.ant-dropdown-menu-item-selected{background:#0101200d!important;color:#000!important;font-weight:500}.ant-tooltip-inner{border-radius:var(--radius-sharp)!important;background:var(--color-midnight)!important;font-size:12px!important}.ant-tooltip-arrow:before{background:var(--color-midnight)!important}.ant-drawer-header{border-bottom:var(--border-light)!important;padding:16px 24px!important}.ant-drawer-title{font-size:16px!important;font-weight:600!important;letter-spacing:-.2px!important;color:#000!important}.ant-drawer-body{padding:20px 24px!important}.ant-form-item-label>label{font-size:13px!important;font-weight:500!important;color:#0009!important;letter-spacing:-.05px}.ant-form-item-extra,.ant-form-item-explain{font-size:12px!important;color:#0006!important}.ant-popover-inner{border-radius:var(--radius-comfortable)!important;border:var(--border-light)!important;box-shadow:var(--shadow-elevated)!important}.ant-popover-title{font-size:14px!important;font-weight:600!important;color:#000!important;border-bottom:var(--border-light)!important;padding-bottom:8px!important;margin-bottom:8px!important}.ant-statistic-title{font-size:12px!important;font-weight:500!important;text-transform:uppercase!important;letter-spacing:.06em!important;color:#0006!important}.ant-statistic-content-value{font-size:24px!important;font-weight:500!important;letter-spacing:-.5px!important;color:#000!important}.ant-empty-description{color:#00000059!important;font-size:14px}.ant-spin-dot-item{background-color:var(--color-midnight)!important}.ant-message-notice-content{border-radius:var(--radius-comfortable)!important;border:var(--border-light)!important;box-shadow:var(--shadow-elevated)!important;font-size:14px}.ant-upload.ant-upload-drag{border-radius:var(--radius-comfortable)!important;border-color:#00000014!important}.ant-upload.ant-upload-drag:hover{border-color:var(--color-midnight)!important}.ant-switch-checked{background:var(--color-midnight)!important}.ant-radio-checked .ant-radio-inner{border-color:var(--color-midnight)!important}.ant-radio-inner:after{background:var(--color-midnight)!important}.ant-checkbox-checked .ant-checkbox-inner{background:var(--color-midnight)!important;border-color:var(--color-midnight)!important}.ant-checkbox-indeterminate .ant-checkbox-inner:after{background:var(--color-midnight)!important}.ant-space-compact .ant-btn:not(:first-child){border-left-color:#ffffff26!important}.ant-space-compact .ant-btn-primary+.ant-btn-primary{border-left-color:#fff3!important}.install-preview-no-select,.install-preview-no-select input,.install-preview-no-select textarea,.install-preview-no-select .ant-input,.install-preview-no-select textarea.ant-input{user-select:none!important;-webkit-user-select:none!important;cursor:default!important}.install-preview-no-select ::selection{background:transparent}
