#help-center-app {
font-family: 'Heebo', 'Assistant', sans-serif;
direction: rtl;
text-align: right;
max-width: 900px;
margin: 0 auto;
padding: 20px;
color: #1a1a1a;
} .hc-search {
position: relative;
margin-bottom: 24px;
}
.hc-search input {
width: 100%;
padding: 14px 48px 14px 16px;
border: 2px solid #e0e0e0;
border-radius: 12px;
font-size: 16px;
font-family: inherit;
direction: rtl;
transition: border-color 0.2s;
box-sizing: border-box;
}
.hc-search input:focus {
outline: none;
border-color: #2563eb;
}
.hc-search-icon {
position: absolute;
right: 16px;
top: 50%;
transform: translateY(-50%);
color: #999;
font-size: 18px;
pointer-events: none;
} .hc-categories {
display: flex;
gap: 8px;
flex-wrap: wrap;
margin-bottom: 24px;
}
.hc-cat-btn {
padding: 6px 16px;
border: 1px solid #d1d5db;
border-radius: 20px;
background: #fff;
cursor: pointer;
font-family: inherit;
font-size: 14px;
transition: all 0.2s;
color: #374151;
}
.hc-cat-btn:hover {
background: #f3f4f6;
}
.hc-cat-btn.active {
background: #2563eb;
color: #fff;
border-color: #2563eb;
} .hc-articles {
list-style: none;
padding: 0;
margin: 0;
}
.hc-article-item {
padding: 16px 20px;
border: 1px solid #e5e7eb;
border-radius: 10px;
margin-bottom: 10px;
cursor: pointer;
transition: all 0.2s;
background: #fff;
}
.hc-article-item:hover {
border-color: #2563eb;
box-shadow: 0 2px 8px rgba(37, 99, 235, 0.1);
}
.hc-article-title {
font-size: 17px;
font-weight: 600;
margin: 0 0 6px 0;
color: #1a1a1a;
}
.hc-article-excerpt {
font-size: 14px;
color: #6b7280;
margin: 0;
line-height: 1.5;
}
.hc-article-cat {
display: inline-block;
font-size: 12px;
color: #2563eb;
background: #eff6ff;
padding: 2px 10px;
border-radius: 10px;
margin-top: 8px;
} .hc-detail {
animation: hcFadeIn 0.2s ease;
}
@keyframes hcFadeIn {
from { opacity: 0; transform: translateY(8px); }
to { opacity: 1; transform: translateY(0); }
}
.hc-back {
display: inline-flex;
align-items: center;
gap: 6px;
padding: 8px 0;
color: #2563eb;
cursor: pointer;
font-size: 15px;
font-family: inherit;
background: none;
border: none;
margin-bottom: 16px;
}
.hc-back:hover {
text-decoration: underline;
}
.hc-detail-title {
font-size: 26px;
font-weight: 700;
margin: 0 0 8px 0;
color: #1a1a1a;
}
.hc-detail-cat {
display: inline-block;
font-size: 13px;
color: #2563eb;
background: #eff6ff;
padding: 3px 12px;
border-radius: 10px;
margin-bottom: 20px;
}
.hc-detail-content {
font-size: 16px;
line-height: 1.8;
color: #374151;
}
.hc-detail-content h2,
.hc-detail-content h3 {
color: #1a1a1a;
margin-top: 28px;
margin-bottom: 12px;
}
.hc-detail-content p {
margin-bottom: 16px;
}
.hc-detail-content img {
max-width: 100%;
height: auto;
border-radius: 8px;
margin: 16px 0;
border: 1px solid #e5e7eb;
}
.hc-detail-content ul,
.hc-detail-content ol {
padding-right: 24px;
margin-bottom: 16px;
}
.hc-detail-content li {
margin-bottom: 8px;
}
.hc-detail-content code {
background: #f3f4f6;
padding: 2px 6px;
border-radius: 4px;
font-size: 14px;
}
.hc-detail-content blockquote {
border: none;
padding: 16px 20px;
margin: 16px 0;
background: #f8fafc;
border-radius: 10px;
color: #475569;
} .hc-support-cta {
margin-top: 40px;
padding: 24px;
background: linear-gradient(135deg, #eff6ff, #f0f9ff);
border-radius: 12px;
border: 1px solid #dbeafe;
text-align: center;
}
.hc-support-cta h3 {
margin: 0 0 8px 0;
font-size: 18px;
font-weight: 700;
color: #1e40af;
}
.hc-support-cta p {
margin: 0 0 16px 0;
color: #475569;
font-size: 15px;
line-height: 1.6;
}
.hc-support-cta a {
display: inline-block;
padding: 10px 28px;
background: #2563eb;
color: #fff;
border-radius: 8px;
text-decoration: none;
font-weight: 600;
font-size: 15px;
transition: background 0.2s;
}
.hc-support-cta a:hover {
background: #1d4ed8;
} .hc-video-wrap {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
border-radius: 8px;
margin: 20px 0;
}
.hc-video-wrap iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
} .hc-empty {
text-align: center;
padding: 48px 20px;
color: #9ca3af;
font-size: 16px;
}
.hc-empty-icon {
font-size: 48px;
margin-bottom: 12px;
} .hc-loading {
text-align: center;
padding: 40px;
color: #9ca3af;
} .hc-detail-content .step {
display: flex;
gap: 12px;
margin-bottom: 20px;
align-items: flex-start;
}
.hc-detail-content .step-number {
flex-shrink: 0;
width: 32px;
height: 32px;
border-radius: 50%;
background: #2563eb;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
font-weight: 700;
font-size: 14px;
} @media (max-width: 640px) {
#help-center-app {
padding: 12px;
}
.hc-detail-title {
font-size: 22px;
}
.hc-search input {
font-size: 14px;
padding: 12px 44px 12px 12px;
}
}