@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";:root{--primary:#6366f1;--primary-hover:#4f46e5;--secondary:#06b6d4;--bg-dark:#0f172a;--bg-card:#1e293b;--text-main:#f8fafc;--text-muted:#94a3b8;--border:#334155;--accent-success:#10b981;--accent-error:#ef4444;--glass-bg:#1e293bb3;--glass-border:#ffffff1a;--sidebar-width:260px;--navbar-height:64px}*{box-sizing:border-box;margin:0;padding:0}body,html{background-color:var(--bg-dark);color:var(--text-main);-webkit-font-smoothing:antialiased;width:100%;font-family:Outfit,sans-serif;line-height:1.5;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;outline:none;font-family:inherit}.glass-morphism{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:16px;transition:padding .3s}@media (width<=480px){.glass-morphism{padding:1.25rem!important}}.btn-primary{background:var(--primary);color:#fff;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:700;transition:all .3s;display:inline-flex;box-shadow:0 10px 20px #6366f133}.btn-primary:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 15px 30px #6366f166}.btn-secondary{color:var(--text-main);background:#6366f10d;border:1px solid #6366f133;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:700;transition:all .3s;display:inline-flex}.btn-secondary:hover{border-color:var(--primary);color:#fff;background:#6366f11a}.input-field{background:var(--bg-card);border:1px solid var(--border);color:var(--text-main);box-sizing:border-box;text-overflow:ellipsis;border-radius:12px;width:100%;max-width:100%;padding:.75rem 1rem;transition:border-color .3s}select.input-field option{text-overflow:ellipsis;max-width:100%;overflow:hidden}.input-field:focus{border-color:var(--primary);outline:none}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.5s forwards fadeIn}@keyframes pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes pulse-ring{0%{opacity:0;transform:scale(.3)}50%{opacity:.5}to{opacity:0;transform:scale(1.2)}}.pulse-ring{animation:2s cubic-bezier(.455,.03,.515,.955) infinite pulse-ring}.hide-scrollbar::-webkit-scrollbar{display:none}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}@media (width<=1024px){:root{--sidebar-width:80px}}@media (width<=768px){:root{--sidebar-width:0px}}.mobile-only{display:none}@media (width<=768px){.mobile-only{display:block}.desktop-only{display:none}}.table-container{border:1px solid var(--border);background:var(--bg-card);border-radius:12px;width:100%;margin-top:1rem;overflow-x:auto}.table-container table{border-collapse:collapse;width:100%;min-width:800px}.table-container th,.table-container td{text-align:left;border-bottom:1px solid var(--border);padding:1rem}.table-container tr:last-child td{border-bottom:none}.directory-hero{z-index:1;align-items:center;gap:3rem;display:flex;position:relative}.directory-logo-container{flex-shrink:0;width:180px;height:180px}.directory-title{margin-bottom:1rem;font-size:3.5rem;font-weight:900;line-height:1.1}.directory-services-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;display:grid}@media (width<=768px){.directory-hero{text-align:center;flex-direction:column;align-items:center;gap:1.5rem}.directory-logo-container{width:140px;height:140px;border-radius:30px!important}.directory-title{font-size:2rem}.directory-services-grid{grid-template-columns:1fr}.directory-hero-tags{justify-content:center}.directory-hero-actions{justify-content:center;align-items:center}.directory-hero-action-btn{justify-content:center;width:100%!important}}@media (width<=480px){.directory-title{font-size:1.75rem}.directory-logo-container{width:120px;height:120px}}.page-header-actions{justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:2.5rem;display:flex}.responsive-actions{gap:1rem;display:flex}.responsive-search{width:300px;position:relative}@media (width<=900px){.page-header-actions{flex-direction:column;align-items:flex-start;gap:1.25rem;margin-bottom:2rem}.responsive-actions{flex-direction:column;width:100%}.responsive-search{width:100%!important}.page-header-actions h1{font-size:1.75rem!important}}.report-card{grid-template-columns:auto 1fr auto;align-items:center;gap:2rem;padding:2rem;display:grid}@media (width<=768px){.report-card{text-align:center;grid-template-columns:1fr;gap:1.25rem;padding:1.5rem!important}.report-card-icon{margin:0 auto}.report-card-info{flex-direction:column;align-items:center;gap:.75rem;display:flex}.report-card-details{flex-direction:column!important;gap:.5rem!important}.report-card-actions{flex-direction:column;gap:.75rem;width:100%}.report-card-actions a,.report-card-actions button{justify-content:center;width:100%!important}}.medicine-info-header{align-items:start;gap:2rem;display:flex}.medicine-info-grid{grid-template-columns:1fr 1fr;gap:2.5rem;display:grid}@media (width<=600px){.medicine-info-header{text-align:center;flex-direction:column;align-items:center;gap:1.5rem}.medicine-info-grid{grid-template-columns:1fr;gap:1.5rem}.cart-button{width:100%!important;height:52px!important}}.cart-item-row{background:#ffffff05;border:1px solid #ffffff0d;border-radius:16px;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;display:flex}@media (width<=480px){.cart-item-row{flex-direction:column;align-items:flex-start;gap:1rem}.cart-item-info{width:100%}.cart-item-actions{justify-content:space-between;align-items:center;width:100%;display:flex}}@media (width<=768px){.purchases-header{flex-direction:column;align-items:flex-start;gap:1rem}.purchases-header__copy{width:100%}.purchases-header__actions{flex-direction:column;justify-content:flex-start;width:100%}.purchases-header__actions>button{justify-content:center;width:100%}.billing-page{min-height:0;grid-template-columns:1fr!important;height:auto!important}.billing-page__main{gap:1rem!important}.billing-page__toolbar{flex-direction:column;gap:.85rem;align-items:flex-start!important}.billing-page__toolbar>div{flex-wrap:wrap;justify-content:flex-start;width:100%}.billing-page__customer-grid{grid-template-columns:1fr!important}.billing-page__customer-grid>div,.billing-page__payment-grid>button{width:100%}.billing-page__cart-table{padding:1rem!important}.billing-page__cart-table table{display:none}.billing-page__cart-cards{display:block!important}.billing-page__summary{padding:1rem!important}.billing-page__payment-grid{grid-template-columns:1fr!important}.billing-page__success-card{width:min(100vw - 1.5rem,420px)!important;padding:1.5rem!important}}@media (width<=480px){.billing-page__toolbar h2{font-size:1.05rem!important}.billing-page__summary h3{font-size:1rem!important}}@media (width<=768px){.billing-history-page{gap:1rem!important}.billing-history-page__header{flex-direction:column;gap:.85rem;align-items:flex-start!important}.billing-history-page__stats{grid-template-columns:1fr!important;gap:1rem!important}.billing-history-page__panel{padding:1rem!important}.billing-history-page__controls{flex-direction:column;align-items:flex-start!important}.billing-history-page__controls>div{width:100%!important}.billing-history-page__controls input{width:100%}.billing-history-page__table-shell{-webkit-overflow-scrolling:touch;border:1px solid var(--border);background:var(--bg-card);border-radius:14px;overflow-x:auto}.billing-history-page__table-shell table{min-width:920px;font-size:.75rem}.billing-history-page__table-shell th,.billing-history-page__table-shell td{padding:.7rem .85rem!important}.billing-history-page__table-shell td:last-child,.billing-history-page__table-shell th:last-child{white-space:nowrap}.billing-history-page__detail-card,.billing-history-page__edit-card{width:min(100vw - 1.5rem,700px)!important;max-width:none!important;max-height:92vh!important}.billing-history-page__detail-grid{grid-template-columns:1fr!important}.billing-history-page__detail-table{white-space:nowrap;display:block;overflow-x:auto}.billing-history-page__detail-summary{justify-content:stretch!important}.billing-history-page__detail-summary>div{width:100%}.billing-history-page__edit-actions{flex-direction:column}.billing-history-page__edit-actions>button{width:100%}}@media (width<=480px){.billing-history-page__header h1{line-height:1.2;font-size:1.45rem!important}.billing-history-page__stats .glass-morphism{padding:1rem!important}}@media (width<=768px){.tech-dashboard{padding-bottom:1.5rem!important}.tech-dashboard__header{flex-direction:column;gap:1rem;align-items:flex-start!important;margin-bottom:1.5rem!important}.tech-dashboard__heading{width:100%}.tech-dashboard__header h1{line-height:1.15;font-size:1.55rem!important}.tech-dashboard__header p{font-size:.95rem!important}.tech-dashboard__refresh{justify-content:center;width:100%}.tech-dashboard__layout{grid-template-columns:1fr!important;gap:1rem!important;height:auto!important}.tech-dashboard__main,.tech-dashboard__side{gap:1rem!important}.tech-dashboard__stages{flex-direction:column;gap:.85rem!important}.tech-dashboard__stage{width:100%}.tech-dashboard__timeline-panel,.tech-dashboard__task-card,.tech-dashboard__quick-card,.tech-dashboard__summary-card,.tech-dashboard__activity-card{padding:1rem!important}.tech-dashboard__timeline-panel h2{font-size:1.05rem!important}.tech-dashboard__task-card h3,.tech-dashboard__quick-card h3,.tech-dashboard__summary-card h3,.tech-dashboard__activity-card h3{font-size:.95rem!important}.tech-dashboard__task-card h4{font-size:1rem!important}.tech-dashboard__quick-actions{gap:.65rem!important}.tech-dashboard__quick-actions button{justify-content:flex-start;width:100%}.tech-dashboard__timeline-line{left:14px!important}.tech-dashboard__timeline-list{gap:1rem!important}.tech-dashboard__timeline-item{gap:.85rem!important}.tech-dashboard__timeline-dot{width:30px!important;height:30px!important}.tech-dashboard__side{padding-top:0!important}.tech-dashboard__summary-card>div,.tech-dashboard__activity-card>div{gap:.85rem!important}.tech-dashboard__activity-card p{font-size:.8rem!important}.tech-portal__header{flex-direction:column;gap:1rem;align-items:flex-start!important;margin-bottom:1.25rem!important}.tech-portal__heading{width:100%}.tech-portal__heading h1{line-height:1.15;font-size:1.55rem!important}.tech-portal__queue{width:100%}.tech-portal__queue-badge{justify-content:center;width:100%}.tech-portal__tabs{flex-wrap:wrap;gap:.5rem}.tech-portal__tabs button{flex:calc(50% - .25rem);justify-content:center;min-width:0}.tech-portal__layout{grid-template-columns:1fr!important;gap:1rem!important}.tech-portal__samples-column{gap:1rem!important}.tech-portal__samples-card,.tech-portal__instruments-card,.tech-portal__panel{padding:1rem!important}.tech-portal__samples-card h2,.tech-portal__instruments-card h2,.tech-portal__panel h2{font-size:1.05rem!important}.tech-portal__samples-card>div>div{gap:.75rem!important}.tech-portal__sample-item,.tech-portal__instrument-item{padding:1rem!important}.tech-portal__sample-title{font-size:1rem!important}.tech-portal__instruments-header{flex-direction:column;gap:.5rem;align-items:flex-start!important}.tech-portal__instruments-grid{grid-template-columns:1fr!important}.tech-portal__instruments-grid>div{width:100%}.tech-portal__panel{height:auto!important;padding:1rem!important}.tech-portal__panel-header{flex-direction:column;gap:.75rem;align-items:flex-start!important;margin-bottom:1rem!important}.tech-portal__request-card{margin-bottom:1rem!important;padding:1rem!important}.tech-portal__upload-drop{border-radius:16px!important;padding:1.5rem 1rem!important}}@media (width<=480px){.tech-dashboard__header h1,.tech-portal__heading h1{font-size:1.35rem!important}.tech-portal__tabs button{flex:100%}.tech-portal__request-card p,.tech-dashboard__activity-card p,.tech-dashboard__summary-card span{font-size:.8rem!important}}.purchases-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.purchases-header__actions{flex-wrap:wrap;justify-content:flex-end;gap:.75rem;display:flex}@media (width<=768px){.purchases-header{flex-direction:column;align-items:flex-start;gap:1rem}.purchases-header__copy{width:100%}.purchases-header__actions{flex-direction:column;justify-content:flex-start;width:100%}.purchases-header__actions>button{justify-content:center;width:100%}.billing-page{min-height:0;grid-template-columns:1fr!important;height:auto!important}.billing-page__main{gap:1rem!important}.billing-page__toolbar{flex-direction:column;gap:.85rem;align-items:flex-start!important}.billing-page__toolbar>div{flex-wrap:wrap;justify-content:flex-start;width:100%}.billing-page__customer-grid{grid-template-columns:1fr!important}.billing-page__customer-grid>div,.billing-page__payment-grid>button{width:100%}.billing-page__cart-table{padding:1rem!important}.billing-page__cart-table table{display:none}.billing-page__cart-cards{display:block!important}.billing-page__summary{padding:1rem!important}.billing-page__payment-grid{grid-template-columns:1fr!important}.billing-page__success-card{width:min(100vw - 1.5rem,420px)!important;padding:1.5rem!important}}@media (width<=480px){.billing-page__toolbar h2{font-size:1.05rem!important}.billing-page__summary h3{font-size:1rem!important}}@media (width<=768px){.billing-history-page{gap:1rem!important}.billing-history-page__header{flex-direction:column;gap:.85rem;align-items:flex-start!important}.billing-history-page__stats{grid-template-columns:1fr!important;gap:1rem!important}.billing-history-page__panel{padding:1rem!important}.billing-history-page__controls{flex-direction:column;align-items:flex-start!important}.billing-history-page__controls>div{width:100%!important}.billing-history-page__controls input{width:100%}.billing-history-page__table-shell{-webkit-overflow-scrolling:touch;border:1px solid var(--border);background:var(--bg-card);border-radius:14px;overflow-x:auto}.billing-history-page__table-shell table{min-width:920px;font-size:.75rem}.billing-history-page__table-shell th,.billing-history-page__table-shell td{padding:.7rem .85rem!important}.billing-history-page__table-shell td:last-child,.billing-history-page__table-shell th:last-child{white-space:nowrap}.billing-history-page__detail-card,.billing-history-page__edit-card{width:min(100vw - 1.5rem,700px)!important;max-width:none!important;max-height:92vh!important}.billing-history-page__detail-grid{grid-template-columns:1fr!important}.billing-history-page__detail-table{white-space:nowrap;display:block;overflow-x:auto}.billing-history-page__detail-summary{justify-content:stretch!important}.billing-history-page__detail-summary>div{width:100%}.billing-history-page__edit-actions{flex-direction:column}.billing-history-page__edit-actions>button{width:100%}}@media (width<=480px){.billing-history-page__header h1{line-height:1.2;font-size:1.45rem!important}.billing-history-page__stats .glass-morphism{padding:1rem!important}}.profile-header{justify-content:space-between;align-items:flex-end;gap:1.5rem;margin-bottom:2.5rem;display:flex}.profile-form-grid{grid-template-columns:1fr 1fr;gap:2rem;width:100%;max-width:100%;display:grid}.profile-form-grid>div{min-width:0;max-width:100%}.full-width-field{grid-column:span 2}@media (width<=768px){.profile-header{flex-direction:row;align-items:center;gap:1rem}.profile-header h1{font-size:1.5rem!important}.profile-header p{font-size:.85rem}.profile-age-container{flex-shrink:0;text-align:right!important}.profile-age-container span{font-size:.65rem!important}.profile-age-container div{font-size:1.25rem!important}.profile-form-grid{grid-template-columns:1fr 1fr;gap:1rem}.full-width-field{grid-column:span 2}}.counter{color:var(--accent);background:var(--accent-bg);border:2px solid #0000;border-radius:5px;margin-bottom:24px;padding:5px 10px;font-size:16px;transition:border-color .3s}.counter:hover{border-color:var(--accent-border)}.counter:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.hero{position:relative}.hero .base,.hero .framework,.hero .vite{margin:0 auto;inset-inline:0}.hero .base{z-index:0;width:170px;position:relative}.hero .framework,.hero .vite{position:absolute}.hero .framework{z-index:1;height:28px;top:34px;transform:perspective(2000px)rotate(300deg)rotateX(44deg)rotateY(39deg)scale(1.4)}.hero .vite{z-index:0;width:auto;height:26px;top:107px;transform:perspective(2000px)rotate(300deg)rotateX(40deg)rotateY(39deg)scale(.8)}#center{flex-direction:column;flex-grow:1;place-content:center;place-items:center;gap:25px;display:flex}@media (width<=1024px){#center{gap:18px;padding:32px 20px 24px}}#next-steps{border-top:1px solid var(--border);text-align:left;display:flex}#next-steps>div{flex:1 1 0;padding:32px}@media (width<=1024px){#next-steps>div{padding:24px 20px}}#next-steps .icon{width:22px;height:22px;margin-bottom:16px}@media (width<=1024px){#next-steps{text-align:center;flex-direction:column}}#docs{border-right:1px solid var(--border)}@media (width<=1024px){#docs{border-right:none;border-bottom:1px solid var(--border)}}#next-steps ul{gap:8px;margin:32px 0 0;padding:0;list-style:none;display:flex}#next-steps ul .logo{height:18px}#next-steps ul a{color:var(--text-h);background:var(--social-bg);border-radius:6px;align-items:center;gap:8px;padding:6px 12px;font-size:16px;text-decoration:none;transition:box-shadow .3s;display:flex}#next-steps ul a:hover{box-shadow:var(--shadow)}#next-steps ul a .button-icon{width:18px;height:18px}@media (width<=1024px){#next-steps ul{flex-wrap:wrap;justify-content:center;margin-top:20px}#next-steps ul li{flex:calc(50% - 8px)}#next-steps ul a{box-sizing:border-box;justify-content:center;width:100%}}#spacer{border-top:1px solid var(--border);height:88px}@media (width<=1024px){#spacer{height:48px}}.ticks{width:100%;position:relative}.ticks:before,.ticks:after{content:"";border:5px solid #0000;position:absolute;top:-4.5px}.ticks:before{border-left-color:var(--border);left:0}.ticks:after{border-right-color:var(--border);right:0}.agent-dashboard__header-actions{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.agent-dashboard__icon-button,.agent-dashboard__tab,.agent-card__details-button{font:inherit}.agent-dashboard__icon-button{border:1px solid var(--border);width:44px;height:44px;color:var(--text-main);background:#ffffff08;border-radius:14px;justify-content:center;align-items:center;display:inline-flex}.agent-dashboard__summary{display:none}.agent-dashboard__summary-line{color:var(--text-muted);gap:1rem;margin-bottom:.95rem;font-size:.82rem;font-weight:700;display:flex}.agent-dashboard__tabs{border:1px solid var(--border);background:#ffffff08;border-radius:14px;gap:.35rem;margin-bottom:1rem;padding:.25rem;display:inline-flex}.agent-dashboard__tab{color:var(--text-muted);background:0 0;border:0;border-radius:11px;align-items:center;gap:.5rem;padding:.7rem .9rem;font-size:.86rem;font-weight:700;display:inline-flex}.agent-dashboard__tab span{text-align:center;min-width:1.55rem;color:var(--text-main);background:#ffffff0f;border-radius:999px;padding:.1rem .45rem;font-size:.7rem}.agent-dashboard__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:.9rem;display:grid}.agent-card{flex-direction:column;gap:.8rem;padding:1rem;display:flex}.agent-card.is-expanded{border-color:#6366f159;box-shadow:0 18px 35px #0000001f}.agent-card__top{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.agent-card__identity{min-width:0}.agent-card__name-row{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.agent-card__name-row h2{font-size:1.05rem;font-weight:800}.agent-card__meta{color:var(--text-muted);margin-top:.25rem;font-size:.8rem}.agent-card__cue{color:var(--secondary);margin-top:.25rem;font-size:.74rem;font-weight:700}.agent-card__status{letter-spacing:.02em;white-space:nowrap;border-radius:999px;padding:.3rem .7rem;font-size:.72rem;font-weight:800}.agent-card__details-button{border:1px solid var(--border);color:var(--text-main);white-space:nowrap;background:#ffffff0a;border-radius:11px;flex-shrink:0;align-items:center;gap:.45rem;padding:.6rem .8rem;display:inline-flex}.agent-card__details{border-top:1px solid var(--border);flex-direction:column;gap:1rem;padding-top:1rem;display:flex;overflow:hidden}.agent-card__details-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.agent-card__detail span{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.2rem;font-size:.72rem;font-weight:700;display:block}.agent-card__detail strong{color:var(--text-main);font-size:.95rem;font-weight:700}.agent-card__actions{flex-wrap:wrap;gap:.6rem;display:flex}.agent-card__action--warning{background:#f59e0b}.agent-card__action--warning:hover{background:#d97706}.agent-card__action--success{background:#10b981}.agent-card__action--success:hover{background:#059669}.agent-card__done{color:#86efac;background:#22c55e1a;border:1px solid #22c55e33;border-radius:12px;align-items:center;gap:.5rem;width:100%;padding:.85rem 1rem;font-weight:700;display:inline-flex}@media (width<=900px){.agent-dashboard__header,.agent-dashboard__header-actions{flex-direction:column;align-items:stretch}.agent-dashboard__header-actions{width:100%}.agent-dashboard__icon-button,.agent-dashboard__logout{justify-content:center;width:100%}.agent-dashboard__summary{display:none}.agent-dashboard__tabs{width:100%}.agent-dashboard__tab{flex:1;justify-content:center}.agent-card__details-grid{grid-template-columns:1fr}}@media (width<=640px){.agent-dashboard{padding:.85rem .75rem 1.5rem}.agent-dashboard__tabs{grid-template-columns:1fr;display:grid}.agent-card{padding:.9rem}.agent-card__top{flex-direction:column}.agent-card__details-button{justify-content:center;width:100%}}.agent-dashboard{max-width:1200px;margin:0 auto;padding:1.5rem 1rem 2.25rem}.agent-dashboard__header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.2rem;display:flex}.agent-dashboard__heading{min-width:0}.agent-dashboard__eyebrow{color:var(--secondary);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.25rem;font-size:.74rem;font-weight:700}.agent-dashboard__title{font-size:clamp(1.7rem,4vw,2.4rem);font-weight:800;line-height:1.05}.agent-dashboard__notification{border:1px solid var(--border);width:46px;height:46px;color:var(--text-main);background:#ffffff08;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex;position:relative}.agent-dashboard__notification span{background:var(--primary);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:.65rem;font-weight:800;display:inline-flex;position:absolute;top:-6px;right:-6px}.agent-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem;margin-bottom:1rem;display:grid}.agent-summary-card{align-items:center;gap:.9rem;padding:1rem 1.05rem;display:flex}.agent-summary-card__icon{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.agent-summary-card span{color:var(--text-muted);margin-bottom:.15rem;font-size:.76rem;font-weight:700;display:block}.agent-summary-card strong{color:var(--text-main);font-size:1.45rem;font-weight:800}.agent-summary-card.is-blue .agent-summary-card__icon{color:#60a5fa;background:#60a5fa1f}.agent-summary-card.is-amber .agent-summary-card__icon{color:#f59e0b;background:#f59e0b1f}.agent-summary-card.is-green .agent-summary-card__icon{color:#22c55e;background:#22c55e1f}.agent-dashboard__section-head{justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1rem;display:flex}.agent-dashboard__section-head h2{margin-bottom:.2rem;font-size:1.08rem;font-weight:800}.agent-dashboard__section-head p{color:var(--text-muted);font-size:.84rem}.agent-dashboard__tabs{border:1px solid var(--border);background:#ffffff08;border-radius:14px;gap:.35rem;padding:.25rem;display:inline-flex}.agent-dashboard__tab{color:var(--text-muted);font:inherit;background:0 0;border:0;border-radius:11px;align-items:center;gap:.45rem;padding:.72rem .95rem;font-size:.86rem;font-weight:700;display:inline-flex}.agent-dashboard__tab span{min-width:1.5rem;color:var(--text-main);text-align:center;background:#ffffff0f;border-radius:999px;padding:.1rem .42rem;font-size:.7rem}.agent-dashboard__tab.is-active{background:var(--primary);color:#fff}.agent-dashboard__tab.is-active span{background:#fff3}.agent-dashboard__content{min-height:200px}.agent-dashboard__empty{text-align:center;min-height:200px;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:.8rem;display:flex}.agent-dashboard__empty-icon{width:58px;height:58px;color:var(--primary);background:#ffffff0a;border-radius:18px;justify-content:center;align-items:center;display:inline-flex}.agent-job-list{flex-direction:column;gap:.9rem;display:flex}.agent-job-card{cursor:pointer;padding:1rem 1.05rem;transition:border-color .2s,box-shadow .2s,transform .2s,background .2s}.agent-job-card:hover{transform:translateY(-1px)}.agent-job-card.is-active{background:#6366f108;border-color:#6366f173;box-shadow:0 18px 36px #0000001f}.agent-job-card.is-completed{opacity:.88}.agent-job-card__top{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.agent-job-card__identity{min-width:0}.agent-job-card__title-row{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.agent-job-card__title-row h3{font-size:1.03rem;font-weight:800}.agent-job-card__status{white-space:nowrap;border-radius:999px;padding:.25rem .65rem;font-size:.72rem;font-weight:800}.agent-job-card__flag{color:#fbbf24;background:#f59e0b24;border-radius:999px;padding:.25rem .6rem;font-size:.7rem;font-weight:800}.agent-job-card__subtitle{color:var(--text-muted);margin-top:.25rem;font-size:.82rem}.agent-job-card__details-toggle{border:1px solid var(--border);color:var(--text-main);font:inherit;background:#ffffff0a;border-radius:11px;flex-shrink:0;align-items:center;gap:.45rem;padding:.62rem .82rem;font-weight:700;display:inline-flex}.agent-job-card__meta{flex-wrap:wrap;gap:.65rem .9rem;margin-top:.8rem;display:flex}.agent-job-card__meta-line{color:var(--text-main);align-items:center;gap:.45rem;min-width:0;font-size:.82rem;display:inline-flex}.agent-job-card__meta-line.is-compact{color:var(--text-muted)}.agent-job-card__meta-icon{width:28px;height:28px;color:var(--primary);background:#6366f11f;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.agent-job-card__meta-line span:last-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.agent-job-card__footer{justify-content:space-between;align-items:center;gap:1rem;margin-top:.85rem;display:flex}.agent-job-card__actions{flex-wrap:wrap;justify-content:flex-end;gap:.6rem;display:flex}.agent-job-card__action{border-radius:12px;padding:.72rem .95rem;font-size:.8rem}.agent-job-card__action--accent{background:#f59e0b}.agent-job-card__done{color:#86efac;background:#22c55e1a;border:1px solid #22c55e33;border-radius:12px;padding:.7rem .95rem;font-size:.82rem;font-weight:700}.agent-job-card__details{border-top:1px solid var(--border);grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;margin-top:.85rem;padding-top:.85rem;display:grid}.agent-job-card__detail span{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.2rem;font-size:.7rem;font-weight:700;display:block}.agent-job-card__detail strong{color:var(--text-main);word-break:break-word;font-size:.92rem;font-weight:700}@media (width<=960px){.agent-summary-grid{grid-template-columns:1fr}.agent-dashboard__section-head{flex-direction:column;align-items:stretch}.agent-dashboard__tabs{width:100%}.agent-dashboard__tab{flex:1;justify-content:center}.agent-job-card__footer{flex-direction:column;align-items:stretch}.agent-job-card__actions{justify-content:flex-start}.agent-job-card__details{grid-template-columns:1fr}}@media (width<=640px){.agent-dashboard{padding:1rem .75rem 1.75rem}.agent-dashboard__header{margin-bottom:1rem}.agent-job-card{padding:.9rem}.agent-job-card__top{flex-direction:column}.agent-job-card__details-toggle{justify-content:center;width:100%}.agent-job-card__meta-line span:last-child{white-space:normal}.agent-job-card__actions,.agent-job-card__action,.agent-job-card__done{justify-content:center;width:100%}}.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;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.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{width:auto;padding:0;max-width:none!important;max-height:none!important}.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:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.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{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.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;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{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{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{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position: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:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.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-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.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{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;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:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;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{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.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{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.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{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.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{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;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{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
