.article-page{background:radial-gradient(at 30% 20%,#7f56d91a 0%,#0000 50%),radial-gradient(at 70% 60%,#6941c60f 0%,#0000 45%),#f0ecf8;min-height:100vh;padding-top:60px}.article-breadcrumb{z-index:40;background:#7f56d9;border-bottom:none;padding:12px 20px;position:sticky;top:60px}.breadcrumb-container{flex-wrap:wrap;align-items:center;gap:6px;max-width:1100px;margin:0 auto;font-size:13px;display:flex}.breadcrumb-container a{color:#ffffffd9;border-radius:4px;margin:-2px -6px;padding:2px 6px;font-weight:500;text-decoration:none;transition:color .2s,background .2s}.breadcrumb-container a:hover{color:#fff;background:#ffffff26}.breadcrumb-separator{color:#ffffff80}.breadcrumb-current{color:#fff;font-weight:500}.article-container{grid-template-columns:1fr 280px;gap:28px;max-width:1100px;margin:0 auto;padding:24px 20px;display:grid}.article-main{-webkit-backdrop-filter:blur(12px);background:#ffffffeb;border:1px solid #7f56d924;border-radius:16px;padding:28px 32px;box-shadow:0 4px 20px #5b3ba514}.article-header{border-bottom:2px solid #7f56d91a;align-items:flex-start;gap:14px;margin-bottom:20px;padding-bottom:16px;display:flex}.article-category-icon{background:linear-gradient(135deg,#f5f3ff 0%,#ede9fe 100%);border:1px solid #7f56d926;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex;box-shadow:0 2px 8px #7f56d91a}.article-category-icon svg{width:22px;height:22px}.article-meta{flex:1}.article-category-name{color:#7f56d9;text-transform:uppercase;letter-spacing:.5px;background:#7f56d914;border-radius:20px;margin-bottom:5px;padding:2px 8px;font-size:10px;font-weight:600;display:inline-block}.article-header h1{color:#2d2252;margin:0;font-size:24px;font-weight:600;line-height:1.3}.article-content{color:#6b6580;font-size:14px;line-height:1.65}.article-content h2{color:#2d2252;margin:22px 0 10px;font-size:18px;font-weight:600}.article-content h2:first-child{margin-top:0}.article-content h3{color:#2d2252;margin:16px 0 8px;font-size:16px;font-weight:600}.article-content p{margin:0 0 10px}.article-content ul,.article-content ol{margin:0 0 12px;padding-left:22px}.article-content li{margin-bottom:5px}.article-content ul li::marker{color:#7f56d9}.article-content ol li::marker{color:#7f56d9;font-weight:600}.article-content strong{color:#2d2252;font-weight:600}.tip-box{-webkit-backdrop-filter:blur(8px);background:linear-gradient(135deg,#f5f3ffcc 0%,#ede9fecc 100%);border:1px solid #7f56d91f;border-left:4px solid #7f56d9;border-radius:0 10px 10px 0;margin:14px 0;padding:12px 16px}.tip-box strong{color:#7f56d9}.warning-box{background:#fef3c7cc;border:1px solid #f59e0b26;border-left:4px solid #f59e0b;border-radius:0 10px 10px 0;margin:14px 0;padding:12px 16px}.warning-box strong{color:#d97706}.example-box{background:#7f56d90a;border:1px solid #7f56d91a;border-radius:10px;margin:10px 0;padding:12px 16px}.example-box p{margin:5px 0}.example-box p:first-child{margin-top:0}.example-box p:last-child{margin-bottom:0}.info-table{border-collapse:separate;border-spacing:0;border:1px solid #7f56d91a;border-radius:10px;width:100%;margin:10px 0 16px;overflow:hidden}.info-table th,.info-table td{text-align:left;border-bottom:1px solid #7f56d914;padding:10px 14px}.info-table th{color:#2d2252;text-transform:uppercase;letter-spacing:.3px;background:#7f56d90f;font-size:13px;font-weight:600}.info-table tr:last-child td{border-bottom:none}.info-table tr:hover td{background:#7f56d905}.article-footer{border-top:2px solid #7f56d91a;margin-top:24px;padding-top:16px}.article-helpful{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.article-helpful span{color:#6b6580;font-size:13px;font-weight:500}.helpful-buttons{gap:10px;display:flex}.helpful-btn{cursor:pointer;border-radius:20px;align-items:center;gap:5px;padding:6px 14px;font-size:13px;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:10px;align-items:center;gap:12px;padding:12px 16px;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:38px;height:38px;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:#2d2252;font-size:14px;font-weight:600}.feedback-text p{color:#8a7bab;margin:0;font-size:12px}.article-sidebar{flex-direction:column;gap:16px;display:flex}.sidebar-section{-webkit-backdrop-filter:blur(12px);background:#ffffffeb;border:1px solid #7f56d924;border-radius:14px;padding:18px;box-shadow:0 4px 16px #5b3ba50f}.sidebar-section h3{color:#2d2252;margin:0 0 10px;font-size:15px;font-weight:600}.sidebar-section p{color:#6b6580;margin:0 0 12px;font-size:13px;line-height:1.5}.related-articles-list{margin:0;padding:0;list-style:none}.related-articles-list li{border-radius:8px;margin-bottom:0;padding:7px 10px 7px 16px;transition:background .2s;position:relative}.related-articles-list li:hover{background:#7f56d90f}.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:13px;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:22px;width:100%;padding:10px 18px;font-size:13px;font-weight:600;text-decoration:none;transition:all .3s;display:block;box-shadow:0 2px 8px #7f56d940}.contact-support-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #7f56d959}.article-not-found{text-align:center;padding:60px 20px}.article-not-found h1{color:#2d2252;margin-bottom:16px;font-size:28px;font-weight:600}.article-not-found p{color:#6b6580;margin-bottom:24px;font-size:16px}.back-link{color:#7f56d9;background:#7f56d914;border-radius:10px;align-items:center;gap:6px;padding:10px 20px;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.back-link:hover{color:#5b3ba5;background:#7f56d924;transform:translate(-2px)}@media (max-width:968px){.article-container{grid-template-columns:1fr;gap:18px;padding:20px}.article-sidebar{flex-flow:wrap;order:-1}.sidebar-section{flex:1;min-width:220px}.article-main{padding:24px}.article-header h1{font-size:22px}}@media (max-width:768px){.article-page{padding-top:56px}.article-breadcrumb{padding:10px 16px}.breadcrumb-container{gap:5px;font-size:12px}.article-container{padding:16px}.article-sidebar{flex-direction:column}.sidebar-section{min-width:auto;padding:16px}.article-main{padding:20px}.article-header{flex-direction:column;gap:10px;margin-bottom:16px;padding-bottom:12px}.article-category-icon{width:40px;height:40px}.article-category-icon svg{width:20px;height:20px}.article-header h1{font-size:20px}.article-content{font-size:13px}.article-content h2{margin:18px 0 8px;font-size:16px}.article-content h3{margin:14px 0 6px;font-size:15px}.article-helpful{flex-direction:column;align-items:flex-start}.feedback-response{gap:10px;padding:10px 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}}@media (max-width:480px){.article-breadcrumb{padding:8px 12px}.breadcrumb-container{font-size:11px}.article-container{padding:12px}.article-main{border-radius:12px;padding:16px}.article-header{margin-bottom:14px;padding-bottom:10px}.article-header h1{font-size:18px}.article-content h2{font-size:15px}.article-content h3{font-size:14px}.tip-box,.warning-box{margin:10px 0;padding:10px 12px}.example-box{padding:10px 12px}.sidebar-section{border-radius:12px;padding:14px}.helpful-btn{padding:6px 12px;font-size:12px}.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}.info-table th,.info-table td{padding:8px 10px;font-size:12px}}@media (max-width:360px){.article-page{padding-top:50px}.article-main{padding:14px}.article-header h1{font-size:16px}.article-content{font-size:12px;line-height:1.6}.article-content h2{font-size:14px}.article-content h3{font-size:13px}.article-content ul,.article-content ol{padding-left:18px}.sidebar-section{padding:12px}.sidebar-section h3{font-size:14px}.feedback-response{border-radius:8px;gap:6px;padding:8px 10px}.feedback-icon{width:28px;height:28px}.feedback-icon svg{width:14px;height:14px}.feedback-text strong{font-size:11px}.feedback-text p{font-size:9px}.contact-support-btn{padding:8px 14px;font-size:12px}}
