/* Fifth first-level navigation destination.  It is intentionally a short
 * return surface, never a secondary area of "我的". */
.crushworld-return-panel {
    min-height: min(470px, calc(100svh - 230px));
    display: grid;
    place-items: center;
    padding: clamp(20px, 5vw, 48px);
}
.crushworld-return-card {
    width: min(580px, 100%);
    padding: clamp(24px, 5vw, 46px);
    border: 1px solid rgba(120, 208, 222, .34);
    border-radius: 28px;
    color: #f8f2e8;
    background:
        radial-gradient(circle at 78% 14%, rgba(241, 198, 106, .24), transparent 32%),
        linear-gradient(145deg, #27345e, #11162b 72%);
    box-shadow: 0 20px 55px rgba(17, 22, 43, .25);
}
.crushworld-return-card p { color: rgba(248, 242, 232, .82); line-height: 1.7; }
.crushworld-return-card .eyebrow { margin: 0 0 8px; color: #78d0de; font-size: .82rem; font-weight: 800; letter-spacing: .12em; }
.crushworld-return-card h2 { margin: 0; font-size: clamp(1.55rem, 4vw, 2.3rem); }
.crushworld-return-card .btn { margin-top: 12px; min-height: 44px; }
@media (max-width: 440px) {
    .crushworld-return-panel { min-height: calc(100svh - 182px); padding: 14px; }
    .crushworld-return-card { border-radius: 22px; }
}
