@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;450;500;600;700&display=swap";:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#1e293b;background-color:#f8fafc;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}button{font-family:inherit}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:#f8fafc;color:#1e293b;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.login-page{display:flex;min-height:100vh}.login-hero{flex:1;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;padding:2rem}.hero-content{max-width:500px;color:#fff}.hero-content h1{font-size:3rem;margin-bottom:.5rem}.hero-content .tagline{font-size:1.25rem;opacity:.9;margin-bottom:2.5rem}.features{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.feature{display:flex;gap:1rem;align-items:flex-start}.feature-icon{font-size:1.5rem;width:40px;height:40px;background:#fff3;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.feature h3{font-size:1rem;margin-bottom:.25rem}.feature p{font-size:.875rem;opacity:.85}.hero-links{display:flex;gap:1rem;flex-wrap:wrap}.docs-link{display:inline-block;color:#fff;text-decoration:none;padding:.75rem 1.5rem;border:2px solid rgba(255,255,255,.5);border-radius:8px;transition:all .2s}.docs-link:hover{background:#ffffff1a;border-color:#fff}.login-form-section{width:450px;display:flex;align-items:center;justify-content:center;padding:2rem;background:#f8fafc}.login-box{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #00000014;width:100%}.form-tabs{display:flex;margin-bottom:1.5rem;border-bottom:1px solid #e2e8f0}.form-tabs button{flex:1;padding:.75rem;background:none;border:none;color:#64748b;font-size:1rem;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;transition:all .2s}.form-tabs button:hover{color:#334155}.form-tabs button.active{color:#667eea;border-bottom-color:#667eea}.submit-btn{width:100%;padding:.875rem;background:linear-gradient(135deg,#667eea,#764ba2);margin-top:.5rem}.submit-btn:hover{opacity:.9}.google-login-section{margin-top:1.25rem}.divider{display:flex;align-items:center;margin-bottom:1.25rem}.divider:before,.divider:after{content:"";flex:1;height:1px;background:#e2e8f0}.divider span{padding:0 .75rem;color:#94a3b8;font-size:.8rem}.google-btn-wrapper{display:flex;justify-content:center}.form-footer{text-align:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.form-footer a{color:#667eea;text-decoration:none;font-size:.875rem}.form-footer a:hover{text-decoration:underline}@media(max-width:900px){.login-page{flex-direction:column}.login-hero{padding:3rem 2rem}.hero-content h1{font-size:2rem}.login-form-section{width:100%}}.layout{display:flex;min-height:100vh}.sidebar{width:260px;background:#0f172a;color:#fff;display:flex;flex-direction:column;border-right:1px solid #1e293b}.sidebar-header{padding:1.25rem 1.25rem 1rem;border-bottom:1px solid rgba(255,255,255,.06)}.sidebar-logo{display:flex;align-items:center;gap:.75rem}.logo-icon{width:36px;height:36px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;letter-spacing:-.02em;flex-shrink:0}.logo-text{display:flex;flex-direction:column}.logo-name{font-weight:700;font-size:1rem;letter-spacing:-.02em;line-height:1.2}.logo-sub{font-size:.7rem;color:#64748b;font-weight:400;letter-spacing:.02em}.nav-section{padding:.75rem 0 0}.nav-label{display:block;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#475569;padding:0 1.25rem .5rem}.nav-links{list-style:none;padding:0 .75rem}.nav-links li a{display:flex;align-items:center;gap:.75rem;padding:.6rem .75rem;color:#94a3b8;text-decoration:none;border-radius:8px;font-size:.875rem;font-weight:450;transition:all .15s ease;margin-bottom:2px;position:relative}.nav-links li a svg{flex-shrink:0;opacity:.7;transition:opacity .15s ease}.nav-links li a .external-icon{margin-left:auto;opacity:.35;width:12px;height:12px}.nav-links li a:hover{background:#ffffff0f;color:#e2e8f0}.nav-links li a:hover svg{opacity:1}.nav-links li a.active{background:#6366f126;color:#a5b4fc}.nav-links li a.active svg{opacity:1;color:#818cf8}.sidebar-footer{margin-top:auto;padding:1rem .75rem;border-top:1px solid rgba(255,255,255,.06);display:flex;flex-direction:column;gap:.75rem}.user-card{display:flex;align-items:center;gap:.65rem;padding:.5rem}.user-avatar{width:32px;height:32px;border-radius:8px;background:linear-gradient(135deg,#6366f1,#8b5cf6);display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;flex-shrink:0;letter-spacing:.02em}.user-info{display:flex;flex-direction:column;overflow:hidden}.user-email{font-size:.8rem;font-weight:500;color:#cbd5e1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-role{font-size:.65rem;color:#64748b;text-transform:capitalize}.logout-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem;background:transparent;border:1px solid rgba(255,255,255,.08);color:#64748b;border-radius:8px;cursor:pointer;font-size:.8rem;transition:all .15s ease}.logout-btn:hover{background:#ef44441a;border-color:#ef444433;color:#f87171}.main-content{flex:1;padding:2rem;overflow-y:auto;background:#f8fafc}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.925rem;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#818cf8;box-shadow:0 0 0 3px #6366f11a}button{padding:.75rem 1.5rem;background:#6366f1;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .15s ease}button:hover{background:#4f46e5;transform:translateY(-1px);box-shadow:0 2px 8px #6366f140}button:disabled{background:#94a3b8;cursor:not-allowed}button.danger{background:#ef4444}button.danger:hover{background:#dc2626}button.small{padding:.5rem .75rem;font-size:.875rem}.error{background:#fef2f2;color:#dc2626;padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem;border:1px solid #fecaca;font-size:.9rem}.loading{display:flex;justify-content:center;align-items:center;padding:2rem;color:#64748b}.dashboard-page{max-width:100%}.dashboard-hero{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;padding:2rem 2.5rem;margin-bottom:1.5rem;display:flex;justify-content:space-between;align-items:center;color:#fff}.dashboard-hero .hero-content h1{font-size:1.75rem;font-weight:700;margin-bottom:.25rem}.dashboard-hero .hero-content p{opacity:.9;font-size:1rem}.hero-actions{display:flex;gap:.75rem}.hero-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:8px;text-decoration:none;font-weight:500;font-size:.9rem;transition:all .2s}.hero-btn.primary{background:#fff;color:#667eea}.hero-btn.primary:hover{background:#f8fafc;transform:translateY(-1px)}.hero-btn.secondary{background:#ffffff26;color:#fff;border:1px solid rgba(255,255,255,.3)}.hero-btn.secondary:hover{background:#ffffff40}.btn-icon{font-size:1.1rem}.dashboard-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.5rem}@media(max-width:1100px){.dashboard-stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.dashboard-stats{grid-template-columns:1fr}.dashboard-hero{flex-direction:column;text-align:center;gap:1.5rem}}.stat-card-modern{background:#fff;border-radius:12px;padding:1.25rem;box-shadow:0 1px 3px #00000014;display:flex;align-items:center;gap:1rem;position:relative;overflow:hidden;transition:transform .2s,box-shadow .2s}.stat-card-modern:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.stat-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-icon svg{width:24px;height:24px}.stat-icon.projects{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff}.stat-icon.users{background:linear-gradient(135deg,#3b82f6,#06b6d4);color:#fff}.stat-icon.objects{background:linear-gradient(135deg,#22c55e,#10b981);color:#fff}.stat-icon.api{background:linear-gradient(135deg,#f59e0b,#ef4444);color:#fff}.stat-info{display:flex;flex-direction:column;flex:1}.stat-label{font-size:.8rem;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.stat-number{font-size:1.75rem;font-weight:700;color:#1e293b;line-height:1.2}.stat-number.good{color:#22c55e}.stat-trend{position:absolute;top:.75rem;right:.75rem;font-size:.7rem;font-weight:500;padding:.2rem .5rem;border-radius:20px}.stat-trend.up{background:#dcfce7;color:#16a34a}.stat-trend.neutral{background:#f1f5f9;color:#64748b}.dashboard-chart-full{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #00000014;margin-bottom:1.5rem}.chart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.chart-header h2{font-size:1.125rem;color:#1e293b}.chart-legend{display:flex;gap:1.5rem}.legend-item{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#64748b}.legend-item .dot{width:10px;height:10px;border-radius:50%}.legend-item .dot.users{background:#6366f1}.legend-item .dot.objects{background:#22c55e}.chart-area{width:100%}.chart-empty{display:flex;align-items:center;justify-content:center;height:200px;color:#94a3b8;font-size:.95rem;background:#f8fafc;border-radius:8px}.dashboard-bottom{display:grid;grid-template-columns:1.5fr 1fr;gap:1.5rem}@media(max-width:900px){.dashboard-bottom{grid-template-columns:1fr}}.dashboard-section{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #00000014}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.section-header h2{font-size:1rem;color:#1e293b}.view-all{font-size:.85rem;color:#6366f1;text-decoration:none}.view-all:hover{text-decoration:underline}.projects-list{display:flex;flex-direction:column;gap:.5rem}.project-item{display:flex;align-items:center;gap:1rem;padding:.75rem;border-radius:8px;text-decoration:none;transition:background .2s}.project-item:hover{background:#f8fafc}.project-avatar{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1rem;flex-shrink:0}.project-info{flex:1;display:flex;flex-direction:column}.project-name{color:#1e293b;font-weight:500}.project-slug{color:#94a3b8;font-size:.8rem;font-family:monospace}.project-stats{color:#64748b;font-size:.85rem}.actions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.action-card{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.25rem;border-radius:10px;background:#f8fafc;text-decoration:none;color:#475569;font-size:.85rem;font-weight:500;transition:all .2s}.action-card:hover{background:#f1f5f9;transform:translateY(-2px)}.action-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center}.action-icon svg{width:20px;height:20px}.action-icon.create{background:#dcfce7;color:#16a34a}.action-icon.docs{background:#dbeafe;color:#2563eb}.action-icon.users{background:#fce7f3;color:#db2777}.action-icon.settings{background:#fef3c7;color:#d97706}.empty-section{text-align:center;padding:2rem;color:#94a3b8}.empty-section p{margin-bottom:.75rem}.create-link{color:#6366f1;text-decoration:none;font-weight:500}.create-link:hover{text-decoration:underline}.dashboard-empty{text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014}.empty-illustration{width:150px;height:150px;margin:0 auto 1.5rem}.empty-illustration svg{width:100%;height:100%}.dashboard-empty h3{font-size:1.25rem;color:#1e293b;margin-bottom:.5rem}.dashboard-empty p{color:#64748b;margin-bottom:1.5rem}.empty-cta{display:inline-block;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.875rem 1.75rem;border-radius:8px;text-decoration:none;font-weight:500;transition:opacity .2s}.empty-cta:hover{opacity:.9}.dashboard h1{margin-bottom:1.5rem}.stats-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.stat-card{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 1px 3px #0000001a}.stat-card h3{font-size:.875rem;color:#64748b;margin-bottom:.5rem}.stat-value{font-size:2rem;font-weight:700;color:#1e293b}.chart-container{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 1px 3px #0000001a}.chart-container h2{margin-bottom:1rem;font-size:1.125rem}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.apps-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.app-card{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 1px 3px #0000001a}.app-card h3{margin-bottom:.25rem}.app-card .slug{color:#64748b;font-size:.875rem;margin-bottom:1rem}.app-stats{display:flex;gap:1rem;font-size:.875rem;color:#64748b;margin-bottom:.5rem}.app-origins{font-size:.75rem;color:#94a3b8;margin-bottom:1rem}.app-actions{display:flex;gap:.5rem}.app-actions button{flex:1;padding:.5rem;font-size:.875rem}.api-key-alert{background:#f0fdf4;border:1px solid #86efac;padding:1rem;border-radius:8px;margin-bottom:1.5rem}.api-key-alert h3{color:#166534;margin-bottom:.5rem}.api-key-alert p{color:#15803d;font-size:.875rem;margin-bottom:.75rem}.api-key-alert code{display:block;background:#dcfce7;padding:.75rem;border-radius:4px;font-family:monospace;word-break:break-all;margin-bottom:.75rem}.api-key-alert button{margin-right:.5rem}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal{background:#fff;padding:2rem;border-radius:14px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #00000026}.modal h2{margin-bottom:1.5rem}.modal-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1.5rem}.modal-actions button:first-child{background:#e2e8f0;color:#475569}.filters{display:flex;gap:1rem;margin-bottom:1.5rem}.filters input,.filters select{padding:.75rem;border:1px solid #e2e8f0;border-radius:4px;font-size:1rem}.filters input{flex:1}.users-table{width:100%;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;border-collapse:collapse;overflow:hidden}.users-table th,.users-table td{padding:1rem;text-align:left;border-bottom:1px solid #e2e8f0}.users-table th{background:#f8fafc;font-weight:600;color:#475569}.users-table tr:last-child td{border-bottom:none}.role-badge{display:inline-block;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500}.role-badge.admin{background:#fef3c7;color:#92400e}.role-badge.user{background:#e0e7ff;color:#3730a3}.pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem}.pagination button{padding:.5rem 1rem}.pagination span{color:#64748b}.empty-state{text-align:center;padding:3rem;color:#64748b}button.primary{background:#6366f1}button.primary:hover{background:#4f46e5}.app-details-page .page-header{flex-direction:column;align-items:flex-start}.back-link{color:#6366f1;text-decoration:none;font-size:.875rem;margin-bottom:.5rem;display:inline-block}.back-link:hover{text-decoration:underline}.tabs{display:flex;gap:0;margin-bottom:1.5rem;border-bottom:1px solid #e2e8f0}.tabs button{background:none;color:#64748b;border:none;border-bottom:2px solid transparent;border-radius:0;padding:.75rem 1.5rem;margin-bottom:-1px}.tabs button:hover{background:#f8fafc;color:#334155}.tabs button.active{color:#6366f1;border-bottom-color:#6366f1}.stats-tab{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 1px 3px #0000001a}.period-selector{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.period-selector label{font-weight:500;color:#475569}.period-selector select{padding:.5rem 1rem;border:1px solid #e2e8f0;border-radius:4px;font-size:.875rem}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem}@media(max-width:900px){.stats-grid{grid-template-columns:repeat(2,1fr)}}.stats-details{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media(max-width:1100px){.stats-details{grid-template-columns:1fr}}.stat-section{background:#f8fafc;padding:1rem;border-radius:8px}.stat-section h3{font-size:.875rem;color:#64748b;margin-bottom:1rem}.stat-bars{display:flex;flex-direction:column;gap:.75rem}.stat-bar-item{display:flex;align-items:center;gap:.75rem}.stat-bar-item .label{width:80px;font-size:.875rem;color:#475569;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stat-bar-item .bar-container{flex:1;height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden}.stat-bar-item .bar{height:100%;border-radius:4px;transition:width .3s}.stat-bar-item .count{width:50px;text-align:right;font-size:.875rem;font-weight:500;color:#1e293b}.method-stats{display:flex;flex-wrap:wrap;gap:.75rem}.method-stat{display:flex;align-items:center;gap:.5rem}.method-badge{padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600}.method-badge.small{padding:.15rem .4rem;font-size:.7rem}.method-stat .count{font-weight:600;color:#1e293b}.no-data{color:#94a3b8;font-size:.875rem;font-style:italic}.logs-tab{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 1px 3px #0000001a}.logs-filters{display:flex;gap:.75rem;margin-bottom:1rem;flex-wrap:wrap}.logs-filters select,.logs-filters input{padding:.5rem .75rem;border:1px solid #e2e8f0;border-radius:4px;font-size:.875rem}.logs-filters input{min-width:150px}.logs-filters button{padding:.5rem 1rem;font-size:.875rem}.logs-table-container{overflow-x:auto}.logs-table{width:100%;border-collapse:collapse;font-size:.875rem}.logs-table th,.logs-table td{padding:.75rem;text-align:left;border-bottom:1px solid #e2e8f0}.logs-table th{background:#f8fafc;font-weight:600;color:#475569;white-space:nowrap}.logs-table td{color:#334155}.logs-table .time{white-space:nowrap;font-family:monospace;font-size:.8rem;color:#64748b}.logs-table .node{font-family:monospace;color:#6366f1}.logs-table .user{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.logs-table .error-cell{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#ef4444}.logs-table tr.error-row{background:#fef2f2}.logs-table tr:hover{background:#f8fafc}.logs-table tr.error-row:hover{background:#fee2e2}.log-row-clickable{cursor:pointer}.log-detail-row td{padding:0!important;background:#f8fafc;border-bottom:2px solid #e2e8f0}.log-detail{display:flex;gap:1.5rem;padding:1rem 1.25rem;max-height:400px;overflow-y:auto}.log-detail-section{flex:1;min-width:0}.log-detail-section strong{display:block;font-size:.75rem;text-transform:uppercase;color:#64748b;margin-bottom:.5rem}.log-detail-section pre{background:#1e293b;color:#e2e8f0;padding:.75rem;border-radius:8px;font-size:.8rem;overflow-x:auto;white-space:pre-wrap;word-break:break-word;max-height:300px}.log-detail-empty{color:#94a3b8;font-size:.85rem;padding:.5rem 0}.settings-tab{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 1px 3px #0000001a;max-width:600px}.settings-section{margin-bottom:2rem}.settings-section h3{font-size:1.125rem;color:#1e293b;margin-bottom:.5rem}.section-description{color:#64748b;font-size:.875rem;margin-bottom:1.5rem}.form-hint{display:block;font-size:.75rem;color:#94a3b8;margin-top:.25rem}.form-actions{display:flex;justify-content:flex-start;padding-top:1rem;border-top:1px solid #e2e8f0}.form-actions button{background:#6366f1}.form-actions button:hover{background:#4f46e5}.auto-refresh-toggle{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#475569;cursor:pointer;padding:.5rem .75rem;background:#f8fafc;border-radius:4px}.auto-refresh-toggle input{cursor:pointer}.data-tab{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.data-explorer{display:flex;min-height:500px}.collections-sidebar{width:250px;background:#f8fafc;border-right:1px solid #e2e8f0;padding:1rem}.collections-sidebar h3{font-size:.875rem;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.collections-list{list-style:none}.collections-list li{display:flex;justify-content:space-between;align-items:center;padding:.75rem;border-radius:4px;cursor:pointer;margin-bottom:.25rem;transition:all .2s}.collections-list li:hover{background:#e2e8f0}.collections-list li.active{background:#6366f1;color:#fff}.collection-name{font-weight:500;font-family:monospace}.collection-count{font-size:.75rem;background:#0000001a;padding:.15rem .5rem;border-radius:10px}.collections-list li.active .collection-count{background:#fff3}.data-content{flex:1;padding:1rem;overflow:auto}.data-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.data-header h3{font-family:monospace;color:#6366f1}.data-count{font-size:.875rem;color:#64748b}.data-items{display:flex;flex-direction:column;gap:.5rem}.data-item{border:1px solid #e2e8f0;border-radius:4px;overflow:hidden}.data-item-header{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#f8fafc;cursor:pointer;transition:background .2s}.data-item-header:hover{background:#f1f5f9}.expand-icon{color:#64748b;font-size:.75rem;width:1rem}.item-id{font-family:monospace;font-size:.875rem;color:#334155;flex:1}.item-date{font-size:.75rem;color:#94a3b8}.data-item-header button{opacity:0;transition:opacity .2s}.data-item-header:hover button{opacity:1}.data-item-content{padding:1rem;background:#1e293b;color:#e2e8f0;font-size:.8rem;overflow-x:auto;margin:0}
