/* /Components/AddCommentForm.razor.rz.scp.css */
.add-comment-form[b-qxrzlrpsj1] {
    padding: 15px;
    background-color: var(--bs-white);
    border-top: 1px solid var(--bs-border-color);
}

.form-group label[b-qxrzlrpsj1] {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

.add-comment-form textarea[b-qxrzlrpsj1] {
    resize: none;
    font-family: inherit;
}

.add-comment-form textarea:focus[b-qxrzlrpsj1] {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary-rgb), 0.25);
}

.form-actions[b-qxrzlrpsj1] {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    align-items: center;
}

.form-actions button[b-qxrzlrpsj1] {
    display: flex;
    align-items: center;
    gap: 5px;
}

.alert[b-qxrzlrpsj1] {
    flex: 1;
    margin: 0;
}

.btn-primary[b-qxrzlrpsj1] {
    background: linear-gradient(135deg, rgb(79, 114, 177) 0%, rgb(160, 186, 223) 100%);
    border: none;
    color: white;
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 6px;
    transition: box-shadow 0.2s, transform 0.2s;
}

.btn-primary:hover:not(:disabled)[b-qxrzlrpsj1] {
    background: linear-gradient(135deg, rgb(60, 90, 150) 0%, rgb(130, 165, 205) 100%);
    border: none;
    box-shadow: 0 4px 12px rgba(79, 114, 177, 0.4);
    transform: translateY(-1px);
}

.btn-primary:disabled[b-qxrzlrpsj1] {
    opacity: 0.6;
    cursor: not-allowed;
}
/* /Components/AddTaskDialog.razor.rz.scp.css */
.form-group[b-wgyf33kv8x] {
    margin-bottom: 20px;
}

.form-group label[b-wgyf33kv8x] {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
    font-size: 14px;
}
/* /Components/AuditHistoryItem.razor.rz.scp.css */
.audit-item[b-w0bxomkb40] {
    display: flex;
    gap: 16px;
    padding: 16px 16px;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.15s;
}

.audit-item:hover[b-w0bxomkb40] {
    background: #fafafa;
}

.audit-item:last-child[b-w0bxomkb40] {
    border-bottom: none;
}

.timeline-left[b-w0bxomkb40] {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    min-width: 60px;
    flex-shrink: 0;
}

.timeline-line[b-w0bxomkb40] {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: calc(100% - 50px);
    background: #e0e0e0;
}

.user-avatar[b-w0bxomkb40] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(79, 114, 177) 0%, rgb(160, 186, 223) 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.timeline-right[b-w0bxomkb40] {
    flex: 1;
    padding-top: 4px;
}

.audit-header[b-w0bxomkb40] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    gap: 12px;
}

.author-name[b-w0bxomkb40] {
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

.audit-timestamp[b-w0bxomkb40] {
    color: #999;
    font-size: 12px;
    white-space: nowrap;
}

.audit-action[b-w0bxomkb40] {
    color: #555;
    font-size: 14px;
    margin-bottom: 8px;
}

.audit-details[b-w0bxomkb40] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 12px;
    background: #f9f9f9;
    border-radius: 4px;
    border-left: 3px solid rgba(79, 114, 177, 0.25);
    margin-top: 8px;
}

.detail-row[b-w0bxomkb40] {
    display: flex;
    gap: 8px;
    font-size: 13px;
}

.label[b-w0bxomkb40] {
    font-weight: 600;
    color: #666;
    min-width: 45px;
}

.old-value[b-w0bxomkb40] {
    color: #d32f2f;
    text-decoration: line-through;
}

.new-value[b-w0bxomkb40] {
    color: #388e3c;
    font-weight: 600;
}
/* /Components/CommentsPanel.razor.rz.scp.css */
/* ── Container ──────────────────────────────────────── */
.comments-container[b-g8vas9h12b] {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #f7f9fc;
}

.comments-header[b-g8vas9h12b] {
    flex-shrink: 0;
    padding: 14px 16px;
    border-bottom: 1px solid #e4e8f0;
    background: linear-gradient(90deg, rgba(79,114,177,0.06) 0%, rgba(160,186,223,0.08) 100%);
    display: flex;
    align-items: center;
    gap: 8px;
}

.comments-header h4[b-g8vas9h12b] {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #333;
}

.comment-count[b-g8vas9h12b] {
    background: rgba(79, 114, 177, 0.12);
    color: rgb(79, 114, 177);
    font-size: 12px;
    font-weight: 700;
    padding: 1px 7px;
    border-radius: 10px;
}

/* ── Scroll area ────────────────────────────────────── */
.comments-scroll-wrapper[b-g8vas9h12b] {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    padding: 16px 14px;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: rgba(79, 114, 177, 0.3) transparent;
}

.comments-scroll-wrapper[b-g8vas9h12b]::-webkit-scrollbar { width: 4px; }
.comments-scroll-wrapper[b-g8vas9h12b]::-webkit-scrollbar-track { background: transparent; }
.comments-scroll-wrapper[b-g8vas9h12b]::-webkit-scrollbar-thumb { background: rgba(79,114,177,0.3); border-radius: 2px; }
.comments-scroll-wrapper[b-g8vas9h12b]::-webkit-scrollbar-thumb:hover { background: rgba(79,114,177,0.55); }

/* ── List + empty state ─────────────────────────────── */
.comments-list[b-g8vas9h12b] {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.no-comments[b-g8vas9h12b] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 120px;
    gap: 8px;
    color: #aaa;
    text-align: center;
}

.no-comments-icon[b-g8vas9h12b] {
    font-size: 32px;
    opacity: 0.5;
}

