  /* Firefox */
  * {
    scrollbar-width: auto;
    scrollbar-color: #1e1f24 #05080f;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 4px;
  }

  *::-webkit-scrollbar-track {
    background: #505d71;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #ffffff;
    border-radius: 12px;
    border: 0px solid #ffffff;
  }

body {
    color: #d2d5d8;
    font-family: "Geist", "Inter", system-ui, sans-serif !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    flex-direction: column;
    background: #05080f;
}
ul {
    margin-bottom: 0;
    padding-left: 0;
    margin-top: 0;
    line-height: 1.4;
}
li {
    list-style: none;
    font-size: 14px;
}
.button-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 25px;
}
.light-btn {
    background-color: transparent;
    color: #fff;
    border: none;
    outline: none;
    text-decoration: none;
    font-weight: 300;
}
.light-btn img {
    width: 14px;
    height: 14px;
    filter: invert(1);
    margin-left: 10px;
}
.headline {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
    width: 100%;
}
.headline h2 {
    font-size: 36px;
    margin-bottom: 10px !important; 
        color: #fff;
}
.headline p {
    max-width: 80%;
    text-align: center;
    color: #80818A;
}
h1,h2,h3,h4,h5 {
    font-weight: 700;
    line-height: 1.6;
}
p {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 300;
}
.container {
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
/* NAV */
nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

nav .nav-content:after {
    background: linear-gradient(90deg, #05080f, #3d7bff 50%, #05080f);
    content: "";
    width: 100%;
    height: 1px;
    opacity: 0.5;
    position: absolute;
    left: 50%;
    bottom: 0%;
    transform: translateX(-50%);
}
nav .nav-content {
    width: 100%;
    max-width: 1640px;
    padding: 15px 0px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    backdrop-filter: blur(3px);
}
nav .left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 25%;
}
nav .right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 25%;
}
nav .logo-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 40px;
}
nav .logo {
    height: 42px;
    width: 42px;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #3d7bff;
    -webkit-border-radius: 12px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 12px;
    -moz-border-radius-bottomright: 0;
    border-radius: 12px;
    border-bottom-right-radius: 0;
}
nav .logo img {
    height: 30px;
    width: 30px;
}
nav .logo-wrapper span {
    font-size: 18px;
    color: #fff;
}
nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
nav ul.menu {
    padding-bottom: 0px;
}
nav ul li {
    margin-right: 15px;
    margin-left: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

nav ul li a.active {
    color: #fff;
}

nav ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #B5B5B8;
    text-decoration: none;
    font-size: 14px;
}
nav ul li a.active img {
    opacity: 1;
}
nav ul li a img {
    opacity: 0.7;
    width: 16px;
    height: 16px;
    margin-right: 8px;
}
nav a.social {
    padding: 5px;
    margin-right: 15px;
    position: relative;
    display: none;
}
nav a.social img {
    filter: invert(1);
    width: 20px;
    height: 20px;
}
nav ul li a:hover {
    color: #fff;
}
nav ul li a:hover img {
    opacity: 1;
}
nav ul li:nth-child(7) a{
    margin-right: 0;
}

nav .nav-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
}
.add-funds {
    padding: 5px;
    position: relative;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    box-shadow: none;
    outline: none;
    color: #B5B5B8;
    text-decoration: none;
    font-size: 14px;
    margin-left: 15px;
    margin-right: 15px;
}
.add-funds:hover {
    color: #fff;
}

div#user-section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 45px;
    font-size: 14px;
}

.add-funds img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    filter: invert(1);
}
.add-funds:hover {
    background: transparent;
}
.add-funds #credit-count {
    font-size: 10px;
    margin-left: 8px;
    background: #3d7bff;
    color:#fff;
    font-weight: 500;
    border-radius: 4px;
    padding: 1px 5px;
    
}
.alert-button {
    position: relative;
    padding: 5px;
    margin-right: 15px;
    cursor: pointer;
}
.alert-button img {
    width: 16px;
    height: 16px;
}
button#login-button {
    background-color: #3d7bff;
    color: #fff;
    font-size: 11px;
    padding: 8px 20px;
    border-radius: 10px;
    margin-right: 0;
    margin-left: 10px;
    outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

button#logout-button {
    position: relative;
    background: transparent;
    padding: 5px;
    border: none;
    outline: none;
    box-shadow: none;
    margin-left: 15px;
}
button#logout-button img {
    height: 16px;
    width: 16px;
}

.hidden {
    display: none !important;
}

/* 🔥 CHATS */
#chat {
    padding: 90px 0px 170px;
    height: 100vh;
}
.chat-title {
    font-size: 12px;
    color: #05080f;
    background: #fff;
    border-radius: 8px;
    padding: 1px 8px;
    font-weight: 400;
    margin-bottom: 10px;
}
.chat-windows {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
}

.chat-windows.visible {
    display: flex !important;
}

.drag-handle {
    cursor: grab;
    font-size: 16px;
    padding: 0px;
    user-select: none;
    transition: opacity 0.2s;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 2px;
}
.drag-handle img {
    width: 16px;
    height: 16px;
}
.drag-handle:hover {
    opacity: 0.8;
}

.dragging {
    z-index: 2;
    background-color: #0b0f19;
}

/* 🎨 Každý chat-box ve svém wrapperu */
.chat-box-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding: 0 5px;
    position: relative;
}

.chat-box-wrapper:after {
    background: linear-gradient(0deg, #05080f, #3d7bff 50%, #05080f);
    content: "";
    width: 1px;
    height: 100%;
    opacity: 0.5;
    position: absolute;
    right: 0%;
    bottom: 0%;
}
.chat-box-wrapper:nth-last-child(1):after {
    display: none;
}

/* 🔲 Chatboxy */
.chat-box {
    width: 100%;
    max-height: 100%;
    background: transparent;
    padding: 10px 20px 10px;
    height: 100%;
    max-height: 100%;
    scroll-behavior: smooth;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

/* ✏️ Zprávy */
.chat-message {
    background: transparent;
    margin-bottom: 10px;
    font-size: 14px;
    color: #80818A;
    padding: 15px 15px;
    border-radius: 8px;
    opacity: 0;
    transform: translateY(10px);
    animation: fadeInUp 0.3s ease-in-out forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.chat-message.user {
    align-self: flex-end;
    max-width: 80%;
    margin-left: auto;
    border-radius: 20px;
    background: #0b0f19;
    border: 1px solid #1e1f25;
}

.chat-message strong {
    color: #fff;
    font-weight: 400;
    margin-bottom: 5px;
}

.model-logo {
    height: 26px;
    width: 26px;
    padding: 2px;
    vertical-align: middle;
    margin-right: 2px;
}

.typing-loader {
    display: flex;
    gap: 4px;
    align-items: center;
}

.typing-loader span {
    width: 6px;
    height: 6px;
    background-color: #aaa;
    border-radius: 50%;
    animation: pulse 1.2s infinite ease-in-out;
}

.typing-loader span:nth-child(1) {
    animation-delay: 0s;
}
.typing-loader span:nth-child(2) {
    animation-delay: 0.2s;
}
.typing-loader span:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes pulse {
    0%, 80%, 100% {
        opacity: 0.3;
    }
    40% {
        opacity: 1;
    }
}

/* 🛠 DROPDOWN */
.dropdown {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 🔘 Dropdown tlačítko */
.dropdown-btn {
    background-color: #05080f;
    border: 1px solid #1e1f25;
    backdrop-filter: blur(3px);
    color: #fff;
    padding: 8px 45px 8px 15px;
    font-size: 12px;
    border-radius: 12px;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dropdown-btn img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
/* 🔽 Šipka v dropdownu */
.dropdown-btn .arrow {
    position: absolute;
    top: 16px;
    right: 10px;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease-in-out;
}
.dropdown-btn .arrow img {
    width: 14px;
    height: 14px;
}
.dropdown-btn .arrow img {
    transition: transform 0.3s ease;
}

.dropdown-btn .arrow img.show {
    transform: rotate(180deg);
}

.dropdown-btn .arrow.rotate {
    transform: rotate(180deg);
}
/* 🏆 Obsah dropdownu */
.dropdown-content {
    position: absolute;
    background-color: #0b0f1949;
    border: 1px solid transparent;
    backdrop-filter: blur(5px);
    border-radius: 14px;
    min-width: 200px;
    padding: 0px;
    z-index: 100;
    bottom: 100%;
    margin-bottom: 10px;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, 0px);
    max-height: 0;
    overflow: hidden;
    transform-origin: bottom;
    transition:  opacity 0s cubic-bezier(0.16, 1, 0.3, 1), max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.dropdown-content.show {
    display: block;
    max-height: 385px;
    padding: 10px;
    border: 1px solid #1e1f25;
    opacity: 1;
    transition:  opacity 0,4s cubic-bezier(0.16, 1, 0.3, 1), max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* 🔘 Položky v dropdownu */
.dropdown-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
    position: relative;
    color: #80818A;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s ease;
    border-radius: 8px;
}

.dropdown-item.toggled {
    color:#fff;
}
.dropdown-item.toggled:after {
    content:"";
    position: absolute;
    top: 8px;
    right: 10px;
    width: 18px;
    height: 18px;
    background-color: #3d7bff;
    background-image: url(https://img.icons8.com/ios-filled/50/ffffff/checkmark--v1.png);
    background-size: 10px 10px;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: center;
}
.dropdown-item span {
    margin-bottom: 0px;
    padding: 2px 10px;
    border-radius: 8px;
    font-size: 10px;
    background: #FD3700;
    color: #fff;
}
/* Checkmark */
.dropdown-item input {
    display: none;
}

.dropdown-item img.checkmark {
    visibility: hidden;
    width: 16px;
    height: 16px;
}

/* ✔️ Aktivní checkmark */
.dropdown-item input:checked + img.checkmark {
    visibility: visible;
}

/* 🟢 Aktivní pozadí */
.dropdown-item input:checked + img.checkmark + span {
    background-color: #fd3700;
}

/* 🖱 Hover efekt */
.dropdown-item:hover {
    color: #fff;
}

.dropdown-item.active {
    color: white !important;
    padding-left: 22px;
    position: relative;
}
.dropdown-item.active::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    left: 8px;
    border-radius: 100%;
    background: #FD3700;
}
/* INPUT */
.question-around {
    position: fixed;
    bottom: 20px;
    width: 100%;
    max-width: 640px;
    left: 50%;
    transform: translateX(-50%);
    padding: 4px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    background: #0b0f19;
    border: 1px solid #1e1f25;
    -webkit-border-radius: 20px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 20px;
    -moz-border-radius-bottomright: 0;
    border-radius: 20px;
    border-bottom-right-radius: 0;
}
form#question-form {
    display: flex;
    background-color: transparent;
    backdrop-filter: blur(3px);
    padding: 0px 8px 0px 8px;
    border-radius: 14px;
    align-items: center;
    min-height: 60px;
    width: 100%;
    transition: height 0.2s ease-in-out;
}
form#question-form p {
    position: absolute;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    left: 50%;
    top: -30px;
    transform: translate(-50%, 0px);
    font-size: 12px;
    color: #b5c8e9;
}
#question-form input {
    flex-grow: 1;
    background: none;
    border: none;
    outline: none;
    color: #d3d6dc;
    font-size: 14px;
    padding: 4px;
    background: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    resize: none; /* Zakázání manuální změny velikosti */
    min-height: 20px; /* Výchozí minimální výška */
    max-height: 70px; /* Maximální výška */
    overflow-y: auto; /* Povolit scrollování, pokud přesáhne max výšku */
}
#question-form input:focus {
    background: transparent;
    border:none;
    box-shadow: none;
    outline: none;
}
#question-form input::placeholder {
    color: #80818A;
    font-size: 14px;
}
#question-form button.send {
    background-color: #3d7bff;
    border: none;
    padding: 10px;
    width: 46px;
    height: 46px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 12px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 12px;
    -moz-border-radius-bottomright: 0;
    border-radius: 12px;
    border-bottom-right-radius: 0;
}
#question-form button img {
    margin:0;
    width: 22px;
    height: 22px;
}

.section {
    display: none;
    width: 100%;
    padding: 0px 10px 0px 10px;
    justify-content: center;
    align-items: center;
    position: relative;
}

.section.active {
    display: flex;
}

