:root { --brand:#4f46e5; --brand-soft:#eef0ff; --ink:#14161c; --soft:#565c6b; --faint:#667085; --line:#e7e9f0; }
* { box-sizing: border-box; }
body { margin: 0; font-family: "Inter", -apple-system, sans-serif; background: #f3f4f8; color: var(--ink); line-height: 1.55; -webkit-font-smoothing: antialiased; }
.ik-top { background: #fff; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 10; }
.ik-top-in { max-width: 720px; margin: 0 auto; padding: 16px 22px; display: flex; align-items: center; gap: 14px; }
.ik-brand { font-weight: 800; color: var(--brand); letter-spacing: -.02em; }
.ik-logo { height: 34px; max-width: 200px; object-fit: contain; display: block; }
.ik-event { color: var(--soft); font-size: 14px; border-left: 1px solid var(--line); padding-left: 14px; }
.ik-event-solo { border-left: none; padding-left: 0; color: var(--ink); font-size: 17px; font-weight: 700; }
.ik-wrap { max-width: 720px; margin: 0 auto; padding: 30px 22px 40px; }
.ik-foot { max-width: 720px; margin: 0 auto; padding: 8px 22px 44px; color: var(--faint); font-size: 12.5px; display: flex; align-items: center; gap: 6px; }
/* per-session materials: upload a file or paste a link */
/* repeatable document rows (title + file OR link) — up to 5 per session */
.ss-mats { display: flex; flex-direction: column; gap: 10px; margin-bottom: 10px; }
.ss-mat { display: flex; flex-direction: column; gap: 8px; margin: 0; padding: 12px; border: 1px solid var(--line); border-radius: 12px; background: #fafbff; }
.ss-mat .ss-mat-title { margin: 0; }
.ss-mat-line { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.ik-mat-upl { display: inline-flex; align-items: center; cursor: pointer; font-size: 13.5px; font-weight: 600; color: var(--brand); border: 1.5px solid var(--line); border-radius: 9px; padding: 8px 14px; background: #fff; white-space: nowrap; }
.ik-mat-upl:hover { border-color: var(--brand); }
.ss-mat-name { font-size: 13px; color: var(--soft); min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 180px; }
.ss-mat-or { font-size: 12.5px; color: var(--faint); }
.ss-mat-line .ss-materials { flex: 1 1 160px; min-width: 0; margin: 0; }
.ss-mat-rm { margin-left: auto; flex: none; }
.ik-loading { color: var(--faint); padding: 60px; text-align: center; }
.ik-head { margin-bottom: 22px; }
.ik-eyebrow { font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--brand); margin: 0 0 8px; }
.ik-head h1 { font-size: 27px; font-weight: 800; letter-spacing: -.02em; margin: 0 0 8px; line-height: 1.15; }
.ik-sub { color: var(--soft); font-size: 14.5px; margin: 4px 0 0; }
.ik-note { background: #e6f7f4; color: #0d7a6c; border: 1px solid #bce8e0; border-radius: 12px; padding: 12px 16px; font-size: 14px; margin-top: 10px; }
.ik-card { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 30px; box-shadow: 0 2px 10px rgba(20,22,40,.05); }
.ik-sec + .ik-sec { margin-top: 30px; padding-top: 30px; border-top: 1px solid var(--line); }
.ik-sec h2 { font-size: 17px; font-weight: 700; margin: 0 0 4px; }
.ik-sec h2 + .ik-sub { margin-bottom: 14px; }
.ik-card label { display: block; font-weight: 600; font-size: 13px; margin-bottom: 14px; }
.ik-card label[hidden] { display: none; }   /* the block rule above would otherwise defeat the hidden attribute */
.ik-card label small { font-weight: 400; color: var(--faint); }
.ik-card input, .ik-card textarea, .ik-card select { width: 100%; margin-top: 6px; border: 1.5px solid var(--line); border-radius: 10px; padding: 11px 13px; font: inherit; font-size: 14.5px; background: #fff; outline: none; }
.ik-card input + input { margin-top: 8px; }
.ik-card input:focus, .ik-card textarea:focus, .ik-card select:focus { border-color: var(--brand); box-shadow: 0 0 0 3px var(--brand-soft); }
.ik-card textarea { resize: vertical; display: block; }
.ik-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ik-session .ik-row { margin-top: 14px; }
.ik-session { border: 1px solid var(--line); border-radius: 14px; padding: 18px; margin-bottom: 14px; background: #fafbff; }
.ik-session-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; font-size: 14px; }
.ik-x { background: none; border: none; color: var(--faint); font-size: 12.5px; cursor: pointer; font-weight: 600; }
.ik-x:hover { color: #c0392b; }
.ik-add { background: #fff; border: 1.5px dashed var(--line); color: var(--soft); border-radius: 12px; padding: 12px; width: 100%; font: inherit; font-weight: 600; font-size: 13.5px; cursor: pointer; }
.ik-add:hover { border-color: var(--brand); color: var(--brand); }
.ik-upl { display: inline-block; margin-bottom: 14px; }
.ik-upl-pv { width: 150px; height: 150px; border: 1.5px dashed #c9cde0; border-radius: 14px; background: #fafbff; display: flex; align-items: center; justify-content: center; text-align: center; cursor: pointer; overflow: hidden; transition: all .15s; }
.ik-upl.drag .ik-upl-pv { border-color: var(--brand); background: var(--brand-soft); }
.ik-upl-empty { color: var(--faint); font-size: 13px; font-weight: 600; display: flex; flex-direction: column; gap: 4px; padding: 10px; }
.ik-upl-empty small { font-weight: 400; font-size: 11px; }
.ik-upl-pv img { width: 100%; height: 100%; object-fit: contain; background: #fff; }
.ik-actions { margin-top: 26px; }
.ik-btn { background: var(--brand); color: #fff; border: none; border-radius: 999px; padding: 14px 30px; font: inherit; font-weight: 600; font-size: 15px; cursor: pointer; }
.ik-btn:hover { background: #3f38c9; }
.ik-btn:disabled { opacity: .6; cursor: default; }
.ik-btn-outline { background: #fff; color: var(--brand); border: 1.5px solid var(--line); }
.ik-err { color: #c0392b; font-size: 13.5px; margin: 12px 0 0; }
.ik-done { text-align: center; padding: 48px 30px; }
.ik-check { width: 56px; height: 56px; border-radius: 50%; background: #e6f7f4; color: #0d9488; font-size: 30px; display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; }
.ik-done h1 { font-size: 26px; margin: 0 0 10px; }
.ik-done p { color: var(--soft); max-width: 440px; margin: 0 auto 24px; }
.ik-lock { background: #eef0ff; color: var(--brand); }
.ik-check .ic { width: 26px; height: 26px; }
.ik-lock-pill .ic { width: 12px; height: 12px; vertical-align: -0.1em; }
.ik-ro-card { margin-top: 16px; }
.ik-ro-card h2 { font-size: 15px; font-weight: 700; margin: 0 0 16px; }
.ik-ro-photo { width: 90px; height: 90px; border-radius: 12px; object-fit: cover; margin-bottom: 12px; display: block; }
.ik-ro { display: flex; gap: 12px; padding: 8px 0; border-top: 1px solid var(--line); font-size: 14px; }
.ik-ro span { color: var(--faint); min-width: 90px; flex-shrink: 0; }
.ik-ro strong { font-weight: 600; }
.ik-ro p { margin: 0; color: var(--ink); }
.ik-ro-sess { padding: 10px 0; border-top: 1px solid var(--line); }
.ik-ro-sess strong { display: block; font-size: 14px; }
.ik-ro-sess small { color: var(--faint); font-size: 12.5px; }
/* one approved half shown read-only while the other stays editable */
.ik-sec-locked { background: #fafbff; border: 1px solid var(--line); border-radius: 14px; padding: 20px; }
.ik-lock-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 2px; }
.ik-lock-head h2 { margin: 0; }
.ik-lock-pill { flex-shrink: 0; background: var(--brand-soft); color: var(--brand); font-size: 12px; font-weight: 700; padding: 5px 11px; border-radius: 999px; white-space: nowrap; }
.ik-deny-pill { flex-shrink: 0; background: #fdecec; color: #b42318; font-size: 12px; font-weight: 700; padding: 5px 11px; border-radius: 999px; white-space: nowrap; }
.ik-sec-locked .ik-sub { margin-bottom: 14px; }
/* crop modal (headshot) */
.ik-modal-bd { position: fixed; inset: 0; background: rgba(20,22,40,.55); display: flex; align-items: center; justify-content: center; z-index: 50; padding: 20px; }
.ik-modal-bd[hidden] { display: none; }
.ik-crop { background: #fff; border-radius: 18px; padding: 26px; max-width: 440px; width: 100%; box-shadow: 0 20px 60px rgba(0,0,0,.3); }
.ik-crop h3 { font-size: 19px; margin: 0 0 6px; }
.ik-crop-hint { color: var(--faint); font-size: 13px; margin: 0 0 16px; }
.ik-crop canvas { display: block; margin: 0 auto; border-radius: 12px; background: #0c0c14; cursor: grab; touch-action: none; }
.ik-crop canvas:active { cursor: grabbing; }
.ik-crop-zoom { display: flex; align-items: center; gap: 12px; margin: 14px 0 18px; }
.ik-crop-zoom span { color: var(--faint); font-size: 17px; font-weight: 600; }
.ik-crop-zoom input { flex: 1; accent-color: var(--brand); }
.ik-crop-act { display: flex; justify-content: flex-end; gap: 10px; }
.ik-crop-act .ik-btn { padding: 10px 22px; font-size: 14px; }
@media (max-width: 560px) { .ik-row { grid-template-columns: 1fr; } .ik-card { padding: 22px; } }

/* "Powered by" stacked above the linked [wdye] lockup — shared footer treatment */
.pwby { flex-direction: column; justify-content: center; align-items: center; gap: 4px; text-align: center; }
.pwby-pb { font-size: 12px; color: var(--faint); letter-spacing: .04em; }
.pwby-link { display: flex; flex-direction: column; align-items: center; gap: 4px; text-decoration: none; color: inherit; }
.pwby-mark { font-size: 22px; font-weight: 650; color: #3a3a3c; letter-spacing: .5px; line-height: 1; }
.pwby-mark b { color: #7a2ee6; font-weight: 700; }
.pwby-tag { font-size: 11.5px; color: var(--faint); font-weight: 500; letter-spacing: .2px; }
.pwby-tag sup { font-size: 7px; }
.pwby-link:hover .pwby-mark { color: #7a2ee6; }

/* reverse-out logo uploads preview on the surface they're made for */
.ik-upl-dark, #soUplDark .ik-upl-pv { background: #1c1b24; }
