.ChatWidget-module__yApCMG__widget{z-index:60;font-family:DM Sans,Inter,system-ui,sans-serif;position:fixed;bottom:22px;right:22px}.ChatWidget-module__yApCMG__panel{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:radial-gradient(circle at 50% 7%,#f1a16f21,#0000 28%),radial-gradient(circle at 18% 18%,#519b7e24,#0000 24%),linear-gradient(#141412fa,#060606fc);border:1px solid #ffffff1f;border-radius:20px;grid-template-rows:auto 1fr auto;width:min(410px,100vw - 32px);height:min(680px,100vh - 102px);margin-bottom:14px;display:grid;overflow:hidden;box-shadow:0 28px 90px #00000094}.ChatWidget-module__yApCMG__header{background:#0808088a;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:18px;min-height:78px;padding:16px 18px 14px;display:flex}.ChatWidget-module__yApCMG__headerIdentity{align-items:center;gap:12px;min-width:0;display:flex}.ChatWidget-module__yApCMG__avatar,.ChatWidget-module__yApCMG__messageAvatar,.ChatWidget-module__yApCMG__teaser img{object-fit:cover;background:#050505;border-radius:999px}.ChatWidget-module__yApCMG__avatar{border:1px solid #ffffff21;flex:0 0 44px;width:44px;height:44px;box-shadow:0 0 0 4px #ffffff09}.ChatWidget-module__yApCMG__eyebrow{color:#f1a16f;margin-bottom:2px;font-size:12px;font-weight:700;display:block}.ChatWidget-module__yApCMG__header h2{color:#f7f7f2;margin:0;font-family:Host Grotesk,Inter,sans-serif;font-size:20px;font-weight:600;line-height:1.1}.ChatWidget-module__yApCMG__closeButton,.ChatWidget-module__yApCMG__launcher,.ChatWidget-module__yApCMG__composer button{color:#f7f7f2;cursor:pointer;border:0;justify-content:center;align-items:center;display:inline-flex}.ChatWidget-module__yApCMG__closeButton{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:999px;flex:0 0 38px;width:38px;height:38px;transition:background .18s,transform .18s}.ChatWidget-module__yApCMG__closeButton:hover{background:#ffffff1c;transform:scale(1.03)}.ChatWidget-module__yApCMG__closeButton svg,.ChatWidget-module__yApCMG__launcher svg,.ChatWidget-module__yApCMG__composer button svg{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.ChatWidget-module__yApCMG__messages{scrollbar-width:thin;scrollbar-color:#fff3 transparent;flex-direction:column;gap:12px;min-height:0;padding:20px 18px 18px;display:flex;overflow-y:auto}.ChatWidget-module__yApCMG__welcome{text-align:center;justify-items:center;gap:10px;padding:10px 12px 4px;display:grid}.ChatWidget-module__yApCMG__welcome h3{color:#f8f8f4;max-width:260px;margin:0;font-family:Host Grotesk,Inter,sans-serif;font-size:23px;font-weight:650;line-height:1.12}.ChatWidget-module__yApCMG__orbWrap{place-items:center;width:92px;height:70px;margin-bottom:2px;display:grid;position:relative}.ChatWidget-module__yApCMG__squareSpinner{--square:12px;--offset:15px;--duration:3.85s;--delay:.2s;--timing-function:ease-in-out;width:calc(3 * var(--offset) + var(--square));height:calc(2 * var(--offset) + var(--square));filter:drop-shadow(0 12px 24px #00000057)drop-shadow(0 0 16px #f1a16f33);position:relative}.ChatWidget-module__yApCMG__squareSpinner span{width:var(--square);height:var(--square);background:linear-gradient(145deg,#ffdab8f5,#f1a16ff5 45%,#d66930e0);border:1px solid #ffffff1f;border-radius:3px;position:absolute;box-shadow:inset 0 1px #ffffff42,0 0 14px #f1a16f57}.ChatWidget-module__yApCMG__squareSpinner span:first-child{left:calc(0 * var(--offset));top:calc(0 * var(--offset));animation:ChatWidget-module__yApCMG__squareMove1 var(--duration) var(--delay) var(--timing-function) infinite, ChatWidget-module__yApCMG__squareFadeIn .36s .1s ease-out both}.ChatWidget-module__yApCMG__squareSpinner span:nth-child(2){left:calc(0 * var(--offset));top:calc(1 * var(--offset));animation:ChatWidget-module__yApCMG__squareMove2 var(--duration) var(--delay) var(--timing-function) infinite, ChatWidget-module__yApCMG__squareFadeIn .36s .1s ease-out both}.ChatWidget-module__yApCMG__squareSpinner span:nth-child(3){left:calc(1 * var(--offset));top:calc(1 * var(--offset));animation:ChatWidget-module__yApCMG__squareMove3 var(--duration) var(--delay) var(--timing-function) infinite, ChatWidget-module__yApCMG__squareFadeIn .36s .2s ease-out both}.ChatWidget-module__yApCMG__squareSpinner span:nth-child(4){left:calc(2 * var(--offset));top:calc(1 * var(--offset));animation:ChatWidget-module__yApCMG__squareMove4 var(--duration) var(--delay) var(--timing-function) infinite, ChatWidget-module__yApCMG__squareFadeIn .36s .3s ease-out both}.ChatWidget-module__yApCMG__squareSpinner span:nth-child(5){left:calc(3 * var(--offset));top:calc(1 * var(--offset));animation:ChatWidget-module__yApCMG__squareMove5 var(--duration) var(--delay) var(--timing-function) infinite, ChatWidget-module__yApCMG__squareFadeIn .36s .4s ease-out both}.ChatWidget-module__yApCMG__messageRow{align-items:flex-end;gap:9px;max-width:92%;display:flex}.ChatWidget-module__yApCMG__messageAvatar{border:1px solid #ffffff1a;flex:0 0 28px;width:28px;height:28px}.ChatWidget-module__yApCMG__message{color:#f7f7f2d6;border-radius:18px;width:fit-content;max-width:100%;padding:12px 14px;font-size:14px;line-height:1.5}.ChatWidget-module__yApCMG__agent{align-self:flex-start}.ChatWidget-module__yApCMG__agent .ChatWidget-module__yApCMG__message{background:#ffffff12;border:1px solid #ffffff17;border-bottom-left-radius:7px;box-shadow:inset 0 1px #ffffff0a}.ChatWidget-module__yApCMG__visitor{justify-content:flex-end;align-self:flex-end}.ChatWidget-module__yApCMG__visitor .ChatWidget-module__yApCMG__message{color:#080808;background:#f4f8fb;border-bottom-right-radius:7px;box-shadow:0 12px 28px #00000029}.ChatWidget-module__yApCMG__typingBubble{min-width:92px}.ChatWidget-module__yApCMG__typingBubble .ChatWidget-module__yApCMG__message{min-width:54px;padding-top:13px;padding-bottom:13px}.ChatWidget-module__yApCMG__introChips{grid-template-columns:1fr;gap:7px;width:min(100%,250px);margin:0 auto;display:grid}.ChatWidget-module__yApCMG__introChips button{color:#f7f7f2e6;cursor:pointer;min-height:34px;font:inherit;text-align:center;background:#ffffff0a;border:1px solid #f1a16f42;border-radius:999px;padding:8px 12px;font-size:13px;font-weight:600;line-height:1.15;transition:transform .18s,background .18s,border-color .18s}.ChatWidget-module__yApCMG__introChips button:hover{background:#f1a16f1f;border-color:#f1a16fb3;transform:translateY(-1px)}.ChatWidget-module__yApCMG__typingDots{align-items:center;gap:5px;height:18px;display:inline-flex}.ChatWidget-module__yApCMG__typingDots span{background:#f7f7f2b8;border-radius:999px;width:6px;height:6px;animation:1.05s ease-in-out infinite ChatWidget-module__yApCMG__typingPulse}.ChatWidget-module__yApCMG__typingDots span:nth-child(2){animation-delay:.14s}.ChatWidget-module__yApCMG__typingDots span:nth-child(3){animation-delay:.28s}.ChatWidget-module__yApCMG__calendlyButton{color:#f8f8f4;cursor:pointer;width:100%;font:inherit;background:#f1a16f24;border:1px solid #f1a16f8c;border-radius:999px;justify-content:center;align-items:center;margin-top:11px;padding:10px 12px;font-size:13px;font-weight:750;text-decoration:none;transition:background .18s,border-color .18s,transform .18s;display:flex}.ChatWidget-module__yApCMG__calendlyButton:hover{background:#f1a16f38;border-color:#f1a16fd9;transform:translateY(-1px)}.ChatWidget-module__yApCMG__composer{background:#060606b8;border-top:1px solid #ffffff14;grid-template-columns:1fr 46px;gap:10px;padding:14px 18px 18px;display:grid}.ChatWidget-module__yApCMG__composer input{color:#f8f8f4;width:100%;min-width:0;font:inherit;background:#ffffff0e;border:1px solid #ffffff1f;border-radius:18px;outline:none;padding:13px 14px;font-size:14px;transition:border-color .18s,background .18s,box-shadow .18s}.ChatWidget-module__yApCMG__composer input::placeholder{color:#f7f7f261}.ChatWidget-module__yApCMG__composer input:focus{background:#ffffff14;border-color:#f1a16f94;box-shadow:0 0 0 4px #f1a16f14}.ChatWidget-module__yApCMG__composer button{color:#090909;background:#f8f8f4;border-radius:999px;width:46px;height:46px;transition:transform .18s,opacity .18s}.ChatWidget-module__yApCMG__composer button:hover:not(:disabled){transform:translateY(-1px)}.ChatWidget-module__yApCMG__composer button:disabled{cursor:default;opacity:.42}.ChatWidget-module__yApCMG__launcher{background:radial-gradient(circle at 68% 25%,#f1a16f2e,#0000 32%),#090909;border:1px solid #ffffff2b;border-radius:999px;width:58px;height:58px;margin-left:auto;transition:transform .18s,border-color .18s,background .18s;display:flex;position:relative;box-shadow:0 18px 48px #00000070}.ChatWidget-module__yApCMG__launcher:hover{background:#111;border-color:#f1a16f8c;transform:translateY(-2px)}.ChatWidget-module__yApCMG__launcher svg{width:24px;height:24px}.ChatWidget-module__yApCMG__teaser{color:#f8f8f4;cursor:pointer;width:max-content;max-width:min(350px,100vw - 118px);min-height:52px;font:inherit;text-align:left;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#10100ff0;border:1px solid #ffffff24;border-radius:999px;align-items:center;gap:11px;padding:8px 17px 8px 9px;font-size:14px;font-weight:700;line-height:1.2;animation:.32s ease-out both ChatWidget-module__yApCMG__teaserIn;display:flex;position:absolute;bottom:3px;right:74px;box-shadow:0 18px 50px #0000006b}.ChatWidget-module__yApCMG__teaser:before{content:"";z-index:-1;border-radius:inherit;background:linear-gradient(110deg,#f1a16f57,#0000 44%,#519b7e38);position:absolute;inset:-1px}.ChatWidget-module__yApCMG__teaser:hover{background:#181816fa}.ChatWidget-module__yApCMG__teaser img{flex:0 0 34px;width:34px;height:34px}.ChatWidget-module__yApCMG__teaser span{max-width:238px;display:block}.ChatWidget-module__yApCMG__statusDot{background:#f1a16f;border:2px solid #090909;border-radius:999px;width:10px;height:10px;position:absolute;top:8px;right:8px}@keyframes ChatWidget-module__yApCMG__typingPulse{0%,80%,to{opacity:.35;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}@keyframes ChatWidget-module__yApCMG__teaserIn{0%{opacity:0;transform:translate(10px)translateY(4px)}to{opacity:1;transform:translate(0)translateY(0)}}@keyframes ChatWidget-module__yApCMG__squareMove1{0%{left:calc(0 * var(--offset));top:calc(0 * var(--offset))}8.333%,to{left:calc(0 * var(--offset));top:calc(1 * var(--offset))}}@keyframes ChatWidget-module__yApCMG__squareMove2{0%{left:calc(0 * var(--offset));top:calc(1 * var(--offset))}8.333%{left:calc(0 * var(--offset));top:calc(2 * var(--offset))}16.67%{left:calc(1 * var(--offset));top:calc(2 * var(--offset))}25%,83.33%{left:calc(1 * var(--offset));top:calc(1 * var(--offset))}91.67%{left:calc(1 * var(--offset));top:calc(0 * var(--offset))}to{left:calc(0 * var(--offset));top:calc(0 * var(--offset))}}@keyframes ChatWidget-module__yApCMG__squareMove3{0%,16.67%,to{left:calc(1 * var(--offset));top:calc(1 * var(--offset))}25%{left:calc(1 * var(--offset));top:calc(0 * var(--offset))}33.33%{left:calc(2 * var(--offset));top:calc(0 * var(--offset))}41.67%,66.67%{left:calc(2 * var(--offset));top:calc(1 * var(--offset))}75%{left:calc(2 * var(--offset));top:calc(2 * var(--offset))}83.33%{left:calc(1 * var(--offset));top:calc(2 * var(--offset))}91.67%{left:calc(1 * var(--offset));top:calc(1 * var(--offset))}}@keyframes ChatWidget-module__yApCMG__squareMove4{0%,33.33%{left:calc(2 * var(--offset));top:calc(1 * var(--offset))}41.67%{left:calc(2 * var(--offset));top:calc(2 * var(--offset))}50%{left:calc(3 * var(--offset));top:calc(2 * var(--offset))}58.33%,to{left:calc(3 * var(--offset));top:calc(1 * var(--offset))}}@keyframes ChatWidget-module__yApCMG__squareMove5{0%,50%{left:calc(3 * var(--offset));top:calc(1 * var(--offset))}58.33%{left:calc(3 * var(--offset));top:calc(0 * var(--offset))}66.67%{left:calc(2 * var(--offset));top:calc(0 * var(--offset))}75%,to{left:calc(2 * var(--offset));top:calc(1 * var(--offset))}}@keyframes ChatWidget-module__yApCMG__squareFadeIn{0%{opacity:0;transform:scale(.72)}to{opacity:1;transform:scale(1)}}@media (max-width:620px){.ChatWidget-module__yApCMG__widget{bottom:14px;right:14px}.ChatWidget-module__yApCMG__panel{border-radius:18px;width:calc(100vw - 28px);height:min(620px,100vh - 92px)}.ChatWidget-module__yApCMG__header{min-height:70px;padding:14px 15px 12px}.ChatWidget-module__yApCMG__avatar{flex-basis:40px;width:40px;height:40px}.ChatWidget-module__yApCMG__header h2{font-size:19px}.ChatWidget-module__yApCMG__messages{padding:16px 15px}.ChatWidget-module__yApCMG__welcome h3{font-size:22px}.ChatWidget-module__yApCMG__orbWrap{width:84px;height:66px}.ChatWidget-module__yApCMG__squareSpinner{--square:11px;--offset:14px}.ChatWidget-module__yApCMG__messageRow{max-width:96%}.ChatWidget-module__yApCMG__composer{grid-template-columns:1fr 44px;padding-left:15px;padding-right:15px}.ChatWidget-module__yApCMG__composer button{width:44px;height:44px}.ChatWidget-module__yApCMG__launcher{width:54px;height:54px}.ChatWidget-module__yApCMG__teaser{max-width:calc(100vw - 96px);min-height:48px;padding:7px 13px 7px 8px;font-size:13px;bottom:1px;right:66px}.ChatWidget-module__yApCMG__teaser img{flex-basis:30px;width:30px;height:30px}.ChatWidget-module__yApCMG__teaser span{max-width:190px}}
@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial}}}@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-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;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;-webkit-text-decoration:inherit;-webkit-text-decoration: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{vertical-align:baseline;font-size:75%;line-height:0;position:relative}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{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}: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{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-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]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.invisible{visibility:hidden}.visible{visibility:visible}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-flex{display:inline-flex}.flex-shrink{flex-shrink:1}.border-collapse{border-collapse:collapse}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.flex-wrap{flex-wrap:wrap}.border{border-style:var(--tw-border-style);border-width:1px}.text-wrap{text-wrap:wrap}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}}:root{--bg:#0a0a0a;--bg-soft:#0d0d0c;--panel:#0e0e0d9e;--panel-2:#18161494;--border:#ffffff24;--border-soft:#ffffff16;--text:#f2f9fe;--muted:#f2f9fe9e;--dim:#f2f9fe6b;--accent:#d46d3f;--accent-strong:#f1a16f;--line:#f1a16f6b}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:DM Sans,Inter,system-ui,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}
