.article-page{min-height:100vh;padding:3rem 0;margin-bottom:5rem;background:var(--gradient-background);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.article-container{max-width:1200px;margin:0 auto;padding:0 2rem;background-color:transparent;box-shadow:none;overflow:visible}.article-section{margin-bottom:4rem;text-align:left}.article-section:last-child{margin-bottom:0}.article-section h2{font-size:2rem;font-weight:400;margin-bottom:2rem;padding-bottom:0;border-bottom:none}.article-section h2,.article-section h3{color:#1a1a1a;font-family:Georgia,serif;letter-spacing:-.01em}.article-section h3{font-size:1.4rem;font-weight:500;margin:0 0 1rem}.article-section p{font-size:1.1rem;line-height:1.7;color:#333;margin-bottom:1.5rem;font-weight:400}.article-section strong{color:#1a1a1a;font-weight:600}.article-article{background:white;border-radius:0;padding:0;margin-bottom:4rem;box-shadow:0 1px 3px rgba(0,0,0,.05);transition:all .3s ease;position:relative;border:1px solid #f0f0f0}.article-article:hover{box-shadow:0 8px 30px rgba(0,0,0,.12);transform:translateY(-3px);border-color:#e0e0e0}.article-article:last-child{margin-bottom:0}.article-article-header{padding:2.5rem 2.5rem 1.5rem;border-bottom:1px solid #f0f0f0;background:linear-gradient(180deg,#fafafa 0,white)}.article-article-content{padding:2.5rem}.article-article h3{color:#1a1a1a;margin:0 0 1rem;font-size:1.8rem;font-weight:400;font-family:Georgia,serif;letter-spacing:-.01em;line-height:1.3}.article-article h3:after{content:"";display:block;width:40px;height:2px;background-color:#1a1a1a;margin-top:1rem}.tag{display:inline-block;background:#e0e7ff;color:#3730a3;padding:.25rem .5rem;border-radius:.375rem;font-size:.75rem;margin-right:.75rem;margin-bottom:.5rem;font-weight:500;text-decoration:none;border:none;transition:background-color .2s ease;position:relative}.tag:before{content:"#";opacity:.75}.tag:hover{background:#c7d2fe;color:#3730a3;text-decoration:none}.category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.category-card{background:white;border-radius:0;padding:2rem;border:1px solid #f0f0f0;transition:all .3s ease;box-shadow:0 1px 3px rgba(0,0,0,.05)}.category-card:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(0,0,0,.1);border-color:#e0e0e0}.category-card h4{color:#1a1a1a;margin:0 0 1rem;font-size:1.3rem;font-weight:500;font-family:Georgia,serif;letter-spacing:-.01em}.category-card p{margin-bottom:0;font-size:1rem;line-height:1.6;color:#666}.cta-section{text-align:center;margin-top:3rem}.cta-button{display:inline-block;background:#1a1a1a;color:white;padding:1rem 2.5rem;border-radius:0;text-decoration:none;font-weight:400;transition:all .3s ease;text-transform:uppercase;letter-spacing:.1em;border:1px solid #1a1a1a}.cta-button:hover{background:white;color:#1a1a1a;transform:translateY(-2px);text-decoration:none;box-shadow:0 4px 15px rgba(0,0,0,.1)}.loading-state{text-align:center;padding:4rem 2rem;color:#666}.loading-spinner{border:2px solid #f0f0f0;border-top-color:#1a1a1a;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin:0 auto 1.5rem}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.empty-state{color:#666;font-style:normal}.empty-state,.error-message{text-align:center;padding:4rem 2rem}.error-message{color:#d32f2f}.retry-button{background:#1a1a1a;color:white;border:1px solid #1a1a1a;padding:1rem 2rem;border-radius:0;cursor:pointer;font-weight:400;margin-top:1.5rem;transition:all .3s ease;text-transform:uppercase;letter-spacing:.05em}.retry-button:hover{background:white;color:#1a1a1a}.article-block-content h3{color:#1a1a1a;margin:2rem 0 1rem;font-size:1.4rem;font-weight:500;font-family:Georgia,serif;letter-spacing:-.01em}.no-content-message{color:#888;font-style:normal;text-align:center;padding:2rem;background:#fafafa;border-radius:0;border:1px dashed #e0e0e0}.article-block-content p{margin-bottom:1.5rem;line-height:1.7;color:#333;font-size:1.1rem}@media (max-width:768px){.article-page{padding:2rem 0}.article-container{margin:0 1rem;padding:0 1rem}.article-section h2{font-size:1.6rem}.article-section h3{font-size:1.2rem}.category-grid{grid-template-columns:1fr;gap:1.5rem}.article-article{padding:0;margin-bottom:3rem}.article-article h3{font-size:1.5rem}}@media (max-width:480px){.article-container{margin:0 .5rem;padding:0 .5rem}.article-article{margin-bottom:2.5rem}.category-card{padding:1.5rem}.loading-spinner{width:30px;height:30px}}