@layer theme,base,components,utilities;@layer theme{:root,:host{--font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--default-font-family: var(--font-sans);--default-mono-font-family: var(--font-mono)}}@layer base{*,:after,:before,::backdrop,::file-selector-button{box-sizing:border-box;margin:0;padding:0;border:0 solid}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;tab-size:4;font-family:var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings, normal);font-variation-settings:var(--default-font-variation-settings, normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings, normal);font-variation-settings:var(--default-mono-font-variation-settings, normal);font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea,::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;border-radius:0;background-color:transparent;opacity:1}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px){::placeholder{color:currentcolor}@supports (color: color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]),::file-selector-button{appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer utilities{.static{position:static}.resize{resize:both}}html{background:#f6f9fc;color-scheme:light;scroll-behavior:smooth}body{margin:0;min-width:320px;background:#f6f9fc}::selection{background:#1aa8ff59;color:#fff}.second-demo-shell .floating-chatbox,.second-demo-shell .chat-launcher{bottom:1rem;position:fixed;right:1rem;z-index:30}.second-demo-shell .floating-chatbox{animation:chatboxGlow 6.2s ease-in-out infinite;background:#fff;border:1px solid rgba(155,215,255,.42);border-radius:1.05rem;box-shadow:0 24px 58px #0717243d;overflow:hidden;transition:box-shadow .18s ease,transform .18s ease;width:min(23rem,calc(100vw - 2rem))}.second-demo-shell .floating-chatbox:hover{box-shadow:0 28px 68px #0717244d;transform:translateY(-.12rem)}.second-demo-shell .floating-chatbox.is-minimized{width:min(18rem,calc(100vw - 2rem))}.second-demo-shell .chat-agent{align-items:center;background:linear-gradient(135deg,rgba(255,255,255,.12) 0 1px,transparent 1px 12px),linear-gradient(135deg,var(--blue-700),var(--blue-900));color:#fff;display:grid;gap:.75rem;grid-template-columns:auto 1fr auto;padding:.85rem}.second-demo-shell .chat-agent-mark{animation:chatLogoPulse 4.8s ease-in-out infinite;background:#fff;border-radius:50%;display:grid;height:2.4rem;place-items:center;width:2.4rem}.second-demo-shell .chat-agent-mark img{border-radius:50%;height:100%;object-fit:cover;width:100%}.second-demo-shell .chat-agent strong{display:block;font-size:.95rem;font-weight:700}.second-demo-shell .chat-agent span{color:#bfe4ff;display:block;font-size:.7rem;font-weight:600;letter-spacing:.08em;margin-top:.12rem;text-transform:uppercase}.second-demo-shell .chat-window-actions{display:flex;gap:.35rem}.second-demo-shell .chat-window-actions button{align-items:center;background:#ffffff24;border:1px solid rgba(255,255,255,.28);border-radius:50%;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;height:1.72rem;justify-content:center;line-height:1;padding:0;transition:background .16s ease,transform .16s ease;width:1.72rem}.second-demo-shell .chat-window-actions button:hover{background:#ffffff3d;transform:translateY(-.05rem)}.second-demo-shell .chat-window-actions button:active{transform:translateY(0) scale(.96)}.second-demo-shell .chat-window-actions button span{transform:translateY(-.04rem)}.second-demo-shell .enquiry-form{display:grid;gap:.68rem;padding:.85rem}.second-demo-shell .enquiry-form p{color:#17374d;font-size:.88rem;line-height:1.42;margin:0}.second-demo-shell .enquiry-form p span{background:var(--blue-900);border-radius:999px;color:#fff;display:inline-flex;font-size:.68rem;font-weight:600;margin-right:.35rem;padding:.12rem .38rem}.second-demo-shell .enquiry-form label{color:var(--blue-900);display:grid;font-size:.7rem;font-weight:700;gap:.3rem;letter-spacing:.06em;text-transform:uppercase}.second-demo-shell .enquiry-form-row{display:grid;gap:.55rem;grid-template-columns:1fr .92fr}.second-demo-shell .enquiry-form input,.second-demo-shell .enquiry-form select,.second-demo-shell .enquiry-form textarea{background:#f4f8fb;border:1px solid var(--line);border-radius:.68rem;color:var(--ink);font:inherit;min-height:2.35rem;padding:.62rem .7rem;text-transform:none;width:100%}.second-demo-shell .enquiry-form input:focus,.second-demo-shell .enquiry-form select:focus,.second-demo-shell .enquiry-form textarea:focus{border-color:var(--blue-700);outline:2px solid rgba(36,105,154,.16)}.second-demo-shell .chat-action,.second-demo-shell .chat-launcher{animation:enquiryCtaPulse 4.2s ease-in-out infinite;background:linear-gradient(110deg,transparent 0 32%,rgba(255,255,255,.38) 46%,transparent 60%),linear-gradient(135deg,var(--blue-700),var(--blue-900));background-size:260% 100%,100% 100%;border:0;border-radius:999px;color:#fff;cursor:pointer;font-size:.74rem;font-weight:700;isolation:isolate;letter-spacing:.08em;overflow:hidden;padding:.82rem 1rem;position:relative;text-align:center;text-transform:uppercase;transition:box-shadow .18s ease,transform .18s ease}.second-demo-shell .chat-action:after{content:">";display:inline-block;margin-left:.45rem;transform:translate(0);transition:transform .18s ease}.second-demo-shell .chat-action:hover,.second-demo-shell .chat-launcher:hover{box-shadow:0 14px 34px #24699a57;transform:translateY(-.12rem) scale(1.02)}.second-demo-shell .chat-action:hover:after{transform:translate(.18rem)}.second-demo-shell .chat-action:active,.second-demo-shell .chat-launcher:active{transform:translateY(0) scale(.99)}@keyframes enquiryCtaPulse{0%{background-position:-140% 0,0 0;box-shadow:0 0 #24699a59}42%{background-position:140% 0,0 0;box-shadow:0 0 0 .42rem #24699a00}to{background-position:140% 0,0 0;box-shadow:0 0 #24699a57}}@keyframes chatboxGlow{0%,to{box-shadow:0 24px 58px #0717243d}50%{box-shadow:0 26px 62px #10538452}}@keyframes chatLogoPulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}@media(max-width:720px){.second-demo-shell .floating-chatbox,.second-demo-shell .chat-launcher{bottom:.85rem;right:.85rem}.second-demo-shell .enquiry-form-row{grid-template-columns:1fr}}
