:root{font-family:Consolas,Monaco,Courier New,monospace;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{display:flex;height:100vh;margin:0;padding:0}.app-container{display:flex;width:100%;height:100%;transition:background-color .3s ease,color .3s ease}.theme-dark{background-color:#242424;color:#ffffffde}.theme-light{background-color:#fff;color:#213547}.main-content{flex:1;margin-left:250px;margin-right:0;overflow-y:auto;display:flex;align-items:flex-start;justify-content:center;padding-left:2rem;padding-right:calc(250px + 2rem);padding-top:2rem;padding-bottom:2rem}.content-section{max-width:1000px;text-align:center}.content-section h1{text-align:center;margin-bottom:2rem}.home-logo{width:600px;max-width:100%;height:auto;margin-bottom:0rem;transition:filter .3s ease}.theme-dark .home-logo{filter:brightness(0) invert(1)}.theme-light .home-logo{filter:none}@media(max-width:768px){.main-content{margin-left:0;margin-right:0;padding:2rem}}.hamburger{display:none;position:fixed;top:1rem;left:1rem;z-index:1001;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#646cff;padding:.5rem;border-radius:4px}.sidebar{position:fixed;left:0;top:0;width:250px;height:100vh;background-color:#f5f5f5;border-right:1px solid #ddd;display:flex;flex-direction:column;padding:2rem 0 0;z-index:1000;transition:transform .3s ease,background-color .3s ease,border-color .3s ease}.theme-dark .sidebar{background-color:#1a1a1a;border-right-color:#333}.theme-light .sidebar{background-color:#f5f5f5;border-right-color:#ddd}.logo-container{display:flex;justify-content:center;padding:1rem 0 2rem;background:none;border:none;border-bottom:1px solid #ddd;cursor:pointer;transition:opacity .2s ease,border-color .3s ease;border-radius:4px}.logo-container:hover{opacity:.8}.theme-dark .logo-container{border-bottom-color:#333}.sidebar-logo{height:80px;width:auto}.nav-menu{display:flex;flex-direction:column;padding:1rem 0;gap:0;flex:1}.nav-item{background:none;border:none;padding:1rem 1.5rem;text-align:left;font-size:1rem;cursor:pointer;color:#333;transition:background-color .2s ease,color .3s ease;border-left:4px solid transparent;border-radius:4px}.nav-item:hover{background-color:#e8e8e8}.nav-item.active{background-color:#e0e7ff;border-left-color:#646cff;color:#646cff;font-weight:600}.theme-dark .nav-item{color:#ffffffde}.theme-dark .nav-item:hover{background-color:#2a2a2a}.theme-dark .nav-item.active{background-color:#1e293b;border-left-color:#646cff;color:#646cff}.theme-toggle{background:none;border:none;padding:.4rem 1rem;text-align:left;font-size:.85rem;cursor:pointer;color:#333;transition:background-color .2s ease,color .3s ease,border-color .3s ease;border-top:1px solid #ddd;margin-top:auto;margin-bottom:2rem;border-radius:4px}.theme-toggle:hover{background-color:#e8e8e8}.theme-dark .theme-toggle{color:#ffffffde;border-top-color:#333}.theme-dark .theme-toggle:hover{background-color:#2a2a2a}@media(max-width:768px){.hamburger{display:block}.sidebar{transform:translate(-100%);width:200px}.sidebar.open{transform:translate(0);box-shadow:2px 0 5px #0000001a}}.reports-container{width:100%}.reports-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-top:2rem}.report-card{border:1px solid;border-radius:6px;padding:1.5rem;transition:all .2s ease;cursor:pointer;display:flex;flex-direction:column}.theme-dark .report-card{background-color:transparent;border-color:#404040}.theme-light .report-card{background-color:transparent;border-color:#d0d0d0}.report-card:hover{border-color:currentColor;box-shadow:0 2px 8px #0000001a}.theme-dark .report-card:hover{box-shadow:0 2px 8px #ffffff0d}.theme-light .report-card:hover{box-shadow:0 2px 8px #0000001a}.report-thumbnail{width:100%;height:180px;object-fit:cover;border-radius:4px;margin-bottom:1.25rem}.theme-dark .report-thumbnail{background-color:#2a2a2a;border:1px solid #404040}.theme-light .report-thumbnail{background-color:#e0e0e0;border:1px solid #d0d0d0}.report-card h3{margin:0 0 .5rem;font-size:1.15rem;font-weight:600;line-height:1.3}.report-date{font-size:.8rem;opacity:.6;margin-bottom:.75rem;font-weight:500;letter-spacing:.3px}.report-description{font-size:.9rem;margin-bottom:1.25rem;line-height:1.6;flex-grow:1}.report-actions{display:flex;gap:.75rem;margin-top:1rem}.report-actions button{flex:1;padding:.5rem 1rem;border-radius:4px;border:1px solid;cursor:pointer;font-family:inherit;font-size:.85rem;transition:all .2s ease;font-weight:500}.theme-dark .report-actions button{background-color:transparent;border-color:#404040;color:#ffffffde}.theme-light .report-actions button{background-color:transparent;border-color:#d0d0d0;color:#213547}.report-actions button:hover{border-color:currentColor}.theme-dark .report-actions button:hover{background-color:#1a1a1a;border-color:#666}.theme-light .report-actions button:hover{background-color:#f9f9f9;border-color:#999}.report-actions button:focus{outline:2px solid;outline-offset:2px}.theme-dark .report-actions button:focus{outline-color:#ffffff80}.theme-light .report-actions button:focus{outline-color:#21354780}.report-detail{width:100%;max-width:100%}.report-detail-header{margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid}.theme-dark .report-detail-header{border-bottom-color:#404040}.theme-light .report-detail-header{border-bottom-color:#d0d0d0}.report-detail-image{width:100%;max-height:350px;object-fit:cover;border-radius:6px;margin-bottom:2rem}.theme-dark .report-detail-image{background-color:#2a2a2a;border:1px solid #404040}.theme-light .report-detail-image{background-color:#e0e0e0;border:1px solid #d0d0d0}.report-detail h2{margin:0 0 .75rem;font-size:2.25rem;font-weight:700;line-height:1.25}.report-detail-date{font-size:.95rem;opacity:.65;margin-bottom:0;font-weight:500;letter-spacing:.5px}.report-detail-content{line-height:1.6;margin-bottom:2rem;max-width:900px;font-size:1.05rem}.report-detail-content h2{font-size:2rem;margin:2rem 0 1rem;padding-top:1rem;font-weight:600;line-height:1.3;text-align:left}.report-detail-content h3{font-size:1.4rem;margin:1.5rem 0 .75rem;font-weight:600;line-height:1.3;text-align:left}.report-detail-content h4{font-size:1.15rem;margin:1.25rem 0 .5rem;font-weight:600;text-align:left}.report-detail-content p{margin:1rem 0;text-align:left}.report-detail-content ul,.report-detail-content ol{margin:1rem 0;padding-left:2.5rem;text-align:left}.report-detail-content li{margin:.5rem 0;line-height:1.5;text-align:left}.report-detail-content blockquote{margin:1.5rem 0;padding:1rem 1.5rem;border-left:4px solid;font-style:italic;opacity:.85}.theme-dark .report-detail-content blockquote{border-left-color:#666;background-color:#1a1a1a}.theme-light .report-detail-content blockquote{border-left-color:#999;background-color:#f9f9f9}.report-detail-content code{font-family:Courier New,monospace;font-size:.95em;padding:.2em .4em;border-radius:3px}.theme-dark .report-detail-content code{background-color:#2a2a2a;color:#e0e0e0}.theme-light .report-detail-content code{background-color:#f0f0f0;color:#213547}.report-detail-content pre{margin:1.5rem 0;padding:1rem;border-radius:6px;overflow-x:auto;font-family:Courier New,monospace;font-size:.9rem;line-height:1.5}.theme-dark .report-detail-content pre{background-color:#1a1a1a;border:1px solid #404040;color:#e0e0e0}.theme-light .report-detail-content pre{background-color:#f5f5f5;border:1px solid #d0d0d0;color:#213547}.report-detail-content pre code{background:none;padding:0;color:inherit}.report-detail-actions{display:flex;gap:1rem;margin-top:3rem;padding-top:2rem;border-top:2px solid}.theme-dark .report-detail-actions{border-top-color:#404040}.theme-light .report-detail-actions{border-top-color:#d0d0d0}.report-detail-actions button{padding:.65rem 1.5rem;border-radius:4px;border:1px solid;cursor:pointer;font-family:inherit;font-size:.95rem;transition:all .2s ease;font-weight:500}.theme-dark .report-detail-actions button{background-color:transparent;border-color:#404040;color:#ffffffde}.theme-light .report-detail-actions button{background-color:transparent;border-color:#d0d0d0;color:#213547}.report-detail-actions button:hover{border-color:currentColor}.theme-dark .report-detail-actions button:hover{background-color:#1a1a1a;border-color:#666}.theme-light .report-detail-actions button:hover{background-color:#f9f9f9;border-color:#999}.report-detail-actions button:focus{outline:2px solid;outline-offset:2px}.theme-dark .report-detail-actions button:focus{outline-color:#ffffff80}.theme-light .report-detail-actions button:focus{outline-color:#21354780}@media(max-width:768px){.reports-grid{grid-template-columns:1fr;gap:1.5rem}.report-actions{flex-direction:column}.report-actions button{width:100%}.report-detail-actions{flex-direction:column}.report-detail-actions button{width:100%}}
