.tgnia-hr-search{
    display:flex;
    gap:10px;
    margin-bottom:20px;
    flex-wrap:wrap;
}
.tgnia-hr-search input, .tgnia-hr-search select{
    padding:10px 12px;
    border:1px solid #ddd;
    border-radius:10px;
    min-width:220px;
}
.tgnia-hr-search button{
    padding:10px 14px;
    border:0;
    border-radius:10px;
    background:#111;
    color:#fff;
    cursor:pointer;
}

.tgnia-profile{
    background:#fff;
    border:1px solid #eee;
    border-radius:14px;
    box-shadow:0 2px 12px rgba(0,0,0,0.06);
    padding:20px;
    margin:18px 0;
}

.tgnia-company-bar{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:12px;
    padding-bottom:12px;
    border-bottom:1px dashed #eee;
}
.tgnia-company-logo{
    width:46px;
    height:46px;
    object-fit:cover;
    border-radius:10px;
    border:1px solid #eee;
}
.tgnia-company-name{
    font-weight:800;
    font-size:16px;
}

.tgnia-id-img{
    max-width:220px;
    border-radius:10px;
    border:1px solid #eee;
}
.tgnia-emp-name{
    margin:12px 0 6px;
    font-size:20px;
}

.tgnia-grid, .tgnia-dates{
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(220px,1fr));
    gap:12px;
    margin-top:14px;
}
.tgnia-kv{
    background:#f7f7f7;
    border:1px solid #f0f0f0;
    border-radius:12px;
    padding:10px 12px;
}
.tgnia-kv .k{
    font-size:12px;
    opacity:0.75;
    margin-bottom:4px;
    font-weight:700;
}
.tgnia-kv .v{
    font-size:14px;
    font-weight:700;
}

.status-green{color:#27ae60}
.status-red{color:#c0392b}
.expired{border-color:#f1c0c0;background:#fff5f5}
.expired .k, .expired .v{color:#c0392b}

.tgnia-section-title{
    margin:18px 0 10px;
    font-size:16px;
    font-weight:800;
}

.tgnia-files{
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(160px,1fr));
    gap:10px;
}
.tgnia-file{
    display:block;
    text-align:center;
    padding:10px;
    border-radius:12px;
    background:#f1f1f1;
    text-decoration:none;
    font-weight:800;
    color:#111;
    border:1px solid #eee;
}

.tgnia-empty{
    padding:12px;
    background:#fff8e8;
    border:1px solid #ffe1a8;
    border-radius:12px;
}
