.project-card{cursor:pointer;background:#242424;border:1px solid #333;border-radius:14px;flex-direction:column;gap:10px;padding:1.25rem;transition:border-color .2s;display:flex}.project-card:hover{border-color:#555}.card-header{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.card-title{font-size:16px;font-weight:600;line-height:1.3}.card-client{color:#888;font-size:13px}.badge{white-space:nowrap;border-radius:20px;padding:4px 10px;font-size:11px;font-weight:500}.badge-active{color:#4ade80;background:#166534}.badge-planning{color:#60a5fa;background:#1e3a5f}.badge-hold{color:#fbbf24;background:#6b3a00}.badge-done{color:#888;background:#2a2a2a}.card-budget{color:#888;justify-content:space-between;font-size:13px;display:flex}.budget-label{color:#888;font-size:13px}.budget-value{color:#fff;font-weight:500}.over-budget-label{color:#e24b4a;text-transform:uppercase;letter-spacing:.05em;background:#e24b4a26;border-radius:4px;margin-right:.5rem;padding:.2rem .5rem;font-size:.7rem;font-weight:600;display:inline-block}.progress-track{background:#333;border-radius:4px;width:100%;height:5px}.progress-fill{border-radius:4px;height:5px;transition:width .3s}.card-due{color:#666;font-size:12px}.page{max-width:900px;margin:0 auto;padding:2rem 1.5rem}.page-header{justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;display:flex}h1{font-size:28px;font-weight:600}.page-subtitle{color:#888;margin-top:4px;font-size:13px}.new-project-btn{color:#fff;cursor:pointer;background:0 0;border:1px solid #555;border-radius:10px;padding:10px 18px;font-size:14px}.new-project-btn:hover{background:#2a2a2a}.stats-row{grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:1.5rem;display:grid}.stat-card{background:#2a2a2a;border:1px solid #333;border-radius:12px;flex-direction:column;gap:6px;padding:1.25rem;display:flex}.stat-value{font-size:26px;font-weight:500}.stat-value.active{color:#4ade80}.search-bar{color:#fff;background:#2a2a2a;border:1px solid #333;border-radius:10px;outline:none;width:100%;margin-bottom:1.5rem;padding:12px 16px;font-size:14px}.search-bar::placeholder{color:#555}.search-bar:focus{border-color:#555}.project-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.state-message{text-align:center;color:#888;padding:3rem;font-size:14px}.state-message.error{color:#f87171}*{box-sizing:border-box;margin:0;padding:0}body{color:#fff;background:#1a1a1a;font-family:sans-serif}.detail-header{justify-content:space-between;align-items:flex-start;margin-bottom:2rem;display:flex}.detail-client{color:#888;margin-top:4px;font-size:14px}.back-btn{color:#888;cursor:pointer;background:0 0;border:1px solid #444;border-radius:8px;margin-bottom:1.5rem;padding:7px 14px;font-size:13px;display:inline-block}.back-btn:hover{color:#fff;border-color:#666}.header-actions{align-items:center;gap:.75rem;display:flex}.delete-btn{color:#e24b4a;cursor:pointer;background:0 0;border:1px solid #e24b4a;border-radius:6px;padding:.5rem 1rem;font-size:.85rem;transition:all .2s}.delete-btn:hover{color:#fff;background:#e24b4a}.stats-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:1rem;display:grid}.stat{background:#2a2a2a;border-radius:10px;flex-direction:column;gap:6px;padding:1rem;display:flex}.stat-label{color:#666;font-size:12px}.stat-val{font-size:22px;font-weight:500}.section{background:#242424;border:1px solid #333;border-radius:14px;margin-bottom:1rem;padding:1.25rem}.section-title{color:#666;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:12px}.timeline-line{background:#333;flex:1;height:1px;margin:0 16px}.timeline-row{justify-content:space-between;align-items:center;display:flex}.timeline-label{color:#666;margin-top:4px;font-size:12px}.comments-section{background:#1a1a1a;border:1px solid #2a2a2a;border-radius:12px;margin-top:1.5rem;padding:1.5rem}.comments-section .section-title{color:#888;letter-spacing:.1em;text-transform:uppercase;margin:0 0 1.25rem;font-size:.75rem}.comments-list{flex-direction:column;display:flex}.comment{border-bottom:1px solid #2a2a2a;gap:.875rem;padding:1rem 0;display:flex}.comment:last-child{border-bottom:none}.comment-avatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.75rem;font-weight:600;display:flex}.comment-content{flex:1}.comment-header{align-items:baseline;gap:.5rem;margin-bottom:.25rem;display:flex}.comment-header strong{color:#fff;font-size:.95rem}.comment-date{color:#666;font-size:.8rem}.comment-body{color:#ccc;margin:0;font-size:.9rem;line-height:1.5}.comment-form{border-top:1px solid #2a2a2a;gap:.75rem;margin-top:1.25rem;padding-top:1.25rem;display:flex}.comment-form input[type=text]{color:#fff;background:#111;border:1px solid #2a2a2a;border-radius:8px;outline:none;flex:1;padding:.75rem 1rem;font-size:.9rem}.comment-form input[type=text]:focus{border-color:#1d9e75}.comment-form input[name=author]{flex:0 0 140px}.comment-form button{color:#fff;cursor:pointer;background:#1d9e75;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:500;transition:opacity .2s}.comment-form button:hover:not(:disabled){opacity:.9}.comment-form button:disabled{opacity:.5;cursor:not-allowed}.comment-header{position:relative}.comment-delete{color:#666;cursor:pointer;background:0 0;border:none;margin-left:auto;padding:0 .5rem;font-size:1.25rem;line-height:1;transition:color .2s}.comment-delete:hover{color:#e24b4a}.new-project-form{flex-direction:column;gap:1.25rem;max-width:600px;margin-top:2rem;display:flex}.new-project-form label{color:#aaa;flex-direction:column;gap:.5rem;font-size:.9rem;display:flex}.new-project-form input,.new-project-form select{color:#fff;background:#1f1f1f;border:1px solid #333;border-radius:8px;outline:none;padding:.75rem 1rem;font-size:1rem;transition:border-color .2s}.new-project-form input:focus,.new-project-form select:focus{border-color:#1d9e75}.form-actions{gap:1rem;margin-top:1rem;display:flex}.form-actions button{cursor:pointer;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;transition:opacity .2s}.form-actions button[type=submit]{color:#fff;background:#1d9e75}.form-actions button[type=button]{color:#aaa;background:0 0;border:1px solid #333}.form-actions button:disabled{opacity:.5;cursor:not-allowed}.form-error{color:#e24b4a;margin-bottom:1rem}
