.MyProjectsView-module__AH6ZoW__container{width:100%;color:inherit}.MyProjectsView-module__AH6ZoW__loading{text-align:center;color:var(--start-muted-text);padding:3rem 1rem;font-style:italic}.MyProjectsView-module__AH6ZoW__emptyState{text-align:center;color:var(--start-muted-text);background-color:var(--start-surface-background);border:1px solid var(--start-surface-border);box-shadow:var(--start-surface-shadow);border-radius:12px;margin-top:1rem;padding:3rem 1rem;font-style:italic}.MyProjectsView-module__AH6ZoW__projectTable{border:1px solid var(--start-table-border);background:var(--start-table-background);width:100%;box-shadow:var(--start-surface-shadow);border-collapse:collapse;table-layout:fixed;color:var(--start-table-text);border-radius:12px;overflow:hidden}.MyProjectsView-module__AH6ZoW__projectTableHeaderCell:first-child{width:auto}.MyProjectsView-module__AH6ZoW__projectTableHeaderCell:nth-child(2){text-align:center;width:70px}.MyProjectsView-module__AH6ZoW__projectTableHeaderCell:nth-child(3){width:180px}.MyProjectsView-module__AH6ZoW__projectTableHeaderCell:last-child{width:260px}.MyProjectsView-module__AH6ZoW__projectTableHeader{background-color:var(--start-table-header-background)}.MyProjectsView-module__AH6ZoW__projectTableHeaderCell{text-align:left;color:var(--start-table-header-text);border-bottom:1px solid var(--start-table-border);padding:.75rem;font-size:.875rem;font-weight:600}.MyProjectsView-module__AH6ZoW__projectRow{cursor:pointer;border-bottom:1px solid var(--start-table-row-divider);transition:background-color .2s}.MyProjectsView-module__AH6ZoW__projectRow:hover{background-color:var(--start-table-row-hover)}.MyProjectsView-module__AH6ZoW__projectRow:last-child{border-bottom:none}.MyProjectsView-module__AH6ZoW__projectCell{color:var(--start-table-text);vertical-align:middle;padding:1rem .75rem;font-size:.875rem}.MyProjectsView-module__AH6ZoW__projectCell:nth-child(2){text-align:center}.MyProjectsView-module__AH6ZoW__projectCell:last-child{justify-content:flex-end;align-items:center;gap:.5rem;display:flex}.MyProjectsView-module__AH6ZoW__projectNameContainer{justify-content:space-between;align-items:center;min-width:0;height:100%;font-size:.875rem;display:flex}.MyProjectsView-module__AH6ZoW__projectNameText{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;padding-right:1rem;overflow:hidden}.MyProjectsView-module__AH6ZoW__editInput{border:2px solid var(--start-input-border);background:var(--start-input-background);color:var(--start-table-text);border-radius:6px;outline:none;flex:1;margin-right:1rem;padding:.375rem .5rem;font-family:inherit;font-size:1rem;transition:border-color .2s,box-shadow .2s,background-color .2s}.MyProjectsView-module__AH6ZoW__editInput:focus{border-color:var(--start-input-focus-border);box-shadow:var(--start-input-focus-shadow)}.MyProjectsView-module__AH6ZoW__editInput:disabled{background-color:var(--start-input-disabled-background);border-color:var(--start-input-disabled-border);cursor:not-allowed;color:var(--start-muted-text)}.MyProjectsView-module__AH6ZoW__editActions{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.MyProjectsView-module__AH6ZoW__checkIcon{color:var(--start-button-success-background);cursor:pointer;font-size:1.1rem;transition:color .2s}.MyProjectsView-module__AH6ZoW__checkIcon:hover:not(.MyProjectsView-module__AH6ZoW__disabled){color:var(--start-button-success-hover)}.MyProjectsView-module__AH6ZoW__checkIcon.MyProjectsView-module__AH6ZoW__disabled{color:var(--start-button-disabled-background);cursor:not-allowed}.MyProjectsView-module__AH6ZoW__crossIcon{color:var(--start-button-danger-background);cursor:pointer;font-size:1.1rem;transition:color .2s}.MyProjectsView-module__AH6ZoW__crossIcon:hover:not(.MyProjectsView-module__AH6ZoW__disabled){color:var(--start-button-danger-hover)}.MyProjectsView-module__AH6ZoW__crossIcon.MyProjectsView-module__AH6ZoW__disabled{color:var(--start-button-disabled-background);cursor:not-allowed}.MyProjectsView-module__AH6ZoW__agentIcon{color:var(--start-button-primary-background);flex-shrink:0;margin-right:.5rem;font-size:.875rem}.MyProjectsView-module__AH6ZoW__editIcon{color:var(--start-icon-muted);cursor:pointer;opacity:0;transition:opacity .2s,color .2s}.MyProjectsView-module__AH6ZoW__projectCell:hover .MyProjectsView-module__AH6ZoW__editIcon{opacity:1}.MyProjectsView-module__AH6ZoW__editIcon:hover{color:var(--start-icon-hover)}.MyProjectsView-module__AH6ZoW__shareButton{background-color:var(--start-button-primary-background);color:var(--start-button-primary-text);cursor:pointer;border:none;border-radius:6px;padding:.375rem .75rem;font-size:.75rem;transition:background-color .2s,transform .1s,box-shadow .2s}.MyProjectsView-module__AH6ZoW__shareButton:hover{background-color:var(--start-button-primary-hover)}.MyProjectsView-module__AH6ZoW__shareButton:disabled{background-color:var(--start-button-disabled-background);color:var(--start-button-disabled-text);cursor:not-allowed}.MyProjectsView-module__AH6ZoW__remixButton{background-color:var(--start-button-success-background);color:var(--start-button-primary-text);cursor:pointer;border:none;border-radius:6px;padding:.375rem .75rem;font-size:.75rem;transition:background-color .2s,transform .1s,box-shadow .2s}.MyProjectsView-module__AH6ZoW__remixButton:hover{background-color:var(--start-button-success-hover)}.MyProjectsView-module__AH6ZoW__remixButton:disabled{background-color:var(--start-button-disabled-background);color:var(--start-button-disabled-text);cursor:not-allowed}.MyProjectsView-module__AH6ZoW__deleteButton{background-color:var(--start-button-danger-background);color:var(--start-button-primary-text);cursor:pointer;border:none;border-radius:6px;padding:.375rem .75rem;font-size:.75rem;transition:background-color .2s,transform .1s,box-shadow .2s}.MyProjectsView-module__AH6ZoW__deleteButton:hover{background-color:var(--start-button-danger-hover)}.MyProjectsView-module__AH6ZoW__deleteButton:disabled{background-color:var(--start-button-disabled-background);color:var(--start-button-disabled-text);cursor:not-allowed}.MyProjectsView-module__AH6ZoW__pagination{justify-content:center;align-items:center;gap:.5rem;margin-top:1.5rem;padding:1rem 0;display:flex}@media (max-width:768px){.MyProjectsView-module__AH6ZoW__projectTable{box-shadow:none;border:none}.MyProjectsView-module__AH6ZoW__projectTableHeader{display:none}.MyProjectsView-module__AH6ZoW__projectRow{border:1px solid var(--start-table-border);background:var(--start-table-background);box-shadow:var(--start-surface-shadow);border-radius:12px;margin-bottom:1rem;display:block}.MyProjectsView-module__AH6ZoW__projectRow:hover{background-color:var(--start-table-background)}.MyProjectsView-module__AH6ZoW__projectCell{border-right:none;border-bottom:1px solid var(--start-table-row-divider);padding:.75rem 1rem;display:block}.MyProjectsView-module__AH6ZoW__projectCell:last-child{border-bottom:none;padding-top:1rem}.MyProjectsView-module__AH6ZoW__projectCell:first-child:before{content:"Project: ";color:var(--start-muted-text);margin-bottom:.25rem;font-weight:600;display:block}.MyProjectsView-module__AH6ZoW__projectCell:nth-child(2):before{content:"Status: ";color:var(--start-muted-text);margin-bottom:.25rem;font-weight:600;display:block}.MyProjectsView-module__AH6ZoW__projectCell:nth-child(3):before{content:"Created: ";color:var(--start-muted-text);margin-bottom:.25rem;font-weight:600;display:block}.MyProjectsView-module__AH6ZoW__projectCell:last-child{flex-wrap:wrap;gap:.5rem;display:flex}.MyProjectsView-module__AH6ZoW__shareButton,.MyProjectsView-module__AH6ZoW__remixButton,.MyProjectsView-module__AH6ZoW__deleteButton{flex:1;min-width:80px;margin-right:0;padding:.5rem;font-size:.875rem}.MyProjectsView-module__AH6ZoW__pagination{--pagination-input-width:3.25rem;flex-wrap:wrap;gap:.35rem}}
.PaginationControls-module__Ti791G__container{--pagination-nav-bg:var(--start-button-primary-background,#007bff);--pagination-nav-hover-bg:var(--start-button-primary-hover,#0056b3);--pagination-nav-disabled-bg:var(--start-button-disabled-background,#ccc);--pagination-nav-disabled-color:var(--start-button-disabled-text,#6c757d);--pagination-nav-color:var(--start-button-primary-text,#fff);--pagination-page-bg:var(--start-pagination-background,#f8f9fa);--pagination-page-color:var(--start-pagination-text,#007bff);--pagination-page-border:var(--start-pagination-border,#ddd);--pagination-page-hover-bg:var(--start-pagination-hover-background,#e9ecef);--pagination-page-active-bg:var(--start-pagination-active-background,#007bff);--pagination-page-active-color:var(--start-pagination-active-text,#fff);--pagination-page-active-border:var(--start-pagination-active-background,#007bff);--pagination-go-bg:var(--start-button-secondary-background,#17a2b8);--pagination-go-hover-bg:var(--start-button-secondary-hover,#138496);--pagination-go-color:var(--start-button-primary-text,#fff);--pagination-ellipsis-color:var(--start-muted-text,#6c757d);--pagination-summary-color:var(--start-muted-text,#6c757d);--pagination-input-border:var(--start-input-border,#ced4da);--pagination-input-focus-border:var(--start-input-focus-border,#adb5bd);--pagination-input-width:4rem;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;display:flex}.PaginationControls-module__Ti791G__navButton{background-color:var(--pagination-nav-bg);color:var(--pagination-nav-color);cursor:pointer;border:none;border-radius:4px;padding:.5rem .85rem;font-size:.875rem;transition:background-color .2s}.PaginationControls-module__Ti791G__navButton:hover:not(:disabled){background-color:var(--pagination-nav-hover-bg)}.PaginationControls-module__Ti791G__navButton:disabled{background-color:var(--pagination-nav-disabled-bg);color:var(--pagination-nav-disabled-color);cursor:not-allowed}.PaginationControls-module__Ti791G__pages{align-items:center;gap:.25rem;display:flex}.PaginationControls-module__Ti791G__pageButton{background-color:var(--pagination-page-bg);color:var(--pagination-page-color);border:1px solid var(--pagination-page-border);cursor:pointer;border-radius:4px;padding:.5rem .75rem;font-size:.875rem;transition:all .2s}.PaginationControls-module__Ti791G__pageButton:hover{background-color:var(--pagination-page-hover-bg)}.PaginationControls-module__Ti791G__activePage{background-color:var(--pagination-page-active-bg);color:var(--pagination-page-active-color);border-color:var(--pagination-page-active-border)}.PaginationControls-module__Ti791G__goToPageForm{align-items:center;gap:.35rem;font-size:.875rem;display:flex}.PaginationControls-module__Ti791G__goToLabel{color:var(--pagination-summary-color);align-items:center;gap:.35rem;display:flex}.PaginationControls-module__Ti791G__goToInput{width:var(--pagination-input-width);border:1px solid var(--pagination-input-border);border-radius:4px;padding:.35rem .5rem;font-size:.875rem}.PaginationControls-module__Ti791G__goToInput:focus{border-color:var(--pagination-input-focus-border);outline:none}.PaginationControls-module__Ti791G__goToSubmit{background-color:var(--pagination-go-bg);color:var(--pagination-go-color);cursor:pointer;border:none;border-radius:4px;padding:.45rem .85rem;font-size:.875rem;transition:background-color .2s}.PaginationControls-module__Ti791G__goToSubmit:hover{background-color:var(--pagination-go-hover-bg)}.PaginationControls-module__Ti791G__ellipsis{color:var(--pagination-ellipsis-color);padding:0 .35rem;font-size:1rem}.PaginationControls-module__Ti791G__summary{color:var(--pagination-summary-color);font-size:.75rem}@media (max-width:768px){.PaginationControls-module__Ti791G__container{gap:.35rem}.PaginationControls-module__Ti791G__navButton,.PaginationControls-module__Ti791G__pageButton,.PaginationControls-module__Ti791G__goToSubmit{padding:.4rem .65rem;font-size:.75rem}.PaginationControls-module__Ti791G__goToInput{width:3.25rem;padding:.3rem .4rem}.PaginationControls-module__Ti791G__summary{text-align:center;width:100%}}
.ShareProjectModal-module__9iaKia__overlay{z-index:1000;background-color:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ShareProjectModal-module__9iaKia__modal{background:#fff;border-radius:8px;width:90%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 4px 6px #0000001a}.ShareProjectModal-module__9iaKia__header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.ShareProjectModal-module__9iaKia__header h2{color:#111827;margin:0;font-size:1.25rem;font-weight:600}.ShareProjectModal-module__9iaKia__closeButton{cursor:pointer;color:#6b7280;background:0 0;border:none;justify-content:center;align-items:center;width:24px;height:24px;padding:0;font-size:1.5rem;display:flex}.ShareProjectModal-module__9iaKia__closeButton:hover{color:#374151}.ShareProjectModal-module__9iaKia__modalCloseButton{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:4px;min-width:120px;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;transition:all .2s}.ShareProjectModal-module__9iaKia__modalCloseButton:hover{background-color:#f3f4f6;transform:translateY(-1px)}.ShareProjectModal-module__9iaKia__content{color:#333;padding:1.5rem}.ShareProjectModal-module__9iaKia__description{color:#6b7280;margin:1rem 0;line-height:1.5}.ShareProjectModal-module__9iaKia__error{color:#dc2626;background-color:#fef2f2;border:1px solid #fecaca;border-radius:4px;margin:1rem 0;padding:.75rem;font-size:.875rem}.ShareProjectModal-module__9iaKia__buttons{justify-content:flex-end;gap:.75rem;margin-top:1.5rem;display:flex}.ShareProjectModal-module__9iaKia__cancelButton{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:4px;padding:.5rem 1rem;font-size:.875rem;font-weight:500}.ShareProjectModal-module__9iaKia__cancelButton:hover{background-color:#f9fafb}.ShareProjectModal-module__9iaKia__shareButton{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:4px;padding:.5rem 1rem;font-size:.875rem;font-weight:500}.ShareProjectModal-module__9iaKia__shareButton:hover{background-color:#2563eb}.ShareProjectModal-module__9iaKia__doneButton{color:#fff;cursor:pointer;background:#10b981;border:none;border-radius:4px;padding:.5rem 1rem;font-size:.875rem;font-weight:500}.ShareProjectModal-module__9iaKia__doneButton:hover{background-color:#059669}.ShareProjectModal-module__9iaKia__progressContainer{text-align:center}.ShareProjectModal-module__9iaKia__progressBar{background-color:#e5e7eb;border-radius:4px;width:100%;height:8px;margin:1rem 0;overflow:hidden}.ShareProjectModal-module__9iaKia__progressFill{background-color:#3b82f6;height:100%;transition:width .3s}.ShareProjectModal-module__9iaKia__progressText{color:#6b7280;margin:0;font-size:.875rem}.ShareProjectModal-module__9iaKia__successContainer{text-align:center}.ShareProjectModal-module__9iaKia__successContainer h3{color:#10b981;margin:0 0 1rem;font-size:1.125rem}.ShareProjectModal-module__9iaKia__urlDisplayContainer{margin:1rem 0}.ShareProjectModal-module__9iaKia__urlInput{color:#333;text-align:center;background-color:#f9fafb;border:1px solid #d1d5db;border-radius:4px;width:100%;padding:.75rem;font-family:monospace;font-size:.875rem}.ShareProjectModal-module__9iaKia__urlInput::selection{color:#f9fafb;background-color:#333}.ShareProjectModal-module__9iaKia__copyLinkButton{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:4px;min-width:120px;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;transition:all .2s}.ShareProjectModal-module__9iaKia__copyLinkButton:hover:not(:disabled){background-color:#2563eb;transform:translateY(-1px)}.ShareProjectModal-module__9iaKia__copyLinkButton:disabled{opacity:.7;cursor:not-allowed;transform:none}.ShareProjectModal-module__9iaKia__copySuccessButton{background:#10b981!important}.ShareProjectModal-module__9iaKia__copySuccessButton:hover:not(:disabled){background:#059669!important}.ShareProjectModal-module__9iaKia__copyNotification{color:#065f46;text-align:center;background-color:#d1fae5;border:1px solid #a7f3d0;border-radius:4px;margin:1rem 0;padding:.75rem;font-size:.875rem;font-weight:500;animation:.3s ease-out ShareProjectModal-module__9iaKia__slideIn}.ShareProjectModal-module__9iaKia__copyError{color:#dc2626;text-align:center;background-color:#fef2f2;border:1px solid #fecaca;border-radius:4px;margin:1rem 0;padding:.75rem;font-size:.875rem;font-weight:500}@keyframes ShareProjectModal-module__9iaKia__slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.ShareProjectModal-module__9iaKia__note{color:#6b7280;margin:.5rem 0 0;font-size:.875rem}
/*# sourceMappingURL=18a57e9ff6c6b79b.css.map*/