.star-db,
.star-db-launcher {
	--star-ink: #171a23;
	--star-ink-2: #262a35;
	--star-muted: #6f706c;
	--star-muted-2: #94948e;
	--star-gold: #b58a35;
	--star-gold-dark: #815f20;
	--star-gold-soft: #e7d8b9;
	--star-cream: #fbf8f2;
	--star-cream-2: #f3ede2;
	--star-white: #fff;
	--star-line: #e5ded1;
	--star-success: #246c54;
	--star-danger: #a43f3f;
	--star-shadow: 0 24px 70px rgba(29, 25, 18, .09);
	--star-shadow-soft: 0 12px 34px rgba(29, 25, 18, .065);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	color: var(--star-ink);
	box-sizing: border-box;
}

.star-db *,
.star-db *::before,
.star-db *::after,
.star-db-launcher *,
.star-db-launcher *::before,
.star-db-launcher *::after {
	box-sizing: inherit;
}

.star-db [hidden],
.star-db-launcher [hidden] {
	display: none !important;
}

.star-db button,
.star-db input,
.star-db select,
.star-db textarea,
.star-db-launcher button,
.star-db-launcher a {
	font: inherit;
}

.star-db button,
.star-db-launcher button {
	appearance: none;
	-webkit-appearance: none;
	letter-spacing: normal;
	text-transform: none;
}

.star-db button:focus-visible,
.star-db input:focus-visible,
.star-db select:focus-visible,
.star-db summary:focus-visible,
.star-db-launcher a:focus-visible {
	outline: 3px solid rgba(181, 138, 53, .28);
	outline-offset: 3px;
}

.star-db-icon {
	width: 21px;
	height: 21px;
	flex: 0 0 auto;
}

.star-db {
	width: min(100%, 1360px);
	margin: 0 auto;
	padding: clamp(38px, 5.2vw, 76px) clamp(14px, 3vw, 34px) 100px;
	position: relative;
	isolation: isolate;
}

.star-db::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: min(94vw, 1280px);
	height: 520px;
	transform: translateX(-50%);
	background: radial-gradient(circle at 50% 8%, rgba(224, 205, 167, .19), transparent 66%);
	pointer-events: none;
	z-index: -1;
}

.star-db-hero {
	max-width: 830px;
	margin: 0 auto clamp(30px, 4vw, 50px);
	text-align: center;
}

.star-db-kicker {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-bottom: 15px;
	color: var(--star-gold-dark);
	font-size: 11px;
	font-weight: 760;
	letter-spacing: .19em;
	text-transform: uppercase;
}

.star-db-kicker span {
	width: 27px;
	height: 1px;
	background: var(--star-gold);
}

.star-db-hero h1 {
	margin: 0;
	color: var(--star-ink);
	font-size: clamp(36px, 4.7vw, 62px);
	font-weight: 680;
	line-height: 1.03;
	letter-spacing: -.047em;
}

.star-db-hero > p {
	max-width: 715px;
	margin: 20px auto 0;
	color: #676964;
	font-size: clamp(16px, 1.45vw, 19px);
	line-height: 1.72;
}

.star-db-assurances {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px 26px;
	margin-top: 23px;
	color: #575953;
	font-size: 13px;
	font-weight: 650;
}

.star-db-assurances span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.star-db-assurances svg {
	width: 17px;
	height: 17px;
	color: var(--star-gold);
}

.star-db-stepper {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	max-width: 1130px;
	margin: 0 auto 27px;
	padding: 7px;
	border: 1px solid rgba(181, 138, 53, .2);
	border-radius: 18px;
	background: rgba(255, 255, 255, .79);
	box-shadow: 0 10px 36px rgba(31, 28, 21, .045);
	backdrop-filter: blur(15px);
}

.star-db-step {
	display: flex;
	align-items: center;
	gap: 11px;
	min-width: 0;
	min-height: 60px;
	margin: 0;
	padding: 9px 12px;
	border: 0;
	border-radius: 12px;
	background: transparent;
	color: #777873;
	box-shadow: none;
	cursor: pointer;
	transition: color .2s ease, background .2s ease, transform .2s ease;
}

.star-db-step:disabled {
	opacity: .58;
	cursor: default;
}

.star-db-step i {
	display: grid;
	place-items: center;
	width: 31px;
	height: 31px;
	flex: 0 0 31px;
	border: 1px solid #d8d5ce;
	border-radius: 50%;
	background: #fff;
	font-size: 11px;
	font-style: normal;
	font-weight: 750;
	transition: all .2s ease;
}

.star-db-step span {
	display: flex;
	min-width: 0;
	flex-direction: column;
	align-items: flex-start;
	line-height: 1.15;
}

.star-db-step strong {
	color: inherit;
	font-size: 13px;
	font-weight: 740;
}

.star-db-step small {
	margin-top: 4px;
	overflow: hidden;
	font-size: 10px;
	font-weight: 540;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.star-db-step.is-active {
	background: var(--star-ink);
	color: #fff;
}

.star-db-step.is-active i {
	border-color: var(--star-gold);
	background: var(--star-gold);
	color: #fff;
}

.star-db-step.is-complete:not(.is-active) {
	color: var(--star-gold-dark);
}

.star-db-step.is-complete:not(.is-active) i {
	border-color: var(--star-gold-soft);
	background: #f8f2e7;
	color: var(--star-gold-dark);
}

.star-db-layout {
	display: grid;
	grid-template-columns: minmax(300px, 390px) minmax(0, 1fr);
	gap: clamp(22px, 3vw, 40px);
	align-items: start;
}

.star-db-summary {
	position: sticky;
	top: 24px;
	overflow: hidden;
	border: 1px solid rgba(181, 138, 53, .25);
	border-radius: 27px;
	background: linear-gradient(148deg, rgba(255, 255, 255, .97), rgba(249, 245, 237, .97));
	box-shadow: var(--star-shadow);
}

.star-db-summary-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 17px 20px;
	border-bottom: 1px solid rgba(181, 138, 53, .13);
}

.star-db-live {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: var(--star-success);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .12em;
}

.star-db-live i {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #4b9b79;
	box-shadow: 0 0 0 5px rgba(75, 155, 121, .12);
}

.star-db-origin-badge {
	padding: 6px 9px;
	border: 1px solid #ddd2bd;
	border-radius: 999px;
	background: #fff;
	color: var(--star-gold-dark);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .1em;
}

