.tabo-iot-wrap {
    color: #e8eaf0;
    max-width: 880px;
    margin: 0 auto;
    line-height: 1.7;
}

.tabo-iot-hero {
    text-align: center;
    padding: 20px 0 30px 0;
    border-bottom: 1px solid #262626;
    margin-bottom: 10px;
}

.tabo-iot-eyebrow {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    color: #9147ff;
    font-weight: 700;
    margin: 0 0 8px 0;
}

.tabo-iot-title {
    font-size: 42px;
    margin: 0 0 12px 0;
    color: #fff;
}

.tabo-iot-subtitle {
    font-size: 16px;
    color: #aaa;
    max-width: 620px;
    margin: 0 auto;
}

.tabo-iot-section {
    padding: 36px 0;
    border-bottom: 1px solid #1e1e1e;
}

.tabo-iot-section h2 {
    color: #fff;
    font-size: 22px;
    margin: 0 0 16px 0;
}

.tabo-iot-project-card {
    background: #111;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 16px;
    border-left: 3px solid #9147ff;
}

.tabo-iot-project-card h3 {
    color: #fff;
    font-size: 16px;
    margin: 0 0 10px 0;
}

.tabo-iot-project-card p {
    color: #aaa;
    font-size: 14px;
    margin: 0;
}

.tabo-iot-dashboard-intro {
    color: #999;
    font-size: 14px;
    margin-bottom: 16px;
}

.tabo-iot-tabs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.tabo-iot-tab-btn {
    background: #111;
    border: 1px solid #333;
    color: #999;
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 13px;
    cursor: pointer;
}

.tabo-iot-tab-btn:hover {
    color: #eee;
    border-color: #555;
}

.tabo-iot-tab-btn.is-active {
    background: #9147ff;
    border-color: #9147ff;
    color: #fff;
    font-weight: 600;
}

.tabo-iot-tab-btn.is-offline {
    opacity: 0.6;
}

.tabo-iot-panel[hidden] {
    display: none;
}

.tabo-iot-status-line {
    font-size: 13px;
    color: #ccc;
    margin-bottom: 16px;
}

.tabo-iot-status-dot {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    margin-right: 4px;
}

.tabo-iot-status-dot--online { background: #22c55e; }
.tabo-iot-status-dot--offline { background: #555; }

.tabo-iot-status-ago {
    color: #666;
}

.tabo-iot-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 12px;
    margin-bottom: 16px;
}

.tabo-iot-card {
    background: #111;
    border-radius: 10px;
    padding: 14px 16px;
}

.tabo-iot-card-label {
    font-size: 12px;
    color: #888;
    margin-bottom: 6px;
}

.tabo-iot-card-value {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}

.tabo-iot-model-card {
    background: #111;
    border-radius: 10px;
    padding: 14px 16px;
    margin-bottom: 16px;
}

.tabo-iot-model-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.tabo-iot-model-table th,
.tabo-iot-model-table td {
    padding: 8px 10px;
    text-align: center;
    border-bottom: 1px solid #262626;
    font-size: 13px;
}

.tabo-iot-model-table th {
    color: #999;
    background: #161616;
}

.tabo-iot-chip {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
}

.tabo-iot-chip--green { background: rgba(34, 197, 94, 0.15); color: #22c55e; }
.tabo-iot-chip--orange { background: rgba(249, 115, 22, 0.15); color: #f97316; }
.tabo-iot-chip--red { background: rgba(239, 68, 68, 0.15); color: #ef4444; }
.tabo-iot-chip--gray { background: rgba(153, 153, 153, 0.15); color: #999; }

.tabo-iot-raw {
    font-size: 11px;
    color: #555;
    word-break: break-all;
}

.tabo-iot-raw code {
    background: #0a0a0a;
    padding: 2px 6px;
    border-radius: 4px;
}

.tabo-iot-empty {
    color: #777;
    font-style: italic;
}

@media (max-width: 600px) {
    .tabo-iot-title { font-size: 30px; }
}
