:root{--navy:#0f172a;--ink:#172033;--muted:#64748b;--line:#e6ebf2;--soft:#f6f8fb;--blue:#2563eb;--green:#16a34a;--amber:#d97706;--violet:#7c3aed}*{box-sizing:border-box;margin:0;padding:0}html,body{min-height:100%;color:var(--ink);background:var(--soft);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;background:0 0;border:0}.app-shell{min-height:100vh;display:flex}.sidebar{background:var(--navy);color:#cbd5e1;flex-direction:column;flex:0 0 250px;width:250px;min-height:100vh;display:flex}.brand{border-bottom:1px solid #263247;align-items:center;gap:11px;height:76px;padding:0 22px;display:flex}.brand-mark{color:#fff;background:#3b82f6;border-radius:10px;place-items:center;width:34px;height:34px;font-weight:800;display:grid}.brand strong{color:#fff;letter-spacing:.08em;display:block}.brand small,.sidebar-user small{color:#8290a6;margin-top:3px;font-size:11px;display:block}.mobile-close{color:#cbd5e1;margin-left:auto;display:none}.sidebar nav{flex:1;padding:22px 12px}.nav-group{margin-bottom:24px}.nav-group-title{color:#718096;text-transform:uppercase;letter-spacing:.1em;justify-content:space-between;align-items:center;width:100%;padding:0 12px 9px;font-size:10px;font-weight:700;display:flex}.nav-group-title svg{transition:transform .2s}.nav-group-title .rotated{transform:rotate(-90deg)}.nav-group a{color:#aebbd0;border-radius:8px;align-items:center;gap:12px;margin:3px 0;padding:11px 12px;font-size:13px;display:flex}.nav-group a:hover,.nav-group a.active{color:#fff;background:#23324b}.nav-group a.active{box-shadow:inset 3px 0 #60a5fa}.sidebar-user{border:1px solid #293750;border-radius:10px;align-items:center;gap:9px;margin:12px;padding:13px;display:flex}.sidebar-user strong{color:#f8fafc;font-size:12px}.sidebar-user button{color:#8190a8;margin-left:auto}.main-area{flex:1;min-width:0}.topbar{border-bottom:1px solid var(--line);background:#fff;align-items:center;gap:16px;height:76px;padding:0 32px;display:flex}.topbar-title{color:#334155;font-size:14px;font-weight:600}.topbar-actions{align-items:center;gap:20px;margin-left:auto;display:flex}.icon-button{color:#64748b;position:relative}.icon-button i{background:#ef4444;border-radius:50%;width:6px;height:6px;position:absolute;top:0;right:0}.topbar-user{align-items:center;gap:9px;font-size:13px;font-weight:600;display:flex}.menu-button{display:none}.avatar{color:#1d4ed8;background:#dbeafe;border-radius:50%;flex:none;place-items:center;width:30px;height:30px;font-size:12px;font-weight:700;display:grid}main{max-width:1600px;margin:0 auto;padding:32px}.page-stack{flex-direction:column;gap:26px;display:flex}.page-heading{justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.eyebrow{text-transform:uppercase;letter-spacing:.1em;color:#7890ac;margin-bottom:7px;font-size:10px;font-weight:700}.page-heading h1{letter-spacing:-.03em;font-size:28px}.muted{color:var(--muted);font-size:13px}.button{border-radius:8px;align-items:center;gap:8px;padding:11px 15px;font-size:13px;font-weight:700;display:inline-flex}.button.primary{background:var(--blue);color:#fff;box-shadow:0 4px 10px #2563eb2b}.stat-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.stat-card,.panel{border:1px solid var(--line);background:#fff;border-radius:12px}.stat-card{align-items:flex-start;gap:14px;padding:20px;display:flex}.stat-card strong{letter-spacing:-.04em;margin:4px 0;font-size:28px;display:block}.stat-card small{color:#94a3b8;font-size:11px}.icon-box{border-radius:9px;place-items:center;width:38px;height:38px;display:grid}.icon-box.blue{color:#2563eb;background:#eff6ff}.icon-box.green{color:#16a34a;background:#f0fdf4}.icon-box.amber{color:#d97706;background:#fffbeb}.icon-box.violet{color:#7c3aed;background:#f5f3ff}.content-grid{grid-template-columns:2fr 1fr;gap:16px;display:grid}.panel{overflow:hidden}.panel-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;padding:21px 22px;display:flex}.panel h2{font-size:16px}.text-link{color:var(--blue);align-items:center;gap:4px;font-size:12px;font-weight:700;display:flex}.table-wrap{overflow:auto}table{border-collapse:collapse;width:100%;font-size:13px}th,td{text-align:left;white-space:nowrap;border-bottom:1px solid #eef2f7;padding:14px 22px}th{text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;font-size:10px}tr:last-child td{border-bottom:0}.business-cell{align-items:center;gap:10px;font-weight:600;display:flex}.badge{border-radius:999px;padding:5px 9px;font-size:11px;font-weight:700}.badge.success{color:#15803d;background:#dcfce7}.badge.warning{color:#b45309;background:#fef3c7}.badge.danger{color:#b91c1c;background:#fee2e2}.badge.info{color:#1d4ed8;background:#dbeafe}.quick-links{padding:8px 12px}.quick-links a{color:#2563eb;border-bottom:1px solid #eef2f7;align-items:center;gap:12px;padding:15px 10px;display:flex}.quick-links a:last-child{border:0}.quick-links span{color:var(--ink);flex:1;font-size:13px;font-weight:700}.quick-links small{color:#94a3b8;margin-top:4px;font-size:11px;font-weight:400;display:block}@media (max-width:900px){.sidebar{z-index:20;transition:left .2s;position:fixed;top:0;bottom:0;left:-260px;box-shadow:8px 0 30px #0003}.sidebar.open{left:0}.mobile-close,.menu-button{display:block}.topbar{padding:0 18px}.topbar-user span:last-child{display:none}main{padding:22px 16px}.stat-grid{grid-template-columns:repeat(2,1fr)}.content-grid{grid-template-columns:1fr}.span-2{grid-column:auto}}@media (max-width:520px){.page-heading{flex-direction:column;align-items:flex-start}.page-heading h1{font-size:23px}.page-heading .button{justify-content:center;width:100%}.stat-card{gap:10px;padding:15px}.stat-card strong{font-size:23px}.stat-card .muted{font-size:11px}.panel-header{padding:17px}.panel-header h2{font-size:14px}th,td{padding:12px 14px}.table-wrap{margin:0 -1px}}.toolbar{border-bottom:1px solid var(--line);gap:12px;padding:18px 22px;display:flex}.search{border:1px solid var(--line);color:#94a3b8;border-radius:8px;flex:1;align-items:center;gap:9px;max-width:460px;padding:0 12px;display:flex}.search input{width:100%;font:inherit;border:0;outline:0;padding:11px 0;font-size:13px}.toolbar select,.form-grid select,.form-grid input,.form-grid textarea{border:1px solid var(--line);color:var(--ink);font:inherit;background:#fff;border-radius:8px;outline:0;padding:11px 12px;font-size:13px}.pagination{justify-content:space-between;align-items:center;padding:16px 22px;display:flex}.page-number{color:var(--muted);border-radius:6px;margin-left:4px;padding:7px 10px}.page-number.active{color:var(--blue);background:#eff6ff;font-weight:700}.form-panel{padding:26px}.form-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.form-grid label{color:#475569;flex-direction:column;gap:7px;font-size:12px;font-weight:700;display:flex}.form-grid .full{grid-column:1/-1}.form-actions{border-top:1px solid var(--line);justify-content:flex-end;gap:10px;margin-top:26px;padding-top:20px;display:flex}.button.secondary{border:1px solid var(--line);color:#475569;background:#fff}.empty-state{text-align:center;padding:80px 20px}.empty-state h2{margin-bottom:8px;font-size:17px}.empty-state p{color:var(--muted);font-size:13px}@media (max-width:520px){.toolbar{flex-direction:column;padding:14px}.search{max-width:none}.form-panel{padding:18px}.form-grid{grid-template-columns:1fr;gap:16px}.form-grid .full{grid-column:auto}.form-actions{flex-direction:column-reverse}.form-actions .button{justify-content:center}.pagination{padding:14px}}
.login-page{background:linear-gradient(135deg,#eff6ff,#f8fafc);place-items:center;min-height:100vh;padding:24px;display:grid}.login-card{background:#fff;border:1px solid #e6ebf2;border-radius:16px;width:min(100%,430px);padding:38px;box-shadow:0 20px 60px #0f172a14}.login-logo{align-items:center;gap:11px;margin-bottom:38px;display:flex}.login-logo strong{letter-spacing:.08em;color:#0f172a;display:block}.login-logo small{color:#64748b;margin-top:3px;font-size:11px;display:block}.login-copy{margin-bottom:26px}.login-copy h1{letter-spacing:-.03em;margin-bottom:8px;font-size:25px}.login-copy>p:last-child{color:#64748b;font-size:13px}.login-card form{flex-direction:column;gap:17px;display:flex}.login-card label{color:#475569;flex-direction:column;gap:7px;font-size:12px;font-weight:700;display:flex}.input-icon{color:#94a3b8;border:1px solid #e6ebf2;border-radius:8px;align-items:center;gap:9px;padding:0 12px;display:flex}.input-icon input{font:inherit;border:0;outline:0;flex:1;padding:12px 0;font-size:13px}.login-button{justify-content:center;width:100%;margin-top:5px}.login-foot{text-align:center;color:#94a3b8;margin-top:24px;font-size:11px;display:block}.form-error{color:#b91c1c;background:#fef2f2;border-radius:7px;padding:10px 12px;font-size:12px}.detail-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.detail-card{padding:24px}.detail-card dl{grid-template-columns:1fr 1fr;gap:15px;margin-top:18px;display:grid}.detail-card dt{color:#94a3b8;font-size:11px}.detail-card dd{font-size:13px;font-weight:600}.detail-notes{color:#475569;margin-top:18px;font-size:14px;line-height:1.7}@media (max-width:520px){.login-card{padding:26px 20px}.detail-grid{grid-template-columns:1fr}.detail-card dl{grid-template-columns:1fr 1fr}}.map-panel{padding:0;overflow:hidden}.map-view{background:#e2e8f0;width:100%;height:calc(100vh - 210px);min-height:480px}.crm-marker-wrap{background:0 0;border:0}.crm-marker{color:#fff;background:#2563eb;border:3px solid #fff;border-radius:50%;place-items:center;width:28px;height:28px;font-size:10px;font-weight:800;display:grid;box-shadow:0 3px 8px #0f172a55}.table-sub{color:#94a3b8;margin-top:3px;font-size:11px;font-weight:400;display:block}.role-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.role-grid .detail-card h2{margin:15px 0 8px;font-size:15px}.role-grid .button{margin-top:18px}@media (max-width:520px){.map-view{height:calc(100vh - 250px);min-height:420px}.role-grid{grid-template-columns:1fr}}.permission-table{border:1px solid #e6ebf2;border-radius:10px;margin-top:24px;overflow:auto}.permission-row{border-top:1px solid #eef2f7;grid-template-columns:minmax(150px,1.5fr) repeat(4,minmax(90px,1fr));align-items:center;gap:10px;min-width:610px;padding:13px 16px;font-size:12px;display:grid}.permission-row:first-child{border-top:0}.permission-head{color:#64748b;text-transform:uppercase;background:#f8fafc;font-size:11px;font-weight:700}.permission-check{color:#64748b;align-items:center;gap:7px;font-weight:500;display:flex}.permission-check input{accent-color:#2563eb;width:16px;height:16px}.calendar-panel{padding:18px}.calendar-toolbar{justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.calendar-toolbar h2{text-transform:capitalize;font-size:18px}.calendar-grid{border-top:1px solid #e6ebf2;border-left:1px solid #e6ebf2;grid-template-columns:repeat(7,minmax(0,1fr));display:grid}.calendar-grid>span,.calendar-day{border-bottom:1px solid #e6ebf2;border-right:1px solid #e6ebf2;min-height:115px;padding:10px}.calendar-head>span{color:#64748b;text-align:center;background:#f8fafc;min-height:auto;font-size:11px;font-weight:700}.calendar-day{background:#fff;flex-direction:column;gap:6px;display:flex}.calendar-day.today{background:#eff6ff}.calendar-day>strong{color:#475569;font-size:12px}.calendar-event{color:#1d4ed8;text-overflow:ellipsis;white-space:nowrap;background:#dbeafe;border-radius:6px;padding:6px 7px;font-size:11px;font-weight:700;display:block;overflow:hidden}.calendar-event small{text-overflow:ellipsis;margin-top:2px;font-weight:500;display:block;overflow:hidden}.calendar-summary{margin:16px 2px 0}@media (max-width:620px){.calendar-panel{padding:10px;overflow:auto}.calendar-toolbar h2{font-size:14px}.calendar-toolbar .button{padding:8px;font-size:11px}.calendar-day{min-height:92px;padding:6px}.calendar-event{padding:5px;font-size:9px}.calendar-event small{display:none}}.button-row{align-items:center;gap:10px;display:flex}.form-hint{color:#1d4ed8;background:#eff6ff;border-radius:8px;padding:11px 13px;font-size:12px}@media (max-width:520px){.button-row{flex-direction:column;width:100%}.button-row .button{justify-content:center;width:100%}}.crm-marker{white-space:nowrap;align-items:center;gap:6px;width:max-content;max-width:170px;height:28px;padding:0 8px 0 5px;display:flex!important}.crm-marker b{color:#fff;background:#2563eb;border-radius:50%;place-items:center;width:20px;height:20px;font-size:10px;display:grid}.crm-marker em{text-overflow:ellipsis;color:#0f172a;font-size:11px;font-style:normal;font-weight:700;overflow:hidden}.map-view .crm-marker-wrap{background:0 0;border:0;width:220px!important;height:40px!important}.map-view .crm-marker{align-items:center;gap:7px;max-width:210px;color:#0f172a!important;background:#fff!important;border:1px solid #dbe4f0!important;border-radius:18px!important;width:auto!important;height:34px!important;padding:3px 10px 3px 4px!important;display:inline-flex!important;box-shadow:0 4px 14px #0f172a2e!important}.map-view .crm-marker b{color:#fff;background:#2563eb;border-radius:50%;flex:0 0 26px;place-items:center;width:26px;height:26px;font-size:10px;font-weight:800;display:grid;box-shadow:0 1px 3px #2563eb59}.map-view .crm-marker em{text-overflow:ellipsis;white-space:nowrap;color:#1e293b;max-width:155px;font-size:11px;font-style:normal;font-weight:700;line-height:1;display:block;overflow:hidden}.map-view .crm-marker:after{content:"";z-index:-1;background:#fff;border-bottom:1px solid #dbe4f0;border-right:1px solid #dbe4f0;width:10px;height:10px;position:absolute;bottom:-6px;left:12px;transform:rotate(45deg)}@media (max-width:620px){.map-view .crm-marker em{max-width:105px;font-size:10px}.map-view .crm-marker{max-width:155px}.map-view .crm-marker-wrap{width:170px!important}}.status-panel{margin-bottom:18px}.status-card-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;padding:0 22px 22px;display:grid}.status-card{color:#0f172a;background:#fff;border:1px solid #e6ebf2;border-left:4px solid #2563eb;border-radius:10px;flex-direction:column;gap:7px;min-height:102px;padding:15px;transition:transform .15s,box-shadow .15s;display:flex}.status-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0f172a17}.status-card span{font-size:12px;font-weight:700;line-height:1.35}.status-card strong{font-size:25px;line-height:1}.status-card small{color:#94a3b8;font-size:11px}.status-card.success{border-left-color:#16a34a}.status-card.warning{border-left-color:#d97706}.status-card.danger{border-left-color:#dc2626}.status-card.info{border-left-color:#2563eb}@media (max-width:900px){.status-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:520px){.status-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));padding:0 14px 14px}.status-card{min-height:94px;padding:12px}.status-card span{font-size:11px}}.table-link{color:#0f172a;transition:color .15s}.table-link:hover{color:#2563eb}.location-actions{flex-wrap:wrap;align-items:center;gap:10px;margin-top:2px;display:flex}.location-actions .form-error{flex:1;min-width:220px}.location-hint{color:#64748b;width:100%;font-size:10px;font-weight:500}.app-footer{text-align:center;color:#94a3b8;letter-spacing:.01em;padding:18px 32px 24px;font-size:10px}.login-page+.app-footer{position:fixed;bottom:0;left:0;right:0}@media (max-width:640px){.app-footer{padding:14px 12px 18px;font-size:10px}}.badge.first,.status-card.first{color:#6d28d9;background:#ede9fe;border-left-color:#7c3aed}.badge.waiting,.status-card.waiting{color:#a16207;background:#fef3c7;border-left-color:#eab308}.badge.document,.status-card.document{color:#c2410c;background:#ffedd5;border-left-color:#f97316}.badge.repeat,.status-card.repeat{color:#0e7490;background:#cffafe;border-left-color:#06b6d4}.badge.register,.status-card.register{color:#1d4ed8;background:#dbeafe;border-left-color:#3b82f6}.badge.center,.status-card.center{color:#be185d;background:#fce7f3;border-left-color:#ec4899}.badge.operator,.status-card.operator{color:#4338ca;background:#e0e7ff;border-left-color:#6366f1}.badge.abandoned,.status-card.abandoned{color:#475569;background:#f1f5f9;border-left-color:#64748b}.status-card-grid .status-card:first-child{border-left-color:#7c3aed}.status-card-grid .status-card:nth-child(2){border-left-color:#eab308}.status-card-grid .status-card:nth-child(3){border-left-color:#f97316}.status-card-grid .status-card:nth-child(4){border-left-color:#06b6d4}.status-card-grid .status-card:nth-child(5){border-left-color:#3b82f6}.status-card-grid .status-card:nth-child(6){border-left-color:#16a34a}.status-card-grid .status-card:nth-child(7){border-left-color:#ec4899}.status-card-grid .status-card:nth-child(8){border-left-color:#6366f1}.status-card-grid .status-card:nth-child(9){border-left-color:#64748b}.status-card-grid .status-card:nth-child(10){border-left-color:#dc2626}.report-kpis{grid-template-columns:repeat(4,minmax(0,1fr))}.report-grid{grid-template-columns:minmax(0,1.45fr) minmax(300px,1fr);gap:16px;display:grid}.report-wide{min-width:0}.report-status-list,.report-ranking,.upcoming-list{padding:0 22px 22px}.report-status-row{color:#334155;border-bottom:1px solid #eef2f7;grid-template-columns:10px minmax(0,1fr) 42px minmax(80px,.7fr);align-items:center;gap:10px;padding:11px 0;font-size:12px;display:grid}.report-status-row:last-child{border-bottom:0}.report-status-row strong{text-align:right;color:#0f172a}.status-dot{background:#2563eb;border-radius:50%;width:8px;height:8px}.status-dot.success,.report-bar i.success{background:#16a34a}.status-dot.warning,.report-bar i.warning{background:#d97706}.status-dot.danger,.report-bar i.danger{background:#dc2626}.report-bar{background:#eef2f7;border-radius:20px;height:7px;overflow:hidden}.report-bar i{background:#2563eb;border-radius:20px;height:100%;display:block}.ranking-row{padding:10px 0}.ranking-row>div:first-child{justify-content:space-between;margin-bottom:6px;font-size:12px;display:flex}.ranking-row strong{color:#0f172a}.month-chart{border-top:1px solid #eef2f7;align-items:end;gap:clamp(10px,3vw,26px);height:245px;padding:18px 28px 24px;display:flex}.month-column{flex-direction:column;flex:1;justify-content:end;align-items:center;gap:7px;min-width:32px;height:100%;display:flex}.month-value{color:#2563eb;font-size:11px;font-weight:800}.month-track{background:#f1f5f9;border-radius:8px 8px 3px 3px;align-items:end;width:min(42px,100%);height:150px;display:flex;overflow:hidden}.month-track i{background:linear-gradient(#60a5fa,#2563eb);border-radius:8px 8px 3px 3px;width:100%;display:block}.month-column small{text-transform:capitalize;color:#64748b;white-space:nowrap;font-size:10px}.upcoming-item{border-bottom:1px solid #eef2f7;align-items:center;gap:11px;padding:11px 0;display:flex}.upcoming-item:last-child{border-bottom:0}.date-chip{color:#2563eb;text-align:center;background:#eff6ff;border-radius:8px;flex:0 0 76px;padding:8px 5px;font-size:10px;font-weight:800}.upcoming-item strong,.upcoming-item small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.upcoming-item strong{color:#334155;font-size:12px}.upcoming-item small{color:#94a3b8;margin-top:4px;font-size:10px}.empty-state{color:#94a3b8;padding:18px 22px;font-size:12px}@media (max-width:900px){.report-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.report-grid{grid-template-columns:1fr}}@media (max-width:520px){.report-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.report-status-list,.report-ranking,.upcoming-list{padding:0 14px 14px}.report-status-row{grid-template-columns:10px minmax(0,1fr) 30px}.report-status-row .report-bar{grid-column:2/-1}.month-chart{gap:7px;padding-left:14px;padding-right:14px}.month-column small{font-size:9px}.month-track{height:125px}}.report-export{padding-bottom:22px}.report-filter-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:0 22px;display:grid}.report-filter-grid label{color:#475569;flex-direction:column;gap:6px;font-size:11px;font-weight:700;display:flex}.report-filter-grid input,.report-filter-grid select{color:#334155;width:100%;font:inherit;background:#fff;border:1px solid #e6ebf2;border-radius:8px;padding:10px 11px;font-size:12px}.report-export-action{align-items:end;display:flex}@media (max-width:900px){.report-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:520px){.report-filter-grid{grid-template-columns:1fr;padding:0 14px}.report-export-action .button{justify-content:center;width:100%}}@media (max-width:640px){.login-page{background:radial-gradient(circle at 15% 8%,#dbeafe 0,#eff6ff 26%,#f8fafc 65%);justify-content:center;align-items:center;min-height:100svh;padding:20px 14px;display:flex;position:relative;overflow:hidden}.login-page:before,.login-page:after{content:"";pointer-events:none;border-radius:50%;position:absolute}.login-page:before{background:#bfdbfe66;width:220px;height:220px;top:-70px;right:-95px}.login-page:after{background:#c7d2fe66;width:180px;height:180px;bottom:-65px;left:-100px}.login-card{z-index:1;border-radius:20px;width:100%;max-width:410px;padding:26px 20px 20px;position:relative;box-shadow:0 18px 45px #0f172a1a}.login-logo{gap:10px;margin-bottom:30px}.login-logo .brand-mark{background:linear-gradient(145deg,#2563eb,#0f2f62);border-radius:12px;width:42px;height:42px;box-shadow:0 7px 16px #2563eb3d}.login-logo strong{font-size:16px}.login-logo small{font-size:10px}.login-copy{margin-bottom:24px}.login-copy .eyebrow{margin-bottom:8px;font-size:9px}.login-copy h1{margin-bottom:9px;font-size:24px;line-height:1.18}.login-copy>p:last-child{font-size:12px;line-height:1.5}.login-card form{gap:15px}.login-card label{gap:7px;font-size:11px}.input-icon{background:#fbfdff;border-radius:10px;min-height:48px;padding:0 13px;transition:border-color .15s,box-shadow .15s}.input-icon:focus-within{border-color:#60a5fa;box-shadow:0 0 0 3px #dbeafe}.input-icon input{min-width:0;padding:13px 0;font-size:14px}.login-button{border-radius:10px;min-height:48px;margin-top:3px;font-size:13px}.login-foot{margin-top:21px;font-size:10px}.login-card .form-error{font-size:11px;line-height:1.4}html,body{overflow-x:hidden}.app-shell{min-width:0}.main-area{width:100%;min-width:0}.topbar{z-index:100;gap:10px;height:62px;padding:0 12px;position:sticky;top:0}.menu-button{color:#334155;border-radius:9px;place-items:center;width:40px;height:40px;display:grid}.menu-button:active{background:#eff6ff}.topbar-title{font-size:12px}.topbar-actions{gap:10px}.topbar-user{font-size:11px}.icon-button{place-items:center;width:32px;height:32px;display:grid}main{z-index:0;padding:18px 12px;position:relative}.page-stack{gap:16px}.page-heading{gap:14px}.page-heading h1{font-size:22px}.page-heading .muted{font-size:12px;line-height:1.5}.button{min-height:42px;padding:10px 13px;font-size:12px}.stat-grid,.report-kpis{gap:10px}.stat-card{border-radius:10px;gap:9px;min-width:0;padding:13px 11px}.stat-card strong{font-size:21px}.stat-card .icon-box{flex:0 0 32px;width:32px;height:32px}.stat-card .muted{font-size:10px;line-height:1.3}.stat-card small{font-size:10px}.panel{border-radius:10px}.panel-header{gap:10px;padding:14px}.panel-header h2{font-size:14px;line-height:1.35}.panel-header .muted{font-size:11px;line-height:1.4}.toolbar{gap:9px;padding:12px}.toolbar select,.toolbar .button,.search{width:100%;max-width:none;min-height:42px}.table-wrap{-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto}table{min-width:680px;font-size:12px}th,td{padding:12px 13px}.table-wrap:after{content:"Yatay kaydırın →";color:#94a3b8;padding:0 13px 10px;font-size:10px;display:block}.business-cell{gap:8px}.avatar{width:28px;height:28px;font-size:11px}.form-panel{padding:14px}.form-grid{gap:13px}.form-grid label{font-size:11px}.form-grid select,.form-grid input,.form-grid textarea{min-height:44px;padding:11px;font-size:13px}.form-actions{gap:8px;margin-top:18px;padding-top:15px}.form-actions .button{width:100%}.detail-card{padding:16px}.detail-card dl{gap:12px;margin-top:14px}.detail-card dd{word-break:break-word;font-size:12px}.detail-notes{font-size:13px}.map-view{height:calc(100svh - 220px);min-height:390px}.map-panel .panel-header{z-index:2;position:relative}.map-view .crm-marker-wrap{width:155px!important}.map-view .crm-marker{max-width:145px!important}.location-actions{flex-direction:column;align-items:stretch}.location-actions .button{justify-content:center;width:100%}.report-status-list,.report-ranking,.upcoming-list{padding:0 14px 14px}.report-status-row{grid-template-columns:9px minmax(0,1fr) 28px;padding:10px 0;font-size:11px}.report-status-row .report-bar{grid-column:2/-1}.month-chart{gap:5px;height:205px;padding:15px 10px 18px}.month-track{width:25px;height:115px}.month-column small{text-overflow:ellipsis;max-width:38px;font-size:8px;overflow:hidden}.report-export{padding-bottom:14px}.report-filter-grid{gap:11px;padding:0 14px}.calendar-panel{padding:8px}.calendar-grid{min-width:560px}.calendar-panel .table-wrap:after{display:none}.calendar-day{min-height:88px}.sidebar{visibility:visible;pointer-events:auto;width:280px;left:-290px;z-index:1000!important;position:fixed!important;top:0!important;bottom:0!important}.sidebar.open{left:0;z-index:1001!important}.sidebar nav,.sidebar-user{z-index:1002;position:relative}}
.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(../media/layers.3muxcl8sz6330.png);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(../media/layers-2x.23wrxu3xxu9-i.png);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(../media/marker-icon.1le94j_pe_ih1.png)}.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}}
