.document-detail{padding:1rem 1.5rem}.detail-field{display:grid;grid-template-columns:200px 1fr;align-items:center;gap:1rem;padding:.5rem 0;border-bottom:1px solid var(--border-color)}.detail-field:last-child{border-bottom:none}.field-label{font-weight:600;color:var(--text-secondary)}.field-value{color:var(--text-primary);word-break:break-word}.field-value.type-number{font-variant-numeric:tabular-nums}.field-value.type-datetime{font-family:monospace;font-size:.9rem}.field-value.type-bool{font-size:1.2rem}.field-value-container{display:flex;align-items:center;min-height:32px}.tab-content-wrapper{padding:1rem 1.5rem}.tab-empty{padding:2rem;text-align:center;color:var(--text-secondary)}.tab-table-wrapper{overflow-x:auto}.tab-table{width:100%;border-collapse:collapse;font-size:.9rem}.tab-table thead{background:var(--surface-hover)}.tab-table th{padding:.75rem 1rem;text-align:left;font-weight:600;border-bottom:2px solid var(--border-color)}.tab-table td{padding:.75rem 1rem;border-bottom:1px solid var(--border-color)}.tab-table tbody tr:hover{background:var(--surface-hover)}.tab-list{display:flex;flex-direction:column;gap:.5rem}.tab-list-item{padding:.75rem 1rem;background:var(--surface-hover);border-radius:.375rem}.tab-object{display:flex;flex-direction:column;padding:1rem 1.5rem}.tab-object-field{display:grid;grid-template-columns:200px 1fr;align-items:center;gap:1rem;padding:.5rem 0;border-bottom:1px solid var(--border-color)}.tab-object-field:last-child{border-bottom:none}.tab-object-key{font-weight:600;color:var(--text-secondary)}.tab-object-value{color:var(--text-primary);word-break:break-word;white-space:pre-wrap}.tab-primitive{padding:1rem;background:var(--surface-hover);border-radius:.375rem;font-family:monospace;white-space:pre-wrap;word-break:break-word}.collection-item-page{width:100%;max-width:1200px}.page-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.back-button{padding:.5rem 1rem;background:transparent;border:1px solid var(--border-color);color:var(--text-primary);border-radius:.375rem;cursor:pointer;transition:all .2s}.back-button:hover{background:var(--surface-hover);border-color:var(--primary-color)}.edit-button{padding:.5rem 1rem;background:var(--primary-color);border:none;color:#fff;border-radius:.375rem;cursor:pointer;transition:all .2s;font-weight:500;margin-left:auto}.edit-button:hover{background:var(--primary-dark)}.edit-button:disabled{opacity:.5;cursor:not-allowed}.page-header h2{font-size:1.75rem;font-weight:600;margin:0;text-transform:capitalize;flex:1}.item-section{margin-bottom:2rem}.item-section h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:var(--text-primary)}.tabs{display:flex;gap:.5rem;border-bottom:2px solid var(--border-color);margin-bottom:1rem}.tab{padding:.75rem 1.5rem;background:transparent;border:none;border-bottom:3px solid transparent;color:var(--text-secondary);cursor:pointer;transition:all .2s;font-weight:500;margin-bottom:-2px}.tab:hover{color:var(--text-primary);background:var(--surface-hover)}.tab.active{color:var(--primary-color);border-bottom-color:var(--primary-color)}.tab-content{background:var(--surface);border-radius:.5rem;border:1px solid var(--border-color);min-height:200px}.tab-content:has(table){background:transparent;border:none}.loading,.error{display:flex;align-items:center;justify-content:center;min-height:400px;font-size:1.1rem}.loading{color:var(--text-secondary)}.error{color:#ff6b6b}.collections-settings-page{padding:1.5rem;max-width:900px;margin:0 auto}.app{min-height:100vh;display:flex;flex-direction:column}.loading{display:flex;align-items:center;justify-content:center;min-height:100vh;font-size:1.2rem;color:var(--text-secondary)}.error{display:flex;align-items:center;justify-content:center;min-height:100vh;flex-direction:column;gap:1rem;color:#ff6b6b}:root{font-family:Roboto,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#212121;background-color:#f5f5f5;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--primary-color: #1976d2;--primary-hover: #1565c0;--background: #f5f5f5;--surface: #ffffff;--surface-hover: #f5f5f5;--text-primary: #212121;--text-secondary: #757575;--border-color: #e0e0e0}*{box-sizing:border-box;margin:0;padding:0}body{margin:0;min-width:320px;min-height:100vh}#root{min-height:100vh}button{font-family:inherit;font-size:1em;font-weight:500;cursor:pointer;transition:background-color .25s,border-color .25s}button:hover{border-color:var(--primary-color)}button:focus,button:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}
