.notify-root{top:calc(.85rem + env(safe-area-inset-top,0));z-index:120;pointer-events:none;flex-direction:column;align-items:stretch;gap:.6rem;display:flex;position:fixed;left:.85rem;right:.85rem}.notify-item{--notify-accent:#3498db;background:var(--notify-bg);width:100%;max-width:22rem;color:var(--notify-text);box-shadow:var(--notify-shadow);pointer-events:auto;border:0;border-radius:5px;grid-template-columns:auto 1fr auto;align-items:center;gap:.85rem;margin-left:auto;padding:.95rem .9rem 1.15rem 1rem;animation:.35s notify-fade-in-down;display:grid;position:relative;overflow:hidden}.notify-item.is-leaving{animation:.25s forwards notify-fade-out-up}@keyframes notify-fade-in-down{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translate(0,0)}}@keyframes notify-fade-out-up{0%{opacity:1;transform:translate(0,0)}to{opacity:0;transform:translateY(-20px)}}.notify-item:before{content:"";background:var(--notify-accent);width:4px;position:absolute;top:0;bottom:0;left:0}.notify-item-icon{background:var(--notify-accent);color:#fff;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;display:inline-flex}.notify-item-icon svg{flex-shrink:0;width:1rem;height:1rem;display:block}.notify-item-body{min-width:0}.notify-item-message{color:var(--notify-text);margin:0;font-size:.9rem;font-weight:500;line-height:1.45}.notify-item-close{width:1.5rem;height:1.5rem;color:var(--notify-close);cursor:pointer;background:0 0;border:0;border-radius:.35rem;justify-content:center;align-self:flex-start;align-items:center;margin-top:-.15rem;margin-right:-.15rem;padding:0;font-size:1.15rem;font-weight:400;line-height:1;transition:color .2s,background-color .2s,transform .2s,box-shadow .2s;display:inline-flex}.notify-item-close:hover{color:var(--notify-close-hover);background:var(--notify-close-hover-bg);box-shadow:0 0 0 1px var(--notify-close-hover-ring);transform:scale(1.08)}.notify-item-close:active{transform:scale(.96)}.notify-item-close:focus-visible{color:var(--notify-close-hover);background:var(--notify-close-hover-bg);box-shadow:0 0 0 2px var(--notify-close-hover-ring);outline:none}.notify-item-progress-track{background:var(--notify-progress-track);height:3px;position:absolute;bottom:0;left:0;right:0}.notify-item-progress{background:var(--notify-accent);transform-origin:0;height:100%;animation:linear forwards notify-progress;display:block}.notify-item:hover .notify-item-progress{animation-play-state:paused}@keyframes notify-progress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}html[data-theme=dark] .notify-item{--notify-bg:#252525;--notify-text:#fff;--notify-close:#ffffff73;--notify-close-hover:#fff;--notify-close-hover-bg:#ffffff1f;--notify-close-hover-ring:#ffffff2e;--notify-progress-track:#ffffff14;--notify-shadow:0 6px 18px #00000059}html[data-theme=dark] .notify-item--success{--notify-accent:#00c853}html[data-theme=dark] .notify-item--info{--notify-accent:#3498db}html[data-theme=dark] .notify-item--warning{--notify-accent:#f39c12}html[data-theme=dark] .notify-item--error{--notify-accent:#e74c3c}html[data-theme=light] .notify-item{--notify-bg:#fff;--notify-text:var(--foreground);--notify-close:var(--muted);--notify-close-hover:var(--foreground);--notify-close-hover-bg:#0000000f;--notify-close-hover-ring:#0000001a;--notify-progress-track:#00000014;--notify-shadow:0 4px 14px #0000001a;border:1px solid var(--border)}html[data-theme=light] .notify-item--success{--notify-accent:#00a152}html[data-theme=light] .notify-item--info{--notify-accent:#2563eb}html[data-theme=light] .notify-item--warning{--notify-accent:#d97706}html[data-theme=light] .notify-item--error{--notify-accent:#dc2626}@media (min-width:768px){.notify-root{top:calc(1rem + env(safe-area-inset-top,0));width:min(100%,22rem);left:auto;right:1rem}}
.live-chat-root{--lc-teal:var(--theme-default,#2b5f60);--lc-teal-dark:#1f4748;--lc-bg:#f0f2f5;--lc-panel:#fff;--lc-border:#e4e6eb;--lc-text:#050505;--lc-muted:#65676b;--lc-bubble-in:#e4e6eb;--lc-bubble-out:var(--lc-teal);z-index:70;pointer-events:none;flex-direction:column;align-items:flex-end;gap:.75rem;display:flex;position:fixed;bottom:1rem;right:1rem}.live-chat-root>*{pointer-events:auto}.app-sheet.live-chat-sheet,.live-chat-panel-inner{--lc-teal:var(--theme-default,#2b5f60);--lc-teal-dark:#1f4748;--lc-bg:#f0f2f5;--lc-panel:#fff;--lc-border:#e4e6eb;--lc-text:#050505;--lc-muted:#65676b;--lc-bubble-in:#e4e6eb;--lc-bubble-out:var(--lc-teal)}html[data-theme=dark] .live-chat-root,html[data-theme=dark] .app-sheet.live-chat-sheet,html[data-theme=dark] .live-chat-panel-inner{--lc-bg:#0f1419;--lc-panel:#141b22;--lc-border:#ffffff14;--lc-text:#e8edf2;--lc-muted:#9aa3ad;--lc-bubble-in:#1c242d}.live-chat-fab{background:var(--lc-teal);color:#fff;cursor:pointer;border:0;border-radius:999px;place-items:center;width:3.5rem;height:3.5rem;transition:transform .22s cubic-bezier(.22,1,.36,1),background .18s,box-shadow .22s;animation:.45s cubic-bezier(.22,1,.36,1) both live-chat-fab-in;display:grid;position:relative;box-shadow:0 10px 28px #0f172a38}.live-chat-fab svg{width:1.35rem;height:1.35rem;transition:transform .22s}.live-chat-fab:hover{background:var(--lc-teal-dark);transform:translateY(-2px)scale(1.03);box-shadow:0 14px 32px #0f172a47}.live-chat-fab.is-open{background:#1f2f3e}.live-chat-fab.is-open svg{transform:rotate(90deg)}.live-chat-badge{background:var(--theme-secondary,#c06240);color:#fff;border:2px solid var(--lc-panel);border-radius:999px;place-items:center;min-width:1.25rem;height:1.25rem;padding:0 .35rem;font-size:.7rem;font-weight:700;line-height:1;animation:.35s cubic-bezier(.22,1,.36,1) both live-chat-badge-pop;display:grid;position:absolute;top:-.15rem;right:-.1rem}@keyframes live-chat-badge-pop{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.live-chat-panel{background:var(--lc-panel);width:min(23rem,100vw - 2rem);height:min(34rem,100vh - 7rem);color:var(--lc-text);border:1px solid var(--lc-border);transform-origin:100% 100%;border-radius:1rem;flex-direction:column;animation:.32s cubic-bezier(.22,1,.36,1) both live-chat-panel-in;display:flex;overflow:hidden;box-shadow:0 18px 50px #0f172a33}.live-chat-panel>.live-chat-panel-inner{border-radius:inherit}.live-chat-header{background:var(--lc-panel);border-bottom:1px solid var(--lc-border);justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem .9rem;display:flex}.live-chat-header-user{align-items:center;gap:.7rem;min-width:0;display:flex}.live-chat-avatar{background:linear-gradient(135deg, var(--lc-teal), #3d7a7b);color:#fff;border-radius:999px;flex-shrink:0;place-items:center;width:2.5rem;height:2.5rem;font-size:.95rem;font-weight:700;display:grid;overflow:hidden}.live-chat-avatar img{object-fit:cover;width:100%;height:100%;display:block}.live-chat-backdrop{display:none}.live-chat-panel-inner{background:var(--lc-panel);height:100%;min-height:0;color:var(--lc-text);flex-direction:column;flex:1;display:flex}.live-chat-header-copy{min-width:0}.live-chat-title{letter-spacing:-.01em;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.95rem;font-weight:700;overflow:hidden}.live-chat-status{color:var(--lc-muted);white-space:nowrap;text-overflow:ellipsis;margin:.1rem 0 0;font-size:.72rem;overflow:hidden}.live-chat-status[data-state=connected]{color:#047857}.live-chat-status[data-state=failed],.live-chat-status[data-state=disconnected]{color:#b45309}.live-chat-icon-btn{background:var(--lc-bg);width:2rem;height:2rem;color:var(--lc-muted);cursor:pointer;border:0;border-radius:999px;place-items:center;display:grid}.live-chat-icon-btn svg{width:1rem;height:1rem}.live-chat-messages{background:var(--lc-bg);flex-direction:column;flex:1;gap:.4rem;padding:.9rem;display:flex;overflow-y:auto}.live-chat-load-older{background:color-mix(in srgb, var(--lc-panel) 80%, var(--lc-border));color:var(--lc-muted);border-radius:999px;margin:0 auto .35rem;padding:.35rem .7rem;font-size:.72rem;font-weight:600}.live-chat-empty{text-align:center;color:var(--lc-muted);justify-items:center;gap:.35rem;max-width:15rem;margin:auto;font-size:.875rem;display:grid}.live-chat-empty strong{color:var(--lc-text);font-size:.95rem}.live-chat-empty p{margin:0}.live-chat-empty-icon{background:color-mix(in srgb, var(--lc-teal) 14%, transparent);width:3.25rem;height:3.25rem;color:var(--lc-teal);border-radius:999px;place-items:center;margin-bottom:.25rem;display:grid}.live-chat-empty-icon svg{width:1.35rem;height:1.35rem}.live-chat-row{flex-direction:column;max-width:82%;animation:.28s cubic-bezier(.22,1,.36,1) both live-chat-msg-in;display:flex}.live-chat-row.is-out{align-self:flex-end;align-items:flex-end}.live-chat-row.is-in{align-self:flex-start;align-items:flex-start}.live-chat-bubble{white-space:pre-wrap;word-break:break-word;border-radius:1.15rem;padding:.55rem .85rem;font-size:.9rem;line-height:1.4;box-shadow:0 1px 1px #0000000a}.live-chat-bubble p{margin:0}.live-chat-row.is-out .live-chat-bubble{background:var(--lc-bubble-out);color:#fff;border-bottom-right-radius:.3rem}.live-chat-row.is-in .live-chat-bubble{background:var(--lc-bubble-in);color:var(--lc-text);border-bottom-left-radius:.3rem}.live-chat-row.is-bot .live-chat-bubble{color:#065f46;background:#d1fae5}html[data-theme=dark] .live-chat-row.is-bot .live-chat-bubble{color:#a7f3d0;background:#10b9812e}.live-chat-meta{color:var(--lc-muted);align-items:center;gap:.35rem;margin-top:.15rem;padding:0 .25rem;font-size:.68rem;display:inline-flex}.live-chat-row.is-out .live-chat-meta{justify-content:flex-end}.live-chat-receipt{width:.95rem;height:.95rem;color:var(--lc-muted);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.live-chat-receipt.is-sent{color:var(--lc-teal)}.live-chat-receipt svg{width:.85rem;height:.85rem}.live-chat-receipt-dot{opacity:.55;background:currentColor;border-radius:999px;width:.38rem;height:.38rem;animation:1s ease-in-out infinite live-chat-pulse}.live-chat-image-wrap{margin-bottom:.35rem}.live-chat-image-wrap:last-child{margin-bottom:0}.live-chat-image-frame{border-radius:.85rem;max-width:min(220px,100%);display:inline-block;position:relative;overflow:hidden}.live-chat-row.is-out .live-chat-image-frame{border-bottom-right-radius:.3rem}.live-chat-image-frame img{object-fit:cover;filter:brightness(.72);width:100%;max-height:220px;display:block}.live-chat-image-overlay{color:#fff;text-align:center;background:#0f172a47;flex-direction:column;justify-content:center;align-items:center;gap:.45rem;padding:.75rem;display:flex;position:absolute;inset:0}.live-chat-upload-spinner{border:2.5px solid #ffffff59;border-top-color:#fff;border-radius:999px;width:1.55rem;height:1.55rem;animation:.75s linear infinite live-chat-spin}.live-chat-upload-label{letter-spacing:.01em;font-size:.72rem;font-weight:600}@keyframes live-chat-spin{to{transform:rotate(360deg)}}@keyframes live-chat-pulse{0%,to{opacity:.35;transform:scale(.9)}50%{opacity:.9;transform:scale(1)}}@keyframes live-chat-fab-in{0%{opacity:0;transform:translateY(12px)scale(.86)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes live-chat-panel-in{0%{opacity:0;transform:translateY(14px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes live-chat-msg-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.live-chat-root ::selection{color:var(--lc-text);background-color:#2b5f6047}.live-chat-root ::selection{color:var(--lc-text);background-color:#2b5f6047}.live-chat-row.is-out ::selection{color:#fff;background-color:#ffffff59}.live-chat-row.is-out ::selection{color:#fff;background-color:#ffffff59}html[data-theme=dark] .live-chat-root ::selection{color:#fff;background-color:#38b2ac73}html[data-theme=dark] .live-chat-root ::selection{color:#fff;background-color:#38b2ac73}html[data-theme=dark] .live-chat-row.is-out ::selection{color:#fff;background-color:#ffffff61}html[data-theme=dark] .live-chat-row.is-out ::selection{color:#fff;background-color:#ffffff61}.live-chat-error{color:#b45309;margin:0;padding:.35rem .9rem 0;font-size:.78rem}.live-chat-composer{border-top:1px solid var(--lc-border);background:var(--lc-panel);align-items:flex-end;gap:.45rem;padding:.65rem .75rem;display:flex}.live-chat-composer-tools{flex-shrink:0;gap:.15rem;padding-bottom:.15rem;display:flex}.live-chat-tool-btn{width:2rem;height:2rem;color:var(--lc-muted);cursor:pointer;background:0 0;border:0;border-radius:999px;place-items:center;display:grid}.live-chat-tool-btn svg{width:1.15rem;height:1.15rem}.live-chat-tool-btn:hover,.live-chat-tool-btn.is-active{background:var(--lc-bg);color:var(--lc-teal)}.live-chat-composer textarea{resize:none;background:var(--lc-bg);font:inherit;color:inherit;border:0;border-radius:1.25rem;outline:none;flex:1;max-height:110px;padding:.65rem .95rem;font-size:.95rem}.live-chat-composer textarea:focus{box-shadow:inset 0 0 0 1.5px color-mix(in srgb, var(--lc-teal) 35%, transparent)}.live-chat-send{background:var(--lc-teal);color:#fff;cursor:pointer;border:0;border-radius:999px;flex-shrink:0;place-items:center;width:2.4rem;height:2.4rem;transition:background .15s;display:grid}.live-chat-send svg{width:1rem;height:1rem}.live-chat-send:hover:not(:disabled){background:var(--lc-teal-dark)}.live-chat-send:disabled{opacity:.45;cursor:not-allowed}.live-chat-emoji-panel{border-top:1px solid var(--lc-border);background:var(--lc-panel);grid-template-columns:repeat(8,minmax(0,1fr));gap:.2rem;max-height:9rem;padding:.55rem .7rem;display:grid;overflow-y:auto}.live-chat-emoji-panel button{cursor:pointer;background:0 0;border:0;border-radius:.45rem;padding:.2rem;font-size:1.15rem;line-height:1.4}.live-chat-emoji-panel button:hover{background:var(--lc-bg)}.live-chat-attach-preview{background:var(--lc-panel);border-top:1px solid var(--lc-border);padding:.55rem .85rem 0;position:relative}.live-chat-attach-preview img{object-fit:cover;border-radius:.75rem;max-width:140px;max-height:110px;display:block}.live-chat-attach-preview button{color:#fff;cursor:pointer;background:#000000a6;border:0;border-radius:999px;place-items:center;width:1.5rem;height:1.5rem;display:grid;position:absolute;top:.7rem;left:.95rem}.live-chat-attach-preview button svg{width:.8rem;height:.8rem}.live-chat-image-link{margin-bottom:.35rem;display:block}.live-chat-image-link img{object-fit:cover;border-radius:.85rem;max-width:min(220px,100%);max-height:220px;display:block}.live-chat-row.is-out .live-chat-image-link img{border-bottom-right-radius:.3rem}.live-chat-row.is-in .live-chat-image-link img{border-bottom-left-radius:.3rem}@media (max-width:1023px){.live-chat-root{right:.85rem;bottom:calc(4.75rem + env(safe-area-inset-bottom,0px))}.live-chat-fab.is-sheet-open{display:none}.live-chat-fab{width:3rem;height:3rem}.live-chat-fab:hover{transform:none}.live-chat-fab:active{transform:scale(.96)}.live-chat-composer textarea{font-size:16px}.live-chat-tool-btn,.live-chat-icon-btn{width:2.45rem;height:2.45rem}.live-chat-send{width:2.7rem;height:2.7rem}.live-chat-emoji-panel{grid-template-columns:repeat(7,minmax(0,1fr));max-height:11.5rem}.live-chat-emoji-panel button{min-height:2.45rem;font-size:1.25rem}.live-chat-row{max-width:88%}}@media (max-width:380px){.live-chat-emoji-panel{grid-template-columns:repeat(6,minmax(0,1fr))}.live-chat-row{max-width:92%}}.app-sheet.live-chat-sheet{background:var(--lc-panel,var(--surface));height:90%;max-height:100%}.live-chat-sheet .app-sheet-grabber-zone{background:var(--lc-panel,var(--surface))}.live-chat-sheet .app-sheet-body{flex-direction:column;flex:1;min-height:0;padding:0;display:flex;overflow:hidden}.live-chat-sheet .live-chat-panel-inner{flex:1;height:100%;min-height:0}.live-chat-sheet .live-chat-header{border-bottom:1px solid var(--lc-border,var(--border));flex-shrink:0;padding:.35rem 1rem .85rem}.live-chat-sheet .live-chat-messages{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;flex:1;min-height:0}.live-chat-sheet .live-chat-composer{padding:.7rem .85rem calc(.85rem + env(safe-area-inset-bottom,0px));flex-shrink:0}.live-chat-sheet .live-chat-emoji-panel,.live-chat-sheet .live-chat-attach-preview,.live-chat-sheet .live-chat-error{flex-shrink:0}
.top-loader{z-index:9999;pointer-events:none;opacity:0;height:3px;transition:opacity .25s;position:fixed;top:0;left:0;right:0}.top-loader.is-visible{opacity:1}.top-loader-bar{background:linear-gradient(90deg, var(--primary-dark) 0%, var(--primary) 55%, color-mix(in srgb, var(--primary) 70%, #fff) 100%);width:0;height:100%;box-shadow:0 0 10px color-mix(in srgb, var(--primary) 55%, transparent);transition:width .25s;position:relative}.top-loader-glow{background:linear-gradient(90deg, transparent 0%, color-mix(in srgb, var(--primary) 80%, #fff) 100%);opacity:.85;width:6rem;height:100%;position:absolute;top:0;right:0;transform:translate(35%)}
@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-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--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}}}@layer theme{:root,:host{--font-sans:var(--font-geist-sans);--font-mono:var(--font-geist-mono);--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-geist-sans);--default-mono-font-family:var(--font-geist-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{.visible{visibility:visible}.sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.fixed{position:fixed}.relative{position:relative}.static{position:static}.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}.h-full{height:100%}.min-h-full{min-height:100%}.grow{flex-grow:1}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.resize{resize:both}.flex-col{flex-direction:column}.rounded{border-radius:.25rem}.border{border-style:var(--tw-border-style);border-width:1px}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ring{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.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,)}.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{--font-geist-sans:"Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;--font-geist-mono:ui-monospace, "Cascadia Code", "Segoe UI Mono", "SFMono-Regular", Menlo, Monaco, Consolas, monospace;--site-container-max-width:80rem;--site-container-padding-x:1rem}@media (min-width:768px){:root{--site-container-padding-x:1.5rem}}:root,html[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--theme-default:#2b5f60;--theme-secondary:#c06240;--light-background:#f2f3f7b3;--body-font-color:#86909c;--chart-border:#f5f5f5;--recent-chart-bg:#fcfcfd;--light-bg:#eef1f6;--white:#fff;--light2:#f5f6f9;--sidebar-border:#0000001a;--chart-text-color:#52526ccc;--recent-dashed-border:#52526c4d;--chart-dashed-border:#52526c33;--chart-progress-light:#52526c1a;--recent-box-bg:#f2f4f7;--recent-border:#61657a40;--course-light-btn:#f2f3f7;--course-bg:#f7f7f7;--balance-profie-bg:#e0dfef;--view-grid-bg:#ecf3fa80;--view-border-marker:#307ef333;--light-slate:#f5f6f9;--text-gray:#52526ccc;--product-shadow:0px 1px 0px #52526c26;--light-shade-primary:#2b5e5e33;--bs-heading-color:#1f2f3e;--bs-card-color:var(--body-font-color);--bs-card-cap-color:#9b9b9b;--background:var(--light2);--background-muted:var(--light-bg);--surface:var(--white);--surface-muted:var(--recent-box-bg);--foreground:var(--bs-heading-color);--muted:var(--body-font-color);--primary:var(--theme-default);--primary-dark:#234e4f;--primary-muted:var(--light-shade-primary);--primary-hover-bg:#2b5f601a;--primary-active-bg:#2b5f6024;--secondary:var(--theme-secondary);--border:var(--sidebar-border);--shadow:var(--product-shadow);--success:#047857;--danger:#b91c1c;--info:#1d4ed8;--auth-neu-bg:#e8ebf0;--auth-neu-text:var(--foreground);--auth-neu-muted:var(--muted);--auth-neu-shadow-dark:#a3abbb73;--auth-neu-shadow-light:#fffffff2;--auth-neu-backdrop:#e4e8ee}html[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--theme-default:#2b5f60;--theme-secondary:#c06240;--light-background:#1f2028a6;--recent-chart-bg:#262932;--light-bg:#172121;--white:#172121;--sidebar-border:#ffffff1a;--light2:#1d1e26;--chart-border:#374558;--recent-box-bg:#1d1e26;--recent-border:#374558;--body-font-color:#fff9;--chart-text-color:#656571;--course-light-btn:var(--light-bg);--view-grid-bg:var(--light-bg);--view-border-marker:#2c2c45d4;--light-slate:#1c1d26;--text-gray:#9898a9cc;--product-shadow:0px 1px 0px #374657;--light-shade-primary:#2b5e5e33;--bs-heading-color:#ffffffd7;--bs-card-color:#ffffffd7;--bs-card-cap-color:#ffffff80;--background:#000;--background-muted:var(--light2);--surface:var(--white);--surface-muted:var(--recent-box-bg);--foreground:var(--bs-heading-color);--muted:var(--body-font-color);--primary:var(--theme-default);--primary-dark:#234e4f;--primary-muted:var(--light-shade-primary);--primary-hover-bg:#2b5f601a;--primary-active-bg:#2b5f6024;--secondary:var(--theme-secondary);--border:var(--sidebar-border);--shadow:var(--product-shadow);--success:#34d399;--danger:#f87171;--info:#60a5fa;--auth-neu-bg:var(--surface)}@supports (color:color-mix(in lab, red, red)){html[data-theme=dark]{--auth-neu-bg:color-mix(in srgb, var(--surface) 88%, #000)}}html[data-theme=dark]{--auth-neu-text:var(--foreground);--auth-neu-muted:var(--muted);--auth-neu-shadow-dark:#0000006b;--auth-neu-shadow-light:#ffffff0d;--auth-neu-backdrop:var(--background)}@supports (color:color-mix(in lab, red, red)){html[data-theme=dark]{--auth-neu-backdrop:color-mix(in srgb, var(--background) 82%, #000)}}:root,html[data-theme=light],html[data-theme=dark]{--skeleton-shimmer-start:var(--foreground)}@supports (color:color-mix(in lab, red, red)){:root,html[data-theme=light],html[data-theme=dark]{--skeleton-shimmer-start:color-mix(in srgb, var(--foreground) 5%, var(--surface))}}:root,html[data-theme=light],html[data-theme=dark]{--skeleton-shimmer-mid:var(--foreground)}@supports (color:color-mix(in lab, red, red)){:root,html[data-theme=light],html[data-theme=dark]{--skeleton-shimmer-mid:color-mix(in srgb, var(--foreground) 11%, var(--surface))}}:root,html[data-theme=light],html[data-theme=dark]{--skeleton-shimmer-empty-start:var(--foreground)}@supports (color:color-mix(in lab, red, red)){:root,html[data-theme=light],html[data-theme=dark]{--skeleton-shimmer-empty-start:color-mix(in srgb, var(--foreground) 3%, var(--surface))}}:root,html[data-theme=light],html[data-theme=dark]{--skeleton-shimmer-empty-mid:var(--foreground)}@supports (color:color-mix(in lab, red, red)){:root,html[data-theme=light],html[data-theme=dark]{--skeleton-shimmer-empty-mid:color-mix(in srgb, var(--foreground) 7%, var(--surface))}}:root,html[data-theme=light],html[data-theme=dark]{--skeleton-shimmer-duration:1.35s;--scrollbar-size:8px;--scrollbar-track:transparent;--scrollbar-thumb:var(--muted)}@supports (color:color-mix(in lab, red, red)){:root,html[data-theme=light],html[data-theme=dark]{--scrollbar-thumb:color-mix(in srgb, var(--muted) 42%, var(--border))}}:root,html[data-theme=light],html[data-theme=dark]{--scrollbar-thumb-hover:var(--primary)}@supports (color:color-mix(in lab, red, red)){:root,html[data-theme=light],html[data-theme=dark]{--scrollbar-thumb-hover:color-mix(in srgb, var(--primary) 68%, var(--muted))}}html,body{background-color:var(--background);color:var(--foreground)}html{overflow-x:clip}body{font-family:var(--font-geist-sans), "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;min-height:100vh;transition:background-color .25s,color .25s}::selection{background-color:var(--primary)}@supports (color:color-mix(in lab, red, red)){::selection{background-color:color-mix(in srgb, var(--primary) 28%, transparent)}}::selection{color:var(--foreground)}::-moz-selection{background-color:var(--primary)}@supports (color:color-mix(in lab, red, red)){::-moz-selection{background-color:color-mix(in srgb, var(--primary) 28%, transparent)}}::-moz-selection{color:var(--foreground)}html[data-theme=dark] ::selection{color:#fff;background-color:#38b2ac73}input[type=search]::-webkit-search-cancel-button{appearance:none;display:none}input[type=search]::-webkit-search-decoration{appearance:none;display:none}input[type=search]::-ms-clear{display:none}.page-main{flex-direction:column;flex:1;min-width:0;display:flex}@media (max-width:1023px){:root{--mobile-bottom-nav-height:calc(3.75rem + env(safe-area-inset-bottom,0))}.has-mobile-shell{padding-bottom:var(--mobile-bottom-nav-height)}}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}:is(html,body,.page-main,.elections-sidebar,.elections-page,.md-page,.md-main,.md-sidebar,.md-sidebar-stack,.chart-settings-list-wrap,.profile-settings-page,.profile-settings-sidebar,.profile-dashboard,.sports-page,.desktop-toolbar-search-dropdown,.search-modal-scroll,.app-sheet-body,.app-modal-body,.site-header-notification-body,.mobile-bottom-nav-sheet){scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track)}:is(html,body,.page-main,.elections-sidebar,.elections-page,.md-page,.md-main,.md-sidebar,.md-sidebar-stack,.chart-settings-list-wrap,.profile-settings-page,.profile-settings-sidebar,.profile-dashboard,.sports-page,.desktop-toolbar-search-dropdown,.search-modal-scroll,.app-sheet-body,.app-modal-body,.site-header-notification-body,.mobile-bottom-nav-sheet)::-webkit-scrollbar{width:var(--scrollbar-size);height:var(--scrollbar-size)}:is(html,body,.page-main,.elections-sidebar,.elections-page,.md-page,.md-main,.md-sidebar,.md-sidebar-stack,.chart-settings-list-wrap,.profile-settings-page,.profile-settings-sidebar,.profile-dashboard,.sports-page,.desktop-toolbar-search-dropdown,.search-modal-scroll,.app-sheet-body,.app-modal-body,.site-header-notification-body,.mobile-bottom-nav-sheet)::-webkit-scrollbar-track{background:var(--scrollbar-track)}:is(html,body,.page-main,.elections-sidebar,.elections-page,.md-page,.md-main,.md-sidebar,.md-sidebar-stack,.chart-settings-list-wrap,.profile-settings-page,.profile-settings-sidebar,.profile-dashboard,.sports-page,.desktop-toolbar-search-dropdown,.search-modal-scroll,.app-sheet-body,.app-modal-body,.site-header-notification-body,.mobile-bottom-nav-sheet)::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb);background-clip:padding-box;border:2px solid #0000;border-radius:999px}:is(html,body,.page-main,.elections-sidebar,.elections-page,.md-page,.md-main,.md-sidebar,.md-sidebar-stack,.chart-settings-list-wrap,.profile-settings-page,.profile-settings-sidebar,.profile-dashboard,.sports-page,.desktop-toolbar-search-dropdown,.search-modal-scroll,.app-sheet-body,.app-modal-body,.site-header-notification-body,.mobile-bottom-nav-sheet)::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-thumb-hover)}html::-webkit-scrollbar-corner{background:0 0}body::-webkit-scrollbar-corner{background:0 0}@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-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@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}
