.vent-theme{--vent-main: #0D6E67;--vent-main-accent: #C9F443;--vent-main-strong: #172326;--vent-main-light: #B9E6FF;--vent-main-soft: #F7F5EF;--vent-gradient: linear-gradient( 135deg, #0D6E67 0%, #C9F443 40%, #172326 100% );--vent-radius-sm: 8px;--vent-radius-md: 12px;--vent-radius-lg: 18px;--vent-shadow-soft: 0 8px 22px rgba(23, 35, 38, 0.08);--vent-text-main: #172326;--vent-text-muted: #0D6E67;--vent-bg: #FFFFFF;--vent-bg-alt: #F7F5EF;--vent-border-subtle: #B9E6FF;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.6;color:var(--vent-text-main);background-color:var(--vent-bg)}.vent-theme p,.vent-theme ul,.vent-theme ol,.vent-theme table,.vent-theme .tip,.vent-theme .note,.vent-theme .warn,.vent-theme .faq,.vent-theme .card-grid,.vent-theme .vent-divider{margin-left:0;margin-right:0}.vent-theme h1,.vent-theme h2,.vent-theme h3,.vent-theme h4{font-weight:700;line-height:1.3;margin:0 0 12px;color:var(--vent-text-main)}.vent-theme h1{font-size:1.8rem;margin-top:0}.vent-theme h2{font-size:1.5rem;margin-top:22px}.vent-theme h3{font-size:1.25rem;margin-top:18px}.vent-theme h4{font-size:1.1rem;margin-top:16px}.vent-theme p{margin:0 0 12px;color:var(--vent-text-main)}.vent-theme p:last-child{margin-bottom:0}.vent-theme ul,.vent-theme ol{padding-left:20px;margin:0 0 12px}.vent-theme li{margin-bottom:6px}.vent-theme a{color:var(--vent-main);text-decoration:none;font-weight:600}.vent-theme a:hover,.vent-theme a:focus{text-decoration:underline}.vent-theme strong{font-weight:700;color:var(--vent-main)}.vent-theme em{font-style:italic}.vent-theme .vent-divider{height:3px;border-radius:999px;background-image:var(--vent-gradient);margin:20px 0}.vent-theme .badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;background-image:var(--vent-gradient);color:#fff;font-size:.8rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase}.vent-theme .tip,.vent-theme .note,.vent-theme .warn{position:relative;padding:12px 14px 12px 14px;border-radius:var(--vent-radius-md);margin:14px 0;font-size:.95rem;line-height:1.5;box-shadow:var(--vent-shadow-soft);border:1px solid rgba(23,35,38,.03)}.vent-theme .tip::before,.vent-theme .note::before,.vent-theme .warn::before{content:"";position:absolute;inset-block:0;left:0;width:4px;border-radius:var(--vent-radius-md) 0 0 var(--vent-radius-md);background-image:var(--vent-gradient)}.vent-theme .tip{background:radial-gradient(circle at 0 0, var(--vent-bg) 0, var(--vent-main-soft) 55%)}.vent-theme .note{background:linear-gradient(135deg, var(--vent-bg) 0%, var(--vent-main-light) 75%);color:var(--vent-text-main)}.vent-theme .warn{background:linear-gradient(135deg, #F7F5EF 0%, #B9E6FF 60%);color:var(--vent-main-strong)}.vent-theme .tip strong,.vent-theme .note strong,.vent-theme .warn strong{font-weight:700;color:inherit}.vent-theme .card-grid{display:grid;gap:16px;margin:18px 0}@media(min-width: 768px){.vent-theme .card-grid.card-3{grid-template-columns:repeat(3, minmax(0, 1fr))}.vent-theme .card-grid.card-2{grid-template-columns:repeat(2, minmax(0, 1fr))}}.vent-theme .card{background:var(--vent-bg);border-radius:var(--vent-radius-lg);box-shadow:var(--vent-shadow-soft);padding:14px 16px;border:1px solid var(--vent-border-subtle)}.vent-theme .card-header{display:flex;align-items:center;gap:8px;margin-bottom:6px}.vent-theme .card-icon{font-size:1.6rem}.vent-theme .card-title{font-size:1.05rem;font-weight:650;color:var(--vent-main);margin:0}.vent-theme table{border-collapse:collapse;width:100%;margin:16px 0;font-size:.95rem}.vent-theme table thead{background-image:var(--vent-gradient);color:#fff}.vent-theme table th,.vent-theme table td{padding:8px 10px;text-align:left}.vent-theme table tbody tr:nth-child(odd){background-color:#f7f5ef}.vent-theme table tbody tr:nth-child(even){background-color:var(--vent-bg)}.vent-theme table th{font-weight:600}.vent-theme .vent-table-wrapper table thead th{color:#fff;font-weight:600}.vent-theme table thead th{color:#fff !important}.vent-theme .faq{margin:20px 0}.vent-theme .faq-item{border-radius:var(--vent-radius-md);border:1px solid var(--vent-border-subtle);margin-bottom:10px;overflow:hidden;background:var(--vent-bg);box-shadow:0 2px 10px rgba(23,35,38,.04)}.vent-theme .faq-q{padding:10px 14px;background:linear-gradient(90deg, var(--vent-main-soft) 0%, var(--vent-main-light) 100%);font-weight:600;color:var(--vent-main-strong);font-size:.98rem}.vent-theme .faq-t{padding:10px 14px 12px;background-color:var(--vent-bg);color:var(--vent-text-main);font-size:.95rem}.vent-theme .highlight-list{list-style:none;padding-left:0;margin:12px 0}.vent-theme .highlight-list li{display:flex;align-items:flex-start;gap:8px;margin-bottom:6px}.vent-theme .highlight-list li::before{content:"✅";margin-top:2px;color:var(--vent-main)}.vent-theme .muted{color:var(--vent-text-muted);font-size:.9rem}.vent-theme .narrow{max-width:720px}@media(max-width: 600px){.vent-theme{font-size:15px;line-height:1.6}.vent-theme h1{font-size:1.45rem;margin-top:0;margin-bottom:10px}.vent-theme h2{font-size:1.25rem;margin-top:18px;margin-bottom:8px}.vent-theme h3{font-size:1.1rem;margin-top:14px;margin-bottom:6px}.vent-theme h4{font-size:1rem;margin-top:12px;margin-bottom:6px}.vent-theme p,.vent-theme ul,.vent-theme ol{margin-bottom:10px}.vent-theme .tip,.vent-theme .note,.vent-theme .warn{padding:10px 12px 10px 12px;margin:10px 0;border-radius:10px;box-shadow:0 4px 12px rgba(23,35,38,.05);font-size:.94rem}.vent-theme .card-grid{display:grid;grid-template-columns:1fr !important;gap:12px;margin:14px 0}.vent-theme .card{padding:12px 13px;border-radius:14px}.vent-theme .card-header{align-items:flex-start}.vent-theme .card-icon{font-size:1.4rem}.vent-theme .card-title{font-size:1rem}.vent-theme .faq{margin:16px 0}.vent-theme .faq-item{margin-bottom:8px;border-radius:10px}.vent-theme .faq-q{padding:9px 12px;font-size:.95rem}.vent-theme .faq-t{padding:9px 12px 10px;font-size:.93rem}.vent-theme .highlight-list li{gap:6px;margin-bottom:5px;font-size:.94rem}.vent-theme .highlight-list li::before{font-size:.95rem}.vent-theme table{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;font-size:.9rem}.vent-theme table thead{position:-webkit-sticky;position:sticky;top:0;z-index:1}.vent-theme table th,.vent-theme table td{padding:7px 8px;white-space:nowrap}.vent-theme .badge{font-size:.78rem;padding:3px 9px}.vent-theme .vent-divider{height:2px;margin:16px 0}.vent-theme .muted{font-size:.85rem}.vent-theme .narrow{max-width:100%}}.vent-theme{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}.vent-theme .card-icon,.vent-theme .highlight-list li::before{font-family:"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";line-height:1}