@keyframes psModalIn{0%{transform:translateY(14px)}to{transform:translateY(0)}}@keyframes psDrawerIn{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes psOverlayIn{0%{opacity:0}to{opacity:1}}.ps-modal-overlay{position:fixed;inset:0;background:var(--overlay);animation:psOverlayIn .16s ease}.ps-modal-shell{background:var(--surface-raised);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-modal);display:flex;flex-direction:column;max-height:calc(100vh - 48px);outline:none}.ps-modal-shell--center{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);width:92vw;animation:psModalIn .18s cubic-bezier(.16,1,.3,1)}.ps-modal-shell--drawer-right{position:fixed;top:0;right:0;height:100vh;max-height:100vh;width:92vw;border-radius:0;border-top:none;border-right:none;border-bottom:none;animation:psDrawerIn .22s cubic-bezier(.16,1,.3,1)}.ps-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:20px 20px 0}.ps-modal-heading{display:flex;flex-direction:column;gap:4px;min-width:0}.ps-modal-title{margin:0;font-size:17px;font-weight:700;line-height:1.3;color:var(--text-primary)}.ps-modal-description{margin:0;font-size:13px;line-height:1.45;color:var(--text-secondary)}.ps-modal-close{flex:none;margin:-4px -4px 0 0;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;border-radius:var(--radius-md);background:transparent;color:var(--text-muted);font-size:22px;line-height:1;cursor:pointer;transition:background-color .12s ease,color .12s ease}.ps-modal-close:hover{background:var(--surface-sunken);color:var(--text-secondary)}.ps-modal-close:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.ps-modal-body{padding:16px 20px 20px;overflow-y:auto;flex:1 1 auto}.ps-modal-shell--headerless .ps-modal-body{padding-top:20px}.ps-modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:8px;padding:16px 20px;border-top:1px solid var(--border)}@media (prefers-reduced-motion:reduce){.ps-modal-overlay,.ps-modal-shell--center,.ps-modal-shell--drawer-right{animation-duration:.01ms!important;animation-iteration-count:1!important}}@keyframes topperPop{0%{transform:translateY(-4px)}to{transform:translateY(0)}}@keyframes topperScrimIn{0%{opacity:0}to{opacity:1}}.ps-topper-menu{background:var(--surface-raised);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-menu);padding-bottom:6px;transform-origin:top center;animation:topperPop .14s ease-out}.ps-topper-palette-overlay{position:fixed;inset:0;z-index:400;background:var(--overlay);animation:topperScrimIn .16s ease}.ps-topper-palette{position:fixed;left:50%;top:13vh;transform:translateX(-50%);z-index:401;width:min(92vw,640px);background:var(--surface-raised);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-modal);overflow:hidden;outline:none}.ps-topper-palette-inner{animation:topperPop .16s ease-out}@media (prefers-reduced-motion:reduce){.ps-topper-menu,.ps-topper-palette-inner,.ps-topper-palette-overlay{animation-duration:.01ms!important;animation-iteration-count:1!important}}