/* FAQ */
.faq {
    background: radial-gradient(24.45% 22.45% at 50% 0%, #3d7bff0a, #3d7bff00 100%), 
            radial-gradient(38.5% 24.47% at 50% 11.59%, #3d7bff14, #3d7bff00);
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq-container {
    width: 100%;
    max-width: 1040px;
    padding: 100px 0px;
}
.faq-container .headline h2 {
    margin-bottom: 25px !important;
}
.faq-item {
    width: 100%;
    padding: 10px 10px;
    backdrop-filter: blur(3px);
}
.faq-item::after {
    background: linear-gradient(90deg, #05080f, #3d7bff 50%, #05080f);
    content: "";
    width: 100%;
    height: 1px;
    opacity: 0.5;
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translateX(-50%);
}
.faq-item:last-child::before {
    background: linear-gradient(90deg, #05080f, #3d7bff 50%, #05080f);
    content: "";
    width: 100%;
    height: 1px;
    opacity: 0.5;
    position: absolute;
    left: 50%;
    bottom: 0%;
    transform: translateX(-50%);
}
.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    padding: 20px 15px;
}
.faq-question span {
    display: flex;
    justify-content: flex-start;
}
.faq-question span small {
    color: #80818A;
    font-size: 10px;
    margin-top: 3px;
    margin-right: 10px;
}
.faq-arrow {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
}

.faq-answer {
    overflow: hidden;
    font-size: 14px;
    color: #80818A;
    padding: 0px 15px;
    transition: all 0.4s ease;
    max-height: 0;
}

.faq-item.active .faq-answer {
    padding: 10px 15px;
    overflow: visible;
    max-height: 1000px;
}

.faq-item.active .faq-arrow {
    transform: rotate(90deg);
}
.faq-answer ul {
    padding-left: 20px;
}
.faq-answer ul li {
    list-style-type: disc;
}
/* 🔔 Notifikační box */
.notification {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 14px;
    transition: opacity 0.3s ease-in-out;
}

.notification.error {
    background: #0b0f19f2;
}

.notification.hidden {
    opacity: 0;
    visibility: hidden;
}

/* Modal */
.modal {
    position: fixed;
    z-index: 101;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1e202547;
    backdrop-filter: blur(4px);
    justify-content: center;
    align-items: center;
}
.modal h2 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 25px;
}
/* Modal obsah */
.modal-content {
    padding: 40px 25px;;
    border-radius: 14px;
    width: 100%;
    max-width: 640px;
    position: relative;
    max-height: 90%;
    overflow: auto;
    background-color: #37445A;
    border: none;
}
#changelog-content {
    color: rgb(181, 200, 233);
    margin-bottom: 0;
}
/* Zavírací tlačítko */
.close {
  position: absolute;
  border-radius: 50%;
  width: 35px;
  height: 34px;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 15px;
  right: 15px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}
.close img {
    width: 18px;
    height: 18px;
}
.modal h3 {
  margin-bottom: 25px;
  margin-top: 15px;
  width: 100%;
}
.modal .button-box-modal {
    display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: flex-end;
      margin-top: 15px;
}
.modal .button-box-modal span {
    font-size: 12px;
    margin-bottom: 10px;
    margin-right: 10px;
    color: #717171;
}
.modal .button-box-modal button {
  margin-top: 0px;
}

/* PAYMENT */
.payment-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 180px 0px 90px;
}
.step-box-wrapper {
    width: 100%;
    max-width: 1240px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 45px;
    border-radius: 20px;
    border: 1px solid #1e1f25;
}

.step-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 25px;
    border-radius: 14px;
    background-color: #38445a;
    backdrop-filter: blur(3px);
    width: 100%;
    height: 240px;
}
.step-box img {
    margin-bottom: 20px;
}
.step-box:after {
    content: "";
    position: absolute;
    right: -20px; /* Posunutí trojúhelníku mimo box */
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #38445a; /* Barva pravé strany */
}
.step-box-around:nth-child(3) .step-box:after {
    display: none;
}
.step-box-light {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    padding: 25px 10px;
    width: 100%;
    height: 100%;
}
.step-box a {
    color: inherit;
    font-size: 14px;
    margin-top: 15px;
}
.step-box a img {
    width: 18px;
    height: 18px;
    margin-left: 5px;
    margin-bottom: 0;
}
.step-box-around {
    padding:0px 0px;
    display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
}
.step-box-around img {
    margin-bottom: 45px;
    max-width: 80px;
    max-height: 80px;
}
.step-box h3 {
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
}
.step-box p {
    margin-bottom: 0;
    color: rgb(181, 200, 233);
}
.step-box-light h3 {
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
}
.step-box-light p {
    margin-bottom: 0;
}


.faq-item button {
    background-color: #fd3700;
    color: #fff;
    width: 100%;
    margin-top: 25px;
    padding: 15px 20px;
    border-radius: 10px;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}
.step-box button img {
    margin-bottom: 0;
}
.step-box-light li {
    color: rgb(181, 200, 233);
}
.step-box input {
    display: flex;
        background-color: transparent;
        border: 0.5px solid #d3d6dc;
        color: #fff;
        backdrop-filter: blur(3px);
        padding: 6px 6px 6px 20px;
        border-radius: 14px;
        height: 45px;
        width: 100%;
        font-size: 12px;
        margin-right: 15px;
}
.step-box input:placeholder {
    font-size: 12px;
}
.credit-calculator {
    width: 100%;
    margin-top: 25px;
    display: flex;
    flex-direction: column;
}
#cboh-amount {
    color: #fff;
}
.credit-calculator label {
    margin-bottom: 0px;
}
.credit-calculator p {
    margin-top: 0px;
    font-size: 14px;
}

.credit-calculator input::placeholder {
    color: #fff;
}
.credit-calculator input {
    width: 50%;
}
.payment-step {
    background: #1C1E2B;
    border-radius: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 600px;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    z-index: 9999;
    text-align: center;
    padding: 65px;
    border: 0.5px solid #d3d6dc;
}

/* Styl pro jednotlivé obrázky */
.payment-step img {
    max-width: 80px;
    max-height: 80px;
    margin-bottom: 20px;
    background: transparent;
}

/* Styl pro úspěšnou platbu */
#payment-success {

}

/* Styl pro selhání */
#payment-failure {
}

/* Styl pro již zpracovanou platbu */
#payment-processed {

}

/* Styl pro payment loader */
#payment-loader {
    backdrop-filter: blur(3px);
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}
.spinner {
    filter: invert(1);
    width: 40px;
    height: 40px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.table-responsive {
    border: none;
}
thead {
    border-bottom: none;
    
}
table a {
    color:inherit;
}
th {
    padding: 15px;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
}
td:last-of-type,
th:last-of-type {
    text-align: right;
}
td {
    padding: 15px;
    color: #fff;
}
tr {
    position: relative;
}
tr:after {
    background: linear-gradient(90deg, #05080f, #3d7bff 50%, #05080f);
    content: "";
    width: 100%;
    height: 1px;
    opacity: 0.5;
    position: absolute;
    left: 50%;
    bottom: 0%;
    transform: translateX(-50%);
}
/* ROADMAP */
.roadmap-wrapper {
    padding: 45px 0px 45px;
}
/* Kontejner roadmapy */
.roadmap {
    position: relative;
    padding: 0px 0px;
}

/* Červená timeline uprostřed */
.roadmap::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 57%;
    left: 50%;
    width: 1px;
    background-color: red;
    transform: translateX(-50%);
}
.roadmap::after {
    content: "";
    position: absolute;
    top: 57%;
    bottom: 0;
    left: 50%;
    width: 1px;
    background-color: red;
    transform: translateX(-50%);
}
/* Nadpis roadmapy */
.roadmap-title {
    font-size: 36px;
    color: white;
    position: relative;
    padding: 10px 20px;
    display: inline-block;
    z-index: 2;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
}

/* Kontejner sloupců */
.roadmap-container {
    display: flex;
    justify-content: space-between;
    max-width: 1440px;
    margin: 0px auto;
    position: relative;
}

/* Levý a pravý sloupec */
.roadmap-column {
    width: 43%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* Karty roadmapy */
.roadmap-card {
    background-color: #38445a;
    padding: 20px;
    height: 185px;
    border-radius: 10px;
    text-align: left;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.roadmap-card:hover {
    transform: translateY(-5px);
}

/* Nadpis v kartě */
.roadmap-card h3 {
    margin-bottom: 5px;
    font-size: 14px;
    color: white;
}

/* Text v kartě */
.roadmap-card p {
    font-size: 14px;
    color: #b5c8e9;
    margin-bottom: 0;
}
.roadmap-card ul {
    padding-left: 15px;
    margin-top: 15px;
}
.roadmap-card ul li {
    font-size: 14px;
    color: #b5c8e9;
    list-style-type:disc;
}

/* Responsivní úprava */
@media (max-width: 768px) {
    .chat-windows {
        flex-direction: column;
        height: auto;
        padding: 45px 0px 95px;
    }
    .chat-box {
        width: 100%;
        height: 400px;
    }
    form {
        width: 90%;
    }
    .section {
        height: auto;
    }
    body {
        height: auto;
        overflow: auto;
    }
    .chat-box-wrapper {
        margin-bottom: 25px;
        padding: 0 10px;
    }
    .welcome h1 {
        font-size: 26px;
    }
    form#question-form p {
        display: none;
    }
    .roadmap-card {
        height: auto;
    }
    .roadmap::after {
        display: none;
    }
    .roadmap::before {
        display: none;
    }
    .roadmap-title {
        display: none;
    }
    nav {
        width: 55px;
    }
    .section {
        padding: 0px 0px 0px 55px;
    }
    form#question-form {
        margin-left: 27px;
        width: 80%;
    }
    .faq-container {
        padding: 45px 10px;
    }
    .roadmap-column {
        padding: 0 10px;
        width: 100%;
    }
    .roadmap-container {
        flex-direction: column;
        align-items: center;
    }
    .roadmap::before {
        left: 10px; /* Posunutí čáry na menší obrazovky */
    }
    .payment-wrapper {
        padding: 0px 0px 45px;
    }
    .welcome {
        padding: 0 10px;
    }
    #credits .headline p {
        font-size: 20px;
    }
}

/* WELCOME */
#welcome-section {
    padding-top: 200px;
    overflow: hidden;
}
#welcome-section .container {
    flex-direction: column;
    align-items: center;
}
.welcome {
    max-width: 1140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    text-align: center;
}
.welcome-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 10;
    position: relative;
}
.welcome .logo {
    height: 100px;
    width: 100px;
    position: relative;
    z-index: 7;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 45px;
    background-color: #3d7bff;
    -webkit-border-radius: 30px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 30px;
    -moz-border-radius-bottomright: 0;
    border-radius: 30px;
    border-bottom-right-radius: 0;
}
.welcome .logo img {
    width: 70px;
    height: 70px;
}

#show-chat {
    background-color: #3d7bff;
    color: #fff;
    text-decoration: none;
    padding: 15px 35px 15px 35px;
    -webkit-border-radius: 20px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 20px;
    -moz-border-radius-bottomright: 0;
    border-radius: 20px;
    border-bottom-right-radius: 0;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 7;
    position: relative;
    font-weight: 300;
}

p.btn-p {
    margin-top: 15px;
    font-size: 11px;
    color: #80818A !important;
    z-index: 10;
    position: relative;
}
#show-chat img {
    width: 14px;
    height: 14px;
    filter: invert(1);
    margin-left: 10px;
}
img.showup {
    display: none;
    position: relative;
    margin-top: 45px;
    border-radius: 30px;
    width: 100%;
}
.welcome h1 {
        font-size: 36px;
        text-align: center;
        color: #fff;
    }

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-up {
    animation: fadeUp 0.8s ease-in-out;
}

.welcome h1 span {
}

.welcome h2 {
    font-size: 20px;
    color: #fff;
    min-height: 25px;
}
.welcome p {
    color: #fff;
    max-width: 80%;
}
.section h2#dynamic-text {
    display: none;
    margin-top: 0;
    font-size: 22px;
    margin-bottom: 25px;
}

/* ORBITY */
#orbit-container {
    margin-top: 100px;
    position: absolute;
    width: 1400px;
    height: 1400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 🔼 Horní trojúhelníkový přechod */
#orbit-container::before {
    content: "";
    display: none;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 70%;
    background: radial-gradient(ellipse at center top, #3d7bff96 0%, rgba(0, 0, 0, 0) 70%);
    pointer-events: none;
    z-index: 0;
}

/* 🔽 Dolní klasický gradient */
#orbit-container::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 70%;
    background: radial-gradient(ellipse at center bottom, #3d7bff56 0%, rgba(0, 0, 0, 0) 70%);
    pointer-events: none;
    z-index: 0;
}

#center-logo {
    display: none;
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: white;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}

/* ANIMACE PRO ORBITY */
.orbit {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #1e1f25;
    border-radius: 50%;
    transform: scale(0);
    opacity: 0;
    animation: orbitAppear 1s ease-out forwards;
}

