@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";:root{--brand: #137fec;--brand-dark: #0f6fd5;--text-main: #1f2937;--text-muted: #6b7280;--bg-page: #f6f7f8;--bg-card: #ffffff}.dark{--text-main: #f3f4f6;--text-muted: #9ca3af;--bg-page: #111827;--bg-card: #1f2937}*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,sans-serif}body{background-color:var(--bg-page);color:var(--text-main);padding-bottom:80px}.ps-header{position:fixed;top:0;left:0;width:100%;z-index:50;background:#fffffff2;backdrop-filter:blur(10px);border-bottom:1px solid #e5e7eb;padding:.75rem 1rem;display:flex;justify-content:space-between;align-items:center}.dark .ps-header{background:#1f2937f2;border-color:#374151}.ps-header__left,.ps-header__right{display:flex;align-items:center;gap:.5rem}.ps-logo__mark{background:var(--brand);color:#fff;width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:1.25rem;text-decoration:none}.ps-pill{display:flex;align-items:center;gap:6px;background:#eff6ff;color:var(--brand-dark);padding:6px 12px;border-radius:99px;border:1px solid #dbeafe;font-size:.75rem;font-weight:700;cursor:pointer;transition:all .2s}.ps-pill:active{transform:scale(.95)}.ps-icon-btn{width:36px;height:36px;border-radius:10px;background:#f3f4f6;color:#6b7280;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer}.dark .ps-icon-btn{background:#374151;color:#d1d5db}.ps-modal{position:fixed;inset:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:1rem}.ps-modal.hidden{display:none}.ps-modal__backdrop{position:absolute;inset:0;background:#0009;backdrop-filter:blur(4px)}.ps-modal__panel{position:relative;background:var(--bg-card);width:100%;max-width:400px;border-radius:2rem;padding:1.5rem;box-shadow:0 20px 25px -5px #0000001a;display:flex;flex-direction:column;gap:1rem;max-height:90vh;overflow-y:auto}.ps-modal__header{display:flex;justify-content:space-between;align-items:start}.ps-modal__title{font-size:1.25rem;font-weight:900;text-transform:uppercase;color:var(--brand)}.ps-modal__subtitle{font-size:.75rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.ps-modal__footer{display:flex;align-items:center;gap:.5rem;margin-top:1rem}.ps-spacer{flex:1}.ps-label{display:block;font-size:.65rem;font-weight:800;text-transform:uppercase;color:var(--text-muted);margin-bottom:4px}.ps-input{width:100%;padding:12px 16px;border-radius:1rem;border:1px solid #e5e7eb;background:var(--bg-page);font-size:.875rem;font-weight:600;outline:none}.ps-input:focus{border-color:var(--brand);ring:2px solid var(--brand)}.ps-btn{padding:12px 20px;border-radius:1rem;font-weight:800;text-transform:uppercase;font-size:.75rem;border:none;cursor:pointer;transition:transform .1s}.ps-btn:active{transform:scale(.95)}.ps-btn--primary{background:var(--brand);color:#fff;width:100%}.ps-btn--soft{background:#eff6ff;color:var(--brand);border:1px dashed #bfdbfe}.ps-btn--ghost{background:transparent;color:#9ca3af;padding:0}.ps-btn--ghost:hover{color:#ef4444}.ps-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}
