@charset "UTF-8";
@import url("https://fonts.bunny.net/css?family=inter-tight:400,500,600,700|jetbrains-mono:400,500&display=swap");
* {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  word-break: normal;
}

img, fieldset {
  border: 0;
}

abbr {
  text-decoration: none;
}

code {
  line-height: 1em;
}

pre {
  overflow: auto;
  word-wrap: normal;
  tab-size: 4;
}

sub, sup {
  line-height: 0.5em;
}

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

iframe, video, embed, object {
  display: block;
  max-width: 100%;
}

img, .left, .right, .center {
  display: block;
}

.center {
  float: none;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

button, input[type=submit] {
  cursor: pointer;
  overflow: visible;
}

body {
  font-family: system-ui, BlinkMacSystemFont, Roboto, "Segoe UI", Segoe, "Helvetica Neue", Tahoma, sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: rgb(17, 17, 17);
  background-color: rgb(255, 255, 255);
  overflow-x: hidden;
}

h1 {
  font-family: system-ui, BlinkMacSystemFont, Roboto, "Segoe UI", Segoe, "Helvetica Neue", Tahoma, sans-serif;
  font-size: 37px;
  line-height: 58px;
  font-weight: bold;
  margin-bottom: 30px;
}

h2 {
  font-family: system-ui, BlinkMacSystemFont, Roboto, "Segoe UI", Segoe, "Helvetica Neue", Tahoma, sans-serif;
  font-size: 29px;
  line-height: 46px;
  font-weight: bold;
  margin-top: 49px;
  margin-bottom: 30px;
}

h3 {
  font-family: system-ui, BlinkMacSystemFont, Roboto, "Segoe UI", Segoe, "Helvetica Neue", Tahoma, sans-serif;
  font-size: 23px;
  line-height: 38px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 19px;
}

h4 {
  font-family: system-ui, BlinkMacSystemFont, Roboto, "Segoe UI", Segoe, "Helvetica Neue", Tahoma, sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 12px;
}

h1 + h2, h2 + h3, h1:first-child, h2:first-child, h3:first-child, hr + h2 {
  margin-top: 0;
}

a {
  color: rgb(212, 32, 32);
  text-decoration: none;
}
p a, .page-content a {
  text-decoration: underline;
}
p a.button, .page-content a.button {
  text-decoration: none;
}

ul {
  list-style-type: disc;
}

ul, ol {
  margin-left: 30px;
}

ul ul, ul ol, ol ul, ol ol {
  margin-top: 12px;
  margin-bottom: 0;
  margin-left: 19px;
}

li {
  margin-bottom: 12px;
}
li:last-child {
  margin-bottom: 0;
}

blockquote {
  background-color: rgb(255, 244, 217);
  padding: 19px;
  border-radius: 0 12px 12px 0;
  border-left: 7px solid rgba(0, 0, 0, 0.1);
}
blockquote > :last-child {
  margin-bottom: 0;
}

sub, sup {
  color: rgb(123, 123, 123);
}

code, pre, kbd {
  font-size: 16px;
}

code {
  background-color: rgba(0, 0, 0, 0.08);
  padding: 4px;
  border-radius: 7px;
  margin: 0 1px;
}
strong code {
  font-weight: normal;
}

pre {
  background-color: rgb(226, 236, 254);
  padding: 19px;
  border-radius: 0 12px 12px 0;
  border-left: 7px solid rgba(0, 0, 0, 0.1);
}

kbd {
  font-size: 14px;
  color: #4e4e4e;
  background-color: #f7f7f7;
  padding: 4px 7px;
  border: 1px solid #ccc;
  border-radius: 7px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px #fafafa inset, 0 0 0 1px #fff inset;
  margin: 0 1px;
}

svg {
  width: 18px;
  height: 18px;
  vertical-align: text-bottom;
}

hr {
  border: 1px dotted rgba(0, 0, 0, 0.25);
  border-width: 0 0 1px 0;
  margin: 30px 0;
}

.drop-cap {
  font-family: system-ui, BlinkMacSystemFont, Roboto, "Segoe UI", Segoe, "Helvetica Neue", Tahoma, sans-serif;
  font-size: 60px;
  line-height: 1em;
  font-weight: bold;
  margin-right: 7px;
  float: left;
}

.small {
  font-size: 14px;
  line-height: 25px;
  color: rgb(123, 123, 123);
}

.callout {
  color: #111111;
  background-color: rgb(213, 250, 204);
  padding: 19px;
}
.callout.alert {
  color: #111111;
  background-color: rgb(255, 242, 122);
}
.callout.note {
  color: #111111;
  background-color: rgb(206, 241, 253);
}
.callout > :last-child {
  margin-bottom: 0;
}

.highlight {
  background-color: rgb(255, 251, 122);
  padding: 4px 0;
}

.impact {
  font-size: 23px;
  line-height: 38px;
}

.pop {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
}

.caption {
  font-size: 14px;
  line-height: 25px;
  color: rgb(123, 123, 123);
  margin-top: -26px;
}
.caption code {
  font-size: 13px;
}
.center + .caption {
  text-align: center;
}
blockquote + .caption {
  padding-left: 26px;
}
h1 + .caption, h2 + .caption {
  margin-top: -28px;
}
h3 + .caption {
  margin-top: -17px;
  margin-bottom: 19px;
}

p, ul, ol, blockquote, pre, img, .callout, .caption {
  margin-bottom: 30px;
}

@media all and (min-width: 682px) {
  body:not(.has-sidebar) h1 {
    font-size: 47px;
    line-height: 72px;
  }
  body:not(.has-sidebar) h2 {
    font-size: 37px;
    line-height: 58px;
  }
  body:not(.has-sidebar) h3 {
    font-size: 29px;
    line-height: 46px;
  }
  body:not(.has-sidebar) h4 {
    font-size: 23px;
    line-height: 38px;
  }
  body:not(.has-sidebar) h1 + .caption, body:not(.has-sidebar) h2 + .caption {
    margin-top: -26px;
  }
  body:not(.has-sidebar) h3 + .caption {
    margin-top: -16px;
  }
  .impact {
    font-size: 29px;
    line-height: 46px;
  }
  .left:not(.bar) {
    float: left;
    clear: both;
    margin-right: 30px;
  }
  .right:not(.bar) {
    float: right;
    clear: both;
    margin-left: 30px;
  }
}
.page-container + .page-container {
  margin-top: 49px;
}

.page-content > :last-child {
  margin-bottom: 0;
}

.page-list {
  margin-bottom: 0;
}

.page-title {
  font-family: system-ui, BlinkMacSystemFont, Roboto, "Segoe UI", Segoe, "Helvetica Neue", Tahoma, sans-serif;
  font-weight: bold;
}
.page-title a {
  color: rgb(17, 17, 17);
}
.page-title a:hover {
  color: rgb(212, 32, 32);
}

.page-title:has(+ .byline) {
  margin-bottom: 0;
}

.byline {
  font-size: 14px;
  line-height: 25px;
  color: rgb(123, 123, 123);
  margin-bottom: 30px;
}
.byline .page-author:after, .byline .page-date:after, .byline .page-edit:after {
  display: block;
  height: 0;
  content: "\a";
  white-space: pre;
}
.byline .avatar {
  width: 50px;
  height: 50px;
}

.author-description {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 30px;
}
.author-description .avatar {
  float: left;
  width: 90px;
  height: 90px;
  margin-right: 19px;
}

.author-description-intro {
  font-weight: bold;
}

.page-container, .headline-area, .byline, .page-content, .page-list, .author-description {
  display: flow-root;
}

@media all and (min-width: 421px) {
  .byline .page-author:after, .byline .page-date:after {
    display: none;
  }
  .byline .page-author + .page-date-intro:before, .byline .page-author + .page-date:before, .byline .page-date + .page-date-intro:before {
    color: rgb(123, 123, 123);
    content: "• ";
  }
}
@media all and (min-width: 682px) {
  .headline-area {
    position: relative;
  }
}
.page-content + .modular-content {
  margin-top: 30px;
}
.modular-content > :last-child {
  margin-bottom: 0;
}

label {
  display: block;
  font-weight: bold;
}
label .required {
  font-weight: normal;
  color: rgb(221, 0, 0);
}

input, textarea, select {
  display: block;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: 1em;
  font-weight: inherit;
  padding: 7px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

input[type=checkbox], input[type=radio], input[type=image], input[type=submit], select {
  width: auto;
}

input[type=checkbox], input[type=radio] {
  display: inline-block;
}
input[type=checkbox] + label, input[type=radio] + label {
  display: inline;
  font-weight: normal;
  margin-left: 4px;
  user-select: none;
}

textarea {
  line-height: inherit;
  padding: 7px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

select {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

button, input[type=submit], .button {
  display: inline-block;
  width: auto;
  font-family: inherit;
  font-size: inherit;
  font-weight: normal;
  line-height: 1em;
  vertical-align: top;
  color: #111111;
  text-decoration: none;
  background-color: rgb(255, 235, 179);
  padding: 12px 12px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-bottom-width: 4px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  cursor: pointer;
  user-select: none;
}
button:hover, button:active, input[type=submit]:hover, input[type=submit]:active, .button:hover, .button:active {
  text-decoration: none;
  background-color: #fff5d9;
  transition: background-color 0.3s ease;
}
button:active, input[type=submit]:active, .button:active {
  border-bottom-width: 2px;
  margin-top: 2px;
}

button.save, .button.save {
  color: #FFFFFF;
  background-color: rgb(80, 155, 38);
}
button.save:hover, button.save:active, .button.save:hover, .button.save:active {
  background-color: #60ba2e;
}
button.delete, .button.delete {
  color: #FFFFFF;
  background-color: rgb(213, 11, 11);
}
button.delete:hover, button.delete:active, .button.delete:hover, .button.delete:active {
  background-color: #f31313;
}
button.action, .button.action {
  color: #FFFFFF;
  background-color: rgb(18, 167, 255);
}
button.action:hover, button.action:active, .button.action:hover, .button.action:active {
  background-color: #38b5ff;
}
button.update, .button.update {
  color: #111111;
  background-color: rgb(252, 252, 13);
}
button.update:hover, button.update:active, .button.update:hover, .button.update:active {
  background-color: #fcfc33;
}
button svg, .button svg {
  vertical-align: inherit;
}

#banner {
  background-color: rgb(255, 255, 168);
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 19px;
  padding-right: 19px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media all and (min-width: 704px) {
  #banner {
    padding-left: 30px;
    padding-right: 30px;
  }
}

#header {
  padding-top: 19px;
  padding-bottom: 19px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#nav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#content {
  word-break: break-word;
  padding-top: 30px;
  padding-bottom: 30px;
}

#footer {
  padding-top: 19px;
  padding-bottom: 19px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.container {
  box-sizing: border-box;
  padding-left: 19px;
  padding-right: 19px;
}
@media all and (min-width: 682px) {
  .container {
    max-width: 644px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (min-width: 704px) {
  .container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media all and (min-width: 1100px) {
  .container {
    max-width: 1040px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

#site-title {
  font-family: system-ui, BlinkMacSystemFont, Roboto, "Segoe UI", Segoe, "Helvetica Neue", Tahoma, sans-serif;
  font-size: 37px;
  line-height: 58px;
  font-weight: bold;
}
#site-title a {
  color: inherit;
}

.menu {
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
  align-items: baseline;
  white-space: nowrap;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.menu::-webkit-scrollbar {
  display: none;
}
.menu li {
  margin-right: 30px;
  margin-bottom: 0;
}
.menu li:last-child {
  margin-right: 0;
}
.menu a {
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
}
.menu:before {
  content: "↔";
  color: rgb(123, 123, 123);
  margin-right: 30px;
}
@media all and (min-width: 682px) {
  .focus .menu {
    justify-content: center;
  }
  .menu:before {
    display: none;
  }
}

.bar {
  color: rgb(123, 123, 123);
}
@media all and (min-width: 1100px) {
  .text .bar {
    width: 100%;
  }
  .text .bar code {
    font-size: 13px;
  }
  .readability .text .bar, .focus .text .bar {
    box-sizing: border-box;
    float: right;
    clear: right;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 19px;
  }
  .readability .text .bar {
    max-width: 347px;
    margin-right: -396px;
  }
  .focus .text .bar {
    max-width: 168px;
    margin-right: -198px;
  }
  .focus .text .bar.left {
    float: left;
    clear: left;
    margin-left: -198px;
  }
}

.bleed {
  display: flow-root;
  position: relative;
  width: 100vw;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 49px;
  margin-bottom: 49px;
  margin-left: -19px;
}
.bleed + .bleed {
  margin-top: -49px;
}
.text:first-child > .page-content:first-child > .bleed:first-child {
  border-top: 0;
  margin-top: -30px;
}
.page-content:last-child .bleed:last-child {
  border-bottom: 0;
  margin-bottom: -30px;
}
@media all and (min-width: 682px) {
  .bleed {
    margin-left: calc((644px - 100vw) / 2);
  }
}
@media all and (min-width: 704px) {
  .bleed {
    margin-left: -30px;
  }
}
@media all and (min-width: 1100px) {
  .bleed {
    margin-left: calc((1040px - 100vw) / 2);
  }
}
.focus .bleed {
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.bleed .container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.bleed pre {
  background-color: rgba(0, 0, 0, 0.1);
}
.bleed.no-border {
  border-top: none;
}
.bleed.red {
  background-color: hsl(0, 100%, 90%);
}
.bleed.red blockquote, .bleed.red .page-content > .small, .bleed.red .caption, .bleed.red .bar {
  color: hsl(0, 100%, 25%);
}
.bleed.salmon {
  background-color: hsl(20, 100%, 90%);
}
.bleed.salmon blockquote, .bleed.salmon .page-content > .small, .bleed.salmon .caption, .bleed.salmon .bar {
  color: hsl(20, 100%, 25%);
}
.bleed.orange {
  background-color: hsl(40, 100%, 90%);
}
.bleed.orange blockquote, .bleed.orange .page-content > .small, .bleed.orange .caption, .bleed.orange .bar {
  color: hsl(40, 100%, 25%);
}
.bleed.yellow {
  background-color: hsl(60, 100%, 90%);
}
.bleed.yellow blockquote, .bleed.yellow .page-content > .small, .bleed.yellow .caption, .bleed.yellow .bar {
  color: hsl(60, 100%, 25%);
}
.bleed.chartreuse {
  background-color: hsl(80, 100%, 90%);
}
.bleed.chartreuse blockquote, .bleed.chartreuse .page-content > .small, .bleed.chartreuse .caption, .bleed.chartreuse .bar {
  color: hsl(80, 100%, 25%);
}
.bleed.lime {
  background-color: hsl(100, 100%, 90%);
}
.bleed.lime blockquote, .bleed.lime .page-content > .small, .bleed.lime .caption, .bleed.lime .bar {
  color: hsl(100, 100%, 25%);
}
.bleed.green {
  background-color: hsl(120, 100%, 90%);
}
.bleed.green blockquote, .bleed.green .page-content > .small, .bleed.green .caption, .bleed.green .bar {
  color: hsl(120, 100%, 25%);
}
.bleed.aquamarine {
  background-color: hsl(140, 100%, 90%);
}
.bleed.aquamarine blockquote, .bleed.aquamarine .page-content > .small, .bleed.aquamarine .caption, .bleed.aquamarine .bar {
  color: hsl(140, 100%, 25%);
}
.bleed.turquoise {
  background-color: hsl(160, 100%, 90%);
}
.bleed.turquoise blockquote, .bleed.turquoise .page-content > .small, .bleed.turquoise .caption, .bleed.turquoise .bar {
  color: hsl(160, 100%, 25%);
}
.bleed.cyan {
  background-color: hsl(180, 100%, 90%);
}
.bleed.cyan blockquote, .bleed.cyan .page-content > .small, .bleed.cyan .caption, .bleed.cyan .bar {
  color: hsl(180, 100%, 25%);
}
.bleed.blue {
  background-color: hsl(200, 100%, 90%);
}
.bleed.blue blockquote, .bleed.blue .page-content > .small, .bleed.blue .caption, .bleed.blue .bar {
  color: hsl(200, 100%, 25%);
}
.bleed.steel {
  background-color: hsl(220, 100%, 90%);
}
.bleed.steel blockquote, .bleed.steel .page-content > .small, .bleed.steel .caption, .bleed.steel .bar {
  color: hsl(220, 100%, 25%);
}
.bleed.lavender {
  background-color: hsl(240, 100%, 90%);
}
.bleed.lavender blockquote, .bleed.lavender .page-content > .small, .bleed.lavender .caption, .bleed.lavender .bar {
  color: hsl(240, 100%, 25%);
}
.bleed.purple {
  background-color: hsl(260, 100%, 90%);
}
.bleed.purple blockquote, .bleed.purple .page-content > .small, .bleed.purple .caption, .bleed.purple .bar {
  color: hsl(260, 100%, 25%);
}
.bleed.orchid {
  background-color: hsl(280, 100%, 90%);
}
.bleed.orchid blockquote, .bleed.orchid .page-content > .small, .bleed.orchid .caption, .bleed.orchid .bar {
  color: hsl(280, 100%, 25%);
}
.bleed.magenta {
  background-color: hsl(300, 100%, 90%);
}
.bleed.magenta blockquote, .bleed.magenta .page-content > .small, .bleed.magenta .caption, .bleed.magenta .bar {
  color: hsl(300, 100%, 25%);
}
.bleed.pink {
  background-color: hsl(320, 100%, 90%);
}
.bleed.pink blockquote, .bleed.pink .page-content > .small, .bleed.pink .caption, .bleed.pink .bar {
  color: hsl(320, 100%, 25%);
}
.bleed.rose {
  background-color: hsl(340, 100%, 90%);
}
.bleed.rose blockquote, .bleed.rose .page-content > .small, .bleed.rose .caption, .bleed.rose .bar {
  color: hsl(340, 100%, 25%);
}

.bleed:has(+ .bleed) {
  border-bottom: 0;
}

@media all and (min-width: 682px) {
  .focus #header, .focus #nav, .focus #nav-2, .focus #footer {
    text-align: center;
  }
  .focus #header-image, .focus #logo {
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (min-width: 682px) {
  .focus .text .headline-area, .focus .text .featured-image-wrap, .focus .text .page-content h1, .focus .text h2, .focus .text h3, .focus .text h1 + .caption, .focus .text h2 + .caption, .focus .text h3 + .caption, .focus .text .impact, .focus .text .extend + .caption, .focus .text .extend .caption {
    text-align: center;
  }
  .focus .text .byline .avatar {
    margin-left: auto;
    margin-right: auto;
  }
}

.readability .text .byline .avatar {
  float: right;
  margin-left: 19px;
  margin-bottom: 0;
}
.focus .text .byline .avatar {
  margin-bottom: 7px;
}
@media all and (min-width: 682px) {
  .readability .text .byline .avatar {
    float: left;
    margin-left: 0;
    margin-right: 19px;
  }
  .focus .text .byline .avatar {
    margin-bottom: 12px;
  }
}
.focus .text .breakout {
  margin-left: auto;
  margin-right: auto;
}
.text .breakout.left {
  float: none;
  margin-left: 0;
  margin-right: 0;
}
.text .pullout.left {
  float: none;
  margin-right: 0;
}
@media all and (min-width: 704px) {
  .readability .text, .focus .text {
    max-width: 644px;
  }
  .readability .text .extend, .focus .text .extend {
    display: flow-root;
    box-sizing: border-box;
    max-width: calc(100vw - 60px);
  }
  .readability .text .headline-area, .readability .text .page-content > h1, .readability .text .page-content > h2, .readability .text .page-content > h3, .readability .text .page-content > .impact, .readability .text .extend, .readability .text .extend + .caption {
    margin-right: calc(704px - 100vw);
  }
  .focus .text {
    margin-left: auto;
    margin-right: auto;
  }
  .focus .text .headline-area, .focus .text .page-content > h1, .focus .text .page-content > h2, .focus .text .page-content > h3, .focus .text .page-content > .impact, .focus .text .extend, .focus .text .extend + .caption {
    margin-left: calc(352px - 50vw);
    margin-right: calc(352px - 50vw);
  }
  .focus .text .extend.right {
    margin-left: 30px;
  }
  .focus .text .extend.left {
    margin-right: 30px;
  }
}
@media all and (min-width: 1100px) {
  .readability .text .pullout, .focus .text .pullout {
    float: right;
    box-sizing: border-box;
  }
  .readability .text .extend, .focus .text .extend {
    max-width: 1040px;
  }
  .readability .text .extend .pullout, .focus .text .extend .pullout {
    float: none;
    max-width: 100%;
  }
  .readability .text .headline-area, .readability .text .page-content > h1, .readability .text .page-content > h2, .readability .text .page-content > h3, .readability .text .page-content > .impact, .readability .text .extend, .readability .text .extend + .caption {
    margin-right: -396px;
  }
  .readability .text .breakout {
    max-width: calc(703px + (100vw - 1040px) / 2);
    margin-right: calc(-396px - (100vw - 1040px) / 2);
  }
  .readability .text .pullout {
    max-width: calc(100vw - (100vw - 1040px) / 2 - 693px);
    margin-right: calc(-396px - (100vw - 1040px) / 2);
  }
  .readability .text .extend .pullout {
    margin-left: 0;
    margin-right: 0;
  }
  .focus .text .headline-area, .focus .text .page-content > h1, .focus .text .page-content > h2, .focus .text .page-content > h3, .focus .text .page-content > .impact, .focus .text .extend, .focus .text .extend + .caption {
    margin-left: -198px;
    margin-right: -198px;
  }
  .focus .text .breakout {
    max-width: calc(505px + (100vw - 1040px) / 2);
    margin-left: 30px;
    margin-right: calc(322px - 50vw);
  }
  .focus .text .breakout.left {
    margin-left: calc(322px - 50vw);
    margin-right: 30px;
  }
  .focus .text .pullout {
    max-width: calc(100vw - (100vw - 1040px) / 2 - 872px);
    margin-right: calc(-198px - (100vw - 1040px) / 2);
  }
  .focus .text .pullout.left {
    float: left;
    margin-left: calc(-198px - (100vw - 1040px) / 2);
    margin-right: 0;
  }
  .focus .text .extend .pullout {
    margin-left: auto;
    margin-right: auto;
  }
  .text .breakout, .text .extend .breakout {
    float: right;
    box-sizing: border-box;
    max-width: calc(505px + (100vw - 1040px) / 2);
    margin-left: 30px;
    margin-right: calc((1040px - 100vw) / 2);
  }
  .text .breakout.left, .text .extend .breakout.left {
    float: left;
    margin-left: calc((1040px - 100vw) / 2);
    margin-right: 30px;
  }
  .has-sidebar .text .breakout, .has-sidebar .text .extend .breakout {
    float: none;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

/* ============================================================
   AI Day Plan, "The Assistant" — assistant.aidayplan.com (PageMotor bespoke theme)
   Hand-authored from aidayplan-build/assistant/style.css.
   Fonts: Bunny only. PageMotor chrome neutralised; the whole
   page lives in content row 1 wrapped in .aidp-assistant.
   ============================================================ */
/* --- Neutralise inherited PageMotor chrome (full-bleed bespoke page) --- */
#header, #nav, #footer, .column-sidebar, .headline-area, .page-title, .byline {
  display: none !important;
}

#content, .container, .columns, .column-content, .page-content, .page, body > .container, .bleed, .text {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

html, body {
  margin: 0 !important;
  padding: 0 !important;
}

/* Belt-and-braces: PM may wrap content row in .text.page-content — kill its type rules inside .aidp-assistant below */
/* ============================================================
   AI Day Plan, "The Assistant"
   Dark slate, luminous teal + violet, Inter Tight + JetBrains Mono
   ============================================================ */
.aidp-assistant {
  /* core palette */
  --bg: #0F172A; /* soft dark slate */
  --bg-2: #0B1120; /* deeper slate */
  --panel: #131D33; /* raised surface */
  --panel-2: #18233D; /* raised surface, lighter */
  --line: #243150; /* hairlines */
  --line-soft: #1B2742;
  --ink: #EAF0FF; /* primary text */
  --ink-soft: #A9B6D6; /* secondary text */
  --ink-dim: #6E7FA6; /* tertiary / mono */
  --teal: #2DD4BF; /* luminous teal */
  --violet: #A78BFA; /* luminous violet */
  --teal-deep: #14B8A6;
  --glow-teal: rgba(45, 212, 191, 0.45);
  --glow-violet: rgba(167, 139, 250, 0.40);
  --radius: 18px;
  --radius-sm: 12px;
  --maxw: 1180px;
  --ff-sans: "Inter Tight", system-ui, -apple-system, "Segoe UI", sans-serif;
  --ff-mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

.aidp-assistant * {
  box-sizing: border-box;
}

.aidp-assistant {
  scroll-behavior: smooth;
}

.aidp-assistant {
  margin: 0;
  font-family: var(--ff-sans);
  color: var(--ink);
  background: radial-gradient(900px 540px at 82% -8%, rgba(167, 139, 250, 0.16), transparent 60%), radial-gradient(820px 520px at 8% 4%, rgba(45, 212, 191, 0.14), transparent 58%), var(--bg);
  background-attachment: fixed;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

/* ---------- helpers ---------- */
.aidp-assistant .mono {
  font-family: var(--ff-mono);
  font-weight: 400;
  letter-spacing: -0.01em;
}

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

.aidp-assistant .grad {
  background: linear-gradient(100deg, var(--teal), var(--violet));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ---------- skip link + focus ---------- */
.aidp-assistant .skip-link {
  position: absolute;
  left: 12px;
  top: -60px;
  background: var(--teal);
  color: #04201C;
  padding: 10px 16px;
  border-radius: 10px;
  font-weight: 600;
  z-index: 100;
  transition: top 0.2s var(--ease);
}

.aidp-assistant .skip-link:focus {
  top: 12px;
}

.aidp-assistant :focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 3px;
  border-radius: 6px;
}

.aidp-assistant a {
  color: var(--teal);
  text-decoration: none;
}

/* ============================================================
   HEADER / NAV
   ============================================================ */
.aidp-assistant .site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
  background: linear-gradient(180deg, rgba(11, 17, 32, 0.86), rgba(11, 17, 32, 0.46));
  border-bottom: 1px solid var(--line-soft);
}

.aidp-assistant .nav {
  max-width: var(--maxw);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
}

.aidp-assistant .brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--ink);
  font-weight: 700;
}

.aidp-assistant .brand-name {
  font-size: 1.05rem;
  letter-spacing: -0.02em;
}

.aidp-assistant .brand-mark {
  display: inline-grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
  padding: 6px;
  border-radius: 9px;
  background: var(--panel);
  border: 1px solid var(--line);
}

.aidp-assistant .brand-mark .dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--ink-dim);
}

.aidp-assistant .brand-mark .dot:nth-child(1) {
  background: var(--teal);
}

.aidp-assistant .brand-mark .dot:nth-child(2) {
  background: var(--violet);
}

.aidp-assistant .brand-mark .dot:nth-child(3) {
  background: var(--ink-dim);
}

.aidp-assistant .nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
}

.aidp-assistant .nav-links a {
  color: var(--ink-soft);
  font-weight: 500;
  font-size: 0.95rem;
  transition: color 0.18s var(--ease);
}

.aidp-assistant .nav-links a:hover {
  color: var(--ink);
}

.aidp-assistant .nav-cta {
  color: var(--ink) !important;
  border: 1px solid var(--line);
  background: var(--panel);
  padding: 8px 16px;
  border-radius: 10px;
}

.aidp-assistant .nav-cta:hover {
  border-color: var(--teal);
  box-shadow: 0 0 0 1px var(--glow-teal);
}

/* ============================================================
   LAYOUT PRIMITIVES
   ============================================================ */
.aidp-assistant section {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 96px 24px;
}

.aidp-assistant .section-head {
  max-width: 760px;
  margin-bottom: 48px;
}

.aidp-assistant .eyebrow {
  color: var(--teal);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin: 0 0 14px;
}

.aidp-assistant .eyebrow.mono {
  color: var(--violet);
}

.aidp-assistant h1, .aidp-assistant h2, .aidp-assistant h3 {
  letter-spacing: -0.03em;
  line-height: 1.08;
  margin: 0;
}

.aidp-assistant h2 {
  font-size: clamp(1.8rem, 4vw, 2.7rem);
  font-weight: 700;
}

.aidp-assistant .section-sub {
  color: var(--ink-soft);
  font-size: 1.08rem;
  max-width: 640px;
  margin: 18px 0 0;
}

/* ============================================================
   HERO
   ============================================================ */
.aidp-assistant .hero {
  padding-top: 70px;
  padding-bottom: 40px;
}

.aidp-assistant .hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

.aidp-assistant .hero-copy .eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  flex-wrap: wrap;
}

.aidp-assistant .hero-copy .eyebrow .mono {
  color: var(--ink-dim);
  font-size: 0.78rem;
  padding: 3px 9px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--bg-2);
}

.aidp-assistant h1 {
  font-size: clamp(2.4rem, 5.4vw, 4rem);
  font-weight: 700;
  margin-bottom: 22px;
}

.aidp-assistant .lede {
  color: var(--ink-soft);
  font-size: 1.16rem;
  max-width: 520px;
  margin: 0 0 32px;
}

.aidp-assistant .hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.aidp-assistant .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--ff-sans);
  font-weight: 600;
  font-size: 1rem;
  padding: 14px 26px;
  border-radius: 12px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform 0.18s var(--ease), box-shadow 0.18s var(--ease), border-color 0.18s var(--ease);
}

