:root {
	font-family: Inter, 'Segoe UI', 'PingFang SC', 'Microsoft YaHei', sans-serif;
	color: #252b21;
	background: #f5f5ef;
	font-synthesis: none;
}
* {
	box-sizing: border-box;
}
body {
	margin: 0;
}
button,
input,
textarea {
	font: inherit;
}
button {
	cursor: pointer;
}
button:disabled {
	opacity: 0.5;
	cursor: wait;
}
[hidden] {
	display: none !important;
}
header {
	max-width: 1240px;
	height: 108px;
	margin: auto;
	padding: 0 48px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.brand {
	display: flex;
	align-items: center;
	gap: 12px;
	font-weight: 800;
	font-size: 24px;
	color: inherit;
	text-decoration: none;
}
.brand small {
	font-size: 9px;
	letter-spacing: 2px;
	margin: 0;
}
.logo {
	background: #d8f36a;
	width: 40px;
	height: 40px;
	border-radius: 12px;
	display: grid;
	place-items: center;
	font-size: 31px;
}
.privacy {
	font-size: 11px;
	color: #798669;
}
main {
	max-width: 1144px;
	margin: auto;
	padding-top: 60px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 64px;
}
.intro {
	padding-top: 45px;
	position: relative;
}
.eyebrow {
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 2px;
	color: #818876;
}
h1 {
	font-size: 60px;
	line-height: 1.3;
	letter-spacing: -2px;
	margin: 27px 0 24px;
	font-weight: 800;
}
h1 .highlight {
	position: relative;
	z-index: 0;
}
h1 .highlight:after {
	content: '';
	position: absolute;
	left: 0;
	right: -5px;
	bottom: 3px;
	height: 18px;
	background: #d8f36a;
	z-index: -1;
	transform: rotate(-2deg);
}
.intro > p {
	font-size: 15px;
	color: #7f8576;
	line-height: 1.95;
}
.features {
	display: flex;
	gap: 10px;
	margin-top: 32px;
}
.features > span {
	font-size: 11px;
	border: 1px solid #dce1d1;
	border-radius: 30px;
	padding: 7px 12px;
	color: #6c7b59;
}
.arrow {
	width: 110px;
	position: absolute;
	right: 0;
	top: 260px;
	fill: none;
	stroke: #899774;
	stroke-width: 3;
	stroke-linecap: round;
	stroke-linejoin: round;
}
.card {
	background: white;
	border: 1px solid #e2e6d9;
	border-radius: 22px;
	padding: 32px;
	box-shadow: 0 12px 40px #333b1b05;
}
.card-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 23px;
}
.symbol {
	font-size: 27px;
	color: #879e6c;
}
h2 {
	font-size: 23px;
	letter-spacing: -0.5px;
	margin: 0 0 10px;
}
.muted {
	font-size: 12px;
	color: #888e80;
	line-height: 1.8;
	margin-bottom: 28px;
}
label {
	font-size: 12px;
	display: block;
	font-weight: 600;
	margin-bottom: 10px;
}
.input-wrap {
	border: 1px solid #dfe5d4;
	border-radius: 10px;
	background: #f8faf4;
	display: flex;
	align-items: center;
	padding: 0 15px;
	gap: 10px;
}
.input-wrap > span {
	font-size: 22px;
	color: #94a17f;
}
input {
	padding: 16px 0;
	outline: 0;
	border: 0;
	background: transparent;
	min-width: 0;
	width: 100%;
	color: #30372c;
}
input::placeholder,
textarea::placeholder {
	color: #a1a897;
}
.input-wrap:focus-within {
	outline: 2px solid #a9c172;
}
small {
	display: block;
	font-size: 10px;
	color: #959d8c;
	line-height: 1.6;
	margin-top: 9px;
}
.primary {
	width: 100%;
	background: #d8f36a;
	border: 0;
	border-radius: 10px;
	padding: 16px 20px;
	font-size: 13px;
	font-weight: 700;
	color: #2e3b20;
	margin-top: 23px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.primary:hover {
	background: #cceb58;
}
.primary > span {
	font-size: 20px;
}
.join-note {
	display: flex;
	gap: 13px;
	border-top: 1px solid #edf0e6;
	padding-top: 20px;
	margin-top: 25px;
	color: #939d85;
}
.join-note > span {
	font-size: 23px;
}
.join-note > p {
	font-size: 11px;
	line-height: 1.9;
	margin: 0;
}
.how {
	grid-column: 1/-1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 35px;
	padding: 20px 0 50px;
	color: #7e896f;
	font-size: 12px;
}
.how > div {
	display: flex;
	align-items: center;
	gap: 12px;
}
.how b {
	font-size: 10px;
	padding: 9px;
	border-radius: 50%;
	background: #e9edde;
	color: #73855c;
}
.how > span {
	color: #c7cfba;
	letter-spacing: 4px;
}
footer {
	max-width: 1144px;
	margin: auto;
	border-top: 1px solid #dfe4d5;
	padding: 25px 0;
	display: flex;
	justify-content: space-between;
	font-size: 10px;
	color: #939d85;
}
.room-top {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	align-items: center;
}
.room-top h2 {
	font-size: 20px;
	margin-top: 10px;
	overflow-wrap: anywhere;
}
.quiet {
	font-size: 11px;
	border: 0;
	border-radius: 7px;
	background: #f0f4e8;
	color: #6d7e58;
	padding: 9px 12px;
	white-space: nowrap;
}
.connection {
	display: flex;
	align-items: center;
	gap: 12px;
	background: #f4f7ed;
	padding: 17px;
	border-radius: 10px;
	margin: 20px 0;
}
.connection strong {
	font-size: 13px;
}
.connection p {
	font-size: 11px;
	color: #88957a;
	margin: 5px 0 0;
	line-height: 1.7;
}
#status-dot {
	width: 9px;
	height: 9px;
	background: #bea35b;
	border-radius: 50%;
	flex-shrink: 0;
}
#status-dot.ready {
	background: #7da23b;
}
#drop-zone {
	text-align: center;
	border: 1.5px dashed #c8d8ad;
	background: #fbfcf8;
	border-radius: 12px;
	padding: 22px 10px;
	cursor: pointer;
}
#drop-zone:hover,
#drop-zone.drag {
	background: #f0f7e2;
	border-color: #83a34f;
}
.drop-icon {
	display: inline-grid;
	place-items: center;
	background: #e9f2d7;
	border-radius: 12px;
	width: 40px;
	height: 40px;
	font-size: 28px;
	color: #78964d;
}
h3 {
	font-size: 14px;
	margin: 13px 0 8px;
}
#drop-zone p,
.empty {
	font-size: 11px;
	color: #94a085;
}
.section-label {
	display: flex;
	justify-content: space-between;
	font-size: 10px;
	color: #929d85;
	margin: 22px 0 12px;
}
.transfer {
	border-bottom: 1px solid #edf0e6;
	padding: 12px 0;
}
.filename {
	font-size: 12px;
	overflow-wrap: anywhere;
}
.transfer button,
.transfer a,
.message button {
	font-size: 10px;
	border: 0;
	background: #eff4e5;
	color: #597237;
	border-radius: 5px;
	padding: 6px 9px;
	text-decoration: none;
	margin: 8px 6px 0 0;
	display: inline-block;
}
progress {
	display: block;
	width: 100%;
	height: 5px;
	margin: 10px 0;
	accent-color: #94b747;
}
.text-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 26px;
}
.text-heading > span {
	font-size: 8px;
	letter-spacing: 1px;
	color: #a0a795;
}
textarea {
	resize: vertical;
	border: 1px solid #e0e5d7;
	border-radius: 10px;
	width: 100%;
	background: #fafbf7;
	padding: 13px;
	font-size: 12px;
	line-height: 1.7;
	outline-color: #a5bd68;
}
.text-actions {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}
.compact {
	width: auto;
	margin-top: 8px;
	padding: 10px 16px;
	font-size: 11px;
}
.message {
	background: #f6f8f0;
	padding: 13px;
	border-radius: 10px;
	margin-top: 12px;
}
.message p {
	white-space: pre-wrap;
	overflow-wrap: anywhere;
	font-size: 12px;
	line-height: 1.7;
	margin: 8px 0;
}
.message small {
	margin: 0;
}
#notice {
	background: #fff6dc;
	color: #86652a;
	font-size: 12px;
	line-height: 1.8;
	border: 1px solid #ead9b4;
	border-radius: 10px;
	margin-top: 15px;
	padding: 13px 17px;
}
button:focus-visible,
a:focus-visible,
#drop-zone:focus-visible {
	outline: 2px solid #688b35;
	outline-offset: 4px;
}
@media (max-width: 1200px) {
	main {
		margin: 0 48px;
		gap: 40px;
	}
	footer {
		margin: 0 48px;
	}
	h1 {
		font-size: 52px;
	}
	.arrow {
		width: 80px;
	}
}
@media (max-width: 760px) {
	header {
		height: 80px;
		padding: 0 24px;
	}
	.brand small {
		display: none;
	}
	.privacy {
		font-size: 9px;
	}
	.brand {
		font-size: 20px;
	}
	.logo {
		width: 33px;
		height: 33px;
	}
	main {
		display: block;
		margin: 0 24px;
		padding-top: 8px;
	}
	.intro {
		padding-top: 15px;
		margin-bottom: 33px;
	}
	.eyebrow {
		font-size: 8px;
	}
	h1 {
		font-size: 43px;
		line-height: 1.25;
		margin-top: 18px;
	}
	.arrow {
		top: 100px;
		right: 10px;
		width: 75px;
	}
	.intro > p {
		font-size: 12px;
	}
	.features {
		margin-top: 20px;
	}
	.card {
		padding: 24px;
		border-radius: 17px;
	}
	.how {
		gap: 12px;
		padding: 32px 0;
		justify-content: space-between;
	}
	.how > div {
		gap: 6px;
		font-size: 9px;
	}
	.how > span {
		display: none;
	}
	footer {
		margin: 0 24px;
		gap: 12px;
		flex-wrap: wrap;
		font-size: 9px;
	}
}

