@font-face{font-family:OPPOSans;src:url(./OPPOSans-Medium.CKDZe9hH.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}:root{--bg-main: #fff;--bg-sub: #f4f4f5;--bg-soft: #fafafa;--bg-card: #fff;--bg-comment: #fafafa;--text-main: #09090b;--text-muted: #71717a;--text-soft: #a1a1aa;--border-line: #e4e4e7;--border-soft: #e4e4e7;--border-strong: #18181b;--link-blue: #2563eb;--accent: #2563eb;--radius-sm: 6px;--radius-md: 10px;--shadow-clean: 0 12px 36px rgba(9,9,11,.06);--shadow-soft: 0 12px 36px rgba(9,9,11,.06);--font-main: "OPPOSans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{min-height:100vh;background-color:var(--bg-main);color:var(--text-main);font-family:var(--font-main);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none;transition:all .15s ease}.ui-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:38px;padding:0 16px;border:none;border-radius:6px;background:var(--text-main);color:var(--bg-main);font:inherit;font-size:.86rem;font-weight:600;line-height:1;white-space:nowrap;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;transition:opacity .18s ease,background .18s ease,color .18s ease,border-color .18s ease}.ui-button:hover{opacity:.86}.ui-button:focus-visible{outline:none;box-shadow:0 0 0 2px #09090b26}.ui-button:disabled{cursor:default;opacity:.45;pointer-events:none}.ui-button--secondary{border:1px solid var(--border-line);background:var(--bg-card);color:var(--text-main)}.ui-button--ghost{border:none;background:transparent;color:#71717a}.ui-button--accent{background:#2563eb;color:#fff}.ui-button--danger{background:#dc2626;color:#fff}.ui-button--link{height:auto;padding:0;border:none;background:transparent;color:#71717a;text-underline-offset:4px}.ui-button--link:hover{color:var(--text-main);text-decoration:underline;opacity:1}.ui-button--sm{height:32px;padding:0 12px;font-size:.78rem}.ui-button--lg{height:44px;padding:0 20px}.ui-button--icon{width:34px;height:34px;padding:0}.ui-card{border-radius:var(--radius-md);background:var(--bg-card);color:var(--text-main)}.ui-card--subtle{background:var(--bg-sub)}.ui-card--bordered{border:1px solid var(--border-line)}.ui-card--interactive{transition:background .18s ease,border-color .18s ease,box-shadow .18s ease,color .18s ease}.ui-card--interactive:hover{border-color:var(--text-muted);box-shadow:var(--shadow-clean)}.ui-badge{display:inline-flex;align-items:center;gap:6px;min-height:24px;padding:0 9px;border:none;border-radius:999px;background:var(--bg-sub);color:var(--text-muted);font-size:.74rem;font-weight:600;line-height:1;white-space:nowrap}.ui-badge--dark{background:var(--text-main);color:var(--bg-main)}.ui-badge--info{background:#eff6ff;color:#2563eb}.ui-badge--success{background:#ecfdf5;color:#169b62}.ui-badge--warning{background:#fffbeb;color:#b7791f}.ui-badge--danger{background:#fef2f2;color:#d14343}.ui-badge--outline{border:1px solid var(--border-line);background:var(--bg-card)}.ui-badge--interactive{cursor:pointer;transition:background .18s ease,color .18s ease,border-color .18s ease}.ui-badge--interactive:hover{background:var(--text-main);color:var(--bg-main)}.ui-empty{display:grid;place-items:center;gap:10px;min-height:178px;padding:24px;border:0;border-radius:var(--radius-md);background:var(--bg-card);color:var(--text-muted);text-align:center}.ui-empty--sm{min-height:96px;padding:18px}.ui-empty__icon{color:var(--text-soft);font-size:2rem}.ui-empty__title{color:var(--text-main);font-size:.9rem;font-weight:600}.ui-empty__description{max-width:280px;margin-top:4px;color:var(--text-muted);font-size:.82rem}.ui-empty__action{margin-top:2px}.list-skeleton{display:flex;flex-direction:column;gap:28px}.list-skeleton__item{display:grid;gap:18px;padding-bottom:28px;border-bottom:1px solid var(--border-line)}.list-skeleton__item--cover{grid-template-columns:minmax(0,1fr) 180px}.list-skeleton__body{display:flex;min-height:118px;flex-direction:column;gap:12px}.list-skeleton__cover,.skeleton-line{display:block;border-radius:6px;background:linear-gradient(90deg,var(--bg-sub),var(--bg-soft),var(--bg-sub));background-size:240% 100%;animation:skeleton-shimmer 1.2s ease-in-out infinite}.skeleton-line{height:14px}.skeleton-line--title{width:58%;height:20px}.skeleton-line--text{width:86%}.skeleton-line--short{width:42%;margin-top:auto}.list-skeleton__cover{min-height:132px}@keyframes skeleton-shimmer{0%{background-position:120% 0}to{background-position:-120% 0}}.route-progress{position:fixed;top:0;left:0;z-index:100010;width:100%;height:3px;pointer-events:none;opacity:0;transition:opacity .18s ease}.route-progress.is-visible{opacity:1}.route-progress__bar{height:100%;background-color:#111;box-shadow:0 0 10px #1113;transition:width .2s ease}.site-header{position:fixed;top:0;left:0;z-index:1000;width:100%;height:64px;border-bottom:1px solid var(--border-line);background-color:#ffffffeb;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.nav-container{display:flex;align-items:center;max-width:1050px;height:100%;margin:0 auto;padding:0 24px}.logo{display:inline-flex;align-items:center;min-width:0;gap:0;margin-right:38px;color:var(--text-main);text-decoration:none;transition:opacity .16s ease}.logo:hover{opacity:.86}.logo:focus-visible{border-radius:10px;outline:2px solid color-mix(in srgb,var(--link-blue) 58%,transparent);outline-offset:4px}.nav-menu{display:flex;align-items:center;height:100%;gap:18px;margin-left:0;list-style:none}.nav-menu>li{position:relative;display:flex;align-items:center;height:100%}.nav-menu .nav-static,.nav-menu a{display:flex;align-items:center;min-height:0;gap:4px;padding:0;border-radius:0;background:transparent;color:var(--text-muted);font-size:.9rem;font-weight:500;cursor:pointer;transition:color .18s ease,opacity .18s ease}.nav-menu .nav-static:hover,.nav-menu a:hover,.nav-menu li.active>.nav-static,.nav-menu li.active>a{background:transparent;color:var(--text-main)}.nav-menu li.active>.nav-static,.nav-menu li.active>a{font-weight:650}.dropdown-menu{position:absolute;top:64px;left:0;min-width:150px;padding:8px 0;border:1px solid var(--border-line);border-radius:10px;background-color:var(--bg-main);box-shadow:var(--shadow-soft);opacity:0;visibility:hidden;transform:translateY(10px);transition:all .2s ease}.nav-menu li:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu li{list-style:none}.dropdown-menu li>a,.dropdown-menu li>span{display:flex;align-items:center;gap:8px;min-height:34px;padding:0 12px;color:var(--text-muted);font-size:.86rem}.dropdown-menu li>a>span:first-child,.nav-menu a>span:first-child,.nav-static>span:first-child{width:16px;height:16px;flex:0 0 16px;font-size:16px;line-height:1}.dropdown-menu li a:hover{background-color:var(--bg-soft);color:var(--text-main)}.nav-auth{display:flex;align-items:center;gap:14px;margin-left:auto;font-size:.9rem}.theme-mode-switch{display:inline-flex;align-items:center;gap:2px;height:32px;padding:3px;border:1px solid var(--border-line);border-radius:999px;background:var(--bg-sub);color:var(--text-muted)}.nav-theme-switch{margin-left:18px}.theme-mode-option{display:inline-flex;align-items:center;justify-content:center;gap:4px;height:24px;padding:0 9px;border:0;border-radius:999px;background:transparent;color:inherit;font:inherit;font-size:.74rem;font-weight:650;line-height:1;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:background .16s ease,color .16s ease,box-shadow .16s ease}.theme-mode-option>span:first-child{width:13px;height:13px;flex:0 0 13px;font-size:13px}.theme-mode-option:hover{color:var(--text-main)}.theme-mode-option.is-active{background:var(--bg-main);color:var(--text-main);box-shadow:0 1px 4px #09090b14}.theme-mode-option:focus-visible{outline:2px solid color-mix(in srgb,var(--link-blue) 58%,transparent);outline-offset:2px}.dropdown-menu--grouped{min-width:156px;padding:8px}.dropdown-menu .dropdown-title{padding:4px 8px 7px;color:var(--text-soft);font-size:.68rem;font-weight:750;letter-spacing:.05em}.dropdown-menu--grouped li>a{border-radius:7px}.main-container{display:grid;grid-template-columns:260px minmax(0,1fr);gap:50px;max-width:1050px;margin:104px auto 60px;padding:0 24px}.main-container--single{display:block;max-width:1050px}.content-area{min-width:0}.page-card{padding:0;border-radius:0;background:transparent;box-shadow:none}.page-card>:first-child{margin-top:0}.page-card>:last-child{margin-bottom:0}.sidebar{position:sticky;top:104px;display:flex;flex-direction:column;gap:32px;height:-moz-fit-content;height:fit-content}.sidebar>div{padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.profile-section{display:grid;gap:14px;padding:4px 4px 0;border-bottom:0}.profile-main{display:flex;gap:16px;align-items:center}.profile-section .avatar{display:grid;flex:0 0 auto;width:54px;height:54px;place-items:center;border:0;border-radius:50%;background-color:#111827;background-position:50%;background-size:cover;box-shadow:0 4px 12px #0000000d}.avatar-fallback{display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.15rem;font-weight:700}.profile-copy{min-width:0}.profile-section .name{overflow:hidden;color:var(--text-main);font-size:1.1rem;font-weight:700;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.profile-section .bio{margin:0;color:var(--text-muted);font-size:.85rem;line-height:1.6}.quick-section{padding-top:18px!important;border-top:1px dashed var(--border-line)!important}.quick-grid{display:flex;flex-wrap:wrap;gap:8px}.quick-link{display:inline-flex;min-width:0;align-items:center;justify-content:center;gap:5px;padding:6px 14px;border-radius:20px;background:var(--bg-sub);color:var(--text-muted);font-size:.8rem;font-weight:500;text-decoration:none;transition:background .2s ease,color .2s ease}.quick-link:hover{background:var(--text-main);color:var(--bg-main)}.quick-link span,.quick-link strong{color:inherit;font-size:inherit;font-weight:inherit}.widget-title{display:flex;align-items:center;gap:8px;margin-bottom:16px;color:var(--text-soft);font-size:.72rem;font-weight:750;letter-spacing:.05em;text-transform:uppercase}.widget-title:before{width:4px;height:4px;border-radius:50%;background:var(--text-soft);content:""}.widget-title span{color:inherit}.stats-section .stat-box{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));padding:12px 8px;border:1px solid rgba(0,0,0,.02);border-radius:12px;background:var(--bg-soft)}.stat-card-item{display:grid;gap:4px;text-align:center}.stat-card-item:not(:last-child){border-right:1px solid var(--border-line)}.stat-count{color:var(--text-main);font-size:1.15rem;font-weight:700}.stat-label{color:var(--text-muted);font-size:.72rem}.notice-list{display:flex;flex-direction:column;gap:14px}.notice-list-item{display:flex;flex-direction:column;align-items:stretch;gap:4px;width:100%;min-height:0;padding:0;border:0;background:transparent;color:var(--text-main);font:inherit;text-align:left;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;transition:opacity .2s ease}.notice-list-item:hover{opacity:.75}.notice-list-item:focus-visible{outline:2px solid color-mix(in srgb,var(--link-blue) 58%,transparent);outline-offset:2px}.notice-item-arrow,.notice-list-item__marker,.notice-type-badge{display:none}.notice-list-item__content{display:grid;min-width:0;gap:4px}.notice-item-title{overflow:hidden;color:var(--text-main);font-size:.85rem;font-weight:500;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.notice-item-meta{display:flex;align-items:center;gap:6px;min-width:0;color:var(--text-soft);font-size:.72rem;line-height:1}.category-list{display:flex;flex-direction:column;gap:4px}.category-item{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 -12px;padding:8px 12px;border:0;border-radius:8px;background:transparent;color:var(--text-main);text-decoration:none;transition:background .2s ease}.category-item:hover{background:var(--bg-soft)}.category-item span{overflow:hidden;color:var(--text-main);font-size:.85rem;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.category-item small{color:var(--text-soft);font-size:.72rem;font-weight:400}.tags-cloud{display:flex;flex-wrap:wrap;gap:6px;padding-top:0}.sidebar-more-link{display:inline-flex;align-items:center;margin-top:12px;color:var(--text-soft);font-size:.8rem;font-weight:700;text-decoration:none}.sidebar-more-link:hover{text-decoration:underline}.sidebar-theme-control{display:block}.sidebar-theme-control .theme-mode-switch{width:100%;justify-content:space-between}.sidebar-theme-control .theme-mode-option{flex:1 1 0}.site-footer{max-width:1050px;margin:-28px auto 34px;padding:0 24px;color:var(--text-soft);font-size:.76rem;font-weight:600}.site-footer__inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px 10px;padding-top:22px;border-top:1px dashed var(--border-line);text-align:center}.site-footer__sponsor,.site-footer__upyun{display:inline-flex;align-items:center;gap:5px}.site-footer__upyun{color:var(--link-blue);text-decoration:none}.site-footer__upyun img{display:block;width:46px;height:auto;max-height:18px;-o-object-fit:contain;object-fit:contain}.site-footer__divider{width:1px;height:14px;background:var(--border-line)}.site-footer a{color:inherit;text-decoration:none}.site-footer a:hover{color:var(--text-main)}.site-footer__upyun:hover{opacity:.82}html.dark .site-footer__divider{background:var(--border-line)}@media(max-width:640px){.site-footer{margin-top:-18px;padding:0 16px 8px;font-size:.72rem}.site-footer__inner{gap:6px 8px;padding-top:18px}.site-footer__divider{display:none}}.notification-trigger{position:relative}.notification-count{position:absolute;top:3px;right:2px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:#2563eb;color:#fff;font-size:.66rem;font-weight:700;line-height:16px;text-align:center}.notification-popover{width:min(360px,calc(100vw - 32px));padding:10px;border:1px solid var(--border-line);border-radius:10px;box-shadow:0 16px 48px #09090b1f}.notification-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:4px 4px 10px}.notification-head div{display:grid;gap:4px}.notification-head strong{color:var(--text-main);font-size:.92rem;font-weight:700}.notification-head span{color:var(--text-muted);font-size:.76rem}.notification-read-all{flex-shrink:0;color:var(--link-blue);font-size:.78rem}.notification-empty,.notification-loading{display:grid;min-height:132px;place-items:center;gap:8px;color:var(--text-muted);font-size:.82rem}.notification-loading span:first-child{animation:spin .9s linear infinite}.notification-empty span:first-child{color:var(--text-soft);font-size:1.5rem}.notification-list{display:grid;gap:4px;max-height:366px;overflow-y:auto}.notification-section{display:grid;gap:4px;margin-top:8px;padding-top:8px;border-top:1px solid var(--border-line)}.notification-section-title{padding:2px 4px 4px;color:var(--text-soft);font-size:.72rem;font-weight:700}.notification-item{display:grid;width:100%;grid-template-columns:30px minmax(0,1fr) 28px;gap:10px;padding:10px 8px;border:0;border-radius:8px;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:background .16s ease}.notification-item--notice{grid-template-columns:30px minmax(0,1fr)}.notification-item-action{align-self:start;width:28px;height:28px;min-width:28px;color:var(--text-soft);opacity:0;transition:opacity .16s ease,background .16s ease,color .16s ease}.notification-item:focus-visible,.notification-item:hover{background:var(--bg-sub);outline:none}.notification-item-action:focus-visible,.notification-item:focus-visible .notification-item-action,.notification-item:hover .notification-item-action{opacity:1}.notification-item-action:focus-visible,.notification-item-action:hover{color:var(--text-main)}.notification-item-icon{display:grid;width:30px;height:30px;place-items:center;border-radius:8px;background:var(--bg-sub);color:var(--text-muted);font-size:16px}.notification-item--unread .notification-item-icon{background:#eff6ff;color:#2563eb}.notification-item-body{display:grid;min-width:0;gap:5px}.notification-item-title{display:flex;min-width:0;align-items:center;gap:8px;color:var(--text-main);font-size:.86rem;font-weight:650;line-height:1.35}.notification-item-badge{min-height:18px;padding:0 6px;font-size:.66rem}.notification-item-content{display:-webkit-box;overflow:hidden;color:var(--text-muted);font-size:.78rem;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:2}.notification-item-time{color:var(--text-soft);font-size:.72rem}.notification-more{display:flex;height:34px;align-items:center;justify-content:center;margin-top:6px;border-radius:7px;color:var(--text-muted);font-size:.8rem;font-weight:600;text-decoration:none;transition:background .16s ease,color .16s ease}.notification-more:focus-visible,.notification-more:hover{background:var(--bg-sub);color:var(--text-main);outline:none}html.dark .notification-popover{box-shadow:0 18px 54px #0000006b}html.dark .notification-item--unread .notification-item-icon{background:#172033;color:#7fafd4}.notification-trigger.icon-btn,.notification-trigger.ui-button{width:34px;height:34px;min-width:34px;padding:0;border:0;background:transparent;color:var(--text-muted);font-size:17px;line-height:1;box-shadow:none}.notification-trigger.icon-btn:hover,.notification-trigger.ui-button:hover{background:var(--bg-sub);color:var(--text-main);opacity:1}.notification-trigger>span:first-child{width:17px;height:17px;flex:0 0 17px;font-size:17px}.feed-area{display:flex;flex-direction:column;gap:45px}.feed-item{display:flex;gap:16px;padding:0 0 35px;border:0;border-bottom:1px solid var(--border-line);border-radius:0;background:transparent;box-shadow:none}.feed-item:last-child{border-bottom:0}.feed-avatar{display:grid;width:40px;height:40px;flex:0 0 auto;place-items:center;border-radius:4px;background-color:var(--bg-sub);background-position:50%;background-size:cover;color:var(--text-muted);font-size:.85rem;font-weight:800}.feed-avatar-link{display:inline-flex;width:40px;height:40px;flex:0 0 auto;border-radius:4px;line-height:0;transition:opacity .16s ease}.feed-avatar-link:hover{opacity:.78}.feed-avatar-link:focus-visible{outline:2px solid var(--link-blue);outline-offset:2px}.feed-author{display:inline-flex;margin-bottom:4px;color:var(--text-main);font-size:.85rem;font-weight:600}.feed-body{min-width:0;flex:1}.feed-text{margin-bottom:12px;color:var(--text-main);font-size:.95rem;line-height:1.6;text-align:justify;white-space:pre-line}.feed-media{display:grid;max-width:450px;gap:6px;margin-bottom:12px}.media-1{grid-template-columns:1fr;max-width:340px}.media-4{grid-template-columns:repeat(2,1fr);width:300px}.media-9{grid-template-columns:repeat(3,1fr);width:100%}.media-img{width:100%;aspect-ratio:1;overflow:hidden;border-radius:2px;background-color:var(--bg-sub);-o-object-fit:cover;object-fit:cover}.media-1 .media-img{aspect-ratio:1.5}.feed-video-list{display:grid;max-width:520px;gap:10px;margin-bottom:12px}.feed-video{width:100%;max-height:360px;aspect-ratio:16 / 9;border-radius:4px;background:#000;-o-object-fit:contain;object-fit:contain}.feed-file-list{display:grid;max-width:420px;gap:8px;margin-bottom:12px}.feed-file{display:flex;min-width:0;align-items:center;gap:8px;padding:10px 12px;border-radius:4px;background:var(--bg-sub);color:var(--text-main);font-size:.84rem;text-decoration:none;transition:background-color .16s ease,opacity .16s ease}.feed-file:hover{background:var(--bg-hover);opacity:.88}.feed-file__name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.feed-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:0;color:var(--text-muted);font-size:.8rem}.feed-actions{display:flex;gap:16px}.action-btn{display:flex;align-items:center;gap:4px;cursor:pointer}.action-btn:hover{color:var(--text-main)}.action-btn--clickable{display:flex;align-items:center;gap:4px;height:auto;padding:0;color:inherit;font-size:.8rem}.feed-time{display:inline-flex;min-width:0;align-items:center;gap:4px}.article-list{display:flex;flex-direction:column;gap:0}.article-item{display:grid;gap:16px;padding:0 0 28px;margin-bottom:28px;border:0;border-bottom:1px solid var(--border-line);border-radius:0;background:transparent;box-shadow:none}.article-item--with-cover{grid-template-columns:minmax(0,1fr) 180px;align-items:stretch}.article-item:last-child{margin-bottom:0;border-bottom:0}.article-content{display:flex;min-height:124px;min-width:0;flex-direction:column}.article-meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:auto;color:var(--text-soft);font-size:.78rem}.article-meta span{display:flex;align-items:center;gap:4px}.article-title{margin:0 0 8px;color:var(--text-main);font-size:1.1rem;font-weight:700;line-height:1.45}.article-title a:hover{color:var(--link-blue)}.article-excerpt{margin:0 0 12px;color:var(--text-muted);font-size:.9rem;line-height:1.7;text-align:justify}.article-tags{margin-bottom:14px}.article-author{display:flex;align-items:center;gap:8px;margin-bottom:8px}.article-author .user-identity-link__avatar{width:24px;height:24px}.article-author .user-identity-link__name{font-size:.85rem}.article-author-id{color:var(--text-muted);font-size:.75rem}.search-box{display:flex;gap:10px;margin-bottom:30px}@media(max-width:640px){.list-skeleton__item,.list-skeleton__item--cover{grid-template-columns:1fr}.list-skeleton__cover{order:-1;min-height:120px}.article-item,.article-item--with-cover{grid-template-columns:1fr;gap:12px;padding-bottom:22px}.article-content{min-height:0}}.article-content-renderer{min-width:0;color:var(--text-main)}.article-md-preview.md-editor,.article-md-preview.md-editor-previewOnly{--md-color: var(--text-main);--md-hover-color: var(--text-main);--md-bk-color: transparent;--md-bk-color-outstand: var(--bg-sub);--md-bk-hover-color: var(--bg-soft);--md-border-color: var(--border-line);--md-border-hover-color: var(--border-line);--md-border-active-color: var(--border-strong);width:100%;height:auto;border:0;background:transparent;color:var(--text-main);font-family:var(--font-main)}.article-md-preview .md-editor-content{height:auto}.article-md-preview .md-editor-preview-wrapper{padding:0;background:transparent}.article-md-preview .md-editor-preview{--md-theme-color: var(--text-main);--md-theme-link-color: var(--link-blue);--md-theme-link-hover-color: var(--link-blue);--md-theme-border-color: var(--border-line);--md-theme-bg-color: var(--bg-card);--md-theme-bg-color-inset: var(--bg-sub);--md-theme-code-inline-color: #2f6f9f;--md-theme-code-inline-bg-color: rgba(47,111,159,.1);--md-theme-code-block-bg-color: var(--bg-soft);--md-theme-code-before-bg-color: var(--bg-soft);--md-theme-heading-1-border: 1px solid var(--border-line);--md-theme-heading-2-border: 1px solid var(--border-line);--md-theme-quote-color: var(--text-muted);--md-theme-quote-border: 4px solid var(--border-line);--md-theme-quote-bg-color: var(--bg-sub);color:var(--text-main);font-size:.94rem;line-height:1.82;word-break:break-word}.article-md-preview .md-editor-preview h1,.article-md-preview .md-editor-preview h2,.article-md-preview .md-editor-preview h3,.article-md-preview .md-editor-preview h4,.article-md-preview .md-editor-preview h5,.article-md-preview .md-editor-preview h6{color:var(--text-main);font-weight:750;line-height:1.35}.article-md-preview .md-editor-preview .md-editor-code,.article-md-preview .md-editor-preview blockquote,.article-md-preview .md-editor-preview ol,.article-md-preview .md-editor-preview p,.article-md-preview .md-editor-preview table,.article-md-preview .md-editor-preview ul{margin-top:.95rem;margin-bottom:.95rem}.article-md-preview .md-editor-preview a{text-underline-offset:3px}.article-md-preview .md-editor-preview img{max-width:100%;border-radius:6px}.article-md-preview .md-editor-preview blockquote{border-radius:0 6px 6px 0}.article-md-preview .md-editor-preview table{display:table;width:100%;overflow:auto}.article-md-preview .md-editor-preview table tr td,.article-md-preview .md-editor-preview table tr th{border-color:var(--border-line)}.article-md-preview .md-editor-preview table thead tr,.article-md-preview .md-editor-preview table tr:nth-child(2n){background:var(--bg-soft)}.article-md-preview .md-editor-preview .md-editor-code{border:1px solid var(--border-line);border-radius:10px;background:var(--bg-soft)}.article-md-preview .md-editor-preview .md-editor-code-head{border-bottom:1px solid var(--border-line);background:var(--bg-sub)}.article-md-preview .md-editor-preview .md-editor-code pre code{font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Monaco,Consolas,Liberation Mono,monospace}.article-md-preview .md-editor-preview .md-editor-code pre code::-webkit-scrollbar{height:8px}.article-md-preview .md-editor-preview .md-editor-code pre code::-webkit-scrollbar-thumb{border-radius:999px;background:#d8d8d8}.article-html-preview{color:var(--text-main);font-size:.94rem;line-height:1.82;word-break:break-word}.article-html-preview :where(h1,h2,h3,h4,h5,h6){margin:1.55rem 0 .75rem;color:var(--text-main);font-weight:750;line-height:1.35}.article-html-preview :where(p,ul,ol,blockquote,pre,table){margin:.95rem 0}.article-html-preview a{color:var(--link-blue);text-underline-offset:3px}.article-html-preview img{max-width:100%;border-radius:6px}.article-html-preview blockquote{padding:.8rem 1rem;border-left:4px solid var(--border-line);border-radius:0 6px 6px 0;background:var(--bg-sub);color:var(--text-muted)}.article-html-preview table{display:block;width:100%;overflow:auto;border-collapse:collapse}.article-html-preview :where(th,td){padding:.55rem .75rem;border:1px solid var(--border-line)}.article-html-preview :not(pre)>code{padding:.12rem .32rem;border-radius:4px;background:#2f6f9f1a;color:#2f6f9f;font-size:.88em;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Monaco,Consolas,Liberation Mono,monospace}.article-html-preview pre{overflow:auto;padding:1rem;border:1px solid var(--border-line);border-radius:10px;background:var(--bg-soft)}.article-html-preview pre code{padding:0;background:transparent;color:inherit;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Monaco,Consolas,Liberation Mono,monospace}.comment-section{margin-top:28px;padding-top:20px;border-top:1px solid var(--border-line)}.comment-title{margin-bottom:18px;font-size:1.1rem;font-weight:700}.comment-list{display:flex;flex-direction:column;gap:16px;margin-bottom:20px}.comment-thread{display:flex;flex-direction:column;gap:12px}.comment-item{display:flex;gap:12px}.comment-item--reply{gap:10px}.comment-avatar{width:28px;height:28px;flex-shrink:0;border-radius:50%;background:var(--bg-sub);-o-object-fit:cover;object-fit:cover}.comment-avatar-link{display:inline-flex;width:28px;height:28px;flex-shrink:0;border-radius:50%;line-height:0;transition:opacity .16s ease}.comment-avatar-link:hover{opacity:.78}.comment-avatar-link:focus-visible{outline:2px solid var(--link-blue);outline-offset:2px}.comment-item--reply .comment-avatar,.comment-item--reply .comment-avatar-link{width:24px;height:24px}.comment-body{min-width:0;flex:1}.comment-children{position:relative;display:flex;flex-direction:column;gap:12px;margin-left:40px;padding:10px 0 2px 18px}.comment-children:before{position:absolute;top:0;bottom:4px;left:3px;width:1px;border-radius:999px;background:var(--border-line);content:""}.comment-item--reply .comment-body{padding:10px 12px;border-radius:6px;background:var(--bg-sub)}.comment-meta{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-bottom:4px}.comment-name{display:inline-flex;min-width:0;flex-wrap:wrap;align-items:center;gap:4px;font-size:.9rem;font-weight:600}.comment-reply-target{color:var(--link-blue);font-weight:600}.comment-client-info{color:var(--text-muted);font-size:.72rem;font-weight:400}.comment-time{color:var(--text-muted);font-size:.75rem}.comment-content{color:var(--text-main);font-size:.9rem;line-height:1.7;white-space:pre-wrap}.comment-actions{display:flex;align-items:center;gap:8px;margin-top:4px}.comment-reply-btn{padding:0;border:none;background:none;color:var(--text-muted);font-size:.76rem;line-height:1;cursor:pointer;transition:color .15s}.comment-reply-btn:hover{color:var(--link-blue)}.comment-replying{display:inline-flex;align-items:center;gap:8px;width:-moz-fit-content;width:fit-content;color:var(--text-muted);font-size:.8rem;line-height:1.4}.comment-replying strong{color:var(--text-main);font-weight:500}.comment-replying-text{display:inline-flex;align-items:center;gap:4px}.comment-login-tip{display:inline-flex;align-items:center;gap:8px;width:-moz-fit-content;width:fit-content;color:var(--text-muted);font-size:.8rem;line-height:1.4}.comment-login-tip strong{color:var(--text-main);font-weight:500}.comment-login-tip span{color:var(--text-muted)}.comment-cancel-reply{padding:0;border:none;background:none;color:var(--text-muted);font-size:.78rem;cursor:pointer;transition:color .15s}.comment-cancel-reply:hover{color:var(--link-blue)}.comment-form{display:flex;flex-direction:column;gap:12px;margin-top:18px}.comment-form-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.comment-form-footer{display:flex;align-items:center;justify-content:flex-end}.comment-tip{color:var(--link-blue);font-size:.82rem}@media(max-width:768px){.comment-form-grid{grid-template-columns:1fr}.comment-children{margin-left:18px;padding-left:14px}}.feed-reactions{overflow:hidden;margin-top:12px;border-radius:var(--radius-sm);background:var(--bg-comment);font-size:.8rem}.feed-likes{display:flex;align-items:center;gap:6px;padding:8px 12px;border-bottom:1px dashed rgba(9,9,11,.06);color:var(--link-blue)}.feed-likes-icon{font-size:13px}.feed-comments-preview{padding:4px 0}.fcp-item{padding:5px 12px;color:var(--text-muted);font-size:.8rem;line-height:1.45}.fcp-name{display:inline-flex;flex-wrap:wrap;align-items:center;gap:3px;color:var(--text-main);font-weight:600}.fcp-name--admin{color:#e87400}.fcp-reply-target{color:var(--link-blue)}.fcp-text{color:var(--text-muted)}.fcp-more{display:inline-flex;width:calc(100% - 16px);min-height:28px;align-items:center;justify-content:flex-start;gap:6px;margin:4px 8px 2px;padding:0 8px;border-radius:5px;color:var(--text-soft);font-size:.75rem;font-weight:500;line-height:1;text-decoration:none}.fcp-more:hover{background:color-mix(in srgb,var(--bg-main) 72%,transparent);color:var(--text-main);text-decoration:none}.fcp-more__arrow{margin-left:auto;font-size:13px;opacity:.55;transition:transform .16s ease,opacity .16s ease}.fcp-more:hover .fcp-more__arrow{opacity:1;transform:translate(2px)}.mc-body{display:flex;flex-direction:column;gap:0}.mc-list{display:flex;max-height:320px;flex-direction:column;gap:14px;overflow-y:auto;padding-bottom:4px}.mc-item{display:flex;gap:10px;padding:4px;border-radius:8px;transition:background .18s ease}.mc-item--admin{flex-direction:row-reverse}.mc-item--highlight{background:#eff6ff}.mc-avatar{width:32px;height:32px;flex-shrink:0;border-radius:50%;background:var(--bg-sub);-o-object-fit:cover;object-fit:cover}.mc-avatar-link{display:inline-flex;width:32px;height:32px;flex-shrink:0;border-radius:50%;line-height:0;transition:opacity .16s ease}.mc-avatar-link:hover{opacity:.78}.mc-avatar-link:focus-visible{outline:2px solid var(--link-blue);outline-offset:2px}.mc-item--admin .mc-avatar{background:#111}.mc-content{min-width:0;flex:1}.mc-item--admin .mc-content{text-align:right}.mc-name{display:inline-flex;min-width:0;flex-wrap:wrap;align-items:center;gap:4px;color:var(--text-muted);font-size:.8rem;font-weight:600}.mc-author-badge{min-height:18px;padding:0 6px;font-size:.68rem}.mc-reply-target{color:var(--link-blue);font-weight:600}.mc-client-info{color:var(--text-muted);font-size:.72rem;font-weight:400}.mc-text{margin:2px 0;color:var(--text-main);font-size:.9rem;white-space:pre-wrap;word-break:break-word}.mc-time{color:var(--text-muted);font-size:.72rem}.mc-actions{display:flex;align-items:center;justify-content:flex-start;gap:8px}.mc-item--admin .mc-actions{justify-content:flex-end}.mc-reply-btn{padding:0;border:none;background:none;color:var(--text-muted);font-size:.72rem;line-height:1;cursor:pointer;transition:color .15s}.mc-reply-btn:hover{color:var(--link-blue)}.mc-replying{display:inline-flex;align-items:center;gap:8px;width:-moz-fit-content;width:fit-content;color:var(--text-muted);font-size:.8rem;line-height:1.4}.mc-replying strong{color:var(--text-main);font-weight:500}.mc-replying-text{display:inline-flex;align-items:center;gap:4px}.mc-login-tip{display:inline-flex;align-items:center;gap:8px;width:-moz-fit-content;width:fit-content;color:var(--text-muted);font-size:.8rem;line-height:1.4}.mc-login-tip strong{color:var(--text-main);font-weight:500}.mc-login-tip span{color:var(--text-muted)}.mc-cancel-reply{padding:0;border:none;background:none;color:var(--text-muted);font-size:.78rem;cursor:pointer;transition:color .15s}.mc-cancel-reply:hover{color:var(--link-blue)}.mc-empty{padding:8px 0 16px;color:var(--text-muted);font-size:.85rem}.mc-divider{height:1px;margin:16px 0;background:var(--border-line)}.mc-form{display:flex;flex-direction:column;gap:8px}.mc-form-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.mc-form-footer{display:flex;align-items:center;justify-content:flex-end;gap:10px}.mc-tip{color:var(--text-muted);font-size:.8rem}html.dark .mc-item--highlight{background:#172033}.base-modal{position:fixed;inset:0;z-index:100000;display:flex;align-items:center;justify-content:center;padding:24px;background-color:#1111111f;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.base-modal__panel{position:relative;width:100%;max-height:min(76vh,720px);overflow:hidden;border:1px solid rgba(17,17,17,.16);border-radius:10px;background-color:var(--bg-card);box-shadow:0 18px 48px #1111112e,0 2px 8px #11111114}.base-modal__header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 18px;border-bottom:1px solid var(--border-line);background-color:var(--bg-card)}.base-modal__subtitle{margin-bottom:4px;color:var(--text-muted);font-size:.72rem;font-weight:600;letter-spacing:1.2px;text-transform:uppercase}.base-modal__title{color:var(--text-main);font-size:1rem;font-weight:700;line-height:1.4}.base-modal__close{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:6px;background-color:transparent;color:var(--text-muted);cursor:pointer;transition:background .18s ease,color .18s ease}.base-modal__close:hover{background:var(--bg-sub);color:var(--text-main)}.base-modal__close--floating{position:absolute;top:18px;right:18px;z-index:1}.base-modal__body{max-height:calc(min(76vh,720px) - 112px);overflow-y:auto;padding:18px;background-color:var(--bg-card)}.base-modal__footer{display:flex;justify-content:flex-end;gap:10px;padding:12px 18px;border-top:1px solid var(--border-line);background-color:var(--bg-sub)}.notice-modal-content{white-space:pre-wrap;line-height:1.8}.base-modal-fade-enter-active,.base-modal-fade-leave-active{transition:opacity .2s ease}.base-modal-fade-enter-from,.base-modal-fade-leave-to{opacity:0}.base-modal-panel-enter-active,.base-modal-panel-leave-active{transition:opacity .22s ease,transform .22s ease}.base-modal-panel-enter-from,.base-modal-panel-leave-to{opacity:0;transform:translateY(10px) scale(.98)}[data-reka-dialog-overlay]{opacity:0;transition:opacity .18s ease}[data-reka-dialog-overlay][data-state=open]{opacity:1}[data-reka-dialog-overlay][data-state=closed]{opacity:0}.base-modal-panel{opacity:0;transform:translate(-50%,-50%) scale(.98);transition:opacity .2s ease,transform .2s ease}.base-modal-panel[data-state=open]{opacity:1;transform:translate(-50%,-50%) scale(1)}.base-modal-panel[data-state=closed]{opacity:0;transform:translate(-50%,-50%) scale(.98)}@media(max-width:640px){.base-modal-panel{transform:translate(-50%) translateY(8px) scale(.98)}.base-modal-panel[data-state=open]{transform:translate(-50%) translateY(0) scale(1)}.base-modal-panel[data-state=closed]{transform:translate(-50%) translateY(8px) scale(.98)}}.dialog-overlay-enter-active,.dialog-overlay-leave-active{transition:opacity .24s ease}.dialog-overlay-enter-from,.dialog-overlay-leave-to{opacity:0}.dialog-overlay-enter-to,.dialog-overlay-leave-from{opacity:1}.dialog-content-enter-active,.dialog-content-leave-active{transition:opacity .24s ease,transform .24s cubic-bezier(.16,1,.3,1)}.dialog-content-enter-from,.dialog-content-leave-to{opacity:0;transform:translate(-50%,-48%) scale(.96)}.dialog-content-enter-to,.dialog-content-leave-from{opacity:1;transform:translate(-50%,-50%) scale(1)}@media(max-width:640px){.dialog-content-enter-from,.dialog-content-leave-to{opacity:0;transform:translate(-50%) translateY(14px) scale(.98)}.dialog-content-enter-to,.dialog-content-leave-from{opacity:1;transform:translate(-50%) translateY(0) scale(1)}}.base-modal-panel[data-state=closed],[data-reka-dialog-overlay][data-state=closed]{pointer-events:none}.base-modal-panel[data-state=open],[data-reka-dialog-overlay][data-state=open]{pointer-events:auto}.base-modal-panel[data-state=closed],.base-modal-panel[data-state=closed] *,.dialog-overlay-layer[data-state=closed]{pointer-events:none!important}.base-modal-panel[data-state=open],.dialog-overlay-layer[data-state=open]{pointer-events:auto!important}.dialog-overlay-layer{transition:opacity .24s ease}.dialog-overlay--open{opacity:1!important;pointer-events:auto!important}.dialog-overlay--closed{opacity:0!important;pointer-events:none!important}.base-modal-panel{transition:opacity .4s cubic-bezier(.16,1,.3,1),transform .45s cubic-bezier(.16,1,.3,1)}.base-modal-panel--open{opacity:1!important;pointer-events:auto!important;transform:translate(-50%,-50%) scale(1)!important}.base-modal-panel--closed{opacity:0!important;pointer-events:none!important;transform:translate(-50%,-40%) scale(.96)!important}.notice-modal-content{font-size:.9rem;line-height:1.75;color:var(--text-main);word-break:break-word}.notice-modal-content p{margin-bottom:10px}.notice-modal-content a{color:var(--link-blue);text-decoration:underline}.prose-notice p{margin-bottom:1.25rem}.prose-notice a{color:var(--link-blue);text-decoration:underline;text-underline-offset:4px}.prose-notice ol,.prose-notice ul{padding-left:1.5rem;margin-bottom:1.25rem}.prose-notice li{margin-bottom:.5rem}.prose-notice strong{font-weight:700;color:var(--text-main)}.load-more-wrap{display:flex;justify-content:center;padding:8px 0 0}.load-more-skeleton{margin-top:12px}.load-more-btn:disabled{opacity:.45;cursor:default}.about-page{display:flex;flex-direction:column;align-items:flex-start;padding:8px 0}.about-avatar-wrap{margin-bottom:20px}.about-avatar{width:80px;height:80px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.about-avatar-fallback{width:80px;height:80px;border-radius:50%;background:var(--bg-sub);display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;color:var(--text-main)}.about-name{font-size:1.6rem;font-weight:700;margin-bottom:10px}.about-bio{color:var(--text-muted);font-size:.95rem;line-height:1.7;max-width:540px}.about-divider{width:40px;height:2px;background:var(--border-line);margin:28px 0}.about-placeholder{color:var(--text-muted);font-size:.85rem}.no-more-tip{text-align:center;padding:8px 0;color:var(--text-soft);font-size:.78rem;opacity:1}.user-page{width:100%}.user-loading{display:inline-flex;align-items:center;gap:8px;min-height:180px;color:var(--text-muted);font-size:.86rem}.user-loading span:first-child{animation:spin .9s linear infinite}.user-card{display:grid;width:100%;grid-template-columns:220px minmax(0,1fr);gap:36px}.user-card--public{grid-template-columns:220px minmax(0,1fr)}.user-tabs{display:contents}.user-menu{position:sticky;top:104px;display:flex;flex-direction:column;gap:6px;align-items:stretch;color:var(--text-muted);border-bottom:none}.user-menu-item{position:relative;display:flex;width:100%;height:46px;min-width:0;align-items:center;justify-content:flex-start;gap:12px;margin-bottom:0;padding:0 14px;border:0!important;border-radius:8px;background:transparent;color:var(--text-muted);cursor:pointer;font-weight:500;text-align:left;text-decoration:none;box-shadow:none;transition:background .16s ease,color .16s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none}.user-menu-item:after{display:none}.user-menu-item:hover{background:var(--bg-sub);color:var(--text-main)}.user-menu-item[data-state=active]{background:var(--bg-sub);color:var(--text-main);font-weight:600}.user-menu-item:focus-visible{outline:2px solid color-mix(in srgb,var(--link-blue) 58%,transparent);outline-offset:2px}.user-menu-item>i{width:19px;height:19px;flex-shrink:0;color:inherit}.user-menu-item>span{display:inline-flex;min-width:0;align-items:center}.user-menu-item strong{color:inherit;font-size:.9rem;font-weight:inherit}.user-menu-item small{display:none}.user-panel{min-width:0}.user-panel-head{margin-bottom:24px;padding-bottom:12px;border-bottom:1px solid var(--border-line)}.user-panel-head--actions{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.user-panel-head h2{margin:0;color:var(--text-main);font-size:1.2rem;font-weight:600}.user-panel-head p{margin:8px 0 0;color:var(--text-muted);font-size:.82rem}.user-panel-actions{display:inline-flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:10px}.user-segmented{display:inline-flex;height:32px;align-items:center;gap:2px;padding:3px;border-radius:8px;background:var(--bg-sub)}.user-segmented button{display:inline-flex;height:26px;align-items:center;justify-content:center;padding:0 10px;border:0;border-radius:6px;background:transparent;color:var(--text-muted);font:inherit;font-size:.78rem;font-weight:600;line-height:1;white-space:nowrap;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:background .16s ease,color .16s ease,box-shadow .16s ease}.user-segmented button:hover{color:var(--text-main)}.user-segmented button.active{background:var(--bg-main);color:var(--text-main);box-shadow:0 1px 3px #09090b0f}.user-segmented button:focus-visible{outline:2px solid color-mix(in srgb,var(--link-blue) 58%,transparent);outline-offset:2px}.user-form{display:grid;max-width:620px;gap:18px}.user-form-submit{width:-moz-fit-content;width:fit-content}.user-readonly{display:grid;max-width:620px;gap:18px}.user-readonly-item{display:grid;gap:6px}.user-readonly-label{color:var(--text-muted);font-size:.78rem;font-weight:500}.user-readonly-item strong{color:var(--text-main);font-size:.95rem;font-weight:600}.user-readonly-item p{margin:0;color:var(--text-main);font-size:.92rem;line-height:1.75;white-space:pre-wrap}.user-readonly-item a,.user-readonly-item span:not(.user-readonly-label){color:var(--text-main);font-size:.9rem;line-height:1.6;text-decoration:none}.user-readonly-item a:hover{color:var(--link-blue)}.user-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:24px}.user-stat-item{padding:14px 0}.user-stat-item strong{display:block;color:var(--text-main);font-size:1.18rem;font-weight:700;line-height:1.2}.user-stat-item span{display:block;margin-top:6px;color:var(--text-muted);font-size:.78rem}.user-activity-list{display:grid;gap:18px}.user-activity-item{padding-bottom:18px;border-bottom:1px solid var(--border-line)}.user-activity-item:last-child{border-bottom:none}.user-activity-meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px;color:var(--text-muted);font-size:.78rem}.user-activity-meta a{color:var(--text-main);font-weight:600;text-decoration:none}.user-activity-meta a:hover{color:var(--link-blue)}.user-activity-item p{margin:8px 0 0;color:var(--text-main);font-size:.9rem;line-height:1.75;white-space:pre-wrap}.user-activity-actions{display:flex;justify-content:center;margin-top:18px}.user-content-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.user-content-section{min-width:0}.user-content-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.user-content-section-head h3{margin:0;color:var(--text-main);font-size:.96rem;font-weight:700}.user-content-section-head span{color:var(--text-soft);font-size:.78rem;font-weight:700}.user-moment-form{display:grid;gap:10px;padding:12px;margin-bottom:12px;background:var(--bg-sub);border-radius:8px}.user-moment-form textarea{min-height:104px;resize:vertical}.user-moment-form-footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.user-moment-form-footer span{color:var(--text-muted);font-size:.78rem}.user-content-list{display:grid;gap:6px}.user-content-item{display:grid;gap:6px;padding:10px 0;border-bottom:1px solid var(--border-line);text-decoration:none}.user-content-item:last-child{border-bottom:0}.user-content-item:hover .user-content-title{color:var(--link-blue)}.user-content-title{overflow:hidden;color:var(--text-main);font-size:.9rem;font-weight:650;line-height:1.55;text-overflow:ellipsis;white-space:nowrap}.user-content-meta{display:flex;align-items:center;gap:10px;color:var(--text-muted);font-size:.76rem}.user-notification-list{display:grid;gap:8px}.user-notification-item{display:grid;width:100%;grid-template-columns:34px minmax(0,1fr) auto;gap:12px;padding:12px 10px;border:0;border-radius:8px;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:background .16s ease}.user-notification-item:focus-visible,.user-notification-item:hover{background:var(--bg-sub);outline:none}.user-notification-icon{display:grid;width:34px;height:34px;place-items:center;border-radius:8px;background:var(--bg-sub);color:var(--text-muted);font-size:17px}.user-notification-item--unread .user-notification-icon{background:#eff6ff;color:#2563eb}.user-notification-body{display:grid;min-width:0;gap:6px}.user-notification-title{display:flex;min-width:0;align-items:center;gap:8px;color:var(--text-main);font-size:.92rem;font-weight:650;line-height:1.4}.user-notification-title small{display:inline-flex;height:18px;align-items:center;padding:0 6px;border-radius:999px;background:#eff6ff;color:#2563eb;font-size:.66rem;font-weight:700}.user-notification-content{color:var(--text-muted);font-size:.84rem;line-height:1.65}.user-notification-body time{color:var(--text-soft);font-size:.74rem}.user-notification-actions{display:flex;align-self:start;gap:4px;opacity:0;transition:opacity .16s ease}.user-notification-actions:focus-within,.user-notification-item:focus-visible .user-notification-actions,.user-notification-item:hover .user-notification-actions{opacity:1}.user-notification-action{width:30px;height:30px;min-width:30px;color:var(--text-soft)}.user-notification-action:focus-visible,.user-notification-action:hover{color:var(--text-main)}.user-notification-action--danger:focus-visible,.user-notification-action--danger:hover{color:#dc2626}@media(max-width:768px){.user-card{grid-template-columns:1fr;gap:28px}.user-menu{position:static}.user-panel{padding:0}.user-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.user-content-grid{grid-template-columns:1fr}.user-panel-head--actions{flex-direction:column}.user-panel-actions{width:100%;justify-content:flex-start}}html.dark .user-menu-item{color:#9a9a9a}html.dark .user-menu-item:hover{background:#181818;color:#e6e6e6}html.dark .user-menu-item[data-state=active]{background:#202020;color:#f1f1f1;box-shadow:inset 0 0 0 1px #ffffff0a}html.dark .user-menu-item:focus-visible{outline-color:#7fafd494}html.dark .user-segmented{background:#181818}html.dark .user-segmented button.active{background:#242424;color:#f1f1f1;box-shadow:inset 0 0 0 1px #ffffff0a}html.dark .user-notification-item--unread .user-notification-icon,html.dark .user-notification-title small{background:#172033;color:#7fafd4}.toast-wrap{position:fixed;top:42px;left:50%;transform:translate(-50%);z-index:200010!important;display:flex;flex-direction:column;align-items:center;gap:6px;pointer-events:none}.toast-item{display:flex;align-items:center;gap:9px;min-height:38px;max-width:min(420px,calc(100vw - 28px));padding:8px 18px 8px 13px;border-radius:6px;border:none;background:var(--bg-main);color:var(--text-main);box-shadow:0 10px 30px #1111111f,0 2px 8px #1111110f;font-size:.86rem;font-weight:500;line-height:1.45;white-space:nowrap;pointer-events:auto}.toast-icon{display:inline-flex;width:20px;height:20px;flex-shrink:0;align-items:center;justify-content:center;font-size:17px}.toast-text{min-width:0;overflow:hidden;text-overflow:ellipsis}.toast-item--success .toast-icon{color:#169b62}.toast-item--error .toast-icon{color:#d14343}.toast-item--warning .toast-icon{color:#b7791f}.toast-item--info .toast-icon{color:#3b72d9}.toast-enter-active,.toast-leave-active{transition:opacity .18s ease,transform .18s ease}.toast-enter-from,.toast-leave-to{opacity:0;transform:translateY(-6px)}.lb-root{position:fixed;inset:0;z-index:200000;opacity:0;pointer-events:none;transition:opacity .22s ease}.lb-root.lb-open{opacity:1;pointer-events:auto}.lb-backdrop{position:absolute;inset:0;background:#000000eb;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.lb-wrap{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.92);transition:transform .26s cubic-bezier(.16,1,.3,1);z-index:1;max-width:min(90vw,1100px);max-height:80vh}.lb-root.lb-open .lb-wrap{transform:translate(-50%,-50%) scale(1)}.lb-img{display:block;max-width:100%;max-height:80vh;border-radius:4px;-o-object-fit:contain;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none;box-shadow:0 20px 60px #0009}.lb-close{position:absolute;top:18px;right:18px;z-index:3;width:36px;height:36px;border:none;border-radius:6px;background:#ffffff14;color:#ffffffd9;font-size:18px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.lb-close:hover{background:#ffffff29;color:#fff}.lb-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:44px;height:44px;border:none;border-radius:6px;background:#ffffff14;color:#ffffffe6;font-size:24px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding-bottom:1px}.lb-nav:hover{background:#ffffff29;color:#fff}.lb-prev{left:18px}.lb-next{right:18px}.lb-footer{position:absolute;bottom:20px;left:50%;transform:translate(-50%);z-index:3;display:flex;flex-direction:column;align-items:center;gap:4px;pointer-events:none}.lb-counter{color:#ffffff73;font-size:.78rem;letter-spacing:.04em}.lb-caption{color:#ffffffb3;font-size:.82rem;max-width:min(80vw,600px);text-align:center;background:#00000059;padding:3px 12px;border-radius:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}@media(prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.list-skeleton__cover,.skeleton-line{animation:none}}@media(max-width:900px){.main-container{grid-template-columns:1fr;gap:34px;margin-top:92px;padding:0 24px}.sidebar{position:static;gap:28px}.category-item{margin:0}.nav-menu{display:none}.logo{margin-right:0}.comment-form-grid{grid-template-columns:1fr}.comment-children{margin-left:18px;padding-left:14px}}@media(max-width:640px){.list-skeleton__item,.list-skeleton__item--cover{grid-template-columns:1fr}.list-skeleton__cover{order:-1;min-height:120px}.article-item,.article-item--with-cover{grid-template-columns:1fr;gap:12px}.article-content{min-height:0}.base-modal{align-items:flex-end;padding:14px}.base-modal__panel{max-height:82vh;border-radius:10px}.base-modal__header{padding:15px 16px}.base-modal__body{max-height:calc(82vh - 108px);padding:16px}.base-modal-panel{transform:translate(-50%) translateY(8px) scale(.98)}.base-modal-panel[data-state=open]{transform:translate(-50%) translateY(0) scale(1)}.base-modal-panel[data-state=closed]{transform:translate(-50%) translateY(8px) scale(.98)}.dialog-content-enter-from,.dialog-content-leave-to{opacity:0;transform:translate(-50%) translateY(14px) scale(.98)}.dialog-content-enter-to,.dialog-content-leave-from{opacity:1;transform:translate(-50%) translateY(0) scale(1)}.base-modal-panel--open{transform:translate(-50%) translateY(0) scale(1)!important}.base-modal-panel--closed{transform:translate(-50%) translateY(20px) scale(.98)!important}.lb-prev{left:8px}.lb-next{right:8px}.lb-close{top:12px;right:12px}.lb-nav{width:36px;height:36px;font-size:22px}}@media(max-width:560px){.site-header{height:58px}.nav-container{padding:0 16px}.nav-auth a{display:none}.main-container{margin-top:82px;padding:0 16px}.feed-item{gap:12px}.feed-avatar,.feed-avatar-link{width:36px;height:36px}.media-4{width:100%}.feed-footer{flex-direction:column;align-items:flex-start;gap:8px}.mc-form-row{grid-template-columns:1fr}}::view-transition-new(root),::view-transition-old(root){animation:none;mix-blend-mode:normal}::view-transition-old(root){z-index:1;opacity:1}::view-transition-new(root){z-index:9999;opacity:1}html.dark{--bg-main: #111;--bg-sub: #1c1c1c;--bg-soft: #151515;--bg-card: #171717;--bg-comment: #1f1f1f;--text-main: #eee;--text-muted: #a1a1aa;--text-soft: #71717a;--border-line: #2a2a2a;--border-soft: #262626;--border-strong: #eee;--link-blue: #7fafd4;--shadow-clean: 0 2px 14px rgba(0,0,0,.22);--shadow-soft: 0 12px 36px rgba(0,0,0,.32)}html.dark .site-header{background-color:#111111e6}html.dark .nav-menu li.active>.nav-static,html.dark .nav-menu li.active>a{color:var(--text-main)}html.dark .dropdown-menu{background-color:#1c1c1c;box-shadow:0 4px 12px #0006}html.dark .ui-badge--outline,html.dark .ui-button--secondary{border-color:var(--border-line);background:var(--bg-main);color:var(--text-main)}html.dark .comment-item--reply .comment-body,html.dark .feed-reactions,html.dark .ui-card--subtle,html.dark .ui-empty{background:var(--bg-comment)}html.dark .article-item,html.dark .feed-item,html.dark .sidebar>div,html.dark .ui-empty{border-color:transparent;background:var(--bg-card)}html.dark .base-modal-panel{background-color:#1a1a1a!important;border-color:#2a2a2a!important}html.dark .base-modal__body,html.dark .dialog-header{color:var(--text-main)}html.dark .article-md-preview.md-editor,html.dark .article-md-preview.md-editor-previewOnly{--md-bk-color-outstand: var(--bg-sub);--md-bk-hover-color: #202020}html.dark .article-md-preview .md-editor-preview{--md-theme-code-inline-color: #9ccdf2;--md-theme-code-inline-bg-color: rgba(127,175,212,.14);--md-theme-code-block-bg-color: #171717;--md-theme-code-before-bg-color: #171717;--md-theme-quote-color: #aaa;--md-theme-quote-border: 4px solid #444;--md-theme-quote-bg-color: #1b1b1b}html.dark .article-md-preview .md-editor-preview table thead tr,html.dark .article-md-preview .md-editor-preview table tr:nth-child(2n){background:#151515}html.dark .article-md-preview .md-editor-preview .md-editor-code{border-color:#2a2a2a;background:#171717}html.dark .article-md-preview .md-editor-preview .md-editor-code-head{border-bottom-color:#2a2a2a;background:#1b1b1b}html.dark .article-md-preview .md-editor-preview .md-editor-code pre code::-webkit-scrollbar-thumb{background:#3a3a3a}html.dark .article-html-preview blockquote{border-left-color:#444;background:#1b1b1b;color:#aaa}html.dark .article-html-preview :not(pre)>code{background:#7fafd424;color:#9ccdf2}html.dark .article-html-preview pre{border-color:#2a2a2a;background:#171717}html.dark .toast-item{background:var(--bg-main);color:var(--text-main);box-shadow:0 10px 30px #00000052,0 0 0 1px #ffffff14}html.dark .toast-item--success .toast-icon{color:#8ee0b6}html.dark .toast-item--error .toast-icon{color:#f2a8a8}html.dark .toast-item--warning .toast-icon{color:#eecb80}html.dark .toast-item--info .toast-icon{color:#a9c7f8}html.dark body{background:#0f0f10}html.dark .site-header{border-bottom-color:#252528;background-color:#0f0f10e0}html.dark .sidebar>div{border-color:var(--border-line);background:transparent;box-shadow:none}html.dark .profile-section{border-bottom-color:#2a2a2d}html.dark .stats-section .stat-box{border-color:#222225;background:#161617}html.dark .quick-link,html.dark .theme-mode-switch{background:#18181a}html.dark .theme-mode-option.is-active{background:#262629;color:#f4f4f5;box-shadow:inset 0 0 0 1px #ffffff0a}html.dark .category-item:hover,html.dark .dropdown-menu li a:hover,html.dark .icon-btn:hover,html.dark .mobile-nav a.active,html.dark .mobile-nav a:hover,html.dark .notice-list-item:hover,html.dark .notification-trigger.icon-btn:hover,html.dark .notification-trigger.ui-button:hover{background:#1b1b1d}html.dark .article-item,html.dark .feed-item{border-color:#242427;background:transparent;box-shadow:none}html.dark .feed-reactions{background:#19191b}html.dark .ui-empty{background:#171719}html.dark .quick-section{border-top-color:#2a2a2d!important}*,:after,:before{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 transparent;--un-ring-shadow:0 0 transparent;--un-shadow-inset: ;--un-shadow:0 0 transparent;--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgba(147,197,253,.5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 transparent;--un-ring-shadow:0 0 transparent;--un-shadow-inset: ;--un-shadow:0 0 transparent;--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgba(147,197,253,.5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }.i-lucide-alert-triangle{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.11em' height='1.11em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m21.73 18l-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3M12 9v4m0 4h.01'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.11em;height:1.11em}.i-lucide-archive{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.11em' height='1.11em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Crect width='20' height='5' x='2' y='3' rx='1'/%3E%3Cpath d='M4 8v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8m-10 4h4'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.11em;height:1.11em}.i-lucide-arrow-left{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.11em' height='1.11em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m12 19l-7-7l7-7m7 7H5'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.11em;height:1.11em}.i-lucide-arrow-up{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.11em' height='1.11em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m5 12l7-7l7 7m-7 7V5'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.11em;height:1.11em}.i-lucide-arrow-up-right{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.11em' height='1.11em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M7 7h10v10M7 17L17 7'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.11em;height:1.11em}.i-lucide-bar-chart-3{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.11em' height='1.11em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M3 3v18h18m-3-4V9m-5 8V5M8 17v-3'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.11em;height:1.11em}.i-lucide-bell{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.11em' height='1.11em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M10.268 21a2 2 0 0 0 3.464 0m-10.47-5.674A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.11em;height:1.11em}.i-lucide-calendar{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.11em' height='1.11em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M8 2v4m8-4v4'/%3E%3Crect width='18' height='18' x='3' y='4' rx='2'/%3E%3Cpath d='M3 10h18'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.11em;height:1.11em}.i-lucide-calendar-days{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.11em' height='1.11em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M8 2v4m8-4v4'/%3E%3Crect width='18' height='18' x='3' y='4' rx='2'/%3E%3Cpath d='M3 10h18M8 14h.01M12 14h.01M16 14h.01M8 18h.01M12 18h.01M16 18h.01'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.11em;height:1.11em}.i-lucide-check-circle{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.11em' height='1.11em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M21.801 10A10 10 0 1 1 17 3.335'/%3E%3Cpath d='m9 11l3 3L22 4'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.11em;height:1.11em}.i-lucide-chevron-down{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.11em' height='1.11em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 9l6 6l6-6'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.11em;height:1.11em}.i-lucide-chevron-right{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.11em' height='1.11em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m9 18l6-6l-6-6'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.11em;height:1.11em}.i-lucide-circle-check{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.11em' height='1.11em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='m9 12l2 2l4-4'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.11em;height:1.11em}.i-lucide-circle-user-round{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.11em' height='1.11em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M17.925 20.056a6 6 0 0 0-11.851.001'/%3E%3Ccircle cx='12' cy='11' r='4'/%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.11em;height:1.11em}.i-lucide-clock{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.11em' height='1.11em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 6v6l4 2'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.11em;height:1.11em}.i-lucide-compass{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.11em' height='1.11em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='m16.24 7.76l-1.804 5.411a2 2 0 0 1-1.265 1.265L7.76 16.24l1.804-5.411a2 2 0 0 1 1.265-1.265z'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.11em;height:1.11em}.i-lucide-eye{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.11em' height='1.11em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M2.062 12.348a1 1 0 0 1 0-.696a10.75 10.75 0 0 1 19.876 0a1 1 0 0 1 0 .696a10.75 10.75 0 0 1-19.876 0'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.11em;height:1.11em}.i-lucide-file-text{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.11em' height='1.11em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z'/%3E%3Cpath d='M14 2v5a1 1 0 0 0 1 1h5M10 9H8m8 4H8m8 4H8'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.11em;height:1.11em}.i-lucide-file-type{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.11em' height='1.11em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z'/%3E%3Cpath d='M14 2v5a1 1 0 0 0 1 1h5m-9 10h2m-1-6v6m-3-5v-.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v.5'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.11em;height:1.11em}.i-lucide-folder{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.11em' height='1.11em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.11em;height:1.11em}.i-lucide-folder-open{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.11em' height='1.11em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 14l1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.11em;height:1.11em}.i-lucide-hash{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.11em' height='1.11em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 9h16M4 15h16M10 3L8 21m8-18l-2 18'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.11em;height:1.11em}.i-lucide-heart{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.11em' height='1.11em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 9.5a5.5 5.5 0 0 1 9.591-3.676a.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5c0 2.29-1.5 4-3 5.5l-5.492 5.313a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.11em;height:1.11em}.i-lucide-heart-crack{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.11em' height='1.11em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M12.409 5.824c-.702.792-1.15 1.496-1.415 2.166l2.153 2.156a.5.5 0 0 1 0 .707l-2.293 2.293a.5.5 0 0 0 0 .707L12 15'/%3E%3Cpath d='M13.508 20.313a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5a5.5 5.5 0 0 1 9.591-3.677a.6.6 0 0 0 .818.001A5.5 5.5 0 0 1 22 9.5c0 2.29-1.5 4-3 5.5z'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.11em;height:1.11em}.i-lucide-inbox{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.11em' height='1.11em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M22 12h-6l-2 3h-4l-2-3H2'/%3E%3Cpath d='M5.45 5.11L2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.11em;height:1.11em}.i-lucide-info{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.11em' height='1.11em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 16v-4m0-4h.01'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.11em;height:1.11em}.i-lucide-layers{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.11em' height='1.11em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 1.66 0l8.58-3.9a1 1 0 0 0 0-1.83z'/%3E%3Cpath d='M2 12a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 12'/%3E%3Cpath d='M2 17a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 17'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.11em;height:1.11em}.i-lucide-layout-list{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.11em' height='1.11em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Crect width='7' height='7' x='3' y='3' rx='1'/%3E%3Crect width='7' height='7' x='3' y='14' rx='1'/%3E%3Cpath d='M14 4h7m-7 5h7m-7 6h7m-7 5h7'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.11em;height:1.11em}.i-lucide-library{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.11em' height='1.11em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m16 6l4 14M12 6v14M8 8v12M4 4v16'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.11em;height:1.11em}.i-lucide-link{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.11em' height='1.11em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71'/%3E%3Cpath d='M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.11em;height:1.11em}.i-lucide-link-2{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.11em' height='1.11em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9 17H7A5 5 0 0 1 7 7h2m6 0h2a5 5 0 1 1 0 10h-2m-7-5h8'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.11em;height:1.11em}.i-lucide-list-tree{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.11em' height='1.11em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M8 5h13m-8 7h8m-8 7h8M3 10a2 2 0 0 0 2 2h3'/%3E%3Cpath d='M3 5v12a2 2 0 0 0 2 2h3'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.11em;height:1.11em}.i-lucide-loader-circle{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.11em' height='1.11em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M21 12a9 9 0 1 1-6.219-8.56'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.11em;height:1.11em}.i-lucide-log-out{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.11em' height='1.11em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m16 17l5-5l-5-5m5 5H9m0 9H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.11em;height:1.11em}.i-lucide-mail{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.11em' height='1.11em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='m22 7l-8.991 5.727a2 2 0 0 1-2.009 0L2 7'/%3E%3Crect width='20' height='16' x='2' y='4' rx='2'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.11em;height:1.11em}.i-lucide-mail-check,[i-lucide-mail-check=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.11em' height='1.11em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8'/%3E%3Cpath d='m22 7l-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7m14 12l2 2l4-4'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.11em;height:1.11em}.i-lucide-megaphone{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.11em' height='1.11em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M11 6a13 13 0 0 0 8.4-2.8A1 1 0 0 1 21 4v12a1 1 0 0 1-1.6.8A13 13 0 0 0 11 14H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2z'/%3E%3Cpath d='M6 14a12 12 0 0 0 2.4 7.2a2 2 0 0 0 3.2-2.4A8 8 0 0 1 10 14M8 6v8'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.11em;height:1.11em}.i-lucide-menu{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.11em' height='1.11em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 5h16M4 12h16M4 19h16'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.11em;height:1.11em}.i-lucide-message-circle{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.11em' height='1.11em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092a10 10 0 1 0-4.777-4.719'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.11em;height:1.11em}.i-lucide-message-circle-more{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.11em' height='1.11em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092a10 10 0 1 0-4.777-4.719M8 12h.01M12 12h.01M16 12h.01'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.11em;height:1.11em}.i-lucide-message-square-reply{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.11em' height='1.11em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z'/%3E%3Cpath d='m10 8l-3 3l3 3'/%3E%3Cpath d='M17 14v-1a2 2 0 0 0-2-2H7'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.11em;height:1.11em}.i-lucide-messages-square{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.11em' height='1.11em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M16 10a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 14.286V4a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2zm4-1a2 2 0 0 1 2 2v10.286a.71.71 0 0 1-1.212.502l-2.202-2.202A2 2 0 0 0 17.172 19H10a2 2 0 0 1-2-2v-1'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.11em;height:1.11em}.i-lucide-monitor{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.11em' height='1.11em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Crect width='20' height='14' x='2' y='3' rx='2'/%3E%3Cpath d='M8 21h8m-4-4v4'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.11em;height:1.11em}.i-lucide-moon{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.11em' height='1.11em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M20.985 12.486a9 9 0 1 1-9.473-9.472c.405-.022.617.46.402.803a6 6 0 0 0 8.268 8.268c.344-.215.825-.004.803.401'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.11em;height:1.11em}.i-lucide-paperclip{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.11em' height='1.11em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m16 6l-8.414 8.586a2 2 0 0 0 2.829 2.829l8.414-8.586a4 4 0 1 0-5.657-5.657l-8.379 8.551a6 6 0 1 0 8.485 8.485l8.379-8.551'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.11em;height:1.11em}.i-lucide-pin{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.11em' height='1.11em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 17v5M9 10.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24V16a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-.76a2 2 0 0 0-1.11-1.79l-1.78-.9A2 2 0 0 1 15 10.76V7a1 1 0 0 1 1-1a2 2 0 0 0 0-4H8a2 2 0 0 0 0 4a1 1 0 0 1 1 1z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.11em;height:1.11em}.i-lucide-rss{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.11em' height='1.11em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M4 11a9 9 0 0 1 9 9M4 4a16 16 0 0 1 16 16'/%3E%3Ccircle cx='5' cy='19' r='1'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.11em;height:1.11em}.i-lucide-search{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.11em' height='1.11em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='m21 21l-4.34-4.34'/%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.11em;height:1.11em}.i-lucide-search-x{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.11em' height='1.11em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='m13.5 8.5l-5 5m0-5l5 5'/%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21l-4.3-4.3'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.11em;height:1.11em}.i-lucide-send{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.11em' height='1.11em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M14.536 21.686a.5.5 0 0 0 .937-.024l6.5-19a.496.496 0 0 0-.635-.635l-19 6.5a.5.5 0 0 0-.024.937l7.93 3.18a2 2 0 0 1 1.112 1.11zm7.318-19.539l-10.94 10.939'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.11em;height:1.11em}.i-lucide-shield-check,[i-lucide-shield-check=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.11em' height='1.11em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z'/%3E%3Cpath d='m9 12l2 2l4-4'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.11em;height:1.11em}.i-lucide-sparkles,[i-lucide-sparkles=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.11em' height='1.11em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594zM20 2v4m2-2h-4'/%3E%3Ccircle cx='4' cy='20' r='2'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.11em;height:1.11em}.i-lucide-sun{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.11em' height='1.11em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Cpath d='M12 2v2m0 16v2M4.93 4.93l1.41 1.41m11.32 11.32l1.41 1.41M2 12h2m16 0h2M6.34 17.66l-1.41 1.41M19.07 4.93l-1.41 1.41'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.11em;height:1.11em}.i-lucide-tag{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.11em' height='1.11em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M12.586 2.586A2 2 0 0 0 11.172 2H4a2 2 0 0 0-2 2v7.172a2 2 0 0 0 .586 1.414l8.704 8.704a2.426 2.426 0 0 0 3.42 0l6.58-6.58a2.426 2.426 0 0 0 0-3.42z'/%3E%3Ccircle cx='7.5' cy='7.5' r='.5' fill='currentColor'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.11em;height:1.11em}.i-lucide-tags{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.11em' height='1.11em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M13.172 2a2 2 0 0 1 1.414.586l6.71 6.71a2.4 2.4 0 0 1 0 3.408l-4.592 4.592a2.4 2.4 0 0 1-3.408 0l-6.71-6.71A2 2 0 0 1 6 9.172V3a1 1 0 0 1 1-1zM2 7v6.172a2 2 0 0 0 .586 1.414l6.71 6.71a2.4 2.4 0 0 0 3.191.193'/%3E%3Ccircle cx='10.5' cy='6.5' r='.5' fill='currentColor'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.11em;height:1.11em}.i-lucide-trash-2{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.11em' height='1.11em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M10 11v6m4-6v6m5-11v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6M3 6h18M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.11em;height:1.11em}.i-lucide-user{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.11em' height='1.11em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.11em;height:1.11em}.i-lucide-user-round{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.11em' height='1.11em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Ccircle cx='12' cy='8' r='5'/%3E%3Cpath d='M20 21a8 8 0 0 0-16 0'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.11em;height:1.11em}.i-lucide-x{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.11em' height='1.11em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M18 6L6 18M6 6l12 12'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.11em;height:1.11em}.i-lucide-x-circle{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.11em' height='1.11em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='m15 9l-6 6m0-6l6 6'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.11em;height:1.11em}.text-muted{--un-text-opacity:1;color:rgb(118 118 118 / var(--un-text-opacity))}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.data-\[state\=open\]\:pointer-events-auto[data-state=open],.pointer-events-auto{pointer-events:auto}.data-\[state\=closed\]\:pointer-events-none[data-state=closed]{pointer-events:none}.disabled\:pointer-events-none:disabled{pointer-events:none}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.left-0{left:0}.left-1\/2{left:50%}.right-4{right:1rem}.top-1\/2{top:50%}.top-4{top:1rem}.z-100000{z-index:100000}.z-100001{z-index:100001}.z-2000{z-index:2000}.grid{display:grid}[rows~="3"]{grid-template-rows:repeat(3,minmax(0,1fr))}[rows~="4"]{grid-template-rows:repeat(4,minmax(0,1fr))}.-mb-px{margin-bottom:-1px}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mt-1\.5{margin-top:.375rem}.mt-2{margin-top:.5rem}.mt-8{margin-top:2rem}.block{display:block}.hidden{display:none}[size~=sm]{width:24rem;height:24rem}.\!w-64{width:16rem!important}.h-0{height:0}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-8{height:2rem}.h1{height:.25rem}.h2{height:.5rem}.group:hover .group-hover\:h-3,.h3{height:.75rem}.max-h-\[50vh\]{max-height:50vh}.max-w-\[420px\]{max-width:420px}.max-w-520px{max-width:520px}.max-w-lg{max-width:32rem}.min-h-16{min-height:4rem}.min-h-24{min-height:6rem}.min-h-screen{min-height:100vh}.min-w-0{min-width:0}.min-w-24{min-width:6rem}.w-\[2px\]{width:2px}.w-\[calc\(100\%-32px\)\]{width:calc(100% - 32px)}.w-72{width:18rem}.w-8{width:2rem}.w-full{width:100%}.flex{display:flex}.inline-flex{display:inline-flex}.flex-shrink{flex-shrink:1}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.-translate-x-1\/2{--un-translate-x:-50%;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.-translate-y-1\/2{--un-translate-y:-50%;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.group:hover .group-hover\:translate-x-1{--un-translate-x:.25rem;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.transform{transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.cursor-pointer{cursor:pointer}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize-y{resize:vertical}.place-content-center{place-content:center}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.b,.border{border-width:1px}.border-0{border-width:0}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-t{border-top-width:1px}.border-\[var\(--border-line\)\]{border-color:var(--border-line)}.border-black\/16{border-color:#00000029}.border-border{--un-border-opacity:1;border-color:rgb(228 228 231 / var(--un-border-opacity))}.border-transparent{border-color:transparent}.data-\[state\=active\]\:border-\[var\(--text-main\)\][data-state=active]{border-color:var(--text-main)}.rounded-\[10px\]{border-radius:10px}.rounded-\[24px\]{border-radius:24px}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.\!border-none{border-style:none!important}.border-none{border-style:none}.bg-\[\#fafafa\]{--un-bg-opacity:1;background-color:rgb(250 250 250 / var(--un-bg-opacity))}.bg-\[var\(--bg-card\)\]{background-color:var(--bg-card)}.bg-\[var\(--bg-main\)\]\/60{background-color:var(--bg-main)}.bg-\[var\(--bg-sub\)\]{background-color:var(--bg-sub)}.bg-\[var\(--text-main\)\]{background-color:var(--text-main)}.bg-black\/12{background-color:#0000001f}.bg-sub{--un-bg-opacity:1;background-color:rgb(247 247 247 / var(--un-bg-opacity))}.bg-transparent{background-color:transparent}.bg-white{--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity))}.dark .dark\:bg-\[\#020420\]{--un-bg-opacity:1;background-color:rgb(2 4 32 / var(--un-bg-opacity))}.hover\:bg-\[var\(--bg-sub\)\]:hover{background-color:var(--bg-sub)}.focus\:bg-\[var\(--bg-card\)\]:focus{background-color:var(--bg-card)}.\!p-0{padding:0!important}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-3\.5{padding-left:.875rem;padding-right:.875rem}.px-4{padding-left:1rem;padding-right:1rem}.px-4\.5{padding-left:1.125rem;padding-right:1.125rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-2{padding-bottom:.5rem}.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.pl-4{padding-left:1rem}.pr-14{padding-right:3.5rem}.pt-2{padding-top:.5rem}.pt-4{padding-top:1rem}.pt-4\.5{padding-top:1.125rem}.pt-6{padding-top:1.5rem}.text-center{text-align:center}.text-left{text-align:left}[align~=end]{vertical-align:bottom}.text-\[0\.84rem\]{font-size:.84rem}.text-\[0\.9rem\]{font-size:.9rem}.text-\[12px\]{font-size:12px}.text-\[13px\]{font-size:13px}.text-\[14\.5px\]{font-size:14.5px}.text-\[14px\]{font-size:14px}.text-\[16px\]{font-size:16px}.text-\[80px\]{font-size:80px}.text-\[9px\]{font-size:9px}.text-2xl{font-size:1.5rem;line-height:2rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.dark .dark\:text-white{--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.data-\[state\=active\]\:text-\[var\(--text-main\)\][data-state=active],.text-\[var\(--text-main\)\],.text-\[var\(--text-main\)\]\/90{color:var(--text-main)}.data-\[state\=inactive\]\:text-\[var\(--text-muted\)\][data-state=inactive],.text-\[var\(--text-muted\)\]{color:var(--text-muted)}.text-\[\#020420\]{--un-text-opacity:1;color:rgb(2 4 32 / var(--un-text-opacity))}.text-\[\#64748B\]{--un-text-opacity:1;color:rgb(100 116 139 / var(--un-text-opacity))}.text-\[\#dc2626\]{--un-text-opacity:1;color:rgb(220 38 38 / var(--un-text-opacity))}.text-foreground{--un-text-opacity:1;color:rgb(9 9 11 / var(--un-text-opacity))}.data-\[state\=inactive\]\:hover\:text-\[var\(--text-main\)\]:hover[data-state=inactive]{color:var(--text-main)}.hover\:text-\[\#00DC82\]:hover{--un-text-opacity:1;color:rgb(0 220 130 / var(--un-text-opacity))}.hover\:text-\[var\(--text-main\)\]:hover{color:var(--text-main)}.placeholder\:text-\[var\(--text-muted\)\]::-moz-placeholder{color:var(--text-muted)}.placeholder\:text-\[var\(--text-muted\)\]::placeholder{color:var(--text-muted)}.font-700{font-weight:700}.font-black{font-weight:900}.font-medium{font-weight:500}.font-semibold{font-weight:600}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.tracking-\[0\.3em\]{letter-spacing:.3em}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.font-sans{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.uppercase{text-transform:uppercase}.tabular-nums{--un-numeric-spacing:tabular-nums;font-variant-numeric:var(--un-ordinal) var(--un-slashed-zero) var(--un-numeric-figure) var(--un-numeric-spacing) var(--un-numeric-fraction)}.underline{text-decoration-line:underline}.underline-offset-3{text-underline-offset:3px}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.active-tab:active{-moz-tab-size:4;-o-tab-size:4;tab-size:4}.data-\[state\=closed\]\:opacity-0[data-state=closed],.opacity-0{opacity:0}.data-\[state\=open\]\:opacity-100[data-state=open],.group:hover .group-hover\:opacity-100{opacity:1}.opacity-30{opacity:.3}.opacity-50{opacity:.5}.opacity-70{opacity:.7}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:opacity-55:disabled{opacity:.55}.dark .dark\:shadow-\[0_30px_90px_rgba\(0\,0\,0\,0\.5\)\]{--un-shadow:0 30px 90px var(--un-shadow-color, rgba(0,0,0,.5));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_18px_48px_rgba\(17\,17\,17\,0\.18\)\,0_2px_8px_rgba\(17\,17\,17\,0\.08\)\]{--un-shadow:0 18px 48px rgba(17,17,17,.18),0 2px 8px rgba(17,17,17,.08);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_30px_90px_rgba\(0\,0\,0\,0\.2\)\]{--un-shadow:0 30px 90px var(--un-shadow-color, rgba(0,0,0,.2));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_8px_22px_rgba\(9\,9\,11\,0\.08\)\]{--un-shadow:0 8px 22px var(--un-shadow-color, rgba(9,9,11,.08));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.outline,[outline=""]{outline-style:solid}.outline-none{outline:2px solid transparent;outline-offset:2px}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.aria-\[invalid\=true\]\:ring-1[aria-invalid=true]{--un-ring-width:1px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.focus\:ring-2:focus{--un-ring-width:2px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.focus-visible\:ring-1:focus-visible{--un-ring-width:1px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.focus-visible\:ring-2:focus-visible{--un-ring-width:2px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.aria-\[invalid\=true\]\:ring-\[\#dc2626\][aria-invalid=true]{--un-ring-opacity:1;--un-ring-color:rgb(220 38 38 / var(--un-ring-opacity)) }.focus\:ring-\[var\(--text-main\)\]\/15:focus{--un-ring-color:var(--text-main) }.focus-visible\:ring-\[var\(--text-main\)\]:focus-visible{--un-ring-color:var(--text-main) }.focus-visible\:ring-\[var\(--text-main\)\]\/15:focus-visible{--un-ring-color:var(--text-main) }.backdrop-blur-\[6px\]{--un-backdrop-blur:blur(6px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia)}.backdrop-blur-3xl{--un-backdrop-blur:blur(64px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.ease{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}@media(max-width:639.9px){.max-sm\:bottom-3{bottom:.75rem}.max-sm\:top-auto{top:auto}.max-sm\:translate-y-0{--un-translate-y:0;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}}@media(min-width:640px){.sm\:text-\[110px\]{font-size:110px}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}}
