.workspace-new{background:#f5f5f4;flex-direction:column;height:100dvh;display:flex;overflow:hidden}.workspace{background:#f5f5f4;flex-direction:column;min-height:calc(100vh - 52px);display:flex}.workspace__toolbar{z-index:100;background:#fafaf9;border-bottom:1px solid #e7e5e4;align-items:center;gap:.5rem;height:48px;padding:.5rem 1rem;display:flex;position:sticky;top:0}.workspace__toolbar-group{align-items:center;gap:.25rem;padding:0 .5rem;display:flex}.workspace__toolbar-group:not(:last-child){border-right:1px solid #e7e5e4}.workspace__toolbar-spacer{flex:1}.workspace__toolbar-button{color:#292524;cursor:pointer;background:#fff;border:1px solid #e7e5e4;border-radius:2px;min-width:36px;min-height:36px;padding:.375rem .75rem;font-size:.8125rem;font-weight:400;transition:none}.workspace__toolbar-button:hover{background:#fafaf9;border-color:#78716c}.workspace__toolbar-button--active{color:#fafaf9;background:#292524;border-color:#292524}.workspace__toolbar-button:disabled{opacity:.35;cursor:not-allowed}.workspace__main{flex:1;justify-content:center;align-items:flex-start;padding:2rem;display:flex;position:relative;overflow-y:auto}.workspace__page{background:#fff;border:1px solid #d6d3d1;border-radius:2px;width:210mm;min-height:297mm;margin-bottom:2rem;position:relative;box-shadow:0 2px 8px #0000000f}.workspace__page-content{width:100%;min-height:100%;padding:24mm}.workspace__sidebar-left{z-index:90;background:#fafaf9;border-right:1px solid #e7e5e4;width:280px;display:none;position:fixed;top:52px;bottom:0;left:0;overflow-y:auto}.workspace__sidebar-left--visible{display:block}.workspace__sidebar-right{z-index:90;background:#fafaf9;border-left:1px solid #e7e5e4;width:320px;padding:1rem;display:none;position:fixed;top:100px;bottom:0;right:0;overflow-y:auto}.workspace__sidebar-right--visible{display:block}.workspace__backdrop{z-index:80;background:#0000004d;display:none;position:fixed;inset:0}.workspace__backdrop--visible{display:block}.workspace-new__backdrop{z-index:calc(var(--z-drawer) - 1);pointer-events:none;background:#0003;display:none;position:fixed;inset:0}.workspace-new__backdrop--visible{pointer-events:auto;display:block}.workspace-new__nav-backdrop{z-index:calc(var(--z-drawer) - 2);pointer-events:none;background:#0003;display:none;position:fixed;inset:0}.workspace-new__nav-backdrop--visible{pointer-events:auto;display:block}.workspace-new__nav-panel{top:var(--header-height,3.25rem);width:var(--sidebar-width,280px);z-index:var(--z-drawer);display:none;position:fixed;bottom:0;left:0}.workspace-new__nav-panel--visible{display:block}.workspace-new__backdrop{display:none!important}@media (max-width:1023px){.workspace-new__nav-panel{width:min(80vw,320px)}}@media (min-width:1025px){.workspace-new__nav-panel{left:0}}@media (min-width:1024px){.workspace-new__nav-backdrop{pointer-events:none;display:none!important}}@media (max-width:767px){.workspace__main{padding:1rem}.workspace__page{width:100%;max-width:100vw}.workspace__sidebar-left,.workspace__sidebar-right{width:100%;max-width:320px}}@media (min-width:768px) and (max-width:1023px){.workspace__page{width:calc(100vw - 4rem);max-width:210mm;min-height:calc(100vh - 100px - 4rem)}.workspace__main{overflow-y:hidden}}.workspace__page[data-drawing=true]{cursor:crosshair;touch-action:none;-webkit-user-select:none;user-select:none}.workspace__page[data-drawing=true] .ProseMirror{pointer-events:none}@media print{.workspace__toolbar,.workspace__sidebar-left,.workspace__sidebar-right,.workspace__backdrop{display:none!important}.workspace{height:auto;display:block;position:static;overflow:visible}.workspace__main{padding:0}.workspace__page{width:210mm;height:297mm;box-shadow:none;page-break-after:always;border:none}}.workspace-new__content-area{flex-direction:row;flex:1 1 0;min-height:0;display:flex;overflow:hidden}.workspace-new__main{flex-direction:column;flex:1;justify-content:flex-start;align-items:center;min-width:0;padding:2rem;display:flex;position:relative;overflow:auto}.workspace-new__page{z-index:0;-webkit-user-select:text;user-select:text;background:#fff;border:1px solid #d6d3d1;border-radius:2px;margin:0 auto .5rem;scroll-margin-top:5rem;position:relative;overflow:clip;box-shadow:0 2px 8px #0000000f}.workspace-new__page-shell{-webkit-user-select:text;user-select:text;margin:0 auto .5rem;scroll-margin-top:5rem;position:relative}.workspace-new__page--zoomed{transform-origin:0 0;margin:0;position:absolute;top:0;left:0}.workspace-new[data-text-select-all=true] .workspace-new__page{border-color:#60a5fa;box-shadow:0 0 0 3px #3b82f638,0 2px 8px #0000000f}.workspace-new[data-text-select-all=true] .workspace-new__page:before{content:"";pointer-events:none;z-index:-1;background:#3b82f60f;border-radius:2px;position:absolute;inset:0}.workspace-new__selectall-hint{z-index:var(--z-toast);color:#fff;background:#2563eb;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;width:auto;max-width:min(720px,100% - 2rem);padding:6px 12px;font-size:13px;font-weight:500;display:flex;position:fixed;top:60px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #0003}.workspace-new__selectall-actions{align-items:center;gap:8px;display:inline-flex}.workspace-new__selectall-btn{appearance:none;color:#fff;cursor:pointer;white-space:nowrap;background:#ffffff29;border:1px solid #ffffff59;border-radius:6px;padding:4px 10px;font-size:12px;font-weight:600}.workspace-new__selectall-btn:hover{background:#ffffff38}.workspace-new__selectall-btn--ghost{background:0 0;border-color:#ffffff40}.workspace-new__page-content{box-sizing:border-box;z-index:1;width:100%;min-width:0;height:100%;padding:24mm;position:relative}.workspace-new__page-content .ProseMirror{word-wrap:break-word;overflow-wrap:break-word;width:100%;max-width:100%}.workspace-new__backside-content{flex-direction:column;gap:1.5rem;display:flex}.workspace-new__backside-header{border-bottom:1px solid #e7e5e4;justify-content:space-between;align-items:flex-start;gap:1rem;padding-bottom:.75rem;display:flex}.workspace-new__backside-title{color:#292524;font-size:1.25rem;font-weight:600}.workspace-new__backside-subtitle{color:#78716c;font-size:.9rem}.workspace-new__backside-actions{align-items:center;gap:.5rem;display:flex}.workspace-new__backside-button{appearance:none;color:#fafaf9;cursor:pointer;background:#292524;border:1px solid #292524;border-radius:6px;padding:.4rem .9rem;font-size:.85rem;font-weight:600}.workspace-new__backside-button:disabled{opacity:.5;cursor:not-allowed}.workspace-new__backside-button--ghost{color:#292524;background:0 0;border-color:#d6d3d1}.workspace-new__backside-field{flex-direction:column;gap:.5rem;display:flex}.workspace-new__backside-label{letter-spacing:.08em;text-transform:uppercase;color:#a8a29e;font-size:.7rem}.workspace-new__backside-textarea,.workspace-new__backside-input{color:#292524;background:#fff;border:1px solid #e7e5e4;border-radius:8px;outline:none;width:100%;padding:.75rem .85rem;font-size:.95rem}.workspace-new__backside-textarea:focus,.workspace-new__backside-input:focus{border-color:#78716c}.workspace-new__backside-textarea{resize:vertical;min-height:120px}.workspace-new__backside-meta{color:#a8a29e;font-size:.75rem}.workspace-new__page[data-drawing=true]{cursor:crosshair;touch-action:none;-webkit-user-select:none;user-select:none}.workspace-new__page[data-drawing=true] .ProseMirror{pointer-events:none}.drawing-canvas{z-index:var(--z-drawing)}@media (max-width:767px){.workspace-new__main{padding:.5rem .25rem}.workspace-new__page{box-shadow:none;border:none;border-radius:0}}@media (min-width:768px) and (max-width:1023px){.workspace-new__main{padding:1.5rem}}
.workspace-header{z-index:var(--z-toolbar);height:var(--header-height,3.25rem);padding:0 1rem;padding-left:max(1rem,env(safe-area-inset-left));padding-right:max(1rem,env(safe-area-inset-right));background:#fafaf9;border-bottom:1px solid #e7e5e4;flex-shrink:0;align-items:center;gap:.75rem;min-width:0;display:flex;position:relative;overflow:visible}.workspace-header__logo{color:#292524;font-size:1rem;font-weight:300;text-decoration:none;transition:none}.workspace-header__logo:hover{color:#1c1917}.workspace-header__app-nav,.workspace-header__return-link,.workspace-header__program-link{flex-shrink:1;min-width:0}.workspace-header__button{color:#292524;cursor:pointer;background:#fff;border:1px solid #e7e5e4;border-radius:2px;justify-content:center;align-items:center;min-width:32px;min-height:32px;padding:.375rem;transition:none;display:flex}.workspace-header__button:hover:not(:disabled){background:#fafaf9;border-color:#78716c}.workspace-header__button--active{color:#fafaf9;background:#292524;border-color:#292524}.workspace-header__button:disabled{opacity:.35;cursor:not-allowed}.workspace-header__nav-trigger,.workspace-header__inbox,.workspace-header__profile{min-width:36px}.workspace-header__nav-trigger{position:relative}.workspace-header__nav-badge{background:#ef4444;border-radius:9999px;width:8px;height:8px;position:absolute;top:6px;right:6px;box-shadow:0 0 0 2px #fff}.workspace-header__page-nav{flex:0 auto;align-items:center;gap:.5rem;min-width:0;max-width:min(42vw,600px);display:flex;overflow:hidden}.workspace-header__arrow{min-width:28px;min-height:28px;padding:.25rem}.workspace-header__page-title{color:#292524;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #e7e5e4;border-radius:2px;flex:auto;align-items:center;gap:.5rem;min-width:0;max-width:100%;padding:.375rem .75rem;font-size:.875rem;font-weight:400;transition:none;display:flex;overflow:hidden}.workspace-header__page-title:hover{background:#fafaf9;border-color:#78716c}.workspace-header__folder-name{color:#57534e;text-overflow:ellipsis;white-space:nowrap;flex:0 auto;min-width:0;max-width:160px;font-weight:300;overflow:hidden}.workspace-header__separator{color:#d6d3d1;flex-shrink:0}.workspace-header__page-name{color:#292524;text-overflow:ellipsis;white-space:nowrap;flex:auto;min-width:0;font-weight:400;overflow:hidden}.workspace-header__page-chevron{color:#78716c;flex-shrink:0;margin-left:.25rem}.workspace-header__spacer{flex:auto;min-width:0}.workspace-header__tools{flex-shrink:0;align-items:center;gap:.25rem;min-width:0;display:flex}.workspace-header__tool{color:#292524;cursor:pointer;background:#fff;border:1px solid #e7e5e4;border-radius:2px;justify-content:center;align-items:center;min-width:32px;min-height:32px;padding:.375rem;transition:none;display:flex}.workspace-header__tool:hover:not(:disabled){background:#fafaf9;border-color:#78716c}.workspace-header__zoom{align-items:center;gap:.25rem;display:inline-flex}.workspace-header__zoom-label{appearance:none;cursor:pointer;text-align:center;font-variant-numeric:tabular-nums;color:#57534e;background:#fff;border:1px solid #e7e5e4;border-radius:2px;justify-content:center;align-items:center;min-width:52px;min-height:32px;padding:.35rem .5rem;font-size:.75rem;display:inline-flex}.workspace-header__tool--active{color:#fafaf9;background:#292524;border-color:#292524}.workspace-header__tool--laser{color:#fafaf9;background:#dc2626;border-color:#dc2626}.workspace-header__tool--laser:hover:not(:disabled){background:#b91c1c;border-color:#b91c1c}.workspace-header__tool:disabled{opacity:.35;cursor:not-allowed}.workspace-header__tool--recording{color:#b91c1c;background:#fee2e2;border-color:#fecaca}.workspace-header__recording-label{align-items:center;gap:6px;font-size:.75rem;font-weight:600;display:inline-flex}.workspace-header__recording-dot{background:#dc2626;border-radius:999px;width:8px;height:8px;animation:1.6s ease-in-out infinite workspace-recording-pulse}.workspace-header__tool--process{color:#292524;background:#fafaf9;border-color:#e7e5e4}.workspace-header__process-label{align-items:center;gap:4px;font-size:.75rem;font-weight:600;display:inline-flex}.workspace-header__process-icon{opacity:.8;font-size:.75rem}.workspace-header__process-count{font-variant-numeric:tabular-nums}.workspace-header__tool-separator{background:#e7e5e4;width:1px;height:20px;margin:0 .25rem}@keyframes workspace-recording-pulse{0%{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.35)}to{opacity:.7;transform:scale(1)}}.workspace-header__actions{flex-shrink:0;align-items:center;gap:.5rem;margin-left:.5rem;display:flex}.workspace-header__sessions-btn{color:#57534e;cursor:pointer;background:#fff;border:1px solid #e7e5e4;border-radius:4px;align-items:center;gap:.375rem;padding:.375rem .625rem;font-size:.8125rem;font-weight:500;transition:none;display:flex}.workspace-header__sessions-text{white-space:nowrap}.workspace-header__sessions-btn:hover:not(:disabled){color:#292524;background:#fafaf9;border-color:#78716c}.workspace-header__sessions-btn--recording{color:#dc2626;background:#fef2f2;border-color:#fecaca}.workspace-header__sessions-btn--recording:hover{color:#b91c1c;background:#fee2e2;border-color:#fca5a5}.workspace-header__sessions-dot{background:#dc2626;border-radius:50%;width:8px;height:8px;animation:1.5s ease-in-out infinite workspace-recording-pulse}.workspace-header__sessions-count{color:#57534e;font-variant-numeric:tabular-nums;background:#e7e5e4;border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:.6875rem;font-weight:600;display:inline-flex}.workspace-header__dropdown-item--danger{color:#dc2626}.workspace-header__dropdown-item--danger:hover,.workspace-header__dropdown-item--danger:focus{background:#fef2f2}.complete-button.workspace-header__complete{box-shadow:none;border-radius:6px;padding:6px 12px;font-size:.75rem}.complete-button.workspace-header__complete .complete-button__primary{font-size:.75rem}.complete-button.workspace-header__complete .complete-button__secondary{font-size:.65rem}.workspace-header__dropdown{min-width:240px;z-index:var(--z-dropdown);background:#fff;border:1px solid #e7e5e4;border-radius:2px;padding:.5rem;box-shadow:0 4px 12px #00000014}.workspace-header__pages-dropdown{max-width:320px;max-height:400px;overflow-y:auto}.workspace-header__user-dropdown{min-width:180px}.workspace-header__dropdown-label{color:#57534e;text-transform:uppercase;letter-spacing:.05em;padding:.375rem .5rem;font-size:.75rem;font-weight:600}.workspace-header__dropdown-item{color:#292524;cursor:pointer;border-radius:2px;outline:none;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.875rem;transition:none;display:flex}.workspace-header__dropdown-item:hover,.workspace-header__dropdown-item:focus{background:#f5f5f4}.workspace-header__dropdown-item--active{color:#fafaf9;background:#292524;font-weight:500}.workspace-header__dropdown-item--active:hover{color:#fafaf9;background:#44403c}.workspace-header__dropdown-item--action{color:#292524;font-weight:500}.workspace-header__dropdown-separator{background:#e7e5e4;height:1px;margin:.5rem 0}.workspace-header__dropdown-header{justify-content:space-between;align-items:center;padding:.375rem .75rem;display:flex}.workspace-header__dropdown-title{text-transform:uppercase;letter-spacing:.06em;color:#78716c;font-size:.7rem;font-weight:500}.workspace-header__info-button{all:unset;color:#a8a29e;cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.workspace-header__info-button:hover{color:#57534e;background:#f5f5f4}.workspace-header__info-popover{width:280px;z-index:var(--z-dropdown,50);background:#fafaf9;border:1px solid #e7e5e4;border-radius:8px;animation:.15s ease-out workspace-header-fade-in;box-shadow:0 8px 24px #0000001f}@keyframes workspace-header-fade-in{0%{opacity:0;transform:translate(4px)}to{opacity:1;transform:translate(0)}}.workspace-header__info-content{padding:1rem}.workspace-header__info-content h4{color:#292524;margin:0 0 .5rem;font-size:.8rem;font-weight:600}.workspace-header__info-content h4:not(:first-child){margin-top:1rem}.workspace-header__info-content p{color:#57534e;margin:0 0 .5rem;font-size:.8rem;line-height:1.5}.workspace-header__info-content p:last-child{margin-bottom:0}.workspace-header__info-footer{border-top:1px solid #e7e5e4;padding-top:.75rem;font-style:italic;color:#78716c!important;margin-top:.75rem!important}.workspace-header__info-arrow{fill:#fafaf9}.workspace-header__page-date{color:#78716c;margin-left:auto;font-size:.75rem}@media (max-width:768px){.workspace-header{gap:.5rem;padding:0 .75rem}.workspace-header__page-nav{flex:1;max-width:none}.workspace-header__page-title{max-width:200px}.workspace-header__folder-name,.workspace-header__separator{display:none}.workspace-header__tools{gap:.125rem}.workspace-header__tool{min-width:28px;min-height:28px;padding:.25rem}}@media (max-width:1360px){.workspace-header{padding-left:max(.75rem,env(safe-area-inset-left));padding-right:max(.75rem,env(safe-area-inset-right));gap:.5rem}.workspace-header__page-nav{gap:.35rem;max-width:min(30vw,340px)}.workspace-header__app-nav{display:none!important}.workspace-header__page-title{gap:.35rem;padding:.375rem .5rem}.workspace-header__folder-name,.workspace-header__separator{display:none}.workspace-header__tools{gap:.125rem}.workspace-header__tool-separator{margin:0 .125rem}.workspace-header__sessions-btn{padding:.375rem}.workspace-header__sessions-text{display:none}}@media (max-width:1240px){.workspace-header__page-nav{max-width:min(24vw,260px)}.workspace-header__return-link,.workspace-header__program-link{display:none!important}.workspace-header__zoom{gap:.125rem}.workspace-header__zoom-label{min-width:44px;padding:.35rem}}.workspace-header__nav-toggle{flex-shrink:0;justify-content:center;align-items:center;min-width:36px;min-height:36px;display:flex}.workspace-header__nav-icon--mobile{display:none}.workspace-header__nav-icon--desktop{display:block}@media (max-width:1024px){.workspace-header__nav-toggle{color:#fafaf9;background:#292524;border-color:#292524;min-width:40px;min-height:40px}.workspace-header__nav-toggle:hover:not(:disabled){background:#1c1917;border-color:#1c1917}.workspace-header__nav-toggle--active{color:#292524;background:#fafaf9;border-color:#292524}.workspace-header__nav-icon--mobile{display:block}.workspace-header__nav-icon--desktop{display:none}}
.page-bottom-bar{justify-content:center;align-items:center;padding:2rem 0 1rem;display:flex}.page-bottom-bar__new-page{color:#57534e;cursor:pointer;opacity:.6;background:#fff;border:1px solid #d6d3d1;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.page-bottom-bar__new-page:hover{opacity:1;background:#fafaf9;border-color:#78716c;transform:scale(1.05)}.page-bottom-bar__new-page:active{transform:scale(.95)}@media (max-width:768px){.page-bottom-bar{padding:1.5rem 0 .75rem}.page-bottom-bar__new-page{width:36px;height:36px}}
