.khm-asset-page {
    max-width: 680px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.khm-asset-card {
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    padding: 28px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.khm-asset-card h1 {
    margin: 0 0 4px;
    font-size: 24px;
}
.khm-asset-code {
    color: #666;
    margin: 0 0 12px;
}
.khm-status-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    background: #999;
    margin-bottom: 18px;
}
.khm-status-active { background: #2e9e44; }
.khm-status-in_repair { background: #e0a72e; }
.khm-status-transferred { background: #2e6be0; }
.khm-status-disposed { background: #c0392b; }

.khm-asset-info {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 24px;
}
.khm-asset-info th, .khm-asset-info td {
    text-align: left;
    padding: 8px 6px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}
.khm-asset-info th {
    width: 40%;
    color: #555;
}

.khm-timeline {
    list-style: none;
    margin: 0;
    padding: 0;
    border-left: 3px solid #2e6be0;
}
.khm-timeline li {
    position: relative;
    padding: 0 0 20px 20px;
}
.khm-timeline li::before {
    content: '';
    position: absolute;
    left: -8px;
    top: 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #2e6be0;
}
.khm-timeline-date {
    font-weight: 700;
    display: block;
}
.khm-timeline-type {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    color: #2e6be0;
    margin-bottom: 4px;
}
.khm-timeline-cost, .khm-timeline-by {
    font-size: 13px;
    color: #666;
    margin: 2px 0 0;
}

.khm-stock-grid {
    display: flex;
    gap: 10px;
    margin: 16px 0 20px;
}
.khm-stock-grid > div {
    flex: 1;
    background: #f6f7f7;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    padding: 12px;
    text-align: center;
}
.khm-stock-grid strong {
    display: block;
    font-size: 20px;
}
.khm-stock-grid span {
    font-size: 11px;
    color: #666;
}
.khm-stock-avail {
    background: #eaf6ea !important;
    border-color: #b7dfb7 !important;
}
