:root {
  --blue: #76233f;
  --blue-dark: #5e1932;
  --burgundy: #76233f;
  --rose: #b95470;
  --ink: #182334;
  --muted: #758196;
  --line: #e5e9f0;
  --canvas: #fbf8f6;
  --column: #eef1f5;
  --shadow: 0 8px 30px #31132012;
  --green: #20a879;
  --font: 'DM Sans', sans-serif;
  --display: 'Manrope', sans-serif;
}
* { box-sizing: border-box; }
body { margin: 0; background: var(--canvas); color: var(--ink); font-family: var(--font); font-size: 14px; -webkit-font-smoothing: antialiased; }
button { font: inherit; cursor: pointer; }
.topbar { height: 64px; background: #fff; border-bottom: 1px solid var(--line); display: flex; align-items: center; padding: 0 29px; gap: 22px; position: sticky; top: 0; z-index: 5; }
.brand { display: flex; align-items: center; gap: 9px; font: 800 21px var(--display); color: #17243a; text-decoration: none; letter-spacing: -1px; }
.brand-mark { width: 27px; height: 27px; border-radius: 8px; background: var(--blue); color: #fff; display: grid; place-items: center; font: 800 22px var(--display); transform: rotate(-4deg); }
.junto-brand { font: 400 29px 'Pacifico', cursive; letter-spacing: 0; color: var(--burgundy); gap: 11px; }
.junto-brand .brand-mark { font: 400 21px 'Pacifico', cursive; transform: rotate(-5deg); border-radius: 9px 9px 9px 3px; }
.top-divider,.tool-separator { height: 27px; border-left: 1px solid var(--line); }
.workspace-switch,.nav-item,.icon-button,.privacy,.star-btn,.filter-chip,.context-btn,.text-button,.modal-close,.share-btn,.cancel-btn { border: 0; background: transparent; color: inherit; }
.workspace-switch { display: flex; align-items: center; gap: 9px; font-weight: 600; padding: 9px 4px; }
.workspace-icon { color: #f4a844; font-size: 18px; }
.chevron { font-size: 16px; color: #748094; margin-left: 3px; }
.main-nav { height: 100%; display: flex; gap: 6px; margin-left: 10px; }
.nav-item { height: 100%; display: flex; align-items: center; gap: 8px; padding: 0 15px; color: #788396; font-size: 15px; position: relative; }
.nav-item.active { color: var(--blue); font-weight: 600; }
.nav-item.active::after { content: ''; height: 2px; background: var(--blue); position: absolute; bottom: 0; left: 14px; right: 14px; border-radius: 3px; }
.top-actions { margin-left: auto; display: flex; align-items: center; gap: 13px; }
.icon-button { width: 35px; height: 35px; border-radius: 8px; font-size: 20px; color: #617089; display: grid; place-items: center; }
.icon-button:hover,.context-btn:hover,.filter-chip:hover { background: #f0f3f8; }
.current-user { max-width: 170px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #69778b; font-size: 12px; }
.logout-button { font-size: 17px; }
.board-toolbar { display: flex; justify-content: space-between; align-items: center; padding: 25px 36px 14px; }
.board-identity,.board-actions,.title-line { display: flex; align-items: center; }
.board-identity { gap: 14px; }
.board-symbol { width: 43px; height: 43px; border-radius: 12px; background: #e8f0ff; color: #3678df; display: grid; place-items: center; font-size: 23px; }
.crumb,.eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 1px; color: #9aa4b4; }
.crumb span { font-size: 14px; padding: 0 5px; color: #c0c7d1; }
.title-line { gap: 12px; margin-top: 4px; }
.title-line h1 { font: 700 22px var(--display); letter-spacing: -.55px; margin: 0; outline: none; }
.privacy { display: flex; gap: 6px; align-items: center; background: #eaedf2; border-radius: 5px; padding: 6px 8px; color: #606e81; font-size: 12px; }
.star-btn { font-size: 24px; color: #8792a3; padding: 0 3px; line-height: 1; }
.star-btn.selected { color: #f5ae3e; }
.board-actions { gap: 12px; }
.avatars { display: flex; padding-left: 9px; }
.avatar { height: 31px; width: 31px; border-radius: 50%; display: grid; place-items: center; border: 2px solid #fff; font-size: 11px; font-weight: 700; color: #fff; box-shadow: 0 0 0 1px #e6eaf0; }
.avatars .avatar { margin-left: -8px; }
.avatar-a { background: #e7b477; color: #5e3f20; }
.avatar-b { background: #ca8da1; }
.avatar-c { background: #76b1a4; }
.avatar-more { background: #e9edf3; color: #637188; }
.share-btn { background: var(--blue); color: white; border-radius: 7px; padding: 9px 13px; font-size: 13px; font-weight: 600; box-shadow: 0 2px 5px #0b66e829; }
.share-btn:hover,.primary-btn:hover,.done-btn:hover { background: var(--blue-dark); }
.tool-separator { height: 22px; }
.filterbar { min-height: 52px; margin: 0 34px 15px; border: 1px solid var(--line); background: #fff; border-radius: 9px; display: flex; align-items: center; padding: 0 12px; gap: 8px; box-shadow: 0 1px 2px #1c2c4205; }
.search-box { height: 36px; display: flex; align-items: center; gap: 7px; padding: 0 9px; color: #8591a1; min-width: 235px; }
.search-box > span { font-size: 20px; }
.search-box input { border: 0; outline: 0; font: 14px var(--font); width: 160px; color: var(--ink); }
.search-box input::placeholder { color: #a1aab7; }
kbd { font: 11px var(--font); border: 1px solid #e5e8ed; border-radius: 4px; padding: 2px 4px; color: #9ba4b3; }
.filter-divider { height: 22px; border-left: 1px solid var(--line); margin: 0 4px; }
.filter-chip { display: flex; align-items: center; gap: 8px; border-radius: 6px; padding: 8px 10px; color: #6e7b8f; font-size: 13px; }
.filter-chip > span { color: #354357; }
.result-count { margin-left: auto; color: #96a1b0; font-size: 12px; padding-right: 5px; }
.board-area { display: flex; gap: 15px; align-items: flex-start; overflow-x: auto; height: calc(100vh - 169px); padding: 4px 35px 24px; scrollbar-width: thin; scrollbar-color: #cfd5de transparent; }
.board-column { flex: 0 0 286px; max-height: 100%; display: flex; flex-direction: column; background: var(--column); border: 1px solid #e6eaf0; border-radius: 10px; padding: 0 9px 8px; transition: box-shadow .15s,border-color .15s; }
.board-column.drag-over { border-color: #70a5f3; box-shadow: 0 0 0 2px #70a5f333; }
.column-head { display: flex; align-items: center; padding: 13px 5px 11px; gap: 8px; min-height: 48px; }
.column-dot { height: 9px; width: 9px; border-radius: 3px; flex: none; }
.column-title { font-weight: 700; font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; outline: 0; min-width: 0; flex: 1; }
.column-count { color: #929cab; font-size: 12px; }
.column-more { border: 0; background: transparent; color: #9aa3b0; border-radius: 5px; font-size: 18px; line-height: 18px; width: 24px; height: 25px; letter-spacing: 1px; }
.column-more:hover { background: #e1e5eb; color: #5d6878; }
.card-list { overflow-y: auto; min-height: 6px; padding: 1px 0 3px; scrollbar-width: thin; scrollbar-color: #d3d9e1 transparent; flex: 1; }
.task-card { background: #fff; border: 1px solid #e7eaf0; border-radius: 7px; margin: 0 0 8px; padding: 11px 11px 10px; box-shadow: 0 1px 2px #13244008; cursor: grab; transition: box-shadow .15s,transform .15s,border-color .15s; }
.task-card:hover { box-shadow: 0 4px 12px #24375212; border-color: #dce2eb; transform: translateY(-1px); }
.task-card.dragging { opacity: .38; }
.card-labels { display: flex; gap: 5px; margin-bottom: 7px; }
.label-pill { border-radius: 4px; height: 8px; min-width: 34px; }
.card-title { font-size: 14px; line-height: 1.48; color: #263348; overflow-wrap: anywhere; }
.card-bottom { display: flex; align-items: center; gap: 12px; margin-top: 10px; min-height: 20px; color: #8792a2; font-size: 12px; }
.card-meta { display: flex; align-items: center; gap: 5px; }
.meta-icon { font-size: 15px; }
.card-avatars { margin-left: auto; display: flex; }
.card-avatars .avatar { height: 24px; width: 24px; font-size: 10px; }
.card-footer { height: 36px; display: flex; align-items: center; flex: none; }
.add-card-btn { border: 0; background: transparent; border-radius: 6px; color: #78869a; padding: 8px 6px; font: 500 13px var(--font); width: 100%; text-align: left; }
.add-card-btn:hover { background: #e4e8ee; color: #33445c; }
.add-card-btn span { font-size: 18px; vertical-align: -1px; margin-right: 6px; color: #8794a5; }
.add-list { flex: 0 0 250px; position: relative; }
.add-list-btn { height: 44px; width: 100%; border: 1px dashed #cad1dd; border-radius: 9px; background: #ffffff80; text-align: left; padding: 0 14px; color: #748095; font: 500 14px var(--font); }
.add-list-btn:hover { background: #fff; color: #3477df; border-color: #8fb4f0; }
.add-list-btn span { font-size: 18px; margin-right: 8px; }
.toast { position: fixed; bottom: 23px; left: 50%; transform: translate(-50%,12px); background: #1d293a; color: #fff; padding: 11px 16px; border-radius: 8px; box-shadow: var(--shadow); font-size: 13px; opacity: 0; pointer-events: none; transition: .2s; z-index: 30; }
.toast.show { opacity: 1; transform: translate(-50%,0); }
.modal-backdrop { position: fixed; inset: 0; background: #15223875; backdrop-filter: blur(2px); z-index: 20; display: grid; place-items: center; padding: 20px; }
.modal-backdrop[hidden],.popover[hidden],.context-menu[hidden] { display: none; }
.modal { background: #fff; width: min(770px,100%); max-height: min(770px,94vh); border-radius: 12px; box-shadow: 0 20px 70px #101d3540; display: flex; flex-direction: column; overflow: hidden; animation: modal-in .18s ease-out; }
@keyframes modal-in { from { opacity: 0; transform: translateY(7px) scale(.99); } to { opacity: 1; transform: none; } }
.modal-top { min-height: 51px; flex: none; border-bottom: 1px solid #edf0f4; display: flex; align-items: center; justify-content: space-between; padding: 0 21px; }
.modal-breadcrumb { display: flex; gap: 8px; align-items: center; color: #8390a2; font-size: 12px; }
.tiny-board { color: #4382e2; font-size: 18px; }
.modal-close { font-size: 24px; color: #8994a3; width: 32px; height: 32px; line-height: 1; border-radius: 6px; }
.modal-close:hover { background: #f0f2f6; }
.modal-content { padding: 22px 24px 16px; display: grid; grid-template-columns: minmax(0,1fr) 190px; gap: 27px; overflow: auto; }
.modal-main { min-width: 0; }
.title-edit { display: flex; align-items: flex-start; gap: 12px; }
.checkbox-circle { width: 18px; height: 18px; border: 2px solid #cbd3df; border-radius: 50%; margin-top: 5px; flex: none; }
.title-edit input { font: 700 20px var(--display); letter-spacing: -.45px; border: 0; outline: 0; padding: 1px 0 7px; width: 100%; color: #202c3e; }
.title-edit input::placeholder { color: #b0b8c3; }
.card-context { display: flex; gap: 7px; margin: 8px 0 22px 29px; }
.context-btn { background: #f1f3f6; border-radius: 5px; padding: 7px 9px; color: #617086; font-size: 12px; }
.danger-text { color: #bb5a5a; }
.field-label { display: block; font-weight: 700; font-size: 13px; color: #758297; margin-bottom: 8px; }
.modal-main textarea { width: 100%; resize: vertical; border: 1px solid #e2e6ec; background: #fbfcfe; border-radius: 7px; padding: 10px 11px; min-height: 78px; outline: none; font: 14px/1.55 var(--font); color: var(--ink); }
textarea:focus,.text-input:focus,.date-input:focus,.check-add input:focus { border-color: #8ab2f1; box-shadow: 0 0 0 3px #0b66e814; }
textarea::placeholder,.check-add input::placeholder { color: #a7b0bd; }
.checklist-heading { display: flex; justify-content: space-between; align-items: center; margin: 20px 0 9px; }
.checklist-heading > div { display: flex; align-items: center; gap: 8px; font-size: 14px; }
.checklist-heading > div > span:first-child { color: #8795a9; font-size: 18px; }
.checklist-heading strong { font-size: 14px; }
.progress-text { color: #8b97a7; font-size: 12px; }
.text-button { color: #5979ab; font-size: 12px; padding: 6px 7px; border-radius: 5px; }
.text-button:hover { background: #f0f4f9; }
.progress-track { height: 4px; border-radius: 4px; background: #edf0f4; margin-bottom: 10px; overflow: hidden; }
.progress-track span { height: 100%; width: 0; background: #39ab79; display: block; transition: width .2s; }
.check-item { display: flex; align-items: center; gap: 9px; padding: 6px 2px; color: #465368; font-size: 13px; }
.check-item input { accent-color: #2ba575; width: 15px; height: 15px; margin: 0; }
.check-item.done span { text-decoration: line-through; color: #9aa3b1; }
.remove-check { margin-left: auto; border: 0; background: transparent; color: #a0a9b6; opacity: 0; font-size: 16px; }
.check-item:hover .remove-check { opacity: 1; }
.check-add { display: flex; gap: 5px; align-items: center; margin-top: 9px; }
.check-add input { height: 34px; flex: 1; min-width: 80px; border: 1px solid #dfe4eb; border-radius: 6px; padding: 0 8px; font: 12px var(--font); outline: 0; }
.mini-primary { background: var(--blue); color: #fff; border: 0; border-radius: 5px; height: 32px; padding: 0 9px; font-size: 12px; }
.mini-quiet { border: 0; background: transparent; color: #7d8795; font-size: 12px; padding: 0 5px; }
.modal-sidebar { border-left: 1px solid #edf0f3; padding-left: 19px; }
.modal-sidebar > .field-label { letter-spacing: .8px; font-size: 11px; margin: 4px 0 17px; }
.side-label { display: block; color: #8792a2; font-size: 12px; font-weight: 600; margin: 0 0 6px; }
.modal-sidebar select,.date-input { width: 100%; height: 36px; border: 1px solid #e2e6ec; background: #fff; border-radius: 6px; padding: 0 8px; color: #425066; font: 13px var(--font); outline: 0; margin-bottom: 17px; }
.modal-sidebar select:focus,.date-input:focus { border-color: #8ab2f1; }
.label-options { display: flex; flex-direction: column; gap: 6px; margin: 0 0 17px; }
.label-choice { border: 1px solid transparent; border-radius: 5px; min-height: 30px; display: flex; align-items: center; gap: 7px; padding: 0 7px; cursor: pointer; font-size: 12px; color: #445168; }
.label-choice:hover { border-color: #dfe4ec; }
.label-choice input { accent-color: var(--blue); margin: 0; }
.label-swatch { height: 9px; width: 21px; border-radius: 3px; }
.side-note { border-top: 1px solid #edf0f3; margin-top: 3px; padding-top: 12px; color: #8f9aaa; font-size: 12px; line-height: 1.5; }
.modal-footer { border-top: 1px solid #edf0f4; padding: 11px 20px; display: flex; align-items: center; justify-content: space-between; flex: none; }
.save-status { font-size: 12px; color: #8a96a6; }
.save-status::first-letter { color: #31a777; }
.done-btn,.primary-btn { border: 0; background: var(--blue); color: #fff; border-radius: 6px; padding: 10px 13px; font: 600 13px var(--font); }
.done-btn span { opacity: .7; margin-left: 7px; }
.small-modal { background: white; width: min(405px,100%); border-radius: 11px; padding: 21px; box-shadow: 0 20px 70px #101d3540; animation: modal-in .18s ease-out; }
.small-modal-head { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 22px; }
.small-modal-head h2 { font: 700 19px var(--display); margin: 4px 0 0; letter-spacing: -.4px; }
.small-modal .field-label { font-size: 13px; }
.text-input { width: 100%; height: 40px; border: 1px solid #dfe4eb; border-radius: 6px; outline: none; padding: 0 10px; font: 14px var(--font); margin-bottom: 18px; }
.color-label { margin-bottom: 10px; }
.color-options { display: flex; gap: 11px; margin-bottom: 23px; }
.color-dot { width: 24px; height: 24px; border: 2px solid white; border-radius: 8px; box-shadow: 0 0 0 1px #dce2e9; cursor: pointer; }
.color-dot.selected { box-shadow: 0 0 0 2px #44546f; }
.small-modal-actions { display: flex; justify-content: flex-end; gap: 8px; }
.cancel-btn { border: 1px solid #e1e5eb; border-radius: 6px; padding: 9px 12px; color: #66748a; font-size: 13px; }
.popover,.context-menu { position: fixed; z-index: 25; background: white; border: 1px solid #e6eaf0; border-radius: 8px; box-shadow: 0 8px 24px #1d30401c; padding: 6px; min-width: 155px; }
.popover button,.context-menu button { width: 100%; border: 0; background: white; text-align: left; border-radius: 5px; padding: 9px; color: #56647a; font: 13px var(--font); }
.popover button:hover,.context-menu button:hover { background: #f3f6fa; }
.popover .menu-danger { color: #bd5858; }
.label-popover { min-width: 175px; }
.context-menu { right: 24px; top: 59px; }
.context-menu button { padding: 10px; }
.label-filter-option { display: flex !important; align-items: center; gap: 8px; }
.label-filter-option span:first-child { width: 20px; height: 8px; border-radius: 3px; }
.auth-screen { position: fixed; inset: 0; z-index: 50; background: #f4f7fb; display: grid; grid-template-columns: minmax(360px,470px) minmax(250px,420px); justify-content: center; align-items: center; gap: 90px; padding: 36px; }
.auth-card { background: #fff; border: 1px solid #e5eaf1; border-radius: 16px; padding: 38px 40px; box-shadow: 0 18px 60px #172b460f; }
.auth-brand { margin-bottom: 46px; }
.auth-heading .eyebrow { color: #6f8cb8; font-size: 11px; }
.auth-heading h1 { font: 700 25px/1.25 var(--display); letter-spacing: -.7px; margin: 10px 0 7px; color: #1d2c41; }
.auth-heading p { font-size: 14px; color: #778498; margin: 0 0 24px; }
.auth-tabs { display: flex; border-bottom: 1px solid #e9edf2; margin-bottom: 21px; gap: 22px; }
.auth-tab { border: 0; background: transparent; color: #8a95a5; padding: 0 0 10px; font: 600 14px var(--font); position: relative; }
.auth-tab.selected { color: #1768dd; }
.auth-tab.selected::after { content: ''; position: absolute; bottom: -1px; left: 0; right: 0; height: 2px; border-radius: 2px; background: #1768dd; }
.auth-card form label { display: block; font-size: 14px; font-weight: 600; color: #4a586e; margin: 14px 0 7px; }
.auth-card form input { width: 100%; height: 43px; border: 1px solid #dfe5ed; border-radius: 7px; padding: 0 12px; outline: 0; font: 14px var(--font); color: #223147; }
.auth-card form input:focus { border-color: #8ab2f1; box-shadow: 0 0 0 3px #0b66e814; }
.auth-card form input::placeholder { color: #a6afbc; }
.auth-error { min-height: 17px; color: #b54848; font-size: 13px; line-height: 1.45; margin: 9px 0; }
.auth-error.success { color: #28805e; }
.auth-submit { width: 100%; min-height: 43px; background: var(--blue); color: white; border: 0; border-radius: 7px; font: 600 14px var(--font); box-shadow: 0 3px 8px #0b66e82b; }
.auth-submit span { margin-left: 8px; font-size: 17px; }
.auth-submit:disabled { opacity: .65; cursor: wait; }
.auth-footnote { font-size: 12px; color: #929dad; line-height: 1.5; margin: 19px 0 0; text-align: center; }
.auth-aside { padding-bottom: 9px; color: #273951; max-width: 350px; }
.aside-mark { width: 54px; height: 54px; border-radius: 16px; background: #dfeaff; color: #3979d9; display: grid; place-items: center; font-size: 29px; margin-bottom: 24px; }
.auth-aside p { font: 700 32px/1.25 var(--display); letter-spacing: -1px; margin: 0 0 13px; }
.auth-aside > span { font-size: 14px; line-height: 1.7; color: #718097; }
.auth-screen[hidden],#appShell[hidden] { display: none; }
@media (max-width: 800px) {
  .topbar { padding: 0 15px; gap: 12px; }
  .main-nav { display: none; }
  .board-toolbar { padding: 20px 18px 12px; }
  .board-actions { gap: 7px; }
  .board-actions .avatars { display: none; }
  .filterbar { margin: 0 17px 13px; }
  .board-area { height: calc(100vh - 164px); padding: 4px 18px 20px; }
  .board-column { flex-basis: 270px; }
  .title-line h1 { font-size: 19px; }
  .crumb { font-size: 10px; }
  .auth-screen { grid-template-columns: minmax(320px,450px); gap: 0; padding: 20px; }
  .auth-aside { display: none; }
  .auth-card { padding: 32px; }
}
@media (max-width: 520px) {
  .workspace-switch { font-size: 0; }
  .workspace-icon { font-size: 18px; }
  .board-symbol { display: none; }
  .board-identity { gap: 0; }
  .privacy span { display: none; }
  .board-toolbar { padding-top: 16px; }
  .board-actions .share-btn span { display: none; }
  .share-btn { font-size: 0; padding: 9px 11px; }
  .board-actions .tool-separator { display: none; }
  .filterbar { gap: 3px; padding: 0 7px; }
  .search-box { min-width: 0; flex: 1; padding: 0 4px; }
  .search-box input { width: 100px; flex: 1; }
  .search-box kbd,.filter-divider { display: none; }
  .filter-chip { padding: 7px 6px; font-size: 12px; }
  .filter-chip span { display: none; }
  .modal-backdrop { padding: 8px; }
  .modal-content { grid-template-columns: 1fr; gap: 18px; padding: 18px; }
  .modal-sidebar { border-left: 0; border-top: 1px solid #edf0f3; padding: 15px 0 0; }
  .modal-sidebar > .field-label { margin-bottom: 12px; }
  .modal-sidebar select,.date-input { margin-bottom: 12px; }
  .label-options { display: grid; grid-template-columns: 1fr 1fr; }
  .modal { max-height: 96vh; }
  .modal-top { padding: 0 15px; }
  .modal-main textarea { min-height: 64px; }
  .auth-screen { display: flex; align-items: center; justify-content: center; padding: 13px; }
  .auth-card { width: 100%; padding: 27px 23px; }
  .auth-brand { margin-bottom: 35px; }
  .auth-heading h1 { font-size: 23px; }
  .current-user { max-width: 88px; }
}

/* Junto welcome and burgundy brand */
html { scroll-behavior: smooth; }
body:has(.welcome-screen:not([hidden])) { background: #fbf8f6; }
.welcome-screen[hidden] { display: none; }
.welcome-screen { min-height: 100vh; color: #30252a; overflow: hidden; background: #fbf8f6; }
.welcome-nav { height: 82px; max-width: 1220px; margin: 0 auto; padding: 0 38px; display: flex; align-items: center; justify-content: space-between; }
.welcome-nav .junto-brand { font-size: 30px; }
.welcome-nav .brand-mark { width: 34px; height: 34px; font-size: 24px; }
.welcome-nav nav { display: flex; gap: 35px; margin-left: 84px; }
.welcome-nav nav a,.welcome-login { text-decoration: none; color: #64565a; font-size: 13px; font-weight: 600; }
.welcome-nav nav a:hover,.welcome-login:hover { color: var(--burgundy); }
.welcome-nav-actions { display: flex; align-items: center; gap: 21px; }
.welcome-login { border: 0; background: transparent; padding: 10px 0; cursor: pointer; }
.welcome-nav-cta,.hero-primary,.bottom-cta { display: inline-flex; align-items: center; justify-content: center; gap: 16px; border: 0; border-radius: 8px; cursor: pointer; font: 600 13px var(--font); transition: transform .18s,background .18s,box-shadow .18s; }
.welcome-nav-cta { padding: 12px 16px; background: #fff; color: var(--burgundy); border: 1px solid #eadde0; }
.welcome-nav-cta:hover { background: #f7eaed; }
.welcome-nav-cta span { font-size: 17px; }
.welcome-hero { max-width: 1220px; min-height: 540px; margin: 0 auto; padding: 52px 38px 26px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 15px; }
.hero-copy { padding-bottom: 25px; position: relative; z-index: 1; }
.hero-kicker,.section-eyebrow { color: #9a6877; font-size: 10px; font-weight: 700; letter-spacing: 1.35px; text-transform: uppercase; }
.hero-kicker { display: flex; gap: 9px; align-items: center; margin-bottom: 22px; }
.kicker-dot { height: 7px; width: 7px; border-radius: 50%; background: #ae526d; box-shadow: 0 0 0 4px #f4e4e8; }
.hero-copy h1 { max-width: 600px; margin: 0; color: #35262c; font: 700 clamp(42px,5.2vw,65px)/1.08 var(--display); letter-spacing: -3.2px; }
.hero-copy h1 em,.auth-aside em { color: var(--burgundy); font: 400 1.04em 'Pacifico', cursive; letter-spacing: -1px; white-space: nowrap; }
.hero-lead { max-width: 480px; margin: 21px 0 24px; color: #796c70; font-size: 15px; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.hero-primary { min-height: 48px; padding: 0 19px; background: var(--burgundy); color: white; box-shadow: 0 7px 16px #76233f29; }
.hero-primary:hover,.bottom-cta:hover { transform: translateY(-2px); background: #5e1932; box-shadow: 0 10px 20px #76233f30; }
.hero-primary span,.bottom-cta span { font-size: 18px; }
.hero-secondary { border: 0; background: transparent; color: #725964; padding: 12px 9px; cursor: pointer; font: 600 13px var(--font); }
.hero-secondary:hover { color: var(--burgundy); }
.hero-secondary span { margin-left: 5px; }
.free-note { display: flex; align-items: center; gap: 7px; margin-top: 19px; color: #98888c; font-size: 12px; }
.free-note span { color: #a34460; font-size: 15px; }
.hero-proof { display: flex; gap: 12px; align-items: center; margin-top: 31px; color: #928489; font-size: 11px; }
.proof-avatars { display: flex; padding-left: 3px; }
.proof-avatars i { display: grid; place-items: center; margin-left: -3px; height: 25px; width: 25px; border: 2px solid #fbf8f6; border-radius: 50%; background: #d9b6aa; color: #654745; font: 700 10px var(--font); }
.proof-avatars i:nth-child(2) { background: #d8c5dc; color: #65506f; }.proof-avatars i:nth-child(3) { background: #ead3a7; color: #755c2e; }.proof-avatars i:nth-child(4) { background: #f0e9e7; color: #8e7c7f; }
.hero-visual { min-height: 465px; position: relative; display: grid; place-items: center; isolation: isolate; }
.hero-visual::before { content: ''; position: absolute; width: min(420px,86%); aspect-ratio: 1; border-radius: 48% 52% 50% 50%; background: #f4e9e5; z-index: -2; }
.hero-visual::after { content: ''; position: absolute; right: 5%; bottom: 8%; width: 78%; height: 18%; background: radial-gradient(ellipse,#d9c4c1a6,transparent 68%); z-index: -1; }
.visual-orbit { position: absolute; border: 1px solid #dfc8ca; border-radius: 50%; transform: rotate(-22deg); z-index: -1; }
.orbit-one { width: 510px; height: 255px; }.orbit-two { width: 440px; height: 335px; transform: rotate(34deg); border-color: #eadbda; }
.mascot-hero { width: min(390px,83%); max-height: 455px; object-fit: contain; filter: drop-shadow(0 18px 19px #4a26301b); transform: translateY(5px); }
.hero-spark { position: absolute; color: #ad5a71; }.spark-one { top: 52px; right: 16%; font-size: 23px; }.spark-two { left: 9%; top: 28%; color: #d5a45e; font-size: 20px; }
.mascot-note,.floating-card { position: absolute; display: flex; align-items: center; background: #fff; border: 1px solid #efe6e5; box-shadow: 0 10px 30px #38242b12; }
.mascot-note { left: 1%; bottom: 57px; gap: 11px; padding: 12px 16px; border-radius: 12px; }
.mascot-note > span:last-child { display: grid; gap: 3px; }.mascot-note strong { color: #49383e; font-size: 12px; }.mascot-note small { color: #998b8f; font-size: 10px; }.note-spark { color: var(--burgundy); font-size: 21px; }
.floating-card { gap: 7px; border-radius: 8px; padding: 10px 12px; color: #6d5e62; font-size: 10px; font-weight: 600; }.floating-card-top { top: 54px; left: 8%; transform: rotate(-5deg); }.floating-card-bottom { right: 0; bottom: 103px; transform: rotate(4deg); }.float-check { display: grid; place-items: center; width: 17px; height: 17px; border-radius: 50%; background: #e1f1e9; color: #3f8968; }.float-pulse { width: 7px; height: 7px; border-radius: 50%; background: #a84a66; box-shadow: 0 0 0 4px #f4e7eb; }
.welcome-benefits { max-width: 1220px; margin: 0 auto; padding: 49px 38px 65px; border-top: 1px solid #efe8e5; display: grid; grid-template-columns: .85fr 1.5fr; align-items: start; gap: 62px; }
.benefits-intro h2,.welcome-bottom h2 { margin: 11px 0 9px; color: #392b30; font: 700 26px/1.25 var(--display); letter-spacing: -.8px; }.benefits-intro p { max-width: 315px; margin: 0; color: #887a7e; font-size: 13px; line-height: 1.7; }
.benefit-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 21px; padding-top: 6px; }.benefit-card { min-width: 0; }.benefit-icon { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 10px; color: var(--burgundy); background: #f4e8eb; font-size: 19px; }.icon-flow { background: #f8eee2; color: #a4783c; }.icon-team { background: #e8f0ed; color: #548071; }.benefit-card h3 { margin: 14px 0 6px; color: #47383d; font-size: 13px; }.benefit-card p { margin: 0; color: #93858a; font-size: 11px; line-height: 1.7; }
.welcome-bottom { max-width: 1144px; margin: 0 auto 45px; padding: 30px 36px; background: #f3e8e8; border: 1px solid #eddddf; border-radius: 15px; display: flex; justify-content: space-between; align-items: center; }.welcome-bottom h2 { font-size: 22px; margin-bottom: 0; }.bottom-cta { min-height: 44px; padding: 0 16px; background: var(--burgundy); color: white; }
.welcome-footer { max-width: 1220px; margin: 0 auto; padding: 0 38px 23px; display: flex; align-items: center; justify-content: space-between; color: #a09296; font-size: 10px; }.footer-brand { color: var(--burgundy); text-decoration: none; font: 400 19px 'Pacifico',cursive; }.footer-free b { color: var(--burgundy); margin-left: 4px; }
.auth-back { display: block; border: 0; background: transparent; color: #8c5364; margin-top: 30px; padding: 0; font: 600 12px var(--font); cursor: pointer; }.auth-back:hover { color: var(--burgundy); }
.auth-tabs { border-color: #f0e6e8; }.auth-tab.selected,.auth-tabs .auth-tab.selected { color: var(--burgundy); }.auth-tab.selected::after { background: var(--burgundy); }.auth-card form input:focus { border-color: #c98598; box-shadow: 0 0 0 3px #76233f14; }
.auth-aside .aside-mark { background: #f1e3e7; color: var(--burgundy); }.auth-aside p { color: #392b30; }.auth-aside > span { color: #86777c; }.auth-heading .eyebrow { color: #a56d7d; }
@media (max-width: 900px) { .welcome-nav nav { margin-left: 0; }.welcome-hero { min-height: 500px; padding-top: 34px; }.hero-copy h1 { font-size: clamp(39px,6vw,56px); }.hero-visual { min-height: 400px; }.mascot-hero { width: min(330px,84%); }.welcome-benefits { grid-template-columns: 1fr; gap: 25px; }.welcome-bottom { margin-left: 24px; margin-right: 24px; } }
@media (max-width: 620px) { .welcome-nav { height: 70px; padding: 0 20px; }.welcome-nav nav { display: none; }.welcome-nav-actions { gap: 13px; }.welcome-nav-cta { padding: 10px 12px; font-size: 11px; }.welcome-hero { grid-template-columns: 1fr; padding: 39px 23px 32px; gap: 0; }.hero-copy { padding-bottom: 0; }.hero-copy h1 { max-width: 520px; font-size: clamp(40px,11vw,56px); letter-spacing: -2.6px; }.hero-lead { font-size: 14px; margin: 17px 0 20px; }.hero-proof { margin-top: 24px; }.hero-visual { min-height: 370px; margin-top: 3px; }.hero-visual::before { width: min(340px,83%); }.orbit-one { width: 390px; height: 205px; }.orbit-two { width: 350px; height: 270px; }.mascot-hero { width: min(300px,76%); max-height: 350px; }.mascot-note { left: 0; bottom: 31px; }.floating-card-top { top: 28px; left: 0; }.floating-card-bottom { right: -5px; bottom: 72px; }.spark-one { top: 29px; right: 11%; }.welcome-benefits { padding: 38px 23px 45px; }.benefits-intro h2 { font-size: 23px; }.benefit-grid { grid-template-columns: 1fr; gap: 22px; }.benefit-card { display: grid; grid-template-columns: 43px 1fr; column-gap: 10px; align-items: center; }.benefit-icon { grid-row: span 2; }.benefit-card h3 { margin: 0 0 4px; }.benefit-card p { font-size: 12px; }.welcome-bottom { margin: 0 18px 30px; padding: 24px; display: grid; gap: 20px; }.welcome-bottom h2 { font-size: 19px; }.bottom-cta { justify-self: start; }.welcome-footer { padding: 0 21px 20px; gap: 10px; flex-wrap: wrap; }.welcome-footer > span:nth-child(2) { order: 3; width: 100%; }.auth-screen { grid-template-columns: 1fr; }.auth-screen .auth-aside { display: none; } }

