.container,
.nav-container {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 3vw;
}
.navbar-inner {
	display: flex;
	justify-content: space-between;
	padding: 1rem 0;
}
body {
	margin: 0;
	font-family: 'Geist', 'Inter', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
	background: #fff;
	color: #222;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.navbar {
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #e6eaf0;
	padding: 0;
}
.nav-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 64px;
}
.nav-left {
	display: flex;
	align-items: center;
	gap: 1.2rem;
}
.logo {
	font-size: 1.1rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	color: #0096ff;
}
.logo-icon {
	background: #0096ff;
	color: #fff;
	border-radius: 50%;
	width: 1.5rem;
	height: 1.5rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	font-size: 0.95rem;
	margin-right: 0.4rem;
}
.badge {
	background: #232b3a;
	color: #b6eaff;
	border-radius: 1rem;
	padding: 0.3rem 1rem;
	font-size: 0.95rem;
	margin-left: 1.5rem;
	font-weight: 500;
	border: 1px solid #1ec6ff33;
}
.chrome-btn {
	background: #0096ff;
	color: #fff;
	border: none;
	border-radius: 2rem;
	padding: 0.45rem 1.1rem;
	font-size: 0.98rem;
	font-weight: 600;
	cursor: pointer;
	box-shadow: none;
	transition: background 0.2s;
	display: flex;
	align-items: center;
}
.chrome-btn:hover {
	background: #0077cc;
}
.chrome-btn .icon-chrome svg {
	margin-right: 0.5em;
	color: #fff;
}

.main-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 6rem;
	align-items: stretch;
	margin-top: 4rem;
}
.hero {
	flex: 1 1 700px;
	max-width: 700px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 2.5rem 0;
	align-items: flex-start;
	min-width: 320px;
	min-height: 420px;
	align-self: center;
	justify-self: center;
}
.hero-title {
	font-size: 3rem;
	font-weight: 800;
	margin: 0 0 1.2rem 0;
	line-height: 1.1;
	letter-spacing: -1px;
	color: #222;
}
.highlight {
	color: #0096ff;
}
.subtitle {
	font-size: 1.05rem;
	color: #444;
	margin-bottom: 2.1rem;
	line-height: 1.4;
}
.features-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1.2rem;
	margin-bottom: 2.1rem;
}
.feature-list-item {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	color: #0096ff;
	font-size: 1.05rem;
	font-weight: 600;
	background: none;
	border: none;
	padding: 0;
}
.features-cta,
.feature-cta {
	display: none !important;
}
.features .icon-bot svg,
.features .icon-filetext svg,
.features .icon-bolt svg {
	color: #0096ff;
}
.cta-btn {
	display: inline-block;
	background: #0096ff;
	color: #fff;
	border-radius: 2rem;
	padding: 0.7rem 1.7rem;
	font-size: 1.08rem;
	font-weight: 700;
	text-decoration: none;
	margin: 1.3rem 0 1.5rem 0;
	box-shadow: none;
	transition: background 0.2s;
	display: flex;
	align-items: center;
	gap: 0.3em;
}
.cta-btn:hover {
	background: #0077cc;
}
.cta-btn .icon-chrome svg {
	margin-right: 0.5em;
	color: #fff;
}
.quick-info {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 1.2rem;
	color: #0096ff;
	font-size: 0.95rem;
	margin-top: 1.1rem;
	margin-bottom: 0.5rem;
}

