*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,sans-serif;background:#f1f5f9;color:#0f172a}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem}.auth-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 1px 3px #0000001a;width:100%;max-width:360px;display:flex;flex-direction:column;gap:.5rem}.auth-card label{font-size:.875rem;font-weight:600;margin-top:.5rem}.auth-card input{padding:.6rem .75rem;border:1px solid #cbd5e1;border-radius:8px;font-size:1rem}.auth-card button{margin-top:1rem;padding:.7rem;border:none;border-radius:8px;background:#0f172a;color:#fff;font-size:1rem;cursor:pointer}.auth-card button:disabled{opacity:.6;cursor:not-allowed}.form-error{color:#dc2626;font-size:.875rem;margin:.25rem 0 0}.page-hint{color:#64748b;font-size:.9rem}.app-shell{max-width:960px;margin:0 auto;padding:1.5rem}.app-header-top{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.app-header h1{margin:0 0 .25rem}.overdue-badge{background:#dc2626;color:#fff;font-size:.8rem;font-weight:600;padding:.25rem .6rem;border-radius:999px}.nav{display:flex;flex-direction:column;gap:.5rem;background:#fff;border-radius:12px;padding:1rem;margin:1.5rem 0;box-shadow:0 1px 3px #0000001a}.nav-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.nav-item{display:block;padding:.75rem 1rem;border-radius:8px;background:#f1f5f9;font-weight:500;color:inherit;text-decoration:none}a.nav-item:hover:not(.nav-item-active){background:#e2e8f0}.nav-item-active{background:#0f172a;color:#fff}.nav-item-disabled{color:#94a3b8;cursor:default}.nav-logout{align-self:flex-start;margin-top:.5rem;padding:.5rem 1rem;border:1px solid #cbd5e1;border-radius:8px;background:#fff;cursor:pointer}.app-main{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.task-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.task-item{display:grid;grid-template-columns:2fr 1fr auto auto;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:8px;background:#f8fafc;border-left:4px solid #cbd5e1}.task-item .task-name{font-weight:600;color:#0f172a;text-decoration:none}.task-item .task-name:hover{text-decoration:underline}.task-item .task-board,.task-item .task-due{color:#64748b;font-size:.875rem}.task-status-label{font-size:.75rem;font-weight:600;padding:.2rem .5rem;border-radius:999px;background:#e2e8f0;color:#334155;justify-self:start}.task-status-ueberfaellig{border-left-color:#dc2626;background:#fef2f2}.task-status-ueberfaellig .task-status-label{background:#dc2626;color:#fff}.task-status-heute_faellig{border-left-color:#d97706;background:#fffbeb}.task-status-heute_faellig .task-status-label{background:#d97706;color:#fff}@media (max-width: 640px){.task-item{grid-template-columns:1fr}}.admin-section{margin-bottom:2rem}.admin-section h3{margin-bottom:.5rem}.table-scroll{overflow-x:auto;margin-bottom:1rem}.admin-table{width:100%;border-collapse:collapse;font-size:.9rem}.admin-table th,.admin-table td{text-align:left;padding:.6rem .75rem;border-bottom:1px solid #e2e8f0;vertical-align:top}.admin-table select,.admin-table input[type=text]{padding:.4rem .5rem;border:1px solid #cbd5e1;border-radius:6px}.admin-table button{padding:.4rem .75rem;border:1px solid #cbd5e1;border-radius:6px;background:#f8fafc;cursor:pointer}.admin-table button:disabled{opacity:.5;cursor:not-allowed}.trello-lookup{display:flex;gap:.5rem}.trello-link-info{display:flex;align-items:center;gap:.5rem}.lookup-result{margin-top:.5rem;display:flex;align-items:center;gap:.5rem;font-size:.85rem}.badge{display:inline-block;margin-left:.5rem;padding:.15rem .5rem;border-radius:999px;background:#e2e8f0;color:#334155;font-size:.75rem;font-weight:600}.checklist-grid{display:flex;flex-direction:column;gap:1rem}.checklist-card{border:1px solid #e2e8f0;border-radius:10px;padding:1rem 1.25rem}.checklist-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.checklist-card-header h3{margin:0 0 .25rem;display:inline-block}.checklist-progress-label{font-size:.85rem;color:#64748b;white-space:nowrap}.checklist-progress-row{display:flex;align-items:center;gap:.5rem;margin:.5rem 0 .75rem}.progress-bar{flex:1;height:6px;background:#e2e8f0;border-radius:999px;overflow:hidden}.progress-bar-fill{height:100%;background:#16a34a;transition:width .2s ease}.checklist-reset-button{flex-shrink:0;width:1.75rem;height:1.75rem;border:1px solid #cbd5e1;border-radius:999px;background:#fff;color:#475569;font-size:1rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.checklist-reset-button:hover:not(:disabled){background:#f1f5f9}.checklist-reset-button:disabled{opacity:.4;cursor:not-allowed}.checklist-items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.4rem}.checklist-item label{display:flex;align-items:center;gap:.6rem;cursor:pointer;padding:.3rem 0}.checklist-item input[type=checkbox]{width:1.1rem;height:1.1rem}.checklist-item-done{color:#94a3b8;text-decoration:line-through}.toolbox-category{margin-bottom:1.5rem}.toolbox-category h3{margin-bottom:.5rem}.toolbox-entry-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.toolbox-entry{border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.toolbox-entry-header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:#f8fafc;border:none;font-size:1rem;font-weight:600;cursor:pointer;text-align:left}.toolbox-entry-caret{color:#64748b;font-weight:400}.toolbox-entry-content{padding:.75rem 1rem;border-top:1px solid #e2e8f0}.markdown-body{font-size:.9rem;line-height:1.5}.markdown-body :is(h1,h2,h3,h4){margin:.75rem 0 .4rem}.markdown-body p{margin:.4rem 0}.markdown-body table{border-collapse:collapse;margin:.5rem 0}.markdown-body th,.markdown-body td{border:1px solid #e2e8f0;padding:.4rem .6rem}.markdown-body code{background:#f1f5f9;padding:.1rem .3rem;border-radius:4px;font-size:.85em}.admin-tabs{display:flex;gap:.5rem;margin-bottom:1.5rem;border-bottom:1px solid #e2e8f0}.admin-tab{padding:.6rem 1rem;border:none;background:none;cursor:pointer;font-weight:500;color:#64748b;border-bottom:2px solid transparent}.admin-tab-active{color:#0f172a;border-bottom-color:#0f172a}.admin-form{display:flex;flex-direction:column;gap:.35rem;border:1px solid #e2e8f0;border-radius:10px;padding:1rem;margin:.75rem 0}.admin-form label{font-size:.85rem;font-weight:600;margin-top:.4rem}.admin-form input,.admin-form textarea,.admin-form select{padding:.5rem .6rem;border:1px solid #cbd5e1;border-radius:6px;font-family:inherit;font-size:.9rem}.admin-form-actions{display:flex;gap:.5rem;margin-top:.75rem;flex-wrap:wrap}.visibility-picker{display:flex;flex-direction:column;gap:.35rem;margin-top:.4rem}.visibility-picker select{margin-bottom:.35rem}.checklist-admin-list{list-style:none;margin:1rem 0 0;padding:0;display:flex;flex-direction:column;gap:.75rem}.checklist-admin-card{border:1px solid #e2e8f0;border-radius:10px;padding:1rem}.checklist-admin-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}.checklist-admin-items{margin-top:1rem;padding-top:1rem;border-top:1px solid #e2e8f0}.checklist-admin-items ul{list-style:none;margin:0 0 .75rem;padding:0;display:flex;flex-direction:column;gap:.4rem}.checklist-admin-item{display:flex;align-items:center;gap:.5rem}.checklist-admin-item-order{display:flex;flex-direction:column;gap:.1rem}.checklist-admin-item-order button{padding:.1rem .4rem;line-height:1}.checklist-admin-item input[type=text]{flex:1;padding:.4rem .6rem;border:1px solid #cbd5e1;border-radius:6px}.checklist-admin-add-item{display:flex;gap:.5rem}.checklist-admin-add-item input{flex:1;padding:.4rem .6rem;border:1px solid #cbd5e1;border-radius:6px}.toolbox-content-header{display:flex;justify-content:space-between;align-items:center}.toolbox-preview{border:1px solid #e2e8f0;border-radius:6px;padding:.75rem;min-height:8rem}.hours-current-month{display:flex;align-items:baseline;gap:.6rem;margin-bottom:1.25rem}.hours-current-value{font-size:2.5rem;font-weight:700;color:#0f172a}.hours-current-label{color:#64748b}.hours-bar-chart{display:flex;align-items:flex-end;gap:.5rem;height:160px;padding-top:1.25rem}.hours-bar-column{flex:1;display:flex;flex-direction:column;align-items:center;height:100%}.hours-bar-value{font-size:.7rem;color:#64748b;margin-bottom:.25rem}.hours-bar-track{flex:1;width:100%;display:flex;align-items:flex-end;background:#f1f5f9;border-radius:4px 4px 0 0;overflow:hidden}.hours-bar-fill{width:100%;background:#0f172a;border-radius:4px 4px 0 0;transition:height .2s ease}.hours-bar-label{font-size:.7rem;color:#64748b;margin-top:.35rem;white-space:nowrap}.hours-table{width:100%;max-width:320px;border-collapse:collapse;margin-top:1.25rem;font-size:.9rem}.hours-table th,.hours-table td{text-align:left;padding:.4rem .6rem;border-bottom:1px solid #e2e8f0}.hours-table th{color:#64748b;font-weight:600;font-size:.8rem}.hours-table td:last-child,.hours-table th:last-child{text-align:right}.employee-view-banner{background:#fef3c7;border:1px solid #f59e0b;color:#92400e;padding:.65rem 1rem;border-radius:8px;margin:1rem 0;font-size:.9rem;font-weight:500}.payslip-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.4rem}.payslip-row{display:flex;align-items:center;justify-content:space-between;padding:.6rem 1rem;border:1px solid #e2e8f0;border-radius:8px}.calendar-disconnect-button{margin-bottom:1.25rem;padding:.5rem 1rem;border:1px solid #cbd5e1;border-radius:8px;background:#fff;cursor:pointer}.calendar-day-group{margin-bottom:1.25rem}.calendar-day-group h3{margin-bottom:.5rem;font-size:1rem}.calendar-event-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.4rem}.calendar-event{display:flex;gap:.75rem;padding:.6rem 1rem;border-radius:8px;background:#f8fafc;border-left:4px solid #0f172a}.calendar-event-time{color:#64748b;font-size:.85rem;white-space:nowrap}.calendar-event-subject{font-weight:500}.temp-password-box{border:2px solid #0f172a;background:#eef2ff;border-radius:10px;padding:1rem;margin:1rem 0}.temp-password-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;font-weight:600}.temp-password-close{border:none;background:none;font-size:1.25rem;line-height:1;cursor:pointer;color:#475569;padding:0}.temp-password-warning{margin:.4rem 0 .75rem;color:#334155;font-size:.9rem}.temp-password-value-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.temp-password-value{font-size:1.1rem;font-weight:700;background:#fff;border:1px solid #cbd5e1;border-radius:6px;padding:.5rem .75rem;letter-spacing:.02em;-webkit-user-select:all;user-select:all}
