@import url("/fonts.css");
:root {
  --paper: #f7f6f0;
  --ink: #303c32;
  --muted: #75796d;
  --line: #e2e3d9;
  --orange: #c94c2f;
  --sage: #e8eddf;
  --white: #fffef9;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.55;
}
button,
input,
textarea,
select {
  font: inherit;
}
button,
a,
input,
textarea,
select {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
  color: inherit;
  background: none;
  border: 0;
}
button:disabled {
  opacity: 0.55;
  cursor: wait;
}
a {
  color: inherit;
  text-decoration: none;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid #8caa7f;
  outline-offset: 4px;
}
button:hover,
a:hover {
  color: var(--orange);
}
header {
  height: 88px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding: 0 3.7%;
  gap: 6%;
  background: var(--paper);
}
.brand {
  font-size: 29px;
  letter-spacing: -1.5px;
  font-weight: 800;
  display: flex;
  align-items: center;
}
.brand-mark {
  background: var(--orange);
  color: #fff9e9;
  width: 34px;
  height: 35px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  line-height: 1;
  margin-right: 10px;
  font-weight: 500;
  padding-bottom: 4px;
}
.dotnet {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -1px;
  color: #7b8174;
}
header nav {
  display: flex;
  gap: 26px;
  height: 100%;
  align-items: center;
}
header nav button {
  height: 100%;
  font-size: 13px;
  position: relative;
}
.nav-active {
  font-weight: bold;
}
.nav-active:after {
  content: "";
  position: absolute;
  height: 3px;
  bottom: 0;
  left: 5px;
  right: 5px;
  background: var(--orange);
}
.header-actions {
  margin-left: auto;
  display: flex;
  gap: 22px;
  align-items: center;
}
.outline {
  border: 1px solid #c9cfc0;
  border-radius: 7px;
  padding: 10px 16px;
  background: transparent;
  font-weight: 600;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.outline:hover {
  border-color: var(--orange);
  background: #fff9ef;
}
.avatar {
  border: 1px solid #c7ceba;
  background: #e2e7d8;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  font-size: 21px;
}
.layout {
  max-width: 1600px;
  margin: auto;
  display: grid;
  grid-template-columns: 208px minmax(0, 1fr) 258px;
  gap: 30px;
  padding: 32px 3.7% 0;
}
.sidebar {
  padding: 8px 20px 0 0;
  border-right: 1px solid var(--line);
}
.eyebrow {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.65px;
  color: #747e6b;
  margin: 0 0 18px;
}
.side-link {
  display: flex;
  gap: 12px;
  align-items: center;
  width: 100%;
  padding: 11px 12px;
  border-radius: 6px;
  margin: 3px 0;
  text-align: left;
  font-size: 17px;
  color: #66725d;
}
.side-link span {
  font-size: 12px;
}
.side-link.selected {
  background: #e9eddf;
  color: #394b32;
  font-weight: bold;
}
.side-link #saved-count {
  margin-left: auto;
  font-size: 10px;
}
.side-rule {
  height: 1px;
  background: var(--line);
  margin: 25px 10px 25px 0;
}
.topic-dot {
  font-size: 11px !important;
  width: 16px;
}
.sidebar-bottom {
  margin-top: 80px;
  padding: 0 12px;
}
.little-flower {
  font-size: 38px;
  color: #b67e4f;
}
.sidebar-bottom p {
  font-family: Georgia, serif;
  font-size: 19px;
  line-height: 1.5;
}
.text-button {
  padding: 0;
  font-size: 12px;
  color: #496144;
  font-weight: 600;
  text-align: left;
}
.fine-links {
  display: flex;
  gap: 13px;
  margin-top: 30px;
}
.fine-links button {
  padding: 0;
  font-size: 10px;
  color: var(--muted);
}
main {
  min-width: 0;
}
.hero {
  min-height: 325px;
  display: flex;
  position: relative;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
  padding: 17px 0 32px;
}
.hero-copy {
  z-index: 1;
  min-width: 355px;
}
.hero .eyebrow {
  font-size: 8px;
  letter-spacing: 1.45px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}
