body.dreams-ai-creative-suite-page {
	margin: 0;
	background: #050816;
	font-family: "Inter", sans-serif;
	color: #fff;
}

.dai-creative-shell {
	position: relative;
	min-height: 100vh;
	overflow: auto;
	background:
		radial-gradient(circle at 18% 88%, rgba(255, 96, 61, 0.24), transparent 34%),
		radial-gradient(circle at 86% 80%, rgba(100, 47, 255, 0.2), transparent 30%),
		linear-gradient(180deg, #050816 0%, #070a19 100%);
}

.dai-creative-shell__bg {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px),
		linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px);
	background-size: 72px 72px;
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.78), transparent 92%);
	pointer-events: none;
}

.dai-creative-shell__inner {
	position: relative;
	z-index: 1;
	max-width: 1280px;
	margin: 0 auto;
	padding: 48px 32px 72px;
}

body.dreamsai-hide-site-header-footer header,
body.dreamsai-hide-site-header-footer .site-header,
body.dreamsai-hide-site-header-footer .elementor-location-header,
body.dreamsai-hide-site-header-footer footer,
body.dreamsai-hide-site-header-footer .site-footer,
body.dreamsai-hide-site-header-footer .elementor-location-footer {
	display: none !important;
}

.dai-creative-hero {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding-top: 16px;
}