.aidp-assistant .btn-primary {
  color: #04201C;
  background: linear-gradient(100deg, var(--teal), #5be3d2);
  box-shadow: 0 10px 36px -12px var(--glow-teal), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.aidp-assistant .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 44px -12px var(--glow-teal);
}

.aidp-assistant .btn-ghost {
  color: var(--ink);
  background: var(--panel);
  border-color: var(--line);
}

.aidp-assistant .btn-ghost:hover {
  border-color: var(--violet);
  box-shadow: 0 0 0 1px var(--glow-violet);
  transform: translateY(-2px);
}

.aidp-assistant .hero-note {
  color: var(--ink-dim);
  font-size: 0.82rem;
  margin: 0;
}

/* ---------- the chat / conversation window ---------- */
.aidp-assistant .hero-demo {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
}

.aidp-assistant .chat {
  background: linear-gradient(180deg, var(--panel), var(--bg-2));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 30px 80px -40px rgba(0, 0, 0, 0.8), 0 0 0 1px rgba(167, 139, 250, 0.06), 0 0 60px -20px var(--glow-violet);
  position: relative;
}

.aidp-assistant .chat::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(420px 200px at 70% -10%, rgba(45, 212, 191, 0.1), transparent 70%);
  pointer-events: none;
}

.aidp-assistant .chat-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-bottom: 1px solid var(--line-soft);
  background: rgba(255, 255, 255, 0.015);
}

