/* /Components/Layout/AuthLayout.razor.rz.scp.css */
.auth-shell[b-c2s9igns3t] {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 24px;
    background:
        radial-gradient(circle at top right, rgba(255, 79, 0, .13), transparent 34%),
        #fff8f6;
}

.auth-card[b-c2s9igns3t] {
    width: min(440px, 100%);
    background: #fff;
    border: 1px solid #ead8d2;
    border-radius: 18px;
    padding: 34px;
    box-shadow: 0 20px 55px rgba(54, 34, 26, .12);
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* Layout styling lives in app.css so account and application pages share the same tokens. */
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* Navigation styling lives in app.css. */
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ywbmvixqs2],
.components-reconnect-repeated-attempt-visible[b-ywbmvixqs2],
.components-reconnect-failed-visible[b-ywbmvixqs2],
.components-pause-visible[b-ywbmvixqs2],
.components-resume-failed-visible[b-ywbmvixqs2],
.components-rejoining-animation[b-ywbmvixqs2] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-ywbmvixqs2],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-ywbmvixqs2],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-ywbmvixqs2],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-ywbmvixqs2],
#components-reconnect-modal.components-reconnect-retrying[b-ywbmvixqs2],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-ywbmvixqs2],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-ywbmvixqs2],
#components-reconnect-modal.components-reconnect-failed[b-ywbmvixqs2],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-ywbmvixqs2] {
    display: block;
}


#components-reconnect-modal[b-ywbmvixqs2] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-ywbmvixqs2 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-ywbmvixqs2 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-ywbmvixqs2 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-ywbmvixqs2]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-ywbmvixqs2 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-ywbmvixqs2 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-ywbmvixqs2 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-ywbmvixqs2 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-ywbmvixqs2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-ywbmvixqs2] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-ywbmvixqs2] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-ywbmvixqs2] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-ywbmvixqs2] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-ywbmvixqs2] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-ywbmvixqs2] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-ywbmvixqs2 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-ywbmvixqs2] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-ywbmvixqs2 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Shared/KanbanCardDetailModal.razor.rz.scp.css */
.task-backdrop[b-smf2dg7ldr] {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: grid;
    place-items: center;
    padding: 20px;
    background: rgba(31, 21, 20, .58);
    backdrop-filter: blur(5px);
}

.task-modal[b-smf2dg7ldr] {
    position: relative;
    width: min(1120px, calc(100vw - 40px));
    height: min(860px, calc(100vh - 40px));
    display: grid;
    grid-template-rows: auto auto auto minmax(0, 1fr) auto;
    overflow: hidden;
    color: #241817;
    background: #fffdfc;
    border: 1px solid #e8d4cd;
    border-top: 4px solid #ff4d00;
    border-radius: 18px;
    box-shadow: 0 28px 80px rgba(37, 20, 17, .26);
}

button[b-smf2dg7ldr], input[b-smf2dg7ldr], textarea[b-smf2dg7ldr], select[b-smf2dg7ldr] { font: inherit; }
button[b-smf2dg7ldr] { cursor: pointer; }
button:disabled[b-smf2dg7ldr] { cursor: wait; opacity: .55; }

.task-header[b-smf2dg7ldr] {
    grid-row: 1;
    min-height: 64px;
    padding: 12px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eadbd6;
}

