/* The Wall - group chat memory wall */

body.pm-page .u-001,
body.tw-page .u-001 {
	background-color: #FBF8FF;
}

body.tw-page .site-nav--no-logo,
body.pm-page .site-nav--no-logo,
body.cw-page .site-nav--no-logo {
	grid-template-columns: 1fr auto;
}

body.pm-page .u-002,
body.tw-page .u-002 {
	opacity: 1;
	background:
		radial-gradient(900px 480px at 8% -10%, rgba(167, 139, 250, 0.22), transparent 62%),
		radial-gradient(720px 420px at 92% 8%, rgba(253, 180, 196, 0.18), transparent 58%),
		radial-gradient(640px 360px at 70% 40%, rgba(125, 184, 255, 0.12), transparent 70%),
		linear-gradient(180deg, #FBF8FF 0%, #FFFBFC 42%, #F7F4FF 100%);
}

body.pm-page .u-002 .u-003,
body.pm-page .u-002 .u-004,
body.pm-page .u-002 .u-005,
body.tw-page .u-002 .u-003,
body.tw-page .u-002 .u-004,
body.tw-page .u-002 .u-005 {
	opacity: 0.16;
}

body.pm-vibe-blush .u-001 { background-color: #FFF7F8; }
body.pm-vibe-navy .u-001 { background-color: #F3F4FA; }
body.pm-vibe-paper .u-001 { background-color: #FBF8F2; }

.pm,
.tw {
	--pm-ink: #17214A;
	--pm-muted: #5A6280;
	--pm-cream: #FBF8FF;
	--pm-paper: #FFFCFA;
	--pm-line: rgba(23, 33, 74, 0.1);
	--pm-blue: #3577FF;
	position: relative;
	max-width: 1080px;
	margin: 0 auto;
	padding: 8px 16px 96px;
	color: var(--pm-ink);
	font-family: Nunito, sans-serif;
}

.pm--view,
.pm--manage,
.pm--join {
	max-width: 880px;
}

.tw-h1,
.tw-h2,
.pm-title,
.pm-viewtitle,
.tw-board__name {
	font-family: Fredoka, sans-serif;
	letter-spacing: -0.04em;
	color: var(--pm-ink);
	background: none;
	-webkit-background-clip: unset;
	background-clip: unset;
}

.tw-h1 {
	margin: 0;
	font-size: clamp(2.05rem, 8vw, 3.6rem);
	line-height: 1.05;
	font-weight: 700;
}

.tw-h2 {
	margin: 0 0 12px;
	font-size: clamp(1.55rem, 5vw, 2.35rem);
	line-height: 1.15;
	font-weight: 700;
}

.tw-eyebrow {
	display: inline-flex;
	align-items: center;
	margin: 0 0 12px;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(123, 97, 255, 0.1);
	color: #4A3DB8;
	font-family: Nunito, sans-serif;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.tw-eyebrow a {
	color: inherit;
	text-decoration: none;
}

.tw-emotion {
	margin: 12px 0 0;
	max-width: 36rem;
	font-size: 1.12rem;
	font-weight: 700;
	line-height: 1.4;
	color: var(--pm-ink);
}

.tw-lede,
.tw-copy p,
.tw-trust,
.pm-lede,
.pm-note,
.pm-fine,
.pm-viewnote,
.pm-viewmeta,
.pm-emptyline,
.pm-consent {
	color: var(--pm-muted);
}

.tw-lede {
	margin: 10px 0 0;
	max-width: 38rem;
	font-size: 1.02rem;
	line-height: 1.55;
}

.tw-hero {
	display: grid;
	gap: 28px;
	padding: 10px 0 20px;
}

.tw-hero__actions,
.pm-viewhead__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 20px;
}

.tw-trust {
	margin: 14px 0 0;
	font-size: 0.92rem;
	font-weight: 700;
	color: var(--pm-ink);
}

.tw-trust--sub {
	margin-top: 4px;
	font-weight: 600;
	color: var(--pm-muted);
}

.pm-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 20px;
	border-radius: 999px;
	border: 0;
	font-family: Nunito, sans-serif;
	font-weight: 800;
	font-size: 15px;
	text-decoration: none;
	cursor: pointer;
	color: var(--pm-ink);
	background: #fff;
}

.pm-btn--primary {
	color: #fff;
	background: linear-gradient(135deg, #3577FF 0%, #7B61FF 72%, #FD5975 140%);
	box-shadow: 0 8px 20px -12px rgba(53, 119, 255, 0.8);
}

.pm-btn--ghost {
	border: 1.5px solid var(--pm-line);
	background: rgba(255, 255, 255, 0.72);
}

.pm-btn--wide { width: 100%; }

.pm-btn--danger {
	color: #fff;
	background: #3b1020;
}

/* Live mock Wall */
.tw-board {
	position: relative;
	padding: 16px;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid var(--pm-line);
	box-shadow: 0 24px 50px -36px rgba(23, 33, 74, 0.45);
}

.tw-board__head {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 8px 12px;
	align-items: end;
	margin-bottom: 12px;
}

.tw-board__kicker {
	margin: 0;
	font-size: 11px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	font-weight: 800;
	color: #7B61FF;
}

.tw-board__name {
	margin: 2px 0 0;
	font-size: 1.35rem;
}

.tw-board__by,
.tw-board__count {
	margin: 0;
	font-size: 0.82rem;
	color: var(--pm-muted);
}

.tw-board__count {
	grid-column: 1 / -1;
}

.tw-avatars {
	display: flex;
	align-items: center;
}

.tw-av {
	display: inline-grid;
	place-items: center;
	width: 28px;
	height: 28px;
	margin-left: -8px;
	border-radius: 999px;
	border: 2px solid #fff;
	font-size: 11px;
	font-weight: 800;
	color: #fff;
}

.tw-av:first-child { margin-left: 0; }
.tw-av--1 { background: #7B61FF; }
.tw-av--2 { background: #3577FF; }
.tw-av--3 { background: #FD5975; }
.tw-av--4 { background: #2A9D8F; }
.tw-av--more { background: #17214A; font-size: 10px; }
.tw-av--tiny {
	width: 22px;
	height: 22px;
	margin: 0 6px 0 0;
	background: #7B61FF;
}

.tw-board__bar {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	align-items: center;
	margin: 0 0 12px;
}

.tw-pill {
	padding: 6px 10px;
	border-radius: 999px;
	border: 1px solid var(--pm-line);
	background: #fff;
	font-size: 12px;
	font-weight: 800;
	color: var(--pm-muted);
	cursor: pointer;
}

.tw-pill.is-on {
	background: #17214A;
	color: #fff;
	border-color: #17214A;
}

.tw-board__cta {
	margin-left: auto;
	font-size: 12px;
	font-weight: 800;
	color: #4A3DB8;
}

.tw-masonry {
	columns: 2;
	column-gap: 10px;
}

.tw-board--full .tw-masonry {
	columns: 2;
}

.tw-card {
	break-inside: avoid;
	margin: 0 0 10px;
	padding: 8px 8px 10px;
	border-radius: 18px;
	background: #fff;
	border: 1px solid var(--pm-line);
	box-shadow: 0 10px 24px -20px rgba(23, 33, 74, 0.5);
}

.tw-card img,
.tw-clip img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 12px;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	background: #EEEAF6;
}

.tw-card figcaption {
	margin: 8px 2px 0;
	font-size: 12px;
	color: var(--pm-muted);
	line-height: 1.35;
}

.tw-card figcaption strong {
	color: var(--pm-ink);
}

.tw-card--tilt { transform: rotate(-1.6deg); }
.tw-card--tilt2 { transform: rotate(1.4deg); }

.tw-card--note blockquote {
	margin: 8px 4px;
	font-family: Fredoka, sans-serif;
	font-size: 1.05rem;
	line-height: 1.3;
	color: var(--pm-ink);
}

.tw-clip { position: relative; }
.tw-clip__time {
	position: absolute;
	right: 8px;
	bottom: 8px;
	padding: 2px 6px;
	border-radius: 6px;
	background: rgba(23, 33, 74, 0.78);
	color: #fff;
	font-size: 11px;
	font-weight: 800;
}

.tw-linkcard {
	display: grid;
	gap: 8px;
	padding: 12px;
	border-radius: 12px;
	background: #F6F4FF;
}

.tw-linkcard img {
	aspect-ratio: auto;
	width: 70%;
	height: auto;
}

.tw-linkcard span,
.pm-linkcard {
	font-size: 13px;
	font-weight: 800;
	color: var(--pm-ink);
	text-decoration: none;
}

.pm-linkcard {
	display: block;
	padding: 12px;
	border-radius: 12px;
	background: #F6F4FF;
	overflow-wrap: anywhere;
}

.tw-live-toast {
	position: absolute;
	left: 16px;
	bottom: 16px;
	margin: 0;
	padding: 8px 12px;
	border-radius: 999px;
	background: #17214A;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	box-shadow: 0 10px 24px -12px rgba(23, 33, 74, 0.7);
}

.tw-card--live {
	animation: twPop 0.7s ease;
}

@keyframes twPop {
	from { opacity: 0; transform: translateY(8px) scale(0.98); }
	to { opacity: 1; transform: none; }
}

#create,
#add,
#invite {
	scroll-margin-top: 88px;
}

.tw-define,
.tw-problem,
.tw-steps,
.tw-product,
.tw-kinds,
.tw-collab,
.tw-control,
.tw-trustsec,
.tw-uses,
.tw-vs,
.tw-demo,
.tw-faq,
.tw-create,
.tw-final,
.tw-yours,
.tw-born {
	margin-top: 42px;
}

.tw-define {
	padding: 18px 18px 4px;
	border-left: 3px solid #7B61FF;
}

.tw-define__h {
	margin: 0 0 8px;
	font-family: Fredoka, sans-serif;
	font-size: 1.15rem;
}

.tw-copy--center {
	text-align: center;
	margin: 0 auto 18px;
	max-width: 40rem;
}

.tw-copy--center .tw-lede,
.tw-copy--center p {
	margin-left: auto;
	margin-right: auto;
}

.tw-problem {
	display: grid;
	gap: 18px;
}

.tw-problem__visual {
	display: grid;
	gap: 10px;
}

.tw-chat {
	padding: 14px;
	border-radius: 18px;
	background: #171B32;
	color: #E8E6F4;
	font-size: 13px;
}

.tw-chat__row {
	margin: 0 0 8px;
	padding: 8px 10px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.08);
}

.tw-chat__row--fade { opacity: 0.55; }
.tw-chat__row--ghost { opacity: 0.35; font-style: italic; }

.tw-settle {
	padding: 14px;
	border-radius: 18px;
	background: #fff;
	border: 1px solid var(--pm-line);
}

.tw-settle span {
	display: block;
	font-size: 11px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #7B61FF;
	font-weight: 800;
}

.tw-steps__list {
	list-style: none;
	margin: 16px 0 0;
	padding: 0;
	display: grid;
	gap: 12px;
}

.tw-steps__list li {
	padding: 16px;
	border-radius: 20px;
	background: var(--pm-paper);
	border: 1px solid var(--pm-line);
}

.tw-steps__list span {
	display: block;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.04em;
	color: #7B61FF;
	margin-bottom: 6px;
}

.tw-steps__list strong {
	display: block;
	font-weight: 700;
	line-height: 1.45;
}

.tw-mini {
	margin-top: 10px;
	padding: 10px 12px;
	border-radius: 12px;
	background: #fff;
	border: 1px dashed rgba(123, 97, 255, 0.35);
}

.tw-mini em {
	display: block;
	font-style: normal;
	font-family: Fredoka, sans-serif;
}

.tw-mini--chat {
	font-size: 13px;
	color: var(--pm-muted);
}

.tw-kinds__grid,
.tw-control__grid,
.tw-uses__grid,
.tw-vs__grid {
	list-style: none;
	margin: 16px 0 0;
	padding: 0;
	display: grid;
	gap: 10px;
}

.tw-kinds__grid li,
.tw-control__grid li,
.tw-uses__grid li,
.tw-vs__grid article {
	padding: 16px;
	border-radius: 20px;
	background: #fff;
	border: 1px solid var(--pm-line);
}

.tw-kinds__grid span,
.tw-control__grid strong,
.tw-uses__grid strong,
.tw-vs__grid h3 {
	display: block;
	font-family: Fredoka, sans-serif;
	font-size: 1.15rem;
	margin-bottom: 6px;
}

.tw-vs__grid h3 { margin: 0 0 6px; }

.tw-vs__grid .is-wall {
	background: #17214A;
	color: #fff;
	border-color: #17214A;
}

.tw-vs__grid .is-wall p { color: rgba(255, 255, 255, 0.82); }

.tw-collab {
	display: grid;
	gap: 16px;
}

.tw-collab__people {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 8px;
}

.tw-collab__people li {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 12px;
	border-radius: 16px;
	background: #fff;
	border: 1px solid var(--pm-line);
	font-size: 0.92rem;
}

.tw-collab__people b {
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	border-radius: 999px;
	background: #7B61FF;
	color: #fff;
	font-size: 13px;
}

.tw-collab__people li:nth-child(2) b { background: #3577FF; }
.tw-collab__people li:nth-child(3) b { background: #FD5975; }
.tw-collab__people li:nth-child(4) b { background: #2A9D8F; }

.tw-faq__list {
	display: grid;
	gap: 8px;
	margin-top: 14px;
}

.tw-faq details {
	padding: 12px 14px;
	border-radius: 16px;
	background: #fff;
	border: 1px solid var(--pm-line);
}

.tw-faq summary {
	cursor: pointer;
	font-weight: 800;
}

.tw-faq p {
	margin: 8px 0 0;
	color: var(--pm-muted);
}

.tw-create,
.pm-yours,
.pm-panel,
.pm-add,
.tw-born,
.tw-empty {
	padding: 22px 18px;
	background: var(--pm-paper);
	border: 1px solid var(--pm-line);
	border-radius: 22px;
}

.tw-empty {
	text-align: center;
	margin-top: 22px;
}

.tw-empty h2 {
	margin: 0;
	font-family: Fredoka, sans-serif;
	font-size: 1.5rem;
}

.tw-empty p { margin: 10px auto 0; max-width: 28rem; }

.tw-born h2 {
	margin: 0;
	font-family: Fredoka, sans-serif;
}

.tw-vibes {
	border: 0;
	margin: 0 0 14px;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 8px;
}

.tw-vibes legend {
	margin: 0 0 8px;
	font-size: 0.88rem;
}

.tw-vibe {
	display: flex;
	align-items: center;
	gap: 8px;
	min-height: 44px;
	padding: 0 12px;
	border-radius: 14px;
	border: 1.5px solid var(--pm-line);
	background: #fff;
	cursor: pointer;
	font-weight: 700;
}

.tw-vibe--dusk { box-shadow: inset 4px 0 0 #7B61FF; }
.tw-vibe--blush { box-shadow: inset 4px 0 0 #FD5975; }
.tw-vibe--navy { box-shadow: inset 4px 0 0 #17214A; }
.tw-vibe--paper { box-shadow: inset 4px 0 0 #D6C7A8; }

.tw-wallhead {
	display: grid;
	gap: 12px;
	padding: 8px 0 4px;
}

.tw-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 18px 0 8px;
}

.tw-final {
	text-align: center;
	padding: 8px 0 24px;
}

.tw-final .tw-lede,
.tw-final p {
	max-width: 36rem;
	margin-left: auto;
	margin-right: auto;
}

.pm-viewtitle {
	margin: 0;
	font-size: clamp(2rem, 7vw, 3.1rem);
	line-height: 1.05;
}

.pm-viewmeta,
.pm-viewnote {
	margin: 8px 0 0;
}

.pm-form { margin-top: 14px; }

fieldset.pm-lock {
	border: 0;
	margin: 0;
	padding: 0;
	min-inline-size: 0;
}

fieldset.pm-lock:disabled {
	opacity: 0.55;
}

fieldset.pm-lock:disabled input,
fieldset.pm-lock:disabled textarea,
fieldset.pm-lock:disabled select,
fieldset.pm-lock:disabled button,
fieldset.pm-lock:disabled .pm-kind,
fieldset.pm-lock:disabled .tw-vibe {
	cursor: not-allowed;
}

.pm-toast a {
	color: inherit;
	font-weight: 700;
	text-decoration: underline;
}

.pm-field {
	display: grid;
	gap: 6px;
	margin: 0 0 12px;
	font-size: 0.88rem;
}

.pm-field em {
	font-style: normal;
	color: var(--pm-muted);
}

.pm-field input,
.pm-field textarea,
.pm-copypad input,
.pm-report select {
	width: 100%;
	border: 1.5px solid var(--pm-line);
	border-radius: 14px;
	padding: 12px 14px;
	font: inherit;
	background: #fff;
	color: var(--pm-ink);
}

.pm-kinds {
	border: 0;
	margin: 0 0 12px;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
}

.pm-legend {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
}

.pm-kind {
	display: grid;
	place-items: center;
	min-height: 44px;
	border-radius: 14px;
	border: 1.5px solid var(--pm-line);
	background: #fff;
	cursor: pointer;
	font-weight: 800;
	font-size: 13px;
}

.pm-kind input {
	position: absolute;
	opacity: 0;
}

.pm-kind.is-on {
	background: #17214A;
	color: #fff;
	border-color: #17214A;
}

.pm-drop {
	display: block;
	margin: 0 0 12px;
	padding: 18px;
	border: 1.5px dashed rgba(47, 87, 216, 0.35);
	border-radius: 16px;
	text-align: center;
	cursor: pointer;
	color: var(--pm-muted);
}

.pm-drop input { display: none; }

.pm-honeypot {
	position: absolute;
	left: -9999px;
	height: 0;
	overflow: hidden;
}

.is-hidden { display: none !important; }

.pm-toast {
	margin: 8px 0 0;
	padding: 12px 14px;
	border-radius: 14px;
	background: #17214A;
	color: #fff;
}

.pm-toast--err { background: #3b1020; }

.pm-copypad {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.pm-copypad input {
	flex: 1;
	min-width: 180px;
}

.pm-invites {
	list-style: none;
	margin: 16px 0 0;
	padding: 0;
}

.pm-invites li {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	padding: 10px 0;
	border-top: 1px solid var(--pm-line);
}

.pm-invites span {
	display: block;
	font-size: 0.8rem;
	color: var(--pm-muted);
}

.pm-linkbtn {
	border: 0;
	background: none;
	color: var(--pm-muted);
	cursor: pointer;
	font: inherit;
	text-decoration: underline;
}

.pm-feed {
	list-style: none;
	margin: 22px 0 0;
	padding: 0;
	display: grid;
	gap: 16px;
}

.pm-feed--masonry {
	grid-template-columns: 1fr;
}

.pm-piece {
	padding: 14px;
	border-radius: 18px;
	background: #fff;
	border: 1px solid var(--pm-line);
}

.pm-piece img,
.pm-piece video {
	display: block;
	width: 100%;
	border-radius: 12px;
	margin: 8px 0;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	background: #EEEAF6;
}

.pm-piece video { aspect-ratio: 9 / 16; }

.pm-piece__who {
	display: flex;
	align-items: center;
	margin: 0;
	font-size: 13px;
	color: var(--pm-muted);
}

.pm-piece__who strong {
	color: var(--pm-ink);
	font-weight: 800;
}

.pm-piece__who time {
	margin-left: auto;
	font-size: 12px;
}

.pm-piece__body {
	margin: 8px 0 0;
	font-size: 1.05rem;
	line-height: 1.45;
}

.pm-piece--text .pm-piece__body {
	font-family: Fredoka, sans-serif;
	font-size: 1.25rem;
}

.pm-piece--screenshot {
	transform: rotate(-0.4deg);
}

.pm-panel--danger { border-color: rgba(59, 16, 32, 0.2); }

.pm-folder-grid {
	list-style: none;
	margin: 16px 0 0;
	padding: 0;
	display: grid;
	gap: 10px;
}

.pm-folder {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px;
	border: 1.5px solid var(--pm-line);
	border-radius: 16px;
	background: #fff;
}

.pm-folder__main {
	flex: 1;
	text-decoration: none;
	color: inherit;
	min-width: 0;
}

.pm-folder__main strong { display: block; }

.pm-folder__main span,
.pm-folder__manage {
	font-size: 0.85rem;
	color: var(--pm-muted);
}

.pm-folder__manage {
	text-decoration: none;
	color: var(--pm-blue);
	font-weight: 800;
}

.pm-consent {
	margin: 0 0 8px;
	font-size: 0.82rem;
	line-height: 1.4;
}

.pm .fq-terms-accept,
.tw .fq-terms-accept {
	margin: 4px 0 14px;
}

.pm .fq-terms-accept__label,
.tw .fq-terms-accept__label {
	color: var(--pm-muted);
}

.pm-report {
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	gap: 10px;
	margin-top: 36px;
	opacity: 0.8;
}

.pm-report label { flex: 1; min-width: 160px; }

.pm-sticky-add {
	position: fixed;
	right: 16px;
	bottom: 18px;
	z-index: 20;
	display: inline-flex;
	align-items: center;
	min-height: 48px;
	padding: 0 18px;
	border-radius: 999px;
	color: #fff;
	text-decoration: none;
	font-weight: 800;
	background: linear-gradient(135deg, #3577FF 0%, #7B61FF 70%);
	box-shadow: 0 12px 28px -14px rgba(53, 119, 255, 0.9);
}

@media (min-width: 760px) {
	.tw-hero {
		grid-template-columns: 0.95fr 1.05fr;
		align-items: center;
		min-height: 420px;
	}

	.tw-masonry,
	.tw-board--full .tw-masonry {
		columns: 3;
	}

	.tw-problem,
	.tw-collab {
		grid-template-columns: 1.1fr 0.9fr;
		align-items: center;
	}

	.tw-steps__list,
	.tw-kinds__grid,
	.tw-control__grid,
	.tw-uses__grid,
	.tw-vs__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.tw-kinds__grid { grid-template-columns: repeat(3, 1fr); }
	.tw-kinds__grid li:nth-child(4),
	.tw-kinds__grid li:nth-child(5) { grid-column: span 1; }

	.pm-feed--masonry {
		grid-template-columns: 1fr 1fr;
	}

	.pm-kinds {
		grid-template-columns: repeat(5, 1fr);
	}

	.tw-vibes { grid-template-columns: repeat(4, 1fr); }

	.pm-sticky-add { display: none; }
}

@media (prefers-reduced-motion: reduce) {
	.tw-card--live,
	.tw-card--tilt,
	.tw-card--tilt2 {
		animation: none;
		transform: none;
	}
}

body.fq-dark .pm,
body.fq-dark .tw,
[data-fq-theme="dark"] .pm,
[data-fq-theme="dark"] .tw {
	--pm-ink: #F4F1EA;
	--pm-muted: #B7B3C9;
	--pm-cream: #121526;
	--pm-paper: #1A1E33;
	--pm-line: rgba(244, 241, 234, 0.12);
}

body.fq-dark.pm-page .u-001,
body.fq-dark.tw-page .u-001,
[data-fq-theme="dark"] body.pm-page .u-001 {
	background: #0F1220;
}

body.fq-dark.pm-page .u-002,
body.fq-dark.tw-page .u-002 {
	background:
		radial-gradient(800px 400px at 10% 0%, rgba(123, 97, 255, 0.18), transparent 60%),
		linear-gradient(180deg, #0F1220, #121526);
}

body.fq-dark .tw-h1,
body.fq-dark .tw-h2,
body.fq-dark .pm-viewtitle,
body.fq-dark .tw-board__name {
	color: #F4F1EA;
}

body.fq-dark .tw-board,
body.fq-dark .tw-card,
body.fq-dark .pm-piece,
body.fq-dark .pm-folder,
body.fq-dark .pm-kind,
body.fq-dark .pm-field input,
body.fq-dark .pm-field textarea,
body.fq-dark .pm-copypad input,
body.fq-dark .pm-btn--ghost,
body.fq-dark .tw-faq details,
body.fq-dark .tw-kinds__grid li,
body.fq-dark .tw-control__grid li,
body.fq-dark .tw-uses__grid li,
body.fq-dark .tw-vs__grid article,
body.fq-dark .tw-settle,
body.fq-dark .tw-steps__list li,
body.fq-dark .tw-collab__people li,
body.fq-dark .tw-vibe {
	background: rgba(255, 255, 255, 0.04);
	color: var(--pm-ink);
	border-color: var(--pm-line);
}
