.explorer-page{flex-direction:column;width:100%;height:100%;min-height:0;display:flex}.explorer-page:focus-visible{border-radius:8px;outline:none}.explorer-page:focus-visible .explorer-table-row-selected{outline:var(--ant-line-width-bold) auto var(--ant-color-primary);outline-offset:calc(var(--ant-line-width-bold) * -1)}.explorer-table{flex:1;min-height:0}.explorer-table .ant-table-body{min-height:160px}.explorer-table .ant-table-thead>tr>th{background:var(--ant-bg-container);font-weight:600}.explorer-table .ant-table-tbody>tr{cursor:pointer;transition:background var(--ant-motion-duration-mid)}.explorer-table .ant-table-tbody>tr:hover{background:var(--ant-table-row-hover-bg)}.explorer-table .ant-table-tbody>tr.explorer-table-row-selected{background:var(--ant-table-row-selected-bg)}.explorer-table .ant-table-tbody>tr.explorer-table-row-selected:hover{background:var(--ant-table-row-selected-hover-bg)}.storage-fs-explorer-page{flex-direction:column;justify-content:center;align-items:center;gap:16px;height:100%;display:flex}.explorer-modal{width:100%;max-width:1200px;height:100%;margin:0 auto;padding:16px;top:0}.explorer-modal .ant-modal-container{flex-direction:column;height:100%;display:flex}.explorer-modal-body{flex-direction:column;gap:12px;height:100%;min-height:60vh;display:flex}.explorer-toolbar{align-items:center;gap:12px;display:flex}.explorer-nav{align-items:center;gap:4px;display:flex}.explorer-address{flex:1;min-width:0;overflow:hidden}.explorer-breadcrumb-button{color:inherit;cursor:pointer;background:0 0;border:none;margin:0;padding:0}.explorer-breadcrumb-button:hover{text-decoration:underline}.explorer-content{flex:1;height:100%;min-height:0;overflow:hidden}.explorer-footer{grid-gap:12px;grid-template-columns:auto 1fr;align-items:center;gap:12px;display:grid}.explorer-filename-label{white-space:nowrap;font-weight:600}@media (width<=640px){.explorer-toolbar{flex-direction:column;align-items:flex-start}.explorer-footer{grid-template-columns:1fr}}.version-info-layout{align-items:center;gap:24px;display:flex}.version-info-icon{-o-object-fit:contain;object-fit:contain;border-radius:8px;width:128px;height:128px}.version-info-details{flex:1}.new-doc-modal{width:100%;max-width:1200px;height:100%;margin:0 auto;padding:16px;top:0}.new-doc-modal .ant-modal-container{flex-direction:column;height:100%;display:flex}.new-doc-modal-body{grid-gap:16px;grid-template-columns:1fr 300px;gap:16px;height:100%;display:grid}@media (width<=768px){.new-doc-modal-body{grid-template-rows:auto 300px;grid-template-columns:1fr}}.new-doc-modal-body>:first-child{background-color:var(--ant-color-bg-layout);padding:16px;overflow-y:auto}.new-doc-modal-body>:first-child>div{grid-template-columns:repeat(auto-fill,210px);justify-content:space-between;display:grid}.new-doc-modal-body>:first-child>div>div{cursor:pointer;border-radius:var(--ant-border-radius-lg);border:1px solid #0000;flex-direction:column;align-items:center;gap:8px;padding:4px;display:flex}.new-doc-modal-body>:first-child>div>div>:first-child{justify-content:center;align-items:flex-end;width:100%;height:200px;display:flex;position:relative}.new-doc-modal-body>:first-child>div>div>:first-child>img{max-width:100%;max-height:100%;box-shadow:var(--ant-box-shadow)}.new-doc-modal-body>:first-child>div>div.selected{background-color:var(--ant-color-primary-bg);border:var(--ant-color-primary-border) 1px solid}.new-doc-modal-body>:nth-child(2){flex-direction:column;display:flex;overflow-y:auto}.new-doc-modal-body>:nth-child(2)>:first-child{flex:1}
