@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";
.SlabbysChat-module-scss-module__KJut5a__chatWidget{z-index:9999;pointer-events:none;flex-direction:column;align-items:flex-end;gap:12px;display:flex;position:fixed;bottom:24px;right:24px}.SlabbysChat-module-scss-module__KJut5a__chatWidget>*{pointer-events:all}.SlabbysChat-module-scss-module__KJut5a__chatWidgetWithNav{bottom:80px}@media (max-width:440px){.SlabbysChat-module-scss-module__KJut5a__chatWidgetWithNav{bottom:72px}}.SlabbysChat-module-scss-module__KJut5a__chatPanel{background:var(--color-bg-primary);border:1px solid var(--color-border-primary);opacity:0;pointer-events:none;transform-origin:100% 100%;border-radius:16px;flex-direction:column;width:360px;max-height:560px;transition:transform .25s cubic-bezier(.4,0,.2,1),opacity .2s;display:flex;overflow:hidden;transform:scale(.92)translateY(16px);box-shadow:0 8px 40px #0000002e,0 2px 8px #0000001a}.SlabbysChat-module-scss-module__KJut5a__chatPanelOpen{opacity:1;pointer-events:all;transform:scale(1)translateY(0)}.SlabbysChat-module-scss-module__KJut5a__chatHeader{background:var(--color-primary,#ff3e3e);background:linear-gradient(135deg,#c0392b 0%,#e74c3c 100%);flex-shrink:0;justify-content:space-between;align-items:center;padding:12px 14px;display:flex}.SlabbysChat-module-scss-module__KJut5a__chatHeaderInfo{align-items:center;gap:10px;display:flex}.SlabbysChat-module-scss-module__KJut5a__chatAvatar{flex-shrink:0;position:relative}.SlabbysChat-module-scss-module__KJut5a__chatAvatarImg{object-fit:cover;border:2px solid #ffffff80;border-radius:50%;width:32px;height:32px}.SlabbysChat-module-scss-module__KJut5a__onlineDot{background:#2ecc71;border:2px solid #fff;border-radius:50%;width:9px;height:9px;position:absolute;bottom:0;right:0}.SlabbysChat-module-scss-module__KJut5a__chatName{color:#fff;margin:0;font-size:14px;font-weight:700;line-height:1.2}.SlabbysChat-module-scss-module__KJut5a__chatStatus{color:#fffc;margin:0;font-size:11px}.SlabbysChat-module-scss-module__KJut5a__chatHeaderActions{align-items:center;gap:4px;display:flex}.SlabbysChat-module-scss-module__KJut5a__headerBtn{color:#ffffffd9;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;transition:background .15s;display:flex}.SlabbysChat-module-scss-module__KJut5a__headerBtn:hover{color:#fff;background:#fff3}.SlabbysChat-module-scss-module__KJut5a__chatMessages{scroll-behavior:smooth;flex-direction:column;flex:1;gap:8px;padding:16px 12px 8px;display:flex;overflow-y:auto}.SlabbysChat-module-scss-module__KJut5a__chatMessages::-webkit-scrollbar{width:4px}.SlabbysChat-module-scss-module__KJut5a__chatMessages::-webkit-scrollbar-track{background:0 0}.SlabbysChat-module-scss-module__KJut5a__chatMessages::-webkit-scrollbar-thumb{background:var(--color-border-primary);border-radius:2px}.SlabbysChat-module-scss-module__KJut5a__chatGreeting{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:16px 8px 8px;display:flex}.SlabbysChat-module-scss-module__KJut5a__greetingAvatar{background:var(--color-bg-tertiary);border-radius:50%;flex-shrink:0;width:56px;height:56px;overflow:hidden}.SlabbysChat-module-scss-module__KJut5a__greetingAvatarImg{object-fit:cover;width:56px;height:56px}.SlabbysChat-module-scss-module__KJut5a__greetingText{color:var(--color-text-secondary);margin:0;font-size:13px;line-height:1.5}.SlabbysChat-module-scss-module__KJut5a__greetingText strong{color:var(--color-text-primary)}.SlabbysChat-module-scss-module__KJut5a__message{max-width:84%;display:flex}.SlabbysChat-module-scss-module__KJut5a__messageUser{flex-direction:row-reverse;align-self:flex-end}.SlabbysChat-module-scss-module__KJut5a__messageAssistant{align-self:flex-start}.SlabbysChat-module-scss-module__KJut5a__messageBubble{word-break:break-word;border-radius:14px;padding:9px 12px;font-size:13.5px;line-height:1.55}.SlabbysChat-module-scss-module__KJut5a__messageUser .SlabbysChat-module-scss-module__KJut5a__messageBubble{color:#fff;background:linear-gradient(135deg,#c0392b,#e74c3c);border-bottom-right-radius:4px}.SlabbysChat-module-scss-module__KJut5a__messageAssistant .SlabbysChat-module-scss-module__KJut5a__messageBubble{background:var(--color-bg-tertiary);color:var(--color-text-primary);border-bottom-left-radius:4px}.SlabbysChat-module-scss-module__KJut5a__chatLink{color:inherit;text-underline-offset:2px;opacity:.9;text-decoration:underline}.SlabbysChat-module-scss-module__KJut5a__chatLink:hover{opacity:1}.SlabbysChat-module-scss-module__KJut5a__typingDots{background:var(--color-bg-tertiary);border-radius:14px 14px 14px 4px;align-items:center;gap:4px;padding:12px 14px;display:flex}.SlabbysChat-module-scss-module__KJut5a__typingDots span{background:var(--color-text-secondary);border-radius:50%;width:7px;height:7px;animation:1.2s infinite SlabbysChat-module-scss-module__KJut5a__typingBounce}.SlabbysChat-module-scss-module__KJut5a__typingDots span:nth-child(2){animation-delay:.2s}.SlabbysChat-module-scss-module__KJut5a__typingDots span:nth-child(3){animation-delay:.4s}@keyframes SlabbysChat-module-scss-module__KJut5a__typingBounce{0%,60%,to{opacity:.5;transform:translateY(0)}30%{opacity:1;transform:translateY(-5px)}}.SlabbysChat-module-scss-module__KJut5a__suggestions{flex-wrap:wrap;flex-shrink:0;gap:6px;padding:4px 12px 8px;display:flex}.SlabbysChat-module-scss-module__KJut5a__suggestionBtn{border:1px solid var(--color-border-primary);color:var(--color-text-secondary);cursor:pointer;text-align:left;background:0 0;border-radius:20px;padding:5px 10px;font-size:12px;line-height:1.3;transition:all .15s}.SlabbysChat-module-scss-module__KJut5a__suggestionBtn:hover{background:var(--color-bg-tertiary);color:#e74c3c;border-color:#e74c3c}.SlabbysChat-module-scss-module__KJut5a__chatInputArea{border-top:1px solid var(--color-border-primary);flex-shrink:0;align-items:flex-end;gap:8px;padding:10px 12px 12px;display:flex}.SlabbysChat-module-scss-module__KJut5a__chatInput{border:1px solid var(--color-border-primary);background:var(--color-bg-secondary);color:var(--color-text-primary);resize:none;border-radius:10px;outline:none;flex:1;min-height:38px;max-height:100px;padding:9px 12px;font-family:inherit;font-size:13.5px;line-height:1.45;transition:border-color .15s;overflow-y:auto}.SlabbysChat-module-scss-module__KJut5a__chatInput:focus{border-color:#e74c3c}.SlabbysChat-module-scss-module__KJut5a__chatInput::placeholder{color:var(--color-text-tertiary)}.SlabbysChat-module-scss-module__KJut5a__chatInput:disabled{opacity:.6}.SlabbysChat-module-scss-module__KJut5a__chatInput::-webkit-scrollbar{width:3px}.SlabbysChat-module-scss-module__KJut5a__chatInput::-webkit-scrollbar-thumb{background:var(--color-border-primary);border-radius:2px}.SlabbysChat-module-scss-module__KJut5a__sendBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#c0392b,#e74c3c);border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:opacity .15s,transform .15s;display:flex}.SlabbysChat-module-scss-module__KJut5a__sendBtn:hover:not(:disabled){opacity:.9;transform:scale(1.05)}.SlabbysChat-module-scss-module__KJut5a__sendBtn:disabled{opacity:.4;cursor:not-allowed}.SlabbysChat-module-scss-module__KJut5a__toggleWrap{flex-shrink:0;position:relative}.SlabbysChat-module-scss-module__KJut5a__toggleWrap:hover .SlabbysChat-module-scss-module__KJut5a__minimizeBtn{opacity:1;transform:scale(1)}.SlabbysChat-module-scss-module__KJut5a__minimizeBtn{z-index:2;background:var(--color-bg-primary,#fff);border:1px solid var(--color-border-primary,#ddd);width:24px;height:24px;color:var(--color-text-secondary,#666);cursor:pointer;opacity:0;border-radius:50%;justify-content:center;align-items:center;transition:opacity .2s,transform .2s,background .15s;display:flex;position:absolute;top:-2px;left:-2px;transform:scale(.6);box-shadow:0 2px 6px #0000001f}.SlabbysChat-module-scss-module__KJut5a__minimizeBtn:hover{color:#fff;background:#e74c3c;border-color:#e74c3c}.SlabbysChat-module-scss-module__KJut5a__chatToggle{cursor:grab;width:56px;height:56px;box-shadow:none;color:#fff;touch-action:none;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:transform .2s;display:flex;position:relative}.SlabbysChat-module-scss-module__KJut5a__chatToggle:active{cursor:grabbing}.SlabbysChat-module-scss-module__KJut5a__chatToggleOpen{box-shadow:none;cursor:pointer;background:0 0}.SlabbysChat-module-scss-module__KJut5a__restoreTab{z-index:9999;background:var(--color-bg-primary,#fff);border:1px solid var(--color-border-primary,#ddd);cursor:pointer;border-right:none;border-radius:12px 0 0 12px;justify-content:center;align-items:center;width:44px;height:44px;padding:0;transition:transform .2s,box-shadow .2s;display:flex;position:fixed;bottom:24px;right:0;box-shadow:-2px 2px 10px #0000001f}.SlabbysChat-module-scss-module__KJut5a__restoreTab:hover{transform:translate(-4px);box-shadow:-4px 2px 14px #0000002e}.SlabbysChat-module-scss-module__KJut5a__restoreIcon{object-fit:cover;border-radius:50%;width:28px;height:28px}.SlabbysChat-module-scss-module__KJut5a__toggleIcon{object-fit:cover;pointer-events:none;filter:drop-shadow(0 4px 12px #00000059);border-radius:50%;width:56px;height:56px}.SlabbysChat-module-scss-module__KJut5a__toggleLabel{text-align:center;color:var(--color-text-secondary,#666);pointer-events:none;text-shadow:0 1px 3px #fffc;margin-top:-4px;font-size:11px;font-weight:700;display:block}@keyframes SlabbysChat-module-scss-module__KJut5a__tooltipPop{0%{opacity:0;transform:scale(.7)translate(12px)}60%{opacity:1;transform:scale(1.05)translate(0)}to{opacity:1;transform:scale(1)translate(0)}}@keyframes SlabbysChat-module-scss-module__KJut5a__tooltipFade{0%{opacity:1}to{opacity:0;pointer-events:none}}.SlabbysChat-module-scss-module__KJut5a__helpTooltip{color:#1a1a1a;white-space:nowrap;background:#fff;border-radius:20px;align-self:center;margin-right:4px;padding:8px 14px;font-size:13px;font-weight:600;animation:.45s cubic-bezier(.34,1.56,.64,1) forwards SlabbysChat-module-scss-module__KJut5a__tooltipPop;position:relative;box-shadow:0 4px 16px #0000002e}.SlabbysChat-module-scss-module__KJut5a__helpTooltipArrow{border-top:7px solid #0000;border-bottom:7px solid #0000;border-left:8px solid #fff;width:0;height:0;position:absolute;top:50%;right:-7px;transform:translateY(-50%)}.SlabbysChat-module-scss-module__KJut5a__notificationDot{background:#2ecc71;border:2px solid #fff;border-radius:50%;width:11px;height:11px;animation:1.5s infinite SlabbysChat-module-scss-module__KJut5a__pulse;position:absolute;top:4px;right:4px}@keyframes SlabbysChat-module-scss-module__KJut5a__pulse{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}@media (max-width:440px){.SlabbysChat-module-scss-module__KJut5a__chatWidget{bottom:80px;right:12px}.SlabbysChat-module-scss-module__KJut5a__chatWidgetWithNav{bottom:140px}.SlabbysChat-module-scss-module__KJut5a__chatPanel{border-radius:12px;width:calc(100vw - 24px);max-height:calc(100dvh - 160px)}.SlabbysChat-module-scss-module__KJut5a__minimizeBtn{opacity:1;transform:scale(1)}}
*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;tab-size:4;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:#0000;scroll-behavior:smooth;overflow-x:hidden}body{line-height:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;overflow-x:hidden}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-feature-settings:normal;font-variation-settings:normal;font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;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}button,input,optgroup,select,textarea{font-feature-settings:inherit;font-variation-settings:inherit;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;background:0 0;border:0;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){appearance:button;cursor:pointer}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[type=search]{appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{margin:0;padding:0;list-style:none}dialog{padding:0}textarea{resize:vertical}::placeholder{opacity:1}img,svg,video,canvas,audio,iframe,embed,object{display:block}img,video{max-width:100%;height:auto}[hidden]{display:none}:root,[data-theme=light]{--color-bg-primary:#fff;--color-bg-secondary:#fafafa;--color-bg-tertiary:#f4f4f5;--color-bg-elevated:#fff;--color-bg-overlay:#00000080;--color-text-primary:#09090b;--color-text-secondary:#52525b;--color-text-tertiary:#a1a1aa;--color-text-inverse:#fff;--color-text-link:#09090b;--color-text-link-hover:#000;--color-text-accent:#09090b;--color-brand-primary:#09090b;--color-brand-secondary:#18181b;--color-brand-accent:#09090b;--color-brand-accent-light:#27272a;--color-brand-accent-dark:#000;--color-border-primary:#e4e4e7;--color-border-secondary:#d4d4d8;--color-border-focus:#09090b;--color-border-error:#dc2626;--color-gray-50:#fafafa;--color-gray-100:#f4f4f5;--color-gray-200:#e4e4e7;--color-gray-300:#d4d4d8;--color-gray-400:#a1a1aa;--color-gray-500:#71717a;--color-gray-600:#52525b;--color-gray-700:#3f3f46;--color-gray-800:#27272a;--color-gray-900:#18181b;--color-gray-950:#09090b;--color-success:#16a34a;--color-success-light:#f0fdf4;--color-success-dark:#15803d;--color-warning:#ca8a04;--color-warning-light:#fefce8;--color-warning-dark:#a16207;--color-error:#dc2626;--color-error-light:#fef2f2;--color-error-dark:#b91c1c;--color-info:#2563eb;--color-info-light:#eff6ff;--color-info-dark:#1d4ed8;--color-psa:#c8102e;--color-psa-light:#fef2f2;--color-psa-dark:#a50d24;--color-beckett:#09090b;--color-beckett-light:#f4f4f5;--color-beckett-dark:#000;--color-accent-alpha-03:#09090b08;--color-accent-alpha-05:#09090b0d;--color-accent-alpha-10:#09090b1a;--color-accent-alpha-15:#09090b26;--color-accent-alpha-20:#09090b33;--color-accent-alpha-30:#09090b4d;--color-accent-alpha-40:#09090b66;--color-error-alpha-15:#dc262626;--color-overlay-light:#fffc;--color-overlay-lighter:#ffffffb3;--shadow-xs:0 1px 2px 0 #0000000d;--shadow-sm:0 1px 3px 0 #00000014,0 1px 2px -1px #0000000f;--shadow-md:0 4px 6px -1px #00000014,0 2px 4px -2px #0000000f;--shadow-lg:0 10px 15px -3px #00000014,0 4px 6px -4px #0000000a;--shadow-xl:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000000f;--shadow-2xl:0 25px 50px -12px #00000026;--shadow-inner:inset 0 2px 4px 0 #0000000a;--shadow-glow:0 0 0 1px #09090b14,0 4px 14px #09090b14;--shadow-glow-lg:0 0 0 1px #09090b1a,0 8px 30px #09090b1f;--color-header-backdrop:#ffffffd9;--color-scrollbar-track:#fafafa;--color-scrollbar-thumb:#d4d4d8;--color-scrollbar-thumb-hover:#a1a1aa}[data-theme=dark]{--color-bg-primary:#09090b;--color-bg-secondary:#111113;--color-bg-tertiary:#18181b;--color-bg-elevated:#18181b;--color-bg-overlay:#000000b3;--color-text-primary:#fafafa;--color-text-secondary:#a1a1aa;--color-text-tertiary:#71717a;--color-text-inverse:#09090b;--color-text-link:#fafafa;--color-text-link-hover:#fff;--color-text-accent:#fafafa;--color-brand-primary:#fafafa;--color-brand-secondary:#e4e4e7;--color-brand-accent:#fafafa;--color-brand-accent-light:#d4d4d8;--color-brand-accent-dark:#fff;--color-border-primary:#27272a;--color-border-secondary:#3f3f46;--color-border-focus:#fafafa;--color-border-error:#ef4444;--color-gray-50:#18181b;--color-gray-100:#27272a;--color-gray-200:#3f3f46;--color-gray-300:#52525b;--color-gray-400:#71717a;--color-gray-500:#a1a1aa;--color-gray-600:#d4d4d8;--color-gray-700:#e4e4e7;--color-gray-800:#f4f4f5;--color-gray-900:#fafafa;--color-gray-950:#fff;--color-success:#22c55e;--color-success-light:#16a34a26;--color-success-dark:#16a34a;--color-warning:#eab308;--color-warning-light:#ca8a0426;--color-warning-dark:#ca8a04;--color-error:#ef4444;--color-error-light:#dc262626;--color-error-dark:#dc2626;--color-info:#3b82f6;--color-info-light:#2563eb26;--color-info-dark:#2563eb;--color-psa:#ef4444;--color-psa-light:#c8102e26;--color-psa-dark:#dc2626;--color-beckett:#fafafa;--color-beckett-light:#fafafa14;--color-beckett-dark:#fff;--color-accent-alpha-03:#fafafa08;--color-accent-alpha-05:#fafafa0f;--color-accent-alpha-10:#fafafa1a;--color-accent-alpha-15:#fafafa26;--color-accent-alpha-20:#fafafa33;--color-accent-alpha-30:#fafafa40;--color-accent-alpha-40:#fafafa59;--color-error-alpha-15:#ef444433;--color-overlay-light:#09090bcc;--color-overlay-lighter:#09090bb3;--shadow-xs:0 1px 2px 0 #0000004d;--shadow-sm:0 1px 3px 0 #0006,0 1px 2px -1px #0000004d;--shadow-md:0 4px 6px -1px #0006,0 2px 4px -2px #0000004d;--shadow-lg:0 10px 15px -3px #0006,0 4px 6px -4px #0003;--shadow-xl:0 20px 25px -5px #00000080,0 8px 10px -6px #0000004d;--shadow-2xl:0 25px 50px -12px #0009;--shadow-inner:inset 0 2px 4px 0 #0003;--shadow-glow:0 0 0 1px #ffffff0f,0 4px 14px #0000004d;--shadow-glow-lg:0 0 0 1px #ffffff14,0 8px 30px #0006;--color-header-backdrop:#09090bd9;--color-scrollbar-track:#18181b;--color-scrollbar-thumb:#3f3f46;--color-scrollbar-thumb-hover:#52525b}.h1{letter-spacing:-.025em;color:var(--color-text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.25rem;font-weight:700;line-height:1.2}@media (min-width:768px){.h1{font-size:3rem}}@media (min-width:1024px){.h1{font-size:3.75rem}}.h2{letter-spacing:-.025em;color:var(--color-text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.875rem;font-weight:700;line-height:1.2}@media (min-width:768px){.h2{font-size:2.25rem}}.h3{color:var(--color-text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:600;line-height:1.375}@media (min-width:768px){.h3{font-size:1.875rem}}.h4{color:var(--color-text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.25rem;font-weight:600;line-height:1.375}.h5{color:var(--color-text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:600;line-height:1.375}.body-lg{color:var(--color-text-secondary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.625}.body{color:var(--color-text-secondary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5}.body-sm{color:var(--color-text-secondary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5}.caption{color:var(--color-text-tertiary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.75rem;font-weight:400;line-height:1.5}.overline{letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-tertiary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.75rem;font-weight:600;line-height:1.5}.label{color:var(--color-text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:500;line-height:1.5}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-16px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slideOutRight{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes slideInUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes bounce{0%,to{animation-timing-function:cubic-bezier(.8,0,1,1);transform:translateY(-5%)}50%{animation-timing-function:cubic-bezier(0,0,.2,1);transform:translateY(0)}}@keyframes progressPulse{0%{box-shadow:0 0 0 0 var(--color-accent-alpha-40)}70%{box-shadow:0 0 0 10px #0000}to{box-shadow:0 0 #0000}}html{scroll-behavior:smooth;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;font-size:16px}@media (prefers-color-scheme:dark){html{--lightningcss-light: ;--lightningcss-dark:initial}}body{color:var(--color-text-primary);background-color:var(--color-bg-primary);min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;transition:background-color .2s,color .2s;overflow-x:hidden}::selection{background-color:var(--color-accent-alpha-20);color:var(--color-text-primary)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-scrollbar-track)}::-webkit-scrollbar-thumb{background:var(--color-scrollbar-thumb);border-radius:9999px}::-webkit-scrollbar-thumb:hover{background:var(--color-scrollbar-thumb-hover)}:focus-visible{outline:2px solid var(--color-brand-accent);outline-offset:2px}a{transition:color .15s}img{-webkit-user-select:none;user-select:none}@media print{body{color:#000!important;background:#fff!important}header,footer{display:none!important}}