.header-tools {
	display: flex;
	align-items: center;
	gap: 20px;
}
#language {
	font: inherit;
	font-size: 12px;
	color: #59664c;
	border: 1px solid #dce1d1;
	background: #f8faf4;
	border-radius: 8px;
	padding: 8px 10px;
	max-width: 130px;
	cursor: pointer;
}
.workspace,
.intro {
	min-width: 0;
}
h1 > span:not(.highlight) {
	position: static;
}
.primary > span[data-i18n] {
	font-size: 13px;
}
html[lang='en'] .arrow {
	top: 305px;
	right: 8px;
}
@media (max-width: 1000px) {
	.header-tools .privacy {
		display: none;
	}
}
@media (max-width: 760px) {
	.header-tools {
		gap: 8px;
	}
	html[lang='en'] h1 {
		font-size: 42px;
	}
	html[lang='en'] .arrow {
		top: 120px;
		right: 4px;
		width: 62px;
	}
	.features {
		gap: 6px;
	}
	.features > span {
		padding: 7px 9px;
	}
	.how > div {
		flex-direction: column;
		text-align: center;
		gap: 8px;
	}
	.text-actions {
		flex-wrap: wrap;
	}
	.brand {
		gap: 8px;
	}
	#language {
		font-size: 11px;
	}
	.room-top {
		flex-wrap: wrap;
	}
}
.author-link {
	color: #667657;
	text-decoration: none;
	white-space: nowrap;
}
.author-link:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}
footer {
	gap: 16px;
	flex-wrap: wrap;
}

/* Vector icons do not depend on the platform's text/emoji fonts. */
.ui-icon {
	display: inline-block;
	width: 1.1em;
	height: 1.1em;
	flex-shrink: 0;
	vertical-align: -0.15em;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}
img.logo {
	display: block;
	object-fit: contain;
	flex-shrink: 0;
}
.symbol {
	display: inline-flex;
}
.symbol .ui-icon {
	width: 27px;
	height: 27px;
}
.drop-icon .ui-icon {
	width: 26px;
	height: 26px;
}
.join-note > .ui-icon {
	width: 23px;
	height: 23px;
}
.primary > .ui-icon {
	width: 20px;
	height: 20px;
}
.quiet,
.author-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}
.filename {
	display: flex;
	align-items: flex-start;
	gap: 6px;
}
.filename > span {
	min-width: 0;
	overflow-wrap: anywhere;
}
.filename > .ui-icon {
	margin-top: 2px;
}