.aidp-assistant .win-dots {
  display: inline-flex;
  gap: 6px;
}

.aidp-assistant .win-dots i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--line);
  display: block;
}

.aidp-assistant .win-dots i:nth-child(1) {
  background: #FF5F57;
}

.aidp-assistant .win-dots i:nth-child(2) {
  background: #FEBC2E;
}

.aidp-assistant .win-dots i:nth-child(3) {
  background: #28C840;
}

.aidp-assistant .chat-title {
  color: var(--ink-soft);
  font-size: 0.82rem;
}

.aidp-assistant .chat-status {
  margin-left: auto;
  color: var(--teal);
  font-size: 0.74rem;
  padding: 3px 9px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--bg-2);
}

.aidp-assistant .chat-body {
  padding: 20px 18px 22px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 320px;
}

.aidp-assistant .bubble {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.aidp-assistant .bubble-tag {
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-dim);
}

.aidp-assistant .bubble-user .prompt-line {
  margin: 0;
  align-self: flex-start;
  background: var(--panel-2);
  border: 1px solid var(--line);
  padding: 12px 15px;
  border-radius: 14px 14px 14px 4px;
  font-family: var(--ff-mono);
  font-size: 0.92rem;
  color: var(--ink);
  max-width: 100%;
  min-height: 1.5em;
  word-break: break-word;
}

