/* /Components/Layout/MainLayout.razor.rz.scp.css */
.taskpane[b-m9i5zsa3co] {
    font-family: 'Segoe UI', Tahoma, sans-serif;
    font-size: 14px;
    color: #201f1e;
    padding: 12px;
    max-width: 480px;
    margin: 0 auto;
}

.build-tag[b-m9i5zsa3co] {
    margin-top: 16px;
    font-size: 11px;
    color: #a19f9d;
    text-align: center;
}

#blazor-error-ui[b-m9i5zsa3co] {
    background: #fde7e9;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-m9i5zsa3co] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/Home.razor.rz.scp.css */
/* ── Ultra-modern task pane ─────────────────────────────────────────────
   Accent #2563eb, soft borders, generous spacing, pill selectors, a sticky
   footer Send button, and advanced fields tucked behind "More options". */

.pane[b-ixwn4puzg4] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    color: #1f2328;
}

.pane-header[b-ixwn4puzg4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pane-header .title[b-ixwn4puzg4] { font-size: 17px; font-weight: 700; letter-spacing: -0.01em; }
.pane-header .who[b-ixwn4puzg4] { font-size: 12px; color: #6e7781; }

.form[b-ixwn4puzg4] { display: flex; flex-direction: column; gap: 14px; }

.field[b-ixwn4puzg4] { display: flex; flex-direction: column; gap: 5px; }

.label[b-ixwn4puzg4] { font-weight: 600; font-size: 12px; color: #57606a; }
.sublabel[b-ixwn4puzg4] { font-weight: 500; font-size: 11px; color: #8b949e; margin-bottom: 2px; display: block; }

/* paired controls (Start / Due) */
.row[b-ixwn4puzg4] { display: flex; gap: 10px; }
.col[b-ixwn4puzg4] { flex: 1; min-width: 0; }

/* inputs */
.input[b-ixwn4puzg4] {
    width: 100%;
    box-sizing: border-box;
    padding: 9px 11px;
    font-size: 14px;
    color: #1f2328;
    background: #fff;
    border: 1px solid #d0d7de;
    border-radius: 8px;
    transition: border-color .15s, box-shadow .15s;
}

.input:hover[b-ixwn4puzg4] { border-color: #b6bec6; }

.input:focus[b-ixwn4puzg4] {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

select.input[b-ixwn4puzg4] { appearance: none; background-image: none; cursor: pointer; }

.editor[b-ixwn4puzg4] {
    min-height: 96px;
    max-height: 240px;
    overflow-y: auto;
    padding: 9px 11px;
    font-size: 14px;
    background: #fff;
    border: 1px solid #d0d7de;
    border-radius: 8px;
    transition: border-color .15s, box-shadow .15s;
}

.editor:focus[b-ixwn4puzg4] {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

/* pill multi-selects (assignees, tags) */
.pills[b-ixwn4puzg4] { display: flex; flex-wrap: wrap; gap: 6px; }

.pill[b-ixwn4puzg4] {
    font-size: 13px;
    padding: 5px 12px;
    border-radius: 999px;
    border: 1px solid #d0d7de;
    background: #fff;
    color: #424a53;
    cursor: pointer;
    transition: all .12s;
}

.pill:hover[b-ixwn4puzg4] { border-color: #2563eb; color: #2563eb; }

.pill.on[b-ixwn4puzg4] {
    background: #2563eb;
    border-color: #2563eb;
    color: #fff;
    font-weight: 600;
}

/* attachments checklist */
.checks[b-ixwn4puzg4] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    max-height: 160px;
    overflow-y: auto;
    border: 1px solid #eaeef2;
    border-radius: 8px;
    padding: 8px 10px;
}

.check[b-ixwn4puzg4] { font-size: 13px; display: flex; align-items: center; gap: 8px; cursor: pointer; }
.check.toggle[b-ixwn4puzg4] { font-weight: 500; }
.check input[type=checkbox][b-ixwn4puzg4] { width: 15px; height: 15px; accent-color: #2563eb; cursor: pointer; }

/* "More options" disclosure */
.disclosure[b-ixwn4puzg4] {
    align-self: flex-start;
    background: none;
    border: none;
    padding: 2px 0;
    font-size: 13px;
    font-weight: 600;
    color: #2563eb;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
}

.disclosure .chev[b-ixwn4puzg4] { font-size: 10px; }
.disclosure:hover[b-ixwn4puzg4] { text-decoration: underline; }

/* sticky footer Send */
.footer[b-ixwn4puzg4] {
    position: sticky;
    bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 12px;
    margin-top: 4px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #fff 30%);
}

.btn[b-ixwn4puzg4] {
    padding: 10px 16px;
    border: 1px solid #d0d7de;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
}

.btn.primary[b-ixwn4puzg4] {
    width: 100%;
    background: #2563eb;
    border-color: #2563eb;
    color: #fff;
    box-shadow: 0 1px 2px rgba(37, 99, 235, 0.3);
    transition: background .12s;
}

.btn.primary:hover:not(:disabled)[b-ixwn4puzg4] { background: #1d4ed8; }
.btn.primary:disabled[b-ixwn4puzg4] { background: #c2c8cf; border-color: #c2c8cf; box-shadow: none; cursor: default; }

/* status */
.alert[b-ixwn4puzg4] { padding: 10px 12px; border-radius: 8px; font-size: 13px; line-height: 1.4; }
.alert.ok[b-ixwn4puzg4] { background: #e6f4ea; border: 1px solid #1a7f37; color: #0f5223; }
.alert.warn[b-ixwn4puzg4] { background: #fff8e1; border: 1px solid #bf8700; color: #7a5600; }
.alert.error[b-ixwn4puzg4] { background: #fde8e8; border: 1px solid #cf222e; color: #82071e; }

.muted[b-ixwn4puzg4] { color: #8b949e; font-size: 12px; }
