.pj-modal{z-index:1000;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.pj-modal__scrim{background:var(--pj-color-scrim);animation:.16s ease-out pj-fade;position:absolute;inset:0}.pj-modal__panel{border-top-left-radius:28px;border-top-right-radius:28px;outline:none;flex-direction:column;width:100%;max-height:88dvh;animation:.22s cubic-bezier(.2,.9,.3,1.1) pj-slide-up;display:flex;position:relative;overflow:hidden}.pj-modal__panel:focus,.pj-modal__panel:focus-visible{outline:none}.pj-modal__panel--tall{min-height:70dvh;max-height:92dvh}.pj-modal__panel>.pj-sheet{flex:auto;min-height:0}.pj-modal__panel .pj-sheet__head{padding-bottom:var(--pj-space-2);flex-shrink:0}.pj-modal__panel .pj-sheet__body{overscroll-behavior:contain;flex:auto;min-height:0;padding-top:6px;padding-bottom:6px;overflow-y:auto}.pj-modal__panel .pj-sheet__body>*{flex-shrink:0}.pj-modal__panel .pj-sheet__footer{padding-top:var(--pj-space-4);flex-shrink:0}.pj-modal__panel--scrolls .pj-sheet__footer{border-top:var(--pj-border-hairline) solid var(--pj-color-line)}@media (min-width:700px){.pj-modal{align-items:center;padding:32px}.pj-modal__panel{border-radius:28px;width:min(560px,100%);max-height:min(86dvh,900px);animation:.18s cubic-bezier(.2,.9,.3,1.1) pj-pop}.pj-modal__panel--tall{min-height:min(70dvh,640px)}.pj-modal__panel--wide{width:min(880px,100%)}.pj-modal__panel>.pj-sheet{border-radius:28px}.pj-modal__panel .pj-sheet{padding-top:var(--pj-space-5)}.pj-modal__panel .pj-sheet__grabber{display:none}}@keyframes pj-fade{0%{opacity:0}}@keyframes pj-slide-up{0%{opacity:.6;transform:translateY(40px)}}@keyframes pj-pop{0%{opacity:0;transform:scale(.97)}}@media (prefers-reduced-motion:reduce){.pj-modal__scrim,.pj-modal__panel{animation:none}}.pj-dialog__buttons{gap:var(--pj-space-3);flex-direction:column;display:flex}.pj-dialog__buttons>.pj-button{align-self:stretch;width:100%}.pj-dialog__buttons--1,.pj-dialog__buttons--2{flex-direction:row-reverse}.pj-dialog__buttons--1>.pj-button,.pj-dialog__buttons--2>.pj-button{flex:1 1 0;min-width:0}@media (min-width:700px){.pj-dialog__buttons,.pj-dialog__buttons--1,.pj-dialog__buttons--2{flex-flow:row-reverse wrap}.pj-dialog__buttons>.pj-button,.pj-dialog__buttons--1>.pj-button,.pj-dialog__buttons--2>.pj-button{flex:none;width:auto;min-width:112px}}.pj-lock{z-index:2000;justify-content:center;align-items:center;gap:var(--pj-space-8);padding:var(--pj-space-8) var(--pj-space-6) calc(var(--pj-space-8) + env(safe-area-inset-bottom));background:var(--pj-color-surface-brand);flex-direction:column;display:flex;position:fixed;inset:0}.pj-lock__brand{align-items:center;gap:var(--pj-space-4)}.pj-lock__avatar{box-shadow:0 0 0 6px color-mix(in srgb, var(--pj-color-on-surface-brand) 14%, transparent)}.pj-lock__body{align-items:center;gap:var(--pj-space-4);width:min(340px,100%)}.pj-lock__body>.pj-button--lg{align-self:stretch}.pj-lock__signout{--pj-btn-ink:var(--pj-color-on-surface-brand);align-self:center}.pj-shell{background:var(--pj-color-bg);min-height:100dvh}.pj-shell__main{min-width:0}.pj-shell--phone .pj-shell__main{padding-bottom:calc(var(--pj-tabbar-top) + 24px)}.pj-shell__tabbar{z-index:50;pointer-events:none;position:fixed;bottom:0;left:0;right:0}.pj-shell__tabbar>*{pointer-events:auto}.pj-shell--tablet{grid-template-columns:88px 1fr;display:grid}.pj-rail{border-right:1px solid var(--pj-color-line);background:var(--pj-color-bg);box-sizing:border-box;flex-direction:column;align-items:center;gap:6px;height:100dvh;padding:16px 0;display:flex;position:sticky;top:0}.pj-rail__logo{border-radius:16px;place-items:center;width:48px;height:48px;margin-bottom:4px;display:grid}.pj-rail__add{background:var(--pj-color-brand);width:52px;height:52px;box-shadow:0 4px 0 var(--pj-color-brand-lip);cursor:pointer;border:0;border-radius:18px;place-items:center;margin-bottom:12px;display:grid}.pj-rail__add:active{box-shadow:0 1px 0 var(--pj-color-brand-lip);transform:translateY(3px)}.pj-rail__link{border-radius:16px;flex-direction:column;align-items:center;gap:4px;width:76px;padding:6px 0;text-decoration:none;display:flex}.pj-rail__pill{border-radius:16px;place-items:center;width:56px;height:32px;display:grid;position:relative}.pj-rail__link:hover .pj-rail__pill{background:var(--pj-color-pressed-overlay)}.pj-rail__link.is-active .pj-rail__pill{background:var(--pj-color-brand-soft)}.pj-rail__badge{position:absolute;top:-6px;right:0}.pj-shell--desktop{grid-template-columns:264px 1fr;display:grid}.pj-sidebar{border-right:1px solid var(--pj-color-line);background:var(--pj-color-bg);box-sizing:border-box;flex-direction:column;gap:6px;height:100dvh;padding:18px 14px 12px;display:flex;position:sticky;top:0;overflow-y:auto}.pj-sidebar>*{flex-shrink:0}.pj-sidebar__logo{align-items:center;padding:2px 12px 10px;display:flex}.pj-logo-dark{display:none}[data-theme=dark] .pj-logo-dark{display:block}[data-theme=dark] .pj-logo-light{display:none}.pj-sidebar__add{background:var(--pj-color-brand);min-height:44px;color:var(--pj-color-on-brand);box-shadow:0 4px 0 var(--pj-color-brand-lip);cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;gap:8px;margin:0 4px 12px;font:600 15px/1 DMSans-SemiBold,system-ui,sans-serif;display:flex}.pj-sidebar__add:hover{background:var(--pj-color-brand-pressed)}.pj-sidebar__add:active{box-shadow:0 1px 0 var(--pj-color-brand-lip);transform:translateY(3px)}.pj-sidebar__sections{flex-direction:column;flex:1 0 auto;gap:14px;display:flex}.pj-sidebar__section{flex-direction:column;gap:2px;display:flex}.pj-sidebar__link{height:38px;color:var(--pj-color-ink);border-radius:12px;align-items:center;gap:12px;padding:0 12px;font:500 15px/1 DMSans-Medium,system-ui,sans-serif;text-decoration:none;display:flex}.pj-sidebar__label{flex:1}.pj-sidebar__link:hover{background:var(--pj-color-pressed-overlay)}.pj-sidebar__link.is-active{background:var(--pj-color-brand-soft);color:var(--pj-color-on-brand-soft);font-family:DMSans-SemiBold,system-ui,sans-serif}.pj-sidebar__footer{border-top:1px solid var(--pj-color-line);flex-direction:column;gap:2px;margin-top:8px;padding-top:10px;display:flex}.pj-sidebar__me-row{align-items:center;gap:4px;min-width:0;display:flex}.pj-sidebar__me{border-radius:14px;flex:auto;align-items:center;gap:10px;min-width:0;padding:8px 10px;text-decoration:none;display:flex}.pj-sidebar__gear{border-radius:14px;flex-shrink:0;place-items:center;width:44px;height:44px;display:none}.pj-sidebar__gear:hover{background:var(--pj-color-pressed-overlay)}.pj-sidebar__gear.is-active{background:var(--pj-color-brand-soft)}.pj-sidebar__me:hover,.pj-sidebar__me.is-active{background:var(--pj-color-pressed-overlay)}.pj-sidebar__me-text{flex-direction:column;min-width:0;display:flex}.pj-rail a:focus-visible,.pj-sidebar a:focus-visible,.pj-sidebar__gear:focus-visible,.pj-sidebar button:focus-visible,.pj-rail button:focus-visible{outline:2px solid var(--pj-color-focus-ring);outline-offset:-2px}.pj-sidebar a:focus:not(:focus-visible),.pj-rail a:focus:not(:focus-visible){outline:none}.pj-shell--phone:has(.pj-screen--modal) .pj-shell__tabbar{display:none}.pj-shell--phone:has(.pj-screen--modal) .pj-shell__main{padding-bottom:0}.pj-shell--phone .pj-screen:not(.pj-screen--modal) .pj-screen__footer{padding-bottom:calc(var(--pj-tabbar-top) + 12px)}.pj-shell--phone:has(.pj-screen:not(.pj-screen--modal) .pj-screen__footer) .pj-shell__main{padding-bottom:0}@media (max-height:880px){.pj-sidebar{gap:4px;padding-top:14px;padding-bottom:10px}.pj-sidebar__logo{padding-bottom:6px}.pj-sidebar__add{margin-bottom:8px}.pj-sidebar__link{height:32px}.pj-sidebar__sections{gap:8px}.pj-sidebar__footer{margin-top:4px;padding-top:6px}.pj-sidebar__footer:has(.pj-sidebar__me-row) .pj-sidebar__settings-row{display:none}.pj-sidebar__gear{display:grid}.pj-sidebar__me{padding:6px 10px}}@media (max-height:740px){.pj-sidebar__link{height:30px}.pj-sidebar__sections{gap:6px}}.pj-splash{background:var(--pj-color-surface-brand);place-items:center;min-height:100dvh;display:grid}.pj-splash--quiet{background:var(--pj-color-bg)}.pj-splash__avatar{box-shadow:0 0 0 6px color-mix(in srgb, var(--pj-color-on-surface-brand) 14%, transparent);animation:pj-splash-in .4s var(--pj-easing-decelerate,ease-out) both, pj-breathe 2.4s ease-in-out 1s infinite}@keyframes pj-splash-in{0%{opacity:0;transform:scale(.92)}}@media (prefers-reduced-motion:reduce){.pj-splash__avatar{animation:none}}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}html[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}body{background:var(--pj-color-bg);min-height:100dvh;color:var(--pj-color-ink);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent;margin:0;font-family:DMSans-Regular,system-ui,-apple-system,Segoe UI,sans-serif}#root{min-height:100dvh}:root{--pj-tabbar-top:calc(var(--pj-size-tabbar-height,64px) + max(12px, env(safe-area-inset-bottom)))}button,input,select,textarea{font:inherit;color:inherit}img,svg{max-width:100%;display:block}a{color:var(--pj-color-ink-brand)}:focus-visible{outline:3px solid var(--pj-color-focus-ring);outline-offset:2px}.pj-sr-only{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.pj-toast-host{left:16px;right:16px;bottom:calc(16px + env(safe-area-inset-bottom));z-index:1500;pointer-events:none;justify-content:center;align-items:flex-end;display:flex;position:fixed}.pj-toast-host>*{pointer-events:auto;width:min(480px,100%)}:where(body:has(.pj-shell--phone)) .pj-toast-host{bottom:calc(var(--pj-tabbar-top) + 12px)}:where(body:has(.pj-shell--phone .pj-fab)) .pj-toast-host{bottom:calc(var(--pj-tabbar-top) + 96px)}:where(body:has(.pj-shell--phone .pj-screen--modal)) .pj-toast-host{bottom:calc(16px + env(safe-area-inset-bottom))}:where(body:has(.pj-screen__footer)) .pj-toast-host{bottom:calc(92px + env(safe-area-inset-bottom))}:where(body:has(.pj-shell--phone .pj-screen:not(.pj-screen--modal) .pj-screen__footer)) .pj-toast-host{bottom:calc(var(--pj-tabbar-top) + 90px)}:where(body:has(.pj-modal)) .pj-toast-host{top:calc(16px + env(safe-area-inset-top));align-items:flex-start;bottom:auto}@media (min-width:700px){.pj-toast-host{justify-content:flex-end;left:auto;right:32px}:where(body) .pj-toast-host{align-items:flex-end;top:auto;bottom:32px}:where(body:has(.pj-screen__footer)) .pj-toast-host{bottom:112px}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}.pj-touch-only{display:none!important}@media (hover:none) and (pointer:coarse){.pj-keyboard-only{display:none!important}.pj-touch-only{display:revert!important}}
