@charset "UTF-8";.vm-header{position:sticky;top:0;z-index:200;background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.06);transition:box-shadow .3s ease}.vm-header--scrolled{box-shadow:0 2px 12px #00000014}.vm-header-inner{display:flex;align-items:center;justify-content:space-between;height:64px}.vm-logo{display:flex;align-items:center;gap:8px;text-decoration:none;flex-shrink:0}.vm-logo-img{height:36px;width:auto}.vm-logo-text{font-size:20px;font-weight:700;color:#1f2937;letter-spacing:-.5px}.vm-nav{display:flex;align-items:center;gap:4px}.vm-nav-link{display:flex;align-items:center;padding:8px 14px;font-size:15px;font-weight:500;color:#4b5563;text-decoration:none;border-radius:8px;transition:all .2s ease;white-space:nowrap}.vm-nav-link:hover,.vm-nav-link--active{color:#3b82f6;background:#eff6ff}.vm-search{position:relative;display:flex;align-items:center}.vm-search-input{width:200px;height:38px;padding:0 36px 0 14px;border:1.5px solid #e5e7eb;border-radius:20px;font-size:14px;background:#f9fafb;transition:all .3s ease;outline:none}.vm-search-input:focus{width:280px;border-color:#3b82f6;background:#fff;box-shadow:0 0 0 3px #3b82f61a}.vm-search-input::-moz-placeholder{color:#9ca3af}.vm-search-input::placeholder{color:#9ca3af}.vm-search-btn{position:absolute;right:4px;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:#9ca3af;cursor:pointer;border-radius:50%;transition:color .2s}.vm-search-btn:hover{color:#3b82f6}.vm-user-area{display:flex;align-items:center;gap:12px}.vm-user-area .vm-avatar{width:36px;height:36px;border-radius:50%;border:2px solid #e5e7eb;transition:border-color .2s}.vm-user-area .vm-avatar:hover{border-color:#3b82f6}.vm-user-area .vm-login-btn{display:flex;align-items:center;gap:6px;padding:7px 16px;background:#3b82f6;color:#fff;border-radius:20px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s ease}.vm-user-area .vm-login-btn:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.vm-menu-toggle{display:none;width:40px;height:40px;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;border-radius:8px}.vm-menu-toggle:hover{background:#f3f4f6}.vm-menu-toggle svg{width:24px;height:24px;color:#4b5563}.vm-mobile-menu{position:fixed;top:64px;left:0;right:0;bottom:0;background:#fffffffa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:199;padding:20px;overflow-y:auto;transform:translate(100%);transition:transform .3s ease}.vm-mobile-menu.is-open{transform:translate(0)}.vm-mobile-menu .vm-nav-link{display:block;padding:14px 16px;font-size:16px;border-radius:12px}.vm-mobile-menu .vm-search{margin-top:12px}.vm-mobile-menu .vm-search-input{width:100%}.vm-mobile-menu .vm-search-input:focus{width:100%}@media (max-width: 768px){.vm-nav,.vm-search,.vm-user-area{display:none}.vm-menu-toggle{display:flex}.vm-mobile-menu .vm-nav,.vm-mobile-menu .vm-search,.vm-mobile-menu .vm-user-area{display:flex;flex-direction:column}.vm-mobile-menu .vm-user-area{margin-top:16px}}.vm-footer{background:#1f2937;color:#d1d5db;margin-top:60px}.vm-footer-inner{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:40px;padding:48px 0 36px}.vm-footer-brand .vm-footer-title{font-size:20px;font-weight:700;color:#fff;margin-bottom:12px}.vm-footer-brand .vm-footer-desc{font-size:14px;line-height:1.7;color:#9ca3af}.vm-footer-links h4{font-size:15px;font-weight:600;color:#fff;margin-bottom:16px}.vm-footer-links ul{list-style:none;padding:0;margin:0}.vm-footer-links ul li{margin-bottom:10px}.vm-footer-links ul li a{color:#9ca3af;text-decoration:none;font-size:14px;transition:color .2s}.vm-footer-links ul li a:hover{color:#3b82f6}.vm-footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:20px 0;display:flex;align-items:center;justify-content:space-between;font-size:13px;color:#6b7280}@media (max-width: 768px){.vm-footer-inner{grid-template-columns:1fr;gap:28px}.vm-footer-bottom{flex-direction:column;gap:8px;text-align:center}}.vm-card,.vm-post-card{background:#fff;border-radius:12px;border:1px solid rgba(0,0,0,.06);transition:all .3s ease}.vm-card:hover,.vm-post-card:hover{box-shadow:0 8px 24px #00000014}.vm-card--hover-lift:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001a}.vm-card--flat{border:none;box-shadow:0 1px 3px #0000000d}.vm-card--flat:hover{box-shadow:0 4px 12px #00000014}.vm-card--bordered{border:1.5px solid #e5e7eb}.vm-card--bordered:hover{border-color:#3b82f6}.vm-post-card{overflow:hidden;cursor:pointer;text-decoration:none;display:block;color:inherit}.vm-post-card-thumb{position:relative;aspect-ratio:16/10;overflow:hidden;background:#f3f4f6}.vm-post-card-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s ease}.vm-post-card:hover .vm-post-card-thumb img{transform:scale(1.06)}.vm-post-card-price{position:absolute;top:10px;right:10px;padding:3px 10px;border-radius:20px;font-size:13px;font-weight:600;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.vm-post-card-price--free{background:#10b981e6;color:#fff}.vm-post-card-price--paid{background:#ef4444e6;color:#fff}.vm-post-card-price--vip{background:#8b5cf6e6;color:#fff}.vm-post-card-vip-tag{position:absolute;top:10px;left:10px;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:600;background:linear-gradient(135deg,#f59e0b,#ef4444);color:#fff}.vm-post-card-body{padding:16px}.vm-post-card-title{font-size:16px;font-weight:600;color:#1f2937;line-height:1.5;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.vm-post-card:hover .vm-post-card-title{color:#3b82f6}.vm-post-card-meta{display:flex;align-items:center;gap:12px;font-size:13px;color:#9ca3af}.vm-post-card-meta span{display:flex;align-items:center;gap:4px}.vm-post-card-footer{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;border-top:1px solid rgba(0,0,0,.04);font-size:13px;color:#9ca3af}.vm-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.vm-card-grid--2col{grid-template-columns:repeat(2,1fr)}.vm-card-grid--4col{grid-template-columns:repeat(4,1fr)}@media (max-width: 1024px){.vm-card-grid{grid-template-columns:repeat(2,1fr);gap:16px}.vm-card-grid--4col{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.vm-card-grid,.vm-card-grid--2col,.vm-card-grid--4col{grid-template-columns:1fr;gap:12px}}.vm-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:6px;font-size:11px;font-weight:700;letter-spacing:.3px;white-space:nowrap;line-height:1.6}.vm-badge--primary{background:#3b82f61a;color:#3b82f6}.vm-badge--success{background:#10b9811a;color:#10b981}.vm-badge--warning{background:#f59e0b1a;color:#f59e0b}.vm-badge--danger{background:#ef44441a;color:#ef4444}.vm-badge--gray{background:#f3f4f6;color:#4b5563}.vm-badge--info{background:#06b6d41a;color:#06b6d4}.vm-badge--free{background:#10b9811a;color:#10b981}.vm-badge--price{background:#ef44441a;color:#ef4444}.vm-badge--vip{background:linear-gradient(135deg,#f59e0b26,#ef444426);color:#d97706}.vm-badge--vip-1{background:linear-gradient(135deg,#f59e0b26,#f973161a);color:#d97706}.vm-badge--vip-2{background:linear-gradient(135deg,#8b5cf626,#a855f71a);color:#7c3aed}.vm-badge--vip-3{background:linear-gradient(135deg,#ec489926,#f43f5e1a);color:#db2777}.vm-badge--vip-forever{background:linear-gradient(135deg,#ef444426,#dc26261a);color:#dc2626}.vm-badge--new{background:#06b6d41a;color:#06b6d4}.vm-badge--hot{background:#ef44441a;color:#ef4444}.vm-badge--recommend{background:#3b82f61a;color:#3b82f6}.vm-badge--dot:before{content:"";width:6px;height:6px;border-radius:50%;margin-right:5px;background:currentColor}.vm-badge--lg{padding:4px 12px;font-size:13px;border-radius:8px}.vm-pagination{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:40px}.vm-pagination a,.vm-pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;padding:0 10px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;font-weight:500;color:#4b5563;text-decoration:none;transition:all .2s ease}.vm-pagination a:hover,.vm-pagination span:hover{border-color:#3b82f6;color:#3b82f6;background:#eff6ff}.vm-pagination .current{background:#3b82f6;color:#fff;border-color:#3b82f6}.vm-pagination .current:hover{background:#2563eb;color:#fff}.vm-pagination .dots{border:none;background:transparent;color:#9ca3af;cursor:default}.vm-pagination .dots:hover{background:transparent;color:#9ca3af}.vm-pagination .prev,.vm-pagination .next{font-size:13px}.vm-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .3s ease;padding:20px}.vm-modal-overlay.is-active{opacity:1;visibility:visible}.vm-modal-dialog{background:#fff;border-radius:16px;box-shadow:0 24px 48px #00000026;max-height:90vh;overflow-y:auto;transform:scale(.9) translateY(20px);transition:transform .3s ease;width:100%}.vm-modal-overlay.is-active .vm-modal-dialog{transform:scale(1) translateY(0)}.vm-modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #f3f4f6}.vm-modal-header h3{font-size:18px;font-weight:600;color:#1f2937;margin:0}.vm-modal-close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:#9ca3af;cursor:pointer;border-radius:8px;font-size:20px;transition:all .2s}.vm-modal-close:hover{background:#f3f4f6;color:#374151}.vm-modal-body{padding:24px}.vm-modal-footer{padding:16px 24px;border-top:1px solid #f3f4f6;display:flex;justify-content:flex-end;gap:10px}.vm-toast-container{position:fixed;top:20px;right:20px;z-index:9999;display:flex;flex-direction:column;gap:10px;pointer-events:none}.vm-toast{display:flex;align-items:center;gap:10px;padding:14px 20px;border-radius:12px;background:#fff;box-shadow:0 8px 24px #0000001f;font-size:14px;font-weight:500;color:#1f2937;pointer-events:auto;transform:translate(120%);transition:transform .3s cubic-bezier(.4,0,.2,1);max-width:380px;border-left:4px solid transparent}.vm-toast.is-active{transform:translate(0)}.vm-toast--success{border-left-color:#10b981}.vm-toast--error{border-left-color:#ef4444}.vm-toast--warning{border-left-color:#f59e0b}.vm-toast--info{border-left-color:#3b82f6}.vm-toast-icon{flex-shrink:0;width:20px;height:20px}.vm-toast-close{flex-shrink:0;margin-left:auto;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:#9ca3af;cursor:pointer;border-radius:4px;font-size:16px}.vm-toast-close:hover{background:#f3f4f6;color:#374151}.vm-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 20px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;text-decoration:none;line-height:1.5}.vm-btn:disabled{opacity:.6;cursor:not-allowed}.vm-btn-primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.vm-btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1555e2);transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.vm-btn-ghost{background:transparent;color:#6b7280;border:1.5px solid #e5e7eb}.vm-btn-ghost:hover:not(:disabled){border-color:#3b82f6;color:#3b82f6;background:#3b82f60a}.vm-btn-danger{background:#ef4444;color:#fff}.vm-btn-danger:hover:not(:disabled){background:#ec1e1e;transform:translateY(-1px)}.vm-btn-success{background:#10b981;color:#fff}.vm-btn-success:hover:not(:disabled){background:#0d9367;transform:translateY(-1px)}.vm-btn-vip{background:linear-gradient(135deg,#f59e0b,#ef4444);color:#fff}.vm-btn-vip:hover:not(:disabled){background:linear-gradient(135deg,#d97706,#dc2626);transform:translateY(-1px);box-shadow:0 4px 12px #f59e0b4d}.vm-btn-sm{padding:4px 12px;font-size:12px;border-radius:6px}.vm-btn-lg{padding:12px 28px;font-size:16px;border-radius:10px}.vm-btn-block{width:100%}.vm-btn-circle{border-radius:50%;padding:8px;width:36px;height:36px}.vm-input,.vm-select,.vm-textarea{width:100%;padding:10px 14px;border:1.5px solid #e5e7eb;border-radius:8px;font-size:14px;color:#1f2937;background:#fff;transition:all .2s ease;outline:none}.vm-input:focus,.vm-select:focus,.vm-textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.vm-input::-moz-placeholder,.vm-select::-moz-placeholder,.vm-textarea::-moz-placeholder{color:#9ca3af}.vm-input::placeholder,.vm-select::placeholder,.vm-textarea::placeholder{color:#9ca3af}.vm-input--error{border-color:#ef4444}.vm-input--error:focus{box-shadow:0 0 0 3px #ef44441a}.vm-textarea{min-height:100px;resize:vertical}.vm-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right 10px center;background-repeat:no-repeat;background-size:20px;padding-right:36px}.vm-label{display:block;font-size:14px;font-weight:500;color:#374151;margin-bottom:6px}.vm-field-error{font-size:12px;color:#ef4444;margin-top:4px}.vm-field-help{font-size:12px;color:#9ca3af;margin-top:4px}.vm-radio,.vm-checkbox{display:inline-flex;align-items:center;gap:8px;cursor:pointer;font-size:14px;color:#4b5563}.vm-radio input,.vm-checkbox input{width:18px;height:18px;accent-color:#3b82f6}.vm-form-group{margin-bottom:20px}.vm-fade-enter{opacity:0}.vm-fade-enter-active{opacity:1;transition:opacity .3s ease}.vm-fade-leave{opacity:1}.vm-fade-leave-active{opacity:0;transition:opacity .2s ease}@keyframes vm-slide-down{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.vm-animate-slide-down{animation:vm-slide-down .25s ease-out}@keyframes vm-slide-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.vm-animate-slide-up{animation:vm-slide-up .25s ease-out}@keyframes vm-zoom-in{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.vm-animate-zoom-in{animation:vm-zoom-in .2s ease-out}@keyframes vm-bounce{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}.vm-animate-bounce{animation:vm-bounce .3s ease}@keyframes vm-pulse{0%{box-shadow:0 0 #3b82f666}70%{box-shadow:0 0 0 10px #3b82f600}to{box-shadow:0 0 #3b82f600}}.vm-animate-pulse{animation:vm-pulse 1.5s infinite}@keyframes vm-shake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}.vm-animate-shake{animation:vm-shake .3s ease}.vm-card--hover-lift{transition:transform .3s ease,box-shadow .3s ease}.vm-card--hover-lift:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a}.vm-card--hover-scale{transition:transform .3s ease}.vm-card--hover-scale:hover{transform:scale(1.02)}.vm-tooltip{position:relative;display:inline-flex}.vm-tooltip:after{content:attr(data-tooltip);position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);padding:6px 12px;background:#1f2937;color:#fff;font-size:12px;font-weight:500;border-radius:6px;white-space:nowrap;opacity:0;visibility:hidden;transition:all .15s ease;pointer-events:none;z-index:500}.vm-tooltip:before{content:"";position:absolute;bottom:calc(100% + 4px);left:50%;transform:translate(-50%);border:4px solid transparent;border-top-color:#1f2937;opacity:0;visibility:hidden;transition:all .15s ease;pointer-events:none;z-index:500}.vm-tooltip:hover:after,.vm-tooltip:hover:before{opacity:1;visibility:visible}.vm-tooltip--bottom:after{bottom:auto;top:calc(100% + 8px)}.vm-tooltip--bottom:before{bottom:auto;top:calc(100% + 4px);border-top-color:transparent;border-bottom-color:#1f2937}.vm-tooltip--left:after{bottom:auto;left:auto;right:calc(100% + 8px);top:50%;transform:translateY(-50%)}.vm-tooltip--left:before{bottom:auto;left:auto;right:calc(100% + 4px);top:50%;transform:translateY(-50%);border-top-color:transparent;border-left-color:#1f2937}.vm-dropdown{position:relative;display:inline-flex}.vm-dropdown-trigger{cursor:pointer}.vm-dropdown-menu{position:absolute;top:calc(100% + 4px);left:0;min-width:180px;background:#fff;border-radius:12px;box-shadow:0 12px 32px #0000001f;border:1px solid rgba(0,0,0,.06);padding:6px;z-index:100;opacity:0;visibility:hidden;transform:translateY(8px);transition:all .2s ease}.vm-dropdown-menu.is-open{opacity:1;visibility:visible;transform:translateY(0)}.vm-dropdown-item{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:8px;font-size:14px;color:#1f2937;text-decoration:none;transition:background .15s}.vm-dropdown-item:hover{background:#f9fafb}.vm-dropdown-item svg{width:16px;height:16px;color:#9ca3af}.vm-dropdown-divider{height:1px;background:#f3f4f6;margin:4px 0}.vm-dropdown--right .vm-dropdown-menu{left:auto;right:0}.vm-home-layout{display:grid;grid-template-columns:1fr 320px;gap:32px;align-items:start}.vm-hero-swiper{border-radius:16px;overflow:hidden;margin-bottom:32px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.vm-hero-swiper .swiper-slide{height:320px}.vm-hero-swiper .swiper-button-prev,.vm-hero-swiper .swiper-button-next{color:#fff;background:#0000004d;width:40px;height:40px;border-radius:50%}.vm-hero-swiper .swiper-button-prev:after,.vm-hero-swiper .swiper-button-next:after{font-size:16px}.vm-hero-swiper .swiper-pagination-bullet{background:#fff9;width:8px;height:8px}.vm-hero-swiper .swiper-pagination-bullet-active{background:#fff;width:24px;border-radius:4px}.vm-hero-slide{display:block;height:100%;background-size:cover;background-position:center;background-color:linear-gradient(135deg,#1e3a5f,#3b82f6);position:relative;text-decoration:none;color:#fff}.vm-hero-slide-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 30%,rgba(0,0,0,.7) 100%)}.vm-hero-slide-content{position:absolute;bottom:0;left:0;right:0;padding:32px;z-index:1}.vm-hero-slide-content h2{font-size:24px;font-weight:700;margin-bottom:8px;line-height:1.4;text-shadow:0 2px 4px rgba(0,0,0,.3)}.vm-hero-slide-content p{font-size:14px;opacity:.85;max-width:500px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vm-hero-slide-meta{display:flex;align-items:center;gap:10px;margin-top:12px}.vm-hero-slide-meta .vm-badge-free{background:#10b981e6;padding:2px 10px;border-radius:10px;font-size:12px;font-weight:600}.vm-hero-slide-meta .vm-badge-price{background:#ef4444e6;padding:2px 10px;border-radius:10px;font-size:12px;font-weight:600}.vm-hero-slide-date{font-size:12px;opacity:.7}.vm-hero-slide:not([style*=background-image]){background:linear-gradient(135deg,#1e3a5f,#3b82f6,#8b5cf6)}.vm-category-tabs-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.vm-category-tabs-nav{display:flex;gap:6px;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:4px}.vm-category-tabs-nav::-webkit-scrollbar{height:3px}.vm-category-tabs-nav::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.vm-category-tabs-more{display:flex;align-items:center;gap:4px;font-size:14px;color:#9ca3af;text-decoration:none;white-space:nowrap;transition:color .2s}.vm-category-tabs-more:hover{color:#3b82f6}.vm-category-tab{padding:8px 18px;border:none;border-radius:20px;font-size:14px;font-weight:500;color:#6b7280;background:#f3f4f6;cursor:pointer;white-space:nowrap;transition:all .2s ease}.vm-category-tab:hover{color:#3b82f6;background:#eff6ff}.vm-category-tab.active{background:#3b82f6;color:#fff}.vm-section{margin-bottom:40px}.vm-section-subtitle{font-size:14px;color:#9ca3af;margin-top:4px}.vm-section-more{display:flex;align-items:center;gap:4px;font-size:14px;color:#9ca3af;text-decoration:none;transition:color .2s}.vm-section-more:hover{color:#3b82f6}.vm-post-card-list{background:#fff;border-radius:12px;border:1px solid rgba(0,0,0,.06);transition:all .3s ease}.vm-post-card-list-thumb{width:160px;height:100px;border-radius:8px;overflow:hidden;flex-shrink:0}.vm-post-card-list-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.vm-post-card-list-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f0f7ff,#e0e7ff)}.vm-post-card-list-body{flex:1;min-width:0}.vm-post-card-list-title{font-size:16px;font-weight:600;color:#1f2937;margin-bottom:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vm-post-card-list-excerpt{font-size:13px;color:#6b7280;line-height:1.5;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.vm-post-card-list-meta{display:flex;gap:14px;font-size:13px;color:#9ca3af}.vm-post-card-list-meta span{display:flex;align-items:center;gap:4px}.vm-post-card-list-price{display:flex;flex-direction:column;gap:6px;align-items:flex-end;flex-shrink:0}.vm-home-sidebar{position:sticky;top:80px}.vm-home-sidebar .vm-widget{margin-bottom:20px;padding:20px}.vm-home-sidebar .vm-widget+.vm-widget{margin-top:0}.vm-widget-title{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:700;color:#1f2937;margin-bottom:16px;padding-bottom:12px;border-bottom:2px solid #f3f4f6}.vm-widget-title svg{color:#3b82f6}.vm-vip-intro{text-align:center;padding:8px 0}.vm-vip-intro-icon{font-size:40px;margin-bottom:8px}.vm-vip-intro h4{font-size:18px;font-weight:700;background:linear-gradient(135deg,#f59e0b,#ef4444);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:6px}.vm-vip-intro p{font-size:13px;color:#9ca3af;margin-bottom:12px}.vm-vip-intro-price{margin-bottom:16px}.vm-vip-intro-price .vm-vip-price{font-size:28px;font-weight:800;color:#ef4444}.vm-vip-intro-price .vm-vip-period{font-size:14px;color:#9ca3af}.vm-widget-posts{list-style:none;padding:0;margin:0}.vm-widget-posts li{display:flex;align-items:flex-start;gap:10px;padding:10px 0;border-bottom:1px solid #f3f4f6}.vm-widget-posts li:last-child{border-bottom:none}.vm-widget-posts li a{font-size:14px;color:#1f2937;text-decoration:none;line-height:1.5;transition:color .2s}.vm-widget-posts li a:hover{color:#3b82f6}.vm-widget-rank{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:6px;font-size:12px;font-weight:700;background:#f3f4f6;color:#9ca3af;flex-shrink:0}.vm-widget-rank--hot{background:linear-gradient(135deg,#ef4444,#f97316);color:#fff}.vm-widget-tags{display:flex;flex-wrap:wrap;gap:8px}.vm-tag{padding:4px 12px;background:#f3f4f6;border-radius:14px;font-size:12px;color:#6b7280;text-decoration:none;transition:all .2s}.vm-tag:hover{background:#eff6ff;color:#3b82f6}.vm-announcement{background:linear-gradient(90deg,#eff6ff,#fef3c7);border-bottom:1px solid rgba(59,130,246,.1);padding:8px 0;font-size:14px}.vm-announcement-inner{display:flex;align-items:center;gap:8px;color:#6b7280}.vm-announcement-inner svg{color:#f59e0b;flex-shrink:0}.vm-announcement-inner span{flex:1}.vm-announcement-close{background:none;border:none;font-size:18px;color:#9ca3af;cursor:pointer;padding:0 4px;line-height:1}.vm-announcement-close:hover{color:#1f2937}.vm-user-dropdown{position:absolute;top:100%;right:0;width:260px;background:#fff;border-radius:12px;box-shadow:0 12px 32px #0000001f;border:1px solid rgba(0,0,0,.06);padding:8px;z-index:100;opacity:0;visibility:hidden;transform:translateY(8px);transition:all .2s ease}.vm-user-dropdown.is-open{opacity:1;visibility:visible;transform:translateY(0)}.vm-user-dropdown-header{display:flex;align-items:center;gap:12px;padding:12px;background:#f9fafb;border-radius:8px;margin-bottom:8px}.vm-user-dropdown-avatar{width:44px;height:44px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.vm-user-dropdown-info{flex:1;min-width:0}.vm-user-dropdown-name{font-size:15px;font-weight:600;color:#1f2937}.vm-user-dropdown-meta{display:flex;align-items:center;gap:8px;margin-top:4px}.vm-user-dropdown-balance{font-size:12px;color:#9ca3af}.vm-user-dropdown-menu a{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;font-size:14px;color:#1f2937;text-decoration:none;transition:background .15s}.vm-user-dropdown-menu a svg{color:#9ca3af}.vm-user-dropdown-menu a:hover{background:#f9fafb}.vm-user-dropdown-divider{height:1px;background:#f3f4f6;margin:4px 0}.vm-user-dropdown-logout{color:#ef4444!important}.vm-user-dropdown-logout svg{color:#ef4444!important}.vm-skeleton{background:linear-gradient(90deg,#f3f4f6 25%,#f9fafb,#f3f4f6 75%);background-size:200% 100%;animation:vm-skeleton-loading 1.5s infinite;border-radius:8px}.vm-skeleton-card{height:280px;border-radius:12px}.vm-skeleton-text{height:16px;margin-bottom:8px}.vm-skeleton-text--short{width:60%}.vm-skeleton-avatar{width:40px;height:40px;border-radius:50%}@keyframes vm-skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width: 1024px){.vm-home-layout{grid-template-columns:1fr}.vm-home-sidebar{position:static;display:grid;grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width: 768px){.vm-hero-swiper .swiper-slide{height:220px}.vm-hero-slide-content{padding:20px}.vm-hero-slide-content h2{font-size:18px}.vm-home-sidebar{grid-template-columns:1fr}.vm-post-card-list-thumb{width:100px;height:70px}}.vm-comment-item{padding:16px 0;border-bottom:1px solid #f3f4f6}.vm-comment-item:last-child{border-bottom:none}.vm-comment-avatar{width:40px;height:40px;border-radius:50%;-o-object-fit:cover;object-fit:cover;flex-shrink:0}.vm-comment-author{font-size:14px;font-weight:600;color:#1f2937}.vm-comment-date{font-size:12px;color:#9ca3af}.vm-comment-text{font-size:14px;color:#6b7280;line-height:1.7;margin-top:6px}.vm-comment-form{margin-top:24px;padding-top:24px;border-top:1px solid #f3f4f6}.vm-comment-form textarea{width:100%;min-height:80px;padding:12px;border:1.5px solid #e5e7eb;border-radius:.5rem;font-size:14px;resize:vertical;outline:none;transition:border-color .2s}.vm-comment-form textarea:focus{border-color:#3b82f6}.vm-file-list .file-item{display:flex;align-items:center;gap:14px;padding:14px;background:#f9fafb;border-radius:.5rem;margin-bottom:10px;transition:all .2s}.vm-file-list .file-item:hover{background:#3b82f60a}.vm-file-list .file-item .file-icon{width:42px;height:42px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:.5rem;font-size:20px;box-shadow:0 1px 2px #0000000d}.vm-file-list .file-item .file-info{flex:1;min-width:0}.vm-file-list .file-item .file-info .file-name{font-size:14px;font-weight:500;color:#1f2937;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vm-file-list .file-item .file-info .file-size{font-size:12px;color:#9ca3af;margin-top:2px}.vm-user-center-page{min-height:60vh}@media (max-width: 640px){.vm-modal-dialog{max-width:calc(100vw - 32px);border-radius:12px;margin:16px}.vm-modal-body{padding:16px}.vm-modal-header{padding:14px 16px}.vm-modal-footer{padding:12px 16px}}@media (max-width: 768px){.vm-single-content .entry-title{font-size:22px}.vm-single-content .entry-meta{gap:10px;font-size:13px}.vm-single-content .entry-body{font-size:15px}.vm-single .vm-pay-box{position:fixed;bottom:0;left:0;right:0;border-radius:16px 16px 0 0;padding:16px;z-index:250;box-shadow:0 -4px 20px #0000001a}.vm-single .vm-pay-box-price .current{font-size:28px}.vm-single .vm-pay-box-info{display:none}.vm-single .vm-action-bar{gap:12px;padding:12px 0}.vm-user-center .vm-user-card{padding:16px}.vm-user-center .vm-user-card .grid{grid-template-columns:repeat(3,1fr);gap:8px}.vm-user-center .vm-user-card .grid>div{padding:10px 8px}.vm-user-center .vm-user-tabs{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.vm-user-center .vm-user-tabs::-webkit-scrollbar{display:none}.vm-user-center .vm-user-tabs button{padding:10px 16px;white-space:nowrap;font-size:13px}}@media (max-width: 640px){.vm-toast-container{top:10px;right:10px;left:10px}.vm-toast{max-width:100%}}.vm-search-dropdown{position:absolute;top:100%;left:0;right:0;margin-top:4px;background:#fff;border-radius:12px;box-shadow:0 8px 24px #0000001f;max-height:320px;overflow-y:auto;z-index:100}.vm-search-dropdown-item{display:flex;align-items:center;gap:12px;padding:10px 16px;cursor:pointer;transition:background .15s;text-decoration:none;color:inherit}.vm-search-dropdown-item:hover,.vm-search-dropdown-item.is-active{background:#f3f4f6}.vm-search-dropdown-item:first-child{border-radius:12px 12px 0 0}.vm-search-dropdown-item:last-child{border-radius:0 0 12px 12px}.vm-search-dropdown-item img{width:40px;height:40px;border-radius:6px;-o-object-fit:cover;object-fit:cover;flex-shrink:0}.vm-search-dropdown-item-title{font-size:14px;color:#1f2937;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vm-search-dropdown-item-title mark{background:transparent;color:#3b82f6;font-weight:600}.vm-search-dropdown-item-price{font-size:12px;color:#ef4444;font-weight:500;flex-shrink:0}.vm-search-dropdown-empty{padding:24px;text-align:center;color:#9ca3af;font-size:14px}.vm-breadcrumb{margin-bottom:20px;padding:12px 0}.vm-breadcrumb-list{display:flex;align-items:center;flex-wrap:wrap;list-style:none;margin:0;padding:0;font-size:13px}.vm-breadcrumb-item{display:flex;align-items:center;color:#6b7280}.vm-breadcrumb-item a{color:#6b7280;display:flex;align-items:center;gap:4px;transition:color .2s}.vm-breadcrumb-item a:hover{color:#3b82f6}.vm-breadcrumb-item--active{color:#1f2937;font-weight:500}.vm-breadcrumb-item--active span{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vm-breadcrumb-sep{margin:0 6px;color:#d1d5db;flex-shrink:0}.vm-single-layout{display:grid;grid-template-columns:1fr 300px;gap:24px;align-items:start}.vm-single-content{min-width:0}.vm-single-sidebar{position:sticky;top:80px}.vm-single-sidebar>*+*{margin-top:16px}.vm-single .entry-meta{display:flex;flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #f3f4f6}.vm-single .entry-meta-item{display:flex;align-items:center;gap:4px;font-size:13px;color:#6b7280}.vm-single .entry-meta-item svg{flex-shrink:0}.vm-single .entry-featured-image{margin-bottom:20px;border-radius:.75rem;overflow:hidden;background:#f3f4f6}.vm-single .entry-featured-image img{width:100%;height:auto;display:block}.vm-single .vm-ci-preview{margin-bottom:24px;padding:20px;background:#f9fafb;border-radius:.75rem;border:1px solid #f3f4f6}.vm-single .vm-ci-preview-title{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:600;color:#1f2937;margin-bottom:16px}.vm-single .vm-ci-preview-title svg{color:#3b82f6;flex-shrink:0}.vm-single .vm-ci-preview-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.vm-single .vm-ci-preview-item{border-radius:.5rem;overflow:hidden;background:#fff;border:1px solid #e5e7eb;position:relative}.vm-single .vm-ci-preview-img{width:100%;height:auto;display:block;aspect-ratio:3/4;-o-object-fit:cover;object-fit:cover}.vm-single .vm-ci-preview-page{display:block;text-align:center;font-size:12px;color:#9ca3af;padding:4px 0 6px;background:#fff;border-top:1px solid #f3f4f6}.vm-single .entry-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.vm-single .entry-tag{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;background:#f9fafb;border-radius:9999px;font-size:12px;color:#6b7280;transition:all .2s}.vm-single .entry-tag:hover{background:#3b82f614;color:#3b82f6}.vm-single .entry-body{line-height:1.8;color:#1f2937;font-size:15px}.vm-single .entry-body h2,.vm-single .entry-body h3,.vm-single .entry-body h4{margin-top:1.5em;margin-bottom:.8em;font-weight:600;line-height:1.4}.vm-single .entry-body h2{font-size:1.4em}.vm-single .entry-body h3{font-size:1.2em}.vm-single .entry-body h4{font-size:1.1em}.vm-single .entry-body p{margin-bottom:1em}.vm-single .entry-body img{border-radius:.5rem;margin:1em 0}.vm-single .entry-body blockquote{margin:1.5em 0;padding:12px 20px;border-left:4px solid #3b82f6;background:#3b82f60a;border-radius:0 .5rem .5rem 0;color:#6b7280;font-style:italic}.vm-single .entry-body pre{margin:1.5em 0;padding:16px;background:#1f2937;color:#e5e7eb;border-radius:.5rem;overflow-x:auto;font-size:13px;line-height:1.6}.vm-single .entry-body code{padding:2px 6px;background:#f3f4f6;border-radius:.25rem;font-size:.9em;font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,Courier New,monospace}.vm-single .entry-body pre code{padding:0;background:none;color:inherit}.vm-single .entry-body table{width:100%;border-collapse:collapse;margin:1.5em 0}.vm-single .entry-body table th,.vm-single .entry-body table td{padding:10px 14px;border:1px solid #e5e7eb;text-align:left}.vm-single .entry-body table th{background:#f9fafb;font-weight:600}.vm-single .entry-body table tr:hover td{background:#f9fafb}.vm-single .entry-body ul,.vm-single .entry-body ol{padding-left:1.5em;margin-bottom:1em}.vm-single .entry-body ul li,.vm-single .entry-body ol li{margin-bottom:.4em}.vm-single .entry-body a{color:#3b82f6;text-decoration:underline;text-underline-offset:2px}.vm-single .entry-body a:hover{color:#2563eb}.vm-single .vm-action-bar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;margin-top:32px;padding-top:20px;border-top:1px solid #f3f4f6}.vm-single .vm-action-bar-left{display:flex;align-items:center;gap:20px}.vm-single .vm-action-bar-right{display:flex;align-items:center}.vm-single-info-card .vm-widget-title{font-size:15px;font-weight:600;margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid #f3f4f6}.vm-single .vm-info-list{display:flex;flex-direction:column;gap:10px}.vm-single .vm-info-row{display:flex;justify-content:space-between;align-items:center;font-size:13px}.vm-single .vm-info-row span:first-child{color:#6b7280}.vm-single .vm-info-row span:last-child{color:#1f2937;font-weight:500}.vm-post-nav{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:24px}.vm-post-nav-item{display:flex;align-items:center;gap:12px;padding:16px;background:#fff;border:1px solid #f3f4f6;border-radius:.75rem;transition:all .2s;text-decoration:none}.vm-post-nav-item:hover{border-color:#93c5fd;box-shadow:0 1px 2px #0000000d}.vm-post-nav-item:hover .vm-post-nav-title{color:#3b82f6}.vm-post-nav-item:hover svg{color:#3b82f6}.vm-post-nav-empty{color:#9ca3af;font-size:13px;justify-content:center}.vm-post-nav-prev svg{flex-shrink:0;color:#9ca3af}.vm-post-nav-next{justify-content:flex-end;text-align:right}.vm-post-nav-next svg{flex-shrink:0;color:#9ca3af}.vm-post-nav-text{display:flex;flex-direction:column;gap:4px;min-width:0}.vm-post-nav-label{font-size:12px;color:#9ca3af;text-transform:uppercase;letter-spacing:.5px}.vm-post-nav-title{font-size:14px;color:#1f2937;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:color .2s}.vm-related-posts{margin-top:24px;padding:24px;background:#fff;border-radius:.75rem;border:1px solid #f3f4f6}.vm-related-title{display:flex;align-items:center;gap:8px;font-size:17px;font-weight:700;margin-bottom:20px;color:#1f2937}.vm-related-title svg{color:#3b82f6}.vm-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.vm-related-item{display:flex;flex-direction:column;border-radius:.5rem;overflow:hidden;border:1px solid #f3f4f6;transition:all .2s;text-decoration:none}.vm-related-item:hover{border-color:#93c5fd;box-shadow:0 1px 2px #0000000d;transform:translateY(-2px)}.vm-related-item:hover .vm-related-item-title{color:#3b82f6}.vm-related-thumb{position:relative;aspect-ratio:16/10;overflow:hidden;background:#f3f4f6}.vm-related-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s}.vm-related-item:hover .vm-related-thumb img{transform:scale(1.05)}.vm-related-thumb-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#d1d5db}.vm-related-thumb .vm-badge{position:absolute;top:8px;right:8px}.vm-related-info{padding:12px}.vm-related-item-title{font-size:14px;font-weight:500;color:#1f2937;line-height:1.4;margin-bottom:6px;transition:color .2s;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.vm-related-meta{display:flex;justify-content:space-between;font-size:12px;color:#9ca3af}.vm-share{display:flex;align-items:center;gap:10px}.vm-share-label{font-size:13px;color:#9ca3af;white-space:nowrap}.vm-share-buttons{display:flex;align-items:center;gap:6px}.vm-share-btn{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:9999px;border:1px solid #e5e7eb;background:#fff;color:#6b7280;cursor:pointer;transition:all .2s;text-decoration:none}.vm-share-btn:hover{transform:scale(1.1)}.vm-share-btn--wechat:hover{background:#07c160;border-color:#07c160;color:#fff}.vm-share-btn--weibo:hover{background:#e6162d;border-color:#e6162d;color:#fff}.vm-share-btn--qq:hover{background:#12b7f5;border-color:#12b7f5;color:#fff}.vm-share-btn--copy:hover{background:#3b82f6;border-color:#3b82f6;color:#fff}.vm-share-wechat-qr{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:300}.vm-share-wechat-qr-inner{background:#fff;border-radius:1rem;padding:24px;text-align:center;position:relative;min-width:240px}.vm-share-wechat-qr-inner p{font-size:14px;color:#1f2937;margin-bottom:16px;font-weight:500}.vm-share-wechat-qr-inner img{width:180px;height:180px}.vm-share-wechat-qr-close{position:absolute;top:8px;right:12px;font-size:20px;cursor:pointer;color:#9ca3af;transition:color .2s}.vm-share-wechat-qr-close:hover{color:#1f2937}.vm-author-card{display:flex;align-items:center;gap:16px;padding:20px;margin-top:24px;background:#f9fafb;border-radius:.75rem;border:1px solid #f3f4f6}.vm-author-card-avatar{width:56px;height:56px;border-radius:50%;-o-object-fit:cover;object-fit:cover;flex-shrink:0;border:2px solid #fff;box-shadow:0 1px 2px #0000000d}.vm-author-card-info{flex:1;min-width:0}.vm-author-card-name{font-size:15px;font-weight:600;color:#1f2937;margin-bottom:4px}.vm-author-card-bio{font-size:13px;color:#6b7280;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media (max-width: 1024px){.vm-single-layout{grid-template-columns:1fr}.vm-single-sidebar{position:static}}@media (max-width: 768px){.vm-breadcrumb-item--active span{max-width:120px}.vm-related-grid{grid-template-columns:repeat(2,1fr);gap:12px}.vm-post-nav{grid-template-columns:1fr}.vm-action-bar{flex-direction:column;align-items:flex-start}.vm-action-bar-right{width:100%}.vm-share{width:100%;justify-content:space-between}.vm-share-buttons{flex:1;justify-content:flex-end}.vm-ci-preview-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.vm-related-grid,.vm-ci-preview-grid{grid-template-columns:1fr}}.vm-archive-header{margin-bottom:24px}.vm-archive-title-area{display:flex;align-items:baseline;gap:12px;margin-bottom:8px}.vm-archive-title{font-size:24px;font-weight:700;color:#1f2937;margin:0}.vm-archive-count{font-size:14px;color:#9ca3af;background:#f3f4f6;padding:2px 10px;border-radius:9999px}.vm-archive-desc{font-size:14px;color:#6b7280;margin:0;line-height:1.6}.vm-archive-toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:16px;margin-bottom:24px;padding:12px 16px;background:#fff;border-radius:.75rem;border:1px solid #f3f4f6}.vm-archive-filters{display:flex;align-items:center;gap:6px;flex:1}.vm-archive-sort .vm-sort-select{padding:6px 32px 6px 12px;border:1px solid #e5e7eb;border-radius:.5rem;font-size:13px;color:#1f2937;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%236b7280' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E") no-repeat right 10px center;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;outline:none}.vm-archive-sort .vm-sort-select:focus{border-color:#3b82f6}.vm-archive-layout-toggle{display:flex;align-items:center;gap:4px}.vm-archive-layout{display:grid;grid-template-columns:1fr 300px;gap:24px}.vm-archive-main{min-width:0}.vm-archive-sidebar .vm-widget-title{font-size:15px;font-weight:600;margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid #f3f4f6}.vm-filter-btn{display:inline-flex;align-items:center;padding:5px 14px;font-size:13px;border-radius:9999px;color:#6b7280;background:#f9fafb;border:1px solid transparent;transition:all .2s;text-decoration:none}.vm-filter-btn:hover{background:#f3f4f6;color:#1f2937}.vm-filter-btn.is-active{background:#3b82f614;color:#3b82f6;border-color:#3b82f633;font-weight:500}.vm-layout-btn{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid #e5e7eb;border-radius:.5rem;background:#fff;color:#9ca3af;cursor:pointer;transition:all .2s}.vm-layout-btn:hover{color:#1f2937;border-color:#d1d5db}.vm-layout-btn.is-active{background:#3b82f6;border-color:#3b82f6;color:#fff}.vm-card-list{display:flex;flex-direction:column;gap:12px}.vm-cat-nav{list-style:none;padding:0;margin:0}.vm-cat-nav li{margin-bottom:4px}.vm-cat-nav li a{display:flex;justify-content:space-between;align-items:center;padding:8px 10px;border-radius:.5rem;font-size:14px;color:#6b7280;transition:all .2s;text-decoration:none}.vm-cat-nav li a:hover{background:#f9fafb;color:#3b82f6}.vm-cat-nav-count{font-size:12px;background:#f3f4f6;padding:1px 8px;border-radius:9999px;color:#9ca3af}.vm-tag-cloud{display:flex;flex-wrap:wrap;gap:8px}.vm-tag-cloud a{display:inline-block;padding:3px 10px;font-size:13px!important;color:#6b7280;background:#f9fafb;border-radius:9999px;transition:all .2s;text-decoration:none}.vm-tag-cloud a:hover{background:#3b82f614;color:#3b82f6}@media (max-width: 1024px){.vm-archive-layout{grid-template-columns:1fr}.vm-archive-sidebar{order:2}}@media (max-width: 640px){.vm-archive-toolbar{flex-direction:column;align-items:stretch}.vm-archive-filters{flex-wrap:wrap}.vm-archive-layout-toggle{justify-content:flex-end}}.vm-vip-page .vm-vip-hero{text-align:center;padding:40px 0 32px}.vm-vip-page .vm-vip-hero-title{font-size:36px;font-weight:800;margin-bottom:12px}.vm-vip-page .vm-vip-hero-desc{font-size:16px;color:#6b7280;margin:0 auto;max-width:480px}.vm-vip-page .vm-vip-current-status{display:inline-flex;align-items:center;gap:16px;margin-top:16px;padding:8px 20px;background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:9999px;font-size:14px;font-weight:500;color:#92400e}.vm-vip-page-plans{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:48px}.vm-vip-page-plan{background:#fff;border:2px solid #f3f4f6;border-radius:1rem;padding:32px 24px;text-align:center;position:relative;transition:all .3s}.vm-vip-page-plan:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.vm-vip-page-plan--popular{border-color:#8b5cf6;box-shadow:0 0 0 1px #8b5cf61a,0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.vm-vip-page-plan--popular:hover{box-shadow:0 0 0 1px #8b5cf633,0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.vm-vip-page-plan--current{border-color:#10b981;opacity:.85}.vm-vip-page-plan-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#8b5cf6,#6d28d9);color:#fff;padding:4px 16px;border-radius:9999px;font-size:12px;font-weight:600;white-space:nowrap}.vm-vip-page-plan-header{margin-bottom:20px}.vm-vip-page-plan-icon{font-size:40px;margin-bottom:8px}.vm-vip-page-plan-name{font-size:20px;font-weight:700;color:#1f2937;margin:0 0 4px}.vm-vip-page-plan-desc{font-size:13px;color:#9ca3af;margin:0}.vm-vip-page-plan-price{margin:20px 0 8px;color:var(--plan-color, #3b82f6)}.vm-vip-page-plan-price-symbol{font-size:20px;font-weight:600;vertical-align:top;line-height:2.4}.vm-vip-page-plan-price-amount{font-size:48px;font-weight:800;line-height:1}.vm-vip-page-plan-price-period{font-size:14px;color:#9ca3af}.vm-vip-page-plan-discount{display:inline-block;padding:4px 12px;background:#f59e0b1a;color:#92400e;border-radius:9999px;font-size:13px;font-weight:500;margin-bottom:20px}.vm-vip-page-plan-features{list-style:none;padding:0;margin:0 0 24px;text-align:left}.vm-vip-page-plan-features li{display:flex;align-items:center;gap:8px;padding:8px 0;font-size:14px;color:#6b7280;border-bottom:1px solid #f9fafb}.vm-vip-page-plan-features li:last-child{border-bottom:none}.vm-vip-page-plan-features li svg{color:#10b981;flex-shrink:0}.vm-vip-page-plan-btn{display:block;width:100%;padding:12px;border-radius:.75rem;font-size:15px;font-weight:600;text-align:center;text-decoration:none;cursor:pointer;transition:all .2s;border:none;background:var(--plan-color, #3b82f6);color:#fff}.vm-vip-page-plan-btn:hover{transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.vm-vip-page-plan-btn--current{background:#f3f4f6;color:#9ca3af;cursor:default}.vm-vip-page-plan-btn--current:hover{transform:none;box-shadow:none}.vm-vip-page-compare{margin-bottom:48px}.vm-vip-page-compare-table-wrap{overflow-x:auto}.vm-vip-page-compare-table{width:100%;border-collapse:collapse;background:#fff;border-radius:.75rem;overflow:hidden}.vm-vip-page-compare-table th,.vm-vip-page-compare-table td{padding:14px 20px;text-align:center;border-bottom:1px solid #f3f4f6;font-size:14px}.vm-vip-page-compare-table th{background:#f9fafb;font-weight:600;font-size:15px}.vm-vip-page-compare-table th:first-child,.vm-vip-page-compare-table td:first-child{text-align:left;font-weight:500}.vm-vip-page-compare-table tr:hover td{background:#3b82f605}.vm-vip-page-faq{margin-bottom:48px}.vm-vip-page-faq-list{display:flex;flex-direction:column;gap:12px}.vm-vip-page-faq-item{background:#fff;border:1px solid #f3f4f6;border-radius:.75rem;overflow:hidden}.vm-vip-page-faq-q{padding:16px 20px;font-size:15px;font-weight:600;color:#1f2937;cursor:pointer;display:flex;align-items:center;gap:8px}.vm-vip-page-faq-q:before{content:"Q";display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:9999px;background:#3b82f614;color:#3b82f6;font-size:12px;font-weight:700;flex-shrink:0}.vm-vip-page-faq-a{padding:0 20px 16px 50px;font-size:14px;color:#6b7280;line-height:1.6}.vm-vip-section-title{font-size:20px;font-weight:700;color:#1f2937;margin-bottom:20px;display:flex;align-items:center;gap:8px}.vm-sitemap-page-title{font-size:28px;font-weight:700;margin-bottom:8px}.vm-sitemap-page .vm-sitemap-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:24px}.vm-sitemap-page .vm-sitemap-section{background:#fff;border-radius:.75rem;border:1px solid #f3f4f6;padding:24px}.vm-sitemap-page .vm-sitemap-section--wide{grid-column:1/-1}.vm-sitemap-page .vm-sitemap-section-title{display:flex;align-items:center;gap:8px;font-size:17px;font-weight:600;margin-bottom:16px;color:#1f2937}.vm-sitemap-page .vm-sitemap-section-title svg{color:#3b82f6}.vm-sitemap-page .vm-sitemap-list{list-style:none;padding:0;margin:0}.vm-sitemap-page .vm-sitemap-list li{margin-bottom:6px}.vm-sitemap-page .vm-sitemap-list a{font-size:14px;color:#6b7280;transition:color .2s;text-decoration:none}.vm-sitemap-page .vm-sitemap-list a:hover{color:#3b82f6}.vm-sitemap-page .vm-sitemap-list--posts{-moz-columns:2;columns:2;-moz-column-gap:24px;column-gap:24px}.vm-sitemap-page .vm-sitemap-count{font-size:12px;color:#9ca3af}.vm-sitemap-page .vm-sitemap-date{font-size:12px;color:#9ca3af;margin-left:8px}.vm-links-page-title{font-size:28px;font-weight:700;margin-bottom:8px}.vm-links-page-desc{font-size:14px;color:#6b7280;margin-bottom:24px}.vm-links-page .vm-links-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.vm-links-page .vm-links-apply{margin-top:48px}.vm-link-card{display:flex;align-items:center;gap:14px;padding:16px;background:#fff;border:1px solid #f3f4f6;border-radius:.75rem;text-decoration:none;transition:all .2s}.vm-link-card:hover{border-color:#93c5fd;box-shadow:0 1px 2px #0000000d}.vm-link-card:hover .vm-link-card-name{color:#3b82f6}.vm-link-card:hover .vm-link-card-arrow{color:#3b82f6;transform:translate(2px)}.vm-link-card-avatar{width:48px;height:48px;border-radius:.5rem;overflow:hidden;flex-shrink:0;background:#f3f4f6}.vm-link-card-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.vm-link-card-avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;font-size:18px;font-weight:700}.vm-link-card-info{flex:1;min-width:0}.vm-link-card-name{font-size:15px;font-weight:600;color:#1f2937;margin-bottom:2px;transition:color .2s}.vm-link-card-desc{font-size:13px;color:#9ca3af;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vm-link-card-arrow{flex-shrink:0;color:#d1d5db;transition:all .2s}@media (max-width: 768px){.vm-vip-page .vm-vip-plans{grid-template-columns:1fr}.vm-vip-page .vm-vip-hero-title{font-size:28px}.vm-vip-page .vm-vip-plan-price-amount{font-size:36px}.vm-sitemap-page .vm-sitemap-grid{grid-template-columns:1fr}.vm-sitemap-page .vm-sitemap-list--posts{-moz-columns:1;columns:1}.vm-links-page .vm-links-grid{grid-template-columns:1fr}}.vm-reading-progress{position:fixed;top:0;left:0;width:0;height:3px;background:linear-gradient(90deg,#3b82f6,#8b5cf6);z-index:210;opacity:0;transition:opacity .3s ease;pointer-events:none}.vm-back-to-top{position:fixed;right:24px;bottom:80px;width:44px;height:44px;border-radius:50%;background:#fff;border:1px solid #e5e7eb;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#6b7280;z-index:200;opacity:0;visibility:hidden;transform:translateY(12px);transition:all .3s ease}.vm-back-to-top.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.vm-back-to-top:hover{background:#3b82f6;border-color:#3b82f6;color:#fff;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transform:translateY(-2px)}.vm-back-to-top svg{width:20px;height:20px}@media (max-width: 768px){.vm-back-to-top{right:16px;bottom:72px;width:40px;height:40px}.vm-back-to-top svg{width:18px;height:18px}}.vm-like-btn,.vm-favorite-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border:1px solid #e5e7eb;border-radius:9999px;background:#fff;color:#9ca3af;font-size:13px;font-weight:500;cursor:pointer;transition:all .25s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.vm-like-btn svg,.vm-favorite-btn svg{transition:transform .25s ease}.vm-like-btn:hover,.vm-favorite-btn:hover{border-color:#d1d5db;color:#6b7280}.vm-like-btn.is-active{color:#ef4444;border-color:#ef44444d;background:#ef44440d}.vm-like-btn:hover{border-color:#ef44444d;color:#ef4444}.vm-like-btn.is-active:hover{background:#ef444414}.vm-like-btn.vm-animate-like svg{animation:vm-heart-beat .4s ease}.vm-favorite-btn.is-active{color:#f59e0b;border-color:#f59e0b4d;background:#f59e0b0d}.vm-favorite-btn:hover{border-color:#f59e0b4d;color:#f59e0b}.vm-favorite-btn.is-active:hover{background:#f59e0b14}.vm-favorite-btn.vm-animate-fav svg{animation:vm-star-pop .35s ease}@keyframes vm-heart-beat{0%{transform:scale(1)}25%{transform:scale(1.3)}50%{transform:scale(.9)}75%{transform:scale(1.15)}to{transform:scale(1)}}@keyframes vm-star-pop{0%{transform:scale(1)}30%{transform:scale(1.25) rotate(15deg)}60%{transform:scale(.9) rotate(-5deg)}to{transform:scale(1) rotate(0)}}.vm-toc{background:#fff;border:1px solid #f3f4f6;border-radius:.75rem;padding:16px;position:sticky;top:80px;max-height:calc(100vh - 100px);overflow-y:auto}.vm-toc::-webkit-scrollbar{width:3px}.vm-toc::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.vm-toc-title{font-size:14px;font-weight:700;color:#1f2937;margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid #f3f4f6;display:flex;align-items:center;gap:6px}.vm-toc-title:before{content:"";width:3px;height:14px;border-radius:2px;background:linear-gradient(180deg,#3b82f6,#8b5cf6)}.vm-toc-list{display:flex;flex-direction:column;gap:2px}.vm-toc-link{display:block;padding:6px 10px;font-size:13px;line-height:1.5;color:#6b7280;text-decoration:none;border-radius:.25rem;border-left:2px solid transparent;transition:all .2s ease;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vm-toc-link:hover{color:#3b82f6;background:#3b82f60a}.vm-toc-link--sub{padding-left:20px;font-size:12px}.vm-toc-link.is-active{color:#3b82f6;font-weight:600;border-left-color:#3b82f6;background:#3b82f60f}@media (max-width: 1024px){.vm-toc{position:relative;top:auto;max-height:none;overflow:visible}.vm-toc .vm-toc-list{display:none}.vm-toc.is-open .vm-toc-list{display:flex}.vm-toc-title{cursor:pointer}.vm-toc-title:after{content:"";margin-left:auto;border:4px solid transparent;border-top-color:#9ca3af;transition:transform .2s}.vm-toc.is-open .vm-toc-title:after{transform:rotate(180deg)}}.vm-mobile-nav{display:none;position:fixed;bottom:0;left:0;right:0;height:56px;background:#fff;border-top:1px solid #f3f4f6;z-index:200;padding-bottom:env(safe-area-inset-bottom);box-shadow:0 -1px 8px #0000000f}.vm-mobile-nav-inner{display:flex;align-items:center;justify-content:space-around;height:100%;max-width:480px;margin:0 auto}.vm-mobile-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;flex:1;height:100%;text-decoration:none;color:#9ca3af;font-size:10px;transition:color .2s;-webkit-tap-highlight-color:transparent}.vm-mobile-nav-item svg{width:22px;height:22px;transition:transform .2s}.vm-mobile-nav-item.is-active{color:#3b82f6}.vm-mobile-nav-item.is-active svg{transform:scale(1.1)}.vm-mobile-nav-item:active{color:#2563eb}.vm-mobile-nav-publish{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;margin-top:-16px;box-shadow:0 4px 12px #3b82f659;transition:all .2s}.vm-mobile-nav-publish svg{width:22px;height:22px}.vm-mobile-nav-publish:active{transform:scale(.92)}@media (max-width: 768px){.vm-mobile-nav{display:block}.vm-main{padding-bottom:72px}.vm-back-to-top{bottom:72px}}.vm-dark{--vm-gray-50: #1e1e2e;--vm-gray-100: #2a2a3c;--vm-gray-200: #363648;--vm-gray-300: #4a4a5c;--vm-gray-400: #6c6c7e;--vm-gray-500: #8e8ea0;--vm-gray-600: #a8a8ba;--vm-gray-700: #c4c4d4;--vm-gray-800: #e0e0ec;--vm-gray-900: #f0f0f6;--vm-bg-primary: #181825;--vm-bg-secondary: #11111b;--vm-text-primary: #cdd6f4;--vm-text-secondary: #a6adc8;--vm-text-muted: #7f849c;--vm-primary: #89b4fa;--vm-primary-dark: #74c7ec;--vm-shadow-color: rgba(0, 0, 0, .4);color-scheme:dark}.vm-dark body{background-color:var(--vm-bg-secondary);color:var(--vm-text-primary)}.vm-dark .vm-card{background:var(--vm-gray-50);border-color:var(--vm-gray-200)}.vm-dark .vm-header{background:#181825d9;border-color:var(--vm-gray-200)}.vm-dark .vm-footer{background:#11111b;border-color:var(--vm-gray-200)}.vm-dark .vm-search-input,.vm-dark .vm-input,.vm-dark .vm-textarea,.vm-dark .vm-select select{background:var(--vm-gray-100);border-color:var(--vm-gray-300);color:var(--vm-text-primary)}.vm-dark .vm-btn--ghost{color:var(--vm-text-secondary);border-color:var(--vm-gray-300)}.vm-dark .vm-badge--gray{background:var(--vm-gray-200);color:var(--vm-gray-600)}.vm-dark .vm-modal-dialog{background:var(--vm-gray-50)}.vm-dark .vm-toast{background:var(--vm-gray-100)}.vm-dark .vm-breadcrumb-item,.vm-dark .vm-breadcrumb-item a{color:var(--vm-text-muted)}.vm-dark .entry-title{color:var(--vm-text-primary)}.vm-dark .entry-meta,.vm-dark .entry-meta-item{color:var(--vm-text-muted)}.vm-dark .entry-body{color:var(--vm-text-secondary)}.vm-dark .entry-body h2,.vm-dark .entry-body h3,.vm-dark .entry-body h4{color:var(--vm-text-primary)}.vm-dark .entry-body blockquote{background:#89b4fa14;border-left-color:var(--vm-primary)}.vm-dark .entry-body pre{background:#11111b}.vm-dark .entry-body code{background:var(--vm-gray-200)}.vm-dark .entry-body table th,.vm-dark .entry-body table td{border-color:var(--vm-gray-300)}.vm-dark .entry-body table th{background:var(--vm-gray-100)}.vm-dark .vm-like-btn,.vm-dark .vm-favorite-btn{background:var(--vm-gray-100);border-color:var(--vm-gray-300);color:var(--vm-text-muted)}.vm-dark .vm-toc{background:var(--vm-gray-50);border-color:var(--vm-gray-200)}.vm-dark .vm-author-card{background:var(--vm-gray-100);border-color:var(--vm-gray-200)}.vm-dark .vm-post-card{background:var(--vm-gray-50);border-color:var(--vm-gray-200)}.vm-dark .vm-post-card-title{color:var(--vm-text-primary)}.vm-dark .vm-post-card-meta{color:var(--vm-text-muted)}.vm-dark .vm-post-card-footer{border-color:var(--vm-gray-200);color:var(--vm-text-muted)}.vm-dark .vm-filter-btn{color:var(--vm-text-secondary);background:var(--vm-gray-100);border-color:var(--vm-gray-300)}.vm-dark .vm-filter-btn.is-active{background:var(--vm-primary);color:#fff}.vm-dark .vm-back-to-top{background:var(--vm-gray-100);border-color:var(--vm-gray-300);color:var(--vm-text-secondary)}.vm-dark .vm-mobile-nav{background:var(--vm-gray-50);border-color:var(--vm-gray-200)}.vm-dark .vm-widget-title{color:var(--vm-text-primary);border-color:var(--vm-gray-200)}.vm-dark .vm-tag{background:var(--vm-gray-200);color:var(--vm-text-secondary)}.vm-dark .vm-comment-item{border-color:var(--vm-gray-200)}.vm-dark .vm-comment-form textarea{background:var(--vm-gray-100);border-color:var(--vm-gray-300);color:var(--vm-text-primary)}.vm-dark .vm-file-list .file-item{background:var(--vm-gray-100)}.vm-dark .vm-post-nav-item,.vm-dark .vm-vip-plan,.vm-dark .vm-pay-box{background:var(--vm-gray-50);border-color:var(--vm-gray-200)}.vm-dark .vm-announcement{background:var(--vm-gray-100)}.vm-dark .vm-user-dropdown{background:var(--vm-gray-50);border-color:var(--vm-gray-200)}.vm-dark .vm-user-dropdown-header{background:var(--vm-gray-100)}.vm-dark .vm-dark-toggle svg:first-child{display:none}.vm-dark .vm-dark-toggle svg:last-child{display:block}:not(.vm-dark) .vm-dark-toggle svg:last-child{display:none}.vm-dark-toggle{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid #e5e7eb;border-radius:9999px;background:transparent;color:#6b7280;cursor:pointer;transition:all .2s;flex-shrink:0}.vm-dark-toggle:hover{background:#f3f4f6;color:#3b82f6}.vm-home-hero{background:linear-gradient(135deg,#eff6ff,#dbeafe,#bfdbfe);border-radius:16px;padding:48px 40px;margin-bottom:40px;position:relative;overflow:hidden}.vm-home-hero:before{content:"";position:absolute;top:-50%;right:-20%;width:400px;height:400px;background:radial-gradient(circle,rgba(59,130,246,.15),transparent 70%);border-radius:50%}.vm-home-hero h1{font-size:32px;font-weight:800;color:#1e3a5f;margin-bottom:12px;position:relative}.vm-home-hero p{font-size:16px;color:#4b5563;max-width:500px;position:relative}.vm-home-hero .vm-hero-search{margin-top:24px;position:relative;max-width:480px}.vm-home-hero .vm-hero-search input{width:100%;height:48px;padding:0 52px 0 20px;border:none;border-radius:24px;font-size:15px;background:#fff;box-shadow:0 4px 16px #00000014;outline:none;transition:box-shadow .3s}.vm-home-hero .vm-hero-search input:focus{box-shadow:0 4px 24px #3b82f626}.vm-home-hero .vm-hero-search button{position:absolute;right:4px;top:4px;width:40px;height:40px;border:none;background:#3b82f6;color:#fff;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.vm-home-hero .vm-hero-search button:hover{background:#2563eb}.vm-category-nav{display:flex;gap:8px;margin-bottom:28px;overflow-x:auto;padding-bottom:4px;-webkit-overflow-scrolling:touch}.vm-category-nav::-webkit-scrollbar{height:3px}.vm-category-nav::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.vm-category-nav a{display:inline-flex;align-items:center;padding:8px 18px;border-radius:20px;font-size:14px;font-weight:500;color:#4b5563;text-decoration:none;background:#f3f4f6;white-space:nowrap;transition:all .2s ease}.vm-category-nav a:hover,.vm-category-nav a.active{background:#3b82f6;color:#fff}.vm-section-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.vm-section-title h2{font-size:22px;font-weight:700;color:#1f2937;position:relative;padding-left:14px}.vm-section-title h2:before{content:"";position:absolute;left:0;top:4px;bottom:4px;width:4px;border-radius:2px;background:linear-gradient(180deg,#3b82f6,#8b5cf6)}.vm-section-title a{font-size:14px;color:#9ca3af;text-decoration:none;transition:color .2s}.vm-section-title a:hover{color:#3b82f6}@media (max-width: 768px){.vm-home-hero{padding:32px 20px}.vm-home-hero h1{font-size:24px}.vm-home-hero .vm-hero-search input{height:44px}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }/*! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
 */*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans SC,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}html{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans SC,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}body{color:#1f2937;background-color:#f8f9fa;line-height:1.6}a{color:#3b82f6;text-decoration:none;transition:color .2s ease}a:hover{color:#2563eb}img{max-width:100%;height:auto}::-moz-selection{background:#3b82f626;color:#1e40af}::selection{background:#3b82f626;color:#1e40af}.\!container{width:100%!important}.container{width:100%}@media (min-width: 640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media (min-width: 768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media (min-width: 1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media (min-width: 1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media (min-width: 1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px var(--tw-prose-kbd-shadows),0 3px 0 var(--tw-prose-kbd-shadows);font-size:.875em;border-radius:.3125rem;padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-inline-start:.375em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose{--tw-prose-body: #374151;--tw-prose-headings: #111827;--tw-prose-lead: #4b5563;--tw-prose-links: #111827;--tw-prose-bold: #111827;--tw-prose-counters: #6b7280;--tw-prose-bullets: #d1d5db;--tw-prose-hr: #e5e7eb;--tw-prose-quotes: #111827;--tw-prose-quote-borders: #e5e7eb;--tw-prose-captions: #6b7280;--tw-prose-kbd: #111827;--tw-prose-kbd-shadows: rgb(17 24 39 / 10%);--tw-prose-code: #111827;--tw-prose-pre-code: #e5e7eb;--tw-prose-pre-bg: #1f2937;--tw-prose-th-borders: #d1d5db;--tw-prose-td-borders: #e5e7eb;--tw-prose-invert-body: #d1d5db;--tw-prose-invert-headings: #fff;--tw-prose-invert-lead: #9ca3af;--tw-prose-invert-links: #fff;--tw-prose-invert-bold: #fff;--tw-prose-invert-counters: #9ca3af;--tw-prose-invert-bullets: #4b5563;--tw-prose-invert-hr: #374151;--tw-prose-invert-quotes: #f3f4f6;--tw-prose-invert-quote-borders: #374151;--tw-prose-invert-captions: #9ca3af;--tw-prose-invert-kbd: #fff;--tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);--tw-prose-invert-code: #fff;--tw-prose-invert-pre-code: #d1d5db;--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);--tw-prose-invert-th-borders: #4b5563;--tw-prose-invert-td-borders: #374151;font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-blue{--tw-prose-links: #2563eb;--tw-prose-invert-links: #3b82f6}.vm-container{margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;max-width:1280px}.vm-main{min-height:60vh;padding:24px 0}.static{position:static}.fixed{position:fixed}.relative{position:relative}.sticky{position:sticky}.mx-auto{margin-left:auto;margin-right:auto}.-mb-px{margin-bottom:-1px}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.block{display:block}.inline{display:inline}.flex{display:flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.h-10{height:2.5rem}.h-16{height:4rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-full{height:100%}.w-10{width:2.5rem}.w-16{width:4rem}.w-32{width:8rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-full{width:100%}.min-w-0{min-width:0px}.max-w-4xl{max-width:56rem}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-pointer{cursor:pointer}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-blue-200{--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1))}.border-gray-100{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-primary{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.border-transparent{border-color:transparent}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-green-50{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.bg-orange-50{--tw-bg-opacity: 1;background-color:rgb(255 247 237 / var(--tw-bg-opacity, 1))}.bg-primary{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.bg-yellow-200{--tw-bg-opacity: 1;background-color:rgb(254 240 138 / var(--tw-bg-opacity, 1))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-blue-50{--tw-gradient-from: #eff6ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.to-purple-50{--tw-gradient-to: #faf5ff var(--tw-gradient-to-position)}.to-white{--tw-gradient-to: #fff var(--tw-gradient-to-position)}.p-12{padding:3rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-0\.5{padding-left:.125rem;padding-right:.125rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-8{padding-top:2rem;padding-bottom:2rem}.text-center{text-align:center}.text-right{text-align:right}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-6xl{font-size:3.75rem;line-height:1}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.leading-relaxed{line-height:1.625}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-orange-500{--tw-text-opacity: 1;color:rgb(249 115 22 / var(--tw-text-opacity, 1))}.text-primary{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-yellow-900{--tw-text-opacity: 1;color:rgb(113 63 18 / var(--tw-text-opacity, 1))}.line-through{text-decoration-line:line-through}.opacity-60{opacity:.6}.ring-2{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-primary{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.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-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.text-gradient{background:linear-gradient(135deg,#3b82f6,#2563eb);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.text-gradient-vip{background:linear-gradient(135deg,#f59e0b,#ef4444);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.vm-404-inner{text-align:center;padding:80px 16px}.vm-404-code{font-size:80px;font-weight:800;color:#e5e7eb;line-height:1;margin-bottom:16px}.vm-404-title{font-size:20px;font-weight:600;color:#1f2937;margin-bottom:8px}.vm-404-desc{font-size:15px;color:#9ca3af;margin-bottom:32px}.last\:border-0:last-child{border-width:0px}.hover\:border-gray-300:hover{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.hover\:border-primary:hover{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-200:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.hover\:text-gray-600:hover{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.hover\:text-gray-700:hover{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.hover\:text-primary:hover{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.hover\:text-primary-dark:hover{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:shadow-md:hover{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}@media (min-width: 768px){.md\:p-8{padding:2rem}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}}
