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

    .ct-shell { max-width: 900px; margin: 0 auto; padding: 1.5rem 1.25rem 4rem; }

    .ct-card {
        background: #ffffff;
        border: 1px solid #d0d8e0;
        border-radius: 10px;
        padding: 1.25rem 1.5rem;
        margin-bottom: 1rem;
        box-shadow: 0 1px 4px rgba(15,25,35,.07);
    }

    .ct-section-title {
        font-size: .95rem;
        font-weight: 700;
        color: #0f1923;
        margin: 0 0 1.1rem;
        padding-bottom: .55rem;
        border-bottom: 2px solid #b8d9f0;
    }

    /* ── Ingredient table ────────────────────────────────── */
    .ct-table {
        width: 100%;
        border-collapse: collapse;
        font-size: .855rem;
        margin-bottom: .85rem;
    }

    .ct-table th {
        background: #2d3f52;
        color: #ffffff;
        padding: .6rem .7rem;
        text-align: left;
        font-size: .78rem;
        font-weight: 700;
        white-space: nowrap;
    }

    .ct-table th:first-child { border-radius: 8px 0 0 0; }
    .ct-table th:last-child  { border-radius: 0 8px 0 0; }

    .ct-table td { padding: .45rem .5rem; border-bottom: 1px solid #d0d8e0; vertical-align: middle; }
    .ct-table tr:last-child td { border-bottom: none; }
    .ct-table tr:nth-child(even) td { background: #f0f4f8; }

    .ct-table input,
    .ct-table select {
        padding: .4rem .55rem;
        font-size: .82rem;
        border: 1.5px solid #b0bcc8;
        border-radius: 6px;
        background: #ffffff;
        color: #0f1923;
        width: 100%;
        transition: border-color .15s;
    }

    .ct-table input:focus,
    .ct-table select:focus { outline: none; border-color: #005fa3; }

    .col-ing   { min-width: 120px; }
    .col-type  { width: 90px; }
    .col-meas  { width: 75px; }
    .col-unit  { width: 68px; }
    .col-size  { width: 75px; }
    .col-cost  { width: 88px; }
    .col-line  { width: 78px; text-align: right; }
    .col-del   { width: 38px; text-align: center; }

    .ct-line-cost { font-weight: 700; color: #0f1923; font-variant-numeric: tabular-nums; padding-right: .75rem !important; }

    /* ── Type badges ─────────────────────────────────────── */
    .type-spirit  { background: #f0d080; color: #0f1923; }
    .type-mixer   { background: #b8d9f0; color: #0f1923; }
    .type-garnish { background: #a8d8b8; color: #0f1923; }
    .type-other   { background: #f0f4f8; color: #0f1923; }

    /* ── Form rows ───────────────────────────────────────── */
    .ct-row { display: flex; gap: .75rem; align-items: flex-end; flex-wrap: wrap; margin-bottom: .85rem; }
    .ct-field { display: flex; flex-direction: column; gap: .3rem; }
    .ct-field label { font-size: .8rem; font-weight: 700; color: #0f1923; }
    .ct-field input, .ct-field select { padding: .65rem .9rem; font-size: .9rem; border: 2px solid #d0d8e0; border-radius: 8px; background: #ffffff; color: #0f1923; transition: border-color .15s; }
    .ct-field input:focus, .ct-field select:focus { outline: none; border-color: #005fa3; box-shadow: 0 0 0 3px rgba(0,95,163,.15); }
    .ct-field .ct-helper { font-size: .78rem; font-weight: 600; color: #0f1923; margin: .2rem 0 0; line-height: 1.4; }

    .f-sm { width: 90px; }
    .f-md { width: 160px; }
    .f-lg { flex: 1; min-width: 160px; }

    /* ── Buttons ─────────────────────────────────────────── */
    .ct-add-btn { padding: .55rem 1.1rem; font-size: .85rem; font-weight: 700; background: #b8d9f0; color: #0f1923; border: 2px solid #7ec8f0; border-radius: 8px; cursor: pointer; transition: background .15s; }
    .ct-add-btn:hover { background: #90c5e8; }

    .ct-run-btn { padding: .75rem 1.5rem; font-size: .95rem; font-weight: 700; background: #b8d9f0; color: #0f1923; border: 2px solid #7ec8f0; border-radius: 10px; cursor: pointer; transition: background .15s, transform .1s; box-shadow: 0 1px 4px rgba(15,25,35,.08); }
    .ct-run-btn:hover  { background: #90c5e8; }
    .ct-run-btn:active { transform: scale(.97); }

    .ct-del-btn { padding: .4rem .6rem; font-size: .8rem; font-weight: 700; background: #f5c0c0; color: #0f1923; border: 2px solid #d08080; border-radius: 6px; cursor: pointer; transition: background .15s; }
    .ct-del-btn:hover { background: #f0a0a0; }

    /* ── GP Slider / VAT / Currency ──────────────────────── */
    .slider-wrap { display: flex; align-items: center; gap: .85rem; margin-top: .35rem; }
    .slider-wrap input[type="range"] { flex: 1; accent-color: #005fa3; cursor: pointer; }
    .slider-val { font-size: 1.05rem; font-weight: 800; color: #0f1923; min-width: 44px; text-align: right; font-variant-numeric: tabular-nums; }

    .ct-vat-wrap { display: flex; align-items: center; gap: .5rem; margin-top: .35rem; }
    .ct-vat-wrap input { width: 80px; padding: .6rem .75rem; font-size: .95rem; font-weight: 700; color: #0f1923; border: 2px solid #d0d8e0; border-radius: 8px; background: #ffffff; transition: border-color .15s; }
    .ct-vat-wrap input:focus { outline: none; border-color: #005fa3; }
    .ct-vat-wrap span { font-size: .95rem; font-weight: 700; color: #0f1923; }

    .ct-toggle { display: flex; gap: .5rem; flex-wrap: wrap; }
    .ct-toggle-btn { padding: .4rem .9rem; font-size: .8rem; font-weight: 700; border: 2px solid #b0bcc8; border-radius: 999px; background: #ffffff; color: #0f1923; cursor: pointer; transition: border-color .15s, background .15s, color .15s; }
    .ct-toggle-btn:hover:not(.active) { border-color: #005fa3; background: #e8f4fb; }
    .ct-toggle-btn.active { background: #2d3f52; border-color: #2d3f52; color: #ffffff; }

    /* ── Results header ──────────────────────────────────── */
    .ct-results-header { background: #2d3f52; border-radius: 16px; padding: 1.5rem 1.75rem; margin-bottom: 1.25rem; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: .75rem; box-shadow: 0 4px 16px rgba(15,25,35,.12); }
    .ct-results-header h2 { font-size: 1.25rem; font-weight: 800; margin: 0 0 .2rem; color: #ffffff; }
    .ct-results-header p  { margin: 0; font-size: .875rem; color: #b8d0e8; }

    /* ── Cost breakdown ──────────────────────────────────── */
    .ct-breakdown { margin-bottom: 1rem; }
    .ct-break-row { display: flex; justify-content: space-between; align-items: center; padding: .45rem .75rem; border-bottom: 1px solid #e8eef4; font-size: .875rem; }
    .ct-break-row:last-child { border-bottom: none; }
    .ct-break-type { font-size: .7rem; font-weight: 700; padding: .15rem .5rem; border-radius: 999px; margin-right: .5rem; }
    .ct-break-label { color: #0f1923; font-weight: 600; flex: 1; }
    .ct-break-value { color: #0f1923; font-weight: 700; font-variant-numeric: tabular-nums; }

    /* ── Result cards ────────────────────────────────────── */
    .results-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: .75rem; margin-bottom: .85rem; }

    .result-card { border-radius: 8px; padding: .9rem 1rem; background: #b8d9f0; border: 1px solid #5da8d8; }
    .result-card .result-label { color: #0f1923; font-size: .75rem; font-weight: 700; margin: 0 0 .25rem; }
    .result-card .result-value { color: #0f1923; font-size: 1.35rem; font-weight: 800; margin: 0; font-variant-numeric: tabular-nums; }

    .result-card.dark { background: #2d3f52; border-color: #1e2d3d; }
    .result-card.dark .result-label { color: #b8d0e8; }
    .result-card.dark .result-value { color: #ffffff; }

    .result-card.good { background: #a8d8b8; border-color: #3d9a5a; }
    .result-card.warn { background: #f0d080; border-color: #b07800; }
    .result-card.bad  { background: #f5c0c0; border-color: #b03030; }
    .result-card.good .result-label, .result-card.good .result-value,
    .result-card.warn .result-label, .result-card.warn .result-value,
    .result-card.bad  .result-label, .result-card.bad  .result-value { color: #0f1923; }

    /* ── Badge ───────────────────────────────────────────── */
    .ct-badge { display: inline-block; font-size: .75rem; font-weight: 700; padding: .25rem .7rem; border-radius: 999px; flex-shrink: 0; }
    .badge-ok   { background: #a8d8b8; color: #0f1923; border: 1px solid #3d9a5a; }
    .badge-warn { background: #f0d080; color: #0f1923; border: 1px solid #b07800; }
    .badge-crit { background: #f5c0c0; color: #0f1923; border: 1px solid #b03030; }
    .badge-info { background: #b8d9f0; color: #0f1923; border: 1px solid #5da8d8; }

    .ct-divider { border: none; border-top: 1px solid #d0d8e0; margin: 1rem 0; }
    .ct-note { font-size: .8rem; font-weight: 700; color: #0f1923 !important; margin: .5rem 0 0; line-height: 1.5; }

    /* ── Explainer ───────────────────────────────────────── */
    .ct-explainer { border: 1px solid #d0d8e0; border-radius: 10px; margin-top: 1.5rem; background: #ffffff; overflow: hidden; }
    .ct-explainer-head { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: .9rem 1.25rem; background: #ffffff; border: none; cursor: pointer; font-size: .95rem; font-weight: 700; color: #0f1923; text-align: left; transition: background .15s; }
    .ct-explainer-head:hover { background: #f0f4f8; }
    .ct-explainer-head svg { width: 18px; height: 18px; flex-shrink: 0; transition: transform .2s; }
    .ct-explainer-head[aria-expanded="true"] svg { transform: rotate(180deg); }
    .ct-explainer-body { display: none; padding: 1rem 1.25rem 1.25rem; border-top: 1px solid #d0d8e0; }
    .ct-explainer-body h3 { font-size: .9rem; font-weight: 700; margin: 1rem 0 .25rem; color: #0f1923; }
    .ct-explainer-body h3:first-child { margin-top: 0; }
    .ct-explainer-body p  { font-size: .875rem; margin: 0 0 .3rem; line-height: 1.55; color: #0f1923; }

    .hc-disclaimer { margin-top: 1.5rem; padding: .9rem 1.1rem; background: #b8d9f0; border: 1px solid #5da8d8; border-radius: 10px; font-size: .8rem; line-height: 1.5; }
    .hc-disclaimer p { color: #0f1923; margin: 0; font-weight: 600; }

    /* ── Card-scoped overrides ───────────────────────────── */
    .ct-card label, .ct-card .ct-section-title, .ct-card .ct-helper,
    .ct-card input, .ct-card select, .ct-table td, .ct-line-cost,
    .ct-break-label, .ct-break-value, .ct-card .slider-val,
    .ct-card .ct-vat-wrap span,
    .ct-explainer-body p, .ct-explainer-body h3, .ct-explainer-head,
    .hc-disclaimer p { color: #0f1923 !important; }

    .ct-results-header h2 { color: #ffffff !important; }
    .ct-results-header p  { color: #b8d0e8 !important; }
    .ct-toggle-btn.active { color: #ffffff !important; }
    .result-card .result-label, .result-card .result-value { color: #0f1923 !important; }
    .result-card.dark .result-label { color: #b8d0e8 !important; }
    .result-card.dark .result-value { color: #ffffff !important; }

    @media (max-width: 600px) {
        .col-size, .col-type { display: none; }
        .ct-row { flex-direction: column; align-items: stretch; }
        .results-grid { grid-template-columns: 1fr 1fr; }
    }

    @media print {
        nav, header, footer, .ct-add-btn, .ct-run-btn, .ct-del-btn, .ct-explainer, .hc-disclaimer { display: none !important; }
        .ct-results-header { background: #2d3f52 !important; -webkit-print-color-adjust: exact; print-color-adjust: exact; }
    }