:root{--psg-primary:#10b981;--psg-primary-dark:#059669;--psg-text:#1f2937;--psg-bg-light:#f3f4f6;--psg-border:#e5e7eb}.psg-archive{max-width:1200px;margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}.psg-controls{margin-bottom:2rem;background:#fff;padding:15px;border:1px solid var(--psg-border);border-radius:8px}.psg-search-form{display:flex;flex-wrap:wrap;gap:10px;width:100%;align-items:center}@media (min-width:992px){.psg-search-form{flex-wrap:nowrap!important}}.psg-search-form input[type="text"]{flex:1 1 auto;min-width:250px;padding:.6rem 1rem;border:1px solid var(--psg-border);border-radius:6px;font-size:.95rem}.psg-search-form select{flex:0 1 auto;width:auto;min-width:150px!important;padding:.6rem 2rem .6rem 1rem;border:1px solid var(--psg-border);border-radius:6px;font-size:.95rem;background-color:#fff;cursor:pointer}div.psg-controls .psg-search-form button[type="submit"]{padding:.6rem 1.5rem;background-color:var(--psg-primary)!important;color:white!important;border:none;border-radius:6px;cursor:pointer;font-weight:600;transition:background 0.3s;white-space:nowrap;flex:0 0 auto;width:auto;margin-left:5px}div.psg-controls .psg-search-form button[type="submit"]:hover{background-color:var(--psg-primary-dark)!important}.psg-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.psg-card{border:1px solid var(--psg-border);border-radius:8px;overflow:hidden;background:#fff;box-shadow:0 4px 6px -1px rgb(0 0 0 / .1);transition:transform 0.2s;display:flex;flex-direction:column}.psg-card:hover{transform:translateY(-4px)}.psg-card-image{width:100%;margin:0;padding:0}.psg-card-image img{width:100%;height:200px;object-fit:cover;display:block}.psg-card-content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.psg-card-title{margin:0 0 2.5rem 0!important;padding-bottom:0!important;font-size:1.25rem;line-height:1.4;display:block}.psg-card-title a{color:var(--psg-text);text-decoration:none;display:block}.psg-card-title a:hover{color:var(--psg-primary)}.psg-threat-badge{display:inline-block;padding:4px 10px;border-radius:4px;font-size:.75rem;font-weight:700;text-transform:uppercase;color:#fff;background-color:var(--psg-primary)!important;margin-top:1rem!important;margin-bottom:1rem;align-self:flex-start;line-height:1}.psg-archive-intro{margin-bottom:3rem;font-size:1.1rem;line-height:1.6;color:var(--psg-text)}.psg-card-excerpt{color:#6b7280;font-size:.95rem;margin-bottom:1.5rem;padding-top:1.5rem;flex:1}.psg-read-more{display:inline-block;text-align:center;padding:.6rem 1rem;background-color:var(--psg-primary);color:#fff;border:none;border-radius:6px;text-decoration:none;font-weight:600;transition:all 0.2s}.psg-read-more:hover{background-color:var(--psg-primary-dark);color:#fff}.psg-pagination{margin-top:3rem;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:8px;width:100%}.psg-pagination .page-numbers{display:inline-block;padding:.5rem 1rem;border:1px solid var(--psg-border);margin:0 .25rem;text-decoration:none;color:var(--psg-text);border-radius:4px}.psg-pagination .page-numbers.current,.psg-pagination .page-numbers:hover{background-color:var(--psg-primary);color:#fff;border-color:var(--psg-primary)}.psg-security-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;box-shadow:0 4px 6px -1px rgb(0 0 0 / .1),0 2px 4px -1px rgb(0 0 0 / .06);margin:20px 0 30px;font-family:inherit;max-width:500px;width:100%}.psg-card-header{background-color:#10b981;color:#fff;padding:15px 20px;display:flex;align-items:center;justify-content:center}.psg-header-title{display:flex;align-items:center;gap:8px;flex:1}.psg-header-title .dashicons{font-size:24px;width:24px;height:24px;color:#fff;vertical-align:middle}.psg-card-title{margin:0!important;padding:0!important;font-size:1.15rem!important;font-weight:700!important;color:#ffffff!important;text-transform:uppercase;letter-spacing:.5px;line-height:1.2}.psg-card-body{padding:20px}.psg-data-row{display:flex;align-items:flex-start;padding:12px 0;border-bottom:1px solid #f3f4f6}.psg-data-row:last-child{border-bottom:none;padding-bottom:0}.psg-data-row:first-child{padding-top:0}.psg-label-col{flex:0 0 200px;display:flex;align-items:center;gap:8px;font-weight:600;color:#374151;font-size:.95rem}.psg-label-col::after{content:"\203A";margin-left:auto;margin-right:12px;color:#9ca3af;font-weight:700;font-size:1.5rem;line-height:1;transition:transform 0.2s}.psg-label-col svg{color:#9ca3af;width:18px;height:18px}.psg-value-col{flex:1;font-size:1rem;color:#111;line-height:1.5}.psg-tag{display:inline-block;padding:2px 10px;border-radius:99px;font-size:.85rem;font-weight:700;text-transform:uppercase;color:#fff}.psg-tag.critical{background-color:#ef4444}.psg-tag.high{background-color:#f97316}.psg-tag.medium{background-color:#f59e0b}.psg-tag.low{background-color:#10b981}@media (max-width:600px){.psg-data-row{flex-direction:column;gap:5px}.psg-label-col{flex:auto;width:100%;color:#6b7280;font-size:.85rem}.psg-label-col::after{display:none}.psg-value-col{display:flex;align-items:baseline}.psg-value-col::before{content:"\203A";margin-right:8px;color:#9ca3af;font-weight:700;font-size:1.5rem;line-height:1}}@media (min-width:768px){.psg-controls{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.psg-search-form{width:100%}}.psg-related-scams{margin-top:40px;padding-top:20px;border-top:1px solid #e5e7eb}.psg-related-title{font-size:1.5rem;margin-bottom:20px;font-weight:700;color:var(--psg-text)}.psg-related-grid{display:flex;flex-wrap:wrap;gap:20px}.psg-related-card{flex:1 1 300px;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;background:#fff;transition:transform 0.2s}.psg-related-card:hover{transform:translateY(-4px);box-shadow:0 4px 6px -1px rgb(0 0 0 / .1)}.psg-related-thumb img{width:100%;height:150px;object-fit:cover;display:block}.psg-related-content{padding:15px}.psg-related-item-title{margin:0;font-size:1.1rem;line-height:1.4}.psg-related-item-title a{color:var(--psg-text);text-decoration:none}.psg-related-item-title a:hover{color:var(--psg-primary)}