:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--danger:#d1242f;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--danger:#ff6b6b;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}}#root{flex-direction:column;min-height:100svh;display:flex}body{margin:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px;line-height:115%}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}.auth-screen{box-sizing:border-box;justify-content:center;align-items:center;min-height:100svh;padding:24px;display:flex}.auth-card{text-align:center;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:360px;display:flex}.btn{font:inherit;border:1px solid var(--border);cursor:pointer;border-radius:6px;padding:10px 20px;font-size:16px;transition:box-shadow .2s}.btn:hover{box-shadow:var(--shadow)}.btn:disabled{opacity:.6;cursor:default}.btn-primary{color:var(--text-h);background:var(--bg)}.btn-secondary{color:var(--text);background:0 0}.auth-error{color:var(--danger);font-size:14px}.auth-divider{color:var(--text);font-size:14px}.auth-form{text-align:left;flex-direction:column;gap:8px;width:100%;display:flex}.auth-label{color:var(--text);font-size:14px}.auth-input{font:inherit;border:1px solid var(--border);background:var(--bg);color:var(--text-h);box-sizing:border-box;border-radius:6px;padding:10px 12px;font-size:16px}.auth-input:focus-visible{outline:2px solid var(--text-h);outline-offset:1px}.app-screen{box-sizing:border-box;flex-direction:column;align-items:center;gap:24px;min-height:100svh;padding:24px;display:flex}.app-header{justify-content:space-between;align-items:center;gap:16px;width:100%;max-width:480px;display:flex}.app-header h1{margin:0;font-size:24px}.app-header div{color:var(--text);align-items:center;gap:12px;font-size:14px;display:flex}.desktop-only{flex-direction:column;align-items:center;gap:24px;width:100%;display:flex}@media (width<=640px){.desktop-only{display:none}}.project-form-card{text-align:left;flex-direction:column;gap:16px;width:100%;max-width:480px;display:flex}.form-field{flex-direction:column;gap:4px;display:flex}textarea.auth-input{resize:vertical;font-family:inherit}.dashboard{text-align:left;flex-direction:column;gap:12px;width:100%;max-width:480px;display:flex}.dashboard-empty{color:var(--text)}.dashboard-items{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.dashboard-item{border:1px solid var(--border);width:100%;font:inherit;text-align:left;background:var(--bg);color:inherit;cursor:pointer;border-radius:6px;flex-direction:column;gap:4px;padding:12px;display:flex}.dashboard-item:hover{box-shadow:var(--shadow)}.dashboard-item:focus-visible{outline:2px solid var(--text-h);outline-offset:1px}.project-detail{text-align:left;flex-direction:column;gap:16px;width:100%;max-width:480px;display:flex}.phase-tree{flex-direction:column;gap:16px;display:flex}.phase-block{border:1px solid var(--border);border-radius:6px;padding:12px}.phase-block h3{margin:0 0 8px;font-size:16px}.sub-phase-block{border-left:2px solid var(--border);margin:12px 0 0 12px;padding-left:12px}.sub-phase-block h4{margin:0 0 4px;font-size:14px}.status-badge{color:var(--text);border:1px solid var(--border);border-radius:4px;padding:1px 6px;font-size:12px;font-weight:400}.phase-notes{color:var(--text);margin:4px 0;font-size:13px}.step-list{flex-direction:column;gap:6px;margin:8px 0 0;padding:0;list-style:none;display:flex}.step-item{font-size:14px}.detail-block{flex-direction:column;gap:8px;display:flex}.detail-block h3{margin:0;font-size:16px}.entry-list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.entry-item{border:1px solid var(--border);border-radius:6px;padding:12px}.entry-item-superseded{border-left:3px solid var(--text)}.entry-header{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:4px;display:flex}.entry-title{font-weight:600}.entry-date{color:var(--text);margin-left:auto;font-size:12px}.dashboard-item-name{font-weight:600}.dashboard-item-klant,.dashboard-item-fase,.dashboard-item-progress,.dashboard-item-sync,.dashboard-item-empty{color:var(--text);font-size:14px}.project-list{text-align:left;flex-direction:column;gap:12px;width:100%;max-width:480px;display:flex}.project-list-items{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.project-list-item{border:1px solid var(--border);border-radius:6px;flex-direction:column;gap:8px;padding:12px;display:flex}.project-list-name{font-weight:600}.project-list-sync{border-top:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:8px;padding-top:4px;display:flex}.project-list-sync-status{color:var(--text);font-size:14px}.project-list-edit{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.project-list-repo{color:var(--text);word-break:break-all;font-size:14px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