.no-comments p[b-g8vas9h12b] {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
}

.no-comments span[b-g8vas9h12b] {
    color: #bbb;
    font-size: 12px;
}

/* ── Chat rows ──────────────────────────────────────── */
.chat-row[b-g8vas9h12b] {
    display: flex;
    align-items: flex-end;
    gap: 8px;
}

.chat-row-own[b-g8vas9h12b] {
    flex-direction: row-reverse;
}

/* ── Avatars ────────────────────────────────────────── */
.chat-avatar[b-g8vas9h12b] {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    flex-shrink: 0;
    color: white;
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 4px rgba(0,0,0,0.15);
    letter-spacing: 0.5px;
}

.chat-avatar-own[b-g8vas9h12b] {
    background: linear-gradient(135deg, rgb(79, 114, 177) 0%, rgb(160, 186, 223) 100%);
}

/* ── Bubbles ────────────────────────────────────────── */
.chat-bubble[b-g8vas9h12b] {
    max-width: 78%;
    padding: 10px 13px 7px;
    border-radius: 16px;
    font-size: 13.5px;
    line-height: 1.5;
    word-break: break-word;
    position: relative;
}

.chat-bubble-other[b-g8vas9h12b] {
    background: white;
    border: 1px solid #e4e8f0;
    border-bottom-left-radius: 4px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
    color: #333;
}

.chat-bubble-own[b-g8vas9h12b] {
    background: linear-gradient(135deg, rgb(79, 114, 177) 0%, rgb(140, 170, 218) 100%);
    border-bottom-right-radius: 4px;
    box-shadow: 0 2px 8px rgba(79, 114, 177, 0.3);
    color: white;
}

/* ── Author name (others only) ──────────────────────── */
.chat-author[b-g8vas9h12b] {
    font-size: 11px;
    font-weight: 700;
    color: rgb(79, 114, 177);
    margin-bottom: 4px;
    display: block;
}

/* ── Text content ───────────────────────────────────── */
.chat-text[b-g8vas9h12b] {
    word-wrap: break-word;
}

.chat-bubble-own .chat-text p[b-g8vas9h12b],
.chat-bubble-own .chat-text span[b-g8vas9h12b],
.chat-bubble-own .chat-text li[b-g8vas9h12b] {
    color: white !important;
}

/* ── Links in comments ──────────────────────────────── */
.chat-bubble-other .chat-text a[b-g8vas9h12b] {
    color: rgb(79, 114, 177);
    text-decoration: underline;
    font-weight: 500;
    cursor: pointer;
    word-break: break-all;
}

.chat-bubble-other .chat-text a:hover[b-g8vas9h12b] {
    color: rgb(55, 85, 145);
    text-decoration: underline;
}

.chat-bubble-own .chat-text a[b-g8vas9h12b] {
    color: rgba(255, 255, 255, 0.92);
    text-decoration: underline;
    font-weight: 500;
    cursor: pointer;
    word-break: break-all;
}

.chat-bubble-own .chat-text a:hover[b-g8vas9h12b] {
    color: white;
    text-decoration: underline;
}

/* ── Footer (date + edit) ───────────────────────────── */
.chat-footer[b-g8vas9h12b] {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 5px;
}

.chat-footer-own[b-g8vas9h12b] {
    flex-direction: row-reverse;
    justify-content: flex-start;
}

.chat-date[b-g8vas9h12b] {
    font-size: 10.5px;
    color: #aaa;
    white-space: nowrap;
}

.chat-bubble-own .chat-date[b-g8vas9h12b] {
    color: rgba(255, 255, 255, 0.65);
}

.chat-edit-btn[b-g8vas9h12b] {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 13px;
    padding: 0 2px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1;
    transition: color 0.15s;
}

.chat-edit-btn:hover[b-g8vas9h12b] {
    color: white;
}

/* ── Add comment wrapper ────────────────────────────── */
.comments-add-form-wrapper[b-g8vas9h12b] {
    flex-shrink: 0;
    border-top: 1px solid #e4e8f0;
    background: white;
}
/* /Components/EditCommentDialog.razor.rz.scp.css */
.edit-comment-form[b-rx3j3uhcs5] {
    padding: 15px 0;
}

.form-group[b-rx3j3uhcs5] {
    margin-bottom: 15px;
}

.form-group label[b-rx3j3uhcs5] {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
    font-size: 14px;
}
/* /Components/StateGraph.razor.rz.scp.css */
.state-graph-empty[b-vl3hlnwig3] {
    padding: 20px;
    text-align: center;
    color: #999;
    font-size: 14px;
}

.state-graph-container[b-vl3hlnwig3] {
    padding: 20px 16px;
    background: #fafafa;
    border-bottom: 1px solid #e0e0e0;
}

.state-graph-title[b-vl3hlnwig3] {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    margin-bottom: 16px;
}

.state-graph[b-vl3hlnwig3] {
    display: flex;
    align-items: center;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 8px;
}

.state-node[b-vl3hlnwig3] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.state-box[b-vl3hlnwig3] {
    background: white;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 12px 16px;
    min-width: 140px;
    text-align: center;
    transition: all 0.15s;
}

.state-box:hover[b-vl3hlnwig3] {
    border-color: rgba(97, 132, 194, 0.5);
    box-shadow: 0 4px 12px rgba(97, 132, 194, 0.15);
}

.state-label[b-vl3hlnwig3] {
    font-weight: 600;
    color: #333;
    font-size: 13px;
    margin-bottom: 4px;
}

.state-user[b-vl3hlnwig3] {
    font-size: 11px;
    color: #999;
    margin-bottom: 2px;
}

