.hp-sidebar{width:220px;min-width:220px;background:#000;display:flex;flex-direction:column;border-right:1px solid rgba(255,255,255,.16);transition:width .28s cubic-bezier(.4,0,.2,1),min-width .28s cubic-bezier(.4,0,.2,1);position:relative;z-index:10;font-family:DM Sans,sans-serif;height:100vh;flex-shrink:0;overflow:hidden}.hp-sidebar.collapsed{width:52px;min-width:52px}.hp-sidebar-top{display:flex;align-items:center;padding:15px 14px 15px 16px;margin:0 8px 4px;min-height:44px;cursor:pointer}.hp-sidebar.collapsed .hp-sidebar-top{justify-content:center;padding:15px 0;margin:0 0 4px;min-height:44px;width:52px}.hp-search-row{display:flex;align-items:center;padding:7px 14px 7px 16px;margin:1px 8px;position:relative;cursor:pointer;border-radius:8px;transition:background .15s;gap:9px}.hp-search-row:hover{background:rgba(255,255,255,.06)}.hp-search-icon-only{width:16px;height:16px;flex-shrink:0;opacity:.55;display:flex;align-items:center;justify-content:center}.hp-search-label{font-size:13px;color:rgba(255,255,255,.35);white-space:nowrap;flex:1}.hp-search-kbd{color:rgba(255,255,255,.22);font-family:DM Sans,sans-serif;white-space:nowrap}.hp-search-input-wrap{position:absolute;left:16px;right:14px;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:8px;background:#1a1a1a;border:.5px solid rgba(255,255,255,0);border-radius:7px;padding:0 10px;height:30px;opacity:0;pointer-events:none;clip-path:inset(0 100% 0 0 round 7px);transition:opacity .2s ease .05s,clip-path .35s cubic-bezier(.4,0,.2,1),border-color .2s ease .05s}.hp-search-row.open .hp-search-input-wrap{opacity:1;pointer-events:all;clip-path:inset(0 0 0 0 round 7px);border-color:rgba(255,255,255,.12)}.hp-search-input-wrap input{flex:1;background:transparent;border:none;outline:none;font-size:12px;color:rgba(255,255,255,.7);font-family:DM Sans,sans-serif;padding:0;min-width:0}.hp-search-input-wrap input::-moz-placeholder{color:rgba(255,255,255,.28)}.hp-search-input-wrap input::placeholder{color:rgba(255,255,255,.28)}.hp-sidebar.collapsed .hp-search-row{margin:1px 0!important;padding:9px 0!important;width:52px!important;justify-content:center!important;border-radius:0!important;gap:0!important}.hp-sidebar.collapsed .hp-search-input-wrap,.hp-sidebar.collapsed .hp-search-kbd,.hp-sidebar.collapsed .hp-search-label{display:none!important}.hp-search-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:8000;display:none}.hp-search-overlay.show{display:block}.hp-search-float{position:fixed;background:#1e1e1e;border:.5px solid rgba(255,255,255,.15);border-radius:10px;padding:0 12px;height:38px;display:flex;align-items:center;gap:8px;box-shadow:0 8px 32px rgba(0,0,0,.5);z-index:8001;width:220px;opacity:0;transform:translateX(-6px) scale(.97);transform-origin:left center;transition:opacity .18s cubic-bezier(.4,0,.2,1),transform .18s cubic-bezier(.4,0,.2,1)}.hp-search-float.show{opacity:1;transform:translateX(0) scale(1)}.hp-search-float input{flex:1;background:transparent;border:none;outline:none;font-size:13px;color:rgba(255,255,255,.8);font-family:DM Sans,sans-serif;padding:0;min-width:0}.hp-search-float input::-moz-placeholder{color:rgba(255,255,255,.3)}.hp-search-float input::placeholder{color:rgba(255,255,255,.3)}.hp-search-float-icon{width:14px;height:14px;flex-shrink:0;opacity:.4;display:flex;align-items:center;justify-content:center}.hp-nav-divider{height:.5px;background:rgba(255,255,255,.08);margin:4px 14px;opacity:0;transition:opacity .2s}.hp-sidebar.collapsed .hp-nav-divider{opacity:1;margin:4px 10px}.hp-nav-section,.hp-nav-section-workspace{padding:4px 0 8px}.hp-nav-section-workspace{margin-top:4px}.hp-workspace-items{overflow:hidden;transition:max-height .3s cubic-bezier(.4,0,.2,1),opacity .25s}.hp-workspace-items.collapsed-ws{max-height:0;opacity:0}.hp-workspace-items.expanded-ws{max-height:80vh;opacity:1}.hp-nav-label{display:flex;align-items:center;gap:9px;padding:7px 14px 7px 16px;margin:1px 8px;border-radius:8px;cursor:pointer;font-size:13px;color:rgba(255,255,255,.35);-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap;overflow:hidden;max-height:40px;transition:background .15s,opacity .15s,max-height .2s;font-family:Inter,sans-serif}.hp-nav-label svg{color:rgba(255,255,255,.3);transition:transform .25s;flex-shrink:0}.hp-nav-label:hover{background:rgba(255,255,255,.04);color:rgba(255,255,255,.55)}.hp-sidebar.collapsed .hp-nav-label{opacity:0;pointer-events:none;max-height:0;padding:0;margin:0;overflow:hidden}.hp-nav-item{display:flex;align-items:center;gap:9px;padding:7px 14px 7px 16px;margin:1px 8px;border-radius:8px;cursor:pointer;transition:background .15s;position:relative;text-decoration:none}.hp-nav-item:hover{background:rgba(255,255,255,.06)}.hp-nav-item.active{background:rgba(255,255,255,.1)}.hp-nav-item.active .hp-nav-icon,.hp-nav-item.active .hp-nav-item-label{color:#fff}.hp-nav-item.active:before{content:"";position:absolute;left:-8px;top:50%;transform:translateY(-50%);width:2px;height:16px;background:rgba(255,255,255,.4);border-radius:0 2px 2px 0}.hp-sidebar.collapsed .hp-nav-item{display:flex!important;align-items:center!important;justify-content:center!important;width:52px!important;margin:1px 0!important;padding:9px 0!important;border-radius:0!important;gap:0!important}.hp-sidebar.collapsed .hp-nav-item.active:before{left:0}.hp-nav-icon{width:16px;height:16px;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.32);flex-shrink:0;transition:color .15s}.hp-nav-item-label,.hp-nav-item:hover .hp-nav-icon{color:rgba(255,255,255,.55)}.hp-nav-item-label{font-size:13px;transition:color .15s;flex:1;white-space:nowrap;font-family:Inter,sans-serif;font-weight:600}.hp-nav-item:hover .hp-nav-item-label{color:rgba(255,255,255,.82)}.hp-sidebar.collapsed .hp-nav-item-label{display:none!important}.hp-badge{font-size:10px;font-weight:500;background:rgba(139,92,246,.25);color:var(--hp-accent-hover);padding:2px 6px;border-radius:10px;font-family:Inter,sans-serif;flex-shrink:0;min-width:18px;text-align:center;display:inline-flex;align-items:center;justify-content:center;line-height:1}.hp-badge-dot{width:6px;height:6px;min-width:6px;border-radius:50%;background:var(--hp-accent);flex-shrink:0;margin-right:6px}.hp-sidebar.collapsed .hp-badge,.hp-sidebar.collapsed .hp-badge-dot{display:none!important}.hp-more-popup{position:fixed;background:#1e1e1e;border:.5px solid rgba(255,255,255,.14);border-radius:10px;padding:4px;z-index:9999;width:160px;box-shadow:0 8px 32px rgba(0,0,0,.5);opacity:0;pointer-events:none;transform:translateX(-4px) scale(.97);transform-origin:left center;transition:opacity .16s cubic-bezier(.4,0,.2,1),transform .16s cubic-bezier(.4,0,.2,1)}.hp-more-popup.show{opacity:1;pointer-events:all;transform:translateX(0) scale(1)}.hp-more-popup-item{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:7px;cursor:pointer;transition:background .12s}.hp-more-popup-item:hover{background:rgba(255,255,255,.08)}.hp-more-popup-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.hp-more-popup-icon,.hp-more-popup-icon svg{width:18px;height:18px}.hp-more-popup-label{font-size:12.5px;color:rgba(255,255,255,.75)}.hp-nav-footer{margin-top:auto;border-top:.5px solid rgba(255,255,255,.06);padding:8px;position:relative}.hp-pop{position:absolute;bottom:100%;left:8px;right:8px;background:#1e1e1e;border:.5px solid rgba(255,255,255,.12);border-radius:12px;overflow:hidden;z-index:200;margin-bottom:6px;display:none;width:220px}.hp-pop.show{display:block}.hp-sidebar.collapsed .hp-pop{left:58px;right:auto;bottom:0;margin-bottom:0;width:210px}.hp-pop-ws-header{padding:12px 14px 10px;border-bottom:.5px solid rgba(255,255,255,.07)}.hp-pop-ws-row{display:flex;align-items:center;gap:10px;margin-bottom:10px}.hp-pop-ws-avatar{width:32px;height:32px;border-radius:8px;background:linear-gradient(135deg,#6d28d9,#a855f7);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;color:#fff;font-family:Syne,sans-serif;flex-shrink:0}.hp-pop-ws-name{font-size:12px;font-weight:600;font-family:Inter,sans-serif;color:rgba(255,255,255,.8)}.hp-pop-ws-sub{font-size:10px;color:rgba(255,255,255,.3);margin-top:1px;font-family:Inter,sans-serif;font-weight:500}.hp-pop-invite{display:flex;align-items:center;justify-content:center;gap:7px;padding:8px 12px;border-radius:10px;border:1px solid rgba(255,255,255,.16);cursor:pointer;font-size:12px;font-weight:600;color:rgba(255,255,255,.6);background:transparent;width:100%;font-family:Inter,sans-serif;transition:border-color .2s,background .2s,color .2s}.hp-pop-invite:hover{border-color:rgba(255,255,255,.28);background:rgba(255,255,255,.04);color:rgba(255,255,255,.85)}.hp-pop-divider{height:.5px;background:rgba(255,255,255,.07);margin:2px 0}.hp-pop-row{display:flex;align-items:center;gap:10px;padding:8px 14px;cursor:pointer;transition:background .15s}.hp-pop-row:hover{background:rgba(255,255,255,.05)}.hp-pop-row.highlighted{background:rgba(255,255,255,.06)}.hp-pop-row-icon{width:22px;height:22px;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.35);flex-shrink:0}.hp-pop-row-icon svg{width:14px;height:14px}.hp-pop-row-label{font-size:12px;font-family:Inter,sans-serif;font-weight:500;color:rgba(255,255,255,.6);line-height:1}.hp-pop-row.highlighted .hp-pop-row-label{color:rgba(255,255,255,.85);font-weight:600}.hp-pop-ws-dot{width:6px;height:6px;border-radius:50%;background:#43ce98;margin-left:auto;flex-shrink:0}.hp-pop-small-avatar{width:22px;height:22px;border-radius:5px;background:linear-gradient(135deg,#6d28d9,#a855f7);display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:600;color:#fff;font-family:Syne,sans-serif;flex-shrink:0;line-height:1}.hp-user-card{display:flex;align-items:center;gap:10px;padding:8px;border-radius:8px;cursor:pointer;transition:background .15s;overflow:hidden}.hp-user-card.open,.hp-user-card:hover{background:rgba(255,255,255,.07)}.hp-sidebar.collapsed .hp-user-card{justify-content:center;padding:8px 0}.hp-sidebar.collapsed .hp-user-card.open,.hp-sidebar.collapsed .hp-user-card:hover{background:transparent}.hp-avatar{width:28px;height:28px;border-radius:8px;background:linear-gradient(135deg,#7c3aed,#a855f7);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;color:#fff;font-family:Syne,sans-serif;flex-shrink:0}.hp-user-info{flex:1;overflow:hidden}.hp-sidebar.collapsed .hp-user-info{display:none}.hp-user-name{font-size:12px;font-weight:500;color:rgba(255,255,255,.72);white-space:nowrap}.hp-user-role{font-size:10px;color:rgba(255,255,255,.28);font-family:Inter,sans-serif;font-weight:500}.hp-status-dot{width:7px;height:7px;border-radius:50%;background:#43ce98;flex-shrink:0}.hp-sidebar.collapsed .hp-status-dot{display:none}@keyframes hp-skel-pulse{0%,to{opacity:.55}50%{opacity:.85}}.hp-skel{background:linear-gradient(135deg,#2a2a2a,#3a3a3a)!important;color:transparent!important;animation:hp-skel-pulse 1.4s ease-in-out infinite}.hp-skel-text{display:inline-block;border-radius:4px;min-width:84px;height:11px}.hp-skel-text.hp-skel-text-sm{min-width:48px;height:9px;margin-top:2px}.hp-inv-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px;font-family:Unica77,sans-serif}.hp-inv-modal{background:#222;border-radius:16px;width:100%;max-width:520px;position:relative;border:.5px solid rgba(255,255,255,.08);overflow:hidden;animation:hp-inv-fade-in .18s ease-out}@keyframes hp-inv-fade-in{0%{opacity:0;transform:scale(.97) translateY(6px)}to{opacity:1;transform:scale(1) translateY(0)}}.hp-inv-close{position:absolute;top:12px;right:14px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer;color:rgba(255,255,255,.35);transition:background .12s,color .12s;z-index:10;background:none;border:none}.hp-inv-close:hover{background:rgba(255,255,255,.08);color:rgba(255,255,255,.75)}.hp-inv-tabs{display:flex;border-bottom:.5px solid rgba(255,255,255,.07);padding:0 24px}.hp-inv-tab{padding:14px 0;margin-right:24px;font-size:13px;cursor:pointer;color:rgba(255,255,255,.35);position:relative;transition:color .15s;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap;font-family:Unica77,sans-serif;background:none;border:none}.hp-inv-tab.active{color:rgba(255,255,255,.85)}.hp-inv-tab.active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:1.5px;background:var(--hp-accent);border-radius:2px}.hp-inv-tab-badge{display:inline-flex;align-items:center;justify-content:center;background:rgba(139,92,246,.25);color:var(--hp-accent-hover);font-size:10px;border-radius:20px;padding:1px 6px;margin-left:5px;min-width:18px}.hp-inv-panels{min-height:420px;position:relative}.hp-inv-panel{display:none;padding:28px 28px 24px}.hp-inv-panel.active{display:block}.hp-inv-headline{text-align:center;margin-bottom:22px}.hp-inv-headline h1{font-family:EB Garamond,serif;font-size:34px;font-weight:400;color:rgba(255,255,255,.92);line-height:1.18}.hp-inv-input-wrap{border:1.5px solid rgba(255,255,255,.12);border-radius:12px;background:#1a1a1a;padding:14px 16px 10px;display:flex;flex-wrap:wrap;gap:8px;align-items:center;min-height:56px;cursor:text;transition:border-color .15s}.hp-inv-input-wrap:focus-within{border-color:rgba(255,255,255,.28)}.hp-inv-tag{display:inline-flex;align-items:center;gap:6px;background:rgba(139,92,246,.18);border:.5px solid rgba(139,92,246,.4);border-radius:999px;padding:5px 10px 5px 14px;font-size:13px;color:var(--hp-accent-hover);font-family:Unica77,sans-serif;line-height:1}.hp-inv-tag-remove{display:flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;background:rgba(139,92,246,.2);color:rgba(196,181,253,.7);cursor:pointer;transition:background .12s,color .12s;flex-shrink:0;border:none;padding:0}.hp-inv-tag-remove:hover{background:rgba(139,92,246,.45);color:#fff}.hp-inv-email-input{flex:1;min-width:140px;background:transparent;border:none;outline:none;font-size:14px;color:rgba(255,255,255,.65);font-family:Unica77,sans-serif;padding:4px 0;line-height:1}.hp-inv-email-input::-moz-placeholder{color:rgba(255,255,255,.25)}.hp-inv-email-input::placeholder{color:rgba(255,255,255,.25)}.hp-inv-ws-row{display:flex;align-items:center;gap:10px;margin-top:12px}.hp-inv-ws-select{flex:1;background:#1a1a1a;border:.5px solid rgba(255,255,255,.1);border-radius:8px;font-size:13px;color:rgba(255,255,255,.65);font-family:Unica77,sans-serif;outline:none;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='rgba(255,255,255,0.3)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding:9px 32px 9px 12px}.hp-inv-ws-select option{background:#1c1c1c}.hp-inv-chips{display:flex;flex-wrap:wrap;gap:7px;margin-top:16px}.hp-inv-chip{display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,.05);border:.5px solid rgba(255,255,255,.1);border-radius:999px;padding:6px 13px;cursor:pointer;font-size:13px;color:rgba(255,255,255,.6);font-family:Unica77,sans-serif;transition:background .15s,border-color .15s,color .15s;-webkit-user-select:none;-moz-user-select:none;user-select:none}.hp-inv-chip:hover{background:rgba(255,255,255,.09);border-color:rgba(255,255,255,.2);color:rgba(255,255,255,.88)}.hp-inv-chip.added{background:rgba(139,92,246,.15);border-color:rgba(139,92,246,.35);color:var(--hp-accent-hover)}.hp-inv-chip-plus{width:16px;height:16px;border-radius:50%;background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s}.hp-inv-chip:hover .hp-inv-chip-plus{background:rgba(255,255,255,.16)}.hp-inv-chip.added .hp-inv-chip-plus{background:rgba(139,92,246,.3)}.hp-inv-btn{width:100%;margin-top:18px;padding:15px;border-radius:10px;background:#f5f0e8;border:none;cursor:pointer;font-size:14px;color:#1a1a1a;font-family:OpenSauceOne,Unica77,sans-serif;font-weight:500;transition:opacity .15s,transform .1s;letter-spacing:.01em}.hp-inv-btn:hover{opacity:.9}.hp-inv-btn:active{transform:scale(.99)}.hp-inv-btn:disabled{opacity:.3;cursor:not-allowed}.hp-inv-copy-row{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:13px;cursor:pointer;font-size:13px;color:rgba(255,255,255,.32);font-family:OpenSauceOne,Unica77,sans-serif;transition:color .15s;-webkit-user-select:none;-moz-user-select:none;user-select:none}.hp-inv-copy-row:hover{color:rgba(255,255,255,.6)}.hp-inv-copy-row.copied{color:rgba(52,211,153,.8)}.hp-inv-toast{position:absolute;bottom:20px;left:50%;transform:translateX(-50%) translateY(10px);background:#2e2e2e;border:.5px solid rgba(52,211,153,.3);border-radius:10px;padding:10px 18px;display:flex;align-items:center;gap:8px;font-size:13px;color:rgba(255,255,255,.75);font-family:Unica77,sans-serif;opacity:0;pointer-events:none;transition:opacity .2s,transform .2s;white-space:nowrap;z-index:20}.hp-inv-toast.show{opacity:1;transform:translateX(-50%) translateY(0)}.hp-inv-section-label{font-size:11px;color:rgba(255,255,255,.28);letter-spacing:.04em;text-transform:uppercase;margin:0 0 10px;font-family:TTInterphases,Interphases,monospace}.hp-inv-pending-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 0;gap:10px;color:rgba(255,255,255,.25);font-size:13px;text-align:center;font-family:Unica77,sans-serif}.hp-inv-pending-empty svg{opacity:.2}.hp-inv-pending-list{display:flex;flex-direction:column}.hp-inv-pending-item{display:flex;align-items:center;gap:12px;padding:11px 0;border-bottom:.5px solid rgba(255,255,255,.05)}.hp-inv-pending-item:last-child{border-bottom:none}.hp-inv-pending-avatar{width:32px;height:32px;border-radius:8px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;color:#fff;font-family:Unica77,sans-serif}.hp-inv-pending-info{flex:1;min-width:0}.hp-inv-pending-email{font-size:13px;color:rgba(255,255,255,.72);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:Unica77,sans-serif}.hp-inv-pending-meta{color:rgba(255,255,255,.28);margin-top:2px}.hp-inv-pending-meta,.hp-inv-pending-ws{font-size:11px;font-family:Unica77,sans-serif}.hp-inv-pending-ws{color:rgba(255,255,255,.35);background:rgba(255,255,255,.07);border-radius:4px;padding:2px 8px;flex-shrink:0}.hp-inv-pending-revoke{width:26px;height:26px;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:rgba(255,255,255,.25);transition:background .12s,color .12s;flex-shrink:0;background:none;border:none;padding:0}.hp-inv-pending-revoke:hover{background:rgba(239,68,68,.12);color:var(--hp-danger)}.hp-inv-member-item{display:flex;align-items:center;gap:12px;padding:9px 0;border-bottom:.5px solid rgba(255,255,255,.05)}.hp-inv-member-item:last-child{border-bottom:none}.hp-inv-member-sublabel{font-size:10px;color:rgba(255,255,255,.28);margin-top:2px;font-family:Unica77,sans-serif}.hp-inv-member-role-select{background:transparent;border:.5px solid rgba(255,255,255,.08);border-radius:6px;padding:3px 20px 3px 8px;font-size:11px;color:rgba(255,255,255,.4);font-family:Unica77,sans-serif;outline:none;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='rgba(255,255,255,0.2)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 6px center}.hp-inv-member-role-select option{background:#1c1c1c}.hp-search-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:9999;display:flex;align-items:flex-start;justify-content:center;padding:40px 20px 60px;font-family:Unica77,sans-serif}.hp-search-modal{background:#222;border-radius:16px;width:100%;max-width:560px;border:.5px solid rgba(255,255,255,.08);overflow:hidden;animation:hp-search-fade-in .15s ease-out}@keyframes hp-search-fade-in{0%{opacity:0;transform:scale(.97) translateY(-6px)}to{opacity:1;transform:scale(1) translateY(0)}}.hp-search-bar{display:flex;align-items:center;gap:10px;padding:16px 18px;border-bottom:.5px solid rgba(255,255,255,.07)}.hp-search-bar-icon{color:rgba(255,255,255,.3);flex-shrink:0;display:flex}.hp-search-bar-input{flex:1;background:transparent;border:none;outline:none;font-size:15px;color:rgba(255,255,255,.85);font-family:Unica77,sans-serif;caret-color:var(--hp-accent)}.hp-search-bar-input::-moz-placeholder{color:rgba(255,255,255,.22)}.hp-search-bar-input::placeholder{color:rgba(255,255,255,.22)}.hp-search-kbd{display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.06);border:.5px solid rgba(255,255,255,.1);border-radius:5px;padding:3px 7px;font-size:11px;color:rgba(255,255,255,.3);font-family:TTInterphases,Interphases,monospace;flex-shrink:0}.hp-search-filters{display:flex;align-items:center;gap:5px;padding:10px 18px;border-bottom:.5px solid rgba(255,255,255,.07);overflow-x:auto;scrollbar-width:none}.hp-search-filters::-webkit-scrollbar{display:none}.hp-search-filter-chip{display:inline-flex;align-items:center;gap:6px;flex-shrink:0;background:rgba(255,255,255,.05);border:.5px solid rgba(255,255,255,.1);border-radius:999px;padding:5px 12px;font-size:12px;color:rgba(255,255,255,.42);cursor:pointer;font-family:Unica77,sans-serif;transition:background .12s,border-color .12s,color .12s;-webkit-user-select:none;-moz-user-select:none;user-select:none}.hp-search-filter-chip svg{opacity:.6;transition:opacity .12s;flex-shrink:0}.hp-search-filter-chip:hover{background:rgba(255,255,255,.09);color:rgba(255,255,255,.75);border-color:rgba(255,255,255,.18)}.hp-search-filter-chip:hover svg{opacity:.85}.hp-search-filter-chip.active{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.18);color:#fff}.hp-search-filter-chip.active svg{opacity:1;color:#fff}.hp-search-results{padding:8px 0 16px;max-height:360px;overflow-y:auto}.hp-search-results::-webkit-scrollbar{width:4px}.hp-search-results::-webkit-scrollbar-track{background:transparent}.hp-search-results::-webkit-scrollbar-thumb{background:rgba(255,255,255,.1);border-radius:2px}.hp-search-section-label{font-size:11px;color:rgba(255,255,255,.28);letter-spacing:.04em;text-transform:uppercase;padding:8px 18px 4px;font-family:TTInterphases,Interphases,monospace}.hp-search-result-item{display:flex;align-items:center;gap:12px;padding:9px 18px;cursor:pointer;transition:background .1s;position:relative}.hp-search-result-item.selected,.hp-search-result-item:hover{background:rgba(255,255,255,.05)}.hp-search-result-item.selected:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:rgba(255,255,255,.3);border-radius:0 1px 1px 0}.hp-search-result-icon{width:32px;height:32px;border-radius:8px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.06);border:.5px solid rgba(255,255,255,.08);color:rgba(255,255,255,.35)}.hp-search-result-body{flex:1;min-width:0}.hp-search-result-title{font-size:13px;color:rgba(255,255,255,.82)}.hp-search-result-meta,.hp-search-result-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:Unica77,sans-serif}.hp-search-result-meta{font-size:11px;color:rgba(255,255,255,.28);margin-top:2px}.hp-search-result-badge{font-size:10px;border-radius:4px;padding:2px 7px;flex-shrink:0;font-family:TTInterphases,Interphases,monospace;letter-spacing:.02em;background:rgba(255,255,255,.06);color:rgba(255,255,255,.55)}.hp-search-divider{height:.5px;background:rgba(255,255,255,.05);margin:6px 0}.hp-search-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 0;gap:10px;color:rgba(255,255,255,.25);font-size:13px;text-align:center;font-family:Unica77,sans-serif}.hp-search-empty svg{opacity:.2}.hp-memo-v3-root{padding:72px 36px 48px;max-width:1100px;margin:0 auto;width:100%;font-family:Inter,sans-serif;color:#fff}.hp-memo-v3-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.hp-memo-v3-title{font-family:Inter,sans-serif;font-size:34px;font-weight:600;color:#fff;letter-spacing:-.6px;margin:0}.hp-memo-v3-new-btn{display:flex;align-items:center;gap:7px;background:#fff;color:#000;border:none;border-radius:9px;padding:8px 14px;font-size:13px;font-weight:500;font-family:Inter,sans-serif;cursor:pointer;transition:background .15s}.hp-memo-v3-new-btn:hover{background:rgba(255,255,255,.88)}.hp-memo-v3-tabs{display:flex;align-items:center;gap:32px;border-bottom:1px solid #292929;padding:0 4px}.hp-memo-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-memo-v3-tab:hover{color:rgba(255,255,255,.75)}.hp-memo-v3-tab.active{color:#fff}.hp-memo-v3-tab.active:after{content:"";position:absolute;left:-4px;right:-4px;bottom:-1px;height:1.5px;background:#fff;border-radius:2px}.hp-memo-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-memo-v3-tab.active .hp-memo-v3-tab-count{background:rgba(255,255,255,.14);color:#fff}.hp-memo-v3-search-row{display:flex;align-items:stretch;gap:10px;margin-top:28px}.hp-memo-v3-search{flex:1;min-width:0;display:flex;align-items:center;gap:10px;background:#131313;border:.5px solid #292929;border-radius:10px;padding:10px 14px;color:rgba(255,255,255,.42)}.hp-memo-v3-search:focus-within{border-color:rgba(255,255,255,.18)}.hp-memo-v3-search svg{flex-shrink:0;opacity:.55}.hp-memo-v3-search input{flex:1;background:transparent;border:none;outline:none;color:#fff;font-family:Inter,sans-serif;font-size:13px;min-width:0}.hp-memo-v3-search input::-moz-placeholder{color:rgba(255,255,255,.32)}.hp-memo-v3-search input::placeholder{color:rgba(255,255,255,.32)}.hp-memo-v3-search .hp-memo-v3-kbd{font-size:10.5px;color:rgba(255,255,255,.4);background:rgba(255,255,255,.05);padding:2px 6px;border-radius:4px;letter-spacing:.3px}.hp-memo-v3-list{margin-top:20px;gap:24px}.hp-memo-v3-group,.hp-memo-v3-list{display:flex;flex-direction:column}.hp-memo-v3-group-label{font-family:TT Interphases Mono,Inter,monospace;font-size:11px;letter-spacing:.4px;color:rgba(255,255,255,.38);font-weight:400;text-transform:uppercase;padding-bottom:10px;padding-left:4px}.hp-memo-v3-row{display:flex;align-items:flex-start;gap:16px;padding:20px 22px;background:rgba(255,255,255,.02);border:.5px solid rgba(255,255,255,.07);border-bottom:none;cursor:pointer;transition:background .15s}.hp-memo-v3-row:hover{background:rgba(255,255,255,.04)}.hp-memo-v3-group .hp-memo-v3-row:first-of-type{border-top-left-radius:12px;border-top-right-radius:12px}.hp-memo-v3-group .hp-memo-v3-row:last-of-type{border-bottom:.5px solid rgba(255,255,255,.07);border-bottom-left-radius:12px;border-bottom-right-radius:12px}.hp-memo-v3-group .hp-memo-v3-row:only-of-type{border-radius:12px}.hp-memo-v3-icon{width:38px;height:38px;border-radius:9px;background:rgba(139,92,246,.1);border:.5px solid rgba(139,92,246,.24);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--hp-accent-hover);margin-top:2px}.hp-memo-v3-icon.signed{background:rgba(67,206,152,.1);border-color:rgba(67,206,152,.25);color:#43ce98}.hp-memo-v3-icon.circulated{background:rgba(212,168,32,.1);border-color:rgba(212,168,32,.25);color:#e8b94a}.hp-memo-v3-icon.draft{background:rgba(255,255,255,.04);border-color:rgba(255,255,255,.1);color:rgba(255,255,255,.55)}.hp-memo-v3-icon.lg{width:44px;height:44px;border-radius:10px}.hp-memo-v3-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.hp-memo-v3-title-row{display:flex;align-items:center;gap:10px}.hp-memo-v3-row-title{font-size:17px;font-weight:600;color:#fff;line-height:1.3;letter-spacing:-.3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hp-memo-v3-preview{font-size:13.5px;color:rgba(255,255,255,.45);line-height:1.5;font-weight:400;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.hp-memo-v3-attrs{display:flex;align-items:center;gap:10px;margin-top:10px;font-size:13px;color:rgba(255,255,255,.55)}.hp-memo-v3-attrs .hp-memo-v3-sig-stack{display:flex;flex-direction:row;align-items:center;flex-shrink:0;margin:0;padding-left:7px}.hp-memo-v3-attrs .hp-memo-v3-av{width:22px;height:22px;min-width:22px;border-radius:50%;font-size:8.5px;font-weight:600;color:#fff;letter-spacing:.2px;display:flex;align-items:center;justify-content:center;border:1.5px solid #0d0d0d;margin-left:-7px;flex-shrink:0;position:relative}.hp-memo-v3-attrs .hp-memo-v3-av:first-child{margin-left:-7px}.hp-memo-v3-attrs .hp-memo-v3-attr-primary{color:rgba(255,255,255,.8);font-weight:400}.hp-memo-v3-attrs .hp-memo-v3-attr-sep{width:2.5px;height:2.5px;border-radius:50%;background:rgba(255,255,255,.25);flex-shrink:0}.hp-memo-v3-attrs .hp-memo-v3-attr-meta{color:rgba(255,255,255,.42);font-size:12.5px}.hp-memo-v3-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-memo-v3-pill-draft{background:rgba(255,255,255,.05);color:rgba(255,255,255,.65);border:.5px solid rgba(255,255,255,.12)}.hp-memo-v3-pill-draft .hp-memo-v3-pill-dot{width:5px;height:5px;border-radius:50%;background:rgba(255,255,255,.5)}.hp-memo-v3-pill-circulated{background:rgba(212,168,32,.1);color:#e8b94a;border:.5px solid rgba(212,168,32,.28)}.hp-memo-v3-pill-circulated .hp-memo-v3-pill-dot{width:5px;height:5px;border-radius:50%;background:#e8b94a;animation:hp-memo-v3-pulse 2s ease-in-out infinite}.hp-memo-v3-pill-signed{background:rgba(67,206,152,.1);color:#43ce98;border:.5px solid rgba(67,206,152,.28)}.hp-memo-v3-pill-signed .hp-memo-v3-pill-dot{width:5px;height:5px;border-radius:50%;background:#43ce98}@keyframes hp-memo-v3-pulse{0%,to{opacity:1}50%{opacity:.4}}.hp-memo-v3-av.av-orange{background:linear-gradient(135deg,#f97316,#fb923c)}.hp-memo-v3-av.av-teal{background:linear-gradient(135deg,#14b8a6,#5eead4)}.hp-memo-v3-av.av-blue{background:linear-gradient(135deg,#3b82f6,#60a5fa)}.hp-memo-v3-av.av-green{background:linear-gradient(135deg,#43ce98,#43ce98)}.hp-memo-v3-av.av-purple{background:linear-gradient(135deg,#7c3aed,#a855f7)}.hp-memo-v3-av.av-amber{background:linear-gradient(135deg,#f59e0b,var(--hp-warning))}.hp-memo-v3-av.av-neutral{background:rgba(255,255,255,.08);color:rgba(255,255,255,.35)}.hp-memo-v3-empty{flex-direction:column;padding:120px 20px 60px;text-align:center}.hp-memo-v3-empty,.hp-memo-v3-empty-icon{display:flex;align-items:center;justify-content:center}.hp-memo-v3-empty-icon{width:64px;height:64px;color:rgba(255,255,255,.18);margin-bottom:24px}.hp-memo-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-memo-v3-empty-sub{font-size:13.5px;color:rgba(255,255,255,.4);max-width:240px;line-height:1.5;font-weight:500}.hp-mp-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-mp-backdrop.show{opacity:1;pointer-events:all}.hp-mp-panel{position:fixed;top:0;right:0;bottom:0;width:min(650px,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;font-family:Inter,sans-serif}.hp-mp-panel.show{transform:translateX(0)}.hp-mp-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-mp-head{display:flex;align-items:flex-start;gap:14px;padding:20px 22px 18px;border-bottom:.5px solid #1e1e1e;flex-shrink:0}.hp-mp-head-body{flex:1;min-width:0}.hp-mp-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-mp-head-meta .hp-mp-dot{width:2.5px;height:2.5px;border-radius:50%;background:rgba(255,255,255,.22)}.hp-mp-head-title{font-size:17px;font-weight:600;color:#fff;letter-spacing:-.25px;line-height:1.35;margin-bottom:6px}.hp-mp-head-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.hp-mp-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-mp-head-btn:hover{background:rgba(255,255,255,.04);color:#fff;border-color:rgba(255,255,255,.18)}.hp-mp-head-btn.primary{background:#fff;border-color:#fff;color:#000;font-weight:500}.hp-mp-head-btn.primary:hover{background:rgba(255,255,255,.88);border-color:rgba(255,255,255,.88)}.hp-mp-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-mp-icon-btn:hover{background:rgba(255,255,255,.04);color:#fff;border-color:rgba(255,255,255,.18)}.hp-mp-tip{position:relative}.hp-mp-tip:after{content:attr(data-tip);position:absolute;top:calc(100% + 6px);left:50%;transform:translateX(-50%);padding:4px 8px;background:#2a2a2c;border:.5px solid rgba(255,255,255,.12);border-radius:6px;font-family:Inter,sans-serif;font-size:11px;font-weight:500;line-height:1;color:rgba(255,255,255,.92);white-space:nowrap;pointer-events:none;opacity:0;transition:opacity .1s;z-index:50}.hp-mp-tip:hover:after{opacity:1;transition-delay:.4s}.hp-mp-maintabs{gap:2px;padding:0 22px;border-bottom:.5px solid #1e1e1e;background:#0f0f0f;flex-shrink:0}.hp-mp-maintab,.hp-mp-maintabs{display:flex;align-items:center}.hp-mp-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-mp-maintab:hover{color:rgba(255,255,255,.8)}.hp-mp-maintab.active{color:#fff;font-weight:500}.hp-mp-maintab.active:after{content:"";position:absolute;left:10px;right:10px;bottom:-1px;height:1.5px;background:#fff;border-radius:2px}.hp-mp-maintab .hp-mp-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-mp-maintab.active .hp-mp-count{background:rgba(255,255,255,.15);color:#fff}.hp-mp-body{flex:1;overflow:hidden;display:flex;min-height:0}.hp-mp-main{flex:1;overflow-y:auto;padding:20px 22px;min-width:0}.hp-mp-main::-webkit-scrollbar{width:6px}.hp-mp-main::-webkit-scrollbar-thumb{background:rgba(255,255,255,.08);border-radius:6px}.hp-mp-doc{max-width:600px;margin:0 auto;padding:4px 0;transition:max-width .34s cubic-bezier(.22,1,.36,1)}.hp-mp-doc-meta{display:flex;align-items:center;gap:10px;font-size:11.5px;color:rgba(255,255,255,.45);letter-spacing:.3px;margin-bottom:10px;text-transform:uppercase;font-family:TT Interphases Mono,Inter,monospace}.hp-mp-doc-meta .hp-mp-dot{width:2.5px;height:2.5px;border-radius:50%;background:rgba(255,255,255,.22)}.hp-mp-doc h1.hp-mp-doc-title{font-family:var(--hp-font-serif);font-size:29px;font-weight:600;color:#fff;letter-spacing:-.2px;line-height:1.2;margin-bottom:8px}.hp-mp-doc .hp-mp-doc-subtitle{font-size:14.5px;color:rgba(255,255,255,.55);line-height:1.55;margin-bottom:28px}.hp-mp-editor{max-width:600px;margin:0 auto;transition:max-width .34s cubic-bezier(.22,1,.36,1)}.hp-mp-panel.expanded .hp-mp-doc,.hp-mp-panel.expanded .hp-mp-editor{max-width:880px}.hp-mp-editor input.hp-mp-title-input{width:100%;background:transparent;border:none;outline:none;font-family:var(--hp-font-serif);font-size:29px;font-weight:600;color:#fff;letter-spacing:-.2px;line-height:1.2;margin-bottom:6px;padding:4px 0}.hp-mp-editor input.hp-mp-title-input::-moz-placeholder{color:rgba(255,255,255,.22)}.hp-mp-editor input.hp-mp-title-input::placeholder{color:rgba(255,255,255,.22)}.hp-memo-prose:focus,.hp-memo-prose:focus-visible,.hp-mp-editor input.hp-mp-title-input:focus-visible{outline:none;box-shadow:none}.hp-memo-prose,.hp-mp-doc-prose{font-family:Inter,sans-serif;font-size:14.5px;line-height:1.72;color:rgba(255,255,255,.82)}.hp-memo-prose{position:relative;min-height:340px;padding:2px 0 90px;white-space:pre-wrap;word-wrap:break-word}.hp-memo-prose>:first-child,.hp-mp-doc-prose>:first-child{margin-top:0}.hp-memo-prose h1,.hp-mp-doc-prose h1{font-size:21px;font-weight:600;color:#fff;letter-spacing:-.3px;line-height:1.3;margin:24px 0 10px}.hp-memo-prose h2,.hp-mp-doc-prose h2{font-size:17px;font-weight:600;color:#fff;letter-spacing:-.15px;line-height:1.35;margin:22px 0 8px}.hp-memo-prose h3,.hp-mp-doc-prose h3{font-size:14.5px;font-weight:600;color:rgba(255,255,255,.95);margin:18px 0 6px}.hp-memo-prose p,.hp-mp-doc-prose p{margin:0 0 12px}.hp-memo-prose ol,.hp-memo-prose ul,.hp-mp-doc-prose ol,.hp-mp-doc-prose ul{margin:0 0 12px;padding-left:24px}.hp-memo-prose ul,.hp-mp-doc-prose ul{list-style:disc}.hp-memo-prose ol,.hp-mp-doc-prose ol{list-style:decimal}.hp-memo-prose li,.hp-mp-doc-prose li{margin:3px 0;padding-left:3px}.hp-memo-prose li p,.hp-mp-doc-prose li p{margin:0}.hp-memo-prose li::marker,.hp-mp-doc-prose li::marker{color:rgba(255,255,255,.4)}.hp-memo-prose blockquote,.hp-mp-doc-prose blockquote{margin:12px 0;padding:2px 0 2px 14px;border-left:2px solid rgba(255,255,255,.18);color:rgba(255,255,255,.6)}.hp-memo-prose strong,.hp-mp-doc-prose strong{color:#fff;font-weight:600}.hp-memo-prose em,.hp-mp-doc-prose em{font-style:italic}.hp-memo-prose del,.hp-memo-prose s,.hp-mp-doc-prose del,.hp-mp-doc-prose s{color:rgba(255,255,255,.4)}.hp-memo-prose code,.hp-mp-doc-prose code{font-family:TT Interphases Mono,SF Mono,monospace;font-size:.88em;background:rgba(255,255,255,.07);border:.5px solid rgba(255,255,255,.1);border-radius:4px;padding:1px 5px}.hp-memo-prose pre,.hp-mp-doc-prose pre{background:rgba(255,255,255,.04);border:.5px solid rgba(255,255,255,.1);border-radius:8px;padding:12px 14px;margin:12px 0;overflow-x:auto}.hp-memo-prose pre code,.hp-mp-doc-prose pre code{background:none;border:none;padding:0;font-size:12.5px}.hp-memo-prose hr,.hp-mp-doc-prose hr{border:none;border-top:.5px solid rgba(255,255,255,.14);margin:22px 0}.hp-memo-prose p.is-editor-empty:first-child:before{content:attr(data-placeholder);color:rgba(255,255,255,.26);float:left;height:0;pointer-events:none}.hp-memo-prose ul[data-type=taskList],.hp-mp-doc-prose ul.contains-task-list{list-style:none;padding-left:2px}.hp-memo-prose ul[data-type=taskList] li,.hp-mp-doc-prose ul.contains-task-list li{display:flex;align-items:flex-start;gap:9px;padding-left:0;margin:4px 0}.hp-memo-prose ul[data-type=taskList] li>label{flex-shrink:0;margin-top:3px}.hp-memo-prose ul[data-type=taskList] li>div{flex:1;min-width:0}.hp-mp-doc-prose ul.contains-task-list li input{margin-top:3px}.hp-memo-prose input[type=checkbox],.hp-mp-doc-prose input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:15px;height:15px;border:1.2px solid rgba(255,255,255,.3);border-radius:4px;cursor:pointer;position:relative;flex-shrink:0;transition:background .12s,border-color .12s}.hp-memo-prose input[type=checkbox]:checked,.hp-mp-doc-prose input[type=checkbox]:checked{background:var(--hp-green,#43ce98);border-color:var(--hp-green,#43ce98)}.hp-memo-prose input[type=checkbox]:checked:after,.hp-mp-doc-prose input[type=checkbox]:checked:after{content:"";position:absolute;left:4.5px;top:1px;width:4px;height:8px;border:solid #0c0c0c;border-width:0 2px 2px 0;transform:rotate(45deg)}.hp-memo-fmt-btn{display:flex;align-items:center;justify-content:center;min-width:28px;height:28px;padding:0 7px;background:none;border:none;border-radius:6px;color:rgba(255,255,255,.62);font-family:Inter,sans-serif;font-size:12.5px;font-weight:600;line-height:1;cursor:pointer;transition:background .12s,color .12s}.hp-memo-fmt-btn:hover{background:rgba(255,255,255,.08);color:#fff}.hp-memo-fmt-btn.active{background:rgba(255,255,255,.15);color:#fff}.hp-memo-fmt-btn i{font-style:italic}.hp-memo-fmt-btn s{text-decoration:line-through}.hp-memo-fmt-btn svg{width:15px;height:15px}.hp-memo-fmt-div{width:.5px;height:16px;background:rgba(255,255,255,.14);margin:0 4px;flex-shrink:0}.hp-memo-toolbar{position:sticky;top:0;z-index:5;flex-wrap:wrap;row-gap:2px;padding:7px 0 8px;margin-bottom:10px;background:#0f0f0f;border-bottom:.5px solid rgba(255,255,255,.07)}.hp-memo-bubble,.hp-memo-toolbar{display:flex;align-items:center;gap:1px}.hp-memo-bubble{padding:4px;background:#1c1c1e;border:.5px solid rgba(255,255,255,.12);border-radius:9px;box-shadow:0 10px 32px rgba(0,0,0,.55)}.hp-memo-style{position:relative}.hp-memo-style-trigger{display:flex;align-items:center;gap:4px;height:28px;padding:0 8px;background:none;border:none;border-radius:6px;color:rgba(255,255,255,.7);font-family:Inter,sans-serif;font-size:12.5px;font-weight:500;cursor:pointer;transition:background .12s,color .12s}.hp-memo-style-trigger:hover{background:rgba(255,255,255,.08);color:#fff}.hp-memo-style-trigger svg{width:12px;height:12px;opacity:.6}.hp-memo-style-menu{position:absolute;top:34px;left:0;z-index:20;min-width:172px;padding:5px;background:#1c1c1e;border:.5px solid rgba(255,255,255,.12);border-radius:9px;box-shadow:0 14px 38px rgba(0,0,0,.6);display:flex;flex-direction:column;gap:1px}.hp-memo-style-item{display:flex;align-items:center;justify-content:space-between;padding:7px 9px;background:none;border:none;border-radius:6px;color:rgba(255,255,255,.82);font-family:Inter,sans-serif;text-align:left;cursor:pointer;transition:background .12s}.hp-memo-style-item:hover{background:rgba(255,255,255,.07)}.hp-memo-style-item.active{background:rgba(255,255,255,.1);color:#fff}.hp-memo-style-item.active:after{content:"✓";font-size:11px;color:rgba(255,255,255,.6)}.hp-memo-style-text{font-size:13px;font-weight:400}.hp-memo-style-h1{font-size:16px;font-weight:600;color:#fff}.hp-memo-style-h2{font-size:13.5px;font-weight:600;color:#fff}.hp-memo-prose .tableWrapper,.hp-mp-doc-prose .tableWrapper{overflow-x:auto;margin:14px 0}.hp-memo-prose table,.hp-mp-doc-prose table{border-collapse:collapse;width:100%;table-layout:fixed;font-size:13.5px;margin:14px 0}.hp-memo-prose .tableWrapper table{margin:0}.hp-memo-prose td,.hp-memo-prose th,.hp-mp-doc-prose td,.hp-mp-doc-prose th{border:.5px solid rgba(255,255,255,.16);padding:7px 10px;text-align:left;vertical-align:top;min-width:60px}.hp-memo-prose th,.hp-mp-doc-prose th{background:rgba(255,255,255,.045);font-weight:600;color:#fff}.hp-memo-prose td>p,.hp-memo-prose th>p,.hp-mp-doc-prose td>p,.hp-mp-doc-prose th>p{margin:0}.hp-memo-prose .selectedCell:after{content:"";position:absolute;inset:0;background:rgba(167,139,250,.14);pointer-events:none}.hp-memo-prose td,.hp-memo-prose th{position:relative}.hp-memo-prose a,.hp-mp-doc-prose a{color:var(--hp-accent-hover,#a78bfa);text-decoration:none;background:rgba(139,92,246,.1);border:.5px solid rgba(139,92,246,.28);border-radius:5px;padding:.5px 5px;font-weight:500;cursor:pointer;transition:background .12s}.hp-memo-prose a:hover,.hp-mp-doc-prose a:hover{background:rgba(139,92,246,.2)}.hp-memo-ref{position:relative;display:flex}.hp-memo-ref-pop{position:absolute;top:34px;right:0;z-index:25;width:320px;background:#1c1c1e;border:.5px solid rgba(255,255,255,.12);border-radius:10px;box-shadow:0 16px 44px rgba(0,0,0,.6);display:flex;flex-direction:column}.hp-memo-ref-search{margin:8px 8px 4px;padding:7px 10px;background:#131313;border:.5px solid #292929;border-radius:7px;font-family:Inter,sans-serif;font-size:12.5px;color:#fff;outline:none}.hp-memo-ref-search::-moz-placeholder{color:rgba(255,255,255,.3)}.hp-memo-ref-search::placeholder{color:rgba(255,255,255,.3)}.hp-memo-ref-search:focus-visible{box-shadow:none;border-color:rgba(255,255,255,.25)}.hp-memo-ref-list{max-height:284px;overflow-y:auto;padding:2px 5px 6px}.hp-memo-ref-empty{padding:20px;text-align:center;font-size:12px;color:rgba(255,255,255,.4)}.hp-memo-ref-group{margin-top:3px}.hp-memo-ref-group-label{font-family:TTInterphases,Inter,sans-serif;padding:6px 8px 3px;font-size:10px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;color:rgba(255,255,255,.35)}.hp-memo-ref-item{display:flex;align-items:center;gap:8px;width:100%;padding:7px 8px;background:none;border:none;border-radius:6px;cursor:pointer;text-align:left;font-family:Inter,sans-serif;transition:background .12s}.hp-memo-ref-item:hover{background:rgba(255,255,255,.07)}.hp-memo-ref-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.hp-memo-ref-dot.memo{background:#a78bfa}.hp-memo-ref-dot.protocol{background:#43ce98}.hp-memo-ref-dot.proposal{background:#e8b94a}.hp-memo-ref-item-title{flex:1;min-width:0;font-size:12.5px;color:rgba(255,255,255,.88);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hp-memo-ref-item-status{flex-shrink:0;font-size:10px;color:rgba(255,255,255,.4);text-transform:capitalize}.hp-mp-sig-card{background:#131313;border:.5px solid #292929;border-radius:12px;padding:16px 18px}.hp-mp-sig-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.hp-mp-sig-head .hp-mp-sig-t{font-size:13.5px;color:#fff;font-weight:500}.hp-mp-sig-head .hp-mp-sig-c{font-size:11.5px;color:rgba(255,255,255,.5);font-variant-numeric:tabular-nums}.hp-mp-sig-progress-bar{height:4px;background:rgba(255,255,255,.06);border-radius:3px;overflow:hidden;margin-bottom:14px}.hp-mp-sig-progress-fill{height:100%;background:linear-gradient(90deg,#43ce98,#43ce98);border-radius:3px;transition:width .6s cubic-bezier(.4,0,.2,1)}.hp-mp-sig-row{display:flex;align-items:center;gap:12px;padding:9px 0;border-bottom:.5px solid #1e1e1e}.hp-mp-sig-row:last-child{border-bottom:none}.hp-mp-sig-row .hp-mp-sig-av{width:28px;height:28px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:600;color:#fff;letter-spacing:.2px;flex-shrink:0}.hp-mp-sig-row.pending .hp-mp-sig-av{opacity:.5}.hp-mp-sig-row .hp-mp-sig-name{flex:1;font-size:13px;color:rgba(255,255,255,.88);font-weight:400}.hp-mp-sig-row.pending .hp-mp-sig-name{color:rgba(255,255,255,.55)}.hp-mp-sig-row .hp-mp-sig-role{font-size:11.5px;color:rgba(255,255,255,.4);margin-right:10px}.hp-mp-sig-status{font-size:11px;padding:3px 9px;border-radius:100px;letter-spacing:.2px;flex-shrink:0}.hp-mp-sig-status.signed{background:rgba(67,206,152,.1);color:#43ce98;border:.5px solid rgba(67,206,152,.26)}.hp-mp-sig-status.pending{background:transparent;color:rgba(255,255,255,.4);border:.5px solid rgba(255,255,255,.12);font-style:italic}.hp-mp-sig-time{font-size:10.5px;color:rgba(255,255,255,.35);min-width:70px;text-align:right;font-variant-numeric:tabular-nums}.hp-mp-activity-item{display:flex;gap:12px;padding:10px 0;font-size:12.5px}.hp-mp-activity-dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.25);margin-top:5px;flex-shrink:0}.hp-mp-activity-dot.purple{background:var(--hp-accent);box-shadow:0 0 0 3px rgba(167,139,250,.18)}.hp-mp-activity-dot.amber{background:#e8b94a}.hp-mp-activity-dot.green{background:#43ce98}.hp-mp-activity-body .hp-mp-activity-title{color:rgba(255,255,255,.88);font-weight:400}.hp-mp-activity-body .hp-mp-activity-title strong{color:#fff;font-weight:500}.hp-mp-activity-body .hp-mp-activity-when{color:rgba(255,255,255,.42);margin-top:2px;font-size:11.5px}.hp-mp-empty{padding:40px 20px;text-align:center;color:rgba(255,255,255,.45)}.hp-mp-empty .hp-mp-empty-t{font-size:13.5px;color:rgba(255,255,255,.72);margin-bottom:6px;font-weight:500}.hp-mp-empty .hp-mp-empty-s{font-size:12.5px;color:rgba(255,255,255,.4);max-width:320px;margin:0 auto;line-height:1.5}.hp-mp-actions{flex-shrink:0;padding:14px 22px;border-top:.5px solid #1e1e1e;background:#0f0f0f;justify-content:flex-end;gap:10px}.hp-mp-actions,.hp-mp-btn{display:flex;align-items:center}.hp-mp-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-mp-btn-primary{background:#fff;color:#000}.hp-mp-btn-primary:hover{background:rgba(255,255,255,.9)}.hp-mp-btn-ghost{background:transparent;color:rgba(255,255,255,.7);border-color:#292929}.hp-mp-btn-ghost:hover{background:rgba(255,255,255,.04);color:#fff;border-color:rgba(255,255,255,.18)}.hp-mp-btn-danger{background:transparent;color:rgba(224,90,90,.85);border-color:rgba(224,90,90,.25)}.hp-mp-btn-danger:hover{background:rgba(224,90,90,.06);color:#e05a5a;border-color:rgba(224,90,90,.4)}.hp-mp-btn:disabled{background:rgba(255,255,255,.08);color:rgba(255,255,255,.35);cursor:not-allowed;border-color:transparent}.hp-memo-v3-compose-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.65);backdrop-filter:blur(3px);opacity:0;pointer-events:none;transition:opacity .2s;z-index:80}.hp-memo-v3-compose-backdrop.show{opacity:1;pointer-events:all}.hp-memo-v3-compose-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,calc(-50% + 10px));width:min(540px,calc(100vw - 40px));background:#0f0f0f;border:.5px solid #292929;border-radius:14px;z-index:90;display:flex;flex-direction:column;overflow:hidden;opacity:0;pointer-events:none;transition:transform .22s cubic-bezier(.22,1,.36,1),opacity .22s;box-shadow:0 24px 80px rgba(0,0,0,.6);font-family:Inter,sans-serif}.hp-memo-v3-compose-modal.show{opacity:1;pointer-events:all;transform:translate(-50%,-50%)}.hp-memo-v3-compose-head{padding:16px 18px;border-bottom:.5px solid #1e1e1e;display:flex;align-items:center;gap:10px}.hp-memo-v3-compose-head .hp-memo-v3-compose-t{flex:1;font-size:14px;font-weight:500;color:#fff}.hp-memo-v3-compose-head .hp-memo-v3-compose-close{width:28px;height:28px;border-radius:7px;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}.hp-memo-v3-compose-head .hp-memo-v3-compose-close:hover{background:rgba(255,255,255,.04);color:#fff;border-color:rgba(255,255,255,.18)}.hp-memo-v3-compose-body{padding:18px}.hp-memo-v3-compose-field{margin-bottom:14px}.hp-memo-v3-compose-field label{display:block;font-size:11.5px;color:rgba(255,255,255,.5);margin-bottom:6px;font-weight:500;letter-spacing:.2px}.hp-memo-v3-compose-field input,.hp-memo-v3-compose-field select,.hp-memo-v3-compose-field textarea{width:100%;background:#131313;border:.5px solid #292929;border-radius:8px;padding:10px 12px;font-family:Inter,sans-serif;font-size:13.5px;color:#fff;outline:none;transition:border-color .15s}.hp-memo-v3-compose-field input:focus,.hp-memo-v3-compose-field select:focus,.hp-memo-v3-compose-field textarea:focus{border-color:rgba(255,255,255,.25)}.hp-memo-v3-compose-field textarea{min-height:140px;resize:vertical;line-height:1.55}.hp-memo-v3-compose-field input::-moz-placeholder,.hp-memo-v3-compose-field textarea::-moz-placeholder{color:rgba(255,255,255,.28)}.hp-memo-v3-compose-field input::placeholder,.hp-memo-v3-compose-field textarea::placeholder{color:rgba(255,255,255,.28)}.hp-memo-v3-compose-field select{cursor:pointer}.hp-memo-v3-compose-foot{padding:14px 18px;border-top:.5px solid #1e1e1e;display:flex;align-items:center;justify-content:flex-end;gap:10px}.hp-memo-v3-recipient-list{display:flex;flex-direction:column;gap:6px;max-height:300px;overflow-y:auto}.hp-memo-v3-recipient-group{font-family:TTInterphases,Inter,sans-serif;font-size:10px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;color:rgba(255,255,255,.35);padding:2px 2px 0}.hp-memo-v3-recipient-group:not(:first-child){margin-top:8px}.hp-memo-v3-recipient-list::-webkit-scrollbar{width:5px}.hp-memo-v3-recipient-list::-webkit-scrollbar-thumb{background:rgba(255,255,255,.08);border-radius:5px}.hp-memo-v3-recipient-row{display:flex;align-items:center;gap:12px;padding:10px 12px;border:.5px solid #292929;background:#131313;border-radius:8px;cursor:pointer;transition:all .15s}.hp-memo-v3-recipient-row:hover{border-color:rgba(255,255,255,.18)}.hp-memo-v3-recipient-row.selected{border-color:rgba(139,92,246,.5);background:rgba(139,92,246,.06)}.hp-memo-v3-recipient-row .hp-memo-v3-av{width:26px;height:26px;font-size:10px;border-radius:8px;flex-shrink:0;border:none;margin:0}.hp-memo-v3-recipient-row .hp-memo-v3-r-body{flex:1;min-width:0}.hp-memo-v3-recipient-row .hp-memo-v3-r-name{font-size:13px;color:#fff;font-weight:400}.hp-memo-v3-recipient-row .hp-memo-v3-r-role{font-size:11px;color:rgba(255,255,255,.4);margin-top:1px}.hp-memo-v3-recipient-row .hp-memo-v3-r-check{width:18px;height:18px;border-radius:50%;border:1.2px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s}.hp-memo-v3-recipient-row.selected .hp-memo-v3-r-check{background:var(--hp-accent);border-color:var(--hp-accent)}.hp-memo-v3-recipient-row .hp-memo-v3-r-check svg{opacity:0;transition:opacity .15s}.hp-memo-v3-recipient-row.selected .hp-memo-v3-r-check svg{opacity:1}.hp-memo-v3-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;font-family:Inter,sans-serif}.hp-memo-v3-toast.show{opacity:1;transform:translateX(-50%) translateY(0);pointer-events:all}.hp-memo-v3-toast-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.hp-memo-v3-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-memo-v3-toast-close:hover{color:rgba(255,255,255,.85);background:rgba(255,255,255,.06)}.hp-memo-v3-toast-close:focus-visible{outline:2px solid rgba(255,255,255,.22);outline-offset:1px}@media (max-width:760px){.hp-memo-v3-root{padding:64px 20px 40px}.hp-memo-v3-title{font-size:28px}.hp-memo-v3-tabs{gap:20px;overflow-x:auto;-webkit-overflow-scrolling:touch}.hp-mp-panel.expanded{inset:0;border-radius:0;border-left:none;width:100vw;right:0;top:0;bottom:0}.hp-mp-head{flex-wrap:wrap}.hp-mp-head-actions{width:100%;justify-content:flex-end;margin-top:4px}}.hp-upg-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.62);backdrop-filter:blur(4px);z-index:1000;opacity:0;pointer-events:none;transition:opacity .2s}.hp-upg-backdrop.show{opacity:1;pointer-events:all}.hp-upg{position:fixed;top:50%;left:50%;transform:translate(-50%,calc(-50% + 8px));z-index:1001;width:min(900px,calc(100vw - 40px));background:#181817;border:.5px solid rgba(255,255,255,.1);border-radius:16px;display:grid;grid-template-columns:.82fr 1fr;overflow:hidden;box-shadow:0 40px 100px -30px rgba(0,0,0,.7);opacity:0;pointer-events:none;transition:transform .24s cubic-bezier(.22,1,.36,1),opacity .24s}.hp-upg.show{opacity:1;pointer-events:all;transform:translate(-50%,-50%)}.hp-upg-left{background:#232320;margin:12px;border-radius:12px;padding:30px 32px;display:flex;flex-direction:column;justify-content:space-between;min-height:380px}.hp-upg-mark{line-height:0}.hp-upg-plan-name{font-family:var(--hp-font-serif);font-weight:500;font-size:40px;line-height:1.05;letter-spacing:-.015em;color:#f0ede6;margin-bottom:14px}.hp-upg-price{font-family:Inter,sans-serif;font-size:15px;color:#f0ede6;font-weight:500}.hp-upg-price .hp-upg-unit{color:#9a9890;font-weight:400}.hp-upg-right{padding:36px 38px 28px;display:flex;flex-direction:column}.hp-upg-headline{font-family:Inter,sans-serif;font-weight:600;font-size:22px;letter-spacing:-.01em;line-height:1.3;color:#f0ede6;margin-bottom:10px}.hp-upg-sub{font-family:Inter,sans-serif;font-size:14.5px;line-height:1.55;color:#9a9890;margin-bottom:30px;max-width:420px}.hp-upg-features{display:flex;flex-direction:column;gap:20px;margin-bottom:36px}.hp-upg-feature{display:flex;align-items:flex-start;gap:16px}.hp-upg-check{flex-shrink:0;width:30px;height:30px;border-radius:50%;background:rgba(140,82,255,.12);display:flex;align-items:center;justify-content:center;color:#8c52ff;margin-top:1px}.hp-upg-feat-body{flex:1;min-width:0}.hp-upg-feat-title{font-family:Inter,sans-serif;font-weight:600;font-size:15.5px;color:#f0ede6;margin-bottom:3px;display:flex;align-items:center;gap:9px}.hp-upg-feat-desc{font-family:Inter,sans-serif;font-size:14px;color:#9a9890;line-height:1.45}.hp-upg-chips{display:inline-flex;gap:5px}.hp-upg-chip{width:18px;height:18px;border-radius:5px;display:inline-flex;align-items:center;justify-content:center;font-size:9px;font-weight:700;font-family:Inter,sans-serif;color:#fff;flex-shrink:0}.hp-upg-actions{margin-top:auto;display:flex;align-items:center;justify-content:flex-end;gap:24px}.hp-upg-later{background:none;border:none;font-family:Inter,sans-serif;font-size:15px;color:#9a9890;cursor:pointer;transition:color .15s}.hp-upg-later:hover{color:#f0ede6}.hp-upg-cta{background:#f0ede6;color:#181817;border:none;border-radius:999px;padding:13px 34px;font-family:Inter,sans-serif;font-size:15px;font-weight:500;cursor:pointer;transition:opacity .15s,transform .06s ease}.hp-upg-cta:hover{opacity:.9}.hp-upg-cta:active{transform:scale(.98)}@media (max-width:760px){.hp-upg{grid-template-columns:1fr;width:min(460px,calc(100vw - 32px))}.hp-upg-left{min-height:200px;margin:10px 10px 0}.hp-upg-plan-name{font-size:31px}.hp-upg-right{padding:28px 24px 24px}.hp-upg-actions{justify-content:space-between}}