.aidp-assistant .caret {
  display: inline-block;
  width: 8px;
  height: 1.05em;
  background: var(--teal);
  margin-left: 2px;
  vertical-align: text-bottom;
  border-radius: 1px;
  animation: blink 1s steps(2, start) infinite;
}

@keyframes blink {
  0%, 50% {
    opacity: 1;
  }
  50.01%, 100% {
    opacity: 0;
  }
}
/* thinking shimmer */
.aidp-assistant .thinking {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.aidp-assistant .thinking .shimmer {
  display: inline-flex;
  gap: 7px;
  align-items: center;
}

.aidp-assistant .thinking .shimmer i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--violet);
  animation: pulse 1.1s var(--ease) infinite;
}

.aidp-assistant .thinking .shimmer i:nth-child(2) {
  animation-delay: 0.18s;
  background: #c4b1ff;
}

.aidp-assistant .thinking .shimmer i:nth-child(3) {
  animation-delay: 0.36s;
  background: var(--teal);
}

@keyframes pulse {
  0%, 100% {
    transform: scale(0.7);
    opacity: 0.35;
  }
  40% {
    transform: scale(1.15);
    opacity: 1;
  }
}
.aidp-assistant .thinking-text {
  color: var(--ink-dim);
  font-size: 0.8rem;
}

