@import '_content/OrbitMind.Shared/OrbitMind.Shared.ueyjll2w8c.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.orbitmind-app-shell[b-nu0blvio35] {
    display: flex;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.orbitmind-app-shell-mobile[b-nu0blvio35] {
    flex-direction: column;
}

/* Desktop sidebar */
.orbitmind-sidebar[b-nu0blvio35] {
    width: 240px;
    flex-shrink: 0;
    background-color: var(--bs-dark);
    color: var(--bs-white);
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

/* Mobile top bar */
.orbitmind-topbar[b-nu0blvio35] {
    height: 3.5rem;
    flex-shrink: 0;
    background-color: var(--bs-dark);
    color: var(--bs-white);
    display: flex;
    align-items: center;
    padding: 0 1rem;
    gap: 0.75rem;
    z-index: 1040;
}

.orbitmind-topbar-toggle[b-nu0blvio35] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border: none;
    border-radius: var(--bs-border-radius);
    background: none;
    color: var(--bs-white);
    font-size: 1.25rem;
    cursor: pointer;
}

.orbitmind-topbar-toggle:hover[b-nu0blvio35] {
    background-color: rgba(255, 255, 255, 0.1);
}

.orbitmind-topbar-brand[b-nu0blvio35] {
    font-size: 1.125rem;
    font-weight: 600;
}

/* Mobile drawer (offcanvas sidebar) */
.orbitmind-overlay[b-nu0blvio35] {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1045;
}

.orbitmind-drawer[b-nu0blvio35] {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 280px;
    background-color: var(--bs-dark);
    color: var(--bs-white);
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    z-index: 1050;
    box-shadow: 0.5rem 0 1rem rgba(0, 0, 0, 0.3);
}

/* Main content area */
.orbitmind-main-content[b-nu0blvio35] {
    flex: 1;
    min-width: 0;
    min-height: 0;
    overflow-y: auto;
    padding: 1.5rem;
}
/* /Components/Layout/ScreenLayout.razor.rz.scp.css */
.orbitmind-screen-layout[b-62m755og0n] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    height: 100dvh;
}

.orbitmind-screen-content[b-62m755og0n] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
}
/* /Components/Layout/Sidebar.razor.rz.scp.css */
.orbitmind-sidebar-item[b-w9yb3aqoms] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border: none;
    padding: 0;
    background: none;
    cursor: pointer;
    border-radius: var(--bs-border-radius);
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    transition: background-color 0.15s, color 0.15s;
}

.orbitmind-sidebar-item:hover[b-w9yb3aqoms] {
    background-color: rgba(255, 255, 255, 0.2);
    color: var(--bs-white);
}
/* /Components/Layout/SidebarContent.razor.rz.scp.css */
.orbitmind-sidebar-brand[b-iqsncjxyo6] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 1.25rem;
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--bs-white);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.orbitmind-sidebar-nav[b-iqsncjxyo6] {
    display: flex;
    flex-direction: column;
    padding: 0.5rem;
}

.orbitmind-sidebar-nav-bottom[b-iqsncjxyo6] {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.orbitmind-sidebar-link[b-iqsncjxyo6] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.625rem 0.75rem;
    border: none;
    width: 100%;
    text-align: left;
    background: none;
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    border-radius: var(--bs-border-radius);
    font-size: 0.9375rem;
    cursor: pointer;
    transition: background-color 0.15s, color 0.15s;
}

.orbitmind-sidebar-link:hover[b-iqsncjxyo6] {
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--bs-white);
}

.orbitmind-sidebar-spacer[b-iqsncjxyo6] {
    flex: 1;
}
/* /Components/Pages/DayTypeEditor.razor.rz.scp.css */
.orbitmind-daytypeeditor-detail[b-rkkmjy5ka8] {
    margin-top: 1rem;
    padding: 1rem;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.5rem;
    background-color: var(--bs-tertiary-bg);
}

.orbitmind-daytypeeditor-checkboxes[b-rkkmjy5ka8] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem 1.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.orbitmind-daytypeeditor-reward-row[b-rkkmjy5ka8] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 0.25rem;
}

