.article-page-container{max-width:900px;margin:0 auto;padding:140px 20px 60px}
.article-header-section{margin-bottom:40px}
.article-breadcrumbs{font-size:0.9rem;margin-bottom:20px;color:rgba(255,255,255,0.6)}
.article-breadcrumbs a{color:rgba(255,255,255,0.7);text-decoration:none;transition:color 0.3s ease}
.article-breadcrumbs a:hover{color:#ffd700}
.breadcrumb-separator{margin:0 8px;color:rgba(255,255,255,0.4)}
.current-page{color:rgba(255,255,255,0.9)}
.article-category-tag{display:inline-block;background:linear-gradient(135deg,#ffd700,#ffed4a);color:#200625;padding:8px 18px;border-radius:20px;font-size:0.9rem;font-weight:600;margin-bottom:20px}
.article-main-title{font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;margin-bottom:20px;background:linear-gradient(135deg,#ffffff,#ffd700);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}
.article-metadata{display:flex;flex-wrap:wrap;gap:12px;align-items:center;font-size:0.95rem;color:rgba(255,255,255,0.65);margin-bottom:40px;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,0.15)}
.article-author{color:rgba(255,255,255,0.75)}
.metadata-divider{color:rgba(255,255,255,0.3)}
.article-publish-date,.article-read-time{color:rgba(255,255,255,0.65)}

.article-content-body{line-height:1.8}
.article-intro-text{margin-bottom:40px}
.article-intro-text p{font-size:1.15rem;color:rgba(255,255,255,0.95);line-height:1.9}
.article-section{margin-bottom:50px}
.article-section h2{font-size:clamp(1.6rem,4vw,2.2rem);margin-bottom:20px;color:#ffffff;background:linear-gradient(135deg,#ffffff,#ffd700);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}
.article-section h3{font-size:clamp(1.3rem,3vw,1.7rem);margin-bottom:15px;margin-top:30px;color:#ffd700}
.article-section p{font-size:1.05rem;color:rgba(255,255,255,0.9);margin-bottom:20px;line-height:1.8}
.article-section ul{margin:20px 0 20px 25px}
.article-section ul li{font-size:1.05rem;color:rgba(255,255,255,0.9);margin-bottom:12px;line-height:1.7}

.article-example-box{background:rgba(255,215,0,0.08);border-left:4px solid #ffd700;padding:25px;margin:30px 0;border-radius:8px}
.article-example-box h3{color:#ffd700;margin-bottom:15px;margin-top:0}
.article-example-box p{margin-bottom:12px;color:rgba(255,255,255,0.95)}
.article-example-box p strong{color:#ffd700;font-weight:600}

.article-cta-box{background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.15);border-radius:15px;padding:35px;text-align:center;margin:50px 0;backdrop-filter:blur(10px)}
.article-cta-box h3{font-size:1.8rem;margin-bottom:15px;color:#ffffff;background:linear-gradient(135deg,#ffffff,#ffd700);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}
.article-cta-box p{font-size:1.05rem;color:rgba(255,255,255,0.85);margin-bottom:25px}
.article-cta-button{display:inline-block;background:linear-gradient(135deg,#ffd700,#ffed4a);color:#200625;padding:15px 35px;text-decoration:none;border-radius:25px;font-weight:700;font-size:1.1rem;transition:all 0.3s ease;box-shadow:0 6px 20px rgba(255,215,0,0.3)}
.article-cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(255,215,0,0.4)}

.article-author-bio{background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);border-radius:12px;padding:30px;margin:50px 0}
.author-bio-content{display:flex;gap:20px;align-items:flex-start}
.author-avatar{width:70px;height:70px;border-radius:50%;background:linear-gradient(135deg,#ffd700,#ffed4a);color:#200625;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:700;flex-shrink:0}
.author-bio-text h3{font-size:1.3rem;color:#ffd700;margin-bottom:10px}
.author-bio-text p{font-size:1rem;color:rgba(255,255,255,0.85);margin-bottom:0;line-height:1.7}

.related-articles-section{margin:60px 0}
.related-articles-section h2{font-size:clamp(1.8rem,4vw,2.4rem);margin-bottom:30px;color:#ffffff;background:linear-gradient(135deg,#ffffff,#ffd700);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}
.related-articles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:25px}
.related-article-card{background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.1);border-radius:12px;padding:25px;transition:all 0.3s ease}
.related-article-card:hover{transform:translateY(-5px);border-color:rgba(255,215,0,0.3);box-shadow:0 10px 25px rgba(0,0,0,0.3)}
.related-category-badge{display:inline-block;background:rgba(255,215,0,0.15);color:#ffd700;padding:5px 12px;border-radius:15px;font-size:0.8rem;font-weight:600;margin-bottom:12px}
.related-article-card h3{font-size:1.15rem;margin-bottom:10px}
.related-article-card h3 a{color:#ffffff;text-decoration:none;line-height:1.4;transition:color 0.3s ease}
.related-article-card h3 a:hover{color:#ffd700}
.related-read-time{font-size:0.85rem;color:rgba(255,255,255,0.6)}

.protocol-comparison-table{margin:30px 0;overflow-x:auto}
.protocol-comparison-table table{width:100%;border-collapse:collapse;background:rgba(255,255,255,0.05);border-radius:8px;overflow:hidden}
.protocol-comparison-table thead{background:rgba(255,215,0,0.15)}
.protocol-comparison-table th{padding:15px 20px;text-align:left;font-weight:600;color:#ffd700;border-bottom:2px solid rgba(255,215,0,0.3);font-size:1rem}
.protocol-comparison-table td{padding:12px 20px;color:rgba(255,255,255,0.9);border-bottom:1px solid rgba(255,255,255,0.08);font-size:0.95rem}
.protocol-comparison-table tbody tr:last-child td{border-bottom:none}
.protocol-comparison-table tbody tr:hover{background:rgba(255,255,255,0.03)}

@media (max-width:768px){
.protocol-comparison-table{font-size:0.9rem}
.protocol-comparison-table th,.protocol-comparison-table td{padding:10px 12px}
}

@media (max-width:480px){
.protocol-comparison-table{font-size:0.85rem}
.protocol-comparison-table th,.protocol-comparison-table td{padding:8px 10px}
}


@media (max-width:768px){
.article-page-container{padding:100px 15px 40px}
.article-metadata{font-size:0.85rem;gap:8px}
.article-intro-text p{font-size:1.05rem}
.article-section p,.article-section ul li{font-size:1rem}
.article-cta-box{padding:25px 20px}
.author-bio-content{flex-direction:column;text-align:center;align-items:center}
.author-avatar{margin-bottom:15px}
.related-articles-grid{grid-template-columns:1fr;gap:20px}
}

@media (max-width:480px){
.article-page-container{padding:90px 10px 30px}
.article-header-section{margin-bottom:30px}
.article-category-tag{padding:6px 14px;font-size:0.85rem}
.article-metadata{flex-direction:column;align-items:flex-start;gap:6px}
.metadata-divider{display:none}
.article-example-box{padding:20px 15px}
.article-cta-box{padding:20px 15px}
.article-author-bio{padding:20px}
}