.modal-backdrop{z-index:100;background:#0f172a7a;place-items:center;padding:24px;display:grid;position:fixed;inset:0;overflow:hidden}.modal-panel{border:1px solid var(--border);background:var(--surface);border-radius:12px;outline:0;flex-direction:column;width:min(560px,100%);max-height:min(720px,100dvh - 48px);display:flex;overflow:hidden;box-shadow:0 24px 64px #0f172a38}.modal-sheet-handle{display:none}.modal-header,.modal-footer{flex:none;align-items:center;gap:12px;padding:16px 20px;display:flex}.modal-header{border-bottom:1px solid var(--border);justify-content:space-between}.modal-header h2{color:var(--text);margin:0;font-size:1rem;font-weight:750}.modal-header button{width:36px;height:36px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:8px;flex:0 0 36px;place-items:center;display:grid}.modal-header button:hover{color:var(--text);background:#f1f5f9}.modal-body{overscroll-behavior:contain;min-height:0;padding:20px;overflow-y:auto}.modal-footer{border-top:1px solid var(--border);justify-content:flex-end}@media (width<=1024px){.modal-backdrop{align-items:end;padding:0}.modal-panel{width:100%;max-height:min(88dvh,760px);padding-bottom:env(safe-area-inset-bottom);border-bottom:0;border-left:0;border-right:0;border-radius:16px 16px 0 0}.modal-sheet-handle{background:#cbd5e1;border-radius:999px;flex:0 0 4px;width:40px;height:4px;margin:8px auto 0;display:block}.modal-header,.modal-footer{padding-inline:16px}.modal-body{padding:16px}}.solar-date-picker{gap:5px;min-width:0;display:grid;position:relative}.solar-date-picker__label{color:var(--muted);padding-inline:7px;font-size:.7rem}.solar-date-picker__trigger{border:1px solid var(--border);background:var(--surface);color:#536078;cursor:pointer;justify-content:center;align-items:center;min-width:0;transition:border-color .15s,background-color .15s,box-shadow .15s;display:flex}.solar-date-picker__trigger:hover{background:#f8fafc;border-color:#b9c3d1}.solar-date-picker__trigger:focus-visible{border-color:var(--primary);outline-offset:1px;outline:3px solid #1769ff29}.solar-date-picker__trigger:disabled{color:#a7b0be;cursor:not-allowed;background:#f5f7f9;border-color:#e8ebef}.solar-date-picker__trigger span{color:#263248;text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.solar-date-picker__trigger--field{text-align:right;border-radius:8px;justify-content:flex-start;gap:9px;width:100%;height:47px;padding:0 13px;font-size:.76rem}.solar-date-picker__trigger--field span{flex:1}.solar-date-picker__trigger--icon{border-radius:6px;width:31px;height:30px}.solar-date-picker__trigger--period{border-radius:0;gap:10px;min-width:124px;height:33px;padding:0 10px;font-size:.7rem}.solar-date-picker__layer{z-index:110;pointer-events:none;position:fixed;inset:0}.solar-date-picker__scrim{display:none}.solar-date-picker__popover{border:1px solid var(--border);background:var(--surface);pointer-events:auto;border-radius:12px;outline:0;width:328px;padding:12px;position:fixed;box-shadow:0 18px 48px #0f172a2e}.solar-date-picker__mobile-handle{display:none}.solar-date-picker__header{grid-template-columns:36px 1fr 36px;align-items:center;gap:8px;height:44px;display:grid}.solar-date-picker__header strong{color:var(--text);text-align:center;font-size:.88rem;font-weight:700}.solar-date-picker__header button{color:#526077;cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;width:36px;height:36px;display:grid}.solar-date-picker__header button:hover{color:var(--primary);background:#f1f5f9}.solar-date-picker__header button:focus-visible,.solar-date-picker__day:focus-visible,.solar-date-picker__footer button:focus-visible{outline-offset:1px;outline:3px solid #1769ff33}.solar-date-picker__instruction{color:#3f5f91;text-align:center;background:#f4f8ff;border-radius:6px;min-height:26px;margin:0 0 6px;padding:5px 8px;font-size:.68rem}.solar-date-picker__weekdays,.solar-date-picker__grid{direction:rtl;grid-template-columns:repeat(7,minmax(0,1fr));display:grid}.solar-date-picker__weekdays{height:32px;color:var(--muted);text-align:center;align-items:center;font-size:.68rem;font-weight:650}.solar-date-picker__grid{gap:2px 0}.solar-date-picker__day{color:#344054;cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;width:100%;height:36px;font-size:.75rem;font-weight:550;display:grid;position:relative}.solar-date-picker__day:hover{color:#1559d6;background:#edf4ff}.solar-date-picker__day.is-outside{color:#a5adba}.solar-date-picker__day.is-today:after{background:var(--success);content:"";border-radius:50%;width:4px;height:4px;position:absolute;bottom:3px;right:50%;transform:translate(50%)}.solar-date-picker__day.is-in-range{color:#1559d6;background:#e9f1ff;border-radius:0}.solar-date-picker__day.is-range-start,.solar-date-picker__day.is-range-end{background:var(--primary);color:#fff;font-weight:700}.solar-date-picker__day.is-range-start:after,.solar-date-picker__day.is-range-end:after{background:#fff}.solar-date-picker__day:disabled{color:#c6ccd5;cursor:not-allowed;background:0 0;text-decoration:line-through}.solar-date-picker__footer{border-top:1px solid #edf0f4;justify-content:space-between;align-items:end;gap:12px;min-height:48px;margin-top:8px;padding-top:10px;display:flex}.solar-date-picker__footer>div{gap:4px;display:flex}.solar-date-picker__footer button{cursor:pointer;border:0;border-radius:8px;align-items:center;gap:4px;height:32px;padding:0 10px;font-size:.69rem;font-weight:650;display:flex}.solar-date-picker__clear{color:var(--muted);background:0 0}.solar-date-picker__clear:hover{color:var(--text);background:#f1f5f9}.solar-date-picker__today{color:var(--primary);background:#edf4ff}.solar-date-picker__today:hover{background:#dce9ff}.solar-date-picker__today:disabled{color:#a7b0be;cursor:not-allowed;background:#f5f7f9}.solar-date-picker__utc-note{color:#7a8699;letter-spacing:.01em;direction:ltr;font-size:.65rem}@media (width<=600px){.solar-date-picker__scrim{pointer-events:auto;background:#0f172a6b;display:block;position:fixed;inset:0}.solar-date-picker__popover{width:100%;padding:10px 16px calc(14px + env(safe-area-inset-bottom));border-bottom:0;border-left:0;border-right:0;border-radius:16px 16px 0 0;bottom:0;right:0;top:auto!important;left:0!important}.solar-date-picker__mobile-handle{background:#cbd5e1;border-radius:999px;width:40px;height:4px;margin:0 auto 4px;display:block}.solar-date-picker__day{height:40px}}@media (prefers-reduced-motion:reduce){.solar-date-picker__trigger{transition:none}}.login-page{background:var(--surface);grid-template-columns:minmax(430px,.86fr) minmax(560px,1.14fr);min-height:100vh;display:grid;overflow:hidden}.login-panel{z-index:2;background:#fff;flex-direction:column;min-height:100vh;padding:30px clamp(34px,5vw,82px) 22px;display:flex;position:relative}.login-brand{align-items:center;gap:13px;display:flex}.login-brand img{object-fit:contain;width:58px;height:58px}.login-brand div{flex-direction:column;gap:2px;display:flex}.login-brand strong{color:#172033;letter-spacing:-.01em;font-size:1rem;font-weight:760}.login-brand span{color:var(--muted);font-size:.72rem}.login-form-wrap{width:min(100%,430px);margin:auto;padding-block:42px}.login-heading{align-items:flex-start;gap:14px;margin-bottom:36px;display:flex}.login-heading__icon{width:46px;height:46px;color:var(--primary);background:#e8f0ff;border-radius:12px;flex:0 0 46px;place-items:center;display:grid}.login-heading h1{color:var(--text);letter-spacing:-.035em;margin:0;font-size:clamp(1.55rem,2.4vw,2rem);font-weight:780}.login-heading p{color:var(--muted);margin:8px 0 0;font-size:.86rem;line-height:1.8}.login-form{flex-direction:column;gap:22px;display:flex}.login-field{color:#344054;flex-direction:column;gap:9px;font-size:.83rem;font-weight:650;display:flex}.login-input-wrap{border:1px solid var(--border);color:#98a2b3;background:#fff;border-radius:8px;align-items:center;height:52px;transition:border-color .15s,box-shadow .15s,background-color .15s;display:flex;position:relative}.login-input-wrap:focus-within{border-color:var(--primary);color:var(--primary);box-shadow:0 0 0 3px #1769ff1f}.login-input-wrap>svg{flex:none;margin-inline:15px 0}.login-input-wrap input{width:100%;min-width:0;height:100%;color:var(--text);text-align:left;background:0 0;border:0;outline:0;padding:0 13px;font-size:.88rem}.login-input-wrap input::placeholder{color:#98a2b3;text-align:right}.login-input-wrap:has(input:disabled){opacity:.75;background:#f8fafc}.password-toggle{color:#7b8798;cursor:pointer;background:0 0;border:0;flex:0 0 46px;place-items:center;width:46px;height:46px;display:grid}.password-toggle:hover:not(:disabled){color:var(--primary)}.login-error{color:#c83232;background:#fff5f5;border:1px solid #fecaca;border-radius:8px;margin:-8px 0 0;padding:10px 13px;font-size:.78rem;line-height:1.7}.login-submit{background:var(--primary);color:#fff;cursor:pointer;border:0;border-radius:8px;justify-content:center;align-items:center;gap:11px;height:52px;margin-top:2px;font-size:.9rem;font-weight:700;transition:background-color .15s,box-shadow .15s,transform .15s;display:flex;box-shadow:0 8px 18px #1769ff33}.login-submit:hover:not(:disabled){background:#0b5be6;transform:translateY(-1px);box-shadow:0 10px 22px #1769ff45}.login-submit:active:not(:disabled){transform:translateY(0)}.login-submit:disabled{box-shadow:none;cursor:not-allowed;background:#aebfdd}.login-help{color:#7b8798;text-align:center;margin:24px 0 0;font-size:.75rem}.login-help bdi{color:#526077;font-weight:650}.login-footer{color:#98a2b3;text-align:center;font-size:.67rem}.login-visual{color:#fff;background:linear-gradient(145deg,#ffffff0a,#0000 36%),linear-gradient(155deg,#0c3479 0%,#0c54be 54%,#1475eb 100%);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:68px clamp(36px,5vw,80px) 56px;display:flex;position:relative;overflow:hidden}.login-visual:before,.login-visual:after{content:"";border:1px solid #ffffff17;border-radius:50%;position:absolute}.login-visual:before{width:64vw;height:64vw;top:-28vw;right:-20vw}.login-visual:after{width:54vw;height:54vw;bottom:-27vw;right:-10vw}.login-visual__glow{filter:blur(70px);background:#45abff3d;border-radius:50%;width:420px;height:420px;position:absolute;top:23%;left:16%}.login-visual__copy{z-index:1;width:min(100%,680px);position:relative}.login-eyebrow{color:#dcecff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff17;border:1px solid #ffffff29;border-radius:999px;align-items:center;gap:8px;padding:7px 12px;font-size:.72rem;font-weight:600;display:inline-flex}.login-eyebrow i,.login-visual__stats .is-online i{background:#43dd78;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #43dd7824}.login-visual__copy h2{color:#fff;letter-spacing:-.045em;max-width:600px;margin:20px 0 10px;font-size:clamp(2rem,3.25vw,3.35rem);font-weight:790;line-height:1.35}.login-visual__copy p{color:#d8e8ff;max-width:560px;margin:0;font-size:.9rem;line-height:1.95}.login-plant-wrap{z-index:1;width:min(100%,760px);margin:34px auto 16px;position:relative}.login-plant-wrap img{filter:drop-shadow(0 28px 24px #0419464d);width:100%;display:block}.login-visual__stats{z-index:2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#09265a5c;border:1px solid #ffffff29;border-radius:12px;grid-template-columns:repeat(3,1fr);width:min(100%,680px);padding:17px 0;display:grid;position:relative;box-shadow:0 16px 36px #051b4426}.login-visual__stats>div{border-left:1px solid #ffffff1f;flex-direction:column;align-items:center;gap:5px;display:flex}.login-visual__stats>div:last-child{border-left:0}.login-visual__stats span{color:#c8dcfa;font-size:.66rem}.login-visual__stats strong{font-size:1.05rem;font-weight:650}.login-visual__stats small{font-size:.61rem;font-weight:500}.login-visual__stats .is-online{color:#7aee9f;align-items:center;gap:8px;display:flex}@media (width<=920px){.login-page{grid-template-columns:minmax(380px,1fr) minmax(360px,.86fr)}.login-visual{padding-inline:30px}.login-visual__stats{grid-template-columns:1fr;gap:14px}.login-visual__stats>div{border-left:0}}@media (width<=720px){.login-page{min-height:100svh;display:block;overflow:visible}.login-panel{min-height:100svh;padding:22px 20px 18px}.login-brand img{width:50px;height:50px}.login-form-wrap{padding-block:38px}.login-heading{margin-bottom:30px}.login-visual{display:none}}@media (height<=720px) and (width>=721px){.login-panel{padding-block:18px}.login-form-wrap{padding-block:20px}.login-heading{margin-bottom:22px}.login-form{gap:16px}.login-plant-wrap{width:min(70%,580px);margin-block:12px}.login-visual__copy h2{font-size:2rem}}.alerts-page{min-width:0;padding-bottom:4px}.alerts-heading{align-items:center;gap:14px;min-height:103px;display:flex}.alerts-heading__icon{color:#fff;background:#ef4444;border-radius:50%;place-items:center;width:30px;height:30px;display:grid}.alerts-heading h1{color:var(--text);margin:0;font-size:1.43rem;font-weight:780;line-height:1.4}.alerts-heading p{color:var(--muted);margin:3px 0 0;font-size:.76rem}.alerts-summary-grid{grid-template-columns:1.16fr .92fr .96fr 1fr 1fr;gap:10px;display:grid}.alerts-summary-card{border:1px solid var(--border);background:var(--surface);border-radius:12px;align-items:center;gap:15px;min-width:0;height:112px;padding:14px 18px;display:flex;box-shadow:0 2px 10px #1e2f4908}.alerts-summary-card__icon{border-radius:50%;flex:0 0 58px;place-items:center;width:58px;height:58px;display:grid}.alerts-summary-card>div{flex-direction:column;min-width:0;display:flex}.alerts-summary-card__title{font-size:.74rem;font-weight:750}.alerts-summary-card__value{color:var(--text);margin-top:5px;font-size:1.4rem;font-weight:650;line-height:1}.alerts-summary-card small{color:var(--muted);white-space:nowrap;margin-top:7px;font-size:.62rem}.alerts-summary-card--critical .alerts-summary-card__icon{color:#e52f36;background:#fee7e8}.alerts-summary-card--critical .alerts-summary-card__title{color:#ef3038}.alerts-summary-card--medium .alerts-summary-card__icon{color:#f58b16;background:#fff0e1}.alerts-summary-card--medium .alerts-summary-card__title{color:#f27c0c}.alerts-summary-card--info .alerts-summary-card__icon{color:var(--primary);background:#e8f0ff}.alerts-summary-card--info .alerts-summary-card__title{color:var(--primary)}.alerts-summary-card--success .alerts-summary-card__icon{color:var(--success);background:#e4f7e9}.alerts-summary-card--success .alerts-summary-card__title{color:var(--success)}.alerts-summary-card--review .alerts-summary-card__icon{color:#596579;background:#f1f3f6}.alerts-summary-card--review .alerts-summary-card__title{color:#48566d}.alerts-toolbar{border:1px solid var(--border);background:var(--surface);border-radius:12px;grid-template-columns:236px 44px 154px 182px 184px 206px 95px 44px;justify-content:space-between;align-items:center;gap:10px;min-height:66px;margin-top:16px;padding:10px 14px;display:grid;box-shadow:0 2px 10px #1e2f4908}.alerts-date-picker .solar-date-picker__trigger,.alerts-icon-button,.alerts-select,.alerts-search{color:#344054;background:#fff;border:1px solid #dce2ea;border-radius:8px;height:40px}.alerts-date-picker .solar-date-picker__trigger{height:40px;font-size:.72rem;font-weight:650}.alerts-icon-button{cursor:pointer;place-items:center;width:44px;display:grid}.alerts-icon-button:hover,.alerts-date-picker .solar-date-picker__trigger:hover{background:#f8fafc;border-color:#b9c3d0}.alerts-select{align-items:center;min-width:0;display:flex;position:relative}.alerts-select select{appearance:none;color:#344054;cursor:pointer;background:0 0;border:0;outline:0;width:100%;height:100%;padding:0 12px 0 30px;font-size:.72rem;font-weight:650}.alerts-select>svg{pointer-events:none;position:absolute;left:10px}.alerts-search{color:#64748b;align-items:center;gap:8px;min-width:0;padding:0 12px;display:flex}.alerts-search input{width:100%;min-width:0;color:var(--text);background:0 0;border:0;outline:0;font-size:.72rem}.alerts-search input::placeholder{color:#98a2b3}.alerts-content-grid{direction:rtl;grid-template-columns:minmax(0,1fr) 378px;gap:14px;margin-top:16px;display:grid}.alerts-table-card,.alerts-timeline-card{border:1px solid var(--border);background:var(--surface);border-radius:12px;min-width:0;box-shadow:0 2px 10px #1e2f4908}.alerts-table-card{overflow:hidden}.alerts-tabs{border-bottom:1px solid var(--border);align-items:stretch;gap:12px;height:52px;display:flex}.alerts-tabs button{color:#526077;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;gap:9px;min-width:175px;font-size:.78rem;font-weight:650;display:flex;position:relative}.alerts-tabs button.is-active{color:var(--primary)}.alerts-tabs button.is-active:after{background:var(--primary);content:"";height:2px;position:absolute;bottom:-1px;left:0;right:0}.tab-count{color:#fff;border-radius:50%;place-items:center;width:22px;height:22px;font-size:.63rem;display:grid}.tab-count--red{background:var(--danger)}.tab-count--green{background:var(--success)}.alerts-table-wrap{min-height:381px;overflow-x:auto}.alerts-table{table-layout:fixed;min-width:840px;font-size:.7rem}.alerts-table th,.alerts-table td{text-align:right;white-space:normal;height:74px;padding:8px 10px}.alerts-table th{color:#526077;background:#fbfcfd;height:46px;font-size:.67rem;font-weight:650}.alerts-table th:first-child{width:12%}.alerts-table th:nth-child(2){width:11%}.alerts-table th:nth-child(3){width:26%}.alerts-table th:nth-child(4){width:17%}.alerts-table th:nth-child(5){width:14%}.alerts-table th:nth-child(6){width:16%}.alerts-table th:nth-child(7){width:4%}.alerts-time-cell,.alerts-title-cell,.alerts-equipment-cell{display:table-cell}.alerts-time-cell strong,.alerts-title-cell strong,.alerts-equipment-cell strong{color:#172235;font-weight:650;display:block}.alerts-time-cell span,.alerts-title-cell span,.alerts-equipment-cell span{color:#7b8798;margin-top:5px;font-size:.61rem;line-height:1.45;display:block}.alerts-level{white-space:nowrap;align-items:center;gap:5px;font-weight:700;display:inline-flex}.alerts-level--critical{color:var(--danger)}.alerts-level--medium{color:var(--warning)}.alerts-level--info{color:var(--primary)}.alerts-status{white-space:nowrap;border-radius:6px;align-items:center;min-height:27px;padding:0 9px;font-size:.62rem;font-weight:700;display:inline-flex}.alerts-status--pending{color:#e43c43;background:#fee8e9}.alerts-status--review{color:var(--primary);background:#e8f1ff}.alerts-status--resolved{color:var(--success);background:#e5f7e9}.alerts-action-button{color:#344054;cursor:pointer;background:#fff;border:1px solid #dce2ea;border-radius:7px;justify-content:center;align-items:center;gap:8px;min-width:120px;height:34px;font-size:.62rem;font-weight:650;display:inline-flex}.alerts-action-button:hover:not(:disabled){border-color:var(--primary);color:var(--primary)}.alerts-action-button:disabled{cursor:default;opacity:.65}.alerts-row-menu{color:#344054;cursor:pointer;background:0 0;border:0;place-items:center;width:28px;height:32px;display:grid}.alerts-resolved-label{color:var(--success);white-space:nowrap;align-items:center;gap:5px;display:inline-flex}.alerts-empty{min-height:150px;color:var(--muted);place-items:center;font-size:.76rem;display:grid}.alerts-pagination{border-top:1px solid var(--border);min-height:52px;color:var(--muted);grid-template-columns:1fr auto 1fr;align-items:center;gap:15px;padding:6px 14px;font-size:.62rem;display:grid}.alerts-pagination>div{align-items:center;gap:3px;display:flex}.alerts-pagination>div button{color:#8a95a5;cursor:pointer;background:0 0;border:0;border-radius:6px;place-items:center;width:29px;height:29px;display:grid}.alerts-pagination>div button.is-current{background:var(--primary);color:#fff}.alerts-pagination>.alerts-select{justify-self:end;width:68px;height:34px}.alerts-timeline-card{align-self:start;min-height:486px;overflow:hidden}.alerts-timeline-card>header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;height:54px;padding:0 13px 0 18px;display:flex}.alerts-timeline-card h2{color:#172235;margin:0;font-size:.92rem;font-weight:750}.alerts-timeline-card .alerts-icon-button{width:38px;height:36px}.alerts-timeline-card ol{margin:0;padding:18px 17px 4px;list-style:none}.timeline-item{grid-template-columns:44px 18px 1fr;align-items:start;gap:7px;min-height:75px;display:grid;position:relative}.timeline-item:not(:last-child):after{content:"";border-right:1px dashed #d9dfe7;position:absolute;top:14px;bottom:-2px;right:57px}.timeline-item time{color:#7b8798;direction:ltr;padding-top:1px;font-size:.61rem}.timeline-marker{z-index:1;background:currentColor;border-radius:50%;width:9px;height:9px;margin-top:4px;display:block;position:relative}.timeline-item--critical{color:var(--danger)}.timeline-item--medium{color:var(--warning)}.timeline-item--info{color:var(--primary)}.timeline-item--success{color:var(--success)}.timeline-item div{color:var(--text)}.timeline-item strong{font-size:.75rem;font-weight:650;line-height:1.55;display:block}.timeline-item small{color:#7b8798;margin-top:3px;font-size:.64rem;line-height:1.4;display:block}.alerts-view-all{color:var(--primary);cursor:pointer;background:0 0;border:0;margin:0 auto 12px;font-size:.65rem;font-weight:700;display:block}.alerts-sort-button{grid-column:8}@media (width<=1240px){.alerts-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.alerts-toolbar{grid-template-columns:repeat(3,minmax(0,1fr)) 44px;justify-content:normal}.alerts-sort-button{grid-column:auto}.alerts-search{grid-column:span 2}.alerts-content-grid{grid-template-columns:1fr}.alerts-timeline-card{min-height:auto}.alerts-timeline-card ol{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 24px;display:grid}.timeline-item:not(:last-child):after{display:none}}@media (width<=1024px){.alerts-heading{min-height:76px}.alerts-heading h1{font-size:1.18rem}.alerts-summary-grid{grid-template-columns:1fr}.alerts-summary-card{min-width:0}.alerts-toolbar{grid-template-columns:1fr 44px}.alerts-select,.alerts-search{grid-column:span 2}.alerts-sort-button{grid-column:2}.alerts-tabs button{flex:1;min-width:0;font-size:.68rem}.alerts-table-wrap{min-height:0;overflow:visible}.alerts-table{min-width:0;padding:10px;display:block}.alerts-table thead{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.alerts-table tbody{gap:10px;display:grid}.alerts-table tr{border:1px solid var(--border);background:#fff;border-radius:10px;flex-direction:column;display:flex;overflow:hidden}.alerts-table td,.alerts-time-cell,.alerts-title-cell,.alerts-equipment-cell{text-align:left;border-bottom:1px solid #edf0f4;justify-content:space-between;align-items:center;gap:16px;width:100%;height:auto;min-height:44px;padding:9px 12px;display:flex}.alerts-table td:before{color:var(--muted);text-align:right;flex:0 0 92px;font-weight:600}.alerts-table td:first-child:before{content:"زمان وقوع"}.alerts-table td:nth-child(2):before{content:"سطح"}.alerts-table td:nth-child(3):before{content:"عنوان هشدار"}.alerts-table td:nth-child(4):before{content:"تجهیزات مرتبط"}.alerts-table td:nth-child(5):before{content:"وضعیت"}.alerts-table td:nth-child(6):before{content:"عملیات"}.alerts-table td:nth-child(7):before{content:"گزینه‌ها"}.alerts-time-cell,.alerts-title-cell,.alerts-equipment-cell{justify-content:initial;grid-template-columns:92px minmax(0,1fr);display:grid}.alerts-time-cell:before,.alerts-title-cell:before,.alerts-equipment-cell:before{grid-row:1/span 2;align-self:center}.alerts-time-cell>*,.alerts-title-cell>*,.alerts-equipment-cell>*{grid-column:2;margin:0}.alerts-pagination{grid-template-columns:1fr auto}.alerts-pagination>div{order:3;grid-column:1/-1;justify-content:center}.alerts-timeline-card ol{grid-template-columns:1fr}}.ai-analysis-view{min-width:0;color:var(--text)}.ai-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.ai-summary-card,.ai-card{border:1px solid var(--border);background:var(--surface);border-radius:12px;min-width:0;overflow:hidden;box-shadow:0 2px 10px #1e2f490a}.ai-summary-card{direction:ltr;grid-template-columns:65px minmax(0,1fr);gap:14px;height:196px;padding:19px 18px 14px;display:grid;position:relative}.ai-summary-card__icon{border-radius:50%;place-items:center;width:62px;height:62px;display:grid}.ai-summary-card--green .ai-summary-card__icon{color:#11a346;background:#e4f6e9}.ai-summary-card--teal .ai-summary-card__icon{color:#0fb79f;background:#e4f7f3}.ai-summary-card--violet .ai-summary-card__icon{color:#625df5;background:#eef0ff}.ai-summary-card__content{direction:rtl;flex-direction:column;align-items:flex-end;min-width:0;display:flex}.ai-summary-card h2{color:#253148;width:100%;margin:0;font-size:.81rem;font-weight:700;line-height:1.5}.ai-score{align-self:stretch;align-items:flex-end;gap:8px;min-height:48px;margin-top:4px;display:flex}.ai-score strong{color:#111827;font-size:2rem;font-weight:680;line-height:1.2}.ai-score span{color:var(--muted);margin-bottom:5px;font-size:.64rem}.ai-score--forecast span{direction:ltr}.ai-summary-card p{color:var(--muted);margin:2px 0 0;font-size:.64rem}.ai-positive-status{align-items:center;gap:5px;font-weight:650;display:flex;color:var(--success)!important}.ai-positive-status i{background:var(--success);border-radius:50%;width:6px;height:6px}.ai-comparison{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.ai-summary-eyebrow{width:100%;margin-top:6px!important}.ai-summary-note{width:100%;margin-top:0!important}.ai-danger-label{font-weight:650;color:var(--danger)!important}.ai-anomaly-counts{gap:10px;width:100%;display:flex}.ai-anomaly-counts span:first-child{color:var(--danger)}.ai-anomaly-counts span+span{border-right:1px solid var(--border);padding-right:10px}.ai-summary-sparkline{height:32px;position:absolute;bottom:32px;left:17px;right:17px}.ai-text-action,.ai-card-link{color:var(--primary);cursor:pointer;background:0 0;border:0;font-size:.63rem;font-weight:600}.ai-text-action{text-align:center;min-height:25px;position:absolute;bottom:6px;left:12px;right:12px}.ai-text-action:hover,.ai-card-link:hover{color:#0755df;text-underline-offset:3px;text-decoration:underline}.ai-primary-grid{grid-template-columns:minmax(270px,1.18fr) minmax(450px,1.9fr) minmax(245px,1fr);gap:12px;margin-top:12px;display:grid}.ai-card{position:relative}.ai-card__header{border-bottom:1px solid #edf0f4;justify-content:center;align-items:center;min-height:43px;padding:8px 14px;display:flex}.ai-card__header h2{color:#263348;margin:0;font-size:.78rem;font-weight:730}.ai-card__header--legend{flex-wrap:wrap;justify-content:space-between;gap:5px 16px;min-height:55px}.ai-card__header--icon{color:#7155f6;justify-content:flex-start}.ai-card__header--icon h2{color:#6550de;margin-right:8px}.ai-chart-legend{color:#7a8698;flex-wrap:wrap;align-items:center;gap:10px 22px;font-size:.625rem;font-weight:500;display:flex}.ai-chart-legend span{align-items:center;gap:7px;display:flex}.ai-line-key{border-top:2px solid;width:22px;height:0;display:block}.ai-line-key--actual{border-color:var(--success)}.ai-line-key--expected{border-color:var(--primary);border-top-style:dashed}.ai-bar-key{border-radius:2px;width:12px;height:8px}.ai-bar-key--prediction{background:var(--success)}.ai-bar-key--expected{border:1px dashed var(--primary);background:#eef4ff}.ai-health-card,.ai-production-card,.ai-anomaly-card{height:246px}.ai-table-wrap{overflow-x:auto}.ai-health-card table{table-layout:fixed}.ai-health-card th,.ai-health-card td{height:26px;padding:0 7px;font-size:.625rem}.ai-health-card th{color:#7b8798;height:28px;font-weight:500}.ai-health-score{direction:ltr;align-items:center;gap:6px;display:flex}.ai-health-score span{text-align:right;min-width:22px}.ai-health-score progress{width:100%;height:4px;color:var(--success);appearance:none;background:#edf0f4;border:0;border-radius:999px;overflow:hidden}.ai-health-score progress::-webkit-progress-bar{background:#edf0f4;border-radius:999px}.ai-health-score progress::-webkit-progress-value{background:currentColor;border-radius:999px}.ai-health-score progress::-moz-progress-bar{background:currentColor;border-radius:999px}.ai-health-card tbody tr:nth-child(5) progress,.ai-health-card tbody tr:nth-child(6) progress{color:var(--warning)}.ai-health-state{border:1px solid;border-radius:5px;justify-content:center;align-items:center;min-width:44px;height:18px;font-size:.625rem;display:inline-flex}.ai-health-state--great,.ai-health-state--good{color:#128c3d;background:#eefaf2;border-color:#c8ecd4}.ai-health-state--medium{color:#d78400;background:#fff9e9;border-color:#f7dda7}.ai-health-state--warning{color:#e77c00;background:#fff5e8;border-color:#ffc98a}.ai-health-state--critical{color:var(--danger);background:#fff0f0;border-color:#ffbab8}.ai-card-link{text-align:center;height:24px;position:absolute;bottom:4px;left:12px;right:12px}.ai-production-content{direction:ltr;grid-template-columns:minmax(0,1fr) 108px;height:calc(100% - 55px);display:grid}.ai-production-chart{min-width:0;height:184px;padding:5px 7px 0 4px;position:relative}.ai-chart-unit{color:#8a94a3;font-size:.625rem;position:absolute;top:5px;left:8px}.ai-efficiency-drop{color:#657187;text-align:center;direction:rtl;background:#fff8f8;border:1px solid #ffcaca;border-radius:9px;align-self:center;margin:4px 10px 4px 0;padding:11px 8px 7px}.ai-efficiency-drop>span{color:var(--danger);font-size:.64rem;font-weight:650;display:block}.ai-efficiency-drop strong{color:var(--danger);margin:8px 0 2px;font-size:1.22rem;font-weight:650;display:block}.ai-efficiency-drop small{font-size:.625rem;display:block}.ai-efficiency-drop button{border:1px solid var(--border);color:#59677d;cursor:pointer;background:#fff;border-radius:6px;width:100%;min-height:28px;margin-top:7px;font-size:.625rem}.ai-efficiency-drop button:hover{color:var(--danger);border-color:#ffabab}.ai-efficiency-drop p{color:#a24d4d;margin:6px 0 0;font-size:.625rem;line-height:1.5}.ai-anomaly-content{justify-content:space-around;align-items:center;gap:10px;height:164px;padding:5px 14px 16px;display:flex}.ai-anomaly-donut{flex:0 0 130px;width:130px;height:130px;position:relative}.ai-anomaly-donut>div:last-child{pointer-events:none;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.ai-anomaly-donut strong{font-size:1.15rem;line-height:1.2}.ai-anomaly-donut span{color:var(--muted);font-size:.625rem}.ai-anomaly-legend{flex-direction:column;flex:1;gap:15px;min-width:80px;margin:0;padding:0;list-style:none;display:flex}.ai-anomaly-legend li,.ai-anomaly-legend span{color:#667085;justify-content:space-between;align-items:center;gap:7px;font-size:.625rem;display:flex}.ai-anomaly-legend i{border-radius:50%;width:8px;height:8px}.ai-anomaly-legend .is-severe{background:var(--danger)}.ai-anomaly-legend .is-medium{background:#ffb23e}.ai-anomaly-legend .is-low{background:#3d8bfd}.ai-secondary-grid{grid-template-columns:minmax(205px,.84fr) minmax(260px,1.05fr) minmax(420px,1.92fr) minmax(220px,.92fr);gap:12px;margin-top:12px;display:grid}.ai-insights-card,.ai-actions-card,.ai-forecast-card,.ai-factors-card{height:254px}.ai-insights-card ul{color:#667085;flex-direction:column;gap:16px;margin:0;padding:17px 18px 35px;font-size:.625rem;line-height:1.75;list-style:none;display:flex}.ai-insights-card li{padding-right:15px;position:relative}.ai-insights-card li i{background:#8359f5;border-radius:50%;width:6px;height:6px;position:absolute;top:7px;right:0}.ai-actions-card ul{margin:0;padding:0 13px 32px;list-style:none}.ai-actions-card li{direction:rtl;border-bottom:1px solid #edf0f4;grid-template-columns:31px minmax(0,1fr) auto;align-items:center;gap:9px;min-height:55px;display:grid}.ai-action-icon{color:#6c64f4;background:#eff0ff;border-radius:50%;place-items:center;width:30px;height:30px;display:grid}.ai-actions-card li>div{flex-direction:column;gap:2px;min-width:0;display:flex}.ai-actions-card strong{color:#313e53;text-overflow:ellipsis;white-space:nowrap;font-size:.625rem;overflow:hidden}.ai-actions-card li>div span{color:#8a94a3;text-overflow:ellipsis;white-space:nowrap;font-size:.625rem;overflow:hidden}.ai-actions-card li>button{color:#158c40;cursor:pointer;background:#eef9f2;border:1px solid #ccebd7;border-radius:6px;align-items:center;gap:4px;min-height:28px;padding:0 9px;font-size:.625rem;font-weight:600;display:inline-flex}.ai-actions-card li>button:hover:not(:disabled){border-color:var(--success);background:#e5f6eb}.ai-actions-card li>button:disabled{cursor:default;opacity:.78}.ai-weekly-chart{height:170px;padding:4px 6px 0;position:relative}.ai-factors-card table{table-layout:fixed}.ai-factors-card th,.ai-factors-card td{text-align:right;height:35px;padding:0 13px;font-size:.625rem}.ai-factors-card th{color:#8a94a3;font-weight:500}.ai-factors-card th:last-child,.ai-factors-card td:last-child{text-align:left}.ai-factors-card td:last-child{color:var(--danger);font-weight:600}.ai-footer{border:1px solid var(--border);background:var(--surface);color:#7b8798;border-radius:9px;justify-content:space-between;align-items:center;gap:18px;min-height:48px;margin-top:14px;padding:8px 20px;font-size:.625rem;display:flex}.ai-footer div{align-items:center;gap:9px;display:flex}.ai-footer svg{color:#6b7890}.ai-live-status{z-index:40;color:#14753a;background:#f0faf3;border:1px solid #bfe7cb;border-radius:8px;max-width:min(360px,100vw - 48px);padding:10px 14px;font-size:.67rem;position:fixed;bottom:24px;left:24px;box-shadow:0 8px 24px #1e2f491f}.ai-live-status:empty{display:none}@media (width>=1281px){.ai-primary-grid{margin-top:15px}.ai-secondary-grid{margin-top:13px}.ai-footer{margin-top:22px}}@media (width<=1280px){.ai-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ai-primary-grid{grid-template-columns:minmax(260px,.9fr) minmax(430px,1.6fr)}.ai-anomaly-card{grid-column:1/-1}.ai-secondary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=900px){.ai-primary-grid{grid-template-columns:1fr}.ai-anomaly-card{grid-column:auto}.ai-production-card{height:auto;min-height:290px}.ai-production-content{min-height:220px}}@media (width<=720px){.ai-summary-grid,.ai-secondary-grid{grid-template-columns:1fr}.ai-summary-card{height:184px}.ai-production-content{grid-template-columns:1fr;min-height:350px}.ai-production-chart{height:230px}.ai-efficiency-drop{width:calc(100% - 24px);margin:0 12px 12px}.ai-health-card,.ai-anomaly-card,.ai-insights-card,.ai-actions-card,.ai-forecast-card,.ai-factors-card{height:auto;min-height:254px}.ai-health-card{min-height:260px}.ai-anomaly-content{min-height:180px}.ai-footer{flex-direction:column;align-items:flex-start}.ai-live-status{bottom:calc(var(--mobile-nav-height) + 12px + env(safe-area-inset-bottom));left:12px}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.inverters-page{flex-direction:column;gap:9px;min-width:0;display:flex}.page-heading--inverters{height:55px}.inverters-panel{border:1px solid var(--border);background:var(--surface);border-radius:12px;min-width:0;overflow:hidden;box-shadow:0 2px 10px #1e2f4908}.inverters-overview{height:268px;padding:0 10px 9px}.inverters-section-title{align-items:center;height:43px;padding-inline:5px;display:flex}.inverters-section-title h2,.inverter-list-header h2,.inverter-error-card h2,.connection-card h2,.performance-header h2{color:#172235;margin:0;font-size:.9rem;font-weight:750}.inverter-summary-grid{direction:rtl;grid-template-columns:repeat(7,minmax(0,1fr));gap:7px;height:215px;display:grid}.inverter-summary{color:#253148;cursor:pointer;text-align:right;background:#fff;border:1px solid #dfe5ec;border-radius:9px;flex-direction:column;min-width:0;padding:11px 12px 9px;transition:border-color .15s,box-shadow .15s;display:flex}.inverter-summary:hover,.inverter-summary.is-selected{border-color:#9fb5a8;box-shadow:0 3px 12px #18a94b14}.inverter-summary:focus-visible,.inverter-search input:focus-visible,.status-filter select:focus-visible,.performance-controls select:focus-visible{outline-offset:1px;outline:3px solid #1769ff2e}.inverter-summary__top,.inverter-summary__hero,.inverter-summary__metrics,.inverter-summary__efficiency{display:flex}.inverter-summary__top{justify-content:space-between;align-items:center;gap:4px}.inverter-summary__top strong{color:#172235;direction:ltr;font-size:.78rem;font-weight:750}.inverter-status{white-space:nowrap;align-items:center;gap:5px;font-size:.62rem;font-weight:600;display:inline-flex}.inverter-status i{background:currentColor;border-radius:50%;flex:0 0 6px;width:6px;height:6px}.inverter-status.is-production{color:var(--success)}.inverter-status.is-offline{color:#667085}.inverter-status.is-error,.error-text{color:var(--danger)}.inverter-summary__hero{justify-content:space-between;align-items:center;gap:5px;min-height:75px}.inverter-summary__image{background:#e5f7e9;border:1px solid #4fc978;border-radius:4px;place-items:center;width:48px;height:54px;display:grid;overflow:hidden}.inverter-summary__image--offline{filter:grayscale();background:#edf1f5;border-color:#7b8798}.inverter-summary__image--error{filter:sepia()saturate(2.1)hue-rotate(305deg);background:#fff0f0;border-color:#ef7777}.inverter-summary__image img{object-fit:contain;mix-blend-mode:multiply;width:44px;height:44px}.inverter-summary__output{text-align:left;direction:rtl;grid-template-columns:auto auto;align-items:baseline;gap:0 4px;display:grid}.inverter-summary__output b{color:#111827;font-size:1.25rem;font-weight:680;line-height:1}.inverter-summary__output small{color:#526077;font-size:.62rem}.inverter-summary__output em{color:#667085;white-space:nowrap;grid-column:1/-1;margin-top:8px;font-size:.56rem;font-style:normal}.inverter-summary__metrics{border-top:1px solid #edf0f4;justify-content:space-between;align-items:center;gap:4px;padding-top:7px}.inverter-summary__metrics span{color:#7b8798;text-align:center;flex-direction:column;gap:3px;font-size:.55rem;display:flex}.inverter-summary__metrics b{color:#253148;direction:ltr;font-size:.59rem;font-weight:600}.inverter-summary__efficiency{color:#667085;justify-content:center;align-items:center;gap:6px;margin-top:7px;font-size:.55rem}.inverter-summary__efficiency b{color:#253148;font-size:.58rem;font-weight:600}.inverter-list-panel{height:250px}.inverter-list-header{border-bottom:1px solid #edf0f4;grid-template-columns:1fr minmax(210px,.38fr) 1fr;align-items:center;gap:14px;height:50px;padding:0 12px;display:grid}.inverter-list-header h2{justify-self:start}.inverter-search{color:#8b95a5;border:1px solid #dbe2ea;border-radius:6px;align-items:center;gap:6px;height:31px;padding:0 10px;display:flex}.inverter-search input{color:#253148;background:0 0;border:0;outline:0;width:100%;min-width:0;padding:0;font-size:.64rem}.inverter-search input::placeholder{color:#a0a8b5}.inverter-list-filters{direction:ltr;justify-self:end;align-items:center;gap:7px;display:flex}.status-filter{color:#526077;background:#fff;border:1px solid #dbe2ea;border-radius:6px;align-items:center;height:31px;display:flex;position:relative}.status-filter select{appearance:none;height:100%;color:inherit;direction:rtl;background:0 0;border:0;padding:0 30px 0 10px;font-size:.62rem}.status-filter svg{pointer-events:none;position:absolute;right:10px}.filter-icon{color:#526077;border:1px solid #dbe2ea;border-radius:6px;place-items:center;width:31px;height:31px;display:grid}.inverter-table-wrap{height:199px;overflow:auto}.inverter-table{table-layout:fixed;font-size:.62rem}.inverter-table th,.inverter-table td{height:25px;padding-inline:8px}.inverter-table th{color:#3f4b60;background:#fbfcfd;height:27px;font-size:.58rem}.inverter-table tbody tr{cursor:pointer;transition:background-color .12s}.inverter-table tbody tr:hover,.inverter-table tbody tr.is-selected{background:#f5fbf7}.inverter-table td button{color:#253148;cursor:pointer;font-size:inherit;direction:ltr;background:0 0;border:0;padding:0;font-weight:600}.inverter-table .inverter-status{justify-content:center}.inverter-empty{color:#7b8798;height:120px!important}.inverter-details-grid{direction:rtl;grid-template-columns:minmax(280px,1.25fr) minmax(175px,.7fr) minmax(520px,2.25fr);gap:9px;height:250px;display:grid}.inverter-error-card header{align-items:center;gap:10px;height:46px;padding-inline:17px;display:flex}.inverter-error-card header span{background:var(--danger);color:#fff;border-radius:50%;place-items:center;width:21px;height:21px;font-size:.65rem;display:grid}.inverter-error-card table{table-layout:fixed;font-size:.55rem}.inverter-error-card th,.inverter-error-card td{height:32px;padding-inline:5px}.inverter-error-card th{height:27px;font-size:.54rem}.inverter-error-card td b{color:#d83e3e;background:#fff3f3;border:1px solid #ffc7c7;border-radius:6px;padding:5px 8px;font-size:.65rem;font-weight:600;display:inline-flex}.view-all-button{height:37px;color:var(--primary);cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;margin:2px 15px 0 auto;font-size:.63rem;font-weight:650;display:flex}.connection-card{padding:0 15px}.connection-card h2{border-bottom:1px solid #edf0f4;height:46px;margin:0 -15px;padding:13px 15px 0}.connection-card dl{flex-direction:column;justify-content:space-around;height:190px;margin:0;display:flex}.connection-card dl div{justify-content:space-between;align-items:center;gap:5px;display:flex}.connection-card dt,.connection-card dd{color:#667085;white-space:nowrap;margin:0;font-size:.59rem}.connection-card dd{color:#253148}.connection-card .online-value{color:var(--success);align-items:center;gap:5px;font-weight:650;display:flex}.online-value i{background:var(--success);border-radius:50%;width:6px;height:6px}.connection-card .signal-bars{direction:ltr;align-items:end;gap:3px;height:17px;display:flex}.signal-bars i{background:var(--success);width:4px}.signal-bars i:first-child{height:6px}.signal-bars i:nth-child(2){height:9px}.signal-bars i:nth-child(3){height:13px}.signal-bars i:nth-child(4){height:17px}.inverter-performance{direction:rtl}.performance-header{justify-content:space-between;align-items:center;gap:10px;height:49px;padding:0 13px;display:flex}.performance-controls{direction:ltr;align-items:center;gap:6px;height:30px;display:flex}.performance-controls select,.performance-controls .solar-date-picker__trigger--icon,.period-tabs{background:#fff;border:1px solid #dbe2ea;border-radius:6px;height:30px}.performance-controls select{color:#253148;min-width:81px;padding-inline:8px;font-size:.62rem}.period-tabs{display:flex;overflow:hidden}.period-tabs button{color:#526077;cursor:pointer;background:#fff;border:0;border-left:1px solid #edf0f4;min-width:48px;font-size:.58rem}.period-tabs button:last-child{border-left:0}.period-tabs button.is-active{background:var(--success);color:#fff;font-weight:650}.performance-controls .solar-date-picker__trigger--icon{color:#52708a}.inverter-trends-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;height:193px;padding:0 10px 9px;display:grid}.inverter-trend{background:#fff;border:1px solid #e5e9ef;border-radius:8px;min-width:0;overflow:hidden}.inverter-trend h3{color:#253148;height:33px;margin:0;padding:9px 10px 0;font-size:.62rem;font-weight:650}.inverter-trend h3 span{font-size:.52rem;font-weight:500}.inverter-trend__chart{height:156px;padding:0 2px 5px}@media (width<=1280px){.inverter-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));height:auto}.inverters-overview{height:auto}.inverter-details-grid{grid-template-columns:minmax(260px,1fr) minmax(165px,.65fr) minmax(460px,2fr)}}@media (width<=1024px){.inverters-overview{height:auto}.inverter-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));padding-bottom:3px}.inverter-details-grid{grid-template-columns:minmax(240px,.9fr) minmax(420px,2fr);height:auto}.inverter-performance{grid-column:1/-1;min-height:260px}.inverter-summary-grid{grid-template-columns:1fr}.inverter-list-header{grid-template-columns:1fr auto;height:auto;padding-block:9px}.inverter-list-header h2{grid-column:1/-1}.inverter-list-panel{height:auto}.inverter-table-wrap{height:auto;overflow:visible}.inverter-table{min-width:0;padding:10px;display:block}.inverter-table thead{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.inverter-table tbody{gap:10px;display:grid}.inverter-table tr{border:1px solid var(--border);background:#fff;border-radius:10px;flex-direction:column;display:flex;overflow:hidden}.inverter-table td{text-align:left;border-bottom:1px solid #edf0f4;justify-content:space-between;align-items:center;gap:16px;width:100%;height:auto;min-height:40px;padding:9px 12px;display:flex}.inverter-table td:before{color:var(--muted);text-align:right;font-weight:600}.inverter-table td:first-child:before{content:"شناسه اینورتر"}.inverter-table td:nth-child(2):before{content:"وضعیت"}.inverter-table td:nth-child(3):before{content:"توان لحظه‌ای (kW)"}.inverter-table td:nth-child(4):before{content:"انرژی امروز (kWh)"}.inverter-table td:nth-child(5):before{content:"دما (°C)"}.inverter-table td:nth-child(6):before{content:"جریان (A)"}.inverter-table td:nth-child(7):before{content:"راندمان (%)"}.inverter-table td:nth-child(8):before{content:"آخرین بروزرسانی"}.inverter-table .inverter-status{justify-content:flex-start}.inverter-table .inverter-empty{place-items:center;height:120px;display:grid}.inverter-table .inverter-empty:before{content:none}.inverter-details-grid{grid-template-columns:1fr}.inverter-performance{grid-column:auto}.connection-card,.inverter-error-card,.inverter-performance{min-height:260px}.performance-header{flex-direction:column;align-items:flex-start;height:auto;padding-block:10px}.performance-controls{direction:rtl;flex-direction:column;align-items:stretch;width:100%;height:auto;overflow:visible}.performance-controls select,.performance-controls .period-tabs,.performance-controls .solar-date-picker,.performance-controls .solar-date-picker__trigger--icon{width:100%}.period-tabs button{flex:1}.inverter-trends-grid{grid-template-columns:repeat(2,minmax(0,1fr));height:auto}.inverter-trend{height:190px}}.performance-page{gap:12px;padding-bottom:6px;display:grid}.performance-filters{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:12px;min-height:66px;display:grid;position:relative}.performance-filter-grid{grid-template-columns:1.35fr repeat(4,minmax(118px,1fr));gap:12px;min-width:0;display:grid}.performance-field{color:#667085;gap:5px;min-width:0;font-size:.7rem;display:grid}.performance-field>span{padding-inline:7px}.performance-field>div{border:1px solid var(--border);color:#536078;background:#fff;border-radius:8px;align-items:center;gap:8px;min-width:0;height:47px;padding:0 13px;display:flex}.performance-field input,.performance-field select{appearance:none;color:#263248;background:0 0;border:0;outline:0;width:100%;min-width:0;font-size:.76rem}.performance-field select{cursor:pointer}.performance-filter-actions{grid-template-columns:155px 120px 128px;gap:9px;display:grid}.performance-filter-actions button{cursor:pointer;background:#fff;border-radius:8px;justify-content:center;align-items:center;gap:10px;height:47px;font-size:.78rem;font-weight:650;display:flex}.performance-apply{border:1px solid var(--primary);color:var(--primary)}.performance-apply:hover{background:#f4f8ff}.performance-toggle,.performance-reset{border:1px solid var(--border);color:#526077}.performance-toggle:hover,.performance-reset:hover{background:#f8fafc;border-color:#aeb8c7}.performance-feedback{z-index:2;min-height:22px;color:var(--success);align-items:center;gap:6px;font-size:.72rem;display:flex;position:absolute;top:100%;left:2px}.performance-metrics{grid-template-columns:repeat(6,minmax(0,1fr));gap:11px;display:grid}.performance-metric{border:1px solid var(--border);background:#fff;border-radius:12px;grid-template-columns:58px minmax(0,1fr);align-items:start;gap:11px;min-width:0;height:140px;padding:20px 14px;display:grid;box-shadow:0 2px 10px #1e2f4908}.performance-metric__icon{border-radius:50%;place-items:center;width:56px;height:56px;display:grid}.performance-tone--green{color:#16a345;background:#e6f7ea}.performance-tone--blue{color:#1769ff;background:#e4edff}.performance-tone--violet{color:#6d4bd1;background:#ede9fe}.performance-tone--red{color:#ef4450;background:#ffe8eb}.performance-tone--orange{color:#f78216;background:#fff0e3}.performance-metric__copy{flex-direction:column;align-items:flex-start;min-width:0;display:flex}.performance-metric__label{color:#263248;white-space:nowrap;align-items:center;gap:5px;min-width:0;font-size:.68rem;font-weight:700;display:flex}.performance-metric__label span{text-overflow:ellipsis;overflow:hidden}.performance-metric__copy>strong{color:#111827;margin-top:18px;font-size:1.52rem;font-weight:650;line-height:1}.performance-metric__copy>span{color:#667085;margin-top:13px;font-size:.62rem}.performance-charts{direction:ltr;gap:12px;display:grid}.performance-charts>*{direction:rtl}.performance-charts--primary{grid-template-columns:minmax(0,1.36fr) minmax(0,1fr)}.performance-charts--secondary{grid-template-columns:minmax(265px,.86fr) minmax(420px,1.42fr) minmax(265px,.86fr)}.performance-chart{border:1px solid var(--border);background:#fff;border-radius:12px;min-width:0;height:314px;overflow:hidden;box-shadow:0 2px 10px #1e2f4908}.performance-charts--secondary .performance-chart{height:226px}.performance-chart__header{justify-content:space-between;align-items:center;gap:12px;min-height:55px;padding:8px 15px;display:flex}.performance-chart__title{color:#526077;align-items:center;gap:7px;display:flex}.performance-chart__title h2{color:#172238;margin:0;font-size:.84rem;font-weight:750}.performance-chart__actions{align-items:center;gap:10px;display:flex}.performance-segmented{border:1px solid var(--border);background:#f8fafc;border-radius:7px;padding:2px;display:flex}.performance-segmented button{color:#667085;cursor:pointer;background:0 0;border:0;border-radius:5px;min-width:54px;padding:5px 9px;font-size:.67rem}.performance-segmented button.is-active{color:var(--primary);background:#fff;box-shadow:0 1px 4px #1e2f491f}.performance-period{border:1px solid var(--border);background:#fff;border-radius:7px;height:35px;display:flex;overflow:hidden}.performance-period>button{border:0;border-left:1px solid var(--border);color:#526077;cursor:pointer;background:#fff;justify-content:center;align-items:center;min-width:33px;display:flex}.performance-period>button:hover{background:#f6f8fb}.performance-period .solar-date-picker{height:100%}.performance-period .solar-date-picker__trigger--period{border-top:0;border-bottom:0;border-right:0;height:33px}.performance-chart__body{width:100%;height:calc(100% - 55px);padding:0 8px 9px}.performance-donut-layout{direction:ltr;grid-template-columns:140px minmax(0,1fr);align-items:center;gap:4px;height:calc(100% - 55px);padding:0 12px 12px;display:grid}.performance-donut{width:140px;height:140px}.performance-donut__value{fill:#111827;font-family:Vazirmatn Variable,sans-serif;font-size:20px;font-weight:700}.performance-donut__unit{fill:#667085;font-family:Vazirmatn Variable,sans-serif;font-size:10px}.performance-legend{direction:rtl;gap:8px;margin:0;padding:0;list-style:none;display:grid}.performance-legend li,.performance-legend li>span{align-items:center;min-width:0;display:flex}.performance-legend li{color:#667085;justify-content:space-between;gap:8px;font-size:.63rem}.performance-legend li>span{gap:7px}.performance-legend i{border-radius:50%;flex:0 0 9px;width:9px;height:9px}.performance-legend strong{color:#263248;font-size:.68rem}@media (width<=1450px){.performance-filters{grid-template-columns:1fr}.performance-filter-actions{justify-content:end}.performance-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.performance-metric{height:128px}.performance-charts--secondary{grid-template-columns:minmax(245px,1fr) minmax(390px,1.55fr)}.performance-chart--distribution{grid-column:1/-1}}@media (width<=1024px){.performance-charts--primary,.performance-charts--secondary{grid-template-columns:1fr}.performance-chart--distribution{grid-column:auto}.performance-page{gap:10px}.performance-filter-grid{grid-template-columns:1fr}.performance-field--date{grid-column:auto}.performance-filter-actions{grid-template-columns:1fr 1fr}.performance-apply{grid-column:1/-1}.performance-metrics{grid-template-columns:1fr}.performance-metric{min-width:0}.performance-chart{height:350px}.performance-charts--secondary .performance-chart{height:250px}.performance-chart__header{flex-direction:column;align-items:flex-start;min-height:66px}.performance-chart__body,.performance-donut-layout{height:calc(100% - 66px)}.performance-donut{width:125px;height:125px}}@media (prefers-reduced-motion:reduce){.performance-page *,.performance-page :before,.performance-page :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}.reports-page{gap:4px;min-width:0;padding-bottom:4px;display:grid}.reports-section,.scheduled-reports,.report-analysis,.report-export{border:1px solid var(--border);background:var(--surface);border-radius:12px;min-width:0;box-shadow:0 2px 10px #1e2f4908}.reports-section__header,.reports-range__header,.reports-card-heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.reports-section__header{min-height:44px;padding:9px 18px 4px}.reports-section__header h2,.reports-range__header h2,.reports-card-heading h2{color:var(--text);margin:0;font-size:.88rem;font-weight:750}.reports-section__header p,.reports-range__header p,.reports-card-heading p{color:var(--muted);margin:3px 0 0;font-size:.64rem}.reports-section__header>span{color:#dd6f08;background:#fff4e8;border-radius:999px;padding:4px 9px;font-size:.65rem;font-weight:700}.report-presets{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;padding:4px 18px 14px;display:grid}.report-preset{border:1px solid var(--border);background:#fff;border-radius:12px;grid-template-rows:1fr 36px;gap:10px;min-width:0;min-height:153px;padding:13px 12px 10px;transition:border-color .15s,box-shadow .15s,transform .15s;display:grid}.report-preset:hover{border-color:#c6d0dd;transform:translateY(-1px);box-shadow:0 7px 18px #1f324c12}.report-preset.is-selected{box-shadow:0 0 0 2px color-mix(in srgb, currentColor 10%, transparent);border-color:currentColor}.report-preset__body{grid-template-columns:46px minmax(0,1fr);align-items:start;gap:10px;min-width:0;display:grid}.report-preset__icon{border-radius:50%;place-items:center;width:44px;height:44px;display:grid}.report-preset h3{color:var(--text);margin:2px 0 0;font-size:.8rem;font-weight:750}.report-preset p{min-height:30px;color:var(--muted);margin:7px 0 0;font-size:.61rem;line-height:1.7}.report-preset__body span{color:var(--muted);margin-top:3px;font-size:.58rem;display:block}.report-preset__body b{color:#8a94a3;font-weight:700}.report-preset__body b.is-active{color:var(--success)}.report-preset>button{cursor:pointer;border:1px solid #0000;border-radius:8px;width:100%;font-size:.7rem;font-weight:700;transition:filter .15s,border-color .15s}.report-preset>button:hover{filter:saturate(1.15);border-color:currentColor}.report-preset--blue{color:var(--primary)}.report-preset--blue .report-preset__icon,.report-preset--blue>button{color:var(--primary);background:#edf3ff}.report-preset--green{color:var(--success)}.report-preset--green .report-preset__icon,.report-preset--green>button{color:var(--success);background:#edf8f0}.report-preset--orange{color:var(--warning)}.report-preset--orange .report-preset__icon,.report-preset--orange>button{color:#e9770b;background:#fff4e9}.report-preset--violet{color:#7048e8}.report-preset--violet .report-preset__icon,.report-preset--violet>button{color:#7048e8;background:#f3efff}.reports-range{padding:6px 18px 8px}.reports-range__header{min-height:26px;margin-bottom:4px}.reports-range__summary{color:var(--muted);align-items:center;gap:6px;font-size:.64rem;display:flex}.reports-range__controls{grid-template-columns:minmax(0,1fr) minmax(330px,420px);align-items:center;gap:18px;min-width:0;display:grid}.reports-range__quick{grid-template-columns:repeat(8,minmax(74px,1fr));gap:8px;min-width:0;display:grid}.reports-range__quick button{border:1px solid var(--border);color:#526077;cursor:pointer;text-overflow:ellipsis;white-space:nowrap;background:#fff;border-radius:8px;min-width:0;height:37px;padding:0 8px;font-size:.65rem;overflow:hidden}.reports-range__quick button:hover{background:#f7faff;border-color:#9bb3d7}.reports-range__quick button.is-active{border-color:var(--success);color:#138a3e;background:#f0faf3;font-weight:700}.reports-range__dates{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:8px;min-width:0;display:grid}.reports-range__dates>span{color:var(--muted);font-size:.66rem}.reports-range__dates .solar-date-picker__trigger{height:37px;font-size:.66rem}.reports-workspace{grid-template-columns:286px minmax(0,1fr) 190px;align-items:stretch;gap:12px;min-width:0;display:grid}.scheduled-reports,.report-export,.report-analysis{overflow:hidden}.reports-card-heading{min-height:40px;color:var(--success);border-bottom:1px solid #edf0f4;padding:10px 14px}.scheduled-reports{flex-direction:column;display:flex}.scheduled-reports__list{gap:8px;padding:4px 10px 10px;display:grid}.schedule-item{border:1px solid var(--border);background:#fff;border-radius:10px;grid-template-columns:40px minmax(0,1fr) 34px;align-items:center;gap:8px;min-width:0;min-height:73px;padding:8px;display:grid}.schedule-item__icon{border-radius:50%;place-items:center;width:38px;height:38px;display:grid}.schedule-item__icon--orange{color:var(--warning);background:#fff2e6}.schedule-item__icon--blue{color:var(--primary);background:#eaf1ff}.schedule-item__icon--green{color:var(--success);background:#eaf7ed}.schedule-item__copy{flex-direction:column;min-width:0;display:flex}.schedule-item__copy strong{color:var(--text);font-size:.67rem;font-weight:750}.schedule-item__copy span,.schedule-item__copy small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:.55rem;overflow:hidden}.schedule-item__copy small{text-align:right;direction:ltr}.schedule-item__control{flex-direction:column;align-items:center;gap:4px;display:flex}.schedule-item__control button{cursor:pointer;background:#aeb7c5;border:0;border-radius:999px;width:29px;height:17px;padding:0;transition:background-color .15s;position:relative}.schedule-item__control button span{background:#fff;border-radius:50%;width:11px;height:11px;transition:transform .15s;position:absolute;top:3px;right:3px;box-shadow:0 1px 2px #0f172a33}.schedule-item__control button.is-active{background:var(--success)}.schedule-item__control button.is-active span{transform:translate(-12px)}.schedule-item__control small{color:var(--muted);font-size:.53rem}.schedule-manage-button{border:1px solid var(--border);color:#536078;cursor:pointer;background:#f8fafc;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:44px;margin:auto 10px 10px;font-size:.68rem;font-weight:700;display:flex}.schedule-manage-button:hover{background:#f1f5f9;border-color:#b9c3d1}.report-analysis{flex-direction:column;min-height:456px;display:flex}.reports-card-heading--analysis{min-height:81px}.report-analysis__content{grid-template-columns:244px minmax(0,1fr);gap:14px;min-width:0;padding:12px 14px 4px;display:grid}.report-summary-table h3,.report-chart-heading h3{color:var(--text);margin:0 0 9px;font-size:.7rem;font-weight:750}.report-summary-table__wrap{border:1px solid var(--border);border-radius:10px;overflow:hidden}.report-summary-table table{border-collapse:collapse;width:100%;font-size:.61rem}.report-summary-table th,.report-summary-table td{text-align:center;border-bottom:1px solid #e8ecf1;border-left:1px solid #e8ecf1;height:38px;padding:6px 8px}.report-summary-table tr:last-child th,.report-summary-table tr:last-child td{border-bottom:0}.report-summary-table th:last-child,.report-summary-table td:last-child{border-left:0}.report-summary-table thead th{color:#344054;background:#f8fafc;font-weight:750}.report-summary-table tbody th{color:#526077;font-weight:550}.report-summary-table tbody td{color:var(--text);font-weight:650}.report-visual{grid-template-rows:auto auto 1fr;min-width:0;display:grid}.report-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;min-width:0;display:grid}.report-metric{border:1px solid var(--border);background:#fff;border-radius:10px;grid-template-rows:auto auto auto;grid-template-columns:29px minmax(0,1fr);align-items:center;min-width:0;min-height:83px;padding:9px;display:grid}.report-metric__icon{width:27px;height:27px;color:var(--success);background:#e8f7ec;border-radius:50%;grid-row:1/span 3;place-items:center;display:grid}.report-metric>span{color:#526077;text-overflow:ellipsis;white-space:nowrap;font-size:.55rem;font-weight:650;overflow:hidden}.report-metric>strong{color:var(--text);font-size:.88rem;font-weight:750;line-height:1}.report-metric>small{color:var(--muted);font-size:.52rem}.report-chart-heading{justify-content:space-between;align-items:end;gap:12px;min-height:43px;display:flex}.report-chart-heading>div{color:var(--muted);align-items:center;gap:14px;font-size:.55rem;display:flex}.report-chart-heading span{align-items:center;gap:5px;display:flex}.report-chart-heading i{border-radius:2px;width:18px;height:3px}.report-chart-heading i.is-production{background:var(--success)}.report-chart-heading i.is-performance{border-top:2px dashed var(--primary);height:0}.report-chart{width:100%;min-width:0;height:218px}.report-analysis__footnote{color:var(--muted);margin-top:auto;padding:8px 16px 11px;font-size:.55rem}.report-export{flex-direction:column;display:flex}.report-export__actions{gap:12px;padding:18px;display:grid}.report-export__actions button{cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:52px;font-size:.76rem;font-weight:750;display:flex}.report-export__pdf{color:#ef3038;background:#fff0f0;border:1px solid #ffd3d3}.report-export__excel{color:#159c47;background:#edf8f0;border:1px solid #cdebd5}.report-export__actions button:hover{filter:saturate(1.2)brightness(.985)}.report-export__status{color:var(--muted);text-align:center;background:#f8fafc;border-radius:8px;margin:auto 12px 12px;padding:10px;font-size:.58rem;line-height:1.7}@media (width<=1380px){.report-presets{scrollbar-width:thin;grid-template-columns:repeat(5,minmax(210px,1fr));overflow-x:auto}.reports-range__controls{grid-template-columns:1fr}.reports-workspace{grid-template-columns:260px minmax(0,1fr)}.report-export{grid-column:1/-1}.report-export__actions{grid-template-columns:repeat(2,minmax(0,220px));justify-content:center}.report-export__status{margin-top:0}}@media (width<=1120px){.reports-workspace{grid-template-columns:1fr}.scheduled-reports__list{grid-template-columns:repeat(2,minmax(0,1fr))}.report-analysis__content{grid-template-columns:220px minmax(0,1fr)}}@media (width<=820px){.reports-section__header>span,.reports-range__summary{display:none}.reports-range__quick{scrollbar-width:thin;grid-template-columns:repeat(8,minmax(100px,1fr));padding-bottom:4px;overflow-x:auto}.report-analysis__content{grid-template-columns:1fr}.report-summary-table{order:2}.report-chart{height:260px}}@media (width<=600px){.reports-page{gap:10px}.reports-section__header,.reports-range,.reports-card-heading,.report-presets{padding-left:12px;padding-right:12px}.reports-range__dates{grid-template-columns:1fr}.reports-range__dates>span{display:none}.scheduled-reports__list,.report-metrics{grid-template-columns:1fr}.report-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.report-analysis__content{padding-left:10px;padding-right:10px}.report-chart-heading{flex-direction:column;align-items:flex-start;padding-top:12px}.report-chart-heading>div{flex-wrap:wrap}.report-export__actions{grid-template-columns:1fr}}.sensors-view{min-width:0}.sensor-card,.sensor-metric{border:1px solid var(--border);background:var(--surface);border-radius:12px;min-width:0;overflow:hidden;box-shadow:0 2px 10px #1e2f490a}.sensor-metrics-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:13px;display:grid}.sensor-metric{direction:ltr;grid-template-columns:62px 1fr;gap:13px;height:205px;padding:21px 17px 13px;display:grid;position:relative}.sensor-metric__icon{border-radius:50%;place-items:center;width:58px;height:58px;display:grid}.sensor-metric--orange .sensor-metric__icon{color:var(--warning);background:#fff1e3}.sensor-metric--red .sensor-metric__icon{color:var(--danger);background:#fee9e9}.sensor-metric--green .sensor-metric__icon{color:var(--success);background:#e8f8ed}.sensor-metric--blue .sensor-metric__icon{color:var(--primary);background:#e8efff}.sensor-metric__content{text-align:right;direction:rtl;min-width:0}.sensor-metric__content h2{color:#202b3f;margin:0;font-size:.82rem;font-weight:700}.sensor-metric__value{align-items:baseline;gap:7px;margin-top:12px;display:flex}.sensor-metric__value strong{color:var(--text);font-size:1.77rem;font-weight:650;line-height:1}.sensor-metric__value span{color:var(--muted);direction:ltr;font-size:.72rem}.sensor-metric__moment{color:var(--muted);margin-top:10px;font-size:.67rem;display:block}.sensor-metric__content p{color:var(--muted);white-space:nowrap;align-items:center;gap:7px;margin:19px 0 0;font-size:.68rem;display:flex}.sensor-metric__trend{direction:rtl;align-items:center;gap:2px;font-weight:650;display:inline-flex}.sensor-metric__trend small{direction:ltr;font-size:.58rem}.sensor-metric__trend--success{color:var(--success)}.sensor-metric__trend--warning{color:var(--warning)}.sensor-metric__trend--danger{color:var(--danger)}.sensor-sparkline{height:38px;position:absolute;bottom:10px;left:15px;right:15px}.sensor-card__header{align-items:center;height:49px;padding:0 20px;display:flex}.sensor-card__header h2{color:#182237;margin:0;font-size:.91rem;font-weight:750}.sensor-card__header--split{justify-content:space-between}.sensor-middle-grid{direction:rtl;grid-template-columns:minmax(360px,.74fr) minmax(560px,1fr);gap:13px;margin-top:13px;display:grid}.weather-card,.sensor-trends-card{height:284px}.sensor-range-button{color:#4d5a70;cursor:pointer;background:#fff;border:1px solid #dce2ea;border-radius:7px;justify-content:space-between;align-items:center;gap:8px;min-width:81px;height:29px;padding:0 10px;font-size:.65rem;font-weight:650;display:flex}.sensor-range-button:hover{background:#f8fafc;border-color:#aeb9c8}.sensor-trend-chart{height:calc(100% - 49px);padding:0 13px 8px 8px;position:relative}.weather-card__overview{direction:ltr;grid-template-columns:1.05fr 1fr;align-items:center;height:130px;padding:0 35px;display:grid}.weather-card__current{color:#f5a000;justify-content:center;align-items:center;gap:27px;display:flex}.weather-card__current>div{text-align:center;direction:rtl}.weather-card__current strong{color:#273348;font-size:.78rem;display:block}.weather-card__current p{color:#111827;margin:15px 0 0;font-size:1.72rem;font-weight:650;line-height:1}.weather-card__current p span{color:#667085;font-size:.82rem;font-weight:500}.weather-card__current small{color:#667085;margin-top:8px;font-size:.66rem;display:block}.weather-card__facts{color:#667085;direction:rtl;flex-direction:column;gap:7px;margin:0;display:flex}.weather-card__facts div{justify-content:space-between;align-items:center;gap:28px;display:flex}.weather-card__facts dt,.weather-card__facts dd{margin:0;font-size:.66rem}.weather-card__facts dd{color:#273348;direction:ltr;font-weight:650}.weather-card__forecast{border-top:1px solid var(--border);direction:rtl;grid-template-columns:repeat(5,1fr);height:93px;margin:0 20px;display:grid}.weather-card__forecast>div{border-left:1px solid #e9edf2;flex-direction:column;justify-content:center;align-items:center;gap:6px;display:flex}.weather-card__forecast>div:first-child{border-left:0}.weather-card__forecast time{color:#667085;font-size:.61rem}.weather-card__forecast svg{color:#f5a000}.weather-card__forecast strong{color:#273348;font-size:.66rem;font-weight:600}.sensor-bottom-grid{direction:rtl;grid-template-columns:minmax(275px,.37fr) minmax(620px,1fr);gap:13px;margin-top:13px;display:grid}.sensor-summary-card,.correlation-card{height:236px}.sensor-summary-card__body{direction:ltr;grid-template-columns:54% 1fr;align-items:center;height:calc(100% - 49px);padding:0 23px 9px;display:grid}.sensor-summary-donut{justify-self:center;width:139px;height:139px;position:relative}.sensor-summary-donut>div:last-child{color:#111827;direction:rtl;flex-direction:column;justify-content:center;align-items:center;gap:7px;display:flex;position:absolute;inset:0}.sensor-summary-donut strong{font-size:.77rem;font-weight:750}.sensor-summary-donut span{color:var(--success);font-size:.79rem;font-weight:650}.sensor-status-list{color:#667085;direction:rtl;flex-direction:column;gap:14px;margin:0;padding:0;font-size:.68rem;list-style:none;display:flex}.sensor-status-list li{justify-content:space-between;align-items:center;gap:14px;display:flex}.sensor-status-list li span{align-items:center;gap:10px;display:flex}.sensor-status-list i{border-radius:50%;width:10px;height:10px;display:block}.sensor-status-list b{color:#202b3f;font-weight:650}.correlation-card__body{direction:ltr;grid-template-columns:1fr 205px;height:calc(100% - 49px);display:grid}.correlation-card>.sensor-card__header{justify-content:center}.correlation-chart{min-width:0;height:100%;padding:0 2px 7px 15px}.correlation-card__coefficients{color:#667085;direction:rtl;padding:2px 20px 0 6px}.correlation-card__coefficients>p{margin:0 0 10px;font-size:.64rem}.correlation-card__coefficients ul{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.correlation-card__coefficients li{justify-content:space-between;align-items:center;gap:11px;min-height:21px;font-size:.66rem;display:flex}.coefficient{direction:ltr;border-radius:8px;place-items:center;min-width:48px;height:23px;font-size:.65rem;font-weight:700;display:grid}.coefficient--green{color:#169843;background:#e9f8ed}.coefficient--orange{color:#e77a10;background:#fff1e2}.coefficient--red{color:#e84444;background:#feeaea}.sensor-refresh-footer{color:#7b8798;justify-content:center;align-items:end;gap:6px;height:33px;font-size:.66rem;display:flex}.sensor-refresh-footer button{color:#667085;cursor:pointer;background:0 0;border:0;place-items:center;width:25px;height:25px;padding:0;display:grid}.sensor-refresh-footer button:disabled{cursor:wait;opacity:.58}@media (width<=1280px){.sensor-metric{grid-template-columns:49px 1fr;gap:9px;padding-inline:12px}.sensor-metric__icon{width:48px;height:48px}.sensor-metric__content p{font-size:.59rem}.weather-card__overview{padding-inline:16px}.weather-card__current{gap:14px}.correlation-card__body{grid-template-columns:1fr 175px}}@media (width<=1080px){.sensor-metrics-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.sensor-middle-grid,.sensor-bottom-grid{grid-template-columns:1fr}.weather-card,.sensor-trends-card,.sensor-summary-card,.correlation-card{height:auto;min-height:284px}.sensor-trend-chart{height:240px}.sensor-summary-card__body{min-height:215px}.correlation-card__body{min-height:230px}}@media (width<=720px){.sensor-metrics-grid{grid-template-columns:1fr}.sensor-metric{height:185px}.sensor-middle-grid{min-width:0}.sensor-card__header{gap:10px;height:auto;min-height:53px;padding:10px 14px}.sensor-card__header h2{font-size:.79rem}.sensor-range-button{flex:0 0 76px}.sensor-trend-chart{height:270px;overflow-x:auto}.weather-card__overview{grid-template-columns:1fr;gap:20px;height:auto;padding:12px 22px 22px}.weather-card__facts{width:100%}.weather-card__forecast{grid-template-columns:repeat(5,minmax(68px,1fr));height:auto;margin:0;overflow-x:auto}.weather-card__forecast>div{min-height:91px}.sensor-summary-card__body{grid-template-columns:1fr;gap:13px;padding:10px 35px 20px}.sensor-status-list{width:100%}.correlation-card__body{grid-template-columns:1fr}.correlation-chart{height:260px;padding-inline:4px}.correlation-card__coefficients{padding:8px 25px 20px}}.strings-page{color:#253148;flex-direction:column;gap:10px;min-width:0;display:flex}.strings-toolbar{direction:ltr;align-items:center;gap:12px;min-height:42px;margin-top:-61px;display:flex}.strings-toolbar>*{direction:rtl}.auto-refresh,.string-select{color:#526077;background:#fff;border:1px solid #dce3eb;border-radius:8px;align-items:center;gap:8px;height:36px;font-size:.7rem;display:flex}.auto-refresh{cursor:pointer;padding:0 12px}.auto-refresh svg{color:#93a0b0}.auto-refresh.is-active svg{color:var(--success);animation:5s linear infinite spin}.string-select{min-width:155px;padding-left:9px;position:relative}.string-select select{width:100%;height:100%;color:inherit;cursor:pointer;appearance:none;background:0 0;border:0;outline:0;padding:0 12px}.string-select svg{pointer-events:none;position:absolute;left:10px}.strings-overview-grid{direction:rtl;grid-template-columns:minmax(245px,.72fr) minmax(405px,1.25fr) minmax(430px,1.34fr);gap:10px;display:grid}.string-card{border:1px solid var(--border);background:var(--surface);border-radius:12px;min-width:0;overflow:hidden;box-shadow:0 2px 10px #1e2f490a}.string-card__header{justify-content:space-between;align-items:center;min-height:42px;padding:0 14px;display:flex}.string-card__header h2,.strings-table-header h2,.string-gauge-card h2{color:#172235;margin:0;font-size:.78rem;font-weight:750}.string-card__header>svg{color:#7b8798}.string-summary-card,.heatmap-card,.panel-map-card{height:280px}.string-summary-card{grid-template-rows:43px 75px 78px minmax(64px,1fr);padding:0 16px 9px;display:grid}.string-summary-card .string-card__header{grid-column:1/-1;padding:0}.summary-main{grid-template-columns:78px minmax(0,1fr);align-items:center;display:grid}.summary-shield{width:62px;height:62px;color:var(--success);background:#e8f7ec;border-radius:50%;place-items:center;display:grid}.summary-count{flex-direction:column;justify-content:center;min-width:0;display:flex}.summary-total{font-size:1.25rem}.summary-count span{color:var(--muted);font-size:.65rem}.string-summary-card ul{border-top:1px solid #edf0f4;border-bottom:1px solid #edf0f4;flex-direction:column;gap:7px;margin:0;padding:8px 0 6px;list-style:none;display:flex}.string-summary-card li{color:#667085;justify-content:space-between;align-items:center;font-size:.62rem;display:flex}.string-summary-card li span,.panel-legend span{align-items:center;gap:7px;display:flex}.string-summary-card li i,.panel-legend i,.table-status i{background:currentColor;border-radius:50%;width:7px;height:7px}.excellent{color:var(--success)}.good{color:#3f8ff7}.warning{color:var(--warning)}.critical{color:var(--danger)}.offline{color:#98a2b3}.summary-ring{color:#667085;align-items:center;gap:13px;padding-top:9px;font-size:.62rem;display:flex}.summary-ring>div{width:54px;height:54px;position:relative}.summary-ring strong{place-items:center;font-size:.78rem;display:grid;position:absolute;inset:0}.heatmap-card{padding:0 13px}.heatmap-wrap{height:225px;padding:6px 7px 42px 54px;position:relative}.heatmap-grid{grid-template-rows:repeat(6,1fr);grid-template-columns:repeat(10,1fr);gap:2px;height:156px;display:grid}.heat-cell{border-radius:1px}.heat-cell--0{background:#ef4444}.heat-cell--1{background:#ff9234}.heat-cell--2{background:#f8d866}.heat-cell--3{background:#9bd56f}.heat-cell--4{background:#20a84c}.heat-x-labels{color:#667085;text-align:center;grid-template-columns:repeat(10,1fr);margin-top:6px;font-size:.56rem;display:grid}.heat-y-labels{color:#526077;grid-template-rows:repeat(6,1fr);width:49px;height:156px;font-size:.56rem;display:grid;position:absolute;top:6px;left:0}.heat-y-labels span{align-items:center;display:flex}.heat-legend{color:#667085;direction:rtl;justify-content:center;align-items:center;gap:9px;margin-top:8px;font-size:.55rem;display:flex}.heat-legend div{direction:ltr;border-radius:2px;grid-template-columns:repeat(5,1fr);width:55%;height:9px;display:grid;overflow:hidden}.panel-map-card{flex-direction:column;display:flex}.panel-map-content{min-height:188px;padding:3px 12px 2px 48px;position:relative}.panel-rows{flex-direction:column;justify-content:space-evenly;height:100%;display:flex}.panel-row{color:#526077;cursor:pointer;text-align:right;background:0 0;border:1px solid #0000;border-radius:5px;grid-template-columns:63px 1fr;align-items:center;min-height:26px;padding:2px 4px;font-size:.56rem;display:grid}.panel-row:hover,.panel-row.is-selected{background:#f7faff;border-color:#bad0ff}.panel-blocks{direction:ltr;grid-template-columns:repeat(5,1fr);gap:12px;display:grid}.panel-group{grid-template-columns:repeat(5,1fr);gap:1px;display:grid}.panel-cell{border:1px solid #ffffffa6;border-radius:1px;height:15px}.panel-cell--blue{background:#3f8ff7}.panel-cell--green{background:#55bd5e}.panel-cell--orange{background:#f5a623}.panel-cell--red{background:#ef4444}.panel-cell--muted{background:#aab5c4}.map-zoom{border:1px solid #dce3eb;border-radius:5px;flex-direction:column;display:flex;position:absolute;bottom:6px;left:8px;overflow:hidden}.map-zoom button{cursor:pointer;background:#fff;border:0;border-bottom:1px solid #e4e9ef;place-items:center;width:28px;height:27px;display:grid}.map-zoom button:last-child{border-bottom:0}.panel-legend{color:#667085;justify-content:center;align-items:center;gap:16px;min-height:40px;padding:0 12px;font-size:.56rem;display:flex}.strings-health-grid{direction:rtl;grid-template-columns:minmax(390px,1.34fr) minmax(300px,.8fr) minmax(420px,1.25fr);gap:10px;height:216px;display:grid}.strings-health-grid>*{direction:rtl}.gauge-grid{direction:rtl;grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.string-gauge-card{flex-direction:column;align-items:center;height:216px;padding:16px 8px 10px;display:flex}.string-gauge-card h2{text-align:center;min-height:24px}.string-gauge{width:124px;height:125px;position:relative}.string-gauge__label{flex-direction:column;align-items:center;display:flex;position:absolute;inset:43px 0 0}.string-gauge__label strong{font-size:1.22rem}.string-gauge__label span{color:#667085;margin-top:5px;font-size:.58rem}.string-gauge-card>small{color:#7b8798;margin-top:-13px;font-size:.55rem}.live-values-card{height:216px}.live-values-card .string-card__header{min-height:45px}.string-card__header button{color:#667085;cursor:pointer;background:#fff;border:1px solid #dce3eb;border-radius:6px;align-items:center;gap:7px;height:28px;padding:0 9px;font-size:.55rem;display:flex}.live-values-grid{direction:rtl;grid-template-columns:repeat(3,1fr);gap:6px;padding:4px 9px;display:grid}.live-values-grid>div{border:1px solid #e3e8ee;border-radius:7px;flex-direction:column;justify-content:center;align-items:center;height:65px;display:flex;position:relative;overflow:hidden}.live-values-grid span{color:#667085;font-size:.54rem}.live-values-grid strong{margin-top:3px;font-size:.82rem}.live-values-grid .is-warning strong{color:var(--warning)}.live-values-grid .is-critical strong{color:var(--danger)}.string-spark{width:80%;height:17px}.live-values-card footer{color:#7b8798;justify-content:center;align-items:center;gap:12px;font-size:.55rem;display:flex}.live-values-card footer strong{color:#526077}.current-values{grid-template-columns:repeat(4,1fr)}.current-values>div{height:65px}.current-values .average-tile{grid-column:span 2}.current-card footer{display:none}.strings-table-card{min-height:274px}.strings-table-header{border-bottom:1px solid #e5e9ef;justify-content:center;align-items:center;height:43px;padding:0 10px;display:flex;position:relative}.strings-table-header button{color:#526077;cursor:pointer;background:#fff;border:1px solid #dce3eb;border-radius:6px;align-items:center;gap:6px;height:30px;padding:0 10px;font-size:.62rem;display:flex;position:absolute;left:9px}.strings-table-header button.is-exported{color:var(--success);border-color:#b6e0c4}.strings-table-wrap{overflow-x:auto}.strings-table{table-layout:fixed;color:#3f4b60;min-width:1040px;font-size:.58rem}.strings-table th,.strings-table td{border-bottom:1px solid #e6eaf0;border-left:1px solid #e6eaf0;height:30px;padding:0 8px}.strings-table th{color:#526077;background:#fbfcfd;height:31px;font-weight:680}.strings-table th:last-child,.strings-table td:last-child{border-left:0}.table-status{align-items:center;gap:7px;display:inline-flex}.table-status--excellent{color:var(--success)}.table-status--warning{color:var(--warning)}.table-status--critical{color:var(--danger)}.strings-table-footer{color:#7b8798;direction:rtl;justify-content:space-between;align-items:center;min-height:45px;padding:0 13px;font-size:.58rem;display:flex}.strings-table-footer nav{direction:ltr;align-items:center;gap:4px;display:flex}.strings-table-footer button{color:#526077;cursor:pointer;background:0 0;border:0;border-radius:5px;min-width:27px;height:27px}.strings-table-footer button.is-current{background:var(--success);color:#fff}@media (width<=1280px){.strings-overview-grid{grid-template-columns:minmax(210px,.66fr) minmax(350px,1.08fr) minmax(360px,1.15fr)}.panel-map-content{padding-left:38px}.panel-blocks{gap:7px}.strings-health-grid{grid-template-columns:minmax(350px,1.2fr) minmax(270px,.78fr) minmax(350px,1.1fr)}.string-gauge{width:105px}}@media (width<=1024px){.strings-toolbar{margin-top:0;margin-bottom:0}.strings-overview-grid{grid-template-columns:1fr 1.45fr}.panel-map-card{grid-column:1/-1}.strings-health-grid{grid-template-columns:1fr 1fr;height:auto}.gauge-grid{grid-column:1/-1}.strings-toolbar{flex-wrap:wrap}.string-summary-card,.heatmap-card,.panel-map-card{height:280px}.strings-toolbar{flex-direction:column;align-items:stretch}.auto-refresh,.string-select{width:100%}.strings-overview-grid,.strings-health-grid{grid-template-columns:1fr}.panel-map-card,.gauge-grid{grid-column:auto}.gauge-grid{grid-template-columns:1fr}.strings-overview-grid>*,.live-values-card{height:auto;min-height:250px}.panel-blocks{gap:3px}.panel-row{grid-template-columns:62px 1fr}.panel-cell{height:11px}.current-values{grid-template-columns:repeat(2,1fr)}.strings-table-header{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:10px;height:auto;min-height:86px;padding:14px}.strings-table-header button{justify-content:center;width:100%;position:static}.strings-table-wrap{overflow:visible}.strings-table{min-width:0;padding:10px;display:block}.strings-table thead{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.strings-table tbody{gap:10px;display:grid}.strings-table tr{border:1px solid var(--border);background:#fff;border-radius:10px;flex-direction:column;display:flex;overflow:hidden}.strings-table td{text-align:left;border-bottom:1px solid #e6eaf0;border-left:0;justify-content:space-between;align-items:center;gap:16px;width:100%;height:auto;min-height:40px;padding:8px 12px;display:flex}.strings-table td:before{color:var(--muted);text-align:right;font-weight:600}.strings-table td:first-child:before{content:"ردیف"}.strings-table td:nth-child(2):before{content:"استرینگ"}.strings-table td:nth-child(3):before{content:"اینورتر"}.strings-table td:nth-child(4):before{content:"تعداد پنل"}.strings-table td:nth-child(5):before{content:"توان DC (kW)"}.strings-table td:nth-child(6):before{content:"جریان رشته (A)"}.strings-table td:nth-child(7):before{content:"ولتاژ رشته (V)"}.strings-table td:nth-child(8):before{content:"عملکرد نرمال (%)"}.strings-table td:nth-child(9):before{content:"اختلاف عملکرد (%)"}.strings-table td:nth-child(10):before{content:"وضعیت"}.strings-table td:nth-child(11):before{content:"آخرین به‌روزرسانی"}.strings-table-footer{flex-flow:column wrap;align-items:stretch;gap:8px;padding-block:12px}.strings-table-footer nav{justify-content:center}}.more-page{width:min(100%,1040px);margin:0 auto;padding:8px 0 24px}.more-page__header{align-items:center;gap:14px;margin-bottom:20px;display:flex}.more-page__heading-icon{width:48px;height:48px;color:var(--primary);background:#1769ff14;border:1px solid #1769ff24;border-radius:12px;flex:0 0 48px;place-items:center;display:grid}.more-page__header h1,.more-page__logout h2,.more-page__header p,.more-page__logout p{margin:0}.more-page__header h1{color:var(--text);font-size:1.22rem;font-weight:750}.more-page__header p{color:var(--muted);margin-top:4px;font-size:.86rem;line-height:1.75}.more-page__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0;padding:0;list-style:none;display:grid}.more-page__destination{border:1px solid var(--border);background:var(--surface);width:100%;min-height:88px;color:var(--text);cursor:pointer;text-align:right;border-radius:12px;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:13px;padding:14px 16px;transition:border-color .15s,background-color .15s,box-shadow .15s,transform .15s;display:grid}.more-page__destination:hover{background:#1769ff05;border-color:#1769ff47;transform:translateY(-1px);box-shadow:0 6px 18px #1e2f490f}.more-page__destination:focus-visible{border-color:var(--primary);outline-offset:2px;outline:3px solid #1769ff2e}.more-page__destination-icon{width:48px;height:48px;color:var(--primary);background:#1769ff14;border-radius:10px;place-items:center;display:grid}.more-page__destination-copy{flex-direction:column;gap:3px;min-width:0;display:flex}.more-page__destination-copy strong{font-size:.92rem;font-weight:700}.more-page__destination-copy span{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;line-height:1.6;overflow:hidden}.more-page__destination-caret{color:#98a2b3;transition:transform .15s}.more-page__destination:hover .more-page__destination-caret{color:var(--primary);transform:translate(-2px)}.more-page__logout{border:1px solid var(--border);background:var(--surface);border-radius:12px;justify-content:space-between;align-items:center;gap:20px;margin-top:24px;padding:18px 20px;display:flex}.more-page__logout h2{font-size:.93rem;font-weight:700}.more-page__logout p{color:var(--muted);margin-top:3px;font-size:.78rem;line-height:1.7}.more-page__logout button{color:#d92d20;cursor:pointer;background:#ef44440f;border:1px solid #ef44444d;border-radius:8px;flex:none;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:0 16px;font-size:.86rem;font-weight:700;transition:border-color .15s,background-color .15s;display:inline-flex}.more-page__logout button:hover{background:#ef44441a;border-color:#ef444475}.more-page__logout button:focus-visible{outline-offset:2px;outline:3px solid #ef44442e}@media (width<=720px){.more-page{padding-top:4px}.more-page__header{align-items:flex-start;margin-bottom:16px}.more-page__heading-icon{flex-basis:44px;width:44px;height:44px}.more-page__header h1{font-size:1.08rem}.more-page__grid{grid-template-columns:1fr}.more-page__destination{grid-template-columns:44px minmax(0,1fr) auto;min-height:78px;padding:12px 14px}.more-page__destination-icon{width:44px;height:44px}.more-page__logout{flex-direction:column;align-items:stretch;margin-top:16px;padding:16px}.more-page__logout button{width:100%}}@media (width<=380px){.more-page__header p,.more-page__destination-copy span{white-space:normal}}@font-face{font-family:Vazirmatn Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/vazirmatn-arabic-wght-normal-59GBIImt.woff2)format("woff2-variations");unicode-range:U+6??,U+750-77F,U+870-88E,U+890-891,U+897-8E1,U+8E3-8FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1}@font-face{font-family:Vazirmatn Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/vazirmatn-latin-ext-wght-normal-tDTa1Fj6.woff2)format("woff2-variations");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Vazirmatn Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/vazirmatn-latin-wght-normal-BFexNX-K.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{color:#111827;font-synthesis:none;text-rendering:optimizelegibility;--primary:#1769ff;--success:#18a94b;--warning:#f58b16;--danger:#ef4444;--text:#111827;--muted:#667085;--border:#e1e6ed;--surface:#fff;--canvas:#f8fafc;--mobile-nav-height:82px;background:#f8fafc;font-family:Vazirmatn Variable,Vazirmatn,Tahoma,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--canvas);min-width:320px;min-height:100vh;margin:0}.api-state{min-height:240px;color:var(--muted);background:var(--surface);border:1px solid var(--border);text-align:right;border-radius:12px;justify-content:center;align-items:center;gap:12px;padding:32px;display:flex}.api-state__spinner{border:2px solid #dbe4f0;border-top-color:var(--primary);border-radius:50%;width:22px;height:22px;animation:.8s linear infinite api-state-spin}.api-state--error{color:#b42318}.api-state--error>div{gap:2px;display:grid}.api-state--error span{color:var(--muted)}.api-state--error button{border:1px solid var(--border);background:var(--surface);color:var(--primary);font:inherit;cursor:pointer;border-radius:8px;align-items:center;gap:6px;margin-inline-start:8px;padding:8px 12px;font-weight:650;display:inline-flex}@keyframes api-state-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.api-state__spinner{animation-duration:1.8s}}button,input,select{font:inherit}button{color:inherit}button:focus-visible,a:focus-visible{outline-offset:2px;outline:3px solid #1769ff38}.dashboard{background:var(--canvas);min-height:100vh;color:var(--text)}.dashboard--dim{filter:saturate(.72)brightness(.92)}@media (width>=1281px){.dashboard--sensors .sidebar,.dashboard--ai .sidebar{width:244px}.dashboard--sensors .app-shell,.dashboard--ai .app-shell{margin-right:244px}.dashboard--ai .dashboard-main{padding-bottom:13px;padding-left:22px;padding-right:26px}.dashboard--ai .page-heading{height:63px;padding-top:7px}}.sidebar{z-index:20;border-left:1px solid var(--border);background:#fff;flex-direction:column;width:274px;padding:20px 12px 14px;display:flex;position:fixed;top:71px;bottom:0;right:0}.sidebar-nav{flex-direction:column;flex:1;gap:4px;display:flex}.nav-item{color:#526077;cursor:pointer;text-align:right;background:0 0;border:0;border-radius:7px;align-items:center;gap:15px;width:100%;min-height:51px;padding:0 22px;font-size:.93rem;transition:background-color .15s,color .15s;display:flex;position:relative}.nav-item:hover{color:#1f2b3d;background:#f6faf7}.nav-item span{flex:1}.nav-item--compact{white-space:nowrap;gap:10px;padding-inline:10px;font-size:.8rem}.nav-item--active{color:#159c47;background:#eff8f2;font-weight:700}.nav-item--active:after{background:var(--success);content:"";border-radius:0 5px 5px 0;width:4px;height:100%;position:absolute;top:0;right:-12px}.nav-badge{color:#fff;background:#fb4e52;border-radius:50%;place-items:center;width:23px;height:23px;font-size:.72rem;display:grid}.sidebar-divider{background:#e9edf2;height:1px;margin:10px 2px 22px}.logout-button{border:1px solid var(--border);color:#526077;cursor:pointer;background:#fff;border-radius:8px;justify-content:center;align-items:center;gap:13px;height:56px;font-size:1rem;font-weight:650;display:flex}.logout-button:hover{color:#d64545;border-color:#ffb4b4}.mobile-bottom-nav{display:none}.app-shell{min-height:100vh;margin-right:274px}.topbar{z-index:30;border-bottom:1px solid var(--border);background:#fffffffa;grid-template-columns:1fr auto 1fr;align-items:center;height:71px;padding:0 30px;display:grid;position:fixed;top:0;left:0;right:0}.brand-lockup{align-items:center;gap:25px;display:flex}.brand-lockup img{object-fit:contain;width:92px;height:58px}.brand-lockup strong{border-right:1px solid var(--border);padding-right:25px;font-size:.92rem;font-weight:750}.topbar-meta{align-items:stretch;height:39px;display:flex}.date-block,.weather-block{border-right:1px solid var(--border);justify-content:center;align-items:center;min-width:139px;display:flex}.date-block{flex-direction:column;gap:3px}.weather-block{gap:12px}.weather-block>svg{color:#f4a000}.weather-block div{flex-direction:column;gap:2px;display:flex}.date-block strong,.weather-block strong{font-size:.79rem}.date-block span,.weather-block span{color:var(--muted);font-size:.72rem}.topbar-actions{direction:ltr;justify-content:flex-start;align-items:center;gap:8px;display:flex}.topbar-actions button{color:#526077;cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;width:42px;height:42px;display:grid}.topbar-actions button:hover{background:#f1f5f9}.topbar-actions .avatar{color:#fff;background:#079d46;width:38px;height:38px;font-size:.79rem}.notification-button{position:relative}.notification-button span{color:#fff;background:#fb4e52;border:2px solid #fff;border-radius:50%;place-items:center;width:18px;height:18px;font-size:.56rem;display:grid;position:absolute;top:-1px;right:-2px}.dashboard-main{min-height:100vh;padding:71px 28px 16px}.page-heading{height:70px;color:var(--success);align-items:center;gap:13px;display:flex}.page-heading h1{color:#152238;margin:0;font-size:1.47rem;font-weight:780}.page-heading--reports{height:64px}.metrics-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:11px;display:grid}.metric-card{border:1px solid var(--border);background:#fff;border-radius:12px;grid-template-rows:1fr 35px;grid-template-columns:57px 1fr;column-gap:12px;min-width:0;height:161px;padding:19px 16px 11px;display:grid;position:relative;overflow:hidden;box-shadow:0 2px 10px #1e2f4908}.metric-icon{border-radius:50%;place-items:center;width:56px;height:56px;display:grid}.metric-icon--green{color:#11a33f;background:#e5f7e9}.metric-icon--blue{color:#1769ff;background:#e4edff}.metric-icon--orange{color:#f78216;background:#fff0e3}.metric-copy{flex-direction:column;align-items:flex-start;min-width:0;display:flex}.metric-label{color:#273348;font-size:.75rem;font-weight:700}.metric-value{direction:rtl;align-items:baseline;gap:8px;margin-top:11px;display:flex}.metric-value strong{color:#111827;font-size:1.52rem;font-weight:650;line-height:1}.metric-value span{color:#667085;font-size:.74rem}.metric-value.is-healthy strong,.process-detail.is-healthy span:last-child{color:var(--success)}.metric-copy small{color:#667085;margin-top:12px;font-size:.62rem}.sparkline{height:32px;position:absolute;bottom:10px;left:14px;right:14px}.overview-grid{direction:ltr;grid-template-columns:minmax(0,3.1fr) minmax(245px,.92fr);gap:14px;margin-top:13px;display:grid}.overview-grid>*{direction:rtl}.bottom-grid{grid-template-columns:minmax(0,1.55fr) minmax(430px,1fr);gap:14px;margin-top:13px;display:grid}.card{border:1px solid var(--border);background:#fff;border-radius:12px;min-width:0;overflow:hidden;box-shadow:0 2px 10px #1e2f4908}.card-header{border-bottom:1px solid var(--border);justify-content:center;align-items:center;height:43px;display:flex}.card-header h2{color:#253148;margin:0;font-size:.76rem;font-weight:750}.schematic-card{height:296px}.process-flow{grid-template-columns:1.2fr 34px 1fr 34px .85fr 34px 1.1fr 34px .8fr;align-items:center;height:217px;padding:8px 23px 0;display:grid}.process-node{text-align:center;flex-direction:column;align-items:center;min-width:0;height:195px;display:flex}.process-node>strong{color:#172235;justify-content:center;align-items:center;min-height:33px;font-size:.69rem;line-height:1.2;display:flex}.process-image-wrap{justify-content:center;align-items:center;width:100%;height:106px;display:flex;overflow:hidden}.process-image-wrap img{object-fit:contain;width:100%;height:100%;display:block}.process-detail{color:#526077;flex-direction:column;gap:3px;min-height:43px;font-size:.61rem;line-height:1.25;display:flex}.flow-link{z-index:1;color:#667085;background:#fff;border:1px solid #ccd4df;border-radius:50%;place-items:center;width:27px;height:27px;display:grid;position:relative}.flow-link:before{z-index:-1;content:"";height:2px;position:absolute;top:12px;left:-18px;right:-18px}.flow-link--dc:before{background:var(--success)}.flow-link--ac:before{background:var(--primary)}.flow-link--grid:before{border-top:2px dashed var(--primary);background:0 0;height:0}.line-legend{color:#667085;direction:ltr;border:1px solid #e4e8ee;border-radius:6px;align-items:center;gap:13px;width:max-content;height:26px;margin:0 auto;padding:0 9px;font-size:.57rem;display:flex}.line-legend span{align-items:center;gap:5px;display:flex}.line-legend i{width:22px;height:2px;display:block}.line-legend .dc{background:var(--success)}.line-legend .ac{background:var(--primary)}.line-legend .grid{border-top:2px dashed #9aa4b2;height:0}.status-card{height:296px}.status-card ul{flex-direction:column;justify-content:space-evenly;height:calc(100% - 43px);margin:0;padding:7px 24px 10px;list-style:none;display:flex}.status-card li{color:#667085;justify-content:space-between;align-items:center;font-size:.72rem;display:flex}.status-card b{color:var(--success);align-items:center;gap:10px;font-size:.69rem;font-weight:500;display:flex}.status-card i,.healthy-cell i,.status-footer i{background:var(--success);border-radius:50%;width:7px;height:7px;display:inline-block}.assets-card,.map-card{height:243px}.table-wrap{overflow-x:auto}table{border-collapse:collapse;color:#667085;white-space:nowrap;width:100%;font-size:.65rem}th,td{text-align:center;border-bottom:1px solid #edf0f4;height:32px;padding:0 18px}th{color:#526077;height:32px;font-size:.63rem;font-weight:650}tbody tr:last-child td{border-bottom:0}.healthy-cell{color:var(--success)}.healthy-cell i{width:5px;height:5px;margin-left:9px}.map-content{grid-template-columns:1fr 84px;gap:12px;height:calc(100% - 43px);padding:12px 13px 9px;display:grid}.map-content img{object-fit:cover;border-radius:4px;width:100%;height:100%}.map-legend{color:#526077;flex-direction:column;justify-content:center;gap:15px;margin:0;padding:0;font-size:.62rem;list-style:none;display:flex}.map-legend li{align-items:center;gap:9px;display:flex}.map-legend i{border-radius:50%;width:10px;height:10px}.map-legend .normal{background:var(--success)}.map-legend .warning{background:#f6a313}.map-legend .error{background:var(--danger)}.map-legend .offline{background:#8b95a5}.status-footer{border:1px solid var(--border);color:#7b8798;direction:ltr;background:#fff;border-radius:8px;grid-template-columns:1fr auto 1.4fr;align-items:center;min-height:49px;margin-top:13px;padding:0 26px;font-size:.61rem;display:grid}.status-footer>*{direction:rtl}.status-footer button{color:#667085;cursor:pointer;background:0 0;border:0;place-items:center;width:32px;height:32px;display:grid}.status-footer>div{border-right:1px solid #e6eaf0;justify-content:space-around;align-items:center;height:24px;display:flex}.status-footer b{color:#667085;align-items:center;gap:10px;font-weight:450;display:flex}.status-footer b:last-child{color:var(--success)}.is-spinning{animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(-360deg)}}.main-dashboard-view{min-width:0}.main-metrics-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.main-metric,.main-card{border:1px solid var(--border);background:var(--surface);border-radius:12px;min-width:0;box-shadow:0 2px 10px #1e2f490a}.main-metric{direction:ltr;grid-template-columns:74px 1fr;align-items:start;gap:16px;height:183px;padding:22px 21px 18px;display:grid;position:relative;overflow:hidden}.main-metric__icon{border-radius:50%;place-items:center;width:72px;height:72px;display:grid}.main-metric--green .main-metric__icon{color:#109d3f;background:#e5f7e9}.main-metric--blue .main-metric__icon{color:var(--primary);background:#e5edff}.main-metric--orange .main-metric__icon{color:#f78216;background:#fff0e3}.main-metric__body{text-align:right;direction:rtl;min-width:0}.main-metric__title{color:#273348;align-items:center;gap:9px;font-size:.84rem;font-weight:700;display:flex}.main-metric__title i{background:var(--success);border-radius:50%;width:8px;height:8px;display:block}.main-metric__value{white-space:nowrap;align-items:baseline;gap:8px;margin-top:22px;display:flex}.main-metric__value strong{font-size:1.9rem;font-weight:650;line-height:1}.main-metric__value span{color:var(--muted);font-size:.67rem}.main-metric__value.is-healthy strong{color:#06983a;font-size:1.9rem}.main-metric__body p{color:var(--muted);white-space:nowrap;align-items:center;gap:6px;margin:20px 0 0;font-size:.69rem;display:flex}.main-metric__trend-chart{height:32px;position:absolute;bottom:9px;left:14px;right:14px}.metric-trend{color:var(--success);align-items:center;gap:2px;font-weight:650;display:inline-flex}.analytics-grid{direction:rtl;grid-template-columns:minmax(300px,1fr) minmax(420px,1.34fr) minmax(280px,.86fr);gap:13px;margin-top:13px;display:grid}.energy-chart-card,.power-chart-card,.health-stack{height:360px}.main-card{overflow:hidden}.analytics-header{justify-content:space-between;align-items:center;height:61px;padding:0 21px;display:flex}.analytics-header h2,.main-card__header h2,.alerts-header h2{color:#182237;margin:0;font-size:.96rem;font-weight:750}.filter-button{color:#526077;cursor:pointer;background:#fff;border:1px solid #d9e0e8;border-radius:7px;justify-content:space-between;align-items:center;gap:12px;min-width:94px;height:34px;padding:0 12px;font-size:.68rem;display:flex}.filter-button:hover{background:#f8fafc;border-color:#aeb9c8}.energy-chart{height:288px;padding:3px 15px 0 11px;position:relative}.power-legend{height:30px;color:var(--muted);justify-content:center;align-items:center;gap:22px;font-size:.66rem;display:flex}.power-legend span{align-items:center;gap:7px;display:flex}.power-legend i{width:20px;height:2px;display:block}.power-legend .actual-line{background:var(--success)}.power-legend .expected-line{border-top:2px dashed var(--primary);height:0}.power-chart{height:261px;padding:0 13px 10px 6px;position:relative}.chart-unit{color:var(--muted);font-size:.61rem;position:absolute;top:1px;left:3px}.health-stack{grid-template-rows:1.34fr 1fr;gap:13px;display:grid}.main-card__header{color:#7d899a;justify-content:space-between;align-items:center;height:42px;padding:0 17px;display:flex}.main-card__header h2{font-size:.78rem}.efficiency-content,.inverter-content{direction:ltr;grid-template-columns:42% 1fr;align-items:center;height:calc(100% - 42px);padding:0 13px 8px;display:grid}.donut-wrap{justify-self:center;width:126px;height:126px;position:relative}.donut-label{color:#172235;direction:rtl;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.donut-label strong{font-size:1.33rem;font-weight:650}.donut-label span{color:#526077;margin-top:3px;font-size:.65rem}.efficiency-list,.inverter-list{color:var(--muted);direction:rtl;flex-direction:column;gap:10px;margin:0;padding:0;font-size:.66rem;list-style:none;display:flex}.efficiency-list li,.inverter-list li{justify-content:space-between;align-items:center;gap:8px;display:flex}.efficiency-list li span,.inverter-list li span{white-space:nowrap;align-items:center;gap:7px;display:flex}.efficiency-list i,.inverter-list i{background:#65c27c;border-radius:50%;flex:0 0 7px;width:7px;height:7px;display:block}.efficiency-list b,.inverter-list b{color:#253148;font-weight:600}.donut-wrap--small{width:91px;height:91px}.donut-wrap--small .donut-label strong{font-size:1.18rem}.inverter-content{grid-template-columns:42% 1fr;padding-bottom:5px}.inverter-list{gap:5px}.main-bottom-grid{direction:rtl;grid-template-columns:minmax(300px,1fr) minmax(620px,2.13fr);gap:13px;margin-top:13px;display:grid}.alerts-card,.plant-flow-card{min-height:205px}.alerts-header{justify-content:space-between;align-items:center;height:50px;padding:0 19px;display:flex}.alerts-header>div{align-items:center;gap:10px;display:flex}.alerts-header h2{font-size:.83rem}.alerts-header span{background:var(--danger);color:#fff;border-radius:50%;place-items:center;width:23px;height:23px;font-size:.68rem;display:grid}.alerts-header button{color:var(--primary);cursor:pointer;background:0 0;border:0;font-size:.68rem;font-weight:650}.alerts-list{flex-direction:column;gap:5px;margin:0;padding:0 18px;list-style:none;display:flex}.alerts-list li{grid-template-columns:23px 1fr auto;align-items:center;gap:8px;min-height:29px;display:grid}.alerts-list strong{color:#3f4b60;font-size:.67rem;font-weight:550}.alerts-list time{color:#7b8798;font-size:.62rem}.alert-icon{place-items:center;display:grid}.alert-icon--warning{color:#f5a200}.alert-icon--danger{color:var(--danger)}.alert-icon--info{color:var(--primary)}.alert-icon--success{color:var(--success)}.more-alerts{color:#526077;cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;height:35px;margin:1px 18px 0 auto;font-size:.66rem;display:flex}.more-alerts svg:first-child{color:var(--primary)}.main-card__header--flow{justify-content:flex-start;gap:8px;height:50px;padding-inline:22px}.main-card__header--flow h2{font-size:.83rem}.plant-flow{direction:ltr;grid-template-columns:minmax(220px,2fr) 28px repeat(3,minmax(90px,.72fr) 28px) minmax(90px,.72fr);align-items:center;height:155px;padding:0 17px 12px;display:grid}.plant-hero{height:127px}.plant-hero img{object-fit:contain;width:100%;height:100%}.plant-arrow{color:#9aa4b2;justify-self:center}.plant-stage{direction:rtl;background:#f8fafc;border:1px solid #e1e6ed;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;height:130px;padding:7px 5px;display:flex}.plant-stage--green{background:#f2faf5}.plant-stage strong{color:#253148;font-size:.61rem}.plant-stage img{object-fit:contain;width:58px;height:57px;margin:3px 0}.plant-stage span,.plant-stage b{color:#526077;font-size:.58rem;font-weight:500}.plant-stage b{color:#253148;margin-top:2px}.plant-stage--green b{color:var(--success)}@media (width<=1280px){.sidebar{width:220px}.app-shell{margin-right:220px}.brand-lockup strong{font-size:.82rem}.metric-card{grid-template-columns:45px 1fr;padding-inline:12px}.metric-icon{width:45px;height:45px}.metric-value strong{font-size:1.25rem}.process-flow{padding-inline:10px}.main-metric{grid-template-columns:58px 1fr;gap:10px;padding-inline:14px}.main-metric__icon{width:57px;height:57px}.main-metric__value strong{font-size:1.55rem}.analytics-grid{grid-template-columns:minmax(270px,1fr) minmax(380px,1.25fr) minmax(245px,.86fr)}.efficiency-content,.inverter-content{padding-inline:7px}.donut-wrap{width:108px;height:108px}.donut-wrap--small{width:82px;height:82px}}@media (width<=1024px){.sidebar{width:78px;padding-inline:8px;top:64px}.app-shell{margin-right:78px}.topbar{height:64px;padding-inline:17px}.dashboard-main{padding-top:64px;padding-inline:16px}.nav-item{justify-content:center;padding:0}.nav-item span,.nav-badge{display:none}.logout-button{font-size:0}.brand-lockup strong{display:none}.brand-lockup img{width:74px}.metrics-grid{grid-template-columns:repeat(3,1fr)}.overview-grid,.bottom-grid{grid-template-columns:1fr}.main-metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.analytics-grid{grid-template-columns:1fr 1.3fr}.health-stack{grid-column:1/-1;grid-template-rows:190px;grid-template-columns:1fr 1fr;height:auto}.main-bottom-grid{grid-template-columns:1fr}.status-card{height:auto;min-height:260px}.bottom-grid{grid-template-columns:1fr}.assets-card{height:auto}.assets-card .table-wrap{overflow:visible}.assets-card table,.assets-card tbody{display:block}.assets-card table{white-space:normal;padding:10px}.assets-card thead{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.assets-card tbody{gap:10px;display:grid}.assets-card tr{border:1px solid var(--border);border-radius:10px;flex-direction:column;display:flex;overflow:hidden}.assets-card td{text-align:left;justify-content:space-between;align-items:center;gap:16px;width:100%;height:auto;min-height:40px;padding:8px 12px;display:flex}.assets-card td:before{color:var(--muted);text-align:right;font-weight:600}.assets-card td:first-child:before{content:"نوع تجهیز"}.assets-card td:nth-child(2):before{content:"تعداد"}.assets-card td:nth-child(3):before{content:"ظرفیت واحد"}.assets-card td:nth-child(4):before{content:"ظرفیت کل"}.assets-card td:nth-child(5):before{content:"وضعیت"}.plant-flow-card{overflow:hidden}.plant-flow{grid-template-columns:1fr;gap:8px;height:auto;padding:8px 16px 16px}.plant-hero{height:150px}.plant-stage{width:100%;height:138px}.plant-arrow{transform:rotate(-90deg)}.schematic-card{height:auto}.process-flow{grid-template-columns:1fr;gap:8px;height:auto;padding:16px}.process-node{width:100%;height:auto;min-height:195px}.flow-link{justify-self:center;transform:rotate(-90deg)}.flow-link:before{left:-14px;right:-14px}}@media (width<=720px){.sidebar{display:none}.mobile-bottom-nav{z-index:40;min-height:calc(var(--mobile-nav-height) + env(safe-area-inset-bottom));padding:6px 8px calc(6px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff7;border-top:1px solid #d1d9e4eb;grid-template-columns:repeat(5,minmax(0,1fr));align-items:center;gap:3px;display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -10px 30px #1e2f4917}.mobile-nav-item{min-width:0;min-height:68px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:10px;flex-direction:column;justify-content:flex-end;align-items:center;gap:3px;padding:7px 2px 6px;transition:background-color .15s,color .15s,transform .15s;display:flex;position:relative}.mobile-nav-item:hover{color:#344054;background:#f3f6fa}.mobile-nav-item:active{transform:translateY(1px)}.mobile-nav-item--active{color:var(--primary);background:#edf4ff}.mobile-nav-item--active:before{content:"";background:currentColor;border-radius:999px;width:24px;height:3px;position:absolute;top:2px;right:50%;transform:translate(50%)}.mobile-nav-icon{place-items:center;width:28px;height:28px;display:grid;position:relative}.mobile-nav-label{text-align:center;white-space:normal;justify-content:center;align-items:center;max-width:100%;min-height:25px;font-size:.66rem;font-weight:650;line-height:1.2;display:flex}.mobile-nav-badge{background:var(--danger);color:#fff;border:2px solid #fff;border-radius:999px;place-items:center;min-width:17px;height:17px;padding-inline:4px;font-size:.56rem;font-weight:750;line-height:1;display:grid;position:absolute;top:-3px;right:-5px}.app-shell{margin-right:0}.topbar{grid-template-columns:1fr auto}.topbar-meta{display:none}.topbar-actions{justify-self:end}.dashboard-main{padding:64px 10px calc(var(--mobile-nav-height) + 18px + env(safe-area-inset-bottom))}.page-heading{height:60px}.metrics-grid,.main-metrics-grid{grid-template-columns:1fr}.main-metric{min-width:0}.analytics-grid{grid-template-columns:1fr}.energy-chart-card,.power-chart-card{height:340px}.health-stack{grid-template-rows:205px 155px;grid-template-columns:1fr}.metric-card{min-width:0}.line-legend{margin-bottom:10px}.assets-card{height:auto;min-height:243px}.map-content{grid-template-columns:1fr}.map-card{height:320px}.map-legend{flex-flow:wrap}.status-footer{grid-template-columns:1fr auto}.status-footer>div{display:none}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
