.atom-lookup-wrapper{max-width:760px;margin:32px auto;font-family:Tahoma,Arial,sans-serif;direction:rtl;}
.atom-lookup-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:28px;}
.atom-lookup-form{display:block;}
.atom-lookup-field-row{display:flex;gap:10px;align-items:flex-end;flex-wrap:wrap;}
.atom-lookup-field{flex:1;min-width:240px;}
.atom-lookup-field label{display:block;margin-bottom:6px;font-weight:600;font-size:14px;color:#374151;}
.atom-lookup-field input{width:100%;padding:12px 14px;border:1px solid #d1d5db;border-radius:10px;font-size:15px;box-sizing:border-box;font-family:Tahoma,Arial,sans-serif;}
.atom-lookup-form button{padding:12px 24px;background:#1e40af;color:#fff;border:0;border-radius:10px;font-size:15px;cursor:pointer;font-family:Tahoma,Arial,sans-serif;white-space:nowrap;}
.atom-lookup-message{margin-top:14px;padding:12px 14px;border-radius:10px;font-size:14px;}
.atom-lookup-result{margin-top:18px;border:1px solid #e5e7eb;border-radius:18px;overflow:hidden;background:#fff;}
.atom-lookup-result-header{padding:16px 20px;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;}
.atom-lookup-result-title{font-weight:700;font-size:16px;}
.atom-lookup-result-meta{font-size:14px;font-weight:600;}
.atom-lookup-result-body{padding:20px 20px 18px;display:flex;align-items:center;gap:20px;flex-wrap:nowrap;}
.atom-lookup-ring{width:132px;height:132px;border-radius:50%;padding:12px;box-sizing:border-box;flex-shrink:0;}
.atom-lookup-ring-inner{width:100%;height:100%;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;text-align:center;}
.atom-lookup-ring-value-block{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;}
.atom-lookup-ring-value{font-size:28px;font-weight:800;color:#111827;line-height:1.1;}
.atom-lookup-ring-label{font-size:12px;color:#6b7280;font-weight:600;line-height:1.2;}
.atom-lookup-result-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;flex:1 1 100%;}
.atom-lookup-result-item{min-width:0;padding:12px 14px;border:1px solid #f3f4f6;border-radius:12px;background:#fafafa;}
.atom-lookup-result-label{font-size:12px;color:#6b7280;margin-bottom:6px;}
.atom-lookup-result-value{font-size:14px;font-weight:700;color:#111827;word-break:break-word;}
.atom-lookup-skeleton-card{background:transparent;border:0;padding:0;}
.atom-lookup-skeleton-line{display:block;background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb 50%,#f3f4f6 75%);background-size:200% 100%;animation:atom-lookup-shimmer 1.2s infinite linear;border-radius:999px;}
.atom-lookup-skeleton-title{width:110px;height:16px;}
.atom-lookup-skeleton-label{width:88px;height:12px;margin-bottom:8px;}
.atom-lookup-skeleton-value{width:100%;height:14px;}
.atom-lookup-skeleton-ring{width:132px;height:132px;border-radius:50%;background:#f3f4f6;animation:atom-lookup-shimmer 1.2s infinite linear;flex-shrink:0;}
button[type=submit] {
    background: #6a0dad !important;
    color: #fff !important;
    font-family: 'iranyekanBakh' !important;
}
@keyframes atom-lookup-shimmer{
    from{background-position:200% 0;}
    to{background-position:-200% 0;}
}

@media (max-width: 640px){
    .atom-lookup-result-grid{grid-template-columns:1fr;}
}
