/* _content/InterplanetaryTime.ServerHybrid/Components/AnalogClock.razor.rz.scp.css */
.analog-clock-wrapper[b-oh3oumtp4h] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.analog-clock[b-oh3oumtp4h] {
    position: relative;
    width: 180px;
    aspect-ratio: 1 / 1;
    border: 6px solid #e2e8f0;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #f8fafc, #e2e8f0);
    box-shadow: inset 0 4px 10px rgba(15, 23, 42, 0.08);
}

@media (min-width: 700px) {
    .analog-clock[b-oh3oumtp4h] {
        width: 220px;
    }
}

.tick[b-oh3oumtp4h] {
    position: absolute;
    top: 6%;
    left: 50%;
    width: 2px;
    height: 10%;
    background: #cbd5e1;
    transform-origin: 50% 100%;
    border-radius: 1px;
}

.hand[b-oh3oumtp4h] {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform-origin: 50% 100%;
    transform: translate(-50%, 0);
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

.hour-hand[b-oh3oumtp4h] {
    width: 8px;
    height: 28%;
    background: #1f2937;
}

.minute-hand[b-oh3oumtp4h] {
    width: 5px;
    height: 36%;
    background: #0ea5e9;
}

.second-hand[b-oh3oumtp4h] {
    width: 3px;
    height: 42%;
    background: #f43f5e;
}

.center-cap[b-oh3oumtp4h] {
    position: absolute;
    width: 14px;
    height: 14px;
    background: #1f2937;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
}

.analog-label[b-oh3oumtp4h] {
    font-weight: 600;
    color: #0f172a;
    text-align: center;
}
/* _content/InterplanetaryTime.ServerHybrid/Components/DigitalClock.razor.rz.scp.css */
.digital-clock[b-cwc9jev1te] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    align-items: center;
}

.digital-label[b-cwc9jev1te] {
    font-weight: 600;
    color: #0f172a;
}

.digital-time[b-cwc9jev1te] {
    font-size: 1.25rem;
    color: #111827;
    padding: 0.35rem 0.75rem;
    background: #f8fafc;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.digital-offset[b-cwc9jev1te] {
    color: #475569;
    font-size: 0.95rem;
}
/* _content/InterplanetaryTime.ServerHybrid/Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-s8gywmr3d6] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: radial-gradient(circle at 20% 20%, #f4f6fb, #e7ebf3 45%, #e3e7f0 90%);
    color: #0f172a;
}

.hero[b-s8gywmr3d6] {
    text-align: center;
    padding: 2.5rem 1.5rem 1.5rem;
}

.hero-title[b-s8gywmr3d6] {
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-bottom: 0.25rem;
}

.hero-subtitle[b-s8gywmr3d6] {
    color: #475569;
    margin: 0;
    font-size: 1rem;
}

.content[b-s8gywmr3d6] {
    width: 100%;
    max-width: 960px;
    padding: 0 1.25rem 2.5rem;
    display: flex;
    justify-content: center;
}

#blazor-error-ui[b-s8gywmr3d6] {
    background: lightyellow;
    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-s8gywmr3d6] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/InterplanetaryTime.ServerHybrid/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-jrj9x3v9te] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-jrj9x3v9te] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-jrj9x3v9te] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-jrj9x3v9te] {
    font-size: 1.1rem;
}

.bi[b-jrj9x3v9te] {
    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-jrj9x3v9te] {
    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-jrj9x3v9te] {
    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-jrj9x3v9te] {
    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-jrj9x3v9te] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-jrj9x3v9te] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-jrj9x3v9te] {
        padding-bottom: 1rem;
    }

    .nav-item[b-jrj9x3v9te]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-jrj9x3v9te]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-jrj9x3v9te]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-jrj9x3v9te] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-jrj9x3v9te] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-jrj9x3v9te] {
        display: none;
    }

    .nav-scrollable[b-jrj9x3v9te] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/InterplanetaryTime.ServerHybrid/Components/ObserverSettings.razor.rz.scp.css */
.observer-settings[b-8nufalrpru] {
    margin-bottom: 1.5rem;
}

.observer-settings .form-grid[b-8nufalrpru] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 0.75rem 1rem;
}

.observer-settings .form-field[b-8nufalrpru] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.observer-settings .form-control[b-8nufalrpru] {
    padding: 0.5rem 0.75rem;
    border-radius: 6px;
    border: 1px solid #cbd5e1;
}

.observer-settings .actions[b-8nufalrpru] {
    display: flex;
    gap: 0.5rem;
    margin-top: 1rem;
    flex-wrap: wrap;
}

.observer-settings .status-message[b-8nufalrpru] {
    margin-top: 0.75rem;
    padding: 0.5rem 0.75rem;
    border-radius: 6px;
    font-size: 0.95rem;
}

.observer-settings .status-message.success[b-8nufalrpru] {
    background-color: #e2f3e8;
    color: #166534;
    border: 1px solid #a7e3bc;
}

.observer-settings .status-message.error[b-8nufalrpru],
.observer-settings .validation[b-8nufalrpru] {
    color: #b91c1c;
}

.observer-settings .status-message.error[b-8nufalrpru] {
    background-color: #fef2f2;
    border: 1px solid #fecaca;
}

.observer-settings .validation[b-8nufalrpru] {
    font-size: 0.9rem;
}
/* _content/InterplanetaryTime.ServerHybrid/Components/Pages/SolarSystemClocks.razor.rz.scp.css */
.clock-page[b-wxznzj8u4n] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.panel[b-wxznzj8u4n] {
    background: #fff;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
    padding: 1.25rem 1.5rem;
}

.earth-panel[b-wxznzj8u4n] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.panel-header h2[b-wxznzj8u4n],
.panel-header h3[b-wxznzj8u4n] {
    margin: 0;
    color: #0f172a;
    letter-spacing: 0.01em;
}

.panel-subtitle[b-wxznzj8u4n] {
    margin: 0.25rem 0 0;
    color: #475569;
    font-size: 0.95rem;
}

.muted[b-wxznzj8u4n] {
    color: #94a3b8;
    margin: 0;
}

.earth-time[b-wxznzj8u4n] {
    font-size: 1.35rem;
    background: linear-gradient(135deg, #0ea5e9, #6366f1);
    color: #f8fafc;
    padding: 0.85rem 1rem;
    border-radius: 10px;
    letter-spacing: 0.04em;
}

.mono[b-wxznzj8u4n] {
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
}

.clock-grid[b-wxznzj8u4n] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.25rem;
    margin-top: 1rem;
}

.clock-card[b-wxznzj8u4n] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: center;
    padding: 1rem;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.filter-bar[b-wxznzj8u4n] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin: 0.5rem 0 1rem;
}

.filter-toggle[b-wxznzj8u4n] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.65rem;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    color: #0f172a;
    font-size: 0.95rem;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.filter-toggle input[type="checkbox"][b-wxznzj8u4n] {
    width: 1rem;
    height: 1rem;
    accent-color: #0ea5e9;
}

.filter-toggle:hover[b-wxznzj8u4n] {
    background: #e2f3ff;
    border-color: #bae6fd;
}
