*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0f0f0f;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}.App{min-height:100vh}.App-header{background:linear-gradient(135deg,#000,#1a1a1a);border-bottom:3px solid #76b900;box-shadow:0 4px 12px #76b9004d;color:#fff;padding:30px 20px}.header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1400px}.header-content>div:first-child{flex:1 1;text-align:center}.header-buttons{display:flex;gap:12px}.header-action-button{background:#76b9001a;border:2px solid #76b900;border-radius:8px;color:#76b900;cursor:pointer;font-size:14px;font-weight:600;padding:10px 20px;transition:all .2s}.header-action-button:hover{background:#76b900;border-color:#76b900;box-shadow:0 4px 12px #76b90066;color:#000;transform:translateY(-2px)}.App-header h1{font-size:36px;font-weight:700;margin:0}.App-header p{font-size:16px;margin:8px 0 0;opacity:.9}.main-container{display:flex;min-height:calc(100vh - 140px)}.garden-container{flex:1 1;padding:20px;transition:margin-right .3s}.garden-container.with-panel{margin-right:400px}.data-viewer-container{flex:1 1;padding:20px;position:relative;transition:margin-right .3s}.data-viewer-container.with-panel{margin-right:400px}.analytics-container{align-items:flex-start;display:flex;flex:1 1;justify-content:center;padding:20px;position:relative;transition:margin-right .3s}.analytics-container.with-panel{margin-right:400px}.time-slider-container{background:#1a1a1a;border:1px solid #333;border-radius:12px;box-shadow:0 2px 4px #0000004d;margin-bottom:24px;padding:20px}.time-slider-container label{color:#76b900;display:block;font-weight:600;margin-bottom:12px}.time-slider{-webkit-appearance:none;background:#333;border-radius:4px;height:8px;outline:none;width:100%}.time-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#76b900;border-radius:50%;box-shadow:0 0 8px #76b90099;cursor:pointer;height:20px;width:20px}.time-slider::-moz-range-thumb{background:#76b900;border:none;border-radius:50%;box-shadow:0 0 8px #76b90099;cursor:pointer;height:20px;width:20px}.slider-labels{color:#7f8c8d;display:flex;font-size:12px;justify-content:space-between;margin-top:8px}.upload-button{background:#76b900;box-shadow:0 4px 12px #76b9004d;color:#000;margin-top:24px;transition:all .3s}.upload-button:hover{background:#8cd500;box-shadow:0 6px 16px #76b90080;transform:translateY(-2px)}.view-switcher{align-items:center;background:#1a1a1a;border-bottom:2px solid #333;display:flex;gap:12px;justify-content:flex-start;padding:20px}.view-button{background:#1a1a1a;border:2px solid #333;border-radius:8px;color:#999;cursor:pointer;font-size:16px;font-weight:600;padding:10px 20px;transition:all .3s}.view-button:hover{border-color:#76b900;color:#76b900}.view-button.active{background:#76b900;border-color:#76b900;box-shadow:0 4px 12px #76b90066;color:#000}.upload-button-header{background:#1a1a1a;border:2px solid #76b900;border-radius:8px;color:#76b900;cursor:pointer;font-size:16px;font-weight:600;padding:10px 20px;transition:all .3s}.upload-button-header.active{border-color:#76b900}.upload-button-header.active,.upload-button-header:hover{background:#76b900;box-shadow:0 4px 12px #76b90066;color:#000}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.upload-component{align-items:center;display:flex;justify-content:center;min-height:80vh;padding:20px}.upload-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;max-width:600px;padding:40px;width:100%}.upload-card h2{color:#2c3e50;margin-top:0}.upload-section{margin-bottom:24px}.upload-label{display:flex;flex-direction:column;gap:8px}.upload-label span{color:#34495e;font-weight:600}.upload-label input[type=file]{border:2px dashed #bdc3c7;border-radius:8px;cursor:pointer;padding:8px}.upload-label textarea{border:2px solid #bdc3c7;border-radius:8px;font-family:inherit;padding:12px;resize:vertical}.file-list{display:flex;flex-direction:column;gap:8px;margin-top:12px}.file-item{background:#ecf0f1;border-radius:4px;display:flex;font-size:14px;gap:12px;justify-content:space-between;padding:8px}.file-item .file-name{color:#34495e;font-weight:600}.file-item .file-size{color:#7f8c8d;font-size:12px}.button-row{display:flex;flex-wrap:wrap;gap:12px}.picker-row{justify-content:flex-start}.picker-row,.picker-wrapper{position:relative}.picker-menu{background:#fff;border:1px solid #d0d7de;border-radius:8px;box-shadow:0 8px 16px #0f172a1f;display:flex;flex-direction:column;left:0;margin-top:6px;min-width:200px;position:absolute;top:100%;z-index:5}.picker-menu button{background:#0000;border:none;color:#2c3e50;cursor:pointer;font-size:14px;padding:10px 14px;text-align:left}.picker-menu button:hover{background:#f0f4f8}.upload-button{background:#3498db;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:12px 24px;transition:background .3s;width:100%}.upload-button:hover:not(:disabled){background:#2980b9}.upload-button:disabled{background:#bdc3c7;cursor:not-allowed}.upload-button.secondary{background:#f5f7fa;border:2px solid #d0d7de;color:#2c3e50;width:auto}.upload-button.secondary:hover:not(:disabled){background:#e2e8f0}.progress-container{border-top:2px solid #ecf0f1;margin-top:24px;padding-top:24px}.progress-bar{background:#ecf0f1;margin-bottom:12px}.progress-fill{background:linear-gradient(90deg,#3498db,#2ecc71)}.progress-info{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.progress-percentage{color:#2c3e50;font-size:18px;font-weight:600}.progress-stage{color:#7f8c8d;font-size:14px}.agent-stages{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(4,1fr)}.agent-stage{background:#ecf0f1;border-radius:6px;color:#7f8c8d;font-size:12px;padding:8px;text-align:center;transition:all .3s}.agent-stage.active{background:#3498db;color:#fff;font-weight:600}.agent-stage.completed{background:#2ecc71;color:#fff}.completion-message{background:#d5f4e6;border-radius:8px;color:#27ae60;font-weight:600;margin-top:24px;padding:16px;text-align:center}.memory-garden{margin:0 auto;max-width:1400px;padding:20px}.memory-garden h2{color:#76b900;margin-bottom:8px}.garden-subtitle{color:#999;margin-bottom:24px}.no-clusters{color:#999;padding:60px 20px;text-align:center}.clusters-grid{align-items:flex-start;display:flex;flex-direction:row;margin-top:24px;overflow-x:auto;overflow-y:hidden;padding-bottom:10px;scrollbar-color:#bdc3c7 #ecf0f1;scrollbar-width:thin}.clusters-grid::-webkit-scrollbar{height:8px}.clusters-grid::-webkit-scrollbar-track{background:#242424;border-radius:4px}.clusters-grid::-webkit-scrollbar-thumb{background:#555;border-radius:4px}.clusters-grid::-webkit-scrollbar-thumb:hover{background:#76b900}.cluster-card{align-self:flex-start;background:#1a1a1a;border:2px solid #333;display:flex;flex-direction:column;flex-shrink:0;max-width:400px;min-width:350px}.cluster-card:hover{border-color:#76b900;box-shadow:0 4px 12px #76b9004d}.cluster-header{border-bottom:1px solid #333}.cluster-header h3{color:#e0e0e0}.delete-cluster-btn{border:1px solid #555;color:#999}.stat-label{color:#999}.stat-value{color:#e0e0e0}.cluster-memories-list{display:flex;flex-direction:column;flex-shrink:0}.cluster-memories-list h4{color:#999}.cluster-memories-list ul{max-height:400px;overflow-y:auto}.memory-item-content{min-width:0}.cluster-memory-item:hover{background:#242424}.remove-memory-btn{border:1px solid #555;color:#999}.memory-item-content:hover .remove-memory-btn{opacity:1}.memory-type-icon{background:#333;color:#76b900}.memory-summary{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#ccc;display:-webkit-box;line-height:1.4}.memory-action-dot{height:12px;width:12px}.more-memories{margin-top:8px}.show-all-btn{background:#3498db;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:13px;font-weight:600;padding:8px 16px;transition:all .2s;width:100%}.show-all-btn:hover{background:#2980b9;box-shadow:0 2px 4px #0000001a;transform:translateY(-1px)}.show-all-btn:active{transform:translateY(0)}.memory-detail-panel{background:#1a1a1a;border-left:2px solid #76b900;box-shadow:-4px 0 16px #00000080;height:100vh;overflow-y:auto;position:fixed;right:0;top:0;width:400px;z-index:1000}.panel-header{align-items:center;background:#0f0f0f;border-bottom:2px solid #333;box-shadow:0 2px 8px #0000004d;display:flex;justify-content:space-between;padding:20px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.panel-header h2{color:#76b900;font-size:24px;margin:0}.close-button{background:none!important;border:none!important;border-radius:0;box-shadow:none!important;color:#76b900!important;display:flex!important;flex-shrink:0;font-size:32px!important;font-weight:700!important;height:40px!important;line-height:1;padding:0;position:relative;width:40px!important;z-index:1000!important}.close-button:hover{background:none;border:none;color:#8cd500!important;opacity:.8;transform:scale(1.1)}.close-button:active{transform:scale(.9)}.panel-content{padding:20px}.detail-section{margin-bottom:24px}.detail-section h3{border-bottom:2px solid #333;color:#76b900;font-size:18px;margin-bottom:12px;padding-bottom:8px}.memory-summary{background:#f8f9fa;border-radius:8px;color:#34495e;line-height:1.6;max-height:140px;padding:12px;transition:max-height .3s ease;white-space:pre-wrap;word-break:break-word}.memory-summary.expanded{word-wrap:break-word;max-height:none!important;overflow:visible!important;overflow-wrap:break-word;word-break:break-word}.summary-toggle{background:none;border:none;border-radius:4px;color:#3498db;cursor:pointer;font-weight:600;margin-top:8px;padding:4px 8px;position:relative;z-index:100}.summary-toggle:hover{background:#ecf0f1;text-decoration:underline}.summary-toggle:active{background:#bdc3c7}.memory-content{background:#f8f9fa;border-radius:8px;max-height:200px;overflow-y:auto;padding:12px}.memory-content pre{word-wrap:break-word;color:#34495e;font-family:inherit;font-size:14px;line-height:1.6;margin:0;white-space:pre-wrap}.memory-content--full{max-height:none}.memory-document{display:flex;flex-direction:column;gap:12px}.memory-document-frame{background:#f8f9fa;border-radius:8px;box-shadow:0 2px 8px #00000014;height:360px;overflow:hidden;width:100%}.memory-document-iframe{background:#fff;border:none;height:100%;width:100%}.memory-file-link{background:#f8f9fa;border-radius:8px;color:#34495e;padding:12px}.memory-file-actions{display:flex;justify-content:flex-end}.memory-file-button{align-items:center;background:#3498db;border-radius:6px;color:#fff;display:inline-flex;font-weight:600;justify-content:center;padding:10px 16px;text-decoration:none;transition:background .2s}.memory-file-button:hover{background:#2c82c9}.memory-image-container{align-items:center;display:flex;flex-direction:column;width:100%}.memory-image{border-radius:8px;box-shadow:0 2px 8px #0000001a;cursor:pointer;max-height:400px;max-width:100%;object-fit:contain;transition:transform .2s}.memory-image:hover{transform:scale(1.02)}.image-error{background:#f8f9fa;border-radius:8px;color:#7f8c8d;padding:20px;text-align:center}.image-error .image-url{color:#95a5a6;font-size:12px;margin-top:8px;word-break:break-all}.scores-grid{gap:16px}.score-item,.scores-grid{display:flex;flex-direction:column}.score-item{gap:8px}.score-label{color:#34495e;font-size:14px;font-weight:600}.score-bar{background:#ecf0f1;border-radius:12px;height:24px;overflow:hidden;position:relative;width:100%}.score-fill{border-radius:12px;height:100%;transition:width .3s}.score-value{color:#2c3e50;font-size:12px;font-weight:600;position:absolute;right:8px;top:50%;transform:translateY(-50%);z-index:1}.sentiment-badge{border-radius:12px;display:inline-block;font-size:14px;padding:6px 12px;width:-webkit-fit-content;width:fit-content}.sentiment-badge[data-sentiment=positive]{background:#d5f4e6;color:#27ae60}.sentiment-badge[data-sentiment=negative]{background:#fadbd8;color:#c0392b}.sentiment-badge[data-sentiment=neutral]{background:#ebf5fb;color:#3498db}.age-value{color:#34495e;font-size:16px;font-weight:600}.explanation{background:#f8f9fa;border-radius:8px;color:#34495e;line-height:1.6;padding:12px}.analysis-source{color:#7f8c8d;font-size:13px;margin:12px 0 0}.analysis-explanation{background:#fff;border-left:4px solid #3498db;border-radius:6px;color:#2c3e50;font-size:14px;line-height:1.5;margin-top:12px;padding:10px 12px}.analysis-extras{grid-gap:6px;display:grid;gap:6px;margin-top:12px}.analysis-extra-row{align-items:center;background:#f0f4f8;border-radius:6px;display:flex;font-size:13px;justify-content:space-between;padding:6px 10px}.analysis-extra-label{color:#2c3e50;font-weight:600;margin-right:12px}.analysis-extra-value{color:#34495e}.explanation-factors{background:#fff;border:1px solid #e0e6ed;border-radius:6px;margin-top:16px;padding:12px}.factors-header{color:#2c3e50;font-size:14px;font-weight:600;margin-bottom:8px}.explanation-factors ul{list-style-type:disc;margin:0;padding-left:20px}.explanation-factors li{color:#34495e;font-size:13px;line-height:1.5;margin-bottom:6px}.explanation-factors li strong{color:#2c3e50}.update-time{color:#95a5a6;font-size:12px}.metadata-grid{grid-gap:8px;display:grid;gap:8px}.metadata-row{align-items:center;background:#f5f9fc;border-radius:6px;display:flex;font-size:13px;justify-content:space-between;padding:6px 10px}.metadata-label{color:#2c3e50;font-weight:600;margin-right:12px}.metadata-value{color:#34495e;text-align:right}.explanation-note{background:#fff3cd;border-left:4px solid #ffc107;border-radius:4px;font-size:14px;margin-top:8px;padding:8px}.action-selector{display:flex;flex-wrap:wrap;gap:8px}.action-button{background:#fff;border:2px solid;border-radius:8px;cursor:pointer;flex:1 1;font-weight:600;min-width:100px;padding:12px 24px;transition:all .2s}.action-button:hover{box-shadow:0 2px 4px #0000001a;transform:translateY(-2px)}.action-button.active{background:currentColor;color:#fff}.override-note{color:#27ae60;font-size:14px;font-weight:600;margin-top:8px}.delete-button{background:#e74c3c;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:12px 24px;transition:background .2s;width:100%}.delete-button:hover{background:#c0392b}.delete-note{color:#7f8c8d;font-size:12px;margin-top:8px;text-align:center}.data-viewer{background:#1a1a1a;border:1px solid #333;border-radius:12px;box-shadow:0 2px 4px #0000004d;margin:0;padding:24px}.viewer-header{align-items:center;border-bottom:2px solid #ecf0f1;display:flex;justify-content:space-between;margin-bottom:24px;padding-bottom:16px}.viewer-header h2{color:#76b900;font-size:24px;margin:0}.view-mode-tabs{display:flex;gap:8px}.view-mode-tabs button{background:#1a1a1a;border:2px solid #333;border-radius:8px;color:#999;cursor:pointer;font-size:14px;font-weight:600;padding:8px 16px;transition:all .3s}.view-mode-tabs button:hover{border-color:#76b900;color:#76b900}.view-mode-tabs button.active{background:#76b900;border-color:#76b900;color:#000}.filters{background:#242424;border:1px solid #333;border-radius:8px;display:flex;flex-wrap:wrap;gap:16px;margin-bottom:20px;padding:16px}.filter-group{display:flex;flex-direction:column;gap:4px}.filter-group label{color:#76b900;font-size:12px;font-weight:600;text-transform:uppercase}.filter-group select,.search-input{background:#0f0f0f;border:1px solid #333;border-radius:6px;color:#e0e0e0;font-size:14px;min-width:150px;padding:8px 12px}.filter-group select:focus,.search-input:focus{border-color:#76b900;box-shadow:0 0 8px #76b9004d;outline:none}.search-input{min-width:200px}.memories-table{overflow-x:auto}.memories-table table{border-collapse:collapse;font-size:14px;width:100%}.memories-table thead{background:#0f0f0f;position:-webkit-sticky;position:sticky;top:0}.memories-table th{border-bottom:2px solid #333;color:#76b900;font-weight:600;padding:12px;text-align:left;white-space:nowrap}.memories-table td{border-bottom:1px solid #333;color:#e0e0e0;padding:12px}.memory-row{cursor:pointer;transition:background .2s}.memory-row:hover{background:#242424;box-shadow:inset 0 0 0 1px #76b9004d}.memory-id{color:#7f8c8d;font-family:Courier New,monospace;font-size:12px}.type-badge{background:#ecf0f1;border-radius:4px;color:#2c3e50;display:inline-block;font-size:12px;font-weight:600;padding:4px 8px;text-transform:uppercase}.type-badge[data-type=document]{background:#e3f2fd;color:#1976d2}.type-badge[data-type=image]{background:#fce4ec;color:#c2185b}.type-badge[data-type=email]{background:#f3e5f5;color:#7b1fa2}.type-badge[data-type=text]{background:#e8f5e9;color:#388e3c}.summary-cell{max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.summary-with-thumbnail{align-items:center;display:flex;gap:8px}.memory-thumbnail{border-radius:4px;flex-shrink:0;height:40px;object-fit:cover;width:40px}.thumbnail-text{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.action-badge{border-radius:12px;color:#fff;display:inline-block;padding:4px 12px}.action-badge,.action-dropdown{font-size:12px;font-weight:600;text-transform:uppercase}.action-dropdown{-webkit-appearance:none;appearance:none;background-position:right 8px center;background-repeat:no-repeat;background-size:12px;border:none;border-radius:12px;cursor:pointer;min-width:100px;outline:none;padding:4px 28px 4px 12px}.action-dropdown:focus{box-shadow:0 0 0 2px #3498db4d}.action-dropdown option{background:#fff;color:#2c3e50;padding:8px}.relevance-bar{background:#ecf0f1;border-radius:10px;height:20px;overflow:hidden;position:relative;width:80px}.relevance-fill{height:100%;left:0;position:absolute;top:0;transition:width .3s}.relevance-text{color:#2c3e50;font-size:11px;font-weight:600;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1}.sentiment-badge{font-size:12px;font-weight:600;text-transform:capitalize}.cluster-cell{color:#7f8c8d;font-size:12px}.no-data{color:#7f8c8d;font-style:italic;padding:40px;text-align:center}.table-footer{border-top:1px solid #ecf0f1;color:#7f8c8d;font-size:12px;margin-top:16px;padding:12px;text-align:right}.clusters-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.cluster-card{word-wrap:break-word;background:#fff;border:2px solid #ecf0f1;border-radius:12px;overflow:hidden;overflow-wrap:break-word;padding:20px;transition:all .3s}.cluster-card:hover{border-color:#3498db;box-shadow:0 4px 8px #0000001a}.cluster-header{align-items:center;border-bottom:1px solid #ecf0f1;display:flex;gap:12px;justify-content:space-between;margin-bottom:16px;min-width:0;padding-bottom:12px}.cluster-header h3{word-wrap:break-word;color:#2c3e50;flex:1 1;font-size:18px;margin:0;max-width:200px;min-width:0;overflow-wrap:break-word}.cluster-header-actions{align-items:center;display:flex;flex-shrink:0;gap:8px}.delete-cluster-btn{align-items:center;background:#0000;border:1px solid #ddd;border-radius:4px;color:#7f8c8d;cursor:pointer;display:flex;font-size:14px;justify-content:center;padding:4px 8px;transition:all .2s}.delete-cluster-btn:hover{background:#e74c3c;border-color:#e74c3c;color:#fff}.cluster-action-badge{border-radius:12px;color:#fff;display:inline-block;flex-shrink:0;font-size:12px;font-weight:600;padding:4px 12px;text-transform:uppercase;white-space:nowrap}.cluster-info{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.cluster-stat{display:flex;font-size:14px;justify-content:space-between}.stat-label,.stat-value{font-weight:600}.cluster-memories-list h4{color:#2c3e50;font-size:14px;font-weight:600;margin:0 0 12px}.cluster-memories-list ul{list-style:none;margin:0;padding:0}.cluster-memory-item{align-items:center;border-radius:6px;display:flex;gap:8px;margin-bottom:4px;padding:8px;transition:background .2s}.memory-item-content{align-items:center;cursor:pointer;display:flex;flex:1 1;gap:8px}.cluster-memory-item:hover{background:#f8f9fa}.remove-memory-btn{align-items:center;background:#0000;border:1px solid #ddd;border-radius:4px;color:#7f8c8d;cursor:pointer;display:flex;flex-shrink:0;font-size:12px;font-weight:700;height:24px;justify-content:center;margin-left:auto;opacity:0;padding:0;transition:all .2s;width:24px}.cluster-memory-item:hover .remove-memory-btn{opacity:1}.remove-memory-btn:hover{background:#e74c3c;border-color:#e74c3c;color:#fff;transform:scale(1.05)}.memory-type-icon{align-items:center;background:#ecf0f1;border-radius:50%;color:#2c3e50;display:flex;flex-shrink:0;font-size:12px;font-weight:600;height:24px;justify-content:center;width:24px}.cluster-memory-thumbnail{border-radius:4px;flex-shrink:0;height:32px;object-fit:cover;width:32px}.memory-summary{word-wrap:break-word;color:#2c3e50;flex:1 1;font-size:13px;min-width:0;overflow:hidden;overflow-wrap:break-word;text-overflow:ellipsis;white-space:nowrap}.memory-action-dot{border-radius:50%;flex-shrink:0;height:8px;width:8px}.more-memories{color:#7f8c8d;font-size:12px;font-style:italic;padding:8px;text-align:center}.analytics-dashboard{align-items:center;display:flex;flex-direction:column;margin:0 auto;max-width:1400px;padding:20px}.analytics-dashboard h2{color:#2c3e50;font-size:28px;margin-bottom:30px;text-align:center;width:100%}.empty-state{color:#7f8c8d;font-size:16px;padding:40px;text-align:center}.stats-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:30px;width:100%}.stat-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:24px;transition:transform .2s,box-shadow .2s}.stat-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.stat-card h3{color:#7f8c8d;font-size:14px;font-weight:600;letter-spacing:.5px;margin:0 0 12px;text-align:center;text-transform:uppercase}.stat-value{color:#2c3e50;font-size:36px;font-weight:700;margin-bottom:8px;text-align:center}.stat-label{color:#7f8c8d;font-size:14px;margin-bottom:4px;text-align:center}.stat-subvalue{color:#95a5a6;font-size:12px;margin-top:4px;text-align:center}.stat-section{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:30px;padding:24px;width:100%}.stat-section h3{color:#2c3e50;font-size:20px;margin:0 0 20px;text-align:center}.action-distribution{gap:16px}.action-bar,.action-distribution{display:flex;flex-direction:column}.action-bar{gap:8px}.action-header{align-items:center;display:flex;justify-content:space-between}.action-name{font-size:16px;font-weight:600;text-transform:capitalize}.action-count{color:#7f8c8d;font-size:14px;font-weight:500}.progress-bar{background-color:#ecf0f1;border-radius:12px;height:24px;overflow:hidden;position:relative;width:100%}.progress-fill{border-radius:12px;height:100%;transition:width .3s ease}.action-storage{color:#95a5a6;font-size:12px;margin-top:4px}.charts-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:30px;width:100%}.chart-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:24px}.chart-card h3{color:#2c3e50;font-size:18px;margin:0 0 20px;text-align:center}.age-chart,.sentiment-chart,.type-chart{display:flex;flex-direction:column;gap:12px}.age-item,.sentiment-item,.type-item{display:flex;flex-direction:column;gap:6px}.age-label,.sentiment-label,.type-label{color:#2c3e50;display:flex;font-size:14px;justify-content:space-between}.age-label span:first-child,.sentiment-label span:first-child,.type-label span:first-child{font-weight:500;text-transform:capitalize}.age-label span:last-child,.sentiment-label span:last-child,.type-label span:last-child{color:#7f8c8d;font-size:13px}.insights-section{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:24px;width:100%}.insights-section h3{color:#2c3e50;font-size:20px;margin:0 0 20px;text-align:center}.insights-list{display:flex;flex-direction:column;gap:12px}.insight{border-left:4px solid;border-radius:8px;font-size:14px;line-height:1.6;padding:16px}.insight.positive{background-color:#d5f4e6;border-color:#2ecc71;color:#27ae60}.insight.warning{background-color:#fdeaa7;border-color:#f39c12;color:#d68910}.insight.info{background-color:#d6eaf8;border-color:#3498db;color:#2874a6}@media (max-width:768px){.charts-grid,.stats-grid{grid-template-columns:1fr}.stat-value{font-size:28px}}.user-profile-panel{background:#1a1a1a;border-left:2px solid #76b900;box-shadow:-4px 0 16px #00000080;display:flex;flex-direction:column;height:100vh;overflow-y:auto;position:fixed;right:0;top:0;width:500px;z-index:1000}.profile-header{align-items:center;background:linear-gradient(135deg,#000,#1a1a1a);border-bottom:3px solid #76b900;box-shadow:0 4px 12px #76b9004d;color:#fff;display:flex;justify-content:space-between;padding:20px}.profile-header h2{font-size:24px;margin:0}.profile-content{flex:1 1;padding:24px}.profile-loading{color:#999;padding:40px;text-align:center}.profile-description{background:#242424;color:#e0e0e0;line-height:1.6;padding:12px}.profile-description,.profile-message{border-radius:8px;font-size:14px;margin-bottom:20px}.profile-message{padding:12px 16px}.profile-message.success{background:#d5f4e6;border:1px solid #2ecc71;color:#27ae60}.profile-message.error{background:#fadbd8;border:1px solid #e74c3c;color:#c0392b}.profile-section{margin-bottom:32px}.profile-section h3{border-bottom:2px solid #333;color:#e0e0e0;font-size:18px;font-weight:600;margin:0 0 16px;padding-bottom:8px}.section-description{color:#999;font-size:13px;margin-bottom:12px}.form-group{margin-bottom:20px}.form-group label{color:#e0e0e0;display:block;font-size:14px;font-weight:500;margin-bottom:8px}.form-group input[type=number],.form-group input[type=text],.form-group select,.form-group textarea{background:#0f0f0f;border:2px solid #333;border-radius:8px;box-sizing:border-box;color:#e0e0e0;font-family:inherit;font-size:14px;padding:10px 12px;transition:border-color .2s;width:100%}.form-group input[type=number]:focus,.form-group input[type=text]:focus,.form-group select:focus,.form-group textarea:focus{border-color:#76b900;box-shadow:0 0 8px #76b9004d;outline:none}.form-group input[type=number]{-moz-appearance:textfield}.form-group input[type=number]::-webkit-inner-spin-button,.form-group input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.checkbox-group{margin-bottom:16px}.checkbox-label{align-items:center;cursor:pointer;display:flex;font-weight:400}.checkbox-label input[type=checkbox]{cursor:pointer;margin-right:8px;width:auto}.interests-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,1fr);margin-top:12px}.interest-checkbox{align-items:center;background:#0f0f0f;border:2px solid #333;border-radius:8px;color:#e0e0e0;cursor:pointer;display:flex;font-weight:400;padding:10px 12px;transition:all .2s}.interest-checkbox:hover{background:#242424;border-color:#76b900}.interest-checkbox input[type=checkbox]{cursor:pointer;margin-right:8px;width:auto}.interest-checkbox input[type=checkbox]:checked+span{color:#76b900;font-weight:600}.interest-checkbox:has(input[type=checkbox]:checked){background:#76b9001a;border-color:#76b900}.profile-actions{border-top:1px solid #ecf0f1;display:flex;gap:12px;margin-top:32px;padding-top:24px}.cancel-button,.save-button{border:none;border-radius:8px;cursor:pointer;flex:1 1;font-size:16px;font-weight:600;padding:12px 24px;transition:all .2s}.save-button{background:#76b900;box-shadow:0 4px 12px #76b9004d;color:#000}.save-button:hover:not(:disabled){box-shadow:0 4px 12px #76b90066;transform:translateY(-2px)}.save-button:disabled{cursor:not-allowed;opacity:.6}.cancel-button{background:#333;border:1px solid #555;color:#e0e0e0}.cancel-button:hover:not(:disabled){background:#444;border-color:#76b900}.cancel-button:disabled{cursor:not-allowed;opacity:.6}.profile-info{background:#242424;border-left:4px solid #76b900;border-radius:8px;margin-top:24px;padding:16px}.profile-info p{color:#999;font-size:12px;line-height:1.6;margin:0}@media (max-width:768px){.user-profile-panel{right:0;width:100%}.interests-grid{grid-template-columns:1fr}}.ai-memory-search-panel{background:#1a1a1a;border-left:2px solid #76b900;box-shadow:-4px 0 16px #00000080;display:flex;flex-direction:column;height:100vh;overflow-y:auto;position:fixed;right:0;top:0;width:600px;z-index:1000}.search-header{align-items:center;background:linear-gradient(135deg,#000,#1a1a1a);border-bottom:3px solid #76b900;box-shadow:0 4px 12px #76b9004d;color:#fff;display:flex;justify-content:space-between;padding:20px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.search-header h2{font-size:24px;margin:0}.close-button{align-items:center;background:#76b9001a;border:2px solid #76b900;border-radius:50%;color:#76b900;cursor:pointer;display:flex;font-size:28px;height:36px;justify-content:center;transition:all .2s;width:36px}.close-button:hover{background:#76b900;color:#000}.search-content{flex:1 1;padding:24px}.search-description{background:#242424;border-radius:8px;color:#e0e0e0;font-size:14px;line-height:1.6;margin-bottom:20px;padding:12px}.search-form{margin-bottom:24px}.search-input-container{display:flex;gap:12px}.search-input{background:#0f0f0f;border:2px solid #333;border-radius:8px;color:#e0e0e0;flex:1 1;font-family:inherit;font-size:16px;padding:14px 16px;transition:border-color .2s}.search-input:focus{border-color:#76b900;box-shadow:0 0 8px #76b9004d;outline:none}.search-input:disabled{background:#242424;cursor:not-allowed}.search-button{background:#76b900;border:none;border-radius:8px;box-shadow:0 4px 12px #76b9004d;color:#000;cursor:pointer;font-size:16px;font-weight:600;padding:14px 24px;transition:transform .2s,box-shadow .2s;white-space:nowrap}.search-button:hover:not(:disabled){box-shadow:0 4px 12px #76b90066;transform:translateY(-2px)}.search-button:disabled{cursor:not-allowed;opacity:.6}.search-error{background:#fadbd8;color:#c0392b}.search-error,.search-explanation{border-radius:8px;font-size:14px;margin-bottom:20px;padding:12px 16px}.search-explanation{background:#242424;border-left:4px solid #76b900;color:#76b900;line-height:1.6}.example-queries{margin-bottom:24px}.examples-label{color:#999;font-size:13px;font-weight:500;margin-bottom:12px}.examples-grid{display:flex;flex-direction:column;gap:8px}.example-button{background:#242424;border:1px solid #333;border-radius:6px;color:#e0e0e0;cursor:pointer;font-size:13px;padding:10px 14px;text-align:left;transition:all .2s}.example-button:hover:not(:disabled){background:#242424;border-color:#76b900;color:#76b900}.example-button:disabled{cursor:not-allowed;opacity:.5}.search-results{margin-top:24px}.search-results h3{color:#e0e0e0;font-size:18px;margin:0 0 16px}.results-list{display:flex;flex-direction:column;gap:12px}.result-card{background:#242424;border:2px solid #333;border-radius:8px;cursor:pointer;padding:16px;transition:all .2s}.result-card:hover{border-color:#76b900;box-shadow:0 2px 8px #76b9004d;transform:translateX(4px)}.result-header{align-items:center;display:flex;gap:12px;margin-bottom:12px}.result-type-icon{flex-shrink:0;font-size:20px}.result-title{color:#e0e0e0;flex:1 1;font-size:16px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.result-action-badge{border-radius:12px;color:#fff;flex-shrink:0;font-size:11px;font-weight:600;padding:4px 12px;text-transform:capitalize}.result-summary{color:#e0e0e0;font-size:14px;line-height:1.6;margin:0 0 12px}.result-metadata{align-items:center;color:#999;display:flex;flex-wrap:wrap;font-size:12px;gap:8px}.match-reason{background:#242424;border-left:3px solid #76b900;border-radius:6px;color:#e0e0e0;font-size:13px;margin-top:12px;padding:10px}.match-reason strong{color:#76b900}.no-results{color:#999;padding:40px 20px;text-align:center}.no-results p{font-size:14px;margin:0}@media (max-width:768px){.ai-memory-search-panel{right:0;width:100%}.search-input-container{flex-direction:column}.search-button{width:100%}}.login-container{align-items:center;background:#000;display:flex;justify-content:center;min-height:100vh;padding:20px}.login-content{background:#1a1a1a;border-radius:8px;box-shadow:0 4px 20px #00000080;max-width:450px;overflow:hidden;width:100%}.nvidia-header{align-items:center;background:#000;display:flex;padding:15px 20px}.nvidia-logo-container{align-items:center;display:flex;gap:12px}.nvidia-logo{background:#76b900;border-radius:4px;-webkit-clip-path:polygon(30% 0,70% 0,100% 30%,100% 70%,70% 100%,30% 100%,0 70%,0 30%);clip-path:polygon(30% 0,70% 0,100% 30%,100% 70%,70% 100%,30% 100%,0 70%,0 30%);height:32px;position:relative;width:32px}.nvidia-logo:before{background:#000;border-radius:50%;content:"";height:20px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:20px}.nvidia-text{font-size:18px;font-weight:700}.nvidia-text,.nvidia-ufm{color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:1px;text-transform:uppercase}.nvidia-ufm{font-size:14px;font-weight:400}.login-form{background:#1a1a1a;padding:40px 30px}.form-header{margin-bottom:40px;text-align:center}.form-header h1{color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2rem;font-weight:600;margin:0 0 10px}.form-header .ai-text{color:#76b900;font-weight:800}.form-header p{color:#aaa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.9rem;margin:0}.form-body{display:flex;flex-direction:column;gap:20px}.login-button{background:#76b900;border:none;border-radius:6px;color:#fff;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:700;letter-spacing:0;padding:14px 20px;text-transform:none;transition:all .2s ease;width:100%}.login-button:hover{background:#8dd400;box-shadow:0 4px 12px #76b90066;transform:translateY(-1px)}.login-button:active{background:#6ba000;transform:translateY(0)}.login-button.secondary{background:#76b900}.login-button.secondary:hover{background:#8dd400}.or-separator{align-items:center;display:flex;gap:12px;margin:10px 0}.or-line{background:#333;flex:1 1;height:1px}.or-text{color:#888;font-size:14px;font-weight:400;text-transform:uppercase}.loading-spinner,.or-text{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.loading-spinner{animation:pulse 1.5s ease-in-out infinite;color:#76b900;font-size:1.2rem;padding:40px;text-align:center}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}
/*# sourceMappingURL=main.2621087e.css.map*/