/* the day card */
.aidp-assistant .bubble-ai .daycard {
  align-self: stretch;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: 4px 14px 14px 14px;
  padding: 16px 16px 14px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.aidp-assistant .daycard-head {
  margin: 0 0 12px;
  font-size: 0.98rem;
  color: var(--ink);
}

.aidp-assistant .daycard-head .mono {
  color: var(--ink-dim);
  font-size: 0.78rem;
}

.aidp-assistant .daycard-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.aidp-assistant .daycard-list li {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 12px;
  align-items: baseline;
  padding: 9px 11px;
  border-radius: 10px;
  background: var(--panel);
  border: 1px solid var(--line-soft);
  border-left: 3px solid var(--teal);
}

.aidp-assistant .daycard-list li .time {
  font-family: var(--ff-mono);
  font-size: 0.78rem;
  color: var(--teal);
  white-space: nowrap;
}

.aidp-assistant .daycard-list li .task {
  color: var(--ink);
  font-size: 0.95rem;
}

.aidp-assistant .daycard-list li .task .sub {
  display: block;
  color: var(--ink-dim);
  font-size: 0.78rem;
  margin-top: 2px;
}

.aidp-assistant .daycard-list li.is-break {
  border-left-color: var(--violet);
  background: rgba(167, 139, 250, 0.07);
}

.aidp-assistant .daycard-list li.is-break .time {
  color: var(--violet);
}

.aidp-assistant .daycard-foot {
  margin: 13px 0 0;
  color: var(--ink-dim);
  font-size: 0.8rem;
}

/* line-by-line reveal animation */
.aidp-assistant .daycard-list li {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.42s var(--ease), transform 0.42s var(--ease);
}

.aidp-assistant .daycard-list li.show {
  opacity: 1;
  transform: none;
}

.aidp-assistant .replay {
  align-self: flex-end;
  font-family: var(--ff-mono);
  font-size: 0.8rem;
  color: var(--ink-soft);
  background: var(--panel);
  border: 1px solid var(--line);
  padding: 8px 14px;
  border-radius: 10px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  transition: border-color 0.18s var(--ease), color 0.18s var(--ease);
}

.aidp-assistant .replay:hover {
  border-color: var(--teal);
  color: var(--ink);
}

.aidp-assistant .replay span {
  font-size: 1rem;
}

/* ============================================================
   HOW IT WORKS
   ============================================================ */
.aidp-assistant .steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  counter-reset: none;
}

