/* [project]/src/app/globals.css [app-client] (css) */
:root {
  --ink: #192f2b;
  --muted: #65736e;
  --green: #236748;
  --lime: #d9ef91;
  --paper: #f7f9f6;
  --line: #dde4dc;
}

* {
  box-sizing: border-box;
}

body {
  background: var(--paper);
  color: var(--ink);
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

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

button, a, input, textarea, select {
  -webkit-tap-highlight-color: transparent;
}

button {
  cursor: pointer;
}

button:disabled {
  cursor: not-allowed;
  opacity: .45;
}

button:focus-visible, a:focus-visible, select:focus-visible, input:focus-visible, textarea:focus-visible, .upload:focus-within {
  outline-offset: 4px;
  outline: 3px solid #679945;
}

a {
  color: inherit;
  text-decoration: none;
}

.topbar {
  border-bottom: 1px solid var(--line);
  background: #fff;
  align-items: center;
  gap: 38px;
  height: 88px;
  padding: 0 max(5%, 50vw - 600px);
  display: flex;
}

.brand {
  letter-spacing: -1.1px;
  white-space: nowrap;
  align-items: center;
  gap: 10px;
  font-size: 25px;
  font-weight: 800;
  display: flex;
}

.brand-dot {
  color: var(--green);
  margin-left: -10px;
}

.brandmark {
  grid-template-columns: repeat(2, 9px);
  gap: 3px;
  margin-right: 3px;
  display: grid;
  transform: rotate(-8deg);
}

.brandmark span {
  background: var(--green);
  border-radius: 2px;
  width: 9px;
  height: 9px;
}

.brandmark span:last-child {
  background: #a3c965;
}

.place, .community {
  color: var(--muted);
  align-items: center;
  gap: 8px;
  font-size: 14px;
  display: flex;
}

.place {
  border-left: 1px solid var(--line);
  padding-left: 26px;
}

.community {
  margin-left: auto;
}

.live-dot {
  background: #3b8054;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  display: inline-block;
}

main {
  max-width: 1200px;
  margin: auto;
  padding: 0 28px;
}

.round-header {
  justify-content: space-between;
  align-items: center;
  padding: 33px 0 22px;
  display: flex;
}

.eyebrow {
  letter-spacing: 1.7px;
  font-size: 12px;
  font-weight: 700;
}

.round-tag {
  color: var(--muted);
  align-items: center;
  gap: 12px;
  font-size: 13px;
  display: flex;
}

.phase-nav {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 12px;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  overflow: hidden;
}

.phase-tab {
  text-align: left;
  color: var(--muted);
  background: none;
  border: 0;
  align-items: center;
  gap: 18px;
  padding: 18px 24px;
  display: flex;
}

.phase-tab + .phase-tab {
  border-left: 1px solid var(--line);
}

.phase-tab.selected {
  color: var(--ink);
  background: #eaf0e6;
}

.phase-tab .step {
  color: #84947e;
  font-size: 23px;
  font-weight: 500;
}

.phase-tab.selected .step {
  color: var(--green);
}

.phase-tab > span:nth-child(2) {
  font-size: 16px;
  font-weight: 700;
}

.phase-tab small {
  letter-spacing: 1.4px;
  margin-top: 2px;
  font-size: 10px;
  font-weight: 600;
  display: block;
}

.phase-tab svg {
  margin-left: auto;
}

.intro {
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding: 47px 0 38px;
  display: flex;
}

.pill {
  color: #345b3a;
  letter-spacing: 1.2px;
  background: #eaf0e3;
  border: 1px solid #d9e4ce;
  border-radius: 40px;
  align-items: center;
  gap: 8px;
  padding: 6px 11px;
  font-size: 10px;
  font-weight: 700;
  display: inline-flex;
}

h1 {
  letter-spacing: -2.3px;
  margin: 18px 0;
  font-size: 52px;
  font-weight: 600;
  line-height: 1.08;
}

h1 span {
  color: var(--green);
}

.intro p {
  color: var(--muted);
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
}

h2 {
  letter-spacing: -.6px;
  margin: 0;
  font-size: 23px;
  line-height: 1.3;
}

h3 {
  letter-spacing: -.3px;
  font-size: 19px;
  line-height: 1.35;
}

.civic-art {
  flex-shrink: 0;
  width: 290px;
  height: 225px;
  margin-right: 34px;
  position: relative;
  overflow: hidden;
}

.art-sun {
  background: #dfebac;
  border-radius: 50%;
  width: 92px;
  height: 92px;
  position: absolute;
  top: 5px;
  right: 30px;
}

.art-ground {
  background: #286244;
  border-radius: 50%;
  height: 7px;
  position: absolute;
  bottom: 33px;
  left: 0;
  right: 0;
}

.art-building {
  background: #d6e1ce;
  border: 2px solid #306447;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  padding: 20px 15px;
  display: grid;
  position: absolute;
  bottom: 38px;
  transform: skewY(-5deg);
}

.b1 {
  border-radius: 20px 20px 0 0;
  width: 87px;
  height: 132px;
  left: 39px;
}

.b2 {
  background: #e7eacb;
  width: 76px;
  height: 99px;
  left: 128px;
}

.art-building i {
  background: #3f7354;
  border-radius: 6px 6px 0 0;
  height: 18px;
}

.art-tree {
  width: 58px;
  height: 117px;
  position: absolute;
  bottom: 37px;
  right: 13px;
}

.art-tree span {
  background: #6d965b;
  border-radius: 50%;
  width: 58px;
  height: 85px;
  display: block;
}

.art-tree i {
  background: #26563c;
  width: 3px;
  height: 75px;
  position: absolute;
  bottom: 0;
  left: 28px;
}

.art-label {
  letter-spacing: 2px;
  color: var(--green);
  font-size: 10px;
  position: absolute;
  bottom: 6px;
  left: 41px;
}

.suggestion-layout {
  grid-template-columns: 1.65fr 1fr;
  align-items: start;
  gap: 26px;
  display: grid;
}

.form-panel {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 14px;
  padding: 28px;
}

.section-heading {
  align-items: center;
  gap: 14px;
  margin-bottom: 25px;
  display: flex;
}

.section-heading h2 {
  font-size: 20px;
}

.section-heading p {
  color: var(--muted);
  margin: 4px 0 0;
  font-size: 14px;
}

.icon-tile {
  min-width: 44px;
  height: 44px;
  color: var(--green);
  background: #edf2e6;
  border-radius: 11px;
  place-items: center;
  display: grid;
}

.suggestion-form {
  flex-direction: column;
  gap: 10px;
  display: flex;
}

.suggestion-form label {
  font-size: 14px;
  font-weight: 600;
}

.suggestion-form label > span:not(.upload span) {
  color: #537546;
}

.suggestion-form input:not([type="file"]), textarea, select {
  width: 100%;
  color: var(--ink);
  background: #fff;
  border: 1px solid #d7dfd5;
  border-radius: 7px;
  padding: 12px 14px;
}

.suggestion-form > input, .suggestion-form > textarea, .district-select {
  margin-bottom: 9px;
}

input::placeholder, textarea::placeholder {
  color: #8a938e;
  font-size: 14px;
}

textarea {
  resize: vertical;
  min-height: 118px;
}

.field-heading {
  justify-content: space-between;
  gap: 10px;
  display: flex;
}

.field-heading > span {
  color: #778277;
  font-size: 12px;
}

.district-select {
  position: relative;
}

.district-select svg {
  color: #71806d;
  position: absolute;
  top: 14px;
  left: 13px;
}

.district-select select {
  padding-left: 40px;
}

.upload {
  cursor: pointer;
  color: #62785a;
  background: #f9fbf7;
  border: 1px dashed #bccbb5;
  border-radius: 9px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  min-height: 125px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.upload strong {
  font-size: 14px;
  font-weight: 500;
}

.upload span {
  color: var(--muted);
  font-size: 12px;
}

.upload input {
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.upload img {
  object-fit: cover;
  width: 100%;
  height: 150px;
}

.upload.has-preview {
  padding-bottom: 8px;
}

.submit-row {
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-top: 12px;
  display: flex;
}

.submit-row > span {
  color: var(--muted);
  max-width: 165px;
  font-size: 12px;
}

.primary {
  border: 1px solid var(--green);
  background: var(--green);
  color: #fff;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  transition: background .15s;
  display: inline-flex;
}

.primary:hover:not(:disabled) {
  background: #164d32;
}

.side-panel {
  background: #eaf0e3;
  border: 1px solid #dee6d7;
  border-radius: 14px;
  padding: 31px;
}

.side-panel .eyebrow {
  color: #657b58;
  font-size: 10px;
}

.side-panel h2 {
  letter-spacing: -1px;
  margin: 18px 0 12px;
  font-size: 31px;
}

.side-panel > p {
  color: #67775f;
  max-width: 260px;
  font-size: 15px;
}

.tip {
  gap: 13px;
  margin-top: 26px;
  display: flex;
}

.tip > svg {
  color: #557d43;
  flex-shrink: 0;
  width: 21px;
}

.tip strong {
  font-size: 14px;
}

.tip p {
  color: #687660;
  margin: 4px 0 0;
  font-size: 14px;
  line-height: 1.6;
}

.side-note {
  color: #718167;
  border-top: 1px solid #cfdcc4;
  margin-top: 29px;
  padding-top: 23px;
  font-size: 12px;
  line-height: 1.8;
}

.ideas-section {
  margin-top: 50px;
}

.ideas-header {
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 22px;
  display: flex;
}

.ideas-header .eyebrow {
  color: var(--muted);
  font-size: 10px;
}

.ideas-header h2 {
  margin-top: 7px;
}

.count {
  vertical-align: middle;
  background: #edf2e8;
  border: 1px solid #d8e1d1;
  border-radius: 30px;
  margin-left: 5px;
  padding: 4px 9px;
  font-size: 13px;
}

.filter {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 8px;
  align-items: center;
  gap: 4px;
  padding-left: 12px;
  display: flex;
}

.filter select {
  background: none;
  border: 0;
  width: 145px;
  padding: 10px;
  font-size: 13px;
}

.idea-grid, .ballot-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  display: grid;
}

.project-card {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 11px;
  height: 100%;
  overflow: hidden;
}

.project-image {
  height: 175px;
  overflow: hidden;
}

.project-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.project-placeholder {
  color: #66805c;
  background: #dce6d5;
  justify-content: center;
  align-items: center;
  gap: 15px;
  height: 150px;
  display: flex;
}

.project-placeholder span {
  font-size: 13px;
}

.tone-1 {
  color: #83875e;
  background: #e4e7d8;
}

.tone-2 {
  color: #597b74;
  background: #dce9e7;
}

.project-body {
  padding: 21px;
}

.district {
  color: #708166;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 600;
  display: flex;
}

.project-body h3 {
  margin: 11px 0 9px;
}

.project-body > p {
  color: var(--muted);
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}

.empty {
  text-align: center;
  color: var(--muted);
  border: 1px dashed #cdd8c7;
  border-radius: 12px;
  margin-top: 20px;
  padding: 45px 24px;
}

.empty > svg {
  color: var(--green);
}

.empty h2, .empty h3 {
  color: var(--ink);
}

.empty .primary {
  margin-top: 12px;
}

.notice {
  background: #edf2e7;
  border-radius: 8px;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  padding: 14px 17px;
  font-size: 14px;
  display: flex;
}

.notice.error {
  color: #953e31;
  background: #fff0ed;
  margin: 15px 0;
}

.notice.success {
  color: #345d29;
  background: #e8f2df;
}

.text-button {
  color: inherit;
  background: none;
  border: 0;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  text-decoration: underline;
  display: inline-flex;
}

.loading {
  text-align: center;
  color: var(--muted);
  padding: 75px 20px;
}

.loading-icon {
  width: 15px;
}

.compact {
  padding-bottom: 40px;
}

.stat-block {
  border-left: 1px solid var(--line);
  color: var(--muted);
  flex-direction: column;
  padding: 15px 45px;
  display: flex;
}

.stat-block strong {
  letter-spacing: -3px;
  color: var(--green);
  font-size: 58px;
}

.stat-block span {
  font-size: 13px;
}

.ballot-heading {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin: 24px 0;
  display: flex;
}

.ballot-heading h2 {
  margin-top: 8px;
}

.ballot-heading p {
  color: var(--muted);
  font-size: 14px;
}

.progress-badge {
  white-space: nowrap;
  color: var(--green);
  background: #e8eee2;
  border-radius: 8px;
  align-items: center;
  gap: 8px;
  padding: 12px;
  font-size: 13px;
  display: flex;
}

.rank-controls {
  background: #e7eedf;
  border-radius: 9px 9px 0 0;
  justify-content: space-between;
  align-items: center;
  padding: 10px 14px;
  display: flex;
}

.rank-controls strong {
  font-size: 20px;
}

.rank-controls strong span {
  margin-left: 5px;
  font-size: 11px;
  font-weight: 400;
}

.rank-controls button {
  color: var(--green);
  background: #fff;
  border: 1px solid #cfdac5;
  border-radius: 5px;
  margin-left: 4px;
  padding: 5px;
  display: inline-flex;
}

.ballot-card .project-card {
  height: auto;
}

.ballot-card:has(.rank-controls) .project-card {
  border-radius: 0 0 11px 11px;
}

.choice-buttons {
  gap: 8px;
  margin-top: 20px;
  display: flex;
}

.choice-buttons button, .choose {
  border: 1px solid var(--line);
  color: var(--green);
  background: #f7f9f4;
  border-radius: 7px;
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 10px;
  display: flex;
}

.choose {
  width: 100%;
  margin-top: 20px;
}

.choice-buttons .chosen, .choose.chosen {
  background: var(--green);
  color: #fff;
  border-color: var(--green);
}

.budget-label {
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  font-size: 14px;
  display: flex;
}

.budget-label input {
  border: 1px solid var(--line);
  border-radius: 6px;
  width: 70px;
  padding: 8px;
}

.vote-footer {
  border-top: 1px solid var(--line);
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 28px;
  padding-top: 22px;
  display: flex;
}

.vote-footer > span {
  color: var(--green);
  font-size: 14px;
}

.vote-footer small {
  color: var(--muted);
  margin-top: 4px;
  font-size: 12px;
  display: block;
}

.result-note {
  color: var(--green);
  background: #e7eedf;
  border-radius: 10px;
  align-items: center;
  gap: 15px;
  margin-bottom: 28px;
  padding: 12px 22px;
  display: flex;
}

.result-note > svg {
  flex-shrink: 0;
}

.result-note p {
  font-size: 14px;
}

.winner {
  background: #eff4e7;
  border: 1px solid #b8cda4;
  border-radius: 12px;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.winner .project-card {
  border: 0;
  border-radius: 0;
}

.winner-heading {
  letter-spacing: 1px;
  color: var(--green);
  align-items: center;
  gap: 8px;
  padding: 14px;
  font-size: 10px;
  display: flex;
}

.winner-heading strong {
  margin-left: auto;
  font-size: 20px;
}

.result-score {
  justify-content: space-between;
  gap: 8px;
  margin-top: auto;
  padding: 15px;
  font-size: 12px;
  display: flex;
}

.result-score span {
  color: var(--muted);
}

.all-results {
  border-top: 1px solid var(--line);
  margin-top: 30px;
  padding-top: 20px;
}

.all-results summary {
  cursor: pointer;
}

.result-row {
  border-bottom: 1px solid var(--line);
  justify-content: space-between;
  gap: 20px;
  padding: 14px 0;
  font-size: 14px;
  display: flex;
}

.muted {
  color: var(--muted);
  font-size: 13px;
}

footer {
  border-top: 1px solid var(--line);
  color: #778271;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 65px;
  padding: 27px 0;
  font-size: 12px;
  display: flex;
}

.brand.small {
  color: var(--ink);
  font-size: 19px;
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

@media (min-width: 1000px) {
  .ballot-grid:has( > .ballot-card:nth-child(2):last-child) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .topbar {
    padding: 0 25px;
  }

  .place {
    display: none;
  }

  .suggestion-layout {
    grid-template-columns: 1.45fr 1fr;
    gap: 18px;
  }

  .form-panel, .side-panel {
    padding: 22px;
  }

  .civic-art {
    width: 245px;
    margin-right: 0;
  }

  h1 {
    font-size: 43px;
  }

  .idea-grid, .ballot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .submit-row {
    flex-direction: column;
    align-items: start;
  }

  .side-panel h2 {
    font-size: 28px;
  }

  .phase-tab {
    padding: 15px;
  }

  .phase-tab svg {
    display: none;
  }

  .stat-block {
    padding: 15px 25px;
  }
}

@media (max-width: 640px) {
  .topbar {
    height: 72px;
    padding: 0 20px;
  }

  .brand {
    font-size: 23px;
  }

  .community {
    display: none;
  }

  main {
    padding: 0 20px;
  }

  .round-header {
    padding: 24px 0 17px;
  }

  .round-tag {
    display: none;
  }

  .eyebrow {
    font-size: 10px;
  }

  .phase-tab {
    align-items: start;
    gap: 7px;
    padding: 13px 9px;
  }

  .phase-tab .step {
    font-size: 17px;
  }

  .phase-tab > span:nth-child(2) {
    font-size: 12px;
  }

  .phase-tab small {
    letter-spacing: .6px;
    margin-top: 5px;
    font-size: 8px;
  }

  .intro {
    padding: 32px 0;
  }

  .civic-art {
    display: none;
  }

  h1 {
    letter-spacing: -1.6px;
    font-size: 39px;
  }

  .intro p {
    font-size: 15px;
  }

  .desktop-break {
    display: none;
  }

  .suggestion-layout {
    grid-template-columns: 1fr;
  }

  .form-panel {
    padding: 21px 18px;
  }

  .section-heading {
    gap: 10px;
  }

  .section-heading h2 {
    font-size: 18px;
  }

  .section-heading p {
    font-size: 12px;
  }

  .side-panel {
    padding: 25px;
  }

  .side-panel h2 br {
    display: none;
  }

  .side-panel h2 {
    font-size: 25px;
  }

  .side-panel > p {
    max-width: none;
  }

  .tip {
    margin-top: 18px;
  }

  .side-note {
    margin-top: 22px;
    padding-top: 18px;
  }

  .submit-row {
    flex-direction: row;
    align-items: center;
  }

  .submit-row > span {
    font-size: 11px;
  }

  .primary {
    gap: 9px;
    padding: 12px 15px;
  }

  .ideas-header {
    flex-direction: column;
    align-items: start;
  }

  .idea-grid, .ballot-grid {
    grid-template-columns: 1fr;
  }

  .ideas-section {
    margin-top: 35px;
  }

  .project-image {
    height: 205px;
  }

  .stat-block {
    display: none;
  }

  .ballot-heading {
    flex-direction: column;
    align-items: start;
  }

  .ballot-heading h2 {
    font-size: 23px;
  }

  .vote-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .vote-footer .primary {
    width: 100%;
  }

  footer {
    flex-direction: column;
    align-items: start;
    gap: 10px;
    margin-top: 45px;
  }

  .field-heading > span {
    font-size: 11px;
  }
}

/*# sourceMappingURL=src_app_globals_162hn9o.css.map*/