.state-date[b-vl3hlnwig3] {
    font-size: 11px;
    color: #bbb;
}

.state-arrow[b-vl3hlnwig3] {
    color: #ddd;
    font-size: 20px;
    flex-shrink: 0;
}
/* /Components/TaskAuditHistory.razor.rz.scp.css */
.audit-history-container[b-x6oc9nlvgf] {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-y: auto;
}

.audit-loading[b-x6oc9nlvgf] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    color: #666;
    text-align: center;
}

.spinner-small[b-x6oc9nlvgf] {
    border: 3px solid #f3f3f3;
    border-top: 3px solid rgb(79, 114, 177);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    animation: spin-b-x6oc9nlvgf 1s linear infinite;
    margin-bottom: 12px;
}

@keyframes spin-b-x6oc9nlvgf {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.audit-empty[b-x6oc9nlvgf] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #999;
    font-size: 14px;
    padding: 40px 20px;
    text-align: center;
}

.audit-section[b-x6oc9nlvgf] {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 0;
}

.section-header[b-x6oc9nlvgf] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 16px;
    background: #f5f5f5;
    cursor: pointer;
    user-select: none;
    transition: background 0.15s;
    border-left: 4px solid transparent;
}

.section-header:hover[b-x6oc9nlvgf] {
    background: #efefef;
    border-left-color: rgba(79, 114, 177, 0.5);
}

.expand-icon[b-x6oc9nlvgf] {
    color: #999;
    font-size: 12px;
    transition: transform 0.15s;
}

.section-title[b-x6oc9nlvgf] {
    font-weight: 600;
    color: #333;
    font-size: 14px;
    flex: 1;
}

.section-count[b-x6oc9nlvgf] {
    background: rgba(79, 114, 177, 0.1);
    color: rgb(79, 114, 177);
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
}

.timeline[b-x6oc9nlvgf] {
    display: flex;
    flex-direction: column;
}
/* /Components/TaskDetailWithComments.razor.rz.scp.css */
.task-detail-container[b-68osci45wz] {
    display: flex;
    flex: 1;
    height: 100%;
    min-height: 0;
    width: 100%;
    flex-direction: column;
    background: white;
}
/* /Components/UserSelector.razor.rz.scp.css */
.user-selector-container[b-vbsla3trgs] {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 15px;
    min-width: 300px;
}

.user-selector-header[b-vbsla3trgs] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    cursor: pointer;
    padding: 8px;
    margin: -8px -8px 12px -8px;
    border-radius: 6px;
    transition: background-color 0.2s ease;
}

.user-selector-header:hover[b-vbsla3trgs] {
    background: rgba(102, 126, 234, 0.05);
}

.header-left[b-vbsla3trgs] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-right[b-vbsla3trgs] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.toggle-button[b-vbsla3trgs] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: rgb(79, 114, 177);
}

.chevron[b-vbsla3trgs] {
    font-size: 12px;
    transition: transform 0.3s ease;
    display: inline-block;
}

.chevron.expanded[b-vbsla3trgs] {
    transform: rotate(0deg);
}

.chevron.collapsed[b-vbsla3trgs] {
    transform: rotate(-90deg);
}

.user-selector-header label[b-vbsla3trgs] {
    font-weight: 600;
    color: #333;
    font-size: 14px;
    margin: 0;
    user-select: none;
}

.loading-text[b-vbsla3trgs] {
    font-size: 12px;
    color: #888;
    font-style: italic;
}

.selected-count[b-vbsla3trgs] {
    font-size: 12px;
    color: rgb(79, 114, 177);
    font-weight: 600;
    background: rgba(79, 114, 177, 0.1);
    padding: 4px 8px;
    border-radius: 12px;
}

.user-list[b-vbsla3trgs] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 400px;
    overflow-y: auto;
}

.user-list-loading[b-vbsla3trgs] {
    display: flex;
    justify-content: center;
    padding: 20px;
}

.mini-spinner[b-vbsla3trgs] {
    border: 3px solid #f3f3f3;
    border-top: 3px solid rgb(79, 114, 177);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin-b-vbsla3trgs 1s linear infinite;
}

