:root{--text:#6b6375;--text-h:#08060d;--bg:#f5f0e6;--border:#e5e4e7;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--privat:#93624a;--arbeit:#4a6b52;--status-red:#dc2626;--status-yellow:#eab308;--status-green:#22c55e;--status-dot-red:#e0a99b;--status-dot-yellow:#e8d38f;--status-dot-green:#a0c6a4;--status-dot-border:#0000002e;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--shadow-sm:#0000001a 0 1px 3px, #0000000f 0 1px 2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;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;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--privat:#d9b696;--arbeit:#8fc3a0;--status-dot-border:#ffffff38;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px;--shadow-sm:#00000059 0 1px 3px, #0003 0 1px 2px}}*{box-sizing:border-box}body{margin:0}#root{flex-direction:column;width:100%;min-height:100svh;display:flex}h1,h2{color:var(--text-h);margin:0;font-weight:500}.page{background:var(--bg);flex-direction:column;flex:1;width:100%;min-height:100svh;padding:20px 16px 32px;display:flex}.page-back{width:40px;height:40px;color:var(--text);border-radius:12px;justify-content:center;align-self:flex-start;align-items:center;margin-bottom:12px;text-decoration:none;transition:background .2s,color .2s;display:flex}.page-back:hover,.page-back:focus-visible{background:var(--border);color:var(--text-h);outline:none}.page--privat .page-back{color:var(--privat)}.page--arbeit .page-back{color:var(--arbeit)}.page-back-icon{width:22px;height:22px}.page-title{text-align:center;margin-bottom:24px;font-size:28px;font-weight:700}.page--privat .page-title{color:var(--privat)}.page--arbeit .page-title{color:var(--arbeit)}.page-subtitle{text-align:center;color:var(--text);margin-top:-12px;margin-bottom:24px;font-size:15px}.page-icon{width:56px;height:56px;margin:0 auto 12px;display:block}.page--privat .page-icon{color:var(--privat)}.page--arbeit .page-icon{color:var(--arbeit)}.section-grid{flex-direction:column;flex:1;justify-content:center;gap:14px;width:100%;max-width:480px;margin:0 auto;display:flex}.module-tile{width:100%;box-shadow:var(--shadow-sm);border-radius:20px;flex-direction:row;justify-content:flex-start;align-items:center;gap:16px;padding:18px 20px;text-decoration:none;transition:transform .2s,box-shadow .2s,filter .2s;display:flex}.module-tile:hover,.module-tile:focus-visible{filter:brightness(1.06);box-shadow:var(--shadow);transform:translateY(-2px)}.module-tile:active{transform:scale(.98)}.module-tile:focus-visible{outline-offset:-6px;outline:3px solid}.page--privat .module-tile{color:#3d2818;background:#c8a184}.page--arbeit .module-tile{color:#1f3a28;background:#a8c9b0}.module-tile-icon{flex-shrink:0;width:28px;height:28px}.module-tile-label{text-align:left;font-size:16px;font-weight:700}@media (width>=640px){.page{padding:32px 32px 48px}.page-title{margin-bottom:32px;font-size:36px}.page-subtitle{margin-top:-20px;margin-bottom:32px}.page-icon{width:80px;height:80px;margin-bottom:16px}.section-grid{gap:18px;max-width:560px}.module-tile{border-radius:24px;gap:20px;padding:24px 28px}.module-tile-icon{width:36px;height:36px}.module-tile-label{font-size:19px}}.login-page{background:var(--bg);flex:1;justify-content:center;align-items:center;width:100%;min-height:100svh;padding:24px;display:flex}.login-card{background:var(--bg);border:2px solid var(--border);width:100%;max-width:360px;box-shadow:var(--shadow);border-radius:28px;flex-direction:column;gap:6px;padding:32px 28px;display:flex}.login-title{text-align:center;margin-bottom:16px;font-size:26px;font-weight:700}.login-label{color:var(--text);margin-top:10px;font-size:14px;font-weight:600}.login-input{border:2px solid var(--border);background:var(--bg);color:var(--text-h);font:inherit;border-radius:14px;padding:12px 14px}.login-input:focus-visible{border-color:var(--accent);outline:none}.login-error{color:var(--status-red);margin:4px 0 0;font-size:14px}.login-button{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:14px;margin-top:20px;padding:14px;font-size:16px;font-weight:700;transition:filter .2s}.login-button:hover,.login-button:focus-visible{filter:brightness(1.1)}.login-button:disabled{opacity:.6;cursor:default}button.page-back{cursor:pointer;font:inherit;background:0 0;border:none;padding:0}.meeting-create-form{flex-direction:column;align-items:center;gap:14px;width:100%;max-width:360px;margin:0 auto 24px;display:flex}.meeting-add-point{flex-wrap:wrap;gap:10px;width:100%;max-width:560px;margin:0 auto 24px;display:flex}.meeting-input{border:2px solid var(--border);background:var(--bg);min-width:0;color:var(--text-h);font:inherit;border-radius:14px;flex:160px;padding:12px 14px}.meeting-create-form .meeting-input{flex:none;width:100%}.meeting-input:focus-visible{border-color:var(--arbeit);outline:none}.meeting-button{background:var(--arbeit);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;transition:filter .2s;display:flex}.meeting-button:hover,.meeting-button:focus-visible{filter:brightness(1.1);outline:none}.meeting-button-icon{width:22px;height:22px}.meeting-list,.meeting-points{flex-direction:column;gap:12px;width:100%;max-width:560px;margin:0 auto 24px;padding:0;list-style:none;display:flex}.meeting-list-empty,.meeting-points-empty{text-align:center;color:var(--text);font-size:15px}.meeting-error{text-align:center;width:100%;max-width:560px;color:var(--status-red);margin:0 auto 16px;font-size:14px}.meeting-list-row{align-items:stretch;gap:8px;display:flex}.meeting-list-item{border:2px solid var(--arbeit);background:var(--bg);min-width:0;color:var(--text-h);font:inherit;cursor:pointer;text-align:left;border-radius:18px;flex-direction:column;flex:1;gap:10px;padding:16px 18px;transition:transform .2s,box-shadow .2s;display:flex}.meeting-list-row-top{justify-content:space-between;align-items:center;gap:12px;width:100%;display:flex}.meeting-progress-track{background:var(--border);border-radius:999px;width:100%;height:8px;display:block;overflow:hidden}.meeting-progress-fill{background:var(--arbeit);border-radius:999px;height:100%;transition:width .3s;display:block}.meeting-delete-button{width:48px;color:var(--text);cursor:pointer;background:0 0;border:2px solid #0000;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;transition:background .2s,color .2s;display:flex}.meeting-delete-button:hover,.meeting-delete-button:focus-visible{background:var(--border);color:var(--text-h);outline:none}.meeting-delete-icon{width:22px;height:22px}.meeting-list-item:hover,.meeting-list-item:focus-visible{box-shadow:var(--shadow-sm);transform:translateY(-1px)}.meeting-list-date{color:var(--arbeit);font-weight:700}.meeting-list-title{color:var(--text);font-size:14px}.meeting-point{border:1px solid var(--border);background:var(--bg);border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.meeting-point-text{min-width:120px;color:var(--text-h);word-break:break-word;flex:1}button.meeting-point-text{cursor:pointer;font:inherit;text-align:left;background:0 0;border:none;padding:0}.meeting-point-text--green{color:var(--text);text-decoration:line-through}.meeting-point-input{border:2px solid var(--arbeit);background:var(--bg);min-width:120px;color:var(--text-h);font:inherit;border-radius:10px;flex:1;padding:6px 10px}.meeting-point-input:focus-visible{outline:none}.meeting-point-delete{width:36px;height:36px;color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;transition:background .2s,color .2s;display:flex}.meeting-point-delete:hover,.meeting-point-delete:focus-visible{background:var(--border);color:var(--text-h);outline:none}.meeting-point-delete-icon{width:18px;height:18px}.meeting-status-dot{border:2px solid var(--status-dot-border);cursor:pointer;border-radius:50%;flex-shrink:0;width:34px;height:34px;padding:0;transition:transform .15s}.meeting-status-dot:active{transform:scale(.92)}.meeting-status-dot--red{background:var(--status-dot-red)}.meeting-status-dot--yellow{background:var(--status-dot-yellow)}.meeting-status-dot--green{background:var(--status-dot-green)}@media (width>=640px){.meeting-create-form,.meeting-add-point,.meeting-list,.meeting-points{margin-bottom:32px}.meeting-create-form{gap:18px;max-width:420px}}.home{background:var(--bg);flex-direction:column;flex:1;gap:12px;width:100%;min-height:100svh;padding:12px;display:flex}.home-card{color:#fff;border-radius:32px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:16px;padding:32px 24px;text-decoration:none;transition:transform .2s,box-shadow .2s,filter .2s;display:flex}.home-card--privat{background:#93624a}.home-card--arbeit{background:#5f8a6c}.home-card:hover,.home-card:focus-visible{filter:brightness(1.08);box-shadow:var(--shadow)}.home-card:active{transform:scale(.98)}.home-card:focus-visible{outline-offset:-8px;outline:3px solid #fff}.home-card-icon{color:#fff;width:56px;height:56px}.home-card-title{letter-spacing:-.02em;font-size:30px;font-weight:700}@media (width>=640px){.home{gap:20px;padding:24px}.home-card{border-radius:40px;gap:24px;padding:48px}.home-card-icon{width:88px;height:88px}.home-card-title{font-size:48px}}
