/* ============================================================
   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; }

/* ============================================================
   LAYOUT PODLE PŘEDLOHY (přestavba 25. 9. – druhá verze)
   Horní pruh s logem uprostřed, uvítací lišta, novinky v mřížce,
   patička ve třech sloupcích.
   ============================================================ */
html, body { overflow-x: hidden; }

/* ---------- 1) HERO: pozadí + logo uprostřed, stav vlevo a vpravo ---------- */
.cr-hero {
    position: relative;
    width: 100vw; left: 50%; margin-left: -50vw;
    min-height: 430px;
    display: flex; align-items: center; justify-content: center;
    padding: 40px 24px;
    overflow: hidden;
    border-bottom: 1px solid var(--line);
}
.cr-hero-bg {
    position: absolute; inset: -6%;
    background-image: url('/uploads/logos/6ab4052eab00e5.60643191_jgelqmhopkfin.webp');
    background-size: cover; background-position: center;
    filter: blur(26px) brightness(.28) saturate(.75);
    transform: scale(1.15);
    z-index: 0;
}
.cr-hero::after {
    content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
    background:
        radial-gradient(900px 380px at 50% 10%, rgba(39, 180, 226, .20), transparent 70%),
        linear-gradient(180deg, rgba(10, 14, 19, .55) 0%, rgba(10, 14, 19, .82) 70%, var(--bg) 100%);
}
.cr-hero-inner {
    position: relative; z-index: 2;
    width: 100%; max-width: 1240px;
    display: grid; grid-template-columns: 1fr auto 1fr;
    align-items: center; gap: 28px;
}
.cr-hero-side { display: flex; flex-direction: column; gap: 4px; }
.cr-hero-side.cr-right { text-align: right; align-items: flex-end; }
.cr-lbl {
    color: var(--muted); font-size: 11px; letter-spacing: 2.4px;
    text-transform: uppercase; font-weight: 700;
}
.cr-status { font-size: 26px; font-weight: 800; letter-spacing: .5px; color: #fff; text-transform: uppercase; }
.cr-status.is-online { color: #58d68d; }
.cr-status.is-offline { color: #ec7063; }
.cr-players { font-size: 30px; font-weight: 800; color: var(--accent); line-height: 1.1; }
.cr-hero-ip {
    display: inline-flex; align-items: center; gap: 10px;
    font-size: 22px; font-weight: 700; color: #fff !important;
    text-decoration: none;
}
.cr-hero-ip i { color: var(--accent); font-size: 15px; }
.cr-hero-ip:hover { color: var(--accent) !important; }
.cr-hero-note { color: var(--muted); font-size: 12.5px; }
.cr-hero-discord {
    display: inline-flex; align-items: center; gap: 8px;
    color: #fff !important; font-weight: 700; font-size: 16px; text-decoration: none;
}
.cr-hero-discord i { color: #7289da; font-size: 20px; }
.cr-hero-discord:hover { color: #7289da !important; }
.cr-hero-center { text-align: center; }
.cr-hero-center img {
    width: 100%; max-width: 520px; height: auto; display: block;
    border-radius: var(--radius);
    box-shadow: 0 18px 50px rgba(0, 0, 0, .55);
}

/* ---------- 2) Uvítací lišta + obchod ---------- */
.cr-welcome {
    width: 100vw; left: 50%; margin-left: -50vw;
    background: #10171e;
    border-bottom: 1px solid var(--line);
}
.cr-welcome-inner {
    max-width: 1240px; margin: 0 auto; padding: 18px 24px;
    display: flex; align-items: center; gap: 20px; flex-wrap: wrap;
}
.cr-welcome-left { display: flex; align-items: center; gap: 14px; flex: 1 1 340px; }
.cr-avatar {
    width: 58px; height: 58px; border-radius: 10px; object-fit: cover;
    border: 1px solid var(--line); background: var(--bg-soft); flex: 0 0 auto;
}
.cr-welcome-text strong { display: block; color: #fff; font-size: 18px; }
.cr-welcome-text span { color: var(--muted); font-size: 14px; }
.cr-welcome-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.cr-store {
    display: flex; align-items: center; gap: 12px;
    background: linear-gradient(135deg, rgba(39, 180, 226, .18), rgba(39, 180, 226, .05));
    border: 1px solid rgba(39, 180, 226, .38);
    border-radius: var(--radius); padding: 10px 18px; text-decoration: none;
}
.cr-store-title { display: block; color: #fff; font-weight: 800; letter-spacing: 2px; font-size: 14px; }
.cr-store-sub { display: block; color: var(--muted); font-size: 13px; }
.cr-store i { color: var(--accent); font-size: 24px; }
.cr-store:hover { border-color: var(--accent); }

/* ---------- 3) Obsah stránky a novinky v mřížce ---------- */
.cr-wrap { width: 100%; }
.cr-wrap-inner { padding: 24px 0; }
.cr-news {
    display: grid; grid-template-columns: repeat(6, 1fr);
    gap: 20px; margin: 26px 0 10px;
}
.cr-news-item {
    grid-column: span 2;
    display: flex; flex-direction: column;
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    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-banner {
    position: relative; height: 210px;
    display: flex; align-items: center; justify-content: center;
    background: radial-gradient(600px 200px at 50% 0%, rgba(39, 180, 226, .18), transparent 70%), linear-gradient(140deg, #16202a, #0e141b);
    border-bottom: 1px solid var(--line);
}
.cr-news-banner img { max-height: 170px; max-width: 82%; height: auto; border-radius: 8px; }
.cr-news-banner-label {
    position: absolute; left: 14px; bottom: 12px;
    background: rgba(0, 0, 0, .6); border: 1px solid var(--line);
    border-radius: 999px; padding: 4px 12px; font-size: 12px; color: var(--muted);
}
.cr-news-body { padding: 18px 20px; flex: 1 1 auto; }
.cr-news-head { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-bottom: 8px; }
.cr-tags {
    background: var(--accent-soft); color: var(--accent) !important;
    font-size: 11.5px; font-weight: 700; letter-spacing: .6px; text-transform: uppercase;
    padding: 3px 10px; border-radius: 999px;
}
.cr-tags .label, .cr-tags a { background: transparent !important; color: var(--accent) !important; padding: 0; font-size: inherit; }
.cr-date { color: var(--muted); font-size: 12.5px; }
.cr-news-title { margin: 0 0 10px; font-size: 21px; line-height: 1.3; }
.cr-news-title a { color: #fff !important; text-decoration: none; }
.cr-news-title a:hover { color: var(--accent) !important; }
.cr-news-item:not(.cr-feature) .cr-news-title { font-size: 17.5px; }
.cr-news-text { color: #c7ced6; font-size: 14.5px; line-height: 1.6; }
.cr-news-item:not(.cr-feature) .cr-news-text {
    max-height: 108px; overflow: hidden; position: relative;
}
.cr-news-item:not(.cr-feature) .cr-news-text::after {
    content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 44px;
    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; justify-content: space-between; gap: 12px;
    padding: 12px 20px; border-top: 1px solid var(--line);
    background: rgba(0, 0, 0, .14); flex-wrap: wrap;
}
.cr-author { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 13px; }
.cr-author img { width: 30px; height: 30px; border-radius: 50%; object-fit: cover; }
.cr-author a { color: #dfe5ea !important; font-weight: 600; }
.cr-news-foot .ui.button { font-size: 13px !important; }

/* ---------- 4) Widgety jako pruh karet ---------- */
.cr-widgets {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px; margin: 26px 0 10px;
}
.cr-widgets .ui.card, .cr-widgets .ui.segment { margin: 0 !important; }
.cr-widgets .ui.card { height: 100%; }
.cr-widgets .ui.card > .content { padding: 16px 18px !important; }
.cr-widgets .ui.header { font-size: 15px !important; text-transform: uppercase; letter-spacing: 1.2px; color: var(--muted) !important; }

/* ---------- 5) Patička ve třech sloupcích ---------- */
.cr-footer { background: #0a0e13; border-top: 1px solid var(--line); margin-top: 44px; }
.cr-footer-inner {
    max-width: 1240px; 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: #05202b !important;
    border-radius: 8px; padding: 10px 18px; font-weight: 800;
    text-transform: uppercase; letter-spacing: 1px; font-size: 13px; text-decoration: none;
}
.cr-fshop:hover { background: #47c4ee; color: #05202b !important; }
.cr-footer-bottom { border-top: 1px solid var(--line); background: #070a0e; }
.cr-footer-bottom-inner {
    max-width: 1240px; 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;
}

/* ---------- 6) Navigace: kompaktní, obchod zvýrazněný ---------- */
#navbar.ui.menu { padding: 4px 0; }
#navbar .item { font-weight: 600; }
#navbar a.item[href$="/store/"], #navbar a.item[href$="/store"] {
    background: var(--accent) !important; color: #05202b !important;
    border-radius: 8px; margin: 6px 4px; padding: 8px 14px !important;
}
#navbar a.item[href$="/store/"]:hover { background: #47c4ee !important; }

/* ---------- 7) Responzivita ---------- */
@media (max-width: 900px) {
    .cr-hero-inner { grid-template-columns: 1fr; text-align: center; gap: 18px; }
    .cr-hero-side, .cr-hero-side.cr-right { align-items: center; text-align: center; }
    .cr-hero-center img { max-width: 380px; margin: 0 auto; }
    .cr-hero { min-height: auto; padding: 30px 18px; }
    .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; }
    .cr-welcome-inner { padding: 16px 18px; }
    .cr-store { width: 100%; justify-content: space-between; }
}