@keyframes spin-b-vbsla3trgs {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.no-users[b-vbsla3trgs] {
    text-align: center;
    padding: 20px;
    color: #888;
    font-size: 14px;
}

.user-item[b-vbsla3trgs] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    background: white;
    border: 2px solid transparent;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.user-item:hover[b-vbsla3trgs] {
    border-color: rgb(79, 114, 177);
    transform: translateX(2px);
    box-shadow: 0 2px 8px rgba(79, 114, 177, 0.2);
}

.user-item.selected[b-vbsla3trgs] {
    background: linear-gradient(135deg, rgba(79, 114, 177, 0.1) 0%, rgba(160, 186, 223, 0.1) 100%);
    border-color: rgb(79, 114, 177);
}

.user-avatar[b-vbsla3trgs] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #e0e0e0;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

.user-avatar.selected[b-vbsla3trgs] {
    background: linear-gradient(135deg, rgb(79, 114, 177) 0%, rgb(160, 186, 223) 100%);
    color: white;
}

.user-info[b-vbsla3trgs] {
    flex: 1;
    min-width: 0;
}

.user-name[b-vbsla3trgs] {
    font-weight: 500;
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.user-email[b-vbsla3trgs] {
    font-size: 12px;
    color: #888;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.selected-indicator[b-vbsla3trgs] {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgb(79, 114, 177);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    flex-shrink: 0;
}

.user-list[b-vbsla3trgs]::-webkit-scrollbar {
    width: 6px;
}

.user-list[b-vbsla3trgs]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.user-list[b-vbsla3trgs]::-webkit-scrollbar-thumb {
    background: rgb(79, 114, 177);
    border-radius: 3px;
}

.user-list[b-vbsla3trgs]::-webkit-scrollbar-thumb:hover {
    background: rgb(55, 85, 145);
}

.search-bar[b-vbsla3trgs] {
    margin-bottom: 12px;
    position: relative;
}

.search-input[b-vbsla3trgs] {
    width: 100%;
    padding: 10px 35px 10px 12px;
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    font-size: 14px;
    font-family: inherit;
    transition: border-color 0.2s ease;
    box-sizing: border-box;
}

.search-input:focus[b-vbsla3trgs] {
    outline: none;
    border-color: rgb(79, 114, 177);
    box-shadow: 0 0 0 3px rgba(79, 114, 177, 0.1);
}

.search-input[b-vbsla3trgs]::placeholder {
    color: #999;
}

.clear-search[b-vbsla3trgs] {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    color: #888;
    font-size: 18px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s ease;
    padding: 0;
}

.clear-search:hover[b-vbsla3trgs] {
    color: rgb(79, 114, 177);
    background: rgba(79, 114, 177, 0.1);
}
/* /Components/VideoPlayer.razor.rz.scp.css */
/* ── Video Player Container ────────────────────────────── */
.video-player-wrapper[b-a0b6s7a0kw] {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(79, 114, 177, 0.18);
    background: #f7f9fc;
    flex-shrink: 0;
}

/* ── Header bar ─────────────────────────────────────────── */
.video-player-header[b-a0b6s7a0kw] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    background: linear-gradient(90deg, rgba(79, 114, 177, 0.08) 0%, rgba(160, 186, 223, 0.10) 100%);
    border-bottom: 1px solid rgba(79, 114, 177, 0.12);
}

.video-player-icon[b-a0b6s7a0kw] {
    font-size: 11px;
    color: rgb(79, 114, 177);
    line-height: 1;
}

.video-player-label[b-a0b6s7a0kw] {
    font-size: 12px;
    font-weight: 700;
    color: rgb(79, 114, 177);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    flex: 1;
}

.video-player-link[b-a0b6s7a0kw] {
    font-size: 14px;
    color: rgb(79, 114, 177);
    opacity: 0.6;
    text-decoration: none;
    line-height: 1;
    transition: opacity 0.15s;
}

.video-player-link:hover[b-a0b6s7a0kw] {
    opacity: 1;
}

/* ── 16:9 responsive embed ──────────────────────────────── */
.video-embed-container[b-a0b6s7a0kw] {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 */
    background: #000;
}

.video-embed-frame[b-a0b6s7a0kw],
.video-native[b-a0b6s7a0kw] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

/* ── SharePoint Vorschaukarte ───────────────────────────── */
.sharepoint-preview[b-a0b6s7a0kw] {
    padding: 20px 20px 22px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    background: #f7f9fc;
}

.sharepoint-icon-wrap[b-a0b6s7a0kw] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sharepoint-icon[b-a0b6s7a0kw] {
    width: 36px;
    height: 36px;
    border-radius: 6px;
    flex-shrink: 0;
}

.sharepoint-label[b-a0b6s7a0kw] {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a2e;
}

.sharepoint-hint[b-a0b6s7a0kw] {
    margin: 0;
    font-size: 12px;
    color: #666;
    line-height: 1.6;
}

.sharepoint-open-btn[b-a0b6s7a0kw] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 9px 20px;
    background: linear-gradient(135deg, rgb(79, 114, 177) 0%, rgb(160, 186, 223) 100%);
    color: white;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: opacity 0.15s, transform 0.15s, box-shadow 0.15s;
}

.sharepoint-open-btn:hover[b-a0b6s7a0kw] {
    opacity: 0.9;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(79, 114, 177, 0.35);
}

/* ── Fallback link ──────────────────────────────────────── */
.video-unknown[b-a0b6s7a0kw] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 16px;
    font-size: 13px;
    color: #555;
}

.video-unknown a[b-a0b6s7a0kw] {
    color: rgb(79, 114, 177);
    text-decoration: none;
    font-weight: 500;
}

.video-unknown a:hover[b-a0b6s7a0kw] {
    text-decoration: underline;
}
/* /Layout/LoginDisplay.razor.rz.scp.css */
.user-greeting[b-g96nh9ogyj] {
    color: white;
    margin-right: 12px;
    font-weight: 500;
}

.auth-btn[b-g96nh9ogyj] {
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
}

.auth-btn:hover[b-g96nh9ogyj] {
    background-color: rgba(255, 255, 255, 0.3);
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-e9e7usasnx] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100%;
}

main[b-e9e7usasnx] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.sidebar[b-e9e7usasnx] {
    background: linear-gradient(180deg, rgb(79, 114, 177) 0%, rgb(160, 186, 223) 100%);
}

.top-row[b-e9e7usasnx] {
    background: linear-gradient(90deg, rgb(79, 114, 177) 0%, rgb(160, 186, 223) 100%);
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 5rem;
    display: flex;
    align-items: center;
    gap: 12px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex-shrink: 0;
}

.top-row[b-e9e7usasnx]  a, .top-row[b-e9e7usasnx]  .btn-link {
    white-space: nowrap;
    padding: 8px 16px;
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 6px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s;
    font-weight: 500;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    height: auto;
}