/* Postupné zvětšení orbitů (z nejmenšího na největší) */
.orbit-5 { width: 30%; height: 30%; animation-delay: 200ms; }
.orbit-4 { width: 47%; height: 47%; animation-delay: 400ms; }
.orbit-3 { width: 63%; height: 63%; animation-delay: 600ms; }
.orbit-2 { width: 82%; height: 82%; animation-delay: 800ms; }
.orbit-1 { width: 100%; height: 100%; animation-delay: 1000ms; }

/* Keyframes pro zvětšování orbitů */
@keyframes orbitAppear {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* PLANETA */
.planet {
    position: relative;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}

/* PLANET-CONTENT */
.planet-content {
    background-color: #0b0f19;
    border: 1px solid #1e1f25;
    border-radius: 100%;
    width: 70px;
    height: 70px;
    position: absolute;
    top: -30px;
    right: 50%;
    transform: translate(-50%, 0%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    opacity: 0;
    animation: fadeIn 1s ease-out forwards;
}

/* Fade-in animace pro planet-content */
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

/* Postupné zobrazení planet-content (zpoždění oproti orbitům) */
.orbit-5 .planet-content { animation-delay: 800ms; }
.orbit-4 .planet-content { animation-delay: 1000ms; }
.orbit-3 .planet-content { animation-delay: 1200ms; }
.orbit-2 .planet-content { animation-delay: 1400ms; }
.orbit-1 .planet-content { animation-delay: 1600ms; }

.planet-content img {
    width: 32px;
    height: 32px;
}

.orbit-3 .planet-content { top: -25px; }
.orbit-4 .planet-content { top: -20px; }
.orbit-5 .planet-content { top: -15px; }

/* WHY */
.why {
    position: relative;
    padding: 100px 0px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, #05080f, #3d7bff12 50%, #05080f);
}
.why:after {
    background: linear-gradient(90deg, #05080f, #3d7bff 50%, #05080f);
    content: "";
    width: 75%;
    height: 1px;
    opacity: 0.5;
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translateX(-50%);
}
.why::before {
    background: linear-gradient(90deg, #05080f, #3d7bff 50%, #05080f);
    content: "";
    width: 75%;
    height: 1px;
    opacity: 0.5;
    position: absolute;
    left: 50%;
    bottom: 0%;
    transform: translateX(-50%);
}
.why-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1240px;
}  
.why-box-around {
    padding: 0px 15px;
    margin-bottom: 30px;
  }
  .why-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    position: relative;
    border-radius: 14px;
    padding: 1px;
    transition: all 400ms ease;
  }
  .why-box:hover {
    transform: scale(1.05);
  }
  .blurred-color {
    position: absolute;
    z-index: 0;
    background: linear-gradient(120deg,
    rgba(255, 255, 255, 1),       /* bílá */
    rgba(214, 228, 255, 0.95),   /* světle modrá */
    rgba(170, 200, 255, 0.9),    /* ledově modrá */
    rgba(110, 160, 255, 0.85),   /* pastelově modrá */
    rgba(61, 123, 255, 0.8)     /* Tvůj odstín #3d7bff (jemná fialová) */
);
    opacity: 0.5;
    filter: blur(30px);
    border-radius: 100%;
    width: 250px;
    height: 250px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
  }
  .why-box-content {
    background: #0a0f1c;
    width: 100%;
    height: 100%;
    padding: 35px 25px;
    border-radius: 14px;
    z-index: 2;
    position: relative;
  }
  .why-box h3 {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .why-box h3 img {
    width: 22px;
    height: 22px;
    margin-right: 15px;
  }
  .why-box p {
    color: #80818A;
    margin-bottom: 0;
    font-size: 14px;
  }

  /* VIDEO */
  .video {
    margin-top: 240px;
    width: 100%;
    max-width: 1420px;
    border-radius: 20px;
    position: relative;
  }

  .video video {
    width: 100%;
    border-radius: 20px;
    border: 1px solid #1e1f25;
}

/* POINTS */
.points {
    position: relative;
    padding: 100px 0px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.points-wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1040px;
}
.points-wrapper:after {
    background: linear-gradient(90deg, #05080f, #3d7bff 50%, #05080f);
    content: "";
    width: 100%;
    height: 1px;
    opacity: 0.5;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.points-wrapper::before {
    background: linear-gradient(0deg, #05080f, #3d7bff 50%, #05080f);
    content: "";
    width: 1px;
    height: 100%;
    opacity: 0.5;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.points-box {
    padding: 65px;
    min-height: 240px;
    text-align: center;
}

.points-box h3{
    font-size: 18px;
}
.points-box p {
    color: #80818A;
    margin-bottom: 0;
    font-size: 14px;
}

/* STARS */
.stars-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    z-index: -1;
    overflow: hidden;
}

#starCanvas {
    display: block;
    width: 100%;
    height: 100%;
}

/* USER PORTAL */
.user-wrapper {
    padding: 120px 0px 90px;
    width: 100%;
    max-width: 1040px;
}
.user-wrapper .info {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0px;
    margin: 20px 0px;
}
.user-wrapper .info:after {
    background: linear-gradient(90deg, #05080f, #3d7bff 50%, #05080f);
    content: "";
    width: 100%;
    height: 1px;
    opacity: 0.5;
    position: absolute;
    left: 50%;
    bottom: 0%;
    transform: translateX(-50%);
}
.user-wrapper .info::before {
    background: linear-gradient(90deg, #05080f, #3d7bff 50%, #05080f);
    content: "";
    width: 100%;
    height: 1px;
    opacity: 0.5;
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translateX(-50%);
}
.user-wrapper .info div {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 10px;
}
.info strong {
    text-transform: uppercase;
    color: #80818A;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 5px;
}
.info span {
    color: #fff;
    font-size: 14px;
}
#verify-transaction {
    background-color: #3d7bff;
    color: #fff;
    text-decoration: none;
    padding: 15px 35px 15px 35px;
    -webkit-border-radius: 20px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 20px;
    -moz-border-radius-bottomright: 0;
    border-radius: 20px;
    border-bottom-right-radius: 0;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 7;
    position: relative;
    font-weight: 300;
}

/* Sekce platby */
.payment-section {
    text-align: center;
}

.address-container p {
    margin-bottom: 0;
    margin-right: 15px;
    text-transform: uppercase;
}

#devnet-address {
    color: #ffffff;
    word-wrap: break-word;
    display: inline-block;
    margin-right: 15px;
}

/* Kontejner adresy a tlačítka kopírování */
.address-container {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 10px;
}

#devnet-address {

}

#copy-address {
    color: #ffffff;
    background: #0b0f19;
    border: 1px solid #1e1f25;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 12px;
    display: inline-block;
}
#copy-address img {
    width: 14px;
    height: 14px;
    margin-right: 8px;
}
#copy-address:hover {
    transform: none; /* Bez zvětšení pro konzistenci se screenshotem */
}
/* QR kód */
#qr-code {
    margin: 25px auto;
    display: block;
    border-radius: 20px;
    background-color: #ffffff; /* Bílé pozadí pro QR kód podobné obrázku */
}


#notification-box.hidden {
    display: none;
}


/* Sekce přičtených transakcí */
#processed-transactions {
    margin-top: 20px;
}

#transaction-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

#transaction-list li {
    background-color: #1a1a1a;
    border-radius: 8px;
    padding: 10px;
    margin: 10px 0;
    font-size: 1rem;
}

#transaction-list a {
    color: #5b8def; /* Fialová pro odkazy */
    text-decoration: none;
    word-wrap: break-word;
}

#transaction-list a:hover {
    text-decoration: underline;
    color: #2f6ae6; /* Tmavší fialová při najetí */
}

/* ===== v2.0 – modely, chybové stavy, formátování odpovědí ===== */
.dropdown-content.show {
    max-height: 520px;
    overflow-y: auto;
}
.dropdown-item.unavailable {
    opacity: .45;
    cursor: not-allowed;
}
.dropdown-item.unavailable:hover {
    color: #80818A;
}
.chat-message .model-logo,
.why-box-content h3 img {
    border-radius: 6px;
}
.chat-message.error {
    color: #e6907a;
    border: 1px solid #fd370033;
    background: #fd37000d;
}
.chat-message p { margin: 0 0 10px; }
.chat-message p:last-child { margin-bottom: 0; }
.chat-message ul,
.chat-message ol { margin: 6px 0 10px; padding-left: 20px; }
.chat-message ul li { list-style: disc; }
.chat-message ol li { list-style: decimal; }
#faq { scroll-margin-top: 70px; }
.chat-message h3, .chat-message h4, .chat-message h5, .chat-message h6 {
    color: #fff;
    font-size: 15px;
    margin: 12px 0 6px;
}
.chat-message code {
    background: #1e1f25;
    color: #cfe0ff;
    padding: 1px 5px;
    border-radius: 4px;
    font-size: 13px;
}
.chat-message pre {
    background: #0b0c12;
    border: 1px solid #1e1f25;
    border-radius: 8px;
    padding: 12px;
    overflow-x: auto;
    margin: 8px 0;
}
.chat-message pre code {
    background: none;
    padding: 0;
    white-space: pre;
}
#question-form.busy button.send {
    opacity: .5;
    cursor: wait;
}
button#login-button:disabled {
    opacity: .6;
    cursor: wait;
}
.notification.info {
    background: rgba(61, 123, 255, 0.9);
}

/* Try all models – mřížka zarovnaná doleva, všechny karty stejně vysoké */
.why-wrapper {
    justify-content: flex-start;
    align-items: stretch;
}
.why-box-around {
    display: flex;
}
.why-box {
    flex: 1;
    align-items: stretch;
}
.why-box-content {
    display: flex;
    flex-direction: column;
}
.why-box h3 {
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-size: 17px;
}

/* ===== Holder tiers ===== */
.tiers {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 100px 0 40px;
    scroll-margin-top: 70px;
}
.tiers-wrapper {
    width: 100%;
    max-width: 1240px;
    padding: 0 15px;
}
.tier-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 20px;
}
.tier-card {
    background: #0a0f1c;
    border: 1px solid #1e1f25;
    border-radius: 14px;
    padding: 28px 22px;
    transition: border-color 300ms ease, transform 300ms ease;
}
.tier-card:hover {
    transform: translateY(-4px);
    border-color: #3d7bff66;
}
.tier-card.holder {
    background: linear-gradient(180deg, #3d7bff0f, #0a0f1c 60%);
}
.tier-card.featured {
    border-color: #3d7bff;
    box-shadow: 0 0 40px #3d7bff26;
}
.tier-head {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 22px;
}
.tier-name {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
.tier-req {
    align-self: flex-start;
    font-size: 12px;
    color: #cfe0ff;
    background: #3d7bff26;
    border: 1px solid #3d7bff4d;
    border-radius: 6px;
    padding: 2px 8px;
}
.tier-card ul {
    padding: 0;
    margin: 0;
}
.tier-card li {
    list-style: none;
    color: #80818A;
    font-size: 14px;
    padding: 6px 0 6px 22px;
    position: relative;
}
.tier-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 14px;
    height: 14px;
    background: #3d7bff;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / contain no-repeat;
}
.tier-card li.off {
    opacity: .45;
    text-decoration: line-through;
}
.tier-card li.off::before {
    background: #80818A;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M5 12h14'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M5 12h14'/%3E%3C/svg%3E");
}
.tier-card li strong {
    color: #fff;
    font-weight: 600;
}
.token-box {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
}
.token-box p {
    color: #80818A;
    font-size: 13px;
    max-width: 560px;
    margin: 0;
}
.buy-btn {
    background: #3d7bff;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 12px;
    transition: opacity 200ms ease;
}
.buy-btn:hover {
    color: #fff;
    opacity: .85;
}
.buy-btn.disabled {
    background: transparent;
    border: 1px dashed #3d7bff80;
    color: #cfe0ff;
}
.token-ca {
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 100%;
    background: #0a0f1c;
    border: 1px solid #1e1f25;
    border-radius: 10px;
    padding: 6px 6px 6px 12px;
    font-size: 13px;
}
.token-ca span {
    color: #80818A;
}
.token-ca code {
    color: #cfe0ff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.token-ca button {
    background: #1e1f25;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 12px;
    padding: 4px 10px;
}

/* ===== Chat – PRO modely a limity ===== */
.question-footer {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 10px;
    padding-right: 10px;
}
.usage-status {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    color: #80818A;
    min-width: 0;
}
.usage-status .usage-tier {
    color: #fff;
    background: #3d7bff33;
    border-radius: 6px;
    padding: 1px 8px;
}
.usage-status .usage-sep {
    opacity: .5;
}
.usage-status a {
    color: #9dbcff;
    text-decoration: none;
}
.usage-status a:hover {
    color: #fff;
}
.chat-message.locked {
    color: #cfe0ff;
    border: 1px dashed #3d7bff80;
    background: #3d7bff0f;
}
.dropdown-content {
    min-width: 250px;
}
.dropdown-item span {
    margin-left: 12px;
}

/* Upozornění na novinky – malý odznak v rohu zvonečku */
.alert-button {
    display: flex;
    align-items: center;
    justify-content: center;
}
.alert-count {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    border-radius: 8px;
    background: #3d7bff;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
    box-shadow: 0 0 0 2px #05080f;
    pointer-events: none;
}


/* ===================== Quorun 3.0 ===================== */
.icon {
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    vertical-align: -0.125em;
}
[aria-disabled="true"] {
    pointer-events: none;
    opacity: .45;
}
.eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #9dbcff;
    margin-bottom: 10px;
}