.dai-creative-badge {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 11px 18px;
	border: 1px solid rgba(255, 165, 89, 0.22);
	border-radius: 999px;
	background: rgba(22, 26, 42, 0.74);
	font-size: 14px;
	font-weight: 500;
	color: #e7c08e;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.dai-creative-badge__spark,
.dai-creative-generate__spark,
.dai-creative-format__icon::before {
	display: inline-block;
	width: 18px;
	height: 18px;
}

.dai-creative-badge__spark,
.dai-creative-generate__spark {
	position: relative;
}

.dai-creative-badge__spark::before,
.dai-creative-generate__spark::before {
	content: "";
	position: absolute;
	inset: 2px;
	border-radius: 50%;
	background: linear-gradient(135deg, #aa7dff, #7a13f0);
	box-shadow: 0 0 16px rgba(255, 123, 57, 0.6);
}

.dai-creative-title {
	margin: 28px 0 14px;
	font-size: clamp(42px, 6vw, 74px);
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.045em;
}

.dai-creative-title span {
	background: linear-gradient(135deg, #ff984b, #e60076);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.dai-creative-copy {
	margin: 0;
	font-size: 30px;
	line-height: 1.35;
	color: #95a7cd;
}

.dai-creative-formats {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 20px;
	margin-top: 54px;
}

.dai-creative-format {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 146px;
	padding: 24px 18px;
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 32px;
	background: rgba(24, 28, 42, 0.9);
	color: #fff;
	cursor: pointer;
	transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.dai-creative-format:hover,
.dai-creative-format:focus-visible {
	transform: translateY(-2px);
	border-color: rgba(255, 144, 74, 0.56);
	outline: none;
}

.dai-creative-format.is-active {
	border-color: rgba(255, 123, 57, 0.72);
	box-shadow: inset 0 0 0 1px rgba(255, 123, 57, 0.28), 0 16px 38px rgba(0, 0, 0, 0.24);
}

.dai-creative-format.is-active::after {
	content: "";
	position: absolute;
	top: 10px;
	right: 10px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #7a13f0;
}

.dai-creative-format__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin-bottom: 18px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.06);
}

.dai-creative-format.is-active .dai-creative-format__icon {
	background: linear-gradient(135deg, #7a13f0, #e60076);
	box-shadow: 0 10px 20px rgba(255, 89, 92, 0.25);
}

.dai-creative-format strong {
	display: block;
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: 700;
}

.dai-creative-format span:last-child {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #7383aa;
}

.dai-creative-format__icon--document::before {
	content: "";
	width: 18px;
	height: 22px;
	border: 2px solid currentColor;
	border-radius: 4px;
	box-sizing: border-box;
}

.dai-creative-format__icon--book::before {
	content: "";
	width: 22px;
	height: 18px;
	border: 2px solid currentColor;
	border-radius: 4px;
	box-sizing: border-box;
	box-shadow: inset 10px 0 0 rgba(255, 255, 255, 0.08);
}

.dai-creative-format__icon--heart::before {
	content: "\2661";
	font-size: 21px;
	line-height: 1;
}

.dai-creative-format__icon--card::before {
	content: "";
	width: 22px;
	height: 14px;
	border: 2px solid currentColor;
	border-radius: 3px;
	box-sizing: border-box;
}

.dai-creative-format__icon--image::before {
	content: "";
	width: 22px;
	height: 18px;
	border: 2px solid currentColor;
	border-radius: 4px;
	box-sizing: border-box;
}

.dai-creative-prompt {
	max-width: 1220px;
	margin: 40px auto 0;
}

.dai-creative-form {
	padding: 26px 26px 18px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 28px;
	background: rgba(23, 27, 40, 0.9);
	box-shadow: 0 28px 50px rgba(1, 4, 18, 0.34);
}

.dai-creative-form__textarea {
	width: 100%;
	min-height: 148px;
	padding: 0;
	border: 0;
	background: transparent;
	resize: vertical;
	color: #fff;
	font-size: 16px !important;
	line-height: 1.45;
	font-family: inherit;
}

.dai-creative-form__textarea::placeholder {
	color: #7d86a1;
}

.dai-creative-form__textarea:focus {
	outline: none;
}

.dai-creative-form__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-top: 22px;
	padding-top: 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.dai-creative-chip {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 16px 18px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.04);
	color: #c4d0ea;
	font-size: 15px;
	font-weight: 500;
}

.dai-creative-chip::before {
	content: "";
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #7e8cad;
}

.dai-creative-chip--document::before {
	width: 14px;
	height: 18px;
	border: 2px solid currentColor;
	border-radius: 3px;
}

.dai-creative-chip--book::before {
	width: 18px;
	height: 14px;
	border: 2px solid currentColor;
	border-radius: 3px;
	box-shadow: inset 8px 0 0 rgba(255, 255, 255, 0.08);
}

.dai-creative-chip--heart::before {
	content: "\2661";
	font-size: 16px;
	line-height: 1;
}

.dai-creative-chip--card::before {
	width: 18px;
	height: 11px;
	border: 2px solid currentColor;
	border-radius: 2px;
}

.dai-creative-chip--image::before {
	width: 18px;
	height: 14px;
	border: 2px solid currentColor;
	border-radius: 3px;
}

.dai-creative-generate {
   display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 199px;
  padding: 14px 0px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 43px;
  background: linear-gradient(180deg, rgba(53, 57, 72, 0.94), rgba(40, 43, 55, 0.94));
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.dai-creative-generate:hover,
.dai-creative-generate:focus-visible {
	outline: none;
	filter: brightness(1.04);
}

.dai-creative-generate[disabled] {
	opacity: 0.68;
	cursor: progress;
}

.dai-creative-form__message {
	min-height: 24px;
	margin: 14px 4px 0;
	font-size: 14px;
	color: #9eb0d4;
}

.dai-creative-form__message.is-error {
	color: #ff9a9a;
}

.dai-creative-form__message.is-success {
	color: #7df7b8;
}

/* Screen reader only */
.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* Large Desktop (1440px and above) */
@media (min-width: 1440px) {
	.dai-creative-shell__inner {
		padding: 64px 48px 96px;
	}

	.dai-creative-title {
		font-size: clamp(48px, 5vw, 80px);
	}

	.dai-creative-copy {
		font-size: 32px;
	}

	.dai-creative-formats {
		gap: 24px;
		margin-top: 64px;
	}

	.dai-creative-format {
		min-height: 160px;
		padding: 28px 20px;
	}

	.dai-creative-prompt {
		margin-top: 48px;
	}

	.dai-creative-form {
		padding: 32px 32px 24px;
	}

	.dai-creative-form__textarea {
		font-size: 24px;
		min-height: 160px;
	}
}

/* Desktop (1024px - 1439px) */
@media (min-width: 1024px) and (max-width: 1439px) {
	.dai-creative-shell__inner {
		padding: 48px 32px 72px;
	}

	.dai-creative-title {
		font-size: clamp(42px, 5.5vw, 68px);
	}

	.dai-creative-copy {
		font-size: 28px;
	}

	.dai-creative-formats {
		gap: 20px;
		margin-top: 54px;
	}

	.dai-creative-format {
		min-height: 146px;
		padding: 24px 18px;
	}

	.dai-creative-prompt {
		margin-top: 40px;
	}

	.dai-creative-form {
		padding: 26px 26px 18px;
	}

	.dai-creative-form__textarea {
		font-size: 22px;
		min-height: 148px;
	}
}

/* Tablet Landscape (768px - 1023px) */
@media (min-width: 768px) and (max-width: 1023px) {
	.dai-creative-shell__inner {
		padding: 40px 24px 64px;
	}

	.dai-creative-hero {
		padding-top: 12px;
	}

	.dai-creative-badge {
		padding: 10px 16px;
		font-size: 13px;
	}

	.dai-creative-title {
		margin: 24px 0 12px;
		font-size: clamp(36px, 5vw, 56px);
	}

	.dai-creative-copy {
		font-size: 24px;
	}

	.dai-creative-formats {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 16px;
		margin-top: 48px;
	}

	.dai-creative-format {
		min-height: 140px;
		padding: 20px 16px;
		border-radius: 28px;
	}

	.dai-creative-format__icon {
		width: 40px;
		height: 40px;
		margin-bottom: 14px;
	}

	.dai-creative-format strong {
		font-size: 16px;
	}

	.dai-creative-format span:last-child {
		font-size: 11px;
	}

	.dai-creative-prompt {
		margin-top: 36px;
	}

	.dai-creative-form {
		padding: 22px 22px 16px;
		border-radius: 24px;
	}

	.dai-creative-form__textarea {
		font-size: 20px;
		min-height: 140px;
	}

	.dai-creative-form__footer {
		gap: 14px;
		margin-top: 18px;
		padding-top: 16px;
	}

	.dai-creative-chip {
		padding: 14px 16px;
		font-size: 14px;
	}

	.dai-creative-generate {
		min-width: 220px;
		padding: 18px 22px;
		font-size: 16px;
	}
}

/* Tablet Portrait (600px - 767px) */
@media (min-width: 600px) and (max-width: 767px) {
	.dai-creative-shell__inner {
		padding: 32px 20px 56px;
	}

	.dai-creative-hero {
		padding-top: 8px;
	}

	.dai-creative-badge {
		padding: 9px 14px;
		font-size: 12px;
		gap: 8px;
	}

	.dai-creative-title {
		margin: 20px 0 10px;
		font-size: clamp(32px, 5.5vw, 48px);
	}

	.dai-creative-copy {
		font-size: 20px;
	}

	.dai-creative-formats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
		margin-top: 40px;
	}

	.dai-creative-format {
		min-height: 130px;
		padding: 18px 14px;
		border-radius: 24px;
	}

	.dai-creative-format__icon {
		width: 36px;
		height: 36px;
		margin-bottom: 12px;
	}

	.dai-creative-format strong {
		font-size: 15px;
		margin-bottom: 6px;
	}

	.dai-creative-format span:last-child {
		font-size: 10px;
	}

	.dai-creative-prompt {
		margin-top: 32px;
	}

	.dai-creative-form {
		padding: 20px 20px 14px;
		border-radius: 22px;
	}

	.dai-creative-form__textarea {
		font-size: 18px;
		min-height: 130px;
	}

	.dai-creative-form__footer {
		flex-direction: column;
		align-items: stretch;
		gap: 12px;
		margin-top: 16px;
		padding-top: 14px;
	}

	.dai-creative-chip {
		padding: 12px 14px;
		font-size: 13px;
		justify-content: center;
	}

	.dai-creative-generate {
		width: 100%;
		min-width: auto;
		padding: 16px 20px;
		font-size: 15px;
	}
}

/* Mobile Landscape (480px - 599px) */
@media (min-width: 480px) and (max-width: 599px) {
	.dai-creative-shell__inner {
		padding: 24px 16px 48px;
	}

	.dai-creative-hero {
		padding-top: 4px;
	}

	.dai-creative-badge {
		padding: 8px 12px;
		font-size: 11px;
		gap: 6px;
	}

	.dai-creative-title {
		margin: 16px 0 8px;
		font-size: clamp(28px, 6vw, 42px);
	}

	.dai-creative-copy {
		font-size: 18px;
	}

	.dai-creative-formats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
		margin-top: 36px;
	}

	.dai-creative-format {
		min-height: 120px;
		padding: 16px 12px;
		border-radius: 20px;
	}

	.dai-creative-format__icon {
		width: 32px;
		height: 32px;
		margin-bottom: 10px;
	}

	.dai-creative-format strong {
		font-size: 14px;
		margin-bottom: 4px;
	}

	.dai-creative-format span:last-child {
		font-size: 9px;
	}

	.dai-creative-prompt {
		margin-top: 28px;
	}

	.dai-creative-form {
		padding: 18px 18px 12px;
		border-radius: 20px;
	}

	.dai-creative-form__textarea {
		font-size: 16px;
		min-height: 120px;
	}

	.dai-creative-form__footer {
		flex-direction: column;
		align-items: stretch;
		gap: 10px;
		margin-top: 14px;
		padding-top: 12px;
	}

	.dai-creative-chip {
		padding: 10px 12px;
		font-size: 12px;
		justify-content: center;
	}

	.dai-creative-generate {
		width: 100%;
		min-width: auto;
		padding: 14px 18px;
		font-size: 14px;
	}
}

/* Mobile Portrait (max-width: 479px) */
@media (max-width: 479px) {
	.dai-creative-shell__inner {
		padding: 20px 14px 40px;
	}

	.dai-creative-hero {
		padding-top: 0;
	}

	.dai-creative-badge {
		padding: 7px 10px;
		font-size: 10px;
		gap: 6px;
	}

	.dai-creative-badge__spark,
	.dai-creative-generate__spark,
	.dai-creative-format__icon::before {
		width: 14px;
		height: 14px;
	}

	.dai-creative-title {
		margin: 14px 0 6px;
		font-size: clamp(24px, 7vw, 36px);
		letter-spacing: -0.03em;
	}

	.dai-creative-copy {
		font-size: 16px;
		line-height: 1.4;
	}

	.dai-creative-formats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
		margin-top: 32px;
	}

	.dai-creative-format {
		min-height: 110px;
		padding: 14px 10px;
		border-radius: 18px;
	}

	.dai-creative-format__icon {
		width: 28px;
		height: 28px;
		margin-bottom: 8px;
	}

	.dai-creative-format strong {
		font-size: 13px;
		margin-bottom: 4px;
	}

	.dai-creative-format span:last-child {
		font-size: 9px;
		letter-spacing: 0.04em;
	}

	.dai-creative-prompt {
		margin-top: 24px;
	}

	.dai-creative-form {
		padding: 16px 16px 10px;
		border-radius: 18px;
	}

	.dai-creative-form__textarea {
		font-size: 15px;
		min-height: 110px;
		line-height: 1.4;
	}

	.dai-creative-form__footer {
		flex-direction: column;
		align-items: stretch;
		gap: 8px;
		margin-top: 12px;
		padding-top: 10px;
	}

	.dai-creative-chip {
		padding: 8px 10px;
		font-size: 11px;
		justify-content: center;
		gap: 8px;
	}

	.dai-creative-chip::before {
		width: 14px;
		height: 11px;
	}

	.dai-creative-generate {
		width: 100%;
		min-width: auto;
		padding: 12px 16px;
		font-size: 13px;
		gap: 8px;
	}

	.dai-creative-form__message {
		font-size: 12px;
		min-height: 20px;
	}
}

