@charset "UTF-8";
.accreditation-badge {
  display: inline-flex;
  align-items: center;
  background: var(--card);
  box-shadow: 0 6px 24px rgba(16, 24, 40, 0.06);
  padding: 8px 12px;
  border-radius: 6px;
  margin: 15px 0;
}

.badge-icon {
  color: #da9c00;
  margin-right: 10px;
  display: flex;
  align-items: center;
}

.badge-text {
  font-size: 0.85rem;
  color: #475569;
  line-height: 1.4;
}

.badge-text strong {
  color: #1e293b;
}

.badge-link {
  color: #3b82f6;
  text-decoration: underline;
  margin-left: 5px;
  font-weight: 500;
}

.badge-link:hover {
  color: #2563eb;
}

/* Ottimizzazione per mobile */
@media (max-width: 600px) {
  .accreditation-badge {
    padding: 10px;
    width: 90%;
    box-sizing: border-box;
  }
}
body {
  text-shadow: none !important;
  color: #333;
}

#header {
  background: #f8fcfd;
  padding-top: 20px;
  padding-bottom: 20px;
  height: 100%;
  width: 100%;
  justify-content: center;
  vertical-align: middle;
  text-align: center;
}

#title {
  color: #333;
  height: 100%;
  padding-top: 0%;
  padding-bottom: 2%;
}

#sottotitolo {
  opacity: 0;
  animation: fade-in 1s ease;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  font-size: 1.5rem;
}

.brand-logo {
  margin-left: 5%;
  align-self: left;
  font-family: "Cabin", sans-serif;
  color: #333 !important;
  height: 100%;
}
@media screen and (max-width: 992px) {
  .brand-logo {
    left: 75% !important;
    transform: translateX(0%) !important;
  }
}

#logo-img {
  width: 60px;
  height: 60px;
  margin: auto;
}

.nav-wrapper {
  background-color: #f8fcfd;
}
.nav-wrapper .nav-bottoni {
  min-width: 100px !important;
  text-align: center;
  font-size: 1.2rem;
  color: #333;
}
.nav-wrapper .dropdown-content li {
  background-color: #f4c400;
}
.nav-wrapper .dropdown-content a {
  color: #333;
}
@media screen and (max-width: 992px) {
  .nav-wrapper {
    padding-bottom: 5rem;
  }
}
.nav-wrapper .sidenav-trigger i {
  color: #333;
  font-size: 30px !important;
  margin-top: 6px;
}

#titolo {
  animation: fade-in 1.5s ease;
  font-family: "Cabin", sans-serif;
  font-size: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  #titolo {
    font-size: 5rem !important;
  }
}

.main-yellow-text {
  color: #f4c400;
}

.yellow-underline {
  border-bottom: 3px solid #f4c400;
}

.dark-underline {
  border-bottom: 3px solid #333;
}

.yellow-bg {
  background-color: #f4c400;
}

.black-bg {
  background-color: #333;
  color: #f8fcfd;
}

.black-font {
  color: #333;
}

.paragraph {
  max-width: 800px;
  text-align: justify;
  margin: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 80%;
}

.card {
  color: #333 !important;
  border-radius: 25px !important;
}
.card .card-content {
  border-radius: 25px !important;
  background-color: #f8fcfd;
  border: 2px solid #f4c400;
  transition: all 0.2s ease;
  text-shadow: none !important;
}
.card .card-content p {
  color: #333 !important;
}
.card .card-title {
  color: #333 !important;
  text-shadow: none !important;
}

[type=checkbox].filled-in:checked + span:not(.lever):before {
  border-bottom: 2px solid #333 !important;
  border-right: 2px solid #333 !important;
}

[type=checkbox].filled-in:checked + span:not(.lever):after {
  color: #333 !important;
  background-color: #f4c400 !important;
  border: 2px solid #333 !important;
}

[type=checkbox].filled-in:disabled:checked + span:not(.lever):before {
  border-bottom: 2px solid #949494 !important;
  border-right: 2px solid #949494 !important;
}

[type=checkbox].filled-in:disabled:checked + span:not(.lever):after {
  border: 2px solid #949494 !important;
}

[type=radio]:checked + span:after {
  background-color: #333 !important;
  border: none !important;
}

.fixed-btn {
  position: fixed;
  right: 23px;
  bottom: 23px;
  z-index: 1000 !important;
}

.btn-floating {
  background-color: #f4c400 !important;
  border-radius: 25px !important;
  color: #333 !important;
  width: 100% !important;
  font-weight: 500;
  font-size: 1.5rem !important;
}
.btn-floating span {
  padding: 0.5rem 1rem 0.5rem 1rem;
}

