:root{--navy:#102f51;--cyan:#2392d7;--beige:#f5f2ec;--beige2:#faf8f4;--border:#e4ddd4;--border2:#ede8e2;--text:#102f51;--muted:#8a8070;--faint:#b0a898;--green:#1c5535;--amber:#854f0b;--red:#a32d2d;--lib:280px;--right:270px}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;overflow:hidden}body{background:var(--beige);color:var(--text);-webkit-font-smoothing:antialiased;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select,textarea{font:inherit}button{cursor:pointer}.app{grid-template-columns:220px 1fr;height:100vh;transition:grid-template-columns .22s;display:grid}.app.collapsed{grid-template-columns:0 1fr}.app.collapsed .nav-sidebar{width:0;min-width:0;overflow:hidden}.nav-sidebar{background:var(--navy);flex-direction:column;height:100vh;display:flex;overflow:hidden}.nav-brand{cursor:pointer;border-bottom:1px solid #ffffff14;align-items:flex-start;gap:9px;min-width:0;padding:15px 14px;display:flex}.nav-logo{background:var(--cyan);color:#fff;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-top:1px;font-size:13px;font-weight:800;display:flex;overflow:hidden}.nav-logo.has-image{background:#fff;padding:2px}.nav-logo img{object-fit:contain;border-radius:5px;width:100%;height:100%;display:block}.nav-brand-name{color:#fff;-webkit-line-clamp:2;word-break:break-word;-webkit-box-orient:vertical;flex:1;min-width:0;font-size:13px;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.nav-scroll{flex:1;padding:8px 0;overflow-y:auto}.nav-section{letter-spacing:.08em;text-transform:uppercase;color:#ffffff4d;padding:12px 14px 4px;font-size:10px;font-weight:700}.nav-item{cursor:pointer;color:#ffffff80;border-left:2px solid #0000;align-items:center;gap:9px;padding:9px 14px;font-size:12.5px;transition:all .13s;display:flex}.nav-item:hover{color:#ffffffd9;background:#ffffff0f}.nav-item.active{color:#fff;border-left-color:var(--cyan);background:#2392d724;font-weight:600}.nav-item .ni{text-align:center;flex-shrink:0;width:18px;font-size:15px}.nav-item .nt{flex:1}.nav-footer{border-top:1px solid #ffffff14;padding:8px 0}.nav-footer .nav-item{color:#fff6}.nav-avatar{background:var(--cyan);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:10px;font-weight:700;display:flex}.powered-by{z-index:25;letter-spacing:.03em;color:var(--muted);pointer-events:none;-webkit-user-select:none;user-select:none;white-space:nowrap;font-size:11px;position:fixed;bottom:12px;right:16px}body.editor-focus-edit-active .powered-by,body.editor-reading-active .powered-by{display:none}.workspace{grid-template-rows:52px 1fr;min-width:0;display:grid;overflow:hidden}.topbar{border-bottom:1px solid var(--border);z-index:10;background:#fff;align-items:center;gap:12px;padding:0 18px;display:flex}.sidebar-toggle{border:1px solid var(--border);width:32px;height:32px;color:var(--navy);cursor:pointer;background:#fff;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;display:flex}.sidebar-toggle:hover{background:var(--beige2)}.breadcrumb{color:var(--muted);font-size:12px}.breadcrumb strong{color:var(--navy)}.bc-sep{color:var(--faint);margin:0 6px}.tb-search{align-items:center;margin-left:auto;display:flex;position:relative}.tb-search input{border:1px solid var(--border);width:320px;height:34px;color:var(--navy);background:var(--beige2);border-radius:8px;outline:none;padding:0 12px 0 36px;font-size:12px}.tb-search input:focus{border-color:var(--cyan);background:#fff}.tb-search-panel{z-index:80;border:1px solid var(--border);background:#fff;border-radius:10px;max-height:360px;padding:6px;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:auto;box-shadow:0 10px 28px #102f5124}.tb-search-empty{color:var(--muted);padding:14px 12px;font-size:12px}.tb-search-hit{text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:flex-start;gap:10px;width:100%;padding:8px 10px;display:flex}.tb-search-hit:hover,.tb-search-hit.is-active{background:var(--beige2)}.tb-search-hit-ico{flex-shrink:0;margin-top:1px;font-size:14px;line-height:1.2}.tb-search-hit-text{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.tb-search-hit-title{color:var(--navy);white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:600;overflow:hidden}.tb-search-hit-sub{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:10px;overflow:hidden}.tb-search-hit-kind{text-transform:uppercase;letter-spacing:.04em;color:var(--faint);flex-shrink:0;margin-top:2px;font-size:9px;font-weight:700}.tb-search:before{content:"";border:1.5px solid var(--faint);box-sizing:border-box;pointer-events:none;border-radius:50%;width:14px;height:14px;margin-top:-8px;position:absolute;top:50%;left:12px}.tb-search:after{content:"";background:var(--faint);pointer-events:none;width:6px;height:1.5px;margin-top:3px;position:absolute;top:50%;left:23px;transform:rotate(45deg)}.tb-actions{align-items:center;gap:8px;display:flex}.tb-btn{border:1px solid var(--border);height:32px;color:var(--navy);background:#fff;border-radius:7px;padding:0 14px;font-size:12px;font-weight:500}.tb-btn:hover{background:var(--beige2)}.tb-btn.primary{background:var(--navy);color:#fff;border-color:var(--navy)}.tb-btn.primary:hover{background:#0d2440}.home-page{background:var(--beige);flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}.home-logo-big{background:var(--navy);color:#fff;border-radius:18px;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:18px;font-size:32px;font-weight:800;display:flex}.home-logo-big span{color:var(--cyan)}.home-title{color:var(--navy);margin-bottom:6px;font-size:24px;font-weight:700}.home-sub{color:var(--muted);font-size:13px}.std-page{background:var(--beige);padding:26px 30px;overflow-y:auto}.page-h{margin-bottom:20px}.page-h h2{color:var(--navy);margin-bottom:3px;font-size:18px;font-weight:700}.page-h p{color:var(--muted);font-size:12px}.acts{gap:8px;margin-bottom:16px;display:flex}.card{border:1px solid var(--border);background:#fff;border-radius:10px;margin-bottom:14px;overflow:hidden}.card-hd{border-bottom:1px solid var(--border2);background:var(--beige2);justify-content:space-between;align-items:center;padding:13px 16px;display:flex}.card-hd-title{color:var(--navy);font-size:12.5px;font-weight:600}table{border-collapse:collapse;width:100%}th{color:var(--muted);text-align:left;border-bottom:1px solid var(--border2);background:var(--beige2);padding:9px 14px;font-size:10.5px;font-weight:700}td{color:#333;border-bottom:1px solid var(--beige);padding:10px 14px;font-size:12px}tr:last-child td{border-bottom:none}tr:hover td{background:var(--beige2)}.badge{border-radius:10px;padding:2px 8px;font-size:10px;font-weight:600;display:inline-block}.bg{color:#1c5535;background:#e4f4ea}.bb{color:#102f51;background:#e0f0fb}.ba{color:#854f0b;background:#fdf0e0}.br{color:#a32d2d;background:#fce8e8}.bgr{color:#6b6358;background:#f0ece6}.igrid{grid-template-columns:1fr 1fr;gap:12px;padding:16px;display:grid}.ifield label{color:var(--muted);margin-bottom:3px;font-size:10.5px;font-weight:500;display:block}.ifield input,.ifield select,.ifield textarea{border:1px solid var(--border);width:100%;color:var(--navy);background:var(--beige2);border-radius:6px;outline:none;padding:7px 10px;font-size:12px}.ifield input:focus,.ifield select:focus{border-color:var(--cyan);background:#fff}.ifield textarea{resize:vertical;min-height:60px}.btn{cursor:pointer;border:1px solid var(--border);color:var(--navy);background:#fff;border-radius:7px;align-items:center;gap:5px;padding:6px 13px;font-size:11.5px;font-weight:500;transition:all .13s;display:inline-flex}.btn:hover{background:var(--beige2)}.btn.primary{background:var(--navy);color:#fff;border-color:var(--navy)}.btn.primary:hover{background:#0d2440}.btn.accent{background:var(--cyan);color:#fff;border-color:var(--cyan)}.btn.danger{color:var(--red);background:#fff;border-color:#f0d0ce}.btn.sm{padding:4px 10px;font-size:11px}.toggle{cursor:pointer;background:#d0c8be;border-radius:9px;flex-shrink:0;width:34px;height:18px;transition:all .2s;position:relative}.toggle.on{background:var(--cyan)}.toggle:after{content:"";background:#fff;border-radius:50%;width:14px;height:14px;transition:all .2s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #0003}.toggle.on:after{left:18px}.srow{border-bottom:1px solid var(--beige);justify-content:space-between;align-items:center;padding:11px 0;display:flex}.srow:last-child{border-bottom:none}.slabel{color:var(--navy);font-size:12.5px;font-weight:500}.sdesc{color:var(--faint);margin-top:2px;font-size:11px}.slg{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;margin-bottom:12px;font-size:10.5px;font-weight:600}.stat-strip{gap:10px;margin-bottom:16px;display:flex}.stat-card{border:1px solid var(--border);background:#fff;border-radius:9px;flex:1;padding:12px 16px}.stat-card.bl{border-left:3px solid var(--cyan)}.stat-card.bg2{border-left:3px solid var(--green)}.stat-card.ba2{border-left:3px solid #d68910}.stat-card.br2{border-left:3px solid var(--red)}.stat-card.bn{border-left:3px solid var(--navy)}.stat-num{color:var(--navy);font-size:20px;font-weight:700}.stat-lbl{color:var(--muted);margin-top:2px;font-size:11px}.editor-shell{grid-template-columns:var(--lib) 1fr var(--right);min-width:0;height:100%;transition:grid-template-columns .2s;display:grid;overflow:hidden}.editor-shell.lib-collapsed{grid-template-columns:1fr var(--right)}.editor-shell.right-collapsed{grid-template-columns:var(--lib) 1fr}.editor-shell.lib-collapsed.right-collapsed{grid-template-columns:1fr}.editor-shell.lib-collapsed .lib-panel,.editor-shell.right-collapsed .ed-right{display:none!important}.lib-panel{background:var(--beige2);border-right:1px solid var(--border);flex-direction:column;display:flex;overflow:hidden}.lib-top{border-bottom:1px solid var(--border2);padding:14px 14px 10px}.lib-top h3{color:var(--navy);margin-bottom:8px;font-size:14px;font-weight:700}.lib-search{border:1px solid var(--border);width:100%;height:30px;color:var(--navy);background:#fff;border-radius:7px;outline:none;padding:0 10px;font-size:11.5px}.lib-search:focus{border-color:var(--cyan)}.lib-scroll{flex:1;padding:8px 0;overflow-y:auto}.lib-group-title{letter-spacing:.08em;text-transform:uppercase;color:var(--faint);padding:10px 14px 4px;font-size:10px;font-weight:700}.lib-group-head{justify-content:space-between;align-items:center;gap:6px;display:flex}.lib-group-head .lib-group-title{flex:1;min-width:0;padding:10px 4px 4px 14px}.lib-item{cursor:pointer;color:#596a82;align-items:center;gap:9px;padding:8px 14px;font-size:12.5px;transition:all .13s;display:flex}.lib-item:hover{background:#eee8e0}.lib-item.active{color:var(--navy);background:#e6f0fb;font-weight:600}.lib-dot{background:var(--green);border-radius:50%;flex-shrink:0;width:7px;height:7px}.lib-dot.amber{background:#d68910}.lib-dot.gray{background:var(--faint)}.lib-dot.draft{background:var(--cyan)}.lib-item-row{align-items:center;display:flex}.lib-item-row .lib-item{flex:1;min-width:0}.lib-acts{opacity:0;flex-shrink:0;align-items:center;gap:2px;padding-right:8px;transition:opacity .13s;display:flex}.lib-group-head:hover .lib-acts,.lib-item-row:hover .lib-acts{opacity:1}.lib-act{cursor:pointer;background:0 0;border:none;border-radius:4px;padding:3px 4px;font-size:11px;line-height:1}.lib-act:hover{background:var(--beige)}.lib-toolbar{margin-top:8px}.lib-toolbar-btn{border:1px dashed var(--border);width:100%;height:28px;color:var(--cyan);cursor:pointer;background:#fff;border-radius:7px;font-size:11.5px}.lib-toolbar-btn:hover{background:var(--beige)}.lib-add{color:var(--cyan);cursor:pointer;border-top:1px solid var(--border2);align-items:center;gap:7px;margin-top:auto;padding:8px 14px;font-size:12px;display:flex}.lib-add:hover{background:var(--beige)}.ed-center{background:#fff;flex-direction:column;min-width:0;display:flex;position:relative;overflow:hidden}.panel-rail{z-index:25;border:1px solid var(--border);width:16px;height:56px;color:var(--navy);cursor:pointer;background:#fff;justify-content:center;align-items:center;padding:0;font-size:16px;font-weight:700;line-height:1;transition:background .15s,color .15s,box-shadow .15s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 8px #102f5114}.panel-rail:hover{background:var(--navy);color:#fff;border-color:var(--navy);box-shadow:0 4px 12px #102f5129}.panel-rail--left{border-left:none;border-radius:0 8px 8px 0;left:0}.panel-rail--right{border-right:none;border-radius:8px 0 0 8px;right:0}.panel-rail.is-collapsed{background:var(--beige2)}.ed-document-pane{flex-direction:column;flex:1;min-height:0;display:flex;overflow:auto}.ed-document-pane.is-hidden,.ed-document-pane[hidden]{display:none!important}.ed-header{border-bottom:1px solid var(--border);z-index:5;background:#fff;padding:8px 16px 0;position:sticky;top:0}.ed-header-top{justify-content:space-between;align-items:center;gap:10px;min-width:0;margin-bottom:4px;display:flex}.ed-title-row{flex:1;align-items:center;gap:8px;min-width:0;margin-bottom:0;display:flex}.ed-icon{background:linear-gradient(135deg,#1a4a80,var(--cyan));color:#fff;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:13px;display:flex}.ed-title-main{flex:1;min-width:0}.ed-title-line{align-items:center;gap:6px;min-width:0;display:flex}.ed-title{color:var(--navy);letter-spacing:-.2px;text-overflow:ellipsis;white-space:nowrap;background:0 0;border:none;outline:none;flex:1;width:auto;min-width:0;height:auto;margin:0;padding:0;font-size:14px;font-weight:700;line-height:1.25;overflow:hidden}.ed-title:focus{box-shadow:none;white-space:normal}.ed-subline{color:var(--muted);margin-top:1px;font-size:10px;line-height:1.3}.ed-pill{border-radius:4px;flex-shrink:0;padding:2px 6px;font-size:9px;font-weight:700}.ed-pill.published{color:#1c5535;background:#e4f4ea;border:1px solid #c0e0cc}.ed-pill.draft{color:var(--navy);background:#e6f0fb;border:1px solid #b8d4ee}.ed-pill.review{color:#854f0b;background:#fdf0e0;border:1px solid #f0d8b0}.ed-pill-version{color:#515b6b;border:1px solid var(--border);background:#f0f2f5;font-weight:600}.ed-action-bar{border:1px solid var(--border);background:linear-gradient(#faf8f4 0%,#f3efe8 100%);border-radius:8px;flex-shrink:0;align-items:center;gap:1px;margin:0;padding:2px;display:inline-flex;box-shadow:0 1px #102f510a}.ed-act{height:28px;color:var(--navy);cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:4px;padding:0 8px;font-size:11px;font-weight:600;transition:background .15s,color .15s,box-shadow .15s;display:inline-flex}.ed-act:hover{background:#fff;box-shadow:0 1px 3px #102f5114}.ed-act--on{background:var(--navy);color:#fff;box-shadow:0 2px 6px #102f512e}.ed-act--on:hover{color:#fff;background:#0d2440}.ed-act--publish{color:#0f5f96;background:#2392d71f}.ed-act--publish:hover{background:var(--cyan);color:#fff;box-shadow:0 2px 8px #2392d747}.ed-act--dirty{color:#0f5f96;background:#2392d724;box-shadow:0 1px 4px #2392d72e}.ed-act:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.ed-act:disabled:hover{box-shadow:none;color:var(--navy);background:0 0}.ed-act--dirty:disabled{background:0 0}.ed-act--icon{justify-content:center;width:28px;padding:0}.ed-act-ico{font-size:12px;line-height:1;display:inline-flex}.ed-act-label{line-height:1}.ed-act-sep{background:var(--border);flex-shrink:0;width:1px;height:16px;margin:0 3px}.ed-tabs{gap:14px;display:flex}.ed-tab{color:var(--muted);cursor:pointer;border-bottom:2px solid #0000;padding:4px 0 6px;font-size:11px}.ed-tab.active{color:var(--cyan);border-bottom-color:var(--cyan);font-weight:700}.ed-toast{color:#1c5535;background:#e8f6ee;border:1px solid #b7e0c5;border-radius:6px;margin:0 0 6px;padding:6px 10px;font-size:11px}.ed-body--readonly{cursor:default;opacity:.98}.ed-tab-panel{max-width:820px}.ed-panel-card{background:var(--beige2);border:1px solid var(--border);border-radius:10px;padding:18px 20px}.ed-panel-title{color:var(--navy);margin-bottom:6px;font-size:14px;font-weight:700}.ed-panel-copy{color:var(--muted);margin:0 0 14px;font-size:12px;line-height:1.5}.ed-version-row,.ed-history-row{border:1px solid var(--border);color:var(--navy);background:#fff;border-radius:8px;align-items:center;gap:12px;margin-bottom:8px;padding:10px 12px;font-size:12px;display:flex}.ed-version-row.muted,.ed-history-row.muted{color:var(--muted)}.ed-version-row--clickable{cursor:pointer;transition:border-color .15s,box-shadow .15s}.ed-version-row--clickable:hover{border-color:#b8d4ee;box-shadow:0 1px 4px #102f510f}.ed-version-row--clickable.is-active{border-color:var(--cyan);background:#f5faff}.ed-version-id{min-width:48px;color:var(--cyan);font-weight:700}.ed-version-meta{color:var(--muted);margin-left:auto;font-size:11px}.ed-version-meta-inline{color:var(--muted);font-size:11px}.ed-version-actions{flex-shrink:0;gap:6px;margin-left:auto;display:flex}.ed-version-dl{border:1px solid var(--border);background:var(--beige2);cursor:pointer;color:var(--navy);border-radius:6px;padding:4px 8px;font-size:10px;font-weight:600}.ed-version-dl:hover{background:#fff;border-color:#b8d4ee}.ed-version-banner{color:#3a4a5c;background:#f0f7ff;border-bottom:1px solid #d0e4f4;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:10px 20px;font-size:12px;display:flex}.ed-version-banner-actions{gap:8px;display:flex}.ed-banner-btn{cursor:pointer;background:var(--navy);color:#fff;border:none;border-radius:6px;padding:6px 10px;font-size:11px;font-weight:700}.ed-banner-btn--ghost{color:var(--navy);border:1px solid var(--border);background:0 0}.ed-history-avatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:11px;font-weight:700;display:inline-flex}.ed-history-body{flex:1;min-width:0;line-height:1.45}.ed-history-time{color:var(--muted);margin-top:2px;font-size:10px}.muted{color:var(--muted)}.ed-ai-prompt{width:100%;min-height:90px;margin-bottom:10px}.ed-ai-output{border:1px solid var(--border);color:var(--navy);white-space:pre-wrap;background:#fff;border-radius:8px;margin-top:14px;padding:12px 14px;font-family:inherit;font-size:12px;line-height:1.55}.ed-fs-btn{min-width:32px;padding:0 8px;font-size:15px;line-height:1}.editor-shell.is-fullscreen{z-index:50;background:#fff;grid-template-columns:1fr;width:100vw;height:100vh;position:fixed;inset:0}.editor-shell.is-fullscreen .panel-rail,.editor-shell.is-reading .panel-rail{display:none!important}.editor-shell.is-fullscreen .ed-center{width:100%;max-width:none;height:100%}.editor-shell.is-fullscreen .ed-header{padding:20px 40px 0}.editor-shell.is-fullscreen .ed-title-row{gap:16px;margin-bottom:16px}.editor-shell.is-fullscreen .ed-icon{border-radius:14px;width:56px;height:56px;font-size:26px}.editor-shell.is-fullscreen .ed-title{font-size:28px}.editor-shell.is-fullscreen .ed-subline{margin-top:6px;font-size:13px}.editor-shell.is-fullscreen .ed-pill{padding:4px 10px;font-size:11px}.editor-shell.is-fullscreen .ed-action-bar{margin-bottom:16px;padding:5px}.editor-shell.is-fullscreen .ed-act{height:38px;padding:0 14px;font-size:13px}.editor-shell.is-fullscreen .ed-act--icon{width:38px;padding:0}.editor-shell.is-fullscreen .ed-tabs{gap:28px}.editor-shell.is-fullscreen .ed-tab{padding:10px 0 12px;font-size:13px}.editor-shell.is-fullscreen .ed-toolbar{gap:4px;padding:10px 40px}.editor-shell.is-fullscreen .ed-sel{min-width:130px;height:32px;font-size:12.5px}.editor-shell.is-fullscreen .et{width:32px;height:32px;font-size:13px}.editor-shell.is-fullscreen .ed-body{max-width:1100px;padding:40px 48px 80px}.editor-shell.is-fullscreen .ed-body h2{margin:28px 0 10px;font-size:22px}.editor-shell.is-fullscreen .ed-body h3{margin:20px 0 8px;font-size:16px}.editor-shell.is-fullscreen .ed-body p,.editor-shell.is-fullscreen .ed-body li{font-size:15px;line-height:1.8}.editor-shell.is-fullscreen .ed-tab-panel{max-width:1100px;padding:40px 48px 80px}.editor-shell.is-fullscreen .ed-panel-card{padding:24px 28px}.editor-shell.is-fullscreen .ed-panel-title{font-size:18px}.editor-shell.is-fullscreen .ed-panel-copy,.editor-shell.is-fullscreen .ed-version-row,.editor-shell.is-fullscreen .ed-history-row,.editor-shell.is-fullscreen .ed-ai-output{font-size:14px}.editor-shell.is-fullscreen .ed-ai-prompt,.editor-shell.is-fullscreen .ai-prompt{min-height:120px;font-size:14px}.editor-shell.is-fullscreen .summary-card,.editor-shell.is-fullscreen .callout,.editor-shell.is-fullscreen .dtable{font-size:14px}body.editor-fs-active,body.editor-focus-edit-active{overflow:hidden}body.editor-focus-edit-active .nav-sidebar,body.editor-focus-edit-active .topbar,body.editor-focus-edit-active .lib-panel,body.editor-focus-edit-active .ed-right{display:none!important}body.editor-focus-edit-active .app{grid-template-columns:1fr!important}body.editor-focus-edit-active .workspace{height:100vh;grid-template-rows:1fr!important}.editor-shell.is-focus-edit{z-index:60;background:#f4f5f7;width:100vw;max-width:100vw;height:100vh;position:fixed;inset:0;grid-template-columns:1fr!important}.editor-shell.is-focus-edit .panel-rail{display:none!important}.editor-shell.is-focus-edit .ed-center,.ed-center--focus-edit{background:#f4f5f7;width:100%;max-width:none;height:100%;overflow:hidden}.editor-shell.is-focus-edit .ed-document-pane{width:100%;max-width:none;overflow:auto}.editor-shell.is-focus-edit .ed-toolbar{z-index:6;border-bottom:1px solid var(--border);background:#fff;padding:6px 16px;position:sticky;top:0;box-shadow:0 1px #102f510a}.editor-shell.is-focus-edit .ed-body{border:1px solid var(--border);box-sizing:border-box;background:#fff;border-radius:4px;width:100%;max-width:820px;margin:16px auto 48px;padding:28px 36px 60px;box-shadow:0 1px 3px #102f510f}.ed-focus-bar{border-bottom:1px solid var(--border);z-index:7;background:#fff;flex-shrink:0;align-items:center;gap:10px;height:36px;padding:0 12px;display:flex}.ed-focus-done{border:1px solid var(--border);height:26px;color:var(--navy);cursor:pointer;background:#fff;border-radius:6px;flex-shrink:0;padding:0 10px;font-size:11.5px;font-weight:600}.ed-focus-done:hover{border-color:var(--cyan);color:var(--cyan)}.ed-focus-title{min-width:0;color:var(--navy);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:12.5px;font-weight:650;overflow:hidden}.ed-focus-dirty{color:#0f5f96;background:#2392d71f;border-radius:4px;flex-shrink:0;padding:2px 7px;font-size:10px;font-weight:700}.ed-focus-save{background:var(--navy);color:#fff;cursor:pointer;border:none;border-radius:6px;flex-shrink:0;height:26px;padding:0 12px;font-size:11.5px;font-weight:600}.ed-focus-save:hover{background:#0d2440}.ed-focus-save:disabled{opacity:.45;cursor:not-allowed}@media (width<=900px){.ed-header-top{flex-wrap:wrap}.ed-action-bar{width:100%}.ed-act-label{display:none}.ed-act{padding:0 7px}}body.editor-reading-active{overflow:hidden}body.editor-reading-active .nav-sidebar,body.editor-reading-active .topbar,body.editor-reading-active .lib-panel,body.editor-reading-active .ed-right{display:none!important}body.editor-reading-active .app{grid-template-columns:1fr!important}body.editor-reading-active .workspace{height:100vh;grid-template-rows:1fr!important}.editor-shell.is-reading{z-index:60;background:#fff;width:100vw;max-width:100vw;height:100vh;position:fixed;inset:0;grid-template-columns:1fr!important}.editor-shell.is-reading .lib-panel,.editor-shell.is-reading .ed-right{display:none!important}.editor-shell.is-reading .ed-center,.ed-center--reading{background:#fff;width:100%;max-width:none;height:100%;overflow:auto}.ed-reading-title{width:100%;max-width:none;color:var(--navy);margin:0;padding:48px clamp(24px,6vw,96px) 12px;font-size:clamp(28px,3.2vw,40px);font-weight:700;line-height:1.25}.editor-shell.is-reading .ed-document-pane{width:100%;max-width:none}.editor-shell.is-reading .ed-body{box-sizing:border-box;width:100%;max-width:none;margin:0;padding:8px clamp(24px,6vw,96px) 120px}.editor-shell.is-reading .ed-body .ProseMirror{width:100%;max-width:none}.editor-shell.is-reading .ed-body h2{margin:28px 0 10px;font-size:22px}.editor-shell.is-reading .ed-body h3{margin:20px 0 8px;font-size:16px}.editor-shell.is-reading .ed-body p,.editor-shell.is-reading .ed-body li{font-size:16px;line-height:1.85}.ed-reading-exit{z-index:70;border:1px solid var(--border);height:36px;color:var(--navy);cursor:pointer;opacity:.85;background:#fffffff2;border-radius:8px;padding:0 14px;font-size:12.5px;font-weight:600;transition:opacity .2s;position:fixed;top:16px;right:16px;box-shadow:0 4px 16px #102f511f}.editor-shell.is-reading:hover .ed-reading-exit,.ed-reading-exit:focus-visible,.ed-reading-exit:hover{opacity:1}.ed-reading-exit:hover{border-color:var(--cyan);color:var(--cyan);background:#fff}.ed-toolbar{border-bottom:1px solid var(--border);background:#fff;flex-wrap:wrap;align-items:center;gap:2px;padding:4px 14px;display:flex}.ed-sel{border:1px solid var(--border);height:26px;color:var(--navy);background:#fff;border-radius:5px;outline:none;min-width:100px;padding:0 6px;font-size:11px}.ed-sel:focus{border-color:var(--cyan)}.et{color:#4a5568;background:0 0;border:1px solid #0000;border-radius:5px;justify-content:center;align-items:center;width:26px;height:26px;font-size:11.5px;display:flex}.et:hover{background:var(--beige2);border-color:var(--border)}.et.active{color:var(--cyan);background:#e6f0fb;border-color:#b8d4ee}.tbar-sep{background:var(--border);width:1px;height:16px;margin:0 2px}.color-dot{border-radius:2px;width:11px;height:11px;display:inline-block}.ed-body{box-sizing:border-box;flex:1;width:100%;max-width:820px;margin:0 auto;padding:28px 36px 60px;overflow-y:auto}.editor-shell.lib-collapsed .ed-body,.editor-shell.right-collapsed .ed-body,.editor-shell.lib-collapsed .ed-tab-panel,.editor-shell.right-collapsed .ed-tab-panel{width:100%;max-width:none;margin:0}.editor-shell.lib-collapsed.right-collapsed .ed-body{padding:28px clamp(28px,4vw,56px) 60px}.editor-shell.lib-collapsed .ed-header,.editor-shell.right-collapsed .ed-header,.editor-shell.lib-collapsed .ed-toolbar,.editor-shell.right-collapsed .ed-toolbar{padding-left:28px;padding-right:28px}.ed-body .ProseMirror{outline:none;min-height:240px}.ed-body--paginated{background:#e9e6e0;width:100%;margin:0;overflow:auto;max-width:none!important;padding:28px max(24px,50% - 397px) 72px!important}.ed-body--paginated .ProseMirror{box-sizing:border-box;background:repeating-linear-gradient(#fff 0 1123px,#e9e6e0 1123px 1155px);width:794px;min-width:794px;min-height:1123px;margin:0 auto;padding:95px 76px;box-shadow:0 2px 12px #102f5129}.ed-body--paginated .ProseMirror>p,.ed-body--paginated .ProseMirror>div,.ed-body--paginated .ProseMirror li,.ed-body--paginated .ProseMirror td,.ed-body--paginated .ProseMirror th,.ed-body--paginated .ProseMirror h1,.ed-body--paginated .ProseMirror h2,.ed-body--paginated .ProseMirror h3{overflow-wrap:anywhere;max-width:100%;white-space:normal!important}.ed-body--paginated .ProseMirror pre{white-space:pre-wrap;max-width:100%;overflow-x:auto}.dms-page-break,.dms-page-tail{pointer-events:none;-webkit-user-select:none;user-select:none;border:0;width:100%;margin:0;padding:0;display:block}.ed-body .ProseMirror p.is-editor-empty:first-child:before{color:#9aa3b2;content:attr(data-placeholder);float:left;pointer-events:none;height:0}.et.is-active{background:#102f511a;border-radius:4px}.ed-body h2{color:var(--navy);letter-spacing:-.2px;margin:22px 0 7px;font-size:17px}.ed-body h2 span:not([style*=color]),.ed-body h2 .spanInline:not([style*=color]){color:var(--cyan)}.ed-body h3{color:var(--navy);margin:16px 0 6px;font-size:13.5px}.ed-body p,.ed-body li{color:#4a5569;font-size:12.5px;line-height:1.75}.ed-body p{margin:0 0 11px}.ed-body .ProseMirror mark{border-radius:2px;padding:0 2px}.ed-body .ProseMirror img.ed-image,.ed-body .ProseMirror .ed-image-wrap img,.ed-body .ProseMirror img{max-width:100%;height:auto}.ed-color-wrap{align-items:center;gap:4px;margin:0 2px;display:inline-flex}.ed-sel--color{max-width:92px;font-size:11px}.ed-html-label{color:var(--navy);margin-bottom:6px;font-size:12px;font-weight:600;display:block}.ed-html-textarea{box-sizing:border-box;border:1px solid var(--border);resize:vertical;color:#1a202c;background:#fafbfc;border-radius:8px;width:100%;min-height:260px;padding:10px 12px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;line-height:1.45}.ed-html-error{color:#c53030;margin:8px 0 0;font-size:12px}.ed-html-hint{color:#718096;margin:8px 0 0;font-size:11px}.ed-html-actions{justify-content:flex-end;gap:8px;display:flex}.ed-body ul,.ed-body ol{margin:4px 0 14px 20px;padding:0}.ed-body [contenteditable]{outline:none}.ed-body .ProseMirror table{border-collapse:separate;border-spacing:0;border:1px solid var(--border);border-radius:8px;width:100%;margin:10px 0 20px;overflow:hidden}.ed-body .ProseMirror th,.ed-body .ProseMirror td{text-align:left;border-right:1px solid var(--border);border-bottom:1px solid var(--border);vertical-align:top;padding:9px 11px;font-size:11px}.ed-body .ProseMirror th{background:var(--beige2);color:#515b6b;font-weight:700}.ed-body .ProseMirror tr:last-child td{border-bottom:none}.ed-body .ProseMirror td:last-child,.ed-body .ProseMirror th:last-child{border-right:none}.ed-body .ProseMirror th p,.ed-body .ProseMirror td p{font-size:inherit;margin:0}.summary-card{background:linear-gradient(135deg,#f0f7ff,#f8faff);border:1px solid #d0e4f4;border-radius:10px;margin-bottom:18px;padding:14px 16px;position:relative}.summary-card--node{padding-right:28px}.summary-card-dismiss{color:#7a8494;cursor:pointer;z-index:2;background:0 0;border:none;border-radius:6px;width:22px;height:22px;padding:0;font-size:16px;line-height:1;position:absolute;top:8px;right:8px}.summary-card-dismiss:hover{color:var(--navy);background:#102f5114}.summary-grid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.summary-item span{text-transform:uppercase;letter-spacing:.07em;color:var(--muted);margin-bottom:2px;font-size:9.5px;display:block}.summary-item b{color:var(--navy);font-size:11.5px}.callout{border-left:3px solid var(--cyan);color:#4d5360;background:#f8f9ff;border-radius:0 7px 7px 0;margin:10px 0 16px;padding:10px 12px;font-size:11.5px;position:relative}.callout--node{padding-right:28px}.callout-dismiss{color:#7a8494;cursor:pointer;background:0 0;border:none;border-radius:6px;width:22px;height:22px;padding:0;font-size:16px;line-height:1;position:absolute;top:6px;right:6px}.callout-dismiss:hover{color:var(--navy);background:#0000000f}.ed-image{border-radius:8px;max-width:100%;height:auto;margin:10px 0 16px;display:block}.ed-image-wrap{max-width:100%;margin:10px 0 16px;line-height:0;display:inline-block;position:relative}.ed-image-wrap img{border-radius:8px;max-width:100%;height:auto;display:block}.ed-image-wrap.is-selected{outline:2px solid var(--cyan);outline-offset:2px;border-radius:8px}.ed-image-handle{background:var(--cyan);cursor:nwse-resize;border:2px solid #fff;border-radius:2px;width:10px;height:10px;position:absolute;bottom:4px;right:4px;box-shadow:0 1px 4px #0003}.ProseMirror .column-resize-handle{background:var(--cyan);pointer-events:none;width:4px;position:absolute;top:0;bottom:0;right:-2px}.ProseMirror.resize-cursor{cursor:col-resize}.ed-crop-modal .crop-stage{background:#111;border-radius:10px;width:100%;height:320px;position:relative;overflow:hidden}.ed-crop-actions{justify-content:flex-end;gap:8px;margin-top:14px;display:flex}.ed-toolbar .et-group{align-items:center;gap:2px;display:inline-flex}.ed-toolbar .et-menu{display:inline-flex;position:relative}.ed-toolbar .et-menu-panel{z-index:30;border:1px solid var(--border);background:#fff;border-radius:8px;flex-direction:column;gap:2px;min-width:160px;margin-top:4px;padding:6px;display:flex;position:absolute;top:100%;left:0;box-shadow:0 8px 24px #102f511f}.ed-toolbar .et-menu-panel button{text-align:left;cursor:pointer;color:var(--navy);background:0 0;border:0;border-radius:6px;padding:8px 10px;font-size:12px}.ed-toolbar .et-menu-panel button:hover{background:var(--beige2)}.ed-attachments{border-top:1px solid var(--border);margin-top:14px;padding-top:12px}.ed-attachments h4{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;margin:0 0 8px;font-size:12px;font-weight:700}.ed-att-list{gap:6px;margin:0;padding:0;list-style:none;display:grid}.ed-att-item{border:1px solid var(--border);background:#fff;border-radius:8px;align-items:center;gap:8px;padding:8px 10px;font-size:12px;display:flex}.ed-att-item strong{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.ed-att-item .muted{color:var(--muted);font-size:11px}.ed-body--relative{position:relative}.ed-body .ProseMirror mark.comment-anchor,.ed-body .ProseMirror span.comment-anchor,.ed-prose mark.comment-anchor,.ed-prose .comment-anchor,mark.comment-anchor,span.comment-anchor,.comment-anchor{cursor:help;-webkit-box-decoration-break:clone;box-decoration-break:clone;border-bottom:2px solid #2392d7;border-radius:2px;padding:0 1px;text-underline-offset:3px!important;background:#ffd66673!important;-webkit-text-decoration:underline #2392d7!important;text-decoration:underline #2392d7!important;text-decoration-thickness:2px!important}.ed-body .ProseMirror mark.comment-anchor.is-flash,.ed-body .ProseMirror span.comment-anchor.is-flash,mark.comment-anchor.is-flash,span.comment-anchor.is-flash,.comment-anchor.is-flash{animation:1.2s 2 comment-flash-pulse;background:#2392d759!important}.comment-hover-card{z-index:60;border:1px solid var(--border);pointer-events:auto;background:#fff;border-radius:10px;width:min(300px,100% - 24px);padding:10px 12px;position:absolute;transform:translate(-50%);box-shadow:0 10px 28px #141e322e}.comment-hover-author{color:var(--navy);margin-bottom:4px;font-size:11px;font-weight:700}.comment-hover-quote{color:var(--muted);border-left:2px solid var(--cyan);max-height:2.6em;margin-bottom:6px;padding-left:8px;font-size:10px;font-style:italic;line-height:1.35;overflow:hidden}.comment-hover-body{color:#3d4656;white-space:pre-wrap;word-break:break-word;font-size:12px;line-height:1.45}.comment-hover-open{color:var(--cyan);cursor:pointer;background:0 0;border:none;margin-top:8px;padding:0;font-size:11px;font-weight:600}.sel-comment-bubble{z-index:40;border:1px solid var(--border);background:#fff;border-radius:10px;padding:4px;position:absolute;transform:translate(-50%,-100%);box-shadow:0 8px 24px #141e3224}.sel-comment-bubble.is-compose{width:min(280px,100% - 24px);padding:8px;transform:translate(-50%,-100%)}.sel-comment-actions{gap:2px;display:flex}.sel-comment-actions button{color:var(--navy);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:7px;padding:7px 10px;font-size:11px;font-weight:600}.sel-comment-actions button:hover{background:var(--beige2)}.sel-comment-compose{flex-direction:column;gap:6px;display:flex}.sel-comment-quote{color:var(--muted);border-left:2px solid var(--cyan);max-height:2.7em;padding-left:8px;font-size:10px;font-style:italic;line-height:1.35;overflow:hidden}.sel-comment-input{min-height:64px}.sel-comment-compose-actions{justify-content:flex-end;align-items:center;gap:6px;display:flex}.sel-comment-cancel{color:var(--muted);cursor:pointer;background:0 0;border:none;padding:6px 8px;font-size:11px}.comment-quote{color:var(--muted);border-left:2px solid #2392d773;margin-top:4px;padding-left:8px;font-size:10px;font-style:italic;line-height:1.35}.comment-item.is-anchored{cursor:pointer}.comment-item.is-anchored:hover{background:#2392d70d}.comment-badge--inline{color:var(--cyan);background:#2392d71f}.dtable{border-collapse:separate;border-spacing:0;border:1px solid var(--border);border-radius:8px;width:100%;margin:10px 0 20px;overflow:hidden}.dtable th,.dtable td{text-align:left;border-right:1px solid var(--border);border-bottom:1px solid var(--border);padding:9px 11px;font-size:11px}.dtable th{background:var(--beige2);color:#515b6b;font-weight:700}.dtable tr:last-child td{border-bottom:none}.dtable td:last-child,.dtable th:last-child{border-right:none}.checklist{grid-template-columns:1fr 1fr;gap:7px;margin:10px 0 18px;display:grid}.check{border:1px solid var(--border);color:#4d5666;background:#fff;border-radius:7px;padding:8px 10px;font-size:11.5px}.check:before{content:"âœ“ ";color:var(--green);font-weight:700}.placeholder-msg{height:100%;color:var(--muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;display:flex}.placeholder-msg .pi{opacity:.3;font-size:40px}.placeholder-msg p{max-width:260px;font-size:13px;line-height:1.6}.ed-right{background:var(--beige2);border-left:1px solid var(--border);padding:16px 14px;overflow-y:auto}.rp-section-title{letter-spacing:.08em;text-transform:uppercase;color:#454c5a;margin:0 0 9px;font-size:9.5px;font-weight:800}.rp-divider{background:var(--border2);height:1px;margin:14px 0}.prop-row{color:var(--muted);justify-content:space-between;align-items:center;gap:8px;padding:5px 0;font-size:10px;display:flex}.prop-val{color:var(--navy);text-align:right;font-weight:500}.prop-select{border:1px solid var(--border);max-width:140px;height:24px;color:var(--navy);background:#fff;border-radius:5px;padding:0 4px;font-size:10px}.ed-group-edit{vertical-align:middle;align-items:center;gap:6px;display:inline-flex}.ed-group-edit-label{color:var(--faint);font-size:10px}.ed-group-select{border:1px solid var(--border);height:22px;color:var(--navy);background:#fff;border-radius:5px;max-width:180px;padding:0 4px;font-size:11px}.mini-pill{border-radius:5px;padding:2px 6px;font-size:9px;font-weight:600}.mp-blue{color:#102f51;background:#e0f0fb}.mp-green{color:#1c5535;background:#e4f4ea}.mp-amber{color:#854f0b;background:#fdf0e0}.mp-red{color:#a32d2d;background:#fce8e8}.mp-gray{color:#6b6358;background:#f0ece6}.tag-wrap{flex-wrap:wrap;gap:5px;display:flex}.tag{color:var(--muted);background:#eee8e0;border-radius:5px;padding:3px 7px;font-size:9px}.related-row{color:var(--muted);grid-template-columns:16px 1fr 24px;align-items:center;padding:6px 0;font-size:10px;display:grid}.rel-count{background:var(--beige);color:var(--navy);border-radius:5px;justify-self:end;padding:2px 6px;font-weight:600}.share-box{border:1px solid var(--border);background:#fff;border-radius:8px;margin-top:4px;padding:8px}.share-url-row{margin-top:6px;display:flex}.share-url-row input{border:1px solid var(--border);background:var(--beige2);border-radius:5px 0 0 5px;flex:1;min-width:0;height:26px;padding:0 7px;font-size:9px}.copy-btn{border:1px solid var(--cyan);color:var(--cyan);background:#e6f4fb;border-radius:0 5px 5px 0;padding:0 8px;font-size:9px;font-weight:700}.ai-assist{background:linear-gradient(135deg,#f0f7ff,#e6f0fb);border:1px solid #c0d8ee;border-radius:9px;margin-top:4px;padding:12px}.ai-assist-title{color:var(--navy);margin-bottom:6px;font-size:10.5px;font-weight:700}.ai-prompt{border:1px solid var(--border);resize:none;width:100%;height:60px;color:var(--navy);background:#fff;border-radius:7px;outline:none;padding:7px 9px;font-size:11px}.ai-prompt:focus{border-color:var(--cyan)}.ai-go{background:var(--navy);color:#fff;border:none;border-radius:7px;width:100%;height:28px;margin-top:6px;font-size:11px;font-weight:600}.ai-go:hover{background:#0d2440}.comment-item{border-bottom:1px solid var(--border2);padding:8px 0;scroll-margin-top:12px;transition:background .35s,box-shadow .35s}.comment-item:last-child{border-bottom:none}.comment-item.is-suggestion{background:#2392d70a;border-bottom:none;border-radius:8px;margin:0 -8px 6px;padding:8px}.comment-item.is-flash{box-shadow:inset 3px 0 0 var(--cyan);background:#2392d729;border-radius:6px}@keyframes comment-flash-pulse{0%,to{background:#2392d729}50%{background:#2392d747}}.comment-item.is-flash{animation:1.2s 2 comment-flash-pulse}.comment-user{color:var(--navy);font-size:10px;font-weight:700}.comment-time{color:var(--faint);margin-left:6px;font-size:9px}.comment-text{color:#4a5569;white-space:pre-wrap;word-break:break-word;margin-top:3px;font-size:11px}.comment-head{flex-wrap:wrap;align-items:center;gap:4px;display:flex}.comment-badge{text-transform:uppercase;letter-spacing:.04em;color:#0f5f96;background:#2392d724;border-radius:4px;padding:1px 5px;font-size:9px;font-weight:700}.comment-mention{color:var(--cyan);background:#2392d71a;border-radius:3px;margin-right:2px;padding:0 3px;font-weight:700}.comment-tagged{color:var(--muted);margin-top:5px;font-size:9px}.comment-composer{margin-bottom:12px}.comment-kind-row{gap:4px;margin-bottom:6px;display:flex}.comment-kind{border:1px solid var(--border);color:var(--muted);cursor:pointer;background:#fff;border-radius:6px;padding:4px 8px;font-size:10px;font-weight:600}.comment-kind.is-active{background:var(--navy);color:#fff;border-color:var(--navy)}.comment-input-wrap{position:relative}.comment-input{resize:vertical;border:1px solid var(--border);width:100%;min-height:64px;color:var(--navy);background:#fff;border-radius:8px;outline:none;padding:8px 9px;font-size:11px}.comment-input:focus{border-color:#b8d4ee;box-shadow:0 0 0 2px #2392d71f}.comment-mention-menu{z-index:20;border:1px solid var(--border);background:#fff;border-radius:8px;max-height:160px;margin:2px 0 0;padding:4px;list-style:none;position:absolute;top:100%;left:0;right:0;overflow:auto;box-shadow:0 6px 18px #102f511f}.comment-mention-menu button{text-align:left;cursor:pointer;background:0 0;border:none;border-radius:6px;flex-direction:column;gap:1px;width:100%;padding:6px 8px;display:flex}.comment-mention-menu button:hover{background:var(--beige2)}.comment-mention-menu strong{color:var(--navy);font-size:11px}.comment-mention-menu span{color:var(--muted);font-size:9px}.comment-composer-actions{justify-content:space-between;align-items:center;gap:8px;margin-top:6px;display:flex}.comment-hint{color:var(--faint);font-size:9px}.comment-post{background:var(--cyan);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:6px 10px;font-size:10px;font-weight:700}.comment-post:disabled{opacity:.45;cursor:not-allowed}.comment-empty,.comment-error{color:var(--muted);margin:6px 0 8px;font-size:10px}.comment-error{color:var(--red)}.modal-bg{z-index:200;background:#102f5173;justify-content:center;align-items:center;padding:16px;display:none;position:fixed;inset:0}.modal-bg.open{display:flex}.modal{background:#fff;border-radius:12px;flex-direction:column;width:460px;max-width:92vw;max-height:min(90vh,860px);padding:0;display:flex;overflow:hidden;box-shadow:0 12px 40px #102f5133}.modal--large{width:640px;max-width:96vw}.modal-header{flex-shrink:0;padding:22px 24px 0}.modal-title{color:var(--navy);margin-bottom:4px;font-size:15px;font-weight:700}.modal-sub{color:var(--muted);margin-bottom:14px;font-size:12px}.modal-body{-webkit-overflow-scrolling:touch;flex:1;min-height:0;padding:0 24px 8px;overflow-y:auto}.mf-row{margin-bottom:11px}.mf-row label{color:var(--muted);margin-bottom:3px;font-size:11px;font-weight:500;display:block}.mf-row input,.mf-row select,.mf-row textarea{border:1px solid var(--border);width:100%;color:var(--navy);background:var(--beige2);border-radius:6px;outline:none;padding:7px 10px;font-size:12px}.mf-row input:focus,.mf-row select:focus,.mf-row textarea:focus{border-color:var(--cyan);background:#fff}.mf-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.mf-related-block{border:1px solid var(--border);background:#fff;border-radius:8px;margin:4px 0 12px;padding:10px 12px}.mf-related-title{color:var(--navy);margin-bottom:2px;font-size:11px;font-weight:700}.mf-related-hint{color:var(--muted);margin:0 0 8px;font-size:10px;line-height:1.4}.modal-actions{border-top:1px solid var(--border2);background:#fff;flex-shrink:0;justify-content:flex-end;gap:8px;padding:14px 24px 20px;display:flex}.fm-item{border-bottom:1px solid var(--beige);align-items:center;gap:10px;padding:9px 16px;display:flex}.fm-item:last-child{border-bottom:none}.fm-item:hover{background:var(--beige2)}.fm-icon{text-align:center;flex-shrink:0;width:22px;font-size:18px}.fm-info{flex:1;min-width:0}.fm-name{color:var(--navy);white-space:nowrap;text-overflow:ellipsis;font-size:12.5px;font-weight:500;overflow:hidden}.fm-name-input{border:1px solid var(--cyan);color:var(--navy);border-radius:5px;outline:none;width:220px;padding:2px 7px;font-size:12.5px}.fm-meta{color:var(--faint);margin-top:2px;font-size:10.5px}.fm-acts{flex-shrink:0;gap:5px;display:flex}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.recent-item{border-bottom:1px solid var(--beige);cursor:pointer;align-items:center;gap:10px;padding:9px 16px;display:flex}.recent-item:last-child{border-bottom:none}.recent-item:hover{background:var(--beige2)}.rdot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.pin-card{cursor:pointer;padding:14px 16px;transition:all .13s}.pin-card:hover{background:var(--beige2)}.task-item{border-bottom:1px solid var(--beige);align-items:center;gap:10px;padding:9px 14px;display:flex}.task-item:last-of-type{border-bottom:none}.task-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.task-dot.urgent{background:var(--red)}.task-dot.review{background:#d68910}.task-dot.normal{background:var(--cyan)}.act-item{border-bottom:1px solid var(--beige);align-items:center;gap:10px;padding:9px 14px;display:flex}.act-item:last-child{border-bottom:none}.act-item--link{color:inherit;cursor:pointer;text-decoration:none}.act-item--link:hover{background:var(--beige2)}.act-item--link:focus-visible{outline:2px solid var(--cyan);outline-offset:-2px}.act-avatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:10px;font-weight:700;display:flex}.act-full-item{border-bottom:1px solid var(--beige);align-items:flex-start;gap:12px;padding:12px 16px;display:flex}.act-full-item:last-child{border-bottom:none}.act-full-item:hover{background:var(--beige2)}.act-full-item--link{color:inherit;cursor:pointer;text-decoration:none}.act-full-item--link:focus-visible{outline:2px solid var(--cyan);outline-offset:-2px}.task-card{border:1px solid var(--border);background:#fff;border-radius:10px;padding:14px 16px}.task-card.urgent-card{border-left:3px solid var(--red)}.task-card.review-card{border-left:3px solid #d68910}.proj-card{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:12px;padding:16px;transition:all .15s}.proj-card:hover{border-color:var(--cyan);box-shadow:0 2px 12px #2392d71a}.nav-divider{background:#ffffff12;height:1px;margin:6px 10px}.nav-group-header{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;padding:8px 14px 7px;transition:all .13s;display:flex}.nav-group-header:hover{background:#ffffff0a}.nav-group-icon{text-align:center;flex-shrink:0;width:18px;font-size:13px}.nav-group-label{letter-spacing:.07em;text-transform:uppercase;color:#ffffff59;flex:1;font-size:11px;font-weight:700}.nav-group-chev{color:#ffffff40;font-size:10px;transition:transform .18s}.nav-group-header.collapsed .nav-group-chev{transform:rotate(-90deg)}.nav-group-body{transition:max-height .2s;overflow:hidden}.nav-group-body.open{max-height:400px}.nav-group-body:not(.open){max-height:0}.nav-group-body .nav-item{padding-left:36px}.tmpl-folder-item{color:#596a82;cursor:pointer;border-left:2px solid #0000;align-items:center;gap:7px;padding:8px 14px;font-size:12px;display:flex}.tmpl-folder-item:hover{background:var(--beige2);color:var(--navy)}.tmpl-folder-item.active{color:var(--navy);border-left-color:var(--cyan);background:#e6f0fb;font-weight:600}.tmpl-file-row{border-bottom:1px solid var(--beige);align-items:center;gap:10px;padding:10px 16px;display:flex}.tmpl-file-row:last-child{border-bottom:none}.tmpl-file-row:hover{background:var(--beige2)}.related-row.clickable{cursor:pointer}.related-row.clickable:hover span{color:var(--cyan)}a.lib-item{color:inherit;text-decoration:none;display:flex}a.nav-brand{color:inherit;text-decoration:none}a.nav-item,a.nav-item:hover,a.nav-item:focus,a.nav-item:active,a.nav-item:visited{text-decoration:none}.proj-badge{margin-left:auto;font-size:9px}.workspace-route{display:contents}.auth-page{background:var(--beige);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.auth-card{border:1px solid var(--border);background:#fff;border-radius:14px;width:100%;max-width:400px;padding:28px 26px;box-shadow:0 8px 28px #102f5114}.auth-brand{align-items:center;gap:12px;margin-bottom:22px;display:flex}.auth-logo{background:var(--cyan);color:#fff;border-radius:11px;place-items:center;width:42px;height:42px;font-size:18px;font-weight:800;display:grid}.auth-brand h1{color:var(--navy);margin:0;font-size:18px}.auth-brand p{color:var(--muted);margin:2px 0 0;font-size:12px}.auth-field{margin-bottom:12px;display:block}.auth-field span{color:var(--muted);margin-bottom:4px;font-size:11px;font-weight:500;display:block}.auth-field input{border:1px solid var(--border);width:100%;color:var(--navy);background:var(--beige2);border-radius:7px;outline:none;padding:9px 11px;font-size:13px}.auth-field input:focus{border-color:var(--cyan);background:#fff}.auth-error{color:var(--red);background:#fce8e8;border:1px solid #f0d0ce;border-radius:8px;margin-bottom:12px;padding:8px 10px;font-size:12px}.auth-footer{text-align:center;color:var(--muted);margin:16px 0 0;font-size:12px}.auth-footer a{color:var(--cyan);font-weight:600;text-decoration:none}.auth-hint{text-align:center;color:var(--faint);margin:10px 0 0;font-size:10.5px}.nav-logout{text-align:left;background:0 0;border:none;width:100%}.perm-matrix{flex-direction:column;gap:12px;padding-bottom:8px;display:flex}.perm-group{border:1px solid var(--border);background:var(--beige2);border-radius:10px;overflow:hidden}.perm-group-hd{border-bottom:1px solid var(--border2);background:#fff;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;display:flex}.perm-group-title{color:var(--navy);font-size:12px;font-weight:700}.perm-group-desc{color:var(--muted);margin-top:2px;font-size:10.5px}.perm-rows{padding:4px 12px 8px}.perm-row{border-bottom:1px solid var(--beige);justify-content:space-between;align-items:center;gap:12px;padding:8px 0;display:flex}.perm-row:last-child{border-bottom:none}.perm-label{color:var(--navy);font-size:12px;font-weight:500}.perm-row--action{background:#f0f7ff;border-bottom-color:#0000;border-radius:6px;margin:0 -12px;padding-left:12px;padding-right:12px}.perm-pill{letter-spacing:.04em;text-transform:uppercase;color:var(--cyan);vertical-align:middle;background:#e0f0fb;border-radius:4px;margin-right:6px;padding:1px 6px;font-size:9px;font-weight:700;display:inline-block}.perm-hint{color:var(--muted);max-width:360px;margin-top:2px;font-size:10.5px;line-height:1.4}.profile-page{max-width:980px}.profile-page .page-h{margin-bottom:28px}.profile-page .page-h h2{margin-bottom:6px}.profile-page .card{margin-bottom:22px}.profile-page .card-hd{padding:16px 22px}.profile-page .card-body{padding:22px 22px 24px}.profile-toast{color:#1c5535;background:#e8f6ee;border:1px solid #b7e0c5;border-radius:8px;margin-bottom:18px;padding:10px 14px;font-size:12px}.profile-view-only{color:var(--muted);font-size:11px;font-weight:500}.profile-hero-inner{align-items:flex-start;gap:20px;padding:22px 22px 24px;display:flex}.profile-hero-copy{flex:1;min-width:0}.profile-avatar{color:#fff;background:linear-gradient(135deg,#102f51,#2392d7);border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;font-size:24px;font-weight:700;display:flex}.profile-org-name{color:var(--navy);margin-bottom:8px;font-size:20px;font-weight:700;line-height:1.25}.profile-org-sub{color:var(--muted);max-width:52ch;margin:0 0 16px;font-size:13px;line-height:1.55}.profile-org-meta{flex-wrap:wrap;align-items:center;gap:10px 12px;display:flex}.profile-chip{background:var(--beige2);border:1px solid var(--border);color:var(--muted);border-radius:7px;align-items:center;padding:5px 10px;font-size:11px;line-height:1.2;display:inline-flex}.profile-details{grid-template-columns:1fr 1fr;gap:18px 28px;display:grid}.profile-row{border:none;min-height:52px;padding:0}.profile-row-label{letter-spacing:.04em;text-transform:uppercase;color:var(--faint);margin-bottom:8px;font-size:11px;font-weight:600}.profile-row-value{color:var(--navy);word-break:break-word;font-size:14px;font-weight:500;line-height:1.45}.profile-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.profile-stat{background:var(--beige2);border:1px solid var(--border);border-left-style:solid;border-left-width:3px;border-radius:10px;flex-direction:column;justify-content:center;gap:6px;min-height:88px;padding:16px 16px 18px;display:flex}.profile-stat.bl{border-left-color:var(--cyan)}.profile-stat.bg2{border-left-color:var(--green)}.profile-stat.ba2{border-left-color:#d68910}.profile-stat.bn{border-left-color:var(--navy)}.profile-stat-num{color:var(--navy);font-size:17px;font-weight:700;line-height:1.2}.profile-stat-lbl{color:var(--muted);font-size:11px}.profile-storage-fields{margin-top:22px;padding-top:6px}.profile-page .igrid{gap:18px 20px;padding:0}.profile-page .card-body.igrid{padding:22px 22px 24px}.profile-page .ifield label{margin-bottom:7px;display:block}@media (width<=860px){.profile-stats{grid-template-columns:1fr 1fr}}@media (width<=720px){.profile-details{grid-template-columns:1fr;gap:16px}.profile-hero-inner{flex-direction:column;gap:16px}.profile-stats{grid-template-columns:1fr}.tb-search input{width:200px}}.devdocs{--dev-ink:#0b1f36;--dev-muted:#5c6b7a;--dev-line:#0b1f3614;--dev-surface:#fff;--dev-soft:#f4f7fa;--dev-accent:#1f8fd8;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;background:radial-gradient(900px 420px at 12% -10%,#2392d724,transparent 60%), radial-gradient(700px 380px at 100% 0%,#102f5114,transparent 55%), var(--dev-soft);width:100%;height:100vh;min-height:100vh;color:var(--dev-ink);font-family:IBM Plex Sans,system-ui,sans-serif;overflow:hidden auto}.devdocs-top{border-bottom:1px solid var(--dev-line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:20;background:#ffffffdb;justify-content:space-between;align-items:center;gap:16px;padding:12px 28px;display:flex;position:sticky;top:0}.devdocs-brand{color:var(--dev-ink);align-items:center;gap:10px;text-decoration:none;display:flex}.devdocs-brand-mark{color:#fff;background:linear-gradient(145deg,#102f51,#2392d7);border-radius:9px;place-items:center;width:32px;height:32px;font-family:Sora,sans-serif;font-size:14px;font-weight:700;display:grid;box-shadow:0 8px 18px #102f512e}.devdocs-brand-text{letter-spacing:-.02em;font-family:Sora,sans-serif;font-size:15px;font-weight:600}.devdocs-brand-text em{color:var(--dev-accent);font-style:normal;font-weight:600}.devdocs-top-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.devdocs-search{border:1px solid var(--dev-line);height:36px;color:var(--dev-muted);font:inherit;cursor:default;background:#fff;border-radius:999px;align-items:center;gap:10px;padding:0 12px 0 14px;font-size:13px;display:inline-flex}.devdocs-search kbd{border:1px solid var(--dev-line);background:var(--dev-soft);color:var(--dev-muted);border-radius:6px;padding:2px 6px;font-size:11px}.devdocs-body{grid-template-columns:248px minmax(0,1fr);min-height:calc(100vh - 61px);display:grid}.devdocs-side{border-right:1px solid var(--dev-line);background:#ffffff8c;padding:22px 12px 40px}.devdocs-side-section{margin-bottom:22px}.devdocs-side-label{letter-spacing:.1em;text-transform:uppercase;color:#8a96a3;margin-bottom:8px;padding:0 12px;font-size:11px;font-weight:600}.devdocs-side-link{color:#314255;border-radius:10px;align-items:center;gap:10px;margin-bottom:2px;padding:9px 12px;font-size:14px;font-weight:500;text-decoration:none;display:flex}.devdocs-side-link:hover{color:var(--dev-ink);background:#1f8fd814}.devdocs-side-link.active{color:var(--dev-accent);background:#1f8fd81f;font-weight:600}.devdocs-side-ico{text-align:center;opacity:.85;width:18px;font-size:14px}.devdocs-side-chev{opacity:.45;margin-left:auto;font-size:16px}.devdocs-main{width:100%;min-width:0;max-width:1040px;padding:28px 44px 72px}.devdocs-crumbs{color:var(--dev-muted);flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:22px;font-size:13px;display:flex}.devdocs-crumb-home{border:1px solid var(--dev-line);width:28px;height:28px;color:var(--dev-muted);background:#fff;border-radius:8px;place-items:center;text-decoration:none;display:grid}.devdocs-crumb-sep{opacity:.45}.devdocs-crumb-pill{border:1px solid var(--dev-line);color:#456;background:#fff;border-radius:8px;align-items:center;height:28px;padding:0 10px;font-weight:500;display:inline-flex}.devdocs-crumb-pill.current{color:var(--dev-ink);background:#1f8fd81f;border-color:#0000}.devdocs-banner{color:#fff;background:linear-gradient(105deg,#0b3d8c 0%,#1a5fb4 28%,#2b7de9 55%,#3db8a8 82%,#c8e86b 100%);border-radius:16px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:40px;padding:18px 22px;display:flex;box-shadow:0 16px 36px #102f5129}.devdocs-banner-inner{flex:1;align-items:flex-start;gap:14px;min-width:0;display:flex}.devdocs-banner-badge{letter-spacing:.02em;color:#fff;white-space:nowrap;background:#ffffff2e;border-radius:999px;flex-shrink:0;margin-top:2px;padding:5px 10px;font-size:11px;font-weight:650}.devdocs-banner-text{flex-direction:column;gap:4px;min-width:0;display:flex}.devdocs-banner-text strong{letter-spacing:-.02em;font-family:Sora,sans-serif;font-size:16px;font-weight:650;line-height:1.25}.devdocs-banner-text span{opacity:.92;max-width:62ch;font-size:13.5px;line-height:1.45}.devdocs-banner-cta{color:#12315a;white-space:nowrap;background:#fff;border-radius:999px;flex-shrink:0;align-items:center;gap:8px;height:40px;padding:0 16px;font-size:13.5px;font-weight:650;text-decoration:none;transition:transform .15s;display:inline-flex;box-shadow:0 8px 18px #0000001a}.devdocs-banner-cta:hover{transform:translateY(-1px)}.devdocs-hero{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:center;gap:40px;margin-bottom:48px;display:grid}.devdocs-hero-copy{min-width:0}.devdocs-hero-tag{color:#1f6fd0;background:#1f8fd81a;border-radius:999px;align-items:center;gap:8px;height:26px;margin-bottom:14px;padding:0 12px;font-size:12px;font-weight:650;display:inline-flex}.devdocs-hero-tag i{background:#1f6fd0;border-radius:50%;width:6px;height:6px;display:block}.devdocs-hero-copy h1{letter-spacing:-.035em;color:#0b1f36;margin:0 0 12px;font-family:Sora,sans-serif;font-size:clamp(30px,4vw,42px);font-weight:700;line-height:1.12}.devdocs-hero-copy>p{color:var(--dev-muted);max-width:40ch;margin:0 0 22px;font-size:16px;line-height:1.55}.devdocs-hero-actions{flex-wrap:wrap;gap:10px;display:flex}.devdocs-btn-ico{opacity:.85;font-size:14px}.devdocs-hero-visual{min-width:0}.devdocs-code{color:#e5eef7;background:#111827;border-radius:16px;font-size:13px;line-height:1.65;overflow:hidden;box-shadow:0 24px 50px #0c1b2c38}.devdocs-code-bar{color:#9aa8b8;background:#ffffff0a;align-items:center;gap:12px;padding:12px 14px;font-family:ui-monospace,Consolas,monospace;font-size:12px;display:flex}.devdocs-code-dots{gap:6px;display:flex}.devdocs-code-dots i{background:#ff5f57;border-radius:50%;width:10px;height:10px;display:block}.devdocs-code-dots i:nth-child(2){background:#febc2e}.devdocs-code-dots i:nth-child(3){background:#28c840}.devdocs-code pre{white-space:pre-wrap;min-height:168px;margin:0;padding:18px 20px 22px;font-family:ui-monospace,Consolas,monospace}.devdocs-code .tok-kw{color:#7dd3fc}.devdocs-code .tok-str{color:#86efac}.devdocs-code .tok-prop{color:#fde68a}.devdocs-code .tok-fn{color:#c4b5fd}.devdocs-code-nav{justify-content:center;align-items:center;gap:10px;margin-top:14px;display:flex}.devdocs-code-nav-btn{border:1px solid var(--dev-line);color:#4b5c6e;cursor:pointer;background:#fff;border-radius:8px;width:28px;height:28px;font-size:16px;line-height:1}.devdocs-code-dot{cursor:pointer;background:#c5ced8;border:0;border-radius:50%;width:7px;height:7px;padding:0}.devdocs-code-dot.active{background:#2b7de9;border-radius:999px;width:18px}.devdocs-paths{margin-bottom:48px}.devdocs-paths-head{margin-bottom:18px}.devdocs-paths-head h2{letter-spacing:-.02em;margin:0 0 6px;font-family:Sora,sans-serif;font-size:24px;font-weight:700}.devdocs-paths-head p{color:var(--dev-muted);margin:0;font-size:14px}.devdocs-paths-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.devdocs-path-card{border:1px solid var(--dev-line);color:inherit;background:#fff;border-radius:14px;flex-direction:column;gap:8px;min-height:148px;padding:18px 16px;text-decoration:none;transition:border-color .15s,box-shadow .15s,transform .15s;display:flex}.devdocs-path-card:hover{border-color:#2b7de959;transform:translateY(-1px);box-shadow:0 10px 24px #102f5112}.devdocs-path-ico{color:#1f6fd0;background:#2b7de91a;border-radius:10px;place-items:center;width:36px;height:36px;margin-bottom:4px;font-size:14px;font-weight:700;display:grid}.devdocs-path-card strong{letter-spacing:-.01em;font-family:Sora,sans-serif;font-size:14px;font-weight:650}.devdocs-path-card span{color:var(--dev-muted);font-size:13px;line-height:1.45}.devdocs-tag{height:24px;color:var(--dev-accent);letter-spacing:.04em;text-transform:uppercase;background:#1f8fd81a;border-radius:999px;align-items:center;margin-bottom:12px;padding:0 10px;font-size:11px;font-weight:700;display:inline-flex}.devdocs-feature h2,.devdocs-docs-head h2{letter-spacing:-.03em;margin:0 0 12px;font-family:Sora,sans-serif;font-size:clamp(26px,3vw,34px);font-weight:700;line-height:1.15}.devdocs-btn{cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:11px 16px;font-size:13.5px;font-weight:650;text-decoration:none;transition:transform .15s,filter .15s;display:inline-flex}.devdocs-btn.primary{color:#fff;background:#2b7de9}.devdocs-btn.primary:hover{filter:brightness(.97);transform:translateY(-1px)}.devdocs-btn.secondary{border-color:var(--dev-line);color:var(--dev-ink);background:#fff}.devdocs-btn.ghost{border-color:var(--dev-line);color:var(--dev-ink);background:0 0}.devdocs-docs-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:18px;display:flex}.devdocs-lead{color:var(--dev-muted);max-width:58ch;margin:0;font-size:15px;line-height:1.55}.devdocs-docs-grid{gap:12px;margin:0;padding:0;list-style:none;display:grid}.devdocs-docs-card{background:var(--dev-surface);border:1px solid var(--dev-line);color:inherit;border-radius:14px;grid-template-columns:42px 1fr auto;align-items:center;gap:14px;padding:16px 18px;text-decoration:none;transition:border-color .15s,box-shadow .15s,transform .15s;display:grid}.devdocs-docs-card:hover{border-color:#1f8fd859;transform:translateY(-1px);box-shadow:0 10px 28px #102f5114}.devdocs-docs-ico{background:linear-gradient(145deg,#1f8fd824,#102f5114);border-radius:12px;place-items:center;width:42px;height:42px;font-size:18px;display:grid}.devdocs-docs-card strong{letter-spacing:-.01em;margin-bottom:3px;font-family:Sora,sans-serif;font-size:15px;font-weight:600;display:block}.devdocs-docs-card span{color:var(--dev-muted);font-size:12px}.devdocs-docs-arrow{color:var(--dev-accent);opacity:.7;font-size:18px}.devdocs-docs-empty{border:1px dashed var(--dev-line);background:#ffffffb3;border-radius:14px;flex-direction:column;align-items:flex-start;gap:12px;padding:28px;display:flex}.devdocs-section-head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.devdocs-section-head h1{letter-spacing:-.03em;margin:6px 0 8px;font-family:Sora,sans-serif;font-size:clamp(26px,3vw,32px)}.devdocs-doc-list{gap:10px;margin:0;padding:0;list-style:none;display:grid}.devdocs-doc-card{border:1px solid var(--dev-line);color:inherit;background:#fff;border-radius:12px;flex-direction:column;gap:4px;padding:16px;text-decoration:none;display:flex}.devdocs-doc-card:hover{border-color:#b8d4ee;box-shadow:0 4px 14px #102f510f}.devdocs-doc-card span{color:var(--dev-muted);font-size:12px}.devdocs-article{border:1px solid var(--dev-line);background:#fff;border-radius:16px;padding:28px 30px}.devdocs-article-body{color:var(--dev-ink);font-size:15px;line-height:1.7}.devdocs-article-body img{max-width:100%;height:auto;display:block}.devdocs-article-body pre{white-space:pre-wrap;overflow-wrap:anywhere;max-width:100%;overflow:auto}.devdocs-article-body table{border-collapse:collapse;max-width:100%;display:block;overflow-x:auto}.devdocs-article-body p,.devdocs-article-body li,.devdocs-article-body td,.devdocs-article-body th{overflow-wrap:anywhere}.devdocs-article-body h2{letter-spacing:-.02em;margin:1.4em 0 .5em;font-family:Sora,sans-serif;font-size:22px}.devdocs-article-body h3{margin:1.2em 0 .4em;font-family:Sora,sans-serif;font-size:17px}.devdocs-article-body p,.devdocs-article-body ul{margin:0 0 1em}.devdocs-muted{color:var(--dev-muted);font-size:13px}.devdocs-error{color:var(--red);font-size:14px}@media (width<=1100px){.devdocs-paths-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=920px){.devdocs-body{grid-template-columns:1fr}.devdocs-side{border-right:0;border-bottom:1px solid var(--dev-line)}.devdocs-banner{flex-direction:column;align-items:flex-start}.devdocs-hero{grid-template-columns:1fr;gap:28px}.devdocs-main{padding:22px 18px 48px}}@media (width<=640px){.devdocs-paths-grid{grid-template-columns:1fr}.devdocs-banner-inner{flex-direction:column}}
