*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f7f7f8;color:#1a1a1a}.centered{display:flex;align-items:center;justify-content:center;min-height:100vh}.login-card{display:flex;flex-direction:column;gap:10px;width:280px;padding:24px;background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000014}.login-card input{padding:10px 12px;border:1px solid #ddd;border-radius:8px;font-size:14px}.login-card button{padding:10px;border:none;border-radius:8px;background:#1e88e5;color:#fff;font-weight:600;cursor:pointer}.error-text{color:#dc2626;font-size:13px}.app-shell{display:flex;min-height:100vh}.sidebar{width:200px;background:#fff;border-right:1px solid #e5e5e5;padding:16px 0;flex-shrink:0}.sidebar h2{padding:0 16px;font-size:16px;margin-bottom:16px}.sidebar button{display:block;width:100%;text-align:left;padding:10px 16px;border:none;background:none;cursor:pointer;font-size:13px;color:#555}.sidebar button.active{background:#eff6ff;color:#1e88e5;font-weight:600;border-right:3px solid #1E88E5}.sidebar button:hover{background:#f5f5f5}.content{flex:1;padding:24px;max-width:900px}.content h1{font-size:20px;margin-bottom:16px}.card{background:#fff;border-radius:10px;padding:16px;margin-bottom:12px;border:1px solid #eee}.card-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.muted{color:#888;font-size:12px}button.primary{padding:8px 16px;border:none;border-radius:8px;background:#1e88e5;color:#fff;font-weight:600;cursor:pointer}button.danger{padding:8px 16px;border:1px solid #DC2626;border-radius:8px;background:#fee2e2;color:#dc2626;font-weight:600;cursor:pointer}button.secondary{padding:8px 16px;border:1px solid #ddd;border-radius:8px;background:#fff;color:#333;cursor:pointer}button:disabled{opacity:.5;cursor:default}input[type=text],input[type=number],input[type=email],input[type=password],textarea,select{padding:8px 10px;border:1px solid #ddd;border-radius:8px;font-size:13px;width:100%}textarea{resize:vertical;min-height:70px}table{width:100%;border-collapse:collapse;font-size:13px}th,td{text-align:left;padding:8px;border-bottom:1px solid #eee}.toggle{padding:6px 14px;border-radius:16px;border:none;font-weight:600;font-size:12px;cursor:pointer}.toggle.on{background:#16a34a;color:#fff}.toggle.off{background:#e5e5e5;color:#666}.chip{display:inline-block;padding:4px 10px;border-radius:14px;font-size:12px;margin:2px;border:1px solid #ddd;cursor:pointer}.chip.selected{background:#eff6ff;border-color:#1e88e5;color:#1e88e5}.field-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.field-row label{font-size:13px}.field-row input{width:90px;text-align:right}
