/* Small v2-only bridges on top of the reviewed v1 styles.css */

body.shell {
  padding-bottom: 88px; /* room for fixed shell-tabs */
}

.ab-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: var(--primary);
  text-decoration: none;
}

.ab-brand .material-symbols-outlined {
  font-size: 22px;
}

.shell-tab-form {
  flex: 1;
  margin: 0;
  display: flex;
}

.shell-tab-btn {
  flex: 1;
  min-width: var(--sh-tap, 44px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  background: transparent;
  border: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
  padding: 0;
}

.shell-tab-btn .ico {
  font-size: 20px;
  line-height: 1;
}

.shell-plus[aria-hidden="true"] {
  opacity: 0.45;
  pointer-events: none;
}

.task-edit {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  width: 100%;
}

.task-edit input[type="text"] {
  flex: 1;
  min-width: 12rem;
  min-height: 40px;
  background: var(--surface-high);
  color: var(--text);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius);
  padding: 6px 10px;
  font: inherit;
}

.inline-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.inline-form .form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.inline-form .form-field label {
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-subtle);
}

.inline-form input,
.inline-form textarea,
.inline-form select {
  width: 100%;
  min-height: 44px;
  padding: 8px 12px;
  background: var(--surface-high);
  color: var(--text);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius);
  font: inherit;
}

.inline-form textarea {
  min-height: 88px;
  resize: vertical;
}
