*{box-sizing:border-box;margin:0;padding:0}:root{--green: #388e3c;--green-light: #e8f5e9;--green-dark: #2e7d32;--blue: #1976d2;--blue-light: #e3f2fd;--yellow: #f9a825;--yellow-light: #fffde7;--gray: #757575;--border: #e0e0e0;--text: #212121;--text-secondary: #757575;--sidebar-w: 230px}body{font-family:Sarabun,Segoe UI,sans-serif;font-size:14px;color:var(--text);background:#f5f5f5}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1b5e20,#388e3c)}.login-card{background:#fff;border-radius:20px;padding:48px 40px;text-align:center;width:380px;box-shadow:0 12px 40px #00000040}.login-logo{width:72px;height:72px;background:var(--green);border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700;color:#fff;margin:0 auto 20px}.login-card h1{font-size:22px;margin-bottom:8px}.login-card p{color:var(--text-secondary);margin-bottom:32px}.btn-login{width:100%;padding:13px;background:var(--green);color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;font-family:inherit}.btn-login:hover{background:var(--green-dark)}.layout{display:flex;min-height:100vh}.sidebar{width:var(--sidebar-w);background:#fff;border-right:1px solid var(--border);display:flex;flex-direction:column;position:fixed;height:100vh;z-index:100}.sidebar-header{display:flex;align-items:center;gap:10px;padding:20px 16px;border-bottom:1px solid var(--border)}.sidebar-logo{width:38px;height:38px;background:var(--green);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#fff;flex-shrink:0}.sidebar-header span{font-weight:700;font-size:15px;color:var(--green-dark)}.sidebar-nav{flex:1;padding:12px 8px}.nav-item{padding:10px 14px;border-radius:8px;cursor:pointer;font-size:14px;color:var(--text-secondary)}.nav-item.active{background:var(--green-light);color:var(--green-dark);font-weight:600}.sidebar-footer{padding:16px;border-top:1px solid var(--border)}.user-name{font-size:13px;font-weight:600;margin-bottom:2px}.user-email{font-size:11px;color:var(--text-secondary);margin-bottom:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-logout{width:100%;padding:8px;background:none;border:1px solid var(--border);border-radius:6px;cursor:pointer;font-size:13px;color:var(--text-secondary);font-family:inherit}.btn-logout:hover{border-color:#c62828;color:#c62828}.demo-badge{background:#fff3e0;color:#e65100;padding:6px 12px;border-radius:6px;font-size:12px;font-weight:700;text-align:center;border:1px solid #ffcc02}.main{margin-left:var(--sidebar-w);flex:1;padding:28px 28px 48px}.page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.page-title{font-size:22px;font-weight:700}.page-subtitle{color:var(--text-secondary);font-size:12px;margin-top:3px}.btn-primary{padding:10px 20px;background:var(--green);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit}.btn-primary:hover{background:var(--green-dark)}.btn-primary:disabled{opacity:.6;cursor:default}.btn-refresh{padding:10px 16px;background:#fff;color:var(--text-secondary);border:1px solid var(--border);border-radius:8px;font-size:14px;cursor:pointer;font-family:inherit}.btn-refresh:hover{border-color:var(--green);color:var(--green)}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}.stat-card{background:#fff;border-radius:12px;padding:20px;border-left:4px solid var(--border);box-shadow:0 1px 4px #0000000f}.stat-card.stat-green{border-left-color:var(--green)}.stat-card.stat-blue{border-left-color:var(--blue)}.stat-card.stat-yellow{border-left-color:var(--yellow)}.stat-number{font-size:30px;font-weight:700}.stat-label{color:var(--text-secondary);font-size:12px;margin-top:4px}.filter-bar{display:flex;gap:12px;margin-bottom:12px}.search-input{flex:1;padding:10px 14px;border:1px solid var(--border);border-radius:8px;font-size:14px;font-family:inherit;outline:none}.search-input:focus{border-color:var(--green)}.select-filter{padding:10px 14px;border:1px solid var(--border);border-radius:8px;font-size:14px;background:#fff;cursor:pointer;font-family:inherit}.chip-bar{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.chip{padding:6px 16px;border:1px solid var(--border);border-radius:20px;background:#fff;cursor:pointer;font-size:13px;font-family:inherit}.chip:hover{border-color:var(--green);color:var(--green)}.chip-active{background:var(--green);color:#fff;border-color:var(--green)}.error-banner{background:#ffebee;color:#c62828;padding:12px 16px;border-radius:8px;margin-bottom:16px;font-size:13px}.loading{text-align:center;padding:64px;color:var(--text-secondary)}.empty-state{background:#fff;border-radius:12px;padding:64px;text-align:center;color:var(--text-secondary)}.table-container{background:#fff;border-radius:12px;box-shadow:0 1px 4px #0000000f;overflow:hidden}.asset-table{width:100%;border-collapse:collapse}.asset-table th{background:#fafafa;padding:12px 14px;text-align:left;font-weight:600;color:var(--text-secondary);border-bottom:1px solid var(--border);white-space:nowrap;font-size:13px}.asset-table td{padding:11px 14px;border-bottom:1px solid var(--border);font-size:13px}.asset-table tr:last-child td{border-bottom:none}.asset-table tbody tr:hover{background:#fafafa}.asset-code{font-family:monospace;font-weight:700;color:var(--green-dark)}.serial{font-family:monospace;font-size:12px;color:var(--text-secondary)}.text-secondary{color:var(--text-secondary)}.action-buttons{display:flex;gap:6px}.btn-edit{padding:4px 12px;background:var(--blue-light);color:var(--blue);border:none;border-radius:4px;cursor:pointer;font-size:12px;font-weight:600;font-family:inherit}.btn-delete{padding:4px 12px;background:#ffebee;color:#c62828;border:none;border-radius:4px;cursor:pointer;font-size:12px;font-weight:600;font-family:inherit}.table-footer{padding:12px 16px;color:var(--text-secondary);font-size:12px;text-align:right}.badge{display:inline-block;padding:3px 10px;border-radius:12px;font-size:12px;font-weight:600}.badge-green{background:var(--green-light);color:var(--green-dark)}.badge-blue{background:var(--blue-light);color:var(--blue)}.badge-yellow{background:var(--yellow-light);color:#f57f17}.badge-gray{background:#f5f5f5;color:var(--gray)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background:#fff;border-radius:16px;width:660px;max-width:95vw;max-height:92vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid var(--border)}.modal-header h2{font-size:17px}.modal-close{background:none;border:none;font-size:26px;cursor:pointer;color:var(--text-secondary);line-height:1;padding:0 4px}.modal-body{padding:24px;overflow-y:auto}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-group{display:flex;flex-direction:column;gap:5px}.form-full{grid-column:1 / -1}.form-group label{font-size:12px;font-weight:600;color:var(--text-secondary)}.form-group input,.form-group select,.form-group textarea{padding:9px 12px;border:1px solid var(--border);border-radius:6px;font-size:14px;font-family:inherit;outline:none}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--green)}.modal-footer{display:flex;justify-content:flex-end;gap:10px;padding:16px 24px;border-top:1px solid var(--border)}.btn-cancel{padding:10px 20px;background:none;border:1px solid var(--border);border-radius:8px;font-size:14px;cursor:pointer;font-family:inherit}.btn-cancel:hover{background:#f5f5f5}
