:root{--color-bg:#f8fafc;--color-surface:#fff;--color-text:#0f172a;--color-muted:#64748b;--color-primary:#1a73e8;--color-ok:#16a34a;--color-warning:#d97706;--color-danger:#dc2626;--color-na:#94a3b8;color:var(--color-text);background:var(--color-bg);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;-webkit-font-smoothing:antialiased;font:16px/1.5 system-ui,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}body{min-height:100dvh;margin:0}#root{min-height:100dvh}h1{margin:0 0 .5rem;font-size:1.5rem}h2{margin:0 0 .5rem;font-size:1.15rem}p{margin:0 0 .75rem}button{font:inherit}a{color:var(--color-primary)}.page-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.page-header-actions{flex-wrap:wrap;gap:.5rem;display:flex}.toolbar{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.toolbar input[type=text],.toolbar select{border:1px solid #cbd5e1;border-radius:.5rem;min-height:2.75rem;padding:0 .75rem;font-size:.9rem}button{cursor:pointer}.button-primary,.button-secondary,.button-danger{border:1px solid #0000;border-radius:.5rem;min-height:2.75rem;padding:0 1.1rem;font-size:.9rem;font-weight:600}.button-primary{color:#fff;background:#1a73e8}.button-secondary{color:#334155;background:#fff;border-color:#cbd5e1}.button-danger{color:#fff;background:#dc2626}.button-primary:disabled,.button-secondary:disabled,.button-danger:disabled{opacity:.5}.link-button{color:#1a73e8;background:0 0;border:none;padding:.25rem 0;font-size:.85rem}.form-group{flex-direction:column;gap:.35rem;margin-bottom:1rem;display:flex}.form-group label{color:#334155;font-size:.85rem;font-weight:600}.form-group input[type=text],.form-group input[type=email],.form-group input[type=date],.form-group select,.form-group textarea{border:1px solid #cbd5e1;border-radius:.5rem;min-height:2.75rem;padding:0 .75rem;font-family:inherit;font-size:.95rem}.form-group textarea{min-height:5rem;padding:.5rem .75rem}.checkbox-group{flex-direction:column;gap:.5rem;display:flex}.checkbox-group label{align-items:center;gap:.5rem;font-weight:400;display:flex}.form-error{color:#dc2626;font-size:.85rem}.form-actions{justify-content:flex-end;gap:.5rem;margin-top:1.25rem;display:flex}.card-list{flex-direction:column;gap:.75rem;display:flex}.record-card{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:1rem}.record-card-header{justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.5rem;display:flex}.record-card-title{font-weight:600}.record-card-subtitle{color:#64748b;font-size:.85rem}.record-card-meta{color:#64748b;flex-wrap:wrap;gap:.5rem 1rem;margin-top:.5rem;font-size:.8rem;display:flex}.record-card-actions{flex-wrap:wrap;gap:.5rem;margin-top:.75rem;display:flex}table.data-table{border-collapse:collapse;width:100%;font-size:.9rem}.data-table th,.data-table td{text-align:left;border-bottom:1px solid #e2e8f0;padding:.6rem .75rem}.empty-state{text-align:center;color:#64748b;padding:2rem 1rem}.app-shell{flex-direction:column;min-height:100dvh;display:flex}.app-header{z-index:10;color:#fff;background:#0f172a;justify-content:space-between;align-items:center;min-height:3.5rem;padding:0 1rem;display:flex;position:sticky;top:0}.app-title{font-size:1.05rem;font-weight:700}.app-header-user{align-items:center;gap:.75rem;font-size:.85rem;display:flex}.app-header-user-name{display:none}.logout-button{color:#fff;background:0 0;border:1px solid #fff6;border-radius:.375rem;min-height:2.25rem;padding:.4rem .75rem}.app-nav-desktop{display:none}.app-content{flex:1;padding:1rem 1rem 5rem}.app-nav-mobile{z-index:10;background:#fff;border-top:1px solid #e2e8f0;grid-template-columns:repeat(5,1fr);display:grid;position:fixed;bottom:0;left:0;right:0}.app-nav-mobile a,.app-nav-mobile button,.app-nav-mobile .nav-disabled{color:#475569;background:0 0;border:none;justify-content:center;align-items:center;min-height:3.25rem;font-family:inherit;font-size:.75rem;text-decoration:none;display:flex}.app-nav-mobile a.active,.app-nav-mobile button.active{color:#1a73e8;font-weight:600}.more-sheet-backdrop{z-index:20;background:#0f172a80;position:fixed;inset:0}.more-sheet{background:#fff;border-radius:1rem 1rem 0 0;flex-direction:column;padding:.5rem;display:flex;position:fixed;bottom:3.25rem;left:0;right:0}.more-sheet a,.more-sheet .nav-disabled{color:#1e293b;border-bottom:1px solid #f1f5f9;padding:.9rem 1rem;text-decoration:none}.nav-disabled{color:#cbd5e1!important}@media (width>=768px){.app-header-user-name{display:inline}.app-nav-mobile{display:none}.app-nav-desktop{background:#f8fafc;border-bottom:1px solid #e2e8f0;gap:1.25rem;padding:.75rem 1.5rem;display:flex}.app-nav-desktop a,.app-nav-desktop .nav-disabled{color:#334155;padding-bottom:.25rem;font-size:.9rem;text-decoration:none}.app-nav-desktop a.active{color:#1a73e8;border-bottom:2px solid #1a73e8;font-weight:600}.app-content{padding:1.5rem}}.modal-backdrop{z-index:200;background:#0f172a80;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.modal-panel{background:#fff;border-radius:1rem 1rem 0 0;width:100%;max-width:32rem;max-height:90dvh;padding:1.25rem;overflow-y:auto}.modal-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.modal-header h2{margin:0}.modal-close{color:#64748b;background:0 0;border:none;min-width:2.5rem;min-height:2.5rem;font-size:1.5rem;line-height:1}@media (width>=768px){.modal-backdrop{align-items:center}.modal-panel{border-radius:1rem}}.pagination{color:#475569;justify-content:center;align-items:center;gap:1rem;padding:1rem 0;font-size:.85rem;display:flex}.pagination button{background:#fff;border:1px solid #cbd5e1;border-radius:.5rem;min-height:2.5rem;padding:0 1rem}.pagination button:disabled{opacity:.4}.status-badge{white-space:nowrap;border-radius:999px;padding:.15rem .6rem;font-size:.75rem;font-weight:600;display:inline-block}.status-badge-green{color:#166534;background:#dcfce7}.status-badge-amber{color:#92400e;background:#fef3c7}.status-badge-red{color:#991b1b;background:#fee2e2}.status-badge-grey{color:#475569;background:#f1f5f9}.toast-stack{z-index:100;flex-direction:column;align-items:center;gap:.5rem;display:flex;position:fixed;bottom:5rem;left:1rem;right:1rem}.toast{color:#fff;border-radius:.5rem;width:100%;max-width:28rem;padding:.75rem 1rem;font-size:.9rem;box-shadow:0 4px 12px #00000026}.toast-success{background:#16a34a}.toast-error{background:#dc2626}@media (width>=768px){.toast-stack{align-items:flex-end;bottom:1.5rem;left:auto;right:1.5rem}}.markdown-editor-header{justify-content:space-between;align-items:center;display:flex}.markdown-preview{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;min-height:4rem;padding:.5rem .75rem;font-size:.95rem}.markdown-preview :first-child{margin-top:0}.markdown-preview :last-child{margin-bottom:0}.checklist-item-card{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;margin-bottom:1rem;padding:1rem}.checklist-item-card-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;font-weight:600;display:flex}.login-page{background:var(--color-bg,#0f172a);justify-content:center;align-items:center;min-height:100dvh;padding:1.5rem;display:flex}.login-card{background:var(--color-surface,#fff);text-align:center;border-radius:.75rem;width:100%;max-width:24rem;padding:2rem 1.5rem;box-shadow:0 10px 30px #00000040}.login-card h1{margin-bottom:.5rem;font-size:1.375rem}.login-subtitle{color:#64748b;margin-bottom:1.5rem}.login-error{color:#b91c1c;background:#fee2e2;border-radius:.5rem;margin-bottom:1.25rem;padding:.75rem;font-size:.9rem}.google-signin-button{color:#fff;background:#1a73e8;border-radius:.5rem;justify-content:center;align-items:center;width:100%;min-height:3rem;font-weight:600;text-decoration:none;display:inline-flex}.google-signin-button:active{opacity:.85}.centered-status{justify-content:center;align-items:center;min-height:100dvh;display:flex}
