/* ============================================================
   Crafteria – vzhled webu
   Tmavé téma s tyrkysovým akcentem (inspirace designem Cobalt).
   Načítá se jako poslední, takže přebíjí výchozí šablonu.
   ============================================================ */

:root {
    --bg: #0d1117;
    --bg-soft: #121a22;
    --bg-deep: #0a0e13;
    --card: #1c242c;
    --card-2: #222c36;
    --line: #2b3742;
    --text: #ffffff;
    --muted: #a9b3bd;
    --accent: #27b4e2;
    --accent-dark: #1b8cb0;
    --accent-soft: rgba(39, 180, 226, 0.14);
    --orange: #e67e22;
    --green: #4caf50;
    --red: #e05555;
    --radius: 10px;
    --shadow: 0 6px 24px rgba(0, 0, 0, 0.35);
}

/* ---------- základ ---------- */
html, body {
    background: var(--bg) !important;
    color: var(--text);
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Inter, system-ui, -apple-system, Arial, sans-serif;
}

body {
    background-image: linear-gradient(180deg, #0f1620 0%, var(--bg) 420px, var(--bg) 100%) !important;
}

a, .ui.link.list .item a { color: var(--accent); }
a:hover { color: #56ccf2; }

h1, h2, h3, h4, h5, .ui.header { color: var(--text) !important; letter-spacing: .2px; }
p, li, .description { color: #d5dbe1; }
.ui .sub.header, .meta, .ui.header .sub.header { color: var(--muted) !important; }

/* ---------- horní lišta (navigace) ---------- */
#navbar.ui.menu, .ui.secondary.menu {
    background: rgba(13, 17, 23, 0.92) !important;
    border-bottom: 1px solid var(--line) !important;
    backdrop-filter: blur(6px);
    box-shadow: none;
}
#navbar .item, .ui.menu .item { color: #cfd6dd !important; }
#navbar .item:hover { color: var(--text) !important; background: var(--accent-soft) !important; }
#navbar .item.active {
    color: var(--accent) !important;
    border-bottom: 3px solid var(--accent) !important;
    background: transparent !important;
    font-weight: 600;
}
.ui.dropdown .menu { background: var(--card) !important; border: 1px solid var(--line) !important; }
.ui.dropdown .menu .item { color: #d5dbe1 !important; }
.ui.dropdown .menu .item:hover { background: var(--accent-soft) !important; color: var(--text) !important; }

/* ---------- úvodní obrázek (hero) ---------- */
.crafteria-hero {
    position: relative;
    margin: 0 0 26px;
    padding: 46px 20px 34px;
    border-radius: 0 0 var(--radius) var(--radius);
    text-align: center;
    overflow: hidden;
    background:
        radial-gradient(900px 320px at 50% -40%, rgba(39, 180, 226, 0.22), transparent 70%),
        linear-gradient(140deg, #141d26 0%, #0e141b 55%, #0b1016 100%);
    border-bottom: 1px solid var(--line);
}
.crafteria-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 22px 22px;
    opacity: .5;
    pointer-events: none;
}
.crafteria-hero .inner { position: relative; z-index: 2; max-width: 1080px; margin: 0 auto; }
.crafteria-hero img.hero-logo {
    max-width: min(560px, 88vw);
    width: 100%;
    height: auto;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    border: 1px solid var(--line);
}
.crafteria-hero .tagline {
    margin: 16px 0 4px;
    color: var(--muted);
    font-size: 15px;
}
.crafteria-hero .actions { margin-top: 18px; display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.crafteria-ip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 0, 0, 0.45);
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 9px 16px;
    color: var(--text);
    font-weight: 600;
    cursor: pointer;
    transition: .15s;
}
.crafteria-ip:hover { border-color: var(--accent); color: var(--accent); }
.crafteria-ip small { color: var(--muted); font-weight: 400; }

/* ---------- uvítací pruh ---------- */
.welcome-bar {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 18px 20px;
    margin-bottom: 26px;
}
.welcome-bar .wb-avatar {
    width: 54px; height: 54px; border-radius: 8px; object-fit: cover;
    background: var(--bg-soft); border: 1px solid var(--line);
}
.welcome-bar .wb-text { flex: 1 1 320px; }
.welcome-bar .wb-text strong { color: var(--text); font-size: 17px; display: block; margin-bottom: 3px; }
.welcome-bar .wb-text span { color: var(--muted); font-size: 14px; }
.welcome-bar .wb-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.store-box {
    display: flex; align-items: center; gap: 12px;
    background: linear-gradient(135deg, rgba(39, 180, 226, .16), rgba(39, 180, 226, .04));
    border: 1px solid rgba(39, 180, 226, .35);
    border-radius: var(--radius);
    padding: 12px 16px;
    text-decoration: none;
}
.store-box i { color: var(--accent); font-size: 22px; }
.store-box b { color: var(--text); display: block; font-size: 15px; }
.store-box small { color: var(--muted); }
.store-box:hover { border-color: var(--accent); }

/* ---------- tlačítka ---------- */
.ui.button, .ui.buttons .button {
    border-radius: 8px !important;
    font-weight: 600;
    transition: .15s;
}
.ui.primary.button, .ui.primary.buttons .button, .ui.blue.button {
    background: var(--accent) !important;
    color: #05202b !important;
    border: 1px solid var(--accent) !important;
}
.ui.primary.button:hover, .ui.blue.button:hover { background: #47c4ee !important; }
.ui.secondary.button, .ui.basic.button {
    background: transparent !important;
    color: var(--text) !important;
    border: 1px solid var(--line) !important;
    box-shadow: none !important;
}
.ui.secondary.button:hover, .ui.basic.button:hover { border-color: var(--accent) !important; color: var(--accent) !important; }
.ui.green.button { background: var(--green) !important; color: #fff !important; }
.ui.red.button { background: var(--red) !important; color: #fff !important; }
.ui.orange.button { background: var(--orange) !important; color: #1b1206 !important; }

/* ---------- karty, panely, segmenty ---------- */
.ui.segment, .ui.card, .ui.fluid.card, .ui.cards > .card, .ui.items > .item {
    background: var(--card) !important;
    border: 1px solid var(--line) !important;
    border-radius: var(--radius) !important;
    box-shadow: none !important;
    color: var(--text) !important;
}
.ui.fluid.card#news-post { overflow: hidden; }
.ui.fluid.card#news-post:hover { border-color: var(--accent) !important; }
.ui.fluid.card#news-post .content { padding: 20px 22px !important; }
.ui.fluid.card#news-post .header { font-size: 20px; margin-bottom: 6px; }
.ui.fluid.card#news-post .header a { color: var(--text) !important; font-weight: 700; }
.ui.fluid.card#news-post .header a:hover { color: var(--accent) !important; }
.ui.fluid.card#news-post .label {
    background: var(--accent-soft); color: var(--accent) !important;
    font-weight: 600; font-size: 12px; padding: 3px 10px; border-radius: 999px;
    display: inline-block; margin-bottom: 6px;
}
.ui.fluid.card#news-post .meta { color: var(--muted) !important; font-size: 13px; margin-bottom: 10px; }
.ui.fluid.card#news-post .extra.content {
    display: flex; align-items: center; justify-content: space-between;
    padding: 12px 22px !important; border-top: 1px solid var(--line) !important;
    background: rgba(0, 0, 0, .12);
}
.ui.fluid.card#news-post .extra.content .author { color: var(--muted) !important; font-size: 13px; }
.ui.fluid.card#news-post img.ui.avatar.image { width: 26px; height: 26px; margin-right: 6px; }

.ui.message { background: var(--card-2) !important; color: var(--text) !important; border: 1px solid var(--line) !important; }
.ui.success.message { border-left: 4px solid var(--green) !important; }
.ui.error.message { border-left: 4px solid var(--red) !important; }
.ui.menu .item::before { background: transparent !important; }

/* ---------- obrázek připojení k serveru (widget) ---------- */
.connect-server, .ui.segment.image-bg, .server-status {
    color: var(--text);
}
.server-status img { border-radius: var(--radius); }

/* ---------- formuláře ---------- */
.ui.form input, .ui.form textarea, .ui.form select, input[type="text"], input[type="password"], input[type="email"], textarea {
    background: var(--bg-soft) !important;
    border: 1px solid var(--line) !important;
    color: var(--text) !important;
    border-radius: 8px !important;
}
.ui.form input::placeholder { color: #7d8894 !important; }
.ui.form label, .ui.form .field > label { color: #cfd6dd !important; }

/* ---------- tabulky ---------- */
table, .ui.table {
    background: var(--card) !important;
    color: var(--text) !important;
    border-radius: var(--radius);
    border: 1px solid var(--line) !important;
}
.ui.table thead th, .ui.table tfoot th {
    background: var(--bg-soft) !important; color: var(--accent) !important;
    border-bottom: 1px solid var(--line) !important;
}
.ui.table td, .ui.table th { border-top: 1px solid var(--line) !important; }
.ui.table tbody tr:hover { background: rgba(39, 180, 226, .06) !important; }

/* ---------- patička ---------- */
#footer.ui.inverted.segment {
    background: var(--bg-deep) !important;
    border-top: 1px solid var(--line) !important;
    margin-top: 40px;
    position: relative;
}
#footer .ui.inverted.header { color: var(--text) !important; }
#footer .item, #footer a { color: var(--muted) !important; }
#footer a:hover { color: var(--accent) !important; }
#footer .column { padding: 8px 0; }
.footer-play {
    background: var(--card) !important;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 12px 14px;
    margin-bottom: 10px;
}
.footer-play b { color: var(--text); display: block; margin-bottom: 2px; }
.footer-play span { color: var(--muted); font-size: 13px; }
.footer-store {
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--accent); color: #05202b !important;
    border-radius: 8px; padding: 8px 14px; font-weight: 700; margin-top: 8px;
}
.footer-store:hover { background: #47c4ee; color: #05202b !important; }

/* ---------- drobnosti pro ostatní stránky ---------- */
.ui.selection.dropdown, .ui.search.dropdown, .dropdown { background: var(--card) !important; color: var(--text) !important; border: 1px solid var(--line) !important; }
.ui.selection.dropdown .menu, .ui.dropdown .menu { background: var(--card) !important; }
.ui.modal { background: var(--card) !important; color: var(--text) !important; border-radius: var(--radius) !important; }
.ui.modal > .header { background: var(--card) !important; color: var(--text) !important; border-bottom: 1px solid var(--line) !important; }
.ui.header .content, .ui.dividing.header { border-color: var(--line) !important; }
.ui.divider { border-top-color: var(--line) !important; }
.ui.label { background: var(--card-2) !important; color: #d5dbe1 !important; }
.ui.breadcrumb a, .ui.breadcrumb .section { color: var(--muted) !important; }
.ui.pagination.menu .item { background: var(--card) !important; color: #cfd6dd !important; }
.ui.pagination.menu .active.item { background: var(--accent) !important; color: #05202b !important; }
code, pre, .ui.code { background: var(--bg-soft) !important; color: #9fe8ff !important; border-radius: 6px; }
blockquote { border-left: 3px solid var(--accent); background: rgba(39, 180, 226, .07); padding: 8px 14px; }

/* Cookie lišta a plovoucí tlačítka */
.cookie-notice, #cookie-notice { background: var(--card) !important; color: var(--text) !important; border: 1px solid var(--line) !important; }

@media (max-width: 767px) {
    .crafteria-hero { padding: 26px 14px 22px; }
    .welcome-bar { padding: 14px; }
    .welcome-bar .wb-actions .ui.button { flex: 1 1 auto; }
}

/* ---------- doplňky po první kontrole vzhledu (25. 9.) ---------- */
/* Cookie lišta jako pruh dole, aby nezakrývala obsah */
.cookie-notice, #cookie-notice, .cookie-consent, #cookie-consent {
    position: fixed !important;
    left: 0 !important; right: 0 !important; bottom: 0 !important; top: auto !important;
    width: 100% !important; max-width: 100% !important;
    border-radius: 0 !important;
    border-top: 1px solid var(--line) !important;
    background: rgba(10, 14, 19, .97) !important;
    padding: 14px 20px !important;
    z-index: 9999;
}
.cookie-notice .ui.button, #cookie-notice .ui.button { margin-left: 8px; }

/* Web je tmavý nastálo – přepínač světlého režimu schováme */
#darkmode { display: none !important; }

/* Cookie lišta (knihovna cookieconsent) – pruh dole přes celou šířku */
.cc-window {
    position: fixed !important;
    left: 0 !important; right: 0 !important; bottom: 0 !important;
    width: 100% !important; max-width: 100% !important;
    background: rgba(10, 14, 19, .97) !important;
    border-top: 1px solid var(--line) !important;
    border-radius: 0 !important;
    padding: 12px 20px !important;
    box-shadow: none !important;
    z-index: 9999 !important;
    font-family: inherit !important;
}
.cc-window .cc-message { color: #d5dbe1 !important; font-size: 14px; }
.cc-btn {
    background: var(--accent) !important; color: #05202b !important;
    border: none !important; border-radius: 8px !important;
    font-weight: 600 !important; padding: 8px 14px !important;
    margin-left: 8px;
}
.cc-btn:hover { background: #47c4ee !important; }
.cc-btn.cc-dismiss { background: transparent !important; color: var(--muted) !important; border: 1px solid var(--line) !important; }
.cc-link { color: var(--accent) !important; }

/* ============================================================
   ROZVRŽENÍ PODLE PŘEDLOHY (třetí verze, 26. 9. 2026)
   Navigace plave nad pruhem, uvnitř: stav + IP vlevo, logo uprostřed,
   hráči + Discord vpravo. Pod tím dvě karty (uvítání, obchod),
   novinky v mřížce, patička ve třech sloupcích.
   ============================================================ */
html, body { overflow-x: hidden; }

/* ---------- navigace ---------- */
#navbar.ui.menu {
    position: sticky; top: 0; z-index: 300;
    background: linear-gradient(180deg, rgba(8, 12, 16, .78) 0%, rgba(8, 12, 16, .42) 65%, rgba(8, 12, 16, .12) 100%) !important;
    border-bottom: none !important;
    box-shadow: none !important;
    backdrop-filter: blur(7px);
}
#navbar a.item[href$="/store/"], #navbar a.item[href$="/store"] {
    background: var(--accent) !important; color: #06222e !important;
    border-radius: 999px !important; padding: 9px 18px !important; margin: 5px 8px !important;
    font-weight: 800 !important;
}
#navbar a.item[href$="/store/"]:hover, #navbar a.item[href$="/store"]:hover { background: #5fd6f2 !important; }

/* vyskakovací menu uživatele (musí být nad pruhem a čitelné) */
.ui.popup {
    background: #131b23 !important; color: #d5dbe1 !important;
    border: 1px solid var(--line) !important;
    box-shadow: 0 12px 34px rgba(0, 0, 0, .55) !important;
    z-index: 400 !important;
}
.ui.popup .ui.header, .ui.popup .ui.header .content { color: #fff !important; }
.ui.popup .ui.link.list .item { color: #cfd6dd !important; }
.ui.popup .ui.link.list .item:hover { color: var(--accent) !important; background: var(--accent-soft) !important; }

/* ---------- horní pruh (hero) ---------- */
.cr-hero {
    position: relative;
    width: 100vw; left: 50%; margin-left: -50vw; margin-top: -64px;
    min-height: 470px;
    display: flex; align-items: center; justify-content: center;
    background-color: #0e141b;
    background-size: cover !important; background-position: center !important;
    padding: 104px 24px 40px;
    overflow: hidden;
}
.cr-hero-overlay {
    position: absolute; inset: 0; pointer-events: none;
    background: linear-gradient(180deg, rgba(22, 132, 162, .45) 0%, rgba(16, 26, 33, .62) 45%, rgba(13, 17, 23, .92) 85%, var(--bg) 100%);
}
.cr-hero-inner {
    position: relative; z-index: 2;
    width: 100%; max-width: 1120px;
    display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.cr-hero-side { display: flex; align-items: center; gap: 16px; flex: 1 1 300px; }
.cr-hero-right { justify-content: flex-end; }
.cr-hero-text { display: flex; flex-direction: column; gap: 2px; }
.cr-hero-status { color: #5fd6f2; font-weight: 800; font-size: 19px; letter-spacing: 1.4px; text-transform: uppercase; line-height: 1.2; }
.cr-hero-status.is-online { color: #6ee7a8; }
.cr-hero-status.is-offline { color: #ff9b8c; }
.cr-hero-ip { color: #fff !important; font-weight: 700; font-size: 17px; text-decoration: none; cursor: pointer; word-break: break-all; display: inline-flex; align-items: center; gap: 8px; }
.cr-hero-ip i { color: #5fd6f2; font-size: 13px; opacity: .85; }
.cr-hero-ip:hover { color: #5fd6f2 !important; }
.cr-hero-hint { color: rgba(255, 255, 255, .6); font-size: 11.5px; }
.cr-hero-note { color: rgba(255, 255, 255, .6); font-size: 11.5px; margin-top: 4px; }
.cr-hero-icon {
    width: 52px; height: 52px; flex: 0 0 auto;
    text-decoration: none !important;
    transition: transform .15s, box-shadow .15s, background .15s;
    cursor: pointer;
    border: 2px solid #5fd6f2; border-radius: 50%;
    color: #5fd6f2; display: flex; align-items: center; justify-content: center; font-size: 18px;
}
.cr-hero-icon:hover { transform: scale(1.08); box-shadow: 0 0 0 6px rgba(95, 214, 242, .14); }
.cr-hero-icon.is-discord { border-radius: 14px; background: #5fd6f2; color: #06222e; }
.cr-hero-icon.is-discord:hover { background: #7fe0f7; }
.cr-hero-logo { flex: 0 1 470px; text-align: center; }
.cr-hero-logo img { width: 100%; max-width: 460px; height: auto; filter: drop-shadow(0 18px 34px rgba(0, 0, 0, .55)); }

/* ---------- dvě karty: uvítání + obchod ---------- */
.cr-panels {
    max-width: 1120px; margin: 26px auto 0; padding: 0 24px;
    display: grid; grid-template-columns: 1.55fr 1fr; gap: 20px; align-items: stretch;
}
.cr-panel {
    display: flex; align-items: center; gap: 16px;
    background: rgba(28, 36, 44, .88);
    border: 1px solid var(--line); border-radius: 12px;
    padding: 18px 22px; text-decoration: none;
}
.cr-panel-avatar { width: 60px; height: 60px; border-radius: 10px; object-fit: cover; border: 1px solid var(--line); flex: 0 0 auto; }
.cr-panel-text { flex: 1 1 auto; }
.cr-panel-text strong { display: block; color: #5fd6f2; font-size: 18px; margin-bottom: 2px; }
.cr-panel-text span { color: var(--muted); font-size: 13.5px; }
.cr-panel-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.cr-btn {
    background: var(--accent); color: #06222e !important;
    border-radius: 999px; padding: 10px 18px;
    font-weight: 800; font-size: 14px; text-decoration: none; white-space: nowrap;
    display: inline-flex; align-items: center; gap: 7px;
}
.cr-btn:hover { background: #5fd6f2; color: #06222e !important; }
.cr-btn-small { padding: 8px 14px; font-size: 13px; }
.cr-panel-store {
    background: linear-gradient(135deg, rgba(39, 180, 226, .22), rgba(39, 180, 226, .05));
    border-color: rgba(39, 180, 226, .42);
}
.cr-panel-store .cr-panel-text strong { color: #fff; font-size: 22px; font-style: italic; letter-spacing: 1px; }
.cr-panel-store .cr-panel-text span { color: #dff3fb; }
.cr-panel-cart {
    width: 46px; height: 46px; flex: 0 0 auto;
    border: 2px solid #fff; border-radius: 10px;
    display: flex; align-items: center; justify-content: center; color: #fff; font-size: 18px;
}
.cr-panel:hover { border-color: var(--accent); }

/* ---------- novinky v mřížce ---------- */
.cr-wrap { max-width: 1120px; margin: 28px auto 0; padding: 0 24px; }
.cr-wrap-inner { padding: 8px 0 20px; }
.cr-news { display: grid; grid-template-columns: repeat(6, 1fr); gap: 24px; }
.cr-news-item {
    grid-column: span 2;
    display: flex; flex-direction: column;
    background: var(--card); border: 1px solid var(--line); border-radius: 12px; overflow: hidden;
    transition: border-color .15s, transform .15s;
}
.cr-news-item:nth-child(-n+3) { grid-column: span 3; }
.cr-news-item:first-child { grid-column: span 6; }
.cr-news-item:hover { border-color: var(--accent); transform: translateY(-2px); }
.cr-news-body { padding: 20px 22px; flex: 1 1 auto; }
.cr-news-title { margin: 0 0 10px; font-size: 22px; line-height: 1.3; }
.cr-news-item:not(.cr-feature) .cr-news-title { font-size: 18px; }
.cr-news-title a { color: #fff !important; text-decoration: none; }
.cr-news-title a:hover { color: var(--accent) !important; }
.cr-tags {
    display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 12px;
    font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .6px; color: var(--accent);
}
.cr-tags .label, .cr-tags a, .cr-tags span { background: transparent !important; color: inherit !important; padding: 0; font-size: inherit; }
.cr-news-text { color: #c7ced6; font-size: 14.5px; line-height: 1.65; }
.cr-news-item:not(.cr-feature) .cr-news-text { max-height: 112px; overflow: hidden; position: relative; }
.cr-news-item:not(.cr-feature) .cr-news-text::after {
    content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 46px;
    background: linear-gradient(180deg, transparent, var(--card));
}
.cr-news-text img { max-width: 100%; height: auto; border-radius: 8px; }
.cr-news-foot {
    display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
    padding: 12px 22px; border-top: 1px solid var(--line); background: rgba(0, 0, 0, .14);
}
.cr-author { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 13px; flex: 1 1 auto; }
.cr-author img { width: 30px; height: 30px; border-radius: 50%; object-fit: cover; }
.cr-author a { color: #e3e9ee !important; font-weight: 600; }
.cr-foot-meta { display: flex; gap: 7px; color: var(--muted); font-size: 12.5px; }

/* ---------- patička ---------- */
.cr-footer { background: #0a0e13; border-top: 1px solid var(--line); margin-top: 44px; }
.cr-footer-inner {
    max-width: 1120px; margin: 0 auto; padding: 40px 24px 28px;
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px;
}
.cr-fcol h4 { color: #fff !important; font-size: 15px; text-transform: uppercase; letter-spacing: 1.6px; margin: 0 0 14px; font-weight: 800; }
.cr-fcol p { color: var(--muted); font-size: 14px; line-height: 1.6; margin: 0 0 14px; }
.cr-fip {
    display: inline-flex; align-items: center; gap: 10px;
    color: #fff !important; font-weight: 700; font-size: 17px; text-decoration: none;
    background: var(--card); border: 1px solid var(--line); border-radius: 8px; padding: 8px 14px; margin-bottom: 8px;
}
.cr-fip:hover { border-color: var(--accent); color: var(--accent) !important; }
.cr-fip i { color: var(--accent); font-size: 14px; }
.cr-fsub { display: block; color: var(--muted); font-size: 13px; margin-bottom: 12px; }
.cr-frow { display: flex; gap: 14px; flex-wrap: wrap; }
.cr-frow a { color: #cfd6dd !important; font-size: 14px; text-decoration: none; }
.cr-frow a:hover { color: var(--accent) !important; }
.cr-frow i { margin-right: 5px; }
.cr-fcol-links { display: flex; flex-direction: column; gap: 9px; }
.cr-fcol-links a { color: var(--muted) !important; font-size: 14px; text-decoration: none; }
.cr-fcol-links a:hover { color: var(--accent) !important; }
.cr-fcol-links .ui.dropdown.item { color: var(--muted) !important; }
.cr-fsocial { display: flex; gap: 12px; margin-top: 6px; }
.cr-fshop {
    display: inline-flex; align-items: center; gap: 10px;
    background: var(--accent); color: #06222e !important;
    border-radius: 999px; padding: 10px 20px; font-weight: 800;
    text-transform: uppercase; letter-spacing: 1px; font-size: 13px; text-decoration: none;
}
.cr-fshop:hover { background: #5fd6f2; color: #06222e !important; }
.cr-footer-bottom { border-top: 1px solid var(--line); background: #070a0e; }
.cr-footer-bottom-inner {
    max-width: 1120px; margin: 0 auto; padding: 14px 24px;
    display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap;
    color: #7d8894; font-size: 13px;
}

/* ---------- responzivita ---------- */
@media (max-width: 1000px) {
    .cr-hero-inner { flex-direction: column; text-align: center; }
    .cr-hero-side, .cr-hero-right { justify-content: center; flex: 0 0 auto; }
    .cr-hero-text { align-items: center; }
    .cr-hero { padding: 90px 18px 30px; min-height: auto; }
    .cr-hero-logo { order: -1; }
    .cr-hero-logo img { max-width: 360px; }
    .cr-panels { grid-template-columns: 1fr; }
    .cr-news-item, .cr-news-item:first-child, .cr-news-item:nth-child(-n+3) { grid-column: span 6; }
    .cr-footer-inner { grid-template-columns: 1fr; gap: 26px; padding: 28px 20px; }
}

/* Cookie lišta jako malá plovoucí karta vpravo dole (jako v předloze) */
.cc-window {
    left: auto !important; right: 18px !important; bottom: 18px !important;
    width: auto !important; max-width: 360px !important;
    border-radius: var(--radius) !important;
    border: 1px solid var(--line) !important;
    background: rgba(16, 23, 30, .97) !important;
    padding: 14px 16px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .5) !important;
}
.cc-window .cc-message { font-size: 13.5px !important; line-height: 1.5; }
.cc-btn { padding: 7px 12px !important; font-size: 13px !important; margin-left: 6px !important; }
