.skh-v2 {
	--skh-ivory: #fbf7ef;
	--skh-paper: #fffdf8;
	--skh-charcoal: #292724;
	--skh-muted: #6f6a62;
	--skh-coral: #d96f5f;
	--skh-coral-soft: #f4d6cf;
	--skh-sage: #879b83;
	--skh-sage-soft: #dfe8dc;
	--skh-violet: #684c8f;
	--skh-blue: #174d8c;
	--skh-line: #ddd5c8;
	color: var(--skh-charcoal);
	font-family: inherit;
	line-height: 1.55;
}
.skh-v2 *, .skh-v2 *::before, .skh-v2 *::after { box-sizing: border-box; }
.skh-v2 button, .skh-v2 input, .skh-v2 select, .skh-v2 textarea { font: inherit; }
.skh-v2 button, .skh-v2 input, .skh-v2 select, .skh-v2 textarea, .skh-v2 a { max-width: 100%; }
.skh-v2-hero {
	position: relative;
	overflow: hidden;
	padding: clamp(1.4rem, 4vw, 3rem);
	margin: 0 0 1.25rem;
	border: 1px solid var(--skh-line);
	border-radius: 26px 8px 26px 8px;
	background: linear-gradient(135deg, rgba(255,253,248,.98), rgba(251,247,239,.92));
}
.skh-v2-hero h2 { margin: .2rem 0 .65rem; max-width: 18ch; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.9rem, 5vw, 3.7rem); font-weight: 500; line-height: 1.03; letter-spacing: -.035em; }
.skh-v2-hero > p:not(.skh-v2-eyebrow) { max-width: 66ch; margin: 0; color: var(--skh-muted); font-size: clamp(1rem, 1.4vw, 1.15rem); }
.skh-v2-eyebrow { margin: 0; color: var(--skh-violet); font-size: .76rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.skh-v2-ornament { position: absolute; top: .9rem; right: 1.2rem; color: var(--skh-coral); font-family: Georgia, serif; font-size: clamp(2.4rem, 6vw, 5rem); font-weight: 400; line-height: 1; opacity: .75; transform: rotate(-8deg); }
.skh-v2-card { margin: 0 0 1.25rem; padding: clamp(1rem, 2.5vw, 1.6rem); border: 1px solid var(--skh-line); border-radius: 18px; background: var(--skh-paper); box-shadow: 0 12px 35px rgba(42,39,35,.05); }
.skh-v2-card--accent { background: linear-gradient(145deg, var(--skh-sage-soft), #f3f0e6); }
.skh-v2-card h3, .skh-v2-section-head h3 { margin: 0 0 .45rem; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.35rem, 2.7vw, 2rem); font-weight: 500; }
.skh-v2-grid { display: grid; gap: 1rem; }
.skh-v2-grid--budget { grid-template-columns: minmax(260px, .9fr) minmax(280px, 1.35fr); }
.skh-v2-form-row, .skh-v2-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .9rem; }
.skh-v2-field { display: grid; align-content: start; gap: .35rem; min-width: 0; color: var(--skh-muted); font-size: .84rem; font-weight: 700; }
.skh-v2-field input, .skh-v2-field select, .skh-v2-field textarea, .skh-v2-workspace input, .skh-v2-filters input, .skh-v2-filters select, .skh-v2-schedule-tools select {
	width: 100%; min-height: 46px; padding: .7rem .8rem; border: 1px solid #bfb6a8; border-radius: 10px; background: #fff; color: var(--skh-charcoal); font-weight: 500;
}
.skh-v2-field textarea { min-height: 92px; resize: vertical; }
.skh-v2-field--wide { grid-column: 1 / -1; }
.skh-v2-check { display: inline-flex; grid-auto-flow: column; grid-auto-columns: max-content; align-items: center; gap: .55rem; min-height: 46px; }
.skh-v2-check input { width: 20px; min-height: 20px; accent-color: var(--skh-violet); }
.skh-v2-summary, .skh-v2-dashboard, .skh-v2-scenarios { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .8rem; margin: 0 0 1.25rem; }
.skh-v2-summary > div, .skh-v2-dashboard article, .skh-v2-scenarios article { min-width: 0; padding: 1rem; border: 1px solid var(--skh-line); border-radius: 16px; background: var(--skh-paper); }
.skh-v2-summary span, .skh-v2-dashboard span, .skh-v2-scenarios span { display: block; color: var(--skh-muted); font-size: .78rem; }
.skh-v2-summary strong, .skh-v2-dashboard strong, .skh-v2-scenarios strong { display: block; overflow-wrap: anywhere; font-family: Georgia, serif; font-size: clamp(1.25rem, 3vw, 2.15rem); font-weight: 500; }
.skh-v2-dashboard { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.skh-v2-dashboard small { color: var(--skh-muted); }
.skh-v2-summary .is-warning, .skh-v2-dashboard .is-warning { border-color: var(--skh-coral); background: #fff4f0; }
.skh-v2-scenarios article.is-active { border-color: var(--skh-violet); background: #f2edf7; box-shadow: inset 0 0 0 1px var(--skh-violet); }
.skh-v2-scenarios--budget small { display: block; margin-top: .35rem; color: var(--skh-muted); line-height: 1.4; }
.skh-v2-warning, .skh-v2-alert { color: #7a3027; }
.skh-v2-warning { grid-column: 1 / -1; margin: .15rem 0; font-size: .85rem; }
.skh-v2-alert, .skh-v2-success { margin: 1rem 0; padding: .9rem 1rem; border-radius: 12px; }
.skh-v2-alert { border: 1px solid #e5a59a; background: #fff1ed; }
.skh-v2-success { border: 1px solid #9eb39a; background: #eff6ed; color: #355332; }
.skh-v2-alert p { margin: .35rem 0; }
.skh-v2-section-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; margin: 0 0 1rem; }
.skh-v2-section-head p { margin: 0; color: var(--skh-muted); }
.skh-v2-button { min-height: 46px; padding: .7rem 1rem; border: 1px solid var(--skh-charcoal); border-radius: 999px; background: var(--skh-charcoal); color: #fff; cursor: pointer; font-weight: 800; }
.skh-v2-button:hover { background: var(--skh-violet); border-color: var(--skh-violet); }
.skh-v2-button--ghost { background: transparent; color: var(--skh-charcoal); }
.skh-v2-button:focus-visible, .skh-v2-link:focus-visible, .skh-v2-tabs button:focus-visible, .skh-v2 input:focus-visible, .skh-v2 select:focus-visible, .skh-v2 textarea:focus-visible { outline: 3px solid rgba(23,77,140,.32); outline-offset: 2px; }
.skh-v2-button:disabled { opacity: .45; cursor: not-allowed; }
.skh-v2-link { min-height: 44px; padding: .4rem .5rem; border: 0; background: none; color: var(--skh-blue); cursor: pointer; font-weight: 800; text-decoration: underline; text-underline-offset: .2em; }
.skh-v2-link--danger { color: #8b342b; }
.skh-v2-actions { display: flex; flex-wrap: wrap; align-items: center; gap: .65rem; margin-top: 1rem; }
.skh-v2-actions [data-v2-status] { color: var(--skh-muted); font-size: .9rem; }
.skh-v2-actions [data-v2-status][data-kind="error"] { color: #8b342b; }
.skh-v2-actions [data-v2-status][data-kind="success"] { color: #355332; }
.skh-v2-line, .skh-v2-person, .skh-v2-activity { display: grid; align-items: center; gap: .75rem; margin: 0 0 .65rem; padding: .85rem; border: 1px solid var(--skh-line); border-radius: 14px; background: #fff; }
.skh-v2-line { grid-template-columns: minmax(180px, 1.5fr) repeat(4, minmax(105px, .65fr)) auto auto; }
.skh-v2-line__title span, .skh-v2-person div span { display: block; color: var(--skh-muted); font-size: .82rem; }
.skh-v2-kicker { display: block; color: var(--skh-muted); font-size: .72rem; }
.skh-v2-person { grid-template-columns: minmax(0, 1fr) auto auto; }
.skh-v2-empty { padding: clamp(2rem, 6vw, 4rem) 1rem; text-align: center; color: var(--skh-muted); }
.skh-v2-empty > span { display: block; color: var(--skh-coral); font-family: Georgia, serif; font-size: 3rem; }
.skh-v2-empty h4 { margin: .4rem 0; color: var(--skh-charcoal); font-family: Georgia, serif; font-size: 1.35rem; }
.skh-v2-tabs { display: grid; grid-template-columns: repeat(6, minmax(105px, 1fr)); gap: .35rem; margin: 0 0 1.25rem; overflow-x: auto; }
.skh-v2-tabs button { min-height: 48px; padding: .6rem .45rem; border: 0; border-bottom: 2px solid var(--skh-line); background: transparent; color: var(--skh-muted); cursor: pointer; font-weight: 800; }
.skh-v2-tabs button[aria-selected="true"] { border-color: var(--skh-coral); color: var(--skh-charcoal); }
.skh-v2-workspace { display: flex; flex-wrap: wrap; align-items: end; gap: .65rem; margin-top: 1.25rem; }
.skh-v2-workspace label { display: grid; flex: 1 1 260px; gap: .3rem; color: var(--skh-muted); font-size: .8rem; font-weight: 800; }
.skh-v2-filters, .skh-v2-schedule-tools { display: grid; grid-template-columns: 1fr auto auto; gap: .65rem; margin: 0 0 1rem; }
.skh-v2-schedule-tools { display: flex; flex-wrap: wrap; align-items: end; }
.skh-v2-schedule-tools label { display: grid; gap: .3rem; min-width: 220px; color: var(--skh-muted); font-size: .8rem; font-weight: 800; }
.skh-v2-activity { grid-template-columns: 125px minmax(0, 1fr) auto auto; border-left: 4px solid var(--skh-sage); }
.skh-v2-activity--day { grid-template-columns: 90px minmax(0, 1fr); }
.skh-v2-activity time { color: var(--skh-muted); font-size: .8rem; }
.skh-v2-activity time strong { display: block; color: var(--skh-charcoal); font-size: 1rem; }
.skh-v2-activity h4 { margin: .2rem 0; font-size: 1.05rem; }
.skh-v2-activity p, .skh-v2-activity small { display: block; margin: 0; color: var(--skh-muted); }
.skh-v2-lock { color: var(--skh-violet); font-size: .78rem; font-weight: 800; }
.skh-v2-pill { display: inline-block; width: max-content; padding: .25rem .55rem; border-radius: 999px; background: var(--skh-sage-soft); color: #355332; font-size: .72rem; font-weight: 800; }
.skh-v2-pill[data-state="declined"] { background: #eee; color: #5d5d5d; }
.skh-v2-pill[data-state="pending"], .skh-v2-pill[data-state="considering"] { background: #f8e8c9; color: #6f4a11; }
.skh-v2-pill[data-state="confirmed"], .skh-v2-pill[data-state="completed"] { background: var(--skh-sage-soft); color: #355332; }
.skh-v2-dialog { width: min(760px, calc(100vw - 2rem)); max-height: calc(100vh - 2rem); padding: clamp(1rem, 3vw, 1.5rem); overflow: auto; border: 1px solid var(--skh-line); border-radius: 18px; background: var(--skh-paper); color: var(--skh-charcoal); }
.skh-v2-dialog::backdrop { background: rgba(34,31,29,.55); backdrop-filter: blur(3px); }
.skh-v2-close { width: 44px; height: 44px; border: 0; border-radius: 50%; background: #eee8de; cursor: pointer; font-size: 1.6rem; }
.skh-v2-note { color: var(--skh-muted); font-size: .88rem; }
.skh-v2-note code { display: block; max-width: 100%; padding: .7rem; overflow-wrap: anywhere; border-radius: 8px; background: #f1ede6; color: var(--skh-charcoal); }
.skh-v2-progress { height: 5px; margin-top: 1.25rem; overflow: hidden; border-radius: 99px; background: var(--skh-line); }
.skh-v2-progress span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--skh-coral), var(--skh-violet)); }
.skh-v2-question { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .8rem; margin: 1rem 0; }
.skh-v2-choice { position: relative; }
.skh-v2-choice input {
	position: absolute;
	opacity: 0;
	inline-size: 1px;
	block-size: 1px;
	min-height: 1px;
	padding: 0;
	border: 0;
}
.skh-v2-choice span { display: grid; place-items: center; min-height: 92px; padding: 1rem; border: 1px solid var(--skh-line); border-radius: 16px; background: var(--skh-paper); cursor: pointer; text-align: center; font-family: Georgia, serif; font-size: 1.15rem; }
.skh-v2-choice input:checked + span { border-color: var(--skh-violet); background: #eee8f5; box-shadow: inset 0 0 0 2px var(--skh-violet); }
.skh-v2-choice input:focus-visible + span { outline: 3px solid rgba(23,77,140,.32); outline-offset: 2px; }
.skh-v2-dress-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.skh-v2-dress { position: relative; overflow: hidden; padding: .8rem; border: 1px solid var(--skh-line); border-radius: 18px; background: var(--skh-paper); }
.skh-v2-dress img { width: 100%; height: 330px; object-fit: contain; border-radius: 12px; background: linear-gradient(#f4efe8, #fff); }
.skh-v2-dress > span { position: absolute; top: 1rem; left: 1rem; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--skh-coral); color: #fff; font-weight: 800; }
.skh-v2-dress h3 { margin: .8rem 0 .3rem; font-family: Georgia, serif; font-weight: 500; }
.skh-v2-dress ul { margin: .3rem 0; padding-left: 1.2rem; color: var(--skh-muted); font-size: .85rem; }
.skh-v2-tryon { margin-top: 1.5rem; }
.skh-v2-tryon[hidden], .skh-v2 [hidden] { display: none !important; }

/* Plano de mesas 2.1: editor propio, accesible y alineado con Weddings. */
.skh-floor-v2-hero { margin-bottom: 1rem; }
.skh-floor-v2-setup { display: flex; flex-wrap: wrap; align-items: end; gap: .7rem; margin-bottom: 1rem; padding: 1rem; border: 1px solid var(--skh-line); border-radius: 16px; background: var(--skh-paper); }
.skh-floor-v2-setup label { display: grid; flex: 1 1 145px; gap: .3rem; color: var(--skh-muted); font-size: .78rem; font-weight: 800; }
.skh-floor-v2-setup input, .skh-floor-v2-setup select { min-height: 44px; }
.skh-floor-v2-divider { align-self: stretch; width: 1px; min-height: 44px; background: var(--skh-line); }
.skh-floor-v2-layout { display: grid; grid-template-columns: minmax(170px, .24fr) minmax(480px, 1fr) minmax(240px, .34fr); gap: 1rem; align-items: start; }
.skh-floor-v2-palette, .skh-floor-v2-inspector { min-width: 0; padding: 1rem; border: 1px solid var(--skh-line); border-radius: 16px; background: var(--skh-paper); }
.skh-floor-v2-palette { display: grid; gap: .45rem; }
.skh-floor-v2-palette__item { display: grid; grid-template-columns: 32px minmax(0, 1fr); align-items: center; gap: .65rem; min-height: 46px; padding: .5rem .6rem; border: 1px solid transparent; border-radius: 10px; background: transparent; color: var(--skh-charcoal); cursor: pointer; text-align: left; font: inherit; font-size: .84rem; font-weight: 750; }
.skh-floor-v2-palette__item:hover, .skh-floor-v2-palette__item:focus-visible { border-color: var(--skh-coral); background: var(--skh-coral-soft); outline: 0; }
.skh-floor-v2-swatch { display: block; width: 27px; height: 20px; border: 1.5px solid var(--skh-charcoal); border-radius: 5px; background: var(--skh-floor-color); }
.skh-floor-v2-swatch--round { width: 24px; height: 24px; border-radius: 50%; }
.skh-floor-v2-swatch--grid { background-color: var(--skh-floor-color); background-image: linear-gradient(rgba(73,61,58,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(73,61,58,.22) 1px, transparent 1px); background-size: 6px 6px; }
.skh-floor-v2-swatch--entrance { height: 8px; border-radius: 2px; }
.skh-floor-v2-stage { width: 100%; max-width: 100%; min-width: 0; overflow: hidden; }
.skh-floor-v2-toolbar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .7rem; min-height: 48px; padding: .3rem .2rem .7rem; color: var(--skh-muted); font-size: .85rem; font-weight: 800; }
.skh-floor-v2-toolbar > div { display: flex; flex-wrap: wrap; gap: .6rem; }
.skh-floor-v2-canvas-wrap { width: 100%; overflow: hidden; border: 1px solid var(--skh-line); border-radius: 16px; background: #eee9e3; box-shadow: 0 14px 35px rgba(45,36,39,.08); }
.skh-floor-v2-canvas-wrap canvas { display: block; width: 100%; height: auto; aspect-ratio: 5 / 3; touch-action: none; cursor: grab; }
.skh-floor-v2-canvas-wrap canvas:active { cursor: grabbing; }
.skh-floor-v2-canvas-wrap canvas:focus-visible { outline: 4px solid rgba(122,54,83,.35); outline-offset: -4px; }
.skh-floor-v2-inspector h3 { margin: .1rem 0 .8rem; font-family: Georgia, serif; font-size: 1.45rem; font-weight: 500; color: var(--skh-charcoal); }
.skh-floor-v2-inspector h4 { margin: 1rem 0 .5rem; }
.skh-floor-v2-seats { display: grid; gap: .4rem; }
.skh-floor-v2-seat, .skh-floor-v2-guest { box-sizing: border-box; display: grid; grid-template-columns: 30px minmax(0, 1fr) auto; align-items: center; gap: .5rem; width: 100%; min-height: 44px; padding: .45rem .55rem; border: 1px solid var(--skh-line); border-radius: 10px; background: #fff; color: var(--skh-charcoal); cursor: pointer; text-align: left; font: inherit; }
.skh-floor-v2-seat > span { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid var(--skh-line); border-radius: 50%; background: #fffaf7; font-size: .75rem; }
.skh-floor-v2-seat strong, .skh-floor-v2-guest span { min-width: 0; overflow-wrap: anywhere; font-size: .82rem; }
.skh-floor-v2-seat small, .skh-floor-v2-guest small { color: var(--skh-muted); font-size: .68rem; }
.skh-floor-v2-seat.is-assigned { border-color: #9bad90; background: var(--skh-sage-soft); }
.skh-floor-v2-guests { margin-top: 1.25rem; padding-top: 1rem; border-top: 1px solid var(--skh-line); }
.skh-floor-v2-guests [data-floor-guests] { display: grid; gap: .4rem; max-height: 330px; overflow: auto; }
.skh-floor-v2-guest { grid-template-columns: minmax(0, 1fr) auto; }
.skh-floor-v2-guest.is-selected { border-color: var(--skh-violet); background: #eee8f5; box-shadow: inset 0 0 0 1px var(--skh-violet); }
.skh-floor-v2-footer { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 1rem; padding: 1rem 1.1rem; border: 1px solid var(--skh-line); border-radius: 16px; background: var(--skh-paper); }
.skh-floor-v2-footer [data-floor-capacity] { display: grid; gap: .15rem; }
.skh-floor-v2-footer [data-floor-capacity] strong { font-family: Georgia, serif; font-size: 1.35rem; font-weight: 500; }
.skh-floor-v2-footer [data-floor-capacity] span { color: var(--skh-muted); font-size: .82rem; }

@media (max-width: 900px) {
	.skh-v2-grid--budget, .skh-v2-dashboard { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.skh-v2-line { grid-template-columns: minmax(180px, 1fr) repeat(2, minmax(105px, .55fr)); }
	.skh-v2-tabs { grid-template-columns: repeat(3, minmax(130px, 1fr)); }
	.skh-v2-activity { grid-template-columns: 110px minmax(0, 1fr) auto; }
	.skh-v2-activity .skh-v2-link { grid-column: 2 / -1; justify-self: start; }
	.skh-floor-v2-layout { grid-template-columns: 170px minmax(0, 1fr); }
	.skh-floor-v2-inspector { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(220px, .65fr); gap: 1.25rem; }
	.skh-floor-v2-guests { margin-top: 0; padding-top: 0; padding-left: 1rem; border-top: 0; border-left: 1px solid var(--skh-line); }
}
@media (max-width: 620px) {
	.skh-v2-hero { padding: 1.25rem; border-radius: 20px 6px 20px 6px; }
	.skh-v2-ornament { opacity: .38; }
	.skh-v2-grid--budget, .skh-v2-summary, .skh-v2-dashboard, .skh-v2-scenarios, .skh-v2-form-row, .skh-v2-form-grid, .skh-v2-question, .skh-v2-dress-grid { grid-template-columns: 1fr; }
	.skh-v2-field--wide { grid-column: auto; }
	.skh-v2-section-head { align-items: stretch; flex-direction: column; }
	.skh-v2-tabs { grid-template-columns: repeat(2, minmax(125px, 1fr)); overflow: visible; }
	.skh-v2-filters { grid-template-columns: 1fr; }
	.skh-v2-line, .skh-v2-person, .skh-v2-activity { grid-template-columns: 1fr; }
	.skh-v2-activity .skh-v2-link { grid-column: auto; }
	.skh-v2-actions > * { flex: 1 1 100%; }
	.skh-v2-link { text-align: left; }
	.skh-v2-dialog { width: calc(100vw - 1rem); max-height: calc(100vh - 1rem); padding: 1rem; }
	.skh-v2-dress img { height: 290px; }
	.skh-floor-v2-setup { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.skh-floor-v2-setup .skh-v2-button, .skh-floor-v2-setup label:last-of-type { grid-column: 1 / -1; }
	.skh-floor-v2-divider { display: none; }
	.skh-floor-v2-layout { grid-template-columns: minmax(0, 1fr); }
	.skh-floor-v2-palette { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.skh-floor-v2-palette .skh-v2-eyebrow { grid-column: 1 / -1; }
	.skh-floor-v2-palette__item { grid-template-columns: 26px minmax(0, 1fr); padding-inline: .35rem; font-size: .76rem; }
	.skh-floor-v2-inspector { grid-column: auto; display: block; }
	.skh-floor-v2-guests { margin-top: 1.25rem; padding-top: 1rem; padding-left: 0; border-top: 1px solid var(--skh-line); border-left: 0; }
	.skh-floor-v2-toolbar { align-items: stretch; flex-direction: column; }
	.skh-floor-v2-toolbar > div { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.skh-floor-v2-toolbar .skh-v2-link { min-height: 44px; padding: .4rem; border: 1px solid var(--skh-line); border-radius: 8px; text-align: center; }
	.skh-floor-v2-canvas-wrap { overflow-x: auto; }
	.skh-floor-v2-canvas-wrap canvas { min-width: 620px; }
}
@media (prefers-reduced-motion: reduce) {
	.skh-v2 *, .skh-v2 *::before, .skh-v2 *::after { scroll-behavior: auto !important; transition: none !important; }
}
@media print {
	.skh-v2-tabs, .skh-v2-workspace, .skh-v2-actions, .skh-v2-button, .skh-v2-link, [data-v2-panel]:not([data-v2-panel="day"]) { display: none !important; }
	[data-v2-panel="day"] { display: block !important; }
	.skh-v2-activity { break-inside: avoid; }
}