.orbitmind-daytypeeditor-add-reward[b-rkkmjy5ka8] {
    display: flex;
    align-items: end;
    gap: 0.5rem;
    margin-top: 0.5rem;
}
/* /Components/Pages/Screen.razor.rz.scp.css */
.orbitmind-screen-members[b-3yrpyta3vr] {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    padding: 0.75rem;
}
/* /Components/ScreenActivityCard.razor.rz.scp.css */
.orbitmind-screen-activity-card[b-yu1c303q7m] {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 0.75rem;
    min-width: 6rem;
    max-width: 10rem;
    cursor: pointer;
    transition: transform 0.15s ease, opacity 0.2s ease;
    user-select: none;
}

.orbitmind-screen-activity-card:hover[b-yu1c303q7m] {
    transform: scale(1.03);
}

.orbitmind-screen-activity-card:active[b-yu1c303q7m] {
    transform: scale(0.97);
}

.orbitmind-screen-activity-card-blocked[b-yu1c303q7m] {
    opacity: 0.35;
    cursor: not-allowed;
    filter: grayscale(0.5);
}

.orbitmind-screen-activity-card-blocked:hover[b-yu1c303q7m] {
    transform: none;
}

.orbitmind-screen-activity-card-completed[b-yu1c303q7m] {
    background-color: rgba(255, 255, 255, 0.3);
}

.orbitmind-screen-activity-card-deps[b-yu1c303q7m] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.25rem;
    padding: 0.4rem;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.orbitmind-screen-activity-card-dep[b-yu1c303q7m] {
    opacity: 0.4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.orbitmind-screen-activity-card-dep-done[b-yu1c303q7m] {
    opacity: 1;
}

.orbitmind-screen-activity-card-dep-image[b-yu1c303q7m] {
    width: 1.5rem;
    height: 1.5rem;
    object-fit: contain;
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.2));
}

.orbitmind-screen-activity-card-dep-name[b-yu1c303q7m] {
    font-size: 0.6rem;
    color: white;
    max-width: 2.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.orbitmind-screen-activity-card-main[b-yu1c303q7m] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 0.75rem;
    flex: 1;
    position: relative;
}

.orbitmind-screen-activity-card-main-with-deps[b-yu1c303q7m] {
    padding-left: 0.5rem;
}

.orbitmind-screen-activity-card-checkmark[b-yu1c303q7m] {
    position: absolute;
    top: 0.35rem;
    right: 0.35rem;
    color: rgba(255, 255, 255, 0.9);
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
}

.orbitmind-screen-activity-card-image[b-yu1c303q7m] {
    width: 4rem;
    height: 4rem;
    object-fit: contain;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
}

.orbitmind-screen-activity-card-completed .orbitmind-screen-activity-card-image[b-yu1c303q7m] {
    opacity: 0.6;
}

.orbitmind-screen-activity-card-name[b-yu1c303q7m] {
    font-size: 0.85rem;
    font-weight: 500;
    color: white;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    text-align: center;
    line-height: 1.2;
    word-break: break-word;
}

.orbitmind-screen-activity-card-rewards[b-yu1c303q7m] {
    display: flex;
    gap: 0.5rem;
}

.orbitmind-screen-activity-card-reward[b-yu1c303q7m] {
    font-size: 0.75rem;
    font-weight: 600;
    color: white;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    gap: 0.2rem;
}
/* /Components/ScreenAnalogClock.razor.rz.scp.css */
.orbitmind-analog-clock[b-w53jw0r71g] {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-body-bg);
    cursor: pointer;
}

.orbitmind-analog-clock-svg[b-w53jw0r71g] {
    width: min(80vw, 80vh);
    height: min(80vw, 80vh);
}

.orbitmind-analog-clock-face[b-w53jw0r71g] {
    fill: none;
    stroke: var(--bs-body-color);
    stroke-width: 2;
}

.orbitmind-analog-clock-marker-hour[b-w53jw0r71g] {
    stroke: var(--bs-body-color);
    stroke-width: 2.5;
    stroke-linecap: round;
}