.user-analysis-card {
	/* width: 100%; */
	max-width: none;
	min-width: 0;
	background: #fff;
	border-radius: 1.2rem;
	box-shadow: none;
	padding: 1.5rem 1.2rem 1.5rem 1.2rem;
	margin-top: 0.3rem;
	color: #222;
	border: 1px solid #e6eaf0;
	font-size: 0.87rem;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	min-height: 420px;
}
.card-header {
	font-size: 0.93rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 1.3rem;
	color: #0096ff;
}
.stored-badge,
.neutral-badge {
	background: #f4f6fa;
	color: #333;
	border-radius: 0.7rem;
	padding: 0.13rem 0.7rem;
	font-size: 0.8rem;
	margin-left: auto;
	font-weight: 500;
	border: none;
}
.card-section {
	margin-bottom: 0.9rem;
}
.section-title {
	font-size: 0.82rem;
	color: #888;
	font-weight: 600;
	margin-bottom: 0.5rem;
	margin-top: 0.7rem;
}
.tags-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	margin-bottom: 0.4rem;
}
.tag,
.neutral-tag {
	border-radius: 0.7rem;
	padding: 0.08rem 0.7rem;
	font-size: 0.78rem;
	font-weight: 500;
	background: #f4f6fa;
	border: 1px solid #e0e3e8;
	color: #444;
	box-shadow: none;
	letter-spacing: 0;
	margin-bottom: 0.1rem;
}
.tag.info {
	color: #b6eaff;
	background: #232b3a;
}
.tag.tone {
	color: #ffb6e6;
	background: #2a2233;
}
.tag.like {
	color: #6fffc6;
	background: #1a2a23;
}
.tag.fetish {
	color: #e6b6ff;
	background: #2a2333;
}
.tag.dislike {
	color: #ffd36f;
	background: #2a2823;
}
.notes-section {
	margin-bottom: 0.2rem;
}
.notes-box {
	background: #f4f8fd;
	border-radius: 0.7rem;
	padding: 0.4rem 0.6rem;
	color: #222;
	font-size: 0.8rem;
	margin-top: 0.08rem;
	border: 1px solid #e6eaf0;
	max-height: 80px;
	overflow-y: auto;
}
.ai-insight-box {
	background: #232b3a;
	border-radius: 0.8rem;
	padding: 0.7rem 1rem;
	margin-top: 0.5rem;
	border: 1px solid #1ec6ff22;
}
.ai-badge {
	background: #1ec6ff;
	color: #fff;
	border-radius: 0.7rem;
	padding: 0.2rem 0.7rem;
	font-size: 0.9rem;
	font-weight: 600;
	margin-right: 0.7rem;
}
.private-badge {
	background: #1ec6ff22;
	color: #1ec6ff;
	border-radius: 0.7rem;
	padding: 0.2rem 0.7rem;
	font-size: 0.9rem;
	font-weight: 500;
}
.ai-insight-text {
	color: #b6eaff;
	font-size: 0.97rem;
	margin-top: 0.5rem;
}

.footer,
.footer a {
	color: #888;
	text-align: center;
	font-size: 0.89rem;
	padding: 1.5rem 0 1rem 0;
	margin-top: 2.5rem;
	background: none;
	flex-shrink: 0;
}
.footer-links {
	color: #888;
	margin-top: 0.5rem;
	font-size: 0.89rem;
}
.footer-links a {
	color: #888;
	text-decoration: none;
	margin: 0 0.2em;
	transition: text-decoration 0.2s;
}
.footer-links a:hover {
	text-decoration: underline;
}

@media (min-width: 901px) {
	.main-content {
		flex-direction: row;
		align-items: stretch;
	}
}

@media (max-width: 900px) {
	.main-content {
		grid-template-columns: 1fr;
		gap: 2rem;
	}
	.hero {
		max-width: 100%;
		padding-right: 0;
		min-height: unset;
		align-items: flex-start;
	}
	.user-analysis-card {
		max-width: 100%;
		margin-top: 0;
		min-height: unset;
	}
}

@media (max-width: 768px) {
	.nav-text-full,
	.cta-text-full {
		display: none;
	}

	.nav-text-mobile,
	.cta-text-mobile {
		display: inline;
	}

	.container,
	.nav-container {
		padding: 0 4vw;
	}

	.hero {
		align-items: center;
	}

	.hero-title {
		font-size: 2.7rem;
		text-align: center;
	}

	.subtitle {
		font-size: 1rem;
		text-align: center;
	}

	.features-list {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		gap: 0.8rem;
	}

	.feature-list-item {
		font-size: 1rem;
	}

	.quick-info {
		gap: 0.8rem;
	}

	.cta-btn {
		width: auto;
		justify-content: center;
		padding: 0.6rem 1.2rem;
		font-size: 0.95rem;
	}

	.chrome-btn {
		font-size: 0.9rem;
		padding: 0.4rem 0.9rem;
	}

	.user-analysis-card {
		padding: 1.2rem 1rem;
	}

	.tags-row {
		gap: 0.3rem;
	}

	.tag,
	.neutral-tag {
		font-size: 0.75rem;
		padding: 0.1rem 0.6rem;
	}
}

