.article-content{max-width:860px;margin:0 auto;line-height:1.75;font-family:inherit}.article-content h1,.article-content h2,.article-content h3,.article-content h4,.article-content h5,.article-content h6{color:hsl(var(--foreground));font-weight:700;line-height:1.2;letter-spacing:-.02em;margin:3rem 0 1rem}.article-content h1{font-size:clamp(2rem,5vw,3.4rem);font-weight:800;line-height:1.05;margin-bottom:2rem}.article-content h2{font-size:clamp(1.65rem,3vw,2.15rem)}.article-content h3{font-size:clamp(1.3rem,2.4vw,1.55rem)}.article-content p{font-size:1.06rem;color:hsl(var(--foreground));margin-bottom:1.5rem}.article-content strong{font-weight:700;background:linear-gradient(180deg,transparent 58%,hsl(var(--primary)/.18) 58%)}.article-content em,.article-content strong{color:hsl(var(--foreground))}.article-content a{color:hsl(var(--primary));font-weight:600;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.16em;transition:opacity .2s ease}.article-content a:hover{opacity:.8}.article-content ol,.article-content ul{font-size:1.07rem;padding-left:0;margin:1.75rem 0;color:hsl(var(--foreground));list-style:none}.article-content li{position:relative;margin-bottom:.85rem;padding-left:1.35rem}.article-content li:before{content:"";position:absolute;top:.72rem;left:0;width:.45rem;height:.45rem;border-radius:999px;background:hsl(var(--primary))}.article-content [style*="color: #ffffff"]{color:hsl(var(--foreground))!important}.article-content [style*="color: #C9D762"],.article-content [style*="color: #bcc52f"]{color:hsl(var(--primary))!important}.article-content [style*="background: #C9D762"],.article-content [style*="background: #bcc52f"]{background-color:hsl(var(--primary))!important}.article-content [style*="background-color: #141414"],.article-content [style*="background-color: #1c1c1c"],.article-content [style*="background: #141414"],.article-content [style*="background: #1c1c1c"],.article-content [style*="background: rgb(20, 20, 20)"],.article-content [style*="background: rgb(28, 28, 28)"],.article-content [style*="background:#141414"],.article-content [style*="background:#1c1c1c"]{background-color:transparent!important;background:transparent!important}.article-content>div[style*="max-width: 900px"][style*=background]{background:transparent!important;background-color:transparent!important}.article-content [style*="background: #141414"] *,.article-content [style*="background: #1c1c1c"] *{color:hsl(var(--foreground))!important}.article-content .tips-grid,.article-content [style*="display: grid"]{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin:2rem 0}.article-content .tip-box,.article-content [style*="border-left: 4px solid"],.article-content [style*="border-left: 5px solid"]{background:hsl(var(--muted)/.3)!important;border:1px solid hsl(var(--border))!important;border-left:4px solid hsl(var(--primary))!important;padding:1.25rem 1.5rem;border-radius:.625rem;display:flex;gap:.75rem;align-items:flex-start}.article-content .tip-num,.article-content [style*="border-radius: 50%"][style*="background: #bcc52f"]{flex-shrink:0;width:2rem;height:2rem;border-radius:50%;background:hsl(var(--primary))!important;color:hsl(var(--primary-foreground))!important;font-weight:700;display:flex;align-items:center;justify-content:center;font-size:.9rem}.article-content [style*="background: #fefde9"]{background:hsl(var(--accent))!important;color:hsl(var(--accent-foreground))!important;padding:2rem 1.5rem;border-radius:.75rem;text-align:center;margin:2.5rem 0}.article-content [style*="background: #fefde9"] h2{color:hsl(var(--accent-foreground))!important;margin-bottom:1.5rem}.article-content [style*="background: #fefde9"] p{color:hsl(var(--accent-foreground))!important}.article-content a[style*="background: #bcc52f"]{background:hsl(var(--primary))!important;color:hsl(var(--primary-foreground))!important;padding:.75rem 1.5rem;border-radius:2rem;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;transition:transform .2s ease,box-shadow .2s ease}.article-content a[style*="background: #bcc52f"]:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.article-content img{max-width:100%;height:auto;border-radius:.625rem;margin:2rem 0}.article-content code{padding:.2rem .4rem;border-radius:.25rem;font-size:.9em}.article-content code,.article-content pre{background:hsl(var(--muted));color:hsl(var(--muted-foreground))}.article-content pre{padding:1rem;border-radius:.5rem;overflow-x:auto;margin:1.5rem 0}.article-content pre code{background:none;padding:0}.article-content blockquote{border-left:3px solid hsl(var(--primary));margin:2.25rem 0;padding:.75rem 0 .75rem 1.35rem;color:hsl(var(--foreground))}.article-content blockquote p{font-size:1.14rem;font-style:italic;margin-bottom:1rem}.article-content blockquote cite{display:block;font-size:.95rem;font-style:normal;font-weight:700;color:hsl(var(--foreground))}.article-content .article-quote{background:linear-gradient(180deg,hsl(var(--muted)/.45),transparent);border-right:1px solid hsl(var(--border))}.article-content .article-list--grid{display:grid;gap:.9rem;grid-template-columns:repeat(2,minmax(0,1fr))}.article-content .article-list--grid li{border:1px solid hsl(var(--border));border-left:3px solid hsl(var(--primary));border-radius:.625rem;background:hsl(var(--card));min-height:100%;padding:.95rem 1rem .95rem 1.55rem}.article-content .article-list--grid li:before{left:.85rem}.article-content .article-promo{margin:2rem 0;padding:1.25rem 1.35rem;border:1px solid hsl(var(--border));border-left:4px solid hsl(var(--primary));border-radius:.625rem;background:hsl(var(--muted)/.28)}.article-content .article-promo p{margin-bottom:0}.article-content .article-promo__title{margin-bottom:.5rem!important;color:hsl(var(--foreground));font-size:.95rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.article-content>:first-child{margin-top:0}.article-content table{width:100%;border-collapse:collapse;margin:2rem 0}.article-content td,.article-content th{border:1px solid hsl(var(--border));padding:.75rem;text-align:left}.article-content th{background:hsl(var(--muted));font-weight:600}.article-content td,.article-content th{color:hsl(var(--foreground))}@media (max-width:768px){.article-content{padding:0 1rem}.article-content .tips-grid{grid-template-columns:1fr}.article-content h1{font-size:clamp(1.5rem,4vw,2.5rem)}.article-content .article-list--grid{grid-template-columns:1fr}.article-content .tip-box{flex-direction:column;text-align:center}.article-content .tip-num{align-self:center}}@media print{.article-content{max-width:none;margin:0}.article-content .tip-box{-moz-column-break-inside:avoid;break-inside:avoid}.article-content a{color:inherit;text-decoration:none}.article-content a:after{content:" (" attr(href) ")";font-size:.8em;color:#666}}