:root {
  --idk-bg: #050706;
  --idk-panel: #101311;
  --idk-panel-2: #171b18;
  --idk-line: #2c3430;
  --idk-green: #66ff33;
  --idk-green-soft: rgba(102,255,51,.16);
  --idk-text: #f4f7f4;
  --idk-muted: #a9b1ac;
  --idk-yellow: #f2c94c;
  --idk-red: #ff4d4f;
  --idk-radius: 18px;
}

.idk-booking-shell { box-sizing:border-box; width:100%; max-width:1180px; margin:24px auto; padding:24px; border:1px solid rgba(102,255,51,.42); border-radius:22px; background:linear-gradient(145deg,#050706,#0b0f0c 60%,#071007); color:var(--idk-text); box-shadow:0 18px 50px rgba(0,0,0,.28), inset 0 0 0 1px rgba(255,255,255,.02); font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; }
.idk-booking-shell * { box-sizing:border-box; }
.idk-hero { display:flex; justify-content:space-between; gap:24px; align-items:flex-start; margin-bottom:22px; }
.idk-kicker { display:inline-block; margin-bottom:6px; color:var(--idk-green); font-size:12px; font-weight:900; letter-spacing:.18em; }
.idk-hero h1,.idk-hero h2 { margin:0 0 8px; color:#fff; font-size:clamp(26px,4vw,42px); line-height:1.03; }
.idk-hero p { margin:0; max-width:720px; color:var(--idk-muted); font-size:15px; }
.idk-build { flex:0 0 auto; padding:9px 12px; border:1px solid rgba(102,255,51,.35); border-radius:999px; color:var(--idk-green); background:var(--idk-green-soft); font-size:12px; font-weight:800; }
.idk-tabs { display:flex; gap:8px; margin:0 0 18px; padding:5px; border:1px solid var(--idk-line); border-radius:14px; background:#080b09; }
.idk-tabs button { flex:1; min-height:44px; border:0; border-radius:10px; background:transparent; color:var(--idk-muted); font-weight:800; cursor:pointer; }
.idk-tabs button.is-active { background:var(--idk-green); color:#071006; box-shadow:0 7px 22px rgba(102,255,51,.14); }
.idk-panel { display:none; }
.idk-panel.is-active { display:block; }
.idk-step-grid,.idk-admin-cards,.idk-roadmap-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:12px; }
.idk-step-card,.idk-admin-cards article,.idk-roadmap-grid article { min-height:104px; padding:16px; border:1px solid var(--idk-line); border-radius:var(--idk-radius); background:linear-gradient(180deg,var(--idk-panel-2),var(--idk-panel)); }
.idk-step-card { display:flex; align-items:center; gap:12px; }
.idk-step-card>span { display:grid; place-items:center; width:34px; height:34px; flex:0 0 34px; border-radius:50%; background:var(--idk-green-soft); border:1px solid rgba(102,255,51,.48); color:var(--idk-green); font-weight:900; }
.idk-step-card strong,.idk-step-card small { display:block; }
.idk-step-card small { margin-top:4px; color:var(--idk-muted); line-height:1.35; }
.idk-foundation-note { margin-top:14px; padding:14px 16px; border-left:3px solid var(--idk-green); border-radius:10px; background:rgba(102,255,51,.07); color:#dce3de; }
.idk-empty { padding:28px; border:1px dashed #39433d; border-radius:16px; text-align:center; background:#0b0f0c; }
.idk-empty p { color:var(--idk-muted); }
.idk-empty form { max-width:360px; margin:18px auto 0; text-align:left; }
.idk-empty input[type=text],.idk-empty input[type=password] { width:100%; min-height:44px; padding:8px 10px; border:1px solid #3a443e; border-radius:9px; background:#111512; color:#fff; }
.idk-empty input[type=submit] { min-height:42px; padding:8px 18px; border:0; border-radius:9px; background:var(--idk-green); color:#071006; font-weight:900; cursor:pointer; }
.idk-booking-list { display:grid; gap:10px; }
.idk-booking-list article { display:grid; grid-template-columns:minmax(125px,.7fr) 1.3fr; gap:14px; padding:14px 16px; border:1px solid var(--idk-line); border-radius:14px; background:var(--idk-panel); }
.idk-booking-list article div { display:flex; gap:10px; align-items:center; }
.idk-booking-list span,.idk-booking-list small { color:var(--idk-muted); }
.idk-legend { display:flex; flex-wrap:wrap; justify-content:flex-end; gap:10px 14px; max-width:430px; color:var(--idk-muted); font-size:12px; }
.idk-legend span { display:flex; align-items:center; gap:6px; }
.idk-dot { display:inline-block; width:10px; height:10px; border-radius:50%; background:#68716b; box-shadow:0 0 0 3px rgba(255,255,255,.04); }
.idk-dot.is-free { background:var(--idk-green); }
.idk-dot.is-partial { background:var(--idk-yellow); }
.idk-dot.is-full { background:var(--idk-red); }
.idk-calendar-toolbar { display:grid; grid-template-columns:46px 1fr 46px; align-items:center; gap:10px; margin-bottom:10px; }
.idk-calendar-toolbar strong { text-align:center; font-size:18px; }
.idk-calendar-toolbar a { display:grid; place-items:center; min-height:42px; border:1px solid var(--idk-line); border-radius:10px; color:var(--idk-green)!important; background:#0b0f0c; text-decoration:none!important; font-size:24px; }
.idk-calendar { display:grid; grid-template-columns:repeat(7,minmax(0,1fr)); gap:7px; }
.idk-calendar-head { padding:7px 2px; color:var(--idk-muted); text-align:center; font-size:12px; font-weight:800; }
.idk-calendar-day { position:relative; min-height:76px; padding:11px; border:1px solid var(--idk-line); border-radius:12px; background:var(--idk-panel); }
.idk-calendar-day strong { font-size:14px; }
.idk-calendar-day .idk-dot { position:absolute; right:10px; bottom:10px; }
.idk-calendar-day.is-free { border-color:rgba(102,255,51,.3); }
.idk-calendar-day.is-partial { border-color:rgba(242,201,76,.32); }
.idk-calendar-day.is-full { border-color:rgba(255,77,79,.38); }
.idk-calendar-day.is-blank { opacity:.18; }
.idk-admin-cards { grid-template-columns:repeat(3,minmax(0,1fr)); margin-bottom:14px; }
.idk-admin-cards article { display:flex; flex-direction:column; justify-content:space-between; min-height:120px; }
.idk-admin-cards span { color:var(--idk-muted); }
.idk-admin-cards strong { color:var(--idk-green); font-size:34px; }
.idk-roadmap-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
.idk-roadmap-grid h3 { margin:0 0 7px; color:#fff; font-size:16px; }
.idk-roadmap-grid p { margin:0; color:var(--idk-muted); line-height:1.55; }
.idk-roadmap-grid code { display:block; margin-top:7px; padding:8px 10px; border-radius:7px; background:#070a08; color:var(--idk-green); }
.idk-admin-wrap { background:#f0f0f1; margin-left:-20px; padding:1px 20px 30px; min-height:calc(100vh - 32px); }

@media (max-width: 900px) {
  .idk-step-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .idk-roadmap-grid { grid-template-columns:1fr; }
  .idk-hero { flex-direction:column; }
  .idk-legend { justify-content:flex-start; }
}

@media (max-width: 640px) {
  .idk-booking-shell { margin:10px auto; padding:14px; border-radius:15px; }
  .idk-tabs { overflow-x:auto; }
  .idk-tabs button { min-width:125px; }
  .idk-step-grid,.idk-admin-cards { grid-template-columns:1fr; }
  .idk-calendar { gap:4px; }
  .idk-calendar-day { min-height:54px; padding:7px; border-radius:8px; }
  .idk-calendar-day .idk-dot { right:6px; bottom:6px; width:8px; height:8px; }
  .idk-calendar-head { font-size:10px; }
  .idk-booking-list article { grid-template-columns:1fr; }
}

/* BOOKING2 – medlemsbooking */
.idk-notice { margin:0 0 16px; padding:13px 15px; border:1px solid var(--idk-line); border-radius:12px; font-weight:750; }
.idk-notice.is-success { border-color:rgba(102,255,51,.45); background:rgba(102,255,51,.09); color:#dfffd5; }
.idk-notice.is-error { border-color:rgba(255,77,79,.5); background:rgba(255,77,79,.09); color:#ffd6d6; }
.idk-tab-count { display:inline-grid; place-items:center; min-width:22px; height:22px; margin-left:5px; padding:0 6px; border-radius:999px; background:rgba(255,255,255,.1); font-size:11px; }
.idk-tabs button.is-active .idk-tab-count { background:rgba(7,16,6,.14); }
.idk-empty-warning { border-color:rgba(242,201,76,.42); background:rgba(242,201,76,.05); }
.idk-booking-form { display:block; }
.idk-booking-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; }
.idk-booking-step { min-width:0; padding:17px; border:1px solid var(--idk-line); border-radius:var(--idk-radius); background:linear-gradient(180deg,var(--idk-panel-2),var(--idk-panel)); }
.idk-booking-step-wide { grid-column:span 2; }
.idk-step-heading { display:flex; align-items:center; gap:11px; margin-bottom:14px; }
.idk-step-heading>span { display:grid; place-items:center; width:34px; height:34px; flex:0 0 34px; border:1px solid rgba(102,255,51,.48); border-radius:50%; background:var(--idk-green-soft); color:var(--idk-green); font-weight:900; }
.idk-step-heading strong,.idk-step-heading small { display:block; }
.idk-step-heading small { margin-top:2px; color:var(--idk-muted); line-height:1.3; }
.idk-field-label { display:block; margin-bottom:6px; color:var(--idk-muted); font-size:12px; font-weight:800; text-transform:uppercase; letter-spacing:.07em; }
.idk-input { width:100%; min-height:48px; padding:9px 12px; border:1px solid #3a443e!important; border-radius:11px!important; outline:none; background:#090c0a!important; color:#fff!important; color-scheme:dark; font:inherit; box-shadow:none!important; }
.idk-input:focus { border-color:var(--idk-green)!important; box-shadow:0 0 0 3px rgba(102,255,51,.09)!important; }
.idk-choice-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:9px; }
.idk-lane-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
.idk-choice { min-height:70px; padding:11px 12px; border:1px solid #364039; border-radius:12px; background:#090c0a; color:#fff; text-align:left; cursor:pointer; transition:border-color .15s ease,transform .15s ease,background .15s ease; }
.idk-choice:hover { border-color:rgba(102,255,51,.62); transform:translateY(-1px); }
.idk-choice.is-selected { border-color:var(--idk-green); background:rgba(102,255,51,.10); box-shadow:0 0 0 2px rgba(102,255,51,.07); }
.idk-choice strong,.idk-choice small { display:block; }
.idk-choice strong { font-size:15px; }
.idk-choice small { margin-top:4px; color:var(--idk-muted); }
.idk-choice-status { display:inline-block; margin-bottom:6px; color:var(--idk-green); font-size:10px; font-weight:900; letter-spacing:.09em; }
.idk-loading,.idk-placeholder { grid-column:1/-1; min-height:54px; display:flex; align-items:center; justify-content:center; padding:12px; border:1px dashed #39433d; border-radius:11px; color:var(--idk-muted); background:#0a0d0b; text-align:center; }
.idk-placeholder.is-warning { border-color:rgba(242,201,76,.36); color:#f4d978; }
.idk-placeholder.is-error { border-color:rgba(255,77,79,.4); color:#ffb9ba; }
.idk-booking-summary { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:9px; margin:14px 0; padding:12px; border:1px solid rgba(102,255,51,.23); border-radius:14px; background:rgba(102,255,51,.045); }
.idk-booking-summary>div { padding:8px 10px; border-right:1px solid var(--idk-line); }
.idk-booking-summary>div:last-child { border-right:0; }
.idk-booking-summary span,.idk-booking-summary strong { display:block; }
.idk-booking-summary span { margin-bottom:3px; color:var(--idk-muted); font-size:11px; text-transform:uppercase; letter-spacing:.06em; }
.idk-booking-summary strong { color:#fff; }
.idk-primary-button,.idk-secondary-button { border:0; border-radius:10px; font-weight:900; cursor:pointer; }
.idk-primary-button { min-height:48px; width:100%; padding:10px 18px; background:var(--idk-green); color:#071006; font-size:15px; box-shadow:0 8px 24px rgba(102,255,51,.12); }
.idk-primary-button:disabled { cursor:not-allowed; opacity:.35; box-shadow:none; }
.idk-secondary-button { min-height:38px; padding:8px 13px; border:1px solid #4a5650; background:#111512; color:#e9eeeb; }
.idk-secondary-button:hover { border-color:rgba(255,77,79,.65); color:#ffd0d1; }
.idk-form-help { margin:9px 0 0; color:var(--idk-muted); font-size:12px; line-height:1.5; }
.idk-booking-list article { grid-template-columns:minmax(125px,.7fr) 1.3fr auto auto; align-items:center; }
.idk-booking-detail { flex-direction:column!important; align-items:flex-start!important; gap:3px!important; }
.idk-booking-detail em { color:#f4caca; font-size:12px; font-style:normal; }
.idk-booking-list article.is-cancelled { opacity:.72; border-color:rgba(255,77,79,.28); }
.idk-cancel-form { margin:0; }

@media (max-width: 780px) {
  .idk-choice-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .idk-lane-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .idk-booking-summary { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .idk-booking-summary>div { border-right:0; border-bottom:1px solid var(--idk-line); }
  .idk-booking-summary>div:nth-last-child(-n+2) { border-bottom:0; }
}

@media (max-width: 640px) {
  .idk-booking-grid { grid-template-columns:1fr; }
  .idk-booking-step-wide { grid-column:auto; }
  .idk-choice-grid,.idk-lane-grid { grid-template-columns:1fr 1fr; }
  .idk-booking-list article { grid-template-columns:1fr; }
  .idk-cancel-form { width:100%; }
  .idk-secondary-button { width:100%; }
}

@media (max-width: 430px) {
  .idk-choice-grid,.idk-lane-grid { grid-template-columns:1fr; }
}


/* BOOKING3 – offentlig kalender og dagsoversigt */
.idk-public-legend { display:flex; flex-wrap:wrap; gap:10px 12px; margin:0 0 16px; padding:12px; border:1px solid var(--idk-line); border-radius:14px; background:#080b09; }
.idk-public-legend span { display:flex; align-items:center; gap:7px; min-height:34px; padding:6px 10px; border:1px solid #252d28; border-radius:999px; color:var(--idk-muted); font-size:12px; }
.idk-public-legend b { color:#fff; }
.idk-calendar-title { text-align:center; }
.idk-calendar-title small,.idk-calendar-title strong { display:block; }
.idk-calendar-title small { margin-bottom:2px; color:var(--idk-muted); font-size:10px; font-weight:800; letter-spacing:.09em; text-transform:uppercase; }
.idk-calendar-title strong { font-size:19px; text-transform:capitalize; }
.idk-public-calendar .idk-calendar-day { display:block; color:#fff!important; text-decoration:none!important; transition:transform .15s ease,border-color .15s ease,background .15s ease; }
.idk-public-calendar .idk-calendar-day:not(.is-blank):hover { transform:translateY(-1px); border-color:rgba(102,255,51,.68); }
.idk-public-calendar .idk-calendar-day.is-selected { border-color:var(--idk-green); background:linear-gradient(180deg,rgba(102,255,51,.11),#101311); box-shadow:0 0 0 2px rgba(102,255,51,.08); }
.idk-public-calendar .idk-calendar-day.is-today>strong:after { content:'I DAG'; display:block; margin-top:3px; color:var(--idk-green); font-size:8px; font-weight:900; letter-spacing:.08em; }
.idk-calendar-status { position:absolute; left:10px; right:9px; bottom:8px; display:flex; align-items:center; gap:6px; min-width:0; }
.idk-calendar-status .idk-dot { position:static; flex:0 0 auto; }
.idk-calendar-status small { overflow:hidden; color:var(--idk-muted); font-size:9px; font-weight:700; text-overflow:ellipsis; white-space:nowrap; }
.idk-calendar-day.is-none { opacity:.72; }
.idk-dot.is-none { background:#68716b; }
.idk-public-day-wrap { margin-top:22px; padding-top:20px; border-top:1px solid var(--idk-line); scroll-margin-top:20px; }
.idk-public-day-head { display:flex; align-items:flex-start; justify-content:space-between; gap:18px; margin-bottom:14px; }
.idk-public-day-head h3 { margin:0 0 4px; color:#fff; font-size:clamp(21px,3vw,30px); }
.idk-public-day-head p { margin:0; color:var(--idk-muted); }
.idk-day-status { display:inline-flex; align-items:center; gap:8px; flex:0 0 auto; padding:9px 12px; border:1px solid var(--idk-line); border-radius:999px; background:#0b0f0c; color:#fff; font-size:12px; font-weight:850; }
.idk-day-status.is-free { border-color:rgba(102,255,51,.35); }
.idk-day-status.is-partial { border-color:rgba(242,201,76,.42); }
.idk-day-status.is-full { border-color:rgba(255,77,79,.5); }
.idk-public-grid-scroll { overflow-x:auto; padding-bottom:4px; border:1px solid var(--idk-line); border-radius:15px; background:#080b09; -webkit-overflow-scrolling:touch; }
.idk-public-grid { display:grid; grid-template-columns:minmax(88px,110px) repeat(var(--idk-lanes),minmax(145px,1fr)); min-width:max-content; }
.idk-public-grid-corner,.idk-public-grid-lane,.idk-public-grid-time,.idk-public-grid-cell { min-height:76px; padding:10px; border-right:1px solid var(--idk-line); border-bottom:1px solid var(--idk-line); }
.idk-public-grid-corner,.idk-public-grid-lane { position:sticky; top:0; z-index:2; display:flex; align-items:center; justify-content:center; min-height:48px; background:#111612; color:#fff; font-size:12px; font-weight:900; text-align:center; }
.idk-public-grid-corner { left:0; z-index:4; color:var(--idk-green); }
.idk-public-grid-time { position:sticky; left:0; z-index:1; display:flex; align-items:center; justify-content:center; background:#0d110e; color:#fff; font-size:12px; font-weight:850; text-align:center; }
.idk-public-grid-cell { display:flex; flex-direction:column; justify-content:center; gap:3px; background:#0f1310; }
.idk-public-grid-cell.is-free { background:rgba(102,255,51,.035); }
.idk-public-grid-cell.is-booked { background:rgba(242,201,76,.055); }
.idk-public-grid-cell.is-match { background:rgba(255,77,79,.075); }
.idk-public-grid-cell strong { color:#fff; font-size:12px; line-height:1.3; }
.idk-public-grid-cell small { color:var(--idk-muted); font-size:10px; }
.idk-cell-status { color:var(--idk-green); font-size:9px; font-weight:950; letter-spacing:.09em; }
.idk-public-grid-cell.is-booked .idk-cell-status { color:var(--idk-yellow); }
.idk-public-grid-cell.is-match .idk-cell-status { color:#ff9a9b; }
.idk-public-privacy { margin:10px 2px 0; color:var(--idk-muted); font-size:11px; line-height:1.5; }

@media (max-width: 700px) {
  .idk-public-day-head { flex-direction:column; }
  .idk-day-status { align-self:flex-start; }
  .idk-calendar-status small { display:none; }
  .idk-calendar-status { left:auto; right:7px; bottom:7px; width:auto; }
  .idk-public-calendar .idk-calendar-day { min-height:58px; }
  .idk-public-grid { grid-template-columns:minmax(78px,88px) repeat(var(--idk-lanes),minmax(130px,1fr)); }
}

@media (max-width: 430px) {
  .idk-public-legend { display:grid; grid-template-columns:1fr; }
  .idk-public-legend span { border-radius:10px; }
  .idk-calendar-toolbar { grid-template-columns:42px 1fr 42px; }
  .idk-calendar-title strong { font-size:16px; }
}

/* BOOKING4 – administrativ bane- og regelstyring */
.idk-dot.is-closed { background:#7c8780; }
.idk-calendar-day.is-closed { opacity:.58; border-color:#323a35; background:#0b0e0c; }
.idk-day-status.is-closed { border-color:#4a554e; color:#c7cfca; }
.idk-admin-center { max-width:1280px; }
.idk-admin-summary article small { display:block; margin-top:8px; color:var(--idk-muted); font-size:11px; line-height:1.35; }
.idk-admin-summary strong em { color:var(--idk-muted); font-size:14px; font-style:normal; font-weight:800; }
.idk-admin-section { margin-top:18px; padding:20px; border:1px solid var(--idk-line); border-radius:18px; background:linear-gradient(180deg,#101411,#0b0f0c); }
.idk-admin-section-head { display:flex; justify-content:space-between; gap:18px; margin-bottom:16px; }
.idk-admin-section-head h3 { margin:0 0 6px; color:#fff; font-size:22px; }
.idk-admin-section-head p { margin:0; max-width:820px; color:var(--idk-muted); line-height:1.55; }
.idk-admin-form { display:grid; gap:15px; }
.idk-admin-form>label>span,.idk-admin-inline-fields label>span,.idk-block-grid label>span,.idk-quick-add label>span,.idk-lane-pick>span { display:block; margin-bottom:6px; color:var(--idk-muted); font-size:11px; font-weight:900; letter-spacing:.07em; text-transform:uppercase; }
.idk-admin-inline-fields { display:grid; grid-template-columns:repeat(2,minmax(0,260px)); gap:12px; }
.idk-input-suffix { display:flex; align-items:stretch; }
.idk-input-suffix .idk-input { border-radius:11px 0 0 11px!important; }
.idk-input-suffix b { display:flex; align-items:center; padding:0 12px; border:1px solid #3a443e; border-left:0; border-radius:0 11px 11px 0; background:#111612; color:var(--idk-muted); font-size:12px; }
.idk-admin-table-scroll { overflow-x:auto; border:1px solid var(--idk-line); border-radius:13px; background:#080b09; -webkit-overflow-scrolling:touch; }
.idk-admin-table { width:100%; min-width:650px; border-collapse:collapse; color:#fff; }
.idk-admin-table th,.idk-admin-table td { padding:10px; border-right:1px solid var(--idk-line); border-bottom:1px solid var(--idk-line); vertical-align:middle; text-align:left; }
.idk-admin-table thead th { background:#121712; color:#dce4df; font-size:11px; letter-spacing:.05em; text-transform:uppercase; }
.idk-admin-table tbody th { color:#fff; font-size:13px; }
.idk-admin-table tr:last-child>* { border-bottom:0; }
.idk-admin-table tr>*:last-child { border-right:0; }
.idk-admin-table tr.is-inactive { opacity:.5; }
.idk-admin-table small { color:var(--idk-muted); font-weight:600; text-transform:none; letter-spacing:0; }
.idk-time-input { min-width:120px; }
.idk-small-input { min-width:86px; max-width:120px; }
.idk-sort-input { min-width:78px; max-width:95px; }
.idk-switch-label { display:inline-flex; align-items:center; gap:7px; color:#e8eeea; font-size:12px; font-weight:800; white-space:nowrap; }
.idk-switch-label input,.idk-day-check input,.idk-checkbox-card input,.idk-lane-pick input { accent-color:#66ff33; }
.idk-day-col { width:50px; min-width:50px; text-align:center!important; }
.idk-day-check { display:grid; place-items:center; cursor:pointer; }
.idk-day-check input { position:absolute; opacity:0; pointer-events:none; }
.idk-day-check span { display:grid; place-items:center; width:30px; height:30px; border:1px solid #39433d; border-radius:8px; background:#0b0f0c; color:#68716b; font-size:13px; font-weight:950; }
.idk-day-check input:checked+span { border-color:rgba(102,255,51,.6); background:rgba(102,255,51,.13); color:var(--idk-green); }
.idk-admin-save { width:auto; min-width:210px; justify-self:start; padding-left:22px; padding-right:22px; }
.idk-quick-add { display:grid; grid-template-columns:minmax(260px,520px) 1fr; gap:15px; align-items:end; padding:14px; border:1px dashed #3a463f; border-radius:13px; background:#090d0a; }
.idk-quick-add p { margin:0 0 7px; color:var(--idk-muted); font-size:12px; line-height:1.5; }
.idk-block-grid { display:grid; grid-template-columns:1.2fr .8fr .8fr 1fr; gap:12px; align-items:end; }
.idk-checkbox-card { display:flex!important; align-items:center; gap:10px; min-height:48px; margin:0!important; padding:8px 11px; border:1px solid #3a443e; border-radius:11px; background:#090c0a; cursor:pointer; }
.idk-checkbox-card>span { display:block!important; margin:0!important; letter-spacing:0!important; text-transform:none!important; }
.idk-checkbox-card b,.idk-checkbox-card small { display:block; }
.idk-checkbox-card small { margin-top:2px; color:var(--idk-muted); font-weight:500; }
.idk-admin-full { display:block; }
.idk-lane-pick { padding:13px; border:1px solid var(--idk-line); border-radius:13px; background:#090c0a; }
.idk-lane-pick>div { display:flex; flex-wrap:wrap; gap:8px; }
.idk-lane-pick label { display:flex; align-items:center; gap:7px; min-height:38px; padding:7px 10px; border:1px solid #354039; border-radius:9px; background:#111512; cursor:pointer; }
.idk-lane-pick label:has(input:checked) { border-color:rgba(102,255,51,.58); background:rgba(102,255,51,.08); }
.idk-lane-pick b { color:#fff; font-size:12px; }
.idk-admin-subsection { margin-top:20px; padding-top:18px; border-top:1px solid var(--idk-line); }
.idk-admin-subsection h4 { margin:0 0 12px; color:#fff; font-size:17px; }
.idk-block-list { display:grid; gap:9px; }
.idk-block-list article { display:grid; grid-template-columns:minmax(155px,.8fr) 1.5fr auto; gap:14px; align-items:center; padding:12px 14px; border:1px solid var(--idk-line); border-radius:12px; background:#0b0f0c; }
.idk-block-list article>div strong,.idk-block-list article>div span,.idk-block-list article>div b,.idk-block-list article>div small { display:block; }
.idk-block-list article>div span,.idk-block-list article>div small { margin-top:3px; color:var(--idk-muted); font-size:11px; }
.idk-block-list form { margin:0; }

@media (max-width:900px) {
  .idk-admin-inline-fields { grid-template-columns:1fr 1fr; }
  .idk-quick-add { grid-template-columns:1fr; align-items:start; }
  .idk-block-grid { grid-template-columns:1fr 1fr; }
}
@media (max-width:640px) {
  .idk-admin-section { padding:14px; border-radius:14px; }
  .idk-admin-inline-fields,.idk-block-grid { grid-template-columns:1fr; }
  .idk-admin-save { width:100%; min-width:0; }
  .idk-block-list article { grid-template-columns:1fr; }
  .idk-block-list .idk-secondary-button { width:100%; }
}


/* BOOKING5 – holdkampe, divisioner og faste banepar */
.idk-admin-summary { grid-template-columns:repeat(4,minmax(0,1fr)); }
.idk-match-fixed-rule { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:10px; }
.idk-match-fixed-rule>div { padding:13px 14px; border:1px solid var(--idk-line); border-radius:12px; background:#090d0a; }
.idk-match-fixed-rule span,.idk-match-fixed-rule strong { display:block; }
.idk-match-fixed-rule span { color:var(--idk-muted); font-size:10px; font-weight:900; letter-spacing:.06em; text-transform:uppercase; }
.idk-match-fixed-rule strong { margin-top:5px; color:var(--idk-green); font-size:16px; }
.idk-match-rule-table { min-width:760px; }
.idk-match-rule-table select.idk-input { min-width:170px; }
.idk-remove-rule { display:inline-flex; align-items:center; gap:7px; color:#ffb6b6; font-size:12px; font-weight:800; white-space:nowrap; }
.idk-remove-rule input { accent-color:#ff5d5d; }
@media (max-width:900px) {
  .idk-admin-summary { grid-template-columns:1fr 1fr; }
  .idk-match-fixed-rule { grid-template-columns:1fr 1fr; }
}
@media (max-width:640px) {
  .idk-admin-summary,.idk-match-fixed-rule { grid-template-columns:1fr; }
}

/* BOOKING6 – kampkalenderimport og preview */
.idk-import-settings { margin-bottom:18px; padding-bottom:18px; border-bottom:1px solid var(--idk-line); }
.idk-import-identifiers { width:100%; min-height:92px; resize:vertical; }
.idk-import-upload { padding:16px; border:1px dashed #405048; border-radius:14px; background:#080c09; }
.idk-import-upload-grid { display:grid; grid-template-columns:minmax(280px,1.4fr) minmax(280px,1fr); gap:14px; align-items:end; }
.idk-file-input { min-height:48px; padding:10px!important; }
.idk-file-input::file-selector-button { margin-right:10px; padding:8px 12px; border:1px solid rgba(102,255,51,.45); border-radius:8px; background:rgba(102,255,51,.1); color:var(--idk-green); font-weight:900; cursor:pointer; }
.idk-import-format-help { padding:11px 13px; border:1px solid var(--idk-line); border-radius:10px; background:#0d120e; color:var(--idk-muted); font-size:12px; line-height:1.5; }
.idk-import-format-help code { color:#dfffd4; }
.idk-import-preview { margin-top:20px; padding-top:18px; border-top:1px solid var(--idk-line); }
.idk-import-preview-head { display:flex; justify-content:space-between; gap:18px; align-items:flex-start; margin-bottom:14px; }
.idk-import-preview-head h4 { margin:2px 0 4px; color:#fff; font-size:19px; }
.idk-import-preview-head p { margin:0; color:var(--idk-muted); font-size:12px; }
.idk-import-stats { display:flex; flex-wrap:wrap; gap:7px; justify-content:flex-end; }
.idk-import-stats span { min-width:84px; padding:8px 10px; border:1px solid #39443e; border-radius:10px; background:#0a0e0b; color:var(--idk-muted); font-size:10px; font-weight:800; text-align:center; }
.idk-import-stats b { display:block; color:#fff; font-size:18px; }
.idk-import-stats .is-ready { border-color:rgba(102,255,51,.45); background:rgba(102,255,51,.06); }
.idk-import-stats .is-ready b { color:var(--idk-green); }
.idk-import-stats .is-conflict { border-color:rgba(255,93,93,.45); background:rgba(255,93,93,.06); }
.idk-import-stats .is-conflict b { color:#ff9b9b; }
.idk-import-table { min-width:900px; }
.idk-import-table td small { display:block; margin-top:5px; max-width:360px; }
.idk-import-badge { display:inline-flex; align-items:center; min-height:25px; padding:4px 8px; border:1px solid #465148; border-radius:999px; color:#d5ddd8; background:#121713; font-size:9px; font-weight:950; letter-spacing:.05em; text-transform:uppercase; white-space:nowrap; }
.idk-import-badge.status-ready { border-color:rgba(102,255,51,.52); color:var(--idk-green); background:rgba(102,255,51,.08); }
.idk-import-badge.status-member_override { border-color:rgba(242,201,76,.72); color:#ffe083; background:rgba(242,201,76,.10); }
.idk-import-badge.status-away,.idk-import-badge.status-duplicate,.idk-import-badge.status-duplicate_batch { color:#c4ccc7; }
.idk-import-badge.status-conflict,.idk-import-badge.status-batch_conflict { border-color:rgba(255,93,93,.55); color:#ff9f9f; background:rgba(255,93,93,.08); }
.idk-import-badge.status-no_rule,.idk-import-badge.status-unknown_home,.idk-import-badge.status-invalid { border-color:rgba(242,201,76,.55); color:#f2c94c; background:rgba(242,201,76,.07); }
.idk-import-row.status-away,.idk-import-row.status-duplicate,.idk-import-row.status-duplicate_batch { opacity:.68; }
.idk-import-actions { display:flex; flex-wrap:wrap; gap:9px; margin-top:14px; }
.idk-import-actions form { margin:0; }
@media (max-width:800px) {
  .idk-import-upload-grid { grid-template-columns:1fr; }
  .idk-import-preview-head { flex-direction:column; }
  .idk-import-stats { justify-content:flex-start; }
}

.idk-import-stats .is-override { border-color:rgba(242,201,76,.42); color:#ffe083; }
.idk-import-override-warning { flex:1 1 100%; padding:12px 14px; border:1px solid rgba(242,201,76,.45); border-radius:10px; background:rgba(242,201,76,.07); color:#f3e6ad; font-size:12px; line-height:1.55; }
.idk-import-override-warning strong { color:#ffe083; }


/* BOOKING8 – intelligent calendar sync states */
.idk-import-badge.status-new { border-color:rgba(102,255,51,.52); color:var(--idk-green); background:rgba(102,255,51,.08); }
.idk-import-badge.status-moved,.idk-import-badge.status-moved_changed { border-color:rgba(86,186,255,.58); color:#9dd8ff; background:rgba(86,186,255,.09); }
.idk-import-badge.status-changed { border-color:rgba(242,201,76,.65); color:#ffe083; background:rgba(242,201,76,.09); }
.idk-import-badge.status-removed { border-color:rgba(255,120,120,.58); color:#ffaaaa; background:rgba(255,93,93,.09); }
.idk-import-badge.status-unchanged { border-color:rgba(180,190,185,.3); color:#c4ccc7; background:rgba(255,255,255,.025); }
.idk-import-row.status-unchanged { opacity:.72; }
.idk-import-stats .is-moved b { color:#9dd8ff; }
.idk-import-stats .is-changed b { color:#ffe083; }
.idk-import-stats .is-removed b { color:#ffaaaa; }

/* BOOKING9 – bookingoversigt, administrativ aflysning og mail/auditlog */
.idk-booking-overview-table { min-width:980px; }
.idk-inline-cancel-form { display:flex; align-items:center; gap:8px; min-width:320px; }
.idk-inline-cancel-form .idk-input { min-width:210px; }
.idk-inline-cancel-form .idk-secondary-button { white-space:nowrap; }
.idk-admin-type,.idk-mail-status { display:inline-flex; align-items:center; min-height:25px; padding:4px 8px; border:1px solid var(--idk-line); border-radius:999px; font-size:11px; font-weight:800; letter-spacing:.03em; }
.idk-admin-type.is-match { border-color:#ffb800; color:#ffd35c; background:rgba(255,184,0,.08); }
.idk-admin-type.is-member { border-color:rgba(102,255,51,.5); color:var(--idk-green); background:rgba(102,255,51,.06); }
.idk-admin-type.is-admin_block { color:#d7dcd9; background:rgba(255,255,255,.04); }
.idk-mail-status.is-sent { border-color:rgba(102,255,51,.5); color:var(--idk-green); background:rgba(102,255,51,.06); }
.idk-mail-status.is-failed,.idk-mail-status.is-skipped { border-color:rgba(255,83,83,.55); color:#ff9292; background:rgba(255,83,83,.08); }
.idk-log-grid { display:grid; grid-template-columns:1fr; gap:20px; }
.idk-log-grid h4 { margin:0 0 10px; color:#fff; font-size:15px; }
.idk-log-table { min-width:820px; }
@media (max-width:720px) {
  .idk-inline-cancel-form { min-width:260px; flex-direction:column; align-items:stretch; }
  .idk-inline-cancel-form .idk-input { min-width:0; }
}


/* BOOKING10 – Book igen, alternative tider og bookingindsigt */
.idk-notice.is-info { border-color:rgba(67,170,255,.42); background:rgba(67,170,255,.08); color:#d9efff; }
.idk-recommendations { margin:14px 0 0; }
.idk-recommendation-box { padding:13px 14px; border:1px solid #334038; border-radius:13px; background:#090c0a; }
.idk-recommendation-box>strong { display:block; margin-bottom:9px; color:#fff; }
.idk-recommendation-box>div { display:flex; flex-wrap:wrap; gap:8px; }
.idk-recommendation-chip { min-height:38px; padding:8px 11px; border:1px solid rgba(102,255,51,.35); border-radius:999px; background:rgba(102,255,51,.055); color:#eaffdf; font-weight:800; cursor:pointer; }
.idk-recommendation-chip:hover { border-color:var(--idk-green); background:rgba(102,255,51,.11); }
.idk-rebook-button { display:inline-flex; align-items:center; justify-content:center; text-decoration:none!important; white-space:nowrap; }
.idk-insight-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:10px; }
.idk-insight-grid article { min-height:112px; padding:14px; border:1px solid var(--idk-line); border-radius:13px; background:#0b0e0c; display:flex; flex-direction:column; justify-content:space-between; }
.idk-insight-grid span,.idk-insight-grid small { color:var(--idk-muted); }
.idk-insight-grid strong { color:var(--idk-green); font-size:31px; line-height:1.05; }
.idk-insight-grid strong em { font-size:15px; font-style:normal; }
.idk-insight-grid strong.is-text { font-size:19px; color:#fff; }
.idk-lane-usage { margin-top:16px; padding:14px; border:1px solid var(--idk-line); border-radius:13px; background:#090c0a; }
.idk-lane-usage h4 { margin:0 0 12px; color:#fff; }
.idk-usage-row { display:grid; grid-template-columns:minmax(100px,170px) 1fr 38px; gap:10px; align-items:center; margin:8px 0; }
.idk-usage-row>span { color:#e7ece9; }
.idk-usage-row>div { height:9px; overflow:hidden; border-radius:999px; background:#1a211d; }
.idk-usage-row i { display:block; height:100%; border-radius:999px; background:var(--idk-green); }
.idk-usage-row b { color:#fff; text-align:right; }
@media (max-width:900px){.idk-insight-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media (max-width:560px){.idk-insight-grid{grid-template-columns:1fr}.idk-usage-row{grid-template-columns:100px 1fr 32px}.idk-recommendation-box>div{display:grid}.idk-recommendation-chip{width:100%}}

/* BOOKING10A */
.idk-match-rule-table .idk-priority-input{min-width:78px;max-width:96px;text-align:center;font-weight:900;color:var(--idk-green)}
.idk-import-table td small{display:block;margin-top:4px;color:var(--idk-muted);font-size:11px}

/* BOOKING10B – fair-use quota */
.idk-booking-quota { display:flex; align-items:center; justify-content:space-between; gap:16px; margin:0 0 14px; padding:13px 15px; border:1px solid rgba(102,255,51,.28); border-radius:14px; background:rgba(102,255,51,.055); }
.idk-booking-quota>div { display:flex; align-items:baseline; gap:10px; }
.idk-booking-quota span { color:var(--idk-muted); font-size:12px; font-weight:750; text-transform:uppercase; letter-spacing:.045em; }
.idk-booking-quota strong { color:#fff; font-size:18px; }
.idk-booking-quota small { color:var(--idk-muted); line-height:1.45; text-align:right; }
.idk-booking-quota.is-full { border-color:rgba(255,190,46,.55); background:rgba(255,190,46,.09); }
.idk-booking-quota.is-full strong { color:#ffd36a; }
@media (max-width:640px) { .idk-booking-quota { align-items:flex-start; flex-direction:column; gap:6px; } .idk-booking-quota small { text-align:left; } }


/* BOOKING10C – manuel styring af importerede kampe */
.idk-managed-match-table{min-width:1180px}.idk-managed-match-table tr.is-removed{opacity:.68}.idk-managed-match-table td small{display:block;margin-top:4px;color:var(--idk-muted);font-size:10px}.idk-manual-match-controls{display:grid;grid-template-columns:145px minmax(210px,1fr) auto auto auto;gap:6px;align-items:center;min-width:720px}.idk-match-bulk-tools{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-bottom:12px;padding:12px;border:1px solid var(--idk-line);border-radius:12px;background:#090c0a}.idk-match-bulk-tools select{max-width:230px}.idk-bulk-days{max-width:110px}.idk-danger-button{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:8px 12px;border:1px solid rgba(255,90,90,.55);border-radius:9px;background:rgba(255,70,70,.08);color:#ffaaaa;font-weight:900;cursor:pointer}.idk-danger-button:hover{background:rgba(255,70,70,.15)}.idk-import-badge.status-manual_override{border-color:rgba(86,186,255,.58);color:#9dd8ff;background:rgba(86,186,255,.09)}.idk-import-badge.status-manual_removed{border-color:rgba(255,120,120,.58);color:#ffaaaa;background:rgba(255,93,93,.09)}
@media(max-width:760px){.idk-manual-match-controls{grid-template-columns:1fr;min-width:280px}.idk-match-bulk-tools>*{width:100%;max-width:none!important}}

.idk-import-stats .is-manual b{color:#9dd8ff}


/* BOOKING10D – check-in */
.idk-checkin-admin-grid{display:grid;grid-template-columns:minmax(240px,1.4fr) repeat(2,minmax(180px,.8fr));gap:14px;align-items:end}
.idk-checkin-admin-grid>label{display:flex;flex-direction:column;gap:7px}
.idk-checkin-toggle-card{border:1px solid rgba(91,207,91,.28);background:rgba(91,207,91,.06);border-radius:14px;padding:16px}
.idk-checkin-toggle-card>span{font-weight:800;color:#fff}
.idk-checkin-toggle-card small{color:#aeb8b1;line-height:1.45}
.idk-checkin-state{margin-left:auto;min-width:150px;display:flex;align-items:center;justify-content:flex-end;gap:8px}
.idk-checkin-state small{color:#aeb8b1;text-align:right;max-width:220px}
.idk-checkin-state.is-checked_in strong{color:#63db76;font-size:13px}
.idk-checkin-button{appearance:none;border:1px solid #58d568;background:#58d568;color:#07120a;border-radius:10px;padding:10px 15px;font-weight:900;cursor:pointer;box-shadow:0 0 18px rgba(88,213,104,.16)}
.idk-checkin-button:hover,.idk-checkin-button:focus{filter:brightness(1.08);outline:2px solid rgba(88,213,104,.25);outline-offset:2px}
.idk-checkin-form{margin:0}
@media(max-width:760px){.idk-checkin-admin-grid{grid-template-columns:1fr}.idk-checkin-state{margin-left:0;justify-content:flex-start;width:100%}.idk-checkin-state small{text-align:left}.idk-checkin-button{width:100%}}


/* BOOKING10D1 – fælles klub-QR check-in */
.idk-qr-admin-card{margin-top:18px;border:1px solid rgba(102,255,51,.28);background:linear-gradient(135deg,rgba(102,255,51,.06),rgba(255,255,255,.02));border-radius:16px;padding:18px;display:grid;grid-template-columns:minmax(0,1fr) 190px;gap:20px;align-items:center}
.idk-qr-admin-copy h4{margin:5px 0 8px;color:#fff;font-size:20px}.idk-qr-admin-copy p{color:#c1c9c3;margin:0 0 12px;line-height:1.5}.idk-qr-admin-copy code{display:block;overflow-wrap:anywhere;padding:10px 12px;border-radius:9px;background:#080d09;border:1px solid rgba(255,255,255,.08);color:#8dff67}.idk-qr-admin-actions{display:flex;flex-wrap:wrap;gap:10px;margin:14px 0}.idk-qr-admin-image{background:#fff;border-radius:14px;padding:10px;box-shadow:0 0 28px rgba(102,255,51,.12)}.idk-qr-admin-image img{display:block;width:100%;height:auto}.idk-qr-admin-copy small{display:block;color:#9ca89f;line-height:1.45}
body.idk-qr-page{margin:0;background:#050806;color:#fff;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;min-height:100vh}.idk-qr-shell{width:min(720px,calc(100% - 28px));margin:0 auto;padding:clamp(28px,6vw,64px) 0}.idk-qr-hero{text-align:center;margin-bottom:20px}.idk-qr-hero h1{font-size:clamp(32px,8vw,56px);line-height:1;margin:8px 0 12px}.idk-qr-hero p{margin:0 auto;color:#aeb8b1;max-width:560px;line-height:1.55}.idk-qr-card{border:1px solid rgba(102,255,51,.22);background:#0b110d;border-radius:20px;padding:clamp(20px,5vw,30px);box-shadow:0 18px 60px rgba(0,0,0,.3)}.idk-qr-card.is-ready{border-color:rgba(102,255,51,.55);box-shadow:0 0 38px rgba(102,255,51,.08)}.idk-qr-card.is-success-card{border-color:rgba(99,219,118,.5)}.idk-qr-card.is-warning{border-color:rgba(255,193,7,.4)}.idk-qr-card h2{margin:5px 0 12px;font-size:clamp(24px,5vw,34px)}.idk-qr-member{display:flex;justify-content:center;gap:8px;align-items:center;margin:0 0 14px;color:#aeb8b1}.idk-qr-member strong{color:#fff}.idk-qr-bookings{display:grid;gap:12px}.idk-qr-booking{border:1px solid rgba(255,255,255,.09);background:#070b08;border-radius:14px;padding:16px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.idk-qr-booking>div span{display:block;color:#879188;font-size:12px;text-transform:uppercase;letter-spacing:.06em}.idk-qr-booking>div strong{display:block;margin-top:3px;font-size:18px}.idk-qr-booking form,.idk-qr-ok{grid-column:1/-1;margin:4px 0 0}.idk-qr-checkin-button{width:100%;font-size:18px;padding:14px 18px}.idk-qr-ok{color:#63db76;font-weight:900}.idk-qr-nearby{display:grid;gap:10px;margin-top:15px}.idk-qr-nearby>div{display:grid;grid-template-columns:1fr auto;gap:4px 12px;padding:12px;border:1px solid rgba(255,255,255,.08);border-radius:11px;background:#070b08}.idk-qr-nearby span{color:#c7d0c9}.idk-qr-nearby small{grid-column:1/-1;color:#8f9b91}.idk-qr-footer{text-align:center;color:#687269;font-size:12px;margin-top:18px}.idk-qr-page #loginform{display:grid;gap:12px;margin-top:18px}.idk-qr-page #loginform p{margin:0}.idk-qr-page #loginform label{display:block;color:#c8d0ca;margin-bottom:5px}.idk-qr-page #loginform input[type="text"],.idk-qr-page #loginform input[type="password"]{box-sizing:border-box;width:100%;border:1px solid rgba(102,255,51,.25);background:#050806;color:#fff;border-radius:10px;padding:12px}.idk-qr-page #loginform input[type="submit"]{border:1px solid #58d568;background:#58d568;color:#07120a;border-radius:10px;padding:12px 16px;font-weight:900;cursor:pointer}
@media(max-width:680px){.idk-qr-admin-card{grid-template-columns:1fr}.idk-qr-admin-image{max-width:220px}.idk-qr-booking{grid-template-columns:1fr 1fr}.idk-qr-booking>div:nth-child(3){grid-column:1/-1}.idk-qr-admin-actions>*{width:100%;text-align:center;box-sizing:border-box}}


/* BOOKING10E – No-show attendance state */
.idk-checkin-state.is-no_show{border-color:rgba(255,100,100,.34);background:rgba(255,70,70,.07);padding:10px 12px;border-radius:10px}
.idk-no-show-label,.idk-checkin-state.is-no_show strong{color:#ff8585;font-weight:900}
.idk-insight-grid article:nth-last-child(-n+2) strong{font-variant-numeric:tabular-nums}


/* BOOKING10E1 – No-show administration and reviewed attendance */
.idk-attendance-filters{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 16px}.idk-attendance-filter{display:inline-flex;align-items:center;gap:7px;padding:8px 11px;border-radius:999px;border:1px solid rgba(255,255,255,.11);background:#0a0f0b;color:#c7d0c9;text-decoration:none;font-weight:750}.idk-attendance-filter strong{display:inline-grid;place-items:center;min-width:24px;height:24px;padding:0 6px;border-radius:999px;background:rgba(255,255,255,.08);color:#fff;font-size:12px}.idk-attendance-filter.is-active{border-color:rgba(88,213,104,.65);background:rgba(88,213,104,.1);color:#7ee78a}.idk-attendance-status{display:inline-flex;padding:6px 9px;border-radius:999px;font-weight:850;font-size:12px;border:1px solid rgba(255,255,255,.1)}.idk-attendance-status.is-no_show{color:#ff8585;border-color:rgba(255,100,100,.36);background:rgba(255,70,70,.07)}.idk-attendance-status.is-approved_absence{color:#ffd36a;border-color:rgba(255,211,106,.35);background:rgba(255,193,7,.07)}.idk-attendance-status.is-registration_error{color:#9fc6ff;border-color:rgba(100,160,255,.35);background:rgba(70,130,255,.07)}.idk-attendance-status.is-checked_in{color:#63db76;border-color:rgba(99,219,118,.38);background:rgba(99,219,118,.07)}.idk-attendance-review-form{display:grid;grid-template-columns:minmax(150px,.7fr) minmax(220px,1.3fr) auto;gap:8px;align-items:center;min-width:520px}.idk-approved-absence-label{color:#ffd36a;font-weight:900}.idk-registration-error-label{color:#9fc6ff;font-weight:900}.idk-checkin-state.is-approved_absence,.idk-checkin-state.is-registration_error{padding:10px 12px;border-radius:10px;background:rgba(255,255,255,.04)}.idk-checkin-state.is-approved_absence{border-color:rgba(255,211,106,.3)}.idk-checkin-state.is-registration_error{border-color:rgba(100,160,255,.3)}.idk-checkin-state strong+small{display:block;margin-top:4px;color:#aeb8b1}.idk-attendance-table small{color:#95a098;line-height:1.35}@media(max-width:760px){.idk-attendance-review-form{grid-template-columns:1fr;min-width:280px}.idk-attendance-filter{font-size:12px}}

/* BOOKING10F – Dagens banetavle */
.idk-lane-board-shell{--idk-board-green:#62e26f;--idk-board-bg:#060906;--idk-board-panel:#0d130f;--idk-board-line:rgba(255,255,255,.09);background:linear-gradient(180deg,#070b08,#050706);border:1px solid rgba(98,226,111,.22);border-radius:22px;padding:clamp(16px,2.5vw,28px);color:#fff;box-shadow:0 18px 55px rgba(0,0,0,.28);overflow:hidden}.idk-lane-board-shell.is-standalone{border:0;border-radius:0;min-height:100vh;box-sizing:border-box;padding:clamp(14px,2vw,28px)}.idk-lane-board-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:18px}.idk-lane-board-header h2{margin:6px 0 5px;color:#fff;font-size:clamp(25px,3.2vw,44px);line-height:1.05}.idk-lane-board-header p{margin:0;color:#9dab9f}.idk-lane-board-header p strong{color:#fff}.idk-lane-board-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.idk-lane-board-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:16px}.idk-lane-board-summary article{padding:13px 15px;border:1px solid var(--idk-board-line);border-radius:14px;background:rgba(255,255,255,.025)}.idk-lane-board-summary span{display:block;color:#91a096;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.055em}.idk-lane-board-summary strong{display:block;margin-top:4px;color:#fff;font-size:25px;line-height:1}.idk-lane-board-summary article.is-free strong{color:#72ea7e}.idk-lane-board-summary article.is-busy strong{color:#ffd36a}.idk-lane-board-scroll{overflow:auto;border:1px solid var(--idk-board-line);border-radius:16px;background:#050806;scrollbar-color:#315936 #071009}.idk-lane-board-grid{display:grid;grid-template-columns:minmax(90px,110px) repeat(var(--idk-board-lanes),minmax(155px,1fr));min-width:max(760px,calc(110px + var(--idk-board-lanes) * 155px))}.idk-lane-board-corner,.idk-lane-board-lane{position:sticky;top:0;z-index:6;background:#111813;border-bottom:1px solid rgba(98,226,111,.28);padding:13px 10px;font-size:13px;font-weight:900;text-align:center}.idk-lane-board-corner{left:0;z-index:8;color:#9eaaa1}.idk-lane-board-lane{color:#dfffe3}.idk-lane-board-time{position:sticky;left:0;z-index:5;min-height:78px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:10px;border-right:1px solid var(--idk-board-line);border-bottom:1px solid var(--idk-board-line);background:#0a0f0b;color:#aeb8b1;font-variant-numeric:tabular-nums}.idk-lane-board-time strong{font-size:13px}.idk-lane-board-time span{display:inline-flex;padding:3px 7px;border-radius:999px;background:#62e26f;color:#041106;font-size:10px;font-weight:950;letter-spacing:.08em}.idk-lane-board-time.is-now{background:rgba(98,226,111,.095);box-shadow:inset 4px 0 0 #62e26f}.idk-lane-board-cell{min-height:78px;box-sizing:border-box;padding:10px 11px;border-right:1px solid var(--idk-board-line);border-bottom:1px solid var(--idk-board-line);display:flex;flex-direction:column;justify-content:center;gap:4px;background:#080c09}.idk-lane-board-cell.is-now{box-shadow:inset 0 2px 0 rgba(98,226,111,.26),inset 0 -2px 0 rgba(98,226,111,.26)}.idk-lane-board-status{align-self:flex-start;display:inline-flex;padding:3px 7px;border-radius:999px;border:1px solid rgba(255,255,255,.11);font-size:9px;font-weight:950;letter-spacing:.07em;line-height:1.2}.idk-lane-board-cell strong{font-size:13px;color:#fff;line-height:1.25}.idk-lane-board-cell small{color:#92a096;font-size:10px;line-height:1.25}.idk-lane-board-cell.is-free{background:rgba(88,213,104,.055)}.idk-lane-board-cell.is-free .idk-lane-board-status{color:#78ea84;border-color:rgba(88,213,104,.38);background:rgba(88,213,104,.08)}.idk-lane-board-cell.is-booked{background:rgba(255,196,78,.055)}.idk-lane-board-cell.is-booked .idk-lane-board-status{color:#ffd36a;border-color:rgba(255,211,106,.32);background:rgba(255,193,7,.075)}.idk-lane-board-cell.is-checked_in{background:rgba(55,211,99,.105)}.idk-lane-board-cell.is-checked_in .idk-lane-board-status{color:#8cf298;border-color:rgba(99,219,118,.52);background:rgba(99,219,118,.12)}.idk-lane-board-cell.is-match{background:linear-gradient(135deg,rgba(98,226,111,.15),rgba(98,226,111,.055));box-shadow:inset 0 0 0 1px rgba(98,226,111,.12)}.idk-lane-board-cell.is-match .idk-lane-board-status{color:#9aff9f;border-color:rgba(98,226,111,.54);background:rgba(98,226,111,.12)}.idk-lane-board-cell.is-blocked{background:rgba(191,120,255,.065)}.idk-lane-board-cell.is-blocked .idk-lane-board-status{color:#d5abff;border-color:rgba(191,120,255,.38);background:rgba(191,120,255,.09)}.idk-lane-board-cell.is-no_show{background:rgba(255,70,70,.075)}.idk-lane-board-cell.is-no_show .idk-lane-board-status{color:#ff9c9c;border-color:rgba(255,100,100,.42);background:rgba(255,70,70,.09)}.idk-lane-board-cell.is-closed{background:#080908;opacity:.68}.idk-lane-board-cell.is-closed .idk-lane-board-status{color:#98a099}.idk-lane-board-legend{display:flex;flex-wrap:wrap;gap:8px;margin-top:13px}.idk-lane-board-legend span{display:inline-flex;align-items:center;gap:6px;padding:6px 9px;border:1px solid rgba(255,255,255,.1);border-radius:999px;background:#0a0f0b;color:#b8c1ba;font-size:11px;font-weight:800}.idk-lane-board-legend span:before{content:"";width:8px;height:8px;border-radius:50%;background:#89938b}.idk-lane-board-legend .is-free:before{background:#69df76}.idk-lane-board-legend .is-booked:before{background:#ffd36a}.idk-lane-board-legend .is-checked_in:before{background:#55ef77}.idk-lane-board-legend .is-match:before{background:#71ff7a}.idk-lane-board-legend .is-blocked:before{background:#c38cff}.idk-lane-board-legend .is-no_show:before{background:#ff7777}.idk-lane-board-note{margin:10px 0 0;color:#748078;font-size:11px}.idk-lane-board-page{margin:0;background:#050706;color:#fff;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;min-height:100vh}.idk-lane-board-page .idk-lane-board-shell{width:100%;max-width:none}.idk-lane-board-page .idk-secondary-button{appearance:none;cursor:pointer}.idk-lane-board-standalone{min-height:100vh;padding:24px;background:#050706}.idk-lane-board-page:fullscreen{background:#050706}
@media(max-width:900px){.idk-lane-board-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.idk-lane-board-header{flex-direction:column}.idk-lane-board-actions{justify-content:flex-start}}
@media(max-width:560px){.idk-lane-board-shell{padding:12px;border-radius:14px}.idk-lane-board-summary{grid-template-columns:1fr 1fr}.idk-lane-board-summary article{padding:10px}.idk-lane-board-summary strong{font-size:21px}.idk-lane-board-grid{grid-template-columns:82px repeat(var(--idk-board-lanes),145px);min-width:calc(82px + var(--idk-board-lanes) * 145px)}.idk-lane-board-time,.idk-lane-board-cell{min-height:72px}.idk-lane-board-header h2{font-size:25px}.idk-lane-board-actions>*{flex:1;text-align:center}}


/* BOOKING10F1 – live lane board refresh */
.idk-lane-board-live{display:inline-flex;vertical-align:middle;align-items:center;gap:5px;margin-left:7px;padding:3px 7px;border-radius:999px;border:1px solid rgba(98,226,111,.4);background:rgba(98,226,111,.08);color:#7ee78a;font-size:9px;font-weight:950;letter-spacing:.08em;line-height:1.1}.idk-lane-board-live:before{content:"";width:6px;height:6px;border-radius:50%;background:#62e26f;box-shadow:0 0 0 0 rgba(98,226,111,.42);animation:idkBoardPulse 2s infinite}.idk-lane-board-live.is-loading{color:#ffd36a;border-color:rgba(255,211,106,.35);background:rgba(255,193,7,.07)}.idk-lane-board-live.is-loading:before{background:#ffd36a;animation:none}.idk-lane-board-live.is-error{color:#ff9c9c;border-color:rgba(255,100,100,.38);background:rgba(255,70,70,.08)}.idk-lane-board-live.is-error:before{background:#ff7777;animation:none}@keyframes idkBoardPulse{0%{box-shadow:0 0 0 0 rgba(98,226,111,.42)}70%{box-shadow:0 0 0 7px rgba(98,226,111,0)}100%{box-shadow:0 0 0 0 rgba(98,226,111,0)}}@media(prefers-reduced-motion:reduce){.idk-lane-board-live:before{animation:none}}


/* BOOKING10G – time based booking statistics */
.idk-stat-periods{display:flex;gap:7px;flex-wrap:wrap;align-items:center}
.idk-stat-periods a{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border:1px solid var(--idk-line);border-radius:999px;background:#0b0e0c;color:var(--idk-muted);text-decoration:none;font-weight:800;font-size:13px}
.idk-stat-periods a:hover,.idk-stat-periods a.is-active{border-color:var(--idk-green);color:#fff;box-shadow:0 0 0 1px rgba(77,255,128,.16) inset}
.idk-time-stat-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:14px 0}
.idk-time-stat-summary article{padding:14px;border:1px solid var(--idk-line);border-radius:13px;background:#0b0e0c;display:flex;flex-direction:column;gap:4px}
.idk-time-stat-summary span,.idk-time-stat-summary small{color:var(--idk-muted)}
.idk-time-stat-summary strong{font-size:20px;color:var(--idk-green)}
.idk-time-stat-summary strong.is-text{color:#fff}
.idk-time-heatmap-wrap{overflow:auto;border:1px solid var(--idk-line);border-radius:14px;background:#090b0a;margin-top:12px}
.idk-time-heatmap{width:100%;min-width:920px;border-collapse:separate;border-spacing:4px;padding:6px}
.idk-time-heatmap th{padding:9px 8px;color:#fff;font-size:12px;text-align:center;white-space:nowrap}
.idk-time-heatmap tbody>tr>th{position:sticky;left:0;z-index:2;background:#090b0a;color:var(--idk-muted);text-align:left}
.idk-time-heatmap td{min-width:110px;padding:9px 7px;border:1px solid rgba(255,255,255,.07);border-radius:9px;background:#101411;text-align:center;vertical-align:middle}
.idk-time-heatmap td strong{display:block;color:#fff;font-size:18px;line-height:1.1}
.idk-time-heatmap td small,.idk-time-heatmap td em{display:block;margin-top:4px;color:#b8c0bb;font-size:10px;line-height:1.25;font-style:normal}
.idk-time-heatmap td.heat-1{background:rgba(73,255,128,.07);border-color:rgba(73,255,128,.16)}
.idk-time-heatmap td.heat-2{background:rgba(73,255,128,.12);border-color:rgba(73,255,128,.25)}
.idk-time-heatmap td.heat-3{background:rgba(73,255,128,.19);border-color:rgba(73,255,128,.38)}
.idk-time-heatmap td.heat-4{background:rgba(73,255,128,.28);border-color:rgba(73,255,128,.55)}
.idk-time-heatmap td.heat-5{background:rgba(73,255,128,.40);border-color:rgba(73,255,128,.75);box-shadow:0 0 18px rgba(73,255,128,.08) inset}
.idk-time-heatmap td.is-closed{opacity:.38;background:#0b0d0c}
.idk-time-heatmap td.is-match-only{background:rgba(255,191,71,.13);border-color:rgba(255,191,71,.35)}
.idk-time-heatmap td.is-match-only strong{color:#ffd276}
.idk-heat-legend{display:flex;align-items:center;justify-content:flex-end;gap:5px;margin:8px 2px 18px;color:var(--idk-muted);font-size:11px}
.idk-heat-legend i{width:20px;height:10px;border-radius:3px;border:1px solid rgba(73,255,128,.25)}
.idk-heat-legend i.heat-1{background:rgba(73,255,128,.07)}.idk-heat-legend i.heat-2{background:rgba(73,255,128,.12)}.idk-heat-legend i.heat-3{background:rgba(73,255,128,.19)}.idk-heat-legend i.heat-4{background:rgba(73,255,128,.28)}.idk-heat-legend i.heat-5{background:rgba(73,255,128,.40)}
.idk-time-top-list{margin:12px 0 20px}
.idk-time-top-list h4,.idk-time-lane-table-wrap h4{margin:0 0 9px;color:#fff}
.idk-time-top-list>div{display:grid;grid-template-columns:34px minmax(180px,1fr) 70px minmax(220px,1fr);gap:8px;align-items:center;padding:9px 10px;border-top:1px solid var(--idk-line)}
.idk-time-top-list>div b{color:var(--idk-green)}.idk-time-top-list>div strong{color:#fff;text-align:right}.idk-time-top-list>div small{color:var(--idk-muted)}
.idk-time-lane-table-wrap{margin-top:10px}
.idk-time-lane-table td strong{color:var(--idk-green)}
@media (max-width:760px){.idk-time-stat-summary{grid-template-columns:1fr}.idk-time-top-list>div{grid-template-columns:28px 1fr 62px}.idk-time-top-list>div small{grid-column:2/-1}.idk-stat-periods{width:100%}.idk-stat-periods a{flex:1}.idk-time-heatmap{min-width:800px}}

/* BOOKING10G1 – utilization & no-show analysis */
.idk-g1-summary{grid-template-columns:repeat(3,minmax(0,1fr))}
.idk-time-stat-summary strong.is-danger{color:#ff8d8d}
.idk-stat-sub{display:block;margin-top:3px;color:var(--idk-muted);font-size:10px;white-space:nowrap}
.idk-time-lane-table td strong+small{font-weight:500}
@media (max-width:980px){.idk-g1-summary{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:620px){.idk-g1-summary{grid-template-columns:1fr}}


/* BOOKING10G2 – member booking open/closed */
.idk-booking-closed{max-width:980px;margin-inline:auto;}
.idk-booking-closed-card{min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border:1px solid rgba(68,214,44,.55);box-shadow:0 0 0 1px rgba(68,214,44,.08) inset,0 18px 50px rgba(0,0,0,.28);}
.idk-booking-closed-card h2{margin:.45rem 0 .65rem;font-size:clamp(1.65rem,4vw,2.5rem);}
.idk-booking-closed-card p{max-width:680px;margin:0;white-space:normal;font-size:1.05rem;line-height:1.65;}
.idk-member-access-grid{grid-template-columns:minmax(240px,.8fr) minmax(320px,1.7fr);align-items:stretch;}
.idk-member-closed-message{display:flex;flex-direction:column;gap:.45rem;}
.idk-member-closed-message textarea{min-height:112px;resize:vertical;}
@media (max-width:760px){.idk-member-access-grid{grid-template-columns:1fr;}.idk-booking-closed-card{min-height:240px;padding:28px 20px;}}

/* BOOKING10G3 – arrival confirmation / released no-show */
.idk-checkin-state.is-open .idk-checkin-button{letter-spacing:.01em}.idk-arrival-deadline{color:#ffd36a;font-weight:800}.idk-lane-released{color:#63db76;font-weight:850}