/* Touch device optimizations */
@media (hover: none) and (pointer: coarse) {
	.dai-creative-format:hover {
		transform: none;
	}

	.dai-creative-format:active {
		transform: scale(0.98);
	}

	.dai-creative-generate:hover {
		filter: none;
	}

	.dai-creative-generate:active {
		transform: scale(0.98);
	}

	.dai-creative-format,
	.dai-creative-generate {
		-webkit-tap-highlight-color: transparent;
	}
}

/* High DPI displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.dai-creative-badge__spark::before,
	.dai-creative-generate__spark::before {
		box-shadow: 0 0 20px rgba(255, 123, 57, 0.8);
	}
}

/* Reduced motion preference */
@media (prefers-reduced-motion: reduce) {
	.dai-creative-format,
	.dai-creative-generate {
		transition: none;
	}

	.dai-creative-badge__spark::before,
	.dai-creative-generate__spark::before {
		animation: none;
	}
}

/* ================= LOGIN PROMPT STYLES ================= */
.dai-login-prompt-wrapper {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at top right, #1a0b2e 0%, #0a1128 50%, #050a1a 100%);
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    z-index: 999999;
}
.dai-login-prompt-wrapper::before,
.dai-login-prompt-wrapper::after {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    filter: blur(100px);
    z-index: -1;
    animation: floatOrb 10s infinite ease-in-out alternate;
}
.dai-login-prompt-wrapper::before {
    background: rgba(122, 19, 240, 0.15);
    top: -100px;
    right: -100px;
}
.dai-login-prompt-wrapper::after {
    background: rgba(255, 26, 222, 0.15);
    bottom: -100px;
    left: -100px;
    animation-delay: -5s;
}
@keyframes floatOrb {
    0% { transform: translate(0, 0) scale(1); }
    100% { transform: translate(-30px, 50px) scale(1.1); }
}