/* Navigace – sociální sítě */
.nav-socials {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-left: 10px;
    padding-left: 18px;
    border-left: 1px solid #1a2130;
}
nav a.social {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    border-radius: 8px;
    color: #80818A;
    transition: color 200ms ease, background 200ms ease;
}
nav a.social .icon {
    width: 16px;
    height: 16px;
}
nav a.social:hover {
    color: #fff;
    background: #3d7bff1f;
}

/* Výběr modelů – štítky vlevo za názvem */
.dropdown-item {
    justify-content: flex-start;
    gap: 8px;
    padding-right: 36px;
}
.dropdown-item .model-name {
    all: unset;
}
.dropdown-item .model-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin: 0;
    padding: 2px 7px;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .04em;
    line-height: 1.4;
}
.dropdown-item .model-badge .icon {
    width: 11px;
    height: 11px;
}
.dropdown-item .model-badge.pro {
    color: #cfe0ff;
    background: #3d7bff26;
    border: 1px solid #3d7bff59;
}
.dropdown-item .model-badge.soon {
    color: #9aa3b5;
    background: #ffffff0d;
    border: 1px solid #ffffff1a;
}
.dropdown-item .model-badge .icon-lock,
.dropdown-item.locked .model-badge .icon-pro {
    display: none;
}
.dropdown-item.locked .model-badge .icon-lock {
    display: inline;
}
.dropdown-item.premium.locked {
    color: #5d6474;
}

/* Karty modelů – PRO */
.why-box h3 .card-pro {
    margin-left: auto;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .06em;
    color: #cfe0ff;
    background: #3d7bff26;
    border: 1px solid #3d7bff59;
    border-radius: 6px;
    padding: 2px 7px;
}

/* Lore */
.points .headline h2 {
    text-align: center;
    max-width: 760px;
}
.points-box-content .chapter {
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #3d7bff;
    margin-bottom: 12px;
}

/* Chat – ikona u chybové / zamčené odpovědi */
.chat-message .message-icon {
    margin-right: 6px;
    color: currentColor;
}

/* Upozornění (toast) */
.notification {
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 200;
    max-width: 420px;
    padding: 12px 16px;
    background: #0b0f19f2;
    border: 1px solid #1a2130;
    border-left: 3px solid #3d7bff;
    border-radius: 10px;
    box-shadow: 0 12px 32px #00000080;
    backdrop-filter: blur(8px);
    color: #e6ebf5;
    transform: translateY(0);
    transition: opacity 250ms ease, transform 250ms ease, visibility 250ms;
}
.notification .icon {
    width: 18px;
    height: 18px;
    color: #3d7bff;
}
.notification.hidden {
    transform: translateY(8px);
}
.notification.error {
    background: #0b0f19f2;
    border-left-color: #f0616d;
}
.notification.error .icon {
    color: #f0616d;
}
.notification.success .icon {
    color: #3fcf8e;
}
.notification.success {
    border-left-color: #3fcf8e;
}
.notification.info {
    background: #0b0f19f2;
}

/* Changelog modal */
.modal {
    background-color: #02040ab3;
    backdrop-filter: blur(6px);
    padding: 16px;
}
.modal-content.changelog-content {
    max-width: 560px;
    max-height: 80vh;
    padding: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #0a0f1c;
    border: 1px solid #1a2130;
    border-radius: 16px;
    box-shadow: 0 24px 64px #000000a6, 0 0 0 1px #3d7bff14;
    animation: modalIn 250ms cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes modalIn {
    from { opacity: 0; transform: translateY(12px) scale(.98); }
    to { opacity: 1; transform: none; }
}
.changelog-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 24px 24px 18px;
    border-bottom: 1px solid #1a2130;
}
.changelog-header .eyebrow {
    margin-bottom: 4px;
}
.changelog-header h2 {
    margin: 0 !important;
    font-size: 22px;
    line-height: 1.3;
}
.modal-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid #1a2130;
    border-radius: 10px;
    background: transparent;
    color: #9aa3b5;
    transition: color 200ms ease, border-color 200ms ease;
}
.modal-close:hover {
    color: #fff;
    border-color: #3d7bff80;
}
.modal-close .icon {
    width: 16px;
    height: 16px;
}
.changelog-body {
    padding: 8px 24px 24px;
    overflow-y: auto;
}
.release {
    position: relative;
    padding: 18px 0 4px 22px;
    border-left: 1px solid #1a2130;
    margin-left: 5px;
}
.release::before {
    content: "";
    position: absolute;
    left: -5px;
    top: 24px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #1a2130;
    border: 1px solid #2a3448;
}
.release.latest::before {
    background: #3d7bff;
    border-color: #3d7bff;
    box-shadow: 0 0 0 4px #3d7bff26;
}
.release-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.release-version {
    color: #fff;
    font-weight: 700;
    font-size: 15px;
}
.release-tag {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #cfe0ff;
    background: #3d7bff26;
    border: 1px solid #3d7bff59;
    border-radius: 6px;
    padding: 1px 7px;
}
.release time {
    margin-left: auto;
    font-size: 12px;
    color: #6b7385;
}
.release ul {
    margin: 0;
    padding: 0;
}
.release li {
    list-style: none;
    position: relative;
    padding: 4px 0 4px 16px;
    font-size: 14px;
    line-height: 1.55;
    color: #9aa3b5;
}
.release li::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 13px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #3d7bff99;
}

/* Patička */
.site-footer {
    width: 100%;
    max-width: 1240px;
    margin: 40px auto 0;
    padding: 64px 15px 32px;
    position: relative;
}
.site-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 75%;
    height: 1px;
    opacity: .5;
    background: linear-gradient(90deg, #05080f, #3d7bff 50%, #05080f);
}
.footer-top {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}
.footer-brand .logo-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}
.footer-brand .logo {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3d7bff;
    border-radius: 11px;
    border-bottom-right-radius: 0;
}
.footer-brand .logo img {
    width: 26px;
    height: 26px;
}
.footer-brand .logo-wrapper span {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.footer-brand p {
    color: #80818A;
    font-size: 14px;
    max-width: 320px;
    margin-bottom: 20px;
}
.footer-socials {
    display: flex;
    gap: 8px;
}
.footer-social {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    border: 1px solid #1a2130;
    background: #0a0f1c;
    color: #9aa3b5;
    transition: color 200ms ease, border-color 200ms ease, transform 200ms ease;
}
.footer-social:hover {
    color: #fff;
    border-color: #3d7bff80;
    transform: translateY(-2px);
}
.footer-social .icon {
    width: 16px;
    height: 16px;
}
.footer-col {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer-col h4 {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.footer-col a,
.footer-col .muted {
    color: #80818A;
    font-size: 14px;
    text-decoration: none;
    transition: color 200ms ease;
}
.footer-col a:hover {
    color: #fff;
}
.footer-disclaimer {
    display: flex;
    gap: 14px;
    padding: 20px;
    border: 1px solid #1a2130;
    border-radius: 14px;
    background: #0a0f1c;
    margin-bottom: 28px;
}
.footer-disclaimer .icon {
    width: 18px;
    height: 18px;
    color: #3d7bff;
    margin-top: 2px;
}
.footer-disclaimer p {
    margin: 0;
    font-size: 12px;
    line-height: 1.7;
    color: #6b7385;
}
.footer-disclaimer strong {
    color: #9aa3b5;
    font-weight: 600;
}
.footer-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 12px;
    color: #6b7385;
}

/* Mobil – horní lišta místo staré boční navigace */
@media (max-width: 768px) {
    nav {
        width: 100%;
    }
    nav .nav-content {
        padding: 10px 12px;
        background: #05080fe6;
    }
    nav .left,
    nav .right {
        width: auto;
    }
    nav .logo-wrapper {
        margin-right: 8px;
    }
    nav .logo-wrapper span,
    .nav-socials {
        display: none;
    }
    nav .logo {
        width: 36px;
        height: 36px;
        margin-right: 0;
    }
    nav .logo img {
        width: 24px;
        height: 24px;
    }
    nav ul.menu {
        margin: 0;
        padding: 0;
    }
    nav ul li {
        margin: 0 6px;
    }
    nav ul li a {
        font-size: 13px;
    }
    nav ul li a img {
        margin-right: 4px;
    }
    .alert-button {
        margin-right: 4px;
    }
    .section {
        padding: 0 10px;
    }
    form#question-form {
        margin-left: 0;
        width: 100%;
    }
    .footer-top {
        grid-template-columns: 1fr 1fr;
    }
    .footer-brand {
        grid-column: 1 / -1;
    }
    .notification {
        left: 16px;
        right: 16px;
        max-width: none;
    }
}
@media (max-width: 768px) {
    .button-box a {
        white-space: nowrap;
    }
    .button-box {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
}

/* Logo = odkaz na úvod */
a.logo-wrapper {
    text-decoration: none;
    cursor: pointer;
}
a.logo-wrapper:hover .logo {
    background-color: #5b8def;
}

/* Navigace – boční odsazení, ať logo a tlačítko nejsou nalepené na okraji */
nav .nav-content {
    padding-left: 24px;
    padding-right: 24px;
}
@media (max-width: 768px) {
    nav .nav-content {
        padding-left: 12px;
        padding-right: 12px;
    }
}
.chat-windows {
    padding: 0 14px;
}

/* ===================== BYOK + Agents ===================== */
[hidden] {
    display: none !important;
}
.icon.spin {
    animation: spin 800ms linear infinite;
}
@keyframes spin {
    to { transform: rotate(360deg); }
}
.light-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.light-btn .icon {
    width: 14px;
    height: 14px;
}
.buy-btn.small {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: none;
    font-size: 13px;
    padding: 9px 14px;
    border-radius: 10px;
    white-space: nowrap;
}
.buy-btn.small:disabled {
    opacity: .7;
    cursor: wait;
}
.buy-btn .icon {
    width: 14px;
    height: 14px;
}
.icon-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: none;
    border-radius: 8px;
    background: transparent;
    color: #80818A;
    transition: color 200ms ease, background 200ms ease;
}
.icon-btn:hover {
    color: #fff;
    background: #ffffff0d;
}
.icon-btn .icon {
    width: 16px;
    height: 16px;
}
.link-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: none;
    background: none;
    font-size: 13px;
    color: #80818A;
    padding: 6px 0;
}
.link-btn.danger:hover {
    color: #f0616d;
}
.link-btn .icon {
    width: 14px;
    height: 14px;
}

/* Chat – tlačítko API klíčů a odznak v nabídce */
.keys-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
    height: 34px;
    padding: 0 12px;
    border: 1px solid #1a2130;
    border-radius: 10px;
    background: #0a0f1c;
    color: #9aa3b5;
    font-size: 12px;
    transition: color 200ms ease, border-color 200ms ease;
}
.keys-btn:hover {
    color: #fff;
    border-color: #3d7bff80;
}
.keys-btn .icon {
    width: 14px;
    height: 14px;
}
.keys-count {
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    border-radius: 8px;
    background: #3d7bff;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
}
.dropdown-item .model-badge.own {
    color: #9fe3c4;
    background: #3fcf8e1a;
    border: 1px solid #3fcf8e4d;
}
.dropdown-keys {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    margin-top: 6px;
    padding: 10px 8px 4px;
    border: none;
    border-top: 1px solid #1a2130;
    background: none;
    color: #9dbcff;
    font-size: 13px;
    text-align: left;
}
.dropdown-keys:hover {
    color: #fff;
}
.dropdown-keys .icon {
    width: 14px;
    height: 14px;
}
.dropdown-content.show {
    max-height: 560px;
}

