:root{--teal-900: #0d3d3a;--teal-800: #155e59;--teal-700: #1a7a73;--teal-600: #219e96;--teal-400: #34c5ba;--teal-100: #e6faf9;--teal-50: #f2fdfc;--gold: #b8860b;--gold-light: #d4a017;--gray-900: #111827;--gray-700: #374151;--gray-500: #6b7280;--gray-300: #d1d5db;--gray-100: #f3f4f6;--gray-50: #f9fafb;--white: #ffffff;--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji";--font-mono: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;--max-width: 1160px;--radius: 8px;--radius-lg: 12px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--gray-900);background:var(--gray-50);line-height:1.7;-webkit-font-smoothing:antialiased}.site-header{background:var(--teal-900);color:var(--white);padding:0 1.5rem;position:sticky;top:0;z-index:100;box-shadow:0 2px 8px #00000040}.site-header-inner{max-width:var(--max-width);margin:0 auto;display:flex;align-items:center;height:56px;gap:1rem}.site-logo{font-size:1rem;font-weight:700;color:var(--white);text-decoration:none;letter-spacing:.02em;white-space:nowrap}.site-logo:hover{color:var(--teal-400)}.site-logo-dot{color:var(--teal-400);margin:0 .15em}.breadcrumb{font-size:.82rem;color:var(--gray-500);padding:.65rem 1.5rem;background:var(--white);border-bottom:1px solid var(--gray-300)}.breadcrumb-inner{max-width:var(--max-width);margin:0 auto;display:flex;flex-wrap:wrap;gap:.3rem;align-items:center}.breadcrumb a{color:var(--teal-700);text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.breadcrumb-sep{color:var(--gray-300)}.breadcrumb-current{color:var(--gray-700);font-weight:500}.page-container{max-width:var(--max-width);margin:0 auto;padding:2rem 1.5rem 4rem}.hub-hero{text-align:center;padding:3rem 1rem 2.5rem;border-bottom:1px solid var(--gray-300);margin-bottom:2rem}.hub-hero h1{font-size:2rem;font-weight:800;color:var(--teal-900);line-height:1.2;margin-bottom:.6rem}.hub-hero p{color:var(--gray-500);font-size:1rem}.hub-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}.report-card{background:var(--white);border:1px solid var(--gray-300);border-radius:var(--radius-lg);padding:1.5rem;text-decoration:none;color:inherit;transition:box-shadow .15s,border-color .15s,transform .1s;display:flex;flex-direction:column;gap:.6rem}.report-card:hover{box-shadow:0 4px 20px #0d3d3a1f;border-color:var(--teal-600);transform:translateY(-2px)}.report-card-emoji{font-size:2rem;line-height:1}.report-card-title{font-size:1.05rem;font-weight:700;color:var(--teal-900);line-height:1.3}.report-card-stat{font-size:.82rem;color:var(--gray-500);background:var(--teal-50);border:1px solid var(--teal-100);border-radius:var(--radius);padding:.4rem .65rem;font-variant-numeric:tabular-nums}.report-card-cta{margin-top:auto;font-size:.82rem;font-weight:600;color:var(--teal-700)}.source-buttons{display:flex;gap:.75rem;flex-wrap:wrap;margin:1.25rem 0 2rem}.source-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem 1.1rem;border-radius:999px;font-size:.875rem;font-weight:600;text-decoration:none;transition:background .15s,color .15s;border:2px solid transparent;white-space:normal;word-break:break-word}.source-btn-primary{background:var(--teal-700);color:var(--white);border-color:var(--teal-700)}.source-btn-primary:hover{background:var(--teal-900);border-color:var(--teal-900)}.source-btn-secondary{background:var(--white);color:var(--teal-700);border-color:var(--teal-700)}.source-btn-secondary:hover{background:var(--teal-50)}.source-btn-data{background:var(--gray-100);color:var(--gray-700);border-color:var(--gray-300);font-weight:500;font-size:.82rem}.source-btn-data:hover{background:var(--gray-50);color:var(--gray-900);border-color:var(--gray-500)}.data-badge{display:flex;align-items:flex-start;gap:.45rem;background:var(--gray-100);border:1px solid var(--gray-300);border-left:4px solid var(--gray-500);border-radius:var(--radius);padding:.6rem 1rem;font-size:.82rem;color:var(--gray-500);font-weight:500;margin:0 0 1.5rem;line-height:1.5}.report-content{background:var(--white);border:1px solid var(--gray-300);border-radius:var(--radius-lg);padding:2rem 2.5rem;font-size:1rem;line-height:1.8}@media(max-width:640px){.report-content{padding:1.25rem 1rem}}.report-content h1{font-size:1.75rem;font-weight:800;color:var(--teal-900);line-height:1.3;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--teal-100)}.report-content h2{font-size:1.3rem;font-weight:700;color:var(--teal-800);margin-top:2rem;margin-bottom:.75rem;padding-left:.65rem;border-left:4px solid var(--teal-600)}.report-content h3{font-size:1.08rem;font-weight:700;color:var(--teal-700);margin-top:1.5rem;margin-bottom:.5rem}.report-content h4{font-size:1rem;font-weight:600;color:var(--gray-700);margin-top:1.25rem;margin-bottom:.4rem}.report-content h3:has(a){background:var(--teal-50);border:1px solid var(--teal-100);border-left:5px solid var(--gold);border-radius:var(--radius);padding:.8rem 1.1rem;margin-top:1.75rem;margin-bottom:.6rem;transition:box-shadow .15s,border-left-color .15s,transform .1s}.report-content h3:has(a):hover{box-shadow:0 4px 18px #0d3d3a24;border-left-color:var(--teal-600);transform:translateY(-1px)}.report-content h3 a{text-decoration:none;color:var(--teal-900)}.report-content h3 a:hover{color:var(--teal-900)}.report-content h3 a:after{content:" 👉 Xem chi tiết";font-size:.82rem;font-weight:700;color:var(--gold-light);white-space:nowrap}.report-content p{margin-bottom:.9rem}.report-content strong{font-weight:700;color:var(--gray-900)}.report-content em{font-style:italic}.report-content code{font-family:var(--font-mono);font-size:.875em;background:var(--gray-100);padding:.1em .35em;border-radius:4px;color:var(--teal-800)}.report-content pre{background:var(--gray-900);color:#e5e7eb;padding:1rem 1.25rem;border-radius:var(--radius);overflow-x:auto;margin-bottom:1rem}.report-content pre code{background:none;color:inherit;padding:0}.report-content blockquote{border-left:4px solid var(--teal-400);background:var(--teal-50);padding:.75rem 1.25rem;margin:1rem 0;border-radius:0 var(--radius) var(--radius) 0;color:var(--gray-700)}.report-content blockquote p{margin-bottom:.4rem}.report-content blockquote p:last-child{margin-bottom:0}.report-content ul,.report-content ol{padding-left:1.5rem;margin-bottom:.9rem}.report-content li{margin-bottom:.3rem}.report-content li>ul,.report-content li>ol{margin-top:.25rem;margin-bottom:.25rem}.report-content a{color:var(--teal-700);text-decoration:underline;text-decoration-color:var(--teal-400);text-underline-offset:2px}.report-content a:hover{color:var(--teal-900)}.report-content hr{border:none;border-top:1px solid var(--gray-300);margin:1.75rem 0}.report-content .table-wrapper{overflow-x:auto;margin-bottom:1.25rem;border-radius:var(--radius);border:1px solid var(--gray-300)}.report-content table{width:100%;border-collapse:collapse;font-size:.84rem;min-width:400px}.report-content thead th{background:var(--teal-900);color:var(--white);padding:.5rem;text-align:center;font-weight:600;font-size:.78rem;letter-spacing:0;line-height:1.3;white-space:normal;word-break:break-word}.report-content thead th:first-child{border-radius:var(--radius) 0 0 0}.report-content thead th:last-child{border-radius:0 var(--radius) 0 0}.report-content tbody tr{border-bottom:1px solid var(--gray-300)}.report-content tbody tr:last-child{border-bottom:none}.report-content tbody tr:nth-child(odd){background:var(--white)}.report-content tbody tr:nth-child(2n){background:var(--teal-50)}.report-content tbody tr:hover{background:var(--teal-100)}.report-content td{padding:.5rem;vertical-align:middle;text-align:center;line-height:1.4}.site-footer{text-align:center;padding:2rem 1rem;font-size:.8rem;color:var(--gray-500);border-top:1px solid var(--gray-300);margin-top:3rem}.report-shell{display:flex;gap:2rem;max-width:1480px;margin:0 auto;padding:0 1.5rem;align-items:flex-start}.report-sidebar{flex:0 0 240px;width:240px;position:sticky;top:72px;max-height:calc(100vh - 88px);overflow-y:auto;padding:1.25rem 0 2rem}.report-body{flex:1;min-width:0;max-width:1160px;overflow-x:hidden}.report-nav{font-size:.83rem;line-height:1.45}.report-nav-top{display:block;padding:.55rem .75rem;border-radius:var(--radius);font-weight:800;font-size:.95rem;color:var(--teal-900);text-decoration:none;margin-bottom:.5rem;transition:background .12s,color .12s;letter-spacing:.01em}.report-nav-top:hover{background:var(--teal-50);color:var(--teal-700)}.report-nav-top.report-nav-active{background:var(--teal-100);color:var(--teal-900);font-weight:800;border-left:3px solid var(--teal-600);padding-left:calc(.75rem - 3px)}.report-nav-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.15rem}.report-nav-niche{border-radius:var(--radius);overflow:visible}.report-nav-niche-link{display:flex;align-items:center;gap:.3rem;padding:.45rem .75rem;border-radius:var(--radius);color:var(--teal-800);text-decoration:none;font-weight:700;font-size:.88rem;transition:background .12s,color .12s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.report-nav-niche-link:hover{background:var(--teal-50);color:var(--teal-700)}.report-nav-niche-link.report-nav-active{background:var(--teal-100);color:var(--teal-900);font-weight:700;border-left:3px solid var(--teal-600);padding-left:calc(.75rem - 3px)}.report-nav-circle{font-size:.78rem;flex-shrink:0;color:var(--gray-500)}.report-nav-emoji{flex-shrink:0}.report-nav-sub{list-style:none;padding:0 0 .25rem 1.6rem;margin:.1rem 0 0;display:flex;flex-direction:column;gap:.05rem}.report-nav-sub-link{display:block;padding:.3rem .6rem;border-radius:var(--radius);color:var(--gray-500);text-decoration:none;font-size:.8rem;font-weight:500;transition:background .12s,color .12s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.report-nav-sub-link:hover{background:var(--teal-50);color:var(--teal-700)}.report-nav-sub-link.report-nav-active{background:var(--teal-100);color:var(--teal-800);font-weight:700;border-left:3px solid var(--teal-400);padding-left:calc(.6rem - 3px)}.report-nav-data-link{font-size:.75rem;font-weight:400;color:var(--gray-500);opacity:.85}.report-nav-data-link.report-nav-active{opacity:1;font-weight:700;color:var(--teal-800)}.report-nav-niche-open>.report-nav-niche-link:not(.report-nav-active){color:var(--teal-700);background:var(--teal-50)}.back-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem 1rem;border-radius:999px;font-size:.82rem;font-weight:600;text-decoration:none;color:var(--gray-700);background:var(--gray-100);border:1px solid var(--gray-300);transition:background .15s,color .15s;margin-bottom:1rem}.back-btn:hover{background:var(--teal-50);color:var(--teal-700);border-color:var(--teal-400)}@media(max-width:768px){.hub-hero h1{font-size:1.5rem}.page-container{padding:1.25rem 1rem 3rem}.report-content{border-radius:var(--radius)}}@media(min-width:1025px){.report-sidebar-details{border:none;background:transparent}.report-sidebar-details>summary{display:none}.report-sidebar-details>.report-nav{display:block}}@media(max-width:1024px){.report-shell{flex-direction:column;padding:0 1rem;gap:0}.report-sidebar{position:static;max-height:none;width:100%;flex:none;padding:.75rem 0 0}.report-sidebar-details{border:1px solid var(--gray-300);border-radius:var(--radius);margin-bottom:1rem;background:var(--white)}.report-sidebar-details summary{cursor:pointer;padding:.65rem 1rem;font-weight:700;font-size:.88rem;color:var(--teal-900);list-style:none;display:flex;align-items:center;gap:.5rem;user-select:none}.report-sidebar-details summary::-webkit-details-marker{display:none}.report-sidebar-details[open] summary:before{content:"▾"}.report-sidebar-details:not([open]) summary:before{content:"▸"}.report-sidebar-details .report-nav{padding:0 .75rem .75rem}.report-body{max-width:100%;min-width:0}}@media(max-width:640px){.report-shell{padding:0 .75rem}.source-buttons{flex-direction:column;align-items:flex-start;gap:.5rem}.source-btn{width:100%;justify-content:center}.back-btn{font-size:.8rem;padding:.4rem .85rem}.data-badge{font-size:.8rem;padding:.5rem .75rem}.report-nav-niche-link,.report-nav-sub-link{white-space:normal;text-overflow:unset;overflow:visible}}