.aidp-assistant .step {
  background: linear-gradient(180deg, var(--panel), var(--bg-2));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 24px;
  position: relative;
  transition: transform 0.22s var(--ease), border-color 0.22s var(--ease);
}

.aidp-assistant .step:hover {
  transform: translateY(-4px);
  border-color: var(--line);
  box-shadow: 0 0 40px -22px var(--glow-teal);
}

.aidp-assistant .step-num {
  display: inline-block;
  font-size: 0.9rem;
  color: var(--teal);
  padding: 4px 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--bg-2);
  margin-bottom: 18px;
}

.aidp-assistant .step:nth-child(2) .step-num {
  color: var(--violet);
}

.aidp-assistant .step h3 {
  font-size: 1.22rem;
  margin-bottom: 10px;
}

.aidp-assistant .step p {
  color: var(--ink-soft);
  margin: 0;
  font-size: 0.98rem;
}

/* ============================================================
   DEMO SECTION
   ============================================================ */
.aidp-assistant .demo-shell {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 26px;
  align-items: start;
}

.aidp-assistant .demo-prompts {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.aidp-assistant .chip {
  text-align: left;
  font-family: var(--ff-sans);
  font-size: 0.95rem;
  line-height: 1.4;
  color: var(--ink-soft);
  background: var(--panel);
  border: 1px solid var(--line);
  padding: 16px 18px;
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: border-color 0.18s var(--ease), color 0.18s var(--ease), background 0.18s var(--ease), transform 0.18s var(--ease);
}

.aidp-assistant .chip:hover {
  transform: translateX(3px);
  color: var(--ink);
  border-color: var(--line);
}

.aidp-assistant .chip.is-active {
  color: var(--ink);
  border-color: var(--teal);
  background: linear-gradient(100deg, rgba(45, 212, 191, 0.12), rgba(167, 139, 250, 0.1));
  box-shadow: 0 0 0 1px var(--glow-teal);
}

.aidp-assistant .chat-lg .chat-body {
  min-height: 420px;
}

/* ============================================================
   WHY
   ============================================================ */
.aidp-assistant .why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.aidp-assistant .why-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  transition: border-color 0.22s var(--ease), transform 0.22s var(--ease);
}

