:root{--bg:#0f0f0f;--surface:#2e2e2e;--card:#303030;--border:#3e3e3e;--border2:#484848;--text-primary:#f0ece5;--text-secondary:#9c9c9c;--text-muted:#5e5c59;--text-desc:#becbc6;--green:#43ce98;--amber:#d4a820;--mono:"InterphasesMono",monospace;--red:#e05a5a;--blue:#6ba3d6;--text-xs:9.5px;--text-sm:11px;--text-base:13px;--text-lg:17px;--gap-xs:4px;--gap-sm:8px;--gap-md:14px;--gap-lg:20px;--radius-sm:6px;--radius-md:8px;--radius-lg:10px;--ctx-bg:#1a1a2a;--ctx-border:#34345a;--ctx-text:#8888cc;--ctx-highlight:#22223a}.hp-prop-app{max-width:860px;margin:0 auto;padding:44px 40px 80px}.hp-prop-page-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:32px}.hp-prop-page-title{font-family:SFProDisplay,sans-serif;font-size:32px;font-weight:700;color:var(--text-primary);letter-spacing:-.5px}.hp-prop-page-subtitle{font-size:var(--text-base);color:var(--text-secondary);margin-top:5px}.hp-prop-btn-ghost{display:flex;align-items:center;gap:5px;background:transparent;color:var(--text-muted);font-family:Inter,sans-serif;font-size:var(--text-base);padding:var(--gap-sm) 13px;border-radius:var(--radius-md);border:1px solid var(--border2);cursor:pointer;transition:all .12s}.hp-prop-btn-ghost:hover{color:var(--text-secondary);border-color:#5e5c59}.hp-prop-scan-pill{display:inline-flex;align-items:center;gap:7px;background:#1e2a1e;border:1px solid #2a4a2a;border-radius:20px;padding:5px 12px 5px 8px;margin-bottom:28px}.hp-prop-scan-dot{width:6px;height:6px;border-radius:50%;background:var(--green);animation:hp-prop-pulse 2.4s ease infinite}.hp-prop-scan-text{font-family:var(--mono);font-size:var(--text-xs);color:#7ab47a}@keyframes hp-prop-pulse{0%,to{opacity:1}50%{opacity:.35}}.hp-prop-tabs{display:flex;gap:3px;margin-bottom:20px}.hp-prop-tab{font-family:Inter,sans-serif;font-size:var(--text-base);padding:6px 12px;border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;border:1px solid transparent;transition:all .12s;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;align-items:center;gap:6px;background:transparent}.hp-prop-tab.active{background:#3a3a3a;color:var(--text-primary);border-color:var(--border2)}.hp-prop-tab:not(.active):hover{color:var(--text-primary);background:#2e2e2e}.hp-prop-badge{font-family:var(--mono);font-size:var(--text-xs);padding:1px 5px;border-radius:8px}.hp-prop-badge-amber{background:#2a2010;border:1px solid #4a3810;color:var(--amber)}.hp-prop-badge-default{background:#3a3a3a;border:1px solid var(--border2);color:var(--text-secondary)}.hp-prop-group{margin-bottom:28px}.hp-prop-group-label{font-family:var(--mono);font-size:var(--text-xs);color:var(--text-muted);letter-spacing:.6px;padding-bottom:var(--gap-sm)}.hp-prop-row{background:var(--card);border:1px solid var(--border);border-bottom:none;padding:var(--gap-md) 18px;cursor:pointer;transition:background .1s;border-radius:0;display:flex;align-items:center;gap:12px}.hp-prop-row:first-child{border-radius:var(--radius-lg) var(--radius-lg) 0 0}.hp-prop-row:last-child{border-radius:0 0 var(--radius-lg) var(--radius-lg);border-bottom:1px solid var(--border)}.hp-prop-row:only-child{border-radius:var(--radius-lg);border-bottom:1px solid var(--border)}.hp-prop-row:hover{background:#2e2e2e}.hp-prop-row.pending{border-left:2px solid var(--amber)}.hp-prop-src-icon{width:20px;height:20px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.hp-prop-src-icon svg{width:18px;height:18px}.hp-prop-row-body{flex:1;min-width:0}.hp-prop-row-top{display:flex;align-items:center;gap:7px;margin-bottom:var(--gap-xs)}.hp-prop-row-title{font-size:var(--text-base);font-weight:500;color:var(--text-primary);line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hp-prop-pill{font-family:var(--mono);font-size:var(--text-xs);letter-spacing:.2px;padding:2px 7px;border-radius:20px;white-space:nowrap;flex-shrink:0}.hp-prop-pill-pending{background:#2a2010;color:var(--amber);border:1px solid #4a3810}.hp-prop-pill-open{background:#221808;color:#e8854a;border:1px solid #5a3010}.hp-prop-pill-passed{background:#1a3a2a;color:var(--green);border:1px solid #2a5a3a}.hp-prop-pill-rejected{background:#2a1010;color:var(--red);border:1px solid #4a1a1a}.hp-prop-row-meta{font-family:var(--mono);font-size:var(--text-xs);color:var(--text-secondary)}.hp-prop-row-right{flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end;gap:var(--gap-xs)}.hp-prop-row-date{font-family:var(--mono);font-size:var(--text-xs);color:var(--text-secondary)}.hp-prop-vote-mini{display:flex;align-items:center;gap:6px}.hp-prop-vm-seg{display:flex;align-items:center;gap:3px;font-family:var(--mono);font-size:var(--text-xs);color:var(--text-secondary)}.hp-prop-vm-dot{width:5px;height:5px;border-radius:50%}.hp-prop-empty{padding:60px 0;text-align:center}.hp-prop-empty p{font-size:var(--text-base);color:var(--text-secondary)}.hp-prop-overlay{position:fixed;inset:0;background:rgba(0,0,0,.78);display:flex;align-items:center;justify-content:center;z-index:100;opacity:0;pointer-events:none;transition:opacity .18s}.hp-prop-overlay.visible{opacity:1;pointer-events:all}.hp-prop-modal{background:var(--surface);border:1px solid var(--border2);border-radius:14px;width:540px;max-width:95vw;max-height:88vh;display:flex;flex-direction:column;transform:translateY(12px);transition:transform .2s;overflow:hidden}.hp-prop-overlay.visible .hp-prop-modal{transform:translateY(0)}.hp-prop-mh{padding:var(--gap-lg) var(--gap-lg) 0;flex-shrink:0}.hp-prop-mh-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:var(--gap-md)}.hp-prop-mh-close{width:26px;height:26px;border-radius:var(--radius-sm);background:#383838;border:1px solid var(--border2);display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-secondary);flex-shrink:0;transition:background .12s}.hp-prop-mh-close:hover{background:#444}.hp-prop-mh-status{display:flex;align-items:center;gap:7px;margin-bottom:var(--gap-sm)}.hp-prop-mh-title{font-family:SFProDisplay,sans-serif;font-size:var(--text-lg);font-weight:700;color:var(--text-primary);letter-spacing:-.2px;line-height:1.3}.hp-prop-mb{padding:0 var(--gap-lg) var(--gap-lg);overflow-y:auto;flex:1}.hp-prop-evidence{background:var(--ctx-bg);border:1px solid var(--ctx-border);border-radius:var(--radius-lg);padding:var(--gap-md);margin:var(--gap-md) 0}.hp-prop-ev-from{display:flex;align-items:center;gap:var(--gap-sm);margin-bottom:var(--gap-sm)}.hp-prop-ev-src{font-family:var(--mono);font-size:var(--text-xs);padding:2px 7px;border-radius:var(--radius-sm);background:#28284a;border:1px solid #48487a;color:var(--ctx-text)}.hp-prop-ev-who{font-family:Inter,sans-serif;font-size:var(--text-base);font-weight:500;color:var(--text-primary)}.hp-prop-ev-when{font-family:var(--mono);font-size:var(--text-xs);color:var(--text-secondary);margin-left:auto}.hp-prop-ev-quote{font-family:Inter,sans-serif;font-size:var(--text-base);color:var(--text-desc);line-height:1.65;border-left:2px solid #4848aa;padding-left:11px;font-style:italic}.hp-prop-ev-quote em{font-style:normal;background:#2a2a18;color:#ddc86a;border-radius:2px;padding:0 2px}.hp-prop-conf-line{display:flex;align-items:center;gap:10px;margin-bottom:var(--gap-md)}.hp-prop-conf-score{font-family:var(--mono);font-size:var(--text-base);font-weight:700}.hp-prop-conf-track{flex:1;height:3px;background:var(--border);border-radius:2px;overflow:hidden}.hp-prop-conf-fill{height:100%;border-radius:2px}.hp-prop-conf-label{font-family:var(--mono);font-size:var(--text-xs);color:var(--text-secondary)}.hp-prop-action-row{display:flex;gap:var(--gap-sm);margin-bottom:var(--gap-md)}.hp-prop-btn-primary{flex:2;padding:11px;background:var(--text-primary);color:#1c1c1c;font-family:Inter,sans-serif;font-size:var(--text-base);font-weight:500;border:none;border-radius:var(--radius-md);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:background .12s}.hp-prop-btn-primary:hover{background:#d8d5cf}.hp-prop-btn-primary:disabled{background:#3a3a3a;color:var(--text-secondary);cursor:not-allowed}.hp-prop-btn-secondary{flex:1;padding:11px;background:transparent;color:var(--text-secondary);font-family:Inter,sans-serif;font-size:var(--text-base);border:1px solid var(--border2);border-radius:var(--radius-md);cursor:pointer;transition:all .12s}.hp-prop-btn-secondary:hover{background:#363636;color:var(--text-primary)}.hp-prop-btn-open-vote{flex:2;padding:11px;background:#2a2010;color:var(--amber);font-family:Inter,sans-serif;font-size:var(--text-base);font-weight:500;border:1px solid #4a3810;border-radius:var(--radius-md);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:background .12s}.hp-prop-btn-open-vote:hover{background:#3a3010}.hp-prop-vote-opts{display:grid;grid-template-columns:1fr 1fr 1fr;gap:6px;margin-bottom:var(--gap-sm)}.hp-prop-vopt{background:var(--card);border:1.5px solid var(--border);border-radius:var(--radius-md);padding:16px 8px 12px;cursor:pointer;text-align:center;transition:border-color .12s,background .12s;display:flex;flex-direction:column;align-items:center;gap:8px}.hp-prop-vopt:hover{border-color:var(--border2);background:#363636}.hp-prop-vopt-label,.hp-prop-vopt-svg{color:var(--text-secondary);transition:color .12s}.hp-prop-vopt-label{font-family:Inter,sans-serif;font-size:var(--text-sm);font-weight:500;letter-spacing:0}.hp-prop-vopt.sel-for{border-color:var(--green);background:#1a3a2a}.hp-prop-vopt.sel-against{border-color:var(--red);background:#2a1010}.hp-prop-vopt.sel-abstain{border-color:var(--border2);background:#2e2e2e}.hp-prop-vopt.sel-for .hp-prop-vopt-label,.hp-prop-vopt.sel-for .hp-prop-vopt-svg{color:var(--green)}.hp-prop-vopt.sel-against .hp-prop-vopt-label,.hp-prop-vopt.sel-against .hp-prop-vopt-svg{color:var(--red)}.hp-prop-vopt.sel-abstain .hp-prop-vopt-label,.hp-prop-vopt.sel-abstain .hp-prop-vopt-svg{color:var(--text-secondary)}.hp-prop-voter-list{display:flex;flex-direction:column;gap:var(--gap-xs);margin-bottom:var(--gap-md)}.hp-prop-voter{display:flex;align-items:center;gap:9px;padding:var(--gap-sm) 11px;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-md)}.hp-prop-voter-av{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:var(--text-xs);flex-shrink:0}.hp-prop-voter-name{font-family:Inter,sans-serif;font-size:var(--text-sm);color:var(--text-desc);flex:1}.hp-prop-voter-time{color:var(--text-secondary)}.hp-prop-voter-time,.hp-prop-voter-vote{font-family:var(--mono);font-size:var(--text-xs)}.hp-prop-voter-vote{padding:2px 6px;border-radius:8px}.hp-prop-vv-for{background:#1a3a2a;color:var(--green);border:1px solid #2a5a3a}.hp-prop-vv-against{background:#2a1010;color:var(--red);border:1px solid #4a1a1a}.hp-prop-vv-abstain{background:#363636;color:var(--text-desc);border:1px solid var(--border2)}.hp-prop-vbar-wrap{margin-bottom:var(--gap-md)}.hp-prop-vbar{display:flex;height:4px;border-radius:2px;overflow:hidden;gap:2px;margin-bottom:7px}.hp-prop-vb-f{background:var(--green);border-radius:2px}.hp-prop-vb-a{background:var(--red);border-radius:2px}.hp-prop-vb-ab{background:var(--text-muted);border-radius:2px}.hp-prop-vbar-legend{display:flex;gap:12px}.hp-prop-vbl{display:flex;align-items:center;gap:4px;font-family:var(--mono);font-size:var(--text-xs);color:var(--text-secondary)}.hp-prop-vbl-dot{width:6px;height:6px;border-radius:50%}.hp-prop-details-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;background:transparent;border:none;border-top:1px solid var(--border);padding:12px 0 0;cursor:pointer;color:var(--text-secondary);font-family:var(--mono);font-size:var(--text-xs);letter-spacing:.3px;transition:color .12s}.hp-prop-details-toggle:hover{color:var(--text-primary)}.hp-prop-details-chevron{transition:transform .2s}.hp-prop-details-toggle.open .hp-prop-details-chevron{transform:rotate(180deg)}.hp-prop-details-body{overflow:hidden;max-height:0;transition:max-height .25s ease}.hp-prop-details-body.open{max-height:400px}.hp-prop-detail-grid{display:flex;flex-direction:column;margin-top:var(--gap-sm)}.hp-prop-dg-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:var(--gap-sm) 0;border-bottom:1px solid #363636}.hp-prop-dg-row:last-child{border-bottom:none}.hp-prop-dg-key{font-family:Inter,sans-serif;font-size:var(--text-sm);color:var(--text-secondary);flex-shrink:0}.hp-prop-dg-val{font-family:var(--mono);font-size:var(--text-sm);color:var(--text-desc);text-align:right}.hp-prop-signals{display:flex;flex-direction:column;gap:6px;margin-top:var(--gap-sm);padding-top:var(--gap-sm);border-top:1px solid #363636}.hp-prop-sig{display:flex;align-items:center;gap:var(--gap-sm)}.hp-prop-sig-label{font-family:Inter,sans-serif;font-size:var(--text-sm);color:var(--text-secondary);flex:1}.hp-prop-sig-track{width:72px;height:2px;background:var(--border);border-radius:1px;overflow:hidden}.hp-prop-sig-fill{height:100%;border-radius:1px;background:var(--blue)}.hp-prop-sig-pct{font-family:var(--mono);font-size:var(--text-xs);color:var(--text-secondary);width:26px;text-align:right}.hp-prop-toast{position:fixed;bottom:32px;left:50%;transform:translateX(-50%) translateY(16px);background:var(--surface);border:1px solid var(--border2);border-radius:var(--radius-lg);padding:12px 18px;display:flex;align-items:center;gap:10px;font-family:Inter,sans-serif;font-size:var(--text-base);color:var(--text-primary);z-index:300;opacity:0;pointer-events:none;transition:opacity .2s,transform .2s;white-space:nowrap}.hp-prop-toast.visible{opacity:1;pointer-events:all;transform:translateX(-50%) translateY(0)}.hp-prop-toast-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.hp-prop-toast-close{background:none;border:none;cursor:pointer;font-size:16px;line-height:1;color:rgba(255,255,255,.32);margin-left:4px;padding:2px 6px;border-radius:4px;transition:color .12s,background .12s}.hp-prop-toast-close:hover{color:rgba(255,255,255,.85);background:rgba(255,255,255,.06)}.hp-prop-toast-close:focus-visible{outline:2px solid var(--focus,rgba(255,255,255,.22));outline-offset:1px}.hp-prop-ctx-panel{background:var(--ctx-bg);border:1px solid var(--ctx-border);border-radius:var(--radius-md);margin-top:10px;overflow:hidden;max-height:0;opacity:0;transition:max-height .3s ease,opacity .2s ease}.hp-prop-ctx-panel.open{max-height:420px;opacity:1}.hp-prop-ctx-header{display:flex;align-items:center;justify-content:space-between;padding:10px var(--gap-md);border-bottom:1px solid #2a2a4a}.hp-prop-ctx-title{color:var(--ctx-text);letter-spacing:.4px}.hp-prop-ctx-open-link,.hp-prop-ctx-title{font-family:var(--mono);font-size:var(--text-xs)}.hp-prop-ctx-open-link{display:flex;align-items:center;gap:5px;color:#6666aa;text-decoration:none;transition:color .12s}.hp-prop-ctx-open-link:hover{color:var(--ctx-text)}.hp-prop-ctx-scroll{overflow-y:auto;max-height:340px;padding:10px var(--gap-md);display:flex;flex-direction:column;gap:10px}.hp-prop-ctx-scroll::-webkit-scrollbar{width:3px}.hp-prop-ctx-scroll::-webkit-scrollbar-thumb{background:#38385a;border-radius:2px}.hp-prop-ctx-msg{display:flex;gap:9px;align-items:flex-start}.hp-prop-ctx-av{width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:var(--text-xs);flex-shrink:0;margin-top:1px}.hp-prop-ctx-msg-body{flex:1}.hp-prop-ctx-msg-from{display:flex;align-items:baseline;gap:7px;margin-bottom:3px}.hp-prop-ctx-msg-name{font-family:Inter,sans-serif;font-size:var(--text-sm);font-weight:500;color:var(--text-desc)}.hp-prop-ctx-msg-time{font-family:var(--mono);font-size:var(--text-xs);color:var(--text-secondary)}.hp-prop-ctx-msg-text{font-family:Inter,sans-serif;font-size:var(--text-sm);color:var(--text-secondary);line-height:1.55}.hp-prop-ctx-msg.is-trigger .hp-prop-ctx-msg-text{color:var(--text-primary)}.hp-prop-ctx-msg.is-trigger{background:var(--ctx-highlight);border-radius:var(--radius-md);padding:var(--gap-sm);margin:-2px -4px}.hp-prop-ctx-msg.is-trigger .hp-prop-ctx-msg-text em{font-style:normal;background:#2a2a18;color:#ddc86a;border-radius:2px;padding:0 2px}.hp-prop-ctx-trigger-tag{font-family:var(--mono);font-size:var(--text-xs);color:var(--ctx-text);background:#28284a;border:1px solid #48487a;border-radius:var(--radius-sm);padding:1px 5px;margin-left:4px}.hp-prop-ev-footer{display:flex;align-items:center;justify-content:space-between;margin-top:10px;padding-top:10px;border-top:1px solid #2a2a4a}.hp-prop-btn-see-ctx{display:flex;align-items:center;gap:5px;background:transparent;border:none;font-family:var(--mono);font-size:var(--text-xs);color:var(--ctx-text);cursor:pointer;padding:0;transition:color .12s}.hp-prop-btn-see-ctx:hover{color:#aaaaee}.hp-prop-btn-see-ctx svg{transition:transform .2s}.hp-prop-btn-see-ctx.open svg{transform:rotate(180deg)}.hp-prop-int-section-label{font-family:var(--mono);font-size:10px;color:var(--text-muted);letter-spacing:.5px;margin-bottom:8px}.hp-prop-int-list{display:flex;flex-direction:column;gap:4px;margin-bottom:20px}.hp-prop-int-row{display:flex;align-items:center;gap:12px;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-md);padding:11px 14px}.hp-prop-int-row.connected{border-color:#2a4a2a}.hp-prop-int-row.upcoming{opacity:.55}.hp-prop-int-icon-wrap{width:28px;height:28px;border-radius:7px;background:#1e2a2e;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hp-prop-int-row:not(.connected) .hp-prop-int-icon-wrap{background:#262626}.hp-prop-int-info{flex:1}.hp-prop-int-name-row{display:flex;align-items:center;gap:7px}.hp-prop-int-name{font-size:13px;font-weight:500;color:var(--text-primary)}.hp-prop-int-row:not(.connected) .hp-prop-int-name{color:var(--text-secondary)}.hp-prop-int-desc{font-family:var(--mono);font-size:10px;color:var(--text-muted);margin-top:1px}.hp-prop-int-status{display:flex;align-items:center;gap:5px}.hp-prop-int-status-dot{width:6px;height:6px;border-radius:50%;background:var(--green)}.hp-prop-int-status-text{font-family:var(--mono);font-size:10px;color:#7ab47a}.hp-prop-int-upcoming-badge{font-family:var(--mono);font-size:9px;padding:1px 6px;border-radius:8px;background:#2a2a2a;border:1px solid var(--border2);color:var(--text-muted)}.hp-prop-int-connect-btn{font-family:var(--mono);font-size:10px;padding:5px 12px;border-radius:var(--radius-sm);background:transparent;border:1px solid var(--border2);color:var(--text-secondary);cursor:pointer;transition:all .12s}.hp-prop-int-connect-btn:hover{border-color:#6e6b66;color:var(--text-primary)}.hp-prop-int-modal-label{font-family:var(--mono);font-size:10.5px;color:var(--text-muted);margin-bottom:5px}.hp-prop-int-modal-subtitle{font-size:12.5px;color:var(--text-secondary);margin-top:4px}.hp-prop-v3-page{padding:72px 36px 48px;max-width:1100px;margin:0 auto;width:100%}.hp-prop-v3-title{font-family:Inter,sans-serif;font-size:34px;font-weight:600;color:#fff;letter-spacing:-.6px;margin-bottom:20px}.hp-prop-v3-tabs{display:flex;align-items:center;gap:32px;border-bottom:1px solid #292929;padding:0 4px}.hp-prop-v3-tab{position:relative;padding:14px 4px;font-size:14px;color:rgba(255,255,255,.45);cursor:pointer;font-weight:400;transition:color .18s;background:none;border:none;font-family:Inter,sans-serif}.hp-prop-v3-tab:hover{color:rgba(255,255,255,.75)}.hp-prop-v3-tab.active{color:#fff}.hp-prop-v3-tab.active:after{content:"";position:absolute;left:-4px;right:-4px;bottom:-1px;height:1.5px;background:#fff;border-radius:2px}.hp-prop-v3-tab-count{display:inline-flex;align-items:center;justify-content:center;font-size:10.5px;font-weight:500;min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:rgba(255,255,255,.08);color:rgba(255,255,255,.6);margin-left:6px;letter-spacing:.2px}.hp-prop-v3-tab.active .hp-prop-v3-tab-count{background:rgba(255,255,255,.14);color:#fff}.hp-prop-v3-cards-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:28px}.hp-prop-v3-card{background:rgba(255,255,255,.025);border:.5px solid rgba(255,255,255,.07);border-radius:14px;padding:22px 24px;transition:border-color .2s,background .2s}.hp-prop-v3-card:hover{border-color:rgba(255,255,255,.12)}.hp-prop-v3-credits-card .hp-prop-v3-credits-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.hp-prop-v3-credits-label{font-size:14px;color:rgba(255,255,255,.85);font-weight:400}.hp-prop-v3-credits-value{font-size:13px;color:rgba(255,255,255,.55);font-family:Inter,sans-serif;letter-spacing:.1px}.hp-prop-v3-credits-used{color:rgba(255,255,255,.92)}.hp-prop-v3-credits-sep{color:rgba(255,255,255,.32);margin:0 6px}.hp-prop-v3-credits-bar{position:relative;height:5px;background:rgba(255,255,255,.06);border-radius:6px;overflow:hidden}.hp-prop-v3-credits-fill{position:absolute;left:0;top:0;bottom:0;background:linear-gradient(90deg,#fff,rgba(255,255,255,.85));border-radius:6px;transition:width .6s cubic-bezier(.4,0,.2,1)}.hp-prop-v3-integrations-card{display:flex;align-items:center;justify-content:space-between}.hp-prop-v3-integration-icons{display:flex;align-items:center;gap:8px}.hp-prop-v3-int-icon{width:30px;height:30px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:#1a1a1a;border:.5px solid rgba(255,255,255,.06);transition:transform .2s,border-color .2s;cursor:pointer}.hp-prop-v3-int-icon:hover{transform:translateY(-1px);border-color:rgba(255,255,255,.14)}.hp-prop-v3-int-inactive svg{filter:grayscale(1) brightness(.55);opacity:.55;transition:filter .18s,opacity .18s}.hp-prop-v3-int-inactive:hover svg{filter:grayscale(1) brightness(.7);opacity:.75}.hp-prop-v3-integrations-btn{display:flex;align-items:center;gap:8px;background:transparent;border:.5px solid rgba(255,255,255,.16);border-radius:9px;padding:8px 14px;color:rgba(255,255,255,.92);font-size:13px;font-family:Inter,sans-serif;cursor:pointer;transition:all .18s}.hp-prop-v3-integrations-btn:hover{background:rgba(255,255,255,.04);border-color:rgba(255,255,255,.26)}.hp-prop-v31-kind-pill{display:inline-flex;align-items:center;padding:2px 8px;border-radius:100px;font-family:TTInterphases,Inter,sans-serif;font-size:9.5px;font-weight:500;letter-spacing:.5px;text-transform:uppercase;color:#c4b5fd;background:rgba(139,92,246,.12);border:.5px solid rgba(139,92,246,.35);white-space:nowrap}.hp-prop-v3-empty-state{flex-direction:column;padding:120px 20px 60px;text-align:center}.hp-prop-v3-empty-icon,.hp-prop-v3-empty-state{display:flex;align-items:center;justify-content:center}.hp-prop-v3-empty-icon{width:64px;height:64px;color:rgba(255,255,255,.18);margin-bottom:24px}.hp-prop-v3-empty-icon svg{width:100%;height:100%}.hp-prop-v3-empty-title{font-family:Inter,sans-serif;font-size:17px;color:rgba(255,255,255,.78);font-weight:500;margin-bottom:10px;letter-spacing:-.2px}.hp-prop-v3-empty-sub{font-size:13.5px;color:rgba(255,255,255,.4);max-width:280px;line-height:1.5}.hp-prop-v3-empty-cta,.hp-prop-v3-empty-sub{font-family:Inter,sans-serif;font-weight:500}.hp-prop-v3-empty-cta{margin-top:18px;text-decoration:none;padding:9px 18px;border-radius:8px;background:#f0ece5;color:#0d0d0d;font-size:12.5px;letter-spacing:-.05px;transition:background .15s}.hp-prop-v3-empty-cta:hover{background:#fff}.hp-prop-v31-list{margin-top:28px;gap:24px}.hp-prop-v31-group,.hp-prop-v31-list{display:flex;flex-direction:column}.hp-prop-v31-group-label{font-family:TTInterphases,Inter,sans-serif;font-size:11px;letter-spacing:.8px;color:rgba(255,255,255,.32);font-weight:400;text-transform:uppercase;padding-bottom:10px;padding-left:4px}.hp-prop-v31-row{display:flex;align-items:center;gap:16px;padding:16px 20px;background:rgba(255,255,255,.02);border:.5px solid rgba(255,255,255,.07);border-bottom:none;cursor:pointer;transition:background .15s;position:relative}.hp-prop-v31-row:hover{background:rgba(255,255,255,.04)}.hp-prop-v31-group .hp-prop-v31-row:first-of-type{border-top-left-radius:12px;border-top-right-radius:12px}.hp-prop-v31-group .hp-prop-v31-row:last-of-type{border-bottom:.5px solid rgba(255,255,255,.07);border-bottom-left-radius:12px;border-bottom-right-radius:12px}.hp-prop-v31-group .hp-prop-v31-row:only-of-type{border-radius:12px}.hp-prop-v31-src{width:30px;height:30px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:#1a1a1a;border:.5px solid rgba(255,255,255,.08);flex-shrink:0}.hp-prop-v31-src svg{display:block}.hp-prop-v31-src.threads svg{border-radius:4px}.hp-prop-v31-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.hp-prop-v31-title-row{display:flex;align-items:center;gap:10px}.hp-prop-v31-title{font-size:13.5px;font-weight:500;color:rgba(255,255,255,.94);line-height:1.3;letter-spacing:-.1px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.hp-prop-v31-meta{gap:8px;font-size:11.5px;color:rgba(255,255,255,.42);font-weight:400}.hp-prop-v31-meta .dot{width:2.5px;height:2.5px;border-radius:50%;background:rgba(255,255,255,.22);flex-shrink:0}.hp-prop-v31-clause{color:rgba(255,255,255,.55)}.hp-prop-v31-pill{display:inline-flex;align-items:center;gap:6px;font-size:10.5px;font-weight:500;padding:3px 8px;border-radius:100px;letter-spacing:.2px;flex-shrink:0}.hp-prop-v31-pill-dot{width:5px;height:5px;border-radius:50%}.hp-prop-v31-pill-review{background:rgba(212,168,32,.1);color:#e8b94a;border:.5px solid rgba(212,168,32,.28)}.hp-prop-v31-pill-review .hp-prop-v31-pill-dot{background:#e8b94a}.hp-prop-v31-pill-adopted{background:rgba(67,206,152,.1);color:#43ce98;border:.5px solid rgba(67,206,152,.28)}.hp-prop-v31-pill-adopted .hp-prop-v31-pill-dot{background:#43ce98}.hp-prop-v31-pill-rejected{background:rgba(224,90,90,.1);color:var(--hp-danger);border:.5px solid rgba(224,90,90,.28)}.hp-prop-v31-pill-rejected .hp-prop-v31-pill-dot{background:var(--hp-danger)}.hp-prop-v31-pill-open{background:rgba(139,92,246,.12);color:var(--hp-accent-hover);border:.5px solid rgba(139,92,246,.32)}.hp-prop-v31-pill-open .hp-prop-v31-pill-dot{background:var(--hp-accent);animation:hp-prop-v31-pulse 2s ease-in-out infinite}@keyframes hp-prop-v31-pulse{0%,to{opacity:1}50%{opacity:.4}}.hp-prop-v31-vote-sum{display:flex;align-items:center;gap:8px;flex-shrink:0}.hp-prop-v31-vote-bar{display:flex;height:5px;width:90px;border-radius:3px;overflow:hidden;background:rgba(255,255,255,.05)}.hp-prop-v31-vote-bar span{display:block;height:100%}.hp-prop-v31-vote-bar .vf{background:#43ce98}.hp-prop-v31-vote-bar .va{background:var(--hp-danger)}.hp-prop-v31-vote-bar .vb{background:rgba(255,255,255,.18)}.hp-prop-v31-vote-count{font-size:11.5px;color:rgba(255,255,255,.55);font-variant-numeric:tabular-nums;min-width:40px;letter-spacing:.2px}.hp-prop-v31-vote-count strong{color:rgba(255,255,255,.82);font-weight:500}.hp-prop-v31-quorum{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex-shrink:0;min-width:88px}.hp-prop-v31-quorum-top{font-size:11px;color:rgba(255,255,255,.55);font-variant-numeric:tabular-nums;letter-spacing:.2px}.hp-prop-v31-quorum-top strong{color:var(--hp-accent-hover);font-weight:500}.hp-prop-v31-quorum-bar{height:4px;width:90px;border-radius:3px;overflow:hidden;background:rgba(255,255,255,.05);display:flex}.hp-prop-v31-quorum-bar span{display:block;height:100%}.hp-prop-v31-quorum-bar .qf{background:#43ce98}.hp-prop-v31-quorum-bar .qa{background:var(--hp-danger)}.hp-prop-v31-match{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex-shrink:0;min-width:60px}.hp-prop-v31-match-val{font-size:12.5px;color:rgba(255,255,255,.7);font-weight:500;font-variant-numeric:tabular-nums}.hp-prop-v31-match-label{font-size:10px;color:rgba(255,255,255,.32);letter-spacing:.3px;text-transform:uppercase}.hp-prop-v31-date{font-size:11.5px;color:rgba(255,255,255,.4);font-variant-numeric:tabular-nums;flex-shrink:0;min-width:60px;text-align:right}.hp-prop-v31-ident{display:flex;flex-direction:column;align-items:flex-start;gap:4px;flex-shrink:0;min-width:104px;padding-right:8px}.hp-prop-v31-code{font-family:TTInterphases,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:14px;font-weight:700;color:#fff;letter-spacing:0;font-variant-numeric:tabular-nums;line-height:1.15}.hp-prop-v31-ident-label{display:inline-flex;align-items:center;gap:6px;font-family:Inter,-apple-system,system-ui,sans-serif;font-size:11.5px;line-height:1.2;font-weight:400;color:rgba(255,255,255,.5)}.hp-prop-v31-ident-label:before{content:"";width:6px;height:6px;border-radius:50%;flex-shrink:0;background:rgba(255,255,255,.3)}.hp-prop-v31-ident--review .hp-prop-v31-ident-label:before{background:#e8b94a}.hp-prop-v31-ident--pending .hp-prop-v31-ident-label:before{background:rgba(140,82,255,.7)}.hp-prop-v31-ident--open .hp-prop-v31-ident-label:before{background:var(--hp-accent)}.hp-prop-v31-ident--adopted .hp-prop-v31-ident-label:before{background:#43ce98}.hp-prop-v31-ident--rejected .hp-prop-v31-ident-label:before{background:var(--hp-danger)}.hp-prop-v31-meta{display:flex;align-items:center;gap:9px;flex-shrink:0}.hp-prop-v31-actor-wrap{position:relative;display:inline-flex}.hp-prop-v31-actor{width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:9.5px;font-weight:500;color:rgba(255,255,255,.92);letter-spacing:.2px;flex-shrink:0;overflow:hidden}.hp-prop-v31-actor-img{-o-object-fit:cover;object-fit:cover}.hp-prop-v31-actor-tip{position:absolute;top:calc(100% + 8px);right:0;display:flex;flex-direction:column;gap:3px;min-width:180px;max-width:240px;padding:9px 11px;background:#141414;border:.5px solid rgba(255,255,255,.12);border-radius:8px;box-shadow:0 8px 28px rgba(0,0,0,.5);opacity:0;pointer-events:none;transform:translateY(-2px);transition:opacity .12s ease,transform .12s ease;z-index:5;white-space:nowrap}.hp-prop-v31-actor-wrap:hover .hp-prop-v31-actor-tip{opacity:1;transform:translateY(0)}.hp-prop-v31-actor-tip-name{font-size:12px;font-weight:500;color:rgba(255,255,255,.95)}.hp-prop-v31-actor-tip-row{font-size:11px;color:rgba(255,255,255,.62)}.hp-prop-v31-actor-tip-row.muted{color:rgba(255,255,255,.42)}.hp-prop-v31-kebab-wrap{position:relative;flex-shrink:0}.hp-prop-v31-kebab{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:6px;background:transparent;border:.5px solid transparent;color:rgba(255,255,255,.55);cursor:pointer;transition:background .12s,color .12s,border-color .12s}.hp-prop-v31-kebab:hover{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.12);color:#fff}.hp-prop-v31-kebab[aria-expanded=true]{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.16);color:#fff}.hp-prop-v31-menu{position:absolute;top:calc(100% + 6px);right:0;min-width:180px;background:#141414;border:.5px solid rgba(255,255,255,.12);border-radius:8px;box-shadow:0 12px 36px rgba(0,0,0,.55);padding:4px;z-index:10;display:flex;flex-direction:column}.hp-prop-v31-menu-item{display:block;width:100%;text-align:left;background:transparent;border:none;font:inherit;color:rgba(255,255,255,.88);font-size:12.5px;padding:7px 10px;border-radius:5px;cursor:pointer;text-decoration:none;transition:background .1s}.hp-prop-v31-menu-item:hover{background:rgba(255,255,255,.06)}.hp-prop-v31-menu-item--danger{color:var(--hp-danger)}.hp-prop-v31-menu-item--danger:hover{background:rgba(224,90,90,.1)}.hp-prop-v31-menu-sep{height:.5px;background:rgba(255,255,255,.08);margin:4px 2px}.hp-dp-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.55);backdrop-filter:blur(2px);opacity:0;pointer-events:none;transition:opacity .22s ease;z-index:50}.hp-dp-backdrop.show{opacity:1;pointer-events:all}.hp-dp-panel{position:fixed;top:0;right:0;bottom:0;width:min(640px,100vw);background:#0f0f0f;border-left:.5px solid #292929;z-index:60;transform:translateX(100%);transition:transform .28s cubic-bezier(.4,0,.2,1),width .34s cubic-bezier(.22,1,.36,1),top .34s cubic-bezier(.22,1,.36,1),bottom .34s cubic-bezier(.22,1,.36,1),right .34s cubic-bezier(.22,1,.36,1),border-radius .34s cubic-bezier(.22,1,.36,1),box-shadow .34s ease;display:flex;flex-direction:column;overflow:hidden}.hp-dp-panel.show{transform:translateX(0)}.hp-dp-panel.expanded{width:calc(100vw - 48px);top:24px;bottom:24px;right:24px;border:.5px solid #292929;border-radius:14px;box-shadow:0 24px 80px rgba(0,0,0,.6)}.hp-dp-head{display:flex;align-items:flex-start;gap:14px;padding:20px 22px 18px;border-bottom:.5px solid #1e1e1e;flex-shrink:0}.hp-dp-head .hp-prop-v31-src{width:40px;height:40px;border-radius:10px}.hp-dp-head-body{flex:1;min-width:0}.hp-dp-head-meta{display:flex;align-items:center;gap:8px;font-size:11.5px;color:rgba(255,255,255,.45);margin-bottom:4px;flex-wrap:wrap}.hp-dp-head-meta .dot{width:2.5px;height:2.5px;border-radius:50%;background:rgba(255,255,255,.22)}.hp-dp-head-title{font-size:17px;font-weight:600;color:#fff;letter-spacing:-.25px;line-height:1.35;margin-bottom:6px}.hp-dp-head-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.hp-dp-head-btn{display:flex;align-items:center;gap:6px;background:transparent;border:.5px solid #2d2d2d;color:rgba(255,255,255,.7);font-size:12px;padding:7px 11px;border-radius:8px;cursor:pointer;font-family:Inter,sans-serif;transition:all .15s;font-weight:400}.hp-dp-head-btn:hover{background:rgba(255,255,255,.04);color:#fff;border-color:rgba(255,255,255,.18)}.hp-dp-head-btn.primary{background:#dfff35;border-color:#dfff35;color:#0a0a0a;font-weight:500}.hp-dp-head-btn.primary:hover{background:#e8ff5c;border-color:#e8ff5c}.hp-dp-icon-btn{width:30px;height:30px;border-radius:8px;background:transparent;border:.5px solid #2d2d2d;color:rgba(255,255,255,.55);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s;flex-shrink:0}.hp-dp-icon-btn:hover{background:rgba(255,255,255,.04);color:#fff;border-color:rgba(255,255,255,.18)}.hp-dp-maintabs{gap:2px;padding:0 22px;border-bottom:.5px solid #1e1e1e;background:#0f0f0f;flex-shrink:0}.hp-dp-maintab,.hp-dp-maintabs{display:flex;align-items:center}.hp-dp-maintab{position:relative;padding:12px 14px;font-size:13px;color:rgba(255,255,255,.5);cursor:pointer;background:none;border:none;font-family:Inter,sans-serif;font-weight:400;transition:color .15s;gap:7px}.hp-dp-maintab:hover{color:rgba(255,255,255,.8)}.hp-dp-maintab.active{color:#fff;font-weight:500}.hp-dp-maintab.active:after{content:"";position:absolute;left:10px;right:10px;bottom:-1px;height:1.5px;background:#fff;border-radius:2px}.hp-dp-maintab .count{font-size:10.5px;padding:1px 6px;border-radius:8px;background:rgba(255,255,255,.08);color:rgba(255,255,255,.55);font-weight:500}.hp-dp-maintab.active .count{background:rgba(255,255,255,.15);color:#fff}.hp-dp-body{flex:1;overflow:hidden;display:flex;min-height:0}.hp-dp-rail{width:280px;flex-shrink:0;border-right:.5px solid #1e1e1e;overflow-y:auto;padding:20px;display:none}.hp-dp-panel.expanded .hp-dp-rail{display:block}.hp-dp-rail-resizer{display:none}.hp-dp-panel.expanded .hp-dp-rail-resizer{display:block;width:6px;margin-left:-3px;margin-right:-3px;flex-shrink:0;cursor:col-resize;background:transparent;position:relative;z-index:2;transition:background .12s}.hp-dp-panel.expanded .hp-dp-rail-resizer:active,.hp-dp-panel.expanded .hp-dp-rail-resizer:hover{background:rgba(139,92,246,.35)}.hp-dp-main{flex:1;overflow-y:auto;padding:20px 22px;min-width:0}.hp-dp-main::-webkit-scrollbar,.hp-dp-rail::-webkit-scrollbar{width:5px}.hp-dp-main::-webkit-scrollbar-thumb,.hp-dp-rail::-webkit-scrollbar-thumb{background:rgba(255,255,255,.08);border-radius:5px}.hp-dp-card{background:#131313;border:.5px solid #292929;border-radius:12px;overflow:hidden;margin-bottom:14px}.hp-dp-card-head{padding:14px 16px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;gap:10px;transition:background .12s}.hp-dp-card-head:hover{background:rgba(255,255,255,.02)}.hp-dp-card-title{font-size:13.5px;font-weight:500;color:#fff;letter-spacing:-.1px;flex:1;display:flex;align-items:center;gap:10px}.hp-dp-card-title .pct-badge{font-size:11px;color:rgba(255,255,255,.55);font-weight:400}.hp-dp-card-title .hp-dp-card-sub{font-size:11px;color:rgba(255,255,255,.5);font-weight:400;letter-spacing:0}.hp-team-chips{display:flex;flex-wrap:wrap;gap:10px 14px}.hp-team-chip{display:inline-flex;align-items:center;gap:7px;font-size:12.5px;color:rgba(255,255,255,.85)}.hp-team-chip .hp-dp-msg-av{font-size:9px}.hp-dp-chev,.hp-team-chip .hp-dp-msg-av{width:22px;height:22px;border-radius:6px}.hp-dp-chev{display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.45);background:rgba(255,255,255,.04);transition:transform .22s,color .15s;flex-shrink:0}.hp-dp-card.collapsed .hp-dp-chev{transform:rotate(-90deg)}.hp-dp-card-body{border-top:.5px solid #1e1e1e;padding:14px 16px 16px;transition:max-height .28s cubic-bezier(.4,0,.2,1),opacity .2s,padding .22s;overflow:hidden;max-height:1600px;opacity:1}.hp-dp-card.collapsed .hp-dp-card-body{max-height:0;opacity:0;padding-top:0;padding-bottom:0;border-top-color:transparent}.hp-dp-subtabs{gap:22px;border-bottom:.5px solid #1e1e1e;padding:2px 16px 0;margin:-14px -16px 14px}.hp-dp-subtab,.hp-dp-subtabs{display:flex;align-items:center}.hp-dp-subtab{position:relative;padding:10px 0 11px;font-size:12.5px;color:rgba(255,255,255,.48);cursor:pointer;background:none;border:none;font-family:Inter,sans-serif;font-weight:400;gap:6px;transition:color .15s}.hp-dp-subtab:hover{color:rgba(255,255,255,.85)}.hp-dp-subtab.active{color:#fff;font-weight:500}.hp-dp-subtab.active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:1.5px;background:#fff}.hp-dp-subtab .count{font-size:10.5px;color:rgba(255,255,255,.42);font-weight:400}.hp-dp-subtab.active .count{color:rgba(255,255,255,.85)}.hp-dp-field{display:flex;align-items:flex-start;padding:11px 0;gap:18px;border-bottom:.5px solid #1e1e1e}.hp-dp-field:last-child{border-bottom:none}.hp-dp-field-label{font-family:TTInterphases,Inter,sans-serif;font-size:10.5px;letter-spacing:.5px;text-transform:uppercase;color:rgba(255,255,255,.42);width:130px;flex-shrink:0;padding-top:3px;font-weight:400}.hp-dp-field-val{flex:1;font-size:13px;color:rgba(255,255,255,.9);display:flex;align-items:center;flex-wrap:wrap;gap:6px;line-height:1.55}.hp-dp-field-val .muted{color:rgba(255,255,255,.38)}.hp-dp-field--stack{align-items:flex-start}.hp-dp-field-val--stack{display:flex;flex-direction:column;align-items:flex-start;gap:6px}.hp-dp-field-val--quote{color:rgba(255,255,255,.72);line-height:1.6;border-left:2px solid rgba(255,255,255,.08);padding:2px 0 2px 12px}.hp-dp-clause-ref{display:inline-flex;align-items:center;gap:8px;background:rgba(139,92,246,.08);border:.5px solid rgba(139,92,246,.25);padding:4px 10px;border-radius:6px}.hp-dp-clause-section{font-family:TTInterphases,Inter,sans-serif;font-size:11.5px;font-weight:700;color:var(--hp-accent-hover);letter-spacing:.2px;font-variant-numeric:tabular-nums}.hp-dp-clause-sep{color:rgba(139,92,246,.45);font-size:11px}.hp-dp-clause-topic{font-size:12px;color:rgba(255,255,255,.85);font-weight:500;letter-spacing:.1px}.hp-dp-clause-text{color:rgba(255,255,255,.88);line-height:1.6;font-size:13px}.hp-dp-source-chip{display:inline-flex;align-items:center;gap:7px;background:rgba(255,255,255,.04);border:.5px solid rgba(255,255,255,.1);padding:3px 9px 3px 6px;border-radius:6px;color:rgba(255,255,255,.9);text-decoration:none;transition:background .12s,border-color .12s}.hp-dp-source-chip svg{display:block}.hp-dp-source-chip--link{cursor:pointer}.hp-dp-source-chip--link:hover{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.18)}.hp-dp-protocol-glyph{color:var(--hp-accent-hover);flex-shrink:0}.hp-dp-chip,.hp-dp-protocol-glyph{display:inline-flex;align-items:center}.hp-dp-chip{font-size:11px;padding:3px 8px;border-radius:6px;background:rgba(255,255,255,.06);color:rgba(255,255,255,.75);border:.5px solid rgba(255,255,255,.08)}.hp-dp-chip.clause{background:rgba(139,92,246,.12);border-color:rgba(139,92,246,.3);color:var(--hp-accent-hover);font-weight:500}.hp-dp-signals{display:flex;flex-direction:column;gap:10px;padding-top:2px}.hp-dp-signal{display:flex;align-items:center;gap:12px}.hp-dp-signal-label{font-size:12px;color:rgba(255,255,255,.6);flex:1;min-width:0}.hp-dp-signal-bar{flex:1.3;height:4px;background:rgba(255,255,255,.06);border-radius:4px;overflow:hidden;position:relative}.hp-dp-signal-fill{position:absolute;inset:0;background:linear-gradient(90deg,var(--hp-accent),rgba(167,139,250,.7));border-radius:4px;transform-origin:left;transition:transform .7s cubic-bezier(.4,0,.2,1)}.hp-dp-signal-val{font-size:11.5px;color:rgba(255,255,255,.7);font-variant-numeric:tabular-nums;min-width:36px;text-align:right;font-weight:500}.hp-dp-thread-wrap{margin:-2px;max-height:360px;overflow-y:auto;border-radius:8px}.hp-dp-msg{padding:10px 2px;display:flex;gap:10px;position:relative;border-bottom:.5px solid #1e1e1e}.hp-dp-msg:last-child{border-bottom:none}.hp-dp-msg.trigger{background:rgba(139,92,246,.06);padding-left:10px;padding-right:10px;margin:0 -10px;border-radius:8px;border-bottom-color:transparent}.hp-dp-msg-av{width:26px;height:26px;border-radius:7px;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:600;color:#fff;flex-shrink:0;letter-spacing:.2px}.hp-av-orange{background:linear-gradient(135deg,#f97316,#fb923c)}.hp-av-teal{background:linear-gradient(135deg,#14b8a6,#5eead4)}.hp-av-blue{background:linear-gradient(135deg,#3b82f6,#60a5fa)}.hp-av-green{background:linear-gradient(135deg,#43ce98,#43ce98)}.hp-dp-msg-content{flex:1;min-width:0}.hp-dp-msg-top{display:flex;align-items:baseline;gap:8px;margin-bottom:3px}.hp-dp-msg-name{font-size:12.5px;font-weight:500;color:rgba(255,255,255,.92)}.hp-dp-msg-time{font-size:10.5px;color:rgba(255,255,255,.35)}.hp-dp-msg-text{font-size:12.5px;color:rgba(255,255,255,.75);line-height:1.55}.hp-rail-card{background:#131313;border:.5px solid #292929;border-radius:12px;padding:14px 16px;margin-bottom:12px}.hp-rail-card-title{font-size:12px;color:rgba(255,255,255,.55);font-weight:500;margin-bottom:10px;letter-spacing:.2px}.hp-rail-kv{display:flex;justify-content:space-between;align-items:flex-start;padding:6px 0;font-size:12px;gap:14px}.hp-rail-kv+.hp-rail-kv{border-top:.5px solid #1e1e1e}.hp-rail-kv .k{color:rgba(255,255,255,.48);flex-shrink:0}.hp-rail-kv .v{color:rgba(255,255,255,.88);font-weight:500;text-align:right;line-height:1.4}.hp-rail-score{display:flex;align-items:baseline;gap:10px;margin:2px 0 4px;flex-wrap:wrap}.hp-rail-score .big{font-size:28px;font-weight:600;color:#fff;letter-spacing:-.6px;font-variant-numeric:tabular-nums}.hp-rail-score .unit{font-size:12px;color:rgba(255,255,255,.4)}.hp-rail-band{font-family:TTInterphases,Inter,sans-serif;font-size:10px;letter-spacing:.5px;text-transform:uppercase;padding:3px 7px;border-radius:4px}.hp-rail-band--strong{background:rgba(67,206,152,.1);color:#43ce98;border:.5px solid rgba(67,206,152,.25)}.hp-rail-band--moderate{background:rgba(232,185,74,.1);color:#e8b94a;border:.5px solid rgba(232,185,74,.25)}.hp-rail-band--weak{background:rgba(224,90,90,.1);color:var(--hp-danger);border:.5px solid rgba(224,90,90,.25)}.hp-rail-header{padding:4px 2px 14px}.hp-rail-header-title{font-family:TTInterphases,Inter,sans-serif;font-size:11px;letter-spacing:.6px;text-transform:uppercase;color:rgba(255,255,255,.55);margin-bottom:4px}.hp-rail-header-sub{font-size:11.5px;color:rgba(255,255,255,.4);line-height:1.4}.hp-rail-signal{display:flex;flex-direction:column;gap:5px}.hp-rail-signal-row{display:flex;justify-content:space-between;align-items:baseline;font-size:12px}.hp-rail-signal-row .k{color:rgba(255,255,255,.5)}.hp-rail-signal-row .v{color:#fff;font-weight:500;font-variant-numeric:tabular-nums}.hp-rail-signal-bar{height:3px;background:rgba(255,255,255,.06);border-radius:3px;overflow:hidden}.hp-rail-signal-fill{height:100%;background:linear-gradient(90deg,var(--hp-accent),var(--hp-accent-hover))}.hp-rail-incident-stats{display:flex;flex-direction:column;gap:6px}.hp-rail-incident-row{display:flex;justify-content:space-between;font-size:12px;padding:5px 0}.hp-rail-incident-row+.hp-rail-incident-row{border-top:.5px solid rgba(255,255,255,.05)}.hp-rail-incident-row .k{color:rgba(255,255,255,.5)}.hp-rail-incident-row .v{color:rgba(255,255,255,.92);font-weight:500;font-variant-numeric:tabular-nums}.hp-rail-feedback{display:flex;gap:8px}.hp-rail-fb-btn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:7px 10px;border-radius:7px;background:transparent;border:.5px solid rgba(255,255,255,.12);color:rgba(255,255,255,.72);font-size:12px;font-weight:500;cursor:pointer;transition:background .12s,border-color .12s,color .12s}.hp-rail-fb-btn:hover{background:rgba(255,255,255,.05);color:#fff;border-color:rgba(255,255,255,.22)}.hp-rail-fb-btn.active.up{background:rgba(67,206,152,.1);border-color:rgba(67,206,152,.35);color:#43ce98}.hp-rail-fb-btn.active.down{background:rgba(224,90,90,.1);border-color:rgba(224,90,90,.35);color:var(--hp-danger)}.hp-rail-fb-note{font-size:10.5px;color:rgba(255,255,255,.38);margin-top:8px;line-height:1.4}.hp-rail-trends-link{display:inline-flex;align-items:center;gap:6px;margin-top:6px;padding:4px 2px;color:var(--hp-accent-hover);font-size:12px;text-decoration:none;opacity:.78;transition:opacity .12s}.hp-rail-trends-link:hover{opacity:1}.hp-rail-score-bar{height:4px;background:rgba(255,255,255,.06);border-radius:4px;overflow:hidden;margin-top:8px}.hp-rail-score-fill{height:100%;background:linear-gradient(90deg,var(--hp-accent),var(--hp-accent-hover));border-radius:4px;transition:width .7s cubic-bezier(.4,0,.2,1)}.hp-rail-tag{display:inline-flex;align-items:center;gap:6px;font-size:11px;padding:4px 9px;border-radius:6px;margin-top:6px}.hp-memo-compose{background:#131313;border:.5px solid #292929;border-radius:12px;padding:4px}.hp-memo-compose textarea{width:100%;background:transparent;border:none;outline:none;resize:vertical;color:#fff;font-family:Inter,sans-serif;font-size:13px;line-height:1.55;padding:12px 12px 8px;min-height:120px}.hp-memo-compose textarea::-moz-placeholder{color:rgba(255,255,255,.3)}.hp-memo-compose textarea::placeholder{color:rgba(255,255,255,.3)}.hp-memo-compose-foot{display:flex;align-items:center;justify-content:space-between;padding:8px 10px 10px;border-top:.5px solid #1e1e1e}.hp-memo-visibility{display:flex;align-items:center;gap:7px;font-size:11.5px;color:rgba(255,255,255,.5)}.hp-memo-submit{font-size:12.5px;padding:6px 13px;border-radius:7px;background:#fff;color:#000;border:none;font-family:Inter,sans-serif;font-weight:500;cursor:pointer;transition:background .15s}.hp-memo-submit:hover{background:rgba(255,255,255,.88)}.hp-memo-submit:disabled{background:rgba(255,255,255,.1);color:rgba(255,255,255,.3);cursor:not-allowed}.hp-memo-list{margin-top:16px;display:flex;flex-direction:column;gap:10px}.hp-memo-item{background:#131313;border:.5px solid #292929;border-radius:12px;padding:14px 16px}.hp-memo-top{gap:10px;margin-bottom:8px}.hp-memo-av,.hp-memo-top{display:flex;align-items:center}.hp-memo-av{width:26px;height:26px;border-radius:7px;background:linear-gradient(135deg,#43ce98,#43ce98);justify-content:center;font-size:10px;font-weight:600;color:#fff}.hp-memo-name{font-size:12.5px;color:#fff;font-weight:500}.hp-memo-time{font-size:11px;color:rgba(255,255,255,.4);margin-left:auto}.hp-memo-body{font-size:13px;color:rgba(255,255,255,.82);line-height:1.55}.hp-vote-options{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px;margin-bottom:14px}.hp-vopt{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:14px 10px;background:rgba(255,255,255,.02);border:.5px solid #292929;border-radius:10px;cursor:pointer;transition:all .15s;font-family:Inter,sans-serif;color:rgba(255,255,255,.7)}.hp-vopt:hover{background:rgba(255,255,255,.04);border-color:rgba(255,255,255,.18);color:#fff}.hp-vopt .icon{width:22px;height:22px;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.5)}.hp-vopt .label{font-size:12.5px;font-weight:500}.hp-vopt.sel-for{background:rgba(67,206,152,.1);border-color:rgba(67,206,152,.5);color:#43ce98}.hp-vopt.sel-for .icon{color:#43ce98}.hp-vopt.sel-against{background:rgba(224,90,90,.1);border-color:rgba(224,90,90,.5)}.hp-vopt.sel-against,.hp-vopt.sel-against .icon{color:var(--hp-danger)}.hp-vopt.sel-abstain{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.22);color:#fff}.hp-vopt.sel-abstain .icon{color:#fff}.hp-vote-progress{margin-bottom:14px}.hp-vote-progress-top{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:8px;font-size:12px}.hp-vote-progress-top .k{color:rgba(255,255,255,.55)}.hp-vote-progress-top .v{color:#fff;font-weight:500;font-variant-numeric:tabular-nums}.hp-vote-submit-btn{flex:1;font-size:13px;font-weight:500;padding:10px 16px;border-radius:9px;background:#fff;color:#000;border:none;cursor:pointer;transition:all .15s;font-family:Inter,sans-serif}.hp-vote-submit-btn:hover{background:rgba(255,255,255,.88)}.hp-vote-submit-btn:disabled{background:rgba(255,255,255,.08);color:rgba(255,255,255,.35);cursor:not-allowed}.hp-voter-rec{display:flex;align-items:center;gap:10px;padding:8px 0;border-bottom:.5px solid #1e1e1e}.hp-voter-rec:last-child{border-bottom:none}.hp-dp-actions{flex-shrink:0;padding:14px 22px;border-top:.5px solid #1e1e1e;background:#0f0f0f;justify-content:flex-end;gap:10px}.hp-dp-actions,.hp-dp-btn{display:flex;align-items:center}.hp-dp-btn{justify-content:center;gap:7px;font-size:13px;font-weight:500;padding:9px 16px;border-radius:9px;cursor:pointer;transition:all .15s;font-family:Inter,sans-serif;border:.5px solid transparent}.hp-dp-btn-primary{background:#fff;color:#000}.hp-dp-btn-primary:hover{background:rgba(255,255,255,.9)}.hp-dp-btn-ghost{background:transparent;color:rgba(255,255,255,.7);border-color:#292929}.hp-dp-btn-ghost:hover{background:rgba(255,255,255,.04);color:#fff;border-color:rgba(255,255,255,.18)}.hp-dp-btn-danger{background:transparent;color:rgba(224,90,90,.85);border-color:rgba(224,90,90,.25)}.hp-dp-btn-danger:hover{background:rgba(224,90,90,.06);color:#e05a5a;border-color:rgba(224,90,90,.4)}.hp-dp-btn-danger:disabled{opacity:.4;cursor:not-allowed}.hp-dp-cta-open{display:inline-flex;align-items:center;gap:7px;font-size:12.5px;font-weight:500;padding:7px 12px;border-radius:8px;cursor:pointer;background:#d4fb55;color:#0a0a0a;border:.5px solid #d4fb55;transition:all .15s;font-family:Inter,sans-serif;letter-spacing:-.1px}.hp-dp-cta-open:hover{background:#c7f03a;border-color:#c7f03a}.hp-dp-reason-overlay{position:fixed;inset:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:100;backdrop-filter:blur(4px)}.hp-dp-reason-modal{width:440px;max-width:calc(100vw - 32px);background:#141414;border:.5px solid #292929;border-radius:14px;padding:22px;box-shadow:0 20px 60px rgba(0,0,0,.5)}.hp-dp-reason-title{font-size:15px;font-weight:500;color:#fff;letter-spacing:-.2px;margin-bottom:4px}.hp-dp-reason-sub{font-size:12.5px;color:rgba(255,255,255,.55);line-height:1.5;margin-bottom:14px}.hp-dp-reason-input{width:100%;min-height:90px;padding:10px 12px;border-radius:9px;background:#0f0f0f;border:.5px solid #292929;color:#fff;font-size:12.5px;font-family:Inter,sans-serif;line-height:1.5;resize:vertical;outline:none;transition:border-color .15s}.hp-dp-reason-input:focus{border-color:rgba(255,255,255,.3)}.hp-dp-reason-input::-moz-placeholder{color:rgba(255,255,255,.35)}.hp-dp-reason-input::placeholder{color:rgba(255,255,255,.35)}.hp-dp-reason-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:14px}.hp-toast{position:fixed;bottom:22px;left:50%;transform:translateX(-50%) translateY(12px);background:#1a1a1a;border:.5px solid #2d2d2d;border-radius:10px;padding:10px 16px;display:flex;align-items:center;gap:10px;font-size:13px;color:#fff;box-shadow:0 12px 40px rgba(0,0,0,.5);z-index:200;opacity:0;pointer-events:none;transition:opacity .22s,transform .22s}.hp-toast.show{opacity:1;transform:translateX(-50%) translateY(0);pointer-events:all}.hp-toast-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}@keyframes hp-dp-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.hp-v31-page-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:6px}.hp-v31-vote-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px;margin-bottom:12px}.hp-v31-vote-submit-row{display:flex;align-items:center;justify-content:space-between;gap:12px}@media (max-width:960px){.hp-dp-panel{width:min(560px,100vw)}.hp-dp-panel.expanded{width:calc(100vw - 24px);right:12px;top:12px;bottom:12px}}@media (max-width:760px){.hp-dp-panel{width:100vw}.hp-dp-panel.expanded{inset:0;border-radius:0;border-left:none;width:100vw;right:0;top:0;bottom:0}.hp-dp-head{flex-wrap:wrap}.hp-dp-head-actions{width:100%;justify-content:flex-end;margin-top:4px}.hp-dp-field-label{width:110px}.hp-dp-subtabs{gap:16px;overflow-x:auto;-webkit-overflow-scrolling:touch}.hp-dp-main{padding:16px 16px 20px}.hp-dp-maintabs{padding:0 16px}.hp-prop-v31-row{padding:14px;gap:12px}.hp-prop-v31-title{font-size:13px}.hp-prop-v31-ident,.hp-prop-v31-match,.hp-prop-v31-meta{display:none}}@media (max-width:640px){.hp-prop-app{padding:24px 16px 80px}.hp-prop-page-header{flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:24px}.hp-prop-page-title{font-size:24px}.hp-prop-v3-page{padding:64px 20px 40px}.hp-prop-v3-title{font-size:28px;margin-bottom:24px}.hp-prop-v3-cards-row{grid-template-columns:1fr;gap:12px}.hp-prop-v3-tabs{gap:20px;overflow-x:auto;-webkit-overflow-scrolling:touch}.hp-prop-tabs{flex-wrap:wrap}.hp-prop-row{padding:12px 14px}.hp-prop-vote-mini{display:none}.hp-prop-vote-opts{grid-template-columns:1fr}.hp-prop-action-row{flex-direction:column}.hp-prop-btn-open-vote,.hp-prop-btn-primary,.hp-prop-btn-secondary{flex:1 1 auto}.hp-prop-modal{width:100%;max-width:100%;height:100vh;max-height:100vh;border-radius:0}.hp-prop-mh{padding:14px 14px 0}.hp-prop-mb{padding:0 14px 14px}.hp-dp-head{padding:16px 14px 14px;gap:10px}.hp-dp-head-meta{font-size:11px}.hp-dp-head-title{font-size:16px}.hp-dp-main{padding:14px 14px 20px}.hp-dp-actions{padding:12px 14px}.hp-memo-compose textarea{font-size:12.5px;padding:10px 10px 6px}.hp-v31-page-header{flex-direction:column;align-items:flex-start;gap:10px}.hp-v31-vote-grid{grid-template-columns:1fr;gap:6px}.hp-v31-vote-submit-row{flex-direction:column;align-items:stretch;gap:10px}}.hp-prop-v32-toolbar{display:flex;align-items:center;justify-content:space-between;margin-top:28px;margin-bottom:8px;gap:12px}.hp-prop-v32-tb-left,.hp-prop-v32-tb-right{display:flex;align-items:center;gap:8px}.hp-prop-v32-tb-btn{display:inline-flex;align-items:center;gap:7px;padding:7px 12px;background:rgba(255,255,255,.025);border:.5px solid rgba(255,255,255,.1);border-radius:8px;color:rgba(255,255,255,.85);font-family:Inter,sans-serif;font-size:13px;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.hp-prop-v32-tb-btn:hover{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.18)}.hp-prop-v32-tb-btn.active{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.28);color:#fff}.hp-prop-v32-tb-btn.ghost{background:transparent;border-color:transparent;color:rgba(255,255,255,.7)}.hp-prop-v32-tb-btn.ghost:hover{color:#fff;background:rgba(255,255,255,.04)}.hp-prop-v32-tb-select{position:relative;display:inline-flex;align-items:center;gap:7px;padding:7px 11px 7px 13px;background:rgba(255,255,255,.025);border:.5px solid rgba(255,255,255,.1);border-radius:8px;color:rgba(255,255,255,.85);font-family:Inter,sans-serif;font-size:13px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background .15s,border-color .15s}.hp-prop-v32-tb-select:hover{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.18)}.hp-prop-v32-tb-select.open{border-color:rgba(255,255,255,.28);background:rgba(255,255,255,.06)}.hp-prop-v32-tb-select-label{color:rgba(255,255,255,.85)}.hp-prop-v32-tb-select.has-value .hp-prop-v32-tb-select-label{color:#fff}.hp-prop-v32-tb-menu{position:absolute;top:calc(100% + 6px);left:0;min-width:220px;background:#141414;border:.5px solid rgba(255,255,255,.1);border-radius:12px;padding:8px;box-shadow:0 18px 40px rgba(0,0,0,.55),0 0 0 .5px rgba(255,255,255,.05);z-index:50;display:flex;flex-direction:column;gap:2px}.hp-prop-v32-tb-menu-item{display:flex;align-items:center;gap:12px;width:100%;text-align:left;background:none;border:none;color:rgba(255,255,255,.92);font-family:Inter,sans-serif;font-size:14px;padding:10px 12px;border-radius:8px;cursor:pointer;transition:background .12s}.hp-prop-v32-tb-menu-item:hover{background:rgba(255,255,255,.04);color:#fff}.hp-prop-v32-tb-menu-item.active{background:rgba(255,255,255,.06);color:#fff}.hp-prop-v32-status-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0;display:inline-block}.hp-prop-v32-status-dot.tone-review{background:#e8b94a}.hp-prop-v32-status-dot.tone-open{background:#c4b5fd}.hp-prop-v32-status-dot.tone-adopted{background:#43ce98}.hp-prop-v32-status-dot.tone-rejected{background:#f87171}.hp-prop-v32-status-dot.tone-dismissed{background:#7a7a78}.hp-prop-v32-status-dot.tone-all{background:rgba(255,255,255,.35)}.hp-prop-v32-tb-select .hp-prop-v32-status-dot{margin-right:2px}.hp-prop-v32-status-dots{display:inline-flex;align-items:center;margin-right:2px}.hp-prop-v32-status-dots>.hp-prop-v32-status-dot{margin-left:-4px;border:1.5px solid #101010}.hp-prop-v32-status-dots>.hp-prop-v32-status-dot:first-child{margin-left:0}.hp-prop-v32-tb-select.has-value .hp-prop-v32-status-dots>.hp-prop-v32-status-dot{border-color:#131313}.hp-prop-v32-status-count{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:600;font-size:11.5px;color:rgba(255,255,255,.7);background:rgba(255,255,255,.06);padding:1px 8px;border-radius:999px;margin-left:2px}.hp-prop-v32-status-check{width:16px;height:16px;border-radius:4px;border:1px solid rgba(255,255,255,.32);background:transparent;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:background .12s,border-color .12s}.hp-prop-v32-status-check svg{display:none}.hp-prop-v32-status-check.checked{background:#fff;border-color:#fff}.hp-prop-v32-status-check.checked svg{display:block;color:#0a0a0a}.hp-prop-v32-status-hint{margin-left:auto;font-size:12.5px;color:rgba(255,255,255,.55);opacity:0;transition:opacity .12s ease;pointer-events:none;letter-spacing:-.05px}.hp-prop-v32-tb-menu-item:focus-visible .hp-prop-v32-status-hint,.hp-prop-v32-tb-menu-item:hover .hp-prop-v32-status-hint{opacity:1}.hp-prop-v32-filter-panel{margin-top:8px;background:#0f0f0f;border:.5px solid rgba(255,255,255,.1);border-radius:12px;overflow:hidden}.hp-pfp-head{display:flex;align-items:center;justify-content:space-between;padding:14px 18px 13px;border-bottom:.5px solid rgba(255,255,255,.07)}.hp-pfp-title{font-size:13px;font-weight:500;color:rgba(255,255,255,.92)}.hp-pfp-clear{background:none;border:none;color:rgba(255,255,255,.55);font-size:12px;font-family:Inter,sans-serif;cursor:pointer;padding:0}.hp-pfp-clear:hover{color:#fff}.hp-pfp-body{display:grid;grid-template-columns:220px 1fr;min-height:320px}.hp-pfp-rail{border-right:.5px solid rgba(255,255,255,.07);padding:8px;display:flex;flex-direction:column;gap:2px}.hp-pfp-rail-item{display:flex;align-items:center;gap:10px;width:100%;text-align:left;background:none;border:none;border-radius:8px;padding:9px 12px;font-family:Inter,sans-serif;font-size:13px;color:rgba(255,255,255,.72);cursor:pointer;transition:background .12s,color .12s}.hp-pfp-rail-item:hover{background:rgba(255,255,255,.04);color:#fff}.hp-pfp-rail-item.active{background:rgba(255,255,255,.07);color:#fff}.hp-pfp-rail-item>span{flex:1}.hp-pfp-rail-chev{opacity:0;color:rgba(255,255,255,.5)}.hp-pfp-rail-item.active .hp-pfp-rail-chev{opacity:1}.hp-pfp-detail{padding:22px 24px;min-width:0}.hp-pfp-field{margin-bottom:16px}.hp-pfp-field label{display:block;font-size:11.5px;color:rgba(255,255,255,.55);margin-bottom:6px;font-weight:400}.hp-pfp-row{display:flex;align-items:flex-end;gap:10px;margin-bottom:18px}.hp-pfp-flex-1{flex:1;margin-bottom:0}.hp-pfp-field-dash{color:rgba(255,255,255,.4);font-size:14px;padding-bottom:11px}.hp-pfp-input{width:100%;background:rgba(255,255,255,.025);border:.5px solid rgba(255,255,255,.14);border-radius:8px;padding:10px 12px;color:rgba(255,255,255,.92);font-family:Inter,sans-serif;font-size:13px;outline:none;transition:border-color .15s;box-sizing:border-box}.hp-pfp-input:focus{border-color:rgba(255,255,255,.3)}.hp-pfp-input[type=date]{color-scheme:dark}.hp-pfp-input[type=date]::-webkit-calendar-picker-indicator{filter:invert(.85);cursor:pointer;opacity:.7}.hp-pfp-input[type=date]::-webkit-calendar-picker-indicator:hover{opacity:1}.hp-pfp-input[type=date]:-moz-placeholder{color:rgba(255,255,255,.4)}.hp-pfp-input[type=date]:invalid,.hp-pfp-input[type=date]:placeholder-shown{color:rgba(255,255,255,.4)}.hp-pfp-dropdown{position:relative;background:rgba(255,255,255,.025);border:.5px solid rgba(255,255,255,.14);border-radius:8px;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-family:Inter,sans-serif;font-size:13px;color:#fff}.hp-pfp-dropdown:hover{border-color:rgba(255,255,255,.22)}.hp-pfp-dropdown-label{flex:1}.hp-pfp-dropdown-menu{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#161616;border:.5px solid rgba(255,255,255,.14);border-radius:10px;padding:6px;box-shadow:0 12px 30px rgba(0,0,0,.45);z-index:60}.hp-pfp-dropdown-item{display:block;width:100%;text-align:left;background:none;border:none;color:rgba(255,255,255,.78);font-family:Inter,sans-serif;font-size:12.5px;padding:7px 10px;border-radius:6px;cursor:pointer}.hp-pfp-dropdown-item:hover{background:rgba(255,255,255,.06);color:#fff}.hp-pfp-dropdown-item.active{background:rgba(255,255,255,.08);color:#fff}.hp-pfp-checklist{display:flex;flex-direction:column;gap:4px}.hp-pfp-checklist.hp-pfp-mono{font-family:TTInterphases,ui-monospace,SFMono-Regular,Menlo,monospace}.hp-pfp-check{display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:8px;cursor:pointer;font-size:13px;color:rgba(255,255,255,.85);transition:background .12s}.hp-pfp-check:hover{background:rgba(255,255,255,.04)}.hp-pfp-check input[type=checkbox]{position:absolute;opacity:0;pointer-events:none}.hp-pfp-check-box{width:14px;height:14px;border:.5px solid rgba(255,255,255,.28);border-radius:4px;background:transparent;position:relative;transition:background .12s,border-color .12s;flex-shrink:0}.hp-pfp-check input[type=checkbox]:checked+.hp-pfp-check-box{background:#fff;border-color:#fff}.hp-pfp-check input[type=checkbox]:checked+.hp-pfp-check-box:after{content:"";position:absolute;left:3px;top:1px;width:4px;height:8px;border-right:1.5px solid #000;border-bottom:1.5px solid #000;transform:rotate(45deg)}.hp-pfp-empty{padding:12px 4px;font-size:12.5px;color:rgba(255,255,255,.4);font-style:italic}.hp-pfp-cal{margin-top:22px}.hp-pfp-cal-year{text-align:center;font-size:13px;color:rgba(255,255,255,.62);margin-bottom:14px;letter-spacing:.4px}.hp-pfp-cal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;max-width:360px;margin:0 auto}.hp-pfp-month{display:flex;align-items:center;justify-content:center;height:38px;background:transparent;border:.5px solid transparent;border-radius:8px;color:rgba(255,255,255,.4);font-family:Inter,sans-serif;font-size:13px;cursor:pointer;transition:background .12s,color .12s,border-color .12s}.hp-pfp-month:hover{background:rgba(255,255,255,.04);color:rgba(255,255,255,.85)}.hp-pfp-month.in-range{background:rgba(167,139,250,.16);color:#fff;border-color:rgba(167,139,250,.32)}.hp-pfp-month.endpoint{background:rgba(167,139,250,.28);color:#fff;border-color:rgba(167,139,250,.5)}.hp-prop-v32-table{width:100%;border-collapse:collapse;margin-top:16px;font-family:Inter,sans-serif;table-layout:fixed}.hp-prop-v32-col-check{width:40px;padding-right:0}.hp-prop-v32-col-source{width:44px;padding-left:0;padding-right:0}.hp-prop-v32-col-title{width:auto}.hp-prop-v32-col-status{width:170px}.hp-prop-v32-col-type{width:120px}.hp-prop-v32-col-clause{width:200px}.hp-prop-v32-col-date{width:110px}.hp-prop-v32-col-kebab{width:44px}.hp-prop-v32-type-pill{display:inline-flex;align-items:center;font-family:TTInterphases,IBM Plex Mono,ui-monospace,monospace;font-size:10.5px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;padding:3px 10px;border-radius:999px;border:0;outline:0;box-shadow:none;color:rgba(255,255,255,.78);background:rgba(255,255,255,.06)}.hp-prop-v32-type-pill.type-amendment{color:#c4b5fd;background:rgba(167,139,250,.14)}.hp-prop-v32-type-pill.type-action{color:rgba(255,255,255,.78);background:rgba(255,255,255,.06)}.hp-prop-v32-table thead th{font-size:12px;font-weight:400;color:rgba(255,255,255,.42);text-align:left;padding:12px 14px;border-bottom:.5px solid rgba(255,255,255,.1);background:transparent}.hp-prop-v32-sortable{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:color .15s}.hp-prop-v32-sortable:hover{color:rgba(255,255,255,.85)}.hp-prop-v32-table thead th.sorted{color:#fff}.hp-prop-v32-th-arrow{display:inline-block;width:0;height:0;margin-left:6px;border-left:3.5px solid transparent;border-right:3.5px solid transparent;vertical-align:1px;opacity:0;transition:opacity .15s}.hp-prop-v32-table thead th.sorted .hp-prop-v32-th-arrow{opacity:1}.hp-prop-v32-table thead th.sorted.asc .hp-prop-v32-th-arrow{border-bottom:4px solid #fff}.hp-prop-v32-table thead th.sorted.desc .hp-prop-v32-th-arrow{border-top:4px solid #fff}.hp-prop-v32-row{cursor:pointer;transition:background .12s}.hp-prop-v32-row:hover{background:rgba(255,255,255,.025)}.hp-prop-v32-row.selected{background:rgba(255,255,255,.04)}.hp-prop-v32-row>td{padding:18px 14px;border-bottom:1px solid rgba(255,255,255,.1);vertical-align:middle;color:rgba(255,255,255,.92);font-size:13px;overflow:hidden}.hp-prop-v32-row>td.hp-prop-v32-col-kebab{overflow:visible;position:relative}.hp-prop-v32-row>td.hp-prop-v32-col-kebab .hp-prop-v31-menu{right:0;left:auto}.hp-prop-v32-table .hp-prop-v31-src{width:24px;height:24px;border-radius:6px}.hp-prop-v32-table .hp-prop-v31-src svg{width:13px;height:13px}.hp-prop-v32-cell-primary{color:#fff;font-weight:500;font-size:13.5px;letter-spacing:-.1px;margin-bottom:3px}.hp-prop-v32-cell-primary,.hp-prop-v32-cell-secondary{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hp-prop-v32-cell-secondary{color:rgba(255,255,255,.42);font-size:11.5px}.hp-prop-v32-cell-secondary .hp-prop-v31-kind-pill{font-size:9px;padding:1px 6px}.hp-prop-v32-row>td.hp-prop-v32-col-date{text-align:left;color:rgba(255,255,255,.42);font-variant-numeric:tabular-nums;font-size:12.5px}.hp-prop-v32-ontology-pill{display:inline-block;border:.5px solid rgba(255,255,255,.18);border-radius:6px;padding:3px 8px;font-family:TTInterphases,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11.5px;color:rgba(255,255,255,.78);background:transparent;letter-spacing:.01em;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle}.hp-prop-v32-clause-muted{color:rgba(255,255,255,.32)}.hp-prop-v32-pill{display:inline-flex;align-items:center;gap:8px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:13px;font-weight:500;padding:0;background:transparent;border:0;color:rgba(255,255,255,.42);white-space:nowrap}.hp-prop-v32-pill-dot{width:10px;height:10px;border-radius:50%;background:currentColor;flex-shrink:0}.hp-prop-v32-pill-review{color:#e8b94a}.hp-prop-v32-pill-open{color:#c4b5fd}.hp-prop-v32-pill-adopted{color:#43ce98}.hp-prop-v32-pill-rejected{color:#f87171}.hp-prop-v32-pill-dismissed{color:#7a7a78}.hp-prop-v32-pill-pending{color:rgba(255,255,255,.55)}.hp-prop-v32-pill>.hp-prop-v32-pill-label{color:rgba(255,255,255,.42);font-weight:500}.hp-prop-v32-row-check{width:14px;height:14px;border:.5px solid rgba(255,255,255,.22);border-radius:4px;background:transparent;cursor:pointer;position:relative;padding:0;transition:background .12s,border-color .12s;flex-shrink:0}.hp-prop-v32-row-check:hover{border-color:rgba(255,255,255,.45)}.hp-prop-v32-row-check.checked{background:#fff;border-color:#fff}.hp-prop-v32-row-check.checked:after{content:"";position:absolute;left:3px;top:1px;width:4px;height:8px;border-right:1.5px solid #000;border-bottom:1.5px solid #000;transform:rotate(45deg)}.hp-prop-v32-row-check.indeterminate{background:#fff;border-color:#fff}.hp-prop-v32-row-check.indeterminate:after{content:"";position:absolute;left:2.5px;top:6px;width:8px;height:1.5px;background:#000;border:none;transform:none}.hp-prop-v32-bulk-bar{position:sticky;bottom:16px;margin:16px auto 0;max-width:720px;display:flex;align-items:center;gap:14px;padding:10px 14px 10px 18px;background:#1a1a1a;border:.5px solid rgba(255,255,255,.16);border-radius:12px;box-shadow:0 12px 40px rgba(0,0,0,.55);z-index:40;font-family:Inter,sans-serif}.hp-prop-v32-bulk-count{font-size:13px;color:rgba(255,255,255,.85)}.hp-prop-v32-bulk-count strong{color:#fff;font-weight:600}.hp-prop-v32-bulk-actions{display:flex;align-items:center;gap:6px;flex:1}.hp-prop-v32-bulk-btn{background:transparent;border:.5px solid rgba(255,255,255,.14);color:rgba(255,255,255,.85);font-family:Inter,sans-serif;font-size:12.5px;padding:6px 12px;border-radius:7px;cursor:pointer;transition:background .12s,border-color .12s}.hp-prop-v32-bulk-btn:hover{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.26);color:#fff}.hp-prop-v32-bulk-btn.danger{color:rgba(248,113,113,.85);border-color:rgba(248,113,113,.25)}.hp-prop-v32-bulk-btn.danger:hover{background:rgba(248,113,113,.06);color:#f87171;border-color:rgba(248,113,113,.4)}.hp-prop-v32-bulk-clear{width:28px;height:28px;background:transparent;border:.5px solid rgba(255,255,255,.12);color:rgba(255,255,255,.55);border-radius:7px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .12s,color .12s}.hp-prop-v32-bulk-clear:hover{background:rgba(255,255,255,.05);color:#fff}@media (max-width:760px){.hp-pfp-body{grid-template-columns:1fr}.hp-pfp-rail{border-right:none;border-bottom:.5px solid rgba(255,255,255,.07);flex-direction:row;overflow-x:auto}.hp-pfp-rail-item{white-space:nowrap}.hp-prop-v32-col-clause,.hp-prop-v32-col-status{display:none}.hp-prop-v32-toolbar{flex-wrap:wrap;gap:8px}}