.top-row[b-e9e7usasnx]  a:hover, .top-row[b-e9e7usasnx]  .btn-link:hover {
    background-color: rgba(255, 255, 255, 0.3);
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.top-row[b-e9e7usasnx]  a:first-child {
    display: inline-block;
}

article[b-e9e7usasnx] {
    flex: 1;
    overflow-y: auto;
    padding: 1rem 2rem !important;
}

@media (max-width: 640.98px) {
    .top-row[b-e9e7usasnx] {
        justify-content: space-between;
    }

    .top-row[b-e9e7usasnx]  a, .top-row[b-e9e7usasnx]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-e9e7usasnx] {
        flex-direction: row;
    }

    .sidebar[b-e9e7usasnx] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }
}
/* /Layout/MinimalLayout.razor.rz.scp.css */
.page-minimal[b-ca4yt6f3t5] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100%;
    background: #f5f6fa;
    overflow: hidden;
}

.page-minimal-main[b-ca4yt6f3t5] {
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.page-minimal-main .content[b-ca4yt6f3t5] {
    flex: 1;
    overflow-y: auto;
    padding: 24px 16px;
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-n7eq8ezi3g] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-n7eq8ezi3g] {
    min-height: 5rem;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.navbar-brand[b-n7eq8ezi3g] {
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    gap: 12px;
    color: white;
    text-decoration: none;
}

.navbar-logo[b-n7eq8ezi3g] {
    height: 48px;
    width: auto;
    max-width: 56px;
}

.navbar-text[b-n7eq8ezi3g] {
    font-weight: 700;
    color: white;
    letter-spacing: 0.5px;
}

.bi[b-n7eq8ezi3g] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-n7eq8ezi3g] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-n7eq8ezi3g] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-n7eq8ezi3g] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-n7eq8ezi3g] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-n7eq8ezi3g] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-n7eq8ezi3g] {
        padding-bottom: 1rem;
    }

    .nav-item[b-n7eq8ezi3g]  a {
        color: white;
        background-color: rgba(255, 255, 255, 0.15);
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-n7eq8ezi3g]  a.active {
    background-color: rgba(255, 255, 255, 0.30);
    color: white;
}

.nav-item[b-n7eq8ezi3g]  a:hover {
    background-color: rgba(255, 255, 255, 0.22);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-n7eq8ezi3g] {
        display: none;
    }

    .collapse[b-n7eq8ezi3g] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-n7eq8ezi3g] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 5rem);
        overflow-y: auto;
    }
}
/* /Pages/Home.razor.rz.scp.css */
.loading-container[b-0xoyqwafqy] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
}

.spinner[b-0xoyqwafqy] {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #667eea;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin-b-0xoyqwafqy 1s linear infinite;
    margin-bottom: 20px;
}

@keyframes spin-b-0xoyqwafqy {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loading-container p[b-0xoyqwafqy] {
    font-size: 16px;
    color: #666;
}

.toolbar-container[b-0xoyqwafqy] {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 20px;
}

.quick-filters[b-0xoyqwafqy] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
}

.quick-filter-btn[b-0xoyqwafqy] {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 6px 14px 6px 8px;
    border-radius: 20px;
    border: 1.5px solid #d5dbe6;
    background: white;
    color: #555;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.18s, border-color 0.18s, color 0.18s, box-shadow 0.18s;
    white-space: nowrap;
}

.quick-filter-btn:hover[b-0xoyqwafqy] {
    border-color: rgb(79, 114, 177);
    color: rgb(79, 114, 177);
    box-shadow: 0 2px 8px rgba(79, 114, 177, 0.15);
}

.quick-filter-btn.active[b-0xoyqwafqy] {
    background: linear-gradient(135deg, rgb(79, 114, 177) 0%, rgb(160, 186, 223) 100%);
    border-color: transparent;
    color: white;
    box-shadow: 0 2px 10px rgba(79, 114, 177, 0.35);
}

.qf-avatar[b-0xoyqwafqy] {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(255,255,255,0.3);
    border: 1.5px solid currentColor;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
    flex-shrink: 0;
    line-height: 1;
}

.quick-filter-btn.active .qf-avatar[b-0xoyqwafqy] {
    background: rgba(255,255,255,0.25);
    border-color: rgba(255,255,255,0.6);
}

.project-filter-container[b-0xoyqwafqy] {
    flex: 1;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
}

.project-filter-container label[b-0xoyqwafqy] {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

.add-task-container[b-0xoyqwafqy] {
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.refresh-indicator[b-0xoyqwafqy] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgb(79, 114, 177);
    display: inline-block;
    animation: pulse-b-0xoyqwafqy 1.2s ease-in-out infinite;
}

@keyframes pulse-b-0xoyqwafqy {
    0%, 100% { opacity: 1; transform: scale(1); }
    50%       { opacity: 0.4; transform: scale(0.7); }
}

.add-task-btn[b-0xoyqwafqy] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: linear-gradient(135deg, rgb(79, 114, 177) 0%, rgb(160, 186, 223) 100%);
    color: white;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}

.add-task-btn:hover[b-0xoyqwafqy] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(79, 114, 177, 0.4);
}

.add-icon[b-0xoyqwafqy] {
    font-size: 20px;
    font-weight: bold;
}

.kanban-card[b-0xoyqwafqy] {
    padding: 12px;
    background: white;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    cursor: pointer;
}

.kanban-card:hover[b-0xoyqwafqy] {
    box-shadow: 0 4px 10px rgba(79, 114, 177, 0.25);
}

.card-header[b-0xoyqwafqy] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.owner-avatar[b-0xoyqwafqy] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(79, 114, 177) 0%, rgb(160, 186, 223) 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 12px;
    flex-shrink: 0;
}

.card-title[b-0xoyqwafqy] {
    font-weight: 600;
    font-size: 14px;
    color: #333;
    flex-grow: 1;
}