.tabella-costi {
  background: #333 !important;
  color: #f8fcfd;
}

.tabella-patrimonio {
  background: #f4c400 !important;
  color: #333;
}

.border-table table {
  border-top: 1px solid black !important;
}
.border-table table tfoot {
  border-bottom: 1px solid black !important;
}

.results-card {
  border-radius: 25px !important;
  font-size: 1.2rem;
  display: none;
}

.page-footer {
  background-color: #f4c400 !important;
}
.page-footer .footer-copyright {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly !important;
  row-gap: 1rem;
}
.page-footer .footer-copyright .kofitext {
  color: #333 !important;
}
.page-footer .footer-copyright div {
  color: #333 !important;
}
.page-footer .footer-copyright div a {
  color: #333 !important;
}

.input-field {
  background-color: rgba(244, 195, 0, 0.2745098039);
  border-radius: 10px;
  margin: 20px;
  box-shadow: 5px 0 0 10px 10px black;
}

.input-field label {
  color: darkslategray !important;
}

#cookie-law {
  display: flex;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 5%;
  background-color: #ccc;
  z-index: 999;
}

#cookie-law > div {
  padding: 0;
}

#cookie-law > div:first-child {
  padding-right: 40px;
}

#cookie-law > div:first-child > a {
  color: inherit;
}

#cookie-law > div:last-child {
  vertical-align: middle;
}

#cookie-law > div:last-child > a {
  padding: 10px 20px;
  background: rgb(100, 149, 237);
  border-radius: 5px;
  color: white;
  text-decoration: none;
}

#titolo {
  font-size: 2rem !important;
}
@media screen and (max-width: 800px) {
  #titolo {
    font-size: 1.5rem !important;
  }
}

nav {
  background-color: transparent !important;
  box-shadow: none !important;
}

.wiki-header {
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.wiki-header__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.wiki-header__title {
  font-family: "Cabin", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 0.25rem;
  color: #333;
  animation: none;
}

.wiki-header__subtitle {
  font-size: 1rem;
  color: rgba(51, 51, 51, 0.7);
  margin: 0;
}

.nav-active {
  font-weight: 600 !important;
  border-bottom: 2px solid #f4c400;
}

.wiki-wrapper {
  display: flex;
  align-items: flex-start;
  background-color: #f8fcfd;
  min-height: calc(100vh - 120px);
}

.wiki-sidebar {
  width: 260px;
  min-width: 260px;
  background-color: #fff;
  border-right: 1px solid #e8e8e8;
  padding: 1.5rem 0 3rem;
  position: sticky;
  top: 64px;
  height: calc(100vh - 64px);
  overflow-y: auto;
  z-index: 10;
  flex-shrink: 0;
}
.wiki-sidebar::-webkit-scrollbar {
  width: 4px;
}
.wiki-sidebar::-webkit-scrollbar-track {
  background: transparent;
}
.wiki-sidebar::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 4px;
}
@media screen and (max-width: 992px) {
  .wiki-sidebar {
    position: fixed;
    top: 0;
    left: -280px;
    width: 280px;
    min-width: 280px;
    height: 100vh;
    z-index: 999;
    transition: left 0.25s ease;
    box-shadow: none;
  }
  .wiki-sidebar.open {
    left: 0;
    box-shadow: 4px 0 20px rgba(0, 0, 0, 0.15);
  }
}

.wiki-sidebar__section-title {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #aaa;
  padding: 1.2rem 1.2rem 0.3rem;
  margin: 0;
}
.wiki-sidebar__section-title:first-child {
  padding-top: 0.5rem;
}

.wiki-sidebar__link {
  display: block;
  padding: 0.45rem 1.2rem;
  color: #555;
  font-size: 0.875rem;
  text-decoration: none;
  border-left: 3px solid transparent;
  line-height: 1.4;
  transition: color 0.15s ease, background-color 0.15s ease, border-left-color 0.15s ease;
}
.wiki-sidebar__link:hover {
  color: #333;
  background-color: #f5f5f5;
  text-decoration: none;
}
.wiki-sidebar__link.active {
  color: #333;
  font-weight: 600;
  border-left-color: #f4c400;
  background-color: rgba(244, 196, 0, 0.1);
}

.wiki-sidebar__ext-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wiki-sidebar__ext-link::after {
  content: "↗";
  font-size: 0.7rem;
  opacity: 0.4;
  flex-shrink: 0;
}

