.report-page{line-height:1.65;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smooth:always}.report-layout{display:flex;min-height:100vh;position:relative}.report-sidebar{position:fixed;left:0;top:0;width:280px;height:100vh;background:var(--bg-surface);border-right:2px solid var(--border-color);z-index:1000;overflow-y:auto;transition:transform .3s ease;box-shadow:2px 0 8px #0000001a}.report-sidebar.collapsed{transform:translate(-240px)}.sidebar-content{padding:1.5rem;height:100%}.sidebar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid var(--border-light)}.sidebar-header h3{margin:0;color:var(--text-strong);font-size:1.1rem;font-weight:600}.toc-toggle{background:var(--primary-color);border:none;color:#fff;width:32px;height:32px;border-radius:50%;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;font-size:.9rem}.toc-toggle:hover{background:var(--primary-hover);transform:scale(1.1)}.report-sidebar.collapsed .toggle-icon{transform:rotate(180deg)}.toc-container{height:calc(100% - 80px);overflow-y:auto}.report-main{flex:1;margin-left:280px;max-width:1000px;padding:2rem;transition:margin-left .3s ease}.report-sidebar.collapsed+.report-main{margin-left:40px}.report-main-centered{max-width:900px!important;margin:0 auto!important;padding:2rem!important;width:100%!important;box-sizing:border-box!important}.report-header{margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid var(--border-color)}.header-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.report-title{margin:0;color:var(--primary-color);font-size:2rem;font-weight:700}.header-actions{display:flex;gap:.5rem}.action-btn{background:var(--bg-secondary);border:1px solid var(--border-medium);color:var(--text-color);padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:1rem;transition:all .3s ease;display:flex;align-items:center;justify-content:center;min-width:40px;height:40px}.action-btn:hover{background:var(--primary-color);color:#fff;border-color:var(--primary-color);transform:translateY(-2px)}.report-meta{color:var(--text-muted);font-size:.9rem;margin-top:1rem}.report-meta a{color:var(--primary-color);text-decoration:none;transition:color .3s ease}.report-meta a:hover{color:var(--primary-hover)}.no-print{display:flex;gap:.5rem}.no-print button{background:var(--bg-secondary);border:1px solid var(--border-medium);color:var(--text-color);padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:1rem;transition:all .3s ease}.no-print button:hover{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.toc-list{list-style:none;margin:0;padding:0}.toc-list li{margin:.5rem 0;line-height:1.4}.toc-list a{color:var(--text-muted);text-decoration:none;transition:all .3s ease;display:block;padding:.5rem .75rem;border-radius:6px;border-left:3px solid transparent;font-size:.9rem}.toc-list a:hover{color:var(--primary-color);background:var(--primary-light);border-left-color:var(--primary-color);transform:translate(4px)}.toc-list a.active{color:var(--primary-color);background:var(--primary-light);border-left-color:var(--primary-color);font-weight:600}.toc-h1{font-weight:600;font-size:.95rem;padding-left:.75rem}.toc-h2{padding-left:1.5rem;font-size:.9rem}.toc-h3{padding-left:2.25rem;font-size:.85rem}.toc-h4{padding-left:3rem;font-size:.8rem}.toc-h5{padding-left:3.75rem;font-size:.75rem}.toc-h6{padding-left:4.5rem;font-size:.7rem}.report-content{font-size:1rem;line-height:1.75;color:var(--text-color);background:var(--bg-surface);border:2px solid var(--border-color);border-radius:16px;padding:2.5rem;box-shadow:var(--shadow-lg);margin-top:1rem;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;transition:all .3s ease;position:relative;overflow:hidden}.report-content:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-color),var(--primary-hover));opacity:.8}.report-content h1,.report-content h2,.report-content h3,.report-content h4,.report-content h5,.report-content h6{position:relative;scroll-margin-top:2rem;margin-top:2.5rem;margin-bottom:1.2rem;font-weight:700;color:var(--text-strong);letter-spacing:-.02em;text-rendering:optimizeLegibility;transition:color .3s ease}.report-content h1{font-size:2.25rem;color:var(--primary-color);border-bottom:3px solid var(--primary-color);padding-bottom:.75rem;margin-bottom:2rem;text-shadow:0 1px 2px rgba(0,0,0,.1)}.report-content h2{font-size:1.75rem;color:var(--primary-color);border-bottom:2px solid var(--border-medium);padding-bottom:.5rem;position:relative;padding-left:1rem}.report-content h2:before{content:"";position:absolute;left:0;top:.15em;width:4px;height:1.3em;background:var(--primary-color);border-radius:2px}.report-content h3{font-size:1.4rem;color:var(--text-strong);border-left:4px solid var(--primary-color);padding-left:1rem}.report-content h4{font-size:1.2rem;color:var(--text-strong)}.report-content h5{font-size:1.05rem;color:var(--text-color)}.report-content h6{font-size:.95rem;color:var(--text-color);text-transform:uppercase;letter-spacing:.05em}.report-content h1:hover:before,.report-content h2:hover:before,.report-content h3:hover:before,.report-content h4:hover:before,.report-content h5:hover:before,.report-content h6:hover:before{content:"🔗";position:absolute;left:-1.5rem;color:var(--primary-color);text-decoration:none;opacity:.7}.report-content p{margin:1.2rem 0;line-height:1.8;color:var(--text-color);text-rendering:optimizeLegibility;-webkit-hyphens:auto;hyphens:auto;word-wrap:break-word}.report-content p:first-of-type{font-size:1.05rem;color:var(--text-strong);margin-bottom:1.5rem}.report-content strong{color:var(--text-strong);font-weight:700}.report-content em{color:var(--text-color);font-style:italic}.report-content pre{background:#000;border:2px solid #00ff41;border-radius:8px;padding:1.5rem;overflow:hidden;font-family:JetBrains Mono,Fira Code,Ubuntu Mono,Consolas,Monaco,Courier New,monospace;font-size:.9rem;line-height:1.5;position:relative;margin:1.5rem 0;box-shadow:0 2px 8px #00ff411a;transition:all .3s ease}.report-content pre code{background:transparent;color:#fff;padding:0;border:none;display:block;font-family:inherit;font-size:inherit;overflow-x:auto;white-space:pre;line-height:inherit}.report-content pre:hover{border-color:#39ff14;box-shadow:0 4px 12px #00ff4133;transform:translateY(-1px)}.report-content pre[data-type=output]{border-color:#ffa502;background:#0f0a00}.report-content pre[data-type=output]:hover{border-color:#ffb84d;box-shadow:0 4px 12px #ffa50233}.report-content pre[data-type=output] code{color:gold}.report-content pre[data-type=code]{border-color:#3742fa;background:#000510}.report-content pre[data-type=code]:hover{border-color:#5865f2;box-shadow:0 4px 12px #3742fa33}.report-content pre[data-type=code] code{color:#e6e6e6}.report-content pre code::-webkit-scrollbar{height:8px}.report-content pre code::-webkit-scrollbar-track{background:transparent;border-radius:4px}.report-content pre code::-webkit-scrollbar-thumb{background:transparent;border-radius:4px;transition:background .3s ease}.report-content pre:hover code::-webkit-scrollbar-thumb,.report-content pre.scrolling code::-webkit-scrollbar-thumb{background:#00ff41}.report-content pre:hover code::-webkit-scrollbar-thumb:hover,.report-content pre.scrolling code::-webkit-scrollbar-thumb:hover{background:#39ff14}.report-content pre[data-type=output]:hover code::-webkit-scrollbar-thumb,.report-content pre[data-type=output].scrolling code::-webkit-scrollbar-thumb{background:#ffa502}.report-content pre[data-type=output]:hover code::-webkit-scrollbar-thumb:hover,.report-content pre[data-type=output].scrolling code::-webkit-scrollbar-thumb:hover{background:#ffb84d}.report-content pre[data-type=code]:hover code::-webkit-scrollbar-thumb,.report-content pre[data-type=code].scrolling code::-webkit-scrollbar-thumb{background:#3742fa}.report-content pre[data-type=code]:hover code::-webkit-scrollbar-thumb:hover,.report-content pre[data-type=code].scrolling code::-webkit-scrollbar-thumb:hover{background:#5865f2}.report-content code:not(pre code){background:var(--code-bg);padding:.3rem .6rem;border-radius:6px;font-family:JetBrains Mono,Fira Code,Ubuntu Mono,Consolas,Monaco,Courier New,monospace;font-size:.88rem;border:1px solid var(--code-border);color:var(--primary-color);font-weight:500;letter-spacing:.02em;transition:all .2s ease}.report-content code:not(pre code):hover{background:var(--primary-light);border-color:var(--primary-color);transform:translateY(-1px)}.report-content pre code{background:none;padding:0}.report-content table{margin:1.5rem 0;border-collapse:collapse;width:100%;border:2px solid var(--border-color);border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000000a}.report-content th,.report-content td{border:1px solid var(--border-light);padding:1rem;text-align:left}.report-content th{background:var(--bg-secondary);font-weight:600;color:var(--text-color);border-bottom:2px solid var(--border-color)}.report-content tr:nth-child(2n){background:#3b82f605}.report-content tr:hover{background:#3b82f60d}.report-content blockquote{border-left:4px solid var(--primary-color);margin:1.5rem 0;padding:1.25rem 1.5rem;background:var(--bg-secondary);border-radius:0 8px 8px 0;font-style:italic;box-shadow:0 2px 8px #0000000a;border-right:1px solid var(--border-light);border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light)}.report-content blockquote p{margin:0}.report-content ul,.report-content ol{margin:1rem 0;padding-left:2rem}.report-content li{margin:.5rem 0;line-height:1.6}.report-content ul ul,.report-content ol ol{margin:.5rem 0}.report-content a{color:var(--primary-color);text-decoration:none;border-bottom:1px dotted var(--primary-color);transition:all .3s ease}.report-content a:hover{color:var(--primary-hover);border-bottom-color:var(--primary-hover)}.report-content img{max-width:100%;height:auto;border-radius:6px;margin:1rem 0;box-shadow:0 2px 8px #0000001a}.report-content hr{border:none;border-top:2px solid var(--border-medium);margin:2rem 0;opacity:.5}@media print{.no-print{display:none!important}.report-layout{display:block}.report-sidebar{display:none!important}.report-main{margin-left:0!important;max-width:none;padding:0;font-size:12pt;line-height:1.4}.report-header{border-bottom:2px solid #000;margin-bottom:1rem;padding-bottom:.5rem}.header-top{flex-direction:row;align-items:center}.report-title{font-size:18pt}.report-content h1,.report-content h2,.report-content h3,.report-content h4,.report-content h5,.report-content h6{page-break-after:avoid;margin-top:1rem}.report-content pre,.report-content table{page-break-inside:avoid}.report-content a{color:#000;text-decoration:underline}}@media (max-width: 1024px){.report-sidebar{width:260px}.report-main{margin-left:260px}.report-sidebar.collapsed+.report-main{margin-left:40px}}@media (max-width: 768px){.report-layout{flex-direction:column}.report-sidebar{position:fixed;top:0;left:0;width:100%;height:auto;max-height:50vh;transform:translateY(-100%);transition:transform .3s ease;z-index:1001;border-right:none;border-bottom:2px solid var(--border-color)}.report-sidebar.mobile-visible{transform:translateY(0)}.report-sidebar.collapsed{transform:translateY(-100%)}.report-main{margin-left:0;padding:1rem;width:100%}.report-sidebar.collapsed+.report-main{margin-left:0}.report-main-centered{margin:0 auto!important;max-width:100%!important;padding:1rem!important;width:100%!important}.header-top{flex-direction:column;align-items:flex-start;gap:1rem}.report-title{font-size:1.5rem}.header-actions{order:-1;width:100%;justify-content:flex-end}.action-btn{min-width:36px;height:36px;padding:.4rem .8rem;font-size:.9rem}.sidebar-content{padding:1rem}.sidebar-header h3{font-size:1rem}.toc-toggle{width:28px;height:28px;font-size:.8rem}.toc-list a{padding:.4rem .6rem;font-size:.85rem}.report-content{font-size:.95rem;padding:1.5rem;border-radius:8px}.report-content pre code{padding:1.25rem 1.25rem 1rem;font-size:.85rem}.report-content h1{font-size:1.5rem}.report-content h2{font-size:1.25rem}.report-content h3{font-size:1.1rem}.report-content table{font-size:.8rem}.report-content th,.report-content td{padding:.5rem}}@media (max-width: 480px){.report-main{padding:.75rem}.report-title{font-size:1.25rem}.action-btn{min-width:32px;height:32px;padding:.3rem .6rem;font-size:.8rem}.report-content{padding:1rem;font-size:.9rem}.report-content h1{font-size:1.25rem}.report-content h2{font-size:1.1rem}.report-content h3{font-size:1rem}.toc-list a{font-size:.8rem}}@media (max-width: 480px){.report-page{padding:.75rem}.report-header h1{font-size:1.25rem}.report-content{font-size:.9rem;padding:1rem;border-radius:6px}.report-content pre code{padding:1rem 1rem .875rem;font-size:.8rem}.report-content pre{font-size:.8rem;padding:.75rem}.report-content table{font-size:.75rem}}
