.docs-breadcrumb{background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:12px 0;font-size:13.5px;color:#64748b;}
.docs-breadcrumb a{color:#64748b;text-decoration:none;}
.docs-breadcrumb a:hover{text-decoration:underline;}
.docs-breadcrumb .current{color:#0f172a;font-weight:600;}
.docs-breadcrumb span{margin:0 6px;}

.docs-wrapper {
    padding: 80px 0 60px;
}
.docs-grid{display:flex;gap:40px;align-items:flex-start;}
.docs-sidebar {
    flex: 0 0 300px;
    position: sticky;
    top: 100px;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    border: 1px solid #c9dfff;
    padding: 20px;
    border-radius: 15px;
}
.docs-sidebar-title {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #0166ff;
    margin-bottom: 12px;
}
.docs-nav{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:2px;}
.docs-nav li a{display:block;padding:9px 12px;border-radius:8px;color:#334155;text-decoration:none;font-size:14px;font-weight:500;}
.docs-nav li a:hover{background:#f1f5f9;}
.docs-nav li.active a {
    background: #eef2ff;
    color: #0166ff;
    font-weight: 700;
}

.docs-content{flex:1 1 auto;min-width:0;max-width:900px;}
.docs-content h1 {
    margin-bottom: 14px;
    font-size: 30px;
    font-weight: 600;
}
.docs-content h1 span {
    background: -webkit-linear-gradient(45deg, #4f46e5, #2563eb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.docs-content p a {
    font-weight: 500;
    color: #0166ff;
}
.docs-callout a {
    color: #0166ff;
    font-weight: 500;
}
.docs-lead{font-size:17px;color:#475569;margin-bottom:24px;}
.docs-content h2 {
    margin-top: 20px;
    margin-bottom: 12px;
    font-size: 22px;
    font-weight: 600;
}
.docs-content h3 {
    margin-top: 24px;
    margin-bottom: 8px;
    font-size: 17px;
    font-weight: 600;
}
.docs-content ol,.docs-content ul{padding-left:22px;margin-bottom:18px;}
.docs-content li {
    margin-bottom: 8px;
    line-height: 1.6;
    list-style: unset;
}
.docs-content li a {
    color: #0d6efd;
}
.docs-callout {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-left: 4px solid #0d6efd;
    border-radius: 8px;
    padding: 30px;
    margin: 20px 0;
    font-size: 14.5px;
    text-align: center;
}
.docs-callout-help{border-left-color:#22c55e;}
.docs-table{width:100%;border-collapse:collapse;margin:16px 0 24px;font-size:14.5px;}
.docs-table th, .docs-table td {
    border: 1px solid #e2e8f0 !important;
    padding: 9px 12px;
    text-align: left;
}
.docs-table th {
    background: #eef2ff;
    font-weight: 700;
}
.docs-cards{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:20px 0;}
.docs-card{border:1px solid #e2e8f0;border-radius:10px;padding:16px 18px;}
.docs-card h3{margin-top:0;font-size:15.5px;}
.docs-card p{margin:0;font-size:14px;color:#475569;line-height:1.55;}
.docs-badge-row{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0;}
.docs-badge{background:#eef2ff;color:#3730a3;border-radius:20px;padding:5px 12px;font-size:13px;font-weight:600;}

@media (max-width: 900px){
  .docs-grid{flex-direction:column;}
  .docs-sidebar{position:static;flex:1 1 auto;width:100%;max-height:none;}
  .docs-table{font-size:13px;}
  .docs-cards{grid-template-columns:1fr;}
}

.docs-badge-row{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0;}
.docs-badge{background:#eef2ff;color:#3730a3;border-radius:20px;padding:5px 12px;font-size:13px;font-weight:600;}



.docs-section-heading{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:0.06em;color:#94a3b8;margin:32px 0 14px;}
.docs-section-heading:first-child{margin-top:0;}
.docs-card-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:16px;margin-bottom:8px;}
.docs-card{display:block;border:1px solid #e2e8f0;border-radius:12px;padding:18px 20px;text-decoration:none;color:inherit;transition:border-color 0.15s, box-shadow 0.15s;}
.docs-card:hover{border-color:#0d6efd;box-shadow:0 4px 16px rgba(13,110,253,0.12);}
.docs-card-title{font-weight:700;font-size:16px;color:#0f172a;margin-bottom:6px;}
.docs-card-desc{font-size:13.5px;color:#64748b;margin-bottom:10px;line-height:1.5;}
.docs-card-link{font-size:13.5px;font-weight:700;color:#0d6efd;}
.docs-content-wide{max-width:900px;}
.qp-automated-wrapper{padding:60px 0 40px;background:#f8fafc;position:relative;overflow:hidden;}
.qp-automated-area{max-width:720px;}
.ap-qp{display:inline-flex;align-items:center;gap:6px;background:#eef2ff;color:#3730a3;font-size:12.5px;font-weight:700;padding:5px 12px;border-radius:20px;margin-bottom:14px;}
.badge-dot{width:6px;height:6px;border-radius:50%;background:#0d6efd;display:inline-block;}
.qp-automated-area h1{font-size:34px;margin-bottom:12px;}
.qp-automated-area p{font-size:16px;color:#475569;margin-bottom:20px;}
.qp-feature-btn{display:flex;gap:12px;}
.qp-feature-btn a{padding:11px 20px;border-radius:8px;font-weight:600;font-size:14.5px;text-decoration:none;}
.qp-feature-btn a:first-child{background:#0d6efd;color:#fff;}
.qp-feature-btn a:last-child{border:1px solid #cbd5e1;color:#0f172a;}
@media (max-width: 900px){
  .docs-card-grid{grid-template-columns:1fr;}
  .qp-feature-btn{flex-direction:column;}
}
@media (max-width: 1100px) and (min-width: 901px){
  .docs-card-grid{grid-template-columns:repeat(2, 1fr);}
}

.qr-docs-img {
    width: 100%;
    border: 2px dashed #cbd5e1;
    border-radius: 8px;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    font-size: 13px;
    margin: 18px 0;
    text-align: center;
    padding: 24px;
    line-height: 1.5;
    box-sizing: border-box;
}

.docs-tags{display:flex;flex-wrap:wrap;gap:8px;list-style:none;padding:0;margin:10px 0 16px;}
.docs-tags li{background:#eef2ff;color:#1e3a8a;border-radius:999px;padding:4px 12px;font-size:14px;margin:0;}
.docs-code{display:block;overflow-x:auto;white-space:pre;background:#f6f8fa;border:1px solid #e5e7eb;border-radius:6px;padding:12px 14px;font-size:14px;margin:10px 0;}

.qr-docs-button a {
    background: #0066FF;
    color: #FFF;
    font-size: 17px;
    padding: 12px 20px;
    border-radius: 9px;
    font-weight: 500;
    transition: 0.6s;
    display: inline-block;
}
.qr-docs-button a:hover {
    background: #4996ff;
}
.docs-table a {
    color: #0d6efd;
    font-weight: 500;
}
.release-entry {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 18px 20px;
    margin-bottom: 16px;
    position: relative;
}
span.release-tag {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 3px 10px;
    border-radius: 999px;
    margin-bottom: 10px;
    background: #e0f2fe;
    color: #075985;
}
span.release-tag.release-tag-new {
    background: #dcfce7;
    color: #166534;
}

.docs-wrapper{
--rn-ink:#0E1B33; --rn-body:#4A5670; --rn-muted:#6B7690; --rn-line:#E1E8F3; --rn-tint:#F4F7FC;
--rn-brand:#2A85FF; --rn-brand-deep:#1459C7;
--rn-ai:#7C3AED;   --rn-ai-soft:#F1EAFE;
--rn-col:#2A85FF;  --rn-col-soft:#E8F1FF;
--rn-cash:#059669; --rn-cash-soft:#E3F6EF;
--rn-disp:#E11D48; --rn-disp-soft:#FDE8EE;
--rn-cred:#D97706; --rn-cred-soft:#FDF1DE;
--rn-rep:#0891B2;  --rn-rep-soft:#E0F4F9;
background:linear-gradient(180deg,#F4F7FC 0,#fff 420px);
padding:80px 0 96px;
}
/* Sidebar */
.docs-wrapper .docs-sidebar{position:sticky;top:96px;background:#fff;border:1px solid var(--rn-line);border-radius:16px;padding:20px 14px;}
.docs-wrapper .docs-sidebar-title{font-size:13px;font-weight:700;color:var(--rn-muted);padding:0 10px 10px;margin-bottom:6px;border-bottom:1px solid var(--rn-line);}
.docs-wrapper .docs-nav{list-style:none;margin:0;padding:0;}
.docs-wrapper .docs-nav a{display:block;padding:8px 12px;border-radius:8px;color:var(--rn-body);font-size:15px;text-decoration:none;border-left:3px solid transparent;}
.docs-wrapper .docs-nav a:hover{background:var(--rn-tint);color:var(--rn-ink);}
.docs-wrapper .docs-nav li.active a{background:var(--rn-col-soft);color:var(--rn-brand-deep);font-weight:600;border-left-color:var(--rn-brand);}


/* Help CTA */
.docs-wrapper .docs-callout-help{background:linear-gradient(135deg,#0B2350 0%,#1459C7 100%);border:0;border-radius:18px;padding:36px;color:#D6E4FA;margin-top:48px;position:relative;overflow:hidden;}
.docs-wrapper .docs-callout-help::after{content:"";position:absolute;right:-60px;top:-60px;width:200px;height:200px;border-radius:50%;border:36px solid rgba(255,255,255,.08);}
.docs-wrapper .docs-callout-help p{font-size:16.5px;position:relative;}
.docs-wrapper .docs-callout-help p + p{margin-top:6px;}
.docs-wrapper .docs-callout-help strong{color:#fff;font-size:22px;}
.docs-wrapper .docs-callout-help a{color:#fff;}
.docs-wrapper .qr-docs-button{margin-top:20px;position:relative;}
.docs-wrapper .qr-docs-button a{display:inline-flex;align-items:center;min-height:50px;padding:0 26px;border-radius:10px;background:#fff;color:#1459C7 !important;font-weight:700;text-decoration:none;}
.docs-wrapper .qr-docs-button a:hover{background:#E8F1FF;}