@layer base{._content_1hxhe_2{max-width:20rem;padding:var(--spacing-2) var(--spacing-3);background-color:var(--popup);color:var(--popup-foreground);border-radius:var(--radius);font-size:.875rem;line-height:1.4;box-shadow:var(--shadow-md);font-family:var(--font-family-base);border:1px solid var(--border);z-index:var(--z-overlay);overflow-wrap:break-word;word-break:keep-all;animation-duration:var(--animation-duration-normal);animation-timing-function:cubic-bezier(.16,1,.3,1);will-change:transform,opacity}._content_1hxhe_2[data-state=delayed-open][data-side=top]{animation-name:_slideDownAndFade_1hxhe_1}._content_1hxhe_2[data-state=delayed-open][data-side=bottom]{animation-name:_slideUpAndFade_1hxhe_1}._content_1hxhe_2[data-state=delayed-open][data-side=left]{animation-name:_slideRightAndFade_1hxhe_1}._content_1hxhe_2[data-state=delayed-open][data-side=right]{animation-name:_slideLeftAndFade_1hxhe_1}@keyframes _slideUpAndFade_1hxhe_1{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes _slideDownAndFade_1hxhe_1{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes _slideLeftAndFade_1hxhe_1{0%{opacity:0;transform:translate(4px)}to{opacity:1;transform:translate(0)}}@keyframes _slideRightAndFade_1hxhe_1{0%{opacity:0;transform:translate(-4px)}to{opacity:1;transform:translate(0)}}}@layer base{._toaster_uhdob_2{--viewport-padding: var(--spacing-4);--toast-width: 360px;--toast-border-radius: var(--radius);--toast-font-family: var(--font-family-base);--toast-animation-duration: var(--animation-duration-normal)}._toast_uhdob_2{display:flex;align-items:flex-start;gap:var(--spacing-3);padding:var(--spacing-4);background-color:var(--card);color:var(--card-foreground);border-radius:var(--radius);box-shadow:var(--shadow-md);border:1px solid var(--border);width:var(--toast-width);position:relative;animation:_slideIn_uhdob_1 var(--toast-animation-duration) cubic-bezier(.16,1,.3,1);transition:transform .2s ease,opacity .2s ease}._toast_uhdob_2:focus{outline:none;box-shadow:var(--shadow-focus)}._toast_uhdob_2:hover{transform:translateY(-2px)}._content_uhdob_35{flex:1;display:flex;flex-direction:column;gap:var(--spacing-1);min-width:0}._title_uhdob_43{font-weight:600;font-size:1rem;color:var(--card-foreground);line-height:1.4}._description_uhdob_50{font-size:.875rem;color:var(--muted-foreground);line-height:1.4}._icon_uhdob_56{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:1.5rem;height:1.5rem;color:var(--primary)}._actionButton_uhdob_66{padding:var(--spacing-2) var(--spacing-3);background-color:var(--primary);color:var(--primary-foreground);border:none;border-radius:var(--radius-sm);font-weight:500;font-size:.875rem;cursor:pointer;transition:background-color var(--animation-duration-fast) ease;margin-left:var(--spacing-2);white-space:nowrap}._actionButton_uhdob_66:hover{background-color:color-mix(in srgb,var(--primary) 90%,black)}._actionButton_uhdob_66:focus-visible{outline:none;box-shadow:var(--shadow-focus)}._actionButton_uhdob_66:active{background-color:color-mix(in srgb,var(--primary) 80%,black)}._cancelButton_uhdob_93{padding:var(--spacing-2) var(--spacing-3);background-color:var(--muted);color:var(--muted-foreground);border:none;border-radius:var(--radius-sm);font-weight:500;font-size:.875rem;cursor:pointer;transition:background-color var(--animation-duration-fast) ease;white-space:nowrap}._cancelButton_uhdob_93:hover{background-color:color-mix(in srgb,var(--muted) 80%,white)}._cancelButton_uhdob_93:focus-visible{outline:none;box-shadow:var(--shadow-focus)}._cancelButton_uhdob_93:active{background-color:color-mix(in srgb,var(--muted) 75%,white)}._closeButton_uhdob_119{position:absolute;top:var(--spacing-2);right:var(--spacing-2);display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:var(--radius-sm);background-color:transparent;color:var(--muted-foreground);border:none;cursor:pointer;opacity:.7;transition:opacity var(--animation-duration-fast) ease,background-color var(--animation-duration-fast) ease}._closeButton_uhdob_119:hover{opacity:1;background-color:var(--muted)}._closeButton_uhdob_119:focus-visible{outline:none;box-shadow:var(--shadow-focus);opacity:1}.dark ._toast_uhdob_2{border-color:var(--border)}.dark ._actionButton_uhdob_66:hover{background-color:color-mix(in srgb,var(--primary) 90%,white)}.dark ._actionButton_uhdob_66:active{background-color:color-mix(in srgb,var(--primary) 80%,white)}.dark ._cancelButton_uhdob_93:hover{background-color:color-mix(in srgb,var(--muted) 80%,black)}.dark ._cancelButton_uhdob_93:active{background-color:color-mix(in srgb,var(--muted) 70%,black)}@keyframes _slideIn_uhdob_1{0%{transform:translate(calc(100% + var(--viewport-padding)));opacity:0}to{transform:translate(0);opacity:1}}}@layer base{._overlay_1l77f_2{position:fixed;inset:0;background-color:#0000;z-index:var(--z-overlay);display:flex;align-items:flex-end;justify-content:center;transition:background-color .35s ease-out;pointer-events:none}._overlay_1l77f_2._visible_1l77f_14{background-color:#0006;pointer-events:auto}._banner_1l77f_19{background-color:var(--surface);color:var(--surface-foreground);width:100%;max-width:32rem;border-radius:1.5rem 1.5rem 0 0;padding:var(--spacing-6);transform:translateY(100%);transition:transform .35s ease-out;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;gap:var(--spacing-4);will-change:transform}._overlay_1l77f_2._visible_1l77f_14 ._banner_1l77f_19{transform:translateY(0)}._header_1l77f_39{display:flex;align-items:center;gap:var(--spacing-4)}._icon_1l77f_45{width:48px;height:48px;border-radius:var(--radius-lg);object-fit:cover;flex-shrink:0;box-shadow:var(--shadow)}._textContainer_1l77f_54{flex:1}._title_1l77f_58{font-size:1.125rem;font-weight:700;margin:0;color:var(--foreground);line-height:1.2}._subtitle_1l77f_66{font-size:.875rem;color:var(--muted-foreground);margin:0;margin-top:var(--spacing-1);line-height:1.4}._closeBtn_1l77f_74{background:transparent;border:none;color:var(--muted-foreground);cursor:pointer;padding:var(--spacing-2);display:flex;align-items:center;justify-content:center;border-radius:var(--radius-full);transition:background-color var(--animation-duration-fast) ease,color var(--animation-duration-fast) ease}._closeBtn_1l77f_74:hover{background-color:var(--muted);color:var(--foreground)}._installBtn_1l77f_93{width:100%;background:linear-gradient(to right,#f97316,#ea580c);color:#fff;border:none;border-radius:var(--radius-full);padding:var(--spacing-3) var(--spacing-6);font-size:1rem;font-weight:700;cursor:pointer;box-shadow:0 4px 14px #ea580c66;transition:transform var(--animation-duration-fast) ease,box-shadow var(--animation-duration-fast) ease;text-align:center}._installBtn_1l77f_93:active{transform:scale(.98);box-shadow:0 2px 8px #ea580c66}._laterBtn_1l77f_114{background:transparent;border:none;color:var(--muted-foreground);font-size:.875rem;font-weight:500;padding:var(--spacing-2);cursor:pointer;text-align:center;width:100%;transition:color var(--animation-duration-fast) ease}._laterBtn_1l77f_114:hover{color:var(--foreground)}._iosInstruction_1l77f_131{background-color:var(--background);padding:var(--spacing-4);border-radius:var(--radius-md);border:1px solid var(--border)}._iosLabel_1l77f_138{display:block;font-size:.75rem;font-weight:700;text-transform:uppercase;color:var(--primary);margin-bottom:var(--spacing-2);letter-spacing:.05em}._iosText_1l77f_148{font-size:.875rem;line-height:1.5;color:var(--foreground);margin:0}}._root_9xhkm_1{position:fixed;right:max(16px,env(safe-area-inset-right));bottom:84px;z-index:9999;font-family:Inter,system-ui,sans-serif;display:flex;flex-direction:column;align-items:flex-end}._fabWrapper_9xhkm_2{display:flex;flex-direction:column;align-items:center;gap:4px;margin-left:auto}._fab_9xhkm_2{width:58px;height:58px;padding:0;display:flex;align-items:center;justify-content:center;border:2px solid #fff;border-radius:50%;color:#fff;background:linear-gradient(135deg,#2563eb,#0f55c8);box-shadow:0 12px 30px #1d4ed84d,0 2px 8px #0f172a33;font-weight:850;cursor:pointer;overflow:hidden;flex-shrink:0}._fab_9xhkm_2 svg{width:24px;height:24px}._fab_9xhkm_2 img{width:100%;height:100%;object-fit:cover}._fabLabel_9xhkm_6{font-size:10px;font-weight:700;color:#334155;background:#fff;padding:2px 8px;border-radius:10px;box-shadow:0 2px 6px #0000001a;white-space:nowrap}._panel_9xhkm_7{width:min(360px,calc(100vw - 24px));margin-bottom:10px;overflow:hidden;border:1px solid #dbeafe;border-radius:20px;background:#fff;box-shadow:0 22px 60px #0f172a33;animation:_rise_9xhkm_1 .18s ease-out}._panel_9xhkm_7 header{padding:14px;display:flex;align-items:center;gap:10px;color:#fff;background:linear-gradient(135deg,#10275b,#2563eb)}._avatar_9xhkm_9{width:46px;height:46px;display:grid;place-items:center;border-radius:50%;background:#fff2;border:2px solid #fff;box-shadow:0 2px 8px #0f172a33;overflow:hidden}._avatar_9xhkm_9 img{width:100%;height:100%;object-fit:cover}._avatar_9xhkm_9 svg{width:21px}._panel_9xhkm_7 header>div:nth-child(2){display:grid;flex:1}._panel_9xhkm_7 header b{font-size:14px}._panel_9xhkm_7 header span{display:flex;align-items:center;gap:5px;color:#dbeafe;font-size:10px}._panel_9xhkm_7 header i{width:7px;height:7px;border-radius:50%;background:#4ade80}._panel_9xhkm_7 header button{width:34px;height:34px;display:grid;place-items:center;border:0;border-radius:10px;color:#fff;background:#ffffff18}._panel_9xhkm_7 header button svg{width:18px}._body_9xhkm_18{max-height:310px;padding:14px;overflow:auto;background:#f5f9ff}._message_9xhkm_19{max-width:92%;padding:11px 12px;border-radius:6px 15px 15px;color:#334155;background:#fff;box-shadow:0 3px 12px #1e3a5f12;font-size:12px;line-height:1.5}._body_9xhkm_18>small{display:block;margin:14px 0 7px;color:#64748b;font-size:9px;font-weight:900;letter-spacing:.08em}._topics_9xhkm_21{display:grid;grid-template-columns:1fr 1fr;gap:7px}._topics_9xhkm_21 button{min-height:46px;padding:8px;display:flex;align-items:center;gap:6px;text-align:left;border:1px solid #dbeafe;border-radius:11px;color:#1e40af;background:#fff;font-size:10px;font-weight:800}._topics_9xhkm_21 svg{width:16px;flex:none}._panel_9xhkm_7 form{padding:10px;display:flex;gap:7px;border-top:1px solid #e2e8f0}._panel_9xhkm_7 form input{min-width:0;flex:1;padding:11px;border:1px solid #cbd5e1;border-radius:11px;outline:none;font-size:12px}._panel_9xhkm_7 form input:focus{border-color:#2563eb}._panel_9xhkm_7 form button{width:42px;display:grid;place-items:center;border:0;border-radius:11px;color:#fff;background:#2563eb}._panel_9xhkm_7 form svg{width:17px}._whatsapp_9xhkm_29{margin:0 10px 10px;padding:10px;display:flex;align-items:center;justify-content:center;gap:7px;border-radius:11px;color:#fff;background:#16a34a;text-decoration:none;font-size:11px;font-weight:850}._whatsapp_9xhkm_29 svg{width:17px}@keyframes _rise_9xhkm_1{0%{opacity:0;transform:translateY(10px) scale(.97)}to{opacity:1;transform:none}}@media(max-width:520px){._root_9xhkm_1{right:12px;bottom:82px}._fab_9xhkm_2{width:54px;height:54px}._panel_9xhkm_7{width:calc(100vw - 24px)}}._root_hrp22_1{position:fixed;left:max(14px,env(safe-area-inset-left));bottom:84px;z-index:9998;font-family:Inter,system-ui,sans-serif}._notice_hrp22_1{width:290px;padding:13px;display:flex;align-items:flex-start;gap:9px;border:1px solid #bbf7d0;border-radius:15px;background:#fff;box-shadow:0 18px 45px #0f172a35;animation:_pop_hrp22_1 .2s ease-out}._notice_hrp22_1>svg{width:24px;color:#16a34a}._notice_hrp22_1>button{position:absolute;right:7px;top:7px;width:27px;height:27px;display:grid;place-items:center;border:0;border-radius:8px;color:#64748b;background:#f1f5f9}._notice_hrp22_1>button svg{width:14px}._notice_hrp22_1>div{display:grid;padding-right:20px}._notice_hrp22_1 small{color:#16a34a;font-size:8px;font-weight:950;letter-spacing:.08em}._notice_hrp22_1 b{font-size:12px;color:#172554}._notice_hrp22_1 span{font-size:10px;color:#64748b}._notice_hrp22_1 em{margin-top:3px;color:#b45309;font-size:9px;font-style:normal;font-weight:750}._notice_hrp22_1 a{margin-top:7px;color:#1d4ed8;font-size:10px;font-weight:850}@keyframes _pop_hrp22_1{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@media(max-width:520px){._root_hrp22_1{left:10px;bottom:82px}._notice_hrp22_1{width:min(290px,calc(100vw - 24px))}}:root{--z-overlay: 400;--z-spotlight: 1000;--z-critical: 2000;--spacing-1: .25rem;--spacing-2: .5rem;--spacing-3: .75rem;--spacing-4: 1rem;--spacing-6: 1.5rem;--spacing-8: 2rem;--spacing-12: 3rem;--spacing-16: 4rem;--spacing-20: 5rem;--background: #f0f4ff;--foreground: #1a1a2e;--surface: #ffffff;--surface-foreground: #1a1a2e;--sidebar: #ffffff;--sidebar-foreground: #1a1a2e;--card: #ffffff;--card-foreground: #1a1a2e;--popup: #ffffff;--popup-foreground: #1a1a2e;--primary: #1e6ee6;--primary-foreground: #ffffff;--secondary: #e2e8f0;--secondary-foreground: #1a1a2e;--accent: #22c55e;--accent-foreground: #ffffff;--muted: #f1f5f9;--muted-foreground: #64748b;--success: #22c55e;--success-foreground: #ffffff;--error: #ef4444;--error-foreground: #ffffff;--warning: #f59e0b;--warning-foreground: #ffffff;--info: #3b82f6;--info-foreground: #ffffff;--info-hover: #2563eb;--info-active: #1d4ed8;--border: #e2e8f0;--font-family-base: "Inter", system-ui, sans-serif;--font-family-display: "Inter", system-ui, sans-serif;--font-family-monospace: "JetBrains Mono", monospace;--font-family-cursive: cursive;--radius-sm: .5rem;--radius: .75rem;--radius-md: 1rem;--radius-lg: 1.5rem;--radius-full: 9999px;--shadow: 0 4px 6px -1px rgba(0, 0, 0, .05), 0 2px 4px -1px rgba(0, 0, 0, .03);--shadow-md: 0 10px 15px -3px rgba(0, 0, 0, .08), 0 4px 6px -2px rgba(0, 0, 0, .04);--shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--shadow-focus: 0 0 0 2px var(--background), 0 0 0 4px var(--primary);--animation-duration-fast: .15s;--animation-duration-normal: .25s;--animation-duration-slow: .35s;--chart-color-1: #1e6ee6;--chart-color-2: #22c55e;--chart-color-3: #f59e0b;--chart-color-4: #8b5cf6;--chart-color-5: #ef4444}.dark{--background: hsl(224, 61%, 6%);--foreground: hsl(210, 40%, 98%);--surface: hsl(222, 47%, 11%);--surface-foreground: hsl(210, 40%, 98%);--sidebar: hsl(222, 47%, 11%);--sidebar-foreground: hsl(210, 40%, 98%);--card: hsl(222, 47%, 13%);--card-foreground: hsl(210, 40%, 98%);--popup: hsl(222, 47%, 15%);--popup-foreground: hsl(210, 40%, 98%);--primary: hsl(212, 100%, 48%);--primary-foreground: hsl(0, 0%, 100%);--secondary: hsl(222, 30%, 20%);--secondary-foreground: hsl(210, 40%, 98%);--accent: hsl(142, 70%, 45%);--accent-foreground: hsl(0, 0%, 100%);--muted: hsl(222, 30%, 18%);--muted-foreground: hsl(215, 20%, 65%);--success: hsl(142, 70%, 45%);--success-foreground: hsl(0, 0%, 100%);--error: hsl(348, 83%, 47%);--error-foreground: hsl(0, 0%, 100%);--warning: hsl(38, 92%, 50%);--warning-foreground: hsl(0, 0%, 100%);--info: hsl(212, 100%, 48%);--info-foreground: hsl(0, 0%, 100%);--info-hover: hsl(212, 100%, 55%);--info-active: hsl(212, 100%, 40%);--border: hsl(222, 30%, 22%);--shadow: 0 4px 6px -1px rgba(0, 0, 0, .3), 0 2px 4px -1px rgba(0, 0, 0, .2);--shadow-md: 0 10px 15px -3px rgba(0, 0, 0, .4), 0 4px 6px -2px rgba(0, 0, 0, .2);--shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, .5), 0 10px 10px -5px rgba(0, 0, 0, .2)}@layer base{:root{--safe-area-inset-top: env(safe-area-inset-top, 0px);--safe-area-inset-right: env(safe-area-inset-right, 0px);--safe-area-inset-bottom: env(safe-area-inset-bottom, 0px);--safe-area-inset-left: env(safe-area-inset-left, 0px)}ul{list-style-type:none;margin:0;padding:0}body{background:var(--background);color:var(--foreground);font-family:var(--font-family-base)}*{box-sizing:border-box;padding:0;margin:0}button{border:none;background:none;cursor:pointer;font-family:inherit;font-size:inherit;color:inherit}a{color:inherit;text-decoration:none}th,td{display:table-cell!important}}.rbc-month-view{overflow:visible!important}
