.article-page{background:#f8f9ff;min-height:100vh;padding-top:60px}.article-breadcrumb{background:#fff;border-bottom:1px solid #e0e5f0;padding:16px 20px}.breadcrumb-container{flex-wrap:wrap;align-items:center;gap:8px;max-width:1100px;margin:0 auto;font-size:14px;display:flex}.breadcrumb-container a{color:#7f56d9;text-decoration:none;transition:color .2s}.breadcrumb-container a:hover{color:#5b3ba5}.breadcrumb-separator{color:#9ca3af}.breadcrumb-current{color:#4b5563}.article-container{grid-template-columns:1fr 300px;gap:40px;max-width:1100px;margin:0 auto;padding:40px 20px;display:grid}.article-main{background:#fff;border:1px solid #e0e5f0;border-radius:16px;padding:40px;box-shadow:0 4px 20px #0000000d}.article-header{border-bottom:2px solid #f0f2f5;align-items:flex-start;gap:20px;margin-bottom:32px;padding-bottom:24px;display:flex}.article-category-icon{background:linear-gradient(135deg,#f5f3ff 0%,#ede9fe 100%);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.article-category-icon svg{width:28px;height:28px}.article-meta{flex:1}.article-category-name{color:#7f56d9;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:12px;font-weight:600;display:inline-block}.article-header h1{color:#1a2b4a;margin:0;font-size:28px;font-weight:600;line-height:1.3}.article-content{color:#4b5563;font-size:15px;line-height:1.8}.article-content h2{color:#1a2b4a;margin:32px 0 16px;font-size:20px;font-weight:600}.article-content h2:first-child{margin-top:0}.article-content h3{color:#1a2b4a;margin:24px 0 12px;font-size:17px;font-weight:600}.article-content p{margin:0 0 16px}.article-content ul,.article-content ol{margin:0 0 20px;padding-left:24px}.article-content li{margin-bottom:10px}.article-content strong{color:#1a2b4a;font-weight:600}.tip-box{background:linear-gradient(135deg,#f5f3ff 0%,#ede9fe 100%);border-left:4px solid #7f56d9;border-radius:0 12px 12px 0;margin:24px 0;padding:16px 20px}.tip-box strong{color:#7f56d9}.warning-box{background:#fef3c7;border-left:4px solid #f59e0b;border-radius:0 12px 12px 0;margin:24px 0;padding:16px 20px}.warning-box strong{color:#d97706}.example-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin:16px 0;padding:16px 20px}.example-box p{margin:8px 0}.example-box p:first-child{margin-top:0}.example-box p:last-child{margin-bottom:0}.info-table{border-collapse:collapse;width:100%;margin:16px 0 24px}.info-table th,.info-table td{text-align:left;border-bottom:1px solid #e0e5f0;padding:12px 16px}.info-table th{color:#1a2b4a;background:#f8f9ff;font-weight:600}.info-table tr:last-child td{border-bottom:none}.article-footer{border-top:2px solid #f0f2f5;margin-top:40px;padding-top:24px}.article-helpful{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.article-helpful span{color:#4b5563;font-size:14px;font-weight:500}.helpful-buttons{gap:10px;display:flex}.helpful-btn{cursor:pointer;border-radius:20px;align-items:center;gap:6px;padding:8px 16px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.helpful-btn.yes{color:#16a34a;background:#f0fdf4;border:1px solid #86efac}.helpful-btn.yes:hover{background:#dcfce7}.helpful-btn.no{color:#dc2626;background:#fef2f2;border:1px solid #fca5a5}.helpful-btn.no:hover{background:#fee2e2}.feedback-response{border-radius:12px;align-items:center;gap:14px;padding:16px 20px;animation:.4s ease-out feedbackSlideIn;display:flex}@keyframes feedbackSlideIn{0%{opacity:0;transform:translateY(-10px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.feedback-response.yes{background:linear-gradient(135deg,#f0fdf4 0%,#dcfce7 100%);border:1px solid #86efac}.feedback-response.no{background:linear-gradient(135deg,#fef3c7 0%,#fef9c3 100%);border:1px solid #fde047}.feedback-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;animation:.5s ease-out .2s both iconPop;display:flex}@keyframes iconPop{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}.feedback-response.yes .feedback-icon{color:#fff;background:#16a34a}.feedback-response.no .feedback-icon{color:#fff;background:#eab308}.feedback-text{flex-direction:column;gap:2px;display:flex}.feedback-text strong{color:#1a2b4a;font-size:15px;font-weight:600}.feedback-text p{color:#6b7280;margin:0;font-size:13px}.article-sidebar{flex-direction:column;gap:24px;display:flex}.sidebar-section{background:#fff;border:1px solid #e0e5f0;border-radius:16px;padding:24px}.sidebar-section h3{color:#1a2b4a;margin:0 0 16px;font-size:16px;font-weight:600}.sidebar-section p{color:#4b5563;margin:0 0 16px;font-size:14px;line-height:1.5}.related-articles-list{margin:0;padding:0;list-style:none}.related-articles-list li{margin-bottom:12px;padding-left:16px;position:relative}.related-articles-list li:before{content:"";opacity:.4;background:#7f56d9;border-radius:50%;width:6px;height:6px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.related-articles-list li:hover:before{opacity:1}.related-articles-list a{color:#7f56d9;font-size:14px;text-decoration:none;transition:color .2s}.related-articles-list a:hover{color:#5b3ba5}.contact-support-btn{color:#fff;text-align:center;background:linear-gradient(135deg,#7f56d9 0%,#9b7de8 100%);border-radius:25px;width:100%;padding:12px 20px;font-size:14px;font-weight:600;text-decoration:none;transition:all .3s;display:block}.contact-support-btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px #7f56d94d}.article-not-found{text-align:center;padding:60px 20px}.article-not-found h1{color:#1a2b4a;margin-bottom:16px;font-size:28px;font-weight:600}.article-not-found p{color:#4b5563;margin-bottom:24px;font-size:16px}.back-link{color:#7f56d9;font-weight:500;text-decoration:none;transition:color .2s;display:inline-block}.back-link:hover{color:#5b3ba5}@media (max-width:968px){.article-container{grid-template-columns:1fr;gap:24px;padding:24px 20px}.article-sidebar{flex-flow:wrap;order:-1}.sidebar-section{flex:1;min-width:250px}.article-main{padding:30px}.article-header h1{font-size:24px}}@media (max-width:768px){.article-page{padding-top:56px}.article-breadcrumb{padding:12px 16px}.breadcrumb-container{gap:6px;font-size:13px}.article-container{padding:20px 16px}.article-sidebar{flex-direction:column}.sidebar-section{min-width:auto}.article-main{padding:24px}.article-header{flex-direction:column;gap:16px}.article-category-icon{width:48px;height:48px}.article-category-icon svg{width:24px;height:24px}.article-header h1{font-size:22px}.article-content{font-size:14px}.article-content h2{margin:28px 0 14px;font-size:18px}.article-content h3{margin:20px 0 10px;font-size:16px}.article-helpful{flex-direction:column;align-items:flex-start}.feedback-response{gap:12px;padding:14px 16px}.feedback-icon{width:38px;height:38px}.feedback-icon svg{width:20px;height:20px}.feedback-text strong{font-size:14px}.feedback-text p{font-size:12px}}@media (max-width:480px){.article-breadcrumb{padding:10px 12px}.breadcrumb-container{font-size:12px}.article-container{padding:16px 12px}.article-main{border-radius:12px;padding:20px}.article-header{margin-bottom:24px;padding-bottom:20px}.article-header h1{font-size:20px}.article-content h2{font-size:17px}.article-content h3{font-size:15px}.tip-box,.warning-box,.example-box{padding:14px 16px}.sidebar-section{border-radius:12px;padding:20px}.helpful-btn{padding:8px 14px;font-size:13px}.feedback-response{border-radius:10px;gap:10px;padding:12px 14px}.feedback-icon{width:34px;height:34px}.feedback-icon svg{width:18px;height:18px}.feedback-text strong{font-size:13px}.feedback-text p{font-size:11px}.info-table th,.info-table td{padding:10px 12px;font-size:13px}}@media (max-width:360px){.article-page{padding-top:50px}.article-main{padding:16px}.article-header h1{font-size:18px}.article-content{font-size:13px}.article-content h2{font-size:16px}.article-content ul,.article-content ol{padding-left:20px}.sidebar-section{padding:16px}.sidebar-section h3{font-size:15px}.feedback-response{border-radius:8px;gap:8px;padding:10px 12px}.feedback-icon{width:30px;height:30px}.feedback-icon svg{width:16px;height:16px}.feedback-text strong{font-size:12px}.feedback-text p{font-size:10px}.contact-support-btn{padding:10px 16px;font-size:13px}}