.aidp-assistant .why-card:hover {
  transform: translateY(-3px);
  border-color: var(--line);
  box-shadow: 0 0 40px -24px var(--glow-violet);
}

.aidp-assistant .why-card h3 {
  font-size: 1.22rem;
  margin-bottom: 10px;
  color: var(--ink);
}

.aidp-assistant .why-card h3::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(120deg, var(--teal), var(--violet));
  margin-right: 10px;
  vertical-align: middle;
}

.aidp-assistant .why-card p {
  color: var(--ink-soft);
  margin: 0;
}

/* ============================================================
   CTA
   ============================================================ */
.aidp-assistant .cta {
  padding-top: 40px;
}

.aidp-assistant .cta-inner {
  background: radial-gradient(600px 300px at 80% -30%, rgba(167, 139, 250, 0.18), transparent 70%), radial-gradient(500px 280px at 10% 120%, rgba(45, 212, 191, 0.14), transparent 70%), linear-gradient(180deg, var(--panel), var(--bg-2));
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 64px 48px;
  text-align: center;
  box-shadow: 0 40px 100px -50px rgba(0, 0, 0, 0.8);
}

.aidp-assistant .cta-inner h2 {
  margin-bottom: 14px;
}

.aidp-assistant .cta-sub {
  color: var(--ink-soft);
  font-size: 1.1rem;
  max-width: 540px;
  margin: 0 auto 30px;
}