.card-content p[b-0xoyqwafqy] {
    font-size: 13px;
    color: #666;
    margin: 0 0 10px 0;
    line-height: 1.4;
}

.card-summary[b-0xoyqwafqy] {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.urgency-chip[b-0xoyqwafqy] {
    flex-shrink: 0;
    padding: 2px 8px;
    border-radius: 12px;
    color: white;
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
}

.card-meta[b-0xoyqwafqy] {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 8px;
    flex-wrap: wrap;
}

.meta-deadline[b-0xoyqwafqy],
.meta-duration[b-0xoyqwafqy] {
    font-size: 11px;
    color: #666;
    display: flex;
    align-items: center;
    gap: 3px;
}

.meta-deadline.near[b-0xoyqwafqy] {
    color: #fd7e14;
    font-weight: 600;
}

.meta-deadline.overdue[b-0xoyqwafqy] {
    color: #dc3545;
    font-weight: 600;
}

.card-owner[b-0xoyqwafqy] {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #888;
    padding-top: 8px;
    border-top: 1px solid #eee;
}

.card-owner span[b-0xoyqwafqy] {
    font-weight: 500;
}
/* /Pages/Login.razor.rz.scp.css */
.login-container[b-wscfblxoxg] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgb(79, 114, 177) 0%, rgb(160, 186, 223) 100%);
    position: relative;
    overflow: hidden;
    padding: 20px;
}

.background-decoration[b-wscfblxoxg] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.circle[b-wscfblxoxg] {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    animation: float-b-wscfblxoxg 20s infinite ease-in-out;
}

.circle-1[b-wscfblxoxg] {
    width: 300px;
    height: 300px;
    top: -100px;
    left: -100px;
    animation-delay: 0s;
}

.circle-2[b-wscfblxoxg] {
    width: 200px;
    height: 200px;
    bottom: -50px;
    right: 10%;
    animation-delay: 7s;
}

.circle-3[b-wscfblxoxg] {
    width: 150px;
    height: 150px;
    top: 50%;
    right: -75px;
    animation-delay: 14s;
}

@keyframes float-b-wscfblxoxg {
    0%, 100% {
        transform: translateY(0) translateX(0);
    }
    50% {
        transform: translateY(-30px) translateX(30px);
    }
}

.login-card[b-wscfblxoxg] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    max-width: 450px;
    width: 100%;
    position: relative;
    z-index: 1;
    animation: slideUp-b-wscfblxoxg 0.5s ease-out;
}

@keyframes slideUp-b-wscfblxoxg {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.login-header[b-wscfblxoxg] {
    padding: 40px 40px 30px;
    text-align: center;
    background: linear-gradient(135deg, rgb(79, 114, 177) 0%, rgb(160, 186, 223) 100%);
    border-radius: 16px 16px 0 0;
    color: white;
}

.logo-container[b-wscfblxoxg] {
    margin-bottom: 10px;
}

.login-logo[b-wscfblxoxg] {
    height: 56px;
    width: auto;
    margin-bottom: 12px;
    filter: brightness(0) invert(1);
}

.login-header h1[b-wscfblxoxg] {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
}

.tagline[b-wscfblxoxg] {
    margin: 10px 0 0;
    font-size: 14px;
    opacity: 0.9;
}

.login-content[b-wscfblxoxg] {
    padding: 40px;
}

.login-content h2[b-wscfblxoxg] {
    margin: 0 0 10px;
    font-size: 24px;
    color: #333;
}

.login-content > p[b-wscfblxoxg] {
    margin: 0 0 30px;
    color: #666;
    line-height: 1.6;
}

.features[b-wscfblxoxg] {
    margin-bottom: 30px;
}

.feature-item[b-wscfblxoxg] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    color: #555;
    font-size: 14px;
}

.feature-icon[b-wscfblxoxg] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, rgb(79, 114, 177) 0%, rgb(160, 186, 223) 100%);
    color: white;
    border-radius: 50%;
    font-size: 12px;
    font-weight: bold;
    flex-shrink: 0;
}

.login-btn[b-wscfblxoxg] {
    width: 100%;
    padding: 16px;
    background: linear-gradient(135deg, rgb(79, 114, 177) 0%, rgb(160, 186, 223) 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: transform 0.2s, box-shadow 0.2s;
    margin-bottom: 20px;
}

.login-btn:hover[b-wscfblxoxg] {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(79, 114, 177, 0.4);
}

.login-btn:active[b-wscfblxoxg] {
    transform: translateY(0);
}

.login-icon[b-wscfblxoxg] {
    font-size: 20px;
}

.info-text[b-wscfblxoxg] {
    text-align: center;
    font-size: 13px;
    color: #888;
    margin: 0;
    line-height: 1.5;
}

@media (max-width: 600px) {
    .login-card[b-wscfblxoxg] {
        margin: 20px;
    }

    .login-header[b-wscfblxoxg],
    .login-content[b-wscfblxoxg] {
        padding: 30px 25px;
    }

    .login-header h1[b-wscfblxoxg] {
        font-size: 24px;
    }

    .login-content h2[b-wscfblxoxg] {
        font-size: 20px;
    }
}
/* /Pages/TaskPage.razor.rz.scp.css */
/* ── Page shell ─────────────────────────────────────────── */
.task-page[b-pxgcqo2eul] {
    display: flex;
    flex-direction: column;
    padding: 24px 24px 40px;
}

.task-page-header[b-pxgcqo2eul] {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
    flex-shrink: 0;
}

/* ── Two-column layout ──────────────────────────────────── */
.task-container[b-pxgcqo2eul] {
    display: flex;
    gap: 24px;
    align-items: stretch;      /* both columns same height */
}

/* Left: form – 2/3 width, scrolls with page */
.task-form-section[b-pxgcqo2eul] {
    flex: 2;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

/* Right: 1/3 panel – matches left form height, inner comments list scrolls */
.task-details-section[b-pxgcqo2eul] {
    flex: 1;
    min-width: 300px;
    max-width: 520px;
    overflow: hidden;
    border-radius: 12px;
    background: white;
    border: 1px solid #e4e8f0;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
    display: flex;
    flex-direction: column;
}

.no-details[b-pxgcqo2eul] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    color: #bbb;
    font-size: 14px;
    font-style: italic;
}

/* ── Form card ──────────────────────────────────────────── */
.task-form-card[b-pxgcqo2eul] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
    border: 1px solid #e4e8f0;
    overflow: hidden;
    position: relative; /* needed for delete-overlay positioning */
}

