.app-module__TKvdva__app_container{background:var(--background);height:100vh;color:var(--foreground);display:flex;overflow:hidden}.app-module__TKvdva__sidebar{background:var(--background);border-right:1px solid var(--glass-border);will-change:width;z-index:100;flex-direction:column;flex-shrink:0;width:280px;transition:width .1s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.app-module__TKvdva__sidebar.app-module__TKvdva__collapsed{width:80px}.app-module__TKvdva__sidebar_header{padding:2rem 1.5rem}.app-module__TKvdva__app_logo{align-items:center;gap:1rem;display:flex;overflow:hidden}.app-module__TKvdva__logo_img{object-fit:contain;flex-shrink:0;width:32px;height:32px}.app-module__TKvdva__logo_text{letter-spacing:-.02em;white-space:nowrap;color:var(--foreground);font-size:1.25rem;font-weight:900}.app-module__TKvdva__sidebar.app-module__TKvdva__collapsed .app-module__TKvdva__logo_text{display:none}.app-module__TKvdva__desktop_logo_toggle{cursor:pointer;width:100%;transition:opacity .2s}.app-module__TKvdva__desktop_logo_toggle:hover{opacity:.8}.app-module__TKvdva__logo_toggle_icon{opacity:0;color:var(--muted);justify-content:center;align-items:center;margin-left:auto;transition:opacity .2s,transform .2s;display:flex}.app-module__TKvdva__desktop_logo_toggle:hover .app-module__TKvdva__logo_toggle_icon{opacity:1;transform:translate(-4px)}.app-module__TKvdva__sidebar.app-module__TKvdva__collapsed .app-module__TKvdva__logo_toggle_icon{display:none}.app-module__TKvdva__sidebar_nav_container{flex-direction:column;flex:1;justify-content:center;padding:2rem 0;display:flex}.app-module__TKvdva__sidebar_nav{flex-direction:column;gap:1rem;padding:0 1rem;display:flex}.app-module__TKvdva__nav_link{color:var(--muted);border-radius:16px;align-items:center;gap:1rem;padding:12px;font-weight:700;text-decoration:none;transition:background-color .3s,color .3s,box-shadow .3s;display:flex}.app-module__TKvdva__nav_link:hover{color:var(--primary);background:#dc26260d}.app-module__TKvdva__nav_link.app-module__TKvdva__active{background:var(--primary);color:#fff;box-shadow:0 10px 20px #dc262633}.app-module__TKvdva__nav_icon{flex-shrink:0;justify-content:center;align-items:center;width:24px;min-width:24px;height:24px;min-height:24px;transition:transform .3s;display:flex;position:relative}.app-module__TKvdva__nav_badge{background:var(--primary);border:2px solid #fff;border-radius:50%;width:8px;height:8px;position:absolute;top:-2px;right:-2px}.app-module__TKvdva__nav_link_admin{color:#4338ca!important}.app-module__TKvdva__nav_link_admin:hover{color:#4338ca!important;background:#4338ca0d!important}.app-module__TKvdva__nav_link_admin.app-module__TKvdva__nav_active_admin{color:#fff!important;background:#4338ca!important;box-shadow:0 10px 20px #4338ca33!important}.app-module__TKvdva__nav_icon_wrapper{justify-content:center;align-items:center;display:flex;position:relative}.app-module__TKvdva__nav_link:hover .app-module__TKvdva__nav_icon{transform:scale(1.1)}.app-module__TKvdva__nav_icon svg{width:100%;height:100%}.app-module__TKvdva__nav_text{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.app-module__TKvdva__sidebar.app-module__TKvdva__collapsed .app-module__TKvdva__nav_text{display:none}.app-module__TKvdva__sidebar_footer{border-top:1px solid #0000000d;padding:1.5rem 1rem}.app-module__TKvdva__logout_btn{color:#ef4444;border-radius:16px;align-items:center;gap:1rem;padding:12px;font-weight:700;text-decoration:none;transition:background-color .3s;display:flex}.app-module__TKvdva__logout_btn:hover{background:#ef44441a}.app-module__TKvdva__sidebar.app-module__TKvdva__collapsed .app-module__TKvdva__logout_btn span:last-child{display:none}.app-module__TKvdva__main_wrapper{flex-direction:column;flex:1;min-width:0;height:100vh;display:flex;overflow-y:auto}.app-module__TKvdva__sticky_header_container{z-index:1100;width:100%;position:sticky;top:0}.app-module__TKvdva__app_header{background:var(--card-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #0000000d;flex-shrink:0;justify-content:space-between;align-items:center;padding:0 1.5rem;display:flex;height:100px!important;min-height:100px!important}.app-module__TKvdva__menu_btn{cursor:pointer;color:var(--muted);background:0 0;border:none;justify-content:center;align-items:center;margin-right:.5rem;padding:.5rem;font-size:1.5rem;display:none}.app-module__TKvdva__header_search{width:450px;margin:0 auto 0 0;position:relative}.app-module__TKvdva__header_search input{background:var(--bg-alt);border:1px solid #00000008;border-radius:100px;width:100%;padding:1rem 1.5rem 1rem 3rem;font-size:.95rem;font-weight:500;transition:all .3s}.app-module__TKvdva__header_search input:focus{background:var(--card-bg);outline:none;box-shadow:0 0 0 4px #dc26260d,0 4px 12px #0000000d}.app-module__TKvdva__search_icon{color:var(--muted);pointer-events:none;align-items:center;display:flex;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.app-module__TKvdva__header_left_mobile{align-items:center;gap:.5rem;display:flex}.app-module__TKvdva__mobile_logo{display:none}.app-module__TKvdva__mobile_logo img{width:auto;height:32px}.app-module__TKvdva__user_profile_link{color:inherit;text-decoration:none}.app-module__TKvdva__header_actions{align-items:center;gap:.75rem;display:flex}.app-module__TKvdva__action_btn,.app-module__TKvdva__header_notif_btn{cursor:pointer;color:var(--muted);background:0 0;border:none;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.25rem;text-decoration:none;transition:all .3s;display:flex;position:relative}.app-module__TKvdva__header_notif_btn:hover{background:var(--bg-alt);color:var(--primary)}.app-module__TKvdva__header_badge{background:var(--primary);border:2px solid #fff;border-radius:50%;width:8px;height:8px;position:absolute;top:8px;right:8px}.app-module__TKvdva__action_btn:hover{color:var(--primary)}.app-module__TKvdva__logout_header_btn{cursor:pointer;color:#ef4444;background:0 0;border:none;align-items:center;transition:all .3s;display:flex}.app-module__TKvdva__logout_header_btn:hover{opacity:.8;transform:translate(3px)}.app-module__TKvdva__user_profile{border-left:1px solid #0000000d;align-items:center;gap:.75rem;margin-left:.5rem;padding:.5rem 0 .5rem .75rem;display:flex}.app-module__TKvdva__user_avatar{background:var(--secondary);color:#fff;cursor:pointer;border:2px solid #fff;border-radius:100px;justify-content:center;align-items:center;width:44px;height:44px;font-size:1rem;font-weight:800;display:flex;overflow:hidden;box-shadow:0 4px 10px #00000014}.app-module__TKvdva__avatar_img{object-fit:cover;border-radius:inherit;width:100%;height:100%}.app-module__TKvdva__user_info{flex-direction:column;display:flex}.app-module__TKvdva__user_name{font-size:1rem;font-weight:800}.app-module__TKvdva__user_role{color:var(--muted);font-size:.8rem}.app-module__TKvdva__app_content{flex:1;padding:1.5rem;position:relative}.app-module__TKvdva__full_screen_page_fix{background:var(--background);z-index:500;flex-direction:column;display:flex;position:absolute;inset:0;overflow:hidden}@media (max-width:768px){.app-module__TKvdva__mobile_logo{display:block}.app-module__TKvdva__app_header{flex-shrink:0;padding:0 1rem;height:60px!important;min-height:60px!important}.app-module__TKvdva__header_search input{padding:.5rem 1rem .5rem 2.5rem}.app-module__TKvdva__app_content{padding:1.25rem 1.25rem 100px}}@media (max-width:480px){.app-module__TKvdva__app_content{padding:1.25rem 1.25rem 90px}}.app-module__TKvdva__bottom_nav{width:100%;height:calc(70px + env(safe-area-inset-bottom));background:var(--card-bg);padding:0;padding-bottom:env(safe-area-inset-bottom);z-index:1000;border-top:1px solid #00000014;justify-content:space-between;align-items:center;display:none;position:fixed;bottom:0;left:0;box-shadow:0 -10px 40px #00000014}.app-module__TKvdva__bottom_nav_item{color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:20px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.4rem;min-width:0;height:100%;padding:8px 0;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.app-module__TKvdva__bottom_nav_item svg{width:22px;height:22px;transition:transform .3s}.app-module__TKvdva__bottom_nav_item span{text-transform:uppercase;letter-spacing:-.01em;white-space:nowrap;opacity:.8;text-align:center;width:100%;font-size:.52rem;font-weight:800;line-height:1}.app-module__TKvdva__bottom_nav_item.app-module__TKvdva__active{color:var(--primary)}.app-module__TKvdva__bottom_nav_item.app-module__TKvdva__active svg{filter:drop-shadow(0 4px 8px #dc262633);transform:translateY(-2px)}.app-module__TKvdva__bottom_nav_item.app-module__TKvdva__active span{opacity:1}.app-module__TKvdva__bottom_nav_item.app-module__TKvdva__active{position:relative}.app-module__TKvdva__bottom_nav_item.app-module__TKvdva__active:after{content:"";background:var(--primary-light);z-index:-1;opacity:.5;border-radius:14px;width:45px;height:45px;animation:2s ease-in-out infinite app-module__TKvdva__pulse_active;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes app-module__TKvdva__pulse_active{0%,to{opacity:.3;transform:translate(-50%,-50%)scale(1)}50%{opacity:.5;transform:translate(-50%,-50%)scale(1.1)}}.app-module__TKvdva__bottom_nav_emergency{z-index:1001;height:100%!important;box-shadow:none!important;background:0 0!important;border:none!important;flex:1!important;justify-content:center!important;align-items:center!important;padding:0!important;display:flex!important;position:relative!important}.app-module__TKvdva__bottom_nav_emergency:before{content:"";border:3px solid var(--glass-border);z-index:-1;background:#ef4444;border-radius:50%;width:54px;height:54px;animation:2s infinite app-module__TKvdva__pulse_sos;position:absolute;top:1px;left:50%;transform:translate(-50%,-30px);box-shadow:0 0 20px #ef444466}@keyframes app-module__TKvdva__pulse_sos{0%{box-shadow:0 0 #ef444499,0 0 0 10px #ef444400}70%{box-shadow:0 0 0 15px #ef444400,0 0 0 25px #ef444400}to{box-shadow:0 0 #ef444400,0 0 #ef444400}}.app-module__TKvdva__bottom_nav_emergency svg{stroke:#fff!important;width:22px!important;height:22px!important;margin-top:18px!important;position:absolute!important;top:1px!important;left:50%!important;transform:translate(-50%,-30px)!important}.app-module__TKvdva__bottom_nav_emergency span{text-transform:uppercase;text-align:center;letter-spacing:-.01em;opacity:.9;width:100%;color:#ef4444!important;font-size:.52rem!important;font-weight:900!important;line-height:1!important;display:block!important;position:absolute!important;bottom:16px!important;left:50%!important;transform:translate(-50%)!important}[data-theme=dark] .app-module__TKvdva__bottom_nav_emergency span{opacity:1;text-shadow:0 0 8px #ef44444d;color:#ef4444!important}.app-module__TKvdva__bottom_nav_emergency:active{transform:scale(.9)translateY(2px)}.app-module__TKvdva__bottom_nav_emergency:after{content:""!important;display:none!important}@media (max-width:1139px){.app-module__TKvdva__sidebar{z-index:200;background:var(--card-bg);box-shadow:none;transition:transform .1s;display:flex;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%);width:280px!important}.app-module__TKvdva__sidebar:not(.app-module__TKvdva__collapsed){transform:translate(0);box-shadow:20px 0 50px #00000026}.app-module__TKvdva__sidebar_overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:150;background:#0006;animation:.1s app-module__TKvdva__fadeIn;position:fixed;inset:0}.app-module__TKvdva__app_header{flex-shrink:0;padding:0 1.25rem;height:70px!important;min-height:70px!important}.app-module__TKvdva__header_search{flex:1;width:auto;max-width:400px;margin:0 auto 0 1rem;display:flex}.app-module__TKvdva__header_search input{padding:.85rem 1.25rem .85rem 2.75rem}.app-module__TKvdva__mobile_logo{display:block}.app-module__TKvdva__menu_btn{padding:.5rem;display:flex}.app-module__TKvdva__header_actions{justify-content:flex-end;gap:.25rem;width:auto}.app-module__TKvdva__user_info{display:none}.app-module__TKvdva__user_profile{border-left:none;margin-left:0;padding-left:.25rem}.app-module__TKvdva__stats_grid{grid-template-columns:1fr!important;gap:.5rem!important;margin-bottom:1rem!important}.app-module__TKvdva__dashboard_container{gap:1.5rem!important}.app-module__TKvdva__events_slider_section,.app-module__TKvdva__news_slider_section{margin-bottom:0!important}.app-module__TKvdva__widget_section{flex-direction:column;display:flex;gap:.25rem!important}}.app-module__TKvdva__next_donation_compact{background:var(--card-bg);border:1px solid var(--glass-border);border-radius:24px;align-items:center;gap:1.25rem;padding:1.25rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.app-module__TKvdva__date_box{background:var(--primary-light);border:1px solid #dc26261a;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;min-width:65px;padding:.75rem;display:flex}.app-module__TKvdva__db_day{color:var(--primary);font-size:1.5rem;font-weight:900;line-height:1}.app-module__TKvdva__db_month{color:var(--primary);opacity:.8;margin-top:2px;font-size:.7rem;font-weight:800}.app-module__TKvdva__section_group{margin-bottom:.75rem}.app-module__TKvdva__sidebar_cards{flex-direction:column;gap:.75rem;width:100%;display:flex}@media (min-width:768px){.app-module__TKvdva__sidebar_cards{align-items:stretch;gap:.75rem;grid-template-columns:1fr 1fr!important;display:grid!important}}.app-module__TKvdva__dashboard_layout,.app-module__TKvdva__main_column{flex-direction:column;gap:.75rem;display:flex}.app-module__TKvdva__donation_info{flex-direction:column;flex:1;gap:.2rem;display:flex}.app-module__TKvdva__di_header{align-items:center;gap:.5rem;display:flex}.app-module__TKvdva__di_header h4{color:var(--muted);margin:0;font-size:.85rem;font-weight:800}.app-module__TKvdva__status_dot{background:#10b981;border-radius:50%;width:6px;height:6px;box-shadow:0 0 10px #10b98180}.app-module__TKvdva__di_countdown{color:var(--foreground);margin:0;font-size:1rem;font-weight:800}.app-module__TKvdva__di_year{color:var(--muted);font-size:.75rem;font-weight:600}.app-module__TKvdva__widget_header{margin-bottom:.4rem!important}.app-module__TKvdva__widget_header h4{font-size:.8rem!important}.app-module__TKvdva__date_display{gap:.5rem!important;margin-bottom:0!important}.app-module__TKvdva__big_date{font-size:2.5rem!important}.app-module__TKvdva__month_year span:first-child{font-size:1rem!important}.app-module__TKvdva__month_year span:last-child{font-size:.75rem!important}.app-module__TKvdva__countdown{margin-top:0!important;margin-bottom:0!important;font-size:.8rem!important}.app-module__TKvdva__cta_card{background:linear-gradient(135deg, var(--primary), #ef4444);color:#fff;border-radius:24px;padding:1.5rem;text-decoration:none;position:relative;overflow:hidden;box-shadow:0 10px 30px #ef44444d}.app-module__TKvdva__cta_card:after{content:"";background:#ffffff1a;border-radius:50%;width:200px;height:200px;position:absolute;top:-50%;right:-50%}.app-module__TKvdva__cta_content{z-index:1;position:relative}.app-module__TKvdva__cta_title{letter-spacing:-.02em;margin-bottom:.5rem;font-size:1.1rem;font-weight:900}.app-module__TKvdva__cta_desc{opacity:.9;margin-bottom:1.25rem;font-size:.85rem;font-weight:500;line-height:1.5}.app-module__TKvdva__cta_btn{color:var(--primary);background:#fff;border-radius:16px;justify-content:center;align-items:center;gap:.75rem;padding:.85rem;font-size:.9rem;font-weight:900;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 4px 15px #0000001a}.app-module__TKvdva__cta_btn:hover{background:#fff;transform:translateY(-3px);box-shadow:0 8px 20px #00000026}.app-module__TKvdva__cta_btn svg{transition:transform .3s}.app-module__TKvdva__cta_btn:hover svg{transform:translate(4px)}.app-module__TKvdva__empty_state_compact{background:var(--card-bg);border:1px dashed var(--glass-border);text-align:center;color:var(--muted);border-radius:20px;flex-direction:column;align-items:center;gap:.5rem;margin-top:.5rem;padding:1.5rem;display:flex}.app-module__TKvdva__empty_state_compact p{max-width:180px;margin:0;font-size:.8rem;font-weight:600;line-height:1.4}.app-module__TKvdva__empty_icon_hint{color:var(--muted);justify-content:center;align-items:center;display:flex}.app-module__TKvdva__regions_shortcut_card,.app-module__TKvdva__emergency_shortcut_card,.app-module__TKvdva__lock_shortcut_card{border:1px solid #ffffff1a!important;border-radius:35px!important;flex-direction:column!important;justify-content:flex-start!important;width:100%!important;height:200px!important;padding:2.5rem 2rem!important;text-decoration:none!important;transition:all .5s cubic-bezier(.175,.885,.32,1.275)!important;display:flex!important;position:relative!important;overflow:hidden!important}.app-module__TKvdva__lock_shortcut_card{background:linear-gradient(135deg,#4b5563 0%,#1f2937 100%)!important;box-shadow:0 20px 40px #00000026!important}.app-module__TKvdva__regions_shortcut_card:hover,.app-module__TKvdva__emergency_shortcut_card:hover,.app-module__TKvdva__lock_shortcut_card:hover{transform:translateY(-8px)scale(1.02)!important}.app-module__TKvdva__shortcut_info{z-index:2!important;color:#fff!important;position:relative!important}.app-module__TKvdva__shortcut_info h4{color:#fff!important;letter-spacing:-.02em!important;margin-bottom:.5rem!important;font-size:clamp(1rem,4vw,1.4rem)!important;font-weight:800!important}.app-module__TKvdva__shortcut_info p{opacity:.9!important;color:#ffffffe6!important;max-width:280px!important;margin:0!important;font-size:.9rem!important;line-height:1.4!important}.app-module__TKvdva__regions_shortcut_card:before,.app-module__TKvdva__emergency_shortcut_card:before{content:"";opacity:.08;z-index:0;position:absolute;inset:0}.app-module__TKvdva__emergency_shortcut_card:before{background:linear-gradient(135deg,#ef4444 0%,#7f1d1d 100%)!important}.app-module__TKvdva__regions_shortcut_card:before{background:linear-gradient(135deg, var(--primary) 0%, #2563eb 100%)!important}.app-module__TKvdva__shortcut_icon{color:#fff;opacity:.1;pointer-events:none;z-index:0;justify-content:center;align-items:center;width:350px;height:350px;display:flex;position:absolute;bottom:-80px;right:-40px;transform:rotate(-20deg);-webkit-backdrop-filter:none!important;backdrop-filter:none!important;box-shadow:none!important;background:0 0!important;border-radius:0!important}.app-module__TKvdva__lock_shortcut_card{background:linear-gradient(135deg,#1e293b 0%,#020617 100%);border-radius:40px;flex-direction:column;justify-content:flex-start;width:100%;height:200px;padding:3rem 2rem 2rem;text-decoration:none;transition:all .5s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;overflow:hidden;box-shadow:0 25px 60px #0006}.app-module__TKvdva__lock_shortcut_card:before{content:"";background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3' y='11' width='18' height='11' rx='2' ry='2' fill='%23ffffff' fill-opacity='0.03'/%3E%3Cpath d='M7 11V7a5 5 0 0 1 10 0v4' stroke='%23ffffff' stroke-opacity='0.03' stroke-width='2' fill='none'/%3E%3C/svg%3E");background-size:60px;position:absolute;inset:0}.app-module__TKvdva__lock_shortcut_card .app-module__TKvdva__shortcut_icon{color:#fff;opacity:.12;width:400px;height:400px;bottom:-100px;right:-50px}.app-module__TKvdva__shortcut_info{z-index:1;max-width:85%;position:relative}.app-module__TKvdva__shortcut_info h4{color:#fff!important;letter-spacing:-.04em!important;margin-bottom:.5rem!important;font-size:clamp(1rem,4vw,1.4rem)!important;font-weight:900!important;line-height:1.2!important}.app-module__TKvdva__shortcut_info p{color:#ffffffd9!important;margin:0!important;font-size:.9rem!important;font-weight:600!important;line-height:1.4!important}.app-module__TKvdva__shortcut_arrow{display:none}.app-module__TKvdva__lock_shortcut_card{background:linear-gradient(135deg,#334155 0%,#0f172a 100%);border-radius:32px;flex-direction:column;justify-content:flex-end;min-height:160px;padding:1.75rem;text-decoration:none;transition:all .5s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;overflow:hidden;box-shadow:0 15px 35px #0f172a33}.app-module__TKvdva__lock_shortcut_card:before{content:"";background:radial-gradient(circle,#ffffff0d,#0000);border-radius:50%;width:150px;height:150px;position:absolute;top:-20%;left:-10%}.app-module__TKvdva__lock_shortcut_card:hover{transform:translateY(-8px)scale(1.02);box-shadow:0 30px 60px #0f172a4d}@keyframes app-module__TKvdva__pulse_watermark{0%{opacity:.05;transform:rotate(-15deg)scale(1)}50%{opacity:.1;transform:rotate(-15deg)scale(1.05)}to{opacity:.05;transform:rotate(-15deg)scale(1)}}.app-module__TKvdva__lock_shortcut_card .app-module__TKvdva__shortcut_icon{animation:4s ease-in-out infinite app-module__TKvdva__pulse_watermark}.app-module__TKvdva__lock_shortcut_card .app-module__TKvdva__shortcut_info h4{color:#fff;letter-spacing:-.04em;margin-bottom:.25rem;font-size:clamp(1rem,4vw,1.4rem);font-weight:950;line-height:1.2}.app-module__TKvdva__lock_shortcut_card .app-module__TKvdva__shortcut_info p{color:#94a3b8;margin:0;font-size:.85rem;font-weight:600}.app-module__TKvdva__health_widget{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:28px;flex-direction:column;justify-content:space-between;min-height:160px;padding:1.5rem;display:flex;position:relative;overflow:hidden}[data-theme=dark] .app-module__TKvdva__health_widget{border:1px solid var(--glass-border);background:#1e293b80}.app-module__TKvdva__tips_header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.app-module__TKvdva__tips_header h4{color:#ffffffe6;letter-spacing:.05em;margin:0;font-size:.9rem;font-weight:800}.app-module__TKvdva__tips_counter{color:var(--primary);background:rgba(var(--primary-rgb), .1);border-radius:10px;padding:2px 8px;font-size:.75rem;font-weight:700}.app-module__TKvdva__tips_content_wrapper{flex:1;align-items:center;display:flex}.app-module__TKvdva__tips_fade_in{color:#ffffffd9;margin:0;font-size:.95rem;font-style:italic;line-height:1.5;animation:.8s ease-out forwards app-module__TKvdva__tipsFadeIn}@keyframes app-module__TKvdva__tipsFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.app-module__TKvdva__tips_progress_bar{background:#ffffff1a;border-radius:10px;width:100%;height:3px;margin-top:1.25rem;overflow:hidden}.app-module__TKvdva__tips_progress_fill{background:var(--primary);height:100%;transition:width .5s cubic-bezier(.4,0,.2,1)}@media (max-width:480px){.app-module__TKvdva__stats_grid{grid-template-columns:repeat(2,1fr)!important;gap:.5rem!important;margin-bottom:.75rem!important}.app-module__TKvdva__stat_card{text-align:center!important;border-radius:14px!important;flex-direction:column!important;align-items:center!important;gap:.4rem!important;padding:.75rem .25rem!important}.app-module__TKvdva__stat_icon{border-radius:12px!important;width:42px!important;height:42px!important;margin:0!important}.app-module__TKvdva__stat_icon svg{width:22px!important;height:22px!important}.app-module__TKvdva__stat_info{flex-direction:column!important;align-items:center!important;gap:.25rem!important;width:100%!important;display:flex!important}.app-module__TKvdva__stat_label{margin-bottom:0!important;font-size:.6rem!important;line-height:1.2!important}.app-module__TKvdva__stat_value_container{align-items:baseline!important;gap:.25rem!important;margin-top:0!important;display:flex!important}.app-module__TKvdva__stat_value{font-size:1rem!important}.app-module__TKvdva__stat_unit{font-size:.65rem!important}}@media (min-width:481px) and (max-width:1024px){.app-module__TKvdva__stats_grid{grid-template-columns:repeat(4,1fr)!important;gap:1rem!important}.app-module__TKvdva__stat_card{text-align:center!important;flex-direction:column!important;align-items:center!important;gap:.85rem!important;padding:1.5rem .75rem!important}.app-module__TKvdva__stat_icon{width:48px!important;height:48px!important;margin:0!important}.app-module__TKvdva__stat_info{flex-direction:column;align-items:center;display:flex}.app-module__TKvdva__stat_label{margin-bottom:.25rem!important;font-size:.75rem!important}.app-module__TKvdva__stat_value{font-size:1.25rem!important}}.app-module__TKvdva__welcome_banner h2{font-size:1.4rem}.app-module__TKvdva__welcome_banner{padding:1.25rem}.app-module__TKvdva__urgent_item{gap:.75rem;padding:1rem}.app-module__TKvdva__blood_type_badge{width:42px;height:42px;font-size:.9rem}.app-module__TKvdva__request_location{font-size:.85rem}.app-module__TKvdva__btn_donor{padding:.4rem .75rem;font-size:.7rem}.app-module__TKvdva__section_header h3{white-space:nowrap;flex:1;min-width:0;overflow:visible;font-size:clamp(.85rem,4.5vw,1.1rem)!important}.app-module__TKvdva__text_btn{white-space:nowrap;flex-shrink:0;font-size:.75rem!important}.app-module__TKvdva__section_header{gap:.5rem;margin-bottom:.75rem!important}@media (max-width:360px){.app-module__TKvdva__bottom_text{font-size:7px}.app-module__TKvdva__bottom_link{padding:0 1px}}@media (max-width:768px){.app-module__TKvdva__bottom_nav{display:flex}.app-module__TKvdva__app_content{padding:1.25rem 1.25rem 100px}.app-module__TKvdva__app_header{height:70px}.app-module__TKvdva__menu_btn{display:flex}}.app-module__TKvdva__dashboard_container{flex-direction:column;gap:1rem;width:100%;margin:0 auto;display:flex}@media (min-width:1024px){.app-module__TKvdva__dashboard_container{gap:1.5rem}}.app-module__TKvdva__hero_actions_grid{grid-template-columns:1fr;align-items:stretch;gap:.75rem;display:grid}@media (min-width:768px){.app-module__TKvdva__hero_actions_grid{grid-template-columns:1fr 1fr}}.app-module__TKvdva__urgent_list{flex-direction:column;gap:.75rem;height:100%;display:flex}.app-module__TKvdva__welcome_banner{background:linear-gradient(135deg, rgba(var(--primary-rgb), .08) 0%, rgba(var(--primary-rgb), .02) 100%);border:2px solid rgba(var(--primary-rgb), .15);border-radius:28px;justify-content:space-between;align-items:center;padding:3rem;display:flex;box-shadow:0 10px 40px #00000005}.app-module__TKvdva__banner_content h2{letter-spacing:-.03em;margin-bottom:.5rem;font-size:1.75rem;font-weight:900}.app-module__TKvdva__banner_content p{color:var(--muted);font-weight:500}.app-module__TKvdva__status_badge{color:#166534;background:#dcfce7;border-radius:100px;padding:.75rem 1.25rem;font-size:.85rem;font-weight:800}.app-module__TKvdva__stats_grid{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:.5rem;display:grid}.app-module__TKvdva__stat_card{align-items:center;gap:1rem;transition:all .3s;display:flex;box-shadow:0 4px 15px #00000005;background:var(--card-bg)!important;border:1.5px solid rgba(var(--primary-rgb), .12)!important;border-radius:20px!important;padding:1.25rem!important}.app-module__TKvdva__stat_card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #dc26261a;border-color:var(--primary)!important;background:rgba(var(--primary-rgb), .02)!important}.app-module__TKvdva__stat_icon{background:var(--bg-alt);border:1px solid var(--glass-border);border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;width:54px;height:54px;transition:all .3s;display:flex;position:relative;overflow:hidden}.app-module__TKvdva__stat_icon svg{z-index:2;width:26px;height:26px;position:relative}[data-theme=dark] .app-module__TKvdva__stat_icon:before{display:none}[data-theme=dark] .app-module__TKvdva__stat_icon{background:#1e293b!important}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .app-module__TKvdva__stat_icon:before{content:"";background-color:inherit;filter:brightness(.4)saturate(1.6);z-index:1;position:absolute;inset:0}}.app-module__TKvdva__stat_info{flex-direction:column;display:flex}.app-module__TKvdva__stat_label{color:var(--muted);text-transform:uppercase;font-size:.75rem;font-weight:700}.app-module__TKvdva__stat_value{font-size:1.25rem;font-weight:900;line-height:1}.app-module__TKvdva__stat_value_container{align-items:baseline;gap:.2rem;margin-top:.25rem;display:flex}.app-module__TKvdva__stat_unit{color:var(--muted);margin-left:.25rem;font-size:.8rem;font-weight:600}.app-module__TKvdva__dashboard_layout{grid-template-columns:2fr 1fr;gap:2rem;display:grid}.app-module__TKvdva__section_header{justify-content:space-between;align-items:center;display:flex;margin-bottom:.75rem!important}.app-module__TKvdva__section_header h3{margin:0;font-size:1.25rem;font-weight:900;line-height:1}.app-module__TKvdva__section_group{flex-direction:column;gap:0;display:flex}.app-module__TKvdva__regions_shortcut_card,.app-module__TKvdva__lock_shortcut_card,.app-module__TKvdva__emergency_shortcut_card{flex-direction:column;display:flex;justify-content:flex-start!important;height:200px!important;padding:3rem 2rem 2rem!important}.app-module__TKvdva__text_btn{color:var(--primary);cursor:pointer;background:0 0;border:none;font-size:.85rem;font-weight:800}.app-module__TKvdva__urgent_list{flex-direction:column;gap:1rem;display:flex}.app-module__TKvdva__urgent_item{background:var(--card-bg);border:1px solid var(--glass-border);border-radius:20px;align-items:center;gap:1.5rem;padding:1.25rem;display:flex}.app-module__TKvdva__blood_type_badge{background:var(--primary-light);width:55px;height:55px;color:var(--primary);border-radius:15px;justify-content:center;align-items:center;font-size:1.25rem;font-weight:900;display:flex}.app-module__TKvdva__request_info{flex-direction:column;flex:1;display:flex}.app-module__TKvdva__request_location{font-size:1rem;font-weight:800}.app-module__TKvdva__request_action{flex-direction:column;align-items:flex-end;gap:.5rem;display:flex}.app-module__TKvdva__time_tag{color:var(--primary);font-size:.75rem;font-weight:800}.app-module__TKvdva__btn_donor{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:10px;padding:.5rem 1.25rem;font-size:.8rem;font-weight:800}.app-module__TKvdva__next_donation_card{background:var(--card-bg);border:1px solid var(--glass-border);border-radius:24px;margin-bottom:1.5rem;padding:2rem}.app-module__TKvdva__widget_header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.app-module__TKvdva__widget_header h4{color:var(--muted);font-weight:800}.app-module__TKvdva__date_display{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.app-module__TKvdva__big_date{color:var(--primary);font-size:4rem;font-weight:900;line-height:1}.app-module__TKvdva__month_year{flex-direction:column;display:flex}.app-module__TKvdva__month_year span:first-child{text-transform:uppercase;font-size:1.25rem;font-weight:900}.app-module__TKvdva__month_year span:last-child{color:var(--muted);font-weight:700}.app-module__TKvdva__countdown{color:var(--muted);margin-bottom:1.5rem;font-weight:700}.app-module__TKvdva__btn_outline_full{border:1px solid var(--glass-border);width:100%;color:var(--foreground);cursor:pointer;background:0 0;border-radius:12px;padding:1rem;font-weight:800;transition:all .3s}.app-module__TKvdva__btn_outline_full:hover{border-color:var(--primary);color:var(--primary)}.app-module__TKvdva__health_widget{background:var(--secondary);color:#fff;border-radius:24px;padding:2rem}.app-module__TKvdva__health_widget h4{margin-bottom:1rem}.app-module__TKvdva__health_widget p{opacity:.9;margin-bottom:1.5rem;font-size:.9rem;font-style:italic}.app-module__TKvdva__text_btn_sm{color:#fff;cursor:pointer;background:0 0;border:none;font-size:.8rem;font-weight:800;text-decoration:underline}@media (max-width:1024px){.app-module__TKvdva__stats_grid{grid-template-columns:repeat(2,1fr)}.app-module__TKvdva__dashboard_layout{grid-template-columns:1fr}}@media (max-width:768px){.app-module__TKvdva__welcome_banner{border-radius:20px;flex-direction:column;align-items:flex-start;gap:1.25rem;padding:1.5rem}.app-module__TKvdva__stats_grid{gap:.75rem}.app-module__TKvdva__stat_card{border-radius:18px;padding:1rem}.app-module__TKvdva__stat_icon{border-radius:12px;width:42px;height:42px;font-size:1.2rem}.app-module__TKvdva__stat_value{font-size:1.1rem}.app-module__TKvdva__stat_label{font-size:.7rem}.app-module__TKvdva__blood_type_badge{border-radius:12px;width:48px;height:48px;font-size:1.1rem}.app-module__TKvdva__urgent_item{border-radius:18px;padding:1rem}.app-module__TKvdva__request_location{font-size:.95rem}}.app-module__TKvdva__page_header{align-items:center;gap:1.5rem;margin-bottom:2.5rem;padding:.5rem 0;display:flex}.app-module__TKvdva__btn_back_app{background:var(--card-bg);border:1px solid rgba(var(--primary-rgb), .15);width:50px;height:50px;color:var(--text-main);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;box-shadow:0 4px 15px #0000000d}.app-module__TKvdva__btn_back_app:hover{background:var(--primary);color:#fff;border-color:var(--primary);box-shadow:0 10px 25px rgba(var(--primary-rgb), .3);transform:translate(-5px)scale(1.05)}.app-module__TKvdva__btn_back_app svg{width:24px;height:24px}.app-module__TKvdva__header_title h3{color:var(--text-main);letter-spacing:-.04em!important;margin:0 0 .25rem!important;font-size:2.25rem!important;font-weight:900!important;line-height:1!important}.app-module__TKvdva__header_title p{color:var(--muted);opacity:.85;margin:0;font-size:1rem;font-weight:500}.app-module__TKvdva__subpage_container{width:100%;max-width:100%;margin:0 auto}.app-module__TKvdva__subpage_container_wide{max-width:100%!important}.app-module__TKvdva__history_table{border-collapse:collapse;white-space:nowrap;width:100%}.app-module__TKvdva__history_table th,.app-module__TKvdva__history_table td{text-align:left;padding:1rem 1.25rem}.app-module__TKvdva__history_table th{background:var(--bg-alt);color:var(--muted);text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid var(--glass-border);font-size:.75rem;font-weight:800}.app-module__TKvdva__history_table td{border-bottom:1px solid var(--glass-border);color:var(--foreground);vertical-align:middle;font-size:.9rem;font-weight:600}.app-module__TKvdva__history_table tbody tr{transition:background-color .2s}.app-module__TKvdva__history_table tbody tr:hover{background:#00000005}@media (prefers-color-scheme:dark){.app-module__TKvdva__history_table tbody tr:hover{background:#ffffff08}}.app-module__TKvdva__subpage_header{align-items:center;gap:1.25rem;margin-bottom:2rem;display:flex;position:relative}.app-module__TKvdva__subpage_header h2{letter-spacing:-.04em;margin:0 0 .5rem;font-size:2.25rem;font-weight:900;line-height:1.1}.app-module__TKvdva__subpage_header p{color:var(--muted);max-width:500px;margin:0;font-weight:500}.app-module__TKvdva__btn_primary{background:var(--primary);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:16px;justify-content:center;align-items:center;gap:.75rem;padding:.8rem 1.75rem;font-size:.9rem;font-weight:800;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 12px #dc262633}.app-module__TKvdva__btn_primary:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 8px 20px #dc26264d}.app-module__TKvdva__btn_primary:active{transform:translateY(0)}.app-module__TKvdva__btn_primary svg{stroke-width:3px}@media (max-width:768px){.app-module__TKvdva__page_header{gap:1rem;margin-bottom:1.5rem}.app-module__TKvdva__btn_back_app{width:42px;height:42px}.app-module__TKvdva__header_title h3{font-size:1.75rem!important}.app-module__TKvdva__header_title p{font-size:.9rem}.app-module__TKvdva__subpage_header{flex-wrap:wrap;gap:.75rem;margin-bottom:1.25rem;padding-bottom:.75rem}.app-module__TKvdva__subpage_header h2{white-space:nowrap;font-size:1.2rem}.app-module__TKvdva__subpage_header>div{flex:1;min-width:200px}.app-module__TKvdva__subpage_header button[class*=btn_primary]{order:3;justify-content:center;width:100%;margin-top:.5rem;margin-left:0!important}.app-module__TKvdva__subpage_header p{opacity:.8;margin-top:.25rem;font-size:.75rem}}.app-module__TKvdva__history_list{flex-direction:column;gap:1.25rem;width:100%;display:flex}.app-module__TKvdva__history_card{background:var(--card-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:24px;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.5rem;transition:all .4s cubic-bezier(.2,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000005}.app-module__TKvdva__history_card:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:all .5s;position:absolute;top:0;left:-100%}.app-module__TKvdva__history_card:hover:before{left:100%}.app-module__TKvdva__history_card:hover{border-color:rgba(var(--primary-rgb), .3);transform:translateY(-5px)scale(1.01);box-shadow:0 15px 35px #0000000d}.app-module__TKvdva__history_card_left{flex:1;align-items:center;gap:1.5rem;display:flex}.app-module__TKvdva__history_card_right{flex-direction:column;align-items:flex-end;gap:.75rem;display:flex}.app-module__TKvdva__btn_download_cert{border:1px solid rgba(var(--primary-rgb), .3);color:var(--primary);cursor:pointer;white-space:nowrap;background:0 0;border-radius:12px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.8rem;font-weight:700;transition:all .3s;display:flex}.app-module__TKvdva__btn_download_cert:hover{background:rgba(var(--primary-rgb), .05);border-color:var(--primary);transform:translateY(-2px)}.app-module__TKvdva__history_date_box{background:var(--bg-alt);border:1px solid var(--glass-border);border-radius:18px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;min-width:80px;min-height:80px;display:flex}.app-module__TKvdva__history_date_day{color:var(--primary);font-size:1.75rem;font-weight:900;line-height:1}.app-module__TKvdva__history_date_month{color:var(--muted);text-transform:uppercase;margin-top:.25rem;font-size:.75rem;font-weight:700}.app-module__TKvdva__history_details{flex-direction:column;gap:.5rem;display:flex}.app-module__TKvdva__history_location{color:var(--foreground);margin:0;font-size:1.2rem;font-weight:800}.app-module__TKvdva__history_meta{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.app-module__TKvdva__history_meta_item{color:var(--muted);align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;display:flex}.app-module__TKvdva__history_status_pill{white-space:nowrap;border-radius:100px;align-items:center;gap:.5rem;padding:.6rem 1.25rem;font-size:.85rem;font-weight:800;display:flex}.app-module__TKvdva__skeleton_history_card{background:var(--card-bg);border:1px solid var(--glass-border);border-radius:24px;height:115px}@media (max-width:768px){.app-module__TKvdva__history_card{flex-direction:column;align-items:flex-start;gap:1rem;padding:1.25rem}.app-module__TKvdva__history_card_left{width:100%}.app-module__TKvdva__history_card_right{flex-direction:row;justify-content:space-between;align-items:center;width:100%}.app-module__TKvdva__history_location{font-size:1.05rem}.app-module__TKvdva__history_status_pill{justify-content:center;width:auto}.app-module__TKvdva__btn_download_cert{padding:.5rem .75rem}}.app-module__TKvdva__rewards_grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}@media (max-width:1024px){.app-module__TKvdva__rewards_grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem}}@media (max-width:640px){.app-module__TKvdva__rewards_grid{grid-template-columns:1fr;gap:1rem}}.app-module__TKvdva__reward_card{background:var(--card-bg);border:1px solid var(--glass-border);border-radius:24px;transition:all .3s;overflow:hidden;box-shadow:0 8px 30px #00000014}.app-module__TKvdva__reward_card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000000d}.app-module__TKvdva__event_banner_card{aspect-ratio:16/9;background:#000;align-items:center;display:flex;position:relative;overflow:hidden}.app-module__TKvdva__reward_image{background:var(--bg-alt);height:160px}.app-module__TKvdva__expandable_container{grid-template-columns:repeat(2,1fr);gap:1.5rem;width:100%;display:grid}.app-module__TKvdva__accordion_item{background:var(--card-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:32px;height:fit-content;transition:all .5s cubic-bezier(.2,1,.3,1);position:relative;overflow:hidden;box-shadow:0 10px 30px #00000008}.app-module__TKvdva__accordion_item:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#fff6,#0000);width:100%;height:100%;transition:all .5s;position:absolute;top:0;left:-100%}.app-module__TKvdva__accordion_item:hover:before{left:100%}.app-module__TKvdva__accordion_item.app-module__TKvdva__active{background:var(--card-bg);border-color:var(--primary);box-shadow:0 25px 60px rgba(var(--primary-rgb), .12);grid-column:span 2}.app-module__TKvdva__accordion_header{cursor:pointer;align-items:center;gap:1.5rem;padding:1.5rem 2rem;display:flex}.app-module__TKvdva__island_icon_circle{color:#fff;text-shadow:0 2px 4px #0000001a;border-radius:22px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;font-size:1.5rem;font-weight:900;display:flex;box-shadow:0 12px 24px #0000001a}.app-module__TKvdva__island_row_title_container{flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}@media (max-width:768px){.app-module__TKvdva__island_row_title{font-size:1.1rem}}@media (max-width:768px){.app-module__TKvdva__request_count_pill{padding:.25rem .5rem;font-size:.65rem}}.app-module__TKvdva__request_count_number{color:#fff;border-radius:6px;justify-content:center;align-items:center;width:24px;height:24px;font-size:1rem;font-weight:900;display:flex}.app-module__TKvdva__chevron_icon{color:#94a3b8;flex-shrink:0;transition:transform .6s cubic-bezier(.34,1.56,.64,1)}.app-module__TKvdva__accordion_content{padding:0 2rem 2.5rem;animation:.6s cubic-bezier(.16,1,.3,1) app-module__TKvdva__slideDown}@keyframes app-module__TKvdva__slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:992px){.app-module__TKvdva__expandable_container{grid-template-columns:1fr;gap:1rem}.app-module__TKvdva__accordion_item.app-module__TKvdva__active{grid-column:span 1}.app-module__TKvdva__accordion_header{gap:.75rem;padding:.85rem 1rem}.app-module__TKvdva__accordion_content{padding:0 1rem 1.5rem}.app-module__TKvdva__island_icon_circle{border-radius:10px;width:40px;height:40px;font-size:1rem}.app-module__TKvdva__island_row_title{font-size:1rem;line-height:1.2}.app-module__TKvdva__request_count_pill{padding:.25rem .75rem;font-size:.65rem}}.app-module__TKvdva__province_list_app{border-top:1px solid var(--glass-border);flex-direction:column;gap:.75rem;padding-top:1rem;display:flex}.app-module__TKvdva__province_row_app{border:1px solid var(--glass-border);background:var(--bg-alt);border-radius:16px;transition:all .2s;overflow:hidden}.app-module__TKvdva__province_row_app.app-module__TKvdva__expanded{border-color:var(--primary);background:var(--card-bg)}.app-module__TKvdva__prov_trigger{cursor:pointer;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.app-module__TKvdva__prov_title{color:var(--foreground);font-size:.95rem;font-weight:700}.app-module__TKvdva__prov_count{color:var(--primary);font-size:.8rem;font-weight:900}@media (max-width:480px){.app-module__TKvdva__prov_trigger{padding:.75rem 1rem}.app-module__TKvdva__prov_title{font-size:.85rem}}.app-module__TKvdva__regency_container_app{flex-direction:column;gap:.5rem;padding:0 1.25rem 1.25rem;display:flex}.app-module__TKvdva__regency_item_app{background:var(--bg-alt);border-radius:10px;padding:.75rem 1rem}.app-module__TKvdva__reg_trigger{cursor:pointer;justify-content:space-between;align-items:center;display:flex}.app-module__TKvdva__reg_trigger span{font-size:.85rem;font-weight:600}.app-module__TKvdva__reg_trigger small{opacity:.6;font-size:.7rem}@media (max-width:480px){.app-module__TKvdva__regency_item_app{padding:.5rem .75rem}.app-module__TKvdva__reg_trigger span{font-size:.75rem}}.app-module__TKvdva__hospital_sublist_app{border-top:1px dashed var(--glass-border);flex-direction:column;gap:1rem;margin-top:1rem;padding-top:1rem;display:flex}.app-module__TKvdva__hosp_card_app h6{margin-bottom:.5rem;font-size:.85rem;font-weight:800}.app-module__TKvdva__req_mini_grid{flex-wrap:wrap;gap:.5rem;display:flex}.app-module__TKvdva__mini_req{background:var(--card-bg);border:1px solid var(--glass-border);border-radius:8px;align-items:center;gap:.5rem;padding:.4rem;display:flex}.app-module__TKvdva__mini_type{background:var(--primary);color:#fff;border-radius:4px;justify-content:center;align-items:center;width:28px;height:28px;font-size:.75rem;font-weight:900;display:flex}.app-module__TKvdva__mini_req button{background:rgba(var(--primary-rgb), .1);color:var(--primary);cursor:pointer;border:none;border-radius:4px;padding:.25rem .5rem;font-size:.65rem;font-weight:800}.app-module__TKvdva__row_trigger{cursor:pointer;justify-content:space-between;align-items:center;padding:1.25rem 1.75rem;transition:background .2s;display:flex}.app-module__TKvdva__row_trigger:hover{background:rgba(var(--primary-rgb), .02)}.app-module__TKvdva__row_main{align-items:center;gap:1rem;display:flex}.app-module__TKvdva__row_icon{background:rgba(var(--primary-rgb), .1);width:38px;height:38px;color:var(--primary);border-radius:10px;justify-content:center;align-items:center;display:flex}.app-module__TKvdva__row_title{color:var(--foreground);font-size:1.1rem;font-weight:800}.app-module__TKvdva__row_meta{align-items:center;gap:1.5rem;display:flex}.app-module__TKvdva__request_count{color:var(--primary);font-size:1.1rem;font-weight:900}.app-module__TKvdva__request_count small{opacity:.6;font-size:.65rem;font-weight:700}.app-module__TKvdva__row_chevron{color:var(--muted);transition:transform .4s}.app-module__TKvdva__expanded .app-module__TKvdva__row_chevron{transform:rotate(180deg)}.app-module__TKvdva__sub_content{flex-direction:column;gap:.75rem;padding:0 1.5rem 1.5rem;display:flex}.app-module__TKvdva__regency_item{border:1px solid rgba(var(--primary-rgb), .08);background:#00000003;border-radius:14px;overflow:hidden}.app-module__TKvdva__regency_trigger{cursor:pointer;justify-content:space-between;align-items:center;padding:1rem 1.5rem;transition:background .2s;display:flex}.app-module__TKvdva__regency_trigger:hover{background:rgba(var(--primary-rgb), .03)}.app-module__TKvdva__regency_title{color:var(--foreground);font-size:.95rem;font-weight:700}.app-module__TKvdva__regency_count{color:var(--primary);opacity:.7;font-size:.8rem;font-weight:800}.app-module__TKvdva__hospital_list{background:#fff;border-top:1px solid #00000008;flex-direction:column;gap:1.5rem;padding:1.25rem;display:flex}.app-module__TKvdva__hospital_block h6{color:var(--foreground);margin:0 0 .25rem;font-size:.95rem;font-weight:800}.app-module__TKvdva__hospital_block small{color:var(--muted);margin-bottom:1rem;font-size:.8rem;display:block}.app-module__TKvdva__requests_mini_grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.75rem;display:grid}.app-module__TKvdva__mini_request_card{background:var(--card-bg);border:1px solid rgba(var(--primary-rgb), .1);border-radius:12px;align-items:center;gap:.85rem;padding:.85rem;transition:all .2s;display:flex}.app-module__TKvdva__mini_request_card:hover{border-color:var(--primary);transform:scale(1.02)}.app-module__TKvdva__mini_blood_badge{background:var(--primary);color:#fff;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:.9rem;font-weight:900;display:flex;box-shadow:0 4px 10px #dc262633}.app-module__TKvdva__mini_info{flex-direction:column;flex:1;display:flex}.app-module__TKvdva__mini_info strong{font-size:.9rem;line-height:1.2}.app-module__TKvdva__mini_info span{opacity:.7;font-size:.7rem;font-weight:600}.app-module__TKvdva__mini_action_btn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.45rem .85rem;font-size:.75rem;font-weight:800;transition:opacity .2s}.app-module__TKvdva__mini_action_btn:hover{opacity:.9}.app-module__TKvdva__request_details{color:var(--foreground);font-size:1rem!important;font-weight:800!important}.app-module__TKvdva__reward_info{padding:1.5rem}.app-module__TKvdva__reward_tag{color:var(--primary);text-transform:uppercase;margin-bottom:.5rem;font-size:.7rem;font-weight:800;display:block}.app-module__TKvdva__reward_info h4{margin-bottom:1rem;font-size:1.1rem;font-weight:800}.app-module__TKvdva__reward_action{justify-content:space-between;align-items:center;display:flex}.app-module__TKvdva__points_tag{color:#10b981;align-items:center;gap:.25rem;font-weight:800;display:flex}[data-theme=dark] .app-module__TKvdva__points_tag{color:#34d399}.app-module__TKvdva__btn_claim{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:10px;padding:.5rem 1rem;font-size:.8rem;font-weight:800}.app-module__TKvdva__more_menu_grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.25rem;display:grid}.app-module__TKvdva__help_banner{background:var(--secondary);color:#fff;border-radius:32px;margin-top:2rem;padding:1.5rem 2rem;position:relative;overflow:hidden}.app-module__TKvdva__help_banner h4{margin:0 0 .75rem;font-size:1.2rem;font-weight:900}.app-module__TKvdva__help_banner p{opacity:.8;margin:0 0 1.5rem;font-size:.85rem;line-height:1.5}@media (max-width:768px){.app-module__TKvdva__more_menu_grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}.app-module__TKvdva__help_banner{border-radius:20px;margin-top:1.5rem;padding:1.25rem}.app-module__TKvdva__help_banner h4{margin-bottom:.5rem;font-size:1.05rem}.app-module__TKvdva__help_banner p{margin-bottom:1.25rem;font-size:.75rem}}@media (max-width:480px){.app-module__TKvdva__more_menu_grid{grid-template-columns:repeat(2,1fr);gap:.75rem}}.app-module__TKvdva__dashboard_services_grid,.app-module__TKvdva__minimal_grid{grid-template-columns:repeat(10,1fr);gap:1.25rem;max-height:fit-content;display:grid;overflow:hidden}.app-module__TKvdva__dashboard_services_grid>:nth-child(n+21){display:none}.app-module__TKvdva__minimal_grid{overflow:visible}@media (max-width:1439px){.app-module__TKvdva__dashboard_services_grid,.app-module__TKvdva__minimal_grid{grid-template-columns:repeat(8,1fr)}.app-module__TKvdva__dashboard_services_grid>:nth-child(n+17){display:none}}@media (max-width:1024px){.app-module__TKvdva__dashboard_services_grid,.app-module__TKvdva__minimal_grid{grid-template-columns:repeat(6,1fr)}.app-module__TKvdva__dashboard_services_grid>:nth-child(n+13){display:none}}@media (max-width:768px){.app-module__TKvdva__dashboard_services_grid,.app-module__TKvdva__minimal_grid{grid-template-columns:repeat(4,1fr)}.app-module__TKvdva__dashboard_services_grid>:nth-child(n+9){display:none}}@media (max-width:480px){.app-module__TKvdva__dashboard_services_grid,.app-module__TKvdva__minimal_grid{grid-template-columns:repeat(4,1fr);gap:.5rem}.app-module__TKvdva__dashboard_services_grid>:nth-child(n+9){display:none}}.app-module__TKvdva__service_item_minimal{color:inherit;text-align:center;flex-direction:column;align-items:center;padding:.75rem;text-decoration:none;transition:transform .2s;display:flex}.app-module__TKvdva__service_item_minimal:active{transform:scale(.95)}@media (max-width:480px){.app-module__TKvdva__service_item_minimal{padding:.25rem}}.app-module__TKvdva__service_icon_box{background:var(--bg-alt);border:1px solid var(--glass-border);border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.app-module__TKvdva__service_item_minimal:hover .app-module__TKvdva__service_icon_box{background:var(--card-bg);border-color:var(--primary);transform:translateY(-5px);box-shadow:0 8px 20px #0000000d}.app-module__TKvdva__service_title{color:var(--foreground);margin:0;font-size:.95rem;font-weight:800;line-height:1.2}@media (max-width:480px){.app-module__TKvdva__service_icon_box{border-radius:12px;width:42px;height:42px;margin-bottom:.4rem}.app-module__TKvdva__service_title{max-width:64px;font-size:.65rem}}.app-module__TKvdva__profile_card{background:var(--card-bg);border:1px solid var(--glass-border);border-radius:32px;width:100%;max-width:100%;padding:3rem}.app-module__TKvdva__profile_sections_grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:1024px){.app-module__TKvdva__profile_sections_grid{grid-template-columns:1fr 1fr;gap:3rem}}.app-module__TKvdva__profile_section{margin-bottom:2.5rem}.app-module__TKvdva__profile_section h4{border-bottom:2px solid var(--primary-light);margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.1rem;font-weight:800;display:inline-block}.app-module__TKvdva__form_row{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem;display:grid}@media (max-width:768px){.app-module__TKvdva__form_row{grid-template-columns:1fr;gap:1rem}}.app-module__TKvdva__input_group label{color:var(--muted);font-size:.85rem;font-weight:700}.app-module__TKvdva__input_group input,.app-module__TKvdva__input_group select,.app-module__TKvdva__input_group textarea{background:var(--bg-alt);border:1.5px solid var(--glass-border);color:var(--foreground);border-radius:12px;padding:.75rem 1.25rem;font-weight:600;transition:all .3s}@media (max-width:768px){.app-module__TKvdva__form_row{grid-template-columns:1fr}.app-module__TKvdva__profile_card{padding:1.5rem}}.app-module__TKvdva__events_slider_section{width:100%;margin-bottom:2.5rem}.app-module__TKvdva__section_header{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.app-module__TKvdva__section_header h3{font-size:1.25rem;font-weight:900}.app-module__TKvdva__text_btn{color:var(--primary);cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:.9rem;font-weight:800;text-decoration:none}.app-module__TKvdva__text_btn:hover{opacity:.8}.app-module__TKvdva__slider_container{background:var(--bg-alt);border-radius:28px;width:100%;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000d}.app-module__TKvdva__slider_track{will-change:transform;flex-flow:row;width:100%;transition:transform .6s cubic-bezier(.4,0,.2,1);display:flex}.app-module__TKvdva__slider_slide{flex:0 0 100%;width:100%;min-width:100%}.app-module__TKvdva__event_banner_card{aspect-ratio:16/9;cursor:pointer;background:#000;border-radius:24px;width:100%;text-decoration:none;display:block;position:relative;overflow:hidden;box-shadow:0 10px 20px #0000000d}.app-module__TKvdva__event_banner_card:hover .app-module__TKvdva__event_banner_image img{transform:scale(1.05)}.app-module__TKvdva__event_banner_image{z-index:1;width:100%;height:100%;transition:transform .5s;position:absolute;top:0;left:0}.app-module__TKvdva__event_banner_image img{object-fit:cover;opacity:1;filter:brightness(.85);width:100%;height:100%;transition:transform .8s;display:block}.app-module__TKvdva__event_banner_overlay{z-index:2;background:linear-gradient(45deg,#dc2626d9 0%,#dc262666 25%,#0000 60%);width:100%;height:100%;position:absolute;top:0;left:0}.app-module__TKvdva__event_banner_content{z-index:3;color:#fff;flex-direction:column;justify-content:flex-end;align-items:flex-start;width:100%;height:100%;padding:1.5rem;display:flex;position:absolute;top:0;left:0}.app-module__TKvdva__event_date_badge{background:var(--primary);color:#fff;border-radius:100px;width:fit-content;margin-bottom:.4rem;padding:.25rem .75rem;font-size:.65rem;font-weight:900;display:inline-flex;box-shadow:0 4px 10px #dc26264d}.app-module__TKvdva__event_banner_content h4{text-shadow:0 2px 4px #00000080;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0 0 .1rem;font-size:1.25rem;font-weight:900;line-height:1.2;display:-webkit-box;overflow:hidden}.app-module__TKvdva__event_banner_content p{opacity:.95;text-shadow:0 1px 4px #0009;margin:0 0 1rem;font-size:.8rem;font-weight:600}.app-module__TKvdva__btn_donor_sm{background:var(--card-bg);color:var(--primary);cursor:pointer;border:none;border-radius:100px;padding:.75rem 2rem;font-size:.9rem;font-weight:900;transition:all .3s;box-shadow:0 10px 20px #0000001a}.app-module__TKvdva__btn_donor_sm:hover{background:var(--bg-alt);transform:translateY(-2px);box-shadow:0 15px 25px #00000026}.app-module__TKvdva__slider_dots{z-index:10;align-items:center;gap:.4rem;display:flex;position:absolute;bottom:1.5rem;right:2rem}.app-module__TKvdva__slider_dot{cursor:pointer;background:#fff6;border:none;border-radius:50%;width:6px;height:6px;padding:0;transition:all .3s;display:block}.app-module__TKvdva__slider_dot.app-module__TKvdva__active{background:var(--card-bg);border-radius:100px;width:16px;height:6px}.app-module__TKvdva__event_status_badge{z-index:5;color:#fff;letter-spacing:.5px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);pointer-events:none;border:1px solid #fff3;border-radius:100px;padding:.25rem .75rem;font-size:.7rem;font-weight:900;position:absolute;top:1rem;left:auto;right:1rem;box-shadow:0 4px 12px #00000026}@media (max-width:768px){.app-module__TKvdva__event_banner_card{aspect-ratio:16/10;border-radius:20px}.app-module__TKvdva__event_banner_content{padding:.85rem}.app-module__TKvdva__event_banner_content h4{font-size:1.05rem}.app-module__TKvdva__event_banner_content p{margin-bottom:.75rem;font-size:.7rem;line-height:1.3}.app-module__TKvdva__btn_donor_sm{width:100%;padding:.6rem 1.5rem;font-size:.8rem}.app-module__TKvdva__slider_dots{bottom:1rem;right:50%;transform:translate(50%)}.app-module__TKvdva__event_status_badge{padding:.2rem .6rem;font-size:.6rem;top:.75rem;left:auto;right:.75rem}}.app-module__TKvdva__slider_container_native{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;background:0 0;width:100%;overflow-x:auto;display:block!important}.app-module__TKvdva__slider_container_native::-webkit-scrollbar{display:none}.app-module__TKvdva__slider_track_native{gap:1rem;width:100%;padding:0;flex-flow:row!important;display:flex!important}.app-module__TKvdva__slider_slide_native{scroll-snap-align:start;flex:0 0 100%;width:100%;min-width:100%}@media (min-width:768px){.app-module__TKvdva__slider_slide_native{flex:0 0 calc(50% - .5rem);width:calc(50% - .5rem);min-width:calc(50% - .5rem)}}@media (min-width:1024px){.app-module__TKvdva__slider_slide_native{flex:0 0 calc(33.333% - .667rem);width:calc(33.333% - .667rem);min-width:calc(33.333% - .667rem)}}@media (min-width:1440px){.app-module__TKvdva__slider_slide_native{flex:0 0 calc(25% - .75rem);width:calc(25% - .75rem);min-width:calc(25% - .75rem)}}.app-module__TKvdva__slider_dots_outside{justify-content:center;align-items:center;gap:.6rem;margin:.5rem 0 0;display:flex}@media (max-width:768px){.app-module__TKvdva__slider_dots_outside{margin:.5rem 0 0}}.app-module__TKvdva__slider_dot_dark{cursor:pointer;background:#e2e8f0;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .3s;display:block}.app-module__TKvdva__slider_dot_dark.app-module__TKvdva__active{background:var(--primary);border-radius:100px;width:24px;height:8px}.app-module__TKvdva__emergency_actions_container{grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:960px;margin:3rem auto;display:grid}.app-module__TKvdva__emergency_big_btn{text-align:center;border:1px solid #0000000d;border-radius:40px;flex-direction:column;justify-content:center;align-items:center;padding:3rem 2rem;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 10px 30px #0000000d}.app-module__TKvdva__emergency_big_btn svg{width:80px;height:80px;margin-bottom:2rem;transition:transform .4s}.app-module__TKvdva__emergency_big_btn h3{margin:0;font-size:1.5rem;font-weight:900}.app-module__TKvdva__btn_request_large{color:#fff;background:#ef4444}.app-module__TKvdva__btn_request_large:hover{background:#dc2626;transform:translateY(-8px);box-shadow:0 20px 40px #ef44444d}.app-module__TKvdva__btn_donor_large{background:var(--card-bg);color:var(--foreground)}.app-module__TKvdva__btn_donor_large:hover{background:var(--bg-alt);transform:translateY(-8px);box-shadow:0 20px 40px #00000014}.app-module__TKvdva__btn_donor_large svg{color:#ef4444}.app-module__TKvdva__pmi_call_box_card{flex-direction:column;justify-content:center;align-items:center;text-decoration:none;display:flex}.app-module__TKvdva__pmi_call_box_card .app-module__TKvdva__pmi_call_label{opacity:.9;margin-bottom:.25rem;font-size:.8rem}.app-module__TKvdva__pmi_call_box_card .app-module__TKvdva__pmi_call_number{margin:.25rem 0;font-size:3rem}.app-module__TKvdva__pmi_call_box_card .app-module__TKvdva__pmi_call_desc{margin-top:.5rem;font-size:.75rem;line-height:1.4}.app-module__TKvdva__emergency_big_btn:hover svg{transform:scale(1.15)rotate(-5deg)}@media (max-width:768px){.app-module__TKvdva__emergency_actions_container{grid-template-columns:1fr;padding:0 1rem}.app-module__TKvdva__emergency_big_btn{padding:2.5rem 1.5rem}.app-module__TKvdva__emergency_big_btn svg{width:64px;height:64px;margin-bottom:1.5rem}.app-module__TKvdva__emergency_big_btn h3{font-size:1.2rem}}.app-module__TKvdva__emergency_page_title{margin:0;font-size:2rem;font-weight:900}.app-module__TKvdva__emergency_page_subtitle{opacity:.8;margin:0}.app-module__TKvdva__emergency_info_wrapper{max-width:900px;margin:0 auto}.app-module__TKvdva__pmi_call_box{background:var(--primary);text-align:center;border:1px solid var(--glass-border);border-radius:32px;padding:2.5rem;box-shadow:0 20px 40px #dc262640}.app-module__TKvdva__pmi_call_label{color:#fffc;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;font-size:.9rem;font-weight:800}.app-module__TKvdva__pmi_call_number{color:#fff;font-size:3.5rem;font-weight:900;line-height:1;text-decoration:none;display:block}.app-module__TKvdva__pmi_call_desc{color:#fff;opacity:.9;margin-top:1.5rem;font-size:.85rem;font-weight:600}.app-module__TKvdva__emergency_health_widget{background:var(--bg-alt);border:1px solid var(--glass-border);color:var(--muted);margin-top:2rem}.app-module__TKvdva__emergency_health_widget h4{color:var(--foreground)}.app-module__TKvdva__emergency_health_widget p{opacity:1;color:var(--muted);font-size:.85rem;font-style:normal}@media (max-width:768px){.app-module__TKvdva__emergency_page_title{font-size:1.5rem}.app-module__TKvdva__emergency_page_subtitle{font-size:.85rem}.app-module__TKvdva__emergency_actions_container{gap:1rem;margin:1.5rem auto}.app-module__TKvdva__pmi_call_box{border-radius:24px;padding:1.5rem}.app-module__TKvdva__pmi_call_number{font-size:2.5rem}.app-module__TKvdva__pmi_call_desc{margin-top:1rem;font-size:.75rem}.app-module__TKvdva__emergency_health_widget{margin-top:1rem;padding:1rem}}@media (max-width:480px){.app-module__TKvdva__emergency_big_btn{border-radius:24px;padding:1.5rem 1rem}.app-module__TKvdva__emergency_big_btn svg{width:48px;height:48px;margin-bottom:1rem}.app-module__TKvdva__pmi_call_number{font-size:2rem}}.app-module__TKvdva__back_btn_container{background:var(--card-bg);border:1px solid var(--glass-border);width:44px;height:44px;color:var(--foreground);cursor:pointer;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;margin-right:0;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 12px #00000008}.app-module__TKvdva__back_btn_container:hover{background:var(--primary);color:#fff;border-color:var(--primary);transform:translate(-4px);box-shadow:0 8px 20px #dc262633}.app-module__TKvdva__back_btn_container svg{width:22px;height:22px}.app-module__TKvdva__map_container_full{background:#f8fafc;border:1px solid #0000000d;border-radius:32px;width:100%;height:260px;margin-bottom:1.5rem;position:relative;overflow:hidden}.app-module__TKvdva__map_placeholder{background-image:radial-gradient(#cbd5e1 1px,#0000 1px);background-size:20px 20px;width:100%;height:100%;position:relative}.app-module__TKvdva__map_grid_overlay{background:linear-gradient(#fffc 0%,#0000 20% 80%,#fffc 100%);position:absolute;inset:0}.app-module__TKvdva__map_route_svg{width:100%;height:100%;position:absolute;inset:0}.app-module__TKvdva__pin_pickup,.app-module__TKvdva__pin_destination{flex-direction:column;align-items:center;display:flex;position:absolute;transform:translate(-50%,-100%)}.app-module__TKvdva__pin_dot{background:#3b82f6;border:3px solid #fff;border-radius:50%;width:12px;height:12px;box-shadow:0 0 10px #3b82f680}.app-module__TKvdva__pin_dot_dest{background:var(--primary);border:3px solid #fff;border-radius:50%;width:12px;height:12px;box-shadow:0 0 10px #dc262680}.app-module__TKvdva__pin_label{background:#fff;border-radius:6px;margin-top:4px;padding:2px 8px;font-size:.6rem;font-weight:800;box-shadow:0 2px 5px #0000001a}.app-module__TKvdva__location_picker_card{background:var(--card-bg);border:1px solid var(--glass-border);border-radius:20px;flex-direction:column;gap:.75rem;width:calc(100% - 40px);max-width:600px;padding:1.25rem;display:flex;position:absolute;left:50%;transform:translate(-50%);box-shadow:0 10px 25px #0000001a}.app-module__TKvdva__location_input_row{align-items:center;gap:1rem;display:flex}.app-module__TKvdva__location_dot_start{background:#3b82f6;border-radius:50%;flex-shrink:0;width:8px;height:8px}.app-module__TKvdva__location_dot_end{background:var(--primary);border-radius:2px;flex-shrink:0;width:8px;height:8px}.app-module__TKvdva__location_divider{border-left:1px dashed #cbd5e1;height:15px;margin-left:3.5px}.app-module__TKvdva__location_input{width:100%;color:var(--foreground);background:0 0;border:none;font-size:.9rem;font-weight:600}.app-module__TKvdva__location_input:focus{outline:none}.app-module__TKvdva__vehicle_selection_section{margin-top:1rem}.app-module__TKvdva__selection_title{color:var(--foreground);margin-bottom:1rem;font-size:1rem;font-weight:800}.app-module__TKvdva__vehicle_list{flex-direction:column;gap:.75rem;display:flex}.app-module__TKvdva__vehicle_item{background:var(--card-bg);border:1px solid var(--glass-border);cursor:pointer;border-radius:20px;align-items:center;gap:1.25rem;padding:1rem;transition:all .3s;display:flex;box-shadow:0 4px 12px #00000008}.app-module__TKvdva__vehicle_item.app-module__TKvdva__selected{border-color:var(--primary);background:#dc262614;box-shadow:0 8px 24px #dc262626}.app-module__TKvdva__vehicle_icon_box{background:var(--bg-alt);border-radius:14px;justify-content:center;align-items:center;width:54px;height:54px;display:flex}.app-module__TKvdva__vehicle_info{flex-direction:column;flex-grow:1;display:flex}.app-module__TKvdva__vehicle_info strong{color:var(--foreground);font-size:1rem}.app-module__TKvdva__vehicle_info span{color:var(--muted);font-size:.8rem}.app-module__TKvdva__vehicle_price{color:var(--foreground);font-weight:800}.app-module__TKvdva__map_action_group{z-index:1000;align-items:center;gap:12px;width:calc(100% - 40px);max-width:600px;display:flex;position:absolute;bottom:140px;left:50%;transform:translate(-50%)}.app-module__TKvdva__map_action_main{flex:1}.app-module__TKvdva__map_action_locate{background:var(--card-bg);border:1px solid var(--glass-border);width:56px;height:56px;color:var(--primary);cursor:pointer;border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex;box-shadow:0 10px 25px #0000001a}.app-module__TKvdva__map_action_locate:active{transform:scale(.95)}.app-module__TKvdva__order_action_footer{z-index:100;background:#fff;border-top:1px solid #0000000d;justify-content:center;margin-top:auto;padding:1.5rem 0;display:flex;position:sticky;bottom:0}.app-module__TKvdva__btn_order_now{background:var(--primary);color:#fff;cursor:pointer;text-align:center;border:none;border-radius:18px;justify-content:center;align-items:center;width:100%;padding:1rem;font-size:1.1rem;font-weight:800;transition:all .3s;display:flex}.app-module__TKvdva__btn_order_now:hover{transform:translateY(-2px);box-shadow:0 8px 20px #dc26264d}.app-module__TKvdva__event_detail_hero_native{background:#f8fafc;width:100%;position:relative;overflow:hidden}.app-module__TKvdva__event_detail_hero_bg_native{width:100%;line-height:0;display:block}.app-module__TKvdva__event_detail_hero_bg_native img{width:100%;height:auto;display:block}.app-module__TKvdva__event_status_badge_detail{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;text-transform:uppercase;letter-spacing:1px;background:#fff3;border-radius:100px;padding:6px 16px;font-size:.8rem;font-weight:800}.app-module__TKvdva__event_detail_body{grid-template-columns:1fr 380px;gap:3.5rem;max-width:1400px;margin:0 auto;padding:3rem 5%;display:grid}.app-module__TKvdva__event_sidebar_card{background:#fff;border:1px solid #00000008;border-radius:32px;padding:2.5rem;position:sticky;top:100px;box-shadow:0 15px 40px #0000000d}@media (max-width:1024px){.app-module__TKvdva__event_detail_body{grid-template-columns:1fr;gap:2rem;width:100%;margin:0;padding:1.5rem 1rem}.app-module__TKvdva__event_sidebar{order:2;width:100%}.app-module__TKvdva__event_sidebar_card{border-radius:24px;width:100%;padding:1.5rem;position:static}.app-module__TKvdva__event_detail_hero_native{border-radius:0;width:calc(100% + 3rem);margin:-1.5rem -1.5rem 0}}@media (max-width:480px){.app-module__TKvdva__event_detail_hero_native{width:calc(100% + 1.5rem);margin:-1rem -.75rem 0}.app-module__TKvdva__event_detail_body{padding:1.25rem .5rem}}.app-module__TKvdva__search_location_btn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:12px;margin-left:.5rem;padding:.6rem 1.25rem;font-size:.8rem;font-weight:800;transition:all .2s}.app-module__TKvdva__search_location_btn:hover{background:#b91c1c;transform:scale(1.05)}.app-module__TKvdva__search_location_btn:disabled{color:#94a3b8;cursor:not-allowed;background:#e2e8f0;transform:none}.app-module__TKvdva__events_list{grid-template-columns:1fr;gap:1.5rem;margin-top:1.5rem;display:grid}@media (min-width:640px){.app-module__TKvdva__events_list{grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}}@media (min-width:1024px){.app-module__TKvdva__hide_on_desktop{display:none!important}}.app-module__TKvdva__stock_stats_grid{grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1.5rem;display:grid}@media (min-width:768px){.app-module__TKvdva__stock_stats_grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1200px){.app-module__TKvdva__stock_stats_grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1600px){.app-module__TKvdva__stock_stats_grid{grid-template-columns:repeat(4,1fr)}}.app-module__TKvdva__dark_map_filter{filter:invert()hue-rotate(180deg)brightness(1.1)contrast(.9)grayscale(.2)!important}.app-module__TKvdva__share_section{border-top:1px solid #0000000d;margin-top:2rem;padding-top:2rem}.app-module__TKvdva__share_title{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:.75rem;font-weight:800}.app-module__TKvdva__share_grid{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}.app-module__TKvdva__share_btn{border:1px solid var(--glass-border);background:var(--bg-alt);cursor:pointer;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:1rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.app-module__TKvdva__share_btn:hover{background:var(--card-bg);transform:translateY(-4px);box-shadow:0 8px 20px #0000000d}.app-module__TKvdva__share_btn_icon{justify-content:center;align-items:center;width:24px;height:24px;display:flex}.app-module__TKvdva__share_btn_text{color:var(--foreground);font-size:.7rem;font-weight:800}.app-module__TKvdva__share_wa{color:#25d366}.app-module__TKvdva__share_wa:hover{background:#25d3660d;border-color:#25d366}.app-module__TKvdva__share_fb{color:#1877f2}.app-module__TKvdva__share_fb:hover{background:#1877f20d;border-color:#1877f2}.app-module__TKvdva__share_ig{color:#e4405f}.app-module__TKvdva__share_ig:hover{background:#e4405f0d;border-color:#e4405f}.app-module__TKvdva__share_copy{color:var(--muted)}.app-module__TKvdva__share_copy:hover{border-color:var(--primary);color:var(--primary)}@media (max-width:1024px){.app-module__TKvdva__share_section{margin-top:1.5rem;padding-top:1.5rem}}.app-module__TKvdva__skeleton{background:#ffffff0d linear-gradient(90deg,#fff0 0%,#ffffff14 50%,#fff0 100%) 0 0/200% 100%;border-radius:12px;animation:1.8s ease-in-out infinite app-module__TKvdva__skeleton-shimmer;position:relative;overflow:hidden}@keyframes app-module__TKvdva__skeleton-shimmer{0%{background-position:-150% 0}to{background-position:150% 0}}.app-module__TKvdva__skeleton_text{height:1rem;margin-bottom:.5rem}.app-module__TKvdva__skeleton_title{width:60%;height:2rem;margin-bottom:1rem}.app-module__TKvdva__skeleton_avatar{border-radius:24px;width:100px;height:100px}.app-module__TKvdva__skeleton_input{width:100%;height:3.5rem}.app-module__TKvdva__modal_card{text-align:center;background:#fff;border-radius:28px;width:100%;max-width:400px;padding:2.5rem;animation:.4s cubic-bezier(.16,1,.3,1) app-module__TKvdva__slideUp;box-shadow:0 20px 50px #00000026}.app-module__TKvdva__modal_icon{color:#ef4444;background:#ef44441a;border-radius:20px;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.5rem;display:flex}.app-module__TKvdva__modal_card h3{color:#1e293b;margin-bottom:.75rem;font-size:1.5rem;font-weight:900}.app-module__TKvdva__modal_card p{color:#64748b;margin-bottom:2rem;line-height:1.6}.app-module__TKvdva__modal_actions{gap:1rem;display:flex}.app-module__TKvdva__btn_cancel{color:#64748b;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;flex:1;padding:1rem;font-weight:700;transition:all .2s}.app-module__TKvdva__btn_cancel:hover{background:#f1f5f9;border-color:#cbd5e1}.app-module__TKvdva__btn_confirm{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:16px;flex:1;padding:1rem;font-weight:700;transition:all .2s;box-shadow:0 4px 12px #ef44444d}.app-module__TKvdva__btn_confirm:hover{background:#dc2626;transform:translateY(-2px);box-shadow:0 6px 15px #ef444466}@keyframes app-module__TKvdva__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes app-module__TKvdva__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (min-width:1024px) and (max-width:1440px){.app-module__TKvdva__dashboard_layout{grid-template-columns:1.8fr 1fr!important;gap:2rem!important;display:grid!important}.app-module__TKvdva__hero_actions_grid{grid-template-columns:1fr 1fr!important;gap:1.5rem!important;display:grid!important}.app-module__TKvdva__sidebar_cards{flex-direction:column!important;gap:1rem!important;display:flex!important}}@media (min-width:1441px){.app-module__TKvdva__dashboard_layout{grid-template-columns:2fr 1fr!important;gap:2.5rem!important;display:grid!important}.app-module__TKvdva__hero_actions_grid{grid-template-columns:1fr 1fr!important;gap:1.5rem!important;display:grid!important}.app-module__TKvdva__sidebar_cards{flex-direction:column!important;gap:1.25rem!important;display:flex!important}}.app-module__TKvdva__regions_shortcut_card,.app-module__TKvdva__emergency_shortcut_card,.app-module__TKvdva__lock_shortcut_card,.app-module__TKvdva__cta_card,.app-module__TKvdva__health_widget{box-sizing:border-box!important;border:1px solid #ffffff1a!important;border-radius:40px!important;flex-direction:column!important;justify-content:flex-start!important;width:100%!important;height:200px!important;min-height:200px!important;padding:2.5rem 2rem!important;text-decoration:none!important;transition:all .4s cubic-bezier(.175,.885,.32,1.275)!important;display:flex!important;position:relative!important;overflow:hidden!important}.app-module__TKvdva__emergency_shortcut_card{background:linear-gradient(135deg,#ef4444 0%,#991b1b 100%)!important;box-shadow:0 20px 40px #ef444440!important}.app-module__TKvdva__regions_shortcut_card{background:linear-gradient(135deg,#2563eb 0%,#1e40af 100%)!important;box-shadow:0 20px 40px #2563eb40!important}.app-module__TKvdva__lock_shortcut_card,.app-module__TKvdva__cta_card{background:linear-gradient(135deg,#334155 0%,#0f172a 100%)!important;box-shadow:0 20px 40px #00000026!important}.app-module__TKvdva__event_cta_card{text-align:center!important;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%)!important;border:1px solid #ffffff1a!important;border-radius:32px!important;margin-top:3rem!important;padding:3rem 2rem!important;position:relative!important;overflow:hidden!important;box-shadow:0 25px 50px -12px #00000080!important}.app-module__TKvdva__event_cta_card:before{content:"";pointer-events:none;background:radial-gradient(circle,#6366f126 0%,#0000 50%);width:200%;height:200%;position:absolute;top:-50%;left:-50%}.app-module__TKvdva__event_cta_card h4{z-index:1;position:relative;color:#fff!important;margin-bottom:1rem!important;font-size:1.75rem!important;font-weight:900!important}.app-module__TKvdva__event_cta_card p{z-index:1;max-width:500px;position:relative;color:#ffffffb3!important;margin:0 auto 2rem!important;font-size:.95rem!important;line-height:1.6!important}.app-module__TKvdva__event_cta_button{z-index:1;position:relative;color:#0f172a!important;cursor:pointer!important;background:#fff!important;border:none!important;border-radius:100px!important;padding:1rem 2.5rem!important;font-size:1rem!important;font-weight:800!important;transition:all .3s!important;box-shadow:0 10px 20px #0003!important}.app-module__TKvdva__event_cta_button:hover{transform:translateY(-3px);box-shadow:0 15px 30px #fff3;background:#f8fafc!important}.app-module__TKvdva__shortcut_info,.app-module__TKvdva__cta_content,.app-module__TKvdva__tips_header{z-index:2!important;position:relative!important}.app-module__TKvdva__shortcut_info h4,.app-module__TKvdva__cta_title,.app-module__TKvdva__tips_header h4{color:#fff!important;letter-spacing:-.03em!important;text-shadow:0 2px 4px #0000001a!important;margin:0 0 .5rem!important;font-size:clamp(1rem,4.5vw,1.4rem)!important;font-weight:900!important;line-height:1.1!important}.app-module__TKvdva__shortcut_info p,.app-module__TKvdva__cta_desc,.app-module__TKvdva__tips_fade_in{color:#fffffff2!important;max-width:280px!important;margin:0!important;font-size:.9rem!important;font-style:normal!important;font-weight:500!important;line-height:1.4!important}.app-module__TKvdva__cta_btn{width:fit-content!important;margin-top:auto!important;padding:.75rem 1.25rem!important}.app-module__TKvdva__sos_fab_standalone{color:#fff;z-index:1000;background:#ef4444;border:4px solid #ffffff4d;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:84px;height:84px;text-decoration:none;transition:all .3s cubic-bezier(.175,.885,.32,1.275);animation:2s infinite app-module__TKvdva__pulse_sos;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 0 25px #ef444480}.app-module__TKvdva__sos_fab_standalone:hover{background:#dc2626;transform:scale(1.1)}[data-theme=dark] .app-module__TKvdva__sos_fab_standalone{border-color:#ef444466;box-shadow:0 0 30px #ef444499}.app-module__TKvdva__fab_text_top{letter-spacing:.02em;margin-bottom:-2px;font-size:.85rem;font-weight:900}.app-module__TKvdva__fab_text_bottom{opacity:.9;letter-spacing:.05em;margin-top:-2px;font-size:.65rem;font-weight:800}.app-module__TKvdva__sos_fab_standalone svg{width:24px;height:24px}@media (max-width:1139px){.app-module__TKvdva__bottom_nav{display:flex!important}.app-module__TKvdva__menu_btn,.app-module__TKvdva__sos_fab_standalone,.app-module__TKvdva__sidebar,.app-module__TKvdva__sidebar_overlay{display:none!important}}@media (min-width:1140px){.app-module__TKvdva__bottom_nav,.app-module__TKvdva__menu_btn{display:none!important}.app-module__TKvdva__sos_fab_standalone{visibility:visible!important;opacity:1!important;display:flex!important}.app-module__TKvdva__hero_actions_grid,.app-module__TKvdva__sidebar_cards{grid-template-columns:1fr 1fr!important;gap:1rem!important;display:grid!important}}@media (min-width:520px) and (max-width:1139px){.app-module__TKvdva__stats_grid{grid-template-columns:repeat(4,1fr)!important;align-items:stretch!important;gap:1rem!important;margin-bottom:1.5rem!important}.app-module__TKvdva__stat_card{text-align:center!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:.5rem!important;height:130px!important;padding:1.5rem 1rem!important;display:flex!important}.app-module__TKvdva__stat_card>div:first-child{margin-bottom:.4rem!important;margin-right:0!important}}@media (min-width:375px) and (max-width:519px){.app-module__TKvdva__stats_grid{grid-template-columns:repeat(2,1fr)!important;align-items:stretch!important;gap:.75rem!important;margin-bottom:1.5rem!important}.app-module__TKvdva__stat_card{text-align:center!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:.5rem!important;height:130px!important;padding:1.5rem 1rem!important;display:flex!important}.app-module__TKvdva__stat_card>div:first-child{margin-bottom:.4rem!important;margin-right:0!important}}.app-module__TKvdva__regions_content{grid-template-columns:1fr;gap:1rem;margin-top:.5rem;display:grid}@media (min-width:651px){.app-module__TKvdva__regions_content{grid-template-columns:repeat(2,1fr)!important;gap:1.5rem!important}}.app-module__TKvdva__accordion_item{background:var(--card-bg);border:1px solid var(--glass-border);border-radius:24px;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden;box-shadow:0 4px 15px #00000008}.app-module__TKvdva__accordion_item:hover{border-color:rgba(var(--primary-rgb), .2);transform:translateY(-4px);box-shadow:0 12px 30px #00000014}.app-module__TKvdva__accordion_item.app-module__TKvdva__active{border-color:var(--primary);box-shadow:0 8px 25px rgba(var(--primary-rgb), .1)}.app-module__TKvdva__accordion_header{cursor:pointer;background:0 0;align-items:center;gap:1.25rem;padding:1.5rem;transition:background .3s;display:flex}.app-module__TKvdva__accordion_header:hover{background:rgba(var(--primary-rgb), .02)}.app-module__TKvdva__island_icon_circle{color:#fff;border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;width:54px;height:54px;font-size:1.4rem;font-weight:900;display:flex;box-shadow:0 8px 20px #0000001a}@media (max-width:768px){.app-module__TKvdva__island_icon_circle{border-radius:14px;width:44px;height:44px;font-size:1.1rem}}.app-module__TKvdva__island_row_title_container{flex-direction:column;flex:1;gap:.25rem;display:flex}.app-module__TKvdva__island_row_title{color:var(--foreground);letter-spacing:-.02em;margin:0!important;font-size:1.25rem!important;font-weight:800!important}.app-module__TKvdva__request_count_pill{color:#ffffffe6;background:var(--primary);box-shadow:0 4px 10px rgba(var(--primary-rgb), .2);border-radius:12px;align-items:center;gap:.4rem;padding:.4rem .8rem;font-size:.75rem;font-weight:700;display:flex}@media (max-width:768px){.app-module__TKvdva__request_count_pill{padding:.25rem .5rem;font-size:.65rem}}.app-module__TKvdva__request_count_number{font-size:.9rem;font-weight:900;color:#fff!important}.app-module__TKvdva__chevron_icon{color:var(--muted);opacity:.5;transition:transform .3s cubic-bezier(.4,0,.2,1)}.app-module__TKvdva__accordion_item.app-module__TKvdva__active .app-module__TKvdva__chevron_icon{color:var(--primary);opacity:1}.app-module__TKvdva__island_sumatera{background:linear-gradient(135deg,#0ea5e9,#2563eb)}.app-module__TKvdva__island_jawa{background:linear-gradient(135deg,#ef4444,#991b1b)}.app-module__TKvdva__island_kalimantan{background:linear-gradient(135deg,#10b981,#047857)}.app-module__TKvdva__island_sulawesi{background:linear-gradient(135deg,#f59e0b,#d97706)}.app-module__TKvdva__island_bali{background:linear-gradient(135deg,#8b5cf6,#6d28d9)}.app-module__TKvdva__island_maluku{background:linear-gradient(135deg,#ec4899,#be185d)}.app-module__TKvdva__island_default{background:linear-gradient(135deg,#64748b,#334155)}.app-module__TKvdva__sos_fab_standalone,.app-module__TKvdva__profile_text{display:none}.app-module__TKvdva__loader{border:4px solid var(--bg-alt);border-bottom-color:var(--primary);box-sizing:border-box;border-radius:50%;width:32px;height:32px;animation:1s linear infinite app-module__TKvdva__rotation;display:inline-block}@keyframes app-module__TKvdva__rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.app-module__TKvdva__input_wrapper{width:100%;position:relative}.app-module__TKvdva__password_toggle{color:var(--muted);cursor:pointer;z-index:10;background:0 0;border:none;justify-content:center;align-items:center;padding:.25rem;transition:all .3s;display:flex;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.app-module__TKvdva__password_toggle:hover{color:var(--primary)}.app-module__TKvdva__password_input{padding-right:3rem!important}.app-module__TKvdva__modal_overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;background:#0006;justify-content:center;align-items:center;padding:1rem;transition:all .3s;display:flex;position:fixed;inset:0}[data-theme=dark] .app-module__TKvdva__modal_overlay{background:#000000b3}.app-module__TKvdva__modal_content{background:var(--card-bg);border:1px solid var(--glass-border);border-radius:24px;width:100%;max-width:600px;max-height:90vh;padding:2rem;animation:.3s cubic-bezier(.34,1.56,.64,1) app-module__TKvdva__modalPop;position:relative;overflow-y:auto;box-shadow:0 20px 50px #0000001a}[data-theme=dark] .app-module__TKvdva__modal_content{border:1px solid #ffffff1a;box-shadow:0 25px 60px #00000080}@keyframes app-module__TKvdva__modalPop{0%{opacity:0;transform:scale(.95)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.app-module__TKvdva__form_grid{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}@media (max-width:640px){.app-module__TKvdva__form_grid{grid-template-columns:1fr;gap:1rem}.app-module__TKvdva__modal_content{border-radius:20px;max-height:90vh;margin-bottom:20px;padding:1.25rem}}@media (max-width:375px){.app-module__TKvdva__modal_content{border-radius:16px;padding:1rem}.app-module__TKvdva__input_group label{font-size:.75rem}.app-module__TKvdva__input_group input,.app-module__TKvdva__input_group select,.app-module__TKvdva__input_group textarea{padding:.7rem 1rem;font-size:.85rem}}.app-module__TKvdva__input_group{flex-direction:column;gap:.5rem;display:flex}.app-module__TKvdva__input_group label{color:var(--muted);margin-left:.5rem;font-size:.85rem;font-weight:700}.app-module__TKvdva__input_group input,.app-module__TKvdva__input_group select,.app-module__TKvdva__input_group textarea{background:var(--bg-alt);border:1.5px solid var(--glass-border);width:100%;color:var(--foreground);border-radius:16px;padding:.85rem 1.25rem;font-size:.95rem;transition:all .3s}.app-module__TKvdva__input_group input:focus,.app-module__TKvdva__input_group select:focus,.app-module__TKvdva__input_group textarea:focus{background:var(--card-bg);border-color:var(--primary);box-shadow:0 0 0 4px var(--primary-light);outline:none}.app-module__TKvdva__mini_loader{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite app-module__TKvdva__spin}@keyframes app-module__TKvdva__spin{to{transform:rotate(360deg)}}.app-module__TKvdva__dashboard_services_grid.app-module__TKvdva__expanded>*{display:flex!important}.app-module__TKvdva__see_all_btn{color:var(--primary);cursor:pointer;background:0 0;border:none;padding:0;font-size:.9rem;font-weight:800;transition:opacity .2s}.app-module__TKvdva__see_all_btn:hover{opacity:.7}.app-module__TKvdva__subpage_title{font-size:1.8rem;font-weight:900;line-height:1.2}@media (max-width:480px){.app-module__TKvdva__subpage_title{font-size:1.3rem}}.app-module__TKvdva__page_title_responsive{margin:0;font-size:2rem;font-weight:900}@media (max-width:768px){.app-module__TKvdva__page_title_responsive{text-overflow:clip;overflow:hidden;white-space:nowrap!important;font-size:clamp(1.2rem,6.5vw,1.8rem)!important}}.app-module__TKvdva__settings_title{margin:0;font-size:2rem;font-weight:900}.app-module__TKvdva__settings_subtitle{opacity:.8;margin:0}.app-module__TKvdva__setting_row,.app-module__TKvdva__setting_row_clickable{justify-content:space-between;align-items:center;gap:1rem;display:flex}.app-module__TKvdva__setting_row_clickable{cursor:pointer}.app-module__TKvdva__setting_info{flex:1}.app-module__TKvdva__setting_label{margin:0;font-size:.95rem;font-weight:700}.app-module__TKvdva__setting_desc{color:var(--muted);margin:0;font-size:.8rem}.app-module__TKvdva__setting_select{border:1px solid var(--bg-alt);background:var(--card-bg);color:var(--foreground);border-radius:10px;outline:none;max-width:250px;padding:.5rem 1rem;font-weight:600}.app-module__TKvdva__toggle_switch{background:var(--bg-alt);border:1.5px solid var(--glass-border);border-radius:100px;flex-shrink:0;width:44px;height:24px;transition:all .3s;position:relative}.app-module__TKvdva__toggle_active{background:var(--primary);box-shadow:var(--primary-shadow)}.app-module__TKvdva__toggle_knob{background:#fff;border-radius:50%;width:16px;height:16px;transition:all .3s;position:absolute;top:2.5px;left:3px;box-shadow:0 2px 4px #0003}.app-module__TKvdva__toggle_active .app-module__TKvdva__toggle_knob{left:22px}.app-module__TKvdva__settings_action_btn{border:1px solid var(--primary);width:100%;color:var(--primary);cursor:pointer;background:0 0;border-radius:14px;margin-top:1rem;padding:1rem;font-weight:800;transition:all .3s}.app-module__TKvdva__settings_action_btn:hover{background:var(--primary);color:#fff}@media (max-width:768px){.app-module__TKvdva__settings_title{font-size:1.5rem}.app-module__TKvdva__settings_subtitle,.app-module__TKvdva__setting_label{font-size:.85rem}.app-module__TKvdva__setting_select{max-width:200px;padding:.4rem .75rem;font-size:.8rem}}@media (max-width:480px){.app-module__TKvdva__settings_title{font-size:1.25rem}.app-module__TKvdva__settings_subtitle{font-size:.75rem}.app-module__TKvdva__setting_row,.app-module__TKvdva__setting_row_clickable{gap:.5rem}.app-module__TKvdva__setting_row{flex-direction:column;align-items:flex-start}.app-module__TKvdva__setting_row .app-module__TKvdva__setting_select{width:100%;max-width:none;margin-top:.25rem}.app-module__TKvdva__setting_row_clickable{flex-direction:row;justify-content:space-between;align-items:center}.app-module__TKvdva__setting_label{font-size:.85rem}.app-module__TKvdva__setting_desc{font-size:.75rem}.app-module__TKvdva__settings_action_btn{padding:.85rem;font-size:.9rem}.app-module__TKvdva__profile_card{border-radius:20px;padding:1.25rem}.app-module__TKvdva__profile_section h4{margin-bottom:1rem;font-size:1rem}}.app-module__TKvdva__help_search_wrapper{margin-top:1.5rem;position:relative}.app-module__TKvdva__help_search_input{border:1px solid var(--glass-border);background:var(--card-bg);width:100%;color:var(--foreground);border-radius:18px;padding:1rem 1rem 1rem 3.25rem;font-size:1rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 15px #00000008}.app-module__TKvdva__help_search_input:focus{border-color:var(--primary);box-shadow:0 8px 25px rgba(var(--primary-rgb), .1);background:var(--background)}.app-module__TKvdva__help_search_icon{color:var(--muted);opacity:.6;pointer-events:none;position:absolute;top:50%;left:1.25rem;transform:translateY(-50%)}.app-module__TKvdva__help_contact_grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-top:2rem;display:grid}.app-module__TKvdva__help_contact_card{background:var(--card-bg);text-align:center;border:1px solid var(--glass-border);border-radius:28px;flex-direction:column;align-items:center;gap:.25rem;padding:1.75rem 1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.app-module__TKvdva__help_contact_card:hover{border-color:var(--primary);transform:translateY(-5px);box-shadow:0 15px 35px #00000014}.app-module__TKvdva__help_contact_icon{background:var(--bg-alt);width:48px;height:48px;color:var(--primary);border-radius:14px;justify-content:center;align-items:center;margin-bottom:.75rem;transition:all .3s;display:flex}.app-module__TKvdva__help_contact_card:hover .app-module__TKvdva__help_contact_icon{background:var(--primary);color:#fff;transform:rotate(-5deg)scale(1.1)}.app-module__TKvdva__help_contact_card h4{color:var(--foreground);margin:0;font-size:1rem;font-weight:800}.app-module__TKvdva__help_contact_card p{color:var(--muted);margin:0 0 1.25rem;font-size:.75rem}.app-module__TKvdva__help_contact_btn{background:var(--bg-alt);width:100%;color:var(--foreground);cursor:pointer;border:none;border-radius:12px;padding:.7rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:all .3s}.app-module__TKvdva__help_contact_btn_primary{background:var(--primary-light);color:var(--primary)}.app-module__TKvdva__help_contact_card:hover .app-module__TKvdva__help_contact_btn_primary{background:var(--primary);color:#fff}.app-module__TKvdva__help_faq_item{background:var(--card-bg);border:1px solid var(--glass-border);border-radius:24px;padding:1.5rem;transition:all .3s}.app-module__TKvdva__help_faq_item:hover{border-color:rgba(var(--primary-rgb), .2);transform:translate(5px)}.app-module__TKvdva__help_faq_item h5{color:var(--foreground);margin:0 0 .5rem;font-size:1.05rem;font-weight:800}.app-module__TKvdva__help_faq_item p{color:var(--muted);margin:0;font-size:.85rem;line-height:1.6}.app-module__TKvdva__help_ticket_banner{background:var(--bg-alt);border:1px dashed var(--glass-border);text-align:center;border-radius:36px;margin-top:3.5rem;padding:2.5rem;position:relative;overflow:hidden}.app-module__TKvdva__help_ticket_banner h4{color:var(--foreground);margin-bottom:.75rem;font-size:1.35rem;font-weight:900}.app-module__TKvdva__help_ticket_banner p{color:var(--muted);max-width:400px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:.9rem}.app-module__TKvdva__help_ticket_btn{background:var(--primary);color:#fff;cursor:pointer;box-shadow:0 10px 25px rgba(var(--primary-rgb), .3);border:none;border-radius:100px;padding:.85rem 2.5rem;font-size:1rem;font-weight:800;transition:all .3s}.app-module__TKvdva__help_ticket_btn:hover{box-shadow:0 15px 35px rgba(var(--primary-rgb), .4);transform:scale(1.05)}@media (max-width:480px){.app-module__TKvdva__help_contact_grid{gap:.75rem}.app-module__TKvdva__help_ticket_banner{padding:2rem 1.5rem}.app-module__TKvdva__help_faq_item{padding:1.25rem}.app-module__TKvdva__help_contact_card{padding:1.25rem .75rem}.app-module__TKvdva__help_contact_card h4{font-size:.85rem}.app-module__TKvdva__help_contact_btn{padding:.5rem;font-size:.75rem}}.app-module__TKvdva__communities_grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.5rem;width:100%;margin-top:1rem;display:grid}.app-module__TKvdva__comm_card{text-align:center;cursor:pointer;background:var(--card-bg);border:1px solid #80808033;border-radius:24px;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem 1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #00000005}.app-module__TKvdva__comm_card_content{flex-direction:column;align-items:center;width:100%;display:flex}.app-module__TKvdva__comm_card:hover{border-color:var(--primary);transform:translateY(-5px);box-shadow:0 12px 30px #dc26261f}.app-module__TKvdva__comm_logo_wrapper{background:var(--bg-alt);border:1px solid var(--glass-border);border-radius:20px;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:.25rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden;box-shadow:0 4px 12px #0000000a}.app-module__TKvdva__comm_card:hover .app-module__TKvdva__comm_logo_wrapper{border-color:#dc26264d;transform:scale(1.05)translateY(-2px);box-shadow:0 8px 24px #dc262626}.app-module__TKvdva__comm_card h4{color:var(--foreground);-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;width:100%;min-height:3.9rem;margin:0;padding:0 .5rem;font-size:.9rem;font-weight:800;line-height:1.3;transition:color .3s;display:-webkit-box;overflow:hidden}.app-module__TKvdva__comm_card:hover h4{color:var(--primary)}.app-module__TKvdva__comm_location{color:var(--muted);justify-content:center;align-items:center;gap:.25rem;display:flex}.app-module__TKvdva__comm_location span{text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:700}.app-module__TKvdva__comm_badge{color:var(--primary);background:#dc262614;border:1px solid #dc26261a;border-radius:100px;justify-content:center;align-items:center;gap:.35rem;margin-top:.25rem;padding:.4rem .75rem;font-size:.7rem;font-weight:800;transition:all .3s;display:inline-flex}.app-module__TKvdva__comm_card:hover .app-module__TKvdva__comm_badge{background:var(--primary);color:#fff}.app-module__TKvdva__comm_modal_content{position:relative;border-radius:32px!important;max-width:450px!important;padding:2.5rem 2rem!important}.app-module__TKvdva__comm_modal_header{flex-direction:column;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.app-module__TKvdva__comm_modal_logo{background:var(--bg-alt);border:1px solid var(--glass-border);border-radius:24px;justify-content:center;align-items:center;width:100px;height:100px;display:flex;overflow:hidden;box-shadow:0 12px 35px #00000014}.app-module__TKvdva__comm_modal_info{text-align:center}.app-module__TKvdva__comm_modal_info h3{color:var(--foreground);margin-bottom:.25rem;font-size:1.45rem;font-weight:900;line-height:1.25}.app-module__TKvdva__comm_detail_list{background:var(--bg-alt);border:1px solid var(--glass-border);border-radius:20px;flex-direction:column;margin-bottom:2rem;display:flex;overflow:hidden}.app-module__TKvdva__comm_detail_list_item{justify-content:space-between;align-items:center;padding:1.25rem;display:flex}.app-module__TKvdva__comm_detail_list_item:not(:last-child){border-bottom:1px solid #0000000d}[data-theme=dark] .app-module__TKvdva__comm_detail_list_item:not(:last-child){border-bottom:1px solid #ffffff0d}.app-module__TKvdva__comm_detail_label{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.5rem;font-size:.75rem;font-weight:700;display:flex}.app-module__TKvdva__comm_detail_value{color:var(--foreground);align-items:center;gap:.4rem;font-size:.95rem;font-weight:800;display:flex}.app-module__TKvdva__comm_wa_btn{color:#fff;background:#25d366;border-radius:16px;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:1rem;font-size:.95rem;font-weight:800;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 8px 20px #25d36633}.app-module__TKvdva__comm_wa_btn:hover{transform:translateY(-3px);box-shadow:0 12px 25px #25d3664d}@media (max-width:480px){.app-module__TKvdva__communities_grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.app-module__TKvdva__comm_card{padding:1.25rem 1rem}.app-module__TKvdva__comm_logo_wrapper{width:60px;height:60px}.app-module__TKvdva__comm_card h4{min-height:3rem;font-size:.75rem}.app-module__TKvdva__comm_modal_content{border-radius:24px!important;padding:1.5rem 1.25rem!important}.app-module__TKvdva__comm_detail_list_item{padding:1rem}.app-module__TKvdva__comm_modal_logo{width:72px;height:72px}.app-module__TKvdva__comm_modal_info h3{font-size:1.15rem}}.app-module__TKvdva__btn_edit_small{color:#3b82f6;cursor:pointer;background:#3b82f61a;border:1px solid #3b82f64d;border-radius:8px;padding:.4rem .8rem;font-size:.75rem;font-weight:700;transition:all .2s}.app-module__TKvdva__btn_edit_small:hover{background:#3b82f633;transform:translateY(-1px)}.app-module__TKvdva__btn_delete_small{color:#ef4444;cursor:pointer;background:#ef44441a;border:1px solid #ef44444d;border-radius:8px;padding:.4rem .8rem;font-size:.75rem;font-weight:700;transition:all .2s}.app-module__TKvdva__btn_delete_small:hover{background:#ef444433;transform:translateY(-1px)}[data-theme=dark] .app-module__TKvdva__btn_edit_small{background:#3b82f626;border-color:#3b82f666}[data-theme=dark] .app-module__TKvdva__btn_delete_small{background:#ef444426;border-color:#ef444466}.app-module__TKvdva__btn_secondary{background:var(--bg-alt);color:var(--foreground);border:1px solid var(--glass-border);cursor:pointer;justify-content:center;align-items:center;gap:.5rem;font-weight:800;transition:all .3s;display:flex}.app-module__TKvdva__btn_secondary:hover{background:var(--card-bg);border-color:var(--primary);color:var(--primary);transform:translateY(-2px);box-shadow:0 5px 15px #0000000d}[data-theme=dark] .app-module__TKvdva__btn_secondary:hover{box-shadow:0 5px 15px #0003}.app-module__TKvdva__tab_item_pill{color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:12px;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-size:.85rem;font-weight:800;transition:all .3s;display:flex}.app-module__TKvdva__tab_item_pill.app-module__TKvdva__active{background:var(--card-bg);color:var(--primary);box-shadow:0 4px 12px #0000000d}.app-module__TKvdva__tab_count{opacity:.8;background:#dc26261a;border-radius:6px;padding:.1rem .5rem;font-size:.7rem}[data-theme=dark] .app-module__TKvdva__tab_count{background:#dc262633}.app-module__TKvdva__action_btn_icon{cursor:pointer;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.app-module__TKvdva__action_btn_icon:hover{filter:brightness(1.1);transform:translateY(-2px)}.app-module__TKvdva__input_group_modern{flex-direction:column;gap:.6rem;margin-bottom:1.25rem;display:flex}.app-module__TKvdva__input_group_modern label{color:var(--muted);letter-spacing:.05em;text-transform:uppercase;padding-left:.25rem;font-size:.75rem;font-weight:900}.app-module__TKvdva__input_group_modern input,.app-module__TKvdva__input_group_modern select{background:var(--bg-alt);border:1px solid var(--glass-border);color:var(--foreground);border-radius:14px;padding:.8rem 1rem;font-size:.95rem;font-weight:600;transition:all .3s}.app-module__TKvdva__input_group_modern input:focus,.app-module__TKvdva__input_group_modern select:focus{border-color:var(--primary);background:var(--card-bg);outline:none;box-shadow:0 0 0 4px #dc26260d}.app-module__TKvdva__switch{width:44px;height:24px;display:inline-block;position:relative}.app-module__TKvdva__switch input{opacity:0;width:0;height:0}.app-module__TKvdva__slider{cursor:pointer;background-color:var(--muted);opacity:.3;border-radius:24px;transition:all .4s;position:absolute;inset:0}.app-module__TKvdva__slider:before{content:"";background-color:#fff;border-radius:50%;width:18px;height:18px;transition:all .4s;position:absolute;bottom:3px;left:3px}.app-module__TKvdva__switch input:checked+.app-module__TKvdva__slider{opacity:1;background-color:#22c55e}.app-module__TKvdva__switch input:checked+.app-module__TKvdva__slider:before{transform:translate(20px)}.app-module__TKvdva__hide_mobile{display:table-cell}.app-module__TKvdva__show_mobile{display:none}.app-module__TKvdva__modal_overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10000;background:#0006;justify-content:center;align-items:center;padding:2rem;animation:.3s app-module__TKvdva__fadeIn;display:flex;position:fixed;inset:0}.app-module__TKvdva__modal_content{background:var(--card-bg);border:1px solid var(--glass-border);flex-direction:column;max-height:90vh;animation:.4s cubic-bezier(.16,1,.3,1) app-module__TKvdva__slideUp;display:flex;position:relative;box-shadow:0 20px 50px #0003}.app-module__TKvdva__modal_form{flex:1;overflow-y:auto}.app-module__TKvdva__modal_grid_layout{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.app-module__TKvdva__news_cards_container{flex-direction:column;gap:1rem;display:none}.app-module__TKvdva__news_card_item{background:var(--card-bg);border:1px solid var(--glass-border);border-radius:20px;align-items:center;gap:1rem;padding:1rem;transition:transform .2s;display:flex}.app-module__TKvdva__news_card_item:active{transform:scale(.98)}.app-module__TKvdva__news_card_image{background:var(--bg-alt);border:1px solid var(--glass-border);border-radius:12px;flex-shrink:0;width:90px;height:60px;overflow:hidden}.app-module__TKvdva__news_card_info{flex:1;min-width:0}.app-module__TKvdva__news_card_title{color:var(--foreground);-webkit-line-clamp:2;line-clamp:2;word-break:break-word;overflow-wrap:anywhere;-webkit-box-orient:vertical;margin-bottom:.25rem;font-size:.9rem;font-weight:800;display:-webkit-box;overflow:hidden}.app-module__TKvdva__news_card_meta{color:var(--muted);flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.7rem;display:flex}.app-module__TKvdva__news_card_actions{flex-shrink:0;gap:.5rem;display:flex}@media (max-width:400px){.app-module__TKvdva__news_card_item{gap:.75rem;padding:.75rem}.app-module__TKvdva__news_card_image{border-radius:10px;width:70px;height:50px}.app-module__TKvdva__news_card_title{margin-bottom:.15rem;font-size:.85rem}.app-module__TKvdva__news_card_meta{gap:.4rem;font-size:.65rem}.app-module__TKvdva__news_card_actions{gap:.4rem}.app-module__TKvdva__action_btn_icon{width:32px!important;height:32px!important}.app-module__TKvdva__action_btn_icon svg{width:12px!important;height:12px!important}}@media (max-width:360px){.app-module__TKvdva__news_card_item{flex-direction:column;align-items:stretch;gap:1rem}.app-module__TKvdva__news_card_image{width:100%;height:150px}.app-module__TKvdva__news_card_info{width:100%}.app-module__TKvdva__news_card_actions{border-top:1px solid var(--glass-border);justify-content:flex-end;margin-top:.5rem;padding-top:.75rem}}@media (max-width:768px){.app-module__TKvdva__table_container{-webkit-overflow-scrolling:touch;width:100%;margin:0 -1rem;display:block;overflow-x:auto;border-left:none!important;border-right:none!important;border-radius:0!important;width:calc(100% + 2rem)!important}.app-module__TKvdva__table_hide_mobile{display:none!important}.app-module__TKvdva__news_cards_container{display:flex}.app-module__TKvdva__hide_mobile{display:none}.app-module__TKvdva__show_mobile{display:block}.app-module__TKvdva__modal_overlay{align-items:flex-start!important;padding:3rem 1rem 100px!important}.app-module__TKvdva__modal_content{border-radius:28px!important;width:95%!important;max-height:85vh!important;margin:0 auto!important}.app-module__TKvdva__modal_form{max-height:calc(85vh - 100px)!important;padding:1.25rem!important;overflow-y:auto!important}.app-module__TKvdva__modal_form>div:first-child{grid-template-columns:1fr!important;gap:1rem!important}.app-module__TKvdva__modal_footer{background:var(--bg-alt);border-top:1px solid var(--glass-border);flex-direction:column-reverse!important;gap:.5rem!important;padding:1rem 1.25rem!important}.app-module__TKvdva__modal_footer button{width:100%!important;padding:.75rem!important;font-size:.85rem!important}.app-module__TKvdva__input_group_modern label{margin-bottom:.4rem!important;font-size:.65rem!important}.app-module__TKvdva__input_group_modern input,.app-module__TKvdva__input_group_modern select{border-radius:12px!important;padding:.6rem .8rem!important;font-size:.85rem!important}.app-module__TKvdva__modal_form div[style*="height: 180px"]{border-radius:16px!important;height:120px!important}.app-module__TKvdva__modal_form textarea{border-radius:16px!important;min-height:120px!important;padding:.8rem!important;font-size:.9rem!important}.app-module__TKvdva__input_group_modern{margin-bottom:.75rem!important}}.app-module__TKvdva__premium_modal_overlay{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:2000;background:#0006;justify-content:center;align-items:center;padding:1.5rem;animation:.3s app-module__TKvdva__modalFadeIn;display:flex;position:fixed;inset:0}.app-module__TKvdva__premium_modal_content{background:var(--card-bg);border:1px solid var(--glass-border);border-radius:32px;flex-direction:column;width:100%;max-width:1400px;max-height:92vh;animation:.4s cubic-bezier(.16,1,.3,1) app-module__TKvdva__modalScaleUp;display:flex;position:relative;overflow:hidden;box-shadow:0 40px 80px #0006}.app-module__TKvdva__premium_modal_form{flex:1;padding:2.5rem;overflow-y:auto}.app-module__TKvdva__premium_grid{grid-template-columns:1fr 1.5fr;gap:2.5rem;display:grid}.app-module__TKvdva__premium_metadata_row{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.app-module__TKvdva__premium_input_group{margin-bottom:1.5rem}.app-module__TKvdva__premium_input_group label{color:var(--primary);text-transform:uppercase;letter-spacing:.05em;opacity:.8;margin-bottom:.75rem;font-size:.75rem;font-weight:800;display:block}.app-module__TKvdva__premium_input_group input,.app-module__TKvdva__premium_input_group select,.app-module__TKvdva__premium_input_group textarea{background:var(--bg-alt);border:1px solid var(--glass-border);width:100%;color:var(--foreground);border-radius:20px;outline:none;padding:1.1rem 1.4rem;font-size:.95rem;transition:all .3s;box-shadow:inset 0 2px 4px #00000005}.app-module__TKvdva__premium_input_group input:focus,.app-module__TKvdva__premium_input_group select:focus,.app-module__TKvdva__premium_input_group textarea:focus{border-color:var(--primary);background:var(--card-bg);box-shadow:0 0 0 4px rgba(var(--primary-rgb), .12), inset 0 2px 4px #00000005}.app-module__TKvdva__premium_image_drop{background:var(--bg-alt);border:2px dashed var(--glass-border);border-radius:28px;flex-direction:column;justify-content:center;align-items:center;width:100%;height:220px;transition:all .3s;display:flex;position:relative;overflow:hidden}.app-module__TKvdva__premium_image_drop:hover{border-color:var(--primary);background:rgba(var(--primary-rgb), .05)}.app-module__TKvdva__premium_footer{background:0 0;border-top:1px solid #00000008;justify-content:flex-end;gap:1.25rem;padding:1.5rem 2.5rem 2.5rem;display:flex}.app-module__TKvdva__btn_premium_save{background:linear-gradient(135deg, var(--primary), #d93d3d);color:#fff;cursor:pointer;box-shadow:0 10px 20px rgba(var(--primary-rgb), .2);border:none;border-radius:20px;padding:1.1rem 2.5rem;font-size:.95rem;font-weight:800;transition:all .3s}.app-module__TKvdva__btn_premium_save:hover:not(:disabled){box-shadow:0 15px 30px rgba(var(--primary-rgb), .3);filter:brightness(1.1);transform:translateY(-2px)}.app-module__TKvdva__btn_premium_save:disabled{opacity:.6;cursor:not-allowed}.app-module__TKvdva__btn_premium_cancel{background:var(--card-bg);border:1px solid var(--glass-border);color:var(--foreground);cursor:pointer;border-radius:20px;padding:1.1rem 2rem;font-size:.95rem;font-weight:700;transition:all .3s}.app-module__TKvdva__btn_premium_cancel:hover{background:var(--bg-alt);border-color:var(--muted)}@keyframes app-module__TKvdva__modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes app-module__TKvdva__modalScaleUp{0%{opacity:0;transform:scale(.9)translateY(40px)}to{opacity:1;transform:scale(1)translateY(0)}}@media (max-width:768px){.app-module__TKvdva__premium_modal_overlay{align-items:center;padding:1.5rem}.app-module__TKvdva__premium_modal_content{border:1px solid var(--glass-border);border-radius:28px;max-height:90vh}.app-module__TKvdva__premium_modal_form{padding:1.5rem}.app-module__TKvdva__premium_grid,.app-module__TKvdva__premium_metadata_row{grid-template-columns:1fr;gap:1.5rem}.app-module__TKvdva__premium_image_drop{height:160px}.app-module__TKvdva__premium_footer{background:0 0;flex-direction:column-reverse;gap:1rem;padding:1.5rem}.app-module__TKvdva__btn_premium_save,.app-module__TKvdva__btn_premium_cancel{width:100%;padding:1.25rem!important}.app-module__TKvdva__btn_premium_cancel{opacity:.6;background:0 0;border:none}}.app-module__TKvdva__premium_modal_footer{background:0 0;border-top:1px solid #00000008;justify-content:flex-end;gap:1rem;padding:1.5rem 2.5rem 2.5rem;display:flex}.app-module__TKvdva__btn_premium_upload{border:1px solid var(--glass-border);color:var(--foreground);cursor:pointer;text-align:center;letter-spacing:.02em;background:#ffffff08;border-radius:20px;justify-content:center;align-items:center;gap:0;width:100%;margin-top:1rem;padding:1rem 1.5rem;font-size:.85rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.app-module__TKvdva__btn_premium_upload svg{display:none}.app-module__TKvdva__btn_premium_upload:hover:not(:disabled){background:rgba(var(--primary-rgb), .08);border-color:rgba(var(--primary-rgb), .4);color:var(--primary);transform:translateY(-2px);box-shadow:0 10px 20px #0003}.app-module__TKvdva__btn_premium_upload:active{transform:translateY(0)}.app-module__TKvdva__btn_premium_upload:disabled{opacity:.5;cursor:not-allowed}.app-module__TKvdva__premium_filter_group{background:var(--bg-alt);border:1px solid var(--glass-border);border-radius:20px;gap:.25rem;width:fit-content;margin-bottom:2rem;padding:.4rem;display:flex}:is([data-theme=dark] .app-module__TKvdva__premium_filter_group,.dark .app-module__TKvdva__premium_filter_group){background:#ffffff0d;border-color:#ffffff14}.app-module__TKvdva__filter_pill{color:var(--foreground);cursor:pointer;white-space:nowrap;opacity:.6;background:0 0;border:none;border-radius:16px;align-items:center;gap:.5rem;padding:.7rem 1.4rem;font-size:.85rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.app-module__TKvdva__filter_pill:hover{opacity:1;background:rgba(var(--primary-rgb), .05)}.app-module__TKvdva__filter_pill_active{background:var(--card-bg);color:var(--primary);opacity:1;box-shadow:0 4px 12px #00000014}:is([data-theme=dark] .app-module__TKvdva__filter_pill_active,.dark .app-module__TKvdva__filter_pill_active){background:var(--primary);color:#fff;opacity:1;box-shadow:0 8px 20px rgba(var(--primary-rgb), .2)}.app-module__TKvdva__filter_count{background:rgba(var(--primary-rgb), .1);border-radius:8px;min-width:20px;padding:.1rem .5rem;font-size:.7rem}.app-module__TKvdva__filter_pill_active .app-module__TKvdva__filter_count{background:var(--primary);color:#fff}:is([data-theme=dark] .app-module__TKvdva__filter_pill_active .app-module__TKvdva__filter_count,.dark .app-module__TKvdva__filter_pill_active .app-module__TKvdva__filter_count){color:#fff;background:#fff3}@media (max-width:768px){.app-module__TKvdva__premium_filter_group{-webkit-overflow-scrolling:touch;scrollbar-width:none;width:100%;margin-bottom:1.5rem;padding:.3rem;overflow-x:auto}.app-module__TKvdva__premium_filter_group::-webkit-scrollbar{display:none}.app-module__TKvdva__filter_pill{flex:1;justify-content:center;padding:.6rem 1rem;font-size:.8rem}}.app-module__TKvdva__empty_state_modern{background:var(--card-bg);border:1px solid var(--glass-border);text-align:center;border-radius:32px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1.5rem;width:100%;padding:3.5rem 2rem;transition:all .3s;display:flex}.app-module__TKvdva__empty_state_icon_container{background:var(--bg-alt);border-radius:24px;justify-content:center;align-items:center;width:80px;height:80px;transition:all .5s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative}.app-module__TKvdva__empty_state_modern:hover .app-module__TKvdva__empty_state_icon_container{background:rgba(var(--primary-rgb), .1);transform:scale(1.1)rotate(5deg)}.app-module__TKvdva__empty_state_info h4{color:var(--foreground);margin-bottom:.5rem;font-size:1.25rem;font-weight:900}.app-module__TKvdva__empty_state_info p{color:var(--muted);max-width:320px;margin:0 auto;font-size:.95rem;line-height:1.5}:is([data-theme=dark] .app-module__TKvdva__empty_state_icon_container,.dark .app-module__TKvdva__empty_state_icon_container){background:#ffffff0d}.app-module__TKvdva__btn_success_premium{background:var(--success);border:1px solid var(--success);cursor:pointer;box-shadow:0 8px 25px var(--success-glow);white-space:nowrap;border-radius:14px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.85rem;font-weight:800;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;color:#fff!important}.app-module__TKvdva__btn_success_premium:hover{box-shadow:0 12px 30px var(--success-glow);filter:brightness(1.1);transform:translateY(-2px)}.app-module__TKvdva__btn_success_premium:active{transform:translateY(0)}:is([data-theme=dark] .app-module__TKvdva__btn_success_premium,.dark .app-module__TKvdva__btn_success_premium){background:var(--success);box-shadow:0 8px 25px #22c55e40}.app-module__TKvdva__table_container_visible{-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto;display:block!important}@media (max-width:768px){.app-module__TKvdva__table_container_visible{border-left:none;border-right:none;border-radius:0;width:calc(100% + 2rem);margin:0 -1rem;display:block!important}}.app-module__TKvdva__admin_cards_container{flex-direction:column;gap:1rem;width:100%;margin-top:1rem;display:none}@media (max-width:768px){.app-module__TKvdva__admin_cards_container{display:flex}.app-module__TKvdva__table_hide_mobile{display:none!important}}.app-module__TKvdva__admin_card_item{background:var(--card-bg);border:1px solid var(--glass-border);box-shadow:var(--shadow-sm);border-radius:20px;flex-direction:column;gap:.8rem;padding:1.25rem;transition:transform .2s,box-shadow .2s;display:flex}.app-module__TKvdva__admin_card_item:active{transform:scale(.98)}.app-module__TKvdva__admin_card_header{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.app-module__TKvdva__admin_card_title_area{align-items:center;gap:.75rem;display:flex}.app-module__TKvdva__admin_card_avatar{background:var(--bg-alt);border:1px solid var(--glass-border);border-radius:12px;flex-shrink:0;width:45px;height:45px;overflow:hidden}.app-module__TKvdva__admin_card_avatar img{object-fit:cover;width:100%;height:100%}.app-module__TKvdva__admin_card_title{color:var(--foreground);font-size:1rem;font-weight:800;line-height:1.2}.app-module__TKvdva__admin_card_badge{background:var(--bg-alt);color:var(--muted);white-space:nowrap;border-radius:100px;padding:.3rem .7rem;font-size:.65rem;font-weight:800}.app-module__TKvdva__admin_card_body{flex-direction:column;gap:.5rem;display:flex}.app-module__TKvdva__admin_card_info_row{color:var(--muted);align-items:center;gap:.6rem;font-size:.8rem;font-weight:600;display:flex}.app-module__TKvdva__admin_card_info_row svg{opacity:.6;flex-shrink:0;width:14px;height:14px}.app-module__TKvdva__admin_card_footer{border-top:1px solid var(--glass-border);justify-content:space-between;align-items:center;margin-top:.4rem;padding-top:.8rem;display:flex}.app-module__TKvdva__admin_card_actions{gap:.6rem;display:flex}.app-module__TKvdva__error_page_container{background:var(--background);text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:2rem;display:flex}.app-module__TKvdva__error_code_wrapper{margin-bottom:2rem;position:relative}.app-module__TKvdva__error_content_overlay{width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.app-module__TKvdva__error_description{color:var(--muted);max-width:400px;margin:0 auto;font-size:clamp(.85rem,3vw,1rem);font-weight:600;line-height:1.5}.app-module__TKvdva__error_actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:1rem;display:flex}.app-module__TKvdva__error_btn_secondary{background:var(--bg-alt);color:var(--foreground);border:1px solid var(--glass-border);border-radius:16px;justify-content:center;align-items:center;padding:1rem 2rem;font-weight:800;text-decoration:none;transition:all .3s;display:flex}.app-module__TKvdva__error_btn_secondary:hover{background:var(--card-bg);transform:translateY(-2px)}@media (max-width:375px){.app-module__TKvdva__error_page_container{padding:1.5rem}.app-module__TKvdva__error_actions{flex-direction:column;gap:.75rem;width:100%;max-width:280px}.app-module__TKvdva__error_actions>*{width:100%;padding:.85rem 1rem!important;font-size:.9rem!important}.app-module__TKvdva__error_code_bg{font-size:7rem}.app-module__TKvdva__error_title{padding:0 .5rem;font-size:1.1rem}.app-module__TKvdva__error_description{padding:0 1rem;font-size:.85rem}}.app-module__TKvdva__error_container{background:var(--background);text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:2rem;display:flex;position:relative;overflow:hidden}.app-module__TKvdva__error_code_wrapper{flex-direction:column;justify-content:center;align-items:center;width:100%;margin-bottom:2rem;display:flex;position:relative}.app-module__TKvdva__error_code_bg{background:linear-gradient(135deg, var(--primary) 0%, #ff4d4d 100%);-webkit-text-fill-color:transparent;opacity:.15;-webkit-user-select:none;user-select:none;-webkit-background-clip:text;background-clip:text;margin:0;font-size:12rem;font-weight:900;line-height:1}.app-module__TKvdva__error_content_overlay{z-index:10;width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.app-module__TKvdva__error_title{color:var(--foreground);text-transform:uppercase;letter-spacing:2px;margin-bottom:.5rem;font-size:1.5rem;font-weight:800}.app-module__TKvdva__error_desc{color:var(--muted);max-width:400px;margin:0 auto;font-weight:600;line-height:1.5}.app-module__TKvdva__error_btn_group{z-index:20;gap:1rem;margin-top:1rem;display:flex}.app-module__TKvdva__error_footer{color:var(--muted);align-items:center;gap:.5rem;margin-top:4rem;font-size:.8rem;font-weight:600;display:flex}@media (max-width:428px){.app-module__TKvdva__error_code_bg{font-size:8rem}.app-module__TKvdva__error_title{padding:0 1rem;font-size:1.2rem}.app-module__TKvdva__error_desc{padding:0 1.5rem;font-size:.85rem}.app-module__TKvdva__error_btn_group{flex-direction:column;gap:.75rem;width:100%;max-width:280px}.app-module__TKvdva__error_btn_group>*{text-align:center;justify-content:center;width:100%!important;padding:1rem!important}.app-module__TKvdva__error_footer{margin-top:3rem}}.app-module__TKvdva__news_card_hover:hover{transform:translateY(-4px);box-shadow:0 10px 25px #0000001a;border-color:var(--primary)!important}.app-module__TKvdva__news_card_hover:active{transform:scale(.98)}.app-module__TKvdva__news_overlay{background:linear-gradient(45deg,#000000e6 0%,#0006 30%,#0000 70%)!important}.app-module__TKvdva__news_grid_container{grid-template-columns:1fr;gap:1.25rem;margin-top:1rem;display:grid}@media (min-width:768px){.app-module__TKvdva__news_grid_container{grid-template-columns:repeat(2,1fr)}}@media (min-width:1400px){.app-module__TKvdva__news_grid_container{grid-template-columns:repeat(3,1fr)}}.app-module__TKvdva__news_slider_section{width:100%;margin-bottom:2.5rem}.app-module__TKvdva__news_slider_container{width:100%;margin:-12px -6px;padding:12px 6px;position:relative;overflow:hidden}@media (max-width:768px){.app-module__TKvdva__news_slider_container{margin:-12px 0;padding:12px 0}}.app-module__TKvdva__news_slider_container_native{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;background:0 0;width:100%;overflow-x:auto;display:block!important}.app-module__TKvdva__news_slider_container_native::-webkit-scrollbar{display:none}.app-module__TKvdva__news_slider_track_native{gap:1.25rem;width:100%;padding:0;flex-flow:row!important;display:flex!important}@media (max-width:768px){.app-module__TKvdva__news_slider_track_native{gap:.75rem!important}}.app-module__TKvdva__news_slider_slide_native{scroll-snap-align:start;flex:0 0 100%;width:100%;min-width:100%}@media (min-width:768px){.app-module__TKvdva__news_slider_slide_native{flex:0 0 calc(50% - .625rem);width:calc(50% - .625rem);min-width:calc(50% - .625rem)}}@media (min-width:1200px){.app-module__TKvdva__news_slider_slide_native{flex:0 0 calc(33.33% - .83rem);width:calc(33.33% - .83rem);min-width:calc(33.33% - .83rem)}}.app-module__TKvdva__news_premium_card{aspect-ratio:16/9;background:#000;border:1.5px solid #0000000d;border-radius:24px;width:100%;min-height:250px;transition:all .3s cubic-bezier(.4,0,.2,1);display:block;position:relative;overflow:hidden}.app-module__TKvdva__news_premium_card:hover{border-color:var(--primary);transform:translateY(-6px);box-shadow:0 15px 35px #0000001a}.app-module__TKvdva__news_image_wrapper{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.app-module__TKvdva__news_image_wrapper:after{content:"";z-index:2;background:linear-gradient(#0000 0%,#0006 50%,#000000d9 100%);width:100%;height:100%;position:absolute;top:0;left:0}.app-module__TKvdva__news_image_wrapper img{object-fit:cover;filter:brightness(.85);width:100%;height:100%;transition:transform .5s}.app-module__TKvdva__news_premium_card:hover .app-module__TKvdva__news_image_wrapper img{transform:scale(1.1)}.app-module__TKvdva__news_category_badge{color:var(--primary);letter-spacing:.5px;z-index:5;background:#fff;border-radius:100px;padding:.4rem .8rem;font-size:.7rem;font-weight:900;position:absolute;top:1rem;right:1rem;box-shadow:0 4px 12px #00000026}.app-module__TKvdva__news_content_area{z-index:3;color:#fff;flex-direction:column;justify-content:flex-end;align-items:flex-start;width:100%;height:100%;padding:1.5rem;display:flex;position:absolute;top:0;left:0}.app-module__TKvdva__news_date_text{color:#ffffffe6;text-transform:uppercase;text-shadow:0 1px 2px #00000080;margin-bottom:.2rem;font-size:.75rem;font-weight:700}.app-module__TKvdva__news_title_h3{color:#fff;-webkit-line-clamp:2;line-clamp:2;text-shadow:0 2px 4px #00000080;-webkit-box-orient:vertical;margin-bottom:.4rem;font-size:1.1rem;font-weight:900;line-height:1.4;display:-webkit-box;overflow:hidden}.app-module__TKvdva__news_excerpt_p{color:#ffffffe6;-webkit-line-clamp:2;line-clamp:2;text-shadow:0 1px 4px #0009;-webkit-box-orient:vertical;margin-bottom:.5rem;font-size:.8rem;line-height:1.5;display:-webkit-box;overflow:hidden}.app-module__TKvdva__news_read_more{color:#fff;align-items:center;gap:.5rem;margin-top:.5rem;font-size:.8rem;font-weight:800;display:flex}.app-module__TKvdva__dashboard_grid_5{grid-template-columns:1fr;gap:1.5rem;width:100%;margin-top:1rem;display:grid}@media (min-width:640px){.app-module__TKvdva__dashboard_grid_5{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.app-module__TKvdva__dashboard_grid_5{grid-template-columns:repeat(3,1fr)}}@media (min-width:1400px){.app-module__TKvdva__dashboard_grid_5{grid-template-columns:repeat(5,1fr)}.app-module__TKvdva__dashboard_grid_5 h4{font-size:.9rem!important}.app-module__TKvdva__dashboard_grid_5 p{font-size:.75rem!important}.app-module__TKvdva__dashboard_grid_5 .app-module__TKvdva__emergency_shortcut_card,.app-module__TKvdva__dashboard_grid_5 .app-module__TKvdva__regions_shortcut_card,.app-module__TKvdva__dashboard_grid_5 .app-module__TKvdva__cta_card,.app-module__TKvdva__dashboard_grid_5 .app-module__TKvdva__health_widget{height:180px!important;min-height:180px!important;padding:1.5rem!important}}.app-module__TKvdva__dashboard_grid_5 .app-module__TKvdva__section_group{flex-direction:column;display:flex}.app-module__TKvdva__dashboard_grid_5 .app-module__TKvdva__section_group>a,.app-module__TKvdva__dashboard_grid_5 .app-module__TKvdva__section_group>div:not(.app-module__TKvdva__section_header){flex:1;min-height:180px!important}.app-module__TKvdva__dashboard_grid_5 .app-module__TKvdva__section_header h3{white-space:nowrap;font-size:.85rem!important}.app-module__TKvdva__blood_filter_container{scrollbar-width:none;gap:.6rem;margin-bottom:1rem;padding:.5rem 0;display:flex;overflow-x:auto}.app-module__TKvdva__blood_filter_container::-webkit-scrollbar{display:none}.app-module__TKvdva__filters_wrapper{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.2rem;display:flex}.app-module__TKvdva__filter_group{scrollbar-width:none;-ms-overflow-style:none;align-items:center;gap:.6rem;display:flex;overflow-x:auto}.app-module__TKvdva__filter_group::-webkit-scrollbar{display:none}.app-module__TKvdva__province_dropdown_wrapper{display:inline-block;position:relative}.app-module__TKvdva__dropdown_trigger{white-space:nowrap;background:var(--card-bg);color:var(--foreground);border:1.5px solid rgba(var(--primary-rgb), .3);cursor:pointer;box-shadow:0 4px 14px rgba(var(--primary-rgb), .08);border-radius:100px;align-items:center;gap:.5rem;padding:.6rem 1.1rem;font-size:.8rem;font-weight:800;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.app-module__TKvdva__dropdown_trigger:hover{background:var(--bg-alt);border-color:rgba(var(--primary-rgb), .3);transform:translateY(-1px);box-shadow:0 4px 12px #0000000d}.app-module__TKvdva__dropdown_trigger.app-module__TKvdva__active{background:rgba(var(--primary-rgb), .06);color:var(--primary);border-color:rgba(var(--primary-rgb), .3);box-shadow:0 4px 12px rgba(var(--primary-rgb), .1)}.app-module__TKvdva__trigger_text{white-space:nowrap;text-overflow:ellipsis;max-width:140px;overflow:hidden}.app-module__TKvdva__arrow_icon{opacity:.7;transition:transform .25s cubic-bezier(.4,0,.2,1)}.app-module__TKvdva__arrow_icon.app-module__TKvdva__open{color:var(--primary);transform:rotate(180deg)}.app-module__TKvdva__loc_icon{opacity:.8;color:var(--primary)}.app-module__TKvdva__dropdown_menu{z-index:1000;background:var(--card-bg);-webkit-backdrop-filter:blur(20px)saturate(160%);border:1px solid var(--glass-border);transform-origin:0 0;border-radius:20px;min-width:240px;max-width:280px;padding:.5rem;animation:.2s cubic-bezier(.34,1.56,.64,1) forwards app-module__TKvdva__dropdownSlideIn;position:absolute;top:calc(100% + .5rem);left:0;right:auto;box-shadow:0 12px 36px #00000029}@media (min-width:769px){.app-module__TKvdva__dropdown_menu{transform-origin:100% 0;left:auto;right:0}.app-module__TKvdva__left_aligned_menu{transform-origin:0 0!important;left:0!important;right:auto!important}}@media (max-width:768px){.app-module__TKvdva__province_dropdown_wrapper{width:100%}.app-module__TKvdva__dropdown_trigger{justify-content:space-between;width:100%}.app-module__TKvdva__dropdown_menu{transform-origin:top;width:100%;max-width:100%;left:0;right:0}}@keyframes app-module__TKvdva__dropdownSlideIn{0%{opacity:0;transform:translateY(8px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.app-module__TKvdva__dropdown_search_container{background:var(--bg-alt);border:1px solid var(--glass-border);border-radius:12px;align-items:center;gap:.5rem;margin:.2rem .2rem .5rem;padding:.4rem .6rem;transition:all .2s;display:flex}.app-module__TKvdva__dropdown_search_container:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px rgba(var(--primary-rgb), .15);background:var(--card-bg)}.app-module__TKvdva__dropdown_search_icon{color:var(--muted);opacity:.7;flex-shrink:0}.app-module__TKvdva__dropdown_search_input{width:100%;color:var(--foreground);background:0 0;border:none;outline:none;padding:0;font-size:.8rem;font-weight:600}.app-module__TKvdva__dropdown_search_input::placeholder{color:var(--muted);opacity:.8}.app-module__TKvdva__search_clear_btn{cursor:pointer;color:var(--muted);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:2px;transition:background .15s;display:flex}.app-module__TKvdva__search_clear_btn:hover{color:var(--foreground);background:#0000000d}.app-module__TKvdva__dropdown_header{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid rgba(var(--primary-rgb), .08);margin-bottom:.3rem;padding:.4rem .6rem;font-size:.7rem;font-weight:800}.app-module__TKvdva__dropdown_list{scrollbar-width:thin;scrollbar-color:rgba(var(--primary-rgb), .2) transparent;flex-direction:column;gap:.2rem;max-height:200px;display:flex;overflow-y:auto}.app-module__TKvdva__dropdown_list::-webkit-scrollbar{width:4px}.app-module__TKvdva__dropdown_list::-webkit-scrollbar-thumb{background:rgba(var(--primary-rgb), .2);border-radius:4px}.app-module__TKvdva__dropdown_item{width:100%;color:var(--foreground);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:12px;justify-content:space-between;align-items:center;padding:.55rem .7rem;font-size:.8rem;font-weight:600;transition:all .15s;display:flex}.app-module__TKvdva__dropdown_item:hover{background:rgba(var(--primary-rgb), .06);color:var(--primary)}.app-module__TKvdva__dropdown_item.app-module__TKvdva__selected{background:rgba(var(--primary-rgb), .08);color:var(--primary);font-weight:750}.app-module__TKvdva__check_icon{color:var(--primary);flex-shrink:0}.app-module__TKvdva__blood_filter_chip{white-space:nowrap;background:var(--bg-alt);color:var(--muted);border:1px solid var(--glass-border);cursor:pointer;border-radius:100px;padding:.6rem 1.1rem;font-size:.8rem;font-weight:800;transition:all .3s}.app-module__TKvdva__blood_filter_chip.app-module__TKvdva__active{background:var(--danger);color:#fff;border-color:var(--danger);box-shadow:0 4px 12px #ef444433}.app-module__TKvdva__blood_carousel_wrapper{width:100%;margin:0;padding:0;position:relative;overflow:hidden}@media (max-width:768px){.app-module__TKvdva__blood_carousel_wrapper{margin:0;padding:0}}.app-module__TKvdva__blood_carousel_container{scroll-snap-type:x mandatory;scrollbar-width:none;gap:1.25rem;margin:0;padding:.5rem 0 .75rem;display:flex;overflow-x:auto}.app-module__TKvdva__blood_carousel_container::-webkit-scrollbar{display:none}.app-module__TKvdva__blood_card_portrait{background:var(--card-bg);scroll-snap-align:start;border:1.5px solid #0000000f;border-radius:24px;flex-direction:column;flex:0 0 220px;height:auto;min-height:320px;padding:1rem 1rem 1.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}@media (max-width:768px){.app-module__TKvdva__blood_carousel_container{gap:.75rem}.app-module__TKvdva__blood_card_portrait{scroll-snap-align:start}}.app-module__TKvdva__blood_card_portrait:hover{border-color:var(--danger);transform:translateY(-8px);box-shadow:0 20px 40px #00000026}.app-module__TKvdva__bc_header_portrait{text-align:center;flex-direction:column;align-items:center;gap:.75rem;margin-bottom:.8rem;display:flex}.app-module__TKvdva__bc_badge_large{background:var(--danger);color:#fff;border-radius:20px;justify-content:center;align-items:center;width:70px;height:70px;font-size:1.75rem;font-weight:900;display:flex;box-shadow:0 8px 20px #ef44444d}.app-module__TKvdva__bc_info_portrait{flex-direction:column;gap:.2rem;min-height:80px;display:flex}.app-module__TKvdva__bc_status_pill{color:var(--danger);background:#ef44441a;border-radius:100px;width:fit-content;margin:0 auto .5rem;padding:.3rem .8rem;font-size:.6rem;font-weight:800}.app-module__TKvdva__bc_patient_name{color:var(--foreground);-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;min-height:1.4rem;margin:0;font-size:1.15rem;font-weight:900;display:-webkit-box;overflow:hidden}.app-module__TKvdva__bc_hospital_mini{color:var(--muted);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;min-height:2.2rem;font-size:.8rem;font-weight:600;display:-webkit-box;overflow:hidden}.app-module__TKvdva__blood_card_portrait_skeleton{background:var(--card-bg);border:1px solid var(--bg-alt);border-radius:24px;flex-direction:column;height:320px;padding:1rem 1rem 1.75rem;display:flex}.app-module__TKvdva__bc_footer_portrait{flex-direction:column;gap:.6rem;margin-top:auto;display:flex}.app-module__TKvdva__bc_actions_row{align-items:center;gap:.5rem;height:44px;display:flex}.app-module__TKvdva__bc_btn_help_flex{background:var(--danger);color:#fff;text-align:center;border-radius:12px;flex:1;justify-content:center;align-items:center;height:100%;font-size:.88rem;font-weight:900;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 4px 15px #ef444433}.app-module__TKvdva__bc_btn_share{background:var(--bg-alt);width:48px;height:48px;color:var(--muted);border:1px solid var(--glass-border);cursor:pointer;border-radius:14px;justify-content:center;align-items:center;transition:all .2s;display:flex}.app-module__TKvdva__bc_btn_share:hover{background:var(--card-bg);color:var(--primary);border-color:var(--primary)}.app-module__TKvdva__bc_target_text{color:var(--foreground);text-align:center;font-size:.9rem;font-weight:800}.app-module__TKvdva__bc_btn_help_full{background:var(--danger);color:#fff;text-align:center;border-radius:16px;width:100%;margin-bottom:.5rem;padding:.85rem;font-size:.9rem;font-weight:900;text-decoration:none;transition:all .2s;box-shadow:0 4px 15px #ef444433}.app-module__TKvdva__bc_btn_help_full:hover{background:#dc2626;transform:scale(1.02)}.app-module__TKvdva__target_pill{color:#fff;background:#ffffff1a;border:1px solid #ffffff1a;border-radius:8px;margin-top:.4rem;padding:.3rem .85rem;font-size:.85rem;font-weight:900;display:inline-flex}.app-module__TKvdva__notification_skeleton_card{background:var(--card-bg);border:1px solid var(--glass-border);border-radius:20px;gap:1rem;padding:1.25rem;display:flex}.app-module__TKvdva__push_banner{-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);box-shadow:var(--shadow-sm);background:linear-gradient(135deg,#dc262614 0%,#4338ca0a 100%);border-radius:24px;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:2rem;padding:1.5rem;animation:.4s ease-out app-module__TKvdva__slideDown;display:flex}.app-module__TKvdva__push_banner_content{align-items:center;gap:1.25rem;display:flex}.app-module__TKvdva__push_banner_icon{color:#dc2626;background:#dc26261a;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.app-module__TKvdva__push_banner_text h4{color:var(--foreground);margin:0 0 .25rem;font-size:1.05rem;font-weight:800}.app-module__TKvdva__push_banner_text p{color:var(--muted);margin:0;font-size:.88rem;line-height:1.4}.app-module__TKvdva__push_banner_actions{align-items:center;gap:.75rem;display:flex}.app-module__TKvdva__btn_activate_push{color:#fff;cursor:pointer;white-space:nowrap;background:#dc2626;border:none;border-radius:14px;padding:.75rem 1.25rem;font-size:.88rem;font-weight:800;transition:all .2s}.app-module__TKvdva__btn_activate_push:hover{background:#b91c1c;transform:translateY(-2px)}.app-module__TKvdva__btn_close_push{color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.app-module__TKvdva__btn_close_push:hover{color:var(--foreground);background:#ffffff14}@media (max-width:768px){.app-module__TKvdva__push_banner{flex-direction:column;align-items:flex-start;gap:1rem;padding:1.25rem}.app-module__TKvdva__push_banner_actions{justify-content:flex-end;width:100%}.app-module__TKvdva__btn_activate_push{text-align:center;width:100%}}.app-module__TKvdva__bc_btn_share{background:var(--bg-alt);width:44px;height:100%;color:var(--muted);border:1px solid var(--glass-border);cursor:pointer;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.app-module__TKvdva__bc_btn_share:hover{background:var(--card-bg);color:var(--primary);border-color:var(--primary);transform:translateY(-2px)}.app-module__TKvdva__bc_btn_like{background:var(--bg-alt);width:auto;min-width:44px;height:100%;color:var(--muted);border:1px solid var(--glass-border);cursor:pointer;border-radius:12px;flex-direction:row;flex-shrink:0;justify-content:center;align-items:center;gap:.3rem;padding:0 .7rem;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:visible}.app-module__TKvdva__bc_btn_like:hover{background:var(--card-bg);color:#ef4444;border-color:#ef4444;transform:translateY(-2px)}.app-module__TKvdva__bc_btn_like.app-module__TKvdva__active{color:#ef4444;background:#ef444414;border-color:#ef44444d}.app-module__TKvdva__bc_btn_like.app-module__TKvdva__active svg{fill:#ef4444}.app-module__TKvdva__bc_btn_like:active{transform:scale(.95)}.app-module__TKvdva__bc_btn_like svg{flex-shrink:0;transition:transform .2s}.app-module__TKvdva__like_count_badge{color:var(--foreground);font-size:.75rem;font-weight:850;line-height:1}@keyframes app-module__TKvdva__heartbeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.app-module__TKvdva__animate_heartbeat svg{animation:.5s ease-in-out app-module__TKvdva__heartbeat;fill:#ef4444!important}.app-module__TKvdva__heart_particle{color:#ef4444;pointer-events:none;z-index:100;opacity:0;-webkit-user-select:none;user-select:none;font-size:1.1rem;animation:.8s cubic-bezier(.18,.89,.32,1.28) forwards app-module__TKvdva__heartFloat;position:absolute}@keyframes app-module__TKvdva__heartFloat{0%{opacity:0;transform:translate(0)scale(.5)}15%{opacity:1;transform:translate(var(--x), var(--y)) scale(1.2)}to{transform:translate(calc(var(--x) * 1.4), calc(var(--y) - 50px)) scale(0);opacity:0}}.app-module__TKvdva__search_suggestions_container{background:var(--card-bg);border:1px solid var(--glass-border);z-index:1200;-webkit-backdrop-filter:blur(16px);scrollbar-width:thin;border-radius:20px;max-height:400px;margin-top:.5rem;padding:.5rem;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 15px 35px #00000014,0 5px 15px #00000008}.app-module__TKvdva__search_suggestions_container::-webkit-scrollbar{width:6px}.app-module__TKvdva__search_suggestions_container::-webkit-scrollbar-thumb{background:#0000001a;border-radius:10px}.app-module__TKvdva__search_suggestions_container::-webkit-scrollbar-thumb:hover{background:#0003}.app-module__TKvdva__suggestion_loading,.app-module__TKvdva__suggestion_empty{text-align:center;color:var(--muted);padding:1.5rem;font-size:.85rem;font-weight:600}.app-module__TKvdva__suggestion_loading_spinner{border:2.5px solid #ef44441a;border-top-color:#ef4444;border-radius:50%;width:20px;height:20px;margin-bottom:.5rem;animation:1s linear infinite app-module__TKvdva__spin;display:inline-block}.app-module__TKvdva__suggestion_group{margin-bottom:.75rem}.app-module__TKvdva__suggestion_group:last-child{margin-bottom:0}.app-module__TKvdva__suggestion_group_title{color:var(--primary);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px dashed #dc262626;margin-bottom:.25rem;padding:.5rem .75rem .25rem;font-size:.7rem;font-weight:850}.app-module__TKvdva__suggestion_item{cursor:pointer;color:var(--foreground);border-radius:12px;justify-content:space-between;align-items:center;padding:.65rem .75rem;text-decoration:none;transition:all .2s;display:flex}.app-module__TKvdva__suggestion_item:hover{background:#dc26260a;transform:translate(4px)}.app-module__TKvdva__suggestion_item_content{flex-direction:column;flex:1;gap:.15rem;min-width:0;display:flex}.app-module__TKvdva__suggestion_item_title{color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;font-size:.85rem;font-weight:800;overflow:hidden}.app-module__TKvdva__suggestion_item_subtitle{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;font-weight:600;overflow:hidden}.app-module__TKvdva__suggestion_item_meta{color:var(--muted);align-items:center;gap:.35rem;font-size:.75rem;font-weight:700;display:flex}.app-module__TKvdva__suggestion_item_badge{text-transform:uppercase;border-radius:6px;padding:.15rem .4rem;font-size:.65rem;font-weight:900}.app-module__TKvdva__badge_red{background:var(--danger-light);color:var(--danger)}.app-module__TKvdva__badge_blue{background:var(--primary-light);color:var(--primary)}.app-module__TKvdva__badge_green{background:var(--success-light);color:var(--success)}.app-module__TKvdva__badge_purple{color:#8b5cf6;background:#8b5cf61a}.app-module__TKvdva__suggestion_item_action{opacity:0;color:var(--primary);flex-shrink:0;align-items:center;margin-left:.75rem;transition:all .2s;display:flex;transform:translate(-4px)}.app-module__TKvdva__suggestion_item:hover .app-module__TKvdva__suggestion_item_action{opacity:1;transform:translate(0)}.app-module__TKvdva__suggestion_highlight{color:#ef4444;background:#ef44440d;border-radius:2px;padding:0 .1rem;font-weight:900}.app-module__TKvdva__suggestion_view_all{text-align:center;color:var(--primary);border-top:1px solid var(--glass-border);background:#ef444408;border-radius:0 0 16px 16px;margin-top:.5rem;padding:.65rem;font-size:.75rem;font-weight:800;text-decoration:none;transition:background .2s;display:block}.app-module__TKvdva__suggestion_view_all:hover{background:#ef444414}@media (max-width:768px){.app-module__TKvdva__header_search.app-module__TKvdva__active_mobile_search{animation:.25s cubic-bezier(.4,0,.2,1) forwards app-module__TKvdva__fadeInOverlay;background:var(--card-bg)!important;z-index:2500!important;-webkit-backdrop-filter:blur(20px)!important;border-radius:0!important;flex-direction:column!important;flex:none!important;justify-content:flex-start!important;align-items:stretch!important;width:100vw!important;max-width:none!important;height:100vh!important;margin:0!important;padding:1.5rem 1rem!important;display:flex!important;position:fixed!important;inset:0!important}.app-module__TKvdva__header_search.app-module__TKvdva__active_mobile_search input{border:1.5px solid var(--primary-light)!important;background:var(--bg-alt)!important;border-radius:14px!important;width:calc(100% - 60px)!important;padding:.85rem 1.25rem .85rem 2.75rem!important;font-size:1rem!important}.app-module__TKvdva__header_search.app-module__TKvdva__active_mobile_search .app-module__TKvdva__search_icon{top:2.95rem!important;left:1.85rem!important}.app-module__TKvdva__mobile_search_close_btn{color:var(--primary);cursor:pointer;background:0 0;border:none;padding:.5rem;font-size:.95rem;font-weight:850;transition:transform .2s;position:absolute;top:1.5rem;right:1rem}.app-module__TKvdva__mobile_search_close_btn:active{transform:scale(.9)}.app-module__TKvdva__header_search.app-module__TKvdva__active_mobile_search .app-module__TKvdva__search_suggestions_container{box-shadow:none!important;background:0 0!important;border:none!important;max-height:calc(100vh - 120px)!important;margin-top:1.5rem!important;padding:0!important;position:relative!important;top:0!important;overflow-y:auto!important}.app-module__TKvdva__search_quick_shortcuts{padding:1rem .5rem;animation:.35s ease-out forwards app-module__TKvdva__fadeInOverlay}.app-module__TKvdva__search_quick_shortcuts_title{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.5rem;margin-bottom:1.25rem;font-size:.8rem;font-weight:850;display:flex}.app-module__TKvdva__search_quick_shortcuts_grid{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}.app-module__TKvdva__shortcut_card{background:var(--bg-alt);border:1px solid var(--glass-border);text-align:center;cursor:pointer;color:var(--foreground);border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:1.25rem 1rem;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 12px #00000005}.app-module__TKvdva__shortcut_card:active{background:#ef44440a;border-color:#ef444426;transform:scale(.96)}.app-module__TKvdva__shortcut_icon_wrapper{border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex}.app-module__TKvdva__shortcut_card:active .app-module__TKvdva__shortcut_icon_wrapper{transform:scale(1.1)}.app-module__TKvdva__shortcut_text{color:var(--foreground);font-size:.8rem;font-weight:850}}@keyframes app-module__TKvdva__fadeInOverlay{0%{opacity:0;-webkit-backdrop-filter:blur()}to{opacity:1;-webkit-backdrop-filter:blur(20px)}}.app-module__TKvdva__active{outline:none}.app-module__TKvdva__blood_requests_section{width:100%;margin-top:-.5rem;margin-bottom:-.25rem}@media (max-width:768px){.app-module__TKvdva__blood_requests_section{margin-top:-.25rem;margin-bottom:0}}.app-module__TKvdva__impact_page_wrapper{background:var(--background);width:calc(100% + 3rem);min-height:calc(100vh - 80px);margin:-1.5rem;padding-bottom:4rem;overflow-x:hidden}@media (max-width:768px){.app-module__TKvdva__impact_page_wrapper{width:calc(100% + 2.5rem);margin:-1.25rem}}.app-module__TKvdva__impact_header{color:#fff;background:linear-gradient(135deg,#1e1b4b 0%,#4c1d95 50%,#9f1239 100%);border-radius:0 0 40px 40px;width:100%;padding:3rem 2rem 5rem;position:relative;overflow:hidden;box-shadow:0 20px 40px #0003}.app-module__TKvdva__impact_header_title{letter-spacing:-.03em;margin:0 0 .5rem;font-size:3rem;font-weight:900;line-height:1.1}.app-module__TKvdva__impact_container{z-index:20;width:100%;margin:-3rem 0 0;padding:0 2rem;position:relative}.app-module__TKvdva__impact_card{background:var(--card-bg,#fff);border:1px solid var(--glass-border,#e2e8f0);border-radius:32px;padding:2.5rem;box-shadow:0 20px 40px #0000000d}.app-module__TKvdva__impact_card_small{background:var(--card-bg,#fff);border:1px solid var(--glass-border,#e2e8f0);border-radius:32px;padding:2.5rem;box-shadow:0 10px 30px #00000005}.app-module__TKvdva__impact_metric_grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:1.5rem;display:grid}.app-module__TKvdva__impact_badge_grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,160px),1fr));gap:1.5rem;display:grid}.app-module__TKvdva__impact_chart_grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,400px),1fr));gap:2rem;display:grid}.app-module__TKvdva__impact_hero_text{color:var(--foreground);letter-spacing:-.02em;margin:0 0 1rem;font-size:2.5rem;font-weight:900;line-height:1.2}@media (max-width:768px){.app-module__TKvdva__impact_header{border-radius:0 0 24px 24px;padding:2rem 1rem 4rem}.app-module__TKvdva__impact_header_title{font-size:2rem!important}.app-module__TKvdva__impact_container{margin-top:-2.5rem;padding:0 1rem}.app-module__TKvdva__impact_card,.app-module__TKvdva__impact_card_small{border-radius:24px;padding:1.5rem}.app-module__TKvdva__impact_hero_text{font-size:1.75rem!important}.app-module__TKvdva__impact_chart_grid{grid-template-columns:1fr}}.app-module__TKvdva__settings_grid{grid-template-columns:1fr;align-items:start;gap:1.5rem;width:100%;display:grid}@media (min-width:768px){.app-module__TKvdva__settings_grid{grid-template-columns:repeat(2,1fr)}}.app-module__TKvdva__stock_banner{background:linear-gradient(135deg, var(--primary) 0%, #ef4444 100%);color:#fff;border-radius:24px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;margin:0;padding:3rem;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #dc262633}.app-module__TKvdva__stock_banner:before{content:"";z-index:1;pointer-events:none;background:radial-gradient(circle,#fff3 0%,#0000 70%);border-radius:50%;width:300px;height:300px;position:absolute;top:-50%;right:-10%}.app-module__TKvdva__stock_banner_content{z-index:2;flex:400px}.app-module__TKvdva__stock_banner_header{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.app-module__TKvdva__stock_banner_icon{background:#fff3;border-radius:12px;justify-content:center;align-items:center;padding:.75rem;display:flex}.app-module__TKvdva__stock_banner_title{color:#fff;letter-spacing:-.02em;margin:0;font-size:1.75rem;font-weight:800}.app-module__TKvdva__stock_banner_desc{opacity:.95;color:#fff;max-width:600px;margin:0;font-size:1.1rem;line-height:1.6}.app-module__TKvdva__stock_banner_btn{color:var(--primary);z-index:2;white-space:nowrap;background:#fff;border-radius:50px;align-items:center;gap:.5rem;padding:1rem 2rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 10px 20px #0000001a}.app-module__TKvdva__stock_banner_btn:hover{transform:translateY(-3px);box-shadow:0 15px 25px #00000026}@media (max-width:768px){.app-module__TKvdva__stock_banner{padding:2rem}.app-module__TKvdva__stock_banner_title{font-size:1.5rem}.app-module__TKvdva__stock_banner_desc{font-size:1rem}}.app-module__TKvdva__desktop_sponsor_profile{display:none}@media (min-width:1400px){.app-module__TKvdva__desktop_sponsor_profile{display:block}.app-module__TKvdva__mobile_logout_btn,.app-module__TKvdva__mitra_icon{display:none!important}.app-module__TKvdva__ks_logo{display:block!important}}