.task-header-meta[b-smf2dg7ldr] { display: flex; gap: 8px; align-items: center; }
.task-header-meta span[b-smf2dg7ldr] {
    padding: 6px 9px;
    color: #7c6963;
    background: #f7efec;
    border-radius: 7px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.task-header-actions[b-smf2dg7ldr] { display: flex; align-items: center; gap: 9px; }
.follow-button[b-smf2dg7ldr], .close-button[b-smf2dg7ldr] {
    min-height: 38px;
    border: 1px solid #e4d1ca;
    color: #513c36;
    background: #fff;
    border-radius: 10px;
    font-weight: 750;
}
.follow-button[b-smf2dg7ldr] { padding: 0 13px; }
.follow-button.active[b-smf2dg7ldr] { color: #fff; background: #281a18; border-color: #281a18; }
.follow-button b[b-smf2dg7ldr] { margin-left: 5px; padding: 2px 6px; background: rgba(255,255,255,.18); border-radius: 99px; }
.close-button[b-smf2dg7ldr] { width: 38px; font-size: 24px; line-height: 1; }

.task-tabs[b-smf2dg7ldr] {
    grid-row: 2;
    display: flex;
    gap: 2px;
    padding: 0 18px;
    overflow-x: auto;
    border-bottom: 1px solid #eadbd6;
    scrollbar-width: thin;
}
.task-tabs button[b-smf2dg7ldr] {
    flex: 0 0 auto;
    min-height: 50px;
    padding: 0 13px;
    border: 0;
    border-bottom: 3px solid transparent;
    color: #78645e;
    background: transparent;
    font-size: 12px;
    font-weight: 750;
}
.task-tabs button span[b-smf2dg7ldr] { margin-right: 7px; }
.task-tabs button b[b-smf2dg7ldr] { margin-left: 6px; padding: 2px 6px; background: #f1e7e3; border-radius: 99px; }
.task-tabs button.active[b-smf2dg7ldr] { color: #ff4d00; border-bottom-color: #ff4d00; }

.task-error[b-smf2dg7ldr] { grid-row: 3; padding: 10px 18px; color: #a91f18; background: #fff0ed; font-size: 12px; }
.task-layout[b-smf2dg7ldr] { grid-row: 4; min-height: 0; display: grid; grid-template-columns: minmax(0, 1fr) 310px; }
.task-content[b-smf2dg7ldr] { min-width: 0; padding: 28px 30px 40px; overflow-y: auto; }
.task-sidebar[b-smf2dg7ldr] { padding: 24px 20px; overflow-y: auto; background: #faf5f2; border-left: 1px solid #eadbd6; }

.task-title[b-smf2dg7ldr] {
    width: 100%;
    padding: 0 0 14px;
    border: 0;
    border-bottom: 1px solid #eadbd6;
    outline: 0;
    color: #241817;
    background: transparent;
    font-size: clamp(23px, 3vw, 31px);
    font-weight: 800;
}
.task-title:focus[b-smf2dg7ldr] { border-bottom-color: #ff4d00; }

.task-field[b-smf2dg7ldr] { display: grid; gap: 8px; margin-top: 22px; }
.task-field > span[b-smf2dg7ldr], .section-label > span[b-smf2dg7ldr], .properties-editor > label > span[b-smf2dg7ldr],
.property-assignees > span[b-smf2dg7ldr], .sidebar-relations > span[b-smf2dg7ldr], .task-actions > span[b-smf2dg7ldr] {
    color: #87716a;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}
textarea[b-smf2dg7ldr], input[b-smf2dg7ldr], select[b-smf2dg7ldr] {
    border: 1px solid #ddc8c0;
    border-radius: 10px;
    color: #261917;
    background: #fff;
    outline: none;
}
textarea:focus[b-smf2dg7ldr], input:focus[b-smf2dg7ldr], select:focus[b-smf2dg7ldr] { border-color: #ff4d00; box-shadow: 0 0 0 3px rgba(255,77,0,.08); }
textarea[b-smf2dg7ldr] { width: 100%; padding: 12px 14px; line-height: 1.55; resize: vertical; }

.cover-section[b-smf2dg7ldr], .checklist-section[b-smf2dg7ldr] { margin-top: 28px; }
.section-label[b-smf2dg7ldr] { display: flex; align-items: center; justify-content: space-between; margin-bottom: 11px; }
.section-label button[b-smf2dg7ldr], .add-item[b-smf2dg7ldr] {
    border: 0;
    color: #ff4d00;
    background: transparent;
    font-size: 11px;
    font-weight: 800;
}
.cover-preview[b-smf2dg7ldr] { position: relative; overflow: hidden; border-radius: 14px; background: #eee5e1; }
.cover-preview img[b-smf2dg7ldr] { display: block; width: 100%; max-height: 300px; object-fit: cover; }
.cover-preview button[b-smf2dg7ldr] { position: absolute; right: 12px; bottom: 12px; padding: 8px 11px; border: 0; border-radius: 8px; color: #fff; background: rgba(35,23,21,.88); font-weight: 750; }
.upload-zone[b-smf2dg7ldr] {
    min-height: 46px;
    display: grid;
    place-items: center;
    margin-top: 10px;
    border: 1px dashed #d9bfb5;
    border-radius: 10px;
    color: #8b7168;
    background: #fcf8f6;
    font-size: 11px;
    font-weight: 750;
    cursor: pointer;
}
.upload-zone[b-smf2dg7ldr]  input, .quick-files[b-smf2dg7ldr]  input { display: none; }
.quick-files[b-smf2dg7ldr] { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 10px; }
.quick-files button[b-smf2dg7ldr], .quick-files label[b-smf2dg7ldr] { padding: 8px 11px; border: 1px solid #e2cec7; border-radius: 8px; color: #6e574f; background: #fff; font-size: 11px; font-weight: 750; cursor: pointer; }

.inline-create[b-smf2dg7ldr], .relation-create[b-smf2dg7ldr], .time-create[b-smf2dg7ldr] { display: flex; gap: 8px; margin: 10px 0; }
.inline-create input[b-smf2dg7ldr], .relation-create input[b-smf2dg7ldr], .relation-create select[b-smf2dg7ldr], .time-create input[b-smf2dg7ldr] { min-width: 0; padding: 9px 11px; }
.inline-create input[b-smf2dg7ldr], .relation-create input[b-smf2dg7ldr], .time-create input:nth-child(2)[b-smf2dg7ldr] { flex: 1; }
.inline-create button[b-smf2dg7ldr], .relation-create button[b-smf2dg7ldr], .time-create button[b-smf2dg7ldr] { padding: 8px 12px; border: 0; border-radius: 8px; color: #fff; background: #ff4d00; font-weight: 750; }
.inline-create button:last-child[b-smf2dg7ldr] { color: #5f4942; background: #f1e6e2; }

.checklist-card[b-smf2dg7ldr] { margin-top: 12px; padding: 16px; border: 1px solid #ead8d1; border-radius: 12px; background: #fcf9f7; }
.checklist-card > header[b-smf2dg7ldr] { display: grid; grid-template-columns: 1fr auto auto; gap: 10px; align-items: center; }
.checklist-card > header strong[b-smf2dg7ldr] { font-size: 13px; }
.checklist-card > header span[b-smf2dg7ldr] { color: #88736c; font-size: 10px; }
.checklist-card > header button[b-smf2dg7ldr], .remove-item[b-smf2dg7ldr] { border: 0; color: #b33229; background: transparent; }
.progress[b-smf2dg7ldr] { height: 6px; margin: 12px 0; overflow: hidden; background: #eadeda; border-radius: 99px; }
.progress i[b-smf2dg7ldr] { display: block; height: 100%; background: #ff4d00; border-radius: inherit; }
.check-item[b-smf2dg7ldr] { display: grid; grid-template-columns: 25px 1fr 25px; gap: 8px; align-items: center; padding: 6px 0; }
.check-item.done span[b-smf2dg7ldr] { color: #9a8882; text-decoration: line-through; }
.check-box[b-smf2dg7ldr] { width: 22px; height: 22px; padding: 0; border: 1px solid #d7c1b9; border-radius: 6px; color: #fff; background: #fff; }
.check-item.done .check-box[b-smf2dg7ldr] { border-color: #ff4d00; background: #ff4d00; }

.attachment-list[b-smf2dg7ldr], .relation-list[b-smf2dg7ldr], .time-list[b-smf2dg7ldr], .comment-list[b-smf2dg7ldr], .activity-list[b-smf2dg7ldr] { display: grid; gap: 10px; }
.attachment-list article[b-smf2dg7ldr], .relation-list article[b-smf2dg7ldr], .time-list article[b-smf2dg7ldr] { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 13px 14px; border: 1px solid #ead8d1; border-radius: 10px; background: #fff; }
.attachment-list article > div:first-child[b-smf2dg7ldr], .relation-list article > div[b-smf2dg7ldr], .time-list article > div[b-smf2dg7ldr] { min-width: 0; display: grid; gap: 4px; }
.attachment-list strong[b-smf2dg7ldr], .relation-list strong[b-smf2dg7ldr] { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.attachment-list small[b-smf2dg7ldr], .relation-list small[b-smf2dg7ldr], .time-list span[b-smf2dg7ldr] { color: #8a7770; font-size: 10px; }
.attachment-list article > div:last-child[b-smf2dg7ldr] { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px; }
.attachment-list button[b-smf2dg7ldr], .attachment-list a[b-smf2dg7ldr], .relation-list button[b-smf2dg7ldr], .time-list button[b-smf2dg7ldr] { padding: 6px 8px; border: 1px solid #e3d0c9; border-radius: 7px; color: #513e38; background: #fff; font-size: 10px; font-weight: 750; text-decoration: none; }
.danger[b-smf2dg7ldr] { color: #b32620 !important; background: #fff1ee !important; border-color: #f0c5be !important; }

.comment-list article[b-smf2dg7ldr] { display: grid; grid-template-columns: 35px 1fr; gap: 10px; }
.comment-list article > span[b-smf2dg7ldr] { width: 35px; height: 35px; display: grid; place-items: center; color: #fff; background: #2a1b19; border-radius: 50%; font-size: 10px; font-weight: 850; }
.comment-list strong[b-smf2dg7ldr] { display: flex; justify-content: space-between; gap: 12px; font-size: 12px; }
.comment-list small[b-smf2dg7ldr] { color: #9b8881; font-weight: 500; }
.comment-list p[b-smf2dg7ldr], .time-list p[b-smf2dg7ldr] { margin: 6px 0 0; white-space: pre-wrap; line-height: 1.5; font-size: 12px; }
.comment-compose[b-smf2dg7ldr] { margin-top: 18px; }
.comment-compose button[b-smf2dg7ldr] { float: right; margin-top: 8px; padding: 9px 16px; border: 0; border-radius: 8px; color: #fff; background: #ff4d00; font-weight: 800; }

.search-results[b-smf2dg7ldr] { display: grid; gap: 5px; margin: 10px 0 16px; padding: 8px; background: #f7efec; border-radius: 10px; }
.search-results button[b-smf2dg7ldr] { display: flex; justify-content: space-between; padding: 9px; border: 0; border-radius: 7px; color: #281a18; background: #fff; text-align: left; }
.time-summary[b-smf2dg7ldr] { display: grid; grid-template-columns: 1fr auto; gap: 4px 12px; padding: 18px; color: #fff; background: #291b19; border-radius: 12px; }
.time-summary strong[b-smf2dg7ldr] { font-size: 24px; }.time-summary small[b-smf2dg7ldr] { grid-column: 1 / -1; color: #cdbcb6; }
.activity-list article[b-smf2dg7ldr] { position: relative; display: grid; grid-template-columns: 12px 1fr; gap: 10px; padding-bottom: 11px; }
.activity-list i[b-smf2dg7ldr] { width: 9px; height: 9px; margin-top: 4px; background: #ff4d00; border-radius: 50%; }
.activity-list time[b-smf2dg7ldr] { display: block; margin-top: 4px; color: #9a8780; font-size: 10px; }
.empty-panel[b-smf2dg7ldr], .empty-inline[b-smf2dg7ldr] { padding: 25px; color: #8e7972; background: #faf5f2; border: 1px dashed #dec8c0; border-radius: 10px; text-align: center; font-size: 11px; }

.properties-editor[b-smf2dg7ldr] { display: grid; gap: 13px; }
.properties-editor > label[b-smf2dg7ldr] { display: grid; gap: 6px; }
.properties-editor input[b-smf2dg7ldr], .properties-editor select[b-smf2dg7ldr] { width: 100%; min-height: 41px; padding: 0 11px; }
.property-assignees[b-smf2dg7ldr] { display: grid; gap: 7px; }
.property-assignees > label[b-smf2dg7ldr] { display: grid; grid-template-columns: 30px 1fr auto; gap: 9px; align-items: center; min-height: 43px; padding: 5px 9px; border: 1px solid #e4d2cb; border-radius: 9px; background: #fff; cursor: pointer; }
.property-assignees input[b-smf2dg7ldr] { display: none; }
.property-assignees i[b-smf2dg7ldr] { width: 29px; height: 29px; display: grid; place-items: center; color: #fff; background: #2c1c19; border-radius: 50%; font-size: 9px; font-style: normal; font-weight: 800; }
.property-assignees b[b-smf2dg7ldr] { font-size: 11px; }.property-assignees em[b-smf2dg7ldr] { visibility: hidden; color: #ff4d00; font-style: normal; }
.property-assignees label.selected[b-smf2dg7ldr] { border-color: #ff4d00; background: #fff5f0; }.property-assignees label.selected em[b-smf2dg7ldr] { visibility: visible; }
.sidebar-relations[b-smf2dg7ldr], .task-actions[b-smf2dg7ldr] { display: grid; gap: 8px; margin-top: 24px; padding-top: 18px; border-top: 1px solid #e5d5cf; }
.sidebar-relations button[b-smf2dg7ldr], .task-actions button[b-smf2dg7ldr] { min-height: 39px; padding: 0 11px; border: 0; border-radius: 8px; color: #533f38; background: #fff; text-align: left; font-size: 11px; font-weight: 750; }
.confirm-box[b-smf2dg7ldr] { margin-top: 12px; padding: 12px; color: #4d2723; background: #fff0ed; border: 1px solid #efc4bd; border-radius: 10px; }
.confirm-box strong[b-smf2dg7ldr] { font-size: 11px; }.confirm-box p[b-smf2dg7ldr] { margin: 5px 0 10px; font-size: 10px; line-height: 1.4; }
.confirm-box > div[b-smf2dg7ldr] { display: flex; gap: 7px; }.confirm-box button[b-smf2dg7ldr] { padding: 7px 9px; border: 1px solid #ddc5be; border-radius: 7px; background: #fff; font-weight: 750; }

.task-footer[b-smf2dg7ldr] { grid-row: 5; min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 11px 20px; border-top: 1px solid #eadbd6; background: #fff; }
.task-footer span[b-smf2dg7ldr] { color: #8d7a73; font-size: 10px; }
.task-footer .task-success[b-smf2dg7ldr] { color: #15714a; font-weight: 800; }
.task-footer button[b-smf2dg7ldr] { min-height: 42px; padding: 0 18px; border: 0; border-radius: 9px; color: #fff; background: #ff4d00; font-weight: 800; }
.task-footer button.saved-button[b-smf2dg7ldr] { background: #15714a; }
.save-toast[b-smf2dg7ldr] {
    position: absolute;
    z-index: 8;
    right: 20px;
    bottom: 78px;
    min-width: 300px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    color: #fff;
    background: #15714a;
    border-radius: 12px;
    box-shadow: 0 14px 32px rgba(21, 113, 74, .28);
    animation: save-toast-in-b-smf2dg7ldr .18s ease-out;
}
.save-toast i[b-smf2dg7ldr] { width: 34px; height: 34px; display: grid; flex: 0 0 34px; place-items: center; color: #15714a; background: #fff; border-radius: 50%; font-size: 18px; font-style: normal; font-weight: 900; }
.save-toast div[b-smf2dg7ldr] { display: grid; gap: 2px; }
.save-toast strong[b-smf2dg7ldr] { font-size: 13px; }
.save-toast span[b-smf2dg7ldr] { color: #d7f3e6; font-size: 10px; }
@keyframes save-toast-in-b-smf2dg7ldr { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 780px) {
    .task-backdrop[b-smf2dg7ldr] { place-items: end center; padding: 0; }
    .task-modal[b-smf2dg7ldr] { width: 100%; height: 96dvh; border-radius: 18px 18px 0 0; }
    .task-header[b-smf2dg7ldr] { padding: 10px 12px; }
    .task-tabs[b-smf2dg7ldr] { padding: 0 8px; }
    .task-tabs button[b-smf2dg7ldr] { padding: 0 10px; }
    .task-layout[b-smf2dg7ldr] { display: block; overflow-y: auto; }
    .task-content[b-smf2dg7ldr], .task-sidebar[b-smf2dg7ldr] { overflow: visible; }
    .task-content[b-smf2dg7ldr] { padding: 22px 18px 28px; }
    .task-sidebar[b-smf2dg7ldr] { padding: 20px 18px 30px; border-top: 1px solid #eadbd6; border-left: 0; }
    .task-footer[b-smf2dg7ldr] { padding: 9px 12px; }
    .task-footer span[b-smf2dg7ldr] { display: none; }
    .task-footer button[b-smf2dg7ldr] { width: 100%; }
    .save-toast[b-smf2dg7ldr] { right: 12px; bottom: 72px; left: 12px; min-width: 0; }
    .relation-create[b-smf2dg7ldr], .time-create[b-smf2dg7ldr] { flex-direction: column; }
}
