@charset "UTF-8";
.search-input, .tag-filter, .sort-select {
  padding: 0.5rem 1rem;
  border: 1px solid #cbd5e0;
  border-radius: 0.375rem;
  font-size: 1rem;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  background-color: #ffffff;
  color: #212529; }
  .search-input:focus, .tag-filter:focus, .sort-select:focus {
    outline: none;
    border-color: #ff7733;
    box-shadow: 0 0 0 3px rgba(255, 119, 51, 0.1); }
  .search-input:hover, .tag-filter:hover, .sort-select:hover {
    border-color: #ff7733; }
  .search-input::placeholder, .tag-filter::placeholder, .sort-select::placeholder {
    color: #6c757d; }

.tag, .tag-link, .report-tags .tag {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  font-weight: 500;
  border-radius: 1rem;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  border: none; }
  .tag:hover, .tag-link:hover, .tag:focus, .tag-link:focus {
    text-decoration: none;
    transform: translateY(-1px); }
  .tag:focus, .tag-link:focus {
    outline: 2px solid rgba(255, 119, 51, 0.5);
    outline-offset: 2px; }

.tag, .tag-link {
  background-color: #f8f9fa;
  color: #212529; }
  .tag:hover, .tag-link:hover, .tag:focus, .tag-link:focus {
    background-color: #cc5500;
    color: #ffffff; }
  .active.tag, .active.tag-link {
    background-color: #ff7733;
    color: #ffffff; }
    .active.tag:hover, .active.tag-link:hover {
      background-color: #ff5500; }

.report-tags .tag {
  background-color: rgba(255, 119, 51, 0.1);
  color: #212529;
  border: 2px solid rgba(255, 119, 51, 0.2);
  cursor: default; }
  .report-tags .tag:hover {
    background-color: rgba(255, 119, 51, 0.2);
    transform: none; }

.content-wrapper .btn, .btn {
  display: inline-block;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 0.375rem;
  transition: all 0.2s ease-in-out; }
  .btn:focus {
    outline: 3px solid rgba(255, 119, 51, 0.5);
    outline-offset: 2px; }
  .btn:disabled {
    opacity: 0.6;
    cursor: not-allowed; }

.search-clear, .filter-clear {
  position: absolute;
  background: none;
  border: none;
  font-size: 1.2rem;
  color: #6c757d;
  cursor: pointer;
  padding: 0.25rem;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
  -webkit-tap-highlight-color: transparent;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .search-clear:hover, .filter-clear:hover, .search-clear:focus, .filter-clear:focus {
    background-color: #f8f9fa;
    color: #212529; }
  .search-clear:focus, .filter-clear:focus {
    outline: 2px solid rgba(255, 119, 51, 0.5);
    outline-offset: 2px; }

.footer-nav,
.footer-info, .nav-menu, .breadcrumb, .tag-list, .related-tools-section .parent-tool ul, .related-tools-section .child-tools ul, .related-tools-section .sibling-tools ul, .related-list, .pagination, .related-tools-section .parent-tool .tools-list,
.related-tools-section .child-tools .tools-list,
.related-tools-section .sibling-tools .tools-list {
  list-style: none;
  padding: 0;
  margin: 0; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.6;
  background-color: #f8f9fa;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  color: #212529;
  background-color: #f8f9fa; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 600;
  line-height: 1.4;
  color: #212529; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.75rem; }

h4 {
  font-size: 1.5rem; }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

@media (max-width: 767.98px) {
  h1 {
    font-size: 2rem; }

  h2 {
    font-size: 1.75rem; }

  h3 {
    font-size: 1.5rem; }

  h4 {
    font-size: 1.25rem; }

  h5 {
    font-size: 1.125rem; }

  h6 {
    font-size: 1rem; } }
p {
  margin-top: 0;
  margin-bottom: 1rem; }

a {
  color: #cc5500;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
  transition: all 0.2s ease-in-out; }
  a:hover, a:focus {
    color: #ff7733;
    text-decoration-thickness: 3px; }
  a:focus {
    outline: 3px solid rgba(255, 119, 51, 0.5);
    outline-offset: 2px;
    border-radius: 2px; }

.highlight,
mark,
.marker {
  background: linear-gradient(180deg, transparent 60%, rgba(255, 119, 51, 0.3) 60%);
  padding: 0 2px;
  border-radius: 2px;
  color: #212529;
  font-weight: 500; }

strong,
.emphasis {
  font-weight: 700;
  background: linear-gradient(180deg, transparent 70%, rgba(255, 119, 51, 0.4) 70%);
  padding: 0 1px;
  color: #212529; }

ul, ol {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 1.5rem; }

li {
  margin-bottom: 0.25rem; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-collapse: collapse;
  border-spacing: 0; }

th, td {
  padding: 0.5rem 1rem;
  text-align: left;
  border-bottom: 1px solid #cbd5e0; }

th {
  font-weight: 600;
  background-color: #f8f9fa; }

code, pre {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.875em; }

code {
  padding: 0.125rem 0.25rem;
  background-color: #f8f9fa;
  border-radius: 0.25rem;
  color: #ff9966; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 1rem;
  background-color: #f8f9fa;
  border: 1px solid #cbd5e0;
  border-radius: 0.375rem;
  overflow-x: auto; }
  pre code {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    color: inherit; }

blockquote {
  margin: 0 0 1rem;
  padding: 1rem 1.5rem;
  border-left: 4px solid #cc5500;
  background-color: #f8f9fa; }
  blockquote p:last-child {
    margin-bottom: 0; }

hr {
  margin: 2rem 0;
  border: 0;
  border-top: 1px solid #cbd5e0; }

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button {
  cursor: pointer; }

button:focus {
  outline: 2px solid #cc5500;
  outline-offset: 2px; }

.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.container {
  width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }
  @media (min-width: 1400px) {
    .container {
      max-width: 1320px; } }
  @media (max-width: 575.98px) {
    .container {
      padding-left: 1rem;
      padding-right: 1rem; } }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-muted {
  color: #6c757d; }

.text-primary {
  color: #ff7733; }

.text-secondary {
  color: #cc5500; }

.d-none {
  display: none; }

.d-block {
  display: block; }

.d-inline {
  display: inline; }

.d-inline-block {
  display: inline-block; }

.d-flex {
  display: flex; }

.d-none {
  display: none; }

.d-block {
  display: block; }

.d-inline {
  display: inline; }

.d-inline-block {
  display: inline-block; }

.d-flex {
  display: flex; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none; }

  .d-sm-block {
    display: block; }

  .d-sm-inline {
    display: inline; }

  .d-sm-inline-block {
    display: inline-block; }

  .d-sm-flex {
    display: flex; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none; }

  .d-md-block {
    display: block; }

  .d-md-inline {
    display: inline; }

  .d-md-inline-block {
    display: inline-block; }

  .d-md-flex {
    display: flex; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none; }

  .d-lg-block {
    display: block; }

  .d-lg-inline {
    display: inline; }

  .d-lg-inline-block {
    display: inline-block; }

  .d-lg-flex {
    display: flex; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: none; }

  .d-xl-block {
    display: block; }

  .d-xl-inline {
    display: inline; }

  .d-xl-inline-block {
    display: inline-block; }

  .d-xl-flex {
    display: flex; } }
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none; }

  .d-xxl-block {
    display: block; }

  .d-xxl-inline {
    display: inline; }

  .d-xxl-inline-block {
    display: inline-block; }

  .d-xxl-flex {
    display: flex; } }
.m-0 {
  margin: 0; }

.mt-0 {
  margin-top: 0; }

.mr-0 {
  margin-right: 0; }

.mb-0 {
  margin-bottom: 0; }

.ml-0 {
  margin-left: 0; }

.mx-0 {
  margin-right: 0;
  margin-left: 0; }

.my-0 {
  margin-top: 0;
  margin-bottom: 0; }

.m-1 {
  margin: 0.25rem; }

.mt-1 {
  margin-top: 0.25rem; }

.mr-1 {
  margin-right: 0.25rem; }

.mb-1 {
  margin-bottom: 0.25rem; }

.ml-1 {
  margin-left: 0.25rem; }

.mx-1 {
  margin-right: 0.25rem;
  margin-left: 0.25rem; }

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem; }

.m-2 {
  margin: 0.5rem; }

.mt-2 {
  margin-top: 0.5rem; }

.mr-2 {
  margin-right: 0.5rem; }

.mb-2 {
  margin-bottom: 0.5rem; }

.ml-2 {
  margin-left: 0.5rem; }

.mx-2 {
  margin-right: 0.5rem;
  margin-left: 0.5rem; }

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

.m-3 {
  margin: 1rem; }

.mt-3 {
  margin-top: 1rem; }

.mr-3 {
  margin-right: 1rem; }

.mb-3 {
  margin-bottom: 1rem; }

.ml-3 {
  margin-left: 1rem; }

.mx-3 {
  margin-right: 1rem;
  margin-left: 1rem; }

.my-3 {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.m-4 {
  margin: 1.5rem; }

.mt-4 {
  margin-top: 1.5rem; }

.mr-4 {
  margin-right: 1.5rem; }

.mb-4 {
  margin-bottom: 1.5rem; }

.ml-4 {
  margin-left: 1.5rem; }

.mx-4 {
  margin-right: 1.5rem;
  margin-left: 1.5rem; }

.my-4 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

.m-5 {
  margin: 2rem; }

.mt-5 {
  margin-top: 2rem; }

.mr-5 {
  margin-right: 2rem; }

.mb-5 {
  margin-bottom: 2rem; }

.ml-5 {
  margin-left: 2rem; }

.mx-5 {
  margin-right: 2rem;
  margin-left: 2rem; }

.my-5 {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.m-6 {
  margin: 3rem; }

.mt-6 {
  margin-top: 3rem; }

.mr-6 {
  margin-right: 3rem; }

.mb-6 {
  margin-bottom: 3rem; }

.ml-6 {
  margin-left: 3rem; }

.mx-6 {
  margin-right: 3rem;
  margin-left: 3rem; }

.my-6 {
  margin-top: 3rem;
  margin-bottom: 3rem; }

.m-7 {
  margin: 4rem; }

.mt-7 {
  margin-top: 4rem; }

.mr-7 {
  margin-right: 4rem; }

.mb-7 {
  margin-bottom: 4rem; }

.ml-7 {
  margin-left: 4rem; }

.mx-7 {
  margin-right: 4rem;
  margin-left: 4rem; }

.my-7 {
  margin-top: 4rem;
  margin-bottom: 4rem; }

.m-8 {
  margin: 5rem; }

.mt-8 {
  margin-top: 5rem; }

.mr-8 {
  margin-right: 5rem; }

.mb-8 {
  margin-bottom: 5rem; }

.ml-8 {
  margin-left: 5rem; }

.mx-8 {
  margin-right: 5rem;
  margin-left: 5rem; }

.my-8 {
  margin-top: 5rem;
  margin-bottom: 5rem; }

.p-0 {
  padding: 0; }

.pt-0 {
  padding-top: 0; }

.pr-0 {
  padding-right: 0; }

.pb-0 {
  padding-bottom: 0; }

.pl-0 {
  padding-left: 0; }

.px-0 {
  padding-right: 0;
  padding-left: 0; }

.py-0 {
  padding-top: 0;
  padding-bottom: 0; }

.p-1 {
  padding: 0.25rem; }

.pt-1 {
  padding-top: 0.25rem; }

.pr-1 {
  padding-right: 0.25rem; }

.pb-1 {
  padding-bottom: 0.25rem; }

.pl-1 {
  padding-left: 0.25rem; }

.px-1 {
  padding-right: 0.25rem;
  padding-left: 0.25rem; }

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem; }

.p-2 {
  padding: 0.5rem; }

.pt-2 {
  padding-top: 0.5rem; }

.pr-2 {
  padding-right: 0.5rem; }

.pb-2 {
  padding-bottom: 0.5rem; }

.pl-2 {
  padding-left: 0.5rem; }

.px-2 {
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.p-3 {
  padding: 1rem; }

.pt-3 {
  padding-top: 1rem; }

.pr-3 {
  padding-right: 1rem; }

.pb-3 {
  padding-bottom: 1rem; }

.pl-3 {
  padding-left: 1rem; }

.px-3 {
  padding-right: 1rem;
  padding-left: 1rem; }

.py-3 {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.p-4 {
  padding: 1.5rem; }

.pt-4 {
  padding-top: 1.5rem; }

.pr-4 {
  padding-right: 1.5rem; }

.pb-4 {
  padding-bottom: 1.5rem; }

.pl-4 {
  padding-left: 1.5rem; }

.px-4 {
  padding-right: 1.5rem;
  padding-left: 1.5rem; }

.py-4 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }

.p-5 {
  padding: 2rem; }

.pt-5 {
  padding-top: 2rem; }

.pr-5 {
  padding-right: 2rem; }

.pb-5 {
  padding-bottom: 2rem; }

.pl-5 {
  padding-left: 2rem; }

.px-5 {
  padding-right: 2rem;
  padding-left: 2rem; }

.py-5 {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.p-6 {
  padding: 3rem; }

.pt-6 {
  padding-top: 3rem; }

.pr-6 {
  padding-right: 3rem; }

.pb-6 {
  padding-bottom: 3rem; }

.pl-6 {
  padding-left: 3rem; }

.px-6 {
  padding-right: 3rem;
  padding-left: 3rem; }

.py-6 {
  padding-top: 3rem;
  padding-bottom: 3rem; }

.p-7 {
  padding: 4rem; }

.pt-7 {
  padding-top: 4rem; }

.pr-7 {
  padding-right: 4rem; }

.pb-7 {
  padding-bottom: 4rem; }

.pl-7 {
  padding-left: 4rem; }

.px-7 {
  padding-right: 4rem;
  padding-left: 4rem; }

.py-7 {
  padding-top: 4rem;
  padding-bottom: 4rem; }

.p-8 {
  padding: 5rem; }

.pt-8 {
  padding-top: 5rem; }

.pr-8 {
  padding-right: 5rem; }

.pb-8 {
  padding-bottom: 5rem; }

.pl-8 {
  padding-left: 5rem; }

.px-8 {
  padding-right: 5rem;
  padding-left: 5rem; }

.py-8 {
  padding-top: 5rem;
  padding-bottom: 5rem; }

@media (prefers-contrast: high) {
  a {
    text-decoration-thickness: 3px; }

  .btn {
    border-width: 3px; } }
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important; } }
:focus-visible {
  outline: 3px solid #ff7733;
  outline-offset: 2px;
  border-radius: 2px; }

button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid #ff7733;
  outline-offset: 2px; }

.site-header {
  background-color: #ffffff;
  border-bottom: 3px solid #ff7733;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  position: sticky;
  top: 0;
  z-index: 1020; }

.header-container {
  width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  flex-wrap: wrap;
  gap: 1rem;
  position: relative; }
  @media (min-width: 576px) {
    .header-container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .header-container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .header-container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .header-container {
      max-width: 1140px; } }
  @media (min-width: 1400px) {
    .header-container {
      max-width: 1320px; } }
  @media (max-width: 991.98px) {
    .header-container {
      flex-direction: row;
      align-items: flex-start;
      justify-content: space-between;
      gap: 1rem;
      min-height: 60px; } }
  @media (max-width: 575.98px) {
    .header-container {
      padding-top: 1rem;
      padding-bottom: 1rem;
      min-height: 50px; } }

.site-branding {
  flex: 0 0 auto; }
  @media (max-width: 991.98px) {
    .site-branding {
      text-align: left;
      flex: 1;
      margin-right: 3rem; } }

.site-title {
  margin: 0;
  font-size: 1.75rem;
  font-weight: 700; }
  .site-title a {
    color: #212529;
    text-decoration: none;
    background: linear-gradient(180deg, transparent 75%, rgba(255, 119, 51, 0.3) 75%);
    padding: 2px 4px;
    border-radius: 2px;
    transition: all 0.2s ease-in-out; }
    .site-title a:hover, .site-title a:focus {
      background: linear-gradient(180deg, transparent 70%, rgba(255, 119, 51, 0.5) 70%);
      text-decoration: none; }
    .site-title a:focus {
      outline: 3px solid rgba(255, 119, 51, 0.5);
      outline-offset: 2px; }
  @media (max-width: 767.98px) {
    .site-title {
      font-size: 1.5rem; } }

.site-description {
  margin: 0.25rem 0 0;
  font-size: 0.875rem;
  color: #6c757d; }
  @media (max-width: 991.98px) {
    .site-description {
      margin-top: 0.5rem;
      padding-right: 3rem;
      line-height: 1.4; } }
  @media (max-width: 575.98px) {
    .site-description {
      font-size: 0.75rem;
      padding-right: 5rem; } }

.header-search {
  flex: 0 0 auto; }
  @media (max-width: 991.98px) {
    .header-search {
      order: 3;
      width: 100%; } }

.main-content {
  min-height: calc(100vh - 200px);
  padding: 2rem 0;
  background-color: #f8f9fa; }
  @media (max-width: 767.98px) {
    .main-content {
      padding: 1.5rem 0; } }

.site-footer {
  background: linear-gradient(135deg, #343a40 0%, #1d2124 100%);
  color: #ffffff;
  margin-top: auto;
  position: relative; }
  .site-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #cc5500 0%, #ff7733 100%); }

.footer-container {
  width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 3rem;
  padding-bottom: 1.5rem; }
  @media (min-width: 576px) {
    .footer-container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .footer-container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .footer-container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .footer-container {
      max-width: 1140px; } }
  @media (min-width: 1400px) {
    .footer-container {
      max-width: 1320px; } }

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem; }
  @media (max-width: 767.98px) {
    .footer-content {
      grid-template-columns: 1fr;
      gap: 1.5rem; } }

.footer-section h3, .footer-section h4 {
  color: #ffffff;
  margin-bottom: 1rem;
  font-size: 1.125rem; }
.footer-section p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8; }

.footer-nav li,
.footer-info li {
  margin-bottom: 0.5rem; }
.footer-nav a,
.footer-info a {
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.2s ease-in-out; }
  .footer-nav a:hover, .footer-nav a:focus,
  .footer-info a:hover,
  .footer-info a:focus {
    color: #ffffff;
    text-decoration: none; }

.footer-bottom {
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem; }
  @media (max-width: 767.98px) {
    .footer-bottom {
      flex-direction: column;
      text-align: center; } }

.copyright,
.powered-by {
  margin: 0;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7); }
  .copyright a,
  .powered-by a {
    color: rgba(255, 255, 255, 0.8); }
    .copyright a:hover, .copyright a:focus,
    .powered-by a:hover,
    .powered-by a:focus {
      color: #ffffff; }

.page-header {
  margin-bottom: 2rem;
  text-align: center; }
  @media (max-width: 767.98px) {
    .page-header {
      margin-bottom: 1.5rem; } }

.page-title {
  margin-bottom: 1rem;
  font-size: 2.5rem;
  color: #212529;
  background: linear-gradient(180deg, transparent 75%, rgba(255, 119, 51, 0.3) 75%);
  display: inline-block;
  padding: 0 0.5rem;
  border-radius: 4px; }
  @media (max-width: 767.98px) {
    .page-title {
      font-size: 2rem; } }

.page-description {
  font-size: 1.125rem;
  color: #6c757d;
  max-width: 600px;
  margin: 0 auto; }

.content-wrapper {
  width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent; }
  @media (min-width: 576px) {
    .content-wrapper {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .content-wrapper {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .content-wrapper {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .content-wrapper {
      max-width: 1140px; } }
  @media (min-width: 1400px) {
    .content-wrapper {
      max-width: 1320px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem; }

.col {
  flex: 1 0 0%;
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; } }
@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; } }
@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; } }
@media (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; } }
@media (min-width: 1400px) {
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%; } }
.main-navigation {
  flex: 1 1 auto;
  position: relative; }
  @media (max-width: 991.98px) {
    .main-navigation {
      order: 2;
      flex: 0 0 auto;
      margin-top: 0; } }

.nav-toggle {
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-decoration: none;
  outline: none;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 0.375rem;
  background-color: transparent;
  transition: all 0.2s ease-in-out; }
  .nav-toggle:focus {
    outline: 2px solid #cc5500;
    outline-offset: 2px; }
  @media (max-width: 991.98px) {
    .nav-toggle {
      display: flex !important;
      position: absolute;
      top: 0.5rem;
      right: 0;
      z-index: 1001; } }
  @media (max-width: 575.98px) {
    .nav-toggle {
      top: 0.25rem;
      right: 0.25rem; } }
  .nav-toggle:hover {
    background-color: #f8f9fa; }
  .nav-toggle[aria-expanded="true"] .nav-toggle-icon span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px); }
  .nav-toggle[aria-expanded="true"] .nav-toggle-icon span:nth-child(2) {
    opacity: 0; }
  .nav-toggle[aria-expanded="true"] .nav-toggle-icon span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px); }

.nav-toggle-icon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 20px;
  height: 14px; }
  .nav-toggle-icon span {
    display: block;
    height: 2px;
    width: 100%;
    background-color: #ff7733;
    border-radius: 1px;
    transition: all 0.2s ease-in-out; }

.nav-search {
  display: none; }
  @media (max-width: 991.98px) {
    .nav-search {
      display: block;
      margin-bottom: 1rem; } }

.nav-menu {
  display: flex;
  align-items: center;
  gap: 0.5rem; }
  @media (max-width: 991.98px) {
    .nav-menu {
      display: none;
      flex-direction: column;
      align-items: stretch;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      background-color: #ffffff;
      border: 2px solid #cbd5e0;
      border-radius: 0.375rem;
      box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
      padding: 1.5rem;
      margin-top: 0.5rem;
      z-index: 1000; }
      .nav-menu.active {
        display: flex !important; } }

.nav-item {
  position: relative; }
  @media (max-width: 991.98px) {
    .nav-item {
      width: 100%; } }

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  font-weight: 600;
  border-radius: 0.375rem;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  border: 2px solid transparent; }
  .nav-link:hover, .nav-link:focus {
    color: #212529;
    background: linear-gradient(180deg, transparent 75%, rgba(255, 119, 51, 0.3) 75%);
    text-decoration: none;
    border-color: rgba(255, 119, 51, 0.2); }
  .nav-link:focus {
    outline: 3px solid rgba(255, 119, 51, 0.5);
    outline-offset: 2px; }
  .nav-link.current {
    color: #212529;
    background: linear-gradient(180deg, transparent 70%, rgba(255, 119, 51, 0.4) 70%);
    border-color: #ff7733;
    font-weight: 700; }
  @media (max-width: 991.98px) {
    .nav-link {
      padding: 1rem;
      border-bottom: 1px solid #e2e8f0;
      border-radius: 0; }
      .nav-link:last-child {
        border-bottom: none; } }

.dropdown .dropdown-toggle {
  position: relative; }
  .dropdown .dropdown-toggle::after {
    content: "";
    display: inline-block;
    margin-left: 0.5rem;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-bottom: 0;
    border-left: 4px solid transparent;
    transition: all 0.2s ease-in-out; }
  .dropdown .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(180deg); }
.dropdown.active .dropdown-menu {
  display: block; }

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background-color: #ffffff;
  border: 1px solid #cbd5e0;
  border-radius: 0.375rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  z-index: 1000; }
  @media (max-width: 991.98px) {
    .dropdown-menu {
      position: static;
      width: 100%;
      min-width: auto;
      box-shadow: none;
      border: none;
      border-radius: 0;
      background-color: #f8f9fa;
      margin-top: 0.5rem; } }
  .dropdown-menu li {
    margin-bottom: 0; }

.dropdown-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  transition: all 0.2s ease-in-out; }
  .dropdown-link:hover, .dropdown-link:focus {
    color: #cc5500;
    background-color: #f8f9fa;
    text-decoration: none; }
  .dropdown-link.view-all {
    font-weight: 500;
    color: #cc5500; }

.dropdown-text {
  display: block;
  padding: 0.5rem 1rem;
  color: #6c757d;
  font-style: italic; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #cbd5e0; }

.tag-count {
  font-size: 0.75rem;
  color: #6c757d;
  font-weight: 400; }

.search-form {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 300px; }
  @media (max-width: 991.98px) {
    .search-form {
      max-width: none; } }

.search-input {
  flex: 1;
  padding: 0.5rem 3rem 0.5rem 1rem;
  border: 2px solid #cbd5e0; }
  .search-input:focus {
    outline: 3px solid rgba(255, 119, 51, 0.5);
    outline-offset: 2px; }
  .search-input::placeholder {
    color: #6c757d; }

.search-button,
.search-submit {
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-decoration: none;
  outline: none;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  padding: 0.25rem;
  color: #6c757d;
  transition: all 0.2s ease-in-out; }
  .search-button:focus,
  .search-submit:focus {
    outline: 2px solid #cc5500;
    outline-offset: 2px; }
  .search-button:hover, .search-button:focus,
  .search-submit:hover,
  .search-submit:focus {
    color: #cc5500; }
  .search-button svg,
  .search-submit svg {
    display: block;
    width: 16px;
    height: 16px; }

.report-breadcrumb {
  margin-bottom: 1.5rem; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.875rem;
  color: #6c757d; }
  .breadcrumb li {
    margin-bottom: 0; }
    .breadcrumb li:not(:last-child)::after {
      content: ">";
      margin: 0 0.5rem;
      color: #6c757d; }
  .breadcrumb a {
    color: #cc5500; }
    .breadcrumb a:hover, .breadcrumb a:focus {
      color: #ff7733; }

.home-container {
  width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent !important;
  padding: 1.5rem 0;
  margin: 0 auto; }
  @media (min-width: 576px) {
    .home-container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .home-container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .home-container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .home-container {
      max-width: 1140px; } }
  @media (min-width: 1400px) {
    .home-container {
      max-width: 1320px; } }
  @media (max-width: 767.98px) {
    .home-container {
      padding: 1rem 0; } }

.home-content {
  background-color: transparent !important; }
  .home-content > h2,
  .home-content > p {
    background-color: #ffffff;
    border: 1px solid #cbd5e0;
    border-radius: 0.375rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    padding: 1.5rem;
    transition: all 0.2s ease-in-out;
    margin-bottom: 1.5rem; }
    @media (max-width: 767.98px) {
      .home-content > h2,
      .home-content > p {
        padding: 1rem;
        margin-bottom: 1rem; } }
  .home-content > h2 {
    margin-top: 0;
    color: #ff7733; }

.home-header {
  text-align: center;
  margin-bottom: 1rem;
  padding: 0;
  background-color: transparent; }
  @media (max-width: 767.98px) {
    .home-header {
      margin-bottom: 0.5rem; } }
  .home-header .header-image {
    margin: 0; }
    .home-header .header-image .ogp-image {
      max-width: 800px;
      width: 100%;
      height: auto;
      display: block;
      margin: 0 auto; }

.reports-section {
  background-color: #ffffff;
  border: 1px solid #cbd5e0;
  border-radius: 0.375rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  padding: 2rem;
  transition: all 0.2s ease-in-out;
  margin-bottom: 2rem; }
  @media (max-width: 767.98px) {
    .reports-section {
      padding: 1.5rem;
      margin-bottom: 1.5rem; } }

.reports-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
  flex-wrap: wrap;
  gap: 1.5rem; }
  .reports-header h2 {
    margin: 0;
    color: #ff7733;
    font-size: 1.75rem; }
    @media (max-width: 767.98px) {
      .reports-header h2 {
        width: 100%;
        text-align: center;
        margin-bottom: 1rem; } }
  @media (max-width: 991.98px) {
    .reports-header {
      flex-direction: column;
      align-items: stretch;
      gap: 1rem; } }

.reports-controls {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: flex-start; }
  @media (max-width: 767.98px) {
    .reports-controls {
      justify-content: center;
      gap: 0.5rem; } }
  @media (max-width: 575.98px) {
    .reports-controls {
      flex-direction: column;
      gap: 1rem; } }

.search-container {
  position: relative;
  min-width: 300px;
  flex: 1;
  max-width: 410px; }
  @media (max-width: 575.98px) {
    .search-container {
      min-width: auto;
      width: 100%;
      max-width: none; } }

.search-input {
  width: 100%;
  padding-right: 2rem;
  font-size: 0.875rem;
  height: 40px;
  box-sizing: border-box; }

.search-clear {
  right: 0.5rem;
  top: 10px;
  padding: 0; }

.filter-container {
  position: relative;
  display: flex;
  flex-direction: column; }
  @media (max-width: 575.98px) {
    .filter-container {
      width: 100%; } }

.sort-container {
  display: flex;
  flex-direction: column; }
  @media (max-width: 575.98px) {
    .sort-container {
      width: 100%; } }

.tag-filter {
  padding: 0.5rem 2rem 0.5rem 1rem;
  font-size: 0.875rem;
  min-width: 150px;
  height: 40px; }
  @media (max-width: 575.98px) {
    .tag-filter {
      min-width: auto;
      width: 100%; } }

.sort-select {
  font-size: 0.875rem;
  min-width: 150px;
  height: 40px; }
  @media (max-width: 575.98px) {
    .sort-select {
      min-width: auto;
      width: 100%; } }

.filter-clear {
  right: 1rem;
  top: 10px;
  padding: 0; }

.reports-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem; }
  @media (max-width: 575.98px) {
    .reports-grid {
      grid-template-columns: 1fr;
      gap: 1rem; } }

.report-card {
  background-color: #ffffff;
  border: 1px solid #cbd5e0;
  border-radius: 0.375rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  padding: 1.5rem;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .report-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }
  .report-card:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    transform: translateY(-2px); }

.report-card-header {
  margin-bottom: 1rem; }
  .report-card-header .report-title {
    margin: 0 0 0.5rem 0;
    font-size: 1.25rem;
    line-height: 1.4; }
    .report-card-header .report-title a {
      color: inherit;
      text-decoration: none;
      color: #212529;
      transition: all 0.2s ease-in-out; }
      .report-card-header .report-title a:hover, .report-card-header .report-title a:focus {
        color: inherit;
        text-decoration: none; }
      .report-card-header .report-title a:hover, .report-card-header .report-title a:focus {
        color: #cc5500; }
  .report-card-header .report-date {
    font-size: 0.875rem;
    color: #6c757d; }

.report-description {
  margin-bottom: 1rem;
  color: #212529;
  line-height: 1.8; }

.report-meta {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem; }
  .report-meta .meta-item {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.875rem;
    color: #6c757d; }
    .report-meta .meta-item svg {
      flex-shrink: 0; }
    .report-meta .meta-item.developer {
      color: #ff7733; }
    .report-meta .meta-item.category {
      color: #cc5500; }

.report-tags {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem; }

.report-card-footer {
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid #e2e8f0; }
  .report-card-footer .read-more {
    color: #cc5500;
    font-weight: 500;
    text-decoration: none;
    font-size: 0.875rem;
    transition: all 0.2s ease-in-out; }
    .report-card-footer .read-more:hover, .report-card-footer .read-more:focus {
      color: #994000;
      text-decoration: underline; }

.no-reports,
.no-results {
  text-align: center;
  padding: 3rem;
  color: #6c757d; }
  .no-reports p,
  .no-results p {
    margin: 0;
    font-size: 1.125rem; }

.stats-section {
  background-color: #ffffff;
  border: 1px solid #cbd5e0;
  border-radius: 0.375rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  padding: 2rem;
  transition: all 0.2s ease-in-out;
  margin-top: 2rem; }

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 1.5rem;
  text-align: center; }

.stat-item .stat-number {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: #ff7733;
  margin-bottom: 0.25rem; }
.stat-item .stat-label {
  display: block;
  font-size: 0.875rem;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 0.5px; }

.content-wrapper .recent-reports {
  background-color: #ffffff;
  border: 1px solid #cbd5e0;
  border-radius: 0.375rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  padding: 2rem;
  transition: all 0.2s ease-in-out;
  margin-bottom: 2rem; }
  .content-wrapper .recent-reports h2 {
    color: #ff7733;
    margin-bottom: 1.5rem;
    text-align: center; }
  .content-wrapper .recent-reports .card {
    background-color: #ffffff;
    border: 1px solid #cbd5e0;
    border-radius: 0.375rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    padding: 1.5rem;
    transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    height: 100%; }
    .content-wrapper .recent-reports .card:hover {
      transform: translateY(-2px);
      box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }
    .content-wrapper .recent-reports .card:hover {
      box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
      transform: translateY(-2px); }
  .content-wrapper .recent-reports .card-title {
    margin-bottom: 0.5rem;
    font-size: 1.125rem; }
    .content-wrapper .recent-reports .card-title a {
      color: inherit;
      text-decoration: none;
      color: #212529;
      transition: all 0.2s ease-in-out; }
      .content-wrapper .recent-reports .card-title a:hover, .content-wrapper .recent-reports .card-title a:focus {
        color: inherit;
        text-decoration: none; }
      .content-wrapper .recent-reports .card-title a:hover, .content-wrapper .recent-reports .card-title a:focus {
        color: #cc5500; }
  .content-wrapper .recent-reports .card-text {
    color: #212529;
    line-height: 1.8;
    margin-bottom: 1rem; }
  .content-wrapper .recent-reports .card-meta {
    margin-top: auto;
    padding-top: 0.5rem;
    border-top: 1px solid #e2e8f0; }
    .content-wrapper .recent-reports .card-meta .badge {
      background-color: #f8f9fa;
      color: #212529;
      font-size: 0.75rem;
      padding: 0.25rem 0.5rem;
      border-radius: 1rem;
      margin-right: 0.25rem; }
.content-wrapper .featured-links .card-link {
  color: inherit;
  text-decoration: none;
  display: block;
  transition: all 0.2s ease-in-out; }
  .content-wrapper .featured-links .card-link:hover, .content-wrapper .featured-links .card-link:focus {
    color: inherit;
    text-decoration: none; }
  .content-wrapper .featured-links .card-link:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    transform: translateY(-2px); }

Ensure home container has transparent background with high specificity #main-content .home-container {
  background-color: transparent !important; }

#main-content .content-wrapper {
  background-color: transparent !important; }

.report-article {
  width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-right: auto;
  margin-left: auto;
  background-color: #ffffff;
  border: 1px solid #cbd5e0;
  border-radius: 0.375rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  padding: 1.5rem;
  transition: all 0.2s ease-in-out;
  max-width: 800px;
  margin: 1.5rem auto;
  overflow: hidden; }
  @media (min-width: 576px) {
    .report-article {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .report-article {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .report-article {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .report-article {
      max-width: 1140px; } }
  @media (min-width: 1400px) {
    .report-article {
      max-width: 1320px; } }
  @media (max-width: 767.98px) {
    .report-article {
      margin: 1rem auto; } }

.report-header {
  margin-bottom: 3rem;
  padding: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #ffffff;
  border-radius: 0.375rem 0.375rem 0 0;
  border-bottom: 1px solid #cbd5e0; }

.report-title {
  margin-bottom: 1.5rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
  color: #ff7733; }
  @media (max-width: 767.98px) {
    .report-title {
      font-size: 2rem; } }
  @media (max-width: 575.98px) {
    .report-title {
      font-size: 1.75rem; } }

.report-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 1.5rem; }
  @media (max-width: 575.98px) {
    .report-meta {
      flex-direction: column;
      gap: 0.5rem; } }

.report-date,
.report-author,
.report-developer,
.report-category,
.report-official-site {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #6c757d; }
  .report-date svg,
  .report-author svg,
  .report-developer svg,
  .report-category svg,
  .report-official-site svg {
    flex-shrink: 0;
    width: 16px;
    height: 16px; }
  .report-date a,
  .report-author a,
  .report-developer a,
  .report-category a,
  .report-official-site a {
    color: inherit; }
    .report-date a:hover, .report-date a:focus,
    .report-author a:hover,
    .report-author a:focus,
    .report-developer a:hover,
    .report-developer a:focus,
    .report-category a:hover,
    .report-category a:focus,
    .report-official-site a:hover,
    .report-official-site a:focus {
      color: #cc5500; }

.report-tags {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem; }
  .report-tags svg {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    color: #6c757d; }

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem; }
  .tag-list li {
    margin-bottom: 0; }

.report-description {
  padding: 1.5rem;
  background-color: rgba(204, 85, 0, 0.05);
  border-radius: 0.375rem;
  border-left: 4px solid #cc5500;
  margin: 1rem 0; }
  .report-description p {
    margin-bottom: 0;
    font-size: 1.125rem;
    color: #212529;
    line-height: 1.8; }

.report-content {
  margin-bottom: 3rem;
  padding: 0 1.5rem 1.5rem;
  line-height: 1.8;
  font-size: 1.1rem;
  background-color: #ffffff; }
  @media (max-width: 767.98px) {
    .report-content {
      padding: 0 1rem 1rem; } }
  .report-content h1, .report-content h2, .report-content h3, .report-content h4, .report-content h5, .report-content h6 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    scroll-margin-top: 100px; }
    .report-content h1:first-child, .report-content h2:first-child, .report-content h3:first-child, .report-content h4:first-child, .report-content h5:first-child, .report-content h6:first-child {
      margin-top: 0; }
  .report-content h2 {
    padding-bottom: 0.5rem;
    border-bottom: 3px solid #cc5500;
    color: #ff7733;
    font-size: 1.75rem; }
  .report-content h3 {
    color: #cc5500;
    font-size: 1.5rem;
    position: relative;
    padding-left: 1rem; }
    .report-content h3::before {
      content: "";
      position: absolute;
      left: -1rem;
      top: 0;
      bottom: 0;
      width: 4px;
      background-color: #cc5500;
      border-radius: 2px; }
  .report-content p {
    margin-bottom: 1.5rem;
    text-align: justify; }
    @media (max-width: 575.98px) {
      .report-content p {
        text-align: left; } }
  .report-content ul, .report-content ol {
    margin-bottom: 1.5rem;
    padding-left: 2rem; }
    .report-content ul li, .report-content ol li {
      margin-bottom: 0.5rem;
      line-height: 1.8; }
    .report-content ul ul, .report-content ul ol, .report-content ol ul, .report-content ol ol {
      margin-top: 0.5rem;
      margin-bottom: 0.5rem; }
  .report-content a {
    color: #cc5500;
    font-weight: 500; }
    .report-content a:hover, .report-content a:focus {
      color: #ff7733; }
    .report-content a[href^="http"]::after {
      content: " ↗";
      font-size: 0.8em;
      opacity: 0.7; }
  .report-content img {
    display: block;
    margin: 2rem auto;
    border-radius: 0.375rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); }
    @media (max-width: 575.98px) {
      .report-content img {
        margin: 1.5rem auto; } }
  .report-content table {
    margin: 2rem 0;
    border: 1px solid #cbd5e0;
    border-radius: 0.375rem;
    overflow: hidden;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); }
    @media (max-width: 575.98px) {
      .report-content table {
        font-size: 0.875rem; } }
  .report-content th {
    background-color: #ff7733;
    color: #ffffff;
    font-weight: 600; }
  .report-content td {
    border-bottom: 1px solid #e2e8f0; }
    .report-content td:not(:last-child) {
      border-right: 1px solid #e2e8f0; }
  .report-content tr:nth-child(even) td {
    background-color: rgba(248, 249, 250, 0.5); }
  .report-content pre {
    margin: 2rem 0;
    padding: 1.5rem;
    background-color: #343a40;
    color: #ffffff;
    border-radius: 0.375rem;
    overflow-x: auto;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); }
    .report-content pre code {
      background-color: transparent;
      color: inherit;
      padding: 0; }
  .report-content code {
    padding: 0.2em 0.4em;
    background-color: rgba(204, 85, 0, 0.1);
    color: #cc5500;
    border-radius: 0.25rem;
    font-size: 0.9em; }
  .report-content blockquote {
    margin: 2rem 0;
    padding: 1.5rem;
    background-color: rgba(255, 119, 51, 0.05);
    border-left: 4px solid #ff7733;
    border-radius: 0 0.375rem 0.375rem 0; }
    .report-content blockquote p:last-child {
      margin-bottom: 0; }
    .report-content blockquote cite {
      display: block;
      margin-top: 0.5rem;
      font-size: 0.875rem;
      color: #6c757d;
      font-style: normal; }
      .report-content blockquote cite::before {
        content: "— "; }
  .report-content hr {
    margin: 3rem 0;
    border: none;
    height: 2px;
    background: linear-gradient(to right, transparent, #cbd5e0, transparent); }
  .report-content dl {
    margin-bottom: 1.5rem; }
  .report-content dt {
    font-weight: 600;
    color: #ff7733;
    margin-bottom: 0.25rem; }
  .report-content dd {
    margin-bottom: 1rem;
    margin-left: 1.5rem; }
    @media (max-width: 575.98px) {
      .report-content dd {
        margin-left: 0.5rem; } }

.report-footer {
  border-top: 1px solid #cbd5e0;
  padding: 2rem 1.5rem 1.5rem;
  background-color: #ffffff;
  border-radius: 0 0 0.375rem 0.375rem; }
  @media (max-width: 767.98px) {
    .report-footer {
      padding: 1.5rem 1rem 1rem; } }

.report-navigation {
  margin-bottom: 3rem; }

.nav-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 2rem; }
  @media (max-width: 767.98px) {
    .nav-links {
      grid-template-columns: 1fr;
      gap: 1rem; } }

.nav-previous,
.nav-next {
  background-color: #ffffff;
  border: 1px solid #cbd5e0;
  border-radius: 0.375rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  padding: 1.5rem;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .nav-previous:hover,
  .nav-next:hover {
    transform: translateY(-2px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }
  .nav-previous a,
  .nav-next a {
    color: inherit;
    text-decoration: none;
    display: block; }
    .nav-previous a:hover, .nav-previous a:focus,
    .nav-next a:hover,
    .nav-next a:focus {
      color: inherit;
      text-decoration: none; }
    .nav-previous a:hover .nav-title, .nav-previous a:focus .nav-title,
    .nav-next a:hover .nav-title,
    .nav-next a:focus .nav-title {
      color: #cc5500; }

.nav-previous {
  text-align: left; }
  @media (max-width: 767.98px) {
    .nav-previous {
      order: 2; } }

.nav-next {
  text-align: right; }
  @media (max-width: 767.98px) {
    .nav-next {
      order: 1;
      text-align: left; } }

.nav-label {
  display: block;
  font-size: 0.875rem;
  color: #6c757d;
  margin-bottom: 0.25rem; }

.nav-title {
  display: block;
  font-weight: 600;
  color: #212529;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.back-to-index {
  text-align: center; }
  .back-to-index .back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 1.5rem;
    background-color: #f8f9fa;
    color: #212529;
    border-radius: 0.375rem;
    transition: all 0.2s ease-in-out; }
    .back-to-index .back-link:hover, .back-to-index .back-link:focus {
      background-color: #cc5500;
      color: #ffffff;
      text-decoration: none; }
    .back-to-index .back-link svg {
      width: 16px;
      height: 16px; }

.related-tools-section {
  margin: 3rem 0;
  padding: 1.5rem;
  border: 1px solid #cbd5e0;
  border-radius: 0.375rem;
  background-color: rgba(248, 249, 250, 0.3); }
  .related-tools-section h3 {
    margin-top: 0;
    margin-bottom: 1.5rem;
    color: #ff7733;
    font-size: 1.25rem;
    border-bottom: 2px solid #cc5500;
    padding-bottom: 0.5rem; }
  .related-tools-section .parent-tool, .related-tools-section .child-tools, .related-tools-section .sibling-tools {
    margin: 1.5rem 0; }
    .related-tools-section .parent-tool h4, .related-tools-section .child-tools h4, .related-tools-section .sibling-tools h4 {
      font-size: 1rem;
      color: #212529;
      margin-bottom: 0.5rem;
      font-weight: 600; }
    .related-tools-section .parent-tool ul li, .related-tools-section .child-tools ul li, .related-tools-section .sibling-tools ul li {
      margin: 0.5rem 0; }
      .related-tools-section .parent-tool ul li a, .related-tools-section .child-tools ul li a, .related-tools-section .sibling-tools ul li a {
        color: #cc5500;
        font-weight: 500; }
        .related-tools-section .parent-tool ul li a:hover, .related-tools-section .parent-tool ul li a:focus, .related-tools-section .child-tools ul li a:hover, .related-tools-section .child-tools ul li a:focus, .related-tools-section .sibling-tools ul li a:hover, .related-tools-section .sibling-tools ul li a:focus {
          color: #ff7733;
          text-decoration: underline; }
  .related-tools-section .parent-tool {
    border-left: 4px solid #2f855a;
    padding-left: 1rem;
    background-color: rgba(47, 133, 90, 0.05); }
  .related-tools-section .child-tools {
    border-left: 4px solid #d69e2e;
    padding-left: 1rem;
    background-color: rgba(214, 158, 46, 0.05); }
  .related-tools-section .sibling-tools {
    border-left: 4px solid #9f7aea;
    padding-left: 1rem;
    background-color: rgba(159, 122, 234, 0.05); }

.related-reports h3 {
  margin-bottom: 1.5rem;
  color: #ff7733;
  font-size: 1.25rem; }

.related-list li {
  margin-bottom: 1rem; }
  .related-list li:last-child {
    margin-bottom: 0; }
.related-list a {
  background-color: #ffffff;
  border: 1px solid #cbd5e0;
  border-radius: 0.375rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  padding: 1rem;
  transition: all 0.2s ease-in-out;
  color: inherit;
  text-decoration: none;
  display: block;
  transition: all 0.2s ease-in-out; }
  .related-list a:hover, .related-list a:focus {
    color: inherit;
    text-decoration: none; }
  .related-list a:hover, .related-list a:focus {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    transform: translateY(-1px); }
    .related-list a:hover .related-title, .related-list a:focus .related-title {
      color: #cc5500; }

.related-title {
  display: block;
  font-weight: 600;
  color: #212529;
  margin-bottom: 0.25rem;
  transition: all 0.2s ease-in-out; }

.related-date {
  display: block;
  font-size: 0.875rem;
  color: #6c757d; }

.tags-index-container {
  width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-right: auto;
  margin-left: auto;
  padding: 2rem 0; }
  @media (min-width: 576px) {
    .tags-index-container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .tags-index-container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .tags-index-container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .tags-index-container {
      max-width: 1140px; } }
  @media (min-width: 1400px) {
    .tags-index-container {
      max-width: 1320px; } }
  @media (max-width: 767.98px) {
    .tags-index-container {
      padding: 1.5rem 0; } }

.tags-overview {
  margin-bottom: 2rem;
  text-align: center; }
  @media (max-width: 767.98px) {
    .tags-overview {
      margin-bottom: 1.5rem; } }

.tags-stats {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap; }
  @media (max-width: 575.98px) {
    .tags-stats {
      flex-direction: column;
      gap: 0.5rem; } }

.stat-item {
  padding: 0.5rem 1rem;
  background: linear-gradient(135deg, rgba(255, 119, 51, 0.1) 0%, rgba(204, 85, 0, 0.1) 100%);
  border: 2px solid rgba(255, 119, 51, 0.2);
  border-radius: 0.5rem;
  font-size: 1rem;
  color: #212529; }
  .stat-item strong {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ff7733;
    display: block;
    line-height: 1;
    margin-bottom: 0.25rem; }

.tags-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem; }
  @media (max-width: 767.98px) {
    .tags-grid {
      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
      gap: 1rem; } }
  @media (max-width: 575.98px) {
    .tags-grid {
      grid-template-columns: 1fr;
      gap: 1rem; } }

.tag-card {
  background-color: #ffffff;
  border: 1px solid #cbd5e0;
  border-radius: 0.375rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  padding: 1.5rem;
  transition: all 0.2s ease-in-out;
  padding: 1.5rem;
  transition: all 0.2s ease-in-out;
  height: fit-content; }
  .tag-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    border-color: #ff7733; }

.tag-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  gap: 0.5rem; }
  .tag-header .tag-name {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
    color: #ff7733;
    background: linear-gradient(180deg, transparent 75%, rgba(255, 119, 51, 0.3) 75%);
    padding: 2px 4px;
    border-radius: 2px;
    flex: 1;
    word-break: break-word; }
  .tag-header .tag-count {
    background-color: #cc5500;
    color: #ffffff;
    padding: 0.25rem 0.5rem;
    border-radius: 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    white-space: nowrap;
    flex-shrink: 0; }

.tag-reports {
  margin-bottom: 1rem; }

.tag-report-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid #e2e8f0; }
  .tag-report-item:last-child {
    border-bottom: none; }
  .tag-report-item .report-link {
    color: #212529;
    text-decoration: none;
    font-weight: 500;
    line-height: 1.4;
    flex: 1; }
    .tag-report-item .report-link:hover, .tag-report-item .report-link:focus {
      color: #ff7733;
      text-decoration: underline; }
  .tag-report-item .report-date {
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
    flex-shrink: 0; }

.more-reports {
  padding-top: 0.5rem;
  text-align: center; }
  .more-reports .view-all-link {
    color: #cc5500;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500; }
    .more-reports .view-all-link:hover, .more-reports .view-all-link:focus {
      color: #ff7733;
      text-decoration: underline; }

.tag-actions {
  padding-top: 1rem;
  border-top: 1px solid #e2e8f0;
  text-align: center; }
  .tag-actions .tag-view-all {
    padding: 0.5rem 1.5rem;
    font-size: 0.875rem; }

.no-tags {
  text-align: center;
  padding: 3rem;
  color: #6c757d;
  font-style: italic; }
  .no-tags p {
    font-size: 1.125rem;
    margin: 0; }

.back-to-reports {
  text-align: center;
  padding-top: 1.5rem;
  border-top: 1px solid #e2e8f0; }
  .back-to-reports .back-link {
    color: #cc5500;
    text-decoration: none;
    font-weight: 500; }
    .back-to-reports .back-link:hover, .back-to-reports .back-link:focus {
      color: #ff7733;
      text-decoration: underline; }

@media (max-width: 575.98px) {
  .tags-index-container {
    padding: 1rem 0.5rem; }

  .tag-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem; }
    .tag-header .tag-name {
      font-size: 1.125rem; }
    .tag-header .tag-count {
      align-self: flex-start; }

  .tag-report-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem; }
    .tag-report-item .report-date {
      font-size: 0.75rem; }

  .tag-card {
    padding: 1rem; } }
.btn {
  padding: 1rem 2rem;
  position: relative;
  overflow: hidden; }
  .btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s; }
  .btn:hover::before {
    left: 100%; }
  .btn:focus {
    outline: 3px solid rgba(204, 85, 0, 0.5);
    outline-offset: 2px; }
  .btn:disabled {
    opacity: 0.6;
    cursor: not-allowed; }
    .btn:disabled::before {
      display: none; }

.btn-primary, .tag-actions .tag-view-all {
  color: #ffffff;
  background-color: #ff7733;
  border-color: #ff7733;
  font-weight: 600; }
  .btn-primary:hover, .tag-actions .tag-view-all:hover, .btn-primary:focus, .tag-actions .tag-view-all:focus {
    color: #ffffff;
    background-color: #cc5500;
    border-color: #cc5500;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(255, 119, 51, 0.3); }
  .btn-primary:focus, .tag-actions .tag-view-all:focus {
    outline: 3px solid rgba(255, 119, 51, 0.5);
    outline-offset: 2px; }

.btn-secondary, .content-wrapper .btn:not(.btn-primary):not(.btn-outline) {
  color: #ffffff;
  background-color: #cc5500;
  border-color: #cc5500;
  font-weight: 600; }
  .btn-secondary:hover, .content-wrapper .btn:hover:not(.btn-primary):not(.btn-outline), .btn-secondary:focus, .content-wrapper .btn:focus:not(.btn-primary):not(.btn-outline) {
    color: #ffffff;
    background-color: #803500;
    border-color: #803500;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(204, 85, 0, 0.3); }

.btn-outline {
  color: #ff7733;
  background-color: #ffffff;
  border-color: #ff7733;
  border-width: 2px;
  font-weight: 600; }
  .btn-outline:hover, .btn-outline:focus {
    color: #ffffff;
    background-color: #ff7733;
    border-color: #ff7733;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(255, 119, 51, 0.3); }

.btn-sm {
  padding: 0.25rem 1rem;
  font-size: 0.875rem; }

.btn-lg {
  padding: 1rem 2rem;
  font-size: 1.125rem; }

.card {
  background-color: #ffffff;
  border: 1px solid #cbd5e0;
  border-radius: 0.375rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  padding: 1.5rem;
  transition: all 0.2s ease-in-out;
  border: 2px solid #f8f9fa;
  position: relative;
  overflow: hidden; }
  .card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ff7733 0%, #ff9966 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease; }
  .card:hover, .card:focus-within {
    border-color: #ff7733;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    transform: translateY(-2px); }
    .card:hover::before, .card:focus-within::before {
      transform: scaleX(1); }
  .card:focus-within {
    outline: 3px solid rgba(255, 119, 51, 0.3);
    outline-offset: 2px; }

.card-header {
  padding: 1rem 1.5rem;
  margin: -1.5rem -1.5rem 1rem;
  background-color: #f8f9fa;
  border-bottom: 1px solid #cbd5e0;
  border-radius: 0.375rem 0.375rem 0 0; }
  .card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6 {
    margin-bottom: 0; }

.card-body {
  flex: 1 1 auto; }

.card-footer {
  padding: 1rem 1.5rem;
  margin: 1rem -1.5rem -1.5rem;
  background-color: #f8f9fa;
  border-top: 1px solid #cbd5e0;
  border-radius: 0 0 0.375rem 0.375rem; }

.alert {
  position: relative;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.375rem; }
  .alert h1, .alert h2, .alert h3, .alert h4, .alert h5, .alert h6 {
    color: inherit;
    margin-bottom: 0.5rem; }
  .alert p:last-child {
    margin-bottom: 0; }

.alert-info {
  color: #cc4400;
  background-color: white;
  border-color: #ffddcc; }

.alert-success {
  color: #143a27;
  background-color: #a2dec0;
  border-color: #7cd1a7; }

.alert-warning {
  color: #84611a;
  background-color: #f7edd9;
  border-color: #efd9ae; }

.alert-danger {
  color: #ff5500;
  background-color: white;
  border-color: white; }

.badge {
  display: inline-block;
  padding: 0.25em 0.5em;
  font-size: 0.75em;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 1rem; }

.badge-primary {
  color: #ffffff;
  background-color: #ff7733; }

.badge-secondary {
  color: #ffffff;
  background-color: #cc5500; }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }

.spinner {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  vertical-align: text-bottom;
  border: 0.125em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite; }

@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }
.tooltip {
  position: relative;
  display: inline-block; }
  .tooltip:hover .tooltip-text {
    visibility: visible;
    opacity: 1; }

.tooltip-text {
  visibility: hidden;
  width: 120px;
  background-color: #212529;
  color: #ffffff;
  text-align: center;
  border-radius: 0.375rem;
  padding: 0.25rem 0.5rem;
  position: absolute;
  z-index: 1070;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 0.875rem; }
  .tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #212529 transparent transparent transparent; }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  background-color: #f8f9fa;
  border-radius: 0.375rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #cc5500;
  transition: width 0.6s ease; }

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  margin: 2rem 0; }

.page-item .page-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #cc5500;
  text-decoration: none;
  border: 1px solid #cbd5e0;
  border-radius: 0.375rem;
  transition: all 0.2s ease-in-out; }
  .page-item .page-link:hover, .page-item .page-link:focus {
    color: #ff7733;
    background-color: #f8f9fa;
    border-color: #cbd5e0;
    text-decoration: none; }
.page-item.active .page-link {
  color: #ffffff;
  background-color: #cc5500;
  border-color: #cc5500; }
.page-item.disabled .page-link {
  color: #6c757d;
  background-color: #ffffff;
  border-color: #cbd5e0;
  cursor: not-allowed; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgba(33, 37, 41, 0.5); }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 1rem;
  pointer-events: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cbd5e0;
  border-radius: 0.5rem;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  outline: 0; }

.img-responsive {
  max-width: 100%;
  height: auto; }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.home-container {
  width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent; }
  @media (min-width: 576px) {
    .home-container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .home-container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .home-container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .home-container {
      max-width: 1140px; } }
  @media (min-width: 1400px) {
    .home-container {
      max-width: 1320px; } }

.home-header {
  text-align: center;
  padding: 1rem 0;
  background-color: #ffffff;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  border: 3px solid rgba(255, 119, 51, 0.2);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); }
  .home-header .site-title {
    font-size: 3rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 1rem;
    background: linear-gradient(180deg, transparent 75%, rgba(255, 119, 51, 0.3) 75%);
    display: inline-block;
    padding: 0 0.5rem; }
    @media (max-width: 767.98px) {
      .home-header .site-title {
        font-size: 2.5rem; } }
    @media (max-width: 575.98px) {
      .home-header .site-title {
        font-size: 2rem; } }
  .home-header .site-description {
    font-size: 1.125rem;
    color: #212529;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.8;
    font-weight: 500; }

.reports-section {
  margin-bottom: 3rem; }

.reports-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
  gap: 1.5rem; }
  @media (max-width: 991.98px) {
    .reports-header {
      flex-direction: column;
      align-items: stretch; } }
  .reports-header h2 {
    margin: 0;
    color: #ff7733;
    font-size: 2rem; }
    @media (max-width: 767.98px) {
      .reports-header h2 {
        font-size: 1.75rem;
        text-align: center; } }

.reports-controls {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap; }
  @media (max-width: 991.98px) {
    .reports-controls {
      justify-content: center; } }
  @media (max-width: 575.98px) {
    .reports-controls {
      flex-direction: column;
      width: 100%; } }

.search-container,
.filter-container,
.sort-container {
  position: relative; }
  @media (max-width: 575.98px) {
    .search-container,
    .filter-container,
    .sort-container {
      width: 100%; } }

@media (max-width: 575.98px) {
  .search-input,
  .tag-filter,
  .sort-select {
    width: 100%; } }

.search-clear,
.filter-clear {
  right: 1rem;
  top: 50%;
  transform: translateY(-50%); }

.reports-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 1.5rem; }
  @media (max-width: 575.98px) {
    .reports-grid {
      grid-template-columns: 1fr;
      gap: 1rem; } }

.report-card {
  background-color: #ffffff;
  border: 1px solid #cbd5e0;
  border-radius: 0.375rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  padding: 1.5rem;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: fit-content; }
  .report-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175); }

.report-card-header {
  margin-bottom: 1rem; }
  .report-card-header .report-title {
    margin: 0 0 0.5rem 0; }
    .report-card-header .report-title a {
      color: #212529;
      text-decoration: none;
      font-weight: 700;
      font-size: 1.25rem;
      line-height: 1.4;
      background: linear-gradient(180deg, transparent 80%, rgba(255, 119, 51, 0.3) 80%);
      padding: 2px 4px;
      border-radius: 2px;
      transition: all 0.2s ease-in-out; }
      .report-card-header .report-title a:hover, .report-card-header .report-title a:focus {
        color: #212529;
        background: linear-gradient(180deg, transparent 70%, rgba(255, 119, 51, 0.5) 70%);
        text-decoration: none; }
  .report-card-header .report-date {
    font-size: 0.875rem;
    color: #6c757d;
    font-weight: 500; }

.report-description {
  color: #212529;
  line-height: 1.8;
  margin-bottom: 1rem; }

.report-tags {
  margin-bottom: 1rem; }
  .report-tags .tag {
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
    user-select: none;
    -webkit-tap-highlight-color: transparent; }
    .report-tags .tag.active {
      background-color: #ff7733;
      color: #ffffff;
      border-color: #ff7733;
      box-shadow: 0 2px 4px rgba(255, 119, 51, 0.3); }
    .report-tags .tag:active {
      transform: translateY(0);
      transition: none; }

.report-card-footer {
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid #e2e8f0; }
  .report-card-footer .read-more {
    color: #cc5500;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.875rem; }
    .report-card-footer .read-more:hover, .report-card-footer .read-more:focus {
      color: #ff7733;
      text-decoration: underline; }

.no-reports,
.no-results {
  text-align: center;
  padding: 3rem;
  color: #6c757d;
  font-style: italic; }

.stats-section {
  background-color: #ffffff;
  border: 1px solid #cbd5e0;
  border-radius: 0.375rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  padding: 2rem;
  transition: all 0.2s ease-in-out;
  border: 2px solid rgba(255, 119, 51, 0.1);
  border-radius: 0.5rem;
  margin-top: 3rem; }

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  text-align: center; }

.stat-item .stat-number {
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  color: #ff7733;
  line-height: 1;
  margin-bottom: 0.25rem; }
.stat-item .stat-label {
  display: block;
  font-size: 0.875rem;
  color: #6c757d;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px; }

.recent-reports {
  margin-bottom: 3rem; }
  .recent-reports h2 {
    margin-bottom: 1.5rem;
    text-align: center;
    color: #ff7733; }

.card-link {
  text-decoration: none;
  color: inherit;
  transition: all 0.2s ease-in-out; }
  .card-link:hover, .card-link:focus {
    text-decoration: none;
    color: inherit;
    transform: translateY(-2px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

.card-meta {
  margin-top: 1rem;
  padding-top: 0.5rem;
  border-top: 1px solid #e2e8f0; }
  .card-meta small {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem; }
    .card-meta small svg {
      width: 14px;
      height: 14px;
      opacity: 0.7; }

.reports-list .card-title {
  margin-bottom: 0.5rem; }
  .reports-list .card-title a {
    color: #ff7733;
    text-decoration: none; }
    .reports-list .card-title a:hover, .reports-list .card-title a:focus {
      color: #cc5500;
      text-decoration: none; }
.reports-list .report-tags h6 {
  margin-bottom: 0.5rem;
  color: #6c757d;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.5px; }
.reports-list .report-tags .tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem; }

.featured-links h2 {
  margin-bottom: 1.5rem;
  text-align: center;
  color: #ff7733; }

.related-tools-section {
  margin: 2rem 0;
  padding: 1.5rem;
  border: 2px solid rgba(255, 119, 51, 0.1);
  border-radius: 0.5rem;
  background-color: rgba(255, 119, 51, 0.02); }
  .related-tools-section h3 {
    margin-top: 0;
    margin-bottom: 1.5rem;
    color: #ff7733;
    font-size: 1.5rem;
    font-weight: 700;
    border-bottom: 3px solid #ff7733;
    padding-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem; }
    .related-tools-section h3::before {
      content: "🔗";
      font-size: 1.25rem; }
  .related-tools-section .parent-tool,
  .related-tools-section .child-tools,
  .related-tools-section .sibling-tools {
    margin: 1.5rem 0; }
    .related-tools-section .parent-tool h4,
    .related-tools-section .child-tools h4,
    .related-tools-section .sibling-tools h4 {
      font-size: 1.1rem;
      color: #212529;
      margin-bottom: 1rem;
      font-weight: 600;
      display: flex;
      align-items: center;
      gap: 0.5rem; }
      .related-tools-section .parent-tool h4 svg,
      .related-tools-section .child-tools h4 svg,
      .related-tools-section .sibling-tools h4 svg {
        width: 16px;
        height: 16px;
        opacity: 0.8; }
    .related-tools-section .parent-tool .tool-link,
    .related-tools-section .child-tools .tool-link,
    .related-tools-section .sibling-tools .tool-link {
      display: block;
      padding: 1rem;
      border-radius: 0.375rem;
      text-decoration: none;
      color: #212529;
      transition: all 0.3s ease;
      border: 1px solid rgba(255, 119, 51, 0.2);
      background-color: rgba(255, 119, 51, 0.05); }
      .related-tools-section .parent-tool .tool-link:hover, .related-tools-section .parent-tool .tool-link:focus,
      .related-tools-section .child-tools .tool-link:hover,
      .related-tools-section .child-tools .tool-link:focus,
      .related-tools-section .sibling-tools .tool-link:hover,
      .related-tools-section .sibling-tools .tool-link:focus {
        text-decoration: none;
        color: #212529;
        transform: translateX(4px);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        background-color: rgba(255, 119, 51, 0.1);
        border-color: rgba(255, 119, 51, 0.3); }
      .related-tools-section .parent-tool .tool-link:focus,
      .related-tools-section .child-tools .tool-link:focus,
      .related-tools-section .sibling-tools .tool-link:focus {
        outline: 3px solid rgba(255, 119, 51, 0.3);
        outline-offset: 2px; }
      .related-tools-section .parent-tool .tool-link .tool-title,
      .related-tools-section .child-tools .tool-link .tool-title,
      .related-tools-section .sibling-tools .tool-link .tool-title {
        display: block;
        font-weight: 600;
        font-size: 1rem;
        margin-bottom: 0.25rem; }
      .related-tools-section .parent-tool .tool-link .tool-description,
      .related-tools-section .child-tools .tool-link .tool-description,
      .related-tools-section .sibling-tools .tool-link .tool-description {
        display: block;
        font-size: 0.875rem;
        color: #6c757d;
        line-height: 1.6; }
    .related-tools-section .parent-tool .tools-list li,
    .related-tools-section .child-tools .tools-list li,
    .related-tools-section .sibling-tools .tools-list li {
      margin-bottom: 0.5rem; }
      .related-tools-section .parent-tool .tools-list li:last-child,
      .related-tools-section .child-tools .tools-list li:last-child,
      .related-tools-section .sibling-tools .tools-list li:last-child {
        margin-bottom: 0; }
  .related-tools-section .parent-tool {
    border-left: 4px solid #48bb78;
    padding-left: 1rem;
    background-color: rgba(72, 187, 120, 0.05);
    border-radius: 0 0.375rem 0.375rem 0; }
    .related-tools-section .parent-tool h4 {
      color: #2f855a; }
      .related-tools-section .parent-tool h4 svg {
        color: #48bb78; }
    .related-tools-section .parent-tool .tool-link {
      background-color: rgba(72, 187, 120, 0.05);
      border-color: rgba(72, 187, 120, 0.2); }
      .related-tools-section .parent-tool .tool-link:hover, .related-tools-section .parent-tool .tool-link:focus {
        background-color: rgba(72, 187, 120, 0.1);
        border-color: rgba(72, 187, 120, 0.3); }
  .related-tools-section .child-tools {
    border-left: 4px solid #ed8936;
    padding-left: 1rem;
    background-color: rgba(237, 137, 54, 0.05);
    border-radius: 0 0.375rem 0.375rem 0; }
    .related-tools-section .child-tools h4 {
      color: #c05621; }
      .related-tools-section .child-tools h4 svg {
        color: #ed8936; }
    .related-tools-section .child-tools .tool-link {
      background-color: rgba(237, 137, 54, 0.05);
      border-color: rgba(237, 137, 54, 0.2); }
      .related-tools-section .child-tools .tool-link:hover, .related-tools-section .child-tools .tool-link:focus {
        background-color: rgba(237, 137, 54, 0.1);
        border-color: rgba(237, 137, 54, 0.3); }
  .related-tools-section .sibling-tools {
    border-left: 4px solid #9f7aea;
    padding-left: 1rem;
    background-color: rgba(159, 122, 234, 0.05);
    border-radius: 0 0.375rem 0.375rem 0; }
    .related-tools-section .sibling-tools h4 {
      color: #6b46c1; }
      .related-tools-section .sibling-tools h4 svg {
        color: #9f7aea; }
    .related-tools-section .sibling-tools .tool-link {
      background-color: rgba(159, 122, 234, 0.05);
      border-color: rgba(159, 122, 234, 0.2); }
      .related-tools-section .sibling-tools .tool-link:hover, .related-tools-section .sibling-tools .tool-link:focus {
        background-color: rgba(159, 122, 234, 0.1);
        border-color: rgba(159, 122, 234, 0.3); }

@media (max-width: 767.98px) {
  .related-tools-section {
    margin: 1.5rem 0;
    padding: 1rem; }
    .related-tools-section h3 {
      font-size: 1.25rem;
      margin-bottom: 1rem; }
    .related-tools-section .parent-tool,
    .related-tools-section .child-tools,
    .related-tools-section .sibling-tools {
      margin: 1rem 0;
      padding-left: 0.5rem; }
      .related-tools-section .parent-tool h4,
      .related-tools-section .child-tools h4,
      .related-tools-section .sibling-tools h4 {
        font-size: 1rem;
        margin-bottom: 0.5rem; }
      .related-tools-section .parent-tool .tool-link,
      .related-tools-section .child-tools .tool-link,
      .related-tools-section .sibling-tools .tool-link {
        padding: 0.5rem; }
        .related-tools-section .parent-tool .tool-link:hover, .related-tools-section .parent-tool .tool-link:focus,
        .related-tools-section .child-tools .tool-link:hover,
        .related-tools-section .child-tools .tool-link:focus,
        .related-tools-section .sibling-tools .tool-link:hover,
        .related-tools-section .sibling-tools .tool-link:focus {
          transform: translateX(2px); }
        .related-tools-section .parent-tool .tool-link .tool-title,
        .related-tools-section .child-tools .tool-link .tool-title,
        .related-tools-section .sibling-tools .tool-link .tool-title {
          font-size: 0.95rem; }
        .related-tools-section .parent-tool .tool-link .tool-description,
        .related-tools-section .child-tools .tool-link .tool-description,
        .related-tools-section .sibling-tools .tool-link .tool-description {
          font-size: 0.8rem; } }
@media (max-width: 575.98px) {
  .related-tools-section {
    margin: 1rem 0;
    padding: 0.5rem; }
    .related-tools-section h3 {
      font-size: 1.1rem;
      flex-direction: column;
      align-items: flex-start;
      gap: 0.25rem; }
      .related-tools-section h3::before {
        font-size: 1rem; }
    .related-tools-section .parent-tool,
    .related-tools-section .child-tools,
    .related-tools-section .sibling-tools {
      border-left-width: 3px;
      padding-left: 0.5rem; }
      .related-tools-section .parent-tool h4,
      .related-tools-section .child-tools h4,
      .related-tools-section .sibling-tools h4 {
        font-size: 0.9rem;
        gap: 0.25rem; }
        .related-tools-section .parent-tool h4 svg,
        .related-tools-section .child-tools h4 svg,
        .related-tools-section .sibling-tools h4 svg {
          width: 14px;
          height: 14px; } }
@media (prefers-contrast: high) {
  .related-tools-section {
    border-width: 3px; }
    .related-tools-section .parent-tool,
    .related-tools-section .child-tools,
    .related-tools-section .sibling-tools {
      border-left-width: 6px; }
      .related-tools-section .parent-tool .tool-link,
      .related-tools-section .child-tools .tool-link,
      .related-tools-section .sibling-tools .tool-link {
        border-width: 2px; }
        .related-tools-section .parent-tool .tool-link:focus,
        .related-tools-section .child-tools .tool-link:focus,
        .related-tools-section .sibling-tools .tool-link:focus {
          outline-width: 4px; } }
@media (prefers-reduced-motion: reduce) {
  .related-tools-section .tool-link {
    transition: none; }
    .related-tools-section .tool-link:hover, .related-tools-section .tool-link:focus {
      transform: none; } }
.highlight {
  background: linear-gradient(180deg, transparent 70%, rgba(255, 119, 51, 0.3) 70%);
  padding: 0 2px;
  border-radius: 2px;
  font-weight: 500; }

.text-highlight {
  background: linear-gradient(180deg, transparent 70%, rgba(255, 119, 51, 0.4) 70%);
  padding: 0 2px;
  border-radius: 2px;
  font-weight: 600; }

.marker-light {
  background: linear-gradient(180deg, transparent 70%, rgba(255, 119, 51, 0.2) 70%);
  padding: 0 2px;
  border-radius: 2px; }

.marker-medium {
  background: linear-gradient(180deg, transparent 70%, rgba(255, 119, 51, 0.3) 70%);
  padding: 0 2px;
  border-radius: 2px; }

.marker-strong {
  background: linear-gradient(180deg, transparent 70%, rgba(255, 119, 51, 0.5) 70%);
  padding: 0 2px;
  border-radius: 2px;
  font-weight: 700; }

.underline-marker {
  text-decoration: underline;
  text-decoration-color: #ff7733;
  text-decoration-thickness: 3px;
  text-underline-offset: 3px;
  font-weight: 600; }

@media print {
  .site-header,
  .site-footer,
  .nav-toggle,
  .search-form,
  .report-navigation,
  .related-reports {
    display: none !important; }

  .main-content {
    padding: 0; }

  .report-article {
    max-width: none;
    margin: 0;
    padding: 0; }

  .report-content {
    font-size: 12pt;
    line-height: 1.4; }
    .report-content h1, .report-content h2, .report-content h3, .report-content h4, .report-content h5, .report-content h6 {
      page-break-after: avoid; }
    .report-content p, .report-content li {
      orphans: 3;
      widows: 3; }
    .report-content blockquote {
      page-break-inside: avoid; }

  a[href^="http"]:after {
    content: " (" attr(href) ")";
    font-size: 10pt;
    color: #666; } }
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }
@media (prefers-contrast: high) {
  .btn,
  .card,
  .alert {
    border-width: 2px; }

  .nav-link:focus,
  .btn:focus,
  a:focus {
    outline: 3px solid;
    outline-offset: 2px; } }
.js-focus-visible :focus:not(.focus-visible) {
  outline: none; }

:focus-visible {
  outline: 3px solid #ff7733;
  outline-offset: 2px;
  border-radius: 2px; }

html {
  scroll-behavior: smooth; }

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto; } }
.keyboard-navigation *:focus {
  outline: 3px solid #ff7733 !important;
  outline-offset: 2px !important; }

body:not(.keyboard-navigation) *:focus {
  outline: none; }

::selection {
  background-color: rgba(255, 119, 51, 0.3);
  color: #212529; }

::-moz-selection {
  background-color: rgba(255, 119, 51, 0.3);
  color: #212529; }

.back-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 3rem;
  height: 3rem;
  background-color: #ff7733;
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
  z-index: 1000; }
  .back-to-top:hover {
    background-color: #ff5500;
    transform: translateY(0) scale(1.1);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2); }
  .back-to-top:focus {
    outline: 3px solid rgba(255, 119, 51, 0.5);
    outline-offset: 2px; }
  .back-to-top:active {
    transform: translateY(0) scale(0.95); }
  .back-to-top.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  .back-to-top svg {
    width: 1.5rem;
    height: 1.5rem; }

@media (max-width: 768px) {
  .back-to-top {
    bottom: 1.5rem;
    right: 1.5rem;
    width: 2.5rem;
    height: 2.5rem; }
    .back-to-top svg {
      width: 1.25rem;
      height: 1.25rem; } }
@media (prefers-reduced-motion: reduce) {
  .back-to-top {
    transition: opacity 0.1s ease; }
    .back-to-top:hover {
      transform: none; }
    .back-to-top:active {
      transform: none; } }
