:root { font-family: Inter, ui-sans-serif, system-ui, sans-serif; color: #1d2433; background: #f5f7fb; }
* { box-sizing: border-box; } body { margin: 0; } button, input, select { font: inherit; }
.topbar { height: 64px; display: flex; align-items: center; justify-content: space-between; padding: 0 28px; background: #fff; border-bottom: 1px solid #e5e9f2; }
.topbar strong { font-size: 18px; } .muted { color: #8993a7; font-size: 13px; } .status { color: #2d9d68; font-size: 13px; }
.layout { display: grid; grid-template-columns: 280px 1fr; min-height: calc(100vh - 64px); } .sidebar { padding: 24px 18px; background: #fbfcfe; border-right: 1px solid #e5e9f2; }
h2 { margin: 0 0 16px; font-size: 17px; } h3 { margin: 0 0 10px; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; color: #8993a7; }
.inline-form, .row-form { display: flex; gap: 8px; margin-bottom: 18px; } input, select { width: 100%; padding: 11px 12px; border: 1px solid #dce2ee; border-radius: 9px; background: #fff; outline: none; } input:focus, select:focus { border-color: #6d7df6; }
button { border: 0; border-radius: 9px; padding: 10px 14px; background: #5c6cf2; color: #fff; cursor: pointer; } button:hover { background: #4656dc; } .inline-form button { width: 42px; font-size: 20px; padding: 0; }
.ghost { color: #536078; background: #eef1f7; } .project-list { display: grid; gap: 4px; } .project { padding: 11px 12px; border-radius: 9px; cursor: pointer; display: flex; justify-content: space-between; } .project:hover, .project.active { background: #e9ecff; color: #4050d6; }
.panel { margin-top: 28px; padding: 14px; background: #f0f3f9; border-radius: 10px; } .content { max-width: 980px; width: 100%; padding: 42px 48px; } .content-head { display: flex; justify-content: space-between; align-items: start; margin-bottom: 28px; }
.eyebrow { color: #8993a7; font-size: 11px; letter-spacing: .13em; margin-bottom: 8px; } h1 { margin: 0; font-size: 30px; } .empty { padding: 60px 24px; background: #fff; border: 1px dashed #cfd6e5; border-radius: 14px; color: #8993a7; text-align: center; }
.row-form { max-width: 720px; } .row-form button { white-space: nowrap; } .task-area { margin-top: 34px; } .section { margin: 24px 0; } .section h3 { color: #536078; text-transform: none; letter-spacing: 0; font-size: 15px; }
.task { display: flex; align-items: center; gap: 12px; padding: 13px 14px; background: #fff; border: 1px solid #e7eaf2; border-radius: 10px; margin: 7px 0; } .task.done .task-title { text-decoration: line-through; color: #9aa3b4; } .task input { width: 18px; height: 18px; } .task-title { flex: 1; } .badge { color: #7e8aa1; font-size: 12px; }
@media (max-width: 720px) { .layout { grid-template-columns: 1fr; } .sidebar { border-right: 0; border-bottom: 1px solid #e5e9f2; } .content { padding: 28px 18px; } }
.login-panel { min-height: calc(100vh - 64px); display: grid; place-items: center; padding: 24px; } .login-card { width: min(390px, 100%); display: grid; gap: 12px; padding: 28px; background: #fff; border: 1px solid #e5e9f2; border-radius: 14px; box-shadow: 0 12px 40px rgba(39, 52, 86, .08); } .login-card h1 { margin: 0 0 12px; font-size: 24px; } .error { min-height: 18px; color: #c34e5c; font-size: 13px; }
