*{box-sizing:border-box;margin:0;padding:0}body{background:#f8f9fa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.navbar{align-items:center;background:#fff;border-bottom:1px solid #e9ecef;display:flex;justify-content:center;padding:16px 24px}.nav-brand{color:#333;font-size:20px;font-weight:600}main{min-height:calc(100vh - 65px)}.container{margin:0 auto;max-width:600px;padding:40px 20px}h1{color:#333;margin-bottom:8px}.subtitle{color:#666;margin-bottom:30px}.error,.loading{color:#666;padding:40px;text-align:center}.error{color:#e74c3c}.todo-list{display:flex;flex-direction:column;gap:12px}.todo-item{align-items:center;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;display:flex;justify-content:space-between;padding:16px 20px;transition:all .2s}.todo-item:hover{background:#f8f9fa;box-shadow:0 4px 6px #0000001a;transform:translateY(-2px)}.todo-item.completed{opacity:.6}.todo-item.completed .todo-title{text-decoration:line-through}.todo-title{color:#333;font-size:16px}.todo-status{color:#28a745;font-size:18px}
