.sunlight-page {
    background: radial-gradient(circle at top, rgba(18, 24, 42, 0.84), rgba(6, 9, 16, 0.99));
    color: #f6f0df;
}

.sunlight-main {
    width: min(1520px, 97vw);
    margin: 1.75rem auto 4rem;
}

.sunlight-experience-card {
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.sunlight-experience-card .trials-expanded-content {
    padding-top: 0.8rem;
}

.sunlight-experience-card .trials-detail-content {
    min-width: 0;
}

.sunlight-experience-card .custom-op-nav-column {
    min-width: 0;
}

.sunlight-objective-controls {
    margin-top: 0.9rem;
    padding-top: 0.9rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

#sunlightWizardPanel .sunlight-objective-grid {
    margin-bottom: 0.6rem;
}

#sunlightWizardPanel .custom-op-field-orders-actions {
    margin-top: 0.9rem;
}

.sunlight-objective-input-wrap {
    margin-top: 0.45rem;
}

.sunlight-controls-title {
    margin: 0 0 0.55rem;
    font-size: 0.86rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(248, 231, 185, 0.85);
}

.sunlight-objective-grid {
    display: grid;
    gap: 0.55rem;
    margin-bottom: 0.9rem;
}

.sunlight-radio-option {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.sunlight-input-label {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 0.9rem;
}

.sunlight-input {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 0.55rem;
    padding: 0.62rem 0.72rem;
    color: #f6f0df;
    background: rgba(5, 8, 14, 0.86);
}

.sunlight-day-objective {
    margin: 0.6rem 0 0.8rem;
    font-size: 0.95rem;
    color: rgba(243, 238, 225, 0.9);
}

.sunlight-check {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.sunlight-complete-btn {
    margin-top: 0.55rem;
    width: 100%;
}

.sunlight-note {
    margin: 0.7rem 0 0;
    font-size: 0.82rem;
    color: rgba(248, 231, 185, 0.8);
}

.sunlight-toolbelt-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
    margin-top: 0.7rem;
}

.sunlight-tool {
    border: 1px solid rgba(247, 230, 186, 0.3);
    border-radius: 0.5rem;
    padding: 0.58rem 0.55rem;
    text-align: center;
    font-family: 'Cinzel', serif;
    font-size: 0.9rem;
    background: rgba(247, 230, 186, 0.08);
}

.sunlight-rubi-quote {
    margin-top: 0.85rem;
    margin-bottom: 0;
}

.sunlight-toolbelt-panel {
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 0.5rem;
    background: linear-gradient(180deg, rgba(13, 18, 31, 0.95), rgba(8, 11, 19, 0.97));
    padding: 0.75rem;
}

.sunlight-toolbelt-panel h3 {
    margin: 0.35rem 0 0.4rem;
    font-size: 0.92rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sunlight-day1-support {
    display: grid;
    gap: 0.55rem;
}

.sunlight-day1-support .sunrise-section {
    margin-bottom: 0;
}

.sunlight-day1-support .sunrise-card {
    margin: 0;
}

.sunlight-day1-support-note {
    margin: 0;
    padding: 0 0.2rem;
    font-size: 0.8rem;
    line-height: 1.45;
    color: rgba(235, 229, 216, 0.86);
}

.sunlight-modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.sunlight-modal.is-open {
    display: flex;
}

.sunlight-modal--layered {
    z-index: 1100;
}

.sunlight-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.66);
}

.sunlight-modal-dialog {
    position: relative;
    width: min(520px, 92vw);
    border-radius: 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: linear-gradient(180deg, rgba(19, 24, 40, 0.98), rgba(9, 13, 22, 0.99));
    padding: 1.2rem 1.15rem 1.1rem;
    box-shadow: 0 20px 42px rgba(0, 0, 0, 0.48);
}

.sunlight-modal-dialog h2 {
    margin: 0 0 0.55rem;
    color: rgba(248, 231, 185, 0.96);
    line-height: 1.2;
    letter-spacing: 0.01em;
}

.sunlight-modal-dialog p {
    margin: 0.55rem 0 0.85rem;
}

.sunlight-modal-copy {
    color: rgba(236, 231, 219, 0.94);
    font-size: 1rem;
    line-height: 1.55;
}

.sunlight-modal-trust {
    margin: 0.5rem 0 0.6rem;
    font-size: 0.84rem;
    line-height: 1.45;
    color: rgba(214, 220, 236, 0.9);
}

.sunlight-modal-actions {
    display: grid;
    gap: 0.72rem;
    margin-top: 0.35rem;
}

.sunlight-modal-actions .btn-primary,
.sunlight-modal-actions .sunlight-modal-skip {
    width: 100%;
    min-height: 46px;
}

.sunlight-modal-skip {
    border: 1px solid rgba(255, 255, 255, 0.26);
    color: rgba(232, 235, 245, 0.96);
    background: rgba(18, 22, 36, 0.64);
}

.sunlight-modal-skip:hover {
    border-color: rgba(255, 255, 255, 0.42);
    background: rgba(24, 30, 48, 0.86);
}

.sunlight-modal-warning {
    margin-top: 0.72rem;
    margin-bottom: 0;
    padding: 0.58rem 0.66rem;
    font-size: 0.81rem;
    line-height: 1.45;
    color: rgba(248, 231, 185, 0.92);
    border: 1px solid rgba(248, 231, 185, 0.28);
    border-radius: 0.46rem;
    background: rgba(139, 111, 48, 0.12);
}

.sunlight-form-error {
    margin: 0.45rem 0 0.55rem;
    color: #ffb8b8;
    font-size: 0.85rem;
}

.sunlight-form-status {
    margin: 0.45rem 0 0.55rem;
    color: rgba(180, 220, 180, 0.96);
    font-size: 0.9rem;
    line-height: 1.45;
}

.sunlight-recover-line {
    margin: 0.85rem 0 0;
    font-size: 0.86rem;
    color: rgba(226, 221, 205, 0.82);
    text-align: center;
}

.sunlight-not-you {
    margin: 0.6rem 0 0;
    font-size: 0.8rem;
    color: rgba(200, 195, 180, 0.55);
}

.sunlight-recover-link {
    appearance: none;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    color: rgba(248, 231, 185, 0.96);
    font: inherit;
    text-decoration: underline;
    cursor: pointer;
}

.sunlight-recover-link:hover {
    color: #fff1c2;
}

.sunlight-recover-link:focus-visible {
    outline: 2px solid rgba(248, 231, 185, 0.7);
    outline-offset: 2px;
    border-radius: 2px;
}

@media (max-width: 768px) {
    .sunlight-main {
        margin-top: 6.5rem;
        width: 94vw;
    }

    .sunlight-day1-support { order: 4; }
}
