.global-scan-card{
    position:relative;
    overflow:hidden;
    margin-bottom:16px;
    padding:18px;
    border-radius:28px;
    border:1px solid var(--fd-line);
    background:
        radial-gradient(circle at top right, rgba(21,93,252,.10), transparent 24%),
        radial-gradient(circle at bottom left, rgba(34,197,94,.08), transparent 28%),
        linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
    box-shadow:var(--fd-shadow);
    backdrop-filter:blur(16px);
}

.global-scan-card::before{
    content:"";
    position:absolute;
    top:-54px;
    right:-54px;
    width:160px;
    height:160px;
    border-radius:50%;
    background:radial-gradient(circle, rgba(37,99,235,.12) 0%, rgba(37,99,235,0) 68%);
    pointer-events:none;
}

.global-scan-card::after{
    content:"";
    position:absolute;
    left:-34px;
    bottom:-34px;
    width:118px;
    height:118px;
    border-radius:50%;
    background:radial-gradient(circle, rgba(34,197,94,.10) 0%, rgba(34,197,94,0) 70%);
    pointer-events:none;
}

.global-scan-head,
.global-scan-grid,
.global-scan-footer{
    position:relative;
    z-index:2;
}

.global-scan-head{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:12px;
    margin-bottom:14px;
}

.global-scan-head small{
    display:block;
    color:var(--fd-blue-2);
    text-transform:uppercase;
    letter-spacing:.08em;
    font-size:.72rem;
    font-weight:900;
    margin-bottom:8px;
}

.global-scan-head h3{
    margin:0 0 8px;
    font-size:1.08rem;
    line-height:1.15;
    color:var(--fd-text);
}

.global-scan-head p{
    margin:0;
    color:var(--fd-muted);
    font-size:.88rem;
    line-height:1.48;
    font-weight:700;
    max-width:92%;
}

.global-scan-badge{
    flex:0 0 auto;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:36px;
    padding:8px 12px;
    border-radius:999px;
    background:var(--fd-blue-soft);
    color:var(--fd-blue-3);
    border:1px solid #cfe0ff;
    font-size:.74rem;
    font-weight:900;
    white-space:nowrap;
    box-shadow:0 8px 18px rgba(17,39,84,.05);
}

.global-scan-grid{
    display:grid;
    grid-template-columns:1fr;
    gap:12px;
}

.global-scan-item{
    position:relative;
    display:block;
    text-decoration:none;
    color:inherit;
    border-radius:22px;
    padding:15px 15px 14px;
    border:1px solid var(--fd-line-soft);
    background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%);
    box-shadow:0 10px 22px rgba(17,39,84,.05);
    transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.global-scan-item:hover{
    transform:translateY(-1px);
    box-shadow:0 14px 26px rgba(17,39,84,.10);
    border-color:rgba(37,99,235,.24);
}

.global-scan-item-top{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:10px;
    margin-bottom:10px;
}

.global-scan-rank{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:34px;
    height:34px;
    padding:0 10px;
    border-radius:999px;
    background:linear-gradient(180deg,#eef5ff 0%,#e4efff 100%);
    color:var(--fd-blue-3);
    border:1px solid #cfe0ff;
    font-size:.78rem;
    font-weight:900;
    box-shadow:0 8px 18px rgba(17,39,84,.05);
}

.global-scan-signal{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:30px;
    padding:6px 10px;
    border-radius:999px;
    font-size:.70rem;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.04em;
    white-space:nowrap;
    border:1px solid transparent;
}

.global-scan-signal.strong{
    background:var(--fd-green-soft);
    color:#166534;
    border-color:#bbf7d0;
}

.global-scan-signal.watch{
    background:#fff7ed;
    color:#9a3412;
    border-color:#fed7aa;
}

.global-scan-signal.risk{
    background:#fef2f2;
    color:#b91c1c;
    border-color:#fecaca;
}

.global-scan-symbol{
    display:block;
    margin:0 0 6px;
    font-size:1.02rem;
    line-height:1.05;
    color:var(--fd-text);
}

.global-scan-score{
    display:inline-flex;
    align-items:center;
    gap:8px;
    margin-bottom:10px;
    font-size:.80rem;
    font-weight:900;
    color:var(--fd-blue-2);
}

.global-scan-score-dot{
    width:8px;
    height:8px;
    border-radius:50%;
    background:var(--fd-blue);
    box-shadow:0 0 0 4px rgba(37,99,235,.10);
    flex:0 0 8px;
}

.global-scan-motive{
    display:block;
    margin:0;
    color:var(--fd-muted);
    font-size:.84rem;
    line-height:1.48;
    font-weight:700;
}

.global-scan-stats{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-top:12px;
}

.global-scan-stat{
    display:inline-flex;
    align-items:center;
    gap:6px;
    min-height:30px;
    padding:6px 10px;
    border-radius:999px;
    background:#f8fbff;
    border:1px solid var(--fd-line-soft);
    color:var(--fd-muted);
    font-size:.72rem;
    font-weight:800;
}

.global-scan-stat strong{
    font-size:.74rem;
    color:var(--fd-text);
}

.global-scan-footer{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    flex-wrap:wrap;
    margin-top:14px;
}

.global-scan-meta{
    color:var(--fd-muted);
    font-size:.78rem;
    line-height:1.4;
    font-weight:800;
}

.global-scan-link{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:40px;
    padding:0 14px;
    border-radius:14px;
    text-decoration:none;
    background:linear-gradient(135deg,var(--fd-blue),var(--fd-blue-3));
    color:#fff;
    font-size:.84rem;
    font-weight:900;
    box-shadow:0 12px 24px rgba(21,93,252,.18);
}

.global-scan-empty{
    border-radius:20px;
    padding:16px;
    background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
    border:1px dashed var(--fd-line);
    color:var(--fd-muted);
    font-size:.88rem;
    line-height:1.48;
    font-weight:700;
}

@media (max-width:420px){
    .global-scan-card{
        padding:16px;
    }

    .global-scan-head{
        flex-direction:column;
        align-items:flex-start;
    }

    .global-scan-head p{
        max-width:100%;
    }

    .global-scan-item-top{
        flex-wrap:wrap;
    }

    .global-scan-footer{
        flex-direction:column;
        align-items:stretch;
    }

    .global-scan-link{
        width:100%;
    }
}