@charset "UTF-8";@media only screen and (min-width: 0rem) {.cs-order-dialog {position: fixed;inset: 0;margin: auto;width: calc(100% - 2rem);max-width: 30rem;max-height: calc(100dvh - 2rem);overflow-y: auto;border: 1px solid var(--borderDefault);border-radius: var(--radiusLg);background: var(--bgDepth1);color: var(--textPrimary);padding: 0;box-shadow: var(--shadowLg), 0 0 80px rgba(0, 0, 0, 0.5);}.cs-order-dialog[open] {animation: sfDialogIn var(--durationMid) var(--easeOut) forwards;}.cs-order-dialog::backdrop {background: rgba(8, 11, 15, 0.82);backdrop-filter: blur(6px);-webkit-backdrop-filter: blur(6px);animation: sfBackdropIn var(--durationMid) ease forwards;}.cs-dialog-inner {padding: clamp(1.5rem, 4vw, 2rem);position: relative;display: flex;flex-direction: column;gap: 0;}.cs-dialog-inner::before {content: "";position: absolute;top: 0;left: 0;right: 0;height: 3px;border-radius: var(--radiusLg) var(--radiusLg) 0 0;background: linear-gradient(90deg, var(--primaryDark) 0%, var(--primary) 40%, var(--primaryLight) 100%);}.cs-dialog-close {position: absolute;top: 1rem;right: 1rem;width: 2rem;height: 2rem;display: flex;align-items: center;justify-content: center;background: var(--bgDepth3);border: 1px solid var(--borderDefault);border-radius: var(--radiusSm);color: var(--textMuted);cursor: pointer;z-index: 2;transition: color var(--durationFast) var(--easeOut), border-color var(--durationFast) var(--easeOut), background var(--durationFast) var(--easeOut);}.cs-dialog-close:hover {color: var(--textPrimary);border-color: var(--borderStrong);background: var(--bgDepth4);}.cs-dialog-header {display: flex;align-items: flex-start;gap: 1rem;margin-bottom: 1.5rem;padding-top: 0.5rem;}.cs-dialog-icon {flex-shrink: 0;width: 2.75rem;height: 2.75rem;display: flex;align-items: center;justify-content: center;background: var(--primarySubtle);border: 1px solid var(--borderEmber);border-radius: var(--radiusSm);color: var(--primary);}.cs-dialog-titles {display: flex;flex-direction: column;gap: 0.25rem;min-width: 0;padding-right: 2.25rem;}.cs-dialog-title {font-family: var(--fontHeading);font-size: clamp(1.25rem, 3vw, 1.5rem);font-weight: 700;color: var(--textPrimary);margin: 0;letter-spacing: 0.01em;line-height: 1.2;}.cs-dialog-title:focus {outline: none;}.cs-dialog-title:focus-visible {outline: 2px solid var(--primary);}.cs-dialog-subtitle {font-size: 0.8125rem;color: var(--textMuted);line-height: 1.4;margin: 0;}.cs-order-form {display: flex;flex-direction: column;gap: 0.875rem;}.cs-form-group {display: flex;flex-direction: column;gap: 0.375rem;}.cs-form-label {font-size: 0.6875rem;font-weight: 600;text-transform: uppercase;letter-spacing: 0.09em;color: var(--textMuted);}.cs-order-form input[type=text], .cs-order-form input[type=tel], .cs-order-form input[type=email], .cs-order-form textarea {width: 100%;background: var(--bgDepth2);border: 1px solid var(--borderDefault);border-radius: var(--radiusMd);color: var(--textPrimary);font-family: var(--fontBody);font-size: 1rem;padding: 0.8rem 1rem;outline: none;transition: border-color var(--durationFast) var(--easeOut), box-shadow var(--durationFast) var(--easeOut), background var(--durationFast) var(--easeOut);}.cs-order-form input[type=text]::placeholder, .cs-order-form input[type=tel]::placeholder, .cs-order-form input[type=email]::placeholder, .cs-order-form textarea::placeholder {color: var(--textMuted);}.cs-order-form input[type=text]:hover, .cs-order-form input[type=tel]:hover, .cs-order-form input[type=email]:hover, .cs-order-form textarea:hover {border-color: var(--borderStrong);background: var(--bgDepth3);}.cs-order-form input[type=text]:focus, .cs-order-form input[type=tel]:focus, .cs-order-form input[type=email]:focus, .cs-order-form textarea:focus {border-color: var(--primary);box-shadow: 0 0 0 3px rgba(232, 82, 26, 0.15);background: var(--bgDepth3);}.cs-order-form textarea {resize: vertical;min-height: 5rem;line-height: 1.55;}.cs-checkbox-group {flex-direction: row !important;align-items: flex-start;gap: 0.625rem;}.cs-checkbox-group input[type=checkbox] {width: 1.125rem;height: 1.125rem;flex-shrink: 0;margin-top: 0.15rem;accent-color: var(--primary);cursor: pointer;}.cs-checkbox-group label {font-size: 0.75rem;line-height: 1.55;color: var(--textMuted);cursor: pointer;}.cs-checkbox-group label a {color: var(--primary);text-decoration: underline;text-underline-offset: 2px;}.cs-checkbox-group label a:hover {color: var(--primaryLight);}.cs-form-actions {display: flex;flex-wrap: wrap;gap: 0.75rem;padding-top: 0.375rem;}.cs-form-actions .cs-button-solid {flex: 1;min-width: 0;justify-content: center;height: 3rem;position: relative;}.cs-form-actions .cs-button-solid .cs-btn-loader {display: none;width: 1rem;height: 1rem;border: 2px solid rgba(255, 255, 255, 0.3);border-top-color: #fff;border-radius: 50%;animation: sfSpin 0.7s linear infinite;position: absolute;right: 1rem;}.cs-form-actions .cs-button-solid.is-loading {pointer-events: none;opacity: 0.75;}.cs-form-actions .cs-button-solid.is-loading .cs-btn-text {opacity: 0.5;}.cs-form-actions .cs-button-solid.is-loading .cs-btn-loader {display: block;}.cs-form-actions .cs-dialog-close-btn {display: inline-flex;align-items: center;justify-content: center;height: 3rem;padding: 0 1.25rem;border: 1.5px solid var(--borderStrong);border-radius: var(--radiusSm);font-family: var(--fontBody);font-size: 0.8125rem;font-weight: 600;letter-spacing: 0.06em;text-transform: uppercase;color: var(--textSecondary);background: transparent;cursor: pointer;white-space: nowrap;transition: border-color var(--durationFast) var(--easeOut), color var(--durationFast) var(--easeOut), background var(--durationFast) var(--easeOut);}.cs-form-actions .cs-dialog-close-btn:hover {border-color: var(--borderStrong);color: var(--textPrimary);background: var(--bgDepth3);}.cs-dialog-note {display: flex;align-items: center;gap: 0.5rem;margin-top: 0.875rem;padding: 0.625rem 0.875rem;background: rgba(255, 255, 255, 0.02);border: 1px solid var(--borderSubtle);border-radius: var(--radiusSm);}.cs-dialog-note svg {flex-shrink: 0;color: var(--primary);opacity: 0.75;}.cs-dialog-note span {font-size: 0.75rem;color: var(--textMuted);line-height: 1.4;transition: color var(--durationFast);}.cs-dialog-success {display: none;flex-direction: column;align-items: center;text-align: center;padding: clamp(2rem, 6vw, 3rem) clamp(1.5rem, 4vw, 2rem);gap: 1.25rem;}.cs-success-ring {width: 5rem;height: 5rem;border-radius: var(--radiusFull);display: flex;align-items: center;justify-content: center;background: var(--primarySubtle);border: 2px solid var(--borderEmber);color: var(--primary);animation: sfSuccessRing var(--durationSlow) var(--easeSpring) forwards;flex-shrink: 0;}.cs-success-title {font-family: var(--fontHeading);font-size: clamp(1.375rem, 3vw, 1.75rem);font-weight: 700;color: var(--textPrimary);letter-spacing: 0.01em;margin: 0;}.cs-success-title:focus {outline: none;}.cs-success-text {font-size: 0.9375rem;line-height: 1.65;color: var(--textSecondary);max-width: 28rem;margin: 0;}.cs-success-meta {display: flex;flex-direction: column;gap: 0.5rem;width: 100%;list-style: none;padding: 0;margin: 0;}.cs-success-meta-item {display: flex;align-items: center;gap: 0.625rem;padding: 0.75rem 1rem;background: var(--bgDepth2);border: 1px solid var(--borderDefault);border-radius: var(--radiusSm);font-size: 0.8125rem;color: var(--textSecondary);text-align: left;}.cs-success-meta-item svg {flex-shrink: 0;color: var(--primary);}.cs-success-close {width: 100%;justify-content: center;}.cs-order-dialog.is-success .cs-dialog-inner {display: none;}.cs-order-dialog.is-success .cs-dialog-success {display: flex;}}@keyframes sfDialogIn {from {opacity: 0;transform: translateY(14px) scale(0.97);}to {opacity: 1;transform: translateY(0) scale(1);}}@keyframes sfBackdropIn {from {opacity: 0;}to {opacity: 1;}}@keyframes sfSuccessRing {0% {transform: scale(0.5);opacity: 0;}60% {transform: scale(1.12);opacity: 1;}100% {transform: scale(1);}}@keyframes sfSpin {to {transform: rotate(360deg);}}