:root{--primary:#2dd4bf;--primary-dark:#14b8a6;--secondary:#1e293b;--accent:#06b6d4;--background:#fff;--surface:#f8fafc;--text:#1e293b;--text-secondary:#64748b;--border:#e2e8f0;--success:#22c55e;--warning:#f59e0b;--error:#ef4444;--shadow-sm:0 1px 2px 0 #0000000d;--shadow:0 4px 6px -1px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a}[data-theme=dark]{--primary:#2dd4bf;--primary-dark:#14b8a6;--secondary:#64748b;--accent:#06b6d4;--background:#0f172a;--surface:#1e293b;--text:#f1f5f9;--text-secondary:#94a3b8;--border:#334155;--success:#22c55e;--warning:#f59e0b;--error:#ef4444}*{box-sizing:border-box;margin:0;padding:0}body{color:#1e293b;color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;transition:background-color .3s ease,color .3s ease}.app,body{background-color:#fff;background-color:var(--background);min-height:100vh}.app{display:flex;flex-direction:column}.header{background:#2dd4bf;background:var(--primary);box-shadow:0 10px 15px -3px #0000001a;box-shadow:var(--shadow-lg);color:#fff;padding:2rem}.header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1400px}.header-left h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.header .date{font-size:1.2rem;font-weight:300;opacity:.9}.header-right,.user-info{align-items:center;display:flex;gap:1rem}.user-info{color:#fff}.user-info span{font-weight:500}.main-content{flex:1 1;margin:0 auto;max-width:1400px;padding:2rem;width:100%}.loading{align-items:center;color:#64748b;color:var(--text-secondary);display:flex;flex-direction:column;height:60vh;justify-content:center}.spinner{animation:spin 1s linear infinite;border:4px solid #e2e8f0;border-left-color:#2dd4bf;border:4px solid var(--border);border-left-color:var(--primary);border-radius:50%;height:40px;margin-bottom:1rem;width:40px}@keyframes spin{to{transform:rotate(1turn)}}.dashboard-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.dashboard-header h2{color:#1e293b;color:var(--text);font-size:2rem;font-weight:600}.lists-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.list-card{background:#f8fafc;background:var(--surface);border:2px solid #e2e8f0;border:2px solid var(--border);border-radius:16px;box-shadow:0 4px 6px -1px #0000001a;box-shadow:var(--shadow);cursor:pointer;padding:2rem;transition:all .3s ease}.list-card:hover{border-color:#2dd4bf;border-color:var(--primary);box-shadow:0 20px 25px -5px #0000001a;box-shadow:var(--shadow-xl);transform:translateY(-4px)}.list-header{margin-bottom:1.5rem}.list-header,.list-icon{align-items:center;display:flex}.list-icon{background:#2dd4bf;background:var(--primary);border-radius:12px;color:#fff;font-size:2rem;font-weight:600;height:3rem;justify-content:center;margin-right:1rem;width:3rem}.list-icon.large{font-size:2.5rem;height:4rem;width:4rem}.list-header h3{color:#1e293b;color:var(--text);font-size:1.5rem;font-weight:600}.list-description{color:#64748b;color:var(--text-secondary);font-size:.95rem;line-height:1.5;margin-top:1rem}.progress-bar{background:#e2e8f0;background:var(--border);border-radius:4px;height:8px;margin-bottom:.5rem;overflow:hidden}.progress-fill{border-radius:4px;height:100%;transition:width .3s ease,background-color .3s ease}.progress-text{color:#64748b;color:var(--text-secondary);font-size:.9rem;font-weight:500}.task-header{background:#f8fafc;background:var(--surface);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:16px;box-shadow:0 4px 6px -1px #0000001a;box-shadow:var(--shadow);justify-content:space-between;margin-bottom:2rem;padding:2rem}.list-info,.task-header{align-items:center;display:flex}.list-info{flex:1 1;margin:0 2rem}.list-info h2{color:#1e293b;color:var(--text);font-size:2rem;font-weight:600;margin-bottom:.25rem}.list-info p{color:#64748b;color:var(--text-secondary);font-size:1rem}.tasks-container{background:#f8fafc;background:var(--surface);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:16px;box-shadow:0 4px 6px -1px #0000001a;box-shadow:var(--shadow);padding:2rem}.empty-state{color:#64748b;color:var(--text-secondary);font-size:1.1rem;padding:4rem 2rem;text-align:center}.tasks-list{display:flex;flex-direction:column;gap:1rem}.task-item{align-items:flex-start;background:#fff;background:var(--background);border:2px solid #e2e8f0;border:2px solid var(--border);border-radius:12px;display:flex;padding:1.5rem;transition:all .2s ease}.task-item:hover{border-color:#2dd4bf;border-color:var(--primary);box-shadow:0 4px 6px -1px #0000001a;box-shadow:var(--shadow);transform:translateY(-2px)}.task-item.completed{background:#f8fafc;background:var(--surface);opacity:.7}.task-checkbox{accent-color:#2dd4bf;accent-color:var(--primary);cursor:pointer;height:20px;margin-right:1rem;margin-top:.2rem;transform:scale(1.2);width:20px}.task-content{cursor:pointer;flex:1 1}.task-content:hover{opacity:.8}.task-main{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.task-main h4{color:#1e293b;color:var(--text);font-size:1.1rem;font-weight:600}.task-time{background:#f8fafc;background:var(--surface);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:20px;font-size:.85rem;font-weight:500;padding:.25rem .75rem}.task-description,.task-time{color:#64748b;color:var(--text-secondary)}.task-description{font-size:.95rem;line-height:1.4;margin-bottom:.5rem}.task-duration{background:#f8fafc;background:var(--surface);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:12px;color:#64748b;color:var(--text-secondary);font-size:.8rem;font-weight:500;padding:.2rem .6rem}.completion-info{color:#2dd4bf;color:var(--primary);font-size:.9rem;font-weight:500;margin-left:1rem}.btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:500;justify-content:center;padding:.75rem 1.5rem;text-decoration:none;transition:all .2s ease;white-space:nowrap}.btn-primary{background:#2dd4bf;background:var(--primary);color:#fff}.btn-primary:hover{background:#14b8a6;background:var(--primary-dark);box-shadow:0 4px 6px -1px #0000001a;box-shadow:var(--shadow);transform:translateY(-1px)}.btn-secondary{background:#f8fafc;background:var(--surface);border:1px solid #e2e8f0;border:1px solid var(--border);color:#64748b;color:var(--text-secondary)}.btn-secondary:hover{background:#fff;background:var(--background);border-color:#2dd4bf;border-color:var(--primary);color:#1e293b;color:var(--text)}.btn-danger{background:#ef4444;background:var(--error);color:#fff}.btn-danger:hover{background:#dc2626;box-shadow:0 4px 6px -1px #0000001a;box-shadow:var(--shadow);transform:translateY(-1px)}.btn-small{font-size:.9rem;padding:.5rem 1rem}.modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-overlay+.modal-overlay{z-index:1100}.modal{background:#f8fafc;background:var(--surface);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:16px;box-shadow:0 20px 25px -5px #0000001a;box-shadow:var(--shadow-xl);max-height:90vh;max-width:500px;overflow-y:auto;padding:2rem;width:90%;z-index:inherit}.modal.large{max-width:700px}.modal h3{color:#1e293b;color:var(--text);font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.modal-header{border-bottom:2px solid #e2e8f0;border-bottom:2px solid var(--border);margin-bottom:2rem;padding-bottom:1rem;text-align:center}.modal-header h2{color:#1e293b;color:var(--text);margin-bottom:.5rem}.modal-header p{color:#64748b;color:var(--text-secondary);font-size:1rem}.modal form{display:flex;flex-direction:column;gap:1rem}.modal input,.modal select,.modal textarea{background:#fff;background:var(--background);border:2px solid #e2e8f0;border:2px solid var(--border);border-radius:8px;color:#1e293b;color:var(--text);font-size:1rem;padding:.75rem;transition:border-color .2s ease}.modal input:focus,.modal select:focus,.modal textarea:focus{border-color:#2dd4bf;border-color:var(--primary);outline:none}.modal textarea{min-height:80px;resize:vertical}.form-row{display:flex;gap:1rem}.form-row input{flex:1 1}.modal-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem}.settings-content{display:flex;flex-direction:column;gap:2rem}.settings-section{background:#fff;background:var(--background);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:12px;padding:1.5rem}.settings-section h3{align-items:center;color:#1e293b;color:var(--text);display:flex;font-size:1.3rem;gap:.5rem;margin-bottom:1rem}.checkbox-label{align-items:center;cursor:pointer;display:flex!important;gap:.5rem}.checkbox-label input[type=checkbox]{accent-color:#2dd4bf;accent-color:var(--primary);margin:0}.form-group small{color:#64748b;color:var(--text-secondary);display:block;font-size:.85rem;margin-top:.25rem}.login-container{align-items:center;background:#fff;background:var(--background);display:flex;justify-content:center;min-height:100vh;padding:2rem}.login-card{background:#f8fafc;background:var(--surface);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:20px;box-shadow:0 20px 25px -5px #0000001a;box-shadow:var(--shadow-xl);max-width:500px;padding:3rem;text-align:center;width:100%}.login-card h1{color:#1e293b;color:var(--text);font-size:2.5rem;margin-bottom:1rem}.login-card p{color:#64748b;color:var(--text-secondary)}.login-btn,.login-card p{font-size:1.1rem;margin-bottom:2rem}.login-btn{padding:1rem 2rem;width:100%}.login-features{background:#fff;background:var(--background);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:12px;margin-top:2rem;padding:1.5rem;text-align:left}.login-features h3{color:#1e293b;color:var(--text);font-size:1.2rem;margin-bottom:1rem}.login-features ul{list-style:none;margin:0;padding:0}.login-features li{color:#64748b;color:var(--text-secondary);font-size:.95rem;margin:.5rem 0;padding-left:1.5rem;position:relative}.login-features li:before{color:#2dd4bf;color:var(--primary);content:"✓";font-weight:700;left:0;position:absolute}@media (max-width:768px){.header{padding:1.5rem}.header-content{flex-direction:column;gap:1rem}.header h1{font-size:2rem}.main-content{padding:1rem}.lists-grid{gap:1rem;grid-template-columns:1fr}.list-card,.task-header{padding:1.5rem}.task-header{flex-direction:column;gap:1rem}.list-info{margin:0;text-align:center}.task-item{padding:1rem}.task-main{align-items:flex-start;flex-direction:column;gap:.5rem}.modal{margin:1rem;padding:1.5rem}.form-row,.modal-actions{flex-direction:column}.header-right{flex-wrap:wrap;justify-content:center}}@media print{.btn,.header,.modal-overlay{display:none}.task-item{break-inside:avoid;page-break-inside:avoid}body{background:#fff;color:#000}}.btn:focus,.modal input:focus,.modal select:focus,.modal textarea:focus,.task-checkbox:focus{outline:2px solid #2dd4bf;outline:2px solid var(--primary);outline-offset:2px}@media (prefers-reduced-motion:no-preference){*{transition:background-color .2s ease,color .2s ease,border-color .2s ease}}.form-group{display:flex;flex-direction:column;margin-bottom:1rem}.form-group label{color:#1e293b;color:var(--text);display:block;font-weight:500;margin-bottom:.5rem}.color-picker-container{align-items:center;display:flex;flex-direction:row;gap:1rem}.color-picker-container label{margin-bottom:0;white-space:nowrap}.color-picker-square{-webkit-appearance:none;appearance:none;background:none;border:2px solid #e2e8f0;border:2px solid var(--border);border-radius:8px;cursor:pointer;height:60px;padding:0;transition:all .2s ease;width:60px}.color-picker-square::-webkit-color-swatch-wrapper{border:none;border-radius:6px;padding:0}.color-picker-square::-webkit-color-swatch{border:none;border-radius:6px}.color-picker-square::-moz-color-swatch{border:none;border-radius:6px}.color-picker-square:hover{border-color:#2dd4bf;border-color:var(--primary);transform:scale(1.05)}.task-preview-item{align-items:center;display:flex;font-size:.85rem;gap:.5rem;padding:.25rem 0;transition:opacity .2s ease}.task-preview-item:hover{opacity:.8}.task-preview-checkbox{align-items:center;border-radius:3px;display:flex;font-size:10px;font-weight:700;height:16px;justify-content:center;transition:all .2s ease;width:16px}.task-preview-checkbox:hover{transform:scale(1.1)}.task-preview-name{color:#1e293b;color:var(--text);flex:1 1}.task-preview-time{color:#64748b;color:var(--text-secondary);font-size:.75rem}
/*# sourceMappingURL=main.f86b29ad.css.map*/