.container-5c7d83 {
  width: 100%;
  margin: 0 auto;
  padding: 1.5rem 1rem;
}

.sm-ce2964 {
  max-width: 640px;
}

.md-377abe {
  max-width: 800px;
}

.lg-21d753 {
  max-width: 1024px;
}

.xl-6fd4ff {
  max-width: 1280px;
}

@media (max-width: 768px) {
  .container-5c7d83 {
    padding: 1rem 1rem;
  }
}

@media (max-width: 480px) {
  .container-5c7d83 {
    padding: 1rem 0.75rem;
  }
}

.form-4c417c {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.textarea-7d1c2d {
  width: 100%;
  padding: 0.875rem 1rem;
  background-color: #000000;
  border: none;
  border-radius: 6px;
  color: #ffffff;
  font-size: 0.95rem;
  transition: background-color 0.15s ease;
  resize: none;
  font-family: inherit;
  line-height: 1.5;
}

.textarea-7d1c2d:focus {
  outline: none;
  background-color: #0a0a0a;
}

.textarea-7d1c2d::placeholder {
  color: #666;
}

.button-c75a6f {
  padding: 0.875rem 1.5rem;
  background-color: #8B4000;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s ease;
  white-space: nowrap;
}

.button-c75a6f:hover {
  background-color: #A05200;
}

.button-c75a6f:active {
  transform: scale(0.98);
}

.todoItem-29a222 {
  background-color: #000000;
  border-radius: 6px;
  padding: 0.875rem 1rem;
  display: flex;
  align-items: start;
  gap: 0.75rem;
  transition: all 0.15s ease;
  cursor: pointer;
}

.todoItem-29a222:hover {
  background-color: #0a0a0a;
}

.todoItem-29a222.completed-636976 {
  opacity: 0.5;
}

.todoItem-29a222.completed-636976 .todoTitle-c6b2f9 {
  text-decoration: line-through;
  color: #888;
}

.todoCheckbox-87f251 {
  width: 20px;
  height: 20px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #000;
  background-color: #fff;
  font-weight: bold;
  font-size: 0.75rem;
}

.todoItem-29a222.completed-636976 .todoCheckbox-87f251 {
  background-color: #fff;
}

.todoTitle-c6b2f9 {
  font-size: 0.95rem;
  color: #ffffff;
  flex: 1;
}

/* Sections */
.section-7c387c {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.sectionTitle-87d2bd {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #666;
  margin-bottom: 0.5rem;
}

.sectionTodos-c493b1 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

/* Header */
.header-ef2236 {
  text-align: center;
  margin-bottom: 2rem;
}

.header-ef2236 h1 {
  font-size: 2.5rem;
  margin-bottom: 0.25rem;
  letter-spacing: -0.02em;
}

.subtitle-0daa63 {
  color: #999;
  font-size: 1rem;
  margin-bottom: 0;
}

/* Todo List */
.todoList-9e7115 {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

/* CSS Reset and Global Styles */

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  line-height: 1.6;
  color: #e0e0e0;
  background-color: #1a1a1a;
  min-height: 100vh;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 0.5em;
  color: #ffffff;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-bottom: 1em;
}

a {
  color: #ffffff;
  text-decoration: none;
}

a:hover {
  color: #cccccc;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

button {
  font-family: inherit;
  cursor: pointer;
}

ul, ol {
  list-style-position: inside;
}

input,
textarea,
select,
button {
  font: inherit;
}
