.pc-page{display:grid;gap:18px}.pc-hero{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px;background:var(--surface);border:1px solid var(--border);border-radius:16px}.pc-hero>div>span{font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--accent)}.pc-hero h1{margin:5px 0;font-size:26px;text-wrap:balance}.pc-hero p{margin:0;color:var(--text3)}.pc-hero>strong{display:grid;place-items:center;min-width:92px;padding:14px;border:1px solid var(--border);border-radius:12px;font-size:26px;font-variant-numeric:tabular-nums}.pc-hero>strong small{font-size:10px;color:var(--text3)}.pc-list{display:grid;gap:10px}.pc-list article{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:14px;padding:16px;background:var(--surface);border:1px solid var(--border);border-radius:14px}.pc-list article>.material-symbols-rounded{color:var(--accent)}.pc-list h2{margin:0 0 3px;font-size:15px}.pc-list p,.pc-list small{margin:0;color:var(--text3);font-size:11px}.pc-actions{display:flex;gap:7px;flex-wrap:wrap}.pc-state{padding:4px 8px;border:1px solid var(--border);border-radius:999px;font-size:10px;font-weight:800}.pc-state.approved{color:var(--green)}.pc-state.rejected{color:var(--red)}.pc-state.pending{color:var(--yellow)}.pc-empty{display:grid;place-items:center;gap:6px;padding:42px;background:var(--surface);border:1px solid var(--border);border-radius:14px;text-align:center;color:var(--text3)}.pc-empty .material-symbols-rounded{font-size:32px}@media(max-width:760px){.pc-hero{align-items:flex-start;padding:18px}.pc-list article{grid-template-columns:auto 1fr}.pc-state{justify-self:start}.pc-actions{grid-column:1/-1}.pc-actions .btn{flex:1}.pc-hero h1{font-size:22px}}@media(max-width:480px){.pc-hero{display:grid}.pc-hero>strong{justify-self:start}.pc-list article>.material-symbols-rounded{display:none}}