.orange-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--orange);
}
h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 39px;
  font-weight: 400;
  letter-spacing: -1.6px;
  line-height: 1.13;
  margin: 0 0 18px;
}
h1 em {
  color: #a34f32;
  font-weight: 400;
}
h2 {
  font-family: Georgia, serif;
  font-size: 25px;
  letter-spacing: -0.7px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
}
h3 {
  font-family: Georgia, serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.5px;
  margin: 0 0 14px;
}
.hero-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.8;
}
.primary {
  background: var(--orange);
  color: #fffaf0;
  border-radius: 6px;
  padding: 13px 20px;
  font-weight: 600;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.primary:hover {
  background: #a63d25;
  color: white;
}
.hero .primary {
  margin-top: 9px;
}
.hero-note {
  font-size: 9px;
  display: block;
  color: var(--muted);
  margin: 9px 0 0 17px;
}
.hero-art {
  position: relative;
  flex: 1;
  min-width: 170px;
  margin-top: 10px;
}
.hero-art .orbit {
  position: absolute;
  border: 1px dashed #c8cfbd;
  border-radius: 50%;
  width: 235px;
  height: 190px;
  left: -22px;
  top: 28px;
  transform: rotate(-40deg);
}
.orbit-two {
  width: 155px;
  height: 250px;
  left: 28px;
  top: -5px;
  transform: rotate(35deg);
}
.art-card {
  position: absolute;
  width: 115px;
  height: 145px;
  border: 4px solid var(--white);
  outline: 1px solid #dcded1;
  box-shadow: 0 8px 12px #34472f0d;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.art-card span {
  font-size: 74px;
  line-height: 1;
}
.art-card small {
  font-size: 5px;
  letter-spacing: 0.8px;
}
.card-leaf {
  background: #d7dfc2;
  transform: rotate(-18deg);
  top: 10px;
  left: -5px;
  color: #647a43;
}
.card-sun {
  background: #f5d8a4;
  transform: rotate(14deg);
  top: 0;
  left: 88px;
  color: #b8692c;
}
.card-wave {
  background: #c9dce0;
  transform: rotate(4deg);
  top: 117px;
  left: 51px;
  color: #52777e;
}
.spark {
  position: absolute;
  color: #af6a39;
  font-size: 27px;
  font-style: normal;
}
.s1 {
  left: 165px;
  top: 170px;
}
.s2 {
  left: -20px;
  top: 180px;
  font-size: 14px;
}
.s3 {
  left: 190px;
  top: 8px;
  font-size: 17px;
}
.feed {
  padding-top: 27px;
}
.feed-heading {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}
.feed-heading .eyebrow {
  font-size: 8px;
  margin-bottom: 8px;
}
.search {
  display: flex;
  align-items: center;
  color: #7f8878;
  border-bottom: 1px solid #d1d6c9;
  padding: 5px 0;
  gap: 6px;
  max-width: 170px;
}
.search span {
  font-size: 23px;
}
.search input {
  width: 100%;
  min-width: 0;
  border: none;
  background: transparent;
  font-size: 10px;
  color: var(--ink);
  outline-offset: 6px;
}
.filter-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 21px 0;
}
.chip {
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 6px 13px;
  font-size: 10px;
  white-space: nowrap;
}
.chip.active {
  background: #3d513a;
  border-color: #3d513a;
  color: white;
}
.find-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 9px;
  margin-bottom: 14px;
  padding: 20px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 130px;
  gap: 18px;
  transition: border-color 0.2s;
}
.find-card:hover {
  border-color: #bdc8b4;
}
.card-meta {
  display: flex;
  gap: 7px;
  align-items: center;
  font-size: 9px;
  color: var(--muted);
  margin-bottom: 9px;
  flex-wrap: wrap;
}
.author-button {
  font-size: 9px;
  padding: 0;
  color: #5e7150;
}
.mini-avatar {
  width: 19px;
  height: 19px;
  display: inline-grid;
  place-items: center;
  background: #e6eada;
  color: #62754c;
  border-radius: 50%;
  font-size: 13px;
}
.card-title {
  font-family: Georgia, serif;
  text-align: left;
  font-size: 21px;
  line-height: 1.25;
  padding: 0;
  font-weight: 400;
  letter-spacing: -0.3px;
}
.description {
  font-size: 11px;
  color: #757b6e;
  line-height: 1.75;
  margin: 9px 0;
}
.domain {
  font-size: 9px;
  color: #828877;
}
.card-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 14px;
  font-size: 10px;
  flex-wrap: wrap;
}
.card-actions button {
  padding: 3px 0;
  font-size: 10px;
}
.card-actions .voted {
  color: var(--orange);
}
.card-actions .save {
  margin-left: auto;
}
.thumb {
  height: 141px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 85px;
  line-height: 1;
  align-self: center;
  background: #e0e6d4;
  color: #678052;
}
.thumb:before,
.thumb:after {
  content: "";
  position: absolute;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: 0.23;
  width: 170px;
  height: 170px;
}
.thumb:after {
  width: 110px;
  height: 110px;
}
.thumb.garden {
  background: linear-gradient(150deg, #d8e2ba, #98ad76);
  color: #3b6241;
}
.thumb.garden span {
  transform: rotate(-15deg);
  font-size: 115px;
}
.thumb.radio {
  background: #eed7bd;
  color: #95624a;
}
.thumb.space {
  background: #343d4d;
  color: #e7cda5;
}
.thumb.window {
  background: linear-gradient(#b8d6d7 55%, #8da985 55%);
  color: #f8f4dd;
}
.thumb.art {
  background: #dfb093;
  color: #7b443b;
}
.thumb.books {
  background: #dcd0b8;
  color: #86714d;
}
.thumb.earth {
  background: #b8ced1;
  color: #396b75;
}
.thumb.orbit {
  background: #e4d8ea;
  color: #8b6c96;
}
.feed-end {
  text-align: center;
  padding: 27px;
  color: #8a907e;
}
.feed-end > span {
  font-size: 25px;
  color: #bd8f62;
}
.feed-end p {
  font-size: 11px;
  line-height: 1.8;
}
.feed-end strong {
  font-weight: 400;
  color: #5e6d55;
}
.rightbar {
  border-left: 1px solid var(--line);
  padding-left: 25px;
  padding-top: 8px;
}
.welcome-card {
  background: #eaf0e1;
  border: 1px solid #dce4cf;
  border-radius: 9px;
  padding: 23px 20px;
}
.welcome-card .eyebrow {
  font-size: 8px;
  margin-bottom: 15px;
}
.welcome-card p:not(.eyebrow) {
  font-size: 11px;
  color: #77816a;
  line-height: 1.8;
}
.circle-sketch {
  display: flex;
  margin: 22px 0 24px;
  padding-left: 3px;
}
.circle-sketch span {
  width: 39px;
  height: 39px;
  border: 3px solid #eaf0e1;
  margin-left: -3px;
  background: #d6ddc2;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 22px;
  color: #5d704c;
  transform: rotate(-10deg);
}
.circle-sketch span:nth-child(2) {
  background: #efd7b9;
  color: #af7852;
  transform: rotate(15deg);
}
.circle-sketch span:nth-child(3) {
  background: #d3dfe0;
  color: #627c85;
}
.circle-sketch span:nth-child(4) {
  background: #e3cfcc;
  color: #a47165;
}
.wide {
  width: 100%;
}
.weekly {
  padding: 31px 6px;
  border-bottom: 1px solid var(--line);
}
.weekly-icon {
  float: right;
  color: #b09059;
  font-size: 35px;
  transform: rotate(-10deg);
}
.weekly h3 {
  font-size: 25px;
}
.weekly p:not(.eyebrow) {
  font-size: 12px;
  color: #7c806e;
  line-height: 1.75;
}
.weekly p.small {
  font-size: 10px;
}
.weekly .text-button {
  margin-top: 6px;
}
.manifesto {
  padding: 23px 6px;
}
.manifesto > span {
  font-family: Georgia;
  font-size: 45px;
  color: #bcad8b;
  line-height: 1;
}
.manifesto p {
  font-family: Georgia;
  font-size: 22px;
  line-height: 1.45;
  margin: 0 0 15px;
  color: #6c755e;
}
.manifesto small {
  font-size: 8px;
  letter-spacing: 1.4px;
  color: #959781;
}
#hottub-card {
  padding: 20px 6px;
  border-top: 1px solid var(--line);
}
#hottub-card p {
  font-size: 11px;
  color: var(--muted);
}
footer {
  border-top: 1px solid var(--line);
  padding: 23px 3.7%;
  display: flex;
  align-items: center;
  gap: 30px;
  color: #818875;
}
footer .brand {
  font-size: 20px;
}
footer .dotnet {
  font-size: 15px;
}
footer > span {
  font-size: 10px;
}
footer > button {
  margin-left: auto;
  font-size: 10px;
}
.empty {
  padding: 35px 15px;
  text-align: center;
  color: var(--muted);
  background: #eeefe6;
  border-radius: 8px;
}
.empty h3 {
  color: var(--ink);
}
dialog {
  width: min(670px, calc(100% - 24px));
  max-height: 88vh;
  border: 1px solid #d6dccb;
  background: var(--white);
  border-radius: 14px;
  padding: 34px;
  color: var(--ink);
  box-shadow: 0 24px 100px #26311d33;
}
dialog::backdrop {
  background: #25302066;
  backdrop-filter: blur(3px);
}
.close {
  position: absolute;
  right: 12px;
  top: 8px;
  font-size: 25px;
}
.modal-title {
  font-family: Georgia, serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  margin: 12px 0 18px;
}
.modal-description {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
}
.form-field {
  display: grid;
  gap: 6px;
  margin: 15px 0;
  font-size: 12px;
  font-weight: 600;
}
input,
textarea,
select {
  border: 1px solid #cdd4c4;
  border-radius: 5px;
  padding: 11px;
  background: #fafbf6;
  color: var(--ink);
  width: 100%;
}
textarea {
  min-height: 90px;
  resize: vertical;
}
.form-note {
  font-size: 11px;
  color: var(--muted);
}
.form-error {
  color: #a13525;
  font-size: 12px;
}
.comment {
  border-top: 1px solid var(--line);
  padding: 16px 0;
}
.comment p {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  font-size: 13px;
}
.comment-actions {
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
}
.comment-actions button {
  font-size: 10px;
  padding: 0;
  color: var(--muted);
}
.dialog-actions {
  display: flex;
  gap: 12px;
  margin: 20px 0;
  flex-wrap: wrap;
}
.session-art {
  height: 170px;
  font-size: 110px;
}
.session-progress {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: var(--muted);
  margin: 20px 0;
}
.circle-card {
  padding: 26px;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 9px;
  margin: 14px 0;
}
.circle-card .circle-glyph {
  font-size: 30px;
  color: #81966b;
}
.circle-card p {
  color: var(--muted);
  font-size: 12px;
}
.circle-card small {
  font-size: 10px;
  color: var(--muted);
}
.circle-controls {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 20px;
}
#toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  background: #34462f;
  color: #fffef7;
  max-width: 90%;
  padding: 13px 22px;
  border-radius: 8px;
  z-index: 20;
  box-shadow: 0 4px 25px #0002;
  font-size: 13px;
}
.skip {
  position: absolute;
  left: 10px;
  top: -100px;
  background: white;
  padding: 10px;
  z-index: 30;
}
.skip:focus {
  top: 10px;
}
[hidden] {
  display: none !important;
}
.embed header nav,
.embed .sidebar,
.embed .rightbar,
.embed footer,
.embed .hero {
  display: none;
}
.embed .layout {
  display: block;
  max-width: 850px;
}
.embed header {
  height: 65px;
}
.embed .feed {
  padding-top: 0;
}
@media (min-width: 1450px) {
  h1 {
    font-size: 47px;
  }
  .hero-copy {
    min-width: 425px;
  }
  .hero-art {
    margin-left: 10px;
  }
  .layout {
    gap: 35px;
  }
  .hero {
    min-height: 345px;
  }
}
@media (max-width: 1200px) {
  .layout {
    grid-template-columns: 175px minmax(0, 1fr);
    gap: 25px;
  }
  .rightbar {
    display: none;
  }
  .hero-art {
    max-width: 250px;
    margin-left: auto;
  }
  .sidebar {
    padding-right: 12px;
  }
  .hero {
    min-height: 325px;
  }
  .hero-copy {
    min-width: 360px;
  }
  header {
    gap: 7%;
  }
}
@media (max-width: 800px) {
  .layout {
    grid-template-columns: 1fr;
    padding: 20px;
  }
  .sidebar {
    display: none;
  }
  header {
    padding: 0 20px;
    height: 74px;
    gap: 20px;
  }
  header nav {
    gap: 12px;
  }
  header nav button {
    font-size: 11px;
  }
  header nav button:last-child {
    display: none;
  }
  .header-actions {
    gap: 12px;
  }
  .header-actions .outline {
    font-size: 11px;
    padding: 7px 10px;
  }
  .brand {
    font-size: 25px;
  }
  .dotnet {
    font-size: 16px;
  }
  .brand-mark {
    width: 29px;
    height: 30px;
    font-size: 30px;
  }
  .hero {
    padding-top: 10px;
  }
  .hero-copy {
    min-width: 320px;
  }
  .hero-art {
    transform: scale(0.85);
    transform-origin: top left;
    margin-left: 10px;
  }
  h1 {
    font-size: 37px;
  }
  footer {
    gap: 15px;
  }
  footer > button {
    display: none;
  }
  .find-card {
    padding: 17px;
  }
}
@media (max-width: 540px) {
  header nav {
    display: none;
  }
  .hero {
    min-height: 310px;
  }
  .hero-art {
    position: absolute;
    right: -96px;
    top: 50px;
    opacity: 0.25;
    transform: scale(0.7);
  }
  .hero-copy {
    min-width: 0;
  }
  .hero-copy > p {
    max-width: 280px;
  }
  h1 {
    font-size: 36px;
  }
  .hero-note {
    font-size: 10px;
  }
  .feed-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }
  .search {
    max-width: 100%;
    width: 100%;
  }
  .search input {
    font-size: 12px;
  }
  .filter-row {
    gap: 6px;
  }
  .chip {
    padding: 6px 10px;
  }
  .find-card {
    grid-template-columns: minmax(0, 1fr) 79px;
    gap: 12px;
    padding: 15px;
  }
  .thumb {
    height: 100px;
    font-size: 60px;
  }
  .thumb.garden span {
    font-size: 75px;
  }
  .card-title {
    font-size: 20px;
  }
  .card-meta {
    font-size: 8px;
  }
  .card-actions {
    gap: 12px;
  }
  .card-actions .save {
    margin-left: 0;
  }
  .description {
    font-size: 11px;
  }
  .session-art {
    height: 160px;
  }
  .layout {
    padding: 15px;
  }
  dialog {
    padding: 25px 20px;
  }
  .modal-title {
    font-size: 26px;
  }
  footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
  h2 {
    font-size: 25px;
  }
  .hero .eyebrow {
    font-size: 7px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
.integration-preview {
  max-width: 1000px;
  margin: 40px auto;
  padding: 0 25px;
}
.integration-preview > p {
  color: var(--muted);
  margin-bottom: 25px;
}

.mobile-nav {
  display: none;
}
@media (max-width: 800px) {
  .mobile-nav {
    display: flex;
    justify-content: space-around;
    gap: 4px;
    padding: 11px 10px;
    border-bottom: 1px solid var(--line);
  }
  .mobile-nav button {
    font-size: 11px;
    padding: 5px;
  }
  .mobile-nav button.selected {
    color: var(--orange);
    font-weight: bold;
  }
}

.ecosystem-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 11px;
}
footer {
  flex-wrap: wrap;
}
