:root{--cream:#f8f4ed;--cream-dark:#efe9df;--warm-white:#fdfbf7;--text-primary:#3d3530;--text-secondary:#6b6158;--text-muted:#9a8e82;--border:#e2dbd2;--border-light:#eee8e0;--jungle:#c4a8d8;--jungle-bg:#e8dff0;--jungle-text:#6b4d7d;--pus:#a8c4a8;--pus-bg:#dce8dc;--pus-text:#4d6b4d;--smuf:#d4a87c;--smuf-bg:#f0e4d8;--smuf-text:#7d5c3a;--begge:#c4beb8;--begge-bg:#e8e4e0;--begge-text:#5c5650;--meal:#d4c48c;--meal-bg:#f5edd4;--meal-text:#7d6c3a;--radius:10px;--radius-sm:6px;--shadow:0 1px 3px #3d353014;--shadow-lg:0 4px 12px #3d35301a}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--cream);color:var(--text-primary);-webkit-font-smoothing:antialiased;font-family:Nunito,-apple-system,sans-serif;line-height:1.5}h1,h2,h3,h4{color:var(--text-primary);font-family:Lora,Georgia,serif;font-weight:600}button{cursor:pointer;font-family:Nunito,sans-serif;font-size:inherit;color:inherit;background:0 0;border:none}input,select,textarea{border:1.5px solid var(--border);border-radius:var(--radius-sm);background:var(--warm-white);color:var(--text-primary);outline:none;width:100%;padding:8px 12px;font-family:Nunito,sans-serif;font-size:.95rem;transition:border-color .2s}input:focus,select:focus,textarea:focus{border-color:var(--jungle)}textarea{resize:vertical;min-height:60px}select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b6158' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;padding-right:30px}.app{max-width:960px;min-height:100vh;margin:0 auto;padding:0 16px 80px}.header{border-bottom:1.5px solid var(--border-light);justify-content:space-between;align-items:center;margin-bottom:8px;padding:20px 0 12px;display:flex}.header h1{align-items:center;gap:8px;font-size:1.4rem;display:flex}.header h1 span{font-size:1.3rem}.filter-bar{-webkit-overflow-scrolling:touch;gap:6px;padding:10px 0;display:flex;overflow-x:auto}.filter-pill{white-space:nowrap;border:1.5px solid var(--border);background:var(--warm-white);color:var(--text-secondary);border-radius:20px;padding:5px 14px;font-size:.85rem;font-weight:600;transition:all .2s}.filter-pill.active{border-color:var(--text-primary);background:var(--text-primary);color:var(--cream)}.filter-pill:hover:not(.active){border-color:var(--text-secondary)}.nav-tabs{background:var(--cream-dark);border-radius:var(--radius);gap:2px;margin-bottom:16px;padding:3px;display:flex;overflow-x:auto}.nav-tab{text-align:center;color:var(--text-muted);white-space:nowrap;border-radius:8px;flex:1;padding:9px 8px;font-size:.82rem;font-weight:600;transition:all .2s}.nav-tab.active{background:var(--warm-white);color:var(--text-primary);box-shadow:var(--shadow)}.nav-tab:hover:not(.active){color:var(--text-secondary)}.card{background:var(--warm-white);border:1.5px solid var(--border-light);border-radius:var(--radius);box-shadow:var(--shadow);margin-bottom:12px;padding:16px}.btn{border-radius:var(--radius-sm);padding:8px 18px;font-size:.9rem;font-weight:600;transition:all .2s}.btn-primary{background:var(--text-primary);color:var(--cream)}.btn-primary:hover{opacity:.88}.btn-secondary{background:var(--cream-dark);color:var(--text-secondary)}.btn-secondary:hover{background:var(--border)}.btn-danger{color:#b44}.btn-danger:hover{background:#fef0f0}.btn-small{padding:4px 12px;font-size:.82rem}.event-chip{text-overflow:ellipsis;white-space:nowrap;cursor:pointer;border-radius:4px;max-width:100%;margin:1px 0;padding:2px 7px;font-size:.72rem;font-weight:600;line-height:1.4;display:block;overflow:hidden}.chip-jungle{background:var(--jungle-bg);color:var(--jungle-text);border-left:3px solid var(--jungle)}.chip-pus{background:var(--pus-bg);color:var(--pus-text);border-left:3px solid var(--pus)}.chip-smuf{background:var(--smuf-bg);color:var(--smuf-text);border-left:3px solid var(--smuf)}.chip-begge{background:var(--begge-bg);color:var(--begge-text);border-left:3px solid var(--begge)}.chip-meal{background:var(--meal-bg);color:var(--meal-text);border-left:3px solid var(--meal)}.cal-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.cal-header h2{text-transform:capitalize;font-size:1.15rem}.cal-nav{gap:4px;display:flex}.cal-nav button{background:var(--cream-dark);width:34px;height:34px;color:var(--text-secondary);border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;display:flex}.cal-nav button:hover{background:var(--border)}.cal-grid{background:var(--border-light);border-radius:var(--radius);grid-template-columns:repeat(7,1fr);gap:1px;display:grid;overflow:hidden}.cal-day-header{background:var(--cream-dark);text-align:center;color:var(--text-muted);text-transform:uppercase;padding:6px 0;font-size:.75rem;font-weight:700}.cal-day{background:var(--warm-white);cursor:pointer;min-height:80px;padding:4px;transition:background .15s}.cal-day:hover{background:var(--cream)}.cal-day.other-month{opacity:.35}.cal-day.today{background:#fdf8f0}.cal-day-number{color:var(--text-muted);margin-bottom:2px;font-size:.78rem;font-weight:700}.cal-day.today .cal-day-number{color:var(--warm-white);background:var(--text-primary);border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;display:inline-flex}.week-grid{border:1.5px solid var(--border-light);border-radius:var(--radius);background:var(--warm-white);grid-template-columns:50px repeat(7,1fr);display:grid;position:relative;overflow:hidden}.week-header-cell{background:var(--cream-dark);text-align:center;color:var(--text-muted);border-bottom:1.5px solid var(--border-light);padding:8px 2px;font-size:.75rem;font-weight:700}.week-header-cell.today-header{color:var(--text-primary);background:#f0ebe2}.week-header-date{color:var(--text-secondary);font-size:1.05rem;font-weight:700}.week-time-label{color:var(--text-muted);text-align:right;border-right:1.5px solid var(--border-light);justify-content:flex-end;align-items:flex-start;height:48px;padding:2px 6px 0;font-size:.68rem;display:flex}.week-cell{border-right:1px solid var(--border-light);border-bottom:1px solid var(--border-light);cursor:pointer;height:48px;position:relative}.week-cell:hover{background:var(--cream)}.week-event{z-index:2;cursor:pointer;border-radius:4px;padding:2px 5px;font-size:.7rem;font-weight:600;line-height:1.3;position:absolute;left:2px;right:2px;overflow:hidden}.now-line{z-index:5;pointer-events:none;background:#c44;height:2px;position:absolute;left:50px;right:0}.now-line:before{content:"";background:#c44;border-radius:50%;width:10px;height:10px;position:absolute;top:-4px;left:-4px}.view-toggle{background:var(--cream-dark);border-radius:var(--radius-sm);gap:2px;padding:2px;display:flex}.view-toggle button{color:var(--text-muted);border-radius:5px;padding:5px 14px;font-size:.82rem;font-weight:600}.view-toggle button.active{background:var(--warm-white);color:var(--text-primary);box-shadow:var(--shadow)}.meal-grid{grid-template-columns:repeat(7,1fr);gap:8px;display:grid}.meal-day{background:var(--warm-white);border:1.5px solid var(--border-light);border-radius:var(--radius);min-height:100px;padding:10px}.meal-day-header{color:var(--text-muted);text-transform:uppercase;justify-content:space-between;align-items:center;margin-bottom:6px;font-size:.78rem;font-weight:700;display:flex}.meal-card{background:var(--meal-bg);border-left:3px solid var(--meal);cursor:pointer;border-radius:4px;margin-bottom:6px;padding:6px 8px}.meal-card .meal-name{color:var(--meal-text);font-size:.82rem;font-weight:600}.meal-card .meal-type{color:var(--text-muted);font-size:.7rem}.shopping-category{margin-bottom:16px}.shopping-category h3{color:var(--text-secondary);border-bottom:1px solid var(--border-light);margin-bottom:8px;padding-bottom:4px;font-size:.9rem}.shopping-item{border-bottom:1px solid var(--border-light);align-items:center;gap:10px;padding:8px 0;display:flex}.shopping-item:last-child{border-bottom:none}.shopping-item.checked .item-name{color:var(--text-muted);text-decoration:line-through}.item-name{flex:1;font-size:.92rem}.item-amount{color:var(--text-muted);font-size:.82rem}.checkbox{border:2px solid var(--border);background:var(--warm-white);cursor:pointer;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;transition:all .2s;display:flex}.checkbox.checked{background:var(--text-primary);border-color:var(--text-primary)}.checkbox.checked:after{content:"✓";color:var(--cream);font-size:.75rem;font-weight:700}.todo-item{border-bottom:1px solid var(--border-light);align-items:flex-start;gap:10px;padding:10px 0;display:flex}.todo-item:last-child{border-bottom:none}.todo-item.done .todo-title{color:var(--text-muted);text-decoration:line-through}.todo-title{flex:1;padding-top:1px;font-size:.92rem}.todo-person{border-radius:10px;padding:2px 8px;font-size:.75rem;font-weight:600}.memory-entry{border-bottom:1px solid var(--border-light);padding:14px 0}.memory-entry:last-child{border-bottom:none}.memory-type-badge{border-radius:10px;margin-right:6px;padding:2px 8px;font-size:.72rem;font-weight:700;display:inline-block}.memory-type-merkedag{color:#8b4060;background:#f8e0ea}.memory-type-arsdag{color:#8b4040;background:#f8e0e0}.memory-type-notis{background:var(--meal-bg);color:var(--meal-text)}.memory-type-onske{background:var(--jungle-bg);color:var(--jungle-text)}.memory-type-fokus{color:#406080;background:#d8e4f0}.shared-focus{border:1.5px solid var(--border);border-radius:var(--radius);text-align:center;background:linear-gradient(135deg,#f0ebf8,#e8f0e8);margin-bottom:16px;padding:16px}.shared-focus h3{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;font-family:Nunito,sans-serif;font-size:.82rem;font-weight:700}.shared-focus p{color:var(--text-primary);font-family:Lora,serif;font-size:1.1rem}.upcoming-item{border-bottom:1px solid var(--border-light);align-items:flex-start;gap:12px;padding:10px 0;display:flex}.upcoming-item:last-child{border-bottom:none}.upcoming-date{text-align:center;flex-shrink:0;min-width:48px}.upcoming-date .day{color:var(--text-primary);font-family:Lora,serif;font-size:1.2rem;font-weight:700;line-height:1.2}.upcoming-date .month{color:var(--text-muted);text-transform:uppercase;font-size:.7rem}.upcoming-info{flex:1}.upcoming-title{font-size:.92rem;font-weight:600}.upcoming-time{color:var(--text-muted);font-size:.8rem}.modal-overlay{z-index:100;background:#3d35304d;justify-content:center;align-items:flex-end;padding:16px;display:flex;position:fixed;inset:0}.modal{background:var(--warm-white);width:100%;max-width:500px;max-height:85vh;box-shadow:var(--shadow-lg);border-radius:16px 16px 8px 8px;padding:24px 20px;overflow-y:auto}.modal h2{margin-bottom:16px;font-size:1.1rem}.form-group{margin-bottom:14px}.form-group label{color:var(--text-secondary);margin-bottom:4px;font-size:.82rem;font-weight:700;display:block}.form-row{gap:10px;display:flex}.form-row>*{flex:1}.form-actions{border-top:1px solid var(--border-light);justify-content:flex-end;gap:8px;margin-top:18px;padding-top:14px;display:flex}.inline-add{gap:8px;margin-top:8px;display:flex}.inline-add input{flex:1}.loading{text-align:center;color:var(--text-muted);padding:40px}.spinner{border:3px solid var(--border);border-top-color:var(--text-secondary);border-radius:50%;width:24px;height:24px;animation:.7s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{text-align:center;color:var(--text-muted);padding:30px;font-size:.9rem}.approaching-badge{color:#b06830;background:#fef0e8;border-radius:10px;padding:2px 8px;font-size:.7rem;font-weight:700;display:inline-block}.add-btn-floating{background:var(--text-primary);width:52px;height:52px;color:var(--cream);box-shadow:var(--shadow-lg);z-index:50;border-radius:50%;justify-content:center;align-items:center;font-size:1.6rem;transition:transform .2s;display:flex;position:fixed;bottom:24px;right:24px}.add-btn-floating:hover{transform:scale(1.08)}@media (width<=700px){.meal-grid{grid-template-columns:1fr}.cal-day{min-height:60px}.modal-overlay{align-items:flex-end;padding:0}.modal{border-radius:16px 16px 0 0;max-height:92vh}.form-row{flex-direction:column;gap:14px}}