/* Card header bar with gradient accent */
.form-card-header[b-pxgcqo2eul] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 24px;
    background: linear-gradient(90deg, rgba(79, 114, 177, 0.07) 0%, rgba(160, 186, 223, 0.10) 100%);
    border-bottom: 1px solid rgba(79, 114, 177, 0.12);
    min-height: 52px;
}

.form-card-body[b-pxgcqo2eul] {
    padding: 24px 24px 32px;
}

/* ── Form elements ──────────────────────────────────────── */
.form-group[b-pxgcqo2eul] {
    margin-bottom: 20px;
}

.form-group label[b-pxgcqo2eul] {
    display: block;
    margin-bottom: 7px;
    font-weight: 600;
    font-size: 13px;
    color: #444;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.required[b-pxgcqo2eul] {
    color: #e53e3e;
    text-transform: none;
}

.form-row[b-pxgcqo2eul] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.video-preview[b-pxgcqo2eul] {
    margin-top: 12px;
}

/* Kompakter Video-Player im Formular */
.video-player-section[b-pxgcqo2eul] {
    padding-bottom: 16px !important;
}

.video-preview-compact[b-pxgcqo2eul] {
    max-width: 480px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

/* Iframe im kompakten Modus: begrenzte Höhe statt voller 16:9 */
.video-preview-compact .video-embed-container[b-pxgcqo2eul] {
    padding-top: 0;
    height: 220px;
    position: relative;
}

.video-preview-compact .video-embed-frame[b-pxgcqo2eul],
.video-preview-compact .video-native[b-pxgcqo2eul] {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
}

/* ── Administration Accordion ───────────────────────────── */
.admin-section[b-pxgcqo2eul] {
    margin-bottom: 20px;
    border: 1px solid rgba(79, 114, 177, 0.18);
    border-radius: 8px;
    overflow: hidden;
}

.admin-toggle[b-pxgcqo2eul] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 16px;
    background: linear-gradient(90deg, rgba(79, 114, 177, 0.06) 0%, rgba(160, 186, 223, 0.09) 100%);
    border: none;
    cursor: pointer;
    transition: background 0.15s;
}

.admin-toggle:hover[b-pxgcqo2eul] {
    background: linear-gradient(90deg, rgba(79, 114, 177, 0.11) 0%, rgba(160, 186, 223, 0.15) 100%);
}

.admin-toggle-title[b-pxgcqo2eul] {
    font-size: 12px;
    font-weight: 700;
    color: rgb(79, 114, 177);
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.admin-chevron[b-pxgcqo2eul] {
    font-size: 20px;
    color: rgb(79, 114, 177);
    line-height: 1;
    transition: transform 0.2s ease;
    display: inline-block;
}

.admin-chevron.open[b-pxgcqo2eul] {
    transform: rotate(90deg);
}

.admin-content[b-pxgcqo2eul] {
    padding: 16px 16px 0;
    border-top: 1px solid rgba(79, 114, 177, 0.10);
    background: rgba(79, 114, 177, 0.015);
}

/* Duration hint "= X min" */
.duration-hint[b-pxgcqo2eul] {
    display: inline-block;
    margin-top: 5px;
    font-size: 11px;
    color: rgb(79, 114, 177);
    opacity: 0.7;
    font-style: italic;
}

@media (max-width: 900px) {
    .form-row[b-pxgcqo2eul] {
        grid-template-columns: 1fr;
    }

    .task-container[b-pxgcqo2eul] {
        flex-direction: column;
    }

    .task-details-section[b-pxgcqo2eul] {
        flex: none;
        width: 100%;
        min-width: unset;
        max-width: unset;
        position: static;
        height: 500px;
    }
}

/* ── Urgency badge ──────────────────────────────────────── */
.urgency-badge[b-pxgcqo2eul] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 20px;
    color: white;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    flex-shrink: 0;
    height: 30px;
    box-sizing: border-box;
}

.urgency-badge strong[b-pxgcqo2eul] {
    font-weight: 700;
}

.urgency-deadline[b-pxgcqo2eul],
.urgency-duration[b-pxgcqo2eul] {
    opacity: 0.9;
    font-size: 12px;
}

/* ── Buttons ────────────────────────────────────────────── */
.back-btn[b-pxgcqo2eul] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: #f0f0f0;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #444;
    cursor: pointer;
    transition: background 0.15s;
    white-space: nowrap;
}

.back-btn:hover[b-pxgcqo2eul] {
    background: #e0e0e0;
}

.page-title[b-pxgcqo2eul] {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0;
}

.toggle-history-btn[b-pxgcqo2eul] {
    padding: 0 16px;
    height: 30px;
    box-sizing: border-box;
    background: white;
    border: 1px solid #dce3f0;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    color: #555;
    cursor: pointer;
    transition: all 0.15s;
    letter-spacing: 0.3px;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    flex-shrink: 0;
}

