.ctmc { --ctmc-navy: #072f55; --ctmc-blue: #0875c9; --ctmc-red: #d80918; --ctmc-ink: #102436; --ctmc-muted: #617285; color: var(--ctmc-ink); background: #f5f8fa; font-family: inherit; }
.ctmc, .ctmc * { box-sizing: border-box; }
.ctmc-shell { width: min(1180px, calc(100% - 32px)); margin-inline: auto; }
.ctmc-hero { padding: 48px 0; color: #fff; background: linear-gradient(125deg, #061f38, #075a9d 72%, #0b79c9); }
.ctmc-hero__inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.ctmc-kicker, .ctmc-heading span, .ctmc-panel__heading span, .ctmc-dashboard__header > div > span { display: block; margin-bottom: 5px; color: #ccedff; font-size: 13px; font-weight: 900; }
.ctmc-hero h1 { margin: 0; color: #fff; font-size: clamp(34px, 5vw, 58px); line-height: 1.25; }
.ctmc-hero p { max-width: 720px; margin: 10px 0 0; color: #e8f6ff; font-size: 17px; line-height: 1.9; }
.ctmc-privacy-mark { display: grid; place-items: center; width: 138px; min-width: 138px; aspect-ratio: 1; padding: 15px; text-align: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; background: rgba(255,255,255,.1); }
.ctmc-privacy-mark strong { font-size: 24px; }.ctmc-privacy-mark span { font-size: 11px; }
.ctmc-setup, .ctmc-dashboard { margin: 28px 0 50px; padding: clamp(20px, 4vw, 42px); border: 1px solid #dce5eb; border-radius: 18px; background: #fff; box-shadow: 0 14px 38px rgba(15, 43, 67, .08); }
.ctmc-heading, .ctmc-dashboard__header { display: flex; align-items: flex-start; justify-content: space-between; gap: 25px; padding-bottom: 22px; border-bottom: 1px solid #e4ebef; }
.ctmc-heading span, .ctmc-panel__heading span, .ctmc-dashboard__header > div > span { color: var(--ctmc-blue); }
.ctmc-heading h2, .ctmc-dashboard__header h2 { margin: 0; font-size: clamp(25px, 3vw, 38px); line-height: 1.4; }
.ctmc-heading small { max-width: 260px; color: var(--ctmc-muted); line-height: 1.7; }
.ctmc-section { padding: 28px 0; border-bottom: 1px solid #e7edf1; }
.ctmc-section h3 { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; font-size: 21px; }
.ctmc-section h3 > span { display: grid; place-items: center; width: 32px; height: 32px; color: #fff; border-radius: 50%; background: var(--ctmc-navy); font-size: 14px; }
.ctmc-grid { display: grid; gap: 18px; }.ctmc-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ctmc-field { display: flex; flex-direction: column; gap: 7px; margin-top: 18px; font-weight: 800; }
.ctmc-field--compact { max-width: 480px; }.ctmc-field em, .ctmc-choice-group em { color: var(--ctmc-muted); font-size: 12px; font-style: normal; font-weight: 600; }
.ctmc-field select { width: 100%; min-height: 50px; padding: 8px 12px; color: var(--ctmc-ink); border: 1px solid #bfcdd7; border-radius: 9px; background: #fff; font: inherit; }
.ctmc-field small { color: var(--ctmc-muted); font-size: 12px; font-weight: 500; line-height: 1.7; }
.ctmc-choice-group { margin: 18px 0 0; padding: 0; border: 0; }.ctmc-choice-group legend { margin-bottom: 10px; font-weight: 900; }
.ctmc-choice-row, .ctmc-chip-grid { display: flex; flex-wrap: wrap; gap: 9px; }
.ctmc-radio, .ctmc-chip { position: relative; cursor: pointer; }.ctmc-radio input, .ctmc-chip input { position: absolute; opacity: 0; pointer-events: none; }
.ctmc-radio span, .ctmc-chip span { display: block; padding: 10px 15px; color: #29445b; border: 1px solid #cbd8e1; border-radius: 99px; background: #f8fbfc; font-weight: 800; transition: .15s ease; }
.ctmc-radio input:checked + span, .ctmc-chip input:checked + span { color: #fff; border-color: var(--ctmc-blue); background: var(--ctmc-blue); box-shadow: 0 4px 12px rgba(8,117,201,.2); }
.ctmc-radio input:focus-visible + span, .ctmc-chip input:focus-visible + span, .ctmc button:focus-visible, .ctmc a:focus-visible, .ctmc select:focus-visible { outline: 3px solid #f2c230; outline-offset: 2px; }
.ctmc-error { min-height: 18px; margin: 5px 0 0; color: #b7000c; font-size: 12px; font-weight: 800; }
.ctmc-form-actions { display: flex; align-items: center; gap: 20px; padding-top: 25px; }.ctmc-form-actions p { margin: 0; color: var(--ctmc-muted); font-size: 13px; }
.ctmc-primary { min-height: 50px; padding: 10px 24px; color: #fff; border: 0; border-radius: 9px; background: var(--ctmc-red); font: inherit; font-weight: 900; cursor: pointer; }
.ctmc-form-message { margin-top: 12px; color: #b7000c; font-weight: 800; }
.ctmc-dashboard__header p { margin: 8px 0 0; color: var(--ctmc-muted); }.ctmc-dashboard__actions { display: flex; gap: 8px; }
.ctmc-dashboard__actions button { padding: 9px 13px; color: var(--ctmc-navy); border: 1px solid #bfced8; border-radius: 8px; background: #fff; font: inherit; font-size: 13px; font-weight: 800; cursor: pointer; }.ctmc-dashboard__actions .ctmc-danger { color: #b0000b; }
.ctmc-panel { padding-top: 30px; }.ctmc-panel__heading h3 { margin: 0 0 18px; font-size: 25px; }
.ctmc-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.ctmc-card { display: flex; flex-direction: column; min-height: 138px; padding: 18px; color: #fff !important; border-radius: 12px; background: linear-gradient(135deg, #07569b, #073767); text-decoration: none !important; }
.ctmc-card span { color: #bfe6ff; font-size: 11px; font-weight: 800; }.ctmc-card strong { margin: 6px 0 auto; color: #fff; font-size: 18px; }.ctmc-card i { margin-top: 14px; color: #fff; font-size: 12px; font-style: normal; font-weight: 800; }
.ctmc-news { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }.ctmc-news-card { border: 1px solid #dce6ec; border-radius: 11px; background: #fbfdfe; }.ctmc-news-card a { display: block; padding: 16px; color: var(--ctmc-ink); text-decoration: none; }.ctmc-news-card h4 { margin: 0 0 9px; font-size: 16px; line-height: 1.7; }.ctmc-news-card time { color: var(--ctmc-muted); font-size: 11px; }
.ctmc-empty, .ctmc-notice { padding: 16px; color: #52697c; border-radius: 9px; background: #edf5fa; }.ctmc-disclaimer { margin: 28px 0 0; padding: 14px; color: #5a6d7c; border-right: 4px solid #e3aa00; background: #fff9e8; font-size: 12px; line-height: 1.8; }
[hidden] { display: none !important; }
@media (max-width: 780px) {
    .ctmc-shell { width: min(100% - 20px, 1180px); }.ctmc-hero { padding: 32px 0; }.ctmc-hero__inner, .ctmc-heading, .ctmc-dashboard__header, .ctmc-form-actions { align-items: stretch; flex-direction: column; }.ctmc-privacy-mark { width: auto; min-width: 0; aspect-ratio: auto; border-radius: 10px; }.ctmc-grid--2, .ctmc-cards, .ctmc-news { grid-template-columns: 1fr; }.ctmc-dashboard__actions { flex-wrap: wrap; }.ctmc-setup, .ctmc-dashboard { padding: 18px; border-radius: 12px; }
}