@media (max-width: 480px) {
	.container,
	.nav-container {
		padding: 0 5vw;
	}

	.nav-container {
		height: 56px;
	}

	.logo {
		font-size: 1rem;
	}

	.chrome-btn {
		font-size: 0.85rem;
		padding: 0.35rem 0.8rem;
	}

	.hero-title {
		font-size: 2.2rem;
		margin-bottom: 1rem;
	}

	.subtitle {
		font-size: 0.95rem;
		margin-bottom: 1.2rem;
	}

	.hero {
		padding: 2rem 0;
	}

	.main-content {
		margin: 2rem 0 0 0;
		gap: 1.5rem;
	}

	.cta-btn {
		font-size: 0.9rem;
		padding: 0.5rem 1rem;
		width: auto;
	}

	.user-analysis-card {
		padding: 1rem 0.8rem;
		font-size: 0.85rem;
	}

	.card-header {
		font-size: 0.9rem;
	}

	.section-title {
		font-size: 0.8rem;
	}

	.notes-box {
		font-size: 0.8rem;
		padding: 0.3rem 0.5rem;
	}

	.user-profile {
		gap: 0.8rem;
		margin-bottom: 1rem;
	}

	.user-avatar {
		width: 36px;
		height: 36px;
	}

	.user-avatar svg {
		width: 18px;
		height: 18px;
	}

	.user-name {
		font-size: 1rem;
	}

	.user-username {
		font-size: 0.85rem;
	}

	.features-list {
		gap: 0.6rem;
	}

	.quick-info {
		gap: 0.6rem;
	}
}

.icon-chrome svg {
	width: 1.2em;
	height: 1.2em;
	vertical-align: middle;
	margin-right: 0.4em;
	color: #fff;
}
.chrome-btn .icon-chrome svg {
	margin-right: 0.5em;
	color: #fff;
}
.cta-btn .icon-chrome svg {
	margin-right: 0.5em;
	color: #fff;
}
.icon-arrow svg {
	width: 1em;
	height: 1em;
	vertical-align: middle;
	margin-left: 0.3em;
	color: #fff;
}
.icon-bot svg,
.icon-filetext svg,
.icon-bolt svg {
	width: 1em;
	height: 1em;
	vertical-align: middle;
	margin-right: 0.3em;
	color: #fff;
}
.icon-bolt svg {
	color: #fff;
}
.icon-shield svg,
.icon-lock svg,
.icon-eye svg,
.icon-check svg {
	width: 1.1em;
	height: 1.1em;
	vertical-align: middle;
	margin-right: 0.4em;
	color: #1ec6ff;
}
.quick-info .icon-check svg {
	color: #6fffc6;
}
.quick-info .icon-lock svg {
	color: #b6eaff;
}
.features .feature .icon-bot svg {
	color: #1ec6ff;
}
.features .feature .icon-filetext svg {
	color: #6fffc6;
}
.privacy-box .icon-shield svg {
	color: #1ec6ff;
}
.privacy-box .icon-lock svg {
	color: #b6eaff;
}
.privacy-box .icon-eye svg {
	color: #ffd36f;
}
.privacy-box .icon-check svg {
	color: #6fffc6;
}

html,
body {
	height: 100%;
}
.container {
	flex: 1 0 auto;
}

.user-profile {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-bottom: 1.2rem;
}
.user-avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #6b7280;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.user-avatar svg {
	color: #fff;
	width: 20px;
	height: 20px;
}
.user-meta {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.user-name {
	font-size: 1.08rem;
	font-weight: 700;
	color: #222;
}
.user-username {
	font-size: 0.92rem;
	color: #888;
	font-weight: 500;
}

.chat-snippet {
	display: flex;
	flex-direction: column;
	gap: 0.8rem;
}
.chat-message {
	background: #f8f9fa;
	padding: 0.8rem;
	border-radius: 8px;
	font-size: 0.9rem;
	line-height: 1.4;
	position: relative;
}
.message-time {
	font-size: 0.75rem;
	color: #888;
	font-weight: 500;
	display: block;
	margin-bottom: 0.3rem;
}
.reminders-list {
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
}
.reminder-item {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	font-size: 0.9rem;
	color: #555;
	line-height: 1.3;
}
.reminder-icon {
	font-size: 1rem;
	flex-shrink: 0;
}

.nav-text-mobile,
.cta-text-mobile {
	display: none;
}
