:root{--blue:#1d4ed8;--dark:#102a6b;--cyan:#089bc0;--ink:#08162e;--muted:#58708f;--line:#c9d9f2;--bg:#f4f8ff;--grad:linear-gradient(135deg,#1d4ed8 0%,#089bc0 100%)}
*{box-sizing:border-box}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:linear-gradient(180deg,#fff,#f4f8ff);color:var(--ink);letter-spacing:0}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.wrap{width:min(1180px,calc(100% - 34px));margin:auto}
.nav{height:72px;background:#fffffff5;border-bottom:1px solid #d6e2f3;display:flex;align-items:center;position:sticky;top:0;z-index:10;box-shadow:0 9px 25px #102a6b0d}
.nav-inner{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.brand{display:inline-flex;align-items:center;flex:0 0 166px}
.brand img{width:166px;height:auto;max-height:44px;aspect-ratio:auto;object-fit:contain;object-position:left center;display:block}
.kb-nav-links{display:flex;align-items:center;justify-content:center;gap:22px;flex:1}
.kb-nav-links a{color:#334155;text-decoration:underline;text-underline-offset:5px;text-decoration-thickness:2px;font-size:.88rem;font-weight:800;white-space:nowrap}
.kb-nav-links a:hover{color:var(--blue)}
.nav-actions{display:flex;align-items:center;gap:9px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:42px;border-radius:14px;border:1px solid #c9d9f2;background:#fff;color:var(--dark);padding:10px 15px;text-decoration:none;font-weight:900}
.btn.login{border-radius:999px;background:#fff;color:var(--ink);font-size:.82rem}
.btn.primary{background:var(--grad);color:#fff;border:0;box-shadow:0 12px 25px #1d4ed84a}
.hero{padding:14px 0 12px}
.eyebrow{display:inline-flex;align-items:center;gap:8px;color:#1d4ed8;text-transform:uppercase;font-size:.7rem;font-weight:900;letter-spacing:.08em}
.eyebrow:before{content:"";width:8px;height:8px;border-radius:50%;background:#38bdf8;box-shadow:0 0 0 4px #dbeafe}
.hero h1{font:900 1.85rem/1.12 Manrope,Inter,sans-serif;letter-spacing:0;color:var(--dark);margin:5px 0 0;max-width:900px}
.hero p{font-size:.98rem;line-height:1.55;color:var(--muted);max-width:760px;margin:0}
.search-panel{display:grid;grid-template-columns:minmax(0,1fr) 180px 180px;gap:12px;margin:10px 0 0}
.search-panel input,.search-panel select{width:100%;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--ink);padding:11px 13px;outline:none;font:700 .88rem Inter}
.search-panel input:focus,.search-panel select:focus{border-color:var(--blue);box-shadow:0 0 0 4px #1d4ed814}
.kb-layout{min-height:680px;display:grid;grid-template-columns:280px minmax(0,1fr);gap:20px;padding:12px 0 52px}
.side{min-height:520px;border:1px solid var(--line);border-radius:18px;background:#fff;padding:16px;position:sticky;top:92px;align-self:start;max-height:calc(100vh - 112px);overflow:hidden;display:flex;flex-direction:column;box-shadow:0 10px 26px #102a6b0a}
.side h2{font-size:1rem;margin:0 0 12px;color:var(--dark)}
#categoryList{min-height:292px;max-height:min(430px,calc(100vh - 292px));overflow-y:auto;overscroll-behavior:contain;padding-right:4px;scrollbar-width:thin;scrollbar-color:#9bb9e5 transparent}
#categoryList::-webkit-scrollbar{width:7px}
#categoryList::-webkit-scrollbar-track{background:transparent}
#categoryList::-webkit-scrollbar-thumb{background:#9bb9e5;border-radius:999px}
.side button{width:100%;border:0;border-radius:12px;background:transparent;color:#344054;text-align:left;padding:10px 11px;font-weight:800}
.side button.active,.side button:hover{background:#eff6ff;color:#1d4ed8}
.popular-list{border-top:1px solid var(--line);margin-top:14px;padding-top:14px;display:grid;gap:8px}
#popularList{min-height:112px;display:grid;align-content:start;gap:9px}
.popular-list a{color:#102a6b;text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:2px;font-size:.86rem;font-weight:800;line-height:1.35}
.kb-grid{min-height:520px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;gap:16px}
.article{min-height:205px;border:1px solid var(--line);border-radius:18px;background:#fff;padding:20px;box-shadow:0 12px 28px #102a6b0b;display:grid;gap:10px}
.article-skeleton{pointer-events:none}
.skeleton-line,.skeleton-text,.skeleton-pill,.skeleton-title,.skeleton-copy{display:block;border:0;border-radius:999px;background:linear-gradient(90deg,#e8f1ff 0%,#f8fbff 48%,#e8f1ff 100%);background-size:220% 100%;animation:skeletonShimmer 1.5s ease-in-out infinite}
.skeleton-line{width:100%;height:38px;margin:0 0 5px;padding:0!important}
.skeleton-line.short,.skeleton-text.short,.skeleton-copy.short{width:62%}
.skeleton-text{height:15px;width:92%}
.skeleton-pill{width:86px;height:26px}
.skeleton-title{width:74%;height:24px;border-radius:12px}
.skeleton-copy{width:100%;height:15px;border-radius:10px}
@keyframes skeletonShimmer{0%{background-position:120% 0}100%{background-position:-120% 0}}
.pill{width:max-content;border-radius:999px;background:#eff6ff;color:#1d4ed8;padding:6px 10px;font-size:.72rem;font-weight:900;text-transform:uppercase}
.article h3{font-size:1.12rem;margin:0;color:var(--dark)}
.article p{margin:0;color:var(--muted);line-height:1.58;font-size:.9rem}
.meta{display:flex;gap:8px;flex-wrap:wrap;color:#64748b;font-size:.78rem;font-weight:800}
.article-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:4px}
.article-actions span,.article-actions a{border:1px solid #c9d9f2;border-radius:999px;padding:6px 10px;color:var(--dark);font-size:.76rem;font-weight:900;text-decoration:none;background:#fff}
.empty{border:1px dashed #adc4e6;border-radius:18px;background:#fff;padding:28px;color:var(--muted);text-align:center}
.article-view{display:none;border:1px solid var(--line);border-radius:18px;background:#fff;padding:24px;box-shadow:0 12px 28px #102a6b0b}
.article-view.open{display:block}
.article-view h2{font-size:2rem;line-height:1.12;color:var(--dark);margin:0 0 10px}
.article-body{line-height:1.75;color:#344054}
.article-body h2,.article-body h3{color:var(--dark);margin:22px 0 8px}
.article-body blockquote{border-left:4px solid var(--blue);background:#eff6ff;margin:16px 0;padding:12px 14px;border-radius:12px}
.taxmee-table-wrap{margin:18px 0;overflow-x:auto;border:1px solid #c9d9f2;border-radius:8px;background:#fff;box-shadow:0 10px 24px #102a6b14}.taxmee-data-table{width:100%;min-width:560px;border-collapse:separate;border-spacing:0;font-size:.92rem;line-height:1.45}.taxmee-data-table caption{caption-side:top;padding:12px 14px;background:#eff6ff;color:#071f4f;font-weight:900;text-align:left}.taxmee-data-table th,.taxmee-data-table td{border-right:1px solid #d6e2f3;border-bottom:1px solid #d6e2f3;padding:10px 12px;text-align:left;vertical-align:top;white-space:nowrap}.taxmee-data-table th{background:#102a6b;color:#fff;font-weight:900}.taxmee-data-table tbody tr:nth-child(even) td{background:#f8fbff}.taxmee-data-table td[data-number=true]{text-align:right;font-variant-numeric:tabular-nums}.taxmee-data-table .taxmee-group-cell{color:#071f4f;font-weight:900}.taxmee-data-table .taxmee-repeat-empty{color:transparent}.taxmee-table-sticky .taxmee-data-table th:first-child,.taxmee-table-sticky .taxmee-data-table td:first-child{position:sticky;left:0;z-index:1;box-shadow:1px 0 0 #d6e2f3}.taxmee-table-sticky .taxmee-data-table th:first-child{z-index:2}
.toc,.helpful,.related{border:1px solid var(--line);border-radius:14px;background:#f8fbff;padding:14px;margin:16px 0}
.toc strong,.helpful strong,.related strong{display:block;color:var(--dark);margin-bottom:8px}
.toc a,.related a{display:block;color:#1d4ed8;text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:2px;font-weight:800;font-size:.9rem;margin:6px 0}
.helpful-row{display:flex;gap:10px;flex-wrap:wrap}
.helpful button{border:1px solid #c9d9f2;border-radius:12px;background:#fff;color:#102a6b;padding:10px 13px;font-weight:900}
.feedback-box{display:none;margin-top:10px}
.feedback-box.show{display:grid;gap:8px}
.feedback-box input{border:1px solid var(--line);border-radius:12px;padding:11px}
.pdf-frame{width:100%;height:460px;border:1px solid var(--line);border-radius:14px;margin-top:14px}
.site-footer{background:#0b1221;color:#cbd5e1;padding:58px 0 24px}
.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:35px}
.footer-brand img{display:block;width:206px;height:78px;object-fit:contain;object-position:left center;margin-bottom:14px}
.footer-brand p{color:#d7e3f3;line-height:1.6;font-size:.85rem;max-width:290px;margin:0}
.socials{display:flex;flex-wrap:wrap;gap:8px;margin-top:19px}
.socials a{display:grid;place-items:center;width:32px;height:32px;border-radius:10px;background:#1e293b;color:#fff;text-decoration:none;transition:.2s}
.socials a i{font-size:1rem;line-height:1;color:#fff}
.socials .fa-youtube{--fa:"\f167"}
.socials .fa-whatsapp{--fa:"\f232"}
.socials .fa-instagram{--fa:"\f16d"}
.socials .fa-x-twitter{--fa:"\e61b"}
.socials a:hover{background:var(--blue);transform:translateY(-2px)}
.facebook-follow{display:inline-flex;align-items:center;gap:8px;width:max-content;max-width:100%;margin-top:12px;border:1px solid #315b93;border-radius:999px;background:#102a50;color:#fff;text-decoration:none;padding:8px 12px;font-size:.78rem;font-weight:900}
.facebook-follow:hover{background:#1877f2;border-color:#1877f2}
.footer-title{margin:5px 0 15px;color:#fff;font:700 .86rem Manrope,Inter,sans-serif}
.site-footer ul{padding:0;margin:0;list-style:none}
.site-footer li{margin:10px 0}
.site-footer li a{color:#cbd5e1;text-decoration:none;font-size:.82rem}
.site-footer li a:hover{color:#fff}
.footer-address{display:block;color:#cbd5e1;font-size:.82rem;line-height:1.55}
.footer-bottom{border-top:1px solid #1e293b;margin-top:45px;padding-top:20px;display:flex;justify-content:space-between;font-size:.77rem;color:#d7e3f3}
.footer-bottom a{color:#cbd5e1;text-decoration:none;margin-left:16px}
.footer-bottom a:hover{color:#fff}
.hidden{display:none!important}
.honeypot{position:absolute;left:-10000px;opacity:0}
.live-chat-dock{position:fixed;right:22px;bottom:22px;z-index:80;display:flex;align-items:center}
.live-chat-launch{border:0;border-radius:999px;background:var(--grad);color:#fff;box-shadow:0 18px 36px #102a6b38;padding:13px 17px;font-weight:900;display:flex;align-items:center;gap:9px}
.live-chat-box{position:fixed;right:22px;bottom:80px;width:min(360px,calc(100vw - 32px));z-index:81;background:#fff;border:1px solid #c9d9f2;border-radius:20px;box-shadow:0 24px 70px #102a6b30;overflow:hidden;display:none}
.live-chat-box.open{display:block}
.live-chat-head{background:var(--grad);color:#fff;padding:16px 18px;display:flex;justify-content:space-between;gap:12px}
.live-chat-head span{font-size:.78rem;color:#dbeafe}
.live-chat-close{border:0;background:#ffffff22;color:#fff;border-radius:10px;width:32px;height:32px}
.live-chat-form{padding:16px;display:grid;gap:10px}
.live-chat-form input,.live-chat-form select,.live-chat-form textarea{width:100%;border:1px solid #c9d9f2;border-radius:12px;padding:11px 12px;font:600 .88rem Inter;outline:none}
.live-chat-form textarea{min-height:86px;resize:vertical}
.live-chat-note{font-size:.74rem;color:#58708f;line-height:1.45}
.live-chat-status{display:none;border-radius:12px;padding:10px;font-weight:800;font-size:.82rem}
.live-chat-status.show{display:block}
.live-chat-status.ok{background:#ecfdf3;color:#067647}
.live-chat-status.error{background:#fef3f2;color:#b42318}
.live-chat-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.taxmee-scroll-top{position:fixed;right:29px;bottom:92px;z-index:80;display:grid;place-items:center;width:46px;height:46px;padding:0;border:1px solid #c9dcf6;border-radius:15px;background:#fffffff2;color:#0f63e8;box-shadow:0 14px 30px #102a6726;backdrop-filter:blur(12px);cursor:pointer;opacity:0;visibility:hidden;transform:translateY(12px);transition:opacity .22s ease,transform .22s ease,background .22s ease}
.taxmee-scroll-top.is-visible{opacity:1;visibility:visible;transform:translateY(0)}
.taxmee-scroll-top:hover{background:#0f63e8;color:#fff;transform:translateY(-3px)}
html.taxmee-dark body{background:#07162e!important;color:#e7f0ff!important}
html.taxmee-dark .nav{background:#071a37f6!important;border-bottom-color:#294b78!important;box-shadow:0 10px 28px #02081766}
html.taxmee-dark .kb-nav-links a{color:#dbeafe!important}
html.taxmee-dark .kb-nav-links a:hover{color:#7dd3fc!important}
html.taxmee-dark .btn.login{background:#102a50!important;border-color:#355a89!important;color:#f7fbff!important}
html.taxmee-dark .hero{background:linear-gradient(135deg,#081d3d,#0a2347 52%,#06283d)!important;border-bottom:1px solid #294b78!important}
html.taxmee-dark .hero h1{color:#f7fbff!important}
html.taxmee-dark .hero p{color:#c6d8ee!important}
html.taxmee-dark .eyebrow{color:#7dd3fc!important}
html.taxmee-dark .search-panel input,html.taxmee-dark .search-panel select{background:#071a35!important;border-color:#3a6394!important;color:#f7fbff!important}
html.taxmee-dark .side,html.taxmee-dark .empty,html.taxmee-dark .article,html.taxmee-dark .article-view,html.taxmee-dark .toc,html.taxmee-dark .helpful,html.taxmee-dark .related{background:#0d2345!important;border-color:#294b78!important;box-shadow:0 16px 40px #02081755}
html.taxmee-dark .side h2,html.taxmee-dark .article h3,html.taxmee-dark .article-view h2,html.taxmee-dark .article-body h2,html.taxmee-dark .article-body h3,html.taxmee-dark .toc strong,html.taxmee-dark .helpful strong,html.taxmee-dark .related strong{color:#f7fbff!important}
html.taxmee-dark .side button{color:#c6d8ee!important}
html.taxmee-dark .side button.active,html.taxmee-dark .side button:hover{background:#12335e!important;color:#7dd3fc!important}
html.taxmee-dark .popular-list{border-top-color:#294b78!important}
html.taxmee-dark .popular-list a,html.taxmee-dark .article-actions span,html.taxmee-dark .article-actions a{color:#dbeafe!important}
html.taxmee-dark .article p,html.taxmee-dark .article-body,html.taxmee-dark .empty,html.taxmee-dark .meta,html.taxmee-dark .live-chat-note{color:#c6d8ee!important}
html.taxmee-dark .pill{background:#12335e!important;color:#7dd3fc!important}
html.taxmee-dark .skeleton-line,html.taxmee-dark .skeleton-text,html.taxmee-dark .skeleton-pill,html.taxmee-dark .skeleton-title,html.taxmee-dark .skeleton-copy{background:linear-gradient(90deg,#12335e 0%,#1d4775 48%,#12335e 100%)}
html.taxmee-dark .article-actions span,html.taxmee-dark .article-actions a,html.taxmee-dark .helpful button{background:#071a35!important;border-color:#3a6394!important}
html.taxmee-dark .article-body blockquote{background:#102a50!important;border-left-color:#38bdf8!important}
html.taxmee-dark .taxmee-table-wrap{background:#071a37!important;border-color:#36577f!important;box-shadow:0 14px 30px #02081766}html.taxmee-dark .taxmee-data-table caption{background:#12335e!important;color:#f8fbff!important}html.taxmee-dark .taxmee-data-table th{background:#0f5bd7!important;color:#fff!important}html.taxmee-dark .taxmee-data-table td{background:#071a37!important;border-color:#28436c!important;color:#dbeafe!important}html.taxmee-dark .taxmee-data-table tbody tr:nth-child(even) td{background:#0b2348!important}html.taxmee-dark .taxmee-data-table .taxmee-group-cell{color:#f8fbff!important}
html.taxmee-dark .site-footer{background:#061225!important;border-top-color:#294b78!important;color:#c6d8ee!important}
html.taxmee-dark .taxmee-scroll-top{background:#12335e;color:#7dd3fc;border-color:#3a6394;box-shadow:0 14px 30px #02081788}
html.taxmee-dark .taxmee-scroll-top:hover{background:#0f63e8;color:#fff}
@media(max-width:1040px){.kb-nav-links{gap:14px}.kb-nav-links a{font-size:.8rem}.btn.login{display:none}}
@media(max-width:900px){.hero{padding:18px 0 14px}.hero h1{font-size:1.65rem;line-height:1.14}.search-panel,.kb-layout,.kb-grid{grid-template-columns:1fr}.kb-layout{min-height:760px}.side{position:static;min-height:420px;max-height:none;overflow:visible}#categoryList{min-height:220px;max-height:280px}.nav{height:auto;min-height:72px}.nav-inner{width:calc(100% - 30px);flex-wrap:wrap;padding:12px 0}.brand{flex-basis:144px}.brand img{width:144px;height:auto;max-height:38px}.kb-nav-links{order:3;width:100%;justify-content:flex-start;gap:10px;overflow-x:auto;padding:2px 0 4px}.kb-nav-links a{padding:8px 10px;border:1px solid #c9d9f2;border-radius:999px;background:#fff;font-size:.78rem}.nav-actions{margin-left:auto}.footer-grid{grid-template-columns:1.5fr 1fr 1fr}.footer-brand{grid-column:span 3}html.taxmee-dark .kb-nav-links a{background:#102a50!important;border-color:#355a89!important}}
@media(max-width:560px){.hero h1{font-size:1.42rem}.hero p{font-size:.92rem}.btn.primary{padding:10px 12px}.search-panel input,.search-panel select{padding:11px}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:span 2}.footer-bottom{display:block;line-height:2}.footer-bottom a{margin-left:0;margin-right:14px}}

.live-chat-dock{
  right:max(22px,env(safe-area-inset-right))!important;
  bottom:max(22px,env(safe-area-inset-bottom))!important;
  z-index:9998!important;
  justify-content:flex-end!important;
  pointer-events:auto!important;
}
.live-chat-launch{
  min-width:92px!important;
  min-height:46px!important;
  padding:12px 18px!important;
  font:900 .94rem/1 system-ui,-apple-system,"Segoe UI",sans-serif!important;
  justify-content:center!important;
  white-space:nowrap!important;
  pointer-events:auto!important;
}
.live-chat-launch i{
  flex:0 0 auto!important;
  font-size:1rem!important;
}
.live-chat-box{
  right:max(22px,env(safe-area-inset-right))!important;
  bottom:82px!important;
  z-index:9999!important;
}
@media(max-width:560px){
  .live-chat-dock{right:14px!important;bottom:18px!important}
  .live-chat-launch{min-width:84px!important;min-height:44px!important;padding:11px 15px!important;font-size:.9rem!important}
  .live-chat-box{right:14px!important;bottom:76px!important;width:calc(100vw - 28px)!important}
}

.kb-guide-explorer{border:1px solid #c9d9f2;border-radius:12px;background:#fff;box-shadow:0 12px 28px #102a6b0b;overflow:hidden;margin:0 0 20px}
.kb-guide-head{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 20px;border-bottom:1px solid #c9d9f2;background:linear-gradient(135deg,#1e3a8a 0%,#2563eb 62%,#38bdf8 100%);color:#fff}
.kb-guide-head .eyebrow{color:#dbeafe}
.kb-guide-head .eyebrow:before{background:#bfdbfe;box-shadow:0 0 0 4px #ffffff24}
.kb-guide-head h2{margin:6px 0 4px;color:#fff;font-size:1.35rem;line-height:1.18}
.kb-guide-head p{max-width:760px;margin:0;color:#e0f2fe;font-size:.92rem;line-height:1.5;font-weight:700}
.kb-guide-body{display:grid;grid-template-columns:minmax(280px,350px) minmax(0,1fr);min-height:0}
.kb-guide-list-panel{display:grid;grid-template-rows:auto minmax(0,1fr);min-height:0;border-right:1px solid #c9d9f2;background:#eff6ff}
.kb-guide-list-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border-bottom:1px solid #bfdbfe;color:#1e40af;font-size:.78rem;font-weight:900}
.kb-guide-list-meta span{color:#58708f;font-size:.74rem}
.kb-guide-table-wrap{min-height:0;max-height:none;overflow:visible;scrollbar-width:thin;scrollbar-color:#9bb9e5 transparent}
.kb-guide-table{width:100%;border-collapse:collapse;table-layout:fixed;background:#fff}
.kb-guide-table thead{position:sticky;top:0;z-index:1}
.kb-guide-table th{padding:8px 10px;border-bottom:1px solid #bfdbfe;background:#dbeafe;color:#1e40af;font-size:.7rem;text-align:left;text-transform:uppercase;letter-spacing:0}
.kb-guide-table th+th{width:112px}
.kb-guide-table td{padding:0;border-bottom:1px solid #dbeafe;background:#fff}
.kb-guide-row{display:grid;gap:3px;width:100%;min-height:50px;padding:9px 11px;border:0;border-left:4px solid transparent;border-radius:0;background:#fff;color:#08162e;text-align:left;cursor:pointer;box-shadow:none}
.kb-guide-row:hover,.kb-guide-row:focus-visible{background:#eff6ff;border-left-color:#60a5fa;outline:0}
.kb-guide-row.active{background:#dbeafe;border-left-color:#2563eb}
.kb-guide-row-title{overflow:hidden;color:#08162e;font-size:.86rem;font-weight:900;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}
.kb-guide-row-meta{overflow:hidden;color:#334155;font-size:.76rem;font-weight:900;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}
.kb-guide-row.active .kb-guide-row-meta{color:#1e3a8a}
.kb-guide-detail{min-width:0;max-height:none;overflow:visible;padding:18px 22px 26px;background:linear-gradient(180deg,#fff 0%,#f8fbff 100%);outline:0}
.kb-guide-detail-top{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}
.kb-guide-pill{display:inline-flex;align-items:center;min-height:27px;padding:5px 10px;border:1px solid #bfdbfe;border-radius:999px;background:#2563eb;color:#fff;font-size:.74rem;font-weight:900}
.kb-guide-pill.soft{background:#eff6ff;color:#1e40af}
.kb-guide-detail h2{margin:0;color:#102a6b;font:900 1.55rem/1.18 Manrope,Inter,sans-serif;letter-spacing:0}
.kb-guide-lead{margin:8px 0 16px;color:#344054;font-size:.94rem;font-weight:800;line-height:1.5}
.kb-guide-section{margin:12px 0;padding:13px 14px;border:1px solid #dbeafe;border-radius:8px;background:#fff}
.kb-guide-section h3{margin:0 0 8px;color:#1e40af;font-size:.82rem;font-weight:950;text-transform:uppercase;letter-spacing:0}
.kb-guide-section ul,.kb-guide-section ol{display:grid;gap:7px;margin:0;padding-left:20px}
.kb-guide-section li{color:#08162e;font-size:.88rem;font-weight:750;line-height:1.48}
.kb-guide-section ol li::marker{color:#2563eb;font-weight:950}
.kb-guide-empty{padding:14px;color:#58708f;font-size:.88rem;font-weight:800;line-height:1.45}
.kb-guide-feedback{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-top:14px;padding:14px;border:1px solid #bfdbfe;border-radius:10px;background:#eff6ff}
.kb-guide-feedback strong{color:#102a6b;font-size:.9rem}
.kb-guide-feedback-row{display:flex;gap:8px;flex-wrap:wrap}
.kb-guide-feedback button{border:1px solid #bfdbfe;border-radius:999px;background:#fff;color:#1e40af;padding:8px 14px;font-weight:900;cursor:pointer}
.kb-guide-feedback button:hover,.kb-guide-feedback button:focus-visible{background:#2563eb;color:#fff;outline:0}
html.taxmee-dark .kb-guide-explorer{background:#0d2345!important;border-color:#294b78!important;box-shadow:0 16px 40px #02081755}
html.taxmee-dark .kb-guide-head{background:linear-gradient(135deg,#08245d 0%,#0f5bd7 62%,#0ea5e9 100%)!important;border-bottom-color:#3a6394!important}
html.taxmee-dark .kb-guide-list-panel{background:#102a50!important;border-right-color:#294b78!important}
html.taxmee-dark .kb-guide-list-meta{border-bottom-color:#294b78!important;color:#dbeafe!important}
html.taxmee-dark .kb-guide-table,html.taxmee-dark .kb-guide-table td{background:#071a35!important;color:#f7fbff!important;border-bottom-color:#294b78!important}
html.taxmee-dark .kb-guide-table th{background:#12335e!important;color:#dbeafe!important;border-bottom-color:#3a6394!important}
html.taxmee-dark .kb-guide-row{background:#071a35!important;color:#f7fbff!important}
html.taxmee-dark .kb-guide-row:hover,html.taxmee-dark .kb-guide-row:focus-visible,html.taxmee-dark .kb-guide-row.active{background:#12335e!important}
html.taxmee-dark .kb-guide-row-title,html.taxmee-dark .kb-guide-section li{color:#f7fbff!important}
html.taxmee-dark .kb-guide-row-meta,html.taxmee-dark .kb-guide-lead{color:#c6d8ee!important}
html.taxmee-dark .kb-guide-detail{background:#0d2345!important}
html.taxmee-dark .kb-guide-detail h2{color:#f7fbff!important}
html.taxmee-dark .kb-guide-section{background:#071a35!important;border-color:#294b78!important}
html.taxmee-dark .kb-guide-section h3{color:#7dd3fc!important}
html.taxmee-dark .kb-guide-feedback{background:#102a50!important;border-color:#294b78!important}
html.taxmee-dark .kb-guide-feedback strong{color:#f7fbff!important}
html.taxmee-dark .kb-guide-feedback button{background:#071a35!important;border-color:#3a6394!important;color:#dbeafe!important}
@media(max-width:900px){.kb-guide-body{grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr);min-height:0}.kb-guide-list-panel{border-right:0;border-bottom:1px solid #c9d9f2}.kb-guide-detail{max-height:none}.kb-guide-head{align-items:flex-start;flex-direction:column}}

/* Knowledge Base guide-only layout */
.kb-nav-links a{text-decoration:none!important;font-weight:600!important;color:#475569!important;transition:.2s}
.kb-nav-links a:hover{color:var(--blue)!important}
.kb-layout{grid-template-columns:1fr!important;width:calc(100% - 48px);max-width:none;padding-top:16px}
.kb-layout>.side{display:none!important}
#articleList,#articleView{display:none!important}
.kb-guide-explorer{margin:0 0 32px}
.kb-guide-list-panel{grid-template-rows:minmax(0,1fr);align-self:start;max-height:calc(100vh - 118px);overflow:hidden}
.kb-guide-table thead,.kb-guide-list-meta{display:none!important}
.kb-guide-table-wrap{max-height:calc(100vh - 118px);overflow:auto;overscroll-behavior:contain}
.kb-guide-detail{max-height:none;overflow:visible}
@media(max-width:900px){.kb-nav-links a{text-decoration:none!important}.kb-guide-table-wrap{max-height:38vh;overflow:auto}.kb-layout{width:calc(100% - 28px)}}