.wiki-content-area {
  flex: 1;
  padding: 2rem 3rem 4rem;
  min-width: 0;
  max-width: 860px;
}
@media screen and (max-width: 1200px) {
  .wiki-content-area {
    padding: 2rem 2rem 4rem;
  }
}
@media screen and (max-width: 992px) {
  .wiki-content-area {
    padding: 1.5rem 1.2rem 4rem;
    max-width: 100%;
  }
}

.wiki-breadcrumb {
  font-size: 0.78rem;
  color: #bbb;
  margin-bottom: 1.2rem;
  display: flex;
  gap: 0;
  flex-wrap: wrap;
}
.wiki-breadcrumb span:not(:last-child)::after {
  content: " › ";
  margin: 0 4px;
  color: #ccc;
}
.wiki-breadcrumb span:last-child {
  color: #888;
}

.wiki-content h1 {
  font-family: "Cabin", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 0.75rem;
  line-height: 1.2;
  color: #333;
  animation: none;
}
.wiki-content h2 {
  font-family: "Cabin", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 2.5rem 0 0.75rem;
  padding-bottom: 0.4rem;
  border-bottom: 2px solid #f4c400;
  color: #333;
}
.wiki-content h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 1.8rem 0 0.5rem;
  color: #333;
}
.wiki-content h4 {
  font-size: 1rem;
  font-weight: 600;
  margin: 1.2rem 0 0.4rem;
  color: #333;
}
.wiki-content p {
  line-height: 1.8;
  margin-bottom: 1rem;
  color: #333;
}
.wiki-content a {
  color: #333;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(244, 196, 0, 0.6);
  transition: text-decoration-color 0.15s ease;
}
.wiki-content a:hover {
  text-decoration-color: #f4c400;
}
.wiki-content ul, .wiki-content ol {
  padding-left: 1.6rem;
  margin-bottom: 1rem;
}
.wiki-content ul li, .wiki-content ol li {
  line-height: 1.8;
  margin-bottom: 0.25rem;
  color: #333;
}
.wiki-content blockquote {
  border-left: 4px solid #f4c400;
  background-color: rgba(244, 196, 0, 0.1);
  margin: 1.5rem 0;
  padding: 1rem 1.2rem;
  border-radius: 0 8px 8px 0;
}
.wiki-content blockquote p {
  margin: 0;
  font-style: italic;
  color: #555;
}
.wiki-content code {
  background-color: #f0f0f0;
  padding: 0.15em 0.4em;
  border-radius: 4px;
  font-size: 0.875em;
  font-family: "Courier New", monospace;
  color: #c0392b;
}
.wiki-content pre {
  background-color: #f5f5f5;
  padding: 1.2rem;
  border-radius: 8px;
  overflow-x: auto;
  margin-bottom: 1.5rem;
  border: 1px solid #e8e8e8;
}
.wiki-content pre code {
  background: none;
  padding: 0;
  color: #333;
  font-size: 0.85rem;
}
.wiki-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
  font-size: 0.92rem;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
}
.wiki-content table th {
  background-color: #f4c400;
  font-weight: 700;
  padding: 0.7rem 1rem;
  text-align: left;
  color: #333;
}
.wiki-content table td {
  padding: 0.65rem 1rem;
  border-bottom: 1px solid #efefef;
  color: #333;
}
.wiki-content table tr:last-child td {
  border-bottom: none;
}
.wiki-content table tr:nth-child(even) td {
  background-color: rgba(244, 196, 0, 0.05);
}
.wiki-content hr {
  border: none;
  border-top: 1px solid #e8e8e8;
  margin: 2.5rem 0;
}
.wiki-content strong {
  font-weight: 700;
}
.wiki-content em {
  font-style: italic;
}
.wiki-content > h1:first-child {
  margin-top: 0;
}

.wiki-loading {
  color: #aaa;
  padding: 2rem 0;
  font-style: italic;
}

.wiki-error {
  color: #c0392b;
  padding: 2rem 0;
}

.wiki-wip {
  background-color: rgba(244, 196, 0, 0.15);
  border: 1px solid rgba(244, 196, 0, 0.4);
  border-radius: 8px;
  padding: 1rem 1.2rem;
  margin: 1.5rem 0;
  font-size: 0.9rem;
  color: #555;
}

.wiki-sidebar-toggle {
  display: none;
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 1000;
  background-color: #f4c400;
  color: #333;
  border: none;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
  font-size: 1.3rem;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.2s ease;
}
.wiki-sidebar-toggle:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 992px) {
  .wiki-sidebar-toggle {
    display: flex;
  }
}

.wiki-sidebar-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 998;
}
.wiki-sidebar-overlay.visible {
  display: block;
}/*# sourceMappingURL=wiki.css.map */