:root{font-family:Golos Text,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#292e31;background:#f6f7f8;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--accent: #b86141;--accent-hover: #a65033;--ink: #292e31;--muted: #687278;--line: #e9ebed;--green: #658775}*{box-sizing:border-box}body{margin:0;font-size:.875rem;line-height:1.5}button,input,textarea,select{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button{color:inherit}button:disabled{cursor:not-allowed;opacity:.48}button,input,textarea,select{outline:none}button:focus-visible,a:focus-visible{outline:3px solid #c7826266;outline-offset:3px}input:focus,textarea:focus,select:focus{border-color:#c58a70}input::placeholder,textarea::placeholder{color:var(--muted);opacity:1}button{transition:background .16s,color .16s,border-color .16s,box-shadow .16s}button svg,.button svg{flex-shrink:0}button:disabled:hover{box-shadow:none}h1,h2,h3,p{margin:0}svg{vertical-align:middle}::selection{background:#eedbd2;color:#322922}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.button{min-height:39px;border:1px solid transparent;border-radius:7px;padding:9px 14px;display:inline-flex;justify-content:center;align-items:center;gap:8px;font-size:.875rem;font-weight:500;line-height:1.5;white-space:nowrap}.button.primary{color:#fff;background:var(--accent);border-color:var(--accent);box-shadow:0 2px 2px #7e3b1110}.button.primary:hover:not(:disabled){background:var(--accent-hover);border-color:var(--accent-hover)}.button.secondary{background:#fff;border-color:#e1e4e6;color:#50565a}.button.secondary:hover:not(:disabled){background:#f8f8f8;border-color:#d1d5d8}.button.text{background:transparent;color:var(--muted)}.button.text:hover:not(:disabled){background:#f4f5f5;color:var(--ink)}.button.danger{background:#a54e3c;border-color:#a54e3c;color:#fff}.button.danger:hover{background:#8f3e2e}.icon-button{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;flex-shrink:0;border:0;border-radius:6px;background:transparent;color:#82888c}.icon-button:hover:not(:disabled){color:#333b40;background:#f1f2f3}.text-button{border:0;background:transparent;display:inline-flex;justify-content:center;align-items:center;gap:7px;font-size:.875rem;font-weight:500;padding:5px 0;color:var(--accent)}.text-button:hover{color:#914627}.brand{display:flex;align-items:center;gap:10px}.brand-symbol{width:37px;height:39px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:#f5eee9;color:var(--accent)}.brand strong{display:block;font-weight:750;font-size:27px;letter-spacing:-1.3px;line-height:1.05}.brand-period{color:var(--accent)}.brand-caption{display:block;margin-top:6px;font-size:.5625rem;font-weight:550;letter-spacing:1px;color:var(--muted)}.loading-inline{display:inline-flex;justify-content:center;align-items:center;gap:8px;font-size:.875rem;color:inherit}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.eyebrow{font-size:.6875rem;font-weight:550;letter-spacing:1.5px;color:var(--muted)}.status-dot{width:6px;height:6px;background:#a3a8ab;border-radius:50%;display:inline-block;flex-shrink:0}.status-dot.ready{background:#72937f}.status-dot.draft{background:#c2a175}.status-dot.neutral{background:#aeb5b9}.avatar{width:35px;height:35px;flex-shrink:0;display:flex;justify-content:center;align-items:center;border-radius:50%;font-size:.8125rem;font-weight:500;letter-spacing:-.2px}.avatar-tone-0{background:#eee8df;color:#8b7659}.avatar-tone-1{background:#e7ece8;color:#6e8374}.avatar-tone-2{background:#e9e9ee;color:#7c7c93}.avatar-tone-3{background:#f0e7e2;color:#ac7c65}.app-shell{min-height:100vh;display:flex}.sidebar{width:254px;flex-shrink:0;position:fixed;inset:0 auto 0 0;background:#fff;border-right:1px solid var(--line);display:flex;flex-direction:column;z-index:20}.sidebar-brand{padding:31px 26px 29px}.workspace-label{display:flex;align-items:center;gap:10px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin:0 20px;padding:20px 2px}.workspace-mark{width:30px;height:30px;background:#f6f7f8;border:1px solid #ebeef0;border-radius:6px;display:flex;justify-content:center;align-items:center;color:#757d82}.workspace-label strong{display:block;font-size:.8125rem;font-weight:550}.workspace-label div>span{display:block;font-size:.6875rem;color:var(--muted);margin-top:5px}.sidebar-section-title{margin:28px 25px 14px;display:flex;justify-content:space-between;align-items:center;font-size:.6875rem;font-weight:600;letter-spacing:1.4px;color:var(--muted)}.count-badge{background:#f3f4f5;color:var(--muted);font-size:.6875rem;font-weight:500;border-radius:4px;min-width:20px;padding:3px 5px;text-align:center;letter-spacing:0}.search-field{display:flex;align-items:center;gap:8px;background:#f7f8f9;border:1px solid #edf0f1;border-radius:6px;color:var(--muted);padding:0 10px;height:38px}.search-field:focus-within{border-color:#c58a70;box-shadow:0 0 0 3px #b861410a}.search-field input{width:100%;min-width:0;padding:0;border:0;background:transparent;font-size:.8125rem;color:#454c51;height:100%}.search-field svg{flex-shrink:0}.courier-search{margin:0 20px 12px}.clear-input{padding:0;background:transparent;border:0;color:#94999d;display:flex}.courier-list{padding:0 12px;overflow-y:auto;min-height:72px;flex:1}.courier-item{display:flex;width:100%;align-items:center;text-align:left;gap:11px;background:transparent;border:1px solid transparent;padding:12px 11px;border-radius:7px;margin:3px 0;min-height:65px}.courier-item:hover{background:#f8f8f8}.courier-item.active{background:#f8f0eb;border-color:#f3e7df}.courier-item-text{min-width:0;flex:1}.courier-item-text strong{display:block;font-size:.8125rem;font-weight:550;color:#53585b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.courier-item.active .courier-item-text strong{color:#834b33}.courier-item-text>span{display:block;margin-top:6px;font-size:.6875rem;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.selection-dot{width:5px;height:5px;background:var(--accent);border-radius:50%;margin-left:2px}.sidebar-add{padding:14px 20px 20px}.sidebar-add .button{width:100%;font-size:.8125rem;gap:8px;white-space:normal}.sidebar-bottom{padding:0 20px}.team-note{display:flex;align-items:center;gap:10px;color:var(--muted);padding:18px 2px;border-top:1px solid var(--line);font-size:.6875rem;line-height:1.7}.team-note strong{font-weight:400}.sidebar-user{display:flex;align-items:center;gap:10px;padding:17px 0 21px;border-top:1px solid var(--line)}.user-avatar{background:#f0f1f2;color:#737a80;font-size:.8125rem;width:31px;height:31px}.sidebar-user>div{flex:1;min-width:0}.sidebar-user strong{display:block;font-weight:550;font-size:.8125rem;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.sidebar-user div>span{display:block;color:var(--muted);font-size:.6875rem;margin-top:5px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.sidebar-loading{padding:30px 10px;color:var(--muted);text-align:center}.sidebar-empty{font-size:.8125rem;line-height:1.8;color:var(--muted);padding:22px 14px}.main-shell{margin-left:254px;flex:1;min-width:0}.utility-bar{height:65px;border-bottom:1px solid var(--line);background:#fafbfc;padding:0 37px;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:.8125rem}.utility-left,.utility-right{display:flex;align-items:center;gap:13px}.utility-left{color:#6f757a}.utility-left svg{color:#b5b9bc}.utility-breadcrumb{color:var(--muted)}.utility-right{color:#747c80;font-size:.6875rem}.today-date{color:var(--muted)}.utility-separator{height:14px;width:1px;background:#e4e7e9;margin:0 4px}.operator-dot{width:5px;height:5px;background:#89a38b;border-radius:50%;margin-right:-6px}.workspace-main{padding:29px 37px 0;max-width:1800px;margin:0 auto}.page-eyebrow{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 21px}.workspace-status{display:inline-flex;align-items:center;gap:6px;font-size:.6875rem;color:var(--muted)}.workspace-status .status-dot{width:5px;height:5px}.courier-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:29px}.courier-heading-main{display:flex;align-items:center;gap:17px;min-width:0}.courier-heading-main>div{min-width:0}.heading-avatar{width:54px;height:54px;font-size:17px;border-radius:13px}.courier-heading h1{font-size:28px;font-weight:600;letter-spacing:-1px;line-height:1.3;overflow-wrap:anywhere}.courier-metadata{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-top:10px;color:var(--muted);font-size:.8125rem}.courier-metadata>span:not(.metadata-separator){display:flex;align-items:center;gap:6px}.courier-metadata svg{color:#a1a7ab}.metadata-separator{width:3px;height:3px;border-radius:50%;background:#c9cdd0}.edit-courier{font-size:.8125rem;min-height:34px;padding:7px 12px;background:#fafbfb!important}.edit-courier svg{color:#7f878c}.folder-bar{display:flex;align-items:stretch;justify-content:space-between;gap:14px;border-bottom:1px solid #e1e5e7;margin-bottom:24px;min-height:43px}.folder-tabs{display:flex;gap:24px;overflow-x:auto;scrollbar-width:thin;min-width:0;margin-bottom:-1px}.folder-tab{display:flex;align-items:center;gap:8px;border:0;border-bottom:2px solid transparent;background:transparent;color:var(--muted);font-size:.8125rem;font-weight:450;padding:0 0 14px;white-space:nowrap}.folder-tab span:not(.tab-count){max-width:170px;overflow:hidden;text-overflow:ellipsis}.folder-tab.active{color:var(--accent);border-bottom-color:var(--accent);font-weight:550}.folder-tab:hover{color:var(--accent)}.tab-count{font-size:.6875rem;padding:2px 5px;border-radius:4px;background:#f0e7e1;min-width:18px}.folder-actions{display:flex;align-items:center;gap:14px;padding-bottom:13px;flex-shrink:0}.folder-actions .text-button{color:var(--muted);font-size:.8125rem;white-space:nowrap}.folder-actions .text-button:hover{color:var(--accent)}.folder-actions .icon-button{height:25px;width:25px}.documents-workspace{display:grid;grid-template-columns:302px minmax(0,1fr);min-height:570px;height:calc(100vh - 309px);max-height:1150px;background:#fff;border:1px solid #e3e6e8;border-radius:9px;overflow:hidden;box-shadow:0 2px 4px #23313b02}.report-list-pane{border-right:1px solid #e6e9eb;display:flex;flex-direction:column;min-height:0;background:#fdfdfd;min-width:0}.report-list-header{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:23px 20px 17px}.report-list-header>div{min-width:0}.report-list-header h2{font-size:14px;font-weight:600;line-height:1.4;max-width:195px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.report-list-header>div>span{display:block;font-size:.6875rem;color:var(--muted);margin-top:7px}.new-report-button{display:inline-flex;align-items:center;justify-content:center;gap:3px;padding:7px 8px;border:1px solid #ead9d0;background:#f8f0ea;color:#995438;border-radius:6px;font-size:.8125rem;min-height:34px;flex-shrink:0}.new-report-button:hover{background:#f2e5dc}.report-list-tools{padding:0 20px 16px;border-bottom:1px solid var(--line)}.report-search{background:#fff;height:38px}.report-search input{font-size:.8125rem}.status-filters{display:flex;flex-wrap:wrap;gap:3px;background:#f2f4f5;border:1px solid #edf0f2;padding:3px;border-radius:6px;margin-top:12px}.status-filters button{background:transparent;border:1px solid transparent;padding:6px 4px;font-size:.8125rem;color:var(--muted);border-radius:4px;flex:1 1 auto;min-width:0}.status-filters button.active{background:#fff;border-color:#e7e9eb;color:#60696e;box-shadow:0 1px 3px #24323d08}.status-filters button:hover:not(.active){color:#555d63}.report-list-scroll{flex:1;min-height:0;overflow-y:auto}.report-row{display:block;width:100%;text-align:left;background:transparent;border:0;border-bottom:1px solid #edf0f1;border-left:2px solid transparent;padding:18px 19px 15px 18px;min-height:126px}.report-row:hover{background:#f8f9fa}.report-row.active{background:#faf4ef;border-left-color:var(--accent)}.report-row-top{display:flex;flex-wrap:wrap;align-items:center;gap:6px;font-size:.6875rem;color:var(--muted)}.report-row-top time{margin-left:auto;color:var(--muted);font-size:.6875rem}.report-row-top .status-dot{width:5px;height:5px}.report-row h3{font-weight:550;font-size:.875rem;margin:11px 0 6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#434b50}.report-row.active h3{color:#8f5238}.report-row p{font-size:.8125rem;color:var(--muted);white-space:nowrap;text-overflow:ellipsis;overflow:hidden;line-height:1.6}.report-row-bottom{display:flex;align-items:center;justify-content:space-between;color:var(--muted);margin-top:12px;font-size:.6875rem}.report-row-bottom>span{display:inline-flex;align-items:center;gap:5px}.report-row.active .report-row-bottom>svg{color:#b98267}.list-footer{min-height:42px;padding:12px 20px;display:flex;align-items:center;gap:7px;font-size:.6875rem;color:var(--muted);border-top:1px solid var(--line);background:#fbfcfc}.list-footer .status-dot{width:4px;height:4px}.editor-pane{min-width:0;min-height:0;display:flex;flex-direction:column;position:relative;background:#fff}.editor-toolbar{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;min-height:55px;padding:12px 24px;border-bottom:1px solid #edf0f2;flex-shrink:0}.editor-toolbar-left{display:flex;flex-wrap:wrap;align-items:center;gap:9px;min-width:0}.document-toolbar-icon{color:var(--muted)}.document-label{font-size:.6875rem;letter-spacing:1px;color:var(--muted);font-weight:500}.toolbar-divider{height:12px;width:1px;background:#e4e8ea;margin:0 3px}.save-indicator{display:inline-flex;align-items:center;gap:5px;font-size:.6875rem;color:#607569;white-space:normal}.save-indicator .status-dot{background:#8fa592;width:4px;height:4px}.save-indicator.unsaved{color:#886330}.save-indicator.unsaved .status-dot{background:#bd8c51}.history-button{display:flex;align-items:center;gap:6px;border:0;background:transparent;color:var(--muted);font-size:.8125rem;padding:5px 0 5px 5px}.history-button:hover{color:var(--accent)}.document-surface{padding:30px 39px 19px;overflow-y:auto;flex:1;min-height:0;display:flex;flex-direction:column}.document-breadcrumb{display:flex;align-items:center;gap:6px;font-size:.6875rem;color:var(--muted);margin-bottom:18px}.document-breadcrumb>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:200px}.document-breadcrumb svg{color:#a8afb4;flex-shrink:0}.document-title{border:1px solid transparent;border-radius:5px;background:transparent;font-size:26px;font-weight:600;line-height:1.35;letter-spacing:-.7px;padding:3px 6px;margin:-3px -7px 17px;color:#32393e;width:calc(100% + 14px);height:77px;min-height:77px;resize:none;overflow:auto;flex-shrink:0}.document-title:not(:read-only):hover{background:#fcfbfa}.document-title:focus:not(:read-only){border-color:#e8d8cd;background:#fffdfb}.document-title:read-only:focus,.document-content:read-only:focus{border-color:transparent}.document-properties{display:flex;flex-wrap:wrap;gap:20px 26px;align-items:flex-start;flex-shrink:0}.document-properties>div{display:flex;flex-direction:column;gap:9px;min-width:0;max-width:100%}.property-label{font-size:.6875rem;font-weight:500;letter-spacing:1px;color:var(--muted)}.status-badge{display:inline-flex;align-items:center;gap:6px;border-radius:4px;padding:4px 7px;font-size:.6875rem;background:#f6f1e9;color:#806337;width:fit-content;line-height:1.4}.status-badge.ready{background:#edf3ee;color:#526f59}.status-badge .status-dot{width:5px;height:5px}.status-select-wrap{position:relative;display:flex;gap:5px;align-items:center;border:1px solid #e8dfd3;border-radius:4px;padding:0 6px;background:#f9f6ef;min-height:22px}.status-select-wrap select{appearance:none;-webkit-appearance:none;border:0;background:transparent;padding:5px 16px 5px 0;color:#806337;font-size:.8125rem;line-height:1.4;cursor:pointer;min-width:0;max-width:100%}.status-select-wrap>svg{position:absolute;pointer-events:none;right:5px;color:#a58a65}.document-version>span:last-child,.document-updated>span:last-child{font-size:.6875rem;color:var(--muted);padding-top:5px}.document-divider{height:1px;background:#e9edef;margin:23px 0;flex-shrink:0}.document-content{display:block;width:calc(100% + 16px);margin:-4px -8px 0;padding:4px 7px 10px;border:1px solid transparent;border-radius:5px;background:transparent;resize:none;min-height:230px;flex:1;font-size:1rem;font-weight:400;line-height:1.75;color:#454f56;overflow-y:auto}.document-content:focus:not(:read-only){border-color:#ecdfd5;background:#fffefc}.document-content::placeholder{color:var(--muted)}.document-author{display:flex;flex-wrap:wrap;align-items:center;gap:9px;border-top:1px solid #f0f2f3;padding-top:17px;margin-top:18px;color:var(--muted);font-size:.6875rem;line-height:1.7;flex-shrink:0}.author-avatar{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;font-size:.6875rem;background:#f1f3f4;color:var(--muted);flex-shrink:0}.document-author strong{font-size:.6875rem;font-weight:450;color:#535f67}.document-word-count{margin-left:auto;font-size:.6875rem;color:var(--muted)}.editor-footer{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;min-height:64px;padding:12px 23px;border-top:1px solid #e9ecee;flex-shrink:0;background:#fefefe}.editing-note{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:.6875rem}.editing-dot{width:5px;height:5px;border-radius:50%;background:#b77f60;flex-shrink:0}.editor-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:9px;margin-left:auto;max-width:100%}.editor-actions .button{font-size:.8125rem;min-height:35px;padding:7px 12px}.editor-warning{display:flex;align-items:flex-start;gap:9px;background:#fcf5e9;padding:12px 24px;font-size:.8125rem;line-height:1.7;color:#967847;border-bottom:1px solid #eee1ca}.editor-warning svg{margin-top:2px;flex-shrink:0}.lock-note{display:flex;gap:7px;align-items:flex-start;padding:10px 24px;font-size:.6875rem;line-height:1.6;color:var(--muted);background:#f4f5f7;border-bottom:1px solid #eaecf0}.lock-note svg{flex-shrink:0}.workspace-footer{display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px 16px;padding:17px 0 20px;font-size:.6875rem;color:var(--muted)}.workspace-footer>span:last-child{font-size:.8125rem;font-weight:550;letter-spacing:-.2px;color:var(--muted)}.empty-state{padding:55px 30px;display:flex;flex-direction:column;align-items:center;text-align:center;justify-content:center;gap:12px;margin:auto}.empty-icon{width:57px;height:57px;display:flex;align-items:center;justify-content:center;background:#f5f6f7;border:1px solid #eceff0;border-radius:13px;color:#a4adb4;margin-bottom:7px}.empty-state h3{font-size:17px;font-weight:500}.empty-state p{max-width:340px;font-size:.875rem;line-height:1.9;color:var(--muted)}.empty-state .button{margin-top:8px}.empty-state.compact{padding:50px 25px;gap:10px}.empty-state.compact h3{font-size:.875rem;font-weight:500;color:#717a81}.empty-state.compact p{font-size:.8125rem;color:var(--muted);max-width:195px}.empty-state.compact .empty-icon{width:43px;height:43px;border-radius:11px}.empty-state.compact .empty-icon svg{width:21px}.empty-state.compact .text-button{font-size:.8125rem}.editor-welcome{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:35px 25px;min-height:100%;text-align:center}.editor-empty-art{position:relative;width:137px;height:149px;margin-bottom:28px}.mini-paper{width:97px;height:124px;border:1px solid #e2e5e8;border-radius:6px;position:absolute}.mini-paper.back{left:16px;top:8px;transform:rotate(-12deg);background:#f7f8f8}.mini-paper.front{left:29px;top:16px;transform:rotate(5deg);background:#fff;padding:17px 14px;box-shadow:2px 5px 13px #25374407;color:#b48a72}.mini-paper.front span{display:block;width:62px;height:2px;background:#e9ecee;margin-top:9px}.mini-paper.front span:nth-of-type(2){width:50px;margin-top:6px}.mini-paper.front span:nth-of-type(3){width:58px;margin-top:6px}.mini-paper.front i{display:block;width:22px;height:4px;border-radius:2px;background:#e5d3c4;margin-top:12px}.editor-welcome .eyebrow{font-size:.6875rem;color:var(--muted);letter-spacing:1.6px}.editor-welcome h2{font-size:23px;letter-spacing:-.6px;font-weight:500;margin-top:15px;color:#535c63}.editor-welcome p{margin-top:13px;color:var(--muted);font-size:.8125rem;line-height:1.9}.editor-welcome .button{margin-top:24px;font-size:.8125rem;min-height:35px}.editor-empty-note{display:flex;align-items:center;gap:6px;margin-top:48px;font-size:.6875rem;color:var(--muted)}.editor-loading,.initial-loading{display:flex;justify-content:center;align-items:center;flex:1;min-height:320px;color:var(--muted)}.welcome-empty{position:relative;max-width:810px;padding:80px 0 150px 28px;overflow:hidden}.welcome-kicker{font-size:.6875rem;letter-spacing:1.8px;color:var(--accent);margin-bottom:24px}.welcome-empty h1{font-size:clamp(30px,3.2vw,48px);font-weight:500;letter-spacing:-1.5px;line-height:1.3;position:relative;z-index:1}.welcome-empty>p{color:var(--muted);font-size:13px;line-height:1.9;margin-top:24px}.welcome-empty>.button{margin-top:30px;position:relative;z-index:1}.welcome-lines{position:absolute;right:50px;top:125px;width:170px;height:360px;color:#d1b6a4;z-index:0;opacity:.55}.welcome-lines span{display:block;position:absolute;border:1px solid #ddd5ce;border-radius:80px;width:80px;height:330px;transform:rotate(27deg)}.welcome-lines span:nth-child(2){left:40px;top:30px}.welcome-lines span:nth-child(3){left:80px;top:60px}.welcome-lines svg{position:absolute;top:85px;left:59px;background:#f6f7f8;padding:8px}.inline-error{font-size:.8125rem;line-height:1.7;padding:17px;color:#a3664e}.inline-error .text-button{margin-top:6px}.connection-note{display:flex;align-items:center;justify-content:space-between;background:#faf1e7;border:1px solid #eaddcc;border-radius:6px;color:#93714b;font-size:.8125rem;line-height:1.7;padding:9px 12px;margin:-12px 0 15px;gap:12px}.list-skeleton>div{border-bottom:1px solid #f0f1f2;padding:24px 20px}.list-skeleton span{display:block;width:80%;height:8px;background:#f0f2f3;border-radius:3px;margin-bottom:13px;animation:pulse 1.5s ease-in-out infinite}.list-skeleton span:first-child{width:35%;height:5px}.list-skeleton span:last-child{width:65%;height:6px;margin-bottom:0}@keyframes pulse{50%{opacity:.45}}.mobile-menu,.mobile-close,.mobile-back,.mobile-login-brand{display:none}.back-to-list{align-self:flex-start;margin:20px}.modal-backdrop{position:fixed;inset:0;background:#202a365c;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:100;display:flex;align-items:center;justify-content:center;padding:25px;animation:fade-in .15s ease-out}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.modal{width:450px;background:#fff;box-shadow:0 16px 70px #182c4426;border-radius:13px;max-height:calc(100dvh - 50px);overflow-y:auto;border:1px solid #e6e5e3}.modal-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:27px 27px 0}.modal-heading h2{font-size:20px;font-weight:550;letter-spacing:-.5px}.modal-heading p{margin-top:10px;font-size:.875rem;color:var(--muted);line-height:1.8}.modal-heading>.icon-button{margin:-5px -8px 0 0}.dialog-form{padding:24px 27px 0}.field{display:flex;flex-direction:column;gap:9px;margin-bottom:21px}.field>span{font-size:.8125rem;font-weight:500;color:#545d64}.field small{font-size:.6875rem;font-weight:400;color:var(--muted);margin-left:4px}.required{color:var(--accent)}.field input{border:1px solid #dfe3e6;width:100%;padding:12px 13px;background:#fff;border-radius:6px;font-size:.875rem;height:44px;color:#404950;transition:border-color .15s,box-shadow .15s}.field input:focus{border-color:#bf886c;box-shadow:0 0 0 3px #b8614110}.field input:disabled{background:#fafafa;color:#90989e}.form-error{padding:11px 13px;border-radius:5px;background:#fbf0ed;border:1px solid #efd9d0;color:#aa5d40;font-size:.8125rem;line-height:1.7;margin-bottom:18px}.modal-actions{display:flex;justify-content:flex-end;gap:9px;padding:21px 0 25px;margin-top:8px;border-top:1px solid var(--line)}.modal-actions .button{font-size:.8125rem;white-space:normal}.confirm-modal{z-index:120}.confirm-modal .modal{width:470px}.confirm-modal .modal-actions{margin:25px 27px 0}.history-drawer{justify-content:flex-end;padding:0;z-index:90}.history-drawer .modal{width:470px;height:100dvh;max-height:100dvh;border:0;border-radius:12px 0 0 12px;display:flex;flex-direction:column;overflow:hidden}.history-drawer .modal-heading{padding:29px 29px 23px;border-bottom:1px solid var(--line);flex-shrink:0}.history-body{padding:25px 28px;overflow-y:auto;flex:1;min-height:0}.history-versions{display:flex;flex-direction:column;gap:8px}.history-version{display:flex;align-items:center;gap:13px;border:1px solid #e7eaec;background:#fff;padding:14px;border-radius:7px;text-align:left}.history-version:hover{background:#faf9f7}.history-version.active{border-color:#d9b79f;background:#fbf5ef}.version-number{display:flex;justify-content:center;align-items:center;width:34px;height:39px;background:#f4f5f6;border:1px solid #e9ecee;border-radius:5px;font-size:.8125rem;color:var(--muted)}.history-version.active .version-number{background:#f3e5da;border-color:#ebd9ca;color:#a57251}.history-version>span:nth-child(2){flex:1;min-width:0;overflow-wrap:anywhere}.history-version strong{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:.875rem;font-weight:550;margin-bottom:5px}.history-version strong small{font-size:.6875rem;background:#edf2ee;color:#526f59;border-radius:3px;padding:3px 4px;font-weight:400}.history-version>span>span{display:block;font-size:.8125rem;color:var(--muted);line-height:1.7}.history-version>svg{color:var(--muted)}.history-preview{margin-top:28px;border-top:1px solid var(--line);padding-top:23px}.history-preview-heading{display:flex;justify-content:space-between;align-items:center;gap:10px}.history-preview-heading .eyebrow{font-size:.6875rem}.history-preview h3{font-size:22px;font-weight:550;letter-spacing:-.4px;margin-top:22px;overflow-wrap:anywhere}.history-content{white-space:pre-wrap;overflow-wrap:anywhere;font-size:1rem;line-height:1.75;color:#454f56;margin:18px 0 25px;min-height:110px;max-height:320px;overflow-y:auto}.history-preview>.button{width:100%;font-size:.8125rem}.history-hint{font-size:.8125rem;line-height:1.8;color:var(--muted);margin-top:20px}.toast-region{position:fixed;top:76px;right:25px;z-index:150;display:flex;flex-direction:column;gap:10px;width:380px;max-width:calc(100vw - 32px);pointer-events:none}.toast{padding:13px 12px 13px 17px;background:#fff;border:1px solid #e0e6e1;border-radius:9px;box-shadow:0 8px 30px #23322f14;display:flex;align-items:center;gap:11px;font-size:.8125rem;line-height:1.7;color:#68776c;pointer-events:auto;animation:fade-in .2s ease-out}.toast>svg{flex-shrink:0;color:#719076}.toast>span:not(.toast-error-symbol){flex:1}.toast.error{border-color:#edd7cb;color:#996c52}.toast-error-symbol{background:#f7eee7;color:#b07553;font-size:.875rem;height:20px;width:20px;display:flex;justify-content:center;align-items:center;border-radius:50%;flex-shrink:0}.boot-screen{min-height:100dvh;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:40px;color:var(--muted)}.boot-screen .brand{color:var(--ink)}.boot-screen .empty-state{margin:0;padding-top:0}.login-page{min-height:100dvh;display:grid;grid-template-columns:1fr 1fr;background:#fff}.login-story{background:#303b39;color:#faf8f3;padding:43px 56px 27px;display:flex;flex-direction:column;min-height:100dvh;position:relative;overflow:hidden}.brand-light .brand-symbol{background:#ffffff08;border:1px solid #ffffff12;color:#d5b099}.brand-light .brand-caption{color:#99a4a0}.brand-light .brand-period{color:#ce9b7d}.story-copy{margin:auto 0;padding:62px 0 40px}.story-copy .eyebrow{color:#adb6b0;display:flex;align-items:center;gap:10px;font-size:.6875rem;letter-spacing:1.7px}.story-copy .eyebrow>span{width:22px;height:1px;background:#b7a18c}.story-copy h1{font-size:clamp(33px,3.8vw,58px);font-weight:450;letter-spacing:-2.4px;line-height:1.18;margin:29px 0 23px}.story-copy h1 em{font-style:normal;color:#d1ac91}.story-copy p{color:#a4b0a9;font-size:.875rem;line-height:1.9;font-weight:400}.story-footer{border-top:1px solid #ffffff14;display:flex;justify-content:space-between;gap:12px;padding-top:21px;font-size:.6875rem;color:#84958c}.story-footer>span:last-child{color:#9ba99f;letter-spacing:1px}.document-art{position:relative;height:242px;max-width:390px;margin-top:39px}.art-document{position:absolute;left:73px;top:15px;width:251px;height:204px;border:1px solid #6a7569;border-radius:7px;padding:20px 24px;background:#38423c;transform:rotate(-5deg);box-shadow:10px 14px #27322d3d}.art-doc-top{display:flex;align-items:center;gap:8px;color:#a8b2a1;font-size:.6875rem;letter-spacing:1px}.art-doc-top>svg:first-child{color:#b7a48d}.art-doc-top>svg:last-child{margin-left:auto;color:#a2b397}.art-line{width:100%;height:2px;background:#74807255;margin-top:10px;border-radius:2px}.art-line.long{width:83%;height:4px;background:#9ba38b6e;margin-top:24px}.art-line.medium{width:54%;height:4px;background:#9ba38b6e;margin-top:7px}.art-line.short{width:70%}.art-divider{height:1px;background:#87917b40;margin:16px 0 11px}.art-doc-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:16px;color:#9aa890;font-size:.6875rem;letter-spacing:1px}.art-note{position:absolute;bottom:7px;right:1px;background:#e7e3d7;color:#68705d;border:1px solid #f2ecdb;border-radius:6px;padding:12px 14px;transform:rotate(3deg);box-shadow:0 5px 13px #1b251b18;font-size:.6875rem;display:flex;align-items:center;gap:8px}.art-route{position:absolute;left:10px;top:14px;display:flex;flex-direction:column;align-items:center}.art-route>span{width:9px;height:9px;border:1px solid #8f9c83;border-radius:50%;background:#303b39}.art-route>span:last-child{background:#aab498}.art-route>i{height:82px;width:1px;border-left:1px dashed #7f8f7777}.login-form-side{position:relative;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:50px 40px 85px;background:#fbfcfc}.login-form-wrap{width:330px;max-width:100%;margin-top:-6px}.login-tag{display:inline-flex;align-items:center;gap:7px;color:#846851;font-size:.6875rem;letter-spacing:1.4px;margin-bottom:26px}.login-form-wrap h2{font-size:31px;font-weight:550;letter-spacing:-1.3px}.login-subtitle{color:var(--muted);font-size:.875rem;line-height:1.9;margin:13px 0 34px}.login-form-wrap .field{gap:10px;margin-bottom:22px}.login-form-wrap .field>span{font-size:.8125rem;color:#626b72}.login-form-wrap .field input{background:#fff;border-color:#e0e4e6;font-size:.875rem;height:46px}.login-form-wrap .field input:focus{border-color:#bf886c}.login-submit{width:100%;margin-top:7px;height:45px;justify-content:space-between;padding:10px 16px;font-size:.875rem}.login-submit:disabled{opacity:.65}.login-submit>.loading-inline{width:100%}.login-help{margin-top:28px;color:var(--muted);font-size:.8125rem;line-height:1.9;border-top:1px solid #e9edef;padding-top:23px}.login-help span{color:var(--muted);font-size:.6875rem}.login-footer{display:flex;gap:7px;align-items:center;position:absolute;bottom:32px;color:var(--muted);font-size:.6875rem}@media(min-width:1600px){.sidebar{width:274px}.main-shell{margin-left:274px}.workspace-main,.utility-bar{padding-left:50px;padding-right:50px}.documents-workspace{grid-template-columns:330px minmax(0,1fr)}.document-surface{padding:37px 55px 23px}.document-content{font-size:1rem}.document-title{font-size:29px;height:87px}.report-row h3{font-size:13px}.story-copy{margin-left:8%}.login-form-wrap{width:370px}}@media(max-width:1200px){.sidebar{width:225px}.main-shell{margin-left:225px}.sidebar-brand{padding-left:22px}.utility-bar,.workspace-main{padding-left:26px;padding-right:26px}.documents-workspace{grid-template-columns:260px minmax(0,1fr)}.document-surface{padding:26px 27px 20px}.document-title{font-size:23px;height:69px;min-height:69px}.document-properties{gap:23px}.editor-toolbar{padding-left:18px;padding-right:18px}.document-label,.toolbar-divider{display:none}.editor-footer{padding:12px 17px}.editing-note{font-size:.6875rem}.editor-actions{gap:2px}.editor-actions .button{padding-left:10px;padding-right:10px;font-size:.8125rem}.utility-right>span:last-child{max-width:100px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.report-list-header,.report-list-tools{padding-left:17px;padding-right:17px}.report-list-header h2{max-width:135px}.courier-heading h1{font-size:25px}.login-story{padding-left:39px;padding-right:39px}.story-copy h1{letter-spacing:-1.6px}.document-art{transform:scale(.92);transform-origin:left center}.welcome-lines{right:-15px;opacity:.4}}@media(max-width:1020px){.sidebar{width:207px}.main-shell{margin-left:207px}.sidebar-brand{padding-left:19px}.brand strong{font-size:25px}.brand-caption{font-size:.5625rem;letter-spacing:.6px}.brand{gap:8px}.workspace-label{margin:0 16px}.workspace-label strong{font-size:.8125rem}.workspace-label div>span{font-size:.6875rem}.sidebar-section-title{margin-left:20px;margin-right:20px}.courier-search{margin-left:15px;margin-right:15px}.courier-list{padding-left:8px;padding-right:8px}.courier-item{gap:8px;padding:11px 9px}.courier-item-text strong{font-size:.8125rem}.avatar{width:31px;height:31px;font-size:.8125rem}.sidebar-add,.sidebar-bottom{padding-left:15px;padding-right:15px}.utility-bar{padding:0 21px}.utility-right{gap:9px}.utility-right>span:last-child,.utility-separator,.operator-dot{display:none}.utility-left{gap:9px}.workspace-main{padding:25px 21px 0}.documents-workspace{grid-template-columns:228px minmax(0,1fr)}.heading-avatar{width:47px;height:47px;font-size:15px}.courier-heading-main{gap:13px}.courier-heading h1{font-size:23px}.courier-metadata{font-size:.6875rem;gap:9px}.edit-courier{padding:7px 9px}.edit-courier span{display:none}.report-list-header h2{font-size:.875rem;max-width:122px}.new-report-button{width:28px;padding:0}.new-report-button>span{display:none}.report-row h3,.status-filters button{font-size:.8125rem}.document-surface{padding:25px 22px 18px}.document-title{font-size:21px;min-height:64px;height:64px}.document-content{font-size:1rem}.document-properties{gap:19px}.document-updated{display:none!important}.document-word-count{display:none}.editor-footer{flex-wrap:wrap;gap:10px}.editing-note{flex:1}.editor-actions .button{min-height:33px}.editor-welcome h2{font-size:20px}.editor-welcome p{font-size:.8125rem}.editor-empty-note{font-size:.6875rem}.folder-tabs{gap:19px}.folder-tab,.folder-actions .text-button{font-size:.8125rem}.workspace-status{font-size:.6875rem}.welcome-empty{padding-left:5px}.welcome-empty>p{font-size:.875rem}.welcome-lines{display:none}.login-story{padding-left:32px;padding-right:32px}.story-copy h1{font-size:36px}.story-copy p{font-size:.8125rem}.document-art{transform:scale(.8);margin-top:20px;margin-bottom:-20px}.story-footer{font-size:.6875rem}.story-footer>span:last-child{display:none}.login-form-side{padding-left:32px;padding-right:32px}.login-form-wrap h2{font-size:27px}}@media(max-width:800px){.sidebar{width:254px;transform:translate(-100%);visibility:hidden;transition:transform .2s ease;z-index:70;box-shadow:12px 0 40px #22343b1a}.sidebar.is-open{transform:translate(0);visibility:visible}.main-shell{margin-left:0}.nav-scrim{position:fixed;inset:0;z-index:60;background:#26313d59;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.mobile-menu,.mobile-close{display:inline-flex}.mobile-close{position:absolute;top:32px;right:10px}.sidebar-brand{padding-left:23px}.brand strong{font-size:27px}.brand-caption{font-size:.5625rem}.workspace-label{margin-left:20px;margin-right:20px}.workspace-label strong{font-size:.8125rem}.workspace-label div>span{font-size:.6875rem}.courier-item-text strong{font-size:.8125rem}.courier-item{padding:12px;gap:11px}.avatar{width:35px;height:35px;font-size:.8125rem}.heading-avatar{width:48px;height:48px;font-size:16px}.utility-bar{height:56px;padding:0 20px}.utility-left{gap:9px}.utility-left>.mobile-menu{margin-left:-6px;margin-right:1px;color:#7d878e}.utility-right>span:last-child{display:inline}.today-date{display:none}.workspace-main{padding:23px 25px 0}.page-eyebrow{margin-bottom:20px}.courier-heading{margin-bottom:24px}.courier-heading h1{font-size:26px}.edit-courier span{display:inline}.edit-courier{padding:8px 11px}.courier-metadata{font-size:.8125rem}.documents-workspace{grid-template-columns:255px minmax(0,1fr);min-height:590px;height:calc(100dvh - 280px)}.document-title{font-size:23px;min-height:70px;height:70px}.document-content{font-size:1rem}.report-list-header h2{font-size:13px}.new-report-button{width:auto;padding:4px 8px}.new-report-button span{display:inline}.workspace-status{font-size:.6875rem}.folder-actions .text-button{font-size:.8125rem}.login-story{padding:35px 27px 25px}.story-copy{padding-top:45px}.story-copy h1{font-size:32px}.document-art{transform:scale(.67);margin-top:4px;margin-bottom:-65px}.login-form-side{padding-left:27px;padding-right:27px}.login-form-wrap h2{font-size:25px}.login-subtitle{font-size:.8125rem}.login-help span{font-size:.6875rem}}@media(max-width:650px){.workspace-main{padding:20px 16px 0}.utility-bar{padding:0 15px}.utility-breadcrumb{display:none}.utility-left>svg{display:none}.utility-left{font-size:.8125rem}.utility-right{font-size:.6875rem}.workspace-status{display:none}.page-eyebrow{margin-bottom:17px}.page-eyebrow .eyebrow{font-size:.6875rem}.courier-heading{margin-bottom:21px;gap:12px}.courier-heading h1{font-size:24px;letter-spacing:-.7px}.courier-heading-main{gap:12px}.heading-avatar{width:45px;height:45px;border-radius:11px;font-size:14px}.courier-metadata{gap:6px 10px;font-size:.6875rem;margin-top:7px}.metadata-separator{display:none}.courier-metadata svg{width:12px;height:12px}.edit-courier{background:#fff!important;padding:8px}.edit-courier span{display:none}.folder-bar{margin-bottom:17px;min-height:39px;gap:12px}.folder-tabs{gap:20px}.folder-tab{padding-bottom:12px;font-size:.8125rem;gap:6px}.folder-tab span:not(.tab-count){max-width:130px}.folder-actions{gap:8px}.folder-actions .text-button span{display:none}.folder-actions .text-button{width:26px}.folder-actions .text-button svg{width:18px;height:18px}.documents-workspace{grid-template-columns:minmax(0,1fr);height:calc(100dvh - 279px);min-height:480px;border-radius:8px}.report-list-pane{border-right:0}.report-list-header{padding:20px 20px 16px}.report-list-header h2{font-size:15px;max-width:250px}.report-list-header>div>span{font-size:.8125rem}.new-report-button{min-height:33px;padding:7px 10px;gap:5px;font-size:.8125rem}.report-list-tools{padding-left:20px;padding-right:20px}.report-search{height:36px}.report-search input{font-size:.875rem}.status-filters button{font-size:.8125rem;padding:7px 5px}.report-row{padding:18px 20px}.report-row h3{font-size:13px}.report-row-top,.report-row-top time{font-size:.6875rem}.report-row p{font-size:.8125rem}.report-row-bottom,.list-footer{font-size:.6875rem}.documents-workspace:not(.has-selection) .editor-pane{display:none}.documents-workspace.has-selection .report-list-pane{display:none}.documents-workspace.has-selection{height:calc(100dvh - 279px);min-height:560px}.mobile-back{display:inline-flex;width:26px;margin-left:-5px;margin-right:1px}.editor-toolbar{padding:9px 18px;min-height:52px}.document-toolbar-icon{display:none}.save-indicator{font-size:.6875rem}.history-button{font-size:.8125rem}.document-surface{padding:25px 24px 19px}.document-title{height:74px;min-height:74px;font-size:25px}.document-properties{gap:30px}.document-updated{display:flex!important}.document-version>span:last-child,.document-updated>span:last-child{font-size:.6875rem}.document-content{min-height:245px;font-size:1rem;line-height:1.75}.document-breadcrumb{font-size:.8125rem}.document-author{font-size:.6875rem}.document-word-count{display:inline}.document-author strong{font-size:.6875rem}.document-divider{margin-top:21px;margin-bottom:22px}.editor-footer{padding:11px 17px}.editor-actions .button{font-size:.8125rem;padding:8px 11px;min-height:35px}.editing-note{font-size:.6875rem}.editor-warning,.lock-note{padding-left:18px;padding-right:18px}.workspace-footer{font-size:.6875rem;padding:13px 1px 16px}.workspace-footer>span:last-child{font-size:.6875rem}.welcome-empty{padding:58px 9px 80px}.welcome-empty h1{font-size:34px}.welcome-empty>p{font-size:.875rem}.welcome-empty>.button{font-size:.875rem}.empty-state.compact{padding:55px 30px}.empty-state.compact h3{font-size:15px}.empty-state.compact p{font-size:.875rem;max-width:230px}.empty-state.compact .text-button{font-size:.875rem}.empty-state.compact .empty-icon{width:51px;height:51px}.modal-backdrop{padding:16px}.modal{max-height:calc(100dvh - 32px)}.modal-heading{padding:24px 23px 0}.modal-heading h2{font-size:20px}.dialog-form{padding:24px 23px 0}.modal-actions{flex-wrap:wrap}.modal-actions .button{flex:1}.confirm-modal .modal-actions{margin-left:23px;margin-right:23px}.history-drawer{padding:0}.history-drawer .modal{width:min(470px,100%);border-radius:0}.history-drawer .modal-heading{padding:25px 24px 20px}.history-body{padding:23px}.toast-region{right:16px;top:64px}.login-page{display:block;min-height:100dvh}.login-story{display:none}.login-form-side{min-height:100dvh;padding:120px 28px 90px}.mobile-login-brand{display:block;position:absolute;top:30px;left:28px}.login-form-wrap{width:350px;margin-top:0}.login-tag{margin-bottom:22px}.login-form-wrap h2{font-size:31px}.login-subtitle{font-size:.875rem}.login-form-wrap .field input{height:49px;font-size:14px}.login-form-wrap .field>span{font-size:.875rem}.login-submit{height:47px;font-size:.875rem}.login-help,.login-help span{font-size:.8125rem}.login-footer{bottom:28px;font-size:.6875rem}}@media(max-width:390px){.courier-heading h1{font-size:21px}.heading-avatar{display:none}.document-surface{padding-left:20px;padding-right:20px}.document-title{font-size:23px}.document-properties{gap:22px}.document-updated{display:none!important}.document-word-count{display:none}.editor-footer{padding-left:12px;padding-right:12px}.editor-footer .editing-note{flex-basis:100%;max-width:none;font-size:.6875rem}.editor-actions .button{font-size:.8125rem;padding:7px 9px}.history-button span{display:none}.modal-heading h2{font-size:18px}.modal-actions .button{font-size:.8125rem}.history-preview-heading{flex-wrap:wrap}.login-form-side{padding-left:23px;padding-right:23px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
