:root{--sab: env(safe-area-inset-bottom);--bg: #0a0e14;--card: #111721;--card-2: #171e29;--border: #232c39;--text: #f4f6f8;--text-muted: #8b96a5;--text-faint: #5b6672;--ce04: #3d7bff;--ce04-dim: rgba(61, 123, 255, .14);--ce04-glow: rgba(61, 123, 255, .16);--green: #2ecf7e;--green-dim: rgba(46, 207, 126, .14);--green-glow: rgba(46, 207, 126, .16);--purple: #a26bfa;--purple-dim: rgba(162, 107, 250, .16);--purple-glow: rgba(162, 107, 250, .18);--red: #ff5a5f;--yellow: #f5b942;--radius: 22px;--radius-sm: 16px;--radius-xs: 12px;--radius-pill: 999px;--shadow: 0 4px 24px rgba(0, 0, 0, .45);--font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono: ui-monospace, "SF Mono", "Cascadia Code", Menlo, Consolas, monospace}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;touch-action:manipulation}body{font-family:var(--font);background:var(--bg);color:var(--text);overscroll-behavior:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{max-width:480px;margin:0 auto;display:flex;flex-direction:column;min-height:100dvh;position:relative}button{font-family:var(--font);cursor:pointer;border:none;outline:none;background:none;color:inherit;-webkit-tap-highlight-color:transparent}img{max-width:100%;display:block}:focus-visible{outline:2px solid var(--ce04);outline-offset:2px;border-radius:8px}@media (prefers-reduced-motion: reduce){*{transition:none!important;animation:none!important}}.screen-accueil{flex:1;display:flex;flex-direction:column;padding-bottom:28px}.header{display:flex;align-items:center;gap:13px;padding:22px 20px 6px}.header__logo{width:44px;height:44px;border-radius:14px;border:1.5px solid var(--green);color:var(--green);background:var(--green-dim);display:flex;align-items:center;justify-content:center;flex-shrink:0}.header__text h1{font-size:19px;font-weight:800;letter-spacing:-.01em}.header__text p{font-size:12.5px;color:var(--text-muted);margin-top:1px}.header__bell{margin-left:auto;width:40px;height:40px;border-radius:12px;background:var(--card);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;position:relative;color:var(--text-muted);flex-shrink:0}.header__bell .dot{position:absolute;top:8px;right:9px;width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 0 2px var(--card)}.status-pill{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:16px 20px 20px;padding:13px 16px;border-radius:16px;background:var(--card);border:1px solid var(--border)}.status-pill__ok{display:flex;align-items:center;gap:8px;color:var(--green);font-weight:700;font-size:13.5px}.status-pill__count{display:flex;align-items:center;gap:7px;color:var(--text-muted);font-size:12.5px}.status-pill__count .dot{width:6px;height:6px;border-radius:50%;background:var(--green);flex-shrink:0}.device-list{display:flex;flex-direction:column;gap:14px;padding:0 20px}.device-card{position:relative;overflow:hidden;border-radius:var(--radius);min-height:176px;padding:20px;text-align:left;cursor:pointer;transition:transform .12s ease,border-color .15s ease}.device-card:active{transform:scale(.985)}.device-card--ce04{border:1.5px solid var(--ce04);background:radial-gradient(120% 140% at 88% 30%,var(--ce04-glow),var(--card) 60%)}.device-card--green{border:1.5px solid var(--green);background:radial-gradient(120% 140% at 88% 30%,var(--green-glow),var(--card) 60%)}.device-card--purple{border:1.5px solid var(--purple);background:radial-gradient(120% 140% at 88% 30%,var(--purple-glow),var(--card) 60%)}.device-card__image{position:absolute;right:-10px;bottom:-8px;height:84%;max-width:56%;width:auto;object-fit:contain;filter:drop-shadow(0 10px 22px rgba(0,0,0,.4));pointer-events:none}.device-card__body{position:relative;z-index:1;max-width:60%;display:flex;flex-direction:column;gap:3px}.device-card__name{font-size:13.5px;font-weight:700;color:var(--text)}.device-card__state{font-size:30px;font-weight:800;letter-spacing:-.02em;font-variant-numeric:tabular-nums;margin-top:2px}.device-card--ce04 .device-card__state{color:var(--text)}.device-card__label{font-size:13px;font-weight:600;margin-bottom:4px}.device-card--ce04 .device-card__label{color:var(--ce04)}.device-card--green .device-card__label{color:var(--green)}.device-card--purple .device-card__label{color:var(--purple)}.device-card__bar{width:92%;height:7px;border-radius:999px;background:#ffffff14;overflow:hidden;margin:4px 0 8px}.device-card__bar-fill{height:100%;border-radius:999px;background:var(--ce04)}.device-card__footer{font-size:12.5px;color:var(--text-muted)}.device-card__footer2{font-size:12px;color:var(--text-faint);margin-top:1px}.activity{margin:22px 20px 0;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-sm);padding:16px}.activity__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.activity__head h2{font-size:14.5px;font-weight:700}.activity__head a{font-size:12.5px;color:var(--ce04);font-weight:600;cursor:pointer}.activity-row{display:flex;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid var(--border)}.activity-row:last-child{border-bottom:none;padding-bottom:2px}.activity-row time{font-family:var(--font-mono);font-size:12px;color:var(--text-muted);width:36px;flex-shrink:0}.activity-row .icon{flex-shrink:0;color:var(--green);display:flex}.activity-row .icon.pending{color:var(--purple)}.activity-row .txt{flex:1;font-size:13.5px}.activity-row .chev{color:var(--text-faint);display:flex;flex-shrink:0}.bottom-nav{display:flex;border-top:1px solid var(--border);background:var(--bg);padding:10px 6px calc(10px + var(--sab));margin-top:auto;position:sticky;bottom:0}.nav-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;font-size:10.5px;font-weight:600;color:var(--text-faint);padding:4px 0}.nav-item.active{color:var(--ce04)}.screen-detail{flex:1;display:flex;flex-direction:column}.detail-header{display:flex;align-items:center;justify-content:space-between;padding:20px 20px 8px}.detail-header h1{font-size:16.5px;font-weight:700}.detail-header__btn{width:38px;height:38px;border-radius:12px;background:var(--card);border:1px solid var(--border);color:var(--text);display:flex;align-items:center;justify-content:center;flex-shrink:0}.detail-header__btn--static{color:var(--text-muted);cursor:default}.detail-header__spacer{width:38px;flex-shrink:0}.detail-body{padding:4px 20px 32px}.detail-hero-img{width:100%;max-width:380px;height:auto;margin:8px auto 20px;display:block;filter:drop-shadow(0 14px 26px rgba(0,0,0,.45))}.detail-stat-row{display:flex;align-items:flex-end;justify-content:space-between;gap:10px}.detail-stat-main{display:flex;align-items:baseline;gap:10px}.detail-stat-value{font-size:42px;font-weight:800;letter-spacing:-.02em;font-variant-numeric:tabular-nums}.detail-stat-value small{font-size:22px;font-weight:600;color:var(--text-muted);margin-left:1px}.detail-stat-label{font-size:15px;font-weight:600}.detail-stat-label--ce04{color:var(--ce04)}.detail-stat-icon{width:38px;height:38px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:6px;flex-shrink:0}.detail-stat-icon--ce04{background:var(--ce04-dim);color:var(--ce04)}.detail-bar-track{width:100%;height:9px;border-radius:999px;background:#ffffff14;overflow:hidden;margin:14px 0 8px}.detail-bar-fill{height:100%;border-radius:999px}.detail-caption{font-size:13px;color:var(--text-muted);margin-bottom:22px}.kpi-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:18px}.kpi-tile{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-sm);padding:14px 10px;text-align:center}.kpi-tile__value{font-size:19px;font-weight:800;font-variant-numeric:tabular-nums}.kpi-tile__value small{font-size:12px;font-weight:600;color:var(--text-muted)}.kpi-tile__label{font-size:11.5px;color:var(--text-muted);margin-top:3px}.chart-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:18px;margin-bottom:14px}.chart-card__head{display:flex;align-items:center;justify-content:space-between;font-size:13.5px;color:var(--text-muted);margin-bottom:8px}.chart-card__month{display:flex;align-items:center;gap:5px;font-size:12.5px;font-weight:600;color:var(--text);background:var(--card-2);border:1px solid var(--border);border-radius:var(--radius-pill);padding:5px 11px}.chart-card__value{font-size:26px;font-weight:800;margin-bottom:14px;font-variant-numeric:tabular-nums}.bar-chart{display:grid;grid-template-columns:38px 1fr;grid-template-rows:120px auto;column-gap:8px}.bar-chart__y{grid-column:1;grid-row:1;display:flex;flex-direction:column;justify-content:space-between;font-size:10.5px;color:var(--text-faint);font-family:var(--font-mono);text-align:right;padding:1px 0}.bar-chart__plot{grid-column:2;grid-row:1;display:flex;align-items:flex-end;gap:2.5px;height:100%;border-bottom:1px solid var(--border)}.bar-chart__col{flex:1;height:100%;display:flex;align-items:flex-end}.bar-chart__bar{width:100%;min-height:2px;border-radius:2px 2px 0 0;opacity:.9}.bar-chart__x{grid-column:2;grid-row:2;display:flex;justify-content:space-between;font-size:10.5px;color:var(--text-faint);font-family:var(--font-mono);margin-top:6px}.chart-card__footer{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:16px;padding-top:14px;border-top:1px solid var(--border)}.chart-card__footer-label{font-size:12px;color:var(--text-muted);margin-bottom:3px}.chart-card__footer-value{font-size:16px;font-weight:700}.status-line{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:700;color:var(--text-muted);margin-bottom:12px}.status-line.on{color:var(--green)}.big-time{font-size:42px;font-weight:800;letter-spacing:-.02em;font-variant-numeric:tabular-nums}.big-time-caption{font-size:13px;color:var(--text-muted);margin-bottom:20px}.info-card{display:flex;align-items:center;gap:14px;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-sm);padding:15px 16px;margin-bottom:14px}.info-card__icon{width:36px;height:36px;border-radius:11px;background:var(--card-2);color:var(--text-muted);display:flex;align-items:center;justify-content:center;flex-shrink:0}.info-card__label{font-size:12.5px;color:var(--text-muted);margin-bottom:2px}.info-card__value{font-size:15px;font-weight:700}.kv-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-sm);padding:4px 16px;margin-bottom:14px}.kv-row2{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:13px 0;border-bottom:1px solid var(--border);font-size:13.5px}.kv-row2:last-child{border-bottom:none}.kv-row2 .k{color:var(--text-muted)}.kv-row2 .v{font-weight:700;text-align:right}.link-row{width:100%;display:flex;align-items:center;justify-content:space-between;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-sm);padding:15px 16px;font-size:13.5px;font-weight:600;color:var(--text)}.link-row svg{color:var(--text-faint)}
