.pc-scope{--gray-50: 250 250 250;--gray-100: 244 244 245;--gray-200: 228 228 231;--gray-300: 212 212 216;--gray-400: 161 161 170;--gray-500: 113 113 122;--gray-600: 82 82 91;--gray-700: 63 63 70;--gray-800: 39 39 42;--gray-900: 24 24 27;--bg: 255 255 255;--surface: var(--gray-50);--elevated: 244 244 246;--fg: 10 10 10;--muted: var(--gray-600);--border: var(--gray-200);--accent: 250 204 21;--accent-hover: 234 179 8;--accent-subtle: 254 249 195;--accent-fg: 10 10 10;--ring: var(--accent);--success: 22 163 74;--danger: 239 68 68;--danger-fg: 255 255 255;--axis: 37 99 235;--guide: var(--gray-400);--radius-sm: .25rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl2: .875rem;--radius-full: 9999px;--shadow-card: 0 1px 3px rgb(0 0 0 / .1);--shadow-elevated: 0 4px 12px rgb(0 0 0 / .08);--shadow-modal: 0 16px 48px rgb(0 0 0 / .18);--font-sans: "Inter Variable", Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--text-display: 2.25rem;--text-heading: 1.125rem;--text-body: .875rem;--text-label: .75rem;--text-caption: .6875rem;--space-panel: 1.25rem;font-family:var(--font-sans);color:rgb(var(--fg))}.pc-scope .eyebrow{font-size:.75rem;line-height:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.2em;--tw-text-opacity: 1;color:rgb(var(--muted) / var(--tw-text-opacity, 1))}.pc-scope .btn{display:inline-flex;min-height:44px;align-items:center;justify-content:center;border-radius:.5rem;padding:.625rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:600;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.pc-scope .btn:focus-visible{outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-opacity: 1;--tw-ring-color: rgb(var(--ring) / var(--tw-ring-opacity, 1));--tw-ring-offset-width: 2px}.pc-scope .btn:disabled{cursor:not-allowed;opacity:.6}.pc-scope .btn-secondary{display:inline-flex;min-height:44px;align-items:center;justify-content:center;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(var(--border) / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(var(--surface) / var(--tw-bg-opacity, 1));padding:.625rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(var(--fg) / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.pc-scope .btn-secondary:hover{--tw-bg-opacity: 1;background-color:rgb(var(--elevated) / var(--tw-bg-opacity, 1))}.pc-scope .btn-secondary:focus-visible{outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-opacity: 1;--tw-ring-color: rgb(var(--ring) / var(--tw-ring-opacity, 1));--tw-ring-offset-width: 2px}.pc-scope .card{border-radius:1.25rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(var(--border) / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(var(--surface) / var(--tw-bg-opacity, 1));--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .04), 0 4px 16px -2px rgb(0 0 0 / .06);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color), 0 4px 16px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.pc-scope .field-label{margin-bottom:.375rem;display:block;font-size:.75rem;line-height:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;--tw-text-opacity: 1;color:rgb(var(--muted) / var(--tw-text-opacity, 1))}.pc-scope .field-input{display:block;min-height:44px;width:100%;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(var(--border) / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(var(--surface) / var(--tw-bg-opacity, 1));padding:.625rem .75rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(var(--fg) / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.pc-scope .field-input::-moz-placeholder{--tw-text-opacity: 1;color:rgb(var(--muted) / var(--tw-text-opacity, 1))}.pc-scope .field-input::placeholder{--tw-text-opacity: 1;color:rgb(var(--muted) / var(--tw-text-opacity, 1))}.pc-scope .field-input:focus-visible{--tw-border-opacity: 1;border-color:rgb(var(--accent) / var(--tw-border-opacity, 1));outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-color: rgb(var(--ring) / .4)}.pc-scope .field-select{display:block;min-height:44px;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(var(--border) / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(var(--surface) / var(--tw-bg-opacity, 1));background-repeat:no-repeat;padding:.625rem 2.25rem .625rem .75rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(var(--fg) / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.pc-scope .field-select:focus-visible{--tw-border-opacity: 1;border-color:rgb(var(--accent) / var(--tw-border-opacity, 1));outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-color: rgb(var(--ring) / .4)}.pc-scope .field-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none' stroke='%2352525B' stroke-width='1.5'%3E%3Cpath d='M4 6l4 4 4-4'/%3E%3C/svg%3E");background-position:right .75rem center}.pc-scope .chip{display:inline-flex;align-items:center;gap:.25rem;border-radius:9999px;border-width:1px;--tw-border-opacity: 1;border-color:rgb(var(--border) / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(var(--surface) / var(--tw-bg-opacity, 1));padding:.25rem .625rem;font-size:.75rem;line-height:1rem;--tw-text-opacity: 1;color:rgb(var(--muted) / var(--tw-text-opacity, 1))}.pc-scope .hero{background:radial-gradient(56% 64% at 86% 2%,rgb(var(--accent) / .07),transparent 70%),linear-gradient(180deg,rgb(var(--surface)),rgb(var(--bg)) 62%)}.pc-scope .hero-bullet{display:flex;align-items:flex-start;gap:.75rem;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(var(--border) / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(var(--bg) / var(--tw-bg-opacity, 1));padding:.75rem;--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .04), 0 4px 16px -2px rgb(0 0 0 / .06);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color), 0 4px 16px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.pc-scope .hero-bullet:hover{--tw-translate-y: -.125rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-shadow: var(--shadow-elevated);--tw-shadow-colored: var(--shadow-elevated);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);--tw-shadow-color: rgb(var(--elevated) / 1);--tw-shadow: var(--tw-shadow-colored)}@media (prefers-reduced-motion: reduce){.pc-scope .hero-bullet{transition-property:none}.pc-scope .hero-bullet:hover{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}}.pc-scope .hero-check{margin-top:1px;display:inline-flex;height:1.5rem;width:1.5rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(var(--accent-subtle) / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(var(--fg) / var(--tw-text-opacity, 1))}.pc-scope .intro-action{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;border-radius:1.25rem;border-width:2px;padding:2rem 1.5rem;text-align:center;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.pc-scope .intro-action:focus-visible{outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-opacity: 1;--tw-ring-color: rgb(var(--ring) / var(--tw-ring-opacity, 1));--tw-ring-offset-width: 2px}@keyframes pc-intro-rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.pc-scope .intro-fade{animation:pc-intro-rise .34s ease-out both}.pc-scope .intro-fade-2{animation-delay:.1s}@media (prefers-reduced-motion: reduce){.pc-scope .intro-fade{animation:none}}body.owc-entered [data-owc-marketing]{display:none!important}body.owc-entered [data-owc-editor]{position:fixed;inset:4rem 0 0;z-index:20}
