body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}.App,body{transition:all .3s ease}.App{min-height:100vh}.theme-harry-potter{background:linear-gradient(135deg,#0e1a40,#740001);color:#fff}.theme-paw-patrol{background:linear-gradient(135deg,#87ceeb,#003f7f);color:navy}.theme-bluey{background:linear-gradient(135deg,#e8f4fd,#4a90e2);color:#2c3e50}.theme-space-adventure{background:linear-gradient(135deg,#0f3460,#1a1a2e);color:#fff}.theme-ocean-explorer{background:linear-gradient(135deg,#dff6ff,#006994);color:#003d5b}.theme-jungle-safari{background:linear-gradient(135deg,#f0fff0,#2d5016);color:#2d5016}.theme-princess-castle{background:linear-gradient(135deg,#fff0f5,#ff69b4);color:#8b008b}.theme-superhero{background:linear-gradient(135deg,#f0f8ff,#dc143c);color:navy}.app-header{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-bottom:2px solid #fff3;display:flex;justify-content:space-between;padding:1rem 2rem}.app-header h1{font-size:2.5rem;font-weight:700;text-shadow:2px 2px 4px #0000004d}.theme-indicator{align-items:center;border-radius:25px;display:flex;font-size:1.5rem;font-weight:700;gap:.5rem}.date-display,.theme-indicator{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#fff3;padding:.5rem 1rem}.date-display{border-radius:20px;font-size:1.1rem;font-weight:500}.dashboard-nav{background:#ffffff0d;display:flex;gap:1rem;justify-content:center;padding:1rem}.dashboard-nav,.dashboard-nav button{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.dashboard-nav button{background:#ffffff1a;border:none;border-radius:25px;color:inherit;cursor:pointer;font-size:1.1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.dashboard-nav button:hover{background:#fff3;box-shadow:0 4px 12px #0003;transform:translateY(-2px)}.dashboard-nav button.active{background:#ffffff4d;box-shadow:0 4px 12px #0000004d;transform:translateY(-2px)}.dashboard-content{margin:0 auto;max-width:1400px;padding:2rem}.dashboard-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin-bottom:2rem}.widget{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;box-shadow:0 8px 32px #0000001a;padding:1.5rem;transition:all .3s ease}.widget:hover{box-shadow:0 12px 40px #0003;transform:translateY(-5px)}@media (max-width:768px){.app-header{flex-direction:column;gap:1rem;padding:1rem}.app-header h1{font-size:2rem}.dashboard-nav{flex-wrap:wrap;gap:.5rem}.dashboard-nav button{font-size:1rem;padding:.5rem 1rem}.dashboard-grid{gap:1rem;grid-template-columns:1fr}.dashboard-content{padding:1rem}}.loading{align-items:center;display:flex;justify-content:center;min-height:200px}.loading-spinner{font-size:1.2rem}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.dashboard-nav button,.widget{animation:fadeIn .6s ease-out}.pocket-money-tracker{padding:2rem}.pocket-money-tracker h2{font-size:2.5rem;margin-bottom:2rem;text-align:center;text-shadow:2px 2px 4px #0000004d}.children-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.child-card{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff26;border:2px solid #fff3;border-radius:20px;box-shadow:0 8px 32px #0000001a;padding:1.5rem;transition:all .3s ease}.child-card:hover{box-shadow:0 12px 40px #0003;transform:translateY(-5px)}.child-header{align-items:center;border-bottom:2px solid #fff3;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}.child-header h3{font-size:1.5rem;font-weight:700}.weekly-amount{background:#fff3;border-radius:15px;font-size:1.1rem;font-weight:700;padding:.5rem 1rem}.jobs-section{margin-bottom:1.5rem}.jobs-section h4{color:inherit;font-size:1.2rem;margin-bottom:1rem}.job-item{margin-bottom:.75rem}.job-checkbox{align-items:center;background:#ffffff1a;border:1px solid #fff3;border-radius:12px;cursor:pointer;display:flex;justify-content:space-between;padding:.75rem;transition:all .3s ease}.job-checkbox:hover{background:#fff3;transform:translateX(5px)}.job-checkbox input[type=checkbox]{cursor:pointer;height:20px;margin-right:.75rem;width:20px}.job-text{flex:1 1;font-size:1rem;font-weight:500}.job-value{background:#ffffff4d;border-radius:10px;font-size:.9rem;font-weight:700;padding:.25rem .75rem}.earnings-summary{background:#ffffff1a;border-radius:15px;margin-bottom:1.5rem;padding:1rem;text-align:center}.total-earned{font-size:1.3rem;margin-bottom:.5rem}.completed-jobs{font-size:1rem;opacity:.8}.allocation-section h4{font-size:1.2rem;margin-bottom:1rem}.allocation-grid{grid-gap:1rem;display:grid;gap:1rem;margin-bottom:1rem}.allocation-item{align-items:center;background:#ffffff1a;border:1px solid #fff3;border-radius:12px;display:flex;justify-content:space-between;padding:.75rem}.allocation-item label{font-size:1rem;font-weight:500}.allocation-item input{background:#fff3;border:1px solid #ffffff4d;border-radius:8px;color:inherit;font-weight:700;padding:.5rem;text-align:center;width:80px}.allocation-item input:focus{background:#ffffff4d;border-color:#fff9;outline:none}.allocation-summary{background:#ffffff1a;border-radius:12px;padding:1rem;text-align:center}.remaining{font-size:1.2rem;font-weight:700}.remaining.over-allocated{color:#ff6b6b}.warning{font-size:.9rem;font-weight:400}@media (max-width:768px){.pocket-money-tracker{padding:1rem}.pocket-money-tracker h2{font-size:2rem}.children-grid{gap:1rem;grid-template-columns:1fr}.allocation-item,.child-header{flex-direction:column;gap:.5rem;text-align:center}.allocation-item input{width:100px}}.charity-tracker{padding:2rem}.charity-tracker h2{font-size:2.5rem;margin-bottom:2rem;text-align:center;text-shadow:2px 2px 4px #0000004d}.charity-card{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff26;border:2px solid #fff3;border-radius:20px;box-shadow:0 8px 32px #0000001a;margin-bottom:2rem;padding:2rem}.charity-header{gap:1.5rem;margin-bottom:2rem}.charity-header,.charity-image{align-items:center;display:flex}.charity-image{background:#fff3;border-radius:50%;font-size:4rem;height:80px;justify-content:center;padding:1rem;width:80px}.charity-info{flex:1 1}.charity-info h3{font-size:1.8rem;margin-bottom:.5rem}.charity-info p{font-size:1.1rem;opacity:.9}.edit-btn{background:#fff3;border:1px solid #ffffff4d;border-radius:10px;color:inherit;cursor:pointer;padding:.5rem 1rem;transition:all .3s ease}.edit-btn:hover{background:#ffffff4d;transform:translateY(-2px)}.progress-section{margin-bottom:2rem}.progress-bar{background:#fff3;border-radius:15px;height:30px;margin-bottom:1rem;overflow:hidden;width:100%}.progress-fill{background:linear-gradient(90deg,#4caf50,#8bc34a);border-radius:15px;height:100%;position:relative;transition:width .5s ease}.progress-fill:after{animation:shimmer 2s infinite;background:linear-gradient(90deg,#0000,#ffffff4d,#0000);bottom:0;content:"";left:0;position:absolute;right:0;top:0}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.progress-text{display:flex;font-size:1.1rem;font-weight:700;justify-content:space-between}.goal-complete{background:#4caf5033;border:2px solid #4caf5080;border-radius:15px;padding:1.5rem;text-align:center}.goal-complete h4{font-size:1.5rem;margin-bottom:1rem}.complete-btn{background:#4caf50;border:none;border-radius:15px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;padding:1rem 2rem;transition:all .3s ease}.complete-btn:hover{background:#45a049;box-shadow:0 4px 12px #0003;transform:translateY(-2px)}.weekly-donations h3{font-size:1.8rem;margin-bottom:1.5rem}.donations-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.donation-card{background:#ffffff1a;border:1px solid #fff3;border-radius:15px;padding:1.5rem;text-align:center}.child-name{font-size:1.2rem;font-weight:700;margin-bottom:1rem}.donation-amount{display:flex;flex-direction:column;gap:.5rem}.child-donation,.parent-match{background:#ffffff1a;border-radius:8px;padding:.5rem}.total-donation{background:#fff3;border-radius:10px;font-size:1.1rem;padding:.75rem}.weekly-summary{background:#ffffff1a;border-radius:15px;margin-bottom:2rem;padding:1.5rem}.summary-item{border-bottom:1px solid #fff3;display:flex;justify-content:space-between;padding:.5rem 0}.summary-item:last-child{border-bottom:none}.summary-item.total{border-top:2px solid #ffffff4d;font-size:1.2rem;padding-top:1rem}.charity-impact h3{font-size:1.8rem;margin-bottom:1.5rem}.impact-stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.stat{border:1px solid #fff3;border-radius:15px;padding:1.5rem}.stat-number{font-size:2rem;margin-bottom:.5rem}.stat-label{font-size:.9rem}.charity-edit{grid-gap:1rem;display:grid;gap:1rem}.edit-field{display:flex;flex-direction:column;gap:.5rem}.edit-field label{font-weight:700}.edit-field input{background:#fff3;border:1px solid #ffffff4d;border-radius:10px;color:inherit;font-size:1rem;padding:.75rem}.edit-field input:focus{background:#ffffff4d;border-color:#fff9;outline:none}.edit-buttons{display:flex;gap:1rem;justify-content:center;margin-top:1rem}.cancel-btn,.save-btn{border:none;border-radius:10px;cursor:pointer;font-weight:700;padding:.75rem 1.5rem;transition:all .3s ease}.save-btn{background:#4caf50;color:#fff}.cancel-btn{background:#fff3;color:inherit}.cancel-btn:hover,.save-btn:hover{box-shadow:0 4px 12px #0003;transform:translateY(-2px)}@media (max-width:768px){.charity-tracker{padding:1rem}.charity-header{flex-direction:column;gap:1rem;text-align:center}.donations-grid,.impact-stats{grid-template-columns:1fr}}.photo-slideshow{margin:0 auto;max-width:1200px;padding:2rem}.slideshow-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.slideshow-header h2{font-size:2.5rem;text-shadow:2px 2px 4px #0000004d}.photo-counter{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#fff3;border-radius:15px;font-weight:700;padding:.5rem 1rem}.slideshow-container{align-items:center;display:flex;gap:1rem;margin-bottom:2rem;position:relative}.nav-button{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:1px solid #ffffff4d;border-radius:50%;color:inherit;cursor:pointer;display:flex;font-size:2rem;height:60px;justify-content:center;transition:all .3s ease;width:60px}.nav-button:hover{background:#ffffff4d;box-shadow:0 4px 12px #0003;transform:scale(1.1)}.photo-display{flex:1 1;text-align:center}.main-photo{border-radius:20px;box-shadow:0 8px 32px #0000004d;height:500px;max-width:800px;object-fit:cover;transition:all .5s ease;width:100%}.photo-caption{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border-radius:15px;margin-top:1rem;padding:1rem}.photo-caption p{font-size:1.2rem;font-weight:500;margin-bottom:.5rem}.photo-date{font-size:.9rem;opacity:.8}.thumbnail-strip{display:flex;gap:.5rem;margin-bottom:1rem;overflow-x:auto;padding:1rem 0;scrollbar-width:thin}.thumbnail-strip::-webkit-scrollbar{height:6px}.thumbnail-strip::-webkit-scrollbar-track{background:#ffffff1a;border-radius:3px}.thumbnail-strip::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:3px}.thumbnail{background:none;border:2px solid #0000;border-radius:10px;cursor:pointer;flex-shrink:0;height:60px;overflow:hidden;padding:0;transition:all .3s ease;width:80px}.thumbnail img{height:100%;object-fit:cover;width:100%}.thumbnail:hover{border-color:#ffffff80;transform:scale(1.1)}.thumbnail.active{border-color:#fffc;box-shadow:0 4px 12px #0000004d;transform:scale(1.1)}.slideshow-controls{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:20px;display:flex;gap:2rem;justify-content:center;padding:1rem}.control-btn{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#fff3;border:1px solid #ffffff4d;border-radius:15px;color:inherit;cursor:pointer;font-weight:700;padding:.75rem 1.5rem;transition:all .3s ease}.control-btn:hover{background:#ffffff4d;box-shadow:0 4px 12px #0003;transform:translateY(-2px)}.auto-play-indicator{background:#ffffff1a;border-radius:10px;font-size:.9rem;opacity:.8;padding:.5rem 1rem}.photo-slideshow.empty,.photo-slideshow.loading{align-items:center;display:flex;justify-content:center;min-height:400px;text-align:center}.loading-spinner{font-size:1.5rem}.empty-message h3{font-size:2rem;margin-bottom:1rem}.empty-message p{font-size:1.2rem;opacity:.8}@media (max-width:768px){.photo-slideshow{padding:1rem}.slideshow-header{flex-direction:column;gap:1rem;text-align:center}.slideshow-header h2{font-size:2rem}.slideshow-container{flex-direction:column;gap:1rem}.nav-button{font-size:1.5rem;height:50px;width:50px}.main-photo{height:300px}.slideshow-controls{flex-direction:column;gap:1rem}.thumbnail-strip{justify-content:center}}@media (max-width:480px){.main-photo{height:250px}.thumbnail{height:45px;width:60px}.control-btn{font-size:.9rem;padding:.5rem 1rem}}.calendar-events{height:100%}.events-header{align-items:center;border-bottom:2px solid #fff3;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}.events-header h3{font-size:1.5rem;font-weight:700}.events-count{background:#fff3;border-radius:12px;font-size:.9rem;font-weight:700;padding:.25rem .75rem}.events-list{margin-bottom:1.5rem;max-height:400px;overflow-y:auto;scrollbar-width:thin}.events-list::-webkit-scrollbar{width:6px}.events-list::-webkit-scrollbar-track{background:#ffffff1a;border-radius:3px}.events-list::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:3px}.event-card{align-items:center;background:#ffffff1a;border-left:4px solid #4caf50;border-radius:12px;cursor:pointer;display:flex;gap:1rem;margin-bottom:.75rem;padding:1rem;transition:all .3s ease}.event-card:hover{background:#ffffff26;box-shadow:0 4px 12px #0000001a;transform:translateX(5px)}.event-icon{align-items:center;background:#fff3;border-radius:50%;display:flex;font-size:1.5rem;height:40px;justify-content:center;width:40px}.event-details{flex:1 1}.event-title{font-size:1rem;font-weight:700;margin-bottom:.25rem}.event-time{display:flex;font-size:.9rem;gap:1rem;margin-bottom:.25rem}.event-date{font-weight:500}.event-time-slot{opacity:.8}.event-attendees{font-size:.8rem;opacity:.7}.event-countdown{min-width:80px;text-align:center}.countdown-text{background:#fff3;border-radius:8px;font-size:.8rem;font-weight:700;padding:.5rem}.no-events{background:#ffffff0d;border:2px dashed #fff3;border-radius:12px;padding:2rem;text-align:center}.no-events p{font-size:1rem;margin-bottom:.5rem}.calendar-summary{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff1a;border-radius:12px;padding:1rem}.summary-stats{grid-gap:1rem;gap:1rem;grid-template-columns:repeat(3,1fr)}.calendar-events.loading{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:200px}.calendar-events.loading h3{margin-bottom:1rem}.loading-spinner{animation:pulse 2s infinite;font-size:1.1rem}.event-card[style*="border-left-color: #4CAF50"]{border-left-color:#4caf50!important}.event-card[style*="border-left-color: #FF9800"]{border-left-color:#ff9800!important}.event-card[style*="border-left-color: #2196F3"]{border-left-color:#2196f3!important}.event-card[style*="border-left-color: #E91E63"]{border-left-color:#e91e63!important}.event-card[style*="border-left-color: #9C27B0"]{border-left-color:#9c27b0!important}.event-card[style*="border-left-color: #F44336"]{border-left-color:#f44336!important}.event-card[style*="border-left-color: #FF5722"]{border-left-color:#ff5722!important}@media (max-width:768px){.events-header{gap:.5rem}.event-card,.events-header{flex-direction:column;text-align:center}.event-card{gap:.75rem}.event-details{order:1}.event-icon{order:2}.event-countdown{min-width:auto;order:3}.summary-stats{gap:.5rem;grid-template-columns:1fr}.stat{padding:.5rem}.stat-number{font-size:1.2rem}}@media (max-width:480px){.event-time{flex-direction:column;gap:.25rem}.events-list{max-height:300px}}.tasks-list{height:100%}.tasks-header{align-items:center;border-bottom:2px solid #fff3;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}.tasks-header h3{font-size:1.5rem;font-weight:700}.tasks-summary{display:flex;font-size:.9rem;gap:1rem}.completed-count{background:#4caf504d}.completed-count,.pending-count{border-radius:12px;font-weight:700;padding:.25rem .75rem}.pending-count{background:#ffc1074d}.overdue-count{background:#f443364d;border-radius:12px;font-weight:700;padding:.25rem .75rem}.tasks-container{max-height:400px;overflow-y:auto}.tasks-container,.tasks-section{margin-bottom:1.5rem}.tasks-section h4{border-bottom:1px solid #fff3;font-size:1.2rem;margin-bottom:1rem;padding-bottom:.5rem}.tasks-grid{grid-gap:.75rem;display:grid;gap:.75rem}.task-card{align-items:center;background:#ffffff1a;border-left:4px solid #4caf50;border-radius:12px;display:flex;gap:1rem;padding:1rem;transition:all .3s ease}.task-card:hover{background:#ffffff26;transform:translateX(5px)}.task-card.completed{border-left-color:#4caf50;opacity:.7}.task-card.overdue{background:#f443361a;border-left-color:#f44336}.task-card.due-today{background:#ff98001a;border-left-color:#ff9800}.task-card.due-tomorrow{border-left-color:#ffc107}.task-header{align-items:center;display:flex;gap:.5rem}.task-checkbox{background:none;border:none;border-radius:4px;cursor:pointer;font-size:1.2rem;padding:.25rem;transition:all .3s ease}.task-checkbox:hover{background:#fff3}.task-priority{font-size:1rem}.task-content{flex:1 1}.task-title{font-size:1rem;font-weight:700;margin-bottom:.5rem}.task-card.completed .task-title{opacity:.7;text-decoration:line-through}.task-meta{display:flex;font-size:.9rem;gap:1rem;margin-bottom:.25rem}.task-assignee{opacity:.8}.task-category{font-size:1rem}.task-due-date{background:#fff3;border-radius:8px;font-size:.8rem;font-weight:700;padding:.25rem .5rem}.task-due-date.overdue{background:#f443364d;color:#f44336}.task-due-date.due-today{background:#ff98004d;color:#ff9800}.task-due-date.due-tomorrow{background:#ffc1074d;color:#ffc107}.task-due-date.completed{background:#4caf504d;color:#4caf50}.no-tasks{background:#ffffff0d;border:2px dashed #fff3;border-radius:12px;padding:2rem;text-align:center}.completed-section{opacity:.8}.tasks-stats{grid-gap:1rem;border-radius:12px;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);padding:1rem}.stat,.tasks-stats{background:#ffffff1a}.stat{border-radius:10px;padding:.75rem;text-align:center}.stat-number{font-size:1.5rem}.stat-label{font-size:.8rem;font-weight:500}.tasks-list.loading{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:200px}@media (max-width:768px){.tasks-header{flex-direction:column;gap:.5rem;text-align:center}.tasks-summary{flex-wrap:wrap;justify-content:center}.task-card{flex-direction:column;gap:.75rem;text-align:center}.task-meta{justify-content:center}.tasks-stats{gap:.5rem;grid-template-columns:1fr}}.weekly-reflection{height:100%}.reflection-header{border-bottom:2px solid #fff3;margin-bottom:1.5rem;padding-bottom:1rem;text-align:center}.reflection-header h3{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.week-date{background:#fff3;border-radius:12px;display:inline-block;font-size:.9rem;opacity:.8;padding:.25rem .75rem}.reflection-tabs{display:flex;gap:.5rem;margin-bottom:1.5rem;overflow-x:auto;padding-bottom:.5rem}.tab{background:#ffffff1a;border:1px solid #fff3;border-radius:20px;color:inherit;cursor:pointer;flex-shrink:0;font-size:.9rem;font-weight:500;padding:.5rem 1rem;transition:all .3s ease;white-space:nowrap}.tab:hover{background:#fff3}.tab.active,.tab:hover{transform:translateY(-2px)}.tab.active{background:#ffffff4d;border-color:#ffffff80;box-shadow:0 4px 12px #0003}.reflection-content{margin-bottom:1.5rem}.category-section h4{font-size:1.2rem;margin-bottom:1rem;text-align:center}.reflection-items{margin-bottom:1rem;max-height:200px;overflow-y:auto;scrollbar-width:thin}.reflection-items::-webkit-scrollbar{width:6px}.reflection-items::-webkit-scrollbar-track{background:#ffffff1a;border-radius:3px}.reflection-items::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:3px}.reflection-item{align-items:center;background:#ffffff1a;border-radius:10px;display:flex;justify-content:space-between;margin-bottom:.5rem;padding:.75rem;transition:all .3s ease}.reflection-item:hover{background:#ffffff26;transform:translateX(5px)}.item-text{flex:1 1;font-size:.95rem;line-height:1.4}.remove-btn{align-items:center;background:#f443364d;border:none;border-radius:50%;color:#f44336;cursor:pointer;display:flex;font-size:.8rem;height:24px;justify-content:center;transition:all .3s ease;width:24px}.remove-btn:hover{background:#f4433680;transform:scale(1.1)}.no-items{background:#ffffff0d;border:2px dashed #fff3;border-radius:12px;padding:1.5rem;text-align:center}.no-items p{font-size:.9rem;margin-bottom:.5rem}.add-reflection{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff1a;border-radius:12px;padding:1rem}.input-group{display:flex;gap:.5rem}.input-group input{background:#fff3;border:1px solid #ffffff4d;border-radius:10px;color:inherit;flex:1 1;font-size:.95rem;padding:.75rem}.input-group input:focus{background:#ffffff4d;border-color:#fff9;outline:none}.input-group input::placeholder{color:#fff9}.add-btn{background:#4caf504d;border:1px solid #4caf5080;border-radius:10px;color:inherit;cursor:pointer;font-weight:700;padding:.75rem 1rem;transition:all .3s ease;white-space:nowrap}.add-btn:hover{background:#4caf5080;box-shadow:0 4px 12px #0003;transform:translateY(-2px)}.reflection-summary{margin-bottom:1.5rem}.summary-stats{grid-gap:.5rem;background:#ffffff1a;border-radius:12px;display:grid;gap:.5rem;grid-template-columns:repeat(auto-fit,minmax(80px,1fr));padding:1rem}.summary-stat{background:#ffffff1a;border-radius:8px;padding:.5rem;text-align:center}.stat-icon,.stat-number{font-size:1.2rem;margin-bottom:.25rem}.stat-number{color:#4caf50;font-weight:700}.stat-label{font-size:.7rem;line-height:1.2;opacity:.8}.reflection-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.action-btn{border:1px solid #ffffff4d;border-radius:12px;color:inherit;cursor:pointer;font-size:.9rem;font-weight:700;padding:.75rem 1rem;transition:all .3s ease}.action-btn.save{background:#4caf504d;border-color:#4caf5080}.action-btn.share{background:#2196f34d;border-color:#2196f380}.action-btn.print{background:#ff98004d;border-color:#ff980080}.action-btn:hover{box-shadow:0 4px 12px #0003;transform:translateY(-2px)}@media (max-width:768px){.reflection-tabs{flex-wrap:wrap;justify-content:center}.tab{font-size:.8rem;padding:.4rem .8rem}.input-group{flex-direction:column}.summary-stats{grid-template-columns:repeat(2,1fr)}.reflection-actions{align-items:center;flex-direction:column}.action-btn{max-width:200px;width:100%}}@media (max-width:480px){.summary-stats{grid-template-columns:1fr}.stat-label{font-size:.65rem}}
/*# sourceMappingURL=main.1fa9bdb5.css.map*/