.toggle-history-btn:hover[b-pxgcqo2eul] {
    border-color: rgb(79, 114, 177);
    background: rgba(79, 114, 177, 0.06);
    color: rgb(79, 114, 177);
}

/* ── Header action group (History + Delete) ─────────────── */
.header-actions[b-pxgcqo2eul] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

/* ── Delete task button (in card header) ─────────────────── */
.btn-delete-task[b-pxgcqo2eul] {
    padding: 0 14px;
    height: 30px;
    box-sizing: border-box;
    background: white;
    border: 1px solid #fca5a5;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    color: #dc2626;
    cursor: pointer;
    transition: all 0.15s;
    letter-spacing: 0.3px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    flex-shrink: 0;
}

.btn-delete-task:hover[b-pxgcqo2eul] {
    background: #fff1f1;
    border-color: #dc2626;
    box-shadow: 0 2px 8px rgba(220, 38, 38, 0.15);
}

/* ── Delete confirmation overlay ─────────────────────────── */
.delete-overlay[b-pxgcqo2eul] {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
    backdrop-filter: blur(3px);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
    animation: fade-in-b-pxgcqo2eul 0.15s ease;
}

@keyframes fade-in-b-pxgcqo2eul {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.delete-confirm-card[b-pxgcqo2eul] {
    background: white;
    border-radius: 12px;
    padding: 32px 36px;
    max-width: 420px;
    width: 90%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    text-align: center;
    animation: slide-up-b-pxgcqo2eul 0.18s ease;
}

@keyframes slide-up-b-pxgcqo2eul {
    from { transform: translateY(12px); opacity: 0; }
    to   { transform: translateY(0);    opacity: 1; }
}

.delete-confirm-icon[b-pxgcqo2eul] {
    font-size: 36px;
    margin-bottom: 12px;
    line-height: 1;
}

.delete-confirm-title[b-pxgcqo2eul] {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 10px;
}

.delete-confirm-text[b-pxgcqo2eul] {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin: 0 0 24px;
}

.delete-confirm-actions[b-pxgcqo2eul] {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.btn-delete-confirm[b-pxgcqo2eul] {
    padding: 10px 24px;
    background: #dc2626;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    color: white;
    cursor: pointer;
    transition: background 0.15s, transform 0.15s, box-shadow 0.15s;
}

.btn-delete-confirm:hover:not(:disabled)[b-pxgcqo2eul] {
    background: #b91c1c;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(220, 38, 38, 0.35);
}

.btn-delete-confirm:disabled[b-pxgcqo2eul] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* ── Actions row ────────────────────────────────────────── */
.error-banner[b-pxgcqo2eul] {
    background: #fff5f5;
    border: 1px solid #feb2b2;
    border-radius: 6px;
    color: #c53030;
    padding: 12px 16px;
    margin-bottom: 16px;
    font-size: 14px;
}

.form-actions[b-pxgcqo2eul] {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.btn-cancel[b-pxgcqo2eul] {
    padding: 10px 24px;
    background: #f0f0f0;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #444;
    cursor: pointer;
    transition: background 0.15s;
}

.btn-cancel:hover[b-pxgcqo2eul] {
    background: #e0e0e0;
}

.btn-save[b-pxgcqo2eul] {
    padding: 10px 28px;
    background: linear-gradient(135deg, rgb(79, 114, 177) 0%, rgb(160, 186, 223) 100%);
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    color: white;
    cursor: pointer;
    transition: opacity 0.15s, transform 0.15s, box-shadow 0.15s;
}

.btn-save:hover:not(:disabled)[b-pxgcqo2eul] {
    opacity: 0.92;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(79, 114, 177, 0.35);
}

.btn-save:disabled[b-pxgcqo2eul] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* ── Loading ────────────────────────────────────────────── */
.task-loading[b-pxgcqo2eul] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 20px;
    color: #666;
}

.spinner[b-pxgcqo2eul] {
    border: 4px solid #f3f3f3;
    border-top: 4px solid rgb(79, 114, 177);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    animation: spin-b-pxgcqo2eul 1s linear infinite;
    margin-bottom: 16px;
}

@keyframes spin-b-pxgcqo2eul {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* ── History view ───────────────────────────────────────── */
.history-view-container[b-pxgcqo2eul] {
    display: flex;
    flex-direction: column;
    background: white;
    border-radius: 12px;
    border: 1px solid #e4e8f0;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    min-height: 400px;
}

.history-view-header[b-pxgcqo2eul] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 20px;
    border-bottom: 1px solid #e4e8f0;
    background: linear-gradient(90deg, rgba(79, 114, 177, 0.06) 0%, rgba(160, 186, 223, 0.08) 100%);
    flex-shrink: 0;
}

.history-view-header h3[b-pxgcqo2eul] {
    margin: 0;
    color: #333;
    font-size: 15px;
    font-weight: 600;
}

.history-content-wrapper[b-pxgcqo2eul] {
    flex: 1;
    overflow: auto;
}

.back-from-history-btn[b-pxgcqo2eul] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0 14px;
    height: 30px;
    box-sizing: border-box;
    background: white;
    border: 1px solid #dce3f0;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    color: #555;
    cursor: pointer;
    transition: all 0.15s;
    white-space: nowrap;
    flex-shrink: 0;
}

.back-from-history-btn:hover[b-pxgcqo2eul] {
    border-color: rgb(79, 114, 177);
    background: rgba(79, 114, 177, 0.06);
    color: rgb(79, 114, 177);
}
