.projects-page{min-height:100%;background:var(--panel-2);padding:32px 20px 64px}.projects-container{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:20px}.projects-heading h1{margin:0;font-size:26px;font-weight:700;color:var(--text);letter-spacing:-.01em}.projects-heading p{margin:4px 0 0;color:var(--muted);font-size:14px}.projects-stats{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.projects-stat-card{display:flex;align-items:center;gap:14px;background:var(--panel);border:1px solid var(--line);border-radius:14px;padding:18px}.projects-stat-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:11px;flex:none}.projects-stat-icon.is-blue{background:var(--accent-soft);color:var(--accent)}.projects-stat-icon.is-amber{background:rgba(245,158,11,.16);color:#b45309}html[data-theme=dark] .projects-stat-icon.is-amber{color:#fbbf24}.projects-stat-copy{display:flex;flex-direction:column;gap:2px;min-width:0}.projects-stat-label{color:var(--muted);font-size:13px}.projects-stat-value{color:var(--text);font-size:24px;font-weight:700;line-height:1.1}.projects-stat-value.is-small{font-size:15px;font-weight:600}.projects-all-card{background:var(--panel);border:1px solid var(--line);border-radius:16px;padding:20px}.projects-all-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:18px}.projects-all-head-copy h2{margin:0;font-size:18px;font-weight:700;color:var(--text)}.projects-all-head-copy p{margin:2px 0 0;color:var(--muted);font-size:13px}.projects-count-pill{flex:none;background:var(--panel-2);border:1px solid var(--line);color:var(--muted);font-size:12px;font-weight:600;border-radius:999px;padding:5px 12px;white-space:nowrap}.projects-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.project-card{display:flex;flex-direction:column;gap:12px;background:var(--panel);border:1px solid var(--line);border-radius:14px;padding:18px}.project-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.project-card-title{display:flex;flex-direction:column;gap:3px;min-width:0}.project-card-name{font-size:16px;font-weight:700;color:var(--text)}.project-card-id{font-size:12px;color:var(--muted);word-break:break-all}.project-card-status{flex:none;display:inline-flex;align-items:center;gap:5px;background:rgba(16,185,129,.14);color:#047857;font-size:12px;font-weight:600;border-radius:999px;padding:4px 10px}.project-card-status:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}html[data-theme=dark] .project-card-status{color:#34d399}.project-card-desc{margin:0;color:var(--muted);font-size:13px;line-height:1.4}.project-card-meta{margin:0;display:flex;flex-direction:column;gap:8px}.project-card-meta-row{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:13px}.project-card-meta-row dt{display:inline-flex;align-items:center;gap:6px;color:var(--muted)}.project-card-meta-row dd{margin:0;color:var(--text);font-weight:600;text-align:right;word-break:break-all}.project-card-open{margin-top:4px;display:inline-flex;align-items:center;justify-content:center;gap:7px;width:100%;background:var(--accent);color:#ffffff;border:none;border-radius:10px;padding:10px 14px;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s ease}.project-card-open:hover{background:#087f54}.projects-footer{text-align:center;color:var(--muted);font-size:12px;padding-top:4px}@media (max-width:640px){.projects-grid,.projects-stats{grid-template-columns:1fr}}