/* Okno s API klíči */
.modal-content.keys-content {
    max-width: 640px;
    max-height: 86vh;
    padding: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #0a0f1c;
    border: 1px solid #1a2130;
    border-radius: 16px;
    box-shadow: 0 24px 64px #000000a6, 0 0 0 1px #3d7bff14;
    animation: modalIn 250ms cubic-bezier(0.16, 1, 0.3, 1);
}
.keys-body {
    padding: 18px 24px;
    overflow-y: auto;
}
.keys-note,
.keys-login-hint {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 14px 16px;
    border-radius: 12px;
    background: #3d7bff0f;
    border: 1px solid #3d7bff33;
    margin-bottom: 16px;
}
.keys-note .icon,
.keys-login-hint .icon {
    width: 18px;
    height: 18px;
    color: #3d7bff;
    margin-top: 2px;
}
.keys-note p {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
    color: #9aa3b5;
}
.keys-note strong {
    color: #e6ebf5;
    font-weight: 600;
}
.keys-login-hint {
    align-items: center;
    background: #ffffff08;
    border-color: #1a2130;
    color: #e6ebf5;
    font-size: 14px;
}
.keys-login-hint span {
    flex: 1;
}
.keys-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.key-row {
    padding: 14px 16px;
    border: 1px solid #1a2130;
    border-radius: 12px;
    background: #0b0f19;
}
.key-row.saved {
    border-color: #3fcf8e40;
}
.key-meta {
    margin-bottom: 10px;
}
.key-title {
    display: flex;
    align-items: center;
    gap: 10px;
}
.key-title strong {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.key-status {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    font-weight: 600;
    color: #3fcf8e;
}
.key-status .icon {
    width: 13px;
    height: 13px;
}
.key-models {
    display: block;
    margin-top: 2px;
    font-size: 12px;
    color: #6b7385;
}
.key-form {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.key-input {
    flex: 1;
    min-width: 220px;
    display: flex;
    align-items: center;
    border: 1px solid #1a2130;
    border-radius: 10px;
    background: #05080f;
    padding-right: 2px;
}
.key-input:focus-within {
    border-color: #3d7bff99;
}
.key-input input {
    flex: 1;
    min-width: 0;
    background: none;
    border: none;
    outline: none;
    color: #e6ebf5;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 13px;
    padding: 9px 12px;
}
.key-input input::placeholder {
    color: #4b5263;
}
.key-get {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: #9dbcff;
    text-decoration: none;
}
.key-get:hover {
    color: #fff;
}
.key-get .icon {
    width: 12px;
    height: 12px;
}
.key-saved {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.key-saved code {
    color: #9aa3b5;
    font-size: 13px;
    background: none;
}
.keys-footer {
    padding: 12px 24px;
    border-top: 1px solid #1a2130;
}

/* BYOK pruh v sekci pásem */
.byok-strip {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 24px;
    padding: 22px 24px;
    border: 1px solid #1a2130;
    border-radius: 14px;
    background: linear-gradient(90deg, #3fcf8e0d, #0a0f1c 45%);
}
.byok-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: #3fcf8e1a;
    color: #3fcf8e;
}
.byok-icon .icon {
    width: 22px;
    height: 22px;
}
.byok-text {
    flex: 1;
}
.byok-text h3 {
    margin: 0 0 4px;
    color: #fff;
    font-size: 17px;
}
.byok-text p {
    margin: 0;
    font-size: 14px;
    color: #80818A;
}
.byok-strip .light-btn {
    flex-shrink: 0;
    border: 1px solid #1a2130;
    border-radius: 10px;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 500;
}
.byok-strip .light-btn:hover {
    border-color: #3d7bff80;
    color: #fff;
}

/* Sekce pro AI agenty */
.agents {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 100px 0 60px;
    scroll-margin-top: 70px;
}
.agents-wrapper {
    width: 100%;
    max-width: 1240px;
    padding: 0 15px;
}
.soon-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border: 1px solid #3d7bff4d;
    border-radius: 999px;
    background: #3d7bff14;
}
.soon-eyebrow .icon {
    width: 12px;
    height: 12px;
}
.agents-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 24px;
    align-items: stretch;
}
.agent-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.agent-card {
    padding: 22px;
    border: 1px solid #1a2130;
    border-radius: 14px;
    background: #0a0f1c;
}
.agent-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-bottom: 14px;
    border-radius: 10px;
    background: #3d7bff1f;
    color: #3d7bff;
}
.agent-icon .icon {
    width: 18px;
    height: 18px;
}
.agent-card h3 {
    margin: 0 0 6px;
    color: #fff;
    font-size: 16px;
}
.agent-card p {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
    color: #80818A;
}
.code-preview {
    display: flex;
    flex-direction: column;
    border: 1px solid #1a2130;
    border-radius: 14px;
    background: #05080f;
    overflow: hidden;
}
.code-head {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-bottom: 1px solid #1a2130;
    font-size: 12px;
    color: #6b7385;
}
.code-head .dots {
    display: flex;
    gap: 6px;
}
.code-head .dots i {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #1a2130;
}
.code-tag {
    margin-left: auto;
    padding: 1px 8px;
    border: 1px solid #1a2130;
    border-radius: 6px;
    font-size: 11px;
}
.code-preview pre {
    flex: 1;
    margin: 0;
    padding: 18px 20px;
    overflow-x: auto;
    font-size: 13px;
    line-height: 1.7;
}
.code-preview code {
    color: #9aa3b5;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    background: none;
    padding: 0;
}
.c-k { color: #3d7bff; font-weight: 600; }
.c-s { color: #9dbcff; }
.c-v { color: #9fe3c4; }
.c-n { color: #f5c26b; }
.c-m { color: #6b7385; }
.agents-cta {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}
.agents-cta .light-btn {
    border: 1px solid #1a2130;
    border-radius: 10px;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 500;
}

@media (max-width: 900px) {
    .agents-grid,
    .agent-cards {
        grid-template-columns: 1fr;
    }
    .byok-strip {
        flex-direction: column;
        align-items: flex-start;
    }
    .keys-btn span:not(.keys-count) {
        display: none;
    }
}


/* ===================== Typografie: Geist + Geist Mono ===================== */
code, pre, .key-input input, .code-preview code,
.eyebrow, .chapter, .tier-req, .release-version, .release time, .release-tag,
.usage-status, .model-badge, .card-pro, .token-ca code, .keys-count,
.faq-question small, .footer-bottom, .prompt-chip, .code-head {
    font-family: "Geist Mono", ui-monospace, SFMono-Regular, Menlo, monospace !important;
}
.eyebrow, .chapter {
    letter-spacing: .08em;
}
h1, h2, h3, .tier-name, .footer-brand .logo-wrapper span, nav .logo-wrapper span {
    letter-spacing: -0.025em;
}

/* Úvod – velký čistě bílý nadpis */
.welcome h1 {
    font-size: 68px;
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.04em;
    color: #fff;
    background: none;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    margin: 28px 0 8px;
}
#show-chat {
    font-weight: 600;
}
.light-btn {
    font-weight: 500;
}
@media (max-width: 768px) {
    .welcome h1 {
        font-size: 38px;
    }
}

/* Use cases */
.usecases {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 90px 0 60px;
    scroll-margin-top: 70px;
}
.usecases-wrapper {
    width: 100%;
    max-width: 1240px;
    padding: 0 15px;
}
.usecases .headline h2 {
    text-align: center;
}
.usecase-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.usecase {
    display: flex;
    flex-direction: column;
    padding: 22px;
    border: 1px solid #1a2130;
    border-radius: 14px;
    background: #0a0f1c;
    transition: border-color 300ms ease, transform 300ms ease;
}
.usecase:hover {
    border-color: #3d7bff66;
    transform: translateY(-3px);
}
.usecase h3 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 17px;
}
.usecase p {
    flex: 1;
    margin: 0 0 18px;
    font-size: 14px;
    line-height: 1.6;
    color: #80818A;
}
.prompt-chip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #1a2130;
    border-radius: 10px;
    background: #05080f;
    color: #9dbcff;
    font-size: 12px;
    line-height: 1.4;
    text-align: left;
    transition: border-color 200ms ease, color 200ms ease;
}
.prompt-chip:hover {
    color: #fff;
    border-color: #3d7bff80;
}
.prompt-chip .icon {
    width: 13px;
    height: 13px;
}
.usecase-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 22px 0 0;
    font-size: 12px;
    color: #6b7385;
}
.usecase-note .icon {
    width: 14px;
    height: 14px;
}
@media (max-width: 1100px) {
    .usecase-grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 640px) {
    .usecase-grid {
        grid-template-columns: 1fr;
    }
}

/* ===================== Navigace v2 ===================== */
.site-nav .nav-content {
    gap: 24px;
    max-width: 1640px;
}
.site-nav .logo-wrapper {
    margin-right: 0;
    flex-shrink: 0;
}
.site-nav ul.menu {
    display: flex;
    align-items: center;
    gap: 2px;
    margin: 0 auto 0 12px;
    padding: 0;
}
.site-nav ul li {
    margin: 0;
}
.site-nav ul li a {
    gap: 7px;
    padding: 8px 12px;
    border-radius: 8px;
    color: #9aa3b5;
    font-size: 14px;
    font-weight: 500;
    transition: color 150ms ease, background 150ms ease;
}
.site-nav ul li a .icon {
    width: 15px;
    height: 15px;
}
.site-nav ul li a:hover {
    color: #fff;
    background: #ffffff0a;
}
.site-nav ul li a.active {
    color: #fff;
    background: #ffffff0f;
}
.site-nav .menu-socials {
    display: none;
}
.nav-right {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}
.site-nav .nav-socials {
    margin: 0;
    padding: 0 10px 0 0;
    border-left: none;
    border-right: 1px solid #1a2130;
}
.alert-button {
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 10px;
    background: transparent;
    color: #9aa3b5;
    transition: color 150ms ease, background 150ms ease;
}
.alert-button:hover {
    color: #fff;
    background: #ffffff0a;
}
.alert-button .icon {
    width: 18px;
    height: 18px;
}
.alert-count {
    top: 3px;
    right: 3px;
}
button#login-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 9px 16px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 10px;
}
button#login-button .icon {
    width: 15px;
    height: 15px;
}
.account-menu {
    position: relative;
}
.account-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 38px;
    padding: 0 10px 0 6px;
    border: 1px solid #1a2130;
    border-radius: 10px;
    background: #0a0f1c;
    color: #fff;
    transition: border-color 150ms ease;
}
.account-btn:hover,
.account-menu.open .account-btn {
    border-color: #3d7bff80;
}
.account-tier {
    padding: 3px 8px;
    border-radius: 7px;
    background: #3d7bff;
    font-size: 12px;
    font-weight: 600;
}
.account-meta {
    font-family: "Geist Mono", monospace;
    font-size: 11px;
    color: #9aa3b5;
}
.account-btn .chevron {
    width: 14px;
    height: 14px;
    color: #6b7385;
    transition: transform 200ms ease;
}
.account-menu.open .chevron {
    transform: rotate(180deg);
}
.account-dropdown {
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    z-index: 120;
    display: none;
    min-width: 260px;
    padding: 6px;
    border: 1px solid #1a2130;
    border-radius: 14px;
    background: #0a0f1c;
    box-shadow: 0 20px 50px #000000a6;
}
.account-menu.open .account-dropdown {
    display: block;
    animation: modalIn 180ms cubic-bezier(0.16, 1, 0.3, 1);
}
.account-head {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 10px 10px 12px;
    margin-bottom: 4px;
    border-bottom: 1px solid #1a2130;
}
.account-wallet {
    font-family: "Geist Mono", monospace;
    font-size: 13px;
    color: #fff;
}
.account-balance {
    font-size: 12px;
    color: #6b7385;
}
.account-dropdown a,
.account-dropdown button {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 9px 10px;
    border: none;
    border-radius: 8px;
    background: none;
    color: #c7cfdd;
    font-size: 14px;
    text-align: left;
    text-decoration: none;
}
.account-dropdown a:hover,
.account-dropdown button:hover,
.account-dropdown a.active {
    background: #ffffff0a;
    color: #fff;
}
.account-dropdown .icon {
    width: 16px;
    height: 16px;
    color: #6b7385;
}
.account-dropdown .danger:hover,
.account-dropdown .danger:hover .icon {
    color: #f0616d;
}
button#logout-button {
    display: flex !important;
    background: none;
    margin: 0;
}
.nav-toggle {
    display: none;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border: 1px solid #1a2130;
    border-radius: 10px;
    background: #0a0f1c;
    color: #fff;
}
.nav-toggle .icon {
    width: 18px;
    height: 18px;
}
@media (max-width: 1080px) {
    .site-nav .nav-socials {
        display: none;
    }
}
@media (max-width: 900px) {
    .nav-toggle {
        display: flex;
    }
    .site-nav ul.menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        flex-direction: column;
        align-items: stretch;
        gap: 2px;
        margin: 0;
        padding: 10px 12px 14px;
        background: #05080ff7;
        border-bottom: 1px solid #1a2130;
        backdrop-filter: blur(12px);
    }
    .site-nav.open ul.menu {
        display: flex;
    }
    .site-nav ul li a {
        padding: 12px;
        font-size: 15px;
    }
    .site-nav .menu-socials {
        display: flex;
        gap: 6px;
        padding: 8px 4px 0;
    }
    .site-nav .nav-right {
        margin-left: auto;
    }
}
@media (max-width: 520px) {
    .account-meta {
        display: none;
    }
    .alert-button {
        display: none;
    }
}

