.ghs-gate-wrap { max-width: 980px; margin: 24px auto; padding: 0 16px; }
.ghs-gate-card { background: #fff; border: 1px solid #ddd; border-radius: 12px; padding: 22px; box-shadow: 0 2px 12px rgba(0,0,0,.06); }
.ghs-gate-card h2 { margin-top: 0; font-size: 28px; }
.ghs-gate-search-form label { display: block; font-weight: 700; margin-bottom: 8px; }
.ghs-gate-search-row { display: flex; gap: 10px; align-items: stretch; }
.ghs-gate-search-row input { flex: 1; min-height: 46px; padding: 10px 12px; font-size: 18px; border: 1px solid #bbb; border-radius: 8px; }
.ghs-gate-search-row button { min-height: 46px; padding: 10px 18px; font-size: 17px; font-weight: 700; border: 0; border-radius: 8px; cursor: pointer; background: #1f2937; color: #fff; }
.ghs-gate-login-button { display: inline-flex; align-items: center; justify-content: center; margin-top: 16px; min-height: 58px; padding: 14px 28px; border: 3px solid #111; border-radius: 10px; background: #facc15; color: #111; font-size: 22px; font-weight: 800; line-height: 1; text-decoration: none; box-shadow: 0 4px 0 #111; }
.ghs-gate-login-button:hover,
.ghs-gate-login-button:focus { background: #eab308; color: #111; text-decoration: none; transform: translateY(1px); box-shadow: 0 3px 0 #111; }
.ghs-gate-results { margin-top: 22px; }
.ghs-gate-message { padding: 14px; border-radius: 8px; background: #f3f4f6; }
.ghs-gate-result { border: 1px solid #d1d5db; border-radius: 10px; padding: 16px; margin-bottom: 12px; background: #fafafa; }
.ghs-gate-result-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 8px; }
.ghs-gate-result h3 { margin: 0 0 8px; font-size: 21px; }
.ghs-gate-badge { display: inline-flex; align-items: center; padding: 4px 8px; border-radius: 999px; background: #e5e7eb; color: #111827; font-size: 12px; font-weight: 700; white-space: nowrap; }
.ghs-gate-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 18px; }
.ghs-gate-field strong { display: block; font-size: 12px; text-transform: uppercase; opacity: .7; }
.ghs-gate-admin-link { display: inline-flex; align-items: center; justify-content: center; margin-top: 16px; min-height: 58px; padding: 14px 28px; border: 3px solid #111; border-radius: 10px; background: #facc15; color: #111; font-size: 22px; font-weight: 800; line-height: 1; text-decoration: none; box-shadow: 0 4px 0 #111; }
.ghs-gate-admin-link:hover,
.ghs-gate-admin-link:focus { background: #eab308; color: #111; text-decoration: none; transform: translateY(1px); box-shadow: 0 3px 0 #111; }
@media (max-width: 700px) { .ghs-gate-search-row { flex-direction: column; } .ghs-gate-grid { grid-template-columns: 1fr; } .ghs-gate-result-head { align-items: flex-start; flex-direction: column; } }
