.theme-toggle{align-items:center;background-color:var(--surface);border:0;border-radius:var(--radius);cursor:pointer;display:inline-flex;flex-shrink:0;height:var(--header-h);padding:3px;position:relative;touch-action:manipulation;transition:background-color var(--t-hover) var(--ease),color var(--t-hover) var(--ease);width:calc(var(--header-h)*1.6)}@media(hover:hover)and (pointer:fine){.theme-toggle:hover{background-color:var(--surface-hover)}}.theme-toggle:focus-visible{outline:2px solid var(--fg);outline-offset:2px}.theme-toggle__thumb{background-color:var(--bg);border-radius:calc(var(--radius) - 3px);display:block;height:calc(var(--header-h) - 6px);transition:transform var(--t-hover) var(--ease);width:calc(var(--header-h) - 6px)}html.dark .theme-toggle__thumb{transform:translate(calc(var(--header-h)*.6))}.left-panel{align-items:flex-start;display:flex;flex-direction:column;gap:var(--gap);height:100%;max-width:var(--panel-width);min-height:0;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.left-panel::-webkit-scrollbar{display:none}.left-panel__row{align-items:center;display:flex;flex-shrink:0;gap:var(--gap)}.left-panel__name{justify-content:flex-start;text-align:left;white-space:nowrap}.left-panel__label{color:var(--fg-muted)}.left-panel__nav{align-items:flex-start;align-self:stretch;display:flex;flex-direction:column}.left-panel__nav>.pill{flex-shrink:0;margin-top:var(--gap)}.left-panel__nav>.pill:first-child{margin-top:0}.left-panel__inline-details{align-self:stretch;display:grid;grid-template-rows:0fr;margin-top:0;transition:grid-template-rows .32s cubic-bezier(.25,.8,.25,1),margin-top .32s cubic-bezier(.25,.8,.25,1)}.left-panel__inline-details--open{grid-template-rows:1fr;margin-top:var(--gap)}.left-panel__inline-inner{display:flex;flex-direction:column;gap:var(--gap);opacity:0;overflow:hidden;transition:opacity .15s ease}.left-panel__inline-details--open>.left-panel__inline-inner{opacity:1;transition:opacity .2s ease .14s}.left-panel__project-list{align-items:flex-start;gap:0}.left-panel__project-list>.pill{margin-top:var(--gap)}.left-panel__project-list>.pill:first-child{margin-top:0}@media(max-width:768px){.left-panel{max-width:none}}.media__modal{align-items:center;display:flex;inset:0;justify-content:center;position:fixed;z-index:var(--z-modal)}.media__modal__backdrop{background-color:var(--bg);inset:0;position:absolute;z-index:0}.media__modal__zone{bottom:0;position:absolute;top:0;width:50%;z-index:1}.media__modal__zone--prev{cursor:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'><circle cx='18' cy='18' r='18' fill='%23171817'/><polyline points='20 14 16 18 20 22' fill='none' stroke='%23e2e6e3' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>") 18 18,w-resize;left:0}.media__modal__zone--next{cursor:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'><circle cx='18' cy='18' r='18' fill='%23171817'/><polyline points='16 14 20 18 16 22' fill='none' stroke='%23e2e6e3' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>") 18 18,e-resize;right:0}html.light .media__modal__zone--prev{cursor:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'><circle cx='18' cy='18' r='18' fill='%23f5f5f5'/><polyline points='20 14 16 18 20 22' fill='none' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>") 18 18,w-resize}html.light .media__modal__zone--next{cursor:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'><circle cx='18' cy='18' r='18' fill='%23f5f5f5'/><polyline points='16 14 20 18 16 22' fill='none' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>") 18 18,e-resize}@media(max-width:768px){.media__modal__zone{cursor:default}}.media__modal__content{align-items:center;display:flex;height:80vh;justify-content:center;pointer-events:none;position:relative;width:90vw;z-index:2}.media__modal__media{border-radius:var(--radius);display:block;height:auto;left:50%;max-height:80vh;max-width:90vw;-o-object-fit:contain;object-fit:contain;position:absolute;top:50%;transform:translate(-50%,-50%);width:auto;will-change:opacity}.media__modal__close{align-items:center;background-color:var(--surface);border:none;border-radius:50%;cursor:pointer;display:flex;height:36px;justify-content:center;position:absolute;right:var(--pd);top:var(--pd);transition:background-color var(--t-hover) var(--ease);width:36px;z-index:3}@media(hover:hover)and (pointer:fine){.media__modal__close:hover{background-color:var(--surface-hover)}}.media__modal__counter{bottom:24px;color:var(--fg-muted);font-size:var(--fs-body);left:50%;pointer-events:none;position:absolute;transform:translate(-50%);z-index:3}.media__modal__backdrop,.media__modal__close,.media__modal__content,.media__modal__counter,.media__modal__zone{will-change:opacity}.modal-fade-enter-active .media__modal__backdrop{transition:opacity .45s var(--ease)}.modal-fade-leave-active .media__modal__backdrop{transition:opacity .45s var(--ease) .45s}.modal-fade-enter-from .media__modal__backdrop,.modal-fade-leave-to .media__modal__backdrop{opacity:0}.modal-fade-enter-active .media__modal__close,.modal-fade-enter-active .media__modal__content,.modal-fade-enter-active .media__modal__counter,.modal-fade-enter-active .media__modal__zone{transition:opacity .45s var(--ease) .45s}.modal-fade-leave-active .media__modal__close,.modal-fade-leave-active .media__modal__content,.modal-fade-leave-active .media__modal__counter,.modal-fade-leave-active .media__modal__zone{transition:opacity .45s var(--ease)}.modal-fade-enter-from .media__modal__close,.modal-fade-enter-from .media__modal__content,.modal-fade-enter-from .media__modal__counter,.modal-fade-enter-from .media__modal__zone,.modal-fade-leave-to .media__modal__close,.modal-fade-leave-to .media__modal__content,.modal-fade-leave-to .media__modal__counter,.modal-fade-leave-to .media__modal__zone{opacity:0}.modal-image-fade-enter-active,.modal-image-fade-leave-active{transition:opacity .4s var(--ease)}.modal-image-fade-enter-from,.modal-image-fade-leave-to{opacity:0}.app{display:grid;gap:var(--gap);grid-template-columns:var(--panel-width) minmax(0,1fr);min-height:100dvh;padding-right:var(--pd)}.app__left{align-self:start;grid-column:1;max-height:100dvh;min-height:0;padding:var(--pd) 0 var(--pd) var(--pd);position:sticky;top:0}.app__content{grid-column:2;min-height:0;min-width:0;padding-bottom:var(--pd);padding-top:var(--pd);position:relative}@media(max-width:768px){.app{display:block;padding:var(--pd)}.app__left{margin-bottom:var(--gap);max-height:none;padding:0;position:static}.app__content{padding:0}.app:not(.app--home) .left-panel__nav{display:none}.app--home{display:flex;flex-direction:column;gap:0;height:100dvh;min-height:0;padding:0}.app--home .app__left{flex:1 1 auto;margin-bottom:0;-webkit-mask-image:linear-gradient(180deg,#000 calc(100% - 24px),transparent);mask-image:linear-gradient(180deg,#000 calc(100% - 24px),transparent);max-height:none;min-height:0;overflow-y:auto;padding:var(--pd);padding-bottom:0;position:static;transition:-webkit-mask-image .2s ease,mask-image .2s ease}.app--home .app__left.is-at-bottom{-webkit-mask-image:linear-gradient(180deg,#000 100%,#000 0);mask-image:linear-gradient(180deg,#000 100% 0)}.app--home .app__content{flex:0 0 33dvh;padding:var(--pd)}}.error{align-items:center;background-color:var(--bg);color:var(--fg);display:flex;flex-direction:column;gap:var(--gap);justify-content:center;min-height:100dvh;padding:var(--pd)}.error__card{max-width:360px;text-align:center}