.dai-login-prompt-box {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 0;
    text-align: center;
    min-width: 380px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255,255,255,0.1);
    overflow: hidden;
    transform: translateY(20px);
    opacity: 0;
    animation: slideUpFade 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
@keyframes slideUpFade {
    to { transform: translateY(0); opacity: 1; }
}

.dai-login-prompt-header {
    padding: 30px 30px 0;
    border-bottom: none;
}
.dai-login-prompt-title {
    background: linear-gradient(135deg, #a755ff 0%, #ff42e6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 24px;
    margin: 0;
    letter-spacing: -0.5px;
}
.dai-login-prompt-body {
    padding: 20px 30px 40px;
}
.dai-login-prompt-text {
    color: #e2e8f0;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 30px 0;
    line-height: 1.6;
}
.dai-login-prompt-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
}
.dai-btn-login {
    color: #ffffff;
    background: linear-gradient(135deg, #7a13f0 0%, #a755ff 100%);
    padding: 12px 28px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(122, 19, 240, 0.4);
    border: 1px solid rgba(255,255,255,0.1);
}
.dai-btn-login:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(122, 19, 240, 0.6);
    color: #ffffff;
    background: linear-gradient(135deg, #8b2df2 0%, #b36bf5 100%);
}
.dai-btn-register {
    color: #ffffff;
    background: rgba(255,255,255,0.05);
    padding: 12px 28px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 1px solid rgba(255,255,255,0.1);
}
.dai-btn-register:hover {
    background: rgba(255,255,255,0.15);
    transform: translateY(-2px);
    border-color: rgba(255,255,255,0.3);
    color: #ffffff;
}
.dai-login-prompt-footer {
    margin-top: 25px;
    text-align: center;
}
.dai-btn-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s ease;
}
.dai-btn-back:hover {
    color: #ffffff;
    transform: translateX(-3px);
}
.dai-btn-back svg {
    transition: transform 0.3s ease;
}
.dai-btn-back:hover svg {
    transform: translateX(-2px);
}

/* ================= BOTTOM NAVIGATION STYLES ================= */
.dai-creative-bottom-nav {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
	padding-top: 20px;
}

.dai-creative-back-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 22px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.04);
	color: rgba(255, 255, 255, 0.7);
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.dai-creative-back-btn:hover {
	border-color: rgba(255, 255, 255, 0.25);
	background: rgba(255, 255, 255, 0.1);
	color: #ffffff;
	transform: translateX(-4px);
}

.dai-creative-back-btn svg {
	transition: transform 0.3s ease;
}

.dai-creative-back-btn:hover svg {
	transform: translateX(-2px);
}