.aidp-assistant .waitlist-form {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 520px;
  margin: 0 auto;
}

.aidp-assistant .field {
  flex: 1 1 260px;
  min-width: 0;
  font-family: var(--ff-sans);
  font-size: 1rem;
  color: var(--ink);
  background: var(--bg-2);
  border: 1px solid var(--line);
  padding: 14px 16px;
  border-radius: 12px;
}

.aidp-assistant .field::placeholder {
  color: var(--ink-dim);
}

.aidp-assistant .field:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 2px;
  border-color: var(--teal);
}

.aidp-assistant .form-msg {
  flex-basis: 100%;
  margin: 6px 0 0;
  font-size: 0.92rem;
  color: var(--teal);
  min-height: 1.2em;
}

.aidp-assistant .form-msg.error {
  color: #ff9b8a;
}

.aidp-assistant .cta-note {
  color: var(--ink-dim);
  font-size: 0.8rem;
  margin: 22px 0 0;
}

/* ============================================================
   FOOTER
   ============================================================ */
.aidp-assistant .site-footer {
  border-top: 1px solid var(--line-soft);
  margin-top: 40px;
}

.aidp-assistant .footer-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 44px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}

.aidp-assistant .brand-sm .brand-name {
  font-size: 0.98rem;
}

.aidp-assistant .footer-tag {
  color: var(--ink-soft);
  margin: 0;
  font-size: 1rem;
}

.aidp-assistant .footer-legal {
  color: var(--ink-dim);
  font-size: 0.78rem;
  margin: 0;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 940px) {
  .aidp-assistant .hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .aidp-assistant .steps {
    grid-template-columns: 1fr;
  }
  .aidp-assistant .demo-shell {
    grid-template-columns: 1fr;
  }
  .aidp-assistant .demo-prompts {
    flex-direction: column;
  }
  .aidp-assistant .why-grid {
    grid-template-columns: 1fr;
  }
  .aidp-assistant .nav-links a:not(.nav-cta) {
    display: none;
  }
  .aidp-assistant section {
    padding: 64px 22px;
  }
}
@media (max-width: 480px) {
  .aidp-assistant h1 {
    font-size: clamp(2rem, 9vw, 2.6rem);
  }
  .aidp-assistant .cta-inner {
    padding: 44px 22px;
  }
  .aidp-assistant .chat-body {
    padding: 16px 14px 18px;
  }
  .aidp-assistant .daycard-list li {
    grid-template-columns: 56px 1fr;
    gap: 9px;
  }
  .aidp-assistant .nav {
    padding: 12px 18px;
  }
  .aidp-assistant .brand-name {
    font-size: 0.98rem;
  }
}
/* ============================================================
   REDUCED MOTION: still card, no typewriter / shimmer / smooth scroll
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  .aidp-assistant {
    scroll-behavior: auto;
  }
  .aidp-assistant *, .aidp-assistant *::before, .aidp-assistant *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
  .aidp-assistant .caret {
    display: none;
  }
  .aidp-assistant .daycard-list li {
    opacity: 1;
    transform: none;
  }
  .aidp-assistant .btn:hover, .aidp-assistant .step:hover, .aidp-assistant .why-card:hover, .aidp-assistant .chip:hover {
    transform: none;
  }
}