:root{--pgg-primary:#263b63;--pgg-accent:#d59635;--pgg-text:#182033;--pgg-muted:#667085;--pgg-border:#e5e7eb;--pgg-bg:#f7f8fb;--pgg-radius:14px}
.pgg-wrap,.pgg-card,.pgg-alert,.pgg-button,.pgg-badge,.pgg-form{box-sizing:border-box}
.pgg-wrap{direction:rtl;color:var(--pgg-text);font-family:inherit}
.pgg-card{background:#fff;border:1px solid var(--pgg-border);border-radius:var(--pgg-radius);box-shadow:0 5px 24px rgba(16,24,40,.06)}
.pgg-card-body{padding:20px}
.pgg-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:42px;padding:9px 16px;border:1px solid var(--pgg-border);border-radius:10px;background:#fff;color:var(--pgg-text);text-decoration:none;cursor:pointer;font:inherit}
.pgg-button:hover{transform:translateY(-1px);box-shadow:0 5px 15px rgba(16,24,40,.08)}
.pgg-button-primary{background:var(--pgg-primary);border-color:var(--pgg-primary);color:#fff}
.pgg-button-secondary{background:#fff7e8;border-color:#f2d5a5;color:#7a4d0b}
.pgg-alert{padding:12px 15px;border-radius:10px;margin:12px 0;border:1px solid var(--pgg-border);background:#fff}
.pgg-alert-info{background:#eef6ff;border-color:#cfe5ff}.pgg-alert-success{background:#ecfdf3;border-color:#abefc6}.pgg-alert-danger{background:#fff1f1;border-color:#ffc9c9}
.pgg-badge{display:inline-flex;align-items:center;padding:4px 9px;border-radius:999px;background:#f2f4f7;color:#344054;font-size:12px;line-height:1.5}
.pgg-badge-success{background:#ecfdf3;color:#067647}.pgg-badge-warning{background:#fffaeb;color:#b54708}.pgg-badge-danger{background:#fef3f2;color:#b42318}
.pgg-wrap input[type=text],.pgg-wrap input[type=tel],.pgg-wrap input[type=number],.pgg-wrap input[type=email],.pgg-wrap input[type=url],.pgg-wrap select,.pgg-wrap textarea{max-width:100%;border:1px solid #d0d5dd;border-radius:9px;padding:10px 12px;background:#fff;color:var(--pgg-text);font:inherit}
.pgg-wrap input:focus,.pgg-wrap select:focus,.pgg-wrap textarea:focus{border-color:var(--pgg-primary);box-shadow:0 0 0 3px rgba(38,59,99,.1);outline:0}
@media(max-width:767px){.pgg-card-body{padding:15px}.pgg-button{min-height:44px}}