.star-db-stone-preview {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 285px;
	overflow: hidden;
	background: linear-gradient(145deg, #eee6da 0%, #f7f3ec 52%, #e8dece 100%);
}

.star-db-stone-preview::before,
.star-db-stone-preview::after {
	content: "";
	position: absolute;
	border: 1px solid rgba(181, 138, 53, .15);
	border-radius: 50%;
}

.star-db-stone-preview::before {
	width: 230px;
	height: 230px;
}

.star-db-stone-preview::after {
	width: 180px;
	height: 180px;
	border-style: dashed;
	animation: star-db-orbit 26s linear infinite;
}

@keyframes star-db-orbit {
	to { transform: rotate(360deg); }
}

.star-db-glow {
	display: none;
}

.star-db-shape-large {
	position: relative;
	z-index: 2;
	width: 124px;
	height: 124px;
	filter: drop-shadow(0 13px 10px rgba(66, 70, 80, .13));
	animation: star-db-float 5.5s ease-in-out infinite;
}

.star-db-shape-large svg {
	width: 100%;
	height: 100%;
	color: #8293a2;
	stroke-width: .7;
	fill: rgba(255, 255, 255, .22);
}

.star-db-shape-large::after {
	content: "";
	position: absolute;
	top: 19%;
	left: 27%;
	width: 12px;
	height: 30px;
	transform: rotate(42deg);
	border-radius: 50%;
	background: rgba(255, 255, 255, .9);
	filter: blur(3px);
}

@keyframes star-db-float {
	0%, 100% { transform: translateY(2px) rotate(-1deg); }
	50% { transform: translateY(-6px) rotate(1deg); }
}

.star-db-carat-orbit {
	position: absolute;
	right: 18px;
	bottom: 17px;
	z-index: 3;
}

.star-db-carat-orbit span {
	display: inline-flex;
	align-items: center;
	min-height: 33px;
	padding: 0 12px;
	border: 1px solid rgba(181, 138, 53, .28);
	border-radius: 999px;
	background: rgba(255, 255, 255, .78);
	color: var(--star-ink);
	font-size: 12px;
	font-weight: 750;
	backdrop-filter: blur(9px);
}

.star-db-summary-name {
	padding: 20px 21px 15px;
}

.star-db-summary-name small,
.star-db-summary-price small {
	display: block;
	color: var(--star-gold-dark);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .15em;
}

.star-db-summary-name h2 {
	margin: 8px 0 0;
	color: var(--star-ink);
	font-size: 21px;
	font-weight: 690;
	line-height: 1.25;
	letter-spacing: -.025em;
}

.star-db-summary-list {
	margin: 0;
	padding: 0 21px 17px;
}

.star-db-summary-list > div {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 14px;
	padding: 10px 0;
	border-top: 1px solid rgba(116, 111, 101, .12);
}

.star-db-summary-list dt,
.star-db-summary-list dd {
	margin: 0;
	font-size: 12px;
	line-height: 1.35;
}

.star-db-summary-list dt {
	color: var(--star-muted);
}

.star-db-summary-list dd {
	max-width: 70%;
	color: var(--star-ink-2);
	font-weight: 670;
	text-align: right;
}

.star-db-summary-price {
	margin: 0 17px 17px;
	padding: 17px;
	border: 1px solid rgba(181, 138, 53, .22);
	border-radius: 16px;
	background: linear-gradient(135deg, #fff, #f8f1e5);
}

.star-db-summary-price strong {
	display: block;
	margin-top: 5px;
	color: var(--star-ink);
	font-size: 28px;
	font-weight: 730;
	letter-spacing: -.035em;
}

.star-db-summary-price > span {
	display: block;
	margin-top: 4px;
	color: var(--star-muted);
	font-size: 10px;
}

.star-db-summary-note {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 15px 18px;
	border-top: 1px solid rgba(181, 138, 53, .14);
	background: rgba(241, 234, 222, .42);
	color: #74736e;
}

.star-db-summary-note svg {
	width: 17px;
	height: 17px;
	margin-top: 1px;
	color: var(--star-gold-dark);
}

.star-db-summary-note p {
	margin: 0;
	font-size: 10px;
	line-height: 1.55;
}

.star-db-workspace {
	overflow: hidden;
	border: 1px solid rgba(181, 138, 53, .22);
	border-radius: 28px;
	background: rgba(255, 255, 255, .97);
	box-shadow: var(--star-shadow);
}

.star-db-progress {
	display: none;
}

.star-db-panel {
	min-height: 620px;
	padding: clamp(26px, 4vw, 47px);
	animation: star-db-panel-in .3s ease both;
}

@keyframes star-db-panel-in {
	from { opacity: 0; transform: translateY(7px); }
	to { opacity: 1; transform: translateY(0); }
}

.star-db-panel-heading {
	max-width: 690px;
	margin-bottom: 31px;
}

.star-db-panel-heading > span {
	color: var(--star-gold-dark);
	font-size: 10px;
	font-weight: 820;
	letter-spacing: .18em;
}

.star-db-panel-heading h2 {
	margin: 8px 0 0;
	color: var(--star-ink);
	font-size: clamp(27px, 3.1vw, 40px);
	font-weight: 690;
	line-height: 1.12;
	letter-spacing: -.038em;
}

.star-db-panel-heading p {
	margin: 12px 0 0;
	color: var(--star-muted);
	font-size: 14px;
	line-height: 1.65;
}

.star-db-origin-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.star-db-origin-card {
	position: relative;
	display: flex;
	min-height: 252px;
	margin: 0;
	padding: 25px 23px;
	flex-direction: column;
	align-items: flex-start;
	border: 1px solid var(--star-line);
	border-radius: 21px;
	background: #fff;
	color: var(--star-ink);
	box-shadow: none;
	text-align: left;
	cursor: pointer;
	transition: border .22s ease, box-shadow .22s ease, transform .22s ease, background .22s ease;
}

.star-db-origin-card:hover {
	transform: translateY(-2px);
	border-color: #d5c39e;
	box-shadow: var(--star-shadow-soft);
}

.star-db-origin-card.is-selected {
	border-color: var(--star-gold);
	background: linear-gradient(145deg, #fff, #faf5ea);
	box-shadow: 0 12px 35px rgba(132, 97, 29, .09), inset 0 0 0 1px rgba(181, 138, 53, .12);
}

.star-db-origin-icon {
	display: grid;
	place-items: center;
	width: 50px;
	height: 50px;
	border: 1px solid #e4d8c1;
	border-radius: 15px;
	background: #f9f4ea;
	color: var(--star-gold-dark);
}

.star-db-origin-icon svg {
	width: 27px;
	height: 27px;
}

.star-db-origin-icon.is-natural svg {
	width: 31px;
	height: 31px;
	stroke-width: 1.1;
}

.star-db-origin-copy {
	display: flex;
	margin-top: 28px;
	flex-direction: column;
}

.star-db-origin-copy small {
	color: var(--star-gold-dark);
	font-size: 8px;
	font-weight: 820;
	letter-spacing: .15em;
}

.star-db-origin-copy strong {
	margin-top: 7px;
	font-size: 19px;
	font-weight: 720;
	line-height: 1.25;
}

.star-db-origin-copy em {
	margin-top: 9px;
	color: var(--star-muted);
	font-size: 12px;
	font-style: normal;
	font-weight: 450;
	line-height: 1.55;
}

.star-db-radio {
	position: absolute;
	top: 22px;
	right: 21px;
	width: 19px;
	height: 19px;
	border: 1px solid #c8c4bb;
	border-radius: 50%;
	background: #fff;
}

.star-db-origin-card.is-selected .star-db-radio {
	border: 5px solid var(--star-gold);
}

.star-db-information {
	display: flex;
	align-items: flex-start;
	gap: 11px;
	margin-top: 20px;
	padding: 16px 17px;
	border: 1px solid #e4dccd;
	border-radius: 15px;
	background: #faf8f3;
	color: #686963;
}

.star-db-information.is-compact {
	margin: 0 0 24px;
}

.star-db-information svg {
	width: 18px;
	height: 18px;
	margin-top: 1px;
	color: var(--star-gold-dark);
}

.star-db-information p {
	margin: 0;
	font-size: 12px;
	line-height: 1.58;
}

.star-db-information strong {
	color: var(--star-ink-2);
}

.star-db-fieldset {
	min-width: 0;
	margin: 0 0 29px;
	padding: 0;
	border: 0;
}

.star-db-fieldset legend {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	margin-bottom: 14px;
	padding: 0;
	color: var(--star-ink-2);
	font-size: 14px;
	font-weight: 720;
}

.star-db-fieldset legend small {
	color: var(--star-muted-2);
	font-size: 10px;
	font-weight: 530;
}

.star-db-shape-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 9px;
}

.star-db-shape {
	display: flex;
	min-height: 105px;
	margin: 0;
	padding: 11px 6px 10px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 7px;
	border: 1px solid var(--star-line);
	border-radius: 14px;
	background: #fff;
	color: #737771;
	box-shadow: none;
	cursor: pointer;
	transition: all .2s ease;
}

.star-db-shape:hover {
	border-color: #d2bd92;
	color: var(--star-gold-dark);
	transform: none;
}

.star-db-shape.is-selected {
	border-color: var(--star-gold);
	background: #fbf6ec;
	color: var(--star-gold-dark);
	box-shadow: inset 0 0 0 1px rgba(181, 138, 53, .12);
}

.star-db-shape span {
	display: block;
	width: 45px;
	height: 45px;
}

.star-db-shape svg {
	width: 100%;
	height: 100%;
}

.star-db-shape strong {
	max-width: 100%;
	overflow: hidden;
	font-size: 9px;
	font-weight: 670;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.star-db-carat-box,
.star-db-natural-range {
	padding: 22px;
	border: 1px solid var(--star-line);
	border-radius: 18px;
	background: var(--star-cream);
}

.star-db-carat-control {
	display: grid;
	grid-template-columns: 112px minmax(0, 1fr);
	gap: 23px;
	align-items: center;
}

.star-db-carat-value {
	display: flex;
	height: 52px;
	align-items: center;
	border: 1px solid #d8c9ad;
	border-radius: 13px;
	background: #fff;
	overflow: hidden;
}

.star-db-carat-value input {
	width: 72px;
	height: 100%;
	padding: 0 0 0 14px;
	border: 0;
	background: transparent;
	color: var(--star-ink);
	font-size: 18px;
	font-weight: 720;
	box-shadow: none;
	outline: 0;
}

.star-db-carat-value span {
	color: var(--star-muted);
	font-size: 12px;
	font-weight: 650;
}

.star-db-range {
	width: 100%;
	height: 5px;
	border: 0;
	border-radius: 99px;
	background: linear-gradient(90deg, var(--star-gold), #ded8ce);
	box-shadow: none;
	accent-color: var(--star-gold);
	cursor: pointer;
}

.star-db-range::-webkit-slider-thumb {
	width: 22px;
	height: 22px;
	border: 4px solid #fff;
	border-radius: 50%;
	background: var(--star-gold);
	box-shadow: 0 2px 10px rgba(74, 58, 28, .25);
}

.star-db-quick-carat,
.star-db-token-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.star-db-quick-carat {
	margin-top: 19px;
}

.star-db-quick-carat button,
.star-db-token-row button {
	min-width: 52px;
	min-height: 40px;
	margin: 0;
	padding: 8px 13px;
	border: 1px solid #ddd7cb;
	border-radius: 999px;
	background: #fff;
	color: #565853;
	box-shadow: none;
	font-size: 12px;
	font-weight: 670;
	cursor: pointer;
	transition: all .18s ease;
}

.star-db-token-row.is-wide button {
	min-width: 61px;
}

.star-db-quick-carat button:hover,
.star-db-token-row button:hover {
	border-color: #c8ae78;
	color: var(--star-gold-dark);
}

.star-db-quick-carat button.is-selected,
.star-db-token-row button.is-selected {
	border-color: var(--star-ink);
	background: var(--star-ink);
	color: #fff;
}

.star-db-two-fields {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.star-db-two-fields label,
.star-db-quality-selects label,
.star-db-form-grid label,
.star-db-select-field {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 8px;
	color: #4c4f4a;
	font-size: 11px;
	font-weight: 670;
}

.star-db-two-fields input,
.star-db-quality-selects select,
.star-db-form-grid input,
.star-db-form-grid select,
.star-db-select-field select {
	width: 100%;
	height: 49px;
	margin: 0;
	padding: 0 14px;
	border: 1px solid #ded8cc;
	border-radius: 12px;
	background-color: #fff;
	color: var(--star-ink);
	box-shadow: none;
	font-size: 13px;
	font-weight: 560;
	outline: 0;
	transition: border .18s ease, box-shadow .18s ease;
}

.star-db-two-fields input:focus,
.star-db-quality-selects select:focus,
.star-db-form-grid input:focus,
.star-db-form-grid select:focus,
.star-db-select-field select:focus {
	border-color: var(--star-gold);
	box-shadow: 0 0 0 3px rgba(181, 138, 53, .11);
}

.star-db-input-suffix {
	display: flex;
	align-items: center;
	border: 1px solid #ded8cc;
	border-radius: 12px;
	background: #fff;
	overflow: hidden;
}

.star-db-input-suffix input {
	border: 0;
	border-radius: 0;
}

.star-db-input-suffix b {
	padding-right: 14px;
	color: var(--star-muted);
	font-size: 12px;
}

.star-db-field-help {
	margin: 12px 0 0;
	color: var(--star-muted);
	font-size: 10px;
	line-height: 1.5;
}

.star-db-cert-grid,
.star-db-tier-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 11px;
}

.star-db-cert-grid button {
	display: flex;
	min-height: 73px;
	margin: 0;
	padding: 13px 15px;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	border: 1px solid var(--star-line);
	border-radius: 13px;
	background: #fff;
	color: var(--star-ink);
	box-shadow: none;
	cursor: pointer;
	transition: all .18s ease;
}

.star-db-cert-grid button strong {
	font-size: 14px;
	font-weight: 760;
}

.star-db-cert-grid button small {
	margin-top: 3px;
	color: var(--star-muted);
	font-size: 9px;
}

.star-db-cert-grid button.is-selected {
	border-color: var(--star-gold);
	background: #fbf6ec;
	box-shadow: inset 0 0 0 1px rgba(181, 138, 53, .12);
}

.star-db-advanced {
	margin-top: 5px;
	border: 1px solid var(--star-line);
	border-radius: 15px;
	background: #fff;
	overflow: hidden;
}

.star-db-advanced summary {
	position: relative;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 16px 19px;
	color: var(--star-ink-2);
	font-size: 12px;
	font-weight: 700;
	list-style: none;
	cursor: pointer;
}

.star-db-advanced summary::-webkit-details-marker {
	display: none;
}

.star-db-advanced summary small {
	color: var(--star-muted-2);
	font-size: 9px;
	font-weight: 520;
}

.star-db-advanced summary i {
	width: 8px;
	height: 8px;
	margin-left: auto;
	transform: rotate(45deg);
	border-right: 1.5px solid #6e6d68;
	border-bottom: 1.5px solid #6e6d68;
	transition: transform .2s ease;
}

.star-db-advanced[open] summary i {
	transform: rotate(225deg);
}

.star-db-advanced-body {
	padding: 19px;
	border-top: 1px solid var(--star-line);
	background: var(--star-cream);
}

.star-db-quality-selects {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.star-db-natural-advanced {
	display: grid;
	gap: 13px;
	margin-top: 17px;
	padding-top: 17px;
	border-top: 1px solid var(--star-line);
}

.star-db-tier-grid button {
	position: relative;
	display: flex;
	min-height: 122px;
	margin: 0;
	padding: 20px 17px;
	flex-direction: column;
	align-items: flex-start;
	border: 1px solid var(--star-line);
	border-radius: 16px;
	background: #fff;
	color: var(--star-ink);
	box-shadow: none;
	text-align: left;
	cursor: pointer;
	transition: all .2s ease;
}

.star-db-tier-grid button > span {
	position: absolute;
	top: 14px;
	right: 15px;
	color: #d6d0c4;
	font-size: 10px;
	font-weight: 780;
}

.star-db-tier-grid button strong {
	margin-top: 24px;
	font-size: 15px;
	font-weight: 730;
}

.star-db-tier-grid button small {
	margin-top: 6px;
	color: var(--star-muted);
	font-size: 10px;
	line-height: 1.4;
}

.star-db-tier-grid button.is-selected {
	border-color: var(--star-gold);
	background: linear-gradient(145deg, #fff, #f9f2e4);
	box-shadow: inset 0 0 0 1px rgba(181, 138, 53, .12);
}

.star-db-side-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.star-db-side-grid button {
	display: flex;
	min-height: 72px;
	margin: 0;
	padding: 12px 14px;
	align-items: center;
	gap: 13px;
	border: 1px solid var(--star-line);
	border-radius: 14px;
	background: #fff;
	color: var(--star-ink);
	box-shadow: none;
	text-align: left;
	cursor: pointer;
	transition: all .18s ease;
}

.star-db-side-grid button:last-child {
	grid-column: 1 / -1;
}

.star-db-side-grid button.is-selected {
	border-color: var(--star-gold);
	background: #fbf6ec;
}

.star-db-side-grid button > span {
	display: flex;
	flex-direction: column;
}

.star-db-side-grid strong {
	font-size: 12px;
	font-weight: 720;
}

.star-db-side-grid small {
	margin-top: 3px;
	color: var(--star-muted);
	font-size: 9px;
}

.star-db-side-dots {
	position: relative;
	display: block;
	width: 38px;
	height: 24px;
	flex: 0 0 38px;
}

.star-db-side-dots::before,
.star-db-side-dots::after {
	content: "";
	position: absolute;
	top: 9px;
	width: 7px;
	height: 7px;
	border: 1px solid #a89572;
	transform: rotate(45deg);
	background: #fff;
}

.star-db-side-dots::before { left: 3px; }
.star-db-side-dots::after { right: 3px; }
.star-db-side-dots.is-none::before,
.star-db-side-dots.is-none::after { display: none; }
.star-db-side-dots.is-none { border-top: 2px solid #b1a990; margin-top: 10px; }
.star-db-side-dots.is-medium { box-shadow: inset 0 -11px 0 -9px #b5a174; }
.star-db-side-dots.is-dense::before { box-shadow: 9px -5px 0 -1px #fff, 9px -5px 0 0 #a89572; }
.star-db-side-dots.is-special::before { width: 9px; height: 9px; box-shadow: 11px -4px 0 -1px #fff, 11px -4px 0 0 #a89572; }

.star-db-mount-fields {
	display: grid;
	grid-template-columns: .75fr 1.25fr;
	gap: 20px;
}

.star-db-segmented {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	padding: 4px;
	border: 1px solid var(--star-line);
	border-radius: 13px;
	background: var(--star-cream);
}

.star-db-segmented button {
	min-height: 43px;
	margin: 0;
	padding: 8px;
	border: 0;
	border-radius: 9px;
	background: transparent;
	color: var(--star-muted);
	box-shadow: none;
	font-size: 12px;
	font-weight: 690;
	cursor: pointer;
}

.star-db-segmented button.is-selected {
	background: #fff;
	color: var(--star-ink);
	box-shadow: 0 4px 13px rgba(41, 36, 28, .08);
}

.star-db-metal-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
}

.star-db-metal-row button {
	display: flex;
	min-height: 51px;
	margin: 0;
	padding: 8px;
	align-items: center;
	justify-content: center;
	gap: 7px;
	border: 1px solid var(--star-line);
	border-radius: 12px;
	background: #fff;
	color: #575954;
	box-shadow: none;
	font-size: 10px;
	font-weight: 680;
	cursor: pointer;
}

.star-db-metal-row button.is-selected {
	border-color: var(--star-gold);
	background: #fbf7ef;
	color: var(--star-ink);
}

.star-db-metal-row i {
	width: 15px;
	height: 15px;
	border: 1px solid rgba(0, 0, 0, .08);
	border-radius: 50%;
}

.star-db-metal-row .is-white { background: linear-gradient(135deg, #fff, #aeb3b8); }
.star-db-metal-row .is-yellow { background: linear-gradient(135deg, #f8e29a, #b88621); }
.star-db-metal-row .is-rose { background: linear-gradient(135deg, #f0c9ba, #b47765); }

.star-db-select-field {
	max-width: 250px;
	margin-top: 2px;
}

.star-db-navigation {
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 82px;
	padding: 15px clamp(25px, 4vw, 47px);
	border-top: 1px solid var(--star-line);
	background: #fcfaf6;
}

.star-db-nav-spacer {
	flex: 1;
}

.star-db-back,
.star-db-next,
.star-db-submit,
.star-db-secondary-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 48px;
	margin: 0;
	padding: 11px 22px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 720;
	cursor: pointer;
	transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.star-db-next,
.star-db-submit {
	border: 1px solid var(--star-ink);
	background: var(--star-ink);
	color: #fff;
	box-shadow: 0 9px 23px rgba(23, 26, 35, .15);
}

.star-db-next:hover,
.star-db-submit:hover {
	transform: translateY(-1px);
	background: #262b38;
	box-shadow: 0 12px 27px rgba(23, 26, 35, .2);
}

.star-db-back,
.star-db-secondary-button {
	border: 1px solid #d8d1c5;
	background: #fff;
	color: #5d5e5a;
	box-shadow: none;
}

.star-db-back:hover,
.star-db-secondary-button:hover {
	border-color: #c8aa6a;
	color: var(--star-gold-dark);
}

.star-db-result-loading {
	display: flex;
	min-height: 190px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border: 1px solid var(--star-line);
	border-radius: 19px;
	background: var(--star-cream);
	text-align: center;
}

.star-db-result-loading i {
	width: 34px;
	height: 34px;
	margin-bottom: 14px;
	border: 3px solid #e4dbc9;
	border-top-color: var(--star-gold);
	border-radius: 50%;
	animation: star-db-spin .8s linear infinite;
}

@keyframes star-db-spin { to { transform: rotate(360deg); } }

.star-db-result-loading strong {
	font-size: 14px;
}

.star-db-result-loading span {
	margin-top: 5px;
	color: var(--star-muted);
	font-size: 11px;
}

.star-db-alert {
	margin-bottom: 18px;
	padding: 14px 16px;
	border-radius: 12px;
	font-size: 12px;
	line-height: 1.5;
}

.star-db-alert.is-error,
.star-db-form-error {
	border: 1px solid rgba(164, 63, 63, .22);
	background: #fff5f5;
	color: var(--star-danger);
}

.star-db-price-card {
	position: relative;
	overflow: hidden;
	padding: clamp(24px, 4vw, 39px);
	border: 1px solid #d9c49b;
	border-radius: 22px;
	background:
		radial-gradient(circle at 94% 8%, rgba(218, 190, 131, .28), transparent 31%),
		linear-gradient(145deg, #fff, #f8f1e4);
	box-shadow: 0 18px 44px rgba(118, 83, 24, .08);
}

.star-db-price-card::after {
	content: "";
	position: absolute;
	top: -73px;
	right: -56px;
	width: 170px;
	height: 170px;
	transform: rotate(45deg);
	border: 1px solid rgba(181, 138, 53, .17);
}

.star-db-price-card-top {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.star-db-price-card-top > span {
	color: var(--star-gold-dark);
	font-size: 9px;
	font-weight: 820;
	letter-spacing: .16em;
}

.star-db-price-card-top i {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 6px 9px;
	border-radius: 999px;
	background: rgba(36, 108, 84, .08);
	color: var(--star-success);
	font-size: 8px;
	font-style: normal;
	font-weight: 800;
}

.star-db-price-card-top i svg {
	width: 12px;
	height: 12px;
}

.star-db-price-card > strong {
	position: relative;
	z-index: 1;
	display: block;
	margin-top: 13px;
	color: var(--star-ink);
	font-size: clamp(38px, 5.2vw, 62px);
	font-weight: 720;
	line-height: 1;
	letter-spacing: -.055em;
}

.star-db-price-card > p {
	max-width: 620px;
	margin: 17px 0 0;
	color: #666862;
	font-size: 12px;
	line-height: 1.62;
}

.star-db-price-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 9px 20px;
	margin-top: 18px;
	padding-top: 17px;
	border-top: 1px solid rgba(181, 138, 53, .17);
}

.star-db-price-meta span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #666861;
	font-size: 9px;
	font-weight: 650;
}

.star-db-price-meta svg {
	width: 14px;
	height: 14px;
	color: var(--star-gold-dark);
}

.star-db-natural-search-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 19px;
}

.star-db-natural-search-head small {
	color: var(--star-gold-dark);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .15em;
}

.star-db-natural-search-head h3 {
	margin: 5px 0 0;
	font-size: 20px;
	font-weight: 710;
	letter-spacing: -.025em;
}

.star-db-natural-search-head p {
	margin: 6px 0 0;
	color: var(--star-muted);
	font-size: 10px;
}

.star-db-demo-alert {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 15px;
	padding: 13px 15px;
	border: 1px solid #e0c584;
	border-radius: 12px;
	background: #fff9e8;
	color: #6f5720;
}

.star-db-demo-alert svg {
	width: 17px;
	height: 17px;
}

.star-db-demo-alert p {
	margin: 0;
	font-size: 10px;
	line-height: 1.5;
}

.star-db-natural-results {
	display: grid;
	gap: 12px;
}

.star-db-diamond-result {
	display: grid;
	grid-template-columns: 66px minmax(0, 1fr) auto;
	gap: 15px;
	align-items: center;
	padding: 16px;
	border: 1px solid var(--star-line);
	border-radius: 17px;
	background: #fff;
	transition: all .2s ease;
}

.star-db-diamond-result:hover {
	border-color: #d2bd92;
	box-shadow: var(--star-shadow-soft);
}

.star-db-diamond-result.is-selected {
	border-color: var(--star-gold);
	background: #fdf9f1;
	box-shadow: inset 0 0 0 1px rgba(181, 138, 53, .1);
}

.star-db-result-gem {
	display: grid;
	place-items: center;
	width: 66px;
	height: 66px;
	border-radius: 16px;
	background: linear-gradient(145deg, #f4ede1, #fff);
	color: #8293a2;
}

.star-db-result-gem svg {
	width: 45px;
	height: 45px;
}

.star-db-result-main {
	min-width: 0;
}

.star-db-result-badges {
	display: flex;
	gap: 5px;
}

.star-db-result-badges span,
.star-db-result-badges b {
	display: inline-flex;
	padding: 4px 7px;
	border-radius: 999px;
	background: #f2eee6;
	color: #69665e;
	font-size: 8px;
	font-weight: 800;
}

.star-db-result-badges b {
	background: #fff0c9;
	color: #80601e;
}

.star-db-result-main h4 {
	margin: 7px 0 0;
	font-size: 14px;
	font-weight: 720;
}

.star-db-result-main > p {
	margin: 4px 0 0;
	color: var(--star-muted);
	font-size: 9px;
}

.star-db-result-main dl {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 13px;
	margin: 9px 0 0;
}

.star-db-result-main dl div {
	display: flex;
	gap: 4px;
}

.star-db-result-main dt,
.star-db-result-main dd {
	margin: 0;
	font-size: 8px;
}

.star-db-result-main dt { color: var(--star-muted-2); }
.star-db-result-main dd { color: #4d504b; font-weight: 650; }

.star-db-result-action {
	display: flex;
	min-width: 160px;
	flex-direction: column;
	align-items: flex-end;
}

.star-db-result-action small {
	color: var(--star-muted-2);
	font-size: 7px;
	font-weight: 780;
	letter-spacing: .07em;
}

.star-db-result-action strong {
	margin-top: 3px;
	font-size: 19px;
	font-weight: 750;
	letter-spacing: -.025em;
}

.star-db-result-action button {
	min-height: 33px;
	margin: 8px 0 0;
	padding: 6px 13px;
	border: 1px solid var(--star-ink);
	border-radius: 999px;
	background: var(--star-ink);
	color: #fff;
	box-shadow: none;
	font-size: 9px;
	font-weight: 700;
	cursor: pointer;
}

.star-db-diamond-result.is-selected .star-db-result-action button {
	border-color: var(--star-success);
	background: var(--star-success);
}

.star-db-quote-only {
	padding: 29px 25px;
	border: 1px solid #dcc79e;
	border-radius: 19px;
	background: linear-gradient(145deg, #fff, #faf4e9);
	text-align: center;
}

.star-db-quote-only > span {
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	margin: 0 auto;
	border-radius: 14px;
	background: #f2e7d2;
	color: var(--star-gold-dark);
}

.star-db-quote-only h3 {
	margin: 13px 0 0;
	font-size: 19px;
	font-weight: 710;
}

.star-db-quote-only p {
	max-width: 550px;
	margin: 8px auto 0;
	color: var(--star-muted);
	font-size: 11px;
	line-height: 1.6;
}

.star-db-final-summary {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 13px 20px;
	margin-top: 21px;
	padding: 18px;
	border: 1px solid var(--star-line);
	border-radius: 16px;
	background: #faf9f6;
}

.star-db-final-summary > div {
	display: flex;
	min-width: 0;
	flex-direction: column;
}

.star-db-final-summary span {
	color: var(--star-muted-2);
	font-size: 8px;
	font-weight: 760;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.star-db-final-summary strong {
	margin-top: 5px;
	overflow: hidden;
	color: #4d504b;
	font-size: 11px;
	font-weight: 670;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.star-db-final-summary button {
	grid-column: 1 / -1;
	justify-self: start;
	margin: 0;
	padding: 0;
	border: 0;
	border-bottom: 1px solid currentColor;
	background: transparent;
	color: var(--star-gold-dark);
	box-shadow: none;
	font-size: 9px;
	font-weight: 650;
	cursor: pointer;
}

.star-db-lead-form {
	margin-top: 21px;
	padding: clamp(22px, 3vw, 31px);
	border: 1px solid var(--star-line);
	border-radius: 20px;
	background: #fff;
}

.star-db-lead-heading {
	display: flex;
	align-items: flex-start;
	gap: 13px;
	margin-bottom: 21px;
}

.star-db-lead-heading > span {
	display: grid;
	place-items: center;
	width: 41px;
	height: 41px;
	flex: 0 0 41px;
	border-radius: 13px;
	background: #f4ecde;
	color: var(--star-gold-dark);
}

.star-db-lead-heading h3 {
	margin: 0;
	font-size: 18px;
	font-weight: 720;
}

.star-db-lead-heading p {
	margin: 5px 0 0;
	color: var(--star-muted);
	font-size: 10px;
	line-height: 1.5;
}

.star-db-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.star-db-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.star-db-consent {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-top: 17px;
	color: #666963;
	font-size: 9px;
	line-height: 1.5;
	cursor: pointer;
}

.star-db-consent input {
	position: absolute;
	opacity: 0;
}

.star-db-consent i {
	position: relative;
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	border: 1px solid #cfc8bb;
	border-radius: 5px;
	background: #fff;
}

.star-db-consent input:checked + i {
	border-color: var(--star-gold);
	background: var(--star-gold);
}

.star-db-consent input:checked + i::after {
	content: "";
	position: absolute;
	top: 3px;
	left: 6px;
	width: 4px;
	height: 8px;
	transform: rotate(45deg);
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.star-db-form-error {
	margin-top: 14px;
	padding: 11px 13px;
	border-radius: 10px;
	font-size: 10px;
}

.star-db-submit {
	width: 100%;
	min-height: 53px;
	margin-top: 18px;
}

.star-db-submit.is-loading {
	opacity: .68;
	cursor: wait;
}

.star-db-privacy {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	margin: 10px 0 0;
	color: var(--star-muted-2);
	font-size: 8px;
}

.star-db-privacy svg {
	width: 12px;
	height: 12px;
}

.star-db-success {
	margin-top: 22px;
	padding: 36px 25px;
	border: 1px solid rgba(36, 108, 84, .22);
	border-radius: 20px;
	background: #f4fbf7;
	text-align: center;
}

.star-db-success > span {
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	margin: 0 auto 13px;
	border-radius: 50%;
	background: var(--star-success);
	color: #fff;
}

.star-db-success small {
	color: var(--star-success);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .14em;
}

.star-db-success h3 {
	margin: 6px 0 0;
	font-size: 25px;
	font-weight: 720;
}

.star-db-success p {
	margin: 8px 0 0;
	color: var(--star-muted);
	font-size: 12px;
}

.star-db-success > strong {
	display: block;
	margin-top: 9px;
	font-size: 12px;
}

.star-db-success a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 18px;
	padding: 11px 18px;
	border-radius: 999px;
	background: var(--star-success);
	color: #fff;
	font-size: 10px;
	font-weight: 690;
	text-decoration: none;
}

.star-db-mobile-bar {
	display: none;
}

.star-db-toast {
	position: fixed;
	left: 50%;
	bottom: 25px;
	z-index: 10001;
	max-width: min(90vw, 430px);
	padding: 12px 17px;
	transform: translate(-50%, 10px);
	border-radius: 999px;
	background: var(--star-ink);
	color: #fff;
	box-shadow: 0 13px 35px rgba(0, 0, 0, .22);
	font-size: 11px;
	font-weight: 620;
	opacity: 0;
	transition: opacity .2s ease, transform .2s ease;
}

.star-db-toast.is-visible {
	transform: translate(-50%, 0);
	opacity: 1;
}

/* Ana sayfada kullanılabilen giriş kartı. */
.star-db-launcher {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
	min-height: 390px;
	overflow: hidden;
	padding: clamp(34px, 5vw, 67px);
	border: 1px solid rgba(181, 138, 53, .3);
	border-radius: 30px;
	background:
		radial-gradient(circle at 80% 42%, rgba(255, 255, 255, .12), transparent 20%),
		linear-gradient(135deg, #171a23 0%, #262b37 62%, #34303a 100%);
	box-shadow: 0 28px 75px rgba(20, 22, 29, .18);
	color: #fff;
}

.star-db-launcher::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, transparent, var(--star-gold), transparent);
}

.star-db-launcher-copy {
	position: relative;
	z-index: 2;
	align-self: center;
	max-width: 660px;
}

.star-db-launcher-copy > span {
	color: #d7ba7d;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .18em;
}

.star-db-launcher-copy h2 {
	margin: 12px 0 0;
	color: #fff;
	font-size: clamp(38px, 5vw, 64px);
	font-weight: 650;
	line-height: 1.02;
	letter-spacing: -.045em;
}

.star-db-launcher-copy p {
	max-width: 600px;
	margin: 18px 0 0;
	color: rgba(255, 255, 255, .68);
	font-size: clamp(14px, 1.3vw, 17px);
	line-height: 1.65;
}

.star-db-launcher-copy a {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	min-height: 52px;
	margin-top: 27px;
	padding: 12px 23px;
	border: 1px solid #cfab63;
	border-radius: 999px;
	background: var(--star-gold);
	color: #fff;
	box-shadow: 0 12px 29px rgba(181, 138, 53, .23);
	font-size: 11px;
	font-weight: 720;
	text-decoration: none;
	transition: transform .2s ease, background .2s ease;
}

.star-db-launcher-copy a:hover {
	transform: translateY(-2px);
	background: #c09848;
}

.star-db-launcher-gem {
	position: relative;
	display: grid;
	place-items: center;
	align-self: center;
	justify-self: center;
	width: min(29vw, 290px);
	height: min(29vw, 290px);
	color: rgba(225, 233, 240, .8);
}

.star-db-launcher-gem::before,
.star-db-launcher-gem::after {
	content: "";
	position: absolute;
	border: 1px solid rgba(207, 171, 99, .24);
	border-radius: 50%;
}

.star-db-launcher-gem::before { inset: 0; }
.star-db-launcher-gem::after { inset: 28px; border-style: dashed; }
.star-db-launcher-gem > svg { width: 56%; height: 56%; filter: drop-shadow(0 18px 20px rgba(0, 0, 0, .3)); animation: star-db-float 5s ease-in-out infinite; }
.star-db-launcher-gem i { position: absolute; width: 5px; height: 5px; border-radius: 50%; background: #fff; box-shadow: 0 0 18px #fff; }
.star-db-launcher-gem i:first-of-type { top: 22%; left: 25%; }
.star-db-launcher-gem i:last-of-type { right: 21%; bottom: 28%; width: 3px; height: 3px; }

@media (max-width: 1120px) {
	.star-db-layout { grid-template-columns: minmax(280px, 330px) minmax(0, 1fr); }
	.star-db-step { padding-inline: 9px; }
	.star-db-shape-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
	.star-db-quality-selects { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
	.star-db { padding-inline: 16px; }
	.star-db-step small { display: none; }
	.star-db-step { justify-content: center; }
	.star-db-step span { display: block; }
	.star-db-layout { grid-template-columns: 1fr; }
	.star-db-summary { position: relative; top: auto; display: grid; grid-template-columns: 150px minmax(0, 1fr); }
	.star-db-summary-top { grid-column: 1 / -1; }
	.star-db-stone-preview { min-height: 162px; }
	.star-db-stone-preview::before { width: 125px; height: 125px; }
	.star-db-stone-preview::after { width: 96px; height: 96px; }
	.star-db-shape-large { width: 78px; height: 78px; }
	.star-db-carat-orbit { right: 8px; bottom: 8px; }
	.star-db-carat-orbit span { min-height: 25px; padding: 0 7px; font-size: 8px; }
	.star-db-summary-name { align-self: end; padding: 18px 18px 8px; }
	.star-db-summary-list { padding: 0 18px 12px; }
	.star-db-summary-list > div { padding: 7px 0; }
	.star-db-summary-note { grid-column: 1 / -1; }
	.star-db-summary-price { grid-column: 1 / -1; }
	.star-db-panel { min-height: 560px; }
	.star-db-progress { display: flex; align-items: center; gap: 10px; padding: 14px 22px 0; }
	.star-db-progress span { color: var(--star-muted); font-size: 9px; font-weight: 700; }
	.star-db-progress > i { height: 3px; flex: 1; border-radius: 99px; background: #ece8e0; overflow: hidden; }
	.star-db-progress b { display: block; height: 100%; border-radius: inherit; background: var(--star-gold); transition: width .25s ease; }
}

@media (max-width: 767px) {
	.star-db { padding: 31px 12px 116px; }
	.star-db::before { height: 350px; }
	.star-db-hero { margin-bottom: 25px; }
	.star-db-kicker { gap: 8px; font-size: 8px; }
	.star-db-kicker span { width: 18px; }
	.star-db-hero h1 { font-size: clamp(34px, 10.8vw, 49px); }
	.star-db-hero > p { margin-top: 15px; font-size: 14px; line-height: 1.62; }
	.star-db-assurances { gap: 8px 15px; margin-top: 18px; font-size: 10px; }
	.star-db-assurances svg { width: 14px; height: 14px; }
	.star-db-stepper { grid-template-columns: repeat(5, 1fr); margin-bottom: 13px; padding: 5px; border-radius: 14px; }
	.star-db-step { min-height: 47px; padding: 5px; border-radius: 9px; }
	.star-db-step i { width: 27px; height: 27px; flex-basis: 27px; }
	.star-db-step span { display: none; }
	.star-db-layout { gap: 13px; }
	.star-db-summary { grid-template-columns: 82px minmax(0, 1fr); border-radius: 18px; }
	.star-db-summary-top { padding: 10px 13px; }
	.star-db-live { font-size: 8px; }
	.star-db-origin-badge { padding: 4px 7px; font-size: 7px; }
	.star-db-stone-preview { min-height: 88px; }
	.star-db-stone-preview::before { width: 70px; height: 70px; }
	.star-db-stone-preview::after { display: none; }
	.star-db-shape-large { width: 48px; height: 48px; }
	.star-db-shape-large::after { display: none; }
	.star-db-carat-orbit { right: 4px; bottom: 4px; }
	.star-db-carat-orbit span { min-height: 20px; padding: 0 5px; font-size: 7px; }
	.star-db-summary-name { align-self: center; padding: 11px 13px; }
	.star-db-summary-name small { font-size: 7px; }
	.star-db-summary-name h2 { margin-top: 4px; font-size: 14px; }
	.star-db-summary-list,
	.star-db-summary-note { display: none; }
	.star-db-summary-price { margin: 0; padding: 11px 13px; border-width: 1px 0 0; border-radius: 0; }
	.star-db-summary-price strong { font-size: 21px; }
	.star-db-summary-price > span { font-size: 8px; }
	.star-db-workspace { border-radius: 20px; }
	.star-db-progress { padding: 11px 16px 0; }
	.star-db-panel { min-height: 0; padding: 25px 17px 29px; }
	.star-db-panel-heading { margin-bottom: 24px; }
	.star-db-panel-heading h2 { font-size: 29px; }
	.star-db-panel-heading p { font-size: 12px; }
	.star-db-origin-grid { grid-template-columns: 1fr; gap: 11px; }
	.star-db-origin-card { min-height: 155px; padding: 18px; }
	.star-db-origin-icon { width: 41px; height: 41px; border-radius: 12px; }
	.star-db-origin-icon svg { width: 22px; height: 22px; }
	.star-db-origin-copy { margin-top: 16px; }
	.star-db-origin-copy strong { font-size: 16px; }
	.star-db-origin-copy em { margin-top: 6px; font-size: 10px; }
	.star-db-radio { top: 17px; right: 17px; }
	.star-db-information { padding: 13px; }
	.star-db-shape-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; }
	.star-db-shape { min-height: 92px; border-radius: 12px; }
	.star-db-shape span { width: 39px; height: 39px; }
	.star-db-carat-box,
	.star-db-natural-range { padding: 16px; }
	.star-db-carat-control { grid-template-columns: 93px minmax(0, 1fr); gap: 13px; }
	.star-db-carat-value { height: 47px; }
	.star-db-carat-value input { width: 62px; padding-left: 10px; font-size: 15px; }
	.star-db-quick-carat { display: grid; grid-template-columns: repeat(4, 1fr); }
	.star-db-quick-carat button { min-width: 0; padding-inline: 5px; font-size: 10px; }
	.star-db-token-row { display: grid; grid-template-columns: repeat(4, 1fr); }
	.star-db-token-row button { min-width: 0; padding-inline: 4px; }
	.star-db-cert-grid { gap: 7px; }
	.star-db-cert-grid button { min-height: 67px; padding: 10px; }
	.star-db-quality-selects { grid-template-columns: 1fr 1fr; }
	.star-db-tier-grid { grid-template-columns: 1fr; gap: 8px; }
	.star-db-tier-grid button { min-height: 86px; padding: 14px 16px; }
	.star-db-tier-grid button strong { margin-top: 13px; }
	.star-db-side-grid { grid-template-columns: 1fr; }
	.star-db-side-grid button:last-child { grid-column: auto; }
	.star-db-mount-fields { grid-template-columns: 1fr; gap: 0; }
	.star-db-select-field { max-width: none; }
	.star-db-navigation { min-height: 73px; padding: 12px 17px; }
	.star-db-next { min-width: 137px; }
	.star-db-price-card { padding: 22px 18px; }
	.star-db-price-card-top { align-items: flex-start; flex-direction: column; }
	.star-db-price-card > strong { font-size: 42px; }
	.star-db-natural-search-head { align-items: flex-start; flex-direction: column; }
	.star-db-diamond-result { grid-template-columns: 52px minmax(0, 1fr); padding: 13px; }
	.star-db-result-gem { width: 52px; height: 52px; }
	.star-db-result-gem svg { width: 36px; height: 36px; }
	.star-db-result-action { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr auto; width: 100%; align-items: center; }
	.star-db-result-action small { grid-column: 1; }
	.star-db-result-action strong { grid-column: 1; }
	.star-db-result-action button { grid-column: 2; grid-row: 1 / 3; margin: 0; }
	.star-db-final-summary { grid-template-columns: 1fr; }
	.star-db-final-summary strong { white-space: normal; }
	.star-db-form-grid { grid-template-columns: 1fr; }
	.star-db-mobile-bar {
		position: fixed;
		left: max(10px, env(safe-area-inset-left));
		right: max(10px, env(safe-area-inset-right));
		bottom: max(10px, env(safe-area-inset-bottom));
		z-index: 9999;
		display: flex;
		min-height: 67px;
		align-items: center;
		gap: 12px;
		padding: 10px 10px 10px 16px;
		border: 1px solid rgba(181, 138, 53, .26);
		border-radius: 19px;
		background: rgba(255, 255, 255, .96);
		box-shadow: 0 15px 40px rgba(20, 20, 18, .22);
		backdrop-filter: blur(14px);
	}
	.star-db.is-final-step .star-db-mobile-bar { display: none; }
	.star-db-mobile-bar > div { display: flex; min-width: 0; flex: 1; flex-direction: column; }
	.star-db-mobile-bar small { color: var(--star-gold-dark); font-size: 7px; font-weight: 800; letter-spacing: .12em; }
	.star-db-mobile-bar strong { margin-top: 4px; overflow: hidden; font-size: 10px; font-weight: 690; text-overflow: ellipsis; white-space: nowrap; }
	.star-db-mobile-bar button { display: inline-flex; min-height: 47px; align-items: center; gap: 6px; margin: 0; padding: 9px 16px; border: 0; border-radius: 14px; background: var(--star-ink); color: #fff; box-shadow: none; font-size: 11px; font-weight: 700; }
	.star-db-mobile-bar svg { width: 16px; height: 16px; }
	.star-db-toast { bottom: 91px; border-radius: 14px; text-align: center; }
	.star-db-launcher { grid-template-columns: 1fr; min-height: 500px; padding: 31px 23px; border-radius: 23px; }
	.star-db-launcher-copy { align-self: start; }
	.star-db-launcher-copy h2 { font-size: 43px; }
	.star-db-launcher-copy p { font-size: 13px; }
	.star-db-launcher-gem { position: absolute; right: -28px; bottom: -35px; width: 230px; height: 230px; opacity: .52; }
}

/* 1.1.4 — definitive advanced-quality layout and desktop stone edge masks. */
.star-db-shape-large img[data-shape="cushion"] {
	clip-path: inset(14.5% 17.5% 15% 17.5% round 25%);
}

.star-db-shape-large img[data-shape="trillion"] {
	clip-path: polygon(50% 12%, 84.5% 80%, 15.5% 80%);
}

.star-db .star-db-advanced {
	width: 100%;
	box-sizing: border-box !important;
	contain: layout paint;
}

.star-db .star-db-advanced-body {
	width: 100%;
	box-sizing: border-box !important;
	padding: 20px;
	overflow: hidden;
}

.star-db .star-db-quality-selects {
	display: grid;
	width: 100%;
	box-sizing: border-box !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.star-db .star-db-quality-selects label {
	display: grid;
	min-width: 0;
	box-sizing: border-box !important;
	gap: 9px;
	padding: 13px;
	overflow: hidden;
	border: 1px solid rgba(181, 138, 53, .18);
	border-radius: 13px;
	background: rgba(255, 255, 255, .72);
}

.star-db .star-db-quality-selects label > span {
	display: block;
	min-width: 0;
	font-size: 11px;
	font-weight: 720;
	line-height: 1.25;
}

.star-db .star-db-quality-selects select {
	display: block !important;
	width: 100% !important;
	box-sizing: border-box !important;
	min-width: 0 !important;
	max-width: 100% !important;
	height: 44px !important;
	margin: 0 !important;
	padding: 0 38px 0 12px !important;
	overflow: hidden;
	border: 1px solid #d9d1c3 !important;
	border-radius: 10px !important;
	background-color: #fff !important;
	background-image: linear-gradient(45deg, transparent 50%, #555 50%), linear-gradient(135deg, #555 50%, transparent 50%) !important;
	background-position: calc(100% - 16px) 19px, calc(100% - 11px) 19px !important;
	background-repeat: no-repeat !important;
	background-size: 5px 5px, 5px 5px !important;
	box-shadow: 0 3px 10px rgba(49, 42, 29, .035) !important;
	font-size: 13px !important;
	line-height: 44px !important;
	text-overflow: ellipsis;
	white-space: nowrap;
	appearance: none !important;
	-webkit-appearance: none !important;
}

@media (max-width: 767px) {
	.star-db .star-db-advanced summary {
		padding: 15px 16px;
	}

	.star-db .star-db-advanced-body {
		padding: 12px;
	}

	.star-db .star-db-quality-selects {
		grid-template-columns: minmax(0, 1fr);
		gap: 11px;
	}

	.star-db .star-db-quality-selects label {
		width: 100%;
		padding: 11px;
	}

	.star-db .star-db-quality-selects select {
		height: 42px !important;
		line-height: 42px !important;
		background-position: calc(100% - 16px) 18px, calc(100% - 11px) 18px !important;
	}
}

/* 1.1.6 — natural carat section mirrors the lab carat hierarchy. */
.star-db .star-db-natural-range {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.star-db .star-db-natural-range > legend {
	position: static;
	z-index: auto;
	width: 100%;
	margin: 0 0 18px;
	padding: 0 0 14px;
	transform: none;
	border-bottom: 1px solid var(--star-line);
	background: transparent;
}

.star-db .star-db-natural-carat-surface {
	box-sizing: border-box;
	width: 100%;
	padding: 17px 18px 18px;
	border: 1px solid var(--star-line);
	border-radius: 15px;
	background: var(--star-cream);
}

.star-db .star-db-natural-carat-surface .star-db-field-help {
	margin-top: 9px;
}

.star-db .star-db-natural-carat-surface .star-db-quick-carat {
	margin-top: 13px;
}

.star-db .star-db-natural-carat-surface .star-db-quick-carat button {
	min-width: 52px;
	min-height: 34px;
	padding: 6px 11px;
}

.star-db .star-db-natural-carat-surface .star-db-quick-carat button.is-selected {
	border-color: var(--star-ink) !important;
	background: var(--star-ink) !important;
	color: #fff !important;
	box-shadow: 0 5px 14px rgba(23, 26, 35, .16) !important;
}

@media (max-width: 767px) {
	.star-db .star-db-natural-range > legend {
		margin-bottom: 14px;
		padding-bottom: 11px;
		transform: none;
	}

	.star-db .star-db-natural-carat-surface {
		padding: 16px;
	}

	.star-db .star-db-natural-carat-surface .star-db-quick-carat button {
		min-width: 0;
		min-height: 32px;
		padding: 5px 8px;
	}

	.star-db .star-db-natural-carat-surface .star-db-quick-carat button.is-selected {
		border-color: var(--star-ink) !important;
		background: var(--star-ink) !important;
		color: #fff !important;
	}
}

@media (max-width: 390px) {
	.star-db-shape-grid { grid-template-columns: repeat(3, 1fr); }
	.star-db-shape strong { font-size: 8px; }
	.star-db-token-row { grid-template-columns: repeat(4, 1fr); }
	.star-db-cert-grid { grid-template-columns: 1fr; }
	.star-db-cert-grid button { min-height: 56px; }
	.star-db-quality-selects,
	.star-db-two-fields { grid-template-columns: 1fr; }
	.star-db-metal-row button { padding-inline: 4px; font-size: 9px; }
}

/* Premium product imagery and deliberate empty-state refinements. */
.star-db-origin-card {
	min-height: 270px;
	padding: 25px;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(250, 247, 241, .96));
}

.star-db-origin-card::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: radial-gradient(circle at 18% 16%, rgba(255, 255, 255, .9), transparent 38%);
	opacity: 0;
	pointer-events: none;
	transition: opacity .22s ease;
}

.star-db-origin-card:hover::before,
.star-db-origin-card.is-selected::before {
	opacity: 1;
}

.star-db-origin-card[data-origin="lab"].is-selected {
	background: linear-gradient(145deg, #fff, #f3f7f8 57%, #f8f2e7);
}

.star-db-origin-card[data-origin="natural"].is-selected {
	background: linear-gradient(145deg, #fff, #fbf4e7 62%, #f6ead4);
}

.star-db-origin-icon {
	position: relative;
	width: 82px;
	height: 82px;
	border: 1px solid rgba(181, 138, 53, .23);
	border-radius: 50%;
	background: #faf8f3;
	box-shadow: 0 11px 25px rgba(61, 55, 43, .09), inset 0 0 0 5px rgba(255, 255, 255, .62);
	overflow: hidden;
}

.star-db-origin-icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.035);
}

.star-db-origin-copy {
	position: relative;
	z-index: 1;
	margin-top: 22px;
}

.star-db-stone-preview {
	isolation: isolate;
}

.star-db-empty-visual {
	position: relative;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 148px;
	height: 148px;
	animation: star-db-prism-drift 6.8s ease-in-out infinite;
}

.star-db-empty-visual::before,
.star-db-empty-visual::after {
	content: "";
	position: absolute;
	border: 1px solid rgba(181, 138, 53, .24);
	border-radius: 50%;
}

.star-db-empty-visual::before {
	width: 102px;
	height: 102px;
}

.star-db-empty-visual::after {
	width: 66px;
	height: 66px;
	border-style: dashed;
	animation: star-db-orbit 18s linear infinite;
}

.star-db-empty-visual span {
	position: relative;
	z-index: 2;
	width: 27px;
	height: 27px;
	transform: rotate(45deg);
	border: 1px solid rgba(139, 101, 29, .62);
	border-radius: 4px;
	background: transparent;
	box-shadow: 0 0 22px rgba(181, 138, 53, .12);
}

.star-db-empty-visual span::before,
.star-db-empty-visual span::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background: rgba(139, 101, 29, .52);
	transform: translate(-50%, -50%);
}

.star-db-empty-visual span::before {
	width: 1px;
	height: 13px;
}

.star-db-empty-visual span::after {
	width: 13px;
	height: 1px;
}

.star-db-empty-visual i {
	position: absolute;
	top: 26px;
	right: 30px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: rgba(181, 138, 53, .74);
	box-shadow: 0 0 13px rgba(181, 138, 53, .7);
}

.star-db-empty-caption {
	position: absolute;
	bottom: 19px;
	left: 50%;
	z-index: 4;
	transform: translateX(-50%);
	color: #7d7b74;
	font-size: 9px;
	font-weight: 720;
	letter-spacing: .08em;
	text-transform: uppercase;
	white-space: nowrap;
}

@keyframes star-db-prism-drift {
	0%, 100% { transform: translate3d(0, 2px, 0) rotate(-1deg); filter: brightness(.98); }
	50% { transform: translate3d(0, -5px, 0) rotate(1deg); filter: brightness(1.05); }
}

.star-db-shape-large {
	--star-stone-scale: .88;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	display: grid;
	place-items: center;
	width: 132px;
	height: 132px;
	border: 0;
	border-radius: 0;
	background: transparent !important;
	box-shadow: none;
	overflow: visible;
	transform: translate(-50%, -50%) scale(var(--star-stone-scale));
	transform-origin: center;
	animation: none;
	filter: drop-shadow(0 15px 13px rgba(62, 68, 76, .16));
	transition: transform .28s cubic-bezier(.22, .75, .25, 1), filter .28s ease;
}

.star-db-shape-large img {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: 0;
	background: transparent !important;
	box-shadow: none;
	object-fit: contain;
	object-position: center;
	mix-blend-mode: normal;
	filter: contrast(1.055) saturate(.88);
}

.star-db-shape-large::after {
	display: none;
}

.star-db-shape-large.is-resizing img {
	animation: star-db-selection-glint .38s ease-out;
}

@keyframes star-db-stone-glint {
	0%, 72%, 100% { opacity: .06; transform: translate(-8px, 8px) rotate(42deg); }
	82% { opacity: .55; transform: translate(12px, -9px) rotate(42deg); }
}

@keyframes star-db-selection-glint {
	0% { filter: contrast(1.055) saturate(.88); }
	45% { filter: contrast(1.12) saturate(1.02) brightness(1.1); }
	100% { filter: contrast(1.055) saturate(.88); }
}

.star-db-summary.is-empty .star-db-glow {
	width: 148px;
	height: 148px;
	opacity: .72;
}

.star-db-summary:not(.is-empty) .star-db-stone-preview::before,
.star-db-summary:not(.is-empty) .star-db-stone-preview::after {
	display: none;
}

.star-db-shape {
	display: grid;
	grid-template-rows: 82px 28px;
	min-height: 124px;
	padding: 7px 5px 7px;
	align-items: center;
	justify-items: center;
	gap: 0;
	overflow: hidden;
}

.star-db-shape span {
	display: grid;
	grid-row: 1;
	place-items: center;
	width: 72px;
	height: 72px;
	border-radius: 0;
	overflow: visible;
}

.star-db-shape img {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: 0;
	background: transparent !important;
	box-shadow: none;
	object-fit: contain;
	object-position: center;
	mix-blend-mode: normal;
	filter: grayscale(.14) contrast(1.035);
	transform: none;
	transition: filter .22s ease;
}

.star-db-shape:hover img,
.star-db-shape.is-selected img {
	transform: none;
	filter: grayscale(0) contrast(1.08);
}

.star-db-shape strong {
	grid-row: 2;
	width: 100%;
	min-height: 28px;
	display: grid;
	place-items: center;
	overflow: visible;
	font-size: 9px;
	line-height: 1.15;
	text-align: center;
	text-overflow: clip;
	white-space: normal;
}

.star-db-carat-control {
	grid-template-columns: 34px 96px 34px minmax(160px, 1fr);
	gap: 7px;
}

.star-db-carat-step {
	display: grid;
	place-items: center;
	width: 34px;
	height: 36px;
	margin: 0;
	padding: 0;
	border: 1px solid #d8c9ad;
	border-radius: 10px;
	background: rgba(255, 255, 255, .82);
	color: var(--star-ink);
	box-shadow: 0 3px 9px rgba(49, 42, 29, .04);
	font-size: 18px;
	font-weight: 520;
	line-height: 1;
	cursor: pointer;
	transition: border .18s ease, background .18s ease, transform .18s ease;
}

.star-db-carat-step:hover {
	border-color: var(--star-gold);
	background: #fbf6ec;
	transform: translateY(-1px);
}

.star-db-carat-value {
	height: 36px;
	border-radius: 10px;
}

.star-db-carat-value input {
	min-width: 0;
	width: 64px;
	padding-left: 10px;
	font-size: 15px;
}

.star-db-carat-box {
	padding: 17px 18px 18px;
	border-radius: 15px;
}

.star-db-carat-box .star-db-field-help {
	margin-top: 9px;
}

.star-db-carat-box .star-db-quick-carat {
	margin-top: 13px;
}

.star-db-carat-box .star-db-quick-carat button {
	min-height: 34px;
	padding: 6px 11px;
}

.star-db-range:disabled {
	opacity: .34;
	cursor: not-allowed;
	filter: grayscale(1);
}

.star-db-natural-carat-fields {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.star-db-natural-carat-field {
	display: grid;
	grid-template-columns: 36px minmax(88px, 1fr) 36px;
	gap: 6px;
	align-items: center;
	min-width: 0;
}

.star-db-natural-carat-label {
	grid-column: 1 / -1;
	color: #4c4f4a;
	font-size: 10px;
	font-weight: 740;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.star-db-natural-carat-field .star-db-carat-step {
	width: 36px;
	height: 38px;
}

.star-db-natural-carat-field .star-db-input-suffix {
	min-width: 0;
	height: 38px;
	border-radius: 10px;
}

.star-db-natural-carat-field .star-db-input-suffix:focus-within {
	border-color: var(--star-gold);
	box-shadow: 0 0 0 3px rgba(181, 138, 53, .11);
}

.star-db-natural-carat-field .star-db-input-suffix input {
	min-width: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0 4px 0 13px;
	background: transparent;
	box-shadow: none;
	color: var(--star-ink);
	font-size: 14px;
	font-weight: 720;
	outline: 0;
}

.star-db-natural-carat-field .star-db-input-suffix b {
	padding-right: 11px;
	font-size: 11px;
}

.star-db-dual-range {
	position: relative;
	height: 58px;
	margin: 20px 4px 0;
	transition: opacity .2s ease, filter .2s ease;
}

.star-db-dual-range.is-inactive {
	opacity: .38;
	filter: grayscale(.7);
}

.star-db-dual-range-track {
	position: absolute;
	top: 14px;
	left: 10px;
	right: 10px;
	height: 5px;
	border-radius: 999px;
	background: #ded8ce;
	overflow: hidden;
}

.star-db-dual-range-track i {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 16.216%;
	width: 5.405%;
	border-radius: inherit;
	background: linear-gradient(90deg, var(--star-gold-dark), var(--star-gold));
}

.star-db-dual-range input[type="range"] {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 32px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	appearance: none;
	-webkit-appearance: none;
	pointer-events: none;
}

.star-db-dual-range input[type="range"]:last-of-type {
	z-index: 3;
}

.star-db-dual-range input[type="range"]::-webkit-slider-runnable-track {
	height: 5px;
	background: transparent;
}

.star-db-dual-range input[type="range"]::-webkit-slider-thumb {
	width: 22px;
	height: 22px;
	margin-top: -8.5px;
	border: 4px solid #fff;
	border-radius: 50%;
	background: var(--star-gold);
	box-shadow: 0 2px 10px rgba(74, 58, 28, .25);
	appearance: none;
	-webkit-appearance: none;
	pointer-events: auto;
	cursor: grab;
}

.star-db-dual-range input[type="range"]::-moz-range-track {
	height: 5px;
	border: 0;
	background: transparent;
}

.star-db-dual-range input[type="range"]::-moz-range-thumb {
	width: 14px;
	height: 14px;
	border: 4px solid #fff;
	border-radius: 50%;
	background: var(--star-gold);
	box-shadow: 0 2px 10px rgba(74, 58, 28, .25);
	pointer-events: auto;
	cursor: grab;
}

.star-db-dual-range input[type="range"]:focus-visible::-webkit-slider-thumb {
	outline: 3px solid rgba(181, 138, 53, .25);
	outline-offset: 2px;
}

.star-db-dual-range-scale {
	position: absolute;
	left: 9px;
	right: 9px;
	bottom: 0;
	display: flex;
	justify-content: space-between;
	color: var(--star-muted);
	font-size: 9px;
	font-weight: 650;
}

.star-db-natural-quick-carat button {
	min-width: 58px;
}

.star-db-cert-grid {
	grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
}

.star-db-quality-selects {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.star-db-quality-selects label {
	min-width: 0;
}

.star-db-quality-selects select {
	min-width: 0;
	max-width: 100%;
}

.star-db-advanced-body {
	overflow: visible;
}

.star-db [data-validation-group] {
	transition: box-shadow .2s ease, background-color .2s ease;
}

.star-db [data-validation-group].has-error {
	border-radius: 15px;
	box-shadow: 0 0 0 2px rgba(164, 63, 63, .48);
	background-color: rgba(164, 63, 63, .025);
}

.star-db fieldset[data-validation-group].has-error {
	padding: 10px;
	margin-left: -10px;
	margin-right: -10px;
}

.star-db-result-gem {
	overflow: visible;
	background: transparent;
}

.star-db-result-gem img {
	display: block;
	width: 62px;
	height: 62px;
	border: 0;
	border-radius: 0;
	background: transparent !important;
	box-shadow: none;
	object-fit: contain;
	object-position: center;
	mix-blend-mode: normal;
	filter: contrast(1.05);
}

@media (max-width: 900px) {
	.star-db-empty-visual { width: 110px; height: 110px; }
	.star-db-empty-visual::before { width: 82px; height: 82px; }
	.star-db-empty-visual::after { width: 52px; height: 52px; }
	.star-db-empty-caption { bottom: 9px; font-size: 7px; }
	.star-db-shape-large { width: 94px; height: 94px; }
	.star-db-shape { grid-template-rows: 74px 27px; min-height: 115px; }
	.star-db-shape span { width: 66px; height: 66px; }
	.star-db-carat-control { grid-template-columns: 34px 96px 34px minmax(120px, 1fr); gap: 7px; }
	.star-db-carat-step { width: 34px; height: 36px; }
}

@media (max-width: 767px) {
	.star-db-origin-card { min-height: 178px; padding: 17px 18px; }
	.star-db-origin-icon { width: 58px; height: 58px; border-radius: 50%; }
	.star-db-origin-copy { margin-top: 12px; }
	.star-db-empty-visual { width: 72px; height: 72px; }
	.star-db-empty-visual::before { width: 56px; height: 56px; }
	.star-db-empty-visual::after { width: 34px; height: 34px; }
	.star-db-empty-visual span { width: 20px; height: 20px; }
	.star-db-empty-visual i { top: 9px; right: 10px; }
	.star-db-empty-caption { display: none; }
	.star-db-shape-large { width: 54px; height: 54px; }
	.star-db-shape { grid-template-rows: 60px 25px; min-height: 97px; padding-top: 5px; }
	.star-db-shape span { width: 54px; height: 54px; }
	.star-db-shape strong { min-height: 25px; font-size: 8px; }
	.star-db-carat-control { grid-template-columns: 32px minmax(82px, 1fr) 32px; gap: 6px; }
	.star-db-carat-step { width: 32px; height: 36px; }
	.star-db-carat-value { height: 36px; }
	.star-db-carat-value input { width: 100%; padding-left: 10px; font-size: 15px; }
	.star-db-range { grid-column: 1 / -1; margin-top: 7px; }
	.star-db-natural-carat-fields { grid-template-columns: 1fr; gap: 13px; }
	.star-db-natural-carat-field { grid-template-columns: 32px minmax(88px, 1fr) 32px; }
	.star-db-natural-carat-field .star-db-carat-step { width: 32px; height: 36px; }
	.star-db-natural-carat-field .star-db-input-suffix { height: 36px; }
	.star-db-dual-range { margin-top: 16px; }
	.star-db-result-gem img { width: 48px; height: 48px; }
}

@media (max-width: 390px) {
	.star-db-quality-selects { grid-template-columns: 1fr; }
	.star-db-shape span { width: 50px; height: 50px; }
}

@media (prefers-reduced-motion: reduce) {
	.star-db *,
	.star-db *::before,
	.star-db *::after,
	.star-db-launcher *,
	.star-db-launcher *::before,
	.star-db-launcher *::after {
		scroll-behavior: auto !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
	}
}

/* 1.1.3 — focused layout polish for carat, advanced quality and mobile actions. */
.star-db-carat-box > legend {
	position: relative;
	z-index: 1;
	transform: translateY(-4px);
	padding: 0 7px;
	background: var(--star-cream);
}

.star-db-carat-value {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	min-width: 0;
	border-color: rgba(181, 138, 53, .42);
	background: linear-gradient(145deg, #fff, #fcfaf6);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9), 0 4px 12px rgba(49, 42, 29, .05);
}

.star-db-carat-value input {
	display: block;
	min-width: 0;
	height: 100%;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 1;
	text-align: center;
}

.star-db-carat-value span {
	display: grid;
	height: 100%;
	padding: 0 10px 0 4px;
	place-items: center;
}

.star-db-carat-step {
	border-color: rgba(181, 138, 53, .34);
	background: linear-gradient(145deg, #fff, #faf6ef);
	box-shadow: inset 0 1px 0 #fff, 0 4px 12px rgba(49, 42, 29, .05);
}

.star-db-advanced,
.star-db-advanced-body,
.star-db-quality-selects,
.star-db-quality-selects label,
.star-db-quality-selects select {
	min-width: 0;
	max-width: 100%;
}

.star-db-advanced-body {
	width: 100%;
	overflow: hidden;
}

.star-db-quality-selects {
	width: 100%;
	align-items: start;
}

.star-db-quality-selects label {
	overflow: hidden;
}

.star-db-quality-selects select {
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (max-width: 767px) {
	.star-db-advanced summary,
	.star-db-advanced-body {
		padding-left: 14px;
		padding-right: 14px;
	}

	.star-db-quality-selects {
		grid-template-columns: minmax(0, 1fr);
		gap: 15px;
	}

	.star-db-quality-selects select {
		width: 100%;
	}

	.star-db-carat-box > legend {
		transform: translateY(-3px);
	}

	.star-db-carat-box .star-db-quick-carat button {
		min-height: 32px;
		padding: 5px 8px;
		border-color: rgba(181, 138, 53, .28);
		background: linear-gradient(145deg, #fff, #faf7f1);
	}

	.star-db-mobile-bar {
		bottom: calc(10px + env(safe-area-inset-bottom));
	}

body .whatsapp-button {
		bottom: calc(92px + env(safe-area-inset-bottom));
	}
}

/* 1.1.5 — lab carat heading hierarchy and reliable selected state. */
.star-db .star-db-carat-box {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.star-db .star-db-carat-box > legend {
	position: static;
	z-index: auto;
	width: 100%;
	margin: 0 0 18px;
	padding: 0 0 14px;
	transform: none;
	border-bottom: 1px solid var(--star-line);
	background: transparent;
}

.star-db .star-db-carat-surface {
	box-sizing: border-box;
	width: 100%;
	padding: 17px 18px 18px;
	border: 1px solid var(--star-line);
	border-radius: 15px;
	background: var(--star-cream);
}

.star-db .star-db-carat-surface .star-db-field-help {
	margin-top: 9px;
}

.star-db .star-db-carat-surface .star-db-quick-carat {
	margin-top: 13px;
}

.star-db .star-db-carat-surface .star-db-quick-carat button {
	min-height: 34px;
	padding: 6px 11px;
}

.star-db .star-db-carat-surface .star-db-quick-carat button.is-selected {
	border-color: var(--star-ink) !important;
	background: var(--star-ink) !important;
	color: #fff !important;
	box-shadow: 0 5px 14px rgba(23, 26, 35, .16) !important;
}

@media (max-width: 767px) {
	.star-db .star-db-carat-box > legend {
		margin-bottom: 14px;
		padding-bottom: 11px;
		transform: none;
	}

	.star-db .star-db-carat-surface {
		padding: 16px;
	}

	.star-db .star-db-carat-surface .star-db-quick-carat button {
		min-height: 32px;
		padding: 5px 8px;
	}

	.star-db .star-db-carat-surface .star-db-quick-carat button.is-selected {
		border-color: var(--star-ink) !important;
		background: var(--star-ink) !important;
		color: #fff !important;
	}
}
