body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.auth-container{align-items:center;background:#f5f5f5;display:flex;justify-content:center;min-height:100vh}.auth-box{background:#fff;border:1px solid #ddd;border-radius:12px;display:flex;flex-direction:column;gap:12px;max-width:400px;padding:40px;width:100%}.auth-title{color:#2563eb;font-size:24px;font-weight:700;margin-bottom:4px}h2{color:#333;font-size:18px;font-weight:600;margin:0}input{border:1px solid #ddd;border-radius:6px;box-sizing:border-box;font-size:14px;outline:none;padding:10px 12px;width:100%}input:focus{border-color:#2563eb}button{font-weight:500;padding:11px;width:100%}.auth-error{background:#fef2f2;border:1px solid #fca5a5;border-radius:6px;color:#dc2626}.auth-error,.auth-message{font-size:13px;padding:10px 12px}.auth-message{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:6px;color:#166534}.auth-switch{color:#666;font-size:13px;margin:0;text-align:center}.auth-switch span{color:#2563eb;cursor:pointer;font-weight:500}.auth-switch span:hover{text-decoration:underline}.dashboard{background:#f5f5f5;min-height:100vh}.dashboard-header{align-items:center;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;height:60px;justify-content:space-between;padding:0 32px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.dashboard-brand{align-items:center;display:flex;gap:10px}.dashboard-logo{display:block;height:40px;width:auto}.dashboard-version{color:#6b7280;font-size:12px;font-weight:500;white-space:nowrap}.dashboard-header-actions{align-items:center;display:flex;gap:8px}.dash-nav-item{align-items:center;background:#0000;border:none;border-radius:8px;color:#374151;cursor:pointer;display:flex;flex-direction:column;gap:2px;justify-content:center;min-width:56px;padding:4px 10px}.dash-nav-item:hover{background:#f3f4f6;color:#111827}.dash-nav-icon{font-size:24px;line-height:1}.dash-nav-label{font-size:12px;white-space:nowrap}.dash-nav-label,.logout-btn{font-weight:500;line-height:1.2}.logout-btn{align-items:center;background:#0000;border:1px solid #e5e7eb;border-radius:6px;color:#111827;cursor:pointer;display:inline-flex;font-size:13px;padding:6px 12px}.logout-btn:hover{background:#f5f5f5}.dashboard-main{margin:0 auto;max-width:1100px;padding:32px 24px}.dashboard-toolbar{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:24px}.shared-toolbar{margin-top:40px}.toolbar-left{align-items:center;display:flex;gap:10px}.toolbar-left h2{font-size:22px;font-weight:600;margin:0}.project-count{background:#e5e7eb;border-radius:99px;color:#666;font-size:12px;font-weight:600;padding:2px 8px}.toolbar-right{align-items:center;display:flex;gap:10px}.search-input{background:#fff;border:1px solid #e5e7eb;border-radius:6px;font-size:14px;outline:none;padding:8px 12px;width:220px}.search-input:focus{border-color:#2563eb}.sort-select{background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#374151;cursor:pointer;font-size:14px;outline:none;padding:8px 12px}.sort-select:focus{border-color:#2563eb}.view-toggle{background:#fff;border:1px solid #e5e7eb;border-radius:6px;display:flex;overflow:hidden}.view-toggle button{background:#0000;border:none;border-radius:0;color:#9ca3af;cursor:pointer;font-size:16px;padding:6px 10px;width:auto}.view-toggle button.active{background:#eff6ff;color:#2563eb}.new-project-btn{background:#2563eb;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;white-space:nowrap;width:auto}.new-project-btn:hover{background:#1d4ed8}.import-project-btn{background:#0000;border:1px solid #93c5fd;border-radius:6px;color:#2563eb;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;white-space:nowrap;width:auto}.import-project-btn:hover:not(:disabled){background:#eff6ff;border-color:#2563eb}.import-project-btn:disabled{cursor:default;opacity:.6}.delete-all-btn{background:#0000;border:1px solid #fca5a5;border-radius:6px;color:#dc2626;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;white-space:nowrap;width:auto}.delete-all-btn:hover{background:#fef2f2;border-color:#dc2626}.new-project-row{align-items:center;display:flex;gap:8px;margin-bottom:20px}.new-project-row input{border:1px solid #2563eb;border-radius:6px;flex:1 1;font-size:14px;max-width:400px;outline:none;padding:10px 12px}.new-project-row button{border:none;border-radius:6px;cursor:pointer;font-size:14px;padding:10px 16px;width:auto}.new-project-row button:first-of-type{background:#2563eb;color:#fff}.new-project-row button:first-of-type:disabled{background:#93c5fd;cursor:not-allowed}.cancel-btn{background:#fff!important;border:1px solid #e5e7eb!important;color:#666!important}.projects-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.projects-list{display:flex;flex-direction:column;gap:8px}.projects-list .project-card{align-items:center;flex-direction:row;padding:14px 16px}.projects-list .project-card-body{flex:1 1}.projects-list .project-name{font-size:15px}.projects-list .project-date{margin:0}.project-card{align-items:flex-start;background:#fff;border:1px solid #e5e7eb;border-radius:10px;cursor:pointer;display:flex;justify-content:space-between;padding:20px;position:relative;transition:box-shadow .15s,border-color .15s}.project-card:hover{border-color:#d1d5db;box-shadow:0 2px 8px #00000014}.project-card-body{flex:1 1;min-width:0}.project-card .project-name{color:#000;font-size:15px;font-weight:600;margin:0 0 6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-date{color:#4b5563;font-size:12px;margin:0}.rename-input{border:1px solid #2563eb;border-radius:4px;font-size:15px;font-weight:600;margin-bottom:6px;outline:none;padding:2px 6px;width:100%}.project-menu-wrap{position:relative}.project-menu-btn{background:#0000;border:none;border-radius:4px;color:#4b5563;cursor:pointer;font-size:18px;line-height:1;padding:2px 6px;width:auto}.project-menu-btn:hover{background:#f3f4f6;color:#333}.project-menu{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #0000001f;min-width:130px;overflow:hidden;position:absolute;right:0;top:28px;z-index:20}.project-menu button{background:#0000;border:none;border-radius:0;color:#333;cursor:pointer;display:block;font-size:14px;padding:10px 16px;text-align:left;width:100%}.project-menu button:hover{background:#f9fafb}.delete-option{color:#dc2626!important}.delete-option:hover{background:#fef2f2!important}.menu-backdrop{inset:0;position:fixed;z-index:15}.project-skeleton{animation:shimmer 1.5s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;border-radius:10px;height:100px}.empty-state{color:#666;padding:80px 20px;text-align:center}.empty-state p{color:#333;font-size:18px;font-weight:500;margin-bottom:8px}.empty-state span{display:block;font-size:14px;margin-bottom:24px}.empty-state button{background:#2563eb;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;padding:10px 20px;width:auto}.dashboard-error{background:#fef2f2;border:1px solid #fca5a5;border-radius:8px;color:#dc2626;cursor:pointer;display:flex;font-size:14px;justify-content:space-between;margin-bottom:16px;padding:10px 16px}.modal-overlay{align-items:center;background:#0006;display:flex;inset:0;justify-content:center;position:fixed;z-index:50}.modal{background:#fff;border-radius:12px;max-width:380px;padding:28px;width:90%}.modal h3{font-size:18px;margin:0 0 8px}.modal p{color:#666;font-size:14px;margin:0 0 24px}.modal-actions{display:flex;gap:10px;justify-content:flex-end}.modal-actions button{border:none;border-radius:6px;cursor:pointer;font-size:14px;padding:8px 16px;width:auto}.modal-actions button:first-child{background:#f3f4f6;color:#333}.modal-actions button:first-child:hover{background:#e5e7eb}.delete-btn{background:#dc2626!important;color:#fff!important}.delete-btn:hover{background:#b91c1c!important}.settings-link{align-items:center;background:#0000;border:1px solid #e5e7eb;border-radius:6px;color:#111827;cursor:pointer;display:inline-flex;font-size:13px;font-weight:500;line-height:1.2;padding:6px 12px;width:auto}.settings-link:hover{background:#f5f5f5}.repo-open-btn{align-items:center;background:#0000;border:1px solid #e5e7eb;border-radius:6px;color:#111827;cursor:pointer;display:inline-flex;font-size:13px;font-weight:500;line-height:1.2;padding:6px 12px;width:auto}.repo-open-btn:hover{background:#f5f5f5}.license-warning-banner{background:#fffbeb;border-bottom:1px solid #fde68a;color:#92400e;font-size:13px;padding:10px 32px}.license-warning-banner a{color:#d97706;font-weight:600;text-decoration:underline}.btn{align-items:center;border:1px solid #0000;border-radius:6px;cursor:pointer;display:inline-flex;font-size:13px;font-weight:600;gap:6px;justify-content:center;line-height:1;padding:9px 14px;transition:background .1s,color .1s,border-color .1s,opacity .1s;width:auto}.btn:disabled{cursor:not-allowed;opacity:.55}.btn--sm{border-radius:5px;font-size:12px;padding:5px 10px}.btn--block{width:100%}.btn--primary{background:#0891b2;color:#fff}.btn--primary:hover:not(:disabled){background:#0e7490}.btn--secondary{background:#f3f4f6;border-color:#d1d5db;color:#374151}.btn--secondary:hover:not(:disabled){background:#e5e7eb}.btn--danger{background:#dc2626;color:#fff}.btn--danger:hover:not(:disabled){background:#b91c1c}.btn--ghost{background:#0000;color:#4b5563}.btn--ghost:hover:not(:disabled){background:#f3f4f6}.repo-overlay{align-items:center;background:#00000080;display:flex;inset:0;justify-content:center;padding:24px;position:fixed;z-index:100}.repo-modal{background:#fff;border-radius:14px;box-shadow:0 20px 60px #0003;display:flex;flex-direction:column;max-height:85vh;max-width:860px;overflow:hidden;width:100%}.repo-modal-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;flex-shrink:0;justify-content:space-between;padding:20px 24px 16px}.repo-modal-title{align-items:center;display:flex;gap:10px}.repo-modal-title h2{font-size:18px;font-weight:600;margin:0}.repo-count{background:#f3f4f6;border-radius:99px;color:#9ca3af;font-size:12px;padding:2px 8px}.repo-close-btn{background:#0000;border:none;border-radius:6px;color:#9ca3af;cursor:pointer;font-size:16px;padding:4px 8px;width:auto}.repo-close-btn:hover{background:#f3f4f6;color:#333}.repo-modal-toolbar{border-bottom:1px solid #f3f4f6;display:flex;flex-shrink:0;flex-wrap:wrap;gap:10px;padding:14px 24px}.repo-search{border:1px solid #e5e7eb;border-radius:6px;flex:1 1;font-size:14px;min-width:180px;outline:none;padding:8px 12px}.repo-search:focus{border-color:#2563eb}.repo-sort{background:#fff;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;font-size:13px;outline:none;padding:8px 10px}.repo-upload-btn{background:#2563eb;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;white-space:nowrap;width:auto}.repo-upload-btn:disabled{background:#93c5fd;cursor:not-allowed}.repo-upload-btn:hover:not(:disabled){background:#1d4ed8}.repo-progress{align-items:center;background:#eff6ff;color:#1d4ed8;display:flex;flex-shrink:0;font-size:13px;gap:10px;padding:10px 24px}.repo-progress-bar{background:#dbeafe;border-radius:99px;flex:1 1;height:6px;overflow:hidden}.repo-progress-bar div{background:#2563eb;border-radius:99px;height:100%;transition:width .2s}.repo-error{background:#fef2f2;border:1px solid #fca5a5;border-radius:8px;color:#dc2626;cursor:pointer;display:flex;flex-shrink:0;font-size:13px;justify-content:space-between;margin:0 24px;padding:10px 14px}.repo-modal-body{flex:1 1;overflow-y:auto}.repo-loading{display:flex;flex-direction:column;gap:8px;padding:16px 24px}.repo-skeleton{animation:shimmer 1.5s infinite;background:linear-gradient(90deg,#f5f5f5 25%,#ebebeb 50%,#f5f5f5 75%);background-size:200% 100%;border-radius:8px;height:44px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.repo-empty{align-items:center;color:#9ca3af;display:flex;flex-direction:column;justify-content:center;padding:60px 24px;text-align:center}.repo-empty-icon{font-size:40px;margin-bottom:12px}.repo-empty p{color:#374151;font-size:16px;font-weight:500;margin:0 0 6px}.repo-empty span{display:block;font-size:13px;margin-bottom:20px}.repo-empty button{background:#2563eb;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;padding:9px 18px;width:auto}.repo-table{border-collapse:collapse;width:100%}.repo-table thead tr{background:#f9fafb;border-bottom:1px solid #e5e7eb}.repo-table th{color:#9ca3af;font-size:11px;font-weight:600;letter-spacing:.05em;padding:10px 16px;text-align:left;text-transform:uppercase;white-space:nowrap}.repo-table tbody tr{border-bottom:1px solid #f3f4f6;transition:background .1s}.repo-table tbody tr:last-child{border-bottom:none}.repo-table tbody tr:hover{background:#f9fafb}.repo-table td{color:#374151;font-size:13px;padding:10px 16px;vertical-align:middle}.repo-name-cell{align-items:center;display:flex;gap:10px;max-width:320px}.repo-file-icon{flex-shrink:0;font-size:18px}.repo-filename{font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.repo-rename-input{border:1px solid #2563eb;border-radius:4px;flex:1 1;font-size:13px;min-width:0;outline:none;padding:4px 8px}.repo-type-badge{background:#f3f4f6;border-radius:4px;color:#6b7280;font-size:11px;font-weight:600;padding:2px 7px}.repo-muted{color:#9ca3af}.repo-actions-cell{text-align:right}.repo-action-btns{display:flex;gap:4px;justify-content:flex-end;opacity:0;transition:opacity .15s}.repo-table tbody tr:hover .repo-action-btns{opacity:1}.repo-action-btn{background:#0000;border:1px solid #e5e7eb;border-radius:5px;color:#6b7280;cursor:pointer;font-size:13px;line-height:1;padding:4px 7px;width:auto}.repo-action-btn:hover{background:#f3f4f6;border-color:#d1d5db;color:#111}.repo-action-delete:hover{background:#fef2f2!important;border-color:#fca5a5!important;color:#dc2626!important}.repo-confirm-overlay{align-items:center;background:#0000004d;border-radius:14px;display:flex;inset:0;justify-content:center;position:absolute;z-index:110}.repo-confirm{background:#fff;border-radius:12px;box-shadow:0 8px 24px #00000026;max-width:360px;padding:28px;width:90%}.repo-confirm h3{font-size:17px;margin:0 0 8px}.repo-confirm p{color:#666;font-size:14px;margin:0 0 20px}.repo-confirm-actions{display:flex;gap:10px;justify-content:flex-end}.repo-confirm-actions button{border:none;border-radius:6px;cursor:pointer;font-size:14px;padding:8px 16px;width:auto}.repo-confirm-actions button:first-child{background:#f3f4f6;color:#333}.repo-confirm-delete{background:#dc2626!important;color:#fff!important}.repo-confirm-delete:hover{background:#b91c1c!important}.bug-report-trigger{align-items:center;background:#f5f5f7;border:1px solid #d0d0d5;border-radius:6px;color:#333;cursor:pointer;display:inline-flex;flex:0 0 auto;font-size:14px;line-height:1.2;padding:6px 12px;white-space:nowrap;width:auto}.bug-report-trigger:hover:not(:disabled){background:#ebebef}.bug-report-trigger-full{background:#0000;border:none;border-radius:8px;color:#374151;flex-direction:column;gap:2px;min-width:56px;padding:4px 10px}.bug-report-trigger-full:hover:not(:disabled){background:#f3f4f6;color:#111827}.bug-report-trigger-icon{font-size:16px;padding:6px 8px}.bug-report-overlay{align-items:center;background:#00000080;display:flex;inset:0;justify-content:center;position:fixed;z-index:10000}.bug-report-modal{background:#fff;border-radius:8px;box-shadow:0 10px 40px #00000040;color:#333;display:flex;flex-direction:column;gap:12px;max-height:88vh;overflow-y:auto;padding:20px;width:min(640px,92vw)}.bug-report-header{align-items:center;display:flex;gap:12px}.bug-report-header h3{color:#222;flex:1 1;font-size:18px;margin:0;min-width:0}.bug-report-modal .bug-report-close{align-items:center;background:none;border:none;border-radius:4px;color:#666;display:inline-flex;flex:0 0 auto;font-size:18px;height:28px;justify-content:center;line-height:1;padding:0;width:28px}.bug-report-modal .bug-report-close:hover:not(:disabled){background:#f0f0f3;color:#333}.bug-report-label{color:#444;display:flex;flex-direction:column;font-size:13px;gap:4px}.bug-report-label input,.bug-report-label textarea{background:#fff;border:1px solid #d0d0d5;border-radius:6px;color:#222;font:inherit;padding:8px;resize:vertical}.bug-report-dropzone{border:2px dashed #c0c0c8;border-radius:8px;color:#666;padding:16px;text-align:center}.bug-report-dropzone p{font-size:13px;margin:0 0 8px}.bug-report-dropzone small{color:#888;display:block;margin-top:6px}.bug-report-modal .bug-report-dropzone button{background:#fff;border:1px solid #c0c0c8;border-radius:6px;color:#333;cursor:pointer;font-size:14px;padding:6px 12px;width:auto}.bug-report-modal .bug-report-dropzone button:hover:not(:disabled){background:#f5f5f7}.bug-report-thumbs{display:flex;flex-wrap:wrap;gap:8px}.bug-report-thumb{border:1px solid #d0d0d5;border-radius:6px;height:96px;overflow:hidden;position:relative;width:96px}.bug-report-thumb img{display:block;height:100%;object-fit:cover;width:100%}.bug-report-modal .bug-report-thumb-remove{align-items:center;background:#0009;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:12px;height:20px;justify-content:center;line-height:1;padding:0;position:absolute;right:2px;top:2px;width:20px}.bug-report-modal .bug-report-thumb-remove:hover:not(:disabled){background:#000c}.bug-report-context{color:#666;font-size:12px}.bug-report-error{color:#b00020;font-size:13px}.bug-report-success{color:#2a7a2a;font-size:15px;padding:16px;text-align:center}.bug-report-actions{display:flex;gap:8px;justify-content:flex-end;margin-top:4px}.bug-report-modal .bug-report-actions button{background:#fff;border:1px solid #d0d0d5;border-radius:6px;color:#333;cursor:pointer;font:inherit;padding:8px 16px;width:auto}.bug-report-modal .bug-report-actions button:hover:not(:disabled){background:#f5f5f7}.bug-report-modal .bug-report-actions .bug-report-submit{background:#2a5cdc;border-color:#2a5cdc;color:#fff}.bug-report-modal .bug-report-actions .bug-report-submit:hover:not(:disabled){background:#1f4ab8;border-color:#1f4ab8}.bug-report-modal .bug-report-actions .bug-report-submit:disabled{background:#a0a8c0;border-color:#a0a8c0;color:#fff;cursor:not-allowed}.ui-modal-overlay{align-items:center;background:#0006;display:flex;inset:0;justify-content:center;padding:16px;position:fixed;z-index:1000}.ui-modal{background:#fff;border-radius:10px;box-shadow:0 12px 40px #00000038;max-height:calc(100vh - 32px);max-width:420px;overflow-y:auto;padding:20px 22px;width:100%}.ui-modal:focus{outline:none}.ui-modal__title{color:#111827;font-size:16px;font-weight:700;margin:0 0 10px}.ui-modal__body{color:#4b5563;font-size:13px;line-height:1.5;margin:0 0 18px}.ui-modal__actions{display:flex;gap:8px;justify-content:flex-end}.storage-view{color:#333;display:flex;flex-direction:column;gap:12px}.storage-view-total{color:#0a7;font-size:14px;font-weight:600}.storage-hint{color:#777;font-size:13px;margin:0}.storage-muted{color:#999}.storage-mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px}.storage-error{color:#c33;font-size:14px}.storage-section{display:flex;flex-direction:column;gap:4px}.storage-section h4{align-items:center;color:#333;display:flex;font-size:14px;gap:8px;margin:8px 0 2px}.storage-section h4 .storage-bytes{margin-left:auto}.storage-count{background:#eee;border-radius:10px;color:#666;font-size:12px;font-weight:500;padding:1px 8px}.storage-section-warn h4{color:#b26a00}.storage-section-warn{background:#fff8ec;border:1px solid #f2d9a8;border-radius:8px;padding:8px 12px}.storage-purge{background:#fff;border:1px solid #d98b4a;border-radius:5px;color:#b26a00;cursor:pointer;flex:0 0 auto;font-size:12px;margin-left:10px;padding:3px 10px}.storage-purge:hover:not(:disabled){background:#fff1dd}.storage-purge:disabled{cursor:default;opacity:.6}.storage-row{align-items:center;border-radius:6px;display:flex;font-size:14px;gap:10px;padding:6px 8px}.storage-row-project{background:#f7f7f9;cursor:pointer}.storage-row-project:hover{background:#eef0f4}.storage-caret{color:#888;flex:0 0 auto;width:14px}.storage-name{flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.storage-bytes{font-feature-settings:"tnum";color:#444;flex:0 0 auto;font-variant-numeric:tabular-nums}.storage-open{background:#fff;border:1px solid #d0d0d5;border-radius:5px;color:#333;cursor:pointer;flex:0 0 auto;font-size:12px;padding:2px 8px}.storage-open:hover{background:#f0f0f3}.storage-tiles{display:flex;flex-direction:column;gap:2px;margin:2px 0 6px 22px}.storage-row-tile{font-size:13px;padding:4px 8px}.storage-tile-label{flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.storage-tile-type{background:#eef;border-radius:4px;color:#666;flex:0 0 auto;font-size:11px;padding:1px 6px}.procmon-trigger{align-items:center;background:#f5f5f7;border:1px solid #d0d0d5;border-radius:6px;color:#333;cursor:pointer;display:inline-flex;flex:0 0 auto;font-size:14px;line-height:1.2;padding:6px 12px;white-space:nowrap;width:auto}.procmon-trigger:hover:not(:disabled){background:#ebebef}.procmon-trigger-full{background:#0000;border:none;border-radius:8px;color:#374151;flex-direction:column;gap:2px;min-width:56px;padding:4px 10px}.procmon-trigger-full:hover:not(:disabled){background:#f3f4f6;color:#111827}.procmon-trigger-icon{font-size:16px;padding:6px 8px}.procmon-overlay{align-items:center;background:#00000080;display:flex;inset:0;justify-content:center;position:fixed;z-index:10000}.procmon-modal{background:#fff;border-radius:8px;box-shadow:0 10px 40px #00000040;color:#333;display:flex;flex-direction:column;gap:12px;max-height:88vh;overflow-y:auto;padding:20px;width:min(820px,94vw)}.procmon-header{align-items:center;display:flex;gap:12px}.procmon-tabs{display:flex;flex:1 1;gap:4px;min-width:0}.procmon-tab{background:none;border:none;border-bottom:2px solid #0000;color:#888;cursor:pointer;font-size:15px;font-weight:600;padding:6px 12px}.procmon-tab:hover{color:#333}.procmon-tab.active{border-bottom-color:#2563eb;color:#111}.procmon-modal .procmon-close{align-items:center;background:none;border:none;border-radius:4px;color:#666;display:inline-flex;flex:0 0 auto;font-size:18px;height:28px;justify-content:center;line-height:1;padding:0;width:28px}.procmon-modal .procmon-close:hover:not(:disabled){background:#f0f0f3;color:#333}.procmon-capacity{align-items:center;background:#f5f5f7;border-radius:8px;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;padding:10px 12px}.procmon-meters{flex-wrap:wrap;gap:20px}.procmon-meter,.procmon-meters{align-items:baseline;display:flex}.procmon-meter{gap:8px}.procmon-meter-count{color:#222;font-size:20px;font-weight:600}.procmon-meter-label{color:#666;font-size:13px}.procmon-meta{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.procmon-tier{background:#e7e7ee;border-radius:999px;color:#444;font-size:12px;padding:3px 10px;text-transform:capitalize}.procmon-compute{border:1px solid #d0d0d5;border-radius:6px;color:#555;font-size:12px;padding:3px 8px}.procmon-table{border-collapse:collapse;font-size:13px;width:100%}.procmon-table th{border-bottom:1px solid #e5e5ea;color:#888;font-size:11px;font-weight:600;letter-spacing:.04em;padding:6px 10px;text-align:left;text-transform:uppercase}.procmon-table td{border-bottom:1px solid #f0f0f3;color:#333;padding:8px 10px;vertical-align:middle}.procmon-row-mine{background:#f3f7ff}.procmon-name{color:#222;font-weight:600}.procmon-source{color:#888;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px}.procmon-you{color:#2a5cdc;font-weight:600}.procmon-row-group{background:#fafbfe;cursor:pointer}.procmon-row-group:hover{background:#f1f4fb}.procmon-row-group.procmon-row-mine{background:#eef3ff}.procmon-group-toggle{background:none;border:none;color:#888;cursor:pointer;font-size:11px;line-height:1;margin-right:6px;padding:0}.procmon-count{background:#eceef3;border-radius:999px;color:#666;font-size:11px;font-weight:600;margin-left:6px;padding:1px 7px}.procmon-agg{display:inline-flex;flex-wrap:wrap;gap:6px}.procmon-row-child td:first-child{padding-left:28px}.procmon-chip{border-radius:4px;display:inline-block;font-size:11px;font-weight:600;letter-spacing:.03em;padding:2px 7px}.procmon-chip-cpu{background:#e7eefc;color:#2a5cdc}.procmon-chip-gpu{background:#ece7fc;color:#6b2adc}.procmon-status{border-radius:999px;display:inline-block;font-size:11px;font-weight:600;padding:2px 9px}.procmon-status-running{background:#e3f6e8;color:#1f8a3b}.procmon-status-queued{background:#fdf0d9;color:#9a6b00}.procmon-modal .procmon-stop{background:#fff;border:1px solid #e0b4ba;border-radius:6px;color:#b00020;cursor:pointer;font:inherit;font-size:12px;padding:4px 12px;width:auto}.procmon-modal .procmon-stop:hover:not(:disabled){background:#fdeef0;border-color:#b00020}.procmon-modal .procmon-stop-all{margin-left:10px;white-space:nowrap}.procmon-empty{color:#888;font-size:14px;padding:24px 0;text-align:center}.procmon-error{color:#b00020;font-size:13px}.profile-menu{display:inline-flex;flex:0 0 auto;position:relative}.profile-menu-trigger{align-items:center;background:#e0e7ff;border:1px solid #d1d5db;border-radius:50%;color:#4338ca;cursor:pointer;display:inline-flex;font-size:13px;font-weight:600;height:32px;justify-content:center;letter-spacing:.02em;line-height:1;padding:0;width:32px}.profile-menu-trigger:hover{filter:brightness(.97)}.profile-menu-overlay{inset:0;position:fixed;z-index:40}.profile-menu-dropdown{background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 4px 6px -1px #00000014,0 10px 24px -4px #0000001f;min-width:240px;padding:6px;position:absolute;right:0;top:calc(100% + 8px);z-index:41}.profile-menu-identity{align-items:center;display:flex;gap:10px;padding:8px 10px}.profile-menu-avatar{align-items:center;background:#e0e7ff;border-radius:50%;color:#4338ca;display:flex;flex:0 0 auto;font-size:14px;font-weight:600;height:36px;justify-content:center;-webkit-user-select:none;user-select:none;width:36px}.profile-menu-meta{min-width:0}.profile-menu-name{color:#111;font-size:14px;font-weight:600}.profile-menu-email,.profile-menu-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-menu-email{color:#6b7280;font-size:12px}.profile-menu-sep{background:#eef0f3;height:1px;margin:6px 4px}.profile-menu-item{align-items:center;background:#0000;border:none;border-radius:6px;color:#374151;cursor:pointer;display:flex;font-size:13px;gap:10px;padding:8px 10px;text-align:left;width:100%}.profile-menu-item:hover{background:#f3f4f6}.profile-menu-icon{font-size:13px;text-align:center;width:18px}.profile-menu-item-danger{color:#dc2626}.share-overlay{align-items:center;background:#0006;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}.share-modal{background:#fff;border-radius:12px;max-height:80vh;max-width:92vw;overflow-y:auto;padding:20px;width:460px}.share-head{align-items:center;display:flex;justify-content:space-between;margin-bottom:14px}.share-head h2{font-size:16px;margin:0}.share-close{background:#0000;border:none;color:#6b7280;cursor:pointer;font-size:16px}.share-error{background:#fef2f2;border:1px solid #fca5a5;border-radius:8px;color:#dc2626;cursor:pointer;font-size:13px;margin-bottom:12px;padding:8px 12px}.share-empty,.share-hint{color:#6b7280;font-size:13px}.share-add{display:flex;gap:8px;margin-bottom:8px}.share-add select{border:1px solid #e5e7eb;border-radius:6px;flex:1 1;font-size:13px;padding:8px}.share-btn{background:#111;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:13px;padding:8px 14px}.share-btn:disabled{cursor:not-allowed;opacity:.5}.share-list{margin-top:12px}.share-item{align-items:center;border-top:1px solid #f3f4f6;display:flex;gap:10px;padding:8px 0}.share-email{flex:1 1;font-size:13px}.share-item select{border:1px solid #e5e7eb;border-radius:6px;font-size:13px;padding:4px 8px}.share-role{background:#f3f4f6;border-radius:6px;color:#6b7280;font-size:12px;padding:2px 8px}.share-remove{background:#0000;border:none;color:#dc2626;cursor:pointer;font-size:12px}.autorun-badge{align-items:center;border:1px solid #0000;border-radius:99px;display:inline-flex;font-size:11px;font-weight:600;gap:4px;line-height:1;margin-top:6px;max-width:100%;padding:3px 8px}.autorun-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.autorun-running{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.autorun-done{background:#f0fdf4;border-color:#bbf7d0;color:#166534}.autorun-failed{background:#fef2f2;border-color:#fca5a5;color:#dc2626}.autorun-cancelled{background:#f3f4f6;border-color:#e5e7eb;color:#6b7280}.autorun-dismiss{align-items:center;background:#0000;border:none;border-radius:50%;color:inherit;cursor:pointer;display:inline-flex;font-size:13px;height:14px;justify-content:center;line-height:1;opacity:.7;padding:0;width:14px}.autorun-dismiss:hover{background:#00000014;opacity:1}.invite-modal-overlay{align-items:center;background:#0f172a8c;display:flex;inset:0;justify-content:center;position:fixed;z-index:1100}.invite-modal{background:#fff;border-radius:12px;box-shadow:0 20px 50px #00000040;max-width:calc(100vw - 48px);padding:28px 32px;text-align:center;width:440px}.invite-modal h2{color:#111827;font-size:20px;margin:0 0 8px}.invite-modal-text{color:#374151;font-size:14px;margin:0 0 8px}.invite-modal-count{color:#6b7280;font-size:12px;margin:0 0 4px}.invite-modal-error{color:#b91c1c;font-size:13px;margin:8px 0 0}.invite-modal-actions{display:flex;gap:12px;justify-content:center;margin-top:20px}.invite-modal-accept,.invite-modal-decline{border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;padding:10px 28px}.invite-modal-accept{background:#2563eb;color:#fff}.invite-modal-accept:hover:not(:disabled){background:#1d4ed8}.invite-modal-decline{background:#f3f4f6;color:#374151}.invite-modal-decline:hover:not(:disabled){background:#e5e7eb}.invite-modal-accept:disabled,.invite-modal-decline:disabled{cursor:default;opacity:.6}.toast-container{display:flex;flex-direction:column;gap:8px;max-width:min(380px,calc(100vw - 32px));pointer-events:none;position:fixed;right:16px;top:16px;z-index:2000}.toast{align-items:flex-start;animation:toast-in .14s ease-out;background:#fff;border:1px solid #e5e7eb;border-left-width:4px;border-radius:8px;box-shadow:0 6px 20px #00000024;color:#374151;display:flex;font-size:13px;gap:10px;line-height:1.4;padding:10px 12px;pointer-events:auto}@keyframes toast-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.toast--success{border-left-color:#059669}.toast--error{border-left-color:#dc2626}.toast--info{border-left-color:#0891b2}.toast__msg{flex:1 1;word-break:break-word}.toast__close{background:none;border:none;color:#9ca3af;cursor:pointer;flex-shrink:0;font-size:13px;line-height:1;padding:2px}.toast__close:hover{color:#4b5563}*{box-sizing:border-box;margin:0;padding:0}body{background:#f5f5f5;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.App{margin:60px auto;max-width:800px;padding:0 20px}h1{font-size:28px;margin-bottom:8px}p{color:#666}.upload-box,p{margin-bottom:24px}.upload-box{align-items:center;background:#fff;border:1px solid #ddd;border-radius:8px;display:flex;gap:12px;padding:20px}input[type=file]{flex:1 1;font-size:14px}button{background:#2563eb;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;padding:10px 20px;white-space:nowrap}button:disabled{background:#93c5fd;cursor:not-allowed}button:hover:not(:disabled){background:#1d4ed8}.error{background:#fef2f2;border:1px solid #fca5a5;border-radius:8px;color:#dc2626;margin-bottom:16px;padding:12px 16px}.result{background:#fff;border:1px solid #ddd;border-radius:8px;overflow:hidden}.result-header{background:#f0fdf4;border-bottom:1px solid #bbf7d0;color:#166534;display:flex;font-weight:500;justify-content:space-between;padding:14px 16px}.lines{max-height:500px;overflow-y:auto;padding:8px 0}.line{display:flex;font-family:monospace;font-size:14px;gap:16px;padding:6px 16px}.line:hover{background:#f9fafb}.line-number{color:#9ca3af;min-width:32px;text-align:right;-webkit-user-select:none;user-select:none}.line-text{color:#111}
/*# sourceMappingURL=main.04b13a05.css.map*/