.projects-page.page-content{min-width:0;max-width:100%;padding:32px}.projects-section{position:relative;padding-top:26px}.projects-section>.segment-debug-badge{top:0;left:0}.projects-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;gap:16px}.projects-header h2{margin:0;font-size:24px;font-weight:550;color:var(--color-text);letter-spacing:var(--letter-spacing-tight)}.projects-create{display:inline-flex;align-items:center;justify-content:center;width:145px;height:37px;padding:8px 16px;border:none;border-radius:8px;background:#2186ce;color:#fff;font-size:14px;font-weight:500;line-height:1.2;white-space:nowrap;flex-shrink:0;cursor:pointer}.projects-create:hover{background:var(--color-primary-hover)}.projects-toolbar{display:flex;align-items:center;gap:10px;margin-bottom:12px}.projects-search{display:flex;align-items:center;gap:8px;width:420px;height:44px;padding:0 12px;background:var(--color-surface);border-radius:12px;border:1px solid rgba(255,255,255,.15);box-sizing:border-box;flex-shrink:0}.projects-search__icon{flex-shrink:0;color:var(--color-text-secondary)}.projects-search__input{flex:1;min-width:0;height:100%;border:0;background:transparent;color:var(--color-text);font-size:14px;outline:none;box-shadow:none}.projects-search__input::placeholder{color:var(--color-text-secondary)}.projects-search__input:focus{outline:none;box-shadow:none}.projects-filter-toggle{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:var(--color-surface);border:1px solid rgba(255,255,255,.15);color:var(--color-text);flex-shrink:0;cursor:pointer}.projects-filter-toggle:hover{background:var(--color-secondary)}.projects-chip{display:inline-flex;align-items:center;justify-content:center;width:113px;height:40px;padding:0 12px;border:none;border-radius:999px;background:#f5f6f8;color:#3b3f45;font-size:12px;font-weight:600;white-space:nowrap;flex-shrink:0;cursor:pointer}.projects-grid{display:grid;grid-template-columns:1fr;gap:20px}.project-card{display:flex;flex-direction:column;height:227px;padding:20px;border-radius:12px;background:var(--color-surface);border:1px solid rgba(255,255,255,.1);border-left:4px solid var(--project-color);box-sizing:border-box;color:inherit;text-decoration:none;min-width:0;transition:border-color var(--duration-fast) var(--ease-standard),box-shadow var(--duration-fast) var(--ease-standard)}.project-card:hover{box-shadow:var(--shadow-md);border-color:var(--color-primary);border-left-color:var(--project-color)}.project-card[hidden]{display:none}.project-card__header{display:flex;align-items:flex-start;gap:12px;min-width:0}.project-card__avatar{width:40px;height:40px;border-radius:50%;background:var(--project-color);color:#fff;font-size:13px;font-weight:550;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;letter-spacing:.02em}.project-card__avatar--on-light{color:#1a1d24}.project-card__title-wrap{min-width:0;flex:1;display:flex;flex-direction:column;gap:4px}.project-card__title-wrap h3{margin:0;font-size:16px;font-weight:550;color:var(--color-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-card__stats{font-size:12px;color:var(--color-text-secondary)}.project-card__desc{flex:1;margin:12px 0 0;font-size:12px;line-height:1.45;color:var(--color-text-secondary);display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.project-card__owner{display:flex;align-items:center;gap:8px;margin-top:12px;min-width:0}.project-card__owner-avatar{width:32px;height:32px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;font-size:11px;font-weight:500;color:#fff}.project-card__owner-name{min-width:0;flex:1;font-size:12px;color:var(--color-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.project-card__status{display:inline-flex;align-self:flex-start;margin-top:auto;padding:4px 8px;border-radius:6px;background:#22c55e26;color:#22c55e;font-size:11px;font-weight:500;white-space:nowrap;flex-shrink:0}.projects-empty{margin:32px 0 0;padding:32px;text-align:center;font-size:14px;color:var(--color-text-secondary)}@media(min-width:769px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1100px){.projects-grid{grid-template-columns:repeat(3,1fr)}.project-card{min-height:227px}}@media(max-width:768px){.projects-page.page-content{padding:8px 0 0}.projects-header{flex-direction:column;align-items:stretch;gap:12px}.projects-header h2{font-size:20px}.projects-create{width:100%}.projects-toolbar{flex-wrap:wrap}.projects-search{width:100%;flex:1 1 100%}.project-card{width:100%;height:auto;min-height:227px}}
