body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f4f7f6;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;margin:0}*,:after,:before{box-sizing:border-box}:root{--primary-color:#3498db;--dark-color:#333;--light-color:#f4f4f4;--danger-color:#e74c3c;--success-color:#2ecc71;--warning-color:#f39c12}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#fff;color:#333;font-family:Roboto,sans-serif;font-size:1rem;line-height:1.6}a{color:#3498db;color:var(--primary-color);text-decoration:none}a:hover{color:#207ab7}ul{list-style:none}.container{margin:auto;max-width:1100px;overflow:hidden;padding:0 2rem}.text-primary{color:#3498db;color:var(--primary-color)}.text-dark{color:#333;color:var(--dark-color)}.text-light{color:#f4f4f4;color:var(--light-color)}.text-success{color:#2ecc71;color:var(--success-color)}.text-danger{color:#e74c3c;color:var(--danger-color)}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.card{border:1px solid #ccc;border-radius:5px;margin:.7rem 0;padding:1rem}.grid{grid-gap:1rem;display:grid;grid-template-columns:repeat(2,1fr)}.grid-3{grid-gap:1rem;display:grid;grid-template-columns:repeat(3,1fr)}.form .form-group{margin:1.2rem 0}.form .form-text{color:#888;display:block;margin-top:.3rem}.form input[type=date],.form input[type=email],.form input[type=number],.form input[type=password],.form input[type=text],.form select,.form textarea{border:1px solid #ccc;border-radius:5px;display:block;font-size:1.2rem;padding:.4rem;width:100%}.form input[type=submit]{font:inherit}.form .social-input{display:flex}.form .social-input i{padding:.5rem;width:4rem}.form .social-input i.fa-twitter{color:#38a1f3}.form .social-input i.fa-facebook{color:#3b5998}.form .social-input i.fa-instagram{color:#3f729b}.form .social-input i.fa-youtube{color:#c4302b}.form .social-input i.fa-linkedin{color:#0077b5}.btn{background:#f4f4f4;background:var(--light-color);border:none;border-radius:5px;color:#333;cursor:pointer;display:inline-block;font-size:1rem;margin-right:.5rem;outline:none;padding:.4rem 1.3rem;transition:opacity .2s ease-in}.btn-link{background:none;margin:0;padding:0}.btn-block{display:block;width:100%}.btn-sm{font-size:.8rem;margin-right:.2rem;padding:.3rem 1rem}.bg-primary,.btn-primary{background:#3498db;background:var(--primary-color);color:#fff}.bg-dark,.btn-dark{background:#333;background:var(--dark-color);color:#fff}.bg-success,.btn-success{background:#2ecc71;background:var(--success-color);color:#fff}.bg-danger,.btn-danger{background:#e74c3c;background:var(--danger-color);color:#fff}.bg-warning,.btn-warning{background:#f39c12;background:var(--warning-color);color:#fff}.btn:hover{opacity:.8}.alert,.bg-light{background:#f4f4f4;background:var(--light-color);color:#333}.alert{border-radius:5px;margin:1rem 0;opacity:.9;padding:.8rem}.alert-primary{background:#3498db;background:var(--primary-color);color:#fff}.alert-dark{background:#333;background:var(--dark-color);color:#fff}.alert-success{background:#2ecc71;background:var(--success-color);color:#fff}.alert-danger{background:#e74c3c;background:var(--danger-color);color:#fff}.alert-warning{background:#f39c12;background:var(--warning-color);color:#fff}.navbar{align-items:center;border-bottom:1px solid #3498db;border-bottom:1px solid var(--primary-color);justify-content:space-between;margin-bottom:1rem;opacity:.9;padding:.7rem 2rem;width:100%;z-index:1}.navbar,.navbar ul{display:flex}.navbar a{color:#fff;margin:0 .25rem;padding:.45rem}.navbar a:hover{color:#f4f4f4;color:var(--light-color)}.navbar .welcome span{margin-right:.6rem}.landing{height:100vh;position:relative}.landing-inner{align-items:center;color:#fff;display:flex;flex-direction:column;height:100%;justify-content:center;margin:auto;text-align:center;width:80%}.counter-controls{margin:2rem 0}.counter-value{font-size:6rem;margin:1rem 0;text-align:center}.counter-btn{font-size:2rem;margin:0 1rem;padding:1rem 2rem}.area-card{border:1px solid #ddd;border-radius:5px;margin-bottom:1rem;padding:1rem}.area-card h3{margin-bottom:.5rem}.capacity-info{display:flex;justify-content:space-between;margin-top:.5rem}.capacity-bar{background-color:#f0f0f0;border-radius:10px;height:20px;margin-top:.5rem}.capacity-fill{background-color:var(--primary-color);border-radius:10px;transition:width .3s ease}.capacity-fill.warning{background-color:var(--warning-color)}.capacity-fill.danger{background-color:var(--danger-color)}@media (max-width:700px){.hide-sm{display:none}.grid,.grid-3{grid-template-columns:1fr}.navbar{display:block;text-align:center}.navbar ul{justify-content:center;text-align:center}.navbar h1{margin-bottom:1rem}.navbar .welcome{display:none}.counter-value{font-size:4rem}.counter-btn{font-size:1.5rem;padding:.8rem 1.5rem}}.area-counter{background-color:#f8f9fa;border-radius:5px;margin:10px 0;padding:10px}.counter-controls{gap:15px}.counter-btn,.counter-controls{align-items:center;display:flex;justify-content:center}.counter-btn{background-color:#3498db;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:20px;height:40px;transition:background-color .2s;width:40px}.counter-btn:hover{background-color:#2980b9}.counter-btn:disabled{background-color:#bdc3c7;cursor:not-allowed}.count-display{align-items:center;display:flex;flex-direction:column;min-width:120px}.count-value{font-size:24px;font-weight:700;margin-bottom:5px}.capacity-bar{background-color:#ecf0f1;border-radius:5px;height:10px;margin-bottom:5px;overflow:hidden;width:100%}.capacity-fill{background-color:#3498db;border-radius:5px;height:100%;transition:width .3s ease,background-color .3s ease}.capacity-fill.warning{background-color:#f39c12}.capacity-fill.danger{background-color:#e74c3c}.capacity-text{color:#7f8c8d;font-size:12px}.counter-error{color:#e74c3c;font-size:12px;margin-top:10px;text-align:center}@media (max-width:600px){.counter-controls{gap:10px}.counter-btn{font-size:18px;height:36px;width:36px}.count-value{font-size:20px}}.LandingPage_pageContainer__po9Ia{color:#333;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;min-height:100vh}main{display:flex;flex:1 1;flex-direction:column}.LandingPage_previewSection__x-lbr{display:flex;justify-content:center;margin:2rem 0}.LandingPage_header__1ihO6{align-items:center;border-bottom:1px solid #eaeaea;display:flex;justify-content:space-between;padding:1rem 2rem}.LandingPage_logo__ss4ze{color:#333;font-size:1.5rem;font-weight:700;text-decoration:none}.LandingPage_navLinks__8UDZZ a{color:#555;font-weight:500;margin-left:1.5rem;text-decoration:none}.LandingPage_navLinks__8UDZZ a.LandingPage_primaryAction__\+oSaw{background-color:#007bff;border-radius:5px;color:#fff;padding:.5rem 1rem}.LandingPage_hero__EVGT5{background-color:f8f9fa;padding:4rem 2rem 2rem;text-align:center}.LandingPage_hero__EVGT5 h1{font-size:3rem;margin-bottom:1rem}.LandingPage_hero__EVGT5 p{color:#555;font-size:1.25rem;margin:0 auto 2rem;max-width:600px}.LandingPage_demoImage__i\+GHa{filter:drop-shadow(0 8px 30px rgba(0,0,0,.15));height:auto;width:70%}@media (min-width:768px){.LandingPage_demoImage__i\+GHa{width:35%}}.LandingPage_hero__EVGT5 .LandingPage_ctaButton__\+GRcg{background-color:#007bff;border-radius:5px;color:#fff;font-size:1.1rem;font-weight:700;padding:1rem 2rem;text-decoration:none}.LandingPage_secondaryButton__s6-Vt{background-color:#f1f5f9;border-radius:5px;color:#000;display:inline-block;font-size:1.1rem;font-weight:400;margin-top:2rem;padding:1rem 2rem;text-decoration:none}.LandingPage_features__WQJw-{padding:0 2rem 4rem;text-align:center}.LandingPage_features__WQJw- h2{font-size:2rem;margin-bottom:2rem}.LandingPage_featuresGrid__sjuka{grid-gap:1.5rem;align-items:flex-start;display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width:768px){.LandingPage_featuresGrid__sjuka{grid-template-columns:repeat(2,1fr);margin:0 auto;width:50%}}.LandingPage_featureCard__h1Qiq{background-color:#fff;border:1px solid #eaeaea;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;padding:1.5rem;text-align:center;transition:all .3s ease-in-out}.LandingPage_featureCard__h1Qiq.LandingPage_activeFeature__FvlRR{box-shadow:0 8px 25px rgba(0,0,0,.08);transform:translateY(-2px)}.LandingPage_toggleIcon__Bp8QR{color:#007bff;font-size:1.75rem;font-weight:300;line-height:1;padding-left:1rem;-webkit-user-select:none;user-select:none}.LandingPage_featureDetails__Zu6zs{animation:LandingPage_fadeIn__-TiGO .4s ease-in-out;border-top:1px solid #eaeaea;margin-top:1rem;padding-top:1rem}.LandingPage_featureDetails__Zu6zs p{color:#555;font-size:1rem;line-height:1.6;margin:0}.LandingPage_featureCard__h1Qiq h3{font-size:1.25rem;margin:0 0 .5rem}.LandingPage_indicator__hJ\+-E{color:#888;font-size:1.5rem;line-height:1;margin-top:auto;padding-top:0;text-align:center}@keyframes LandingPage_fadeIn__-TiGO{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.Footer_footer__EwVYi{background-color:#f8f9fa;border-top:1px solid #eaeaea;color:#6c757d;font-size:.9rem;padding:2rem}.Footer_footerContent__E5RXg{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin:0 auto;max-width:1100px}.Footer_copyright__QJwUC{flex-shrink:0}.Footer_links__q2x7d{display:flex;gap:1.5rem}.Footer_links__q2x7d a{color:#6c757d;text-decoration:none;transition:color .2s ease-in-out}.Footer_links__q2x7d a:hover{color:#007bff;text-decoration:underline}@media (max-width:768px){.Footer_footerContent__E5RXg{flex-direction:column;gap:1.5rem;justify-content:center}}.AuthForm_formContainer__u31jt{align-items:center;background-color:#f8f9fa;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;justify-content:center;min-height:100vh}.AuthForm_formWrapper__6YWW-{background:#fff;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1);max-width:400px;padding:2rem;width:100%}.AuthForm_title__A1ES8{color:#333;font-size:1.75rem;margin-bottom:1.5rem;text-align:center}.AuthForm_form__bhNwL{gap:1rem}.AuthForm_form__bhNwL,.AuthForm_inputGroup__sTExK{display:flex;flex-direction:column}.AuthForm_label__s6nt-{color:#555;font-weight:500;margin-bottom:.5rem}.AuthForm_input__dzLQA{border:1px solid #ccc;border-radius:5px;font-size:1rem;padding:.75rem}.AuthForm_passwordHint__iimB0{color:#666;font-size:.8rem;margin-top:.5rem}.AuthForm_submitButton__1RRC4{background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:.75rem;transition:background-color .2s}.AuthForm_submitButton__1RRC4:disabled{background-color:#a0cfff;cursor:not-allowed}.AuthForm_error__iLkVp{color:#e74c3c;margin-top:1rem;text-align:center}.AuthForm_success__vWRa3{background-color:#e9f7ec;border-radius:5px;color:#28a745;margin-bottom:1rem;padding:.75rem;text-align:center}.AuthForm_redirectLink__9isrP{color:#555;margin-top:1.5rem;text-align:center}.AuthForm_redirectLink__9isrP a{color:#007bff;font-weight:500;text-decoration:none}.Guide_pageContainer__snQGi{color:#333;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;min-height:100vh}.Guide_mainContent__-Fd\+k{display:flex;flex:1 1;flex-direction:column;padding-bottom:2rem}.Guide_header__aVixc{align-items:center;border-bottom:1px solid #eaeaea;display:flex;justify-content:space-between;padding:1rem 2rem}.Guide_logo__ZrYlB{color:#333;font-size:1.5rem;font-weight:700;text-decoration:none}.Guide_navLinks__Bj3qQ a{color:#555;font-weight:500;margin-left:2rem;text-decoration:none}.Guide_primaryAction__hltXo{background-color:#007bff;border-radius:4px;color:#fff!important;padding:.5rem 1rem}.Guide_primaryAction__hltXo:hover{background-color:#0056b3}.Guide_faqHero__Ti2AZ{background-color:#f9f9f9;padding:4rem 2rem;text-align:center}.Guide_faqHero__Ti2AZ h1{font-size:2.5rem;margin-bottom:.5rem}.Guide_faqHero__Ti2AZ p{color:#666;font-size:1.1rem}.Guide_faqSection__pLk9X{margin:0 auto;max-width:800px;padding:3rem 1rem;width:100%}.Guide_faqAccordion__eO-tX{display:flex;flex-direction:column;gap:1rem}.Guide_faqItem__fVeXa{background-color:#fff;border:1px solid #eaeaea;border-radius:8px;overflow:hidden;transition:all .2s ease}.Guide_faqItem__fVeXa.Guide_active__ktqyH{border-color:#007bff;box-shadow:0 4px 12px rgba(0,0,0,.05)}.Guide_faqQuestion__bNwdm{align-items:center;background:none;border:none;color:#333;cursor:pointer;display:flex;font-size:1.2rem;font-weight:600;justify-content:space-between;padding:1.5rem;text-align:left;width:100%}.Guide_faqQuestion__bNwdm h2{font-size:1.1rem;font-weight:600;margin:0}.Guide_indicator__4gHjK{color:#007bff;font-size:1.5rem}.Guide_faqAnswer__ZIqKB{border-top:1px solid transparent;color:#555;font-size:1.05rem;line-height:1.6;padding:0 1.5rem 1.5rem}.Guide_faqAnswer__ZIqKB p{margin-bottom:1rem;margin-top:0}.Guide_faqAnswer__ZIqKB p:last-child{margin-bottom:0}.Guide_faqAnswer__ZIqKB code{background-color:#f1f1f1;border-radius:4px;padding:.2rem .4rem}.Guide_faqImage__6--\+q{border:1px solid #eaeaea;border-radius:8px;height:auto;margin-top:1rem;max-width:100%}.Header_header__Lhnr8{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;margin-bottom:1rem;padding:.5rem 0}.Header_actionsContainer__ey50a,.Header_headerLeft__fbRek{align-items:center;display:flex;gap:.5rem}.Header_actionsContainer__ey50a{color:#333}.Header_iconButton__7YjQn{align-items:center;background:none;border:1px solid #ddd;border-radius:6px;color:#666;cursor:pointer;display:flex;justify-content:center;padding:.5rem;transition:background-color .2s ease,color .2s ease}.Header_iconButton__7YjQn:hover{background-color:#f0f0f0;color:#333}.Header_statusBadge__U3sqs{background-color:#f1c40f;border-radius:12px;color:#fff;font-size:.8em;font-weight:700;padding:5px 10px}.Header_statusError__5QbIW{background-color:#e74c3c}@media (max-width:600px){.Header_header__Lhnr8{padding:.5rem 1rem}}.AreaCounter_currentOccupancyDisplay__rtWyn{margin-bottom:1rem;text-align:center}.AreaCounter_currentOccupancy__Htkbn{color:#000;font-size:2.5rem;font-weight:700;margin:0 .5rem}.AreaCounter_capacity__d9BvJ{color:#666;font-size:2.5rem;margin:0 .5rem}.AreaCounter_buttonContainer__iVlRz{display:flex;gap:1rem;justify-content:space-between}.AreaCounter_button__CuyYV{align-items:center;aspect-ratio:2/1;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;flex:1 1;font-size:3rem;font-weight:700;justify-content:center;line-height:1;transition:background-color .2s ease}.AreaCounter_increaseButton__005c5{background-color:#2ecc71}.AreaCounter_increaseButton__005c5:hover{background-color:#28b463}.AreaCounter_decreaseButton__b9uUG{background-color:#e74c3c}.AreaCounter_decreaseButton__b9uUG:hover{background-color:#c0392b}.AreaCounter_decreaseButtonDisabled__z8wJ-{background-color:#ccc;cursor:not-allowed}.AreaCounter_lockedButton__8Vfhb{background-color:#6c757d;color:#fff;cursor:not-allowed}.AreaCounter_lockedButton__8Vfhb:hover{background-color:#6c757d}.AreaCounter_capacityBar__FTs7v{background-color:#e9ecef;border-radius:4px;height:8px;margin-bottom:1rem;margin-top:.5rem;overflow:hidden;width:100%}.AreaCounter_capacityFill__nPkNI{background-color:#2ecc71;border-radius:4px;height:100%;transition:width .3s ease-in-out,background-color .3s ease}.AreaCounter_capacityFill__nPkNI.AreaCounter_warning__82iqe{background-color:#f1c40f}.AreaCounter_capacityFill__nPkNI.AreaCounter_danger__eJd8C{background-color:#e74c3c}.OptionsMenu_optionsContainer__6Jhx7{display:inline-block;position:relative}.OptionsMenu_optionsButton__OUD\+b{background:none;border:none;border-radius:5px;color:#666;cursor:pointer;font-size:1.5rem;line-height:1;padding:.2rem .5rem}.OptionsMenu_optionsButton__OUD\+b:hover{background-color:#f0f0f0}.OptionsMenu_menu__KFYqc{background-color:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1);min-width:150px;padding:.5rem 0;position:absolute;right:0;top:100%;width:-webkit-max-content;width:max-content;z-index:10}.OptionsMenu_menu__KFYqc ul{list-style:none;margin:0;padding:0}.OptionsMenu_menu__KFYqc li{cursor:pointer;font-size:.9rem;padding:.75rem 1rem;white-space:nowrap}.OptionsMenu_menu__KFYqc li:hover{background-color:#f5f5f5}.UpdateModal_modalOverlay__dF0X4{align-items:center;background-color:rgba(0,0,0,.6);bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.UpdateModal_modalContent__uTH8y{background:#fff;border-radius:8px;box-shadow:0 5px 15px rgba(0,0,0,.3);display:flex;flex-direction:column;gap:15px;max-width:400px;padding:20px;width:100%}.UpdateModal_modalContent__uTH8y h2{color:#333;font-size:1.25rem;margin-top:0}.UpdateModal_modalInput__J7WZX{border:1px solid #ccc;border-radius:4px;box-sizing:border-box;font-size:1rem;padding:10px;width:100%}.UpdateModal_modalError__R1B9B{color:#e74c3c;font-size:.9rem;margin:-5px 0 5px}.UpdateModal_modalActions__IRqUp{display:flex;gap:10px;justify-content:flex-end;margin-top:10px}.UpdateModal_modalActions__IRqUp button{border:none;border-radius:5px;cursor:pointer;font-size:1rem;font-weight:700;padding:10px 20px}.UpdateModal_cancelButton__CNZLx{background-color:#f0f0f0;color:#333}.UpdateModal_confirmButton__cqeEC{background-color:#007bff;color:#fff}.UpdateModal_collapsibleHeader__Adfcr{align-items:center;border-bottom:1px solid #eee;cursor:pointer;display:flex;justify-content:space-between;margin-bottom:15px;padding:10px 0}.UpdateModal_collapsibleHeader__Adfcr h3{color:#333;font-size:1.1rem;margin:0}.UpdateModal_collapseIcon__EQhaR{color:#666;font-size:1rem}.UpdateModal_formSection__Zn1o1{padding-left:5px}.UpdateModal_formRow__VmWqL{align-items:center;display:flex;margin-bottom:15px}.UpdateModal_formLabel__QTAuM{color:#555;flex-basis:120px;flex-shrink:0;font-weight:500;padding-right:15px;text-align:right}.UpdateModal_formRow__VmWqL .UpdateModal_modalInput__J7WZX{margin-bottom:0}@media (max-width:600px){.UpdateModal_modalOverlay__dF0X4,.UpdateModal_overlay__e8sGg{align-items:center;padding:.5rem}.UpdateModal_modalContent__uTH8y,.UpdateModal_modal__dHRLb{border-radius:8px;margin:0;max-height:calc(100vh - 1rem);max-width:100%;min-height:auto;overflow-y:auto;width:100%}}.AreaCard_card__I6O5P{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.05);margin-bottom:1rem;padding:1rem}.AreaCard_header__1Nukj{align-items:flex-start;display:flex;justify-content:space-between}.AreaCard_name__Wfwg5{color:#333;font-size:1.5rem;font-weight:600;margin:0}.AreaCard_statsContainer__9MrXU{align-items:center;color:#666;display:flex;font-size:.9rem;justify-content:space-between;margin-bottom:1rem;margin-top:.75rem}.AreaCard_statItem__0wZ6w{align-items:center;display:flex;gap:.3rem}@media (max-width:600px){.AreaCard_card__I6O5P{margin-bottom:.5rem;padding:.75rem}}.NewAreaModal_modalOverlay__tPUN6{align-items:center;background-color:rgba(0,0,0,.6);bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.NewAreaModal_modalContent__O4-td{background:#fff;border-radius:8px;box-shadow:0 5px 15px rgba(0,0,0,.3);max-width:400px;padding:2rem;width:100%}.NewAreaModal_modalContent__O4-td h2{color:#333;margin-bottom:1.5rem;margin-top:0}.NewAreaModal_formGroup__dWM0h{margin-bottom:1rem}.NewAreaModal_formGroup__dWM0h label{color:#555;display:block;font-weight:700;margin-bottom:.5rem}.NewAreaModal_formGroup__dWM0h input{border:1px solid #ccc;border-radius:4px;box-sizing:border-box;font-size:1rem;padding:.75rem;width:100%}.NewAreaModal_errorText__Rgnm3{color:#d9534f;margin-bottom:1rem;text-align:center}.NewAreaModal_buttonGroup__7zudK{display:flex;gap:.5rem;justify-content:flex-end;margin-top:1.5rem}.NewAreaModal_buttonGroup__7zudK button{border:none;border-radius:4px;cursor:pointer;font-size:1rem;font-weight:700;padding:.75rem 1.5rem;transition:background-color .2s}.NewAreaModal_cancelButton__JALOz{background-color:#f0f0f0;color:#333}.NewAreaModal_cancelButton__JALOz:hover{background-color:#e0e0e0}.NewAreaModal_submitButton__77mGd{background-color:#007bff;color:#fff}.NewAreaModal_submitButton__77mGd:hover{background-color:#0056b3}.NewAreaModal_cancelButton__JALOz:disabled,.NewAreaModal_submitButton__77mGd:disabled{cursor:not-allowed;opacity:.7}@media (max-width:600px){.NewAreaModal_modalOverlay__tPUN6,.NewAreaModal_overlay__u-uZS{align-items:center;padding:.5rem}.NewAreaModal_modalContent__O4-td,.NewAreaModal_modal__SZQgR{border-radius:8px;margin:0;max-height:calc(100vh - 1rem);max-width:100%;min-height:auto;overflow-y:auto;width:100%}}.AreaList_addAreaButton__umOI1{background-color:#f8f9fa;border:2px dashed #ced4da;border-radius:8px;color:#6c757d;cursor:pointer;display:block;font-size:1rem;font-weight:700;margin-top:1rem;padding:1rem;transition:background-color .2s,color .2s,border-color .2s;width:100%}.AreaList_addAreaButton__umOI1:hover{background-color:#e7f3ff;border-color:#007bff;color:#007bff}@media (max-width:600px){.AreaList_addAreaButton__umOI1{margin-top:.5rem;padding:.75rem}}.EventSwitcherModal_overlay__YC8E1{align-items:center;background-color:rgba(0,0,0,.6);bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.EventSwitcherModal_modal__lnD7Z{background:#fff;border-radius:8px;box-shadow:0 5px 15px rgba(0,0,0,.3);max-width:400px;padding:1.5rem;width:100%}.EventSwitcherModal_header__-GuyA{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem}.EventSwitcherModal_header__-GuyA h2{margin:0}.EventSwitcherModal_closeButton__SFwro{background:none;border:none;color:#888;cursor:pointer;font-size:1.5rem}.EventSwitcherModal_eventList__0WdHt{list-style:none;margin:0;max-height:50vh;overflow-y:auto;padding:0}.EventSwitcherModal_eventList__0WdHt li{border-radius:5px;cursor:pointer;padding:.8rem .5rem;transition:background-color .2s ease}.EventSwitcherModal_eventList__0WdHt li:hover{background-color:#f4f7f6}.EventSwitcherModal_newEventButton__g53le{background-color:#fff;border:1px solid #007bff;border-radius:5px;color:#007bff;cursor:pointer;font-size:1rem;font-weight:500;margin-top:1rem;padding:.8rem;transition:background-color .2s ease,color .2s ease;width:100%}.EventSwitcherModal_newEventButton__g53le:hover{background-color:#007bff;color:#fff}@media (max-width:600px){.EventSwitcherModal_modalOverlay__l1S\+S,.EventSwitcherModal_overlay__YC8E1{align-items:center;padding:.5rem}.EventSwitcherModal_modalContent__4XSfP,.EventSwitcherModal_modal__lnD7Z{border-radius:8px;margin:0;max-height:calc(100vh - 1rem);max-width:100%;min-height:auto;overflow-y:auto;width:100%}}.NewEventModal_modalOverlay__Wh394{align-items:center;background-color:rgba(0,0,0,.6);bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.NewEventModal_modalContent__pfbY7{background:#fff;border-radius:8px;box-shadow:0 5px 15px rgba(0,0,0,.3);max-width:450px;padding:2rem;width:100%}.NewEventModal_modalContent__pfbY7 h2{color:#333;margin-bottom:1.5rem;margin-top:0}.NewEventModal_formGroup__zyp1v{margin-bottom:1rem}.NewEventModal_formGroup__zyp1v label{color:#555;display:block;font-weight:700;margin-bottom:.5rem}.NewEventModal_formGroup__zyp1v input[type=date],.NewEventModal_formGroup__zyp1v input[type=text],.NewEventModal_formGroup__zyp1v input[type=time]{border:1px solid #ccc;border-radius:4px;box-sizing:border-box;font-size:1rem;padding:.75rem;width:100%}.NewEventModal_checkboxLabel__iRB\+b{align-items:center;cursor:pointer;display:flex;font-weight:400}.NewEventModal_checkboxLabel__iRB\+b input{margin-right:.5rem}.NewEventModal_durationalFields__KWp6W{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:4px;margin-top:1rem;padding:1rem}.NewEventModal_errorText__z0crm{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;color:#d9534f;margin-bottom:1rem;padding:.75rem;text-align:center}.NewEventModal_buttonGroup__uNtPP{display:flex;gap:.5rem;justify-content:flex-end;margin-top:1.5rem}.NewEventModal_buttonGroup__uNtPP button{border:none;border-radius:4px;cursor:pointer;font-size:1rem;font-weight:700;padding:.75rem 1.5rem;transition:background-color .2s}.NewEventModal_cancelButton__sKH-s{background-color:#f0f0f0;color:#333}.NewEventModal_cancelButton__sKH-s:hover{background-color:#e0e0e0}.NewEventModal_submitButton__DoqxO{background-color:#007bff;color:#fff}.NewEventModal_submitButton__DoqxO:hover{background-color:#0056b3}.NewEventModal_cancelButton__sKH-s:disabled,.NewEventModal_submitButton__DoqxO:disabled{cursor:not-allowed;opacity:.7}@media (max-width:600px){.NewEventModal_modalOverlay__Wh394,.NewEventModal_overlay__YRHw2{align-items:center;padding:.5rem}.NewEventModal_modalContent__pfbY7,.NewEventModal_modal__mAXZU{border-radius:8px;margin:0;max-height:calc(100vh - 1rem);max-width:100%;min-height:auto;overflow-y:auto;width:100%}}.PaymentForm_formRow__okKXS{margin-bottom:15px}.PaymentForm_formLabel__y\+Sdm{color:#333;display:block;font-weight:600;margin-bottom:5px}.PaymentForm_cardElement__ENWjf{background-color:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:0 1px 3px 0 #e6ebf1;padding:10px 12px;transition:box-shadow .15s ease}.PaymentForm_cardElement__ENWjf:focus-within{border-color:#007bff;box-shadow:0 0 0 2px rgba(0,123,255,.25)}.PaymentForm_cardError__B8Caz{color:#fa755a;font-size:.9em;margin-top:10px;text-align:center}.PaymentForm_modalActions__OPT9M{display:flex;justify-content:flex-end;margin-top:20px}.PaymentForm_confirmButton__9X6FZ{background-color:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;padding:10px 20px}.PaymentForm_confirmButton__9X6FZ:disabled{background-color:#ccc;cursor:not-allowed}.PaymentForm_infoText__CmdxP{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:5px;color:#6c757d;font-size:14px;line-height:1.5;margin-bottom:1.5rem;padding:12px}.PaymentForm_infoText__CmdxP p{margin:0}.PaymentForm_infoText__CmdxP p:not(:last-child){margin-bottom:.5rem}.SettingsModal_modalOverlay__2cBW-{align-items:center;background-color:rgba(0,0,0,.6);bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.SettingsModal_modalContent__1zNbZ{background:#fff;border-radius:8px;box-shadow:0 5px 15px rgba(0,0,0,.3);display:flex;flex-direction:column;gap:15px;max-width:400px;min-height:580px;padding:20px;width:100%}.SettingsModal_modalContent__1zNbZ h2{color:#333;font-size:1.25rem;margin-top:0}.SettingsModal_modalInput__A9RAK{border:1px solid #ccc;border-radius:4px;box-sizing:border-box;font-size:1rem;padding:10px;width:100%}.SettingsModal_modalError__Piun0{color:#e74c3c;font-size:.9rem;margin:-5px 0 5px}.SettingsModal_modalActions__YW7TW{display:flex;gap:10px;justify-content:flex-end;margin-top:10px}.SettingsModal_modalActions__YW7TW button{border:none;border-radius:5px;cursor:pointer;font-size:1rem;font-weight:700;padding:10px 20px}.SettingsModal_cancelButton__-XFwH{background-color:#f0f0f0;color:#333}.SettingsModal_confirmButton__JM65H{background-color:#007bff;color:#fff}.SettingsModal_collapsibleHeader__VzmP6{align-items:center;border-bottom:1px solid #eee;cursor:pointer;display:flex;justify-content:space-between;margin-bottom:15px;padding:10px 0}.SettingsModal_collapsibleHeader__VzmP6 h3{color:#333;font-size:1.1rem;margin:0}.SettingsModal_collapseIcon__HNLIY{color:#666;font-size:1rem}.SettingsModal_formSection__ao\+0R{padding-left:5px}.SettingsModal_formRow__ft9h6{align-items:center;display:flex;margin-bottom:15px}.SettingsModal_formLabel__gBgAE{color:#555;flex-basis:120px;flex-shrink:0;font-weight:500;padding-right:15px;text-align:right}.SettingsModal_formRow__ft9h6 .SettingsModal_modalInput__A9RAK{margin-bottom:0}.SettingsModal_deleteSection__IOojn{border-top:1px solid #eee;display:flex;flex-direction:column;margin-top:1rem;padding-top:1rem}.SettingsModal_deleteSection__IOojn p{color:#666;font-size:.9rem;margin:0 0 1rem}.SettingsModal_deleteButton__g6bMb{align-self:flex-end;background-color:#dc3545;border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:700;padding:.8rem 1.5rem}.SettingsModal_deleteButton__g6bMb:hover{background-color:#c82333}.SettingsModal_menuList__6qTam{margin-top:1.5rem}.SettingsModal_menuItem__wgqmk{align-items:center;border-bottom:1px solid #eee;cursor:pointer;display:flex;justify-content:space-between;padding:1rem}.SettingsModal_menuItem__wgqmk:hover{background-color:#f9f9f9}.SettingsModal_menuArrow__-oEOM{color:#ccc}.SettingsModal_viewHeader__Fiv0A{align-items:center;color:#555;cursor:pointer;display:flex;gap:1rem;margin-bottom:1.5rem}.SettingsModal_viewHeader__Fiv0A h3{margin:0}.SettingsModal_backArrow__AnVI-{font-weight:700}@media (max-width:600px){.SettingsModal_modalOverlay__2cBW-,.SettingsModal_overlay__j5zV1{align-items:center;padding:.5rem}.SettingsModal_modalContent__1zNbZ,.SettingsModal_modal__JEbBH{border-radius:8px;margin:0;max-height:calc(100vh - 1rem);max-width:100%;min-height:auto;overflow-y:auto;width:100%}}.ClipboardCopyButton_copyButton__BGJYJ{align-items:center;background-color:transparent;border:none;border-radius:4px;color:#495057;cursor:pointer;display:flex;font-size:.8rem;line-height:1;padding:.3rem .5rem;transition:background-color .2s ease}.ClipboardCopyButton_copyButton__BGJYJ:hover{background-color:#dee2e6}.Spinner_spinnerContainer__kEncE{align-items:center;display:flex;justify-content:center;padding:2rem}.Spinner_spinner__Qz7DP{animation:Spinner_spin__CnP0Z 1s ease-in-out infinite;border:4px solid rgba(0,0,0,.1);border-left-color:#007bff;border-radius:50%;height:36px;width:36px}@keyframes Spinner_spin__CnP0Z{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Dashboards_dashboardContainer__RpsIY{box-sizing:border-box;margin:0 auto;max-width:400px;width:100%}.Dashboards_eventHeader__9xE4c{align-items:center;background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.05);display:flex;gap:1rem;justify-content:space-between;margin-bottom:1.5rem;padding:1rem}.Dashboards_eventInfo__-ZUQ1{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;min-width:0}.Dashboards_eventName__vweHr{color:#333;font-size:1.2rem;font-weight:600;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Dashboards_accessCodeContainer__Y0uyW{align-items:center;background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:5px;display:flex;gap:.5rem;margin:0;padding:.2rem .2rem .2rem .8rem}.Dashboards_accessCode__y4khf{background-color:transparent;border:none;color:#333;flex-grow:1;font-family:SF Mono,Menlo,Monaco,Consolas,monospace;font-size:1rem;padding:0}.Dashboards_copyButton__6LEDK{align-items:center;background-color:transparent;border:none;border-radius:4px;color:#495057;cursor:pointer;display:flex;flex-shrink:0;font-size:.8rem;line-height:1;padding:.3rem .5rem;transition:background-color .2s ease}.Dashboards_copyButton__6LEDK:hover{background-color:#dee2e6}.Dashboards_switchButton__F2hbi{background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;padding:.5rem 1rem;transition:background-color .2s ease}.Dashboards_switchButton__F2hbi:hover{background-color:#0056b3}.Dashboards_centeredMessage__uihg7{align-items:center;display:flex;justify-content:center;min-height:60vh;width:100%}@media (max-width:600px){.Dashboards_dashboardContainer__RpsIY{max-width:100%;padding:.5rem}}@media (min-width:601px){.Dashboards_dashboardContainer__RpsIY{padding:1rem}}.rdp-root{--rdp-accent-color:blue;--rdp-accent-background-color:#f0f0ff;--rdp-day-height:44px;--rdp-day-width:44px;--rdp-day_button-border-radius:100%;--rdp-day_button-border:2px solid transparent;--rdp-day_button-height:42px;--rdp-day_button-width:42px;--rdp-selected-border:2px solid var(--rdp-accent-color);--rdp-disabled-opacity:0.5;--rdp-outside-opacity:0.75;--rdp-today-color:var(--rdp-accent-color);--rdp-dropdown-gap:0.5rem;--rdp-months-gap:2rem;--rdp-nav_button-disabled-opacity:0.5;--rdp-nav_button-height:2.25rem;--rdp-nav_button-width:2.25rem;--rdp-nav-height:2.75rem;--rdp-range_middle-background-color:var(--rdp-accent-background-color);--rdp-range_middle-color:inherit;--rdp-range_start-color:#fff;--rdp-range_start-background:linear-gradient(var(--rdp-gradient-direction),transparent 50%,var(--rdp-range_middle-background-color) 50%);--rdp-range_start-date-background-color:var(--rdp-accent-color);--rdp-range_end-background:linear-gradient(var(--rdp-gradient-direction),var(--rdp-range_middle-background-color) 50%,transparent 50%);--rdp-range_end-color:#fff;--rdp-range_end-date-background-color:var(--rdp-accent-color);--rdp-week_number-border-radius:100%;--rdp-week_number-border:2px solid transparent;--rdp-week_number-height:var(--rdp-day-height);--rdp-week_number-opacity:0.75;--rdp-week_number-width:var(--rdp-day-width);--rdp-weeknumber-text-align:center;--rdp-weekday-opacity:0.75;--rdp-weekday-padding:0.5rem 0rem;--rdp-weekday-text-align:center;--rdp-gradient-direction:90deg;--rdp-animation_duration:0.3s;--rdp-animation_timing:cubic-bezier(0.4,0,0.2,1)}.rdp-root[dir=rtl]{--rdp-gradient-direction:-90deg}.rdp-root[data-broadcast-calendar=true]{--rdp-outside-opacity:unset}.rdp-root{position:relative}.rdp-root,.rdp-root *{box-sizing:border-box}.rdp-day{height:var(--rdp-day-height);text-align:center;width:var(--rdp-day-width)}.rdp-day_button{align-items:center;background:none;border:var(--rdp-day_button-border);border-radius:var(--rdp-day_button-border-radius);color:inherit;cursor:pointer;display:flex;font:inherit;height:var(--rdp-day_button-height);justify-content:center;margin:0;padding:0;width:var(--rdp-day_button-width)}.rdp-day_button:disabled{cursor:revert}.rdp-caption_label{align-items:center;border:0;display:inline-flex;position:relative;white-space:nowrap;z-index:1}.rdp-dropdown:focus-visible~.rdp-caption_label{outline:5px auto Highlight;outline:5px auto -webkit-focus-ring-color}.rdp-button_next,.rdp-button_previous{align-items:center;-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;color:inherit;cursor:pointer;display:inline-flex;font:inherit;height:var(--rdp-nav_button-height);justify-content:center;margin:0;padding:0;position:relative;width:var(--rdp-nav_button-width)}.rdp-button_next:disabled,.rdp-button_next[aria-disabled=true],.rdp-button_previous:disabled,.rdp-button_previous[aria-disabled=true]{cursor:revert;opacity:var(--rdp-nav_button-disabled-opacity)}.rdp-chevron{fill:var(--rdp-accent-color);display:inline-block}.rdp-root[dir=rtl] .rdp-nav .rdp-chevron{transform:rotate(180deg);transform-origin:50%}.rdp-dropdowns{align-items:center;display:inline-flex;gap:var(--rdp-dropdown-gap);position:relative}.rdp-dropdown{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;cursor:inherit;inset-block-end:0;inset-block-start:0;inset-inline-start:0;line-height:inherit;margin:0;opacity:0;padding:0;position:absolute;width:100%;z-index:2}.rdp-dropdown_root{align-items:center;display:inline-flex;position:relative}.rdp-dropdown_root[data-disabled=true] .rdp-chevron{opacity:var(--rdp-disabled-opacity)}.rdp-month_caption{align-content:center;display:flex;font-size:large;font-weight:700;height:var(--rdp-nav-height)}.rdp-root[data-nav-layout=after] .rdp-month,.rdp-root[data-nav-layout=around] .rdp-month{position:relative}.rdp-root[data-nav-layout=around] .rdp-month_caption{justify-content:center;margin-inline-end:var(--rdp-nav_button-width);margin-inline-start:var(--rdp-nav_button-width);position:relative}.rdp-root[data-nav-layout=around] .rdp-button_previous{display:inline-flex;height:var(--rdp-nav-height);inset-inline-start:0;position:absolute;top:0}.rdp-root[data-nav-layout=around] .rdp-button_next{display:inline-flex;height:var(--rdp-nav-height);inset-inline-end:0;justify-content:center;position:absolute;top:0}.rdp-months{display:flex;flex-wrap:wrap;gap:var(--rdp-months-gap);max-width:-moz-fit-content;max-width:fit-content;position:relative}.rdp-month_grid{border-collapse:collapse}.rdp-nav{align-items:center;display:flex;height:var(--rdp-nav-height);inset-block-start:0;inset-inline-end:0;position:absolute}.rdp-weekday{font-size:smaller;font-weight:500;opacity:var(--rdp-weekday-opacity);padding:var(--rdp-weekday-padding);text-align:var(--rdp-weekday-text-align);text-transform:var(--rdp-weekday-text-transform)}.rdp-week_number{border:var(--rdp-week_number-border);border-radius:var(--rdp-week_number-border-radius);font-size:small;font-weight:400;height:var(--rdp-week_number-height);opacity:var(--rdp-week_number-opacity);text-align:var(--rdp-weeknumber-text-align);width:var(--rdp-week_number-width)}.rdp-today:not(.rdp-outside){color:var(--rdp-today-color)}.rdp-selected{font-size:large;font-weight:700}.rdp-selected .rdp-day_button{border:var(--rdp-selected-border)}.rdp-outside{opacity:var(--rdp-outside-opacity)}.rdp-disabled:not(.rdp-selected){opacity:var(--rdp-disabled-opacity)}.rdp-hidden{color:var(--rdp-range_start-color);visibility:hidden}.rdp-range_start{background:var(--rdp-range_start-background)}.rdp-range_start .rdp-day_button{background-color:var(--rdp-range_start-date-background-color);color:var(--rdp-range_start-color)}.rdp-range_middle{background-color:var(--rdp-range_middle-background-color)}.rdp-range_middle .rdp-day_button{border:initial;border-radius:0;border-radius:initial;color:var(--rdp-range_middle-color)}.rdp-range_end{background:var(--rdp-range_end-background);color:var(--rdp-range_end-color)}.rdp-range_end .rdp-day_button{background-color:var(--rdp-range_end-date-background-color);color:var(--rdp-range_start-color)}.rdp-range_start.rdp-range_end{background:revert}.rdp-focusable{cursor:pointer}@keyframes rdp-slide_in_left{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes rdp-slide_in_right{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes rdp-slide_out_left{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes rdp-slide_out_right{0%{transform:translateX(0)}to{transform:translateX(100%)}}.rdp-weeks_before_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_before_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}@keyframes rdp-fade_in{0%{opacity:0}to{opacity:1}}@keyframes rdp-fade_out{0%{opacity:1}to{opacity:0}}.rdp-caption_after_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_after_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.chartControls input[type=date],.chartControls input[type=text],.chartControls input[type=time],.chartControls select{background-color:#fff;border:1px solid #ccc;border-radius:4px;box-sizing:border-box;font-size:.95rem;margin-top:.3rem;min-width:150px;padding:.5rem .75rem}.chartControls label{color:#555;display:flex;flex-direction:column;font-size:.9rem;font-weight:700}.chartControls .react-datepicker-wrapper{width:100%}.chartControls .react-datepicker__input-container input{border:1px solid #ccc;border-radius:4px;font-size:.95rem;margin-top:.3rem;padding:.5rem .75rem;width:130px}.areaCheckboxContainer{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:1rem;width:100%}.areaCheckboxLabel{align-items:center;color:#333!important;cursor:pointer;display:flex;flex-direction:row!important;font-weight:400!important;gap:.4rem}.areaCheckboxLabel input[type=checkbox]{height:16px;margin:0;width:16px}.totalEntriesStat{color:#333;font-size:1.1rem;margin-top:.5rem;text-align:center;width:100%}.chartGrid{grid-gap:2rem;background:transparent;display:grid;gap:2rem;padding:0}.chartCard{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.05);min-width:0;padding:1rem}.chartCardHeader{display:flex;flex-direction:column;gap:.4rem;height:60px;text-align:center}.chartCardTitle{color:#333;font-size:1.3rem;font-weight:700}.chartCardSubtitle{color:#666;font-size:1rem}.react-datepicker-wrapper input{background:transparent!important;border:none!important;outline:none!important;width:100%}
/*# sourceMappingURL=main.3a853540.css.map*/