:root{
  --ink:#1e2738;--ink-soft:#667085;--navy:#222b43;--navy-2:#18223a;--blue:#2459b8;
  --blue-soft:#eef3ff;--paper:#fff;--canvas:#f7f7fb;--line:#e5e7ef;--success:#24b47e;
  --warning:#e8a63b;--danger:#e65d62;--radius:14px;--shadow:0 12px 32px rgba(25,35,62,.07);
  --sidebar:250px;--topbar:72px;
}
*{box-sizing:border-box}html,body{height:100%}body{margin:0;background:var(--canvas);color:var(--ink);font-family:"Inter","Segoe UI",system-ui,Arial,sans-serif;font-size:14px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}.btn{border-radius:9px;font-weight:650;padding:.65rem 1rem;box-shadow:none!important}.btn-primary{background:var(--blue);border-color:var(--blue)}.btn-success{background:var(--success);border-color:var(--success)}.btn-danger{background:var(--danger);border-color:var(--danger)}.btn-light{background:#f4f6fa;border-color:#edf0f5}.btn-quiet{background:#eef1f7;color:#46506a;border:1px solid #e4e8f0}.btn-quiet:hover{background:#e6eaf3}.btn-sm{padding:.35rem .65rem;font-size:11.5px;font-weight:600}.form-control,.form-select{border:1px solid #d9deea;border-radius:8px;min-height:42px;color:#344054;background-color:#fff;box-shadow:none!important}.form-control:focus,.form-select:focus{border-color:#9fb6e7}.form-label{font-weight:650;font-size:13px;margin-bottom:7px;color:#344054}.input-group-text{border-color:#d9deea;background:#f8f9fc}.table{--bs-table-bg:transparent;--bs-table-striped-bg:#fafbfe;margin:0}.table thead th{font-size:11px;text-transform:uppercase;letter-spacing:.035em;color:#6c7488;font-weight:750;padding:13px 12px;border-bottom:1px solid var(--line);white-space:nowrap}.table td{padding:14px 12px;border-color:#edf0f5;vertical-align:middle;font-size:13px}.badge-soft{display:inline-flex;align-items:center;gap:6px;border-radius:20px;padding:6px 10px;font-size:11px;font-weight:700}.badge-soft.success{background:#eaf8f2;color:#16845a}.badge-soft.warning{background:#fff7e8;color:#a56a10}.badge-soft.danger{background:#fff0f0;color:#b93f43}.badge-soft.neutral{background:#f1f3f7;color:#5d6679}
.brand{display:flex;align-items:center;gap:10px;font-weight:850;letter-spacing:-1.2px;font-size:28px;color:white;white-space:nowrap}.brand img{width:34px;height:34px}.brand .sayac{color:#fff}.brand .takip{color:#2e65c3}.brand-dark .sayac{color:#172039}.brand-dark .takip{color:#2e65c3}
.admin-shell{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:var(--sidebar);background:linear-gradient(180deg,var(--navy),var(--navy-2));color:#b7c0d6;z-index:1050;display:flex;flex-direction:column;overflow:hidden}.sidebar-head{height:76px;display:flex;align-items:center;padding:0 17px;border-bottom:1px solid rgba(255,255,255,.04)}.sidebar-scroll{overflow:auto;padding:11px 10px 24px;scrollbar-width:thin;scrollbar-color:#43506d transparent}.nav-section{margin:2px 0}.side-link,.side-group-toggle{width:100%;display:flex;align-items:center;gap:11px;color:#aeb8d0;border:0;background:transparent;padding:10px 13px;border-radius:10px;text-align:left;font-weight:600;font-size:12.5px;transition:.18s}.side-link i,.side-group-toggle i:first-child{width:18px;text-align:center;color:#7f8aa7}.side-link:hover,.side-group-toggle:hover{background:rgba(255,255,255,.055);color:#fff}.side-link.active{background:rgba(56,103,201,.22);color:#fff}.side-link.active i{color:#76a2ff}.side-group-toggle .chev{margin-left:auto;font-size:10px;transition:.2s}.side-group-toggle[aria-expanded="true"]{color:#fff}.side-group-toggle[aria-expanded="true"] .chev{transform:rotate(180deg)}.side-submenu{display:none;padding:1px 0 5px 36px}.side-submenu.open{display:block}.side-submenu a{display:block;color:#8f9ab5;padding:7px 10px;border-radius:8px;font-size:11.5px}.side-submenu a:hover,.side-submenu a.active{color:#fff;background:rgba(255,255,255,.045)}
.topbar{position:fixed;left:var(--sidebar);right:0;top:0;height:var(--topbar);background:#fff;z-index:1030;border-bottom:1px solid #eceef4;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 22px}.topbar-left{display:flex;align-items:center}.topbar-title{font-weight:800;font-size:14px;text-align:center}.topbar-right{display:flex;justify-content:flex-end;align-items:center;gap:13px}.menu-toggle{border:0;background:transparent;color:#525b70;font-size:20px;width:40px;height:40px;border-radius:10px}.menu-toggle:hover{background:#f4f5f8}.backup-btn{background:#f16469;color:#fff;border:0;border-radius:8px;font-size:12px;font-weight:750;padding:11px 15px}.user-chip{display:flex;align-items:center;gap:9px;color:#5b6477}.user-avatar{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#101828;color:#fff}.language-tabs{display:flex;align-items:center;background:#f1f3f7;border-radius:9px;padding:3px;gap:1px}.language-tabs button{border:0;background:transparent;border-radius:7px;padding:5px 7px;font-size:10px;font-weight:800;color:#6e7688}.language-tabs button.active{background:#fff;color:#1f2a44;box-shadow:0 2px 8px rgba(31,42,68,.08)}
.main-wrap{min-height:100vh;margin-left:var(--sidebar);padding-top:var(--topbar);display:flex;flex-direction:column}.main-content{padding:25px 26px 54px;flex:1}.page-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px}.page-title{font-size:16px;font-weight:820;margin:0;letter-spacing:.01em}.breadcrumb-lite{font-size:12px;color:#7c8497}.panel{background:#fff;border:1px solid #eff1f5;border-radius:var(--radius);box-shadow:var(--shadow)}.panel-pad{padding:22px}.panel-title{font-weight:800;font-size:14px;margin-bottom:17px}.muted{color:var(--ink-soft)}.mini-note{font-size:11px;color:#81899b}.footer{min-height:58px;background:#f2f2f7;border-top:1px solid #eeeef3;padding:18px 25px;display:flex;justify-content:space-between;gap:18px;color:#687085;font-size:11px}.footer b{color:#313a4d}
.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:20px}.stat-card{background:#fff;border-radius:13px;border:1px solid #eff1f5;padding:20px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 10px 25px rgba(31,42,68,.04)}.stat-label{font-size:13px;color:#6d758a;margin-bottom:7px}.stat-value{font-size:18px;font-weight:820}.stat-icon{width:50px;height:50px;border-radius:50%;display:grid;place-items:center;background:#f0f2fb;color:#30405c;font-size:18px}.stat-icon.success{color:#24b47e}.stat-icon.warning{color:#e9a43a}.stat-icon.blue{color:#4c6ce5}.daily-panel{padding:22px 30px 38px}.daily-head{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:20px}.date-range{display:flex;align-items:center;gap:7px}.date-range input{width:152px}.daily-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:36px}.money-card{border:1px solid #d9deea;border-radius:8px;min-height:90px;padding:18px;display:flex;justify-content:space-between;align-items:center}.money-card .value{font-size:16px;font-weight:750;margin-top:6px}.money-icon{width:46px;height:46px;border-radius:50%;background:#f0f2fb;color:#4f68d7;display:grid;place-items:center;font-size:18px}
.toolbar{display:flex;justify-content:space-between;align-items:center;gap:15px;flex-wrap:wrap;margin-bottom:16px}.search-box{position:relative;max-width:470px;flex:1}.search-box input{padding-right:45px}.search-box button{position:absolute;right:0;top:0;height:42px;width:42px;border:1px solid #aeb5c7;background:#fff;border-radius:0 8px 8px 0;color:#6a7287}.filter-chips{display:flex;gap:5px;flex-wrap:wrap}.filter-chips .chip{border:0;background:#747c91;color:#fff;padding:8px 12px;font-size:11px;font-weight:720}.filter-chips .chip:first-child{border-radius:7px 0 0 7px}.filter-chips .chip:last-child{border-radius:0 7px 7px 0}.status-line{display:flex;gap:26px;flex-wrap:wrap;font-weight:800;font-size:13px;margin:13px 0 23px}.status-line .ok{color:#2eba82}.status-line .stop{color:#eb666a}.status-line .warn{color:#e6a83e}.status-line .off{color:#586cdd}.meter-zone-title{font-weight:820;font-size:15px;border-bottom:1px solid #abb5c8;padding-bottom:11px;margin-bottom:22px}.meter-card{width:365px;background:#dce0fa;border-radius:15px;padding:13px 18px;text-align:center;position:relative}.meter-card h4{font-size:13px;font-weight:820;margin:5px}.meter-icons{display:flex;justify-content:center;gap:12px;font-size:22px;margin:5px 0}.meter-card.expanded{min-height:185px}.meter-progress{height:7px;background:#c6ccef;border-radius:20px;overflow:hidden;margin:10px 0}.meter-progress span{display:block;width:62%;height:100%;background:#536ee9;border-radius:20px}.monitor-actions{display:flex;gap:5px}.control-pill{border:0;background:#747c91;color:#fff;padding:8px 13px;font-size:11px;font-weight:750}.control-pill:first-child{border-radius:7px 0 0 7px}.control-pill:last-child{border-radius:0 7px 7px 0}
.form-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,1fr);gap:34px}.form-card{padding:20px 28px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 22px}.form-grid.one{grid-template-columns:1fr}.form-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.segmented{display:flex;width:100%}.segmented button{flex:1;border:1px solid #858da2;background:#fff;color:#6b7285;padding:10px;font-size:12px}.segmented button:first-child{border-radius:7px 0 0 7px}.segmented button:last-child{border-radius:0 7px 7px 0}.segmented button.active{background:#7b839a;color:#fff}.summary-card{padding:20px}.summary-card .form-control{min-height:38px}.section-rule{border-top:1px solid var(--line);margin:14px 0 18px}.list-card{overflow:hidden}.list-card .table-responsive{border-radius:0 0 var(--radius) var(--radius)}.table-actions{display:flex;gap:6px}.icon-btn{width:31px;height:31px;border:0;border-radius:7px;display:grid;place-items:center;background:#eef1f7;color:#566079}.icon-btn.edit{background:#fff4dc;color:#a97416}.icon-btn.view{background:#edf3ff;color:#3564ba}.icon-btn.delete{background:#ffeded;color:#bf4c51}.pagination-lite{display:flex;gap:5px;padding:16px}.pagination-lite button{border:1px solid #e1e5ec;background:#fff;border-radius:6px;font-size:11px;padding:6px 9px}.pagination-lite button.active{background:#536ee9;color:#fff;border-color:#536ee9}.report-summary{margin-left:auto;max-width:330px;font-size:11px;line-height:1.8;text-align:right}.report-summary b{font-weight:820}.blank-chart{height:360px;position:relative;border-left:1px solid #eceef3;border-bottom:1px solid #eceef3;margin:16px 20px}.blank-chart:before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(to bottom,transparent 0,transparent 71px,#f0f1f5 72px)}.chart-line{position:absolute;left:2%;right:3%;bottom:17%;height:2px;background:#536ee9;transform:rotate(-3deg);transform-origin:left}.chart-line:before,.chart-line:after{content:"";position:absolute;width:8px;height:8px;border-radius:50%;background:#536ee9;top:-3px}.chart-line:before{left:0}.chart-line:after{right:0}.empty-state{text-align:center;padding:55px 20px;color:#7d8599}.empty-state i{font-size:37px;color:#b8bfd0;margin-bottom:13px}.modal-content{border:0;border-radius:14px;box-shadow:0 22px 60px rgba(16,24,40,.22)}.modal-header{border-bottom:1px solid #eef0f5}.modal-footer{border-top:1px solid #eef0f5}.toast-stack{position:fixed;right:22px;bottom:22px;z-index:2000}.app-toast{background:#192238;color:#fff;border-radius:10px;padding:13px 15px;box-shadow:0 12px 35px rgba(16,24,40,.2);min-width:240px;margin-top:8px}.mobile-bottom{display:none}.mobile-top-brand{display:none}
.designer{display:grid;grid-template-columns:58px 1fr 260px;height:590px;background:#e9ebef;border-radius:12px;overflow:hidden}.designer-tools{background:#fff;border-right:1px solid #ddd;display:flex;flex-direction:column;align-items:center;padding:12px 0;gap:15px;color:#687085}.designer-stage{padding:35px;overflow:auto}.paper-sheet{width:760px;height:400px;background:#fff;margin:auto;box-shadow:0 8px 25px rgba(0,0,0,.12);position:relative;background-image:linear-gradient(#eef1f5 1px,transparent 1px),linear-gradient(90deg,#eef1f5 1px,transparent 1px);background-size:18px 18px}.paper-sheet .field-box{position:absolute;border:1px dashed #d15d5d;padding:8px;font-size:11px;background:rgba(255,255,255,.8)}.designer-props{background:#fff;border-left:1px solid #ddd;padding:18px}.designer-props h6{font-size:12px;font-weight:820}.prop-row{margin:13px 0}.prop-row label{font-size:10px;color:#7b8497;display:block;margin-bottom:4px}
@media(max-width:1100px){.stat-grid,.daily-grid{grid-template-columns:repeat(2,1fr)}.form-layout{grid-template-columns:1fr}.daily-grid{gap:15px}.designer{grid-template-columns:50px 1fr}.designer-props{display:none}}
@media(max-width:820px){:root{--sidebar:0px;--topbar:62px}.sidebar{transform:translateX(-100%);width:280px;transition:.25s}.sidebar.mobile-open{transform:translateX(0)}.topbar{left:0;grid-template-columns:auto 1fr auto;padding:0 13px}.topbar-title{font-size:12px}.topbar .backup-btn,.topbar .user-chip .user-name{display:none}.language-tabs{position:absolute;top:66px;right:13px;box-shadow:var(--shadow);display:none}.language-tabs.mobile-show{display:flex}.main-wrap{margin-left:0;padding-bottom:72px}.main-content{padding:18px 14px 30px}.footer{display:none}.stat-grid,.daily-grid{grid-template-columns:1fr 1fr;gap:10px}.stat-card{padding:15px}.stat-icon{width:40px;height:40px}.daily-panel{padding:18px}.daily-head{align-items:flex-start;flex-direction:column}.date-range{width:100%}.date-range input{min-width:0;flex:1}.page-head{margin-bottom:15px}.breadcrumb-lite{display:none}.form-grid,.form-grid.three{grid-template-columns:1fr}.form-card{padding:18px}.panel-pad{padding:17px}.mobile-bottom{position:fixed;display:flex;left:0;right:0;bottom:0;height:68px;background:#fff;border-top:1px solid #e8ebf1;z-index:1040;justify-content:space-around;align-items:center;padding-bottom:env(safe-area-inset-bottom)}.mobile-bottom a{display:flex;flex-direction:column;align-items:center;gap:4px;color:#7d8599;font-size:9px;font-weight:700;min-width:54px}.mobile-bottom a i{font-size:19px}.mobile-bottom a.active{color:#2459b8}.mobile-bottom .primary-mobile{width:48px;height:48px;border-radius:15px;background:#192238;color:#fff;display:grid;place-items:center;margin-top:-22px;box-shadow:0 9px 22px rgba(25,34,56,.25)}.mobile-bottom .primary-mobile i{font-size:18px}.toolbar{align-items:stretch}.toolbar .search-box{max-width:none;min-width:100%}.filter-chips{width:100%}.meter-card{width:100%}.user-avatar{width:31px;height:31px}.mobile-overlay{display:none;position:fixed;inset:0;background:rgba(16,24,40,.38);z-index:1045}.mobile-overlay.show{display:block}.designer{height:520px;grid-template-columns:45px 1fr}.designer-stage{padding:20px}.paper-sheet{transform:scale(.7);transform-origin:top left}.table-responsive{font-size:12px}}
@media(max-width:520px){.stat-grid,.daily-grid{grid-template-columns:1fr}.topbar-title{max-width:155px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.page-title{font-size:15px}.money-card{min-height:78px}.form-layout{gap:14px}.hide-mobile{display:none!important}.status-line{gap:12px;font-size:11px}.filter-chips .chip{flex:1}.report-summary{text-align:left;margin:10px 0 0}.panel{border-radius:12px}.toast-stack{left:12px;right:12px;bottom:82px}.app-toast{min-width:0}}
