::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #f1f1f1; }
::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #94a3b8; }

.result-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    padding: 1rem;
}

.result-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.625rem 0.75rem;
    border-radius: 0.5rem;
    background: #fff;
    border: 1px solid #e2e8f0;
}

.result-item + .result-item {
    margin-top: 0.5rem;
}

.result-index {
    color: #64748b;
    font-size: 0.8125rem;
    white-space: nowrap;
}

.result-time {
    font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
    color: #0f172a;
    font-size: 0.9rem;
    word-break: break-all;
    text-align: right;
}