/* ===================== Stránky (dashboard, docs) ===================== */
body.page-account,
body.page-docs {
    align-items: stretch;
}
.page-shell {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 110px 20px 40px;
}
.light-btn.bordered {
    border: 1px solid #1a2130;
    border-radius: 10px;
    padding: 9px 14px;
    font-size: 14px;
    white-space: nowrap;
}
.light-btn.bordered:hover {
    border-color: #3d7bff80;
    color: #fff;
}
.buy-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: none;
}
.buy-btn:disabled {
    opacity: .5;
    cursor: not-allowed;
}
.buy-btn.wide {
    width: 100%;
    padding: 14px;
}
.agent-icon.big {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    margin: 0 auto 18px;
}
.agent-icon.big .icon {
    width: 26px;
    height: 26px;
}
.why-box-around.is-soon {
    opacity: .55;
}
.why-box h3 .card-pro.soon,
.card-pro.soon {
    color: #9aa3b5;
    background: #ffffff0d;
    border-color: #ffffff1a;
}

/* Dashboard */
.dash-login {
    display: flex;
    justify-content: center;
    padding: 60px 0;
}
.dash-login-card {
    max-width: 480px;
    padding: 40px;
    border: 1px solid #1a2130;
    border-radius: 18px;
    background: #0a0f1c;
    text-align: center;
}
.dash-login-card h1 {
    font-size: 26px;
    color: #fff;
    margin-bottom: 10px;
}
.dash-login-card p {
    color: #80818A;
    font-size: 15px;
    margin-bottom: 24px;
}
.dash-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}
.dash-header h1 {
    margin: 0;
    font-size: 34px;
    color: #fff;
}
.dash-wallet {
    display: flex;
    align-items: center;
    gap: 10px;
}
.tier-pill {
    padding: 6px 12px;
    border-radius: 9px;
    background: #3d7bff;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}
.wallet-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 12px;
    border: 1px solid #1a2130;
    border-radius: 9px;
    background: #0a0f1c;
    color: #c7cfdd;
    font-family: "Geist Mono", monospace;
    font-size: 13px;
}
.wallet-chip:hover {
    border-color: #3d7bff80;
}
.wallet-chip .icon {
    width: 14px;
    height: 14px;
    color: #6b7385;
}
.stat-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-bottom: 18px;
}
.stat-card {
    display: flex;
    flex-direction: column;
    padding: 20px;
    border: 1px solid #1a2130;
    border-radius: 14px;
    background: #0a0f1c;
}
.stat-card.accent {
    background: linear-gradient(160deg, #3d7bff1f, #0a0f1c 60%);
    border-color: #3d7bff4d;
}
.stat-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #9aa3b5;
    margin-bottom: 12px;
}
.stat-label .icon {
    width: 15px;
    height: 15px;
    color: #3d7bff;
}
.stat-value {
    font-size: 34px;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #fff;
    line-height: 1.1;
}
.stat-sub {
    margin-top: 4px;
    font-size: 13px;
    color: #6b7385;
}
.meter {
    height: 6px;
    margin: 14px 0 10px;
    border-radius: 3px;
    background: #1a2130;
    overflow: hidden;
}
.meter span {
    display: block;
    height: 100%;
    width: 0;
    border-radius: 3px;
    background: #3d7bff;
    transition: width 500ms ease;
}
.stat-foot {
    margin-top: auto;
    font-size: 12px;
    color: #6b7385;
}
.dash-section {
    margin-top: 18px;
    padding: 26px;
    border: 1px solid #1a2130;
    border-radius: 16px;
    background: #0a0f1c;
    scroll-margin-top: 90px;
}
.dash-section-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;
}
.dash-section h2 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 6px;
    font-size: 20px;
    color: #fff;
}
.dash-section h2 .icon {
    width: 20px;
    height: 20px;
    color: #3d7bff;
}
.dash-section-head p {
    margin: 0;
    font-size: 14px;
    color: #80818A;
    max-width: 640px;
}
.dash-section-head a:not(.light-btn) {
    color: #9dbcff;
}
.dash-section.compact .dash-section-head {
    margin-bottom: 0;
    align-items: center;
}
.rate-pill {
    flex-shrink: 0;
    padding: 7px 12px;
    border: 1px solid #3d7bff4d;
    border-radius: 9px;
    background: #3d7bff14;
    color: #cfe0ff;
    font-family: "Geist Mono", monospace;
    font-size: 12px;
    white-space: nowrap;
}
.burn-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 16px;
}
.burn-grid.disabled {
    opacity: .55;
    pointer-events: none;
}
.burn-packs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.pack {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 16px;
    border: 1px solid #1a2130;
    border-radius: 12px;
    background: #05080f;
    color: #fff;
    text-align: left;
    cursor: pointer;
    transition: border-color 150ms ease, background 150ms ease;
}
.pack:hover {
    border-color: #3d7bff66;
}
.pack.selected {
    border-color: #3d7bff;
    background: #3d7bff14;
}
.pack-tokens {
    font-size: 16px;
    font-weight: 700;
}
.pack-credits {
    font-family: "Geist Mono", monospace;
    font-size: 13px;
    color: #9dbcff;
}
.pack-hint {
    font-size: 12px;
    color: #6b7385;
}
.pack.custom input {
    margin-top: 6px;
    padding: 8px 10px;
    border: 1px solid #1a2130;
    border-radius: 8px;
    background: #0a0f1c;
    color: #fff;
    font-family: "Geist Mono", monospace;
    font-size: 13px;
    outline: none;
}
.pack.custom input:focus {
    border-color: #3d7bff99;
}
.burn-summary {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 18px;
    border: 1px solid #1a2130;
    border-radius: 12px;
    background: #05080f;
}
.burn-row {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #9aa3b5;
}
.burn-row strong {
    color: #fff;
    font-family: "Geist Mono", monospace;
}
.burn-row.muted {
    font-size: 12px;
    color: #6b7385;
}
.burn-confirm {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    margin: 4px 0;
    font-size: 12px;
    line-height: 1.5;
    color: #9aa3b5;
    cursor: pointer;
}
.burn-confirm input {
    margin-top: 2px;
    accent-color: #3d7bff;
}
.burn-status {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #cfe0ff;
}
.burn-status .icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}
.burn-status.success {
    color: #3fcf8e;
}
.burn-status.error {
    color: #f0616d;
}
.table-wrap {
    margin-top: 18px;
    overflow-x: auto;
    border: 1px solid #1a2130;
    border-radius: 12px;
}
.data-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}
.data-table th {
    padding: 11px 14px;
    background: #05080f;
    color: #6b7385;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
}
.data-table td {
    padding: 11px 14px;
    border-top: 1px solid #1a2130;
    color: #c7cfdd;
    vertical-align: middle;
}
.data-table td.right {
    text-align: right;
}
.data-table td.empty {
    text-align: center;
    color: #6b7385;
    padding: 22px;
}
.data-table a {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #9dbcff;
    text-decoration: none;
}
.data-table a .icon {
    width: 12px;
    height: 12px;
}
.data-table code {
    background: none;
    color: #9dbcff;
    padding: 0;
}
.key-create {
    display: flex;
    gap: 10px;
    max-width: 520px;
}
.key-create input {
    flex: 1;
    padding: 9px 12px;
    border: 1px solid #1a2130;
    border-radius: 10px;
    background: #05080f;
    color: #fff;
    font-size: 14px;
    outline: none;
}
.key-create input:focus {
    border-color: #3d7bff99;
}
.new-key {
    margin-top: 14px;
    padding: 14px 16px;
    border: 1px solid #f5c26b66;
    border-radius: 12px;
    background: #f5c26b0d;
}
.new-key-head {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    font-size: 13px;
    color: #f5c26b;
}
.new-key-head .icon {
    width: 16px;
    height: 16px;
}
.new-key-value {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 8px 8px 8px 12px;
    border-radius: 8px;
    background: #05080f;
}
.new-key-value code {
    background: none;
    color: #fff;
    font-size: 13px;
    word-break: break-all;
}

