body{margin:0;font-family:system-ui,Segoe UI,Roboto,sans-serif}#root{min-height:100vh}:root{--bg:#f5f6fa;--surface:#fff;--surface-alt:#fbfbfe;--border:#e3e6ee;--text:#12141c;--muted:#6b7280;--accent:#0f766e;--accent-dark:#0b5c56;--danger:#dc2626}*{box-sizing:border-box}body{font-family:Manrope,system-ui,Segoe UI,sans-serif}.auth-page{background:var(--bg);min-height:100vh;color:var(--text);display:flex}.auth-form-side{flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}.auth-page-split{min-height:100vh;display:flex}.auth-side-dark{color:#fff;background:#0b0f14;flex-direction:column;flex:0 0 34%;justify-content:space-between;padding:2.5rem;display:flex}.auth-side-dark .logo-wordmark{color:#fff}.auth-side-dark-bottom h2{margin:0 0 .75rem;font-size:1.9rem;font-weight:800;line-height:1.3}.auth-side-dark-bottom .highlight{color:var(--accent)}.auth-side-dark-bottom p{color:#9aa4ad;max-width:320px;margin:0;font-size:.9rem;line-height:1.6}.iso-stack{align-self:center;width:100%;max-width:320px;height:auto}.iso-flow-line{stroke-dashoffset:0;animation:1.2s linear infinite iso-flow}@keyframes iso-flow{to{stroke-dashoffset:-24px}}.iso-pulse{transform-box:fill-box;transform-origin:50%;animation:2.2s ease-out infinite iso-pulse}@keyframes iso-pulse{0%{opacity:.5;transform:scale(.8)}70%{opacity:0;transform:scale(2.2)}to{opacity:0}}@media (prefers-reduced-motion:reduce){.iso-flow-line,.iso-pulse{animation:none}}.auth-side-light{background:var(--surface);flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}.auth-card-plain{flex-direction:column;gap:.9rem;width:100%;max-width:360px;display:flex}.auth-card-plain h1{margin:0 0 .5rem;font-size:1.5rem;font-weight:800}.auth-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;flex-direction:column;gap:.9rem;width:100%;max-width:360px;padding:2.25rem 2rem;display:flex;box-shadow:0 1px 3px #12141c0a}.auth-logo{margin-bottom:1.75rem}.logo-lockup{align-items:center;gap:.55rem;display:flex}.logo-wordmark{letter-spacing:.06em;text-transform:uppercase;color:var(--text);font-size:1.15rem;font-weight:800}.auth-card h1{letter-spacing:-.01em;margin:0;font-size:1.6rem;font-weight:800}.subtitle{color:var(--muted);margin:0 0 .5rem;font-size:.9rem}.field{color:var(--text);flex-direction:column;gap:.35rem;font-size:.85rem;font-weight:600;display:flex}.field input,.field select,.field textarea,.add-device input{border:1px solid var(--border);background:var(--surface-alt);color:var(--text);border-radius:8px;padding:.65rem .8rem;font-family:inherit;font-size:.95rem;transition:border-color .15s,box-shadow .15s}.field textarea{resize:vertical;min-height:4.5rem}.field input:focus,.field select:focus,.field textarea:focus,.add-device input:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #0f766e1f}.add-device-form{flex-direction:column;gap:1rem;margin-bottom:1.25rem;display:flex}.password-input{align-items:center;display:flex;position:relative}.password-input input{width:100%;padding-right:3.5rem}.password-toggle{color:var(--muted);cursor:pointer;background:0 0;border:none;padding:.2rem;font-size:.78rem;font-weight:600;position:absolute;right:.7rem}.password-toggle:hover{color:var(--accent)}.primary-button{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.7rem;font-family:inherit;font-weight:700;transition:background .15s}.primary-button:hover{background:var(--accent-dark)}.primary-button:disabled{opacity:.6;cursor:default}.ghost-button{border:1px solid var(--border);color:var(--text);cursor:pointer;background:0 0;border-radius:6px;padding:.45rem .9rem;font-family:inherit;font-size:.85rem}.ghost-button:hover{border-color:var(--accent);color:var(--accent)}.link-button{color:var(--accent);cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:.85rem;font-weight:600}.link-button.centered{align-self:center;margin-top:.4rem}.auth-footer{color:var(--muted);align-self:center;margin-top:1.5rem;font-size:.75rem}.support-fab{background:var(--text);color:#fff;border-radius:999px;align-items:center;gap:.5rem;padding:.65rem 1rem;font-size:.82rem;font-weight:600;text-decoration:none;display:flex;position:fixed;bottom:1.5rem;right:1.5rem;box-shadow:0 4px 14px #00000026}.support-fab:hover{background:var(--accent)}.link-button.small{font-size:.78rem;font-weight:600}.danger-button{background:var(--danger);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:.5rem 1rem;font-family:inherit;font-size:.85rem;font-weight:700}.danger-button:hover{background:#b91c1c}.danger-button:disabled{opacity:.6;cursor:default}.modal-overlay{z-index:50;background:#0f111880;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-card{background:var(--surface);border-radius:12px;width:100%;max-width:400px;padding:1.5rem;box-shadow:0 20px 40px -10px #0000004d}.modal-card h3{margin:0 0 .6rem;font-size:1.1rem;font-weight:800}.modal-card p{color:var(--muted);margin:0 0 1.25rem;font-size:.88rem;line-height:1.5}.modal-actions{justify-content:flex-end;gap:.6rem;display:flex}.modal-error{margin-bottom:1rem}.forgot-link{align-self:flex-end;margin-top:.35rem}.notice{background:var(--surface-alt);border:1px solid var(--border);color:var(--muted);border-radius:8px;margin:0;padding:.6rem .75rem;font-size:.8rem}.checkbox-field{color:var(--muted);cursor:pointer;align-items:flex-start;gap:.5rem;font-size:.82rem;display:flex}.checkbox-field input{accent-color:var(--accent);flex-shrink:0;width:15px;height:15px;margin-top:.2rem}.error{color:var(--danger);font-size:.85rem}.muted{color:var(--muted)}.app-shell{background:var(--surface);min-height:100vh;color:var(--text);display:flex}.sidebar{background:var(--surface);border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;justify-content:space-between;width:220px;padding:1.5rem 1rem;display:flex}.sidebar-brand{padding:0 .5rem 1.5rem}.sidebar-brand .logo-wordmark{font-size:1rem}.sidebar-group{margin-bottom:1.25rem}.sidebar-group-label{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);padding:0 .7rem .5rem;font-size:.68rem;font-weight:700}.sidebar-nav{flex-direction:column;gap:.25rem;display:flex}.sidebar-item{color:var(--muted);cursor:default;border-left:2px solid #0000;border-radius:8px;align-items:center;gap:.7rem;padding:.6rem .7rem;font-size:.9rem;font-weight:500;display:flex;position:relative}.sidebar-item.active{color:var(--accent);border-left-color:var(--accent);background:#f0fdfa;font-weight:700}.sidebar-item.disabled{opacity:.55}.soon-badge{background:var(--bg);color:var(--muted);border-radius:999px;margin-left:auto;padding:.1rem .4rem;font-size:.65rem}.main-column{flex-direction:column;flex:1;min-width:0;display:flex}.sidebar-account{border-top:1px solid var(--border);padding-top:1rem}.sidebar-account .account-indicator{margin-bottom:.6rem;padding:0 .7rem}.sidebar-account .account-email{text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;overflow:hidden}.sidebar-signout{width:100%;color:var(--muted);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:.7rem;padding:.6rem .7rem;font-family:inherit;font-size:.85rem;font-weight:600;display:flex}.sidebar-signout:hover{background:var(--bg);color:var(--danger)}.account-indicator{align-items:center;gap:.6rem;display:flex}.account-avatar{background:var(--accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:.85rem;font-weight:700;display:flex}.account-email{color:var(--text);font-size:.85rem;font-weight:600}.content{flex-direction:column;gap:1.5rem;padding:2rem;display:flex}.welcome-banner{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:1.75rem 2rem}.eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);align-items:center;gap:.35rem;font-size:.72rem;font-weight:700;display:inline-flex}.welcome-banner-top{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.4rem;display:flex}.welcome-banner h1{letter-spacing:-.01em;margin:0 0 1.5rem;font-size:1.6rem;font-weight:800}.live-clock{align-items:center;gap:.6rem;display:flex}.live-clock-time{font-variant-numeric:tabular-nums;color:var(--text);font-size:.85rem;font-weight:700}.live-pill{color:#16a34a;text-transform:uppercase;letter-spacing:.03em;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:999px;align-items:center;gap:.35rem;padding:.15rem .55rem;font-size:.72rem;font-weight:700;display:inline-flex}.live-dot{background:#16a34a;border-radius:50%;width:6px;height:6px;animation:1.6s ease-in-out infinite live-dot-pulse}@keyframes live-dot-pulse{0%,to{opacity:1}50%{opacity:.35}}.inline-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;display:grid}@media (width<=1100px){.inline-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}.inline-stat{background:var(--surface);border:1px solid var(--border);border-radius:10px;align-items:center;gap:.75rem;min-width:0;padding:.85rem 1.1rem;display:flex}.inline-stat>div{flex-direction:column;gap:.15rem;min-width:0;display:flex}.inline-stat-icon{background:var(--surface-alt);border:1px solid var(--border);width:36px;height:36px;color:var(--muted);border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.inline-stat-value{font-variant-numeric:tabular-nums;color:var(--text);font-size:1.4rem;font-weight:800;line-height:1}.inline-stat-label{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;font-size:.72rem;font-weight:600}.inline-stat-online .inline-stat-icon{color:#16a34a;background:#f0fdf4;border-color:#bbf7d0}.inline-stat-online .inline-stat-value{color:#16a34a}.inline-stat-offline .inline-stat-icon{color:#dc2626;background:#fef2f2;border-color:#fecaca}.inline-stat-offline .inline-stat-value{color:#dc2626}.inline-stat-stale .inline-stat-icon{color:#d97706;background:#fffbeb;border-color:#fde68a}.inline-stat-stale .inline-stat-value{color:#d97706}.panel{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.5rem}.panel-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.panel-header h2{margin:0;font-size:1.1rem;font-weight:800}.panel-title-group{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.status-filter{background:var(--bg);border:1px solid var(--border);border-radius:9px;padding:3px;display:inline-flex}.status-filter-button{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:6px;align-items:center;gap:.4rem;padding:.3rem .7rem;font-family:inherit;font-size:.8rem;font-weight:600;display:inline-flex}.status-filter-button:hover{color:var(--text)}.status-filter-button.active{background:var(--surface);color:var(--text);box-shadow:0 1px 2px #12141c14, 0 0 0 1px var(--border)}.status-filter-count{font-variant-numeric:tabular-nums;color:#9aa1ad;font-size:.72rem}.status-filter-button.active .status-filter-count{color:var(--accent)}.wizard-card{max-width:520px;max-height:calc(100vh - 2rem);overflow-y:auto}.wizard-steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;margin:0 0 1.4rem;padding:0;list-style:none;display:grid}.wizard-step{letter-spacing:.05em;text-transform:uppercase;color:#9aa1ad;flex-direction:column;gap:.45rem;min-width:0;font-size:.7rem;font-weight:700;display:flex}.wizard-step-bar{background:var(--border);border-radius:3px;height:3px}.wizard-step.current,.wizard-step.done{color:var(--accent)}.wizard-step.current .wizard-step-bar,.wizard-step.done .wizard-step-bar{background:var(--accent)}.wizard-step.current{color:var(--text)}.wizard-step-label{white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:.35rem;display:flex;overflow:hidden}.wizard-step-num{font-variant-numeric:tabular-nums}.field-hint{color:var(--muted);font-weight:400}.field-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.field-static{border:1px dashed var(--border);background:var(--surface-alt);border-radius:8px;justify-content:space-between;align-items:center;gap:.75rem;padding:.65rem .8rem;font-size:.9rem;font-weight:600;display:flex}.field-static-note{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-family:IBM Plex Mono,ui-monospace,Consolas,monospace;font-size:.75rem;font-weight:400;overflow:hidden}.connect-status{background:#fffbeb;border:1px solid #fde68a;border-radius:10px;align-items:flex-start;gap:.75rem;margin-bottom:1.1rem;padding:.85rem 1rem;display:flex}.connect-status-dot{background:#d97706;border-radius:50%;flex-shrink:0;width:10px;height:10px;margin-top:.3rem;animation:1.6s ease-in-out infinite live-dot-pulse}.connect-status.connected{background:#f0fdf4;border-color:#bbf7d0}.connect-status.connected .connect-status-dot{background:#16a34a;animation:none}.connect-status.stopped{border-color:var(--border);background:var(--surface-alt)}.connect-status.stopped .connect-status-dot{background:#9aa1ad;animation:none}.connect-status-title{font-size:.9rem;font-weight:700}.connect-status-text{color:var(--muted);margin-top:.15rem;font-size:.8rem}.connect-status-values{flex-wrap:wrap;gap:.35rem;margin-top:.5rem;display:flex}.connect-status-value{color:var(--muted);background:var(--surface);border:1px solid #bbf7d0;border-radius:6px;padding:.1rem .45rem;font-family:IBM Plex Mono,ui-monospace,Consolas,monospace;font-size:.75rem}.connect-status-value b{color:var(--text)}.connect-status-retry{margin-top:.55rem}.connection-fields{flex-direction:column;gap:.75rem;margin-bottom:1rem;display:flex}.copy-field-label{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.3rem;font-size:.72rem;font-weight:700;display:block}.copy-field-row{align-items:stretch;gap:.4rem;display:flex}.copy-field-row code{white-space:nowrap;background:var(--surface-alt);border:1px solid var(--border);border-radius:6px;flex:1;min-width:0;padding:.5rem .65rem;font-family:IBM Plex Mono,ui-monospace,Consolas,monospace;font-size:.82rem;overflow-x:auto}.copy-field-button{border:1px solid var(--border);background:var(--surface);width:34px;color:var(--muted);cursor:pointer;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;transition:border-color .15s,color .15s;display:flex}.copy-field-button:hover{border-color:var(--accent);color:var(--accent)}.connection-payload{margin-bottom:1.25rem}.connection-payload pre{background:var(--surface-alt);border:1px solid var(--border);border-radius:6px;margin:0;padding:.65rem .75rem;font-family:IBM Plex Mono,ui-monospace,Consolas,monospace;font-size:.8rem;line-height:1.6;overflow-x:auto}.device-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:.9rem;display:grid}.device-card{border:1px solid var(--border);background:var(--surface-alt);border-radius:12px;flex-direction:column;gap:.75rem;padding:1.1rem 1.2rem;display:flex}.device-card-top{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.device-card-identity{align-items:flex-start;gap:.7rem;min-width:0;display:flex}.device-card-identity>div{min-width:0}.device-icon{background:var(--surface);border:1px solid var(--border);width:34px;height:34px;color:var(--muted);border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.device-icon-sensor{color:#0f766e;background:#f0fdfa;border-color:#99f6e4}.device-icon-controller{color:#7c3aed;background:#f5f3ff;border-color:#ddd6fe}.device-icon-gateway{color:#2563eb;background:#eff6ff;border-color:#bfdbfe}.device-card-name{text-overflow:ellipsis;white-space:nowrap;font-size:.95rem;font-weight:700;overflow:hidden}.device-card-category{color:var(--muted);margin-top:.1rem;font-size:.78rem}.device-card-id{color:#9aa1ad;white-space:nowrap;font-family:IBM Plex Mono,ui-monospace,Consolas,monospace;font-size:.74rem}.device-card-description{color:var(--muted);margin:0;font-size:.85rem;line-height:1.5}.device-card-footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:.5rem;margin-top:auto;padding-top:.6rem;font-size:.78rem;display:flex}.card-menu{position:relative}.card-menu-trigger{width:30px;height:30px;color:var(--muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:7px;justify-content:center;align-items:center;display:flex}.card-menu-trigger:hover,.card-menu-trigger[aria-expanded=true]{background:var(--bg);border-color:var(--border);color:var(--text)}.card-menu-list{z-index:20;background:var(--surface);border:1px solid var(--border);border-radius:10px;flex-direction:column;min-width:170px;padding:.3rem;display:flex;position:absolute;bottom:calc(100% + 6px);right:0;box-shadow:0 12px 28px -12px #12141c47}.card-menu-item{width:100%;color:var(--text);text-align:left;white-space:nowrap;cursor:pointer;background:0 0;border:0;border-radius:7px;align-items:center;gap:.55rem;padding:.5rem .6rem;font-family:inherit;font-size:.84rem;font-weight:600;display:flex}.card-menu-item:hover{background:var(--bg)}.card-menu-item svg{color:var(--muted)}.card-menu-item-danger,.card-menu-item-danger svg{color:var(--danger)}.card-menu-item-danger:hover{background:#fef2f2}.status{border-radius:999px;align-items:center;gap:.4rem;padding:.2rem .6rem;font-size:.8rem;font-weight:600;display:inline-flex}.status-dot{background:currentColor;border-radius:50%;width:6px;height:6px;animation:1.6s ease-in-out infinite live-dot-pulse}.status-online{color:#166534;background:#dcfce7}.status-offline{color:#991b1b;background:#fee2e2}.status-stale{color:#92400e;background:#fef3c7}.sidebar-link{cursor:pointer;text-decoration:none}.sidebar-link:not(.active):hover{background:var(--bg);color:var(--text)}.sidebar-link:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.panel-subtitle{max-width:62ch;color:var(--muted);margin:.25rem 0 0;font-size:.85rem;line-height:1.5}.product-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:.9rem;display:grid}.product-card{border:1px solid var(--border);background:var(--surface-alt);color:var(--text);text-align:left;border-radius:12px;flex-direction:column;gap:.75rem;padding:1.1rem 1.2rem;font-family:inherit;text-decoration:none;transition:border-color .15s,box-shadow .15s;display:flex}a.product-card:hover{border-color:#c7ccd8;box-shadow:0 6px 18px -12px #12141c4d}.product-card:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.product-card-top{align-items:flex-start;gap:.7rem;min-width:0;display:flex}.product-card-identity{min-width:0}.product-card-name{text-overflow:ellipsis;white-space:nowrap;font-size:.95rem;font-weight:700;overflow:hidden}.product-card-meta{color:var(--muted);flex-wrap:wrap;align-items:center;gap:.45rem;margin-top:.1rem;font-size:.78rem;display:flex}.product-card-meta code{color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:5px;padding:.05rem .35rem;font-family:IBM Plex Mono,ui-monospace,Consolas,monospace;font-size:.72rem}.product-card-description{color:var(--muted);margin:0;font-size:.85rem;line-height:1.5}.product-card-footer{border-top:1px solid var(--border);color:var(--muted);justify-content:space-between;gap:.5rem;margin-top:auto;padding-top:.6rem;font-size:.78rem;display:flex}.product-card-warning{color:#b45309;font-weight:600}.product-card-new{background:var(--surface);cursor:pointer;border-style:dashed;justify-content:center;align-items:flex-start;gap:.4rem;min-height:150px;font-size:.82rem;line-height:1.45}.product-card-new:hover{border-color:var(--accent)}.product-card-new-icon{width:34px;height:34px;color:var(--accent);background:#f0fdfa;border-radius:9px;justify-content:center;align-items:center;display:flex}.breadcrumb{color:var(--muted);align-items:center;gap:.5rem;margin-bottom:-.75rem;font-size:.82rem;display:flex}.breadcrumb a{color:var(--muted);text-decoration:none}.breadcrumb a:hover{color:var(--accent)}.breadcrumb [aria-current=page]{color:var(--text);font-weight:600}.product-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1.5rem;display:flex}.product-header-main{align-items:flex-start;gap:.9rem;min-width:0;display:flex}.product-header h1{letter-spacing:-.01em;margin:0;font-size:1.45rem;font-weight:800}.product-header-description{max-width:62ch;color:var(--muted);margin:.6rem 0 0;font-size:.88rem;line-height:1.5}.product-header-actions{gap:.6rem;display:flex}.device-icon-lg{border-radius:11px;width:44px;height:44px}.device-icon-lg svg{width:22px;height:22px}.table-scroll{overflow-x:auto}.dp-table{border-collapse:collapse;width:100%;font-size:.86rem}.dp-table th{text-align:left;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);border-bottom:1px solid var(--border);white-space:nowrap;padding:0 .75rem .6rem 0;font-size:.7rem;font-weight:700}.dp-table td{border-bottom:1px solid var(--border);white-space:nowrap;padding:.7rem .75rem .7rem 0}.dp-table tbody tr:last-child td{border-bottom:0}.dp-table code{color:var(--muted);font-family:IBM Plex Mono,ui-monospace,Consolas,monospace;font-size:.78rem}.dp-table-name{font-weight:700}.access-pill{background:var(--bg);color:var(--muted);border-radius:999px;padding:.12rem .5rem;font-size:.74rem;font-weight:600;display:inline-block}.access-write{color:#6d28d9;background:#f5f3ff}.product-devices{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.product-device{border-top:1px solid var(--border);flex-direction:column;gap:.55rem;padding:.85rem 0;display:flex}.product-device:first-child{border-top:0;padding-top:0}.product-device-head{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.product-device-name{font-size:.92rem;font-weight:700}.reading-chips{flex-wrap:wrap;gap:.4rem;display:flex}.reading-chip{border:1px solid var(--border);background:var(--surface-alt);color:var(--muted);border-radius:7px;align-items:baseline;gap:.35rem;padding:.25rem .55rem;font-size:.8rem;display:inline-flex}.reading-chip b{color:var(--text);font-family:IBM Plex Mono,ui-monospace,Consolas,monospace;font-size:.78rem;font-weight:600}.reading-chip em{font-size:.72rem;font-style:normal;font-weight:600}.reading-high,.reading-low{background:#fef2f2;border-color:#fecaca}.reading-high b,.reading-low b,.reading-high em,.reading-low em{color:#b91c1c}.reading-type{background:#fffbeb;border-color:#fde68a}.reading-type em{color:#b45309}.reading-undefined{border-style:dashed}.reading-undefined em{color:#9aa1ad}.wizard-card-wide{max-width:640px}.field-note{color:var(--muted);font-size:.78rem;font-weight:400}.field-note a{color:var(--accent);font-weight:600}.dp-editor{flex-direction:column;gap:.6rem;margin-bottom:1.1rem;display:flex}.dp-empty{border:1px dashed var(--border);color:var(--muted);border-radius:10px;margin:0;padding:1rem;font-size:.85rem}.dp-row{border:1px solid var(--border);background:var(--surface-alt);border-radius:10px;flex-direction:column;gap:.5rem;padding:.8rem .9rem;display:flex}.dp-row.excluded{background:var(--surface);border-style:dashed}.dp-row.excluded .dp-label{color:var(--muted);text-decoration:line-through}.dp-row-head{align-items:center;gap:.6rem;display:flex}.dp-include{width:16px;height:16px;accent-color:var(--accent);flex-shrink:0}.dp-remove{width:26px;height:26px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;margin-left:-5px;display:flex}.dp-remove:hover{color:var(--danger);background:#fef2f2}.dp-row input,.dp-row select{border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:7px;min-width:0;padding:.45rem .6rem;font-family:inherit;font-size:.86rem}.dp-row input:focus,.dp-row select:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #0f766e1f}.dp-label{flex:1;font-weight:700}.dp-access{flex-shrink:0}.dp-row-meta{color:var(--muted);flex-wrap:wrap;align-items:center;gap:.3rem .6rem;padding-left:1.6rem;font-size:.76rem;display:flex}.dp-row-meta b{color:var(--text);font-family:IBM Plex Mono,ui-monospace,Consolas,monospace;font-weight:600}.dp-key{color:var(--text);font-family:IBM Plex Mono,ui-monospace,Consolas,monospace;font-size:.76rem}.dp-row .dp-key-input{width:14rem;font-family:IBM Plex Mono,ui-monospace,Consolas,monospace;font-size:.78rem}.dp-row-fields{grid-template-columns:repeat(4,minmax(0,1fr));gap:.5rem;padding-left:1.6rem;display:grid}.dp-field{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);flex-direction:column;gap:.2rem;font-size:.7rem;font-weight:700;display:flex}.dp-add{border:1px dashed var(--border);color:var(--accent);cursor:pointer;background:0 0;border-radius:10px;justify-content:center;align-items:center;gap:.4rem;padding:.6rem;font-family:inherit;font-size:.85rem;font-weight:600;display:flex}.dp-add:hover{border-color:var(--accent);background:#f0fdfa}@media (width<=640px){.dp-row-fields{grid-template-columns:repeat(2,minmax(0,1fr));padding-left:0}.dp-row-meta{padding-left:0}}
