@charset "UTF-8";.feature-list{display:flex;flex-direction:column;gap:.75rem;width:100%}.feature-list-item{display:flex;align-items:flex-start;gap:1rem;font-size:15px;color:var(--theme-text-color);position:relative;padding-left:24px;line-height:1.5;text-align:left}.feature-list-item:before{content:"✓";position:absolute;left:0;top:.1em;font-size:14px;color:var(--theme-accent-color);font-weight:700}.feature-list--dots .feature-list-item:before{content:"•";color:var(--theme-primary-color);font-size:20px;top:-.1em}.feature-list--large{gap:1rem}.feature-list--large .feature-list-item{font-size:16px;padding-left:28px}.feature-list--large .feature-list-item:before{font-size:16px}.feature-list--large.feature-list--dots .feature-list-item:before{font-size:24px}.feature-list--compact{gap:.5rem}.feature-list--compact .feature-list-item{font-size:14px;padding-left:20px}.feature-list--compact .feature-list-item:before{font-size:12px}.feature-list--compact.feature-list--dots .feature-list-item:before{font-size:16px}.article-page{min-height:100vh;background:var(--theme-bg-color);padding-top:8.75rem}@media (max-width: 768px){.article-page{padding-top:7.5rem}}.article-container{max-width:1200px;margin:0 auto;padding:0 1.25rem;padding:3rem 0;max-width:800px}@media (min-width: 768px){.article-container{padding:0 2rem}}@media (min-width: 1200px){.article-container{padding:0 2.5rem}}@media (min-width: 768px){.article-container{padding:4rem 0}}@media (min-width: 1024px){.article-container{padding:5rem 0}}.article-breadcrumbs{margin-bottom:2rem;display:flex;align-items:center;gap:.5rem;font-size:.875rem}.article-breadcrumbs .breadcrumb-link{color:var(--theme-hint-color);text-decoration:none;transition:color .2s ease}.article-breadcrumbs .breadcrumb-link:hover{color:var(--theme-primary-color)}.article-breadcrumbs .breadcrumb-separator{color:var(--theme-hint-color);opacity:.5}.article-breadcrumbs .breadcrumb-current{color:var(--theme-text-color);font-weight:500;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.article-error{text-align:center;padding:4rem 2rem}.article-error h1{font-size:2rem;color:var(--theme-error-color);margin-bottom:1rem}.article-error p{font-size:1.125rem;color:var(--theme-hint-color);margin-bottom:2rem}.article-loading{text-align:center;padding:4rem 2rem}.article-loading .loading-spinner{width:40px;height:40px;border:3px solid var(--theme-border-color);border-top:3px solid var(--theme-primary-color);border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.article-loading p{font-size:1.125rem;color:var(--theme-hint-color)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.article{background:var(--theme-bg-color)}.article-hero-image{width:100%;height:400px;overflow:hidden;border-radius:16px;margin-bottom:2rem}.article-hero-image img{width:100%;height:100%;object-fit:cover}.article-header{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid var(--theme-border-color)}.article-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;font-size:.875rem;color:var(--theme-hint-color)}.article-date{font-weight:500}.article-author{font-weight:500;color:var(--theme-primary-color)}.article-title{font-size:2.5rem;font-weight:700;color:var(--theme-text-color);line-height:1.2;margin-bottom:1.5rem}.article-summary{font-size:1.25rem;line-height:1.6;color:var(--theme-hint-color);margin-bottom:2rem;font-style:italic}.article-tags{display:flex;flex-wrap:wrap;gap:.5rem}.article-tag{padding:.375rem .75rem;background:transparent;color:var(--theme-hint-color);border:1px solid rgba(var(--theme-border-color-rgb),.3);border-radius:4px;font-size:.75rem;font-weight:500}.article-content{margin-bottom:3rem}.article-body{font-size:1.125rem;line-height:1.7;color:var(--theme-text-color)}.article-body h1,.article-body h2,.article-body h3,.article-body h4,.article-body h5,.article-body h6{color:var(--theme-text-color);font-weight:600;margin:2rem 0 1rem;line-height:1.3}.article-body h1{font-size:2rem}.article-body h2{font-size:1.75rem}.article-body h3{font-size:1.5rem}.article-body h4{font-size:1.25rem}.article-body h5{font-size:1.125rem}.article-body h6{font-size:1rem}.article-body a{color:var(--theme-primary-color);text-decoration:underline}.article-body a:hover{text-decoration:none}.article-body img{max-width:100%;height:auto;border-radius:8px;margin:2rem 0}.article-body hr{border:none;height:1px;background:var(--theme-border-color);margin:3rem 0}.article-footer{padding-top:2rem;border-top:1px solid var(--theme-border-color)}.article-actions{display:flex;justify-content:center}@media (max-width: 768px){.article-title{font-size:2rem}.article-summary{font-size:1.125rem}.article-body{font-size:1rem}.article-body h1{font-size:1.75rem}.article-body h2{font-size:1.5rem}.article-body h3{font-size:1.25rem}.article-hero-image{height:250px}.article-meta{flex-direction:column;align-items:flex-start;gap:.5rem}}