/* Docs */
.page-shell.docs {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 48px;
    align-items: start;
}
.docs-nav {
    position: sticky;
    top: 100px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.docs-nav-title {
    margin-bottom: 8px;
    padding: 0 10px;
    font-family: "Geist Mono", monospace;
    font-size: 11px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #6b7385;
}
.docs-nav a {
    padding: 7px 10px;
    border-radius: 8px;
    color: #9aa3b5;
    font-size: 14px;
    text-decoration: none;
}
.docs-nav a:hover {
    color: #fff;
    background: #ffffff0a;
}
.docs-body {
    min-width: 0;
}
.docs-body section {
    padding-bottom: 44px;
    margin-bottom: 44px;
    border-bottom: 1px solid #1a2130;
    scroll-margin-top: 100px;
}
.docs-body section:last-child {
    border-bottom: none;
}
.docs-body h1 {
    margin: 0 0 14px;
    font-size: 44px;
    color: #fff;
}
.docs-body h2 {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 12px;
    font-size: 24px;
    color: #fff;
}
.docs-body h3 {
    margin: 22px 0 10px;
    font-size: 15px;
    color: #fff;
}
.docs-body p {
    color: #9aa3b5;
    font-size: 15px;
    line-height: 1.7;
}
.docs-body p code,
.docs-body td code {
    padding: 1px 6px;
    border-radius: 5px;
    background: #1a2130;
    color: #cfe0ff;
    font-size: 13px;
}
.docs-body .lead {
    font-size: 17px;
    max-width: 720px;
}
.docs-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin: 24px 0;
}
.docs-card {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 18px;
    border: 1px solid #1a2130;
    border-radius: 12px;
    background: #0a0f1c;
    text-decoration: none;
    transition: border-color 150ms ease;
}
a.docs-card:hover {
    border-color: #3d7bff80;
}
.docs-card .icon {
    width: 20px;
    height: 20px;
    color: #3d7bff;
    margin-bottom: 4px;
}
.docs-card strong {
    color: #fff;
    font-size: 15px;
}
.docs-card span {
    color: #80818A;
    font-size: 13px;
    line-height: 1.5;
}
.endpoint-base {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 6px 6px 6px 14px;
    border: 1px solid #1a2130;
    border-radius: 10px;
    background: #0a0f1c;
}
.endpoint-base span {
    font-size: 12px;
    color: #6b7385;
}
.endpoint-base code {
    background: none;
    color: #fff;
    font-size: 14px;
}
.code-block {
    margin-top: 14px;
    border: 1px solid #1a2130;
    border-radius: 12px;
    background: #05080f;
    overflow: hidden;
}
.code-block .code-head {
    justify-content: space-between;
    padding: 6px 6px 6px 14px;
}
.code-block pre {
    margin: 0;
    padding: 16px 18px;
    overflow-x: auto;
    font-size: 13px;
    line-height: 1.7;
}
.code-block code {
    background: none;
    padding: 0;
    color: #c7cfdd;
    white-space: pre;
}
.code-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
.method {
    padding: 3px 8px;
    border-radius: 6px;
    font-family: "Geist Mono", monospace;
    font-size: 13px;
    font-weight: 600;
}
.method.post {
    background: #3fcf8e1f;
    color: #3fcf8e;
}
.method.get {
    background: #3d7bff1f;
    color: #9dbcff;
}
.tabs {
    display: inline-flex;
    gap: 4px;
    padding: 4px;
    border: 1px solid #1a2130;
    border-radius: 10px;
    background: #0a0f1c;
}
.tab {
    padding: 6px 14px;
    border: none;
    border-radius: 7px;
    background: none;
    color: #9aa3b5;
    font-size: 13px;
}
.tab.active {
    background: #3d7bff;
    color: #fff;
}
.status {
    padding: 2px 8px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
}
.status.live {
    background: #3fcf8e1f;
    color: #3fcf8e;
}
.status.soon,
.status.off {
    background: #ffffff0d;
    color: #9aa3b5;
}
.model-cell {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.model-cell img {
    width: 18px;
    height: 18px;
}
.data-table.params td:first-child {
    white-space: nowrap;
}
.data-table.params td:nth-child(2) {
    color: #6b7385;
    white-space: nowrap;
}

@media (max-width: 1000px) {
    .stat-grid {
        grid-template-columns: 1fr 1fr;
    }
    .burn-grid,
    .code-grid {
        grid-template-columns: 1fr;
    }
    .page-shell.docs {
        grid-template-columns: 1fr;
    }
    .docs-nav {
        display: none;
    }
}
@media (max-width: 640px) {
    .stat-grid,
    .burn-packs,
    .docs-cards {
        grid-template-columns: 1fr;
    }
    .dash-section-head {
        flex-direction: column;
    }
    .docs-body h1 {
        font-size: 32px;
    }
    .page-shell {
        padding-top: 90px;
    }
}

/* Opravy: pozadí navigace, patička se 4 sloupci, tabulky a kód v docs, mobilní menu */
.site-nav {
    background: #05080fd9;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
.footer-top {
    grid-template-columns: 2fr 1fr 1fr 1fr;
}
.data-table th,
.data-table td {
    text-align: left;
}
.data-table td.right {
    text-align: right;
}
.docs .code-grid {
    grid-template-columns: 1fr;
}
@media (max-width: 900px) {
    .site-nav ul li,
    .site-nav ul li a {
        justify-content: flex-start;
    }
    .footer-top {
        grid-template-columns: 1fr 1fr;
    }
}
.account-dropdown button#logout-button {
    padding: 9px 10px;
    width: 100%;
    height: auto;
    border-radius: 8px;
}
@media (max-width: 900px) {
    .site-nav ul.menu {
        background: #05080f;
    }
}

/* ===================== v3.4 – úvod, navigace, chat, FAQ ===================== */
/* Logo v navigaci tučněji */
nav .logo-wrapper span,
.footer-brand .logo-wrapper span {
    font-weight: 700;
    letter-spacing: -0.03em;
}
/* Chat v navigaci zvýrazněný */
.site-nav ul li a[data-section="chat"] {
    color: #fff;
    background: #3d7bff26;
    box-shadow: inset 0 0 0 1px #3d7bff66;
}
.site-nav ul li a[data-section="chat"]:hover,
.site-nav ul li a[data-section="chat"].active {
    background: #3d7bff;
    box-shadow: none;
}
.site-nav ul li a[data-section="chat"] .icon {
    color: #9dbcff;
}
.site-nav ul li a[data-section="chat"]:hover .icon,
.site-nav ul li a[data-section="chat"].active .icon {
    color: #fff;
}
/* Úvod – podnadpis a ikony tlačítek */
.hero-sub {
    max-width: 640px;
    margin: 0 auto 6px;
    font-size: 18px;
    line-height: 1.6;
    color: #9aa3b5;
    text-align: center;
}
#show-chat .icon,
.button-box .light-btn .icon {
    width: 16px;
    height: 16px;
    margin-left: 10px;
}
@media (max-width: 768px) {
    .hero-sub {
        font-size: 15px;
        padding: 0 8px;
    }
}
/* Meet the Quorun – „soon“ karty ztlumené uvnitř, aby fungovala animace odkrytí */
.why-box-around.is-soon.sal-animate {
    opacity: 1;
}
.why-box-around.is-soon.sal-animate .why-box,
.why-box-around.is-soon .why-box {
    opacity: .55;
}
.why-box-around.is-soon[data-sal]:not(.sal-animate) {
    opacity: 0;
}

/* Chat – širší pole, vše v patičce na jednom řádku */
.question-around {
    max-width: 880px;
}
.question-footer {
    flex-wrap: nowrap;
    gap: 8px;
}
.usage-status {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
    gap: 5px;
}
.memory-btn,
.clear-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    flex-shrink: 0;
    height: 34px;
    padding: 0 11px;
    border: 1px solid #1a2130;
    border-radius: 10px;
    background: #0a0f1c;
    color: #9aa3b5;
    font-size: 12px;
    transition: color 150ms ease, border-color 150ms ease;
}
.memory-btn:hover,
.clear-btn:hover {
    color: #fff;
    border-color: #3d7bff80;
}
.clear-btn {
    padding: 0 9px;
}
.clear-btn .icon {
    width: 14px;
    height: 14px;
}
.clear-btn:hover {
    border-color: #f0616d80;
    color: #f0616d;
}
.memory-btn .switch {
    position: relative;
    width: 26px;
    height: 15px;
    border-radius: 8px;
    background: #1a2130;
    transition: background 150ms ease;
}
.memory-btn .switch::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #6b7385;
    transition: transform 150ms ease, background 150ms ease;
}
.memory-btn.on {
    color: #fff;
    border-color: #3d7bff66;
}
.memory-btn.on .switch {
    background: #3d7bff;
}
.memory-btn.on .switch::after {
    transform: translateX(11px);
    background: #fff;
}
/* Okno modelu – nástroje v záhlaví */
.chat-tools {
    position: absolute;
    right: 12px;
    top: 0;
    display: flex;
    align-items: center;
    gap: 2px;
}
.chat-tools .drag-handle {
    position: static;
}
.chat-tool {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border: none;
    border-radius: 7px;
    background: none;
    color: #6b7385;
}
.chat-tool:hover {
    color: #fff;
    background: #ffffff0d;
}
button.chat-tool:hover {
    color: #f0616d;
}
.chat-tool .icon {
    width: 14px;
    height: 14px;
}
@media (max-width: 900px) {
    .question-footer {
        flex-wrap: wrap;
    }
    .memory-btn span:not(.switch),
    .keys-btn span:not(.keys-count) {
        display: none;
    }
    .usage-status {
        flex-basis: 100%;
        justify-content: flex-start;
        padding: 2px 4px 4px;
    }
}

/* FAQ v2 – dva sloupce, ikona plus */
.faq-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 60px;
    width: 100%;
    max-width: 1240px;
    padding: 100px 15px;
}
.faq-intro {
    position: sticky;
    top: 110px;
    align-self: start;
}
.faq-intro h2 {
    margin: 0 0 12px;
    font-size: 40px;
    color: #fff;
}
.faq-intro > p {
    color: #80818A;
    font-size: 15px;
    margin-bottom: 26px;
}
.faq-cta {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 20px;
    border: 1px solid #1a2130;
    border-radius: 14px;
    background: #0a0f1c;
}
.faq-cta strong {
    color: #fff;
    font-size: 15px;
}
.faq-cta span {
    color: #80818A;
    font-size: 13px;
    margin-bottom: 12px;
}
.faq-cta-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.faq-list .faq-item {
    padding: 0;
    border: 1px solid #1a2130;
    border-radius: 14px;
    background: #0a0f1ccc;
    transition: border-color 200ms ease;
}
.faq-list .faq-item::after,
.faq-list .faq-item::before {
    display: none;
}
.faq-list .faq-item.active,
.faq-list .faq-item:hover {
    border-color: #3d7bff59;
}
.faq-list .faq-item button.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    width: 100%;
    margin: 0;
    padding: 20px 22px;
    border: none !important;
    border-radius: 14px;
    background: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
}
.faq-icon {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    color: #9dbcff;
    transition: transform 250ms ease;
}
.faq-item.active .faq-icon {
    transform: rotate(45deg);
}
.faq-list .faq-answer {
    padding: 0 22px;
    font-size: 14px;
    line-height: 1.7;
    color: #9aa3b5;
}
.faq-list .faq-item.active .faq-answer {
    padding: 0 22px 20px;
}
.faq-answer a {
    color: #9dbcff;
}
.faq-answer code {
    padding: 1px 6px;
    border-radius: 5px;
    background: #1a2130;
    color: #cfe0ff;
}
.faq-answer ul li {
    margin-bottom: 6px;
}
@media (max-width: 900px) {
    .faq-layout {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 60px 12px;
    }
    .faq-intro {
        position: static;
    }
    .faq-intro h2 {
        font-size: 30px;
    }
}

/* Ikona DEX Screener – oficiální logo jako luminanční maska, barví se přes currentColor */
.icon-dex {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: currentColor;
    -webkit-mask: url("/static/images/dexscreener-mask.png") center / 120% no-repeat;
    mask: url("/static/images/dexscreener-mask.png") center / 120% no-repeat;
    -webkit-mask-source-type: luminance;
    mask-mode: luminance;
}

