.project-page{gap:var(--sp-4);flex-direction:column;flex:1;height:100%;min-height:0;display:flex;overflow:hidden}.po-card{min-width:0;padding:var(--sp-5);min-height:0;overflow-y:overlay;scrollbar-width:thin;scrollbar-color:var(--border) transparent;background:var(--bg-surface);flex-direction:column;flex:1;display:flex;overflow-x:clip}.po-card::-webkit-scrollbar{width:5px}.po-card::-webkit-scrollbar-track{background:0 0}.po-card::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--border) 60%, transparent);border-radius:var(--r-full)}.po-card::-webkit-scrollbar-thumb:hover{background:var(--border-sub)}.po-pill.active{color:var(--text-strong);opacity:1}.po-card-main{flex:1;align-items:flex-start;min-height:0;display:flex}.po-card-main>.gh-sidebar{flex-shrink:0;align-self:flex-start;height:100%;max-height:calc(100vh - 120px);position:sticky;top:0;overflow-y:auto}.po-body{z-index:0;gap:var(--sp-5);flex-direction:column;align-self:stretch;width:100%;min-height:0;padding:0;display:flex;position:relative;overflow-x:hidden}.po-banner{border-radius:var(--r-lg);cursor:context-menu;background:var(--banner-bg,var(--bg-raised));flex-shrink:0;width:100%;height:40px;position:relative;overflow:hidden}.po-banner-ascii{padding:var(--sp-7) var(--sp-10);font-size:var(--text-2xs);color:var(--banner-ascii-color,var(--text-on-invert));white-space:pre;pointer-events:none;-webkit-user-select:none;user-select:none;margin:0;line-height:1.1;position:absolute;inset:0;overflow:hidden}.po-banner-img{object-fit:cover;width:100%;height:100%;display:block}.po-banner-menu{z-index:9999;padding:var(--sp-2);gap:var(--sp-1);background:var(--bg-elevated);border-radius:var(--r-lg);min-width:172px;box-shadow:var(--shadow-menu);flex-direction:column;display:flex;position:fixed}.po-banner-menu button{align-items:center;gap:var(--sp-4);width:100%;padding:var(--sp-4) var(--sp-5);border-radius:var(--r-sm);color:var(--text-mod);font-size:var(--text-sm);cursor:pointer;text-align:left;background:0 0;border:none;font-family:inherit;display:flex}.po-banner-menu button:hover{background:var(--hover-strong);color:var(--text-strong)}.po-title-input{field-sizing:content;width:auto;max-width:100%;padding:var(--sp-1) var(--sp-3);border-radius:var(--r-sm);resize:none;transition:background var(--dur-fast), box-shadow var(--dur-fast);font-family:inherit;font-size:var(--text-4xl);font-weight:var(--fw-medium);color:var(--text-strong);letter-spacing:-.01em;background:0 0;border:none;outline:none;margin:-2px -6px;line-height:1.2}.po-title-input:hover{background:var(--hover-strong)}.po-title-input:focus{background:var(--bg-elevated);box-shadow:inset 0 0 0 1px var(--border)}.po-title-input::placeholder{color:var(--text-muted)}.po-view-seg.active{color:var(--text-strong);opacity:1}.po-version-btn{align-items:center;gap:var(--sp-3);height:var(--ctl-md);padding:0 var(--sp-5);border-radius:var(--r-md);border:var(--stroke) solid var(--border);background:var(--bg-elevated);color:var(--text-mod);font-size:var(--text-sm);font-weight:var(--fw-medium);cursor:pointer;transition:background var(--dur-fast), color var(--dur-fast);display:inline-flex}.po-version-wrap{display:inline-flex;position:relative}.po-version-btn:hover,.po-version-btn.open{background:var(--hover-layer), var(--bg-elevated);color:var(--text-strong)}.po-search-input{min-width:0;color:var(--text-strong);font-size:var(--text-sm);background:0 0;border:none;outline:none;flex:1;font-family:inherit}.po-search-input::placeholder{color:var(--text-muted)}.po-commit-row.match .po-commit-msg{color:var(--text-mod)}.po-publish-wrap{display:inline-flex;position:relative}.po-publish-btn.is-done{color:var(--text-on-color);background:var(--green);border-color:var(--green);--fx-halo:var(--green-border)}.po-publish-btn.is-error{color:var(--text-on-color);background:var(--red,var(--red));border-color:var(--red,var(--red))}.po-show-design-btn.active{background:var(--surface-invert);color:var(--text-on-invert);box-shadow:0 1px 3px var(--shadow-tint-soft)}.po-show-design-btn.active:hover{background:var(--surface-invert)}.po-tool-tooltip{align-items:center;gap:var(--sp-3);box-sizing:border-box;width:max-content;max-width:220px;padding:var(--sp-2) var(--sp-4);background:var(--bg-surface);color:var(--text-strong);font-size:var(--text-xs);font-weight:var(--fw-medium);white-space:nowrap;border:var(--stroke) solid var(--border);border-radius:var(--r-xs);box-shadow:0 4px 12px var(--scrim);opacity:0;pointer-events:none;transition:opacity var(--dur-fast) ease;z-index:var(--z-tooltip);line-height:1.4;display:flex;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%)}.po-show-design-btn:hover .po-tool-tooltip{opacity:1}.po-tool-tooltip-badge{min-width:15px;height:15px;padding:0 var(--sp-2);border-radius:var(--r-full);background:var(--hover);color:var(--text-strong);font-size:var(--text-2xs);font-weight:var(--fw-semibold);justify-content:center;align-items:center;line-height:1;display:inline-flex}.po-pintrack{background:var(--bg-elevated);border:var(--stroke) solid var(--border);border-radius:var(--r-lg);width:292px;max-height:340px;box-shadow:0 12px 32px var(--shadow-tint);z-index:200;flex-direction:column;display:flex;position:absolute;top:calc(100% + 10px);left:50%;overflow:hidden;transform:translate(-50%)}.po-pintrack-flow{gap:var(--sp-4);flex-direction:column;display:flex}.po-pintrack-item{gap:var(--sp-4);width:100%;padding:var(--sp-5) var(--sp-5);border:var(--stroke) solid var(--border-strong);border-radius:var(--r-md);background:var(--bg-elevated);text-align:left;cursor:pointer;transition:background var(--dur-fast), border-color var(--dur-fast);flex-direction:column;display:flex}.po-pintrack-item:hover{background:var(--hover-layer), var(--bg-elevated);border-color:var(--border-strong)}.po-pintrack-item.is-seen{opacity:.65;border-radius:var(--r-sm)}.po-pintrack-top{justify-content:space-between;align-items:center;display:flex}.po-pintrack-avatars{flex-direction:column;flex-shrink:0;align-items:center;display:flex}.po-pintrack-avatar img{object-fit:cover;border-radius:var(--r-round);width:100%;height:100%}.po-pintrack-avatar--reply{border:var(--stroke-thick) solid var(--bg-elevated);margin-top:-5px}.po-pintrack-thead-actions{align-items:center;gap:var(--sp-1);display:flex}.po-pintrack-item .rs-cm-action--resolve{opacity:1;pointer-events:auto;transform:none}.po-pintrack-body{gap:var(--sp-2);flex-direction:column;min-width:0;display:flex}.po-pintrack-row{align-items:baseline;gap:var(--sp-3);display:flex;overflow:hidden}.po-pintrack-meta{font-size:var(--text-2xs);font-weight:var(--fw-medium);color:var(--text-muted);letter-spacing:.02em;white-space:nowrap;flex-shrink:0}.po-pintrack-who{align-items:baseline;gap:var(--sp-3);min-width:0;display:flex;overflow:hidden}.po-pintrack-author{font-size:var(--text-sm);font-weight:var(--fw-medium);color:var(--text-strong)}.po-pintrack-time{font-size:var(--text-xs);color:var(--text-muted)}.po-pintrack-note{font-size:var(--text-sm);color:var(--text-mod);-webkit-line-clamp:2;margin-top:var(--sp-05);-webkit-box-orient:vertical;line-height:1.4;display:-webkit-box;overflow:hidden}.po-canvas-frame.dragging{border-color:var(--border-sub);border-style:dashed}.po-canvas-frame.empty:focus{border-style:dashed}.po-overview-phrase.visible{opacity:1;transform:translateY(0)}.po-properties.collapsed{padding-top:var(--sp-4);padding-bottom:var(--sp-4);gap:0}.po-properties.collapsed .po-properties-body{opacity:0;grid-template-rows:0fr}.po-properties.collapsed .po-properties-chevron{transform:rotate(-90deg)}.po-prop{justify-content:space-between;align-items:center;gap:var(--sp-5);padding:var(--sp-3) 0;min-height:26px;display:flex}.po-prop-label{font-size:var(--text-sm);color:var(--text-muted)}.po-prop-value{font-size:var(--text-sm);color:var(--text-strong);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.po-prop-value.muted{color:var(--text-muted)}.po-prop--interactive{position:relative}.po-prop--wide{grid-column:span 2}.po-prop-trigger{align-items:center;gap:var(--sp-3);padding:var(--sp-2) var(--sp-4);border-radius:var(--r-sm);color:var(--text-strong);font-size:var(--text-sm);transition:background var(--dur-fast);background:0 0;max-width:100%;margin:-3px -7px -3px 0;display:inline-flex}.po-prop-trigger:hover,.po-prop-trigger.open{background:var(--hover-strong)}.po-prop-trigger svg{flex-shrink:0}.po-prop-trigger span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.po-avatar{border-radius:var(--r-full);color:var(--text-strong);font-weight:var(--fw-semibold);letter-spacing:.01em;box-shadow:0 0 0 1.5px var(--bg-base);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.po-avatar--invite{color:var(--text-strong);box-shadow:0 0 0 1.5px var(--bg-base), inset 0 0 0 1px var(--border-sub);background:var(--bg-raised)!important}.po-avatar-stack{align-items:center;display:inline-flex}.po-avatar-stack .po-avatar+.po-avatar{margin-left:-6px}.po-prop-trigger.muted{color:var(--text-muted)}.po-members-lead{align-items:center;gap:var(--sp-4);padding:var(--sp-4) var(--sp-4) var(--sp-5);border-bottom:var(--stroke) solid var(--bg-elevated);margin-bottom:var(--sp-2);display:flex}.po-members-lead-check{color:var(--text-strong)}.po-members-lead-name{font-size:var(--text-sm);font-weight:var(--fw-medium);color:var(--text-strong);white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.po-members-lead-role{font-size:var(--text-xs);color:var(--text-muted)}.po-members-invite{margin-top:var(--sp-1)}.po-dates-popover{width:300px;padding:var(--sp-5)}.po-dates-tabs{align-items:center;gap:var(--sp-3);background:var(--bg-base);border:var(--stroke) solid var(--bg-raised);border-radius:var(--r-md);margin-bottom:var(--sp-5);height:var(--ctl-md);padding:1px;display:flex}.po-dates-tab{align-items:flex-start;gap:var(--sp-1);border-radius:var(--r-sm);text-align:left;transition:background var(--dur-fast);height:100%;padding:0 var(--sp-6);background:0 0;flex-direction:column;flex:1;display:flex}.po-dates-tab:hover{background:var(--hover-strong)}.po-dates-tab.active{background:var(--btn-secondary-bg);color:var(--btn-secondary-fg);box-shadow:var(--lift-flat)}.po-dates-tab-label{font-size:var(--text-2xs);color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em}.po-dates-tab-value{font-size:var(--text-sm);font-weight:var(--fw-medium);color:var(--text-strong)}.po-dates-arrow{color:var(--text-muted);flex-shrink:0}.po-dates-cal-head{padding:var(--sp-1) var(--sp-1) var(--sp-4);justify-content:space-between;align-items:center;display:flex}.po-dates-cal-title{font-size:var(--text-sm);font-weight:var(--fw-medium);color:var(--text-strong)}.po-dates-cal-nav{gap:var(--sp-1);display:inline-flex}.po-dates-cal-nav button{width:var(--ctl-sm);height:var(--ctl-sm);border-radius:var(--r-xs);color:var(--text-muted);transition:background var(--dur-fast), color var(--dur-fast);background:0 0;justify-content:center;align-items:center;display:inline-flex}.po-dates-cal-nav button:hover{background:var(--hover-strong);color:var(--text-strong)}.po-dates-clear{padding:0 0 var(--sp-4);justify-content:flex-end;display:flex}.po-dates-clear button{align-items:center;gap:var(--sp-3);padding:var(--sp-2) var(--sp-4);border-radius:var(--r-xs);color:var(--text-muted);font-size:var(--text-xs);transition:background var(--dur-fast), color var(--dur-fast);background:0 0;display:inline-flex}.po-dates-clear button:hover{background:var(--hover-strong);color:var(--text-strong)}.po-dates-weekdays{font-size:var(--text-2xs);color:var(--text-muted);padding:0 var(--sp-1) var(--sp-2);grid-template-columns:repeat(7,1fr);display:grid}.po-dates-weekdays>div{text-align:center}.po-dates-grid{gap:var(--sp-1);grid-template-columns:repeat(7,1fr);display:grid}.po-dates-day{border-radius:var(--r-sm);height:32px;color:var(--text-strong);font-size:var(--text-sm);transition:background var(--dur-instant), color var(--dur-instant);background:0 0;justify-content:center;align-items:center;display:inline-flex;position:relative}.po-dates-day:hover{background:var(--hover-strong)}.po-dates-day.outside{color:var(--text-muted);opacity:.45}.po-dates-day.today>span{box-shadow:inset 0 0 0 1px var(--text-mod);border-radius:var(--r-full);justify-content:center;align-items:center;width:22px;height:22px;display:inline-flex}.po-dates-day.in-range{background:#7c6bf02e;border-radius:0}.po-dates-day.start,.po-dates-day.end{color:var(--text-strong);font-weight:var(--fw-semibold);background:#7c6bf0}.po-dates-day.start{border-radius:var(--r-sm) 0 0 var(--r-sm)}.po-dates-day.end{border-radius:0 var(--r-sm) var(--r-sm) 0}.po-dates-day.start.end{border-radius:var(--r-sm)}.po-dates-day.start.end+.po-dates-day,.po-dates-day.start:not(.end){border-top-right-radius:0;border-bottom-right-radius:0}.po-dates-day.start.in-range{border-radius:var(--r-sm) 0 0 var(--r-sm)}.po-labels-popover{width:280px}.po-labels-chips{align-items:center;gap:var(--sp-2);flex-wrap:wrap;min-width:0;display:flex}.po-prop--wide .po-prop-trigger{padding-top:var(--sp-2);padding-bottom:var(--sp-2);white-space:normal;text-align:left;align-items:flex-start}.po-label-chip{align-items:center;gap:var(--sp-3);padding:var(--sp-1) var(--sp-4);border-radius:var(--r-lg);background:var(--hover);color:var(--text-strong);font-size:var(--text-xs);font-weight:var(--fw-medium);white-space:nowrap;display:inline-flex}.po-label-chip.muted{color:var(--text-muted);padding-left:var(--sp-1);background:0 0}.po-label-dot{border-radius:var(--r-full);flex-shrink:0;width:7px;height:7px}.po-label-row{cursor:default}.po-label-row:hover{background:0 0}.po-label-remove{border-radius:var(--r-xs);width:20px;height:20px;color:var(--text-muted);transition:background var(--dur-fast), color var(--dur-fast);background:0 0;justify-content:center;align-items:center;display:inline-flex}.po-label-remove:hover{background:var(--border);color:var(--text-strong)}.po-label-create .po-label-dot{width:10px;height:10px}.po-breadcrumb{align-items:center;gap:var(--sp-1);font-size:var(--text-md);font-weight:var(--fw-medium);min-width:0;display:inline-flex}.po-breadcrumb-link{align-items:center;gap:var(--sp-3);height:var(--ctl-md);padding:0 var(--sp-4);border-radius:var(--r-sm);color:var(--text-muted);cursor:pointer;white-space:nowrap;transition:background var(--dur-fast), color var(--dur-fast);background:0 0;border:none;display:inline-flex}.po-breadcrumb-link:hover{background:var(--hover-strong);color:var(--text-strong)}.po-breadcrumb-back{padding:0 var(--sp-3);color:var(--text-mod)}.po-breadcrumb-sep{color:var(--text-muted);opacity:.45;padding:0 var(--sp-05);-webkit-user-select:none;user-select:none}.po-breadcrumb-current{height:28px;padding:0 var(--sp-4);color:var(--text-strong);white-space:nowrap;text-overflow:ellipsis;align-items:center;max-width:240px;display:inline-flex;overflow:hidden}.po-activity-trigger{border:var(--stroke) solid var(--border);border-radius:var(--r-md);width:32px;height:32px;color:var(--text-mod);opacity:.75;transition:background var(--dur-fast), color var(--dur-fast), opacity var(--dur-fast), border-color var(--dur-fast);background:0 0;justify-content:center;align-items:center;padding:0;display:inline-flex;position:relative}.po-activity-trigger:hover{background:var(--hover-strong);color:var(--text-strong);opacity:1}.po-activity-trigger.active{background:var(--bg-elevated);color:var(--text-strong);opacity:1}.po-workspace{flex:1;gap:0;min-height:0;display:flex;position:relative;overflow:hidden}.po-workspace .po-card{flex:1;gap:0;min-width:0;padding:0;overflow:hidden}.po-workspace--focus{z-index:100;background:var(--bg-base);position:fixed;inset:0}.po-workspace--focus .po-card{border:none;border-radius:0}.po-focus-edge{z-index:40;position:fixed}.po-focus-edge--left{width:8px;top:0;bottom:0;left:0}.po-resize-handle{display:none}.po-resize-handle:after{content:"";border-radius:var(--r-xs);background:var(--border);width:2px;height:32px;transition:background var(--dur-base), height var(--dur-base);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.po-resize-handle:hover:after,.po-resize-handle:active:after{background:var(--surface-invert);height:48px}.po-side-panel{width:0;transition:width var(--dur-slower) var(--ease-out);pointer-events:none;z-index:20;display:flex;position:absolute;top:10px;bottom:10px;right:10px;overflow:hidden}.po-side-panel.open{pointer-events:auto;width:260px}.po-side-panel--capture-hide,.po-bottom-bar--capture-hide{visibility:hidden}.po-side-panel-inner{border:var(--stroke) solid var(--border);border-radius:var(--r-md);background:var(--bg-base);flex-direction:column;flex-shrink:0;width:260px;min-height:0;display:flex;position:relative;overflow:clip}.po-sp-topbar{padding:var(--sp-8);border-bottom:var(--stroke) solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;display:flex;position:relative}.po-sp-toggle-btn{width:30px;height:var(--ctl-md);border-radius:var(--r-md);border:var(--stroke) solid var(--border);background:var(--hover);color:var(--text-mod);cursor:pointer;transition:background var(--dur-fast), color var(--dur-fast);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.po-sp-toggle-btn:hover{background:var(--hover-strong);color:var(--text-strong)}.po-sp-topbar-right{align-items:center;gap:var(--sp-4);display:flex}.po-sp-publish-btn{justify-content:center;align-items:center;gap:var(--sp-3);height:var(--ctl-md);padding:0 var(--sp-6);border-radius:var(--r-md);background:var(--surface-invert);color:var(--text-on-invert);font-size:var(--text-sm);font-weight:var(--fw-semibold);cursor:pointer;transition:opacity var(--dur-fast);border:none;display:inline-flex}.po-sp-publish-btn:hover{opacity:.88}.po-sp-publish-btn:disabled{opacity:.5;cursor:not-allowed}.po-sp-publish-btn.is-building{opacity:.7}.po-sp-publish-spin{margin-right:var(--sp-3);flex-shrink:0;animation:.8s linear infinite spin}.po-sp-publish-btn.is-done{background:var(--green);color:var(--text-on-color)}.po-sp-publish-btn.is-error{background:var(--red);color:var(--text-on-color)}.po-sp-publish-chevron{transition:transform var(--dur-slow) var(--fx-ease);flex-shrink:0}.po-sp-publish-chevron.is-open{transform:rotate(180deg)}.po-sp-project-header{gap:var(--sp-5);padding:var(--sp-8);border-bottom:var(--stroke) solid var(--border);flex-direction:column;flex-shrink:0;display:flex}.po-sp-project-title-row{align-items:center;gap:var(--sp-5);display:flex}.po-sp-project-icon{border-radius:var(--r-md);background:var(--hover-strong);border:var(--stroke) solid var(--border);width:32px;height:32px;color:var(--text-mod);cursor:pointer;transition:background var(--dur-fast);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.po-sp-project-icon:hover{background:var(--press)}.po-sp-folder-chip{padding:var(--sp-1) var(--sp-4);border-radius:var(--r-xs);border:var(--stroke) solid var(--border-sub);background:var(--hover);width:100%;min-width:0;color:var(--text-muted);font-size:var(--text-xs);font-weight:var(--fw-medium);white-space:nowrap;cursor:pointer;transition:background var(--dur-fast), color var(--dur-fast), border-color var(--dur-fast);align-items:center;gap:0;display:flex;overflow:hidden}.po-sp-folder-chip-prefix{white-space:nowrap;text-overflow:ellipsis;text-align:left;direction:rtl;flex:1 1 0;min-width:0;overflow:hidden}.po-sp-folder-chip-leaf{white-space:nowrap;flex-shrink:0}.po-sp-folder-chip:hover{background:var(--hover-strong);color:var(--text-mod);border-color:var(--border)}.po-sp-pending-diff{align-items:center;gap:var(--sp-3);padding:var(--sp-2) var(--sp-4);border-radius:var(--r-xs);border:var(--stroke) solid var(--border-sub);background:var(--hover);font-size:var(--text-xs);font-weight:var(--fw-medium);align-self:flex-start;display:inline-flex}.po-sp-pending-diff-dot{border-radius:var(--r-round);background:var(--text-mod);flex-shrink:0;width:5px;height:5px}.po-sp-pending-diff-add{color:var(--green)}.po-sp-pending-diff-del{color:#f87171}.po-sp-pending-diff-label{color:var(--text-muted)}.po-sp-pending-diff--clean{color:var(--text-muted);opacity:.75}.po-drawer-tab-btn.active{background:var(--bg-surface);color:var(--text-strong);box-shadow:0 1px 0 var(--hover) inset}.po-drawer-lifecycle-item.active{color:var(--text-strong)}.po-drawer-lifecycle-item.active .po-drawer-lifecycle-hint{color:var(--text-muted)}.po-drawer-empty{justify-content:center;align-items:center;gap:var(--sp-5);padding:var(--sp-10);color:var(--text-muted);font-size:var(--text-4xs);flex-direction:column;display:flex}.po-drawer-body{flex-direction:column;flex:1;display:flex;overflow-y:auto}.po-drawer-card{border-bottom:var(--stroke) solid var(--border);flex-direction:column;display:flex}.po-drawer-card-body{opacity:1;max-height:600px;transition:max-height var(--dur-slower) var(--ease-out), opacity var(--dur-slow) ease;overflow:hidden}.po-drawer-card.collapsed .po-drawer-card-body{opacity:0;pointer-events:none;max-height:0;transition:max-height var(--dur-slow) var(--ease-out), opacity var(--dur-fast) ease}.po-drawer-card-inner{gap:var(--sp-5);min-height:0;padding:var(--sp-2) var(--sp-8) var(--sp-8);flex-direction:column;display:flex;overflow:hidden}.po-drawer-card-head{padding:0 var(--sp-8);justify-content:space-between;align-items:center;min-height:44px;display:flex}.po-drawer-card-head--static{min-height:unset;padding:var(--sp-6) var(--sp-8) var(--sp-2)}.po-drawer-card-title{align-items:center;gap:var(--sp-3);width:100%;color:var(--text-strong);font-size:var(--text-sm);font-weight:var(--fw-semibold);cursor:pointer;transition:color var(--dur-fast);background:0 0;border:none;padding:0;display:flex}.po-drawer-card-title>span:first-child{text-align:left;flex:1}.po-drawer-card-title:hover{color:var(--text-mod)}.po-drawer-card-title--static{cursor:default}.po-drawer-card-title--static:hover{color:var(--text-strong)}.po-drawer-card-chevron{color:var(--text-muted);transition:transform var(--dur-slow) var(--ease-out)}.po-drawer-card.collapsed .po-drawer-card-chevron{transform:rotate(-90deg)}.po-pinfilter{gap:var(--sp-3);flex-direction:column;display:flex}.po-pinfilter-search{align-items:center;gap:var(--sp-3);height:26px;padding:0 var(--sp-4);border-radius:var(--r-sm);border:var(--stroke) solid var(--border);background:var(--bg-surface);color:var(--text-muted);transition:border-color var(--dur-base);display:flex}.po-pinfilter-search:focus-within{border-color:var(--text-muted)}.po-pinfilter-search input{min-width:0;font-size:var(--text-sm);color:var(--text-strong);background:0 0;border:none;outline:none;flex:1}.po-pinfilter-search input::placeholder{color:var(--text-muted)}.po-pinfilter-search-clear{color:var(--text-muted);cursor:pointer;border-radius:var(--r-xs);width:20px;height:20px;transition:background var(--dur-fast), color var(--dur-fast);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.po-pinfilter-search-clear:hover{background:var(--hover-strong);color:var(--text-strong)}.po-pinfilter-row{align-items:center;gap:var(--sp-3);display:flex}.po-pinfilter-wrap{flex:1;min-width:0;display:flex}.po-pinfilter-pill{align-items:center;gap:var(--sp-3);width:100%;height:24px;padding:0 var(--sp-4);border-radius:var(--r-sm);border:var(--stroke) solid var(--border);background:var(--bg-surface);color:var(--text-mod);font-size:var(--text-xs);font-weight:var(--fw-medium);cursor:pointer;min-width:0;transition:background var(--dur-fast), color var(--dur-fast), border-color var(--dur-fast);display:inline-flex}.po-pinfilter-pill span{text-overflow:ellipsis;white-space:nowrap;text-align:left;flex:1;min-width:0;overflow:hidden}.po-pinfilter-pill svg{color:var(--text-muted);flex-shrink:0}.po-pinfilter-pill:hover,.po-pinfilter-pill.open{background:var(--hover-layer), var(--bg-surface);color:var(--text-strong)}.po-pinfilter-wrap--sort{flex:none}.po-pinfilter-toggle{border-radius:var(--r-sm);border:var(--stroke) solid var(--border);background:var(--bg-surface);width:24px;height:24px;color:var(--text-muted);cursor:pointer;transition:background var(--dur-fast), color var(--dur-fast), border-color var(--dur-fast);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.po-pinfilter-toggle:hover,.po-pinfilter-toggle.open{background:var(--hover-layer), var(--bg-surface);color:var(--text-strong)}.po-pinfilter-toggle.active{color:var(--green);background:var(--green-bg);border-color:var(--green-border)}.po-drawer-properties{gap:var(--sp-1);flex-direction:column;display:flex}.po-drawer-properties .po-prop{padding:var(--sp-2) 0;min-height:28px}.po-drawer-properties .po-prop--wide{grid-column:auto}.po-drawer-notif-list{gap:var(--sp-1);flex-direction:column;display:flex}.po-drawer-notif-row{padding:var(--sp-2) 0;cursor:pointer;justify-content:space-between;align-items:center;min-height:28px;display:flex}.po-drawer-notif-row-label{font-size:var(--text-md);color:var(--text-muted)}.po-drawer-notif-toggle{border-radius:var(--r-lg);background:var(--press);cursor:pointer;width:32px;height:18px;transition:background var(--dur-base);border:none;flex-shrink:0;padding:0;position:relative}.po-drawer-notif-toggle.on{background:var(--press)}.po-drawer-notif-toggle-knob{border-radius:var(--r-round);background:var(--surface-invert);width:14px;height:14px;transition:transform var(--dur-base);display:block;position:absolute;top:2px;left:2px}.po-drawer-notif-toggle.on .po-drawer-notif-toggle-knob{transform:translate(14px)}.po-timer.overdue{color:var(--amber);border-color:#f5a05e4d}.po-timer.overdue .po-timer-ring-fg{stroke:var(--amber)}.po-pres-slide.light{color:var(--text-on-invert)}.po-pres-slide.dark{color:var(--text-strong)}@keyframes poPopIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.po-pres-export-item:hover:not(.disabled){background:var(--hover-strong)}.po-pres-export-item.disabled{opacity:.45;cursor:not-allowed}.po-pres-share-perm.active{background:var(--hover-strong)}.po-pres-share-perm.active>svg:last-child{color:var(--text-strong)}.po-pres-slide.light .po-pres-ascii{color:var(--text-on-invert)}.po-pres-slide.dark .po-pres-ascii{color:var(--text-muted)}.po-pres-slide.dark .po-pres-hero-icon{background:var(--hover-strong)}.po-pres-slide.dark .po-pres-block{background:var(--hover-strong);border-color:var(--border)}.po-pres-block-text.empty{opacity:.4;font-style:italic}.po-pres-dock-btn.active{background:var(--hover-strong);color:var(--text-strong);box-shadow:inset 0 0 0 1px #ffffff1f}.po-pres-dock-swatch-btn.active{background:0 0;box-shadow:inset 0 0 0 1px #ffffff59}.actall-modal{flex-direction:column;width:520px;max-width:calc(100vw - 32px);max-height:calc(100vh - 80px);display:flex;overflow:hidden}.actall-header{justify-content:space-between;align-items:center;gap:var(--sp-6);padding:var(--sp-8) var(--sp-10) var(--sp-7);border-bottom:var(--stroke) solid var(--border-sub);flex-shrink:0;display:flex}.actall-header-left{align-items:baseline;gap:var(--sp-4);display:flex}.actall-title{font-size:var(--text-md);font-weight:var(--fw-semibold);color:var(--text-strong)}.actall-count{font-size:var(--text-xs);color:var(--text-muted)}.actall-search-wrap{padding:var(--sp-5) var(--sp-7);border-bottom:var(--stroke) solid var(--border-sub);flex-shrink:0;align-items:center;display:flex;position:relative}.actall-search-icon{color:var(--text-muted);pointer-events:none;position:absolute;left:26px}.actall-search-input{font-size:var(--text-sm);color:var(--text-strong);transition:border-color var(--dur-base);height:var(--ctl-md);padding:0 var(--sp-6) 0 var(--sp-16);border-radius:var(--r-md);background:var(--bg-surface);box-shadow:var(--lift-inset);border:0;outline:none;flex:1}.actall-search-input::placeholder{color:var(--text-muted)}.actall-search-input:focus{border-color:var(--text-muted)}.actall-search-clear{cursor:pointer;color:var(--text-muted);padding:var(--sp-1);border-radius:var(--r-xs);transition:color var(--dur-fast);background:0 0;border:none;align-items:center;display:flex;position:absolute;right:26px}.actall-search-clear:hover{background:var(--hover-strong);color:var(--text-strong)}.actall-body{padding:var(--sp-2) 0 var(--sp-8);flex:1;overflow-y:auto}.actall-empty{font-size:var(--text-sm);color:var(--text-muted);padding:var(--sp-12) var(--sp-10);text-align:center}.actall-list{margin:0;padding:0;list-style:none}.actall-row{padding:var(--sp-4) var(--sp-10);font-size:var(--text-sm);transition:background var(--dur-fast);grid-template-columns:28px 1fr auto;align-items:center;gap:0;display:grid}.actall-row:hover{background:var(--hover-strong)}.actall-row-icon{color:var(--text-muted);flex-shrink:0}.actall-row-text{color:var(--text-mod);line-height:1.5}.actall-row-date{color:var(--text-muted);font-size:var(--text-xs);white-space:nowrap;margin-left:var(--sp-6)}@keyframes block-editor-appear{0%{opacity:0;transform:translateY(6px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes block-editor-toolbar-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@keyframes block-editor-footer-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.block-editor-font-option.active{background:var(--hover-strong);color:var(--text-strong)}.mention-item{align-items:center;gap:var(--sp-4);width:100%;padding:var(--sp-3) var(--sp-4);border-radius:var(--r-sm);font-size:var(--text-md);color:var(--text-mod);cursor:pointer;transition:background var(--dur-fast), color var(--dur-fast);text-align:left;display:flex}.mention-item:hover,.mention-item.active{background:var(--hover-strong);color:var(--text-strong)}.proof-format-pill.active{background:var(--bg-surface);color:var(--text-strong);box-shadow:0 1px 3px var(--shadow-tint-weak)}@keyframes proof-body-fadein{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.proof-font-option.active,.proof-toolbar-icon.is-active{background:var(--hover-strong);color:var(--text-strong)}.po-context-pill.active{background:var(--hover);border-color:var(--border-strong);color:var(--text-strong)}.po-context-pill.filled{background:#353535;border-color:#434343}.po-context-pill.filled.active{border-color:var(--border-strong)}.po-context-terrain-btn.active{background:var(--hover);border-color:var(--text-mod)}.po-props-row .po-prop{margin:0;padding:0}.po-props-row .po-prop-label{display:none}.po-props-row .po-prop-trigger{height:var(--ctl-md);padding:0 var(--sp-5);font-size:var(--text-sm);max-width:none}.hyp-type-badge{height:20px;padding:0 var(--sp-4);border-radius:var(--r-full);font-size:var(--text-xs);font-weight:var(--fw-medium);white-space:nowrap;border:var(--stroke) solid transparent;align-items:center;display:inline-flex}.hyp-detail-overlay{z-index:var(--z-overlay);background:var(--bg-surface);animation:hypDetailIn var(--dur-base) ease;flex-direction:column;display:flex;position:fixed;inset:0}@keyframes hypDetailIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.hyp-detail-topbar{padding:var(--sp-5) var(--sp-10);border-bottom:var(--stroke) solid var(--border);background:var(--bg-surface);flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.hyp-detail-topbar-right{align-items:center;gap:var(--sp-4);display:flex}.hyp-detail-back{align-items:center;gap:var(--sp-3);height:28px;padding:0 var(--sp-5) 0 var(--sp-3);border:var(--stroke) solid transparent;border-radius:var(--r-md);color:var(--text-mod);font-size:var(--text-sm);font-weight:var(--fw-medium);cursor:pointer;transition:color var(--dur-fast), background var(--dur-fast), border-color var(--dur-fast);background:0 0;display:inline-flex}.hyp-detail-back:hover{color:var(--text-strong);background:var(--hover-strong);border-color:var(--border)}.hyp-save-btn{align-items:center;gap:var(--sp-3);height:var(--ctl-md);padding:0 var(--sp-6);border-radius:var(--r-md);font-size:var(--text-sm);font-weight:var(--fw-medium);cursor:pointer;transition:color var(--dur-fast), background var(--dur-fast), border-color var(--dur-fast), opacity var(--dur-fast);border:var(--stroke) solid var(--border);background:var(--bg-elevated);color:var(--text-mod);display:inline-flex}.hyp-save-btn:hover{color:var(--text-strong);background:var(--hover-layer), var(--bg-elevated)}@keyframes spin{to{transform:rotate(360deg)}}.hyp-save-spin{animation:.8s linear infinite spin}.hyp-detail-del{border:var(--stroke) solid transparent;border-radius:var(--r-md);width:28px;height:28px;color:var(--text-muted);cursor:pointer;transition:color var(--dur-fast), background var(--dur-fast), border-color var(--dur-fast);background:0 0;justify-content:center;align-items:center;display:inline-flex}.hyp-detail-del:hover{color:var(--red);background:var(--hover-strong);border-color:var(--border)}.hyp-detail-body{gap:var(--sp-5);flex-direction:column;flex:1;width:100%;max-width:780px;margin:0 auto;padding:40px 56px 120px;display:flex;overflow-y:auto}.hyp-detail-meta{gap:var(--sp-5);flex-direction:column;display:flex}.hyp-detail-types{gap:var(--sp-3);flex-wrap:wrap;display:flex}.hyp-type-badge--pick{height:26px;padding:0 var(--sp-5);background:var(--bg-elevated);border:var(--stroke) solid var(--border);border-radius:var(--r-full);color:var(--text-muted);cursor:pointer;font-size:var(--text-sm);font-weight:var(--fw-medium);transition:color var(--dur-fast), background var(--dur-fast), border-color var(--dur-fast)}.hyp-type-badge--pick:hover{color:var(--text-mod);background:var(--hover-layer), var(--bg-elevated)}.hyp-type-badge--pick.active{font-weight:var(--fw-semibold)}.hyp-detail-statuses{gap:var(--sp-2);display:flex}.hyp-status-opt{height:26px;padding:0 var(--sp-6);border:var(--stroke) solid transparent;border-radius:var(--r-full);color:var(--text-muted);font-size:var(--text-sm);font-weight:var(--fw-medium);cursor:pointer;transition:color var(--dur-fast), background var(--dur-fast), border-color var(--dur-fast);background:0 0}.hyp-status-opt:hover{color:var(--text-mod);background:var(--hover-strong)}.hyp-status-opt.active{background:var(--bg-elevated);border-color:var(--border);color:var(--text-strong)}.hyp-detail-title{width:100%;font-size:var(--text-5xl);font-weight:var(--fw-bold);color:var(--text-strong);letter-spacing:-.02em;background:0 0;border:none;outline:none;padding:0;line-height:1.25}.hyp-detail-title::placeholder{color:var(--text-muted);font-weight:var(--fw-normal)}.hyp-detail-editor{min-height:160px;font-size:var(--text-lg);color:var(--text-mod);caret-color:var(--text-strong);outline:none;line-height:1.75}.hyp-detail-editor:empty:before{content:attr(data-placeholder);color:var(--text-muted);pointer-events:none}.hyp-detail-editor h1{font-size:var(--text-4xl);font-weight:var(--fw-bold);color:var(--text-strong);margin:var(--sp-4) 0 var(--sp-2);line-height:1.3}.hyp-detail-editor h2{font-size:var(--text-3xl);font-weight:var(--fw-semibold);color:var(--text-strong);margin:var(--sp-3) 0 var(--sp-2);line-height:1.35}.hyp-detail-editor h3{font-size:var(--text-xl);font-weight:var(--fw-semibold);color:var(--text-strong);margin:var(--sp-2) 0 var(--sp-1)}.hyp-detail-editor p{margin:var(--sp-1) 0}.hyp-detail-editor ul,.hyp-detail-editor ol{padding-left:var(--sp-10);margin:var(--sp-2) 0}.hyp-detail-editor li{margin:var(--sp-1) 0}.hyp-detail-editor hr{border:none;border-top:var(--stroke) solid var(--border);margin:var(--sp-6) 0}.hyp-detail-editor strong{color:var(--text-strong)}.hyp-doc-block{border:var(--stroke) solid var(--border);border-radius:var(--r-lg);background:var(--bg-elevated);overflow:hidden}.hyp-doc-block-bar{align-items:center;gap:var(--sp-4);padding:var(--sp-4) var(--sp-6);border-bottom:var(--stroke) solid var(--border);background:var(--bg-elevated);display:flex}.hyp-doc-block-name{font-size:var(--text-sm);color:var(--text-mod);text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.hyp-pdf-nav{align-items:center;gap:var(--sp-2);font-size:var(--text-sm);color:var(--text-mod);display:flex}.hyp-pdf-nav button{background:var(--hover);border:var(--stroke) solid var(--border);border-radius:var(--r-xs);width:22px;height:22px;color:var(--text-mod);cursor:pointer;transition:color var(--dur-fast), background var(--dur-fast);justify-content:center;align-items:center;display:inline-flex}.hyp-pdf-nav button:hover{color:var(--text-strong);background:var(--hover-strong)}.hyp-doc-block-remove{border-radius:var(--r-xs);width:22px;height:22px;color:var(--text-muted);cursor:pointer;transition:color var(--dur-fast), background var(--dur-fast);background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex}.hyp-doc-block-remove:hover{color:var(--red);background:var(--hover-strong)}.hyp-doc-block-image{object-fit:contain;background:var(--bg-base);width:100%;max-height:520px;display:block}.hyp-doc-block-pdf{background:var(--bg-base);border:none;width:100%;height:520px;display:block}.hyp-doc-block-file{align-items:center;gap:var(--sp-5);padding:var(--sp-7) var(--sp-8);display:flex}.hyp-doc-block-file-name{font-size:var(--text-md);color:var(--text-mod)}.hyp-link-form{gap:var(--sp-4);padding:var(--sp-7);background:var(--bg-elevated);border:var(--stroke) solid var(--border);border-radius:var(--r-lg);flex-direction:column;display:flex}.hyp-link-input{width:100%;height:32px;padding:0 var(--sp-5);background:var(--bg-surface);border:var(--stroke) solid var(--border);border-radius:var(--r-sm);color:var(--text-strong);font-size:var(--text-md);outline:none;font-family:inherit}.hyp-link-input::placeholder{color:var(--text-muted)}.hyp-link-input:focus{border-color:var(--border-sub)}.hyp-link-actions{justify-content:flex-end;gap:var(--sp-4);display:flex}.hyp-link-cancel{height:28px;padding:0 var(--sp-6);border:var(--stroke) solid var(--border);border-radius:var(--r-sm);color:var(--text-mod);font-size:var(--text-sm);cursor:pointer;background:0 0;font-family:inherit}.hyp-link-cancel:hover{color:var(--text-strong);background:var(--hover-strong)}.hyp-link-confirm{height:28px;padding:0 var(--sp-6);background:var(--text-strong);border:var(--stroke) solid transparent;border-radius:var(--r-sm);color:var(--bg-base);font-size:var(--text-sm);font-weight:var(--fw-semibold);cursor:pointer;font-family:inherit}.hyp-link-confirm:hover{opacity:.85}.hyp-toolbar{z-index:210;pointer-events:none;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}.hyp-toolbar-inner{align-items:center;gap:var(--sp-1);padding:var(--sp-3) var(--sp-4);background:var(--bg-base);border:var(--stroke) solid var(--border-sub);border-radius:var(--r-xl);box-shadow:0 8px 24px var(--shadow-tint-soft);pointer-events:all;display:inline-flex}.hyp-toolbar-sep{background:var(--border);width:1px;height:18px;margin:0 var(--sp-2);flex-shrink:0}.hyp-toolbar-btn{border-radius:var(--r-sm);width:28px;height:28px;color:var(--text-muted);cursor:pointer;transition:color var(--dur-fast), background var(--dur-fast);background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex}.hyp-toolbar-btn:hover{color:var(--text-strong);background:var(--hover-strong)}.hyp-toolbar-btn.active{color:var(--text-strong);background:var(--hover)}.hyp-toolbar-style-wrap{position:relative}.hyp-toolbar-style{align-items:center;gap:var(--sp-2);height:28px;padding:0 var(--sp-4);border-radius:var(--r-sm);color:var(--text-muted);font-size:var(--text-sm);font-weight:var(--fw-medium);cursor:pointer;white-space:nowrap;transition:color var(--dur-fast), background var(--dur-fast);background:0 0;border:none;display:inline-flex}.hyp-toolbar-style:hover{color:var(--text-strong);background:var(--hover-strong)}.hyp-toolbar-style-menu{padding:var(--sp-2);gap:var(--sp-05);background:var(--bg-elevated);border-radius:var(--r-lg);min-width:130px;box-shadow:var(--shadow-menu);flex-direction:column;display:flex;position:absolute;bottom:calc(100% + 8px);left:0}.hyp-toolbar-style-item{text-align:left;width:100%;padding:var(--sp-3) var(--sp-5);border-radius:var(--r-sm);color:var(--text-mod);cursor:pointer;transition:color var(--dur-fast), background var(--dur-fast);background:0 0;border:none;font-family:inherit;display:block}.hyp-toolbar-style-item:hover{color:var(--text-strong);background:var(--hover-strong)}.hyp-toolbar-add-wrap{position:relative}.hyp-toolbar-add{align-items:center;gap:var(--sp-2);height:28px;padding:0 var(--sp-5);border-radius:var(--r-sm);color:var(--text-muted);font-size:var(--text-sm);font-weight:var(--fw-medium);cursor:pointer;transition:color var(--dur-fast), background var(--dur-fast);background:0 0;border:none;display:inline-flex}.hyp-toolbar-add:hover{color:var(--text-strong);background:var(--hover-strong)}.hyp-block-menu{padding:var(--sp-2);gap:var(--sp-05);background:var(--bg-elevated);border-radius:var(--r-lg);min-width:200px;box-shadow:var(--shadow-menu);flex-direction:column;display:flex;position:absolute;bottom:calc(100% + 8px);right:0}.hyp-block-menu-item{align-items:center;gap:var(--sp-5);width:100%;padding:var(--sp-4) var(--sp-5);border-radius:var(--r-sm);color:var(--text-mod);cursor:pointer;text-align:left;transition:color var(--dur-fast), background var(--dur-fast);background:0 0;border:none;font-family:inherit;display:flex}.hyp-block-menu-item:hover{color:var(--text-strong);background:var(--hover-strong)}.hyp-block-menu-label{font-size:var(--text-sm);font-weight:var(--fw-medium);line-height:1.3}.hyp-block-menu-hint{font-size:var(--text-xs);color:var(--text-muted);line-height:1.3}@keyframes media-lb-in{0%{opacity:0}to{opacity:1}}.media-lb-dot.active{background:var(--surface-invert);transform:scale(1.3)}.media-lb-dot:hover:not(.active){background:#ffffff80}.po-edit-btn.active{color:var(--text-on-invert);background:#f1efe8;border-color:#f1efe8}.ov-blocks.is-edit .ov-block{padding:var(--sp-2);border-radius:var(--r-lg);outline:var(--stroke) solid transparent;outline-offset:-1px}.ov-blocks.is-edit .ov-block:hover{outline-color:var(--border)}.ov-blocks.is-edit .ov-block:hover .ov-block-controls,.ov-blocks.is-edit .ov-block:focus-within .ov-block-controls{opacity:1;pointer-events:auto;transform:translateY(0)}.ov-list-row.is-muted{opacity:.5}.ov-list-chev .rotate{transition:transform var(--dur-base);transform:rotate(180deg)}.lc-banner{align-items:center;gap:var(--sp-5);padding:var(--sp-5) var(--sp-7);border-radius:var(--r-md);font-size:var(--text-md);margin-bottom:var(--sp-4);border:var(--stroke) solid transparent;flex-wrap:wrap;display:flex}.lc-banner--review{color:var(--accent);background:#4aa3e014;border-color:#4aa3e033}.lc-banner--validated{color:#7c6bf0;background:#7c6bf014;border-color:#7c6bf033}.lc-banner-text{color:var(--text-mod);flex:1}.lc-banner-text strong{color:var(--text-strong)}.lc-banner-actions{gap:var(--sp-3);flex-shrink:0;align-items:center;display:flex}.lc-btn{align-items:center;gap:var(--sp-3);padding:var(--sp-3) var(--sp-5);border-radius:var(--r-sm);font-size:var(--text-sm);font-weight:var(--fw-medium);cursor:pointer;transition:background var(--dur-fast), color var(--dur-fast), border-color var(--dur-fast);display:flex}.lc-btn--ghost{border:var(--stroke) solid var(--border);color:var(--text-muted);background:0 0}.lc-btn--ghost:hover{background:var(--hover-strong);color:var(--text-strong);border-color:var(--text-muted)}.lc-btn--approve{color:var(--text-on-color);background:#7c6bf0;border:none}.lc-btn--approve:hover{background:#9280f3}.pc2-panel-btn.active{color:var(--text-strong)}.pc2-ft-row.active{background:var(--bg-elevated);color:var(--text-strong);border-left-color:var(--accent)}@keyframes pc2-pulse{0%,to{opacity:1}50%{opacity:.2}}.pc2-tab-pill.active{background:var(--bg-elevated);color:var(--text-strong);font-weight:var(--fw-medium)}.po-card-main{gap:var(--sp-5);flex:1;min-height:0;display:flex;overflow:hidden}.po-card-main .po-body{flex:1;min-width:0}.po-sb-row.active{background:var(--bg-elevated);color:var(--text-strong);border-left-color:var(--accent)}.po-sb-row.active .po-sb-chevron,.po-sb-row.active .po-sb-file-icon{color:var(--text-strong)}.po-top-group{gap:var(--sp-5);flex-direction:column;display:flex}.po-review-layout{border:var(--stroke) solid var(--border);flex:1;gap:0;min-height:0;display:flex;overflow:hidden}.po-review-layout--flat .po-review-live{overflow:visible}.po-review-live{flex-direction:column;flex:1;min-width:0;display:flex;overflow:hidden}.po-canvas-empty{justify-content:center;align-items:center;gap:var(--sp-6);padding:var(--sp-20);font-size:var(--text-md);color:var(--text-muted);text-align:center;flex-direction:column;flex:1;display:flex}.po-canvas-empty p{margin:0}@keyframes po-branch-spin{to{transform:rotate(360deg)}}.po-branch-spin{animation:.8s linear infinite po-branch-spin}.po-localgate{justify-content:center;align-items:center;gap:var(--sp-4);height:100%;min-height:320px;padding:var(--sp-16) var(--sp-12);text-align:center;color:var(--text-muted);flex-direction:column;display:flex}.po-localgate-title{font-size:var(--text-lg);font-weight:var(--fw-medium);color:var(--text-strong);margin:var(--sp-2) 0 0}.po-localgate-desc{font-size:var(--text-sm);color:var(--text-mod);max-width:320px;margin:0;line-height:1.5}.po-localgate-warn{font-size:var(--text-sm);color:var(--text-muted)}.po-localgate-btn{align-items:center;gap:var(--sp-4);margin-top:var(--sp-4);padding:var(--sp-4) var(--sp-7);font-size:var(--text-md);color:var(--text-strong);background:var(--bg-elevated);border:var(--stroke) solid var(--border-strong);border-radius:var(--r-md);cursor:pointer;transition:background var(--dur-fast);display:inline-flex}.po-localgate-btn:hover{background:var(--hover-layer), var(--bg-elevated)}.po-compare-pill .po-version-btn{height:var(--ctl-md);padding:0 var(--sp-4);font-size:var(--text-sm);gap:var(--sp-3);background:0 0;border:none;border-radius:0}.po-compare-pill .po-version-btn:first-child,.po-compare-pill .po-version-wrap:first-child .po-version-btn{border-radius:var(--r-sm) 0 0 var(--r-sm)}.po-compare-pill .po-version-wrap:last-child .po-version-btn{border-radius:0 var(--r-sm) var(--r-sm) 0}.po-compare-pill .po-version-btn:hover,.po-compare-pill .po-version-btn.open{background:var(--hover-strong);color:var(--text-strong)}.po-branch-selector-label{font-size:var(--text-2xs);font-weight:var(--fw-semibold);letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);margin-right:var(--sp-1)}.po-branch-selector-name{text-overflow:ellipsis;white-space:nowrap;max-width:120px;overflow:hidden}.po-access-popover{width:248px;padding:var(--sp-3)}.po-access-popover-head{justify-content:space-between;align-items:baseline;gap:var(--sp-4);padding:var(--sp-3) var(--sp-4) var(--sp-4);font-size:var(--text-md);font-weight:var(--fw-semibold);color:var(--text-strong);display:flex}.po-access-popover-sub{font-size:var(--text-xs);font-weight:var(--fw-medium);color:var(--text-muted)}.po-access-popover-hint{font-size:var(--text-xs);color:var(--text-muted);padding:var(--sp-1) var(--sp-4) var(--sp-4);margin:0;line-height:1.45}.po-access-popover .po-status-opt{align-items:center;gap:var(--sp-5);width:100%;padding:var(--sp-4);border-radius:var(--r-md);color:var(--text-mod);font-size:var(--text-md);text-align:left;cursor:pointer;transition:background var(--dur-fast), color var(--dur-fast);background:0 0;border:none;display:flex}.po-access-popover .po-status-opt:hover{background:var(--hover-strong);color:var(--text-strong)}.po-access-popover .po-status-opt.active{color:var(--text-strong);font-weight:var(--fw-medium)}.po-access-popover .po-status-opt.active .po-access-check{opacity:1}.po-access-check{color:var(--text-strong);opacity:0;transition:opacity var(--dur-fast);flex-shrink:0;margin-left:auto}.po-access-tags-summary{gap:var(--sp-2);flex-wrap:wrap;align-items:center;display:flex}.po-access-tag-chip{height:18px;padding:0 var(--sp-3);border-radius:var(--r-full);font-size:var(--text-xs);font-weight:var(--fw-medium);align-items:center;display:inline-flex}.po-access-foot{margin-top:var(--sp-2);padding-top:var(--sp-2);border-top:var(--stroke) solid var(--border-sub)}.po-access-new-tag{align-items:center;gap:var(--sp-4);width:100%;padding:var(--sp-4);border-radius:var(--r-md);cursor:pointer;font-size:var(--text-md);color:var(--text-mod);transition:background var(--dur-fast), color var(--dur-fast);background:0 0;border:none;display:flex}.po-access-new-tag:hover{background:var(--hover-strong);color:var(--text-strong)}.po-access-new-tag svg{color:var(--text-muted)}.po-access-clear{width:100%;padding:var(--sp-4);border-radius:var(--r-md);cursor:pointer;font-size:var(--text-sm);color:var(--text-muted);transition:background var(--dur-fast), color var(--dur-fast);background:0 0;border:none;align-items:center;display:flex}.po-access-clear:hover{background:color-mix(in srgb, var(--red) 12%, transparent);color:#ff7a78}.po-access-create{gap:var(--sp-5);padding:var(--sp-4);flex-direction:column;display:flex}.po-access-create-input{height:var(--ctl-md);padding:0 var(--sp-5);font-size:var(--text-md);color:var(--text-strong);background:var(--bg-surface);border:var(--stroke) solid var(--border);border-radius:var(--r-sm);transition:border-color var(--dur-fast);outline:none}.po-access-create-input:focus{border-color:var(--text-muted)}.po-access-create-input::placeholder{color:var(--text-muted)}.po-access-create-colors{gap:var(--sp-4);padding:0 var(--sp-05);flex-wrap:wrap;display:flex}.po-access-color-btn{border-radius:var(--r-round);border:var(--stroke-heavy) solid transparent;width:19px;height:19px;box-shadow:0 0 0 1px var(--border) inset;cursor:pointer;transition:transform var(--dur-fast);padding:0}.po-access-color-btn:hover{transform:scale(1.15)}.po-access-color-btn.active{border-color:var(--bg-base);box-shadow:0 0 0 2px var(--text-strong)}.po-access-create-actions{gap:var(--sp-3);display:flex}.po-access-create-cancel,.po-access-create-save{height:var(--ctl-md);font-size:var(--text-sm);font-weight:var(--fw-medium);border-radius:var(--r-sm);cursor:pointer;border:var(--stroke) solid var(--border);color:var(--text-mod);transition:background var(--dur-fast), border-color var(--dur-fast), opacity var(--dur-fast), color var(--dur-fast);background:0 0;flex:1}.po-access-create-cancel:hover{color:var(--text-strong);border-color:var(--text-muted)}.po-access-create-save{background:var(--text-strong);color:var(--bg-base);border-color:var(--text-strong)}.po-access-create-save:hover:not(:disabled){opacity:.88}.po-access-create-save:disabled{opacity:.4;cursor:not-allowed}.po-viewport-btn.active{background:var(--bg-surface);color:var(--text-strong);box-shadow:0 1px 3px var(--shadow-tint-soft)}.po-lifecycle-pop-item.active{color:var(--text-strong)}.po-bottom-bar{align-items:center;gap:var(--sp-1);padding:var(--sp-2);background:var(--bg-base);border:var(--stroke) solid var(--border);border-radius:var(--r-2xl);z-index:220;pointer-events:auto;display:flex;position:absolute;bottom:10px;left:50%;transform:translate(-50%)}.po-bb-group{align-items:center;gap:var(--sp-05);display:flex}.po-bb-sep{background:var(--hover-strong);width:1px;height:18px;margin:0 var(--sp-3);flex-shrink:0}.po-bb-viewport{position:relative}.po-bb-viewport.open .po-bb-tip{display:none}.po-bb-menu{gap:var(--sp-05);min-width:132px;padding:var(--sp-2);background:var(--bg-base);border:var(--stroke) solid var(--border);border-radius:var(--r-lg);z-index:20;flex-direction:column;display:flex;position:absolute;bottom:calc(100% + 12px);left:50%;translate:-50%}.po-flow-hint{z-index:var(--z-toast);justify-content:center;align-items:center;gap:var(--sp-4);padding:var(--sp-4) var(--sp-6);border-radius:var(--r-full);color:var(--text-strong);font-size:var(--text-sm);text-align:center;display:flex}.po-flow-hint-kbd{min-width:18px;height:18px;padding:0 var(--sp-2);border-radius:var(--r-xs);background:var(--press);font-size:var(--text-xs);font-weight:var(--fw-semibold);justify-content:center;align-items:center;display:inline-flex}.po-flow-pop{z-index:var(--z-popover);background:var(--bg-elevated);border-radius:var(--r-xl);width:340px;max-height:min(60vh,420px);box-shadow:var(--shadow-popover);flex-direction:column;display:flex;overflow:hidden}.po-flow-pop-head{padding:var(--sp-5) var(--sp-4) var(--sp-5) var(--sp-7);border-bottom:var(--stroke) solid var(--border);color:var(--text-strong);font-size:var(--text-sm);font-weight:var(--fw-semibold);flex-shrink:0;justify-content:space-between;align-items:center;display:flex;position:relative}.btn.po-flow-pop-play--centered{position:absolute;left:50%;transform:translate(-50%)}.po-flow-pop-head-actions{align-items:center;gap:var(--sp-1);display:flex}.btn.po-flow-pop-close{width:22px;color:var(--text-muted)}.btn.po-flow-pop-play{gap:var(--sp-3);transition:opacity var(--dur-fast), transform var(--fx-fast) var(--fx-ease)}.btn.po-flow-pop-play:active{transform:scale(.94)}.po-flow-pop-body-wrap{flex:1;min-height:0;display:flex;position:relative}.po-flow-pop-body{min-height:0;max-height:210px;padding:var(--sp-4);flex:1;overflow:hidden auto}.po-flow-pop-fade{background:linear-gradient(to bottom, transparent, var(--bg-elevated));border-radius:0 0 var(--r-xl) var(--r-xl);pointer-events:none;height:28px;position:absolute;bottom:0;left:0;right:0}.po-flow-pop .fl-list-foot{padding:var(--sp-4);border-top:var(--stroke) solid var(--border);flex-shrink:0;margin-top:0}.po-bb-menu-item{align-items:center;gap:var(--sp-4);padding:var(--sp-3) var(--sp-4);border-radius:var(--r-sm);color:var(--text-mod);font-size:var(--text-sm);cursor:pointer;transition:background var(--dur-fast), color var(--dur-fast);background:0 0;border:none;display:flex}.po-bb-menu-item:hover{background:var(--hover-strong);color:var(--text-strong)}.po-bb-menu-item.active{color:var(--text-strong)}.po-bb-menu-item-label{text-align:left;flex:1}.po-bb-btn{border-radius:var(--r-lg);width:36px;height:36px;color:var(--text-strong);cursor:pointer;transition:background var(--dur-fast), color var(--dur-fast);background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex}.po-bb-btn:hover{background:var(--hover-strong);color:var(--text-strong)}.po-bb-btn:disabled{opacity:.25;cursor:not-allowed}.po-bb-btn:disabled:hover{color:var(--text-strong);background:0 0}.po-bb-btn.active{background:var(--surface-invert);color:var(--text-on-invert)}.po-bb-btn{position:relative}.po-bb-tip{align-items:center;gap:var(--sp-3);padding:var(--sp-3) var(--sp-4);background:var(--bg-elevated);border:var(--stroke) solid var(--border);border-radius:var(--r-sm);white-space:nowrap;pointer-events:none;opacity:0;transition:opacity var(--dur-fast) ease, transform var(--dur-fast) ease;z-index:var(--z-tooltip);display:flex;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%)translateY(4px)}.po-bb-btn:not(:disabled):not(.active):hover .po-bb-tip{opacity:1;transform:translate(-50%)translateY(0)}.po-bb-tip-label{font-size:var(--text-xs);font-weight:var(--fw-medium);color:var(--text-strong);line-height:1}.po-bb-tip-kbd{font-size:var(--text-2xs);color:var(--text-muted);background:var(--hover-strong);border:var(--stroke) solid var(--border);border-radius:var(--r-xs);padding:var(--sp-1) var(--sp-3);font-family:inherit;line-height:1}.po-bb-badge{border-radius:var(--r-sm);background:var(--text-muted);min-width:14px;height:14px;color:var(--text-on-color);outline:var(--stroke-heavy) solid var(--border-strong);font-size:var(--text-3xs);font-weight:var(--fw-bold);padding:0 var(--sp-2);pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;top:-1px;right:-4px}.po-workspace .po-card-main{flex:1;align-self:stretch;align-items:stretch;height:100%;min-height:0}.po-workspace .po-body,.po-workspace .po-top-group{flex:1;gap:0;height:100%;min-height:0}.po-workspace .po-review-layout{border:none;border-radius:0;flex:1;height:100%;min-height:0}.po-workspace .po-review-live{flex:1;height:100%;min-height:0}.po-sp-float-toggle{z-index:20;width:var(--ctl-md);height:var(--ctl-md);border-radius:var(--r-md);border:var(--stroke) solid var(--border-strong);background:var(--bg-elevated);color:var(--text-strong);cursor:pointer;transition:background var(--dur-base), border-color var(--dur-base);justify-content:center;align-items:center;display:inline-flex;position:absolute;top:10px;right:10px}.po-sp-float-toggle:hover{background:color-mix(in srgb, var(--bg-elevated) 82%, var(--text-muted));border-color:var(--border-strong)}.po-sp-project-title-row{min-width:0}.po-sp-project-title-row .po-title-input{font-size:var(--text-2xl);font-weight:var(--fw-semibold);field-sizing:unset;text-overflow:ellipsis;white-space:nowrap;width:100%;min-width:0;overflow:hidden}.po-sp-project-title-row .po-title-input:focus{white-space:normal;text-overflow:clip;overflow:visible}.po-breadcrumb-link.drop-target{background:var(--bg-elevated);color:var(--text-strong);outline:var(--stroke) dashed var(--text-muted);outline-offset:-1px}
