/* Namespaced Styles: gen_phphash_ */
.gen_phphash_wrap{max-width:1100px;margin:0 auto;padding:1rem 0;color:var(--cc-text,#e9f3ff)}
.gen_phphash_section{margin:1rem 0 1.25rem}
.gen_phphash_intro{display:flex;gap:.9rem;align-items:flex-start;padding:1rem;border:1px solid var(--cc-border,#1f2a44);border-radius:16px;background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.01));box-shadow:var(--cc-shadow,0 8px 26px rgba(0,0,0,.28))}
.gen_phphash_iconbadge{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;flex:0 0 auto;border:1px solid var(--cc-border,#1f2a44);background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.02))}
.gen_phphash_h2{margin:.1rem 0 .2rem;font-size:1.25rem}
.gen_phphash_p{opacity:.9;line-height:1.55}

.gen_phphash_card{padding:1rem;border:1px solid var(--cc-border,#1f2a44);border-radius:16px;background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,.01));box-shadow:var(--cc-shadow,0 8px 26px rgba(0,0,0,.28));margin-bottom:1rem}
.gen_phphash_cardhead{display:flex;align-items:center;gap:.6rem;margin:0 0 .8rem;justify-content:space-between;flex-wrap:wrap}
.gen_phphash_headicon{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;border:1px solid var(--cc-border,#1f2a44);background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.02))}
.gen_phphash_h3{margin:0;font-size:1.05rem}

.gen_phphash_grid{display:grid;gap:.8rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}
.gen_phphash_field{display:flex;flex-direction:column;gap:.35rem}
.gen_phphash_label{font-size:.85rem;opacity:.9}

.gen_phphash_input,.gen_phphash_select{
  border:1px solid var(--cc-border,#1f2a44);border-radius:10px;padding:.55rem .7rem;background:rgba(255,255,255,.03);color:inherit;outline:none
}
.gen_phphash_range{width:100%}
.gen_phphash_rangeval{font-size:.85rem;opacity:.8}
.gen_phphash_actions{display:flex;gap:.6rem;align-items:center;flex-wrap:wrap}

.gen_phphash_btn{
  display:inline-flex;align-items:center;gap:.45rem;padding:.5rem .75rem;border-radius:10px;border:1px solid var(--cc-border,#1f2a44);
  background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.01));color:inherit;cursor:pointer;transition:transform .16s ease,border-color .16s ease
}
.gen_phphash_btn:hover{transform:translateY(-1px);border-color:var(--cc-border-strong,#2b3a5b)}

.gen_phphash_out{margin-top:.6rem}
.gen_phphash_codeblock{
  width:100%;min-height:90px;resize:vertical;border:1px dashed var(--cc-border,#1f2a44);border-radius:12px;padding:.8rem;background:rgba(0,0,0,.18);
  overflow:auto;white-space:pre-wrap;word-break:break-word;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace
}

.gen_phphash_badge{padding:.25rem .6rem;border-radius:999px;border:1px solid var(--cc-border,#1f2a44);font-size:.8rem}
.gen_phphash_badge.ok{background:rgba(80,220,180,.12);border-color:rgba(80,220,180,.4)}
.gen_phphash_badge.fail{background:rgba(220,80,100,.12);border-color:rgba(220,80,100,.4)}
