body.user-entry-page .page-shell {
    position: relative;
}

body.user-entry-page .page {
    position: relative;
    z-index: 1;
}

body.user-entry-page .entry-frame {
    position: relative;
    isolation: isolate;
}

body.user-entry-page .entry-frame::before {
    content: "";
    position: absolute;
    left: max(18px, 4%);
    right: max(18px, 4%);
    top: 18px;
    height: 180px;
    border-radius: 32px;
    background:
        radial-gradient(circle at 18% 18%, rgba(255, 255, 255, .32), transparent 54%),
        radial-gradient(circle at 84% 8%, rgba(255, 255, 255, .24), transparent 46%),
        linear-gradient(135deg, rgba(255, 213, 169, .18), rgba(119, 225, 217, .1));
    filter: blur(18px);
    opacity: .9;
    pointer-events: none;
    z-index: 0;
}

body.user-entry-page .entry-frame > * {
    position: relative;
    z-index: 1;
}

body.user-entry-page .entry-hero {
    position: relative;
    overflow: hidden;
}

body.user-entry-page .entry-hero::after {
    content: "";
    position: absolute;
    top: -56px;
    right: -44px;
    width: 240px;
    height: 240px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(255, 255, 255, .34), rgba(255, 255, 255, 0) 70%);
    pointer-events: none;
    opacity: .88;
}

body.user-entry-page .entry-hero-note {
    margin: 10px 0 0;
    color: var(--muted, #5f5348);
    font-size: 13px;
    line-height: 1.6;
}

body.user-entry-page .entry-address-panel {
    margin-top: 10px;
    padding: 10px 12px;
    border-radius: 18px;
    border: 1px solid rgba(28, 27, 26, .1);
    background: rgba(255, 255, 255, .76);
    box-shadow: 0 12px 26px rgba(15, 23, 42, .08);
    backdrop-filter: blur(8px) saturate(118%);
}

body.user-entry-page .entry-address-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

body.user-entry-page .entry-address-copy {
    min-width: 0;
}

body.user-entry-page .entry-address-copy strong {
    display: block;
    font-size: 14px;
    line-height: 1.35;
}

body.user-entry-page .entry-address-copy span {
    display: block;
    margin-top: 3px;
    color: var(--muted, #5f5348);
    font-size: 11px;
    line-height: 1.5;
}

body.user-entry-page .entry-address-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 7px 11px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 11.5px;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(135deg, #d56b2d 0%, #b84f1d 100%);
    box-shadow: 0 10px 20px rgba(184, 79, 29, .18);
}

body.user-entry-page .entry-address-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 8px;
}

body.user-entry-page .entry-address-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    min-width: 0;
    padding: 10px 11px;
    border-radius: 14px;
    text-decoration: none;
    background: rgba(255, 255, 255, .72);
    border: 1px solid rgba(28, 27, 26, .08);
}

body.user-entry-page .entry-address-item:hover {
    background: rgba(255, 255, 255, .9);
    border-color: rgba(28, 27, 26, .14);
}

body.user-entry-page .entry-address-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    min-width: 32px;
    height: 32px;
    border-radius: 10px;
    background: rgba(213, 107, 45, .12);
    color: #9a4113;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
}

body.user-entry-page .entry-address-meta {
    min-width: 0;
}

body.user-entry-page .entry-address-meta strong {
    display: block;
    font-size: 12px;
    line-height: 1.3;
}

body.user-entry-page .entry-address-url {
    display: block;
    margin-top: 3px;
    color: var(--muted, #5f5348);
    font-size: 11px;
    line-height: 1.45;
    word-break: break-all;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

body.user-entry-page .entry-address-empty {
    padding: 10px 11px;
    border-radius: 14px;
    background: rgba(255, 255, 255, .66);
    border: 1px dashed rgba(28, 27, 26, .14);
    color: var(--muted, #5f5348);
    font-size: 11.5px;
    line-height: 1.55;
}

body.user-entry-page .entry-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 30px;
    padding: 7px 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .18);
    background: rgba(255, 255, 255, .14);
    color: inherit;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
    box-shadow: 0 10px 24px rgba(15, 23, 42, .12);
}

body.user-entry-page .entry-toast.toast {
    position: fixed;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1400;
    display: none;
    width: min(calc(100vw - 24px), 380px);
    max-width: 380px;
    padding: 12px 16px;
    border-radius: 18px;
    text-align: center;
    font-weight: 800;
    line-height: 1.65;
    box-shadow: 0 26px 56px rgba(15, 23, 42, .26);
    backdrop-filter: blur(10px) saturate(120%);
}

body.user-entry-page .entry-toast.toast.success {
    background: rgba(231, 243, 238, .96);
    color: var(--success-text, #0f3d3e);
    border: 1px solid rgba(29, 75, 59, .35);
}

body.user-entry-page .entry-toast.toast.error {
    background: rgba(253, 236, 236, .96);
    color: var(--error-text, #b42318);
    border: 1px solid rgba(91, 31, 31, .32);
}

body.user-entry-page .entry-agreement-mask.agreement-mask {
    z-index: 1500;
    padding: 20px;
    background: rgba(15, 18, 28, .58);
    backdrop-filter: blur(12px);
}

body.user-entry-page .entry-agreement-card.agreement-card {
    width: min(560px, 100%);
    max-height: min(80vh, 720px);
    overflow: auto;
}

@media (max-width: 720px) {
    body.user-entry-page .entry-frame::before {
        left: 12px;
        right: 12px;
        top: 12px;
        height: 144px;
    }

    body.user-entry-page .entry-toast.toast {
        width: min(calc(100vw - 24px), 360px);
        padding: 11px 14px;
        font-size: 13px;
    }

    body.user-entry-page .entry-address-grid {
        grid-template-columns: 1fr;
    }

    body.user-entry-page .entry-agreement-mask.agreement-mask {
        padding: 14px;
    }
}
