._overlay_8ouaz_1{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:#0f23376b;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}._progressCard_8ouaz_13{min-width:min(320px,92vw);max-width:420px;padding:1.5rem 1.75rem;border-radius:var(--radius-lg);background:var(--bg-card);box-shadow:0 18px 48px #0000002e;text-align:center}._spinner_8ouaz_23{width:42px;height:42px;margin:0 auto 1rem;border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:_spin_8ouaz_23 .85s linear infinite}._progressLabel_8ouaz_33{margin:0;font-size:1rem;font-weight:600;color:var(--text)}._progressDetail_8ouaz_40{margin:.45rem 0 0;font-size:.875rem;color:var(--text-muted)}._toastStack_8ouaz_46{position:fixed;right:1rem;bottom:1rem;z-index:10001;display:flex;flex-direction:column;gap:.65rem;width:min(380px,calc(100vw - 2rem));pointer-events:none}._toast_8ouaz_46{display:flex;align-items:flex-start;gap:.65rem;padding:.85rem .95rem;border-radius:var(--radius);background:#fff;box-shadow:0 10px 28px #00000024;border-left:4px solid transparent;pointer-events:auto;animation:_toastIn_8ouaz_1 .25s ease-out}._toast_success_8ouaz_71{border-left-color:#2e7d32}._toast_error_8ouaz_75{border-left-color:#c62828}._toast_warn_8ouaz_79{border-left-color:#ed6c02}._toastMessage_8ouaz_83{flex:1;margin:0;font-size:.9rem;line-height:1.45;color:var(--text)}._toastDismiss_8ouaz_91{border:none;background:transparent;color:var(--text-muted);font-size:1.2rem;line-height:1;cursor:pointer;padding:0}._toastIconSuccess_8ouaz_101,._toastIconWarn_8ouaz_102,._toastIconError_8ouaz_103{display:inline-flex;align-items:center;justify-content:center;width:1.35rem;height:1.35rem;border-radius:50%;font-size:.75rem;font-weight:700;flex-shrink:0}._toastIconSuccess_8ouaz_101{background:#e8f5e9;color:#2e7d32}._toastIconWarn_8ouaz_102{background:#fff4e5;color:#ed6c02}._toastIconError_8ouaz_103{background:#ffebee;color:#c62828}@keyframes _spin_8ouaz_23{to{transform:rotate(360deg)}}@keyframes _toastIn_8ouaz_1{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 640px){._toastStack_8ouaz_46{right:.75rem;left:.75rem;width:auto}}._wrap_1cto9_1{position:relative;flex-shrink:0}._iconBtn_1cto9_6{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:transparent;color:var(--text-muted);border-radius:8px;cursor:pointer;position:relative}._iconBtn_1cto9_6:hover{background:#0000000d;color:var(--primary)}._badge_1cto9_25{position:absolute;top:4px;right:4px;min-width:18px;height:18px;padding:0 4px;font-size:.7rem;font-weight:700;color:#fff;background:#e53935;border-radius:9px;display:flex;align-items:center;justify-content:center}._panel_1cto9_42{position:absolute;top:100%;right:0;margin-top:.5rem;width:min(360px,calc(100vw - 2rem));max-height:400px;background:var(--bg-card);border:1px solid var(--border);border-radius:12px;box-shadow:0 10px 40px #00000026;overflow:hidden;z-index:1000}._panelHeader_1cto9_57{display:flex;justify-content:space-between;align-items:center;gap:.5rem;padding:.75rem 1rem;border-bottom:1px solid var(--border);background:var(--bg-light)}._panelTitle_1cto9_67{margin:0;font-size:.95rem;font-weight:600;color:var(--text)}._clearBtn_1cto9_74{flex-shrink:0;padding:.35rem .6rem;font-size:.8rem;font-weight:500;color:var(--primary);background:transparent;border:1px solid var(--primary);border-radius:6px;cursor:pointer;transition:background .15s,color .15s}._clearBtn_1cto9_74:hover:not(:disabled){background:var(--primary);color:#fff}._clearBtn_1cto9_74:disabled{opacity:.45;cursor:default}._list_1cto9_97{list-style:none;margin:0;padding:0;max-height:340px;overflow-y:auto}._item_1cto9_105{padding:.75rem 1rem;border-bottom:1px solid var(--border);cursor:pointer;transition:background .15s}._item_1cto9_105:hover{background:#00000008}._item_1cto9_105._unread_1cto9_116{background:#0b6fa40f}._itemTitle_1cto9_120{display:block;font-size:.9rem;font-weight:500;color:var(--text)}._itemBody_1cto9_127{display:block;font-size:.8rem;color:var(--text-muted);margin-top:.2rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._itemTime_1cto9_137{display:block;font-size:.75rem;color:var(--text-muted);margin-top:.25rem}._empty_1cto9_144{margin:1rem;font-size:.9rem;color:var(--text-muted);text-align:center}._detailOverlay_1cto9_151{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:2000;padding:1rem}._detailModal_1cto9_162{background:var(--bg-card);border-radius:12px;box-shadow:0 20px 60px #0003;max-width:480px;width:100%;max-height:80vh;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--border)}._detailHeader_1cto9_175{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;border-bottom:1px solid var(--border);background:var(--bg-light)}._detailTitle_1cto9_185{margin:0;font-size:1.1rem;font-weight:600;color:var(--text);flex:1}._detailClose_1cto9_193{flex-shrink:0;width:32px;height:32px;border:none;background:transparent;font-size:1.5rem;line-height:1;color:var(--text-muted);cursor:pointer;border-radius:6px}._detailClose_1cto9_193:hover{background:#0000000f;color:var(--text)}._detailBody_1cto9_211{padding:1.25rem;font-size:.95rem;color:var(--text);line-height:1.6;white-space:pre-wrap;word-break:break-word;overflow-y:auto;flex:1}._detailNoBody_1cto9_222{color:var(--text-muted);font-style:italic}._detailFooter_1cto9_227{padding:.75rem 1.25rem;font-size:.85rem;color:var(--text-muted);border-top:1px solid var(--border)}._banner_egzvb_1{position:fixed;bottom:0;left:0;right:0;background:var(--bg-card);border-top:1px solid var(--border);box-shadow:0 -4px 20px #0000001a;z-index:900;padding:1rem;max-height:50vh;overflow-y:auto}._bannerContent_egzvb_15{max-width:480px;margin:0 auto}._bannerContent_egzvb_15 strong{color:var(--primary)}._bannerContent_egzvb_15 p{margin:.5rem 0 .75rem;font-size:.9rem;color:var(--text);line-height:1.4}._steps_egzvb_31{margin:.5rem 0 .75rem;padding-left:1.25rem;font-size:.9rem;line-height:1.6;color:var(--text)}._steps_egzvb_31 li{margin-bottom:.35rem}._note_egzvb_43{font-size:.85rem!important;color:var(--text-muted)!important;margin-top:.5rem!important}._bannerActions_egzvb_49{display:flex;gap:.5rem;margin-top:1rem;flex-wrap:wrap}._btnPrimary_egzvb_56{padding:.5rem 1rem;background:var(--primary);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;text-decoration:none;display:inline-block}._btnPrimary_egzvb_56:hover{opacity:.9}._btnSecondary_egzvb_73{padding:.5rem 1rem;background:transparent;color:var(--text-muted);border:1px solid var(--border);border-radius:8px;font-size:.9rem;cursor:pointer}._btnSecondary_egzvb_73:hover{background:#00000008}._btnDismiss_egzvb_87{display:block;margin-top:.75rem;padding:.35rem 0;background:none;border:none;color:var(--text-muted);font-size:.85rem;cursor:pointer}._btnDismiss_egzvb_87:hover{text-decoration:underline}._wrapper_11505_1{height:100vh;display:flex;flex-direction:column;overflow:hidden;max-width:100vw;width:100%}._header_11505_10{display:grid;grid-template-columns:minmax(72px,1fr) minmax(0,2fr) minmax(72px,1fr);align-items:center;gap:.75rem 1rem;padding:.75rem 1.5rem;background:var(--bg-card);border-bottom:1px solid var(--border);box-shadow:var(--shadow);position:sticky;top:0;z-index:100}._headerLeft_11505_24{display:flex;align-items:center;gap:1rem;justify-self:start;min-width:0}._headerTitle_11505_32{margin:0;font-size:1.15rem;font-weight:700;color:var(--primary);letter-spacing:.02em;text-align:center;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;pointer-events:none}._brand_11505_46{display:inline-flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.15rem;color:var(--primary);letter-spacing:.02em;text-decoration:none}._brandLogo_11505_57{height:40px;width:auto;max-width:120px;border-radius:8px;object-fit:contain;background:transparent}._brand_11505_46:hover{text-decoration:none;color:var(--primary-dark)}._actions_11505_71{display:flex;align-items:center;gap:.5rem;flex-shrink:0;justify-self:end;min-width:0}._role_11505_80{font-size:.9rem;color:var(--text-muted)}._logoutBtn_11505_85{padding:.4rem .9rem;border:1px solid var(--primary);background:transparent;color:var(--primary);border-radius:8px;font-weight:500}._logoutBtn_11505_85:hover{background:var(--primary);color:#fff}._main_11505_99{flex:1;padding:1.5rem;width:100%;min-width:0;max-width:100%;overflow-x:hidden;overflow-y:auto;box-sizing:border-box}@media (max-width: 1023px){._headerTitle_11505_32{font-size:1rem}}@media (max-width: 767px){._header_11505_10{grid-template-columns:minmax(0,auto) minmax(0,1fr) minmax(0,auto);gap:.5rem;padding:.5rem .75rem}._headerLeft_11505_24{min-width:0}._headerTitle_11505_32{font-size:.95rem}._brandLogo_11505_57{height:36px}._actions_11505_71{gap:.35rem}._role_11505_80{font-size:.75rem;max-width:70px;overflow:hidden;text-overflow:ellipsis}._logoutBtn_11505_85{padding:.35rem .6rem;font-size:.85rem}._main_11505_99{padding:.5rem;padding-bottom:0;overflow-x:hidden;-webkit-overflow-scrolling:touch}}@media print{._wrapper_11505_1{height:auto;overflow:visible}._header_11505_10{position:static;box-shadow:none}._main_11505_99{overflow:visible;padding:0}}._btn_4mt82_1{padding:.5rem 1rem;border-radius:8px;font-weight:500;border:none;cursor:pointer;transition:background .2s,color .2s}._primary_4mt82_10{background:var(--primary);color:#fff}._primary_4mt82_10:hover{background:var(--primary-dark)}._secondary_4mt82_19{background:transparent;color:var(--primary);border:1px solid var(--primary)}._secondary_4mt82_19:hover{background:var(--bg-light)}._danger_4mt82_29{background:#c0392b;color:#fff}._danger_4mt82_29:hover{background:#a93226}._success_4mt82_38{background:#27ae60;color:#fff}._success_4mt82_38:hover{background:#1e8449}._banner_d63xo_1{position:fixed;bottom:1rem;left:50%;transform:translate(-50%);z-index:1000;max-width:420px;width:calc(100% - 2rem);box-shadow:0 4px 20px #00000026;border-radius:12px;background:var(--bg-card);border:1px solid var(--border)}._bannerContent_d63xo_15{padding:1rem 1.25rem}._bannerContent_d63xo_15 strong{display:block;font-size:1rem;color:var(--text);margin-bottom:.35rem}._bannerContent_d63xo_15 p{margin:0 0 1rem;font-size:.9rem;color:var(--text-muted);line-height:1.4}._bannerActions_d63xo_33{display:flex;gap:.5rem;justify-content:flex-end}._shell_fi5md_1{min-height:100vh;background:#f4f7fb;color:#122033}._nav_fi5md_7{position:sticky;top:0;z-index:40;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1.25rem;background:#071428f0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.08)}._navBrand_fi5md_21{display:flex;align-items:center;gap:.7rem;color:#fff;text-decoration:none;font-weight:800;letter-spacing:.01em}._navBrand_fi5md_21:hover{text-decoration:none;color:#fff}._navBrand_fi5md_21 small{display:block;font-size:.68rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:#8fb8e8}._navLogo_fi5md_45{width:38px;height:38px;border-radius:10px;object-fit:contain;background:#fff}._navLinks_fi5md_53{display:flex;align-items:center;gap:.35rem .9rem;flex-wrap:wrap;justify-content:flex-end}._navLinks_fi5md_53 a{color:#ffffffdb;text-decoration:none;font-size:.9rem;font-weight:600}._navLinks_fi5md_53 a:hover{color:#fff;text-decoration:none}._navCta_fi5md_73{background:#1565c0;color:#fff!important;padding:.45rem .9rem;border-radius:999px}._hero_fi5md_80{background:radial-gradient(900px 420px at 90% -10%,rgba(79,163,255,.28),transparent 55%),linear-gradient(160deg,#071428,#0b3a6e 58%,#12539a);color:#fff}._heroInner_fi5md_87{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);gap:2.5rem;align-items:center;padding:3.25rem 1.5rem 3.5rem;max-width:1240px;margin:0 auto}._eyebrow_fi5md_97{margin:0 0 .85rem;font-size:.78rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#9ecbff}._heroCopy_fi5md_106 h1{margin:0;font-size:clamp(1.7rem,3.4vw,2.85rem);line-height:1.15;font-weight:800;letter-spacing:-.03em}._lede_fi5md_114{margin:1rem 0 0;font-size:1.05rem;line-height:1.65;color:#ffffffd6;max-width:36rem}._heroActions_fi5md_122{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1.5rem}._btnPrimary_fi5md_129,._btnGhost_fi5md_130,._btnHowTo_fi5md_131{display:inline-flex;align-items:center;justify-content:center;padding:.72rem 1.15rem;border-radius:999px;font-weight:700;text-decoration:none;font-size:.95rem}._btnPrimary_fi5md_129{background:#fff;color:#0b3a6e}._btnPrimary_fi5md_129:hover{text-decoration:none;background:#e8f2ff}._btnGhost_fi5md_130{border:1px solid rgba(255,255,255,.35);color:#fff}._btnGhost_fi5md_130:hover{text-decoration:none;background:#ffffff14}._btnHowTo_fi5md_131{background:transparent;color:#b9dcff;border:1px solid #7eb6f0}._btnHowTo_fi5md_131:hover{text-decoration:none;color:#fff;border-color:#fff}._heroMeta_fi5md_174{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;margin:1.4rem 0 0;padding:0}._heroMeta_fi5md_174 li{font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;padding:.3rem .7rem;border-radius:999px;background:#ffffff1a}._heroPhones_fi5md_192{display:flex;justify-content:center;align-items:flex-end;gap:1rem;min-height:420px}._heroPhones_fi5md_192 ._phone_fi5md_200:last-child{transform:translateY(28px) scale(.9);opacity:.94}._phone_fi5md_200{margin:0;text-align:center}._phone_fi5md_200 figcaption{margin-top:.7rem;font-size:.82rem;font-weight:600;color:#5a7390}._phoneBezel_fi5md_217{position:relative;width:210px;padding:10px 9px 12px;background:#0c1220;border-radius:32px;box-shadow:0 24px 50px #04102459,inset 0 0 0 1px #ffffff1f}._phoneFeatured_fi5md_228 ._phoneBezel_fi5md_217{width:250px}._phoneNotch_fi5md_232{position:absolute;top:14px;left:50%;width:72px;height:8px;transform:translate(-50%);background:#1a2233;border-radius:999px;z-index:1}._phoneBezel_fi5md_217 img{display:block;width:100%;border-radius:22px;background:#eef3f8}._inner_fi5md_251{width:min(1180px,calc(100% - 2rem));margin:0 auto;padding:3.5rem 0}._band_fi5md_257{background:#fff}._kicker_fi5md_261{margin:0 0 .4rem;font-size:.75rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:#1565c0}._inner_fi5md_251 h2,._band_fi5md_257 h2,._shots_fi5md_272 h2,._access_fi5md_273 h2{margin:0;font-size:clamp(1.55rem,2.6vw,2.15rem);letter-spacing:-.03em;color:#0b2540}._sectionLede_fi5md_280{margin:.7rem 0 1.6rem;max-width:44rem;line-height:1.6;color:#4b627a}._problemGrid_fi5md_287,._surfaceGrid_fi5md_288,._capGrid_fi5md_289,._accessGrid_fi5md_290{display:grid;gap:1rem}._problemGrid_fi5md_287{grid-template-columns:repeat(4,minmax(0,1fr))}._problemCard_fi5md_299,._surfaceCard_fi5md_300,._capCard_fi5md_301{background:#fff;border:1px solid #dde7f2;border-radius:18px;padding:1.15rem 1.2rem 1.25rem;box-shadow:0 10px 30px #0c28500d}._problemCard_fi5md_299 h3,._surfaceCard_fi5md_300 h3,._capCard_fi5md_301 h3{margin:0 0 .4rem;font-size:1.02rem;color:#0d3b66}._problemCard_fi5md_299 p,._capCard_fi5md_301 p{margin:0;line-height:1.5;color:#51657c;font-size:.92rem}._surfaceGrid_fi5md_288{grid-template-columns:repeat(3,minmax(0,1fr))}._surfaceCard_fi5md_300 span,._accessCard_fi5md_330 span,._accessCardAccent_fi5md_331 span{display:inline-block;font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#1565c0;margin-bottom:.35rem}._surfaceCard_fi5md_300 ul{margin:.6rem 0 0;padding-left:1.05rem;color:#4b627a;line-height:1.55;font-size:.92rem}._capGrid_fi5md_289{grid-template-columns:repeat(3,minmax(0,1fr))}._capCard_fi5md_301 span{display:block;font-size:.78rem;font-weight:800;color:#8aa4bf;margin-bottom:.35rem}._shots_fi5md_272{background:linear-gradient(180deg,#0b2a4a,#0e3d6e);color:#fff;padding:1rem 0 2.5rem}._shots_fi5md_272 h2{color:#fff}._shots_fi5md_272 ._kicker_fi5md_261{color:#9ecbff}._shots_fi5md_272 ._sectionLede_fi5md_280{color:#ffffffc7}._shots_fi5md_272 ._phone_fi5md_200 figcaption{color:#fffc}._shotRow_fi5md_383{display:flex;gap:1.1rem;overflow-x:auto;padding:.5rem 0 1.25rem;scroll-snap-type:x mandatory}._shotRow_fi5md_383 ._phone_fi5md_200{flex:0 0 auto;scroll-snap-align:start}._steps_fi5md_396{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}._steps_fi5md_396 li{background:#fff;border-radius:18px;padding:1.15rem;border:1px solid #dde7f2}._steps_fi5md_396 span{display:block;font-size:.78rem;font-weight:800;letter-spacing:.12em;color:#1565c0;margin-bottom:.35rem}._steps_fi5md_396 strong{display:block;font-size:1.05rem;color:#0b2540}._steps_fi5md_396 p{margin:.4rem 0 0;color:#51657c;line-height:1.5;font-size:.92rem}._access_fi5md_273{background:#fff;padding-bottom:1rem}._accessGrid_fi5md_290{grid-template-columns:repeat(2,minmax(0,1fr))}._accessCard_fi5md_330,._accessCardAccent_fi5md_331{display:block;padding:1.25rem 1.3rem;border-radius:18px;text-decoration:none;border:1px solid #dde7f2;background:#f8fbfe;color:inherit;min-height:100%}._accessCard_fi5md_330:hover,._accessCardAccent_fi5md_331:hover{text-decoration:none;border-color:#1565c0}._accessCard_fi5md_330 strong,._accessCardAccent_fi5md_331 strong{display:block;font-size:1.2rem;color:#0b2540;margin-bottom:.35rem}._accessCard_fi5md_330 p,._accessCardAccent_fi5md_331 p{margin:0;color:#51657c;line-height:1.5}._accessCardAccent_fi5md_331{background:linear-gradient(160deg,#12539a,#1565c0);border:none;color:#fff}._accessCardAccent_fi5md_331 span,._accessCardAccent_fi5md_331 strong,._accessCardAccent_fi5md_331 p{color:#fff}._accessCardAccent_fi5md_331 p{color:#ffffffdb}._installHint_fi5md_492,._storeText_fi5md_493{margin:1.1rem 0 0;color:#5a7390;line-height:1.5}._footer_fi5md_499{padding:2rem 1.25rem 2.4rem;border-top:1px solid #d7e3ef;background:#071428;color:#ffffffc7}._footerBrand_fi5md_506{display:flex;align-items:center;gap:.8rem;margin-bottom:1rem;color:#fff}._footerLogo_fi5md_514{width:42px;height:42px;border-radius:10px;background:#fff}._footerBrand_fi5md_506 p{margin:.1rem 0 0;font-size:.88rem;color:#9bb4ce}._footerDeveloper_fi5md_527{margin:0 0 .85rem;font-size:.88rem}._footerDeveloper_fi5md_527 a,._footer_fi5md_499 a{color:#9ecbff}._footer_fi5md_499 nav{justify-content:flex-start;border-top-color:#ffffff1f;margin-top:.75rem}._footer_fi5md_499 nav a{color:#9ecbff}._guidePage_fi5md_547{width:min(1180px,calc(100% - 2rem));margin:0 auto;padding:2rem 0 3rem}._guideIntro_fi5md_553 h1{margin:0 0 .5rem;font-size:2rem;color:#0b2540}._guideIntro_fi5md_553 p{margin:0 0 1rem;color:#4b627a;max-width:40rem;line-height:1.55}._howToLink_fi5md_566{display:inline-flex;color:#1565c0;font-weight:700;text-decoration:none}@media (max-width: 980px){._heroInner_fi5md_87{grid-template-columns:1fr;padding:2rem 1rem 2.4rem}._heroPhones_fi5md_192{min-height:0;justify-content:flex-start;overflow-x:auto}._heroPhones_fi5md_192 ._phone_fi5md_200:last-child{transform:none}._problemGrid_fi5md_287,._surfaceGrid_fi5md_288,._capGrid_fi5md_289,._steps_fi5md_396,._accessGrid_fi5md_290{grid-template-columns:1fr}}@media (max-width: 720px){._nav_fi5md_7{flex-direction:column;align-items:stretch}._navLinks_fi5md_53{justify-content:flex-start}._phoneBezel_fi5md_217,._phoneFeatured_fi5md_228 ._phoneBezel_fi5md_217{width:180px}}._page_doe08_1{width:100%;max-width:min(900px,calc(100vw - 1.5rem));margin:0 auto;padding:1.25rem .75rem 2.5rem;box-sizing:border-box}._back_doe08_9{display:inline-block;margin-bottom:1rem;color:var(--primary);font-size:.9rem;text-decoration:none}._back_doe08_9:hover{text-decoration:underline}._header_doe08_21{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}._title_doe08_27{margin:0 0 .35rem;font-size:1.75rem;font-weight:700;color:var(--primary);line-height:1.25}._meta_doe08_35{margin:0;font-size:.9rem;color:var(--text-muted, #666);line-height:1.5}._content_doe08_42{line-height:1.65;color:var(--text)}._content_doe08_42 h2{margin:1.75rem 0 .65rem;font-size:1.15rem;font-weight:700;color:var(--primary)}._content_doe08_42 h3{margin:1.25rem 0 .5rem;font-size:1rem;font-weight:600;color:var(--text)}._content_doe08_42 p{margin:0 0 .85rem}._content_doe08_42 ul,._content_doe08_42 ol{margin:0 0 .85rem;padding-left:1.35rem}._content_doe08_42 li{margin-bottom:.4rem}._content_doe08_42 a{color:var(--primary);word-break:break-word}._contactBox_doe08_80{margin-top:2rem;padding:1rem 1.15rem;background:#f2f7ff;border:1px solid rgba(21,101,192,.2);border-radius:var(--radius)}._contactBox_doe08_80 h2{margin-top:0;font-size:1.05rem}._hubList_doe08_93{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}._hubList_doe08_93 a{display:block;padding:1rem 1.15rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-card, #fff);text-decoration:none;color:var(--text);box-shadow:var(--shadow)}._hubList_doe08_93 a:hover{border-color:var(--primary);text-decoration:none}._hubList_doe08_93 strong{display:block;color:var(--primary);margin-bottom:.25rem}._footerLinks_doe08_124{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;justify-content:center;margin-top:2rem;padding-top:1.25rem;border-top:1px solid var(--border);font-size:.88rem}._footerLinks_doe08_124 a{color:var(--primary);text-decoration:none}._footerLinks_doe08_124 a:hover{text-decoration:underline}@media (max-width: 768px){._page_doe08_1{padding:1rem .5rem 2rem}._title_doe08_27{font-size:1.45rem}}._wrap_1w0wm_1{width:100%}._tabs_1w0wm_5{display:flex;gap:.5rem;margin-bottom:1.25rem;flex-wrap:wrap}._tab_1w0wm_5{border:1px solid var(--primary);background:#fff;color:var(--primary);border-radius:999px;padding:.45rem 1rem;font-weight:600;cursor:pointer}._tabActive_1w0wm_22{background:var(--primary);color:#fff}._sectionTitle_1w0wm_27{margin:0 0 .5rem;font-size:1.25rem;color:var(--primary)}._intro_1w0wm_33{margin:0 0 1rem;line-height:1.55;color:var(--text)}._flow_1w0wm_39{list-style:none;margin:0 0 1.25rem;padding:.9rem;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;background:#eef5fc;border-radius:12px}._flowItem_1w0wm_50{display:flex;gap:.6rem;align-items:flex-start}._flowIndex_1w0wm_56{flex-shrink:0;width:1.5rem;height:1.5rem;border-radius:50%;background:var(--primary);color:#fff;font-size:.8rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center}._flowDetail_1w0wm_70{display:block;font-size:.85rem;color:var(--text-muted, #5b6b7c);line-height:1.4;margin-top:.15rem}._grid_1w0wm_78{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}._card_1w0wm_84{background:#fff;border:1px solid var(--border, #e6ecf5);border-radius:14px;padding:1rem 1.1rem 1.15rem;box-shadow:0 4px 14px #1565c00f}._cardTitle_1w0wm_92{display:flex;align-items:center;gap:.6rem;margin:0 0 .5rem;font-size:1.05rem;color:#16233a}._cardIndex_1w0wm_101{width:1.6rem;height:1.6rem;border-radius:50%;background:#e3f2fd;color:var(--primary);font-size:.8rem;display:inline-flex;align-items:center;justify-content:center}._summary_1w0wm_113{margin:0 0 .75rem;color:#4a5b70;line-height:1.5;font-size:.92rem}._steps_1w0wm_120{margin:0;padding-left:1.2rem;display:flex;flex-direction:column;gap:.45rem;color:#2b3a4f;line-height:1.5;font-size:.9rem}._tips_1w0wm_131{list-style:none;margin:.85rem 0 0;padding:0;display:flex;flex-direction:column;gap:.45rem}._tips_1w0wm_131 li{background:#fff8e1;color:#6b5b14;border-radius:10px;padding:.55rem .7rem;font-size:.85rem;line-height:1.45}._tips_1w0wm_131 li:before{content:"Tip · ";font-weight:700}@media (max-width: 900px){._flow_1w0wm_39,._grid_1w0wm_78{grid-template-columns:1fr}}._card_1seru_1{background:var(--bg-card);border-radius:var(--radius);padding:1.25rem;box-shadow:var(--shadow);border:1px solid var(--border);box-sizing:border-box;min-width:0}@media (max-width: 767px){._card_1seru_1{padding:1rem}}._header_1sxni_1{margin-bottom:1.5rem}._title_1sxni_5{font-size:1.75rem;font-weight:700;color:var(--primary);margin:0 0 .25rem;letter-spacing:.02em}._subtitle_1sxni_13{margin:0;font-size:.95rem;color:var(--text-muted)}@media (max-width: 768px){._title_1sxni_5{font-size:1.4rem}}._wrap_mc0o6_1{position:relative;display:flex;align-items:center;width:100%}._input_mc0o6_8{flex:1;padding:.5rem 2.75rem .5rem .75rem;border:1px solid var(--border);border-radius:8px;background:#fff;font-family:inherit;font-size:1rem}._input_mc0o6_8:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px #0b6fa433}._toggle_mc0o6_25{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:var(--text-muted);cursor:pointer;border-radius:6px}._toggle_mc0o6_25:hover{color:var(--primary);background:#0000000a}._toggle_mc0o6_25:disabled{opacity:.5;cursor:not-allowed}._page_1cnik_1{max-width:420px;margin:0 auto;padding:2rem 1rem}@media (min-width: 768px){._page_1cnik_1{max-width:480px;padding:3rem 1.5rem}}._back_1cnik_14{display:inline-block;margin-bottom:1rem;color:var(--primary);font-size:.9rem;text-decoration:none}._back_1cnik_14:hover{text-decoration:underline}._card_1cnik_26{padding:1.5rem}._form_1cnik_30{display:flex;flex-direction:column;gap:1rem}._label_1cnik_36{display:flex;flex-direction:column;gap:.35rem;font-size:.9rem;font-weight:500;color:var(--text)}._input_1cnik_45{padding:.5rem .75rem;border:1px solid var(--border);border-radius:8px;background:#fff}._input_1cnik_45:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px #0b6fa433}._radioGroup_1cnik_58{display:flex;gap:1rem}._radio_1cnik_58{display:flex;align-items:center;gap:.4rem;cursor:pointer;font-size:.95rem}._error_1cnik_71{margin:0;padding:.5rem;background:#fde8e8;color:#c0392b;border-radius:8px;font-size:.9rem}._success_1cnik_80{margin:0;padding:.5rem;background:#e8f5e9;color:#15803d;border-radius:8px;font-size:.9rem}._submit_1cnik_89{margin-top:.5rem}._hint_1cnik_93{margin:0 0 1rem;font-size:.8rem;color:var(--muted, #666);line-height:1.4}._hint_1cnik_93 a{color:var(--primary);font-weight:600}._deviceBanner_1cnik_105{display:flex;gap:.5rem;align-items:flex-start;padding:.75rem;background:#e3f2fd;border:1px solid #90caf9;border-radius:8px;color:#0d47a1;font-size:.85rem}._deviceBanner_1cnik_105 p{margin:0;line-height:1.4}._deviceBannerIcon_1cnik_122{flex-shrink:0;font-size:1rem}._registerLogo_1cnik_127{width:64px;height:64px;object-fit:contain;margin:0 auto 1rem;display:block;border-radius:12px}._authHint_1cnik_136{margin:0;font-size:.9rem;text-align:center;color:var(--text-muted, #666)}._authHint_1cnik_136 a{color:var(--primary)}._legalConsent_1cnik_147{margin:.75rem 0 0;font-size:.78rem;color:var(--text-muted, #666);line-height:1.45;text-align:center}._legalConsent_1cnik_147 a{color:var(--primary)}._statusTitle_1cnik_159{margin:0 0 .75rem;font-size:1.35rem;color:var(--primary);text-align:center}._statusBody_1cnik_166{margin:0 0 1rem;line-height:1.55;color:var(--text);text-align:center}._statusReason_1cnik_173{margin:0 0 1rem;padding:.65rem .75rem;background:#fff7ed;color:#9a3412;border-radius:8px;font-size:.9rem}@media (max-width: 767px){._page_1cnik_1{padding:1rem .75rem;max-width:100%}._card_1cnik_26{padding:1rem}}._page_1bt0j_1{max-width:1200px;margin:0 auto;padding:1.5rem .75rem 2rem}._header_1bt0j_7{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}._headerLeft_1bt0j_16{display:flex;align-items:center;gap:.875rem}._logo_1bt0j_22{width:52px;height:52px;object-fit:contain;border-radius:10px}._title_1bt0j_29{margin:0;font-size:1.5rem;color:var(--primary)}._subtitle_1bt0j_35{margin:.15rem 0 0;color:var(--text-muted, #666);font-size:.95rem}._headerActions_1bt0j_41{display:flex;align-items:center;gap:.75rem}._userEmail_1bt0j_47{font-size:.9rem;color:var(--text-muted, #666)}._stats_1bt0j_52{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;margin-bottom:1.25rem}._statCard_1bt0j_59{background:#fff;border:1px solid var(--border, #e5e7eb);border-radius:12px;padding:.9rem 1rem}._statValue_1bt0j_66{display:block;font-size:1.6rem;font-weight:700;color:var(--primary)}._statLabel_1bt0j_73{display:block;margin-top:.2rem;font-size:.82rem;color:var(--text-muted, #666)}._badge_1bt0j_80{display:inline-block;padding:.15rem .5rem;border-radius:999px;font-size:.75rem;font-weight:600}._badge_active_1bt0j_88{background:#e8f5e9;color:#15803d}._badge_pending_1bt0j_93{background:#fff7ed;color:#c2410c}._badge_suspended_1bt0j_98{background:#fde8e8;color:#b91c1c}._rowActions_1bt0j_103{display:flex;flex-wrap:wrap;gap:.35rem;justify-content:flex-end}._suspendBtn_1bt0j_110{color:#b45309;border-color:#fcd34d}._suspendConfirmBtn_1bt0j_115{background:#b45309;border-color:#b45309}._card_1bt0j_120{padding:1.25rem}._toolbar_1bt0j_124{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}._toolbar_1bt0j_124 h2{margin:0;font-size:1.15rem;color:var(--primary)}._tableWrap_1bt0j_137{overflow-x:auto}._table_1bt0j_137{width:100%;border-collapse:collapse;font-size:.95rem}._table_1bt0j_137 th,._table_1bt0j_137 td{padding:.75rem .5rem;text-align:left;border-bottom:1px solid var(--border, #e5e7eb)}._table_1bt0j_137 th{font-weight:600;color:var(--primary)}._orgId_1bt0j_159{display:block;font-size:.8rem;color:var(--text-muted, #666);margin-top:.15rem}._deleteBtn_1bt0j_166{color:#c0392b;border-color:#f5c6cb}._error_1bt0j_171{margin:0 0 1rem;padding:.5rem .75rem;background:#fde8e8;color:#c0392b;border-radius:8px}._muted_1bt0j_179{color:var(--text-muted, #666)}._footerLink_1bt0j_183{margin-top:1rem;text-align:center}._footerLink_1bt0j_183 a{color:var(--primary)}._modalOverlay_1bt0j_192{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:1000}._modal_1bt0j_192{width:100%;max-width:480px;padding:1.25rem}._modal_1bt0j_192 h3{margin:0 0 .75rem;color:var(--primary)}._modal_1bt0j_192 p{margin:0 0 1rem;line-height:1.5}._label_1bt0j_219{display:flex;flex-direction:column;gap:.35rem;margin-bottom:.75rem;font-size:.9rem;font-weight:500}._input_1bt0j_228{padding:.5rem .75rem;border:1px solid var(--border);border-radius:8px}._modalActions_1bt0j_234{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1rem}._deleteConfirmBtn_1bt0j_241{background:#c0392b;border-color:#c0392b}@media (max-width: 768px){._page_1bt0j_1{padding:1rem .35rem}._stats_1bt0j_52{grid-template-columns:repeat(2,minmax(0,1fr))}}._photo_ohprd_1{object-fit:cover;object-position:center top;background:#e2e8f0;flex-shrink:0;display:block}._placeholder_ohprd_9{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#dbeafe,#e2e8f0);color:#1e40af;font-weight:700;font-size:.7em;letter-spacing:.02em;flex-shrink:0;-webkit-user-select:none;user-select:none}._rounded_ohprd_22{border-radius:8px;border:1px solid #e2e8f0}._round_ohprd_22{border-radius:50%;border:1px solid #e2e8f0}._form_1t4qb_1{max-width:960px}._formTitle_1t4qb_5{margin:0 0 1rem;font-size:1.1rem;font-weight:600;color:var(--primary)}._error_1t4qb_12{margin:0 0 1rem;padding:.6rem .75rem;background:#fde8e8;color:#c0392b;border-radius:8px;font-size:.9rem}._section_1t4qb_21{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}._section_1t4qb_21:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}._sectionTitle_1t4qb_33{margin:0 0 1rem;font-size:.95rem;font-weight:600;color:var(--text);letter-spacing:.02em}._docHint_1t4qb_41{margin:0 0 .75rem;font-size:.875rem;color:var(--text-muted)}._row_1t4qb_47{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin-bottom:1rem}._row_1t4qb_47:last-child{margin-bottom:0}._rowThree_1t4qb_58{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}._benefitsRow_1t4qb_64{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:.75rem}._checkboxField_1t4qb_71{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--text)}._checkboxField_1t4qb_71 input[type=checkbox]{width:16px;height:16px}._field_1t4qb_84,._fieldFull_1t4qb_85{display:flex;flex-direction:column;gap:.35rem}._fieldFull_1t4qb_85{margin-top:.5rem}._label_1t4qb_95{font-size:.875rem;font-weight:500;color:var(--text)}._label_1t4qb_95 em{color:#c0392b;font-style:normal}._input_1t4qb_106{padding:.5rem .75rem;border:1px solid var(--border);border-radius:8px;background:#fff;font-size:.95rem;transition:border-color .15s,box-shadow .15s}._input_1t4qb_106:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px #0b6fa426}._input_1t4qb_106::placeholder{color:var(--text-muted)}._fileInput_1t4qb_125{padding:.4rem 0;font-size:.875rem;color:var(--text)}._fileInput_1t4qb_125::file-selector-button{margin-right:.5rem;padding:.35rem .65rem;border:1px solid var(--border);border-radius:6px;background:var(--bg-light);color:var(--primary);font-size:.85rem;font-weight:500;cursor:pointer}._fileName_1t4qb_143{display:block;margin-top:.25rem;font-size:.8rem;color:var(--text-muted)}._docPreview_1t4qb_150{display:block;margin-top:.4rem;width:88px;height:56px;object-fit:cover;border-radius:6px;border:1px solid var(--border)}._actions_1t4qb_160{margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--border);display:flex;gap:.75rem;flex-wrap:wrap}@media (max-width: 767px){._row_1t4qb_47,._rowThree_1t4qb_58{grid-template-columns:1fr}._benefitsRow_1t4qb_64{flex-direction:column}}._overlay_5f7za_1{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:flex-start;justify-content:center;padding:1.5rem;overflow-y:auto;z-index:1000}._modal_5f7za_13{background:#fff;border-radius:12px;box-shadow:0 24px 60px #0000002e;border:1px solid #e2e8f0;max-width:960px;width:100%;margin-bottom:2rem}._header_5f7za_23{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid #e2e8f0;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}._title_5f7za_32{margin:0;font-size:1.35rem;font-weight:700;color:#1e40af}._headerActions_5f7za_39{display:flex;align-items:center;gap:.5rem}._body_5f7za_45{padding:1.5rem}._pdfTitle_5f7za_49{margin:0 0 1.25rem;font-size:1.25rem;font-weight:700;color:#1e40af;padding-bottom:.5rem;border-bottom:2px solid #e2e8f0}._hero_5f7za_58{display:flex;align-items:flex-start;gap:1.5rem;margin-bottom:1.75rem;padding-bottom:1.5rem;border-bottom:2px solid #e2e8f0}._heroPhoto_5f7za_67{flex-shrink:0}._heroPhoto_5f7za_67 img,._heroPhotoImg_5f7za_72,._heroPhotoPlaceholder_5f7za_73{width:140px;height:170px;object-fit:cover;border-radius:10px;border:2px solid #e2e8f0}._heroPhotoPlaceholder_5f7za_73{display:flex;align-items:center;justify-content:center;background:#f1f5f9;color:#64748b;font-size:.8rem;font-weight:600}._heroInfo_5f7za_91{flex:1;min-width:0}._employeeName_5f7za_96{margin:0 0 .25rem;font-size:1.5rem;font-weight:700;color:#0f172a}._employeeId_5f7za_103{margin:0 0 .25rem;font-size:1rem;color:#64748b}._department_5f7za_109{margin:0;font-size:.95rem;color:#475569}._cards_5f7za_115{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-bottom:1.75rem}._card_5f7za_115{background:linear-gradient(145deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:10px;padding:1rem 1.25rem;text-align:center}._cardLabel_5f7za_130{display:block;font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.35rem}._cardValue_5f7za_140{display:block;font-size:1.25rem;font-weight:700;color:#1e40af;word-break:break-word}._cardTenure_5f7za_148 ._cardValue_5f7za_140{font-size:1rem}._cardUnit_5f7za_152{font-size:.8rem;color:#64748b}._leavesRow_5f7za_157{display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:start;margin-bottom:1.75rem}._leavesTableWrap_5f7za_165{min-width:0}._pieWrap_5f7za_169{flex-shrink:0}._pie_5f7za_169{width:180px;height:180px;border-radius:50%;margin-bottom:.75rem}._pieLegend_5f7za_180{display:flex;flex-wrap:wrap;gap:.5rem 1rem;font-size:.85rem}._legendItem_5f7za_187{display:flex;align-items:center;gap:.35rem}._legendDot_5f7za_193{width:10px;height:10px;border-radius:50%}._section_5f7za_199{margin-bottom:1.75rem}._sectionTitle_5f7za_203{margin:0 0 .75rem;font-size:1rem;font-weight:600;color:#334155;padding-bottom:.35rem;border-bottom:1px solid #e2e8f0}._table_5f7za_212{width:100%;border-collapse:collapse;font-size:.9rem}._table_5f7za_212 th,._table_5f7za_212 td{padding:.5rem .75rem;text-align:left;border-bottom:1px solid #e2e8f0}._table_5f7za_212 th{font-weight:600;color:#1e40af;background:#f8fafc}._calendarNav_5f7za_231{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}._calendarNav_5f7za_231 button{padding:.4rem .75rem;border:1px solid #e2e8f0;border-radius:6px;background:#fff;cursor:pointer;font-size:.9rem}._calendarNav_5f7za_231 button:hover{background:#f1f5f9}._calendarMonth_5f7za_251{font-weight:600;color:#334155}._yearSelect_5f7za_256{padding:.4rem .6rem;border-radius:6px;border:1px solid #e2e8f0;margin-left:.5rem;font-size:.9rem}._calendarGrid_5f7za_264{display:grid;grid-template-columns:repeat(7,1fr);gap:2px;max-width:420px}._calDayHead_5f7za_271{font-size:.6rem;font-weight:600;color:#64748b;text-align:center;padding:.2rem 0;background:#f1f5f9;border-radius:4px}._calDayEmpty_5f7za_281{aspect-ratio:1;min-height:20px;background:transparent}._calDay_5f7za_271{aspect-ratio:1;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:4px;font-size:.65rem;min-height:20px}._calDayNum_5f7za_298{font-size:.6rem;color:#64748b}._calDayStatus_5f7za_303{font-weight:700;font-size:.7rem}._calDayHours_5f7za_308{font-size:.55rem;color:inherit;opacity:.9}._calDayShift_5f7za_314{font-size:.55rem;font-weight:600;opacity:.95}._monthlyStatsGrid_5f7za_320{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}._statItem_5f7za_326{display:flex;flex-direction:column;gap:.25rem;padding:.75rem;background:linear-gradient(145deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:10px}._statLabel_5f7za_336{font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase}._statValue_5f7za_343{font-size:1.25rem;font-weight:700;color:#1e40af}._overtimeSummary_5f7za_349{margin-top:1rem;padding:.5rem .75rem;background:#fef3c7;color:#92400e;border-radius:8px;font-size:.9rem}._day_P_5f7za_358{background:#dcfce7;color:#166534}._day_A_5f7za_363{background:#fee2e2;color:#991b1b}._day_L_5f7za_368{background:#fef9c3;color:#854d0e}._day_—_5f7za_373{background:#f1f5f9;color:#94a3b8}._dayBlank_5f7za_378{background:#f8fafc;color:#cbd5e1}._legend_5f7za_187{display:flex;gap:1.5rem;margin-top:.75rem;font-size:.85rem}._legendP_5f7za_390{color:#166534}._legendA_5f7za_391{color:#991b1b}._legendL_5f7za_392{color:#854d0e}._legendD_5f7za_193{color:#2563eb}._legendN_5f7za_394{color:#7c3aed}._legendBlank_5f7za_395{color:#94a3b8}._detailGrid_5f7za_397{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem 1.5rem}._detailItem_5f7za_403{display:flex;flex-direction:column;gap:.2rem}._key_5f7za_409{font-size:.75rem;color:#64748b;text-transform:uppercase;letter-spacing:.03em}._val_5f7za_416{font-size:.95rem;font-weight:500;color:#334155}._cnicRow_5f7za_422{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}._cnicCard_5f7za_428{display:flex;flex-direction:column;gap:.5rem}._cnicLabel_5f7za_434{font-size:.8rem;font-weight:600;color:#1e40af;text-transform:uppercase}._cnicImg_5f7za_441{width:100%;max-height:280px;object-fit:contain;border-radius:8px;border:1px solid #e2e8f0;background:#f8fafc}._tableWrap_5f7za_450{overflow-x:auto}._muted_5f7za_454{margin:0;font-size:.9rem;color:#64748b}._embeddedWrap_5f7za_460{background:#fff;border-radius:12px;border:1px solid #e2e8f0;overflow:hidden}._updatePictureRow_5f7za_467{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}._pictureInput_5f7za_474{font-size:.85rem;max-width:180px}._pictureError_5f7za_479{margin:0 0 .75rem;padding:.5rem;background:#fde8e8;color:#c0392b;border-radius:8px;font-size:.9rem}._status_Pending_5f7za_488{color:#b45309;font-weight:500}._status_Approved_5f7za_489{color:#15803d;font-weight:500}._status_Rejected_5f7za_490{color:#b91c1c;font-weight:500}@media (max-width: 1023px){._overlay_5f7za_1{padding:1rem}}@media (max-width: 767px){._overlay_5f7za_1{padding:.75rem}._modal_5f7za_13{margin:auto 0 1rem}._header_5f7za_23{flex-wrap:wrap;padding:.75rem 1rem}._title_5f7za_32{font-size:1.15rem}._body_5f7za_45{padding:1rem}._monthlyStatsGrid_5f7za_320{grid-template-columns:repeat(2,1fr);gap:.75rem}._leavesRow_5f7za_157{grid-template-columns:1fr}._pieWrap_5f7za_169{display:flex;flex-direction:column;align-items:center}._cnicRow_5f7za_422{grid-template-columns:1fr}._hero_5f7za_58{flex-direction:column;align-items:center;text-align:center}._headerActions_5f7za_39,._updatePictureRow_5f7za_467{flex-direction:column;align-items:stretch}._pictureInput_5f7za_474{max-width:none}}@media (max-width: 480px){._overlay_5f7za_1{padding:.5rem}._monthlyStatsGrid_5f7za_320{grid-template-columns:1fr}._calendarGrid_5f7za_264{max-width:100%}}@media print{._overlay_5f7za_1{position:static;inset:auto;background:#fff;padding:0}._modal_5f7za_13{box-shadow:none;border:none}._headerActions_5f7za_39{display:none}}._wrapper_uuibh_1{width:100%;max-width:100%;min-width:0;overflow-x:hidden;box-sizing:border-box}._toolbar_uuibh_9{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}._subtitle_uuibh_16{margin:0;font-size:1.1rem;font-weight:600;color:var(--text)}._toolbarActions_uuibh_23{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}._hiddenFileInput_uuibh_30{display:none}._filterBadge_uuibh_34{display:inline-flex;align-items:center;gap:.25rem;padding:.3rem .5rem;background:#e0f2fe;color:#0369a1;border-radius:8px;font-size:.85rem}._filterClear_uuibh_45{background:none;border:none;cursor:pointer;font-size:1.1rem;line-height:1;padding:0 .15rem;color:inherit;opacity:.8}._filterClear_uuibh_45:hover{opacity:1}._success_uuibh_60{margin:0 0 1rem;padding:.5rem;background:#e8f8f0;color:#1e8449;border-radius:8px;font-size:.9rem}._warn_uuibh_69{margin:0 0 1rem;padding:.5rem;background:#fef9e7;color:#b7950b;border-radius:8px;font-size:.9rem}._errorMsg_uuibh_78{margin:0 0 1rem;padding:.5rem;background:#fde8e8;color:#c0392b;border-radius:8px;font-size:.9rem}._actionsCol_uuibh_87{width:60px;text-align:center;vertical-align:middle}._menuWrap_uuibh_93{position:relative;display:inline-block}._menuBtn_uuibh_98{width:32px;height:32px;padding:0;border:none;background:var(--bg-light);color:var(--text);border-radius:6px;font-size:1.25rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}._menuBtn_uuibh_98:hover{background:var(--border);color:var(--primary)}._menu_uuibh_93{position:fixed;min-width:168px;background:var(--bg-card);border:1px solid var(--border);border-radius:8px;box-shadow:0 12px 32px #0f172a2e;z-index:4000;padding:.35rem 0;pointer-events:auto}._menuItem_uuibh_131,._menuItemDanger_uuibh_132{display:block;width:100%;padding:.5rem .75rem;border:none;background:none;text-align:left;font-size:.9rem;cursor:pointer;color:var(--text)}._menuItem_uuibh_131:hover{background:var(--bg-light);color:var(--primary)}._menuItemDanger_uuibh_132{color:#c0392b}._menuItemDanger_uuibh_132:hover{background:#fde8e8}._overlay_uuibh_157{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}._confirmBox_uuibh_168{background:var(--bg-card);border-radius:var(--radius);padding:1.25rem;max-width:440px;width:100%;box-shadow:0 20px 50px #00000026;border:1px solid var(--border)}._confirmTitle_uuibh_178{margin:0 0 .5rem;font-size:1.1rem;font-weight:600;color:var(--text)}._confirmText_uuibh_185{margin:0 0 .5rem;font-size:.9rem;color:var(--text);line-height:1.45}._confirmSubtext_uuibh_192{margin:0 0 1rem;font-size:.95rem;font-weight:600;color:var(--primary)}._confirmActions_uuibh_199{display:flex;gap:.5rem;justify-content:flex-end}._formCard_uuibh_205{margin-bottom:1.5rem}._tableWrap_uuibh_209{overflow-x:auto;overflow-y:visible;max-width:100%;-webkit-overflow-scrolling:touch}@media (max-width: 1023px){._tableWrap_uuibh_209{box-shadow:inset -16px 0 16px -16px #0f172a2e}._table_uuibh_209 th:first-child,._table_uuibh_209 td:first-child{position:sticky;left:0;z-index:1;background:#fff}._table_uuibh_209 th:first-child{background:var(--bg-light);z-index:2}}._loading_uuibh_235,._empty_uuibh_236{margin:1rem 0;color:var(--text-muted)}._table_uuibh_209{width:100%;border-collapse:collapse;font-size:.9rem}._table_uuibh_209 th,._table_uuibh_209 td{padding:.5rem .75rem;text-align:left;border-bottom:1px solid var(--border)}._table_uuibh_209 th{font-weight:600;color:var(--primary);background:var(--bg-light)}._table_uuibh_209 tbody tr:hover{background:#e6f3ff80}._filterInput_uuibh_264{width:100%;padding:.25rem .4rem;border-radius:6px;border:1px solid var(--border);font-size:.8rem}._rowClickable_uuibh_272{cursor:pointer}._nameCell_uuibh_276{display:inline-flex;align-items:center;gap:.6rem;min-width:0}._nameCell_uuibh_276 span{min-width:0}._pagination_uuibh_287{display:flex;justify-content:flex-end;align-items:center;gap:.5rem;margin-top:.75rem;font-size:.85rem}._pageBtn_uuibh_296{padding:.25rem .6rem;border-radius:999px;border:1px solid var(--border);background:#fff;cursor:pointer}._pageBtn_uuibh_296:disabled{opacity:.5;cursor:default}._pageInfo_uuibh_309{color:var(--text-muted)}@media (max-width: 767px){._toolbar_uuibh_9{flex-direction:column;align-items:stretch;gap:.75rem}._toolbarActions_uuibh_23{flex-wrap:wrap;justify-content:flex-start}._table_uuibh_209{font-size:.85rem}._table_uuibh_209 th,._table_uuibh_209 td{padding:.4rem .5rem}._confirmActions_uuibh_199{flex-direction:column}._confirmActions_uuibh_199 button{width:100%}}@media (max-width: 480px){._subtitle_uuibh_16{font-size:1rem}}._wrapper_1iybx_1{width:100%;max-width:100%;min-width:0;overflow-x:hidden;box-sizing:border-box}._toolbar_1iybx_9{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}._subtitle_1iybx_16{margin:0 0 .25rem;font-size:1.1rem;font-weight:600;color:var(--text)}._toolbarActions_1iybx_23{display:flex;align-items:center;gap:.5rem}._filterBadge_1iybx_29{font-size:.85rem;color:var(--primary);padding:.25rem .5rem;background:#0b6fa41a;border-radius:6px}._dateFilter_1iybx_37{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;flex-wrap:wrap}._dateLabel_1iybx_45{font-size:.95rem;font-weight:500;color:var(--text)}._dateInput_1iybx_51{padding:.5rem .75rem;border:1px solid var(--border);border-radius:8px;font-size:.95rem;background:var(--bg-card);color:var(--text);min-width:160px}._dateInput_1iybx_51:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px #0b6fa433}._todayBtn_1iybx_67{padding:.4rem .75rem!important;font-size:.9rem!important}._hint_1iybx_72{margin:0 0 1rem;font-size:.9rem;color:var(--text-muted)}._loading_1iybx_78,._empty_1iybx_79{margin:1rem 0;color:var(--text-muted)}._tableWrap_1iybx_84{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch}@media (max-width: 1023px){._tableWrap_1iybx_84{box-shadow:inset -16px 0 16px -16px #0f172a2e}._table_1iybx_84 th:first-child,._table_1iybx_84 td:first-child{position:sticky;left:0;z-index:1;background:#fff}._table_1iybx_84 th:first-child{background:var(--bg-light);z-index:2}}._table_1iybx_84{width:100%;border-collapse:collapse;font-size:.9rem}._table_1iybx_84 th,._table_1iybx_84 td{padding:.5rem .75rem;text-align:left;border-bottom:1px solid var(--border)}._table_1iybx_84 th{font-weight:600;color:var(--primary);background:var(--bg-light)}._table_1iybx_84 tbody tr:hover{background:#e6f3ff80}._locationCell_1iybx_132{white-space:nowrap;font-weight:600}._rowClickable_1iybx_137{cursor:pointer}._nameCell_1iybx_141{display:inline-flex;align-items:center;gap:.55rem;min-width:0}._overlay_1iybx_148{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:999}._loadingOverlay_1iybx_158{background:var(--bg-card);padding:1rem 1.5rem;border-radius:8px;color:var(--text);font-weight:500;box-shadow:0 4px 20px #00000026}._pagination_1iybx_167{display:flex;justify-content:flex-end;align-items:center;gap:.5rem;margin-top:.75rem;font-size:.85rem}._pageBtn_1iybx_176{padding:.25rem .6rem;border-radius:999px;border:1px solid var(--border);background:#fff;cursor:pointer}._pageBtn_1iybx_176:disabled{opacity:.5;cursor:default}._pageInfo_1iybx_189{color:var(--text-muted)}._statusPresent_1iybx_193{display:inline-block;padding:.1rem .5rem;border-radius:999px;background:#00ab5514;color:#008751;font-size:.8rem;font-weight:600}._statusLate_1iybx_203{display:inline-block;padding:.1rem .5rem;border-radius:999px;background:#ffab001f;color:#c77700;font-size:.8rem;font-weight:600}._statusAbsent_1iybx_213{display:inline-block;padding:.1rem .5rem;border-radius:999px;background:#ff52521f;color:#c62828;font-size:.8rem;font-weight:600}._statusOff_1iybx_223{display:inline-block;padding:.1rem .5rem;border-radius:999px;background:#78909c1f;color:#546e7a;font-size:.8rem;font-weight:600}._statusOut_1iybx_233{display:inline-block;padding:.1rem .5rem;border-radius:999px;background:#2196f31f;color:#1565c0;font-size:.8rem;font-weight:600}._statusCheckOutMissed_1iybx_243{display:inline-block;padding:.1rem .5rem;border-radius:999px;background:#ff980026;color:#e65100;font-size:.8rem;font-weight:600}._statusEarlyCheckOut_1iybx_253{display:inline-block;padding:.1rem .5rem;border-radius:999px;background:#9c27b01f;color:#7b1fa2;font-size:.8rem;font-weight:600}._wrapper_pwu8h_1{width:100%;max-width:100%;min-width:0;overflow-x:hidden;box-sizing:border-box}._toolbar_pwu8h_9{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}._subtitle_pwu8h_16{margin:0;font-size:1.1rem;font-weight:600;color:var(--text)}._toolbarActions_pwu8h_23{display:flex;gap:.5rem;align-items:center}._filterBadge_pwu8h_29{font-size:.85rem;color:var(--primary);padding:.25rem .5rem;background:#0b6fa41a;border-radius:6px}._dateFilter_pwu8h_37{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;flex-wrap:wrap}._dateLabel_pwu8h_45{font-size:.95rem;font-weight:500;color:var(--text)}._dateInput_pwu8h_51{padding:.5rem .75rem;border:1px solid var(--border);border-radius:8px;font-size:.95rem;background:var(--bg-card);color:var(--text);min-width:160px}._dateInput_pwu8h_51:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px #0b6fa433}._todayBtn_pwu8h_67{padding:.4rem .75rem!important;font-size:.9rem!important}._tabs_pwu8h_72{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1rem;border-bottom:1px solid var(--border);padding-bottom:.5rem}._tab_pwu8h_72{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid transparent;background:transparent;color:var(--text-muted);font-size:.9rem;font-weight:600;padding:.5rem .85rem;border-radius:8px 8px 0 0;cursor:pointer;display:inline-flex;align-items:center;gap:.45rem}._tab_pwu8h_72:hover{color:var(--primary);background:#0b6fa40f}._tabActive_pwu8h_101{color:var(--primary);background:#0b6fa41a;border-color:var(--border);border-bottom-color:transparent}._tabCount_pwu8h_108{min-width:1.4rem;padding:.05rem .4rem;border-radius:999px;background:#0b6fa41f;font-size:.75rem;font-weight:700;text-align:center}._loading_pwu8h_118,._empty_pwu8h_119{margin:1rem 0;color:var(--text-muted)}._tableWrap_pwu8h_124{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch}@media (max-width: 1023px){._tableWrap_pwu8h_124{box-shadow:inset -16px 0 16px -16px #0f172a2e}._table_pwu8h_124 th:first-child,._table_pwu8h_124 td:first-child{position:sticky;left:0;z-index:1;background:#fff}._table_pwu8h_124 th:first-child{background:var(--bg-light);z-index:2}}._table_pwu8h_124{width:100%;border-collapse:collapse;font-size:.9rem}._table_pwu8h_124 th,._table_pwu8h_124 td{padding:.5rem .75rem;text-align:left;border-bottom:1px solid var(--border)}._table_pwu8h_124 th{font-weight:600;color:var(--primary);background:var(--bg-light)}._table_pwu8h_124 tbody tr:hover{background:#e6f3ff80}._rowClickable_pwu8h_172{cursor:pointer}._nameCell_pwu8h_176{display:inline-flex;align-items:center;gap:.55rem;min-width:0}._loadingOverlay_pwu8h_183{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:999}._loadingOverlayText_pwu8h_193{background:var(--bg-card);padding:1rem 1.5rem;border-radius:8px;color:var(--text);font-weight:500;box-shadow:0 4px 20px #00000026}._actions_pwu8h_202{display:flex;gap:.5rem}._pagination_pwu8h_207{display:flex;justify-content:flex-end;align-items:center;gap:.5rem;margin-top:.75rem;font-size:.85rem}._pageBtn_pwu8h_216{padding:.25rem .6rem;border-radius:999px;border:1px solid var(--border);background:#fff;cursor:pointer}._pageBtn_pwu8h_216:disabled{opacity:.5;cursor:default}._pageInfo_pwu8h_229{color:var(--text-muted)}._modalOverlay_pwu8h_234{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}._modal_pwu8h_234{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1.5rem;max-width:420px;width:100%;box-shadow:0 20px 50px #0003}._modalTitle_pwu8h_255{margin:0 0 .5rem;font-size:1.1rem;font-weight:600;color:var(--text)}._modalHint_pwu8h_262{margin:0 0 1rem;font-size:.9rem;color:var(--text-muted)}._modalRow_pwu8h_268{margin-bottom:1rem}._modalRow_pwu8h_268 label{display:block;font-size:.85rem;font-weight:500;color:var(--text);margin-bottom:.35rem}._modalInput_pwu8h_280{width:100%;padding:.5rem .75rem;border:1px solid var(--border);border-radius:8px;font-size:.95rem;background:var(--bg-card);color:var(--text)}._modalInput_pwu8h_280:focus{outline:none;border-color:var(--primary)}._modalActions_pwu8h_295{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1.25rem}._wrapper_5c9h0_1{width:100%;max-width:100%;min-width:0;overflow-x:hidden;box-sizing:border-box}._pageTitle_5c9h0_9{margin:0 0 1.25rem;font-size:1.25rem;font-weight:700;color:var(--text)}._metrics_5c9h0_16{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem;margin-bottom:1.5rem;max-width:100%}._metric_5c9h0_16{padding:1rem;text-align:center}._metricSm_5c9h0_29{padding:.75rem}._metricLabel_5c9h0_33{display:block;font-size:.8rem;color:var(--text-muted);margin-bottom:.35rem}._metricValue_5c9h0_40{font-size:1.35rem;font-weight:700;color:var(--primary)}._metricSubtext_5c9h0_46{display:block;font-size:.7rem;color:var(--text-muted);margin-top:.2rem}._metricSm_5c9h0_29 ._metricValue_5c9h0_40{font-size:1.15rem}._clickable_5c9h0_57{cursor:pointer;transition:box-shadow .15s,transform .15s}._clickable_5c9h0_57:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-1px)}._loading_5c9h0_67{margin:.5rem 0 1rem;font-size:.9rem;color:var(--text-muted)}._stationSection_5c9h0_73{margin-bottom:1.5rem}._stationTitle_5c9h0_77{margin:0 0 .75rem;font-size:1rem;font-weight:600;color:var(--text);padding-bottom:.5rem;border-bottom:1px solid var(--border)}._barChartsGrid_5c9h0_87{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;margin-bottom:1.5rem}._barChartSection_5c9h0_94{padding:1.25rem;background:var(--bg-card);border:1px solid var(--border);border-radius:12px;display:flex;flex-direction:column;min-width:0}._barChartTitle_5c9h0_104{margin:0 0 .25rem;font-size:1rem;font-weight:600;color:var(--text);text-align:center}._barChartSubtitle_5c9h0_112{margin:0 0 .75rem;font-size:.7rem;color:var(--text-muted);text-align:center}._barChart_5c9h0_87{display:flex;align-items:flex-end;justify-content:space-between;gap:.5rem;height:160px;padding:.5rem 0}._barGroup_5c9h0_128{flex:1;display:flex;flex-direction:column;align-items:center;gap:.35rem;min-width:0}._barWrapper_5c9h0_137{width:100%;height:100px;display:flex;align-items:flex-end;justify-content:center;background:none;border:none;cursor:pointer;padding:0;transition:opacity .15s}._barWrapper_5c9h0_137:hover{opacity:.85}._bar_5c9h0_87{width:100%;max-width:44px;min-height:2px;border-radius:6px 6px 0 0;transition:height .2s ease}._barLabel_5c9h0_162{font-size:.7rem;font-weight:500;color:var(--text-muted);text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}._barValue_5c9h0_173{font-size:.85rem;font-weight:700;color:var(--primary)}._barChartFooter_5c9h0_179{margin-top:1rem;padding-top:.75rem;border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}._payrollLabel_5c9h0_190{font-size:.8rem;color:var(--text-muted)}._payrollValue_5c9h0_195{font-size:.95rem;font-weight:700;color:var(--primary);background:none;border:none;cursor:pointer;padding:0}._payrollValue_5c9h0_195:hover{text-decoration:underline}._tablesGrid_5c9h0_209{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:1.5rem}._stationTables_5c9h0_216{border:1px solid var(--border);border-radius:12px;padding:1rem;background:var(--bg-card)}._twoTables_5c9h0_223{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}._section_5c9h0_229{padding:.5rem 0}._sectionTitle_5c9h0_233{margin:0 0 .5rem;font-size:.95rem;font-weight:600;color:var(--text)}._table_5c9h0_209{width:100%;border-collapse:collapse;font-size:.85rem}._table_5c9h0_209 th,._table_5c9h0_209 td{padding:.4rem .6rem;text-align:left;border-bottom:1px solid var(--border)}._table_5c9h0_209 th{font-weight:600;color:var(--primary);background:var(--bg-light)}._clickableRow_5c9h0_259{cursor:pointer}._clickableRow_5c9h0_259:hover{background:#e6f3ff80}._empty_5c9h0_267{padding:.5rem;font-size:.85rem;color:var(--text-muted);text-align:center}._pieChartsGrid_5c9h0_274{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:1.5rem}._pieChartsRow_5c9h0_281{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:1.5rem}._pieSection_5c9h0_288{padding:1.5rem;background:var(--bg-card);border:1px solid var(--border);border-radius:14px;min-width:0;box-shadow:0 1px 3px #0000000a;display:flex;flex-direction:column;align-items:stretch}._pieSection_5c9h0_288 ._sectionTitle_5c9h0_233{margin:0 0 1rem;padding-bottom:.75rem;border-bottom:1px solid var(--border);font-size:.95rem;font-weight:600;color:var(--text);letter-spacing:.02em;text-align:center}._pieWrapper_5c9h0_311{display:flex;align-items:center;justify-content:center;gap:1.75rem;flex-wrap:wrap;padding:.5rem 0;min-height:180px}._pie_5c9h0_274{width:150px;height:150px;border-radius:50%;flex-shrink:0;box-shadow:0 2px 12px #00000014}._pieClickable_5c9h0_329{cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}._pieClickable_5c9h0_329:hover{transform:scale(1.03);box-shadow:0 4px 16px #0000001f}._pieLegend_5c9h0_339{display:flex;flex-direction:column;gap:.5rem;max-height:200px;overflow-y:auto;min-width:140px}._pieLegendItem_5c9h0_348{display:flex;align-items:center;gap:.6rem;background:none;border:none;cursor:pointer;font-size:.85rem;font-weight:500;text-align:left;padding:.4rem .6rem;border-radius:8px;color:var(--text);transition:background .15s ease,color .15s ease}._pieLegendItem_5c9h0_348:hover{background:#0000000a}._pieDot_5c9h0_368{width:10px;height:10px;border-radius:50%;flex-shrink:0}@media (max-width: 1023px){._metrics_5c9h0_16{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}@media (max-width: 767px){._metrics_5c9h0_16{grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1rem}._metric_5c9h0_16{padding:.75rem}._metricValue_5c9h0_40{font-size:1.15rem}._twoTables_5c9h0_223{grid-template-columns:1fr}._barChartsGrid_5c9h0_87{grid-template-columns:1fr;gap:1rem;margin-bottom:1rem}._barChartSection_5c9h0_94{padding:1rem}._pieChartsGrid_5c9h0_274{grid-template-columns:1fr;gap:1rem;margin-top:1rem}._pieChartsRow_5c9h0_281{flex-direction:column}._pieWrapper_5c9h0_311{flex-direction:column;gap:1.25rem}._pieSection_5c9h0_288{padding:1rem}._pie_5c9h0_274{width:130px;height:130px}._pageTitle_5c9h0_9{font-size:1.1rem;margin-bottom:1rem}}@media (max-width: 480px){._metrics_5c9h0_16{grid-template-columns:1fr}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}._wrap_doebn_1{position:relative;margin-bottom:.75rem}._label_doebn_6{display:block;font-size:.8rem;color:var(--text-muted);margin-bottom:.25rem}._inputRow_doebn_13{position:relative;display:flex;align-items:center}._input_doebn_13{width:100%;border-radius:8px;border:1px solid var(--border);padding:.45rem 2rem .45rem .6rem;font-size:.9rem}._input_doebn_13:focus{outline:2px solid rgba(11,111,164,.25);border-color:var(--primary)}._spinner_doebn_32{position:absolute;right:.65rem;width:16px;height:16px;border:2px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:_spin_doebn_32 .75s linear infinite}._results_doebn_43{position:absolute;z-index:1100;left:0;right:0;top:calc(100% - .35rem);margin:0;padding:.25rem 0;list-style:none;background:#fff;border:1px solid var(--border);border-radius:8px;box-shadow:0 8px 24px #0000001f;max-height:220px;overflow-y:auto}._resultBtn_doebn_60{display:block;width:100%;border:none;background:transparent;text-align:left;padding:.55rem .75rem;font-size:.875rem;color:var(--text);cursor:pointer}._resultBtn_doebn_60:hover{background:var(--bg-light)}._error_doebn_76{margin:.35rem 0 0;font-size:.8rem;color:#c62828}._hint_doebn_82{margin:.35rem 0 0;font-size:.78rem;color:var(--text-muted)}@keyframes _spin_doebn_32{to{transform:rotate(360deg)}}._wrapper_1vyi0_1{width:100%;max-width:100%;min-width:0;overflow-x:hidden;box-sizing:border-box}._dangerHint_1vyi0_9{color:#c0392b;font-size:.9rem;margin:0 0 1rem;line-height:1.4}._deleteOrgBtn_1vyi0_16{background:#c0392b;border-color:#c0392b;margin-top:.5rem}._topBar_1vyi0_22{margin-bottom:1rem}._stationsSection_1vyi0_26{margin-bottom:.75rem}._collapsibleCard_1vyi0_30{background:var(--bg-card);border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow);overflow:hidden}._collapsibleHeader_1vyi0_38{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .15s}._collapsibleHeader_1vyi0_38:hover{background:#00000005}._collapsibleHeaderLeft_1vyi0_52{flex:1}._collapsibleHeaderLeft_1vyi0_52 h3{margin:0;font-size:1.05rem;font-weight:600;color:var(--text)}._collapsibleHeaderLeft_1vyi0_52 p{margin:.25rem 0 0;font-size:.85rem;color:var(--text-muted)}._collapsibleChevron_1vyi0_69{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:var(--text-muted);transition:transform .2s}._collapsibleChevronExpanded_1vyi0_80{transform:rotate(180deg)}._collapsibleBody_1vyi0_84{padding:1.25rem;border-top:1px solid var(--border)}._sectionHeader_1vyi0_89{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}._stationsCard_1vyi0_96{background:var(--bg-card);border-radius:var(--radius);padding:1rem;border:1px solid var(--border);box-shadow:var(--shadow)}._stationAddRow_1vyi0_104{display:flex;gap:.75rem;align-items:center;margin-bottom:.75rem;flex-wrap:wrap}._stationAddRow_1vyi0_104 input{flex:1;min-width:140px;max-width:320px}._userMgmtRow_1vyi0_118{display:flex;flex-wrap:wrap;gap:.75rem;align-items:flex-end;margin-bottom:1rem}._userMgmtField_1vyi0_126{display:flex;flex-direction:column;gap:.35rem;min-width:180px;flex:1}._userMgmtField_1vyi0_126 label{font-size:.85rem;font-weight:500;color:var(--text-muted)}._userMgmtActions_1vyi0_140{display:flex;align-items:flex-end;flex-shrink:0}._userMgmtField_1vyi0_126 ._input_1vyi0_146,._userMgmtField_1vyi0_126 select{width:100%;min-width:0}._stationList_1vyi0_152{margin-top:.5rem;max-height:200px;overflow-y:auto}._stationItem_1vyi0_158{display:flex;justify-content:space-between;align-items:center;padding:.5rem .35rem;border-bottom:1px solid var(--border);font-size:.9rem}._leaveTypeInfo_1vyi0_167{display:flex;flex-direction:column;gap:.15rem}._header_1vyi0_173{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}._title_1vyi0_180{margin:0;font-size:1.1rem;font-weight:600;color:var(--text)}._hint_1vyi0_187{margin:0;font-size:.9rem;color:var(--text-muted)}._layout_1vyi0_193{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:1rem;max-width:100%}._mapCard_1vyi0_200,._listCard_1vyi0_201{background:var(--bg-card);border-radius:var(--radius);padding:.75rem .75rem 1rem;border:1px solid var(--border);box-shadow:var(--shadow)}._mapContainer_1vyi0_209{width:100%;height:360px;border-radius:10px;overflow:hidden}._mapContainer_1vyi0_209 .fence-map-marker{background:none!important;border:none!important}._mapContainer_1vyi0_209 .leaflet-control-layers{border:none;border-radius:8px;box-shadow:0 1px 4px #00000047}._mapTools_1vyi0_227{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.65rem}._field_1vyi0_234{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.5rem}._label_1vyi0_241{font-size:.8rem;color:var(--text-muted)}._input_1vyi0_146,._select_1vyi0_247{border-radius:8px;border:1px solid var(--border);padding:.4rem .6rem;font-size:.9rem}._radiusRow_1vyi0_254{display:flex;gap:.5rem;align-items:center}._radiusValue_1vyi0_260{font-size:.85rem;color:var(--text-muted)}._list_1vyi0_201{margin-top:.5rem;max-height:280px;overflow-y:auto}._item_1vyi0_271{display:flex;justify-content:space-between;align-items:center;padding:.4rem .35rem;border-bottom:1px solid var(--border);font-size:.85rem}._itemMeta_1vyi0_280{display:flex;flex-direction:column}._itemName_1vyi0_285{font-weight:600;color:var(--text)}._itemDetail_1vyi0_290{font-size:.8rem;color:var(--text-muted)}._itemActions_1vyi0_295{display:flex;gap:.25rem}._smallBtn_1vyi0_300{padding:.2rem .5rem;border-radius:999px;border:1px solid var(--border);background:#fff;font-size:.75rem;cursor:pointer}._smallBtnDanger_1vyi0_309{padding:.2rem .5rem;border-radius:999px;border:1px solid #f97373;background:#fff5f5;font-size:.75rem;cursor:pointer;color:#b91c1c}._userItemActions_1vyi0_319{display:flex;gap:.35rem}._checkboxLabel_1vyi0_324{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;cursor:pointer}._checkboxLabel_1vyi0_324 input{width:auto}._modalOverlay_1vyi0_338{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}._modal_1vyi0_338{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1.5rem;max-width:420px;width:100%;box-shadow:0 20px 50px #0003}._modalTitle_1vyi0_359{margin:0 0 .5rem;font-size:1.1rem;font-weight:600;color:var(--text)}._modalHint_1vyi0_366{margin:0 0 1rem;font-size:.9rem;color:var(--text-muted)}._modalRow_1vyi0_372{margin-bottom:1rem}._modalRow_1vyi0_372 label{display:block;font-size:.85rem;font-weight:500;color:var(--text);margin-bottom:.35rem}._modalRow_1vyi0_372 ._input_1vyi0_146,._modalRow_1vyi0_372 select{width:100%;padding:.5rem .75rem;border:1px solid var(--border);border-radius:8px;font-size:.95rem}._modalActions_1vyi0_393{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1.25rem}._shiftGrid_1vyi0_400{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}._shiftBlock_1vyi0_406{padding:.75rem;background:#f8fafc;border-radius:8px;border:1px solid var(--border)}._shiftTitle_1vyi0_413{margin:0 0 .75rem;font-size:.95rem;font-weight:600;color:var(--text)}._shiftRow_1vyi0_420{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}._shiftLabel_1vyi0_427{display:flex;flex-direction:column;gap:.25rem;font-size:.85rem;color:var(--text-muted)}._shiftLabel_1vyi0_427 input[type=time]{padding:.4rem .6rem;border:1px solid var(--border);border-radius:8px;font-size:.9rem}._weekOffBlock_1vyi0_442{margin:0 0 1rem}._weekOffHint_1vyi0_446{margin:0 0 .5rem;font-size:.85rem;color:var(--text-muted);line-height:1.4}._weekOffGrid_1vyi0_453{display:flex;flex-wrap:wrap;gap:.5rem 1.15rem}._weekOffOption_1vyi0_459{display:flex;align-items:center;gap:.4rem;font-size:.9rem;color:var(--text);cursor:pointer}._weekOffOption_1vyi0_459 input{margin:0}._empty_1vyi0_472{margin:.5rem 0;font-size:.85rem;color:var(--text-muted)}._error_1vyi0_478{margin-top:.5rem;font-size:.85rem;color:#b91c1c}._success_1vyi0_484{margin-top:.5rem;font-size:.85rem;color:#15803d}@media (max-width: 767px){._layout_1vyi0_193{grid-template-columns:minmax(0,1fr)}._shiftGrid_1vyi0_400{grid-template-columns:1fr}._userMgmtRow_1vyi0_118{flex-direction:column;align-items:stretch}._userMgmtField_1vyi0_126{min-width:100%}._userMgmtActions_1vyi0_140{align-self:flex-start}}._wrapper_11dbt_1{width:100%;max-width:100%;min-width:0;overflow-x:hidden;box-sizing:border-box}._toolbar_11dbt_9{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}._subtitle_11dbt_16{margin:0;font-size:1.1rem;font-weight:600;color:var(--text)}._toolbarActions_11dbt_23{display:flex;gap:.5rem;align-items:center}._formCard_11dbt_29{margin-bottom:1.5rem;padding:1.25rem}._label_11dbt_34{display:block;margin-bottom:.75rem;font-size:.9rem;font-weight:500;color:var(--text)}._input_11dbt_42,._textarea_11dbt_43{display:block;width:100%;margin-top:.35rem;padding:.5rem .75rem;border:1px solid var(--border);border-radius:8px;font-size:.95rem;font-family:inherit}._textarea_11dbt_43{resize:vertical;min-height:100px}._formActions_11dbt_59{display:flex;gap:.5rem;margin-top:1rem}._success_11dbt_65{margin:0 0 1rem;padding:.5rem;background:#e8f8f0;color:#1e8449;border-radius:8px;font-size:.9rem}._errorMsg_11dbt_74{margin:0 0 1rem;padding:.5rem;background:#fde8e8;color:#c0392b;border-radius:8px;font-size:.9rem}._list_11dbt_83{display:flex;flex-direction:column;gap:1rem}._announcementCard_11dbt_89{padding:1rem;border-left:4px solid var(--primary)}._announcementHeader_11dbt_94{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem}._announcementTitle_11dbt_101{margin:0 0 .5rem;flex:1;font-size:1rem;font-weight:600;color:var(--text)}._announcementBody_11dbt_109{margin:0 0 .5rem;font-size:.9rem;color:var(--text-muted);white-space:pre-wrap}._announcementDate_11dbt_116{font-size:.8rem;color:var(--text-muted)}._removeBtn_11dbt_121{flex-shrink:0;padding:.35rem .6rem;font-size:.8rem;font-weight:500;color:#c0392b;background:transparent;border:1px solid #c0392b;border-radius:6px;cursor:pointer;transition:background .15s,color .15s}._removeBtn_11dbt_121:hover{background:#c0392b;color:#fff}._loading_11dbt_139,._empty_11dbt_140{margin:1rem 0;font-size:.9rem;color:var(--text-muted)}._wrapper_e4gvt_1{width:100%;max-width:100%;overflow-x:hidden;box-sizing:border-box;margin:-1.5rem;padding:0}._layout_e4gvt_11{display:flex;min-height:calc(100vh - 70px);width:100%;max-width:100%;overflow-x:hidden}._sidebar_e4gvt_19{width:var(--sidebar-width, 232px);background:var(--primary);padding:1rem .75rem 1.25rem;display:flex;flex-direction:column;gap:.35rem;color:#fff;position:fixed;top:70px;left:0;height:calc(100vh - 70px);overflow-y:auto;flex-shrink:0}._sidebarTitle_e4gvt_36{margin:0 0 .35rem;padding:0 .5rem;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#ffffffb3}._navItem_e4gvt_46{width:100%;text-align:left;padding:.55rem .75rem;border-radius:8px;border:none;background:transparent;color:#ffffffd9;font-size:.9rem;font-weight:500;cursor:pointer;display:flex;justify-content:space-between;align-items:center}._navItem_e4gvt_46:hover{background:#00000014}._navItemActive_e4gvt_66{background:#0000002e;color:#fff}._navItemBadge_e4gvt_71{font-size:.7rem;padding:.05rem .4rem;border-radius:999px;background:#ffffff40}._content_e4gvt_78{flex:1;display:flex;flex-direction:column;gap:.75rem;background:var(--bg-card);padding:1rem 1.75rem 1.75rem;border-left:1px solid var(--border);box-sizing:border-box;margin-left:var(--sidebar-width, 232px);width:calc(100% - var(--sidebar-width, 232px));max-width:calc(100% - var(--sidebar-width, 232px));min-width:0;overflow-x:hidden}._panel_e4gvt_95{padding-top:.25rem;min-width:0;max-width:100%;overflow-x:hidden}._menuBtn_e4gvt_102,._drawerOverlay_e4gvt_106,._drawer_e4gvt_106{display:none}@media (max-width: 1023px){._wrapper_e4gvt_1{margin:0;padding:0}._menuBtn_e4gvt_102{display:flex;position:fixed;top:70px;left:.75rem;z-index:99;width:44px;height:44px;align-items:center;justify-content:center;border:none;border-radius:10px;background:var(--primary);color:#fff;cursor:pointer;box-shadow:0 2px 10px #00000026;-webkit-tap-highlight-color:transparent}._menuBtn_e4gvt_102:hover{background:var(--primary-dark, #095a8a)}._menuIcon_e4gvt_146{font-size:1.4rem;line-height:1}._drawerOverlay_e4gvt_106{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:1000;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}._drawerOverlayOpen_e4gvt_162{opacity:1;visibility:visible}._drawer_e4gvt_106{display:flex;flex-direction:column;position:fixed;top:0;left:0;width:280px;max-width:85vw;height:100vh;padding-top:env(safe-area-inset-top,0);background:var(--primary);color:#fff;z-index:1001;box-shadow:4px 0 20px #0003;transform:translate(-100%);transition:transform .25s ease;overflow-y:auto}._drawerOpen_e4gvt_186{transform:translate(0)}._drawerHeader_e4gvt_190{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid rgba(255,255,255,.2)}._drawerTitle_e4gvt_198{font-size:1rem;font-weight:600;color:#fff}._drawerClose_e4gvt_204{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:none;background:#ffffff26;color:#fff;border-radius:8px;font-size:1.5rem;line-height:1;cursor:pointer;-webkit-tap-highlight-color:transparent}._drawerClose_e4gvt_204:hover{background:#ffffff40}._drawerNav_e4gvt_224{padding:.75rem .5rem;display:flex;flex-direction:column;gap:.25rem}._drawer_e4gvt_106 ._navItem_e4gvt_46{padding:.6rem .75rem;border-radius:8px}._layout_e4gvt_11{flex-direction:column;min-height:100vh}._sidebar_e4gvt_19{display:none}._content_e4gvt_78{margin-left:0;width:100%;max-width:100%;border-left:none;padding:.75rem 1rem 1rem 3.5rem;flex:1}._panel_e4gvt_95{padding:1rem;border-radius:12px}}@media (max-width: 767px){._content_e4gvt_78{padding:.5rem .75rem 1rem 3.5rem}._panel_e4gvt_95{padding:.75rem}}._setupBanner_e4gvt_270{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem;padding:.75rem 1rem;background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px}._setupBanner_e4gvt_270 p{margin:0;font-size:.9rem;color:var(--text)}._setupBannerBtn_e4gvt_288,._setupPrimary_e4gvt_289,._setupSecondary_e4gvt_290{border:none;border-radius:8px;cursor:pointer;font-weight:600;padding:.55rem .9rem}._setupBannerBtn_e4gvt_288,._setupPrimary_e4gvt_289{background:var(--primary);color:#fff}._setupSecondary_e4gvt_290{background:var(--bg-light);color:var(--text);border:1px solid var(--border)}._setupOverlay_e4gvt_310{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;z-index:4200;padding:1rem}._setupBox_e4gvt_321{background:var(--bg-card);border-radius:12px;padding:1.35rem 1.4rem;max-width:560px;width:100%;border:1px solid var(--border);box-shadow:0 20px 50px #0f172a33}._setupBox_e4gvt_321 h3{margin:0 0 .6rem;font-size:1.15rem}._setupBox_e4gvt_321 p{margin:0 0 .75rem;font-size:.92rem;line-height:1.45}._setupList_e4gvt_342{margin:0 0 .85rem;padding-left:1.2rem;font-size:.9rem;line-height:1.5}._setupList_e4gvt_342 li{margin-bottom:.4rem}._setupNote_e4gvt_353{color:var(--text-muted)}._setupActions_e4gvt_357{display:flex;gap:.5rem;justify-content:flex-end;flex-wrap:wrap}._wrapper_bjr2i_1{width:100%}._subtitle_bjr2i_5{margin:0 0 .25rem;font-size:1.1rem;font-weight:600;color:var(--text)}._hint_bjr2i_12{margin:0 0 1rem;font-size:.9rem;color:var(--text-muted)}._card_bjr2i_18{max-width:720px}._form_bjr2i_22{display:flex;flex-direction:column;gap:1rem}._label_bjr2i_28{display:flex;flex-direction:column;gap:.35rem;font-size:.9rem;font-weight:500;color:var(--text)}._input_bjr2i_37{padding:.5rem .75rem;border:1px solid var(--border);border-radius:8px;background:#fff}._input_bjr2i_37:focus{outline:none;border-color:var(--primary)}._row_bjr2i_49{display:flex;gap:1.5rem;font-size:.95rem}._sectionTitle_bjr2i_55{margin:.5rem 0 0;font-size:1rem;color:var(--primary)}._grid_bjr2i_61{display:grid;grid-template-columns:1fr 1fr;gap:1rem}._success_bjr2i_67{margin:0;padding:.5rem;background:#e8f8f0;color:#1e8449;border-radius:8px;font-size:.9rem}._error_bjr2i_76{margin:0;padding:.5rem;background:#fde8e8;color:#c0392b;border-radius:8px;font-size:.9rem}._shiftList_bjr2i_85{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.5rem}._shiftOption_bjr2i_92{display:flex;align-items:center;gap:.75rem;padding:.65rem .75rem;border:1px solid var(--border);border-radius:8px;background:#fff;cursor:pointer}._shiftOptionSelected_bjr2i_103{border-color:var(--primary);background:#eef5ff}._shiftOptionLocked_bjr2i_108{opacity:.75;cursor:default}._shiftOptionCopy_bjr2i_113{display:flex;flex-direction:column;gap:.15rem;flex:1;font-size:.9rem;color:var(--text-muted)}._shiftOptionCopy_bjr2i_113 strong{color:var(--text)}._shiftCheck_bjr2i_126{width:1.4rem;height:1.4rem;border-radius:50%;border:1px solid var(--border);display:inline-flex;align-items:center;justify-content:center;font-size:.85rem;color:#fff}._shiftCheckOn_bjr2i_138{background:#1565c0;border-color:#1565c0}._loading_bjr2i_143{margin:1.5rem 0;font-size:1rem;color:var(--text-muted)}._complete_bjr2i_149{margin:0;padding:.75rem;background:#e8f8f0;color:#1e8449;border-radius:8px;font-size:.95rem}._shiftBadge_bjr2i_158{padding:.2rem .5rem;background:var(--primary);color:#fff;border-radius:6px;font-size:.85rem}._lateBadge_bjr2i_166{padding:.2rem .5rem;background:#b45309;color:#fff;border-radius:6px;font-size:.85rem}._modalOverlay_bjr2i_174{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}._confirmModal_bjr2i_185{background:#fff;border-radius:12px;padding:1.5rem;max-width:380px;box-shadow:0 20px 50px #0003}._confirmModal_bjr2i_185 h4{margin:0 0 .75rem;font-size:1.1rem;color:#1e40af}._confirmModal_bjr2i_185 p{margin:0 0 1.25rem;font-size:.95rem;color:var(--text)}._modalActions_bjr2i_205{display:flex;gap:.75rem;justify-content:flex-end}._autoLabel_bjr2i_211{font-size:.75rem;color:#15803d;margin-top:.25rem}._outstationLabel_bjr2i_217{font-size:.75rem;color:#b45309;margin-top:.25rem}@media (max-width: 767px){._grid_bjr2i_61{grid-template-columns:1fr}._card_bjr2i_18{max-width:100%}._row_bjr2i_49{flex-direction:column;gap:.5rem}._modalOverlay_bjr2i_174{padding:.5rem;align-items:flex-end}._confirmModal_bjr2i_185{max-width:100%;width:100%;margin-bottom:env(safe-area-inset-bottom,0)}}._wrapper_1gxv1_1{width:100%}._subtitle_1gxv1_5{margin:0 0 .25rem;font-size:1.1rem;font-weight:600;color:var(--text)}._hint_1gxv1_12{margin:0 0 1rem;font-size:.9rem;color:var(--text-muted)}._card_1gxv1_18{max-width:720px}._form_1gxv1_22{display:flex;flex-direction:column;gap:1rem}._label_1gxv1_28{display:flex;flex-direction:column;gap:.35rem;font-size:.9rem;font-weight:500;color:var(--text)}._input_1gxv1_37{padding:.5rem .75rem;border:1px solid var(--border);border-radius:8px;background:#fff;font-family:inherit}._input_1gxv1_37:focus{outline:none;border-color:var(--primary)}._grid_1gxv1_50{display:grid;grid-template-columns:1fr 1fr;gap:1rem}._success_1gxv1_56{margin:0;padding:.5rem;background:#e8f8f0;color:#1e8449;border-radius:8px;font-size:.9rem}._error_1gxv1_65{margin:0;padding:.5rem;background:#fde8e8;color:#c0392b;border-radius:8px;font-size:.9rem}._entitlementWrap_1gxv1_74{margin-top:-.5rem;min-height:1.5rem}._entitlementGreen_1gxv1_79{font-size:.9rem;font-weight:600;color:#1e8449}._entitlementRed_1gxv1_85{font-size:.9rem;font-weight:600;color:#c0392b}._entitlementMuted_1gxv1_91{font-size:.85rem;color:var(--text-muted)}._availableTypesHint_1gxv1_96{margin:-.25rem 0 0;padding:.5rem .75rem;background:#e0f2fe;color:#0369a1;border-radius:8px;font-size:.9rem}._submit_1gxv1_105{margin-top:.25rem}@media (max-width: 767px){._grid_1gxv1_50{grid-template-columns:1fr}._card_1gxv1_18{max-width:100%}}._wrapper_1px9z_1{width:100%}._headerRow_1px9z_5{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}._hint_1px9z_13{color:var(--text-muted);font-size:.85rem}._field_1px9z_18{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.6rem;text-transform:capitalize}._field_1px9z_18 input,._field_1px9z_18 select{padding:.45rem .6rem;border:1px solid var(--border);border-radius:8px}._subtitle_1px9z_33{margin:0 0 1rem;font-size:1.1rem;font-weight:600;color:var(--text)}._loading_1px9z_40,._empty_1px9z_41{color:var(--text-muted);margin:1rem 0}._card_1px9z_46{max-width:720px}._layout_1px9z_50{display:grid;grid-template-columns:minmax(160px,220px) minmax(0,1fr);gap:2rem}._left_1px9z_56{display:flex;flex-direction:column;gap:.5rem}._photo_1px9z_62{width:100%;max-width:180px;border-radius:var(--radius);border:1px solid var(--border)}._right_1px9z_69{display:flex;flex-direction:column;gap:.5rem}._right_1px9z_69 p,._left_1px9z_56 p{margin:0;font-size:.95rem}@media (max-width: 767px){._layout_1px9z_50{grid-template-columns:1fr;gap:1rem}._card_1px9z_46{max-width:100%}._photo_1px9z_62{max-width:140px;align-self:flex-start}._right_1px9z_69 p,._left_1px9z_56 p{word-break:break-word}}._wrapper_fhcru_1{width:100%}._loading_fhcru_5{margin:1.5rem 0;font-size:1rem;color:var(--text-muted)}._error_fhcru_11{margin:1rem 0;padding:.75rem;background:#fde8e8;color:#c0392b;border-radius:8px;font-size:.95rem}._wrapper_1hoki_1{width:100%}._subtitle_1hoki_5{margin:0 0 .25rem;font-size:1.1rem;font-weight:600;color:var(--text)}._hint_1hoki_12{margin:0 0 1rem;font-size:.9rem;color:var(--text-muted)}._warn_1hoki_18{margin:1rem 0;padding:.75rem;background:#fef9e7;color:#b7950b;border-radius:8px;font-size:.9rem}._card_1hoki_27{max-width:720px}._form_1hoki_31{display:flex;flex-direction:column;gap:1rem}._label_1hoki_37{display:flex;flex-direction:column;gap:.35rem;font-size:.9rem;font-weight:500;color:var(--text)}._label_1hoki_37 input[type=file]{font-size:.85rem}._label_1hoki_37 input:not([type=file]){padding:.5rem .75rem;border:1px solid var(--border);border-radius:8px;background:#fff}._label_1hoki_37 input:focus{outline:none;border-color:var(--primary)}._grid_1hoki_62{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}._success_1hoki_68{margin:0;padding:.5rem;background:#e8f8f0;color:#1e8449;border-radius:8px;font-size:.9rem}._error_1hoki_77{margin:0;padding:.5rem;background:#fde8e8;color:#c0392b;border-radius:8px;font-size:.9rem}._submit_1hoki_86{margin-top:.25rem}._benefitsGroup_1hoki_90{margin-top:1rem;display:flex;flex-direction:column;gap:.5rem}._benefitsTitle_1hoki_97{font-size:.9rem;font-weight:600;color:var(--text)}._benefitsRow_1hoki_103{display:flex;flex-wrap:wrap;gap:.75rem}._checkbox_1hoki_109{display:flex;align-items:center;gap:.35rem;font-size:.9rem}._checkbox_1hoki_109 input[type=checkbox]{width:16px;height:16px}@media (max-width: 767px){._grid_1hoki_62{grid-template-columns:1fr}._card_1hoki_27{max-width:100%}._label_1hoki_37 input:not([type=file]){min-width:0}._benefitsRow_1hoki_103{flex-direction:column;align-items:flex-start}}._wrap_ln83z_1{display:grid;grid-template-columns:minmax(220px,300px) minmax(0,1fr);min-height:520px;border:1px solid var(--border);border-radius:12px;overflow:hidden;background:#fff}._list_ln83z_11{border-right:1px solid var(--border);display:flex;flex-direction:column;min-width:0}._listHead_ln83z_18{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem}._listHead_ln83z_18 h3{margin:0}._search_ln83z_29{margin:0 1rem .75rem;padding:.5rem .75rem;border:1px solid var(--border);border-radius:999px}._people_ln83z_36{overflow-y:auto;flex:1}._row_ln83z_41{width:100%;text-align:left;border:0;background:transparent;padding:.75rem 1rem;display:flex;flex-direction:column;gap:.2rem;cursor:pointer}._row_ln83z_41 span{color:var(--text-muted);font-size:.85rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._rowActive_ln83z_61,._row_ln83z_41:hover{background:#eef5ff}._thread_ln83z_66{display:flex;flex-direction:column;min-width:0}._threadHead_ln83z_72{padding:.85rem 1rem;font-weight:600;border-bottom:1px solid var(--border)}._messages_ln83z_78{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.5rem;background:#f5f7fa}._bubble_ln83z_88{max-width:75%;padding:.55rem .75rem;border-radius:12px;line-height:1.4}._mine_ln83z_95{align-self:flex-end;background:#1565c0;color:#fff}._theirs_ln83z_101{align-self:flex-start;background:#fff;border:1px solid var(--border)}._composer_ln83z_107{display:flex;gap:.5rem;padding:.75rem;border-top:1px solid var(--border)}._composer_ln83z_107 input{flex:1;border:1px solid var(--border);border-radius:999px;padding:.55rem .9rem}._empty_ln83z_121{color:var(--text-muted);padding:1rem}@media (max-width: 767px){._wrap_ln83z_1{grid-template-columns:1fr;min-height:70vh}._list_ln83z_11{border-right:0;border-bottom:1px solid var(--border);max-height:40vh}}._wrapper_i6kny_1{width:100%;max-width:100%;overflow-x:hidden;box-sizing:border-box;margin:-1.5rem;padding:0;padding-bottom:env(safe-area-inset-bottom,0);min-height:100%}._layout_i6kny_12{display:flex;min-height:calc(100vh - 70px);flex-direction:row;width:100%;max-width:100%;overflow-x:hidden}._sidebar_i6kny_21{width:var(--sidebar-width, 232px);background:var(--primary);padding:1rem .75rem 1.25rem;display:flex;flex-direction:column;gap:.35rem;color:#fff;position:fixed;top:70px;left:0;height:calc(100vh - 70px);overflow-y:auto;flex-shrink:0}._sidebarTitle_i6kny_37{margin:0 0 .35rem;padding:0 .5rem;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#ffffffb3}._navItem_i6kny_47{width:100%;text-align:left;padding:.55rem .75rem;border-radius:8px;border:none;background:transparent;color:#ffffffd9;font-size:.9rem;font-weight:500;cursor:pointer}._navItem_i6kny_47:hover{background:#00000014}._navItemActive_i6kny_64{background:#0000002e;color:#fff}._content_i6kny_69{flex:1;display:flex;flex-direction:column;background:var(--bg-card);padding:1rem 1.75rem 1.75rem;border-left:1px solid var(--border);box-sizing:border-box;margin-left:var(--sidebar-width, 232px);width:calc(100% - var(--sidebar-width, 232px));max-width:calc(100% - var(--sidebar-width, 232px));min-width:0;overflow-x:hidden}._panel_i6kny_84{background:var(--bg-card);border-radius:var(--radius);padding:1.25rem;border:1px solid var(--border);box-shadow:var(--shadow);min-width:0;overflow-wrap:break-word}._menuBtn_i6kny_94,._drawerOverlay_i6kny_98,._drawer_i6kny_98{display:none}@media (max-width: 1023px){._wrapper_i6kny_1{margin:0;padding:0}._menuBtn_i6kny_94{display:flex;position:fixed;top:70px;left:.75rem;z-index:99;width:44px;height:44px;align-items:center;justify-content:center;border:none;border-radius:10px;background:var(--primary);color:#fff;cursor:pointer;box-shadow:0 2px 10px #00000026;-webkit-tap-highlight-color:transparent}._menuBtn_i6kny_94:hover{background:var(--primary-dark, #095a8a)}._menuIcon_i6kny_137{font-size:1.4rem;line-height:1}._drawerOverlay_i6kny_98{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:1000;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}._drawerOverlayOpen_i6kny_153{opacity:1;visibility:visible}._drawer_i6kny_98{display:flex;flex-direction:column;position:fixed;top:0;left:0;width:280px;max-width:85vw;height:100vh;padding-top:env(safe-area-inset-top,0);background:var(--primary);color:#fff;z-index:1001;box-shadow:4px 0 20px #0003;transform:translate(-100%);transition:transform .25s ease;overflow-y:auto}._drawerOpen_i6kny_177{transform:translate(0)}._drawerHeader_i6kny_181{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid rgba(255,255,255,.2)}._drawerTitle_i6kny_189{font-size:1rem;font-weight:600;color:#fff}._drawerClose_i6kny_195{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:none;background:#ffffff26;color:#fff;border-radius:8px;font-size:1.5rem;line-height:1;cursor:pointer;-webkit-tap-highlight-color:transparent}._drawerClose_i6kny_195:hover{background:#ffffff40}._drawerNav_i6kny_215{padding:.75rem .5rem;display:flex;flex-direction:column;gap:.25rem}._drawer_i6kny_98 ._navItem_i6kny_47{padding:.6rem .75rem;border-radius:8px}._layout_i6kny_12{flex-direction:column;min-height:100vh}._sidebar_i6kny_21{display:none}._content_i6kny_69{margin-left:0;width:100%;max-width:100%;border-left:none;padding:.75rem 1rem 1rem 3.5rem;flex:1}._panel_i6kny_84{padding:1rem;border-radius:12px}}:root{--primary: #0b6fa4;--primary-light: #4f9fd4;--primary-dark: #084a72;--bg-light: #e6f3ff;--bg-card: rgba(255, 255, 255, .95);--border: #d4e7ff;--text: #30516b;--text-muted: #5a7a94;--shadow: 0 10px 25px rgba(0, 0, 0, .06);--radius: 14px;--radius-lg: 18px;--sidebar-width: 232px;--content-max: 1440px}*,*:before,*:after{box-sizing:border-box}#root{min-height:100vh;overflow-x:hidden;max-width:100%}html{font-size:16px;-webkit-font-smoothing:antialiased;overflow-x:hidden;max-width:100%}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,var(--bg-light) 0%,#fff 60%);min-height:100vh;color:var(--text);overflow-x:hidden;max-width:100%;overscroll-behavior-x:none;padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit;cursor:pointer}input,select,textarea{font-family:inherit;font-size:1rem}@media (max-width: 767px){html{font-size:14px;-webkit-text-size-adjust:100%}input,select,textarea,button{font-size:16px}}@media print{body{background:#fff}body *{visibility:hidden}.print-employee-detail,.print-employee-detail *{visibility:visible}}