/* ===================== CA štítek, panel tokenu, burn tracker ===================== */
.ca-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    max-width: 100%;
    padding: 5px 5px 5px 12px;
    border: 1px solid #1a2130;
    border-radius: 10px;
    background: #0a0f1ccc;
    font-size: 13px;
}
.ca-label {
    font-family: "Geist Mono", monospace;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .08em;
    color: #3d7bff;
}
.ca-value {
    font-family: "Geist Mono", monospace;
    font-size: 13px;
    color: #e6ebf5;
    background: none;
    padding: 0;
}
.ca-value.soon {
    padding-right: 8px;
    color: #9aa3b5;
    font-family: "Geist", sans-serif;
}
.ca-copy {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border: none;
    border-radius: 7px;
    background: #1a2130;
    color: #cfe0ff;
}
.ca-copy:hover {
    background: #3d7bff;
    color: #fff;
}
.ca-copy .icon {
    width: 14px;
    height: 14px;
}
.hero-ca {
    margin-top: 18px;
}
.footer-ca {
    margin-bottom: 6px;
    font-size: 12px;
}
.footer-ca .ca-value {
    font-size: 12px;
}
.token-panel {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 16px;
    margin-top: 24px;
}
.token-main,
.burn-tracker {
    padding: 24px;
    border: 1px solid #1a2130;
    border-radius: 16px;
    background: #0a0f1c;
}
.token-main {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
}
.token-title {
    display: flex;
    align-items: center;
    gap: 12px;
}
.token-title img {
    width: 44px;
    height: 44px;
}
.token-title strong {
    display: block;
    color: #fff;
    font-size: 20px;
}
.token-title span {
    font-size: 13px;
    color: #6b7385;
}
.token-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.token-actions .buy-btn,
.token-actions .light-btn {
    padding: 10px 16px;
    font-size: 14px;
}
.token-actions .light-btn .icon-dex {
    width: 15px;
    height: 15px;
}
.token-main p {
    margin: 0;
    font-size: 13px;
    color: #6b7385;
}
.burn-tracker-head {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    color: #fff;
    font-weight: 600;
}
.burn-tracker-head .icon {
    width: 18px;
    height: 18px;
    color: #ff8a4c;
}
.live-dot {
    width: 7px;
    height: 7px;
    margin-left: auto;
    border-radius: 50%;
    background: #3fcf8e;
    box-shadow: 0 0 0 0 #3fcf8e80;
    animation: livePulse 2s infinite;
}
@keyframes livePulse {
    0% { box-shadow: 0 0 0 0 #3fcf8e80; }
    70% { box-shadow: 0 0 0 8px #3fcf8e00; }
    100% { box-shadow: 0 0 0 0 #3fcf8e00; }
}
.burn-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-bottom: 14px;
}
.burn-stats > div {
    display: flex;
    flex-direction: column;
    padding: 12px;
    border-radius: 10px;
    background: #05080f;
}
.bs-value {
    font-family: "Geist Mono", monospace;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.bs-label {
    font-size: 11px;
    color: #6b7385;
}
.burn-feed {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin: 0;
    padding: 0;
}
.burn-feed li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 7px 4px;
    border-top: 1px solid #1a2130;
    font-size: 13px;
    color: #9aa3b5;
    list-style: none;
}
.burn-feed li.empty {
    border-top: none;
    color: #6b7385;
    font-size: 13px;
}
.burn-feed .icon {
    width: 14px;
    height: 14px;
    color: #ff8a4c;
}
.bf-wallet {
    font-family: "Geist Mono", monospace;
    color: #c7cfdd;
}
.bf-amount {
    margin-left: auto;
    font-family: "Geist Mono", monospace;
    color: #fff;
}
.burn-feed a {
    min-width: 72px;
    text-align: right;
    font-size: 12px;
    color: #6b7385;
    text-decoration: none;
}
.burn-feed a:hover {
    color: #9dbcff;
}
@media (max-width: 900px) {
    .token-panel {
        grid-template-columns: 1fr;
    }
}

/* ===================== v3.5 – přílohy, Consensus mode, sdílení ===================== */
body.page-share,
body.page-404 {
    align-items: stretch;
}
/* Lišta po odpovědích */
.turn-actions {
    position: fixed;
    left: 50%;
    bottom: 128px;
    z-index: 20;
    display: flex;
    gap: 8px;
    transform: translateX(-50%);
    animation: modalIn 250ms cubic-bezier(0.16, 1, 0.3, 1);
}
.quorum-btn,
.share-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 40px;
    padding: 0 16px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 10px 30px #00000080;
}
.quorum-btn {
    border: none;
    background: #3d7bff;
    color: #fff;
}
.quorum-btn span {
    font-weight: 400;
    font-size: 12px;
    color: #d6e4ff;
}
.quorum-btn:hover {
    background: #5b8def;
}
.quorum-btn.loading .icon {
    animation: spin 900ms linear infinite;
}
.quorum-btn:disabled {
    cursor: wait;
}
.share-btn {
    border: 1px solid #1a2130;
    background: #0a0f1c;
    color: #fff;
}
.share-btn:hover {
    border-color: #3d7bff80;
}
.quorum-btn .icon,
.share-btn .icon {
    width: 16px;
    height: 16px;
}
@media (max-width: 700px) {
    .quorum-btn span {
        display: none;
    }
}
/* Přílohy */
#question-form {
    gap: 6px;
}
.attach-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    margin: 0;
    border-radius: 10px;
    color: #9aa3b5;
    cursor: pointer;
    transition: color 150ms ease, background 150ms ease;
}
.attach-btn:hover {
    color: #fff;
    background: #ffffff0d;
}
.attach-btn .icon {
    width: 18px;
    height: 18px;
}
#question-form button.send .icon {
    width: 20px;
    height: 20px;
    color: #fff;
}
.attach-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    width: 100%;
    padding: 8px 10px 0;
}
.attach-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    max-width: 220px;
    padding: 4px 4px 4px 6px;
    border: 1px solid #1a2130;
    border-radius: 9px;
    background: #05080f;
    font-size: 12px;
    color: #c7cfdd;
}
.attach-chip img {
    width: 28px;
    height: 28px;
    object-fit: cover;
    border-radius: 6px;
}
.attach-chip > .icon {
    width: 16px;
    height: 16px;
    color: #9dbcff;
}
.attach-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.attach-chip button {
    display: flex;
    border: none;
    border-radius: 6px;
    padding: 4px;
    background: none;
    color: #6b7385;
}
.attach-chip button:hover {
    color: #f0616d;
    background: #ffffff0d;
}
.attach-chip button .icon {
    width: 12px;
    height: 12px;
}
#chat.dropping::after {
    content: "Drop images, PDF or text files";
    position: fixed;
    inset: 80px 20px 20px;
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed #3d7bff;
    border-radius: 20px;
    background: #05080fcc;
    color: #cfe0ff;
    font-size: 18px;
    font-weight: 600;
    pointer-events: none;
}
.msg-files {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 8px;
}
.msg-file {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 3px 8px 3px 3px;
    border-radius: 7px;
    background: #ffffff0d;
    font-size: 12px;
    color: #c7cfdd;
}
.msg-file img {
    width: 24px;
    height: 24px;
    object-fit: cover;
    border-radius: 5px;
}
.msg-file .icon {
    width: 14px;
    height: 14px;
    margin-left: 4px;
}
.msg-note {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 4px 0 6px;
    font-size: 11px;
    color: #f5c26b;
}
.msg-note .icon {
    width: 12px;
    height: 12px;
}
/* Obecné širší okno */
.modal-content.wide-modal {
    max-width: 720px;
    max-height: 88vh;
    padding: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #0a0f1c;
    border: 1px solid #1a2130;
    border-radius: 16px;
    box-shadow: 0 24px 64px #000000a6;
    animation: modalIn 250ms cubic-bezier(0.16, 1, 0.3, 1);
}
.modal-body {
    padding: 20px 24px;
    overflow-y: auto;
}
.modal-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 24px;
    border-top: 1px solid #1a2130;
}
.modal-note {
    margin: 0;
    font-size: 12px;
    color: #6b7385;
}
/* Výsledek konsenzu */
.quorum-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    --verdict: #3d7bff;
}
.quorum-card.verdict-reached { --verdict: #3fcf8e; }
.quorum-card.verdict-partial { --verdict: #f5c26b; }
.quorum-card.verdict-split { --verdict: #f0616d; }
.quorum-head {
    display: flex;
    align-items: center;
    gap: 16px;
}
.quorum-gauge {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: conic-gradient(var(--verdict) calc(var(--pct) * 1%), #1a2130 0);
}
.quorum-gauge::before {
    content: "";
    position: absolute;
    inset: 7px;
    border-radius: 50%;
    background: #0a0f1c;
}
.quorum-gauge span {
    position: relative;
    font-family: "Geist Mono", monospace;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
.quorum-verdict {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: var(--verdict);
}
.quorum-sub {
    font-size: 13px;
    color: #6b7385;
}
.quorum-card .md {
    padding: 16px 18px;
    border: 1px solid #1a2130;
    border-radius: 12px;
    background: #05080f;
    font-size: 15px;
    line-height: 1.65;
    color: #d2d8e4;
}
.quorum-card .md p:last-child {
    margin-bottom: 0;
}
.quorum-card h3 {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 10px;
    font-size: 14px;
    color: #fff;
}
.quorum-card h3 .icon {
    width: 16px;
    height: 16px;
    color: var(--verdict);
}
.quorum-agree ul {
    margin: 0;
    padding-left: 18px;
}
.quorum-agree li {
    list-style: disc;
    font-size: 14px;
    color: #9aa3b5;
    margin-bottom: 4px;
}
.split-item {
    padding: 12px 14px;
    margin-bottom: 8px;
    border-left: 3px solid var(--verdict);
    border-radius: 8px;
    background: #05080f;
}
.split-item strong {
    display: block;
    margin-bottom: 6px;
    color: #fff;
    font-size: 14px;
}
.split-item p {
    margin: 4px 0 0;
    font-size: 13px;
    color: #9aa3b5;
}
.split-models {
    display: inline-block;
    margin-right: 6px;
    padding: 1px 7px;
    border-radius: 6px;
    background: #1a2130;
    font-size: 11px;
    font-weight: 600;
    color: #cfe0ff;
}
.quorum-none,
.quorum-note {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    font-size: 13px;
    color: #9aa3b5;
}
.quorum-none .icon,
.quorum-note .icon {
    width: 15px;
    height: 15px;
    color: var(--verdict);
}
/* Okno sdílení */
.share-preview {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #1a2130;
    border-radius: 12px;
}
.share-link {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
    padding: 6px 6px 6px 12px;
    border: 1px solid #1a2130;
    border-radius: 10px;
    background: #05080f;
}
.share-link > .icon {
    width: 16px;
    height: 16px;
    color: #6b7385;
}
.share-link input {
    flex: 1;
    min-width: 0;
    border: none;
    background: none;
    outline: none;
    color: #fff;
    font-family: "Geist Mono", monospace;
    font-size: 13px;
}
.share-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 12px 0;
}
.share-actions .light-btn {
    background: #05080f;
    cursor: pointer;
}
/* Veřejná stránka sdílení */
.share-header {
    margin-bottom: 26px;
}
.share-question {
    margin: 8px 0 16px;
    font-size: 34px;
    line-height: 1.25;
    color: #fff;
    max-width: 900px;
}
.share-models {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.share-model {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border: 1px solid #1a2130;
    border-radius: 9px;
    background: #0a0f1c;
    font-size: 13px;
    color: #c7cfdd;
}
.share-model img {
    width: 16px;
    height: 16px;
}
.share-page > .quorum-card {
    padding: 22px;
    margin-bottom: 20px;
    border: 1px solid #1a2130;
    border-radius: 16px;
    background: #0a0f1c;
}
.share-page > .quorum-card .md {
    background: #05080f;
}
.share-answers {
    display: grid;
    gap: 14px;
}
.share-answers.cols-2 { grid-template-columns: 1fr 1fr; }
.share-answers.cols-3 { grid-template-columns: repeat(3, 1fr); }
.share-answers.cols-4 { grid-template-columns: 1fr 1fr; }
.share-answer {
    padding: 20px;
    border: 1px solid #1a2130;
    border-radius: 14px;
    background: #0a0f1c;
    font-size: 14px;
    line-height: 1.65;
    color: #aab2c2;
    min-width: 0;
}
.share-answer-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: #fff;
    font-weight: 600;
}
.share-answer-head img {
    width: 22px;
    height: 22px;
}
.share-answer pre {
    overflow-x: auto;
}
.share-cta {
    margin-top: 40px;
    padding: 40px;
    border: 1px solid #3d7bff4d;
    border-radius: 18px;
    background: linear-gradient(160deg, #3d7bff1f, #0a0f1c 70%);
    text-align: center;
}
.share-cta h2 {
    margin: 0 0 8px;
    font-size: 28px;
    color: #fff;
}
.share-cta p {
    color: #9aa3b5;
    margin-bottom: 20px;
}
.notfound {
    display: flex;
    justify-content: center;
    padding-top: 160px;
    min-height: 70vh;
}
@media (max-width: 800px) {
    .share-answers.cols-2,
    .share-answers.cols-3,
    .share-answers.cols-4 {
        grid-template-columns: 1fr;
    }
    .share-question {
        font-size: 26px;
    }
}

/* FAQ – sticky levý sloupec, otázky bez pozadí jen s jemnou linkou */
#welcome-section {
    overflow: clip;
}
.faq-intro {
    position: sticky;
    top: 100px;
}
.faq-list {
    gap: 0;
}
.faq-list .faq-item,
.faq-list .faq-item.active,
.faq-list .faq-item:hover {
    border: none;
    border-bottom: 1px solid #ffffff14;
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
}
.faq-list .faq-item:first-child {
    border-top: 1px solid #ffffff14;
}
.faq-list .faq-item button.faq-question {
    padding: 22px 4px;
    border-radius: 0;
    transition: color 150ms ease;
}
.faq-list .faq-item button.faq-question:hover {
    color: #cfe0ff;
}
.faq-list .faq-answer {
    padding: 0 4px;
}
.faq-list .faq-item.active .faq-answer {
    padding: 0 4px 22px;
}

/* ===================== Web – hledání a zdroje ===================== */
.web-btn .icon {
    width: 14px;
    height: 14px;
}
.web-btn.on {
    color: #fff;
    border-color: #3d7bff;
    background: #3d7bff26;
}
.web-btn.on .icon {
    color: #9dbcff;
}
.web-btn[data-unavailable] {
    opacity: .5;
}
.web-hint {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 8px 12px 0;
    font-size: 12px;
    color: #9aa3b5;
}
.web-hint .icon {
    width: 14px;
    height: 14px;
    color: #9dbcff;
}
.web-hint button {
    margin-left: auto;
    padding: 3px 10px;
    border: 1px solid #3d7bff80;
    border-radius: 7px;
    background: #3d7bff1f;
    color: #cfe0ff;
    font-size: 12px;
}
.web-hint button:hover {
    background: #3d7bff;
    color: #fff;
}
.msg-sources {
    margin: 2px 0 10px;
    border: 1px solid #1a2130;
    border-radius: 10px;
    background: #0a0f1c;
    font-size: 12px;
}
.msg-sources summary {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 8px 12px;
    color: #9dbcff;
    cursor: pointer;
    list-style: none;
}
.msg-sources summary::-webkit-details-marker {
    display: none;
}
.msg-sources summary .icon {
    width: 13px;
    height: 13px;
}
.msg-sources ol,
.share-sources ol {
    margin: 0;
    padding: 0 12px 10px 30px;
}
.msg-sources li,
.share-sources li {
    list-style: decimal;
    padding: 3px 0;
    color: #6b7385;
}
.msg-sources li.linked {
    list-style: disc;
}
.msg-sources li a,
.share-sources li a {
    color: #c7cfdd;
    text-decoration: none;
}
.msg-sources li a:hover,
.share-sources li a:hover {
    color: #fff;
    text-decoration: underline;
}
.msg-sources li span,
.share-sources li span {
    margin-left: 6px;
    font-family: "Geist Mono", monospace;
    font-size: 11px;
    color: #6b7385;
}
a.cite {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 17px;
    height: 17px;
    padding: 0 4px;
    margin: 0 1px;
    border-radius: 5px;
    background: #3d7bff26;
    color: #9dbcff;
    font-family: "Geist Mono", monospace;
    font-size: 10px;
    font-weight: 600;
    text-decoration: none;
    vertical-align: 2px;
}
a.cite:hover {
    background: #3d7bff;
    color: #fff;
}
.share-sources {
    margin-top: 20px;
    padding: 20px 22px;
    border: 1px solid #1a2130;
    border-radius: 14px;
    background: #0a0f1c;
}
.share-sources h3 {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 10px;
    font-size: 15px;
    color: #fff;
}
.share-sources h3 .icon {
    width: 16px;
    height: 16px;
    color: #3d7bff;
}
.share-sources ol {
    padding: 0 0 0 20px;
}
@media (max-width: 900px) {
    .web-btn span {
        display: none;
    }
}
