/* A working library: readable records, deliberate structure, visible evidence. */
.objects-space,.object-detail{--object-accent:#c6b5f6;--object-rgb:178,159,225;min-width:0}
.object-tone-person{--object-accent:#d4b3ed;--object-rgb:190,148,216}
.object-tone-topic{--object-accent:#b4c2ff;--object-rgb:146,163,228}
.object-tone-meeting{--object-accent:#9ad7cd;--object-rgb:122,193,179}
.object-tone-event{--object-accent:#f0c3a5;--object-rgb:221,173,141}
.object-tone-note{--object-accent:#c8bbdf;--object-rgb:180,161,208}
.object-tone-project{--object-accent:#a9d1f1;--object-rgb:136,183,221}
.object-tone-decision{--object-accent:#e9d39e;--object-rgb:212,191,142}
.object-tone-action{--object-accent:#b8d9b7;--object-rgb:157,189,155}
.object-tone-custom{--object-accent:#dcb7d7;--object-rgb:198,152,190}
.knowledge-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:4px 0 30px}
.knowledge-heading h1{font-size:36px;font-weight:520;letter-spacing:-1.3px;margin:0 0 12px;line-height:1.15}
.knowledge-heading .eyebrow{font-size:12px;letter-spacing:1.6px;margin-bottom:16px;color:var(--muted)}
.knowledge-heading p{font-size:15px;line-height:1.7;margin:0;max-width:640px;color:var(--muted)}
.knowledge-heading-actions{display:flex;gap:10px;flex-shrink:0;padding-top:25px}
.object-type-nav{display:flex;align-items:stretch;gap:6px;padding:0 0 13px;border-bottom:1px solid var(--line);overflow-x:auto;scrollbar-width:thin;margin-bottom:22px}
.object-type-nav>a{display:flex;gap:7px;align-items:center;flex:none;padding:9px 12px;border-radius:8px;color:var(--muted);font-size:13px;min-height:42px;white-space:nowrap;border:1px solid transparent}
.object-type-nav>a:hover{color:var(--text);background:#ffffff05}
.object-type-nav>a.selected{color:#ece4ff;border-color:#79669c66;background:#b5a0f01c}
.object-type-nav .ui-icon{height:15px;width:15px}
.object-type-nav small{font-size:12px;color:inherit;opacity:.8;min-width:16px;text-align:center}
.objects-search{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-bottom:20px}
.objects-search-input{display:flex;gap:11px;align-items:center;flex:1;min-width:230px;max-width:600px;padding:0 14px;margin:0;border:1px solid var(--line-strong,#35363e);border-radius:9px;background:#101116}
.objects-search-input:focus-within{outline:2px solid var(--accent);outline-offset:2px}
.objects-search-input>.ui-icon{width:19px;height:19px;flex:none;color:var(--muted)}
.objects-search-input input{padding:12px 0!important;border:0!important;background:none!important;box-shadow:none!important;outline:none!important;font-size:14px;min-width:0;width:100%;color:var(--text)}
.objects-search>.inline-error{flex-basis:100%;margin:0}
.objects-search>.inline-error:empty{display:none}
.object-view-switch{display:flex;gap:0;align-items:center;margin-left:auto;padding:3px;border:1px solid var(--line);background:#0d0e12;border-radius:9px}
.object-view-switch .btn{border:0;background:none;min-height:35px;padding:6px 11px;color:var(--muted);border-radius:6px;font-size:12px}
.object-view-switch .btn[aria-pressed=true]{color:var(--text);background:#29262f}
.objects-browser-heading{display:flex;justify-content:space-between;gap:12px;margin:0 0 17px;font-size:12px;line-height:1.6;color:var(--muted)}
.object-drag-note{font-size:12px}
.object-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}
.object-card{display:flex;flex-direction:column;min-width:0;position:relative;padding:20px 20px 0;min-height:246px;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:linear-gradient(145deg,rgba(var(--object-rgb),.035),transparent 65%),var(--panel);transition:border-color .16s,background .16s,transform .16s}
.object-card:hover{border-color:rgba(var(--object-rgb),.55);background-color:#1b1b22;transform:translateY(-2px)}
.object-card-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:17px}
.object-card-kind{display:flex;align-items:center;gap:7px;color:var(--object-accent);font-size:12px;line-height:1.5}
.object-card-kind>.ui-icon{height:15px;width:15px}
.object-state{font-size:12px;line-height:1.5;white-space:nowrap;color:#b2cdbf}
.object-state:before{content:"";display:inline-block;height:5px;width:5px;border-radius:50%;background:currentColor;margin-right:6px;vertical-align:2px}
.object-state.draft{color:#d7bd93}
.object-card-title{display:flex;gap:12px;align-items:flex-start;min-width:0;margin:0 0 12px}
.object-card h3{font-size:18px;line-height:1.45;color:var(--text);font-weight:510;letter-spacing:-.35px;overflow-wrap:anywhere;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin:0}
.object-person-avatar{height:38px;width:38px;flex:none;display:grid;place-items:center;border:1px solid rgba(var(--object-rgb),.3);border-radius:11px;background:rgba(var(--object-rgb),.08);color:var(--object-accent);font-size:15px;font-weight:500}
.object-card>p{font-size:14px;line-height:1.75;color:#b1aebd;margin:0 0 20px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.object-card-properties{display:flex;gap:6px;flex-wrap:wrap;margin:0 0 12px;min-width:0}
.object-card-properties>span{display:flex;align-items:center;gap:5px;max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding:3px 7px;border-radius:5px;border:1px solid #ffffff0d;background:#ffffff04;color:#c1bdcd;font-size:12px;line-height:1.5}
.object-card-properties .ui-icon{height:13px;width:13px}
.object-card-foot{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:13px 0;border-top:1px solid #ffffff0b;margin-top:auto;color:#aaa5b8;font-size:12px;line-height:1.6}
.object-card-foot>span{display:inline-flex;align-items:center;gap:6px;min-width:0}
.object-card-foot .ui-icon{height:13px;width:13px}
.object-drop-hint{position:absolute;inset:0;display:none;justify-content:center;align-items:center;gap:10px;background:#211b30ed;backdrop-filter:blur(4px);font-size:16px;color:#e9ddff}
.object-card.is-dragging{opacity:.5}
.object-card.is-drop-target{border-color:var(--accent);box-shadow:0 0 0 3px #bda2ef44}
.object-card.is-drop-target .object-drop-hint{display:flex}
.object-list-view{display:flex;flex-direction:column;gap:0;border:1px solid var(--line);border-radius:12px;overflow:hidden}
.object-list-view .object-card{display:grid;grid-template-columns:140px minmax(180px,1fr) minmax(160px,1fr);gap:8px 20px;padding:18px 20px;min-height:0;border:0;border-bottom:1px solid var(--line);border-radius:0;background:var(--panel);align-items:center}
.object-list-view .object-card:last-child{border-bottom:0}
.object-list-view .object-card:hover{transform:none;background:#1c1c24}
.object-list-view .object-card-top{grid-column:1;grid-row:1/4;margin:0;align-items:flex-start;flex-direction:column;gap:9px}
.object-list-view .object-card-title{grid-column:2;grid-row:1;margin:0}
.object-list-view .object-person-avatar{height:30px;width:30px;border-radius:8px;font-size:12px}
.object-list-view .object-card h3{font-size:16px;-webkit-line-clamp:2}
.object-list-view .object-card>p{grid-column:3;grid-row:1/3;font-size:13px;-webkit-line-clamp:2;margin:0}
.object-list-view .object-card-properties{grid-column:2;grid-row:2;margin:0}
.object-list-view .object-card-foot{grid-column:2/4;grid-row:3;margin:0;padding:4px 0 0;border:0;font-size:12px;justify-content:flex-start;gap:18px}
.objects-pagination{margin-top:24px;font-size:13px;color:var(--muted)}
.knowledge-collection-footer{display:flex;align-items:flex-start;justify-content:space-between;gap:30px;border-top:1px solid var(--line);margin-top:30px;padding:23px 0 0;letter-spacing:0}
.knowledge-collection-footer>p{font-size:12px;line-height:1.8;color:var(--muted);margin:0;max-width:470px}
.knowledge-collection-footer a{color:var(--accent)}
.knowledge-customize{max-width:340px;font-size:12px;color:var(--muted)}
.knowledge-customize summary{cursor:pointer;color:#c9bfdc;font-size:13px;line-height:1.8}
.knowledge-customize p{font-size:13px;line-height:1.7;margin:12px 0}
.objects-empty{text-align:center;border:1px dashed var(--line-strong,#3e3949);border-radius:12px;padding:50px 25px;background:var(--panel)}
.objects-empty-symbol{height:52px;width:52px;display:grid;place-items:center;border:1px solid rgba(var(--object-rgb),.3);background:rgba(var(--object-rgb),.08);border-radius:15px;color:var(--object-accent);margin:0 auto 23px}
.objects-empty h2{font-size:26px;font-weight:450;color:var(--text);line-height:1.4;margin-bottom:13px;letter-spacing:-.5px}
.objects-empty p{font-size:15px;line-height:1.8;color:var(--muted);max-width:520px;margin:0 auto 23px}
.objects-empty .actions{justify-content:center}
.object-detail>.back-link{font-size:13px;margin-bottom:23px;color:var(--muted)}
.object-detail-heading{display:flex;align-items:flex-start;gap:20px;padding:0 0 26px;margin-bottom:26px;border-bottom:1px solid var(--line)}
.object-detail-emblem{height:62px;width:62px;border-radius:17px;display:grid;place-items:center;flex:none;background:rgba(var(--object-rgb),.08);border:1px solid rgba(var(--object-rgb),.28);font-size:25px;color:var(--object-accent)}
.object-detail-emblem>.ui-icon{height:28px;width:28px}
.object-detail-heading>div:nth-child(2){flex:1;min-width:0}
.object-detail-heading .eyebrow{font-size:12px;letter-spacing:.8px;margin:1px 0 10px;color:var(--object-accent)}
.object-detail-heading h1{font-size:34px;font-weight:510;letter-spacing:-1px;line-height:1.25;overflow-wrap:anywhere;margin:0 0 16px}
.object-detail-meta{display:flex;align-items:center;gap:10px 17px;flex-wrap:wrap;font-size:12px;color:var(--muted);line-height:1.6}
.object-detail-meta .context-status{font-size:12px}
.object-detail-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end;max-width:200px;padding-top:27px}
.object-detail-actions .btn{font-size:13px}
.object-review-note{border:1px solid #8e704338;border-left:2px solid #be9b5c;background:#c6933210;padding:13px 16px;border-radius:7px;color:#d9c49e;font-size:13px;line-height:1.7;margin-bottom:26px}
.object-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 275px;gap:30px;align-items:start}
.object-detail-main{min-width:0}
.object-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 25px;padding:21px 23px;border:1px solid var(--line);border-radius:11px;background:var(--panel);margin:0 0 30px}
.object-facts dt{font-size:12px;line-height:1.6;color:var(--muted);margin:0 0 6px}
.object-facts dd{font-size:15px;line-height:1.65;color:var(--text);margin:0;overflow-wrap:anywhere}
.object-section-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}
.object-section-heading h2{font-size:19px;font-weight:510;line-height:1.4;color:var(--text);margin:0;letter-spacing:-.3px}
.object-section-heading .text-button{font-size:13px;min-height:36px;white-space:nowrap}
.object-reading{background:var(--panel);border:1px solid var(--line);border-radius:12px;padding:29px 30px;color:#d5d0e0;line-height:1.85;font-size:16px;overflow-wrap:anywhere}
.object-reading>h1:first-child{display:none}
.object-reading>h1:first-child+*{margin-top:0}
.object-reading p,.object-reading li{font-size:15px;line-height:1.85;color:#cdc8d9}
.object-reading h1{font-size:29px}.object-reading h2{font-size:23px}.object-reading h3{font-size:19px}.object-reading h4{font-size:16px}
.object-reading th,.object-reading td{font-size:13px;line-height:1.7}
.object-reading ul,.object-reading ol{padding-left:23px}
.object-detail-aside{min-width:0}
.object-detail-aside>section{padding:0 0 24px;margin:0 0 24px;border-bottom:1px solid var(--line)}
.object-detail-aside .object-section-heading h2{font-size:16px}
.connection-total{font-size:12px;color:var(--muted);margin-left:5px;font-weight:400}
.object-relationship-group{margin-top:20px}
.object-relationship-group>h3{font-size:12px;font-weight:450;color:#aaa3b8;margin-bottom:10px;display:flex;justify-content:space-between}
.object-relationship-group>h3>span{color:var(--muted)}
.object-connected-list{display:flex;flex-direction:column;gap:8px}
.object-relation{display:flex;min-width:0;border:1px solid var(--line);border-radius:8px;overflow:hidden;background:var(--panel)}
.object-relation>a{display:flex;gap:10px;align-items:center;flex:1;min-width:0;padding:12px 10px}
.object-relation>a>span:nth-child(2){min-width:0;flex:1}
.object-relation a small{display:block;font-size:12px;line-height:1.5;color:#aaa3b8;margin-bottom:5px}
.object-relation a strong{display:block;font-size:13px;font-weight:510;color:var(--text);line-height:1.55;overflow-wrap:anywhere}
.object-relation a>span:last-child{display:none}
.object-relation-icon{display:grid;place-items:center;width:28px;height:32px;flex:none;color:var(--object-accent)}
.object-relation-icon .ui-icon{height:18px;width:18px}
.object-relation-remove{background:none;border:0;border-left:1px solid var(--line);border-radius:0;font-size:19px;color:#aaa3b8;min-width:36px;padding:0 9px;align-self:stretch}
.object-relation-remove:hover{color:#ecc6d0;background:#b4576c14}
.object-connections-empty{border:1px dashed var(--line-strong,#3d3746);border-radius:10px;padding:20px}
.object-connections-empty>.ui-icon{color:var(--accent);height:25px;width:25px;margin-bottom:12px}
.object-connections-empty p{font-size:13px;line-height:1.8;color:var(--muted);margin:0 0 16px}
.object-connections-empty .btn{font-size:12px}
.object-provenance h2{font-size:16px;font-weight:500;line-height:1.5;margin-bottom:17px;color:var(--text)}
.object-provenance>a{display:flex;gap:7px;align-items:center;color:var(--accent);font-size:13px;line-height:1.8}
.object-provenance>a .ui-icon{height:15px;width:15px}
.object-provenance>p{font-size:13px;line-height:1.8;color:var(--muted);margin:12px 0 18px}
.object-provenance details,.object-structure-details{font-size:13px;color:var(--muted)}
.object-provenance summary,.object-structure-details summary{cursor:pointer;line-height:1.8;color:#c5bccf}
.object-provenance summary>span{font-size:12px;margin-left:6px}
.object-history-row{padding:13px 0;border-bottom:1px solid var(--line)}
.object-history-row strong{display:block;font-size:13px;color:#d1c9dd;font-weight:500;margin-bottom:5px}
.object-history-row small{font-size:12px;line-height:1.7;color:var(--muted);overflow-wrap:anywhere}
.object-structure-details p{font-size:13px;line-height:1.75;margin:13px 0}
.object-form-intro{font-size:14px;line-height:1.75;color:var(--muted);margin:0 0 23px}
.object-form-intro strong{color:var(--text);font-weight:500}
.object-capture-type{display:flex;gap:14px;align-items:center;justify-content:flex-start;font-size:13px;color:var(--muted);margin-bottom:20px}
.object-capture-type select{width:auto;min-width:140px;padding:8px 12px;font-size:13px}
#object-editor-form textarea{min-height:210px;font-size:15px;line-height:1.8}
.object-extra-fields{border:1px solid var(--line);border-radius:8px;padding:13px 16px;margin-bottom:22px;background:#0d0e1244}
.object-extra-fields>summary{font-size:14px;color:var(--text);cursor:pointer;line-height:1.7}
.object-extra-fields>summary>span{font-size:12px;color:var(--muted);margin-left:12px}
.object-property-inputs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 16px;padding-top:18px}
.object-property-inputs .field{margin-bottom:12px}
.object-property-inputs .field>label{font-size:13px}
.object-property-inputs>p{font-size:13px;color:var(--muted)}
.object-review-checkbox{font-size:13px!important;line-height:1.7;align-items:flex-start;gap:10px}
.object-review-checkbox input{margin-top:5px;flex:none}
.capture-review-note{font-size:12px!important;color:var(--muted);margin:8px 0 0 24px;line-height:1.7}
.object-fields-heading{display:flex;gap:15px;justify-content:space-between;align-items:center;margin:26px 0 16px}
.object-fields-heading h3{font-size:16px;color:var(--text);font-weight:500}
.object-fields-heading>span{font-size:12px;color:var(--muted)}
.object-field-row{padding:15px;border:1px solid var(--line);border-radius:9px;background:#111216;margin-bottom:14px}
.object-field-row-main{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) 100px 32px;gap:10px;align-items:end}
.object-field-row label{margin:0;min-width:0}
.object-field-row label>span{font-size:12px;color:var(--muted);display:block;margin-bottom:7px}
.object-field-row input:not([type=checkbox]),.object-field-row select{font-size:13px;padding:9px;width:100%;min-width:0;height:41px}
.object-field-row input[readonly],.object-field-row select:disabled{color:var(--muted);opacity:1}
.object-fixed-field{font-size:12px;color:var(--muted);writing-mode:vertical-rl;text-align:center;align-self:center}
.object-remove-field{font-size:20px;background:none;color:var(--muted);border:0;width:32px;height:41px;padding:0}
.object-field-options{margin-top:14px}
.object-field-options>label{font-size:12px;color:var(--muted);margin-bottom:7px}
.object-field-required{font-size:12px!important;gap:8px;margin-top:13px!important}
.object-field-required input{height:14px;width:14px;flex:none}
.object-builder-note{font-size:12px;line-height:1.8;color:var(--muted);margin-top:17px}
.object-link-search{display:flex;gap:10px;align-items:center}
.object-link-search input{min-width:0;flex:1}
#object-link-results{max-height:390px;overflow:auto;margin-top:20px;border-top:1px solid var(--line)}
.object-link-choice{display:flex;align-items:center;gap:13px;width:100%;text-align:left;border:0;border-bottom:1px solid var(--line);background:none;padding:17px 5px;color:var(--text)}
.object-link-choice>span:first-child{width:33px;height:37px;display:grid;place-items:center;flex:none;color:var(--object-accent)}
.object-link-choice>span:nth-child(2){min-width:0;flex:1}
.object-link-choice strong{display:block;font-size:14px;font-weight:500;margin-bottom:6px;line-height:1.5}
.object-link-choice small{display:block;font-size:12px;color:var(--muted);line-height:1.7}
.object-link-choice:hover{background:#ffffff05}
.object-search-empty{font-size:14px;line-height:1.8;color:var(--muted);padding:25px 0}
@media(min-width:1600px){.object-card-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.object-detail-layout{grid-template-columns:minmax(0,1fr) 310px;gap:40px}.object-reading{padding:36px 40px}}
@media(max-width:1200px){.object-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.object-detail-layout{grid-template-columns:minmax(0,1fr) 250px;gap:23px}.object-detail-heading h1{font-size:29px}.object-detail-actions{max-width:170px}.object-list-view{display:flex}.object-list-view .object-card{grid-template-columns:105px minmax(150px,1fr) minmax(140px,1fr);gap:8px 15px}.object-drag-note{display:none}}
@media(max-width:1000px){.knowledge-heading{flex-wrap:wrap;gap:18px}.knowledge-heading-actions{padding-top:0}.object-detail-layout{grid-template-columns:1fr}.object-detail-aside{display:grid;grid-template-columns:1fr 1fr;gap:22px}.object-detail-aside>section{margin:0}.object-structure-details{grid-column:1/-1}.object-list-view .object-card{grid-template-columns:105px minmax(0,1fr)}.object-list-view .object-card>p{grid-column:2;grid-row:3}.object-list-view .object-card-foot{grid-column:2;grid-row:4}.object-list-view .object-card-top{grid-row:1/5}}
@media(max-width:760px){.knowledge-heading h1{font-size:32px}.knowledge-heading p{font-size:14px}.knowledge-heading-actions{gap:8px}.knowledge-heading-actions .btn{font-size:13px}.object-detail-heading{flex-wrap:wrap;gap:16px}.object-detail-heading>div:nth-child(2){flex-basis:calc(100% - 80px)}.object-detail-actions{max-width:none;justify-content:flex-start;padding-top:0;margin-left:78px}.object-detail-heading h1{font-size:29px}.object-detail-emblem{width:60px;height:60px}.object-detail-layout{gap:26px}.object-reading{padding:24px}.objects-search{gap:9px}.objects-search-input{max-width:none}.object-view-switch{margin-left:0}.objects-browser-heading{font-size:12px}.object-card{padding:18px 17px 0;min-height:240px}.object-card>p{font-size:14px}.knowledge-collection-footer{flex-direction:column;gap:20px}.object-type-nav{margin-bottom:20px}.object-type-nav>a{font-size:13px;padding:9px 11px}.object-extra-fields>summary>span{display:block;margin:5px 0 0}.object-field-row-main{grid-template-columns:minmax(0,1fr) minmax(0,1fr) 32px}.object-field-row-main>label:first-child{grid-column:1/3}.object-field-row-main>label:nth-child(2){grid-column:1;grid-row:2}.object-field-row-main>label:nth-child(3){grid-column:2;grid-row:2}.object-field-row-main>.object-remove-field,.object-field-row-main>.object-fixed-field{grid-column:3;grid-row:1}.object-fields-heading{align-items:flex-start;flex-direction:column;gap:7px}}
@media(max-width:520px){.object-card-grid{grid-template-columns:1fr;gap:13px}.object-card{min-height:0}.object-card-title{margin-bottom:12px}.object-card>p{margin-bottom:18px}.object-type-nav{margin-left:-3px;margin-right:-3px}.objects-search-input{flex-basis:calc(100% - 92px);min-width:0}.objects-search .object-view-switch{margin-left:auto}.objects-browser-heading{align-items:flex-start}.objects-browser-heading>span:last-child{text-align:right}.object-detail-heading{gap:13px}.object-detail-emblem{width:47px;height:47px;border-radius:13px;font-size:20px}.object-detail-heading>div:nth-child(2){flex-basis:calc(100% - 60px)}.object-detail-heading h1{font-size:27px}.object-detail-actions{margin-left:0}.object-detail-meta{gap:7px 12px}.object-detail-aside{grid-template-columns:1fr;gap:25px}.object-facts{grid-template-columns:1fr;padding:20px;gap:16px}.object-reading{padding:21px 18px}.object-reading p,.object-reading li{font-size:15px}.object-reading h2{font-size:22px}.object-property-inputs{grid-template-columns:1fr}.object-list-view{display:flex;gap:0}.object-list-view .object-card{grid-template-columns:1fr;padding:17px;gap:11px}.object-list-view .object-card-top{grid-column:1;grid-row:1;flex-direction:row;align-items:center}.object-list-view .object-card-title{grid-column:1;grid-row:2}.object-list-view .object-card-properties{grid-column:1;grid-row:3}.object-list-view .object-card>p{grid-column:1;grid-row:4}.object-list-view .object-card-foot{grid-column:1;grid-row:5}.object-section-heading h2{font-size:18px}.object-section-heading .text-button{font-size:12px}.objects-pagination{gap:15px;flex-wrap:wrap}.objects-empty{padding:35px 20px}.objects-empty h2{font-size:24px}}

/* Collection workspace and connected record dossiers. */
.objects-space,.object-detail{--object-accent:var(--accent,#b6a1ff);--object-rgb:182,161,255}
.object-tone-person,.object-tone-note,.object-tone-custom{--object-accent:#bcaafa;--object-rgb:182,161,255}
.object-tone-topic,.object-tone-project{--object-accent:#a8c4ed;--object-rgb:168,196,237}
.object-tone-meeting,.object-tone-action{--object-accent:#85d8c1;--object-rgb:133,216,193}
.object-tone-event,.object-tone-decision{--object-accent:#d9c298;--object-rgb:217,194,152}
.knowledge-heading{padding:2px 0 25px;align-items:center}
.knowledge-heading h1{font-size:32px;letter-spacing:-1px;margin:0 0 9px;font-weight:550}
.knowledge-heading .eyebrow{font-size:12px;letter-spacing:1.6px;margin-bottom:11px;color:var(--muted)}
.knowledge-heading p{font-size:14px;line-height:1.75;max-width:610px}
.knowledge-heading-actions{padding-top:0;align-items:center;gap:9px}
.knowledge-heading-actions .ui-icon{width:16px;height:16px}
.knowledge-workspace{display:grid;grid-template-columns:182px minmax(0,1fr);gap:26px;align-items:start}
.knowledge-collections{position:sticky;top:24px;min-width:0;border-right:1px solid var(--line);padding-right:18px}
.knowledge-collection-label{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 10px 15px;color:var(--muted);font-size:12px;letter-spacing:1.4px}
.knowledge-collection-label small{font-size:12px;letter-spacing:0;color:var(--muted)}
.object-collection-link{display:flex;align-items:center;gap:9px;min-height:41px;border:1px solid transparent;border-radius:8px;padding:9px 10px;margin-bottom:4px;font-size:13px;color:var(--muted);line-height:1.5}
.object-collection-link>.ui-icon{width:16px;height:16px;flex-shrink:0;color:var(--object-accent,var(--muted));opacity:.8}
.object-collection-link>span{flex:1;min-width:0;overflow-wrap:anywhere}
.object-collection-link>small{font-size:12px;font-variant-numeric:tabular-nums;color:inherit;opacity:.7}
.object-collection-link:hover{background:#ffffff04;color:var(--text)}
.object-collection-link.selected{background:#b6a1ff10;border-color:#b6a1ff2b;color:var(--text)}
.object-collection-link.selected>.ui-icon{opacity:1}
.object-collection-divider{height:1px;background:var(--line);margin:12px 10px}
.knowledge-collection-label.custom-label{padding-top:22px}
.object-create-type.btn{display:flex;gap:8px;background:none;border:1px dashed #ffffff23;color:var(--muted);width:100%;font-size:12px;padding:8px;min-height:38px;justify-content:center;margin-top:17px}
.object-create-type>.ui-icon{width:14px;height:14px}
.object-create-type:hover{color:var(--accent);border-color:#b6a1ff66;background:#b6a1ff06}
.knowledge-rail-note{border-top:1px solid var(--line);margin-top:23px;padding:23px 9px 0;color:var(--muted)}
.knowledge-rail-note>.ui-icon{width:19px;height:19px;color:var(--accent);opacity:.7}
.knowledge-rail-note p{font-size:12px;line-height:1.8;margin:9px 0 14px;color:var(--muted)}
.knowledge-rail-note a{font-size:12px;color:var(--muted);line-height:1.8;display:block}
.knowledge-rail-note a:hover{color:var(--accent)}
.knowledge-results{min-width:0}
.objects-search{gap:8px;margin-bottom:14px}
.objects-search-input{max-width:none;min-width:0;background:var(--panel);border-color:var(--line);border-radius:10px;flex:1;min-height:45px}
.objects-search-input>.ui-icon{width:17px;height:17px;color:var(--muted)}
.objects-search-input input{font-size:14px;padding:11px 0!important;line-height:1.5}
.objects-search>.btn{min-height:45px;font-size:13px}
.object-browser-tools{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:12px}
.object-tool-select{display:flex;align-items:center;gap:7px;min-width:0;color:var(--muted);font-size:12px;margin:0}
.object-tool-select>span{white-space:nowrap}
.object-tool-select select{font-size:12px;color:var(--text);padding:6px 27px 6px 9px;border:1px solid var(--line);border-radius:7px;background:var(--panel);min-height:35px;max-width:175px;line-height:1.5}
.object-view-switch{margin-left:auto;background:var(--panel);border-color:var(--line);padding:3px;border-radius:8px}
.object-view-switch .btn{font-size:12px;min-height:29px;padding:4px 10px}
.object-view-switch .btn[aria-pressed=true]{background:#b6a1ff16;color:var(--accent)}
.object-filter-chips{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin:10px 0 16px}
.object-filter-chips:empty{display:none}
.object-filter-chip,.object-filter-chip.btn{display:inline-flex;align-items:center;gap:7px;min-height:29px;background:#b6a1ff0b;border:1px solid #b6a1ff23;color:#c5b7ed;border-radius:6px;font-size:12px;line-height:1.5;padding:4px 8px;white-space:normal;text-align:left;max-width:100%;overflow-wrap:anywhere}
.object-filter-chip>.ui-icon{width:13px;height:13px;flex-shrink:0}
.object-filter-chip>span{color:var(--muted);font-size:15px;line-height:1}
.object-reset-filter.btn{background:none;border:0;min-height:27px;font-size:12px;color:var(--muted);padding:3px 6px}
.objects-browser-heading{align-items:center;min-height:35px;margin:5px 0 14px}
.objects-browser-heading>strong{font-size:13px;color:var(--text);font-weight:500}
.objects-browser-heading>span{font-size:12px;color:var(--muted)}
.objects-browser-heading .text-button{padding:4px 0;font-size:12px;min-height:30px}
.object-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.object-card{padding:20px 20px 0;min-height:236px;background:linear-gradient(155deg,rgba(var(--object-rgb),.025),transparent 55%),var(--panel);border-radius:13px;border-color:var(--line)}
.object-card:hover{background-color:#171c25;border-color:rgba(var(--object-rgb),.38);transform:translateY(-2px);box-shadow:0 8px 25px #0002}
.object-card-top{margin-bottom:17px;gap:9px}
.object-card-kind{font-size:12px;color:var(--object-accent);letter-spacing:.15px}
.object-card-kind>.ui-icon{width:14px;height:14px}
.object-state{font-size:12px;color:var(--green,#85d8c1)}
.object-state.draft{color:#d0b58e}
.object-state.archived{color:var(--muted)}
.object-state:before{height:4px;width:4px;margin-right:5px;vertical-align:2px}
.object-card-title{align-items:center;gap:10px;position:relative;padding-right:16px}
.object-card h3{font-size:17px;font-weight:540;line-height:1.48;letter-spacing:-.25px;-webkit-line-clamp:2;flex:1}
.object-person-avatar{width:36px;height:36px;font-size:13px;border-radius:10px;background:rgba(var(--object-rgb),.075);border-color:rgba(var(--object-rgb),.2)}
.object-open-arrow{position:absolute;right:0;top:2px;color:var(--object-accent);font-size:16px;opacity:0;transition:opacity .15s}
.object-card:hover .object-open-arrow,.object-card:focus-visible .object-open-arrow{opacity:1}
.object-card-properties{margin-bottom:11px;gap:5px}
.object-card-properties>span{font-size:12px;color:#b5bdcc;background:#ffffff03;border-color:#ffffff09;padding:3px 6px;display:inline-block;white-space:nowrap;max-width:100%;text-overflow:ellipsis;overflow:hidden}
.object-card-properties .ui-icon{width:12px;height:12px;vertical-align:-2px;margin-right:4px}
.object-card>p{font-size:13px;line-height:1.8;color:var(--muted);-webkit-line-clamp:3;margin:0 0 19px}
.object-card-foot{font-size:12px;color:var(--muted);padding:12px 0;border-color:var(--line)}
.object-card-foot .ui-icon{width:12px;height:12px}
.object-card-foot time{font-size:12px;white-space:nowrap}
.object-drop-hint{background:#10171eee;color:var(--accent);border:1px solid var(--accent);font-size:15px}
.object-list-view{display:flex;border-radius:12px}
.object-list-view .object-card{grid-template-columns:100px minmax(130px,1fr) minmax(130px,1fr);gap:7px 18px;min-height:112px;border-radius:0;padding:17px 19px;background:var(--panel)}
.object-list-view .object-card:hover{background:#171c25;box-shadow:none;transform:none}
.object-list-view .object-card h3{font-size:15px;line-height:1.5}
.object-list-view .object-card>p{font-size:12px;line-height:1.8;color:var(--muted)}
.object-list-view .object-card-foot{font-size:12px}
.object-list-view .object-card-properties>span{font-size:12px}
.objects-pagination{font-size:12px;margin-top:20px;align-items:center}
.objects-pagination .btn{font-size:12px}
.knowledge-collection-footer{padding:19px 0 0;margin-top:22px;gap:18px;align-items:center}
.knowledge-collection-footer>p{font-size:12px;display:flex;gap:8px;line-height:1.8;max-width:480px}
.knowledge-collection-footer>p>.ui-icon{flex-shrink:0;width:15px;height:15px;margin-top:2px;color:var(--muted)}
.knowledge-collection-footer>a{font-size:12px;white-space:nowrap;color:var(--muted)}
.objects-empty{padding:46px 25px;background:var(--panel);border-color:#ffffff23}
.objects-empty h2{font-size:23px;line-height:1.45;font-weight:500}
.objects-empty p{font-size:14px;max-width:490px}
.objects-empty-symbol{height:48px;width:48px;border-radius:14px;margin-bottom:20px}
.object-breadcrumb{display:flex;align-items:center;gap:10px;font-size:12px;color:var(--muted);margin:1px 0 26px}
.object-breadcrumb>a:hover{color:var(--accent)}
.object-breadcrumb>span:not(:last-child){color:#5f697b}
.object-detail-heading{padding-bottom:25px;margin-bottom:0;gap:18px;align-items:center;border:0}
.object-detail-emblem{height:63px;width:63px;border-radius:17px;background:rgba(var(--object-rgb),.07);border-color:rgba(var(--object-rgb),.2);font-size:25px}
.object-detail-heading h1{font-size:33px;line-height:1.25;font-weight:550;letter-spacing:-.8px;margin-bottom:12px}
.object-detail-heading .eyebrow{font-size:12px;letter-spacing:1px;margin-bottom:8px}
.object-detail-meta,.object-detail-meta .context-status{font-size:12px;color:var(--muted)}
.object-detail-meta .is-reviewed{color:var(--green)}
.object-detail-actions{padding-top:0;max-width:220px;gap:8px}
.object-detail-actions .btn{font-size:12px}
.object-review-note{display:flex;gap:12px;align-items:center;border:1px solid #d0b58e24;background:#d0b58e07;border-radius:10px;padding:15px 17px;margin:0 0 20px;font-size:13px}
.object-review-note>.ui-icon{width:19px;height:19px;flex-shrink:0;color:#d0b58e;align-self:flex-start;margin-top:3px}
.object-review-note>div{flex:1;min-width:0}
.object-review-note strong{font-size:13px;font-weight:500;color:#d9c6a8}
.object-review-note p{font-size:12px;line-height:1.8;margin:4px 0 0;color:#b9aa94}
.object-review-note>.btn{flex-shrink:0;font-size:12px}
.object-dossier-nav{display:flex;gap:17px;border-bottom:1px solid var(--line);margin:0 0 27px}
.object-dossier-nav .btn{padding:11px 1px;border:0;border-bottom:2px solid transparent;min-height:44px;font-size:13px;background:none;border-radius:0;color:var(--muted)}
.object-dossier-nav .btn:first-child{border-bottom-color:var(--object-accent);color:var(--text)}
.object-dossier-nav .btn:hover{color:var(--object-accent)}
.object-dossier-nav .btn>span{font-size:12px;background:#ffffff07;border-radius:4px;padding:1px 5px;margin-left:4px;color:var(--muted)}
.object-detail-layout{grid-template-columns:minmax(0,1fr) 280px;gap:28px}
.object-facts-panel{margin-bottom:28px}
.object-facts-panel .object-section-heading{margin-bottom:12px}
.object-facts-panel h2{font-size:16px}
.object-facts{margin:0;gap:19px 25px;padding:20px 22px;background:var(--panel);border-radius:12px;border-color:var(--line)}
.object-facts dt{font-size:12px;color:var(--muted)}
.object-facts dd{font-size:14px;color:var(--text);line-height:1.65}
.object-facts-empty{display:flex;gap:18px;align-items:center;border:1px dashed #ffffff23;border-radius:11px;padding:18px 20px;margin-bottom:26px}
.object-facts-empty>div{flex:1;min-width:0}
.object-facts-empty strong{font-size:13px;font-weight:500}
.object-facts-empty p{font-size:12px;color:var(--muted);line-height:1.7;margin:4px 0 0}
.object-facts-empty .btn{flex-shrink:0;font-size:12px}
.object-section-heading h2{font-size:18px;font-weight:530;letter-spacing:-.25px}
.object-section-note{font-size:12px;color:var(--muted)}
.object-understanding,.object-connected-section,.object-provenance,.object-reading h2,.object-reading h3{scroll-margin-top:22px}
.object-understanding:focus,.object-connected-section:focus,.object-provenance:focus{outline:0}
.object-reading{background:var(--panel);border-radius:13px;border-color:var(--line);padding:29px 31px;font-size:15px;line-height:1.85}
.object-reading p,.object-reading li{font-size:15px;color:#c8cfdb;line-height:1.9}
.object-reading h2{font-size:22px;line-height:1.4;font-weight:530;margin-top:1.6em;letter-spacing:-.3px}
.object-reading h3{font-size:18px;font-weight:520;line-height:1.5}
.object-reading h4{font-size:16px;font-weight:500}
.object-detail-aside>section{padding:20px;border:1px solid var(--line);border-radius:12px;background:var(--panel);margin-bottom:18px}
.object-detail-aside .object-section-heading{margin-bottom:17px}
.object-detail-aside .object-section-heading h2{font-size:15px}
.object-detail-aside .object-section-heading>.btn{padding:5px;min-height:30px;min-width:30px;border-color:#ffffff14}
.object-detail-aside .object-section-heading>.btn>.ui-icon{width:15px;height:15px}
.object-reading-outline h2{font-size:12px;font-weight:500;margin:0 0 13px;color:var(--muted);letter-spacing:.3px}
.object-reading-outline nav{display:grid;gap:3px;max-height:235px;overflow:auto;scrollbar-width:thin}
.object-reading-outline .btn{font-size:12px;color:var(--muted);text-align:left;justify-content:flex-start;background:none;border:0;min-height:30px;padding:5px 0;white-space:normal;line-height:1.7}
.object-reading-outline .btn:hover{color:var(--accent)}
.object-reading-outline .btn.nested{padding-left:12px;font-size:12px}
.object-relationship-group{margin-top:18px}
.object-relationship-group:first-child{margin-top:0}
.object-relationship-group>h3{font-size:12px;color:var(--muted);letter-spacing:.3px;margin-bottom:9px}
.object-relation{background:#ffffff02;border-color:var(--line);border-radius:8px}
.object-relation>a{padding:11px 9px;gap:9px}
.object-relation a small{font-size:12px;line-height:1.6;color:var(--muted);margin-bottom:4px}
.object-relation a strong{font-size:12px;font-weight:500;line-height:1.65;color:var(--text)}
.object-relation-icon{width:21px;height:27px}
.object-relation-icon>.ui-icon{width:16px;height:16px}
.object-relation-remove{min-width:29px;padding:0 7px;font-size:16px;color:var(--muted);border-color:var(--line);opacity:.55}
.object-relation:hover .object-relation-remove,.object-relation-remove:focus-visible{opacity:1}
.object-connections-empty{border:0;padding:2px 0 0}
.object-connections-empty>strong{display:block;font-size:13px;font-weight:500;line-height:1.6;color:var(--text);margin-bottom:8px}
.object-connections-empty>p{font-size:12px;line-height:1.8;color:var(--muted)}
.object-connections-empty>.btn{font-size:12px;width:100%;justify-content:center}
.object-provenance h2{font-size:15px;margin:0 0 17px}
.object-provenance>.object-source-link{display:flex;align-items:center;gap:9px;font-size:12px;min-width:0}
.object-source-link>span:first-child{width:29px;height:34px;display:grid;place-items:center;border:1px solid var(--line);border-radius:7px;color:var(--accent);flex-shrink:0;background:#b6a1ff08}
.object-source-link>span:nth-child(2){min-width:0;flex:1}
.object-source-link strong{font-size:12px;line-height:1.6;display:block;font-weight:500;color:var(--text)}
.object-source-link small{font-size:12px;line-height:1.7;display:block;color:var(--muted);overflow-wrap:anywhere;margin-top:4px}
.object-source-link>span:last-child{font-size:14px;color:var(--muted)}
.object-provenance>p{font-size:12px;line-height:1.8;margin:16px 0;color:var(--muted)}
.object-record-dates{display:grid;gap:8px;margin:0 0 20px}
.object-record-dates>div{display:flex;justify-content:space-between;gap:15px;font-size:12px}
.object-record-dates dt{color:var(--muted)}
.object-record-dates dd{margin:0;color:#bdc6d5;font-size:12px}
.object-history{border-top:1px solid var(--line);padding-top:14px}
.object-history>summary{font-size:12px;color:var(--muted);line-height:1.7}
.object-history>summary>span{font-size:12px;background:#ffffff06;border-radius:4px;padding:2px 5px}
.object-history-row{display:flex;gap:10px;padding:13px 0;border-bottom:1px solid var(--line);align-items:flex-start}
.object-history-marker{height:6px;width:6px;background:#68758c;border-radius:50%;margin-top:7px;flex-shrink:0}
.object-history-row strong{font-size:12px;color:#c9d0dd;font-weight:500;line-height:1.6;margin-bottom:4px}
.object-history-row small{font-size:12px;line-height:1.8;color:var(--muted)}
.object-structure-details{padding:4px 3px 0;font-size:12px}
.object-structure-details summary{font-size:12px;color:var(--muted)}
.object-structure-details p{font-size:12px;line-height:1.8}
.object-structure-details .btn{font-size:12px}
.object-editor-intent{display:flex;gap:14px;padding:0 0 21px;margin-bottom:21px;border-bottom:1px solid var(--line);align-items:flex-start}
.object-editor-symbol{display:grid;place-items:center;flex-shrink:0;width:40px;height:43px;background:#b6a1ff08;border:1px solid #b6a1ff26;border-radius:11px;color:var(--accent)}
.object-editor-symbol>.ui-icon{width:21px;height:21px}
.object-editor-intent>div{flex:1;min-width:0}
.object-editor-intent strong{font-size:14px;font-weight:500;display:block;line-height:1.6}
.object-editor-intent strong small{margin-left:9px;font-size:12px;color:var(--muted);font-weight:400}
.object-editor-intent p{font-size:13px!important;line-height:1.8!important;color:var(--muted);margin:8px 0 0}
.object-capture-type{display:flex;gap:10px;font-size:12px;margin:0;color:var(--muted);line-height:1.6}
.object-capture-type select{min-width:130px;padding:5px 30px 5px 10px;font-size:13px;background:var(--panel);border-color:var(--line);border-radius:7px}
.object-editor-source-note{font-size:12px!important;line-height:1.8;color:var(--muted);margin:-5px 0 19px;padding:10px 13px;border:1px solid var(--line);border-radius:8px;background:#ffffff02}
.object-editor-body-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 8px}
.object-editor-body-heading label{font-size:13px;margin:0;color:var(--text)}
.object-editor-body-heading>.btn{font-size:12px;min-height:26px;padding:0;background:none;border:0;color:var(--accent)}
.object-editor-body-heading>.btn:disabled{color:var(--muted);opacity:.4;cursor:default}
.object-editor-body-heading+.field>label{display:none}
#object-editor-form textarea{min-height:225px;font-size:14px;line-height:1.9;background:var(--bg);border-color:var(--line);border-radius:10px;resize:vertical;padding:15px}
#object-editor-form>.field{margin-bottom:19px}
#object-editor-form>.field>small{display:none}
.object-editor-content-meta{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:var(--muted);margin:-11px 0 23px}
.object-extra-fields{background:#ffffff02;border-color:var(--line);border-radius:10px;padding:14px 16px;margin-bottom:20px}
.object-extra-fields>summary{font-size:13px;color:var(--text);line-height:1.7}
.object-extra-fields>summary>span{margin:0;font-size:13px;color:var(--text)}
.object-extra-fields>summary>small{font-size:12px;color:var(--muted);margin-left:10px}
.object-property-inputs{gap:0 17px;padding-top:18px}
.object-property-inputs .field>label{font-size:12px;color:var(--muted)}
.object-property-inputs .field input,.object-property-inputs .field select{font-size:13px;background:var(--bg);border-color:var(--line);border-radius:8px;padding:10px 11px}
.object-review-control{padding:15px 17px;background:#85d8c106;border:1px solid #85d8c124;border-radius:10px;margin-top:18px}
.object-review-control .object-review-checkbox{align-items:flex-start;gap:11px;margin:0}
.object-review-control .object-review-checkbox>span{flex:1;min-width:0}
.object-review-control strong{font-size:13px;font-weight:500;color:var(--text);display:block;line-height:1.6}
.object-review-control small{display:block;color:var(--muted);font-size:12px;line-height:1.75;margin-top:4px}
.object-review-control .capture-review-note{font-size:12px!important;margin:8px 0 0 26px;color:var(--muted);line-height:1.7}
.object-fields-heading{margin-top:23px;padding-top:20px;border-top:1px solid var(--line)}
.object-fields-heading h3{font-size:15px;font-weight:500}
.object-fields-heading>span{font-size:12px}
.object-field-row{padding:16px;border-color:var(--line);border-radius:10px;background:var(--bg)}
.object-field-row-main{grid-template-columns:minmax(0,1fr) minmax(0,1fr) 115px 27px;gap:10px}
.object-field-row-main label>span{font-size:12px;color:var(--muted)}
.object-field-row-main input,.object-field-row-main select{border-color:var(--line);border-radius:7px;background:var(--panel);font-size:12px}
.object-fixed-field{writing-mode:horizontal-tb;font-size:12px;color:var(--green);opacity:.8}
.object-field-required{font-size:12px!important;color:var(--muted)}
.object-builder-note{font-size:12px;line-height:1.8;color:var(--muted)}
.object-link-direction{display:flex;align-items:center;gap:9px;flex-wrap:wrap;border:1px solid #b6a1ff22;background:#b6a1ff07;border-radius:9px;padding:12px 14px;margin-bottom:18px;font-size:12px;line-height:1.8;color:var(--muted)}
.object-link-direction>strong{font-size:12px;font-weight:500;color:#d1c5f5;overflow-wrap:anywhere}
.object-link-search{position:relative;gap:8px}
.object-link-search>.ui-icon{position:absolute;left:12px;width:16px;height:16px;color:var(--muted)}
.object-link-search input{padding-left:36px;font-size:13px;border-color:var(--line);background:var(--bg)}
.object-link-search>.btn{font-size:12px}
.object-link-results-label{font-size:12px;letter-spacing:.3px;color:var(--muted);margin:24px 0 10px}
#object-link-results{margin-top:0;border:1px solid var(--line);border-radius:10px;padding:0 13px;max-height:350px;scrollbar-width:thin;background:var(--bg)}
.object-link-choice{padding:14px 0;gap:11px;border-color:var(--line)}
.object-link-choice:last-child{border-bottom:0}
.object-link-choice>span:first-child{height:33px;width:31px;border:1px solid #ffffff10;border-radius:8px;background:rgba(var(--object-rgb),.035)}
.object-link-choice>span:first-child .ui-icon{width:16px;height:16px}
.object-link-choice strong{font-size:13px;font-weight:500;line-height:1.6;margin-bottom:3px;overflow-wrap:anywhere}
.object-link-choice small{font-size:12px;color:var(--muted);line-height:1.8}
.object-link-choice-state{font-size:12px;color:var(--object-accent);flex-shrink:0}
.object-link-choice:disabled{opacity:.5;cursor:default}
.object-link-choice:disabled .object-link-choice-state{color:var(--green)}
.object-search-empty{padding:25px 15px;text-align:center;font-size:13px}
.object-search-empty strong{font-weight:500;color:var(--text);line-height:1.7}
.object-search-empty p{font-size:12px;line-height:1.8;color:var(--muted);margin:7px 0 0}
@media(min-width:1500px){.knowledge-workspace{grid-template-columns:195px minmax(0,1fr);gap:30px}.object-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.object-list-view{display:flex}.object-detail-layout{grid-template-columns:minmax(0,1fr) 310px;gap:34px}}
@media(max-width:1200px){.knowledge-workspace{grid-template-columns:155px minmax(0,1fr);gap:19px}.knowledge-collections{padding-right:13px}.object-collection-link{padding:9px 8px;gap:7px;font-size:12px}.object-collection-link>.ui-icon{width:14px;height:14px}.object-tool-select>span{display:none}.object-card{padding:17px 17px 0;min-height:230px}.object-card h3{font-size:16px}.knowledge-heading-actions .btn{font-size:12px}.object-detail-layout{grid-template-columns:minmax(0,1fr) 250px;gap:21px}.object-detail-aside>section{padding:17px}.object-list-view .object-card{grid-template-columns:85px minmax(0,1fr);gap:6px 14px}.object-list-view .object-card>p{grid-column:2;grid-row:3}.object-list-view .object-card-foot{grid-column:2;grid-row:4}.object-list-view .object-card-top{grid-row:1/5}.object-field-row-main{grid-template-columns:minmax(0,1fr) minmax(0,1fr) 95px 25px}}
@media(max-width:1000px){.knowledge-workspace{grid-template-columns:1fr;gap:19px}.knowledge-collections{position:static;display:block;padding:0 0 14px;border-right:0;border-bottom:1px solid var(--line)}.knowledge-collection-label,.knowledge-rail-note,.object-collection-divider,.knowledge-collection-label.custom-label{display:none}.knowledge-collections nav{display:flex;gap:6px;overflow:auto;scrollbar-width:thin;padding-bottom:4px}.object-collection-link{flex:none;min-height:37px;font-size:12px;gap:8px;padding:8px 10px;margin:0;white-space:nowrap}.object-collection-link>span{overflow-wrap:normal}.object-create-type.btn{margin-top:9px;border:0;width:auto;padding:5px 2px;min-height:28px}.object-detail-layout{grid-template-columns:1fr;gap:24px}.object-detail-aside{grid-template-columns:1fr 1fr;gap:17px}.object-detail-aside>section{margin:0}.object-reading-outline{grid-column:1/-1}.object-reading-outline nav{display:grid;grid-template-columns:1fr 1fr;gap:0 20px;max-height:150px}.knowledge-heading-actions{padding-top:0}.knowledge-heading{gap:17px}.object-detail-actions{max-width:200px}}
@media(max-width:760px){.knowledge-heading h1{font-size:29px}.knowledge-heading{padding-bottom:21px;align-items:flex-start}.knowledge-heading-actions{gap:8px}.knowledge-heading-actions .btn{font-size:12px}.object-detail-heading{gap:15px;align-items:flex-start}.object-detail-heading>div:nth-child(2){flex-basis:calc(100% - 80px)}.object-detail-actions{max-width:none;padding:0;margin-left:78px;gap:8px}.object-detail-heading h1{font-size:29px}.object-detail-emblem{width:60px;height:60px}.object-reading{padding:25px}.object-facts-empty{padding:16px}.object-review-note{flex-wrap:wrap;gap:10px}.object-review-note>.btn{margin-left:30px}.object-review-note>div{flex-basis:calc(100% - 32px)}.object-field-row-main{grid-template-columns:minmax(0,1fr) minmax(0,1fr) 27px}.object-field-row-main>label:first-child{grid-column:1/3}.object-field-row-main>label:nth-child(2){grid-column:1;grid-row:2}.object-field-row-main>label:nth-child(3){grid-column:2;grid-row:2}.object-field-row-main>.object-remove-field,.object-field-row-main>.object-fixed-field{grid-column:3;grid-row:1}.object-extra-fields>summary>small{display:block;margin:4px 0 0 16px}.object-editor-body-heading{align-items:flex-start;gap:9px}.object-editor-body-heading>.btn{font-size:12px;white-space:normal;text-align:right;max-width:130px}.object-link-choice-state{font-size:12px}.object-link-choice strong{font-size:13px}}
@media(max-width:520px){.object-card-grid{grid-template-columns:1fr;gap:12px}.object-card{min-height:0;padding:19px 19px 0}.object-card h3{font-size:18px}.object-card>p{font-size:14px}.object-card-kind,.object-state,.object-card-properties>span,.object-card-foot,.object-card-foot time{font-size:12px}.object-open-arrow{opacity:.6}.object-tool-select select{font-size:12px;max-width:150px}.object-browser-tools{gap:8px}.object-view-switch{margin-left:auto}.objects-browser-heading>span{font-size:12px;max-width:170px;text-align:right}.knowledge-collection-footer{flex-direction:column;align-items:flex-start;gap:14px}.object-list-view{display:flex;gap:0}.object-list-view .object-card{grid-template-columns:1fr;padding:18px;gap:10px}.object-list-view .object-card-top{grid-column:1;grid-row:1;flex-direction:row}.object-list-view .object-card-title{grid-column:1;grid-row:2}.object-list-view .object-card-properties{grid-column:1;grid-row:3}.object-list-view .object-card>p{grid-column:1;grid-row:4;font-size:13px}.object-list-view .object-card-foot{grid-column:1;grid-row:5}.object-detail-emblem{height:47px;width:47px;border-radius:13px;font-size:20px}.object-detail-heading>div:nth-child(2){flex-basis:calc(100% - 63px)}.object-detail-heading h1{font-size:26px}.object-detail-actions{margin-left:0}.object-detail-meta{font-size:12px;gap:6px 12px}.object-detail-aside{grid-template-columns:1fr}.object-reading-outline{grid-column:auto}.object-reading-outline nav{grid-template-columns:1fr;max-height:175px}.object-facts{grid-template-columns:1fr;padding:19px;gap:17px}.object-facts-empty{flex-wrap:wrap;gap:13px}.object-facts-empty>div{flex-basis:100%}.object-reading{padding:22px 18px}.object-dossier-nav{gap:16px}.object-dossier-nav .btn{font-size:12px;min-height:41px}.object-section-note{font-size:12px}.object-editor-intent{gap:11px}.object-editor-symbol{width:33px;height:37px}.object-capture-type{flex-direction:column;align-items:flex-start;gap:5px}.object-capture-type select{width:100%}.object-editor-intent p{font-size:12px!important}.object-property-inputs{grid-template-columns:1fr}.object-review-control{padding:14px}.object-link-choice{gap:8px}.object-link-choice small{font-size:12px}.object-link-choice>span:first-child{width:26px}.object-link-choice-state{max-width:48px;white-space:normal;text-align:right}}
@media(prefers-reduced-motion:reduce){.object-card,.object-open-arrow{transition:none}.object-card:hover{transform:none}}
