.article-content{line-height:1.7;color:hsl(var(--foreground));max-width:none}.article-content h1{font-size:2.5rem;line-height:1.2;margin-bottom:1.5rem}.article-content h1,.article-content h2{font-weight:700;font-family:var(--font-serif);margin-top:2rem;color:hsl(var(--foreground));text-wrap:balance}.article-content h2{font-size:2rem;line-height:1.3;margin-bottom:1rem}.article-content h3{font-size:1.5rem;font-weight:600;font-family:var(--font-serif);line-height:1.4;margin-top:1.5rem;margin-bottom:.75rem;color:hsl(var(--foreground));text-wrap:balance}.article-content h4{font-size:1.25rem;margin-top:1.25rem}.article-content h4,.article-content h5{font-weight:600;font-family:var(--font-serif);line-height:1.4;margin-bottom:.5rem;color:hsl(var(--foreground))}.article-content h5{font-size:1.125rem;margin-top:1rem}.article-content h6{font-size:1rem;font-weight:600;font-family:var(--font-serif);line-height:1.4;margin-top:1rem;margin-bottom:.5rem;color:hsl(var(--muted-foreground));text-transform:uppercase;letter-spacing:.05em}.article-content p{font-size:1rem;line-height:1.7;margin-bottom:1.5rem;color:hsl(var(--foreground));text-align:justify;hyphens:auto}.article-content a{color:hsl(var(--primary));text-decoration:none;font-weight:500;border-bottom:2px solid hsl(var(--primary)/.3);padding-bottom:1px;transition:all .3s ease}.article-content a:hover{border-bottom-color:hsl(var(--primary));box-shadow:0 4px 8px hsl(var(--primary)/.2)}.article-content b,.article-content strong{font-weight:600;color:hsl(var(--foreground))}.article-content em,.article-content i{font-style:italic;color:hsl(var(--foreground))}.article-content u{text-decoration:underline;text-decoration-color:hsl(var(--primary));text-underline-offset:2px}.article-content ol,.article-content ul{list-style:none;padding-left:0;margin:1.5rem 0}.article-content ol{counter-reset:list-counter}.article-content li{position:relative;padding-left:2rem;margin-bottom:.5rem;line-height:1.6;color:hsl(var(--foreground))}.article-content ul li:before{content:"●";position:absolute;left:0;color:hsl(var(--primary));font-weight:700;font-size:1.2rem}.article-content ol li{counter-increment:list-counter}.article-content ol li:before{content:counter(list-counter);position:absolute;left:0;top:0;background:hsl(var(--primary));color:hsl(var(--primary-foreground));width:1.5rem;height:1.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600}.article-content blockquote{border-left:4px solid hsl(var(--primary));margin:2rem 0;font-style:italic;color:hsl(var(--muted-foreground));background:linear-gradient(135deg,hsl(var(--muted)/.4),hsl(var(--muted)/.2));padding:1.5rem 2rem 1.5rem 1.5rem;border-radius:0 .75rem .75rem 0;position:relative;box-shadow:0 4px 6px hsl(var(--muted)/.1)}.article-content blockquote p{margin-bottom:0;font-size:1.125rem;line-height:1.6;position:relative;z-index:1}.article-content blockquote cite{display:block;margin-top:1rem;font-style:normal;font-weight:600;color:hsl(var(--primary));text-align:right}.article-content code{background:hsl(var(--muted));color:hsl(var(--primary));padding:.25rem .5rem;border-radius:.25rem;font-size:.875rem;font-family:Monaco,Menlo,Ubuntu Mono,monospace;border:1px solid hsl(var(--border));font-weight:500}.article-content pre{background:linear-gradient(135deg,hsl(var(--muted)/.8),hsl(var(--muted)/.6));padding:2rem;border-radius:.75rem;overflow-x:auto;margin:2rem 0;border:1px solid hsl(var(--border));box-shadow:0 4px 6px hsl(var(--muted)/.1)}.article-content pre code{background:transparent;padding:0;border:none;color:hsl(var(--foreground));font-size:.875rem;line-height:1.6}.article-content img{border-radius:.75rem;box-shadow:0 10px 25px hsl(var(--muted)/.3);margin:2rem 0;max-width:100%;height:auto;border:1px solid hsl(var(--border)/.5);transition:all .3s ease}.article-content img:hover{transform:translateY(-2px);box-shadow:0 20px 40px hsl(var(--muted)/.4)}.article-content figure{margin:2rem 0;text-align:center}.article-content figcaption{margin-top:.75rem;font-size:.875rem;color:hsl(var(--muted-foreground));font-style:italic;line-height:1.5}.article-content table{width:100%;border-collapse:collapse;margin:2rem 0;border:1px solid hsl(var(--border));border-radius:.75rem;overflow:hidden;box-shadow:0 4px 6px hsl(var(--muted)/.1);background:hsl(var(--card))}.article-content th{background:linear-gradient(135deg,hsl(var(--muted)),hsl(var(--muted)/.8));text-align:left;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.article-content td,.article-content th{padding:1rem 1.25rem;color:hsl(var(--foreground));font-size:.875rem;border:1px solid hsl(var(--border))}.article-content td{transition:background-color .2s ease}.article-content tr:hover td{background:hsl(var(--muted)/.3)}.article-content tr:last-child td{border-bottom:none}.article-content tr:nth-child(2n) td{background:hsl(var(--muted)/.1)}.article-content hr{border:none;height:1px;background:linear-gradient(to right,transparent,hsl(var(--primary)/.3),transparent);margin:3rem 0;border-radius:1px}.article-content mark{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e;padding:.125rem .5rem;border-radius:.25rem;font-weight:500;box-shadow:0 1px 2px rgba(0,0,0,.1);border:1px solid #f59e0b}.article-content small{font-size:.875rem;color:hsl(var(--muted-foreground));font-weight:500;background:hsl(var(--muted)/.5);padding:.125rem .5rem;border-radius:.25rem;display:inline-block}.article-content sub{vertical-align:sub}.article-content sub,.article-content sup{font-size:.75rem;color:hsl(var(--muted-foreground));font-weight:600;background:hsl(var(--muted)/.3);padding:.125rem .5rem;border-radius:.25rem;line-height:1}.article-content sup{vertical-align:super}.article-content del{text-decoration:line-through;text-decoration-color:hsl(var(--destructive));text-decoration-thickness:2px;color:hsl(var(--muted-foreground));background:hsl(var(--destructive)/.1)}.article-content del,.article-content ins{padding:.125rem .5rem;border-radius:.25rem}.article-content ins{text-decoration:underline;text-decoration-color:hsl(var(--primary));text-decoration-thickness:2px;background:hsl(var(--primary)/.1)}.article-content dl{margin:1.5rem 0;background:hsl(var(--muted)/.3);padding:1.5rem;border-radius:.75rem;border-left:4px solid hsl(var(--primary))}.article-content dt{font-weight:600;color:hsl(var(--foreground));margin-bottom:.75rem;font-size:1.125rem}.article-content dd{margin-left:1.5rem;margin-bottom:1.25rem;color:hsl(var(--foreground));line-height:1.6;border-left:2px solid hsl(var(--primary)/.3);background:hsl(var(--muted)/.2);padding:.75rem 1rem;border-radius:0 .5rem .5rem 0}@media (max-width:768px){.article-content h1{font-size:2rem}.article-content h2{font-size:1.75rem}.article-content h3{font-size:1.375rem}.article-content pre{padding:1rem;font-size:.8rem}.article-content table{font-size:.8rem}.article-content td,.article-content th{padding:.75rem .5rem}}.maxbutton-1.maxbutton.maxbutton-test{position:relative;text-decoration:none;display:inline-block;vertical-align:middle;height:50px;border:2px solid oklch(.65 .09 165);border-radius:25px;padding:1px 50px;background-color:oklch(.65 .09 165);box-shadow:0 0 2px 0 #333;color:#fff}.maxbutton-1.maxbutton.maxbutton-test:hover{opacity:.9}