.orbitmind-analog-clock-marker-minute[b-w53jw0r71g] {
    stroke: var(--bs-body-color);
    stroke-width: 1;
    stroke-linecap: round;
    opacity: 0.4;
}

.orbitmind-analog-clock-hand-hour[b-w53jw0r71g] {
    stroke: var(--bs-body-color);
    stroke-width: 4;
    stroke-linecap: round;
}

.orbitmind-analog-clock-hand-minute[b-w53jw0r71g] {
    stroke: var(--bs-body-color);
    stroke-width: 3;
    stroke-linecap: round;
}

.orbitmind-analog-clock-hand-second[b-w53jw0r71g] {
    stroke: var(--bs-danger);
    stroke-width: 1.5;
    stroke-linecap: round;
}

.orbitmind-analog-clock-center[b-w53jw0r71g] {
    fill: var(--bs-danger);
}
/* /Components/ScreenMember.razor.rz.scp.css */
.orbitmind-screen-member[b-x47vh5zwpm] {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin: 0.75rem;
    border-radius: 1rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    min-height: 0;
    overflow: hidden;
}

.orbitmind-screen-member-topbar[b-x47vh5zwpm] {
    display: flex;
    align-items: center;
    padding: 0.75rem 1.5rem;
    color: white;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    gap: 1rem;
}

.orbitmind-screen-member-name[b-x47vh5zwpm] {
    font-size: 2rem;
    font-weight: 600;
    white-space: nowrap;
}

.orbitmind-screen-member-icons[b-x47vh5zwpm] {
    display: flex;
    gap: 0.75rem;
    opacity: 0.5;
}

.orbitmind-screen-member-separator[b-x47vh5zwpm] {
    opacity: 0.3;
    font-size: 1.5rem;
    font-weight: 300;
}

.orbitmind-screen-member-daypart[b-x47vh5zwpm] {
    font-size: 1.1rem;
    font-weight: 500;
    opacity: 0.85;
    white-space: nowrap;
}

.orbitmind-screen-member-rewards[b-x47vh5zwpm] {
    display: flex;
    gap: 1.25rem;
    margin-left: auto;
}

.orbitmind-screen-member-reward[b-x47vh5zwpm] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    line-height: 1.3;
}

.orbitmind-screen-member-reward-value[b-x47vh5zwpm] {
    font-size: 1.25rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.orbitmind-screen-member-reward-unit[b-x47vh5zwpm] {
    font-size: 0.9rem;
    opacity: 0.7;
}

.orbitmind-screen-member-content[b-x47vh5zwpm] {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 0.75rem;
    padding: 0.75rem 1.5rem;
    min-height: 0;
    overflow-y: auto;
}
/* /Components/ScreenTopBar.razor.rz.scp.css */
.orbitmind-screen-topbar[b-u0qtv7pnuq] {
    display: flex;
    align-items: center;
    padding: 0.75rem 1.5rem;
    background-color: var(--bs-body-bg);
    border-bottom: 1px solid var(--bs-border-color);
    touch-action: none;
    user-select: none;
}

.orbitmind-screen-topbar-date[b-u0qtv7pnuq] {
    flex: 1;
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}

.orbitmind-screen-topbar-dayofweek[b-u0qtv7pnuq] {
    font-size: 1.25rem;
    font-weight: 600;
}

.orbitmind-screen-topbar-datetext[b-u0qtv7pnuq] {
    font-size: 0.9rem;
    opacity: 0.7;
}

.orbitmind-screen-topbar-time[b-u0qtv7pnuq] {
    flex: 1;
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1;
    text-align: center;
}

.orbitmind-screen-topbar-weather[b-u0qtv7pnuq] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    line-height: 1.3;
}

.orbitmind-screen-topbar-weatherdata[b-u0qtv7pnuq] {
    font-size: 1.25rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.orbitmind-screen-topbar-location[b-u0qtv7pnuq] {
    font-size: 0.9rem;
    opacity: 0.7;
}
